@import url(//fonts.googleapis.com/css?family=PT+Sans:400,400italic);

@import url(//fonts.googleapis.com/css?family=Yanone+Kaffeesatz:700);

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  min-width: 1200px;
  background: #000000;
  color: #ffffff;
  font: 12px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 15px;
}
.glob {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border: 0;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
#webSiteLoader {
  position: fixed;
  z-index: 1023;
  width: 100%;
  height: 100%;
  background: #000000 url(../img/web_site_loader.gif) center no-repeat;
}
#black_square {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  background: url(../img/black_square_bg.png);
}
#pageLoader {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 1000;
  display: none;
  margin: -5px 0 0 -5px;
  width: 10px;
  height: 10px;
}
#pageLoader > div {
  width: 50px;
  height: 50px;
  background: url(../img/page_loader.gif) 0 0 no-repeat;
}
#back-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 1000;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #000000 url("../img/up-arrow.png") center 12px no-repeat;
  cursor: pointer;
}
#panel li {
  color: #000;
}
.animate,
.animate:hover {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
/*------ header ------- */
header {
  position: relative;
  margin-top: 0;
  min-height: 100px;
  width: 100%;
  z-index: 100;
}
header h1 {
  display: inline-block;
  float: left;
  margin-top: 0;
  margin-right: 0px;
  max-width: 235px;
  width: 100%;
}
header h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: relative;
  float: left;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
}
header .navbar > .navbar-inner {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  background: none;
  filter: none;
}
#wrapper .navbar-inner {
  padding-right: 0px;
  padding-left: 0px;
  min-height: 0;
  border: 0;
  background-color: inherit;
  background-image: none;
  background-repeat: inherit;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: inherit;
}
.sf-menu {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  margin-top: 0;
  position: relative;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  margin-right: -3px;
  /* background: url(../img/menu_button.png) 0 0 no-repeat; */

  background: #1c1f20;
  border-right: 1px solid #2d3435;
  border-left: 1px solid #131415;
}
.sf-menu > li.last {
  border-right: 0;
  margin-left: 0px;
  margin-right: 0px;
}
.sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 16px 22px 22px;
  color: #547177;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 26px/30px 'Yanone Kaffeesatz', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.openPart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #101111;
}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  top: 68px;
  left: -1px;
  z-index: 10;
  padding: 26px 10px 42px;
  width: 212px;
  background: #1d2021;
  list-style: none;
  opacity: 0;
}
.sf-menu ul > li {
  margin-top: 10px;
  text-align: left;
}
.sf-menu ul a {
  position: relative;
  display: inline-block;
  color: #547177;
  text-decoration: none;
  text-transform: uppercase;
  margin-left: 22px;
  font: bold 26px/30px 'Yanone Kaffeesatz', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sf-menu ul a:hover {
  color: #fff;
  text-decoration: none;
}
/*submenu2*/
.sf-menu .subMenu2 {
  top: 0;
  left: 231px;
  width: 150px;
  background: #1d2021;
}
.sf-menu .subMenu2 a {
  color: #547177 !important;
  -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 .subMenu2 a:hover {
  color: #fff !important;
}
/*--- header end ------*/
/*-----bgStretch-----*/
#bgStretch {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#splash {
  position: absolute;
  top: 320px;
  z-index: 10;
  overflow: hidden;
  width: 100%;
}
#splash .slogan1 {
  text-transform: uppercase;
  color: #fff;
  font: bold 170px/127px 'Yanone Kaffeesatz', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
#splash .slogan2 {
  position: relative;
  left: 23px;
  margin-bottom: 16px;
  text-transform: uppercase;
  color: #fff;
  font: bold 42px/42px 'Yanone Kaffeesatz', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.splash_section {
  position: relative;
  color: #fff;
  text-transform: uppercase;
}
#bgNav {
  display: none;
  float: left;
  overflow: hidden;
  padding-top: 10px;
  cursor: default;
}
#bgNav ul {
  margin: 0;
}
#bgNav li {
  display: inline-block;
}
#bgNav li > a {
  display: block;
  width: 15px;
  height: 20px;
  background: url(../img/bg_selector.png) no-repeat right 0;
}
#bgNav a:hover,
#bgNav .active a {
  background-position: 0 0;
}
.gall_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/gallLoader.gif) 0% 0% no-repeat;
}
/*------ content ------- */
#wrapper > section > #content_part {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin-top: 65px;
  width: 100%;
  height: 100% !important;
}
#wrapper > section > #content_part > div {
  position: relative;
}
/* #wrapper .global > div{
	position: relative; */
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 0;
  min-height: 500px;
}
h2 {
  margin: 0;
  margin-bottom: 24px;
  color: #fff;
  text-transform: uppercase;
  font: bold 40px/40px "Yanone Kaffeesatz", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
}
h2.h2_404 {
  font: bold 60px/60px "Yanone Kaffeesatz", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 16px;
}
h2.page1 {
  margin-top: -144px;
  color: #fff;
  font: bold 90px/78px "Yanone Kaffeesatz", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 36px;
}
h2.v2 {
  margin-top: 52px;
  color: #f4d26b;
  margin-bottom: 14px;
  font: bold 40px/38px "Yanone Kaffeesatz", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h2.martop {
  margin-top: 106px;
}
h3 {
  color: #fff;
  font: 19px/28px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
h4 {
  text-transform: uppercase;
  color: #fff;
  font: bold 18px/15px "Yanone Kaffeesatz", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 1px;
}
.date1 {
  color: #f4d26b;
  margin-top: 0px;
  margin-bottom: 16px;
}
.scroll h3 {
  margin-top: -1px;
}
a {
  color: #f4d26b;
}
a:focus {
  outline: 0;
}
a:hover {
  color: #d77001;
  text-decoration: none;
}
a,
.more {
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.imgIndent1 {
  margin: 0;
  margin-bottom: 24px;
}
.imgIndent2 {
  float: left;
  margin: 0;
  margin-right: 33px;
  margin-bottom: 10px;
}
.imgIndent3 {
  float: left;
  margin: 0;
  margin-top: 10px;
  margin-right: 17px;
  margin-bottom: 10px;
}
.date_section {
  padding-left: 25px;
  background: url(../img/date_icon_!.png) 0 0 no-repeat;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.p_404 {
  display: inline-block;
  margin-top: 7px;
  color: #f4d26b;
  font: 19px/15px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.color1,
span.search {
  color: #f4d26b;
}
.color2 {
  color: #fff;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
.marTop1 {
  margin-top: -4px;
}
.marTop2 {
  margin-top: -10px;
}
.marBot1 {
  margin-bottom: 19px;
}
.marBot2 {
  margin-bottom: 10px;
}
.marBot3 {
  margin-bottom: 15px;
}
.marBot4 {
  margin-bottom: 25px;
}
.marLeft1 {
  margin-left: -20px;
}
.pos_rel {
  position: relative;
  min-height: 357px;
}
.img_404 {
  position: absolute;
  margin-top: -43px;
  margin-left: -59px;
  width: 461px;
  height: 442px;
}
#search {
  margin: 9px 0 18px;
  position: relative;
  display: inline-block;
  float: left;
}
/*btn_icons*/
.btn_icon1,
.btn_icon2,
.btn_icon3 {
  position: relative;
  width: 41px;
  height: 50px;
  z-index: 1;
  display: inline-block;
}
.btn_icon1 {
  background: url(../img/button-sprite-icon1.png) 0 0 no-repeat;
}
.btn_icon2 {
  background: url(../img/button-sprite-icon2.png) 0 0 no-repeat;
}
.btn_icon3 {
  background: url(../img/button-sprite-icon3.png) 0 0 no-repeat;
}
.btn_arrow {
  position: relative;
  width: 15px;
  height: 10px;
  z-index: 1;
  display: inline-block;
  margin-left: 10px;
}
.btn_arrow {
  background: url(../img/more_arrow_1.png) 0 0 no-repeat;
}
/* ============================= slider ====================== */
.slider {
  width: 880px !important;
  margin-top: 8px;
  z-index: 1;
  min-height: 350px;
}
.slider li {
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
  width: 160px;
}
.slider li img {
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
}
.slider li p {
  margin-bottom: 26px;
}
.prev,
.next {
  position: absolute;
  width: 50px;
  height: 45px;
  top: 6px;
}
.prev {
  right: 47px;
  background: url(../img/slider_arr_prev.png) 0 0 no-repeat;
}
.next {
  right: 0px;
  background: url(../img/slider_arr_next.png) 0 0 no-repeat;
}
a.fancybox {
  position: relative;
  float: left;
  margin-right: 1px;
  margin-bottom: 16px;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/magnifier.png") center no-repeat;
  z-index: 2;
}
a:hover .zoom {
  opacity: 1;
}
a .zoom {
  opacity: 0;
}
/* ============================= end slider ====================== */
/* ============================= start slider2 ====================== */
.slider2 {
  width: 940px !important;
  margin-top: 8px;
  z-index: 1;
  min-height: 350px;
}
.slider2 li {
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 20px;
  width: 460px;
}
.slider2 li img {
  position: relative;
  z-index: 1;
  margin-bottom: 0px !important;
}
.slider2 li p {
  margin-bottom: 26px;
}
/* ============================= end slider2 ====================== */
/* ============================= start scroll ====================== */
.scroll-btns {
  margin-top: 16px;
}
.scroll_btn_up,
.scroll_btn_down {
  position: relative;
  display: inline-block;
  /* overflow: hidden; */

  width: 45px;
  height: 50px;
}
.scroll_btn_down {
  right: 0px;
  background: url(../img/scroll_btn_up.png) no-repeat;
}
.scroll_btn_up {
  background: url(../img/scroll_btn_down.png) no-repeat;
}
.scroll {
  overflow: hidden;
  margin-top: 0px;
  height: 260px;
}
.scroll .wrapper {
  margin-bottom: 2px;
}
/* ============================= end scroll ====================== */
/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: -3px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 12px;
  padding-left: 25px;
  background: url(../img/list_marker.png) 0 3px no-repeat;
}
.listWithMarker li a {
  display: inline-block;
  color: #efc651;
  text-decoration: none;
}
.listWithMarker li a:hover {
  padding-left: 10px;
  color: #fff;
}
.listWithMarker2 li {
  display: block;
  padding-bottom: 6px;
}
.listWithMarker2 li a {
  display: inline-block;
  padding: 12px 0 12px 10px;
  min-width: 210px;
  background: #1a1a1a;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 18px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-align: left;
}
.listWithMarker2 li a:hover {
  background: #ddb637;
  color: #1a1a1a;
}
/* ============================= end lists ====================== */
/*-------------- start botstrap btn reset ------------------------*/
blockquote {
  padding: 0;
  margin: 0 0 18px;
  border: none;
  background: url(../img/quote_sign.png) 0 0 no-repeat;
  padding-top: 20px;
  padding-left: 14px;
  margin-bottom: 27px;
}
blockquote p {
  color: #f4d26b;
  font: 14px/19px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: italic;
}
blockquote p + p {
  margin-top: 15px;
  color: #fff;
  font: 12px/18px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-style: normal;
}
.badge {
  padding: 0;
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  display: inline-block;
  color: #ffffff;
  vertical-align: baseline;
  white-space: nowrap;
  text-shadow: none;
  background-color: #efc651;
  color: #fff;
  text-transform: uppercase;
  font: bold 30px/40px "Yanone Kaffeesatz", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  width: 43px;
  height: 44px;
  text-align: center;
  float: left;
  margin-right: 16px;
  margin-top: 4px;
}
.img-polaroid {
  padding: 10px;
  background-color: #fff;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.thumbnails {
  margin-left: 0;
}
.thumbnail {
  display: block;
  padding: 0px;
  line-height: 21px;
  border: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: none;
  background-color: ;
  background-image: none;
  background-repeat: no-repeat;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-top: 0px;
}
.more_splash.btn:active,
.more_splash.btn.active {
  background: url(../img/splash_more_sign.png) 0 0 no-repeat;
  color: #d1d1d1 !important;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  background-color: ;
}
.btn:active,
.btn.active {
  background-color: ;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  color: #333333;
  text-decoration: none;
  background-position: 0 0;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.btn:focus {
  outline: none;
  outline-offset: 0;
}
.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
.btn-primary {
  position: relative;
  background: none;
  box-shadow: none;
  text-decoration: none !important;
  padding: 7px 23px 8px 24px;
  background: url(../img/btn_pattern.png) repeat;
  z-index: 1;
  left: 0;
  border-radius: 2px;
  font: 12px 'Anton', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
}
/*-------------- end botstrap btn reset ------------------------*/
.more_btn_splash {
  color: #fff;
  font: bold 40px/72px "Yanone Kaffeesatz", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 29px;
  float: left;
  background: #f4db6b;
  text-transform: uppercase;
}
.more_btn_splash.v2 {
  color: #547177;
  background: #1e2223;
}
.more_btn_splash:hover {
  color: #f4db6b;
  background: #000;
}
.more_btn {
  color: #fff;
  font: bold 20px/44px "Yanone Kaffeesatz", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  padding: 0 19px;
  background: #f4db6b;
  text-transform: uppercase;
}
.more_btn:hover {
  color: #f4db6b;
  background: #000;
}
.more,
.more2 {
  position: relative;
  display: inline-block;
  padding: 10px 15px;
  background: url(../img/more_bg.png);
  color: #fff;
  text-transform: uppercase;
  font: 15px 'PT Sans', sans-serif;
}
.more2 {
  float: right;
  margin-left: 40px;
  padding: 38px 16px;
  font-size: 18px;
}
.more:hover,
.more2:hover {
  background: #fff;
  color: #000;
}
.more3 {
  margin-top: -8px;
  color: #999999;
  text-decoration: underline;
}
.more3:hover {
  color: #fff;
  text-decoration: underline;
}
.more4 {
  display: inline-block;
  margin-top: 5px;
  color: #fff;
  text-transform: uppercase;
  font: bold 18px 'PT Sans', sans-serif;
}
.more4:hover {
  color: #dbb335;
}
/* ============================= project_pics ====================== */
.project_pics {
  position: relative;
}
.project_pics ul {
  margin: 0;
  margin-left: -20px;
}
.project_pics li {
  display: inline-block;
  float: left;
  margin-right: 5px;
  padding: 10px;
  width: 235px;
  background: #1a1a1a;
  list-style: none;
}
.project_pics li.last {
  margin-right: 0;
}
.project_pics li img {
  padding-bottom: 8px;
}
.project_pics li p {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
.project_pics li a {
  position: relative;
  float: left;
}
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/magnifier.png") center no-repeat;
}
.project_pics ul > li a:hover .zoom {
  opacity: 1;
}
.project_pics ul > li a .zoom {
  opacity: 0;
}
/* ============================= end project_pics ====================== */
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  float: left;
  margin: 0;
  width: 506px;
  height: 299px;
  margin-right: 20px;
  border: 10px solid #fff;
}
.g_map > iframe {
  padding: 0;
  width: 100%;
  height: 299px;
  outline: none;
  border: none;
}
.address {
  display: block;
  margin-top: -3px;
  padding-top: 0;
  color: #fff;
  margin-bottom: 34px;
}
.phones_part {
  display: block;
  width: 167px;
}
.mailLink {
  text-decoration: underline;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  position: relative;
  display: block;
  margin-top: 15px;
}
#form1 label {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
}
#form1 label input,
#form1 label textarea,
#search input {
  margin: 0;
  margin-bottom: 4px;
  padding: 8px 10px 8px 10px;
  width: 249px;
  outline: none;
  border: 1px solid #2c3335;
  border-radius: 0;
  background: url(../img/inp_bg.png);
  box-shadow: none;
  color: #fff;
  font: 12px "PT Sans", Arial;
  line-height: 21px;
}
#search input {
  width: 550px;
  margin-top: 22px;
  margin-bottom: 28px;
}
#form1 label textarea {
  width: 249px;
  height: 144px;
  resize: none;
}
#form1 .error {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}
#form1 .empty {
  position: absolute;
  top: 0;
  width: 100% !important;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
}
#form1 .message .empty {
  width: 400px;
}
#form1 .success {
  position: absolute;
  z-index: 1;
  width: 271px;
  height: 81px;
  border: 1px solid #2c3335;
  background: #000;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 32%;
  color: #fff;
  text-align: center;
}
.btns {
  float: right;
  margin-top: 0px;
}
.btns > a {
  margin-left: 10px;
}
/*-------------------------- end Contact form --------------*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: absolute;
  bottom: 0;
  z-index: 0;
  padding: 20px 0 20px;
  width: 100%;
  color: #fff;
  font: bold 18px/20px "Yanone Kaffeesatz", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #f4d26b;
}
/*--- footer end ------*/
/*----- media queries ------*/
@media (min-width: 1200px) {
  
}
@media (min-width: 768px) and (max-width: 979px) {
  
}
@media (max-width: 767px) {
  
}
@media (max-width: 480px) {
  
}
/*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: 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
