/*================================ CSS Reset ===================================*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/*===================================== Clearfix ==================================*/
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
/*===================================== Styles ==================================*/
body {
	font: normal 16px/18px 'Open Sans', Arial, sans-serif;
	font-weight: 400;
	color: #888;
}
h1 {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 600;
	font-size: 95%;
	color: #000;
	padding-bottom: 10px;
	
}

h3 {
color: #343434;
line-height: 1.1;
font-size: 17px;
font-weight: 600;
}

h4 {
color: #5D5A5A;
line-height: 1.1;
font-weight: 600;
}

.container {
	width: 1060px;
	/*margin: 0 auto;*/
}
.inner {
	width: 110%;
	margin: 0 auto;
}
.logo {
	margin: 11px 0;
}
.logo a {
	background: url('../img/logo.png');
	width: 250px;
	height: 56px;
	display: block;
	text-indent: -9999px;
    overflow: hidden;
}
.menu .inner {
	border-top: 1px solid #ececec;
	padding-top: 20px;
}
.menu a {
	text-decoration: none;
	color: #000;
}



.menu span {
	font-size: 80%;
	font-weight: bold;
	display: block;
}
.menu .inner ul.menu-items {
	list-style-type: none;
	text-align: center;
	width: 100%;
}

.menu .inner ul.menu-items > li {
	display: inline-block;
	margin: 0 40px 0;
	padding-bottom: 20px;
	
	
}
.menu .inner ul.menu-items > li:first-child {
	margin-left: 0;
	

}



.menu .inner ul.menu-items > li:last-child {
	margin-right: 0;
}

/*=============================== Meniu dropdown =======================*/
.menu .inner ul.menu-items li {
	position: relative;
	
}
ul.dropdown {
	background: #fff;
	padding: 0;
	text-align: left;
	position: absolute;
	top: 75px;
	left: -192px;
	width: 1042px;
	height: 425px;
	border: 1px solid #ececec;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	display: none;
	z-index: 3;


	
	
}



ul.dropdown > li {
	display: inline-block;
	width: 200px;
	height: 180px;
	margin: 20px 35px 0 20px;
	padding: 0;
	cursor: pointer;

}


