/*! custom.css v1.0 */

/* ==========================================================================

   Custom CSS Stylesheet. This is where you should add your own styles!

   ========================================================================== */

/*
* Simple style overrides or custom adds
*/

.some-css-selector {font-size:13px;}


/* ==========================================================================
   ** Responsive styles custom rules
   * These rules are ready to be used for either overrides
   * or just your own custom rules.
   ========================================================================== */

@media only screen and (min-width : 1921px){

}

@media only screen and (max-width : 1440px){

}

@media only screen and (min-width : 1200px) and (max-width : 1440px){

}

@media only screen and (min-width : 1200px){

}

@media only screen and (max-width: 1199px){


}

@media only screen and (min-width: 992px) and (max-width: 1199px){

}

@media only screen and (min-width: 992px){


}

@media only screen and (max-width: 991px) {

}

@media only screen and (min-width: 768px) and (max-width: 991px){

}

@media only screen and (min-width: 768px) {

}

@media only screen and (max-width: 767px) {

}

@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 320px) {

}

/*** 

====================================================================
	Search Popup
====================================================================

***/
.search-popup {
	position: fixed;
	left: 0px;
	top: -100%;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.80);
	z-index: 999999999999999999999;
	visibility: hidden;
	opacity: 0;
	overflow: auto;
	transition: all 700ms ease;
	-moz-transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
}
.search-popup.popup-visible {
	top: 0;
	visibility: visible;
	opacity: 1;
}
.search-popup .close-search {
	position: absolute;
	right: 25px;
	top: 25px;
	font-size: 32px;
	color: #ffffff;
	cursor: pointer;
	z-index: 5;
	opacity: 0.70;
}
.search-popup .close-search:hover {
	opacity: 1;
}
.search-popup .search-form {
	position: relative;
	padding: 0px 15px 50px;
	padding-top: 300px;
	max-width: 1024px;
	margin: 0 auto;
}
.search-popup .search-form fieldset {
	position: relative;
	border: 5px solid rgba(255,255,255,0.80);
	-webkit-border-radius: 12px;
	-ms-border-radius: 12px;
	-o-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
}
.search-popup .search-form fieldset input[type="search"], .search-popup .search-form fieldset input.form-control {
	position: relative;
	height: 70px;
	padding: 20px 220px 20px 30px;
	background: #ffffff;
	line-height: 30px;
	font-size: 24px;
	color: #233145;
	-webkit-border-radius: 7px;
	-ms-border-radius: 7px;
	-o-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
}
.search-popup .search-form fieldset input[type="submit"] {
	position: absolute;
	display: block;
	right: 0px;
	top: 0px;
	text-align: center;
	width: 220px;
	padding: 20px 10px 20px 10px;
	color: #ffffff;
	background: #008cd6;
	line-height: 30px;
	height: 70px;
	font-size: 18px;
	font-weight: 600;
	letter-spacing: 2px;
	text-transform: uppercase;
	font-family: 'Poppins', sans-serif;
	-moz-border-radius: 0px 7px 7px 0px;
	-ms-border-radius: 0px 7px 7px 0px;
	-o-border-radius: 0px 7px 7px 0px;
	-webkit-border-radius: 0px 7px 7px 0px;
	border-radius: 0px 7px 7px 0px;
}
.search-popup .search-form fieldset input[type="submit"]:hover {
	background: #111111;
	color: #ffffff;
}
.search-popup h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	color: #ffffff;
	margin-bottom: 30px;
	text-align: center;
	letter-spacing: 1px;
}
.search-popup .recent-searches {
	font-size: 14px;
	color: #ffffff;
	text-align: center;
}
.search-popup .recent-searches li {
	display: inline-block;
	margin: 0px 10px 10px 0px;
}
.search-popup .recent-searches li a {
	display: block;
	line-height: 24px;
	border: 1px solid #ffffff;
	padding: 5px 20px;
	color: #ffffff;
	border-radius: 3px;
}
.search-popup .recent-searches li a:hover {
	color: #008cd6;
	border-color: #008cd6;
}
.header-search-icon {
	color: #a9a9a9;
	font-size: 14px;
	cursor: pointer;
	font-weight: 600;
}
.header-search-icon span {
	margin-left: 10px;
	display: inline-block;
}
.header-search-icon:hover {
	color: #fff;
}

.th-google_map iframe {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}