@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css);
@import "animate.css";
@import "touchTouch.css";
/*========================================================
										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: #fff;
  color: #1d1819;
  font: 14px/24px 'Oswald', Arial, sans-serif;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 13px;
}
h1 img {
  max-width: inherit;
}
h2,.h2 {
  font: 48px/50px 'Arvo', Arial, sans-serif;
  text-transform:uppercase;
  color: #161616;
  margin-top: 66px;
  letter-spacing:-.02em;
}
h3 {
  font: bold 30px/34px 'Arvo', Arial, sans-serif;
  text-transform:uppercase;
  color: #b71427;
  margin-top: 0;
  margin-bottom: -3px;
}
h4,.minor {
  font: 18px/24px 'Arvo', Arial, sans-serif;
  color: #fff;
  margin-top: 40px;
  text-transform: uppercase;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: rgba(0, 0, 0, 0.9);
  padding: 3px 0 17px;
  position: relative;
  z-index: 100;
}
#header.main_page {
  position: absolute;
  width: 100%;
  top: 0;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 40px;
  margin-right: 18px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 0;
}
.sf-menu > li + li {
  margin-left: 28px;
}
.sf-menu > li + li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 2px;
  height: 13px;
  left: -14px;
  top: 8px;
  background: #fff;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 2px 1px;
  font: 18px/24px 'Oswald', Arial, sans-serif;
  color: #ffffff;
  /*background: @menu-bg-color;*/
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #b71427;
  /*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: 5px;
  bottom: 10px;
  left: 50%;
  pointer-events: none;
  z-index: 999;
  width: 0;
  height: 0;
  /*border-style: solid;
				border-width: 3px 3px 0 3px;
				border-color: #333 transparent transparent transparent;*/
}
.sf-menu > li > a strong {
  width: 0%;
  height: 6px;
  position: absolute;
  display: inline-block;
  left: 0;
  top: 32px;
  -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: #b71427;
  opacity: 0;
  /* css triangle =============================================*/
}
.sf-menu > li > a strong: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: #b71427;
  /*background: @menu-bg-hover-color;*/
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #b71427;
  /*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: 53px;
  left: -20px;
  background: #39373a;
  padding: 25px 10px 10px;
  width: 155px;
  z-index: 2;
  display: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.sf-menu ul li {
  position: relative;
  text-align: center;
  line-height: 30px;
}
.sf-menu ul li a {
  font: 14px/20px 'Oswald', Arial, sans-serif;
  color: #ffffff;
  display: inline-block;
}
.sf-menu ul li a:hover {
  color: #b71427;
}
.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: #b71427;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: -25px;
  left: 146px;
  background: #39373a;
  /*padding: 10px 10px;*/
  z-index: 4;
  width: 140px;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  nav {
    margin-right: 0;
    margin-top: 19px;
  }
}
@media only screen and (max-width: 979px) {
  nav {
    margin-top: 10px;
  }
}
@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 #b71427;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #000;
  padding: 0px 0 2px;
  z-index: 999;
}
.isStuck h1,
.isStuck h1 img {
  height: 41px;
  margin-top: 0;
}
.isStuck nav {
  margin-top: 5px;
  margin-right: 0;
}
/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
  top: 38px;
}
@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: #b71427;
  text-decoration: none;
}
a.link1:hover {
  color: #000;
}
.link2 {
  color: #b71427;
  cursor:pointer;
}
.link2:hover {
  color: #000;
}
a.link3 {
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
a.link3:hover {
  color: #fff;
}
.link4	{
  text-decoration:underline;
}
.txt1 {
  font: 18px/30px 'Oswald', Arial, sans-serif;
  color: #fff;
  margin-top: 23px;
}
.txt2 {
  font: 14px/24px 'Oswald', Arial, sans-serif;
  font-style: italic;
  color: #fff;
  margin-top: 15px;
}
.txt3 {
  font: 300 18px/30px 'Oswald', Arial, sans-serif;
  color: #fff;
  margin-top: 1px;
}
.txt4 {
  font: 18px/30px 'Oswald', Arial, sans-serif;
  margin-top: 23px;
}
.txt5 {
  font: 24px/28px 'Oswald', Arial, sans-serif;
  margin-top: 1px !important;
}
.txt6 {
  font: 600 18px/24px 'Oswald', Arial, sans-serif;
  color: #161616;
  margin-top: 39px;
}
.txt7 {
  font: 24px/24px 'Oswald', Arial, sans-serif;
  color: #b71427;
  background: #fff;
  margin-top: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 27px 10px 26px 30px;
}
.txt8 {
  font: bold 22px/28px 'Oswald', Arial, sans-serif;
  margin-top: 1px !important;
}
.txt9 {
  font: 84px/84px 'Oswald', Arial, sans-serif;
  color: #fff;
  margin-top: 3px;
  margin-bottom: -10px;
}
.txt10 {
  font: 1.2em 'Oswald', Arial, sans-serif;
  color: #b71427;
  font-weight:bold;
  text-transform:uppercase;
}
.color1 {
  color: #fff;
}
.color2 {
  color: #fff;
}
.color3 {
  color: #fff;
}
.box,
.box2 {
  overflow: hidden;
}
.bold {
  font-weight: bold;
}
.fw400 {
  font-weight: 400;
}
.fw600 {
  font-weight: 600;
}
.fz15 {
  font-size: 15px;
}
.fz18 {
  font-size: 18px;
}
.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%;
}
.bord_bot {
  margin-top: 24px;
  padding-bottom: 22px;
  border-bottom: 1px solid #ccc;
}
.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;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 33px;
}
.marTop2 {
  margin-top: 24px;
}
.marTop3 {
  margin-top: 71px;
}
.marTop4 {
  margin-top: 25px;
}
.marTop5 {
  margin-top: 12px;
}
.marTop6 {
  margin-top: 30px;
}
.marTop7 {
  margin-top: 48px;
}
.marTop8 {
  margin-top: 53px !important;
}
.marTop9 {
  margin-top: 58px !important;
}
.marTop10 {
  margin-top: 52px;
}
.marTop11 {
  margin-top: 25px !important;
}
.hline {
  width: 100%;
  height: 1px;
  background: #609c90;
  margin-top: 30px;
  margin-bottom: 0px;
}
p {
  margin-top: 14px;
}
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;
}
.img_rounded {
  border-radius: 500px;
}
.img1 {
  margin-top: 23px;
  float: left;
  margin-right: 23px;
}
.img2 {
  margin-top: 20px;
  float: left;
  margin-right: 14px;
}
.img3 {
  margin-top: 32px;
  float: left;
  margin-right: 25px;
}
blockquote {
  margin-top: 25px;
  overflow: hidden;
}
blockquote p {
  font: 14px/24px 'Oswald', Arial, sans-serif;
  font-style: italic;
  color: #000;
  margin-top: 0px;
}
.num_section {
  font: 300 52px/52px 'Oswald', 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 'Oswald', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Oswald', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.list1 {
  margin: 0;
  margin-top: 73px;
}
.list1 li {
  display: block;
  margin-bottom: 0;
  padding-bottom: 3px;
  position: relative;
}
.list1 li a {
  display: block;
  color: #fff;
  text-decoration: none;
  font: 300 24px/30px "Oswald", Arial, sans-serif;
  background: rgba(153, 153, 153, 0.2);
  padding: 7px 20px 7px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  -webkit-transition: 0.7s all ease;
  transition: 0.7s all ease;
}
.list1 li i {
  font: normal normal 36px/54px 'FontAwesome';
  color: #363233;
  width: 54px;
  height: 54px;
  text-align: center;
  border-radius: 500px;
  background: #d3d3d3;
  float: left;
  margin-right: 30px;
  -webkit-transition: 0.9s all ease;
  transition: 0.9s all ease;
}
.list_txt {
  margin-top: 14px;
  display: block;
}
.list1 li a:hover,
.list1 li.current a {
  color: #fff;
  background: #b71427;
}
.list1 li a:hover i {
  background: #fff;
  color: #b71427;
}
.icon2 {
  font: normal normal 36px/84px 'FontAwesome';
  color: #fff;
  width: 84px;
  height: 84px;
  text-align: center;
  border-radius: 500px;
  background: #b71427;
  float: left;
  margin-right: 18px;
  margin-top: 6px;
  -webkit-transition: 0.9s all ease;
  transition: 0.9s all ease;
}
.icon3 {
  font: normal normal 36px/36px 'FontAwesome';
  color: #b71427;
  float: left;
  margin-right: 18px;
  margin-top: 14px;
  -webkit-transition: 0.9s all ease;
  transition: 0.9s all ease;
}
.icon4 {
  font: normal normal 20px/20px 'FontAwesome';
  color: #b71427;
  float: left;
  margin-right: 4px;
  margin-top: 0px;
  -webkit-transition: 0.9s all ease;
  transition: 0.9s all ease;
}
.list2 {
  margin: 0;
  margin-top: 9px;
}
.list2 li {
  display: block;
  padding-top: 11px;
  padding-bottom: 12px;
  position: relative;
}
.list2 li + li {
  border-top: 1px solid #888789;
}
.list2 li a {
  text-decoration: none;
  font: 14px/20px "Oswald", Arial, sans-serif;
}
.list2 li a:hover {
  color: #b71427;
}
.list3 {
  margin: 0;
  margin-top: 17px;
}
.list3 li {
  display: block;
  position: relative;
  overflow: hidden;
}
.list3 li i {
  font: normal normal 15px/26px 'FontAwesome';
  color: #fff;
  width: 33px;
  float: left;
  -webkit-transition: 0.9s all ease;
  transition: 0.9s all ease;
  margin-left: 3px;
}
.list3_txt {
  overflow: hidden;
  display: block;
  line-height: 26px;
}
.list3 li a {
  text-decoration: none;
  font: 13px/26px "Oswald", Arial, sans-serif;
  display: inline-block;
}
.list3 li a:hover {
  color: #b71427;
}
.list4 {
  margin: 0;
  margin-top: 27px;
}
.list4 li {
  display: block;
  padding-bottom: 10px;
  position: relative;
}
.list4 .arr1 {
  margin-right: 5px;
}
.list4 li {
  text-decoration: none;
  font: 14px/20px "Oswald", Arial, sans-serif;
}
.list4 li a:hover {
  color: #b71427;
}
.listWithMarker {
  margin: 0;
  margin-top: 34px;
}
.listWithMarker li {
  display: block;
  padding-left: 26px;
  margin-bottom: 0;
  padding-bottom: 6px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f101';
  font: normal normal 14px/20px 'FontAwesome';
  color: #a2a2a2;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  color: #a2a2a2;
  text-decoration: none;
  font: 14px/20px "Oswald", Arial, sans-serif;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #b71427;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_btn {
  display: inline-block;
  margin-top: 37px;
  padding: 6px 19px;
  text-decoration: none;
  font: 12px/18px "Oswald", Arial, sans-serif;
  color: #fff;
  background: #b71427;
  text-transform: uppercase;
  border:1px solid #b71427;
}
.more_btn.v3 {
  background: #b71427;
  margin-top: 31px;
}
.more_btn:hover {
  color: #b71427;
  background: #fff;
  border:1px solid #b71427;
}
.more_btn.v2 {
  float: right;
  margin-top: 52px;
  margin-left: 10px;
}
.more_btn.v2:hover {
  background: #000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Oswald", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #b71427;
}

