@charset "utf-8";

@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(2px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(4px, 0, 0);
  }
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}
*, *:before, *:after {-moz-box-sizing:border-box; -webkit-box-sizing:border-box; box-sizing:border-box;}
/* remember to define focus styles! */
:focus {
	outline: 0;
}

html { 
	overflow-y: scroll;
	height: 101%;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:300;
	text-align:left;
	line-height:normal;
	color:#616161;
}

ol, ul {
	list-style: none;
    margin:0 0 20px 0;
}
img {
	max-width:100%; 
}

h1 {
	font-size: 40px;
	font-weight: 300;
	margin: 0 0 20px 0;
	padding: 0;
	color: #000;
}
h2 {
	font-size: 28px;
	font-weight: 300;
	margin: 0 0 16px 0;
	padding: 0;
	color: #000;
}
h3 {
	font-size: 20px;
	font-weight: 600;
	margin: 0 0 14px 0;
	padding: 0;
	color: #000;
}
h4 {
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 14px 0;
	padding: 0;
	color: #293a6d;
}

p {
	margin:0 0 20px 0;
}  
hr{
	border: 0;
    height: 1px;
    background: #c4c4c4;
}
hr.divider{
    height:24px;
    width:100%;
    background-image: url("/img/slanted-lines.png");
    background-position:0 0;
    background-repeat: repeat-x;
    margin-top: 50px;
    margin-bottom: 50px;
}
hr.divider.no-margin-top{
	margin-top: 0;
}
small{
    font-size:15px;
}
small.extra-small,
.extra-small{
    font-size:13px;
}
strong{
    font-weight:600;
}

a:link, a:visited, a:active {
	font-weight: normal;
	text-decoration: none;
	color: #293a6d;
}
a:hover {
	text-decoration: underline;
	color: #293a6d;
}
a img:hover {
	text-decoration: none;
	opacity: 0.9
}
section{
	margin:50px 0 0 0;
    position:relative;
    padding:0 0 50px 0;
}
section:after{
    content: " ";
    height:24px;
    width:100%;
    background-image: url("/img/slanted-lines.png");
    background-position:0 0;
    background-repeat: repeat-x;
    display:inline-block;
    position:absolute;
    bottom:0;
    left:0;
}

label{
    font-weight:300;
    font-size:18px;
    margin:0 0 5px;
}
label.error {
    animation: shake 1.20s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
    font-size:14px;
    font-style:italic;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="password"],
textarea, select {
	text-align:left; 
	padding:9px;
	line-height:18px;
	width:100%;
	color:#616161;
    background-color:#eee;
    border-radius: 0;
    height:50px;
}
.form-control{
    color:#616161;
    background-color:#eee;
    border-radius: 0;
    border:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    height:50px;
    font-size:18px;
    padding-top:12px;
    padding-bottom:12px;
}
input[type="text"].error,
input[type="email"].error,
input[type="password"].error,
textarea.error{
	border: 1px dotted #a94442;
}
input[type="checkbox"]{
	width:auto; 
}
input[type="submit"]{
	cursor:pointer;
    width:auto;
}
textarea{
	min-height:150px;
	width:100%;
}
.standard-form label, 
.standard-form input,
.standard-form textarea,
.standard-form select{
	margin:0 0 10px 0;
}
.standard-form label{
	display:block;
}
.label-checkbox{
	font-size:12px; 
}
.label-checkbox input{
	margin:0;
	display: inline-block;
	vertical-align: bottom;
}

.no-float {float:none !important}
.hover:hover {
	opacity:0.8;
	-moz-opacity:0.8;
	-webkit-opacity:0.8;
	transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
}
.clearfix:before, .clearfix:after {content:" "; display:table}
.clearfix:after {clear:both}
.clearfix { *zoom:1;}

.no-display{
	display:none;
}
.disabled{
	color:#8295a8;
}
.text-center{
	text-align:center;
}

.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
	max-width:1366px;
	width:100%;
}

.page-title{
}
.page-title-small{
	padding:0 0 10px 0;
	margin:0 0 20px 0;
	border-bottom:1px solid #c4c4c4;
}
.text-danger,
.error{
	color:#a94442;
}
.error-box{
	color:#a94442;
	margin:5px;
}
#ajaxResult h4{
	color:#a94442;
	margin-top: 10px;
	margin-bottom: 0;
}

.success, #ajaxResult h4.success{
	color:#3c763d;
}
.success-box{
	color:#3c763d;
    margin:5px;
}


iframe{
	max-width:100%; 
	width:100%; 
}

a.button,
.button{
	background: #293a6d;
	display: inline-block !important;
	line-height: 20px; 
	text-decoration: none; 
	font-size:18px;
	font-weight:300;
	padding:10px 26px;
	color:#fff;
	text-align:center;
	-webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
	cursor:pointer;
    border:0;
}
a.button:hover,
.button:hover{
	background:#fff;
	color:#444;
}

a.button-primary,
.button-primary{
	background: #293a6d;
	color:#FFF;
}
a.button-primary:hover,
.button-primary:hover{
    color:#FFF;
	background-color:#1b2648;
}

a.button-small,
.button-small{
	padding: 8px 15px;
	width:auto;
}
.breadcrumb{
    float:right;
	list-style:none; 
	overflow:hidden;
	padding:0;
	line-height:40px;
	font-size:15px;
	color:#293a6d;
    background:transparent;
    margin:0;
}
.breadcrumb li{
	float:left;
}
.breadcrumb li a{
	font-size:15px;
	color:#293a6d;
}
.breadcrumb>li+li:before{
    content:"";
    padding:0;
    margin:0;
}
.breadcrumb>li .fa{
    padding:0 5px;
}

.see-more-link{
	color:#4d2a67 !important;
	text-decoration:none !important;
	text-transform:uppercase !important;
	font-size:10px;
	font-weight:600;
}
.see-more-link:after{
	font-family:"FontAwesome";
	content:"\f101";
	margin:0 0 0 3px;
}
.back-link{
	color:#4d2a67 !important;
	text-decoration:none !important;
	text-transform:uppercase !important;
	font-size:10px;
	font-weight:600;
}
.back-link:before{
	font-family:"FontAwesome";
	content:"\f100";
	margin:0 3px 0 0;
}

.panel.panel-default{
    -webkit-border-radius:0;
    -moz-border-radius:0;
    border-radius:0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border:2px solid #eee;
}

/*====================================================
		Cookie bar css
======================================================*/
#cookie_banner{
    position:fixed;
    bottom:0px;
    left:0px;
    width:100%;
    padding:10px;
    z-index:44499;
    background:#f1f1f1;
    display:none;
}
#cookie_close_btn{
    float:right;
    color:#444;
    cursor:pointer;
}
#cookie_banner p{
    margin:0;
}
button[disabled], html input[disabled],
.payment-disabled{
	cursor: no-drop; 
}
/*====================================================
		Social share
======================================================*/
.social-share {
    float:right;
    margin:10px 0;
    font-size:15px;
}
.social-share li{
    float:left;
    padding:0 0 0 10px;
}
/*====================================================
		Pagination css
======================================================*/
.pagination-bar {
	color:#333;
	overflow:hidden;
	padding:0 0 25px 0; 
	width:100%;
	font-size:18px;
}
.pagination-bar .count{
	float:left;
	line-height:24px;
}
.pagination-bar .pages{
	float:right;
	line-height:24px;
}
.pagination-bar .pages ul{
	list-style:none; 
}

.pagination-bar .pages ul li{
	float:left;
	margin:0 0 0 10px;
}

