@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=Great+Vibes|Merriweather:700|Roboto:400,300,900|Lato:400,300);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #683139;
  font: 400 16px/21px "Lato", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 900;
}

h1 {
  font-size: 56px;
  line-height: 60px;
  font-family: "Great Vibes", cursive;
  letter-spacing: -1.4px;
  font-weight: 400;
  text-transform: none;
}

h2 {
  font-size: 72px;
  line-height: 80px;
  font-family: "Roboto", sans-serif;
  letter-spacing: -1.8px;
}

h3 {
  font-size: 48px;
  line-height: 52px;
  font-family: "Roboto", sans-serif;
}

h4 {
  font-size: 24px;
  line-height: 30px;
  color: #F30; 
}

h5 {
  font-size: 18px;
  line-height: 22px;
}

h6 {
  font-size: 16px;
  line-height: 21px;
}
h6.p-color a:hover {
  color: #f44236;
}

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;
  font-size: 48px;
  line-height: 52px;
  font-weight: 300;
}
@media (min-width: 768px) and (max-width: 991px) {
  time {
    font-size: 38px;
    line-height: 42px;
  }
}

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

.fa {
  line-height: inherit;
}

.center {
  text-align: center;
}

.p-color {
  color: #01bbd4;
}

.s2-color {
  color: #f44236;
}

.img_add {
  margin-top: -17px;
}

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

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