.std_btn {
  display: inline-block;
  margin-top: 37px;
  padding: 6px 19px;
  text-decoration: none;
  font: 12px/18px "Oswald", Arial, sans-serif;
  color: #b71427;
  background: #fff;
  text-transform: uppercase;
  cursor:pointer;
  min-width:170px;
  border:1px solid #b71427;
}

.std_btn:hover {
  color: #fff;
  background: #b71427;
  border:1px solid #b71427;
}
.std_btn.v2,.more_btn {
  min-width:170px;
  cursor:pointer;
}
.more_btn.v4	{
  cursor:pointer;
  float:left;
  margin:5px 5px 0px 0px;
  border:1px solid #b71427;
  min-width:170px;
  font-weight:bold;
  font-size:1em;
}

/*********************************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/magnifier2.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: 23px;
  white-space: nowrap;
  text-align: left;
  float: right;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: 7px;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 40px;
  height: 40px;
  display: inline-block;
  color: #6a6c76;
  background: #fff;
  text-align: center;
  border-radius: 500px;
  border: 1px solid #b0b0b0;
}
.soc_icons i {
  font: normal normal 15px/40px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #000;
  text-decoration: none;
  background: #b71427;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 81px 0;
  background: #fff;
  overflow: hidden;
}
.content_pages {
  /*margin-top: -24px;*/
}
.box-1 {
  color: #fff;
  background: url('../images/road.jpg') 0 0;
  padding: 8px 0 48px 0;
  min-height: 555px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-2 {
  color: #fff;
  background: #b71427;
  padding: 5px 20px 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 33px;
  text-align: center;
}
.box-3 {
  color: #fff;
  margin-top: 28px;
  background: #b71427;
  padding: 12px 20px 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 6px;
  overflow: hidden;
}
.box-3.v2 {
  padding-bottom: 60px;
  margin-bottom: -12px;
}
.box-4 {
  color: #aaa;
  margin-top: 0;
  background: #39373a;
  padding: 4px 0 43px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.box-5 {
  color: #1d1819;
  margin-top: 0;
  background: #ddd;
  padding: 4px 0 60px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner1 {
  margin-top: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 24px 16px 37px 18px;
  border: 1px solid #fff;
  color: #fff;
  background: #b71427;
  overflow: hidden;
}
.banner1.v2 {
  margin-top: 30px;
  padding: 24px 19px 18px 29px;
}
.banner1.v3 {
  padding: 0;
}
.banner1_inner {
  padding: 26px 15px 33px 29px;
}
.banner1 i {
  font: normal normal 60px/117px 'FontAwesome';
  color: #fff;
  width: 117px;
  height: 117px;
  text-align: center;
  border-radius: 500px;
  background: #b71427;
  float: left;
  margin-top: 7px;
  margin-right: 65px;
  -webkit-transition: 0.9s all ease;
  transition: 0.9s all ease;
}
.banner1 p {
  margin-top: 8px;
}
.num {
  display: inline-block;
  width: 83px;
  height: 83px;
  text-align: center;
  background: #fff;
  border-radius: 500px;
  font: 48px/83px 'Oswald', Arial, sans-serif;
  color: #161616;
  margin-top: -30px;
}
.box-22 {
  position: relative;
  width: 100%;
  margin-top: 70px;
  padding: 40px 0 40px;
  color: #fff;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/bg1.jpg) 50% 50% no-repeat #9b9b9b;
}
.col1 {
  float: left;
  width: 236px;
  margin-right: 31px;
}
.col1.last {
  margin-right: 0;
}
.col2 {
  float: left;
  width: 150px;
  margin-right: 30px;
}
.col2.last {
  margin-right: 0;
}
.col3 {
  float: left;
  width: 265px;
  margin-top: 10px;
}
.col3.v2 {
  width: 236px;
}
/**** start Map API ****/
.content_map {
  margin-top: 33px;
  margin-bottom: 29px;
  position: relative;
  height: 473px;
}
.google-map-api {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
#map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
#map-canvas img {
  max-width: none !important;
}
/**** end Map API ****/
/**** 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: 321px;
  max-width: 100%;
}
.img_border.map {
  max-width: 535px;
}
/**** end Map ****/
/**** start address section ****/
.address1 {
  padding-top: 12px;
  display: block;
}
.address1 dt {
  margin-bottom: 1px;
}
.address1 dd span {
  min-width: 84px;
  display: inline-block;
  text-align: left;
}
.address1 dd span.col1 {
  min-width: 0;
}
/**** end address section ****/
/*========================================================
										FOOTER styles
=========================================================*/
#footer {
  padding: 0 0 55px;
  color: #a0a0a0;
  overflow: hidden;
}
.txt_priv {
  text-align: center;
  color: #39373a;
  font-size: 14px;
  margin-top: 43px;
  /*min-width: 280px;*/
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #b71427;
  width: 40px;
  height: 43px;
  font-size: 43px;
  line-height: 38px;
  z-index: 20;
  -webkit-transition: color 0.5s ease;
  transition: color 0.5s ease;
}
#toTop:hover {
  outline: none;
  color: #cccccc;
}
@media only screen and (max-width: 1199px) {
  #toTop {
    display: none !important;
  }
}
/*========================================================
								RESPONSIVE LAYOUTS STYLES 
=========================================================*/
@media only screen and (max-width: 1199px) {
  figure a,
  figure a img {
    width: 100%;
  }
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
  .list1 li a {
    padding: 7px 6px 7px;
    font: 300 18px/30px "Oswald", Arial, sans-serif;
  }
  .list1 li i {
    margin-right: 7px;
  }
  .banner1 {
    padding: 24px 6px 37px 8px;
  }
  .banner1 i {
    margin-right: 15px;
  }
  .col2 {
    float: none;
    margin-right: 0;
    width: 100%;
  }
  .txt9 {
    font: 44px/44px 'Oswald', Arial, sans-serif;
    margin-bottom: -7px;
  }
}
@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;
  }
  h2 {
    font: 34px/40px 'Oswald', Arial, sans-serif;
	text-transform:uppercase;
  }
  .banner1_inner {
    padding: 20px;
  }
  .banner1.v2 {
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  img {
    width: 100%;
  }
  img.no_resize {
    width: auto;
  }
  .map figure iframe {
    height: 300px;
  }
  figure a {
    width: 100%;
  }
  .more_btn.v2 {
    float: none;
    margin-top: 2px;
    margin-left: 0;
    position: absolute;
    bottom: 15px;
  }
  .bord_bot {
    position: relative;
    padding-bottom: 60px;
  }
  .img3 {
    float: none;
    margin-right: 0;
  }
  .icon2 {
    font: normal normal 24px/54px 'FontAwesome';
    width: 54px;
    height: 54px;
    margin-right: 8px;
  }
}
@media only screen and (max-width: 479px) {
  .banner1 {
    text-align: center;
    padding: 15px 10px 20px;
  }
  .banner1 i {
    float: none;
    margin-right: 0;
  }
}
/*Core variables and mixins*/