.mix-bar{
	float:left;
	width:100%;
	padding:20px 0; 
}
#sortby_wrp{
	float:left;
	
}
#sortby_wrp > label{
	margin:0 10px 0 0; 
	font-size:14px;
	color:#444;
}
#sortby_wrp > select{  
	cursor:pointer;
	max-width:135px; 
	height:30px;
	border:1px solid #c4c4c4;
	padding:0 3px;  
	font-size:14px;
	width:auto;
}
#sortby_filter > option{
	padding:0 5px;  
}
.pagenav {font-size:14px; float:right;margin:5px 0 0 0}
.pagenav a, .pagenav span {display:block; float:left; margin:0 0 0 10px; color:#293a6d; }
.pagenav a { text-decoration:none }
.pagenav a:hover { text-decoration:underline;}
.pagenav a.nextprev {font-weight:normal}
.pagenav .disabled{
	color:#999;
}
a.display-all{
    margin:0 20px 0 2px;
}

a.displayAll{margin:0 10px 0 2px}
span.displayAll{margin:0 10px 0 2px}


/*================================================================================ 
									HEADER
================================================================================*/
.header {
	float:left;
	width:100%;
    height:155px;
	padding:40px 0 0 0;
	position:relative;
    z-index:3;
    background:#fff;
    border-bottom:2px solid #293a6d;
    font-weight:300;
}
/*.header *{
    transition: all 0.3s ease-in-out;
}*/
.header .container{
    height:100%;
    position:relative;
}
.header-logo {
	float:left;
}
.header-logo a{
	color:#fff;
	display:inline-block;	
	max-width:100%;
}

.header-options{
	float:right;
	text-align:right;
	max-width: 320px;
}

.header-options a{
    color:#616161;
    font-weight:300;
}
.header-options a .fa{
    color:#293a6d;
    font-size:20px;
}
.header-options a:hover{
	text-decoration:none;
}
.header-options .option-login{
	color:#000;
	margin:0 0 10px 0;
}
.option-racks > li{
    float:left;
    width:100%;
    margin-bottom:7px;
}
.header-options .social-logos{
    float:right;
}
.option-racks .core-item{
    float:left;
}
.social-logos {
    float:left;
}
.social-logos li{
    float:left;
}
.social-logos a{
    font-size:20px;
    padding:0 7px;
}

.nav-basket-wrapper{
    position:absolute;
    bottom:0;
    right:20px;
}
.nav-basket{
	float:right;
    font-size:16px;
	text-align:right; 
	padding:11px 16px;
    background:#293a6d;
    color:#fff;
}
.nav-basket a{
	color:#fff;
	text-decoration:none;
}
.nav-basket .basket-summary{
	color:#fff;
}	
.nav-basket .basket-icon{
	display:inline-block;
}

.header-search{ 
	margin: 0; 
	position: relative;
}
.form-search{
	overflow:hidden;
	position:relative;
	background:#fff;
	margin:0 0 10px 0;
}
#search_text{
	height: 30px; 
	border: 0;
	border-bottom: 1px solid #293a6d;
	background-color: transparent;
	margin: 0;  
	width:100%;
	padding:4px 20px 4px 0;
	color: #616161;
	font-size: 16px;
}
#search_text::-webkit-input-placeholder{
	color: #616161;
}
#search_text::-moz-placeholder{
	color: #616161;
}
#search_text:-ms-input-placeholder{
	color: #616161;
}
#search_text:-moz-placeholder{
	color: #616161;
}
#search_text::placeholder{
	color: #616161;
}
#submit_search{
	width:20px; 
	height:30px; 
	padding:0;  
	margin:0;
	border:0;
	cursor:pointer;
	color:#293a6d;
	text-align:right;
	background-color:transparent;
	font-size: 16px;

	position: absolute;
	right: 0;
	top: 0;
} 

#mobile_menu{
	width:100%;
	font-size:20px;
	line-height:22px;
	position:relative;
	display:none;
}
#mobile_menu a{
	position:absolute;
	top:-10px;
	left:0;
	display:inline-block;
	padding:5px 10px;
	background-color:#293a6d;
	color:#fff;
	text-decoration:none;
}
.mobile-option {
    display: none;
    font-size:24px;
	line-height:22px;
	position:relative;
}
.mobile-option a{
    position:absolute;
    top:10px;
    right:0;
    padding: 5px 10px;
}

@media(min-width: 1200px){
	.header-search, .header-options{
		display: inline-block;
		float: right;
	}
	.header-search{
		margin-right: 30px;
		width: 350px;
	}
}

@media(min-width: 992px) and (max-width: 1199px){
	.header-search, .header-options{
		display: inline-block;
		float: right;
	}
	.header-search{
		margin-right: 30px;
		width: 265px;
	}
}

@media(max-width: 991px){
	.header{
		height: 195px;
	}
	.header-search, .header-options{
		display: block;
	}
	.header-search{
		float: left;
		margin-top: 30px;
		margin-bottom: 30px;
		width: 311px;
	}
}
@media(max-width: 767px){
	.header-search{
		width: 270px;
		margin-top: 20px;
		margin-bottom: 10px;
	}
}
@media(max-width: 299px){
	.header-search{
		width: 100%;
	}
}

/*================================================================================ 
									FOOTER
================================================================================*/
footer {
    display:block;
    margin: 50px 0 0 0;
    padding:40px 0;
	float:left;
	width:100%; 
	font-size:18px;
    font-weight:400;
}
footer.footer-top a:link,
footer.footer-top a:active,
footer.footer-top a:visited,
footer.footer-top a:focus{
    color:#616161;
}
footer.footer-bottom a:link,
footer.footer-bottom a:active,
footer.footer-bottom a:visited,
footer.footer-bottom a:focus{
    color:#fff;
}
footer a:hover{
    text-decoration: underline;
}
.footer-top{
	border-top: 1px solid #ccc;
}
.footer-bottom{
    margin:0 0 0 0;
    padding:10px 0;
    background-color:#293a6d;
}
.footer-bottom .social-logos{
    margin:0;
}
.footer-phone-wrp{
	text-align: right;
}
.footer-phone{
    font-size:24px;
}
.footer-details{
    text-align:left;
    /*max-width:530px;*/
    float:right;
}
.footer-details .fa{
    font-size:18px;
    color:#293a6d;
}
.footer-address{
    text-align:right;
}
.footer-email{
    line-height:31px;
    text-align:right;
}

.footer-copy{
    float:right;
    font-size:15px;
    color:#fff;
    line-height:25px;
}
.footer-copy ul li{
    float:left;
    margin:0 0 0 10px;
}
.footer-copy a:link,
.footer-copy a:active,
.footer-copy a:visited,
.footer-copy a:focus{
    color:#616161;
}

/*================================================================================ 
						start of home page hero 
================================================================================*/
.slider-wrapper {
	position:relative;
	margin:0 0 20px 0;
    visibility:hidden;
    height: auto; /* 500px */
}

#prevBtn a{
	position:absolute;
	top:175px; 
	left:-25px; 
	width:50px; 
	height:50px; 
	background-image:url(/img/prev.png)
}
#nextBtn a{
	position:absolute;
	top:175px; 
	right:-25px; 
	width:50px; 
	height:50px; 
	background-image:url(/img/next.png)
} 
#prevBtn a:active{
	left:-26px; 
}
#nextBtn a:active{
	right:-26px; 
}

/*================================================================================ 
							Navigation
================================================================================*/
.nav-container{
	background:transparent;
	font-weight:400;
	float:left;
	width:100%;
	margin:0 0 0 0;
}
.nav-container .divider{
    margin:0;
}
.nav {
	float:left;
    margin:0;
    width:100%;
    position:relative;
}
.nav a{
	color:#616161;
	text-decoration:none;
}
.nav > li{
	float:left; 
}
.nav > li > a{
	line-height:70px;
	padding:0 30px 0 0 ;
}
 
