@import url('https://fonts.googleapis.com/css?family=Open+Sans');
/**
 * Place your custom styles here.
 */

/*******************************/
/**          nav bar           */
/*******************************/

/**************************************************************/

 /****** Bootstrap Child navigation items fix ******/

.dropdown-submenu{position:relative}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px;border-radius:0 6px 6px 6px}
.dropdown-submenu:hover>.dropdown-menu{display:block}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#ccc;margin-top:5px;margin-right:-10px}
.dropdown-submenu:hover>a:after{border-left-color:#fff}
.dropdown-submenu.pull-left{float:none}
.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px}

.expanded.dropdown:after {
	content: '\00a0\00a0\25bc';
	font-size: 0.9rem;
	right: 0;
	display: block;
	float: right;
	margin-top: -31px;
	color: #fff;
}

.expanded.dropdown .expanded.dropdown:after{
	margin-top: -18px;
	margin-right: 5px;
	color: #000;
}


.expanded.dropdown.open:after {
	display: none !important;
}

@media (min-width: 768px){
	.expanded.dropdown .expanded.dropdown:after{
		content: '\00a0\00a0\25b6';
		color: #000;
	}
}

@media(max-width: 1200px){
	.expanded.dropdown:after{
		margin-right: 57px !important;
    margin-top: -19px !important;
	}
}

@media (max-width: 1200px){
	.navbar-collapse nav > ul > li > a{
		color: #000 !important;
	}
}

.dropdown-menu.sm-nowrap{
	width: inherit;
}

@media (max-width: 1200px){
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
		color: #777;
		background-color: #fff;
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
		color: #fff;
		background-color: black;
	}
}

.navbar-collapse.collapse{
	clear: both !important;
	padding-left: 0 !important;
	padding-right: 0 !important;
	overflow-x: hidden;
	/*	height: 200px !important; */
}



@media (min-width: 1200px){
	.navbar-nav {
			float: right;
			margin: 0;
	}
}

@media only screen and (max-width: 1200px){
	.menu.nav.navbar-nav.sm-collapsible{
		padding-left: 15px;
	}
}

@media only screen and (max-width: 1200px){
	.menu.nav.navbar-nav.sm-collapsible{
		padding-top: 30px;
	}
}

/* fix navigation bar */

.customer-nav-box{
	padding-left: 60px;
}

.custom-nav-container{
	background-color: #000;
	border-top: none !important;
	border-right: none !important;
	border-left: none !important;
	border-bottom: 4px solid #8d8b78;
	border-radius: 0 !important;
	
}

body.admin-menu.navbar-is-fixed-top, html body.admin-menu, body.navbar-is-fixed-top, body.admin-menu{
	margin-top: 0 !important;
	padding-top: 0 !important;
}

.navbar{
	margin-bottom: 0 !important;
}


.nav .open > a, .nav .open > a:hover, .nav .open > a:focus{
	background-color: #000!important;
	color: #fff !important;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus{
	 background-color: #000!important;
	 color: #fff;
}

.menu.nav.navbar-nav > li{
	border-top: 5px solid transparent;
}
.menu.nav.navbar-nav > li:hover{
	background-color: none !important;
	border-color: #ee9202;
}

/*nav bar font */
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	color: #fff !important;
}

/*navigation */
@media (max-width: 1200px) { 
	#navbar .container{
		width: 100% !important;
		padding: 0 !important;
	}
}

 .navbar-btn{
		margin-top: 0;
		margin-bottom: 0;
	}

.navbar-brand img{
	width: auto;
	height: 85px;
}

.navbar-brand{
	padding: 0 !important;
}

@media (max-width: 1200px) { 
	.navbar-brand img{
		width: initial !important;
	}
}

