html
{
   -webkit-font-smoothing: subpixel-antialiased;
}

	
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
/* html { overflow: hidden;} */
body {
	line-height: 1;
	/* font-family: 'Cousine', sans-serif; */
	/* font-family: 'Play', sans-serif; */
	font-family: 'PT Sans narrow', sans-serif;
	font-size: 110%;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
.clear:after{
	content:"";
	display: block;
	height: 0;
	clear:both;
 }
.opacity{
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.boreder_style{
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.message{
    padding: 40px;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.float_l{ float: left;}
.float_r{ float: right;}

.main, .footer{ width: auto; margin: 0 auto;}
.contentWrapper {
	/*background: url("../img/pattern_600_600_opaciry5.png") repeat #fff; background-attachment: fixed;*/
}
.slimScrollDiv {
	height: 100% !important;
}

/* footer to the bottom of a page */
html, body{ height: 100% !important;}
body > .main {height: auto; min-height: 100%;}
.content { padding-bottom: 120px; }
.footer { 
    position: relative;
    margin-top: -120px; /* negative value of footer height */
    height: 100px;
	padding: 20px;
    clear:both;
	overflow: hidden;
	} 
/* footer to the bottom of a page end */

h1,
h2,
h3 {
  line-height: 40px;
  margin: 0 0 10px;
}

h1 {
  font-size: 38.5px;
}

h2 {
  font-size: 31.5px;
}

h3 {
  font-size: 24.5px;
}

h4 {

	font-size: 16px;
	line-height: 22px;
}


h5 {
  font-size: 14px;
}

h6 {
  font-size: 11.9px;
}

p {
  margin: 0 0 10px;
  
  line-height: 23px;
  color:#444;
}
a {
	text-decoration: none;
}
/*---Start Header---*/
.logo { float: left;}

/*---Start Nav---*/
.header {
	position: relative;
	min-height: 70px;
	z-index: 110;
}
.header .logo {
     /*position: absolute;
    top: 16px;
    left: 25px; */
    display: block;
}
.header .logo img{
    max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
}
/* .nav-collapse.collapse{
	position:relative;
	-webkit-transition:height .35s ease;
	-moz-transition:height .35s ease;
	-o-transition:height .35s ease;
	transition:height .35s ease;
} */
.lt-mainMenu {
	text-align: center;
	text-transform: uppercase;
	opacity: 0;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	height: 0;
	width: 100%;
	overflow: hidden;
	/* border-top: 1px solid #6FB6BE; */
	
	position: absolute;
	top: 70px;
	background: #F7F7F7;

	/* display: none; */
	border-bottom: 1px solid #D3D3D3;
	-webkit-transition:all 0.7s ease;
	-moz-transition:all 0.7s ease;
	-o-transition:all 0.7s ease;
	transition:all 0.7s ease;
}

.lt-mainMenu li{
	padding: 10px 0px;
	color: #3D3D3D;
	font-family: "Poiret One",sans-serif;
	font-weight: 600;
	display: block;
	width: 50%;
	float: left;	
	border-top: 1px solid #D3D3D3;
}
.lt-mainMenu li a{
	color: #3D3D3D;
	-webkit-transition: color 300ms ease-out 0s;
     -moz-transition: color 300ms ease-out 0s;
     -o-transition: color 300ms ease-out 0s;
     transition: color 300ms ease-out 0s;
}

.lt-mainMenu li a:hover {
	color: #6FB6BE;
}
.nav{
	margin: 15px 0;
	list-style:none;
}

.nav>li>a{
	display:block;
	text-transform:uppercase;
	text-align:center;
	font-family: "Poiret One",sans-serif;
	font-weight: 600;
	font-size: 18px;
}



.navbar{
	overflow:visible;
	margin:0;
	*position:relative;
	*z-index:2;
}

.logo_wrap {
    position: absolute;
    top: 16px;
    left: 25px;
    display: block;
	z-index: 1;
}
.logo_wrap .select_styled{
    position: absolute;
    top: 10px;
    left: 370px;
	width: 30px;
}
.logo_wrap .select_styled .input{
    background: url("../img/select_arrow_d.png") no-repeat scroll 100% 50% transparent;
	width: auto;
	padding: 0px;
	border: none;
	font-size: 19px;
	line-height: 1;
	height: auto;
	margin: 0;
	cursor: pointer;
}

.logo_wrap .select_styled .select{
    list-style: outside none none;
	padding: 0px;
	background: #eaeaea;
	margin: 10px 0px 0px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.75);
	display: none;
}


.logo_wrap .select_styled li{
	float:none;
	padding: 10px 20px;
	color:#3d3d3d;
	text-decoration:none;
	-webkit-transition: color 300ms ease-out 0s;
     -moz-transition: color 300ms ease-out 0s;
     -o-transition: color 300ms ease-out 0s;
     transition: color 300ms ease-out 0s;
	 padding: 10px 5px;
	margin: 0px;
	border-top: 1px solid grey;
	cursor: pointer;
	background: none;
	font-size: 19px;
	border-radius: 3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	
}
.logo_wrap .select_styled li:first-child{
	border: none;
}
.logo_wrap .select_styled li.active {
    background: none;
    color: #6FB6BE;
}
.logo_wrap .select_styled li:hover {
	color: #6FB6BE;
	 background: #ddd;
}
.navbar-fixed-top .logo {
    /*position: absolute;
     top: 16px;
    left: 25px; 
	z-index: 1;*/
    display: block;
	
}

.navbar-inner {
min-height: 70px;
background: #f6f6f6;
background-color: rgba(246, 246, 246,0.97);
border-bottom: 1px solid #d3d3d3;
}

.navbar .btn{
	margin-top:5px;
}

.navbar-fixed-top {
	position:fixed;
	right:0;
	left:0;
	z-index:1030;
	margin-bottom:0;
	top:0;
	-webkit-transform:translateZ(0);
}

.navbar .nav{
	position:relative;
	left:0;
	display:block;
	float:left;
	margin: 15px 30px 15px 0px;
}

.navbar-fixed-top .nav{
	position:relative;
	left:0;
	display:block;
	float:left;
	margin: 15px 30px 15px 0px;
	float:right;
}

.navbar .nav>li{
	float:left
}

.navbar .nav>li>a{
	float:none;
	padding: 10px 20px;
	color:#3d3d3d;
	text-decoration:none;
	-webkit-transition: color 300ms ease-out 0s;
     -moz-transition: color 300ms ease-out 0s;
     -o-transition: color 300ms ease-out 0s;
     transition: color 300ms ease-out 0s;
	 -webkit-transform: translateZ(0px);
	 -webkit-text-stroke: 1px rgba(0, 0, 0, 0.1);
	 font-weight: 500;
}
.navbar .nav>li>a:hover {
	color: #6FB6BE;
}

.navbar .btn-navbar{
	display:none;
	float:right;
	margin: 18px 30px;
	color:#333;
	font-size: 32px;
	cursor: pointer;
}
.navbar .nav-show{
	display:none;
	margin: 15px 0px;
}
/*---End Nav---*/

/*---End Header---*/

/*.content-404{
	margi
}*/



/*---Start Content---*/
.content{
	position: relative;
}
.centerContent {
	width: 1200px;
	margin: 0 auto;
}
.content h1 {
	text-align: center;
    padding: 15px 0;
    margin: 0px auto 10px auto;
    color: #333;
    font-weight: 600;
	font-family: 'Poiret One', sans-serif;
	font-size: 45px;
}

.slogan-header
{
	font-size:30px !important;
	width:90%;
	line-height: 35px !important;	
}


/*---Start MainMenu---*/
.mainMenu{
	text-align: center;
	margin-top: 20px;
}
.mainMenu a:first-child {
	border: none;
}
.mainMenu a{
	text-transform: uppercase;
	display: block;
	color: #444;
	padding: 14px 0;
	border-top: 1px solid #e1e1e1;
	margin: 0 30px;
	line-height: 20px;
	-webkit-transition: color 300ms ease-out 0s;
     -moz-transition: color 300ms ease-out 0s;
     -o-transition: color 300ms ease-out 0s;
     transition: color 300ms ease-out 0s;
}

.mainMenu a:hover {
	color: #6FB6BE;
}
/*---End MainMenu---*/

.leftContent {
	position: fixed;
	/* width: 300px; */
	width: 230px;
	height: 100%;
	top: 71px;
	left: 0;
}
.rightContent {
	/* padding-left: 340px; */
	padding-left: 230px;
	padding-right: 30px;
	padding-top: 30px;
	padding-bottom: 30px;
}

.rightContent div
{
  font-size: 18px;
  line-height: 23px;
  color:#444;
}

.portfolio > div{
	/* width: 350px;
	height: 350px; */
	/*background: #F0F0F0;*/
	float: left;
	margin: 12px 12px;
	/*overflow: hidden;*/
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	/*-webkit-transform: translateZ(0);*/
	/*-webkit-mask-image: -webkit-radial-gradient(circle, white, black);*/
	 position: relative;

/*    	-webkit-transform: skew(0deg);
   -moz-transform: skew(0deg);
   -o-transform: skew(0deg);
   transform: skew(0deg); */

/*   -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75); */

/*-webkit-transition: border-radius 300ms ease-out 0s;*/
     /*-moz-transition: border-radius 300ms ease-out 0s;*/
     /*-o-transition: border-radius 300ms ease-out 0s;*/
     /*transition: border-radius 300ms ease-out 0s;*/
}
.portfolio > div img {
	max-height: 0px;
	max-width: 80%;
	opacity:1;
	margin: 0 auto;
	display: block;
	/* display: none; */
	-webkit-transition: all 200ms linear 0s;
     -moz-transition: all 200ms linear 0s;
     -o-transition: all 200ms linear 0s;
     transition: all 200ms linear 0s;
     
}
.portfolio .img_wrap {
	display: table-cell;
	/* height: 350px;
	width: 350px; */
	text-align: center;
	vertical-align: middle;
	/*
	padding-top:28%;
	vertical-align: top;
	*/
}
.portfolio  > div img:first-child {
	/*  display: inline-block; */
	 max-height: 80%;
}
/*
.portfolio > div:hover img{
	max-height: 100%;
} */
.portfolio > div:hover img:first-child{
	/* display: none; */
	max-height: 0px;
	opacity:0;
}
.portfolio > div:hover .img_f2{
	max-height: 60%;
	opacity:1;
} 
.portfolio > div:hover {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
} 
.portfolio > div a {
	display: block;
}
.portfolio .description {
	height: 50px;
	/* background: none repeat scroll 0% 0% rgba(75, 75, 75, 0.27); */
	/*padding: 12px 0px;*/
	margin: 0px;
	text-align: center;
	color: #555;
	font-size: 17px;
	overflow: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	font-weight: 600;
	opacity: 0.9;
}
.portfolio .description h3{
	font-size: 18px;
	line-height: 20px;
}

/* .mCSB_inside > .mCSB_container {
    margin-right: 0px !important;
} */

.text a:link:visited {
text-decoration: underline;
color: rgb(114, 114, 121);
line-height: 25px;
}
.text a:link {
text-decoration: underline;
color: rgb(36, 37, 37);
line-height: 25px;
}




.text  {
	color: #444;
}
.text h3 a {
	color: #444;
}
.text h3 a:hover {
	color: #6FB6BE;
}
.gray_bg {
	background: url("../img/pattern-bfgl.png") repeat scroll 0% 0% transparent;
}
.contacts, .work {
	text-align: center;
}
.contacts .gray_bg {
	margin: 100px 0px 50px 0px;
}
.contacts  p {
	margin: 0px 10px 10px;
}
.work .gray_bg {
	padding: 30px 0px; 
	margin: 20px 0px;
}
.allContacts {
	margin: 30px 0;
	color: #333;
}
.allContacts a{
	color: #333;
}
.allContacts div {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 22%;
	vertical-align: middle;
	line-height: 27px;
}
.allContacts div span{
	vertical-align: middle;
	margin: 0 10px 0 0;
}
.mapWrapp {
	width: 100%;
	height: 500px;
	position: relative;
}
#map {
    width: 100%;
    height: 500px;
    position: absolute !important;
    z-index: 10;
    top: 0px;
    left: 0px;
    opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.skills {
	margin: 50px 0px;
}
.skills .chart {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 150px;
	height: 150px;
	position: relative;
	text-align: center;
}
.skills .chart span {
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	
	text-transform: uppercase;
	-webkit-transform: translateZ(0px);
	font-weight: normal;
	text-transform: uppercase;
	text-shadow: 0px 0px 0px rgba(0, 0, 0, 1);

}
.skills .chart span.percent,
.skills .chart span.yrs {
	top: 31%;
	font-size: 17px; 
	text-align: center;
	width: 70%;
	margin: 0px auto;
	left: 15%;
}
.listCenter {
	list-style: none;
	font-size: 20px;
	width: 30%;
	margin: 0px auto 50px auto;
	text-align: left;
}
.listCenter li {
	margin: 15px 0;
	text-indent: -35px;
	padding: 0 0 0 35px;
}
.listCenter span {
	vertical-align: middle;
}
/* .presentation .mainMenu {
	height: 0;
	display: none;
}
.presentation .leftContent {
	left: -250px;
}
.presentation .shortmenu{
	left: 92%;
} 
.presentation .rightContent{
	padding-left: 100px;
}*/
.rightContent .line_styled {
	margin: 5px 0px 0px;
}
.rightPart1 {
	text-align: center;
    width: 56%;
}
.rightPart1 img {
	max-width: 100%;
	display: inline-block;
	vertical-align: top;
}

.rightPart1 .Image_Logo{
    max-height: 200px;

}

.rightPart1 .project-164{
    max-height: 450px;
}

.addthis_sharing_toolbox{
	display: block;
	margin-top: 20px;
	width: 200px;
	margin: auto;
}

.project_share_link{
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.project_link{
	font-weight: 600;
	font-family: "Poiret One",sans-serif;
	font-size: 20px;
	color: #333;
	/*border-bottom: 1px solid #333;*/
	display: block;
	margin-bottom: 15px;
}

.rightPart2 {
	position: fixed;
	top: 71px;
	right: 0px;
	width: 35%;
	background: none repeat scroll 0% 0% rgba(255,255,255,0.5);
	height: 100%;
	padding: 0px 30px 0px 30px;
}
.rightPart2  .text{
	padding: 0px 0px 100px 0px;
}
.rightPart2  p {
	font-size: 13px;
	line-height: 26px;
}
.rightPart2 h2 { 
	text-align: center;
	padding: 20px 0px;
	margin: 0px auto 20px;
	font-weight: 600;
	font-family: "Poiret One",sans-serif;
	font-size: 33px;
	color: #333;
	border-bottom: 1px solid #CCC;
}



.rightPart2 .no_arrow{
	display: none;
}

.projects {
	width: 100%;
	overflow: hidden;
	position: relative;
}
.projects_wrap {
	margin-bottom: 100px;
}
.proj {
	display: block;
	position: relative;
	overflow: hidden;
	width: 100%;
}
.proj .proj_bg{
	width: 105%;
	display: block;
	margin-left: -20px;
}
.proj .proj_bg2{
	display: none;
}
.p1 .proj_bg2 {
	margin-left: -230px;
}
.p2 .proj_bg2 {
	margin-left: -175px;
}
.proj .p1_ico1,
.proj .p1_ico2,
.proj .p1_ico3,
.proj .p1_ico4{
	position: absolute;
	display: block;
} 
.proj .ico{
    position: absolute;
    display: block;
}
.proj .p1_ico1{
	top: 13%;
	left: 19.8%;
	width: 17.1%;
	z-index: 1;
}
.proj .p1_ico2{
	top: 33.1%;
	left: 43.1%;
	width: 5.8%;
	z-index: 1;
}
.proj .p1_ico3{
	top: 29%;
	left: 58%;
	width: 5%;
	z-index: 1;
}
.proj .p1_ico4{
	top: 51.3%;
	left: 71.3%;
	width: 5%;
	z-index: 1;
}
.proj.p2{
	background-color: #d7d7d7;
}
.proj.p2 .proj_2{
	display: block;
	width: 100%;
}
.proj.p2 .proj_3{
    display: block;
    position: absolute;
    top: 3%;
    left: 20%;
    z-index: 2;
    width: 22%;
}
.proj.p3 .proj_3{
    display: block;
    position: absolute;
    top: -2%;
	left: 86%;
	z-index: 2;
	width: 14%;
}
.proj.p3 .proj_4{
    display: block;
    position: absolute;
    top: 4%;
	left: 4%;
	z-index: 2;
	width: 19%;
}
.proj .proj_1{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.proj .p4_ico1 {
    top: 17%;
	width: 17.1%;
	z-index: 1;
	left: 9%;
}
.proj .p4_ico2 {
    top: 0px;
	width: 31%;
	z-index: 2;
	left: 23%;
}
.proj .p4_ico3 {
    top: 0px;
	left: 49%;
	z-index: 1;
	width: 22.5%;
}
.proj .p4_ico4 {
    z-index: 1;
	left: 74%;
	top: -20%;
	width: 26%;
}
.proj .p4_ico5 {
    top: 35%;
	width: 2.5%;
	z-index: 1;
	left: 50%;
}
.proj .p4_ico6 {
    top: -12%;
	left: 79.4%;
	z-index: 2;
	width: 19.5%;
}
.proj .p4_ico7 {
	top: 6%;
	left: 29.6%;
	width: 7%;
	z-index: 3;
}
.proj .p5_ico1 {
    top: 15%;
	width: 20%;
	z-index: 1;
	left: 6%;
}
.proj .p5_ico2 {
    top: 13%;
	width: 36%;
	z-index: 2;
	left: 29%;
}
.proj .p5_ico2 img {
	width: 100%;
}
.proj .p5_ico3 {
    top: 0px;
	z-index: 1;
	width: 41%;
	right: 0%;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
    animation-timing-function: cubic-bezier(0.550, 0.055, 0.675, 0.190);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.320, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}

@-webkit-keyframes swing {
 0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  90% {
    -webkit-transform: rotate3d(0, 0, 1, -4deg);
    transform: rotate3d(0, 0, 1, -4deg);
  }
}

@keyframes swing {
 0% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
  50% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }

  90% {
    -webkit-transform: rotate3d(0, 0, 1, -4deg);
    transform: rotate3d(0, 0, 1, -4deg);
  }

}
.swing {
  -webkit-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
		 /*  animation-delay: 5s; */
}
@-webkit-keyframes bounce1 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce1 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce1 {
  -webkit-animation-name: bounce1;
          animation-name: bounce1;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes bounce2 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

@keyframes bounce2 {
  0%, 20%, 53%, 80%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
            transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    -webkit-transform: translate3d(0,0,0);
            transform: translate3d(0,0,0);
  }

  40%, 43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
  }

  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
            transition-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
  }

  90% {
    -webkit-transform: translate3d(0,-4px,0);
            transform: translate3d(0,-4px,0);
  }
}

.bounce2 {
  -webkit-animation-name: bounce2;
          animation-name: bounce2;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

@keyframes pulsate {
    0% {transform:translate(0px, 0px);}
    30% {transform:translate(-20px, 0px);}
    60% {transform:translate(20px, 0px);}
    90% {transform:translate(0px, 0px);}
}
@-webkit-keyframes pulsate {
	0% {-webkit-transform:translate(0px, 0px);}
    30% {-webkit-transform:translate(-20px, 0px);}
    60% {-webkit-transform:translate(20px, 0px);}
    90% {-webkit-transform:translate(0px, 0px);}
}

.pulsate {  
  -webkit-animation-delay:0s;
  animation-delay:0s;
  -webkit-animation: 8s pulsate infinite ease;
  animation: 8s pulsate infinite ease;
}
@keyframes pulsate_delay {
    0% {transform:translate(0px, 0px);}
    30% {transform:translate(-20px, 0px);}
    60% {transform:translate(20px, 0px);}
    90% {transform:translate(0px, 0px);}
}
@-webkit-keyframes pulsate_delay {
	0% {-webkit-transform:translate(0px, 0px);}
    30% {-webkit-transform:translate(-20px, 0px);}
    60% {-webkit-transform:translate(20px, 0px);}
    90% {-webkit-transform:translate(0px, 0px);}
}

.pulsate_delay {  
  -webkit-animation: 8s pulsate_delay infinite ease;
  animation: 8s pulsate_delay infinite ease;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

@keyframes pulsate_rev {
    0% {transform:translate(0px, 0px);}
    30% {transform:translate(20px, 0px);}
    60% {transform:translate(-20px, 0px);}
    90% {transform:translate(0px, 0px);}
}
@-webkit-keyframes pulsate_rev {
	0% {-webkit-transform:translate(0px, 0px);}
    30% {-webkit-transform:translate(20px, 0px);}
    60% {-webkit-transform:translate(-20px, 0px);}
    90% {-webkit-transform:translate(0px, 0px);}
}

.pulsate_rev {  
  -webkit-animation-delay:0s;
  animation-delay:0s;
  -webkit-animation: 8s pulsate_rev infinite ease;
  animation: 8s pulsate_rev infinite ease;
}

@-webkit-keyframes fadeInUp {
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	  }
	100% {
		opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
	  } 
}

@keyframes fadeInUp {
	0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
	}
	50% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	  }
	100% {
		opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0);
	  } 
}

