/*
Theme Name: Shazzoo	
Theme URI: http://www.shazzoo.com/shazzoo-wordpress-theme
Description: Shazzoo Wordpress theme.
Author: Erwin van den Berg
Author URI: http://www.shazzoo.com/
Version: 1.0
Tags: responsive, bootstrap

License: Attribution-ShareAlike 3.0 Unported (CC BY-SA 3.0)
License URI: http://creativecommons.org/licenses/by-sa/3.0/
*/
body
{
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    color: #000000 !important;
    font-weight: normal !important;
}
.woocommerce .return-to-shop
{
	display: none;
}
.imageContainer
{
    position: relative;
    background-color: #ffffff;
    overflow: hidden;
    width: 100%;
    padding-bottom: 100%;
}

.imageContainer img
{
    position: absolute;
    left: 0px;
    right: 0px;
    top: 0px;
    bottom: 0px;
    margin: auto auto;
    max-width: 100%;
    max-height: 100%;
}
p
{
	margin: 0 0 20px !important;
}
.call-to-action
{
	background-color: #000000;
	color: #ffffff;
}

a
{
	color: #446076;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;;
    font-size: 14px;
    line-height: 21px;
}

.content-page a
{
	text-decoration: underline !important;
}
.content-page a:hover
{
	text-decoration: underline !important;
	color: #ffcc00 !important;
}

a:hover
{
	text-decoration: underline !important;
	color: #446076 !important;
}

a:focus
{
	text-decoration: none;
	color: #000000;
}

.navbar-header
{
	position: relative;
	width: 100%;
	height: 100%;
}

.navbar-brand-banner
{
	position: absolute;
	top: 0px;
	left:0px;
	width: 100%;
	height: 108px;
	/*background-color: #ffffff*/;
	padding: 0px 15px;
	overflow: hidden;
}
.navbar-brand-banner-bottom
{
	display: none;
}
.navbar-toggle
{
	margin-right: 0px;
	height: 44px;
	width: 44px;
}

.bg-stretch { 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
}
.diagonalBottom
{
	display: block;
	position: absolute;
	height: 200px;
	width: 150%;
    -webkit-transform: rotate(-3deg);
    transform: rotate(-3deg);
    -webkit-transform-origin: 3% 0;
    transform-origin: 3% 0;
    bottom: 0px;
    left: -25%;
    background-color: #ffffff;
    margin-bottom: -150px;
}

.contactInfo
{
	color: #ffffff;
}

/*HOMEPAGE CLASSES*/
.homePageBackground
{
	height: 600px;
	position: relative;
	overflow: hidden;
}
.homePageContainer
{
	min-height: 600px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px; 
	right: 0px;
}
.homePageTopRow
{
	position: absolute;
	top: 80px;
	bottom: 330px;
	width: 100%;
}
.homePageBottomRow
{
	position: absolute;
	bottom: 0px;
	height: 280px; 
	width: 100%;
}
.homePageBottomRow h2
{
	color: #ffffff !important;
	font-weight: 100 !important;
}
.homePageStreamer
{

}
#slide {
	position: absolute;
	top: 0px;
	left: -800px;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0px; }
}

@keyframes slide {
    100% { left: 0px; }
}
.homePageStreamer h2
{
	padding: 0px !important;
	margin: 0px !important;
	height: auto !important;
}
.homePageStreamer h2 span
{
	padding: 0px 15px;
	line-height: 72px;
	background-color: #000000;	
	display: inline-block;
	
}

.mobileStreamerContainer
{
	background-color: #000000;	
	padding: 30px 0px;
}

.mobileStreamerContainer h2 span
{
	padding: 0px 15px;
	line-height: 72px;
	background-color: #000000;	
	display: inline-block;
	color: #ffffff;
	font-weight: normal !important;
	font-size: 24px;
	font-height: 48px;
}

.footerTitle
{
	font-size: 21px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	line-height: 60px;
	text-transform: uppercase;
	color: #000000;	
}

/*SUBPAGE CLASSES*/
.subPageBackground
{
	height: 300px;
	position: relative;
	overflow: hidden;
}
.subPageContainer
{
	min-height: 300px;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px; 
	right: 0px;
}
.subPageTopRow
{
	position: absolute;
	top: 80px;
	bottom: 200px;
	width: 100%;
}
.subPageBottomRow
{
	position: absolute;
	top: 200px;
	bottom: 0px;
	height: 330px; 
	width: 100%;
}
.subPageBottomRow h2
{
	color: #ffffff !important;
	font-weight: 100 !important;
}
.subPageStreamer h2
{
	padding: 0px !important;
	margin: 0px !important;
	height: auto !important;
}
.subPageStreamer h2 span
{
	padding: 0px 15px;
	line-height: 72px;
	background-color: #000000;	
	display: inline-block;
	
}



