﻿a {
    color: #58a9e3;
    text-decoration: none;
}

    a:hover {
        color: #279bd6;
        text-decoration: underline;
    }

    a:active {
        color: #279bd6;
    }

    a.btn:active a.btn:focus {
        color: #fff; 
    }

.mrgt20 {
    margin-top: 20px;
}

.MyRow {
    clear: both;
    width: 100%;
}

html {
    height: 100%;
    width: 100%;
}

body {
    font-family: 'Open Sans',Arial,sans-serif,Verdana;
    background-color: #fff;
    min-width: 300px;
    padding: 74px 0 0;
    color: #343434;
    text-align: left;
    direction: ltr;
    font-size: 16px;
}
.CAP i.symbol::before {content: "€"; font-style: normal;}
.FIN i.symbol::before {content: "$"; font-style: normal;}
.AUS i.symbol::before {content: "$"; font-style: normal;}
#header {
    position: fixed;
    top: 0;
    background-color: #fff;
    padding: 2px;
    width: 100%;
    z-index: 100;
    -moz-box-shadow: 0 0 5px #ccc;
    -webkit-box-shadow: 0 0 5px #ccc;
    box-shadow: 0 0 5px #ccc;
}

.logo {
    text-align: center;
}

    .logo a#idLogo img {
        display: none !important;
    }

    .logo a#idLogo {
        background: url("../media/images/landing-pages/avapartner/ava-logo.jpg");
        background-position: center;
        background-repeat: no-repeat;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        display: inline-block;
        margin: 6px 0 7px;
        vertical-align: middle;
        text-align: center;
        width: 78px;
        height: 32px;
        float: left;
    }
.logo a#idLogo2 img{ float: right;  margin-top: 9px; display:none;}
#idCellPhoneText {
    border-left: none;
    border-right: 1px solid #539bcd;
    margin-top: 5px;
    font-size: 14px;
}

.phoneAndChat {
    color: #3f7dd3;
}
a.phoneAndChat:hover {text-decoration: none;}
#idCellPhoneText .glyphicon {
    color: #3f7dd3!important;
    margin-right: 5px;
}

#LiveChat {
    font-size: 14px;
    cursor: pointer;
    margin-top: 5px;
}

    #LiveChat .glyphicon {
        color: #3f7dd3!important;
        margin-right: 5px;
    }
    #Line {
    background-color: #f3f3f3;
    width: 100%;
    height: 1px;
    float: left;
}

#LineVertical {
    background-color: #dddbdb;
    width: 1px;
    height: 10px;
}
.noPadding {
    padding: 0!important;
}

#Top_main {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 100%;
    height: 212px;
    text-align: center;
    position: relative;
}

.opcity-bg {
    background-color: #000;
    bottom: 0;
    display: block;
    opacity: .75;
    position: absolute;
    width: 100%;
    padding: 10px 0;
    min-height: 95px;
}

h1 {
    color: #fff;
    font-size: 1.625em;
    font-weight: 400;
    margin: 0 50px 5px 0;
    text-align: left;
    text-transform: capitalize;
}

.sub-title {
    color: #fff;
    font-size: 1.250em;
    line-height: 1.4em;
    text-align: left;
}

.transparent-arrow-img {
    display: none;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
 
#MainContent {
    margin-bottom: 20px;
}
.btn-lg{border-radius:4px;}
.btn-box {
    margin-top: 10px;
}
.btn-blue {
    background-color: #2c91d7;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: none;
    width: 100%;
    text-decoration: none;
    border-radius:4px;
}

    .btn-blue:hover:enabled {
        background-color: #135B8D ;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }


.btn-green {
    background-color: #7fb643;
    text-align: center;
    color: #fff;
    font-size: 18px;
    border: none;
    width: 100%;
    text-decoration: none;
}

    .btn-green:hover:enabled {
        background-color: #578227;
        text-decoration: none;
        color: #fff;
        cursor: pointer;
    }

.btn:hover, .btn:focus, .btn:visited {
    text-decoration: none;
    color: #fff;
}
 a.btn-green {box-shadow: 0px 2px 0px #5e8e2a;}
 a.btn-blue {box-shadow: 0px 2px 0px #051f3c;}
#ListWrapper {
    color: #585858;
    padding: 0 5px;
    margin-top: 30px;
}

    #ListWrapper h2 {
        font-size: 18px;
        margin-bottom: 20px;
    }

    #ListWrapper ul {
        padding: 0 20px;
        margin: 0 0 10px;
        font-size: 14px;
    }

    #ListWrapper li {
        padding-bottom: 20px;
    }

    #ListWrapper ul li span {
        font-size: 1em;
    }

    #ListWrapper p {
        font-size: 14px;
        color: #7fb643;
        margin-bottom: 15px;
    }
#BottomLine {
    background-color: #dddbdb;
    width: 100%;
    height: 2px;
    float: left;
}

#riskDisclaimer {display:none !important;}
 #riskDisclaimer .wrap-block-content {font-size:14px; font-weight:600;padding: 2% 0; text-align:center;}
.social a {
    display: inline-block;
    min-width: 25px;
    min-height: 25px;
    margin-left: 5px;
    background: url(../media/images/landing-pages/Common/icons/social-bottom-4.png) no-repeat;
    float: left;
}

