/**
05/TYPOGRAPHY
=====================================================================**/
/** FONT FAMILY **/

@font-face {
    font-family: 'titilliumweb_light';
    src: url('fonts/titilliumweb-light-webfont.eot');
    src: url('fonts/titilliumweb-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-light-webfont.svg#titillium_weblight') format('svg'),
         url('fonts/titilliumweb-light-webfont.woff') format('woff'),
         url('fonts/titilliumweb-light-webfont.ttf') format('truetype');
}

@font-face {
    font-family: 'titilliumweb_semibold';
    src: url('fonts/titilliumweb-semibold-webfont.eot');
    src: url('fonts/titilliumweb-semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-semibold-webfont.svg#titillium_websemibold') format('svg'),
         url('fonts/titilliumweb-semibold-webfont.woff') format('woff'),
         url('fonts/titilliumweb-semibold-webfont.ttf') format('truetype');
    font-weight: normal;
}

@font-face {
    font-family: 'titilliumweb_thin';
    src: url('fonts/titilliumweb-extralight-webfont.eot');
    src: url('fonts/titilliumweb-extralight-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/titilliumweb-extralight-webfont.svg#titillium_webthin') format('svg'),
         url('fonts/titilliumweb-extralight-webfont.woff') format('woff'),
         url('fonts/titilliumweb-extralight-webfont.ttf') format('truetype');
}

