html {-webkit-font-smoothing: antialiased}
html:lang(en) .afisa-en {display:block;}
html:lang(en) .afisa-el {display:none;}

html:lang(el) .afisa-en {display:none;}
html:lang(el) .afisa-el {display:block;}

html:lang(auto) .afisa-en {display:none;}
html:lang(auto) .afisa-el {display:block;}
body {
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
	color: #000;
	font-size: 12px;
	line-height: 20px;
	width: 100%;
	background:#D6D1CA!important;
	overflow-x:hidden!important;
}
h1, h2, h3, h4, h5, h6 {
	color: #000;font-family: 'Roboto', sans-serif;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}
a {
	color: #000;
}
a {outline:none!important;}
a:focus {outline:none!important;text-decoration: none!important;}
a:hover {
	text-decoration: none!important;color: #ccc;transition: 0.4s;
}
legend {
	font-size: 18px;
	padding: 7px 0px
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 12px;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 12px;
}
.input-group .input-group-addon {
	font-size: 12px;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}
div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */
.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
/* top */


.panel-title > a, .panel-title > small, .panel-title > .small, .panel-title > small > a, .panel-title > .small > a {
    color: #000;
}

#product .radio {
padding:5px 0 5px 0!important;
margin:0 0px 10px 0!important;
display:block;
width:230px!important;	
}
#product .radio label {padding-left:0px;opacity:1!important;background:#fff!important;border:1px solid #fff!important;padding:8px!important;color:#000!important;font-size:14px!important;font-weight:400!important;width:100%!important;display:block!important;}
#product .radio label:hover {border:1px solid #000!important;}
#product .radio input[type="radio"]:checked label {border:1px solid #000!important;}
#product .radio img {width:40px;border:1px solid #fff!important;}
#product .radio input[type="radio"] {position:absolute!important;left:-999999999999px!important;}
#product .radio input[type="radio"] + span {background:#fff!important;border:1px solid #fff!important;padding:18px!important;color:#000!important;font-size:14px!important;font-weight:400!important;width:100%!important;display:block!important;}
#product .radio input[type="radio"]:hover span {background:#fff;border:1px solid #000!important;padding:18px;color:#000;font-size:14px;font-weight:400;}
#product .radio input[type="radio"]:checked span {background:#fff!important;border:1px solid #000!important;padding:18px!important;color:#000!important;font-size:14px!important;font-weight:400!important;}
#product .radio input[type="radio"]:disabled span {cursor: not-allowed;opacity:0.5;background:#efefef;border:none;padding:18px;color:#000;font-size:14px;font-weight:400;}

#minus-qty {border-top:1px solid #e8e8e8!important;border-bottom:1px solid #e8e8e8!important;border-left:1px solid #e8e8e8!important;border-right:none!important;box-sizing: border-box;border-top-left-radius:4px;border-bottom-left-radius:4px;}
#plus-qty {border-top:1px solid #e8e8e8!important;border-bottom:1px solid #e8e8e8!important;border-right:1px solid #e8e8e8!important;border-left:none!important;box-sizing: border-box;border-top-right-radius:4px;border-bottom-right-radius:4px;}
#minus-qty:hover {color:#222!important;} 
#plus-qty:hover {color:#222!important;} 


#hideAll
 {
   position: fixed;
   left: 0px; 
   right: 0px; 
   top: 0px; 
   bottom: 0px; 
   background-color: white;
   z-index: 99; /* Higher than anything else in the document */

 }






#topbar {font-size:12px;color:#DF0821;font-weight:700;}
.panoleft {text-align:left;font-size:12px;color:#DF0821;font-weight:700;}
.panoright {text-align:right;font-size:12px;color:#DF0821;font-weight:700;}
.panoright a {color:#DF0821;font-size:19px;}

@media (max-width: 768px) and (min-width: 280px) {
.panoleft {text-align:center;font-size:12px;color:#DF0821;font-weight:700;padding-bottom:23px;}
}

#top {
	background-color: #000;
	padding: 15px 0px 15px 0;
	margin: 0 0 0px 0;
}
#top .container {
	padding: 0 20px;
}
#top #form-currency .currency-select,
#top #form-language .language-select {
	text-align: left;
}
#top #form-currency .currency-select:hover,
#top #form-language .language-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #888;
	text-shadow: 0 1px 0 #FFF;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #444;
}
#top-links .dropdown-menu a {
	text-shadow: none;
}
#top-links .dropdown-menu a:hover {
	color: #FFF;
}
#top .btn-link strong {
	font-size: 14px;
        line-height: 14px;
}
#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */



/* search */
.idsearch {
	margin-bottom: 0px;float:right;
}
.idsearch .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
.idsearch .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
	text-shadow: 0 1px 0 #FFF;
}
/* cart */
#cart {
	margin-bottom: 0px;
	margin-top:0px;
	float:right;
}

#cart > .btn {
	
	line-height: 18px;
	color: #000!important;
	border: none!important;
	border-radius: 0px!important;
	box-shadow: none!important;
	background:transparent!important;
	font-size:13px!important;
	font-weight:400!important;
	margin-left:18px!important;
	margin-right:15px!important;
	margin-top:0px!important;
}
#cart > .btn:hover img{
	 filter: grayscale(100%); 
}
#cart > .btn-lg {
    padding: 0px 0px;
    font-size: 15px;
}

#cart.open > .btn {
	background-image: none;
	background-color: #000;
	border: none;
	color: #c9c9c9;
	box-shadow: none;
	text-shadow: none;
}


#cart.open > .btn:hover img{
	 filter: grayscale(100%); 
}
#cart .dropdown-menu {
	background: #000;
	z-index: 1001;
	border-radius:0px;
	border:0px;
	color:#fff;
}
#cart .dropdown-menu {
	min-width: 280px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu {
		width: 100%;
	}
}
#cart .dropdown-menu table {
	margin-bottom: 10px;
	
}


#cart-total {position:relative;display:block;float:right;font-weight:400!important;
font-size: 14px;
line-height: 16px;
text-align: right;
background:transparent!important;
color: #000;margin-top:5px;margin-left:13px;}


.table-striped {background-color:#5b5a5a!important;}
.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #5b5a5a!important;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #2C2C2C;
}




#cart .dropdown-menu li > div {
	min-width: 427px;
	padding: 0 10px;
}
@media (max-width: 478px) {
	#cart .dropdown-menu li > div {
		min-width: 100%;
	}
}
#cart .dropdown-menu li p {
	margin: 20px 0;
}
/* menu */
#menu {
margin-top:0px;
}


#menu .nav ul 
{text-align: left;
  list-style:none;}
  
#menu .nav > li > a {
	color: #fff;
	padding: 13px 35px 0px 0px;
	background-color: transparent;
	font-size:14px;
	font-weight:400;
	margin-bottom:0px;font-family: 'Roboto', sans-serif;
	
}
#menu .nav > li:last-child a {padding: 13px 0px 13px 0px;}
#menu .nav > li > a:hover {color:#ccc!important;}


@media (max-width: 1312px) and (min-width: 1102px) {
#menu .nav > li > a {

	padding: 13px 15px 13px 0px;
}	
}



@media (max-width: 1102px) and (min-width: 940px) {
#menu .nav > li > a {

	padding: 13px 5px 13px 0px;
}	

}






.oxikinito {display:inline-block;}
.naikinito {display:none;}

.toneosrch {position:absolute;top:10px;right:20px;z-index:1002;}
.toneosrch2 {display:none!important;}

@media (max-width: 1060px) and (min-width: 416px) {
.toneosrch2 {display:inline-block!important;margin-right:7px;}
}

