@font-face {
  font-family: FontAwesome;
  src: url("../fonts/fontawesome-webfont.woff");
}

@font-face {
  font-family: NeoSansStd;
  src: url("../fonts/NeoSansStd-Medium.otf");
  font-weight: 500;
}

/* ====================================================
main header
==================================================== */
#main-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}

#main-header .top-header {
  background-color: #000;
}

#main-header .top-header .top-menu {
  display: table;
  height: 35px;
  float: right;
  margin-right: 5px;
}

#main-header .top-header .top-menu li {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}

#main-header .top-header .top-menu li > a {
  display: inline-block;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
  padding: 0 20px;
  border-right: 1px solid #ffc505;
}

#main-header .top-header .top-menu li > a .icon.icon-globe {
  display: inline-block;
  content: '';
  background: url("../img/globe_white.png") no-repeat;
  width: 20px;
  height: 20px;
  background-size: 100%;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #main-header .top-header .top-menu li > a .icon.icon-globe {
    top: 17px;
  }
}

#main-header .top-header .top-menu li:last-child a {
  border-right: 1px solid transparent;
}

#main-header .top-header .top-menu li.has-icon a {
  padding-right: 55px;
}

#main-header .top-header #main-search {
  float: right;
}

#main-header .top-header #main-search .form-group {
  position: relative;
}

#main-header .top-header #main-search .form-group button {
    cursor: pointer;
}

#main-header .top-header #main-search .form-group button:after {
    display: block;
    content: '\f002';
    font-family: FontAwesome, sans-serif;
    font-size: 14px;
    font-size: 1.4rem;
    position: absolute;
    right: 2px;
    top: 50%;
    padding: 10px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

#main-header .top-header #main-search .form-group input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: #fff;
  border: none;
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  height: 35px;
  width: 120px;
  padding-left: 15px;
  padding-right: 35px;
  color: #000;
}

#main-header .bottom-header {
  background-color: #ffc505;
}

#main-header .bottom-header .logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#main-header .bottom-header .bottom-menu .top-level {
  display: table;
  float: right;
  height: 77px;
  padding-right: 15px;
}

#main-header .bottom-header .bottom-menu .top-level .menu-items {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
    padding: 25px;
}

#main-header .bottom-header .bottom-menu .top-level .menu-items > a {
  color: black;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 25px 0 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#main-header .bottom-header .bottom-menu .top-level .menu-items > a.active {
    color: white;
}

#main-header .bottom-header .bottom-menu .top-level .menu-items:hover a:after {
  display: block;
  opacity: 0;
  visibility: hidden;
  content: '';
  width: 100%;
  height: 20px;
  background-color: white;
  border-top: 5px solid black;
  position: absolute;
  bottom: -31px;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#main-header .bottom-header .bottom-menu .top-level .menu-items:first-child a {
  margin-left: 0;
}

#main-header .bottom-header .bottom-menu .top-level .menu-items:hover a {
  text-decoration: none;
  color: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#main-header .bottom-header .bottom-menu .top-level .menu-items.has-mega-menu:hover > a {
  color: white;
  position: relative;
  text-decoration: none;
}

#main-header .bottom-header .bottom-menu .top-level .menu-items.has-mega-menu:hover > a:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#main-header .bottom-header .bottom-menu .top-level .menu-items.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#main-header .mega-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: fixed;
  width: 100%;
  left: 0;
  top: 112px;
  z-index: 10;
  box-shadow: -2px 2px 10px -2px #aaa;
}

#main-header .mega-menu .mega-menu-content {
  padding: 40px 0;
  background-color: #fff;
}

