@charset "utf-8";

body {
	background-color: #000000;
	font-size: 100%;
	font-family: 'Open Sans', sans-serif;
}

iframe {
   display: block;
   margin: 0 auto;
}

/*slider*/
div#slider figure {
    position: relative
}

.baner,
div#slider {
    overflow: hidden
}

div#slider figure img {
    width: 20%;
    float: left
}

div#slider figure {
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 20s slidy infinite
}

@keyframes slidy {
    0%,
    20% {
        left: 0
    }
    25%,
    45% {
        left: -100%
    }
    50%,
    70% {
        left: -200%
    }
    75%,
    95% {
        left: -300%
    }
    100% {
        left: -400%
    }
}

/*
.slidermain {
    text-align: center
}

.slidermain {
    bottom: 300px
}

.slidermaintitle,
.sliderundertitle {
    letter-spacing: 1px;
    font-family: Ubuntu
}

.slidermaintitle {
    font-size: 38px;
    padding: 10px;
    text-transform: uppercase;
    color: #fff;
    background: #2e8694
}

.sliderundertitle {
    color: #2e8694;
    font-size: 26px;
    background: #fff;
    text-transform: none;
    padding: 7px;
    border-radius: 5px
}
*/

/*end-slider*/

strong {
    font-weight: 600;
}

.clearAll {
    clear: both;
    height: 0px;
}
.onlyDesk {
	display:block !important;
}
.onlyMob {
	display:none !important;
}

.header {
    background-color: #000000;    
}
.headerCont {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 2%;
    padding-right: 2%;
}
.headLevo {
    float: left;
}
.headLevo #logo {
    height: 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    float: left;
    margin-right: 20px;
    margin-top: 10px;
}

.headLevo h1 {
    font-family: 'Exo 2', sans-serif;
    color: #FFFFFF;
    line-height: 80px;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    font-weight: 300;
    font-size: 40px;
}

.headDesno {
    float: right;
}
.headDesno a {
    width: 48px;
    display: block;
    line-height: 80px;
}
.headDesno a img {
    width: 100%;
    border-radius: 5px;
}
.homeIll {
	width: 100%;
	background-color: #E6E6E6;
}
.homeIll img {
    display: block;
}

.news {
    background-color: #454545;
}
.newsSep {
    height: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid hsla(0,0%,0%,1.00);
    border-bottom: 1px solid hsla(0,0%,100%,0.30);
    margin-top: 10px;
    margin-bottom: 20px;
}
.Sep {
    height: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-top: 1px solid hsla(0,0%,0%,1.00);
    border-bottom: 1px solid hsla(0,0%,100%,0.40);
    margin-top: 0px;
    margin-bottom: 0px;
}
.newsCont img {
    border-radius: 10px;
    width: 100%;
    margin-bottom: 10px;
}

.newsCont {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;

}
.newsCont h2 {
    font-family: 'Exo 2', sans-serif;
    color: #FFC338;
    font-size: 200%;
    font-weight: 300;
	margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.newsCont h3 {
    font-family: 'Exo 2', sans-serif;
    color: #FFC338;
    font-size: 140%;
    font-weight: 300;
	margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
}
.newsCont h4 {
    font-family: 'Exo 2', sans-serif;
    color: #FFFFFF;
    font-size: 120%;
    font-weight: 300;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 10px;
    line-height: normal;
}
.newsCont h5 {
    color: #CBCBCB;
    font-size: 70%;
    font-weight: 300;
    line-height: 130%;
    margin-left: 5px;
    margin-right: 5px;
    letter-spacing: 0.2em;
    margin-bottom: 5px;
}
.newsCont p {
    color: #F9F9F9;
    font-size: 90%;
    font-weight: 300;
    line-height: 140%;
    margin-bottom: 2%;
    text-align: justify;
    margin-left: 5px;
    margin-right: 5px;
}
.newsCont a {
    display: block;
    width: 100%;
    font-size: 100%;
    background-color: hsla(42,100%,61%,1.00);
    border-radius: 10px;
    text-decoration: none;
    color: hsla(0,0%,0%,1.00);
    background-image: url(../images/button-logo.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 32px;
    height: 32px;
    line-height: 32px;
    font-weight: 600;
    padding-left: 64px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}




.newsLeft {
	width: 45%;
	float: left;
}
.newsRight {
	width: 45%;
	float: right;
}
#form1 #frmTxt {
    width: 100%;
    font-family: 'Open Sans', sans-serif;
    font-size: 120%;
}
#form1 p {
    color: #FFCE5C;
}
#form1 #submit {
    display: block;
    width: 100%;
    font-size: 100%;
    background-color: hsla(42,100%,61%,1.00);
    border-radius: 5px;
    text-decoration: none;
    color: hsla(0,0%,0%,1.00);
    height: 32px;
    line-height: 32px;
    font-weight: 600;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-style: none;
    margin-top: 30px;
}


.footer {
	max-width: 1024px;
	margin-left: auto;
	margin-right: auto;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;

}

.footer  h1 {
	font-family: 'Exo 2', sans-serif;
	color: #FFC338;
	font-size: 200%;
	font-weight: 300;
	margin-bottom: 20px;
}
.footer h2 {
	font-family: 'Exo 2', sans-serif;
	color: #FFFFFF;
	font-size: 140%;
	font-weight: 300;
	margin-bottom: 20px;
}
.footer a {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 60%;
    display: block;
    line-height: 32px;
    border-radius: 5px;
    background-color: #FFC338;
    text-decoration: none;
    color: #000000;
    font-weight: 600;
    height: 32px;
    margin-top: 20px;
    margin-bottom: 20px;
    background-image: url(../images/button-logo.png);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: auto 32px;
    padding-left: 68px;
    -webkit-box-shadow: 0px 0px 20px 5px rgba(231,166,26,0.64);
    -moz-box-shadow: 0px 0px 20px 5px rgba(231,166,26,0.64);
    box-shadow: 0px 0px 20px 5px rgba(231,166,26,0.64);
    font-size: 100%;
}

.footer p {
	color: #F9F9F9;
	font-size: 90%;
	font-weight: 300;
	line-height: 140%;
	margin-bottom: 2%;
}
.footCredit p {
	font-size: 70%;
	font-weight: 300;
	color: #CECECE;
}
.footCredit {
}


.footLeft {
	width: 45%;
	float: left;
}
.footRight {
	width: 45%;
	float: right;
}
.plasmanIme {
    float: left;
    clear: left;
}
.plasmanBod {
    float: right;
    clear: right;
}






.MOB------------- {}



@media only screen and (max-width: 780px) {

.onlyDesk {
	display:none!important;
}
.onlyMob {
	display:block!important;
}
.headerCont {
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    width: 96%;
    padding-left: 0px;
    padding-right: 0px;
}
.headLevo #logo {
    height: 40px;
	margin-top: 0px;
}
.headLevo p {
    line-height: 40px;
}
.headDesno a {
    line-height: 40px;
}
.newsLeft {
    width: 96%;
    float: none;
    margin-left: auto;
    margin-right: auto;
}
.newsRight {
	width: 96%;
	float: none;
	margin-left: auto;
    margin-right: auto;
}
.footLeft {
	width: 94%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.footRight {
	width: 94%;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
	.footCredit {
	width: 94%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}
	
}