.social {
    width: 130px;
    text-align: center;
    margin: 20px 0;
    display: inline-block;
}

    .social a.facebook2 {
        background-position: 0 0;
    }

    .social a.twitter2 {
        background-position: -35px 0;
    }

    .social a.youtube {
        background-position: -105px 0;
    }

    .social a.googleplus {
        background-position: -70px 0;
    }

#footer_disclamer {
    clear: both;
    display: block;
    font-size: .75em;
    text-align: center;
    padding:25px 0;
    line-height: 1.3em;
    margin: 0 auto;
}

.pt-PTLanding-Page-Footer-Regulation-Text .left {
    width: 100%!important;
    display: inline-block;
    clear: both;
}

.pt-PTLanding-Page-Footer-Regulation-Text .rightImg {
    background-repeat: no-repeat;
    display: inline-block;
    clear: both;
    float: none!important;
    margin: 20px;
    width: 168px;
}

.over-opacity {
    position: absolute;
    bottom: 0;
    width: 100%;
}

#TC_Wrapper {
    border-top: solid 1px #dddbdb;
    border-bottom: solid 1px #dddbdb;
}

#awardArea #awards{ width: 100%; margin: 15px 0;max-width: 883px;}
#formWrapper .checkbox_wrapper .checkbox{font-size: 10px;}
.ty-msg span.click_on_button{display:none;}


/*New Blue table*/
table.table-striped { box-shadow: 0px 0px 1px rgb(158, 158, 158); width: 100%;
}
    table.table-striped td ,table.table-striped th{
    font-size: 13px;
    vertical-align: middle;
    padding: 0px 10px;
    height: 65px;
    border-left: 1px solid #DCDADA; 
    }
    table.table-striped th {
        font-size: 16px;
        background-color: #2882c0 !important;
        color: white;
        font-weight: bold;
        text-align: center;  

    }
    table.table-striped.col-2 td ,table.table-striped.col-2 th{width: 50%; }
    table.table-striped.col-3 td ,table.table-striped.col-3 th{width: 33%; }
    table.table-striped.col-4 td ,table.table-striped.col-4 th{width: 25%; }
    table.table-striped.col-4 td ,table.table-striped.col-5 th{width: 20%; }
    table.table-striped th:first-child {
        border-left: none; }
    table.table-striped tr td:first-child {
        border-right: none; font-weight: bold; font-size: 15px; }
    table.table-striped > tbody > tr:nth-child(odd) > td {
        background-color: #fff;
    }
    table.table-striped > tbody > tr:nth-child(even) > td {
        background-color: #ebebeb;
    }
/*End Blue table*/

@media screen and (min-width:480px) {

    #lpTitle { padding-bottom: 15px; }
}

@media screen and (min-width:768px) {

    body { padding: 60px 0 0; }

   div.logo a#idLogo {  margin: 11px 0;  }
    .logo a#idLogo2 img{  margin-top: 15px;}
    #idCellPhoneText {
        border-right: 1px solid #539bcd;
    }
    #LiveChat, #idCellPhoneText {
        margin-top: 20px;
    }

    .mrgFIX {
        margin-left: -15px;
        margin-right: -15px;
    }

    .transparent-arrow-img {
        max-width: 265px;
        padding-top: 11px;
    }

    #Top_main {
        height: 380px;
    }

    #lpTitle h1 {
        margin-right: 0;
	font-size: 22px;
    }

    #lpTitle .sub-title {
        font-size: 16px;
        margin-right: 15px;
    }

    #Top_main .btn-box {
        margin-top: 38px;
    }

    #Line {
        display: none;
    }

    #ListWrapper h2 {
        font-size: 22px;
    }
}

@media screen and (min-width:992px) {
    body {
        padding: 65px 0 0;
    }

    div.logo a#idLogo {
        background: url(../media/images/landing-pages/Common/logos/logo-ava.png);
        width: 310px;
        height: 48px;
        background-repeat: no-repeat;
        -moz-background-size: contain;
        -o-background-size: contain;
        -webkit-background-size: contain;
        background-size: contain;
        margin: 7px 0;
    }

    #Top_main {
        height: 400px !important
    }
    #lpTitle h1 {
        font-size: 26px;
    }

    #lpTitle .sub-title {
        font-size: 18px;
    }
    #footer_disclamer {
        font-size: 13px;
    }

    .AvaVideo, .opcity-bg {
        height: 150px;
    }

    #Top_main .btn-box {
        margin-top: 0;
    }
    #Wrapper #awardArea #awards { margin: 50px 0 30px 0;}
}

@media screen and (min-width:1200px) {

    #lpTitle {
        padding: 30px 0;
    }
    #lpTitle h1 {
        font-size: 30px;
    }

    #lpTitle .sub-title {
        font-size: 22px;
    }


    #Top_main .btn-box {
        margin-top: 40px;
    }

    .transparent-arrow-img {
        max-width: 100%;
        padding-top: 4px;
    }

    label.checkbox {
        font-size: 10px;
    }

    #ListWrapper p {
        font-size: 22px;
    }

    #ListWrapper h2 {
        font-size: 24px;
    }

    .AvaVideo, .opcity-bg {
        height: 180px;
    }
}