/* uniform */
div.selector span {
	background: url('/images/uniform.png');
	background-repeat: no-repeat;
}

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) { 
  
  /* Retina-specific stuff here */
	
	div.selector span {
	  background: rgba(0,0,0,0) url('/images/uniform.svg');
	  background-repeat: no-repeat;
	}

}

div.selector	{
	display:-moz-inline-box;
	display:inline-block;
	*display:inline;
	zoom:1;
	vertical-align:middle;
}

div.selector,div.selector *	{
	margin:0;padding:0;
}
div.selector	{
	line-height:26px;
	height:26px;
	padding:0 0 0 10px;
	position:relative;
	overflow:hidden;
}

div.selector span	{ 
	text-overflow:ellipsis;
	display:block;
	overflow:hidden;
	white-space:nowrap;
	height:26px;
	line-height:26px;
	padding-right:25px;
	cursor:pointer;
	width:100%;
	display:block;
	background-position: right -6px;
	margin-left:5px;
}

div.selector.fixedWidth	{
	width:190px;
}

div.selector.fixedWidth span	{
	width:155px
}

div.selector select	{
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	border:none;
	background:none;
	position:absolute;
	height:22px;
	top:2px;
	left:0px;
	width:100%;
}

div.selector,input.uniform-input,textarea 	{
	padding:3px;
	outline:0;
	background-color:#fff;
	font-size:inherit;
	font-family: 'Oswald', Arial, sans-serif;
	font-weight:normal;
	color:#34343D;
	border-top:solid 1px #aaa;
	border-left:solid 1px #aaa;
	border-bottom:solid 1px #ccc;
	border-right:solid 1px #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}

div.selector select	{
	position:absolute;
	top:10px;
}

div.selector:hover,div.selector:focus,input.uniform-input:hover,input.uniform-input:focus	{
	-webkit-box-shadow:0px 0px 4px rgba(52,52,61,0.3);
	-moz-box-shadow:0px 0px 4px rgba(52,52,61,0.3);
	box-shadow:0px 0px 4px rgba(52,52,61,0.3);
	border-color:#999;
}

div.selector.disabled	{
	color:#ccc;
	background-color:#fafafa;
}

div.selector.disabled span	{
	background-position: right -42px;
}

#login	{
	margin-top: 25px;
}

