@charset "UTF-8";
@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:400,700);
@import url(//fonts.googleapis.com/css?family=Roboto+Slab);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #cf142b;
  color: #777777;
  font: 400 15px/25px "PT Sans Narrow", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}

h1 {
  font-size: 50px;
  line-height: 50px;
}

h2 {
  font-size: 68px;
  line-height: 74px;
}

h3 {
  font-size: 25px;
  line-height: 30px;
  color: #000000;
}

h4 {
  font-size: 20px;
  line-height: 25px;
}

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

h6 {
  font-size: 15px;
  line-height: 25px;
}

p {
  font-weight: 400;
  font-size: 15px;
  line-height: 20px;
}
p .fa {
  text-decoration: none;
}

time {
  display: block;
}

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

a[href^="tel:"],
a[href^="callto:"] {
  color: inherit;
  text-decoration: none;
}

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;
}

em {
  text-transform: uppercase;
  color: #cf142b;
}

.center {
  text-align: center;
}

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

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

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

.row + .btn {
  margin-top: 28px;
}

img + * {
  margin-top: 27px;
}

img + h4 {
  margin-top: 12px;
}

p + a[href^="mailto:"] {
  margin-top: 20px;
}

p + p {
  margin-top: 16px;
}

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

p + .btn {
  margin-top: 16px;
}

p + h4 {
  margin-top: 20px;
}

h2 + p {
  margin-top: 15px;
}

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

h3 + h4 {
  margin-top: 17px;
}

h4 + p {
  margin-top: 10px;
}

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

* + .item-list {
  margin-top: 23px;
}

* + .__offs1 {
  margin-top: 8px;
}

* + .__offs2 {
  margin-top: 16px;
}

* + .__offs3 {
  margin-top: 17px;
}

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

* + .__offs5 {
  margin-top: 7px;
}

* + .__offs6 {
  margin-top: 22px;
}

* + .__offs7 {
  margin-top: 6px;
}

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

