﻿/*@font-face {
    font-family: "Myriad Set Pro"; 
    src: url(/fonts/myriad-set-pro_thin.woff);
}*/

#load-box {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #f2f2f2;
	z-index: 100000;
	top: 0;
	left: 0;
}

#load-box img {
    position:absolute;
    width:100px; /*image width */
    height:100px; /*image height */
    left:50%; 
    top:50%;
    margin-left:-50px; /*image width/2 */
    margin-top:-50px; /*image height/2 */
}

@font-face {
	font-family:'Myriad Set Pro';
	font-style:normal;
	font-weight:100;
	src: url("/fonts/myriad-set-pro_thin.ttf") format("truetype"), url("/fonts/myriad-set-pro_thin.woff") format("woff");
}
body {
  font-family: "Myriad Set Pro";
  font-size: 14px;
}
hr {
	margin: 0;
	border-top: .5px solid #ccc;
}
.container {
    padding: 0;
}
.navbar-default {
    background-color: #f8f8f8; /* colour menu line */
    border: none; 
}
#top-header-text {
  font-size: 1.2em;
  color: rgb( 53, 53, 53 );
  -moz-transform: scale(1.1, 1);
  -webkit-transform: scale(1.1, 1);
  -ms-transform: scale(1.1, 1);
  position: absolute;
  left: 31px;
}
#head-info {
	background: #f2f2f2;
}
#head-info  p {
  font-size: .8571em;
  font-family: "Roboto";
  color: rgb(53, 53, 53);
  text-transform: uppercase;
  text-align: left;
  margin: 5.5px 0;
}
#logo-wrap img {
	margin: 25px 0 5px;
}
#phone-wrap button {
  font-size: 1.7142em;
  font-family: "Roboto";
  color: #333232;
  background: none;
  border: none;
  padding: 15px 0 0 0;
  font-weight: bold;
}
#phone-wrap button:active {
	box-shadow: none;
}
#phone-wrap button img {
	margin-left: 5px;
}
#phone-wrap ul {
	width: 101%;
}
#phone-wrap div span {
  font-size: 1em;
  color: rgb(45, 45, 45);
  margin: 0 0 10px 0;
  display: inline-block;
}
#phone-icon {
	margin-top: -5px;
}
.call-me {
	float: right;
    margin-right: 120px;
	margin-bottom: 10px;
}
.call-me span {
  font-size: 1.2em;
  font-family: "Myriad Set Pro";
  color: #333232;
  text-decoration: none;
}
.call-me span:hover {
  text-decoration: underline;
  cursor: pointer;
}
.navbar {
	min-height: 28px;
}
.navbar-default {
    background: #f2f2f2;
    border: none;
	margin: 0 0 10px;
}
#menu-logo {
	padding: 0;
}
#navbar a, #navbar a:hover, #price-menu, #price-menu:hover {
  font-size: 1.1428em;
  font-family: "Myriad Set Pro";
  color: rgb(14, 14, 14);
  text-transform: uppercase;
  padding: 5px 3px 3px 3px;
}
.top-menu-l:hover {
	text-decoration: underline !important;
}
#price-menu, #price-menu:hover {
	display: block;
	text-align: right;
	padding: 4px 3px 2px 3px;
	color: #f06292;
	font-weight: bold;
}
#menu-logo img {
	margin: 1px 0;
}
#navbar, #price-wrap {
	padding: 0;
}
#nav-list {
	width: 100%;
}
.top-menu {
	margin-right: 20px;
}
.dropdown-toggle:focus {
	background: none;
}
#navbar .navbar-nav>.open>a, #navbar  .navbar-nav>.open>a:focus, #navbar .navbar-nav>.open>a:hover {
    background-color: #F2F2F2;
}
.menu-wrap li {
	width: 85%;
    margin-left: 10px;
	padding-right: 5px;
}
.menu-wrap li a {
	text-transform: none !important;
}
.menu-wrap li:hover {
	text-decoration: underline;
}
.menu-items {
	padding: 0;
}
.menu-wrap {
	border: none;
    box-shadow: none;
    background: #F2F2F2;
	margin-left: -9px;
}
#nav-wrap {
	padding: 0 55px 0 50px;
}
/* Carousel top */
.carousel-control.left, .carousel-control.right {
	background-image: none;
}
.slider-text {
	float: left;
}
.slider-text h1 span {
    display: block;
    font-size: 0.7em;
    text-transform: lowercase;
}
#text-slide-1, #text-slide-2, #text-slide-3, #text-slide-0 {
	position: absolute;
	text-align: left;
    left: 90px;
	top: 40px;
}
.slider-1-h1 {
  font-size: 2.5714em;
  font-family: "Myriad Set Pro";
  color: rgb(240, 98, 146);
  text-transform: uppercase;
  margin: 75px 0 45px 15px;
  line-height: 0.833;
}
.carousel-indicators {
    bottom: 20px;
}
.slider-text h2 {
  font-size: 1.7142em;
  color: rgb( 53, 53, 53 );
  text-align: center;
  margin: 0 0 25px;
  text-align: center;
}
.slider-text a, .slider-text a:hover {
  font-size: 1.5em;
  color: rgb( 15, 143, 207 );
  text-decoration: none;
  display: block;
  text-align: center;
}
.active-slide-text {
	z-index: 100;
}
.slider-text a:hover {
	color: rgb( 53, 53, 53 );
}
.slider-text a:hover img {
  -webkit-filter: grayscale(1);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: url(#greyscale);
  filter: gray;
}
.slider-text a, .slider-text a:hover, .slider-text a:hover img, .slider-text a img {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
} 
.carousel-indicators li {
	border: none;
	border-radius: 0;
	width: 17px;
	height: 17px;
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	margin: 0 2px;
}
.caret {
	color: #8a8a8a;
	margin-left: 5px;
}
.carousel-indicators .active {
	width: 26px;
	height: 26px;
	-webkit-transform:translatey(4.5px);
	-moz-transform:translatey(4.5px);
	-o-transform:translatey(4.5px);
	-ms-transform:translatey(4.5px);
	transform:translatey(4.5px);
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}
.carousel-control {
    left: 0;
	width: 4%;
}
#myCarousel {
	margin-top: -30px;
}
#myCarousel .right {
	opacity: 1 !important;
}
#myCarousel .right img {
	margin-left: 15px;
}
.carousel-control:focus {
	opacity: .8;
}
.carousel-control:hover {
    opacity: 1;
}
.carousel-control img {
	margin-top: 185px;
}

