@charset "UTF-8";
@import url(animate.css);
@import url(arrows.css);
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic,900,900italic);
/*========================================================
						Main Styles
=========================================================*/
body {
  color: #6d7274;
  font: 300 14px/22px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
  background: #423e4c;
}

img {
  max-width: 100%;
  height: auto;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  color: #302e33;
  margin: 0;
}

h1, .h1 {
  font-size: 22px;
  line-height: 0.90909091;
  text-transform: uppercase;
  letter-spacing: 0.44px;
}

h2, .h2 {
  font-size: 30px;
  line-height: 1;
  color: #ffffff;
  letter-spacing: 0.6px;
}

h3, .h3 {
  font-size: 28px;
  line-height: 1.78571429;
  text-transform: uppercase;
  letter-spacing: 1.12px;
  color: #303334;
}
@media (max-width: 500px) {
  h3, .h3 {
    font-size: 24px;
  }
}

h4, .h4 {
  font-size: 20px;
  line-height: 1.1;
  letter-spacing: 0.4px;
}
h4 a:hover, .h4 a:hover {
  color: #eb2630;
}

h5, .h5 {
  font-size: 18px;
  line-height: 1.11111111;
}

h6, .h6 {
  font-size: 18px;
  line-height: 1.11111111;
}

p a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: #111;
  text-decoration: underline;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:active, a:visited {
  background-color: transparent;
  color: #111;
  text-decoration: underline;
}

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

a[href^="callto:"]:hover {
  text-decoration: underline;
}

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;
}

/*=======================================================
						 Main Layout
=========================================================*/
.fleft {
  float: left;
}

.fright {
  float: right;
}

.cntr {
  text-align: center;
}

.left {
  text-align: left;
}

.text-center {
  text-align: center;
}

.wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

hr {
  border: none;
  height: 1px;
  background: #6d7274;
}

.link1 {
  color: #eb2630;
}
.link1:hover {
  color: #6d7274;
}