@media (max-width: 1060px) and (min-width: 280px) {
	#cart > .btn {margin-left:6px!important;	margin-right:0px!important;}
	.toneosrch {display:none;}
	.toneosrch2 {display:inline-block;margin-right:7px;}
.oxikinito {display:none!important;}
.naikinito {display:block;}
.naikinito .idsearch {width:270px!important;margin:0 auto!important;}
.navbar-collapse.collapse {    display: none ;}
.navbar-toggle {    display: block;}

#cart-total {
font-size: 12px;
line-height: 12px;
margin-top:5px;margin-left:3px;}

}



.navbar-nav  {width:100%;display:block;float:none;text-align: left;}
.navbar-nav > li {
    float: none;display:inline-block;text-align: left;
}
p {font-size:14px;line-height:18px;font-weight:400;color:#333;}


#logo {
	margin: 0px auto 15px auto;
	width:220px;
	text-align:center;
}




@media (max-width: 600px) and (min-width: 280px) {
#logo {
	margin: -0px auto 10px auto;
	width:161px;
	text-align:center;
}

#logo a img {width:100%;}


#cart {
	margin-bottom: 0px;
	float:right;
}
#menu {
    margin-top: 0px;
}
#cart > .btn {
	margin-left:5px!important;
	margin-right:0px!important;
	margin-top:0px!important;
}
}


.menukaisearch{background:#000;}





.table {background:#fff;font-size: 14px!important;}
.table-bordered {
    border: 1px solid #000!important;
}
.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #000;
}

#menu .dropdown-menu {
	 background:#fff!important;
	 border-radius:0!important;
	 border:0!important;
	 padding:20px 20px!important;
margin-left:0px!important;
box-shadow: none !important;
top:54px!important;
border:1px solid #ccc!important;
border-top:none!important;
}





#menu .dropdown-inner {
	display: table;
}
#menu .dropdown-inner ul {
	display: table-cell;
}
#menu .dropdown-inner a {
	min-width: 210px;
	display: block;
	padding: 4px 4px;
	clear: both;
	line-height: 20px;
	color: #333;
	font-size: 14px;
	font-weight:400!important;font-family:'Roboto', sans-serif;
}

#menu .menu3rdlevel_inner a {font-weight:400!important;}





#menu .dropdown-inner li a {text-align:left!important;}
#menu .dropdown-inner li a:hover {
	color: #005949!important;
	background:transparent!important;
}
#menu .see-all {
	display: block;
	margin-top: 10px!important;
	padding: 9px 0px!important;
	-webkit-border-radius:0px;
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 11px!important;
	font-weight:700;
	color:#005949!important;
	border-top:1px solid #005949!important;
}
#menu .see-all:hover, #menu .see-all:focus {
	text-decoration: none;
	color: #333!important;

}
#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #fff;
	text-shadow: none;
}
#menu .navbar-header {text-align:center!important;}


#menu .btn-navbar {
	font-size: 14px;
	font-stretch: none;
	color: #FFF;
	font-weight:400;
	float: none;
	background-color: #fff!important;
	background-image: none!important;
	background-repeat: repeat-x;
	border:1px solid #fff!important;
	padding:0 0 0 0!important;
	width:36px!important;
	height:24px!important;
	margin:0 0 0 0!important;
	
}
#menu .btn {padding:6px!important;margin-left:20px;}

#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	border:1px solid #888;
}



@media (max-width: 940px) {
	
	#menu .navbar-header {text-align:left!important;}
	#menu .nav > li > a {
	color: #000;
	padding: 9px 0px 9px 0px;
	background-color: transparent;
	font-size:14px;
	font-weight:600;
	width:100%;
	margin-bottom:8px;font-family: 'Roboto', sans-serif;
	display:block;
	}
	#menu .nav > li > a:hover {color:#d0cbc1!important;}
	#menu .nav > li {text-align:left;}
	#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 4px 4px;
	clear: both;
	line-height: 20px;
	color: #000;
	font-size: 12px;
	font-weight:400!important;font-family:'Roboto', sans-serif;
	}
	#menu .dropdown-inner a:hover {color:#d0cbc1!important;}
	.navbar-nav  {width:100%;display:block;float:none;text-align: left;}
	.navbar-nav > li {
		float: none;display:block;text-align: left;margin-left:20px;
	}
	
}


@media (min-width: 981px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}
}
@media (max-width: 980px) {
	
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: #fff;
	}
	#menu .dropdown-inner {
		display: block;
	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #000;
	}
	
}



.navbar {
    position: relative!important;
    min-height: 10px!important;
    margin-bottom: 0px!important;
    border: 0!important;
}

