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

@import url(http://fonts.googleapis.com/css?family=Adamina);

@import url(http://fonts.googleapis.com/css?family=Vidaloka);

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  min-width: 1170px;
  background: #f8f8f8;
  background: url("../img/bg.png");
  color: #80776e;
  font: 12px "Trebuchet MS", arial, tahoma, sans-serif;
  line-height: 24px;
}
.bg2 {
  background: url("../img/bg2.png") no-repeat center 0;
  width: 100%;
  height: 1000px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
.tal {
  text-align: center;
}
.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: #f8f8f8 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: #f8f8f8 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: 114px;
  width: 1170px;
  background: #161616;
  z-index: 500;
}
header h1 {
  display: inline-block;
  float: left;
  margin: 37px 0 0 37px;
}
header h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.select-menu {
  display: none;
  width: 100%;
}
.menu_block {
  display: inline-block;
  width: 169px;
  position: absolute;
  z-index: 200;
}
.menu_block .navbar {
  position: relative;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
}
.menu_block .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;
}
.sf-menu > li {
  margin: 0 !important;
  position: relative;
  display: inline-block;
  border-top: 1px solid #484848;
  width: 169px;
  height: 105px;
  background: none;
}
.sf-menu > li:first-child {
  background: url(../img/menu_button1.png) 0 0 no-repeat;
  border: none;
}
.sf-menu > li:first-child + li {
  background: url(../img/menu_button2.png) 0 0 no-repeat;
}
.sf-menu > li:first-child + li + li {
  background: url(../img/menu_button3.png) 0 0 no-repeat;
}
.sf-menu > li:first-child + li + li + li {
  background: url(../img/menu_button4.png) 0 0 no-repeat;
}
.sf-menu > li:first-child + li + li + li + li {
  background: url(../img/menu_button5.png) 0 0 no-repeat;
}
.sf-menu > li > a {
  position: relative;
  display: inline-block;
  padding: 43px 0 42px 30px;
  color: #ffffff;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
  font: 700 20px "Trebuchet MS", arial, tahoma, sans-serif;
  width: 139px;
  margin: 0 !important;
  z-index: 100;
}
.openPart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 105px;
  background: #161616;
}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  top: 1px;
  left: 170px;
  z-index: 200;
  padding: 30px 30px 20px 30px;
  width: 130px;
  background: #e52400;
  list-style: none;
}
.sf-menu ul > li {
  margin-bottom: 10px;
  text-align: left;
}
.sf-menu ul a {
  position: relative;
  display: inline;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font: 700 20px/21px "Trebuchet MS", arial, tahoma, sans-serif;
}
.sf-menu ul a:hover {
  text-decoration: none;
}
/*submenu2*/
.sf-menu .subMenu2 {
  top: 0;
  left: 191px;
  width: 100px;
  background: #ff8c0f;
}
.sf-menu .subMenu2 a {
  color: #fff !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: #000 !important;
}
/*--- header end ------*/
/*-----bgStretch-----*/
/*------ content ------- */
#wrapper > section > #content_part {
  position: relative;
  z-index: 11;
  display: inline-block;
  margin-top: 0px;
  width: 100%;
  height: 100% !important;
  overflow: hidden;
}
#wrapper > section > #content_part > div {
  position: relative;
}
/* #wrapper .global > div{
	position: relative; */
