﻿@font-face {
    font-family: trajanBold;
    src: url(../fonts/TRAJANPRO-BOLD.otf);
}

@font-face {
    font-family: trajan;
    src: url(../fonts/TRAJANPRO-REGULAR.otf);
}

body {
    font-family: 'Montserrat', serif;
}

a {
    cursor: pointer;
}

#Home {
    background: url(../images/bg/Home.png) no-repeat center;
    /*background-size: cover;*/
    /*background-position: center;*/
    /*background-color: #cccccc;*/
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.logoBoxParent {
    transform: translate(0%, 0%);
}

.logoBox {
    width: 100%;
    background-image: linear-gradient(rgba(54,54,54,0.8), rgba(22,22,22,0.6));
    height: 100%;
    padding: 20px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

    .logoBox img {
        max-width: 100%;
    }

    .logoBox:hover:before {
        content: "";
        position: absolute;
        top: -2px;
        width: 101.3%;
        bottom: -2px;
        left: -2px;
        background-image: -webkit-linear-gradient(125deg, #fff, transparent, #fff);
        background-image: -webkit-linear-gradient(125deg, #fff, transparent, #fff);
        background-image: -moz-linear-gradient(125deg, #fff, transparent, #fff);
        background-image: -o-linear-gradient(125deg, #fff, transparent, #fff);
        z-index: -1;
    }

.align-items-center {
    height: 100%;
    display: flex;
    justify-content: center;
}

.LoveFacets {
    margin-top: 30%;
    margin-bottom: 15%;
    width: 100%;
}

.btnMouse {
    width: 40px;
    margin-top: 130px;
    cursor: pointer;
    animation: MoveUpDown 1s linear infinite;
    position: relative;
    /*left: 0;
    bottom: 0;*/
}

.object {
    animation: MoveUpDown 1s linear infinite;
    position: absolute;
    left: 0;
    bottom: 0;
}

@keyframes MoveUpDown {
    0%, 100% {
        bottom: 0;
    }

    50% {
        bottom: 10px;
    }
}

/*MENU START*/

.mobile-wrapper {
    display: none;
}

.menu-container {
    z-index: 10000;
    position: absolute;
    top: 90px;
    width: 100%;
    text-align: center;
    color: #fff;
}

.action-button {
    position: absolute;
    right: 0;
    cursor: pointer;
    width: 90px;
    height: 90px;
    z-index: 10010;
    top: 20px;
}

.offcenter-position {
    position: absolute;
    z-index: 1000;
    height: 90px;
}

.action-button .menu-icon, .action-button .search-icon {
    position: absolute;
    top: 0;
    right: 0;
}

.menu-wrapper {
    height: 90px;
    /* background: #fff; */
    font-size: 15px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.menu-container.menuFix-scroll {
    top: 0px;
    position: fixed;
    background: #f5f5f5;
    height: 100px;
    padding: 5px 0;
    z-index: 10001;
}

.menu-wrapper ul {
    float: right;
    margin-bottom: 0;
}

.hp-menu {
    position: absolute;
    right: 4%;
    overflow: hidden;
    top: 20px;
}

nav.stroke {
    margin: 0 auto;
    box-shadow: 0px 5px 0px #dedede;
}

    nav.stroke ul {
        list-style: none;
        text-align: center;
    }

        nav.stroke ul li {
            display: table-cell;
            height: 90px;
            vertical-align: middle;
            vertical-align: middle;
            padding-right: 15px;
        }

            nav.stroke ul li a {
                position: relative;
            }

                nav.stroke ul li a, nav.stroke ul li a:after, nav.stroke ul li a:before {
                    transition: all .5s;
                }

            nav.stroke ul li a {
                display: block;
                font-size: 14px;
                text-decoration: none !important;
                color: #929292 !important;
                font-weight: 800;
                text-transform: uppercase;
                margin: 0 10px;
                line-height: 1;
                padding: 7px 0;
                letter-spacing: 1.2px;
                cursor: pointer;
            }

                nav.stroke ul li a:after {
                    position: absolute;
                    bottom: 0;
                    left: 0;
                    right: 0;
                    margin: auto;
                    width: 0%;
                    content: '.';
                    color: transparent;
                    background: #aaa;
                    height: 1px;
                }

                nav.stroke ul li a:hover {
                    color: #FFF !important;
                    text-decoration: none !important;
                }

                    nav.stroke ul li a:hover:after {
                        width: 100%;
                    }

.menuFix-scroll nav.stroke ul li a:hover {
    color: #000 !important;
}

.is-close img.close-icon {
    display: block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.is-close img.menu-icon {
    display: none;
}

/*MENU END*/

#Why .container, #ChangeIsNow .container {
    padding: 75px 13px;
}

.title {
    text-align: center;
    margin-bottom: 25px;
    font-family: trajanBold;
    letter-spacing: 2px;
    font-size: 35px;
    text-transform: uppercase;
}

    .title span {
        font-size: 42px;
    }

p {
    font-size: 20px;
    letter-spacing: 1px;
    text-align: justify;
    line-height: 38px;
    font-weight: bold;
}

.readMore {
    border: 2px solid;
    padding: 15px 35px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

    .readMore:hover {
        box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 3px #000;
    }

#Why p {
    margin: 20px 0;
}

#Mike {
    background-image: url(../images/bg/mikebotha.png);
    background-size: cover;
    background-position: center;
    color: #fff;
}

    #Mike .container, #Padma .container, #Hearts .container, #SSDetail .container, #PadmaDetail .container, #HeartsDetail .container, #BigIsBetter .container {
        padding: 80px 10px;
    }

    #Mike p, #Padma p, #Hearts p {
        margin: 45px 0;
        font-size: 18px;
        line-height: 33px;
        font-weight: normal;
    }

#ChangeIsNow p {
    font-size: 18px;
    line-height: 33px;
}

#ChangeIsNow ul li {
    padding-left: 60px;
    display: block;
    padding-top: 0.3rem;
    padding-bottom: 2rem;
}

    #ChangeIsNow ul li:last-child {
        padding-bottom: 0;
    }

    #ChangeIsNow ul li h3 {
        font-weight: bold;
        font-size: 26px;
    }

    #ChangeIsNow ul li.brilliance {
        background: url('../images/icon/brilliance.png') no-repeat left 0px;
    }

    #ChangeIsNow ul li.experience {
        background: url('../images/icon/experiance.png') no-repeat left 0px;
    }

    #ChangeIsNow ul li.market {
        background: url('../images/icon/market_positioning.png') no-repeat left 0px;
    }

    #ChangeIsNow ul li.commercial {
        background: url('../images/icon/comercial_viability.png') no-repeat left 0px;
    }

