body {
	font-family: Verdana, Geneva, sans-serif;
	text-align: justify;
	color: #333333; 	
	margin: 0;
	padding: 0;
}

img {
	max-width: 100%;
	height: auto;
	border: none;
}

.noborder li a {
	outline: none;	
}

.center {
	text-align: center;
}
.right {
	text-align: right;
}
button {
	border: none;
	background: #E9A074;
	color: #f2f2f2;
	width: 250px;
	height: 40px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 5px;
	position: relative;
	box-sizing: border-box;
	transition: all 500ms ease; 
}

button:before {
	content:'';
	position: absolute;
	top: 0px;
	left: 0px;
	width: 0px;
	height: 42px;
	background: rgba(255,255,255,0.3);
	border-radius: 5px;
	transition: all 2s ease;
}

button:hover:before {
	width: 100%;
}

button:hover {
	transform: skew(-10deg);
}

.clear {
	clear: both;
}

/* ======== HEADER =========== */

	.titul{
		float: left;
		width: 65%;
	}
	.logo {
		float: right;
		text-align: right ;
		margin-top: 20px;
		margin-bottom: 20px;
	}

	.phone {
		font-family: 'Trebuchet MS', Verdana, Geneva, sans-serif;
		color: #00427F;	
		text-align: right ;
	}
	.search{
		margin-top: 50px;
	}
	.search-head{
		float: right;
		width: 255px;
		height: 24px;
		list-style: none;
		margin-right: 5px;
	}
	.search-head li{
		float: left;
	}
	#quickquery{
		margin: 0 3px 3px -30px;
		border-radius: 5px 0 0 5px;
		width: 180px;
		font-size: 12px;
	}

	.serch-btn{
		margin: -22px 0 25px 137px;
		padding: 0 0 0 25px;
	}
	.icon_line {
		float: right;
		margin-top: -25px;
		}

/* ======= TOP MENU ======== */

		.main {
		    background: url(/images/main/menu_gradient.png);
		   	height: 132px;
		}
			.main_line {
			    background-color: #109ECC;
			   	height: 4px;
			}		
		.news {
		    background: url(/images/news/menu_gradient.png);
		   	height: 132px;
		}
			.news_line {
			    background-color: #D44A95;
			   	height: 4px;
			}
		.uslugi {
		    background: url(/images/uslugi/menu_gradient.png);
		   	height: 132px;
		}
			.uslugi_line {
			    background-color: #C5480E;
			   	height: 4px;
			}
		.portfolio {
		    background: url(/images/portfolio/menu_gradient.png);
		   	height: 132px;
		}
			.portfolio_line {
			    background-color: #6B10C5;
			   	height: 4px;
			}
		.trebovaniya {
		    background: url(/images/trebovaniya/menu_gradient.png);
		   	height: 132px;
		}
			.trebovaniya_line {
			    background-color: #E7B70B;
			   	height: 4px;
			}
		.kontact {
		    background: url(/images/kontact/menu_gradient.png);
		   	height: 132px;
		}
			.kontact_line {
			    background-color: #5BBC99;
			   	height: 4px;
			}				
			.menu_title {
			    padding: 40px 180px 0 0;
			 }		
			.menu_title1 {
			    padding: 25px 180px 0 0;
			 }		
			.icon {
			    padding: 5px 15px 0 15px;
				border: none;			    
			 }

/* ======== container =========== */

#slider {
	background: url("/images/bg_slider.png") repeat;
	border-bottom: 4px solid #fff;
	margin-top: 5px;
	padding: 20px 0;
}

#toTop {
	background: url("/images/up_top.png") no-repeat scroll;
    height: 40px;
    width: 120px;
    bottom: 30px;
    right: 30px;
    cursor: pointer;
    display: none;
    overflow: hidden;
    position: fixed;
    z-index: 9999;
}