@media (min-width: 768px) and (max-width:991px){
	.nav > li > a{
		padding-right: 15px;
		font-size: 16px;
	}
}


.nav > li.active > a,
.nav > li:hover > a,
.nav a:hover{
	color:#293a6d;
}

.nav > li:hover > .dropdown-wrp, 
.nav > li:hover > .mega-dropdown-wrp{ 
	display:block;
} 

.nav .non-mega{
    position:relative;
}

.dropdown-wrp > .dropdown-list + .dropdown-list{
	margin-top:15px;
}
.dropdown-wrp.mega-dropdown-wrp > .dropdown-list + .dropdown-list{
	margin-top:0;
}
.dropdown-wrp > .dropdown-list > li > a{
	display:inline-block;
	margin:15px 0 0 0;
    color: #fff;
}
.dropdown-wrp > .dropdown-list > li:first-child > a{
	margin:0;
}
.dropdown-wrp > .dropdown-list > li > a:hover{
	color:#c10d31;
}
.nav .heading{
    color:#fff;
    border-bottom: 1px solid #fff;
    padding:0 0 10px 0;
    margin:0 0 10px 0;
    font-weight:normal;
    text-transform: none;
}

/* mega menu */
.mega-dropdown-wrp{
    max-width:100%;
    padding:20px 0;
    left:auto;
}
.mega-dropdown-wrp.reverse{
    right:0;
}
.mega-dropdown-wrp > .dropdown-list {
	float:left;
	width:20%;
    min-width:234px; /* (1170/5) */
    padding:0 20px;
} 

/*================================================================================ 
							offcanvas CSS
================================================================================*/
#offcanvas_menu_close_wrp{
    display:none;
}
 
/*================================================================================ 
							Page CSS
================================================================================*/

.link-more-info{
	float: right;
	font-size: 12px;
	font-weight: normal;
}
 
.side-links li{
	margin:7px 0 0 0;
} 
.side-links ul ul{
	padding:0 0 0 20px;
} 

.archive-links li{
	margin:10px 0 0 0;
}
.archive-links li a{
	color:#444;
	text-decoration:none;
}
.archive-links ul ul{
	padding:0 0 0 20px;
	margin:0 0 10px 0;
}

/* blog results */
.posts-list li{
	padding:0 0 25px 0;
	margin:0 0 25px 0;
	border-bottom:1px solid #c4c4c4;
	
} 
.posts-list .link-text{
	margin:0;
}
.posts-list .post-img{
	max-width:100%;
	float:left;
	margin:0 20px 0 0;
}

.post-img-box{
	float:right;	
	margin:0 0 10px 10px;
	max-width:100%;
}
 
.blog-post-box h3{
	margin:0 0 5px 0;
}
.blog-post-box p{
	font-size:12px; 
}

.newsletter-form input[type="submit"]{
	float:right;
}

/* news */
.news{
	margin-bottom:30px;
}
.news-title{
    border-bottom:1px solid #bababa;
    line-height: 50px;
    padding-bottom: 20px;
}
.news-article{
    margin-top:50px;
    padding-top:50px;
    border-top:1px solid #bababa;
}
.news-article:first-child{
    margin-top:20px;
    padding-top:0;
    border:0;
}
.article-image{

}
.article-body{

}
.news-sidenav {
    list-style: inside none none;

}
.news-sidenav a{
    color:#616161;
}
.news-sidenav li.active > a{
    color:#293a6d;
}
.news-sidenav li{
    position:relative;
    padding: 0 0 0 10px;
}
.news-sidenav > li{
    padding: 0 0 10px 10px;
}
.news-sidenav > li:before{
    content: "\f054";
    font: 7px Fontawesome, sans-serif;
    position:absolute;
    top:2px;
    left:0;
    width:5px;
    line-height: 21px;
}
.news-sidenav > li > ul{
    transition: all 0.3s ease-in-out;
    height:0;
    overflow:hidden;
}
.news-sidenav > li.active > ul{
    height:auto;
}

.news-img-wrp{
	float: right;
	width: 50%;
	padding-left: 20px;
	margin-bottom: 20px;
}

/* bx-slider overwrite */
.bx-wrapper .bx-viewport{
	box-shadow:none;
	border:0;
	left:0;
	max-width:100%;
}
.bx-wrapper .bx-controls-direction a{
	width:50px;
	height:60px;
	background-color:#293a6d;
	background-position: 50% 50%;
    transition: all .1s ease-in-out;
    z-index: 99;
}
.bx-wrapper .bx-prev{
	left:-10px;
	background-image:url('/img/prev.png');	
}
.bx-wrapper .bx-next{
	right:-10px;
	background-image:url('/img/next.png');	
}
.bx-wrapper .bx-next:hover {
    background-position: 55% 50%;
}
.bx-wrapper .bx-prev:hover {
    background-position: 45% 50%;
}
a.caption-cta,
.caption-cta{
	position:absolute;
	left:0;
	bottom:0;
	background:rgba(41,58,109, .9); /* #293a6d*/
	padding:24px 29px;
	color:#fff; 
}
a.caption-cta:hover,
.caption-cta:hover{
	text-decoration:none;
}
.caption-cta:after{
	content:" ";
	position:absolute;
	right:-60px;
	top:0;
	width:60px;
	height:100%;
	background-color:#1b2648;
	background-image: url('/img/next.png');
	background-repeat: no-repeat;
	background-position:50% 50%;
	background-size:11px auto;
}

.related-product-list li,
.section-product-list li {
	max-width:270px;
	width:100%;
}
.related-product-list .display-frame,
.section-product-list .display-frame {
	border:1px solid #bababa;
	position:relative;	
}
.related-product-list .display,
.section-product-list .display  {
	margin:0; 
}
.display-frame .sale-ribbon{ 
	color:#fff;
	text-transform:uppercase;
	padding:0;
	position:absolute;
	right:-10px;
	z-index:11;
}
.display-frame .sale-ribbon:before{
	content:" ";
	border-top:15px solid #db484e;
	border-bottom:15px solid #db484e;
	border-left:15px solid transparent;
	position:absolute;
	left:-15px;
}
.display-frame .sale-ribbon:after{
	content:" ";
	position:absolute;
	bottom:-10px;
	right:-10px;
	border-left:10px solid #a9262a;
	border-bottom:10px solid transparent;
	border-right:10px solid transparent;
}
.display-frame .sale-ribbon span{
	background-color:#db484e;
	padding:0 15px;
	line-height:30px;
	display:block;
}

.display-frame .overlay-button{
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	z-index:6;
	width:100%;
	height:100%;
	text-align:center;
	visibility:hidden;
}
.display-frame .overlay-button a.button{
	-webkit-transition: all 50ms ease-out 0s;
    -moz-transition: all 50ms ease-out 0s;
    -o-transition: all 50ms ease-out 0s;
    transition: all 50ms ease-out 0s;
}
.display-frame .overlay-button a.button:hover{
	background-color:#4d2a67;
	color:#fff;
}
.display-frame .display-frame-overlay{
	background-color:transparent;
	position:absolute;
	left:1px;
	right:1px;
	bottom:1px;
	top:1px;
	z-index:5;
	opacity:0.7;
	filter: alpha(opacity=70); 
	visibility:hidden;
	-webkit-transition: all .2s ease-out 0s;
    -moz-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
}
.display-frame:hover .display-frame-overlay{
	background:#FFF;
}
.display-frame:hover .display-frame-overlay,
.display-frame:hover .overlay-button{
	visibility:visible; 
}
.display-frame .manu-text{
	text-align:center;
	font-size:12px;
	margin:0 0 5px 0;
}
.prod-text{
	font-size:20px;
    font-weight:600;
	line-height:22px;
	text-align:center;
    color:#000;
	margin:0 0 10px 0;
}
.prod-text a{
	color:#000;
}

