h2 {
	margin-bottom: 20px;
	color: #444444;
	font-weight: 400;
	font-size: 2.5rem;
}

a {
	color: #aa0000;
	text-decoration: none;
}

a:hover {
	color: #444444;
}

ol.breadcrumb {
	font-size: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	border-radius: 0px;
}

ol.breadcrumb a {
	text-decoration: underline;
}

ol.breadcrumb > li + li::before {
	color: #1D2F42;
}

div.cktext {
	text-align: left;
}

a.button, a.buttoninv {
	border: none;
	padding: 15px 20px !important;
	background-color: #009FE3;
	color: White;
	border: 1px solid #009FE3;
	text-decoration: none;
	transition: all 0.3s;
	font-size: 120%;
	display: inline-block;
}

a.buttoninv {
	border: 1px solid #009FE3;
	background-color: White;
	color: #009FE3;
}

a.button:hover {
	border: 1px solid #009FE3;
	background-color: White;
	color: #009FE3;
}

a.buttoninv:hover {
	background-color: #009FE3;
	color: White;
	border: 1px solid #009FE3;
}

div.snippet {
	margin-bottom: 20px;
}

div.snippet h3 {
	margin: 0px;
	background-color: #444444;
	color: White !important;
	font-weight: 500 !important;
	font-size: 130% !important;
	padding: 15px;
}

div.snippet p {
	background-color: #eeeeee;
	margin: 0px;
	padding: 15px;
}

div.subcat {
	margin-top: 30px;
}

span.blue {
	color: #1D2F42;
	font-weight: 400;
}

.agree-cookies {
	padding: 5px 20px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	background-color: #444444;
	text-align: center;
	z-index: 9000;
	display: none;
}

div.banner {
	 background-color: rgba(0,0,0,0.6);
	 padding: 150px 20px;
	 text-align: center;
}


header .header-icon {
	margin: 10px 3px;
	float: right;
	display: block;
	position: relative;
	color: White;
}

header a.header-icon i {
 	font-size: 250%;
 	color: Black;
}

header a.header-icon div.userinfo {
 	float: right;
 	padding-left: 5px;
 	display: inline-block;
 	line-height: 135%;
}

a.header-icon .cart-count {
	background: #1D2F42 none repeat scroll 0 0;
	border-radius: 50%;
	border: 1px solid Black;
	color: White;
	font-size: 12px;
	font-weight: 400;
	height: 24px;
	position: absolute;
	left: 20px;
	text-align: center;
	width: 24px;
	top: -3px;
}

body {
	min-height: 600px;
	line-height: 150%;
	font-family: "Mozilla Text", sans-serif;
	color: Black;
	font-weight: 200;
}

header a {
	color: #2D3841;
}

header img {
	max-height: 145px;
	transition: 0.4s;
}

#headimg {
	height: 600px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-position: center center;
	color: White;
	position: relative;
}

#headimg div {
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.6)
}

#headimg h1 { 
	padding: 30px 50px;
	background-color: rgba(0,0,0,0.8);
	color: White;
	font-weight: 500;
	position: absolute;
	bottom: 50px;
	left: 0px;
}

#empty-headimg {
	height: 150px;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-position: center center;
	color: White;
}

#prodheadimg {
	height: 100%;
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-position: center center;
	color: White;
}

#prodheadimg h1 {
	padding: 30px;
	background-color: rgba(0,0,0,0.4);
	margin: 0px auto;
	color: White;
	font-weight: 500;
	position: absolute;
	top: -200px;
}

.about-us {
	font-size: 1.2rem;
}

.about-us i {
	color: #666666;
}


.menu {
}

.menu ul {
	margin: 0px;
	padding: 0px;
	overflow: auto; 
}

.menu ul > li {
	margin: 0px;
	height: 100%;
	display: inline-block;
}

.menu ul li a {
  color: Black;
  display: inline-block;
  padding: 20px 20px 10px;
  font-weight: 200;
}

.menu ul li a i {
  font-size: 60%;
  line-height: 100%;
}

