/** Site Specific **/

/** Menu **/
#topBar {
	display:block;
	position:relative;
	min-height:30px;
	z-index:11;
}
body.boxed #topBar {
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-bottomright: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
#topBar.styleBackgroundColor,
#topBar.styleBackgroundColor a {
	color:#fff;
}
#topNav a.logo {
	margin:3px 15px 3px 0;
	display:inline-block;
	min-height:50px;
	float:left;
}
#topNav a.logo.onepage {
	display:inline-block;
	height:50px;
	overflow:hidden;
	margin-top:3px;
}
#topBar a.social {
	width:24px; height:24px;
	line-height:26px;
	font-size:16px;
}

#topNav {
	display:block; left:0; right:0; top:0;
	background:#fff;
	position:relative;
	z-index:10;

	-webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
	   -moz-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
		 -o-box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
			box-shadow: 0 4px 0 rgba(0, 0, 0, 0.04);
}


#topNav .nav-pills>li>a, 
#topNav .nav-pills>li>a:hover, 
#topNav .nav-pills>li>a:focus,
#topNav .nav-pills>li.active>a, 
#topNav .nav-pills>li.active>a:hover, 
#topNav .nav-pills>li.active>a:focus {
	background-color:transparent;
}

#topNav div.navbar-collapse {
	padding:0;
	float:left;
}
#topNav ul.nav>li {
	color:#666;
	border-left:#eee 1px solid;
	text-align:center;
	position:relative;
	margin:0;
}
#topNav ul.nav>li:last-child {
	border-right:#eee 1px solid;
}


#topNav ul.nav>li a {
	color:#666;
	padding: 15px 23px;
	position: relative;
	text-decoration: none;
	font-size:14px;
	line-height:14px;
	display:block;
	font-weight:300;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}
#topNav ul.nav>li>a>span {
	display:block;
	font-size:12px;
	color:#ccc;

	-webkit-transition: all 0.2s;
	   -moz-transition: all 0.2s;
		 -o-transition: all 0.2s;
			transition: all 0.2s;
}

#topNav ul.nav>li:hover a {
	color:#333;
}

/* submenu */
#topNav ul.dropdown-menu li.divider {
	margin:-1px 0 0 0;
	padding:0; border:0;
	border-bottom:rgba(0,0,0,0.2) 1px solid;
}
#topNav .nav li:hover>ul.dropdown-menu {
	padding:0;
	display:block;
	z-index:100;
}

#topNav ul.dropdown-menu {
	text-align:left;
	margin-top:0;
	box-shadow:none;
	border:#eee 1px solid;
	border-top:0;
	list-style:none;
	background-color:#fff;
	box-shadow:rgba(0,0,0,0.2) 0 6px 12px;
	min-width:200px;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
#topNav ul.dropdown-menu li {
	position:relative;
}
#topNav ul.dropdown-menu>li a {
	margin:0;
	padding:10px 15px;
	font-weight:400;

	color:#555;
	font-size:13px;
	border-bottom:rgba(0,0,0,0.1) 1px solid;
}
#topNav ul.dropdown-menu>li a i.fa {
	margin-right:4px;
}
#topNav ul.dropdown-menu a.dropdown-toggle:after {
	content: "\f105";
	font-family: FontAwesome;
	position: absolute;
	font-size: 15px;
	right: 10px;
	top: 9px;
	color:#999;
}

#topNav .dropdown-submenu > a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #eaeaea;
	margin-top: 5px;
	margin-right: -10px;
}
#topNav .dropdown-submenu li:hover> a:after {
	color:#fff !important;
}
#topNav ul.dropdown-menu li:last-child>a {
	border-bottom:0;
	border-bottom:0;
}
.dropdown-menu>li:hover>a, 
.dropdown-menu>li:focus>a {
	color:#fff !important;
	background-color:#333;
}

/* sub-submenu */
#topNav ul.dropdown-menu>li:hover > ul.dropdown-menu {
	display:block;
	position:absolute;
	left:100%; top:0;
	padding:0; margin:0; 
	border-top:0 !important;
	border-bottom:0 !important;
	border-right:0 !important;

	border:#eaeaea 1px solid;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

/* search */
#topNav form.search {
	float:right;
	max-width:180px;
	margin:12px 0 0 0;
	padding:0;
}
#topNav form.search {
	position:relative;
}
#topNav form.search input {
	padding:6px 26px 6px 6px;
	height:auto; width:100%;
	font-size:13px;
	position:relative;
	z-index:0;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}