.dynamicContent {
  position: absolute;
  width: 100%;
  background: #ffffff;
  height: 528px ! important;
}
.dynamicContent:after {
  content: "";
  background: url(../img/box_shad.png) no-repeat 0 0;
  position: absolute;
  top: 464px;
  left: 0;
  width: 1096px;
  height: 93px;
  z-index: 1;
}
.dynamicContent > .content {
  padding: 0;
  height: 528px;
}
.a1 {
  font: 400 18px/20px 'Vidaloka', serif;
  color: #fe9e35;
  text-transform: uppercase;
}
.a1:hover {
  text-decoration: none;
  color: #fe104f;
}
.a2 {
  font: 400 12px/24px "Trebuchet MS", arial, tahoma, sans-serif;
  color: #80776e;
  text-transform: uppercase;
}
.a2:hover {
  text-decoration: none;
  color: #fe104f;
}
p {
  text-transform: uppercase;
  display: block;
}
h2,
h3,
h4,
h5,
h6 {
  display: block;
  text-align: center;
  margin: 0;
  margin-bottom: 0px;
  color: #fe104f;
  text-transform: none;
  font: 400 55px/66px "Trebuchet MS", arial, tahoma, sans-serif;
  position: relative;
  z-index: 200;
}
h2 {
  margin-bottom: 10px;
}
h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-bottom: 5px;
  color: #fe9e35;
  text-transform: uppercase;
  font: 400 18px/22px "Trebuchet MS", arial, tahoma, sans-serif;
}
.address h3 {
  text-align: left;
}
h4 {
  text-align: left;
  margin-left: 30px;
  margin-bottom: 20px;
  color: #dc2451;
  font: 400 36px/42px 'Vidaloka', serif;
  display: inline-block;
}
h5 {
  text-align: left;
  margin-left: 0px;
  margin-bottom: 20px;
  color: #dc2451;
  font: 400 36px/42px 'Vidaloka', serif;
  display: inline-block;
}
.colum1 {
  width: 300px;
  margin-right: 70px;
  float: left;
  display: inline-block;
}
.colum2 {
  width: 700px;
  display: inline-block;
}
.dynamicContent > .content img {
  margin-bottom: 20px;
}
#clients_gall img {
  margin-bottom: 14px;
}
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;
}
.imgIndent {
  margin: 4px 19px 25px 15px;
}
.imgIndent2 {
  margin: 4px 16px 25px 5px;
}
.img-polaroid {
  padding: 10px;
  background-color: #ffe8e6;
  border: none;
  box-shadow: none;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.extra-wrap {
  position: relative;
  overflow: hidden;
}
.color1 {
  color: #dbb335;
}
.color2 {
  display: block;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
}
.color3 {
  color: #ffffff;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
/*========================= jCarousel ===============================*/
#jcarousel_1 {
  width: 670px !important;
  margin-top: 0px;
  margin-left: 30px;
}
#jcarousel_1 > ul {
  width: 670px;
  list-style: none;
  box-shadow: none;
  margin: 0;
}
#jcarousel_1 > ul > li {
  width: 320px;
  height: 362px;
  position: relative;
  float: left;
  margin-right: 30px !important;
  display: inline-block;
}
#jcarousel_1 > ul > li > a {
  position: relative;
  display: inline-block;
  width: 300px;
  height: 342px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#jcarousel_1 > ul > li.thumbnail {
  margin-right: 30px;
}
.thumbnail > a img {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.thumbnail > a:hover img {
  -webkit-filter: contrast(200%);
}
.btnHolder1 {
  position: absolute;
  top: 70px;
  right: 100px;
  width: 30px;
  z-index: 1;
}
.btnHolder1 .prevBtn {
  float: left;
}
.btnHolder1 .nextBtn {
  float: right;
}
.btnHolder1 a {
  position: relative;
  width: 13px;
  height: 21px;
  overflow: hidden;
}
.btnHolder1 a img {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: all 0.1s ease;
  -moz-transition: all 0.1s ease;
  -o-transition: all 0.1s ease;
  transition: all 0.1s ease;
}
.btnHolder1 a:hover img {
  top: -21px;
  left: 0;
}
/*-------------------------------*/
.marTop1 {
  margin-top: -19px;
  margin-bottom: 4px;
}
.marTop2 {
  display: block;
  margin-top: 20px;
}
.marTop3 {
  margin-top: 130px;
}
.marTop4 {
  margin-top: 30px;
}
.marTop5 {
  margin-top: -6px;
  margin-bottom: 23px;
}
.marBot1 {
  margin-bottom: 21px;
}
.marBot2 {
  margin-bottom: 24px;
}
.marBot3 {
  margin-bottom: 5px;
}
.marLeft1 {
  margin-left: 1200px;
}
.marLeft2 {
  margin-left: 2px !important;
}
.mar_l_0 {
  margin-left: 0px !important;
}
.mar_l_13 {
  margin-left: 130px;
}
.mar_l_17 {
  margin-left: 170px;
}
.mar_l_-60 {
  margin-left: -60px !important;
}
.mar_l_40 {
  margin-left: 400px;
}
.mar_l_23 {
  margin-left: 230px;
}
.mar_t_5 {
  margin-top: 50px;
}
.mar_t_2 {
  margin-top: 20px;
}
.mar_b_2 {
  margin-bottom: 20px;
}
.mar_b_3 {
  margin-bottom: 30px;
}
.services_col1 {
  width: 260px;
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.services_col1.last_col {
  margin-left: 0;
}
.pos_rel {
  position: relative;
  min-height: 357px;
}
.img_404 {
  position: absolute;
  margin-top: -43px;
  margin-left: -59px;
  width: 461px;
  height: 442px;
}
#search {
  position: relative;
  display: inline-block;
  float: left;
  margin: 9px 0 18px;
}
/*#search input{
	position: relative;
	margin: 0 0px 2px -3px;
	margin-bottom: 10px;
	padding: 4px 12px;
	width: 376px;
	outline: none;
	border: none;
	border-radius: 0;
	background: #1a1a1a;
	box-shadow: none;
	color: #fff;
	font: 12px @baseFontFamily;
	line-height: 19px;
}*/
.bg_pic {
  position: absolute;
  top: 0;
  left: 169px;
  z-index: 1;
}
.bg3 {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}
/*----------- accordion --------------*/
.accordion_ {
  margin: 0;
}
.accordion_ .accordion-toggle {
  position: relative;
  display: block;
  padding: 12px 0 8px 43px;
  color: #1fc2e5;
  font: 14px/20px "Open Sans", "Trebuchet MS", arial, tahoma, sans-serif;
  text-transform: uppercase;
}
.accordion_ .accordion-toggle:after,
.accordion_ .collapsed:after {
  position: absolute;
  top: 5px;
  left: 0;
  display: block;
  width: 32px;
  height: 35px;
  background: url(../img/marker-toggle.png) no-repeat 0 0;
  content: "";
}
.accordion_ .active .accordion-toggle:after,
.accordion_ .accordion-toggle:hover:after {
  background-position: 0 bottom;
}
.accordion_ .accordion-heading,
.accordion_ .accordion-toggle {
  outline: none;
}
.accordion_ .accordion-toggle:hover {
  background-position: 0 bottom;
  text-decoration: none;
}
.accordion_ .accordion-group {
  margin: 0px;
  padding: 0px 0 7px;
  border: none;
}
.accordion_ .accordion-group:first-child {
  padding-top: 0;
}
.accordion_ .accordion-inner {
  margin: 0;
  padding: 0px 0 0 0px;
  border: none;
  line-height: 24px;
}
/*------end accordion -----------*/
/*----------Slider2--------------*/
.gall_spinner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/gallLoader.gif) 0% 0% no-repeat;
}
.slider_nav {
  position: absolute;
  left: 1300px;
  bottom: 20px;
  z-index: 20;
  margin: 0 !important;
  padding: 0 !important;
}
.slider_nav a {
  position: relative;
  display: inline-block;
  margin: 0px 15px 0 0;
  width: 11px;
  height: 11px;
  background: url(../img/dot.png) 0 top no-repeat;
  text-indent: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.slider_nav a:hover {
  background: url(../img/dot.png) 0 bottom no-repeat;
  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;
}
.slider_nav a.activeSlide,
.slider_nav a:hover {
  background: url(../img/dot.png) 0 bottom no-repeat;
  text-decoration: none;
}
#splash {
  position: absolute;
  top: 0px;
  z-index: 10;
  overflow: hidden;
  width: 100%;
}
.splash_section {
  width: 2200px;
  height: 528px;
  position: relative;
  left: 50%;
  margin-left: -1785px;
  padding: 0 0 0 0;
  background: #ffffff;
  color: #fff;
  text-align: right;
  text-transform: uppercase;
  font: 60px/62px "Open Sans", "Trebuchet MS", arial, tahoma, sans-serif;
}
.slider2 {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  width: 1000px;
  height: 528px;
  text-align: left;
}
.slider2 ul {
  margin: 0;
}
.list-1 {
  height: 528px;
}
.list-1 > li {
  position: relative;
  display: inline-block;
  float: left;
}
.list-1 > li .marTop1 {
  margin-top: 0;
}
.list-1 > li img {
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}
.list-1 > li p {
  width: 460px;
  display: inline-block;
  position: relative;
  color: #161616;
  text-transform: uppercase;
  font: 72px/86px 'Vidaloka', serif;
  z-index: 100;
  margin: 130px 0 0 70px;
}
.list-1 > li p img {
  display: inline-block;
  position: relative;
}
.list-1 > li p + p {
  margin-top: -10px;
  margin-bottom: 10px;
  font: 55px/66px 'Vidaloka', serif;
  text-transform: none;
}
.col1 {
  color: #ff1f42;
}
.col2 {
  color: #ff8c0f;
}
.col3 {
  color: #949494;
}
.col4 {
  color: #a2b608;
}
.list-1 > li p + p + p {
  color: #858585;
  font: 30px/36px 'Vidaloka', serif;
  margin-bottom: 20px;
}
/* ============================= start scroll ====================== */
.scroll_btn_up,
.scroll_btn_down {
  position: absolute;
  top: 8px;
  display: inline-block;
  /* overflow: hidden; */

  width: 45px;
  height: 45px;
}
.scroll_btn_down {
  right: 0px;
  background: url(../img/scroll_btn_up.png) no-repeat;
}
.scroll_btn_up {
  right: 46px;
  background: url(../img/scroll_btn_down.png) no-repeat;
}
#page_gallery .scroll_btn_down {
  right: 20px;
}
#page_gallery .scroll_btn_up {
  right: 66px;
}
.scroll {
  overflow: hidden;
  margin-top: 7px;
  height: 295px;
}
.scroll .wrapper {
  margin-bottom: 2px;
}
/* ============================= end scroll ====================== */
/* ============================= lists ====================== */
.listWithMarker {
  display: block;
  margin-left: 30px;
  padding-bottom: 15px;
  background: url(../img/list_bord.jpg) 0 bottom no-repeat;
}
.listWithMarker li {
  display: block;
  padding-bottom: 0;
}
.listWithMarker li span {
  background: url(../img/list_marker.png) 0 0 no-repeat;
  width: 11px;
  height: 11px;
  margin-top: -5px;
  display: inline-block;
}
.listWithMarker li a {
  display: inline-block;
  padding-left: 12px;
  font: 400 18px "Trebuchet MS", arial, tahoma, sans-serif;
  color: #d42f55;
  text-decoration: none;
}
.listWithMarker li a:hover {
  padding-left: 22px;
  color: #fe9e35;
}
.listWithMarker.last_list {
  background: none;
}
/* ============================= end lists ====================== */
/*===============================banners==========================*/
.banner1 {
  background: url(../img/left_baner.jpg) 0 0 no-repeat;
  width: 100%;
  height: 217px;
  display: inline-block;
  position: relative;
}
.banner2 {
  background: url(../img/right_baner.jpg) 0 0 no-repeat;
  width: 100%;
  height: 217px;
  display: inline-block;
  position: relative;
}
.banner2 p {
  font: normal 45px/45px 'Vidaloka', serif;
  color: #ffffff;
  text-transform: none;
  margin-left: 215px;
  margin-top: 20px;
  margin-bottom: 0;
}
.banner2 p + p {
  font: normal 42px/42px 'Vidaloka', serif;
  color: #ffffff;
  text-transform: none;
  margin-top: 10px;
}
/*-------------- start botstrap btn reset ------------------------*/
.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: 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: -7px !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', "Trebuchet MS", arial, tahoma, sans-serif;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
}
/*-------------- end botstrap btn reset ------------------------*/
.more {
  position: relative;
  display: inline-block;
  margin-top: 20px;
  padding: 10px 20px;
  background: #ff9e40;
  z-index: 300;
  color: #ffffff;
  text-transform: uppercase !important;
  font: 700 14px "Trebuchet MS", arial, tahoma, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.more:hover {
  background: #fe104f;
  color: #fff;
  text-decoration: none;
}
.more2 {
  bottom: 0;
  right: 0;
  background: #000000;
  position: absolute;
  display: inline-block;
  color: #ffffff;
  padding: 10px 20px 10px 25px;
  font: bold 14px "Trebuchet MS", arial, tahoma, sans-serif;
  text-transform: uppercase;
  -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;
}
.more2 span {
  background: url(../img/more2_arr.png) left 0 no-repeat;
  width: 6px;
  height: 11px;
  position: relative;
  top: 2px;
  left: 0;
  margin-right: 10px;
  display: inline-block;
  -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;
}
.more2:hover {
  color: #000;
}
.more2:hover span {
  background: url(../img/more2_arr.png) right 0 no-repeat;
}
.more3 {
  background: none;
  display: inline-block;
  margin-left: 260px;
  margin-top: 10px !important;
  color: #ffffff;
  text-transform: uppercase !important;
  font: bold 14px "Trebuchet MS", arial, tahoma, sans-serif;
  -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;
}
.more3:hover {
  background: none;
  color: #fe1152;
}
.more4 {
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  background: #fe104f;
  z-index: 300;
  color: #ffffff;
  text-transform: uppercase !important;
  font: 700 14px "Trebuchet MS", arial, tahoma, sans-serif;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.more4:hover {
  background: #ff9e40;
  color: #fff;
  text-decoration: none;
}
/* ============================= slider ====================== */
.slider {
  position: relative;
}
.slider ul {
  margin: 0;
}
.slider li {
  display: inline-block;
  float: left;
  margin-right: 27px;
  padding: 10px;
  width: 235px;
  background: #1a1a1a;
  list-style: none;
}
.slider li.last {
  margin-right: 0;
}
.slider li img {
  padding-bottom: 8px;
}
.slider li p {
  margin-bottom: 5px;
  padding-bottom: 0px;
}
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;
}
a:hover .zoom {
  opacity: 1;
}
a .zoom {
  opacity: 0;
}
/* ============================= end slider ====================== */
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  float: left;
  margin: 0;
  margin-right: 30px;
  padding-bottom: 15px;
  max-width: 3820px;
  width: 100%;
}
.g_map > iframe {
  padding: 0;
  width: 388px;
  height: 343px;
  outline: none;
  border: none;
  padding: 10px;
  background: #ffe8e6;
}
.address {
  float: left;
  margin-top: 0px;
  padding-top: 0;
  color: #8e8e8e;
  margin-bottom: 10px;
}
.address .txt1,
.more_title {
  color: #313131;
  font: 600 12px/19px "Open Sans", "Trebuchet MS", arial, tahoma, sans-serif;
  text-transform: uppercase;
}
.phones_part {
  display: inline-block;
  width: 170px;
}
.mailLink {
  text-decoration: underline;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  position: relative;
  display: block;
  margin-top: 0;
}
#form1 label {
  position: relative;
  margin-bottom: 7px;
  display: inline-block;
}
#form1 label input,
#form1 label textarea,
#search input {
  margin: 0;
  margin-bottom: 4px;
  padding: 8px 10px 8px 10px;
  width: 230px;
  outline: none;
  border: 1px solid #e2e2e2;
  border-radius: 0;
  background: #fff;
  box-shadow: none;
  color: #8e8e8e;
  font: 14px "Trebuchet MS", arial, tahoma, sans-serif;
  line-height: 21px;
}
#form1 label textarea {
  width: 230px;
  height: 126px;
  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: 398px;
  height: 137px;
  border: 1px solid #777;
  background: #fff;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 39%;
  color: #000;
  text-align: center;
}
.btns {
  float: right;
  margin-top: -10px;
}
.btns > a {
  margin-left: 15px;
}
/*-------------------------- end Contact form --------------*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  /*bottom: 40px;*/

  margin-top: 45px;
  z-index: 200;
  width: 100%;
  color: #ffffff;
  text-transform: none;
  font: 400 14px 'Vidaloka', serif;
}
.privacy span {
  color: #565656;
}
footer a {
  color: #ffffff;
  text-transform: none;
  font: 400 14px 'Vidaloka', serif;
}
footer a:hover {
  color: #fe1152;
  text-decoration: none;
}
.social_icons {
  position: relative;
  display: inline-block;
  float: right;
  margin: 0;
  margin-top: 42px;
  margin-right: 42px;
  list-style: none;
  white-space: nowrap;
}
.social_icons > li {
  display: inline-block;
  margin-left: 0px;
  cursor: pointer;
}
.footer_plane {
  background: #000000;
  margin-top: 40px;
  width: 100%;
  min-height: 56px;
  margin-bottom: 0;
}
.privacy {
  float: left;
  display: inline-block;
  position: absolute;
  margin: 20px 0 0 40px;
  top: 0;
  left: 0;
}
.mail {
  float: right;
  display: inline-block;
  position: absolute;
  margin: 20px 40px 0 0;
  top: 0;
  right: 0;
}
.mail span {
  background: url(../img/mail_pic.png) 0 0 no-repeat;
  width: 18px;
  height: 10px;
  display: inline-block;
  margin-right: 5px;
}
/*--- 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: 34px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
