@import url(//fonts.googleapis.com/css?family=Oranienbaum);

@import "jquery.fancybox.css";
/*------ template stylization ------*/
body {
  min-width: 1200px;
  background: #5d1338;
  color: #ffffff;
  font: 12px Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 18px;
}
ul,
ol {
  margin: 0;
  padding: 0;
}
#webSiteLoader {
  position: fixed;
  z-index: 1023;
  width: 100%;
  height: 100%;
  background: #5d1338 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;
}
#bgSpot {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #5d1338 url(../img/bg_spot.png) center 0 no-repeat;
}
#back-top {
  position: fixed;
  right: 10px;
  bottom: 90px;
  z-index: 1000;
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  background: #5d1338 url("../img/up-arrow.png") center 12px no-repeat;
  cursor: pointer;
}
.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;
  min-height: 95px;
  width: 100%;
  margin-bottom: 54px;
  text-align: center;
}
header h1 {
  display: inline-block;
  margin: 0;
  margin-top: 43px;
  margin-bottom: 10px;
}
header h1 > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  width: 100%;
}
.select-menu {
  display: none;
  width: 100%;
}
header .navbar {
  position: relative;
  margin: 0;
  margin-top: 0;
  margin-left: 0;
  display: inline-block;
  margin-right: -14px;
}
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: 35px;
}
.sf-menu > li {
  position: relative;
  display: inline-block;
  /* background: url(../img/menu_button.png) 0 0 no-repeat; */

  margin-right: 44px;
}
.sf-menu > li > a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding: 6px 15px 5px 16px;
  color: #ece7e8;
  text-align: center;
  text-decoration: none;
  font: 20px 'Oranienbaum', Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.openPart {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../img/menu_over_plane_bg.png);
  border-bottom: 1px solid #753250;
  border-top: 1px solid #581634;
  border-left: 1px solid #581634;
  border-right: 1px solid #581634;
}
/*submenu1*/
.sf-menu ul {
  position: absolute;
  top: 43px;
  left: -2px;
  z-index: 310;
  width: 84px;
  list-style: none;
  background: #fff;
  padding: 12px 0 13px;
  z-index: 1000;
}
.sf-menu ul > li {
  text-align: center;
  margin-bottom: 2px;
}
.sf-menu ul a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  padding: 5px 0px;
  width: 100%;
  background: none;
  color: #000;
  font: 16px 'Oranienbaum', sans-serif;
}
.sf-menu ul a:hover {
  text-decoration: none;
  color: #000;
  background: #f5dfe2;
}
/*submenu2*/
.sf-menu .subMenu2 {
  top: 30px;
  left: 89px;
  width: 84px;
}
.sf-menu .subMenu2 a {
  color: #000 !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;
  background: #f5dfe2;
}
/*--- header end ------*/
/*-----bgStretch-----*/
#bgStretch {
  position: absolute;
  z-index: 1;
  overflow: hidden;
}
#splash {
  position: absolute;
  top: 245px;
  z-index: 10;
  width: 100%;
}
.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: 0px;
  width: 100%;
  height: 100% !important;
}
#wrapper > section > #content_part > div {
  position: relative;
}
/* #wrapper .global > div{
	position: relative; */
