﻿@charset "utf-8";

/*
------------------------------------------------------------
Project Name : ECPI.com.au;
------------------------------------------------------------
*/


@font-face {
    font-family: 'ProximaNova';
    src: url('../fonts/ProximaNova-Light.eot');
    src: url('../fonts/ProximaNova-Light.eot') format("embedded-opentype"), url('../fonts/ProximaNova-Light.woff') format("woff"), url('../fonts/ProximaNova-Light.ttf') format("truetype"), url('../fonts/ProximaNova-Light.svg') format("svg");
    font-style: normal;
    font-weight: 200;
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url('../fonts/ProximaNova-Regular.eot');
    src: url('../fonts/ProximaNova-Regular.eot') format("embedded-opentype"), url('../fonts/ProximaNova-Regular.woff2') format("woff2"), url('../fonts/ProximaNova-Regular.woff') format("woff"), url('../fonts/ProximaNova-Regular.ttf') format("truetype"), url('../fonts/ProximaNova-Regular.svg') format("svg");
    font-style: normal;
    font-weight: 400;
}

@font-face {
    font-family: 'ProximaNovaBold';
    src: url('../fonts/ProximaNova-Bold.eot');
    src: url('../fonts/ProximaNova-Bold.eot') format("embedded-opentype"), url('../fonts/ProximaNova-Bold.woff2') format("woff2"), url('../fonts/ProximaNova-Bold.woff') format("woff"), url('../fonts/ProximaNova-Bold.ttf') format("truetype"), url('../fonts/ProximaNova-Bold.svg') format("svg"); /* Legacy iOS */
    font-style: normal;
    font-weight: 700;
}

/* General 
--------------------------------------------------------------------------------------------------------*/
*, *:focus {
    outline: none;
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
}

a, #header, #mainNavigation, #mainNavigation li a:after, .container, .logo img, .banner .owl-dot, .banner .owl-dot span, .btn:after, #mainNavigation ul ul {
    transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

html, body {
    height: 100%;
}

body {
    font-size: 14px;
    line-height: 18px;
    font-family: 'ProximaNovaRegular', arial;
    color: #566262;
}

.wrapper {
    min-height: 100%;
    padding: 0;
    padding-top: 100px;
    overflow-x: hidden;
}

.content-wrapper {
    max-width: 980px;
    margin: 0 auto;
}

a {
    color: #595959;
    text-decoration: none !important;
    outline: none !important;
}

    a:hover {
        text-decoration: none !important;
    }

.hr-line {
    border: 0;
    border-top: solid 1px #999;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 1.2em;
    padding: 0 0 20px;
    margin: 0;
    font-weight: normal;
}

h1 {
}

h2 {
    font-size: 4.28em;
}

h3 {
    font-size: 3.42em;
}

h4 {
    font-size: 2.57em;
}

h5 {
    font-size: 2.14em;
}

h6 {
    font-size: 1.28em;
}

p {
    padding: 0 0 20px;
    margin: 0;
}

    p a {
        color: #05a3da;
    }

        p a:hover {
            color: #05a3da;
        }

    p b {
        font-weight: bold;
    }

    p i {
        font-style: italic;
    }

    p u {
        text-decoration: underline;
    }

    p span {
        display: block;
    }

input[type=text], input[type=email], input[type=password], textarea {
    -webkit-appearance: none;
    appearance: none;
}
/*
.container {
    max-width: 1010px;
}
*/

/*.btn {
    border: 0;
    outline: none !important;
    box-shadow: 0 !important;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
    display: inline-block;
}
*/

