html, body{
    padding:0px; margin: 0px;
    width:100%; height: 100%;
}
body {
    background: #e2e2e2;
    font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
    font-size: 14px;
    color: #222;
}
header{
    position: fixed;
    left:0px; top:0px;
    width:100%;
    box-sizing: border-box;
    background-color: rgba(255,255,255,0.8);
    -webkit-box-shadow: 0 8px 6px -6px #222;
    -moz-box-shadow: 0 8px 6px -6px #222;
    box-shadow: 0 8px 6px -6px #222;
    z-index: 9999;
}
textarea{
    min-height: 60px;
}
.about-us {
    background-image:url('../images/page_backgroun ds/aboutus[1].jpg');
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}
.content-inner, .content-inner-s{
    float:left; width:55%; height:calc(100% - 18px); overflow: auto;
}
.content-inner{
    width:100%;
}
.blur{
    -webkit-filter: blur(5px);
    -moz-filter: blur(5px);
    -o-filter: blur(5px);
    -ms-filter: blur(5px);
    filter: blur(5px);
}
.services {
    background-image:url('../images/page_backgroun ds/services.jpg');
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}
.gallery {
    background-image:url('../images/page_backgroun ds/background-blur-clean-531880.jpg');
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}
.contact {
    background-image:url('../images/page_backgroun ds/contact.png');
    background-repeat:no-repeat;
    background-position: center;
    background-size:cover;
    background-attachment: fixed;
}
.contact-part{
    float:left; width:33.33%; height:calc(100% - 20px);
}
.contact p {
    font-size: 18px;
}
.about-us p {
    font-size: 20px;
}
.contact-input {
    width:90%;
    margin-left:5%;
    box-sizing: border-box;
    padding:10px;
    border:1px solid #c2c2c2;
    border-radius: 3px;
    font-size: 18px;
    color: #222;
    margin-bottom:15px;
}
.contact-submit {
    width:90%;
    margin-left:5%;
    box-sizing: border-box;
    padding:10px;
    border:1px solid #111a4e;
    border-radius: 3px;
    font-size: 18px;
    color: #fff;
    background: #2a41c5;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    margin-bottom:10px;
}
.contact-submit:hover {
    background: #4a63ee;
}
#send-status {
    position:absolute; 
    box-sizing:border-box; 
    padding:10px; 
    background: green; 
    color:white; 
    left:50%; top: 40%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px #000;
    border-radius: 3px;
    display:none;
}
a, a:visited{
    text-decoration: none;
    border:none; outline: none;
}
h2{
    margin:0px; margin-bottom: 5px;
    padding:0px;
    width:100%;
    font-size: 32px;
}
h3{
    margin:0px;
    padding:0px;
    width:100%;
    font-size: 24px;
    font-weight: normal;
}
.h-left{
    float:left;
    margin-left:15px;
}
.h-right{
    float:right;
    margin-top:15px;
    margin-right:15px;
}
.logo{
    float:left;
    width:250px;
    padding:10px 0;
}
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}
nav ul li{
    float: left;
}
nav ul li span{
    display: block;
    color: #2a41c5;
    text-align: center;
    padding-left: 20px;
    text-decoration: underline;
    font-size: 18px;
    text-transform: uppercase;
    cursor: default;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
nav ul li a{
    display: block;
    color: #222;
    text-align: center;
    padding-left: 20px;
    text-decoration: none;
    font-size: 18px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-transform: uppercase;
}
nav ul li a:hover {
    color: #2a41c5;
    text-decoration: none;
}
/*
.content{
    box-sizing: border-box;
    position:absolute;
    left:50%;
    top:50%;
    background-color: rgba(255,255,255,0.8);
    padding:10px 20px;
    border-radius: 3px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 20px #000;
    display:none;
}
*/

.content{
    box-sizing: border-box;
    position:absolute;
    left:0px;
    top:55px;
    width: 100%;
    height: calc(100% - 55px);
    background-color: rgba(255,255,255,0.5);
    padding:10px 15px;
    display:none;
}

footer{
    position: absolute;
    box-sizing: border-box;
    left:50%; bottom:5px;
    box-sizing: border-box;
    padding:0px 4px;
    /*background-color: rgba(255,255,255,0.5);*/
    border-radius: 3px;
    z-index: 10000;
    font-size: 12px;
    color:#fff;
    text-shadow: 1px 1px #000;
    -ms-transform: translateX(-50%);
    -webkit-transform: translateX(-50%); 
    transform: translateX(-50%);
    opacity: 0.4
}
.scale-warning{
    position: fixed;
    left: 0px; top:0px;
    width:100%; height:100%;
    background: #000;
    display: none;
    z-index: 9999;
}
.scale-warning p{
    box-sizing: border-box;
    position:absolute;
    left:50%;
    top:40%;
    background-color: rgba(255, 0, 0, 0.8);
    color: #fff;
    font-weight:bold;
    padding:5px 10px;
    border-radius: 3px;
    -ms-transform: translate(-50%, -50%); /* IE 9 */
    -webkit-transform: translate(-50%, -50%); /* Safari */
    transform: translate(-50%, -50%);
    text-align: center;
}
#service-items{
    width: 100%;
    height: calc(100% - 12px);
    margin: 0 auto;
    padding: 0;
    font-size: 0px;
    list-style: none;
    background-color: transparent;
    text-align: center;
}
#service-items li{
    display: inline-block;
    width: 33.33%;
    height:33.33%;
    vertical-align: middle;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
