
@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=Roboto+Condensed:400,700);
/*========================================================
										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: #777777;
  font: 14px/21px 'Roboto Condensed', Arial, sans-serif;
  background: url(../images/bg_pattern.jpg) 50% 0 repeat-x #3c3c3e;
}
a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
}
* {
  -webkit-text-size-adjust: none;
}
h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  margin-top: 15px;
}
h1 img {
  max-width: inherit;
}
h2 {
  font: 28px/30px 'Roboto Condensed', Arial, sans-serif;
  color: #222223;
  margin-top: 14px;
  text-transform: uppercase;
  padding-bottom: 17px;
  border-bottom: 1px solid #dcdcdc;
}
h2 span {
  padding-right: 5px;
}
h3 {
  font: 300 30px/34px 'Roboto Condensed', Arial, sans-serif;
  color: #6a6c76;
  margin-top: 79px;
  padding-bottom: 17px;
  letter-spacing: -1px;
  border-bottom: 1px solid #dcdcdc;
}
h4 {
  font: 300 20px/25px 'Roboto Condensed', Arial, sans-serif;
  color: #363f45;
  margin-top: 39px;
  text-transform: uppercase;
}
span.search {
  color: #ceb200 !important;
}
.top_section {
  background: #222223;
  padding: 15px 0 15px;
}
.icon_holder {
  display: inline-block;
  padding: 9px 15px;
  border: 1px solid #3c3c3e;
  font: bold 15px/20px 'Roboto Condensed', Arial, sans-serif;
  color: #afaeae;
  text-transform: uppercase;
  margin-right: -4px;
}
.icon_holder i {
  color: #990000;
  margin-right: 4px;
  margin-top: 3px;
  font-size: 15px;
}
.icon1 {
  float: left;
  color: #990000;
  font-size: 36px;
  width: 46px;
  margin-top: 17px;
}
/*========================================================
										HEADER styles
=========================================================*/
#header {
  background: #fff;
  padding: 3px 0 26px;
  position: relative;
  z-index: 100;
}
#header.cont_header {
  margin-bottom: 7px;
}
/* Main menu styles
========================================================*/
/*========================================================
										menu variables
=========================================================*/
nav {
  margin-top: 13px;
  margin-right: -4px;
}
.sf-menu {
  float: right;
}
.sf-menu > li {
  float: left;
  position: relative;
  margin: 35px 0 0 31px;
}
.sf-menu > li:last-child,
.sf-menu > li#last-li {
  /*margin: 0;*/
}
.sf-menu > li + li:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 10px;
  height: 22px;
  left: -20px;
  top: 7px;
  background: url(../images/menu_sep_line.png) no-repeat 0 0;
}
.sf-menu > li > a {
  display: inline-block;
  padding: 1px;
  font: 24px/26px 'Roboto Condensed', Arial, sans-serif;
  text-transform: uppercase;
  color: #afaeae;
  background: #ffffff;
  -webkit-transition: 0.3s all ease;
  transition: 0.3s all ease;
  /* rollover line =============================================*/
}
.sf-menu > li > a:hover {
  color: #222223;
  background: #ffffff;
  -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: 92px;
  -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: #fa9183;*/
  opacity: 0;
  display: none;
  /* 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: #222223;
  background: #ffffff;
}
.sf-menu > li.current > a strong {
  width: 100%;
  opacity: 1;
}
.sf-menu > li.sfHover > a {
  color: #222223;
  background: #ffffff;
}
.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: 63px;
  left: -20px;
  background: #ffffff;
  padding: 0px 0px 0px;
  width: 180px;
  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;
  line-height: 39px;
}
.sf-menu ul li + li {
  border-top: 1px solid #dcdcdc;
}
.sf-menu ul li a {
  font: bold 15px/39px 'Roboto Condensed', Arial, sans-serif;
  text-transform: uppercase;
  color: #afaeae;
  display: block;
  text-indent: 15px;
}
.sf-menu ul li a:hover {
  color: #222223;
  background: #990000;
}
.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: #222223;
  background: #990000;
}
/* Second level sub-menu styles - submenu2
========================================================*/
.sf-menu ul ul {
  position: absolute;
  top: 0px;
  left: 181px;
  background: #ffffff;
  /*padding: 10px 10px;*/
  z-index: 4;
}
.sf-menu ul ul li {
  /*line-height: 30px;*/
}
.sf-menu ul ul li a {
  color: #afaeae;
}
@media only screen and (max-width: 1199px) {
  nav {
    margin-right: 0;
  }
  .sf-menu > li > a {
    padding: 0;
    font-size: 26px;
  }
  .sf-menu > li {
    margin-left: 16px;
  }
  .sf-menu > li + li:before {
    left: -12px;
    top: 6px;
  }
}
@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: 4px solid #990000;
    position: relative;
    outline: none !important;
    z-index: 1000;
    margin-top: 10px;
  }
}
/* Stuck menu styles
========================================================*/
.isStuck {
  background: #fff;
  padding: 0px 0 2px;
  z-index: 999;
  border-bottom: 1px solid #eee;
}
.isStuck h1,
.isStuck h1 img {
  height: 54px;
  margin-top: 0;
}
/*.isStuck .sf-menu > li > a {line-height: 50px;}*/
.isStuck .sf-menu ul.submenu {
  top: 50px;
}
.isStuck #search1 {
  display: none;
}
@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: #990000;
  text-decoration: none;
}
a.link1:hover {
  text-decoration: underline;
  color: #000;
}
a.link2 {
  color: #000;
}
a.link2:hover {
  color: #eb6654;
}
a.link3 {
  color: #990000;
}
a.link3:hover {
  color: #fff;
  text-decoration: underline;
}
.txt1 {
  font: 14px/20px 'Roboto Condensed', Arial, sans-serif;
  color: #990000;
  margin-top: 10px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.txt2 {
  font: 28px/39px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  margin-top: 5px;
  text-transform: uppercase;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.txt3 {
  color: #888888;
  margin-top: 6px;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.txt4 {
  font-size: 12px;
  color: #222223 !important;
  background: #990000;
  padding: 2px 8px;
  display: inline-block;
  text-transform: 16px;
}
.txt44 {
  font-size: 12px;
  color: #FFF !important;
  background: #990000;
  padding: 2px 8px;
  display: inline-block;
  text-transform: 16px;
}

.txt444 {
  font-size: 16px;
  color:#CCCCCC;!important;
  background: #990000;
  padding: 2px 8px;
  display: inline-block;
  text-transform: 16px;
}
.txt5 {
  font: 42px/52px 'Roboto Condensed', Arial, sans-serif;
  color: #222223;
  margin-top: 99px;
  text-transform: uppercase;
  background: #990000;
  padding: 0 12px;
  display: inline-block;
  text-align: center;
}
.txt6 {
  font: bold 70px/71px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  margin-top: 23px;
  float: left;
  text-transform: uppercase;
}
.txt7 {
  font: 88px/88px 'Roboto Condensed', Arial, sans-serif;
  color: #990000;
  margin: 49px 37px 0;
  float: left;
  text-transform: uppercase;
}
.txt8 {
  font: 14px/21px 'Roboto Condensed', Arial, sans-serif;
  color: #222223;
  padding: 10px;
  background: #990000;
  text-transform: uppercase;
  margin-top: 20px;
}
.txt9 {
  font: bold 70px/71px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  margin-top: 87px;
  text-transform: uppercase;
}
.txt10 {
  font: bold 24px/24px 'Roboto Condensed', Arial, sans-serif;
  color: #fff;
  margin-top: 34px;
  margin-bottom: 7px;
  text-transform: uppercase;
}
.color1 {
  color: #afaeae;
}
.color2 {
  color: #990000;
}
.color3 {
  color: #222223;
}
.color4 {
  color: #fff;
}
.no_line {
  border: none;
}
.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;
}
.vert_line {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 22px;
}
.vert_line:before {
  position: absolute;
  display: inline-block;
  content: '';
  width: 1px;
  height: 800%;
  left: 0;
  top: -100px;
  background: #3c3c3e;
}
.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: 5px;
}
.padBot2 {
  padding-bottom: 28px;
}
.padLeft1 {
  padding-left: 10px;
}
.padRight1 {
  padding-right: 10px;
}
.mar1 {
  margin-left: 50px;
}
.mar2 {
  margin: 0 7px;
}
.marTop0 {
  margin-top: 0px;
}
.marTop1 {
  margin-top: 23px;
}
.marTop2 {
  margin-top: 6px;
}
.marTop3 {
  margin-top: 11px;
}
.marTop4 {
  margin-top: 20px;
}
.marTop5 {
  margin-top: 14px;
}
.marTop6 {
  margin-top: 27px;
}
.hline {
  width: 100%;
  height: 1px;
  background: #dcdcdc;
  margin-top: 18px;
  margin-bottom: 0px;
  display: block;
}
.maxheight1 {
  padding-bottom: 30px !important;
}
p {
  margin-top: 16px;
}
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 {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
}
.img2 {
  margin-top: 19px;
}
blockquote {
  padding-top: 48px;
  background: url(../images/quote_sign.png) 50% 0px no-repeat;
  margin-top: 33px;
  overflow: hidden;
}
blockquote p {
  margin-top: 0;
}
.num_section {
  font: 300 52px/52px 'Roboto Condensed', 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 'Roboto Condensed', Arial, sans-serif;
  margin-top: 8px;
  display: block;
}
.month {
  font: 300 10px/12px 'Roboto Condensed', Arial, sans-serif;
  margin-top: 3px;
  display: block;
}
/*========================================================
										LISTS
=========================================================*/
.listWithMarker {
  margin: 0;
  margin-top: 16px;
}
.listWithMarker li {
  display: block;
  padding-left: 17px;
  margin-bottom: 0;
  padding-bottom: 9px;
  position: relative;
}
.listWithMarker li:before {
  position: absolute;
  content: '\f101';
  font: normal normal 14px/20px 'FontAwesome';
  color: #888888;
  top: -1px;
  left: 0;
}
.listWithMarker li a {
  color: #F0F0F0;
  text-decoration: none;
  text-transform: uppercase;
  font: 14px/20px 'Roboto Condensed', Arial, sans-serif;
}
.listWithMarker li a:hover,
.listWithMarker li.current a {
  color: #c8ad01;
}
.list2 {
  margin: 0;
  margin-top: 14px;
}
.list2 li {
  display: block;
  padding-bottom: 14px;
  position: relative;
}
.list2 li a {
  color: #888888;
  text-decoration: none;
  font: bold 15px/20px 'Roboto Condensed', Arial, sans-serif;
  text-transform: uppercase;
}
.list2 li a:hover,
.list2 li.current a {
  color: #990000;
}
/*========================================================
										BUTTONS
=========================================================*/
.more_arr {
  display: inline-block;
  width: 39px;
  height: 39px;
  border-radius: 500px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 3px solid #878787;
  text-align: center;
  color: #990000;
}
.more_arr i {
  font: normal normal 20px/34px 'FontAwesome';
}
.more_arr:hover {
  background: #990000;
  border-color: #990000;
  color: #000;
}
.more_btn {
  display: inline-block;
  margin-top: 21px;
  padding: 0px 14px;
  text-decoration: none;
  font: bold 15px/40px "Roboto Condensed", Arial, sans-serif;
  color: #222223;
  /*background: #fff;*/
  border: 1px solid #dcdcdc;
  text-transform: uppercase;
}
.more_btn:hover,
.plane2 .more_btn:hover {
  color: #222223;
  background: #990000;
  border: 1px solid #990000;
}
.more_btn2 {
  display: inline-block;
  margin-top: 28px;
  text-decoration: none;
  font: 300 10px/18px "Roboto Condensed", Arial, sans-serif;
  color: #6a6c76;
  text-transform: uppercase;
}
.more_btn2:hover {
  color: #990000;
}
/*********************************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;
  white-space: nowrap;
  text-align: left;
  float: right;
}
.soc_icons > li {
  position: relative;
  display: inline-block;
  margin-left: -4px;
  width: 40px;
  height: 40px;
  overflow: hidden;
}
.soc_icons > li > a {
  position: relative;
  line-height: 1em;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
  color: #fff;
  width: 38px;
  height: 38px;
  display: inline-block;
  color: #4a4949;
  text-align: center;
  border: 1px solid #3c3c3e;
}
.soc_icons i {
  font: normal normal 27px/38px 'FontAwesome';
}
.soc_icons > li > a:hover {
  color: #990000;
  text-decoration: none;
}
/*----------- end social icons ----------------*/
/*========================================================
										CONTENT styles
=========================================================*/
#content {
  padding: 0 0 0 0;
  overflow: hidden;
}
.content_pages {
  /*margin-top: -24px;*/
}
.plane1,
.plane2 {
  width: 100%;
  background: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  padding: 0px 20px 20px 20px;
  overflow: hidden;
}
.plane2 {
  background: #222223;
}
.plane2 h2 {
  color: #fff;
  border-color: #3c3c3e;
}
.plane2 .hline {
  background: #3c3c3e;
}
.plane2 .more_btn {
  color: #fff;
  background: none;
  border-color: #3c3c3e;
}
.plane2 .link1:hover {
  color: #990000;
}
.banner1 {
  width: 100%;
  color: #fff;
  border: 4px solid #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 30px;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.4);
}
.banner1_inner {
  padding: 6px 16px 23px 20px;
  overflow: hidden;
  background: #222223;
  -webkit-transition: 0.4s all ease;
  transition: 0.4s all ease;
}
.banner1 .more_arr {
  float: right;
  margin-top: -9px;
}
.banner1:hover .banner1_inner {
  background: #990000;
}
.banner1:hover .txt1 {
  color: #222223;
}
.banner1:hover .txt2 {
  color: #222223;
}
.banner1:hover .txt3 {
  color: #222223;
}
.banner1:hover .more_arr {
  background: #990000;
  border-color: #222223;
  color: #222223;
}
.box-1 {
  width: 100%;
  color: #fff;
  background: url('../images/bg1.jpg') 50% 0;
  text-align: center;
  padding: 8px 0 110px 0;
  min-height: 456px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.25);
}
.box-2 {
  position: relative;
  width: 100%;
  margin-top: 30px;
  padding: 2px 0 69px;
  color: #fff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/box-2_bg.png) 0 0 repeat-x #222223;
  overflow: hidden;
}
.facebook_bg {
  width: 100%;
  margin-top: 20px;
  padding: 5px 0 10px;
  background: #fff;
  text-align: center;
}
.facebook_bg .pam {
  display: none !important;
}
/*.facebook_bg .pam{display: none !important;}*/
.col1,
.col2,
.col3,
.col4 {
  float: left;
  width: 265px;
  margin-right: 23px;
}
.col2 {
  width: 553px;
}
.col3 {
  width: 265px;
  margin-right: 0;
}
.col4 {
  width: 237px;
  margin-right: 0;
}
.col1.last,
.col2.last {
  margin-right: 0;
}
.col1 a,
.col2 a {
  width: 100%;
}
/**** start Map API ****/
.content_map {
  margin-top: 18px;
  position: relative;
  height: 495px;
}
.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: 18px 0;
  color: #777;
  overflow: hidden;
  background: #000;
}
.txt_priv {
  margin-top: 0;
  /*min-width: 280px;*/
}
#search1 {
  position: relative;
  float: right;
  margin-top: 27px;
}
#search1 input {
  width: 180px;
  float: left;
  color: #333;
  font: 15px/21px "Roboto Condensed", Arial, Helvetica, sans-serif;
  height: 40px;
  /* Safari */
  /*Firefox 1-3*/
  padding: 9px 10px 9px 10px;
  box-shadow: none;
  -webkit-appearance: none;
  resize: none;
  outline: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #f8f8f8;
  border: 1px solid #dcdcdc;
  overflow: hidden;
  display: inline-block;
  margin-right: 0px;
}
.more_btn4 {
  position: relative;
  display: inline-block;
  width: 89px;
  height: 40px;
  /*margin-left: -28px;*/
  /*margin-top: 11px;*/
  color: #222223;
  background: #fff;
  text-transform: uppercase;
  border: 1px solid #d8d8d8;
  -webkit-box-sizing: border-box;
  /* Safari */
  -moz-box-sizing: border-box;
  /*Firefox 1-3*/
  box-sizing: border-box;
  border-left: none;
  text-align: center;
  font: 15px/40px "Roboto Condensed", Arial, Helvetica, sans-serif;
}
.more_btn4:hover {
  color: #000;
  background: #990000;
}
.fb-like-box,
.fb-like-box span,
.fb-like-box iframe {
  width: 100% !important;
  max-width: 292px;
}
/*========================================================
										Widget styles
=========================================================*/
/* UItoTop styles
========================================================*/
#toTop {
  display: none;
  text-decoration: none;
  position: fixed;
  bottom: 80px;
  right: 30px;
  overflow: hidden;
  border: none;
  color: #fff;
  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: #990000;
}
@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%;
  }
  .banner1 .more_arr {
    margin-top: 3px;
  }
  .txt2 {
    font: 20px/26px 'Roboto Condensed', Arial, sans-serif;
  }
  .mar1 {
    margin-left: 0;
  }
  .txt6 {
    margin-top: 23px;
    float: none;
  }
  .txt7 {
    margin: 20px 37px 0;
    float: none;
  }
  .col1 {
    width: 207px;
  }
  .col2 {
    width: 438px;
  }
}
@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;
  }
  .img1 {
    float: none;
  }
  h2 {
    font: 24px/30px 'Roboto Condensed', Arial, sans-serif;
  }
  .col1 {
    width: 159px;
  }
  .col2 {
    width: 341px;
  }
}
@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%;
  }
  .soc_icons {
    float: left;
    margin-top: 10px;
  }
  .soc_icons li {
    margin-left: 0;
    margin-right: -4px;
  }
  .txt6 {
    font: bold 40px/41px 'Roboto Condensed', Arial, sans-serif;
  }
  .txt7 {
    font: 48px/48px 'Roboto Condensed', Arial, sans-serif;
  }
  .vert_line {
    padding-left: 0;
  }
  .vert_line:before {
    display: none;
  }
  .box-2 {
    background: #222223;
  }
  .no_line {
    border-bottom: 1px solid #3c3c3e;
  }
  .col1,
  .col2 {
    width: 100%;
    margin-right: 0;
  }
  .txt9 {
    font: bold 36px/36px 'Roboto Condensed', Arial, sans-serif;
  }
}
@media only screen and (max-width: 479px) {
  h1 {
    width: 100%;
  }
  h1 img {
    width: 100%;
  }
}
/*Core variables and mixins*/