html, body { height: 100%; }
body, textarea { font-family: Arial, Tahoma, Helvetica, sans-serif; color: #666; }

/** HEADINGS, PARAGRAPHS, LISTS... **/

/* font sizes and styles */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 { font-weight: bold; }
h1, .h1 { font-size: 40px; line-height: 1; }
h2, .h2 { font-size: 30px; line-height: 0.9; }
h3, .h3 { font-size: 20px; line-height: 1.1; }
h4, .h4 { font-size: 15px; line-height: 1.2; }
h5, .h5 { font-size: 13px; line-height: 1.2; }
h6, .h6 { font-size: 12px !important; line-height: 1.2 !important; }
p, ul, ol, dl, table { font-size: 18px; line-height: 20px; }

.huge { font-size: 90px !important; line-height: 100px !important; }
.less_huge { font-size: 70px !important; line-height: 100px !important; }
    .huge span,
    .less_huge span { font-size: 20px; line-height: 25px; }
.price_smaller { font-size: 40px !important; }

.f_semibold, .f_semibold input, .f_semibold textarea { font-family: 'titilliumweb_semibold', Arial, Tahoma, Helvetica, sans-serif; }
.f_light, .f_light input, .f_light textarea { font-family: 'titilliumweb_light', Arial, Tahoma, Helvetica, sans-serif; }
.f_thin { font-family: 'titilliumweb_thin', Arial, Tahoma, Helvetica, sans-serif; }


    /* additional font sizes and line heights */
    .large      { font-size: 18px; line-height: 1.1; }
    .xlarge     { font-size: 21px; line-height: 1.2; }
    .medium     { font-size: 15px; line-height: 1.1; }
    .small      { font-size: 13px; line-height: 21px; }
    .fine       { font-size: 11px; line-height: 1.8; }
    .xfine      { font-size: 9px; }
    sup, sub    { font-size: 10px; line-height: 10px; }

/*** default spacing ***/

p, ul, ol, dl { margin-bottom: 10px; }


/** COLORS **/
.clr_txt        { color: #525252; }
.clr_b          { color: #333; }
.clr_w          { color: white; }
.clr_error      { color: red; }
.clr_grey       { color: #8c8c8c; }
.clr_meta       { color: #999; }
.clr_light      { color: #a4a4a4; }
.clr_wdgt       { color: #e9e8e8; }
.clr_main       { color: #ed1b23 !important; }

.check_please { color: red; background: yellow }

/** LINKS **/
a               { color: #3284ad; text-decoration: none; }
a:hover         { color: #3284ad; text-decoration: underline; }
a:visited         { color: #3284ad; text-decoration: none; }

/**/

.brd_b_grey { border-bottom: #ccc 1px solid; }
.brd_t_grey { border-top: #ccc 1px solid; }
.brd_t_white { border-top: #fff 1px solid; }
.brd_b_white { border-bottom: #fff 1px solid; }

.brd_b_green { border-bottom: #6da600 1px solid; }
.brd_t_green { border-top: #6da600 1px solid; }
.brd_b_yellow { border-bottom: #a0d422 1px solid; }
.brd_t_yellow { border-top: #a0d422 1px solid; }


/**/

html { background: url(/css/site/cssimg/bg/noise.png); }


/**
06/CONTENT
=====================================================================**/



/* Main logotype */

#logo { width: 211px; height: 65px; }


/* Homepage intro */


.intro h2 { font-size: 60px; line-height: 60px; float: left; margin-right: 2%; text-align: right; }
    .intro h2 .f_light { display: block; }
.intro .col { width: 75%; float: right; }
.intro .col p { color: #333; font-size: 17px; }




/**/


.button { display: inline-block; }

    .button .inner, .grey .button .inner { padding: 15px 20px; text-align: center; position: relative; }

    .check_icon .icon, .lt-ie9 .check_icon .icon { display: block; width: 37px; height: 28px; background-position: 0 -352px; position: absolute; right: 0; bottom: -10px; }
    .arrow_icon .icon, .lt-ie9 .arrow_icon .icon { display: inline-block; width: 12px; height: 16px; background-position: -37px -352px; vertical-align: middle; margin-left: 20px; }

    .button .outer, .box .outer { display: block; border: 1px solid; -moz-border-radius: 5px; -webkit-border-radius: 5px; -o-border-radius: 5px; border-radius: 5px; }
    .button .inner, .box .inner { display: block; border: 1px solid; -moz-border-radius: 3px; -webkit-border-radius: 3px; -o-border-radius: 3px; border-radius: 3px; font-family: 'titilliumweb_semibold', Arial, Tahoma, Helvetica, sans-serif; font-size: 18px; line-height: 18px; color: #fff; text-shadow: 0 1px 2px rgba(0,0,0,0.5); -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }


    .blue .outer { border-color: #00598a; box-shadow: 0 0 5px rgba(0,0,0,0.3); }
    .blue .inner {
        border-color: #2371a5;
        background: #004181;
        background: -moz-linear-gradient(top,  rgba(0,101,153,0.9) 0%, rgba(0,65,129,0.9) 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,101,153,0.9)), color-stop(100%,rgba(0,65,129,0.9)));
        background: -webkit-linear-gradient(top,  rgba(0,101,153,0.9) 0%,rgba(0,65,129,0.9) 100%);
        background: -o-linear-gradient(top,  rgba(0,101,153,0.9) 0%,rgba(0,65,129,0.9) 100%);
        background: -ms-linear-gradient(top,  rgba(0,101,153,0.9) 0%,rgba(0,65,129,0.9) 100%);
        background: linear-gradient(to bottom,  rgba(0,101,153,0.9) 0%,rgba(0,65,129,0.9) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6006599', endColorstr='#e6004181',GradientType=0 );
     }



    .green .outer, .grey .green .outer { border-color: #77a700; box-shadow: 0 0 10px rgba(0,0,0,0.2); }
    .green .inner, .grey .green .inner {
        color: #fff;
        border-color: #fff200;
        background: #91c600;
        background: -moz-linear-gradient(top,  #91c600 0%, #65af00 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#91c600), color-stop(100%,#65af00));
        background: -webkit-linear-gradient(top,  #91c600 0%,#65af00 100%);
        background: -o-linear-gradient(top,  #91c600 0%,#65af00 100%);
        background: -ms-linear-gradient(top,  #91c600 0%,#65af00 100%);
        background: linear-gradient(to bottom,  #91c600 0%,#65af00 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#91c600', endColorstr='#65af00',GradientType=0 );
     }

    .grey .outer { border-color: #c9c9c9; box-shadow: 0 2px 5px rgba(0,0,0,0.2); }
    .grey .inner {
        border-color: #fff;
        background: #ffffff;
        background: -moz-linear-gradient(top,  #ffffff 0%, #f0f0f0 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f0f0));
        background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
        background: -o-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
        background: -ms-linear-gradient(top,  #ffffff 0%,#f0f0f0 100%);
        background: linear-gradient(to bottom,  #ffffff 0%,#f0f0f0 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0f0f0',GradientType=0 );
     }


     a:hover .green .inner, .checkout_plans .green:hover .inner {
        background: #4aa100;
        background: -moz-linear-gradient(top,  #92c600 0%, #4aa100 100%);
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#92c600), color-stop(100%,#4aa100));
        background: -webkit-linear-gradient(top,  #92c600 0%,#4aa100 100%);
        background: -o-linear-gradient(top,  #92c600 0%,#4aa100 100%);
        background: -ms-linear-gradient(top,  #92c600 0%,#4aa100 100%);
        background: linear-gradient(to bottom,  #92c600 0%,#4aa100 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#92c600', endColorstr='#4aa100',GradientType=0 );
    }


     .purchase_plans .inner { color: #333; padding: 0 8px; font-family: 'titilliumweb_semibold', Arial, Tahoma, Helvetica, sans-serif; text-shadow: 0 1px 2px rgba(0,0,0,0.5); }
        .purchase_plans .plans { width: 88%; float: left; }
        .purchase_plans .plan { margin: 0; padding: 30px 0; list-style: none; width: 100%; }
            .purchase_plans .plan li { float: left; width: 25%; font-size: 15px; line-height: 20px; text-align: center; vertical-align: bottom; }
            .purchase_plans .plan li span { font-size: 40px; display: block; margin-bottom: 10px; }
            .purchase_plans .plan .months span { display: inline-block; vertical-align: bottom; }

    .purchase_plans .apply { display: block; float: right; margin: 82px 10px 0 0; }

    .purchase_plans_inactive { opacity: 0.5; }


    .content_box .inner { padding: 20px; }
        .content_box .grey .inner { color: #333; text-shadow: none; padding: 20px; }
        .content_box .inner h2 { font-size: 20px; line-height: 30px; margin-bottom: 10px; }
        .content_box .inner p { font-family: Arial, Helvetica, sans-serif; font-size: 15px; line-height: 20px; }

    .box_holder { padding-top: 160px; }

    .box { width: 100%; }

    .col_left { float: left; margin-right: 2%; width: 25%; }
    .col_mid { float: left; margin-right: 2%; width: 46%; }
    .col_double { float: left; margin-right: 2%; width: 73%; }
    .col_mid .box { margin-bottom: 3%; }
    .sidebar .box { margin-bottom: 6%; }

    .col_half .col { width: 45%; float: right; }
    .col_half .col_l { float: left; }

    .sidebar { float: right; width: 25%; }
        .sidebar .button .inner { font-size: 20px; line-height: 25px; padding: 20px 25px 30px 25px; }

    blockquote { margin: 0 0 6% 0; }
        blockquote p { font-weight: bold; font-style: italic; }

        blockquote .inner p { margin: 0; }
        blockquote .author_image { float: right; width: 78px; height: 70px; -webkit-mask-box-image: url(/css/site/cssimg/assets/author_mask.svg); mask: url(/css/site/cssimg/assets/author_mask.svg#SVGID_1_); vertical-align: top; }

        blockquote .author { clear: both; font-size: 15px; line-height: 20px; }
        blockquote .author_position { font-size: 13px; line-height: 15px; font-weight: normal; }



/* Checkout step 3 */

    .checkout_plans .durations_container { border: #c6c6c6 1px solid; }
        .checkout_plans .durations { border: #fff 1px solid; background: #ffffff; background: -moz-linear-gradient(top,  #ffffff 0%, #e5e5e5 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e5e5e5)); background: -webkit-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); background: -o-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); background: -ms-linear-gradient(top,  #ffffff 0%,#e5e5e5 100%); background: linear-gradient(to bottom,  #ffffff 0%,#e5e5e5 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e5e5e5',GradientType=0 );
            padding: 0;
            box-shadow: 0 0 5px rgba(0,0,0,0.4);
        }

            .checkout_plans .durations .month { display: table-cell; vertical-align: middle; cursor: pointer; font-size: 24px; line-height: 30px; font-family: 'titilliumweb_light', Arial, Tahoma, Helvetica, sans-serif; padding: 30px; text-align: center; position: relative; color: #c6c6c6; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; width: 219px; }
            .checkout_plans .durations .month.large { font-size: 20px; }
            .checkout_plans .durations .month.medium { font-size: 15px; }
                .checkout_plans .durations .month span { font-family: 'titilliumweb_semibold', Arial, Tahoma, Helvetica, sans-serif;  }

    .checkout_plans ul,
    .checkout_services ul { margin: 0; padding: 0; }
    .checkout_plans li,
    .checkout_services li { /*float: left;*/ position: relative; display: inline-block; vertical-align: middle; margin-left: 20px; width: 405px; list-style: none; cursor: pointer; }

        .checkout_plans .options li,
        .checkout_services .options li  { width: 406px; margin-bottom: 20px; }
        .checkout_plans .first-child,
        .checkout_services .first-child { margin-left: 0; }


    .durations .active { background: #fff; }
    .durations .active em { display: block; width: 100%; height: 100%; border: 10px #ee474e solid; position: absolute; top: -10px; left: -10px; box-shadow: inset 0 0 10px rgba(0,0,0,0.5); }
        .durations .active .month, .durations .month:hover { color: #333; }

    .durations .active em b { display: block; position: absolute; left: 50%; margin-left: -15px; }
    .durations .active em .bottom { bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 15px 15px 15px; border-color: transparent transparent #ee474d transparent; }
    .durations .active em .top { top: 0; width: 0; height: 0; border-style: solid; border-width: 15px 15px 0 15px; border-color: #ee474d transparent transparent transparent; }

    .checkout_plans .huge span,
    .checkout_plans .less_huge span,
    .checkout_services .huge span,
    .checkout_services .less_huge span { display: block; text-transform: uppercase; font-style: normal; letter-spacing: 5px; font-family: 'titilliumweb_light', Arial, Tahoma, Helvetica, sans-serif; }
    .checkout_plans div .price,
    .checkout_services div .price { font-family: 'titilliumweb_semibold', Arial, Tahoma, Helvetica, sans-serif; font-size: 60px; line-height: 60px; margin-bottom: 0; overflow: hidden; }
    .checkout_plans div .transaction_price, .checkout_plans .inner .delimiter,
    .checkout_services div .transaction_price, .checkout_services .inner .delimiter { font-size: 12px; line-height: 25px; margin-bottom: 0; }

    .checkout_plans .blue:hover .inner,
    .checkout_services .blue:hover .inner { background: #006699; background: -moz-linear-gradient(top,  #006699 0%, #004080 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#006699), color-stop(100%,#004080)); background: -webkit-linear-gradient(top,  #006699 0%,#004080 100%); background: -o-linear-gradient(top,  #006699 0%,#004080 100%); background: -ms-linear-gradient(top,  #006699 0%,#004080 100%); background: linear-gradient(to bottom,  #006699 0%,#004080 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#006699', endColorstr='#004080',GradientType=0 );
     }


/* View article */

.iframe_article { padding: 0 20px; }
.head_bg h1 { color: #fff; font-size: 40px; line-height: 51px; text-shadow: 0 1px 2px rgba(0,0,0,0.5); margin: -30px 0 40px 0; }
    .view_article p { font-family: Arial, Helvetica, sans-serif; font-size: 17px; line-height: 25px; margin: 15px 0; }
    .view_article h2, .view_article h3 { font-family: 'titilliumweb_light', Arial, Tahoma, Helvetica, sans-serif; font-size: 25px; line-height: 30px; margin: 20px 0; color: #444; }
    .view_article h3 { font-size: 20px; line-height: 25px; }

    .view_article ul, .view_article ol { margin: 20px 0; }
    .view_article li { font-size: 16px; line-height: 28px; }

    .view_article li { font-size: 16px; line-height: 28px; }

    .view_article img { width: 100%; height: auto !important; }

    span.caption { display: block; font-style: italic; padding: 10px; }
    .figure { margin-top: 0 !important; margin-bottom: 0 !important; }


    .article_meta_container     { margin: -155px 0 21px 0; position: relative; height: 195px; }
    .article_meta               { bottom: 19px; left: 0px; top: auto; }
    .article_meta h1 { margin: 0; padding-top: 10px; }
    .view_article .article_date { font-family: 'titilliumweb_thin', Arial, Tahoma, Helvetica, sans-serif; color: #fff; position: absolute; top: 0; left: 0; margin: 0; line-height: 17px;  }


/* Pagination */


.pagination { margin-bottom: 50px; }

    .pagination a, .pagination .page { display: inline-block; font-size: 30px; line-height: 30px; padding: 15px 10px; position: relative; top: 5px; }
        .pagination .dots { padding: 15px 0; color: #ccc; }

    .pagination .prev, .pagination .next { padding: 15px; border: #eee 2px solid; -webkiz-border-radius: 100px; -moz-border-radius: 100px; -o-border-radius: 100px; border-radius: 100px; vertical-align: middle; top: 0; overflow: hidden; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }

    .pagination .active { color: #8dc63f; }

    .pagination .prev:hover, .pagination .next:hover { background: #eee; }
        .pagination .prev:hover .arrow .inner, .pagination .next:hover .arrow .inner { border-color: transparent #eee transparent transparent; }

    .pagination .prev span, .pagination .next span { display: block; text-indent: -9999px; }

    .pagination .next .arrow { width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 14px; border-color: transparent transparent transparent #777776; position: relative; left: 2px; }
    .pagination .next .arrow .inner { width: 0; height: 0; border-style: solid; border-width: 3px 0 3px 5px; border-color: transparent transparent transparent #ffffff; position: absolute; top: -3px; left: -11px; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }

    .pagination .prev .arrow { width: 0; height: 0; border-style: solid; border-width: 8px 14px 8px 0; border-color: transparent #777776 transparent transparent; position: relative; left: -2px; }
    .pagination .prev .arrow .inner { width: 0; height: 0; border-style: solid; border-width: 3px 5px 3px 0; border-color: transparent #ffffff transparent transparent; position: absolute; top: -3px; left: 6px; -webkit-transition: all .3s ease-out; -moz-transition: all .3s ease-out; -o-transition: all .3s ease-out; transition: all .3s ease-out; }


/* Contact page */


.selected_plan { font-size: 20px; font-weight: bold; padding-left: 100px; }

.contact_page .clean_form { width: 80%; margin: 0 auto; }
.contact_page .clean_form textarea { border: 1px dotted #c9c9c9; color: #3284ad; width: 41.93548387096774%; margin-left: 3.3333333%; background: none; height: 200px; }
.contact_page .clean_form textarea:focus { border: 1px solid #92C600 !important; }
.contact_page .clean_form .call_to_action button { margin-right: 5.5%; float: right; }


/* Merchants */

.merchants_overview .claims { text-align: center; padding: 20px 0 40px 0; }
    .merchants_overview .claims h2 { color: #005b8f; display: inline-block; text-align: center !important; font-family: 'titilliumweb_semibold', Arial, Tahoma, Helvetica, sans-serif; padding: 0 2%; }
    .merchants_overview .claims img { width: 100%; height: auto !important; display: block; margin-bottom: 20px; }



/** FORMS **/

legend  { display: none; }
label   { vertical-align: middle; }
label input[type="radio"] { vertical-align: bottom; width: auto; }
input[type="checkbox"] { width: auto !important; }
label input[type="radio"] { *vertical-align:middle; }



/** TABLES **/
table   { width: 100%; }
caption { display: none; }
th, td  { vertical-align: middle; text-align: left; padding: 5px; font-size: 14px; }
th  { border-bottom: 1px solid #000; }
td  { border-bottom: 1px solid #eee; }


