﻿@import url('https://fonts.googleapis.com/css?family=Fredoka+One&display=swap');

body {
    background: #fff;
    margin: 0;
    padding: 0;
    color: #aaa;
    font-family: Roboto, sans-serif;
    font-weight:400;
    font-size:24px;
}

a {
    color: #1dbefa;
    font-weight: 400;
    
    outline: none;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    cursor: pointer;
}

    a:focus,
    a:hover {
       
        text-decoration: none;
    }


span.dropdown-toggle {
    cursor:pointer;
}

header.header {
    background: #fff;
    font-size: 30px;
    height: 60px;
}
    header.header .container {
        height:60px;
        padding:0;
    }
        header.header .breadcrumb > li > ul
         {
            margin-top: -6px;
        }
        header.header .breadcrumb > li nav {
            margin-top: -5px;
        }
        header.header .breadcrumb > li nav ul li a{
            padding-top:5px;
        }

            .grad-bottom-to-top {
                height: 10px;
            }

        .grad-bottom-to-top::before {
            content: "";
            background-image: linear-gradient(to top, #a0c65a, #9dc357);
            background-image: -moz-linear-gradient(to top, transparent 0%,#03a84f 50%,transparent 100%);
            background-image: -webkit-gradient(to top, transparent 0%,#03a84f 50%,transparent 100%);
            height: 10px; /*for horizontal border; width for vertical*/
            display: block;
        }
.breadcrumb-navigation {
    /*overflow: hidden;*/
    height: 40px;
    position: relative;
    left: 35px;
    top: 5px;
    color: #5e8e3e;
    font-size: 18px;
}

.top-sub-navbar-right {
    float: right;
    margin-right: 40px;
    position: relative;
    top: -38px;
    right: 0px;
    font-size: 14px;
    color: #99abb4;
}

.breadcrumb.top-sub-navbar-right {
    background-color: transparent;
}

    .breadcrumb.top-sub-navbar-right .breadcrumb-item + .breadcrumb-item::before {
        /*font-family: 'fontAwesome';
        font-size:10px;
        content: "\f054" !important;
            */
        content: url(/Content/images/chevron-down.png)
    }

.top-sub-navbar-right a {
    color: #99abb4;
    text-decoration: underline;
}

    .top-sub-navbar-right a:hover {
        color: #5e8e3e;
    }


.breadcrumb-navigation a {
    display: inline-block;
    padding: 0px 24px 0px 12px;
}

    .breadcrumb-navigation a:first-child {
        padding-left: 0px !important;
    }


    .breadcrumb-navigation a:last-child:not(:first-child) {
        background-repeat: no-repeat,repeat-x;
        background-position: 100% 0%,0% 0%;
        margin-left: -4px;
    }

.breadcrumb-item {
    font-size:18px;
}
.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #6c757d;
    content: "/";
}

.breadcrumb-item a {
    color: #1dbefa;
    text-decoration:underline;
    font-size:18px;
}

h1, .h1 {
    font-family: "Fredoka One", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 56px;
    color: #555;
}

h2, .h2 {
    font-size: 1.3em;
    color: #9b9ea7;
    font-weight: 300;
}


.navbar-right {
    margin-top: 0px;
}

    .grad-bottom-to-top-2::before {
        content: "";
        background-image: linear-gradient(to top, #fafafa, #ececec);
        background-image: -moz-linear-gradient(to top, transparent 0%,#f5f5f6 50%,transparent 100%);
        background-image: -webkit-gradient(to top, transparent 0%,#f5f5f6 50%,transparent 100%);
        display: block;
        height: 10px; /*for horizontal border; width for vertical*/
    }

    header.header h1 {
        margin: 0;
        border-left: 0px solid #428bca;
        padding-left: 10px;
        font-size: 30px;
    }

footer.footer {
    background: #555;
    padding-bottom: 55px;
    color: #fff;
    position: relative;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 112px;
    -webkit-box-shadow: 0px 0px 14px 2px rgba(223,223,223,.175);
    -moz-box-shadow: 0px 0px 14px 2px rgba(223,223,223,.175);
    box-shadow: 0px 0px 14px 2px rgba(223,223,223,.75);
    border-top: 1px solid #d9dbde;
    text-align: center;
}

header.header .navigation,
footer.footer .navigation {
    font-size: 16px;
    background-color: transparent;
    
}
    footer.footer .navigation {
        margin-top: 15px;
    }
    header.header .navigation a,
    footer.footer .navigation a {
        font-weight: 700;
        color: #555;
        text-transform: uppercase;
        white-space: nowrap;
    }
    footer.footer .navigation a {
        color:#fff;
        
    }
    header.header .navigation li,
    footer.footer .navigation li {
        line-height: 25px;
    }
        header.header .navigation a:focus,
        header.header .navigation a:hover,
        footer.footer .navigation a:focus,
        footer.footer .navigation a:hover {
            color: #fcb045;
            text-decoration: none;
        }
    header.header .navigation li.active span,
    footer.footer .navigation li.active span{
        border-bottom: 2px #fcb045 solid;
        line-height:28px;
        padding-bottom:4px;
    }
        header.header .navigation li.active a,
        footer.footer .navigation li.active a {
            color: #fcb045;
            text-decoration: none;
        }
    footer.footer .logo-image {
        margin-top: 32px;
        margin-bottom: 25px;
    }
    footer.footer .small {
        font-size:50%;
    }


    .btn.btn-download {
        width: 100%;
        height: 50px;
        line-height: 50px;
        padding: 0;
        background: #fbbc25;
        border: none;
        vertical-align: middle;
        color: #333;
        font-weight: bolder;
        font-size: 1.3em;
    }

.introduction img {
    max-height: 220px;
}

.anchors {
    margin: 30px;
}

    .anchors > .btn {
        margin-bottom: 5px;
        border-color: #F32E06;
        background: none;
        color: #333;
        font-weight: bolder;
    }

        .anchors > .btn:hover {
            background: red;
            color:#fff;
        }

        .anchors > .btn > i.glyphicon {
            border-right: 1px solid rgba(51, 51, 51, .3);
            padding-right: 5px;
            margin-right: 5px;
        }

.game-panel .game-icon img {
    max-width: 70px;
    max-height: 70px;
}

.game-panel .rating {
    font-size: 16px;
    margin: 10px;
    font-weight: bold;
    height: 34px;
}

    .game-panel .rating i.glyphicon {
        margin-right: 2px;
    }

    .game-panel .rating .stars {
        color: #fbbc25;
    }

.game-panel .actions {
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    font-size: 11px;
    padding: 5px 0;
    margin: 10px 0;
}

    .game-panel .actions > a {
        display: inline-block;
        margin-top: 10px;
        margin-bottom: 10px;
        margin-right: 20px;
        text-transform: uppercase;
    }

        .game-panel .actions > a .glyphicon {
            color: #fbbc25;
        }

.game-panel .disclaimer {
    font-size: .8em;
    margin-top: 10px;
    margin-bottom: 10px;
}

.game-panel .badges > img {
    max-height: 50px;
    margin-right: 10px;
}

.card {
    background: #fff;
    margin-bottom: 30px;
    padding: 20px 50px;
}

    .card.card-nospace {
        padding: 0;
    }



.block-center {
    margin: 0 auto;
}

.text-sponsor {
    text-align: center;
}
.text-underline {
    text-decoration: underline;
}


.breadcrumb {
    background: none;
}

@media only screen and (max-device-width:767px) {
    body {
        background: #fff;
    }

    .gallery > a {
        max-height: 190px;
    }

        .gallery > a > img {
            max-height: 190px;
        }

    .card {
        padding-left: 20px;
        padding-right: 20px;
    }

    .introduction .col-md-6:nth-child(2) {
        margin: 20px 15px;
    }

    .mobile-sponsor {
        border-bottom: 1px solid #ddd;
        margin-bottom: 20px;
    }

    article.article .conclusion {
        margin: -20px;
        margin-top: 20px;
        padding: 20px;
    }

    .stats ul.nav.nav-tabs > li:first-child > a {
        border-right: 1px solid #ddd;
    }

    .stats .tab-content {
        border-top: 1px solid #ddd;
    }

    .text-sponsor {
        text-align: right;
    }
}

.sp {
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
    background: rgba(241, 241, 241, 0.5);
    display: inline-block;
    padding: 5px 10px;
    text-align: center;
    font-size: 16px;
}

    .sp > .sp-container {
        display: inline-block;
        max-width: 100%;
    }

    .sp.sp-wide > .sp-container {
        width: 728px;
        height: 90px;
    }
    .sp.sp-big > .sp-container {
        width: 728px;
        height: 280px;
    }

    .sp.sp-portrait > .sp-container {
        width: 300px;
        height: 600px;
    }

    .sp.sp-square > .sp-container {
        width: 300px;
        height: 250px;
    }

.sp-align {
    width: 300px;
    margin: 10px auto;
}

.mb15 {
    margin-bottom:15px;
}

.mt10 {
    margin-top: 10px;
}
.mt25 {
    margin-top: 25px;
}
.mt35 {
    margin-top: 35px;
}
.mt40 {
    margin-top: 40px;
}

.mt80 {
    margin-top: 80px;
}

.mb60 {
    margin-bottom: 60px;
}

.mb80 {
    margin-bottom: 80px;
}
.mr10 {
    margin-right: 10px;
}

.pt25 {
    padding-top:25px;
}

.pt7 {
    padding-top: 7px;
}
.pr10 {
    padding-right: 10px;
}
.pl10 {
    padding-left: 10px;
}

.spacer5, .spacer10, .spacer15, .spacer20, .spacer25, .spacer30, .spacer35, 
.spacer40, .spacer44, .spacer45, .spacer50, .spacer60, .spacer54, .spacer70,
.spacer75, .spacer80, .spacer85, .spacer90, .spacer100, .spacer200 {
    width: 100%;
    font-size: 0;
    margin: 0;
    padding: 0;
    border: 0;
    display: block;
}
.spacer5 {
    height: 5px;
}
.spacer10 {
    height: 10px;
}
.spacer15 {
    height: 15px;
}
.spacer20 {
    height: 20px;
}
.spacer25 {
    height: 25px;
}
.spacer30 {
    height: 30px;
}
.spacer35 {
    height: 35px;
}
.spacer40 {
    height: 40px;
}
.spacer44 {
    height: 44px;
}
.spacer45 {
    height: 45px;
}
.spacer50 {
    height: 50px;
}
.spacer60 {
    height: 60px;
}
.spacer54 {
    height: 54px;
}
.spacer70 {
    height: 70px;
}
.spacer75 {
    height: 75px;
}
.spacer80 {
    height: 85px;
}
.spacer85 {
    height: 85px;
}
.spacer90 {
    height: 90px;
}
.spacer100 {
    height: 100px;
}
.spacer200 {
    height: 200px;
}

.wrapper10 {
    padding: 0 10px
}


.navbar .navbar-search .dropdown-menu {
    min-width: 25px;
}

.dropdown-menu .label-icon {
    margin-left: 5px;
}

.btn-outline {
    background-color: transparent;
    color: inherit;
    transition: all .5s;
}

.form-group {
    margin-top: 4px
}

    .form-group .form-control {
        margin-bottom: 0;
        background-color: #f9f9f9
    }

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #f5f5f5;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1)
}

.progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #337ab7;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .15);
    -webkit-transition: width .6s ease;
    -o-transition: width .6s ease;
    transition: width .6s ease
}

.progress-bar-striped,
.progress-striped .progress-bar {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    -webkit-background-size: 40px 40px;
    background-size: 40px 40px
}

.progress-bar.active,
.progress.active .progress-bar {
    -webkit-animation: progress-bar-stripes 2s linear infinite;
    -o-animation: progress-bar-stripes 2s linear infinite;
    animation: progress-bar-stripes 2s linear infinite
}

.progress-bar-success {
    background-color: #5cb85c
}

.progress-striped .progress-bar-success {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-info {
    background-color: #5bc0de
}

.progress-striped .progress-bar-info {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-warning {
    background-color: #f0ad4e
}

.progress-striped .progress-bar-warning {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress-bar-danger {
    background-color: #d9534f
}

.progress-striped .progress-bar-danger {
    background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
    background-image: linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent)
}

.progress {
    height: 4px;
    border-radius: 0;
    box-shadow: none;
    background: #DDD
}

    .progress .progress-bar {
        box-shadow: none
    }

        .progress .progress-bar,
        .progress .progress-bar.progress-bar-default {
            background-color: #00AEEF
        }

            .progress .progress-bar.progress-bar-inverse {
                background-color: #3f51b5
            }

            .progress .progress-bar.progress-bar-primary {
                background-color: #00AEEF
            }

            .progress .progress-bar.progress-bar-success {
                background-color: #4caf50
            }

            .progress .progress-bar.progress-bar-info {
                background-color: #03a9f4
            }

            .progress .progress-bar.progress-bar-warning {
                background-color: #f7b613
            }

            .progress .progress-bar.progress-bar-danger {
                background-color: #f44336
            }

    .progress.progress-line-primary {
        background: rgba(0, 174, 239, .2)
    }

    .progress.progress-line-info {
        background: rgba(3, 169, 244, .2)
    }

    .progress.progress-line-success {
        background: rgba(76, 175, 80, .2)
    }

    .progress.progress-line-warning {
        background: rgba(247, 182, 19, .2)
    }

    .progress.progress-line-danger {
        background: rgba(244, 67, 54, .2)
    }

.btn, .navbar .navbar-nav > li > a.btn {
    /*border: none;*/
    border-radius: 3px;
    position: relative;
    padding: 5px 30px;
    /*margin: 10px 1px;*/
    font-size: 12px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 0;
    will-change: box-shadow,transform;
    transition: box-shadow 0.2s cubic-bezier(.4,0,1,1),background-color 0.2s cubic-bezier(.4,0,.2,1);
}

a.btn.btn-primary i {
    margin-top:2px;
    margin-right:10px;
}

header.header h1 {
    font-size: 20px !important;
    color: #428bca !important;
    margin: 25px 0 !important;
}

.logo-image{
    margin-top: 18px;
}

.word-first {
    color:#000;
}
.word-second {
    color: #9B9B9B;
}

.top-content {
    position: relative;
    background-color: #fff;
    
}
    .top-content .top-feattxt h1 {
        font-family: "Fredoka One", serif;
        font-weight: 400;
        font-style: normal;
        font-size: 56px;
        line-height: 60px;
        letter-spacing: 0;
        color: #555555;
        margin-top:230px;
        margin-bottom:50px;
    }

.top-feattxt {
    height: 825px;
    position: relative;
    top: 0;
}

    .top-feattxt .hero-img {
        position: absolute;
        top: 0px;
        right: -160px;
        width:874px;
        height:825px;
    }
    
    .simpleslide-item {
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }


    .top-feattxt .arrow-btn {
        position: relative;
        top: 40px;
        
    }


        .top-feattxt h1 .word-1 {
            color: #455a64;
        }

        .top-feattxt h1 .word-2 {
            color: #5e8e3e;
        }
.col2 {
    float: left;
    width: 50%;
}
.col25 {
    width: 25%;
    float: left;
    max-width:300px;
    
}

.col30 {
    width: 33%;
    float: left; 
    max-width:380px;
}
.col30_1 {
    width: 30%;
    float: left
}

.col40 {
    width: 40%;
    float: left
}
.col45 {
    width: 45%;
    float: left
}
.col50 {
    width: 50%;
    float: left
}
.col55 {
    width: 55%;
    float: left
}
.col60 {
    width: 60%;
    float: left
}
.col70 {
    width: 70%;
    float: left
}

.breadcrumb > li + li:before {
    padding: 0 25px;
    color: transparent;
    content: "";
}

@media (max-width:640px) {
    .navbar-nav {
        float: none;
        margin: 0
    }

    .col-md-8 {
        float: left;
        width: 52%
    }

    .col-md-4 {
        float: left;
        width: 40%
    }

    .feat-video.col-md-4 {
        width: 48%
    }

    .col-xs-6.col-sm-3.fit-right,
    .padding-bigLeft {
        padding-left: 15px
    }

    .col,
    .col2 {
        padding: 0 10px
    }
}

@media (max-width:800px) {
    .col-md-4,
    .col-md-8 {
        float: left
    }
}

@media (max-width:768px) {
    .col-md-4,
    .col-md-8 {
        float: left
    }

    .message-form img {
        max-width: 100%;
        margin-left: -3px
    }

}

@media (max-width:980px) {
    .col-md-4,
    .col-md-8 {
        float: left
    }

}


.respondable-content {
    text-align: center;
    padding-top: 75px;
    display: block;
    background-color: #e0e5e8;
    font-size: 16px;
    color: #455a64;
}
    .respondable-content p {
        line-height:32px;
    }
        .respondable-content p:first-child {
            padding-bottom:40px;
        }
        
    .respondable-right-column {
            width: 55%;
            height: 470px;
            background-size: contain;
            float: right;
            display: block;
            cursor: pointer
        }

.respondable-left-column {
    width: 41%;
    height: 100%;
    padding: 10px;
    float: left;
    text-align: left;
    margin-bottom: 20px
}

.respondable-content h2 {
    font-family: 'Roboto Slab';
    font-size: 60px;
    font-weight:bold;
    line-height: 55px;
    letter-spacing: .03em;
    padding-top: 0px;
    color: #333333;
    margin-top: -15px;
    text-align: left
}

.respondable-content h3 {
    font-size: 18px;
    font-weight: 600;
    line-height:32px;
}
.respondable-content ul {
    list-style-image: url('img/custom-bullet-green.png');
}
.respondable-content ul li {
    letter-spacing: .05em;
    line-height:32px;
    padding-right:105px;
    padding-left:5px;
}

.respondable-content ul {
    padding-left: 20px;
    -webkit-padding-start: 20px
}

.respondable-content .col60 + .col40 {
    padding-left: 50px;
}
.respondable-content .col55 + .col45 {
    padding-left: 60px;
}

    @media (max-width:768px) {
        .respondable-left-column {
            width: 100%
        }

        .respondable-right-column {
            width: 100%;
            background-position: center
        }
    }

    .respondable-btn {
    margin-top: 10px;
    height: 44px;
    min-width: 210px;
    width: 90%;
    font-size: 16px;
    padding: 7px
}

.respondable-cta {
    padding-top: 90px;
}

/*--------------------content--------------------*/
.main-area-content {
    position: relative;
    padding-top: 60px;
    padding-bottom: 50px;
    background-color: #f6fafd;
    color: #455a64;
    min-height: 1144px;
}

    .main-area-content li {
        line-height: 3em;
    }

    .main-area-content .team-features-table td {
        vertical-align: text-top;
    }

    .main-area-content h2 {
        color: #455a64;
        font-size: 24px;
    }
    .main-area-content h1 {
        font-family: "Fredoka One", serif;
        font-weight: 400;
        font-size: 36px;
        line-height: 40px;
    }
    
    .main-area-content > #content-container > p:first-child {
        margin-top: 50px;
    }
    .main-area-content .card {
        height:350px;
        min-width:430px;
        padding:35px 20px;;
    }
        .main-area-content .card .icon-circle {
            position: relative;
            width: 44px;
            height: 44px;
            border: 2px solid #04c65d;
            border-radius: 50%;
            color: #04c65d;
            border-width: 2px;
            box-sizing: border-box;
            text-align: center;
            display: inline-block;
            line-height: 40px;
            background-color: transparent;
        }

            .main-area-content .card .icon-circle span {
                font-size: 30px;
                font-weight:700;
            }
        .main-area-content .card h2 {
            font-size:26px;
            font-weight:600;
            margin-top:30px;
        }
        .main-area-content .card .gmail-btn-2 {
            font-size: 16px;
            padding:16px 40px;
        }
        .main-area-content .card + .card {
            margin-left:30px;
        }

        .main-area-content .card input#email {
            border: 1px solid #caccce;
            border-radius:4px;
            outline:none;
            padding-left:10px;
        }


        button, .button {
            cursor: pointer;
            display: inline-block;
            font-size: 120%;
            font-weight: 400;
            margin: 0 5px 3px 0;
            outline: none;
            padding: 9px 20px;
            width: auto;
            text-align: center;
            text-decoration: none !important;
            vertical-align: middle;
            color: #444444;
            border: 1px solid #c3c3c3;
            text-shadow: 0 -1px 0 #FFFFFF;
            border-radius: 3px;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
        }

body.ie7 button, body.ie8 button, body.ie7 .button, body.ie8 .button {
    zoom: 1;
    display: inline;
}

button:hover, .button:hover {
    text-decoration: none;
    outline: none;
}

button:active, .button:active {
    position: relative;
    top: 1px;
    outline: none;
}

button.red, .button.red {
    border: 1px solid #6f1811;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #6f1811;
}

/* Green Button */
button.green, .button.green {
    border: 1px solid #406f11;
    color: #FFFFFF;
    text-shadow: 0 -1px 0 #406f11;
}



button.blue, .button.blue {
    border: 1px solid #11506F;
    color: white;
    text-shadow: 0 -1px 0 #11506F;
}

.business-cred-container {
    margin-bottom: 30px;
    margin-top: -20px;
    color: black;
}

    .business-cred-container h2 {
        margin-bottom: 15px;
    }

.faq-content-wrapper {
    background-color: #fff;
    /*min-height: calc(100vh - 104px);*/
}

#faqList {
    padding: 0px;
}

    #faqList li {
        list-style: none;
        padding-top: 5px;
        padding-top: 5px;
    }

    #faqList p, .faq-intro {
        font-size: 15px;
    }

    #faqList .question {
        padding-left: 18px;
        font-weight: 700;
        background: transparent url('img/arrowexpand.png') left center no-repeat;
        color: #777;
    }

    #faqList li.simpleFAQShowing .question {
        background: transparent url('img/arrowcollapse.png') left center no-repeat;
        color: rgb(51, 51, 51);
    }

    #faqList .simpleFAQHover {
        color: rgb(51, 51, 51);
    }

    #faqList .answer {
        margin-left: 1em;
        padding: 0.4em;
    }

