@import url('https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,500;0,600;0,700;0,800;1,500;1,600;1,700;1,800&family=Roboto:ital,wght@0,300;0,400;0,700;1,300;1,400;1,500;1,700&display=swap');
@font-face{
   font-family: 'OpenSans-Regular';
   src:url('../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face{
   font-family: 'OpenSans-Semibold';
   src:url('../fonts/OpenSans-Semibold.ttf') format('truetype');
}

@font-face{
   font-family: 'Clab Personal Use-Bold';
   src:url('../fonts/Clab Personal Use-Bold.otf') format('opentype');
}
/*#f4f7fe;*/
body{  font-family: 'OpenSans-Regular';}
p{margin-top: 10px;}

.topbar{border-bottom: 1px solid #eeeeee;}

.topbar a{color:#333333; text-decoration: none; font-family: 'OpenSans-Semibold';}
.topbar a i{color: #c4262a;}
.topnav li a{
	padding: 8px 15px; 
	color: #999999;
	font-family: 'OpenSans-Regular';
	letter-spacing: 0.5px;
	text-transform: uppercase;
}
.navigation{
	margin-bottom: 0;
	border-radius: 0;
	box-shadow: 0 2px 5px 1px  #eeeeee;
}
.navigation .nav{
	margin-top: 15px;
}
.navigation .nav li a{
	color:#333333;
	font-family: 'OpenSans-Semibold';
	letter-spacing: 1px;
	font-size: 16px;
}

.navigation .nav li a:hover{
	background: none;
	color: #666666;	
}

.logo{width: 150px;}

.banner{
	padding: 0;
}

.banner img{width: 100%;}
.mt30{margin-top: 30px;}
.mt50{
	margin-top: 50px;
}
.mt100{
	margin-top: 100px;
}
.strip{
	background: #c4262a;
	color:#ffffff;
}

.intimg{
	border:2px solid #c4262a;
	padding: 10px;
	width: 600px;
	float: right;
}
.box1{
	background: #f18020;
	position: absolute;
	height: 300px;
	width: 550px;
	z-index: -1;
	left:-150px;	
	top:25px;
}

.box2{
	background: #ffffff;
	position: absolute;
	width: 500px;
	border:1px solid #eeeeee;
	left:-100px;	
	top:80px;
	padding: 15px;
}

.subhead{
	 font-family: 'Clab Personal Use-Bold';
	font-size: 36px;
	letter-spacing: 2px;
}
.tag{
	font-family: 'OpenSans-Semibold';
	letter-spacing: 1px;
	margin-bottom: 30px;
}

.view{
	display: inline-block;
	padding: 5px 10px;
	color:#ffffff;
	font-family: 'OpenSans-Semibold';
	font-size: 16px;
	border:2px solid #ffffff;
	border-radius: 7px;
	margin-top: 15px;
	box-shadow: inset 0 0 #ffffff;
	transition: 0.5s;
}
.view:hover{
	color:#c4262a;
	text-decoration: none;
	box-shadow: inset 300px 0 #ffffff;
}

.intro p{
	font-size: 18px;
	letter-spacing: 0.5px;
	line-height: 30px;
}

.intro i{
	color:#c4262a;
}

.bold{
	font-family: 'OpenSans-Semibold';
}

.button{
	background:#f18020;
	color: #ffffff;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 7px;
	margin-top: 20px;
	font-family: 'OpenSans-Semibold';
	box-shadow: inset 0 0 #c4262a;
	transition: 0.5s;
	font-size: 16px;
}

.button:hover{
	text-decoration: none;
	color: #ffffff;
	box-shadow: inset 300px 0 #c4262a;
}

.img{padding: 8px;
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);}
.spec{margin-top: 20px;}
.spec img{
	width: 100%;
}

.spec h3{
	font-family: 'OpenSans-Semibold';
	text-align: center;
}

.spec p{
	line-height: 30px;
	font-size: 16px;
	text-align: center;
	letter-spacing: 0.5px;
}

.prop{
	border:1px solid #eeeeee;
	width: 100%;
	float: left;
}

.picbox{
	height: 245px;
	overflow: hidden;
}

.picbox img{width: 100%; transition: 0.5s;}

.picbox:hover img{transform: scale(1.1);}

.pdet{
	padding: 15px;
}

.prop{margin-bottom: 30px;}
.prop .addr{
	color:#c4262a;
	font-family: 'OpenSans-Semibold';
	text-align: center;
	letter-spacing: 0.5s;
}

.prop .size{
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333333;
}

.prop .price{
	font-size: 30px;
	font-family: 'OpenSans-Semibold';
	text-align: center;
	font-weight: bold;
	letter-spacing: 1px;
	color: #333333;
}

.bbs{
	color: #666666;
	font-size: 20px;
}

.bbs i{
	margin-left: 5px;
	margin-right: 5px;
}


#testis ul li{
	
	display: block;
}

#testis ul li p{
	font-size: 18px;
	color: #555555;
	margin-bottom: 5px;
}

#testis ul li span{
	font-size: 16px;
	color: #f18020;
	text-transform: uppercase;
	margin-bottom: 30px;
	display: block;
	font-family: 'OpenSans-Semibold';
}