#indicator-1 {
	background: #0098e9;
}
#indicator-2 {
	background: #f06292;
}
#indicator-3 {
	background: #ffd41c;
}
#indicator-4 {
	background: #8d8989;
}
.hide-slide h1, .hide-slide h2, .hide-slide a, .hide-img  {
	opacity: 0;
}
.call-btn:hover #call-img-0 {
	-webkit-filter: drop-shadow(0 0 4px #f06292); 
    filter: drop-shadow(0 0 4px #f06292);
}
.call-btn:hover #call-img-1 {
	-webkit-filter: drop-shadow(0 0 4px #ffd41c); 
    filter: drop-shadow(0 0 4px #ffd41c);
}
.call-btn:hover #call-img-2 {
	-webkit-filter: drop-shadow(0 0 4px #8d8989); 
    filter: drop-shadow(0 0 4px #8d8989);
}
.call-btn:hover #call-img-3 {
	-webkit-filter: drop-shadow(0 0 4px #0098e9); 
    filter: drop-shadow(0 0 4px #0098e9);
}
.call-btn:hover #call-img-0, .call-btn:hover #call-img-1, .call-btn:hover #call-img-2, .call-btn:hover #call-img-3, #price-menu  {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#text-slide-0 h1, #text-slide-1 h1, #text-slide-2 h1, #text-slide-3 h1, #text-slide-0 h2, #text-slide-1 h2, #text-slide-2 h2, #text-slide-3 h2, #text-slide-0 a, #text-slide-1 a, #text-slide-2 a, #text-slide-3 a  {
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.call-btn img {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#text-slide-0 h1, #text-slide-1 h1, #text-slide-2 h1, #text-slide-3 h1 {
  font-size: 2.5714em;
  font-family: "Myriad Set Pro";
  text-transform: uppercase;
  margin: 60px 0 20px;
  text-align: center;
}
#text-slide-3 h1 {
	color: #0098e9;
}
#text-slide-0 h1 {
	color: #f06292;
}
#text-slide-1 h1 {
	color: #ffd41c;
}
#text-slide-2 h1 {
	color: #8d8989;
}
#head-phone {
	box-shadow: none;
    border: none;
    text-align: end;
	margin-top: -2px;
}
#head-phone li {
  font-size: 1.2857em;
  font-family: "Roboto";
}
#head-phone .phone-menu, #head-phone .phone-menu a {
  color: rgb(53, 53, 53);
  line-height: 1.667;
  font-weight: bold;
  padding-right: 30px;
}
#head-phone .phone-menu a:hover {
  color: rgb(53, 53, 53);
  line-height: 1.667;
  font-weight: bold;
}
#head-phone .phone-menu a {
	padding: 0;
}
#services {
  font-size: 2.1428em;
  font-family: "Myriad Set Pro";
  color: rgb(0, 0, 0);
  text-align: center;
  margin: 70px auto 70px;
}
#services-tab {
	padding: 0 15px;
}
.services-wrap {
	padding: 0;
}
.services-text h2{
  font-size: 1.7142em;
  color: rgb( 53, 53, 53 );
  margin: 0;
}
.services-text h3{
  font-size: 1.2857em;
  color: rgb( 110, 110, 110 );
  margin: 0 20px;
}
.services-wrap .services-text {
	position: absolute;
    top: 25px;
	text-align: center;
    left: 0;
    right: 0;
}
#about-us, #contact-us, #contact-head {
  font-size: 2.1428em;
  font-family: "Myriad Set Pro";
  color: rgb(0, 0, 0);
  line-height: 1;
  text-align: center;
  margin: 70px auto;
}
#contact-head {
  margin-bottom: 30px;
}
#team-image {
	border: 1px solid #898989;
	float:right;
	margin-right: 65px;
}
#team-list {
  font-size: 1.2857em;
  font-family: "Myriad Set Pro";
  color: rgb(0, 0, 0);
  line-height: 1.167;
  list-style: none;
  -moz-transform: scale(1.1, 1);
  -webkit-transform: scale(1.1, 1);
  -ms-transform: scale(1.1, 1);
  margin-top: 40px;
}
#team-list li {
	margin-bottom: 35px;
}
.team-icon {
	float: left;
	margin-right: 30px;
	margin-top: -11px;
}
#divider {
	margin-top: 70px;
	margin-bottom: 0;
}
:focus {
outline: 0 !important;
}
.partners {
	margin: 20px 0 !important;
}
.contact-block-left, .contact-block-center, .contact-block-right {
	margin: 0 auto;
	text-align: center;
}
.contact-block-left {
	padding-left: 70px;
}
.contact-block-center {
	padding-left: 68px;
}
.contact-block-right {
	padding-left: 72px;
}
.contact-block-left img, .contact-block-center img, .contact-block-right img {
	display: inline-block;
	position: absolute;
    top: 3px;
    margin-left: -55px;
}
.contact-block-left address, .contact-block-center address, .contact-block-right address  {
  font-size: 1.2857em;
  color: rgb(53, 53, 53);
  line-height: 1.2;
  text-align: right;
  -moz-transform: scale(1.1, 1);
  -webkit-transform: scale(1.1, 1);
  -ms-transform: scale(1.1, 1);
  display: inline-block;
}
.contact-block-center address a, .contact-block-center address a:hover, .contact-block-right address a, .contact-block-right address a:hover {
  color: rgb(53, 53, 53);
  text-decoration: none;
}