mark {
    padding: 0;
    background: yellow;
}

.no-results {
    color: #ff0000;
    font-size: 14pt;
    margin-top: 28px;
    display: none;
}

h1#title_header, h1#results {
    margin-top: 20px;
    margin-bottom: 10px;
}

#results {
    display: none;
}
.email-tracker-faq-list h2 {
    color: #333333;
    font-family: 'Roboto','Arial', sans-serif;
    font-size: 18px;
}

@media (max-width: 767px) {
    body {
        font-size: 16px;
    }

    .email-tracker-faq-list {
        text-align: left;
        padding-left: 0px;
    }


    .column {
        width: 100%;
    }

    #faqList p {
        font-size: 16px;
    }

    #tabs h1 {
        font-size: 34px;
    }

    .emil-tracker-faq-list h2 {
        color: #333333;
        font-family: 'Roboto','Arial', sans-serif;
        font-size: 18px;
    }

    img {
        max-width: 100%;
        width: auto;
        height: auto;
    }

    .no-results {
        font-size: 14;
    }

    .video-wrapper {
        position: relative;
        padding-bottom: 56.25%;
        overflow: hidden;
    }

        .video-wrapper iframe, .video-wrapper p {
            position: absolute;
            width: 100%;
            height: 100%;
        }
}

