


.head {
	height: 80px;
	margin-top: 20px;
	position: relative;
}

.logo{float: left; margin-top: -10px;}
.logo img{height: 80px;}
.top_bar {position: absolute; right: 3px; bottom: 35px;}

.top_menu {float: left; color: #000; font-size: 12px; font-weight: bold; border-right: 1px solid #e5e5e5;}
.top_menu ul {padding: 0; margin: 0;}
.top_menu ul li{display: inline-block; margin-right: 15px;}
.top_menu ul li img{margin-right: 5px;}


.social {float: left; border-right: 1px solid #e5e5e5;}
.social ul {padding: 3px 0; margin: 0 10px;}
.social ul li{display: inline-block; margin-right: 5px;}
.social ul li img{height: 15px;}

.Language {float: left; border-right: 1px solid #e5e5e5;}
.Language ul {padding: 3px 0; margin: 0 10px;}
.Language ul li{display: inline-block; margin-right: 5px;}
.Language ul li img{height: 15px;}

.search {float: left; outline: 0;}
.search ul {padding: 3px 0; margin: 0 10px;}
.search ul li{display: inline-block; margin-right: 5px;}
.search ul li img{height: 15px;}

.menu {
	background-color: #ddd;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
}

.menu ul{padding: 0; margin: 0; white-space: nowrap; text-align: center; width: 100%;}
.menu ul li{display: inline-block; font-size: 14px; color: #B7193A; padding: 13px 4px; line-height: 1;}
.menu ul li:nth-child(9) {font-size: 20px;}

.menu ul li a:hover{opacity: 0.5; text-shadow: 0px 0px 3px rgba(0,0,0,0);}

#menu_mobile .social_mb a{float:left; margin: 20px 10px 8px; padding: 0;}
#menu_mobile .social_mb a:hover{background-color: transparent; }
#menu_mobile .social_mb a img{height: 20px;}

.social_mb {display: none !important; }

@media(max-width: 1199px){
	.top_bar {bottom: 10px;}
	.head {height:50px; margin-bottom: 15px;}
	.logo img{height: 65px;}
}
@media(max-width: 991px){
	.head {height:50px; margin-bottom: 10px;}
	.logo img{height: 60px;}
}
@media(max-width: 767px){
  .top_bar {bottom: 5px;}
	.head {height:40px; margin-top:10px; margin-bottom: 0;}
	.logo img{height: 60px;}
	.social{display: none;}
	.Language {display: none;}
	.social_mb {display: block !important;}
}




.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.fade.in {
  opacity: 1;
}

.modal-open {
  overflow: hidden;
}
.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99999;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
  background: #282828;
  height: 195px;
}




.modal-dialog {
  position: relative;
  width: auto;
}
.modal-content {
  position: relative;
  background-color: transparent;
  border-bottom: 1px solid #999;
  border-radius: 0;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}
.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.close {
	margin-top: -2px;
  position: absolute;
  right: 0;
  height: 60px;
  width: 60px;
  top: 0;
  border: 0;
  border-radius: 0;
  font-size: 60px;
  background: transparent;
  line-height: 0;
  outline: 0;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer .btn + .btn {
  margin-left: 5px;
  margin-bottom: 0;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

  .modal-dialog {
    width: 600px;
  }








.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}



.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}


.modal input {
	width: 100%;
	color: #fff;
	background: transparent;
	border: 0;
	border-radius: 0;
	padding-right: 75px;
	font-size: 50px;
	outline: 0;
}


.search a {outline: transparent;}



@media(max-width: 1199px){.modal-open .modal{height: 85px;}}

@media(max-width: 767px){
.modal-open .modal{height: 100%;}
.modal-dialog { width: 240px;}
.modal input {font-size: 24px;}
.close {width: 35px; font-size: 24px}
.modal input {height: 40px; padding-right: 35px;}
}