.btn {font-family: 'ProximaNovaRegular', arial; font-size: 1.286em; line-height: 1.23em; border: 0; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; padding: 14px 26px; text-transform: uppercase; cursor: pointer; color: #fff; outline: none !important;  position:relative; box-shadow:none!important; -moz-box-shadow:none!important; -webkit-box-shadow:none!important;}

.btn-lg {
    font-size: 1.71em;
    padding: 14px 30px;
}

.btn:after {
    position: absolute;
    height: 0;
    width: 100%;
    left: 0;
    top: 50%;
    z-index: 1;
    content: "";
}

.btn:hover:after {
    height: 100%;
    top: 0;
}

.btn span {
    position: relative;
    z-index: 2;
}

.btn-default, .btn-default:hover, .btn-default:focus {
    background: none;
    color: #566262;
    border: solid 1px #d6d6d6;
}

    /*.btn-default:after {
        background: #d6d6d6;
    }*/

.btn-primary, .btn-primary:hover, .btn-primary:focus {
    background: #05a3da;
    color: #fff;
}
/*.btn-primary:after{background: #0494c6;}*/

/*.btn-info, .btn-info:hover, .btn-info:focus {
    background: #435565;
    color: #fff;
}

    .btn-info:after {
        background: #54697b;
    }
*/

.btn-info, .btn-info:focus{color:#FFF; background:#e6af2a; border: 1px solid #fff;}
.btn-info:hover{background:#d29c1a; border: 1px solid #fff;}

.btn-liveChat, .btn-liveChat:hover, .btn-liveChat:focus {
    background: none;
    color: #566262;
    border: solid 1px #d6d6d6;
}

/* Header
--------------------------------------------------------------------------------------------------------*/
#header{position:fixed;width:100%;left:0;top:0;z-index:3; padding: 9px 0; background: #fff;}
.small-header #header{box-shadow:0 0 5px #cacaca;}
.inner-header #header{box-shadow:0 0 5px #cacaca;}
.login-info{ text-align:right; padding:0 0 10px; float: right;}
.header-btn-outer{position: relative; display: inline-block;}
.login-info .btn{margin-left:10px; text-transform: uppercase; font-family:'ProximaNovaBold'; padding:6px 10px; font-size: 1em; font-family:'ProximaNovaBold'; background:#05a3da;}
.login-info .btn:hover{background:#0189b8;}
.login-info .btn img{vertical-align:-7px; margin-left: 5px;}
.helpline {color:#656565; font-size:1.285em; font-family:'ProximaNova'; vertical-align: sub;}
.helpline > img {margin-right:5px;vertical-align:sub; }
.helpline strong {font-family:'ProximaNovaBold'; text-transform: none;}


/* MainNavigation
--------------------------------------------------------------------------------------------------------*/
.navbar{border-radius: 0; -moz-border-radius: 0; -webkit-border-radius: 0; font-family: 'ProximaNovaBold'; text-transform: uppercase; margin-bottom: 0;}
.navbar-brand{height: auto; padding: 0; margin:13px 0 0!important;}
.navbar .nav > li{margin-left: 4px;}
.navbar .nav > li > a, .navbar .nav>li>a:focus{color:#05a3da; padding: 8px 11px; border:1px solid transparent; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; display: block; line-height: 17px; background: none;}
.navbar .nav > li > a .caret{margin-top: -1px; display:none;}
.navbar .nav>li.active>a, .navbar .nav>li:hover>a, .navbar .nav .open>a, .navbar .nav .open>a:focus, .navbar .nav .open>a:hover{border-color:#d3d3d3; color:#656565; background: none;}
.navbar .nav>li>a:hover{background: none; color:#656565;}
.navbar .nav>li.hover>a{border-radius: 4px 4px 0 0; -moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0;}

.navbar .nav > li ul.dropdown-menu{border-color:#d3d3d3; box-shadow:0 2px 2px #298bd2; -moz-box-shadow:0 2px 2px #298bd2; -webkit-box-shadow:0 2px 2px #298bd2; border-radius:0 4px 4px; -moz-border-radius: 0 4px 4px; -webkit-border-radius: 0 4px 4px; padding: 0; overflow: hidden; margin-top: -1px;}
.navbar .nav > li ul.dropdown-menu a{padding: 8px 15px; font-size: 13px; line-height: 16px; color:#298bd2;}
.navbar .nav > li ul.dropdown-menu a:hover{color:#fff; background: #59be45;}

@media (min-width:768px){
	ul.navbar-nav{padding-left:18px;}
}
@media (min-width:1024px){
	ul.navbar-nav{padding-left:18px;}
}


/* Banner
--------------------------------------------------------------------------------------------------------*/

#banner{padding: 45px 0 0px;
	background: #05a3da;
	background: -moz-linear-gradient(top,  #05a3da 0%,  #026587 100%);
	background: -webkit-linear-gradient(top,  #05a3da 0%, #026587 100%);
	background: linear-gradient(to bottom,  #05a3da 0%, #026587 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#05a3da', endColorstr='#026587',GradientType=0 );
}
.slides{position: relative; bottom: 0px; margin-bottom: 0;}
.slides li{float: left; width: 100%; position: relative;}
.slides .banner-img{float: left;}
.slides .play-btn{position: absolute; left: 50%; top: 50%; margin: -60px 0 0 -160px ;}
.slides .content{float: right;  text-align: right; padding:35px 0 10px; color: #fff; text-transform: uppercase; font-family: 'ProximaNovaBold', arial;}
.slides .content p{font-size: 2.3em; line-height: 1.135em; color: #fff;}
.slides .content h2{font-size: 3.85em; line-height: 1.115em; padding: 0;}
.slides .content h4{font-size:1.715em; line-height:1.67em; /*font-size:24px; line-height:40px;*/ font-family: 'ProximaNovaRegular', arial; padding: 0 0 40px;}
.slides .content h4 span{font-size: 36px; font-family: 'ProximaNovaBold', arial; color: #e6af2a;vertical-align: middle;}
.slides .content .btn{margin-left: 10px;}

/* availability form
--------------------------------------------------------------------------------------------------------*/
.availability {
    /*background: rgba(30, 36, 42, 0.50);
    ;*/
	background: #e4e7ea;
    padding: 15px 0;
    /*border-radius: 6px;*/
    position: relative;
    z-index: 2;
    margin: 0px auto 0;
    /*max-width: 980px;*/
}

    .availability .form-horizontal {
        padding: 0 15px;
    }

    .availability .form-group {
        margin-bottom: 0;
    }

    .availability .control-label {
        padding: 0;
        font-size: 1.285em;
        line-height: 2.44em;
        font-family: 'ProximaNovaRegular', arial;
        /*color: #fff;*/
        font-weight: normal;
    }

    .availability .form-control {
        border: 0;
        background: #fff;
        font-size: 1.285em;
        line-height: 1.22em;
        height: 44px;
        padding: 8px 15px;
        border-radius: 0;
    }

    .availability .input-group-addon {
        padding: 0;
        border: 0;
        background: none;
    }

        .availability .input-group-addon .btn {
            padding: 0 26px;
            height: 44px;
            font-size: 1.285em;
            line-height: 1.22em;
        }

    .availability .btn {
        border-radius: 0px 4px 4px 0;
    }

/* Main Content
--------------------------------------------------------------------------------------------------------*/
.content-section {
    padding: 90px 0 70px;
    text-align: center;
}

.grey-bg {
    background: #eceff2;
}

.content-section .content-heading {
    color: #435565;
    text-transform: uppercase;
    font-family: 'ProximaNovaBold';
    font-weight: 700;
    padding: 0 0 10px;
    position: relative;
}

    .content-section .content-heading:after {
        content: '';
        background-color: #05a3da;
        position: absolute;
        left: 0px;
        right: 0;
        bottom: 10px;
        margin: auto;
        height: 3px;
        width: 115px;
    }

.help.content-section .content-heading:after {
    content: '';
    display: none;
}

.content-section .content-subheading {
    padding: 0 0 50px;
}

.pb0 {
    padding-bottom: 0 !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pb37 {
    padding-bottom: 37px !important;
}

.mt40 {
    margin-top: 40px;
}

.setup {
    overflow: hidden;
}

.devices {
    position: relative;
}

    .devices img {
        display: block;
        max-width: 100%;
    }

    .devices .imac {
        width: 70%;
        margin: 0 auto;
    }

    .devices .ipad {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -22% 0 0 13%;
        width: 40%;
    }

    .devices .iphone {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -4.3% 0 0 -38%;
        width: 13%;
    }

.thumbnail {
    border: 0;
    border-radius: 0;
}

    .thumbnail .caption {
        color: #566262;
    }

    .thumbnail .img-block-outer {
        min-height: 135px;
    }

    .thumbnail .img-block {
        width: 114px;
        height: 114px;
        border-radius: 100%;
        border: solid 2px #00b1de;
        display: inline-block;
        padding: 17px;
        transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        -webkit-transition: all .3s ease-in-out;
        margin-top: 8px;
    }

        .thumbnail .img-block:hover {
            width: 130px;
            height: 130px;
            padding: 25px;
            margin-top: 0;
        }

    /*.thumbnail .img-block img{transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out;}*/
    /*.thumbnail .img-block:hover img{transform: rotate(360deg) scale(0.9); -moz-transform: rotate(360deg) scale(0.9); -webkit-transform: rotate(360deg) scale(0.9);}*/
    .thumbnail h6 {
        font-family: 'ProximaNovaBold';
        font-weight: 700;
        color: #435565;
        padding: 0 0 10px 0;
    }

    .thumbnail p {
        font-size: 1.14em;
    }

.img-section {
    display: table;
    height: 515px;
    width: 100%;
    position: relative;
    color: #fff;
    text-align: center;
    overflow: hidden;
}

    .img-section .background {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

        .img-section .background:after {
            position: absolute;
            left: 0;
            top: 0;
            height: 100%;
            width: 100%;
            content: "";
            background: rgba(49,70,92,0.7);
        }

    .img-section .img-section-content {
        display: table-cell;
        vertical-align: middle;
        padding: 15px 0;
        position: relative;
        z-index: 2;
    }

    .img-section .content-heading {
        font-family: 'ProximaNovaBold';
        font-weight: 700;
        padding: 0 0 10px;
    }

    .img-section h5 {
        padding: 0 80px;
    }

.testimonials .clients-img {
    border-radius: 100%;
    margin-bottom: 10px;
    transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out;
}

    .testimonials .clients-img:hover {
        transform: scale(1.05);
        -moz-transform: scale(1.05);
        -webkit-transform: scale(1.05);
    }

#howitworks .steps {
    display: table;
    margin: 0 auto 20px;
}

    #howitworks .steps li {
        display: table-cell;
        text-align: center;
        padding: 0 25px;
        position: relative;
    }

        #howitworks .steps li:after {
            position: absolute;
            content: "";
            width: 32px;
            height: 21px;
            background: url(../images/setp-arrow.png) 0 0 no-repeat;
            right: -16px;
            top: 70px;
        }

        #howitworks .steps li:last-child:after {
            display: none;
        }

        #howitworks .steps li .step-icon {
            display: inline-block;
            border-radius: 144px;
            border: solid 4px #05a3da;
            overflow: hidden;
            text-align: center;
            padding: 26px;
        }

            #howitworks .steps li .step-icon img {
                width: 84px;
                height: auto;
                display: block;
            }

    #howitworks .steps h6 {
        font-family: 'ProximaNovaBold';
        font-weight: 700;
    }

.step-no {
    background: #05a3da;
    color: #fff;
    width: 112px;
    height: 112px;
    border-radius: 112px;
    text-align: center;
    display: table;
    margin: 0 auto;
}

    .step-no h4 {
        padding: 0;
        display: table-cell;
        vertical-align: middle;
        text-transform: uppercase;
    }

        .step-no h4 span {
            display: block;
            font-size: 0.5em;
            line-height: 1em;
        }

.help.content-section .content-heading {
    text-transform: none;
    color: #566262;
}

/* Socail Icons
--------------------------------------------------------------------------------------------------------*/
.social-icons {
    text-align: center;
}

    .social-icons li {
        display: inline-block;
        padding: 0 2px;
    }

        .social-icons li a {
            display: block;
            text-align: center;
            width: 20px;
            height: 20px;
            line-height: 20px;
            font-size: 16px;
            color: #fff;
            border: solid 1px #fff;
        }

            .social-icons li a:hover {
                background: #fff;
                color: #333;
            }


/* Faq Page
--------------------------------------------------------------------------------------------------------*/
.innerpage-banner {
    min-height: 350px;
}

    .innerpage-banner > img {
        top: 0px !important;
    }

    .innerpage-banner h2 {
        position: absolute;
        z-index: 1;
        font-size: 60px;
        line-height: 70px;
        text-align: center;
        width: 100%;
        left: 0;
        bottom: 0;
        color: #fff;
        font-family: 'ProximaNovaBold';
    }

    .innerpage-banner .availability {
        margin-top: 160px;
    }

.page-content {
    padding: 0 15px 50px;
}

.page-name {
    font-size: 2.57em;
    color: #435565;
    border-bottom: solid 1px #98a5b3;
    padding: 0 0 10px;
    margin: 30px 0;
}

.accordion-outer {
    padding: 30px 0;
}

.accordion-heading {
    background: #f2f2f2;
    border: 1px solid #dddddd;
    position: relative;
    cursor: pointer;
    color: #1c4765;
    margin-top: 8px;
    border-radius: 4px;
    padding: 8px 8px 8px 25px;
    font-size: 1.142em;
    line-height: 1.25em;
    color: #566262;
}

    .accordion-heading span {
        position: absolute;
        top: 12px;
        left: 8px;
        background: url(../images/ar_down.png) 0px 0px no-repeat;
        height: 11px;
        width: 11px;
    }

    .accordion-heading.openheader span {
        position: absolute;
        top: 12px;
        left: 8px;
        background: url(../images/ar_up.png) 0px 0px no-repeat;
        height: 11px;
        width: 11px;
    }

    .accordion-heading.openheader {
        border-radius: 4px 4px 0px 0px;
    }

.accordion-content {
    border: 1px solid #dddddd;
    border-top: none;
    text-align: justify;
    padding: 13px 15px 3px;
    border-radius: 0px 0px 4px 4px;
    font-size: 1.142em;
    line-height: 1.25em;
}

    .accordion-content p {
        padding: 0 0 10px;
    }

        .accordion-content p a {
            color: #2ba9e8;
        }

            .accordion-content p a:hover {
                color: #59be45;
            }

    .accordion-content ul {
        padding: 0 0 5px 10px;
    }

        .accordion-content ul li {
            padding: 0 0 5px 15px;
            position: relative;
        }

            .accordion-content ul li:before {
                position: absolute;
                width: 7px;
                height: 7px;
                content: "";
                border-radius: 7px;
                -moz-border-radius: 7px;
                -webkit-border-radius: 7px;
                background: #7b7b7b;
                left: 0;
                top: 7px;
            }

    .accordion-content ol {
        padding: 0 0 5px 25px;
    }

        .accordion-content ol li {
            padding: 0 0 5px 0;
            position: relative;
            list-style-type: decimal;
        }

    .accordion-content .table {
        min-width: 1000px;
    }



.subscribe-block {
    background: #eceff1;
    padding: 10px 15px;
    margin: 0 0 50px;
}

.year-month .form-group {
    margin: 0 20px 0 0;
}

    .year-month .form-group label {
        font-weight: normal;
        padding-right: 5px;
    }

    .year-month .form-group .form-control {
        font-size: 1em;
        line-height: 1.2em;
        height: 32px;
        min-width: 100px;
    }

.subscribe-block .btn {
    border-radius: 4px;
}

.link {
    color: #05a3da;
}

    .link:hover {
        color: #cccccc;
    }

.sub-heading {
    border-bottom: solid 1px #d1d2d2;
    color: #575e60;
    font-family: "ProximaNovaBold";
    padding: 0 0 10px;
    margin: 20px 0 10px;
}

    .sub-heading span {
        display: inline-block;
        font-size: 0.777em;
        font-family: "ProximaNovaRegular";
        color: #8d9294;
    }


.nav-tabs {
    background: #e4e7ea;
    border-bottom: solid 1px #05a3da;
}

    .nav-tabs li {
        margin: 0;
    }

        .nav-tabs li a {
            color: #646d70 !important;
            border-radius: 0 !important;
            border: 0 !important;
            margin: 0 !important;
            padding: 10px 15px 8px;
        }

            .nav-tabs li a:hover {
                background: #eceff2;
            }

        .nav-tabs li.active > a {
            background: #05a3da !important;
            color: #fff !important;
        }

    .nav-tabs .dropdown {
        float: right;
    }

        .nav-tabs .dropdown .dropdown-toggle {
            background: #05a3da !important;
            padding: 6px 10px;
            cursor: pointer !important;
        }

            .nav-tabs .dropdown .dropdown-toggle span {
                display: block;
                width: 20px;
                height: 3px;
                background: #fff;
                margin: 4px 0;
            }

    .nav-tabs .dropdown-menu {
        padding: 0;
        border-radius: 0;
    }

        .nav-tabs .dropdown-menu li a {
            padding: 5px 10px;
        }

.tab-content {
    padding: 15px 0;
}

.page-content .table > thead {
    background-color: #435565;
    border: 1px solid #435565;
}

    .page-content .table > thead tr th, .page-content .table > thead tr th a {
        color: #fff;
    }

/*.page-content .table tbody {
    border: 1px solid #cccccc;
    border-top: 0px;
}*/

    /*.page-content .table tbody td {
        vertical-align: middle;
         border: 1px solid #cccccc;
         border-collapse:collapse !important;
    }*/
.tbodyShareStructure {
      border: 1px solid #cccccc;
         border-collapse:collapse !important;
}
.datalistShareStructure table tr td {
     vertical-align: middle;
         border: 1px solid #cccccc;
         border-collapse:collapse !important;
}

.legal-docs .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.legal-docs .table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color: #eeeeee;
}

.legal-docs .table > thead > tr > th {
    border-bottom: 0px;
}

.legal-docs .table .btn {
    padding: 4px 10px;
}

/* ------------------------------------- */
section.pt50 {
    padding-top: 50px;
}


.steps {
    margin-bottom: 30px;
}

    .steps .owl-stage {
        border-bottom: 6px solid #05a3da;
    }

    .steps .owl-item:not(:last-child) {
        border-right: solid 1px #c5c8cb;
    }

    .steps li a {
        background: #e4e7ea;
        display: block;
        text-align: center;
        color: #646d70 !important;
        padding: 15px 10px;
        text-decoration: none;
        height: 110px;
        box-sizing: border-box;
        font-size: 1.06666em;
        line-height: 1.38em;
    }

        .steps li a:hover {
            background: #eceff2;
        }

        .steps li a span {
            display: block;
            width: 31px;
            height: 31px;
            margin: 0 auto;
            line-height: 31px;
            border-radius: 35px;
            -moz-border-radius: 35px;
            -webkit-border-radius: 35px;
            margin-bottom: 10px;
            background: #435565;
            color: #fff;
            font-size: 1.6em;
            font-weight: 700;
            font-family: 'ProximaNovaBold';
        }

        .steps li a em {
            font-style: normal;
        }

    .steps li.active a {
        background: #05a3da;
        cursor: default;
        color: #fff !important;
    }

        .steps li.active a span {
            background: #fff;
            color: #05a3da;
        }

         .steps li.complete a {
        background: #8BC34A;
        /*cursor: default;*/
        color: #fff !important;
    }

        .steps li.complete a span {
            background: #fff;
            color: #8BC34A;
        }

    .steps .owl-nav {
        height: 0;
        top: 0;
        position: absolute;
        left: -30px;
        right: -30px;
    }

        .steps .owl-nav div {
            width: 30px;
            height: 116px;
            background: #cfd0d2;
            text-indent: -9999px;
            overflow: hidden;
            position: relative;
        }

            .steps .owl-nav div:hover {
                background: #bebebe;
            }

        .steps .owl-nav .owl-prev {
            border-radius: 5px 0 0 5px;
            -moz-border-radius: 5px 0 0 5px;
            -webkit-border-radius: 5px 0 0 5px;
            float: left;
        }

            .steps .owl-nav .owl-prev:after {
                content: "";
                position: absolute;
                border-right: solid 8px #71787f;
                border-top: solid 8px transparent;
                border-bottom: solid 8px transparent;
                top: 50%;
                left: 11px;
                margin-top: -8px;
            }

        .steps .owl-nav .owl-next {
            border-radius: 0 5px 5px 0;
            -moz-border-radius: 0 5px 5px 0;
            -webkit-border-radius: 0 5px 5px 0;
            margin-left: -1px;
            float: right;
        }

            .steps .owl-nav .owl-next:after {
                content: "";
                position: absolute;
                border-left: solid 8px #71787f;
                border-top: solid 8px transparent;
                border-bottom: solid 8px transparent;
                top: 50%;
                left: 12px;
                margin-top: -8px;
            }



/*.register .form-group{margin-bottom: 40px;}*/
.login-content .form-group {
    margin-bottom: 10px;
}

.page-content .form-group h6 {
    background: #e4e7ea;
    padding: 12px;
    margin-bottom: 25px;
    color: #566262;
}

.page-content .form-group p {
    padding: 0 0 15px;
    color: #566262;
}

    .page-content .form-group p a {
        color: #2ba9e8;
    }

        .page-content .form-group p a:hover {
            color: #59be45;
        }

.page-content .control-label {
    font-weight: normal;
    font-size: 1.142em;
	line-height: 40px;
}

.page-content .value-label {
    font-weight: normal;
    font-size: 1.142em;
    line-height: 40px;
    margin: 0;
    font-family: "ProximaNovaBold";
}

.page-content .form-control {
    border: #d8d8d8 1px solid;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    color: #566262;
    padding: 6px;
    height: 40px;
    box-shadow: none;
    font-size: 1.28em;
    line-height: 1.2em;
}

    .page-content .form-control:focus {
        border-color: #b7b7b7;
    }

.page-content .mt10 {
    margin-top: 10px;
}

.page-content .radio-inline {
    font-size: 1.28em;
    line-height: 1.2em;
    color: #566262;
}

.page-content .form-control[disabled], .page-content .form-control[readonly], .page-content fieldset[disabled] .form-control {
    background: #fcfcfc;
}

.form-controls .form-control-outer {
    margin-bottom: 10px;
}

    .form-controls .form-control-outer span {
        color: #e59242;
        padding-top: 13px;
        display: inline;   /*Changes in after payment completed radio button text alignment*/
    }

.buttonText {
    color: #fff !important;
    padding-top: 0 !important;
}

.page-content .calendar-input {
    position: relative;
}

    .page-content .calendar-input .form-control {
        padding-right: 50px;
    }

    .page-content .calendar-input:after {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 47px;
        content: "";
        background: #71787f url(../images/calendar-icon.png) center center no-repeat;
    }


.page-content .table .form-control {
    height: 30px;
    font-size: 1em;
    line-height: 1.2em;
    margin: 0;
}

.page-content .table select.form-control {
    width: 80%;
    display: inline-block;
}

.page-content .btn-outer .btn {
    border-radius: 4px;
    font-family: "ProximaNovaBold";
    font-size: 1.28em;
    padding: 10px 28px;
}

.page-content .share-table .table > thead {
    background-color: #eceff1;
    border: 1px solid #eceff1;
}

    .page-content .share-table .table > thead tr > th {
        color: #566262;
        font-size: 1em;
        font-family: "ProximaNovaBold";
        font-weight: 700;
        padding: 15px 8px;
    }

.page-content .share-table .table tbody {
    border: 0px;
}

.share-table .table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fff;
}

.share-table .table-striped > tbody > tr:nth-of-type(2n+2) {
    background-color: #f5f7f8;
}

.share-table .table > tbody > tr > td,
.share-table .table > tbody > tr > th,
.share-table .table > tfoot > tr > td,
.share-table .table > tfoot > tr > th,
.share-table .table > thead > tr > td,
.share-table .table > thead > tr > th {
    border: none;
}


/* Footer
--------------------------------------------------------------------------------------------------------*/
#footer {
    padding: 35px 0 100px;
    background: #eceff1 url(../images/footerbg.png) bottom center repeat-x;
    width: 100%;
    color: #666;
    position: relative;
    z-index: 8;
}

    #footer h5 {
        color: #6b767f;
        font-size: 1.07em;
        font-weight: normal;
        text-transform: uppercase;
        line-height: 1em;
        padding: 0 0 11px 0;
    }

    #footer strong {
        font-weight: normal;
        font-family: 'ProximaNovaRegular';
    }

    #footer p {
        padding: 0;
    }

    #footer .maillink {
        color: #666666;
    }

        #footer .maillink:hover {
            color: #3b93d0;
        }

    #footer .footer-right a {
        color: #3b93d0;
    }

        #footer .footer-right a:hover {
            color: #6b767f;
        }

.footer-links {
    margin-bottom: 5px;
}

    .footer-links li {
        float: left;
        padding-right: 25px;
        position: relative;
    }

        .footer-links li:after {
            content: "|";
            position: absolute;
            right: 12px;
            top: -1px;
            font-size: 16px;
            color: #3b93d0;
        }

        .footer-links li:last-child {
            padding-right: 0;
        }

            .footer-links li:last-child:after {
                display: none;
            }

#footer .copytight {
    padding-bottom: 10px;
}

#footer .small-text {
    font-size: 0.85em;
    line-height: 1.33em;
    padding-bottom: 20px;
}

