.menu {
    float: right;
    margin-top: 127px;
}

.header {
    width: 100%;
    background: url(../rk_img/header1.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: top;
    background-size: 100% 100%;
}

.header-top {
    background: rgba(178, 181, 178, 0.5);
    padding: 3% 0;
}

.header-bottom h1 {
    font-family: 'caviar_dreamsregular';
    color: #595a59;
    font-size: 3.5em;
    text-transform: uppercase;
    width: 48%;
	margin-right: 70px;
	float: right;
    
}

 .menu li a:hover ,.menu li.active a{
	 background:transparent;
	 color:#595a59;
 } 
 
 .default {
    background: #dddedd;
    padding: 6% 0;
}

p.m_7 {
    color: #555;
    font-size: 15px;
    line-height: 1.8em;
    margin: 4% 0;
}

.button a {
    color: #fff;
    font-size: 0.85em;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    cursor: pointer;
    padding: 12px 35px 9px 35px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    border: 2px solid #fff;
}

.button a:hover {
	background:#fff;
	border:2px solid #fff;
	color:#555;
}

.services {
    background: #fff;
    padding: 6% 0;
}

h3.m_1 {
    color: #333;
    font-size: 1.7em;
    text-transform: uppercase;
    font-weight: 400;
    margin: 5% 0;
}

h3.m_3 {
    color: #333;
    font-size: 2em;
    font-family: 'caviar_dreamsregular';
    text-transform: uppercase;
    margin: 0 15px;
}

p.m_2 {
    color: #333;
    font-size: 14px;
    line-height: 1.5em;
}

span.bottom_line{
	width: 50px;
	display: block;
	border-bottom: 2px solid #333;
	position: absolute;
	bottom:-10px;
	margin:0 15px;
}

.contact {
    width: 100%;
    background: url(../rk_img/contact.jpg) no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-position: center;
    background-size: 100% 100%;
    padding: 6% 0;
}

.address p {
    font-size: 1.1em;
    line-height: 2em;
    color: #fff;
}


.contactform_bottom input[type="submit"] {
    color: #FFF;
    font-family: 'Roboto', sans-serif;
    font-size: 1em;
    padding: 20px 160px;
    text-transform: uppercase;
    background: #dddedd;
    display: inline-block;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    font-weight: 500;
    border: none;
    cursor: pointer;
    outline: none;
    margin-top: 5%;
}

.contactform_bottom input[type="submit"]:hover {
	background:#fff;
	color:#333;
}

.footer-bottom {
    background: rgba(178, 181, 178, 0.5);
    padding: 6% 0;
}