﻿body {
  color: #34495e;
  background-color: #ffffff;
  font-family:Cambria;
  font-weight: 300;
 
}

h1,h2,h3,h4,h5,h6 
{
  font-family:Gabriola;
  font-weight: 400;
}
a {
  color: #ffffcc;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
a:hover,
a:focus {
  color: #d9534f;
  text-decoration: none;
  outline: none;
}


.header
{
    border: none;
    background-color: rgb(255,255,255);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 100%);
    border-bottom: 3px solid #2ecc71;
   
    padding:4px 0;
    z-index:99999;
    position:relative;
    opacity:0.9;
}

 .top-bar {background-color: #fff;border: 1px solid #ccc; height:45px; z-index:99999; position:relative; opacity:0.9;}
.top-bar .wrap-top{}

 .top-bar ul li {border-right: 1px solid #ddd;padding: 8px 25px;}
 .top-bar ul li:first-child {border-left: 1px solid #ddd;}
 .top-bar .mail span, header .top-bar .phone span{color:#999;font-size:14px;}
 .top-bar i.fa{margin: 3px 6px 0 0;font-size: 17px;}

.top-bar .top-social {float: right;text-align: center;}
 .top-bar ul.top-social  li{border: none;padding: 2px;}
 .top-bar .top-social a{display: block;width: 38px;height: 38px;border-radius: 50%;font-size: 20px;line-height: 38px;color: #555;transition-duration: 0.3s;border: 1px solid #555;padding-top: 7px;}
.top-bar .top-social a:hover{border: 1px solid #000;color: #FFE401;background: #000;}
 .top-bar .top-social i.fa{margin: 0;font-size: 19px;}

.bkem {
  background-color: #fff;
  position:absolute;
  height:400px;
 
}

.mas_h
{
    color:#4B5D75; 
    margin-left:10px; 
    font-size:30px;  
    font-family:Century Gothic;
    margin-top:30px;
    font-weight:bold;
}

.mas_h_ad
{
    color:#4B5D75; 
    margin-left:10px; 
    font-size:30px;  
    font-family:Century Gothic;
    margin-top:30px;
    font-weight:bold;
}

#main_m
{
    position: relative;
    font-size:18px;
    line-height:1.7;
    margin:0 auto;
    font-family:Cambria;
   float: none !important;
  
}

#footer
{
    position:relative;
    border: none;
 background-color: rgb(105,105,105);
  background: -moz-linear-gradient(top, rgba(105,105,105,1) 0%, rgba(59,88,152,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(105,105,105,1)), color-stop(100%, rgba(59,88,152,1)));
    background: -webkit-linear-gradient(top, rgba(105,105,105,1) 0%, rgba(59,88,152,1) 100%);
    background: -o-linear-gradient(top, rgba(105,105,105,1) 0%, rgba(59,88,152,1) 100%);
    background: -ms-linear-gradient(top, rgba(105,105,105,1) 0%, rgba(59,88,152,1) 100%);
    background: linear-gradient(to bottom, rgba(105,105,105,1) 0%, rgba(59,88,152,1) 100%);
    border-bottom: 1px solid #3A4B7B;
    padding-top:25px; 
    padding-bottom:25px;
    font-size:13px;
    line-height:1.7;
}

#footer a
{
    color:#ffffff;
    text-decoration:none;
}

#footer a:hover
{
    color:#ffff99;
    text-decoration:none;
}