.footer-box h4 {
    color: #666666;
    font-size: 1.28em;
    line-height: 1.22em;
    padding-bottom: 5px;
}

.footer-box h3 {
    color: #6b767f;
    font-size: 1.71em;
    line-height: 1em;
    font-weight: normal;
}

.sociallink a {
    width: 29px;
    height: 29px;
    display: inline-block;
    margin-right: 10px;
    background: url(../images/social.png) 0px 0px no-repeat;
}

    .sociallink a:hover {
        opacity: 0.8;
    }

    .sociallink a:last-child {
        margin-right: 0;
    }

    .sociallink a.twt {
        background-position: 0px 0px;
    }

    .sociallink a.fb {
        background-position: -37px 0px;
    }

    .sociallink a.gp {
        background-position: -74px 0px;
    }

    .sociallink a.in {
        background-position: -111px 0px;
    }
/*Tolltip changes Start*/
a.help, a.help2 {
    position: absolute;
    top: 7px;
    right: 7px;
    display: block;
    height: 20px;
    width: 20px;
    background: url(../images/ic-help.png) 0px 0px no-repeat; /*transition: all ease 0.2s; -moz-transition: all ease 0.2s; -webkit-transition: all ease 0.2s;*/
}

    a.help:hover, a.help2:hover {
        background-position: 0px -20px;
    }