@media (max-width: 767px) {
  .mobile_cntr {
    text-align: center;
  }
}
@media (max-width: 479px) {
  .mobile_cntr2 {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .mobile_cntr3 {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .center767 {
    text-align: center;
  }
  .center767 * {
    text-align: center;
  }
}

@media (max-width: 991px) {
  .center991 {
    text-align: center;
  }
  .center991 * {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .left767 {
    text-align: left;
  }
  .left767 * {
    text-align: left;
  }
}

@media (max-width: 991px) {
  .left991 {
    text-align: left;
  }
  .left991 * {
    text-align: left;
  }
}

@media (max-width: 767px) {
  .right767 {
    text-align: right;
  }
  .right767 * {
    text-align: right;
  }
}

@media (max-width: 991px) {
  .right991 {
    text-align: right;
  }
  .right991 * {
    text-align: right;
  }
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.fw-l {
  font-weight: 300;
}

.fw-n {
  font-weight: 400;
}

.fw-m {
  font-weight: 500;
}

.fw-sb {
  font-weight: 600;
}

.fw-b {
  font-weight: 700;
}

.fw-xb {
  font-weight: 800;
}

.white {
  color: #fff;
}

.txt-sec {
  color: #302e33;
}

.text-primary {
  color: #eb2630;
}

/** + h3, * + h4, * + h5, * + h6, * + p, * + img, * + .btn {margin-top: 20px;}*/
txt1 {
  font-size: 16px;
  line-height: 28px;
}

.lh1 {
  line-height: 32px;
}

.lh2 {
  line-height: 30px;
}

* + .row {
  margin-top: 30px; /* */
}

.row + * {
  margin-top: 30px; /* */
}

.row + .row {
  margin-top: 30px; /* */
}

h3 + h4 {
  margin-top: 10px; /* 51px*/
}

* + .iframe {
  margin-top: 87px; /* 87px*/
}

.iframe + .btn {
  margin-top: 94px; /* 94px*/
}

* + .btn {
  margin-top: 38px; /* 38px*/
}

h4 + * {
  margin-top: 5px; /* 33px*/
  margin-bottom: 15px; /*added*/
}

h2 + * {
  margin-top: 25px; /* 25px*/
}

h3 + * {
  margin-top: 26px; /* 66px*/
}

img + h4 {
  margin-top: 58px; /* 58px*/
}

.marked-list + * {
  margin-top: 30px; /* 30px*/
}

* + .offs1 {
  margin-top: 66px; /* 66px*/
}

h3 + .offs1 {
  margin-top: 66px; /* 66px*/
}

.offs1 + h3 {
  margin-top: 136px; /* 136px*/
}
@media (max-width: 767px) {
  .offs1 + h3 {
    margin-top: 66px; /* 66px*/
  }
}

* + .marTop0 {
  margin-top: 0;
}

* + .marTop1, h3 + .marTop1 {
  margin-top: 37px; /* 37px*/
}

* + .marTop2, h3 + .marTop2 {
  margin-top: 77px; /* 77px*/
}

* + .offs2 {
  margin-top: 76px; /* 76px*/
}

* + .offs3 {
  margin-top: 106px; /* 106px*/
}
@media (max-width: 767px) {
  * + .offs3 {
    margin-top: 50px; /* 50px*/
  }
}

@media (min-width: 768px) and (max-width: 1199px) {
  .offs4 {
    margin-top: 30px; /* 30px*/
  }
}

* + .offs5 {
  margin-top: 96px; /* 96px*/
}
@media (max-width: 767px) {
  * + .offs5 {
    margin-top: 50px; /* 50px*/
  }
}

@media (min-width: 768px) and (max-width: 795px) {
  .offs_sm {
    margin-left: -13px;
  }
}

.ins1 {
  padding-left: 12%;
  padding-right: 12%;
}
@media (max-width: 767px) {
  .ins1 {
    padding-left: 1%;
    padding-right: 1%;
  }
}

.insR {
  padding-right: 10%;
}
@media (max-width: 767px) {
  .insR {
    padding-right: 1%;
  }
}

/*=======================================================
						Components
=========================================================*/
/*=================   Inline list   =====================*/
.inline-list {
  margin-top: 6px;
  display: inline-block;
}
.inline-list .fa {
  position: relative;
}
.inline-list .fa:hover:before {
  color: #fff;
}
.inline-list .fa:before {
  font-size: 18px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  color: #eb2630;
  position: absolute;
  z-index: 2;
  left: 0px;
  top: 11px;
}
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 26px;
}
@media (max-width: 400px) {
  .inline-list li + li {
    margin-left: 20px;
  }
}

/*================      Flex list     =================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
  text-align: center;
}

.flex-list li {
  display: table-cell;
  position: relative;
}

@media (max-width: 767px) {
  .flex-list li {
    display: block;
  }
}
/*================      Index list     =================*/
.index-list {
  counter-reset: num;
}

.index-list li {
  position: relative;
  padding-left: 95px;
}
.index-list li:before {
  content: '';
  position: absolute;
  width: 75px;
  height: 75px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #eb2630;
  top: -2px;
  left: 15px;
}
.index-list li + li {
  margin-top: 0;
}

.index-list li:after {
  content: counter(num,decimal-leading-zero);
  counter-increment: num;
  position: absolute;
  color: #fff;
  font-size: 23px;
  font-weight: 700;
  left: 40px;
  top: 11px;
}

/*================    Marked list     =================*/
.marked-list {
  display: block;
  margin-top: 8px;
}
@media (max-width: 767px) {
  .marked-list {
    padding-bottom: 40px;
  }
}
.marked-list li {
  position: relative;
  padding-left: 19px;
}
.marked-list li:before {
  position: absolute;
  content: '\f105';
  font-family: "FontAwesome";
  font-size: 14px;
  left: 0;
  top: 0;
  color: #302e33;
}
.marked-list li a {
  color: #302e33;
}
.marked-list li a:hover {
  text-decoration: underline;
}
.marked-list li + li {
  margin-top: 8px;
}

.marked-list2 {
  margin-top: 65px;
}
@media (max-width: 767px) {
  .marked-list2 {
    padding-bottom: 40px;
  }
}
.marked-list2 li {
  padding-left: 102px;
  position: relative;
}
.marked-list2 li:before {
  position: absolute;
  content: '\f140';
  font-family: "FontAwesome";
  font-size: 70px;
  color: #eb2630;
  left: 5px;
  top: -2px;
  line-height: 1;
}
.marked-list2 li a:hover {
  text-decoration: underline;
  color: inherit;
}
.marked-list2 li + li {
  margin-top: 73px;
}
.marked-list2 li:nth-child(2):before {
  content: '\f073';
  font-size: 60px;
}

* + .marked-list3 {
  margin-top: 88px;
}
.marked-list3 li {
  padding-bottom: 40px;
}
.marked-list3 li span {
  text-transform: uppercase;
  color: #eb2630;
  display: block;
  font-size: 10px;
  margin-top: 13px;
}
.marked-list3 li div {
  padding-left: 101px;
  position: relative;
  padding-bottom: 67px;
}
.marked-list3 li div:after {
  position: absolute;
  content: '\f007';
  left: 17px;
  top: -11px;
  font-family: "FontAwesome";
  font-size: 48px;
  line-height: 70px;
  color: #6d7274;
}
.marked-list3 li div:before {
  position: absolute;
  content: '';
  width: 70px;
  height: 70px;
  line-height: 70px;
  left: 0;
  top: -8px;
  background: #ebebeb;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.marked-list3 li + li {
  padding-top: 40px;
  border-top: 1px solid #f0f1f1;
}

/*================    Term list     =================*/
.terms-list dt {
  font-weight: 400;
  color: #302e33;
  font-size: 20px;
  line-height: 22px;
}
.terms-list * + dt {
  margin-top: 19px;
  padding-top: 33px;
  border-top: 1px solid #f0f1f1;
}
.terms-list dt + * {
  padding-top: 31px;
}
.terms-list dd {
  padding-bottom: 13px;
}
.terms-list + * {
  margin-top: 22px;
  padding-top: 33px;
  border-top: 1px solid #f0f1f1;
}
.terms-list + * a {
  color: #eb2630;
}
.terms-list + * a:hover {
  font-weight: 700;
  color: #302e33;
}

.link-list li + li {
  margin-top: 28px;
}
.link-list a:hover {
  color: #eb2630;
}

blockquote {
  margin: 0;
  margin-top: 68px;
  font-style: normal;
}
blockquote cite {
  font-style: normal;
  display: inline-block;
  font-size: 20px;
  line-height: 22px;
  color: #302e33;
  letter-spacing: 0.4px;
}
blockquote * + cite {
  margin-top: 27px;
  font-weight: 400;
}
blockquote q:before, blockquote q:after {
  display: table;
  content: "";
  line-height: 0;
}
blockquote q:after {
  clear: both;
}
blockquote + blockquote {
  margin-top: 35px;
}

address {
  font-style: normal;
  font-size: 14px;
  line-height: 15px;
  color: #fff;
  text-transform: uppercase;
}
address dl {
  max-width: 151px;
  margin-top: 15px;
}
address dl dt, address dl dd {
  display: inline-block;
}
address dl dt {
  width: 42%;
}
address dl dd {
  width: 53%;
}
@media (max-width: 767px) {
  address dl {
    margin-left: auto;
    margin-right: auto;
  }
}

.addr1 {
  padding-bottom: 32px;
  text-transform: none;
}
.addr1 p, .addr1 a {
  font-size: 14px;
  color: #6d7274;
}
.addr1 a {
  display: block;
}
.addr1 a + a {
  margin-top: 7px;
}
.addr1 a:hover {
  color: #eb2630;
}
.addr1 + .addr1 {
  padding-top: 32px;
  border-top: 1px solid #e2e2df;
}

.rights {
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  margin-top: 24px;
  text-transform: uppercase;
}

time {
  font-size: 10px;
  line-height: 15px;
  color: #eb2630;
  display: inline-block;
}
* + time {
  margin-top: 24px;
}
time + * {
  margin-top: 30px;
}

article time {
  font-size: 20px;
  line-height: 20px;
  font-weight: 400;
  color: #302e33;
  white-space: nowrap;
}
* + article {
  margin-top: 67px;
}
article + article {
  margin-top: 67px;
}

.top-panel {
  padding-bottom: 10px;
}
.top-panel:before, .top-panel:after {
  display: table;
  content: "";
  line-height: 0;
}
.top-panel:after {
  clear: both;
}
.top-panel .phone {
  float: right;
  font-size: 21px;
  line-height: 50px;
  position: relative;
  padding-left: 25px;
  color: #fff;
  display: inline-block;
  font-weight: 300;
}
.top-panel .phone:before {
  position: absolute;
  content: '\f095';
  font-family: "FontAwesome";
  font-size: 22px;
  color: #eb2630;
  left: 0;
  top: 0;
}
@media (max-width: 400px) {
  .top-panel .phone {
    font-size: 19px;
  }
}
.top-panel .phone:hover {
  color: #eb2630;
}

.thumbnail {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .thumbnail {
    padding-bottom: 30px;
  }
}
.thumbnail > img,
.thumbnail a > img {
  margin-left: auto;
  margin-right: auto;
}
.thumbnail .caption {
  margin-top: 27px;
}
.thumbnail .caption h4 + * {
  margin-top: 22px;
}
.thumbnail .caption h2 a:hover {
  color: #302e33;
}

.thumbnail1 {
  padding-bottom: 44px;
}
.thumbnail1 + .thumbnail1 {
  padding-top: 40px;
  border-top: 1px solid #f0f1f1;
  /*width: 33.33333%;*/
}

.iframe iframe {
  outline: none;
  border: none;
  width: 860px;
  height: 473px;
}
@media (max-width: 991px) {
  .iframe iframe {
    width: 560px;
    height: 325px;
  }
}
@media (max-width: 600px) {
  .iframe iframe {
    width: 290px;
    height: 175px;
  }
}
.iframe + .btn {
  width: 169px;
}

.flt-box2 {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.flt-box2:before, .flt-box2:after {
  display: table;
  content: "";
  line-height: 0;
}
.flt-box2:after {
  clear: both;
}
@media (max-width: 1199px) {
  .flt-box2 {
    margin-left: 10px;
    margin-right: 10px;
  }
}
.flt-box2 .section1 {
  float: left;
  width: 33.07086614173228%;
}
@media (max-width: 991px) {
  .flt-box2 .section1 {
    width: 100%;
    float: none;
  }
}
.flt-box2 .section1 .section1-title {
  background: #e4e3dc;
  padding: 40px 160px 51px 26px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
@media (max-width: 991px) {
  .flt-box2 .section1 .section1-title {
    margin-left: 20px;
    margin-right: 20px;
    padding: 30px;
  }
}
.flt-box2 .section1 .section1-title:hover a {
  color: #ccb417;
}
.flt-box2 .section1 + .section1 {
  margin-left: 1px;
}
.flt-box2 .section1 .cont1 {
  padding: 54px 40px 0px 40px;
}
@media (max-width: 1199px) {
  .flt-box2 .section1 .cont1 {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 991px) {
  .flt-box2 .section1 .cont1 {
    padding: 30px;
    padding-bottom: 50px;
  }
}
.flt-box2.mod2 {
  margin-top: 82px;
}
.flt-box2.mod2 .section1-title {
  background: #eb2630;
  padding: 40px 60px 51px 26px;
}
.flt-box2.mod2 .section1-title:hover a {
  color: #fff;
}
@media (max-width: 1260px) {
  .flt-box2.mod2 .section1-title h3 {
    font-size: 22px;
    letter-spacing: 0;
  }
}
@media (max-width: 1030px) {
  .flt-box2.mod2 .section1-title h3 {
    font-size: 20px;
    letter-spacing: 0;
  }
}
@media (max-width: 991px) {
  .flt-box2.mod2 .section1-title h3 {
    font-size: 28px;
    letter-spacing: 0;
  }
}
.flt-box2.mod2 .triang1:before {
  background: none;
  /*border-color: map-get($scheme, primary);*/
  content: '';
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #eb2630 transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  left: 0;
  width: 100%;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.flt-box2.mod2 .triang2:before {
  background: #eb2630;
}

.flt-box {
  max-width: 1270px;
  margin-left: auto;
  margin-right: auto;
}
.flt-box:before, .flt-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.flt-box:after {
  clear: both;
}
.flt-box div {
  float: left;
  background: #e4e3dc;
  padding: 40px 160px 51px 26px;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.flt-box div + div {
  margin-left: 1px;
}
.flt-box div:hover {
  background: #eb2630;
}
.flt-box div:hover:before {
  border-bottom-color: #eb2630;
}
.flt-box div:hover a:hover {
  color: #fff;
}
.flt-box div:nth-child(1) {
  width: 33.07086614173228%;
  position: relative;
  padding-left: 40px;
}
.flt-box div:nth-child(1):before {
  position: absolute;
  content: '';
  height: 15px;
  left: 0;
  right: 0;
  top: -15px;
  background: #e4e3dc;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.flt-box div:nth-child(1):hover:before {
  background: #eb2630;
}
.flt-box div:nth-child(2) {
  width: 31.41732283464567%;
}
.flt-box div:nth-child(3) {
  width: 35.35433070866142%;
}
.flt-box + * {
  margin-top: 55px;
}
@media (max-width: 1260px) {
  .flt-box {
    width: 90%;
  }
  .flt-box div:nth-child(n+1) {
    width: 33%;
    display: inline-block;
  }
}
@media (max-width: 767px) {
  .flt-box div:nth-child(n+1) {
    width: 100%;
    display: block;
    float: none;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .flt-box div + div {
    margin-top: 20px;
  }
}

.triang1 {
  position: relative;
}
.triang1:before {
  content: '';
  position: absolute;
  top: -15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 15px 15px;
  border-color: transparent transparent #e4e3dc transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  left: 0;
  width: 100%;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}

.triang2 {
  position: relative;
}
.triang2:before {
  content: '';
  position: absolute;
  top: -15px;
  background: #e4e3dc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  right: 0;
  left: 0;
  width: 100%;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  height: 15px;
}

.flt-box_mod {
  margin-top: 83px;
}
.flt-box_mod div {
  background: #eb2630;
  padding-right: 40px;
}
.flt-box_mod div:before {
  border-bottom-color: #eb2630;
}
.flt-box_mod div:nth-child(1):before {
  background: #eb2630;
}
@media (max-width: 1260px) {
  .flt-box_mod div:nth-child(n+1) {
    width: 100%;
    display: block;
    float: none;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
  }
  .flt-box_mod div + div {
    margin-top: 20px;
  }
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #eb2630;
}
.bg-primary * {
  color: #fff;
}

.bg-secondary {
  background: #302e33;
}

.bg1 {
  background: url(../images/parallax3.jpg) no-repeat;
  background-size: cover;
  -webkit-background-size: cover;
}

.bg2 {
  background: #efefeb;
}

.bg3 {
  background: #6d7274;
}

.bg4 {
  background: #efefeb;
}

.color1 {
  color: #eb2630;
}

.color2 {
  color: #302e33;
}

.color3 {
  color: #6d7274;
}

/*==================     Icons     ======================*/
/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 100;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  outline: none;
  padding: 16px 31px;
  font-size: 13px;
  line-height: 15px;
  border-radius: 0;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  border-radius: 14px;
}
@media (max-width: 1199px) {
  .btn {
    font-weight: 300;
  }
}
.btn:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-default {
  color: #303334;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:focus {
  color: #303334;
  background-color: #ffffff;
  border-color: #ffffff;
}
.btn-default:hover {
  color: #ffffff;
  background-color: transparent;
  border-color: #ffffff;
}

.btn-primary {
  color: #ffffff;
  background-color: #eb2630;
  border-color: #eb2630;
}
.btn-primary:focus {
  color: #ffffff;
  background-color: #eb2630;
  border-color: #eb2630;
}
.btn-primary:hover {
  color: #eb2630;
  background-color: transparent;
  border-color: #eb2630;
}

/*==================      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;
}

/*========================   Menu   ==========================*/
.sf-menu {
  font-family: "Roboto", sans-serif;
  display: inline-block;
}
.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: 5px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #302e33;
  font-size: 16px;
  font-weight: 300;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  padding: 14px 21px;
}
@media (max-width: 1199px) {
  .sf-menu > li > a {
    font-weight: 300;
  }
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #fff;
  background: #eb2630;
}
.sf-menu > li.active > a {
  color: #fff;
  background: #eb2630;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -30px;
  margin-top: 5px;
  width: 160px;
  background: #302e33;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
  padding: 10px 10px;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  font-size: 16px;
  padding: 7px 0;
  text-align: left;
  color: #fff;
}
.sf-menu ul > li + li {
  border-top: 1px dotted #6d7274;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #eb2630;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  width: 150px;
  margin-top: -10px;
  margin-left: 11px;
  z-index: 4;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 75%;
  margin-left: -6px;
  /*content: $fa-caret-down;*/
  font: 400 15px/15px "FontAwesome";
}

.sf-menu > li > ul > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li > .sf-with-ul:before {
  position: absolute;
  right: 9px;
  top: -5px;
  content: "";
  font: 400 16px/50px "FontAwesome";
  color: #eb2630;
}

@media (max-width: 991px) {
  .sf-menu > li > a {
    /*font-size: 14px;*/
  }
}
@media (max-width: 767px) {
  .nav {
    padding: 5px 0;
  }

  .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 a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a.active {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a:hover {
  background: #777;
  color: #FFF;
}
.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;
}

.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 {
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -moz-transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -o-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  width: 15px;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate3d(0, 0, 1, -40deg);
  transform: rotate3d(0, 0, 1, -40deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate3d(0, 0, 1, 40deg);
  transform: rotate3d(0, 0, 1, 40deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
  .stuck_container {
  display: none;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  /*background: $stuck-bg;*/
  z-index: 11111999;
  /*border-bottom: 1px solid $stuck-bc;*/
}
.isStuck .navbar {
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 2px 0 rgba(0, 0, 0, 0.1);
}
.isStuck .navbar:before, .isStuck .navbar:after {
  display: none;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 68px;
  height: 68px;
  line-height: 66px !important;
  font-weight: 700;
  background: #eb2630;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  box-shadow: 0px 0px 2px 0 rgba(255, 255, 255, 0.5);
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 99999;
  color: #6d7274;
}
.toTop:before {
  font-size: 32px;
  color: inherit;
  font-weight: 100;
}
.toTop:hover {
  color: #fff;
  background: #302e33;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  transform: scale(0.8);
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  font-family: "FontAwesome";
  font-size: 20px;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(234, 212, 70, 0.5);
}
.thumb:hover .thumb_overlay:before {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.img-offs .thumb {
  max-width: 370px;
  margin-left: auto;
  margin-right: auto;
}
.img-offs .thumb + .thumb {
  margin-top: 30px;
}
.img-offs .row .col-xs-12 {
  margin-bottom: 0;
}
.img-offs .row .col-xs-12:last-child {
  margin-bottom: 30px;
}

/*=================       Tabs     ======================*/
.resp-tabs {
  margin-top: 56px;
}

.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
}
.resp-tabs-list li h4 {
  color: #c0bec4;
}
.resp-tabs-list li:hover h4 {
  color: #302e33;
}
.resp-tabs-list li + li {
  margin-left: 3.8%;
}

li.resp-tab-active h4 {
  color: #302e33;
}

@media (min-width: 768px) {
  * + .resp-tabs-container {
    margin-top: 58px;
  }
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
}

@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    text-align: center;
    background: #303334;
    color: #fff;
    cursor: pointer;
    margin-top: 2px;
    padding: 5px 0;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
  }
  .resp-accordion h4 {
    color: #fff;
  }
  .resp-accordion:hover {
    background: #eb2630;
  }

  .resp-tab-content {
    padding-top: 30px;
  }

  div.resp-tab-active {
    background: #eb2630;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*==================  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;
}

/*========================================================
					 HEADER  Section
=========================================================*/
.navbar {
  position: relative;
  min-height: 47px;
  margin-bottom: 0;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 18px; /* 58px */
  padding-bottom: 13px; /* 43px */
}
.navbar:before, .navbar:after {
  display: table;
  content: "";
  line-height: 0;
}
.navbar:after {
  clear: both;
}
.navbar:before, .navbar:after {
  content: '';
  position: absolute;
  top: 99.5%;
}
.navbar:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 18px 0 0;
  border-color: #fff transparent transparent transparent;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
  right: 0;
  left: 18%;
  width: 82.1%;
}
.navbar:before {
  left: 0;
  width: 18%;
  height: 18px;
  background: #fff;
}

.navbar-default {
  background-color: #ffffff;
  border-color: none;
}
.navbar-default .navbar-brand {
  color: #302e33;

}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
  color: #302e33;
  background-color: #ffffff;
}
/* added vertical align site text to logo */
.navbar-brand {
	margin-top: 50px;

}

header {
  background: #423e4c;
  position: relative;
  z-index: 1111;
}
header .stuck_container {
  position: relative;
  z-index: 100;
}
header.head-bg {
  background: url(../images/slide1.jpg) no-repeat;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  header.head-bg {
    padding-bottom: 0;
  }
}
@media (min-width: 2051px) {
  header.head-bg {
    background-size: cover;
    -webkit-background-size: cover;
  }
}
header .navbar-header, header .navbar-header img {
  float: left;
  vertical-align: middle;
}
header .navbar-header {
	min-width: 400px;
}
header .navbar-header img {
	margin-right: 5px;
}
header .navbar-right {
  float: right;
  margin-top: 5px;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .navbar-header, header .navbar-right {
    float: none;
  }
}

/*========================================================
					 CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-bottom: 20px; /* 50px*/
  padding-top: 20px; /*50px */
}

.well1 {
  padding-bottom: 30px; /* 183px*/
  padding-top: 30px; /*142px */
}
@media (max-width: 991px) {
  .well1 {
    padding-top: 20px; /*70px*/
    padding-bottom: 20px; /*70px*/
  }
}

.well1_ins1 {
  padding-bottom: 30px; /*152px */
}
@media (max-width: 991px) {
  .well1_ins1 {
    padding-bottom: 20px; /*70px */
  }
}

.well1_ins2 {
  padding-bottom: 30px; /*110px */
}
@media (max-width: 991px) {
  .well1_ins2 {
    padding-bottom: 20px; /* 70px*/
  }
}

.well2 {
  padding-bottom: 50px; /* 205px*/
  padding-top: 50px; /*290px */
}
@media (max-width: 991px) {
  .well2 {
    padding-top: 20px; /*80px */
    padding-bottom: 20px; /*80px */
  }
}

.well3 {
  padding-bottom: 50px; /* 307px*/
  padding-top: 50px; /*311px */
}
@media (max-width: 991px) {
  .well3 {
    padding-top: 20px; /*80px */
    padding-bottom: 20px; /*80px */
  }
}

.well4 {
  padding-bottom: 50px; /*403px */
  padding-top: 50px; /*376px */
}
@media (max-width: 991px) {
  .well4 {
    padding-top: 20px; /*80px */
    padding-bottom: 20px; /*80px */
  }
}

.well5 {
  padding-bottom: 50px; /*264px */
  padding-top: 50px; /*202px */
}
@media (max-width: 991px) {
  .well5 {
    padding-top: 20px; /*80px */
    padding-bottom: 20px; /*80px */
  }
}

.well6 {
  padding-bottom: 50px; /* 162px*/
  padding-top: 50px; /* 152px*/
}
@media (max-width: 991px) {
  .well6 {
    padding-top: 20px; /*70px */
    padding-bottom: 20px; /* 70px*/
  }
}

.well7 {
  padding-bottom: 50px; /* 300px*/
  padding-top: 50px; /*290px */
}
@media (max-width: 991px) {
  .well7 {
    padding-top: 20px; /* 70px*/
    padding-bottom: 20px; /* 70px*/
  }
}

.media-right,
.media > .pull-right {
  padding-left: 10px;
}
.media-right img,
.media > .pull-right img {
  max-width: none;
}

.media-left,
.media > .pull-left {
  padding-right: 43px;
}
.media-left img,
.media > .pull-left img {
  max-width: none;
}

.media1 .media-left {
  padding-right: 29px;
}

.media-left,
.media-right,
.media-body {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 450px) {
  .media-left,
  .media-right,
  .media-body {
    display: block;
    width: 100%;
  }
}

@media (max-width: 450px) {
  .media-left img,
  .media-right img {
    margin-bottom: 10px;
  }
}
/*========================================================
					 FOOTER  Styles
=========================================================*/
footer {
  background: #423e4c;
  padding-top: 20px;
  padding-bottom: 20px;
}
@media (max-width: 991px) {
  footer {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
footer a:hover {
  color: #eb2630;
}
footer .navbar-brand a:hover {
  color: #fff;
}

time {
  text-transform: uppercase;
}

.txt-no-upp {
  text-transform: none;
}

.col-4_mod div:nth-child(n+4) {
  margin-top: 158px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-4_mod div:nth-child(3n+4) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-4_mod div:nth-child(n+3) {
    margin-top: 158px;
  }
}
@media (max-width: 767px) {
  .col-4_mod div:nth-child(n+2) {
    margin-top: 60px;
  }

  .col-4_mod div:nth-child(n+1) {
    float: none;
    text-align: center;
    max-width: 370px;
    margin-left: auto;
    margin-right: auto;
  }
}
.col-3_mod div:nth-child(n+5) {
  margin-top: 83px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .col-3_mod div:nth-child(4n+5) {
    clear: both;
  }
}
@media (max-width: 991px) {
  .col-3_mod div:nth-child(n+3) {
    margin-top: 83px;
  }
}
@media (max-width: 767px) {
  .col-3_mod div:nth-child(n+2) {
    margin-top: 60px;
  }

  .col-3_mod div:nth-child(n+1) {
    float: none;
    text-align: center;
    max-width: 270px;
    margin-left: auto;
    margin-right: auto;
  }
}
.brdr1 [class*='col-'] + [class*='col-'] {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 991px) {
  .brdr1 [class*='col-'] + [class*='col-'] {
    border-left: none;
  }
}
