@charset "UTF-8";
@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);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #fff;
  color: #777777;
  font: 16px/24px "PT Sans", sans-serif;
  font-weight: normal;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, .terms-list dt, h4, h5, h6 {
  font-weight: 300;
}

h1 {
  font-size: 35px;
  line-height: 40px;
}

h2 {
  font-family: Raleway;
  font-size: 32px;
  line-height: 40px;
}

h2b {
  font-family: Raleway;
  font-size: 20px;
  line-height: 30px;
}

h3, .terms-list dt {
  font-size: 16px;
  line-height: 24px;
}
h3 a:hover, .terms-list dt a:hover {
  color: #ff2a1a;
}
h3 a:active, .terms-list dt a:active {
  color: #2d9f88;
}

h4 {
  font-size: 17px;
  line-height: 16px;
}

h5 {
  font-size: 15px;
  line-height: 15px;
}

h6 {
  font-size: 14px;
  line-height: 14px;
}

h9 {
  font-family: Raleway;
  font-size: 32px;
  line-height: 40px;
  color: #fff;
}
h10 {
  font-family: Raleway;
  font-size: 18px;
  line-height: 24px;
  color: #ff2a1a;
}

p a:hover, .terms-list dd a:hover, .marked-list a:hover, .list a:hover {
  text-decoration: underline;
}
p .fa, .terms-list dd .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

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: inherit;
  text-decoration: none;
}

strong {
  font-weight: 300;
}

.fa {
  line-height: inherit;
}

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

time {
  position: relative;
  display: inline-block;
  color: #ff2a1a;
  margin-right: -18px;
}
time:before {
  content: '\f073';
  position: absolute;
  left: -20px;
  top: 0;
  font-family: "FontAwesome";
}

blockquote {
  color: #fff;
}
blockquote img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
blockquote a {
  display: inline-block;
  text-decoration: none;
}
blockquote a:hover {
  text-decoration: underline;
}
blockquote p, blockquote .terms-list dd, .terms-list blockquote dd {
  position: relative;
}
blockquote p:before, blockquote .terms-list dd:before, .terms-list blockquote dd:before {
  position: absolute;
  content: '\f10e';
  left: 17%;
  top: -4px;
  font-size: 26px;
  font-family: "FontAwesome";
}
blockquote * + p, blockquote .terms-list * + dd, .terms-list blockquote * + dd {
  margin-top: 24px;
}
blockquote * + h3, blockquote .terms-list * + dt, .terms-list blockquote * + dt {
  margin-top: 9px;
}
blockquote * + a {
  margin-top: 10px;
}

article img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
article p, article .terms-list dd, .terms-list article dd {
  padding: 0 30px;
}

.center {
	text-align: center;
}

.justify {
  text-align: justify;
}

.left {
  text-align: left;
}

.primary-color {
  color: #333333;
}

.secondary-color {
  color: #ff2a1a;
}
.secondary-color a:hover {
  color: #333333;
}
.secondary-color a:active {
  color: #4d4d4d;
}

.img_wr {
  display: block;
}
.img_wr img {
  display: inline-block;
}

hr {
  height: 4px;
  border: none;
  width: 47px;
  background: #e5e5e5;
}

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


.grid_4 > .fa + h3 + p, .terms-list .grid_4 > .fa + dt + p, .terms-list .grid_4 > .fa + h3 + dd, .terms-list .grid_4 > .fa + dt + dd {
  padding: 0 5px;
}

@media (min-width: 980px) and (max-width: 1199px) {
  blockquote p:before, blockquote .terms-list dd:before, .terms-list blockquote dd:before {
    left: 10%;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  blockquote p:before, blockquote .terms-list dd:before, .terms-list blockquote dd:before {
    left: 50%;
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -16px;
  }
}
@media (max-width: 479px) {
  blockquote p:before, blockquote .terms-list dd:before, .terms-list blockquote dd:before {
    left: 4%;
  }
}


/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 34px;
}

* + h3, .terms-list * + dt {
  margin-top: 22px;
}

* + p, .terms-list * + dd {
  margin-top: 17px;
}

* + .btn, * + .btn2 {
  margin-top: 35px;
}