.tooltip, .tooltip2{
    display: none;
}

    .tooltip ul {
        padding: 10px 5px;
    }

    .tooltip li .que {
        padding-bottom: 5px;
    }

    .tooltip li .ans {
        padding-bottom: 15px;
    }

    .tooltip li ul {
        padding: 10px 25px 0px;
    }

        .tooltip li ul li {
            list-style-type: disc;
            padding: 2px 0px;
        }

        .tooltip li ul.num li {
            list-style-type: decimal;
            padding: 2px 0px;
        }

        .tooltip li ul.ualpha li {
            list-style-type: upper-alpha;
            padding: 2px 0px;
        }

        .tooltip li ul.lalpha li {
            list-style-type: lower-alpha;
            padding: 2px 0px;
        }

        .tooltip li ul.empty li {
            list-style-type: none;
            padding: 2px 0px;
        }

    .tooltip div.textblock {
        padding: 10px 5px;
    }

/*Tolltip changes Start*/



.yello_textfield {
    background: #ffee7d !important;
    border: 1px solid #ccc;
    padding: 2px !important;
    padding: 6px;
    height: 40px;
    box-shadow: none;
    font-size: 1.28em;
    line-height: 1.2em;
}

.error_textfield {
    background: #F99999 !important;
    font-size: 1.28em !important;
    border: 1px solid #ccc;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    height: 40px;
    width: 100%;
}