.tags {
    font-size: 0.7em;
    color: #999;
}

/*----------------------------pricing------------------------------------*/
.compare-plans-table {
    margin-top:70px;
    font-size: 12px;
    width: 800px;
}


        .compare-plans-table tr:first-child {
            border-bottom: none
        }

        .compare-plans-table tr:nth-child(2) {
            border-bottom: none
        }




.compare-plans-upgrade-row td {
    background: #fff;
    text-align: center;
    padding: 10px;
}


    .compare-plans-table .compare-plans-price-row td:first-child {
        background: none;
        border-left: none;
        border-top: none;
        border-bottom: none;
    }

.compare-plans-table .compare-plans-price-row .plan-price {
    padding: 0 0 10px 0;
    color: #04c65d;
    font-weight: 700;
    font-size: 24px;
}


    .compare-plans-table .compare-plans-features-row td:first-child {
        font-weight: 500;
    }

.compare-plans-table .compare-plans-features-row td {
    padding-bottom:0;
}

.compare-plans-table tr td:first-child {
    width: 200px;
    text-align: left;
    border-bottom: 1px solid #e2e2e2;
}

.compare-plans-table tr:first-child td:first-child,
.compare-plans-table tr:last-child td:first-child {
    border-bottom: 0;
}


.compare-plans-table .compare-plans-title-row td + td,
.compare-plans-table .compare-plans-title-row td + td + td + td {
    background: #fff;
    font-size: 16px;
    text-transform: uppercase;
    text-align: center;
    /*padding: 20px 10px;*/
}
    .compare-plans-table .compare-plans-title-row td + td div.pricing-td-content,
    .compare-plans-table .compare-plans-title-row td + td + td + td div.pricing-td-content {
        padding: 20px 10px;
    }