.frame-price,
.frame-add{
	text-align:center;
}
.frame-options{
	float:left;
	width:100%;
	/*height:40px;*/
    padding:20px 10px;
	/*overflow:hidden;*/
}
.frame-price{
	font-size:20px;
	line-height:1;
	color:#616161;
    margin-bottom:20px;
}
.frame-price p{
    margin:7px 0 0 0;
}
.frame-price p:first-child{
    margin:0;
}
.frame-price .vat-ex{
    color:#293a6d;
	font-weight:600;
    font-size: 20px;
}
.frame-price.frame-price-sale{
	color:#293a6d;
}
.frame-price.frame-price-sale .rrp-value{
	font-size:12px;
	text-decoration:line-through;
	display:block;
}


.frame-add{ 
	font-size:12px;
	line-height:18px;
}

a.add-to-basket { 
	text-transform:uppercase;
	text-decoration:none; 
	color:#444;
}
a.add-to-basket:hover {
}
button.add-to-basket{
	border:0;
	background:none;
	cursor:pointer;
	color:#444;
	font-size: 12px;
	line-height: 18px;
	outline:0;
	padding:0;
	text-transform:uppercase;
}


.page-img-box{
	margin-bottom:30px; 
}
.page-img-box .caption{
	border:1px solid #c4c4c4;
	padding:20px;
	font-size:12px;
	font-style:italic;
	border-top:0;
}




/* search */
.search-results-list li{
	float:left;
	width:100%;
	margin:0 0 10px 0;
}
.slick-prev:before, .slick-next:before{
    display:none;
}
/* slick */
.slick-wrapper{
    position:relative;
    padding:0 20px;
    margin:50px 0 0 0;
}
.slick-slider{
    margin-bottom:0;
}

.slick-prev:before,
.slick-next:before{
    content:" ";
}
.slick-next{
    right:0;
}
.slick-prev{
    left:0;
}
.slick-wrapper-mini{
    margin:0;
}
.slick-wrapper-mini .slick-next,
.slick-wrapper-mini .slick-prev{
    width:7px;
    height:14px;
    margin-top:0;
}

.slick-wrapper .slick-slide{
	padding: 0 10px; 
}


/*================================================================================ 
						start of side menu 
================================================================================*/ 
.store-side-menu {
	float:left;  
	margin-top: 10px;
	width:100%;
}

.dynamic-menu {
	float:left; 
	width:100%;
	margin:40px 0 0 0;
}
.dynamic-menu:first-child{
	margin:0;
}
.dynamic-menu-title{
	float: left;
	width: 100%;
	padding: 18px 20px;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;  
	overflow: hidden; 
	text-align: left;
	margin:0 0 20px 0;
	background-color:#293a6d;
    color:#fff;
} 
.dynamic-arrow{
	float:right;
	width:18px;
	height:18px;
    text-align:center;
	-webkit-transition:all 0.2s linear 0s;
	-moz-transition:all 0.2s linear 0s;
	-o-transition:all 0.2s linear 0s;
	transition:all 0.2s linear 0s;
    position:relative;
}
.dynamic-arrow:after{
    content:"\f067";
    font-family: FontAwesome, sans-serif;
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    font-size:18px;
    line-height:1;
}
.dynamic-opened{
}
.dynamic-opened:after {
    content: "\f068";
}
.dynamic-menu-options{
	margin:0;
	float:left;
	list-style:none;
	width:100%;
	display:none;
} 
.dynamic-menu-open{
	display:block;   
} 
.dm-opt{
	float:left;
	width:100%;
	padding:8px 20px;
	color: #444;
	text-align: left;
    margin: 0 0 3px 0;
	font-size:12px;
	line-height:16px;
	border-top: 1px solid #bababa;
}
.dm-opt:first-child{
    border-top: 0;
}
.dm-opt.active{
	background-color:#293a6d;
	color:#fff;
}
.dm-opt > label { 
	width:100%;
	float:left;
	cursor: pointer;	
	text-align: left;
    margin:0;
}
.dm-opt  input[type="checkbox"] {
	width:auto;
	float:right;
	border:0; 
	cursor: pointer;
}

.section-nav{
	float:left;
	width:100%;
	display:none;
	font-weight:normal;
}
.nav-lvl-0{
	display:block;
}
li.nav-selected{
	font-weight:bold;
}
.nav-opened > ul  > li{
	display:block;
}
.sub-section-nav{
	padding:0 0 0 20px;
} 



/*================================================================================ 
								Sections
================================================================================*/
.section-info img{
	margin-bottom: 20px;
}
@media(max-width: 519px){
	.section-boxes .row div[class*="col-"]{
		width: 100%;
	}
}

.section-box{
	text-align:center;
    position:relative;
    max-width:305px;
    margin:0 auto 30px;
	min-height:50px;
}
.section-overlay{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    height:100%;
    width:100%;
    background-color:#a2a79c;
    background-color:rgba(162,167,156, .8);
}
.section-cta{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    right:0;
    height:100%;
    width:100%;
    display:block;
    z-index:4;
}
.section-text{
    position:absolute;
    top:50%;
    text-align:center;
    width:100%;
    margin-top:-30px;
    height:60px;
    padding: 0 10px;
    -webkit-transform: translateY(-50%);
  	-moz-transform:    translateY(-50%);
  	-ms-transform:     translateY(-50%);
  	-o-transform:      translateY(-50%);
    transform: 		   translateY(-50%);
}
.section-text:before {
  content: ' ';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.25em; /* Adjusts for spacing */
}
.section-text h2{
    color:#FFF;
    margin-bottom:0;
    display: inline-block;
    vertical-align: middle;
    font-weight:400;
}
.section-grey .section-overlay{
    background-color:#465054;
    background-color: rgba(70,80,84,0.8);
}
.section-blue .section-overlay{
    background-color:#3f4f7e;
    background-color: rgba(63,79,126,0.8);
}
.section-orange .section-overlay{
    background-color:#ba5426;
    background-color: rgba(186,84,38,0.8);
}
.section-yellow .section-overlay{
    background-color:#e1aa27;
    background-color: rgba(225,170,39,0.8);
}
.section-red .section-overlay{
    background-color:#ba232c;
    background-color: rgba(186,35,44,0.8);
}
.section-green .section-overlay{
    background-color:#426339;
    background-color: rgba(66,99,57,0.8);
}
.section-lightgreen .section-overlay{
    background-color:#7ea84c;
    background-color: rgba(126,168,76,0.8);
}
.section-lightgrey .section-overlay{
    background-color:#a3a3a3;
    background-color: rgba(163,163,163,0.8);
}

.section-product-list {
	margin:0 0 0 -30px;
} 
.section-product-list li{ 
	float:left;
	padding:0 0 0 30px;
	max-width:342px;
	width:33.33333333333333%;
}

.related-product-list {
	margin:0 0 0 -30px;
} 
.related-product-list li{ 
	float:left;
	padding:0 0 30px 30px;
	max-width:300px;
	width:25%;
}
.related-product-list .display-frame{ 
	height:240px;
}

