body {
	font-family: 'Roboto Condensed', sans-serif;
	transition: transform 25s cubic-bezier(0.19, 1, 0.22, 1);
}

.db {
	display: block !important;
}

.full {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9999;
}

.oh {
	overflow: hidden;
}

.b {
    background: url('http://media02.hongkiat.com/bsod-wallpaper/ipad-landscape-(retina).jpg') no-repeat;
    background-size: cover;
       background-position: 0 -150px;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
}
.nav-child {
  display: none;
}
.menu-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 65px;
}
.menu-arrow::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: 2px solid #fff;
    z-index: 1;
    display: block;
    border-left: 2px solid #fff;
    position: absolute;
    top: 22px;
    right: 32px;
    transform: rotate(225deg);
    transition: all 0.3s ease;
}
.menu-arrow-rot::after {
    transform: rotate(136deg);
    top: 22px;
    transition: all 0.3s ease;
}
.menutop li.active .menu-arrow::after {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
}
.nav.menu {
  margin-top: 0;
  padding-left: 0;
}
.nav.menu li {
  list-style: none;
  background: #b02578;
  min-height: 65px;
/*   line-height: 65px; */
  text-align: center;
  position: relative;
}
.nav.menu > li {
  	-webkit-transform: translateX(-350px);
    transform: translateX(-350px);
}

.nav.menu li ul {
	padding: 0;
}

.nav.menu li ul li {
	background-color: #e62398;
}

.nav.menu li ul li {
	background-color: #e62398;
    transform: translateX(-350px);
}

.nav.menu li ul li.active {
	background-color: #f53aaa;
}

.nav.menu li:hover,
.nav.menu > .current.active,
.nav.menu > .active {
  background: #d0218a;
}
.nav.menu li a {
  color: #fff;
  font-size: 22px;
  font-weight: 100;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  padding: 19px 10px;
}
.item-116 {
  /*display: none;*/
}
.menu-title {
  	color: #fff;
    text-transform: uppercase;
    height: 65px;
    line-height: 65px;
    font-size: 22px;
    text-align: center;
    background: #8c135b;
  	font-weight: 100;
}
.menu-title span {
    font-weight: 400;
}
.main-menu_btn {
	position: relative;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
	border: 2px solid #fff;
	z-index: 1;
	margin-top: 29px;
	padding: 6px;
	margin: 30px auto;
}

.main-menu_btn span {
	font-size: 0;
	display: block;
	width: 20px;
	height: 2px;
/* 	position: absolute; */
	background-color: #fff;
/* 	left: 9px; */
    margin: 5px auto;
}

.main-menu_btn:hover span:first-child {
       -webkit-animation: span-width 700ms ease-out 100ms infinite;
       animation: span-width 700ms ease-out 100ms infinite;
}

.main-menu_btn:hover span:nth-child(2) {
       -webkit-animation: span-width 700ms ease-out 200ms infinite;
       animation: span-width 700ms ease-out 200ms infinite;
}

.main-menu_btn:hover span:nth-child(3) {
       -webkit-animation: span-width 700ms ease-out 300ms infinite;
       animation: span-width 700ms ease-out 300ms infinite;
}

   @-webkit-keyframes span-width {
       0% {
			width: 20px;
       }
       50% {
			width: 5px;
       }
       100% {
			width: 20px;
       }
   }

   @keyframes span-width  {
       0% {
			width: 20px;
       }
       50% {
			width: 5px;
       }
       100% {
			width: 20px;
       }
   }

/* .main-menu_btn span:first-child {
	top: 10px;
}

.main-menu_btn span:nth-child(2) {
	top: 18px;
}

.main-menu_btn span:nth-child(3) {
	top: 26px;
}
 */

/* ==========================================================================
   slide MENU
   ========================================================================== */

.wrap-menu {
    background: #8C135B;
	position: fixed;
	height: 100%;
	width: 350px;
	top: 0;
	left: 0;
	z-index: 999999;
	overflow: auto;
	-webkit-transform: translateX(-350px);
	-ms-transform: translateX(-350px);
	transform: translateX(-350px);
	transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
}

.slideMenu {
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0);
	transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
}

.wrap-shadow {
	overflow: hidden;
	z-index: 99999;
	position: fixed;
	top: 0;
	left: 0;
	height: 0;
	width: 0;
	background-color: rgba(0,0,0,.7);
}

.wrap-shadow-active {
	height: 100%;
	width: 100%;
}

.wrap-page {
	transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
}