.navbar-default .navbar-nav > li > a{
	color: #fff !important;
	font-size: 16px;
	line-height: 24px;
	padding: 10px !important;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus{
	background: none;
	color: #fff !important;
	font-size: 18px;
}

/* toggle container */
@media(max-width: 1200px){
	.toggle-container{
		padding: 10px 0;
		
	}
	.navbar-toggle{
		margin-top: 28px !important;
	}

	.custom-nav-container-items{
		height: 85px;
	}

	.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > li > a{
		line-height: 10px !important;
		text-align: left;
	}

	.menu.nav.navbar-nav > li{
		border: none;
	}

	.custom-logo-container, .custom-logo-container a{
		z-index: 800;
		height: 85px;
	}

}


/*navigation mobile scroll */

.always-show.collapse.in{
	max-height: 500px !important;
  overflow: auto !important;
}

/* fix bootstrap container paddings */

.container-fluid{
	padding-left: 0;
	padding-right: 0;
}

/* nav logo container */

@media(min-width: 1200px){
	.affix-top .nav-logo-container{
		display: none;
	}
}

.affix + .container {
	padding-top: 0px;
}

/* logo smaller */


.affix-top, .affix{
	height: 85px;
	width: 100%;
	z-index: 999;
	top: 0;
}

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



.btn.btn-navbar{
	width: 40px;
}


/*** absolute navbar mobile **/

.navbar-collapse.collapse.in, .navbar-collapse.collapsing {
	position: fixed;
	width: 250px;
	height: 100vh !important;
	background: #000;
	z-index: 999;
	top: 86px;
	right: 0;
	padding: 0;

}

.navbar-collapse.collapse.in nav, .navbar-collapse.collapsing nav{
		width: 250px;
    height: auto;
    overflow: hidden;
		z-index: 9999;
}

@media(max-width: 1200px){
	.mobile-menu-title-mobile-menu-title{
		border-bottom: 1px solid #fff;
		margin-bottom: 5px;
	}
}


.mobile-menu-title{
	text-align: center;
	color: #fff;
	display: none;
	margin: 0 auto;
}

@media(max-width:1200px){
	.mobile-menu-title{
		display: block !important;
	}
}

@media(min-width: 1201px){
	.nav li a{
		line-height: 44px !important;
	}
	.expanded.dropdown:after{
		margin-top: -36px;
	}

	.dropdown-menu.sm-nowrap li a{
		line-height: 24px !important;
	}
}

.front-header{
	background-color: #312f29;
}


.front-header .container{
	padding-left: 0 !important;
	padding-right: 0 !important;
}


/*** navigation mobile show in larger screen */

@media (max-width: 1200px) {
	.navbar-nav{
		margin: 7.5px -15px;
	}
	.navbar-header {
		float: none;
	}
	.navbar-left,.navbar-right {
		float: none !important;
	}
	.navbar-toggle {
		display: block;
	}
	.navbar-collapse {
		border-top: 1px solid transparent;
		box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
	}
	.navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
	.navbar-collapse.collapse {
			display: none!important;
	}
	.navbar-nav {
		float: none!important;
		margin-top: 7.5px;
	}
	.navbar-nav>li {
		float: none;
	}
	.navbar-nav>li>a {
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.collapse.in{
		display:block !important;
	}
}

@media(max-width: 1200px){
.navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
}

/*** secondary **/
.menu.nav.navbar-nav.secondary{
	display: none;
}



/* fix browser left right movement */
html, body {width: auto!important; background-color: #fff !important; }
.row{ margin-left: 0 !important; margin-right: 0 !important;} 

/* universal */

.block-center{
	margin: 0 auto;
}

.custom-main-container{
	box-shadow: 0 0 9px 0 #4c483f;
}

/**** fonts  */
p, h1, h2, h3, h4, h5, a, div, span{
	font-family: "Open Sans",Helvetica,Arial,sans-serif !important;
	-webkit-font-smoothing: antialiased;
}

.glyphicon{
	font-family: 'Glyphicons Halflings' !important;
}

/* fix fonts in image gallery */
.lg-toolbar .lg-icon, .lg-prev, .lg-toogle-thumb, .lg-next{
	font-family: lg !important;
}


/* administration menu */

#admin-menu a, #admin-menu li > span{
	font-family: "lucida grande", tahoma, verdana, arial, sans-serif !important;
}


/********************************/
/*     Footer                   */
/********************************/


/*****************************/
/*     contact-us button     */
/*****************************/

.contact-button-block{
	width: 97px;
	float: right;
}
.contact-button{
	display: block;
	padding: 6px 0;
	width: 100%;
	border: 2px solid #cacaca;
	border-radius: 4px;
	text-align: center;
	background-color: #5196DD;
	color: #fff;
}
.contact-button:hover{
	cursor: pointer;
	background: #fff;
	color: #000;
	border-color: #5196DD;
	text-decoration: none;
}



/* smallest device */
@media (max-width: 300px){
	.contact-button-block{
		width: 90px;
	}
	
	.cart-block{
		padding: 0 3px;
	}
	
	.cart-product-quantity a{
		padding: 6px 0 0 0;
	}
}

/*************************/
/**       Footer         */
/*************************/

.footer {
	margin-top: initial;
	padding-bottom: initial;
}

.footer h3{
	padding-bottom: 7px;
	border-bottom: 2px solid #000;
}

.footer ul{
  list-style-type: none;
}

.footer ul li{
	font-size: 15px;
}

.footer ul li a{
	color: #000;
	text-decoration: none;
	display: inline-block;
	font-size: 16px;
	line-height: 22px;
	border-bottom: 2px solid transparent;
}

.footer ul li a:hover{
	border-bottom-color: #3c9dde;
}

.footer-copyright{
	margin-top: 60px;
	border-top: 10px solid #1e1e1e;
	background-color: #000;
	padding: 20px 0;
	color: #ababab;
}

.footer-contact-button a {
	display: block;
	font-size: 15px;
	border: 2px solid #000;
	padding: 3px 1px;
	max-width: 140px;
	color: #000;
	font-weight: 700;
	border-radius: 5px;
	text-align: center;
	margin-left: 2em;
} 
.footer-contact-button a:hover{  
	background-color: #ef7f1b;
	color: #fff;
	text-decoration: none;
	border-color: #ef7f1b;
}

/*********************************/
/**      photo  gallery         **/
/*********************************/
.custom_item{
	margin-bottom: 40px;
	padding: 20px;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1); 
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1); 
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1);
	transition: all 200ms ease-in;
	transform: scale(1);   
}

