.title-logo{
    color: azure;
}

.landing-content{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 710;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.main-table-mobile{
    display: none;
    width: 100%;
    background-color: #14a77e;
    height: 280px;
    margin-bottom: 10px;
}


.main-table-column{
    display: inline-block;
    margin: 0px;
    padding: 0px;
    flex-grow: 1;
}

.first-column-mobile{
    width: 22vw;
}

.main-table-row{
    background-color: #14a77e;
}

.main-table-description{
    padding: 4px;
    color: azure;
    font-size: 1em;
    font-weight: 600; 
    text-align: center;
    vertical-align: middle;
    height: 75px;
}

.main-table-price{
    width: 16vw;
    white-space: nowrap;
}

.main-table-detail{
    
}

.main-table-mobile-number{
    display:inline-block;
    padding: 15px 5px;
    font-size: 1em;
    font-weight: 600;
}

.main-table-mobile-buy{
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    width: 30%;
    text-align: center;
    margin: 5px;
    padding: 9px 3px;
    border: 1px solid white;
}

.main-table-mobile-detail{
    display: inline-block;
    font-size: 1em;
    font-weight: 600;
    width: 40%;
    text-align: center;
    margin: 5px;
    padding: 9px 3px;
    border: 1px solid white;
}


@media screen and (max-width: 972px){
    .main-table-desktop{
        display: none;
    }
    .main-table-mobile{
        display: flex;
        justify-content: flex-start;
        align-items: flex-start;
        align-content: stretch;
    }
    .main-table-row{
        flex-direction: column;
    }
    .main-table-row-last{
        display: none;
    }
    .main-table-button-mobile{
        display: inline-block;
    }
}

.landing-title{
    
}

.landing-bottom-text{
    margin: 20px 5px;
}

.landing table{
    padding: 10px;
    border-collapse: collapse;
}

.landing a{
    color: azure;
    text-decoration: none;
}

.landing a:hover{
    color: lightgrey;
}

.landing td:first-child{
    max-width: 300px;
    vertical-align: center;
    font-size: 18px;
}

.color-green-dark{
    background-color: #146060;
}

.color-green{
    background-color: #14a77e;
}

.color-green td{
    font-weight: bold !important;
}

.landing td{
    height: 74px;
    padding: 10px 12px;
    border-right: 0px solid white;
    font-size: 20px;
    font-weight: 200;
    color: azure;
    vertical-align: middle;
}

.landing-buy-button{
    background-color: #146060;
    border-bottom: 3px solid azure;
    color: white;
    padding: 5px;
    font-weight: bolder;
    font-size: 21px
}

.landing-detail-button{
    font-size: 18px;
}

.everin-link{
    border-bottom: 2px solid white;
    display: inline-block;
    cursor: pointer;
}

.everin-link:hover{
    color: grey;
}

landing.buy-button:hover{
    color: cadetblue;
}

.detail-button:hover{
    color: cadetblue;
}

.request-button{
    color: white!important;
    margin-left: 35px;
    text-align: center;
}

.form-status{
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.social{
    position: absolute;
    bottom: 0px;
}

.social li{
    display: inline-block;
}

.social i{
    width: 40px;
}

/*-------------
 	General
-------------*/

   
.landing a.btn{
	color: #fff;
	border-radius: 4px;
	text-transform: uppercase;
	font-weight: 100;
    font-size: 15px;
	text-align: center;
}

.landing hr{
	width: 150px;
	height: 2px;
	background-color: #2196F3;
	border: 0;
	margin-bottom: 80px;
}

.landing section{
	display: flex;
	flex-direction: column;
	align-items: center;
}
 /*
@media (max-width: 1000px){

	.landing section{
		padding: 100px 50px;
	}

}
*/
@media (max-width: 600px){

	.landing section{
		padding: 80px 30px;
	}

}

.landing section h3.title{
	color: #414a4f;
	text-transform: capitalize; 
	font: bold 32px 'Open Sans', sans-serif;
	margin-bottom: 35px;
	text-align: center;
}

.landing section p{
	max-width: 800px;
	text-align: center;
	margin-bottom: 35px;
	padding: 0 20px;
	line-height: 2;
}



/*-------------
 	Header
-------------*/

.landing header{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
	padding: 35px 100px 0;
}

.landing header h2{
	font-family: 'Quicksand', sans-serif;
}

.landing header nav{
	display: flex;
}

.landing header nav li{
	margin: 0 15px;
}

.landing header nav li:first-child{
	margin-left: 0;	
}

.landing header nav li:last-child{
	margin-right: 0;	
}



@media (max-width: 1000px){
	.landing header{
		padding: 20px 50px;
	}
}


@media (max-width: 700px){
	.landing header{
		flex-direction: column;		
	}

	.landing header h2{
		margin-bottom: 15px;
	}
}



/*----------------
 	Hero Section
----------------*/

.hero{
	position: relative;
	justify-content: center;
	min-height: 100vh;
	color: #fff;
	text-align: center;
    height: 100%;
}

.background-image{
       
}

.landing section{
   
}

.hero .background-image{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-color: #2196F3;
}

.hero .background-image:after{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #414a4f;
	opacity: 0.75; 
}

.hero h1{
	font: bold 60px 'Open Sans', sans-serif;
	margin-bottom: 0px;
}

.hero h3{
	font: normal 28px 'Open Sans', sans-serif;
	margin: 10px 50px 40px 50px;
    font-size: 3vh;
}

@media (max-width: 972px){
    .hero h3{
        font-size: 4vw;
    }
}

.hero a.btn{
	padding: 20px 46px;
}
/*
@media (max-width: 800px){

	.hero{
		min-height: 600px;
	}

	.hero h1{
		font-size: 48px;
	}

	.hero h3{
		font-size: 24px;
	}

	.hero a.btn{
		padding: 15px 40px;
	}

}
*/


/*--------------------
 	Our Work Section
---------------------*/

.оur-work{
	background-color: #fff;
}

.our-work .grid li{
	padding: 20px;
	height: 350px;
	border-radius: 3px;

	background-clip: content-box;
	background-size: cover;
	background-position: center;
	background-color: #333;
}

.our-work .grid li.small{
	flex-basis: 40%;
}

.our-work .grid li.large{
	flex-basis: 60%;
}


@media (max-width: 1000px){

	.our-work .grid li.small,
	.our-work .grid li.large{
		flex-basis: 100%;
	}

}



/*----------------------
 	Features Section
----------------------*/

.features{
	background-color: #f7f7f7;
}

.features .grid li{
	padding: 0 30px;
	flex-basis: 33%;
	text-align: center;
}

.features .grid li i{
    font-size: 50px;
    color: #2196F3;
    margin-bottom: 25px;
}

.features .grid li h4{
	color: #555;
    font-size: 20px;
    margin-bottom: 25px;
}

.features .grid li p{
    margin: 0;
}

@media (max-width: 1000px){

	.features .grid li{
		flex-basis: 70%;
		margin-bottom: 65px;
	}

	.features .grid li:last-child{
		margin-bottom: 0;
	}

}


@media (max-width: 600px){

	.features .grid li{
		flex-basis: 100%;
	}

}



/*--------------------
 	Reviews Section
--------------------*/

.reviews{
	background-color: #fff;
}

.reviews .quote{
	text-align: center;
	width: 80%;
    font-size: 22px;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0;
}

.reviews .author{
    font-size: 18px;
    margin-bottom: 50px;
}

.reviews .author:last-child{
    margin-bottom: 0;
}

@media (max-width: 1000px){

	.reviews .quote{
		font-size: 20px;
	}

	.reviews .author{
	    font-size: 16px;
	}

}



/*---------------------
 	Contact Section
---------------------*/

.contact{
	background-color: #f7f7f7;
}

.contact form{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;

	max-width: 800px;
	width: 80%;
}

.contact form input{
	padding: 15px;
	flex: 1;
	margin-right: 30px;
	font-size: 18px;
	color: #555;
}

.contact form .btn{
	padding: 18px 42px;
}


@media (max-width: 800px){

	.contact form input{
		flex-basis: 100%;
		margin: 0 0 20px 0;
	}

}




/*-------------
 	Footer
-------------*/

.landing footer{
	display: flex;
	flex-direction: column;
	align-items: center;
	text-align: center;
	color: #fff;
	background-color: #414a4f;
	padding: 60px 0;
}

.landing footer ul{
	display: flex;
	margin-bottom: 25px;
	font-size: 32px;
}

.landing footer ul li{
	margin: 0 8px;	
}

.landing footer ul li:first-child{
	margin-left: 0;	
}

.landing footer ul li:last-child{
	margin-right: 0;	
}

.landing footer p{
	text-transform: uppercase;
	font-size: 14px;
	color: rgba(255,255,255,0.6);
	margin-bottom: 10px;
}

.landing footer p a{
	color: #fff;
}

@media (max-width: 700px){

	.landing footer{
		padding: 80px 15px;
	}

}


/* -- Demo ads -- */

@media (max-width: 1200px) {
	#bsaHolder{ display:none;}
}