* {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
header > *, #main > *{
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a {
  color: #555555;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
p a{
  color: #dd3939;
}
h1 {
  color: #ffffff;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-weight: 700;
  font-size: 24px;
  text-shadow: 1px 1px 0px #000000;
}
h1 span {
  font-weight: 300;
}
h2 {
  color: #dd3939;
  font-family: 'Avro', 'Rockwell', 'Georgia', serif;
  font-size: 16px;
  font-weight: 700;
}
h3 {
  color: #555555;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 14px;
  font-weight: 500;
}
a.button {
  border: #cccccc 1px solid;
  padding: 5px 8px;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  background: #f2f2f2;
  background-image: -moz-linear-gradient(top, #f8f8f8, #ececec);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f8f8f8), to(#ececec));
  background-image: -webkit-linear-gradient(top, #f8f8f8, #ececec);
  background-image: -o-linear-gradient(top, #f8f8f8, #ececec);
  background-image: linear-gradient(top, #f8f8f8, #ececec);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#ececec)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#f8f8f8, endColorstr=#ececec)";
  background-image: -ms-linear-gradient(top, #f8f8f8, #ececec);
  text-shadow: 1px 1px 0px #ffffff;
}
a.button:hover {
  text-decoration: none;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
.big {
  font-size: 15px;
  line-height: 22px;
  font-weight: 300;
}
.home #banner_area {
  background: url(../img/bg_banner.png);
}
.about #banner_area {
  background: url(../img/banner_about.jpg) center no-repeat;
}
.partners #banner_area {
  background: url(../img/banner_partners.jpg) center no-repeat;
}
.contact #banner_area {
  background: url(../img/banner_contact.jpg) center no-repeat;
}
.blog #banner_area {
  background: url(../img/banner_blog.jpg) center no-repeat;
}
.service #banner_area {
  background: url(../img/banner_services.jpg) center no-repeat;
}
.simple_page #banner_area {
  background: url(../img/banner_about.jpg) center no-repeat;
}
body {
  color: #555555;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 13px;
  line-height: 19px;
}
body #header_container {
  position: relative;
  background: #e04d4b;
}
body #header_container header {
  background: #fff;
  border-top: 3px #dd3939 solid;
  height: 80px;
  padding: 16px 20px;
  position: absolute;
  top: 25px;
  z-index: 9999;
}
body #header_container header h1 {
  display: block;
  float: left;
  height: 48px;
  width: 192px;
}
body #header_container header h1 a {
  background: url(../img/logo.png) no-repeat;
  display: block;
  height: 48px;
  width: 192px;
}
body #header_container header h1 a span {
  display: none;
}
body #header_container header nav {
  margin-top: 7px;
}
body #header_container header nav ul {
  float: right;
}
body #header_container header nav ul li:hover a,
body #header_container header nav ul li.active a {
  color: #ffffff;
  text-decoration: none;
}
body #header_container header nav ul li.active,
body #header_container header nav ul li:hover {
  border-top: solid 1px #c73433;
  padding-top: 5px;
  color: #ffffff;
  background: #df4342;
  background-image: -moz-linear-gradient(top, #dd3939, #e04d4b);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#dd3939), to(#e04d4b));
  background-image: -webkit-linear-gradient(top, #dd3939, #e04d4b);
  background-image: -o-linear-gradient(top, #dd3939, #e04d4b);
  background-image: linear-gradient(top, #dd3939, #e04d4b);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd3939, endColorstr=#e04d4b)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#dd3939, endColorstr=#e04d4b)";
  background-image: -ms-linear-gradient(top, #dd3939, #e04d4b);
  text-shadow: 1px 1px 0px #222222;
}
body #header_container header nav ul li {
  display: inline-block;
  position: relative;
  margin-left: 15px;
  padding: 6px 10px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
body #header_container header nav ul li a {
  color: #777777;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}
body #header_container header nav ul li.dropdown .block {
  height: 30px;
}
body #header_container header nav ul li.dropdown:hover ul {
  display: block;
}
body #header_container header nav ul li.dropdown ul {
  display: none;
  position: absolute;
  padding-top: 30px;
  top: 23px;
  left: 0px;
}
body #header_container header nav ul li.dropdown ul li {
  min-width: 140px;
  text-align: center;
  border-top: none;
  margin-left: 0px;
  padding: 8px 10px;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  background: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #cccccc);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#cccccc));
  background-image: -webkit-linear-gradient(top, #ffffff, #cccccc);
  background-image: -o-linear-gradient(top, #ffffff, #cccccc);
  background-image: linear-gradient(top, #ffffff, #cccccc);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#cccccc)";
  background-image: -ms-linear-gradient(top, #ffffff, #cccccc);
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.4);
}
body #header_container header nav ul li.dropdown ul li a {
  color: #555555;
  text-transform: none;
  text-shadow: 1px 1px 0px #ffffff;
}
body #header_container header nav ul li.dropdown ul li:hover {
  background: #ffffff;
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#ffffff));
  background-image: -webkit-linear-gradient(top, #ffffff, #ffffff);
  background-image: -o-linear-gradient(top, #ffffff, #ffffff);
  background-image: linear-gradient(top, #ffffff, #ffffff);
  filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffffff, endColorstr=#ffffff)";
  background-image: -ms-linear-gradient(top, #ffffff, #ffffff);
}
body #header_container header nav ul li.dropdown ul li:last-child {
  -moz-border-radius: 0px 0px 5px 5px;
  -webkit-border-radius: 0px 0px 5px 5px;
  border-radius: 0px 0px 5px 5px;
}
body #banner_area {
  min-height: 225px;
}
body #banner_area .ls-layer {
  height: 550px;
}
body #banner_area h1 {
  margin-top: 150px;
  margin-left: 10px;
}
body #main {
  padding-top: 40px;
}
body #main .simple_page_content p {
  margin-bottom: 15px;
}
body #main .content_box {
  border-right: 1px solid #F3F3F3;
}
body #main .content_box h2 {
  margin-bottom: 15px;
}
body #main .content_box p {
  margin-bottom: 20px;
}
body #main .content_box.last {
  border-right: none;
}
body #main .page_description {
  display: block;
  font-size: 16px;
  font-weight: 200;
  line-height: 26px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #777777;
}
body #main .big_box {
  margin-bottom: 20px;
}
body #main .big_box h2 {
  margin-bottom: 20px;
}
body #main .big_box section.big {
  margin-bottom: 20px;
}
body #main .partner_box {
  margin-bottom: 20px;
}
body #main .partner_box img {
  width: 265px;
  height: 90px;
  margin-bottom: 5px;
}
body #main .partner_box h2 {
  margin-bottom: 10px;
}
body #main .contact_info {
  border-top: 1px solid #777777;
  font-weight: 300;
  font-size: 18px;
  margin-top: 30px;
  padding-top: 30px;
}
body #main .contact_info a {
  font-weight: 700;
  color: #222222;
  text-decoration: none;
}
body #main .contact_info a:hover {
  text-decoration: underline;
}
body #main .location .map {
  float: left;
  width: 192px;
}
body #main .location .map img {
  height: 175px;
  width: 192px;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
