@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: PFIsotextPro;
    src: url(fonts/pfisotextpro-bold-webfont.ttf);
}
@font-face {
    font-family: PFIsotextProLight;
    src: url(fonts/pfisotextpro-light-webfont.ttf);
}
@font-face {
    font-family: PFIsotextProRegular;
    src: url(fonts/pfisotextpro-regular-webfont.ttf);
}
@font-face {
  font-family: 'FuturaGreek-Bold';
  src: url('types/FuturaGreek-Bold.eot?#iefix') format('embedded-opentype'),  
  	   url('types/FuturaGreek-Bold.woff') format('woff'),
	   url('types/FuturaGreek-Bold.ttf')  format('truetype'), 
	   url('types/FuturaGreek-Bold.svg#FuturaGreek-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'PFHighwaySansPro-Bold';
  src: url('types/PFHighwaySansPro-Bold.eot?#iefix') format('embedded-opentype'),  
	   url('types/PFHighwaySansPro-Bold.woff') format('woff'), 
	   url('types/PFHighwaySansPro-Bold.ttf')  format('truetype'), 
	   url('types/PFHighwaySansPro-Bold.svg#PFHighwaySansPro-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'PFHighwaySansPro-Light';
  src: url('types/PFHighwaySansPro-Light.eot?#iefix') format('embedded-opentype'),  
	   url('types/PFHighwaySansPro-Light.woff') format('woff'), 
	   url('types/PFHighwaySansPro-Light.ttf')  format('truetype'), 
	   url('types/PFHighwaySansPro-Light.svg#PFHighwaySansPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'PFHighwaySansPro-Medium';
  src: url('types/PFHighwaySansPro-Medium.eot?#iefix') format('embedded-opentype'),  
	   url('types/PFHighwaySansPro-Medium.woff') format('woff'), 
	   url('types/PFHighwaySansPro-Medium.ttf')  format('truetype'), 
	   url('types/PFHighwaySansPro-Medium.svg#PFHighwaySansPro-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'PFHighwaySansPro-Regular';
  src: url('types/PFHighwaySansPro-Regular.eot?#iefix') format('embedded-opentype'),  
	   url('types/PFHighwaySansPro-Regular.woff') format('woff'), 
	   url('types/PFHighwaySansPro-Regular.ttf')  format('truetype'), 
	   url('types/PFHighwaySansPro-Regular.svg#PFHighwaySansPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}


@font-face {
  font-family: 'PFHighwaySansPro-Thin';
  src: url('types/PFHighwaySansPro-Thin.eot?#iefix') format('embedded-opentype'),  
	   url('types/PFHighwaySansPro-Thin.woff') format('woff'), 
	   url('types/PFHighwaySansPro-Thin.ttf')  format('truetype'), 
	   url('types/PFHighwaySansPro-Thin.svg#PFHighwaySansPro-Thin') format('svg');
  font-weight: normal;
  font-style: normal;
}


body {
	font-family:'PFHighwaySansPro-Regular', Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 15px;
	color: #4d4d4d;
	background: #ffffff;
	margin: 0;
	padding: 0;
	line-height: normal;
	overflow-y: hidden;
	overflow-x: hidden !important;
	/*-webkit-transition: all 1.3s ease-out;
	-moz-transition: all 1.3s ease-out;
	-o-transition: all 1.3s ease-out;
	-ms-transform: all 1.3s ease-out;
	transition: all 1.3s ease-out;*/
}
html{
	overflow-y:hidden;
}
a {
	color: #0daade;
	text-decoration: none;
	outline: none;
}

a:hover, a:focus {
	color: #004f80;
	text-decoration: none;
	outline: none;
}

img {
	border: 0;
}

embed {
	position: relative;
	z-index: 50;
}


iframe {
	border: 0;
}

sup {
	margin: 0;
	padding: 0;
}

h1
{
	padding:0;
	margin:0;
}

h2
{
	padding:0;
	margin:0;
}

h3
{
	padding:0;
	margin:0;
}

h4
{
	padding:0;
	margin:0;
}

h5
{
	padding:0;
	margin:0;
}

h6 {
	padding:0;
	margin:0;
}

object {
	position:relative;
	z-index:10;
}

div {
	margin:0;
	padding:0;
}

blockquote {
	border:0;
	margin:0;
	padding:0;
}

.div_table_center 
{
	display:table;
	margin:0 auto;
}

.div_table 
{
	display:table;
}

.product_feautures .div_table,
.product_buttons
{
	display:flex;
	justify-content: center;
	align-items: center;
}

.div_left 
{
	float:left;
}

.div_right 
{
	float:right;
}

.right_side_menu_opened #wrapper
{
	left: 250px;
}

#wrapper_out
{
	overflow-x:hidden !important;
	overflow-y:hidden;
}

#wrapper
{
	background:#fff;
    left: 0;
    position: relative;
	z-index: 1000;
    -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	-ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    z-index: 1000;
}

#wrapper_inner
{
	/*overflow:hidden;*/
	width:100%;
}

.grand_blue
{
	background: #a40b2a;
	background: -moz-linear-gradient(left,  #a40b2a 0%, #30b2dc 100%);
	background: -webkit-linear-gradient(left,  #a40b2a 0%,#30b2dc 100%);
	background: linear-gradient(to right,  #a40b2a 0%,#30b2dc 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a40b2a', endColorstr='#30b2dc',GradientType=1 );

}

#top_out,
#top_out_r,
#top_out_r_mob
{
	position:relative;
	z-index:1;
}

#top_out
{
	height:38px;
	line-height:38px;
}

#top_out_r,
#top_out_r_mob,
.mobile-metaforika-wrapper
{
	display:none !important;
}

#top_out_r .top_item
{
	/*width:20%;*/
	margin:0;
}

#top_out_r .top_item a
{
	padding:0;	
}

#top_out_r .top_item:first-child
{
	border-left:0;	
}

.top_item_in
{
	display:table;
	width:100%;
}

.top_item_in_in
{
	display:table-cell;
	height:60px;
	vertical-align:middle;
}

.top_item_in_in_in
{
	display:table;
	margin:0 auto;	
}

#top_left
{
	float:left;
}

#top_right
{
	float:right;
}

.top_item
{
	float:left;
	margin-right: 20px;
    /*position: relative;*/	
}

.top_item:last-child
{
	margin-right:0;
}

#header .top_item:last-child
{
	margin-right:10px;
}

.top_item a
{
	font-size: 11px;
    font-weight: 700;
    color: #b3b3b3;
    display: flex;
    align-items: center;
    align-self: center;
    align-content: center;
}

.top_item.login_icon a
{
	background:url(../images/design/login_icon2.png) left center no-repeat;	
}

.top_item.register_icon a
{
	background:url(../images/design/register_icon.png) left center no-repeat;
}

.top_item.favorite_icon a
{
	background:url(../images/design/favorite_icon.png) left center no-repeat;
}

.top_item.faqs_icon a
{
	background:url(../images/design/login_icon2.png) left center no-repeat;
}

.top_item.contact_icon a
{
	background:url(../images/design/contact_icon.png) left center no-repeat;
}

.top_item.basket_icon a
{
	background:url(../images/design/basket_icon.png) left center no-repeat;
}

.top_item.company_icon a
{
	background:url(../images/design/company_icon.png) left center no-repeat;
}

.top_item.blog_icon a
{
	background:url(../images/design/blog_icon.png) left center no-repeat;
}

.b_circle
{
	position:absolute;
	top:4px;
	right:-13px;
	width:16px;
	height:16px;
	text-align:center;
	line-height:16px;
	background:#5ac0e0;
	border-radius:100px;
	font-weight:700;
	font-size:10px;
	color:#fff;
}

.shipping
{
	background:url(../images/design/bus.png) left center no-repeat;
	padding-left:35px;
	font-size:12px;
	font-weight:700;
	color:#fff;
}

.order_phone
{
	background:url(../images/design/phone_icon.png) left center no-repeat;
	padding-left:30px;
	font-size:17px;
	font-weight:600;
	color:#fff;
}

.free_ship
{
	font-weight:700;
	font-size:15px;
	letter-spacing:0.6px;
	color:#fff;
	text-align:center;
}


.col-full-height 
{
	height: 100%;
	vertical-align: top;
}

.col-full-height.middle
{
	vertical-align:middle;
}

#header .col-full-height
{
	vertical-align:middle;
}
#heade{
	padding-top: -10px;
}

.row-same-height 
{
	display: table;
	width: 100%;
	table-layout: fixed;
}

.col-xs-height 
{
	display: table-cell;
	float: none !important;
}


.search {
    position: relative;
	width: 100%;
	max-width: 345px;
    /*border-left: 1px solid #cccccc;
    border-right: 1px solid #cccccc;*/
	z-index: 16;
	color: #fff;
}
.fal.fa-search{
	color:#000;
}

.search_in
{
	position:relative;
	z-index:5;
}

.search_left
{
	display: table-cell;
	width: 100%;
}

.search_left_in
{
	padding-left:50px;
	padding-right:15px;
}

.search_left input[type="text"]
{
	background: none;
    border: none;
    font-family: "PFTransportLight-Regular",Arial,Helvetica,sans-serif;
    font-style: italic;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    height: 35px;
    line-height: 35px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
    letter-spacing: normal;
}

.search_right
{
	display: table-cell;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
}

.search_right button
{
	background-color:transparent;
    border: none;
    padding: 0;
    margin: 0;
    height: 35px;
    /*padding-left: 20px;
	padding-right: 20px;*/
	font-size: 18px;
}


.logo a
{
	display:block;
}

.header_right
{
	margin-top:15px;
}




.basket_button
{	
	float:left;
	position:relative;
	margin-top:5px;
	padding-right:21px;
}


.basket_button.basket_button_r
{
	display:none;
	position:absolute;
	top:28px;
	right:15px;
	margin:0;
}

.basket_items
{
	position:absolute;
	top:-10px;
	right:0;
	width:22px;
	height:22px;
	line-height:22px;
	background:#ee7f00;
	border-radius:100px;
    font-size: 12px;
    font-weight:700;
	color: #fff;
	text-align:center;
}


.h_menu_out
{
	margin-bottom:15px;
}

.h_menu ul 
{
	display:inline-block;
	float:right;
	margin:0;
	padding:0;
	list-style:none;
}

.h_menu ul li
{
	float:left;
	background:url(../images/design/top_sep.png) center right no-repeat;
	margin-right:10px;	
}

.h_menu ul li:last-child
{
	background:none;
	margin-right:0;
}

.h_menu ul li a
{
	display:block;
	
	font-family:'PFHighwaySansPro-Regular', Arial, Helvetica, sans-serif;
	font-style:normal;
    font-size: 14px;
    font-weight: normal;
    letter-spacing:0.8px;
	color: #a67c52;
	padding-right:10px;
}

.h_menu ul li:last-child a
{
	padding-right:0;
}

.main_content_out
{
	position:relative;
	z-index:9;
}

#mobile_menu_btn_new
{
	position:fixed;
	z-index:99999;
	right:0;
	top:0;
	width:60px;
	padding:20px;
	color:#000;
	cursor:pointer;
	display:none;
}
#bars{
	color:#fff;
	transition-property: color;
	transition-duration: 1s;
	float:right;
}

/* mobile_menu */
nav#mobile_menu
{
	background-color:rgba(0,0,0,0.7);
	height: 100%;
	border-right:1px solid #cdcdce;
    position:fixed;
	overflow: hidden;
	padding-top:25px;
	padding-bottom:25px;
	margin-left:-300px;
	top: 0;
	left:0;
	width: 300px;
	z-index: 9999;
}
.page_title{
	margin-top:120px;
	width:70%;
	margin-left:15%;
	position:relative;
}
.page_title_erga{
	margin-top:120px;
	width:80%;
	margin-left:10%;
	position:relative;
}
.page_title_employee{
	margin-top:150px;
	width:70%;
	margin-left:15%;
	position:relative;
}


.page_title_about{
	padding-top: 100px;
	width:70%;
	margin-left:15%;
	position:relative;
}
.page_title_resp{
	padding-top: 50px;
	width:70%;
	margin-left:15%;
	position:relative;
	padding-bottom:50px;
}
.short_desc{
	padding-top: 45px;
	width:70%;
	margin-left:15%;
	position:relative;
	text-align: justify;
	padding-bottom:45px;
}
.short_desc_employees{
	padding-top: 0px;
	width:70%;
	margin-left:15%;
	position:relative;
	text-align: justify;
	padding-bottom:45px;
}
.short_desc_contact{
	padding-top: 55px;
	padding-left:45px;
	width:70%;
	margin-left:15%;
	position:relative;
	text-align: justify;
}
.short_desc_contact_erga{
	padding-top: 55px;
	padding-left:15px;
	width:70%;
	margin-left:15%;
	position:relative;
	text-align: justify;
}
.first_p{
 margin-left: 18px;
 max-width:650px;
 font-family: PFIsotextProLight !important;
 font-size: 26px;
 color:#1F4E79;
 line-height: 1.6;
 opacity:0;
 transition: all .5s ease-out;
 -moz-transition: all .5s ease-out;
 -webkit-transition: all .5s ease-out;
 -o-transition: all .5s ease-out;
}
.first_p_contact{
	margin-left: 18px;
	max-width:650px;
	font-family: PFIsotextProLight !important;
	font-size: 26px;
	color:#1F4E79;
	line-height: 1.6;
	opacity:0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
   }
   #banner{
	   left:0;
	   margin-left:20px;
	   width:300px;
	   font-family: PFIsotextProLight !important;
	   height:auto;
	   padding:10px;
	   background: rgba(0,0,0,0.4);
	   top:90px;
	   border:2px solid #fff;
	   border-radius:10px;
	   box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	   opacity:0;
	   transition: all .5s ease-out;
	   -moz-transition: all .5s ease-out;
	   -webkit-transition: all .5s ease-out;
	   -o-transition: all .5s ease-out;
	   position:absolute;
	   z-index:99999999;
   }
   #banner_mobile{
	margin-left:0px;
	width:80%;
	font-family: PFIsotextProLight !important;
	height:auto;
	padding:10px;
	background: rgba(0,0,0,0.4);
	top:90px;
	border:2px solid #fff;
	border-radius:10px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	opacity:0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	position:absolute;
	z-index:99999999;
	display:none;
}
   .open_close_banner{
	   color:#fff;
	   float:right;
	   cursor:pointer;
	   padding:5px;
	   font-size: 14px;
   }
.position{
	font-family: PFIsotextProLight !important;
	font-size: 26px;
	color:#1F4E79;	
}
.paddings_side{
	padding-left:0px;
	padding-right:0px;
}
.first_p_c{
	margin-left: 0px;
	width:100%;
	font-family: PFIsotextProLight !important;
	font-size: 26px;
	color:#1F4E79;
	line-height: 1.6;
	opacity:0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
   }
.second_p {
	margin-left: 18px;
	max-width:650px;
	color:#707173;
	font-family: PFIsotextProLight !important;
	font-size: 19px;
	line-height: 1.6;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.second_p1 {
	max-width:650px;
	color:#707173;
	font-family: PFIsotextProLight !important;
	font-size: 19px;
	line-height: 1.6;
	opacity:1;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.second_p_blog{
	margin-left: 20px;
	width:100%;
	color:#707173;
	font-family: PFIsotextProLight !important;
	font-size: 19px;
	line-height: 1.6;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.author_blog{
	float:right;
	margin-top:50px;
	margin-right:20px;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.author_name{
	font-family: PFIsotextProLight;
	font-size: 16px;
	font-weight: 800;
	font-style: italic;
}
.author_link{
	color:#000;
}
.author_link:hover{
	color:#000;
}
.author_position{
	font-family: PFIsotextProLight;
	font-size: 16px;
	font-style: italic;
}
.img_service{
	position:absolute;
	height: 0vh;
	width:20%;
	right:0;
	bottom:0;
	margin-bottom: 8vh;
	margin-right:5%;
	object-fit:cover;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.upprepage{
	position:relative;
	padding-top:50px;
}
.upprepage_contact{
	position:relative;
	padding-top:50px;
}
.our_people{
	margin-top:20px;
	opacity:0;
	background:#F1F3F3;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.blogs{
	opacity:0;
	width:70%;
	margin-left:15%;
	margin-top:20px;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.blogs1, .blogs2{
	display:none;
	width:70%;
	margin-left:15%;
	margin-top:20px;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.more_blogs{
	width:70%;
	margin-left: 15%;
	text-align: center;
	padding-top:50px;
	margin-bottom:20px;
}
.more_blog_buttons{
	padding:10px;
	font-family: PFIsotextProLight;
	font-size: 20px;
	border: 1px solid #717273;
	color:#717273;
	border-radius:2px;
	margin:20px;
	margin-top:50px;
	cursor:pointer;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	display: none;
}
.news_item_bl{
	display: none;
}
.more_blog_buttons:hover{
	border: 1px solid #1F4E79;
	color:#1F4E79;
}
.paddingleft{
	padding-left:20px;}
.nopaddingnews{
	padding:0px;
}
.title_basic, .title_basic h1{
font-family: PFIsotextProLight;
font-size: 50px;
}
.title_basic_about{
	font-family: PFIsotextProLight;
	font-size: 50px;
	margin-left:20px;
}
.title_basic_resp{
font-family: PFIsotextProLight;
font-size: 33px;
color:#1F4E79;
}
.title_second{
font-family: PFIsotextProLight;
font-size: 25px;
}
.up_vector{
position:absolute;
top:0;
left:0;
margin-left:-30px;
margin-top:-30px;
opacity:0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.down_vector{
position:absolute;
bottom:0;
right:0;
margin-right:-30px;
margin-bottom:-30px;
opacity:0;
-webkit-transition: all 0.4s ease;
-moz-transition: all 0.4s ease;
-o-transition: all 0.4s ease;
transition: all 0.4s ease;
}
.menu_over{
position:fixed;
z-index:99999;
right:0;
margin-right:20px;
margin-top:40px;
}
.menu_style{
list-style-type:none;
}
.menu_over_item{
float:left;	
margin-right:30px; 
font-family: PFIsotextPro;
color: #fff;
transition-property:color;
transition-duration: 1s;
position:relative;
}
.menu_over_item_last{
float:left;	
margin-right:50px;
font-family: PFIsotextPro;
color: #fff;
transition-property:color;
transition-duration: 0.5s;
	}
.menu_over_item:hover, .menu_over_item_last:hover{
color: #f6f6f6;	
}
.menu_over_item_lang{
float:left;	
margin-right:30px; 
margin-left:0px;
font-family: PFIsotextPro;
color: #fff;
}
.menu_out_over{
position:fixed;
z-index:999;
height: 110px;
background:rgb(0,0,0);
width:100%;
left:0;
-webkit-transition: all 0.4s ease-out;
-moz-transition: all 0.4s ease-out;
-o-transition: all 0.4s ease-out;
-ms-transform: all 0.4s ease-out;
transition: all 0.4s ease-out;
/*margin-top:0px;
transition: margin-top, 0.4s;
transition-timing-function: cubic-bezier(0.1, 0.1, 0.1, 0.1);*/
}
.menu_out_over_for_no_index{
position:fixed;
z-index:99;
height: 110px;
width:100%;
left:0;
}
.logo_site{
position: fixed;
z-index: 99999;
left: 0;
margin-left:30px;
margin-top:30px;
}
.selected_lang{
	color:#f6f6f6;
	font-size:16px;
	transition-property:color;
    transition-duration: 0.5s;
}
.vline{
	height: 40px;
	border-left:2px solid #f6f6f6;
	margin-top: -10px;
	transition-property:border;
    transition-duration: 0.5s;
}
nav#mobile_menu .menu_item_m
{
	border-bottom: 1px solid #cdcdce;
}

nav#mobile_menu .menu_item_m:last-child
{
	margin-bottom:0;
}

nav#mobile_menu .menu_item_title_m
{
	position:relative;
	cursor:pointer;
	font-family: PFIsotextProLight;
	font-size:20px;
}

nav#mobile_menu .menu_item_title_m a
{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	letter-spacing:0.6px;
	cursor:pointer;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

nav#mobile_menu .menu_item_title_m:hover > a
{
	background:#004f80;
	color:#fff;
}

nav#mobile_menu .menu_item_data_m
{
	display:none;
}

nav#mobile_menu .sub_menu_item_m
{
	margin-bottom:5px;
	cursor:pointer;
}

nav#mobile_menu .sub_menu_item_m:last-child
{
	margin-bottom:0;
}

nav#mobile_menu .sub_menu_item_title_m a
{
	display: block;
    font-size: 14px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 20px;
    padding-right: 10px;
    padding-top: 8px ;
    padding-bottom: 8px;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

nav#mobile_menu .sub_menu_item_title_m:hover a
{
	color:#0daade;
}

nav#mobile_menu .sub_menu_item_data_m
{
	display:none;
}

nav#mobile_menu .sub_sub_menu_item_m
{
	margin-bottom:5px;
	cursor:pointer;
}

nav#mobile_menu .sub_sub_menu_item_m:last-child
{
	margin-bottom:0;
}

nav#mobile_menu .sub_sub_menu_item_title_m a
{
	display: block;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 25px;
    padding-right: 10px;
    padding-top: 8px ;
    padding-bottom: 8px;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

nav#mobile_menu .sub_sub_menu_item_title_m:hover a
{
	color:#a40b2a;
}

nav#mobile_menu .sub_sub_menu_item_data_m
{
	display:none;
}

nav#mobile_menu .sub_sub_sub_menu_item_m
{
	margin-bottom:5px;
	cursor:pointer;
}

nav#mobile_menu .sub_sub_sub_menu_item_m:last-child
{
	margin-bottom:0;
}

nav#mobile_menu .sub_sub_sub_menu_item_title_m a
{
	display: block;
    font-size: 13px;
    font-weight: normal;
    color: #000;
    letter-spacing: 0.6px;
    cursor: pointer;
    padding-left: 30px;
    padding-right: 10px;
    padding-top: 8px ;
    padding-bottom: 8px;
	
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

nav#mobile_menu .sub_sub_sub_menu_item_title_m:hover a
{
	color:#a40b2a;
}
/* end mobile_menu */

/* menu */
.menu_out
{
	position:relative;
	z-index:15;
}

nav.menu ul 
{
	display:flex;
    list-style:none;
    margin: 0;
    padding: 0;
}

nav.menu ul li 
{
	flex-grow:1;
	margin: 0;	
	position:relative;
}

/*nav.menu ul li
{
	border-right:1px solid #c6c5c6;
}

nav.menu ul li:first-child
{
	/*border-left:1px solid #c6c5c6;
}*/

.bg-blue{
	background: none;
	margin-top:-10px;
	position:absolute;
	border:1px solid #000;
}
.bg-white{
	height:63px;
	background-image: -webkit-linear-gradient(135deg,#0daade 82%, #004f80 15%);
	position: relative;
}

.far.fa-search{
	color:#fff;
	font-size:19px;
	position:absolute;
	top:25px;
	right:10px;
}

nav.menu ul li a
{
	font-family: "PFHighwaySansPro-Medium",Arial,Helvetica,sans-serif;
	display:block;
	padding-left:15px;
	padding-right:15px;
	font-size:15px;
	text-align:center;
	color: #fff;
	line-height: 4;
	letter-spacing: 1px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-transform: uppercase;

}

nav.menu ul li .sub_menu_item_title a
{
	font-family: "PFHighwaySansPro-Bold",Arial,Helvetica,sans-serif;
	line-height: 2;
	text-transform: none;
	font-size:14px;
	padding-left:15px;
	margin-bottom: 8px;
}

nav.menu ul li .sub_menu_item_title a:hover
{
	color:#0daade;
	background: #fff;
}


nav.menu ul li:hover > a
{
	/*border-bottom: 3px solid #0daade;
	background:#a40b2a;
	color:#fff;*/
}

/* with images */
nav.menu.with_images ul li a
{
	display:block;
	padding:0;
	padding-top:5px;
	padding-bottom:5px;	
}

nav.menu.with_images ul li .menu_item_image
{
	margin-bottom:8px;
}

nav.menu.with_images ul li .menu_item_image_in
{
	text-align:center;
	height:70px;	
	background-position:top center !important;
	background-repeat:no-repeat !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

nav.menu.with_images ul li .menu_item_title
{
	font-style:normal;
    font-size: 9px;
    font-weight: 700;
	color: #333333;
	text-align:center;
	letter-spacing:0.6px;
	height:23px;
}

nav.menu.with_images ul li:hover > a
{
	background:none;
}

nav.menu.with_images ul li:hover > a .menu_item_title
{
	color:#a40b2a;
	text-decoration:underline;
}
/* end with images */

/* end menu */


/*
*/






.menu_wrapper_bg
{
	display:none;
	position:fixed;
	left:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:15;	
}

.menu_item_bottom
{
	display:none;
	position:absolute;
	z-index:999999999;
	width:100%;
	left:15px;
	/*background:#fff;*/
	margin-top:-7px;
}

.this-menu-link{
	/*border-bottom:3px solid #0daade;*/
}

/* */

.sub_box_title
{
	margin-bottom:10px;	
}

nav.menu ul li .sub_box_title a
{
	display:block;
	font-weight:bold;
	font-size:16px;
	letter-spacing:0.7px;
	color:#4d4d4d;
	text-align:left;
	padding:0;
	border:none;
}

nav.menu ul li .sub_box_data
{
	border-bottom:1px solid #c0bfc0;
	padding-bottom:10px;
	margin-bottom:10px;
}

nav.menu ul li .sub_box_data_item
{
	margin-bottom:10px;	
}

nav.menu ul li .sub_box_data_item a
{
	display:block;
	font-weight:normal;
	font-size:13px;
	letter-spacing:0.5px;
	color:#4d4d4d;
	text-align:left;
	padding:0;
	border:none;
}

nav.menu ul li .sub_box_data_item.blue a
{
	color:#5ac0e0;
}

nav.menu ul li .menu_sizes h3
{
	font-weight:bold;
	font-size:12px;
	letter-spacing:0.9px;
	color:#4d4d4d;
	margin-bottom:15px;
}


nav.menu ul li .menu_sizes_data .number_item a
{
	display:block;
	padding:0;
	border:none;
}
/* */


.menu_item_bottom .menu_in_col
{
	padding-left:30px;
	padding-right:30px;
}

.menu_item_bottom .menu_in_col:nth-child(4n+1)
{
	clear:both;
}

.menu_item_bottom_in_in
{
	
	padding:15px 0 8px 0;
	/*padding-bottom:100px;*/
}

.menu_column_container
{
	/*width:100%;
   -moz-column-count:5;
    -moz-column-gap: 3%;
    -moz-column-width: 20%;
    -webkit-column-count:5;
    -webkit-column-gap: 3%;
    -webkit-column-width: 20%;
    column-count: 5;
    column-gap: 3%;
    column-width: 20%;*/
	
	width:100%;
	
	-webkit-column-count: 4;
    -webkit-column-gap: 30px;
	-webkit-column-width: 25%;


    /* Firefox */
    -moz-column-count: 4;
	-moz-column-gap: 30px;
	-moz-column-width: 25%;

    column-count: 4;
    column-gap: 30px;
	column-width: 25%;
}

.menu_column_container div {
    display: inline-block;
    width: 100%;
}

.sub_menu_item
{
	margin-bottom:0px;
}

.sub_menu_item_title
{
	margin-bottom:0px;
}

.sub_menu_item_title a
{
	text-align:left !important;
}


.sub_menu_data_item
{
	margin-bottom:5px;
}

.sub_menu_data_item:last-child
{
	margin-bottom:0;
}

.sub_menu_data_item a
{
	display:block;
	padding:0 !important;
	margin:0 !important;
	font-style:normal;
    font-size: 13px;
    font-weight: normal;
	color: #333333;
	letter-spacing:0.2px;
	text-align:left !important;
	
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.sub_menu_data_item:hover > a
{
	color:#a40b2a !important;
}

.menu_img img
{
	border-radius:5px;	
}

.menu_img a
{
	display:block;
	padding:0 !important;
}



#slideshow_out_out
{
	position: relative;
	width: 100%;
}
#company_draw{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:99999;
	/*background-image: url("../images/design/story-img-2-back.jpg");
	background-position:right;
    background-repeat: no-repeat;
	background-size:90%;*/
	background: #fff;
}
.main_draw{
	margin-top: 50vh;
	-ms-transform: rotate(-40deg); /* IE 9 */
	-webkit-transform: rotate(-40deg); /* Safari 3-8 */
	transform: rotate(-40deg);
	margin-left:110vh;
}

#slideshow_out
{
	position:relative;	
}

.slide-text{
    position: absolute;
	left:0px;
	bottom:100px;
	width: 100%;
	font-family:PFIsotextProLight;
	font-size: 80px;
	color: #fff;
	background: rgba(0,0,0,0.4);
	opacity:0;
	transition: all .55s ease-in-out;
    -moz-transition: all .55s ease-in-out;
    -webkit-transition: all .55s ease-in-out;

}
.page_indicator{
	position:fixed;
	z-index:999999;
	width: 50px;
	right: 0;
	top:160px;
	text-align: center;
	margin-right:30px;
}
.up, .indicator, .down{
	margin-bottom:20px; 
	cursor:pointer;
}
/*.slide-text h1{
	font-family:"FuturaGreek-Bold",Arial,Helvetica,sans-serif;
	font-size:79px;
}

.slide-text h3{
    font-family:"FuturaGreek-Bold",Arial,Helvetica,sans-serif;
	font-size:40px;
}*/

.homepage_out_txt
{
	padding-top:35px;
	padding-bottom:35px;	
	font-size: 19px;
	letter-spacing:0.3px;
    font-weight:300;
	line-height:34px;
	color: #333333;
	text-align:center;
}

.homepage_txt
{
	max-width:970px;
	margin:0 auto;
}

#slideshow_out_r
{
	display:none;
}
.slideshow_section{
	/*overflow-y:auto;*/
	height:100vh;
}
.slideshow_section_mobile{
	height:100vh;
	display:none;
}
/*.newsletter_wrapper_in
{
	padding-top:25px;
	padding-bottom:25px;
	background:url(../images/design/bg_cude.jpg) top left repeat;
}*/

.newsletter_title
{
	display:table;
	margin:0 auto;
	margin-top: 35px;
}

.newsletter_title h3
{
	font-family: 'CeraGreek-Bold', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:45px;
	letter-spacing:2.3px;
	color:#000;
	margin-bottom:20px;
}


.newsletter_area_out_top
{
	font-family: "PFTransportLight-Regular",Arial,Helvetica,sans-serif;
	margin-top:10px;
	font-weight:normal;
	font-size:20px;
	letter-spacing:0.7px;
	color:#000;
	text-align:center;
	margin-bottom:40px;
}

.newsletter_area
{
	max-width:800px;
	margin:0 auto;
}

.newsletter_area .row
{
	margin-left:-5px;
	margin-right:-5px;
}

.newsletter_area .col-md-3
{
	padding-left:5px;
	padding-right:5px;
}

.newsletter_item
{
	padding-left: 13px;
    padding-right: 13px;
    background: #ffffff;
    border: 1px solid #afafaf;
    margin-bottom: 10px;
}

.newsletter_item input[type="text"]
{
	width:100%;
	font-family: "PFTransportLight-Regular",Arial,Helvetica,sans-serif;
	height:36px;
	line-height:36px;
	margin:0;
	padding:0;
	border:none;
	background:none;
	font-weight:300;
	font-size:16px;
	letter-spacing:1.3px;
	outline: none;
	color:#4d4d4d;
	text-align: center;
}

.newsletter_submit
{
	background: #666666;
    height: 40px;
    line-height: 40px;
    font-family: "PFTransport-Bold",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 3px;
    max-width: 155px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.newsletter_submit:hover
{
	background:#1a1a1a;
}


.newsletter_results
{
	color:#58585a;
	font-size:16px;
	text-align:center;
	padding-top:10px;
}

.news_right 
{
    color: #26b774;
}

.news_wrong 
{
    color: #A90D0D;
}

.multi_bar
{
	display:table;
	width:100%;
}

.multibar_item
{
	display:table-cell;
	width:33.3333%;
	height:110px;
	vertical-align:middle;
}

.multibar_item_in
{
	display:table;
	margin:0 auto;
}

.multibar_item_in h3
{
	font-weight:700;
	font-size:18px;
	letter-spacing:1.3px;
	color:#fff;
	margin-bottom:5px;
}

.multibar_item_in h4
{
	font-weight:700;
	font-size:16px;
	letter-spacing:0.3px;
	color:#fff;
}

.multibar_item_in h4 a
{
	display:inline-block;
	color:#fff;
	background:url(../images/design/white_arrow.png) right center no-repeat;
	padding-right:20px;
}

.multibar_item_in h5
{
	font-weight:300;
	font-size:23px;
	letter-spacing:0.3px;
	color:#fff;
}


.multibar_item.yellow
{
	background:#edb753;	
}

.multibar_item.red
{
	background:#ed6253;	
}

.multibar_item.blue
{
	background:#5ac0e0;	
}

.ship
{
	background:url(../images/design/bus.png) left center no-repeat;
	padding-left:80px;
	padding-top:5px;
	padding-bottom:5px;
}

.change
{
	background:url(../images/design/change.png) left center no-repeat;
	padding-left:65px;
	padding-top:5px;
	padding-bottom:5px;
}

.phone
{
	background:url(../images/design/phone.png) left center no-repeat;
	padding-left:65px;
	padding-top:5px;
	padding-bottom:5px;
}

#bottom_out
{
	padding-top: 70px;
    padding-bottom: 50px;
	background: #002949;
}

.bottom_item
{
	font-weight: normal;
	font-size: 14px;
	color: #cccccc;
	letter-spacing:0.5px;
	line-height:26px;
	text-align:left;
}

#bottom_out .col-xs-height:first-child
{
	border-left:1px solid #ececec;	
}

#bottom_out .col-xs-height
{
	border-right:1px solid #ececec;	
}

.bottom_item h4
{
	font-weight:700;
	font-size:12px;
	color:#fff;
}

.bottom_item h3
{
	font-family: 'PFHighwaySansPro-Medium', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 20px;
	color: #fff;
	letter-spacing:2px;
	margin-bottom:15px;
	text-align:left;
}

.bottom_item .fas, .bottom_item .far{
	color:#0daade;
	font-size:17px;
}

.bottom_item .fa-phone,  .bottom_item .fa-print{
	padding-right:5px;
}

.bottom_item .fa-map-marker-alt{
	padding-right:12px;
}

.bottom_item .fa-envelope{
	padding-right:7px;
}

.bottom_item ul li span{
	padding-left:25px;
}

.bottom_item ul li{
	font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-size:14px;
	padding-bottom:15px;
}

.bottom_item ul li div{
	padding-bottom:20px;
}

.bottom_item h3.center
{
	text-align:center;
}

.bottom_item ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	/*list-style-image:url(../images/design/blue_arrow.png);
	list-style-position:outside;*/
}

.bottom_item ul li a 
{
	margin-bottom:4px;
	font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #fff;
	letter-spacing:0.5px;
	webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.bottom_item ul li:hover > a
{
	color: #0daade;
}


.order_phone_b
{
	display:table;
	margin:0 auto;
	background:url(../images/design/phone_icon_w.png) center left no-repeat;
	font-weight:300;
	font-size:28px;
	color:#ffffff;
	padding-left:40px;
	margin-top:23px;
}

.footer_logo
{
	margin-bottom:25px;
}


.social_item
{
	float: left;
    margin-right: 15px;
    font-size: 25px;
    color: #808080;
}

.social_item:last-child
{
	margin-right:0;
}

.social_area
{
	display:table;
	/* margin:0 auto; */
}

.social_center
{
	display:table;
	margin:0 auto;
}

.social_item a
{
	display:block;
	color:#666;
}

.facebook
{
	background:url(../images/design/facebook.png) top left no-repeat;
}

.twitter
{
	background:url(../images/design/twitter.png) top left no-repeat;
}

.youtube
{
	background:url(../images/design/youtube.png) top left no-repeat;
}

.pinterest
{
	background:url(../images/design/pinterest.png) top left no-repeat;
}

.instagram
{
	background:url(../images/design/instagram.png) top left no-repeat;
}

.google_plus
{
	background:url(../images/design/google_plus.png) top left no-repeat;
}

.blog_home_out
{
	padding-top:50px;
	padding-bottom:50px;
}

.blog_home_title_out
{
	margin-bottom:30px;
}

.blog_home_title
{
	display:table;
	margin:0 auto;
	padding-top:5px;
	padding-bottom:5px;
	border-top:7px solid #ee7f00;
	border-bottom:7px solid #ee7f00;
}

.blog_home_title h2
{
	font-weight:700;
	font-size:44px;
	color:#ee7f00;
	letter-spacing:0.6px;
	padding-left:15px;
	padding-right:15px;
}

.homepage_blog_item_data
{
	margin-top:10px;
	text-align:center;
}

.homepage_blog_item_data h2
{
	font-weight:700;
	font-size:18px;
	color:#4d4d4d;
	margin-bottom:20px;
}

.homepage_blog_item_data h2 a
{
	color:#4d4d4d;
}

.homepage_blog_item_txt
{
	font-weight:300;
	font-size:15px;
	color:#4d4d4d;
	margin-bottom:20px;
}

.homepage_blog_item_more
{
	display:table;
	margin:0 auto;
}

.homepage_blog_item_more a
{
	display:block;
	background:#ee7f00;
	border-radius:8px;
	font-weight:700;
	font-size:13px;
	color:#fff;
	padding-right:15px;
	padding-left:15px;
	padding-top:8px;
	padding-bottom:8px;
	text-transform:uppercase;
	
	webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.homepage_blog_item_more a:hover
{
	background:#13a1c6;
}

.box_banner_item
{
	margin:0 auto;
	max-width:350px;
}

.box_banners_area
{
	border-top:1px solid #e0d8d2;
	padding-top:20px;
	padding-bottom:50px;
	background:#fff;
}

.box_banner_image
{
	display:table;
	margin:0 auto;
	margin-bottom:15px;
	text-align:center;
}

.box_banner_image_in
{
	height:106px;
	display:table-cell;
	vertical-align:bottom;
}

.box_banner_title_out
{
	background:url(../images/design/dot_green.png) center left repeat-x;
}

.box_banner_title
{
	display:table;
	margin:0 auto;
}

.box_banner_title_in
{
	display:table;
}

.box_banner_title_l
{
	display:table-cell;
	width:9px;
	height:40px;
	background:url(../images/design/r_g_l.png) top left no-repeat;
}

.box_banner_title_c
{
	display:table-cell;
	width:100%;
	background:#79a949;
	height:40px;
	vertical-align:top;
}

.box_banner_title_c_in
{
	padding-left:20px;
	padding-right:20px;
	display:table-cell;
	width:100%;
	height:inherit;
	vertical-align:middle;
}

.box_banner_title_c h3
{
	font-family: 'PFHighwaySansPro-Bold', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 22px;
	color: #ffffff;
	letter-spacing:0.2px;
	text-align:center;
}

.box_banner_title_r
{
	display:table-cell;
	width:9px;
	height:40px;
	background:url(../images/design/r_g_r.png) top left no-repeat;
}

.box_banner_title_l_in,
.box_banner_title_r_in
{
	width:9px;
	height:40px;
}

.box_banner_text
{
	margin-top:10px;
	font-family: 'PFHighwayGothicComp-Regular', Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 21px;
	color: #ffffff;
	letter-spacing:0.3px;
	color:#666666;
	text-align:center;
}

.title_out
{
	padding-top:25px;
	/* padding-bottom:25px;
	border-bottom:1px solid #e5e5e5; */
}

.title
{
	font-weight:normal;
	font-size:32px;
	color: #000;
}

.title.center
{
	text-align:center;
}

.title_path h2
{
	color: #b3b3b3;
	font-family: 'PFTransportLight-Regular', Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.4px;
}

.title_path a
{
	color: #808080;
}


/* products */

.basic_col_l
{
	background:#00b2e2;
	padding-left:0;
	padding-right:0;
}

.basic_col_c.no_space
{
	padding-left:0;
	padding-right:0;
}

.basic_col_r
{
	background:#000;	
	padding-left:0;
	padding-right:0;
}

.pro_area .row
{
	margin-left:-10px;
	margin-right:-10px;
}

.pro_area .pr_item
{
	padding-left:10px;
	padding-right:10px;
	-webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.product_item
{
	position:relative;
	margin-bottom:20px;
	background:#ffffff;
	
}

.product_item_image
{
	position:relative;
	overflow:hidden;	
}

.product_item_image img
{
	image-rendering: -webkit-optimize-contrast;
}


.product_image_first, .product_image_second
{
	position:relative;
	top:0;
	left:0;
	/*width:100%;
	height:100%;*/
	
	transition: opacity .55s ease-in-out;
    -moz-transition: opacity .55s ease-in-out;
    -webkit-transition: opacity .55s ease-in-out;
}

.product_image_second
{
	position:absolute;
	opacity:0;
	filter: alpha(opacity=0);
	width:100%;
	height:100%;
}

.product_item_image.on:hover .product_image_first
{
	opacity:0;
	filter: alpha(opacity=0);
}

.product_item_image.on:hover .product_image_second
{
	opacity:1;
	filter: alpha(opacity=100);
}

.product_item_image a
{
	display:block;
}

.product_item_image_in
{
	display:table;
	margin:0 auto;
	position: relative;
	z-index: 1;
}

.product_item_image_in_in
{
	max-width:195px;
	height:195px;
	margin:0 auto;
}

.product_item_image_in_in_in
{
	position:relative;
	display:table-cell;
	vertical-align:middle;
	max-width:195px;
	height:195px;
}

.product_item:hover .product_item_over
{
	left:0;
	opacity:1;
}

.product_item_over
{
	
	position:absolute;
	bottom:0;
	opacity:0;
	left:-800px;
	width:100%;
	background-color: rgba(90, 192, 224, 0.9);
	z-index:10;
	padding:8px;
	-webkit-transition: all 0.6s ease 0s;
	-moz-transition: all 0.6s ease 0s;
	-o-transition: all 0.6s ease 0s;
	transition: all 0.6s ease 0s;
}

.product_item_over_in
{
	display:table;
	margin:0 auto;
}

.product_item_favorite
{
	float:left;
	cursor:pointer;
}

.btn_sep
{
	float:left;
	margin-left:5px;
	margin-right:5px;
}

.product_item_show
{
	float:left;
}

.product_item_show a
{
	display:block;
}


.product_item_icons 
{
    position: absolute;
    right:7px;
    top: 10px;
	z-index: 3;
}

.product_item_offer,
.product_item_new,
.product_item_best
{
    /* background: url(../images/design/offer.png) top left no-repeat; */
	width: 48px;
	height:48px;
	border-radius:50px;
	background: #fff;
	text-align: center;
}

.product_item_offer_in,
.product_item_new_in,
.product_item_best_in
{
	font-family: 'CeraGreek-Regular',Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 14px;
    color: #000000;
    display: flex;
    align-items: center;
    justify-content: center;
    align-self: center;
    height: inherit;
}

.product_item_new_in,
.product_item_best_in
{
	
    font-size: 11px;
    
}

/* .product_item_best_offer
{
	background: url(../images/design/best_offer.png) top left no-repeat;
	width: 45px;
	height:46px;
}

.product_item_new 
{
	background: url(../images/design/new.png) top left no-repeat;
	width: 45px;
	height:44px;
}

.product_item_best 
{
	background: url(../images/design/best_seller.png) top left no-repeat;
	width: 42px;
	height:41px;
}

.product_item_proposal 
{
	background: url(../images/design/proposal.png) top left no-repeat;
	width: 40px;
	height:40px;
}

.product_item_eupathi
{
	background: url(../images/design/eupathi.png) top left no-repeat;
	width: 36px;
	height:40px;
} */


.product_item_icons_item 
{
	display:table;
	margin:0 auto;
    margin-bottom:5px;
}

.product_item_icons_item:last-child 
{
    margin-bottom:0;
}

.product_item_one
{
	position:absolute;
	top:-5px;
	left:-5px;
	background:url(../images/design/one_one.png) top left no-repeat;
	width:86px;
	height:88px;
	z-index:10;	
}

.product_item_greek
{
	position:absolute;
	top:90px;
	left:-6px;
	background:url(../images/design/greek.png) top left no-repeat;
	width:45px;
	height:30px;
	z-index:11;	
}

.product_feautures {
	margin-top:30px;
}

.product_feautures_item_title h3
{
	font-family:'PFTransportMedium-Regular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 13px;
	color: #000;
	letter-spacing:1.7px;
	padding-bottom:7px;
	margin-bottom:10px;
	/* border-bottom:1px solid #d2d2d2; */
}

.product_item_text 
{
	position:relative;
	z-index:2;
    height: 65px;
    margin-top: 10px;
    padding-left:10px;
    padding-right:10px;
	text-align:center;
}

.product_item_text h3
{
	font-family:'PFTransportLight-Regular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 14px;
	color: #666666;	
	line-height: 20px;
}

.product_item_text h5
{
	font-weight:300;
	font-size: 12px;
	font-style:italic;
	color: #000000;	
}

.product_item_text h4
{
	font-family:'CeraGreek-Bold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size: 12px;
	color: #b3b3b3;
	letter-spacing:0.7px;
}

.product_item_prices 
{
	display:table;
	margin:0 auto;
	position:relative;
	z-index:1;
	font-family:'CeraGreek-Light',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:17px;
	color:#666666;
	margin-bottom:5px;
}

.products_price_old 
{
	float:left;
	position:relative;
	font-weight:normal;
	font-size:14px;
	color: #999999;
	margin-left:15px;
	text-decoration:line-through;
	margin-top:2px;
}

.products_price_new 
{
	float:left;	
	color:#a40b2a;
}

.product_item_price_txt
{
	display:table;
	margin:0 auto;
	text-align:center;
	font-family:'pf_transportlight_italic', Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	color:#808080;
	padding-bottom:15px;
}

.price_txt
{
	font-weight:normal;
	font-style:italic;
	font-size:11px;
	text-align:center;
	color:#808080;
	margin-bottom:15px;
}

.product_price_out .price_txt
{
	font-size:12px;
	text-align:left;
}

/*.product_item_buttons_in
{
	display:table;
	width:100%;
}*/

/*.product_item_buttons
{
	border-top:1px solid #d9d9d9;
}

.product_item_btn
{
	float:left;
	display:table-cell;
	width:50%;
	height:45px;
	cursor:pointer;	
}

.product_item_btn:first-child
{
	border-right:1px solid #d9d9d9;
}

.product_item_btn_in
{
	display:table;
	text-align:center;
	margin:0 auto;
	height:45px;
}

.product_item_btn_in_in
{
	display:table-cell;
	vertical-align:middle;
	height:45px;
}

.product_item_basket:hover .list_btn_basket,
.product_item_favorite:hover .list_btn_favorite
{
	background-position:bottom left;	
}*/

.pr_message
{
	height:35px;
	font-size:12px;
	text-align:center;
	color:#e20054
}


.product_item_info
{
	background:url(../images/design/dot.png) top left repeat-x;
}

.product_item_buttons
{
	padding-top:15px;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:10px;
	
}

.product_item_buttons.active
{
	border-radius:10px;
	background:#000;	
}

.product_item_buttons_in
{
	display:table;
	margin:0 auto;
}

.product_item_btn
{
	float:left;
	margin-left:15px;
	cursor:pointer;
}

.product_item_btn:first-child
{
	margin-left:0;
}

/*.product_item_basket
{
	background:#93bd2b;
	border:1px solid #93bd2b;
	border-radius:7px;
	-webkit-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 1px 2px rgba(0,0,0,0.5);
	box-shadow:0 1px 2px rgba(0,0,0,0.5);
	padding-left:10px;
	padding-right:10px;
	cursor:pointer;
	height:35px;
}

.product_item_basket a
{
	font-family:'pf_transportblack',Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight:normal;
	color:#fff;
	padding-right:30px;
	line-height:33px;
	background:url(../images/design/basket_list_btn.png) right center no-repeat;
}*/

.product_item_basket:hover > a
{
	color:#fff;
	text-decoration:none;
}

.product_item_quantity_out_out
{
	display:table-cell;
	width:100%;
}

.product_item_quantity
{
	display:table;
	/*margin:0 auto;*/
	border-radius:7px;
}

.product_item_quantity_down
{
	/*float:left;*/
	display:table-cell;
	width:44px;
	height:44px;
	background:url(../images/design/pos_down2.png) center center no-repeat;
	cursor:pointer;
}

.product_item_quantity_up
{
	display:table-cell;
	width:44px;
	height:44px;
	background:url(../images/design/pos_up2.png) center center no-repeat;
	cursor:pointer;
}

.product_item_quantity_down_in,
.product_item_quantity_up_in
{
	width:44px;
	height:44px;
}

.product_item_quantity_area_edit
{
	display:table-cell;
	/*width:100%;*/
	width:60px;
	height:44px;
	margin-right:10px;
	margin-left:10px;
	vertical-align:top;
}

.product_item_quantity_area_edit input[type="text"] 
{
	background:none;
    border: none;
	margin: 0;
    padding: 0;
	width: 100%;
    height:44px;
    line-height:44px;
	font-family:'MatrixScriptGrRegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:25px;
	color:#fff;
    text-align: center;   
}


.list_btn_favorite
{
	background:url(../images/design/favorite_icon_l.png) no-repeat;
	background-position:top left;
	width:20px;
	height:17px;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.list_btn_basket
{
	background:url(../images/design/basket_icon_l.png) no-repeat;
	background-position:top left;
	width:26px;
	height:20px;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.product_item_favorite
{
}

.product_item_basket a
{
	display: block;
}

.products_bar_out
{
	padding-top:10px;
	padding-bottom:10px;
}

.products_bar
{
	padding-top:15px;
	padding-bottom:15px;
}

.pagination_text
{
	font-weight:normal;
	font-size:13px;
	letter-spacing:1.3px;
	color:#58585a;
	line-height:30px;
}

.my_pagination_area
{
	 display:table-cell;
	 vertical-align:middle;
	 width:100%;
}

ul.my_pagination {
	display: table;
    margin: 0 auto;
    list-style: outside none none;
    padding: 0;
    margin: 0 auto;
}

.page_txt
{
	display:table;
	margin:0 auto;
	font-weight:normal;
	font-size:12px;
	letter-spacing:0.4px;
	color:#808080;
}

.my_pagination > li {
    display: inline-block;	
	margin-left:5px;
}

.my_pagination > li:first-child
{
	margin-left:0;
}

.my_pagination > li > a 
{
	display: block;
    font-family: 'PFTransportLight-Regular', Verdana, Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #999999;
    height: 25px;
    width: 25px;
    text-align: center;
    line-height: 25px;
    background: #fff;
    /* border: 1px solid #c5c5c5; */
	
}
.my_pagination > li > a:hover {
	color: #000;
}
.my_pagination > li.active > a {
	color: #000;
}

.my_pagination li.pag_first
{
	margin-right:5px;
}

.my_pagination li.pag_last,
.my_pagination li.pag_next 
{
	margin-left:5px;
}

.my_pagination li.pag_prev, .my_pagination li.pag_next,
.my_pagination li.pag_first, .my_pagination li.pag_last 
{
    height: 30px;
	background:#e6e6e6;
	border-radius:3px;
}

.my_pagination li.pag_prev a, .my_pagination li.pag_next a,
.my_pagination li.pag_first a, .my_pagination li.pag_last a 
{
    margin: 0;
    padding: 0;
}

.pagination_out {
    display: flex;
    justify-content: center;
}

.pagination_out .pag_prev,
.pagination_out .pag_next
{
	display: table-cell;
    width: 35px;
    vertical-align: middle;
	
}

.pagination_out .pag_prev_in,
.pagination_out .pag_next_in
{
	display: block;
    font-family: 'Roboto-Medium',Arial,Helvetica,sans-serif;
    font-size: 17px;
    font-weight: normal;
    color: #4d4d4d;
    height: 35px;
    width: 35px;
    text-align: center;
    line-height: 30px;
    background: #fff;
    border: 1px solid #c5c5c5;
}

.pagination_out .pag_prev_in {
    margin-right: 5px;
}

.pagination_out .pag_next_in {
    margin-left: 5px;
}

.pagination_out .pag_prev a,
.pagination_out .pag_next a
{
	display: block;
    color: #999999;
    font-size: 20px;
    letter-spacing: 0.1px;
    font-weight: normal;
    line-height: 34px;
    width: auto !important;
}

.pagination_out .pag_prev a {
    text-align: center;
}

.pagination_out .pag_next a {
    text-align: center;
}

.pagination_out .pag_prev_in a:hover, .pagination_out .pag_next_in a:hover {
    color: #000;
}

.my_pagination li.pag_prev:hover, .my_pagination li.pag_next:hover,
.my_pagination li.pag_first:hover, .my_pagination li.pag_last:hover
{
	background:#ee7f00;
}

.my_pagination li.pag_prev:hover a > i, .my_pagination li.pag_next:hover a > i,
.my_pagination li.pag_first:hover a > i, .my_pagination li.pag_last:hover a > i
{
	color:#fff;
}

.title_right
{
	margin-top:10px;
}

.grid_out
{
	margin-top:4px;
	float: left;
}

.grid_title
{
	float:left;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.9px;
	color:#808080;
	margin-right:15px;
	line-height:26px;
}

.grid_area
{
	float:left;
}

.grid_btn
{
	float: left;
    margin-right: 8px;
    cursor: pointer;
    color: #b3b3b3;
    font-size: 18px;
}

.grid_btn:last-child
{
	margin-right:0;
}

.products_results_out
{
	margin-top:10px;
}

.products_results 
{
    color: #b3b3b3;
	float: left;
	font-family:'PFTransportLight-Regular',Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: normal;
    letter-spacing: 0.9px;
    line-height: 28px;
    margin: 0 20px;
}

.products_results span
{ 
	font-size: 14px;
}

.select_box2
{
	float:left;
	height: 30px;
	/*margin-left:25px;*/
	
	background:#fff;
	
	width:150px;
}

.search_select2
{
	position:relative;
	z-index:101;		
	cursor:pointer;
	background:url(../images/design/select_arrow.png) center right no-repeat;
	margin-left: 5px;
	margin-right:10px;
	text-align: center;
	color: #b3b3b3;
}

.search_select2::after
{
	/* background:url(../images/design/select_arrow.png) center right no-repeat; */
	font-family: Font Awesome\ 5 Pro;
	content:'\f107';
	margin-left: 10px;
}

.search_select_in2
{
	height:25x;
	line-height:28px;
	width:110px;
	font-family:'PFTransportLight-Regular',Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	letter-spacing:0.9px;
	display: inline;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
}

.select_options2
{
	display:none;
	position:absolute;
	z-index:102;
	min-width:150px;
	max-height:300px;
	overflow:auto;
	border:1px solid #b3b3b3;
	background:#fff;
}

.option_item2
{
}

.option_item2 a
{
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	font-size:12px;
	font-weight:normal;
	color:#888;
	letter-spacing:0.9px;
}

.option_item2 a:hover
{
	background:#888;
	color:#fff;
}

.category_photo img
{
	border-radius:5px;
}

.no_products
{
	padding-bottom:30px;
	min-height: 800px;
}

/* product */
/*#product_out .row
{
	margin-left:-80px;
	margin-right:-80px;
}

#product_out .product_col
{
	padding-left:80px;
	padding-right:80px;
}*/

#product_out
{
	/* max-width:850px; */
	padding-left: 15px;
    padding-right: 15px;
	margin:0 auto;
}

#products
{
	padding-top:15px;
}

.product_cols .product_item_icons
{
	top: 5px;
    left: auto;
    right: 20px;
}

.product_cols .product_item_one,
.product_cols .product_item_greek
{
	position:static;
}

/* .product_cols .product_item_icons_item
{
	margin:0;
} */

.product_gallery_out
{
	position:relative;
}

.product_gallery
{
	position:relative;
}

.product_gallery_big .item_in
{
	max-width:100%;
}

.product_gallery_big .item_in_in
{
	
}

#owl_product_quick_s .item
{
	padding-left:5px;
	padding-right:5px;
}

#owl_product_quick_s .owl-prev 
{
	background:#a40b2a ;
    border-radius: 100px;
	width:26px;
	height:26px;
    left: -8px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    z-index: 100;
	text-align:center;
}

#owl_product_quick_s .owl-next 
{
	background:#a40b2a;
    border-radius: 100px;
	width:26px;
	height:26px;
    right: -8px;
    margin-top: -13px;
    position: absolute;
    top: 50%;
    z-index: 100;
	text-align:center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}



#owl_product_quick_s .owl-prev:hover,
#owl_product_quick_s .owl-next:hover
{
	background:#000 ;
}

#owl_product_quick_s .owl-nav i 
{
    color: #fff;
    font-size:20px;
    height:26px;
    line-height:24px;
	
}

/* .product_gallery_small
{
	margin-top:30px;
} */

.photo_small
{
	/* margin-top:3px;
	margin-bottom:3px;
	text-align:center;
	height:80px; */
	cursor:pointer;
	/* background:#fff;
	border-radius:8px;
	-webkit-box-shadow:0 0 3px rgba(0,0,0,0.25);
	-moz-box-shadow:0 0 3px rgba(0,0,0,0.25);
	box-shadow:0 0 3px rgba(0,0,0,0.25); */
}

/*
.photo_small img
{
}

.photo_small_in
{
	
} */

.photo_small_in_in
{
	display:table;
	margin:0 auto;
	text-align:center;
}

.photo_small_in_in_in
{
	display:table-cell;
	text-align:center;
	height:80px;
	vertical-align:middle;
}


.padding_top_bottom
{
	padding-top:30px;
	padding-bottom:30px;
}

.padding_top_bottom2
{
	padding-top:30px;
	padding-bottom:0px;
}

.padding_top
{
	padding-top:30px;
}

.product {
	text-align: center;
}

.product_video
{
	margin-top:30px;
}

.product_video iframe 
{
    width: 100%;
}

.product_title
{
    margin-bottom: 15px;
}

.product_text
{
	margin-top:25px;
	font-weight:normal;
	font-size:13px;
	letter-spacing:0.2px;
	color:#4d4d4d;
	line-height:18px;
}

.product_text h3
{
	font-weight:normal;
	font-size:14px;
	letter-spacing:0.8px;
	color:#4d4d4d;
	margin-bottom:10px;	
}

.product_title h1
{
	font-family:'PFTransportLight-Regular',Arial, Helvetica, sans-serif;
	font-size: 24px;
    font-weight: normal;
    color: #000000;
	letter-spacing:0.2px;		
}

.product_title h3 
{
	font-family:'CeraGreek-Bold',Arial, Helvetica, sans-serif;	
	font-size: 17px;
    font-weight: normal;
    color: #b3b3b3;
	letter-spacing:0.4px;
	margin-bottom:10px;
}

.product_title h4
{
    font-size: 15px;
    font-weight: normal;
	font-style:italic;
    color: #333333;
	letter-spacing:0.2px;	
}

/*.product_title h2
{
    font-family: 'PFHighwayGothicComp-Regular',Arial, Helvetica, sans-serif;
    font-size: 20px;
    font-weight: normal;
    color: #a59a7f;
}*/

.grey_line
{
	border-bottom:1px solid #e0e0e0;
	padding-bottom:15px;
	margin-bottom:15px;
}

.product_price
{
	font-family:'CeraGreek-Light',Arial, Helvetica, sans-serif;	
	font-weight:normal;
	font-size:29px;
	color:#000000;
	display: flex;
	justify-content: center;
	align-items: center;
}

.product_price .products_price_old
{
	float:left;
	position:relative;
	font-weight:normal;
	font-size:25px;
	color: #999999;
	margin-right:25px;
	text-decoration:line-through;	
	margin-top: 0;
}

.product_price .products_price_new
{
	float:left;	
	color:#a40b2a;
}

#product_quantity_title
{
	/* float:left; */
	line-height:34px;
	font-family: 'PFTransportMedium-Regular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:13px;
	color:#000;
	letter-spacing:0.8px;
	/* padding-right:35px; */
}

#product_quantity
{
	/* float:left; */
	max-width:120px;
	border:1px solid #ccc;
	/* border-radius:15px; */
	display: table;
    margin: 0 auto;
}

#product_quantity_left
{
	display:table-cell;
	width:40px;
	height:48px;
	vertical-align:middle;
	cursor:pointer;
}

.product_q_arrow
{
	width:40px;
	text-align:center;
}

#product_quantity_center
{
	display:table-cell;
	width:100%;
}

#product_quantity_right
{
	display:table-cell;
	width:40px;
	height:48px;
	vertical-align:middle;
	cursor:pointer;
}

#product_quantity_center input[type="text"] 
{
	background:none;
    border:none;
	margin:0;
    padding:0;
	width: 100%;
	height:48px;
	line-height:48px;
	font-weight:normal;
	font-size:16px;
	color:#000;
	text-align: center;  
}

.products_buttons
{
	margin-top:20px;
}

.pr_message_d
{
	float:left;
	font-size:14px;
	color:#000;
}

.basket_btn
{
	float:left;
	background:#000;	
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.basket_btn a
{
	display:block;
	background:url(../images/design/basket_icon_w.png) left center no-repeat;	
	font-family: 'PFTransportMedium-Regular', Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	color:#fff;
	padding-left:45px;
	padding-right: 20px;
	padding-top:18px;
	padding-bottom:18px;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
}

.basket_btn:hover
{
	background:#a40b2a;
}

.goto_basket
{
	float:left;
	background:#a40b2a;
	/* border-radius:20px; */
	padding-left:20px;
	padding-right:20px;
	cursor:pointer;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.goto_basket a
{
	display:block;
	
	font-family: 'PFTransportMedium-Regular', Arial, Helvetica, sans-serif;
    font-weight: normal;
    font-size: 15px;
	color:#fff;
	padding-top:18px;
	padding-bottom:18px;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.goto_basket:hover
{
	background:#000;
}

.products_other_btn
{
	float:left;
	margin-left:25px;
}

.product_list
{
	float:left;
	cursor:pointer;
	
}

.product_favorite
{
	float:left;
	cursor:pointer;
	margin-left:25px;
	-webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}



.select_box_q
{
	width:200px;
}

.search_select_out_q
{
	position:relative;
	height:45px;
	z-index:101;
	
	border:1px solid #d5d5d6;
	border-radius:7px;
}

.search_select_q
{
	background:url(../images/design/select_arrow2.png) center right no-repeat;
	cursor:pointer;
	margin-left:10px;
	margin-right:15px;
}

.search_select_in_q
{
	height:43px;
	line-height:43px;

	font-size:13px;
	font-weight:700;
	letter-spacing:1.2px;
	color:#4d4d4d;
	overflow:hidden;
	white-space:nowrap;
}

.seacrh_select_left_q
{
	float:left;
	background:url(../images/design/select_sep.png) center right no-repeat;
	width:100px;
}

.seacrh_select_right_q
{
	float:left;
	width:46px;
	text-align:center;
}

.select_options_q
{
	display:none;
	position:absolute;
	z-index:100;
	border:1px solid #d5d5d6;
	border-radius:7px;
	min-width:200px;
	height:200px;
	overflow:auto;
	background:#fff;
}

.option_item_q
{
	padding-top:7px;
	padding-bottom:7px;
	padding-left:10px;
	padding-right:5px;
	font-size:15px;
	font-weight:normal;
	letter-spacing:1.2px;
	color:#4d4d4d;
	text-align:center;
	border-bottom:1px solid #d5d5d6;
}

.option_item_q:hover
{
	background:#4d4d4d;
	color:#fff;
	cursor:pointer;
}

#product_avail_out
{
	border-bottom:1px solid #d1d2d4;
	margin-bottom:15px;
}

#product_avail_out_in
{
	display:table;
	width:100%;
}

.product_avail,
.product_favorite_out
{
	display:table-cell;
	width:50%;
	height:70px;
	text-align:center;
	vertical-align:middle;
}

.product_avail
{
	border-right:1px solid #d1d2d4;
}

.p_feaututres
{
	margin:0 auto;
	max-width:750px;
}

.product_f_details
{
	margin-bottom:15px;
}

.product_f_details:last-child
{
	margin-bottom:0;
}

.product_f_details_item
{
	background:#f2f2f2;
}

.product_f_details_item:nth-child(2n)
{
	background:#ffffff;
}

.product_f_det_item
{
	padding:10px;
	font-size:13px;
	font-weight:normal;
	color:#333333;
}

.product_f_det_item.bold
{
	font-weight:700;	
}


.product_f_details h3
{
	font-size:16px;
	font-weight:900;
	color:#ee7f00;
	margin-bottom:15px;
}

.product_f_details ul
{
	margin:0;
	padding:0;
	list-style:none;
}

.product_f_details ul li
{
	margin-bottom:8px;
}

/*.social_item 
{
    float: left;
    margin-right: 15px;
}

.social_item:last-child
{
	margin-right:0;
}*/


.product_tabs 
{
	
	max-width: 500px;
	margin: 0 auto;
	margin-top: 20px;
}


.tabs_item:first-child .tabs_item_data
{
	display:block;
}

.tabs_item
{
	border-bottom:1px solid #cfcecf;
}


.tabs_item_title
{
	font-weight:700;
	font-size:13px;
	color:#333333;
	letter-spacing:1.7px;
	padding-top:10px;
	padding-bottom:10px;
	/*border-bottom:1px solid #bfbfbf;*/
	cursor:pointer;
}

.tabs_item_data
{
	display:none;
    font-size: 13px;
    font-weight: 300;
	color:#4d4d4d;
	line-height:23px;
	padding-top:10px;
	padding-bottom:10px;
	
}

.tabs_item_title .tab_icon
{
	float:right;
	margin-top:3px;
	background:url(../images/design/tab_icon.png) no-repeat;
	background-position:bottom left;
	width:10px;
	height:10px;
}

.tabs_item_title.active .tab_icon
{
	background-position:top left;
}

.product_details_item.q_product a
{
	background:url(../images/design/q_product.png) left center no-repeat;
}

.product_details_item.find_size a
{
	background:url(../images/design/find_size.png) left center no-repeat;
}

.product_details
{
	margin-bottom:15px;
}

.product_details_item a
{
	display:block;
	font-family:'PFTransportMedium-Regular',Arial, Helvetica, sans-serif;
	font-size: 12px;
    font-weight: normal;
	color:#808080;
	letter-spacing:0.7px;
	padding-top:8px;
	padding-bottom:8px;
	/* padding-left:40px; */
}

.product_social 
{
	margin-top:30px;
    font-size: 12px;
    font-weight: normal;
	color:#aaaaaa;
	letter-spacing:1.7px;
	line-height:37px;
	display: flex;
    justify-content: center;
    align-items: center;
}

.social_item_s 
{
	float: left;
	margin-right: 10px;
}

.social_item_s a 
{
	display: block;
	color:#aaaaaa;
	font-size: 16px;
}

.products_icons .row
{
	margin:0;
}

.products_icons .col-md-4:first-child
{
	border-left:1px solid #d5d5d6;
}

.products_icons .col-md-4
{
	border-right:1px solid #d5d5d6;
}

.products_icons_item
{
	padding-top:7px;
	padding-bottom:7px;
}

.products_icons_image_in
{
	display:table;
	margin:0 auto;
}

.products_icons_image_in_in
{
	display:table-cell;
	vertical-align:bottom;
	height:31px;
}

.products_icons_txt
{
	font-size: 11px;
    font-weight:700;
	color:#808080;
	text-align:center;
	margin-top:5px;
}

.product_tabs_out
{
	margin-top:30px;
}

#product_tabs_top
{
	position:relative;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-top: 1px solid #d4d4d4;
}

#product_tabs_top_c
{
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	background:#13a1c6;
	height:43px;
}

#product_tabs_top_in
{
	padding-left:15px;
	padding-right:15px;
}

#product_tabs_bottom
{
	font-size:15px;
	letter-spacing:0.1px;
	line-height:18px;
	border-left: 1px solid #d4d4d4;
	border-right: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
	height: 165px;
    overflow-y: auto;
}

#product_tabs_bottom_in
{
	padding-top:20px;
	padding-bottom:20px;
	text-align: justify;
	font-family: "PFTransportLight-Regular",Arial,Helvetica,sans-serif;
	font-size:15px;
}

.w_pan_item
{
	margin-bottom:30px;
}


.w_pan_item_icon
{
	float:left;
	text-align:center;
	display:inline-block;
}


.w_pan_item.big_icon .w_pan_item_icon
{
	width:120px;
	text-align:center;
}

.w_pan_item_txt
{
	padding-left:80px;
	font-size:13px;
	font-weight:normal;
	color:#333333;
	line-height:21px;
}

.w_pan_item.big_icon .w_pan_item_txt
{
	padding-left:120px;
}

.w_pan_item_txt h3
{
	font-size:16px;
	font-weight:700;
	color:#ee7f00;
	margin-bottom:5px;
	line-height:normal;
}

.w_info_item
{
	margin-bottom:30px;
}

.w_info_item_icon
{
	display:table;
	margin:0 auto;
	margin-bottom:8px;
}

.w_info_item_icon img
{
	border-radius:100px;
}

.w_info_item_txt
{
	font-size:13px;
	font-weight:normal;
	color:#333333;
	line-height:21px;
	text-align:center;
}

.w_info_item_txt h3
{
	font-size:16px;
	font-weight:700;
	color:#ee7f00;
	margin-bottom:5px;
	line-height:normal;
}


/* articles */
.text_center
{
	max-width:900px;
	margin:0 auto;
}

.text_center.margin_bottom
{
	margin-bottom:25px;
}

/* contact */

#map
{
	width:100%;
	height:500px;
}

#contact
{
	padding-top:20px;
}

#contact_in
{
	margin-bottom:40px;
}

#contact_text
{
	letter-spacing:0.2px;
	line-height:25px;
}

#contact_text h3
{
	font-family:'PFHighwaySansPro-Bold',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:15px;
	letter-spacing:0.2px;
	color:#4d4d4d;
	margin-bottom:10px;
}

#contact_form
{
	/*margin:0 auto;
	max-width:720px;*/
}

.contact_item
{
	/*border:1px solid #d5d5d6;
	 border-radius:7px; 
	padding-left:18px;
	padding-right:18px;
	margin-bottom:5px;*/
	padding-bottom: 20px;
}

#contact_form input[type="text"],
#contact_form_c input[type="text"]
{
	padding:0;
	margin:0;
	width:100%;
	border:none;
	background:#f2f2f2;
	height:46px;
	line-height:46px;
	font-family:"PFHighwaySansPro-Regular",Arial,Helvetica,sans-serif;
	/* font-style: italic; */
	font-weight:normal;
	letter-spacing:0.2px;
	font-size:17px;
	color:#4d4d4d;
	padding-top: 2px;
    padding-left: 10px;
}

#contact_form textarea,
#contact_form_c textarea
{
	width: 100%;
    border: none;
    background: #f2f2f2;
    /*height: 300px;*/
    margin: 0;
    overflow: auto;
    resize: none;
    font-family:"PFHighwaySansPro-Regular",Arial,Helvetica,sans-serif;
    /* font-style: italic; */
    font-weight: normal;
    letter-spacing: 0.2px;
    font-size: 17px;
    color: #4d4d4d;
    padding-top: 10px;
    padding-left: 10px;
    /* margin-bottom: 12px; */
}

#contact_submit_btn,
#contact_submit_btn_c,
#contact_submit_btn_1,
#friend_submit_btn
{
	display: block;
    /* margin: 0 auto; */
    cursor: pointer;
    /* margin-top: 10px; */
    width: 300px;
	text-align: center;
	margin-bottom: 20px;
	float:right;
}

#contact_submit_btn a,
#contact_submit_btn_c a,
#contact_submit_btn_1 a,
#friend_submit_btn a
{
	display:block;
	font-family: 'PFHighwaySansPro-Bold', Verdana, Arial, Helvetica, sans-serif;
	border:1px solid #717273;
	/* border-radius:5px; */
	padding-right:15px;
	padding-left:15px;
	padding-top:9px;
	padding-bottom:9px;
	font-weight:700;
	font-size:15px;
	color:#1F4E79;
	letter-spacing:1.6px;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

#contact_submit_btn a:hover,
#contact_submit_btn_c a:hover,
#contact_submit_btn_1 a:hover,
#friend_submit_btn a:hover
{
	background:#1F4E79;
	color:#ffffff;
}

#contact_results
{
	display:none;
	margin:0 auto;
	font-size: 18px;
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

.contact_right
{
    color: #6CBD58;
}

.contact_wrong
{
    color: #FF0000;
}


#contact_form .col-md-6,
#contact_form_c .col-md-6
{
	/*padding-left:5px;
	padding-right:0;*/
}

#contact_form .col-md-6:first-child,
#contact_form_c .col-md-6:first-child
{
	/*padding-left:15px;*/
}

#contact_form .col-md-6:last-child,
#contact_form_c .col-md-6:last-child
{
	/*padding-right:15px;*/
}

#contact_form .col-md-3,
#contact_form_c .col-md-3
{
	/*padding-right:5px;*/
}

#contact_form .col-md-9,
#contact_form_c .col-md-9
{
	/*padding-left:0;*/
}

/* blog_list */
hr.line
{
	margin:0;
	background:#d6d5d1;
	height:1px;
	margin-bottom: 40px;
    margin-top: 40px;
}

.blog_list_item_text
{
	font-weight:normal;
	font-size:14px;
	letter-spacing:0.5px;
	line-height:23px;
	color:#000;
}

.blog_list_item h2
{
	font-size:22px;
	font-weight:normal;
	color:#000000;
	letter-spacing:0.1px;
	margin-bottom:10px;
}

.blog_list_item h2 a
{
	color:#000000;
}

.blog_date
{
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.1px;
	color:#a40b2a;
	margin-bottom:15px;
}

.blog_date i
{
	font-size:16px;
}

.blog_list_more
{
	float:right;
	margin-top:15px;
	display:inline-block;
}

.blog_list_more a
{
	display:block;
	
	background:#a40b2a;
	font-size:14px;
	font-weight:normal;
	letter-spacing:0.3px;
	color:#fff;
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
	
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
	
	-webkit-box-shadow:1px 1px 0 rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 0 rgba(0,0,0,0.2);
	box-shadow:1px 1px 0 rgba(0,0,0,0.2);
}

.blog_list_more a:hover
{
	background:#000;
	color:#ffffff;
}

.blog_list_info
{
	margin-top:20px;
	font-size:13px;
	color:#a1a19c;
	letter-spacing:0.4px;
}

.blog_list_info i
{
	font-size:15px;
	margin-right:8px;
}

.blog_list_info span
{
	margin-right:20px;
}

.blog_list_info span:last-child
{
	margin-right:0;
}

.blog_list_info_bottom
{
	margin-top:10px;
}

.blog_search
{
    position: relative;
}

.blog_search_left
{
	display: table-cell;
	width: 100%;
	border-radius:7.5px 0 0 7.5px;
	border:1px solid #a40b2a;
}

.blog_search_left_in
{
	
	padding-left:10px;
	padding-right:10px;
}

.blog_search_left input[type="text"] 
{
    background: none;
    border:none;
    
    font-size: 15px;
    font-weight:300;
	color: #000;
    height:35px;
    line-height: 35px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
}

.blog_search_right
{
	display: table-cell;
	position: relative;
    white-space: nowrap;
	vertical-align: middle;
    width: 1%;
	border-radius:0 7.5px 7.5px 0;
	border:1px solid #a40b2a;
	background:#a40b2a;
}

.blog_search_right button
{
	border-radius:0 7.5px 7.5px 0;
	background:#a40b2a;
	padding:0;
	margin:0;
	height:35px;
	border:none;
	
	padding-left:15px;
	padding-right:15px;
}

.blog_search_right i
{
	display:inline-block;
	font-size:17px;
	color:#fff;
}

.blog_filter_item
{
	margin-bottom:40px;
}

.blog_filter_item_title h3
{
	font-size:22px;
	font-weight:300;
	letter-spacing:0.4px;
	color:#000;
	padding-bottom:10px;
	border-bottom:1px solid #d0d1d0;
}

.blog_f_item
{
	border-bottom:1px solid #d0d1d0;
}

.blog_f_item a
{
	display:block;
	font-size:15px;
	font-weight:300;
	color:#666666;
	padding-top:12px;
	padding-bottom:12px;
	
	-webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.blog_f_item i
{
	float:right;
	margin-top:5px;
}

.blog_f_item a:hover
{
	color:#a40b2a;
}

.blog_f_item.active a
{
	color:#a40b2a;
}

.tags_area
{
	margin-top:10px;
}

.tag_item 
{
    float: left;
    margin-bottom:6px;
    margin-right:6px;
}

.tag_item a 
{
	display:block;
	border-radius:5px;
	background:#7ab51d;
	padding-left:10px;
	padding-right:10px;
	padding-top:3px;
	padding-bottom:3px;
	font-family:'pf_transportregular', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color:#fff;
	
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

.tag_item a:hover
{
	background:#8e938e;
}


.blog_post_item
{
	border-bottom:1px solid #d0d1d0;
}

.blog_post_item a
{
	display:block;
	padding-top:10px;
	padding-bottom:10px;
}

.blog_post_item_image
{
	display:table-cell;
	vertical-align:top;
    padding-right: 12px;

	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.blog_post_item_image_in
{
	width:80px;
	height:80px;
	overflow:hidden;
}

.blog_post_item_image img
{
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
	
	-webkit-transform:scale(1);
	-moz-transform:scale(1);
	-ms-transform:scale(1);
	-o-transform:scale(1);
	-ms-transform:scale(1);
	transform:scale(1);
}

.blog_post_item_text
{
	display:table-cell;
	vertical-align:top;
}

.blog_post_item_text h4
{
	font-size:10px;
	font-weight:300;
	letter-spacing:0.4px;
	color:#4d4d4d;
	margin-bottom:10px;
}

.blog_post_item_text h3
{
	font-size:15px;
	font-weight:normal;
	color:#000000;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog_post_item a:hover h3
{
	color:#a40b2a;
}

.blog_post_item a:hover .blog_post_item_image img
{
	-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	-ms-transform:scale(1.1);
	transform:scale(1.1);
}


.pagination
{
	display:table;
	margin:0 auto;
}

ul.pag_list 
{
	list-style:none;
	margin:0;
	padding:0;
}

ul.pag_list.center
{
	display:table;
	margin:0 auto;
}

ul.pag_list.right
{
	float:right;
}

ul.pag_list li.pag_link
{
	float: left;
	 margin-right: 8px;
}

ul.pag_list li.pag_link:last-child
{
	margin-right:0;
}

ul.pag_list li.pag_link.active a 
{
    background: #a40b2a;
    color: #fff;
}

ul.pag_list li.pag_link a 
{
	display:block;
    background: #ccc;
    border-radius: 4px;
    color: #000;
    display: block;
    
    font-size: 15px;
    font-weight: normal;
    height: 35px;
    line-height: 35px;
   
    text-align: center;
    width: 35px;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

ul.pag_list li.pag_link:hover > a 
{
	background: #a40b2a;
    color: #fff;
}

ul.pag_list li.pag_link i
{
    font-size: 18px;
    line-height: 35px;
}


/* blog */
#blog
{
	margin-top:25px;
}

#blog h1
{
	font-size:28px;
	font-weight:normal;
	color:#000000;
	margin-bottom:15px;
	letter-spacing:0.5px;
}

#blog h2
{
	font-size:20px;
	font-weight:normal;
	color:#4d4d4d;
	margin-bottom:10px;
}

#blog_text
{
	margin-top:25px;
	margin-bottom:25px;
	font-size:15px;
	letter-spacing:0.5px;
	line-height:23px;
	color:#000;
}

.green_text, .green_text a
{
	color:#a40b2a;
}

#blog_share
{
	margin-top:40px;
}

.blog_share_title
{
	float:left;
	font-size:26px;
	font-weight:normal;
	letter-spacing:0.5px;
	color:#a1a19c;
	margin-right:15px;
}

.blog_share_item
{
	float:left;
	margin-right:12px;
}

.blog_share_item a
{
	display:block;
	color:#a1a19c;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.blog_share_item i
{
	font-size:32px;
	
}

.f_color a:hover
{
	color:#3b579d;
}

.t_color a:hover
{
	color:#00aced;
}

.g_color a:hover
{
	color:#dc4a36;
}

.in_color a:hover
{
	color:#007bb6;
}

.en_color a:hover
{
	color:#7ab51d;
}

#blog_comments h2
{
	font-size:30px;
	font-weight:normal;
	letter-spacing:0.4px;
	color:#a40b2a;
}

#blog_comments h2 i
{
	margin-right:20px;
}

#blog_comments_area
{
	margin-top:40px;
}

.comment_item
{
	position:relative;
	padding-left:40px;
	margin-bottom:40px;
}

.comment_item_image
{
	position:absolute;
	width:101px;
	z-index:2;
	top:50%;
	margin-top:-50px;
	left:0;
}

.comment_item_image img
{
	border-radius:6px;
}
.new_comment::placeholder
{
	font-size: 16px;
	padding-left: 10px;
	padding-top: 10px;
}
.new_comment
{
	font-size: 16px;
	padding-left: 10px;
	padding-top: 10px;
}
.download_all_sxedia
{
	text-decoration: underline;
}
.download_all_docs
{
	text-decoration: underline;
}
.comment_item_text {
    position: relative;
    z-index: 1;
    border-radius: 6px;
    border: 1px solid #d6d5d1;
    padding: 20px;
    /* padding-left: 80px; */
    font-size: 14px;
    font-weight: 300;
    font-style: italic;
    letter-spacing: 0.4px;
    color: #4d4d4d;
    /* min-height: 81px; */
    /* overflow-y: scroll; */
}
.comment_item_date
{
	font-size: 12px;
    margin-top: 11px;
}
.new_comment_submit
{
	background: black;
	color: white;
	border: none;
	font-size: 16px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
width: 120px;
}
.comments h4
{
	padding-bottom: 20px;
}
.comment_item_title
{
	margin-bottom:10px;
	font-size:11px;
	font-weight:300;
	letter-spacing:0.4px;
	color:#4d4d4d;	
}

.comment_item_title h3
{
	font-size:16px;
	font-weight:300;
	letter-spacing:0.4px;
	color:#000000;
}

#comments_form_out
{
	margin-bottom:40px;
}

#comments_form
{
	margin-top:20px;
}

#comments_form .contact_item
{
	margin-bottom:12px;
}

#comments_form input[type="text"]
{
	padding:0;
	margin:0;
	width:100%;
	border:none;
	background:none;
	height:42px;
	line-height:42px;
	font-weight:normal;
	letter-spacing:0.2px;
	font-size:15px;
	color:#000000;
}


#comments_form textarea
{	
	width:100%;
	border:none;
	background:none;
    height: 150px;
    margin: 0;
    overflow: auto;
    resize: none;
	
	font-weight:normal;
	letter-spacing:0.2px;
	font-size:15px;
	color:#000000;
	padding-top:8px;
	padding-bottom:8px;
	margin-bottom:12px;
}

#comment_submit_btn
{
	float:right;
	display:inline-block;
	
	padding-left:15px;
	padding-right:15px;
	padding-top:7px;
	padding-bottom:7px;
	cursor:pointer;
	background: #a40b2a;
	border-radius:6px;
	-webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
	-ms-transition: all 0.5s ease-out 0s;
    transition: all 0.5s ease-out 0s;
}

#comment_submit_btn input[type="submit"]
{
	border:none;
	background:url(../images/design/arrow_button.png) center right no-repeat;
	padding-right:20px;
	font-size:16px;
	font-weight:normal;
	color:#fff;
}

#comment_submit_btn:hover
{
	background:#000;
}

.captcha_img
{
	margin-bottom:12px;
	text-align:right;
}

#send_friend
{
	padding:5px;
}

#send_friend #contact_form
{
	margin-top:20px;
}

#send_friend input[type="text"], #send_friend textarea
{
	color:#34332d;
}

#send_friend textarea
{
	height: 200px;
}

#friend_results
{
	font-size: 15px;
	margin-top:10px;
}

/* register */
#register
{
	padding-top:20px;
}

#register_text
{
    font-weight: normal;
	font-size:16px;
	text-align:center;
	margin-bottom:15px;
	color:#000;
}

.win_row
{
	margin-left:-5px;
	margin-right:-5px;
}

.win_col
{
	padding-left:5px;
	padding-right:5px;
}

.window{
	background:#FFF;
	position:absolute;
	z-index:100;

	height:200px;
	border:1px #666 solid;
}

.register_fields
{
	display:table;
	margin:0 auto;
	max-width: 550px;
    width: 100%;
	background:#F5F5F5;
	padding:30px;
}

.form_save
{
	display:table;
	margin:0 auto;
	margin-top:15px;
	background:#a40b2a;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
	letter-spacing:0.7px;
	padding-top:8px;
	padding-bottom:8px;
	cursor:pointer;
	padding-left:25px;
	padding-right:25px;

	-webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

.form_save:hover
{
	background:#000;
}

.required_field_txt
{
	font-size:14px;
	margin-top:5px;
	text-align:center;
}

#div_active_newsletter .form_item .form_item_checkbox
{
	float:right;
}

.register_tabs_top .nav-tabs
{
	border:none;
	display: flex;
	background:#f5f5f5;
	/*justify-content: flex-start | flex-end | center | space-between | space-around;*/

}

.register_tabs_top .nav-tabs > li
{
	display:inline-block;
	flex-grow:1;
	position:relative;
	border:0;
	margin:0;	
}

.register_tabs_top .nav-tabs > li > a 
{
	display:block;
	margin:0;
	border:none;
	text-align:center;
	line-height:normal;
	border-radius:0;
	font-size:16px;
	letter-spacing:0.8px;
	font-weight:normal;
	color: #1a171b;
	padding:0;
	padding-top:10px;
	padding-bottom:10px;
	/*border-bottom:2px solid rgba(255, 255, 255, 0);*/
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.register_tabs_top .nav-tabs > li > a:hover,
.register_tabs_top .nav-tabs > li > a:focus
{
	background:#a40b2a;
	color:#fff;
	border:none;
	/*border-bottom:2px solid #a40b2a;*/
}

.register_tabs_top .nav-tabs > li.active > a, 
.register_tabs_top .nav-tabs > li.active > a:hover, 
.register_tabs_top .nav-tabs > li.active > a:focus
{
	background:#a40b2a;
	color:#fff;
	border:none;
	/*border-bottom:2px solid #a40b2a;*/
}

.register_tabs_top .nav-tabs > li.active > a:after
{
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #a40b2a;
	border-width: 7px;
}

/*.register_tabs_top .nav-tabs > li:last-child > a, 
.register_tabs_top .nav-tabs > li.active:last-child > a
{
	border-right:none;	
}*/

.register_tabs_top .nav-tabs > li span
{
	margin-right:15px;
}

.register_tabs_bottom_in
{
	padding-top:30px;
	padding-bottom:30px;
}




/*.register_tabs_bottom
{
	font-family:'pf_highway_sans_prothin',Arial, Helvetica, sans-serif;
	font-size:17px;
	font-weight:normal;
	line-height:25px;
	color: #333333;
}

.pay_area_bottom h3
{
	font-family:'pf_highway_gothic_complight',Arial, Helvetica, sans-serif;
	font-size:26px;
	letter-spacing:0.4px;
	font-weight:normal;
	color: #001744;
	cursor:pointer;
	margin-bottom:5px;
}

.pay_area_bottom_in
{
	padding-top:30px;
	padding-bottom:30px;
}*/

.announce_register
{
	font-size:14px;
	padding-top:10px;
	padding-bottom:10px;
}
.announcewrong
{
	background:#fbe1e3;
    color: #e73d4a;
	font-size: 14px;
    padding: 3px;
	margin-bottom:3px;
}
.announceright
{
	background:#abe7ed;
    color: #27a4b0;
	font-size: 14px;
    padding: 3px;
	margin-bottom:3px;
}

.announcemiddle
{
	background:#fbddad;
    color: #fd9b01;
	font-size: 14px;
    padding: 3px;
	margin-bottom:3px;
}

.announcewrong a
{
	color:#fff;
}

.announcewrong_message_title
{
	position:relative;
	z-index:2;
	display:table;
	margin:0 auto;
	background:#a40b2a;
	color:#fff;
	font-size:18px;
	padding-left:20px;
	padding-right:20px;
	padding-top:10px;
	padding-bottom:10px;
	text-align:center;
}

.announcewrong_message_title.green
{
	background:#5eaf67;
}

.announcewrong_message_title .green
{
	background:url(../images/design/complete_arrow.png) left center no-repeat #5eaf67;
	color:#fff;
	padding-left:50px;
}

.announcewrong_message_text
{
	position:relative;
	z-index:1;
	background:#f2f2f2;
	color:#000;
	font-size:15px;
	padding-left:20px;
	padding-right:20px;
	padding-top:52px;
	letter-spacing:0.7px;
	padding-bottom:30px;
	text-align:center;
	margin-top:-22px;
}

.announcewrong_message_text a
{
	font-weight:700;
	color:#333333;
}

/* login */
#login_click
{
	cursor:pointer;
}

.login_wrapper_bg
{
	display:none;
	position:fixed;
	left:0;
	top:0;
	width:100%;
	height:100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index:1000;	
}

.login_popup
{
	display:none;
	position:fixed;
	z-index:3000;
	width:360px;
	left:50%;
	top:50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background:#fff;
	border-radius:5px;
	overflow:hidden;
}

.login_popup_area_in
{
	padding:20px;
}

#login_close
{
	position:absolute;
	top:8px;
	right:8px;
	background:url(../images/design/close.png) top left no-repeat;
	width:14px;
	height:14px;
	cursor:pointer;
}

.login_popup_title
{
	 margin-bottom: 15px;
}

.login_popup_title h3 
{
    color: #1a171b;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-align: center;
}

.login_popup_register
{
	background:#adadad;
	padding:5px 20px;
	color:#fff;
	text-align:center;
	font-size:14px;
}

.login_popup_register a
{
	text-decoration:underline;
	color:#fff;
}


.login_input_item
{
	position:relative;
	border:1px solid #ccc;
	padding:3px;
	margin-bottom:10px;
}

.login_input_item:last-child
{
	margin-bottom:0;	
}


/*.login_input_item input
{
	width:100%;
	padding:0;
	border:none;
	background:none;
	/*height:30px;
	line-height:30px;*/
	
	/*font-size:14px;
	font-weight:normal;
	letter-spacing:0.4px;
	color:#1a171b;
	/*padding-left:5px;
	padding-right:5px;
	padding-top:15px;
	line-height:1.2em;
	padding-bottom:5px;*/
	
	
	/*height: auto;
    line-height: 1.2em;
    outline: 0 none;
    padding: 1.5em 1em 0.5em;
    width: 100%;
}*/

/*.login_input_item.active,
.login_input_item.active.filled
{
	border:1px solid #1a171b;
	
}

.login_input_item.active label,
.login_input_item.active.filled label
{
	color: #0d1010;
    font-size: 13px;
    top: 0px;
	-webkit-transform:none;
	-moz-transform:none;
	-o-transform:none;
	-ms-transform:none;
	transform:none;
}*/

.login_btn_area
{
	display:table;
	margin:0 auto;
	margin-top:20px;
}

.login_btn
{
	/* border-radius:3px; */
	background:#1a171b;
	
	cursor:pointer;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login_btn input[type="submit"]
{
	width:100%;
	border:0;
	padding:0;
	margin:0;
	background:none;
	color:#fff;
	letter-spacing:1.6px;
    font-size: 16px;
	font-weight:700;
	cursor:pointer;
	padding:10px 30px;
}

.login_btn:hover
{
	background:#a40b2a;
}

.lost_pass_area
{
	margin-top:5px;
	text-align:center;
}

.lost_pass
{
	display:table;
	margin:0 auto;
}

.lost_pass a
{
	cursor:pointer;
	color:#666;
	font-size:12px;
	white-space:nowrap;
}

.lost_pass_area a:hover
{
	text-decoration:underline;
}

.login_popup_area .div_or 
{
    border-top: 1px solid #ebebed;
    margin-bottom: 20px;
    margin-top: 20px;
    position: relative;
}

.login_popup_area .div_or span 
{
    background: #fff;
	font-size:16px;
	font-style:italic;
    color: #adadad;
    dist-splay: block;
	position:absolute;
	left:50%;
	top:0;
	padding-left:10px;
	padding-right:10px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


.login_popup_other
{
	display:flex;
}

.social_login
{
	display:inline-block;
	flex-grow:1;
	border-radius:3px;
	background:#000;
	text-align:center;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left:10px;
}

.social_login a
{
	display:block;
    font-size: 12px;
	font-weight:700;
	letter-spacing:0.8px;
	color:#fff;
	cursor:pointer;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.social_login a i
{
	font-size:18px;
	line-height:normal;
	margin-right:5px;
}

.social_login:first-child
{
	margin-left:0;
}

.social_login.f_btn_l
{
	border:1px solid #3B5998;
	background:#3B5998;
}

.social_login.f_btn_l:hover
{
	background:none;
}

.social_login.f_btn_l:hover a
{
	color:#3B5998;
}

.social_login.g_btn_l
{
	border:1px solid #db4437;
	background:#db4437;
}

.social_login.g_btn_l:hover
{
	background:none;
}

.social_login.g_btn_l:hover a
{
	color:#db4437;
}

.login_user_btn
{
	margin-bottom:10px;
	cursor:pointer;
}

.login_user_btn:last-child
{
	margin-bottom:0;
}

.login_user_btn a,
.current-points,
.current-e-wallet
{
	color:#a9a9a9;
	font-size:16px;
	font-weight:normal;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.login_user_btn .log_user_icon
{
	margin-right:20px;
	font-size:25px;
}

.login_user_btn .log_user_title
{
	vertical-align:4px;
}

.login_user_btn a:hover
{
	color:#1a171b;	
}


.login_results .announcewrong,
.login_results .announceright,
.login_results .announcemiddle
{
	font-size: 12px;
    padding: 3px;
	margin-top:0;
	margin-top:3px;
	text-align:center;
}

.login_results .announcewrong
{
	background:#fbe1e3;
    color: #e73d4a;
}

.login_results .announceright
{
	background:#abe7ed;
    color: #27a4b0;
}

.login_results .announcemiddle
{
	background:#fbddad;
    color: #fd9b01;
}
/* login */

.favorite_delete_btn
{
	position:absolute;
	top:-13px;
	right:-10px;
	cursor:pointer;
	z-index:2;
}

#back_to_top 
{
    color: #FFF;
    height: auto;
    margin: 0;
    position: fixed;
    right: -70px;
    top: 85%;
	
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
    z-index: 10000;
}

#back_to_top span 
{
	background:#666;

    border-radius: 40px;
    color: #fff;
	width: 45px;
    height: 45px;
	text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
}

#back_to_top span i 
{
    color: #FFF;
    font-size:35px;
	font-weight:bold;
	line-height: 41px;
}

#back_to_top:hover span
{
	background:#1a1a1a;
}

#back_to_top.on 
{
    opacity: 1;
    right: 40px;
}

#back_to_top.off 
{
    opacity: 0;
    right: -70px;
}

/* */

.filter_area_categories
{
	padding-top:15px;
    padding-bottom: 15px;
    position: relative;
	background:#fff;
	padding-left:15px;
	padding-right:15px;
}

.filter_categories_item
{

}

.filter_categories_item:last-child
{
	margin-bottom:0;
}

/*
.filter_area_item_title 
{
	position:relative;
	
	margin-bottom:15px;
}

.filter_area_item_title:after 
{
	top: 100%;
	left: 17px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #93bd2b;
	border-width: 7px;
	margin-left: -7px;
}
*/

.filter_categories_item_title
{
	position:relative;
	/* border-radius:8px; */
	background: #fff;
	/* background: #e5f4fb;
	background: -moz-linear-gradient(left,  #e5f4fb 13%, #ffffff 30%); 
	background: -webkit-linear-gradient(left,  #e5f4fb 13%,#ffffff 30%);
	background: linear-gradient(to right,  #e5f4fb 13%,#ffffff 30%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f4fb', endColorstr='#ffffff',GradientType=1 );  */

	margin-bottom:2px;
}

.filter_categories_item:last-child .filter_categories_item_title
{
	margin-bottom:0;	
}

.filter_categories_item_title a
{
	display:block;
	font-weight:900;
	font-size:12px;
	color:#000;
	padding-top:10px;
	padding-bottom:10px;
	cursor:pointer;
	padding-left:7px;
	padding-right:7px;
}

.filter_cat_t
{
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

.filter_cat_arrow
{
	display:table-cell;
	vertical-align:middle;
	padding-left:5px;
}

.filter_cat_arrow_in
{
	background:url(../images/design/slide_filter.png) top left no-repeat;
	width:13px;
	height:10px;
}

.filter_categories_item_title:hover .filter_cat_icon_in
{
	background-position:bottom left !important;
}

.filter_categories_item_title:hover .filter_cat_arrow_in
{
	background-position:bottom left;
}

.filter_categories_item.active .filter_categories_item_title .filter_cat_arrow_in
{
	background-position:top left;
}


/*.sub_filter_categories_item
{
	border-bottom:1px solid #d5d5d6;
}

.sub_filter_categories_item:last-child
{
	border-bottom:none;	
}*/

.sub_filter_categories_item_title a
{
	display:block;
	font-size:14px;
	font-weight:normal;
	color:#000;
	letter-spacing:0.5px;
	/*padding-left:5px;
	padding-right:5px;*/
	margin-left: 15px;
	padding-top:7px;
	padding-bottom:7px;
}

.sub_filter_categories_item_title:hover a
{
	/* color:#fff;
	background:url(../images/design/f_arrow.png) left center no-repeat; */
	padding-left:10px;
}

.sub_filter_categories_item.active .sub_filter_categories_item_title a
{
	/* color:#fff;
	background:url(../images/design/f_arrow.png) left center no-repeat; */
	padding-left:10px;
}

.sub_filter_categories_item.active .sub_filter_cat_arrow_in
{
	background-position:bottom left !important;	
}

.sub_filter_cat_t
{
	display:table-cell;
	vertical-align:middle;
	width:100%;
}

.sub_filter_cat_arrow
{
	display:table-cell;
	vertical-align:middle;
	padding-left:5px;
}

.sub_filter_cat_arrow_in
{
	background:url(../images/design/filter_arrow2.png) top left no-repeat;
	width:10px;
	height:10px;
}

.filter_categories_item_data
{
    position: relative;
    z-index: 1;
}

.sub_filter_categories_item_data
{
}

.filter_categories_item_data.off,
.sub_filter_categories_item_data.off,
.sub_sub_filter_categories_item_data.off
{
	display:none;
}

.filter_categories_item_data.on,
.sub_filter_categories_item_data.on,
.sub_sub_filter_categories_item_data.on
{
	display:block;
}

.sub_sub_filter_categories_item_title a
{
	display:block;
	
	font-size:14px;
	font-weight:normal;
	color:#4d4d4d;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:20px;
	padding-right:20px;
}

.sub_sub_filter_categories_item_title:hover a
{
	color:#ee7f00 ;
}

.sub_sub_filter_categories_item.active .sub_sub_filter_categories_item_title a
{
	color:#ee7f00 ;
}


.sub_sub_sub_filter_categories_item_title a
{
	display:block;
	
	font-size:13px;
	font-weight:normal;
	color:#4d4d4d;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:25px;
	padding-right:20px;
}

.sub_sub_sub_filter_categories_item_title:hover a
{
	color:#ee7f00 ;
}

.sub_sub_sub_filter_categories_item_title.active a
{
	color:#ee7f00 ;
}
/* */

.search_mobile_btn,
.login_click_r
{
	cursor:pointer;
}

.search_area
{
	width:100%;
	position:relative;
	z-index:23;
	top:0;
	left:0;
	display:none;
	
}

.search_area_in_r
{
	background:#eaeaea;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #fff;
}

.search_area i
{
	float:left;
	margin-right:5px;
	font-size:15px;
	/* font-weight:normal; */
	color:#000;
	line-height:36px;
}

.search_area_input
{
	float:left;
	width:90%;
	padding-left:10px;
	padding-right:10px;

	height:36px;
}

.search_area_input input[type="text"]
{
	background:none;
	width:100%;
	height:36px;
	line-height:36px;
	background:none;
	margin:0;
	padding:0;
	border:0;
	
	font-style:normal;
    font-size: 15px;
    font-weight: normal;
	color: #000 ;
	letter-spacing:1px;
}

.search_area_buttons
{
	position:absolute;
	right:0;
}

.search_area_submit
{
	float:left;
	margin-right:5px;
}

.search_area_submit button
{
	background:none;
	margin:0;
	padding:0;
	border:0;
	cursor:pointer;
}

.close_search_area
{
	float:left;
	cursor:pointer;
}


	
#search_hover_in
{
	padding-top:4px;
}

#search_hover_r
{
	display:none;
	position:absolute;
	z-index:999999;
	width:100%;	
	border:1px solid #dbcbba;
	border-top:0;
	background:#fff;
}

#search_hover_r .search_hover_item:last-child a:hover
{
	border-radius:0;
}


.f_title
{
	font-weight:700;
	font-size:13px;
	color:#4d4d4d;
	letter-spacing:0.2px;
	line-height:45px;
}

.product_feautures_item
{
	margin-bottom:15px;
	margin-top: 40px;
}

.product_feautures_item:last-child
{
	margin-bottom:0;
}

.product_feautures_item:first-child
{
	margin-top:0;
}

.select_box_idiotita
{
	position:relative;
	height:45px;
	background:#fff;
	border-radius:7px;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
	box-shadow:0 0 2px rgba(0,0,0,0.3);
}

.search_select_idiotita
{
	background:url(../images/design/select_arrow_id.png) center right no-repeat;
	cursor:pointer;
	margin-left:10px;
	margin-right:18px;
}

.search_select_in_idiotita
{
	height:45x;
	line-height:45px;	
	font-size:14px;
	font-weight:normal;
	color:#4d4d4d;
	text-align:left;
	overflow:hidden;
	white-space:nowrap;
}

.select_options_idiotita
{
	display:none;
	position:absolute;
	z-index:102;
	background:#fff;
	width:100%;

	max-height:300px;
	overflow:auto;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.3);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.3);
	box-shadow:0 0 2px rgba(0,0,0,0.3);
	border-top:0;
	background:#fff;
	border-radius:7px;
}

.option_item_idiotita
{
	display:block;
	background:#fff;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:10px;

    font-size: 14px;
    font-weight:normal;
	color:#4d4d4d;
	letter-spacing:0.6px;
	border-bottom:1px solid #d4d4d5;
	cursor:pointer;
}

.option_item_idiotita:last-child
{
	border-bottom:0;
}

.option_item_idiotita.option_item_default
{
	color:#4d4d4d;
}

.option_item_idiotita.disactive
{
	color:#e42842;
}

.idiotites_radio_button
{
	margin-bottom:5px;
}

.idiotites_radio_button label
{
	font-weight:normal;
	font-size:14px;
	color:#4d4d4d;
	cursor:pointer;
	font-weight:normal;
	margin:0;	
}

.idiotites_radio_button label
{
	display:inline-block;
}

.idiotites_radio_button input[type="radio"] + label span 
{
	float:left;
    background: url(../images/design/checkbox.png) top left no-repeat;
    cursor: pointer;
    display: inline-block;
	width:20px;
    height:18px;
    margin:0;
    vertical-align: middle;
	margin-right:10px;
	margin-top:1px;
   
}

.idiotites_radio_button input[type="radio"]
{
	display:none;
}

.idiotites_radio_button input[type="radio"]:checked + label span 
{
    background-position:bottom left;
}

#faqs,
#faq
{
	padding-bottom:30px;
}

.faqs_item
{
	cursor:pointer;
}

.faqs_item:nth-child(2n) .faqs_item_in
{
	background:#efecec;
}

.faqs_item_in
{
	padding-left:15px;
	padding-right:15px;
	padding-top:15px;
	padding-bottom:15px;
}

.faqs_item h2
{
	font-size:16px;
	font-weight:700;
	letter-spacing:0.1px;
	color:#000;
}

.faqs_item h2 span
{
	font-size:16px;
	font-weight:700;
	color:#000;
	margin-right:8px;
}

.faqs_item:hover .faqs_item_in
{
	background:#ee7f00;
}

.faqs_item:hover h2,
.faqs_item:hover h2 span
{
	color:#fff;
}

.faqs_item_bottom
{
	padding:15px;
	padding-top:5px;
	display:none;
	font-size:15px;
	line-height:23px;
}

.cookies_alert
{
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	background: #efefef;
    padding: 5px 15px;
	font-size:12px;
	color:#333;
	text-align:center;
}

.cookies_alert_in
{
	padding-right:30px;
}

.cookies_alert a
{
	text-decoration:underline;
}

.cookies_close 
{
    background-color:#ee7f00;
    border-radius: 100%;
    color: #fff;
    display: block;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 50%;
	margin-top:-10px;
    width: 20px;
	text-align:center;
	font-size:12px;
	cursor:pointer;
}

.address_bar
{
	padding-top:15px;
	padding-bottom:15px;
	border-top:1px solid #ececec;
	text-align:center;
	font-weight:normal;
	font-size:13px;
	color:#000000;
}

.info_bar
{
	padding-top:10px;
	padding-bottom:10px;
	background:#d2dbdf;
}

.footer-text{
	color:#fff;
	font-size:13px;
	font-family:'PFHighwaySansPro-Light', Arial, Helvetica, sans-serif;
}

.cards
{
	/*margin-top:22px;*/
}

.cards table td,
.cards_mobile table td
{
	padding-right:15px;
}

.cards table td:last-child,
.cards_mobile table td:last-child,
{
	padding-right:0;
}


#footer 
{
	background:#002949;
	color: #fff;
	padding-top:20px;
	padding-bottom:20px;
	font-size:12px;
	font-weight:normal;
	border-top: 1px solid #004f80;
}

#footer_left 
{
	/* float:left; */
	text-align: center;
	margin:0 auto;
}

#footer_right 
{
	float:right;
}

#footer a
{
	color:#fff;
}

#footer a:hover
{
	color:#004f80;
}

.category_item 
{
	position:relative;
	margin-bottom:30px;
}

.category_item a
{
	display:block;
}

.category_item_title
{
	margin-top:20px;
	height:40px;
}

.category_item_title h3 
{
	font-weight: normal;
	font-size: 15px;
	color: #3e3d40;
	text-align: center;
	text-transform:uppercase;
}

.list_basket_area
{
	padding-right:15px;
	margin-bottom:25px;
}

.list_basket_area_in
{
	background:#93bd2b;
	border-radius:5px;
	padding:10px;
}

.list_basket_title
{
	font-family:'pf_transportblack',Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:normal;
	color:#fff;
	background:url(../images/design/list_b_icon.png) right center no-repeat;
	padding-right:20px;
	margin-bottom:15px;
}

.list_basket_data
{
	border-radius:4px;
	background:#ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:10px;
	padding-bottom:20px;
}

.list_basket_item
{
	font-family:'pf_transportregular',Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#333333;
	margin-bottom:5px;
}

.list_basket_item:last-child
{
	margin-bottom:0;
}

.list_basket_item span.right
{
	float:right;
}

.list_basket_item span
{
	font-family:'pf_transportbold',Arial, Helvetica, sans-serif;
}

.send_txt
{
	display:table;
	margin:0 auto;
	margin-top:8px;	
}

.buy_btn
{
	display:table;
	margin:0 auto;
	margin-top:-12px;
	border-radius:3px;
	background:#e20054;
}

.buy_btn a
{
	display:block;
	font-family:'pf_transportblack',Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:normal;
	letter-spacing:0.4px;
	color:#ffffff;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	
}

.send_txt a
{
	background:url(../images/design/send_icon.png) left center no-repeat;
	padding-left:40px;
	font-family:'pf_transportbold',Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#fff;
	letter-spacing:0.4px;
}

/* popup_login */
#popup_login
{
	display:none;
	opacity:0;
	filter:alpha(opacity=0);
	top:0;
	left:0;
	position: absolute;
	width:290px;
	background:#fff;
	z-index:1002;
	
	-moz-box-shadow: 0 0px 2px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0 0px 2px rgba(0,0,0,0.6);
	box-shadow: 0 0px 2px rgba(0,0,0,0.6);
}

#popup_login_in
{
	padding:20px;
}

.popup_login_bottom
{
	border-top:1px solid #d1d2d4;
	padding-top:20px;
	margin-top:20px;
}

#popup_login h2 
{
    color: #000;
	font-weight:700;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
	text-align:center;
}

#popup_login h3 
{
    color: #00569a;
    font-weight:700;
    font-size: 14px;
    letter-spacing: 0.8px;
    margin-top: 15px;
}


.popup_input
{
	padding-left:8px;
	padding-right:8px;
	border:1px solid #d1d2d4;
}

.popup_input input[type="text"]
{
	margin:0;
	padding:0;
	border:0;
	width:100%;
	height:35px;
	line-height:35px;
    font-size: 16px;
    font-weight: normal;
	color:#000;
}

#popup_login_submit_btn
{
	margin-top:10px;
	background:#000;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    height: 35px;
	line-height:35px;
	padding-left:25px;
	padding-right:25px;
	text-align:center;
	border-radius:5px;
	-moz-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 0 2px rgba(0,0,0,0.5);
	box-shadow: 0 0 2px rgba(0,0,0,0.5);
	cursor:pointer;
}

#popup_login .formobjects select
{
	width:100%;
}

#popup_login .formobjects .style_select:after
{
	height:36px;
	margin-top:-37px;
	margin-right:4px;
}

#popup_login .login_register_btn
{
	width:100%;
}

#popup_login_close
{
	position:absolute;
	top:5px;
	right:4px;
	background:url(../images/design/close.png) top left no-repeat;
	width:14px;
	height:13px;
	cursor:pointer;	
}

#div_login_region_kind
{
	display:none;
}

.ins_feed {
	position: relative;
}

.ins_feed_out
{
	background:#fff;
	padding-top:25px;
	
}

.ins_feed_title
{	
	position: absolute;
    top: 50%;
    margin-top: -25px;
	left: 50%;
    margin-left: -95px;
}

.ins_feed_title_in
{
	display:table;
	margin:0 auto;
}

.ins_feed_img
{
	width: 190px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #333333;
    color: #fff;
    font-size: 28px;
    opacity: 0.8;
}

.ins_feed_img i {
	margin-right: 10px;
}

.ins_feed_t
{
	margin-top:3px;
	font-size:21px;
    font-weight: 300;
	color:#4d4d4d;
	letter-spacing:0.8px;
	text-align:center;
}

#form_popup_out_in #contact_form
{
	margin:0;
	max-width:none;
}

#form_popup_out_in .container
{
	width:auto;
}

#form_popup_out_in #contact_form .col-md-6,
#form_popup_out_in #contact_form .col-md-3,
#form_popup_out_in #contact_form .col-md-9
{
	float:left;
}

#form_popup_out_in #contact_form .col-md-6
{
	width:50%;
}

#form_popup_out_in #contact_form .col-md-3
{
	width:25%;
}

#form_popup_out_in #contact_form .col-md-9
{
	width:75%;
}




.cards_mobile{
	display:none;	
}

.info_links_item
{
	background:#fff;
	padding:15px;
	padding-bottom:25px;
	-webkit-box-shadow:1px 1px 3px rgba(0,0,0,0.25);
	-moz-box-shadow:1px 1px 3px rgba(0,0,0,0.25);
	box-shadow:1px 1px 3px rgba(0,0,0,0.25);	
}

.info_links_item a
{
	display:block;
}

.info_links_image
{
	position:relative;
	z-index:1;
}

.info_links_title
{
	position:relative;
	z-index:2;	
	margin-top:-20px;
}

.info_links_title_icon
{
	display:table;
	margin:0 auto;
	position:relative;
	z-index:2;
}

.info_links_title_s
{
	position:relative;
	z-index:1;
	margin-top:-8px;
	padding-left:5px;
	padding-right:5px;
	padding-top:10px;
	padding-bottom:10px;
	border-radius:20px;
	text-align:center;
	font-weight:600;
	font-size:15px;
	letter-spacing:0.2px;
	color:#fff;
	line-height:20px;
	-webkit-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	-moz-box-shadow:2px 2px 5px rgba(0,0,0,0.3);
	box-shadow:2px 2px 5px rgba(0,0,0,0.3);
}

.info_links_title_s span
{
	font-size:21px;
}

.info_links_title.blue .info_links_title_s
{
	background:#00acd8;	
}

.info_links_title.red .info_links_title_s
{
	background:#000;
}

.info_links_title.dark_blue .info_links_title_s
{
	background:#a40b2a;
}

.banner_out.no_margin_bottom
{
	margin-bottom:0;
}

.blue_bar
{
	position:relative;
	z-index:3;
/*	margin-top:-34px;*/
}

.blue_bar_bottom
{
	/*background:#006faa;*/
	padding-top:15px;
	padding-bottom:15px;
}

.blue_bar_top
{
	height:15px;
	background:url(../images/design/blue_arrow.png) top left repeat-x;
}

.blue_bar .col-full-height
{
	vertical-align:middle;
}

.blue_bar .col-xs-height
{
	border-left:1px solid #fff;
}

.blue_bar .col-xs-height:first-child
{
	border-left:none;
}

.blue_item
{
	font-size:16px;
	font-weight:600px;
	color:#fff;
	line-height:20px;
	padding-top:10px;
	padding-bottom:10px;
}

.blue_item span
{
	font-size:28px;
}

.blue_item.bus
{
	background:url(../images/design/bus_big.png) left center no-repeat;
	padding-left:60px;
}

.blue_item.hour
{
	display:table;
	margin:0 auto;
	background:url(../images/design/hour_big.png) left center no-repeat;
	padding-left:55px;
}

.blue_item.phone
{
	background:url(../images/design/phone_big.png) left center no-repeat;
	padding-left:55px;
}

.basket_data_area_out
{
	padding:15px;
	
}

/*.basket_data_area_out_in
{
	position:relative;	
}

.basket_data_scroll
{
	position:absolute;
	width:100%;
}*/

.basket_data_area_out.fixed
{
	position:fixed;
	top:0;
	right:0;
	width:304px;
	z-index:1000;
	
}


.basket_data_area_title
{
	position:relative;
	padding-bottom:10px;
	padding-left:5px;
}

.basket_data_area_title h3
{
	padding-left:40px;
	font-size:23px;
	font-weight:600;
	color:#fff;
	padding-top:5px;
	padding-bottom:5px;
	background:url(../images/design/basket_img.png) left center no-repeat;
}

.basket_data_area_title:after 
{
	top: 100%;
	left: 20px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-top-color: #000 ;
	border-width: 10px;
	margin-left: -10px;
}

.basket_data_area
{
	background:#fff;	
}

.baskek_data_area_top
{
	padding-left:5px;
	padding-right:5px;
	padding-bottom:10px;
	padding-top:15px;
	
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.4);
}

.basket_data_btn
{
	background:#000;
	border-radius:14px;
	-webkit-box-shadow:0 0 2px rgba(0,0,0,0.5);
	-moz-box-shadow:0 0 2px rgba(0,0,0,0.5);
	box-shadow:0 0 2px rgba(0,0,0,0.5);
}

.basket_data_btn a
{
	font-size:13px;
	font-weight:700;
	letter-spacing:0.4px;
	color:#fff;
	text-align:center;
	padding-top:8px;
	padding-bottom:8px;
	display:block;
}

.basket_data_results
{
	font-size:14px;
	font-weight:normal;
	color:#000;
	padding-bottom:15px;
	line-height:24px;
}

.basket_data_results span.right
{
	float:right;
}

.s_total
{
	font-family:'MatrixScriptGrRegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:24px;
	color:#000;	
}

.basket_data_area_bottom
{
	padding-left:10px;
	padding-right:10px;
	overflow:auto;
	max-height:400px;
}

.b_item_data
{
	position:relative;
	padding-top:7px;
	padding-bottom:7px;
	background:url(../images/design/dot.png) bottom left repeat-x;
}

.b_item_data:last-child
{
	background:none;
}

.b_item_data_image
{
	display:table-cell;
	vertical-align:middle;
}

.b_item_data_image_in
{
	width:60px;
	text-align:center;
}

.b_item_data_title
{
	display:table-cell;
	width:100%;
	vertical-align:middle;
	padding-left:10px;
}

.b_item_data_title h3
{
	color: #000000;
    font-size: 14px;
    font-weight: 300;
}

.b_item_data_title h4
{
	font-size:10px;
	font-weight:300;
	font-style:italic;
	color:#000000;
}

.b_item_delete
{
	position:absolute;
	top:5;
	right:0;
	cursor:pointer;
	z-index:2;
}

.b_item_data_prices 
{
	position:relative;
	z-index:1;
	font-family:'MatrixScriptGrRegular',Arial, Helvetica, sans-serif;
	font-weight:normal;
	font-size:20px;
	color:#a40b2a;
	margin-top:5px;
}

.b_item_data_prices .products_price_old 
{
	font-size:18px;
}

.lists_item_area:first-child
{
	margin-bottom:15px;
}

.lists_item_area h3
{
	color: #a40b2a;
    font-size: 22px;
	font-weight:700;
	text-align:center;
	margin-bottom:15px;
}

.lists_input_item
{
	padding-left:10px;
	padding-right:10px;
	border:1px solid #808080;
	border-radius:15px;
}

.lists_input_item input[type="text"]
{
	width:100%;
	height:42px;
	line-height:42px;
	border:0;
	background:none;
	margin:0;
	padding:0;	
	
	font-size:15px;
	font-weight:normal;
	color:#4d4d4d;
}

.lists_input_button
{
	display:table;
	margin:0 auto;
	margin-top:10px;
	border-radius:8px;
	background:#00B2E2;
	height: 35px;
    line-height: 35px;
	text-align:center;
	
    font-size: 12px;
    font-weight: 700;
	letter-spacing:0.6px;
	color:#fff;
	cursor:pointer;
	
    line-height: 35px;
    padding-left: 25px;
    padding-right: 25px;
}

.lists_select_item .style_select
{
    position: relative;
	width:100%;
	border-radius:5px;
}

.lists_select_item select 
{
    width:100%;
    outline: none;   
	border:none;  
	appearance:none;
	-moz-appearance:none; /* Firefox */
	-webkit-appearance:none; /* Safari and Chrome */
	border:1px solid #a40b2a;
	border-radius:15px;

	font-size:14px;
	font-weight:600;
	color:#fff;
	
	padding-left:5px;
	padding-right:5px;
	background:#a40b2a;
}

.lists_select_item select:not([multiple]) 
{
	line-height:42px;
    height:42px !important;
}

.lists_select_item .style_select:after 
{
    content: '';
    width: 40px;
    height: 40px;
	float:right;
	clear:both;
	border-radius:15px;
    display: inline-block;
	margin-top:-41px;
	margin-right:1px;
	position:relative;
    background: url(../images/design/select_arrow_form2.png) no-repeat right center #a40b2a;
    pointer-events: none;
}

.lists_select_item select option
{
	background:#fff;
	padding:5px;
	padding-bottom:5px;
	color:#a40b2a;
}

.dot_blue
{
	background:url(../images/design/dot_blue.png) top left repeat-x;
	height:1px;
	margin-top:25px;
	padding-bottom:25px;
}

.list_results
{
	margin-top:10px;
}

.user_list_item
{
	font-size:17px;
	font-weight:normal;
	color:#000;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:1px solid #00B2E2;
}

.user_list_item:hover .user_list_area a
{
	color:#00B2E2;
}

.user_list_button_item
{
	float:left;
}

.user_list_button_item
{
	cursor:pointer;
}

.user_list_button_item:first-child
{
	margin-right:10px;
}

.user_list_button
{
	float:right;
	color:#00B2E2;
}

.user_list_button_item.red
{
	color:#E2152D;
}

.caption_edit
{
	padding:3px;
}

.caption_edit.active
{
	border:1px solid #64aad6;	
}

.caption_edit_txt.active
{
	display:block;
}

.caption_edit_txt
{
	display:none;
	color: #808080;
    font-size: 12px;
    font-weight: normal;
	font-style:italic;
    letter-spacing: 0.2px;
    margin-top:5px;
}

#send_all_basket
{
	display:table;
	margin:0 auto;
	background:#000;
	border-radius:20px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#send_all_basket a
{
	display:block;
	background:url(../images/design/basket_icon_w.png) right center no-repeat;
	
	font-weight:700;
	font-size:13px;
	color:#fff;
	padding-right:45px;
	padding-top:13px;
	padding-bottom:13px;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	
}

#send_all_basket:hover
{
	background:#a40b2a;
}

#send_all_results
{
	margin-top:20px;
}

#show_basket
{
	display:table;
	margin:0 auto;
	margin-top:20px;
	background:#a40b2a;
	border-radius:20px;
	padding-left:15px;
	padding-right:15px;
	cursor:pointer;

	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#show_basket a
{
	display:block;
	
	font-weight:700;
	font-size:13px;
	color:#fff;
	padding-top:13px;
	padding-bottom:13px;
	
	-webkit-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

#show_basket:hover
{
	background:#000;
}

.list_delete_btn
{
	position:absolute;
	top:-13px;
	right:-10px;
	cursor:pointer;
	z-index:2;
}

.product_image_out_r
{
	display:none;
	margin-bottom:20px;
}

.product_image_out_r_in
{
	max-width:500px;
	margin:0 auto;
}

.product_image_out_r .owl_item_big
{
	display:table;
	margin:0 auto;	
}

.owl_product_r .owl-dots {
    display: table;
    margin: 0 auto;
    margin-top: 10px;
}


.owl_product_r .owl-dots .owl-dot {
    display: inline-block;
}
.owl_product_r .owl-dots .owl-dot span 
{
    background:#a40b2a ;
    border-radius: 20px;
    display: block;
    height: 12px;
    margin: 5px 7px;
	opacity:0.5;
    width: 12px;
}

.owl_product_r .owl-controls
{
	display:table;
	margin:0 auto;
	margin-top:10px;
}

.owl_product_r .owl-dots .owl-dot.active span 
{
	background:#a40b2a ;
	opacity:1;
}

.change_area .product_image_out_r  .item img
{
	cursor:default;
}

.perioxes_item
{
	margin-bottom:4px;
}

.perioxes_item .row
{
	margin-left:-5px;
	margin-right:-5px;
}

.per_item
{
	padding:5px;
	color:#fff;
}

.per_item_l
{
	padding-left:5px;
	padding-right:5px;
	border-right:2px solid #fff;
}

.per_item_r
{
	padding-left:5px;
	padding-right:5px;
	border-left:2px solid #fff;
}

.perioxes_item .col-full-height
{
	vertical-align:middle;
}

.basket_bar
{
	display:none;
	position:fixed;
	bottom:0;
	left:0;
	width:100%;
	padding-top:8px;
	padding-bottom:8px;
	background:#000;
	z-index:10004;
}

.basket_bar_in
{
	display:table;
	margin:0 auto;
}

.basket_bar_btn
{
	float:left;
	margin-left:20px;
	min-width:200px;
	cursor:pointer;
}

.basket_bar_btn:first-child
{
	float:left;
	margin-left:0;
}

.basket_bar_btn a
{
	display:block;
	background:#fff;
	border:1px solid #000;
	border-radius:5px;
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	color:#000;
	font-size: 12px;
    font-weight: 900;
	text-align:center;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.basket_bar_btn a:hover
{
	border:1px solid #fff;
	background:#000;
	color:#fff;
}

#contact_form_c
{
	margin:0 auto;
	margin-top:20px;
	max-width:900px;
}

#search_hover
{
	display:none;
	position:absolute;
	z-index:1000;
	/*width:368px;*/
	/* width: -moz-calc(100% - 30px);
    width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px); */
	width:100%;
	
	border:1px solid #ccc;
	border-top:0;
	
	background:#fff;
	/* margin-top:-18px; */
	padding-top:18px;
}
	
#search_hover_in
{
	padding-top:4px;
}

.search_hover_item a
{
	display:block;
	padding-left:10px;
	padding-right:10px;
	padding-top:7px;
	padding-bottom:7px;
	border-bottom:1px solid #ccc;
	font-family: "PFTransportLight-Regular",Arial,Helvetica,sans-serif;
	color: #505050;
    display: block;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    letter-spacing: 0.8px;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}

.search_hover_item a span
{
	font-family: "PFTransport-Bold",Arial,Helvetica,sans-serif;
}

.search_hover_item_img
{
	display:table-cell;
	width:60px;
	padding-right:15px;
}

.search_hover_item_img_in
{
	width:60px;
	text-align:center;
}

/*.search_hover_item_img img
{
	width:60px;
}*/

.search_hover_item_txt
{
	display:table-cell;
	width:100%;
	
	vertical-align:middle;
}

.search_hover_item:last-child a
{
	border-bottom:0;
}

.search_hover_item a:hover
{
	background:#9e9e9e;
	color:#fff;
}

.search_hover_item:last-child a:hover
{
	border-radius:0;
}

#map_order
{
	width:100%;
	height:600px;
}

.search_track_out
{
}

.search_track_area
{
    position: relative;
	width: 100%;
	border:1px solid #56b8de;
	border-radius:20px;
	z-index:16;
}

.search_track_area_in
{
	position:relative;
	z-index:5;
}

.search_track_area_left
{
	display: table-cell;
	width: 100%;
}

.search_track_area_left_in
{
	padding-left:20px;
	padding-right:20px;
}

.search_track_area_left input[type="text"]
{
    background: none;
    border:none;

	font-style:italic;
    font-size: 14px;
    font-weight: normal;
	color: #56b8de;
    height:45px;
    line-height: 45px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
	border-bottom:1px solid #fff;
}

.search_track_area_right
{
	display: table-cell;
	position: relative;
    white-space: nowrap;
	vertical-align: middle;
    width: 1%;
}

.search_track_area_right button
{
	background:url(../images/design/search.png) center center no-repeat;
	border:none;
	padding:0;
	margin:0;
	height:45px;
	padding-left:30px;
	padding-right:30px;
}

.track_message
{
	margin-bottom:25px;
}

.bank_btn_win
{
	border:none;
	background:url(../admin/images/banks/bank_btn_win.png) top left no-repeat;
	width:474px;
	height:81px;
	cursor:pointer;
}

.clear
{
	clear:both;
}


/*Σύστημα διαχειριστή*/

#top_out2
{
	position:relative;
	z-index:1;
	background:#353535;
	padding-left:25px;
}

.top_item2
{
	float:left;
	margin-right:20px;
	position: relative;
}

.top_item2 .header_item_in_in
{
	height:auto;
}

.top_item2 .b_circle
{
	top:-3px;
	right:-17px;
}

.top_item2:last-child
{
	margin-right:0;
}

.top_item2 a
{
	display:block;
	font-family:'PFHighwayGothicComp-Regular', Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	letter-spacing:1.2px;
	color:#b3b3b3;
	padding-top:8px;
	padding-bottom:8px;
}


#customer_search{
	padding-top:20px;
	padding-bottom:20px;
}

.customer_search_table{
	border-top:1px #CCCCCC solid;
	border-left:1px #CCC solid;
	margin-bottom:20px;
}

.customer_search_table_header{
	font-weight:bold;
}

.customer_search_table td{
	padding:3px;
	border-bottom:1px #CCCCCC solid;
	border-right:1px #CCC solid;
	text-align:center;
}


.in_search_left {
    display: table-cell;
    width: 100%;
    border-top: 1px solid #c6c5c6;
    border-bottom: 1px solid #c6c5c6;
}

.in_search_left_in {
    padding-left: 10px;
    padding-right: 10px;
}

.in_search_left input[type="text"] {
    background: none;
    border: none;
    font-family: 'pf_transportmedium', Arial, Helvetica, sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    color: #b0b2b3;
    letter-spacing: 2.2px;
    height: 40px;
    line-height: 40px;
    margin: 0;
    outline: medium none;
    padding: 0;
    width: 100%;
}

.in_search_right {
    display: table-cell;
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    width: 1%;
    border-top: 1px solid #c6c5c6;
    border-bottom: 1px solid #c6c5c6;
    border-left: 0;
}

.in_search_right button {
    background: url(../images/design/search_icon_black.png) center center no-repeat;
    border: none;
    padding: 0;
    margin: 0;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
}


/* Σύστημα διαχείρισης END */

.counter_area_out
{
	background:#ea2030;
	padding-top:5px;
	padding-bottom:5px;
}

.counter_center
{
	display:table;
	margin:0 auto;
}

.counter_area_title
{
	float:left;
	margin-right:25px;
}

.counter_area_title h3
{
	font-family: "FuturaGreek-Medium",Arial,Helvetica,sans-serif;
	font-size:25px;
	font-weight:normal;
	letter-spacing:2px;
	color:#fff;
	line-height:42px;
}

.counter_area_title h3 span
{
	font-family: "FuturaGreek-Bold",Arial,Helvetica,sans-serif;
	font-size:28px;
	font-weight:normal;
}

.counter_area_b
{
	float:left;
	margin-top:8px;
}

.pr_out_of_stock {
    background: #000;
    /* padding-top: 23px; */
    padding-left: 10px;
    padding-right: 10px;
    /* padding-bottom: 24px; */
    color: #fff;
    text-align: center;
    font-size: 13px;
    height: 69px;
    display: table-cell;
    vertical-align: middle;
}

.idiot_loader_out {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    z-index: 999999999999999;
}

.idiot_loader {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -8px;
    background: url(../images/design/loading.gif) top left no-repeat;
    width: 16px;
    height: 16px;
}

/* ΜΠΑΡΑ COUNTER */
.bar_counter_area
{
	background:#000;
	padding-top:10px;
	padding-bottom:10px;
}

.bar_counter_center
{
	display:table;
	margin:0 auto;
}

.bar_counter_title
{
	display:table-cell;
	padding-right:25px;
	vertical-align:middle;
	font-size:29px;
	font-weight:700;
	color:#fff;
}

.bar_counter_out
{
	display:table-cell;
	vertical-align:middle;
}

.product_item_bar
{
	position:absolute;
	top:0;
	left:0;
	z-index:2;
}
/* END ΜΠΑΡΑ COUNTER */

.logo-wrapper {	
	margin-left: 25px;
}

.logo-wrapper .logo {
	max-width: 246px;
}

.flex-align.flex-align-middle {
	display: flex;
	align-content: center;
	align-items: center;
	align-self: center;
}

.flex-align.flex-align-start {
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	align-self: flex-start;
}

.flex-align.sp-bt {
	justify-content: space-between;
}
.flex-align.sp-ar {
	justify-content: space-around;
}
.flex-align.start {
	justify-content: start;
}
.flex-align.end {
	justify-content: end;
}
.flex-align.base {
	justify-content: baseline;
}
.flex-align.base {
	justify-content: baseline;
}
.flex-align.center {
	justify-content: center;
}

.telephone-wrapper span,
.email-wrapper span{
	color:#808080;
	font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;	
	letter-spacing: 1px;
}

.email-wrapper {
	letter-spacing: 2px;
	display:inline-block;
	padding-left:40px;
}

.telephone-wrapper {
	padding-left: 40px;
	display:inline-block;
}

div.in-list .telephone-wrapper {
    padding-left: 90px;
}

.top-bar-wrapper {
	width:100%;
}

.top_item a i {
	font-size: 14px;
	color: #cccccc;
}

.top_item:last-child a i,
.top_item:nth-last-child(2) a i {
	font-size: 16px;
}

span.num_total_fpa {
	color:#666;
	font-family: "CeraGreek-Regular",Arial,Helvetica,sans-serif;
	font-size:14px;
	font-weight:normal;	
	margin-right: 6px;
	margin-bottom: 1px;
}

.top_item.basket_btn_h {
	border-left: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	padding: 7px 15px;
}

.top_item.search-desktop {
	/*border-left: 1px solid #cccccc;
	padding: 10px 15px;
	margin-right: 0;*/
	cursor: pointer;
}

.search-desktop{
	cursor:pointer;
}

.top_item.basket_btn_h a {
	position: relative;
}

.basket-text,
.search-text {
	color:#b3b3b3;
	font-family: "CeraGreek-Regular",Arial,Helvetica,sans-serif;
	font-size:11px;
	font-weight:normal;	
	margin-right: 5px;
	letter-spacing: 1px;    
}

span.num_pieces {
	right: 11px;
    position: absolute;
    top: 11px;
}

span.search-text + i {
	color:#666;
	font-size: 18px;
}

.search_space .search {
	display:none;	
}

.search_space {		
	position:relative;
}

.search_close {    
    position: absolute;
    top: 6px;
    left: 23px;
	z-index: 2;
    color: #fff;
    font-size: 18px;
    /*background: url(../images/design/search_close.png) top left no-repeat;*/
    cursor: pointer;
}

.logo-wrapper.head .logo {
    /*visibility: hidden;*/
}

.side-menu-button-wrapper {
	display: inline;
	padding-right: 40px;
	cursor: pointer;
	font-size: 18px;
	color:#666;
}

.menu-padding{
	padding-top:35px;
}

.menu-padding2{
	padding-top:28px;
}

/* side menu */
div.menu_out_side
{
	background-color:#fff;
	height: 100%;	

	overflow: hidden;
	top:10px;
	padding-bottom:25px;
	position: fixed;
	-webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	
	left:0;
	width: 300px;
	z-index: 310;	
}

div.menu_out_side.closed
{	
	left:-300px;
}

div.menu_out_side.pos-abs.closed
{	
	left:-350px;
}

div.menu_out_side.top_admin_height
{
	top:42px
}

div.menu_out_side.pos-abs
{
	position: absolute;
	height: auto;
	width:350px;
}

div#side-wrapper-in {
    background: #fff;
    left: 300px;
    position: relative;
    -webkit-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -moz-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -o-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    -ms-transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
    transition: left 0.33s cubic-bezier(0.694, 0.0482, 0.335, 1);
	z-index: 2;
	width:calc(100% - 300px);
}

div#side-wrapper-in.full-width {   
    left: 0 !important;   
	width:100% !important;
}

nav.menu-fixed-left li {
	list-style-type: none;
	line-height: 30px;
}

div.menu_out_side.pos-abs + div#side-wrapper-in {
	left: 350px;
	width:calc(100% - 350px);
}

nav.menu-fixed-left div.menu_title {
	font-family: "PFTransportLight-Regular",Arial,Helvetica,sans-serif;
	font-size: 16px;
	color:#666;
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

nav.menu-fixed-left div.menu_title:hover,
nav.menu-fixed-left a.menu_link.open div.menu_title {	
	color:#000;
	margin-left: 5px;
}


.menu_out_side .logo-wrapper {
	max-width: 230px;
    margin: 6px 0 30px 40px;
}

nav.menu-fixed-left .menu_item_bottom {
    display: none;
    position: static;    
	background: #fff;    
	-webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

nav.menu-fixed-left .sub_menu_item {
    margin-bottom: 0;
}

nav.menu-fixed-left .menu_item_bottom_in_in {
	padding:0;
	padding-top: 8px;
    padding-bottom: 8px;
}

nav.menu-fixed-left .sub_menu_item_title {
    margin-bottom: 0;
}

nav.menu-fixed-left .sub_menu_item_title a {
    display: block;    
	font-family: "PFTransportLight-Regular",Arial,Helvetica,sans-serif;
	font-size: 13px;
    font-weight: normal;
    color: #666666;
}

nav.menu-fixed-left .sub_menu_item_title:hover > a,
nav.menu-fixed-left .sub_menu_item_title.open > a {
	color: #000!important;
	margin-left: 5px !important;
}

nav.menu-fixed-left .sub_menu_item_data {
	margin-left: 10px;
}

nav.menu-fixed-left .sub_menu_data_item {
    margin-bottom: 0;
}

nav.menu-fixed-left .sub_menu_data_item a {
    display: block;
    font-family: "PFTransportLight-Regular",Arial,Helvetica,sans-serif;
    font-style: normal;
    font-size: 12px;
    font-weight: normal;
    color: #666666;    
}

nav.menu-fixed-left .sub_menu_data_item:hover > a,
nav.menu-fixed-left .sub_menu_data_item.open > a {
    color: #000!important;
	margin-left: 5px !important;
}

nav.menu-fixed-left .menu_item_bottom.open {
	display: block;
}

.pos-rel {
	position: relative;
}

.nested-newsletter {
	height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
	left: 0;
	display: flex;
    justify-content: center;
}

.newsletter-separator {
	width:80px;
	display: table;
	margin:0 auto;
	border-bottom: 1px solid #666666;
	margin-bottom: 10px;
}

.footer-cols {
	display:block;
}

.bottom_item.motto {
	max-width:300px;
	line-height: 22px;
}

.cards-logo {
	/*margin-top:20px;*/
}

#footer .container-fluid {
	padding-left:30px;
	padding-right:30px;
}

div.shop-more-button {
	font-family: "CeraGreek-Medium",Arial,Helvetica,sans-serif;
	font-size: 13px;
	color:#fff;
	padding-right: 25px;
}

div.shop-more-button a {
	color:#fff;
}

#products_out {
	border-top: 1px solid #e5e5e5;
}

.product_image_first, .product_image_second {
    position: relative;
    top: 0;
    left: 0;
    transition: opacity .75s ease-in-out;
    -moz-transition: opacity .75s ease-in-out;
    -webkit-transition: opacity .75s ease-in-out;
}

.product_image_second {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
    width: 100%;
    height: 100%;
    z-index: 2;
}

/* SWIPER CUSTOM CSS*/

.swiper-container {
	height:500px;	
	margin-top: 30px;
}

.swiper-container.no-margin-top {
	margin-top: 0;
}

.swiper-container-for-navi {
	position: relative;
	display: table;
}

.swiper-button-next.abs {
	position: absolute;
	top:auto;
	bottom:-50px;
	left:0;
	right:0;   
    z-index: 10;
    cursor: pointer;    
	background-image: none;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
}

.swiper-button-next.abs::after {
	
	font-family: Font Awesome\ 5 Pro;
	content:'\f063';
	color:#000;
	
}

.swiper-button-prev.abs {
    position: absolute;
	top: 0;
	left:0;
	right:0;
	bottom:auto;   
    z-index: 10;
    cursor: pointer;    
	background-image: none;
	font-size: 20px;
	text-align: center;
	margin: 0 auto;
}

.swiper-button-prev.abs::after  {
	
	font-family: Font Awesome\ 5 Pro;
	content:'\f062';
	color:#000;	
}


.swiper-slide img {
	max-height:100%;
}

/* END SWIPER*/

.div_table .number_item {
	border: 1px solid #ccc !important;
}

.div_table .number_item.active .number_item_in {
    background: #000 !important;
    color: #fff !important;
}

.div_table .number_item:hover {
    border: 1px solid #000 !important;
}

.div_table .number_item:hover .number_item_in {
    background: #000 !important;
    color: #fff !important;
}

.product_favorite_in {
    padding: 17px;
    border: 1px solid #ccc;
}

.product_buttons {
	margin-top:30px;
}

.product_favorite:hover i {
	color:#a40b2a;
}

.product_favorite:hover i::before {
	content:'\f004';
}

div.product_gallery_small {
    padding: 0;
}

div.avail {
	margin-top: 30px;
	font-size: 12px;
	color:#333333;
}

#product_tabs_top .nav-tabs {
	display: flex;
	justify-content: space-between;
}

#product_tabs_top .nav-tabs > li > a {
	color: #808080;
}

#product_tabs_top .nav-tabs > li {
	margin-bottom: 0;
}

#product_tabs_top .nav-tabs > li.active > a,
#product_tabs_top .nav-tabs > li.active > a:hover,
#product_tabs_top .nav-tabs > li.active > a:focus {
	color: #000000;
	border:1px solid transparent;
}

#product_tabs_top .nav > li > a:hover,
#product_tabs_top .nav > li > a:focus {
    background-color: #fff;
}

#product_tabs_top .nav-tabs > li > a:hover {
    border-color: #fff #fff #ddd;
}

.mobile_header .mobile.logo {
	margin:0;
	display: flex;
}

.mobile_header .top_item a i {
	font-size: 20px;
    color: #000;
}

.mobile-metaforika-wrapper
{
	padding:10px;
	background: #000;
	color:#fff;
}

.metaforika-inner {
	font-family: 'CeraGreek-Regular',Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.mobile-basket {
	position: relative;
}

.mobile-basket span.num_pieces {
	position: absolute;
	right: 12px;    
    top: 14px;
}

.mobile-basket span.num_total_fpa {
	position: absolute;
    right: -5px;
    top: 35px;
    margin-right: 0;
    font-size: 12px;
}

#top_out_r_mob {
	padding:0px 10px 10px 10px;
	background: none;
}

.menu_out_side:not(.closed) + #side-wrapper-in .col-md-6.product_col,
.menu_out_side:not(.closed) + #side-wrapper-in .col-md-10.product_gallery_big {
	padding-left:0;
}


.lazy
{
	color: transparent;
	animation: 2s linear 0s normal none infinite running fa-spin;
  /*  background-color:#fff;
    background-image:url(../images/design/lazyload_loader.gif);
    background-repeat:no-repeat;
    background-position:center;*/
}

.lazy.loaded 
{
    animation: 0.5s ease 0s normal none 1 running fadein;
}

@keyframes fa-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}
@keyframes fa-spin {
0% {
    transform: rotate(0deg);
}
100% {
    transform: rotate(359deg);
}
}

@keyframes fadein {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}
@keyframes fadein {
0% {
    opacity: 0;
}
100% {
    opacity: 1;
}
}

.margin-top-30 {
	margin-top:30px;
}

/* points system*/
.current-points.p-value,
.current-e-wallet.e-value {
	color:#000;
}

.margin-top-15 {
	margin-top:15px;
}

.show_current_points,
.show_current_e_wallet {
	display:block;
	color: #a40b2a;
}

.points-system-text {
	max-width: 600px;
	float:right;
}

.show_current_points span,
.points-total-amount {
	font-weight: bold;
}

.points-use-total,
.points-cash-in-total {
	display:flex;
	justify-content: flex-end;
	align-content: center;
	align-items: center;
	align-self: center;
	margin-top: 10px;
	padding-right: 5px;
}

.points-total-text,
.points-total-amount {
	color: #a40b2a;
}

.points-total-amount {
	margin-right: 15px;
}

.points-use {
	margin-right:10px;
}

.points-use-total .form_item {
	margin-bottom: 0;
	width: 80px;
}

.points-cash-in-total .form_item {
	margin-bottom: 0;
}

.points_use_order {
	margin-left: 15px;
    background: #a40b2a;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	height:45px;
}

#points_revert_order.points_use_order {
	background: #9e9e9e;
}

.points_use_order:hover,
#points_revert_order.points_use_order:hover
{
	background:#000 ;
}

.points_use_order div {
	display: block;
    padding: 0 15px;
    font-size: 13px;
    letter-spacing: 0.2px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    line-height: 45px;
}

.points-system-convert-success {
    margin-top: 10px;
}

.table_results_item.points_system {
	/* background: linear-gradient(90deg, #ffffff 70%, #e2e2e273 70%); */
	background: linear-gradient(270deg, #e2e2e273 450px, #ffffff 450px);
	padding:15px 0;
}


/* end points system*/

/*Αναζήτηση πελάτη*/
h1.title2{
	text-align: center;
}

.add_new_customer {
    display: table;
    margin: 0 auto;
    margin-top: 50px;
}

.black_button {
    display: table;
    cursor: pointer;
    background: #000000;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.black_button a {
    display: block;
    padding-right: 105px;
    padding-left: 105px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-family: 'Abrade-Bold',Arial, Helvetica, sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    font-weight: normal;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

table.customer_search_table thead tr th
{
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: normal;
	color: #000;
    text-align: center;
	padding:7px 5px;
	
	border-bottom:1px solid #ececed;
}

table.customer_search_table tbody tr td
{
    font-size: 14px;
    letter-spacing: 0.8px;
    font-weight: normal;
    color: #000;
	padding:7px 5px;
	border-bottom:1px solid #ececed;
	
	/*border-bottom:1px #CCCCCC solid;
	border-right:1px #CCC solid;*/
	text-align:center;
}

table.customer_search_table tbody tr td a
{
	font-weight: normal;
	cursor:pointer;
}

table.customer_search_table tbody tr td a:hover
{
	color:#000;
	text-decoration:underline;
}

table.customer_search_table tbody tr:nth-child(2n) td
{
	background:#fafafa;
}

/* Newsletter popup exit intent*/

div.beforeyougo {
	font-family: "CeraGreek-Medium",Arial,Helvetica,sans-serif;
	font-size:35px;
	color:#fff;
	margin-top: 30px;
}

div.minxaseteekpt {
	font-family: "CeraGreek-Regular",Arial,Helvetica,sans-serif;
	font-size:20px;
	color:#fff;
	margin-top: 30px;
}

div.discount-per-cent-popup {
    font-family: "CeraGreek-Medium",Arial,Helvetica,sans-serif;
    font-size: 70px;
    color: #fff;
}

div.after-discount-per-cent-popup {
    font-family: "CeraGreek-Regular",Arial,Helvetica,sans-serif;
    font-size: 20px;
    color: #fff;
    font-weight: normal;
}

div.newsletter_area_exit_intent {
	display: flex;
    justify-content: space-between;
    align-items: center;
    align-content: center;
    margin-top: 90px;
    align-self: center;
}

div.newsletter_area_exit_intent .newsletter_item {
	width:60%;
	margin-bottom: 0;
}

.newsletter_submit_exit_intent {
    background: #333333;
    font-family: "CeraGreek-Medium",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 13px;
    letter-spacing: 3px;
    width: 40%;
    height: 38px;
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
    color: #fff;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	margin-left: 10px;
}

.newsletter_submit_exit_intent:hover
{
	background:#1a1a1a;
}

.newsletter_results_exit_intent {
	background:#fff;
	margin-top: 8px;
}

div.exit-modal {
    float: right;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

#megethologio .modal-body img {
	height:auto !important;
	max-width: 100%;
	margin: 0 auto;
    display: table;
}

.fab{
	font-size: 16px;
	color:#808080;
}

#bottom_out .fab{
	color:#fff;
}

/*Language*/
.language-drop-down{
	padding-top: 35px;
	padding-right:50px;
}
#language_area
{
	display: inline-block;
    position: relative;
    font-size: 11px;
    font-weight: normal;
    letter-spacing: 1px;
    color: #808080;
    height: 30px;
    padding-right: 5px;
    vertical-align: top;
	line-height:30px;
	border: 1px solid #ccc;
    margin-left: 12px;
}


#language_area_top
{
	/*background:url(../images/design/arrow_lang.png) center right no-repeat;*/
	padding-right:18px;
	padding-left:12px;
	cursor:pointer;	
	font-size: 13px;
	color:#808080;
}
.language_arrow{
	margin-left: 10px;
	cursor: pointer;
	color:#fff;
	transition-property:color;
    transition-duration: 0.5s;
}
#language_area_bottom
{
	display:none;
	position:absolute;
	z-index:100;	
	line-height:normal;
	/*-moz-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,0.3);
	box-shadow: 1px 1px 1px rgba(0,0,0,0.3);*/
	background:rgba(0,0,0,0.6);
	margin-top: 10px;
}

.language_item
{
	font-size:13px;
	/*font-weight:700;*/
	letter-spacing:2px;
	color:#808080;
}

.language_item a
{
	display:block;
	padding-top:7px;
	padding-bottom:7px;
	padding-left:13px;
	padding-right:13px;
	color:#fff;	
	border-bottom: 1px solid #e2dede;
	/*border: 1px solid #e2dede;
    border-bottom: none;*/
}

.language_area_bottom .language_item a:first-child
{
	border-top: 1px solid #e2dede;
}
/*
.language_item:last-child a
{
	border-bottom:1px solid #e2dede;
}
*/


/*------------------------ WELCOME SECTION -------------------------------*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #1F4E79; 
    border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #717271;
}
.welcome{
	height:100vh;
	width: 100%;
	position:relative;
	overflow-y: scroll;
	overflow-x:hidden;
	background:#fff;
	padding-top :40px;
}
.project{
	height:100vh;
	width: 100%;
	position:relative;
	overflow-y: scroll;
	overflow-x:hidden;
	padding-top :0%;
	background-image: url('../images/design/back-3.jpg');
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.project_mobile{
	height:100vh;
	width: 100%;
	position:relative;
	padding-top :0%;
	background-image: url('../images/design/back-3.jpg');
	background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	display:none;
}
.news{
	height:100vh;
	width: 100%;
	position:relative;
	overflow-y: scroll;
	background-image: url('../images/design/back-4.jpg');
	padding-top :0%;
}
.news_mobile{
	display:none;
	margin-bottom:100px;
}
.services_main{
padding-left:20px;
}
.service_infos{
	margin-top:100px;
	padding-top:100px;
	opacity: 0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
	
}
.service_title{
	font-family: PFIsotextPro;
	font-size: 20px;
	color: #004876;
}
.service_sub_title{
	font-family: PFIsotextProLight;
	font-size: 60px;
	color: #717271;
	margin-bottom: 50px;
}
.list_services{
	list-style-type:none;
}
.num_service{
	font-family: PFIsotextProLight;
	font-size: 66px;
	color: #dedede;
}
.title_service{
	position:absolute;
	font-family: PFIsotextProLight;
	font-size: 29px;
	color: #717271;
	margin-top: -50px;
	margin-left:30px;
}
.service_moto{
	font-family: PFIsotextProLight;
	position:absolute;
	border-top:2px solid #717271;
	font-size: 80px;
	color: #717271;
	-ms-transform: rotate(-90deg); /* IE 9 */
    -webkit-transform: rotate(-90deg); /* Safari 3-8 */
	transform: rotate(-90deg);
	left:110px;
	margin-top:-270px;
	padding-top:0px;
}
.service_more{
	font-family: PFIsotextPro;
	color:#717271;
	border: 1px solid #717271;
	bottom:0;
	width:120px;
	text-align: center;
	padding: 10px 0;
	cursor:pointer;
	position: relative;
    margin-left: auto;
    margin-right: auto;
    left: 0;
	right: 0;
	margin-bottom:0px;
	background: none;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.color_service_more{
	color: #717271;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.color_service_more:hover{
	color:#1F4E79;
}
.title_sub{
	margin-top:140px;
	width:80%;
	margin-left:10%;
}
.title_sub_mobile{
	margin-top:0px;
	padding-top:20px;
	width:80%;
	margin-left:10%;
}
.title_proj{
font-family: PFIsotextPro;
font-size:20px;
color:#f6f6f6;
opacity:0;
transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-webkit-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
}
.subtitle_proj{
font-family: PFIsotextProLight;
font-size:60px;
color:#f6f6f6;
opacity:0;
transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-webkit-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
}
.subtitle_proj_mobile{
	font-family: PFIsotextProLight;
	font-size:30px;
	color:#f6f6f6;
	opacity:0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	}
.subtitle_news{
	font-family: PFIsotextProLight;
	font-size:60px;
	color:#000;
	opacity:0;
	margin-bottom:-15px;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	}
.subtitle_news_mobile{
		font-family: PFIsotextProLight;
		font-size:30px;
		color:#000;
		opacity:0;
		margin-bottom:-15px;
		transition: all .5s ease-out;
		-moz-transition: all .5s ease-out;
		-webkit-transition: all .5s ease-out;
		-o-transition: all .5s ease-out;
		}
.title_news{
	margin-top:140px;
	font-family: PFIsotextPro;
	font-size:20px;
	color:#1F4E79;
	opacity:0;
	transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	}
.category_proj{
	margin-top:30px;
	font-family: PFIsotextProLight;
	font-size:20px;
	color:#b3b3b3;	
	cursor:pointer;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.category_proj_proj{
	margin-top:30px;
	font-family: PFIsotextProLight;
	font-size:20px;
	color:#717271;	
	cursor:pointer;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.sep_categ, .sep_categ_proj{
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.projects_cat{
	width:70%;
	margin-left:15%;
	padding-left:30px;
	padding-top: 30px;
}
.sep_categ:hover{
 color:#f6f6f6;
}
.sep_categ:hover .line{
	border-bottom: 1px solid #f6f6f6;
}
.line{
	margin-right: -20px;
	width:60px;
	display:inline-block;
	border-bottom: 1px solid #b3b3b3;
	margin-bottom:10px;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari 3-8 */
	transform: rotate(-60deg);
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.line_proj{
	margin-right: -20px;
	width:60px;
	display:inline-block;
	border-bottom: 1px solid #717271;
	margin-bottom:10px;
	-ms-transform: rotate(-45deg); /* IE 9 */
    -webkit-transform: rotate(-45deg); /* Safari 3-8 */
	transform: rotate(-60deg);
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
#all-line{
	border-bottom: 1px solid #f6f6f6;
}
#all-line_proj{
	border-bottom: 1px solid #717271;
}
.projects_carousel{
	width:80%;
	margin-top:30px;
	margin-bottom: 50px;
}
.resent_projects{
	width:auto;
	opacity:0;
	margin-top:40px;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	margin-bottom: 50px;
}
.img_resent_project{
	width:300px !important;
	height: 50vh;
	object-fit: cover;
	margin: 0 auto;
}
.slick_item_hover{
	position: absolute;
	background: rgba(31,78,121, 0.4);
	opacity:0;
	left: 50%;
	transform: translate(-50%, 0%);
	width:300px !important;
	height: 100%;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.arrow_right{
	position:absolute;
	right:-15px;
	top:45%;
}
.arrow_left{
	position:absolute;
	top:45%;
	left:-15px;
}
.img_item_project{
	object-fit: cover;
	width:95%;
	height: 50vh;
}
.img_item_photo
{
	object-fit: contain;
	width:100%;
	height: 50vh;
}
.single_project_item{
	margin-bottom:10px;
	padding:0px;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.single_project_item_hover{
	position: absolute;
	background: rgba(31,78,121, 0.4);
	height: 50vh;
	width:100%;
	left:0px;
	top:0px;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	opacity:0;
}
.single_project_item:hover .single_project_item_hover{
	opacity:1;
}
.single_project_item:hover .hor_line{
	width:90%;
}
.single_project_item:hover .vert_line{
	height:90%;
}

.slick_item_related{
	outline: none;
	padding: 5px;
	width:320px;
}
.none{
	display:none;
}

.title_related{
	font-family: PFIsotextProLight;
	font-size:46px;
	color:#717271;
	text-align: center;
	padding-top:30px;
	padding-bottom:30px;
}
.projects_item{
	height:auto;
}
.projects_item:hover .slick_item_hover{
	opacity:1;
}
.projects_item:hover .hor_line{
	width:90%;
}
.projects_item:hover .vert_line{
	height:90%;
}
.hor_line{
	position:absolute;
	width:0px;
	top:30px;
	border-bottom:1px solid #b3b3b3;
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;

}
.vert_line{
	position:absolute;
	height:0px;
	left:30px;
	border-right:1px solid #b3b3b3;
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}
.projects_item:hover .title_pr{
	margin-top:50px;
}
.title_pr{
	margin-left:50px;
	margin-top:20px;
	font-family: PFIsotextProLight;
	font-size: 19px;
	color:#f6f6f6;
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}
.title_pr_proj{
	margin-left:50px;
	margin-top:40px;
	font-family: PFIsotextProLight;
	font-size: 19px;
	color:#f6f6f6;
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}
.projects_item:hover .text_pr{
	margin-top:0px;
}
.text_pr{
	margin-left:50px;
	margin-top:20px;
	font-family: PFIsotextProLight;
	font-size: 12px;
	color:#f6f6f6;
	margin-right:10px;
	transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -webkit-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
}
.more_text{
	position:absolute;
	bottom:0;
	right:10px;
	margin-bottom:10px;
	margin-right:10px;
	font-family: PFIsotextProLight;
	font-size: 14px;
	color:#f6f6f6;
	border:1px solid #fefefe;
	padding: 5px 10px 5px 10px;
	cursor:pointer;
}
.news_item{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	height: auto;
	background:#fff;
	opacity:0;
	position:relative;
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	cursor:pointer;
}
.max-404{
	height:40px;
	width:100%;
	display:none;
}
.news_item_blog{
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-top: 30px;
	position:relative;
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
	margin-bottom:10px;
}
.item_image_news{
	width:100%;
	height:40vh;
	object-fit:cover;
}
.news_detail{
	background: #fff;
	margin:20px 10px 20px 10px;
}
.title_news_details{
	font-family: PFIsotextProRegular;
	color:#707173;
	font-size:25px;
}
.place_title{
	width:100%;
	white-space: nowrap; 
	overflow: hidden;
	text-overflow: ellipsis; 
}
.text_news_details{
	font-family: PFIsotextProRegular;
	color:#707173;
	font-size:16px;
	height:40px;
	margin-bottom:10px;
}
.date_news, .date_news_blog{
 display: inline-block;
 color:#F1EFEF;
 font-family: PFIsotextPro;
 font-size:30px;
}
.more_news, .more_news_blog{
	width:30%;
  max-width:100px;
  white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
 display: inline-block;
 float:right;
 padding:5px 10px 5px 10px;
 color:#707173;
 border:1px solid #707173;
 font-family: PFIsotextProLight;
 font-size: 14px;
 cursor:pointer;
 transition: all .8s ease-out;
 -moz-transition: all .8s ease-out;
 -webkit-transition: all .8s ease-out;
  -o-transition: all .8s ease-out;
}
.more_news:hover{
color:#1F4E79;

}
.footer_index{
	background: #fff;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
	margin-bottom:-20px;
	width: 100%;
}
.footer_index_blog{
	background: #fff;
	display: inline-block;
    vertical-align: bottom;
	line-height: initial;
	margin-bottom:-20px;
	width: 100%;
	opacity:0;
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
	-o-transition: all .8s ease-out;
}
.footer_infos{
	text-align: center;
	color:#707173;
	font-family: PFIsotextPro;
	font-size:12px;
}
.footer_infos_email{
	text-align: right;
	color:#707173;
	font-family: PFIsotextPro;
	font-size:12px;
}
.footer_infos_web{
	text-align: center;
	color:#707173;
	font-family: PFIsotextPro;
	font-size:12px;
}
.footer_infos_other{
	text-align: center;
	color:#707173;
	font-family: PFIsotextPro;
	font-size:12px;
}
.footer_infos_address{
	text-align: center;
	color:#707173;
	font-family: PFIsotextPro;
	font-size:12px;
	margin-bottom: 5px;
}
.footer_social{
	text-align:right;
}
.footer_end{
	border-top:1px solid #dedede;
	padding:10px 20px 40px 20px;
	margin-top:20px;
}
.vertical{
	display:inline-block;
}
.fedenet{
	display:inline-block;
	margin-right:10px;
	float:right;
}
.news_start{
	margin-bottom: 70px;
	margin-top:140px;
	width:80%;
}
.seperator{
	height:30px;
	display:none;
}
/*------------------------ CONTACT INDEX SECTION -------------------------------*/
.contact-index h2{
	font-family:"PFHighwaySansPro-Medium",Arial,Helvetica,sans-serif;
	color:#004f80;
	font-size:40px;
	padding-bottom:20px;
	padding-top: 50px;
}

hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 4px solid #0daade;
    margin: 1em 0;
	padding: 0; 
	width:60px;
	margin: 0 auto;
}

.contact-index .index-contact-text{
	font-family:"PFHighwaySansPro-Regular",Arial,Helvetica,sans-serif;
	color:#4d4d4d;
	/*color:#0daade;*/
	font-size:18px;
	padding-top:20px;
}

.contact-index .index-contact-text2{
	font-family:"PFHighwaySansPro-Regular",Arial,Helvetica,sans-serif;
	/*color:#4d4d4d;*/
	color:#0daade;
	font-size:18px;
	padding-top:20px;
}

/*------------------------ SERVICES SECTION -------------------------------*/
.services{
	background-image: url(../images/design/services-back.jpg);
}

.services .col-sm-9{
	padding-left:3px;
}
.services .col-sm-3{
	padding-right:3px;
}

.services h2{
	font-family:"PFHighwaySansPro-Medium",Arial,Helvetica,sans-serif;
	color:#fff;
	font-size:40px;
	border: 1px solid #fff;
	padding: 10px 0;
}

.services .services-header-certain-width{
	max-width: 350px;
	margin: 50px auto 70px auto;
}


.services-padding{
	padding-bottom:20px;
}

.services .services-title a{
	color:#0daade;
	font-family:"PFHighwaySansPro-Medium",Arial,Helvetica,sans-serif;
	font-size:25px;
	padding:12px 0 15px 0;
}

.services .services-title a:hover{
	color:#004f80;
}

.services .services-descr{
	color:#fff;
	font-family:"PFHighwaySansPro-Regular",Arial,Helvetica,sans-serif;
	font-size:18px;
}

.services .row.services-row{
	padding-bottom:70px;
}


/*----------------- PHOTO GALLERY CSS ----------------------------*/
#single_banner img {
	width: 100%;
	position:relative;
}
.gallery-imgs-padding

{
	padding-top: 50px;
	padding-bottom: 50px;
}


.photo-album-heading
{	
	font-family:"FuturaGreek-Bold",Arial,Helvetica,sans-serif;
	font-size:42px;
	color: #fff;
    position: absolute;
    left: 20%;
    top: 8%;
}

.financial-banner .photo-album-heading
{	
    top: 17%;
}

.company-banner .photo-album-heading
{	
  top: 9%;
}

.services-banner .photo-album-heading
{	
  top: 11%;
}

.photo-album-bellow a{
	color: #fff;
	font-family:"PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:12px;
	letter-spacing: 1px;
}

.photo-album-bellow{
	margin: 20px 0 0 0;
	font-family:"PFHighwaySansPro-Bold",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:13px;
	letter-spacing: 1px;
}

.pd-bottom
{
	padding-bottom: 20px;
}

.photo-gallery-img
{
	margin-left: auto;
	margin-right: auto;
	max-height:233px;
}

.financial{
	padding: 30px 0 50px 0;
}

.financial p{
	font-family:"PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#004f80;
	padding: 10px 0;
	border-bottom:1px solid #e6e6e6;
}

.financial p:first-child{
	border-top:1px solid #e6e6e6;
}

.financial p a{
	font-family:"PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-size:19px;
	font-weight:normal;
	color:#0daade;
	float: right;
}

.financial p a:hover{
	color:#004f80;
}

/*----------------- FINANCIAL -----------------*/
#contact_out_in ul 
{
	margin: 0;
	padding: 0;
	list-style: none;
	/*list-style-image:url(../images/design/blue_arrow.png);
	list-style-position:outside;*/
}

#contact_out_in ul li a 
{
	margin-bottom:4px;
	font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-size:17px;
	font-weight:normal;
	color: #4d4d4d;
	letter-spacing:0.5px;
}

#contact_out_in .fas, #contact_out_in .far{
	color:#0daade;
	font-size:17px;
}

#contact_out_in .fa-phone,  #contact_out_in .fa-print{
	padding-right:10px;
}

#contact_out_in .fa-map-marker-alt{
	padding-right:17px;
}

#contact_out_in .fa-envelope{
	padding-right:12px;
}

#contact_out_in ul li span{
	padding-left:25px;
}

#contact_out_in ul li{
	font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:17px;
	padding-bottom:15px;
}

#contact_out_in ul li div{
	padding-bottom:20px;
}

/*------------------------COMPANY------------------*/
.text-descr img{
	margin:0 auto;
	display: block;
	padding-bottom:20px;
}

.company-text-title{
	font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:18px;
	color:#000;
	font-size:18px;
	padding-bottom:20px;
}

.bg-company{
	background-image: url("../images/design/about-img-2.jpg");
	background-repeat: no-repeat;
	min-height:700px;
	padding-left:0px;
	padding-right:0px;
}

.container-fluid.whole{
	padding-left:0px;
	margin-top:50px;
}

.company-heading{
	font-family: "PFHighwaySansPro-Medium",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:38px;
	color:#004f80;
	padding-bottom:30px;
	padding-left: 50px;
}
.company-heading span{
	font-family: "PFHighwaySansPro-Medium",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:48px;
	color:#0daade;
}
.second-part{
	padding-left:0px;
}

.company-big-text{
	font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:17px;
	color:#666;
	padding-bottom:70px;
}

.bg-company .container{
	margin-top:350px;
	float:right;
	width:50%;
	background:#fff;
}

.company-heading2{
	font-family: "PFHighwaySansPro-Bold",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:17px;
	color:#004f80;
	padding-top:30px;
	padding-bottom:10px;
}

.bg-company hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #0daade;
    margin: 0;
	padding: 0; 
	width:40px;
}

.second-part .container{
	width:50%;
	float: left;
}

.bg-company-blue{
	background: #004f80;
}
.company-heading3{
	font-family: "PFHighwaySansPro-Bold",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:17px;
	color:#0daade;
	padding-top:30px;
	padding-bottom:10px;
}

.second-part hr{
	display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #0daade;
    margin: 0;
	padding: 0; 
	width:40px;
}

.company-big-text2{
	font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:17px;
	color:#fff;
	padding-bottom:20px;
}

.articles_out img{
	margin: 0 auto;
	display:block;
	padding-bottom:20px;
}

.company-big-text3 {
    font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
    font-weight: normal;
    font-size: 17px;
    color: #666;
	padding-left:50px;
}

.mheight{
	min-height:350px;
}

/*------------SERVICES PAGE------------*/
.services-page{
	padding: 70px 0 100px 0;
}

.services-page .services-title h1{
	font-family: "PFHighwaySansPro-Medium",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:48px;
	color:#004f80;
	padding-bottom:10px;
}

.services-page .services-descr{
	font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:17px;
	color:#666;
}

.services-page .all-services{
	padding:10px 0;
}

.services-page .all-services:not(:last-child){
	border-bottom:1px solid #e6e6e6;
}

.services-page .all-services::last-child{
	padding-bottom:0px;
	margin-bottom:0px;
}


.services-page .all-services a{
	font-family: "PFHighwaySansPro-Light",Arial,Helvetica,sans-serif;
	font-weight:normal;
	font-size:17px;
	color:#004f80;
}

.services-page .all-services a.this-link{
	color:#0daade;
}

.services-page .all-services a:hover{
	color:#0daade;
}

.services-page .all-services img{
	max-height:40px;
	padding-right:20px;
}

.services-page .whole-services{
	padding:15px 15px 5px 15px;
	border:1px solid #e6e6e6;
	border:1px solid #e6e6e6;
	margin-top:65px;
}

/*-------MENU-------*/
.sub_item_bottom_inner{
	background: #0daade;
}

/*----GALLERY FOOTER-----*/
.gallery_area img{
	max-width:80px;
	display:inline-block;
}

/*-------------SEARCH-------------*/
.ergo_title{
	font-family: "PFHighwaySansPro-Medium",Arial,Helvetica,sans-serif;
    color: #004f80;
    font-size: 40px;
    padding-bottom: 20px;
    padding-top: 50px;
}

.title_s{
	font-family: "PFHighwaySansPro-Medium",Arial,Helvetica,sans-serif;
    color: #004f80;
    font-size: 20px;
    padding-bottom: 20px;
}

.search_item_out{
	padding-bottom: 30px;
}

.img-responsive{
	height: 100vh;
	object-fit:cover;
	object-position: center;
}
.img-responsive_alt{
	height: 80vh;
	object-fit:contain;
	width: 100%;
	object-position: center center;
}
.vertical_line{
	position:absolute;
	height:0px;
	border-left:1px solid #717271;
	margin-left:20px;
	bottom:-15px;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.horizontial_line{
	position:absolute;
	width:0px;
	border-top:1px solid #717271;
	bottom:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.vertical_line_employee{
	position:absolute;
	height:0px;
	border-left:1px solid #717271;
	margin-left:20px;
	bottom:-15px;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.horizontial_line_employee{
	position:absolute;
	width:0px;
	border-top:1px solid #717271;
	bottom:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
.single_page_title{
	padding-left:30px;
	padding-top:0px;
	opacity:0;
	transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}

#section_erga{
	height:100vh;
	overflow-y:scroll;
	overflow-x:hidden;
	/*background-image: url("../images/design/story-img-2-back.jpg");
	background-position:right;
    background-repeat: no-repeat;
	background-size:100%;*/
	background: #fff;
}
#section_about{
	height:100vh;
	overflow-y:scroll;
	overflow-x:hidden;
	/*background-image: url("../images/design/story-img-2-back.jpg");
	background-position:right;
    background-repeat: no-repeat;
	background-size:100%;*/
	background: #fff;
}
.single_projects_comment{
	width:70%;
	padding-top:30px;
	margin-left:15%;
	font-family: PFIsotextProLight;
	color:#1F4E79;
	font-size: 26px;
	opacity:0;
	transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.single_projects_photos{
	width:70%;
	position:relative;
	padding-top:10px;
	padding-left:30px;
	margin-left:15%;
	opacity:0;
	transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	min-height:40vh;
}
.all_projects_items{
	width:70%;
	position:relative;
	padding-top:30px;
	padding-left:48px;
	margin-left:15%;
	transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	min-height:40vh;
}
.single_customers_photos{
	width:70%;
	padding-top:30px;
	padding-left:40px;
	margin-left:15%;
	opacity:0;
	transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	min-height:40vh;
}
.customers_frame{
	padding:10px;
	transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	height: 150px;
	position:relative;
}
.customers_brand{
	position:relative;
	width:100%;
	height:100%;
	display:inline-block;
	text-align: center;
	background: rgba(255,255,255,1);
	border:1px solid #dedede;
}
.margin-top-f{
	margin-top:30px;
}
.customers_brand_img{
width:90%;
height: 100px;
object-fit: contain;
margin:0;
position: absolute;
top: 50%;
left: 50%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
}
.single_projects_photos_desc{
	width:70%;
	padding-top:50px;
	margin-left:15%;
	padding-left:30px;
	transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
}
.single_projects_videos{
	width:70%;
	padding-top:40px;
	margin-left:15%;
}
.single_projects_arrows{
	width:70%;
	margin-left:15%;
	padding-left:30px;
	position:relative;
	z-index:999999;
}
.arrows_line{
	border-bottom:1px solid #dedede;
}
.arrows_line_blog{
	border-bottom:1px solid #dedede;
	margin-left:12px;
}
.previous{
position:absolute;
left:12px;
top:0;
padding: 10px;
background: #dbdbdb;
}
.next{
position:absolute;
right:12px;
padding: 10px;
top:0;
background: #dbdbdb;
}
.padding30{
	padding-left:30px;
}
.previous_blog{
	position:absolute;
	left:42px;
	top:0;
	padding: 10px;
	background: #dbdbdb;
	}
.next_blog{
	position:absolute;
	right:2px;
	padding: 10px;
	top:0;
	background: #dbdbdb;
	}
.pointer{
cursor: pointer;
}
.disabled{
	cursor: not-allowed;
}
.link_arrow{
	color:#707173;
}
.link_arrow:hover{
	color:#707173;
}
.related_projects{
	width:100%;
	padding-left:10%;
	padding-right:10%;
	padding-top:30px;
	padding-bottom:30px;
	margin-top:50px;
	background: #F1F3F3;
}
.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.projects_ins_title{
	font-family: PFIsotextPro;
	font-size: 22px;
	margin-bottom: 15px;
}
.projects_ins_desc{
	font-family: PFIsotextProLight !important;
	font-size: 17px;
	padding-bottom: 40px;
	border-bottom:1px solid #dedede;
}
.projects_ins_date{
	padding-top:50px;
	padding-bottom:30px;
	font-family: PFIsotextPro;
	font-size: 17px;
}
.projects_ins_client{
	padding-top:30px;
	padding-bottom:15px;
	font-family: PFIsotextPro;
	font-size: 17px;
}
.projects_ins_status{
	padding-bottom:15px;
	font-family: PFIsotextPro;
	font-size: 17px;
}
.projects_ins_location{
	padding-bottom:15px;
	font-family: PFIsotextPro;
	font-size: 17px;
}
.notes{
	font-family: PFIsotextProLight;
	font-size: 17px;
}
.img_central{
	width:100%;
	margin-bottom:20px;
	height: 70vh;
	object-fit:cover;
	outline: none;
}
.img_thumbnail{
	width:300px;
	border:4px solid #fff;
	margin-bottom:20px;
	height: 20vh;
	object-fit:cover;
	margin-left:-60px;
}
.slick-slide:focus { outline: none; }
.rest_page{
	width: 100%;
	padding:10px;
	background: #1F4E79;
	font-family: PFIsotextProLight;
	font-size: 36px;
	text-align: center;
	color:#fff;
	margin-top:20px;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	position:relative;
}
.rest_page_services{
	width: 100%;
	padding:10px;
	background: #1F4E79;
	font-family: PFIsotextProLight;
	font-size: 36px;
	text-align: center;
	color:#fff;
	margin-top:120px;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	position:relative;
}
.contact_details{
	width: 100%;
	padding:10px;
	/*padding-right:15%;
	padding-left:15%;*/
	background: #1F4E79;
	font-family: PFIsotextProLight;
	font-size: 16px;
	color:#fff;
	margin-top:20px;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	position:relative;
}
.contact_details_lizard{
	width:70%;margin-left:15%;padding-left:32px;
}
.contact_form_title{
	width: 100%;
	text-align: center;
	font-family: PFIsotextProLight;
	font-size: 30px;
	color:#717273;
	margin-top:20px;
	margin-bottom:20px;
}
.contact_form{
	width:70%;
	margin-left:15%;
	padding-left:32px;
}
.contact_item{
width:100%;
outline: none;
border:1px solid #717273;
border-radius:2px;
height: 40px;
padding-top:15px;
margin-bottom:10px;
padding-left:10px;
}
.contact_item_text{
	width:100%;
	outline: none;
	border:1px solid #717273;
	border-radius:2px;
	padding-top:15px;
	margin-bottom:10px;
	padding-left:10px;
	}
.contact_d{
	margin-bottom: 10px;
	margin-top:10px;
	padding:0px;
	text-align: center;
}
.contact_d_r{
	margin-bottom: 10px;
	margin-top:10px;
	padding:0px;
	text-align: right;
	padding-right:7px;
}
.contact_d_l{
	margin-bottom: 10px;
	margin-top:10px;
	padding:0px;
	text-align: left;
	padding-left: 7px;
}
.brands_slider{
	width:100%;
	padding:20px;
	background: rgba(31,78,121,0.5);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	box-shadow: 0 -4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.img_brand_carousel{
	width:212px;
	height:59px;
	object-fit: contain;
	object-position: center center;
}
/*.contact_d_l{
	margin-bottom: 10px;
	margin-top:10px;
	text-align: left;
	padding-left:2%;
}
.contact_d_r{
	margin-bottom: 10px;
	margin-top:10px;
	text-align: right;
	padding-right:2%;
}*/
.all_services{
	opacity:0;
	margin-top:150px;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	position:relative;
}
.service_list{
	min-height: 30vh;
	padding-top:20px;
	padding-bottom:20px;
	display:flex;
	align-items:center;
}
.service_list_image{
 background-position: center center;
 background-repeat: no-repeat;
 background-size: cover;
 min-height: 30vh;
 padding-top:20px;
 padding-bottom:20px;
 display:flex;
 align-items:center;
 position:relative;
}
.show_serv_in_mobile{
	background: none;
	padding:0px;
	width:100%;
	height:100%;
}
.opacity{
	opacity:0;
}
.color_diff1{
background: #dedede;
}
.color_diff12{
background: #f7f7f7;
}
.img_service_list{
	padding: 0px;
	min-height: 30vh;
}
.img_single_service{
	width:100%;

}
.single_service{
	padding:0px;
	cursor:pointer;
}
.single_service_hover{
	position:absolute;
	width:100%;
	height: 100%;
	background:rgba(31, 78, 121, 0.3);
	z-index:99999;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.single_service:hover .single_service_hover{
	opacity:1;
}
.service_num{
	position:absolute;
	right:0;
	font-family: PFIsotextProLight;
	font-size: 70px;
	color:#B3B3B3;
}
.serv_subtitle{
	font-family: PFIsotextProLight;
	color: #707173;
	font-size: 28px;
	letter-spacing: 15px;
}
.serv_title{
	font-family: PFIsotextProLight;
	color: #707173;
	font-size: 37px;
}
.serv_desc{
	font-family: PFIsotextProLight;
	color: #707173;
	font-size: 20px;
}
.all_desc{
  margin: 0;
  left:20%;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.employees{
	width:70%;
	padding-left:33px;
	margin-left:15%;
	margin-top:50px;
	margin-bottom:50px;
}
.img_employee{
	width:100%;
	height:100%;
	object-fit: cover;
	object-position: top center;
}
.place_employee{
	position:relative;
	padding: 10px;
	border:1px solid #000;
}
.employee_title{
	font-family: PFIsotextProRegular;
	font-size:22px;
	color:#707173;
	width:80%;
	margin-left:0px;
}
.employee_position{
	color:#B3B3B3;
	font-family: PFIsotextProRegular;
	font-size:16px;
	width:80%;
	margin-left:0px;
}

.employee_elements{
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	position:relative;
	cursor:pointer;
	margin-top:20px;
}
.employee_elements:hover{
	filter:brightness(70%);
}
.employe_details{
	width:70%;
	margin-left:15%;
	margin-top: 150px;
	margin-bottom:50px;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	position:relative;
}
.img_employee_details{
	width:100%;
	height: 50vh;
	object-fit: contain;
	opacity:0;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	position:relative;
}
.empl_main_fluid{
	border-bottom:1px solid #000;
	padding-right:25%;
	padding-left:10%;
	/*background-image: url("../images/design/story-img-2-back.jpg");
	background-position:right;
    background-repeat: no-repeat;
	background-size:100%;*/
	background: #fff;
	position:relative;
}
.img_empl{
	text-align:left;
	padding-top: 50px;
	padding-bottom: 250px;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
}
.img_empl_resp{
	display:none;
}
.employee_desc{
	font-family: PFIsotextProLight;
	color: #707173;
	font-size: 19px;
	line-height: 1.6;
	padding-left:37px;
	text-align: justify;
}
.respo{
	background:#F1F3F3;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
}
#blogs{
	margin-top:20px;
	opacity:1;
	transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;	
}
.knowledge{
	color:#707173;
	font-family: PFIsotextProLight;
	font-size: 20px;
	display:inline-block;
}
.line1{
	border-bottom:1px solid #707173;
	width:10%;
	margin: 10px;
	margin-bottom:6px;
	display:inline-block;
}
.total_resp{
	margin-top: 20px;
	margin-left:30px;
}
.page_numbers, #pagestart, #pageminus, #pageplus, #pageend{
	display:none;
	cursor:pointer;
}
.pages{
	width:70%;
	margin-left:15%;
	text-align: center;
	margin-top:20px;
}
.logo_img_mobile{
	width:150px;
	margin-left:-10px;
}
.logo_mobile_menu{
	text-align: center;
}
.seperate{
	display:none;
	width:70%;
	margin-left:15%;
	margin-top:10px;
	margin-bottom:10px;
	border-top:1px solid #808080;
}
.close_mobile_menu{
	position:absolute;
	right:0;
	top:0;
	margin-right:5px;
	margin-top:5px;
	cursor:pointer;
}
.close_mobile{
	width:20px;
}
.filter_image{
	position: absolute;
	width:100%;
	height:100%;
	background-image: url("../images/design/back_lines.png");
	background-position:right;
    background-repeat: no-repeat;
	background-size:cover;
}
.text_banner{
	padding:10px;
	overflow-y:auto;
	height: 180px;
}
.xl-img, .md-img, .sm-img{
	/*display:none;*/
	position:relative;
}
.photo_gallery{
width:100%;
margin-bottom:2px;
/*object-fit:cover;
object-position: center center;*/
height:auto;
transition: all .5s ease-out;
-moz-transition: all .5s ease-out;
-webkit-transition: all .5s ease-out;
-o-transition: all .5s ease-out;
}
.photo_gallery:hover{
	-webkit-filter:brightness(70%); /* Safari 6.0 - 9.0 */
	filter:brightness(70%);
}

.xl-hor_line, .md-hor_line, .sm-hor_line{
	position:absolute;
	width:0px;
	top:30px;
	border-bottom:1px solid #b3b3b3;
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;

}
.xl-vert_line, .md-vert_line, .sm-vert_line{
	position:absolute;
	height:0px;
	left:30px;
	border-right:1px solid #b3b3b3;
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}
.xl-more_text, .md-more_text, .sm-more_text{
	position:absolute;
	bottom:0;
	right:10px;
	margin-bottom:10px;
	margin-right:10px;
	font-family: PFIsotextProLight;
	font-size: 14px;
	color:#f6f6f6;
	border:1px solid #fefefe;
	padding: 5px 10px 5px 10px;
	cursor:pointer;
}
.xl-title_pr_proj, .md-title_pr_proj, .sm-title_pr_proj{
	position:absolute;
	left:50px;
	margin-top:40px;
	font-family: PFIsotextProLight;
	font-size: 19px;
	color:#f6f6f6;
	transition: all .8s ease-out;
    -moz-transition: all .8s ease-out;
    -webkit-transition: all .8s ease-out;
    -o-transition: all .8s ease-out;
}

.xl-img-container{
	width:24%;
	display:inline-block;
	vertical-align: top;
}
.md-img-container{
	width:32%;
	display:inline-block;
	vertical-align: top;
}
.sm-img-container{
	width:48%;
	display:inline-block;
	vertical-align: top;
}
.preloader-wrap {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0; 
  bottom: 0;
  background: rgba(255,255,255,1);
  z-index : 999999; 
}

.percentage {
  z-index: 100;
  text-align:center;
  color: #1F4E79;
  line-height: 30px;
  font-size : 15px;
}

.loader,
.percentage{
  height: 3px;
  max-width: 500px; 
  font-weight: 300;
  position: absolute; 
  top: 0; 
  bottom: 0; 
  left: 0; 
  right: 0;
  margin : auto; 
}
.loader:after,
.percentage:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.trackbar {
  width: 100%;
  height: 100%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
}

.loadbar {
  width: 0%;
  height: 100%;
  background:#1F4E79;
  box-shadow: 0px 0px 14px 1px #1F4E79; 
  position: absolute;
  top: 0;
  left: 0;
  animation: flicker 5s infinite;
  overflow: hidden;
}
.login_click_r a
{
	color: white;
    height: 40px;
    border-left: 2px solid #f6f6f6;
    border-right: 2px solid #f6f6f6;
    margin-top: -10px;
    transition-property: border;
    transition-duration: 0.5s;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 12.5px;
    padding-bottom: 12.5px;
}
.myproject_header
{
	top: 157px;
	display: flex;
	justify-content: flex-end;
	position: fixed;
	width: 95%;
	z-index: 99999;
}
.myproject_header_in
{
    /* margin-right: 50px; */
    font-weight: bold;
    font-family: 'PFIsotextPro';
	cursor: pointer;
	padding-left:15px;
	background: white;

	padding-right:15px;
	padding-top:7px;
	padding-bottom:10px;
	border-right: 1px solid black;
    border-bottom: 1px solid black;
}
.close_preview
{
	z-index: 9999999;

}
.myproject_header_in_code
{
	/* text-decoration: underline; */
	cursor: auto;

}
.all_projects_items_title {
	z-index: 99999999999999 !important;
	font-family: 'PFIsotextProLight' !important;
    font-size: 26px;
    color: #1F4E79;
	
}
.zoom_project
{
	cursor: pointer;
}
.single_project_item_myproject
{
	margin-bottom: 0px;
}
.split_year
{
	display: block;
	width: 100%;
	text-align: left;
	font-weight: bold;
	margin-top: 25px;
}
.projects_dates
{
	width: 100%;
    margin-bottom: 25px;
	padding-bottom: 20px;
	font-weight: bold;
    border-bottom: 1px solid #00000033;
}
.myproject {
    padding-left: 50px;
    font-size: 20px;
    min-height: 70vh;
    margin-top: 40px;
}
.myproject_in 
{
	padding-top: 50px;
}

.myproject_header_in.active
{
	background: black;
	color: white;
}

.myproject_in 
{
	display: none;
}
.myproject_in_photos
{
	display: block;
}
.myproject_in_photos1
{
	display: flex;
	flex-wrap: wrap;

}
.text_pr_alternative
{
	margin-top: 40px;
    font-size: 17px;
    color: white;
}
.select_project
{
	border:none;
	outline: none;
	cursor: pointer;
}
.myproject_in_sxedia
{
	border:none;
}
.modal_preview
{
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
	z-index: 99999999999;
	left: 0;
	padding-top: 160px;
	top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}
.modal-content_preview
{
    margin: auto;
    display: block;
    width: 100%;
    max-width: 700px;
    max-height: 700px;
    animation-name: zoom;
    object-fit: contain;
    animation-duration: 0.6s;
}
.preview_item_img {
    cursor: pointer;
	border: 1px solid #00000029;
	object-fit: cover;
}
.close_preview
{
    position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.close_preview:hover,
.close_preview:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}
.sxedio
{
	/* height: 50vh;
    padding-top: 120px;
    padding-bottom: 70px; */
    border-bottom: 1px dotted #00000029;
	text-align: left;
	padding-bottom: 30px;
	padding-top: 10px;

}
.sxedio_open
{
	cursor: pointer;
    float: left;
    padding-left: 50px;
    font-size: 16px;
    text-decoration: underline;
    padding-right: 15px;

}
.sxedio_download
{
    cursor: pointer;
    float: left;
    padding-left: 15px;
    font-size: 16px;
    text-decoration: underline;
    border-left: 1px solid black;

}
.download_all_sxedia
{
	cursor: pointer;
    top: -20px;
    position: relative;
}
.download_all_docs
{
	cursor: pointer;
    top: -20px;
    position: relative;
}
.sxedio_name
{
    float: left;
    width: 50%;
    font-size: 15px;
    font-weight: bold;
}
.single_project_item_alternative
{
	/* margin-right: 10px; */
}
.myproject_parent
{
	overflow-y: scroll;
    height: 100vh;
}
.comments
{
    float: left;
    /* position: relative; */
    width: 100%;
    margin-top: 50px;
    padding-top: 56px;
    padding-bottom: 56px;
    border-top: 1px dotted #0000001a;
}
@keyframes animation {
  10% {
    opacity: 0.9;
  }
  30% {
    opacity: 0.86;
  }
  60% {
    opacity: 0.8;
  }
  80% {
    opacity: 0.75;
  }
}
