* {
	margin: 0;
	padding:0;
}

@font-face {
    font-family: metaBlackLFC;
    src:url('../fonts/MetaBlackLFC.eot');
	src:url('../fonts/MetaBlackLFC.ttf') format('truetype'),
        url('../fonts/MetaBlackLFC.woff') format('woff'),	
	    url('../fonts/MetaBlackLFC.svg#metaBlackLFC') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: Scada;
    src:url('../fonts/scada-regular.eot');
	src:url('../fonts/scada-regular.ttf') format('truetype'),
        url('../fonts/scada-regular.woff') format('woff'),	
	    url('../fonts/scada-regular.svg#Scada') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: Scada;
    src:url('../fonts/scada-bold.eot');
	src:url('../fonts/scada-bold.ttf') format('truetype'),
        url('../fonts/scada-bold.woff') format('woff'),	
	    url('../fonts/scada-bold.svg#Scada') format('svg');
    font-weight: bold;
    font-style: normal;
}

body {
margin: 0 auto;
padding: 0;
background:#fff; 
width:100%;
height: 100%;
}

html, body {	
margin: 0px auto;
height: 100%;
width:100%;
padding: 0px;
}

footer, nav, header, section, aside { 
display: block 
}

h1 {
	font-family:metaBlackLFC;
	font-weight: bold;
	text-align: left;
	font-size: 50px;
}

h2 {
	font-family:metaBlackLFC;
	font-weight: bold;
	font-size: 38px;
}

h3 {
	font-family: Scada;
	font-weight: normal;
	font-size: 24px;
}

h4 {
	font-family: Scada;
	font-weight: normal;
	font-size: 23px;
}

h5 {
	font-family: Scada;
	font-weight: normal;
	font-size: 30px;
}
/* HEADER */

header {
	background: url(../images/header.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	height: 600px;
	min-width: 1000px;
}

header div {
	width: 960px;
	margin: 0 auto
}


header h1 {
	float: left;
	width: 470px;
	color: #FFF;
	padding: 44px 0 0 0
}

header h2 {
	text-align: left;
	color: #FFF;
	width: 400px;
}

header h3 {
	position: relative;
	top: -174px;
	float: right;
	text-align: right;
	color: #FFF;
	width: 365px;
}

header h4 {
	position: relative;
	padding: 8px 0 8px 0;
	top: 10px;
	width: 960px;
	background: rgba(207, 2, 0, 0.5);
	text-align: center;
	color: #FFF;
	clear: both
}

header a {
	position: relative;
	top: 70px;
	width: 440px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}


nav#menu{
	min-width:960px;
	width: 100%;
	margin: 0 auto;
    text-align:center;
	height: 73px;
    background: #cf0200;
	    margin-top: -3px;
}

nav#menu ul.menu-def {
	list-style: none;
	width: 960px;
	margin: 0 auto;
	display: block;
	
}

nav#menu ul.menu-def li{
	position: relative;
	top: 8px;
    font-style: normal;
	color:#000;
    display: inline-block;
}

nav#menu ul.menu-def li a{
	font-family: Scada;
    font-weight: normal;
	display: block;
	text-align: center;
	font-size: 20px;
	text-decoration:none;
	color: #fff;
	padding: 4px 10px 4px 10px;
	transition: 0.5s;
	line-height: 19px;
}

nav#menu ul.menu-def li a:hover{
	background: rgb(22, 22, 22);
	color: #FFF;
	transition:0.5s;
}

.default {
    width:960px;
	margin: 0 auto;
	display: block;
	z-index: 999;
}

/*.fixed {
    position:fixed;
    width:100%;
    -moz-box-shadow: 5px 5px 20px #000;
    -webkit-box-shadow: 5px 5px 20px #000;
    box-shadow: 0px 5px 10px #000;
	transition:1s;
	background: #cf0200; !important;
	z-index: 999;
	top: 0
 }*/
 
.arrow {
	position: relative;
	float: left;
	top: 225px;
	left: 266px;
	width: 45px;
	z-index:  500
}
/* END HEADER */

/* POST-1 */
.post-1 {
	background: url(../images/post-1.jpg) #fff no-repeat center top;
	min-width: 1000px;
	height: 1020px;
}

.post-1 div {
	width: 960px;
	margin: 0 auto
}

.post-1 h2 {
	color: #cf0200;
	text-align: center;
	font-size: 40px;
	padding: 40px 0 0 0
}

.post-1 h3 {
	color: #000;
	text-align: center;
	font-size: 20px;
}

.post-1  .p-1 img {
	width: 281px;
	margin: 0 auto;
	display: block
}

.post-1 .p-1 {
	float: left;
	width: 264px;
	padding: 30px 56px 0 0
}

.post-1 .p-2 {
	float: right;
	padding: 40px 0 0 0
}

.post-1 h4 {
	float: left;
	width: 960px;
	position: relative;
	top: 70px;
	font-size: 21px;
	text-align: center;
	font-weight: bold
}
.post-1  a {
	position: relative;
	top: 110px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}

.arrow {
	position: relative;
	float: left;
	top: 225px;
	left: 266px;
	width: 45px;
	z-index:  500
}
/* END POST-1 */

/* POST-2 */
.post-2 {
	background: url(../images/post-2.jpg) no-repeat center;
	min-width: 1000px;
	height: 1273px;
}

.post-2 div {
	width: 960px;
	margin: 0 auto
}

.post-2 h2 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	padding: 30px 0 0 0
}

.post-2 h4 {
	position: relative;
	top: 30px;
	width: 930px;
	background: rgba(207, 2, 0, 0.5);
	color: #fff;
	text-align: center;
	font-size: 22px;
	padding: 14px
}

.post-2 ul {
	padding: 60px 0 20px 0;
	list-style: none;
}