.wh_textfield {
    background: #FFF !important;
    border: 1px solid #ccc;
    padding: 2px !important;
    padding: 6px;
    height: 40px;
    box-shadow: none;
    font-size: 1.28em;
    line-height: 1.2em;
}

.txtwatermark2 {
    color: #515151 !important;
}



/*Loader Style and animation*/
.dialog-background {
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.5);
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 20000;
}

.dialog-loading-wrapper {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    margin-top: -20px;
    position: fixed;
    top: 50%;
    width: 40px;
    z-index: 9999999;
}

.loadingLoader {
    -webkit-animation-name: spin;
    -webkit-animation-duration: 1500ms;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-name: spin;
    -moz-animation-duration: 1500ms;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: linear;
    -ms-animation-name: spin;
    -ms-animation-duration: 1500ms;
    -ms-animation-iteration-count: infinite;
    -ms-animation-timing-function: linear;
    animation-name: spin;
    animation-duration: 1500ms;
    animation-iteration-count: infinite;
    animation-timing-function: linear;
}

@-ms-keyframes spin {
    from {
        -ms-transform: rotate(360deg);
    }

    to {
        -ms-transform: rotate(0deg);
    }
}

@-moz-keyframes spin {
    from {
        -moz-transform: rotate(360deg);
    }

    to {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes spin {
    from {
        -webkit-transform: rotate(360deg);
    }

    to {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes spin {
    from {
        transform: rotate(360deg);
    }

    to {
        transform: rotate(0deg);
    }
}

/*Custom Style Changes End*/

.transparentdiv {
    padding-top: 10px;
    position: absolute;
    background-color: #FFFFFF;
    vertical-align: middle;
    border: 2px solid #DDDDDD;
    z-index: 11000;
    font-size: 14px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

.transparentdiv2 {
    background-color: #111;
    filter: alpha(opacity=90);
    -moz-opacity: 0.90;
    -khtml-opacity: 0.90;
    opacity: 0.90;
    vertical-align: middle;
    border: 0px solid #DDDDDD;
    height: 100%;
    width: 100%;
    z-index: 11000;
}

.transparentdiv3 {
    padding-top: 10px;
    position: fixed;
    background-color: #FFFFFF;
    vertical-align: middle;
    border: 2px solid #DDDDDD;
    z-index: 11005;
    font-size: 14px;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
}

/*Custom Style Changes Start*/
.headerTextTitle {
    border-bottom: solid 1px #d1d2d2;
    padding: 0 0 10px;
    margin: 20px 0 10px;
}

.padTopDiv {
    padding-bottom: 10px;
}

.TitleHeading {
    border-bottom: solid 1px #d1d2d2 !important;
    padding: 0 0 10px !important;
    margin: 20px 0 10px !important;
    background: none !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.removeFontweight label {
    font-weight: normal !important;
color:#566262 !important;
}

.radio-label-color label {
    color: #566262 !important;
    font-weight: normal !important;
    font-size: 1.15em !important;
    line-height: 1.2em !important;
    padding: 0 0 0 7px;
}

.disabled-radio-display span {
    display: inline !important;
}

.display-label {
    font-weight: normal !important;
    font-size: 1.142em !important;
    padding: 0 !important;
    color : #566262 !important;
}

.textColorChange {
    float: right;
    color: #566262;
}

 .table > tbody > tr > td {
        padding: 6px 10px;
        border: 1px solid #d6d6d6 !important;
        vertical-align: middle;
        white-space: normal !important;
        color: #566262;
    }

 #myModalSection127Body.modal-body {
    height: 500px;
    overflow-y: auto;
}

#myModalSection127Body.modal-dialog {
    overflow-y: initial !important;
}

 #modalChooseCompanyNameBody.modal-body {
    height: 500px;
    overflow-y: auto;
}

#modalChooseCompanyNameBody.modal-dialog {
    overflow-y: initial !important;
}

#myModalDutiesSecrtBody.modal-body {
    height: 500px;
    overflow-y: auto;
}

#myModalDutiesSecrtBody.modal-dialog {
    overflow-y: initial !important;
}