@-webkit-keyframes fadeInUpScale {
	0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 250%, 0);
            transform: translate3d(0, 250%, 0);
	}
	30% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	  }
	75% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
				transform: scale(1, 1);
	  }
	80% {
		opacity: 1;
		-webkit-transform: scale(0.8, 0.8);
				transform: scale(0.8, 0.8);
	  }
	90% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
				transform: scale(1, 1);
	  }
	100% {
		opacity: 0;
    -webkit-transform: translate3d(0, 250%, 0);
            transform: translate3d(0, 250%, 0);
	  }
}
@keyframes fadeInUpScale {
	0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 250%, 0);
            transform: translate3d(0, 250%, 0);
	}
	30% {
		opacity: 1;
		-webkit-transform: none;
				transform: none;
	  }
	75% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
				transform: scale(1, 1);
	  }
	80% {
		opacity: 1;
		-webkit-transform: scale(0.8, 0.8);
				transform: scale(0.8, 0.8);
	  }
	90% {
		opacity: 1;
		-webkit-transform: scale(1, 1);
				transform: scale(1, 1);
	  }
	100% {
		opacity: 0;
    -webkit-transform: translate3d(0, 250%, 0);
            transform: translate3d(0, 250%, 0);
	  }

}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.hovered .fadeInUp {
  -webkit-animation-name: fadeInUp;
          animation-name: fadeInUp;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
.fadeInUpScale {
  -webkit-animation-name: fadeInUpScale;
          animation-name: fadeInUpScale;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes rotateIn {
0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }

  50% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
            transform: rotate3d(0, 0, 1, -360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

@keyframes rotateIn {
0% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
  50% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -360deg);
            transform: rotate3d(0, 0, 1, -360deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: none;
            transform: none;
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.hovered .rotateIn {
  -webkit-animation-name: rotateIn;
          animation-name: rotateIn;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
	-webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

@keyframes fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.fadeIn {
  -webkit-animation-name: fadeIn;
          animation-name: fadeIn;
-webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.note {
	font-family: 'PT Sans narrow', sans-serif;;
	font-weight: normal;
	font-size: 11px;
}


.order h2{
	text-align: center;
    padding: 20px 10px;
    margin: 0px auto 0px auto;
    color: #333;
    font-weight: 600;
	font-family: 'Poiret One', sans-serif;
	font-size: 35px;
}
.order h3{
	text-align: center;
    margin: 0px auto 0px auto;
    color: #4a4a4a;
    font-weight: 600;
	font-family: 'Poiret One', sans-serif;
	font-size: 28px;
	padding: 0;
}
.order .circle_img{
	margin: 0px auto;
	width: 150px;
	height: 150px;
	overflow: hidden;
	border-radius: 100%;
	text-align: center;
	border: 4px solid #6FB6BE;
	display:none;
}
.order .circle_img div{
    display: table-cell;
    width: 150px;
    height: 150px;
    vertical-align: middle;
}
.order .circle_img img{
	max-width: 110px;
	max-height: 110px;
}
.order .part_2 .circle_img,
.order .part_3 .circle_img,
.order .part_4 .circle_img
.order .part_2 .circle_img img,
.order .part_3 .circle_img img,
.order .part_4 .circle_img img
{
	width: 10px;
	height: 10px;
}
/* Start tip */
h3.tip_wrap {
    display: inline-block;
	*display: inline;
	zoom: 1;
	margin: 0;
}
.tip_wrap {
    position: relative;
}
.tip_wrap:hover .tip {
    visibility: visible;
    opacity: 1;
    -webkit-transition: opacity 500ms ease-out 0s;
    -moz-transition: opacity 500ms ease-out 0s;
    -o-transition: opacity 500ms ease-out 0s;
    transition: opacity 500ms ease-out 0s;
}
.tip {
	width: 280px;
	min-height: 20px;
	border-left: 1px solid #6FB6BE;
	border-bottom: 1px solid #6FB6BE;
	text-align: center;
	padding: 10px 0px 0px;
	position: absolute;
	top: 100%;
	visibility: hidden;
	opacity: 0;
	/* transform: skew(0deg); */
	left: 50%;
	font-size: 15px;
	line-height: 1;
	-webkit-transform: skew(20deg);
    -moz-transform: skew(20deg);
    -o-transform: skew(20deg);
    transform: skew(20deg);
}
.tip > div {
    -webkit-transform: skew(-20deg);
    -moz-transform: skew(-20deg);
    -o-transform: skew(-20deg);
    transform: skew(-20deg);
}
.tip_txt {
	color: #6FB6BE;
}
h3 .tip_wrap {
	display: inline-block;
	zoom:1;
	*display:inline;
}
#orderForm .tip{
	background: #fff;
	color: #333;
}
#orderForm .tip_txt{
	white-space: nowrap;
}
#orderForm .tip > div {
    margin: 5px 7px 5px 7px;
}
#orderForm .tip_wrap:hover .tip {
    opacity: 0.8;
}
#orderForm .tip_wrap:hover {
	cursor: help;
}
/* End tip */

/* Start about */
.line_styled {
	overflow: hidden;
	margin: 35px 0px 0px;
}
.line_styled .rt {
    background: #6fb6be;
    width: 50%;
    height: 1px;
    margin-top: 38px;
    float: left;
    margin-right: -56px;
	margin-left: 10px;
}
.line_styled .mid{
	float: left;
}
.line_styled .lt {
    background: #6fb6be;
    width: 50%;
    height: 1px;
    margin-top: 38px;
    float: left;
    
	margin-left: -44px;
	margin-right: 10px;
}




.about p {
	font-size: 14px;
	margin: 0 0 25px;
}
.about a img{
 -webkit-backface-visibility: hidden;
 -webkit-transform: rotate(0);
 -moz-transform: rotate(0);
 transform: rotate(0);
}
.about .centerContent,
.projects .centerContent {
	width: 1500px;
}
.about .banner {
	margin: 40px 0 0 0;
}
.about .banner img {
	width: 100%;
}
.acc-blocks .item:first-child {
	margin: 0px;
}
.acc-blocks .item {
	overflow: hidden;
	position: relative;
	/* float: left; */
	display: inline-block;
	*display: inline;
	zoom: 1;
	/* width: 330px; 
	margin: 0px 0px 0px 55px;*/
	width: 24%;
	margin: 0px 0px 0px 1%;
	color: #696969;
	-webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1ms ease-out 0s;
    transition: all 1s ease-out 0s;
	c2ursor: pointer;
}
.acc-blocks .item .img_wrap {
	/* max-width: 330px; */
	max-height: 330px;
	overflow: hidden;
	background: #000;
}
.acc-blocks .item img{
	width: 100%;
	opacity: 1;
	-ms-transform: scale(1.2 , 1.2); /* IE 9 */
    -webkit-transform: scale(1.2 , 1.2); /* Chrome, Safari, Opera */
    transform: scale(1.2 , 1.2);
	-webkit-transition: all 1s ease-out 0s;
    -moz-transition: all 1s ease-out 0s;
    -o-transition: all 1ms ease-out 0s;
    transition: all 1s ease-out 0s;
}
.acc-blocks .item:hover img{
	-ms-transform: scale(1, 1); /* IE 9 */
    -webkit-transform: scale(1 , 1); /* Chrome, Safari, Opera */
    transform: scale(1 , 1);
	opacity: 0.7;
}
.acc-blocks .item:hover {
	background: #DBDBDB;
	color: #000;
}
.acc-blocks .item h4{
    padding: 10px 5px;
	font-weight: bold;
	font-family: "Poiret One",sans-serif;
	font-size: 20px;
}
.acc-blocks .item p{
    line-height: 18px;
	overflow: hidden;
	width: 100%;
	height: 70px;
	padding: 3px 0px;
}
.acc-gallery .img_wrap {
	/* width: 233px; */
	width: 15.45%;
	/* height: 313px; */
	overflow: hidden;
	position: relative;
	/*float: left;
	 margin: 8px; */
	margin: 0.4%;
	display: inline-block;
	*display: inline;
	zoom: 1;
}
.acc-gallery .img_wrap img{
	width: 100%;
	/* height: 100%; */
}
.acc-gallery .img_wrap img:first-child{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity 500ms ease-out 0s;
    -moz-transition: opacity 500ms ease-out 0s;
    -o-transition: opacity 500ms ease-out 0s;
    transition: opacity 500ms ease-out 0s;
}
.acc-gallery .img_wrap:hover img:first-child {
	opacity: 0;
}
.acc-gallery .description{
	position: absolute;
	bottom: -56px;
	left: 0;
	color: #fff;
	font-family: "Poiret One",sans-serif;
	font-weight: 600;
	font-size: 16px;
	text-align: center;
	width: 100%;
	padding: 20px 0;
	background: none repeat scroll 0% 0% rgba(15, 15, 15, 0.8);
	z-index: 2;
	-webkit-transition: all 500ms ease-out 0s;
    -moz-transition: all 500ms ease-out 0s;
    -o-transition: all 500ms ease-out 0s;
    transition: all 500ms ease-out 0s
}
.acc-gallery .img_wrap:hover .description{
	bottom: 0px;
}



/* override style - by Dmitry Shaniuk*/
.acc-blocks .item p 
{
line-height: 18px;
overflow: hidden;
width: 97%;
height: 70px;
padding: 5px 10px 0px 10px;
}

.acc-gallery .img_wrap {
width: 18%;
overflow: hidden;
position: relative;
margin: 0.85%;
display: inline-block;
zoom: 1;
}



#instafeed a img {
	/* width: 14.28571428571429%; */
	width: 16.66666666666667%;
}