.menu ul li:hover a {
  border-bottom: 5px solid #009FE3;
  color: #009FE3;
}
.menu ul li ul.dropdown_menu {
	border: 1px solid Black;
  background: #fff none repeat scroll 0 0;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
  opacity: 0;
  padding: 0px;
  position: absolute;
  
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  visibility: hidden;
  z-index: 999;
}
.menu ul li:hover ul.dropdown_menu {
  opacity: 0.99;
  background: White;
  visibility: visible;
  width: 300px;
  overflow: visible;
}

.menu ul li ul.dropdown_menu li {
	position: relative;
}

.menu ul li ul.dropdown_menu li a {
	border: none;
  color: Black;
  display: inline-block;
  padding: 10px 20px;
  position: relative;
  text-transform: uppercase;
  display: block;
}

.menu ul li ul.dropdown_menu li {
    display: block;
    margin: 0px;
    text-align: left;
}

.menu ul li ul.dropdown_menu li:hover a::before {
    opacity: 1
}

.menu ul li ul.dropdown_menu li a:hover{
	background-color: #009FE3;
  color: White;
}





.dropdown_menu .dropdown_submenu {
	display: none;
	position: absolute;
	left: 100%;
	top: 0%;
}
	

.dropdown_menu > li:hover > .dropdown_submenu {
	padding: 0px;
	display: block;
	width: 300px;
	z-index: 5000;
}

div.fixed-top header button {
	margin-top: 5px;
	font-size: 250%;
	font-weight: 800;
	color: Black;
	float: right;
}

div.mobile-menu-area {
	background-color: #eeeeee;
	padding: 0px;
	overflow: auto;
	float: right;
	width: 400px;
}

.shop-page {
  padding: 0px 400px;
  padding-top: 10px;
}

#product h2 {
	font-weight: 500;
}

#product h3 {
	font-weight: 500;
}

#product .shop-page:nth-child(odd) {
	background: White;
}

#product .shop-page:nth-child(even) {
	background: #dddddd;
}

#product #params {
	background-color: #eeeeee;
}

#product #params div {
	line-height: 100%;
	text-align: left;
	padding: 20px;
	display: inline-block;
	width: auto;
}

#product #params div i {
	margin-right: 10px;
	font-size: 200%;
	display: inline-block;
}

#product #params div span {
	display: inline-block;
	width: auto;
}

.product {
	text-align: center;
	margin-bottom: 60px;
}

.product h3 {
	margin-top: 0px;
	font-size: 140%;
	font-weight: 400;
}

div.prodimg {
	height: 200px;
	margin-bottom: 10px;
}

div.prodimg img {
	margin: 0px auto;
	max-height: 200px;
}

.product .prodtext {
	height: 140px;
}

.product .prodtext a {
	font-size: 100%;
	display: inline-block;
	font-weight: 400;
}

.product .prodtext p {
	margin: 0px;
	font-size: 80%;
}

.product .prodtext p strong {
	font-weight: 500;
}

#product h1 {
	margin: 40px 0px;
}

#product img {
	margin-top: 20px;
}

#product div.advert {
	padding-left: 40px;
}

div.user img {
	margin: 20px auto;
}

div.galimg, div.maingalimg {
	height: 250px;
	margin-bottom: 20px; 
	-webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
	background-position: center center;
	transition: all 0.2s;
	box-shadow: 0px 0px 3px #666666;
	transition: all 0.2s;
}

div.maingalcover {
	background: rgba(0,0,0,0.7);
	width: 100%;
	height: 100%;
	display: none;
}

div.maingalimg i {
	padding-top: 40%;
	font-size: 300%;
	display: none;
}

div.maingalimg {
	height: 300px;
}

div.maingalimg:hover {
	transform: scale(1.05);
}

div.maingalimg:hover div.maingalcover {
	display: block;	
}

div.maingalimg:hover i {
	display: block;
	color: White;
}

div.galimg:hover {
	transform: scale(1.05);
	box-shadow: none;
}

img.maingalimg { 
	margin-bottom: 20px;
	box-shadow: 0px 0px 3px #666666;
	transition: all 0.2s;
}

img.maingalimg:hover {
	transform: scale(1.03);
	box-shadow: none;
}

footer {
	padding: 40px;
	background-color: White;
	color: Black;
	text-align: center;
}

