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

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  min-width: 1200px;
  background: #000000;
  background: url("../img/bg_pattern.png");
  color: #EEE;
  font: 14px "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 24px;
  text-transform: uppercase;
}
#panel {
  text-transform: none;
}
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;
}
#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;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
#back-top:hover {
  background: #f2f0f0 url("../img/up-arrow.png") center 12px no-repeat;
  -webkit-transition: all 0.6s ease;
  -moz-transition: all 0.6s ease;
  -o-transition: all 0.6s ease;
  transition: all 0.6s ease;
}
.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: 0px;
  min-height: 65px;
  width: 100%;
  z-index: 10;
}
h1 {
  position: relative;
  display: inline-block;
  max-width: 440px;
  width: 100%;
  margin-top: 68px;
  margin-bottom: 20px;
  z-index: 100;
}
h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.slogan1 {
  margin-bottom: 60px;
  color: #fff;
  font: 52px/52px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: relative;
  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;
  /*z-index: 1;*/

  position: relative;
  border: 1px solid #696c73;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: url(../img/menu_bg.png);
  margin-bottom: 40px;
  height: 88px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  /*border-right: 1px solid #5f6265;*/

  margin-right: -2px;
  margin-bottom: -7px;
  /*float: left;*/

}
.sf-menu > li.last {
  border-right: none;
}
.sf-menu > li:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 1px;
  height: 88px;
  top: 0;
  right: 0;
  background: #696c73;
  pointer-events: none;
  z-index: -1;
}
.sf-menu > li.last:after {
  background: none;
}
.sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  color: #70737b;
  text-transform: uppercase;
  text-decoration: none;
  height: 88px;
  padding: 0 23px;
}
.sf-menu > li > a:hover {
  text-decoration: none;
}
.base_text {
  position: relative;
  font: bold 17px/88px 'PT Sans', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
  overflow: hidden;
}
.openPart {
  position: absolute;
  width: 100%;
  width: 102%;
  height: 90px;
  left: -2px;
  top: -1px;
  background: url(../img/menu_over_plane.png);
  z-index: -1;
  -webkit-box-shadow: inset 0 0px 15px #000000;
  -moz-box-shadow: inset 0 0px 15px #000000;
  box-shadow: inset 0 0px 15px #000000;
}
.sf-menu > li.first .openPart {
  -webkit-border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  border-radius: 20px 0 0 20px;
}
.sf-menu > li.last .openPart {
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  -webkit-border-radius: 0 0 20px 20px;
  -moz-border-radius: 0 0 20px 20px;
  border-radius: 0 0 20px 20px;
  top: 93px;
  left: -2px;
  z-index: 200;
  padding: 25px 20px 29px 17px;
  width: 120px;
  background: #1f2024;
  border: 1px solid #696c73;
  list-style: none;
}
.sf-menu ul > li {
  margin: 0;
  padding: 0;
  position: relative;
  /*height: 42px;*/

}
.sf-menu ul a {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #70737b;
  text-decoration: none;
  text-transform: uppercase;
  font: bold 17px/17px 'PT Sans', "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.sf-menu ul a:hover {
  text-decoration: none;
  color: #fff !important;
}
/*submenu2*/
.sf-menu .subMenu2 {
  top: -26px;
  left: 145px;
  width: 120px;
}
.sf-menu .subMenu2 a {
  color: #70737b !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;
  width: 100%;
  height: 100%;
  top: 610px;
  left: -1080px;
  z-index: 10;
  overflow: hidden;
}
#bgNav {
  overflow: hidden;
  padding: 0px;
  cursor: default;
  text-align: center;
  margin-top: -20px;
  margin-left: -490px;
}
#bgNav ul {
  margin: 0;
  display: inline-block;
}
#bgNav li {
  display: inline-block;
  margin-left: 4px;
}
#bgNav li > a {
  display: block;
  width: 22px;
  height: 22px;
  background: url(../img/bg_selector.png) no-repeat 0 0;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}