.contact-block-left address a {
  font-size: .9em;
  color: rgb(53, 53, 53);
  text-decoration: underline;
  line-height: 1.143;
}
.contact-block-left address a:hover {
  text-decoration: none;
}
.contact-block-left address, .contact-block-center address, .contact-block-right address {
  text-align: right;
}
.contact-block-center address {
  text-align: center;
}
.contact-block-right address {
  text-align: left;
}
.contact-block a, .contact-block a:hover, #work-time {
  font-size: .9em;
  color: rgb(53, 53, 53);
  display: block;
}
.contact-block a, .contact-block a:hover {
	text-decoration: underline;
}
#work-time {
  margin-top: 20px;
}
#map-top, #map-top-m {
  width: 96.5px;
  font-size: 1.1428em;
  font-family: "Roboto";
  font-weight: bold;
  color: rgb(53, 53, 53);
  line-height: 1.5;
  -moz-transform: matrix( 0.88526952492653,0,0,0.88468237361434,0,0);
  -webkit-transform: matrix( 0.88526952492653,0,0,0.88468237361434,0,0);
  -ms-transform: matrix( 0.88526952492653,0,0,0.88468237361434,0,0);
  background: none; 
}
#caret-map, #caret-map-m {
    margin-left: 12px;
}
#map-top:active, #map-top-m:active {
	box-shadow: none;
}
#dropdown-map, #dropdown-map-m {
	width: 90.5px;
    min-width: 0;
    margin: 0;
    box-shadow: none;
    border: none;
    padding: 5px 7px 5px 7px;
	background: #F5F5F5;
}
#dropdown-map li, #dropdown-map-m li {
  font-size: 1.1428em;
  width: 73px;
  font-family: "Roboto";
  font-weight: bold;
  color: rgb(53, 53, 53);
  padding: 0;
  cursor: pointer;
  -moz-transform: matrix( 0.88526952492653,0,0,0.88468237361434,0,0);
  -webkit-transform: matrix( 0.88526952492653,0,0,0.88468237361434,0,0);
  -ms-transform: matrix( 0.88526952492653,0,0,0.88468237361434,0,0);
  background: none; 
}

