/* CSS Document */
html {
    height: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}
body {
    font-family: 'Roboto', sans-serif;
    font-size: 20px;
    line-height: 30px;
    color: #666;
    padding: 0;
    margin: 0;
}
img {
    max-width: 100%;
    max-height: 100%;
}
* {
    outline: none !important;
    box-sizing: border-box;
}
.clearfix {
    clear: both;
}

b { color: #333; }

h1,
h2,
h3,
h4 {
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #333;
    margin: 0;
    padding: 0;
}
h2 {
    font-size: 36px;
    line-height: 44px;
}
h3 {
    font-size: 28px;
    line-height: 36px;
}
h4 {
    font-size: 20px;
    line-height: 28px;
    clear: both;
}
p {
    margin: 0;
}
p + p {
    margin: 15px 0 0;
}
.hide-sm {
    display: block!important;
}
.show-sm {
    display: none!important;
}
.devider {
    display: block;
    width: 50px;
    height: 4px;
    background: #333;
    margin: 20px 0;
}
.devider.devider-right {
    float: right;
}
.devider.white {
    background: #fff;
    margin: 20px auto;
}
.text-center .devider {
    margin: 20px auto;
}
.brands-list {
    margin: 40px auto 0;
}
.intro-paragraph {
    margin-bottom: 20px;
}

.flexbox-container {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    align-items: center;
}
/* Bootstrap changes */

a:hover,
a:visited,
a:active,
a {
    color: #f6893f;
    text-decoration: none;
}
.container {
    padding: 60px 15px;
}
.col-sm-6 {
    padding-right: 30px;
}
.col-sm-6 + .col-sm-6 {
    padding: 0 0 0 30px;
}
.row {
    margin: 0;
}

/* Navbar */

.open-nav {
    display: none!important;
}
.close-nav {
    display: none!important;
}
.navbar>.container .navbar-brand {
    margin-left: 0;
}
.navbar .container {
    padding: 0 15px;
}
.navbar-default {
    background: rgba(0, 0, 0, 0.8);
    border: none;
    border-radius: 0;
    min-height: 70px;
    line-height: 70px;
}
.navbar-nav > li > a {
    padding-bottom: 20px;
    padding-top: 20px;
    line-height: 30px;
    font-size: 18px;
    color: #fff !important;
    text-transform: uppercase;
    transition: color 300ms linear;
}
.navbar-nav > li >a:hover {
    color: #f6893f !important;
}
.navbar-brand {
    float: left;
    height: 48px;
    padding: 0px;
    margin: 10px 0;
}
.navbar-default .navbar-toggle,
.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background: #fcfcfc;
    border: block;
}

/* Buttons */