.slidePage {
	width: 100%;
	position: fixed;
	-webkit-transform: translateX(350px);
	-ms-transform: translateX(350px);
	transform: translateX(350px);
	transition: transform .6s cubic-bezier(0.19, 1, 0.22, 1);
}

.menu-close_btn {
	position: absolute;
	top: 12px;
	right: 15px;
	height: 42px;
	width: 42px;
	border-radius: 50%;
	background-color: transparent;
	cursor: pointer;
	border: 2px solid #fff;
}

.menu-close_btn span {
	position: absolute;
	width: 27px;
	height: 2px;
	left: 6px;
	top: 18px;
	background-color: #fff;
}

.menu-close_btn span:first-child {
	-webkit-transform: rotate(135deg);
			transform: rotate(135deg);
}

.menu-close_btn span:nth-child(2) {
	-webkit-transform: rotate(-135deg);
			transform: rotate(-135deg);
}

/* ==========================================================================
   MAIN SLIDER
   ========================================================================== */
.main-sliders-wrap * {
	outline: none;
}

.main-sliders-wrap {
	position: relative;
	overflow: hidden;
}

.main-slider-descr {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-slider-descr > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-content: center;
    height: 100%;
    padding-right: 25%;
  	position: relative;
}

.main-slider-descr > .wrap h2 {
	font-size: 40px;
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
    margin-top: 80px;
}

.main-slider-descr > .wrap > h2 span {
	font-weight: 400;
}

.main-slider-descr > .wrap > p {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	margin: 0 0 40px 0;
}