.contact-form input, .contact-form textarea {
  font-size: 1.2142em;
  color: rgb(53, 53, 53);
  padding: 12px 20px;
  width: 100%;
  border: 1px solid #808080;
  border-radius: 5px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  -ms-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out;
}
.contact-form textarea { 
	 border-radius: 5px 5px 0 0;
}
.contact-form input:hover {
	box-shadow: 0 0 2px #f380a7;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#textarea-wrap {
    width: 570px;
    padding: 0;
    margin: 0 15px;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
.contact-form textarea {
	height: 150px;
	resize: none;
	border-bottom: none;
}
.error-box {
	color: #f380a7;
	margin: 0;
	-webkit-transition: all .1s ease-in-out;
    -moz-transition: all .1s ease-in-out;
    -o-transition: all .1s ease-in-out;
    -ms-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}
#send-mail-text {
	position: absolute;
    width: 100%;
    text-align: center;
	font-weight: bold;
    top: 40%;
    font-size: 3em;
    color: #fff;
}
#selectedFiles {
	border-left: 1px solid #808080;
	border-right: 1px solid #808080;
	border-bottom: 1px  solid #808080;
    border-radius: 0 0 5px 5px;
	margin-top: -10px;
    height: 44px;
	
	font-size: 1.2142em;
	font-family: "Myriad Set Pro";
	color: rgb(53, 53, 53);
}
#attach-wrap {
	position: absolute;
    bottom: 12px;
    left: 35px;
}
.list-file {
	margin: 0 20px;
}
#uploadFile {
	display: none;
}
#btn-contact {
	text-align: center;
}
#submit, #submit:hover {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#submit {
	text-align: center;
	border: 2px solid #f380a7;
	border-radius: 5px;
	padding: 13px 20px; 
	width: 25%;
    background: none;
	font-size: 1.5em;
	color: rgb(53, 53, 53);
	line-height: 0.952;
    margin: 30px 0 70px;
}
#submit:hover {
	color: #fff;
	background: #f380a7;
}
#contact-info, #contact-info-m {
  font-size: 1.2857em;
  color: rgb(53, 53, 53);
  line-height: 0.889;
  text-align: center;
  margin-bottom: 30px;
}
#copy-line {
	background: #f5f5f5;
}
#social-network {
	float: right;
}
#social-network  span{
  font-size: 1.1428em;
  color: rgb(53, 53, 53);
  float: left;
  margin: 4px 10px;
  font-weight: bold;
}
#copy {
  font-size: 1em;
  color: rgb(53, 53, 53);
  text-transform: uppercase;
  line-height: 1.2;
  float: left;
  margin: 7px 0;
}
.social-img {
	float: left;
	margin: 5.5px;
}
.services-text {
	overflow: hidden;
}
.services-text span  {
	font-size: 1.2142em;
    color: rgb(53, 53, 53);
    margin: 0;
	opacity: 0;
}
.services-wrap:hover .services-text span {
	opacity: 1;
}
.services-wrap .services-text span, .services-wrap:hover .services-text span, .services-wrap:hover img , .services-wrap img {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.services-wrap:hover img {
	opacity: .8;
}
.call-btn img {
	position: fixed;
    right: 0;
    bottom: 350px;
	z-index: 1000;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.p-img {
	background: #000;
}
#social-network a img {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#social-network a:hover img {
	opacity: .3;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.google-maps {
	width: 1170px;
	height: 310px;
}
.loading {
	position: fixed;
	top: 40%;
	width: 10%;
	left: 45%;
	text-align: center;
	font-size: 1.4em;
	color: #fff;
	font-weight: bold;
}
.loading span {
	margin-top: 10px;
	background: #fff;
	color: #000;
	padding: 5px 10px;
	border-radius: 5px;
}
.loading img {
	width: 50%;
}
#overlay {
  position: fixed !important;
  height: 100% !important;
  width: 100% !important;
  z-index: 1000 !important;
}
/* callback style */
#callback-wrap {
	position: fixed;
	width: 300px;
	right: 80px;
	background: #f2f2f2;
	z-index: 10000;
}
.callback-box {
	width: 300px;
	background: #f2f2f2;
	border-radius: 5px;
	border: 1px solid #F06292;
	padding: 10px;
}
.callback-box form {
	margin-top: 10px;
}
#callback-error {
	display: block;
	text-align: center;
}
#callback-head {
	display: block;
	text-align: center;
	font-size: 1.7em;
	margin: 10px auto;
}
.callback-text {
	display: block;
	text-align: center;
	font-size: 1.3em;
}
.callback-box input {
	text-align: center;
	margin: 5px auto;
	display: block;
	border: 1px solid #6B6B6B;
}
#submitCallback {
    background: #F06292;
	border: 1px solid #F06292;
	margin: 20px auto;
    border-radius: 3px;
    padding: 5px 10px;
    cursor: pointer;
	color: #fff;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#submitCallback:hover {
	background: none;
	border: 1px solid #F06292;
	color: #F06292;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#close-callback {
	position: absolute;
	right: 5px;
	top: 5px;
	cursor: pointer;
}
.thanks-callback {
	border-radius: 5px;
	border: 1px solid #F06292;
	height: 285px;
	padding: 10px;
	text-align: center;
}
.thanks-callback h3 {
	text-align: center;
    margin: 25px auto;
}
.thanks-callback span {
	display: block;
    text-align: center;
    font-size: 1.4em;
    margin: 0 30px 10px;
}
/* home page text style */
#main-text {
	margin-top: 30px;
}
#main-text p, #main-text ul li {
    font-size: 1.2857em;
    color: rgb(0, 0, 0);
}
#main-text h3 {
    font-weight: bold;
}
#main-text a {
    color: rgb(0, 0, 0);
	font-weight: bold;
}
/* end text style */
.link-to {
    position: absolute;
    width: 600px;
    height: 350px;
    left: 400px;
    top: 0px;
}
#slide-1-link, #slide-2-link, #slide-3-link, #slide-4-link {
    display: block;
    width: 470px;
    height: 360px;
    position: absolute;
    top: -15px;
    left: 500px;
	margin-left: 0 !important;
}
#slide-1-link {
    width: 560px;
    left: 430px;
}
#slide-2-link {
    width: 600px;
    left: 400px;
}
#slide-3-link {
    width: 500px;
}

