/* CSS Document */

/**/
/* page header top */
/**/
header {
	position: relative;
	z-index: 1000;
	background-color: #272b31;
	background-image: url();
	background-size: cover;
	background-position: 0% 50%;
	background-repeat: no-repeat;
}
header.only-color {
	background-image: none;
}
.shop header {
	background-image: url()
}
.contact-page header {
	background-image: url();
	background-position: 0% 64%;
}
header:before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #23272d;
	opacity: 0.7;
	z-index: -1;
}
.main-page header {
	background: none;
}
.page-header-top address {
	float: left;
	display: inline-block;
	font-size: 0.92em;
	color: #ffffff;
}
.page-header-top address a {
	line-height: 40px;
	white-space: nowrap;
}
.header-top-panel {
	float: right;
	position: relative;
}
.header-top-panel:after{
	content: "";
	display: table;
	clear: both;
}
.header-top-panel .search-open{
	background-color: #f27c66;
}
.header-top-panel .login-icon {
	background: #4bbcd7;
}
.header-top-panel .home-icon {
	background: #18bb7c;
}

.header-top-panel .facebook-icon {
	background:#4667aa;
}

.header-top-panel .lang-icon {
	background: #4bbcd7;
}
.header-top-panel a.lang-icon.plang  {
	font-size:85%;
    color: #ffffff;
    width: 75px;

    text-align: center;
}

.header-top-panel a.lang-icon{
	font-size:90%;
    color: #ffffff;
    width: 40px;
    text-align: center;
}
.header-top-panel a.lang-icon.elang {
	font-size:85%;
    color: #ffffff;
    width: 60px;

    text-align: center;
}

.header-top-panel a.lang-icon:hover{
    color:#FF0;
}

.page-header-top address .phone-number i,
.page-header-top address .email i{
	margin-left: 10px;
	margin-right: 10px;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background-color: #f27c66;
	font-family: FontAwesome;
	color: #262a2f;
	font-size: 1em;
	line-height: 18px;
	text-align: center;
}
.page-header-top address .phone-number i {
	margin-left: 0;
}
.header-top-panel form input {
	position: relative;
	z-index: 1;
	float: right;
	box-sizing: border-box;
	width: 0;
	height: 100%;
	background-color: #d36c59;
	color: #ffffff;
	padding: 0px;
	border: 0;
	font-size: 14px;
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;	
}
.header-top-panel form.open input{
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}
.header-top-panel form input[placeholder] {
	color: #ffffff;
}
.header-top-panel form input::-webkit-input-placeholder {color: #ffffff;}
.header-top-panel form input::-moz-placeholder     {color: #ffffff;} 
.header-top-panel form input:-moz-placeholder      {color: #ffffff;} 
.header-top-panel form input:-ms-input-placeholder {color: #ffffff;}
.header-top-panel>* {
	float: right;
	height: 40px;
	line-height: 40px;
	font-size: 19px;
	color: #ffffff;
}
.header-top-panel a {
	color: #ffffff;
	width: 40px;
	text-align: center;
}
.header-top-panel a.fa-shopping-cart {
	background-color: #18bb7c;
}
#top_social_links_wrapper {
	background-color: #f9cb8f;
}
.header-top-panel form {
	width: 230px;
	max-width: calc(100vw - 200px);
    position: absolute;
    z-index: 20;
    left: 0;
    transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
	transition: all 0.3s;
	-ms-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
}
#top_social_links_wrapper {
    display: inline-block;
    width: 40px;
    vertical-align: middle;
    position: relative;
    z-index: 25;
}
.header-top-panel .cws_social_links {
    z-index: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
}
.header-top-panel .share-toggle-button {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    margin-left: -40px;
    z-index: 1;
    cursor: pointer;
}
.header-top-panel .cws_social_links>* {
	opacity: 0;
}
.header-top-panel.active_social .cws_social_links>* {
	opacity: 1;
}
.header-top-panel .cws_social_links>*, .header-top-panel  .share-toggle-button {
    display: inline-block;
    font-size: 19px;
    line-height: 19px;
    width: 19px;
    height: 19px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    border-radius: 50%;
    padding: 7px;
    margin-top: -16px !important;
    margin-left: -16px !important;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}
.header-top-panel.active_social .search-open {
	opacity: 0;
}