/* slider
--------------------------------------------------------------------------------------------------------*/
.slider-img{height: 625px;}
.slider .slide-content{position: absolute; z-index: 2; top: 0; left: 50%; margin-left: -570px; width:600px; top: 115px; color:#4a5d71;}
.slider .slide-content h3{text-transform: uppercase; font-family:'ProximaNovaBold';}
.slider .slide-content h3.normal-text{text-transform: none;}
.slider .slide-content span.normal-text1{text-transform: none;color: #05a3da;display: inline;font-size: 40px;}
.slider .slide-content p{font-size:1.42em; line-height: 1.2em;}
.slider .slide-content ul{padding:0 0 10px;}
.slider .slide-content ul li{position: relative; font-family:"ProximaNovaBold"; font-size:1.42em; line-height: 1.2em; padding-left: 20px; padding-bottom:3px;}
.slider .slide-content ul li:before{content:""; position: absolute; left:0; top: 6px; width:10px; height:10px; border-radius: 10px; background: #4a5d71;}
.slider .owl-dots{position: absolute; z-index: 2; bottom: 75px; left: 50%; margin-left: -570px;}
.slider .owl-dots .owl-dot{width:16px; height: 16px; border:solid 1px #98999a; float: left; margin-right: 12px; border-radius: 16px;}
.slider .owl-dots .owl-dot.active{background: #05a3da; border-color: #05a3da;}
.slider .owl-dots .owl-dot:last-child{margin-right: 0;}
.slider .pb0{padding-bottom: 0!important;}

.plan-slider{ height:252px; overflow:hidden; border:1px solid #ddd; background:#FFF; margin-bottom:15px; position:relative;}
#slider { margin: 0px; padding: 0px; width: 214px; height:252px; }
.nivoSlider { overflow: hidden; position: relative; }
.nivoSlider img { left: 0px; top: 0px; width:100%; display: none; position: absolute; }
.nivoSlider a.nivo-imageLink { margin: 0px; padding: 0px; border: 0px currentColor; left: 0px; top: 0px; width: 100%; height: 100%; display: none; position: absolute; z-index: 6; }
.nivo-slice { height: 100%; display: block; position: absolute; z-index: 5; }


.img-big-popup{ position:absolute; background:#FFF; left:10px; top:0; z-index:10000; width:746px !important; height:540px !important; overflow:hidden; box-shadow: 0 1px 5px rgba(0,0,0,.2);}
.slider-big-img{height: 550px;width: 550px;}
.slider-big-img .qtip-content{ max-height: 540px;text-align: center;padding: 5px 0px!important;}

.print-bundle-margin {
    margin: 30px 0 0 0 !important;
}

ul.listing { list-style:none; padding:3px 0px 0px 15px; }
ul.listing li { list-style-type:none; background:url(../images/bullet1.png) 0px 0px no-repeat; margin:0 0 13px 0; padding:0 0 0 18px; }

ul.listing_check { list-style:none; padding:3px 0px 0px 15px; }
ul.listing_check li { list-style-type:none; background:url(../images/bullet-tick.png) 0px 0px no-repeat; margin:0 0 13px 0; padding:0 0 0 18px; }

ul.sublisting { list-style:none; padding:10px 0px 0px 15px; }
ul.sublisting li { padding:0 0 0 13px; margin:0 0 6px 0; list-style-type:none; background:url(../images/bulletsquare.gif) 0px 6px no-repeat; }
/*Custom Style Changes End*/



/* button holiday */

.btn1 {
height: 41px; 
width: 331px;   
margin-right: 20px;
margin-top: 3px;
background-image:url('../images/holiday1.jpg');
background-repeat:no-repeat;
background-color: rgba(0,0,0,0);
border: none;
}

.call1{ float:left;  padding:0px  0 0px 15px; font-size:20px; color:#656565; font-family: 'ZurichBold', arial;}


/************************** Home Popup ***************************************/



.modal,
.modal-box {
  z-index: 900;
}

.modal-sandbox {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: transparent;
}

.modal {
  display: none; 
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: rgb(0,0,0);
  background: rgba(0,0,0,.8);
  overflow: auto;
}

.modal-box {
  position: relative;
  width: 670px;
  margin: 50px auto;
  animation-name: modalbox;
  animation-duration: .3s;
  animation-timing-function: ease-out;
}

.modal-header {
  padding: 20px 40px;
  background: #ffffff;
  color: #ff0000;
  border-bottom: 1px solid #ffffff;
}

.modal-body {
  background: #ffffff;
  padding: 30px 40px;
}

/* Close Button */
.close-modal {
  text-align: right;
  cursor: pointer;
}

/* Animation */
@-webkit-keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}

@keyframes modalbox {
  0% {
    top: -250px; 
    opacity: 0;
  }
  100% {
    top: 0; 
    opacity: 1;
  }
}





/* New 08-01-2019 */  



    .slides .contentlink {
        float: left;
        width: 880px;
        text-align: left;
        padding: 0px 0 0px;
        color: #fff;
        text-transform: uppercase;
        font-weight: 300;
    }






.navbar .nav-tab1 {
    display:inline-block;
	
    min-width: 100px;
	height: 52px;
	line-height: 52px;
    margin:0px 12px 0px 0px;
  
	vertical-align:bottom;
    
    
}

.navbar .nav-tab1 a {
    color: #ffffff;
    text-decoration: none !important;
}



.navbar .nav-tab1 img {
	
    vertical-align: middle;
    display: inline-block;
	margin-top:3px;
      
	
}





.navbar .nav-tab2 {
    display:inline-block;
	
    min-width: 100px;
	height: 65px;
	line-height: 65px;
    margin:0px 3px 0px 0px;
  
	vertical-align:bottom;
    
    
}

.navbar .nav-tab2 a {
    color: #ffffff;
    text-decoration: none !important;
}



.navbar .nav-tab2 img {
	
    vertical-align: middle;
    display: inline-block;
	
      
	
}





/* the class name selected to lock the color on is done by jquery*/
.navbar .nav-tab1.selected {
	background:#FF4040;
}
  
  
  
  
  
  
  
  
 .tooltip1 {
    display:inline-block;
    position:relative;
    
    text-align:left;
}

.tooltip1 .top1, .tooltip1 .top2 {
    min-width:230px; 
    top:-20px;
    left:50%;
    transform:translate(-50%, -100%);
    padding:15px 15px;
    color:#444444;
    background-color:#ffffff;
    font-weight:normal;
    font-size:13px;
    border-radius:8px;
	text-transform: none;
	line-height: normal;
    position:absolute;
    z-index:99999999;
    box-sizing:border-box;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
    visibility:hidden; opacity:0; transition:opacity 0.8s;
}


.tooltip1 .top1 img, .tooltip1 .top2 img {
	
	width:255px;
	margin-bottom:10px;
}


.tooltip1 .top1 p, .tooltip1 .top2 p {
	
	font-family:Arial, "Tahoma", "Liberation Serif", Times, "Times New Roman", serif;
	font-size:13px;
	font-weight:normal;
	color:#787978;
}

.tooltip1:hover .top1, .tooltip1:hover .top2 {
    visibility:visible; opacity:1;
}

.tooltip1 .top1 i, .tooltip1 .top2 i {
    position:absolute;
    top:100%;
    left:50%;
    margin-left:-12px;
    width:24px;
    height:12px;
    overflow:hidden;
}

.tooltip1 .top1 i::after, .tooltip1 .top2 i::after {
    content:'';
    position:absolute;
    width:12px;
    height:12px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color:#EEEEEE;
    box-shadow:0 1px 8px rgba(0,0,0,0.5);
}


.TabbedPanels { margin: 0px; padding: 0px; float: left; clear: none; width: 100%; }
.TabbedPanelsTabGroup { margin: 26px 0 -2px -6px; padding: 0 0 0 10px; height:65px; }


.TabbedDis { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedDis a { outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 12px 0 12px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; background:#10ae95; border:1px solid #01977a; border-bottom:none; display:block; }


.TabbedDis a:before, .TabbedDis a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedDis a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #01977a; border-top: 1px solid #01977a; z-index:0; }
.TabbedDis a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #01977a; border-top: 1px solid #01977a; z-index:1; }




.TabbedSMSF { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedSMSF a { width:200px;  outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 12px 0 12px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; background:#2681c4; border:1px solid #2166a5; border-bottom:none; display:block; }


.TabbedSMSF a:before, .TabbedSMSF a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedSMSF a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #2166a5; border-top: 1px solid #2166a5; z-index:0; }
.TabbedSMSF a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #2166a5; border-top: 1px solid #2166a5; z-index:1; }



.TabbedUnit { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedUnit a { width:200px;  outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 12px 0 12px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; background:#ec882b; border:1px solid #e97d24; border-bottom:none; display:block; }


.TabbedUnit a:before, .TabbedUnit a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedUnit a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #e97d24; border-top: 1px solid #e97d24; z-index:0; }
.TabbedUnit a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #e97d24; border-top: 1px solid #e97d24; z-index:1; }




.TabbedTax { position: relative; top: 0px; outline:none; float: left; padding:0; margin:12px 10px 0 10px; list-style: none; -moz-user-select: none; -khtml-user-select: none; cursor: pointer; }

.TabbedTax a { width:200px;  outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; padding:12px 12px 0 12px; border-radius:10px 10px 0 0; text-decoration:none; cursor:pointer; background:#282828; border:1px solid #191919; border-bottom:none; display:block; }


.TabbedTax a:before, .TabbedTax a:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedTax a:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #191919; border-top: 1px solid #191919; z-index:0; }
.TabbedTax a:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #191919; border-top: 1px solid #191919; z-index:1; }









.TabbedPanelsTab1 { width:200px;  outline:none; font-family:Arial, Helvetica, sans-serif; font-size:16px; font-family: 'ZurichCnBTRegular', arial; text-align:center; color:#566262; height:52px; line-height:100%; margin:0 2px 0 3px; padding:8px 5px 0 5px; border-radius:10px 10px 0 0; text-decoration:none; background:#ffffff; border:1px solid #ffffff; border-bottom:none; display:block; }


.TabbedPanelsTab1:before, .TabbedPanelsTab1:after { content:" "; position: absolute; top:0; width: 23px; height: 52px; background-color: inherit; }
.TabbedPanelsTab1:before { border-radius: 8px 0 0 0; transform: skew(-15deg); left: -12px; border-left: 1px solid #ffffff; border-top: 1px solid #ffffff; z-index:1; }
.TabbedPanelsTab1:after { border-radius: 0 8px 0 0; transform: skew(15deg); right: -12px; border-right: 1px solid #ffffff; border-top: 1px solid #ffffff; z-index:1; }


















.modalwin {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Sit on top */
  padding-top: 50px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  text-align: center;
  
}

/* Modal Content */
.modalwin-content {
  position: relative;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  border: 1px solid #888;
  width: 800px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
  -webkit-animation-name: animatetop;
  -webkit-animation-duration: 0.4s;
  animation-name: animatetop;
  animation-duration: 0.4s;
  background: #ffffff url("../images/page3.jpg") no-repeat right top;
}

/* Add Animation */
@-webkit-keyframes animatetop {
  from {top:-300px; opacity:0} 
  to {top:0; opacity:1}
}

@keyframes animatetop {
  from {top:-300px; opacity:0}
  to {top:0; opacity:1}
}

/* The Close Button */
.closeNA {
  color: #ff0000;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.closeNA:hover,
.closeNA:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
}

.modalwin-header {
  padding: 2px 16px;
  
  color: white;
  height: 30px;
}

.modalwin-body {padding: 2px 16px;}

.modalwin-body img { padding-top: 0px; }

.modalwin-body h2 { font-size:42px; color: #ff0000; margin: 10px 0;}

.modalwin-body h3 { font-size:25px; color: #05a2da; }

.modalwin-body h4 { font-family:ProximaNovaBold ;font-size:18px; color: #292929; }

.modalwin-body p {  font-size:14px; color: #292929; padding:5px; margin: 0 60px;}


.modalwin-footer {
  padding: 2px 16px;
  
  color: white;
}




.butc1 {
	-moz-box-shadow: 3px 4px 0px 0px #0088b9;
	-webkit-box-shadow: 3px 4px 0px 0px #0088b9;
	box-shadow: 3px 4px 0px 0px #0088b9;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #05a1da), color-stop(1, #00bbff));
	background:-moz-linear-gradient(top, #05a1da 5%, #00bbff 100%);
	background:-webkit-linear-gradient(top, #05a1da 5%, #00bbff 100%);
	background:-o-linear-gradient(top, #05a1da 5%, #00bbff 100%);
	background:-ms-linear-gradient(top, #05a1da 5%, #00bbff 100%);
	background:linear-gradient(to bottom, #05a1da 5%, #00bbff 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#05a1da', endColorstr='#00bbff',GradientType=0);
	background-color:#05a1da;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	border-radius:16px;
	border:1px solid #05a1da;
	display:inline-block;
	cursor:pointer;
	color:#ffffff;
	font-family:Arial;
	font-size:17px;
	padding:7px 25px;
	margin-right:10px;
	text-decoration:none;
	text-shadow:0px 1px 0px #0088b9;
}
.butc1:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #00bbff), color-stop(1, #05a1da));
	background:-moz-linear-gradient(top, #00bbff 5%, #05a1da 100%);
	background:-webkit-linear-gradient(top, #00bbff 5%, #05a1da 100%);
	background:-o-linear-gradient(top, #00bbff 5%, #05a1da 100%);
	background:-ms-linear-gradient(top, #00bbff 5%, #05a1da 100%);
	background:linear-gradient(to bottom, #00bbff 5%, #05a1da 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#00bbff', endColorstr='#05a1da',GradientType=0);
	background-color:#00bbff;
	color:#ffffff !important;
}
.butc1:active {
	position:relative;
	top:1px;
}
