/*************************************
* ESSENTIAL STYLES FOR GOOGLE PLUGINS
**************************************/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,300,500,700);
@import url(https://fonts.googleapis.com/css?family=Roboto:400,500,700);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,700italic,600);
@font-face {
	font-family: 'TradeGothicLTStdBd2';
	src: url('../fonts/TradeGothicLTStdBd2.eot');
	src: url('../fonts/TradeGothicLTStdBd2.eot') format('embedded-opentype'), url('../fonts/TradeGothicLTStdBd2.woff2') format('woff2'), url('../fonts/TradeGothicLTStdBd2.woff') format('woff'), url('../fonts/TradeGothicLTStdBd2.ttf') format('truetype'), url('../fonts/TradeGothicLTStdBd2.svg#TradeGothicLTStdBd2') format('svg');
}
body {
	font-family: 'Open Sans', sans-serif;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
}
img[src*="gstatic.com/"], img[src*="googleapis.com/"] {
	max-width: none;
}
/* for google maps info box*/
#googleMap img {
	max-width: none;
}
#googleMap label {
	width: auto;
	display: inline;
}
/* for google recaptcha*/
.recaptchatable, #recaptcha_area tr, #recaptcha_area td, #recaptcha_area th {
	line-height: 0!important;
}
.recaptcha_input_area {
	height: 30px!important;
}
 input::-moz-placeholder, textarea::-moz-placeholder {
 color: #fff;
 opacity:1;
}
 input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #fff;
