@charset "UTF-8";
/*================      Fonts    =================*/
@import url(animate.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans:400,700);
@import url(linecons.css);
/*========================================================
                      Main Styles
=========================================================*/


.inside {
  margin-top: 20px;
  margin-bottom: 20px;
  background: #ededed;
  background: -webkit-gradient(linear, left top, left bottom,color-stop(0%, #f4f4f4), color-stop(100%, #ededed));
  background: -moz-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
  background: -ms-linear-gradient(top, #f4f4f4 0%, #ededed 100%);
}
.inside-full-height {
  /*
  // if you want to give content full height give him height: 100%;
  // with content full height you can't apply margins to the content
  // content full height does not work in ie http://stackoverflow.com/questions/27384433/ie-display-table-cell-child-ignores-height-100
  */
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

/* columns of same height styles */
@media (min-width: 768px) {
.row-height {
  display: table;
  table-layout: fixed;
  height: 100%;
  width: 100%;
}
.col-height {
  display: table-cell;
  float: none;
  height: 100%;
}
}
.col-top {
  vertical-align: top;
}
.col-middle {
  vertical-align: middle;
}
.col-bottom {
  vertical-align: bottom;
}

@media (min-width: 480px) {
  .row-xs-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-xs-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-xs-top {
    vertical-align: top;
  }
  .col-xs-middle {
    vertical-align: middle;
  }
  .col-xs-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 768px) {
  .row-sm-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-sm-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-sm-top {
    vertical-align: top;
  }
  .col-sm-middle {
    vertical-align: middle;
  }
  .col-sm-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 992px) {
  .row-md-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-md-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-md-top {
    vertical-align: top;
  }
  .col-md-middle {
    vertical-align: middle;
  }
  .col-md-bottom {
    vertical-align: bottom;
  }
}

@media (min-width: 1200px) {
  .row-lg-height {
    display: table;
    table-layout: fixed;
    height: 100%;
    width: 100%;
  }
  .col-lg-height {
    display: table-cell;
    float: none;
    height: 100%;
  }
  .col-lg-top {
    vertical-align: top;
  }
  .col-lg-middle {
    vertical-align: middle;
  }
  .col-lg-bottom {
    vertical-align: bottom;
  }
}

body {
  color: #777;
  font: 400 14px/1.78571 "PT Sans", sans-serif;
  -webkit-text-size-adjust: none;
  background: #333;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  color: #333;
}

h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, .h2 a:hover, .h3 a:hover, .h4 a:hover, .h5 a:hover, .h6 a:hover {
  color: #5BC8A5;
}

h1, .h1 {
  font-size: 55px;
  line-height: 62px;
}
h1 small, .h1 small {
  font-size: 37px;
}
@media (max-width: 767px) { 
		.display1 { display:none;}
}
@media (max-width: 991px) { 
  h1, .h1 {
    font-size: 42px;
    line-height: 50px;
  }
  h1 small, .h1 small {
    font-size: 28px;
  }
}

.h1__mod {
  line-height: 72px;
}
@media (max-width: 991px) {
  .h1__mod {
    line-height: 50px;
  }
}

h2, .h2 {
  font-size: 35px;
  line-height: 40px;
}

h3, .h3 {
  font-size: 21px;
  line-height: 30px;
}

h4, .h4 {
  font-size: 18px;
  line-height: 20px;
}

h5, .h5 {
  font-size: 16px;
}

h6, .h6 {
  font-size: 16px;
}

p a:hover, .marked-list a:hover, .list a:hover {
  color: #5BC8A5;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

a[href^="tel:"],
a[href^="callto:"] {
    color: #5BC8A5;
}


strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}

[class*='fa-']:before {
  font-weight: 400;
  font-family: "FontAwesome";
}

.page {
  overflow: hidden;
  min-height: 500px;
}
.lt-ie9 .page {
  min-width: 1200px;
}

.word-wrap {
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  word-wrap: break-word;
}

.img-full {
  width: 100%;
}

/*==================     Text Align    ======================*/
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-left {
  text-align: left;
}

@media (max-width: 991px) {
  .text-sm-center {
    text-align: center;
  }

  .text-sm-right {
    text-align: right;
  }

  .text-sm-left {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }

  .text-xs-right {
    text-align: right;
  }

  .text-xs-left {
    text-align: left;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 23px;
}

.row + * {
  margin-top: 30px;
}

.row + .row {
  margin-top: 21px;
}

* + .row_offs1 {
  margin-top: 20px;
}

* + .row_offs2 {
  margin-top: 45px;
}

* + .btn {
  margin-top: 10px;
}

* + .btn-lg {
  margin-top: 42px;
}

.h1 + .btn {
  margin-top: 58px;
}

h3 + * {
  margin-top: 24px;
}

* + h3 {
  margin-top: 24px;
}

h3 + article {
  margin-top: 18px;
}

h2 + * {
  margin-top: 26px;
}

img + p {
  margin-top: 22px;
}

img + h3 {
  margin-top: 13px;
}

h3 + p {
  margin-top: 12px;
}

h2 + img {
  margin-top: 30px;
}

* + .map {
  margin-top: 32px;
}

* + .contact-info2 {
  margin-top: 25px;
}

* + .mailform {
  margin-top: 34px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  position: relative;
 /*    float: left; */
    height: 70px;

}

.brand_name {
  overflow: hidden;
  font-size: 25px;
  font-weight: 700;
  color: #FFFFFF;
  line-height: 59px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #5BC8A5;
}

.bg1 {
  background: #F7F7F7;
}

/*==================  Colors  ======================*/
.clr-white {
  color: #fff;
}

.clr-primary {
  color: #5BC8A5;
}

.clr-darken {
  color: #888888;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin,
.fa-pinterest-p,
.fa-skype {
  font-size: 20px;
  background: #3A3D40;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 400;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  padding: 9px 14px;
  -moz-transition: 0.2s all ease;
  -o-transition: 0.2s all ease;
  -webkit-transition: 0.2s all ease;
  transition: 0.2s all ease;
  font-size: 15px;
  line-height: 19px;
}
.btn:active {
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
}
.btn span {
  display: inline-block;
  margin-left: 3px;
}

.btn-md {
  padding: 9px 16.5px;
}

.btn-lg {
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  padding: 13px 31px;
  border: 2px solid transparent;
}

.btn-primary {
  color: #fff;
  background: #5BC8A5;
  border-color: #5BC8A5;
}
.btn-primary:hover {
  background: #408f72;
  border-color: #408f72;
}

.btn-default {
  background: #fff;
  color: #333;
  border-color: #E2E0E0;
}
.btn-default:hover {
  background: #5BC8A5;
  border-color: #5BC8A5;
  color: #FFFFFF;
}

/*==================      Box      ======================*/
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
}
.box_cnt__no-flow {
  overflow: hidden;
}

/*==================      Contact-info      ======================*/



.contact-info dl {
  display: inline-block;
}
.contact-info dl dt {
  font-size: 15px;
  color: #5BC8A5;
}
.contact-info dl dd {
  margin-top: -7px;
  font-size: 17px;
  font-weight: 700;
  color: #FFFFFF;
  position: relative;
  padding-left: 28px;
}
.contact-info dl dd:before {
  content: '\f095';
  font-family: "FontAwesome";
  font-size: 20px;
  color: #5BC8A5;
padding-right:5px;
}

.contact-info2 {
  display: inline-block;
}
.contact-info2 address {
  font-size: 21px;
  font-style: normal;
  color: #333333;
  line-height: 1.4;
}
.contact-info2 address + dl {
  margin-top: 11px;
}
.contact-info2 dl {
  text-align: right;
  max-width: 177px;
}
.contact-info2 dl dt, .contact-info2 dl dd {
  font-size: 14px;
  font-weight: 400;
}
.contact-info2 dl dt {
  float: left;
}
.contact-info2 dl dd + dt {
  margin-top: 0;
}
.contact-info2 dl dt + dd {
  margin-top: 0;
}
.contact-info2 .mail {
  text-align: left;
}
.contact-info2 .mail dt {
  display: inline-block;
  float: none;
}
.contact-info2 .mail dd {
  display: inline-block;
  font-size: 14px;
  color: #5BC8A5;
}
.contact-info2 .mail dd a:hover {
  text-decoration: underline;
}

/*================      Index list     =================*/
.index-list {
  counter-reset: num;
}
.index-list li h3 {
  position: relative;
  padding-left: 73px;
  padding-top: 41px;
  min-height: 59px;
}
.index-list li h3 + * {
  margin-top: 12px;
}
.index-list li h3:before {
  content: counter(num,decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  width: 59px;
  height: 59px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #5BC8A5;
  bottom: 0;
  left: 0;
  color: #fff;
  font-size: 21px;
  font-weight: 400;
  text-align: center;
  line-height: 59px;
}
.index-list li:nth-child(n + 3) + li {
  margin-top: 17px;
}
.index-list__mod1 {
  margin-top: 22px;
}
.index-list__mod1 li + li {
  margin-top: 12px;
}

/*================      Icon list     =================*/
.icon-list li h3 {
  position: relative;
  padding-left: 73px;
  padding-top: 41px;
}
.icon-list li h3 + * {
  margin-top: 12px;
}
.icon-list li h3:before {
  content: '';
  position: absolute;
  width: 59px;
  height: 59px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #5BC8A5;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "linecons";
  font-size: 30px;
  font-weight: 400;
  text-align: center;
  line-height: 59px;
}
.icon-list li:nth-child(n + 1) h3:before {
  content: '\e02e ';
}
.icon-list li:nth-child(n + 2) h3:before {
  content: '\e02f';
}
.icon-list li:nth-child(n + 3) h3:before {
  content: '\e021 ';
}
.icon-list li:nth-child(n + 4) h3:before {
  content: '\e01a ';
}
.icon-list li:nth-child(n + 2) + li {
  margin-top: 19px;
}

/*================      History list     =================*/
.history-list li {
  padding-left: 100px;
  position: relative;
}
.history-list li:before {
  content: attr(data-time);
  position: absolute;
  top: 0;
  left: 0;
  font-size: 15px;
  line-height: 25px;
  color: #5BC8A5;
  font-weight: 700;
}
.history-list li + li {
  margin-top: 17px;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 7px;
}
.inline-list a:hover {
  background: #5BC8A5;
}

/*================    Marked list     =================*/
.marked-list li {
  text-align: left;
}
.marked-list li a {
  position: relative;
  padding-left: 38px;
  font-size: 21px;
  color: #333333;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li a:before {
  position: absolute;
  content: '\f18e';
  font-family: "FontAwesome";
  font-size: 21px;
  left: 0;
  top: -4px;
  color: #5BC8A5;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.marked-list li a:hover {
  color: #5BC8A5;
}
.marked-list li a:hover:before {
  color: #333333;
  margin-left: 3px;
}
.marked-list li + li {
  margin-top: 8px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .marked-list li a {
    font-size: 18px;
    line-height: 1.2;
  }
  .marked-list li a:before {
    top: -1px;
  }
}
@media (max-width: 767px) {
  .marked-list {
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.marked-list__mod1 {
  margin-top: 21px;
}
.marked-list__mod1 li a {
  padding-left: 23px;
  color: #5BC8A5;
  font-size: 14px;
}
.marked-list__mod1 li a:before {
  content: '\f054';
  color: #fff;
  font-size: 12px;
  top: 0;
}
.marked-list__mod1 li a:hover span {
  text-decoration: underline;
}
.marked-list__mod1 li a:hover:before {
  color: #fff;
}
/*
.marked-list__mod1 li + li {
  margin-top: 14px;
} */
@media (max-width: 767px) {
  .marked-list__mod1 {
    max-width: 100%;
  }
}
.marked-list__mod2 {
  margin-top: 16px;
}
.marked-list__mod2 li a {
  padding-left: 23px;
  color: #5BC8A5;
  font-size: 14px;
}
.marked-list__mod2 li a:before {
  content: '\f054';
  color: #777777;
  font-size: 12px;
  top: 0;
}
.marked-list__mod2 li a:hover span {
  text-decoration: underline;
}
.marked-list__mod2 li a:hover:before {
  color: #5BC8A5;
}
.marked-list__mod2 li + li {
  margin-top: 14px;
}
@media (max-width: 767px) {
  .marked-list__mod2 {
    max-width: 100%;
  }
}
.marked-list__mod2 + p {
  margin-top: 16px;
}

/*================    Term list     =================*/
.terms-list * + dt {
  margin-top: 41px;
}
.terms-list dt + * {
  margin-top: 5px;
}
.terms-list + * {
  color: #5BC8A5;
  margin-top: 42px;
}
.terms-list + * a:hover {
  text-decoration: underline;
}

/*================      Thumbnail    =================*/
.thumbnail {
  max-width: 420px;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  margin-top: 11px;
  font-size: 15px;
  color: #333333;
}
.thumbnail .caption .price {
  margin-top: -3px;
  color: #5BC8A5;
  font-weight: 700;
}
.thumbnail .caption .price span {
  color: #c6c6c6;
  padding: 0 8px;
}
.thumbnail .caption .price small {
  font-weight: 400;
  font-size: 14px;
}
.thumbnail .caption .price sup {
  position: relative;
  font-size: 10px;
}

.thumbnail1 .caption {
  margin-top: 12px;
}
.thumbnail1 .caption p {
  font-size: 14px;
  color: #777777;
}

.thumbnail2 {
  margin-top: -10px;
}
.thumbnail2 .caption p {
  font-size: 14px;
  color: #777777;
}

/*================      Article    =================*/
article time {
  font-size: 12px;
  color: #888888;
  padding-left: 17px;
  position: relative;
}
article time:before {
  position: absolute;
  content: '\f017';
  font-family: "FontAwesome";
  top: 0;
  left: 0;
}
article p a:hover {
  text-decoration: underline;
}
article time + * {
  margin-top: 0px;
}
article + article {
  margin-top: 15px;
}

article + .btn {
  margin-top: 34px;
}

/*================      Blockquotes    =================*/
blockquote {
  margin: 5px 0 0 0;
}
blockquote p {
  padding-top: 96px;
  position: relative;
}
blockquote p:before {
  position: absolute;
  content: '\f10d';
  font-family: "FontAwesome";
  font-size: 60px;
  color: #5BC8A5;
  top: 0;
  left: 0;
}
blockquote cite {
  font-weight: 700;
  font-style: normal;
  display: inline-block;
}
blockquote * + cite {
  margin-top: 16px;
}
blockquote q:before, blockquote q:after {
  display: table;
  content: "";
  line-height: 0;
}
blockquote q:after {
  clear: both;
}
blockquote + blockquote {
  margin-top: 8px;
}

/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  padding-top: 28px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 15px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
  font-size: 15px;
  line-height: 20px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #5BC8A5;
}
.sf-menu > li.active > a {
  color: #5BC8A5;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
      padding-left: 10px;
  width: 188px;
  margin-top: 32px;
  background: rgba(51, 51, 51, 0.9);
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  left: -7px;
}
@media (max-width: 991px) {
  .sf-menu ul {
    margin-top: 15px;
  }
}

.sf-menu ul > li {
  text-align: left;
}
.sf-menu ul > li > a {
  color: #FFF;
  font-size: 12px;
  line-height: 28px;
  padding-left: 11px;
}
.sf-menu ul > li a.sub-menu {
  position: relative;
}
.sf-menu ul > li a.sub-menu:after {
  position: absolute;
  content: '\f105';
  top: 0;
  right: 9px;
  font: 400 14px/25px "FontAwesome";
  color: #FFFFFF;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #5BC8A5;
}
.sf-menu ul > li + li {
  border-top: 1px solid #504F4C;
}

.sf-menu ul ul {
  position: relative;
  left: 100%;
  top:0px;
  width: 188px;
  margin-top: -28px;
  padding: 0;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
  padding-right: 20px;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 0;
  top: 33%;
  content: '\f078';
  font: 400 11px/11px "FontAwesome";
  color: #5BC8A5;
}

@media (max-width: 767px) {
	.head_mob { text-align:right;}
  .sf-menu {
    display: none;
  }
}
/*==================   RD Mobile Menu    =====================*/
.rd-mobilemenu {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  z-index: 9999999;
  text-align: left;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.rd-mobilemenu.active {
  right: 0;
}

.rd-mobilemenu_ul {
  position: fixed;
  top: -56px;
  left: 0;
  bottom: -56px;
  width: 240px;
  padding: 132px 0 76px;
  color: #666;
  background: #FFF;
  font-size: 14px;
  line-height: 20px;
  overflow: auto;
  -webkit-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -moz-transform: translateX(-240px);
  -ms-transform: translateX(-240px);
  -o-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -moz-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -o-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
}
.rd-mobilemenu.active .rd-mobilemenu_ul {
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.rd-mobilemenu_ul li.active > a {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a .rd-submenu-toggle {
  position: absolute;
  top: 50%;
  right: 11px;
  margin-top: -17.5px;
  width: 32px;
  height: 32px;
  font: 400 10px "FontAwesome";
  line-height: 32px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
  z-index: 1;
  background: rgba(0, 0, 0, 0.1);
}
.rd-mobilemenu_ul a .rd-submenu-toggle:after {
  content: '\f078';
}
.rd-mobilemenu_ul a .rd-submenu-toggle:hover {
  background: #FFF;
  color: #666;
}
.rd-mobilemenu_ul a.rd-with-ul {
  position: relative;
}
.rd-mobilemenu_ul a.rd-with-ul.active .rd-submenu-toggle {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  -webkit-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 0;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #353535 !important;
  z-index: 999;
  border-bottom: 1px solid #fff;
  padding: 5.5px 0 !important;
}
.isStuck .sf-menu > li > ul {
  margin-top: 27px;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #333333;
  border-radius: 50%;
  -webkit-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 4px 4px 8px 0 rgba(0, 0, 0, 0.4);
  position: fixed;
  right: 40px;
  bottom: 40px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #5BC8A5;
  text-decoration: none;
}

.mobile .toTop,
.tablet .toTop {
  display: none !important;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
}
.parallax_image, .parallax_pattern {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-position: center center;
  will-change: transform;
}
.parallax_image {
  background-repeat: no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(91, 200, 165, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#805BC8A5', endColorstr='#805BC8A5')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#805BC8A5', endColorstr='#805BC8A5');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
                     HEADER  Section
=========================================================*/
/*
header {
  background: #FFFFFF;
} */
header .stuck_container {
  background: rgba(51, 51, 51,1);
  padding: 10.5px 0;
}
@media (max-width: 1199px) {
  header .stuck_container {
    text-align: center;
  }
}
header .stuck_container .nav {
  display: inline-block;
float:right;
}
@media (max-width: 1199px) {
  header .stuck_container .nav {
    margin-left: 0;
  }
}
header .stuck_container .contact-info {
  float: right;
  padding-top: 5px;
}
@media (max-width: 991px) {
  header .stuck_container .contact-info {
    float: none;
  }
}
@media (max-width: 767px) {
  header .stuck_container {
    text-align: center;
  }
  header .stuck_container .brand {
    float: none;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}
@media (max-width: 1199px) {
  main p br {
    display: none;
  }
}

/*==================      Media Query     ======================*/
/*
@media (max-width: 1199px) {
  .col-md-6:nth-child(n + 2) + .col-md-6 {
    margin-top: 30px;
  }

  .col-md-12 + .col-md-12 {
    margin-top: 30px;
  }
} 
@media (max-width: 991px) {
  .col-sm-6:nth-child(n + 2) + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-6 + .col-sm-6 {
    margin-top: 30px;
  }

  .col-sm-6 + .col-sm-6 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-12 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }

  .col-sm-12 + .col-sm-4 + .col-sm-4 + .col-sm-4 {
    margin-top: 30px;
  }
}
/*
@media (max-width: 767px) {
	
  .col-xs-6:nth-child(n + 2) + .col-xs-6 {
    margin-top: 30px;
  }

  .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  [class*='col-xs-'] + [class*='col-xs-'] {
    margin-top: 30px;
  }
} */
/*==================      Well     ======================*/
.well {
  padding-bottom: 50px;
  padding-top: 50px;
}

.well1 {
  padding-bottom: 163px;
  padding-top: 60px;
}
@media (max-width: 767px) {
  .well1 {
    padding-top: 79px;
    padding-bottom: 199px;
  }
}

.well2 {
  padding-bottom: 34px;
  padding-top: 30px;
}

.well2_ins1 {
  padding-bottom: 60px;
}

.well2_ins2 {
  padding-bottom: 50px;
}

.well3 {
  padding-bottom: 52px;
  padding-top: 39px;
}

.well4 {
  padding-bottom: 51px;
  padding-top: 55px;
}

.well5 {
  padding-top: 52px;
}

.well6 {
  padding-bottom: 64px;
  padding-top: 46px;
}

.well7 {
  padding-bottom: 210px;
  padding-top: 257px;
}
@media (max-width: 767px) {
	.flash {display:none;}
  .well7 {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

.well8 {
  padding-bottom: 120px;
  padding-top: 158px;
}
@media (max-width: 767px) {
  .well8 {
    padding-top: 20px;
    padding-bottom: 80px;
  }
}

@media (max-width: 479px) {
.contact-info dl dt {
	  font-size: 10px;
}
.contact-info dl dd {
	 font-size: 12px;
}
.contact-info dl dd:before {
	  font-size: 18px;
}
.container {padding:0px;}
}
@media (max-width: 290px) {
	.contact-info dl dd:before {display:none;}
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #333;
}
footer .rights {
  font-size: 12px;
  color: #888888;
  padding-top: 15px;
  padding-bottom: 25px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