.about .reviews{
    /*width: 1800px;*/
    display:inline;
    /*margin-left: 100px;*/
    margin-right: auto;
    margin-top: 50px;
    /*background-color: #0000CC;*/
    display: table;
  	width: 100%;

}
.about .footer{
    margin-top: 60px;
}
.about .review{
    display: table-cell;
    margin-top: 50px;
    max-width: 470px;
    min-width: 370px;
    /* vertical-align: middle; */
    margin-left: 25px;
    left: 0;
    top: 0;
}
/*.about .show{
    display: table-cell;
}*/


.review .rev_pic img {
    max-width:79px
}

.about .review .rev_pic{
    display: block;
    max-width:79px;
    float: left;
    overflow: inherit;
    margin-right:15px;
/*    left: 0;
    top: 0;*/

}

.about .review .rev_text{
    display: block;
    overflow: hidden;
}
.about .review .rev_text p{
    line-height: 25px;
    display: block;
    overflow: hidden;
    font-size: 16px;
    padding-right: 10px;
}
.about .review .rev_name{
    float: right;
    font-size: 18px;
    display: block;
    margin-right: 20px;
    line-height: 20px;
    color:rgb(107, 106, 106);
}

.about .review .rev_url {
    display:block;
    float: left;
}

.about .review .rev_url a {
    font-weight: 600;
    font-family: "Poiret One",sans-serif;
    font-size: 20px;
    color: #6fb6be;
    display: block;
    margin-bottom: 15px;
}

/* End about */

/* 404 page */

.vid_404 video{
	width: 100%;
	top: -10%;
}
.content-404{
	position: absolute;
	z-index: 10;
	text-align: center;
	
	bottom: 35%;
	margin-left: auto;
	margin-right: auto;
	width:100%;
	font-size: 100%;
}

/* end 04 page */