.compare-plans-table tr:first-child td:last-child div.pricing-td-content {
    border-top: 2px solid #04c65d;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.compare-plans-table tr td:last-child div.pricing-td-content {
    border-left: 2px solid #04c65d;
    border-right: 2px solid #04c65d;
}

    .compare-plans-table .compare-plans-price-row td + td, .compare-plans-table .compare-plans-price-row td + td + td + td {
        text-align: center;
        background: #fff;
        font-weight: bold;
    }

.compare-plans-table tr td + td,
.compare-plans-table tr td + td + td + td {
    width: 233px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0px 5px 12px 0px rgba(223,223,223,.175);
    -moz-box-shadow: 0px 5px 12px 0px rgba(223,223,223,.175);
    box-shadow: 0px 5px 12px 0px rgba(223,223,223,.75);
    /*border-left: 2px solid transparent;
    border-right: 2px solid transparent;*/
}
.compare-plans-table tr:first-child td + td,
.compare-plans-table tr:first-child td + td + td + td {
    box-shadow: 0px 0px 12px 0px rgba(223,223,223,.75);
}

    

    .compare-plans-table tr td + td + td,
    .compare-plans-table tr:first-child td + td + td {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(223,223,223,.175);
        -moz-box-shadow: 0px 0px 0px 0px rgba(223,223,223,.175);
        box-shadow: 0px 0px 0px 0px rgba(223,223,223,.75);
    }

    .compare-plans-table tr td + td div.info-cell,
    .compare-plans-table tr td + td + td + td div.info-cell {
        border-bottom: 1px solid #e2e2e2;
        margin: 0 20px;
        padding: 10px 0;
    }
        .compare-plans-table tr:last-child td + td, .compare-plans-table tr:last-child td + td + td + td {
            border-bottom:0;
        }