/* page style */
#nav .container {
	margin: 0 15px;
}
#sidebar.affix-top {
    position: static;
}
#sidebar.affix {
    position: fixed;
    top: 110px;
	width: 270px;
}
#slide-box {
	margin-top: 120px;
}
.navbar-fixed-top {
	background: #fff;
}
#sidebar {
	margin-top: 30px;
	background: #f5f5f5;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 15px;
}
#sidebar li {
  list-style-type: none;
  margin: 7px auto;  
}
#sidebar li  a, #sidebar li  a:hover, #sidebar li  a:hover img, #sidebar li  a img{
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
#sidebar li  a{	
  font-size: 1.5em;
  color: #8a8888;
  line-height: 1;
}
#sidebar li  a:hover {	
  text-decoration: none;
  color: #0f0f0f;
}
#sidebar li  a:hover img {	
  display: inline-block !important;
}
#sidebar li  a img{	
	display: none;
}
.active-menu-item  a{
  /* color: #0f0f0f !important; */
}
.active-menu-item  a img {
  display: inline-block !important;
}
#section-wrap h2, #section-wrap p {
  color: rgb(53, 52, 53);
  line-height: 1.2;
  text-align: left;
}
#section-wrap h2 {
  font-size: 2.1428em;
  margin: 30px 0 30px;
  text-align: center;
}
#section-wrap p {
  font-size: 1.5em;
  margin: 0 0 35px;
}
#image-box .row {
	padding: 0 15px;
}
.image-wrap-style {
	padding: 0 2px;
}
.item-img {
	width: 100%;
	background: #000;
}
.item-img h3 {
  font-size: 1.7142em;
  color: rgb( 53, 53, 53 );
  text-align: center;
  margin-top: 0;
}
.item-img h4 {
  font-size: 1.1428em;
  color: rgb( 110, 110, 110 );
  line-height: 1.313;
  text-align: center;
  margin-bottom: 5px;
}
.item-img span {
  font-size: 1.1em;
  color: rgb( 110, 110, 110 );
  text-align: center;
  opacity: 0;
  display: block;
}
.item-img  img{
	width: 100%;
	margin-top: 2px;
	margin-bottom: 2px;
}
.mfp-arrow-left {
    background: url(../img/left-carousel-icon.png) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
}
.mfp-arrow-right {
    background: url(../img/right-carousel-icon.png) !important;
	background-repeat: no-repeat !important;
    background-position: center !important;
}
.mfp-arrow:before, .mfp-arrow:after {
	content: none !important;
}

.item-image-text {
	position: absolute;
	top: 20px;
	padding: 0 15px;
    width: 100%;
	overflow: hidden;
}
.image-wrap-style a:hover .item-img img {
	opacity: .8;
}
.image-wrap-style a:hover .item-img .item-image-text span  {
	opacity: 1;
}
/*
.image-wrap-style a:hover .item-img img, .image-wrap-style a .item-img img, .image-wrap-style a:hover .item-img .item-image-text span, .image-wrap-style a .item-img .item-image-text span {
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}*/

#section-wrap p {
	margin-bottom: 10px;
}
.page-text-wrap {
	margin-top: 70px;
}
.page-text-wrap h2 {
	font-size: 24px;
}
.page-text-wrap p {
	font-size: 16px;
	margin-bottom: 10px;
}
.img-c {
	margin: 0 auto;
}
.image-s-wrap {
	margin-top: 30px;
	margin-bottom: 30px;
}
#section-wrap p, #section-wrap li {
	font-size: 16px;
}
#section-wrap h2 {
	font-size: 24px;
}
#page-p {
		padding-top: 150px;
		margin-top: -150px;
}
#image-box {
	margin-top: 30px;
}

/* end page style */

/* page price */
.price-page table {
	width: 100%;
	text-align: center;
	margin-bottom: 70px;
}
.price-page table thead {
	font-weight: bold;
}
#design-price, #druk-price, #ctp-price, #web-design-price, #handmade-price {
	padding-top: 140px;
	margin-top: -140px;
}
.price-page table tr td {
	padding: 10px 0;
	border: 1px solid #ccc;
}
.table-firs-l {
	text-align: left;
	font-weight: bold;
	padding-left: 5px !important;
}
/* end price page */

#table-box {
	padding: 0;
}
#table-box table{
	margin-bottom: 0;
}
#table-box table thead td{
	border-top: 0 !important;
}
.td-left {
	border-left: 0 !important;
}
.td-right {
	border-right: 0 !important;
}

@media only screen and (min-width : 1200px) {
	.slider-text h2 {
		line-height: 1.3;
	}
	#text-slide-0 h1 {
		margin-left: 80px;
	}
	#text-slide-0 h2 {
		margin-left: 80px;
	}
	#text-slide-0 a {
		margin-left: 80px;
	}
	#text-slide-2 h1 {
		margin-left: 35px;
	}
	#text-slide-2 h2 {
		margin-left: 35px;
	}
	#text-slide-2 a {
		margin-left: 35px;
	}
	#text-slide-3 h1 {
		margin-left: 70px;
	}
	#text-slide-3 h2 {
		margin-left: 70px;
	}
	#text-slide-3 a {
		margin-left: 70px;
	}
}