/* Start afisha */
.content.af h1 {
	text-align: left;
	padding: 0;
	border-bottom: 0;
	margin: 0;
}
.content.af h3 {
	color: #333;
	font-weight: 600;
	font-family: "Poiret One",sans-serif;
	line-height: 29px;
}
.content.af p {
	font-weight: normal;
	font-family: "PT Sans Narrow",sans-serif;
	font-size: 18px;
	line-height: 20px;
}
.af .rest.orange{background:#ffc269; position: relative;}
.af .rest.orange .arrow {
	position: absolute;
	bottom: -48px;
	left: 40%;
	z-index: 10;
}
.content.af .rest.orange h1{
	margin-bottom: 10px;
	margin-top: 25px;
}
.content.af .rest.orange .textBlock {
	display: inline-block;
	*display: inline;
	zoom: 1;
	float: none;
	margin: 50px 0;
}
.af .pattern {
	position: relative;
}
.af .pattern {
	margin-top: 85px;
	margin-bottom: 20px;
}
.content.af .pattern h3{
	margin: 0px 0px 40px;
}
.af .af_logo {
	margin: 0px 0px 40px;
	display: block;
}
.af .textBlock {
	float: left;
	width: 70%;
}

.af .appStore, .af .googlePlay, .af .slider_nav.prev, .af .slider_nav.next{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}

.af .appStore, .af .googlePlay{
	display:inline-block;
	zoom:1;
	*display:inline;
	margin: 0 0 0 20px;
}
 .af a.appStore:hover, .af a.googlePlay:hover, .af .slider_nav.prev:hover, .af .slider_nav.next:hover {
	opacity: 0.8;
	filter:alpha(opacity=80);
} 

.af .appBtns{
	margin: 40px 0px 0px 0px;
}
.af .appBtns > div:first-child{
	margin: 0px 50px 0px 0px;
}
.af .arrowMap{
	overflow: hidden;
}

.af .arrowMap .lt,
.af .arrowMap .arrow,
.af .arrowMap .rt{
	float: left;
}
.af .arrowMap.orange  .lt{
	background: none repeat scroll 0% 0% #FFC269;
	width: 56%;
	height: 48px;
	margin-left: -70px;
}
.af .arrowMap.orange  .arrow{
	height: 48px;
	width: 140px;
}
.af .arrowMap.orange  .rt{
	background: none repeat scroll 0% 0% #FFC269;
	width: 44%;
	height: 48px;
	margin-right: -70px;
}
.af .arrowMap.gr {
	position: absolute;
	z-index: 10;
	width: 100%;
	bottom: 0;
	left: 0;
}
.af .arrowMap.gr  .lt{
	background: none repeat scroll 0% 0% #60C659;
	width: 30%;
	height: 48px;
	margin-left: -70px;
}
.af .arrowMap.gr  .arrow{
	height: 48px;
	width: 140px;
}
.af .arrowMap.gr  .rt{
	background: none repeat scroll 0% 0% #60C659;
	width: 70%;
	height: 48px;
	margin-right: -70px;
}
.af .phone_white {
	/* display: block;
	float: left; */
	display:inline-block;
	zoom:1;
	*display: inline;
	margin: 0px 50px 0px 0px;
	vertical-align: bottom;
}
.af .map {
	background:url("../img/afisha/map_bg.jpg") no-repeat center center; 
	 -webkit-background-size: cover;
	  -moz-background-size: cover;
	  -o-background-size: cover;
	  background-size: cover;
	height: 565px;
	width: 100%;
	z-index: 0;
	position: relative;
}
.af .map p {
	color: #fff;
}
.content.af .map h1,
.content.af .map h3 {
	color: #FFF;
}
.content.af .map h3 {
	font-size: 20.5px;
	margin: 10px 0;
}

.map .centerContent {
    position: relative;
    height: 100%;
}

.map .textBlock {
/* background: url("../img/afisha/pointer.png") no-repeat transparent; 
color:#fff;
padding: 78px 0px 0px 290px;
width: 500px;
margin: 0px 0px 0px 119px;
height: 300px;
cursor: default;*/

color: #FFF;
cursor: default;
transition: all 1s ease-in-out 0s;
margin: 41px 0px 0px 292px;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.75);
width: 75%;
height: 224px;
padding: 25px 20px 0px 0px;
}
.map .textBlockWrap{
background: url("../img/afisha/pointer1.png") no-repeat scroll 0% 0% transparent;
height: 366px;
width: 100%;
position: absolute;
top: 50%;
margin-top: -183px;
-webkit-transition: all 1s ease-in-out; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; transition: all 1s ease-in-out;
}


.map .textBlockWrap:hover{
-webkit-transform: scale(0.9); -moz-transform: scale(0.9); -o-transform: scale(0.9); -ms-transform: scale(0.9); transform: scale(0.9);
}
.map .textBlock h4{ padding: 5px 0;}
.map .textBlock span{
font-size: 28px;
font-weight: 500;
padding: 0 0 20px 0;
display: block;
}
.af .business.green{background:#60c659; height:285px; position: relative;}
.af .phoneB {
	display: block;
	float: left;
}
.af .business .arrow { position: absolute; bottom: -46px; left: 52%; } 
.af  .business .textBlock {
	width: 500px;
	height: 100%;
}
.af  .business .phoneB {
	position:absolute;
	z-index: 10;
	width: 390px;
	height: 252px;
	margin: -48px 0px 0px 544px;
}
.content.af .business h3 {
	margin: 20px 0;
}

.af .info .textBlock {
	width: 400px;
	margin: 90px 0 0 0;
}
.af .info .phoneBottom {
	float: left;
	width: 340px;
	margin: 0 30px;
	height: 400px;
	background: url("../img/afisha/iphone_bottom.png") no-repeat scroll 0% 0% transparent;
}
.af .info.blue{background:url("../img/afisha/town.png") 0% 100% repeat-x #007fd0; min-height:775px; width: 100%;}
.af .info .centerContent{ padding: 70px 0px 0px; height: 815px; overflow: hidden; position: relative;}

.content.af .info  h1,
.info .textBlock {
	color: #fff;
	margin: 0 0 20px 0;
}
.info h2 {padding: 10px 0;}
.info p + h2 {padding: 40px 0 10px 0;}

.info .town{
background: url("../img/afisha/town1.png") no-repeat scroll 0% 0% transparent;
 position: absolute; 
 z-index:5;
 height:214px;
 width:100%;
bottom: 0px;
 }
.info .pointers { position: absolute; z-index:4; width:151px; height:105px; top: 100%; opacity: 0;}
.info .cinema{ left: 14%;}
.info .bank{ left: 43%;}
.info .club{ left: 69%;}
.info .rest{ left: 89%;}

/*---Start Slider---*/
.af .phoneTop {
	background:url("../img/afisha/iphone_top.png") no-repeat; 
	width: 190px; 
	height: 400px; 
	margin: 70px 0 0 0;
	float: left;
	margin: 70px 0px 0px 90px;
	position: relative;
}

.af .slider, .af .sliderBottom {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
 /*  margin: 50px 0 0 12px; */
	top: 50px;
	left: 12px;
}
 .af .slider{height: 295px;}

.af .slider li, .af .sliderBottom li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

.af .slider li:first-child, .af .sliderBottom li:first-child{
  position: relative;
  display: block;
  float: left;
  }

.af .slider img, .af .sliderBottom img {
  display: block;
  float: left;
  border: 0;
  }
.af .slider_nav{
position: absolute;
top: 160px;
z-index: 3;
text-indent: -9999px;
overflow: hidden;
text-decoration: none;
height: 73px;
width: 40px;
}
.af .slider_nav.prev{
background: url("../img/afisha/slider_nav.png") 0% 0% no-repeat transparent;
margin: 0 0 0 -80px;
}
.af .slider_nav.next{
background: url("../img/afisha/slider_nav.png") 0% 100% no-repeat transparent;
margin: 0 0 0 228px;
}
.af .slider_tabs{
position: absolute;
bottom: -30px;
left: 50px;
width: 100px;
}
.af .slider_tabs li {
float: left;
}
.af .slider_tabs li a{
font-size: 0px;
background: url("../img/afisha/circle_nav.png") 0% 100% no-repeat transparent;
display: block;
width: 12px;
height: 12px;
margin: 0 13px 0 0;
}
.af .slider_tabs .slider_here a{
background: url("../img/afisha/circle_nav.png") 0% 0% no-repeat transparent;
}
.af .phoneBottom .sliderBottom{ 
	margin: 0px;
	top: 57px;
	left: 16px;
}
.af .sliderBottom_tabs{
	position: absolute;
	margin-left: 250px;
	margin-top: -235px;
	z-index: 10;
}
.af .sliderBottom_tabs li a{
width: 60px;
display: block;
font-size: 0px;
margin: 0 0 20px 0;

opacity: 0.6;
filter:alpha(opacity=60);
transition: opacity .25s ease-in-out;
   -moz-transition: opacity .25s ease-in-out;
   -webkit-transition: opacity .25s ease-in-out;
   -o-transition:  opacity .25s ease-in-out;
}
.af .sliderBottom_tabs li a:hover, .af .sliderBottom_tabs li.sliderBottom_here a{opacity: 1; filter:alpha(opacity=100);}

li.sliderBottom2_s1 a { background: url("../img/afisha/mask.png") 0% 0% no-repeat transparent; height: 40px; }
li.sliderBottom2_s2 a { background: url("../img/afisha/sliderBottom_nav.png") 0% 25% no-repeat transparent; height: 45px;}
li.sliderBottom2_s3 a { background: url("../img/afisha/sliderBottom_nav.png") 0% 69% no-repeat transparent; height: 56px; margin: 0 0 30px 0;}
li.sliderBottom2_s4 a { background: url("../img/afisha/sliderBottom_nav.png") 0% 100% no-repeat transparent; height: 5px;}

li.sliderBottom2_s1.sliderBottom_here a { background: url("../img/afisha/mask.png") 0% 100% no-repeat transparent;}
li.sliderBottom2_s2.sliderBottom_here a { background: url("../img/afisha/sliderBottom_nav.png") 0% 46% no-repeat transparent;}
li.sliderBottom2_s3.sliderBottom_here a { background: url("../img/afisha/sliderBottom_nav.png") 0% 93% no-repeat transparent;}
li.sliderBottom2_s4.sliderBottom_here a { background: url("../img/afisha/sliderBottom_nav.png") 0% 97% no-repeat transparent;  height: 5px;}
/*---End Slider---*/

/* End afisha */
/* Start skins */
.sk .centerContent {
	width: 80%;
}
.sk .section img.float_l{
	display: block;
	float: left;
}
.sk .section img.float_r{
	display: block;
	float: right;
	width: 45%;
}
.sk .section h1{
	text-align: left;
}
.sk .section h1 img{
	vertical-align: middle;
	margin: 0px 25px 0px 0px;
}
.sk .section div{
    color: #000;
    font-weight: 600;
    font-family: "Poiret One",sans-serif;
    font-size: 20px;
	line-height: 1.3;
}
.sk .sc1 {
	margin: 50px 0px 40px 0px;
}
.sk .sc1 img{
    margin: 0 35px 0 0;
}
.sk .sc1 div{
	padding: 80px 0 0 0;
}
.sk .sc2 img{
   margin: 0 4% 0 0;
}
.sk .sc1 div{
	padding: 85px 0 0 0;
}
.sk .sc2 div{
	padding: 50px 0 0 0;
}
.sk .sc3 div{
	width: 50%;
	margin: 100px 0px 0px;
}
.sk .sc3 img{
	margin: -10% 0px 0px;
}
.sk .sc4 {
	margin: 50px 0 0 0;
}
.sk .sc4 img{
	margin: 0px 4% 0px 0px;
}
.sk .sc4 div{
	padding: 20px 0 0 0;
}
.sk .sc5 div{
	width: 50%;
	margin: 40px 0px 0px;
}
.sk .sc5 img{
	margin: -4% 0px 0px;
}
.sk .sc6 img{
	margin: 0px 4% 0px 0px;
}
.sk .sc6 {
	margin: 50px 0;
}
.sk .sc6 div .design4{
	margin: 50px 0 0 5%;
	width: 50%;
}


.return {
	width: 40px;
    color: #444;
    display: inline-block;
	zoom:1;
	*display:inline;
    position: fixed;
    top: 71px;
    left: 0px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.2);
    padding: 10px 0px 10px 10px;
	z-index: 100;
}
.rt_left, .rt_right {
	width: 40px;
    color: #444;
    display: inline-block;
	zoom:1;
	*display:inline;
    position: fixed;
    top: 71px;
    background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.2);
    padding: 10px 0px 10px 10px;
	z-index: 100;
}
.rt_left {
	right: 50px;
} 
.rt_right {
	right: 0px;
}
.rt_left .tip, .rt_right .tip {
	width: 100px;
	left: -65px;
	/* background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8); */
	border-right: 1px solid #6FB6BE;
	border-left: 0px;
	text-shadow: 0px 0px 8px #FFF;
    color: #333;
}

