#metrotabs {
	width: 870px;
	height: 530px;
	margin: auto;
	float: left;
}

#metrotabs-blocksholder {}

.size-1 {
	height:430px;
	width:320px;
}
.size-2 {
	width:870px;
	height:100px;
	line-height:100px;
}

#mt-contentblock {
	position: relative;
	line-height: 22px;
	font-size: 14px;
	overflow: scroll;
}

#mt-content {
	position:relative;	
	width:100%;
	height:100%;
	line-height:22px;
	font-size:14px;
	font-family: 'Open Sans', sans-serif;
}

/* Content Size of Example 1*/
.mt-content-size-1 {
	width:630px;
    height:430px;
}

/* Content Size of Example 2*/
.mt-content-size-2 {
	width:870px;
	height:400px;
	margin-top:10px;
}

/* START BLOCK SIZES */
.mt-active {
	opacity:0.5;
}
.mt-active, .mt-active img {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=50)" !important;
	filter: alpha(opacity=50) !important; /* For IE8 and earlier */	
}
.mt-block1, .mt-b1 {
	width:100px;
	height:100px;
}
.mt-b1-content {
	width:80px;
	height:50px;
	margin:10px;
	position:relative;
}

.mt-block2, .mt-b2 {
	width:210px;
	height:100px;
}
.mt-b2-content {
	width:190px;
	height:55px;
	margin:10px;
	position:relative;
}

.mt-block3, .mt-b3 {
	width:210px;
	height:210px;
}
.mt-b3-content {
	width:190px;
	height:160px;
	margin:10px;
	position:relative;
}

.mt-block4, .mt-b4 {
	width:100px;
	height:210px;
}
.mt-b4-content {
	width:80px;
	height:165px;
	margin:10px;
	position:relative;
}

.mt-block1, .mt-block2, .mt-block3, .mt-block4 {
	cursor: pointer;
}
/* END BLOCK SIZES */

/* START BLOCK CONTENT */

/* Scene 1 */
.mt-scene-1 {
	position:absolute;	
	-webkit-transition: all 0.5s ease-in-out 0.1s; /* Safari and Chrome */
   -moz-transition: all 0.5s ease-in-out 0.1s; /* Firefox */
   -o-transition: all 0.5s ease-in-out 0.1s; /* Opera */
   -ms-transition: all 0.5s ease-in-out 0.1s; /* IE 9 */
   transition: all 0.5s ease-in-out 0.1s;
   opacity: 1;
}

.mt-height1 {
	line-height:100px;
}
.mt-height2 {
	line-height:210px;
}
.mt-scene-label {
	font-size:20px;
	text-align:center;
	font-family: 'Dosis', Sans-Serif;
	display:block;
	margin:0px;
	padding:0px;
	position:relative;
}

.mt-scene-label img {
	vertical-align: middle;
	margin:0px;
	padding:0px;
	position:relative;	
}

.mt-scene-1 h3, .mt-scene-2 h3 {
	padding:0px;
	margin:0px;
	font-size:16px;
	line-height:24px;
	font-weight:normal;
	font-family: 'Dosis', Sans-Serif;
	font-weight:bold;
}
.mt-scene-1 p, .mt-scene-2 p {
	padding:0px;
	margin:0px;
	font-size:12px;
	line-height:18px;
}
/* End Scene 1 */

/* Scene 2 */
.mt-scene-2 {
   position:absolute;
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
   opacity: 0;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0); /* For IE8 and earlier */
}

.mt-scene-2 * {
   color: #fff;
   -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
   filter: alpha(opacity=0);
   opacity: 0;
   -webkit-transform: scale(0);
   -moz-transform: scale(0);
   -o-transform: scale(0);
   -ms-transform: scale(0);
   transform: scale(0);
   -webkit-transition: all 0.5s linear;
   -moz-transition: all 0.5s linear;
   -o-transition: all 0.5s linear;
   -ms-transition: all 0.5s linear;
   transition: all 0.5s linear;
}
/* End Scene 2 */


/* Block Header */
.mt-blockheader {
	position: relative;
	padding: 0px;
	height:20px;
	margin-bottom:10px;
}

