.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
.clearfix { display: inline-block; }
/* start commented backslash hack \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* close commented backslash hack */

.logo{
    position: relative;
}
.clsContactForm {
    float: right;
    min-height: 154px;
    padding: 0px 0 0 17px;
    position: relative;
    width: 295px;
}
.clsContactForm textarea{
	height: 60px;
    max-width: 253px;
    padding: 10px;
}
.clsContactForm .wpcf7-text {
    height: 10px;
    max-width: 253px;
    padding: 10px;
}
.clsContactForm p{
	padding: 0 !important;
}

.clsPhone {
    background: url("../images/phone1.png") no-repeat scroll left top;
    color: #fff;
    float: left;
    font-size: 17px;
    height: 23px;
    line-height: 22px;
    margin-right: 5px;
    margin-top: 3px;
    padding-left: 20px;
    text-decoration: none;
    width: 120px;
}
.clsPhone:hover {
    background-position: left -22px;
}
.clsPhone{
    transition: all 0.25s ease-out 0s;
}
.navigation {
    width: 565px !important;
}
.navigation ul li{
	padding: 0 6px !important;
}
.ngg-navigation span{
    display: inline-block !important;
}