.post-2 ul li.i-1 {
	background: url(../images/i-1.png) no-repeat left;
	padding: 34px 0 0 100px;
	height: 69px;
	font-family: Scada;
	color: #fff;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}

.post-2 ul li.i-2 {
	background: url(../images/i-2.png) no-repeat left;
	padding: 34px 0 0 100px;
	height: 69px;
	font-family: Scada;
	color: #fff;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}

.post-2 ul li.i-3 {
	background: url(../images/i-3.png) no-repeat left;
	padding: 14px 0 0 100px;
	height: 69px;
	font-family: Scada;
	color: #fff;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}

.post-2 ul li.i-4 {
	background: url(../images/i-4.png) no-repeat left;
	padding: 34px 0 0 100px;
	height: 69px;
	font-family: Scada;
	color: #fff;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}

.post-2 ul li.i-5 {
	background: url(../images/i-5.png) no-repeat left;
	padding: 14px 0 0 100px;
	height: 69px;
	font-family: Scada;
	color: #fff;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}

.post-2 hr {
	position: relative;
	top: 30px;
	background: #FFF;
	width: 258px;
	height: 4px;
	margin: 0 auto;
	outline: none;
	border: none
}

.post-2 h5 {
	color: #FFF;
	text-align: center;
	padding: 60px 0 0px 0
}
.post-2 div a {
	position: relative;
	top: 90px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}
 
.post-2 .arrow-2 {
	position: relative;
	float: left;
	top: 100px;
	left: 70px;
	z-index: 500
}
/* END POST-2 */

/* POST-3 */
.post-3 {
	background: url(../images/post-3.jpg) no-repeat center top;
	min-width: 1000px;
	height: 945px;
	overflow: auto
}

.post-3 div {
	width: 960px;
	margin: 0 auto
}

.post-3 h2 {
	color: #cf0200;
	text-align: center;
	font-size: 40px;
	padding: 30px 0 0 0
}

.post-3 .t-1 {
	width: 321px;
	margin: 0 auto;
	padding: 5px 0 0 0;
	display: block
}

.post-3 h4 {
	text-align: center;
	padding: 15px;
}

.post-3-2 {
	background: url(../images/post-3-2.jpg) no-repeat center;
	min-width: 1000px;
	height: 593px;
}


.post-3 div a {
	position: relative;
	top: 60px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}
 
.post-3 .arrow-2 {
	float: left;
	padding: 90px 0 0 70px;
}
/* END POST-3 */

/* POST-4 */
.post-4 {
	background: url(../images/post-4.jpg) no-repeat center top;
	min-width: 1000px;
	height: 750px;
}

.post-4 div {
	width: 960px;
	margin: 0 auto
}

.post-4 h2 {
	color: #cf0200;
	text-align: left;
	font-size: 40px;
	line-height: 44px;
	padding: 100px 0 0 0
}

.post-4 p {
	font-family: Scada;
	font-weight: normal;
	color: #000;
	text-align: left;
	font-size: 22px;
	width: 420px;
    line-height: 30px;
	padding: 30px 0 0 0;
}
.post-4 div a {
	position: relative;
	top: 60px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}
.post-4 .arrow-2 {
	float: left;
	padding: 300px 0 0 70px;
}
/* END POST-4 */


/* POST-5 */
.post-5 {
	background: url(../images/post-5.jpg) no-repeat center top;
	min-width: 1000px;
	height: 980px;
}

.post-5 div {
	width: 960px;
	margin: 0 auto
}

.post-5 h2 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
	padding: 50px 0 0 0
}

.post-5 .round {
	background: url(../images/round.png) no-repeat center;
	height: 328px;
	width: 328px;
	padding: 100px 0 0 0 
}

.round p {
	position: relative;
	font-family: metaBlackLFC;
	font-weight: normal;
	color: #FFF;
	font-size: 36px;
	text-align: center;
}

.round p.red {
	position: relative;
	font-family: metaBlackLFC;
	font-weight: normal;
	color: #ed1c24;
	font-size: 90px;
	text-align: center;
	margin: -10px 0 -15px 0
}

.post-5 h4 {
	color: #FFF;
	text-align: center;
	padding: 0 0 30px 0
}

.post-5 h4 p {
	position: relative;
	top: 20px;
	background: #ed1c24;
	font-size: 44px;
	width: 120px;
	margin: 0 auto;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px
}


.post-5 hr {
	position: relative;
	top: 30px;
	background: #ed1c24;
	width: 258px;
	height: 4px;
	margin: 0 auto;
	outline: none;
	border: none
}

.post-5 h5 {
	color: #FFF;
	text-align: center;
	padding: 54px 0 0px 0
}
.post-5 div a {
	position: relative;
	top: 44px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}
 
.post-5 .arrow-2 {
	float: left;
	padding: 75px 0 0 70px;
}
/* END POST-5 */


/* POST-6 */

.post-6 {
	background: url(../images/post-6.jpg) no-repeat center;
	min-width: 1000px;
	height: 811px;
}

.post-6 div {
	width: 960px;
	margin: 0 auto
}

.post-6 h2 {
	color: #cf0200;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
	padding: 50px 0 0 0
}

.post-6 p {
	font-family: metaBlackLFC;
	font-weight: bold;
	color: #cf0200;
	width: 300px;
	margin: 0 auto;
	text-align: center;
	font-size: 65px;
	border-bottom: #000 8px solid;
	padding: 10px 0 0 0
}

.post-6 h4 {
	color: #000;
	float: left;
	text-align: left;
	font-size: 22px;
	line-height: 28px;
	padding: 100px 0 0 0;
	width: 396px
}

.disk-1 {
	padding: 50px 0 0 0;
	float: right;
	width: 547px
}

.post-6 div a {
	position: relative;
	top: 0px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}
 
.arrow-2 {
	float: left;
	padding: 154px 0 0 70px
}
/* END POST-6 */

/* POST-7 */

.post-7 {
	background: url(../images/post-7.jpg) no-repeat center top;
	min-width: 1000px;
	min-height: 924px;
	overflow: auto
}

.post-7 div {
	width: 960px;
	margin: 0 auto
}

.post-7 h2 {
	color: #cf0200;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
	padding: 50px 0 0 0
}

.post-7 h3 {
	color: #000;
	text-align: center;
	padding: 30px 0 0 0
}

.post-7 ul {
	padding: 40px 0 0 0;
	list-style: none;
}

.post-7 ul li.f-1 {
	background: url(../images/f-1.png) no-repeat left;
	padding: 38px 0 27px 100px;
	font-family: Scada;
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block;
}

.post-7 ul li.f-2 {
	background: url(../images/f-2.png) no-repeat left;
	padding: 38px 0 27px 100px;
	font-family: Scada;
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}

.post-7 ul li.f-3 {
	background: url(../images/f-3.png) no-repeat left;
	padding: 38px 0 27px 100px;
	font-family: Scada;
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}

.post-7 ul li.f-4 {
	background: url(../images/f-4.png) no-repeat left;
	padding: 38px 0 27px 100px;
	font-family: Scada;
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}

.post-7 ul li.f-5 {
	background: url(../images/f-5.png) no-repeat left;
	padding: 38px 0 27px 100px;
	font-family: Scada;
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}

.post-7 ul li.f-6 {
	background: url(../images/f-6.png) no-repeat left;
	padding: 38px 0 27px 100px;
	font-family: Scada;
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}

.post-7 ul li.f-7 {
	background: url(../images/f-7.png) no-repeat left;
	padding: 18px 0 27px 100px;
	font-family: Scada;
	color: #000;
	font-weight: normal;
	text-align: left;
	font-size: 25px;
	display: block
}
.post-7 div a {
	background: #f04727;
	position: relative;
	top: -78px;
	font-family:metaBlackLFC;
	font-weight: bold;
	font-size: 32px;
	border: #cf0200 8px solid;
    -moz-border-radius: 26px; 
    -webkit-border-radius: 26px; 
    -khtml-border-radius: 26px; 
    border-radius: 26px;
	color: #fff;
	width: 500px;
	margin: 0 auto;
	display: block;
	padding: 20px 14px 20px 14px;
	text-align: center;
	text-decoration: none;
	transition:1s;
	clear: both
}

.post-7 div a:hover {
	background: #cf0200;
	color: #fff;
}
 
.post-7 .arrow-2 {
	float: left;
	padding: 86px 0 0 70px;
}
/* END POST-7 */

/* POST-8 */

.post-8 {
	background: url(../images/post-8.jpg) no-repeat center top;
	min-width: 1000px;
	height: 674px;
}

.post-8 div {
	width: 960px;
	margin: 0 auto
}

.frame {
	background: url(../images/frame.jpg) no-repeat center;
	width: 960px;
	height: 503px;
}

.post-8 h3 {
	width: 500px;
	float: right;
	padding: 20px 30px 0 0;
	font-size: 22px;
}

.post-8 p {
	width: 500px;
	float: right;
	font-family: metaBlackLFC;
	font-weight: bold;
	color: #cf0200;
	text-align: left;
	font-size: 24px;
	padding: 30px 30px 0 0
}

.post-8 div a {
	position: relative;
	top: 30px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}

 
.post-8 .arrow-2 {
	float: left;
	padding: 56px 0 0 70px;
}


/* END POST-8 */

/* POST-9 */

.post-9 {
	background: url(../images/post-9.jpg) no-repeat center top;
	min-width: 1000px;
	height: 1380px;
}

.post-9 div {
	width: 960px;
	margin: 0 auto
}

.post-9 h2 {
	color: #fff;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
	padding: 50px 0 0 0
}

.post-9 div #container {
	width:350px;
	padding:50px 10px 10px 10px;
	float: left;
	position:relative;
	z-index:0;
}

.post-9 div #example {
	width:350px;
	height:290px;
	position:relative;
}

.post-9 div  #slides {
	position:absolute;
	top:15px;
	left:4px;
	z-index:100;
}

#slides .next,#slides .prev {
	position:absolute;
	top:180px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}

