@CHARSET "UTF-8";
@import url(http://fonts.googleapis.com/css?family=Montserrat:400,700|Open+Sans:400,700);

/* External resources */


/** Default styles */
body {
  font-family: 'Open Sans', Helvetica, sans-serif;
  font-size: 11pt;
  padding: 0;
  margin: 0;
  background: #fff;
  color: #494949;
}

img {
  max-width: 100%;
  height: auto;
}

a img {
  border: none;
}

div.clearfix {
  clear: both;
}

hr{
	display:block;
	width:75px;
	height:1px;
	color:#afafaf;
}

/* Buttons*/

.info-button{
	text-transform:uppercase;
	padding:8px 20px;
	border: 2px solid #000;
	display:inline-block;
	background-color:#fff;
	transition: all 0.2s ease-in;
}

.info-button:hover{
	background-color:#000;
	color:#fff;
}

.cart-button{
	text-transform:uppercase;
	padding:8px 20px 8px 50px;
	color:#fff;
	display:inline-block;
	background:#006ab2 url("img/cart-white.png") no-repeat 10%;
	transition:all 0.2s ease-in;
}

.cart-button:hover{
	background-color:#bbd7e2;
}

/* Wrapper */

.wrapper {
  width: 975px;
  margin: 0 auto;
}

/* Header Menus */

.header-menus{
	width:100%;
	background-color:#bbd7e2;
}

.header-menus table{
	padding:10px;
}

.header-menus td{
	border-right: 1px solid #494949;
	padding:0px 10px;
}

.header-menus td:last-child{
	border-right:none;
}

.header-menus a{
	text-decoration:none;
	color:#494949;
	transition:color 0.1s ease-in;
}

.header-menus a:hover{
	color:#006ab2;
}

.header-menu-left{
	float:left;
	width:50%;
}

.header-menu-right{
	float:right;
	width:50%;
}

.header-menu-right table{
	float:right;
}

/* Header */

.header {
  width:100%;
}

.header-left{
	width:50%;
	float:left;
}

.header-left img{
	margin:50px 0px;
}

.header-right{
	width:50%;
	float:right;
	text-align:right;
}

.header-search{
	width:100%;
	height:30px;
	margin:10px 0px;
	text-align: right;
}

.header-search form {
  margin: 0;
  padding: 0;
}

.header-search input {
  border: 1px solid #ddd;
  font-size: 10pt;
  color: #444;
  padding: 8px 10px;
  vertical-align: bottom;
  width: 150px;
}

.header-search button {
  background: #262626;
  border: none;
  padding: 7px 7px 8px;
  vertical-align: bottom;
  transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}

.header-search button:hover {
  background: #006ab2;
}

.header-search a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  margin: 0 0 0 10px;
  height: 30px;
  width: 35px;
  vertical-align: bottom;
  color: #006ab2;
}

.header-search a img {
  position: absolute;
  left: 0;
  bottom: 0;
}

.header-search a sup {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 9pt;
  font-weight: bold;
}

.header-info a{
	text-decoration:none;
	color:#006ab2;
}

.header-info a:hover{
	opacity:0.8;
}

div.admin-button {
  background-color:#bbd7e2;
  text-align:center;
  border-bottom:1px solid #fff;
  padding:10px 0px;
}

div.admin-button a {
  text-decoration:none;
  color:#494949;
}

/* Menu bar */

#menu-btn {
  
}

.navbar{
	width:100%;
	background-color:#e8eeef;
}

.navbar ul {
  margin: auto;
  padding: 0;
  list-style: none;
  display: table;
}

.navbar li {
  display: table-cell;
  position:relative;
  text-align:center;
}

.navbar ul li a {
  cursor: pointer;
  text-decoration:none;
  display:block;
  padding: 15px 10px;
  transition:0.5s ease;
  color:#494949;
  font-family:'Montserrat', sans-serif;
  text-transform:uppercase;
}

.navbar ul li a:hover{
	color:#fff;
	background-color:#006ab2;
}