#BigIsBetter p {
    font-size: 17px;
    line-height: 31px;
    font-weight: normal;
}

.subTitle {
    font-size: 19px;
    line-height: 33px;
    font-weight: bold;
    letter-spacing: 2px;
}

#Mike a {
    font-size: 25px;
    letter-spacing: 1px;
}

.mikeLogo {
    width: 80%;
}


#Padma {
    background-image: url(../images/bg/padma.png);
    background-size: cover;
    background-position: center;
    color: #fff;
}

    #Padma p, #Hearts p {
        margin-bottom: 0;
    }

#Hearts {
    background-image: url(../images/bg/7hearts.png);
    background-size: cover;
    background-position: center;
    color: #fff;
}

#BigIsBetter {
    /*background-image: url(../images/bg/BigIsBetter.png);*/
    background-color: #222222;
    background-size: cover;
    background-position: center;
    color: #fff;
}

#Contact {
    background-color: #000;
    color: #fff;
    padding: 40px 15px;
}

.footer ul li {
    list-style: none;
    padding: 5px 0;
    cursor: default;
}

    .footer ul li a {
        color: #fff;
        text-decoration: none;
    }

.footer ul {
    padding: 0;
}

.social {
    background-color: #191919;
}

.follow-title {
    font-size: 18px;
    margin-right: 10px;
}

.social a {
    font-size: 30px;
    padding: 0 3px;
    color: #b1b1b1;
    text-decoration: none;
}

.fa-facebook:hover {
    color: #3B579D;
}

.fa-twitter:hover {
    color: #1DA1F2;
}

.fa-youtube:hover {
    color: #FF0000;
}

.fa-google-plus:hover {
    color: #DC5043;
}

.fa-linkedin:hover {
    color: #007BB6;
}