.dynamicContent {
  position: absolute;
  width: 100%;
}
.content img {
  border: 3px solid #f6dacc;
  margin-bottom: 18px;
}
.content p {
  margin-bottom: 20px;
}
.dynamicContent > .content {
  padding: 70px 99px 45px 99px;
  background: #b16068;
  border: 1px solid #cbb2bc;
  min-height: 400px;
}
.dynamicContent > .content:after {
  position: absolute;
  display: inline-block;
  width: 1170px;
  height: 30px;
  content: "";
  background: url(../img/plane_shadow.png) 0% 0% no-repeat;
  bottom: -30px;
  left: 0;
}
h2 {
  margin: 0;
  color: #fff;
  font: 30px/35px "Oranienbaum", Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: block;
  margin-bottom: 22px;
}
h2.v2 {
  margin-top: 65px;
}
h3 {
  color: #901b34;
  font: 18px/20px "Oranienbaum", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 6px;
}
h3.search_title {
  margin-top: 20px;
  margin-bottom: 0;
}
span.search {
  color: #9e2d46;
}
a,
.title1 {
  color: #901b34;
}
a.link1 {
  color: #901b34;
  text-decoration: underline;
}
a:focus {
  outline: 0;
}
a:hover {
  color: #000;
  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;
}
.wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
}
.wrapper2 {
  position: relative;
  width: 100%;
}
.color1 {
  color: #505556;
}
.bold {
  font-weight: bold;
}
.box {
  overflow: hidden;
}
.marTop1 {
  margin-top: -5px;
}
.marBot1 {
  margin-bottom: 14px;
}
.imgIndent1 {
  float: left;
  margin-right: 31px;
  margin-bottom: 10px !important;
}
.imgIndent2 {
  float: left;
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 25px !important;
}
.pos_rel {
  position: relative;
}
#search {
  margin: 3px 0 5px;
  position: relative;
  display: inline-block;
  float: left;
}
.services_list {
  list-style: none;
}
.services_list li {
  position: relative;
  float: left;
  margin-right: 30px;
  width: 283px;
  padding: 10px 10px;
  background: #f6dacc;
}
.services_list li.last {
  margin-right: 0;
}
.services_list li img {
  border: none;
  margin-bottom: 12px !important;
}
.services_list li p {
  margin-bottom: 0px !important;
}
.services_list li a {
  color: #94243b;
}
.services_list li a:hover {
  color: #000;
}
.slider2 {
  position: relative;
  overflow: hidden;
  margin-top: 22px;
  width: 1160px;
  height: 562px;
  text-align: left;
  border: 5px solid #fff;
  background: #350d21;
}
.slider2_section {
  position: absolute;
  width: 1170px;
  height: 372px;
  z-index: 222;
  background: url(../img/slider_top_plane.png) 0% 0% no-repeat;
  top: 251px;
}
.slider_txt_section {
  position: absolute;
  left: 125px;
  top: 280px;
}
.slider_txt1 {
  color: #ffd5e0;
  font: 16px/24px "Oranienbaum", Arial, "Helvetica Neue", Helvetica, sans-serif;
  margin-bottom: 3px;
}
.slider_txt2 {
  color: #8e414f;
  font: 12px/17px "Arial", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
.slider2 ul {
  margin: 0;
}
.list-1 > li {
  position: relative;
  display: inline-block;
  float: left;
}
.list-1 > li .marTop1 {
  margin-top: 132px;
}
.list-1 > li .section_list {
  display: block;
  background: #fff;
  width: 590px;
  margin: 0 auto;
  margin-right: 50px;
  -webkit-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
  box-shadow: -1px 3px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  padding: 65px 0 57px;
}
.list-1 > li .section_list .splash_txt1 {
  color: #565656;
  font: 60px/58px "Oranienbaum", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: -1px;
  margin-bottom: 34px;
  text-shadow: 1px 1px 1px #e3e3e3;
}
.list-1 > li .section_list .splash_txt2 {
  color: #a2a2a2;
  font: 300 30px/36px "Oranienbaum", Arial, "Helvetica Neue", Helvetica, sans-serif;
  letter-spacing: -1px;
}
.prev,
.next {
  position: absolute;
  width: 45px;
  height: 50px;
  top: 255px;
  z-index: 10;
}
.prev {
  right: 96px;
  background: url(../img/prev.png) 0 0 no-repeat;
}
.next {
  right: 45px;
  background: url(../img/next.png) 0 0 no-repeat;
}
/* ============================= lists ====================== */
.listWithMarker {
  margin: 0;
  margin-top: 19px;
}
#page2 .listWithMarker {
  margin-top: 46px !important;
}
.listWithMarker li {
  display: block;
  padding-left: 14px;
  background: url(../img/list_marker.png) 0 5px no-repeat;
  padding-bottom: 10px;
}
.listWithMarker li a {
  display: inline-block;
  color: #901b34;
  font: 12px "Arial", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-decoration: none;
}
.listWithMarker li a:hover {
  padding-left: 10px;
  color: #000;
}
/* ============================= end lists ====================== */
/*-------------- start botstrap btn reset ------------------------*/
.badge {
  width: 50px;
  height: 50px;
  background: #6bbbd4;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  border-radius: 500px;
  text-align: center;
  float: left;
  margin-top: 7px;
  margin-right: 19px;
  padding: 0;
  -webkit-box-shadow: 0px 2px 4px #bebebe;
  -moz-box-shadow: 0px 2px 4px #bebebe;
  box-shadow: 0px 2px 4px #bebebe;
}
.badge p {
  color: #fff;
  font: 600 35px/50px "Oranienbaum", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-shadow: 0px 2px 2px #66b1c9;
}
.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;
  margin-bottom: 13px;
}
.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;
}
.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', Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: none;
  text-shadow: none;
  display: inline-block;
}
/*-------------- end botstrap btn reset ------------------------*/
p.txt1 {
  line-height: 20px;
}
.more {
  position: relative;
  display: inline-block;
  padding: 6px 15px 4px;
  background: #b53655;
  background-color: #a02d47;
  background-image: -moz-linear-gradient(top, #b53655, #802032);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#b53655), to(#802032));
  background-image: -webkit-linear-gradient(top, #b53655, #802032);
  background-image: -o-linear-gradient(top, #b53655, #802032);
  background-image: linear-gradient(to bottom, #b53655, #802032);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb53655', endColorstr='#ff802032', GradientType=0);
  color: #fff;
  border: 1px solid #b86d75;
  text-transform: uppercase;
  font: 14px 'Oranienbaum', sans-serif;
  margin-top: 5px;
  letter-spacing: 1px;
}
.more:hover {
  background: #b16068;
  color: #540917;
  border: 1px solid #fff;
}
/* ============================= project_pics ====================== */
.zoom {
  position: absolute;
  top: 0;
  left: 0;
  /*width: 100%;
	height: 100%;*/

  width: 100%;
  height: 100%;
  background: url(../img/magnifier.png) 50% 50% no-repeat;
}
a:hover .zoom {
  opacity: 1;
}
a .zoom {
  opacity: 0;
}
/* ============================= end project_pics ====================== */
/*-------------------------- GOOGLE MAP --------------*/
.g_map {
  margin: 0;
  max-width: 347px;
  width: 100%;
  margin-right: 26px;
  float: left;
}
.g_map > iframe {
  padding: 0;
  width: 100%;
  height: 305px;
  outline: none;
  border: none;
  border: 3px solid #f6dacc;
}
.address {
  display: block;
  margin-top: 1px;
  margin-bottom: 21px;
  padding-top: 0;
  color: #fff;
  line-height: 20px;
}
.phones_part {
  display: inline-block;
  width: 162px;
}
.mailLink {
  color: #6bbbd4;
  text-decoration: underline;
}
.mailLink:hover {
  color: #000;
}
.img-404 {
  margin-top: 63px;
  margin-left: 60px;
  border: none !important;
}
/*-------------------------- start Contact form --------------*/
#form1 {
  position: relative;
  display: block;
  margin-top: 0;
}
#form1 label {
  position: relative;
  margin-bottom: 4px;
  display: inline-block;
}
#form1 label input,
#form1 label textarea,
#search input {
  margin: 0;
  margin-bottom: 4px;
  padding: 5px 10px 5px 12px;
  width: 248px;
  outline: none;
  border: none;
  background: #f6dacc;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
  color: #901b34;
  font: 12px Arial;
  line-height: 21px;
}
#search input {
  float: left;
  margin-top: 6px;
  width: 263px;
  padding: 4px 10px 3px 12px;
  margin-right: 3px;
}
#form1 label textarea {
  width: 348px;
  height: 168px;
  resize: none;
}
#form1 .error {
  position: absolute;
  top: 0;
  width: 100%;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
  color: #000;
}
#form1 .empty {
  position: absolute;
  top: 0;
  width: 100% !important;
  text-align: right;
  font-size: 10px;
  line-height: 12px;
  color: #000;
}
#form1 .message .empty {
  width: 400px;
}
#form1 .success {
  position: absolute;
  z-index: 1;
  width: 268px;
  height: 66px;
  border: 1px solid #fff;
  background: #f6dacc;
  opacity: 0.9;
}
#form1 .success .success_txt {
  position: relative;
  top: 25%;
  color: #901b34;
  text-align: center;
}
.btns {
  float: right;
  margin-top: -5px;
}
.btns > a {
  margin-left: 10px;
}
/*-------------------------- end Contact form --------------*/
/*--- content end ------*/
/*------ footer ------- */
footer {
  position: relative;
  z-index: 200;
  margin-top: 34px;
  width: 100%;
  color: #181814;
  text-transform: uppercase;
  font: 800 12px "Oranienbaum", Arial, "Helvetica Neue", Helvetica, sans-serif;
}
footer .footer_inner {
  text-align: center;
}
footer p {
  font: 11px 'Arial', Arial, "Helvetica Neue", Helvetica, sans-serif;
  color: #92617a;
  text-transform: uppercase;
}
footer a {
  color: #92617a;
}
footer a:hover {
  color: #fff;
}
.social_icons {
  position: relative;
  display: inline-block;
  margin: 0;
  list-style: none;
  white-space: nowrap;
  margin-bottom: 11px;
}
.social_icons > li {
  display: inline-block;
  margin-left: 3px;
  cursor: pointer;
}
.social_icons > li a {
  display: block;
  overflow: hidden;
  width: 26px;
  height: 25px;
  position: relative;
  z-index: 1;
}
/*----------- start social icons ----------------*/
.social-icon {
  position: relative;
  float: right;
  margin: -6px 0 0px;
}
.social-icon strong {
  position: relative;
  text-align: center;
}
.social-icon strong:before {
  position: absolute;
  left: 0;
  top: 0;
  font-weight: normal;
  margin: -5px 0 0 3px;
  font-size: 20px;
  line-height: 1em;
  font-family: 'FontAwesome';
}
.social-icon strong.first:before {
  margin: -5px 0 0 -3px;
}
.social-icon > li {
  display: inline-block;
  margin-left: 0;
  text-align: center;
}
.social-icon > li > a {
  display: inline-block;
  width: 35px;
  height: 35px;
  color: #fff;
  background: #d2d2d2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: -1px 3px 3px #e5e5e5;
  -moz-box-shadow: -1px 3px 3px #e5e5e5;
  box-shadow: -1px 3px 3px #e5e5e5;
}
.social-icon > li > a:hover {
  color: #000;
  background: #6bbbd4;
  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: 28px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
