/* Generated by KompoZer */
.n_header {
  background: #161616 none repeat scroll 0% 50%;
  width: 100%;
  clear: both;
  overflow: hidden;
}
.logo {
  margin: 10px 0px;
  width: 100%;
}
.my_nav {
  margin: 0px auto;
  background: #ffffff none repeat scroll 0% 50%;
  width: 100%;
  max-width: 600px;
  overflow: hidden;
  position: relative;
}
#toggle-menu {
  display: none;
  float: right;
  text-align: right;
}
.social-icons {
  float: right;
  width: 33%;
  margin-top: 5px;
  text-align: center;
  color: #60c4db;
  font-size: 16px;
}
.social-icons ul {
  margin: 0px;
  padding: 0px;
}
.social-icons ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
  line-height: 40px;
}
.social-icons ul li a {
  border: 1px solid #161616;
  padding: 10px 5px;
  background: #fa0b28 none repeat scroll 0% 50%;
  color: #ffffff;
  -moz-border-radius-topleft: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 0px;
  text-decoration: none;
}
.social-icons ul li a:hover {
  background: #161616 none repeat scroll 0% 50%;
  color: #fa0b28;
}
.navigation {
  float: left;
  width: 60%;
  line-height: 50px;
}
.navigation ul {
  margin: 0px;
  padding: 0px;
}
.navigation li {
  padding: 15px;
  display: inline;
  font-size: 17px;
}
.navigation li a {
  color: #161616;
  text-decoration: none;
}
.navigation li a:hover {
  color: #fa0b28;
}
.banner {
  margin: 0px auto;
  width: 100%;
  position: relative;
}
.banner img {
  width: 100%;
}
.banner_title {
  position: absolute;
  width: 100%;
  max-width: 800px;
  top: 30%;
  left: 50%;
  text-align: center;
  margin-left: -350px;
  margin-top: -30px;
}
.banner_title h1 {
  color: #fa0b28;
  font-size: 40px;
  font-weight: bold;
}
.banner_title h2 {
  color: #fa0b28;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 50px;
}
.banner_title a {
  padding: 10px 20px;
  background: #60c4db none repeat scroll 0% 50%;
  color: #ffffff;
  font-size: 20px;
  text-decoration: none;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
}
.banner_title a:hover {
  background: #ffffff none repeat scroll 0% 50%;
  color: #60c4db;
}
.content {
  margin: 20px auto;
  width: 100%;
  max-width: 800px;
  text-align: left;
}
.content h1 a {
  padding: 10px 20px;
  background: #60c4db none repeat scroll 0% 50%;
  color: #ffffff;
  font-size: 25px;
  text-decoration: none;
  -moz-border-radius-topleft: 8px;
  -moz-border-radius-topright: 8px;
  -moz-border-radius-bottomright: 8px;
  -moz-border-radius-bottomleft: 8px;
}
.content h1 a:hover {
  background: #eeeeee none repeat scroll 0% 50%;
  color: #60c4db;
}
.content h2 {
  color: #fa0b28;
  font-size: 24px;
  font-weight: bold;
  margin-top: 10px;
}
.content h3 {
  color: #fa0b28;
  font-size: 18px;
  font-weight: bold;
  margin-top: 20px;
  margin-bottom: 30px;
}
.content p {
  padding: 0px 20px;
  color: #787777;
  font-size: 17px;
  line-height: 28px;
}
.content ul li {
  padding: 0px 20px;
  color: #787777;
  font-size: 17px;
  line-height: 28px;
}
.weather {
  margin: 70px 0px 0px -70px;
  width: 450px;
  color: #ffffff;
  font-size: 28px;
  text-align: center;
  font-weight: bold;
}
.n_footer {
  margin: 0px auto;
  padding: 50px 0px 70px;
  background: #161616 none repeat scroll 0% 50%;
  width: 100%;
  text-align: center;
  color: #ffffff;
  font-size: 12px;
}
.footer_nav {
  margin: 0px;
  width: 100%;
}
.footer_nav ul {
  margin: 0px;
  padding: 0px;
}
.footer_nav ul li {
  margin: 0px;
  padding: 0px;
  display: inline;
}
.footer_nav ul li a {
  margin: 0px 10px;
  padding: 0px;
  color: #ffffff;
  font-size: 16px;
}
.footer_nav ul li a:hover {
  color: #fa0b28;
}
#contact-form {
  margin: 0 auto;
  width: 100%;
  padding-bottom: 40px;
}
.custom_add #contact-form {
  padding-bottom: 0;
  width: 92%;
  margin-right: 15px;
}
input.contact-input {
  border-style: none none solid;
  border-color: -moz-use-text-color -moz-use-text-color #777777;
  border-width: medium medium 2px;
  padding: 0;
  width: 97.4%;
  height: 36px;
  margin-right: 2%;
  margin-bottom: 20px;
  color: #777777;
  background-color: #ffffff;
  font-size: 14px;
  float: left;
}
textarea {
  border-style: none solid solid;
  border-color: -moz-use-text-color #777777 #777777;
  border-width: medium 2px 2px;
  margin: 20px 0 30px;
  padding: 10px 2%;
  height: 140px;
  width: 98%;
  max-width: 960px;
  color: #777777;
  background-color: #ffffff;
  font-size: 14px;
  float: left;
}
textarea {
  height: 100px;
}
input.contact-submit {
  border: 1px solid #161616;
  padding: 14px 30px;
  color: #ffffff;
  background-color: #fa0b28;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}
input.contact-submit:hover {
  border: 1px solid #161616;
  color: #fa0b28;
  background-color: transparent;
}
#contact-form input.contact-input:focus, #contact-form textarea.contact-commnent:focus {
  color: #777777;
  background-color: #ffffff;
}
p.contact_success_box {
  color: #777777;
  font-size: 20px;
  font-style: italic;
}
