/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-02-07, 00:25:42
    Author     : Ahal
*/

body {
    font-family: 'Lato','Tahoma', sans-serif;
    color: #000;
    margin: 0;
}
#wrapper {
    width:1024px;
    height: 1080px;
    margin:0 auto;
    
    float: none;
}
div {
    float:left;
}
#menu {
    float:right;
   /* height: 90px; */
   background-position: 0;
   background-repeat:no-repeat;
   background-size: 100%;
   color: #000;
       margin-top: 25px;
       
}
.line{
    width:100%;
    height:7px;
    background: #0e71b8;
    border-bottom: 1px solid #6aa7d3;
    border-top : 1px solid #6aa7d3;
    margin-top: 15px;
    
}

.title {

}
div.title{
    margin-right:50px;
}
div.menu{
    font-size: 25px;
    font-weight: bold;
    /* margin-top: 60px; */
}
div.title h1 {
    font-size: 60px;
    line-height: 1;
    padding: 0;
    margin: 0;
}
div.menu  ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 10px;
    margin-left: 0;
}
div.menu ul > li{
    display: inline;
    /* font-size: 35px; */
    margin-right: 0px;
    margin-left: 20px;
}
div.menu ul li a {
    color: #000;
    text-decoration: none;
}
#image_slider{
    margin: 0 auto;
    
    float: none;
    width: 906px;
}
.top_image {
    margin-bottom: 40px;
}
.logo {
    float: left;
    margin: 0 ;
    width: 308px;
    margin-bottom: 10px;
}
#content{
    margin-top: 60px;
    color: #004983;
    margin-left: 60px;
}
div.page-content{
    margin: 0 auto;
    margin-top: 40px;
    width: 901px;
    float: none;
    
}
.content-text h2 {
    font-size: 28px;
    line-height: 1;
    margin: 0;
    margin-bottom:30px;
    color: #000;
}
#contact-text {
    width:388px;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
    background-image: url('images/background.png');
    background-position: 0;
    background-repeat:no-repeat;
    background-size: 100%;
}
#contact-text-offer {
    width: 100%;
    color: #000;
    font-weight: 400;
    margin-top: 30px;
    font-size: 20px;
    background-image: url('images/background.png');
    background-position: 0;
    background-repeat:no-repeat;
    background-size: 100%;
}
.content-text p {
    margin-bottom: 40px;
    line-height: 2;
    font-size: 22px;
}
.content-map{
        margin-top: 30px;
}
.footer {
    margin-top:20px;
}
.footer .text {
    margin-top: 53px;
    color: #a9a9ad;
    font-weight: 300;
    font-size : 12px;
    margin-right: 35px;
}
.footer > .title {
    margin-right: 130px;
} 
.gallery{
    width: 100%;
}
.row {
    margin-bottom: 20px;
    width: 33%;
}
.row img {
    /* float: left; */
    /* display: block; */
    margin-bottom: 5px;
}

.end-text{
    width: 100%;
    font-size:42px;
    text-justify: center;
    text-align: center;
    color: #e7e9f2;
    margin-bottom: 50px;
}