.social-contact {
    margin: 0 3px;
    width: 30px;
    height: 30px;
    display: inline-block;
    vertical-align: middle;
    background-size: 30px;
    cursor: pointer;
}

    .social-contact.skype {
        background: url("../images/icon/skype.png");
    }

        .social-contact.skype:hover {
            background: url("../images/icon/skype-ovr.png");
        }

    .social-contact.whatsapp {
        background: url("../images/icon/whatsapp.png");
    }

        .social-contact.whatsapp:hover {
            background: url("../images/icon/whatsapp-over.png");
        }

    .social-contact.wechat {
        background: url("../images/icon/wechat.png");
    }

        .social-contact.wechat:hover {
            background: url("../images/icon/wechat-over.png");
        }

    .social-contact.qq {
        background: url("../images/icon/qq.png");
    }

        .social-contact.qq:hover {
            background: url("../images/icon/qq-over.png");
        }

    .social-contact.viber {
        background: url("../images/icon/viber.png");
    }

        .social-contact.viber:hover {
            background: url("../images/icon/viber-over.png");
        }

    .social-contact.line {
        background: url("../images/icon/line.png");
    }

        .social-contact.line:hover {
            background: url("../images/icon/line-over.png");
        }

    .social-contact.phone {
        background: url("../images/icon/phone.png");
    }

        .social-contact.phone:hover {
            background: url("../images/icon/phone-over.png");
        }

.socket {
    font-size: 9px;
    margin: 5px;
    vertical-align: bottom;
}

#Contact .container {
    padding: 20px 0;
}

.socket-container {
    padding-bottom: 0 !IMPORTANT;
    padding-top: 20px !important;
}

.DiamondList {
    padding: 0;
}

    .DiamondList li {
        list-style: none;
        display: inline-block;
        /* padding: 20px; */
        cursor: pointer;
        text-align: center;
        width: 130px;
        height: 100px;
        margin: 10px 0;
        position: relative;
    }

    .DiamondList img {
        width: 85px;
    }

.DName {
    position: absolute;
    top: -20px;
    background-color: #53bfff;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    /*padding-top: 15px;*/
    display: none;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
}

.DNameText {
    vertical-align: middle;
    display: table-cell;
    height: 120px;
}

.DiamondList li:hover .DName {
    display: table;
}


.DBox {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-right: 55px;
}

.carousel-indicators li {
    visibility: hidden;
    width: 0;
    height: 0;
}

.carousel-control-prev-icon {
    background: url("../images/icon/left_arrow.png") no-repeat;
}

.carousel-control-next-icon {
    background: url("../images/icon/right_arrow.png") no-repeat;
    /*background-position: right;*/
}

.carousel-control-next, .carousel-control-prev {
    width: 5%;
    opacity: 1;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    /*width: 50px;
    height: 72px;
    background-size: 50%;*/
    width: 100px;
    height: 100px;
    background-size: 80%;
}

div#SSDmDetails {
    min-height: 665px;
}

.DRow {
    padding: 50px 0 90px;
    /*min-height: 650px;*/
}

.DImg {
    width: 300px;
}

.Dtitle {
    margin-bottom: 10px;
    font-family: trajan;
    letter-spacing: 1px;
    font-size: 22px;
    text-transform: uppercase;
    line-height: 45px;
}

    .Dtitle sup, .DmModal-title sup, .title1 sup, .title5 sup, .title2 sup, .Ind-title sup {
        font-size: 45px;
        top: 10px;
        left: -3px;
    }

    .Dtitle span {
        font-size: 26px;
    }

.DDetail {
    font-size: 16px;
    letter-spacing: 1px;
    text-align: left;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 50px;
}

.DBtn {
    padding: 15px 10px;
    font-weight: bold;
    letter-spacing: 1px;
    color: #fff !important;
    cursor: pointer;
    transition: 0.3s ease-in-out;
    width: 190px;
    display: inline-block;
    text-align: center;
    margin: 0 5px;
    border: 0;
}