.compare-plans-table .space,
.compare-plans-table .compare-plans-title-row .space,
.compare-plans-table .compare-plans-price-row .space {
    background: none;
    border: 0;
    /* make the width small, but setting it to 0 will actual default to the same width as other cells */
    width: 30px;
}

.compare-plans-table tr:first-child td + td,
.compare-plans-table tr:first-child td + td + td + td {
    font-size: 20px;
    font-weight: 600;
    color: #3a3a3a;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.compare-plans-table tr:first-child .svg{
    position: relative;
    top: 3px;
    right: 10px;
}

.compare-plans-table tr:last-child td + td,
.compare-plans-table tr:last-child td + td + td + td {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    /*padding:20px 0px;*/
}
    .compare-plans-table tr:last-child td + td + td + td div.pricing-td-content {
        padding: 20px 0;
        border-bottom: 2px solid #04c65d;
        border-bottom-left-radius: 8px;
        border-bottom-right-radius: 8px;
    }
/*
.compare-plans-table tr:last-child td:nth-child(2n) {
    border-bottom: 2px solid transparent;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.compare-plans-table tr:first-child td:nth-child(2n) {
    border-top: 2px solid red;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}*/
        /*
.compare-plans-table tr td:last-child {
    border-left: 2px solid #04c65d;
    border-right: 2px solid #04c65d;
}
    */
        .compare-plans-features-row td + td {
        /*border-left: 1px solid #e2e2e2;
    border-right: 1px solid #e2e2e2;*/
    }

.privacy-container {
    padding-top:40px;
}

    .privacy-container a {
        color: #3a3a3a;
    }
    .privacy-container a + a{
        margin-left: 50px;
    }
        .privacy-container a:hover,
        .privacy-container a:active {
            color: #04c65d;
            text-decoration:underline;
        }

    .discount-callout {
        color: #444;
    }

.discounted-price {
    color: #199F19;
}

.crossed-out-price {
    text-decoration: line-through;
}

