/* @import url("../CherryFramework/style.css"); */
@import url("style2.css");
@import url(//fonts.googleapis.com/css?family=Lato:300,400,700,900,300italic,700italic);
body {
    padding:0 !important;
    font-weight:300 !important;
    background-position:50% 0;
    background-repeat:repeat-y;
    background-image:url(../img/dsgn/body-tail-normal.png);
}
@media (min-width: 1200px) {
    body { background-image:url(../img/dsgn/body-tail-large.png); }
}
@media (min-width: 768px) and (max-width: 979px) {
    body { background-image:url(../img/dsgn/body-tail-small.png); }
}
h1, h2, h3 { text-transform:uppercase; }
h1 small { font-size:inherit; }
h2 {
    margin:0 0 20px;
    padding:0 0 16px;
    text-align:center;
    border-bottom:3px solid #ff0000;
}
@media (min-width: 1200px) {
    h2 { margin-bottom:30px; }
}
@media (min-width: 767px) and (max-width: 979px) {
    h2 {
        font-size:23px !important;
        line-height:26px !important;
    }
}
h5 {
    font-weight:300 !important;
    margin:0 0 9px 0;
}
p { margin-bottom:20px; }
a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
a:hover, a:focus { text-decoration:none; }
.main-holder { overflow:hidden; }
@media (min-width: 1200px) {
    .cherry-fixed-layout .main-holder { max-width:1250px; }
}
.header {
    padding:20px 0 0 0;
    border:none;
    background-color:transparent;
}
@media (max-width: 767px) {
    .header {
        padding-left:20px;
        padding-right:20px;
    }
}
.home .header { padding-bottom:20px; }
.header-widget {
    padding-top:25px;
    margin-bottom:25px;
}
.header-widget .widget-title { display:none; }
.header-widget ul {
    margin:0;
    float:right;
}
@media (max-width: 767px) {
    .header-widget ul {
        float:none;
        text-align:center;
    }
}
.header-widget ul li {
    list-style-type:none;
    float:left;
    line-height:18px;
    border-left:1px solid #d8d8d8;
    padding-left:14px;
    margin-left:14px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .header-widget ul li {
        font-size:12px;
        padding-left:10px;
        margin-left:10px;
    }
}
@media (max-width: 767px) {
    .header-widget ul li {
        float:none;
        display:inline-block;
        vertical-align:top;
    }
}
@media (max-width: 480px) {
    .header-widget ul li {
        display:block;
        border-left:none;
        border-top:1px solid #d8d8d8;
        padding:8px 0 0 0;
        margin:10px 0 0 0;
    }
    .header-widget ul li:first-child {
        border-top:none;
        margin-top:0;
        padding-top:0;
    }
}
.header-widget ul li:first-child {
    border-left:none;
    padding-left:0;
    margin-left:0;
}
.header-widget ul li a {
    color:#000000;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.header-widget ul li a abbr {
    border-color:#000000;
    -webkit-transition:border-color 0.3s;
    -moz-transition:border-color 0.3s;
    -o-transition:border-color 0.3s;
    transition:border-color 0.3s;
}
.header-widget ul li a:hover, .header-widget ul li a:focus {
    color:#ff0000;
    text-decoration:none;
}
.header-widget ul li a:hover abbr, .header-widget ul li a:focus abbr { border-color:#ff0000; }
@media (max-width: 767px) {
    .header .pseudoStickyBlock { display:none !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
    .logo { width:100%; }
}
@media (max-width: 767px) {
    .logo {
        float:none !important;
        text-align:center;
    }
}
.logo_link { font-weight:900 !important; }
.logo_link:hover, .logo_link:focus { text-decoration:none; }
.social-nets-wrapper .social { float:right; }
@media (max-width: 767px) {
    .social-nets-wrapper .social {
        float:none;
        text-align:center;
    }
}
.social-nets-wrapper .social li {
    list-style-type:none;
    float:left;
    margin-left:7px;
}
@media (max-width: 767px) {
    .social-nets-wrapper .social li {
        float:none;
        display:inline-block;
        vertical-align:top;
        margin-left:7px;
    }
    .social-nets-wrapper .social li:first-child { margin-left:0; }
}
.social-nets-wrapper .social li a {
    width:32px;
    height:32px;
    line-height:32px;
    font-size:21px;
    color:#fff;
    text-align:center;
    display:block;
    position:relative;
    -webkit-border-radius:100%;
    -moz-border-radius:100%;
    border-radius:100%;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.social-nets-wrapper .social li a.twitter-link { background-color:#1eb8f8; }
.social-nets-wrapper .social li a.facebook-link { background-color:#475aed; }
.social-nets-wrapper .social li a.instagram-link { background-color:#800; }
.social-nets-wrapper .social li a:hover, .social-nets-wrapper .social li a:focus {
    text-decoration:none;
    background-color:#000000;
}
.header .search-form input[type="text"] {
    width:215px;
    padding:5px 10px;
    margin:0;
    border-color:#d8d8d8;
    border-right:none;
    background-color:transparent;
    float:left;
}
.search-form_is { height:40px !important; }
.header .search-form_is {
    float:left;
    width:34px;
    height:32px !important;
    text-align:center;
    border:none;
    margin:0;
    background-color:#ff0000;
    color:#fff;
    font-size:25px;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.header .search-form_is [class^="icon-"]:before, .header .search-form_is [class*=" icon-"]:before {
    vertical-align:top;
    line-height:30px;
}
.ie8 .header .search-form_is [class^="icon-"]:before, .ie8 .header .search-form_is [class*=" icon-"]:before { margin:-1px 0 0 -2px; }
.header .search-form_is:hover { background-color:#000000; }
.header .search-form_is:focus { outline:none; }
.header .search-form { margin-left:20px; }
@media (min-width: 1200px) {
    .header .search-form { margin-left:30px; }
}
.nav-wrapper {
    margin-top:38px;
    padding-bottom:14px;
}
.nav-wrapper:before {
    content:'';
    width:300%;
    height:100%;
    background-repeat:repeat-x;
    background-position:0 100%;
    background-image:url(../img/dsgn/nav-shadow.png);
    position:absolute;
    top:0;
    left:50%;
    margin:0 0 0 -150%;
    z-index:-1;
}
.nav-wrapper.isStuck {
    margin-top:0;
    z-index:102;
}
@media (max-width: 767px) {
    .nav-wrapper.isStuck {
        position:relative !important;
        top:0 !important;
        margin-top:38px;
    }
}
.nav__primary {
    margin-bottom:0;
    border-top:1px solid #d8d8d8;
    border-bottom:5px solid #000;
}
@media (max-width: 767px) {
    .nav__primary { padding:5px 0; }
}
.nav__primary:before, .nav__primary:after {
    content:'';
    width:200%;
    height:100%;
    position:absolute;
    top:-1px;
    border-top:inherit;
    border-bottom:inherit;
    background:inherit;
    display:block !important;
    z-index:-1;
}
.nav__primary:before { left:-99%; }
.nav__primary:after { right:-99%; }
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
    margin-top:5px;
    left:-1px;
}
ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
    top:-10px;
    margin-left:20px;
}
@media (min-width: 768px) and (max-width: 979px) {
    ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
        left:auto;
        right:100%;
        margin-left:0;
        margin-right:19px;
    }
}
.sf-menu {
    width:100%;
    float:none;
    display:table;
    table-layout:fixed;
}
.sf-menu > li {
    float:none;
    display:table-cell;
    background-color:#fff;
}
.sf-menu > li:first-child a { border-left:1px solid #d8d8d8; }
.sf-menu > li > a {
    border:none;
    padding:20px 0 21px 0;
    text-transform:uppercase;
    text-shadow:none;
    border-right:1px solid #d8d8d8;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.sf-menu li ul {
    width:191px;
    background-color:#fff;
    border:1px solid #d8d8d8;
    padding:13px 20px 9px 19px;
}
.sf-menu li li {
    background-color:transparent;
    background-image:url(../img/dsgn/divider.gif);
    background-repeat:repeat-x;
    text-align:left;
}
.sf-menu li li:first-child { background-image:none; }
.sf-menu li li:first-child a { padding-top:0; }
.sf-menu li li a {
    padding:9px 0 10px;
    border:none;
    color:#000000;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.sf-menu > li > a:hover, .sf-menu > li.sfHover> a, .sf-menu > li.current-menu-item > a, .sf-menu > li.current_page_item > a {
    background-color:transparent;
    color:#ff0000;
}
.sf-menu li li > a:hover, .sf-menu li li.sfHover > a, .sf-menu li li.current-menu-item > a, .sf-menu li li.current_page_item > a {
    background-color:transparent;
    color:#ff0000;
}
.sf-menu a.sf-with-ul { padding-right:0; }
.sf-sub-indicator { display:none; }
.sf-menu ul .sf-sub-indicator {
    display:block;
    background:none;
    width:auto;
    height:auto;
    text-indent:0;
    top:13px;
    right:2px;
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}
.sf-menu ul .sf-sub-indicator:before {
    content:'\f107';
    font-size:14px;
    font-family:FontAwesome;
    line-height:1em;
    right:0;
    top:0;
    color:#777777;
}
.select-menu { height:36px; }
.select-menu:focus { background-color:#e4e4e4; }
@media (max-width: 767px) {
    .content-holder {
        padding-left:20px;
        padding-right:20px;
    }
}
.home .content-holder { padding-bottom:24px; }
#content { padding-top:25px; }
.error404-holder .hgroup_404 h2 { text-align:left; }
.title-section {
    padding:21px 0 13px 0;
    border-bottom:3px solid #000000;
}
.title-header {
    overflow:visible;
    margin:0 0 13px;
    font-size:29px;
    line-height:30px;
}
.breadcrumb__t {
    padding:0;
    background-color:transparent;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.breadcrumb__t li {
    text-shadow:none;
    line-height:18px;
    display:inline-block;
    vertical-align:top;
}
.breadcrumb__t li.active { color:#000000; }
.breadcrumb__t li.divider {
    margin:0 13px;
    width:1px;
    height:18px;
    background-color:#d8d8d8;
}
.breadcrumb__t li.divider:after { display:none; }
.breadcrumb__t li a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.breadcrumb__t li a:hover, .breadcrumb__t li a:focus { text-decoration:none; }
.post__holder .post-header .post-title { margin:0 0 20px; }
@media (min-width: 1200px) {
    .post__holder .post-header .post-title { margin-bottom:30px; }
}
@media (max-width: 320px) {
    .post__holder .post-header .post-title {
        font-size:20px !important;
        line-height:24px !important;
    }
}
.post__holder .post-header .post-title a {
    color:#000000;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.post__holder .post-header .post-title a:hover, .post__holder .post-header .post-title a:focus {
    color:#ff0000;
    text-decoration:none;
}
.post__holder .featured-thumbnail.large { margin:0 0 20px; }
.post__holder .post_content {
    padding-bottom:0;
    text-align:center;
}
.post__holder .post_content h1, .post__holder .post_content h2, .post__holder .post_content h3, .post__holder .post_content h4, .post__holder .post_content h5, .post__holder .post_content h6 { margin:5px 0 15px 0; }
@media (max-width: 320px) {
    .post__holder .post_content h3 {
        font-size:15px;
        line-height:20px;
    }
}
.post__holder .post_content p { margin:0 0 1.5em; }
.post__holder .btn-primary {
    font-size:17px;
    padding:6px 19px;
    min-width:136px;
    text-align:center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.post_meta {
    text-align:center;
    border:none;
    padding:0;
    font-style:italic;
    font-size:15px;
}
.post_meta i { color:#ff0000; }
.post_meta a { color:#777777; }
.post_meta a:hover, .post_meta a:focus { color:#ff0000; }
.share-buttons { text-align:center; }
.share-buttons li {
    float:none;
    display:inline-block;
    vertical-align:top;
    width:90px;
    text-align:left;
}
.share-buttons span, .share-buttons li { line-height:17px; }
.post-author {
    margin-bottom:60px;
    padding:0;
    border:none;
    background-color:transparent;
}
.post-author_h {
    font-size:29px;
    line-height:30px;
    margin:0 0 20px;
    padding:0 0 16px;
    text-align:center;
    border-bottom:3px solid #ff0000;
}
@media (min-width: 1200px) {
    .post-author_h { margin-bottom:27px; }
}
.post-author_h a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.post-author_h a:hover, .post-author_h a:focus { text-decoration:none; }
.post-author_link {
    margin-top:20px;
    font-size:15px;
    color:#000000;
}
.post-author_link a {
    font-style:italic;
    text-transform:capitalize;
}
.post-author_link a:hover, .post-author_link a:focus { text-decoration:none; }
.post-author_gravatar { margin:3px 20px 0 0; }
@media (min-width: 1200px) {
    .post-author_gravatar { margin-right:30px; }
}
.post-author_gravatar img {
    padding:0;
    border:none;
    background-color:transparent;
}
.post-author_desc {
    overflow:visible;
    margin-top:0;
}
@media (min-width: 1200px) {
    .post-author_desc { overflow:hidden; }
}
#recent-author-posts > h3, #recent-author-comments > h3 {
    text-align:center;
    margin-bottom:20px;
}
#recent-author-posts .post__holder { margin-bottom:40px; }
#recent-author-comments { padding-top:30px; }
#recent-author-comments ul li {
    list-style-type:none;
    margin-bottom:8px;
}
#recent-author-comments ul li a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
#recent-author-comments ul li a:hover, #recent-author-comments ul li a:focus { text-decoration:none; }
.related-posts_h {
    font-size:29px;
    line-height:30px;
    margin:0 0 20px;
    padding:0 0 16px;
    text-align:center;
    border-bottom:3px solid #ff0000;
}
@media (min-width: 1200px) {
    .related-posts_h { margin-bottom:30px; }
}
.related-posts_item { font-size:15px; }
.related-posts_item a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.related-posts_item a:hover, .related-posts_item a:focus { text-decoration:none; }
.related-posts .featured-thumbnail { margin:0 0 24px; }
.pagination__posts ul {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.pagination__posts ul li a {
    background:none !important;
    border:none !important;
    color:#777777;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    border-radius:0px !important;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.pagination__posts ul li a:hover, .pagination__posts ul li a:focus { color:#ff0000; }
.pagination__posts ul .active a { color:#ff0000; }
@media (max-width: 480px) {
    .pagination__posts ul .first, .pagination__posts ul .last { display:none; }
}
.zoom-icon { background:rgba(0,0,0,0.8); }
.no-rgba .zoom-icon { background:url(../img/dsgn/black-opacity-80.png); }
.zoom-icon:before {
    margin:-23px 0 0 -23px;
    width:46px;
    height:46px;
    background:url(../img/dsgn/magnify-alt.png) 50% 50% no-repeat;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
}
.featured-thumbnail a:hover .zoom-icon:before, a.thumbnail:hover .zoom-icon:before, .thumbnail__portfolio a:hover .zoom-icon:before {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.testimonial {
    padding:30px;
    border-color:#d8d8d8;
    background-color:transparent;
    font-style:normal;
    font-family:Lato;
    line-height:20px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.testimonial_bq p { font-size:15px; }
.testimonial small {
    font-family:Lato;
    font-size:15px;
}
.testimonial small .user {
    font-size:18px;
    line-height:1.2em;
    color:#000000;
}
.testimonial small a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.testimonial small a:hover, .testimonial small a:focus { text-decoration:none; }
.filter-wrapper {
    border-bottom:3px solid #ff0000;
    margin-bottom:20px;
    padding-bottom:17px;
}
@media (min-width: 1200px) {
    .filter-wrapper { margin-bottom:30px; }
}
.filter-wrapper .pull-right { float:none !important; }
.filter-wrapper strong {
    padding:0;
    margin-right:15px;
    font-weight:300;
    line-height:18px;
    color:#000000;
}
.nav-pills { margin-bottom:0; }
.nav-pills li {
    border-left:1px solid #d8d8d8;
    line-height:18px;
    padding-left:14px;
    margin-left:14px;
}
.nav-pills li:first-child {
    border-left:none;
    margin-left:0;
    padding-left:0;
}
.nav-pills li a {
    padding:0;
    margin:0;
    color:#000000;
    background:none !important;
    line-height:inherit;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
@media (max-width: 480px) {
    .nav-pills li a { padding:0; }
}
.nav-pills li a:hover, .nav-pills li a:focus { color:#ff0000; }
.nav-pills li.active a { color:#ff0000 !important; }
.filterable-portfolio .portfolio_item { text-align:center; }
.filterable-portfolio .caption__portfolio { padding:24px 0 0 0; }
.filterable-portfolio h3 {
    margin:0 0 10px 0;
    font-weight:300 !important;
    text-transform:none;
}
.filterable-portfolio h3 a {
    color:#000000;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.filterable-portfolio h3 a:hover, .filterable-portfolio h3 a:focus {
    text-decoration:none;
    color:#ff0000;
}
.filterable-portfolio .btn-primary {
    font-size:17px;
    padding:6px 19px;
    min-width:136px;
    text-align:center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.single-portfolio .featured-thumbnail.large { margin-top:0; }
.portfolio-meta {
    border-color:#d8d8d8;
    font-style:italic;
}
.portfolio-meta-list { border-color:#d8d8d8; }
.portfolio-meta-list a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.portfolio-meta-list a:hover, .portfolio-meta-list a:focus { text-decoration:none; }
.portfolio-meta i { color:#ff0000; }
.portfolio-meta a {
    color:#777777;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.portfolio-meta a:hover, .portfolio-meta a:focus {
    text-decoration:none;
    color:#ff0000;
}
.single-pager { border-color:#d8d8d8; }
.single-pager a {
    font-size:15px;
    border:none !important;
    background-color:#ff0000 !important;
    color:#fff;
    -webkit-border-radius:0px !important;
    -moz-border-radius:0px !important;
    border-radius:0px !important;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.single-pager a:hover, .single-pager a:focus { background-color:#000000 !important; }
.comments-h {
    font-size:29px;
    line-height:30px;
    margin:0 0 20px;
    padding:0 0 16px;
    text-align:center;
    border-bottom:3px solid #ff0000;
}
@media (min-width: 1200px) {
    .comments-h { margin-bottom:30px; }
}
.comment-list > .comment:first-child .comment-body {
    border-top:none;
    padding-top:0;
}
.comment .comment-body {
    padding:18px 0 0 0;
    margin-bottom:18px;
    border:none;
    border-top:1px solid #d8d8d8;
    background-color:transparent;
}
.comment .comment-body p { margin-bottom:26px; }
.comment.bypostauthor .comment-body { background-color:transparent; }
.comment-author { margin:3px 20px 0 0; }
@media (min-width: 1200px) {
    .comment-author { margin-right:30px; }
}
.comment-author .author {
    width:70px;
    padding-top:18px;
    text-align:left;
    font-weight:normal;
    font-style:italic;
}
@media (min-width: 1200px) {
    .comment-author .author { padding-top:28px; }
}
.comment-meta {
    float:left;
    padding-top:7px;
    font-style:italic;
}
.comment-meta:before {
    content:'\f073';
    font-family:FontAwesome;
    font-style:normal;
    color:#ff0000;
    padding-right:7px;
}
.reply {
    margin-left:0;
    font-size:17px;
    font-weight:bold;
    text-transform:uppercase;
}
.reply .comment-reply-link {
    background-color:#ff0000;
    padding:6px 19px;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.reply .comment-reply-link:hover, .reply .comment-reply-link:focus {
    color:#fff;
    background-color:#000000;
}
#respond h3 {
    font-size:29px;
    line-height:30px;
    margin:0 0 20px;
    padding:0 0 16px;
    text-align:center;
    border-bottom:3px solid #ff0000;
}
@media (min-width: 1200px) {
    #respond h3 { margin-bottom:30px; }
}
#respond form .btn { margin-top:0; }
.cancel-comment-reply { margin-bottom:10px; }
.cancel-comment-reply a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.cancel-comment-reply a:hover, .cancel-comment-reply a:focus { text-decoration:none; }
.comment-list ul.children { margin-left:25px; }
@media (min-width: 1200px) {
    .comment-list ul.children { margin-left:50px; }
}
@media (min-width: 768px) and (max-width: 979px) {
    .comment-list ul.children { margin:0; }
}
@media (max-width: 767px) {
    .comment-list ul.children { margin:0; }
}
#commentform a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
#commentform a:hover, #commentform a:focus { text-decoration:none; }
#commentform p {
    margin-bottom:15px;
    overflow:hidden;
}
#commentform input[type="text"] {
    padding:9px 21px;
    width:426px;
}
#commentform textarea {
    padding:9px 21px;
    min-height:233px;
    height:233px;
}
.children #commentform textarea {
    width:100%;
    max-width:100%;
    min-width:100px;
}
#sidebar { padding-top:25px; }
#sidebar .widget { margin-bottom:30px; }
#sidebar .widget-title {
    font-size:29px;
    line-height:30px;
    margin:0 0 20px;
    padding:0 0 16px;
    text-align:center;
    border-bottom:3px solid #ff0000;
}
@media (min-width: 1200px) {
    #sidebar .widget-title { margin-bottom:30px; }
}
#sidebar .widget ul { margin:0; }
#sidebar .widget ul li {
    list-style-type:none;
    font-size:18px;
    text-align:center;
    border-top:1px solid #d8d8d8;
    padding-top:9px;
    margin-top:10px;
}
#sidebar .widget ul li:first-child {
    border-top:none;
    padding-top:0;
    margin-top:0;
}
#sidebar .widget ul li a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
#sidebar .widget ul li a:hover, #sidebar .widget ul li a:focus { text-decoration:none; }
#sidebar .widget_pages ul li { text-align:left; }
#sidebar .widget_pages ul li ul {
    margin:10px 0 0 20px;
    border-top:1px solid #d8d8d8;
    padding-top:9px;
}
#wp-calendar td#today { color:#ff0000; }
#wp-calendar caption {
    color:#000000;
    text-shadow:none;
}
#wp-calendar thead th {
    color:#ff0000;
    text-shadow:none;
}
#wp-calendar a {
    text-decoration:none !important;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.social_li {
    border:none !important;
    padding-top:0 !important;
    margin-top:0 !important;
    text-align:left !important;
}
.social_link:hover {
    filter:none !important;
    opacity:1;
    filter:alpha(opacity=100);
}
.social_ico {
    display:inline-block;
    vertical-align:top;
}
.social_label {
    display:inline-block;
    vertical-align:top;
}
.social__row li {
    float:left;
    margin-left:5px;
}
.social__row li:first-child { margin-left:0; }
.social__row a { float:left; }
.social__list li { margin-bottom:5px; }
.social__list a:hover { text-decoration:none; }
.flickr_li {
    border:none !important;
    padding-top:0 !important;
    margin-top:0 !important;
}
.flickr_li .thumbnail:hover, .flickr_li .thumbnail:focus {
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.post-list li {
    padding:21px 0 0 0 !important;
    margin:35px 0 0 0 !important;
    font-size:15px !important;
}
.post-list li:first-child {
    padding-top:0 !important;
    margin-top:0 !important;
}
.post-list time {
    font-style:italic;
    margin-bottom:19px;
    display:block;
}
.post-list time i {
    color:#ff0000;
    padding-right:7px;
}
.post-list .featured-thumbnail { margin:0 0 24px 0; }
.post-list .featured-thumbnail img {
    max-width:none;
    width:100%;
}
.post-list_h {
    font-size:18px;
    font-weight:300;
    line-height:24px;
    margin:0 0 10px;
}
.post-list_h a { color:#000000; }
.post-list_h a:hover, .post-list_h a:focus {
    color:#ff0000;
    text-decoration:none;
}
.post-list .excerpt { margin-bottom:0; }
@media (min-width: 1200px) {
    [id*="my-recent-comments-"] .widget-title {
        padding-left:50px !important;
        padding-right:50px !important;
    }
}
.comments-custom li {
    margin:15px 0 0 0 !important;
    padding:19px 0 0 0 !important;
    font-size:15px !important;
}
.comments-custom li:first-child {
    margin-top:0 !important;
    padding-top:0 !important;
}
.comments-custom .featured-thumbnail { margin:2px 20px 0 0; }
@media (min-width: 1200px) {
    .comments-custom .featured-thumbnail { margin-right:30px; }
}
.comments-custom_txt {
    padding:20px 0 0 0;
    border-top:none;
    margin-top:0;
}
.comments-custom_txt a { color:#777777 !important; }
.comments-custom_txt a:hover, .comments-custom_txt a:focus { color:#ff0000 !important; }
.comments-custom_h_title, .comments-custom_h_author { margin-bottom:0px; }
.comments-custom_h_author {
    font-style:italic;
    font-weight:300;
    color:#777777;
    margin:11px 0 0 0;
}
.comments-custom_h_title {
    font-size:18px;
    font-weight:300;
    line-height:24px;
    margin:0 0 10px;
}
.comments-custom_h_title a { color:#000000 !important; }
.comments-custom_h_title a:hover, .comments-custom_h_title a:focus { color:#ff0000 !important; }
.comments-custom i {
    font-size:15px;
    margin-right:7px;
    padding:2px 0 0 0;
    color:#ff0000;
    min-width:15px;
    text-align:center;
}
.comments-custom .meta_format {
    margin-top:0px;
    font-size:15px;
    font-style:italic;
    font-weight:300;
    text-align:left;
}
.banners { margin-bottom:30px; }
.testimonials .testi-item {
    text-align:center;
    padding:0;
    margin:0 0 22px;
}
.testimonials .testi-item blockquote {
    padding:20px;
    border:1px solid #d8d8d8;
    background-color:transparent;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
@media (min-width: 1200px) {
    .testimonials .testi-item blockquote { padding:20px 32px 23px; }
}
@media (min-width: 768px) and (max-width: 979px) {
    .testimonials .testi-item blockquote { padding:15px; }
}
.testimonials .testi-item blockquote:before { display:none; }
.testimonials .testi-item blockquote:after {
    position:absolute;
    top:auto;
    bottom:-14px;
    left:50%;
    margin:0 0 0 -13px;
    width:26px;
    height:14px;
    background:url(../img/dsgn/corner.gif) 0 0 no-repeat;
}
.testimonials .testi-item blockquote > a {
    color:#777777;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.testimonials .testi-item blockquote > a:hover { color:#ff0000; }
.testimonials .testi-item .testi-meta {
    font-size:15px;
    padding:20px 0 0 0;
}
@media (min-width: 1200px) {
    .testimonials .testi-item .testi-meta { padding-top:30px; }
}
.testimonials .testi-item .testi-meta .user {
    font-size:18px;
    color:#000;
}
.testimonials .testi-item .testi-meta a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.testimonials .testi-item .testi-meta a:hover, .testimonials .testi-item .testi-meta a:focus { text-decoration:none; }
.testimonials.grid {
    margin:0 0 0 -20px;
    *zoom:1;
}
.testimonials.grid:before, .testimonials.grid:after {
    display:table;
    content:"";
    line-height:0;
}
.testimonials.grid:after { clear:both; }
@media (min-width: 1200px) {
    .testimonials.grid { margin-left:-30px; }
}
@media (max-width: 767px) {
    .testimonials.grid { margin:0; }
}
.testimonials.grid .testi-item {
    float:left;
    width:220px;
    margin-left:20px;
}
@media (min-width: 1200px) {
    .testimonials.grid .testi-item {
        width:270px;
        margin-left:30px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .testimonials.grid .testi-item { width:166px; }
}
@media (max-width: 767px) {
    .testimonials.grid .testi-item {
        width:auto;
        float:none;
        margin:0 0 20px 0;
    }
}
.testimonials.grid .testi-item .testi-meta .user {
    display:block;
    margin-bottom:11px;
}
.testimonials.grid .testi-item .testi-meta br, .testimonials.grid .testi-item .testi-meta .info, .testimonials.grid .testi-item .testi-meta .user:after { display:none; }
.mini-posts-list {
    margin:0;
    padding-bottom:15px;
}
.mini-post-holder {
    padding:0 0 15px !important;
    margin:0 0 15px;
    border-top:none;
    border-bottom:1px solid #d8d8d8 !important;
    text-align:center;
}
.mini-post-content h4 {
    font-size:18px;
    font-weight:300;
    line-height:24px;
    margin:0;
}
.mini-post-content h4 a {
    color:#000000;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.mini-post-content h4 a:hover, .mini-post-content h4 a:focus {
    color:#ff0000;
    text-decoration:none;
}
.mini-post-meta time {
    font-size:15px;
    font-style:italic;
    line-height:20px;
}
.recent-posts { padding-bottom:15px; }
.recent-posts li {
    text-align:center;
    padding-bottom:0;
    margin-bottom:15px;
    border-bottom:1px solid #d8d8d8;
}
.recent-posts li:hover .featured-thumbnail a img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.recent-posts .post_category {
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}
.recent-posts .post_category__static { position:static; }
.recent-posts .post_category a {
    font-size:14px;
    font-weight:bold;
    line-height:20px;
    text-transform:uppercase;
    text-shadow:none;
    display:inline-block;
    vertical-align:top;
    color:#ff0000;
    padding:5px 11px;
    position:relative;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.recent-posts .post_category a:before, .recent-posts .post_category a:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    z-index:-1;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.recent-posts .post_category a:before {
    width:100%;
    background-color:rgba(255,255,255,0.88);
}
.recent-posts .post_category a:after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:auto;
    width:0;
    background-color:rgba(255,0,0,0.88);
}
.no-rgba .recent-posts .post_category a { background-image:url(../img/dsgn/white-opacity-88.png); }
.recent-posts .post_category a:hover, .recent-posts .post_category a:focus {
    color:#fff;
    text-decoration:none;
}
.recent-posts .post_category a:hover:after, .recent-posts .post_category a:focus:after {
    width:100%;
    left:0;
    right:auto;
}
.no-rgba .recent-posts .post_category a:hover, .no-rgba .recent-posts .post_category a:focus { background-image:url(../img/dsgn/red-opacity-88.png); }
.recent-posts .featured-thumbnail {
    float:none;
    display:inline-block;
    vertical-align:top;
    margin:0 0 23px;
}
@media (max-width: 480px) {
    .recent-posts .featured-thumbnail { width:auto !important; }
}
.recent-posts .featured-thumbnail img {
    max-width:none !important;
    width:100%;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.recent-posts .featured-thumbnail a:hover img, .recent-posts .featured-thumbnail a:focus img {
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}
.recent-posts h5 {
    font-size:18px;
    line-height:24px;
    margin:0 0 10px;
}
.recent-posts h5 a {
    color:#000000;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.recent-posts h5 a:hover, .recent-posts h5 a:focus {
    color:#ff0000;
    text-decoration:none;
}
.recent-posts .excerpt {
    margin-bottom:15px;
    position:relative;
    z-index:2;
}
.recent-posts .meta {
    font-size:15px;
    font-style:italic;
    font-weight:bold;
    text-transform:none;
    margin:0;
}
.recent-posts .post-date { float:none; }
.recent-posts .btn-primary {
    font-size:17px;
    padding:6px 19px;
    min-width:136px;
    text-align:center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.recent-posts.style-1 {
    margin-bottom:25px !important;
    padding-bottom:0;
}
@media (max-width: 767px) {
    .recent-posts.style-1 { margin-left:0 !important; }
}
.recent-posts.style-1 li {
    margin-bottom:0;
    margin-top:20px;
    padding:0;
    border:none;
    position:relative;
    min-height:100px;
}
@media (min-width: 1200px) {
    .recent-posts.style-1 li { margin-top:30px; }
}
@media (max-width: 767px) {
    .recent-posts.style-1 li {
        max-width:270px;
        margin-left:auto;
        margin-right:auto;
    }
}
.recent-posts.style-1 li:first-child { margin-top:0; }
@media (min-width: 980px) {
    .recent-posts.style-1 li:hover .desc { padding:20px 0 25px; }
}
.recent-posts.style-1 .post_category { display:none; }
.recent-posts.style-1 .featured-thumbnail { margin:0; }
.recent-posts.style-1 .desc {
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    background-color:rgba(0,0,0,0.8);
    padding:12px 0 17px 0;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
@media (min-width: 768px) and (max-width: 979px) {
    .recent-posts.style-1 .desc { padding:5px 0; }
}
.no-rgba .recent-posts.style-1 .desc { background-image:url(../img/dsgn/black-opacity-80.png); }
.recent-posts.style-1 h5 {
    font-size:16px;
    font-weight:400 !important;
    line-height:1.2em;
    text-transform:uppercase;
    margin:0;
    padding:0 12px;
}
.recent-posts.style-1 h5 a { color:#fff; }
.recent-posts.style-1 h5 a:hover, .recent-posts.style-1 h5 a:focus { color:#ff0000; }
.recent-posts.style-1 .meta {
    color:#ff0000;
    text-shadow:none;
    margin:0 0 4px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .recent-posts.style-1 .meta { margin-bottom:2px; }
}
.recent-posts.style-2 {
    padding-bottom:0;
    margin-bottom:0;
}
@media (max-width: 767px) {
    .recent-posts.style-2 { padding-bottom:11px; }
}
.recent-posts.style-2 li { border:none; }
.recent-posts.style-2 .post_category { display:none; }
.recent-posts.style-2 .excerpt {
    border-bottom:1px solid #d8d8d8;
    padding-bottom:15px;
    margin-bottom:20px;
}
@media (min-width: 1200px) {
    .recent-posts.style-2 .excerpt { margin-bottom:30px; }
}
.recent-posts.style-3 {
    padding-bottom:0;
    margin-bottom:21px !important;
}
@media (max-width: 767px) {
    .recent-posts.style-3 {
        padding-top:5px;
        margin-left:0 !important;
    }
}
.recent-posts.style-3 li {
    border:none;
    padding:0;
    margin-top:20px !important;
    margin-bottom:0 !important;
    position:relative;
    background-color:#000000;
    -webkit-transition:background-color 0.3s;
    -moz-transition:background-color 0.3s;
    -o-transition:background-color 0.3s;
    transition:background-color 0.3s;
}
@media (min-width: 1200px) {
    .recent-posts.style-3 li { margin-top:30px !important; }
}
@media (max-width: 767px) {
    .recent-posts.style-3 li {
        max-width:270px;
        margin-left:auto;
        margin-right:auto;
    }
}
.recent-posts.style-3 li:first-child { margin-top:0 !important; }
.recent-posts.style-3 li:hover .desc:before {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.ie8 .recent-posts.style-3 li:hover .desc:before { visibility:visible; }
.recent-posts.style-3 .featured-thumbnail { margin:0; }
.recent-posts.style-3 .desc {
    padding:16px 12px 24px;
    color:#fff;
    position:relative;
}
.recent-posts.style-3 .desc:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background-color:#ff0000;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.ie8 .recent-posts.style-3 .desc:before { visibility:hidden; }
.recent-posts.style-3 h5 {
    font-size:24px;
    font-weight:400 !important;
    line-height:31px;
    text-transform:uppercase;
    text-shadow:none;
    margin:0;
    position:relative;
    z-index:2;
    word-wrap:break-word;
    -webkit-hyphens:auto;
    -moz-hyphens:auto;
    -ms-hyphens:auto;
    -o-hyphens:auto;
    hyphens:auto;
}
@media (min-width: 768px) and (max-width: 979px) {
    .recent-posts.style-3 h5 {
        font-size:20px;
        line-height:28px;
    }
}
.recent-posts.style-3 h5 a { color:#fff; }
.recent-posts.style-3__grid {
    overflow:visible;
    margin:0 0 25px -20px;
    *zoom:1;
}
.recent-posts.style-3__grid:before, .recent-posts.style-3__grid:after {
    display:table;
    content:"";
    line-height:0;
}
.recent-posts.style-3__grid:after { clear:both; }
@media (min-width: 1200px) {
    .recent-posts.style-3__grid { margin:0 0 25px -30px !important; }
}
@media (max-width: 767px) {
    .recent-posts.style-3__grid {
        margin:0 !important;
        overflow:hidden;
    }
}
.recent-posts.style-3__grid li {
    float:left;
    width:460px;
    margin:0 0 0 20px !important;
}
@media (min-width: 1200px) {
    .recent-posts.style-3__grid li {
        width:570px;
        margin:0 0 0 30px !important;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .recent-posts.style-3__grid li {
        float:none;
        width:auto;
        margin-top:20px !important;
    }
    .recent-posts.style-3__grid li:first-child { margin-top:0 !important; }
}
@media (max-width: 767px) {
    .recent-posts.style-3__grid li {
        width:auto;
        max-width:none;
        float:none;
        margin:0 0 20px 0 !important;
    }
}
@media (max-width: 480px) {
    .recent-posts.style-3__grid li {
        max-width:270px;
        margin:0 auto 20px !important;
    }
}
.recent-posts.style-3__grid .featured-thumbnail {
    float:left;
    width:223px;
}
@media (min-width: 1200px) {
    .recent-posts.style-3__grid .featured-thumbnail { width:auto; }
}
@media (min-width: 768px) and (max-width: 979px) {
    .recent-posts.style-3__grid .featured-thumbnail { width:199px; }
}
@media (max-width: 767px) {
    .recent-posts.style-3__grid .featured-thumbnail { width:237px; }
}
@media (max-width: 480px) {
    .recent-posts.style-3__grid .featured-thumbnail {
        width:auto;
        float:none;
    }
}
.recent-posts.style-3__grid .desc {
    overflow:hidden;
    padding:16px 15px 9px;
}
@media (min-width: 1200px) {
    .recent-posts.style-3__grid .desc {
        padding-left:37px;
        padding-right:37px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .recent-posts.style-3__grid .desc { padding:48px 20px; }
}
.recent-posts.style-3__grid h5 { margin-bottom:9px; }
.recent-posts.style-3__grid .excerpt {
    font-size:15px;
    line-height:20px;
}
@media (min-width: 1200px) {
    .recent-posts.style-3__grid .excerpt {
        font-size:18px;
        line-height:24px;
    }
}
@media (max-width: 767px) {
    .recent-posts.style-3__grid .excerpt { margin-bottom:8px; }
}
.recent-posts.style-4 { margin-top:-6px !important; }
.recent-posts.style-4 li {
    text-align:left;
    border:none;
    margin-top:14px;
    margin-bottom:0;
    padding:0;
}
@media (max-width: 480px) {
    .recent-posts.style-4 li { text-align:center; }
}
.recent-posts.style-4 li:first-child { margin-top:0; }
.recent-posts.style-4 .featured-thumbnail {
    float:left;
    width:200px;
    margin:6px 20px 10px 0;
}
@media (min-width: 1200px) {
    .recent-posts.style-4 .featured-thumbnail {
        margin-right:30px;
        width:auto;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .recent-posts.style-4 .featured-thumbnail {
        margin-right:0;
        width:auto;
    }
}
@media (max-width: 480px) {
    .recent-posts.style-4 .featured-thumbnail {
        width:auto;
        float:none;
        display:inline-block;
        vertical-align:top;
        margin-right:0;
    }
}
.recent-posts.style-4 .desc { overflow:hidden; }
@media (min-width: 768px) and (max-width: 979px) {
    .recent-posts.style-4 .desc { clear:both; }
}
@media (max-width: 480px) {
    .recent-posts.style-4 .desc { clear:both; }
}
.recent-posts.style-4 .excerpt {
    border-bottom:1px solid #d8d8d8;
    margin-bottom:22px;
    padding-bottom:21px;
}
.posts-grid li {
    margin-bottom:0;
    padding-bottom:16px;
    text-align:center;
}
.posts-grid li .featured-thumbnail { margin:0 0 15px; }
@media (max-width: 767px) {
    .posts-grid li .featured-thumbnail {
        float:none;
        display:inline-block;
        vertical-align:top;
    }
}
.ie8 .posts-grid li .featured-thumbnail img { max-width:none !important; }
.posts-grid .post_meta {
    padding:0;
    margin:0;
    border:none;
    font-style:italic;
}
.posts-grid .post_category {
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}
.posts-grid .post_category a {
    font-size:14px;
    font-weight:bold;
    line-height:20px;
    text-transform:uppercase;
    text-shadow:none;
    display:inline-block;
    vertical-align:top;
    color:#ff0000;
    padding:5px 11px;
    position:relative;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.posts-grid .post_category a:before, .posts-grid .post_category a:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    z-index:-1;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.posts-grid .post_category a:before {
    width:100%;
    background-color:rgba(255,255,255,0.88);
}
.posts-grid .post_category a:after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:auto;
    width:0;
    background-color:rgba(255,0,0,0.88);
}
.no-rgba .posts-grid .post_category a { background-image:url(../img/dsgn/white-opacity-88.png); }
.posts-grid .post_category a:hover, .posts-grid .post_category a:focus {
    color:#fff;
    text-decoration:none;
}
.posts-grid .post_category a:hover:after, .posts-grid .post_category a:focus:after {
    width:100%;
    left:0;
    right:auto;
}
.no-rgba .posts-grid .post_category a:hover, .no-rgba .posts-grid .post_category a:focus { background-image:url(../img/dsgn/red-opacity-88.png); }
.posts-grid h5 {
    margin-top:3px;
    font-size:18px;
    font-weight:300;
    line-height:24px;
}
.posts-grid h5 a {
    color:#000000;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.posts-grid h5 a:hover, .posts-grid h5 a:focus {
    color:#ff0000;
    text-decoration:none;
}
@media (max-width: 767px) {
    .posts-grid.team li { padding-bottom:10px; }
}
.posts-grid.style-1 {
    margin-top:-6px !important;
    padding-bottom:6px;
}
.posts-grid.style-1 li {
    text-align:left;
    padding-bottom:12px;
    *zoom:1;
}
.posts-grid.style-1 li:before, .posts-grid.style-1 li:after {
    display:table;
    content:"";
    line-height:0;
}
.posts-grid.style-1 li:after { clear:both; }
@media (max-width: 767px) {
    .posts-grid.style-1 li {
        text-align:center;
        padding-bottom:0;
    }
}
.posts-grid.style-1 .post_category { display:none; }
.posts-grid.style-1 .featured-thumbnail {
    float:left;
    width:120px;
    margin:6px 20px 10px 0;
}
@media (min-width: 1200px) {
    .posts-grid.style-1 .featured-thumbnail {
        width:auto;
        margin-right:30px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .posts-grid.style-1 .featured-thumbnail {
        width:auto;
        margin-right:0;
    }
}
@media (max-width: 767px) {
    .posts-grid.style-1 .featured-thumbnail {
        float:none;
        display:inline-block;
        vertical-align:top;
        margin-right:0;
    }
}
.posts-grid.style-1 h5 { margin-top:0; }
.posts-grid.style-1 .clear { clear:none; }
@media (min-width: 768px) and (max-width: 979px) {
    .posts-grid.style-1 .clear { clear:both; }
}
.posts-grid.style-2 {
    border-bottom:1px solid #d8d8d8;
    padding-bottom:0;
}
.post-cycle-shortcode {
    padding-top:5px;
    margin-bottom:29px;
}
@media (max-width: 767px) {
    .post-cycle-shortcode {
        max-width:570px;
        margin-left:auto;
        margin-right:auto;
    }
}
.post-cycle-shortcode li { position:relative; }
.post-cycle-shortcode .featured-thumbnail { margin:0; }
.ie8 .post-cycle-shortcode .featured-thumbnail img { max-width:none !important; }
.post-cycle-shortcode .post_category {
    position:absolute;
    left:0;
    top:0;
    z-index:2;
}
.post-cycle-shortcode .post_category a {
    font-size:14px;
    font-weight:bold;
    line-height:20px;
    text-transform:uppercase;
    text-shadow:none;
    display:inline-block;
    vertical-align:top;
    color:#ff0000;
    padding:5px 11px;
    position:relative;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.post-cycle-shortcode .post_category a:before, .post-cycle-shortcode .post_category a:after {
    content:'';
    position:absolute;
    top:0;
    left:0;
    height:100%;
    z-index:-1;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
.post-cycle-shortcode .post_category a:before {
    width:100%;
    background-color:rgba(255,255,255,0.88);
}
.post-cycle-shortcode .post_category a:after {
    content:'';
    position:absolute;
    top:0;
    right:0;
    left:auto;
    width:0;
    background-color:rgba(255,0,0,0.88);
}
.no-rgba .post-cycle-shortcode .post_category a { background-image:url(../img/dsgn/white-opacity-88.png); }
.post-cycle-shortcode .post_category a:hover, .post-cycle-shortcode .post_category a:focus {
    color:#fff;
    text-decoration:none;
}
.post-cycle-shortcode .post_category a:hover:after, .post-cycle-shortcode .post_category a:focus:after {
    width:100%;
    left:0;
    right:auto;
}
.no-rgba .post-cycle-shortcode .post_category a:hover, .no-rgba .post-cycle-shortcode .post_category a:focus { background-image:url(../img/dsgn/red-opacity-88.png); }
.post-cycle-shortcode .desc {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    color:#fff;
    text-align:center;
    background-repeat:repeat-x;
    background-position:0 100%;
    background-image:url(../img/dsgn/desc-tail.png);
    min-height:248px;
}
.post-cycle-shortcode .desc-inner {
    position:absolute;
    bottom:20px;
    padding:0 25px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .post-cycle-shortcode .desc-inner { bottom:10px; }
}
.post-cycle-shortcode .desc h5 {
    font-size:25px;
    font-weight:400 !important;
    line-height:35px;
    text-transform:uppercase;
    text-shadow:none;
    margin:0 0 4px;
}
@media (min-width: 1200px) {
    .post-cycle-shortcode .desc h5 {
        font-size:34px;
        line-height:41px;
    }
}
@media (min-width: 768px) and (max-width: 979px) {
    .post-cycle-shortcode .desc h5 {
        font-size:18px;
        line-height:1.2em;
    }
}
@media (max-width: 480px) {
    .post-cycle-shortcode .desc h5 {
        font-size:18px;
        line-height:1.2em;
    }
}
.post-cycle-shortcode .desc h5 a {
    color:#fff;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.post-cycle-shortcode .desc h5 a:hover, .post-cycle-shortcode .desc h5 a:focus {
    text-decoration:none;
    color:#ff0000;
}
.post-cycle-shortcode .desc p {
    font-size:18px;
    line-height:24px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .post-cycle-shortcode .desc p {
        font-size:15px;
        line-height:20px;
    }
}
@media (max-width: 480px) {
    .post-cycle-shortcode .desc p { display:none; }
}
.post-cycle-shortcode .flex-direction-nav a { opacity:1; }
.post-cycle-shortcode .flex-direction-nav a.flex-prev, .post-cycle-shortcode .flex-direction-nav a.flex-next {
    top:auto;
    bottom:82px;
}
.banner-wrap {
    text-align:center;
    padding:0 0 25px;
    border:2px solid #000;
}
@media (max-width: 767px) {
    .banner-wrap {
        max-width:270px;
        margin-left:auto;
        margin-right:auto;
    }
}
.banner-wrap .featured-thumbnail { margin:0 0 13px; }
.banner-wrap .featured-thumbnail a {
    border:none;
    float:none;
}
.banner-wrap h5 {
    margin:0;
    padding:0 12px;
    text-transform:uppercase;
    text-shadow:none;
    font-size:24px;
    font-weight:400 !important;
    line-height:31px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .banner-wrap h5 {
        font-size:20px;
        line-height:28px;
    }
}
.banner-wrap h5 a {
    display:inline-block;
    vertical-align:top;
    -webkit-transition:.3s;
    -moz-transition:.3s;
    -o-transition:.3s;
    transition:.3s;
}
.banner-wrap h5 a:hover, .banner-wrap h5 a:focus { text-decoration:none; }
.banner-wrap.signup {
    border:none;
    margin-top:5px;
    position:relative;
    color:#fff;
    padding:9px 0 34px 0;
}
@media (min-width: 1200px) {
    .banner-wrap.signup { padding-top:29px; }
}
@media (max-width: 767px) {
    .banner-wrap.signup { max-width:none; }
}
.banner-wrap.signup .featured-thumbnail {
    position:absolute;
    left:0;
    right:0;
    top:0;
    z-index:-1;
}
.banner-wrap.signup h5 {
    font-size:34px;
    line-height:1.2em;
    margin:0 0 6px;
}
@media (max-width: 767px) {
    .banner-wrap.signup h5 { font-size:25px; }
}
@media (max-width: 480px) {
    .banner-wrap.signup h5 { display:none; }
}
.banner-wrap.signup h5 a { color:#fff; }
.banner-wrap.signup h5 a:hover, .banner-wrap.signup h5 a:focus { color:#ff0000; }
.banner-wrap.signup p {
    font-size:18px;
    font-weight:300;
    text-transform:uppercase;
    margin-bottom:17px;
}
@media (min-width: 768px) and (max-width: 979px) {
    .banner-wrap.signup p { display:none; }
}
@media (max-width: 767px) {
    .banner-wrap.signup p { display:none; }
}
.banner-wrap.signup .btn {
    border:none;
    text-shadow:none;
    font-weight:bold;
    text-transform:uppercase;
    background:none !important;
    position:relative;
    z-index:1;
    font-size:17px;
    padding:6px 19px;
    min-width:136px;
    text-align:center;
    color:#fff;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
@media (max-width: 480px) {
    .banner-wrap.signup .btn { margin-top:2%; }
}
.banner-wrap.signup .btn:before, .banner-wrap.signup .btn:after {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    z-index:-1;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.banner-wrap.signup .btn:before {
    background:#ff0000;
    left:0;
    right:0;
}
.banner-wrap.signup .btn:after {
    left:100%;
    right:100%;
    background:#fff;
}
.banner-wrap.signup .btn:hover, .banner-wrap.signup .btn:focus {
    text-decoration:none;
    color:#ff0000;
}
.banner-wrap.signup .btn:hover:before, .banner-wrap.signup .btn:focus:before {
    left:100%;
    right:100%;
}
.banner-wrap.signup .btn:hover:after, .banner-wrap.signup .btn:focus:after {
    left:0;
    right:0;
}
.footer {
    padding:32px 0 37px;
    border:none;
    background-color:transparent;
    background-repeat:repeat-x;
    background-image:url(../img/dsgn/footer-tail.png);
}
nav.footer-nav { margin-bottom:0; }
nav.footer-nav ul li a {
    font-weight:300 !important;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
nav.footer-nav ul li a:hover, nav.footer-nav ul li a:focus { color:#ff0000; }
nav.footer-nav ul li.current-menu-item a {
    color:#ff0000;
    text-decoration:none;
}
.copyright { padding:0; }
.footer-text {
    font-size:13px;
    line-height:18px;
}
.footer-text a {
    color:#777777;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.footer-text a:hover, .footer-text a:focus {
    color:#ff0000;
    text-decoration:none;
}
.wpcf7-form p.field input {
    padding:9px 21px;
    height:40px;
    line-height:20px;
}
.wpcf7-form textarea {
    padding:9px 21px;
    line-height:20px;
}
.wpcf7-not-valid-tip { padding:9px 0 9px 10px !important; }
@media (min-width: 1200px) {
    .wpcf7-not-valid-tip { padding-left:21px; }
}
.video_preview.featured-thumbnail { margin-bottom:22px; }
.sm_hr {
    margin:21px 0 22px 0;
    background:#d8d8d8;
}
.sm_hr.extra-style {
    margin:-20px 0 20px 0;
    overflow:visible;
}
@media (min-width: 1200px) {
    .sm_hr.extra-style { margin-bottom:30px; }
}
.accordion-group {
    border:none;
    margin-bottom:7px;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
}
.accordion-inner {
    border:none;
    padding:12px 0;
}
@media (min-width: 1200px) {
    .accordion-inner { padding:23px 0 20px; }
}
.accordion-heading .accordion-toggle {
    padding:12px 57px 15px 19px;
    font-size:18px;
    position:relative;
    color:#000000;
    border:1px solid #d8d8d8;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
@media (min-width: 1200px) {
    .accordion-heading .accordion-toggle {
        padding-top:20px;
        padding-bottom:21px;
    }
}
.accordion-heading .accordion-toggle:after {
    content:'\f0ab';
    font-size:17px;
    font-family:FontAwesome;
    color:#ff0000;
    position:absolute;
    right:21px;
    top:14px;
}
@media (min-width: 1200px) {
    .accordion-heading .accordion-toggle:after { top:21px; }
}
.accordion-heading .accordion-toggle.active:after { content:'\f0aa'; }
.accordion-heading .accordion-toggle:hover, .accordion-heading .accordion-toggle:focus {
    text-decoration:none;
    color:#ff0000;
}
.list.styled > ul li:before { color:#000000; }
.list.styled > ul li a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.list.styled > ul li a:hover, .list.styled > ul li a:focus { text-decoration:none; }
.list.styled.custom-list { padding-bottom:8px; }
.list.styled.custom-list > ul { margin-left:0; }
.list.styled.custom-list > ul li {
    list-style-type:none;
    font-size:18px;
    text-align:center;
    border-top:1px solid #d8d8d8;
    padding-top:9px;
    margin-top:10px;
}
.list.styled.custom-list > ul li:first-child {
    border-top:none;
    padding-top:0;
    margin-top:0;
}
.list.styled.custom-list > ul li a {
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.list.styled.custom-list > ul li a:hover, .list.styled.custom-list > ul li a:focus { text-decoration:none; }
.spacer { height:16px; }
.tabs-wrapper { margin-bottom:0; }
.nav-tabs {
    text-align:center;
    border-bottom:3px solid #ff0000;
    padding:0 0 21px;
    margin-bottom:20px;
}
@media (min-width: 1200px) {
    .nav-tabs { margin-bottom:30px; }
}
.nav-tabs > li {
    font-size:29px;
    font-weight:normal;
    line-height:20px;
    text-transform:uppercase;
    text-shadow:none;
    margin:0 0 0 17px;
    padding:0 0 1px 17px;
    float:none;
    display:inline-block;
    vertical-align:top;
    border-left:1px solid #d8d8d8;
}
@media (max-width: 480px) {
    .nav-tabs > li { font-size:22px; }
}
.nav-tabs > li:first-child {
    border-left:none;
    margin-left:0;
    padding-left:0;
}
.nav-tabs > li > a {
    color:#777777;
    border:none !important;
    padding:0;
    margin:0;
    line-height:inherit;
    background:none !important;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-transition:color 0.3s;
    -moz-transition:color 0.3s;
    -o-transition:color 0.3s;
    transition:color 0.3s;
}
.nav-tabs > li > a:hover { color:#000000; }
.nav-tabs > li.active > a { color:#000000 !important; }
.flexslider ul li {
    border:none !important;
    padding-top:0 !important;
    margin-top:0 !important;
}
.flex-direction-nav a {
    opacity:1 !important;
    text-shadow:none;
    overflow:visible;
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}
.flex-direction-nav a:before, .flex-direction-nav a:after {
    position:absolute;
    top:0;
    font-size:18px;
    font-family:FontAwesome;
    line-height:1em;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
.widget .flex-direction-nav a:before, .widget .flex-direction-nav a:after { color:#000000 !important; }
.flex-direction-nav a:before {
    color:#fff;
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
}
.flex-direction-nav a:after {
    color:#ff0000;
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    opacity:0;
    filter:alpha(opacity=0);
}
.flex-direction-nav a.flex-prev, .flex-direction-nav a.flex-next {
    width:auto;
    height:auto;
}
.flex-direction-nav a.flex-prev { left:12px !important; }
.flex-direction-nav a.flex-prev:before, .flex-direction-nav a.flex-prev:after {
    left:0;
    content:'\f053';
}
.flex-direction-nav a.flex-next { right:12px !important; }
.flex-direction-nav a.flex-next:before, .flex-direction-nav a.flex-next:after {
    right:0;
    content:'\f054';
}
.widget .flex-direction-nav a:hover:before, .widget .flex-direction-nav a:hover:after { color:#ff0000 !important; }
.flex-direction-nav a:hover:before {
    -webkit-transform:scale(0);
    -moz-transform:scale(0);
    -ms-transform:scale(0);
    -o-transform:scale(0);
    transform:scale(0);
    opacity:0;
    filter:alpha(opacity=0);
}
.flex-direction-nav a:hover:after {
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transform:scale(1);
    opacity:1;
    filter:alpha(opacity=100);
}
.flex-control-paging li a {
    background-color:#777777;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
    -webkit-transition:background-color 0.3s;
    -moz-transition:background-color 0.3s;
    -o-transition:background-color 0.3s;
    transition:background-color 0.3s;
}
.flex-control-paging li a:hover, .flex-control-paging li a.flex-active { background-color:#ff0000; }
.thumbnail, .featured-thumbnail {
    padding:0;
    border:none;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.fb-like-box { margin-bottom:11px; }
.fb-like-box.fullwidth { width:100% !important; }
.fb-like-box.fullwidth > span { width:inherit !important; }
@media (min-width: 980px) and (max-width: 1199px) {
    .fb-like-box.fullwidth > span { height:303px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
    .fb-like-box.fullwidth > span { height:370px !important; }
}
.fb-like-box.fullwidth iframe { width:inherit !important; }
@media (min-width: 980px) and (max-width: 1199px) {
    .fb-like-box.fullwidth iframe { height:303px !important; }
}
@media (min-width: 768px) and (max-width: 979px) {
    .fb-like-box.fullwidth iframe { height:370px !important; }
}
.fb-like-box[data-colorscheme="dark"] { background-color:#141823; }
#back-top { margin-bottom:0; }
#back-top-wrapper {
    right:10px;
    bottom:25px;
}
#back-top a {
    width:auto;
    color:#ff0000;
    text-shadow:none;
}
#back-top a:hover { color:#000000; }
#back-top a:hover span { background-color:transparent; }
#back-top span {
    margin-bottom:0;
    width:auto;
    height:auto;
    background:none;
    -webkit-transition:0.5s;
    -moz-transition:0.5s;
    -o-transition:0.5s;
    transition:0.5s;
}
#back-top span:before {
    content:'\f0aa';
    font-size:38px;
    font-family:FontAwesome;
    line-height:1em;
}
.btn-primary {
    border:none;
    text-shadow:none;
    font-weight:bold;
    text-transform:uppercase;
    background:none !important;
    position:relative;
    z-index:1;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
.btn-primary:before, .btn-primary:after {
    content:'';
    position:absolute;
    top:0;
    bottom:0;
    z-index:-1;
    -webkit-transition:.5s;
    -moz-transition:.5s;
    -o-transition:.5s;
    transition:.5s;
}
.btn-primary:before {
    background:#ff0000;
    left:0;
    right:0;
}
.btn-primary:after {
    left:100%;
    right:100%;
    background:#000000;
}
.btn-primary.btn-large {
    font-size:17px;
    padding:6px 19px;
    min-width:136px;
    text-align:center;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}
.btn-primary:hover:before, .btn-primary:focus:before {
    left:100%;
    right:100%;
}
.btn-primary:hover:after, .btn-primary:focus:after {
    left:0;
    right:0;
}
.btn-primary.bottom-indent { margin-bottom:6px; }
.btn-primary.bottom-indent1 { margin-bottom:11px; }
input[type="submit"], input[type="reset"] {
    padding-left:18px;
    padding-right:18px;
    height:32px;
    background-color:#ff0000 !important;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
input[type="submit"]:hover, input[type="submit"]:focus, input[type="reset"]:hover, input[type="reset"]:focus {
    background-color:#000000 !important;
    -webkit-transition:0.3s;
    -moz-transition:0.3s;
    -o-transition:0.3s;
    transition:0.3s;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
    padding:9px 21px;
    color:#777777;
    background-color:#ebebeb;
    border-color:#ebebeb;
    -webkit-border-radius:0px;
    -moz-border-radius:0px;
    border-radius:0px;
    -webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
}
select::-moz-placeholder, textarea::-moz-placeholder, input[type="text"]::-moz-placeholder, input[type="password"]::-moz-placeholder, input[type="datetime"]::-moz-placeholder, input[type="datetime-local"]::-moz-placeholder, input[type="date"]::-moz-placeholder, input[type="month"]::-moz-placeholder, input[type="time"]::-moz-placeholder, input[type="week"]::-moz-placeholder, input[type="number"]::-moz-placeholder, input[type="email"]::-moz-placeholder, input[type="url"]::-moz-placeholder, input[type="search"]::-moz-placeholder, input[type="tel"]::-moz-placeholder, input[type="color"]::-moz-placeholder, .uneditable-input::-moz-placeholder {
    color:#777777;
    opacity:1;
}
select::-ms-input-placeholder, textarea::-ms-input-placeholder, input[type="text"]::-ms-input-placeholder, input[type="password"]::-ms-input-placeholder, input[type="datetime"]::-ms-input-placeholder, input[type="datetime-local"]::-ms-input-placeholder, input[type="date"]::-ms-input-placeholder, input[type="month"]::-ms-input-placeholder, input[type="time"]::-ms-input-placeholder, input[type="week"]::-ms-input-placeholder, input[type="number"]::-ms-input-placeholder, input[type="email"]::-ms-input-placeholder, input[type="url"]::-ms-input-placeholder, input[type="search"]::-ms-input-placeholder, input[type="tel"]::-ms-input-placeholder, input[type="color"]::-ms-input-placeholder, .uneditable-input::-ms-input-placeholder { color:#777777; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#777777; }
select:-moz-placeholder, textarea:-moz-placeholder, input[type="text"]:-moz-placeholder, input[type="password"]:-moz-placeholder, input[type="datetime"]:-moz-placeholder, input[type="datetime-local"]:-moz-placeholder, input[type="date"]:-moz-placeholder, input[type="month"]:-moz-placeholder, input[type="time"]:-moz-placeholder, input[type="week"]:-moz-placeholder, input[type="number"]:-moz-placeholder, input[type="email"]:-moz-placeholder, input[type="url"]:-moz-placeholder, input[type="search"]:-moz-placeholder, input[type="tel"]:-moz-placeholder, input[type="color"]:-moz-placeholder, .uneditable-input:-moz-placeholder { color:#777777; }
select:-ms-input-placeholder, textarea:-ms-input-placeholder, input[type="text"]:-ms-input-placeholder, input[type="password"]:-ms-input-placeholder, input[type="datetime"]:-ms-input-placeholder, input[type="datetime-local"]:-ms-input-placeholder, input[type="date"]:-ms-input-placeholder, input[type="month"]:-ms-input-placeholder, input[type="time"]:-ms-input-placeholder, input[type="week"]:-ms-input-placeholder, input[type="number"]:-ms-input-placeholder, input[type="email"]:-ms-input-placeholder, input[type="url"]:-ms-input-placeholder, input[type="search"]:-ms-input-placeholder, input[type="tel"]:-ms-input-placeholder, input[type="color"]:-ms-input-placeholder, .uneditable-input:-ms-input-placeholder { color:#777777; }
select::-webkit-input-placeholder, textarea::-webkit-input-placeholder, input[type="text"]::-webkit-input-placeholder, input[type="password"]::-webkit-input-placeholder, input[type="datetime"]::-webkit-input-placeholder, input[type="datetime-local"]::-webkit-input-placeholder, input[type="date"]::-webkit-input-placeholder, input[type="month"]::-webkit-input-placeholder, input[type="time"]::-webkit-input-placeholder, input[type="week"]::-webkit-input-placeholder, input[type="number"]::-webkit-input-placeholder, input[type="email"]::-webkit-input-placeholder, input[type="url"]::-webkit-input-placeholder, input[type="search"]::-webkit-input-placeholder, input[type="tel"]::-webkit-input-placeholder, input[type="color"]::-webkit-input-placeholder, .uneditable-input::-webkit-input-placeholder { color:#777777; }
select:focus, textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, .uneditable-input:focus {
    background-color:transparent;
    border-color:#d8d8d8;
    -webkit-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);
    -moz-box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);
    box-shadow:inset 0 1px 2px rgba(0,0,0,0.075);
}
textarea { border-color:#ebebeb !important; }
textarea:focus { border-color:#d8d8d8 !important; }
.clearfix { *zoom:1; }
.clearfix:before, .clearfix:after {
    display:table;
    content:"";
    line-height:0;
}
.clearfix:after { clear:both; }
.hide-text {
    font:0/0 a;
    color:transparent;
    text-shadow:none;
    background-color:transparent;
    border:0;
}
.input-block-level {
    display:block;
    width:100%;
    min-height:30px;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}


.col-5-gutter{
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 0px;
}