/*

    Brown           #8C3730
    Light Green     #E5DBA6
    bkgroundq       #EBF0F1

    Yellow          #DCB239
    Black           #191919
    Gray            #DFE2DB
    


*/
@import 'https://fonts.googleapis.com/css?family=Poppins';
.cf:before,
.cf:after{
    content: " ";
    display: table;
}
.cf:after{
    clear: both;
}
body{
    background-color: #AAAAAA;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: fixed;
    font-family: 'Poppins', sans-serif;
    color: #414151;
    padding: 0px;
    margin: 0px;
    min-height: 100%;
}
header > img{
    height: 45px;
    width: auto;
    float: left;
    margin-left: 40px;
    padding: 1px;
}
header > h1{
    color: #EBF0F1;
    font-size: 90px;
    text-align: center;
    
    
}
.hero{
    height: 100%;
    width: 100%;
}
.hero > img{
    top: 150;
    left: 150;
    position: absolute;
    width: 250px;
}
.hero{
    width: 100%;
    min-height: 100%;
    overflow: hidden;
    text-align: center;
    background-image: url('../img/1.png');
    color: #ecf0f1;
    background-size: 100%;   
    background-repeat: no-repeat;
    background-size: cover;
}
.hero > ul{
    list-style: none;
    padding-left: 0px;
    position: absolute;
    top: 150px;
    right: 50px;
    font-size: 30px;
    color: #DCB239;
    text-shadow: 2px 2px #191919;
    font-weight: 800;
}
.hero > h2{
    color: #8C3730;
    text-shadow: 2px 2px #E5DBA6; 
    font-size: 50px;
}
.hero > h1{
    width: 98%;
    padding:0px 1%;
    text-align: center;
    color: #DCB239;
    text-shadow: 2px 2px #191919; 
    letter-spacing: 1px;
    margin-top: 40%;
    font-size: 70px;   
}
.hero > a{
    padding: 20px;
    background-color: #8C3730;
    color: #E5DBA6;
    text-decoration: none;
    font-size: 22px;
    border-radius: 20px; 
}
.hero > a:hover{
    color: #8C3730;
    background-color: #E5DBA6;
}
.small-hero{
    width: 96%;
    background-color: #EBF0F1;   
    padding-left: 3%;
    padding-right: 3%;
    padding-top:100px;
    
}
.small-hero > h1{
    font-size: 100px;
    float: right;
    width: 70%;
    
}
.left{
    float: left;
    padding: 1%;
    width: 68%;
}
.right{
    width: 28%;
    padding: 1%;
    float: right;
}
.right > img{
    width: 96%;
    padding: 2%;
    background-color: #191919;
}
.small-hero > ul{
    float: right;
    position: absolute;
    top: 50px;
    right: 100px;
    list-style: none;
    padding-left: 0px;
    font-size: 30px;
}
.small-hero > img{
    width: 300px;
}

.cover-img{
    width: 100%;
    height: auto;   
}
#video-bg-elem{
    position: fixed;
    top: 0;
    left: 0;
    min-height: 100%;
    min-width: 100%;    
    left: 50%;
    transform: translateX(-50%);
    filter: url("data:image/svg+xml;utf9,<svg%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'><filter%20id='blur'><feGaussianBlur%20stdDeviation='10'%20/></filter></svg>#blur");
    -webkit-filter:blur(5px);
    -ms-filter: blur(5px);
    -o-filter: blur(5px);
    filter:blur(5px);
}
.logo{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 50px;
    left: 50px;
}
.content{
   
    width: 100%;
    min-height: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,0.6);
    text-align: center;
}
.content > div{
    width: 46%;
    padding: 1%;
    margin: 1%;
    float: left;
}
.button{
    padding: 20px;
    border-radius: 30px;
    text-transform: uppercase;
    background-color: #2980B9;
    text-decoration: none;
    color: #EBF0F1;
}
.button:hover{
    background-color: #EBF0F1;
    color: #2980B9;
    
}
.content > h1{
    color: #EBF0F1;
    text-shadow: 4px 4px 4px #111111;
    font-size: 85px;
    margin-top: 200px;
}
.wrapper{
    max-width: 1300px;
    margin: 10px auto;   
    font-size: 22px;
    width: 96%;
    padding: 2%;
    /*background-color: #EBF0F1;*/
    border-radius: 20px;
    
}
.gallery-item{
    width: 19%;
    padding: 2%;
    margin: 1%;
    float: left;
    height: auto;
    background-color: #191919;
}
.gallery-item img{
    width: 100%;
    
}
.gallery-item:hover{
    background-color: #fff;   
}
.service{
    width: 20%;
    padding: 2%;
    margin: 20px 36%;
    background-color: #191919;
}
.one_div ul{
    text-align: left;
}
.wrapper > img{
    width: 17%;
    padding: 2%;
    margin: 1% 6%;
    background-color: #191919;
    float: left;
}
.borderimg { 
    border-bottom: solid 30px transparrent;
    -webkit-border-image: url('../img/li.fw.png') 30 round; /* Safari 3.1-5 */
    -o-border-image: url('../img/li.fw.png') 30 round; /* Opera 11-12.1 */
    border-image: url('../img/li.fw.png') 30 round;
}
.wrapper ul{
    list-style-image:url('../img/li.fw.png');
}
p{
    font-size: 22px;
}
.wrapper  h3{
    font-size: 20px;  
    text-transform: uppercase;
    font-weight: 800;
    border-bottom: 2px dashed #414151;
    letter-spacing: 1px;
    width: 90%;
    text-align: center;
    padding: 20px 5%;
}
.wrapper > h1{
    font-size: 50px;
}
.three_div{
    width: 31%;
    padding: 1%;
    float: left;
}
.three_div > i,
.two_div > i,
.one_div > i{
    font-size: 70px;
    padding: 25px;
    border-radius: 100%;
    background-color: #2980B9;
}
.two_div{
    width: 48%;
    padding: 1%;
    float: left;
}
.two_div_L{
    width: 73%;
    padding: 1%;
    float: left;
}
.two_div_R{
    width: 23%;
    padding: 1%;
    float: left;
}
.one_div{
    
    width: 70%;
    padding:10px 15%;
    text-align: center;
}

