@charset "utf-8";
@font-face {
    font-family: 'pf_premier_textregular';
    src: url('pfptext-webfont.eot');
    src: url('pfptext-webfont.eot?#iefix') format('embedded-opentype'),
         url('pfptext-webfont.woff2') format('woff2'),
         url('pfptext-webfont.woff') format('woff'),
         url('pfptext-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pf_premier_textlight';
    src: url('pf_premier_text_light-webfont.eot');
    src: url('pf_premier_text_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('pf_premier_text_light-webfont.woff2') format('woff2'),
         url('pf_premier_text_light-webfont.woff') format('woff'),
         url('pf_premier_text_light-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'pf_premier_textthin';
    src: url('pf_premier_text_thin-webfont.eot');
    src: url('pf_premier_text_thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('pf_premier_text_thin-webfont.woff2') format('woff2'),
         url('pf_premier_text_thin-webfont.woff') format('woff'),
         url('pf_premier_text_thin-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
/* --- Clearing --- */
.clr {clear:both;height:0;line-height:0;display:block;float:none;padding:0;margin:0;border:none;}

/* CSS Document */
body{
	background:#f8faf9;
	/*font-family: 'pf_premier_textlight';*/
	font-family: 'Fira Sans', sans-serif;
	font-size:16px;
}
.topline{
	background:#b1374d;
	width:100%;
	height:10px;
}

/*** SOCIAL ***/
.fa-circle::before{
	color:#000;	
}
/*** SEARCH ***/
.fa-search::before{
	color:#b1b1b1;
}
.k2SearchBlock .inputbox{
	background:#e6e6e6;
	box-shadow:none;
	border:1px solid #fff;
	border-right:0px;
	-webkit-border-top-left-radius: 15px;
	-webkit-border-bottom-left-radius: 15px;
	-moz-border-radius-topleft: 15px;
	-moz-border-radius-bottomleft: 15px;
	border-top-left-radius: 15px;
	border-bottom-left-radius: 15px;
	-webkit-border-top-right-radius: 0px;
	-webkit-border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-moz-border-radius-bottomright: 0px;
	border-top-right-radius: 0px;
	border-bottom-right-radius: 0px;
	color:#b1b1b1;
	height:auto;
	padding:6px 12px;
}

.k2SearchBlock button{
	background:#e6e6e6;
	border-top:1px solid #fff;
	border-right:1px solid #fff;
	border-bottom:1px solid #fff;
	border-left:0px solid #fff;
	border-radius:0 15px 15px 0;
	box-shadow:none;
	text-shadow:none;
	height:auto;
	padding:6px 12px;
}
.k2SearchBlock button:hover{
	background:#e6e6e6;	
	border-color:#fff;
}
.genericView .componentheading{
	margin-bottom:20px;
}
/*** LOGO ***/
.logo img{
	width:100%;
}
/*** SLIDER ***/
.slider-wrapper{
	margin-top:20px;
	margin-bottom:20px;
}
.slider{
	
}
.slider-wrapper::before{
	background: url(../images/slider-girlanta.png) repeat-x left bottom;
	width: 100%;
	display: block;
	height: 12px;
}
.slider-wrapper::after{
	background: url(../images/slider-girlanta-down.png) repeat-x left top;
	width: 100%;
	display: block;
	height: 12px;
}
/*** BREADCRUMBS ***/
.k2BreadcrumbsBlock{
	margin-top:25px;
	color:#ad2d44;	
	font-size:20px;
}
.k2BreadcrumbsBlock a{
	color:#000;
	text-decoration:none;
}

/*** MENU ***/
.navbar-default{
	background:none;
	border:0;
	box-shadow:none;
}
.menuLG > ul{
	text-align:center;
}
.menuLG ul > li{
	display:inline-block;
	min-width:115px;
	text-align:center;
}
.menuLG .nav > li:first-child a{
	padding-left:0 !important;	
}
.menuLG li:last-child a{
	padding-right:0 !important;	
}
.menuLG li a{
	display:block;
	padding: 5px 10px !important;
	font-weight:300 !important;
	font-size:20px !important;
}
.menuLG li:last-child{
	border-bottom:0 !important;
}
.menuLG li:hover, .menuLG li.active{
	border-top-color:#ad2d44;
}
.menuLG li:last-child:hover{
	border-top-color:#ad2d44;
}
.menuLG .nav-child {
	display: none;
	position:absolute;
	padding:0 5px;
	background:#f8faf9;
	z-index:2;
	border:1px solid #c6c7c7;
}
.menuLG .nav-child a{
	padding:5px 10px !important;
	text-decoration:none;	
}
.menuLG ul > li:hover .nav-child {
	display: block;
}
.menuLG ul.nav-child > li{
	display: block;
	border-bottom: 1px solid #c6c7c7;
	border-top: 0 none;
	min-width: 190px;
	text-align:left;
}
.menuLG ul.nav-child > li:hover, .menuLG ul.nav-child > li.active{
	border-bottom: 1px dotted #ad2d44;	
}
.menuLG ul.nav-child > li:hover a{
	color:#000;
}
.menuLG ul.nav-child > li.active a{
	color:#000;
}
.middleArea{
	margin-top:20px;
}
.menu  li{
	border-top:2px dotted #c6c7c7;
}
.menu  li:last-child{
	border-top:2px dotted #c6c7c7;
	border-bottom:2px dotted #c6c7c7;
}
.menu li a{
	color:#000;
	font-size:22px;
	padding:5px;
	
}
.menu li a:hover, .menu li a:focus{
	background:none;
	color:#ad2d44;
}
.menu  li.active a{
	color:#ad2d44;
}

/*** BRANDS ***/
.sideMenu h3{
	color: #ad2d44;
	font-size: 24px;
	text-align: center;
}
.brands .brandItem{
	margin-bottom:30px;
}
.brands .brandItem img{
	width:100%;
}
.homePageSlider .mini-item{
	padding:0 10px;
}
/*** ARRIVALS ***/
.arrivals h3{
	text-align:center;
	color:#ad2d44;
	font-size:24px;
}
.arrivals-sep{
	background:url(../images/diaxoristiki.png) no-repeat center;
	display:block;
	width:100%;
	height:30px;
	margin-top:35px;
	margin-bottom:35px;
}
.arrivals-sep + .k2ItemsBlock{
	margin-top:35px;
	margin-bottom:35px;
	overflow:hidden;
}
.arrivals .k2ItemsBlock > ul{
	padding:0;
	list-style-type:none;
}
.arrivals .k2ItemsBlock > ul li{
	margin-bottom:20px;
}
.moduleItemImage, .moduleItemImage:hover{
	text-decoration:none;
	color:#000;
	font-size:18px;
}

.arrItemTop img{
	width:100%;
}
.arrItemBottom{
	background:#e6e6e6;
	text-align:center;
	position:relative;
	border-bottom:2px solid #ae2d44;
	padding:20px 2px 10px;
}
.arrowLink{
	position:absolute;
	top:-50%;
	border: 3px solid #e6e6e6;
	border-radius: 50px;
	font-size:14px;
}
.arrowLink .fa-stack {
	border-radius:50px;
	background:#e6e6e6;
}
.arrowLink .fa-circle::before{
	color:#ad2d44;
}
/*** AXESOUAR TABS ***/
#k2Container .itemList{
	list-style-type:none;
	padding:0;
	margin:0;
}
#k2Container .itemList li{
	margin-bottom:30px;
}
.fasa-sep{
	padding:0 15px;
	background:url("../images/tabs-bg.jpg") left top no-repeat;
	background-color:#ad2d44;
	text-align:right;
	margin-bottom:20px;
	height:51px;
}
/*** PRODUCTS TABS ***/
.itemListCategory h2{
	color:#ad2d44;
}
.contentWrapper{
	margin-top:15px;
}
#videoSubCategories{
	padding:10px 15px 3px;
	background:url("../images/tabs-bg.jpg") left top no-repeat;
	background-color:#ad2d44;
	text-align:right;
	margin-bottom:20px;
	
}
#videoSubCategories.nav-tabs, .nav-tabs.itemList {
  border-bottom: 0;
}
.nav-tabs.itemList{
	padding:0;	
}
#videoSubCategories.nav-tabs > li{
	float:none;
	display:inline-block;
}
#videoSubCategories.nav-tabs > li.active a{
	color:#ff9040;
}
/*#videoSubCategories.nav-tabs > li:last-child a::before{
	content:" / "
}*/
#videoSubCategories.nav-tabs > li a:hover, #videoSubCategories.nav-tabs > li a:focus, #videoSubCategories.nav-tabs > li.active a:hover, #videoSubCategories.nav-tabs > li.active a:focus,  #videoSubCategories.nav-tabs > li.active{
	background:none;
	border:none;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background-color: transparent;
  border-color: transparent;
  border-image: none;
  border-style: none;
  border-width: 0;
}
#videoSubCategories a, #videoSubCategories .diax{
	font-size:22px;
	color:#fff;
	float:left;
}
#VideosofCategory{
	overflow:hidden;
}
.nav > li > a {
	padding: 0;
	border:none;
}
.nav-tabs.itemList > li{
	margin-bottom:30px;
}
.arrItemBottom.orange{
	background:#ff9040;
	text-align:center;
	position:relative;
	padding:20px 2px 10px;
	border-bottom:0;
}
.arrowLink.orange{
	position:absolute;
	top:-50%;
	border: 3px solid #ff9040;
	border-radius: 50px;
	font-size:14px;
}
.arrowLink.orange .fa-stack {
	border-radius:50px;
	background:#ff9040;
}
.arrowLink.orange .fa-circle::before{
	color:#fff;
}
.arrowLink.orange .fa-angle-up{
	color:#ff9040;
}
/*** PRODUCT SOCIAL ***/
.socials{
	margin-bottom:5px;
}
.socials span.stMainServices, .socials span.stHBubble{
	height:23px;
}
/*** PRODUCT ***/
.productItemView .itemHeader{
	background:url("../images/product-header.jpg")	left center no-repeat;
	background-color:#ff9040;
	margin-bottom: 20px;
	padding: 10px 15px;
	text-align: right;
}
.productItemView .itemTitle{
	margin:0;
	color: #fff;
	font-size: 22px;
}
.productItemView .itemBody{
	margin-top:40PX;
}