.post-9 div  .slides_container {
	width:452px;
	height:396px;
	float: left;
	left: 12px;
	overflow:hidden;
	position:relative;
}

.slides_container img {
	position:relative;
	left: 5px
}

#slides .next {
	left:480px;
}

.pagination {
	margin:26px auto 0;
	width:100px;
}

.pagination li {
	float:left;
	list-style: none;
	margin:0 1px;
}

.pagination li a {
	display:block;
	width:12px;
	height:0;
	padding-top:12px;
	background: none;
	background-position:0 0;
	float:left;
	overflow:hidden;
}

.pagination li.current a {
	background-position:0 -12px;
}

.caption {
	position:absolute;
	bottom:-35px;
	height:30px;
	padding:5px 20px 0 20px;
	background:#000;
	background: none;
	line-height:1.33;
	border-top: none;
	text-shadow:none;
}

.post-9 h4 {
	width: 370px;
	float: right;
	color: #FFF;
	font-size: 30px;
	z-index: 300;
	padding: 60px 0 0 0
}

.post-9 h4 p {
	position: relative;
	top: 15px;
	background: #cf0200;
	width: 120px;
	padding: 10px 10px 10px 15px;
	font-family: Scada;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	margin: 0 0 30px 0
}

.post-9 h3 {
	width: 370px;
	float: right;
	color: #FFF;
	font-size: 20px;
	line-height: 28px;
	font-weight: normal;
	z-index: 300;
	padding: 4px 0px 0 0
}

.post-9 .udo {
	position: relative;
	top: 60px;
	width: 386px;
	margin: 0 auto;
	display: block;
	clear: both
}

.c-all {
	width: 960px;
	float: left
}

.post-9 .s-1 {
	float: left;
	position: relative;
	top: 100px;
	padding: 6px;
}

.post-9 .s-2 {
	position: relative;
	top: 130px;
	left: 120px;
	padding: 6px;
}
.post-9 div a.btn-arrow {
	background: #f04727;
	position: relative;
	top: -78px;
	font-family:metaBlackLFC;
	font-weight: bold;
	font-size: 32px;
	border: #cf0200 8px solid;
    -moz-border-radius: 26px; 
    -webkit-border-radius: 26px; 
    -khtml-border-radius: 26px; 
    border-radius: 26px;
	color: #fff;
	width: 500px;
	margin: 0 auto;
	display: block;
	padding: 20px 14px 20px 14px;
	text-align: center;
	text-decoration: none;
	transition:1s;
	clear: both
}

.post-9 div a.btn-arrow:hover {
	background: #cf0200;
	color: #fff;
}
 
.post-9 .arrow-2 {
	float: left;
	padding: 176px 0 0 70px;
}

#content {
	position: relative;
	top: 200px;
	float: left
}

