body{
  font-family: Verdana;
  font-size: 13px;
  color: #000;
  margin: 0;
  padding: 0;
}
#header{
  height: 635px;
  width: 100%;  
  background: url('images/web_bg.jpg') center top repeat-x;
}      
      .body{
        width: 60%;
        
      }
      
      
      
      .title{
        font-size: 25px;
        font-weight: bold;
        margin-top: 40px;
      }
      .address{
        font-size: 16px;
        line-height: 24px;     
        margin-bottom: 40px;
      }
      ul {
    list-style: none;
    padding:0;
    margin:0;
}

li { 
    padding-left: 1em; 
    padding-right: 1.5em; 
    text-indent: -.9em;
}

li:before {
    content: "• ";
    color: #B72B24; /* or whatever color you prefer */
}
.header_wrapper{
  width: 1200px;
  margin: 0 auto;
}
.logo{
  margin: 20px;
  float: left;
}
.right_top_menu{
  float: right;
  margin: 20px 10px;
}
.right_top_menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}                  
.right_top_menu ul li{
  float: left;
}              
.right_top_menu ul li a{
  margin: 10px 15px;
  font-weight: bolder;
  font-size: 18px !important;
  font-family: Verdana;
  
  color: #000;
  text-decoration: none;
}
.clear{
  width: 100%;
  clear: both;
  height: 0px;
}
.menu_wrapper{
  position: relative;
  top: 347px;
  height: 138px;
  background: #9a251f;
}
.mobile_opener{
  display: none;  
}
.menu_content{
  margin: 0 auto;
  width: 1000px; 
  height: 138px; 
}
.menu_content_item{
  float: left;
  width: 199px;
  height: 83px;
  color: #ae7472;
  font-weight: bold;
  padding-top: 55px;
  text-decoration: none;
  font-size: 18px;
  text-align: center;
  display: block;
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#9e2721+0,a31d18+99,a31d18+99,9e2721+100 */
  background: #9e2721; /* Old browsers */
  background: -moz-linear-gradient(left,  #9e2721 0%, #9c0702 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  #9e2721 0%,#9c0702 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  #9e2721 0%,#9c0702 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9e2721', endColorstr='#9e2721',GradientType=1 ); /* IE6-9 */
}
.body{
  margin: 5px auto;
  background: #fff;
}
.footer{
  background: #3e3e3e;
  text-align: center;
  color: #fff;
  font-size: 11px;
  padding: 40px 0;
}
.footer a{
  color: #fff;
}
.bordered{
  width: 98%;
  padding: 1%;
  border-top: 1px solid #b85e5d;
  border-left: 1px solid #b85e5d;
  border-right: 1px solid #b85e5d;
}
.bordered2{
  width: 98%;
  padding: 1%;
  border-top: 1px solid #b85e5d;
  border-bottom: 1px solid #b85e5d;
  border-left: 1px solid #b85e5d;
  border-right: 1px solid #b85e5d;
}
.clearfix{
  clear: both;
  width: 100%;
  height: 0px;
}
.name{
  float: left;
  width: 19%;
  padding-top: 6px;
}
.namex{
  float: left;
  width: 40%;
  padding-top: 6px;
  font-size: 19px;
}
.input{
  float: left;
  width: 34%;
  margin-left: 20px;
} 
.inputx{
  float: left;
  width: 100%;
}      
.inputx input{
  width: 100%;
  height: 35px;
  padding: 0 20px;
  outline: none;
}      
.input input{
  width: 100%;
  height: 25px;
  padding: 0 20px;
  outline: none;
}  
.input textarea{
  width: 100%;
  height: 25px;
  padding: 10px 20px;
  outline: none;
  height: 200px;
}
.namey{
  font-style: italic;
}
.ico1{
  background-image: url('/ico1.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.ico2{
  background-image: url('/ico2.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.ico3{
  background-image: url('/ico3.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.ico5{
  background-image: url('/ico5.png');
  background-position: center center;
  background-repeat: no-repeat;
}
.ico4{
  background-image: url('/ico4.png');
  background-position: center center;
  background-repeat: no-repeat;
}                           
      @media(max-width: 1200px){
        .body{
          width: 98%;
        }
        #header{
          height: auto;
        }
        .header_wrapper{
          width: 100%;
        }
      
        .right_top_menu ul li{
            float: right;         
            width: 100%;    
            padding: 0;
            text-align: right;
            font-size: 14px;
                text-indent: -1.9em;
        }                   
        .right_top_menu ul li:before{
        display: none !important;
        }                 
        .right_top_menu{
          margin: 1%;
          width: 48%; float: right;
        }        
        .menu_wrapper{
          background: #980000;
          top: 0;
          left: 0;          
          margin-bottom: 20px;
        }
        .logo {
    width: 50%;
    margin: 0px;
    float: left;
}                 
        .logo img{
          max-width: 100%;
        }
        .menu_content{
        height: auto;
          width: 100%;
        }
        .menu_content_item{
        padding: 10px 0;
        height: auto;
        padding-top: 10px;
        background: #980000;
        border-bottom: 1px solid #820000;
          width: 100%;
        }
      }