footer p {
	font-size: 100%;
}

footer div.footsnipp {
	text-align: left;
	margin-bottom: 0px;
}

footer div.footsnipp h3 {
	color: White;
}

footer div.footsnipp i {
	margin: 0px 20px;
	display: inline-block;
	color: #9E3407;
	font-style: normal;
	font-size: 400%;
}

footer div.footsnipp span.glyphicon {
	color: #aaaaaa;
}

footer div.footsnipp img {
	
}

footer a {
	color: Black;
}

footer a:hover {
	color: #00596D;
}

footer a:active {
	color: #00596D;
}

/* Flexible iFrame */

.flexible-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}

.flexible-container iframe,   
.flexible-container object,  
.flexible-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
}

.video-responsive {
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.carousel {
	padding: 0px;
}

.carousel .carousel-indicators {
	bottom: 50px;
}

.carousel .carousel-indicators button {
	background-color: Silver;
	border: 1px solid Black;
	box-shadow: 0px 0px 3px Black;
	height: 5px;
}

.carousel .carousel-indicators button.active {
	background-color: White;
	border: 1px solid Black;
}

.carousel .carousel-control-prev .carousel-control-prev-icon, .carousel .carousel-control-next .carousel-control-next-icon {
	background: none;
	font-size: 300%;
	text-shadow: 0px 0px 3px Black;
}

#ajax-spinner {
	margin: 15px 0 0 15px;
	padding: 13px;
	background: white url('../images/spinner.gif') no-repeat 50% 50%;
	font-size: 0;
	z-index: 123456;
	display: none;
}

div.flash {
	background: #009FE3;
	border: 1px solid #009FE3;
	color: White;
	padding: 1em;
	margin: 1em 0;
	text-align: center;
	position: absolute;
	top: 100px;
	right: 30%;
	left: 30%;
	z-index: 9999;
}

div.flash.warning {
	background: #cc0000;
	border: 1px solid #cc0000;
	color: White;
}

a[href^="error:"] {
	background: red;
	color: white;
}

form ul.errors {
	list-style: none;
	background: #cc0000;
	border: 1px solid #cc0000;
	padding: 1em;
	margin: 1em 0;
	text-align: center;
	color: White;
}

ul.pagination li.active a {
	background-color: #1D2F42;
	border-color: #1D2F42;
}

ul.pagination li a:hover, ul.pagination li.active a:hover {
	background-color: #606060;
	border-color: #606060;
	color: White;
}

.pagination > li > a, .pagination > li > span {
	color: Black;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
	border-radius: 0px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
	border-radius: 0px;
}

.set-cookies {
	border-top: 1px solid White;
	padding: 20px;
	padding-bottom: 10px;
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	color: white;
	background-color: #333;
	text-align: center;
	z-index: 1000;
	display: none;
}

.set-cookies a.button {
	padding: 5px 10px;
	text-decoration: none;
	margin: 15px 5px;
	cursor: pointer;
}

.set-cookies a {
	color: White;
	text-decoration: underline;
}

.reset-cookies {
	font-size: 75%;
	cursor: pointer;
}

.container.gallery-container {
    background-color: #fff;
    color: #35373a;
    min-height: 100vh;
    padding: 30px 50px;
}

.gallery-container h1 {
    text-align: center;
    margin-top: 50px;
    font-family: 'Mozilla Text', sans-serif;
    font-weight: bold;
}

.gallery-container p.page-description {
    text-align: center;
    margin: 25px auto;
    font-size: 18px;
    color: #999;
}

.tz-gallery {
    padding: 40px;
}

/* Override bootstrap column paddings */
.tz-gallery .row>div {
    padding: 2px;
}

.tz-gallery .lightbox div {
    width: 100%;
    border-radius: 0;
    position: relative;
}

.tz-gallery .lightbox:before {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -13px;
    margin-left: -13px;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: 'Glyphicons Halflings';
    content: '\e003';
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
}


.tz-gallery .lightbox:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: rgba(46, 132, 206, 0.7);
    content: '';
    transition: 0.4s;
}

.tz-gallery .lightbox:hover:after,
.tz-gallery .lightbox:hover:before {
    opacity: 1;
}