@media only screen and (max-width : 1200px) and (min-width : 992px) { /* style middle device */
	#navbar a, #navbar a:hover, #price-menu, #price-menu:hover {
		font-size: 1.1em;
	}
	#sidebar.affix {
		width: 220px;
	}
	.top-menu {
		margin-right: 35px;
	}
	#price-menu, #price-menu:hover {
		padding: 4px 30px 2px 3px;
	}
	#text-slide-1, #text-slide-2, #text-slide-3, #text-slide-0 {
		left: 30px;
		top: 35px;
	}
	.carousel-control img {
		margin-top: 155px;
		height: 50px;
	}
	.services-wrap .services-text {
		top: 15px;
	}
	.slider-text h2 {
		margin: 0 0 5px;
	}
	.services-text h2 {
		font-size: 1.5em;
	}
	.services-text h3 {
		font-size: 1.2em;
	}
	.services-text span {
		font-size: 1.1em;
	}
	.services-text li, .services-wrap-l:hover .services-text li , .services-wrap-r:hover .services-text li   {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
	}
	.services-wrap-l .services-text {
		top: 40px;
		left: 50px;
	}
	.services-wrap-r .services-text {
		top: 40px;
		left: 35px;
	}
	#textarea-wrap {
		width: 470px;
	}
	#submit {
		font-size: 1.2em;
	}
	.partners {
		margin: 30px 0 !important;
	}
	.google-maps {
		width: 970px;
		height: 250px;
	}
	.title-wrap {
		overflow: hidden;
	}
	.loading {
		width: 40% !important;
		left: 30% !important;
		font-size: 1.8em !important;
    }
	.loading img {
		width: 30% !important;
    }
	#team-image {
		margin-right: 0;
	}
	#team-list li {
		margin-bottom: 30px;
	}
	.team-icon {
		margin-right: 20px;
	}
	#team-list {
		margin-top: 25px;
	}
	#text-slide-0 h1 {
		margin-left: 70px;
	}
	#text-slide-0 h2 {
		margin-left: 70px;
	}
	#text-slide-0 a {
		margin-left: 70px;
	}
	#text-slide-1 h1 {
		margin-left: 15px;
	}
	#text-slide-1 h2 {
		margin-left: 15px;
	}
	#text-slide-1 a {
		margin-left: 15px;
	}
	#text-slide-2 h1 {
		margin-left: 40px;
	}
	#text-slide-2 h2 {
		margin-left: 40px;
	}
	#text-slide-2 a {
		margin-left: 40px;
	}
	#text-slide-3 h1 {
		margin-left: 60px;
	}
	#text-slide-3 h2 {
		margin-left: 60px;
	}
	#text-slide-3 a {
		margin-left: 60px;
	}
	.link-to {
		width: 480px;
		height: 320px;
		left: 400px;
		top: 0px;
	}
	.img-l-item {
		margin-right: 2px
	}
	.img-c-item {
		margin-left: 1px;
		margin-right: 1px;
	}
	.img-r-item {
		margin-left: 2px;
	}
	#slide-box {
		overflow: hidden !important;
	}
}	
@media only screen and (max-width : 992px) and (min-width : 750px) { /* style small device */
	.contact-block-left address, .contact-block-center address, .contact-block-right address {
		font-size: 1.1em;
	}
	#page-content, #slide-box, #page-p, footer{
		overflow: hidden !important;
	}
	#page-p {
		padding-top: 110px;
		margin-top: -110px;
	}
	#nav-wrap {
		padding: 0 30px;
	}
	.caret {
		margin-left: 0px;
	}	
	#navbar a, #navbar a:hover, #price-menu, #price-menu:hover {
		font-size: 1em;
	}
	.top-menu {
		margin-right: 15px;
	}
	#price-menu, #price-menu:hover {
		padding: 4px 27px 2px 3px;
	}
	#text-slide-1, #text-slide-2, #text-slide-3, #text-slide-0 {
		left: 45px;
		top: 60px;
	}
	#text-slide-0 h1, #text-slide-1 h1, #text-slide-2 h1, #text-slide-3 h1 {
		font-size: 1.5em;
		margin: 20px 0 10px;
	}
	.carousel-control img {
		margin-top: 90px;
		height: 50px;
	}
	.slider-text h2 {
		font-size: 1.2em;
		margin: 0 0 10px;
	}
	.slider-text a, .slider-text a:hover {
		font-size: 1.1em;
	}
	.slider-text li {
		font-size: 1em;
	}
	#services, #about-us, #contact-us, #contact-head {
		margin: 40px auto 40px;
	}
	.team-icon {
		max-width: 20px;
	}
	#team-list li {
		margin-bottom: 20px;
	}
	.team-icon {
		margin-right: 20px;
		margin-top: -5px;
	}
	#team-list {
		font-size: 1em;
		margin-top: 30px;
	}
	.services-wrap .services-text {
		top: 10px;
	}
	.services-text h2 {
		font-size: 1.2em;
	}
	.services-text h3 {
		font-size: 1em;
	}
	.services-text span {
		font-size: 1em;
	}
	.services-text li, .services-wrap-l:hover .services-text li , .services-wrap-r:hover .services-text li   {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
	}
	.services-wrap-l .services-text {
		top: 30px;
		left: 50px;
	}
	.services-wrap-r .services-text {
		top: 30px;
		left: 35px;
	}
	#textarea-wrap {
		width: 360px;
	}
	#submit {
		font-size: 1.1em;
		width: 30%;
	}
	.partners {
		margin: 30px 0 !important;
	}
	.google-maps {
		width: 750px;
		height: 200px;
	}
	.title-wrap {
		overflow: hidden;
	}
	.loading {
		width: 40% !important;
		left: 30% !important;
		font-size: 1.8em !important;
    }
	.loading img {
		width: 40% !important;
    }
	#team-image {
		margin-right: 0;
	}
	#team-list li {
		margin-bottom: 20px;
	}
	.team-icon {
		margin-right: 20px;
	}
	#team-list {
		margin-top: 20px;
	}
	#text-slide-0 h1 {
		margin-left: 55px;
	}
	#text-slide-0 h2 {
		margin-left: 55px;
	}
	#text-slide-0 a {
		margin-left: 55px;
	}
	#text-slide-2 h1 {
		margin-left: 25px;
	}
	#text-slide-2 h2 {
		margin-left: 25px;
	}
	#text-slide-2 a {
		margin-left: 25px;
	}
	#text-slide-3 h1 {
		margin-left: 45px;
	}
	#text-slide-3 h2 {
		margin-left: 45px;
	}
	#text-slide-3 a {
		margin-left: 45px;
	}
	.link-to {
		width: 400px;
		height: 250px;
		left: 280px;
		top: -50px;
	}
	.item-img h3 {
		font-size: 1.2em;
	}
	#sidebar li a {
		font-size: 1.1em;
	}
	#sidebar.affix {
		width: 165px;
	}
	.item-image-text span, .item-image-text h4 {
		display: none;
	}
	#slide-1-link, #slide-2-link, #slide-3-link, #slide-4-link {
		width: 300px;
		height: 200px;
		top: -50px;
		left: 330px;
	}
	#slide-1-link {
		width: 350px;
		left: 300px;
	}
	#slide-2-link {
		width: 370px;
		left: 280px;
	}
	#slide-3-link {
		width: 330px;
	}
	.img-l-item {
		margin-right: 2px
	}
	.img-c-item {
		margin-left: 1px;
		margin-right: 1px;
	}
	.img-r-item {
		margin-left: 2px;
	}
}
@media only screen and (max-width : 992px) and (min-width : 750px) and (orientation: landscape){
	.call-btn img {
		bottom: 25%;
	}
}
@media only screen and (max-width : 1200px) and (min-width : 992px) and (orientation: landscape){
	.call-btn img {
		bottom: 25%;
	}
}
@media only screen and (max-width : 750px) {
	.affix-top {
		display: none !important;
	}
	#page-p {
		padding-top: 50px;
		margin-top: -50px;
	}
	.item-image-text span, .item-image-text h4 {
		display: none;
	}
	.item-img h3 {
		font-size: .6em;
	}
	#slide-box {
		margin-top: 60px;
	}
	#mobile-logo {
		width: 70%;
		float: left;
		margin-top: 0;
		margin-left: -10px;
	}
	.navbar-default {
		background: #FFF;
		margin-bottom: 0;
	}
	#nav-wrap {
		padding: 10px 20px 5px !important;
		border-bottom: 1px solid #898989;
	}
	.navbar-toggle { 
		margin-right: 0;
		margin-top: 0;
		padding: 12px 10px;
	}
	.navbar-nav {
		margin: 7.5px 30px;
	}
	#nav-list {
		width: 80%;
	}
	.top-menu {
		margin-right: 0;
	}
	#header-mobile {
		background: url("../img/mobile-header-bg.png") no-repeat center center;
		background-size: cover;
		width: 100%;
		position: relative;
		padding-top: 7%;
		padding-bottom: 20%;
	}
	.title-wrap {
		overflow: hidden;
	}
	#social-wrap {
		text-align: right;
		padding: 0 40px;
	}
	#social-wrap  img {
		margin: 5px;
		height: 15px;
	}
	#modile-h1 {
		font-size: 1.7em;
		color: rgb(255, 255, 255);
		line-height: 1.267;
		margin: 50px 50px 10px;
		text-align: center;
		background-color: rgba(45, 47, 49, 0.5);
	}
	#mobile-head-text {
		font-size: 1.1em;
		font-family: "Myriad Set Pro";
		color: rgb(255, 255, 255);
		background-color: rgba(45, 47, 49, 0.5);
		margin: 0 50px;
		text-align: center;
	}
	/* #head-button {
		margin: 5% auto 0;
	} */
	#head-button a {
		width: 50%;
		margin-left: 25%;
		font-size: 1.5em;
		padding: 5px;
	}
	#m-head-contacts {
		background-color: rgba(255, 255, 255, 0.5);
		border: 1px solid #f06292;
		color: rgb(53, 53, 53);
	}
	#m-head-price {
		background-color: #f06292;
		color: #fff;
		margin-top: 10px;
	}
	#head-nav {
		margin: 7% 5% 0;
	}
	#down {
		margin:auto; 
		text-align:center; 
		display:block;
		width: 20%;
	}
	#down img {
		width: 80%;
	}
	#myCarousel {
		margin-top: 150px;
		margin-bottom: 50px;
	}
	#text-slide-1, #text-slide-2, #text-slide-3, #text-slide-0 {
		position: absolute;
		text-align: center;
		left: 10%;
		right: 10%;
		top: 0;
	}
	#text-slide-0 h1, #text-slide-1 h1, #text-slide-2 h1, #text-slide-3 h1 {
		font-size: 2em;
		margin: 25px auto 10px;
	}
	.slider-text h2 {
		font-size: 1.2em;
		margin: 0 auto 5px;
	}
	.slider-text a, .slider-text a:hover {
		font-size: 1em;
	}
	.carousel-indicators {
		bottom: -40px;
	}
	.carousel-control img {
		margin-top: 60px;
	}
	.carousel-control {
		width: 5%;
		opacity: 0;
	}
	#myCarousel .right {
		opacity: 0 !important;
	}
	.carousel-control.right {
		right: 15px;
	}
	#lang-m-wrap {
		text-align: center;
		margin: 60px auto 50px;
	}
	#lang-m-wrap a {
		text-align: center;
		margin: 0 20px !important;
		font-size: 1.5em;
		color: rgb( 2, 119, 189 );
	}
	#lang-m-wrap .active-lang {
		text-decoration: underline;
	}
	.p-img {
		background: none;
		margin: 0 15px;
	}
	.p-img img {
		margin: 0 auto;
	}
	#team-list {
		margin-top: 0;
	}
	.services-wrap .services-text {
		top: 10px;
	}
	.services-text h2 {
		font-size: 1.5em;
	}
	.services-text h3 {
		font-size: 1.2em;
	}
	.services-text li, .services-wrap-l:hover .services-text li , .services-wrap-r:hover .services-text li   {
		-webkit-transform: none;
		-moz-transform: none;
		-o-transform:none;
		-ms-transform:none;
		transform:none;
	}
	.services-wrap-r, .services-wrap-l {
		padding: 0;
	}
	.services-wrap-l .services-text, .services-wrap-r .services-text {
		top: 30px;
		left: 50px;
	}
	.row {
		margin: 0;
	}
	.mobile-wrap {
		margin: 0 30px;
	}
	.team-icon {
		margin-right: 10px;
		margin-top: -5px;
		height: 25px;
	}
	#team-list li {
		margin-bottom: 20px;
	}
	#team-list {
		font-size: 1.1em;
		padding-left: 10px;
		margin-bottom: 40px;
	}
	#team-image {
		float: none;
		margin-right: 0;
	}
	#team-img-m {
		padding: 0 30px;
	}
	.call-btn img {
		bottom: 20px;
		width: 60px;
		right: 20px;
		-webkit-filter: drop-shadow(2px 5px 6px #929191);
		filter: drop-shadow(2px 5px 6px #929191);
	}
	.partners {
		margin: 0px !important;
	}
	.slick-slide img {
		margin: 0 auto;
	}
	.contact-block-left address {
		text-align: left;
		margin-left: -10px;
	}
	.contact-block-left img {
		margin-left: -60px;
	}
	address {
		margin-bottom: 30px;
	}
	#textarea-wrap {
		width: 100%;
		padding: 0 15px;
		margin: 0;
		box-shadow: none !important;
	}
	#submit {
		width: 90%;
		font-size: 1.1em;
		margin-top: 20px;
	}
	#copy {
		float: none;
		text-align: center;
	}
	#social-network-m {
		text-align: center;
	}
	#social-text-m {
		margin-top: 7px;
		font-size: 1em;
	}
	#social-wrap-m {
		display: inline-block;
		margin-bottom: 0;
	}
	#social-network-m img {
		float: left;
		margin: 5px 10px 7px;
	}
	.google-maps {
		width: 100%;
		height: 200px;
		margin-bottom: 30px;
	}
	#phone-contact-icon {
		margin-left: -46px;
	}
	.contact-block-center {
		padding-left: 0px;
	}
	#send-mail-text {
		top: 30%;
		width: 75%;
		left: 11%;
		font-size: 1.5em !important;
    }
	/* mobile header btn */
	#head-button a {
		width: 37.5%;
		margin-left: 0;
		font-size: 1.5em;
		padding: 5px;
	}
	#m-head-contacts {
		background-color: #f06292;
		border: 1px solid #f06292;
		color: #fff;
		margin-left: 10% !important;
		float: left;
	}
	#m-head-price {
		background-color: rgba(255, 255, 255, 0.9);
		border: 1px solid #f06292;
		color: rgb(53, 53, 53);
		margin: -20px 10% 0 5% !important;
	}
	/* end */
	.link-to {
		top: 0;
		left: 0;
		width: 0;
		height: 0;
	}
	
	#slide-1-link, #slide-2-link, #slide-3-link, #slide-4-link {
		display: block;
		width: 100%;
		height: 180px;
		position: initial !important;
	}
	.img-l-item {
		margin-right: 2px
	}
	.img-c-item {
		margin-left: 1px;
		margin-right: 1px;
	}
	.img-r-item {
		margin-left: 2px;
	}
	#larixoft {
		text-align: center;
	}
	#m-head-contacts, #m-head-price {
		z-index: 10000;
	}
	#sidebar {
		display: none !important;
		margin-left: -2000 !important;
	}
	#design-price, #druk-price, #ctp-price, #web-design-price, #handmade-price {
		padding-top: 60px;
		margin-top: -60px;
	}
}
@media only screen and (min-width : 400px) and (max-width : 750px) and (orientation: landscape) { 
	#social-wrap, #down img {
		display: none;
	}
	#modile-h1 {
		margin: 0px 50px 10px;
	}
	#mobile-logo {
		margin-top: 5px;
	}
	#mobile-logo {
		width: 35%;
	}
	#head-button a {
		width: 37.5%;
		margin-left: 0;
		font-size: 1.5em;
		padding: 5px;
	}
	#m-head-contacts {
		background-color: rgba(255, 255, 255, 0.9);
		border: 1px solid #f06292;
		color: rgb(53, 53, 53);
		margin-left: 10% !important;
		float: left;
	}
	#m-head-price {
		background-color: #f06292;
		color: #fff;
		margin: -20px 10% 0 5% !important;
	}
	.services-wrap .services-text {
		top: 30px;
	}
	#team-image {
		margin: 0 auto;
	}
}
#lang-m-wrap {
	display: none !important;
}
@media only screen and (min-width : 1200px) {
	.img-l-item {
		width: 100%;
		height: auto;
	}
	.img-c-item {
		width: 100%;
		height: auto;
	}
	.img-r-item {
		width: 100%;
		height: auto;
	}
	.img-l-item a {
		width: 100%;
		height: auto;
	}
	.img-c-item a {
		width: 100%;
		height: auto;
	}
	.img-r-item a {
		width: 100%;
		height: auto;
	}
	.item-img {
		width: 100%;
		height: auto;
	}
	.item-img img {
		width: 100%;
		height: auto;
	}
}