@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=Dancing+Script:400,700);
@import url(//fonts.googleapis.com/css?family=Titan+One);
@import url(//fonts.googleapis.com/css?family=Parisienne);
@import url(//fonts.googleapis.com/css?family=Paytone+One);
@import url(//fonts.googleapis.com/css?family=Roboto:400,700italic,700);
@import url(fl-bigmug-line.css);
/*========================================================
                      Main Styles
=========================================================*/
body {
  background: url("../images/body-bg.jpg") no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  color: #404040;
  font: 400 18px/22px "Roboto", sans-serif;
  -webkit-text-size-adjust: none;
}

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

h1, h2, h3, h4, h5, .h5, h6, .h6 {
  color: #373737;
}

h1 {
  font: 700 120px/150px "Titan One";
}

unli {
  font: 700 120px/150px "Titan One";
}

@media (max-width: 479px) {
  h1 {
    font: 700 90px/120px "Titan One";
  }
}

h2 {
  font: 400 62px/70px "Titan One";
}
@media (max-width: 479px) {
  h2 {
    font-size: 52px;
  }
}

h2.heading-style_1 {
  position: relative;
  color: #E30613;
}
h2.heading-style_1:before {
  content: '';
  position: absolute;
  top: -18px;
  left: 50%;
  width: 38px;
  height: 2px;
  background: #373737;
  margin-left: -19px;
  color: red;
}

h3 {
  font-size: 40px;
  line-height: 50px;
}

h4 {
  letter-spacing: 1.5px;
  font-size: 20px;
  line-height: 25px;
  color: #E30613;
  text-transform: uppercase;
  font-weight: 700;
}

h5, .h5 {
  font: 400 20px/24px "Roboto", sans-serif;
}

h6, .h6 {
  font: 700 18px/22px "Roboto", sans-serif;
  font-style: italic;
  color: #404040;
}

h7, .h7 {
  font: 700 12px/16px "Roboto", sans-serif;
    font-style: italic;
  color: #404040;
}

frir {
  font: 400 18px/22px "Titan One";
}

frir2 {
  font: 400 22px/22px "Parisienne";
}

p .fa, .marked-list .fa, .list .fa {
  text-decoration: none;
}

time {
  display: block;
}

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;
}
a[href^="tel:"]:hover,
a[href^="callto:"]:hover {
  color: #c82801;
}

strong {
  font-weight: 700;
  text-decoration: underline;
}

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

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

@media (max-width: 767px) {
  .text-xs-center {
    text-align: center;
  }
}
.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;
}
.page_cnt {
  max-width: 1000px;
  margin: 0 auto;
}

.ins {
  padding-top: 45px;
}

.offset-1 {
  margin-top: 105px;
}

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

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

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

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

* + .offset {
  margin-top: 45px;
}

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

* + .offset-3 {
  margin-top: 20px;
}

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

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

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

* + .icon-block {
  margin-top: 50px;
}

* + .special {
  margin-top: 45px;
}

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

* + .quote {
  margin-top: 18px;
}

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

.h5 + p {
  margin-top: 15px;
}

.special + .btn {
  margin-top: 35px;
}

/*=======================================================
                        Components
=========================================================*/
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
  text-align: center;
  position: relative;
}
.brand:before, .brand:after {
  position: absolute;
  content: '';
  width: 24px;
  height: 3px;
  background: #FFFFFF;
  left: 50%;
  margin-left: -12px;
}
.brand:before {
  top: 25px;
}
.brand:after {
  bottom: -30px;
}
.brand_name {
  overflow: hidden;
  color: #fff;
}
.brand_slogan {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 2px;
}
.brand_name + .brand_slogan {
  margin-top: -25px;
}

.footer-brand {
  display: inline-block;
  text-align: center;
  position: relative;
}
.footer-brand:before {
  position: absolute;
  content: '';
  width: 38px;
  height: 2px;
  background: #cccccc;
  left: 2px;
  top: 16px;
}
.footer-brand_name {
  overflow: hidden;
  color: #cccccc;
  font-size: 72px;
  font-weight: 400;
}

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

.bg-default {
  background: #fff;
}

.bg-1 {
  background: #F6F6FB;
}

.bg-img {
  position: relative;
}
@media (max-width: 767px) {
  .bg-img:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.8);
  }
}
.bg-img > * {
  position: relative;
}