a img {
	float: left;
	padding: 6px;
}
a img.last {
	margin-right: 0;	
}

ul {
	margin-bottom: 24px;
	padding-left: 30px;
}

/* END POST-9 */

/* POST-10 */

.post-10 {
	background: url(../images/post-10.jpg) repeat center;
	min-width: 1000px;
	min-height: 100px;
	overflow:auto;
}

.post-10 div {
	width: 960px;
	margin: 0 auto
}

.post-10 h2 {
	color: #cf0200;
	text-align: center;
	font-size: 40px;
	line-height: 44px;
	padding: 50px 0 0 0
}

.post-10 h2 span{
	color: #000;
}

.post-10 hr {
	position: relative;
	top: 40px;
	background: #b2b2b2;
	width: 97px;
	height: 9px;
	margin: 0 auto;
	margin-bottom: 40px;
	border: none
}

.post-10 h3 {
	position: relative;
	text-align: center;
	top: 35px;
	margin: 35px 0
}

.pr-1 {
	position: relative;
	background: url(../images/vid-1.jpg) no-repeat center;
	min-width: 1000px;
	height: 554px;
}

.pr-2 {
	position: relative;
	background: url(../images/vid-2.jpg) no-repeat center;
	min-width: 1000px;
	height: 757px;
}

.pr-3 {
	position: relative;
	background: url(../images/vid-3.jpg) no-repeat center;
	min-width: 1000px;
	height: 643px;
}

.pr-4 {
	position: relative;
	background: url(../images/vid-4.jpg) no-repeat center;
	min-width: 1000px;
	height: 594px;
}

.pr-5 {
	position: relative;
	background: url(../images/vid-5.jpg) no-repeat center;
	min-width: 1000px;
	height: 595px;
}

.pr-6 {
	position: relative;
	background: url(../images/vid-6.jpg) no-repeat center;
	min-width: 1000px;
	height: 597px;
}

.v-i {
	float: left;
	position: relative;
	top: -40px;
	width: 117px;
	height: 117px
}

.post-10 h4  {
	position: relative;
	text-decoration: underline;
	top: 120px;
	margin: 0 auto;
	width: 800px;
	display: block;
	font-family: metaBlackLFC;
	font-weight: bold;
	text-align: center;
	color: #cf0200;
	font-size: 26px;
	height: 30px;
	padding: 10px 30px 13px 30px
}

.post-10 .pr-2 h4  {
	position: relative;
	text-decoration: underline;
	top: 50px;
	width: 530px;
	margin: 0 auto;
	display: block;
	font-family: metaBlackLFC;
	font-weight: bold;
	text-align: center;
	color: #cf0200;
	font-size: 26px;
	height: 30px;
	padding: 10px 30px 0 30px
}

.post-10 .pr-3 h4  {
	position: relative;
	text-decoration: underline;
	top: 50px;
	width: 470px;
	margin: 0 auto;
	display: block;
	font-family: metaBlackLFC;
	font-weight: bold;
	text-align: center;
	color: #cf0200;
	font-size: 26px;
	height: 30px;
	padding: 10px 30px 0 30px
}

.post-10 .pr-4 h4  {
	position: relative;
	text-decoration: underline;
	top:60px;
	width: 520px;
	margin: 0 auto;
	display: block;
	font-family: metaBlackLFC;
	font-weight: bold;
	text-align: center;
	color: #cf0200;
	font-size: 26px;
	height: 30px;
	padding: 10px 30px 0 30px
}

.post-10 .pr-5 h4  {
	position: relative;
	text-decoration: underline;
	top:60px;
	width: 560px;
	margin: 0 auto;
	display: block;
	font-family: metaBlackLFC;
	font-weight: bold;
	text-align: center;
	color: #cf0200;
	font-size: 26px;
	height: 30px;
	padding: 10px 30px 0 30px
}

.post-10 .pr-6 h4  {
	position: relative;
	text-decoration: underline;
	top:60px;
	width: 480px;
	margin: 0 auto;
	display: block;
	font-family: metaBlackLFC;
	font-weight: bold;
	text-align: center;
	color: #cf0200;
	font-size: 26px;
	height: 30px;
	padding: 10px 30px 0 30px
}

.screen {
	float: right;
	padding: 110px 50px 0 0;
}

.screen-2 {
	float: right;
	padding: 60px 50px 0 0;
}

.post-10 ul {
	position: relative;
	top: 110px;
	width: 730px;
	float: left;
	list-style: none;
	clear: both;
	padding: 0 0 0 50px
}

.post-10  ul li {
	font-family: Scada;
	font-weight: normal;
	font-size: 22px;
	text-align: left;
	color: #000;
	background: url(../images/marker.png) no-repeat left top 6px;
	padding: 0 0 0 30px;
	margin: 0 0 30px 0
}

.post-10 .pr-2 ul  {
	position: relative;
	top: 50px;
	width: 730px;
	float: left;
	list-style: none;
	clear: both;
	padding: 0 0 0 50px
}

.post-10 .pr-3 ul  {
	position: relative;
	top: 50px;
	width: 730px;
	float: left;
	list-style: none;
	clear: both;
	padding: 0 0 0 50px
}

.post-10 .pr-4 ul  {
	position: relative;
	top: 60px;
	width: 730px;
	float: left;
	list-style: none;
	clear: both;
	padding: 0 0 0 50px
}

.post-10 .pr-5 ul  {
	position: relative;
	top: 60px;
	width: 730px;
	float: left;
	list-style: none;
	clear: both;
	padding: 0 0 0 50px
}

.post-10 .pr-6 ul  {
	position: relative;
	top: 60px;
	width: 730px;
	float: left;
	list-style: none;
	clear: both;
	padding: 0 0 0 50px
}
.post-10 ul p {
	font-family: "PT Sans";
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	color: #d73331;
	padding: 0 0 30px 30px;
	margin: 30px 0 0 0
}

.post-10 .u-1 {
	float: right;
	padding: 70px 0 0 0
}

.post-10 .btn {
	padding: 0px 0 70px 0
}

.post-10 div a {
	position: relative;
	top: 30px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}