/* Block Footer */
.mt-blockfooter {
	padding: 0px 10px 0px 10px;
	height:20px;
}

/* Mini Icon */
.mt-miniicon {
	position: relative;
}

/* Small Text */
.mt-minitext {
	color:#fff;
	font-size:14px;
	text-align:center;
	font-weight:bold;
	font-family: Tahoma, Geneva, sans-serif;
	position: relative;
}

#mt-station {
	display:none;
}
/* END BLOCK CONTENT */

/* START BACKGROUND LIST */

/* Transparent Colors */
.mn-bg1 { /* DeepSea */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33003564, endColorstr=#33003564);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33003564, endColorstr=#33003564)";/* For IE 8*/
	background: rgba(0,53,100,0.2);/* Modern browser */
}
.mn-bg2 { /* Smoke */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33f5f5f5, endColorstr=#33f5f5f5);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33f5f5f5, endColorstr=#33f5f5f5)";/* For IE 8*/
	background: rgba(245,245,245,0.2);/* Modern browser */
}
.mn-bg3 { /* Grass */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CDCD00, endColorstr=#33CDCD00);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CDCD00, endColorstr=#33CDCD00)";/* For IE 8*/
	background: rgba(205,250,0,0.2);/* Modern browser */
}
.mn-bg4 { /* Black 
	background:#000;*/
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33000000, endColorstr=#33000000)";/* Modern browser */
	background-color: #a3b33c;
}
.mn-bg5 { /* Red */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF0000, endColorstr=#33FF0000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FF0000, endColorstr=#33FF0000)";/* For IE 8*/
	background: rgba(255,0,0,0.2);/* Modern browser */
}
.mn-bg6 { /* Violetred */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33D02090, endColorstr=#33D02090);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33D02090, endColorstr=#33D02090)";/* For IE 8*/
	background: rgba(208,32,144,0.2);/* Modern browser */
}
.mn-bg7 { /* Green */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#3367B239, endColorstr=#3367B239);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#3367B239, endColorstr=#3367B239)";/* For IE 8*/
	background: rgba(103,178,57,0.2);/* Modern browser */
}
.mn-bg8 { /* Yellow */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFF00, endColorstr=#33FFFF00);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FFFF00, endColorstr=#33FFFF00)";/* For IE 8*/
	background: rgba(255,255,0,0.2);/* Modern browser */
}
.mn-bg9 { /* Orange */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FB8F02, endColorstr=#33FB8F02);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33FB8F02, endColorstr=#33FB8F02)";/* For IE 8*/
	background: rgba(251,143,2,0.2);/* Modern browser */
}
.mn-bg10 { /* Coral */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CD5B45, endColorstr=#33CD5B45);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33CD5B45, endColorstr=#33CD5B45)";/* For IE 8*/
	background: rgba(205,91,69,0.2);/* Modern browser */
}
.mn-bg11 { /* Wheat */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#33EED8AE, endColorstr=#33EED8AE);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#33EED8AE, endColorstr=#33EED8AE)";/* For IE 8*/
	background: rgba(238,216,174,0.2);/* Modern browser */
}
.mn-bg12 { /* Red Wine */
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#338B0000, endColorstr=#338B0000);/* For IE 5.5 - 7*/
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#338B0000, endColorstr=#338B0000)";/* For IE 8*/
	background: rgba(139,0,0,0.2);/* Modern browser */
}

