/***** Font *****/
@font-face {
    font-family: 'oswald-regular';
    src: url('../fonts/oswald-regular.eot');
    src: local('☺'),
         url('../fonts/oswald-regular.ttf') format('truetype'),
         url('../fonts/oswald-regular.svg') format('svg'),
         url('../fonts/oswald-regular.woff') format('woff');
    font-weight: normal;
    font-style: normal; 
}
/***** General *****/
a,object,button,input{outline:none;}
.clear{
    clear:both !important;
    height: 0px !important;
    overflow: hidden !important;
    margin: 0px !important;
    padding: 0px !important;
}
html,body{height: 100%;}
body{
    background: #F7F7F7;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 14px;
    line-height: 20px;
    color: #333;
}
input,textarea{font-family: Arial,Helvetica,sans-serif;}
a{text-decoration: none;}
body,p,form,#hdr-menu,#index-list,#hdr-menu li>ul,h3{
    margin:0px;
    padding:0px;
    list-style: none;
}
.msg_error{color: #D03737; text-align:center;}
.msg_success{color: #0EAB1B;text-align:center;}
#contact_form input[type="submit"]{
    padding: 5px 10px;
    background: #000F43;
    color: #FFF;
    border: none;
    border: 1px solid #333;
    cursor: pointer;
}
#contact_form input[type="text"],#contact_form textarea{
    width: 300px;
    border: 2px solid #000C3E;
    box-shadow: 0px 0px 8px #000C3E;
    -moz-box-shadow: 0px 0px 8px #000C3E;
    -webkit-box-shadow: 0px 0px 8px #000C3E;
    padding: 0px 5px;
    color: #444;
    font-size: 13px;
}
input[type="text"]{height: 25px;}
textarea{
    height: 94px;
    padding: 3px 5px;
}
.red{
     border: 2px solid #8A2C2D !important;
     box-shadow: 0px 0px 8px #8A2C2D !important;
    -moz-box-shadow: 0px 0px 8px #8A2C2D !important;
    -webkit-box-shadow: 0px 0px 8px #8A2C2D !important;
}
hr{
    color: #000C3E;
    margin: 20px 0px;
}
/**Floating**/
#hdr-logo,#hdr-menu,
#hdr-menu>li,
#index-list li,
#spam_img_container,
#spam_reload_container,
#input_container_spam,
#map_canvas,#contact{
    float: left;
}
#wrpr{
    width: 1010px;
    border-top: 6px solid #B8D62C;
    margin: 0 auto;
    background: #FFF;
    box-shadow: 0px 1px 8px #CCC;
    -webkit-box-shadow: 0px 1px 8px #CCC;
    -moz-box-shadow: 0px 1px 8px #CCC;
}
#wrpr-cont{
    padding: 0px 30px;
}
#hdr-logo{
    display: block;
    margin-top: 40px;
}
#hdr-logo img{
    border: none;
}
/*.blue,.green{font-weight:  bold}*/
.blue{color: #65CFE7;}
.green{color: #B8D62C;}
#hdr-menu{margin-left: 13px;}
#hdr-menu>li{
    background: transparent url("../img/menu-line.jpg") bottom right no-repeat;
    padding-right: 1px;
    position: relative;
    z-index: 555;
}
#hdr-menu>li:last-child{
    background: none;
}
#hdr-menu li a,#ftr,#ftr a,h1,
#index-list li a,#index-list li h3,
#index-main a,.blue,.green{
    font-family: 'oswald-regular';
    text-transform: uppercase;
}
#hdr-menu li a{
    font-size: 18px;
    display: block;
    text-align: center;
    color: #000;
}
#hdr-menu>li a{
    width: 150px;
    height:145px;
    line-height:180px;
}
#hdr-menu li:hover>a,#hdr-menu li.active>a{
    background-color: #B8D62C;
    color: #FFF;
    transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -webkit-transition: all 0.7s ease 0s;
}
#hdr-menu>li>ul{
    position: absolute;
    z-index: 15;
    display: none;
}
#hdr-menu>li>ul>li a{
    width: 300px;
    height:65px;
    line-height:65px;
    background: #EBEBEB;
}
#slider-cont{
    margin-top: 15px;
    width: 950px;
    height: 525px;
    overflow: hidden;
}
#slider{
    height: 480px;
}
#index-main{
    padding: 30px;   
    background: #F3F3F3;
    margin-bottom: 20px;
}
#index-main h3,#index-list li h3{
    color: #B8D62C;
    font-size: 28px;
    font-weight: normal;
    margin-bottom: 20px;
}
#index-main p{font-size: 13px;}
#index-main a{
    display: block;
    margin: 0 auto;
    width: 42px;
    margin-top: 20px;
}
#index-main a,#index-list li a{
    color: #000;
    font-size: 18px;
}
#index-main a:hover,#index-list li a:hover{
    color: #B8D62C;
    transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
#index-list li{
    margin-left: 10px;
    width: 170px;
    padding: 55px 30px 40px 30px;
    background: #F3F3F3;
    text-align: center;
}
#index-list li:first-child{
    margin-left: 0px;
}
#index-list li h3{
    color: #B8D62C;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    margin-bottom: 10px;
    height: 60px;
}
#index-list li p{
    font-size: 13px;
    height: 120px;
    margin-bottom: 30px;
}
#ftr{
    padding:30px;
    background: #1E1A1A;
    color:#7F7F7D;
    text-align: center;
    margin-top: 50px;
    font-size: 13px;
}
#ftr-menu{
    margin-top: 10px;
}
#ftr a,#ftr-menu a{
    color: #7F7F7D;
    font-weight: bold;
}
#ftr-menu a{
    margin: 0px 10px;
}
#ftr a:hover,#ftr a.active{color: #FFF;}
#ftr-menu a{display: inline-block}
#inside-img-cont{
    border: 2px solid #064276;
    width: 400px;
    padding: 3px;
    padding-bottom: 0px;
    margin: 0 auto;
}
h1{
    font-size: 45px;
    font-weight: normal;
    text-transform: none;
    margin: 10px 0px;
    color: #000;
    line-height: 70px;
}
#contact{
    width: 450px;
    margin-right: 50px;
}
#map_canvas{
    width: 446px;
    height: 400px;
    border: 2px solid #000;
    background: #DDD;
}
#inside{
    margin-top: 20px;
    border-top: 1px solid #EEE;
}