ul.dropdown > li:nth-child(4),
ul.dropdown > li:last-child {
	margin-right: 0;
	
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

.menu .inner ul.menu-items li:hover ul.dropdown {
	display: block;
	-webkit-animation: fadeIn 0.75s;
	animation: fadeIn 0.75s;
	
}
.menu .inner ul.menu-items > li:first-child > ul.dropdown {
	left: -9px;
	
}
.menu .inner ul.menu-items > li:nth-child(2) > ul.dropdown {
	left: -141px;
	top: 76px;
	
}
.menu .inner ul.menu-items > li:nth-child(3) > ul.dropdown {
	left: -263px;
	
}
.menu .inner ul.menu-items > li:nth-child(4) > ul.dropdown {
	left: -430px;
	top: 76px;
}
.menu .inner ul.menu-items > li:nth-child(5) > ul.dropdown {
	left: -585px;
}
.menu .inner ul.menu-items > li:nth-child(6) > ul.dropdown {
	left: -714px;
	top: 76px;
}
.menu .inner ul.menu-items > li:nth-child(7) > ul.dropdown {
	left: -855px;
}
.menu .inner ul.menu-items > li:nth-child(8) > ul.dropdown {
	left: -996px;
}
.image {
	width: 200px;
	height: 140px;
	background-color: #fff;
}
span.text {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 90%;
	color: #888;
	line-height: 1.2;
	text-align: center;

}
/*========================= Grayscale for images ==========================*/
li img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
    filter: gray; /* IE6-9 */
   -webkit-filter: grayscale(100%);
   -moz-filter: grayscale(100%);
   -ms-filter: grayscale(100%);
   filter: grayscale(100%);
   filter: gray;
}
li:hover img.grayscale {
   -webkit-filter: none;
   -moz-filter: none;
   -ms-filter: none;
   filter: none;
   -webkit-transition: all 0.75s ease;
     -moz-transition: all 0.75s ease;
       -o-transition: all 0.75s ease;
      -ms-transition: all 0.75s ease;
          transition: all 0.75s ease;
}
/*========================= Image slider ===============================*/
#gallery_01 {
	width: 100%;
	float: left;
	text-align: center;
	padding-top: 20px;
}
#gallery_01 a {
	text-decoration: none;
}
#gallery_01 img {
	border: 1px solid #ccc;
	height: 85px;
	width: 85px;
	/*margin: 20px 9px 9px;*/
}
.active img {
	border: 1px solid #1b99bd !important;
}
.zoomWrapper {
	height: 274px;
	width: 411px;
	margin: 0 auto;
}
.zoomWrapper img {
	position: absolute;
	width: 411px;
	height: 274px;
}
/*============================ Hero Styles =================================*/
.hero {
	margin: 35px 0;
}
.left {
	width: 60%;
	float: left;
}
.right {
	width: 40%;
	float: right;
}
.price {
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 300;
	margin-top: 23px;
}
.price p {
	font-size: 200%;
	font-weight: 100;
	color: #000;
}
.price p span {
	font-size: 75%;
	color: #888;
}
.price p.discount {
	font-size: 80%;
}
.mark {
    position: relative;
    top: -28px;
    border-bottom: 1px solid #888;
    margin-left: 10px;
}
.offsetMark {
    position: relative;
    top: 14px;
}
.discount {
	width: 300px;
	border-bottom: 1px solid #ccc;
	text-align: right;
	line-height: 1.8;
}
.discount span {
	background: #1b99bd;
	color: #fff;
	font-size: 60%;
	padding: 5px 10px 6px;
	margin-right: 15px;
}
.features {
	margin: 25px 0;
	font-size: 90%;
}
.features a {
	color: #888;
}
.features ul {
	list-style-position: inside;
	list-style-type: square;
	color: #1b99bd;
}
.features ul li span {
	color: #888;
	margin-left: 5px;
}
.buy input {
	border: none;
	background: #2eaf61;
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	font-size: 80%;
	padding: 13px 7px;
	-webkit-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.3);
	-moz-box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.3);
	box-shadow: inset 0px 0px 0px 2px rgba(255,255,255,0.3);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
}
.buy input:hover {
	cursor: pointer;
}
.actions {
	margin-top: 12px;
	line-height: 1.6;
	font-size: 90%;
}
.actions a {
	display: block;
	color: #888;
}
.actions a:hover,
.features a:hover {
	color: #1b99bd;
}
/*============================ Tabs ==============================*/
.information .inner {
	border-top: 1px solid #ececec;
}
.information p {
	margin-bottom: 10px;
}
.content p {
	font-family: "Open Sans", Helvetica, sans-serif;
font-size: 14.5px;
line-height: 1.5;
-webkit-font-smoothing: antialiased;
}
.tabs {
	position: relative;   
	min-height: 2760px;
	width: 100%;
	clear: both;
	margin: 35px 0 200px;
}
.tab {
	float: left;
	width: 143px;
}
.tab label {
	background: #f1f0f0;
	color: #888;
	border: 1px solid #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	padding: 15px 0;
	position: relative;
	display: block;
	width: 143px;
}
.tab label:hover {
	background: #1b99bd;
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	border: 1px solid #1783a2;
	cursor: pointer;
	z-index: 2;
}
.tab [type=radio] {
	display: none;   
}
.content {
	position: absolute;
	top: 70px;
	left: 0;
	background: white;
	right: 0;
	bottom: 0;
	padding: 30px 5px;
	height: 100%;
	overflow: auto;
}
[type=radio]:checked ~ label {
	background: #1b99bd;
	color: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-weight: 700;
	border: 1px solid #1783a2;
	z-index: 2;
}
[type=radio]:checked ~ label ~ .content {
	z-index: 1;
}
/*=============================== Fancy box styles ========================*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('../img/fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('../img/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('../imgblank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('../img/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/* table */ 
table {
    border-collapse: collapse;
    border-spacing: 0
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none
}

::selection {
    background: #b3d4fc;
    text-shadow: none
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0
}

.table.with-border td, .table.with-border th {
border: 1px solid #C0C0C0;
padding: 0.375rem;
}

/* fade efketas */
 