/* HOMEPAGE BUTTON */
.homepage-button, .homepage-button-inverted
{
	margin-bottom: 20px; 
}
.newsflash
{
	display: block;
	position: relative;
	border-color:#446076;
	border-style: solid;
	border-width: 2px;
	color: #446076;
	max-height: 50%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;;
    font-size: 14px;
    line-height: 21px;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	padding: 30px 30px;
	margin-bottom: 20px;
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.newsflash a
{
	color: #446076;	
}
.homepage-button a.homepage-button-inner
{
	display: block;
	position: relative;
	background-color:#446076;
	color: #ffffff;
	height:80px;
	max-height: 50%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;;
    font-size: 14px;
    line-height: 21px;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	padding-bottom: 100%;
	
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.homepage-button-inverted a.homepage-button-inner
{
	display: block;
	position: relative;
	background-color:#000000;
	color: #ffffff;
	height:80px;
	max-height: 50%;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;;
    font-size: 14px;
    line-height: 21px;
    -webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	padding-bottom: 100%;
	
	-webkit-transition: all 0.5s; /* Safari */
    transition: all 0.5s;
}
.homepage-button a.homepage-button-inner .homepage-button-text, .homepage-button-inverted a.homepage-button-inner .homepage-button-text
{
	display: block;
	position: absolute;
	height: auto;
	left: 10px;
	right: 10px;
	color: #ffffff;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;;
    font-size: 14px;
    line-height: 21px;
    overflow: hidden;
    top: 50%;
	transform: translate(0, -50%)
}
a.homepage-button-inner span
{


}

ul.shopping-menu
{
	position: absolute;
	top: 10px;
	right: 25px;
	list-style-type: none;
    margin: 0;
    padding: 0;
}
ul.shopping-menu li
{
	display: inline;
	padding: 0px 0px 0px 20px;
	font-size: 12px;	
}	
ul.shopping-menu li a
{
	font-size: 12px;
	position: relative;
}
ul.shopping-menu li div.product-count
{
	background-color: #ffc000;
	color: #ffffff;
	font-size: 7px;
	line-height: 12px;
	text-align: center;
	width: 12px;
	height: 12px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px; 
	position: absolute;
	right: -10px;
	top: -6px;
	font-weight: bold;
}
ul.shopping-menu li .fa
{
	font-size: 40px;
}

.secondmenu_item_1
{
	border-top: 1px solid #cccccc;
}

.slogan
{
	text-align: left;
	color: #446076;
	font-weight: bold;
	font-size: 12px;
	padding-left: 20px;
}

@media (min-width: 768px) {
	
	ul.shopping-menu
	{
		position: absolute;
		top: 40px;
		right: 25px;
		list-style-type: none;
	    margin: 0;
	    padding: 0;
	}
	ul.shopping-menu li .fa
	{
		font-size: 14px;
	}

	.navbar-default .navbar-collapse
	{
   		margin-left: 0px !important;
    	margin-right: 0px !important;
	}
    a.homepage-button-inner {
        /*height: 300px;*/
        font-size: 14px;
    }
    a.homepage-button-inner span
	{
		
	}
}

@media (min-width: 992px) {
    a.homepage-button-inner {
        /*height: 300px;*/
        font-size: 14px;
    }
    a.homepage-button-inner span
	{
		
	}
}

.homepage-button a.homepage-button-inner:hover, .homepage-button a.homepage-button-active  
{
	background-color:#000000;
	text-decoration: none;
}
.homepage-button-inverted a.homepage-button-inner:hover, .homepage-button-inverted a.homepage-button-active  
{
	background-color:#446076;
	text-decoration: none;
}

a.homepage-button-inner:hover, a.homepage-button-active  
{
	background-color:#000000;
	text-decoration: none;
}

a.homepage-button-inner:hover span
{
	text-decoration: none;
}


.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857143;
    text-decoration: none;
    color: #000000;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    margin-left: -1px;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    background-color: #000000;
    border-color: #000000;
    cursor: default;
}
 

.nav-pills > li > a,
.nav-pills > li > a:hover,
.nav-pills > li > a:focus {
    color: #323232;
    background-color: #efefef !important;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
    color: #ffffff;
    background-color: #000000 !important;
}

.navbar-iear{
	background-color: #ffffff !important;
	margin-bottom: 0px !important;
	border: 0px solid transparent !important;
	height: 80px !important;
}

.navbar-iear .container, .navbar-iear .row, .navbar-iear .logo-column
{
	height: 80px !important;
}

.navbar-iear .navbar-brand
{
	height: 60px !important;
	top: 10px !important;
}
.navbar-iear .navbar-brand .logo
{
	height: 60px !important;
}
.navbar-menu{
	line-height: 30px !important;
	border: 0px solid transparent !important;
}

.navbar-default{
	background-color: #000000;
	border-top: 0px solid #000000;
	/*border-bottom: 4px solid #4C565C;*/
	margin-bottom: 0px !important;
}

.navbar-brand{
	width: 100%;
	padding: 0px 0px !important;
	bottom: 0px;
	position: relative;
	z-index: 500;
	height: 108px;
}
.navbar-brand .logo{
	margin-left: 0px;
	margin-left: 0px;
position: absolute;
bottom: 0px;
}
.navbar-brand .logo img
{
	display: positive;
	z-index: 10;
	max-height: 100% !important;
	max-width: 100% !important;
	width: auto !important;
	height: auto !important;
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus {
  background-color: #446076 !important;
  text-decoration: none !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

.navbar-default .navbar-nav > li > a
{
  font-weight: 700 !important;	
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
	text-decoration: none !important;
  background-color: #446076 !important;
  color: #ffffff !important;
  font-weight: 700 !important;
}

span.icon-bar
{
	background-color: #4C565C !important;
}
.dropdown-menu {
	background-color: #ffffff !important;
    border: 0px solid #cccccc !important;
    border: 0px solid rgba(0, 0, 0, 0.15) !important;
    border-radius: 0px !important;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    position: relative; 
    width: 100%;
    left: 0px;
}
.dropdown-menu a
{
	color: #4C565C !important;
}
.navbar-default .navbar-collapse
{
	    margin: 0px -15px;
}
.navbar .container .navbar-collapse
{
	color: #000000;
    background-color: #ffffff !important;

}

.navbar .container .navbar-collapse .logo
{
	position: absolute;
	display: block;
	right: 0px;
	top: 10px;
	height: 200px;
}
.navbar.shrink .container .navbar-collapse .logo
{
	position: absolute;
	display: block;
	right: 0px;
	top: 10px;
}
.navbar .container .navbar-collapse .logo img
{
	max-height: 100%;
	max-width: 100%;
}

.block_title
{
	display: block;
	height: 44px;
	/*border-bottom: 6px solid #efefef;*/
	position: relative;
	margin-bottom: 20px;
	margin-top: 30px;
}
.block_title h2
{
	margin: 0px;
	padding: 0px;
	display: inline-block;
	height: 40px;
	/*border-bottom: 6px solid #000000;*/
	positon: relative;
}
h1
{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 28px !important;  
	font-weight: 700 !important;
	margin: 0px 0px 10px 0px !important;
	color: #446076;
}

h2{
	font-family: 'Open Sans', sans-serif;
	/*text-transform: uppercase;*/
	font-size: 22px !important;
	font-weight: 700  !important;
	margin: 0px 0px 20px 0px !important;
	line-height: 33px;
	color: #446076;
}
/*h2:before {  */
/*	font-family: 'FontAwesome';*/
/*	content: '\f054';*/
/*	margin: 10px 0px 10px 0px;*/
/*	padding: 0px 10px 0px 0px !important;*/
/*	font-size: 22px;*/
/*	line-height: 18px;*/
	/* margin-left: 40px; */
/*	display: table-cell;*/
/*	float: left;*/
/*	color: #446076;*/
/*}*/
.menu-main h2{
	font-family: 'Open Sans', sans-serif;
	/*text-transform: uppercase;*/
	font-size: 22px !important;
	font-weight: 700  !important;
	margin: 0px 0px 20px 0px !important;
	line-height: 33px;
	color: #446076;
}
h3{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px !important;
	font-weight: 700  !important;
	margin: 8px 0px 4px 0px !important;
	line-height: 24px;
	color: #446076;
}
div.ngg-gallery-thumbnail-box
{
	width: 33,33% !important;
	margin: 0px !important;
	padding: 0px !important;
}
div.ngg-gallery-thumbnail-box
{
	margin: 0px !important;
	padding: 15px 15px !important;
}
.ngg-gallery-thumbnail img, .ngg-gallery-thumbnail img:hover {
	width: auto;
	height: auto;	
}
ul.really_simple_twitter_widget
{
	padding: 0px;
	margin: 0px;
}
ul.really_simple_twitter_widget li
{
	position: relative;
	margin-left: 80px;
	margin-bottom: 20px;	
	list-style-type: none;
}

ul.really_simple_twitter_widget li img
{
	padding: 0px 10px 10px 0px;	
	position: absolute;
	left: -80px;
}
.sub_page_menu
{
	background-color: #000000;
	color: #ffffff;
	margin: 20px 0px;
	padding: 20px 0px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.sub_page_menu h3
{
	margin: 0px 30px;
}
.sub_page_menu ul
{
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
.sub_page_menu ul li
{
	color: #ffffff;
}
.sub_page_menu ul li a
{
	color: #ffffff;
	display: block;
	padding: 10px 30px;
}
.sub_page_menu ul li a:hover
{
	color: #ffffff;
	background-color: #C68658;
	text-decoration: none;
	display: block;
	padding: 10px 30px;
}
.urgent_message
{
	background-color: #000000;
	color: #ffffff;
	padding: 30px;
}

.urgent_message a
{
	color: #ffffff;
}

.post_time
{
	color: #888888;
	font-size: 14px;
    line-height: 21px;
}

.post_location
{
	color: #888888;
	font-size: 14px;
    line-height: 21px;
}

.urgent_message .post_time
{
	color: #ffffff;
}

.row
{
	
}

.agenda_item
{
	position: relative;
	height: 60px;
	width: 100%;
	margin-bottom: 20px;
}

.agenda_date
{
	position: relative;
}

.agenda_day
{
	position: absolute;
	width: 48px;
	height: 48px;
	font-size: 48px;
    line-height: 48px;
    text-align: center;
    font-family: Oswald;
	font-weight: 700;
}
.btn
{
	border: 1px solid #000000 !important;
	color: #000000 !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;;
    font-size: 14px;
    line-height: 21px;
}
.btn:hover
{
	background-color: #446076 !important;
	border: 1px solid #446076 !important;
	color: #ffffff !important;
}

.btn-light
{
	border: 1px solid #ffffff!important;
	color: #ffffff !important;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
    font-weight: normal;;
    font-size: 14px;
    line-height: 21px;
}
.btn-light:hover
{
	background-color: #ffffff !important;
	color: #000000 !important;
}

footer
{
	background-color: #000000;
	color: #ffffff;
	/*border-top: 6px solid #C68658;*/
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
}

.footer-row .fa
{
	color: #000000 !important;
}

.col-5th {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar .navbar-nav{
	margin: 0px -15px !important;
	position: absolute;	
	left: 0px;
	right: 0px;
	background-color: #ffffff;
	border-bottom: #cccccc;
}

@media (min-width: 992px) {
	.col-5th {
		float: left;
	}
}

@media (min-width: 768px) {
	.dropdown-menu {
   		position: absolute !important; 
    	width: 100% !important;
    	left: 0px !important;
	}
	.navbar .navbar-nav{
		margin: 0px 0px !important;
	}
    .navbar > .container .navbar-brand,
    .navbar > .container-fluid .navbar-brand {
        margin-left: -0px !important;
        display: block !important;
		position: relative;
		height: 108px;
    }
    .navbar-brand .logo{
		margin-left: 0px;
		position: absolute;
		bottom: 0px;
	}
	.navbar{
		
	}
	.OLDnavbar-gradient-dark
	{
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&amp;0.65+0,0+100;Neutral+Density */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */	
	}
	.navbar-nav > li > a {
	    color: #446076 !important;
	    font-size: 16px !important;
	    font-weight: 100 !important;
	    display: inline-block;
	    height: 30px;
	    line-height: 30px;
	    padding-top: 0px !important;
	    padding-bottom: 0px !important;
	}
	
	.navbar-nav > li > a:hover {
	    /*background-color: #C68658 !important;*/
	    color: #323232 !important;
	    font-weight: 100 !important;
	}
	.navbar .navbar-nav{
		position: relative;
		width: 100%;
		background-color: #ffffff;
	}
	.navbar .container .navbar-collapse
	{
		color: #ffffff !important;
   	 	background-color: transparent !important;
	}
	.navbar-brand-banner
	{
		position: absolute;
		top: 0px;
		left:0px;
		width: 500px;
		height: 108px;
		/*background-color: #ffffff*/;
		padding: 0px 15px;
		overflow: hidden;
	}
	.navbar-brand-banner-bottom
	{
		display: block;
		position: absolute;
		height: 200px;
		width: 150%;
	    -webkit-transform: rotate(-3deg);
	    transform: rotate(-3deg);
	    -webkit-transform-origin: 3% 0;
	    transform-origin: 3% 0;
	    top: -50px;
	    left: -25%;
	    background-color: #ffffff;
	    margin-bottom: -150px;
	}
	.homepage-button a.homepage-button-inner .homepage-button-text, .homepage-button-inverted a.homepage-button-inner .homepage-button-text
	{
    	font-size: 14px !important;
	}
	.supplierBoxOuter
	{
		background-color: #ffffff;
		margin-bottom: 60px;
		margin-top: 30px;
	}
}

.social-media-icons .fa
{
	color: #ffffff !important;
	font-size: 30px !important;
	text-align: right;
}

.supplierBox
{
	position: relative;
	padding-bottom: 50%;
}

.supplierBoxOuter
{
	background-color: #ffffff;
	margin-bottom: 0px;
	margin-top: 0px;
}

.supplierBoxInner
{
	position: absolute;
	top: 30px;  
	bottom: 30px;
	left: 30px;
	right: 30px;
}
.supplierBoxInner .supplierBoxContent
{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	width: 100%;

	text-align: center;	
	top: 50%;
	transform: translate(0, -50%);
	display: block;
	position: absolute;
	text-align: center;	
}

.supplierBoxInner img 
{
	max-width: 100%;
	max-height: 100%;
	position: relative;
	width: 100%;
}

.footerBar
{
	background-color: #446076;	
	padding-top: 60px;
	color: #ffffff;
}
.footerBar h3
{
	color: #000000 !important;
	margin-top: 0px;
	padding-top: 0px;  
}
ul.bulletList
{
	padding: 0px !important;	
}
ul.bulletList li
{
	font-weight: normal !important;
	font-size: 14px;
	line-height: 21px;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	padding-bottom: 10px;
	padding-left: 10px;
	padding-right: 20px;
	padding-top: 10px;
/* margin-left: 30px; */
	color: #000000;
}
ul.bulletList li a
{
	color: #000000;
}
ul.bulletList li:before {  
	font-family: 'FontAwesome';
	content: '\f054';
	margin: 10px 0px 10px -10px;
	padding: 0px 20px 0px 0px !important;
	font-size: 21px;
	line-height: 10px;
	/* margin-left: 40px; */
	display: table-cell;
	float: left;
	color: #000000;
}

/*======== TEXT EDITOR STYLING ===============*/

img{
	height: auto;
}

.text-edit blockquote,
.comment-body blockquote {
    padding-left: 35px;
    border-left: 3px solid;
    margin: 35px 0;
    font-style: italic;
}

.text-edit p, .comment-body p {
    margin-bottom: 20px;
}

.text-edit ul, .comment-body ul {
    margin: 20px 30px;
    list-style: square;
}

.text-edit ul li, .comment-body ul li {
    margin: 10px 0;
}

.comment-body ul li {
    border-bottom: none !important;
    padding-bottom: 0 !important;
    margin-bottom: 5px !important;
}

.text-edit ol, .comment-body ol {
    margin: 10px 20px;
    list-style: decimal;
}

.text-edit dl, .comment-body dl {
    margin: 10px 0;
}

.text-edit dl dd, .comment-body dl dd {
    margin-left: 20px;
    font-style: italic;
}

.text-edit strong, .comment-body strong {
    font-weight: bold;
}

.text-edit pre, .comment-body pre {
    word-wrap: break-word;
    padding: 15px;
    overflow: auto;
    background-color: #eee;
}

em {
    font-style: italic;
}

.text-edit q, .comment-body q {
    font-style: italic;
    padding-left: 20px;
}

.text-edit ol li ol, .comment-body ol li ol {
    list-style: upper-alpha;
}

.alignright {
    float: right;
    margin: 0 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 0 20px 20px 0;
}

sub, sup {
    /* Specified in % so that the sup/sup is the
    right size relative to the surrounding text */
    font-size: 75%;

    /* Zero out the line-height so that it doesn't
    interfere with the positioning that follows */
    line-height: 0;

    /* Where the magic happens: makes all browsers position
    the sup/sup properly, relative to the surrounding text */
    position: relative;

    /* Note that if you're using Eric Meyer's reset.css, this
    is already set and you can remove this rule */
    vertical-align: baseline;
}

sup {
    /* Move the superscripted text up */
    top: -0.5em;
}

sub {
    /* Move the subscripted text down, but only
    half as far down as the superscript moved up */
    bottom: -0.25em;
}

code {
    font-family: courier;
    white-space: nowrap;
    background-color: #F7F7F9;
    color: #DD1144;
    padding: 2px 4px;
    border: 1px solid #E1E1E8;
}

address {
    font-style: italic;
}

.text-edit ol li ol li ol, .comment-body ol li ol li ol {
    list-style: lower-alpha;
}

.wp-caption {
    max-width: 100% !important;
}

.text-edit table, .comment-body table {
    margin: 1em;
    border-collapse: collapse;
}

.text-edit td, .text-edit th, .comment-body td, .comment-body th {
    padding: .3em;
    border: 1px #ccc solid;
}
table tbody tr td
{
	padding: 10px;
}

.container table td
{
	vertical-align: top;
}

/* HOME SPECIFIC */

.homeSpecs h2
{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 28px !important;
	font-weight: 600  !important;
	margin: 28px 0px 4px 0px !important;
	line-height: 44px;
}

.homeSpecs h3
{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	font-weight: 700  !important;
	margin: 12px 0px 8px 0px !important;
	line-height: 24px;
}

.homeSpecs .field-row
{
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	border-top-color: rgb(237, 237, 237);
	border-top-style: solid;
	border-top-width: 1px;
	line-heigh: 24px;
	padding: 8px 0px;
}

.pictureFrameSmall, .pictureFrameMedium, .pictureFrameLarge
{
	padding: 0px !important;
}

.pictureSmall .picture
{
	padding: 2px !important;
	background-color: #cccccc !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.pictureMedium .picture
{
	padding: 2px !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.pictureLarge .picture
{
	padding: 2px !important;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

.propertyLinks
{
	border-bottom: 3px solid #000000;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-heigh: 24px;
}

.propertyLinks .singleLink
{
	padding: 20px;
	display: block;
	float: left;
}

.propertyLinks .singleLink .fa
{
	margin-right: 10px;	
}

.sectionBlock
{
	margin: 30px 0px 0px 0px;
}

.contactBox
{
	border: 2px solid #000000;
	padding: 10px;
}

.contactBoxInner
{
	background-color: #446076;
}

a.buttonLarge
{
	background-color: #000000;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	line-height: 21px;
    -webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px; 
	text-transform: uppercase;
}

a.buttonLarge
{
	color: #ffffff !important;	
}

.contactHeader
{
	background-color: #000000;
	padding: 15px 10px;
	color: #ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	line-height: 30px;
}

.contactBox .fa
{
	margin-right: 10px;	
}
.singleLine
{
	position: relative;
	height: 90px;
	background-color: #ffffff;
}
.doubleLine
{
	position: relative;
	height: 180px;
	background-color: #ffffff;
}
.singleLine a.inner, .doubleLine a.inner
{
	position: absolute;
	display: block;
	background: #cccccc;
	top: 2px;
	bottom: 2px;
	left: 2px;
	right: 2px;
}
.singleLine a.inner:hover, .doubleLine a.inner:hover
{
	-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%);
}
.livingStyles div
{
	padding: 0px !important;
}

.livingStyles .inner
{
	padding: 10px;
	position: relative;
}

.styleContainer
{
	position: absolute;
	bottom: 0px;
}
.styleLabel
{
	color: #ffffff;
	font-size: 14px;
	line-height: 18px;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	text-transform:lowercase; 
	position: absolute;
	bottom: 10px;
	white-space: nowrap;
}

.styleAmount
{
	color: #ffffff;
	font-size: 48px;
	line-height: 48px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	position: absolute;
	bottom: 30px;
	white-space: nowrap;
}

.searchBox
{
	background-color: #eeeeee;
	color: #ffffff;
}

.searchBox h2
{
	text-align: center;
	color: #323232 !important;
	font-family: 'Open Sans', sans-serif;
	font-weight: 100;
}

.searchBox select, .searchBox input, .searchBox option
{
	margin: 0px !important;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	text-transform: uppercase;
}
.searchBoxInner
{
	
}

.search-form .search-field
{
	color: #323232;
	border: 1px solid #dddddd;
	padding: 10px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 15px;
	font-size: 14px;
	max-width: 100%;
}


.search-form .search-select
{
	-webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
	color: #323232;
	border: 1px solid #dddddd;
	padding: 10px;
	width: 100%;
	background-color: #ffffff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	margin-bottom: 15px;
	font-size: 14px;
	max-width: 100%;
}

::-webkit-input-placeholder {
   color: #323232;
}

:-moz-placeholder { /* Firefox 18- */
   color: #323232; 
}

::-moz-placeholder {  /* Firefox 19+ */
   color: #323232; 
}

:-ms-input-placeholder {  
   color: #323232;  
}

.contact-button {
 line-height: 43px;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  z-index: 99;
  color: #333333;
  letter-spacing: 1px;
  overflow: hidden;
}


.contact-button i {
    position: absolute;
    left: 48%;
    top: 13px;
}

input[type="submit"] {
 line-height: 43px;
  text-transform: uppercase;
  border: 1px solid #cccccc;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
  z-index: 99;
  color: #333333;
  letter-spacing: 1px;
  overflow: hidden;
}

.contact-button input[type="submit"]:hover {
	color: white;
  background-color: #000000;
  border: 1px solid #000000;
}

/*NAVIGATOR CLASSES*/
.navigation ul
{
	padding: 0px;
}
.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	color: #fff;
	text-decoration:none;
}

.navigation li {
	display: inline;
}

.navigation li a,
.navigation li a:hover,
.navigation li.active a,
.navigation li.disabled {
	background-color: #FFFFFF;
	border: 1px solid #000000;
	color: #000000;
	border-radius: 3px;
	cursor: pointer;
	padding: 12px;
	padding: 0.75rem;
}

.navigation li a:hover,
.navigation li.active a {
	background-color: #000000;
	color: #ffffff;
}
.entry-summary p
{
	margin: 0px 0px 6px 0px !important;
}
.entry-title.real_style_01 {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 25px;
  height: 50px;
  display: block;
  overflow: hidden;
}
.entry-title.real_style_01:before {
  content: "";
  position: absolute;
  height: 1px;
  background-color: #cccccc;
  bottom: 0px;
  left: 100px;
  right: 100px;
}
.entry-title.real_style_01 a {
  font-weight: 100;
}
.entry-title.real_style_01 a i {
  /*position: absolute;
  top: 0px;
  left: -50px;*/
}
.entry-title.real_style_01 a i:before {
  font-size: 33px;
  margin-left: 0px;
  margin-right: 15px;
  color: #000000;
}
.entry-title.real_style_01 a i.flaticon-logistics3:before, .entry-title.real_style_01 a i.flaticon-home22:before {
  font-size: 35px;
}

.entry-content {
  margin-left: 0px;
  text-align: center;
}
.entry-content p {
  margin-bottom: 24px;
  font-size: 14px;
  line-height: 24px;
}

/* EMPLOYEE STYLING */
.employee_item
{
	margin-bottom: 20px;	
}
.employee_details
{
	/*height: 280px;*/
}
.employee_details_name
{
	color: white;
 	background-color: #000000;
 	line-height: 40px;
 	text-align: center;
}

.employee_details_linkedin, .employee_details_facebook, .employee_details_twitter, .employee_details_phone, .employee_details_email, .employee_details_function
{
	color: #4C565C !important;
	 line-height: 40px;
	 text-align: center;
	 font-size: 14px;
	 line-height: 21px;
	 font-family: "Open Sans", sans-serif;
	 font-weight: 100;  
	 height: 40px;
}

.employee_details_linkedin a, .employee_details_facebook a, .employee_details_twitter a, .employee_details_phone a, .employee_details_email a, .employee_details_function a
{
	color: #4C565C !important;
	 line-height: 40px;
	 text-align: center;
	 font-size: 14px;
	 line-height: 21px;
	 font-family: "Open Sans", sans-serif;
	 font-weight: 100; 
	height: 40px;
}

/* OBJECTS STYLING */
.objects_item_details_price
{
	color: white;
 	background-color: #000000;
 	line-height: 40px;
}

.objects_item_details_price a, .objects_item_details_price a:hover
{
	color: white;
	text-decoration: none;
	line-height: 40px;
}
.objects_item_details_address, .objects_item_details_city
{
	color: #323232;
	line-height: 30px;
}
.objects_item_details_address a, .objects_item_details_city a, .objects_item_details_address a:hover, .objects_item_details_city a:hover
{
	color: #323232;
	line-height: 30px;
	text-decoration: none;
}


/* REALWORKS OBJECT */
.realworksObject
{
}

.realworksObject .outerBlock
{
	padding-bottom: 100%; 
}

.realworksObject .innerBlock
{
	position: absolute; 
	top: 10px;
	bottom: 10px; 
	left: 10px; 
	right: 10px; 
	overflow: hidden;
}

.realworksObject .objects_status
{
	position: absolute;
	top: 10px;
	left: 0px;
	background-color: #000000;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-weight: 100;  
	padding: 0px 10px;
}

/* OBJECT STYLES */
.descriptionExpand{
	position: relative;
	height: auto;
	word-wrap: break-word
	overflow: visible;
}
.descriptionCollapse{
	position: relative;
	height: auto;
	word-wrap: break-word
	overflow: hidden;
}
.descriptionCollapse:after{
	position: absolute;
	width: 100%;
	height: 80px;
	bottom: 0;
	left: 0;
	content: "";
	background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}

.gform_wrapper .top_label .gfield_label {
	font-size: 14px !important;
	font-weight: normal !important;	
}

.gform_wrapper ul.gfield_checkbox li input[type=checkbox]:checked + label,
.gform_wrapper ul.gfield_radio li input[type=radio]:checked + label {
	font-size: 14px !important;
	font-weight: normal !important;
}

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0 10px !important;
}

label {
  font-weight: normal !important;
}

input[type="submit"] {
	color: #ffffff !important;
	border: 1px solid #000000 !important;
	background-color: #000000 !important;
	font-weight: 600 !important;
	font-size: 14px !important;
}
input.medium, textarea
{
	border: 1px solid #cccccc !important;
}
.objectBackgroundImage
{
	background-size: cover;
	background-position: center center;
	-webkit-filter: grayscale(1); /* Old WebKit */
  	filter: grayscale(1);
  	opacity: 0.30;
	filter: alpha(opacity =30);
}
.bggradient
{
	display: block;
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	bottom: 0px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+40,0.7+100 */
	background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0) 40%, rgba(0,0,0,0.7) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.7) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0) 40%,rgba(0,0,0,0.7) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#b3000000',GradientType=0 ); /* IE6-9 */

}

/* =Price Filter Widget
	-------------------------------------------------------------- */
.widget_price_filter .price_slider {
  margin-bottom: 1em;
}
.widget_price_filter .price_slider_amount {
  text-align: right;
  line-height: 2.4em;
  font-size: 0.8751em;
}
.widget_price_filter .price_slider_amount .button {
  font-size: 1.15em;
}
.widget_price_filter .price_slider_amount .button {
  float: left;
}
.widget_price_filter .ui-slider {
  position: relative;
  text-align: left;
}
.widget_price_filter .ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 0.9em;
  height: 0.9em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  border: 1px solid #141741;
  cursor: pointer;
  background: #2d338e;
  outline: none;
  top: -0.2em;
}
.widget_price_filter .ui-slider .ui-slider-handle:last-child {
  margin-left: -0.5em;
}
.widget_price_filter .ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background: #c0132c;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
}
.widget_price_filter .price_slider_wrapper .ui-widget-content {
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  border-radius: 1em;
  background: #d5d5d5;
}
.widget_price_filter .ui-slider-horizontal {
  height: .5em;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-min {
  left: -1px;
}
.widget_price_filter .ui-slider-horizontal .ui-slider-range-max {
  right: -1px;
}

.light-container
{
	background-color: transparent;
	color: #323232;
}

.dark-container
{
	background-color: #cccccc;
	color: #ffffff;
}

a.simpleButton {
    background-color: #000000;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    border-radius: 3px;
    line-height: 18px;
    width: 100%;
    display: block;
    padding: .618em 1em;
    text-align: center;
    font-weight: 700;
}

a.simpleButtonEmphasized {
    background-color: #446076;
    border-bottom: 3px solid #a18500 !important;
    color: #ffffff;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    border-radius: 3px;
    line-height: 18px;
    width: 100%;
    display: block;
    padding: .618em 1em;
    text-align: center;
    font-weight: 700;
    margin-bottom: 15px;
}

a.simpleButtonEmphasized:hover {
    background-color: #a18500;
    border: 1px solid #ffc000 !important;
    color: #ffffff !important;
    -webkit-font-smoothing: antialiased;
    width: 100%;
    border-radius: 3px;
    line-height: 18px;
    width: 100%;
    display: block;
    padding: .618em 1em;
    text-align: center;
    font-weight: 700;
}

/* WOO COMMERCE STYLES */
.woocommerce #respond input#submit.alt, .woocommerce a.button.alt,
.woocommerce button.button.alt, .woocommerce input.button.alt {
    background-color: #ffc000 !important;
    border: 1px solid #ffffff !important;
    color: #323232;
    -webkit-font-smoothing: antialiased;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images,
.woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images {
    float: none !important;
    width: auto !important;
}

.woocommerce #content div.product div.summary, .woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
    float: none !important;
    width: auto !important;
}
.imageFaded, .imageNotFaded
{
	position: relative;
	text-align: center;
	padding-bottom: 80%;
	/*border: 1px solid #eeeeee;*/
}

.imageFaded .inner, .imageNotFaded .inner
{
	position: absolute !important;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: 10px;
	vertical-align: middle;
	style: inline-block;
	display: table-cell;
 	vertical-align: middle;
}

.imageNotFaded img
{
	position: absolute !important;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}

.imageFaded img
{
	position: absolute;
	-webkit-filter: grayscale(1); /* Webkit */
  	filter: gray; /* IE6-9 */
  	filter: grayscale(1); /* W3C */
	opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
    left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
}

.imageFaded .textBox
{	
	text-align: center;
	position: absolute;
	/* Fallback for browsers without rgba support */
	background-color: rgb(255, 255, 255);
    /* RGBa with 0.6 opacity */
    background-color: rgba(255, 255, 255, 0.5);
    color: #323232;
    border-top: 1px solid #323232;
    border-bottom: 1px solid #323232;
    left: 0;
	top: 50%;
	right: 0;
	margin-top: -50px;
	height: 100px;
}
.bulletListPositive, .bulletListNegative
{
	color: #446076;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
	margin-top: 30px;
}
.bulletListPositive p, .bulletListNegative p
{
	margin: 0px 0px 6px !important;
}
.bulletListPositive .fa
{
	color: #446076;
	font-size: 14px;
	line-height: 21px;
}
.bulletListNegative .fa
{
	color: #e50000;
	font-size: 14px;
	line-height: 21px;
}

.dropdown-level-2 .bulletListPositive p, .dropdown-level-2 .bulletListNegative p
{
	font-size: 12px;
	line-height: 14px;
}

.dropdown-level-2 .bulletListPositive .fa, .dropdown-level-2 .bulletListNegative .fa
{
	font-size: 12px;
	line-height: 14px;
}

.woocommerce div.product form.cart, .woocommerce div.product p.cart {
    margin-bottom: 15px !important;
}

.bulletListEmphasized
{
	color: #446076;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 0px;
	margin-top: 0px;
}

.bulletListGreen
{
	color: #ffc000;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 15px;
	margin-top: 0px;
}
.bulletList
{
	color: #000000;
	font-size: 14px;
	line-height: 21px;
	margin-bottom: 20px;
	margin-top: 30px;
}

.emphasizedBox
{
	border: 1px solid #446076;
	background-color: rgb(228, 189, 8);
    /* RGBa with 0.6 opacity */
    background-color: rgba(228, 189, 8, 0.3);
	padding: 10px; 
	margin-bottom: 20px;
}
.descriptionOuter
{
	position: relative;
        padding-bottom: 30px;
}
.descriptionCollapse
{
	position: relative;
	display: block;
	height: 300px;
	overflow: hidden;
	background: linear-gradient(rgba(255, 255, 255, 0), #fff);
}
#descriptionExpander, #descriptionCollapser
{
	color: #446076;
	position: absolute;
	cursor: pointer;
        margin-bottom: 30px;
}

/* SHOP ATTRIBUTES TABLE */
.woocommerce table.shop_attributes
{
	border-top: 1px solid #cccccc !important;
}

.woocommerce table.shop_attributes td, .woocommerce table.shop_attributes th
{
	border-bottom: 1px solid #cccccc !important;
	font-style: normal !important;
	padding: 8px !important;
}
.category-menu p
{
	line-height: 21px !important;
}

.category-menu
{
	
}
.navigation-category-header a
{
	font-size: 16px !important;
	line-height: 24px !important;
	font-weight: 700 !important;
	padding-bottom: 10px !important;
}
.navigation-category-header a:hover
{
	text-decoration: underline !important;
}

.navigation-brands a
{
	text-align: center !important;
	position: relative;
	display: block !important;
	height: 30px;
	padding: 0px 30px !important;
}

.category-menu a.menu-title
{
	font-family: 'Roboto', sans-serif !important;
	/*text-transform: uppercase;*/
	font-size: 22px !important;
	font-weight: 700 !important;
	margin: 0px !important;
	line-height: 33px;
	padding-top: 10px;
	padding-bottom: 10px !important;
}

.category-menu a.menu-title:hover
{
	text-decoration: underline !important;
}

.category-menu a
{
	display: block;
	line-height: 36px;
	padding: 0px 30px;
}
.menu_brand_logo
{
	bottom: 0;
	top: 0;
	max-height: 30px;
	height: auto;
	width: auto;
	max-width: 100%;
	margin: auto auto;	
}
.nav-cat-children a:hover
{
	/*background-color: #446076 !important;*/
	/*color: #ffffff !important;*/
	text-decoration: underline !important;
}

.category-menu a:hover
{
	/*background-color: #446076;*/
	/*color: #446076 !important;*/
}
.nav-cat-children
{
	margin: 0px !important;
}
.col-xs-15 {
    width: 20%;
    float: left;
}
.subSlider
{
	height: 200px !important;
	position: relative !important;
	overflow: hidden;
}
.subSlider .subSliderImage
{
	position: absolute !important;
	top: 0px !important;
	height: auto !important;
	left: 0 !important;
	right: 0 !important;
	margin-left: auto;
	margin-right: auto;
}
.homeSlider
{
	height: 400px !important;
	position: relative !important;
}

.homeSlider .homeSliderButton
{
	position: absolute !important;
	bottom: 50px !important;
	margin: 0px !important;
}

.homeSlider .homeSliderImage
{
	position: absolute !important;
	width: 100% !important;
	top: 50px !important;
	height: auto !important;
	left: 0px !important;
}

@media (min-width: 768px) {
	.homeSlider
	{
		height: 400px !important;
		position: relative !important;
	}
	
	.homeSlider .homeSliderButton
	{
		position: absolute !important;
		bottom: 50px !important;
		margin: 0px !important;
	}
	
	.homeSlider .homeSliderImage
	{
		position: absolute !important;
		width: auto !important;
		top: 10px !important;
		height: auto !important;
		right: 0px !important;
	}
	.navbar-nav > li {
   	 float: left !important;
   	 height: 30px !important;
	}
	.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
	.homeSlider
	{
		height: 400px !important;
		position: relative !important;
	}
	
	.homeSlider .homeSliderButton
	{
		position: absolute !important;
		bottom: 50px !important;
		margin: 0px !important;
	}
	
	.homeSlider .homeSliderImage
	{
		position: absolute !important;
		width: 100% !important;
		top: 10px !important;
		height: auto !important;
		left: 0px !important;
	}
    .col-md-15 {
        width: 20%;
        float: left;
    }
	.slogan
	{
		text-align: left;
		color: #446076;
		font-weight: bold;
		font-size: 18px;
		padding-left: 20px;
	}
}
@media (min-width: 1200px) {
	.homeSlider
	{
		height: 300px !important;
		position: relative !important;
	}
	
	.homeSlider .homeSliderButton
	{
		position: absolute !important;
		bottom: 50px !important;
		margin: 0px !important;
	}
	
	.homeSlider .homeSliderImage
	{
		position: absolute !important;
		width: auto !important;
		top: 10px !important;
		height: auto !important;
		right: 15px !important;
		left: auto !important;
		bottom: auto !important;
	}
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

.footerbox ul
{
	list-style-type: none !important;
	padding: 0px !important;
}

.footerbox .footerlinks a, .footerbox
{
	color: #ffffff !important;
	font-size: 14px !important;
	line-height: 21px !important;
}
.footerbox h4
{
	color: #ffffff !important;
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: bold !important;
}

.product_filter_box
{
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: normal !important;
}

.copyright-box
{
	font-size: 14px !important;
	line-height: 50px !important;
}

.product_filter_box .checkboxItem
{
	margin: 4px 10px 0px 0px !important;
}

.product_filter_box h2
{
	color: #446076 !important;
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: bold !important;
	margin: 0px 0px 14px 0px !important;
}

.product_filter_box h3
{
	color: #000000 !important;
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: bold !important;
}

.product_filter_box .term_box
{
	margin: 0px 0px 20px 0px !important;
}
.product_attribute_box
{

}

.product_attribute_box h2
{
	color: #446076 !important;
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: bold !important;
	margin-top: 28px !important;
	margin-bottom: 14px !important;
}
.product_attribute_box h3
{
	color: #000000 !important;
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: bold !important;
}

.woocommerce div.product p.price, .woocommerce div.product span.price
{
	color: #000000 !important;
	font-size: 24px !important;
	font-weight: bold !important;
}

.woocommerce div.products div.product h3
{
	font-size: 16px !important;
	line-height: 24px !important;
	display: block;
	height: 48px;
	overflow: hidden;
	width: 100%;
	/* white-space: nowrap; */
	overflow: hidden;
	/* text-overflow: ellipsis; */
	margin: 8px 0px 0px 0px !important;
}

.woocommerce ul.products li.product h3
{
	font-size: 16px !important;
	line-height: 24px !important;
	width: 100%;
	overflow: visible !important;
}


.product .size-shop_thumbnail
{
	border: 0px solid #transparent !important;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto auto;
	display: block;
}


.product .size-shop_thumbnail_outer
{
	border: 1px solid #cccccc;
	position: relative;
	width: 100%;
	padding-bottom: 100%;
	overflow: hidden;
}
.product .size-shop_thumbnail_inner
{
	position: absolute;
	left: 5px;
	right: 5px;	
	top: 5px;
	bottom: 5px;
	overflow: hidden;
}
.main_image
{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.main_image .main_image_inner
{
	position: relative;
	padding-bottom: 80%;
}
.main_image .main_image_inner .woocommerce-main-image
{
	display: block;
	position: absolute !important;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}
.main_image .main_image_inner .woocommerce-main-image .attachment-shop_single
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto auto;
}

.imagewrapper
{
	position: relative;
	overflow: hidden;
	width: 100%;
	padding-bottom: 100%;
}

.imagewrapper img
{
	position: absolute;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	left:0 !important;
  	right:0 !important;
  	bottom:0 !important;
  	top: 0 !important;
  	margin:auto !important;
}

.shoplinks
{
	color: #000000 !important;
	text-align: right;
	margin: 20px 0px;
}

.shoplinks a
{
	color: #000000 !important;
}

.input-group
{
	position: absolute;
	margin: 20px 0px;
}

.input-group-btn
{
	
	line-height: 0px !important;
}

.input-group-btn .btn
{
	line-height: 20px !important;
	border-color: #cccccc !important;
	color: #cccccc !important;
}

.banner_row  .text_column
{
	padding: 15px 15px;
}

.banner_row  .text_column h2
{
	padding-top: 0px;
}
	
.banner_row .text_column p
{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: normal !important;
}

.banner_row .text_column a
{
	color: #446076 !important;
}

.banner_row .text_column a:hover
{
	text-decoration: underline !important;
}

.breadcrumb_row 
{
	margin-bottom: 20px;	
}

.breadcrumb_row a
{
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	line-height: 21px !important;
	font-weight: normal !important;
}

a.bullet_link
{
	color: #446076 !important;
}

a.bullet_link:hover
{
	color: #446076 !important;
	text-decoration: underline !important;
}

.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/***********************
SERIES
***********************/

.series
{
	
}

.series a.serieBlock
{
	text-decoration: none !important;
	margin-top: -15px;
	margin-bottom: 20px;
}

.series a.serieBlock:hover
 {
 	text-decoration: none !important;
 	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border-color:transparent;
	transition:			box-shadow 400ms ease-out;
	-moz-transition:	box-shadow 400ms ease-out;
	-webkit-transition:	box-shadow 400ms ease-out;
	-o-transition:		box-shadow 400ms ease-out;
 }

.series a.serieBlock .serieHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.series a.serieBlock:hover .serieHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.series a.serieBlock .serieDescription, .serieBrands a.serieBlock:hover .serieDescription
{
	color: #000000 !important;
	text-decoration: none !important;
	line-height: 21px !important;
	height: 63px;
	overflow: hidden;
	margin-bottom: 20px;
}

/***********************
BRANDS
***********************/


.topBrands
{
	
}

.topBrands a.brandBlock
{
	text-decoration: none !important;
	margin-top: -15px !important;
	margin-bottom: 20px !important;
}

 .topBrands a.brandBlock:hover
 {
 	text-decoration: none !important;
 	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border-color:transparent;

	transition:			box-shadow 400ms ease-out;
	-moz-transition:	box-shadow 400ms ease-out;
	-webkit-transition:	box-shadow 400ms ease-out;
	-o-transition:		box-shadow 400ms ease-out;
 }

.topBrands a.brandBlock .brandHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.topBrands a.brandBlock:hover .brandHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.topBrands a.brandBlock .brandDescription, .topBrands a.brandBlock:hover .brandDescription
{
	color: #000000 !important;
	text-decoration: none !important;
	line-height: 21px !important;
	height: 63px;
	overflow: hidden;
}

/***********************
NEWS
***********************/

.newsRow
{
	
}

.newsRow a.newsBlock
{
	
}

.newsRow a.newsBlock
{
	padding: 15px;
	text-decoration: none !important;
}

.newsRow a.newsBlock .innerBlock
{
	-webkit-border-radius: 4px;
  	-moz-border-radius: 4px;
 	 border-radius: 4px;
 	 position: relative;
 	 width:100%;
 	 padding-bottom:100%;
 	 overflow: hidden;
 	 background-color: #cccccc;
}

 .newsRow a.newsBlock:hover
 {
 	background-color: #ffffff;
 	text-decoration: none !important;
 	/*box-shadow:0 0 20px rgba(0,0,0,0.2);*/
	border-color:transparent;

	transition:			all 400ms ease-out;
	-moz-transition:	all 400ms ease-out;
	-webkit-transition:	all 400ms ease-out;
	-o-transition:		all 400ms ease-out;
 }

.newsRow a.newsBlock .newsFooter
{
	background-color:rgba(68, 96, 118, 0.7) !important;
	color: #ffffff !important;
	padding: 10px; 
}

.newsRow a.newsBlock .newsHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.newsRow a.newsBlock:hover .newsHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}
.newsRow a.newsBlock p
{
	height: 60px;
	overflow: hidden;
	line-height: 20px;
}

.newsRow a.newsBlock .newsDescription, .newsRow a.newsBlock:hover .newsDescription
{
	color: #000000 !important;
	text-decoration: none !important;
	line-height: 21px !important;
	height: 21px;
	overflow: hidden;
}

.newsRow a.moreLink
{
	color: #446076 !important;
	line-height: 21px !important;
	padding: 0px 0px !important;
	font-weight: normal !important;
	font-size: 14px !important;
}

.newsRow a.moreLink:hover
{
	text-decoration: underline !important;
}

/***********************
ADVICE
***********************/

.adviceRow
{
	
}

.adviceRow a.adviceBlock
{
	
}

.adviceRow a.adviceBlock
{
	text-decoration: none !important;
}

 .adviceRow a.adviceBlock:hover
 {
 	text-decoration: none !important;
 	box-shadow:0 0 20px rgba(0,0,0,0.2);
		border-color:transparent;

		transition:			box-shadow 400ms ease-out;
		-moz-transition:	box-shadow 400ms ease-out;
		-webkit-transition:	box-shadow 400ms ease-out;
		-o-transition:		box-shadow 400ms ease-out;
 }

.adviceRow a.adviceBlock .adviceHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.adviceRow a.adviceBlock:hover .adviceHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.adviceRow a.adviceBlock .adviceDescription, .adviceRow a.adviceBlock:hover .adviceDescription
{
	color: #000000 !important;
	text-decoration: none !important;
	line-height: 21px !important;
	height: 63px;
	overflow: hidden;
}

/***********************
ACTION
***********************/

.actionRow
{
	
}

.actionRow a.actionBlock
{
	
}

.actionRow a.actionBlock
{
	text-decoration: none !important;
}

 .actionRow a.actionBlock:hover
 {
 	text-decoration: none !important;
 	box-shadow:0 0 20px rgba(0,0,0,0.2);
		border-color:transparent;

		transition:			box-shadow 400ms ease-out;
		-moz-transition:	box-shadow 400ms ease-out;
		-webkit-transition:	box-shadow 400ms ease-out;
		-o-transition:		box-shadow 400ms ease-out;
 }

.actionRow a.actionBlock .actionHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.actionRow a.actionBlock:hover .actionHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.actionRow a.actionBlock .actionDescription, .actionRow a.actionBlock:hover .actionDescription
{
	color: #000000 !important;
	text-decoration: none !important;
	line-height: 21px !important;
	height: 63px;
	overflow: hidden;
}

/***********************
CATEGORIES
***********************/


.categoriesRow
{
	
}

.categoriesRow a:hover
{
	color: #000000 !important;
}

.categoriesRow div.categoryBlock
{
	text-decoration: none !important;
	margin-top: -15px !important;
	margin-bottom: 20px !important;
}

 .categoriesRow div.categoryBlock:hover
 {
 	text-decoration: none !important;
 	box-shadow:0 0 20px rgba(0,0,0,0.2);
		border-color:transparent;

		transition:			box-shadow 400ms ease-out;
		-moz-transition:	box-shadow 400ms ease-out;
		-webkit-transition:	box-shadow 400ms ease-out;
		-o-transition:		box-shadow 400ms ease-out;
 }

.categoriesRow div.categoryBlock .categoryHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.categoriesRow div.categoryBlock:hover .categoryHeader h3
{
	font-weight: 700 !important;
	color: #000000 !important;
	text-decoration: none !important;
}

.categoriesRow div.categoryBlock .categoryDescription, .categoriesRow div.categoryBlock:hover .categoryDescription
{
	color: #000000 !important;
	text-decoration: none !important;
	line-height: 21px !important;
	height: 63px;
	overflow: hidden;
}

/*********/

.newsHeader
{
	overflow: hidden;
	height: auto;
}

.newsHeader h4
{
	font-weight: 700 !important;
}

.newsHeader h5
{
	font-weight: normal !important;
}

.logoName h4
{
	font-weight: 700 !important;
	text-align: center;
	color: #000000 !important;
}

.woocommerce .products .product, .woocommerce-page .products .product {
    float: left;
    /*margin: 0 3% 2.992em 0 !important;*/
    margin: 0px !important;
    padding: 15px !important;
    position: relative;
   /* width: 33.33% !important;*/
}

.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    float: left;
    margin: 0 3% 2.992em 0 !important;
    margin: 0px !important;
    position: relative;
   	width: 33.33% !important;
}


.woocommerce .products .product:hover, .woocommerce-page .products .product:hover, .woocommerce ul.products li.product:hover, .woocommerce-page ul.products li.product:hover {
	text-decoration: none !important;
 	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border-color:transparent;
	transition:			box-shadow 400ms ease-out;
	-moz-transition:	box-shadow 400ms ease-out;
	-webkit-transition:	box-shadow 400ms ease-out;
	-o-transition:		box-shadow 400ms ease-out;
}

/*PRICE SLIDER*/
.slider-handle {
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #446076 !important;
  background-image: none !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff149bdf', endColorstr='#ff0480be', GradientType=0);
  -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
  opacity: 0.8;
  border: 0px solid transparent;
}

.slider-selection {
  position: absolute;
  background-color: #446076 !important;
  background-image: none !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff9f9f9', endColorstr='#fff5f5f5', GradientType=0);
  -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.slider.slider-horizontal {
  width: 100% !important;
  height: 20px;
}

ul.bulletLinks
{
	padding: 0px 0px 28px 0px;
}

ul.bulletLinks li
{
	list-style-type: none;
	margin-bottom: 10px !important;
}

ul.bulletLinks li a:hover
{
	text-decoration: underline !important;
}

.woocommerce .products .product a img, .woocommerce ul.products li.product a img  {
    width: 100%;
    height: auto;
    display: block;
    /* margin: 0 0 1em; */
    box-shadow: none;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
    
    -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}

.woocommerce .products .product a img:hover, .woocommerce ul.products li.product a img:hover {
    width: 110%;
    height: auto;
    display: block;
    /* margin: 0 0 1em; */
    box-shadow: none;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
    top: 0 !important;
    bottom: 0 !important;
}

.specification_group_list_label
{
	
}

.specification_group_list_label_selected
{
	font-weight: 700 !important;
}

.specification_group_list_label_count
{
	color: #446076 !important;
	font-weight: normal !important;
}

.woocommerce div.product form.cart div.quantity {
    /* float: left; */
    margin: 0 4px 0 0;
    display: inline !important;
    float: none !important;
}

.woocommerce .quantity_container
{
	padding-bottom: 15px;
}

.dropdrown
{
	margin-bottom: 15px !important;
}

.woocommerce-message
{
	border-top-width: 0px !important;	
}
.woocommerce-message:before
{
	color: #39B118 !important;
}
.checkout-button:hover
{
	color: #ffffff !important;
}


.woocommerce span.onsale {
	min-height: 21px !important;
	min-width: auto !important;
	z-index: 100;
	height: 21px !important;
	width: 100px !important;
	line-height: 21px !important;
	padding: 0px 10px !important;
	font-family: 'Open Sans', sans-serif !important;
	font-size: 14px !important;
	font-weight: bold !important;
	position: absolute !important;
	text-align: left !important;
	/* line-height: 3.236; */
	top: 20px !important;
	left: 0px !important;
	margin: 0 !important;
	border-radius: 3px !important;
	background-color: #c9a600 !important;
	color: #fff !important;
	-webkit-font-smoothing: antialiased !important;
}

.ajax_loader {
	display: none;
	position: fixed;
	left: 50%;
 	top: 50%;
 	z-index: 100;
 	width: 150px;
 	height: 150px;
 	margin: -75px 0 0 -75px;
    border: 14px solid #000000;
    border-top: 14px solid #446076;
    border-radius: 50%;
    width: 120px;
    height: 120px;
  	-webkit-animation: spin 2s linear infinite;
  	animation: spin 2s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button 
{
    background-color: #ffc000 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    margin-right: 10px !important;
}

.woocommerce #respond input#submit:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover 
{
    background-color: #ffc000 !important;
    border: 1px solid #ffffff !important;
    color: #ffffff !important;
    margin-right: 10px !important;
}

.woocommerce .products .product a.woocommerce-LoopProduct-link h3, .woocommerce ul.products li.product a.woocommerce-LoopProduct-link h3
{
	color: #446076 !important;
}

.woocommerce .products .product a.woocommerce-LoopProduct-link:hover h3, .woocommerce ul.products li.product a.woocommerce-LoopProduct-link:hover h3
{
	text-decoration: underline !important;
}

.woocommerce .products .product .price, .woocommerce ul.products li.product .price
{
	font-size: 14px !important;
	font-weight: normal !important;
	color: #000000 !important;
	line-height: 31px;
	height: 31px;
	overflow: hidden;
}

div > .woocommerce-Price-amount
{
	font-weight: 700 !important;
}

.woocommerce .products .product .price del, .woocommerce ul.products li.product .price del
{
	display: inline !important;
 	color: #999999 !important;
 	font-size: 12px !important;
 	font-weight: normal !important;
}

woocommerce .products .product .price del .woocommerce-Price-amount, .woocommerce ul.products li.product .price del .woocommerce-Price-amount
{
	display: inline !important;
 	color: #999999 !important;
 	font-size: 12px !important;
 	font-weight: normal !important;
}

.woocommerce .products .product .price ins, .woocommerce ul.products li.product .price ins
{
	display: inline !important;
 	text-decoration: none;
 	color: #ff0000 !important;
 	font-weight: 700;
}

.woocommerce .products .product .price ins .woocommerce-Price-amount, .woocommerce ul.products li.product .price ins .woocommerce-Price-amount
{
	display: inline !important;
 	text-decoration: none;
 	color: #ff0000 !important;
 	font-weight: 700;
}

.woocommerce div.product div.images img {
    display: block !important;
    max-width: 100% !important;
    max-height: 100% !important;
    width: auto !important;
    height: auto !important;
    box-shadow: none !important;
}

.filterHeader, .specHeader
{
	font-size: 16px !important;
	font-weight: normal !important;
	font-weight: 700 !important;
	color: #446076 !important;
	padding-bottom: 10px;
}

.specBlock
{
	padding-bottom: 20px;
}

.attributeRow
{
	padding-bottom: 10px;
}

.categoryRow
{
	padding-bottom: 10px;
}

.titleRow
{
	padding-bottom: 20px;
}

.titleRowBrand
{
	padding-bottom: 20px;
}

.bannerRow
{
	margin-bottom: 20px;
}

.homepageBrand
{
	margin-bottom: 20px;
}

.homepageBrand img
{
	left: 0;
	right: 0;
}

.woocommerce .woocommerce-result-count
{
	color: #212121 !important;
	opacity: .5;
}

.brandsRow
{
	margin-bottom: 20px;
}

.brandsRow a.moreLink
{
	color: #446076 !important;
	line-height: 21px !important;
	padding: 0px 0px !important;
	font-weight: normal !important;
	font-size: 14px !important;
}

.brandsRow a.moreLink:hover
{
	text-decoration: underline !important;
}

p.order-again
{
	display: none !important;
}

mark, .mark {
	background-color: transparent !important;
	font-weight: bold !important;
}

address {
	font-style: normal !important;
}

.woocommerce table.my_account_orders {
    font-size: 14px !important;
}

a.woocommerce-LoopProduct-link
{
	display: block;
}

a.woocommerce-LoopProduct-link:hover
{
	text-decoration: none !important;
	/*
 	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border-color:transparent;
	transition:			box-shadow 400ms ease-out;
	-moz-transition:	box-shadow 400ms ease-out;
	-webkit-transition:	box-shadow 400ms ease-out;
	-o-transition:		box-shadow 400ms ease-out;
	*/
}

a.OLDwoocommerce-LoopProduct-link .imagewrapper
{
	border: 1px solid transparent !important;
}

a.OLDwoocommerce-LoopProduct-link:hover .imagewrapper
{
	border: 1px solid #cccccc !important;
}

.woocommerce-products-compare-content 
{
	overflow: visible !important;
}
.woocommerce-products-compare-content .price
{
	color: #000000 !important;
	font-size: 14px !important;
	font-weight: bold !important;
	text-decoration: none !important;
}
.woocommerce-products-compare-content .price ins
{
	display: inline !important;
 	text-decoration: none !important;
}

.woocommerce-products-compare-compare-button-checked
{
	background-color: #446076 !important;
	border-bottom: 3px solid #a18500 !important;
	font-size: 100%;
    margin: 14px 10px 0px 0px !important;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700 !important;
    border-radius: 3px;
    left: auto;
    color: #ffffff;
    background-color: #ebe9eb;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    width: 100%;
    text-align: center;
}

.woocommerce-products-compare-compare-button-unchecked
{
	background-color: #eeeeee !important;
	border-bottom: 3px solid #cccccc !important;
	font-size: 100%;
    margin: 14px 10px 0px 0px !important;
    line-height: 1;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    overflow: visible;
    padding: .618em 1em;
    font-weight: 700;
    border-radius: 3px;
    left: auto;
    color: #515151;
    border: 0;
    white-space: nowrap;
    display: inline-block;
    background-image: none;
    box-shadow: none;
    -webkit-box-shadow: none;
    text-shadow: none;
    width: 100%;
    text-align: center;
}

.woocommerce-products-compare-compare-button-checked label, .woocommerce-products-compare-compare-button-unchecked label
{
	margin: 0px !important;
	padding: 0px !important;
	font-weight: 700 !important;
}

.woocommerce-products-compare-compare-button-checked input, .woocommerce-products-compare-compare-button-unchecked input
{
	margin: 0px !important;
	padding: 0px !important;
}

.woocommerce-products-compare-compare-link
{
	display: none;
}

.woocommerce-products-compare-all-products-slider
{
	display: block;
	position: fixed;
	bottom: 0px;
	height: auto;
	width: 810px;
	border-top-left-radius: .5rem;
	border-top-right-radius: .5rem;
	bottom: 0;
	box-shadow: 0 0 8px 3px rgba(0, 0, 0, .15);
	left: 50%;
	margin-left: -400px;
	z-index: 200
}

.woocommerce-products-compare-all-products-slider .header
{
	height: 34px;
	color: #ffffff;
	background-color: #446076 !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 34px;
}

.woocommerce-products-compare-all-products-slider .header .compare-all-label
{
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;	
}

.woocommerce-products-compare-all-products-slider .header .compare-product-count
{
	background-color: #ffffff;
	color: #446076;
	font-weight: 700;
	font-size: 14px;
	display: inline-block;
	width: 20px;
	height: 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	line-height: 20px;
	margin: 5px 10px 5px 10px
}

.woocommerce-products-compare-all-products-slider .header .fa
{
	color: #ffffff;
	font-weight: 700;
	font-size: 14px;	
}

.woocommerce-products-compare-all-products-slider .body
{
	height: 200px !important;
	background-color: #ffffff;
	display: none;
	overflow: hidden;
}

.woocommerce-products-compare-all-products-slider .body a.compare-button
{
	color: #ffffff;
	top: 10px;
	left: 10px;
	background-color: #446076;
	padding: 2px 14px !important;
	border-bottom: 3px solid #a18500 !important;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
    margin: 10px;
    float: left;
    font-weight: 700;
    height: 34px !important;
	line-height: 30px !important;
	
}

.woocommerce-products-compare-all-products-slider .body a.compare-button:hover
{
    background-color: #a18500;
    border-bottom: 3px solid #816a00 !important;
    color: #ffffff !important;
}

.woocommerce .slider-products
{
	width: 600px !important;
	float: left !important;
}

.woocommerce .products li.slider-product .product-inner
{
	margin: 20px !important;
}

.woocommerce .products li.slider-product .product-inner h3
{
	text-align: center !important;
}

.woocommerce .products li.slider-product .imagewrapper
{
	padding-bottom: 50%;
}

.woocommerce .products li.slider-product .imagewrapper img
{
	position: absolute;
	width: auto !important;
	height: auto !important;
	max-width: 100% !important;
	max-height: 100% !important;
	left:10 !important;
  	right:10 !important;
  	bottom:0 !important;
  	top: 0 !important;
  	margin:auto !important;
}

.slider-remove-compare-product
{
	position: absolute;
	background-color: #446076;
	color: #ffffff;
	top: 10px;
	left: 10px;
	padding: 2px 14px !important;
	border-bottom: 3px solid #a18500 !important;
    -webkit-font-smoothing: antialiased;
    border-radius: 3px;
    line-height: 30px !important;
    height: 34px !important;
}

.slider-remove-compare-product:hover
{
    background-color: #a18500;
    border-bottom: 3px solid #816a00 !important;
    color: #ffffff !important;
}

p.no-products
{
	margin: 10px !important;
}
.difference_row
{
	background-color: #eeeeee;
}
.woocommerce .products .product .stock_status, .woocommerce-page .products .product .stock_status
{
	color: #000000 !important;
	float: left !important;
	line-height: 30px !important;
}
.woocommerce .products .product .price, .woocommerce-page .products .product .price
{
	float: right !important;
	line-height: 30px !important;
	text-align: right;
}
a.button.product_type_simple.add_to_cart_button.ajax_add_to_cart
{
	float: right !important;
}
.woocommerce-products-compare-compare-button, .woocommerce .products .product .button
{
	margin: 0px !important;
	width: 100%;
	text-align: center;
}
.product_title_row
{
	display: block;
	height: 58px;
	overflow: hidden;
}
.compare_all_link
{
	height: 30px;
	line-height: 30px;
	display: block;
}
.onsale
{
	display: none;
}

.tqs_product_title
{
	
}

.tqs_product_type
{
	color: #000000;
	font-size: 14px;
	
}
a.added
{
	content: "Hide" !important;
}

.woocommerce a.added_to_cart
{
	display: none !important;
}

.cross_sell_products
{
	margin: 30px !important;
}

input[type="number"] {
    -moz-appearance: textfield;
}

.minus {
    border:none;
    color:#fff;
    background-color: #446076;
    height:30px;
    width:30px;
}
.plus {
    border:none;
    color:#fff;
    background-color: #446076;
    height:30px;
    width:30px;
}
.qty {
    border:1px solid #446076;
    color: #000000;
    height:30px;
}

.action_row
{
	margin-bottom: 20px !important;
}
.action_row a
{
	color: #000000 !important;
}
.action_row p
{
	margin: 0px;
}
.action_row img
{
	width: 100%;
	height: auto;
}
.award_row
{
	margin-bottom: 20px !important;
}
.award_row p
{
	margin: 0px;
}
.award_row a
{
	color: #000000 !important;
}
.award_row img
{
	width: 100%;
	height: auto;
}
.coupon .input-text
{
	width: 150px !important;
}
.woocommerce a.remove
{
	text-decoration: none !important;s
}
input[type="checkbox"].woocommerce-form__input-checkbox
{
	margin-left: 0px !important;
	position: relative !important;
}
.woocommerce #payment .terms, .woocommerce #payment .wc-terms-and-conditions,
.woocommerce-page #payment .terms, .woocommerce-page #payment .wc-terms-and-conditions 
{
    float: none !important;
}

.loading:after
{
	display: none !important;
}
.added:after
{
	display: none !important;
}

input.button
{
	text-transform: none !important;
}

input.button:first-letter {
    text-transform: uppercase !important;
}
.woocommerce img, .woocommerce-page img {
    height: auto !important;
    width: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}

.bundle_table_item .product-thumbnail *
{
	display: none;
}

img.brandPageLogo
{
	max-height: 150px !important;
	width: auto !important;
	max-width: 100% !important;
	height: auto !important;
	float: right;
}
.dropdown-level-2 .dropdown-level-2-info
{
	display: none;
}
.dropdown-level-2:hover .dropdown-level-2-info
{
	display: block;
}
.lightsource
{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeeee+0,cccccc+100 */
	background: #eeeeee; /* Old browsers */
	background-image: url('/wp-content/themes/ivium_wordpress_template/img/lightsource.png');
	background: -moz-linear-gradient(top,  #eeeeee 0%, #cccccc 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #eeeeee 0%,#cccccc 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-image: url('/wp-content/themes/ivium_wordpress_template/img/lightsource.png'), linear-gradient(to bottom,  #eeeeee 0%,#cccccc 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */
	background-position: center bottom;
	background-repeat: no-repeat;
}


.homepage-content
{
	color: #446076;
}

.homepage-content ul {
	list-style: none;
	padding: 0;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
.homepage-content li {
  padding-left: 1.3em;
}
.homepage-content li:before
{
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

.quicklinks ul {
	list-style: none;
	padding: 0;
}
.quicklinks ul li:before
{
	content: "\f054"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	width: 1.3em; /* same as padding-left set on li */
	margin-left: -1.3em; /* same as padding-left set on li */
	color: #446076;
	
}
.quicklinks ul li {
  padding-left: 1.3em;
  padding-top: 5px;
  padding-bottom: 5px;
}
ul.newsletters {
	list-style: none;
	padding: 0;
}
ul.newsletters li {
  padding-left: 1.3em;
}
ul.newsletters li:before
{
	content: "\f1ea"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}

span.menu-main
{
	color: #446076 !important;
	font-size: 14px;
	font-weight: bold !important;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
}
.menu-category
{
	color: #999999 !important;
	font-size: 14px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 1.42857143;
	color: #333333;
	white-space: nowrap;
	cursor: default;
}
.menu-category ul {
	list-style: none;
	padding: 0;
	-moz-column-count: 3;
	-moz-column-gap: 20px;
    -webkit-column-count: 3;
    -webkit-column-gap: 20px;
    column-count: 3;
    column-gap: 20px;
}
.menu-category li
{
  padding-left: 1.3em;
}
.menu-category li.dropdown-level-2:before
{
	content: "\f00c"; /* FontAwesome Unicode */
	font-family: FontAwesome;
	display: inline-block;
	margin-left: -1.3em; /* same as padding-left set on li */
	width: 1.3em; /* same as padding-left set on li */
}
ul#menu-about-menu
{
	list-style-type: none;
    margin: 0;
    padding: 0;
}
ul#menu-about-menu li
{
	display: inline;
	padding: 0px 0px 0px 20px;
	font-size: 12px;	
}	
ul#menu-about-menu li a
{
	font-size: 12px;
}
.back-to-top {
    cursor: pointer;
    position: fixed;
    bottom: 20px;
    right: 20px;
    display:none;
    z-index: 500;
    background-color: #ffc000 !important;
    color: #ffffff !important;
    border-color: #ffffff !important;
}
select.orderby
{
	display: none !important;
}
span.nowrap
{
    display: inline-block;
}

.productGroupRow
{
    margin-bottom: 30px;
}
.menu-item.hide-for-anonymous, .hide-for-anonymous
{
	display: none !important;	
}
body.logged-in .menu-item.hide-for-anonymous, body.logged-in .hide-for-anonymous
{
	display: inline !important;	
}