#top-border {
    background: #ffc318;
}
#logo img {
    width: 140px;
    margin-top: 3px;
    margin-bottom: 10px;
}

.main-menu {
    margin-top: 14px;
}

#navigation > ul > li > a {
    color: #790900;
    font-size: 15px;
    font-weight: 600;
}

#navigation > ul > li.active a::after {
    height: 3px;
    background: #3a5666;
}

#navigation > ul > li > a::after {
     height: 3px;
    background: #3a5666;
}

#banner .banner-heading {color: #ffc727;}
.primary-btn {background: #790900;}
.primary-btn:hover {
    background: #790900;
}

#about p {
    line-height: 29px;
    font-size: 17px;
}

#about h1>span {
    color: #790900;
}

#publishers .read {
    display: inline-block;
    border: 2px solid #790900;
    font-size: 21px;
    font-weight: 700;
    color: #790900;
    padding: 9px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    float: left;
    margin-bottom: 25px;
    text-decoration: none;
}

#publishers .read:hover {
    border-color: #3a5666;
    color: #3a5666;
}

#publishers h1{
    text-align: left;
    color: #34495e;
    margin: 0;
}

#publishers p {
    text-align: left;
    line-height: 28px;
    font-size: 17px;
    color: #34495e;
    margin-top: 20px;
    margin-bottom: 30px;
}

#publishers .about-image {
    width: 100%;
}

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

#pricing{min-height: 352px;}

.btn-new{
    padding: 14px 48px;
    font-size: 20px;
    background-color: #790900;
    color: #fff;
    border-color: #790900;
}

.btn-new:hover {
    background-color: #790900;
    color: #fff;
    border-color: #790900;
}


#advertisers .read {
    display: inline-block;
    border: 2px solid #790900;
    font-size: 21px;
    font-weight: 700;
    color: #790900;
    padding: 9px 30px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    float: left;
    margin-bottom: 25px;
    text-decoration: none;
}

#advertisers .read:hover {
    border-color: #3a5666;
    color: #3a5666;
}

#advertisers h1{
    text-align: left;
    color: #34495e;
    margin: 0;
}

#advertisers p {
    text-align: left;
    line-height: 23px;
    font-size: 17px;
    color: #34495e;
    margin-top: 20px;
    margin-bottom: 30px;
}

#advertisers .about-image {
    width: 100%;
}

#footer {
    width: 100%;
    min-height: 0;
    background: #222223;
    color: #fff;
    padding-top: 0;
}

#footer .copyright {
    border-top: 1px solid rgba(189, 195, 199,0.2);
    min-height: 48px;
    width: 100%;
    margin-top: 12px;
    padding-top: 10px;
}

.top-margin-new {
    margin-top: 10px;
}

.img-affpaying{width: 266px;}
.img-affplus{width: 200px;}

.header1:before, .header2:before {
    background: #ffc318;
}

.header1 {color: #790900;}
#contact h3 span {color: #ffc318;}
.error{color: red;}


@media only screen and (max-width: 767px) and (min-width: 300px){
    .navbar-header {margin-top: -10px;}
    .navbar-toggle {display: block;}
    #header {background: #fff;}
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {background-color: #000;}
    .top-padding {padding-top: 20px;}
    .main-menu .navbar-toggle{background-color: #000;}
    #navigation > ul > li.active a::after {width: 60px;}
    #about .about-image {margin-top: 8px;}
    #publishers .about-image {
    padding-top: 15px;padding-bottom: 35px;}
    .btn-new{margin-bottom: 30px;}
}