@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=Lato:400,400italic,300,100,900,700);
@import url(//fonts.googleapis.com/css?family=Merriweather:900italic);
/*========================================================
                      Main Styles
=========================================================*/
body {
  color: #777;
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.42857;
  -webkit-text-size-adjust: none;
  background: url("../images/img-bg1.jpg") repeat top left;
}

/*================      Ttypography      =================*/
h1, h2, h3, h4, h5, h6,
.heading-1, .heading-2, .heading-3, .heading-4, .heading-5, .heading-6 {
  line-height: 1.2;
  color: #444;
}

h1,
.heading-1 {
  color: #792829;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}
@media (min-width: 1200px) {
  h1,
  .heading-1 {
    font-size: 48px;
  }
}

h2,
.heading-2 {
  color: #00aeef;
  font-size: 30px;
  font-weight: 300;
}
@media (min-width: 992px) {
  h2,
  .heading-2 {
    font-size: 36px;
  }
}

h3,
.heading-3 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 900;
}
@media (min-width: 992px) {
  h3,
  .heading-3 {
    font-size: 30px;
  }
}

h4,
.heading-4 {
  font-size: 24px;
}

h5,
.heading-5 {
  font-size: 18px;
  font-weight: 900;
  text-transform: uppercase;
}

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

.thin {
  font-weight: 100;
}

.lite {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

strong,
.bold {
  font-weight: 700;
}

.ubold {
  font-weight: 900;
}

.big {
  font-size: 30px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .big {
    font-size: 42px;
  }
}
@media (min-width: 1700px) {
  .big {
    font-size: 68px;
  }
}

p.big {
  font-size: 16px;
  line-height: 1.38;
}

.italic {
  font-style: italic;
}

.uppercase {
  text-transform: uppercase;
}

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

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: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover {
  color: #792829;
}
a:focus {
  outline: none;
}
a:active {
  background-color: transparent;
}

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

.link {
  display: inline-block;
  max-width: 100%;
  -webkit-transition: .4s;
          transition: .4s;
}
.link:hover {
  opacity: .4;
}

.fa {
  line-height: inherit;
}

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

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

/*==================  Backgrounds  ======================*/
.bg-color-1 {
  background-color: #f0f0f0;
  color: #777;
}

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

.secondary-color {
  color: #00aeef;
}

.color-1 {
  color: #777;
}

.white {
  color: #fff;
}

.clear:before, .clear:after {
  display: table;
  content: "";
  line-height: 0;
}
.clear:after {
  clear: both;
}

.circle {
  border-radius: 50%;
}

.pos-relative {
  position: relative;
}

.z-index {
  z-index: 1;
}

.top-line {
  border-top: 1px solid #c9c9c9;
}

.bottom-line {
  border-bottom: 1px solid #c9c9c9;
}

@media (min-width: 992px) {
  .max-width-1 {
    max-width: 285px;
    display: inline-block;
  }
}

@media (min-width: 992px) {
  .max-width-2 {
    max-width: 765px;
    margin-right: auto;
    margin-left: auto;
  }
}

@media (min-width: 992px) {
  .max-width-3 {
    max-width: 750px;
  }
}

.terms-list .no-width,
.no-width {
  min-width: auto;
  width: auto;
}

a.link1 {
  font-size: 18px;
  font-weight: 900;
  color: #00aeef;
}
a.link1:hover {
  color: #444;
  text-decoration: none;
}

/*================      Floating      =================*/
.pull-left {
  float: left;
}

.pull-none {
  float: none;
}

.pull-right {
  float: right;
}

@media (min-width: 480px) {
  .pull-xs-left {
    float: left;
  }

  .pull-xs-none {
    float: none;
  }

  .pull-xs-right {
    float: right;
  }
}
@media (min-width: 768px) {
  .pull-sm-left {
    float: left;
  }

  .pull-sm-none {
    float: none;
  }

  .pull-sm-right {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-md-left {
    float: left;
  }

  .pull-md-none {
    float: none;
  }

  .pull-md-right {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-lg-left {
    float: left;
  }

  .pull-lg-none {
    float: none;
  }

  .pull-lg-right {
    float: right;
  }
}
/*================      Alignment     =================*/
.text-left {
  text-align: left;
}

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

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

@media (min-width: 480px) {
  .text-xs-left {
    text-align: left;
  }

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

  .text-xs-right {
    text-align: right;
  }
}
@media (min-width: 768px) {
  .text-sm-left {
    text-align: left;
  }

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

  .text-sm-right {
    text-align: right;
  }
}
@media (min-width: 992px) {
  .text-md-left {
    text-align: left;
  }

  .text-md-center {
    text-align: center;
  }

  .text-md-right {
    text-align: right;
  }
}
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left;
  }

  .text-lg-center {
    text-align: center;
  }

  .text-lg-right {
    text-align: right;
  }
}
/*=======================================================
                       Main Layout
=========================================================*/
* + .row {
  margin-top: 0px;
}
@media (min-width: 992px) {
  * + .row {
    margin-top: 100px;
  }
}

* + h5 {
  margin-top: 30px;
}

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

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

h1 + * {
  margin-top: 50px;
}
@media (min-width: 992px) {
  h1 + * {
    margin-top: 100px;
  }
}

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

img + h5 {
  margin-top: 35px;
}

h5 + p {
  margin-top: 8px;
}

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

h1 + .quote {
  margin-top: 120px;
}
@media (min-width: 992px) {
  h1 + .quote {
    margin-top: 87px;
  }
}

p + .btn {
  margin-top: 25px;
}
@media (min-width: 1200px) {
  p + .btn {
    margin-top: 55px;
  }
}

.container > h1 {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .container > h1 {
    margin-top: 0;
  }
}

.big + p {
  margin-top: 10px;
}

.icon + h5 {
  margin-top: 37px;
}

.big + .btn {
  margin-top: 45px;
}

.box-md + .box-md {
  margin-top: 60px;
}
@media (min-width: 992px) {
  .box-md + .box-md {
    margin-top: 23px;
  }
}

/*==================      Offsets     ======================*/
@media (min-width: 992px) {
  .offset-1 {
    margin-top: 15px;
  }
}

.offset-2 {
  margin-top: 6px;
}

@media (min-width: 1200px) {
  .offset-3 {
    margin-left: 64px;
  }
}

.offset-4 {
  margin-top: 88px;
}

/*==================      Col-offsets     ======================*/
[class*="col-"] {
  margin-top: 60px;
}

@media (min-width: 768px) {
  [class*="col-xs"] {
    margin-top: 0;
  }
}
@media (min-width: 992px) {
  [class*="col-"] {
    margin-top: 0px;
  }
}
/*==================     Inset     ======================*/
.inset-1 {
  padding-right: 51px;
}

.inset-2 {
  padding-left: 40px;
}

/*==================     Well     ======================*/
.well-sm,
.well-md,
.well {
  padding-top: 30px;
  padding-bottom: 50px;
}
@media (min-width: 480px) {
  .well-sm,
  .well-md,
  .well {
    padding-top: 20px;
  }
}
@media (min-width: 768px) {
  .well-sm,
  .well-md,
  .well {
    padding-top: 50px;
  }
}

.well-xs {
  padding-top: 50px;
  padding-bottom: 50px;
}

.well-lg {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 992px) {
  .well {
    padding-top: 105px;
    padding-bottom: 105px;
  }

  .well-xs {
    padding-top: 70px;
    padding-bottom: 106px;
  }

  .well-sm {
    padding-top: 107px;
    padding-bottom: 85px;
  }

  .well-md {
    padding-top: 100px;
    padding-bottom: 130px;
  }

  .well-lg {
    padding-top: 177px;
    padding-bottom: 197px;
  }
}
/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  font-family: 'Merriweather', serif;
  font-style: italic;
  font-size: 30px;
  font-weight: 900;
  line-height: 1.2;
  color: #792829;
}
@media (min-width: 768px) {
  .brand {
    font-size: 46px;
  }
}

/*==================   Iinline-list    =====================*/
.inline-list {
  word-spacing: 75px;
}
.inline-list > li {
  display: inline-block;
  word-spacing: normal;
}

.inline-list-1 {
  word-spacing: 6px;
}
.inline-list-1 li + li {
  margin-top: 5px;
}
.inline-list-1 li:nth-child(3) {
  margin-top: 5px;
}
@media (min-width: 530px) {
  .inline-list-1 li:nth-child(3) {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .inline-list-1 li:nth-child(3) {
    margin-top: 5px;
  }
}
@media (min-width: 361px) {
  .inline-list-1 li + li {
    margin-top: 0px;
  }
}
@media (min-width: 768px) {
  .inline-list-1 li:nth-child(3n+2) {
    margin-top: 5px;
  }
}
@media (min-width: 1200px) {
  .inline-list-1 li:nth-child(3n+2) {
    margin-top: 0;
  }
}

/*==================   Contact-info    =====================*/
@media (min-width: 992px) {
  .contact-info-1 {
    line-height: 1.25;
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
}
.contact-info-1 .heading-5 + * {
  margin-top: 10px;
}
.contact-info-1 + .contact-info-1 {
  margin-top: 35px;
}

/*==================   Terms-list    =====================*/
.terms-list dt + dd {
  margin-top: 10px;
}
.terms-list dd + dt {
  margin-top: 35px;
}

@media (min-width: 992px) {
  .terms-list-1 dt {
    float: left;
    clear: both;
    width: 25%;
    min-width: 75px;
  }
  .terms-list-1 dd {
    float: left;
  }
}

/*==================   list    =====================*/
.list > li {
  display: block;
}
.list > li + li {
  margin-top: 10px;
}

/*==================  Post  ======================*/
.blog-post .link {
  color: #00aeef;
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
  line-height: 1.2;
  text-transform: uppercase;
  position: relative;
}
.blog-post .link:after {
  content: '>>';
  position: absolute;
  top: 0;
  right: -18px;
}
.blog-post .link:hover {
  color: #792829;
}
.blog-post * + .link {
  margin-top: 22px;
}

/*==================  News  ======================*/
.news-post .post-meta {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 300;
}
@media (min-width: 992px) {
  .news-post .post-meta {
    font-size: 48px;
  }
}
.news-post * + .btn {
  margin-top: 36px;
}
.news-post .post-meta + h5 {
  margin-top: 16px;
}
.news-post + .news-post {
  margin-top: 23px;
}
h1 + .news-post {
  margin-top: 50px;
}
@media (min-width: 992px) {
  h1 + .news-post {
    margin-top: 86px;
  }
}

/*==================   Illustrations  ====================*/
.img {
  position: relative;
  margin: 0 auto 30px auto;
  max-width: 150px;
}
.img img {
  max-width: 100%;
}
@media (min-width: 992px) {
  .img {
    margin-top: -80px;
    position: absolute;
    bottom: -90px;
    left: 96px;
    max-width: 100%;
  }
}

.img-2 {
  margin: 0 auto 30px auto;
  max-width: 250px;
}
@media (min-width: 992px) {
  .img-2 {
    margin-top: -30px;
    bottom: -51px;
    left: 81px;
    max-width: 350px;
  }
}
@media (min-width: 1200px) {
  .img-2 {
    max-width: 100%;
  }
}

.img-3 {
  margin: 0px auto;
  max-width: 250px;
}
@media (min-width: 992px) {
  .img-3 {
    bottom: -46px;
    right: -355px;
    max-width: 420px;
  }
}

/*==================      Blockquote     =====================*/
.quote {
  position: relative;
  padding-top: 30px;
}
.quote:before {
  content: "“";
  display: inline-block;
  font-size: 248px;
  line-height: 80px;
  font-style: italic;
  color: #00aeef;
  position: absolute;
  top: -30px;
  left: 20px;
}
@media (min-width: 1200px) {
  .quote:before {
    left: 69px;
  }
}
.quote img {
  border-radius: 30px;
  display: inline-block;
}
.quote p.big {
  font-size: 18px;
  line-height: 1.22222;
}
.quote p + p {
  margin-top: 22px;
}
.quote p {
  margin-top: 10px;
}
.quote + .quote {
  margin-top: 135px;
}
@media (min-width: 992px) {
  .quote + .quote {
    margin-top: 30px;
  }
}

.quote1 {
  padding: 0;
}
.quote1 p {
  margin: 25px 0 0 0;
}
@media (min-width: 992px) {
  .quote1 p {
    margin-top: 0;
  }
}
.quote1 p + p {
  margin-top: 35px;
}
@media (min-width: 992px) {
  .quote1 p + p {
    margin-top: 16px;
  }
}
.quote1:before {
  top: -22px;
  left: 5px;
}
@media (min-width: 992px) {
  .quote1:before {
    top: 55px;
    left: -100px;
  }
}
@media (min-width: 1200px) {
  .quote1:before {
    left: -117px;
    top: 58px;
  }
}

/*==================   Flex List    =====================*/
.flex-list li + li {
  margin-top: 15px;
}
@media (min-width: 768px) {
  .flex-list {
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: center;
  }
  .flex-list li {
    display: table-cell;
    vertical-align: middle;
  }
}

/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li .icon:before {
  content: counter(li,decimal-leading-zero);
  counter-increment: li;
  font-family: 'Lato';
  font-weight: 900;
}

/*==================     Icons     ======================*/
.icon {
  display: inline-block;
  text-align: center;
}

.icon-secondary {
  background-color: #00aeef;
  border-color: #00aeef;
  color: #fff;
}
.icon-secondary:hover {
  color: #792829;
  background-color: transparent;
}

.icon-primary {
  background-color: #792829;
  border-color: #792829;
  color: #fff;
}
.icon-primary:hover {
  color: #00aeef;
  background-color: transparent;
}

.icon-sm {
  width: 43px;
  height: 43px;
  font-size: 22px;
  line-height: 43px;
  border-width: 1px;
  border-style: solid;
}

.icon-xs-1 {
  font-size: 29px;
  line-height: 39px;
}

.icon-xs {
  font-size: 40px;
  line-height: 40px;
}

.icon-md {
  width: 100px;
  height: 100px;
  font-size: 30px;
  line-height: 100px;
  border-width: 1px;
  border-style: solid;
}

.icon-lg {
  width: 120px;
  height: 120px;
  border-width: 1px;
  border-style: solid;
  font-size: 48px;
  line-height: 120px;
}
@media (min-width: 992px) {
  .icon-lg {
    width: 166px;
    height: 166px;
    line-height: 166px;
    font-size: 60px;
  }
}

/*==================     Box     ======================*/
.box .box__middle, .box-xs .box__middle, .box-sm .box__middle, .box-md .box__middle, .box-lg .box__middle {
  vertical-align: middle;
}
.box .box__bottom, .box-xs .box__bottom, .box-sm .box__bottom, .box-md .box__bottom, .box-lg .box__bottom {
  vertical-align: bottom;
}

.box .box_left img, .box .box_right img {
  max-width: none;
}
.box .box_left,
.box .box_right,
.box .box_cnt {
  padding: 0;
  display: table-cell;
  vertical-align: top;
}
.box .box_left {
  padding-right: 21px;
}
.box .box_right {
  padding-left: 21px;
}

.box-xs .box_left, .box-sm .box_left, .box-md .box_left, .box-lg .box_left {
  padding-bottom: 21px;
}
.box-xs .box_right, .box-sm .box_right, .box-md .box_right, .box-lg .box_right {
  padding-top: 21px;
}

@media (min-width: 480px) {
  .box-xs .box_left img, .box-xs .box_right img {
    max-width: none;
  }
  .box-xs .box_left,
  .box-xs .box_right,
  .box-xs .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-xs .box_left {
    padding-right: 21px;
  }
  .box-xs .box_right {
    padding-left: 21px;
  }

  .box-xs-clear .box_left img, .box-xs-clear .box_right img {
    max-width: 100%;
  }
  .box-xs-clear .box_left,
  .box-xs-clear .box_right,
  .box-xs-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-xs-clear .box_left {
    padding-bottom: 21px;
  }
  .box-xs-clear .box_right {
    padding-top: 21px;
  }
}
@media (min-width: 768px) {
  .box-sm .box_left img, .box-sm .box_right img {
    max-width: none;
  }
  .box-sm .box_left,
  .box-sm .box_right,
  .box-sm .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-sm .box_left {
    padding-right: 21px;
  }
  .box-sm .box_right {
    padding-left: 21px;
  }

  .box-sm-clear .box_left img, .box-sm-clear .box_right img {
    max-width: 100%;
  }
  .box-sm-clear .box_left,
  .box-sm-clear .box_right,
  .box-sm-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-sm-clear .box_left {
    padding-bottom: 21px;
  }
  .box-sm-clear .box_right {
    padding-top: 21px;
  }
}
@media (min-width: 992px) {
  .box-md .box_left img, .box-md .box_right img {
    max-width: none;
  }
  .box-md .box_left,
  .box-md .box_right,
  .box-md .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-md .box_left {
    padding-right: 21px;
  }
  .box-md .box_right {
    padding-left: 21px;
  }

  .box-md-clear .box_left img, .box-md-clear .box_right img {
    max-width: 100%;
  }
  .box-md-clear .box_left,
  .box-md-clear .box_right,
  .box-md-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-md-clear .box_left {
    padding-bottom: 21px;
  }
  .box-md-clear .box_right {
    padding-top: 21px;
  }
}
@media (min-width: 1200px) {
  .box-lg .box_left img, .box-lg .box_right img {
    max-width: none;
  }
  .box-lg .box_left,
  .box-lg .box_right,
  .box-lg .box_cnt {
    display: table-cell;
    vertical-align: top;
  }
  .box-lg .box_left {
    padding-right: 21px;
  }
  .box-lg .box_right {
    padding-left: 21px;
  }

  .box-lg-clear .box_left img, .box-lg-clear .box_right img {
    max-width: 100%;
  }
  .box-lg-clear .box_left,
  .box-lg-clear .box_right,
  .box-lg-clear .box_cnt {
    padding: 0;
    display: block;
    vert-align: top;
  }
  .box-lg-clear .box_left {
    padding-bottom: 21px;
  }
  .box-lg-clear .box_right {
    padding-top: 21px;
  }
}
/*==================     Buttons     ======================*/
.btn {
  display: inline-block;
  color: #fff;
  text-transform: lowercase;
  text-align: center;
  font-size: 24px;
  line-height: 1.2;
  -webkit-transition: all 0.2s ease 0s;
          transition: all 0.2s ease 0s;
}
.btn:hover {
  background: transparent;
  cursor: pointer;
}
.btn:active {
  background: transparent;
  cursor: pointer;
}

.btn-primary {
  border: 2px solid #792829;
  background: #792829;
}
.btn-primary:hover {
  color: #792829;
}
.btn-primary:active {
  color: #d97a08;
}

.btn-secondary {
  border: 2px solid #00aeef;
  background: #00aeef;
}
.btn-secondary:hover {
  color: #00aeef;
}
.btn-secondary:active {
  color: #0089bc;
}

.btn-default {
  background-color: transparent;
  border: 2px solid #fff;
}
.btn-default:hover {
  color: #fff;
  background-color: #792829;
  border-color: #792829;
}
.btn-default:active {
  color: #fff;
  background-color: #792829;
  border-color: #0089bc;
}

.btn-md {
  min-width: 234px;
  padding: 14px 5px 17px 5px;
}

/*==================   Thumbnail    ======================*/
.gallery .item {
  max-width: 300px;
  margin: auto;
}
.gallery .item + .item {
  margin-top: 20px;
}
@media (min-width: 768px) {
  .gallery .item {
    float: left;
    max-width: 100%;
    width: 20%;
    margin: 0;
  }
  .gallery .item + .item {
    margin-top: 0px;
  }
}

.thumb {
  overflow: hidden;
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover:before {
  display: block;
}
.thumb img {
  width: 100%;
  -webkit-transition: all .5s ease 0s;
          transition: all .5s ease 0s;
}
.thumb .thumb_overlay {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  opacity: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .3s ease 0s;
          transition: all .3s ease 0s;
}
.thumb .thumb_overlay:before {
  content: '\f065';
  font: 400 20px 'FontAwesome';
  color: #fff;
  line-height: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.lt-ie9 .thumb .thumb_overlay:before {
  display: none;
}

/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #fff;
  background: #fff;
}
.parallax .big {
  font-size: 36px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .parallax .big {
    font-size: 65px;
    margin: 0 auto;
    max-width: 710px;
  }
}
.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;
  background-size: cover;
}
.parallax_pattern {
  background-repeat: repeat;
}
.parallax_cnt {
  position: relative;
}

/*=================       Tabs     ======================*/
.resp-tabs-list {
  border-bottom: 1px solid #d8d8d8;
}
.resp-tabs-list li {
  cursor: pointer;
  position: relative;
  float: left;
  padding: 10px;
  font-size: 14px;
  font-weight: 700;
  border: 1px solid transparent;
  color: #792829;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-transition: color .3s ease;
          transition: color .3s ease;
  -webkit-transition: background-color .3s ease;
          transition: background-color .3s ease;
}
@media (min-width: 768px) {
  .resp-tabs-list li {
    padding: 15px;
    font-size: 16px;
  }
}
@media (min-width: 1200px) {
  .resp-tabs-list li {
    padding: 17px 51px 14px;
    font-size: 18px;
  }
}
.resp-tabs-list li:hover {
  background: #e5e5e5;
  border-color: #e5e5e5;
}
.resp-tabs-list li:hover:after {
  bottom: -1px;
}
.resp-tabs-list li:after {
  content: '';
  position: absolute;
  bottom: 0px;
  left: -1px;
  width: 101%;
  height: 2px;
  background-color: #FFF;
}
.resp-tabs-list .resp-tab-active {
  background: #fff;
  border: 1px solid #d8d8d8;
  border-bottom: none;
  color: #474747;
  position: relative;
}
.resp-tabs-list .resp-tab-active:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #FFF;
}
.resp-tabs-list li + li {
  margin-left: 2px;
}

.resp-tabs-container {
  padding-top: 29px;
}
.resp-tabs-container h5 {
  font-weight: 400;
}

.resp-accordion {
  display: none;
}

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

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

@media (max-width: 479px) {
  .resp-accordion {
    font-size: 16px;
    font-weight: 700;
    color: #792829;
    margin-top: 9px;
    display: block;
    padding: 16px 5px 15px;
    width: 100%;
    text-align: center;
    color: #792829;
    line-height: 1.2;
    border: 1px solid #D8D8D8;
    border-radius: 5px;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .resp-accordion:hover {
    cursor: pointer;
  }

  .resp-accordion:hover,
  .resp-tab-active {
    background: #E5E5E5 none repeat scroll 0% 0%;
    border-color: #D8D8D8;
    color: #777;
  }

  .resp-tab-content {
    padding: 20px 0;
  }

  .resp-tabs-list {
    display: none;
  }
}
/*========================   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;
  text-transform: uppercase;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #FFF;
  font-size: 14px;
  padding: 15px 15px 15px 15px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  background: #792829;
}
.sf-menu > li.active > a {
  background: #792829;
}
@media (min-width: 992px) {
  .sf-menu > li > a {
    font-size: 18px;
    padding: 28px 30px 24px 30px;
  }
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  width: 235px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #792829;
  z-index: 2;
  box-sizing: border-box;
}

.sf-menu ul > li {
  position: relative;
}
.sf-menu ul > li > a {
  color: #FFF;
  padding: 10px 30px;
  text-transform: none;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #282828;
  background: #fff;
  box-shadow: -1px 2px 3px 0px rgba(0, 0, 0, 0.16);
}
.sf-menu ul > li a {
  font-size: 14px;
}

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

.sf-menu ul ul {
  padding-top: 10px;
  padding-bottom: 10px;
  background: #792829;
}
.sf-menu ul ul > li > a {
  color: #FFF;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  background: #fff;
}

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

@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;
  -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;
  box-shadow: 5px 0 5px 0 rgba(0, 0, 0, 0.1);
  -ms-transform: translateX(-240px);
  -webkit-transform: translateX(-240px);
  transform: translateX(-240px);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  -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 {
  -ms-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: #792829;
  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;
  border-radius: 50%;
  -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 {
  -ms-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;
  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;
  -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;
  -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;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
  -ms-transform-origin: 1.71429px center;
  -webkit-transform-origin: 1.71429px center;
  transform-origin: 1.71429px center;
}
.rd-mobilepanel_toggle.active span {
  -ms-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 {
  background: #282828;
  font-size: 18px;
  position: fixed;
  top: 55px;
  width: 100%;
  z-index: 999999999;
}
@media (min-width: 768px) {
  .stuck_container {
    position: static;
  }
}

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

@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: #00aeef;
  border-radius: 50%;
  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: #792829;
  text-decoration: none;
}

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

/*========================================================
                     HEADER  Section
=========================================================*/
header .top-panel {
  padding-top: 27px;
  padding-bottom: 28px;
}
@media (min-width: 768px) {
  header nav,
  header .brand {
    float: left;
  }
}
header dl dt, header dl dd {
  margin: 0;
}
header dl dt {
  position: relative;
  display: inline-block;
}
header dl dt:after {
  content: ':';
  position: absolute;
  top: 0px;
  right: -5px;
}
header .contact-info {
  display: table;
  float: right;
  color: #777;
  font-size: 12px;
  line-height: 1.2;
  display: none;
}
@media (min-width: 768px) {
  header .contact-info {
    display: block;
  }
}
header .contact-info dl {
  display: table-cell;
  vertical-align: bottom;
}
header .contact-info dl dt {
  padding-left: 30px;
  position: relative;
}
header .contact-info dl dd {
  padding-left: 30px;
}
header .contact-info dl:first-child {
  padding-right: 41px;
}
header .contact-info .icon:before {
  position: absolute;
  top: 1px;
  left: 0px;
}
header .contact-info .fa-phone:before {
  top: -4px;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  min-height: 100vh;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #4d4d4d;
  color: #fff;
}
footer h1, footer h2, footer h3, footer h4, footer h5, footer h6,
footer .heading-1, footer .heading-2, footer .heading-3, footer .heading-4, footer .heading-5, footer .heading-6 {
  color: #fff;
}
footer .well-sm {
  padding-top: 65px;
  padding-bottom: 60px;
}
footer nav li.active a {
  color: #792829;
}
footer .inline-list {
  word-spacing: 5px;
}
@media (min-width: 992px) {
  footer dt {
    float: left;
    clear: both;
    width: 25%;
    min-width: 75px;
  }
  footer dd {
    float: left;
  }
}
footer * + .btn {
  margin-top: 20px;
}
footer .bg-color-1 {
  color: #474747;
}