.CmprBtn {
    padding: 8px;
    background-image: url(../images/extra/comparision.gif);
    background-position: 50% 80%;
    background-repeat: no-repeat;
    height: 90px;
    position: relative;
    display: block;
    user-select: none;
}

    .CmprBtn span {
        position: absolute;
        top: 19%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

.DBtn.sky {
    background-color: #53bfff;
}

.DBtn.black {
    background-color: #000000;
}

.DBtn.sky:hover {
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #53bfff;
}

.DBtn.black:hover {
    box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #000000;
}

.disabled {
    cursor: not-allowed;
    background-color: #6b6b6b !important;
}

    .disabled:hover {
        box-shadow: 0px 0px 0px 2.5px white inset, 0px 0px 0px 5px #6b6b6b !important;
    }

#SSDetail {
    min-height: 1100px;
}

.title1 {
    text-align: center;
    margin-bottom: 10px;
    font-family: trajanBold;
    letter-spacing: 1px;
    font-size: 30px;
    text-transform: uppercase;
}

    .title1 span {
        font-size: 35px;
    }

.title2 {
    text-align: center;
    margin-bottom: 10px;
    font-family: trajan;
    letter-spacing: 1px;
    font-size: 24px;
    text-transform: uppercase;
}

.title3 {
    text-align: center;
    margin-bottom: 25px;
    font-family: trajanBold;
    letter-spacing: 7px;
    font-size: 17px;
    text-transform: uppercase;
}

.title5 {
    margin-bottom: 0px;
    font-family: trajan;
    letter-spacing: 1px;
    font-size: 24px;
    text-transform: uppercase;
    text-align: left;
}

.title6 {
    margin-bottom: 2px;
    font-family: trajan;
    letter-spacing: 2px;
    font-size: 13px;
    text-transform: uppercase;
    text-align: left;
}

.title5 span {
    font-size: 26px;
}

.title6 span {
    font-size: 15px;
}


/*DIAMOND DETAIL POPUP START*/
.DmModal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto;
}

.DmModal-content {
    background-color: #f9f9f9;
    margin: 10% auto; /* 15% from the top and centered */
    padding: 40px;
    width: 50%; /* Could be more or less, depending on screen size */
    transition: all 1s ease-in-out;
    opacity: 1;
    min-height: 600px;
}

.DmModal::-webkit-scrollbar {
    display: none;
}

.DmModal-content.ng-hide {
    opacity: 0;
}

.DmModal-title {
    margin-bottom: 0px;
    font-family: trajan;
    letter-spacing: 2px;
    font-size: 27px;
    text-transform: uppercase;
    /*display: inline-block;*/
}

    .DmModal-title span {
        font-size: 30px;
    }

.DmClose {
    float: right;
    cursor: pointer;
    /*display: inline-block;*/
}

.DmModal-header {
    border-bottom: 1px solid;
}

.title4 {
    margin-bottom: 10px;
    font-family: trajan;
    letter-spacing: 9px;
    font-size: 18px;
    text-transform: uppercase;
    display: inline-block;
}

.img-thumbnail {
    background-color: transparent;
    border: 0;
}

.DmLabel {
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
}

.DmRange {
    text-align: center;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-top: 25px;
}

.popupActive {
    filter: blur(4px);
    -webkit-filter: blur(4px);
}

.CompareModalActive {
    background-color: rgba(0,0,0,0.9);
}
/*DIAMOND DETAIL POPUP END*/

.sarine-Content {
    min-height: 750px;
    margin-top: 1px;
    background: url(../images/extra/iPad_popup.png) no-repeat center;
    width: 35%;
    background-size: contain;
    padding: 90px 55px;
}

.SarineiFrame {
    width: 100%;
    min-height: 700px;
    border: 0;
    height: 100%;
}
.DTLiFrame {
    width: 100%;
    /*min-height: 485px;*/
    min-height: 700px;
    border: 0;
    height: 100%;
}

.DmContainer {
    width: 50%;
}

.CmprContainer {
    width: 82%;
}

.iPad-container {
    background: url(../images/extra/iPad_popup.png) no-repeat center;
    background-size: contain;
    background-position: center;
}

.iPad-Mobile-view {
    display: none;
}

.sarine-Content-Mobile {
    background: none;
    width: 90% !important;
    min-height: 1000px;
}

.sarineFrameMobile {
    min-height: 700px;
}

.PerformanceiFrame {
    width: 100%;
    height: 700px;
    border: 0;
}

.CompareiFrame {
    width: 100%;
    height: 600px;
    border: 0;
}



.comingSoon {
    font-size: 17px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 5px;
}