* + .btn2 {
  margin-top: 43px;
}

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

* + hr {
  margin-top: 49px;
}

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

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

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

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

time + h3, .terms-list time + dt {
  margin-top: 5px;
}

time + .inline-list {
  margin-top: 2px;
}

h2 + .offset {
  margin-top: 30px;
}

h2 + .offset2 {
  margin-top: 18px;
}

.inline-list + h3, .terms-list .inline-list + dt {
  margin-top: 5px;
}

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

.row + .offset {
  margin-top: 56px;
}

.row + hr {
  margin-top: 56px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Video     ======================*/
.vide {
  position: relative;
}
.vide * + p, .vide .terms-list * + dd, .terms-list .vide * + dd {
  margin-top: 0;
}
.vide h1 {
  font-size: 55px;
  line-height: 63px;
}
.vide header {
  padding-top: 86px;
  padding-bottom: 640px;
}
.vide header .nav {
  display: inline-block;
  float: none;
}
.vide header .brand {
  float: none;
}
.vide footer {
  position: absolute;
  bottom: -6px;
  left: -2px;
  right: 0;
}
.vide footer .copyright {
  color: #fff;
}
.vide footer .inline-list li a {
  font-size: 18px;
  line-height: 46px;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.vide footer .inline-list li a:hover {
  color: #ff2a1a;
  background: #fff;
}
.vide footer .inline-list li + li {
  margin-left: 8px;
}

@media (max-width: 479px) {
  .vide h1 {
    font-size: 50px;
  }
}
.fancybox-wrap {
  z-index: 15;
}
.fancybox-wrap iframe {
  height: 100%;
  width: 100%;
}

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px;
}

/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
  overflow: hidden;
  color: #fff;
}
.brand_slogan {
  text-transform: uppercase;
  color: #ff2a1a;
  letter-spacing: 2.6px;
  font-size: 10px;
  line-height: 23px;
}

main > .brand {
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}
main > .brand p, main > .brand .terms-list dd, .terms-list main > .brand dd {
  font-size: 12px;
  line-height: 35px;
}

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

.bg-secondary {
  background: #333333;
  color: #fff;
}
.bg-secondary img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.bg-secondary .btn:hover, .bg-secondary .btn2:hover {
  color: #333333;
  background: #fff;
}
.bg-secondary .btn:active, .bg-secondary .btn2:active {
  background: #e6e6e6;
}
.bg-secondary .img_wr img {
  float: left;
}
.bg-secondary .offset {
  margin-top: 16px;
}