.main-slider-descr > .wrap > a {
	color: #fff;
	font-size: 20px;
	font-weight: 300;
	border:  1px solid #fff;
	border-radius: 5px;
	text-decoration: none;
	line-height: 48px;
	width: 170px;
	text-align: center;
	margin-bottom: 30%;
	transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-slider-descr > .wrap > a:hover {
	color: rgb(229, 0, 112);
	background: #fff;
	transition: all .6s cubic-bezier(0.19, 1, 0.22, 1);
}

.main-slider-right-wrap-skew-border {
    margin-top: -930px;
    margin-left: calc(100% - 920px);
    width: 1000px;
    position: relative;
/*     transform: skew(-35deg); */
    overflow: hidden;
/*     border-left: 20px solid rgba(255,255,255,.3); */
}

/* .main-slider-right-wrap-skew {
	background-color: #fff;
} */

.main-slider-right-wrap {
/*     transform: skew(35deg); */
/*     margin-left: -320px; */
}

.right-slider-img-wrap {
    transform: skew(-35deg);
    margin-left: 323px;
    border-left: 20px solid rgba(255,255,255,.3);
    overflow: hidden;
    width: 1000px;
}

.right-slider-img-wrap img {
    transform: skew(35deg);
    margin-left: -400px;
}

@media (max-width: 1400px) {
	.main-slider-right-wrap-skew-border {
		margin-left: calc(100% - 700px);
	}
}

.main-slider .slick-dots {
	bottom: 250px;
	width: 1200px;
	left: calc(50% - 600px);
	z-index: 1;
    display: flex !important;
}

.main-slider .slick-dots li {
    width: 15px;
    height: 14px;
    order: 2;
}

.main-slider .slick-dots li button {
	width: 10px;
    height: 10px;
    border: 2px solid #fff;
    border-radius: 50%;
    background: transparent;
}

.main-slider .slick-dots li.slick-active button {
	background: #fff;
}

.main-slider .slick-dots li button::before {
	display: none;
}

.pause-play_btn {
	width: 14px;
	height: 14px;
	float: left;
	margin-right: 5px;
	cursor: pointer;
	order: 1;
	background: url('/images/main-slider-img/pause.png') no-repeat center center;
    background-size: contain;
}

.play-ic {
	background: url('/images/main-slider-img/play.png') no-repeat center center;
	background-size: contain;
}

.main-right-slide {
	position: relative;
}

.main-right-slider-descr-wrap {
	position: absolute;
	top: 0;
	height: 100%;
	width: 100%;
}

.main-right-slider-descr {
    position: absolute;
    bottom: 100px;
    right: 65%;
}

.main-right-slider-descr h5 {
	text-align: right;
	font-size: 22px;
	text-transform: uppercase;
	color: #e50070;
	font-weight: 400;
    margin: 0 0 10px;

   -webkit-backface-visibility: hidden;
}

.main-right-slider-descr p.lang {
	text-align: right;
	text-transform: uppercase;
	color: #d40081;
	font-size: 18px;
	font-weight: 300;
	margin: 0;
}

.main-right-slider-descr p.prof {
	text-align: right;
	font-size: 16px;
	text-transform: uppercase;
	color: #6a0a82;
	font-weight: 300;
	margin: 0;
}

.wrap_select-block {
    position: absolute;
    bottom: 80px;
    left: 0;
    z-index: 5;
}

.select-block {
    background: rgba(0,0,0,.2);
    padding: 20px;
    width: 100%;
}

.select-block input {
	width: 100%;
	height: 45px;
	border: none;
	border-radius: 5px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 17px;
	color: #7d306a;
	font-weight: 300;
	padding: 0 52px 0 10px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    /*background: #fff url('/images/main-slider-img/select-arrow.png') no-repeat right top;*/
}

.select-block h6 {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 300;
    margin: 0 0 10px 0;
}

.select-text {
    font-size: 15px;
    color: #fff;
    font-weight: 300;
    margin: 10px 0 0 20px;
}

.select-text a {
	color: #fff;
	font-weight: 400;
}



.slideMenuItem {
       -webkit-animation: menu-item-slide 500ms ease-out 300ms forwards;
       animation: menu-item-slide 500ms ease-out 300ms forwards;
}

@keyframes menu-item-slide {
    0% {
    	transform: translateX(-350px);
    }
    100% {
    	transform: translateX(0);
    }
}

.ui-autocomplete * {
	outline: none;
}

.ui-autocomplete {
	margin: 0;
	padding: 0;
	border: 1px solid rgba(0,0,0,.2);
}

.ui-autocomplete a {
    font-size: 15px;
    color: #7d306a;
    line-height: 45px;
}

.ui-autocomplete .ui-state-hover {
	background: #CD3B90;
	color: #fff;
	border:  1px solid transparent;
}


/* ==========================================================================
   contact us
   ========================================================================== */
.contact-us {
	margin-top: 100px;
}
.map iframe {
	width: 100%;
}
.contact-us-buttons {
	position: relative;
	bottom: 65px;
}
.contact-us-buttons .active_map_button {
	background-color: rgb(229, 0, 112);
	color: #fff;
}
.contact-us-buttons span {
	display: inline-block;
	text-decoration: none;
	font-size: 19px;
	font-weight: 300;
	line-height: 45px;
	text-align: center;
	color: #AF1266;
	width: 170px;
	height: 45px;
	border-radius: 3px;
	margin-right: 10px;
	cursor: pointer;
	background-color: #fff;
	border: 1px solid #AF1266;
}
.our-addresses {
	float: left;
}
.our-addresses a {
	text-decoration: none;
	color: #494949;
}
.our-addresses h2,
#foxcontainer_m103 h3 {
	font-size: 40px;
	line-height: 35px;
	font-weight: 100;
	margin-top: 50px;
}
.our-addresses p {
	padding-left: 50px;
	font-size: 19px;
	font-weight: 100;
	padding-top: 6px;
}
.our-addresses-1 {
	background: url(/images/our-addresses-1.png) no-repeat left center;
}
.our-addresses-2 {
	background: url(/images/our-addresses-2.png) no-repeat left center;
}
.our-addresses-3 {
	background: url(/images/our-addresses-3.png) no-repeat left center;
	margin-top: 45px;
}
.our-addresses-4 {
	background: url(/images/our-addresses-4.png) no-repeat left center;
}
.our-addresses img {
	margin-top: 30px;
	margin-bottom: 80px;
}
.clear {
	clear: both;
}
.clearfix:before, .clearfix:after {
    /*content: " ";
    display: table;*/
}
.clearfix:after {
    content: " ";
    display: table;
    clear: both;
}