.keimenodeksia {text-align:right;font-size:12px;color:#DF0821;padding-top:11px;}
.keimenoaristera {text-align:left;font-size:12px;color:#DF0821;padding-top:11px;}



.mepadding1 {padding-left:5%;}
.mepadding2 {padding-left:7%;}

@media (max-width: 767px) {
.mepadding1 {padding-left:15px;}
.mepadding2 {padding-left:15px;}
.stimesi {max-width:280px;margin:0 auto 50px auto;text-align:center;line-height:32px;}
 .stimesi h5 {text-align:center;}
.keimenodeksia {text-align:right;padding:10px 10px 10px 0;}
.keimenoaristera {text-align:left;padding:10px 0 10px 10px;}
}


.panolinks {text-align:right;padding-top:23px;}
.panolinks a {color:#000;font-size:14px;font-weight:400;position:relative;transition: 0.3s;display:block;float:right;} 
.panolinks a:hover {color:#666;}
.panolinks a:hover img{
	 filter: grayscale(100%); 
}
.panolinks a span {padding-left:10px;}
@media (max-width: 1060px) {
.panolinks {text-align:right;padding-top:13px;}	
}
@media (max-width:560px) {
.panolinks {text-align:right;padding-top:6px;}	
}

.perigrafikatigorias {max-width:510px;margin:0 auto;}
.perigrafikatigorias p {font-size:14px;color:#000;font-weight:400;line-height:18px;color:#888;text-align:center;}
.perigrafikatigorias h2 {padding-bottom:20px;font-size:28px;line-height:42px;color:#444444;font-weight:700;text-align:center;}






.prodselida{padding-top:50px;padding-bottom:40px;width:97%;margin:0 auto!important;}
@media (max-width: 767px) {
.prodselida{padding-top:50px;padding-bottom:40px;width:97%;margin:0 auto!important;}
.perigrafikatigorias h2 {padding-bottom:20px;font-size:22px;line-height:32px;color:#444444;font-weight:700;text-align:center;}

}

.prodprice {width:100%;position:relative;text-align:center;margin-top:40px;margin-bottom:43px;}
.perigrafiprod {width:100%;position:relative;margin-top:57px;}
.perigrafiprod p{font-weight: 400;
font-size: 14px;
line-height: 21px;
color: #333333;}

.alert-success {
    color: #fff!important;
    background-color: #DF0820!important;
    border:none!important;
}
.alert-success a {color:#fff!important;text-decoration:underline!important;}
.alert-success .close {
    float: right;
    font-size: 20px!important;
    font-weight: 400!important;
    line-height: 1;
    color: #fff!important;
    text-shadow: none!important;
    filter: alpha(opacity=100)!important;
    opacity: 1!important;
}











label {
    display: block;
    max-width: 100%;
    
    font-size:12px;line-height:14px;color:#333;font-weight:700;
	
}


.form-group {
    margin-bottom: 30px;
}






.form-control {
    display: block;
    width: 100%!important;

    height: 44px!important;
    line-height: 1.42857143!important;
 -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
    cursor: pointer!important;
    outline: none!important;



   
	box-shadow: none!important;
	
	color: #333!important;
	font-size:14px!important;
	font-weight:400!important;
	padding:5px 20px!important;
	font-family:'Roboto', sans-serif!important;
	background: #fff;
	border: 1px solid #DEDEDE!important;
	box-sizing: border-box!important;
	border-radius: 4px!important;
	
	
	
	
	
	
}
.form-control::-webkit-input-placeholder {
  color: #d8d8d8!important;font-weight:400!important;
}
.form-control::-moz-placeholder { /* Firefox 19+ */
  color: #d8d8d8!important;font-weight:400!important;
}
.form-control:-ms-input-placeholder { /* IE 10+ */
 color: #d8d8d8!important;font-weight:400!important;
}
.form-control:-moz-placeholder { /* Firefox 18- */
color: #d8d8d8!important;font-weight:400!important;
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    outline: none;
	font-size:14px;
	font-family:Roboto;
	font-weight:500;
	color:#2B3087!important;
  background:#fff url(../image/058-down-arrow1.png) no-repeat 93% center !important;
}

input {border:1px solid #E5E6E1!important;}

.nav-tabs {
    border-bottom: none;
	text-align:center;
}
.nav-tabs > li {
    float: none!important;
	display:inline-block!important;
    margin-bottom: 3px;
}
.nav-tabs > li > a {
    margin-right: 0px;
    border-bottom: 1px solid #c4c4c4;border-top:1px solid #F6F6F6;border-left:1px solid #F6F6F6;border-right:1px solid #F6F6F6;
    border-radius: 0;
	color:#666;
	font-weight:700;
	padding-bottom:20px;outline:none;
}
.nav-tabs > li > a:hover { color: #000;border-bottom: 1px solid #000;border-top:1px solid #F6F6F6;border-left:1px solid #F6F6F6;border-right:1px solid #F6F6F6;background-color:transparent;}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
    color: #000;
    cursor: default;
     border-bottom: 1px solid #000;border-top:1px solid #F6F6F6;border-left:1px solid #F6F6F6;border-right:1px solid #F6F6F6;
	 background-color:transparent;
}

#column-right {padding-top:20px;}


.topleft {position:relative;padding-left:0px;transition: 0.4s;}
.topleft a img {width:100%;}
.topleft .otitlos a{font-size:96px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;position:absolute;top:42px;left:32px;width:280px;line-height:110px;text-decoration:underline;transition: 0.4s;}
.topleft .otitlos a:hover {color:#777777;text-decoration:underline;}
.topleft:hover a {color:#777777;text-decoration:underline;}
.topleft:hover .koumpieikonas i {margin-left:20px;}

.topright {position:relative;padding-right:0px;}
.topright a img {width:100%;}
.topright .otitlos a{font-size:96px;font-weight:700;font-family:'Roboto Condensed', sans-serif;color:#000;position:absolute;top:42px;left:32px;width:280px;line-height:110px;text-decoration:underline;transition: 0.4s;}
.topright .otitlos a:hover {color:#777777;text-decoration:underline;}
.topright:hover a {color:#777777;text-decoration:underline;}
.topright:hover .koumpieikonas i {margin-left:20px;}



.bannerstop{width:100%;position:relative;padding:5px 5px 5px 5px;}
.topbanner {position:relative;padding:5px 5px 5px 5px!important;}
.bannereikona img {width:100%;}
.topbanner a span {padding:20px 0;display:block;text-align:center;background: #000000; color: #ffffff; font-size: 18px;line-height: 29px;}
.topbanner:hover  a span {color: #DDDDDD!important;}


.bbanner {background: #FFFFFF;
border: 1px solid #E5E5E5;
box-sizing: border-box;
border-radius: 4px;padding:20px;}
.bannertitlos {font-weight: 700;
font-size: 28px;
line-height: 33px;
display:block;
color: #000000!important;margin-bottom:28px;}

.bannerlink {margin-top:23px;display:block;font-weight: 400;font-size: 16px;line-height: 24px;color: #000000!important;background:url(../image/linkarrow.svg) no-repeat 90% center;border: 1px solid #000000;
box-sizing: border-box;
border-radius: 4px;padding:17px 30px 17px 17px;transition: 0.4s;}

.bannerlink:hover {color: #DF0821!important;background:url(../image/linkarrow.svg) no-repeat 94% center;border: 1px solid #DF0821;}
.bbanner:hover .bannerlink {color: #DF0821!important;background:url(../image/linkarrow.svg) no-repeat 94% center;border: 1px solid #DF0821;}
.bbanner:hover .bannertitlos {color: #DF0821!important;}



@media (max-width: 767px) {
	.topbanner {position:relative;margin-bottom:25px;}
.bannerstop{width:100%;position:relative;padding:10px 0px 10px 0px;}
}



.bannerbottom {padding:160px 0;background-size:cover;background-repeat:no-repeat;position:relative;}
.banner1details {position:relative;max-width:760px;margin:0 auto;padding:25px;text-align:center;}
.banner1titlos {font-weight: 400;
font-size: 72px;
line-height: 84px;
text-align: center;
color: #666;max-width:760px;margin:0 auto 40px auto;}

.banner1desc {
font-weight: 400;
font-size: 18px;
line-height: 19px;
text-align: center;
color: #666;max-width:540px;margin:0 auto 40px auto;}
.banner1more {background: #FFFFFF;
border-radius: 24px;font-weight: 400;
font-size: 14px;
line-height: 24px;
text-align: center;
color: #666;padding:11px 19px;display:inline-block;}
.banner1more:hover {color: #fff;background:#666;}


.cartconfirm {padding:0px 0 0 0;text-align:right;}
.cartcontinue {padding:15px 0 0 0;text-align:left;}


@media (max-width: 500px) {
.cartconfirm {padding:0px 0 0 0;text-align:center;}
.cartcontinue {padding:15px 0 0 0;text-align:center;}	
}



.about {display: flex; padding:0 0 0 0;margin:100px 0 0 0;background: #DF0821;}
.abouteikona {flex: 1;vertical-align: middle;position: relative;}
.aboutkeimeno{width:90%;position: absolute;  top: 50%;  transform: translateY(-50%);}
.span1 {position: relative;width:65%;margin:0 auto;display:block;font-weight: 400;font-size: 18px;line-height: 21px;text-align: center;color: #005949;}
.span2	{position: relative;width:65%;margin:33px auto 0 auto;display:block;font-weight: 400;font-size: 14px;line-height: 21px;text-align: center;color: #005949;}

@media (max-width: 1020px) {
.about {display: block;}
.abouteikona {flex: none;padding:0 0 0 0;}
.aboutkeimeno{width:90%;position: relative;  margin:0 auto 0 auto;padding:10% 0 0% 0;top: auto;  transform:none;}
}
@media (max-width: 767px) {
.aboutkeimeno{width:90%;position: relative;  margin:0 auto 0 auto;padding:12% 0 12% 0;top: auto;  transform:none;}	
}	
	
.brandscarousel {text-align:center;width:100%;position:relative;border-top:1px solid #000;padding:60px 0 60px 0;margin-top:25px;}
.titlosmod{font-size:24px;color:#000;font-weight:700;padding:22px 0;}
.titlosmod a {margin-left:10px;font-size:14px;color:#000;font-weight:400;text-decoration:underline;}
.titlosmod a:hover {color:#666;}



.brandscarousel .owl-item {background:#fff;}
.brandscarousel .owl-item img {width:90%;}
.brandscarousel .owl-item + .owl-item {
   margin-left: 10px;
}


.defterieikona img {display:none;}




.item {padding:0 0px;}
#slideshowmain .item img {filter: brightness(60%);}
#slideshowmain .item {padding:20% 0;background-repeat:no-repeat;background-size:cover;background-position:50% 0;}
@media (max-width: 1300px) {
#slideshowmain .item {padding:27% 0;}
}
@media (max-width: 700px) {
#slideshowmain .item {padding:35% 0;}
}

.tarelated {width:100%;position:relative;padding:65px 0px 60px 0;}

@media (max-width: 767px) {

.tarelated {width:100%;overflow-x:hidden;position:relative;padding:25px 0 60px 0;}
.oikatigories {margin-bottom:50px;}
}

.carousel-inner > .item > a > img {
    display: block;
    max-width: 100%;
    height: auto;
	margin:0 auto!important;
}


.pagination2 {
    display: block;
    padding-left: 0;
    margin: 20px auto;
    border-radius: 0px!important;
	border:none!important;
	width:100%;
	max-width:1430px;
	position:relative;
	text-align:center;
}

.slogan1 {
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #000;text-align:center;margin-bottom:22px;}
.slogan1 span {
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000!important;display:block;padding-bottom:12px;}

.slogan2 {
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #000;text-align:center;margin-bottom:22px;}
.slogan2 span {
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000;display:block;padding-bottom:12px;}

.slogan3 {
font-weight: 400;
font-size: 14px;
line-height: 18px;
color: #000;text-align:center;margin-bottom:22px;}
.slogan3 span {
font-weight: 700;
font-size: 14px;
line-height: 18px;
color: #000;display:block;padding-bottom:12px;}


/* content */
#content {
	min-height: 600px;
}
/* footer */
footer {
	margin-top: 0px;
	padding-bottom: 20px;
	background-color: #D6D1CA;
	color: #000;
	font-size: 14px;
	font-weight: 400;
font-family:'Roboto', sans-serif;
}

footer a {
	color: #000;
	padding:2px 0;
	margin-bottom:1px;
	display:inline-block;font-family:'Roboto', sans-serif;
}
.stimesi  {line-height:32px; }


.noborder {border-bottom: none!important;}
.noborder:hover {border-bottom: none!important;}

footer a:hover { color: #666;}
footer a:focus { color: #666!important;}
footer h5 {
	font-family:'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	color: #000;
	margin-bottom: 20px!important;
}
/* alert */
.alert {
	padding: 20px 20px 20px 20px!important;
	color: #fff!important;
    background-color: #000!important;
    border:none!important;
	border-radius: 0px!important;
	margin-top:20px;
}


.breadcrumb::-webkit-scrollbar {
    width: 5px;
}

.breadcrumb::-webkit-scrollbar-track {
  /*background-color: grey;*/
  box-shadow: inset 0 0 5px #ffffff!important; 
  border-radius: 15px;
}

.breadcrumb::-webkit-scrollbar-thumb {
  background-color: #000!important; 
  border-radius: 15px;
  /*border: 1px solid red;*/
}

/*.container::-webkit-scrollbar-button {
  background-color: red;
   border-radius: 15px;
}*/

.breadcrumb::-webkit-scrollbar-thumb:hover {
  background: #000!important; 
}

/* IE */
.breadcrumb {
  scrollbar-face-color: #000!important; 
  scrollbar-shadow-color: #ffffff!important; 
  scrollbar-highlight-color: #000;
}

/* FireFox */
.breadcrumb {
  scrollbar-color: #000 #fff!important;
  scrollbar-width: thin!important;
}

/* breadcrumb */
.breadcrumb {
	margin: 0 0 0px 0;
	padding: 10px 0 0 0;
	border: none!important;
	background-color:transparent!important;overflow-x:auto;
	
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	
	padding: 0 13px 0 10px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: ' >     ';
	display: block;
	position: absolute;
	top: 0px;
	right: 0px;
}
.breadcrumb > li:first-child {
	padding: 0 13px 0 0px;
}
.breadcrumb > li:last-child:after {
	content: '';
	padding: 0;
}
.breadcrumb > li a {font-size:12px;font-weight:500;color:#333!important;}

.breadcrumb > li a:hover {color:#005949;}
.breadcrumb > li:last-child a {color:#333!important;font-weight:400;}



.pagination {
	margin: 0;
}
/* buttons */
.buttons {
	margin: 1em 0;
}
.btn {
	padding: 12px 12px;
	font-size: 12px;
	border-radius: 0px;
	box-shadow:none;
	border:none!important;
}
.btn:hover, .btn:focus, button:focus, button {outline:none!important;}


.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #777;
	text-shadow: none;
	background-color: #d6d6d6;
	border:none;
	
}
.btn-default:hover {background-color: #b7b7b7;}
.img-thumbnail {border:0;border-radius:0;}
.panel {
    margin-bottom: 20px!important;
    background-color: #EDEBE8;
    border: 1px solid transparent;
        border-top-color: transparent;
        border-right-color: transparent;
        border-bottom-color: transparent;
        border-left-color: transparent;
    border-radius: 4px!important;
    -webkit-box-shadow: none;
    box-shadow: none;
	padding:25px!important;
}
.well {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #fff!important;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none);
}
.list-group {margin-top:20px!important;}

.proigoumeno {float:left;display:none;}
.epomeno {float:right;display:inline-block;font-size:13px;background:#fff url(../img/rarrow.png) no-repeat 93% 13px!important;padding:10px 45px 10px 15px!important;font-weight:600!important;text-align:left!important;}
.epomeno:hover {background:#005949 url(../img/rarrow.png) no-repeat 93% 13px!important;}
.pagination {
    display: block;
    padding-top: 10px;
	float:left;
    margin: 0px auto;
    border-radius: 0px!important;
	border:none!important;
	width:60%;
	position:relative;
	text-align:center;
}


.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #333;
    text-decoration: none;
    background-color: transparent;
    border: 1px solid transparent!important;
}

.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: #fff;
    cursor: default;
    background-color: #111!important;
    border: 1px solid #111!important;
}


@media (max-width: 670px) {
.pagination {
    display: block;
    padding-top: 10px;
	float:none;
    margin: 0px auto;
    border-radius: 0px!important;
	border:none!important;
	width:100%;
	position:relative;
	text-align:center;clear:right;clear:both;
}
.epomeno {float:right;display:inline-block;margin-top:25px;clear:both;}
}


.btn-primary2 {
	color: #111;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #fff;
	border: 1px solid #000!important;
box-sizing: border-box;
border-radius: 4px!important;
}
.btn-primary2:hover {
	color: #fff;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #7C7C7C!important;border: 1px solid #7C7C7C!important;
}
.btn-primary {
	color: #fff;
	font-size:14px;
	font-weight:500;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #000;
	border: 1px solid #000;
	box-sizing: border-box;
	border-radius: 0px;
	text-align:center;
	LINE-HEIGHT:24PX;
}
.btn-primary:hover, .btn-primary:active,.btn-primary.focus, .btn-primary:focus,.btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
	background-color: #7C7C7C!important;color: #fff!important;}

.buttons .btn-primary {background: #000;color:#fff;	padding:15px 50px;}



.btn-warning {
	color: #2B3087;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #FFC700;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	background-color: #2B3087!important;color: #fff!important;
}
.btn-danger {
	color: #2B3087;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #FFC700;
}
.btn-danger i {font-size:16px!important;font-weight:400!important;}
.btn-danger i:before {font-size:16px!important;font-weight:400!important;}

.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	background-color: #2B3087!important;color: #fff!important;
}
.btn-success {
	color: #2B3087;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #FFC700;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	background-color: #2B3087!important;color: #fff!important;
}
.btn-info {
	color: #2B3087;
	font-size:14px;
	font-weight:400;
	padding:15px 20px;
	font-family:'Roboto', sans-serif;
	background: #FFC700;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-color: #2B3087!important;color: #fff!important;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: #2B3087!important;color: #fff!important;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: none;
	background-color: red;
	background-image: none;
	background-repeat: repeat-x;
	border-color: none;
}
.btn-block {
    display: block;
    width: 100%;
}

.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
}
/* list group */
.list-group a {
	border: 1px solid #DDDDDD;
	color: #888888;
	padding: 8px 12px;
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #444444;
	background: #eeeeee;
	border: 1px solid #DDDDDD;
	text-shadow: 0 1px 0 #FFF;
}
/* carousel */
.carousel-caption {
	color: #FFFFFF;

}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}




/* product list */
.caption {overflow:hidden;}
.product-layout {
margin-bottom: 10px;padding-left:5px!important;padding-right:5px!important;
}
.product-thumb {
background: #FFFFFF;
border: 1px solid #E5E5E5;
box-sizing: border-box;
border-radius: 4px;
padding-bottom:22px;
}


.product-thumb:hover {border:1px solid #E5E5E5;box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);}





.kalathi {display:none;position:absolute!important;bottom:20px!important;right:22px!important;border:1px solid #E5E5E1!important;padding:15px!important;background-color:transparent!important;}
.product-layout:hover .kalathi {background-color:#2B3087!important;}
.product-layout:hover .kalathi img {
  filter:  brightness(0) invert(1);
}
#button-cart:hover img {
  filter:  brightness(0) invert(1);
}


.wish {position:absolute!important;top:20px!important;right:12px!important;border:none!important;background-color:transparent!important;display:none;}
.wish img {width:23px;}
 .wish:hover img {
 -webkit-filter: invert(40%) grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(400%) contrast(2);
      filter: grayscale(100%) brightness(40%) sepia(100%) hue-rotate(-50deg) saturate(600%) contrast(0.8);
}




@media (max-width: 660px) {
.product-thumb {
	border: none;
	margin-bottom: 0px;
	overflow: auto;
	border:1px solid #fff;
	padding:9px;
}
	.kalathi {position:absolute!important;bottom:10px!important;right:12px!important;border:1px solid #E5E5E1!important;padding:7px!important;background-color:transparent!important;}

}






td .img-thumbnail {width:80px!important;}

.product-thumb .image {
	text-align: center;
	padding:20px 0 20px;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	padding: 0 15px;
}
}


.product-thumb h4 {
	font-weight: 400;
	font-size:15px;
	font-family:Roboto, sans-serif;
	color:#000;
	line-height:18px;
	overflow:hidden;
	height:70px;
	width:80%;
	padding:0 0px 0 14px;
}

@media (max-width: 567px) {
.product-thumb h4 {
	font-weight: 400;
	font-size:14px;
	font-family:Roboto, sans-serif;
	color:#000;
	line-height:16px;
	overflow:hidden;
	height:80px;
	width:95%;
	padding:0 0px 0 4px;
}
}
@media (max-width: 367px) {
.product-thumb h4 {
	font-weight: 400;
	font-size:12px;
	font-family:Roboto, sans-serif;
	color:#000;
	line-height:16px;
	overflow:hidden;
	height:80px;
	width:100%;
	padding:0 0px 0 0px;
}
}

.product-thumb h4 a {color:#000;}
.product-thumb h4 a:hover {
color:#000;
	}
	.product-thumb:hover h4 a {
color:#000;
	}
	
	
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {

	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}
.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #000;
	font-weight: 400;
	font-size:16px;
	line-height:16px;
	font-family: 'Roboto', sans-serif;
	padding-left:14px;
	margin-top:30px;
	height:30px;
	overflow:hidden;
}
.product-thumb .price-new {
	color: #000;
	font-weight: 400;
	font-size:18px;
	line-height:16px;
	font-family: 'Roboto', sans-serif;margin-left: 10px;
}
.product-thumb .price-old {
	color: #666;
	text-decoration: line-through;
	
	font-weight: 400;
	font-size:13px;
	line-height:16px;
	font-family: 'Roboto', sans-serif;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #ddd;
	background-color: #eee;
	overflow: auto;
}
.product-list .product-thumb .button-group {
	border-left: 1px solid #ddd;
}
@media (max-width: 768px) {
	.product-list .product-thumb .button-group {
		border-left: none;
	}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-color: #eee;
	color: #888;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #ddd;
}
.product-thumb .button-group button:hover {
	color: #444;
	background-color: #ddd;
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
@media (max-width: 767px) {
	.product-thumb .button-group button, .product-thumb .button-group button + button {
		width: 33.33%;
	}
}
.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 0px;
}
.thumbnails {
	margin-left: 0px;
}
.thumbnails > img {
	width: 100%;
}
.thumbnails li a img {width: 100%!important;}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #E5E5E5;
}
.image-additional {
	max-width: 78px;
}
..thumbnail {border-radius:0!important;}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}

@media (min-width: 1200px) {
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-2:nth-child(6n+1),
	#content .col-lg-4:nth-child(3n+1),
	#content .col-lg-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 992px) and (max-width: 1199px) {
	#content .col-md-2:nth-child(6n+1),
	#content .col-md-2:nth-child(6n+1),

	#content .col-md-4:nth-child(3n+1),
	#content .col-md-6:nth-child(2n+1) {
		clear:left;
	}
}
@media (min-width: 768px) and (max-width: 991px) {
	#content .col-sm-2:nth-child(6n+1),
	#content .col-sm-2:nth-child(6n+1),

	#content .col-sm-4:nth-child(3n+1),
	#content .col-sm-6:nth-child(2n+1) {
		clear:left;
	}
}

/* fixed colum left + content + right*/
@media (min-width: 768px) {
    #column-left  .product-layout .col-md-3 {
       width: 100%;
    }

	#column-left + #content .product-layout .col-md-3 {
       width: 50%;
    }

	#column-left + #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }

    #content + #column-right .product-layout .col-md-3 {
       width: 100%;
    }
}

/* fixed product layouts used in left and right columns */
#column-left .product-layout, #column-right .product-layout {
	width: 100%;
}

/* fixed mobile cart quantity input */
.input-group .form-control[name^=quantity] {
	min-width: 50px;
}

/* Missing focus and border color to overwrite bootstrap */
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
    background-image: none;
    background-color: #df5c39;
}

.odigos { 
    border-spacing: 5px;
    border-collapse: separate;width:100%;margin-bottom:50px;
}
.odigos td {padding:4px 8px;font-size:12px;color:#000;text-align:center;}
.tabletitlos {font-size:12px;color:#000;font-weight:700!important;}
.odigos tr:nth-child(odd) {
   background: #ccc;
}
.tosearch {margin-top:0px;}
.tosearch input {border-left: 1px solid #000!important;border-right:0px!important;border-top: 0!important;border-bottom: 0!important;
background:#000!important;
border-top-left-radius: 0px!important;
border-top-right-radius: 0px!important;
border-bottom-left-radius: 0px!important;
border-bottom-right-radius: 0px!important;

padding-left:10px!important;max-width:100%!important;color:#fff!important;}

.idsearch .btn-lg {
    font-size: 15px;
    line-height: 18px;
    padding: 9px 8px 10px 0!important;
    text-shadow: none!important;border-top-left-radius: 0px!important;
border-top-right-radius: 0px!important;
border-bottom-left-radius: 0px!important;
border-bottom-right-radius: 0px!important;
	background:#000!important;border-left:0px!important;border-top: 01!important;border-bottom: 0!important;border-right:1px solid #000!important;
}
.idsearch {max-width:350px;}
.panel-default > .panel-heading {
    color: #000!important;
    background-color: transparent!important;
    border: none!important;
	padding:10px 0!important;
}

@media (max-width: 980px) {
.idsearch input img {width:24px;}
}




input[type="radio"], input[type="checkbox"] {
    margin: 0px 0 0;
}



#slideshowmain {background:#000!important;}
.slieperigrafi {width:100%;position:absolute;top:25%;left:0;text-align:center;}
.slidertitlos {font-size: 64px;    line-height: 72px;font-weight:300;font-family:'Roboto', sans-serif;color:#fff;max-width:560px;margin:0 auto 10px auto;}
.slieperigrafi a {font-size: 14px;    line-height: 18px;font-weight:700;font-family:'Roboto', sans-serif;color:#fff;padding:15px 40px 15px 40px;border:2px solid #fff;margin-top:40px; display:inline-block;}
.slidertitlos2 {font-size: 18px;    line-height: 18px;font-weight:700;font-family:'Roboto', sans-serif;color:#fff;max-width:560px;margin:0 auto 40px auto;}

.slieperigrafi a:hover {box-shadow: 0px 0px 0px 2px #fff ;}
.slidereikona img {
    display: block!important;
    width: 100%!important;
    margin: 0 0 0 0!important;
}

@media (max-width:600px) and (min-width:280px) {
#slideshowmain .item img {display: block!important;    width: auto!important; height:300px!important;  margin: 0 0 0 0!important;}
}


@media (max-width:1400px) and (min-width:1190px) {
.sliderdescription {font-size:12px; }
.slidertitlos {font-size: 64px;    line-height: 72px;font-weight:400;font-family:'Roboto', sans-serif;color:#fff;max-width:560px;margin:0 auto 40px auto;}
.slidereikona {width:60%!important;float:left!important;}

.perigrafihold{padding:30px 70px 0 70px;color:#fff;}
}

@media (max-width:1189px) and (min-width:981px) {
.sliderdescription {font-size:12px; }
.slidertitlos {font-size: 36px;    line-height: 32px;font-weight:400;font-family:'Roboto', sans-serif;color:#fff;max-width:460px;margin:0 auto 20px auto;}
.slidereikona {width:60%!important;float:left!important;}

.perigrafihold{padding:20px 50px 0 50px;color:#fff;}.grammi{display:block;margin:15px auto 15px auto;width: 47px;height: 2px;background:#fff;}
}

@media (max-width:1189px) and (min-width:781px) {

	.slieperigrafi a {font-size: 14px;    line-height: 18px;font-weight:700;font-family:'Roboto', sans-serif;color:#fff;padding:15px 40px 15px 20px;border:2px solid #fff;margin-top:10px;display:inline-block;background:url(../img/rectangle31.png) no-repeat 90% 17px;}

}


@media (max-width:980px) and (min-width:480px) {
.slidereikona {width:100%!important;float:none!important;}
.sliderdescription {display:none;}
.grammi {display:none;}
.slidertitlos {font-size: 31px;    line-height: 28px;font-weight:400;font-family:'Roboto', sans-serif;color:#fff;max-width:260px;margin:0 auto 20px auto;}
.slidertitlos2 {font-size: 14px;    line-height: 16px;font-weight:700;font-family:'Roboto', sans-serif;color:#fff;max-width:560px;margin:0 auto 40px auto;}

.perigrafihold{padding:30px 30px 0 30px;color:#fff;}
.perigrafihold span {display:none;}	
}


@media (max-width:479px) and (min-width:280px) {
.slidereikona {width:100%!important;float:none!important;}
.sliderdescription {display:none;}
.slieperigrafi {width:100%;position:absolute;top:35%;left:0;text-align:center;}
.grammi {display:none;}
.slidertitlos {font-size: 26px;    line-height: 28px;font-weight:400;font-family:'Roboto', sans-serif;color:#fff;max-width:260px;margin:0 auto 20px auto;}
.slidertitlos2 {font-size: 13px;    line-height: 13px;font-weight:700;font-family:'Roboto', sans-serif;color:#fff;max-width:560px;margin:0 auto 40px auto;}

.perigrafihold{padding:0px 30px 0 30px;color:#fff;}
.perigrafihold span {display:none;}	
}

@media (max-width:780px) and (min-width:280px) {
	.slieperigrafi a {display:none;}

}

#slideshowmain {padding:0 0px 0px 0px;position:relative;}
#slideshowmain .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:50%;right:0;z-index:20;}
#slideshowmain .owl-dots {position:absolute;width:100%;bottom:10px;right:0;z-index:1;text-align:center;}
#slideshowmain .owl-next {position:absolute;right:25px;padding:10px 15px!important;text-align:center;margin-right:0px;border-radius:50%;border:2px solid #fff;}
#slideshowmain .owl-next img {width:14px;}
#slideshowmain .owl-prev {position:absolute;left:25px;padding:10px 15px!important;text-align:center;margin-left:0px;border-radius:50%;border:2px solid #fff;}
#slideshowmain .owl-prev img {width:14px;}

#slideshowmain .owl-dots .owl-dot {width: 11px!important;height: 10px!important;border:2px solid #fff!important;margin-right:7px!important;}
#slideshowmain .owl-dots .owl-dot.active {background:#fff!important;}








#relatedcarousel {padding:0 0px 50px 0px;position:relative;}
#relatedcarousel .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:60%;right:0;z-index:20;}
#relatedcarousel .owl-dots {position:absolute;width:100%;bottom:0px;right:0;z-index:1;text-align:center;}
#relatedcarousel .owl-next {position:absolute;right:-25px;padding:0!important;text-align:center;margin-right:0px;}
#relatedcarousel .owl-next img {width:22px;}
#relatedcarousel .owl-prev {position:absolute;left:-25px;padding:0!important;text-align:center;margin-left:0px;}
#relatedcarousel .owl-prev img {width:22px;}

#relatedcarousel .owl-dots .owl-dot {width: 10px!important;height:3px!important;background:#A8A8A8!important;margin-right:7px!important;}
#relatedcarousel .owl-dots .owl-dot.active {background:#D0CBC1!important;}




#carouselproteinomena {padding:0 20px 50px 20px;position:relative;}
#carouselproteinomena .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:60%;right:0;z-index:20;}
#carouselproteinomena .owl-dots {position:absolute;width:100%;bottom:0px;right:0;z-index:1;text-align:center;}
#carouselproteinomena .owl-next {position:absolute;right:-25px;padding:0!important;text-align:center;margin-right:0px;}
#carouselproteinomena .owl-next img {width:22px;}
#carouselproteinomena .owl-prev {position:absolute;left:-25px;padding:0!important;text-align:center;margin-left:0px;}
#carouselproteinomena .owl-prev img {width:22px;}

#carouselproteinomena .owl-dots .owl-dot {width: 10px!important;height:3px!important;background:#A8A8A8!important;margin-right:7px!important;}
#carouselproteinomena .owl-dots .owl-dot.active {background:#D0CBC1!important;}



#carouselvivlia {padding:0 20px 50px 20px;position:relative;}
#carouselvivlia .owl-nav {position:absolute;width:100%;padding:0 0px;bottom:60%;right:0;z-index:20;}
#carouselvivlia .owl-dots {position:absolute;width:100%;bottom:0px;right:0;z-index:1;text-align:center;}
#carouselvivlia .owl-next {position:absolute;right:-25px;padding:0!important;text-align:center;margin-right:0px;}
#carouselvivlia .owl-next img {width:22px;}
#carouselvivlia .owl-prev {position:absolute;left:-25px;padding:0!important;text-align:center;margin-left:0px;}
#carouselvivlia .owl-prev img {width:22px;}

#carouselvivlia .owl-dots .owl-dot {width: 10px!important;height:3px!important;background:#A8A8A8!important;margin-right:7px!important;}
#carouselvivlia .owl-dots .owl-dot.active {background:#D0CBC1!important;}



.lg-outer .lg-thumb-outer {display:none!important;}
 .lg-actions .lg-next, .lg-actions .lg-prev {
    background-color: rgba(0, 0, 0, 0.0)!important;
    border-radius: 2px;
    color: #000;
    cursor: pointer;
    display: block;
    font-size: 0px;
    margin-top: -10px;
    padding: 8px 10px 9px;
    position: absolute;
    top: 50%;
    z-index: 1080;
    border: none;
    outline: none;display:none!important;
}
 

.lg-toolbar .lg-icon {display:none;}
.lg-close {display:block!important;}
 
 
 
 
 
 
 
 
 
 
 
 
 
 #hamburger-2 {width: 30px;height:24px;position:relative;display: block;
margin:10px 0 0 15px;}

.hamburger .line{
  width: 30px;
  height: 2px;
  background-color: #000;
  display: block;
 position:absolute;
 left:0px;
 top:0px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out; cursor: pointer;
}


.hamburger:hover{
  cursor: pointer;
}
#hamburger-2 .line:nth-child(2){
top:11px;
}
#hamburger-2 .line:nth-child(3){
top:22px;
}



#hamburger-2.is-active .line:nth-child(1){
-webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
top:10px;
width:25px;
}


  
  #hamburger-2.is-active .line:nth-child(2){
   width: 0%;
  opacity: 0;
}

#hamburger-2.is-active .line:nth-child(3){
-webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
top:10px;width:25px;
}


.kleisimo {width:45px;height:45px;margin:20px 0 0 15px;display:block;text-align:center;}
.kleisimo img {margin-top:13px;}

.has-overlay {
    overflow-y:hidden;}
.slider{
  width:250px;
  height:100vh;
  position:fixed;
  top:0px;z-index: 9999;
  left:0px;
  background:#F3F2EC;display:none;
  overflow-y:auto;
}
@media (max-width: 478px) {
	
}


.hide {display:none;}


#secondDisplay{
  background-color:rgba(208, 203, 193, 0.9);
  transition:left 1.5s ease;
   width:100%;
  height:100vh;
  position:fixed;
  top:0px;z-index: 9998;display:none;
}


 
.taalla {border-top:1px solid #333;width:215px;margin-left:15px;color:#333;font-size:12px!important;font-weight:700!important;font-family:'Roboto', sans-serif;line-height:32px;display:block;text-align:left;padding:12px 0 12px 0;}



.col-xs-5ths,
.col-sm-5ths,
.col-md-5ths,
.col-lg-5ths {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-5ths {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-5ths {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-5ths {
        width: 20%;
        float: left;
    }
}



.tokoumpi {width:130px;list-style-type:none;position:relative;}
.tokoumpi2 {width:40px;list-style-type:none;position:relative;}
.tokoumpi2 .v_menu_trigger {
color:#111;
font-size:14px;
font-weight:700!important;
background:url(../image/vector-menu2.svg) no-repeat left top;
cursor:pointer;display:block!important;width:100%!important;
width:34px;height:34px;margin-top:12px;margin-left:10px;
}
.tokoumpi2 .v_menu_trigger.active {color:#F3F2EC!important;background:url(../image/close_icon2.svg) no-repeat left top;background-size:24px;}

.button {
  background-color: #000000; 
  border: none;
  color: #fff !important; 
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;

}

.v_menu_trigger {
color:#fff;
font-size:14px;
font-weight:700!important;
background:url(../image/vector-menu.svg) no-repeat left top;
cursor:pointer;display:block!important;width:100%!important;
min-width:40px;min-height:20px;margin-top:12px;margin-left:10px;
}
.v_menu_trigger:hover {color:#F3F2EC!important;}

.v_menu_trigger span {
color:#fff;
font-size:14px;
font-weight:700!important;margin-left:45px;
}
.v_menu_trigger:hover span {color:#F3F2EC;}

.v_menu_trigger.active {color:#F3F2EC!important;background:url(../image/close_icon.svg) no-repeat left -2px;background-size:24px;}
.v_menu_trigger.active span {color:#F3F2EC;}



.tosort {margin-bottom:0px;text-align:right;float:right;width:127px;padding-right:10px;}

@media (max-width: 994px) and (min-width: 280px) {
.tokoumpi {width:130px;list-style-type:none;position:relative;}
.v_menu_trigger {background:url(../image/vector-menu2.svg) no-repeat left top;margin-left:10px;color:#fff;}
.v_menu_trigger.active {color:#111!important;background:url(../image/close_icon2.svg) no-repeat left -2px;background-size:24px;}
.tosort {margin-bottom:0px;text-align:right;float:right;width:60px;padding-right:10px;}
}

.menugiapc {display:block;margin-bottom:12x;}
.menunopc {display:none;}

@media (max-width: 1060px) and  (min-width: 992px){
.menugiapc {display:none;}
.menunopc {display:block;}
}
@media (max-width: 991px) and  (min-width: 168px){
.menugiapc {display:none;}
.menunopc {display:block;}
}



.closemenuoff {display:none;}
.closemenuon {display:block!important;}
.closemenu {display:none;padding:10px 0;text-align:left;position:fixed;top:10px;left:20px;width:90px;z-index:99999;cursor:pointer;}


/* Main Menu */

.menu_wrapper {	

	position:relative;
z-index:1001;

background:#000;

}

.header2 .menu_wrapper, .header6 .menu_wrapper {	

	display:none;

}

.menu_wrapper .outer_container, .header_wrapper .outer_container {

	background:#000;

	position:relative;



}

.menu_wrapper .outer_container:before, .menu_wrapper .outer_container:after {

	content:" "; 

	position:absolute;

	left:0;

	width:100%;

}

.menu_wrapper .outer_container:before {

	

	top:0;

}

.menu_wrapper .outer_container:after {

	bottom:0;

	

}


.menu_table {

	width: 100%;

	display: table;

	position:relative;

}

.header1 .menu_table {

	/*border-right: 1px solid #eaeaea;*/

}

.menu_table .menu_cell {

	display: table-cell;

	vertical-align:middle;

}

.menu_table .menu_cell.menu_holder {

	position:relative;

	z-index:455;

	border-color:#000;

}

.menu_table .menu_cell.fill {

	width:100%;

}

.menu_table .menu_cell.search_holder {

	padding:10px 21px 10px 20px;

}

.menu_table > .menu_cell.nowrap {

	white-space:nowrap;

}



.main_menu ul > li {

	display:inline-block;

	position:relative;

	text-align:left;
margin-right:10px;
	float:left;

}
.main_menu {}
.main_menu > ul.horizontal > li > a {
	
	text-align:center;
	padding: 10px 6px;
	display:block;
	color:#fff;
	font-weight: 600;
font-size: 15px;
line-height: 22px;
}

@media only screen and (max-width: 1189px) and (min-width: 100px) {
.main_menu > ul.horizontal > li > a {font-size: 15px;padding: 10px 3px;}
.main_menu ul > li {margin-right:5px;}
}

.main_menu > ul.horizontal > li:first-child > a {

	border-left:none;
}
.main_menu > ul.horizontal > li:last > a {

	border-left:none;
}


.main_menu > ul > li:hover > a, 

.main_menu > ul.horizontal > li.current > a, 

.main_menu .active, 

.main_menu ul.links_holder li ul li a:hover, 

ul.vertical > li:hover > a {

	color:#ccc !important;

	border-color:transparent !important;

	background-color:transparent !important;

}

@media only screen and (max-width: 991px){
.main_menu > ul > li:hover > a, 

.main_menu > ul.horizontal > li.current > a, 

.main_menu .active, 

.main_menu ul.links_holder li ul li a:hover, 
ul.vertical > li:hover > a {

	color:#666 !important;

	border-color:transparent !important;

	background-color:transparent !important;}

}
ul.categories > li:hover > a, ul.categories a.active, ul.categories li.current > a {

	position:relative;

	z-index:3;

}

ul.categories > li .icon-down-dir {

	font-size:11px;

	margin-left:20px;


	vertical-align: middle;

	opacity:0.4;

}

ul.categories.vertical > li .icon-down-dir {

	-ms-transform: rotate(270deg); /* IE 9 */

    -webkit-transform: rotate(270deg); /* Safari */

    transform: rotate(270deg);

	position:absolute;

	top:14px;

	right:18px;

}
ul.categories.vertical > li a img {display:none;}

@media only screen and (min-width: 1061px) and (max-width: 4000px) {
	
ul.categories.vertical > li .icon-down-dir {	display:none!important;}
.sub_trigger {background:url(../image/menuarrow.png) no-repeat 95% center;}

}

@media only screen and (min-width: 280px) and (max-width: 1060px) {
.sub_trigger {background:none;}

}



ul.categories > li:hover .icon-down-dir {

	opacity:1;

}






.list-group-item.active {background:#1cbbb4!important;border:none;border-radius:0px;}


.main_menu ul li.home.disabled {

	display:none;

}

/* Main Menu Dropdown */

ul.categories, .main_menu ul.links_holder { 

	background:#ffffff;

}

#column-left ul.categories { 

	background:#ffffff;

}

.menugiapc ul.categories li .wrapper {top:48px;} 

ul.categories li .wrapper { 
	position: absolute;
	z-index:2;
	left:-1px;
	top:4px;
	background:#ffffff!important;
	border-top:1px solid #d7d7d7!important;
	border-left:1px solid #d7d7d7!important;
	border-right:1px solid #d7d7d7!important;
	border-bottom:1px solid #d7d7d7!important;
	border-top-left-radius:4px!important;
	border-top-right-radius:4px!important;
	border-bottom-left-radius:4px!important;
	border-bottom-right-radius:4px!important;
	padding:18px;
	margin-top:0px;
	margin-left:0px!important;
	display:table;
	opacity:0;
	visibility:hidden;
	height:0;
	transition: margin-top 300ms, opacity 200ms, visibility 200ms;
	white-space:normal;
	max-width:100% !important;
	min-width:900px ;
}

ul.categories li:nth-child(2) .wrapper {margin-left:-150px!important;}
ul.categories li:nth-child(3) .wrapper {margin-left:-200px!important;}

#column-left ul.categories li .wrapper { 

	max-width:879px !important;

}

ul.categories li:hover .wrapper, 

.main_menu ul.links_holder li:hover ul {

	margin-top:0;

	opacity:1;

	visibility:visible;

	height:auto;

	transition: margin-top 400ms, opacity 300ms;

} 

.main_menu ul.links_holder li:hover ul, .header1 ul.categories li:hover .wrapper {

	margin-top:-1px;

}

ul.categories.vertical li .wrapper, ul.vertical.active li .wrapper { 

	position: absolute;

	left:100%;

	margin-left:0px;

	top:0px;

	z-index:9;

}


.main_menu ul li .wrapper ul {

	float:left;

	vertical-align:top;

	padding:3px;

}

.main_menu ul li .wrapper ul li {
	width:170px;
}

.main_menu ul.links_holder li ul li {
	width:262px;
}
@media only screen and  (max-width: 1200px) {
	.main_menu ul li .wrapper ul {

	float:none;



}
}


ul.categories li ul {padding-bottom:0px!important;}
ul.categories li ul li a {
	padding: 0px 0px 10px 0;
	font-size:14px;
	display:block;
	color:#000;
	font-weight:600;
}
ul.categories li ul li ul li a {font-size:13px; color:#444;	font-weight:400;padding: 3px 0px;}
ul.categories li ul li ul li a:hover {color:#666!important;}
.see-all {font-size:13px!important; color:#F57B20!important;	font-weight:400!important;padding: 0px 0px!important;}


ul.categories.vertical > li > a {
	padding: 15px 15px 15px 15px;
	font-size:16px;
	margin:0 0 -1px;
color:#000;
font-weight:500;
	display:block;border-bottom:1px solid #eaeaea;

}

ul.categories li ul li a:hover {
	color:#666;
}
.see-all:hover {
	color:#666!important;
}






.main_menu > ul > li > a.v_menu_trigger.light_bg_color .icon-menu {

	font-size:21px;

	line-height:21px;

	vertical-align:top;

	display:inline-block;

	margin:0 6px 0 3px;

}

.main_menu > ul > li > a.v_menu_trigger.light_bg_color .icon-down-dir {

	opacity:1;

	margin:0 3px 0 8px;

}



.main_menu > ul.vertical {

	visibility:hidden;

	position:absolute;

	z-index:999;

	top:0px;
	padding:20px!important;
	margin:0px 0 0 0!important;
	width:290px!important;

	background:#ffffff!important;
	border-top:none!important;
	border-left:1px solid #d7d7d7!important;
	border-right:1px solid #d7d7d7!important;
	border-bottom:1px solid #d7d7d7!important;
	border-top-left-radius:0px!important;
	border-top-right-radius:0px!important;
	border-bottom-left-radius:4px!important;
	border-bottom-right-radius:4px!important;
	opacity:0;

	-ms-transform: scale(0); /* IE 9 */

    -webkit-transform: scale(0); /* Safari */

    transform: scale(0);

	transition:all 350ms;

}



.main_menu > ul.vertical.active {

	opacity:1;

	visibility:visible;

	-ms-transform: scale(1); /* IE 9 */

    -webkit-transform: scale(1); /* Safari */

    transform: scale(1);

	transition:all 350ms;

}

ul.vertical > li {

	position:relative;

	float:none;

	display:block!important;

	margin:0 0 0 0!important;
	width:100%!important;

}

ul.vertical > li:last-child a, .main_menu ul.links_holder li ul li:last-child a {

	border-radius:0 0 3px 3px;

}

#column-left ul.vertical > li:first-child a, #column-right ul.vertical > li:first-child a {

	border-radius:3px 3px 0 0;

}



.v_menu_trigger i {font-weight:400;float:right;}

[class^="flaticon-"]::before, [class*=" flaticon-"]::before, [class^="flaticon-"]::after, [class*=" flaticon-"]::after {
    font-family: Flaticon;
    font-size: 20px;
    font-style: normal;
    margin-left: 0px!important;
}


.ocmp-blog-header, .ocmp-post-content, .meta-info {
  padding: 35px!important;
}

.blog-content .title {margin-top:25px;}
.minimal .post-title {font-family: 'Roboto', sans-serif!important;}
.post_content {font-family: 'Roboto', sans-serif!important;}
.minimal_template {
  background:#D6D1CA!important;
}
.ocmp-blog-info {
  background:#D6D1CA!important;
}
.box-blog {background:transparent!important;}
.minimal .post-title {background:transparent!important;padding: 20px 10px 20px 0px!important;}
.metadatabox {display:none!important;}
.post-image .image a {padding:35% 0!important;display:block!important;} 
.box-blog .post-title a {height:65px!important;overflow:hidden!important;display:block!important;font-family: 'Roboto', sans-serif!important;}


.blgimage {padding:35% 0!important;display:block!important;} 
.latest-blog .title a {height:65px!important;overflow:hidden!important;display:block!important;}
.latest-blog .title a:hover {color:#666!important;}
