@import url(//fonts.googleapis.com/css?family=Open+Sans:700,600,800,400);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
/* ---- bootstrap null ---- */
.thumbnail {
  border: none;
  padding: 0;
  border-right: 0;
  background-color: transparent;
  border-radius: 0;
}
.thumbnail .caption {
  padding: 10px 0;
}
figure img {
  width: 100%;
}
/*------ template stylization ------*/
body {
  font: 400 14px/30px 'Open Sans', sans-serif;
  background: #ffffff;
  color: #393939;
}
a {
  text-decoration: none;
  cursor: pointer;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a:hover {
  text-decoration: none;
  color: #e86c6a;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
h2 a,
h3 a,
h4 a,
h5 a {
  color: inherit;
}
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #e86c6a;
}
h5 a:hover {
  color: #e86c6a;
}
* {
  -webkit-text-size-adjust: none;
}
::-moz-selection {
  color: #ffffff;
  background: #666666;
}
::selection {
  color: #ffffff;
  background: #666666;
}
h2,
h3,
h4 {
  font-family: 'Open Sans', sans-serif;
  font-weight: 900;
  color: #ff7f02;
}
h2 {
  font-size: 30px;
  line-height: 35px;
  text-transform: uppercase;
  text-align: left;
  margin: 0;
  position: relative;
}
h2 span {
  color: inherit;
  background: #ffffff;
  padding-right: 10px;
  position: relative;
}
h2:before {
  content: "";
  height: 8px;
  background: #ff7f02;
  width: 100%;
  position: absolute;
  bottom: 4px;
  left: 0;
}
h2.ta-center {
  text-align: center;
}
h2.ta-center span {
  padding: 0 20px;
}
h2.ta-center:before {
  bottom: 38%;
}
.h2__mod {
  line-height: 40px;
}
h3 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 600;
  color: #393939;
}
h4 {
  font-size: 16px;
  color: #e86c6a;
}
h5 {
  font-size: 20px;
  font-weight: 900 !important;
  margin-top: 0;
}
p {
  font: 400 14px/30px 'Open Sans', sans-serif;
  color: #393939;
  margin: 0 auto;
}
#content header {
  margin-bottom: 30px;
}
.full-width-container {
  width: 100%;
}
[class*="block-"] {
  padding: 40px 0 40px;
  overflow: hidden;
  background: #ffffff;
  margin-top: -1px;
  width: 100%;
}
.my-btn {
  background-color: #ff7f02;
  color: #ffffff;
  font: 600 14px/29px 'Open Sans', sans-serif;
  text-align: center;
  border: none;
  display: inline-block;
  margin: 10px auto 0;
  padding: 0 15px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.my-btn:hover {
  background-color: #ff7f02;
}
.extra-wrap {
  overflow: hidden;
}
.bd-ra {
  border-radius: 50%;
}
#map-canvas {
  height: 417px;
  margin-bottom: 28px;
}
time a {
  color: #e86c6a;
}
time a:hover {
  color: #393939;
}
.bullet-list {
  list-style: none;
  padding-left: 0;
}
.bullet-list li {
  position: relative;
  padding-left: 19px;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 4px;
}
.bullet-list li a {
  color: #9eb2c0;
}
.bullet-list li a:hover {
  color: #e86c6a;
}
.bullet-list li:before {
  content: "\f058";
  position: absolute;
  top: 2px;
  left: 0;
  width: 12px;
  height: 12px;
  display: block;
  font-size: 12px;
  font-family: "FontAwesome";
  color: #e86c6a;
}
#toTop {
  display: inline;
  position: fixed;
  bottom: 150px;
  right: 50px;
  background: transparent;
  font-size: 50px;
  color: #e86c6a;
}
#toTop:hover {
  color: #393939;
}
@media only screen and (max-width: 480px) {
  #toTop {
    display: none !important;
  }
  h2 {
    margin: 40px 0;
  }
  h2:before {
    display: none;
  }
  .col-xs-6 {
    float: none;
    width: 100%;
  }
}
/*------ header ------- */
#header {
  z-index: 9;
  background: #ff7f02;
  height: 66px;
}
#header h1 {
  text-align: left;
  padding: 0 0 0 120px;
  margin: 0;
  height: 37px;
  float: left;
  position: relative;
}
#header h1 a {
  display: block;
  font: 700 24px/36px 'Open Sans', sans-serif;
  color: #393939;
}
#header h1 a span {
	display: block;
	width: 117px;
	height: 66px;
	background: #000000;
	font: 700 40px/66px 'Open Sans', sans-serif;
	text-align: center;
	font-style: italic;
	text-transform: uppercase;
	color: #ffffff;
	position: absolute;
	left: 0;
	top: -5px;
}
#header h1 a i {
  font-style: normal;
}
#header nav {
  float: right;
}
.block-1 {
  padding: 0;
  overflow: visible;
  background: #ffffff;
  height: 42px;
  border-top: 5px solid #dadcd9;
}
.index #header {
  height: auto;
}
.index #header a span {
  font-size: 48px;
}
@media only screen and (max-width: 991px) {
  #header h1 a {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  #header h1 a i {
    display: none;
  }
}
/*--- header end ------*/
/*------ content ------- */
.index .block-2 {
  padding: 170px 0 90px;
  background: url(../img/index_img_header-bg3.jpg) 50% 50% no-repeat;
}
.index .block-2 .title {
  font: 600 100px/30px 'Open Sans', sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.29);
}
.index .block-2 .text-1 {
  font-size: 48px;
  line-height: 48px;
  color: #ffffff;
  text-transform: uppercase;
  margin-top: 46px;
}
.index .block-2 .text-2 {
  font: 600 30px/60px 'Open Sans', sans-serif;
  color: #ffffff;
  text-transform: uppercase;
}
.index .block-2 .text-2 a {
  color: #ffffff;
}
.index .block-2 .text-2 a:hover {
  color: #393939;
}
.index .block-3 {
  padding: 54px 0 10px;
}
.index .block-3 header {
  margin-bottom: 63px !important;
}
.index .block-3 h3 {
  margin-top: 11px;
  margin-bottom: 7px;
}
.index .block-3 .badge {
  width: 126px;
  height: 126px;
  line-height: 105px;
  background-color: #59626e;
  border: solid 3px #43464b;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
}
.index .block-3 .badge:after {
  content: "";
  height: 3px;
  width: 140px;
  background: url(../img/dashed-line.png) 0 0;
  position: absolute;
  left: 115%;
  top: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.index .block-3 .badge.last {
  line-height: 110px;
}
.index .block-3 .badge.last:after {
  display: none;
}
.index .block-3 .thumbnail {
  text-align: center;
}
.index .block-3 .thumbnail:hover .badge {
  border-color: #ff7f02;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index .block-3 .my-btn {
  margin-top: 20px;
}
.index .block-4 {
  background: url(../img/index_img_block-4-bg.jpg) right 50% no-repeat;
  background-color: #fff;
  background-attachment: fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  padding: 37px 0 49px;
}
.index .block-4 p {
  font-size: 48px;
  line-height: 48px;
  color: #393939;
  float: left;
  font-weight: 700;
  text-transform: uppercase;
}
.index .block-4 p span {
  color: #e86c6a;
}
.index .block-4 .my-btn {
  float: right;
  font-size: 24px;
  line-height: 49px;
  background: #e86c6a;
  padding: 0 20px;
  text-transform: uppercase;
  margin-top: 20px;
}
.index .block-4 .my-btn:hover {
  background: #9bcc86;
}
.index .block-5 {
  padding: 43px 0 20px;
}
.index .block-5 header {
  margin-bottom: 26px;
}
.index .block-5 h4 {
  font-weight: 600;
  margin-bottom: 6px;
}
.index .block-5 .list {
  margin-bottom: 25px;
}
.index .block-5 .thumb-1-block {
  margin-top: -3px;
}
.index .block-5 .thumb-1-block h3 {
  margin-top: 0;
  margin-bottom: 3px;
}
.index .block-5 .thumb-1-block .link {
  margin-bottom: 12px;
}
.index .block-5 .thumb-1-block p {
  margin-bottom: 11px;
}
.index .block-5 .element-1 {
  margin-top: -16px;
}
.index .block-5 .thumb-2-block {
  padding: 16px 0 18px;
  border-bottom: 1px solid #f4f4f4;
}
.index .block-5 .thumb-2-block.last {
  border-bottom: none;
}
.index .block-5 .thumb-2-block figure {
  float: left;
  margin-right: 30px;
  margin-top: 3px;
}
.index .block-5 .thumb-2-block .caption {
  overflow: hidden;
  padding: 0;
}
.index .block-5 .thumb-2-block .thumbnail {
  margin-bottom: 0;
}
.index .block-5 .thumb-2-block h3 {
  margin: -8px 0 -3px;
}
.index .block-5 .thumb-2-block .mail {
  color: #e86c6a;
  display: inline-block;
  margin-bottom: 5px;
}
.index .block-5 .thumb-2-block .mail:before {
  content: "\f044";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #a8a6a6;
  display: inline-block;
  margin-right: 10px;
}
.index .block-5 .thumb-2-block .mail:hover {
  color: #a8a6a6;
}
.index .block-5 .thumb-2-block .tel {
  color: #393939;
  display: inline-block;
}
.index .block-5 .thumb-2-block .tel:before {
  content: "\f095";
  font-family: "FontAwesome";
  font-size: 14px;
  color: #a8a6a6;
  display: inline-block;
  margin-right: 10px;
}
.index .block-5 .thumb-2-block .tel:hover {
  color: #e86c6a;
}
.index .block-6 {
  padding: 44px 0 67px;
}
.index .block-6 header {
  margin-bottom: 37px;
}
.index .block-6 .owl-carousel .item {
  margin: 0 15px;
}
.index .block-6 .owl-carousel .owl-prev,
.index .block-6 .owl-carousel .owl-next {
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1199px) {
  .index .block-3 .badge:after {
    width: 85px;
  }
}
@media only screen and (max-width: 991px) {
  .index .block-3 .badge:after {
    width: 35px;
  }
  .index .block-5 .thumb-2-block figure {
    margin-right: 15px;
  }
}
@media only screen and (min-width: 767px) and (max-width: 991px) {
  .index .block-5 .thumb-2-block .mail:before,
  .index .block-5 .thumb-2-block .tel:before {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .index .block-2 .title {
    font-size: 60px;
    line-height: 60px;
  }
  .index .block-3 .badge:after {
    display: none;
  }
  .index .block-5 .thumb-2-block {
    border-bottom: none;
  }
}
@media only screen and (max-width: 480px) {
  .index .col-xs-6 {
    float: none;
    width: 100%;
    margin: 10px auto;
  }
  .index .block-2 .title {
    font-size: 40px;
    line-height: 50px;
  }
  .index .block-2 .text-1 {
    font-size: 35px;
  }
  .index .block-3 .thumbnail {
    margin-bottom: 60px;
  }
  .index .block-4 p {
    font-size: 28px;
    line-height: 36px;
  }
}
.index-1 .block-2 {
  padding: 51px 0 20px;
}
.index-1 .block-2 header {
  margin-bottom: 13px !important;
}
.index-1 .block-2 .thumbnail img {
  margin-top: 9px;
}
.index-1 .block-2 .thumbnail .caption h3 {
  margin-top: 0;
}
.index-1 .block-2 .list li {
  margin-bottom: 18px;
}
.index-1 .block-2 .list time {
  float: left;
  font-size: 18px;
  font-weight: 600;
  margin-right: 3px;
}
.index-1 .block-2 .bullet-list {
  margin: 14px 0 16px;
}
.index-1 .block-3 {
  padding: 20px 0 0;
}
.index-1 .block-3 header {
  margin-bottom: 22px;
}
.index-1 .block-3 h3 {
  margin: 1px 0 10px;
}
.index-1 .block-4 header {
  margin-bottom: 0px !important;
}
.index-1 .block-4 h3 {
  line-height: 30px;
}
.index-1 .block-4 .list-1 {
  margin-top: 20px;
}
.index-1 .block-4 .list-1 li {
  margin-bottom: 18px;
}
.index-1 .block-4 .list-1 li:hover .fa {
  color: #393939;
}
.index-1 .block-4 .list-1 h3 {
  margin: 0 0 10px;
}
.index-1 .block-4 .list-1 .fa {
  float: left;
  font-size: 44px;
  color: #e86c6a;
  margin: 11px 12px 0 0;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-1 .block-4 .bullet-list {
  margin: 13px 0 17px;
}
.index-1 .block-4 .quote {
  font-size: 48px;
  color: #e86c6a;
  display: block;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: -8px;
}
.index-1 .block-4 .list-2 {
  margin-top: 36px;
}
.index-1 .block-4 .list-2 li {
  margin-bottom: 37px;
  padding-top: 1px;
}
.index-1 .block-4 .list-2 p {
  font-style: italic;
  letter-spacing: -0.6px;
  font-weight: 600;
}
.index-1 .block-4 .list-2 a {
  font-size: 20px;
  color: #e86c6a;
  display: inline-block;
  margin-top: 15px;
}
.index-1 .block-4 .list-2 a:hover {
  color: #a8a6a6;
}
.index-1 .block-4 .list-2 .element-1 {
  display: block;
  font-style: italic;
  margin-top: -6px;
}
.index-2 .block-2 {
  padding: 54px 0 40px;
}
.index-2 .block-2 header {
  margin-bottom: 18px !important;
}
.index-2 .block-2 .thumb-block {
  margin-bottom: 45px;
}
.index-2 .block-2 .badge {
  width: 72px;
  height: 72px;
  background: #e86c6a;
  color: #ffffff;
  font-size: 22px;
  padding-top: 15px;
  float: left;
  margin-right: 19px;
  font-weight: 400;
}
.index-2 .block-2 .badge span {
  display: block;
}
.index-2 .block-2 .extra-wrap {
  margin-bottom: 12px;
}
.index-2 .block-2 .extra-wrap h3 {
  font-size: 20px;
  margin: 8px 0 9px;
}
.index-2 .block-2 .extra-wrap h3 a {
  text-decoration: none;
}
.index-2 .block-2 .extra-wrap a {
  color: inherit;
  text-decoration: underline;
}
.index-2 .block-2 .extra-wrap a:hover {
  color: #e86c6a;
}
.index-2 .block-2 .posted {
  float: left;
}
.index-2 .block-2 .comment {
  float: right;
}
.index-2 .block-2 .thumbnail h3 {
  font-size: 18px;
  margin: -18px 0 10px 0;
}
.index-2 .block-2 .thumbnail figure {
  float: left;
  margin-right: 30px;
}
.index-2 .block-2 .my-btm {
  margin-top: 32px;
}
@media only screen and (max-width: 605px) {
  .index-2 .block-2 .thumbnail figure {
    float: none;
    margin: 20px auto;
  }
}
@media only screen and (max-width: 480px) {
  .index-2 .col-xs-6 {
    float: none;
    width: 100%;
    margin: 10px auto;
  }
}
.index-3 .block-2 {
  padding: 55px 0 20px;
}
.index-3 .block-2 header {
  margin-bottom: 0 !important;
}
.index-3 .block-2 h3 {
  margin-top: 10px;
}
.index-3 .block-2 .thumbnail {
  margin-bottom: 10px;
}
.index-3 .block-2 figure {
  position: relative;
  margin-bottom: 6px;
}
.index-3 .block-2 figure i {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: url(../img/zoom.png) 50% 50% no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
  -o-transform: scale(0.2, 0.2);
  -webkit-transform: scale(0.2, 0.2);
  -ms-transform: scale(0.2, 0.2);
  transform: scale(0.2, 0.2);
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-3 .block-2 figure:hover img {
  opacity: 0.4;
  filter: alpha(opacity=40);
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.index-3 .block-2 figure:hover i {
  opacity: 1;
  filter: alpha(opacity=100);
  -o-transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
}
.index-3 .block-2 .my-btn {
  margin-top: 20px;
}
.index-3 .block-2 .my-btn:hover {
  color: #ffffff;
}
.index-3 .block-3 header {
  margin-bottom: 15px !important;
}
.index-3 .block-3 li {
  margin-bottom: 28px;
}
.index-3 .block-3 h3 {
  margin: 0;
  line-height: 30px;
}
.index-3 .block-3 .fa {
  float: left;
  font-size: 44px;
  color: #e86c6a;
  margin: 8px 10px 0 0;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 560px) {
  .index-3 .col-xs-6 {
    float: none;
    width: 100%;
    margin: 10px auto;
  }
}
.index-4 .block-2 {
  padding: 47px 0 13px;
}
.index-4 .block-3 h3 {
  margin-top: 0;
}
.index-4 .block-3 .info {
  margin-top: -5px;
}
.index-4 .block-3 .info_block {
  margin-top: 20px;
}
.index-4 .block-3 .info_block a {
  color: #e86c6a;
  text-decoration: underline;
}
.index-4 .block-3 .info_block a:hover {
  text-decoration: none;
}
.index-5 .block-2 a {
  color: #e86c6a;
  text-decoration: underline;
}
.index-5 .block-2 a:hover {
  text-decoration: none;
}
.index-404 header p {
  font-size: 50px;
  line-height: 51px;
  font-weight: 900;
  text-transform: uppercase;
  color: #a8a6a6;
  margin-top: 0;
}
.index-404 figure img {
  width: 90%;
}
.index-404 p {
  font-size: 16px;
  line-height: 26px;
  margin-top: 20px;
}
.index-404 #search-404 {
  margin-top: 40px;
}
.index-404 #search-404 input {
  width: 283px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background: #f1f1f1;
  border: none;
}
.index-404 .my-btn {
  height: 38px;
  line-height: 38px;
}
/*--- content end ------*/
/*------ footer ------- */
#footer {
  padding: 10px 0;
  text-align: center;
  background: #000;
}
#footer .left_part {
  float: left;
}
#footer .left_part > div {
  display: inline-block;
  line-height: 74px;
  overflow: hidden;
  margin-right: 15px;
}
#footer .left_part .logo {
  height: 74px;
  line-height: 74px;
  font-size: 48px;
  font-style: italic;
  font-weight: 900;
  background: #ff7f02;
  color: #ffffff;
  padding: 0 10px;
  text-align: center;
  display: inline-block;
}
#footer .left_part p {
  line-height: 74px;
}
#footer p {
  color: #ffffff;
  font-size: 16px;
}
#footer a {
  color: #ffffff;
}
#footer a:hover {
  color: #e86c6a;
}
#footer .social {
  float: right;
  margin-top: 5px;
}
#footer .social .fa {
  width: 57px;
  height: 57px;
  line-height: 57px;
  background: #4d4d4d;
  color: #ffffff;
  font-size: 24px;
  text-align: center;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#footer .social .fa:hover {
  background: #e86c6a;
}
.index-404 #footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.index-404 #footer p {
  margin: 0;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1220px) {
  .container {
    padding: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #footer {
    text-align: center;
  }
  #footer .left_part,
  #footer .social {
    float: none;
    display: inline-block;
  }
}
/*Core variables and mixins*/
/* menu
========================================================*/
nav.tm_navbar {
  position: relative;
  z-index: 99;
  border: none;
  padding: 0;
  margin: 0;
  float: right;
  min-height: 0;
  background: none;
}
nav.tm_navbar li {
  position: relative;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
  float: left;
}
nav.tm_navbar li:first-child {
  margin: 0;
}
nav.tm_navbar li:last-child {
  padding: 0;
  background: none;
}
nav.tm_navbar li a {
  position: relative;
  padding: 0 18px;
  font: 600 14px/37px 'Open Sans', sans-serif;
  color: #393939;
  background: transparent;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar li.active > a {
  text-decoration: underline;
}
nav.tm_navbar li:hover > a {
  text-decoration: underline;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sfHover > a {
  text-decoration: underline;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
/* subMenu1
========================================================*/
nav.tm_navbar .sub-menu > ul {
  position: absolute;
  display: none;
  min-width: 155px;
  left: 0;
  top: 37px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #dadcd9;
  border-radius: 0;
  padding: 15px 0;
  margin: 0;
  text-align: left;
}
nav.tm_navbar .sub-menu > ul li {
  background: none;
  border: none;
  width: auto;
  float: none;
  margin: 0 !important;
  padding: 0;
  display: block;
}
nav.tm_navbar .sub-menu > ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a {
  padding: 0 15px 10px;
  margin: 0;
  float: none;
  display: block;
  font: 600 14px/18px 'Open Sans', sans-serif;
  color: #393939;
  background: transparent;
  text-transform: none;
  -o-transition: all 0.25s;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
}
nav.tm_navbar .sub-menu > ul li a:before {
  display: none;
}
nav.tm_navbar .sub-menu > ul li:last-child a {
  padding-bottom: 0;
}
nav.tm_navbar .sub-menu > ul li a:hover {
  text-decoration: underline;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
nav.tm_navbar .sub-menu > ul li.sfHover > a {
  text-decoration: underline;
}
/* subMenu2
========================================================*/
nav.tm_navbar .sub-menu ul ul {
  position: absolute;
  display: none;
  min-width: 170px;
  left: 100%;
  top: -15px;
  list-style: none !important;
  zoom: 1;
  z-index: 11;
  background: #dadcd9;
  border-radius: 0;
  padding: 15px 0;
  margin: 0 0 0 2px;
  text-align: center;
}
.select-menu {
  display: none;
}
@media only screen and (min-width: 767px) {
  .select-menu {
    display: none !important;
  }
}
@media only screen and (max-width: 767px) {
  .select-menu {
    display: block !important;
    margin-top: 5px;
    border: 2px solid #e86c6a;
    width: 200px;
    color: #e86c6a;
    border-radius: 2px;
  }
  .sf-menu {
    display: none;
  }
}
@media only screen and (max-width: 400px) {
  .select-menu {
    width: 150px;
  }
}
.isStuck {
  z-index: 999;
  background: transparent;
  height: 67px;
}
.isStuck h1 {
  visibility: visible !important;
  margin: -3px 0 0 !important;
}
.isStuck nav {
  margin-top: -1px !important;
}
.isStuck nav li a:before {
  bottom: -35px !important;
}
.isStuck nav li a:hover {
  background: transparent;
}
.isStuck nav.tm_navbar .sub-menu > ul {
  top: 40px;
}
.isStuck .block-1 {
  border-top-width: 9px;
  border-bottom: 9px solid #dadcd9;
  height: 50px;
}
.index .isStuck .index-block {
  border-top: 9px solid #dadcd9;
  border-bottom: 9px solid #dadcd9;
  height: 50px;
  background: #ffffff;
}
@media only screen and (max-width: 991px) {
  nav.tm_navbar li a {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 860px) {
  nav.tm_navbar .sub-menu ul ul {
    left: -120%;
  }
}
@media only screen and (max-width: 767px) {
  .isStuck {
    display: none;
  }
}