@media (max-width: 767px) {
  .bg-secondary .img_wr img {
    float: none;
  }
}
/*==================     Icons     ======================*/
.fa-video-camera,
.fa-play-circle-o,
.fa-file-video-o {
  display: inline-block;
  font-size: 33px;
  line-height: 94px;
  height: 94px;
  width: 94px;
  border: 2px solid #d4d4d4;
  color: #d4d4d4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*==================  Contact info  ======================*/
.terms-list {
  padding: 0 70px;
}
.terms-list dt {
  color: #ff2a1a;
}
.terms-list dd a {
  color: #ff2a1a;
}
.terms-list dd a:hover {
  text-decoration: underline;
}
.terms-list dd + dt {
  margin-top: 50px;
}

@media (max-width: 479px) {
  .terms-list {
    padding: 0;
  }
}
/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li a {
  color: #777777;
  font-family: "PT Sans", sans-serif;
}
.inline-list li a:active {
  color: #ff2a1a;
}
.inline-list li:before {
  margin-right: 9px;
  margin-left: 5px;
  color: silver;
}
.inline-list li + li {
  margin-left: 13px;
}
.inline-list a:hover {
  color: #ff2a1a;
}

/*==================    Buttons    ======================*/
.btn, .btn2 {
  display: inline-block;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  padding: 13px 40px;
  text-transform: uppercase;
  background: #333333;
  color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.btn:hover, .btn2:hover {
  background: #ff2a1a;
}
.btn:active, .btn2:active {
  background: #2d9f88;
}

.btn2 {
  background: #ff2a1a;
  padding: 13px 28px;
}
.btn2:hover {
  background: #333333;
}
.btn2:active {
  background: #1a1a1a;
}
.btn2_mod1 {
  padding: 13px 38px;
}

/*==================      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 {
  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: 19px;
}
.sf-menu a {
  display: block;
  padding: 2px 8px 3px 8px;
  font-size: 14px;
  line-height: 23px;
  font-weight: 300;
  border: 2px solid rgba(255, 255, 255, 0);
}

.sf-menu > li > a {
  color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  border: 2px solid #ff2a1a;
}
.sf-menu > li.active > a {
  border: 2px solid #ff2a1a;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  right: -50px;
  width: 155px;
  margin-top: 10px;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #fff;
  background: #ff2a1a;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ff2a1a;
  background: #fff;
}

.sf-menu ul ul {
  position: absolute;
  top: 0;
  right: -106px;
  width: 100px;
  margin-top: 0;
  padding: 0;
  z-index: 4;
  border: none;
}

.sf-menu ul ul > li > a {
  color: #fff;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ff2a1a;
  background: #fff;
}

@media (max-width: 767px) {
  .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: 0;
  width: 240px;
  padding: 20px 0;
  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: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #ff2a1a;
  color: #FFF;
}
.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: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  ======================*/
.vide > header > .isStuck .nav {
  padding-bottom: 15px;
}

.isStuck {
  z-index: 999;
  border-bottom: 1px solid #777777;
  background: #333333;
}

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

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================   Thumbnail    ======================*/
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.thumb .wrapp {
  color: #fff;
  position: absolute;
  top: 34%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 580px;
}
.thumb img {
  width: 100%;
  height: auto;
  will-change: transform;
  -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_video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -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_video:before {
  content: "";
  position: absolute;
  top: 64%;
  left: 0;
  right: 0;
  font: 400 72px "FontAwesome";
  line-height: 72px;
  margin-top: -36px;
  text-align: center;
}
.lt-ie9 .thumb_overlay_video:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  background: rgba(247, 148, 32, 0.2);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ff2a1a', endColorstr='#33ff2a1a')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ff2a1a', endColorstr='#33ff2a1a');
  zoom: 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);
}

@media (max-width: 1690px) {
  .thumb .wrapp {
    top: 21%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .thumb_overlay_video:before {
    top: 74%;
  }

  .thumb .wrapp {
    top: 17%;
  }
}
@media (max-width: 979px) {
  .thumb .wrapp p, .thumb .wrapp .terms-list dd, .terms-list .thumb .wrapp dd {
    display: none;
  }
}
@media (max-width: 767px) {
  .thumb .wrapp {
    top: 14%;
  }
  .thumb .wrapp h2 {
    font-size: 25px;
  }

  .thumb_overlay_video:before {
    font-size: 52px;
  }
}
@media (max-width: 479px) {
  .thumb .wrapp h2 {
    display: none;
  }

  .thumb_overlay_video:before {
    top: 50%;
  }
}


/*==================   Thumbnail  (image)  ======================*/
/*==================   Thumbnail  (image)  ======================*/
.thumb2 {
  display: block;
  position: relative;
  overflow: hidden;
  text-align: center;
}
.thumb2 .wrapp {
  color: #fff;
  position: absolute;
  top: 34%;
  left: 50%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  width: 580px;
}
.thumb2 img {
  width: 70%;
  height: auto;
  will-change: transform;
  -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_video {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 1;
  -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_video:before {
  content: "";
  position: absolute;
  top: 64%;
  left: 0;
  right: 0;
  font: 400 72px "FontAwesome";
  line-height: 72px;
  margin-top: -36px;
  text-align: center;
}
.lt-ie9 .thumb_overlay_video:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  background: rgba(247, 148, 32, 0.2);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ff2a1a', endColorstr='#33ff2a1a')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33ff2a1a', endColorstr='#33ff2a1a');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb2:hover img {
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 1690px) {
  .thumb .wrapp {
    top: 21%;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .thumb_overlay_video:before {
    top: 74%;
  }

  .thumb .wrapp {
    top: 17%;
  }
}
@media (max-width: 979px) {
  .thumb .wrapp p, .thumb .wrapp .terms-list dd, .terms-list .thumb .wrapp dd {
    display: none;
  }
}
@media (max-width: 767px) {
  .thumb .wrapp {
    top: 14%;
  }
  .thumb .wrapp h2 {
    font-size: 25px;
  }

  .thumb_overlay_video:before {
    font-size: 52px;
  }
}
@media (max-width: 479px) {
  .thumb .wrapp h2 {
    display: none;
  }

  .thumb_overlay_video:before {
    top: 50%;
  }
}


/*========================================================
                     HEADER  Section
=========================================================*/
header {
  text-align: center;
  padding-top: 32px;
  padding-bottom: 98px;
  background: url("../images/header-bg.jpg");
  background-size: cover;
}
header .brand {
  float: left;
}
header .nav {
  padding-top: 13px;
  float: right;
}
header * + .container {
  margin-top: 76px;
}
header * + .offset {
  margin-top: 67px;
}
header * + .inline-list {
  margin-top: 28px;
}
header * + p, header .terms-list * + dd, .terms-list header * + dd {
  margin-top: 0;
}
header blockquote cite {
  color: #ff2a1a;
}
header blockquote cite span {
  color: #fff;
}
header blockquote p, header blockquote .terms-list dd, .terms-list header blockquote dd {
  color: #fff;
  padding: 0 50px;
}
header blockquote p:before, header blockquote .terms-list dd:before, .terms-list header blockquote dd:before {
  display: none;
}
header blockquote * + h2 {
  margin-top: 31px;
}
header blockquote * + p, header blockquote .terms-list * + dd, .terms-list header blockquote * + dd {
  margin-top: 17px;
}
header h1 {
  color: #ff2a1a;
}
header .inline-list .active a {
  color: #ff2a1a;
}
header .inline-list li {
  position: relative;
}
header .inline-list li a {
  color: #fff;
}
header .inline-list li a:hover {
  color: #ff2a1a;
}
header .inline-list li + li {
  margin-left: 26px;
}
header .inline-list li:after {
  position: absolute;
  content: '';
  bottom: 4px;
  right: -16px;
  height: 11px;
  width: 2px;
  transform: rotate(203deg);
  background: #fff;
}
header .inline-list li:last-child:after {
  height: 0;
  width: 0;
}
@media (max-width: 767px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}

.header__ins1 {
  padding-bottom: 110px;
}

@media (max-width: 979px) {
  header blockquote p, header blockquote .terms-list dd, .terms-list header blockquote dd {
    padding: 0;
  }
}
/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #fff;
}

/*==================      Well     ======================*/
.well {
  padding-top: 53px;
  padding-bottom: 30px;
}

.well2 {
  padding-bottom: 80px;
}

.well3 {
  padding-top: 300px;
}

.well4 {
  padding-top: 63px;
  padding-bottom: 78px;
}

.well5 {
  padding-top: 63px;
  padding-bottom: 63px;
}
.well6 {
  padding-top: 53px;
  padding-bottom: 30px;
}

.well__ins1 {
  padding-bottom: 56px;
}

.well__ins2 {
  padding-bottom: 4px;
}

.well__ins3 {
  padding-top: 15px;
}

.well__ins4 {
  padding-bottom: 10px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  color: #fff;
  font-size: 14px;
  line-height: 23px;
  padding-top: 68px;
  padding-bottom: 77px;
}
footer .copyright {
  display: inline-block;
  color: #777777;
}
footer .copyright a:hover {
  color: #ff2a1a;
}
footer .copyright a:active {
  color: #2d9f88;
}
footer .inline-list li a {
  font-size: 18px;
  line-height: 46px;
  width: 46px;
  height: 46px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: silver;
  border: 2px solid silver;
}
footer .inline-list li a:hover {
  color: #fff;
  background: silver;
}
footer .inline-list li a:active {
  background: #a7a7a7;
}
footer .inline-list li + li {
  margin-left: 11px;
}
footer * + .copyright {
  margin-top: 40px;
}

.footer__ins1 {
  padding-top: 80px;
  padding-bottom: 97px;
}