.productItemView .itemImage img{
	width:100%;
}
.productItemView .itemExtraFields{
	overflow:hidden;
}
.productItemView .itemExtraFields h4{
	margin:0 0 5px;
}
.productItemView .itemExtraFields > ul{
	padding:0;
	margin:0;
	list-style-type:none;
}
.productItemView .itemExtraFields > ul li{
	display: block;
	float: left;
	width: 100%;
}
.productItemView .itemExtraFieldsLabel{
	font-weight:bold;
	float:left;
}
.productItemView .itemExtraFieldsValue{
	float:left;
}
.productItemView .itemIntroText{
	border-top:2px dotted #b8b9b9;
}
.productItemView .itemIntroText h6{
	font-size:24px;
	font-weight:bold;
}
.productItemView .itemFullText{
	padding-top:5px;
	padding-bottom:15px;
	color:#545454;
	font-size:18px;
}
.productItemView .itemAttachmentsBlock{
	margin-top:5px;
}

.productItemView .itemAttachments{
	padding:0;
	list-style-type:none;
}
.productItemView .itemAttachments a, .productItemView .itemAttachments i{
	font-size:30px;
	color:#000;
}
.itemSocialSharing > div{
	display:inline-block;
}
.itemNavigation {
  text-align: right;
}
div.sigProGalleriaWhiteContainer{
	background:none;
	padding:0;
}
ul.sigProGalleriaWhite li.sigProThumb {
  margin: 0 2px 4px;
}
/*** CONTACT FORM ***/
.rsform-block input, .rsform-block textarea{
	background:#799490;	
	border:none;
	border-radius:15px;
	padding:5px 15px;
	width:100%;
	max-width:100%;
}
.rsform-block button{
	background:#ad2d44;	
	border:none;
	border-radius:15px;
	padding:5px 15px;
	margin:0 auto;
	color:#fff;
	width:100px;
	display:block;
}
/*** FOOTER ***/
.footerbg{
	width:100%;
	background:#93bab5;
	margin-top:50px;
}
.footerbg::before{
	background: url(../images/slider-girlanta.png) repeat-x left bottom;
	width: 100%;
	display: block;
	height: 12px;
}
.footer h3{
	color:#fff;
	font-weight:300;
	border-bottom:1px dashed #fff;
	text-align:center;
	margin-bottom:20px;
}
.footerA .rsform-block input{
	background:#799490;	
	border:none;
	border-radius:15px;
	padding:5px 15px;
	width:100%;
}
.footerA .rsform-block button{
	background:#ad2d44;	
	border:none;
	border-radius:15px;
	padding:5px 15px;
	margin:0 auto;
	color:#fff;
	width:100px;
	display:block;
}
.footerB{
	font-weight:300;
	font-size:16px;
	text-align:center;
}
.footerB span, .footerB a{
	color:#fff;
}

/* Large desktop */

@media (min-width: 1200px) {
.container{
	width:1100px;
}
.topRight{
	margin-top:15px;
}
/*** SOCIAL ***/
.social{
	
}

/*** SEARCH ***/
.search{
	
}
/*** SLIDER ***/

#djslider96 ul#slider96 li{
	padding:0 !important;
}

}



/* Portrait tablet to landscape and desktop */

@media (min-width: 768px) and (max-width: 979px) { ... }



/* Landscape phone to portrait tablet */

@media (max-width: 767px) { 
.slider-wrapper::before, .slider-wrapper::after{
	display:none;
}
}



/* Landscape phones and down */

@media (max-width: 480px) { ... }