.rt_right:hover, .rt_left:hover, .return:hover {
	 color: #6FB6BE;
}
.return .tip {
    width: 194px;
    padding: 0px;
/* 	background: none repeat scroll 0% 0% rgba(255, 255, 255, 0.8); */
	text-shadow: 0px 0px 8px #FFF;
    color: #333;
}
/* End skins */

/* Start gps */
.gp {
	font-family: "Poiret One",sans-serif;
	font-weight: 600;
}
.gp h1 {
	text-align: left;
	background: #ebebeb;
	color: #eb7705;
	-webkit-border-top-left-radius: 40px;
	-webkit-border-bottom-left-radius: 40px;
	-moz-border-radius-topleft: 40px;
	-moz-border-radius-bottomleft: 40px;
	border-top-left-radius: 40px;
	border-bottom-left-radius: 40px;
	width: 85%;
	margin: 50px 0 50px auto;
	padding: 15px 0 15px 15px;
	font-size: 40px;
}
.gp .centerContent {
	width: 1300px;
}
.gp h1.sc1 {
	width: 55%;
	margin: 100px 0px 50px auto;
}
.gp .sc1 img{
    float: left;
    margin: -150px 0px 0px;
}
.gp .sc1 p{
	width: 55%;
	float: right;
}
.gp .sc2 img{
	position: absolute;
	right: 0px;
	margin-top: -350px;
}
.gp .sc2 ul{
	font-size: 16px;
	line-height: 20px;
	margin: 0px 0px 20px 50px;
}
.gp .sc2 p{
	font-size: 16px;
	line-height: 20px;
	margin: 0;
	width: 67%;
}
.gp .sc3 div {
	display: inline-block;
	zoom:1;
	*display:inline;
	vertical-align: top;
	width: 33%;
	text-align: center;
	position: relative;
	height: 315px;
	margin: 0px 0px 50px -4px;
}
.gp .sc3 div span {
	position: absolute;
	bottom: 0px;
	left: 20%;
	width: 60%;
	font-size: 16px;
	line-height: 20px;
}
.gp .sc3 div img {
	width: 60%;
}
.gp .icons {
	width: 100%;
}
.gp .col4{
	margin: 10px 0px 0px 0px;
}
.gp .col4 div:first-child {
	width: 220px;
}
.gp .col4 div {
	float: left;
    background: url("../img/gps/ico.png") no-repeat scroll 0% 0% transparent;
    padding: 0px 0px 0px 45px;
    height: 50px;
    font-size: 16px;
    line-height: 20px;
    margin: 0px 0px 0px 60px;
    width: 190px;
}
.gp .sc5 {
	margin: 0px auto 50px;
}
.gp .sc5 div img {
	width: 85%;
	float: none;
}
.gp .sc5 div{
	width: 50%;
	float: left;
}
.gp .sc5 img {
	float: right;
}
/* End gps */
/* Start lock */
.lock .centerContent {
    width: 70%;
}
.lock .section img.float_l{
    display: block;
    float: left;
}
.lock .section img.float_r{
    display: block;
    float: right;
    width: 26%;
}
.lock .section h1{
    text-align: left;
}
.lock .section h1 img{
    vertical-align: middle;
    margin: 0px 25px 0px 0px;
}
.lock .section div{
    color: #000;
    font-weight: normal;
    font-family: "PT Sans narrow",sans-serif;
    font-size: 18px;
    line-height: 20px;
}
.lock .sc1 {
    margin: 70px 0px 60px 0px;
}
.lock .sc1 img{
    margin: 0 35px 0 0;
}
.lock .sc2 img {
    margin: 0px 4% 0px 7%;
}
.lock .sc2 {
    margin: 0px 0px 60px 0px;
}
.lock .sc2 div{
    padding: 50px 0 0 0;
}
.lock .sc3 {
    margin: 0px 0px 60px 0px;
}
.lock .sc3 img.float_l{
    margin: 0px 0px 0px 3%;
    width: 35%;
}
.lock .sc3 img.float_r{
    width: 60%;
}
.lock .sc4 {
    margin: 0px 0px 70px 0px;
}
.lock .sc4 div{
    width: 70%;
    margin: 45px 0px 0px;
}
.lock .sc4 .float_l img{
    display: block;
    margin: 70px auto;
    width: 83%;
}
.lock .sc5 {
    margin: 0px 0px 70px 0px;
}
.lock .sc5 img{
    display: block;
    margin: 50px auto;
    width: 95%;
}

/* End lock */
/* Start tickets */
.tck img{
	display: block;
}
.tck p{
	color: #000;
}
.tck .sc1{
	margin: 50px 0px;
}
.tck .sc1 div{
	padding: 100px 0 0 0;
}
.tck .sc1 img.float_l{
	margin-right: 65px;
	width: 45%;
}
.tck .sc2 img{
	margin: 20px 0px 30px 0px;
}
.tck .sc2 img{
	width: 49%;
}
.tck h1{
	font-size: 29px;
}
.tck ul {
	list-style: disc;
	padding: 13px 45px;
}
.tck ul li {
	padding: 0 0 12px 0;
}
.tck .sc3 {
	margin: 30px 0 40px 0;
}
.tck .sc3 .float_l,
.tck .sc3 .float_r{
	width: 49%;
}
.tck .sc3 img{
	width: 100%;
}
.tck .sc4 {
	margin: 50px 0px;
}
.tck .sc4 .float_l,
.tck .sc4 .float_r{
	width: 49%
}
.tck .sc4 .float_l img{
	width: 85%;
	margin: 0px 0px 0px auto;
}
.tck .sc4 .float_r img{
	width: 100%
}
.tck .sc5{
	margin: 0px 0px 80px 0px;
}
/* End tickets */

/*---End Content---*/

/*---Start Footer---*/
.footer {
    /* background: #475258; */
	background: #f6f6f6;
    color: #444;
	text-align: center;
	border-top: 1px solid #D3D3D3;
}
.footer a{
	color: #444;
	vertical-align: top;
}
.social {
	margin: 0px;
}
.social a{
	margin: 0px 0px 0px 24px;
	text-decoration: none;
}
.social a:first-child{
	margin: 0px;
}
.social a:hover,
.contactsFooter a:hover {
	color: #6FB6BE;
	-webkit-transition: color 500ms ease-out 0s;
     -moz-transition: color 500ms ease-out 0s;
     -o-transition: color 500ms ease-out 0s;
     transition: color 500ms ease-out 0s;
}
.copy {
	font-size: 12px;
}
.contactsFooter {
	width: 1200px;
	margin: 0px auto 10px;
}
.contactsFooter > div{
	float: left;
	font-size: 12px;
	line-height: 18px;
	width: 20%;
}
.contactsFooter span {
    vertical-align: top;
}
.contactsFooter .el-icon-phone-alt,
.contactsFooter .el-icon-envelope-alt,
.contactsFooter .el-icon-map-marker-alt {
	margin: 0 10px 0 0;
}
#to_top {
    display: none;
	/* visibility: hidden; */
	position: fixed;
	z-index: 100;
	bottom: 50px;
	right: 50px;
	width: 46px;
	height: 43px;
	background: none repeat scroll 0% 0% rgba(219, 219, 219, 1);
	cursor: pointer;
	font-weight: 500;
	font-size: 37px;
	color: rgba(105, 105, 105, 1);
	text-align: center;
	line-height: 40px;
	border-radius: 5px;
}
/*---End Footer---*/

/*---Start Forms---*/
label{
	font-size: 20px;
}
label.error{
	color: #FF3838;
	font-size: 12px;
	margin: -17px 0px 0px 5px;
	display: block;
	position: absolute;
	
	/* font */
	font-family: 'Elusive-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
label.error span{
    font-family: 'PT Sans narrow', sans-serif;;
	padding-left: 3px;
}
#orderForm label.error{
	color: #FF3838;
	font-size: 14px;
	margin: -20px 0px 0px 10px;
	left: 0px;
	font-family: 'Elusive-Icons';
}
#orderForm label.error span{
    font-family: "Poiret One",sans-serif;
}
.input.input_highlight {
	border: 1px solid #CF7777;
}
.input, .textarea {
	/* border: 1px solid #208FEA; */
	/* border-radius: 3px; */
	background: url('../img/pattern-bln9.png') repeat scroll 0% 0% transparent;
	font-size: 20px;
	padding: 0 10px;
	color: #444;
	border: 1px solid #D8D8D8;
	margin-bottom: 20px;
	font-family: 'PT Sans narrow', sans-serif;;
/* 	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 5px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 5px 0px rgba(50, 50, 50, 0.75); */
}
.input {
	height: 40px;
	width: 300px;
	text-align: left;
	line-height:40px;
	overflow:hidden;
	outline: none;
}
.input_wrap {
	position: relative;
}
.input_wrap .note {
	position: absolute;
	left: 10px;
	top: 100%;
	margin-top: 12px;
	color: #444;
}
.textarea {
	height: 80px;
	width: 560px;
	resize: none;
	padding: 10px;
}
.button {
	font-size: 20px;
	/* background: #208FEA; */
	background: #989898;
	color: #fff;
	border: 0;
	height: 45px;
	width: 200px;
	text-align: center;
	outline: none;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}
.select_styled {
	position: relative;
}
.select_styled .input{
	cursor: pointer;
	width: 280px;
	padding: 0px 30px 0px 10px;
}
.select {
	background: url('../img/pattern-bln9.png') repeat scroll 0% 0% transparent;
	font-size: 20px;
	padding: 10px 0px;
	width: 100%;
	color: #444;
	/* border: 1px solid #D8D8D8; */
	font-family: 'PT Sans narrow', sans-serif;
	position: absolute;
	top: 100%;
	left: 0px;
	margin-top: 10px;
	text-align: left;
	display: none;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.75);
	-moz-box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.75);
	box-shadow: 0px 0px 10px 0px rgba(93, 93, 93, 0.75);
}
.select li {
	padding: 7px 10px;
	cursor: pointer;
	-webkit-transition: all 500ms ease-out 0s;
     -moz-transition: all 500ms ease-out 0s;
     -o-transition: all 500ms ease-out 0s;
     transition: all 500ms ease-out 0s;
}

.select li.active {
	background: #6FB6BE;
	color: #fff;
}
.select li:hover {
	background: #989898;
	color: #fff;
}
.margin_l {
	margin-left: 50px;
}
#callbackForm,
#jobsForm {
	width: 960px;
	margin: 10px auto 50px auto;
}
#callbackForm .textarea {
	height: 80px;
}
#jobsForm  #link-cb {
	width: 560px;
}
#jobsForm .textarea {
	height: 144px;
}
/* .num_wrapp{
	padding: 0 0 20px 0;
} */
.num {
	background: none repeat scroll 0% 0% #a1a1a1;
	color: #FFF;
	width: 20px;
	height: 20px;
	display: inline-block;
	zoom:1;
	*display:inline;
	border-radius: 100%;
	text-align: center;
	font-size: 19px;
	padding: 5px;
}
.num.active {
	background: #6FB6BE;
	cursor: pointer;
}
.mainMenu a.active, .lt-mainMenu a.active{
    color: #6FB6BE;
}