opacity:1;
}
 input:-moz-placeholder, textarea:-moz-placeholder {
color: #fff;
opacity:1;
}
 input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #fff;
}
/**********************************
* ESSENTIAL SUPERFISH MENU STYLES *
**********************************/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: right;
}
.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%;
}
/********************************
*SUPERFISH MENU SKIN
*********************************/
.sf-menu {
	margin-bottom: 0;
	margin-top: 1.6em;
}
.sf-menu > li {
	width: 20%;
}
.sf-menu > li > a {
	width: 100%;
	text-align: center;
}
.sf-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
 *width: 12em; /* no auto sub width for IE7, see white-space comment below */
}
.sf-menu a {
	font-family: 'TradeGothicLTStdBd2';
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
	text-transform: uppercase;
	font-size: 1.250em;
}
.sf-menu a {
	color: #000;
}
.sf-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
 *white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
}
.sf-menu ul li {
	background: #eeeeee;
}
.sf-menu ul ul li {
	background: #eeeeee;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
 *padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
	margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.sf-arrows ul li > .sf-with-ul:focus:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul .sfHover > .sf-with-ul:after {
	border-left-color: white;
}
/*********************************
 GENERAL CSS
*********************************/
#mobile-header {
	height: 50px;
	background: #fff;
}
#mobile-header #mobile-menu {
	background: center center no-repeat #333333;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC);
	display: block;
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.logo {
	margin: 15px 0 0 0;
}
.form-group {
	overflow: hidden;
}
img {
	max-width: 100%;
}
header h1 {
	font-style: italic;
	color: #d7d7d7;
	text-align: center;
	margin-top: 1em;
}
footer {
	background: url(../img/footer-bg.png) no-repeat #972c47;
	color: #edc2cd;
	padding: 30px 0 0 0;
}
footer .container {
	position:relative;
	padding-bottom:100px;
}
footer .copyright, footer .web-design {
	position:absolute;
	bottom:40px;
	color:#cd7c90;
	left:0px;
}
footer .web-design {
	left:78%;
}
footer .copyright a, footer .web-design a {
	text-decoration:none;
	color:#cd7c90;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
}
#mnuFooter ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#mnuFooter ul li {
	margin-bottom: 5px;
}
#mnuFooter ul li a {
	color: #fff;
	text-decoration: none;
}
.bx-wrapper .bx-caption {
	text-align: center;
	padding: 10px 0;
}
.bx-wrapper .bx-caption span {
	font-size: 30px;
	color: rgb(255, 255, 255);
	font-weight: bold;
	line-height: 0.8;
	text-align: center;
	text-shadow: 0.5px 0.866px 1px rgba(0, 0, 0, 0.161);
}
ul.address {
	list-style-type: none;
	margin-top: 20px;
	text-align: right;
}
.bread-crumbs a {
	line-height: 2.5;
	color: #ccc;
	font-size: 18px;
}
/*********************************
e-commerece Styles
*********************************/
#ecomm-pager {
	margin: 20px 0;
}
#systemMessages {
	position: fixed;
	bottom: -50px;
	display: none;
	background: rgba(0,0,0,0.7);
	text-align: center;
	color: #fff;
	width: 100%;
	padding: 10px 0;
	height: 50px;
}
span.pagination > a {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #428bca;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
.productSmall .productItem, .productSmall .productItemLast {
	list-style: none;
	width: 24.4971%;
	float: left;
	margin: 3px;
}
.productSubmitInput, #catshopbuy, #catshopquote, #catshopclear, .shop-cart input[type=button] {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	background-color: #fff;
	border-color: #ccc;
}
.productSubmitInput:hover, .productSubmitInput:active, #catshopbuy:hover, #catshopquote:hover, #catshopclear:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad;
}
#catshopbuy, #catshopquote, #catshopclear {
	border: solid 1px #ccc!important;
	font-size: 14px!important;
}
.productTextInput, .shop-cart input[type=text] {
	display: block;
	float: left;
	width: 100%;
	height: 34px;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
	margin: 0 10px;
}
.shop-cart input[type=text] {
	width: auto;
}
.shop-cart input[type=button] {
	float: left;
}
.shop-product-small ul {
	background: #fff;
}
.shop-product-small {
	border: none;
}
.shop-product-large {
	background: #fff;
	border: 0;
	color: #666;
	margin: 0 0 18px;
	min-width: 240px;
	overflow: hidden;
}
.shop-product-large h1 {
	color: #000;
	font-size: 42px;
}
.productitemcell {
	height: 40px;
	line-height: 40px;
}
.poplets img {
	border: 1px solid #fff;
}
#slider {
	background: url(../img/slider-bg.jpg);
	overflow: hidden;
	position: relative;
	top: -43px;
}
#follower-header {
	position: relative;
	top: -43px;
}
#follower-header .container {
	position:relative;
}
#follower-header h1 {
	color:#fff;
	bottom:10px;
	right:0px;
	font-size:2.556em;
	font-weight:normal;
	font-family: 'TradeGothicLTStdBd2';
	position:absolute;
}
.caption-container {
	position: relative;
}
.caption {
	bottom: 145px;
	position: absolute;
	right: 0;
	z-index: 9999;
	color:#fff;
	font-size:1.125em;
}
.caption h3 {
	font-size:2.556em;
	color:#fff;
	font-weight:normal;
	font-family: 'TradeGothicLTStdBd2';
}
.caption a.find-out-more {
	background:url(../img/find-out-more-bg.png) no-repeat;
	text-align:center;
	font-family: 'TradeGothicLTStdBd2';
	font-size:1.111em;
	text-transform:uppercase;
	text-shadow: 1px 1px 1px #ffffff;
	color:#737373;
	padding:20px 59px 15px 59px;
	display:block;
	float:right;
}
.logo-container {
	position: relative;
}
.logo {
	position: relative;
	z-index: 9999;
}
.bxslider {
	margin: 0px;
	padding: 0px;
}
.contact-top {
	background: url(../img/top-nav-bg.png) no-repeat;
	text-align: right;
	padding: 10px 10px 10px 0;
	font-size: 1.250em;
	font-family: 'TradeGothicLTStdBd2';
	text-transform: uppercase;
}
.contact-top span {
	color: #a1435b;
}
.box .inner {
	background: #f5f5f5;
	padding: 20px 30px 20px 30px;
	font-family: 'Roboto', sans-serif;
	color: #646464;
	font-size: 1.125em;
}
.box ul {
	padding-left:15px;
}
.box a {
	display: block;
	position: relative;
}
.box a .text {
	position: absolute;
	display: block;
	color: #fff;
	font-size: 1.500em;
	text-transform: uppercase;
	top: 30%;
	left: 30px;
	font-family: 'TradeGothicLTStdBd2';
}
.box a .text span {
	font-size: 0.667em;
	color: #eea6b8;
	display: block;
	text-transform: uppercase;
	line-height: 13px;
}
.testimonials {
	border: 1px solid #972c47;
	position: relative;
	padding: 50px 50px 50px 34px;
	font-size: 1.375em;
	margin: 70px 0 0 0;
}
.testimonials .corner {
	position: absolute;
	right: -1px;
	top: -1px;
}
.testimonials .source {
	color: #838383;
	font-style: italic;
	font-size: 0.750em;
	margin: 30px 0 0px 0;
	display: block;
}
.testimonials h4 {
	position: absolute;
	top: -32px;
	left: 30px;
	font-family: 'TradeGothicLTStdBd2';
	font-size: 1.5em;
	color: #972c47;
}
.testimonials a.view-all {
	background: url(../img/view-all-bg.png) no-repeat;
	display: block;
	padding: 5px 0 5px 0;
	position: absolute;
	bottom: 0px;
	right: 0px;
	font-family: 'TradeGothicLTStdBd2';
	text-transform: uppercase;
	color: #fff;
	text-decoration: none;
	font-size: 0.667em;
	padding: 12px 30px 11px 108px;
	text-align: right;
}
.master-builders {
	margin-bottom: 44px;
	margin-top: 74px;
}
#content {
	padding-bottom: 60px;
}
#points {
	list-style-image: url(../img/tick.png);
	font-family: 'TradeGothicLTStdBd2';
	font-size: 1.063em;
}
#points li {
	line-height: 10px;
	margin-bottom: 10px;
}
.contact {
	line-height: 25px;
}
.contact a {
	color: #edc2cd;
	text-decoration: none;
}
#follower-header {
	background:url(../img/slider-bg.jpg) no-repeat top center;

}
.follower-promos .box {
	width:100% !important;
	margin-bottom:20px;
}
.follower-promos .box .inner {
	font-size:1em;
	padding:20px 30px;
}

.content-area {
	color:#646464;
}
.content-area h2 {
	font-size:24px;
	margin-bottom:20px;
}
.right-img {
	float:right;
	margin:0 0 20px 20px;
}
/*********************************
 RESPONSIVE CSS
*********************************/

 /* Tiny devices (phones, 768px max) */
@media(max-width:767px) {
.sf-menu {
	display: none;
}
}

/* Small devices (tablets, 768px and up) */
@media screen and (min-width:768px) {
}

/* Medium devices (desktops, 992px and up) */
@media(min-width:768px) and (max-width:991px) {
}

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px) and (max-width:1199px) {
}

/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) {
}