/*================================================================================
								Case studies
================================================================================*/
.quote{
    padding:30px;
    margin: 44px 0;
    border-top:1px solid #b9b9b9;
    border-bottom:1px solid #b9b9b9;
    position:relative;
}
.quote:after,
.quote:before {
    content: " ";
    position: absolute;
    width: 30px;
    height: 20px;
    background-repeat:no-repeat;
    background-position:0 0;
}
.quote:before{
    top:-20px;
    left:8%;
    background-image: url("/img/quote-top.png");
}
.quote:after{
    bottom:-20px;
    right:8%;
    background-image: url("/img/quote-bottom.png");
}
.quote p{
    margin:0;
}
/*================================================================================ 
					start of product page 
================================================================================*/
.overlayContainer, .srOverlayContainer {
  position: absolute;
  top: 25px;
  left: 25px;
  z-index: 9;
}
.overlayContainer img {
  max-width: 120px;
  max-height: 120px;
}

.product-display {
	float:left;  
	width:100%;
	min-height:320px;
	margin:0 20px 20px 0;
}

.product-description {
    /*padding:0 0 20px 0;
    margin:0 0 40px 0;*/
    /*border-bottom:1px solid #bababa;*/
}
.product-description ul li{
    padding-left:1em;
}
.product-description ul li:before{
    content: "\002022";
    color:#293a6d;
    margin:0 10px 0 0;
}

.main-img-wrp { 
	float:left;
	text-align:center;
	overflow:hidden;
	position: relative;
	min-height:160px;
	width:100%;
	border:1px solid #c4c4c4;
	padding:0;
}
.product-display .short-desc{
	font-weight:bold;
}
#product_gallery{
	margin:20px -5px;
}
.product-thumbs-wrp{
	display: block;
}
.product-thumb{
	width:12.5%;
    padding:0 5px 0 5px;
	margin:5px 0;
	float:left;
	overflow:hidden;
	text-align:center;
}
.product-thumb a{
    display:block;
    height:100%;
    width:100%;
    border:1px solid #bababa;
    padding:2px;
}
.product-thumb  img{ 
	max-height:100%; 
	cursor:pointer;
	overflow:hidden;
}
.product-thumb-last{
	margin:10px 0 10px 0;
}

.product-title{
    float:left;
}


.product-details {
	float: right; 
	width:100%;
} 
.product-details-list,
.product-details-list ul{
	padding:0;
	list-style:none;
	float:left;
	width:100%;
}
.product-details-list li ul li{
	text-align:right;
	width:50%;
	float:left;
}
.product-details-list li ul li:first-child{
	text-align:left;
}
.product-details-list > li{
	margin:3px 0;
	float:left;
	width:100%;
}
.product-details .price{
	color:#4d2a67;
	font-size:30px;
	text-align:center;
}
.product-details .price .currency{
	font-size:0.8em;
}
.product-details .rrp-price{
	color:#db484e; 
	text-decoration:line-through;
	font-size:20px;
	width:100%;
	display:inline-block;
}
.product-details .rrp-price .value{ 
	text-decoration:line-through;
}
.product-details .price-terms{
	font-size:12px;
	line-height:14px;
	margin:0;
} 
.product-details .quantity{
	line-height:30px;
}

.product-details .product-options{
	margin: 20px 0;
	padding: 40px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.product-details .options-title{
	font-weight: 600;
	color: #000;
	font-size: 20px;
}

.quantity-wrp{
    display:inline-block;
    vertical-align: middle;
}
.quantity-wrp li{
    display:inline-block;
    vertical-align: middle;
    margin:0 20px 0 0 ;
}
input[type="text"].option-quantity,
.option-quantity{
	width: 60px;
	border: 1px solid #c4c4c4;
	text-align: center;
	font-size: 14px;
    background:#fff;
}
.total-bar{
    display:inline-block;
}
.total-bar .total-value,
.total-bar small{
	color:#293a6d;
}

#addToBasket{
	margin:10px 0 0 0;
}
.ui-widget-header{
	background-color:#293a6d;
}

.vat-ex{
    color:#293a6d;
    font-size:28px;
    font-weight: 700;
    margin:0;
}
.vat-inc{
    font-size:20px;
}

.product-tags-list{
	float:left;
	width:100%;
	margin:0 0 0 -30px;
	line-height:18px;
}
.product-tags-list > li{
	float:left;
	width:50%;
	padding:0 0 10px 30px;
}
.product-tags-list li ul li{
	float:left;
	width:50%;	
}
.product-tags-list li ul li:first-child{
	font-weight:600;
}
.product-tags-list li.clearfix{
	clear:both;
}

.social-wrp{
	width:100%;
	float:left;
	margin:0 0 20px 0;
	
}
.product-rating{
	float:left;
	display:inline-block;
	height:16px;	 
	line-height:16px;
}
.addthis-container{
	width:150px; 
	display:inline-block;
	float:right; 
}
.addthis-container a.addthis_button{
	float:right;
}

.product-price{
	color: #00377F;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.product-sale-price{
	font-size: 14px;	
	width:100%;
	float:left;
	margin:0;
	font-weight:bold;
	color: #FF0000;
	text-decoration:line-through
}

.product-status{
	width:100%;
	float:left;
}
.product-code{
	float: left;
	margin: 0 0 10px 0; 
	color: #00377F;
}
.product-status-title{
	width:110px; 
	float:left;
}
.status-green{
	color:#36b61d;
}
.status-red{
	color:#d32525;
}
.product-option{ 
	margin:0 0 15px 0;
}
select.productOpt{
	font-weight: bold;
	margin-top: 7px;
}
select.productOpt option{
	padding:0 7px 0 5px; 
} 

.product-add-basket{
	width: 100%;
	float: left;
} 

.option-bar{  
	height:35px; 
	width:100%;
	float:left; 
}
.option-value{ 
	
}
.option-label{  
	width:100px;
	display:inline-block;
	margin:0 10px 0 0; 
	color: #00377F;
	font-size: 14px;
}
#frmTotalTxt{ 
	margin:0 0 0 50px; 
}
#frmTotal{ 
	margin:0 0 0 10px; 
	font-size:20px;
}
#product_tab{
float:left;
}
.product_tab{
	float:left;
	height:45px;
	font-size:14px; 
	padding:0 20px;
	margin:0 5px 0 0;
	background-color:#fff;
	border:2px solid #d7d7d7;
	border-radius: 20px 20px 0px 0px;
	border-bottom:0;
	cursor:pointer;
	line-height:45px;
}
.tab_selected {
	background-color: #00377F;
	border:0px solid #d7d7d7;
	color: #fff;
	border-radius: 20px 20px 0px 0px;
}
.product_tab_content {
	border: 2px solid #d7d7d7;
	margin-top: 45px;
	padding: 20px; 
	width: 500px;
	color: #00377F;
}
.reviews-header{
	float:left;
	width:100%;
	padding:20px 0; 
	margin:0 0 30px 0; 
	border-bottom:1px solid #e7e7e7; 
	line-height:25px;	
		
}
#rh_title{
	float:left;
	margin: 0 10px 0 0; 
}	  
#rh_overall{  
	display:inline-block;
	float:left;
	font-size:14px; 
	height:25px;	 
}  
#rh_overall .stars{  
	margin:3px 10px 0 0; 
}
#rh_link{
	float:right; 
	text-align:center;
	font-size:15px; 
	width:auto;
} 
 
.leave-review-wrp{
	float:right;
	width:155px; 
	position:relative;
	top:-5px; 
	text-align:right;
}
.leave-review-wrp a.yellowButton{
	font-size:15px; 
}
#leaveReviewMsg{
	float:left;
	width:100%;
}