#topNav form.search button {
	position:absolute;
	top:10px; right:10px;
	color:#ccc;
	z-index:1;
}

/* mobile */
#topNav button.btn-mobile {
	display:none;
}
	#topNav button.btn-mobile {
		color:#fff;
		display: none;
		background:#333;
		padding:6px 10px;
		margin-top:10px;
		margin-bottom:3px;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}	
	#topNav button.btn-mobile i {
		padding:0; margin:0;
		font-size:21px;
	}

/** Mega Menu
 **************************************************************** **/
#topNav ul.nav>li.mega-menu {
	position:inherit;
}
#topNav ul.nav>li.mega-menu p {
	margin:0; padding:10px 10px 0 10px;
	font-size:13px;
}

#topNav ul.nav>li.mega-menu div {
	display:table;
}
#topNav ul.nav>li.mega-menu div div {
	border-left:#eee 1px solid;
	margin-left:-1px;
	display: table-cell;
	float:none;
}
#topNav ul.nav>li.mega-menu div div:first-child {
	border-left:0;
}

#topNav ul.nav>li.mega-menu>ul {
	width:100%;
	background-color:transparent;
	border:none;
	box-shadow:none;
}
#topNav ul.nav>li.mega-menu>ul.dropdown-menu>li {
	margin:0 15px; padding:15px;
	background-color:#fff;
	border: #eee 1px solid;
	box-shadow: rgba(0,0,0,0.2) 0 6px 12px;
}
#topNav ul.nav>li.mega-menu>ul ul {
	margin:0 !important;
	padding:0 !important;
	list-style:none;
}

#topNav ul.nav>li.mega-menu h3 {
	font-size:18px;
	line-height:18px;
	margin:10px 10px 20px 10px; padding:0;
}
#topNav ul.nav>li.mega-menu>ul li>a {
	border-bottom:0;
	padding: 6px 10px;
}
#topNav ul.nav>li.mega-menu>ul li.active>a,
#topNav ul.nav>li.mega-menu>ul li:hover>a {
	color:#fff;
	background-color:#333;
}
#topNav ul.nav>li.mega-menu>ul li.divider {
	border:0;
	border:rgba(0,0,0,0.01) 1px solid;
	margin:10px 0;
}

/** Secondary Main Menu / Top Bar / Shop Cart **/
#barMain {
	float:right;
	margin-top:6px;
	font-size:12px;
}

#barMain .nav>li>a {
	padding:5px 10px;
}
#barMain .nav>li>a:hover, 
#barMain .nav>li>a:focus {
	background-color:rgba(0,0,0,0.03);
}

/* cart */
#barMain .nav>li.quick-cart {
	background-color:#F8F8F8;
	margin-left:10px;
}
#topBar.styleBackgroundColor .nav>li.quick-cart {
	background-color:rgba(0,0,0,0.1) !important;
}
#topBar.styleBackgroundColor .nav>li.quick-cart.open>a {
	color:#000;
}
#topBar.styleBackgroundColor .nav>li.quick-cart p {
	color:#000;
}
#barMain .nav>li.quick-cart>.dropdown-menu {
	border:0; margin:0;
	background-color:#F0F0F0;
	width:250px;
}
#barMain .nav>li.quick-cart .quick-cart-content {
	padding:10px 10px 0 10px;
}
#barMain .nav>li.quick-cart p {
	margin:0; padding:10px 10px 0 10px;
	font-size:13px;
}
#barMain .nav>li.quick-cart a.quick-cart-item {
	clear: both;
	display: block;
	padding: 10px 8px;
	font-size: 13px;
	line-height: 16px;
	min-height: 60px;
	text-decoration: none;
	border-bottom: rgba(0,0,0,0.1) 1px solid;
	background: rgba(0,0,0,0.05);
}
#barMain .nav>li.quick-cart a.quick-cart-item,
#barMain .nav>li.quick-cart a.quick-cart-item a {
	color:#999 !important;
}
#barMain .nav>li.quick-cart a.quick-cart-item:hover {
	background: rgba(0,0,0,0.08);
}
#barMain .nav>li.quick-cart .cart-footer {
	margin-top:10px;
}

/** Responsive Top Nav **/
@media only screen and (max-width: 1024px) {
	#topNav .search {
		display:none;
	}
}