.custom_item:hover{
	padding: 40px;
	box-shadow: 0px 0px 150px #000000;
	z-index: 2;
	-webkit-transition: all 200ms ease-in;
	-webkit-transform: scale(1.1);
	-ms-transition: all 200ms ease-in;
	-ms-transform: scale(1.1);   
	-moz-transition: all 200ms ease-in;
	-moz-transform: scale(1.1);
	transition: all 200ms ease-in;
	transform: scale(1.1);
}

.custom_title{
	padding: 10px 12px;
	margin-bottom: 5px;
	text-align: left;
	border-radius: 3px;
	min-height: 50px;
	box-shadow: inset 1px -22px 8px -19px #000; 
	-webkit-box-shadow: inset 1px -22px 8px -19px #000;
	-moz-box-shadow: inset 1px -22px 8px -19px #000;
}

.custom_title a{
	color: #000;
}

.custom_item img{
	margin: 0 auto;
	max-height: 285px;
	object-fit:scale-down;
}


/* padding unknown */

.page .nd-region:first-child{
	padding-bottom: 0 !important;
} 


/***   */
/** delete    */
/**          */



/* Example wrapper */
.wrap {
	position: relative;
	margin: 3em 0;
}

/* Frame */
.frame {
	height: 250px;
	line-height: 250px;
	overflow: hidden;
}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 50px;
}
.frame ul li {
	float: left;
	width: 227px;
	height: 100%;
	margin: 0 1px 0 0;
	padding: 0;
	background: #333;
	color: #ddd;
	text-align: center;
	cursor: pointer;
}
.frame ul li.active {
	color: #fff;
	background: #a03232;
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
.pages {
	list-style: none;
	margin: 20px 0;
	padding: 0;
	text-align: center;
}
.pages li {
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 4px;
	text-indent: -999px;
	border-radius: 10px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #666;
}

/* Controls */
.controls { margin: 25px 0; text-align: center; }

/* One Item Per Frame example*/
.oneperframe { height: 300px; line-height: 300px; }
.oneperframe ul li { width: 1140px; }
.oneperframe ul li.active { background: #333; }

/* Crazy example */
.crazy ul li:nth-child(2n) { width: 100px; margin: 0 4px 0 20px; }
.crazy ul li:nth-child(3n) { width: 300px; margin: 0 10px 0 5px; }
.crazy ul li:nth-child(4n) { width: 400px; margin: 0 30px 0 2px; }

.btn.prev{
	position: absolute;
	top: 50%;
	left: 0;
}

.btn.next{
	position: absolute;
  top: 50%;
  right: 0;
}


/** front discount **/


.discount-product-front {
		border: 2px solid #ef7f1b;
		border-radius: 3px;
    min-height: 533px;
		padding: 20px;
}

.discount-product-front h3{
	color: #292a33;
	border-bottom: 1px solid #292a33;
}


.clock-countdown{
	flex-wrap: wrap;
    display: flex;
    color: #383838;
    align-items: center;
		justify-content: center;
		min-height: 50px;
}
.clock-countdown span{
	font-size: 1.125em;
  background-color: #eeeeee;
  width: 46px;
  height: 46px;
	line-height: 2.556em;
	color: #383838;
	align-items: center;
	padding: 0.8em;
	border-radius: 50%;
}

.clock-countdown-titles{
	flex-wrap: wrap;
	display: flex;
	color: #383838;
	align-items: center;
	justify-content: center;
	min-height: 50px;
}
.clock-countdown-titles span{
	font-size: 1.125em;
  width: 46px;
  height: 46px;
	line-height: 2.556em;
	color: #383838;
	align-items: center;
	padding-left: 0.3em;
}

.count-titles-sm-spacing{
	/*padding-left: 0.3em;*/
}


.custom-next::before{
	color: #dedede;
	content: "|";
	display: inline-block;
	margin: 0 1.3em;
}

.custom-arrow-left{
	margin-right: 0.6em;
}

.custom-arrow-right{
	margin-left: 0.6em;
}




/**** small news ****/

@media(max-width: 991px){
	.custom-small-item, .custom-title-small, .custom-body-small{
		height: auto !important;
	}
	.custom-small-item{
		padding-bottom: 60px !important;
	}
	.custom-read-more-small{
		height: 35px !important;
		bottom: 10px !important;
		right: 10px !important;
	}

	.custom-read-more-small a{
		padding-top: 6px !important;
		height: 35px !important;
	}

}
@media(min-width: 992px){
	.custom-small-item{
		height: 250px;
	}
}

.custom-small-item{
	height: 250px;
	background-color: #F7F7F7;
	margin-bottom: 10px;
	padding-top: 15px;
	padding-bottom: 10px;
	border-radius: 2px;
}

.custom-title-small a{
	font-weight: 700;
	font-size: 18px;
	color: #000;
}

.custom-image-small img{
	height: 209px;
	object-fit: cover;
	margin: 0 auto;
}

.custom-attributes-small{
	margin-top: 20px;
	border-top: 1px solid #000;
}

.custom-title-small{
	min-height: 75px;
}

.custom-body-small{
	height: 60px;
}

.custom-read-more-small{
	position: absolute;
	bottom: 0 !important;
	right: 0;
	height: 25px;
	text-align: center;
}

.custom-read-more-small a{
	padding-top: 1px;
	width: 100%;
	display: block;
	height: 25px;
	text-align: center;
	background: #4c483f;
	color: #fff;
	border: 1px solid transparent;
	border-bottom-color: #ee9202;
	border-radius: 2px;
	font-weight: 600;
	text-decoration: none;
}

.custom-read-more-small a:hover{
	border-color: #4c483f;
	border-bottom-color: #ee9202;
	background: #fff;
	color: #000;

}

/*** article   */
@media(max-width: 768px){
	.article-title h1, .article-body h1{
		font-weight: 700;
		font-size: 2.3rem;
		line-height: 3rem;
		color: #121212;
		text-rendering: optimizeLegibility;
		-webkit-font-feature-settings: 'kern';
		font-feature-settings: 'kern';
		-webkit-font-kerning: normal;
		font-kerning: normal;
		-webkit-font-variant-ligatures: common-ligatures;
		font-variant-ligatures: common-ligatures;
		-webkit-font-smoothing: antialiased;
		text-justify: inter-word;
	}
}


.article-body p{
	margin: 25px 0 0.75rem;
	padding: 0;
	font-size: 1.8rem;
	line-height: 2.5rem;
	color: #121212;
	text-rendering: optimizeLegibility;
	-webkit-font-feature-settings: 'kern';
	font-feature-settings: 'kern';
	-webkit-font-kerning: normal;
	font-kerning: normal;
	-webkit-font-variant-ligatures: common-ligatures;
	font-variant-ligatures: common-ligatures;
	-webkit-font-smoothing: antialiased;
	/*text-align: justify;*/
  text-justify: inter-word;
}

.article-image img{
	max-height: 480px;
	width: 100%;
	object-fit: cover;
}

.article-gallery .lightgallery{
	padding: 0;
}

.article-gallery li{
	list-style-type: none;
	padding-bottom: 10px;
}

.article-gallery li img{
	height: 209px;
	width: 209px;
  object-fit: cover;
}

.article-gallery h3{
	border-bottom: 1px dashed #ee9202;
	margin-bottom: 15px;
	font-weight: 700;
	padding: 10px;
}


.article-comments{
	margin: 25px 0;
}

/* sidebar articles  */

.sidebar-article-container .custom-title-small a{
	font-size: 15px;
}

.sidebar-article-container .custom-body-small{
	font-size: 13px;
}

/*** social  */

.jssocials-share-label, .jssocials-share-count-box{
	display: none !important;
}


/***  front article containers  ***/

.kentriki-roi-container, .epikerotita-container{
	display: none;
}

.kentriki-roi-container.active, .epikerotita-container.active{
	display: block;
}

.front-category-selection{
	margin-top: 20px;
	margin-bottom: 10px;
}

.front-category-selection > div{
	height: 40px;
	padding-top: 8px;
	background: #fff;
	border-bottom: 2px solid #000;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
}

.front-category-selection > div:hover{
	border-color: #ee9202;
	cursor: pointer;
}

.front-category-selection > div.active{
	background: #000;
	color: #fff;
	border-bottom-color:#ee9202;
}

.dimelas-container{
	-moz-box-shadow:    0 0 9px 4px #4c483f;
  -webkit-box-shadow: 0 0 9px 4px #4c483f;
	box-shadow:         0 0 9px 4px #4c483f;
}

.png-container{
	-moz-box-shadow:    0 0 9px 4px #259cd4;
  -webkit-box-shadow: 0 0 9px 4px #259cd4;
	box-shadow:  				0 0 9px 4px #259cd4;
}



/*** sidebar   */

.region-sidebar .block-title{
	height: 40px;
	padding-top: 8px;
	background: #fff;
	border-bottom: 2px solid #ee9202;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
}

.region-sidebar .custom-small-item{
	height: 200px;
}

@media(max-width: 991px){
	.region-sidebar .custom-read-more-small{
		right: 0;
		left: 0;
	}
}


.global-view-titles{
	height: 40px;
	padding-top: 8px;
	background: #000;
	color: #fff;
	border-bottom: 2px solid #ee9202;
	text-align: center;
	font-size: 17px;
	font-weight: 700;
}