@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=Julius+Sans+One|Roboto:400,500,300);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: #333333;
  color: #6e6e6e;
  font: 400 18px/26px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, h6 {
  font-family: "Julius Sans One", cursive;
}

h1, h2, h3, h4, h5 {
  text-transform: uppercase;
}

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

h2 {
  font-size: 60px;
  line-height: 60px;
}

h3 {
  font-size: 48px;
  line-height: 48px;
}
@media (max-width: 979px) {
  h3 {
    font-size: 38px;
    line-height: 38px;
  }
}

h4 {
  font-weight: 500;
  font-size: 18px;
  font-family: "Roboto", sans-serif;
}

h5 {
  font-family: "Roboto", sans-serif;
  font-size: 16px;
}

h6 {
  font-family: "Roboto", sans-serif;
}

p a:hover, .terms dd a:hover, .addr a:hover, .copyright a:hover {
  text-decoration: underline;
}

time {
  display: block;
}

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

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

strong {
  font-weight: 700;
}

hr {
  padding: 0;
  margin: 0;
  border: none;
  height: 1px;
  background: #717171;
}

.fa {
  line-height: inherit;
}

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

.center {
  text-align: center;
}

.right {
  text-align: right;
}

.mg-add {
  margin-top: 5px;
}

.oh {
  overflow: hidden;
}

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

.primary {
  color: #ee1c24;
}

.tiny {
  font-weight: 300;
}

/*=======================================================
                        Components
=========================================================*/
/*========================   Menu   ==========================*/
.header .nav {
  float: right;
}

