








.columns {
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container [class*="col-"] img {
    max-width: 100%;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 10px;
    padding-right: 10px;
}

.container:before,
.container:after {
    content: " ";
    display: table;
}

.container:after {
    clear: both;
}

@media only screen and (max-width: 479px) {
    .container {
        width: 96%;
    }
}

@media only screen and (min-width: 480px) and (max-width: 767px) {
    .container {
        width: 92%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 960px) {
    .container {
        width: 768px;
    }
}

@media only screen and (min-width: 961px) {
    .container {
        width: 960px;
    }
}

@media only screen and (min-width: 1200px) and (max-width: 1280px) {
    .container {
        width: 1156px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1281px) {
    .container {
        width: 1246px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (min-width: 1921px) {
    .container {
        max-width: 1690px;
    }
}

.row {
    margin-left: -10px;
    margin-right: -10px;
}

.row:before,
.row:after {
    content: " ";
    display: table;
}

.row:after {
    clear: both;
}















@media only screen and (min-width: 480px) and (max-width: 767px) {
    h3.latest-b2-title {
        font-size: 16px;
        letter-spacing: 2px;
    }
}

.container.latestposts-one {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}

@media only screen and (min-width: 1200px) {
    .container.latestposts-one {
        margin: 0 -15px;
    }
}

.latestposts-one .latest-b {
    margin-bottom: 5px;
    position: relative;
    border: 1px solid #ddd;
}

.latestposts-one .latest-content {
    background: #fff;
    padding: 20px 40px 10px;
}

.latestposts-one .latest-b-cat {
    position: absolute;
    top: 0;
    background: #474747;
    padding: 5px 15px;
    color: #fff
}

.latestposts-one .latest-b-cat:hover {
    background-color: #00c2e5;
}

.latestposts-one .latest-b-cat a {
    font-style: normal;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.latestposts-one .latest-b-cat a:hover {
    text-decoration: underline;
}

.latestposts-one .latest-date {
    padding-bottom: 5px;
    margin-bottom: 0;
    color: #737478;
}

.latestposts-ros .latest-content p.latest-icons {
    position: absolute;
    top: 0px;
    right: 11px;
    background: #333;
    color: #fff;
    padding: 4px 8px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.2s linear;
}

.latestposts-one .latest-b:hover .latest-content p.latest-icons {
    visibility: visible;
    opacity: 1;
}

.latestposts-one .latest-content p.latest-icons span {
    padding: 5px;
}

.latestposts-one .latest-content p.latest-icons span i {
    padding-right: 4px;
    font-size: 12px;
}

.latestposts-one .latest-title {
    font-size: 19px;
    font-weight: 500;
    line-height: 1.3;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.latestposts-one .latest-title a {
    color: #101010;
}

.latestposts-one .latest-title a:hover {
    color: #00c2e5;
}

.latestposts-one .latest-img img {
    width: 100%;
    height: auto !important;
}

.latestposts-one .latest-author,
.latestposts-one .latest-author a {
    font-size: 12px;
    margin: 12px 0;
    letter-spacing: 0;
    text-transform: none;
    color: #9a9a9a;
    font-style: italic;
}

.latestposts-one .latest-author a:hover {
    color: #00c2e5;
}

.latestposts-one .latest-excerpt {
    font-size: 14px;
    line-height: 1.84;
}

@media only screen and (max-width: 479px) {
    .latestposts-one .latest-b {
        margin-bottom: 30px;
    }
}

.container.latestposts-two {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}

@media only screen and (min-width: 1200px) {
    .container.latestposts-two {
        margin: 0 -15px;
    }
}

.latestposts-two .blog-post img,
.blog-post iframe,
.blog-single-post img,
.blog-single-post iframe {
    border-bottom: none;
}

.latestposts-two .entry-meta,
.entry-content {
    float: left;
    margin-bottom: 8px;
}

.latestposts-two .blog-post {
    border: none;
    margin-bottom: 10px;
}

.latestposts-two .blog-date-sec {
    border-right: none;
    padding-right: 0;
}

.latestposts-two .blog-post .blog-date-sec img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-top: 3px;
}

.latestposts-two .blog-date-sec {
    border-right: none;
    padding-right: 15px;
    float: left;
    min-width: 80px;
}

.latestposts-two .blog-post p.blog-author {
    padding-top: 5px;
    margin-bottom: 15px;
    font-size: 11px;
    font-weight: 400;
    color: #a1a1a1;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.latestposts-two .blog-post p.blog-author a {
    color: #a1a1a1;
}

.latestposts-two .blog-post .tline-date.lfb2 {
    color: #a1a1a1;
}

.latestposts-two .blog-post p.blog-author a:hover {
    color: #00c2e5;
}

.latestposts-two .blog-post p strong {
    font-weight: bold;
}

.latestposts-two .blog-post h4 {
    font-size: 24px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 15px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.latestposts-two .blog-line p.blog-cat a {
    color: #00c2e5;
}

.latestposts-two .blog-post .entry-content p.blog-detail {
    color: #444;
    font-weight: 300;
    font-size: 14px;
    line-height: 1.84;
    padding-right: 5%;
}

.latestposts-two .blog-line p.blog-cat a {
    font-weight: 400;
    font-size: 11px;
    letter-spacing: 1px;
}

.latestposts-two .blog-line h4 {
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 15px;
    line-height: 1.3;
    text-transform: uppercase;
}

.latestposts-two .blog-line p {
    font-size: 10px;
    font-family: 'Montserrat', sans-serif;
    color: #a1a1a1;
}

.latestposts-two h6.blog-date {
    color: #717171;
}

.latestposts-two h6.blog-date i {
    margin-right: 4px;
    color: #7a7a7a;
    margin-left: 6px;
}

.latestposts-two .blog-line:hover h4 a {
    color: #00c2e5;
}

.latestposts-two .blog-line:hover .img-hover:before {
    -webkit-box-shadow: inset 0 0 0 5px;
    -moz-box-shadow: inset 0 0 0 5px;
    box-shadow: inset 0 0 0 5px;
    color: #00c2e5;
}

.latestposts-two .blog-post img {
    margin: 0;
    padding: 0;
    border: 6px solid #eee;
}

.latestposts-two .blog-post .pad-r20 a {
    position: relative;
}

.latestposts-two .col-md-5 .blog-line:last-child {
    border-bottom: none;
}

@media only screen and (max-width: 479px) {
    .latestposts-two .blog-line img {
        width: 60px;
        height: auto;
    }
}

.container.latestposts-three {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}

@media only screen and (min-width: 1200px) {
    .container.latestposts-three {
        margin: 0 -15px;
    }
}

.latestposts-three .latest-b2 {
    margin: 0 0 15px;
    border: 3px solid #ddd;
    background: #fff;
    /*text-align: center;*/
}

.latestposts-three .latest-b2-img {
    float: none;
    width: auto;
    margin: 0;
    min-height: 1px;
}

.latestposts-three .latest-b2-cont {
    min-height: 1px;
    padding: 20px;
}

.latestposts-three .latest-b2-metad2 {
    background-color: #f7f7f7;
    margin: -20px;
    margin-top: 0;
    padding: 20px;
    color: #666;
    letter-spacing: 0;
    font-weight: 400;
    font-size: 11px;
    max-width: none;
}

.latestposts-three .latest-b2-metad2 i {
    margin-right: 3px;
}

.latestposts-three .latest-b2-cont a.readmore {
    display: none;
}

.latestposts-three .latest-b2-cont p {
    color: #4a4a4a;
}

.latestposts-three h3.latest-b2-title {
    font-size: 19px;
    margin: 15px 0 12px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    line-height: 1.3;
}

.latestposts-three h3.latest-b2-title a {
    color: #0a0a0a;
    text-decoration: none;
}

.latestposts-three h3.latest-b2-title a:hover {
    color: #00c2e5;
}

.latestposts-three h6.latest-b2-cat,
h5.latest-b2-date {
    font-size: 11px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.latestposts-three .latest-b2-metad2 span {
    padding: 0 4px;
}

.latestposts-three .latest-b2-metad2 span a {
    color: #666;
}

.latestposts-three h6.latest-b2-cat a,
.latestposts-three .latest-b2-metad2 span a:hover {
    color: #00c2e5;
}

@media only screen and (max-width: 479px) {
    .latestposts-three .latest-b2-metad2 {
        font-size: 11px;
    }
}

.container.latestposts-four {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}

@media only screen and (min-width: 1281px) {
    .container.latestposts-four {
        margin: 0 -15px;
    }
}

.latestposts-four .latest-b2 {
    margin: 10px 0 0;
}

@media only screen and (min-width: 961px) {
    .latestposts-four .col-md-6 {
        padding-left: 35px;
    }
    .latestposts-four .col-md-6:first-of-type {
        border-right: 1px solid #e7e7e7;
        padding-left: 0;
        padding-right: 45px;
    }
}

.latestposts-four .col-md-9 {
    padding: 0;
}

.latestposts-four .latest-b2-img {
    float: none;
    width: 100%;
    margin: 0;
    min-height: auto;
}

.latestposts-four .latest-b2-cont {
    min-height: 20px;
    position: relative;
}

.latestposts-four .latest-b2 .au-avatar img {
    width: 75px;
    height: 75px;
    border: 3px solid #eee;
    margin-bottom: 12px;
}

.latestposts-four .latest-b2 h6.blog-date {
    margin-bottom: 12px;
}

.latestposts-four .latest-b2 h6.blog-author {
    margin-bottom: 45px;
    letter-spacing: 0;
    line-height: 1.5;
    font-size: 14px;
    font-weight: 400;
    color: #222;
}

.latestposts-four .latest-b2 h6.blog-author a {
    color: #777;
}

.latestposts-four .latest-b2 h6.blog-author strong {
    color: #a1a1a1;
    font-size: 13px;
    font-weight: 400;
}

.latestposts-four .latest-b2 h6.latest-b2-cat {
    display: inline-block;
    padding: 12px 16px 10px;
    background: #00c2e5;
    color: #fff;
}

.latestposts-four .latest-b2 h6.latest-b2-cat a {
    color: #fff;
}

.latestposts-four .latest-b2-img {
    padding-left: 15px;
}

.latestposts-four .latest-b2-img img {
    margin-bottom: 14px;
    border-top: 5px solid #e1e1e1;
}

.latestposts-four h3.latest-b2-title {
    font-size: 19px;
    padding: 5px 15px;
    line-height: 1.25;
    margin-top: -37px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 2px;
    background: #fff;
    margin-left: 40px;
    margin-right: 20px;
    border-top: 5px solid #e1e1e1;
}

.latestposts-four h3.latest-b2-title a {
    color: #292929;
}

.latestposts-four h3.latest-b2-title a:hover {
    color: #00c2e5;
    text-decoration: none;
}

.latestposts-four h6.latest-b2-cat,
.latestposts-four h5.latest-b2-date {
    font-size: 10px;
}

.latestposts-four .latest-b2 .vertical-space {
    height: 2px;
}

@media only screen and (max-width: 960px) {
    .latestposts-four .latest-b2 .au-avatar {
        float: left;
        margin-right: 20px;
    }
    .latestposts-four .latest-b2 h6.blog-author {
        margin-bottom: 5px;
        font-size: 15px;
        font-weight: 600;
    }
    .latestposts-four .latest-b2 h6.latest-b2-cat {
        display: inline-block;
        padding: 6px 12px 5px;
    }
    .latestposts-four .latest-b2-img {
        padding-left: 0;
        clear: both;
    }
    .latestposts-four .latest-b2-img img {
        width: 100%;
    }
    .latestposts-four .col-md-6:first-of-type {
        border-bottom: 1px solid #e7e7e7;
    }
}

@media only screen and (max-width: 767px) {
    .latestposts-four h3.latest-b2-title {
        margin-left: 16px;
        margin-right: 16px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 479px) {
    .latestposts-four .latest-b2 {
        margin-bottom: 30px;
    }
}

.container.latestposts-five {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}

@media only screen and (min-width: 1281px) {
    .container.latestposts-five {
        margin: 0 -15px;
    }
}

.latestposts-five .latest-b2 {
    margin: 30px 0;
}

.latestposts-five h3.latest-b2-title {
    font-size: 15px;
    text-transform: none;
    letter-spacing: 0;
    line-height: 1.2;
    font-weight: 600;
}

.latestposts-five h6.latest-b2-cat {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}

.latestposts-five h6.latest-b2-cat a {
    color: #00c2e5;
}

.latestposts-five h6.latest-b2-cat a:hover {
    text-decoration: underline;
}

.latestposts-five h5.latest-b2-date {
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.latestposts-five h5.latest-b2-date a {
    color: #a1a1a1;
}

@media only screen and (max-width: 479px) {
    .latestposts-five h6.latest-b2-cat {
        margin-top: 10px;
    }
    .latestposts-five .latest-b2-img img {
        padding: 8px;
        background: #fff;
        border: 1px solid #e5e5e5;
    }
}

.container.latestposts-six {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}

@media only screen and (min-width: 1281px) {
    .container.latestposts-six {
        margin: 0 -15px;
    }
}

.latestposts-six .latest-b {
    margin-bottom: 15px;
    border: 3px solid #e3e3e3;
}

.latestposts-six .latest-img {
    width: auto;
}

.latestposts-six .latest-content {
    background: #fff;
    padding: 0;
    padding-bottom: 0;
    text-align: center;
}

.latestposts-six .latest-content p.latest-date {
    margin-bottom: 5px;
    font-size: 12px;
    color: #00c2e5;
    padding: 15px 15px 0;
    letter-spacing: 0.5px;
}

.latestposts-six .latest-title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    letter-spacing: 0;
    text-transform: uppercase;
    padding: 0 15px;
    margin-bottom: 20px;
}

.latestposts-six .latest-title a {
    color: #111;
}

.latestposts-six .latest-title a:hover {
    color: #00c2e5;
}

.latestposts-six .latest-img img {
    width: 100%;
    height: auto !important;
}

.latestposts-six .latest-author {
    margin-bottom: 0;
    width: auto;
    background-color: #f7f7f7;
    padding: 12px 15px;
    font-size: 10px;
    color: #444;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 500;
}

.latestposts-six .latest-author a {
    color: #222;
}

.latestposts-six .latest-author a:hover {
    color: #00c2e5;
    text-decoration: underline;
}

.container.latestposts-seven {
    margin: 0 -10px;
    max-width: none;
    width: auto;
}


.latestposts-three .latest-b2 img{
    height: 70px;
    width: 70px;
    float: left;
    margin-right: 20px;
    border: 1px solid #ccc;
    padding: 2px;
    margin-left: 5px;
}












@media only screen and (min-width: 961px) {
    .w-animate {
        opacity: 0;
    }
    .w-start_animation {
        opacity: 1;
        -webkit-animation: w-animate-btt 0.5s;
        -moz-animation: w-animate-btt 0.5s;
        -o-animation: w-animate-btt 0.5s;
        animation: w-animate-btt 0.5s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
    #nav .w-start_animation {
        opacity: 1;
        -webkit-animation: w-animate-btt-nav 0.28s;
        -moz-animation: w-animate-btt-nav 0.28s;
        -o-animation: w-animate-btt-nav 0.28s;
        animation: w-animate-btt-nav 0.28s;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

@-webkit-keyframes w-animate-btt {
    0% {
        -webkit-transform: translate3d(0, 110px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes w-animate-btt {
    0% {
        -moz-transform: translate3d(0, 110px, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes w-animate-btt {
    0% {
        -o-transform: translate3d(0, 110px, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes w-animate-btt {
    0% {
        transform: translate3d(0, 110px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-webkit-keyframes w-animate-btt-nav {
    0% {
        -webkit-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-moz-keyframes w-animate-btt-nav {
    0% {
        -moz-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    100% {
        -moz-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@-o-keyframes w-animate-btt-nav {
    0% {
        -o-transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    100% {
        -o-transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes w-animate-btt-nav {
    0% {
        transform: translate3d(0, 30px, 0);
        opacity: 0;
    }
    100% {
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}