#main-header .mega-menu .mega-menu-content.menu-review {
  padding: 20px 0;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL, #main-header .mega-menu .mega-menu-content.menu-review .boxR {
  padding: 20px 0;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL {
  float: left;
  padding-left: 50px;
  width: calc(100% - 312px);
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul {
  display: block;
  float: left;
  width: 30%;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul li {
  margin-bottom: 20px;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul li:last-child {
  margin-bottom: 0;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul li a {
  color: #000 !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul li a:hover {
  text-decoration: underline !important;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul li.indent {
  position: relative;
  left: 30px;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL .btn-row {
  text-align: right;
  padding-top: 10px;
  padding-right: 175px;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL .btn-row a {
  color: #23b2d9 !important;
  font-size: 16px;
  font-size: 1.6rem;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxL .btn-row a:hover {
  text-decoration: underline !important;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxR {
  display: block;
  float: right;
  width: 312px;
  padding-left: 60px;
  border-left: 1px solid #d1d2d4;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxR .btn {
  width: 100%;
  margin-bottom: 10px;
  height: 60px;
  line-height: 76px;
  padding: 0;
}

#main-header .mega-menu .mega-menu-content.menu-review .boxR .btn:last-child {
  margin-bottom: 0;
}

#main-header .mega-menu .mega-menu-content.menu-profiles, #main-header .mega-menu .mega-menu-content.menu-quotation {
  text-align: right;
}

#main-header .mega-menu .mega-menu-content.menu-profiles .btn-row, #main-header .mega-menu .mega-menu-content.menu-quotation .btn-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

#main-header .mega-menu .mega-menu-content.menu-profiles .btn-row .btn, #main-header .mega-menu .mega-menu-content.menu-quotation .btn-row .btn {
  width: 250px;
  padding: 28px;
  margin-left: 0 !important;
  margin-right: 30px;
  line-height: 1.4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#main-header .mega-menu .mega-menu-content.menu-profiles .btn-row .btn:last-child, #main-header .mega-menu .mega-menu-content.menu-quotation .btn-row .btn:last-child {
  margin-right: 0;
}

/* ====================================================
scroll header
==================================================== */

#scroll-header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: #ffc505;
  display: none;
  box-shadow: 0px 2px 4px -1px #aaa;
}

#scroll-header .logo {
  display: block;
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#scroll-header .bottom-menu .top-level {
  display: table;
  float: right;
  height: 50px;
  padding-right: 15px;
}

#scroll-header .bottom-menu .top-level .menu-items {
  display: table-cell;
  vertical-align: middle;
  cursor: pointer;
}

#scroll-header .bottom-menu .top-level .menu-items > a {
  margin-left: 50px;
  color: black;
  font-size: 16px;
  font-size: 1.4rem;
  font-weight: bold;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#scroll-header .bottom-menu .top-level .menu-items > a.active {
    color: white;
}

#scroll-header .bottom-menu .top-level .menu-items:hover a:after {
  display: block;
  opacity: 0;
  visibility: hidden;
  content: '';
  width: 100%;
  height: 20px;
  background-color: white;
  border-top: 5px solid black;
  position: absolute;
  bottom: -26px;
  left: 0;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#scroll-header .bottom-menu .top-level .menu-items:first-child a {
  margin-left: 0;
}

#scroll-header .bottom-menu .top-level .menu-items:hover a {
  text-decoration: none;
  color: white;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#scroll-header .bottom-menu .top-level .menu-items.has-mega-menu:hover > a {
  color: white;
  position: relative;
  text-decoration: none;
}

#scroll-header .bottom-menu .top-level .menu-items.has-mega-menu:hover > a:after {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#scroll-header .bottom-menu .top-level .menu-items.has-mega-menu:hover .mega-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

#scroll-header .mega-menu {
  display: block;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  position: fixed;
  width: 100%;
  left: 0;
  top: 50px;
  z-index: 10;
  box-shadow: -2px 2px 10px -2px #aaa;
}

#scroll-header .mega-menu .mega-menu-content {
  padding: 40px 0;
  background-color: #fff;
}