.css-menu-panel{
  position: absolute;
  width:100%;
  left: 0;
  top: 100%;
  height:auto;
  margin: 0;
  padding: 0px;
  z-index: 1000000;
  transform: scaleY(0);
  -webkit-transform: scaleY(0);
  -o-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -moz-transform: scaleY(0);
  transition: transform 0.3s;
  -o-transition: transform 0.3s;
  -webkit-transition: transform 0.3s;
  -ms-transition: transform 0.3s;
  -moz-transition: transform 0.3s;
  transform-origin: 0 0;
  -o-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
}

.navbar li:hover .css-menu-panel{
	transform: scale(1);
}

.navbar ul li .css-menu-panel a {
  background-color:#a1c0d2;
  color:#fff;
}

.navbar ul li .css-menu-panel a:hover {
  color:#006ab2;
}

.navbar ul li.has-dropdown a:after{
  content:'';
  background:url("img/dropdown.png") no-repeat;
  display:inline-block;
  height:6px;
  width:10px;
  margin-left:10px;
}

.navbar ul li.has-dropdown:hover a:after{
  content:'';
  background:url("img/dropdown-white.png") no-repeat;
  display:inline-block;
  height:6px;
  width:10px;
  margin-left:10px;
}

.navbar ul li.has-dropdown .css-menu-panel a:after{
	content:'';
	background:none;
}
/* Banner */

.banner {
  width:100%;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,edf0ed+52 */
background: #ffffff; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUyJSIgc3RvcC1jb2xvcj0iI2VkZjBlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
background: -moz-linear-gradient(top,  #ffffff 0%, #edf0ed 52%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(52%,#edf0ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#edf0ed 52%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#edf0ed 52%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#edf0ed 52%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#edf0ed 52%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#edf0ed',GradientType=0 ); /* IE6-8 */
  
}

.banner .wrapper{
	position:relative;
}

.banner-overlay{
	width:100%;
	background-color:#ffffff;
	opacity:0.75;
	position:absolute;
	left:0;
	bottom:20px;
	text-align:center;
}

.banner-overlay h1, .banner-overlay h2, .banner-overlay h3{
	font-family:'Montserrat', sans-serif;
	text-transform:uppercase;
}

/* Main */

div.main {
  
}

/* Side bar */

div.sidebar {
  float: ;
  width: ;
}

div.sidebar ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

div.sidebar>ul>li>h3:first-child {
  display:none;
}

div.sidebar ul li {
  
}

div.sidebar ul li a {
  display: block;
}

/* Content */

.content {
  float: ;
  width: ;
}

.content script+link+h1 {
  display:none;
}

.content>*:first-child,div.gallery-header>*:first-child {
  margin-top: 0;
}

.content td>*:first-child {
  margin-top: 0;
}

.content td>*:last-child {
  margin-bottom: 0;
}

.content h1,.content h2,.content h3,.content h4,.content h5,.content h6 {
  font-family:'Montserrat', sans-serif;
  text-transform:uppercase;
}

/** Footer */

div.footer-top {
  width:100%;
  background-color:#a1c0d2;
}

.footer-top-box{
	width:33.3%;
	float:left;
}

.footer-top-box img{
margin:60px 0px 0px 25px;
}

div.footer-top-box a {
  display:block;
  text-decoration:none;
  color:#494949;
  margin:5px 0px;
  transition:color 0.2s ease-in;
}

div.footer-top-box a:hover {
  color:#e8eeef;
}

.footer-bottom{
	width:98%;
	background-color:#e8eeef;
	padding:1%;
	text-align:right;
}

.footer-bottom p{
	margin:0;
}

.footer-bottom a{
	color:#494949;
}

/** gallery styles */

div.slideshow#image-gallery {
  
}

div#image-gallery a.slides-next, div#image-gallery a.slides-prev {
  background:#333;
  background: rgba(51,51,51,0.6);
  text-decoration: none;
  transition:padding 0.2s, background 0.2s;
  -o-transition:padding 0.2s, background 0.2s;
  -ms-transition:padding 0.2s, background 0.2s;
  -moz-transition:padding 0.2s, background 0.2s;
  -webkit-transition:padding 0.2s, background 0.2s;
  padding:0 5px;
}

div#image-gallery a.slides-next:hover, div#image-gallery a.slides-prev:hover {
  background: #333;
  padding:0 10px;
}

div#image-gallery * {
	padding:0;
	list-style:0;
}

