@import url(//fonts.googleapis.com/css?family=Playfair+Display:400italic,400);
@import url(//fonts.googleapis.com/css?family=Montserrat:400,700);
body{background: #FFF; color: #131313; font-family: 'Roboto', sans-serif !important; font-size: 14px; margin: 0; padding: 0; }
.page-wrap{}
/****************************** *         GLOBALS        * ******************************/
img { border: none !important; }
input, textarea { outline: none; }
h1 { color: #000; font-size: 36px; font-weight: normal; }
h2 { color: #000; font-size: 24px; font-weight: normal; }
h3 { color: #000; font-size: 18px; font-weight: 700; }
h4, h5, h6 { color: #000; font-size: 16px; font-weight: 700; }
p { color: #000; line-height: 1.55; }
a { color: #545454; -webkit-transition: color 0.1s linear; -moz-transition: color 0.1s linear; -o-transition: color 0.1s linear; -ms-transition: color 0.1s linear; transition: color 0.1s linear; }
a:hover { text-decoration: underline; }
/****************************** *         HEADER         * ******************************/
.top-bar{background:#FFF; color:#7b7b7b; line-height:36px; text-align:right; float: left; width: 100%;}
.top-bar .sitetools__item{padding:10px 2px;}
.top-bar ul{margin:0px; padding:0px;}
.top-bar li{margin:0px; padding:0px; list-style:none; display:inline-block; font-size:16px;}
.top-bar a{color:#7b7b7b; padding:5px 0px; font-size:13px; font-weight:300;}

.header-wrap{padding:20px 0px; background-color:#61b1f5;}
.header div[class^="col-"] {padding: 0;}
.header .row { margin: 0; }
@media only screen and (min-width: 768px) {
	.header__element {height: 100px;}
}
/****************************** *     VERTICAL CENTER	   * ******************************/
.header .same-height { min-height: 96px; }
.vertical-center { position: absolute; height: 100%; width: 100%; }
.vertical-center:before { content: ''; display: inline-block; height: 100%; vertical-align: middle; }
.vertical-center.text-right { text-align: right; }
.vertical-center.text-left { text-align: left; }
.vertical-center.text-center { text-align: center; }
/****************************** *          LOGO          * ******************************/
/*Logo as an image*/
/*Logo dimensions: max-width: 240px max-height: 100px*/
#display_homepage_title { border: none; padding: 0; margin: 0; min-height: 96px; position: relative; }
#display_homepage_title a { background: url('../images/template/header_bg.jpg') no-repeat 0 50%; display: block; text-indent: -9999px; position: absolute; top: 0; left: 0; width: 100%; height: 100%; outline: none; }
/*Logo as text*/
#display_homepage_title a#homepage_title { height: auto; position: static; display: inline-block; text-indent: 0; vertical-align: middle; background: none; font-size: 27px; font-weight: bold; color: #fff; line-height: 1.3; text-decoration: none; }
/*Allows logo text to center vertically*/
#display_homepage_title:before { content: ''; display: inline-block; height: 100%; min-height: 96px; vertical-align: middle; margin-right: -0.06em; }
#display_homepage_title > span { display: inline-block; vertical-align: middle; }
@media only screen and (max-width: 991px) {
	#display_homepage_title {text-align: center;}
	#display_homepage_title a {background-position: 50% 50%; background-size: contain; text-align: center;}
	#display_homepage_title a#homepage_title {text-align: center;}
}
@media only screen and (max-width: 370px) {
	#display_homepage_title a {width: 85%;right: 0; margin: 0 auto;}
	#display_homepage_title a#homepage_title {width: 100%;}
}
/****************************** *   	 CART SUMMARY	   * ******************************/
.cart-summary { position: relative; color: #ec2028; text-transform:uppercase; font-size:18px; padding-right:44px; height:47px; line-height: 47px; display: inline-block; vertical-align: middle; text-align: right;  -webkit-transition: all .15s linear; -moz-transition: all .15s linear; -o-transition: all .15s linear; -ms-transition: all .15s linear; transition: all .15s linear;}
.cart-summary a.cart { background: url(../images/template/cart.png) no-repeat right 0px; color: #FFF; display: block; height: 100%; left: 0; position: absolute; top: 0; width: 100%; }
.cart-summary a.cart span { display: block; width: 100%; height: 100%; position: absolute; right: 0; top: 0; background: url(../images/template/cart.png) no-repeat right bottom; opacity: 0;  -webkit-transition: all .15s linear; -moz-transition: all .15s linear; -o-transition: all .15s linear; -ms-transition: all .15s linear; transition: all .15s linear;}
.cart-summary__count { display: inline-block; vertical-align: middle; font-size:19px;}
@media only screen and (max-width: 768px) {
	.cart-summary {padding-right: 0; text-align: center;}
	.cart-summary a.cart {background: none;}
	.vertical-center.text-right {text-align: center;}
	.cart-summary a.cart span {display: none;}
	.cart-summary a.cart {background-position: right bottom;}
	.cart-summary__count{line-height:44px;}
}
/****************************** *      CONTENT AREA      * ******************************/
.content{padding:0px;}

.padding-l{padding-left:0px;}
.padding-r{padding-right:0px;}

.height-img img{height:340px;}

/****************************** *   	    SEARCH	       * ******************************/
.search{position: relative; display: inline-block; vertical-align: middle; width:82%;}
.search .input { background: url(../images/template/search-submit.png) no-repeat right 0 #FFF; display: block; color: #000; height:42px; padding: 0 46px 0 10px; text-align: left; width:100%; border: none; text-indent: 2px;  transition: all .15s ease-in; border-bottom:3px #5193cc solid;}
.search span { display: none; width:40px; height:42px; background: url(../images/template/search-submit.png) no-repeat 0 -3px; position: absolute; right: 0; top: 0; }
.search .input:focus + span { background-position: right center; }
.search .submit {background:transparent; border: none; cursor: pointer; height:40px; padding: 0; position: absolute; right: 0; text-align: center; top: 0; width:40px; text-indent: -9999px; }
/****************************** *   NEWSLETTER SIGN-UP   * ******************************/
.elist-bg{background:#000 url(../images/template/news-bg.jpg) no-repeat top center / cover; padding:50px 0;}

.elist{margin-left: 20px; margin-top: -58px; position: relative; width: 340px;}
.elist-title{ font-size:44px; color:#FFF; text-transform:uppercase; font-weight:600;}
.elist .input{display: block; border:0; color: #000; height:48px; padding: 0 10px; text-align: left; width: 100%; border-radius: 5px 0 0 5px; border: 1px solid #cfcfcf; border-right:0px;}
.elist .submit { display: block; background:transparent; border: none; cursor: pointer; height:48px; padding: 0; width:48px; position:absolute; right:-48px; top:0; border-radius: 0 5px 5px 0; border: 1px solid #cfcfcf; border-left:0px;}
/****************************** *   	    SOCIAL	       * ******************************/
.social{}
.social a { background: url(../images/template/social-sprite.png) no-repeat 0 0; display: block; height: 14px; padding-left: 20px; line-height: 14px; position: relative; }
.social span { display: block; position: absolute; left: 0; top: 0; width: 14px; height: 14px; background: url(../images/template/social-sprite.png) no-repeat 0 0; opacity: 0; -webkit-transition: all 0.1s linear; -moz-transition: all 0.1s linear; -o-transition: all 0.1s linear; -ms-transition: all 0.1s linear; transition: all 0.1s linear; }
.social a:hover span { opacity: 1; }
.social a.fb { background-position: 0 0; }
.social a.fb span { background-position: 0 -44px; }
.social a.tw { background-position: 0 -22px; }
.social a.tw span { background-position: 0 bottom; }

.social-icon{padding-top:30px; padding-bottom:20px; background-color:#f8f8f8;}
.social-icon ul{padding:0px;}
.social-icon li{display:inline-block; list-style:none; padding:3px;}
/****************************** *   	    NAVBAR	       * ******************************/
.navbar { border: none; margin: 0; }
.navbar-header { display: inline-block; vertical-align: middle; }
.navbar-default .navbar-toggle { margin: 0; border-color: #000; border-radius: 5px; }
.navbar-default .navbar-toggle .icon-bar { background: #000; }
.navbar-collapse { border: none; }
@media only screen and (max-width: 318px) {
	.navbar-default .navbar-toggle {padding: 8px 10px;}
	.navbar-toggle .icon-bar {width: 16px;}
}
/****************************** *   	    FOOTER	       * ******************************/
.footer{color: #353535;}
.footer a { color: #353535; }
.footer a:hover { text-decoration:none; color: #ec2028;}
.footer .column { margin: 0; padding: 0; list-style: none;}
.footer .column li { margin-bottom:10px; }
.footer .column .column__title{color: #353535; display: block; font-size:16px; padding-bottom:10px; margin-bottom: 10px; font-weight:700; text-transform: uppercase; background:url(../images/template/footer-title-bg.png) no-repeat left bottom;}
@media only screen and (min-width: 768px) {
	.footer .column{margin: 30px 15px 30px 0;}
}
/****************************** *    FOOTER DROPDOWNS    * ******************************/
.footer .panel { border: none; }
.footer .panel-group { margin-bottom: 0; }
.footer .panel-group > .panel:first-child a.accordion-toggle { border-top: 1px solid #333; }
.footer .panel-collapse, .footer .panel-group a.accordion-toggle { border-bottom: 1px solid #333; }
.footer .panel-heading { background: none; border: none; padding: 0; }
.footer .panel-heading h4 { font-weight: bold; text-transform: uppercase; font-size: 12px; color: #999; }
.footer .panel-group .panel + .panel { margin-top: 0; border-top: 0; }
.footer .panel-title > a { display: block; padding: 12px 5px 10px; outline: none; text-decoration: none; }
.footer .panel-title > a:hover { color: #000; }
/* symbol for "opening" panels */
.footer .panel-heading .accordion-toggle:after {font-family: 'Glyphicons Halflings'; content: "\e114"; float: right; color: #999; }
.footer .panel-heading .accordion-toggle.collapsed:after { /* symbol for "collapsed" panels */ content: "\e080"; }
.panel-default > .panel-heading + .panel-collapse > .panel-body { padding: 15px 10px; border: none; }

/****************************** *   	   COPYRIGHT	   * ******************************/
.copyright{border-top:#e9e9e9 1px solid; color: #8d8d8d; font-size:12px; margin-top:12px; padding:0; width: 100%;}
.copyright:after { content: ''; display: inline-block; width: 100%; height: 0; font-size: 0; line-height: 0; }
.copyright__images, .copyright__text { display: inline-block; padding-top: 12px;}
.copyright__images img{display: inline-block; vertical-align: middle; margin-left: 10px;}
.copyright a{color: #8d8d8d;}
.copyright a:hover{color: #000; text-decoration: none;}

#content_area .v65-productDisplay .v-product { text-align: center; }

.margin-t-15{margin-top:15px;}
.margin-t{margin-top:30px;}

.call-text{font-size:20px; line-height:20px; margin-top:10px;}
.call-text img{float:left; padding-right:5px; margin-top:5px;}
.call-text strong{color:#000; font-size:17px;}
.call-text a{color:#FFF;}

.black-bg{background-color:#000; padding:30px 0px;}

#jmenuhide select{width:115px;}
#additionalsearch{width:170px;}

/******************************       CATEGORY STYLES      ******************************/
/* Product Title */
table.v65-productDisplay .productnamecolor{ color:#000;}
/* List Price */
table.v65-productDisplay .product_listprice, table.v65-productDisplay .product_listprice b { color: #000; font-size: 14px; font-weight: normal; }
/* Our Price */
table.v65-productDisplay .product_productprice, table.v65-productDisplay .product_productprice b { color: #ff0000; font-weight: bold; font-size:18px;}
/* Sale Price */
table.v65-productDisplay .product_saleprice, table.v65-productDisplay .product_saleprice b { color: #aa1f1f; font-size: 14px; font-weight: 700; }
/* Deal Price */
table.v65-productDisplay .product_dealprice { color: #aa1f1f; font-size: 12px; font-weight: normal; }
/* You Save */
table.v65-productDisplay .product_yousave { color: #000; font-size: 11px; font-style: italic; font-weight: normal; }
/* Set Up Cost */
table.v65-productDisplay .product_setupcost, table.v65-productDisplay .product_setupcost b { }
/* Description */
table.v65-productDisplay img + br + font.text.colors_text, /*Single rows / Select / Checkboxes / List*/ table.v65-productDisplay td[valign="top"] > font.text.colors_text /*Grid / Lightweight Grid*/ { color: #686868; font-size: 14px; font-weight: normal; }

.carousel-control.left, .carousel-control.right{background-image: none;}

.carousel-inner{text-align: center;}
.carousel-inner > .item > img, .carousel-inner > .item > a > img{display: inline !important;}
.carousel-inner .active{background:none;}

.custom-table{border:1px solid #cccccc;}
.custom-table tr td{border-right:1px solid #ccc; border-bottom:1px solid #ccc; vertical-align:middle; font-size:12px; font-family:Arial, Helvetica, sans-serif;	padding:5px;}
.custom-table .colors_backgroundlight td{background:#eeeeee;  font-size:12px; font-family:Arial, Helvetica, sans-serif;	 font-weight:bold;}
.custom-table tr td input[type="text"]{	padding:0px !important; text-align:center !important; }
.custom-table .vCSS_input_addtocart{max-width:150px; margin:10px auto 0 !important;}
.custom-table tr:last-child td{	text-align:center;}

#v65-cart-shipping-details #v65-cart-shippingoptionsbuttonrow{position:relative;}
#v65-cart-shipping-details #v65-cart-shippingoptionsbuttonrow #v65-cart-shippingoptionsbuttoncell{position: absolute; right:2px;}

@media only screen and (max-width: 1200px) {
	.call-text{font-size: 16px;}
	.height-img img{height:240px;}
	.elist{margin-left:0; margin-top:0;}
}
@media only screen and (max-width: 991px) {
	.search{width:100%; padding-left:0px; padding-right:0px;}
	.call-text{margin-bottom: 10px; margin-left: 15px; width: 100%; text-align:center;}
	.call-text a{color: #000;}
	
	.header-wrap{padding:0px;}
	
	.footer .column .column__title{font-size: 17px;}
	.copyright{text-align: center;}
	.copyright__text {margin-top: 10px;}
}
@media only screen and (max-width: 767px) {
	.social-icon .m-block li{display:block;}
	.social-icon .text-right{text-align:left;}
	.elist{width: 238px;}
	.height-img img{height:auto;}
	#footer-collapse{margin-bottom:15px;}
	.padding-r{padding-right:15px;}
	.padding-l{padding-left:15px;}
	#vSlider{display:none;}
	.colors_pricebox select{width:100%;}
	table.v65-productDisplay .product_productprice, table.v65-productDisplay .product_productprice b{font-size:12px;}
}