@import url('./lib/jquery.jgrowl.min.css');

.center_site{min-height:800px;}
.logobottom{bord1er:1px solid red;}
.logobottom img{width:190px;}
.bottom_devider{border-top: 1px dashed #eaeaea; margin-bottom:50px; margin-top:40px;}

.logo_img{max-width:220px; margin:-5px 0 0 -10px; bor1der:1px solid red;}
.logo_new{width:260px; height:90px; margin-top:25px; margin-left:0; bor1der:1px solid red; ov1erflow:hidden;}

#sseti{text-align:center; ma1rgin-top:35px; margin-left:90px; b1order:1px solid red; overflow:hidden; text-align:center;}
#top_tel{margin:10px 0 0 0;}

#msng{margin-left:18px; margin-top:42px;}
#header_contacts_button{margin-left:13px;}


@media screen and (min-width:240px) and (max-width:720px) {
	.logo_img{margin: 25px 0 0 0; padding:0; bor1der:1px solid green; overflow:hidden;}
	.logo_new{margin:0 auto;}
	#sseti{padd1ing-top:20px; margin:30px 0 0 -10px; padding:0;}
	#msng{margin:25px 0 0 0;}
	#top_tel{margin:0; padding:0; margin-top:10px;}
	#header_contacts_button{margin:15px auto;}
}







.af-message-success {
	background-color: #99ffb1 !important;
	border: 1px solid #7ce294;
	padding:15px 15px !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
    color: #2d8241 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}



.af-message-error {
	background-color: #ffe691 !important;
	border: 1px solid #f6db7b;
	padding:15px 15px !important;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1), inset 0 1px 0 rgba(255,255,255,0.6);
    color: #7d5912 !important;
    font-size: 16px !important;
    font-weight: bold !important;
    text-shadow: 0 1px 1px rgba(255,255,255,0.6);
}
.af-message-info { background-color: black !important; }
.ajax_form.af_example {
    width: 100%;
}
.ajax_form.af_example .controls input,
.ajax_form.af_example .controls textarea {
    width: 100%;
}
.ajax_form .error {
    color: brown;
}
@media screen and (min-width: 320px) {
    .ajax_form.af_example .controls button[type="submit"] {
        float: right;
    }
}
@media screen and (max-width: 320px) {
    .ajax_form.af_example .controls button {
        width: 100%;
        margin-top: 5px;
    }
}