@import url(http://fonts.googleapis.com/css?family=Raleway:100,200,400,700,800);
/*------ template stylization ------*/
body {
  background: url(../img/extraBg.jpg);
  font: 14px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 20px;
  color: #ffffff;
  min-width: 1270px;
}
#webSiteLoader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #000000;
  z-index: 1023;
}
#webSiteLoader > span {
  position: absolute;
  left: 50%;
  top: 50%;
}
#pageLoader {
  position: fixed;
  width: 10px;
  height: 10px;
  top: 50%;
  left: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1000;
  display: none;
}
#pageLoader > div {
  background: url(../img/page_loader.gif) 0 0 no-repeat;
  width: 50px;
  height: 50px;
}
._marginNull {
  margin: 0 !important;
}
._paddingNull {
  padding: 0 !important;
}
._borderNull {
  border: none !important;
}
._backgroundNull {
  background: none !important;
}
._relative {
  position: relative;
}
._absolute {
  position: absolute;
}
._left {
  float: left;
}
._right {
  float: right;
}
.wrap {
  overflow: hidden;
  margin: 0;
}
._txtLeft {
  text-align: left;
}
._txtRight {
  text-align: right;
}
._txtCenter {
  text-align: center;
}
._fullWidth {
  width: 100%;
}
/*------------- HEADER ---------------------------------------------------------- */
header {
  width: 100%;
  height: 88px;
  top: 0px;
  position: relative;
  z-index: 6;
  background: #131313;
}
header .container {
  height: 100%;
}
h1 {
  max-width: 244px;
  width: 100%;
  float: left;
  display: inline-block;
  z-index: 10;
  margin-top: 10px;
  position: absolute;
}
h1 > a {
  display: inline-block;
  width: 100%;
  position: relative;
  z-index: 1;
}
#search {
  margin: 0;
  display: inline-block;
  width: 100%;
}
#search input {
  border: none;
  outline: none;
  box-shadow: none;
  border-radius: 0;
  color: #767676;
  width: 250px;
  padding: 10px 16px;
  font: 400 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: url(../img/bg2.png);
  border: 1px solid #3d3c35;
}
#search a {
  float: right;
  margin: 10px 0;
}
#search #advancedSearch:hover {
  color: #005580;
}
/*---------------- header end ------------------------------------------------*/
/*---------------- MENU ------------------------------------------------------*/
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  margin: 30px 0 0 0;
  position: relative;
  display: inline-block;
  float: right;
}
header .navbar > .navbar-inner {
  padding: 0;
  border-radius: 0;
  margin: 0;
  background: none;
  border: none;
  filter: none;
  box-shadow: none;
  text-align: center;
}
.sf-menu {
  float: left;
  list-style: none;
  padding: 0;
  display: inline-block;
  margin: 0;
  text-align: center;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin-left: 38px;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.sf-menu > li > a .base_text {
  color: #ffffff;
  font: 18px/30px 'Raleway', "Times New Roman", Georgia, Times, serif;
  text-decoration: none;
  position: relative;
  text-align: center;
  display: block;
  z-index: 1;
  text-transform: uppercase;
}
.sf-menu > li > a .over_text {
  color: #ffffff;
  font: 18px/30px 'Raleway', "Times New Roman", Georgia, Times, serif;
  text-decoration: none;
  position: absolute;
  text-align: center;
  display: block;
  top: 0px;
  left: 0;
  z-index: 1;
  text-transform: uppercase;
}
.sf-menu > li > a ._area {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 3;
  left: 0;
  display: block;
  background: url(../img/pixel.png);
}
.sf-menu > li > a ._over {
  position: absolute;
  width: 100%;
  height: 85%;
  top: 0;
  z-index: 2;
  left: 0;
  display: block;
  border-bottom: 1px solid #f04343;
}
.sf-menu ul {
  position: absolute;
  list-style: none;
  margin: 0;
  z-index: 10;
  width: 200px;
  padding: 36px 0px 36px 0px;
  background: #1b1b1b;
  top: -213px;
  left: -70px;
  border-bottom: 1px solid #f04343;
}
.sf-menu ul > li {
  display: inline-block;
  margin-bottom: 25px;
  padding: 0 20px;
}
.sf-menu ul a {
  color: #ffffff;
  font: 700 14px/20px 'Raleway', "Times New Roman", Georgia, Times, serif;
  text-decoration: none;
  position: relative;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu ul a:hover {
  color: #f04343;
  text-decoration: none;
}
.sf-menu ul .hoverItem {
  color: #f04343 !important;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sf-menu .sub2 {
  top: 30px;
  left: 201px;
}
/*-------------   menu end  --------------*/
/*----------------- CONTENT BASE --------------------------------------------------- */
#wrapper section {
  position: relative;
  width: 100%;
  height: 100% !important;
  z-index: 1;
  top: 0px;
}
#wrapper .containerHolder {
  position: relative;
  width: 100%;
  height: 100% !important;
  z-index: 1;
}
#wrapper section > .container {
  position: relative;
  height: 100%;
}
.dynamicContent {
  position: absolute;
}
.dynamicContent > .content {
  padding: 0 0 90px 0;
}
h2 {
  color: #ffffff;
  font: 200 24px/36px 'Raleway', "Times New Roman", Georgia, Times, serif;
  margin: 0 0 30px 0;
}
h3 {
  color: #ffffff;
  font: 26px/30px "Times New Roman", Georgia, Times, serif;
  font-style: italic;
  margin: 0 0 4px 0;
}
p {
  font: 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 22px;
  color: #767676;
}
.more_btn1 {
  display: inline-block;
  font: 400 14px/21px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f04343;
  padding: 0;
  border: none;
  text-shadow: none;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1:hover {
  color: #ffffff;
  text-decoration: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.more_btn1 .marker1 {
  width: 6px;
  height: 16px;
  display: inline-block;
  margin-left: 12px;
  position: relative;
  background: url(../img/marker1.png) 50% 9px no-repeat;
}
/*--- content end ------*/
/*---------------------- LINKS ---------------------------------- */
._link1 {
  font: 400 11px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #727272;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link1:hover {
  color: #f04343;
  text-decoration: none;
}
._link2 {
  font: 400 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link2:hover {
  color: #f04343;
  text-decoration: none;
}
._link3 {
  font: 400 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #767676;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._link3:hover {
  color: #ffffff;
  text-decoration: none;
}
/*-------------------------- MARGIN PADDING --------- */
.margin1 {
  margin-bottom: 34px;
}
.margin2 {
  margin-bottom: 50px;
}
.margin2 {
  margin-right: 22px;
}
.padding1 {
  padding-top: 90px;
}
/*-------------------------- TEXTSTYLES ------------- */
.textStyle1 {
  font-weight: 700;
  text-shadow: 3px 3px 0px rgba(0, 0, 0, 0.1);
}
.textStyle2 {
  color: #ffffff;
}
/*-------------------------- LISTS ------------------ */
._list1 {
  display: inline-block;
  width: 100%;
  margin: 0;
  list-style: none;
}
._list1 li {
  position: relative;
  display: block;
  background: url(../img/marker1.png) 0 9px no-repeat;
  margin-bottom: 8px;
}
._list1 li a {
  font: 400 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #f04343;
  display: inline-block;
  text-decoration: underline;
  margin-left: 17px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list1 li a:hover {
  color: #ffffff;
}
._list2 {
  display: inline-block;
  width: 100%;
  margin: 0;
  list-style: none;
}
._list2 li {
  position: relative;
  display: inline-block;
  margin-right: 45px;
}
._list2 li a {
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
._list2 li a:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
/*-------------------------- EXTRA -------------------*/
.social_list {
  list-style: none;
  margin: 12px 0 0 0;
  display: inline-block;
  float: right;
}
.social_list > li {
  display: inline-block;
  float: left;
  margin-left: 12px;
  position: relative;
}
.social_list > li a {
  font: 400 11px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #727272;
  display: inline-block;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.social_list > li a:hover {
  color: #f04343;
  text-decoration: none;
}
.social_list > li:before {
  width: 3px;
  height: 3px;
  display: inline-block;
  position: absolute;
  background: #727272;
  left: -7px;
  top: 10px;
  content: " ";
}
.social_list > li._cleaner {
  margin-left: 0px;
}
.social_list > li._cleaner:before {
  background: none;
}
.extraHolder {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 135px;
}
.space1 {
  width: 93px;
  display: inline-block;
}
.splashHolder {
  width: 1170px;
  display: inline-block;
  position: relative;
  top: 60px;
}
.splashHolder ul {
  width: 100%;
  display: block;
  position: relative;
  list-style: none;
  overflow: hidden;
  margin: 0;
}
.splashHolder ul li {
  width: 582px;
  height: 330px;
  display: inline-block;
  position: relative;
  float: left;
  margin-right: 1px;
  margin-bottom: 1px;
}
.splashHolder ul li a,
.splashHolder ul li span.likea {
  width: 582px;
  height: 330px;
  position: relative;
  display: inline-block;
}
.splashHolder ul li a .over,
.splashHolder ul li span.likea .over {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.splashHolder ul li span.likea .img,
.splashHolder ul li a .img {
  position: absolute;
  display: inline-block;
  top: 0;
  left: 0;
  z-index: 0;
}
.splashHolder ul li a .txt,
.splashHolder ul li span.likea .txt {
  font: 100 28px/40px 'Raleway', "Times New Roman", Georgia, Times, serif;
  color: #ffffff;
  position: absolute;
  display: inline-block;
  top: 148px;
  left: 30px;
  z-index: 2;
}
.splashHolder ul li a .txt .line,
.splashHolder ul li span.likea .txt .line {
  width: 0%;
  height: 1px;
  position: absolute;
  display: inline-block;
  background: #f04343;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.splashHolder ul li a:hover,
.splashHolder ul li span.likea:hover {
  text-decoration: none;
}
.splashHolder ul li a:hover .over,
.splashHolder ul li span.likea:hover .over {
  opacity: 1;
  filter: alpha(opacity=100);
}
.splashHolder ul li a:hover .line,
.splashHolder ul li span.likea:hover .line {
  width: 100%;
}
.splashHolder ul .mar1 {
  margin-right: 0;
}
.thumb-pad .thumbnail {
  border-radius: 0;
  border: none;
  padding: 0;
  box-shadow: none;
}
.thumb-pad .thumbnail img {
  border: 3px solid #474942;
  padding: 0;
  margin-bottom: 28px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumb-pad .thumbnail .caption {
  padding: 5px 0;
}
.coverBg {
  width: 1270px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -50px;
  background: url(../img/bg1.png);
  z-index: -1;
}
.img1 {
  padding: 0;
  border: 3px solid #474942;
  margin-right: 30px;
  float: left;
}
.sliderHolder {
  width: 1170px;
  height: 225px;
  position: relative;
  background: #1b1b1b;
  margin-bottom: 55px;
}
.sliderHolder:before {
  width: 50px;
  height: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  left: -50px;
  background: #1b1b1b;
  content: " ";
}
.sliderHolder:after {
  width: 50px;
  height: 100%;
  position: absolute;
  display: inline-block;
  top: 0;
  right: -50px;
  background: #1b1b1b;
  content: " ";
}
#slider_simple1 {
  width: 1170px;
  height: 225px;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
#slider_simple1 > .slider_set {
  list-style: none;
  margin: 0;
  position: relative;
}
#slider_simple1 > .slider_set > li .txt1 {
  font: 200 36px/40px 'Raleway', "Times New Roman", Georgia, Times, serif;
  color: #ffffff;
  margin-top: 70px;
}
.sliderPagin {
  display: inline-block;
  position: absolute;
  width: 18px;
  list-style: none;
  margin: 0;
  z-index: 2;
  left: 1140px;
  top: 80px;
}
.sliderPagin li {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  margin-bottom: 6px;
}
.sliderPagin li a {
  width: 18px;
  height: 18px;
  display: inline-block;
  position: relative;
  background: #2a2a2a;
  border-radius: 10px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.sliderPagin li a:hover {
  background: #ffffff;
}
.sliderPagin ._active > a {
  background: #f04343 !important;
}
.pic:hover img {
  border: 3px solid #f04343;
}
/*===================================BG slider=======================*/
#bgStretch {
  overflow: hidden;
  z-index: -1;
  display: block;
  position: fixed !important;
}
#bgStretch img {
  background-color: #000;
}
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  width: 420px;
  height: 290px;
  border: 3px solid #474942;
  margin: 0 0 35px 0;
  display: block;
}
.g_map > iframe {
  border: none;
  outline: none;
  width: 100%;
  height: 100%;
}
/*-------------------------- CONTACT FORM --------------*/
#form1 {
  position: relative;
  display: block;
}
#form1 label {
  margin-bottom: 23px;
  position: relative;
  color: #ffffff;
}
#form1 label input,
#form1 label textarea {
  outline: none;
  box-shadow: none;
  border-radius: 0;
  margin: 0;
  color: #767676;
  width: 100%;
  padding: 10px 16px;
  font: 400 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
  background: url(../img/bg2.png);
  border: 1px solid #3d3c35;
}
#form1 label textarea {
  width: 636px;
  height: 360px;
  resize: none;
}
#form1 label input {
  width: 290px;
}
#form1 .error {
  width: 100%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .empty {
  width: 99%;
  font-size: 10px;
  line-height: 12px;
  position: absolute;
  text-align: right;
  top: 0;
}
#form1 .success {
  background: #000000;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 670px;
  height: 42px;
}
#form1 .success > span {
  color: #ffffff;
  font: 400 14px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin-top: 10px;
}
.btns {
  float: right;
  margin-top: -15px;
}
.btns > a {
  margin-left: 25px;
}
#form1 ._w1 {
  width: 320px;
  display: inline-block;
}
/*------------- SEARCH LIST ------------------------------------------------------*/
.search_list {
  display: block;
}
.search_list .search {
  color: #f04343;
}
.search_list > li {
  margin-bottom: 15px;
  color: #767676;
}
.search_list > li h4 {
  margin: 0;
}
.search_list > li h4 > a {
  color: #ffffff;
  font: 13px/22px Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: underline;
}
.search_list > li h4 > a:hover {
  text-decoration: none;
}
.search_list > li .match {
  display: block;
  color: #f04343;
  font-size: 12px;
  font-weight: bold;
}
/*-------------- FOOTER ---------------------------------------------------- */
footer {
  background: #1b1b1b;
  position: relative;
  width: 100%;
  z-index: 5;
  bottom: 0;
  height: 47px;
  overflow: visible !important;
}
footer .privacy_text {
  font: 400 11px/20px Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #727272;
  margin-top: 13px;
  display: inline-block;
  text-transform: uppercase;
  white-space: nowrap;
}
/*----------- FOOTER END ------------------------------------------------------*/
/*============================ Grid =====================================*/
/*-----------------------------------------------------------------------------------*/
/*Core variables and mixins*/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
