@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
@import url(//fonts.googleapis.com/css?family=Jockey+One);
/*========================================================
										Main variables
=========================================================*/
/*hover color*/
/*hover 2 color*/
/*color of content*/
/*color of border*/
/*========================================================
										Typography
=========================================================*/
/*color of input fields in contact form*/
/*========================================================
										Main layout styles
=========================================================*/
html,
body {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  min-width: 300px;
  background: #343434;
  color: #909090;
  font: 16px/20px Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1.header_h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  position: absolute;
  left: 0;
  top: 0;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 300 50px/50px 'Jockey One', Arial, sans-serif;
  color: #6a6c76;
  margin-top: 53px;
  letter-spacing: -1px;
}
h3 {
  font: 24px/30px 'Jockey One', Arial, sans-serif;
  color: #2f2f2f;
  margin-top: 70px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
h4 {
  font: 300 20px/25px 'Arial', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 0;
  position: relative;
  z-index: 100;
  background: url(../images/header_bg.png);
}
.page1 {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100%;
}
.page_content {
  background: url(../images/header_bg.jpg) !important;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 0px;
  margin-right: 25px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0 0 0 12px;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 0px 16px;
  font: 18px/76px 'Jockey One', Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  letter-spacing: 1px;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu > li > a:hover strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li > a.sf-with-ul:after {
  content: '';
  position: absolute;
  width: 4px;
  bottom: 22px;
  left: 50%;
  margin-left: -2px;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4px 0 4px;
  border-color: #fff transparent transparent transparent;
}
.sf-menu > li > a strong {
  width: 0%;
  height: 100%;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 0;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  z-index: -1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f09109;
  opacity: 0;
  /* css triangle =============================================*/
  /*&:before {
					content: "";
					display: block;
					width: 0; 
					height: 0; 
					border-left: 7px solid transparent;
					border-right: 7px solid transparent;
					border-bottom: 7px solid #fa9183; 
					position: absolute;
					top: -5px;
					left: 50%;
					margin-left: -3px;
				}*/
}
.sf-menu > li.current > a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #ffffff;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.sfHover > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu a {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
.sf-menu a:hover {
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
}
/* First level sub-menu styles - submenu
========================================================*/
.sf-menu ul {
  position: absolute;
  top: 70px;
  left: -20px;
  background: #0b0b0b;
  padding: 25px 10px 10px;
  width: 120px;
  z-index: 2;
  display: none;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: left;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 12px/16px Arial, sans-serif;
  text-transform: uppercase;
  color: #ffffff;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #ffffff;
  font-weight: bold;
}
.sf-menu ul li a.sf-with-ul:after {
  /*content: '';*/
  font-family: 'FontAwesome';
  position: absolute;
  width: 5px;
  font-size: 13px;
  line-height: 13px;
  font-weight: normal;
  color: #000;
  right: -4px;
  bottom: 1px;
  pointer-events: none;
  z-index: 999;
}
.sf-menu ul li.sfHover > a {
  color: #ffffff;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -17px;
  left: 111px;
  background: #f09109;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
.sf-menu ul ul li a:hover {
  color: #000;
  font-weight: 400;
}
@media only screen and (max-width: 1199px) {
  nav {
    margin-right: 0;
  }
  .sf-menu > li > a {
    padding: 0px 10px;
  }
}
@media only screen and (max-width: 979px) {
  .sf-menu > li {
    margin-left: 1px;
  }
  .sf-menu > li > a {
    padding: 0px 4px;
    font: 16px/76px 'Jockey One', Arial, sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .sf-menu {
    display: none;
  }
  .select-menu {
    display: block;
    width: 100%;
    border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    border: 2px solid #f09109;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #222;
  padding: 0px 0 0px;
  z-index: 999999;
}
.isStuck h1 {
  /*height: 100px;*/
  display: none;
}
.isStuck .sf-menu > li > a {
  line-height: 26px;
}
@media only screen and (max-width: 979px) {
  .isStuck {
    display: none !important;
  }
}
/*========================================================
										USEFUL styles
=========================================================*/
a {
  text-decoration: none;
  cursor: pointer;
  color: inherit;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
a:hover {
  color: #f09109;
  text-decoration: none;
}
a.link1 {
  color: #000;
}
a.link1:hover {
  color: #eb6654;
}
a.link2 {
  color: #f09109;
}
a.link2:hover {
  color: #000;
}
.logo_link img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.logo_link:hover img {
  opacity: 0.5;
}
.txt1 {
  font: 36px/30px 'Jockey One', Arial, sans-serif;
  color: #2f2f2f;
  text-transform: uppercase;
  margin-top: 13px;
  letter-spacing: 3px;
}
.txt2 {
  font-size: 18px;
  font-weight: bold;
}
.txt3 {
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 22px;
}
.txt4 {
  font: 24px/24px 'Jockey One', Arial, sans-serif;
}
.txt5 {
  font: 14px/24px 'Jockey One', Arial, sans-serif;
  display: inline-block;
  margin-top: 4px;
}
.txt6 {
  font: 60px/60px 'Jockey One', Arial, sans-serif;
  color: #f09109;
  text-transform: uppercase;
  margin-top: 54px;
}
.txt6 span {
  font-size: 40px;
  display: inline-block;
  margin-top: -8px;
}
.txt7 {
  font-size: 14px;
  text-transform: uppercase;
  color: #000;
  margin-top: 11px;
  margin-bottom: 34px;
}
.txt8 {
  font: 24px/24px 'Jockey One', Arial, sans-serif;
  color: #3e454c;
  text-transform: uppercase;
  margin-top: 30px;
}
.txt9 {
  font: 52px/52px 'Jockey One', Arial, sans-serif;
  color: #fff;
  text-transform: uppercase;
  margin-top: 7px;
  letter-spacing: 4px;
}
.txt10 {
  font: 24px/24px 'Jockey One', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: -1px;
  letter-spacing: 2px;
}
.txt11 {
  font: 24px/24px 'Jockey One', Arial, sans-serif;
  text-transform: none;
  color: #000;
  margin-bottom: 3px;
  display: inline-block;
}
.txt12 {
  font: 40px/40px 'Jockey One', Arial, sans-serif;
  color: #f09109;
  text-transform: uppercase;
  margin-top: 65px;
}
.txt13 {
  font: 24px/24px 'Jockey One', Arial, sans-serif;
  text-transform: uppercase;
  margin-top: 41px;
  letter-spacing: 2px;
  margin-bottom: 12px;
}
.txt14 {
  font-size: 14px;
  text-transform: uppercase;
  color: #2f2f2f;
  margin-top: 29px;
}
.txt15 {
  font-size: 14px;
  margin-top: 27px;
  margin-bottom: 33px;
}
.txt16 {
  font-size: 14px;
  text-transform: uppercase;
  color: #868686;
  float: right;
  margin-left: 20px;
  margin-top: 28px;
}
.txt17 {
  margin-top: 23px;
  line-height: 30px;
}
.color1 {
  color: #424348;
}
.color2 {
  color: #f09109;
}
.color3 {
  color: #fff;
}
.box {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.circle {
  overflow: hidden;
  border-radius: 1000px;
}
.fleft {
  float: left;
}
.fright {
  float: right;
}
.clear {
  clear: both;
  width: 100%;
  font-size: 0;
  line-height: 0;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.txt_upp {
  text-transform: uppercase;
}
.txt_left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.txt_cntr {
  text-align: center;
}
.txt_ital {
  font-style: italic;
}
.txt_line_through {
  text-decoration: line-through;
}
.pos_rel {
  position: relative;
}
.txt_und {
  text-decoration: underline;
}
.padTop1 {
  padding-top: 10px;
}
.padBot1 {
  padding-bottom: 10px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin: 0 7px;
}
.marLeft1 {
  margin-left: 40px;
}
.marLeft2 {
  margin-left: 40px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: -177px;
  position: relative;
  z-index: 1;
}
.marTop2 {
  margin-top: 30px;
}
.marTop3 {
  margin-top: 35px;
}
.marTop4 {
  margin-top: 33px;
}
.marTop5 {
  margin-top: 21px;
}
.marTop6 {
  margin-top: 98px;
}
.marTop7 {
  margin-top: 28px !important;
}
.marTop8 {
  margin-top: 28px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #dadada;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 19px;
}
img {
  margin-bottom: 0px;
  max-width: 100%;
  height: auto;
}
.img_border {
  border: 1px solid #efefef;
  background: #f8f8f8;
  padding: 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 10px;
}
.img1 {
  margin-top: 0px;
}
.img2 {
  margin-top: 20px;
  float: left;
  margin-right: 20px;
}
.img3 {
  margin-top: 10px;
}
.img4 {
  margin-top: 31px;
  margin-bottom: 16px;
}
.img5 {
  margin-top: 31px;
}
.img6 {
  margin-top: 31px;
  margin-bottom: -6px;
}
.img7 {
  margin-top: 31px;
  margin-bottom: -2px;
}
.img8 {
  margin-top: 31px;
  float: left;
  margin-right: 30px;
  margin-bottom: 6px;
}
blockquote {
  position: relative;
  margin-top: 70px;
}
blockquote:before,
blockquote:after {
  position: absolute;
  display: block;
  content: '“';
  font: 72px/72px 'Jockey One', Arial, sans-serif;
  color: #fff;
  left: 0;
  top: -2px;
}
blockquote:after {
  left: auto;
  right: 0;
  content: '”';
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 300 52px/52px 'Jockey One', Arial, sans-serif;
  float: left;
  color: #fa9183;
  width: 52px;
  display: block;
  margin-top: -10px;
}
.date_section {
  position: relative;
  width: 100%;
  max-width: 100px;
  background-color: #eb6654;
  float: left;
  text-align: center;
  margin-top: 43px;
  color: #fff;
  text-transform: uppercase;
}
.day {
  font: bold 37px/37px 'Arial', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Arial', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 27px;
}
.listWithMarker li {
  display: block;
  padding-left: 59px;
  background: url(../images/list_marker.png) 0px 5px no-repeat;
  margin-bottom: 0;
  padding-bottom: 26px;
}
.listWithMarker li a {
  color: #2f2f2f;
  text-decoration: none;
  font: 14px/20px "Arial", Arial, sans-serif;
  text-transform: uppercase;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #f09109;
}
/*========================================================
										BUTTONS
=========================================================*/
.link_arr {
  border: 1px solid #dadada;
  background: #fff;
  position: relative;
  border-radius: 500px;
  width: 48px;
  height: 48px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin-top: 26px;
  text-align: center;
}
.link_arr.v2 {
  margin-top: 4px;
  background: #3d3b38;
  border: 1px solid #f09109;
  margin-left: 20px;
}
.link_arr .link_img_holder {
  height: 20px;
  overflow: hidden;
  margin-top: 15px;
  display: inline-block;
}
.link_arr:hover {
  /*border: 1px solid #fff;*/
}
.link_arr img {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.link_arr:hover img {
  margin-top: -20px;
}
.more_btn {
  display: inline-block;
  margin-top: 37px;
  padding: 11px 22px;
  text-decoration: none;
  font: 300 11px/18px "Arial", Arial, sans-serif;
  color: #6a6c76;
  background: #fff;
  background-image: -webkit-linear-gradient(top, #f7f7f7 10%, #ffffff 100%);
  background-image: linear-gradient(to bottom, #f7f7f7 10%, #ffffff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffffffff', GradientType=0);
  border: 1px solid #dadada;
  border-radius: 5px;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #f09109;
  background: #fff;
  border: 1px solid #f09109;
}
.more_btn2 {
  display: inline-block;
  margin-top: 22px;
  text-decoration: none;
  padding: 11px 29px;
  font: 24px/24px "Jockey One", Arial, sans-serif;
  color: #000;
  border: 1px solid #dadada;
}
.more_btn2:hover {
  color: #f09109;
}
/*********************************start magnifier2*************************************/
.magnifier2 {
  position: relative;
  /* display:block; */
  display: inline-block;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background: url(../images/img_over.png) 50% 50% no-repeat;
  -webkit-transition: 0.6s all ease;
  transition: 0.6s all ease;
}
a.magnifier2:hover .zoom {
  opacity: 1;
}
a.magnifier2 .zoom {
  opacity: 0;
}
/*********************************end magnifier2*************************************/
/*----------- start social icons ----------------*/
.soc_icons {
  position: relative;
  display: block;
  margin-top: 25px;
  white-space: nowrap;
  text-align: left;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-right: 18px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  display: inline-block;
}
.soc_icons i {
  font: normal normal 23px/25px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #f09109;
  text-decoration: none;
}
.icon1 {
  font: normal normal 19px/30px 'FontAwesome';
  color: #3d3d3f;
  min-width: 47px;
  display: inline-block;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 100px 0;
  background: #fff;
  overflow: hidden;
}
.content_page1 {
  padding-bottom: 35px !important;
}
.content_pages {
  padding-bottom: 0 !important;
}
.banner1 {
  position: relative;
  width: 33.3333333%;
  margin-top: 20px;
  color: #888;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #fff;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  float: left;
  margin-right: 0;
}
.banner1_inner {
  padding: 26px 27px 31px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner1_img_holder {
  height: 70px;
  overflow: hidden;
}
.banner1:hover {
  background: #f09109;
  color: #fff;
}
.banner1 .img_banner1 {
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner1:hover .img_banner1 {
  margin-top: -70px;
}
.box-1 {
  position: relative;
  width: 100%;
  margin-top: 91px;
  padding: 10px 0 19px;
  background: #f09109;
  overflow: hidden;
}
.box-1.v2 {
  margin-top: 74px;
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 82px;
  padding: 0px 0 71px;
  background: url(../images/bg1.jpg) #4b6071;
  overflow: hidden;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 21px;
  text-transform: uppercase;
}
.dark_plane:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 3000px;
  left: 0;
  top: -10px;
  bottom: -19px;
  background: #3d3b38;
  z-index: -1;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
/**** start Map ****/
.map {
  margin-top: 15px;
  overflow: hidden;
}
.map figure {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.map figure iframe {
  width: 100%;
  height: 352px;
  max-width: 100%;
}
.map.v2 figure iframe {
  height: 475px;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 24px;
  display: block;
}
.address1 dt {
  color: #000;
  font: 24px/30px 'Jockey One', Arial, sans-serif;
  margin-bottom: 32px;
}
.address1 dd span {
  min-width: 72px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*-----------css start table ---------------*/
.table-1 {
  background: #fff;
  /*border: 1px solid #cacaca;*/
  line-height: 20px;
  width: 100%;
  vertical-align: middle;
  margin-top: 30px;
}
.table-1 td {
  vertical-align: middle;
  border: 1px solid #d3d3d3;
}
.table-1 th {
  vertical-align: middle;
  border-right: 1px solid #fff;
  background: #f6f6f6;
  text-align: left;
  font: 24px/40px 'Jockey One', Arial, sans-serif;
  color: #000;
  height: 47px;
}
.table-1 tr {
  vertical-align: middle;
  height: 49px;
}
.col-1 {
  width: 35%;
  padding-left: 18px;
  color: #000;
}
.col-2 {
  width: 65%;
  padding-left: 20px;
}
/*-----------css end table ---------------*/
.priv_section1 {
  float: left;
}
.priv_section2 {
  float: right;
}
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 58px 0 30px;
  color: #fff;
  overflow: hidden;
}
.txt_priv {
  margin-top: 24px;
  font: 18px/20px 'Jockey One', Arial, sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  width: 42px;
  height: 42px;
  font-size: 22px;
  line-height: 40px;
  z-index: 20;
  text-align: center;
  background: #141414;
  border-radius: 500px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
#toTop:hover {
  outline: none;
  color: #000;
  background: #f09109;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  .marLeft2 {
    margin-left: 7px;
  }
  .img8 {
    float: none;
    margin-right: 0;
    margin-bottom: -10px;
  }
  figure a,
  figure a img {
    width: 100%;
  }
}
@media only screen and (max-width: 979px) {
  .map figure,
  .map figure iframe,
  #form input,
  #form textarea,
  #form .success {
    width: 100% !important;
    float: none !important;
  }
  #form .success {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .map figure {
    height: auto !important;
    margin-bottom: 15px;
  }
  .banner1_inner {
    padding: 20px 10px 20px;
  }
  .txt6 {
    font: 40px/40px 'Jockey One', Arial, sans-serif;
  }
  .txt9 {
    font: 32px/52px 'Jockey One', Arial, sans-serif;
    letter-spacing: 0px;
  }
  .txt10 {
    font: 21px/24px 'Jockey One', Arial, sans-serif;
    letter-spacing: 0px;
    margin-top: 10px;
  }
  .txt1 {
    font: 26px/26px 'Jockey One', Arial, sans-serif;
    letter-spacing: 0;
  }
  .col-1 {
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
  }
  .col-2 {
    width: auto;
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize,
  h1 img {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .banner1 {
    width: 100%;
  }
  h1.header_h1 {
    position: relative;
  }
  .dark_plane:before {
    display: none;
  }
  .marLeft1 {
    margin-left: 0;
  }
  .marTop5 {
    text-align: center;
  }
  .marTop6 {
    margin-top: 0;
  }
  blockquote:before,
  blockquote:after {
    top: -35px;
  }
  .img8 {
    margin-top: 31px;
    float: left;
    margin-right: 20px;
    margin-bottom: 6px;
  }
  .priv_section1 {
    float: right;
  }
  .priv_section2 {
    float: left;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  footer h1 {
    width: auto;
  }
  footer h1 img {
    width: auto;
  }
  .img8 {
    float: none;
    margin-right: 0;
    margin-bottom: -10px;
  }
}
/*Core variables and mixins*/