.review-box{
	float:left;
	width:100%;
	margin:0 0 30px 0; 
	padding: 0 0 5px 0; 
	border-bottom:1px solid #e7e7e7;
}
.review-title{
	float:left;
	width:100%;
	font-size:20px;
}
.review-rating{
	float:left;
	width:100%;
	margin:5px 0; 
}
.review-customer{
	color:#8397a1;
	float:left;
	width:100%;
	margin:0 0 20px 0; 
}
.review-desc{
	float:left;
	width:100%;
	margin:0 0 20px 0; 
}
 

.related-product-img{
	background-size: 100% auto;
	background-position: center center;
	background-repeat: no-repeat;
}
	.related-product-img img.img-bg{
		opacity: 0;
		filter: alpha(opacity=0);
	}
 
/* Decimal round up messages*/
#roundMessage{
    margin: 0;

    padding-left: 115px;
    display: block;
}

/* Product inter site back links */
.back_links{
	margin-top: 20px;
	margin-bottom: 20px;
}


.color-box{
    width:100%;
    height:110px;
    max-width:115px;
    border:1px solid #bababa;
    text-align:center;
    padding:0 !important;
    position:relative;
    margin: 0 auto 10px;
    -o-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.1s ease-in-out;
}
.color-box label{
    padding:10px 2px;
    margin:0;
    cursor:pointer;
    display:block;
    height:100%;
    width:100%;
}
.color-box.checked{
    background-color:#293a6d;
    color:#fff;
}
.color-box .adv-option{
    visibility:hidden;
    position:absolute;
}
.color-box small{
    display:block;
}
.color-box .option-title{
    margin-top:5px;
}
.sample-square{
	width:50%;
    padding-bottom:50%;
    margin:0 auto;
    max-width:100%;
	position:relative;
}
.color-box:hover .sample-square{
    transform:scale(1.2);
    transition: all 0.3s ease-in-out;
}
.sample-square-img{
    width:100%;
    height:100%;
    position: absolute;
    top: 0;
    left: 0;
    background-size:100% 100%;
}
.mini-sample-square{
    width:20px;
    height:20px;
    position:relative;
    cursor:pointer;
    margin:0 auto;
}
.slick-mini .slick-track{
    margin: 0 auto;
}

.pointer{
    cursor:pointer;
}

.row-small-gutter{
    margin-left:-5px;
    margin-right:-5px;
}
.row-small-gutter div[class^="col"]{
    padding-left:5px;
    padding-right:5px;
}

/* =============================================================
    Twitter CSS
   ============================================================= */
#twitter{
    margin-bottom:40px;
}
.tweet-box{
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    border-radius: 20px; /* border radius */
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box; /* prevents bg color from leaking outside the border */
    background-color: #eee; /* layer fill content */
    padding:30px;
    margin:30px 0 0 0;
    font-size:22px;
    position: relative;
}
.tweet-box:after{
    content:" ";
    position:absolute;
    bottom:-18px;
    right:70px;
    background-image: url("/img/speech_mark.png");
    background-repeat: no-repeat;
    background-position: 0 0;
    width:28px;
    height:19px;
}
.tweet{
	margin-bottom: 10px;
}
.tweet_date{
    text-align:left;
    font-size:15px;
    margin:0;
    color: #293a6d;
}
.tweet_title{
	text-align:left;
    font-size:15px;
    margin-bottom:10px;
    color: #293a6d;
}

/*================================================================================
						Loading
================================================================================*/


/* =============================================================
    CHECKOUT CSS
   ============================================================= */
.wrapper-checkout{
}

 /* checkout account */
 .full-box{
	width:100%;
	float:left;
	height:auto;
	min-height:270px; 
	padding:10px; 
	border:1px solid #e1e1e1;
}
.registered-login{
margin: 0 auto;
max-width: 700px;
}
.account-box{
	width: 32%;
	float:left;
	height:auto;
	min-height:270px; 
	padding:10px; 
	border:1px solid #e1e1e1; 
}
.account-box-title{
	margin:0 0 10px 0; 
	padding:0 0 5px 0; 
	border-bottom:1px solid #e1e1e1;
}
.new-customer{
	margin:0 2%;
}
.account-form-atom{
	margin:15px 0 0 0; 
}
.required-indicator{
	color:#de4949;
}
.account-form-label{
	width:100%;
	margin:5px 0 5px 0; 
	height:auto;
	display:block;
}
.account-form-input{
	width:100%;
	display:block;  
	background-color:#fff;
}
.account-form-button, a.account-form-button {
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
-webkit-box-shadow: 1px 1px 2px 0px rgba(50, 50, 50, 0.35);
-moz-box-shadow:    1px 1px 2px 0px rgba(50, 50, 50, 0.35);
box-shadow:         1px 1px 2px 0px rgba(50, 50, 50, 0.35);
}
 a.account-form-button:hover{
	text-decoration:none;
	background-color:#A3C2BD;
	color:#fff;
 }

/* checkout register */
.newaccount-form-atom{
	display:block;
	margin:15px 0; 
}
.newaccount-form-label{
	width:20%;
	display:inline-block;
}
.newaccount-form-input{
	display:inline-block; 
	background-color:#fff;
	width:40%;
}

/* checkout delivery */
.prev-address-picker{
	display:block;
	margin:10px 0;
}
.prev-address-entry{
	display:block;
	cursor:pointer;
	padding:5px 0; 
}
.prev-address-entry:hover{
	background-color:#e1e1e1;
}
.address-form{
	display:block;
	margin:10px 0;
}
.address-form-section{
	margin:0 0 25px 0;
}
.address-form-atom{
	display:block;
	margin:10px 0; 
}
.address-form-label{
	width:20%;
	display:inline-block;
}
.address-form-input{
	display:inline-block; 
	background-color:#fff;
	width:40%;
}
.checkout-form-select{ 
	min-width:40%;
}
.checkout-form-select option{
	padding:0 10px 0 5px; 
}

/* checkout-review */
.checkout-review-content{
	margin:10px 0; 
	float:left;
	width:100%;
	line-height:16px;
}
.checkout-review-side{
	width:50%;
	float:left;
	padding:0 0 0 15px;
}
.review-address-side{
	padding:0 15px 0 0;
}
.checkout-review-mini{
	margin:0 0 10px 0; 
}
.checkout-header{
	padding: 5px; 
	border: 1px solid #e1e1e1;
}
.checkout-review-mini p{
	padding:0 5px;
	margin:0;
}
.rb-tr{
	float:left;
	width:100%;
	margin:0 0 5px 0; 
	border-bottom:1px solid #e1e1e1;
}
.rb-total-tr{
	float:left;
	width:100%;
	margin:0 0 5px 0; 
}
.rb-th{
	margin:10px 0 5px 0; 
	border:1px solid #e1e1e1;
	font-weight: bold;
}
.rb-td{
	width:10%;
	float:left;
	text-align:center;
	padding:5px; 
	overflow:hidden; 
}
.rb-td-right{
	width:10%;
	float:left;
	text-align:right;
	padding:5px; 
}
.rb-product{
	width:38%;
	text-align:left;
}
.rs-narrow {
	width:8%;
}
.rs-narrow input{
	width:auto;
	border:0;
	line-height:1;
	height:auto;
	padding:0;
}
.rb-total-td{
	width:20%;
	float:left;
	text-align:left;
	padding:5px; 
	font-weight:bold;
	margin:0 0 0 70%;
}
.rb-grand-total{
	background-color:#e1e1e1;
}

#finalreview .rb-product{
	width:60%;
}

/** basket **/
.promo-form-atom{
	display:block;
	margin:10px 0; 
}
.promo-form-label{
	width:20%;
	display:inline-block;
}
.promo-form-input{
	display:inline-block;  
	background-color:#fff;
	width:40%;
}
.submit-promo{
	margin: 0 0 0 10px;
}
.checkout-button{
	font-size:14px; 
}