.post-10 .arrow-2 {
	float: left;
	padding: 96px 0 0 70px;
}
/* END POST-10 */


/* POST-11 */

.post-11 {
	background: url(../images/post-11.jpg) no-repeat center;
	min-width: 1000px;
	height: 876px;
}

.post-11 div {
	width: 960px;
	margin: 0 auto
}

.post-11 h2 {
	color: #d53130;
	text-align: left;
	font-size: 38px;
	line-height: 44px;
	padding:0px 0 40px 0
}

.post-11 .right {
	width: 740px;
	float: right;
	padding: 50px 0 0 0
}

.post-11 h3 {
	font-family: metaBlackLFC;
	font-weight: bold;
	color: #FFF;
	font-size: 24px;
	text-align: left;
}

.post-11 h4 {
	color: #FFF;
	padding: 40px 0 0 0
}

.post-11 .btn {
	width: 960px;
	float: left
}

.post-11 .btn a {
	position: relative;
	top: 70px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}
 
.post-11 .btn .arrow-2 {
	float: left;
	padding: 80px 0 0 70px;
}
/* END POST-11 */

/* POST-12 */

.post-12 {
	background: url(../images/post-12.jpg) #fff no-repeat center top;
	min-width: 1000px;
	height: 1163px;
}

.post-12 div {
	width: 960px;
	margin: 0 auto
}

.post-12 h2 {
	color: #d53130;
	text-align: center;
	font-size: 38px;
	line-height: 44px;
	padding: 44px 0 0 0
}

.post-12 h2 span {
	position: relative;
	top: 30px;
	width: 775px;
	float: right;
	color: #fff;
	text-align: left;
	font-size: 36px;
	line-height: 44px;
	padding: 40px 0 0 0
}

.post-12 ul {
	list-style: none;
}

.block-4 {
	width: 757px;
	margin: 0 auto;
	display: block;
	padding: 80px 0 10px 0
}
/* END POST-12 */

/* POST-13 */

.post-13 {
	background: url(../images/post-13.jpg) no-repeat center top;
	min-width: 1000px;
	min-height: 1071px;
	overflow: auto
}

.post-13 div {
	width: 960px;
	margin: 0 auto
}

.post-13 ul {
	list-style: none;
	padding: 40px 0 0 0
}

.post-13 ul li.v-1 {
	background: url(../images/v-1.png) no-repeat left top;
	font-family: Scada;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	color: #000;
	padding: 38px 0 0 180px;
	height: 160px
}

.post-13 ul li.v-2 {
	margin: -14px 0 0 0;
	background: url(../images/v-2.png) no-repeat left top;
	font-family: Scada;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	color: #000;
	padding: 22px 0 0 180px;
	height: 160px
}

.post-13 ul li.v-3 {
	background: url(../images/v-3.png) no-repeat left top;
	font-family: Scada;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	color: #000;
	padding: 22px 0 0 180px;
	height: 160px
}

.post-13 ul li.v-4 {
	background: url(../images/v-4.png) no-repeat left top;
	font-family: Scada;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	color: #000;
	padding: 32px 0 0 180px;
	height: 160px
}

.post-13 ul li.v-5 {
	background: url(../images/v-5.png) no-repeat left top;
	font-family: Scada;
	font-weight: normal;
	font-size: 24px;
	text-align: left;
	color: #000;
	padding: 46px 0 0 180px;
	height: 160px
}

.post-13 div a {
	position: relative;
	top: -50px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}
 
.post-13 .arrow-2 {
	float: left;
	padding: 50px 0 0 70px;
}
/* END POST-13 */

/* POST-14 */

.post-14 {
	background: url(../images/post-14.jpg) no-repeat center;
	min-width: 1000px;
	height: 989px;
}

.post-14 div {
	width: 960px;
	margin: 0 auto
}

.post-14 h2 {
	color: #fff;
	text-align: center;
	font-size: 38px;
	line-height: 44px;
	padding: 44px 0 0 0
}

.post-14 h3 {
	color: #fff;
	text-align: center;
	padding: 38px 0 0 0
}

.post-14 h4 {
	position: relative;
	top: 50px;
	background: rgba(255,255,255,0.8);
	border: #FFF 10px solid;
	width: 960px;
	height: 270px;
	font-family: metaBlackLFC;
	font-weight: bold;
	font-size: 40px;
	color: #cf0200;
	text-align: center;
	padding: 28px 0 0 0
}

.post-14 h4 span {
	text-decoration:line-through;
	font-size: 60px;
	position: relative;
	top: 18px
}

.post-14 p {
	text-decoration: none;
	color: #000;
	text-align: center;
	font-family: Scada;
	font-weight: normal;
	font-size: 24px;
	line-height: 28px;
	position: relative;
	padding: 30px;
	top: 10px;
}

.post-14 ul {
	list-style: none;
	padding: 90px 0 0 0;
	width: 830px;
	margin: 0 auto;
}

.post-14 ul li {
	position: relative;
	display: block;
	background: url(../images/check.png) no-repeat left top;
	color: #FFF;
	font-family: metaBlackLFC;
	font-weight: bold;
	font-size: 24px;
	text-align: left;
	padding: 5px 0 20px 60px;
}
/* END POST-14 */

/* POST-15 */

.post-15 {
	background: url(../images/post-15.jpg) no-repeat center;
	min-width: 1000px;
	height: 264px;
}

.post-15 div {
	width: 960px;
	margin: 0 auto
}

.post-15 h2 {
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 34px;
	padding: 50px 0 0 0
}
.post-15 h3 {
	color: #fff;
	font-family: MetaBlackLFC;
	font-weight: bold;
	text-align: center;
	font-size: 38px;
	line-height: 34px;
	padding: 22px 0 0 0
}

/* END POST-15 */

/* POST-16 */

.post-16 {
	background: #fff;
	min-width: 1000px;
	height: 1380px;
}

.post-16 div {
	width: 960px;
	margin: 0 auto
}

.post-16 h2 {
	color: #000;
	text-align: center;
	font-size: 40px;
	padding: 36px 0 0 0
}

.post-16 .left {
	width: 470px;
	float: left;
	height: 1160px;
	background: #f2f2f2;
	position: relative;
	top: 30px;
}