#login label	{
	display:block;
	min-height: 51px;
}

#login input	{
	width: 100%;
	border-radius: 0;
	line-height: 24px;
	font-size: 14px;
	font-family: 'Open Sans', Arial, sans-serif;
	padding: 6px 10px 6px 20px;
	outline: none;
	color: #000000;
	height: 36px;
	border: 1px solid #ffffff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	background: #fff;
}

.pg_link  {
  display:inline-block;
  line-height:40px;
  text-align:center;
  text-decoration:underline;
  width:40px;
  height:40px;
  background:#b71427;
  border:1px solid #ccc;
  color:#fff;
  cursor:pointer;
}

.pg_link:hover  {
  background:#b71427;
}

.pg_link.disabled  {
  color:#000000;
  text-decoration:none;
  background:#fafafa;
  cursor:default;
}

.pagination  {
  clear:both;
  float:right;
}

.pagination a, .pagination span  {
  color:#fff;
  text-align:center;
  display:block;
  min-width:20px;
  float:left;
  padding:5px;
  margin:3px;
  background:#b71427;
  text-decoration:underline;
}

.pagination .disabled, .pagination .current  {
  background:#000;
  cursor:default;
  text-decoration:none;
}

.superscript	{
    position: relative;
	top: -0.5em;
	font-size: 80%;
}

.green	{
	color:#b71427;	
}

.cameracurrent	{
	cursor:hand;
	cursor:pointer;
}