/* Solid Colors */
.mt-blue { background:#00BBE2; }
.mt-darkblue { background:#044E94; }
.mt-purple { background:#781766; }
.mt-red { background:#E51400;}
.mt-violetred { background:#D02090; }
.mt-orange { background:#ff6000; }
.mt-coral { background:#CD5B45; }
.mt-green { background:#67B239; }
.mt-olive { background:#999900}
.mt-grass { background:#CDCD00; }
.mt-gold { background:#FEE9AE; }
.mt-black { background:#000; }
.mt-tan { background:#ebca8d; }

/* Background Images */
.mt-wood-img { background:#FB8F02 url(../images/metrotabs/bg/wood_pattern.jpg) repeat; }
.mt-purtywood-img { background:#FB8F02 url(../images/metrotabs/bg/purty_wood.jpg) repeat; }
.mt-woodtexture-img { background:#FB8F02 url(../images/metrotabs/bg/wood_texture.jpg) repeat; }
.mt-darkwood-img { background:#999900 url(../images/metrotabs/bg/dark_wood.jpg) repeat; }
.mt-linepaper-img { background:#00BBE2 url(../images/metrotabs/bg/lined_paper.jpg) repeat; }
.mt-leather-img { background:#00BBE2 url(../images/metrotabs/bg/leather.jpg) repeat; }

/* END BACKGROUND LIST */

/* START BLOCK DECORATION */
.mt-gradient {
	background: url(../images/metrotabs/blockgradient_effect.png); /* for Browsers don't support CSS3 */
	background: -moz-linear-gradient(-45deg,  rgba(255,255,255,0) 0%, rgba(255,255,255,0.3) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.3))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  rgba(255,255,255,0) 00%,rgba(255,255,255,0.3) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* IE10+ */
	background: linear-gradient(-45deg,  rgba(255,255,255,0) 0%,rgba(255,255,255,0.3) 100%); /* W3C */
}
/* END BLOCK DECORATION */


/* START ANIMATION EFFECTS */
/* Start Hover Effects */

/* Hide Scene 1 when the block is hoverd for IE */
 .mt-changescene:hover .mt-scene-1 * {
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
 }
 
 /* Hide Scene 1 when the block is hoverd for Firefox, Chrome, Safari, Opera */
.mt-changescene:hover .mt-scene-1 {
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	opacity: 0;
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-o-transition-delay: 0s;
	-ms-transition-delay: 0s;
	transition-delay: 0s;
}

/* Show Scene 2 when the block is hovered */
.mt-changescene:hover .mt-scene-2,
.mt-changescene:hover .mt-scene-2 * {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
/* End Hover */

/* Start Rotate Images */
@keyframes {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% { 
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); }
}
@-moz-keyframes imagerotation {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% { 
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); }
}
@-webkit-keyframes imagerotation {
	0% {
		-webkit-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg); }
	100% { 
		-webkit-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg); }
}
.mt-imagerotationeffect img {
	-webkit-transition-duration: 0.5s;
	-moz-transition-duration: 0.5s;
	-o-transition-duration: 0.5s;
	transition-duration: 0.5s;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	transition-property: transform;
	overflow:auto;
}
.mt-imagerotationeffect:hover img {
	animation:imagerotation 0.5s linear;
	-moz-animation:imagerotation 0.5s linear; /* Firefox */
	-webkit-animation:imagerotation 0.5s linear; /* Safari and Chrome */
}
/* End Rotate Images */


/* Start Caption */
.mt-blockcaption figure {
	position: relative; 
	overflow: hidden; 
	margin: 0px;
	display:block;
}
.mt-blockcaption figcaption { 
	position: absolute;
	background: url(../images/metrotabs/caption-bg.png) repeat-x; /* For Browsers do not support CSS3 */
	background: rgba(0,0,0,0.5);
	color: #fff;
	padding: 0px 0px;
	opacity: 0;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	width:100%;
	text-align:center;
	font-size:16px;
	line-height:26px;
}
.mt-blockcaption figure:hover figcaption {
	opacity: 1;
}
.mt-blockcaption figure:hover:before {
	opacity: 0;
}
.mt-blockcaption>.cap-bot:before { bottom: 10px; left: 10px; }
.mt-blockcaption>.cap-bot figcaption { left: 0; bottom: -30%;}
.mt-blockcaption>.cap-bot:hover figcaption { bottom: 0; }
/* End Caption */

/* END ANIMATION HOVER */



.mt-left { float:left; }
.mt-right { float:right; }
.clearspace { clear:both; height:10px; }
.mt-font-30 {
	font-size:30px;
	text-shadow:0px 2px 3px #555;
}

.hs1 { float:left; width:10px; height:100px; }
.hs2 { float:left; width:10px; height:210px; }
.mt-pad-5 { padding:5px !important; }
.mt-right-10 { margin-right:10px; }
.mt-left-10 { margin-left:10px; }