.reportBtn {
    padding-bottom: 5px;
    padding-top: 5px;
}

.langContainer li {
    color: white;
    list-style: none;
    display: inline-block;
    padding: 5px 10px;
    position: relative;
    padding-bottom: 3px;
}

    .langContainer li a:after, .langContainer li.active:after {
        content: '';
        display: block;
        margin: auto;
        height: 1px;
        width: 0px;
        background: transparent;
        transition: width .5s ease, background-color .5s ease;
    }

    .langContainer li a:hover:after, .langContainer li.active:after {
        width: 100%;
        background: #fff;
    }


.langContainer {
    position: absolute;
    right: 15px;
    top: 5%;
}

.menuFix-scroll .langContainer li {
    color: #000;
    list-style: none;
    display: inline-block;
    padding: 5px 5px;
    position: relative;
    padding-bottom: 3px;
    font-size: 12px;
    z-index: 2000;
}

    .menuFix-scroll .langContainer li a:hover:after, .menuFix-scroll .langContainer li.active:after {
        background: #000;
    }

.fixLan {
    display: none;
}

#Why {
    min-height: 685px;
}

#Mike {
    min-height: 520px;
}

#ChangeIsNow {
    min-height: 857px;
}

#Padma, #Hearts {
    min-height: 563px;
}

#Contact {
    min-height: 509px;
}

.canada-content {
    background-color: transparent;
    margin: 8% auto;
    padding: 0;
    width: 37.5%;
    transition: all 1s ease-in-out;
    opacity: 1;
    min-height: 600px;
    min-width: 720px;
}

.canadaClose {
    z-index: 9;
    position: absolute;
    right: 10px;
    top: 10px;
}

    .canadaClose img {
        width: 25px;
    }

#canadaSlides .carousel-control-next {
    right: 20px;
    opacity: 1;
}

#canadaSlides .carousel-control-prev {
    left: 20px;
    opacity: 1;
}

#canadaSlides .carousel-control-next-icon {
    background: url(../images/icon/right_arrow_white.png) no-repeat !important;
}

#canadaSlides .carousel-control-prev-icon {
    background: url(../images/icon/left_arrow_white.png) no-repeat !important;
}

/*NEWS & EVENTS*/

.newsNEvents li span {
    font-weight: normal;
    color: #9c9c9c;
    display: block;
    padding-left: 45px;
}

.NewsTitle {
    font-weight: bold;
    cursor: pointer;
    display: inline-block;
    padding-left: 10px;
}

.newsNEvents {
    list-style: none;
    padding: 0;
}

/*.newsNEvents li.plus {
        background: url(../images/icon/newsPlus.png) no-repeat left top;
        padding-left: 50px;
    }

    .newsNEvents li.minus {
        background: url(../images/icon/newsMinus.png) no-repeat left top;
    }*/

.desc p {
    font-size: 17px;
    letter-spacing: 0.5px;
    text-align: justify;
    line-height: 33px;
    font-weight: normal;
    padding-left: 45px;
}

.newsNEvents li {
    margin-bottom: 35px;
}

    .newsNEvents li ul li {
        list-style: disc;
        margin-bottom: 18px;
    }

.ExTitle {
    background-color: black;
    color: #fff;
    font-size: 23px;
    font-weight: bold;
    text-align: center;
    padding: 8px 0;
    letter-spacing: 1px;
}

.ExLinks li {
    margin-bottom: 10px;
    font-size: 13px;
    word-break: break-word;
}

    .ExLinks li a {
        color: #000;
    }

#NewsNEvents {
    background-color: #eee;
}

/*//////////////////////////////*/

/* width */
::-webkit-scrollbar {
    width: 5px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }


/*INDIVIDUAL PAGES STYLES*/

div#PerformReport {
    padding: 75px 0;
    background-color: #F5F5F5;
}

#PerformReport .DBtn {
    display: table-cell;
    height: 90px;
    vertical-align: middle;
}

.Ind-title {
    margin-bottom: 0px;
    font-family: trajan;
    letter-spacing: 2px;
    font-size: 27px;
    text-transform: uppercase;
    text-align: center;
    border-bottom: 1px solid;
    padding-bottom: 7px;
}

#IndividualCut .DRow {
    padding: 50px 0 70px;
}
