@import url(//fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,100italic,100,200,200italic,300,300italic,400italic,500,500italic,600,600italic,700,800,900,700italic,800italic,900italic);
@import url(Common.css);

.body {
    font-family: 'Open Sans', sans-serif;
    font-size:1em;
	font-weight:300;
    color:#333333;
    background-color:#EEEEEE;
}

.body a {
	color:#000000;
}
.body a:hover {
	color:#999999;
}

input[type=submit],
input[type=reset],
input[type=submit]:hover,
input[type=reset]:hover,
.body a,
.body a:hover,
.body a:hover.active {
	-webkit-transition: all 150ms linear;
	-moz-transition: all 150ms linear;
	-ms-transition: all 150ms linear;
	-o-transition: all 150ms linear;
	transition: all 150ms linear;
}

.forecolor0,.forecolor0:link,A.forecolor1:hover,.forecolor1 A:hover{color:#FFFFFF;}
.forecolor1,.forecolor1:link,A.forecolor2:hover,.forecolor2 A:hover{color:#ECECEC;}
.forecolor2,.forecolor2:link,A.forecolor3:hover,.forecolor3 A:hover,.forecolor0 A,A.forecolor0:hover{color:#D9D9D9;}
.forecolor3,.forecolor3:link,.forecolor1 A,A.forecolor4:hover,.forecolor4 A:hover{color:#C6C6C6;}
.forecolor4,.forecolor4:link,.forecolor2 A,.forecolor0 A:hover{color:#B2B2B2;}
.forecolor5,.forecolor5:link,.forecolor3 A,.forecolor9 A:hover{color:#9F9F9F;}
.forecolor6,.forecolor6:link,.forecolor4 A,.forecolor10 A:hover{color:#808080;}
.forecolor7,.forecolor7:link,.forecolor5 A,A.forecolor5:hover,.forecolor7 A:hover,A.forecolor9:hover,.forecolor9 A{color:#606060;}
.forecolor8,.forecolor8:link,.forecolor6 A,A.forecolor6:hover,.forecolor8 A:hover,A.forecolor10:hover,.forecolor10 A{color:#404040;}
.forecolor9,.forecolor9:link,.forecolor7 A,A.forecolor7:hover,.forecolor5 A:hover{color:#202020;}
.forecolor10,.forecolor10:link,.forecolor8 A,A.forecolor8:hover,.forecolor6 A:hover{color:#000000;}

.backcolor0{background-color:#FFFFFF;}
.backcolor1{background-color:#ECECEC;}
.backcolor2{background-color:#D9D9D9;}
.backcolor3{background-color:#C6C6C6;}
.backcolor4{background-color:#B2B2B2;}
.backcolor5{background-color:#9F9F9F;}
.backcolor6{background-color:#808080;}
.backcolor7{background-color:#606060;}
.backcolor8{background-color:#404040;}
.backcolor9{background-color:#202020;}
.backcolor10{background-color:#000000;}

.backcolorred { background-color: #C62127; }

.bordercolor0{border-color:#FFFFFF;}
.bordercolor1{border-color:#ECECEC;}
.bordercolor2{border-color:#D9D9D9;}
.bordercolor3{border-color:#C6C6C6;}
.bordercolor4{border-color:#B2B2B2;}
.bordercolor5{border-color:#9F9F9F;}
.bordercolor6{border-color:#808080;}
.bordercolor7{border-color:#606060;}
.bordercolor8{border-color:#404040;}
.bordercolor9{border-color:#202020;}
.bordercolor10{border-color:#000000;}

.fontstyle0{font-size: 12px;}
.fontstyle1{font-size: 13px;}
.fontstyle2{font-size: 13px; font-weight: bold;}
.fontstyle3{font-size: 14px;}
.fontstyle4{font-size: 14px; font-weight: bold;}
.fontstyle5{font-size: 16px; font-weight: bold;}
.fontstyle6{font-size: 18px; font-weight: bold; text-decoration:none;}
.fontstyle7{font-size: 20px; font-weight: bold; text-decoration:none;}
.fontstyle8{font-size: 22px; font-weight: bold; text-decoration:none;}
.fontstyle9{font-size: 24px; font-weight: bold; text-decoration:none;}
.fontstyle10{font-size: 26px; font-weight: bold; text-decoration:none;}

.fontstyle0,.fontstyle1,.fontstyle2,.fontstyle3,.fontstyle4,.fontstyle5,.fontstyle6,.fontstyle7,.fontstyle8,.fontstyle9,.fontstyle10 { font-family: 'Open Sans', sans-serif; }


input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textbox,
textarea {
    font-size: 14px !important;
	padding:5px;
}
select,
option {
    font-size: 14px !important;
}


.module-class h1 {
	font-family: 'Raleway', sans-serif;
	font-size:1.75em;
    font-weight: 400;
	color:#111111;
	margin:0 0 20px 0;
}
	.module-class h2 {
		font-family: 'Raleway', sans-serif;
		font-size:1.3em;
		font-weight:400;
		color:#282D46;
		margin:0 0 20px 0;
	}
	.module-class h3 {
		font-family: 'Raleway', sans-serif;
		font-size:1.1em;
		font-weight: 400;
		color:#555555;
		margin:20px 0 20px;
	}
	
.modulecontent {
	line-height:1.75em;
}

.top {
	background-color:#EEEEEE;
	background-color:rgba(238, 238, 238, 1.0);
	min-height:40px;
	position:relative;
	z-index:99;
}
	.top h1 { margin:0; padding:0; float:right; }
	.top .contact .modulecontent,
	.top .social .modulecontent {
		min-height:40px;
		line-height:40px;
		color:#282D46;
		font-size:0.85em;
		font-weight:600;
	}
	.top .contact .modulecontent a { color:#282D46; text-decoration: none; }
	.top .contact .modulecontent a.topphone { font-size:1.15em; font-weight:600; color:#282D46; text-decoration: none; }
	.top .contact .modulecontent i { margin:0 10px 0 20px; }
	.top .contact .modulecontent i.fa-phone { margin:0 10px 0 0; }
	.top .contact .modulecontent a:hover { color:#91A0C3; text-decoration:none; }

	.top .social { text-align:right; }
	.top .social a i { color:#282D46; font-size:1.1em; font-weight:normal; vertical-align:middle; padding:0 10px; }
	.top .social a:hover i { color:#91A0C3; text-decoration:none; }

.header {
	background-color:#FFFFFF;
	background-color:rgba(255, 255, 255, 1.0);
	min-height:110px;
	position:relative;
	z-index:98;
}
    .logo { position: relative; padding:0; top:15px; z-index: 202; min-height:1px; }
	.logo IMG {
		width: 100%;
		max-width: 300px;
		display: block;
		-webkit-transition: all 150ms linear; -moz-transition: all 150ms linear; -ms-transition: all 150ms linear; -o-transition: all 150ms linear; transition: all 150ms linear;
	}
	.account { text-align:right; line-height:110px; padding-right:20px; font-size:.85em; }
	
    .search .content * { margin: 0; }
	.search .content { padding: 0 !important; }
    .minisearch table { width: 75%; }
    .search table { width: 100%; }
	.minisearch { text-align:right; }
    .minisearch .modulecontent { margin-top:32px; }
    .minisearch .modulecontent input[type="text"] {
        background-color: #FFFFFF;
        color: inherit;
        border: 2px solid #AAAAAA;
		border-right:none;
        padding: 0 .5em;
        margin: 0;
        display: block;
        outline: none;
		height:45px;
		border-radius:3px 0 0 3px;
    }
	.minisearch .modulecontent input[type="image"] {
		height: 45px;
		width: 45px;
        border: 2px solid #AAAAAA !important;
		border-left:none !important;
		border-radius:0 3px 3px 0;
		background-repeat:no-repeat;
		background-position: 50% 50%;
	}

	.headericon .modulecontent IMG { padding-top: 15px; }

.navbar {
	background-color:#282D46;
	background-color:rgba(40, 45, 70, 1.0);
	min-height:60px;
	position:relative;
	z-index:97;
}
	.is-sticky .navbar {
		background-color:#282D46;
		background-color:rgba(40, 45, 70, 0.9);
		min-height:60px;
		position:relative;
		z-index:99;
		border-top:none;
	}

.overlay {
	background-color:#F7CE3A;
	background-color:rgba(248, 207, 32, 0.85);
	min-height:45px;
	position:relative;
	z-index:96;
}
	.overlay h1 { margin:0; padding:0; float:right; }
	.overlay .messagebar .modulecontent {
		min-height:45px;
		line-height:45px;
		color:#222222;
		font-size:1.0em;
		font-weight:500;
		letter-spacing:1px;
	}
	.overlay .messagebar a { color:#282D46; text-decoration:none; }
	.overlay .messagebar a:hover { color:#555555; text-decoration:underline; }


.feature {
	background-color:#FFFFFF;
	position:relative;
	z-index:95;
	margin-top:-45px;
	min-height:45px;
}

.upper {
	background-color:#FFFFFF;
	color:#444444;
}
	.upper .module-class .content {
		padding:50px 15px 50px !important;
		line-height:1.75em;
		font-size:.9em;
	}
	.upper .module-class h1 {
		font-family: 'Raleway', sans-serif;
		font-size:1.5em;
		font-weight: 600;
		color:#444444;
		text-transform:uppercase;
	}
	.upper .uppericons a {
		font-size:1.4em;
		font-weight: 500;
		color:#111111;
		text-decoration:none;
	}
	.upper .uppericons a:hover {
		color:#91A0C3;
		text-decoration:none;
	}
	.upper .uppericons a IMG {
		text-align:center;
		padding:0 0 10px 0;
		-ms-transform: rotateY(0deg); /* IE 9 */
		-webkit-transform: rotateY(0deg); /* Chrome, Safari, Opera */
		transform: rotateY(0deg);
		-webkit-transition: all 150ms linear; -moz-transition: all 150ms linear; -ms-transition: all 150ms linear; -o-transition: all 150ms linear; transition: all 150ms linear;
	}
	.upper .uppericons a:hover IMG {
		-ms-transform: rotateY(180deg); /* IE 9 */
		-webkit-transform: rotateY(180deg); /* Chrome, Safari, Opera */
		transform: rotateY(180deg);
		-webkit-transition: all 300ms linear; -moz-transition: all 300ms linear; -ms-transition: all 300ms linear; -o-transition: all 300ms linear; transition: all 300ms linear;
	}	
	
.middle {
	background-color:#FFFFFF;
}
	.middle .module-class .content {
		padding:0px !important;
		line-height:1.75em;
		font-size:.9em;
	}

.leftmenu,
.lower,
.whitebar {
	background-color:#FFFFFF;
	color:#333333;
}
	.whitebar .module-class .content {
		padding:10% 10% 10% !important;
		line-height:1.75em;
	}
	.whitebar .module-class h1 {
		color:#444444;
	}

.bluebar {
	background:#282D46;
	color:#FFFFFF;
}
	.bluebar .module-class .content {
		padding:50px 10px !important;
		line-height:1.75em;
	}
	.bluebar .module-class h1 {
		color:#FFFFFF;
	}
	.bluebar .modulecontent .tagline {
		line-height:50px;
		font-size:1.0em;
		font-weight: 300;
		font-style: italic;
    	color: #FFFFFF;
		text-align:center;
		letter-spacing:.5px;
	}

.footer {
	background-color:#FFFFFF;
	color:#333333;
}
	 .footer .module-class .content {
		padding:50px 10px 40px !important;
		line-height:1.75em;
	}
	 .footer .footer1 .module-class .content {
		padding:50px 10px 0px !important;
		line-height:1.75em;
	}
	 .footer .footer1 .minisearch .content {
		padding:0px 10px 0px !important;
	}
	.footer .module-class h1 {
		font-size:1.1em;
		font-weight:600;
		color:#282D46;
		text-transform:uppercase;
	}
	.footer .modulecontent {
		font-size:.9em;
	}
	.footer a { color:#555555; }
	.footer a:hover { color:#A0B72D; }
	
	.footer i { color:#A0B72D; font-size:1.3em; height:45px; line-height:45px; width:35px; }
	.footer a:hover i { color:#282D46; text-decoration:none; }
		
    .footer .minisearch .modulecontent input[type="text"] {
        background-color: #A0B72D;
        color: #FFFFFF;
        border: 2px solid #A0B72D;
    }
	.footer .minisearch .modulecontent input[type="image"] {
        border: 2px solid #A0B72D !important;
        background-color: #A0B72D;
	}
		
.bottom {
	background-color:#EEEEEE;
	color:#333333;
	text-align:center;
	padding:50px 0;
}
	.copyright {
		font-size:1.0em;
		font-weight:400;
		color:#282D46;
		padding-bottom:8px;
	}
	.poweredby, .poweredby a {
		font-size:.9em;
		color:#555555;
	}
	.poweredby a:hover {
		color:#A0B72D;
	}
	.bottom .footericons .modulecontent { padding-bottom:15px;}


.grey .content {
    background-color:#EEEEEE;
	color:#444444;
}
	.grey .content h1 {
		color:#444444;
	}


.yellow .content {
    background-color:#F8CF20;
	color:#333333;
}
	.yellow .content h1 {
		color:#111111;
	}
	.yellow a { color:#111111; }
	.yellow a:hover { color:#888888; }

.green .content {
    background-color:#A0B72D;
	color:#333333;
}
	.green .content h1 {
		color:#111111;
	}
	.green a { color:#111111; }
	.green a:hover { color:#888888; }

.blue .content {
    background-color:#282D46;
	color:#FFFFFF;
}
	.blue .content h1 {
		color:#FFFFFF;
	}
	.blue a { color:#F8CF20; }
	.blue a:hover { color:#FFFFFF; }


input.whitebtn,
a.whitebtn {
	height:50px;
	line-height:50px;
	background-color:#FFFFFF;
	color: #282D46 !important;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0 1.5em;
	font-weight: 400;
	font-size: .9em !important;
	margin: 0 !important;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	cursor:pointer;
	border-radius:3px;
	text-shadow:none !important;
	border:2px solid #FFFFFF;
}
input.whitebtn:hover,
a.whitebtn:hover { background-color: transparent; color: #FFFFFF !important; text-decoration:none; border:2px solid #FFFFFF; }
input.whitebtn:focus,
a.whitebtn:focus { outline: none; }

input.greybtn,
a.greybtn {
	height:50px;
	line-height:50px;
	background-color:#EEEEEE;
	color: #282D46 !important;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0 1.5em;
	font-weight: 400;
	font-size: .9em !important;
	margin: 0 !important;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	cursor:pointer;
	border-radius:3px;
	text-shadow:none !important;
}
input.greybtn:hover,
a.greybtn:hover { background-color:#282D46; color: #FFFFFF !important; text-decoration:none; }
input.greybtn:focus,
a.greybtn:focus { outline: none; }

input.yellowbtn,
a.yellowbtn {
	height:50px;
	line-height:50px;
	background-color:#F8CF20;
	color: #333333 !important;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0 1.5em;
	font-weight: 400;
	font-size: .9em !important;
	margin: 0 !important;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	cursor:pointer;
	border-radius:3px;
	text-shadow:none !important;
}
input.yellowbtn:hover,
a.yellowbtn:hover { background-color:#879FC2; color: #FFFFFF !important; text-decoration:none; }
input.yellowbtn:focus,
a.yellowbtn:focus { outline: none; }

input.greenbtn,
a.greenbtn {
	height:50px;
	line-height:50px;
	background-color:#A0B72D;
	color: #FFFFFF !important;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0 1.5em;
	font-weight: 400;
	font-size: .9em !important;
	margin: 0 !important;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	cursor:pointer;
	border-radius:3px;
	text-shadow:none !important;
}
input.greenbtn:hover,
a.greenbtn:hover { background-color:#282D46; color: #FFFFFF !important; text-decoration:none; }
input.greenbtn:focus,
a.greenbtn:focus { outline: none; }

input.bluebtn,
a.bluebtn,
input[type=submit],
input[type=reset] {
	height:50px;
	line-height:50px;
	background-color:#282D46;
	color: #FFFFFF !important;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	padding: 0 1.5em;
	font-weight: 400;
	font-size: .9em !important;
	margin: 0 !important;
	text-decoration: none;
	text-align: center;
	text-transform:uppercase;
	cursor:pointer;
	border-radius:3px;
	text-shadow:none !important;
}
input[type=submit],
input[type=reset] {
	font-size: 14px !important;
}
input.bluebtn:hover,
a.bluebtn:hover,
input[type=submit]:hover,
input[type=reset]:hover { background-color:#F8CF20; color: #333333 !important; text-decoration:none; }
input.bluebtn:focus,
a.bluebtn:focus,
input[type=submit]:focus,
input[type=reset]:focus { outline: none; }

a.extended {
	display:block;
	text-align: left;
	border-radius: 3px 0 0 3px;
	padding: 0 0 0 1.5em;
}


/* main menu 1st level */
#Menu > ul > li > a { color: #FFFFFF; }
#Menu > ul > li.current > a { background: #F7CE3A; color: #282D46; }
#Menu > ul > li.last > a { background: #A0B72D; color: #FFFFFF; }
#Menu > ul > li > a:hover,
#Menu > ul > li.hover > a { background:#F7CE3A; color: #282D46; }
#Menu ul li.submenu .menu-toggle{
    color: #FFFFFF;
}

/* main menu 2nd level */
#Menu > ul > li ul { background: #F7CE3A; }
#Menu > ul > li ul li a { color: #282D46; }
#Menu > ul > li ul li a:hover,
#Menu > ul > li ul li.hover > a { background: #A0B72D; color: #FFFFFF; }
#Menu > ul > li ul li:hover.submenu .menu-toggle, 
#Menu > ul > li ul li.hover.submenu .menu-toggle{
    color: #404040;
}

/* main menu 3rd level */
#Menu ul ul ul { background: #A0B72D; }
#Menu ul ul ul li a { color: #FFFFFF; }
#Menu ul ul ul li a:hover,
#Menu ul ul li ul li.hover > a { color: #FFFFFF; text-decoration:underline; }
#Menu ul ul li ul li.submenu .menu-toggle{
    color: #FFFFFF;
}


/* Mobile menu */
@media only all and (max-width: 1199px) {
	
}

@media only all and (max-width: 979px) {
	.top .contact .modulecontent,
	.top .social .modulecontent { font-size: 0.75em; }
	
	.account span { display:none; }
	
	.headericon .modulecontent IMG { max-height:50px !important; padding-top: 30px; }
	
    .responsive-menu-toggle { background-color:#FFFFFF; color: #282D46 !important; }
    .responsive-menu-toggle.active,
    .responsive-menu-toggle:hover { background-color:#F7CE3A; color: #282D46 !important; }

    /* main menu 1st level */
    #Menu ul { background: #000000;}
    #Menu ul li a {color:#FFFFFF;}
	#Menu > ul > li.mseparator { display:none; }
	#Menu > ul > li.submenu > a { background:none; }
	#Menu > ul > li.sumbenu > a:hover,
	#Menu > ul > li.hover.submenu > a { background: #FFFFFF none; color: #000000; }
	#Menu > ul > li.submenu > a,
	#Menu > ul > li.current.submenu > a { padding: 10px 20px; }
	#Menu > ul > li.last > a { margin-left:0; }

	/* main menu 2nd level */
    #Menu > ul > li > ul {background: #444444;}
	#Menu > ul > li ul li a { color: #FFFFFF; }
	#Menu > ul > li ul li a:hover,
	#Menu > ul > li ul li.hover > a { background:#EEEEEE; color: #333333; }

    #Menu { display:none; margin: 0; float:right; right:0; top:60px; }
    .responsive-menu-toggle { display:block; top: 10px; right: 0;}
	
	#Menu > ul > li.submenu:before,
	#Menu > ul > li.menusep { display:none; }

	.is-sticky #Menu { display:none; margin: 0 !important; float:right; right:0; top:60px; }
	.is-sticky .responsive-menu-toggle { display:block; top: 15px; right: 0;}
	
	.bluebar .modulecontent .tagline { line-height:1.75em;}
	.bluebar .content { text-align:center; }
	ul.accordion, .accordion ul {display: none;}
}
	
@media only all and (max-width: 767px) {
	
	.top .contact .modulecontent { font-size: 0.70em; text-align:center; }
	.top .contact .modulecontent i { margin: 0 5px 0 10px; }
	.top .social .modulecontent { font-size: 0.85em; text-align:center; line-height:1em; min-height:inherit; padding-bottom:10px; }

	.account { text-align:center; line-height: 40px; padding-top: 20px; }
	.account span { display:inline-block; }

	.logo IMG { margin: 0 auto; }
	
	.minisearch .modulecontent { margin-top: 5px; }	
	.headericon .modulecontent IMG { max-height:50px !important; padding-top: 5px; }

    #Menu { display:none; margin: 0; float:right; right:0; top:60px; }
    .responsive-menu-toggle { display:block; top: 10px; right: 0;}

	.is-sticky #Menu { top:21px; }
	.is-sticky .responsive-menu-toggle { top: -23px;}

	.feature { margin-top:0; min-height:0; }
	
	.footer { text-align:center; padding:30px 0 45px; }
	.footer .module-class .content {
		padding: 20px 10px 5px !important;
		line-height: 1.75em;
	}	
}
@media only all and (max-width: 479px) {
	.top .contact .modulecontent { font-size: 0.75em; text-align:center; line-height:1.5em; padding:10px 0; }
	.top .contact .modulecontent i { margin: 0 5px 0 15px; }
	.top .social .modulecontent { font-size: 0.85em; text-align:center; line-height:1em; min-height:inherit; padding-bottom:10px; }

}


/* Left menu */
ul.accordion,
.accordion ul {
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
	display: block;
}
.accordion > li {
	width:295px;
}
.accordion > li > a {
	font-size:1.0em;
    color: #444444;
	background-color:#EEEEEE;
	display:block;
	line-height:40px;
	padding:0 15px;
	text-decoration:none;
}
.accordion > li:hover > a,
.accordion > li:target > a,
.accordion > li > a.active,
.accordion > li > a.selected {
    color: #F8CF20;
	background-color:#282D46;
	text-decoration:none;
}

.accordion > li li > a {
	font-size:.9em;
    color: #F8CF20;
	background-color:#282D46;
	display:block;
	line-height:32px;
	padding:0 10px;
	text-decoration:none;
}
.accordion > li li:hover > a,
.accordion > li li:target > a,
.accordion > li li > a.active,
.accordion > li li > a.selected {
	font-size:.9em;
    color: #282D46;
	background-color:#F8CF20;
	display:block;
	line-height:32px;
	padding:0 10px;
	text-decoration:none;
}


.accordion > li:hover > a span,
.accordion > li:target > a span,
.accordion > li > a.active span {
    color: #fdfdfd;
    text-shadow: 0px 1px 0px rgba(0,0,0, .35);
    background: #3e5706;
}

		.accordion li > .sub-menu {
			display: none;
		}
		 
		.accordion li:target > .sub-menu {
			display: block;
			position: absolute;
			left: 295px;
			width: 250px;
			z-index: 99;
			top: 0;
		}
		.accordion li.active .sub-menu {
			display: block;
			position: absolute;
			left: 295px;
			margin-top:-40px;
			width: 250px;
			z-index: 99;
		}



/* Fancybox */

.fancybox-close {
    top: 0 !important;
    right: 0 !important;
    width: 50px !important;
    height: 50px !important;
	background-image: none !important;
	background-color:#282D46;
	text-decoration:none;
}
.fancybox-close:hover {
	background-color:#F8CF20;
	text-decoration:none;
}
.fancybox-close:before {
	color:#FFFFFF;
	position:relative;
    content: '\f00d';
    font-family: 'FontAwesome';
    font-size: 30px;
    -webkit-font-smoothing: antialiased;
	left:15px;
	top:10px;
}
.fancybox-close:hover:before {
	color:#282D46;
}
.fancybox-skin {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
}
	

/* Storefront */

.sf-title h3 { margin: 0 0 10px; }
.sf-title a { text-decoration: none; }

.sf-buttons { margin-bottom: 20px; }
.sf-buttons > div { display: inline-block; margin: 0 5px 5px 0 !important; }
.sf-buttons a { margin: 0 !important; }

.sf-category-image {
	border: 1px solid #C3C3C3;
	box-sizing: border-box;
	height: 125px;
	width: 125px;
	display: table;
	margin: 0 0 0 auto;
}
.sf-category-image img {
	max-width: 100%;
	height: auto !important;
}
.sf-category-image-row{
	display: table-row;
}
.sf-category-image-cell{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

/* root element for tabs  */
ul.tabs { 
	list-style:none; 
	margin:0 !important; 
	padding:0;	
	border-bottom:5px solid #5B5C5C;	
	height:30px;
}

/* Page Nav and Page Info */

.paging {
	  padding: 10px;
	  background-color:#EEEEEE;
	  margin:15px 0;
	  min-height: 28px;
  } 
  .paging .n-v1-cols > div{
	  margin: 0 0 0 2.25%;
	}
  .pageinfo, 
  .pagenav a {
	  color: #222222;
	  text-transform: uppercase;
	  font-size: .8em;
	  margin: 0;
  }
  .pageinfo {
	  margin-top: 4px !important;
	}
  .pagenav a {
	  text-decoration: none;
  }
  .pagenav a:first-child,
  .pagenav a:last-child {
	  background-color: #EEEEEE;
	  color: #222222;
	  padding: 1px;
	  text-decoration: none;
	  margin-right:3px;
  }
  .pagenav a:not([href]) {
	  background-color: #CE1400;
	  color: #FFFFFF;
	  padding: 1px;
	  text-decoration: none;
  }
  .pagenav a:hover {
	  background-color: #CE1400;
	  color: #FFFFFF;
  } 
  .pagenav div {
	  text-align: right;
  }
  
@media all and (max-width: 1199px) {
	.pagenav a {
  		display: none;
	}
	.pagenav a:first-child, .pagenav a:last-child, .pagenav a:not([href]) {
		display: inline;
	}
}
@media all and (max-width: 767px) {
	.pagenav div {
  		text-align: left;
	}
}

/* single tab */
ul.tabs li { 
	float:left;	 
	text-indent:0;
	padding:0;
	margin:0 1px 0 0 !important;
	list-style-image:none !important; 
}

/* link inside the tab. uses a background image */
ul.tabs a { 
	background-color:#F0F0F0;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
	display:block;
	height: 30px;
	line-height:30px; 
	text-decoration:none !important;
	color:#424242;
	padding:0px 15px;
	margin:0px;	
	border-radius:3px 3px 0 0;
}

ul.tabs a:active {
	outline:none;		
}

/* when mouse enters the tab move the background image */
ul.tabs a:hover {
	background-color:#CCCCCC;
	color:#424242 !important;	
	text-decoration:none;
}

/* active tab uses a class name "current". it's highlight is also done by moving the background image. */
ul.tabs a.current, ul.tabs a.current:hover, ul.tabs li.current a {
	background-color:#5B5C5C;
	cursor:default !important; 
	color:#FFFFFF !important;
	text-decoration:none;
}

/* initially all panes are hidden */ 
div.panes div.pane {
	display:none;		
}

/* tab pane styling */
div.panes div {
	display:none;		
	padding:15px 0;
	background-color:none;
}


@media all and (max-width: 767px) {
	.sf-category-image {
		height: 230px;
		width: 100%;
		margin: 0 auto 15px;
	}
	.reorder {display: table; width: 100%; }
	
	.reorder .leftsmall, 
	.reorder .sf-category-item-detail { /* Will be displayed at the bottom of the pseudo-table */
		display: table-footer-group; 
		float:none !important; 
	} 
	.reorder .rightlarge, 
	.reorder .sf-category-image-col { /* Will be displayed at the top */
		display: table-header-group; 
		float:none !important; 
	} 
}


.storefrontattributefilter .content {
	line-height:1.35em !important;
}
.Filter-Group {
	font-weight:400;
	margin:10px 0;
}
.Filter-Attribute label {
	font-size:.85em;
	vertical-align:-5%;
	margin-left:5px;
	line-height:1.25em;
}

/* Cart and Checkout for Quote System */

.storefrontcart_sf1 table[id$='Items'] > tbody > tr > th:nth-child(3),
.storefrontcart_sf1 span[id$='Price'],
.storefrontcart_sf1 .n-v1-tabular-footer {
	color: transparent;
}

.storefrontcheckout_sf1 table.cart td:nth-child(3) {
	display: none;
}





/* Responsive Videos */
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