.post-16 .right {
	width: 470px;
	float: right;
	height: 1160px;
	background: #f2f2f2;
	position: relative;
	top: 30px;
}

.disk-2 {
	width: 385px;
	margin: 0 auto;
	display: block;
	padding: 30px 0 0 0
}

.post-16 h3 {
	font-family: metaBlackLFC;
	font-weight: bold;
	text-align: center;
	color: #cf0200;
	font-size: 24px;
	padding: 30px 0 0 0
}

.post-16 ul {
	list-style: none;
	width: 428px;
	margin: 0 auto;
	padding: 20px 0 0 0
}

.post-16 ul li {
	background: url(../images/marker.png) no-repeat left top 7px;
	font-family: Scada;
	font-weight: normal;
	text-align: left;
	color: #000;
	font-size: 22px;
	padding: 0 0 0 25px;
	margin: 0 0 26px 0
}

.post-16 p {
	font-family: metaBlackLFC;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0;
	font-size: 24px
}


.post-16 p.t-1 {
	font-family: metaBlackLFC;
	font-weight: bold;
	color: #000;
	text-align: center;
	padding: 0;
	font-size: 34px;
	position: relative;
	top: 20px
}


.post-16 div a {
	position: relative;
	top: 70px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}
 
.post-16 .arrow-2 {
	float: left;
	padding: 126px 0 0 70px;
}
/* END POST-16 */


/* POST-17 */

.post-17 {
	background: url(../images/post-16.jpg) no-repeat center;
	min-width: 1000px;
	height: 860px;
}

.post-17 div {
	width: 960px;
	margin: 0 auto
}

.post-17 h2 {
	color: #000;
	text-align: center;
	font-size: 32px;
	padding: 80px 0 0 0
}

.round-2 {
	background: url(../images/round-2.png) no-repeat center;
	width: 600px;
	height: 600px;
	padding: 80px 0 0 0
}

.post-17 hr {
	background: #000;
	width: 197px;
	height: 14px;
	margin: 0 auto;
	border: none;
	position: relative;
	top: 40px
}

.post-17 p {
	font-family: metaBlackLFC;
	font-weight: bold;
	font-size: 32px;
	text-align: center;
	color: #000;
	position: relative;
	top: 76px
}

.arrow-3 {
	position: relative;
	top: -40px;
	margin:  0 auto;
	display: block
}
/* END POST-17 */

/* POST-18 */

.post-18 {
	background: url(../images/post-17.jpg) no-repeat center;
	min-width: 1000px;
	height: 702px;
}

.post-18 div {
	width: 960px;
	margin: 0 auto
}

.post-18 h2 {
	font-family: Scada;
	font-weight: normal;
	color: #FF0;
	text-align: center;
	font-size: 30px;
	line-height: 42px;
	padding: 46px 0 0 0
}

.post-18 h2 span{
	font-family: Scada;
	font-weight: normal;
	color: #FFF;
	text-decoration: underline
}

.post-18 h2 span.f-f{
	font-family: Scada;
	font-weight: normal;
	text-decoration: none
}


input {
	position: relative;
	top: 20px;
	background: #fff;
	border: #cf0200 6px solid;
	width: 504px;
	height: 73px;
	margin: 0 auto;
	margin-top: 13px;
	display: block;
	-moz-border-radius: 24px;
    -webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	border-radius: 24px;
	padding: 0 0 0 20px;
	font-family: Scada;
	font-weight: normal;
	font-size: 24px;
	color: #000;
	outline: none
}

input[type="submit"] {
	position: relative;
	top: 20px;
	left: -80px;
	background: #f04727;
	border: #cf0200 6px solid;
	width: 530px;
	height: 83px;
	padding: 0;
	margin-top: 23px;
	-moz-border-radius: 24px;
    -webkit-border-radius: 24px;
	-khtml-border-radius: 24px;
	border-radius: 24px;
	font-family: Scada;
	font-weight: normal;
	font-size: 24px;
	color: #fff;
	cursor: pointer;
	outline: none
}

input[type="submit"]:hover {
	background: #cf0200;
	transition:0.5s;
}

.post-18 h3 {
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding: 52px 0 0 0
}

.post-18 .arrow-2 {
	float: left;
	padding: 60px 0 0 70px;
}
	
/* END POST-18 */

/* POST-19 */

.post-19 {
	background: #fff;
	min-width: 1000px;
	min-height: 100px;
	overflow: auto;
}

.post-19 div {
	width: 960px;
	margin: 0 auto
}

.post-19 h2 {
	color: #cf0200;
	text-align: center;
	font-size: 40px;
	padding: 40px 0 40px 0
}

.post-19 h3 {
	position: relative;
	font-family:metaBlackLFC;
	font-weight: bold;
	width: 850px;
	height: 115px;
	margin: 0 auto;
	border: #b5b5b5 9px solid;
	color: #000;
	text-align: center;
	font-size: 28px;
	padding: 16px 0 0 0
}

.post-19 .video {
	background: url(../images/video.png) no-repeat center;
	width: 459px;
	height: 408px;
	float: left;
	padding: 10px 5px 0 5px;
}

.post-19 iframe {
	position: relative;
	left: 18px;
	top: 22px;
	width: 423px;
}
	
.post-19 h4 {
	text-align: center;
	font-size: 20px;
	padding: 60px 0 0 0 
}

.rew-1 {
	background: #fff;
	width: 960px;
	border: #cf0200 4px solid;
	min-height: 100px;
	overflow: auto;
}

.rew-2 {
	position: relative;
	top: 20px;
	background: #fff;
	width: 960px;
	border: #cf0200 4px solid;
	min-height: 100px;
	overflow: auto;
}

.rew-3 {
	position: relative;
	top: 40px;
	background: #fff;
	width: 960px;
	border: #cf0200 4px solid;
	min-height: 100px;
	overflow: auto;
}

.pic-1 {
	float: left;
	padding: 10px;	
}

.post-19 h5 {
	width: 380px;
	float: right;
	font-size: 20px;
	padding: 85px 0 0 10px
}

.post-19 .rew-2  h5 {
	width: 360px;
	float: right;
	font-size: 20px;
	padding: 25px 20px 25px 0
}