div#image-gallery *:after, div#image-gallery *:before {
	display:none;
}

/*******************************************************************************
 ** Utility: 3-col responsive grid */

.col1,.col2,.col3 {
  padding: 4px 0;
  margin: 0;
}

.col1 {
  width: 24%;
  padding-left: 1%;
  float: left;
}

.col1.gapless {
  width: 25%;
  padding-left: 0;
}

.col2 {
  width: 49%;
  padding-left: 1%;
  float: left;
}

.col2.gapless {
  width: 50%;
  padding-left: 0;
}

.col3 {
  width: 74%;
  padding-left: 1%;
  float: left;
}

.col3.gapless {
  width: 75%;
  padding-left: 0;
}


.col4 {
  width: 100%;
  padding-left: 0;
}

.colthumb {
  float: left;  
  width: 160px;
}

.colall {
  float: left;
  padding-left: 1%;
  width: calc(99% - 160px);
}

.col1:first-child, .col2:first-child {
  padding-left: 0;
}

/** Clears */

.clear:before,.eshop-item-image:before,.eshop-item:before
.clear:after,.eshop-item-image:after,.eshop-item:after {
  display: table;
  content: ' ';
  clear: both;
}

/** Remove background in editor */

body.content {
  float: none;
  border-right: 1px solid #ddd;
  background: #fff;
}

/** Responsive 2, 3 and 4 column tables */

.content table.responsive3, .content table.responsive2, .content table.responsive4, .content table.responsive3 tbody, .content table.responsive2 tbody, .content table.responsive4 tbody {
  border: 0;
  border-spacing: 0;
  width: 100% !important;  
}

.content table.responsive3 td {
  width: 32%;
  padding-left: 2%;
  border: 0;
  vertical-align: top;
}

.content table.responsive3 td:first-child {
  padding-left: 0;
}

.content table.responsive2 td {
  width: 48%;
  padding-left: 4%;
  border: 0;
  vertical-align: top;
}

.content table.responsive2 td:first-child {
  padding-left: 0;
}

.content table.responsive4 td {
  width: 24%;
  padding-left: 1.33333%;
  border: 0;
  vertical-align: top; 
}

.content table.responsive4 td:first-child {
  padding-left: 0;
}

.content a {
  color: #006ab2;
  transition: color 0.3s;
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
}

.content a:hover {
  color: #004C80;
}

.content .eshop-gallery-item {
  width: calc(22% - 20px);
  padding: 10px;
  display: block;
  float: left;
  position: relative;
  text-align: center;
}

.content .eshop-gallery-item-image {
  height: 208px;
  position: relative;
}

.content .eshop-gallery-item-caption a {
  color: #262626;
  text-decoration: none;
  font-weight: bold;
  display: block;  
  padding: 5px 0;
  height: 2.5em;
  overflow: hidden;
}

.content .eshop-gallery-item-image a img {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: auto;
  max-height: 208px;
  height: auto;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;  
}

.content .eshop-gallery-item-image a:hover img {
  opacity: 0.6;
}

.content .eshop-price-display {
  color: #006ab2;
  font-weight: bold;
  display: block;
}

.content .eshop-price-display .eshop-price-net {
  font-size: 0.8em;
  font-weight: normal;
}

.content a.shop-item-more {
  display: block;
  border: 2px solid #262626;
  margin: 5px 20% 0;
  color: #262626;
  padding: 6px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
  -o-transition: background 0.3s, color 0.3s;
  -ms-transition: background 0.3s, color 0.3s;
  -moz-transition: background 0.3s, color 0.3s;
  -webkit-transition: background 0.3s, color 0.3s;
}

.content a.shop-item-more:hover {
  background: #262626;
  color: #fff;
}

.content .eshop-item-detail>h3 {
  display: none;
}

.eshop-cart-summary>form>h3 {
  margin: 20px 0 30px;
}

.eshop-cart2-summary {
  width: 100%;
  border-top: 1px solid #262626;
  border-bottom: 1px solid #262626;
  border-spacing: 0;
  margin: 10px 0;
}

.eshop-cart2-summary th {
  border-bottom: 1px solid #262626;
  text-align: left;
}

.eshop-cart2-summary th:nth-child(4) {
  text-align: right;
}

.eshop-cart2-name {
  width: 35%;
}