.btn-regular {
    border-radius: 6px;
    font-size: 18px;
    text-decoration: none;
    line-height: 40px;
    padding: 5px 20px;
}
.btn-regular:hover {
    text-decoration: none;
}
a.btn-bee {
    background-color: #f46c0f;
    border: solid 2px #f46c0f;
    color: #fff;
}
a.btn-bee:hover,
a.btn-bee:focus {
    opacity: 0.8;
    color: #fff;
}
.carousel {
    margin: 0 54px;
}
.carousel-control.right {
    background: url(../images/arrow-right.png) no-repeat right center;
    left: auto;
    right: 0;
}
.carousel-control.left {
    background: url(../images/arrow-left.png) no-repeat left center;
    left: 0;
}
.carousel-control {
    bottom: 0;
    position: absolute;
    top: 0;
    width: 15%;
}
.carousel {
    margin: 0;
}
.carousel-inner {
    max-width: 1170px;
    margin: 60px auto;
}
.carousel-inner .item-column {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
.container-slider {
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
    overflow: hidden;
}

/* Sections */

.background-light {
    background: url(../images/bg-light.jpg) no-repeat top center;
    background-size: cover;
}
.background-dark {
    background: url(../images/bg-dark.jpg) no-repeat top center;
    background-size: cover;
    color: #fff;
}
.background-dark h2 {
    color: #fff;
}
.main-header {
    font-weight: 800;
    font-size: 54px;
    padding: 0 30px;
    line-height: 86px;
    color: #fff;
}
.main-header-light {
    font-size: 44px;
    font-weight: 300;
    color: #fff;
}
#hero {
    color: #fff;
    font-size: 70px;
    line-height: 1.2;
    text-align: center;
    height: 600px;
    padding-top: 240px;
    position: relative;
    z-index: 1;
    text-transform: uppercase;
    background: url(../images/hero.jpg) no-repeat top center;
    background-size: cover;
}
#hero span {
    color: #fff;
}
#section-contact-email {
    background: #f6893f;
    color: #fff;
}
#section-contact-email h2 {
    color: #fff;
}
#section-contact-email h4 {
    font-size: 26px;
    padding-top: 25px;
    text-transform: uppercase;
    font-weight: normal;
    color: #fff;
}
#section-contact-email span {
    font-size: 18px;
}
#section-map .devider,
#section-contact-email .devider {
    margin-bottom: 40px;
}
#section-map a {
    color: #333;
    margin: 5px 0 15px;
    display: block;
    transition: color 300ms linear;
}
#section-map a:hover {
    color: #f6893f !important;
}
#section-map a img {
    margin-bottom: 20px;
}
#section-map p {
    font-size: 16px;
    line-height: 24px;
}
#section-our-experts img {
    display: block;
    margin: 0 auto;
}
footer {
    background: #000;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}
footer .logo {
    height: 30px;
    opacity: 0.5;
    margin-bottom: 6px;
}
footer p a{
    color:#7f7f7f!important;
    font-weight:300;
    font-size:14px;
}
footer p a:hover{
    text-decoration:underline;
    font-weight:300;
}
@media all and (max-width: 1359px) {
    .carousel-control {
        background-size: 40px!important;
    }
    .carousel {
        padding: 0 60px;
    }
}
@media all and (max-width: 1024px) {
    body {
        font-size: 16px;
        line-height: 26px;
    }
    p + p {
        margin: 10px 0 0;
    }
    h2 {
        font-size: 28px;
        line-height: 34px;
    }
    .container {
        padding: 30px 15px;
    }
    .navbar-brand {
        height: 36px;
        margin: 16px 0;
    }
    .navbar-nav>li>a {
        font-size: 16px;
    }
    #hero {
        padding-top: 160px;
        height: 500px;
    }
    .main-header {
        font-size: 46px;
        line-height: 76px;
    }
    .main-header-light {
        font-size: 40px;
    }
    #section-contact-email h4 {
        font-size: 20px;
        padding-top: 14px;
    }
    .container-slider {
        padding: 30px 15px;
    }
    .carousel-inner {
        margin: 0;
    }
}
@media all and (max-width: 860px) {
    hr { margin: 0; }
    /* Mobile Navbar */
    .sidenav {
        height: 100%;
        width: 0;
        position: fixed;
        z-index: 2;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        white-space: nowrap;
    }
    .sidenav a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 18px;
        line-height: 22px;
        color: #ffffff;
        display: block;
        transition: 0.3s;
        cursor: pointer;
    }
    .sidenav a:hover,
    .offcanvas a:focus,
    .sidenav a.active {
        color: #23b9ce;
    }
    .sidenav .close-nav {
        position: absolute;
        top: 18px;
        right: 20px;
        font-size: 50px;
        padding: 0;
        display: block!important;
    }
    .sidenav .close-nav:hover {
        color: #fff!important;
    }
    .open-nav {
        position: absolute;
        top: 0;
        right: 20px;
        font-size: 36px;
        color: #fff!important;
        display: block!important;
    }
    #sidenavBg {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        display: none;
        background: rgba(0, 0, 0, 0.6);
    }
    .navbar-nav {
        margin: 0 10px!important;
        float: none!important;
        text-align: right;
    }
    .nav>li {
        position: static;
        display: block;
        float: none;
    }
    .navbar-nav>li>a {
        padding: 10px;
    }
    /*end mobile nav*/
    .navbar-default {
        background: rgba(0, 0, 0, 0.9);
    }
    .col-sm-6 {
        width: 100%!important;
        padding: 0;
    }
    .col-sm-6 + .col-sm-6 {
        padding: 0;
    }
    #section-our-experts *,
    #intro * {
        text-align: center;
    }
    #section-our-experts .devider,
    #intro .devider {
        margin: 20px auto;
    }
    .col-sm-first {
        padding: 0 130px 20px;
    }
    .carousel-inner .item-column {
        text-align: center!important;
    }
    .carousel .devider {
        margin: 20px auto;
        float: none;
    }
    .carousel {
        padding: 0 100px;
    }
    .carousel .col-sm-6 h2 {
        display: none;
    }
    .hide-sm {
        display: none!important;
    }
    .show-sm {
        display: block!important;
    }
    .carousel h4 {
        margin-bottom: 20px;
    }
    .flexbox-container {
        display: block;
    }
}
@media (min-width: 768px) {
    .container {
        width: 100%;
        max-width: 1170px;
    }
}
@media (max-width: 767px) {
    #section-contact-email h5,
    #section-map h5 {
        font-size: 20px;
        margin-bottom: 20px;
    }
    #section-contact-email,
    #section-map {
        text-align: center;
    }
    #section-contact-email img {
        margin: 20px 0;
    }
    #section-contact-email h4 {
        font-size: 18px;
    }
    .carousel {
        padding: 0 50px;
    }
    .col-sm-first {
        padding: 0 50px 20px;
    }
    #section-contact-email div {
        width: 100%!important;
        text-align: center;
    }
    .navbar > .container .navbar-brand {
        margin-left: 15px;
    }
    #investor-market-card,
    #investor-financial-documents {
        text-align: center;
    }
    #investor-market-card .devider,
    #investor-financial-documents .devider {
        margin: 20px auto;;
    }
    
}
@media all and (max-width: 650px) {
    #hero {
        padding: 130px 0 60px;
        height: auto;
    }
    .main-header-light {
        font-size: 30px;
    }
    .main-header {
        font-size: 36px;
        line-height: 56px;
    }
    .carousel-control {
        display: none;
    }
}
@media all and (max-width: 500px) {
    .col-sm-first {
        padding: 0 0 20px;
    }
    .carousel {
        padding: 0;
    }   
    #investor-financial-documents .docs-list li a span {
        display: block;
        float: none;
        width: 100%;
    }
    #investor-financial-documents .docs-list li a i {
        display: block;
        float: none; 
        margin: 0 auto 10px;
    }
}