.four_div{
    width: 23%;
    padding: 1%;
    float: left;
}
.four_div > img{
    width: 100%;
    padding: 0px;
    margin: 0px;
}
.four_div > p{
    text-align: center;
    font-size: 18px;
}
a{
    color: inherit;
}
.footer{
    width: 80%;
    padding:10px 10%;
    background-color: #DCB239;
}
.footer > div{
    width: 31%;
    padding: 1%;
    float: left;
}
.social-wrap img{
    width: 10%;
    height: auto;
    float: left;
    padding: 0px;
    margin: 0px;
    
}
.social-wrap label{
    width: 88%;
    padding: 1%;
    float: left;
}
.social-wrap{
    width: 100%;
    margin-bottom: 5px;
}
textarea,
input{
	width:90%;    
    padding: 5%;
    background-color: #DCB239;
    margin: 0 0 10px 0;
    border: 0px;
    border-radius: 10px; 
}

::-webkit-input-placeholder {
   color: #111111;
}

:-moz-placeholder { /* Firefox 18- */
   color: #111111;  
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #111111;  
}

:-ms-input-placeholder {  
   color: #111111;  
}

.c{text-align: center;}
.i{font-style: italic;}
.price{
    text-align: right;
    font-style: italic;
    font-size: 16;
}
a:hover{
    color: #2980B9;
}
.social-wide{
    width: 94%;
    padding: 3%;
    color: #2980B9;
    background-color: #414151;
    font-weight: 900;
    text-transform: uppercase;
}
.social-wide > a > div{
    width: 20%;
    float: left;
}
.social-wide  i{
    font-size: 60px;
}
.social-wide >a:hover  i{
    color: #EBF0F1;
}


@media (max-width: 1210px) {
   
    .small-hero > ul{
        display: none;
        
    }
    .small-hero > img{
        max-width: 30%;
        float: left;
        
    }
    .small-hero > h1{
        width: 70%;
        float: right;
        text-align: center;

    }
}
@media (max-width: 1100px) {
    .hero > ul{
        display: none;
    }
    .hero > img{
        top: 100px;
        left: 30px;
    }
}
@media (max-width: 900px) {
    
    .footer > div,
    .one_div,
    .three_div,
    .two_div{
        width: 94%;
        padding:1% 3%;
    }
    .gallery-item{
        width: 46%;
        padding: 1%;
        margin: 1%;
        float: left;
        background-color: #191919;
        
    }
    
    
    .left{
        float: none;
        padding: 1% 3%;
        min-width: 94%;
    }
    .right{
        min-width: 94%;
        padding: 1% 3%;
        float: none;
    }
    
    
    .wrapper{
        border-radius: 0px;
    }
    .small-hero{
        width: 98%;
        background-color: #EBF0F1;   
        padding: 1%;

    }
    .small-hero > h1{
        font-size: 30px;
        float: none;
        width: 100%;
        text-align: center;

    }
    .left{
        float: left;
        padding: 1%;
        width: 68%;
    }
    .right{
        width: 28%;
        padding: 1%;
        float: right;
    }
    .small-hero > ul{
        display: none;
    }
    .small-hero > img{
        width:60%;
        margin-top: 50px;
        padding: 10px 20%;
        float: none;
        max-width: 100%;
    }
    .hero{
        width: 100%;
        min-height: 100%;
        overflow: hidden;
        text-align: center;
        background-image: url(../img/mobile.png);
        color: #ecf0f1;
        background-size: 100%;   
        background-repeat: no-repeat;
        background-size: cover;
    }
    .hero > h2{
        display: none;
    }
    .hero ul{
        display: none;
    }
    .hero > h1{
        font-size: 40px;
        
    }
    .hero > a{
        padding: 20px;
        background-color: #8C3730;
        color: #E5DBA6;
        text-decoration: none;
        font-size: 22px;
        border-radius: 20px; 
    }
    .hero > a:hover{
        color: #8C3730;
        background-color: #E5DBA6;
    }

    
    
}
@media (max-width: 800px) {
    .hero > img{
        display: none;
    }
}
@media (max-width: 550px) {
    header > h1,
    .content > h1{
        font-size: 55px;
    }
    .social-list{
        display: none;
    }
    
}
@media only screen          /*  Ipad Portait */
and (min-device-width : 768px) 
and (max-device-width : 1024px) 
and (orientation : portrait) {
    .hero > h1{
        margin-top: 75%;
    }
    
}
@media only screen /* Iphone */ 
and (min-device-width : 375px) 
and (max-device-width : 667px) 
and (orientation : portrait) { 
    .hero > h1{
        margin-top: 75%;
    }

}
