html, body {
    height: 100%;
}

body {
    background:#ccc;
    margin:0;
    padding:0;
    font-family: 'Roboto', arial, sans-serif;
    font-size:18px;
    color:#333;
}

* {
    -moz-box-sizing: border-box; 
    -webkit-box-sizing: border-box; 
    box-sizing: border-box;
}

#header {
    width:100%;
    max-width:760px;
    min-height:70px;
    margin:0 auto;
    display:table;
    position:fixed;
    z-index:1000;
}

#logo {
    width:100%;
    max-width:760px;
    height:70px;
    padding:10px 0;
    background:#fff;
    position:relative;
}

#logo a {
    z-index:2000;
    position:absolute;
    left:10px;
    top:10px;
}

#logo img {
    width:200px;
    height:50px;
}

#page {
    width:100%;
    max-width:760px;
    height:92%;
    display:table;
    margin:0 auto;
    position:relative;
    z-index:500;
    line-height:1.4em;
}

.blockCent {
    width:100%;
    margin:320px auto 0;
    padding:10px 15px;
    display:table;
    background:rgba(255,255,255, 0.8);
    position:relative;
}

.blockRight {
    width:100%;
    max-width:760px;
    margin-top:300px;
    padding:10px 150px 10px 15px;
    display:table;
    background:rgba(255,255,255, 0.8);
    float:left;
}

.bRsmall {
    max-width:580px;
    margin-top:200px;
    padding-right:20px;
}


.closeBtn {
	background: #666;
	width: 23px;
	height: 23px;
	padding:6px;
	position: absolute;
	right:10px;
	top:10px;
}

.close {
	background:url("../images/close.png") no-repeat scroll 0 0;
	width: 11px;
	height: 11px;
	-webkit-transition: all 0.5s; /* Safari */
	transition: all 0.5s;
	display:table;
}

.dreh {
	-webkit-transform: rotate(45deg); /* chrome & safari*/
	-moz-transform: rotate(45deg); /* firefox */
	-o-transform: rotate(45deg); /* opera */
	transform: rotate(45deg); /* explorer > 9 */
}


.floatBoxRight,
.floatBoxLeft {
    width:100%;
    max-width:760px;
    margin-bottom:80px;
}

.floatBoxRight {
    float:right;
}

.floatBoxLeft {
    float:left;
}

.floatBoxWrapper {
    width:100%;
    background:#fff;
    display:table;
}

.floatBoxText {
    float:left;
    width:50%;
    padding:15px 20px;
    font-size:14px;
    line-height:1.6em;
}

.floatBoxImg {
    float:left;
    width:50%;
}

.floatBoxImg img {
    width:100%;
}

.marTop {
    margin-top:180px !important;
}

.sigel {
    float:right;
    margin:90px 0 30px 10px;
}

.fontSmall {
    padding:55px 20px 15px;
    font-size:14px;
    min-height:380px;
}

#footer {
    width:100%;
    display:table;
}

#footerContent {
    display:table;
    width:auto;
    max-width:760px;
    margin:30px auto;
    color:#fff;
    font-size:12px;
}

#footerContent div {
    float:left;
}

#footer div span {
    float:left;
    padding:0 10px;
}

img {
    border:none;
    display:table;
}

ul, li {
    margin:0;
    padding:0;
}

p {
    margin:0;
}

.padBot {
    padding-bottom:40px;
}

h1, h2, h3 {
    font-family: 'Roboto', arial, sans-serif;
    line-height:1.2em;
    margin:0;
    padding:0;
    font-weight:300;
}

h1 {
    font-size:32px;
    margin-bottom:15px;
    color:#006699;
    text-transform:uppercase;
}

h2 {
    font-size:21px;
    color:#006699;
    margin-bottom:15px;
}

h3 {
    font-size:32px;
    color:#333;
    margin-bottom:40px;
    text-transform:uppercase;
}

a:focus {
    outline:none;
}

a, a:visited {
    color:#006699;
    text-decoration:none;
}

a:hover, a:active {
    text-decoration:none;
    color:#333;
}

a[href^=tel] {
    text-decoration:inherit;
    color: inherit;
    cursor:text;
}

#footer a,
#footer a:visited {
    color:#fff;
}

.mailLink {
    text-decoration:underline;
}

#footer a:hover,
#footer a:active {
    text-decoration:none;
}




@media (max-width: 1024px) and (orientation: landscape) {
    
    .bRsmall {
        margin-top:162px;
    }
  
   
}



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

    .blockCent {
        left:0;
        position:initial;
    }
    
    .blockRight {
        margin:300px auto 0;
        padding:10px 15px;
        float:none;
    }
    
    .bRsmall {
        max-width:460px;
        margin-top:270px;
    }
    
    .closeBtn {
        top:190px;
        right:10px;
    }
 
    
  

}



@media (max-width: 800px) and (orientation: landscape) {
    
    .sigel {
        width:112px;
        height:112px;
    }
    
    .bRsmall {
        margin-top:140px;
    }
    
    .blockCent {
        margin-top: 160px;
    }

}



@media screen and (max-width: 768px) {
    
    .closeBtn {
        top:310px;
        right:10px;
    }
}



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

    .floatBoxRight,
    .floatBoxLeft {
        float:none;
        max-width:380px;
        margin:0 auto 80px;
    }

    .floatBoxText,
    .floatBoxImg {
        float:none;
        width:100%;
    }
    
    .fontSmall {
        min-height:200px;
        padding-top:15px;
    }

}


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

   

}


@media screen and (max-width: 600px) {
    
    body {
        font-size:14px;
        line-height:1.3em;
    }
    
    .sigel {
        width:112px;
        height:112px;
        margin-top:30px;
    }
    
    .bRsmall {
        max-width:380px;
        float:none;
        padding:0;
        margin:180px auto 0;
    }
    
    .closeBtn {
        top:310px;
        right:10px;
    }
        
    h1 {
        font-size:22px;
        margin-bottom:10px;
    }
    
    h2 {
        font-size:18px;
        margin-bottom:10px;
    }
    
    h3 {
        font-size:22px;
        margin-bottom:30px;
    }

}



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

    #logo {
        width:100%;
    }
    
    .sigel {
        margin-top:85px;
        margin-right:10px;
    }
    
    .blockCent {
        margin-top:230px;
    }
    
    .blockRight {
        margin-top:450px;
    }
    
    .bRsmall {
        max-width:96%;
        margin:130px 2% 0;
    }
    
    .closeBtn {
        top:240px;
    }
    
    h3 {
        padding:0 15px;
    }
    
    #footerContent div,
    #footerContent div span {
        float:none;
        text-align:center;
        line-height:1.4em;
    }
    
    #footerContent div:last-of-type {
        margin-top:10px;
    }

}