/* edsfix */
.navbar-default .navbar-brand {
	width:auto;	
}
.navbar-header{
	
}
.navbar-toggle{
	float: left;
}

.nav>li {
	text-align: center;
}

#about H2 {
	color: orange;	
}
#about H3 {
	font-size: 400% !important;	
}
#about .col-md-12 {
	padding-left: 8px;
	padding-right: 8px;
}

/* 2016-07-13 */
#work .block-holder {
	height: 220px;
	overflow: hidden;	
}

#work .work_thumb{
	height: 100%;
}

/* 2016-07-19 */
H3 { 
	/* color: orange; */
}
H4 { 
	font-weight: bold;
}

.slides .rotate {
	color: orange;
	/* background-color: #fff; */
	padding: 0 20px;
}

/* 2016-07-20 */
#form1 .form-error UL {
	padding: 0;
}
#form1 .form-error UL LI {
	list-style-type: none;
}
#form1 .help-block .form-error {
	display: none;
}
#form1 div.form-error {
	padding: 5px 5px 5px 5px;	
}


#contact p {
	padding-bottom: 20px;
}
.thankyou {
	margin-bottom: 20px;
	color: #66AF33;
	font-size: 120%;  
}

/* 2016-07-22 */

#pricing .plan_one
{
	background-color: #66AF33;
	padding: 30px 0 0 0;
}
#pricing .plan_two
{
	background: orange;
	padding: 30px 0 0 0;
}
#contact { 
	background: #404040 url('./images/sky2.jpg') no-repeat;
}
 
 .slider-caption h1  {
	/* background-color:  #666;	  */
}

#form1 INPUT {
	font-size: 150%;
}

/* 2016-07-29 */

#about H3 {
	font-size: 300%;
	text-align: center;
}

/* 2016-08-06 */
#home p {
	background-color: #ccc;
}
#contact p {
	/* background-color: #ccc; */
	padding-bottom: 0px;
}
FOOTER P {
	/* background-color: #ccc; */
}

#pricing .plan .plan_title {
	font-size: 150%;
}

#pricing .plan ul  { 	
	margin: 20px 20px 20px 20px;
}
#pricing .plan ul li { 	
	padding-bottom: 0px;
	text-align: left;
	/* margin: 0 0 0 20px; */
	/* padding: 0 0 0 10px; */
}
#pricing .plan   input { 
	margin-right: 10px;
}

#pricing .plan .form  input[type=text] { 
	color: #000;
}
#pricing .plan   input[type=number] { 
	color: #000;
	width: 50px;
	float: right;
}
#pricing .plan .form  input.cost[type=text] { 
	font-weight: bold;
}

#pricing .plan .form  input[type=text].short { 
	width: 100px;
	text-align: center;
	padding: 0 auto;
}

#pricing .plan .form  input[type=range].short { 
	width: 100px;
}
#pricing .plan LABEL {
	font-weight: normal;
	color: #fff;
	text-align: left;
}
#pricing .plan LABEL.left50 {
	width: 40%;
	margin-left: 10%;
}


.btn.btn-warning {
	margin-bottom: 20px;
}
.help-block.from2-error {
	color: #ffeeee;
	font-weight: bold;
}
/* #phone1 {
	font-size: 150%;
} */
#comp {
	display: none;
}

.ul1 label {
	display: inline-block;
	cursor: pointer;
	position: relative;
	padding-left: 25px;
	margin-right: 4px;
	font-size: 15px;
}
.ul1 input[type=radio] {
	display: none;
}
.ul1 label:before {
	content: "";
	display: inline-block;

	width: 16px;
	height: 16px;

	margin-right: 10px;
	position: absolute;
	left: 0;
	bottom: 1px;
	background-color: #aaa;
	box-shadow: inset 0px 2px 3px 0px rgba(0, 0, 0, .3), 0px 1px 0px 0px rgba(255, 255, 255, .8);
}
.ul1 label:before {
	border-radius: 8px;
}
.ul1 input[type=radio]:checked + label:before {
    content: "\2022";
    color: #f3f3f3;
    font-size: 30px;
    text-align: center;
    line-height: 18px;
}

.social_icon {
	display: none;
}

.max-height-initial {
	max-height: initial !important;
}
@media (min-width: 481px) {
	.landscape-display-none {
		display: none !important;
	}
}


	
@media (max-width: 480px) {
	
.cart2016-slider-left{
	display: none;
}		
.cart2016-slider-l-text {
	max-height: 60px;
	margin-bottom: 20px;
}




.cart2016-slider-l-photoblock {
	max-height: 70px;
	display: block;
    overflow: hidden;
}	

.slick-track {
	text-align: center;
	max-height: 400px;
	overflow: hidden;
}
	
  .mobile-display-none {
    display: none !important;
  }
  .mobile-display-block {
    display: block;
  }  
  
  .slick-next, .slick-prev
	 {	 
		 display: none !important;
	 }
	 
	 #service .media {
		padding-top: 10px; 
	 }
}

@media (max-width: 768px) {
  .middle-display-none {
    display: none !important;
  }
  .middle-display-block {
    display: block;
  }  
  .slick-next, .slick-prev
	 {	 
		 display: none !important;
	 }
}

@media (min-width: 768px) {
  .landscape-display-none {
    display: none;
  }
  .desktop-display-none {
    display: none;
  }  
}