.line {
	width: 50px;
	height: 2px;
	display: inline-block;
	zoom:1;
	*display:inline;
	background: none repeat scroll 0% 0% #a1a1a1;
	margin: 0px -4px;
	padding: 0px;
	vertical-align: middle;
	position: relative;
	overflow: hidden;
}
.line span{
	width: 100%;
	height: 2px;
	display: inline-block;
	zoom:1;
	*display:inline;
	position: absolute;
	left: -100%;
	top:0;
	background: none repeat scroll 0% 0% #6FB6BE;
}
.styled_radios input[type="radio"]{
	visibility: hidden;
	position: absolute;
	width: 24px;
	height: 24px;
}
.styled_radios label  {
	cursor: pointer;
}
.styled_radios label span{
	vertical-align: bottom;
}
.styled_radios .el-icon-check,
#orderForm .el-icon-check{
	color: #6FB6BE;
}
#orderForm  .part_1{
	text-align: right;
}
#orderForm  .part_2,
#orderForm  .part_3,
#orderForm  .part_4{
	text-align: center;
	display: none;
}
#orderForm .part_2 .p_wrapper,
#orderForm .part_3 .p_wrapper, 
#orderForm .part_4 .p_wrapper {
    margin: 0 auto;
}
#orderForm .p_wrapper{
    width: 76%;
}
#orderForm .btns{
    text-align: right;
}
#orderForm label{

font-family: 'PT Sans narrow', sans-serif;
color:#444;
font-weight: normal;
font-size: 17px;

}
#orderForm #client-order label:first-child {
	width: 220px;
    display: inline-block;
	*display: inline;
	zoom: 1;
    vertical-align: middle;
    text-align: center;
} 
#orderForm .input,
#orderForm .textarea {
    width: 55%;
	margin: 0px 0px 25px 10px;
}
#orderForm  #comments-order .textarea{
    vertical-align: top;
}
#orderForm .checkbox_wrap {
	text-align: left;
}
#orderForm .comment_wrap {
	display: none;
}
#orderForm .comment_wrap label {
	font-size: 20px;
	padding: 0px 0px 0px 40px;
}
#orderForm .comment_wrap .textarea {
	width: 62%;
}
#orderForm .checkbox_wrap input[type="checkbox"]{
	display: none;
}
#orderForm .checkbox_wrap label .el-icon-check-empty:before, .el-icon-check:before{
	vertical-align: bottom !important;
}
#orderForm .vtop {
	vertical-align: top;
}
#submitNext {
	background: none repeat scroll 0% 0% #AFD8DD;
	width: 305px;
	font-weight: bold;
}
#submitSend {
	font-size: 15px;
	background: none repeat scroll 0% 0% #cccccc;
	width: 305px;
	font-weight: bold;
}
#submitSend span {
    padding: 4px 0px;
}
#submitSend span:last-of-type {
    background: none repeat scroll 0% 0% #A1A1A1;
}
.styled_upload {
    width: 65%;
    display: none;
	*display: inline;
	zoom: 1;
    position: relative;
    padding: 0px 20px 0px 0px;
    margin: 20px 0px 0px;	
}
#orderForm .styled_upload input{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	padding: 0px 20px 0px 0px;
	height: 42px;
	z-index: 10;
	opacity: 0;
	cursor: pointer;
}
#orderForm  .styled_upload .input{
    display: inline-block;
	*display: inline;
	zoom: 1;
    margin: 0px;
    width: 100%;
    padding: 0px 20px 0px 0px;
    text-indent: 10px;
}
#orderForm  .styled_upload .input span{
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 67%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#orderForm .styled_upload .button{
    position: absolute;
	top: 0px;
	right: -1px;
	height: 22px;
	padding: 10px 0px;
}
#orderForm .styled_upload .type-15 span:first-of-type {
	z-index: 9;
}
#orderForm .styled_upload:hover .type-15 span{
	left: 0;
}
/*---End Forms---*/
.type-15 {
	overflow: hidden;
	position: relative;
}

.type-15 span {
	position: absolute;
	width: 100%;
	height: 100%;
	display: block;
	opacity: 1;
	left: 0;
	top: 0;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	padding: 9px 0;
	text-align: center;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	transition: all 0.6s cubic-bezier(0.05, 0.06, 0.05, 0.95);
	box-shadow: none;
	color: #fff;
}

.type-15 span:first-of-type {
	/* z-index: 99999; */
	z-index: 10;
}

.type-15 span:last-of-type {
	background: #6FB6BE;
	left: -100%;
}

.type-15:hover span {
	left: 0;
}
/*---Start Fonts---*/
@font-face {
	font-family: 'Elusive-Icons';
	src:url('fonts/Elusive-Icons.eot');
	src:url('fonts/Elusive-Icons.eot?#iefix') format('embedded-opentype'),
		url('fonts/Elusive-Icons.ttf') format('truetype'),
		url('fonts/Elusive-Icons.woff') format('woff'),
		url('fonts/Elusive-Icons.svg#Elusive-Icons') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class*="el-icon-"] {
	font-family: 'Elusive-Icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	font-size: 30px;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

*:before, *:after {
    box-sizing: border-box;
}

.el-icon-vkontakte:before {
	content: "\e60e";
}
.el-icon-facebook:before {
	content: "\e6d9";
}
.el-icon-twitter:before {
	content: "\e61b";
}
.el-icon-lines:before {
	content: "\e690";
}
.el-icon-phone-alt:before {
	content: "\e66d";
}
.el-icon-map-marker-alt:before {
	content: "\e684";
}
.el-icon-envelope-alt:before {
	content: "\e6e0";
}
.el-icon-home:before {
	content: "\e6a3";
}
.el-icon-arrow-up:before {
	content: "\e71d";
}
.el-icon-caret-down:before {
	content: "\e706";
}
.el-icon-idea:before {
	content: "\e6a0";
}
.el-icon-check:before {
	content: "\e700";
	vertical-align: middle;
}
.el-icon-check-empty:before {
	content: "\e6ff";
}
.rightPart2 .el-icon-check {
	font-size: 25px;
}
.el-icon-file-new:before {
	content: "\e6d0";
}
.select_styled .el-icon-caret-down {
	position: absolute;
	font-size: 15px;
	top: 15px;
	right: 10px;
	color: #666;
}
.el-icon-remove-sign:before,
label.error:before {
	content: "\e653";
}
.el-icon-question-sign:before {
	content: "\e65c";
}
#orderForm .el-icon-question-sign:before {
	font-size: 22px;
}
.el-icon-return-key:before {
	content: "\e64c";
}
.el-icon-caret-right:before {
	content: "\e704";
}
.el-icon-caret-left:before {
	content: "\e705";
}
.el-icon-ok:before {
	content: "\e67a";
}
/*---End Fonts---*/

/*FIX START*/


.projectTextContent
{

 width:90%;
 max-width: 1250px;
 font-size: 18px;
 margin: 0 auto 30px auto;
}

content.af p {
font-weight: normal;
font-size: 17px;
line-height: 20px;
font-family: 'PT Sans narrow', sans-serif;
font-size: 17px;
}

.sk .section div {
font-weight: normal;
color: #000;
font-weight: normal;
font-family: 'PT Sans narrow', sans-serif;
font-size: 18px;
line-height: 20px;
}


.gp {
font-weight: normal;
font-family: 'PT Sans narrow', sans-serif;
font-size: 18px;
line-height: 20px;
}

h4
{
	font-weight: normal;
	font-family: 'PT Sans narrow', sans-serif;
	font-size: 18px;
	line-height: 20px;
}

.rightPart2 p {
font-size: 13px;
line-height: 26px;
font-weight: normal;
font-family: 'PT Sans narrow';
font-size: 15px;
line-height: 22px;
}

.textCenterContainer
{
	
	width: 85%;
	max-width: 1250px;
	margin:0 auto;
}



.acc-blocks .item p {
line-height: 16px;
overflow: hidden;
width: 97%;
height: 70px;
padding: 5px 10px 0px 10px;
font-size: 16px;
cursor: default;
}



.contactsFooter {
	width: 1200px;
	margin: 0px auto 10px;
	font-family: "PT Sans narrow";
	font-size: 14px !important;
}



 
.contactsFooter > div {
	float: left;
	font-size: 14px;
	line-height: 18px;
	width: 20%;
}



.copy {
	font-size: 12px;
	font-family: "PT Sans narrow";
}


@media screen and (max-width: 1600px)
{
	.mainMenu a {
	font-size: 16px !important;
	margin: 0px 20px !important;
	font-family: 'PT Sans Narrow' !important;
	/* font-family: "Poiret One",sans-serif; */
	/* font-weight: 600; */
	}
}


/*FIX END*/