@media (max-width: 767px) {
  .img_add2 {
    margin-top: -180px;
  }

  .clr {
    clear: left;
  }
}
@media (max-width: 479px) {
  h2 {
    font-size: 42px;
    line-height: 50px;
  }

  .resp-off_479 {
    margin-top: 30px;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 87px;
}

* + h4 {
  margin-top: 23px;
}

* + p {
  margin-top: 7px;
}

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

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

* + h6 {
  margin-top: 18px;
}

* + .off2 {
  margin-top: 78px;
}

* + .box {
  margin-top: 49px;
}

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

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

.off {
  margin-top: -4px;
}

p + .off {
  margin-top: 57px;
}

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

.row + .center {
  margin-top: 97px;
}

.row + .off {
  margin-top: 60px;
}

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

@media (max-width: 767px) {
  .resp-off {
    margin-top: 30px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  color: #F30;
}
.brand_slogan {
  font-family: "Merriweather", serif;
  font-size: 18px;
  line-height: 12px;
  font-weight: 700;
  margin-top:   2px;
  margin-left: 0px;
}

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: #01bbd4;
}
.bg-primary * {
  color: #fff;
}
.bg-primary .marked-list li:before {
  background: #fff;
}

.bg-default {
  background: #fefdfb;
}

/*===============  Fixed Backgrounds  ===================*/
[class*='bg'] h2 {
  color: #fff;
}

.bg1 {
  background: url("../images/bg-img.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg2 {
  background: url("../images/bg-img2.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg3 {
  background: url("../images/bg3.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg4 {
  background: url("../images/bg4.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg5 {
  background: url("../images/bg5.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg6 {
  background: url("../images/bg6.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg7 {
  background: url("../images/bg7.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg8 {
  background: url("../images/bg8.jpg") fixed no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
}

@media (max-width: 1199px) {
  [class*='bg'] {
    background-attachment: scroll;
  }
}
/*==================     Events     ======================*/
@media (min-width: 991px) and (max-width: 1199px) {
  .events time {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .events time {
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .events time {
    font-size: 24px;
    line-height: 26px;
  }
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-size: 48px;
  line-height: 49px;
  font-weight: 700;
  letter-spacing: -0.48px;
  border: 3px solid #f44236;
  background: transparent;
  color: #f44236;
  position: relative;
  padding: 33px 43px 33px 152px;
}
.btn:before {
  position: absolute;
  top: 56px;
  left: 33px;
  font-size: 94px;
  color: #f44236;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.btn:hover {
  border-color: #01bbd4;
  background: #01bbd4;
  color: #fff;
}
.btn:hover:before {
  color: #fff;
}
.btn:hover:active {
  background: #018ea1;
}

.btn2 {
  display: inline-block;
  font-weight: 900;
  color: #fff;
  background: #f44236;
  padding: 22px 37px;
  text-transform: uppercase;
}
.btn2:hover {
  background: #01bbd4;
}
.btn2:active {
  background: #018ea1;
}
.btn2.bg-primary {
  background: #01bbd4;
}
.btn2.bg-primary:hover {
  background: #f44236;
}
.btn2.bg-primary:active {
  background: #ea1b0d;
}

.btn2_mod1 {
  padding: 22px 47px;
}

@media (min-width: 768px) and (max-width: 1199px), (max-width: 479px) {
  .btn {
    padding: 33px 43px 33px 32px;
    text-align: center;
    display: block;
  }
  .btn:before {
    display: none;
  }
}
@media (max-width: 767px) {
  .btn {
    width: 100%;
    text-align: center;
    display: block;
    padding: 43px 43px 53px 152px;
  }
}
@media (max-width: 479px) {
  .btn {
    padding: 30px;
  }
}
/*================== Address List ======================*/
.address-list address {
  font: 900 16px/21px "Lato", sans-serif;
  text-transform: uppercase;
}
.address-list li dl a:hover {
  color: #f44236;
}
.address-list li dl a[href^="mailto:"]:hover {
  color: #f44236;
  text-decoration: underline;
}
.address-list li dt {
  float: left;
}
.address-list li dd {
  float: right;
  margin-right: 43px;
}
.address-list li dl + dl {
  clear: both;
}
.address-list li dl + dl dd, .address-list li dl + dl dt {
  display: inline-block;
  float: none;
}
.address-list li dt + dd {
  margin-top: 0;
}
.address-list li dd + dt {
  clear: both;
  margin-top: 0;
}
.address-list address + dl {
  margin-top: 11px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .address-list li dl {
    font-size: 13px;
  }
}
/*================  Terms List  ======================*/
.terms-list dt {
  font-size: 24px;
  line-height: 31px;
  color: #01bbd4;
  text-transform: uppercase;
  font-weight: 900;
}
.terms-list dd {
  font-size: 16px;
  line-height: 21px;
}
.terms-list * + dd {
  margin-top: 4px;
}
.terms-list dd + dt {
  margin-top: 30px;
}
.terms-list dd > a {
  display: inline-block;
  font-size: 16px;
  line-height: 22px;
  margin-top: 23px;
}
.terms-list dd > a:hover {
  color: #01bbd4;
  text-decoration: underline;
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  padding-left: 115px;
  position: relative;
}
.index-list li:before {
  content: counter(li,decimal) ".";
  counter-increment: li;
  text-align: center;
  position: absolute;
  font-size: 40px;
  line-height: 70px;
  font-weight: 900;
  font-family: "Roboto", sans-serif;
  left: 18px;
  top: 5px;
  height: 70px;
  width: 70px;
  color: #fff;
  border: 2px solid #fff;
}
.index-list li.grid_1:nth-child(12n + 13),
.index-list li.grid_2:nth-child(6n + 7),
.index-list li.grid_3:nth-child(4n + 5),
.index-list li.grid_4:nth-child(3n + 4),
.index-list li.grid_6:nth-child(2n + 3) {
  clear: left;
}

/*==================  Inline List  ======================*/
.inline-list li {
  display: inline-block;
}
.inline-list li + li {
  margin-left: 10px;
}
.inline-list a:hover {
  color: #01bbd4;
}

/*==================  Marked List  ======================*/
.marked-list li {
  position: relative;
  padding-left: 18px;
  font-size: 16px;
  line-height: 30px;
}
.marked-list li:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 40%;
  height: 8px;
  width: 8px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #f44236;
}
.marked-list li + li {
  margin-top: 0;
}
.marked-list a:hover {
  color: #f44236;
  text-decoration: none;
}

/*================== Flex List ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
}
.flex-list li a img {
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.flex-list li a: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);
}
.flex-list li:first-child {
  text-align: left;
}
.flex-list li:last-child {
  text-align: right;
}
.flex-list li.off {
  padding-left: 60px;
}
@media (max-width: 767px) {
  .flex-list, .flex-list li {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .flex-list li a:hover img {
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}
@media (max-width: 991px) {
  .flex-list li.off {
    padding-left: 0;
    margin: 0;
  }
  .flex-list li:first-child,
  .flex-list li:last-child {
    text-align: center;
  }
}
/*================     Info Box      ====================*/
.info-box {
  padding-top: 7px;
  position: relative;
  color: #999999;
  font-size: 12px;
  line-height: 16px;
  font-family: "Roboto", sans-serif;
}
.info-box a {
  text-transform: uppercase;
}
.info-box a:hover {
  color: #f44236;
}
.info-box:before {
  font-size: 40px;
  color: #f44236;
  position: absolute;
  left: -32px;
  top: 46%;
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info-box.fa-phone {
  margin-top: 10px;
}
.info-box.fa-phone:before {
  font-size: 29px;
  left: -26px;
  top: 68%;
}

/*==================      Box      ======================*/
.box {
  margin-left: 13px;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-top: -10px;
}
.box_cnt__no-flow {
  overflow: hidden;
  padding-left: 14px;
}
.box_cnt__no-flow h6, .box_cnt__no-flow p {
  color: #fff;
}

.box + .box .box_aside {
  margin-top: -20px;
}

/*========================   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;
  font-size: 24px;
  line-height: 31px;
  letter-spacing: -0.744px;
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
}
.sf-menu a {
  display: block;
  padding: 25px 24.5px 21px;
}

@media (max-width: 1199px) {
  .sf-menu > li {
    font-size: 18px;
    line-height: 25px;
  }
}
@media (max-width: 991px) {
  .sf-menu > li {
    font-size: 14px;
    line-height: 21px;
  }
  .sf-menu > li a {
    padding: 25px 10px 21px;
  }
}
.sf-menu > li > a {
  color: #fff;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #222222;
}
.sf-menu > li.active > a {
  color: #222222;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -7px;
  width: 235px;
  padding: 20px 0;
  background: #683139;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.29);
  font-size: 14px;
  line-height: 37px;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
}
.sf-menu ul a {
  padding: 0 30px;
}

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

.sf-menu ul ul {
  position: absolute;
  top: 41.6%;
  left: 250px;
  background: #683139;
  width: 200px;
  z-index: 4;
  padding: 0;
}

.sf-menu ul ul > li > a {
  color: #fff;
  background: #683139;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #683139;
  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: -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: #01bbd4;
  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;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.stuck_container {
  position: relative;
  background: #f44236;
  -webkit-box-shadow: 0px 16px 7px -10px rgba(0, 0, 0, 0.29);
  -moz-box-shadow: 0px 16px 7px -10px rgba(0, 0, 0, 0.29);
  box-shadow: 0px 16px 7px -10px rgba(0, 0, 0, 0.29);
  padding-left: 14px;
  padding-right: 37px;
}
.stuck_container:before, .stuck_container:after {
  display: table;
  content: "";
  line-height: 0;
}
.stuck_container:after {
  clear: both;
}
.stuck_container .nav {
  float: left;
}
.stuck_container .search-form_toggle {
  float: right;
}

@media (max-width: 767px) {
  .stuck_container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.isStuck {
  background: #f44236;
  z-index: 999;
}

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

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

/*=================       Tabs     ======================*/
.resp-tabs-container {
  background: #f8f3e4;
  padding: 48px 35px 82px 30px;
  border: 1px solid #683139;
}
.resp-tabs-container h6 {
  font-size: 20px;
  line-height: 21px;
  font-weight: 400;
  text-transform: none;
}
.resp-tabs-container p {
  font-size: 14px;
  line-height: 22px;
}
.resp-tabs-container .box_aside {
  padding-top: 12px;
}
.resp-tabs-container .box_cnt__no-flow {
  padding-left: 28px;
}
.resp-tabs-container .box_cnt__no-flow h6, .resp-tabs-container .box_cnt__no-flow p {
  color: #683139;
}
.resp-tabs-container a {
  display: inline-block;
  font-size: 18px;
  line-height: 20px;
  font-weight: 900;
  color: #f44236;
  text-transform: uppercase;
}
.resp-tabs-container a:hover {
  color: #01bbd4;
}
.resp-tabs-container * + p {
  margin-top: 17px;
}
.resp-tabs-container * + a {
  margin-top: 27px;
}

.resp-tabs-list li {
  position: relative;
  border: 1px solid #683139;
  border-bottom: none;
  display: inline-block;
  background: #683139;
  cursor: pointer;
  font-size: 20px;
  line-height: 31px;
  text-transform: uppercase;
  color: #f8f3e4;
  background: #683139;
  padding: 20px 63px 9px;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.resp-tabs-list li:first-child {
  padding: 20px 34px 9px 30px;
}
.resp-tabs-list li:last-child {
  padding: 20px 48px 9px;
  margin-left: -2px;
}
.resp-tabs-list li:before {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  bottom: -1px;
  z-index: 222;
  background: #683139;
  -moz-transition: 0.3s ease all;
  -o-transition: 0.3s ease all;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}
.resp-tabs-list li:hover {
  background: #f8f3e4;
  color: #683139;
}
.resp-tabs-list li:hover:before {
  background: #f8f3e4;
}
.resp-tabs-list .resp-tab-active {
  background: #f8f3e4;
  color: #683139;
}
.resp-tabs-list .resp-tab-active:before {
  background: #f8f3e4;
}
.resp-tabs-list li + li {
  margin-left: -2px;
}

.resp-accordion {
  display: none;
}

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

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

@media (max-width: 1199px) {
  .resp-tabs-list li,
  .resp-tabs-list li:first-child,
  .resp-tabs-list li:last-child {
    padding: 20px 20px 10px;
  }

  .resp-tabs-list li + li {
    margin-left: -2px;
  }
}
@media (min-width: 768px) and (max-width: 991px), (max-width: 551px) {
  .resp-tabs-list li,
  .resp-tabs-list li:first-child,
  .resp-tabs-list li:last-child {
    padding: 15px 10px 5px;
  }

  .resp-tabs-container .box .box_cnt__no-flow {
    overflow: visible;
    padding: 0;
  }
  .resp-tabs-container .box .box_aside {
    margin-right: 20px;
  }
}
@media (max-width: 767px) {
  .resp-accordion {
    display: block;
    padding: 10px 0;
    background: #683139;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin: 10px 0;
    -moz-transition: 0.3s ease all;
    -o-transition: 0.3s ease all;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
  }
  .resp-accordion:hover {
    cursor: pointer;
    background: #f44236;
  }

  .resp-tab-active {
    background: #f44236;
  }

  .resp-tabs-list {
    display: none;
  }
}
@media (max-width: 479px) {
  .resp-tabs-container .box .box_cnt__no-flow {
    overflow: visible;
    padding: 0;
  }
  .resp-tabs-container .box .box_aside {
    margin-right: 0;
    float: none;
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}
/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb_overlay {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: transparent;
}
.thumb_overlay:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  font: 400 30px "FontAwesome";
  line-height: 30px;
  margin-top: -15px;
  text-align: center;
}
.lt-ie9 .thumb_overlay:before {
  display: none;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(1, 187, 212, 0.6);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9901BBD4', endColorstr='#9901BBD4')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9901BBD4', endColorstr='#9901BBD4');
  zoom: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*========================================================
                     HEADER  Section
=========================================================*/
header .banner {
  padding: 25px 50px 26px 23px;
  background: #f8f3e4;
}
header .banner:before, header .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
header .banner:after {
  clear: both;
}
header .banner .brand {
  float: left;
}
header .banner .info-box {
  float: right;
}
header .brand {
  float: left;
}
header .nav {
  float: right;
}
header * + .info-box {
  margin-left: 78px;
}
@media (max-width: 767px) {
  header .banner {
    text-align: center;
    padding: 10%;
  }
  header .banner .brand, header .banner .info-box {
    float: none;
    display: block;
  }
  header .banner .info-box {
    margin-left: 0;
  }
  header .banner .info-box:before {
    display: none;
  }
}

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

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

.well2 {
  padding-top: 245px;
  padding-bottom: 215px;
}

.well__ins1 {
  padding-bottom: 66px;
}

@media (max-width: 479px) {
  .well2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #f8f3e4;
  border-top: 6px solid #683139;
}
footer .well {
  padding-top: 40px;
  padding-bottom: 30px;
}
footer em {
  text-transform: uppercase;
  font-weight: 900;
}
footer .banner {
  background: #683139;
  color: #fff;
  padding-top: 20px;
  padding-bottom: 15px;
}
footer .banner:before, footer .banner:after {
  display: table;
  content: "";
  line-height: 0;
}
footer .banner:after {
  clear: both;
}
footer .banner .copyright {
  float: right;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
}
footer .banner .copyright a:hover {
  color: #01bbd4;
}
footer .banner .inline-list {
  float: right;
}
footer .banner .inline-list li a {
  position: relative;
  font-size: 11px;
  line-height: 16px;
  font-weight: 400;
  color: rgba(239, 239, 239, 0.5);
}
footer .banner .inline-list li a:hover {
  color: #01bbd4;
}
footer .banner .inline-list li a:after {
  content: '';
  position: absolute;
  top: 4px;
  right: -8px;
  height: 9px;
  width: 2px;
  background: #efefef;
}
footer .banner .inline-list li + li {
  margin-left: 10px;
}
footer .banner .inline-list li:last-child a:after {
  display: none;
}
footer .info-list li a, footer dl dt, footer dl dd, footer address {
  font-size: 14px;
  line-height: 21px;
  font-weight: 400;
}
footer .info-list [class*='fa-'] {
  position: relative;
  margin-left: 29px;
}
footer .info-list [class*='fa-']:before {
  position: absolute;
  top: 0;
  left: -29px;
  font-size: 17px;
  line-height: 17px;
}
footer .info-list li a:hover {
  color: #01bbd4;
}
footer .info-list li + li {
  margin-top: 0px;
}
footer * + .info-list {
  margin-top: 13px;
}
footer * + h5 {
  margin-top: 42px;
}
footer .right {
  text-align: right;
}
footer dl {
  display: block;
}
footer dl:before, footer dl:after {
  display: table;
  content: "";
  line-height: 0;
}
footer dl:after {
  clear: both;
}
footer dl a:hover {
  color: #01bbd4;
}
footer dl dt, footer dl dd {
  display: inline-block;
  line-height: 21px;
}
footer .mod1 dt {
  margin-right: 28px;
}
footer .right {
  text-align: right;
}
footer * + dl {
  margin-top: 11px;
}
footer h4 + dl {
  margin-top: 12px;
}
footer dl + h4 {
  margin-top: 49px;
}
footer dl + dl {
  margin-top: 0;
}
footer address {
  line-height: 21px;
}
footer * + address {
  margin-top: 12px;
}

@media (max-width: 767px) {
  footer .right {
    text-align: left;
  }

  footer .banner {
    text-align: center;
  }
  footer .banner .copyright, footer .banner .inline-list {
    float: none;
  }
}
@media (max-width: 479px) {
  footer .well {
    text-align: center;
  }
  footer .well .info-list [class*="fa-"] {
    display: none;
    padding-left: 0;
  }
  footer .well .right {
    text-align: center;
  }
}