/* ======== content =========== */

	.content_main {
		background: linear-gradient(#FFF, #C0EAFC);
		border-radius: 20px;
		padding: 30px;
	}

	.content_news {
		background: linear-gradient(#FFF, #FCD5E7);
		border-radius: 20px;
		padding: 30px;
	}

	.content_uslugi {
		background: linear-gradient(#FFF, #FFDECB);
		border-radius: 20px;
		padding: 30px;		
	}

	.content_portfolio {
		background: linear-gradient(#FFF, #E8D5F4);
		border-radius: 20px;
		padding: 30px;		
	}

	.content_trebovaniya {
		background: linear-gradient(#FFF, #FEEECC);
		margin: 0 auto;	
		border-radius: 20px;
		padding: 30px;		
	}
	.content_kontact {
		background: linear-gradient(#FFF, #BCF2E2);
		margin: 0 auto;	
		border-radius: 20px;
		padding: 30px;		
	}	

	.content h2{
		text-align: left;
		padding: 30px 30px 0 10px;
	}
	.content h3{
		margin: 5px 0;
		text-align: left;
	}

	.content p {
		text-indent: 10px;
	}

	.content a {
		color: #006699;
		text-decoration: none;
	}

	.content a:hover {
		text-decoration: underline;
	}

	.content .indent {
		text-indent: 15px;
		color: #0168AA;
		text-align: justify; 		
	}
	.tabl_portfolio {
	 	text-align: center;
		margin: 20px;
	}
	.two {
	 	border: 0;
	 	padding: 20px;
	 }

	/* ==========zakaz=========== */	
	
	.zakaz {
		background: linear-gradient(180deg, #BCF2E2 5%, #3A7999);
		border-radius: 10px;
		color: #18427B;	
		display: block;
		box-shadow: 4px 5px 5px #5BBC99;
		padding: 5px 10px;
		text-decoration: none;	
		text-align: center;
	}

	.zakaz:hover {
		color: #FFF;
		text-decoration: none !important;
	}



/* ==========news=========== */		
				
	.news p {
		text-align: justify;
		text-indent: 18px;	
		font-family: georgia, palatino;	
	}

	.news span{
		font-size: 18px;
	}

	.block_l{
		text-align: justify ;
		padding: 0 15px 10px 15px;		
	}
	.block_r{
		float: right;
		margin-top: 50px;
		background: linear-gradient(#FCD5E7, #FFF);
		border-radius: 10px;	
		text-align: center ;
		padding: 10px 5px 10px 5px;		
	}

	.shadow {
		color: #D44A95;
		text-shadow: 2px 2px 8px #FF6633;
	}

	.comments {
		font-style: italic;
		padding: 0 10px 0 10px;	
		background-color: #F2CF4D;
		border: 2px solid #fff;
		border-radius: 20px;
	}

.login {
	background: linear-gradient(180deg, #DBEAF9 5%, #4194DC);
	border-radius: 5px;
	color: #f4f8ed;	
	display: block;
	box-shadow: 4px 5px 5px #dddcdd;
	padding: 5px 10px;
	text-decoration: none;	
	text-align: center;
	font-size: 90%;
	width: 130px;	
}

.login:hover {
	color: #fff;
	text-decoration: none !important;
}

/* == Porfolio == */

.mozaika {
	position: relative;
}
.kvadrat_1 {
	position: absolute;
	margin-left: -1px;	
	margin-top: -426px;
}
.kvadrat_2 {
	position: absolute;
	margin-top: -426px;
	margin-left: 570px;
}
.kvadrat_c {
	position: absolute;
	margin-top: -285px;
	margin-left: 285px;
}
.kvadrat_3 {
	position: absolute;
	margin-left: -1px;	
	margin-top: -141px;
}
.kvadrat_4 {
	position: absolute;
	margin-top: -141px;
	margin-left: 570px;
}

/* == Слайдер == */
#slide {
	margin: 1em auto;
	text-align: center;
	width: 700px;
	height: 400px;
}

#slide_m {
	margin: 1em auto;
	width: 400px;
	height: 230px;
}

#contact {
	color:#4A5E4C;
	line-height: 0.8;
}
#contact h2{
	color:#0071AA;
}
#contact h3{
	color: #4A5E4C;
	font-weight: bold;
}
#contact h5{
	color: #9E9FA3;
	font-style: italic;
}

#pagination {
	margin-top: 20px;
	text-align: center;
}

#pagination .active {
	color: #2aa1d3;
	font-weight: bold;
}

#pagination span, #pagination a {
	display: inline-block;
	margin: 0 5px;
}

#orders {
	float: right;
	cursor: pointer;	

}

.footer_l {
	float: left;
	text-align: left;
	color: #18427B;
	padding: 15px 0 0 0;
	font-size: 90%;	
}
.footer_r {
	float: right;
	color: #18427B;
	text-align: right;
	padding: 15px 0 0 0;
	font-size: 90%;	
}

#search_result .search_item {
	margin-bottom: 25px;
}

#search_result .article_info {
	font-size: 110%;
	padding-left: 15px;
}

#search_result a {
	color: #2aa1d3;
}

#search_result .search_text {
	background-color: #dadada;
	margin: 0 -15px;
	padding: 5px 25px;
}

#search_result .search_text span {
	color: #c8524d;
	font-weight: bold;
}

.faq h3{
	cursor: pointer;
	color: #E9A074;
	font-style: italic;
	font-weight: bold;
}

.form {
	display: block;
	margin: 0 auto;	
}

.form .center {
	text-align: center;
	float: right;
}

.form td {
	color: #565a62;
	font-size: 90%;
}
.form input[type="text"], .form input[type="email"], .form input[type="phone"], .form input[type="password"], .data input[type="text"] {
	background-color: #dcdcdc;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 0 5px;
	height: 25px;
	width: 200px;
	float: right;
}
.form textarea {
	background-color: #dcdcdc;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 0 5px;
	height: 150px;
	width: 200px;
	float: right;
}

#description {
	background-color: #dcdcdc;
	border: 1px solid #d2d2d2;
	border-radius: 5px;
	padding: 0 5px;
	height: 125px;
	width: 175px;
	margin-left: 47px;
	vertical-align: top;
}

.form select {
	font-style: italic;
}

.form .checkbox label {
	float: left;
}

.form div {
	margin: 15px 0;
}

.form .wysibb-toolbar, .form .wysibb-text {
	margin: 0;
}

.form .wysibb-text {
	padding: 10px;
}

.form input[type="submit"], #orders input[type="submit"] {
	background-color: #3a7999;
	border: 1px solid #71980f;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 100%;
	padding: 2px 15px;
}

/* Toolbar */
.toolbar {
	border-bottom: 2px solid #00427E;
}

/*pagination*/
.pages{margin:0 auto; text-align:center; padding-top:5px;}
.pages strong{display:inline;}
.pages ol{display:inline;}
.pages ol li{display:inline; padding:0 3px;}
.pages ol li a{display:inline;}

/* Message */

.message {
	color: #C00 !important;
	text-align: center;
}
.ok{
    background: #3A7999;
    color: #fff;
    font-size: 18px;    
    border-radius: 3px;
    margin: 10px 0;
    padding: 10px;
    text-align: center;
}

.error{
    background: red;
    color: #fff;
    font-size: 18px;    
    border-radius: 3px;
    margin: 10px 0;
    padding: 10px;  
    text-align: center;  
}

#message h2 {
	font-size: 130%;
	text-align: center;
}

#message p {
	text-align: center;
}

#message_string {
	color: #c00;
	text-align: center;
}