@media screen and (max-width: 1600px) {
	/* .leftContent {
		width: 230px;
	}
	.rightContent {
		padding: 30px 30px 30px 260px;
	} */
	.portfolio > div {
		width: 335px;
		height: 335px;
	}
	.allContacts div {
		width: 30%;
	}
	.about .centerContent,
	.projects .centerContent	{
		width: 95%;
	}
	.gp h1 {
		font-size: 30px;
	}
	.gp .sc2 img {
		width: 38%;
	}
	.rightContent {
		padding: 30px 30px 30px 185px;
	}
	.leftContent {
		width: 185px;
	}
	.mainMenu a {
		font-size: 14px;
		margin: 0px 20px;
	}

	.about .review {
        max-width: 390px;
        /*display: inline-block;*/
        margin-left: 10px;
        font-size: 12px;
        line-height: 10px;
    }
    .about .rev_pic{
        max-width: 50px;
        margin-right:15px;
    }
    .about .rev_text p{
        font-size: 12px;
    }
}
@media screen and (max-width: 1400px) {
	.rightPart2 {
		width: 33%;
	}
	.content.sk h1,
    .content.lock h1 {
		font-size: 32px;
	}
    .lock .centerContent {
        width: 80%;
    }
}
@media screen and (max-width: 1300px) {
	.header .logo {
		width: 265px;
	}
	.logo_wrap {
		top: 20px;
	}
	.logo_wrap .select_styled {
		top: 7px;
		left: 285px;
	}
	.navbar .nav > li > a {
		padding: 10px;
	}
	.navbar .nav {
		margin: 15px 15px 15px 0px;
	}
	.allContacts div {
		width: 32%;
	}
	.sk .centerContent {
		width: 90%;
	}
	.gp .centerContent {
		width: 90%;
	}
    .lock .centerContent {
        width: 90%;
    }
	.tck .centerContent {
        width: 90%;
    }
	.listCenter {
		width: 50%;
	}
	.acc-blocks .item {
		width: 23.9%;
	}
	.sk .sc3 img {
		margin: 5% 0px 0px;
	}
	.sk .sc5 img {
		margin: 0px;
	}
	.gp .col4 div {
		margin: 0px 0px 0px 2%;
	}
	.af .centerContent {
		width: 1000px;
	}
	.af .appBtns > div {
		float: none;
	}
	.af .appBtns > div:first-child {
		margin: 0px 0px 30px 0px;
	}
	.af .appStore, .af .googlePlay, .af .appBtns img {
		vertical-align: middle;
	}
	.map .textBlockWrap {
		width: 90%;
	}
	.af .info .textBlock {
		width: 300px;
	}
	.info .rest {
		display: none;
	}

    .about .review {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;
        display: block;
        /*font-size: 12px;*/
    }
/*    .about .show{
        display: block;
    }*/

}
@media screen and (max-width: 1250px) {
	.centerContent{
		width: auto;
	}
	#orderForm .p_wrapper {
		width: 88%;
	}
	
}
@media screen and (max-width: 1200px) {
	.contactsFooter {
		width: 970px;
	}
	.gp h1 {
		font-size: 25px;
	}
	.rightPart2 {
		padding: 0px 20px;
	}
	.rightPart2 h2 {
		padding: 10px 0px;
		font-size: 30px;
		line-height: 1;
	}
	.contactsFooter > div {
		width: auto;
		margin: 0px 0px 0px 20px;
	}
	.contactsFooter > div:first-child {
		margin: 0px;
	}
	#orderForm .p_wrapper.btns {
		text-align: center;
		width: 100%;
	}
	#instafeed a img {
		width: 25%;
	}
	.sk .sc1 img.float_l {
		width: 50%;
	}
	.sk .sc1 div {
		padding: 0px;
	}
	.gp .sc1 img {
		width: 40%;
	}
	.gp .col4 {
		margin: 40px 0px 0px;
	}
	.gp .col4 div:first-child {
		width: 40%;
	}
	.gp .col4 div {
		padding: 5px 0px 0px 40px;
		margin: 5px auto;
		float: none;
		width: 40%;
	}
	.gp .sc3 div span {
		left: 10%;
		width: 80%;
	}
	.gp .sc3 div img {
		width: 70%;
	}
	.af .centerContent {
		width: 900px;
	}
	.af .textBlock {
		width: 55%;
	}
	.af .phoneTop {
		margin: 70px 0px 0px 15%;
	}
	.af .info .textBlock {
		width: 245px;
	}
	.info .town {
		background: url("../img/afisha/town1.png") no-repeat scroll -108px 28px transparent;
	}
	.tck .sc3 .float_l, .tck .sc3 .float_r {
		width: 100%;
		float: none;
	}
	.tck .sc3 .float_l img, .tck .sc3 .float_r img{
		margin: 10px auto;
		width: 60%;
	}
	.map p {
		display: none;
	}
}
@media screen and (max-width: 1070px) {
	.header .logo {
		width: 38px;
		height: 38px;
		overflow: hidden;
	}
	.header .logo img{
		max-width: none;
		margin-left: -281px;
	}
	.logo_wrap {
		top: 17px;
	}
	.logo_wrap .select_styled {
		top: 9px;
		left: 50px;
	}
    .lock .sc1 img {
        margin: 20px 35px 0 0;
        width: 45%;
    }
    .lock .sc1 div {
        width: 50%;
        float: right;
    }
}
@media screen and (max-width: 1000px) {
	.contactsFooter {
		width: auto;
	}
	.mapWrapp video{
		display: none !important;
	}
	#map {
		opacity: 1;
	}
	#callbackForm, #jobsForm{
		width: 765px;
	}
	#callbackForm .textarea,
	#jobsForm .textarea,
	#jobsForm #link-cb{
		width: 370px;
	}
	.allContacts {
		width: 90%;
		margin: 30px auto 0 auto;
		text-align: left;
	}
	.allContacts div {
		width: 49%;
		margin: 0px 0px 30px;
	}
	#orderForm .input,
	#orderForm  #comments-order .textarea{
		width: 55%;
	}
	.p1 .pulsate,
	.p2 .pulsate_rev,
	.p3 .pulsate,
	.p1 .bounce1,
	.p1 .bounce2,
	.p2 .fadeInUp,
	.p3 .rotateIn{
		animation: none;
		display: none;
	}
	
	.proj .proj_bg,
	.proj .proj_1,
	.proj.p2 .proj_3,
	.proj.p2 .proj_2,
	.proj.p3 .proj_3,
	.proj.p3 .proj_4,
	.proj .ico {
		display: none;
	}
	.proj .proj_bg2{
		display: block;
	}
	.projects .p5 .proj_bg2 {
		margin-left: -90px;
	}
	#orderForm  .textarea{
		width: 80%;
	}
	.gp .sc5 img {
		width: 45%;
	}
	.tck .sc1 img.float_l {
	  width: 50%;
	  margin: 0 auto;
	  float: none;
	}
	.tck .sc1 div {
	  padding: 50px 0 0 0;
	}
}
@media screen and (max-width: 980px) {
	/* .left-menu .navbar .nav {
		display: none;
	} */

.rt_left .tip, .rt_right .tip, .return .tip {
    display: none;
}

	.gp h1 {
		font-size: 20px;
		line-height: 1.3;
	}
	.leftContent {
		width: 0px;
	}
	.rightContent {
		padding: 30px 30px 30px 30px;
	}
	.navbar-fixed-top {
		position: static;
	}
	.leftContent .mainMenu {
		display: none;
	}

	.left-menu .lt-mainMenu.show{
		display: block;
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		height: auto;

	}

	.left-menu .portfolio_link, .left-menu .open{
		background: url("../img/select_arrow_d.png")no-repeat 100% 50%;
	}
	/* .rightPart1 {
		width: 60%;
	} */
	.rightPart1 {
		width: 100%;
	}
	.rightPart2 {
		width: 100%;
		padding: 0;
		position: static;
		background: none;
		margin-top: 20px !important;
	}
	.rightPart2 .text {
		padding: 0px;
	}
	
	.footer {
		height: auto;
	}
	.contactsFooter > div:first-child {
		margin: 15px 0px 15px 20px;
	}
	.contactsFooter > div {
		width: 47%;
		margin: 15px 0px 15px 20px;
		text-align: left;
	}
	
	.contactsFooter {
		width: auto;
	}
	.acc-gallery .img_wrap {
		margin: 0.35%;
	}
	.acc-blocks .item:first-child {
		margin: 0px 0px 0px 1%;
	}
	.acc-blocks .item {
		width: 48%;
	}
	.listCenter {
		width: 65%;
	}
	.work .tip {
		display: none;
	}
	.sk .sc3 .float_l, .sk .sc5 .float_l{
		float: none;
		width: 100%;
	}
	.sk .section img.float_r {
		display: block;
		width: 70%;
		float: none;
		margin: 20px auto 0px;
	}
	.sk .section h1 img {
		max-height: 50px;
		margin: 0px 15px 0px 0px;
	}
	.return, .rt_left, .rt_right {
		/*display: none;*/
	}
	.gp .sc3 div {
		height: 270px;
	}
	.gp .sc2 img {
		margin-top: -305px;
	}
	.gp .sc2 p {
		width: 100%;
	}
	.gp h1.sc1 {
		margin: 70px 0px 50px auto;
	}
	.gp .sc1 img {
		margin: -90px 0px 0px;
	}
	.af .centerContent {
		width: 700px;
	}
	.af .business .textBlock {
		width: 60%;
		height: 100%;
	}
	.af .business .phoneB {
		width: 35%;
		height: auto;
		margin: -48px 0px 0px 45%;
	}
	.af .info .phoneBottom {
		float: none;
		margin: 50px auto;
	}
	.af .info .textBlock {
		width: 100%;
		float: none;
		margin: 0px;
	}
	.af .info .centerContent {
		height: auto;
	}
	.info .town {
		display: none;
	}
	.af .phoneTop {
		margin: 70px 0px 0px 13%;
	}
.info .pointers {
		display: none;
	}

	.af .info.blue  div.textBlock:first-child{
		margin: 0px;
	}
	.af .info.blue  div.textBlock{
		margin: 0px 0px 200px;
	}
	.af .info.blue {
		background: url("../img/afisha/town.png") repeat-x scroll -80px 100% rgb(0, 127, 208);
	}
}
@media screen and (max-width:850px){
	.navbar-fixed-top .navbar-inner{
		padding:0;
		margin-left:0;
	}
	.nav-collapse{
		clear:both;
		overflow:hidden;
		height: auto; /* 71px */
		opacity: 1;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
		width: 100%;
		position: absolute;
		top: 70px;
		background: #F7F7F7;
		border-bottom: 1px solid #D2D2D2;
		-webkit-transition:all 0.7s ease;
		-moz-transition:all 0.7s ease;
		-o-transition:all 0.7s ease;
		transition:all 0.7s ease;
	}

	.nav-collapse .nav{
		float:none;
		margin-left: 0;
	}

	.nav-collapse .nav>li{
		float:left;
		width:50%
	}
	
	.nav-collapse .nav>li>a{
		margin:0;
		background:transparent;
		padding:9px 15px;
		font-weight:bold;
		color:#3d3d3d;
		border-top: 1px solid rgb(210, 210, 210);
		-webkit-border-radius:0;
		-moz-border-radius:0;
		border-radius:0;
	}

	.nav-collapse.collapse{
		overflow:hidden;
		height:0;
		opacity: 0;
		filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
	}
	.nav-collapse .li-collapse {
		display: none;
	}
	.navbar .btn-navbar{
		display:block;
	}
	.navbar .nav-show{
		display:block;
	}

	.navbar-fixed-top+.content{
		margin-top:0
	}
	
	#navbar{
		margin:0 -2px;
		padding:0 0 10px;
	}
}
@media screen and (max-width: 800px) {
	/* .proj.p1 {
		background: url("../img/afisha.jpg") no-repeat;
		background-size: 100% 100%;
		width: 100%;
	}
	.proj .proj_bg,
	.proj .p1_ico1,
	.proj .p1_ico2,
	.proj .p1_ico3,
	.proj .p1_ico4{
		display: none;
	} */
	.rightContent {
		padding: 10px;
	}
	/* .navbar-fixed-top{
		position:static;
	} */
	
	.section-home,.video-about video{
		background-size: auto 100%;
	}
	.acc-gallery .img_wrap {
		margin: 0.35%;
	}
	#callbackForm, #jobsForm {
		width: 500px;
	}
	#callbackForm .float_l,
	#jobsForm .float_l {
		float: none;
		text-align: left;
	}
	#callbackForm .textarea,
	#callbackForm  .input,
	#jobsForm  .textarea,
	#jobsForm  .input,
	#jobsForm #link-cb{
		width: 94%;
	}
	.margin_l {
		margin-left: 0px;
	}
	.allContacts {
		font-size: 14px;
	}
	.skills .chart {
		margin: 20px 3%;
		text-align: center;
	}
	
	/*add for skills */
	 .skills .chart span.percent, .skills .chart span.yrs {
		  top: 31%;
		  font-size: 17px;
	}



	#jobsForm #jobs-callback .input{
		width: 100%;
	}
	#jobsForm #jobs-callback {
		width: 90%;
	}
	.select_styled .el-icon-caret-down {
		right: -30px;
	}
	#orderForm #client-order label:first-child {
		width: 190px;
	}
	#orderForm label {
		font-size: 20px;
	}
	#submitNext, #submitSend {
		width: 45%;
	}
	#instafeed a img {
		width: 33.333%;
	}
	.sk .sc3 div {
		margin: 40px 0px 0px;
	}
	.gp .sc2 img {
		margin-top: -250px;
	}
	.af .phoneTop {
		margin: 70px 0px 0px 10%;
	}
	.af .info.blue {
		background: url("../img/afisha/town.png") repeat-x scroll -150px 100% rgb(0, 127, 208);
	}
    .lock .sc1 img.float_l {
        margin: 0 auto;
        width: auto;
        float: none;
    }
    .lock .sc1 div {
        width: 100%;
        float: none;
    }
    .lock .sc2 img {
        width: 20%;
        margin: 0px 4% 0px 0;
    }
    .lock .sc2 div {
        padding: 30px 0 0 0;
    }
}
@media screen and (max-width: 750px) {
	.rightPart1 {
		width: 100%;
	}
	.rightPart2 {
		width: 100%;
		padding: 0;
		position: static;
		background: none;
	}
	.contactsFooter > div {
		width: 45%;
	}
	.acc-gallery .img_wrap {
		width: 23.45%;
	}
	.acc-gallery .img_wrap {
		margin: 0.5%;
	}
	.allContacts div {
		width: 100%;
	}
	.contacts .gray_bg {
		margin: 50px 0px 50px;
	}
	.mapWrapp, #map {
		height: 400px;
	}
	#orderForm .p_wrapper {
		width: 96%;
		margin: 0px auto;
	}
	
	#orderForm .styled_upload .input {
		font-size: 14px;
	}
	#orderForm .part_1 {
		text-align: left;
	}
	#orderForm .part_1 .input_wrap,
	#orderForm .part_1 label {
		display: block;
	}
	#orderForm .input, #orderForm .textarea,
	#orderForm  #comments-order .textarea{
		width: 97%;
		margin: 0px 0px 25px 0px;
	}
	#orderForm #client-order label:first-child,
	#orderForm .part_1 label {
		width: 97%;
		margin: 0px 0px 15px 0px;
	}
	#orderForm #client-order label:first-child {
		text-align: left;
	}
	#orderForm label.ch_label{
		text-indent: -38px;
		margin: 0px 0px 0px 38px;
		display: inline-block;
		*display: inline;
		zoom: 1;
	}
	#orderForm label.error {
		margin: -20px 0px 0px 0px !important;
	}
	#orderForm .input_wrap .note {
		left: 0px;
		margin-top: 80px;
	}
	#orderForm .btns {
		text-align: center;
	}
	#orderForm .tip {
		border-left: 0px;
		border-right: 1px solid #6FB6BE;
		left: -50%;
	}
	.sk .section h1 img {
		max-height: 30px;
	}
	.sk .sc6 div .design4 {
		margin: 50px auto 0px auto;
		width: 75%;
		display: block;
	}
	.sk .sc2 img.float_l, .sk .sc4 img.float_l, .sk .sc6 img.float_l {
		width: 30%;
	}
	.sk .sc2 div, .sk .sc4 div {
		padding: 0px;
	}
	.gp h1, .gp h1.sc1 {
		width: 90%;
	}
	.gp .sc1 img {
		margin: -18px 0px 0px;
	}
	.gp h1.sc1 {
		margin: 50px 0px 50px auto;
	}
	.gp .sc2 ul {
		margin: 0px auto 20px;
		width: 70%;
	}
	.gp .sc2 img {
		display: none;
	}
	.gp .sc3 div {
		width: 50%;
	}
	.gp .sc3 div span {
		left: 5%;
		width: 90%;
	}
	.af .centerContent {
		width: 90%;
	}
	.af .pattern {
		margin-top: 40px;
	}
	.af .pattern .textBlock{
		width: 100%;
		float: none;
	}
	.af .af_logo {
		text-align: center;
	}
	.af .appBtns {
		margin: 40px auto 0px auto;
		width: 335px;
	}
	.af .phoneTop {
		margin: 50px auto;
		float: none;
	}
	.af .business.green {
		height: auto;
	}
	.af .business .textBlock {
		width: 100%;
		float: none;
		padding: 60px 0px 25px;
	}
	.af .business .phoneB {
		float: none;
		position: absolute;
		top: -49px;
		margin: 0px;
		right: 10%;
	}
	.content.af .rest.orange .textBlock {
		width: 100%;
		margin: 0px 0px 50px;
	}
	.af .phone_white {
		display: none;
	}
	.content.af .map h3 {
		font-size: 15.5px;
		line-height: 20px;
	}
	.map .textBlockWrap {
		width: 100%;
		background: none;
	}
	.map .textBlock {
		margin: 41px 0px 0px;
		width: auto;
		height: auto;
		padding: 25px 20px;
	}
}
@media screen and (max-width: 600px) {
	.contactsFooter > div {
		width: 100%;
	}
	.acc-gallery .img_wrap {
		width: 31.45%;
	}
	#callbackForm, #jobsForm{
		width: 400px;
	}
	#jobsForm #jobs-callback {
		width: 89%;
	}
	.listCenter {
		width: 80%;
	}
	.listCenter span {
		font-size: 20px;
	}
	.listCenter li {
		text-indent: -25px;
		padding: 0px 0px 0px 25px;
	}
	.skills {
		margin: 30px 0px;
	}
	.skills .chart {
		margin: 10px 0px;
	}