#bgNav a:hover,
#bgNav .active a {
  background-position: -32px 0;
}
.gall_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/page_loader.gif) 50% 50% no-repeat;
}
/*------ content ------- */
#wrapper {
  margin-top: -2px !important;
}
#wrapper > section {
  margin-bottom: -96px;
}
#wrapper > section > #content_part {
  position: relative;
  z-index: 11;
  display: inline-block;
  width: 100%;
  height: 100% !important;
}
#wrapper > section > #content_part > div {
  position: relative;
}
.dynamicContent {
  position: absolute;
  width: 100%;
}
.dynamicContent > .content {
  padding: 74px 30px 95px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background: #1f2024;
  width: 540px;
  position: relative;
  z-index: 100;
  min-height: 505px;
  margin-top: 134px;
  margin-left: -28px;
}
.minHeight_content {
  min-height: 145px;
}
h2,
h3,
h4 {
  display: block;
  margin: 0;
}
h2.page1 {
  font: bold 122px/122px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-top: -12px;
  letter-spacing: -4px;
}
h2 {
  color: #fff;
  text-transform: uppercase;
  font: bold 32px/32px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 8px;
}
h2.v2 {
  margin-bottom: 36px;
}
h2.v3 {
  margin-bottom: 30px;
}
h3 {
  position: relative;
  color: #fa2525;
  text-transform: uppercase;
  font: bold 32px/32px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  left: 8px;
}
h3.search_title {
  font-size: 20px;
  color: #313131;
  border: none;
  margin-top: 10px;
  padding-bottom: 0;
  margin-bottom: 0px;
}
h4 {
  margin-bottom: 10px;
  font: bold 20px/20px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #fff;
}
span.search {
  color: #fa2525;
}
.dynamicContent > .content img,
.rounded {
  margin-bottom: 32px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  overflow: hidden;
}
p {
  /*font-style: italic;*/
}
a:focus {
  outline: 0;
}
a,
.more {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a.link1 {
  display: block;
  margin-top: -6px;
  margin-bottom: 11px;
}
a.link2 {
  display: block;
  margin-top: 1px;
  margin-bottom: 11px;
}
a.link3 {
  color: #fff;
}
a.link3:hover {
  color: #fa2525;
}
a {
  color: #fa2525;
}
a:hover {
  text-decoration: underline;
  color: #fff;
}
.imgIndent {
  margin: 7px 19px 3px 0px !important;
  float: left;
}
.imgIndent2 {
  margin-bottom: 42px !important;
}
.imgIndent3 {
  margin-bottom: 5px !important;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.color1 {
  color: #e77e39;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
.fs13 {
  font-size: 13px;
}
/* start page1 gallery*/
.gall_1 {
  list-style: none;
}
.gall_1 .pic_holder {
  border: 5px solid #2d3244;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  overflow: hidden;
}
.gall_1 .pic {
  position: relative;
  margin-right: 20px;
  display: block;
}
.gall_1 nav {
  position: absolute;
  right: 117px;
  bottom: 0;
  display: block;
  z-index: 1;
}
.gall_1 nav ul li {
  position: relative;
  display: block;
  margin-bottom: 4px;
}
.gall_1 nav ul li a {
  position: relative;
  display: block;
  margin-right: 3px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
}
.gall_1 nav ul li:hover a,
.gall_1 nav ul li.active a {
  opacity: 1;
}
/* end page1 gallery*/
.search_list {
  margin-left: 20px;
}
.marTop1 {
  margin-top: 7px;
}
.marRight1 {
  margin-right: 30px;
}
.marLeft3 {
  margin-left: 98px;
}
.marBot0 {
  margin-bottom: 0 !important;
}
.marBot1 {
  margin-bottom: 20px;
}
.marBot2 {
  margin-bottom: 15px;
}
.marBot3 {
  margin-bottom: -18px;
}
.pos_rel {
  position: relative;
}
.txt_cntr {
  text-align: center;
}
.img_404 {
  position: relative;
  margin-top: 1px;
  margin-left: 20px;
  margin-bottom: 72px !important;
  display: inline-block;
}
#search {
  position: relative;
  display: inline-block;
  float: left;
  margin: 19px 0 0px;
}
/*----------Slider2--------------*/
.slider2 {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  width: 100%;
  min-height: 320px;
  text-align: left;
}
.slider2 ul {
  margin: 0;
}
.slider2 li {
  float: left;
  margin-left: 0px;
  margin-right: 15px;
  width: 595px;
}
/* ============================= start scroll ====================== */
.scroll {
  width: 100%;
  height: 410px;
  position: relative;
  margin-top: 32px;
  display: inline-block;
}
.scroll.v2 {
  height: 520px;
}
#scroll_p p {
  margin-bottom: 17px;
}
.scroll_btn_up,
.scroll_btn_down {
  position: absolute;
  display: inline-block;
  width: 18px;
  height: 20px;
  /*overflow: hidden;*/

  bottom: 48px;
}
.scroll_btn_down {
  background: url(../img/scroll_btn_up.png) no-repeat;
  left: 70px;
}
.scroll_vline {
  width: 1px;
  height: 42px;
  display: inline-block;
  position: absolute;
  background: #3a3b3f;
  bottom: 42px;
  left: 58px;
}
.scroll_btn_up {
  background: url(../img/scroll_btn_down.png) no-repeat;
  left: 30px;
}
/* ============================= end scroll ====================== */
/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: 0px;
}
.listWithMarker li {
  display: block;
  padding-bottom: 15px;
}
.listWithMarker li a {
  display: inline-block;
  padding-left: 16px;
  background: url(../img/list_marker.png) 0 6px no-repeat;
  color: #657b92;
  text-decoration: none;
}
.listWithMarker li a:hover {
  padding-left: 9px;
  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 "Trebuchet MS", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.listWithMarker2 li a:hover {
  background: #ddb637;
  color: #1a1a1a;
}
/* ============================= end lists ====================== */
/*-------------- start botstrap btn reset ------------------------*/
.badge {
  padding-left: 0;
  padding-right: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #fa2525;
  text-align: center;
  width: 51px;
  height: 48px;
  float: left;
  margin-right: 18px;
  text-transform: none;
  font: bold 18px/15px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.badge time {
  padding-top: 8px;
  display: block;
}
.badge span {
  font-size: 16px;
}
.thumbnails {
  margin-left: 0;
  /*overflow: hidden;
	max-height: 350px;*/

}
.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: 13px;
  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;
}
.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;
}
.img-polaroid {
  padding: 19px;
  background-color: #28292d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #444548;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px !important;
  overflow: hidden !important;
}
/*-------------- end botstrap btn reset ------------------------*/
.more {
  position: relative;
  display: inline-block;
  color: #fff;
  font: bold 12px 'PT Sans', sans-serif;
  margin-top: 22px;
  text-decoration: none;
  border: none;
  background: none;
  text-decoration: none !important;
  outline: none !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.more2 {
  position: relative;
  color: #fff;
  font: 12px 'PT Sans', sans-serif;
  background: #fa2525;
  margin-top: 22px;
  text-decoration: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  margin-top: 0px;
  margin-left: -12px;
  padding: 15px 14px 16px;
  display: inline-block;
}
.more:hover,
.more.active {
  color: #fa2525;
  text-decoration: none;
  background: none;
}
.more2:hover,
.more2.active {
  color: #fa2525;
  text-decoration: none;
  background: #000;
}
.nav_item {
  padding: 10px 14px;
}
/* ============================= slider ====================== */
.slider {
  width: 790px !important;
  margin-top: 8px;
  z-index: 1;
  min-height: 350px;
}
.slider li {
  float: left;
  margin-left: 0px;
  margin-bottom: 0px;
  margin-right: 15px;
  width: 250px;
}
.slider li img {
  position: relative;
  z-index: 1;
  margin-bottom: 10px !important;
}
.slider li p {
  margin-bottom: 0px;
}
.prev,
.next {
  position: absolute;
  width: 20px;
  height: 22px;
  top: 6px;
}
.prev {
  right: 21px;
  background: url(../img/prev.png) 0 0 no-repeat;
}
.next {
  right: 0px;
  background: url(../img/next.png) 0 0 no-repeat;
}
.span8 .prev {
  right: 61px;
}
.span8 .next {
  right: 40px;
}
a.fancybox {
  position: relative;
  float: left;
}
.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 ====================== */
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  float: left;
  margin: 0;
  padding: 0;
  width: 500px;
  height: 342px;
  padding: 19px;
  background-color: #28292d;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: 1px solid #444548;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  border-radius: 20px !important;
  margin-top: 30px;
  margin-bottom: 32px;
}
.g_map > iframe {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 342px;
  outline: none;
  border: none;
}
.address {
  display: inline-block;
  color: #76787f;
  float: left;
  margin-right: 87px;
}
.phones_part {
  display: inline-block;
  width: 170px;
}
.mailLink {
  text-decoration: underline;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  position: relative;
  display: block;
  margin-top: 13px;
}
#form1 label {
  position: relative;
  margin-bottom: 6px;
  display: inline-block;
}
#form1 label input,
#form1 label textarea,
#search input {
  margin: 0;
  margin-bottom: 4px;
  padding: 12px 10px 12px 10px;
  width: 277px;
  outline: none;
  border: 0;
  background: #28292d;
  border: 1px solid #444548;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  box-shadow: none;
  color: #fff;
  font: 14px "PT Sans", Arial;
  line-height: 21px;
  text-transform: uppercase;
}
#search input {
  float: left;
  margin-right: 0;
}
#form1 label textarea {
  height: 161px;
  resize: none;
  background: url(../img/inp_bg.png) 0 0;
}
#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: 270px;
  height: 110px;
  border: 1px solid #27292d;
  background: #111;
  opacity: 0.9;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#form1 .success .success_txt {
  position: relative;
  top: 37%;
  color: #fff;
  text-align: center;
}
.btns {
  margin-top: -13px;
}
.btns > a {
  margin-right: 15px;
}
/*-------------------------- end Contact form --------------*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  display: block;
  position: relative;
  z-index: 300;
  width: 100%;
  color: #4f585f;
  font: bold 12px "PT Sans", "PT Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  padding-top: 1px;
}
footer a {
  color: #4f585f;
}
footer p {
  display: block;
  font-style: normal;
}
footer a:hover {
  color: #fff;
  text-decoration: none;
}
/*----------- start social icons ----------------*/
.social-icon {
  position: relative;
  z-index: 0;
  margin: 22px 0 23px;
}
.social-icon strong {
  position: relative;
}
.social-icon strong:before {
  position: absolute;
  left: 0px;
  top: 4px;
  font-weight: normal;
  margin: -1px 0 0 1px;
  font-size: 17px;
  line-height: 1em;
  font-family: 'FontAwesome';
}
.social-icon strong.v2:before {
  left: 2px;
}
.social-icon > li {
  display: inline-block;
  margin-left: 0;
  text-align: center;
}
.social-icon > li > a {
  display: inline-block;
  width: 47px;
  height: 47px;
  color: #4f585f;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  background: url(../img/social_bg.png);
}
.social-icon > li > a:hover {
  color: #fff;
  background: #fa2525;
  text-decoration: none;
}
/*----------- end social icons ----------------*/
/*--- 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: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


i {
	font-size: 12px;
	margin-top: 8px;
	margin-bottom: 0px;
	line-height: 0px;
	padding: 0px;
	display: block;
	width: 520px;
	text-align: right;
	color: #db6248;
}

div.line {
	height: 1px;
	width: 500px;
	border-bottom: dotted 1px #AAA;
	color: #AAA;
}