.adrs{
	background-color: #c4262a;
	color:#ffffff;
	font-size: 26px;
	margin-top: -80px;
	padding: 15px;
	border-radius: 50px;
	margin-left: -15px;
	font-family: 'OpenSans-Semibold';
	text-align: center;
}

.adrs span{
	font-size: 18px;
	font-family: 'OpenSans-Regular';
	display: block;
}

.feats{
	display: inline-block;
	padding: 10px;
	color:#555555;
	text-align: center;
}
.feats span{
	display: block;
	color:#333333;
	font-family: 'OpenSans-Semibold';
	font-size: 22px;
}

.feats .sts{
	color:#c4262a;
	
	font-size: 24px;
}

.smhead{
	font-family: 'OpenSans-Semibold';
	color:#c4262a;
	font-size: 30px;
}
.features{
	column-count: 2;
}
.features p{
	padding: 10px 10px;
	border:1px solid #eeeeee;
	margin-top: 0;
	color: #555555;
	font-size: 16px;
}

.nav-tabs li a{
	font-family: 'OpenSans-Semibold';
	font-size: 16px;
	color:#333333;
}

.nav-tabs > li.active a{
	background-color: #c4262a !important;
	color:#ffffff !important;
}
.nav-tabs > li.active a:hover{
	background-color: #c4262a !important;
	color:#ffffff;
}

.footer{
	padding-top:50px;
	padding-bottom: 50px;
	background-color: #000000;
	color:#ffffff; 
}
.footer a{
	color:#ffffff;
}

.footer .nav li a{
	color:#ffffff;
	padding-top: 5px;
	padding-bottom: 5px;
}

.footer .nav li a:hover{
	background:none;
}

.secondary{display: none;}

.footer .nav li a h4{
	margin-bottom: 0;
	margin-top: 5px;
	font-family: 'OpenSans-Semibold';
}
.slick-slider{margin-bottom: 0;}

.bghead{
	background-color: #c4262a;
	color: #ffffff;
	text-align: center;padding: 10px;
	font-size: 24px;
	font-family: 'OpenSans-Semibold';
}

.bghead p{font-size: 15px;}

.button2{
		background-color: #c4262a;
	color: #ffffff;
	text-align: center;
	font-size: 16px;
	font-family: 'OpenSans-Semibold';
	border:0;
	padding: 10px 20px;
	border-radius: 7px;
}

.faq{
	box-shadow: 0 3px 5px -1px rgba(0, 0, 0, 0.08), 0 5px 8px 0 rgba(0, 0, 0, 0.12), 0 1px 14px 0 rgba(0, 0, 0, 0.06);
}

.faq p{
	font-size: 16px;
	padding-left: 30px;
}

.faq h3{
	font-size: 18px;
	border-bottom:1px solid #eeeeee;
	padding-bottom: 10px;
}
.pagination > .active > a{
	background-color: #c4262a;
	border:0;
	cursor: pointer;
}

.pagination > .active > a:hover{
	background-color: #c4262a;
	border:0;
	cursor: pointer;
}
form label{
	font-size: 13px; 
	font-weight: normal;
	font-family: 'OpenSans-Semibold';
}
form input{
	width: 100%;
	height: 35px;
	margin-bottom: 0;
	padding-left: 7px;
}

form textarea{
	width: 100%;
	height: 100px;
	margin-bottom: 10px;
	padding-left: 7px;
}

@media(max-width: 768px){
	.features{
	column-count: 1;
	}

	.secondary{
		display: block;
	}
	.main{
		display: none;
	}
	.topbar{display: none;}


	.box1{
	background: #f18020;
	position: absolute;
	height: 300px;
	width: 550px;
	z-index: -1;
	left:-50px;	
	top:25px;
	display: none;
}

	.box2{
	background: #ffffff;
	position: inherit;
	width:100%;
	
	border:1px solid #eeeeee;
left:0px;	
	top:00px;
	padding: 15px;
	}
	.subhead{font-size: 30px;}
	.view{
		margin-top: 0;
		margin-bottom: 10px;
	}
	
	.banner .rel img{
		height: 400px !important;
	}
}