
/* Topbar
===================================================================*/
/* Phone and Email
========================================*/



.topbar {
	background-color: #000;
	color: #eee;
	overflow: hidden;
	clear: both;
}

.topbar1 {
	background-color: #000;
	overflow: hidden;
	clear: both;
}

.topbar-email,
.topbar-phone {
	display: inline-block;
	margin-right: 15px;
	line-height: 40px;
	position: relative;
	margin-left: 50px;
	float: left;
	font-size:18px;
	font-family:arial;
}
.topbar-email a {
	color: #fff;
}
.topbar-email a:hover,
.topbar-email a:focus,
.topbar-email a:active {
	color: #fff;
	text-decoration: none;
}
.topbar-email-icon,
.topbar-phone-icon {
	position: absolute;
	left: -50px;
	height: 40px;
	width: 40px;
	background-color: #A00;
	color: #fff;
	text-align: center;
}
.topbar-phone-icon i {
	font-size: 28px;
	line-height: 40px;
}
.topbar-email-icon i {
	font-size: 22px;
	line-height: 40px;
}

/* Topbar Social
========================================*/
.topbar-social {
	float: right;
	overflow: hidden;
	vertical-align: top;
}
.topbar-social ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.topbar-social ul li {
	float: left;
	margin: 0;
}
.topbar-social ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #A00;
	color: #fff;
}
.topbar-social ul li a i {
	font-size: 18px;
	line-height: 40px;
}
.topbar-social ul li a:hover,
.topbar-social ul li a:focus,
.topbar-social ul li a:active {
	background-color: #F00;
}




/* Logo, Menu, Login
===================================================================*/
/* Logo
========================================*/
.logo-cont {
	height: 80px;
	float: left;
}
.logo {
	
	display: block;
	line-height: 1;
}
/* Menu, Login
========================================*/
.menu-login-cont {
	
	float: right;
	background-color:#111;
}
nav#header-menu-cont select {
	display: none;
}
.sf-menu li.current-menu-item {
	background-color: #222;
}


.sf-menu li.current-menu-item > a {
	color: #fff !important;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
	width:130px;
	text-align:center;
	font-weight:600;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}

.sf-menu > li {
	float: left;
	background: #000;
	-webkit-transition: all 200ms ease-in; 
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in; 
}
.sf-menu > li:hover {
	background: #000 !important;
	-webkit-transition: all 200ms ease-in; 
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in; 
}
.sf-menu > li > a {
	line-height: 80px;
	padding: 0 12px;
	color: #fff;
	font-size: 14px;
}
.sf-menu > li:hover > a {
	color: #fff;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
.sf-menu {
	float: left;
}
.sf-menu ul {
	min-width: 12em; 
	*width: 12em;
}
.sf-menu a {
	padding: .60em 1em;
	text-decoration: none;
	zoom: 1;
	font-size: 12px;
}
.sf-menu a {
	color: #fff;
}
.sf-menu li {
	background: transparent;
	white-space: nowrap; 
	*white-space: normal; 
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #000 !important;
}
.sf-menu ul ul li {
	background: #000 !important;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
	background: #202020 !important;
	-webkit-transition: none;
	transition: none;
}
.login-btn {
	float: right;
	display: block;
	line-height: 80px;
	background-color: #69F;
	padding: 0 12px;
	font-size: 14px;
	text-align: center;
	color: #fff;
	cursor: pointer;
}
.custon-login-form label {
	font-weight: 400;
	display: block;
	margin-top: 7px;
}
.custon-login-form label span {
	padding-left: 1px;
	color: #e74c3c;
}
.custon-login-form input,
.custon-login-form textarea {
	margin-bottom: 10px;
	width: 100%;
	padding: 7px;
	display: block;
}
.custon-login-form input[type="submit"] {
	border: none;
	width: auto;
	background-color: #69F;
	color: #fff;
	text-align: center;
	-webkit-transition: all 200ms ease-in; 
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in; 
	padding: 7px 12px;
}
.custon-login-form input[type="submit"]:hover,
.custon-login-form input[type="submit"]:focus {
	background-color: #e74c3c;
	color: #fff;
	-webkit-transition: all 200ms ease-in; 
	-moz-transition: all 200ms ease-in;
	-ms-transition: all 200ms ease-in;
	-o-transition: all 200ms ease-in;
	transition: all 200ms ease-in; 
}
.login-setting-link {
	color: #999;
	padding:10px 20px 10px 0;
	font-size: 16px;
}
.login-setting-link:hover,
.login-setting-link:focus,
.login-setting-link:active {
	color: #e74c3c;
}


/* Responsive Adjustment
===================================================================*/
@media only screen and (max-width: 991px) {
	.topbar-email,
	.topbar-phone {
		display: block;
		margin: 0 auto !important;
		text-align: center;
		line-height: 18px;
		float: none;
	}
	.topbar-email {
		padding-top: 10px;
	}
	.topbar-phone {
		padding-bottom: 10px;
	}
	.topbar-email-icon,
	.topbar-phone-icon {
		display: none;
	}
	.topbar-social {
		float: none;
	}
	.topbar-social ul {
		margin: 0 auto !important;
		text-align: center;
	}
	.topbar-social ul li {
		float: none;
		display: inline-block;
		margin-right: -4px;
		margin-left: 1px;
	}
	.logo-cont {
		display:none;
		height: 80px;
		float: none;
		margin: 0 auto;
		text-align: center;
	}
	
	
	
	
	nav#header-menu-cont ul  {
		display: none;
		background-color: #900;
	}
	nav#header-menu-cont select  {
		width: 100%;
		display: block;
		margin-top:  0px;
		margin-bottom:  0px;
		cursor: pointer;
		padding: 10px;
		border: none;
		color: #fff;
		background-color: #900;
	}
	nav#header-menu-cont {
		width: 100%;
		background-color: #900;
	}
	.gallery-cont {
		
		width: 100%;
	}
	#galfourgrid .gal-item-four {
		width:31.33333%;
		margin:1%;
	}
	.sidebar-widget-arr {
		display:none;
		margin-top: 40px;
		margin-bottom: 0;
	}
	.news-wrap {
		margin-right: 0px;
	}
}

@media only screen and (max-width: 767px) {
	.slider-price,
	.slider-lrn-more {
		display: none;
	}
	.copyright-text {
		float: none;
		padding-top: 0;
	}
	.news-meta {
		margin-bottom: 20px;
	}
	#galfourgrid .gal-item-four,
	#galthreegrid .gal-item-three {
		width:48%;
		margin:1%;
	}
	.error-img {
		margin-bottom: 40px;
	}
	.error-text {
		padding-top: 0px;
		text-align: center;
    }
}

@media only screen and (max-width: 599px) {
	.slider-wrap {
		display: none;
	}
	
	
	
	.agent-img {
		float: none;
	}
	
	.slides {
		display:none;
	}
}



@media only screen and (max-width: 479px) {
	#galfourgrid .gal-item-four,
	#galthreegrid .gal-item-three,
	#galtwogrid .gal-item-two{
		width:98%;
		margin:1%;
	}
	.page-head-title {
		font-size: 18px;
	}
	
	
	
	
}
	
	