.options-list{
	font-size:0.8em;
    margin:5px 0 0 5px;
}
.options-list li{
	margin:0 0 2px;
}

/* VOUCHERS */

.voucher-message-form{
	display: none;
}

.voucher-textarea{
	min-width: 200px;
	min-height: 100px;

	width: 200px;
	margin-bottom: 10px;
	display: block;
}

.btn-remove-voucher-message, .add-voucher-message, .vocuher-text{
	color: #acc7e2 !important;
	text-decoration: none;
	border: none;
	background-color: transparent;
	padding: 0;
	font-weight: bold;
	line-height: 18px;
	font-size: 12px;
	font-family: "Arial","Helvetica",sans-serif;
	text-transform: none;
}

.edit-voucher-message{
	text-decoration: underline !important;
}

/* END VOUCHERS */


/*================================================================================ start of recently_viewed products ================================================================================*/
.recently_viewed {width:100%; border:1px solid #989d87; margin:20px 0; padding:6px; min-height:170px; position:relative;}
.recently_viewed p {margin:2px 0}
.recently_viewed a {color:#4a4842; text-decoration:none; font-size:14px}
.recently_viewed a:hover {color:#4a4842; text-decoration:underline}

#sliderRecentlyViewed {margin:20px 0; }
#sliderRecentlyViewed div {float:left; width:145px; height:155px; margin:0 5px; text-align:center}

a.prev {width:20px; height:20px; display:block; position:absolute; background:url(/img/recent_items_arrow_prev.png) no-repeat transparent; top:100px; left:5px}
a.next {width:20px; height:20px; display:block; position:absolute; background:url(/img/recent_items_arrow_next.png) no-repeat transparent; top:100px; right:5px}
a.prev span, a.next span {display:none;} 

/*================================================================================ start of styles used for wysisyg page ================================================================================*/
.wysisyg-page ol {counter-reset:item; margin-bottom:20px}
.wysisyg-page li {display:block}
.wysisyg-page li:before {content:counters(item, ".") " "; counter-increment:item}
.wysisyg-page li li {margin-left:20px} 



/*================================================================================ start of ckeditor styles ================================================================================*/
.cke_show_borders {background:#fff; margin:2px} 



.stage2{
	display: none;
	font-size: 12px
}

/*
==============================================================================================
	
============================================================================================== */



.reviewContainer{
	clear: both;
}

#reviewForm{
	clear: both;
}

#reviewProcessing, #reviewMessage{
	clear: both;
	display: none;
	margin-bottom: 30px;
}

#raty{
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 3px;
	height: 20px;
}
	#reviewForm label{
		float: left;
		width: 130px;
	}
	#reviewForm input[type="text"], #reviewForm input[type="email"], #reviewForm textarea{
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}
	#reviewForm input, #reviewForm textarea{
		margin-bottom: 10px;
	}
	#reviewForm input[type="text"], #reviewForm input[type="email"]{
		width: 280px;
	}
	#reviewForm textarea{
		width: 280px;
		height: 120px;
	}
	
	
.panel-body{
	padding: 30px;
}
/*
==============================================================================================
	Media Queries CSS
============================================================================================== */
/*@media screen and (max-width:1400px) {
    .slider-wrapper {
        height:auto;
    }
}
@media screen and (min-width:1240px) {
    .panel-body{
        padding:30px;
    }
}
@media screen and (min-width:1200px) and (max-width:1400px){
	.color-box{
        height:132px;
    }
}
@media screen and (max-width:1240px){

}	*/

@media screen and (max-width:1023px){
	.product-details-list > li > ul > li{ 
		width:100%; 
		margin:0 0 10px 0;
	}
	/*.nav > li > a{
		line-height:50px;
		padding:0 10px;
	}*/
}
@media screen and (max-width:991px){
	.header{
        padding:20px 0 0 0;
    }
    .footer-address,
    .footer-email{
        text-align:left;
    }
    .footer-phone-wrp{
    	text-align: left;
    }
}

@media screen and (max-width:991px){
    /*section{
        margin-top:30px;
        padding-bottom:30px;
    }
    footer{
        margin-top:50px;
    }*/
    .related-product-list ,
	.section-product-list {
		margin:0 0 0 -10px;
	}

    .related-product-list li, 
	.section-product-list li{ 
		width:33.3333333333%;
		padding:0 0 10px 10px;
	}
}
@media screen and (max-width:960px){
    /*.header{
        padding:20px 0 0 0;
    }*/
	.footer-nav > li{
		max-width:none;
	}
	#footer_nav {
		width:100%;
	}
	#footer_nav > li{
		padding:0 10px;
		text-align:center;
		width:25%;
	}
	#footer_contact{
		width:100%; 
	}
	#footer_contact > li{
		float:none;
		text-align:center;
	}
	
	#footer_bottom{
		margin-top:20px;
	}
	
	.frame-price,
	.frame-add{
	}
	.frame-add span{
	}
}


