@charset "UTF-8";
@font-face {
    font-family: 'rg_titlebold';
    src: url("http://loopmedia.nesventures.net/fonts/rg_title_bold-webfont.eot");
    src: url("http://loopmedia.nesventures.net/fonts/rg_title_bold-webfont.eot?#iefix") format("embedded-opentype"), url("http://loopmedia.nesventures.net/fonts/rg_title_bold-webfont.woff2") format("woff2"), url("http://loopmedia.nesventures.net/fonts/rg_title_bold-webfont.woff") format("woff"), url("http://loopmedia.nesventures.net/fonts/rg_title_bold-webfont.ttf") format("truetype"), url("http://loopmedia.nesventures.net/fonts/rg_title_bold-webfont.svg#rg_titlebold") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rg_textregular';
    src: url("http://loopmedia.nesventures.net/fonts/rg_text_regular-webfont.eot");
    src: url("http://loopmedia.nesventures.net/fonts/rg_text_regular-webfont.eot?#iefix") format("embedded-opentype"), url("http://loopmedia.nesventures.net/fonts/rg_text_regular-webfont.woff2") format("woff2"), url("http://loopmedia.nesventures.net/fonts/rg_text_regular-webfont.woff") format("woff"), url("http://loopmedia.nesventures.net/fonts/rg_text_regular-webfont.ttf") format("truetype"), url("http://loopmedia.nesventures.net/fonts/rg_text_regular-webfont.svg#rg_textregular") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'rg_textlight';
    src: url("http://loopmedia.nesventures.net/fonts/rg_text_light-webfont.eot");
    src: url("http://loopmedia.nesventures.net/fonts/rg_text_light-webfont.eot?#iefix") format("embedded-opentype"), url("http://loopmedia.nesventures.net/fonts/rg_text_light-webfont.woff2") format("woff2"), url("http://loopmedia.nesventures.net/fonts/rg_text_light-webfont.woff") format("woff"), url("http://loopmedia.nesventures.net/fonts/rg_text_light-webfont.ttf") format("truetype"), url("http://loopmedia.nesventures.net/fonts/rg_text_light-webfont.svg#rg_textlight") format("svg");
    font-weight: normal;
    font-style: normal;
}

body {
    color: #555;
}

p {
    font-size: 18px;
    margin: 0 0 16px;
}

.more-article-thumb {
    width: 360px;
    height: 200px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.nav-back a {
    color: #264F69;
    text-transform: uppercase;
    font-weight: 900;
}

.nav-breadcrumb {
    color: #949394;
    margin: 10px 0 5px 0;
}

.text-resize {
    text-transform: uppercase;
}

.reset {
    font-size: 15px;
}

.decrease {
    font-size: 12px;
}

.increase {
    font-size: 18px;
}

.decrease:hover,
.reset:hover,
.increase:hover {
    cursor: pointer;
}

.article-heading {
    margin-bottom: 15px;
}

.article-heading h1 {
    font-family: "Pathway Gothic One", sans-serif;
    letter-spacing: 1px;
    font-size: 40px;
}

.author {
    margin-bottom: 15px;
    color: #949394;
}

.quote-large {
    color: #c85a19;
    font-size: 26px;
}

.comment-section-title {
    text-transform: uppercase;
    color: #000;
    font-size: 11px;
    margin: 15px 0 70px 0;
}

.gyb-article-container .img-responsive {
    margin: auto;
}

.similar-articles-section-title,
.similar-article-title {
    text-transform: uppercase;
    font-family: "Pathway Gothic One", sans-serif;
    letter-spacing: 1px;
    font-size: 20px;
}

.similar-articles-section-title {
    margin-bottom: 15px;
}

.similar-article-date {
    color: #b1b1b1;
    padding: 0 15px 0 0;
    text-align: right;
    font-size: 12px;
}

.text-container {
    height: 150px;
    margin: -2px auto 5px auto;
    border: 1px solid #808080;
    padding: 10px 0 15px;
    width: 360px;
    position: relative
}

.read-more-btn {
    background-color: #264F69;
    color: #fff;
    text-align: center;
    width: 85px;
    font-size: 12px;
    padding: 5px;
    margin-right: 15px;
}

.share-counter {
    background: url("http://www.growyourbusiness.com.au/images/rg-today/share-icon.png") no-repeat left;
    color: #b1b1b1;
    font-size: 12px;
    padding-left: 25px;
    margin: 7px 0 15px 15px;
}

.prev-btn {
    position: absolute;
    top: 50%;
    left: 15px;
    cursor: pointer;
    z-index: 2;
}

.next-btn {
    position: absolute;
    top: 50%;
    right: 15px;
    cursor: pointer;
    z-index: 2;
}

.edit-icon {
    position: absolute;
    top: 15px;
    left: 15px;
    width: 35px;
    height: 35px;
    background: url("http://www.growyourbusiness.com.au/images/rg-today/icon-edit.png") no-repeat;
}

.more-article-container {
    position: relative;
    margin: auto;
}

.more-article-container a {
    color: #666;
}


/* media queries */

@media(max-width: 767px) {

    .text-container {
        width: auto !important;
    }

}

@media(min-width: 992px) {

    .gyb-article-container {
        width: 865px;
    }

    .more-article-container {
        width: 360px;
    }

    .text-container {
        height: 150px;
        margin: 0 auto 5px auto;
        border: 1px solid #808080;
        padding: 10px 0 15px;
        width: 360px;
    }

}

@media (max-width: 992px) {

    .article-content img {
        max-width: 100% !important;
        height: auto !important;
    }

}

@media only screen and (min-width: 1281px) {

    #carousel .col-xs-6:nth-of-type(odd) {
        padding-right: 0;
    }

    #carousel .col-xs-6:nth-of-type(even) {
        padding-left: 0;
    }

}

@media only screen and (max-width: 1280px) {

    #carousel .col-xs-6:nth-of-type(odd) {
        padding-right: 15px;
    }

    #carousel .col-xs-6:nth-of-type(even) {
        padding-left: 15px;
    }

}