/* =============================================================
	 ====  Investor Information
	 ===========================================================*/

#hero.investor-information {
    padding-top: 160px;
    height: 400px;
    background: url(../images/hero.jpg) no-repeat top center;
    background-size: cover;
}
#investor-market-card {
    background: #f6f6f6
}
.cmp-item {
    padding: 20px 0;
}
.cmp-item img {
    vertical-align: middle;
    width: 100%;
    height: auto;
    max-width: 75px;
    min-width: 50px;
}
.cmp-item .content {
    padding-top: 20px;
    font-size: 18px;
    line-height: 1.8;
}
.cmp-item h3 {
    font-size: 24px;
    padding-bottom: 30px !important;
    margin: 0;
}
.cmp-item .highlight {
    color: #d88119;
}
.cmp-item .border {
    border-bottom: solid 1px #eeeeee;
    padding-bottom: 20px;
    margin-bottom: 25px;
}
.docs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}
.docs-list.even-bg li:nth-child(even) {
    background: #f6f6f6;
}
.docs-list li a {
    color: #d88119;
    padding: 30px 0 0;
    text-decoration: none;
    display: block;
    clear: both;
}
.docs-list li a span {
    display: inline-block;
    float: left;
    width: 75%;
}
.docs-list li a:hover span {
    text-decoration: underline;
}
.docs-list li a i {
    border-radius: 9px;
    background-color: #f46c0f;
    color: #fff;
    font-style: normal;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
    height: 22px;
    width: 100px;
    line-height: 22px;
    display: inline-block;
    float: right;
    padding: 0 8px;
}

/* =============================================================
	 ====  Login page
	 ===========================================================*/

.login-page,
.login-page .row,
.login-page .container {
    height: 100%;
}
#hero.hero-login {
    height: 100%;
    background: url(../images/account-bg.jpg) center top no-repeat;
    background-size: cover;
    margin-top: 0;
    padding-top: 0;
    text-transform: none;
}
.login-box-container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.login-box {
    background: #fff;
    padding: 40px;
    text-align: left;
    color: #000;
}
.login-box h4 {
    font-size: 29px;
    padding-bottom: 20px;
    color: #fff;
    font-weight: 500;
}
#hero.hero-login h4 > span{
    white-space: nowrap;
    color: #333;
}

.login-box p {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 30px;
}
.login-box.login-publisher {
    color: #fff;
    background: rgba(255, 255, 255, 0.2);
    text-shadow: 0px 0px 15px rgba(0, 0, 0, 0.4);
    text-decoration:none;
}

.login-box .btn-regular {
    line-height: 34px;
    color: #fff;
    text-decoration:none;
}
.login-publisher .btn-regular:hover {
    background: #f6893f;
    border: 2px solid #f6893f;
    opacity: 1;
}
.login-publisher .btn-regular:visited, .login-publisher .btn-regular:active{
    text-decoration:none;
}
.login-advertiser .btn-regular {
    background: #fff;
    color: #f46c0f;
    text-decoration:none;
}
.login-advertiser .btn-regular:hover {
   color: #f46c0f; 
   text-decoration:none;
}
.login-advertiser .btn-regular:visited, .login-advertiser .btn-regular:active {
   color: #f46c0f; 
   text-decoration:none;
}
.login-advertiser h4 {
    color: #333;
    font-size:25px;
}
.login-page-fr .login-box p {
    min-height: 72px;
}


#hero-secondary {

	background: url(../images/hero.jpg) no-repeat bottom center;

	background-size: cover;

	color: #fff;

	font-size: 35px;

	line-height: 220px;

	text-align: center;

	text-transform: uppercase;

	height: 220px;

	margin-top: 70px;

	position: relative; z-index: 1;

}

.legal h4{
    margin:40px 0 5px 0;
}


@media (max-width: 1161px) {
    .login-box {
        height: 306px;
    }
    .login-publisher p{
        margin-top: 30px;
    }
}
@media (max-width: 991px) {
    .login-box {
        height: auto;
    }
    .login-publisher p{
        margin-top: 0;
    }
}
@media screen and (max-height: 600px) and (orientation: landscape) {
    .login-box-container {
        top: 100px;
        transform: none;
    }
    
}
@media screen and (max-width: 991px) and (max-height: 600px) and (orientation: landscape) {
    .login-box-container {
        top: 65px;
        transform: none;
    }

}
@media all and (max-width: 600px) {
    .login-box h4 {
        font-size: 28px;
        padding-bottom: 10px;
    }
    .login-box-container {
        top: 65px;
        transform: none;
    }
    .login-box {
        padding: 20px;
    }
    .login-box .btn-regular {
        width: 100%;
        text-align: center;
    }
}