#scroll-header .mega-menu .mega-menu-content.menu-review {
  padding: 20px 0;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL, #scroll-header .mega-menu .mega-menu-content.menu-review .boxR {
  padding: 20px 0;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL {
  float: left;
  padding-left: 50px;
  width: calc(100% - 312px);
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul {
  display: block;
  float: left;
  width: 30%;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul li {
  margin-bottom: 20px;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul li:last-child {
  margin-bottom: 0;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul li a {
  color: #000 !important;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul li a:hover {
  text-decoration: underline !important;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL .menu-group ul li.indent {
  position: relative;
  left: 30px;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL .btn-row {
  text-align: right;
  padding-top: 10px;
  padding-right: 175px;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL .btn-row a {
  color: #23b2d9 !important;
  font-size: 16px;
  font-size: 1.6rem;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxL .btn-row a:hover {
  text-decoration: underline !important;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxR {
  display: block;
  float: right;
  width: 312px;
  padding-left: 60px;
  border-left: 1px solid #d1d2d4;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxR .btn {
  width: 100%;
  margin-bottom: 10px;
  height: 76px;
  line-height: 76px;
  padding: 0;
}

#scroll-header .mega-menu .mega-menu-content.menu-review .boxR .btn:last-child {
  margin-bottom: 0;
}

#scroll-header .mega-menu .mega-menu-content.menu-profiles, #scroll-header .mega-menu .mega-menu-content.menu-quotation {
  text-align: right;
}

#scroll-header .mega-menu .mega-menu-content.menu-profiles .btn-row, #scroll-header .mega-menu .mega-menu-content.menu-quotation .btn-row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  -moz-justify-content: flex-end;
  -ms-justify-content: flex-end;
  justify-content: flex-end;
  -ms-flex-pack: flex-end;
}

#scroll-header .mega-menu .mega-menu-content.menu-profiles .btn-row .btn, #scroll-header .mega-menu .mega-menu-content.menu-quotation .btn-row .btn {
  width: 250px;
  padding: 28px;
  margin-left: 0 !important;
  margin-right: 30px;
  line-height: 1.4;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -ms-flex-pack: center;
}

#scroll-header .mega-menu .mega-menu-content.menu-profiles .btn-row .btn:last-child, #scroll-header .mega-menu .mega-menu-content.menu-quotation .btn-row .btn:last-child {
  margin-right: 0;
}

#scroll-header .logo img {
    width: 120px;
    height: auto;
}

.logout {
    display: none;
    position: absolute;
    top: 35px;
    width: inherit;
    background: #000000;
    box-shadow: 0px 0px 3px #000;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.logout a {
    padding: 15px 38px !important;
    display: block !important;
}
.top-menu li:hover > ul {
    display: block;
}

.contact-bar {
    margin-top: 30px;
    margin-left: 5px;
}
.social ul {
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
    position: absolute;
    right: 15px;
    z-index: 1;
}
.social ul.top {
    text-align: center;
    margin: 20px 0 0 20px;
    position: relative;
    overflow: auto;
}
.contact-bar span {
    font-family: NeoSansStd !important;
    font-size: 16px;
    font-size: 1.6rem;
}

.social li {
    list-style: none;
    float: left;
	margin-left: 15px;
}

.icon ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.icon ul li {
  color: #595654;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.icon ul li:after {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0 3px;
}

.icon ul li:last-child:after {
  display: none;
}

.btn_icon {
  color: white !important;
  font-size: 12px;
  font-size: 1.1rem;
  text-align: center;
  background-color: #23b2d9;
  padding: 10px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  float:left;
  margin:5px;	
  width: 125px;
}

.btn_icon:hover {
  text-decoration: none;
  background-color: rgba(33, 182, 215, 0.7);
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}

a.close{
	background-image: url(../img/close.png);
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    background-repeat: no-repeat;
    display: inline-block;
    height: 18px;
    margin: 5px;
    opacity: 0.7;
    width: 18px;
	margin-left: auto;
    float: right;
}

a.close:hover {
	background-image: url(../img/close_hover.png)
}

.social ul li a.facebook, .social ul li a.Mail{
	background-repeat: no-repeat;
	width: 30px;
	height: 30px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
}
.social ul li a.facebook{
    background-image: url(../img/facebook_a.png);
}
.social ul li a.Mail{
    background-image: url(../img/mail_a.png);
}

#facebook-panel {
	width:190px;
	background: #f6f6f6;
	box-shadow: 0px 0px 5px 0px #cfcfcf;
	padding: 10px;
}

#Mail-panel {
	width:190px;
	background: #f6f6f6;
	box-shadow: 0px 0px 5px 0px #cfcfcf;
	padding: 10px;
}

.social ul li a.facebook:hover{
    background-image: url(../img/facebook_hover.png);
	background-repeat: no-repeat;
		transition: 0.5s;
}
.social ul li a.Mail:hover{
    background-image: url(../img/mail_hover.png);
	background-repeat: no-repeat;
		transition: 0.5s;
}

.social-panel {
    display: none;
    position: absolute;
    top: 46px;
	left:-155px;
    z-index: 2;
}
	
.social-panel::before{
  -webkit-box-shadow: -2px 2px 2px 0px #dfdfdf;
    box-shadow: -2px 2px 2px 0px #dfdfdf;
    right: 13px;
    background-color: #f6f6f6;
    content: "\00a0";
    display: block;
    height: 12px;
    position: absolute;
    top: -5px;
    transform: rotate(117deg) skew(-37deg);
    -moz-transform: rotate(117deg) skew(-37deg);
    -ms-transform: rotate(117deg) skew(-37deg);
    -o-transform: rotate(117deg) skew(-37deg);
    -webkit-transform: rotate(117deg) skew(-37deg);
    width: 15px;
}

/* ====================================================
footer
==================================================== */
#main-footer {
	width: 100%;
  background-color: #000000;
  padding: 35px 0;
}

#main-footer .boxL {
  float: left;
}

#main-footer .boxL .img {
  float: left;
}

#main-footer .boxL .links {
  display: table;
  float: left;
  height: 47px;
  padding-left: 35px;
}

#main-footer .boxL .links li {
  display: table-cell;
  vertical-align: middle;
}

#main-footer .boxL .links li:last-child a {
  margin-right: 0;
}

#main-footer .boxL .links li a {
  display: inline-block;
  color: white;
  font-size: 12px;
  font-size: 1.2rem;
  margin-right: 35px;
}

#main-footer .boxR {
  float: right;
  padding-top: 10px;
  padding-right: 20px;
}

#main-footer #back-to-top {
  position: absolute;
  right: 15px;
  top: -60px;
}