.button.green.table {
    margin: 0;
    background: #3DB124;
    background: -moz-linear-gradient(#2f39ac, #2f25dd);
    background: -webkit-linear-gradient(#2f39ac 0%, #2f25dd 100%);
    background: -o-linear-gradient(top,#2f39ac, #2f25dd);
    text-shadow: none;
    padding: 6px 20px;
    font-size: 14px;
    border-radius: 20px;
    border: 1px solid #2f39ac;
}

    .button.green.table:hover {
        background: #2f39ac; /* Old browsers */
        background: -moz-linear-gradient(#2f25dd, #2f39ac);
        background: -webkit-linear-gradient(#2f25dd 0%, #2f39ac 100%);
        background: -o-linear-gradient(top,#2f25dd, #2f39ac);
    }

    .button.green.table:active {
        background: #2f39ac; /* Old browsers */
        background: -moz-linear-gradient(#2f25dd, #2f39ac);
        background: -webkit-linear-gradient(#2f25dd 0%, #2f39ac 100%);
        background: -o-linear-gradient(top,#2f25dd, #2f39ac);
    }

.expl {
    display: inline;
    cursor: pointer;
    margin-left: 3px;
}

    .expl img {
        height: 15px;
    }

.group-sub-container {
    margin: 40px 0;
}

.tooltip-img {
    display: block;
    margin: 0 auto;
    padding: 15px 0px;
}

.checkbox-checked {
    color: #04c65d;
    font-size:16px;
}

.subpage {
    width: 100%;
    height: 98%;
    margin: 0px;
    min-width: 960px;
}
.sp-leftcol {
    width: 30%;
    float: left;
    padding: 0 20px 0 5px;
    display: block;
}
#sp-logo {
    overflow: hidden;
    width: 184px;
    height: 114px;
    float: left;
    text-indent: -9999px;
    margin-top: 41px;
    margin-left: 20px;
}
.sp-rightcol {
    width: 70%;
    min-width: 600px;
    float: left;
    display: block;
}

.lb-container {
    background-color: #d6ebf7;
}
.lb-content {
    padding: 10px 30px;
    height: 80%;
    width: 80%;
    min-width: 680px;
    overflow: auto;
}
.dlNum {
    color: #9EC4D6;
    float: left;
    font-size: 66px;
    height: 80px;
    width: 60px;
}
.dlText {
    float: left;
    position: relative;
    width: 275px;
}

    .dlText h2 {
        color: #333;
        font: normal normal bold 138.5%/normal Helvetica, Arial, sans-serif;
    }

.dlText2 {
    float: left;
    position: relative;
    width: 475px;
}

.sp-leftcol h2 {
    margin-top:10px;
}
.text-first-letter-uppercase {
    text-transform:capitalize;
}

.frm-btn {
    background-color: #1dbefa;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 16px 39px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    will-change: box-shadow,transform;
    transition: box-shadow 0.3s cubic-bezier(.4,0,1,1),background-color 0.5s cubic-bezier(.4,0,.2,1);
}

    .frm-btn:hover {
        -webkit-box-shadow: 0px 4px 8px 4px rgba(23,23,23,.25);
        -moz-box-shadow: 0px 4px 8px 4px rgba(23,23,23,.25);
        box-shadow: 0px 4px 8px 4px rgba(23,23,23,.25);
        background-color: #1dbefa;
        opacity: .9;
        text-decoration: none
    }

    .frm-btn.active {
        background-color: #5e8e3e;
    }

    .popover-content .frm-btn,
    .frm-btn.login-btn {
        padding: 6px 12px;
        font-size: 16px;
        width: 245px;
    }

.additional-filter .frm-btn {
    padding: 6px 45px;
    font-size: 24px;
}


.frm-btn-2 {
    background-color: #555;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    padding: 6px 45px;
    text-align: center;
    display: inline-block;
    margin: 0 auto;
    cursor: pointer;
    border: none;
    will-change: box-shadow,transform;
    transition: box-shadow 0.3s cubic-bezier(.4,0,1,1),background-color 0.5s cubic-bezier(.4,0,.2,1);
}

    .frm-btn-2:hover {
        -webkit-box-shadow: 0px 4px 8px 4px rgba(23,23,23,.25);
        -moz-box-shadow: 0px 4px 8px 4px rgba(23,23,23,.25);
        box-shadow: 0px 4px 8px 4px rgba(23,23,23,.25);
        text-decoration: none
    }

input[disabled],
input[disabled]:hover,
input[readonly],
input[readonly]:hover,
a[disabled],
a[disabled]:hover,
button[disabled],
button[disabled]:hover {
    cursor: not-allowed !important;
    box-shadow: none;
    background-color: #c0c0c0;
}

    button[disabled].frm-btn {
        background-color: #c0c0c0;
    }

.frm-btn-3 {
    color: #fff;
    border-radius: 5px;
    font-size: 24px;
    padding: 7px 45px;
    text-align: center;
    display: inline-block;
    cursor: pointer;
    border: none;
    will-change: box-shadow,transform;
    transition: box-shadow 0.3s cubic-bezier(.4,0,1,1),background-color 0.5s cubic-bezier(.4,0,.2,1);
}

    .frm-btn-3.prime {
        background-color: #99abb4;
    }

    .frm-btn-3.warn {
        background-color: #fc6180;
    }

    .frm-btn-3.succ {
        background-color: #5f8e3e;
    }

        .frm-btn-3.succ.add-filter-btn {
            width: 100%;
            font-size: 16px
        }

    .frm-btn-3.prime:hover {
        -webkit-box-shadow: 0px 4px 8px 4px rgba(153, 171, 180, .5);
        -moz-box-shadow: 0px 4px 8px 4px rgba(153, 171, 180, .5);
        box-shadow: 0px 4px 8px 4px rgba(153, 171, 180, .5);
    }

    .frm-btn-3.warn:hover {
        -webkit-box-shadow: 0px 4px 8px 4px rgba(252, 97, 128, .5);
        -moz-box-shadow: 0px 4px 8px 4px rgba(252, 97, 128, .5);
        box-shadow: 0px 4px 8px 4px rgba(252, 97, 128, .5);
    }

    .frm-btn-3.succ:hover {
        -webkit-box-shadow: 0px 4px 8px 4px rgba(95, 142, 62, 0.5);
        -moz-box-shadow: 0px 4px 8px 4px rgba(95, 142, 62, 0.5);
        box-shadow: 0px 4px 8px 4px rgba(95, 142, 62, 0.5);
    }

    .frm-btn-3.succ.add-filter-btn[disabled] {
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none;
        background: rgba(95, 142, 62, 0.5);
    }
.empty-layout h1,
.empty-layout h2,
.empty-layout h3,
.empty-layout h4 {
    font-family: "Fredoka One", serif;
}

.empty-layout h1 {
    text-align: center;
    font-size: 56px;
}

.empty-layout input,
.empty-layout textarea {
    border: 1px solid transparent;
    border-radius: 0px;
    max-width: 370px;
    background: #f6fafd;
    padding: 6px 12px;
}


.empty-layout .checkbox input[type=checkbox] {
    margin-top: 10px;
    left:36%;
}
.empty-layout .checkbox label {
    position:absolute;
    left: 35%;
}


.empty-layout textarea {
    width: 370px;
}

.empty-layout .subtitle {
    font-size: 24px;
    font-weight:400;
}

a.frm-btn,
a.frm-btn-2,
a.frm-btn-3 {
    color: #fff;
    text-decoration: none;
}

    a.frm-btn:hover,
    a.frm-btn-2:hover,
    a.frm-btn-3:hover {
        text-decoration: none;
        color: #fff;
    }

.table > tbody > tr > td > a.frm-btn-3,
.additional-controls a.frm-btn-3,
.additional-controls button.frm-btn-3 {
    font-size: 12px;
    color: #ffffff;
    padding: 4px 18px;
}

.feature-info {
    background: url(images/bg-arrows.png) no-repeat;
    background-position: center center;
    background-size: 1797px 1842px;
    background-color: #f6fafd;
    padding-top: 60px;
    color: #333333;
    height: 2270px;
}
    .feature-info p {
        line-height: 28px;
        margin: 28px 0;
        text-indent: 2em;
    }

    .feature-info h1 {
        font-family: "Fredoka One", serif;
        font-weight: 400;
        font-size: 36px;
        line-height:40px;
    }

    .feature-info .col30 + .col30 {
        padding-left: 30px;
    }

    .feature-info .svg-icon {
        width: 115px;
        height: 115px;
        border-radius: 60px;
        background: #fff;
        margin: 0 auto;
        -webkit-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
        -moz-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
        box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
    }
        .feature-info .svg-icon .svg {
            margin-top: 36px;
            margin-left: 1px;
            height: 44px;
        }
        .feature-info .svg-icon .svg-2 {
            height: 56px;
            margin-top: 29px;
        }

    .feature-info .container,
    .feature-info-white .container,
    .main-content .container,
    .main-area-content .container {
        padding-left: 0;
        padding-right: 0;
    }
    .feature-info h3 {
        font-size: 18px;
        font-weight: 400;
        color: #555;
        margin-bottom: 0px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }
    .feature-feature {
        padding-left:10px;
        margin-top: 40px;
        display: inline-block;
        width: 270px;
        background: #fff;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
        -moz-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
        box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
    }


.main-area-content .feature-feature {
    padding-left: 0;
    width: 370px;
}
.main-area-content.packs-content .feature-feature {
    width: 350px;
}
.main-area-content .feature-feature .col-md-3{
    padding:0;
}
    .feature-feature h3,
    .feature-feature .subtitle {
        margin-left: 10px;
        font-size:18px;
    }
        .feature-feature .subtitle {
            font-size:14px;
            font-weight:bolder;
            margin-bottom:20px;
        }
            .feature-feature .row,
            .feature-feature .col-md-6 {
                padding: 0;
                margin: 0;
            }

.feature-feature .frm-btn,
.top-content .frm-btn {
    padding: 6px 25px;
}
    .feature-feature .frm-btn.installed,
    .top-content .frm-btn.installed {
        background-color: #833ab4;
    }
        .feature-feature .frm-btn-2 {
            margin-left: 15px;
            padding: 6px 20px;
        }
            .feature-feature .collection-controls {
                margin-top: 25px;
                margin-bottom: 20px;
            }

.feature-info-white {
    background: #fff;
    padding-top: 80px;
    color: #aaa;
}


    .feature-info-white p {
        line-height:32px;
    }
        .feature-info-white p.dashboard-description {
            padding-bottom:15px;
        }

        .feature-info-white .col30 + .col30 {
            padding-left: 30px;
        }

    .feature-info-white h3 {
        font-size: 26px;
        font-weight: 600;
        color: #3a3a3a;
        margin-top:0px;
    }
    .feature-info-white .conquer-box h3 {
        margin-bottom:50px;
    }
        .feature-info-white h2 {
            font-size: 16px;
            font-weight: 700;
            color: #686d71;
        }

.help-left-column {
    min-width: 370px;
    border: 2px solid #1dbefa;
    border-radius: 6px;
    padding: 20px;
    padding-top: 25px;
}
    .help-left-column a {
        font-size:24px;
        color:#555;
    }

    .help-left-column a.active,
    .help-left-column a:hover {
        color: #fcb045;
    }


    .help-content ul,
    .help-content ol,
    .main-area-content ul,
    .main-area-content ol,
    .feature-info-white ul,
    .feature-info-white ol {
        list-style-image: url('img/custom-bullet-green.png');
        margin-top: 20px;
    }
.help-content {
    font-size:18px;
    color:#aaa;
}
    .help-content .feature-preview-box {
        margin: 40px auto;
        width: 600px;
        height: auto;
        background: #fff;
        padding:10px;
        border-radius: 5px;
        -webkit-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
        -moz-box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
        box-shadow: 0px 0px 8px 4px rgba(223,223,223,.75);
    }

    .help-content .feature-preview-box img {
        width: 580px;
        max-width: 580px;
        height: auto;
    }
.help-content h1 {
    font-size:36px;
    text-align:left;
    margin:0;
}
    .help-content h2 {
        font-family:Roboto;
        font-size: 24px;
        font-weight:900;
        text-align: left;
        margin: 0;
        color:#555;
    }

    .help-content .article-chapeau {
        font-size: 14px;
        font-style: italic;
    }

.feature-info-white h3.dashboard-tagline {
    line-height: 45px;
    margin-top: -15px;
}

    .feature-info-white .col45 + .col55 {
        padding-left: 60px;
    }

.feature-feature-top {
    margin-top: 40px;
    display: inline-block;
    width: 370px;
    background: #fff;
    border-radius: 5px;
    border: 2px solid #1dbefa;
}
    .feature-feature-top .col-md-3 {
        padding: 0;
    }

.ui-dialog {
    padding: 0;
}

.ui-widget {
    font-size: 16px;
    color: #686d71;
}
.ui-widget.ui-widget-content {
    border-radius: 8px;
}
.ui-dialog .ui-dialog-buttonpane {
    display:none;
}

.ui-widget-header {
    color: #3a3a3a;
    font-weight: bold;
    border-width: 0px;
    border-style: solid;
    border-color: transparent;
    background: #fff;
    border-radius: 8px;
}

.ui-dialog .ui-dialog-title {
    font-size:28px;
    font-weight:400;
    margin-top:4px;
}
    .ui-widget-header .ui-button,
    .ui-widget-header .ui-button:hover {
        background-color: transparent;
        border: 0;
        outline: none;
    }

.ui-icon-closethick {
    background-image: url('img/icons/close.png') !important;
    background-position: left top !important;
    /*margin: 0 !important;*/
    margin-top: -10px !important;
    margin-left: -18px !important;
}

.ui-dialog .ui-dialog-titlebar-close, .ui-icon-closethick {
    width: 18px !important;
    height: 18px !important;
}

.ui-dialog .ui-dialog-titlebar-close {
    background: none !important;
    border: none !important;
}

    .ui-dialog .ui-dialog-titlebar-close, .ui-dialog .ui-dialog-titlebar-close:hover {
        padding: 0 !important;
    }

    .ui-widget-header .ui-icon-closethick,
    .ui-widget-header .ui-button:hover 
    .ui-icon-closethick {
        /*background-position: -96px -128px;*/
        background-position: 0 0;
    }

.ui-dialog-buttonpane .ui-button {
    color: #686d71;
    border: 1px solid #686d71;
    background: transparent;
    border-radius: 20px;
    margin: 0px 7px 5px 9px;
    font-size: 14px;
    vertical-align: top;
    padding: 1px 20px;
    height: 22px;
    line-height: 19px;
    outline: none;
}

    .ui-dialog-buttonpane .ui-button:hover {
        color: #FFF;
        border: 1px solid #04c65d;
        background: #04c65d;
    }
.searcbox-container {
    margin:20px 0;
}
    .searcbox-container input {
        width:100%;
    }

    .email-tracker-left-column .table > tbody > tr > td {
        border-top: 0;
        border-bottom: 1px solid #ddd;
        font-weight:700;
    }
.email-tracker-left-column .table > tbody > tr:last-child > td {
    border:0;
}

.email-tracker-left-column tr.active,
.email-tracker-left-column tr.active a{
    color: #04c65d;
}
.email-tracker-left-column td a:hover,
.email-tracker-left-column td a:active {
    text-decoration:underline;
}

.btn-google {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-family: "Roboto","Helvetica","Arial",sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 0;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}

    .btn-google.google-sign-in {
        background: #494faf;
        color: rgb(255,255,255);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        border-radius:4px;
    }

    .btn-google.google-sign-up {
        background: rgba(158,158,158,.2);
        box-shadow: 0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
        color: rgb(255,255,255);
        background-color: rgb(255,82,82);
    }

    .btn-google:hover,
    .btn-google:visited,
    .btn-google:active {
        text-decoration: none;
    }

.icon-circle {
    position: relative;
    width: 44px;
    height: 44px;
    border: 2px solid #04c65d;
    border-radius: 50%;
    color: #04c65d;
    border-width: 2px;
    box-sizing: border-box;
    text-align: center;
    display: inline-block;
    line-height: 40px;
    background-color: transparent;
}

    .icon-circle a {
        text-decoration: none;
        color: #fff;
        font-size: 30px;
    }


.navigation li.dropdown {
    margin-left:20px;
}

.dropdown-menu {
    box-shadow: 0px 1px 8px 1px rgba(223,223,223,.75);
    border:none;
}

    .dropdown-menu ul li .navbar-text {
        font-size: 16px;
        font-weight: 600;
    }
    .dropdown-menu ul li {
        width:100%;
        height:60px;
    }
    .dropdown-menu ul li:hover {
        background: transparent;
    }
        .dropdown-menu ul li .navbar-link {
            
            border-top: 1px solid #caccce;
            color: #686d71;
            font-weight:400;
            font-size:16px;
        }
            .dropdown-menu ul li .navbar-link:hover,
            .dropdown-menu ul li .navbar-link:active {
                background: transparent;
                color: #3a3a3a;
                text-decoration: underline;
            }
            .dropdown-menu ul li a {
                margin-left: 0;
            }
header.header .navigation .dropdown-menu ul li a.navbar-link {
    margin-left: 15px;
    margin-right: 15px;
    padding:20px 0;
}



    .table > tbody > tr > td > a.frm-btn-3:hover span,
    .table > tbody > tr:hover > td > a.frm-btn-3 span {
        text-decoration: none;
        color: #fff;
    }


.alert.alert-danger {
    max-width: 87%;
}

.form-horizontal {
    margin: 0;
}


.form-group {
    margin-bottom: 30px;
}


.search-container {
    padding: 0px 12px;
    display: inline-block;
    background:#fff;
    border-radius:4px;
    margin-bottom:50px;
    width:970px;
}
    .search-container .fa,
    .search-container span{
        color: #e3e3e3;
    }
    .search-container .input-place {
        color: #aaa;
        opacity: 0.8; /* Firefox */
        font-size: 18px;
        padding: 6px 14px;
        padding-top: 8px;
    }

    .search-container input[type="search"] {
        color: #555555;
        padding: 6px 12px;
        padding-top:12px;
        border: none !important;
        background: transparent;
        border-bottom: 1px solid transparent;
        width: 910px;
        box-shadow: none !important;
        -webkit-box-shadow: none !important;
        -moz-box-shadow: none !important;
        -moz-transition: none !important;
        -webkit-transition: none !important;
    }

.top-content .search-container,
.top-content .search-container input[type="search"] {
    background: #f6fafd
}
.top-content .search-container span.pr10 {
    background: #f6fafd
}
.menu-search-container {
    display: none;
    z-index: 2
}

    .menu-search-container input {
        background-color: transparent;
        border: none;
        font-size: 16px;
        outline: none
    }

    .menu-search-container a:first-child {
        padding-right: 10px
    }

    .menu-search-container.active {
        display: block
    }

.menu-search-close {
    color: black;
    top: 0;
    position: absolute;
    right: 85px;
}
.top-content .menu-search-close {
    right:60px;
}

.menu-search-close i.fa fa-close {
    color: black
}

.search-sub-menu {
    position: absolute;
    background: #fff;
    width: 970px;
    /* margin-top: 10px; */
    color: black;
    font-weight: 100;
    padding: 15px 0 5px;
    z-index: 1;
    left: 115px;
}
.top-content .search-sub-menu {
    left:100px;
}

.search-sub-menu h3 {
    font-size: 16px;
    font-weight: 100;
    margin-top: 0;
    padding-left: 28px;
    margin-bottom: 10px
}

    .search-sub-menu ul {
        margin: 0;
        padding: 0;
        width: 100%
    }

        .search-sub-menu ul li {
            display: block;
            text-align: left;
            padding-bottom: 1px;
            margin: 0;
            text-indent: 50px
        }

            .search-sub-menu ul li a {
                font-size: 14px;
                width: 100%;
            }

            .search-sub-menu ul li:not(:last-child):hover {
                background-color: #f2f2f2;
                color: #3fbbc0
            }

            .search-sub-menu ul li a:first-child {
                float: none;
                padding-right: 0
            }

.search-sub-menu {
    background: #f8f9fa;
    box-shadow: 0 6px 6px 0 rgba(224, 224, 224, .78);
    transition: all .6s ease;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    will-change: transform;
    -webkit-transform: scale(1) translateZ(0);
    transform: scale(1) translateZ(0);
    border-radius: 5px
}

.item-search {
    margin: 0;
    padding-bottom: 2px;
    background-color: #fff
}

#showMoreSearch {
    text-decoration: none
}

    #showMoreSearch:hover {
        cursor: pointer;
        color: #3fbbc0
    }

#result .search-sub-menu ul li {
    display: block;
    text-align: left;
    padding-bottom: 10px;
    margin: 0;
    text-indent: 37px
}

.tt-highlight {
    font-weight: bold !important
}

.link-pack:hover, a.link-pack:hover, a.link-collection:hover. .menu-search-close a:hover {
    color: #3fbbc0 !important;
    text-decoration: none
}

a.link-pack {
    color: #000 !important
}

#result a:hover {
    text-decoration: none;
    color: #3fbbc0 !important
}

.title {
    margin-bottom: 50px;
    margin-top: 60px;
    display: block;
    width: 100%;
    padding: 0;
    font-size: 21px;
    line-height: inherit;
    color: #333;
    border: 0;
    border-bottom: 1px solid #e5e5e5;
}

.subtitle {
    font-size: 18px;
    color: #aaa;
    font-family: "Roboto";
    white-space: nowrap;
}

.loadingIF .subtitle {
    font-size: 12px;
}
input[type="text"]::placeholder,
input[type="email"]::placeholder,
input[type="search"]::placeholder,
textarea::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #aaaaaa;
    opacity: 0.8; /* Firefox */
    font-size: 18px;
    font-family: 'Roboto';
}

input[type="text"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #e3e3e3;
    font-size: 18px;
    font-family: 'Roboto';
}

input[type="text"]::-ms-input-placeholder,
input[type="search"]::-ms-input-placeholder { /* Microsoft Edge */
    color: #e3e3e3;
    font-size: 18px;
    font-family: 'Roboto';
}

.panel-default {
    border: 0px solid transparent;
}

    .panel-default .input-container {
        width: 350px;
    }

    .panel-default > .panel-heading {
        background-color: transparent;
        border: 0px solid transparent;
        background: url(/Content/images/chevron-down.png) center right no-repeat;
    }

        .panel-default > .panel-heading.inside {
            background: url(/Content/images/Chevron.png) center right no-repeat;
        }


.text-in-circle {
    font-family: 'Roboto',Helvetica,Arial,sans-serif;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    font-size: 18px;
    font-weight: 400;
    color: #99abb4;
    line-height: 28px;
    text-align: center;
    background: #fff;
    border: 1px solid #99abb4;
    text-transform: uppercase;
    display: inline-block;
}


input[type="text"],
input[type="text"]:focus,
input[type="email"],
input[type="email"]:focus,
input[type="password"],
input[type="password"]:focus {
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -moz-transition: none;
    -webkit-transition: none;
}

.full-content-wrapper {
    height: 87vh;
    overflow: hidden;
    width: 100%;
    position: relative;
    top: -11px;
}
.empty-layout .full-content-wrapper {
    height: 79vh;
}

    .full-content {
        background: transparent;
        color: #000;
        height: 100%;
    }


.error-header {
    font-family: "Fredoka One", serif;
    font-size: 36px;
    color: #555;
    font-weight: 200;
}

.error-content {
    background-color: transparent;
    color: #000;
    min-height:80vh;
}

    .error-content h1 {
        font-family: "Fredoka One", serif;
        font-weight: 400;
        font-size: 44px;
        margin-top: 90px;
    }

    .error-content h3 {
        font-weight: 200;
        font-size: 18px;
    }

    .error-content h3 {
        font-weight: 400;
        font-size: 24px;
        color: #aaa;
        margin-top:60px;
    }

    .error-content .section-1 {
        font-family: "Roboto";
        margin-top: 60px;
        line-height: 32px;
        font-size: 18px;
        font-weight: 600;
    }

    .error-content .section-2 {
        font-size: 16px;
        font-weight: 400;
    }

    .error-content .section-3 {
        font-family: "Fredoka One", serif;
        font-size: 16px;
        font-weight: 400;
        line-height: 32px;
    }

    .error-content ul {
        margin-top: 40px;
        list-style: none;
        padding-inline-start: 0;
    }

        .error-content ul li,
        .error-content ul li a {
            color: #99abb4;
            font-size: 16px;
            font-weight: 400;
            line-height: 30px;
            font-family: Roboto;
            text-decoration: none;
        }

    .error-content .section-2 {
        margin-top: 40px;
        line-height: 24px;
    }

        .error-content .section-2 #socialLoginList {
            margin-top: 40px;
        }
