/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i");
.navbar-nav {
    margin-top: 12px;
}

body {
    background: #e0e0e0;
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    overflow-x: hidden;
    color: #57585a;
}

img {
    max-width: 100%;
}

.media-left img {
    min-width: 50px;
}


/* Overrides */

.nospace {
    padding-left: 0;
    padding-right: 0;
}

.nomargin {
    margin-left: -15px;
    margin-right: -15px;
}

.clr {
    clear: left;
}

.ninja {
    display: none;
}

.uppercase {
    text-transform: uppercase;
}

.cursor {
    cursor: pointer;
}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

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

.fs20 {
    font-size: 20px;
    line-height: normal;
}

.fs18 {
    font-size: 18px;
    line-height: normal;
}

.fs16 {
    font-size: 16px;
}

.fs13 {
    font-size: 13px;
}

.text-bold {
    font-weight: bold;
}

.text-red {
    color: #ef176f;
}

.text-white {
    color: #ffffff;
}

.text-bluelight {
    color: #b8f3fc;
}

.text-orange {
    color: #ff9000;
}

.text-blue {
    color: #1c7bd2;
}

.text-pink {
    color: #b50256;
}

.text-green {
    color: #34ac53;
}

.text-black {
    color: #000000;
}

.inline-block {
    display: inline-block;
}

.padding-tb-10 {
    padding-top: 10px;
    padding-bottom: 10px;
}

.padding-tb-20 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.padding-tb-40 {
    padding-top: 40px;
    padding-bottom: 40px;
}

.padding-tb-50 {
    padding-top: 50px;
    padding-bottom: 50px;
}

.padding-tb-60 {
    padding-top: 50px;
    padding-bottom: 60px;
}

.padding-tb-80 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.padding-tbl-20 {
    padding: 20px 0 20px 20px;
}

.padding-tbr-20 {
    padding: 20px 20px 20px 0;
}

.gap20 {
    height: 20px;
}

.gap40 {
    height: 40px;
}


/* Sections */

header {
    background: #000000;
}

.header-lg {
    padding-top: 10px;
    padding-bottom: 10px;
}

header .social-top,
header .sub-menu {
    text-align: right;
}

