body {
	font-size:14px;
	line-height:25px;
}
ul.nav li.dropdown .submenu:hover a {
  color: #ffffff;
  text-decoration: none;
  background-color: #0081c2;
  background-image: -moz-linear-gradient(top, #0088cc, #0077b3);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
  background-image: -webkit-linear-gradient(top, #0088cc, #0077b3);
  background-image: -o-linear-gradient(top, #0088cc, #0077b3);
  background-image: linear-gradient(to bottom, #0088cc, #0077b3);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0088cc', endColorstr='#ff0077b3', GradientType=0);
}
ul.nav li.dropdown.open {
  *z-index: 1000;
}
ul.nav li.dropdown.open > ul {
  display: block;
}
ul.nav li.dropdown .caret {
  border-top-color: #999999;
  border-bottom-color: #999999;
}

#menu_container_630885 {
  display: none;
}

.contact em {
  margin: -16px 0;
}

#page-title {
  min-height: 100px;
  height: auto;
}
#page-title h1 {
  color: #FFFFFF;
  font-size: 32px;
  text-shadow: 1px 1px 1px #9e4132;
}

.post .info {
  margin: 0;
}
.post .post-meta em {
  margin-right: 5px;
  opacity: 0.75;
}
.post .post-meta .author {
  color: #F3705A;
}

.post-content {
  margin: 0;
}

.comment-des p {
  width: 100%;
}

ol.commentlist li {
  width: 97%;
}

.no-comments {
  margin: 0 0 0 30px;
}

.BlogTagList a {
  padding: 5px 10px;
  border: 1px solid #eeeeee;
  display: inline-block;
  color: #666;
  background: #fff;
  margin: 0 3px 6px 0;
  -webkit-box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  box-shadow: 0px 1px 1px 0px rgba(180, 180, 180, 0.1);
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  border-radius: 1px;
}
.BlogTagList a:last-child {
  margin-right: 0;
}
.BlogTagList a:hover {
  background: #f3705a;
  border: 1px solid #f3705a;
  color: #fff;
}

.BlogRecentPost li, .BlogTagList li, .BlogPostArchive li {
  margin: 0;
  font-size: 12px;
}

input[type="submit"] {
  padding: 9px 12px;
  display: inline-block;
  border: 0px;
  font-family: Arial, sans-serif;
  font-weight: bold;
  cursor: pointer;
  width: auto;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

input[type="submit"] {
  float: left;
}

input[type="submit"] {
  color: #fff;
  background: #72b626;
}

input[type="submit"]:hover {
  background: #aaa;
  text-decoration: none;
}

input[type="submit"] {
  background: #f3705a;
  color: #fff;
}

.field input {
  width: 240px;
}

#footer p em {
  color: #DBE1E1;
  display: inline-block;
  font-size: 13px;
  text-align: center;
  width: 15px;
}
.icons-box:hover, .icons-box:hover p {
  background: none repeat scroll 0 0 #F3705A;
  color: #FFFFFF;
}

cat_textbox {
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
}

#footer #contact-form input, .newsletter-wrapper input {
    width: 85%!important;
}
.img-right {
    width: 250px;
    height: auto;
    float: right;
    margin-left: 15px;
}
.img-left {
    width: 250px;
    height: auto;
    float: left;
    margin-right: 15px;
}
.post-description h5, .post-description h6 {
    font-size: 18px;
}
.post-description ul {
    margin-left: 15px;
    margin-top: 15px;
}
.post-description ul li {
    list-style-type: disc;
    margin-bottom: 15px;
}
.color-trans {
    width: 100%;
    height: 100%;
    background-color: rgba(1,1,1,0.5);
}
.blg-pst-title {
    color: #fff;
    font-size: 42px;
    font-family: 'Raleway', san-serif;
    line-height: 1.2em;
    text-align: left;
    margin-right: 30px;
    margin-top: 70px;
    width: 55%;
    float: right;
}
a.blk-btn {
    display: inline-block;
    font-size: 18px;
    font-family: Raleway;
    color: #fff;
    padding: 10px 20px;
    border: 2px solid #fff;
    border-radius: 3px;
    text-decoration: none;
    position: absolute;
    bottom: 50px;
    right: 50px;
}
a.blk-btn:hover {
    background-color: rgba(1,1,1,0.3);
}
#blog-wrapper {
    overflow: visible !important;
}
.wrapper-left {
    position: fixed;
    margin: 0 auto 0 0;
    left: 0;
    width: 50% !important;
}
.post-header {
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 100%;
}
.post_content {
    width: 50%;
    margin: 0 0 0 auto;
    box-sizing: border-box;
    padding-left: 35px;
}
h2.blog-title {
    color: #fff;
    font-family: "Raleway", sans-serif;
    font-size: 42px;
    width: 50%;
    float: right;
    margin-top: 50px;
    margin-right: 30px;
}
.related_posts .span3 {
    margin-left: 23px;
}
.post-description iframe {
    width: 100%;
}
.slider-wrapper .da-slider p {
    font-size: 30px;
    text-align: center;
}

@media only screen and (max-width: 1199px) {
    body.blog .blog-wrap {
        float: left;
        position: relative;
        width: 100%;
        display: block;
        clear: both;
        z-index: 99;
        margin-top: -26px;
    }
    body.blog #footer {
        position: relative;
        display: block;
        clear: both;
    }
}
@media only screen and (max-width: 991px) {
    h2.blog-title {
        color: #fff;
        font-family: "Raleway", sans-serif;
        font-size: 42px;
        width: 80%;
    }
}
@media only screen and (max-width: 767px) {
    header {
        height: 100px;
    }
    .nav-collapse {
        top: 106px;
    }
    .img-left, .img-right {
        width: 100%;
        float: none;
        margin: 0;
    }
    .related_posts .span3.blog-item img {
        max-height: 300px;
    }
    .related_posts {
        margin-bottom: 50px;
    }
    .blog-image-holder .overlay .post-title h2 {
        font-size: 40px;
    }
    .related_posts .span3 {
        margin-left: 0;
    }
    .post-header {
        height: 350px;
        width: 100%;
    }
    .post_content {
        width: 100%;
        padding-left: 0;
    }
    .wrapper-left {
        position: relative;
        margin: 0;
        width: 100% !important;
    }
}
@media only screen and (max-width: 400px) {
    h2.blog-title {
        font-size: 30px;
    }
    a.blk-btn {
        font-size: 14px;
        bottom: 15px;
        right: 15px;
    }
    .field textarea {
        max-width: 94%;
        min-width: 94%;
    }
}