


.bg-c-1{
    background: #F0F0F0;    background-color: #f8f8f8;
}

.bg-c-2{
    background-color: #f8f8f8;
}

.text-left{
    text-align: left;
}
.text-right{
   text-align: right; 
}

.s-back-switch{
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

/* heading */
.lm-heading {
    text-align: center;
    width: 70%;
    margin: 0 auto;
}

.main-width{
    max-width: 1240px !important;
}

.lm-heading .title{
    color: rgb(34, 34, 34);
    transition: none;
    line-height: 46px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 400;
    font-size: 34px;
}

.lm-heading .subtitle{
    color: #222222;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.lm-heading .title.d-separator:after, .lm-heading .subtitle.d-separator:after{
    content: "";
    width: 40px;
    display: block;
    margin: auto;
    margin-top: 20px;
    margin-bottom: 10px;
    border-color: #222;
    border-top: 2px solid #222;
}

.lm-heading .desc{
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 0px;
    visibility: inherit;
    line-height: 46px;
    margin: 0px;
    padding: 0px;
}

.lm-heading.style-2{
}

.lm-heading.style-2 .title{
    font-family: 'Unica One', cursive;
    line-height: 1;
    font-weight: 300;
    font-size: 33px;
    color: #000; 
}

.lm-heading.style-2 .desc{
	font-size: 20px;
    font-weight: 300;
    line-height: 1.5;
    font-family: 'Unica One', cursive;
    letter-spacing: 0;
    color: #666;
}



/* buttons */
.lm-button{
	display: inline-block;
	padding: 16px 30px;
	font-size: 14px;
	color: #232323;
	font-family: 'Lato', sans-serif;
    text-transform: uppercase;
    border: 1px solid #666;
    line-height: 1.4;
    font-weight: normal;
    vertical-align: top;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.lm-button:hover {
    background-color: #000;
    border-color: #000;
    color: #ffffff;
}



.top-header .title{
    color: rgb(34, 34, 34);
    visibility: inherit;
    transition: none;
    line-height: 60px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    letter-spacing: 0px;
    font-weight: 500;
    font-size: 44px;
    opacity: 1;
}

.top-header .desc{
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 0px;
    visibility: inherit;
    transition: none;
    line-height: 60px;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    opacity: 1;
}





/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 05 - TOP BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.top-banner{
	padding: 110px 0 120px;
}

.top-banner .title{
	margin-bottom: 20px;
	color: #232323;
	font-size: 50px;
	line-height: 50px;	
    font-weight: 300;
    font-family: 'Unica One', cursive;
}

.top-banner .desc{
	margin-bottom: 50px;
	color: #4e4e4d;
	font-weight: 300;
	line-height: 1.5;
	font-size: 20px;
	font-family: 'Unica One', cursive;
}


/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 06 - PAGE BOX */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.lm-page-box{
    position: relative;
    height: 256px;
    margin-bottom: 30px;
    overflow: hidden;
}

.lm-page-box:hover .page-box-img{
    -ms-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
}


.lm-page-box .page-box-img{
    position: relative;
    height: 256px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    overflow: hidden;
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;   
}


.lm-page-box .page-box-overlay{
	display: block;
    position: relative;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
}

.lm-page-box .page-box-overlay:hover:after{
	background-color: rgba(255,255,255,.8);
	
}

.lm-page-box .page-box-overlay:hover:before{
	color: rgba(0,0,0,1);
}

.lm-page-box .page-box-overlay:after{
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255,255,255,0);
    z-index: 10;
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
}

.lm-page-box .page-box-overlay:before{
	content: "+";
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    transition: all .4s ease-out;
    -webkit-transition: all .4s ease-out;
    z-index: 11;
    color: rgba(0,0,0,0);
}

.page-box-loader{
    display: none;
}




/*-------------------------------------------------------------------------------------------------------------------------------*/
/* 07- FEATURES */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.lm-features{
	padding: 100px 0 90px;
}

.feature-columns{
	padding-bottom: 80px;
}

.feature-column{
	padding: 30px;
	text-align: center;
}

.feature-column h3{
	margin-bottom: 20px;
	font-size: 23px;
	line-height: 1;
    font-weight: 300;
    color: #000;
    font-family: 'Lato', sans-serif;
}

.feature-column p{
	letter-spacing: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.8;
    color: #666;
}

.feature-column .feature-icon {
    display: inline-block;
    float: none;
    margin: 0 auto 20px auto;
    font-size: 20px;
    position: relative;
}

 
 /*-------------------------------------------------------------------------------------------------------------------------------*/
/* 08- BOTTOM BANNER */
/*-------------------------------------------------------------------------------------------------------------------------------*/   
.bottom-banner{
	padding: 150px 30px;
	text-align: center;
}

.bottom-banner .title{
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 40px;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
}

.bottom-banner .title{
	padding-top: 10px;
	margin-bottom: 5px;
	font-size: 40px;
    line-height: 1.4;
    font-weight: 300;
    color: #fff;
}

.bottom-banner .lm-button{
	border-color: #fff;
    color: #fff;
}

.bottom-banner .lm-button:hover{
	border-color: #000;
}