.post-19 .rew-3  h5 {
	width: 360px;
	float: right;
	font-size: 20px;
	padding: 30px 20px 25px 0
}

.post-19 div a {
	background: #f04727;
	position: relative;
	top: -78px;
	font-family:metaBlackLFC;
	font-weight: bold;
	font-size: 32px;
	border: #cf0200 8px solid;
    -moz-border-radius: 26px; 
    -webkit-border-radius: 26px; 
    -khtml-border-radius: 26px; 
    border-radius: 26px;
	color: #fff;
	width: 500px;
	margin: 0 auto;
	display: block;
	padding: 20px 14px 20px 14px;
	text-align: center;
	text-decoration: none;
	transition:1s;
	clear: both
}

.post-19 div a:hover {
	background: #cf0200;
	color: #fff;
}
 
.post-19 .arrow-2 {
	float: left;
	padding: 40px 0 0 70px;
}
/* END POST-19 */

/* POST-20 */
.post-20 {
	background: #fff;
	height: 60px;
    min-width: 1000px;
}

.post-20 div {
	width: 960px;
	margin: 0 auto
}

h5.timer {
	font-size: 16px;
	text-align: center;
	font-family:Scada;
	font-weight: normal;
	margin: 15px 0 0 0px;
	float: none;
}

#timer {
	width: 600px;
	margin: 0 auto
}

.post-20 h2 {
	font-family: Scada;
	font-weight: normal;
	font-size: 20px;
	text-align: center;
	padding: 6px 0 0 0
}

.post-20 h2 span {
	font-size: 9px;
	position: relative;
	top: -5px
}

.flag {
	height: 40px;
	float: right;
	margin: -44px -45px 0 0
}

/* END POST-20 */

footer {
	background: #fff;
	min-height: 50px;
	overflow: auto
}

footer h5 {
	text-align: center;
	font-size: 18px;
	padding: 20px 0 20px 0
}

#elm1 {
	position: relative;
	height: 10px;
	width: 50px;
	top: -130px;
}

#elm2 {
	position: relative;
	height: 10px;
	width: 50px;
	top: -80px;
}

#elm3 {
	position: relative;
	height: 10px;
	width: 50px;
	top: -46px;
}

#elm4 {
	position: relative;
	height: 10px;
	width: 50px;
	top: -46px;
}

#elm5 {
	position: relative;
	height: 10px;
	width: 50px;
	top: -46px;
}

#elm6 {
	position: relative;
	height: 10px;
	width: 50px;
	top: -40px;
}

#elm7 {
	position: relative;
	height: 10px;
	width: 50px;
	top: -40px;
}

#elm8 {
	position: relative;
	height: 10px;
	width: 50px;
	top: -40px;
}

.post-21 {
	min-height: 100px;
	overflow: auto;
	min-width: 1000px;
	padding: 0 0 40px 0
}

.post-21 div {
	width: 960px;
	margin: 0 auto
}

.post-21 h2{
	text-align: center;
	padding: 30px 0
}

.post-21 .left {
	width: 440px;
	float: left;
	min-height: 10px;
	overflow: auto;
	border: #e6e6e6 6px solid;
	margin: 30px 0 0 0;
}

.post-21 .right {
	width: 440px;
	float: right;
	min-height: 10px;
	overflow: auto;
	border: #e6e6e6 6px solid;
	margin: 30px 0 0 0;
}

.post-21 p {
	background: #e6e6e6;
	height: 70px;
	font-family:metaBlackLFC;
	font-weight: bold;
	color: #cf0200;
	text-align: center;
	font-size: 26px;
	padding: 6px 0;
}

.post-21 p.t-1 {
	background: none;
	font-family: Scada;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 22px;
	padding: 20px 0 0 0;
	border-bottom:  none
}

.post-21 p.t-5 {
	background: none;
	font-family: Scada;
	font-weight: bold;
	color: #000;
	text-align: left;
	font-size: 20px;
	padding: 0 0 120px 30px;
	margin: -60px 0 0 0;
	border-bottom:  none
}

.post-21 p.t-2 {
	background: none;
	font-family: Scada;
	font-weight: bold;
	color: #000;
	text-align: center;
	font-size: 22px;
	padding: 20px 0 0 0;
	border-bottom:  none
}

.paket-img {
	width: 300px;
	margin: 0 auto;
	display: block;
	padding: 0 0 10px 0
}

#timer-2 {
	padding: 30px 0 0 0
}


.post-21 p.t-3 {
	background: none;
	font-family:metaBlackLFC;
	font-weight: bold;
	color: #F00;
	text-align: center;
	font-size: 20px;
	padding: 70px 0 0 0;
	border-bottom:  none
}


.post-21 div a {
	background: #f04727;
	position: relative;
	font-family:metaBlackLFC;
	font-weight: bold;
	font-size: 24px;
	top: 14px;
	border: #cf0200 8px solid;
    -moz-border-radius: 26px; 
    -webkit-border-radius: 26px; 
    -khtml-border-radius: 26px; 
    border-radius: 26px;
	color: #fff;
	width: 388px;
	float: left;
	padding: 20px 14px 20px 14px;
	text-align: center;
	text-decoration: none;
	transition:1s;
}

.post-21 div a:hover {
	background: #cf0200;
	color: #fff;
}

.post-21 div a.right {
	background: #f04727;
	position: relative;
	font-family:metaBlackLFC;
	font-weight: bold;
	font-size: 28px;
	top: -14px;
	border: #cf0200 8px solid;
    -moz-border-radius: 26px; 
    -webkit-border-radius: 26px; 
    -khtml-border-radius: 26px; 
    border-radius: 26px;
	color: #fff;
	width: 388px;
	float: right;
	padding: 20px 14px 20px 14px;
	text-align: center;
	text-decoration: none;
	transition:1s;
}

.post-21 div a.right:hover {
	background: #cf0200;
	color: #fff;
}


.post-21 p.t-4 {
	background: none;
	font-family: Scada;
	font-weight: bold;
	color: #000;
	height: 50px;
	text-align: center;
	font-size: 20px;
	padding: 0px 0 0 0;
	border-bottom:  none
}