/* contact form start */
#foxcontainer_m103 {
	float: right;
	padding: 0 !important;
}
div#foxcontainer_m103 input {
	border-color: rgb(175, 18, 102) !important;
	border-radius: 3px !important;
	background-color: rgb(246, 246, 246) !important;
	height: 50px !important;
	text-align: left;
	padding-left: 17px !important;
	box-shadow: none !important;
}
div#foxcontainer_m103 .control-group {
	margin-bottom: 10px;
}
div#foxcontainer_m103 input::-webkit-input-placeholder {
	color: #434343 !important;
	opacity: 1 !important;
	font-family: 'Roboto Condensed';
	font-size: 19px;
	font-weight: 100;
}
div#foxcontainer_m103 input:-moz-placeholder {
	color: #434343 !important;
	opacity: 1 !important;
	font-family: 'Roboto Condensed';
	font-size: 19px;
	font-weight: 100;
}
div#foxcontainer_m103 input::-moz-placeholder {
	color: #434343 !important;
	opacity: 1 !important;
	font-family: 'Roboto Condensed';
	font-size: 19px;
	font-weight: 100;
}
div#foxcontainer_m103 input:-ms-input-placeholder {
	color: #434343 !important;
	opacity: 1 !important;
	font-family: 'Roboto Condensed';
	font-size: 19px;
	font-weight: 100;
}
div#foxcontainer_m103 .controls input, 
div#foxcontainer_m103 .fox_form select {
	color: #434343 !important;
	font-family: 'Roboto Condensed' !important;
	font-size: 19px !important;
	font-weight: 100 !important;
}
.chzn-container.chzn-container-single.chzn-container-single-nosearch a,
.fox_select {
	height: 50px !important;
	border-radius: 3px !important;
	border-color: rgb(175, 18, 102) !important;
	background: none !important;
	background-color: rgb(246, 246, 246) !important;
	padding-left: 17px !important;
	font-size: 19px;
	font-weight: 100;
	line-height: 50px !important;
	box-shadow: none !important;
}
div#foxcontainer_m103 .chzn-container-single .chzn-single div {
	width: 50px;
}
div#foxcontainer_m103 .chzn-container-single .chzn-single div b {
	background: url(/images/contact-form-select-1.png) no-repeat left !important;
}
div#foxcontainer_m103 .chzn-container-active.chzn-with-drop .chzn-single div b {
	background: url(/images/contact-form-select-2.png) no-repeat left !important;
}
.chzn-container-single .chzn-single abbr {
	background: url(/images/contact-form-select-3.png) no-repeat left !important;
	width: 70px;
	height: 38px;
}
.chzn-container.chzn-with-drop .chzn-drop,
div#mid_103-textarea0 textarea {
	border-radius: 3px;
	border-color: rgb(175, 18, 102);
	padding-left: 17px !important;
	font-size: 19px;
	font-weight: 100;
	background-color: rgb(246, 246, 246) !important;
	box-shadow: none !important;
}
div#foxcontainer_m103 textarea:focus {
	border-color: rgb(175, 18, 102);
}
div#mid_103-textarea0 textarea::-webkit-input-placeholder {
	color: #434343 !important;
	opacity: 1 !important;
	font-family: 'Roboto Condensed';
	font-weight: 100;
}
div#mid_103-textarea0 textarea:-moz-placeholder {
	color: #434343 !important;
	opacity: 1 !important;
	font-family: 'Roboto Condensed';
	font-weight: 100;
}
div#mid_103-textarea0 textarea::-moz-placeholder {
	color: #434343 !important;
	opacity: 1 !important;
	font-family: 'Roboto Condensed';
	font-weight: 100;
}
div#mid_103-textarea0 textarea:-ms-input-placeholder {
	color: #434343 !important;
	opacity: 1 !important;
	font-family: 'Roboto Condensed';
	font-weight: 100;
}
div#foxcontainer_m103 textarea {
	padding-top: 19px;
	font-family: 'Roboto Condensed';
}
button.btn.btn-success.submit-button {
	width: 170px;
	height: 45px;
	float: right;
	background: none !important;
	border: none !important;
	background-color: rgb(229, 0, 112) !important;
	border-radius: 3px !important;
	margin-top: 10px;
}
button.btn.btn-success.submit-button:hover {
	background-color: #fff !important;
	border: 1px solid #AF1266 !important;
}
button.btn.btn-success.submit-button span {
	color: #fff;
	font-size: 19px;
	font-weight: 300;
	font-family: 'Roboto Condensed';
}
button.btn.btn-success.submit-button:hover > span {
	color: #AF1266 !important;
}
.contact-us .map-hide {
	visibility: hidden !important;
	opacity: 0 !important;
}
.chzn-results > .highlighted {
	background: none !important;
	background-color: #b02578 !important;
}
div#foxcontainer_m103 .chzn-container .chzn-results li {
	line-height: 19px;
	padding: 10px 6px;
}
div#foxcontainer_m103 .fox_form select {
	outline: none !important;
	box-shadow: none !important;
}
/* contact form end */

.map-wrap {
	position: relative;
	height: 500px;
}
#map1, #map2 {
	width: 100%;
	height: 500px;
	visibility: visible;
	opacity: 1;
	position: absolute !important;
	top: 0;
}