@charset "UTF-8";
@import url(animate.css);
@import url(////cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css);
@import url(//fonts.googleapis.com/css?family=Roboto+Condensed:400,300,700|Pacifico);
@import url(https://fonts.googleapis.com/css?family=Oswald);/*font-family: 'Oswald', sans-serif;*/
@import url('https://fonts.googleapis.com/css?family=Satisfy');
/*========================================================
                      Main Styles
=========================================================*/
body {
	background: #343746;
	color:#555;
	-webkit-text-size-adjust: none;
	font-family: "Roboto Condensed", sans-serif;
	font-size: 20px;
	font-weight: 400;
}

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

h2, h3, h4, h5, h6 {
  text-transform: uppercase;
  font-weight: 400;
  font-family: 'Oswald', sans-serif;
}

h1 {
	font-size: 30px;
	line-height: 88px;
	font-family: 'Oswald', sans-serif;
}

h2 {
  font-size: 36px;
  line-height: 38px;
}

h2 > span {
  font-size: 34px;
  color: #a25718;
}

h3 {
  font-size: 30px;
  line-height: 34px;
}
h3 > span {
  text-transform: none;
}

h4 {
  font-size: 24px;
  line-height: 28px;
}

h5 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}

h6 {
  font-size: 14px;
  line-height: 15px;
  font-weight: 300;
  color: #a25718;
}

p, ul {
  font-weight: 300;
  line-height: 14px;
}
p .brand_slogan, ul .brand_slogan {
  font-style: "Oswald", sans-serif;
  font-size: 14px;
  line-height: 16px;
}
p a:hover, ul a:hover {
  text-decoration: underline;
}
p .fa, ul .fa {
  text-decoration: none;
}

time {
  display: block;
}

a {
  font: inherit;
  color: inherit;
  text-decoration: none;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
a:focus {
  outline: none;
}

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

strong {
  font-weight: 700;
}

.fa {
  line-height: inherit;
}
.fa:hover {
  text-decoration: none;
}

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

header .h3 {
	color: #a25718;
	font-family: "Oswald", sans-serif;
}

header .follow_icon {
    float: none; 
}
	
    @media (max-width: 767px) {
      header .follow_icon {
        display: inline-block;
} }
		
header .follow_icon li {
	float: left;
	margin: 6px -30px 0 0; 
}
	  
      @media (max-width: 979px) {
        header .follow_icon li {
          margin-right: 2px; 
} }
		  
header .follow_icon li a {
	font-size: 23px;
	color: #686868; 
}
		
header .follow_icon li a:hover {
	color: #a25718; 
}

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

.center {
  text-align: center;
}

.lh1 {
  line-height: 18px;
}

.lh2 {
	line-height: 22px;
}

.lh3 {
	line-height: 26px;
	font-weight: 600;
}

.right {
	text-align: right;
}

/*=======================================================
                       Main Layout
=========================================================*/
* + .inline-list {
  margin-top: 35px;
}

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

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

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

* + .owl-carousel {
  margin-top: 54px;
}

* + blockquote {
	margin-top: 50px;
	padding-left: 30px;
}

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

.owl-carousel + * {
  margin-top: 44px;
}

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

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

img + h3 {
  margin-top: 24px;
}

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

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

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

h3 + h5 {
  margin-top: 6px;
}

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

h6 + p {
  margin-top: 24px;
}

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

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

* + .offs2 {
  margin-top: 42px;
}

* + .offs3 {
  margin-top: 85px;
}

* + .offs4 {
  margin-top: 11px;
}

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

* + .offs6 {
  margin-top: 9px;
}

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

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

* + .offs9 {
  margin-top: 0px;
}

/*==================    nav menu-Items    ======================*/

video-nav {
	font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
	font-size: 13px;
	line-height: 1.5;
	margin: 50px auto;
	width: 520px;
	-webkit-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px rgba(0,0,0,0.2);

}

.menu-item {
	background: #fff;
	width: 100%;
}

/*Menu Header Styles*/

.menu-item h4 {
  border-bottom: 1px solid rgba(0,0,0,0.3);
  border-top: 1px solid rgba(255,255,255,0.2);
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 7px 12px;

  /*Gradient*/

  background: #a25718; /* Old browsers */
  background: -moz-linear-gradient(top, #c88d1b 20%, #7256ad 44%, #a25718 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%,#c88d1b), color-stop(44%,#7256ad), color-stop(100%,#a25718)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c88d1b 0%,#7256ad 44%,#a25718 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c88d1b 0%,#7256ad 44%,#a25718 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c88d1b 0%,#7256ad 44%,#a25718 100%); /* IE10+ */
  background: linear-gradient(top, #c88d1b 0%,#7256ad 44%,#a25718 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c88d1b', endColorstr='#a25718',GradientType=0 ); /* IE6-9 */
}

.menu-item h4:hover {  
  background: #a25718; /* Old browsers */
  background: -moz-linear-gradient(top, #c88d1b 0%, #7256ad 44%, #a25718 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#c88d1b), color-stop(44%,#7256ad), color-stop(100%,#a25718)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c88d1b 0%,#7256ad 44%,#a25718 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c88d1b 0%,#7256ad 44%,#a25718 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c88d1b 0%,#7256ad 44%,#a25718 100%); /* IE10+ */
  background: linear-gradient(top, #c88d1b 0%,#7256ad 44%,#a25718 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c88d1b', endColorstr='#a25718',GradientType=0 ); /* IE6-9 */
}

.menu-item h4 a {
	font-weight:600;
	color: white;
	display: block;
	text-decoration: none;
	width: 200px;
}

/*ul Styles*/

.menu-item ul {
  background: #fff;
  font-size: 13px;
  line-height: 30px;
  height: 0px;
  list-style-type: none;
  overflow: hidden;
  padding: 0px;

  /*Animation*/

  -webkit-transition: height 1s ease;
     -moz-transition: height 1s ease;
       -o-transition: height 1s ease;
      -ms-transition: height 1s ease;
          transition: height 1s ease;
}

.menu-item:hover ul {
  height: 220px;
}

.menu-item ul a {
	margin-left: 20px;
	text-decoration: none;
	color: #aaa;
	display: block;
	width: 520px;
}

/*li Styles*/

.menu-item li {
  border-bottom: 1px solid #eee;
}

.menu-item li:hover {
  background: #eee;
}

/*First Item Styles*/

.alpha p {
	padding: 8px 12px;
	color: #aaa;
}

.alpha p a {
	color: #aaa;
	font-style: italic;
}

.alpha p a:hover {
	color: #ccc;
}

/*=======================================================
                        Components
=========================================================*/
/*==================       Info      ======================*/
.info {
  float: right;
}
.info .fa {
	color: #a25718;
	font: 16px "FontAwesome";
	margin-left: 10px;
	margin-top: 5px;
}
.info .fa a {
  font: 16px/20px "Arial", sans-serif;
  color: #000;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.info .fa a:hover {
  color: #a25718;
}
.info li {
  display: inline-block;
    margin-top: 32px;
}
.info li + li {
  margin-left: 20px;
}

@media (max-width: 979px) {
  .info {
    margin-top: 20px;
    float: none;
    padding-bottom: 15px;
  }
  .info .fa {
    margin-top: 10px;
  }
  .info li {
    display: block;
    text-align: center;
  }
  .info li + li {
    margin: 10px 0px 0px;
  }
}
/*===============          Box         =================*/
.box {
  padding-top: 30px;
  padding-bottom: 28px;
}
.box h3 {
  text-transform: none;
  color: #343746;
  font-weight: 300;
}
.box h3 + p {
  margin-top: 12px;
}
.box p {
  color: #343746;
  padding: 0 20px;
}

@media (min-width: 768px) and (max-width: 979px) {
  .box img {
    max-width: 80%;
  }
}
/*==================     Brand     ======================*/
.brand {
  display: inline-block;
}
.brand_name {
	margin-left: 0px;
	float: left;
	overflow: hidden;
	padding-right: 0px;
	color: #c88d1b;
}
.brand_slogan {
  float: right;
  font: 12px/12px "Arial", sans-serif;
  margin-top: 43px;
  padding-left: 7px;
}

/*==================  Backgrounds  ======================*/
.bg-header {
	background-color: #e3e3e3;
	background-repeat:repeat;
	background-position:center;
}
.bg-header h3 {
  color: #7b7b7b;
    padding-bottom: 18px;
}

.bg-primary {
  	background-color: #000000;
}
.bg-primary h3 {
	color: #a25718;
	padding-bottom: 18px;
}

.bg-secondary {
	background-color: #c88d1b;
	background-repeat:repeat;
	background-position:center;
}
.bg-secondary h3 {
	color: #a25718;
	padding-bottom: 18px;
}

.bg-white {
  background-color: #ffffff;
}
.bg-white h3 {
  color: #343746;
}

/*==================    Colors    ======================*/

.color-mod1 {
  color: #dddddd;
}

.color-primary {
  color: #343746;
}

/*==================     Icons     ======================*/
.fa-facebook-square,
.fa-google-plus-square,
.fa-twitter-square,
.fa-youtube {
  color: #a25718;
  font-size: 48px;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.fa-facebook-square:hover,
.fa-google-plus-square:hover,
.fa-twitter-square:hover,
.fa-youtube:hover {
  color: #343746;
}

.fa-play-circle {
  color: #343746;
  background: #ffffff;
  font-size: 30px;
  line-height: 30px;
  -webkit-transition: 1.2s ease;
  transition: 1.2s ease;
}
.fa-play-circle:hover {
  color: #a25718;
}

.fa-map-marker a:hover {
  text-decoration: none;
}

.fa-users,
.fa-clock-o,
.fa-laptop {
  color: #a25718;
  font-size: 65px;
  line-height: 65px;
}

/*==================    Buttons    ======================*/
.btn {
  display: inline-block;
  font: 600 14px/23px "Roboto Condensed", sans-serif;
  background: #a25718;
  color: #ffffff;  
  padding: 8px 29px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: all 0.8s ease;
  transition: all 0.8s ease;
}
.btn:hover {
  background: #343746;
  cursor: pointer;
}
.btn:active {
  background: #077b63;
}

.btn__mod1 {
  font: 400 18px/18px "Roboto Condensed", sans-serif !important;
  padding: 21px 42px;
  border-radius: 6px;
}

.btn__mod2 {
  padding: 14px 29px;
  font-size: 18px;
}

.btn__mod3 {
  padding: 8px 29px;
  background: #343746;
}
.btn__mod3:hover {
  background: #a25718;
}
.btn__mod3:active {
  background: #4a4e63;
}
.lt-ie9 .btn__mod3:active {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4A4E63', endColorstr='#FF4A4E63')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF4A4E63', endColorstr='#FF4A4E63');
  zoom: 1;
}

.btn__mod4 {
  padding: 11px 35px;
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 480px) and (max-width: 630px) {
  .btn__mod2 {
    padding: 8px 29px;
  }
}
/*==============     Parallax Content      ==============*/
.parallax_content {
  padding-top: 46px;
}
.parallax_content p {
  padding: 0 80px;
}
.parallax_content h4 + p {
  margin-top: 19px;
}
.parallax_content p + a {
  margin-top: 25px;
}

@media (max-width: 767px) {
  .parallax_content p {
    padding: 0;
  }
}
/*==================      Sform     =====================*/
.sform {
  padding-left: 71px;
  color: #ffffff;
  float: left;
}
.sform:before, .sform:after {
  display: table;
  content: "";
  line-height: 0;
}
.sform:after {
  clear: both;
}
.sform + form {
  margin-left: 66px;
}
.sform span {
  text-transform: uppercase;
  line-height: 26px;
  display: table;
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 1199px) {
  .sform {
    float: none;
    text-align: center;
  }
  .sform span {
    display: block;
  }
}
@media (max-width: 979px) {
  .sform {
    padding-left: 0;
  }
  .sform + form {
    margin-left: 0px;
  }
}
@media (max-width: 479px) {
  .sform + form {
    margin-left: 0;
  }
}
/*==================   Blockquote  ======================*/
blockquote p + img {
  margin-top: 29px;
}
blockquote img + h3 {
  margin-top: 21px;
}
blockquote h3 cite {
  font-weight: 300;
  text-transform: none;
}
blockquote:before {
  content: "\f10d";
  font: 700 50px "FontAwesome";
  position: absolute;
  color: #a25718;
  top: 30%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

/*==================    Item List   ======================*/
.item-list li {
  color: #ffffff;
  position: relative;
  display: block;
}
.item-list li:nth-child(n+5) {
  margin-top: 22px;
}
.item-list li p {
  font-size: 14px;
}
.item-list li p + * {
  margin-top: 25px;
}
.item-list li:before {
  color: #a25718;
  position: relative;
  top: -24px;
  left: 0;
}
.item-list li a {
  text-decoration: none;
}

@media (max-width: 767px) {
  .item-list li + li {
    margin-top: 80px !important;
  }
}
/*==================  Inline List  ======================*/
.inline-list:before,
.inline-list:after {
  content: " ";
  display: table;
}

.inline-list:after {
  clear: both;
}

.inline-list li > a + a {
  margin-left: 15px;
}

/*==================    Marked List  ======================*/
.marked-list li + li {
  margin-top: 16px;
}
.marked-list li {
  position: relative;
}
.marked-list li:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 4px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #515151;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.lt-ie9 .marked-list li:before {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF515151', endColorstr='#FF515151')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF515151', endColorstr='#FF515151');
  zoom: 1;
}
.marked-list li:hover:before {
  left: 3px;
}
.marked-list li a {
  padding-left: 18px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.marked-list li a:hover {
  color: #343746;
  text-decoration: none;
}

.marked-list__mod1 li:before {
  width: 4px;
  height: 4px;
  background: #ffffff;
}
.marked-list__mod1 li a {
  padding-left: 16px;
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
}
.marked-list__mod1 li a:hover {
  color: #a25718;
  text-decoration: none;
}

/*==================    Flex List  ======================*/
.flex-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.flex-list li {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.flex-list li img {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.flex-list li img:hover {
  -ms-transform: scale(0.9);
  -webkit-transform: scale(0.9);
  transform: scale(0.9);
}

@media (max-width: 767px) {
  .flex-list,
  .flex-list li {
    display: block;
  }
  .flex-list + li,
  .flex-list li + li {
    margin-top: 20px;
  }
}
/*==================   Index List  ======================*/
.index-list {
  counter-reset: li;
}
.index-list li {
  position: relative;
  padding-top: 0px;
  padding-left: 100px;
  box-sizing: border-box;
}
.index-list li:before {
  position: absolute;
  content: counter(li,decimal) ".";
  counter-increment: li;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  border-radius: 50%;
  text-align: center;
  top: 0;
  left: 0;
  margin-left: 0;
  width: 70px;
  height: 70px;
  font: 300 30px/70px "Roboto Condensed", sans-serif;
  color: whitesmoke;
  background: #343746;
  text-indent: 2px;
}
.index-list li:hover:before {
  background: #a25718;
}
.index-list li a p {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.index-list li a p:hover {
  color: #343746;
}
.index-list li a:hover {
  text-decoration: none;
}
.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;
}

/*==================   Contact List   ======================*/
.contact-list {
  text-align: center;
}
.contact-list address {
  font: 300 14px/15px "Roboto Condensed", sans-serif;
  color: #a25718;
  text-transform: uppercase;
}
.contact-list li dl {
  font: 300 14px/18px "Roboto Condensed", sans-serif;
}
.contact-list li dl a[href^="mailto:"] {
  color: #a25718;
}
.contact-list li dl a[href^="mailto:"]:hover {
  text-decoration: none;
  color: #343746;
}
.contact-list li dt {
  float: left;
  margin-left: 44px;
}
.contact-list li dd {
  float: right;
  margin-right: 55px;
}
.contact-list li dl + dl {
  text-align: center;
  clear: both;
}
.contact-list li dl + dl dd, .contact-list li dl + dl dt {
  display: inline-block;
  float: none;
}
.contact-list li dt + dd {
  margin-top: 0;
}
.contact-list li dd + dt {
  clear: both;
  margin-top: 0;
}
.contact-list address + dl {
  margin-top: 23px;
}

@media (max-width: 979px) {
  .contact-list li dt {
    margin-left: 20px;
  }
  .contact-list li dd {
    margin-right: 20px;
  }
}
/*==================  Terms List  ======================*/
.terms-list {
  padding-top: 31px;
  letter-spacing: -0.2px;
}
.terms-list dt {
  font: 300 14px/16px "Roboto Condensed", sans-serif;
  text-transform: uppercase;
  color: #a25718;
}
.terms-list dd {
  font: 300 14px/18px "Roboto Condensed", sans-serif;
}
.terms-list dd + dt {
  margin-top: 18px;
}

/*==================  Social List  =====================*/
.social-list {
  letter-spacing: 1.2px;
  text-transform: uppercase;
  font: 300 24px/37px "Roboto Condensed", sans-serif;
}
.social-list li a {
  color: #777777;
  text-decoration: none;
}
.social-list li a:before {
  margin-right: 9px;
  color: #ffffff;
}
.social-list li a:before:hover {
  cursor: pointer;
}
.social-list li a:hover {
  color: #ffffff;
}

/*==================  Info Menu   ======================*/
.copyright {
  padding-bottom: 18px;
  border-right: 1px solid #50525e;
}
.copyright h2 {
  color: #a25718;
  line-height: 32px;
}
.copyright .copy {
  font-family: "Arial", sans-serif;
  font-size: 12px;
  color: #777777;
  text-transform: uppercase;
}
.copyright .copy a:hover {
  color: #a25718;
}

/*==================    Address   ======================*/
.address {
  border-right: 1px solid #50525e;
  padding-bottom: 54px;
}
.address h5 + dl {
  margin-top: 12px;
}

/*==================    Support   ======================*/
.support, .about {
  border-right: 1px solid #50525e;
  padding-bottom: 32px;
}
.support h5 + ul, .about h5 + ul {
  margin-top: 19px;
}
.support li + li, .about li + li {
  margin-top: 16px;
}

.about {
  border-right: none;
}

@media (max-width: 767px) {
  .copyright,
  .address,
  .support,
  .about {
    border-right: none;
  }

  .support h5,
  .about h5 {
    text-align: center;
  }
  .support ul,
  .about ul {
    margin-left: 32%;
  }

  .copyright,
  .address {
    text-align: center;
    display: block;
  }
}
@media (max-width: 479px) {
  .support ul,
  .about ul {
    margin-left: 22%;
  }
}
.sf-menu {
  display: inline-block;
  font: 400 18px/30px "Oswald", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.sf-menu:before, .sf-menu:after {
  display: table;
  content: "";
  line-height: 0;
}
.sf-menu:after {
  clear: both;
}
.sf-menu > li {
  position: relative;
  position: relative;
  float: left;
}
.sf-menu > li + li {
  margin-left: 0px;
}
.sf-menu a {
  display: block;
}

.sf-menu > li > a {
	-webkit-transition: 0.4s ease;
	transition: 0.4s ease;
	position: relative;
	color: #c88d1b;
	padding: 15px 20px 13px 20px;
	visibility: inherit;
}
.sf-menu > li > a > em {
  text-transform: none;
}
.sf-menu > li.sfHover > a, .sf-menu > li > a:hover {
  text-decoration: none;
  color: #ffffff;
  background: #c88d1b;
}
.lt-ie9 .sf-menu > li.sfHover > a, .lt-ie9 .sf-menu > li > a:hover {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFefcc87', endColorstr='#FFefcc87')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFefcc87', endColorstr='#FFefcc87');
  zoom: 1;
}
.sf-menu > li.active > a {
  padding: 15px 20px 13px 20px;
  color: #ffffff;
  background: #c88d1b;
}

.sf-menu ul {
  position: absolute;
  display: none;
  letter-spacing: 0;
  font: 12px/34px "Oswald", sans-serif;
  width: 110px;
  top: 75px;
  right: -9px;
  padding: 22px 15px 26px 16px;
  z-index: 2;
  background: #0f070f;
  box-sizing: border-box;
  border-radius: 4px;
}
.lt-ie9 .sf-menu ul {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0F070F', endColorstr='#FF0F070F')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0F070F', endColorstr='#FF0F070F');
  zoom: 1;
}

.sf-menu ul > li > a {
  color: #ffffff;
  background: #0f070f;
}
.lt-ie9 .sf-menu ul > li > a {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0F070F', endColorstr='#FF0F070F')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FF0F070F', endColorstr='#FF0F070F');
  zoom: 1;
}
.sf-menu ul > li.sfHover > a, .sf-menu ul > li > a:hover {
  text-decoration: none;
  font-weight: 700;
}
.sf-menu ul > li.sfHover > a:before, .sf-menu ul > li > a:hover:before {
  color: #343746;
}

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

.sf-menu ul ul {
  position: absolute;
  font: 12px/34px "Oswald", sans-serif;
  width: 107px;
  top: 63px;
  left: 112px;
  padding: 0px;
  z-index: 5;
  background: #c88d1b;
  box-sizing: border-box;
  border-radius: 4px;
}
.lt-ie9 .sf-menu ul ul {
  background: none;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFefcc87', endColorstr='#FFefcc87')";
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFefcc87', endColorstr='#FFefcc87');
  zoom: 1;
}
.sf-menu ul ul > li > a {
  margin-top: 0;
  padding-left: 10px;
  line-height: 31px;
  color: #343746;
  background: #c88d1b;
  border-radius: 4px;
  -webkit-transition: 0.8s ease;
  transition: 0.8s ease;
}
.sf-menu ul ul > li.sfHover > a, .sf-menu ul ul > li > a:hover {
  color: #ffffff;
  font-weight: 400;
}

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

@media (max-width: 979px) {
  .sf-menu > li > a {
    padding: 10px 15px 10px;
  }
  .sf-menu > li.active > a {
    padding: 10px 15px 10px;
  }
}
@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: 0;
	width: 240px;
	padding: 20px 0;
	color: #666;
	background: #FFF;
	font-size: 18px;
	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: 9px 25px 11px;
}
.rd-mobilemenu_ul a:hover {
  background: #343746;
  color: #FFF;
}
.rd-mobilemenu_ul ul a {
  padding-left: 40px;
}
.rd-mobilemenu_ul ul ul a {
  padding-left: 60px;
}
.rd-mobilemenu_ul:after {
  content: '';
  display: block;
  height: 20px;
}

.rd-mobilepanel {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 56px;
  background: #FFF;
  color: #000;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
  z-index: 99999991;
}

.rd-mobilepanel_title {
  position: fixed;
  top: 4px;
  left: 56px;
  right: 56px;
  color: #000;
  font-size: 24px;
  line-height: 48px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rd-mobilepanel_toggle {
  background: none;
  border: none;
  display: inline-block;
  padding: 0;
  outline: none;
  outline-offset: 0;
  cursor: pointer;
  -webkit-appearance: none;
  position: fixed;
  top: 4px;
  left: 8px;
  width: 48px;
  height: 48px;
}
.rd-mobilepanel_toggle::-moz-focus-inner {
  border: none;
  padding: 0;
}
.rd-mobilepanel_toggle span {
  position: relative;
  display: block;
  margin: auto;
  -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: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 {
  -webkit-transition: background .3s 0s ease;
          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: #ffffff;
  z-index: 999;
  border-bottom: 1px solid #333333;
}

@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*==================     ToTop     ======================*/
.toTop {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  font-size: 32px;
  line-height: 38px;
  border: 2px;
  color: #ffffff;
  background: #c88d1b;
  position: fixed;
  right: 200px;
  bottom: 120px;
  display: block;
  overflow: hidden;
  text-align: center;
  text-decoration: none;
  z-index: 20;
}
.toTop:hover {
  color: #343746;
  background: #c88d1b;
  text-decoration: none;
}

@media only screen and (max-width: 1399px) {
  .toTop {
    display: none !important;
  }
}
/*==================  RD Parallax    ======================*/
.parallax {
  position: relative;
  overflow: hidden;
  color: #ffffff;
}
.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;
}

/*==================   Thumbnail    ======================*/
.thumb {
  display: block;
  position: relative;
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: auto;
  -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;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  color: #fff;
  background: rgba(52, 55, 70, 0.79);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
  z-index: 1;
}
.thumb_overlay h5 {
  position: relative;
  margin-top: 10%;
  color: #ffffff;
  font-weight: 400;
}
.thumb_overlay h5 + p {
  margin-top: 5%;
}
.thumb_overlay p {
  line-height: 14px;
  padding-right: 3%;
  padding-left: 3%;
}
.thumb_overlay p + a {
  display: inline-block;
  margin-top: 10%;
}
.thumb:hover .thumb_overlay {
  opacity: 1;
}
.lt-ie9 .thumb:hover .thumb_overlay:before {
  display: block;
}
.thumb:hover img {
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 480px) and (max-width: 570px) {
  .thumb_overlay h5 + p {
    margin-top: 2%;
  }
  .thumb_overlay p + a {
    margin-top: 2%;
  }
}
/*========================================================
                     HEADER  Section
=========================================================*/
header {
	background: #d8d8d8;
}
header .brand {
  float: left;
}
header .nav a > span {
  text-transform: none;
}
@media (max-width: 979px) {
  header {
    text-align: center;
  }
  header .brand, header .nav {
    float: none;
  }
}
@media (max-width: 479px) {
  header h1 {
    font-size: 44px;
  }
}

/*========================================================
                     CONTENT  Section
=========================================================*/
main {
  display: block;
  background: whitesmoke;
  box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.7);
}

@media (max-width: 767px) {
  .mediacenter {
    width: 100%;
  }
}

.privacy a {
  letter-spacing: -0.4px;
  color: #a25718;
}
.privacy a:hover {
  color: #343746;
}

/*==================      Well     ======================*/
.well {
	margin-top: 10px;
	margin-bottom: 5px;
}

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

.well1__ins1 {
  padding-bottom: 28px;
}

.well1__ins2 {
  padding-top: 35px;
  padding-bottom: 33px;
  color: #fff;
}

.well2 {
  padding-top: 61px;
  padding-bottom: 35px;
}

.well2__ins1 {
  padding-bottom: 66px;
}

.well2__ins2 {
  padding-bottom: 61px;
}

.well2__ins3 {
  padding-bottom: 67px;
}

.well2__ins4 {
  padding-bottom: 96px;
}

.well2__ins5 {
  padding-bottom: 93px;
}

.well2__ins6 {
  padding-bottom: 109px;
}

.well3 {
  padding-top: 70px;
  padding-bottom: 55px;
}

.well3__ins1 {
  padding-bottom: 100px;
}

.well4 {
  padding-top: 71px;
  padding-bottom: 71px;
}

.well4__ins1 {
  padding-bottom: 77px;
}

.well5 {
  padding-top: 49px;
  padding-bottom: 46px;
}

.well6 {
  padding-top: 64px;
  padding-bottom: 130px;
}

.script {
	font-family: 'Satisfy', cursive;
	font-size:28px;
	line-height: 32px;
	color:#a25718;
}

/*========================================================
                     FOOTER  Styles
=========================================================*/
footer .container .row .grid_3 {
  min-height: 157px; 
}
  
  @media (max-width: 767px) {
    footer .container .row .grid_3 {
      min-height: 91px; 
} }

footer {
  background: #242424; 
}
  
footer dt {
    font: 36px/36px "Oswald", sans-serif;
    color: #fff;
    margin-bottom: 38px;
    margin-top: 22px;
    text-transform: uppercase;
    letter-spacing: 2px; 
}
	
footer .follow_icon {
    float: none; 
}
	
    @media (max-width: 767px) {
      footer .follow_icon {
        display: inline-block;
} }
		
footer .follow_icon li {
	float: left;
	margin: 6px 22px 0 0; 
}
	  
      @media (max-width: 979px) {
        footer .follow_icon li {
          margin-right: 12px; 
} }
		  
footer .follow_icon li a {
	font-size: 23px;
	color: #686868; 
}
		
footer .follow_icon li a:hover {
	color: #a25718; 
}
		  
footer section {
    background: #323232; 
}
	
footer .grid_3 {
    border-right: 1px solid #5a5a5a;
    margin-right: -3px; 
}
	
    @media (max-width: 767px) {
      footer .grid_3 {
        border-right: none;
        margin-right: 0px;
        text-align: center; 
} }
		
footer .footer1 {
    padding: 37px 0 114px 0;
    color: #fff;
    text-transform: uppercase;
    font-size: 18px; 
}
	
footer .footer1 span, footer .footer1 a {
      font-size: 12px;
      color: #9fa3ab;
      position: relative;
      top: 2px; 
}
	  
footer .footer1 a:hover {
      color: #df9e5d; 
}

footer address dd, footer address a {
    color: #d0d0d0;
    font-size: 18px; 
}

footer address a:hover {
    color: #a25718; 
}

footer :last-child {
  border: none; 
}
  
footer :last-child dt {
    margin-bottom: 34px; 
}
	
footer :last-child dd {
    line-height: 22px; 
}