.bg-img01 {
  background: url("../images/page-1_bg-img01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-img02 {
  background: url("../images/page-1_bg-img02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-img03 {
  background: url("../images/page-1_bg-img03.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-img04 {
  background: url("../images/page-2_bg-img01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-img05 {
  background: url("../images/page-2_bg-img02.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

.bg-img06 {
  background: url("../images/page-4_bg-img01.jpg") no-repeat center center;
  -webkit-background-size: cover;
  background-size: cover;
}

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

.clr-secondary {
  color: #373737;
}

.clr-secondary2 {
  color: #b8b7b7;
}

/*==================     Icons     ======================*/
.fa-facebook,
.fa-twitter,
.fa-google-plus,
.fa-linkedin {
  font: 400 24px/24px "FontAwesome";
  color: #cccccc;
}

/*==================    Buttons    ======================*/
.btn {
  color: #373737;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.05px;
  display: inline-block;
  position: relative;
}
.btn:before {
  position: absolute;
  content: '';
  top: -22px;
  margin-left: -12px;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #373737;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}
.btn:hover {
  color: #b8b7b7;
}
.btn:hover:before {
  background: #b8b7b7;
}
.btn:active {
  color: #abaaaa;
}

.btn-2 {
  color: #FFFFFF;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.05px;
  display: inline-block;
  padding: 15px 33px;
  background: #393939;
}
.btn-2:hover {
  background: #c82801;
}
.btn-2:active {
  background: #951e01;
}

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

.contact-info {
  text-align: left;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.4px;
}
@media (max-width: 767px) {
  .contact-info {
    text-align: center;
  }
}
.contact-info .telephone dt {
  line-height: 20px;
}
.contact-info .telephone dd {
  font-weight: 400;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: 2.7px;
}
.contact-info .email dt, .contact-info .email dd {
  display: inline-block;
}
.contact-info .email a[href^="mailto:"] {
  text-decoration: underline;
}
.contact-info .email a[href^="mailto:"]:hover {
  color: #c82801;
}

.contact-info-2 {
  display: inline-block;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1.4px;
}
.contact-info-2 address + .phone-list {
  margin-top: 20px;
}
.contact-info-2 * + .email {
  margin-top: 20px;
}
.contact-info-2 .phone-list {
  text-align: right;
  width: 265px;
}
@media (max-width: 991px) {
  .contact-info-2 .phone-list {
    width: 100%;
  }
}
.contact-info-2 .phone-list dt {
  float: left;
}
.contact-info-2 .email dt, .contact-info-2 .email dd {
  display: inline-block;
}
.contact-info-2 .email a[href^="mailto:"] {
  color: #c82801;
  text-decoration: underline;
}
.contact-info-2 .email a[href^="mailto:"]:hover {
  color: #b8b7b7;
}

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

.list {
  padding: 20px 0 0;
  position: relative;
}
.list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 2px;
  background: #CACACA;
  margin-left: -12px;
}
.list li a {
  color: #c82801;
  text-transform: uppercase;
  letter-spacing: 1.05px;
  font-weight: 700;
}
.list li a:hover {
  color: #bebdbd;
}
.list li + li {
  margin-top: 10px;
}
.list__mod {
  padding: 0;
}
.list__mod:before {
  display: none;
}

.terms-list dt + dd {
  margin-top: 25px;
}
.terms-list dd + dt {
  margin-top: 30px;
}
.terms-list dd + dd {
  margin-top: 20px;
}
.terms-list * + .email {
  margin-top: 45px;
}
.terms-list a[href^="mailto:"] {
  color: #c82801;
  text-decoration: underline;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  font-weight: 700;
  letter-spacing: 1.05px;
}
.terms-list a[href^="mailto:"]:before {
  position: absolute;
  content: '';
  width: 24px;
  height: 2px;
  top: -25px;
  left: 50%;
  margin-left: -12px;
  background: #CACACA;
  pointer-events: none;
}
.terms-list a[href^="mailto:"]:hover {
  color: #b8b7b7;
}

.icon-block .icon-box {
  color: #373737;
  display: inline-block;
  position: relative;
}
.icon-block .icon-box .icon {
  font-size: 48px;
  line-height: 48px;
}
.icon-block .icon-box:hover .icon, .icon-block .icon-box:hover h5 {
  color: #b8b7b7;
}
.icon-block .icon-box .icon + h5 {
  margin-top: 15px;
}
.icon-block .icon-box + .icon-box {
  margin-left: 120px;
}
.icon-block .icon-box + .icon-box:after {
  content: '';
  position: absolute;
  background: #E0E0E0;
  height: 38px;
  width: 2px;
  left: -75px;
  top: 29%;
  pointer-events: none;
}
@media (max-width: 767px) {
  .icon-block .icon-box + .icon-box {
    margin-left: 100px;
  }
  .icon-block .icon-box + .icon-box:after {
    left: -65px;
  }
}
@media (max-width: 479px) {
  .icon-block .icon-box + .icon-box {
    margin-left: 20px;
  }
  .icon-block .icon-box + .icon-box:after {
    display: none;
  }
}

.event-post {
  background: #FFFFFF;
  padding-right: 30px;
}
.event-post:before, .event-post:after {
  display: table;
  content: "";
  line-height: 0;
}
.event-post:after {
  clear: both;
}
@media (max-width: 1199px) {
  .event-post {
    padding: 30px 30px 0;
  }
}
.event-post_aside {
  float: left;
  margin-right: 100px;
  overflow: hidden;
}
.event-post_aside img {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}
@media (max-width: 1199px) {
  .event-post_aside {
    float: none;
    margin-right: 0;
    max-height: 500px;
  }
}
.event-post_cnt {
  padding: 45px 0;
}
.event-post_cnt time {
  font-size: 36px;
  line-height: 36px;
  color: #373737;
}
.event-post_cnt a:hover {
  color: #373737;
}
.event-post: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);
}

.event-post-2 {
  position: relative;
}
.event-post-2 .icon {
  font-size: 48px;
  line-height: 48px;
  color: #373737;
}
.event-post-2 time {
  font-size: 20px;
  line-height: 24px;
  color: #373737;
}
.event-post-2 .icon + time {
  margin-top: 15px;
}
.event-post-2 time + h4 {
  margin-top: 15px;
}

.event-post-2 + .event-post-2:before {
  position: absolute;
  content: '';
  height: 38px;
  width: 2px;
  background: #E0E0E0;
  top: 32px;
  left: 0;
}
@media (max-width: 991px) {
  .event-post-2 + .event-post-2:before {
    display: none;
  }
}

.event-post-3 time {
  font-size: 36px;
  line-height: 36px;
  color: #373737;
}
.event-post-3 a:hover {
  color: #373737;
}
.event-post-3 * + time {
  margin-top: 25px;
}
.event-post-3 * + h4 {
  margin-top: 15px;
}

/*==================      Copyright     ======================*/
.copyright {
  color: #c3c3c3;
  display: inline-block;
  line-height: 18px;
  letter-spacing: 0.35px;
  padding-top: 67px;
}
.copyright a:hover {
  color: #c82801;
}
@media (max-width: 767px) {
  .copyright {
    display: block;
    padding-top: 10px;
  }
  .copyright br {
    display: none;
  }
}

.quote {
  text-align: center;
}
.quote q, .quote cite {
  display: block;
}
.quote q {
  font-weight: 700;
  font-style: italic;
}
.quote cite {
  font-size: 20px;
  line-height: 24px;
  color: #000;
}
.quote * + img {
  margin-top: 25px;
}
.quote * + cite {
  margin-top: 25px;
}

.thumb-wrap .thumb {
  float: left;
  width: 33.33%;
}
@media (max-width: 767px) {
  .thumb-wrap .thumb {
    width: 50%;
  }
}
@media (max-width: 479px) {
  .thumb-wrap .thumb {
    width: 100%;
  }
}

/*========================   Menu   ==========================*/
.nav {
  background: #FFFFFF;
}

.sf-menu {
  display: inline-block;
  padding: 30px 0;
}
.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: 78px;
}
.sf-menu > li + li:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: -40px;
  width: 2px;
  height: 17px;
  background: #D7D7D7;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
  color: #373737;
  font-size: 20px;
  line-height: 24px;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  color: #c82801;
}
.sf-menu > li.active > a {
  color: #c82801;
}

.sf-menu ul {
  display: none;
  position: absolute;
  top: 100%;
  left: -50%;
  width: 160px;
  margin-top: 23px;
  padding: 20px 0;
  background: #b8b7b7;
  z-index: 2;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.sf-menu ul > li > a {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  color: #FFFFFF;
  background: #c82801;
}

.sf-menu ul ul {
  position: absolute;
  top: 20%;
  left: 105%;
  width: 130px;
  margin-top: 0;
  padding: 15px 0;
  z-index: 4;
}

.sf-menu ul ul > li > a {
  color: #FFFFFF;
  font-size: 18px;
  line-height: 20px;
  padding: 5px 0;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #FFFFFF;
  background: #c82801;
}

.sf-menu > li > .sf-with-ul {
  position: relative;
}
.sf-menu > li > .sf-with-ul:before {
  position: absolute;
  right: -10px;
  top: 40%;
  margin-left: -6px;
  content: "";
  font: 400 12px/12px "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;
  -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 li.active > a {
  background: #f5f5f5;
  color: #2d2d2d;
}
.rd-mobilemenu_ul a {
  display: block;
  padding: 14px 25px 16px;
}
.rd-mobilemenu_ul a:hover {
  background: #f5f5f5;
  color: #2d2d2d;
}
.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;
  margin-top: 0;
}

.rd-mobilepanel_toggle {
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.rd-mobilepanel_toggle span:after {
  top: 8px;
}
.rd-mobilepanel_toggle span:after, .rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span {
  width: 24px;
  height: 4px;
  background-color: #000;
  backface-visibility: hidden;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.rd-mobilepanel_toggle span:before, .rd-mobilepanel_toggle span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
  transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
  transition-delay: 0.3s, 0s;
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, transform;
}
.rd-mobilepanel_toggle.active span {
  transition: background .3s 0s ease;
  background: transparent;
}
.rd-mobilepanel_toggle.active span:before, .rd-mobilepanel_toggle.active span:after {
  top: 0;
  -webkit-transition-delay: 0s, 0.3s;
  transition-delay: 0s, 0.3s;
}
.rd-mobilepanel_toggle.active span:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.rd-mobilepanel_toggle.active span:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@media (max-width: 767px) {
  body {
    padding-top: 56px;
  }

  .rd-mobilemenu, .rd-mobilepanel {
    display: block;
  }
}
@media (max-width: 359px) {
  .rd-mobilepanel_title {
    font-size: 18px;
  }
}
/*==================  Stuck menu  ======================*/
.isStuck {
  background: #fff;
  z-index: 999;
  border-bottom: 1px solid #333333;
  left: 0;
}
.isStuck .sf-menu {
  padding: 25px 0;
}

@media only screen and (max-width: 991px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 50px;
  height: 50px;
  font-size: 24px;
  line-height: 46px;
  color: #fff;
  background: #373737;
  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: #c82801;
  text-decoration: none;
}

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

/*==================   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 .price {
  position: absolute;
  left: 25%;
  top: 34%;
  font-size: 36px;
  line-height: 40px;
}
@media (max-width: 991px) {
  .thumb_overlay .price {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.thumb_overlay .product-name {
  position: absolute;
  left: 25%;
  top: 52%;
  font-size: 20px;
  line-height: 20px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1.5px;
}
@media (max-width: 991px) {
  .thumb_overlay .product-name {
    left: 0;
    right: 0;
    text-align: center;
  }
}
.thumb:hover .thumb_overlay {
  opacity: 1;
  background: rgba(0, 0, 0, 0.6);
}
.lt-ie9 .thumb:hover .thumb_overlay {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99000000', endColorstr='#99000000');
  zoom: 1;
}
.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 {
  color: #FFFFFF;
  text-align: center;
  padding: 45px 0 0;
}
header * + .contact-info {
  margin-top: 85px;
}
header .container + .nav {
  margin-top: 45px;
}

header.subpage .container + .nav {
  margin-top: 90px;
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
}
@media (max-width: 991px) {
  main h6 br, main p br, main q br {
    display: none;
  }
}

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

.special {
  color: #c82801;
  font-size: 36px;
  line-height: 48px;
  letter-spacing: 0.9px;
}

/*==================      Media Query     ======================*/
@media (max-width: 991px) {
  .col-sm-6:nth-child(n + 2) + .col-sm-6 {
    margin-top: 30px;
  }
}
@media (max-width: 767px) {
  .col-xs-12 + .col-xs-12 {
    margin-top: 30px;
  }
}
@media (max-width: 479px) {
  .col-xs-6 + .col-xs-6 {
    margin-top: 30px;
  }
}
/*==================      Well     ======================*/
.well {
  padding: 75px 0 80px;
}

.well-1 {
  padding: 75px 0 55px;
}

.well-2 {
  padding: 0 0 47px;
}

.well-3 {
  padding: 75px 0 110px;
}

.well-4 {
  padding: 75px 0 70px;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer {
  background: #FFFFFF;
  padding: 40px 0 55px;
}
footer .footer-brand + .copyright {
  margin-left: 13px;
}
@media (max-width: 767px) {
  footer {
    text-align: center;
  }
}