@media only screen and (max-width: 990px) {
	.navbar-collapse {
		max-height:100%;
	}
	#topNav .container {
		padding:0;
		margin:0;
	}

 	#topNav button.btn-mobile {
		display:block;
		float:right;
		margin-right:15px;
	}
	
	#topNav form.search {
		float:left;
		margin-top:6px;
		margin-left:15px;
	}

	#topNav nav.nav-main {
		background-color:#fff;
	}
	#topNav div.nav-main-collapse,
	#topNav div.nav-main-collapse.in {
		width: 100%;
		margin:56px 0 0 0;
	}
	#topNav div.nav-main-collapse {
		float: none;
		overflow-x:hidden;
	}
	#topNav div.nav-main-collapse.collapse {
		display: none !important;
	}
	#topNav div.nav-main-collapse.in {
		display: block !important;
	}
	#topNav div.nav-main-collapse {
		position: relative;
	}


	#topMain>li>a>span {
		display:none !important;
	}
	#topMain li {
		display:block !important;
		float:none;
		text-align:left;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topMain>li>a {
		text-align:left;
		border:0;
		border-bottom:rgba(0,0,0,0.1) 1px solid;

		-webkit-border-radius: 0;
		   -moz-border-radius: 0;
				border-radius: 0;
	}
	#topMain>li:hover,
	#topMain>li:hover>a {
		border-top:0 !important;
	}

	#topNav ul.nav>li>a:after {
		content: "\f107";
		font-family: FontAwesome;
		position: absolute;
		font-size: 14px;
		right: 20px;
		top: 15px;
		color:#999;
	}
	
	/* submenu */
	#topMain ul.dropdown-menu {
		position: static;
		clear: both;
		float: none;
		display: none !important;
		border-left:0 !important;

		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;
	}

	#topNav nav.nav-main li.resp-active > ul.dropdown-menu {
		display: block !important;
		margin-left:30px;
		margin-right:30px;
		padding:20px 0;
		border-right:0;
	}
	#topNav nav.nav-main li.resp-active > ul.dropdown-menu li {
		border-left:0;
	}

	#topNav ul.nav>li:hover>a:before, 
	#topNav ul.nav>li.active>a:before {
		background-color:transparent;
	}

	#topNav ul.dropdown-menu>li:hover > ul.dropdown-menu {
		position:static;
	}

	/* mega menu */
	#topNav ul.nav>li.mega-menu>ul.dropdown-menu>li {
		padding:0; margin:0 30px 0 0;
		border:0;

		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
				box-shadow: none;	
	}
	#topNav ul.nav>li.mega-menu h3 {
		margin-left:8px;
	}
	#topNav ul.nav>li.mega-menu>ul li>a {
		border-bottom: rgba(0,0,0,0.1) 1px solid;
	}
	#topNav ul.nav>li.mega-menu div,
	#topNav ul.nav>li.mega-menu div div {
		border:0; margin-bottom:30px;
		display:block;
		width:100%;
	}
	#topNav ul.nav>li.mega-menu div div:last-child {
		margin-bottom:0;
	}
}


@media only screen and (max-width: 479px) {

	#topNav form.search {
		margin-left:4px;
	}
 	#topNav button.btn-mobile {
		margin-right:4px;
	}

	#topBar .call-us {
		display:block;
		width:100%;
		text-align:center;
		padding:0 0 10px 0;
	}
	#topBar a.logo {
		display:block;
		text-align:center;
		margin:6px 0;
		float:none;
	}

	.hide_mobile {
		display:none;
	}
}

/** Footer **/
#footer {
	color:#777;
	display:block;
	vertical-align:bottom;
	background-color:transparent;
	background-size: cover;
	background-repeat: no-repeat;
	border-top:#252525 1px solid;
	z-index:101;
}
#footer p {
	font-size:16px;
	color:#ccc;
}
#footer.bottom {
	position:absolute;
	left:0; right:0;
	bottom:0;
}
#footer a.copyright {
	color:#777;
	padding:0;
}
#footer .logo {
	display:block;
	margin-bottom:10px;
}
#footer .spaced {
	padding:60px 15px;
}
#footer .logo_footer {
	padding:40px 15px;
}
#footer .dark {
	height:400px;
	background-color:#252525;
}

#footer h2,
#footer h3,
#footer h4 {
	color:#777;
}

#footer .copyright {
	background-color: transparent;
	padding:20px 0;
}


#footer hr {
	border:0; margin:0; padding:0;
	border-top:#1a1a1a 1px solid;
	border-bottom:#3d3d3d 1px solid;
}