header .social-top a {
    background: #666666;
    color: #ffffff;
    font-size: 16px;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 4px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

header .social-top a:hover {
    background: #ef176f;
}

header .sub-menu {
    color: #cccccc;
}

header .sub-menu a {
    display: inline-block;
    margin: 4px 10px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

header .sub-menu a:hover {
    color: #ef176f;
}

header .sub-menu2 {
    padding-top: 10px;
    padding-bottom: 10px;
}

header .sub-menu2 a {
    display: inline-block;
    margin: 4px 20px;
    color: #cccccc;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    padding: 5px 0;
    border-bottom: 3px transparent solid;
}

header .sub-menu2 a:hover {
    text-decoration: none;
    border-color: #ef176f;
}

.navbar-custom {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.nav>li>a {
    color: #ffffff;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 17px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.nav>li>a:hover,
.nav>li.active>a {
    background: #ca0c59;
}

.navbar-brand {
    padding: 8px;
    margin: 0;
}

.navbar-toggle {
    color: #ffffff;
    font-size: 20px;
    padding: 8px 20px;
    margin: 0;
}

.navbar-nav {
    padding-top: 39px;
}

.bg-white {
    background: #ffffff;
}

.border-between>[class*='col-']:before {
    background: #e3e3e3;
    bottom: 0;
    content: " ";
    left: 0;
    position: absolute;
    width: 1px;
    top: 0;
}

.border-between>[class*='col-']:first-child:before {
    display: none;
}

.aside {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}

.aside h3 {
    color: #ef176f;
}

.aside p {
    color: #57585a;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 20px 0;
}

.offer-box-aside {
    background: #000000;
    color: #ffffff;
    padding: 20px;
    margin-left: -15px;
    margin-right: -15px;
}

.offer-box-aside h4 {
    font-weight: normal;
}

.offer-box-aside p {
    color: #9b9b9b;
    font-size: 14px;
}

.offer-box-aside a {
    display: block;
    color: #ffffff;
    background: #ef176f;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px;
    font-weight: bold;
    margin: 10px 0;
}

.offer-box-aside a:hover {
    background: #ca0c59;
    text-decoration: none;
}

footer {
    background: #000000;
    padding-top: 30px;
    padding-bottom: 30px;
}

footer p {
    color: #cbcbcb;
    font-weight: 300;
    font-size: 14px;
}

.footer-menu a {
    color: #ffffff;
    font-weight: 700;
    font-size: 18px;
    padding: 10px 15px;
    display: inline-block;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.footer-menu a:hover {
    text-decoration: none;
    color: #ef176f;
}

footer .social-top {
    text-align: right;
}

footer .social-top a {
    background: #666666;
    color: #ffffff;
    font-size: 16px;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    display: inline-block;
    margin: 4px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

footer .social-top a:hover {
    background: #ef176f;
}

footer hr {
    border-color: #cbcbcb;
}

article {
    padding-bottom: 60px;
    padding-top: 40px;
}

article p {
    color: #57585a;
    font-size: 16px;
    line-height: 24px;
    padding: 0;
    margin: 0 0 22px 0;
}

article h2 {
    color: #000000;
    padding: 0;
    margin: 30px 0 20px 0;
    font-weight: 400;
}

article p a {
    color: #ef176f;
    text-decoration: underline;
}

article p a:hover {
    color: #ef176f;
    text-decoration: none;
}

.aside p a {
    color: #ef176f;
    text-decoration: underline;
}

.aside p a:hover {
    color: #ef176f;
    text-decoration: none;
}

article h5 a {
    color: #ef176f;
}

article h5 a:hover {
    color: #ef176f;
}

article h5 {
    color: #8c8c8c;
}

article h1 {
    font-weight: 300;
    color: #000000;
    font-size: 38px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.offer-box .cta {
    display: inline-block;
    color: #ffffff;
    background: #ef176f;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 18px;
    font-weight: bold;
    margin: 15px 0;
    text-decoration: none;
}

.offer-box .cta:hover {
    background: #ca0c59;
    text-decoration: none;
}

.offer-box p {
    margin: 0;
}

.offer-box h3 {
    margin-bottom: 20px;
    color: #000000;
    text-transform: uppercase;
}

.offer-box {
    border-top: 1px #e1e1e1 solid;
    border-bottom: 1px #e1e1e1 solid;
    padding-top: 40px;
    padding-bottom: 40px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.comments p {
    margin: 0;
    padding: 0;
    font-size: 15px;
    line-height: normal;
}

.comments p strong {
    color: #111111;
}

.comments small {
    color: #949494;
    display: inline-block;
    padding-top: 10px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.sharing-icons {
    padding-top: 30px;
}

.sharing-icons a {
    background: #666666;
    color: #ffffff;
    font-size: 16px;
    padding: 8px;
    border-radius: 50%;
    text-align: center;
    width: 35px;
    height: 35px;
    display: block;
    margin: 4px;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

.sharing-icons a.tw {
    background: #63cdf1;
}

.sharing-icons a.fb {
    background: #507cbe;
}

.sharing-icons a.lin {
    background: #90cadd;
}

.sharing-icons a.gp {
    background: #4d4f54;
}

.sharing-icons a:hover {
    opacity: 0.8;
}

.bottomFix {
    z-index: 50000;
    font-size: 13px;
    color: #fff;
    text-align: center;
    background-color: #ef176f;
    width: 100%;
    padding: 5px;
    position: fixed;
    left: 0;
    bottom: 0
}

.innerBot {
    max-width: 328px;
    display: inline-block
}

.innerBot .freebot {
    width: 160px;
    display: inline-block;
    vertical-align: middle
}

.innerBot a {
    display: inline-block;
    vertical-align: middle;
    background-color: #0ccb41;
    border: 1px solid #000;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 1px;
    font-size: 13px;
    width: 150px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff !important
}

.innerBot a:hover {
    color: #fff !important;
    border: 1px solid #fff
}

.headimg img {
    max-width: 100%;
}


/* ==========================================================================
   Media Queries
   ========================================================================== */

@media screen and (max-width: 400px) {
    @-ms-viewport {
        width: 320px;
    }
}

@media (max-width: 767px) {
    footer .social-top,
    footer {
        text-align: center;
    }
    .offer-box {
        text-align: center;
    }
    article h1 {
        font-size: 33px;
    }
    .navbar-brand>img {
        display: block;
        margin-top: -40px;
    }
    .header-lg {
        padding-top: 35px;
        padding-bottom: 20px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .logo-lg {
        margin-top: 10px;
    }
    footer .social-top,
    footer {
        text-align: center;
    }
    article h1 {
        font-size: 33px;
    }
}

.navbar-nav {
    padding-top: 25px;
}


}
@media (min-width: 992px) and (max-width: 1199.98px) {
    .navbar-nav {
        margin-top: 20px!important;
    }
}

/*# sourceMappingURL=main.css.map */