.mobile-portfolio-more-holder {
	margin-top: 20px;
}
.mobile-portfolio-more {
	color: #fff;
	font-size: 140%;
	/* padding-top: 20px; */
}
.mobile-portfolio-more:hover {
	color: #fff;
}
.mobile-portfolio-more:visited {
	color: #fff;
}

#work {
	padding-bottom: 30px;
	background-color: #000;
}

#home .slides IMG {
	background-color: #fff;
	opacity: 0.5; 
}


.display-none {
	display: none !important;
}

.flex-control-nav {
	display: none;
}

.help-block.from2-error {
	color: red;
	margin-bottom: 0;
}

.phone-holder {
	width: 80%; text-align: center; margin: 40px auto 0 auto;
}
.phone-holder INPUT {
	font-size: 140%;
}


#contact{
	background: orange !important;
}



#about input[type="submit"]:focus, #about input[type="submit"]:hover {
    background: #FFFFFF;
    border-color: transparent;
    color: #66AF33;
}
#about input[type="submit"] {
    background: #66AF33;
    border: none;
    color: #FFFFFF;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    margin: 10px 0 40px 0;
}
#about .form-control {
    background: #404040;
    border: none;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    margin: 10px 0 10px 0;
    opacity: 0.9;
}
#form1 INPUT {
    font-size: 150%;
}

#about {
	text-align: center;
}
#about input, #contact input {
    height: 50px;
	font-size: 150%;
}
#about {
	padding-top: 0;
	padding-bottom: 0;
}


.pbCaptionText {
	font-size: 20px !important;
}


a.tel {
	font-size: 40px;
}
div.call {
	color: orange;
	font-size: 30px;
	line-height: 35px;

	
}


/* slider */

.cart2016-slider-left{
	/* width:194px; */
	/* height:259px; */
	overflow:hidden;
	position:relative;
	float:left;
	margin: 0 10px 10px 10px;
}

.cart2016-slider-left a {
	text-align: center;
	margin: 0 auto;
	
}
.cart2016-slider-left img{
	max-width:100%;
	padding: 0 auto;
}

.cart2016-slider-right{
	/* width:650px; */
	/* width: 780px; */
	/* height:259px; */
	overflow:hidden;
	position:relative;
	float:left;
	padding-top:4px;
}

.cart2016-slider-l-title{
	font-size:20px;
	color:#444;
	font-weight:bold;
	position:relative;
	padding-left:67px;
	margin-bottom:12px;
	/* height:23px; */
}

.cart2016-slider-l-title:after{
	content:'';
	display:block;
	position:absolute;
	background:url(images/cav.png);
	width:45px;
	height:30px;
	left:0;
	top:-4px;
}

.cart2016-slider-l-text{
	font-size:15px;
	color:#444;
	line-height:19px;
	overflow:hidden;
	/* height: 120px; */
	margin-bottom:13px;
	text-align: left;
}

.cart2016-slider-l-photoblock a{
	/* height:124px; */
	width:94px;
	overflow:hidden;
	display:block;
	position:relative;
	float:left;
	margin-bottom: 7px;
}

.cart2016-slider-l-photoblock a:not(:last-child){
	margin-right:12px;
}

.cart2016-slider-l-photoblock a img{
	max-width:100%;
}

.cart2016-m-slider-wrapper .slick-prev:before, .cart2016-m-slider-wrapper .slick-next:before{
	display:none;
}

.cart2016-m-slider-wrapper .slick-prev, .cart2016-m-slider-wrapper .slick-next{
	position:absolute;
	width:28px;
	height:183px;
	background:url(images/sl2016-arrow.png);
	top:50%;
	margin-top:-91px;
}

.cart2016-m-slider-wrapper .slick-prev{
	left:-65px;
}

.cart2016-m-slider-wrapper .slick-next{
	right:-65px;
	background-position:-29px 0;
}

@media (max-width: 768px) {
	.cart2016-m-slider-wrapper .slick-next,
	.cart2016-m-slider-wrapper .slick-prev
	 {	 
		 display: none;
	 }
	 
	 .navbar-header {
		 /* padding: 0; */
	 }
	#otzyvy {
		 padding: 0;
		 /* display: none; */
	 }
	H3 {
		font-size: 19px;
	}
}


.fa-dimention {
	background-image: url(/images/dimention.png) !important;
	background-size: 60px 60px !important;
}
.fa-markup {
	background-image: url(/images/markup.png) !important;
	background-position: 10px 10px !important;
	background-size: 40px 40px !important;
	background-repeat: no-repeat !important;
}


#home{
// 	height: 500px;
}
#message {
	color: green;
}

.phone_top {
	font-size: 28px;
	/* text-align: right; */
	padding-bottom: 7px;
}

.callback_mini{
	/* text-align: right; */
	padding: 0;
	margin-top: -7px;
	padding-bottom: 5px;
}

.callback_mini input[name='name'] {
	display: none;
}
.callback_mini input[name='phone'] {
	width: 190px; 
	display: block;	
	font-size: 18px;
	float: left;
	padding: 0 5px;
}

.callback_mini input[type='submit'] {
	width: 100px;
	display: block;
	float: left;
	color: #fff;
	background-color: orange;
}
div.call {
	margin-bottom: 15px;
}

#service .media .fa:hover {
	color: yellow;
	cursor: pointer;
	border: 2px solid yellow;
} 