#service-items li div{
    position:relative;
    box-sizing:border-box; 
    display: block; 
    padding:10px;
    width:98%; height:96%; 
    margin:1%; 
    border-radius:3px; 
    background:#2a41c5;
    font-size: 22px;
    text-transform: uppercase;
    opacity: 0.8;
}
#service-items li div span{
    display:block;
    position: absolute;
    padding: 5px;
    width:100%;
    top:50%;left:50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%); 
    transform: translate(-50%, -50%);
    color:#fff;
}
.maps{
    border:1px solid #c2c2c2; border-radius:3px;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-slide {
    background-position: center;
    background-size: cover;
}
.swiper-container-horizontal > .swiper-pagination-bullets {
    bottom: 30px;
    left: 0;
    width: 100%;
}
@media screen and (max-width: 1366px) {
    header {
        padding:0px;
    }    
}
@media screen and (max-width: 870px) {
    .contact p {
        font-size: 14px;
    }
}

@media screen and (min-width: 1367px) {
    header {
        padding:10px;
    }    
    nav ul li span, nav ul li a {
        padding-left: 30px;
    }
    .content{
        top:75px;
        height: calc(100% - 75px);
    }
}
@media screen and (max-width: 660px) {
    .h-right{
        clear:both;
        width: 100%;
        margin:0px;
    }
    nav ul li {
        width:25%;
    }
    nav ul li span, nav ul li a {
        padding-left: 0px;
    }
    .logo {
        float: none;
    }
    .h-left {
        float: left;
        margin-left: 0px;
        width: 100%;
    }
    .h-left a {
        width: 100%;
        float: left;
        text-align: center;
    }
    .contact-part{
        width:100%;
    }
    .contact p {
        font-size: 18px;
    }
    .contact-input, .contact-submit{
        width:100%;
        margin-left:0px;
    }
    header{
        background-color: rgba(255,255,255,1);
    }    
    .content{
        top:80px;
        height: calc(100% - 80px);
    }
    .content-inner, .content-inner-s{
        width:100%;
    }    
    #service-items li div span {
        font-size: 14px;
    }
    .address{
        height:auto;
    }
    .contact-form{
        margin-bottom:18px;
    }
}
@media screen and (max-width: 380px) {
    nav ul li span, nav ul li a {
        font-size: 14px;
        margin-bottom:2px;
    }    
    #service-items li {
        width: 100%;
        height: 33.33%;
    }
    .content{
        top:76px;
        height: calc(100% - 76px);
    }
    .maps{
        margin-top:15px;
    }
    .swiper-button-white{
        display: none;
    }
}
@media screen and (max-height: 479px) {
    .maps{
        display: none;
    }
    /*
    .scale-warning{
        display: block;
    }    
    */
}