body #main .location .map a.button {
  display: block;
  margin-top: 10px;
  text-align: center;
  width: 192px;
}
body #main .location .location_info {
  float: left;
  margin-left: 20px;
}
body #main .location .location_info h2 {
  margin-bottom: 20px;
}
body #main .location .location_info .address {
  margin-bottom: 10px;
}
body #main .location .location_info .number span {
  width: 15px;
  display: inline-block;
  color: #222222;
}
body #main .hfeed {
  list-style: none;
}
body #main .hfeed .hentry {
  border-bottom: 1px solid #cccccc;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
body #main .hfeed .hentry:first-child h2 a {
  font-size: 24px;
  line-height: 30px;
}
body #main .hfeed .hentry:first-child img {
  width: 192px;
  height: 170px;
}
body #main .hfeed .hentry:first-child .post_content.w-image {
  width: 408px;
}
body #main .hfeed .hentry img {
  float: left;
  margin-right: 24px;
  border: 1px solid #777777;
  width: 120px;
  height: 106px;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
}
body #main .hfeed .hentry .post_content.w-image {
  float: right;
  width: 480px;
}
body #main .hfeed .hentry .metadata {
  margin-bottom: 10px;
}
body #main .hfeed .hentry .metadata span {
  color: #cccccc;
  display: inline;
}
body #main .hfeed .hentry .metadata p.entry-published {
  color: #777777;
  display: inline;
}
body #main .hfeed .hentry .metadata p.date {
  margin-right: 5px;
  padding-right: 5px;
  border-right: 1px solid #cccccc;
}
body #main .hfeed .hentry h2 {
  margin-bottom: 5px;
}
body #main .hfeed .hentry h2 a {
  font-size: 18px;
  line-height: 24px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  color: #dd3939;
}
body #main .hfeed .hentry .read-more {
  color: #dd3939;
}
body #main .entry-content ul,
body #main .entry-content ol {
  margin: 10px 0;
}
body #main .entry-content h1,
body #main .entry-content h2,
body #main .entry-content h3,
body #main .entry-content h4,
body #main .entry-content h5 {
  margin: 10px 0;
}
body #main .paging {
  color: #777777;
  margin-top: 20px;
}
body #main #sidebar {
  border-left: 1px solid #cccccc;
  margin-left: 0px;
  padding-left: 12px;
}
body #main #sidebar h3 {
  font-size: 14px;
  font-weight: 700;
  margin: 20px 0 10px 0;
}
body #main #sidebar ul {
  list-style: none;
}
body #main #sidebar ul li a {
  display: block;
  height: 30px;
  color: #777777;
}
body #main #sidebar ul li ul {
  margin-left: 15px;
}
body footer {
  font-size: 12px;
  margin-top: 60px;
}
body footer h3 {
  margin-bottom: 15px;
}
body footer #footer_light {
  background: #F8F8F8;
  padding: 30px 0 40px 0;
}
body footer #footer_light nav ul li {
  display: inline-block;
  line-height: 21px;
  width: 130px;
}
body footer #footer_light nav ul li a {
  color: #777777;
}
body footer #footer_light nav ul li a:hover {
  color: #555555;
  text-decoration: none;
}
body footer #footer_light nav ul.wide li {
  display: block;
}
body footer #footer_light p {
  color: #777777;
  line-height: 21px;
}
body footer #footer_light p span {
  color: #dd3939;
  display: inline-block;
  width: 15px;
}
body footer #footer_dark {
  background: url(../img/bg_footer.png) #353535;
  color: #cccccc;
  padding: 30px;
}
.blog-single .post_category {
  position: absolute;
  right: 10px;
  top: 20px;
  width: 150px;
  text-align: right;
}
.blog-single .post_category span {
  color: #cccccc;
}
.blog-single .post_category * {
  display: inline;
}
.blog-single .post_category h3 {
  display: none!important;
}
.blog-single .post_category ul {
  list-style: none;
}
.blog-single .news_item {
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.blog-single .news_item h2 {
  margin-bottom: 20px;
  padding-right: 180px;
}
.blog-single .news_item h2 a {
  color: #dd3939;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  font-size: 24px;
  line-height: 30px;
}
.blog-single .news_item .entry-published {
  position: absolute;
  top: 0px;
  right: 10px;
}
.blog-single .news_item .post_content {
  width: 408px;
}
.blog-single .news_item img {
  border: 1px solid #777777;
  -moz-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 2px 0px rgba(0, 0, 0, 0.2);
  margin-bottom: 20px;
}
.blog-single .news_item p {
  margin-bottom: 10px;
}
.service, .about section {
  color: #777777;
}
.about section.big{
  color: #555555;
}
.service .service_box{
  margin-bottom:20px;
}
.service .service_box p {
  line-height: 22px;
}
.service .service_box p strong {
  margin-right: 10px;
  color: #222222;
}
.service .service_full {
  border-top: 1px solid #cccccc;
  margin-top: 40px;
  padding-top: 30px;
}
.service .service_full h2 {
  font-size: 18px;
  padding-left: 35px;
  line-height: 16px;
  background: url(../img/icon_arrow.png) no-repeat left top;
  margin-bottom: 30px;
}
.service .service_full h3 {
  color: #222222;
  font-weight: 700;
  margin-bottom: 20px;
}
.service .service_full ul, .about section ul, .service_box ul {
  list-style-image: url(../img/icon_list.png);
}
.service .service_full ul li, .about section ul li, .service_box ul li {
  line-height: 22px;
  margin-bottom: 5px;
}
.service h2 {
  font-size: 16px;
  font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  line-height: 24px;
  margin-bottom: 10px;
}
.home #main > div:last-child {
  border-right: none;
}
#banner_1 {
  height: 550px;
}
#banner_2 {
  height: 550px;
}
.home #banner_area {
  height: 550px;
}
.bulletpoint {
  padding: 9px 10px;
  border-left: 3px solid white;
  background: url(../img/bg_bullet.png);
  color: #fff;
  margin: 0;
  display: block;
  text-align: left;
  min-width: 120px;
  height: 37px;
  text-shadow: 1px 1px 0px #000000;
}
.bullet_2 {
  height: 36px!important;
}