/* 	#orderForm .input, #orderForm .textarea {
		width: 90%;
	} */
	#orderForm .p_wrapper {
		width: 88%;
	}
	#orderForm .styled_upload .button {
		width: 130px;
	}
	#orderForm .tip {
		left: -22px;
	}
	#orderForm .comment_wrap .textarea {
		width: 97%;
		margin: 25px 0;
	}
	#orderForm .comment_wrap label {
		padding: 0px;
	}
	.gp .col4 div, .gp .col4 div:first-child {
		width: 60%;
	}
	.gp .sc1 img {
		margin: -45px auto 0px;
		float: none;
		display: block;
		width: 80%;
	}
	.gp .sc1 p {
		width: 100%;
		float: none;
		margin: 10px 0px;
	}
	.gp .sc5 div img {
		display: block;
		margin: 0px auto;
	}
	.gp .sc5 img {
		display: none;
	}
	.gp .sc5 div {
		width: 100%;
	}
	    .about .review {
        max-width: 500px;

        /*display: inline-block;*/
        margin-left: 25px;
        font-size: 12px;
        line-height: 10px;
    }
    .content.lock h1 {
        text-align: center;
    }
    .lock .sc1 {
        margin: 40px 0px 0px 0px;
    }
    .lock .sc4 img.float_r,
    .lock .sc2 img.float_l {
        display: none;
    }
    .lock .sc4 div.float_l {
        width: 100%;
        margin: 45px 0px 0px;
        float: none;
    }
	.tck .sc1 img.float_l {
		width: 90%;
	}
	.tck .sc3 .float_l img, 
	.tck .sc3 .float_r img , 
	.tck .sc2 img, 
	.tck .sc4 .float_l img, 
	.tck .sc4 .float_r img {
		margin: 10px auto;
		width: 90%;
	}
	.tck .sc2 .float_l, 
	.tck .sc2 .float_r,
	.tck .sc4 .float_l, 
	.tck .sc4 .float_r {
		float: none;
		width: 100%;
	}
	.tck ul {
		padding: 15px 10px 15px 45px;
	}
}
@media screen and (max-width: 500px) {
	.contacts .gray_bg img,
	.work .gray_bg img {
		width: 90%;
	}
	.listCenter{
		font-size: 16px;
	}
	.p2 .proj_bg2 {
		margin-left: -220px;
	}
	#submitNext, #submitSend {
		width: 94%;
		margin: 5px auto;
	}
	#instafeed a img {
		width: 50%;
	}
	.sk .section h1 img {
		display: none;
	}
	.sk .sc1 img.float_l {
		width: 75%;
		float: none;
		margin: 0 auto;
	}
	.sk .section h1 {
		text-align: center;
	}
	.af .business .phoneB {
		display: none;
	}
	.af .business .textBlock {
		padding: 25px 0px 25px;
	}
	.logo_wrap {
		left: 10px;
	}
	.logo_wrap .select_styled {
		left: 45px;
	}
	.lt-mainMenu li,
	.navbar .nav > li > a {
		font-size: 15px;
	}
	.navbar .nav-show {
		margin: 15px 0px;
	}
	.navbar .btn-navbar{
		margin: 18px 10px 18px 7px;
	}
	.navbar .nav-show {
		margin: 15px 0px 15px 0px;
		padding: 0;
	}
	
	.about .review {
        max-width: 450px;

        /*display: inline-block;*/
        margin-left: 0px; /*edit by Den*/
        font-size: 12px;
        line-height: 10px;
    }
    .lock .sc1 img.float_l {
        width: 95%;
    }
    .lock .sc3 img.float_l {
        margin: 0px auto 30px auto;
        width: 80%;
        float: none;
    }
    .lock .sc3 img.float_r {
        width: 95%;
        float: none;
        margin: 0 auto;
    }
}
@media screen and (max-width: 450px) {
	.logo_wrap {
		left: 6px;
	}
	.logo_wrap .select_styled {
		left: 41px;
		width: 25px;
	}
	.logo_wrap .select_styled .input,
	.logo_wrap .select_styled li	{
		font-size: 14px;
	}
	.navbar .btn-navbar {
		margin: 18px 6px 18px 7px;
	}
	.lt-mainMenu li,
	.navbar .nav > li > a {
		font-size: 14px;
	}
	.navbar .nav > li > a {
		padding: 10px 5px;
	}
	.content.about h1 {
		padding: 0px;
		font-size: 25px;
		line-height: 1;
	}
	 



	.acc-gallery .img_wrap {
		width: 48.45%;
	}
	.acc-gallery .img_wrap {
		margin: 0.4%;
	}
	#callbackForm,  #jobsForm{
		width: 90%;
	}
	#jobsForm #jobs-callback {
		width: 88%;
	}
	.listCenter {
		width: 90%;
	}
	.proj .proj_bg2 {
		height: 168px;
	}
	.styled_upload {
		width: 90%;
	}
	.tip {
		width: 230px;
		padding: 10px 12px 0px 0px;
	}
	.sk .sc2 img.float_l, .sk .sc4 img.float_l, .sk .sc6 img.float_l {
		display: none;
		float: none;
	}
	.gp .col4 div, .gp .col4 div:first-child {
		width: 75%;
	}
	.gp .sc2 ul {
		width: 85%;
	}
	.af .info .phoneBottom {
		width: 280px;
	}
	.af .sliderBottom_tabs {
		margin-left: 210px;
	}
	.af .appBtns {
		width: 190px;
		text-align: center;
	}
	.af .appStore, .af .googlePlay {
		margin: 20px 0px 0px;
	}
	.af .slider_nav.prev {
		margin: 0px 0px 0px -50px;
	}
	.af .slider_nav.next {
		margin: 0px 0px 0px 200px;
	}
	.af .info.blue {
		background: url("../img/afisha/town.png") repeat-x scroll -388px 100% #007FD0;
	}
	.lt-mainMenu li {
		width: 100%;
		float: none;
		text-align: left;
		padding: 10px 15px;
	}
	.slogan-header {
		font-size: 25px !important;
	}
	.about .reviews {
		display: block;
	}
	.about .review {
		max-width: inherit;
		min-width: inherit;
		margin-top: 30px;
	}
	.about .review .rev_pic {
		display: block;
		margin: 20px auto;
		float: none;
	}
	.about .review .rev_text p {
		padding-right: 0px;
	}
}

@media screen and (max-width: 400px) {
	.acc-blocks .item {
		width: 100%;
		margin: 5px 0px;
	}
	.allContacts div span{
		width: auto !important;
	}
	.projects .p2 .proj_bg2 {
		margin-left: -230px;
	}
	.projects .p3 .proj_bg2 {
		margin-left: -37px;
	}
	.projects .p4 .proj_bg2 {
		margin-left: -20px;
	}
	.projects .p5 .proj_bg2 {
		margin-left: -125px;
	}
	/* #orderForm .p_wrapper {
		width: 94%;
	} */
	
	#orderForm .input, #orderForm .textarea,
	#orderForm  #comments-order .textarea,
	#orderForm .comment_wrap .textarea{
		width: 93%;
	}
	#orderForm .p_wrapper.btns {
		width: 95%
	}
	.gp .sc3 div {
		width: 100%;
	}
	#orderForm .styled_upload .input {
		text-indent: 6px;
	}
	.left-menu .navbar .nav > li:first-child > a{
		padding: 10px 10px 10px 5px;
	}
	.left-menu .navbar .nav > li > a{
		padding: 10px 0px 10px 5px;
	}
	
}
@media screen and (max-width: 280px) {
	.navbar-fixed-top .logo{
		width:50%
	}
}