.eshop-cart2-unitprice {
  width: 20%;
  text-align: right;
}

.eshop-cart2-quantity {
  width: 5%;
  text-align: center;
}

.eshop-cart2-price {
  width: 20%;
  text-align: right;
}

.eshop-cart2-remove {
  width: 7%;
  text-align: right;
}

.eshop-cart2-remove button {
  padding: 3px 10px;
  text-transform: uppercase;
}

table.eshop-cart2-summary tr.eshop-cart2-totalline td {
  font-weight: bold;
  background: #fff;
}

.eshop-cart2-summary tr:nth-child(even) td {
  background: #e2e2e2;
}

.checkout-go button {
  padding: 20px;
}

.formandu-button, .eshop-cart2-remove button, .checkout-go button {
  color: #fff;
  border: none;
  background: #262626;
  transition: background 0.3s;
  -o-transition: background 0.3s;
  -ms-transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
  border-radius: 0;
}

.formandu-button:hover, .eshop-cart2-remove button:hover, .checkout-go button:hover {
  background: #006ab2;
}

.eshop-item-image .pirobox_gall.image-gallery-img {
  width: calc(48% - 20px);
  height: 150px;
  float: left;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  display: block;
  padding: 10px; 
}

.eshop-item-image .pirobox_gall.image-gallery-img:hover {
  opacity: 0.8;
}

.eshop-item-image .pirobox_gall.image-gallery-img img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;  
}

.content .eshop-item-image {
  height: auto;
  width: 380px;
}

.content .eshop-item-detail {
  width: 550px;
}

.eshop-wonder {  
  padding: 10px;
  width: 400px;
  margin: 0 0 10px 0;
}

.eshop-item-image .eshop-wonder>.pirobox_gall.image-gallery-img {
  width: 360px;
  height: auto;
}

.eshop-wonder-thumbs {
  width: 380px;
  margin: 10px 0 0 0;
  padding: 10px 0 0 0;
  overflow-x: auto;
  white-space: nowrap;
}

.recommendations {
  text-align: center;
}

.recommendations hr {
  width: 10%;
  border: none;
  border-top: 1px solid #888;
  margin: 0 auto 10px;
}

.recommended-item {
  display: inline-block;
  width: 230px;
  height: 365px;
  margin-right: 10px;
  text-align: center;
}

.recommended-item .image {
  width: 230px;
  height: 200px;  
}

.recommended-item .image img {
  max-width: 230px;
  max-height: 200px;    
  width: auto;
  height: auto;
}

.recommended-item h3 {
  font-size: 11pt;
  font-weight: normal;
  margin: 6px 0;
  height: 4em;
  overflow: hidden;
}

.recommended-item .link {
  padding: 6px 0 0 0;
}

/** Additional styles - delete/uncomment as needed */

/** coloured bullets 

.content ul {
  list-style: none;
  margin: 0;
  padding: 0 0 0 40px;
}

.content ul li {
  position: relative;
  text-align: left;
}

.content ul li:before {
  content: '';
  position: absolute;
  left: -20px;
  top: 6px;
  top: calc(50% - 5px);
  width: 10px;
  height: 10px;
  border-radius: 15px;
  background: #006837;
}
*/

/** Email form presentation 

.email-form-controls {
  margin-top: 10px;
  background: #e2e2e2;
  border-radius: 4px;
  padding: 10px;
  text-align: center;
}

.email-form-controls .formandu-text,.email-form-controls .formandu-dropdown {
  width: 80%;
  margin: 0 auto;
  border: 1px solid #888;
  font-size: 12pt;
  color: #888;
  padding: 6px !important;
}

.email-form-controls .formandu-container {
  text-align: center !important;  
  padding: 10px 0 0 0;
}

.email-form-controls .formandu-container button.formandu-button {
  font-size: 14pt;
  font-weight: bold;
  padding: 14px 50px;
}

*/

