/*
  Author: Auto-Prodam Group
  Author URL: http://auto-prodam.com
  Website: www.auto-prodam.com
*/


/*
* -------------------------------------------------------------
*    GENAREL CSS
* -------------------------------------------------------------
*/
body {
    width: 100%;
    height: 100%;
    color: #666;
    font-size: 15px;
    font-weight: 300;
	letter-spacing: .5px;
    background-color: #000;
    font-family: 'Open Sans', sans-serif;
}
html,
body {
	height: 100%;
}
h1,h2,h3,h4,h5,h6{
    color: #0b53b7;
    line-height: 30px;
    margin-top: 0;
    margin-bottom: 0;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    letter-spacing: 2px;
}
h1{
    font-size: 60px;
}
h2{
    font-size: 45px;
}
h3{
    font-size: 40px;
}
h4{
    font-size: 25px;
}
h5{
    font-size: 18px;
}
h6{
    font-size: 15px;
}
ul{
    margin-bottom: 0;
}
p{
    color: #6d6d6d;
    font-size: 13px;
    line-height: 23px;
    font-family: 'Open Sans', serif;
    letter-spacing: 1px;
}
a{
    font-family: 'Lora', serif;
    font-weight: 400;
}
a,a:hover,a:focus{
    text-decoration: none;
}
a:focus{
    border: none;
    outline: 0;
}
.btn.focus, .btn:focus, .btn:hover {
    color: #fff;
    text-decoration: none;
}
.btn.active.focus, .btn.active:focus, .btn.focus, 
.btn.focus:active, .btn:active:focus, .btn:focus{
    outline: 0 none;
}
.m-top-10{
    margin-top: 10px;
}
.m-top-20{
    margin-top: 20px;
}
.m-top-30{
    margin-top: 30px;
}
.m-top-40{
    margin-top: 40px;
}
.m-top-50{
    margin-top: 50px;
}
.m-top-60{
    margin-top: 60px;
}
.m-top-70{
    margin-top: 70px;
}
.m-top-80{
    margin-top: 80px;
}
.m-top-90{
    margin-top: 90px;
}
.m-top-100{
    margin-top: 100px;
}
.m-bottom-5{
    margin-bottom: 5px;
}
.m-bottom-10{
    margin-bottom: 10px;
}
.m-bottom-20{
    margin-bottom: 20px;
}
.m-bottom-30{
    margin-bottom: 30px;
}
.m-bottom-40{
    margin-bottom: 40px;
}

.m-bottom-50{
    margin-bottom: 50px;
}
.m-bottom-60{
    margin-bottom: 60px;
}
.m-bottom-70{
    margin-bottom: 70px;
}

.m-bottom-80{
    margin-bottom: 80px;
}

.m-bottom-90{
    margin-bottom: 90px;
}
.m-bottom-100{
    margin-bottom: 100px;
}
.default-btn{
    color: #fff;
    font-family: 'Lora', sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    background: #7e9b9f;
    text-transform: uppercase;
    font-weight: 500;
    border: 2px solid #7e9b9f;
    border-radius: 50px;
    padding: 11px 35px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.default-btn:hover,.default-btn:focus{
    background: #597478;
    border: 2px solid #597478;
}
.color-btn:hover,.color-btn:focus{
    background: #597478;
    border: 2px solid #597478;
}
.color-btn{
    font-family: 'Lora', sans-serif;
    letter-spacing: 2px;
    font-size: 15px;
    border: 2px solid #f28281;
    background: #f28281;
}
.white-text{
    color: #fff;
}
.light-bg{
    background: #f1f1f1;
}
.shadow{
    text-shadow: 0 0 20px rgba(0,0,0,.5);
}
/*
* -------------------------------------------------------------
*    END GENAREL CSS
* -------------------------------------------------------------
*/

/*
* -------------------------------------------------------------
*    HOME
* -------------------------------------------------------------
*/
#home{
    background: url(header-bg.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    position: relative;
}
p.home-inner{
    font-size: 22px;
    width: 75%;
    margin: 25px auto;
    line-height: 32px;
    font-family: 'Lora', serif;
}
.overlay{
    width: 100%;
    height: 100%;
    background: rgba(80,73,82,.8);
    position: absolute;
    top: 0;
    left: 0;
}
#home a{
    margin: 10px 5px;
}
#demo{
    padding: 30px 0 30px 0;
}
.demo-img{
    position: relative;
}
.home-padding{
    padding: 40px 0;
}
.single-demo{
    position: relative;
    overflow: hidden;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.single-demo img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}
.single-demo:hover{
    box-shadow: 0 0 15px rgba(0,0,0,.7);
}
.single-demo:hover{
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.demo-img{
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.demo-name{
    font-weight: 600;
    text-align: center;
}
/*
* -------------------------------------------------------------
*    HOME
* -------------------------------------------------------------
*/