.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: 90px;
}
.sf-menu > li:first-child + li {
  margin-left: 83px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .sf-menu > li + li {
    margin-left: 50px;
  }
  .sf-menu > li:first-child + li {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  .sf-menu {
    display: none;
  }
}
.nav {
  padding-top: 54px;
  padding-bottom: 45px;
}

.sf-menu {
  font-family: "Julius Sans One", cursive;
  font-size: 24px;
  line-height: 30px;
  text-transform: uppercase;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  position: relative;
  color: #fff;
}
.sf-menu > li > a:after {
  content: '';
  position: absolute;
  top: -25px;
  left: 2px;
  right: 1px;
  height: 2px;
  background: #ee1c24;
  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;
}
.lt-ie9 .sf-menu > li > a:after {
  display: none;
}
.sf-menu > li.active > a:after, .sf-menu > li.sfHover > a:after, .sf-menu > li > a:hover:after {
  top: -17px;
  opacity: 1;
}
.lt-ie9 .sf-menu > li.active > a:after, .lt-ie9 .sf-menu > li.sfHover > a:after, .lt-ie9 .sf-menu > li > a:hover:after {
  display: block;
}
.sf-menu > li > .fa {
  font-size: 26px;
}
.sf-menu > li > .fa:after {
  display: none;
}
.sf-menu > li.active > .fa, .sf-menu > li.sfHover > .fa, .sf-menu > li > .fa:hover {
  color: #ee1c24;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 230px;
  margin-top: 45px;
  margin-left: -115px;
  padding: 10px 0 10px;
  text-align: left;
  background: #1c1c1c;
  z-index: 2;
  font-size: 14px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  padding: 5px 30px;
  color: #fff;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #ffffff;
  background: #ee1c24;
}

.sf-menu ul ul {
  position: static;
  top: 100%;
  width: auto;
  margin-top: 0;
  margin-left: 0;
  padding: 0;
  z-index: 4;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.sub-menu > li > .sf-with-ul {
  position: relative;
}
.sub-menu > li > .sf-with-ul:before {
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -7px;
  content: '\f054';
  font: 400 14px/14px 'FontAwesome';
}

.sfHover .sfHover .sf-with-ul:before, .sub-menu > li > .sf-with-ul:hover:before {
  content: '\f078';
}

/*==================  Select Menu  ======================*/
.select-menu {
  position: relative;
  display: none;
  margin: 0 auto;
  width: 420px;
  background: white url("data:image/png;base64,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") no-repeat right center;
  overflow: hidden;
}
.select-menu .select {
  width: 440px;
  height: 30px;
  color: #585858;
  background-color: transparent;
  font: 400 15px "Roboto", sans-serif;
  line-height: 30px;
  border: none;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  -webkit-appearance: none;
}
.select-menu .select::-ms-expand {
  display: none;
}
@media (max-width: 767px) {
  .select-menu {
    display: block;
  }
}
@media (max-width: 479px) {
  .select-menu {
    width: 270px;
  }
  .select-menu .select {
    width: 290px;
  }
}

/*==================  Stuck menu  ======================*/
.isStuck {
  left: 0;
  right: 0;
  visibility: hidden;
  background: #1c1c1c;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.5);
  z-index: 999;
}
.isStuck .nav {
  padding: 20px 0;
}
.isStuck .sf-menu > li.active > a:after, .isStuck .sf-menu > li.sfHover > a:after, .isStuck .sf-menu > li > a:hover:after {
  top: -10px;
}
.isStuck .sf-menu ul {
  margin-top: 20px;
}
.isStuck .brand_cnt {
  position: static;
  padding: 14px 10px 14px 18px;
}
.isStuck .brand_name {
  margin-top: 0 !important;
  font-size: 30px;
  line-height: 42px;
}
.isStuck .brand_slogan {
  display: none;
}

@media (max-width: 1199px) {
  .isStuck .brand {
    display: none;
  }
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================   Lazy Img    ======================*/
.lazy-img {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  background: #333333 url(../images/lazy-loader.gif) no-repeat center center;
}
.lazy-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
  z-index: 0;
  -moz-transition: 1s all ease;
  -o-transition: 1s all ease;
  -webkit-transition: 1s all ease;
  transition: 1s all ease;
  opacity: 0;
}
.lt-ie9 .lazy-img img {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
}
.lazy-img .lazy-loaded {
  opacity: 1;
}
.lt-ie9 .lazy-img .lazy-loaded {
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=1)";
  filter: alpha(opacity=100);
}

/*==================   Tumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb:after {
  content: '';
  position: absolute;
  top: -20px;
  bottom: -20px;
  right: -20px;
  left: -20px;
  border: 20px solid #f7f7f7;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.thumb img {
  -moz-transition: 0.5s all ease;
  -o-transition: 0.5s all ease;
  -webkit-transition: 0.5s all ease;
  transition: 0.5s all ease;
}
.thumb, .thumb_overlay, .thumb img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.thumb_overlay {
  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;
  background: rgba(34, 37, 47, 0.6);
}
.lt-ie9 .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#9922252F', endColorstr='#9922252F')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9922252F', endColorstr='#9922252F');
  zoom: 1;
}
.thumb_cnt {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  padding: 9px 75px 10px;
  background: #f7f7f7;
  bottom: 36px;
  z-index: 1;
}
.thumb_cnt h5 {
  color: #111;
}
.thumb:hover {
  -webkit-box-shadow: 0 0 5px 0 black;
  -moz-box-shadow: 0 0 5px 0 black;
  box-shadow: 0 0 5px 0 black;
}
.thumb:hover:after {
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
}
.thumb:hover .thumb_overlay {
  opacity: 0;
}
@media (min-width: 768px) and (max-width: 1199px) {
  .thumb_cnt {
    padding-left: 25px;
    padding-right: 25px;
  }
  .thumb h5 {
    font-size: 12px;
  }
}

/*==================   Parallax    ======================*/
.parallax {
  background-position: center 0;
  background-repeat: no-repeat;
}
.mobile .parallax, .tablet .parallax {
  background-position: 50% 0 !important;
  background-size: cover;
}

.parallax1 {
  background-color: #FFF;
  background-image: url(../images/parallax01.jpg);
  color: #FFF;
}
.content .parallax1 h3, .content .parallax1 h5 {
  color: #FFF;
}
.parallax1 p {
  color: #9A9A9A;
}
.parallax1 .tiny {
  color: #C4C4C4;
}
.parallax1 * + .row {
  margin-top: 110px;
}
.parallax1 .row + .row {
  margin-top: 153px;
}
@media (max-width: 767px) {
  .parallax1 * + .row {
    margin-top: 55px;
  }
}

.parallax2 {
  background-color: #FFF;
  background-image: url(../images/parallax02.jpg);
  color: #FFF;
}

@media (max-width: 767px) {
  .parallax {
    background-position: center 0 !important;
    background-size: cover;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 40px;
  height: 40px;
  font-size: 24px;
  line-height: 38px;
  color: #fff;
  background: #333;
  position: fixed;
  right: 66px;
  bottom: 180px;
  display: none;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  z-index: 20;
}
.toTop:hover {
  color: #fff;
  background: #ee1c24;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  GOOGLE MAP  ======================*/
.map_model {
  height: 370px;
}
.map_model img {
  max-width: none !important;
}
@media (max-width: 767px) {
  .map_model {
    height: 250px;
  }
}
@media (max-width: 479px) {
  .map_model {
    height: 200px;
  }
}
.map_locations {
  display: none;
}

/*==================     Subscribe Form     ======================*/
.subscribe-form {
  position: relative;
  display: block;
}
.subscribe-form label {
  display: block;
  position: relative;
  padding: 8.5px 0 8.5px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #717171;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.subscribe-form input {
  outline: none;
  background-color: transparent;
  border: none;
  -webkit-appearance: none;
  border-radius: 0;
  vertical-align: baseline;
  box-shadow: none;
  color: white;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  font-family: "Roboto", sans-serif;
  font-size: 14px;
  line-height: 22px;
  text-transform: uppercase;
  height: 22px;
}
.subscribe-form a[data-type="submit"] {
  display: inline-block;
  padding: 15.5px 20px 15.5px 20px;
  line-height: 30px;
  color: #FFF;
  background: #EE1C24;
  font-weight: 400;
  font-size: 24px;
  text-transform: uppercase;
}
.subscribe-form a[data-type="submit"]:hover {
  background: #c80f16;
}
.subscribe-form * + a[data-type="submit"] {
  margin-top: 46px;
}

.error {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 10px;
  line-height: 12px;
  color: #f00;
  overflow: hidden;
  height: 0px;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}

label.invalid .error {
  height: 21px;
}

.success {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  font-size: 10px;
  line-height: 12px;
  text-align: left;
  color: #0f0;
}

@media (max-width: 479px) {
  .subscribe-form label {
    width: 100%;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
.header {
  background: #1c1c1c;
}
@media (max-width: 1599px) {
  .header {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .header {
    text-align: center;
  }
  .header .nav {
    float: none;
  }
}

.header_panel {
  max-width: 1576px;
  margin-left: auto;
  margin-right: auto;
  height: 0;
}
@media (max-width: 1199px) {
  .header_panel {
    height: auto;
    padding: 15px 0;
  }
}

/*==================     Brand     ======================*/
.brand {
  position: relative;
  z-index: 10;
  display: inline-block;
  width: 276px;
  min-height: 1px;
}
.brand_cnt {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  padding: 20px 30px 28px 40px;
  background: #ee1c24;
}
.brand_name, .brand_slogan {
  color: #FFF;
}
.brand_name {
  overflow: hidden;
  font-size: 48px;
  line-height: 48px;
  margin-left: -4px;
  text-transform: none;
}
.brand_slogan {
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  font-family: "Julius Sans One", cursive;
}
.brand_slogan + .brand_name {
  margin-top: 46px;
}
@media (max-width: 1199px) {
  .brand_cnt {
    position: static;
  }
  .brand_slogan + .brand_name {
    margin-top: 0;
  }
}

/*=======================================================
                     CONTENT  Layout
=========================================================*/
* + h3 {
  margin-top: 25px;
}

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

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

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

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

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

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

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

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

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

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

.btn2 + .btn2 {
  margin-top: 0;
  margin-left: 20px;
}

* + .row {
  margin-top: 59px;
}

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

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

/*========================================================
                     CONTENT  Styles
=========================================================*/
.content {
  background: #f7f7f7;
}
.content h3 {
  color: #1C1C1C;
}

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

.well2 {
  padding-top: 63px;
  padding-bottom: 82px;
}

.well3 {
  padding-top: 72px;
  padding-bottom: 73px;
}

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

/*==================  Backgrounds  ======================*/
.bg-primary {
  background: url("../images/bg01.jpg") no-repeat center 0;
  color: #FFF;
}

.bg-dark {
  background: #e0dfde;
}
.bg-dark p {
  color: #7F7F7F;
}
.bg-dark .btn {
  color: #1C1C1C;
}
.bg-dark .tiny {
  color: #6E6E6E;
}
.bg-dark * .btn {
  margin-top: 33px;
}

.bg-black {
  background: #1C1C1C;
}
.bg-black .box time {
  color: #FFF;
}
.bg-black .box time span {
  color: #9b9b9b;
}
.content .bg-black h3 {
  color: #FFF;
}
.bg-black h6 {
  color: #FFF;
}
.bg-black p {
  color: #B3B3B3;
}
.bg-black .tiny {
  color: #757575;
}
.bg-black .btn {
  font-weight: 300;
  color: #FFF;
}
.bg-black * + .row {
  margin-top: 95px;
}
@media (max-width: 767px) {
  .bg-black * + .row {
    margin-top: 45px;
  }
}

.author {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}

/*==================     Icons     ======================*/
.icon_1 {
  width: 124px;
  height: 112px;
  background: url(../images/icon01.png) no-repeat left center;
}

.icon_2 {
  width: 124px;
  height: 112px;
  background: url(../images/icon02.png) no-repeat left center;
}

.icon_3 {
  width: 124px;
  height: 112px;
  background: url(../images/icon03.png) no-repeat left center;
}

.icon_4 {
  width: 124px;
  height: 112px;
  background: url(../images/icon04.png) no-repeat left center;
}

.icon_5 {
  width: 124px;
  height: 112px;
  background: url(../images/icon05.png) no-repeat left center;
}

.icon_6 {
  width: 124px;
  height: 112px;
  background: url(../images/icon06.png) no-repeat left center;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0;
  -moz-transition: 0.3s all ease;
  -o-transition: 0.3s all ease;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.btn:hover {
  letter-spacing: 1.5px;
}
.btn:before {
  font-size: 22px;
  padding-right: 10px;
}

.btn2 {
  display: inline-block;
  padding: 18px 55px 18px 55px;
  line-height: 40px;
  color: #FFF;
  background: #EE1C24;
  font-weight: 400;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
}
.btn2:hover {
  background: #c80f16;
}

/*==================     Box DT    ======================*/
.box-dt {
  display: table;
}
.box-dt, .box-dt .box-dr, .box-dt .box-dc {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
.box-dt .box-dr {
  display: table-row;
}
.box-dt .box-dc {
  display: table-cell;
}

/*==================     Promo     ======================*/
.promo {
  font-family: "Julius Sans One", cursive;
  font-size: 85px;
  line-height: 90px;
  text-transform: uppercase;
}
.promo span {
  display: block;
  font-size: 40px;
  line-height: 48px;
}
@media (max-width: 479px) {
  .promo {
    font-size: 55px;
    line-height: 60px;
  }
  .promo span {
    font-size: 20px;
    line-height: 28px;
  }
}

/*==================      Box      ======================*/
.box {
  font-size: 14px;
  line-height: 24px;
}
.box:before, .box:after {
  display: table;
  content: "";
  line-height: 0;
}
.box:after {
  clear: both;
}
.box_aside {
  float: left;
  margin-right: 20px;
}
.box_cnt__no-flow {
  overflow: hidden;
}
.box h6 a:hover {
  text-decoration: underline;
}
.box time {
  margin-left: -4px;
  font-size: 98px;
  font-family: "Julius Sans One", cursive;
  line-height: 100px;
  text-transform: uppercase;
  text-align: center;
}
.box time span {
  display: block;
  font-size: 26px;
  line-height: 34px;
}
.box h6 + p {
  margin-top: 0;
}
@media (max-width: 979px) {
  .box_aside {
    float: none;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

/*========================================================
                     FOOTER  Section
=========================================================*/
.footer {
  padding: 107px 0;
  font-size: 14px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .footer, .footer .right {
    text-align: center;
  }
}
.footer h3:first-child {
  margin-top: 46px;
}
.footer .copyright:first-child {
  margin-top: 56px;
}

address {
  font-family: "Julius Sans One", cursive;
  font-size: 24px;
  line-height: 32px;
}

.social-list li {
  display: inline-block;
}
.social-list li + li {
  margin-left: 2px;
}
.social-list .fa {
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #3F3F3F;
}
.social-list .fa:before {
  position: relative;
  z-index: 1;
}
.social-list .fa:hover {
  color: #FFF;
  background: #ee1c24;
}