@media screen and (max-width:825px){
    /*.nav > li > a{
		font-size:17px;
		padding:0 7px;
	}*/
}
@media screen and (min-width:768px){
    .dropdown-wrp{
        position:absolute;
        top:90%;
        left:0;
        background:rgba(0,0,0,.8);
        z-index:100;
        padding:27px;
        display:none;
        min-width:334px; /* (1170/5) */

        -webkit-transition: all 250ms ease-in-out;
        -moz-transition: all 200ms ease-in-out;
        -ms-transition:all 200ms ease-in-out;
        -o-transition: all 200ms ease-in-out;
        transition: all 200ms ease-in-out;
    }
    .dropdown-wrp:before{
        content: " ";
        border-bottom:11px solid rgba(0,0,0,0.8);
        border-left:15px solid transparent;
        border-right:15px solid transparent;
        position: absolute;
        top: -11px;
    }
}
@media screen and (max-width:767px){

    .header-logo{
        margin-top:32px;
    }
    .header-logo img{
        max-height:60px;
    }
	
	/* nav */
	#mobile_menu{
		display:block;
	}
    /* ==========================================================================
        Off canvas
    ========================================================================== */
    #offcanvas {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 999;
        background: rgba(0, 0, 0, 0.6); 
        display:none;
        color:#fff;
    }
    #offcanvas.offcanvas-show {
        display: block;
    }
    #offcanvas_menu {
        position: fixed;
        top: 0;
        left: 0;
        bottom: 0;
        z-index: 1000;
        background: #000;
        background: rgba(0,0,0,0.8);
        width: 240px;
        overflow-y: auto;
        left:-240px;
    }
    #offcanvas_menu .nav {
        padding:20px;
        display:block;
    }
    #offcanvas_menu .nav li { 
        position: relative;
        width:100%;
        margin: 0 0 7px;
    }

    #offcanvas_menu .nav li.active {
        color:#293a6d;
    }
    
    #offcanvas_menu .dropdown-list,
    #offcanvas_menu .dropdown-wrp{
        min-width:0;
    }
    
    #offcanvas_menu .nav-image-link{
        display:none;
    }

    #offcanvas.offcanvas-show .nav > li{
        margin:0 0 10px 0;
    }
    #offcanvas.offcanvas-show .nav li > a{
        padding:0;
        line-height:18px;
        color:#fff;
    }
    #offcanvas.offcanvas-show .nav > li:hover > a{
        color:#fff;
    }
    #offcanvas.offcanvas-show .nav  a:hover{
        color:#293a6d;
    }

    #offcanvas.offcanvas-show .dropdown-wrp {
        box-shadow:none;
        position:static;
        padding:0;
        display:block; 
    }
    #offcanvas.offcanvas-show .dropdown-wrp  .dropdown-list {
        width:100%;
        padding:10px 0 0 20px;
    } 
    #offcanvas.offcanvas-show .dropdown-wrp > .dropdown-list > li > a{
        text-transform:none;
        margin:0;
        font-weight:normal;
    }
    /* effects on rest of the page body */
    .offcanvas-body {
      position: fixed;
    }  
    #offcanvas_menu_close_wrp{
        display:block;
    }
    #offcanvas_menu_close{
        padding:10px;
        float:right;
        cursor:pointer;

    }
    /* END Canvas */
	 
	
	#ftb_copy,
	#ftb_contact{
		width:100%;
		text-align:center;
		float:none;
		margin:5px 0 0 0;
	}



	
	.related-product-list li{ 
		width:33.33333333333333%; 
	}
	
	
	/* checkout */
	.rb-total-tr .rb-td-right{
		width:50%;
		text-align:right;
	}
	.rb-total-td{
		width:50%;
		margin:0;
	} 
	.rb-td-right.responsive,
	.rb-td,
	.rs-narrow{
		width:15%;
	}
	#finalreview .rb-product,
	.rb-product{
		width:40%;
	}
	.checkout-review-side{
		width:100%;
		padding:0;
	}
	
	.slider-wrapper{
		margin-top: 0;
		margin-bottom: 0;
	}
    .home-slider-wrapper{
        margin-top:30px;
        margin-bottom: 30px;
    }
    .slick-wrapper{
    	margin-top: 30px;
    }
    footer{
    	margin-top: 30px;
    }
    .bx-wrapper .bx-controls-direction a{
        width:30px;
        height:35px;
    }
    a.caption-cta, .caption-cta{
        padding:12px 15px;
    }
    .caption-cta:after{
        width:30px;
        right:-30px;
    }

    .footer-details{
        text-align:left;
        margin-top:20px;
        max-width:none;
        float:none;
    }
    .footer-copy {
        float:left;
    }
    .footer-copy ul li{
        margin:0 5px;
    }

    hr.divider{
    	margin-top: 30px;
    	margin-bottom: 30px;
    }

    section{
    	margin-top: 30px;
    	padding-bottom: 24px;
    }

}
@media screen and (max-width:720px){
	/*.header-search {
		margin:20px 0 0 0;
		position:relative;
	}*/
	/*#search_text{
		width:100%;
	}
	#submit_search{
		position:absolute;
		right:0;
		top:0;
	}
	#opt_login{
		position:absolute;
		right:20px;
		top:0; 
	}*/
    

}
/*@media screen and (max-width:620px){
	#footer_nav {
		display:none;
	}	
}*/
@media screen and (max-width:767px){
	.header{
        height:auto;
    }
    .nav-basket{
        float:none;
        text-align: center;
    }
    .header-options{
		width:100%; 
	}
	.header-search-wrp{
		width: 100%;
		text-align: center;
	}
	.header-search{
		float: none;
		display: inline-block;
	}
    #header_logo{
    	width: 100%;
    }
	.header-logo{ 
		float:none;
        text-align: center;
	}
    .header-logo {
        margin-top: 0;
        padding: 0 40px;
    }
    #mobile_menu a {
        position: absolute;
        top: 10px;
        color:#293a6d;
        background:transparent;
        font-size:24px;
    }
    .mobile-option{
        display:block;
    }
    .header-options{
        display:none;
    }
    .nav-basket-wrapper{
        width:100%;
        left:0;
        right:0;
    }
	.header .container{
		padding-bottom: 10px;
	}
}
@media screen and (max-width:599px){
	.section-info .row div[class*="col-"]{
		width: 100%;
	}
	.related-product-list ,
	.section-product-list {
		margin:0 0 0 -10px;
	}
	.related-product-list li, 
	.section-product-list li{ 
		width:50%;
		padding:0 0 10px 10px;
	}

	.news-img-wrp{
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width:580px){
  	.address-form-label{
		width:100%;
		margin:0 0 10px 0;
	}
	.address-form-input{
		width:70%;
	}

    .section-text h2{
        font-size:20px;
    }
}
@media screen and (max-width:520px){
	/*.slider-wrapper{
		display:none;
	}*/

    .quantity-wrp{
        display:block;
        margin-bottom:20px;
    }
    .total-bar{
        display:block;
    }

    .product-thumb{
        width:16.66%;
    }
}
@media screen and (max-width:480px){
	
	.fancy{
		font-size:24px;
	}
	.fancy:before{
		border:0;
	}
	.product-tags-list > li{		
		width:100%;
	}
}	
@media screen and (max-width:479px){ 
	#finalreview .rb-td-right.responsive,
	#finalreview .rb-td{
		width:25%;
	}
	#finalreview .rb-product{
		width:50%;
	}
}
@media screen and (max-width:420px){
    .header-logo img {
        max-height: 45px;
    }
    #mobile_menu a,
    .mobile-option a{
        top:2px;
    }

    .product-thumb{
        width:20%;
    }

}
@media screen and (max-width:360px){
	.wrapper{
		padding:0 10px;
	}

	.header-options a{
		font-size:12px;
	}
	 
}
@media screen and (max-width:340px){
	.related-product-list li,
	.section-product-list li{ 
		width:100%; 
	}

    .section-text h2{
        font-size:18px;
    }

    .color-box {
        height: 140px;
    }

}
@media screen and (max-width:319px){
	
}
@media screen and (max-width:300px){
	/*.slick-wrapper{
        display:none;
    }*/
    .slick-wrapper-mini{
        display:block;
    }
}


.section-product-list .display-frame .display > img{
	max-height: 250px;
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.visible-4{
	display: block;
}

.visible-3{
	display: block;
}

.visible-2{
	display: none;
}

@media screen and (max-width:991px){
	.visible-4{
		display: none;
	}

	.visible-3{
		display: block;
	}

	.visible-2{
		display: none;
	}
	
}

@media screen and (max-width:599px){
	.visible-3{
		display: none;
	}

	.visible-2{
		display: block;
	}
	
}

@media screen and (max-width:340px){
	.visible-3{
		display: none;
	}

	.visible-2{
		display: block;
	}

}

/*MAP*/
#map_frame{
	margin-bottom: 20px;
}
@media only screen and (min-width: 1200px){
	#map_frame{
		height: 650px;
	}
}
@media only screen and (max-width: 1199px){
	#map_frame{
		height: 450px;
	}
}
@media only screen and (max-width: 991px){
	#map_frame{
		height: 300px;
	}
}
@media only screen and (max-width: 767px){
	#map_frame{
		height: 200px;
	}
}
@media only screen and (max-width: 499px){
	#map_frame{
		height: 150px;
	}
}

/*Contact button*/
.fixed-button-contact{
	color: #fff;
	height: 45px;

	position: fixed;
	right: 0;
	top: 300px;
	
	z-index: 99999;

	transform: rotate(-90deg);
	transform-origin: right bottom 0;
	float: left;
}

.fixed-button-contact .title{
	height: 45px;
	line-height: 45px;
	background-color: #293a6d;
	display: inline-block;
	float: left;
	padding-left: 20px;
	padding-right: 20px;
}

.fixed-button-contact .icon-chevron{
	height: 45px;
	width: 45px;
	line-height: 45px;
	background-color: #1b2648;
	display: inline-block;
	float: left;

	background-image: url("/img/next.png");
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: 8px 15px;
}

/*@media(max-width: 767px){
	.fixed-button-contact{
		display: none;
	}
}*/