/** Blog presentation 

div.blog-post {
  padding: 0 0 10px 0;
  margin: 0 0 10px 0;
  border-bottom: 2px solid #006837;
}

a.permalink[href*="/blog/"] {
  position: relative;
  text-decoration: none;
  background: #262261;
  color: #fff;
  border-radius: 4px;
  transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
}

a.permalink[href*="/blog/"]:hover {
  opacity: 0.7;
}

a.permalink[href*="/blog/"]:nth-of-type(1) {
  float: right;
  padding: 8px 25px 8px 8px;
}

a.permalink[href*="/blog/"]:nth-of-type(2), a.permalink[href*="/blog/"]:only-of-type {
  float: left;
  padding: 8px 8px 8px 25px;
}

a.permalink[href*="/blog/"]:nth-of-type(1):after {
  content: '';
  width: 0;
  height: 0;
  border-left: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 0;
  top: 40%;
  top: calc(50% - 5px);
  right: 10px;
  padding: 0;
  position: absolute;
}

a.permalink[href*="/blog/"]:nth-of-type(2):after, a.permalink[href*="/blog/"]:only-of-type:after {
  border-right: 6px solid #fff;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 0;
  right: auto;
  left: 10px;
  content: '';
  width: 0;
  height: 0;
  top: 40%;
  top: calc(50% - 5px);
  right: 10px;
  padding: 0;
  position: absolute;
}

.blog-date {
  font-size: 9pt;
  margin-top: -0.5em;
  margin-bottom: 0.5em;
}

*/

/** Responsive views */

/** Desktop only (need to set width to page width + 1) */

@media (min-width: 1001px) {
  .only-desktop {
    display: auto !important;
  }
  .not-desktop {
    display: none !important;
  }
  #nav-bar {
    display: block !important;
  }
}

/** Too small for desktop (tablet) - set width to page width */
@media (max-width: 1000px) {
  .not-desktop {
    display: auto !important;
  }
  .only-desktop {
    display: none !important;
  }
  
.wrapper{
	width:100%;
}

/*headermenus*/

.header-menu-left{
	width:100%;
}

.header-menu-left table{
	margin:auto;
}

.header-menu-right{
	width:100%;
	float:left;
}

.header-menu-right table{
	margin:auto;
	float:none;
}

/*header*/

.header-left{
	width:100%;
	text-align:center;
	height:auto;
}

.header-left img{
	margin:20px 0px;
}

.header-right{
	width:100%;
	text-align:center;
	height:auto;
	float:left;
}

/*navbar*/

.header-search {
  text-align: center;
}

.navbar{
	width:100%;
	height:auto;
	
}

.navbar ul {
  margin: auto;
  padding: 0;
  list-style: none;
  display: none;
}

.navbar li {
  display: block;
  position:relative;
  text-align:center;
}

.navbar ul li a{
	padding:10px 10px;
}

#menu-btn{
	text-align:center;
	display:inline-block;
	width:100%;
	font-size:16pt;
	color:#000;
}

.css-menu-panel {
  display: none;
  transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
  -webkit-transform: scale(1);
   width: 100%;
   position: static;
   opacity: 1;
}

/*banner*/

.banner{
	display:none;
}

/*footer*/

.footer-top-box{
	width:100%;
	text-align:center;
}

.footer-top-box img{
	margin:10px 0px;
}

.footer-bottom{
	text-align:center;
}
.content .eshop-gallery-item {
  width: calc(48% - 20px);
}

.content .eshop-gallery-item-image a img {
  position: static;
  text-align: Center;
}

  .content .eshop-item-image {
    float: none;
    width: auto;
  }
  .content .eshop-item-detail {
    float: none;
    width: auto;
  }

}

/** Phone */
@media (max-width: 500px) {
  table.responsive3,table.responsive2,table.responsive4 {
    display: block;
  }  
  table.responsive4 td,table.responsive3 td,table.responsive2 td {
    padding: 5px 0 0 0;
    display: block;
    width: 100% !important;
    padding: 0 !important;
    float: none !important;
  }
  .col1 {
    width: 100%;
    padding-left: 0;
    float: none;
    text-align: center;
  }
  .col2 {
    width: 100%;
    padding-left: 0;
    float: none;
    text-align: center;
  }
  .col3 {
    width: 100%;
    padding-left: 0;
    float: none;
    text-align: center;
  }
  .col1.right, .col2.right, .col1.right+.col1 {
    text-align: center;
  }
  .content .eshop-gallery-item {
    width: auto;
    position: static;
    float: none;
  }
}