* + .__offs9 {
  margin-top: 12px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================    Social     ======================*/
.inline-list {
  display: inline-block;
  color: #ffffff;
}
.inline-list:before, .inline-list:after {
  content: '';
  display: inline-block;
}
.inline-list :after {
  clear: both;
}
.inline-list li {
  list-style: none;
  float: left;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.inline-list li .fa {
  font-size: 24px;
  line-height: 24px;
}
.inline-list li + li {
  margin-left: 11px;
}
.inline-list li:hover {
  color: #000000;
  text-decoration: none;
}

/*==================    Contact    ======================*/
.contact dl * {
  display: inline-block;
  color: #ffffff;
}
.contact dl + dl {
  margin-top: 6px;
}
.contact dt {
  font-weight: 700;
  text-transform: uppercase;
}
.contact dt + dd > a {
  padding-left: 3px;
}
.contact a {
  font-weight: 700;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.contact a:hover {
  color: #000000;
}

/*==================     Copy      ======================*/
.copy {
  color: #ffffff;
  font: 400 12px "PT Sans Narrow", sans-serif;
}
.copy a {
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.copy a:hover {
  color: #000000;
}

/*==================    Item List   ======================*/
.item-list li {
  position: relative;
  display: block;
}
.item-list li:nth-child(n+6) {
  margin-top: 22px;
}
.item-list li:nth-child(5n+1) {
  clear: left;
}
.item-list li a {
  padding-top: 13px;
  display: block;
  color: #000000;
  font: 700 15px/25px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.item-list li a + p {
  margin-top: 7px;
}
.item-list li:before {
  display: block;
  margin: 0 auto;
  width: 80px;
  height: 80px;
  text-align: center;
  font: 400 24px/80px 'FontAwesome';
  color: #ffffff;
  background: #cf142b;
  -moz-transition: 0.6s ease;
  -o-transition: 0.6s ease;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
}
.lt-ie9 .item-list li:before {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFcf142b', endColorstr='#FFcf142b')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFcf142b', endColorstr='#FFcf142b');
  zoom: 1;
}
.item-list li:hover a {
  color: #cf142b;
}
.item-list li:hover:before {
  background: #000000;
}
.item-list li p {
  line-height: 25px;
}

/*==================    Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-top: 0px;
}
.index-list li {
  margin-top: 0px;
}
.index-list li:before {
  position: absolute;
  top: -3px;
  left: 0%;
  width: 65px;
  height: 65px;
  color: #ffffff;
   /*====
  font: 400 65px/65px "PT Sans Narrow", sans-serif;
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  ===*/
}
.index-list li + li {
  margin-top: 15px;
}
.index-list li p {
  padding-right: 20px;
}
.index-list li h3 + p {
  margin-top: 8px;
}

.index-list-mod1 {
  color: #ffffff;
  counter-reset: li;
}
.index-list-mod1 li {
  position: relative;
  background: #cf142b;
  padding-top: 148px;
  padding-bottom: 35px;
}
.index-list-mod1 li:nth-child(n+5) {
  margin-top: 40px;
}
.index-list-mod1 li + li {
  margin-top: 0;
}
.index-list-mod1 li:before {
  position: absolute;
  top: 39px;
  left: 50%;
  margin-left: -40px;
  width: 76px;
  height: 76px;
  text-indent: 6px;
  color: #ffffff;
  border: 2px solid #ffffff;
  font: 400 30px/74px "PT Sans Narrow", sans-serif;
  content: counter(li,decimal) ".";
  counter-increment: li;
}
.index-list-mod1 li p {
  padding: 0 15px;
}

.index-list__offs1 {
  counter-reset: li;
}
.index-list__offs1 li {
  padding-top: 59px;
}
.index-list__offs1 li:before {
  top: -11px;
}
.index-list__offs1 li h3 + p {
  margin-top: 11px;
}
.index-list__offs1 li + li {
  margin-top: 21px;
}

/*==================    Marked List  ======================*/
.marked-list li + li {
  margin-top: 11px;
}
.marked-list li {
  position: relative;
}
.marked-list li:first-child {
  margin-top: 10px;
}
.marked-list li:before {
  content: '\f054';
  font: 400 12px/24px 'FontAwesome'; 
  position: absolute;
  left: 0;
  top: 0;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
	
  
}
.marked-list li:hover:before {
  left: 3px;
}
.marked-list li a {
  padding-left: 18px;
  -moz-transition: 0.4s ease;
  -o-transition: 0.4s ease;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  color:#ffffff;
}
.marked-list li a:hover {
  color: #000000;
  text-decoration: none;
}

/*==================  Terms List  ======================*/
.terms-list {
  padding-top: 18px;
}
.terms-list dt {
  font: 700 15px/25px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  color: #000000;
}
.terms-list dt + dd {
  margin-top: 10px;
}
.terms-list dd {
  font: 400 15px/25px "PT Sans Narrow", sans-serif;
}
.terms-list dd + dt {
  margin-top: 20px;
}

/*==================   Blockquote  ======================*/
blockquote {
  padding-top: 104px;
  color: #ffffff;
}
blockquote p {
  padding: 0 90px;
  text-transform: uppercase;
}
blockquote p + h4 {
  margin-top: 29px;
}
blockquote:before {
  color: #cf142b;
  content: "";
  position: absolute;
  top: 16.7%;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 27px;
  height: 23px;
  background: url(../images/q.png) no-repeat;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #cf142b;
}
.bg-primary h2, .bg-primary h3, .bg-primary h4, .bg-primary h5, .bg-primary h6, .bg-primary p, .bg-primary li:before {
  color: #ffffff;
}

.bg-secondary {
  background: #000000;
}
.bg-secondary h3 {
  color: #ffffff;
}

.bg-white {
  background: #ffffff;
}
.bg-white h4, .bg-white h5, .bg-white h6 {
  color: #cf142b;
}

.bg-other {
  position: relative;
  background: #cf142b;
}
.bg-other h2, .bg-other h3, .bg-other h4, .bg-other h5, .bg-other h6, .bg-other p {
  color: #ffffff;
}
.bg-other:before {
  position: absolute;
  content: "";
  width: 3000px;
  height: 100%;
  right: 100%;
  top: 0;
  background: #cf142b;
}
@media (max-width: 767px) {
  .bg-other:before {
    right: inherit;
    margin-left: -1000px;
  }
}

/*==================    Colors    ======================*/
.color-primary {
  color: #cf142b;
}

.color-secondary {
  color: #000000;
}

.color-white {
  color: #ffffff;
}

/*===============  Parallax Content  ====================*/
.parallax_content {
  padding: 51px 100px;
}
.parallax_content h2 {
  color: #cf142b;
}
.parallax_content p {
  text-transform: uppercase;
  color: #ffffff;
}

.parallax_content__offs1 {
  padding: 44px 100px;
}

/*==================    Buttons    ======================*/
.btn {
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  background: #cf142b;
  border: 2px solid #cf142b;
  padding: 9px 19px 9px 20px;
  font: 700 18px/18px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn:hover {
  color: #ffffff;
  background: #000000;
  border: 2px solid #000000;
}
.btn:active {
  background: #555555;
  border: 2px solid #555555;
}

/*==================      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;
}

/*===========  Responsive Components  ===================*/
@media (max-width: 767px) {
  img {
    width: 100%;
  }

  .parallax_content {
    padding: 30px 0;
  }
  .parallax_content h2 {
    font-size: 40px;
    line-height: 50px;
  }

  blockquote p {
    padding: 0;
  }
}
/*========================   Menu   ==========================*/
.sf-menu {
  display: inline-block;
  font: 700 18px/18px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  text-align: left;
}
.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: 30px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #ffffff;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover, .sf-menu > li.active > a {
  color: #cf142b;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 188px;
  margin-top: 15px;
  padding: 15px 20px;
  background: white;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul {
  font-size: 15px;
  background: #828282;
}
.sf-menu ul > li > a {
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  color: #ffffff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #cf142b;
}
.sf-menu ul > li + li {
  margin-top: 8px;
}

.sf-menu ul ul {
  width: 168px;
  margin-top: 3px;
  z-index: 4;
  top: 22px;
  left: 192px;
  padding: 5px 15px;
  position: static;
}

.sf-menu ul ul > li {
  background: none;
}
.sf-menu ul ul > li > a {
  color: #ffffff;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #cf142b;
  background: none;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  left: 50%;
  top: 100%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "FontAwesome";
}

.sf-menu > li > ul > li .sf-with-ul {
  position: relative;
}
.sf-menu > li > ul > li .sf-with-ul:after {
  position: absolute;
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  left: 155px;
  top: -8px;
  margin-left: 0px;
  content: "";
  font: 400 15px/35px "FontAwesome";
  color: #cf142b;
}

@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: #cf142b;
  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 {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.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;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: rgba(0, 0, 0, 0.7) !important;
  z-index: 999;
  border-bottom: 1px solid #333333;
}
.isStuck .brand {
  padding: 0 0 3px;
}
.isStuck .nav {
  padding: 27px 0px 18px;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  font-size: 34px;
  line-height: 36px;
  color: #ffffff;
  background: #1c1c1c;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #ffffff;
  background: #cf142b;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .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 img + * {
  margin-top: 0;
}
.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(0, 0, 0, 0.5);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#80000000');
  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);
}

/*=================       Tabs     ======================*/
.resp-tabs-list {
  margin-top: 23px;
  font: 700 18px/20px "PT Sans Narrow", sans-serif;
  display: block;
  text-transform: uppercase;
}
.resp-tabs-list li {
  cursor: pointer;
  display: inline-block;
  padding: 8px 18px;
  color: #cf142b;
  background: #ffffff;
  border: 2px solid #cf142b;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.resp-tabs-list li:hover {
  color: #ffffff;
  background: #cf142b;
}


.resp-tabs-list li + li {
  margin-left: 0px;
}
.resp-tabs-list + * {
  margin-top: 21px;
}

.resp-accordion {
  display: none;
}

.resp-tab-content {
  display: none;
}

.resp-tab-content-active {
  display: block;
  
}

@media (max-width: 1199px) {
  .resp-tabs-list {
    display: inline-block;
    text-align: center;
  }
  .resp-tabs-list li:first-child {
    margin-top: 15px;
  }
  .resp-tabs-list li + li {
    margin-top: 15px;
  }
}
@media (max-width: 699px) {
  .resp-accordion {
    display: block;
    text-align: center;
    padding: 6px;
    border-bottom: 2px solid #ffffff;
    background: #cf142b;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
  }
  .resp-accordion:hover {
    cursor: pointer;
    background: #cf142b;
  }

  .resp-tab-active {
    background: #000000;
    color: #ffffff;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
  position: relative;
}
header .brand {
  padding: 17px 0 18px 0;
  float: left;
  color: #cf142b;
}
header .brand_name span {
  font-weight: 400;
  display: block;
  font-size: 21px;
  line-height: 21px;
}
@media (max-width: 767px) {
  header .brand {
    width: 100%;
  }
}
header .nav {
  padding: 45px 0 18px 0;
  letter-spacing: 0.3px;
  float: right;
}
header .stuck_container {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
}

.header__ins1 .stuck_container {
  position: static;
  background-image: url("../images/header-bg.jpg") !important;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: #ffffff;
}

.mail {
  display: inline-block;
  font: 700 15px/25px "PT Sans Narrow", sans-serif;
  text-transform: uppercase;
  color: #cf142b;
  -moz-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.mail:hover {
  color: #f5a098;
}

/*==================      Well     ======================*/
.well {
  padding-top: 41px;
  padding-bottom: 43px;
}

.well__ins1 {
  padding-bottom: 47px;
}

.well__ins2 {
  padding-bottom: 46px;
}

.well__ins3 {
  padding-bottom: 44px;
}

.well__ins4 {
  padding-bottom: 30px;
}

.well__ins5 {
  padding-bottom: 53px;
}

.well__ins6 {
  padding-bottom: 101px;
}

.well__ins7 {
  padding-bottom: 51px;
}

.well__ins8 {
  padding-bottom: 42px;
}

.well__ins9 {
  padding-bottom: 58px;
}

.well__ins10 {
  padding-bottom: 45px;
}

.well__ins11 {
  padding-bottom: 73px;
}

.well1 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well2 {
  padding-top: 47px;
  padding-bottom: 51px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
@media (max-width: 767px) {
  footer .copy {
    text-align: center;
  }
}
