

/* float hack */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {display: inline-table;}

html > body .clearfix {min-height: 1px; height: auto;}

/* Hides from IE-mac \\*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


#message {
    font-weight: bold;
    color: #B31523;
    margin: 10px auto;
}

.captcha img {
    vertical-align: middle;
}

.rc-boxik {
	width:277px;
	height:auto;
	position:relative;
	//overflow:hidden;
	background:transparent;
	color:#ffffff;
	margin-bottom:15px;
}

.contact-right {
    width:277px;
    margin-bottom:15px;
    background-color: #3AAFCE;
    color: white;
}

.contact-right-inner {
    padding: 10px 10px;
}

.contact-right-inner a {
    color: white;
    font-size: 120%;
}

.contact-right-inner a:hover {
    text-decoration: underline;
}

.contact-right ul {
    list-style-type: none;
}

.contact-right ul li a {
    font-size: 130%;
    text-decoration: none;
}



/*Form*/
#vzkaz2 label {
	padding-bottom:3px;
	font-size:1em;
}

#vzkaz2 p {
    margin-bottom: 5px;
}

#vzkaz2 input, #vzkaz2 textarea{
	border:1px solid #c0c2c5;
	padding:3px;
	width: 250px;
}

#vzkaz2 .captcha input {
    width: 50px;
}
#vzkaz2 textarea{
	height:100px;
}
#vzkaz2 input.submit {
	text-align:center;
	overflow:hidden;
	background:#1fa1c4;
	color:#ffffff;
	overflow:visible;
	padding:5px 50px;
	cursor:pointer;
	border:none;
	width:auto;
	font-size:1.1em;
	font-weight:bold;
	float: right;
}
#vzkaz2 input.submit:hover{
	background-color:#b31523;
}
/*Form*/

.home-header {
    background-color: #34ACCC;
    padding: 5px;
    text-align:center;
    color: white;
    font-size: 130%;
    font-weight: bold;
    margin-bottom: 5px;
}

.lc-columns {
    border-bottom: 0px solid black;
}

.home-block {
    text-align: justify;
    font-size: 130%;
}

.lc-left li a, .lc-right li a  { font-size: 120%;}