.post-22 {
	background:url(../images/post-22.jpg) no-repeat center top;
	min-width: 1000px;
	min-height: 1000px;
	overflow:auto
}

.post-22 div {
	width: 720px;
	margin: 0 auto
}

.post-22 h2 {
	color: #000;
	text-align: center;
	font-size: 40px;
	padding: 40px 0 40px 0
}

.post-22 ul {
	list-style: none;
	min-height: 20px;
	overflow: auto;
	margin: 0 0 70px 0
}

.post-22 ul img {
	margin: 0 auto;
	display: block
}

.post-22 ul li {
	width:690px;
	float: left;
	text-align: center;
	font-family: Scada;
	font-weight: normal;
	font-size: 22px;
	padding: 15px 0 0 0px
}



.post-23 {
	background: url(../images/pattern.jpg) repeat;
	min-width: 1000px;
	min-height: 100px;
	overflow: auto;
	padding: 0 0 50px 0
}

.post-23 div {
	width: 960px;
	margin: 0 auto
}

.post-23 h2 {
	color: #000;
	text-align: center;
	font-size: 40px;
	padding: 40px 0 40px 0
}

h2.trigger {
width:760px;
height: 50px;
padding: 0 0 0 50px;
margin: 0 auto;
display: block;
font-weight: normal;
font-size: 20px;
text-align: left;
color: #000;
font-family: Scada;
font-weight: normal;
text-decoration: none;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f97d0', endColorstr='#0454a8');
}

h2.trigger p{
	float: right;
	color:#000;
	text-decoration:underline;
	cursor: pointer;
	text-align: right;
	padding: 0 0px 0 0 
}

h2.trigger p:hover{
	text-decoration: none
}

h2.trigger:hover {
color: #000;
text-decoration: none;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0454a8', endColorstr='#0454a80f97d0');
}

h2.trigger  a {
color: #000;
text-decoration: none;
display: block;
}

h2.trigger  a:hover {
color: #000;
}

.g-img {
	float: left;
	padding: 0 0 0 20px 0;
	margin: -5px 0 0 0
}

div .toggle_container {
background: #eee;
border:#999 1px solid;
opacity: 0.9;
margin: 0 0 30px 30px;
font-size: 1em;
width:900px;
padding: 30px;
clear: both;
overflow: hidden;
margin-top: 8px;
border-radius: 5px;
font-family: Scada;
font-style: normal;
font-size: 20px;
}
.block {

}


.post-24 {
	background: url(../images/post-7.jpg) no-repeat center;
	min-width: 1000px;
	min-height: 100px;
	overflow: auto;
	padding: 0 0 60px 0
}

.post-24 div {
	width: 960px;
	margin: 0 auto
}

.post-24 h2 {
	position: relative;
	top: 40px;
	border: #ccc 9px solid;
	color: #cf0200;
	text-align: center;
	font-size: 40px;
	padding: 10px 0 10px 0
}

.gar-img {
	float: left;
	width: 401px;
	padding: 80px 0 0 0;
}

.post-24 .right {
	width: 550px;
	float: right;
	font-family: Scada;
	font-weight: normal;
	font-size: 20px;
	padding: 80px 0 0 0;
}

.post-24  .right  .podp {
	margin: 0 auto;
	display: block
}
	
.post-25 {
	background: url(../images/post-16.jpg) no-repeat center top;
	min-width: 1000px;
	min-height: 100px;
	overflow: auto;
	padding: 0 0 50px 0
}

.post-25 div {
	width: 960px;
	margin: 0 auto
}

.post-25 h2 {
	color: #000;
	text-align: center;
	font-size: 40px;
	padding: 40px 0 40px 0
}

.post-25  h2.trigger {
background: -moz-linear-gradient(#666, #000);
background: -ms-linear-gradient(#666, #000);
background: -o-linear-gradient(#666, #000);
background: -webkit-linear-gradient(#666, #000);
width: 960px;
height: 38px;
padding: 12px 0 0 20px;
margin: 0 0 5px 0;
font-weight: normal;
font-size: 20px;
text-align: left;
float: left;
color: #fff;
font-family: Scada;
font-weight: normal;
text-decoration: none;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0f97d0', endColorstr='#0454a8');
}

.post-25 h2.trigger  a {
color: #fff;
text-decoration: none;
display: block;
}

.post-25 h2.trigger  a:hover {
color: #fff;
}

.arr-3 {
	float: right;
	height: 24px;
	margin: -6px 10px 0 0;
	
}

.post-25 .toggle_container {
background: #eee;
opacity: 0.9;
margin: 0 0 5px;
font-size: 1em;
width: 920px;
padding: 10px 30px;
clear: both;
overflow: hidden;
margin-top: 8px;
border-radius: 0 0 5px 5px;
font-family: Scada;
font-style: normal;
font-size: 20px;
}

.ps {
	margin: 0 auto;
	display: block
}

/* POST-26 */

.post-26 {
	background: url(../images/post-26.jpg) no-repeat center;
	min-width: 1000px;
	height: 183px;
}

.post-26 div {
	width: 960px;
	margin: 0 auto
}

.post-26 h2 {
	color: #fff;
	text-align: center;
	font-size: 34px;
	line-height: 42px;
	padding: 30px 0 0 0
}


/* END POST-26 */

	
.post-27 {
	background: url(../images/post-9.jpg) no-repeat center;
	min-width: 1000px;
	min-height: 40px;
	overflow: auto;
	padding: 40px 0 40px 0
}

.post-27 div {
	width: 960px;
	margin: 0 auto
}

.ps {
	background: black; 
    -webkit-box-shadow: 0px 0px 15px #000;
    -moz-box-shadow: 0px 0px 15px #000;
    box-shadow: 0px 0px 15px #000;
}

.post-27 h2 {
	color: #fff;
	text-align: center;
	font-size: 24px;
	padding: 40px 0 40px 0
}

.post-27 div a {
	position: relative;
	top: 0px;
	width: 616px;
	height: 94px;
	margin: 0 auto;
	display: block;
	transition:1s;
}
.me911{max-width:600px !important;
width:600px !important;}
.me912{ font-family: Scada;
    font-weight: normal;
    font-size: 20px;
    text-align: center;
    padding: 6px 0 0 0;
	color:white;}

