/* Header */
header {
  height: 240px;
  box-shadow: 0px 22px 60px -60px #000;
}

header .logo-box h1.site-name {
  color: #18509d;
}
header .logo-box .return-box a {
  color: #ccc;
}

header .brand-box .mail-item {
  color: #777;
}
header .brand-box .mail-item a .fa {
  color: #18509d;
}
header .brand-box .mail-item a span {
  color: #999;
}



#navigation-menu > ul > li:hover {
  background: transparent;
}



/*#navigation-menu {*/
  /*position: absolute;*/
  /*bottom: 0;*/
  /*width: 100%;*/
  /*margin-left: -30px;*/
  /*text-align: center;*/
  /*margin-bottom: -8px;*/
/*}*/
/*#navigation-menu > ul {*/
  /*float: none;*/
  /*display: inline-block;*/
/*}*/
/*#navigation-menu > ul > li {*/
  /*margin-bottom: 0;*/
  /*text-align: left;*/
/*}*/
/*#navigation-menu > ul > li > ul > li a {*/
  /*line-height: 50px;*/
/*}*/
/*header .navbar-toggle {*/
  /*margin-top: 12px !important;*/
/*}*/

/*#navigation-menu > ul > li + li {*/
  /*margin-left: 0px;*/
/*}*/
/*#navigation-menu > ul > li:hover {*/
  /*background-color: #fff;*/
/*}*/
/*#navigation-menu > ul > li:hover a {*/
  /*color: #16558c;*/
/*}*/
/*#navigation-menu > ul > li a {*/
  /*background: transparent;*/
  /*border-bottom: 0;*/
/*}*/
/*#navigation-menu > ul > li a:hover {*/
  /*background: transparent;*/
  /*border-bottom: 0;*/
/*}*/
/*#navigation-menu > ul > li > ul > li a {*/
  /*border-bottom: 2px solid #cecece;*/
/*}*/
/*#navigation-menu > ul > li > ul > li a:hover {*/
  /*background-color: #fff;*/
  /*border-bottom: 2px solid #1b518c;*/
/*}*/
/*#navigation-menu li ul li {*/
  /*border-bottom: 0;*/
/*}*/





@media (max-width: 479px) {
  header {height: 90px !important}
  header .site-logo > img {
    display: none;
  }
  header .brand-box {
    position: absolute;
    right: 68px;
    bottom: 10px;
    margin: 0;
  }
  header .brand-box .mail-item {
    font-size: 1.1rem;
  }
  header .brand-box .mail-item,
  header .brand-box .facebook-item {
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
  }
  header .brand-box .mail-item .fa {
    background-color: #18509d;
    border-radius: 16px;
    font-size: .9rem;
    color: #fff !important;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }
  header .navbar-toggle {
    bottom: 10px !important;
  }
  header .brand-box .mail-item span {
    display: none;
  }
  header h1.site-name {
    font-size: 24px !important;
  }
}
@media (min-width: 480px) and (max-width: 649px) {
  header {height: 75px !important}
  header .site-logo > img {
    display: none;
  }
  header .brand-box {
    margin-right: 65px;
  }
  header .brand-box .mail-item {
    font-size: 1.1rem;
  }
  header .brand-box .mail-item,
  header .brand-box .facebook-item {
    margin-top: 0;
    display: inline-block;
    vertical-align: bottom;
  }
  header .brand-box .mail-item .fa {
    background-color: #18509d;
    border-radius: 16px;
    font-size: .9rem;
    color: #fff !important;
    display: inline-block;
    width: 32px;
    height: 32px;
    text-align: center;
    line-height: 32px;
  }
  header .navbar-toggle {
    bottom: auto !important;
    top: 10px;
  }
  header .brand-box .mail-item span {
    display: none;
  }
  header h1.site-name {
    font-size: 24px !important;
  }
}
@media (min-width: 650px) and (max-width: 767px) {
  header {height: 148px !important}
  header .container .navbar-header {
    height: 100% !important;
  }
  header .site-logo > img {
    height: 114px;
    margin-top: -57px;
    margin-left: -57px;
  }
  header .brand-box .mail-item {
    font-size: .8rem;
  }
  header h1.site-name {
    font-size: 24px !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  header {
    height: 214px
  }
  header .container .navbar-header {
    height: 168px;
  }
  header .site-logo > img {
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
  }
  header .brand-box .mail-item {
    font-size: 1rem;
  }
  header h1.site-name {
    font-size: 26px !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {

}
@media (min-width: 1200px) {

}

@media screen and (min-width: 992px){
  header .container .navbar-header {
    height: 192px;
  }
}



@media screen and (max-width: 919px){
  header {height: 166px}
  header .navbar-toggle {
    position: absolute;
    right: 0px;
    bottom: 14px;
  }

  #navigation-menu > ul > li:hover {
    background-color: transparent;
  }
  /*#navigation-menu > ul > li a,*/
  /*#navigation-menu > ul > li > ul > li a {*/
  	/*color: #16558c;*/
    /*text-shadow: none;*/
  /*}*/
  #navigation-menu > ul > li a[href="#"],
  #navigation-menu > ul > li > ul > li a[href="#"] {
  	color: #333;
  }
}


/*@media screen and (max-width: 991px) {*/
  /*header .container .navbar-header {*/
    /*height: 168px;*/
  /*}*/

  /*header .site-logo > img {*/
    /*height: 138px;*/
    /*margin-top: -69px;*/
    /*margin-left: -69px;*/
  /*}*/
/*}*/




.form-submit input {
  width: auto;
  padding: .6em 1em;
}