#footer li {
	position:relative;
	padding:6px 0;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}

#footer li:after {
	width: 100%;
	content: "";
	border-bottom: 1px solid #1a1a1a;
	position: absolute;
	bottom: 0;
	left: 0;
}

#footer li a {
	color:#777;
	text-decoration:none;
	font-size:14px;

	-webkit-transition: all .2s ease 0s;
	   -moz-transition: all .2s ease 0s;
		 -o-transition: all .2s ease 0s;
			transition: all .2s ease 0s;
}

#footer li a:hover {
	color:#fff;
}

#footer li small {
	font-size:11px;
}

#footer li small.ago {
	color:#666;
}

#footer .input-group-btn .btn, 
#footer .input-group .btn,
#footer .form-control {
	border:0;
	height:38px;
	margin-top:0;
}

#footer .input-group-btn .btn {
	-webkit-border-top-right-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-radius-topright: 6px;
	-moz-border-radius-bottomright: 6px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

#footer input.form-control {
	-webkit-border-top-left-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-moz-border-radius-topleft: 6px;
	-moz-border-radius-bottomleft: 6px;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
#footer form {
	padding:0;
}

button, input, optgroup, select, textarea {
    color: #555;
    font: inherit;
    margin: 0;
	font-size:14px;
}

/* simple list */
#footer ul.nobordered li:after,
#footer ul.nobordered li {
	border-bottom:0;
	padding:0;
}
#footer ul.nobordered li a {
	padding:3px 0;
}
#footer ul.nobordered li a>i.fa{
	padding-right:6px;
}

/** Responsive **/
@media only screen and (max-width: 768px) {
	#footer .spaced {
		padding:20px 15px;
	}
	#footer .dark {
		height:auto;
	}
}
@media only screen and (max-width: 990px) {
	#footer {
		border-top:#2B2B2B 1px solid;
	}

}

/**
	Colors
	@Blue		#66B7E2
	@Dark Blue	#36a0da
*/

a,
.tp-caption a {
	color:#36a0da;
}

#footer li a:hover,
#footer a:hover,
a, a:hover, a:active,
#topNav ul.nav li li a:hover,
.tp-caption a:hover,
.featured-box-minimal h4,
.glyphicon, .wi,
p.dropcap:first-letter,
ul.side-nav a:hover,
ul.side-nav ul li.active>a,
.li, div.owl-carousel .caption,
.pagination>li>a, 
.pagination>li>span,
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus,
div.mega-price-table .pricing:hover h4,
div.mega-price-table .pricing-table i.fa, /* icons */
#blog a>span,
#blog h1>span,
.cartContent a.remove_item:hover,
.owl-carousel.featured a.figure>span>i,
.btn-link,
.styleColor {
	color:#66B7E2;
}

p.dropcap.color:first-letter,
span.badge,
#toTop:hover,
#bar, .slider-handle,
div.featured-box i.fa,
i.featured-icon,
.progress-bar-primary,
.modal-header,
.timeline .timeline-left .item:before,
.timeline .timeline-right .item:before,
.timeline .timeline-centered .item.pull-right:before,
.timeline .timeline-centered .item.pull-left:before,
div.mega-price-table .pricing-title, 
div.mega-price-table .pricing-head,
div.mega-price-table .pricing.popular,
#topNav ul.nav>li:hover>a:before, 
#topNav ul.nav>li.active>a:before,
.styleBackgroundColor {
	background-color:#66B7E2;
}

/* icons , boxes */
i.featured-icon:after,
div.featured-box.nobg.border-only i.fa {
	color:#66B7E2;
	border-color:#66B7E2;
}
section.product-view-colors a:hover,
section.product-view-colors a.active,
i.featured-icon {
	border-color:#66B7E2;

}
i.featured-icon.empty {
	color:#66B7E2 !important;
	border-color:#66B7E2;
}

/* Top Nav */
#topNav ul.nav .dropdown-menu>li.active>a, 
#topNav ul.nav .dropdown-menu>li:hover>a, 
#topNav ul.nav .dropdown-menu>li:focus>a {
	color:#fff !important;
	background-color:#66B7E2;
}

#topNav ul.dropdown-menu>li:hover>a.dropdown-toggle:after { /* arrow sub-submenu */
	color:#fff;
}

/* Primary Button */
.btn-primary {
	border-color:#66B7E2;
	background-color:#66B7E2;
}

.btn-white {
	color:#66B7E2 !important;
}

.pagination>.active>a, 
.pagination>.active>span, 
.pagination>.active>a:hover, 
.pagination>.active>span:hover, 
.pagination>.active>a:focus, 
.pagination>.active>span:focus,
.btn-primary:hover, 
.btn-primary:focus, 
.btn-primary:active, 
.btn-primary.active, 
.open .dropdown-toggle.btn-primary,
.daterangepicker td.active, 
.daterangepicker td.active:hover,
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
	border-color:#66B7E2;
	background-color:#66B7E2;
}

/* embed title */
section header em,
h1>em, h2>em, h3>em, h4>em, h5>em, h6>em {
	font-style:normal;
	color:#66B7E2;
}

/* Top Nav active/hover */
#topNav ul.nav>li.mega-menu>ul li:hover>a,
#topNav ul.nav>li.mega-menu>ul li.active>a,
#topNav ul.nav>li:hover:before,
#topNav ul.nav>li.active:before {
	background-color: #66B7E2;
}
/* Top Nav color active */
#topNav .nav-pills.colored>li.active>a, 
#topNav .nav-pills.colored>li.active>a:hover, 
#topNav .nav-pills.colored>li.active>a:focus {
	color:#fff;
	background-color:#66B7E2;
}

/* Misc */
.styleBackgroundColor,
.featured-box-minimal i.fa {
	background-color:#66B7E2;
}

ul.list-icon li:before {
	color:#66B7E2;
	font-size:16px;
}
body.boxed #topBar {
	border-top:#66B7E2 4px solid;
}

.panel-epona {
	border:#66B7E2 1px solid;
}

.panel-epona>.panel-heading {
	background-color:#66B7E2;
	color:#fff;
}

/* Slider Captions */
.tp-caption.block_styleColor {
	background-color: #66B7E2;
	color:#fff;
}
.tp-caption.block_white {
	color:#66B7E2;
}

/* flex slider */
.flexslider.flexFull .flex-direction-nav a:hover, 
.flexslider.flexContent .flex-direction-nav a:hover {
	background-color: #66B7E2;
	color:#fff;
}

/* essentials rewrite */
.alert.alert-default {
	border-left:#66B7E2 3px solid;
	background-color:rgba(102,183,226,0.4);
}

div.toggle > label {
	background-color:rgba(102,183,226,0.2);
}

/* item box */
.item-box .item-hover .overlay {
	background-color:rgba(102,183,226,0.6);
}

/* Sky Forms: Normal State */
.sky-form .toggle i:before {
	background-color: #66B7E2;	
}

.sky-form .button {
	background-color: #66B7E2;
}

/* Sky Forms: Checked State */

.sky-form .radio input + i:after {
	background-color: #66B7E2;	
}

.sky-form .checkbox input + i:after {
	color: #66B7E2;
}

.sky-form .radio input:checked + i,
.sky-form .checkbox input:checked + i,
.sky-form .toggle input:checked + i {
	border-color: #66B7E2;	
}

.sky-form .rating input:checked ~ label {
	color: #66B7E2;	
}

/** Table Borders **/
.mCell {
    BORDER-RIGHT: #DBDBCE 1px solid;
    BORDER-TOP: #DBDBCE 1px solid;
    BORDER-LEFT: #DBDBCE 1px solid;
    BORDER-BOTTOM: #DBDBCE 1px solid;
	PADDING: 2px;
}

.mCell a {
    color: #3e6daa;
    text-decoration: underline;
}

table {
    border-spacing: 6px;
	border-collapse: separate;
}

.MMessage {
	color: #000;
	font-size: 2em;
}

.MMError{
	color: #F00;
	font-size: 2em;
}

.MMGood{
	color: #00F;
	font-size: 2em;
}

#printblock {
	visibility: hidden;
	display: none;
}

@media print {
	/* 
		@CUSTOM RULES 
	*/
	#header, #topBar, #navBar, #topNav, #pagebody, #footer {
		display:none !important;
	}

	body * {
		visibility: hidden;
		margin:0; padding:0;
	}

	.printable * { 
		visibility: visible;
	}

	#wrapper {
		margin:0 !important;
		padding:20px 0 0 0 !important;
	}

	#printblock {
		background: white;
		padding-top: 0px;
		padding-bottom: 5px;
		margin: 5px;
		width: 98%;
		max-width: 1200px;
		font-size: 14px;
		display: inline !important;
		visibility: visible !important;
	}	
	
