html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video{
    font:inherit;
    font-size:100%;

    margin:0;
    padding:0;

    vertical-align:baseline;

    border:0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section{
    display:block;
}
body{
    line-height:1;
}

blockquote,
q{
    quotes:none;
}
blockquote:before,
blockquote:after,
q:before,
q:after{
    content:'';
    content:none;
}
table{
    border-spacing:0;
    border-collapse:collapse;
}

.crumbs{
	list-style:none;
	display:inline-block;
	font-size:14px;
    line-height:1;
    padding:0;
	margin-bottom:16px;
}

.crumbs > li{
	display:inline-block;
    margin:0;
}

.crumbs > li + li:before{
	font-family:"fb-icons";
	font-size:0.5em;
	content:"\e003\00a0";
	padding:0 1.1em;
}

.crumbs.crumbs-h1{
	font-size:30px;
	margin-bottom:30px;
}

.crumbs.crumbs-h2{
	font-size:24px;
	margin-bottom:24px;
}

.crumbs.crumbs-h3{
	font-size:18px;
	margin-bottom:18px;
}

.crumbs.crumbs-h4{
	font-size:16px;
	margin-bottom:16px;
}

.btn{
    display:inline-block;

    box-sizing:border-box;

    text-align:center;
    vertical-align:middle;
    white-space:nowrap;
    text-decoration:none;
    text-transform:uppercase;

    border:none;
    border-radius:3px;

    cursor:pointer;

    padding:0 30px;
}
button.btn{
    line-height:1;
    outline:none;
}
button::-moz-focus-inner{
    border:0;
}
button:focus{
    box-shadow:0 0 0px 1px #94cbda;
}



.btn-lg{
    font:600 18px/47px Arial, sans-serif;

    height:47px;
}

.btn-md{
    font:600 16px/37px Arial, sans-serif;

    height:37px;
}

.btn-sm{
    font:600 14px/32px Arial, sans-serif;

    height:32px;
}


.btn{
    color:#888f94;
    border:1px solid #dcdcdc;
    background-color:#f4f4f4;
}
.btn:hover{
    text-decoration:none;
    border:1px solid #d7e5e9;
    background-color:#d7e5e9;
}
.btn:active{
    text-decoration:none;
    border:1px solid #b9d1d8;
    background-color:#b9d1d8;
}

.btn-success{
    color:#fff;
    border:1px solid #5cb73c;
    background-color:#5cb73c;
}
.btn-success:hover{
    border:1px solid #73c257;
    background-color:#73c257;
}
.btn-success:active{
    border:1px solid #4ca02e;
    background-color:#4ca02e;
}

.btn-primary{
    color:#fff;
    border:1px solid #3da9c4;
    background-color:#3da9c4;
}
.btn-primary:hover{
    border:1px solid #64bad0;
    background-color:#64bad0;
}
.btn-primary:active{
    border:1px solid #338da3;
    background-color:#338da3;
}

.btn-danger{
    color:#fff;
    border:1px solid #fe5f5f;
    background-color:#fe5f5f;
}
.btn-danger:hover{
    border:1px solid #fe7f7f;
    background-color:#fe7f7f;
}
.btn-danger:active{
    border:1px solid #d34f4f;
    background-color:#d34f4f;
}

.btn.disabled, .btn[disabled="disabled"]{
    cursor:default;
    color:#fff;
    border:1px solid #d5dadb;
    background-color:#d5dadb;
}


.btn.done, .btn.loading-element{
    padding:0 40px;
    min-height:0px;
    min-width:0px;
}
.btn:before, .btn.loading-element:before{
    position:absolute;
    margin-left:-23px;
    font-size:15px;
    display:inline-block;
    background:none;
    width:auto;
    height:auto;
    top:auto;
    left:auto;
}


.btn.done:before{
    font-family:"fb-icons";
    content:'\e004';
}
.btn.loading-element:before{
    font-family:"ui";
    content:'\e800';
    font-size:17px;
    margin-left:-26px;
    -webkit-animation:spin 2.5s infinite linear;
    animation:spin 2.5s infinite linear;
    display:inline-block;
    line-height:1;
    font-weight:normal;
    font-style:normal;
    text-decoration:inherit;
    text-transform:none;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	top:50%;
	margin-top:-8px;

}

.btn:before{
    margin-top:2px;
}

@-webkit-keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }

    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg);
    }
}

@keyframes spin{
    0%{
        -webkit-transform:rotate(0deg);
        transform:rotate(0deg);
    }

    100%{
        -webkit-transform:rotate(359deg);
        transform:rotate(359deg);
    }
}
.dropdown{
    font:400 14px/43px 'Open Sans', Helvetica, Arial, sans-serif;

    width:363px;
    height:45px;
    padding:0 22px;

    text-align:left;

    color:#999;
    border:1px solid #cfcfcf;
    background-color:#fff;
}

.dropdown .caret{
    font-size:14px;
    line-height:47px;

    float:right;

    vertical-align:bottom;

    color:#50575d;
}
@font-face{
	font-family:"fb-icons";
	src:url('fonts/fb-icons.eot');
	src:url('fonts/fb-icons.eot?#iefix') format('eot'),
		url('fonts/fb-icons.woff') format('woff'),
		url('fonts/fb-icons.ttf') format('truetype'),
		url('fonts/fb-icons.svg#fb-icons') format('svg');
}

.icon:before{
	font-family:"fb-icons";
	display:inline-block;
	vertical-align:middle;
	line-height:1;
	font-weight:normal;
	font-style:normal;
	speak:none;
	text-decoration:inherit;
	text-transform:none;
	text-rendering:auto;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
}


.icon-account-menu-legacy:before{
	content:"\E0FF";
}

.icon-account-menu-logout:before{
	content:"\E100";
}

.icon-account-menu-mobile:before{
	content:"\E101";
}

.icon-account-menu-online:before{
	content:"\E102";
}

.icon-account-menu-profile:before{
	content:"\E103";
}

.icon-account-menu-publications:before{
	content:"\E104";
}

.icon-account-menu-reseller-products:before{
	content:"\E105";
}

.icon-account-menu-reseller-purchase:before{
	content:"\E106";
}

.icon-account-menu-reseller-upgrade:before{
	content:"\E107";
}

.icon-account-menu-reseller:before{
	content:"\E108";
}

.icon-account-menu-software-installations:before{
	content:"\E109";
}

.icon-account-menu-software-overview:before{
	content:"\E10A";
}

.icon-account-menu-software-teamwork:before{
	content:"\E10B";
}

.icon-account-menu-software:before{
	content:"\E10C";
}

.icon-account-menu-subscription:before{
	content:"\E10D";
}

.icon-account:before{
	content:"\E10E";
}

.icon-analytics:before{
	content:"\E10F";
}

.icon-arrow-down:before{
	content:"\E110";
}

.icon-arrow-left:before{
	content:"\E111";
}

.icon-arrow-narrow-left:before{
	content:"\E112";
}

.icon-arrow-narrow-right:before{
	content:"\E113";
}

.icon-arrow-right:before{
	content:"\E114";
}

.icon-arrow-up:before{
	content:"\E115";
}

.icon-attach:before{
	content:"\E116";
}

.icon-back-to-pub:before{
	content:"\E117";
}

.icon-baseline:before{
	content:"\E118";
}

.icon-book-play:before{
	content:"\E119";
}

.icon-business:before{
	content:"\E11A";
}

.icon-check:before{
	content:"\E004";
}

.icon-close:before{
	content:"\E11B";
}

.icon-cloud:before{
	content:"\E11C";
}

.icon-contact-us:before{
	content:"\E11D";
}

.icon-cross:before{
	content:"\E001";
}

.icon-crumb-left:before{
	content:"\E002";
}

.icon-crumb-right:before{
	content:"\E003";
}

.icon-customize:before{
	content:"\E11E";
}

.icon-delete:before{
	content:"\E11F";
}

.icon-empty:before{
	content:"\E120";
}

.icon-exclamation:before{
	content:"\E121";
}

.icon-facebook:before{
	content:"\E122";
}

.icon-feature-access:before{
	content:"\E123";
}

.icon-feature-appstores:before{
	content:"\E124";
}

.icon-feature-cdn:before{
	content:"\E125";
}

.icon-feature-cloudshare:before{
	content:"\E126";
}

.icon-feature-customization:before{
	content:"\E127";
}

.icon-feature-devices:before{
	content:"\E128";
}

.icon-feature-ecart:before{
	content:"\E129";
}

.icon-feature-eemail:before{
	content:"\E12A";
}

.icon-feature-embedding:before{
	content:"\E12B";
}

.icon-feature-epopup:before{
	content:"\E12C";
}

.icon-feature-ewebstore:before{
	content:"\E12D";
}

.icon-feature-flash:before{
	content:"\E12E";
}

.icon-feature-flipping:before{
	content:"\E12F";
}

.icon-feature-ftp:before{
	content:"\E130";
}

.icon-feature-import:before{
	content:"\E131";
}

.icon-feature-interface:before{
	content:"\E132";
}

.icon-feature-links:before{
	content:"\E133";
}

.icon-feature-management:before{
	content:"\E134";
}

.icon-feature-offline:before{
	content:"\E135";
}

.icon-feature-ownlogo:before{
	content:"\E136";
}

.icon-feature-popup-image:before{
	content:"\E137";
}

.icon-feature-share:before{
	content:"\E138";
}

.icon-feature-skins:before{
	content:"\E139";
}

.icon-feature-speed:before{
	content:"\E13A";
}

.icon-feature-text-search:before{
	content:"\E13B";
}

.icon-feature-video:before{
	content:"\E13C";
}

.icon-feature-whitelabel:before{
	content:"\E13D";
}

.icon-feature-zooming:before{
	content:"\E13E";
}

.icon-features:before{
	content:"\E13F";
}

.icon-flippingbook-logo:before{
	content:"\E140";
}

.icon-footer-facebook:before{
	content:"\E141";
}

.icon-footer-linked-in:before{
	content:"\E142";
}

.icon-footer-twitter:before{
	content:"\E143";
}

.icon-frontpage-bounce:before{
	content:"\E144";
}

.icon-frontpage-correspondence:before{
	content:"\E145";
}

.icon-frontpage-embed:before{
	content:"\E146";
}

.icon-frontpage-leads:before{
	content:"\E147";
}

.icon-frontpage-multi:before{
	content:"\E148";
}

.icon-frontpage-reader:before{
	content:"\E149";
}

.icon-frontpage-style:before{
	content:"\E14A";
}

.icon-frontpage-time:before{
	content:"\E14B";
}

.icon-hc-before-purchase:before{
	content:"\E14C";
}

.icon-hc-design:before{
	content:"\E14D";
}

.icon-hc-getting-started:before{
	content:"\E14E";
}

.icon-hc-languages:before{
	content:"\E14F";
}

.icon-hc-legacy-products:before{
	content:"\E150";
}

.icon-hc-legal:before{
	content:"\E151";
}

.icon-hc-troubleshooting:before{
	content:"\E152";
}

.icon-hc-user-guide:before{
	content:"\E153";
}

.icon-hide:before{
	content:"\E154";
}

.icon-info-fail:before{
	content:"\E155";
}

.icon-info-success:before{
	content:"\E156";
}

.icon-info:before{
	content:"\E157";
}

.icon-lang-chooser:before{
	content:"\E158";
}

.icon-linked-in:before{
	content:"\E159";
}

.icon-loader:before{
	content:"\E15A";
}

.icon-logo-play:before{
	content:"\E15B";
}

.icon-more:before{
	content:"\E15C";
}

.icon-pc:before{
	content:"\E15D";
}

.icon-pdf-logo:before{
	content:"\E15E";
}

.icon-phone:before{
	content:"\E15F";
}

.icon-pinterest:before{
	content:"\E160";
}

.icon-play:before{
	content:"\E161";
}

.icon-plus:before{
	content:"\E005";
}

.icon-pub-edit:before{
	content:"\E162";
}

.icon-pub-rename:before{
	content:"\E163";
}

.icon-pub-share:before{
	content:"\E164";
}

.icon-rename:before{
	content:"\E165";
}

.icon-responsive-menu:before{
	content:"\E166";
}

.icon-search:before{
	content:"\E167";
}

.icon-selected-skin:before{
	content:"\E168";
}

.icon-shopping-cart:before{
	content:"\E169";
}

.icon-show:before{
	content:"\E16A";
}

.icon-stop:before{
	content:"\E16B";
}

.icon-twitter:before{
	content:"\E16C";
}

.icon-video:before{
	content:"\E16D";
}

.icon-wordpress-logo:before{
	content:"\E16E";
}

.form-simple, .form-horizontal{
    display:block;
}

.form-simple label, .form-horizontal label{
    font-size:14px;
    display:inline-block;
    color:#3d464d;
}

.form-simple label{
    width:100%;
    margin-bottom:20px;
    line-height:3;
}

.form-simple span + input, .form-simple span + textarea, .form-simple span + select{
    clear:both;
    float:left;
}
.form-simple span{
    float:left;
}


.form-line label{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    padding-right:10px;
}

.form-line .btn{
    float:right;
    margin:0;
}




.form-horizontal label{
    width:100%;
    display:inline-block;
    line-height:3;
}
.form-horizontal label:after{
    margin-left:35%;
}

.form-horizontal label+label{
    margin-top:20px;
}
.form-horizontal label span{
    width:35%;
    display:inline-block;
    line-height:1.4;
    vertical-align:middle;
}
form.form-horizontal input.inp-lg, div.form-horizontal input.inp-lg{
    width:65%;
    float:right;
}

.form-horizontal .btn{
    margin-top:20px;
}





.form-2-col label{
    font-size:14px;
    display:inline-block;
    color:#3d464d;
    width:47%;
    margin:0 3% 20px 0;
    float:left;
    line-height:3;
}

@media (max-width: 767px){
    .form-2-col label{
        width:100%;
        margin:0 0 20px 0;
    }
}

.form-row{
    display:block;
    float:left;
    width:100%;
    vertical-align:middle;
}
.form-horizontal .form-row{
    line-height:60px;
}
.form-row > span{
    width:35%;
    display:inline-block;
    line-height:1.4;
    vertical-align:middle;
}

.form-row > div{
    width:65%;
    float:right;
    display:inline-block;
}
.form-row > div label + label{
    margin:0;
}
.form-row > div > label.inline-label{
    display:block;
    width:auto;
    margin:0;
    line-height:60px;
    padding:0 5px;
}

.form-simple, .form-2-col, .form-horizontal, .form-line{
    margin-bottom:16px;
}



.inline-row-two button, .inline-row-two input, .inline-row-two label{
    width:48.5%;
    float:right;
}
.inline-row-two button:first-child, .inline-row-two input:first-child, .inline-row-two label:first-child{
    float:left;
}
@media (max-width: 991px){
    .inline-row-two button, .inline-row-two input, .inline-row-two label{
        width:100%;
    }
    .inline-row-two button:first-child{
        margin-bottom:20px;
    }
}
@-ms-viewport{
    width:device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg{
    display:none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block{
    display:none !important;
}
@media (max-width: 767px){
    .visible-xs{
        display:block !important;
    }
    table.visible-xs{
        display:table;
    }
    tr.visible-xs{
        display:table-row !important;
    }
    th.visible-xs,
    td.visible-xs{
        display:table-cell !important;
    }
}

@media (max-width: 767px){
    .visible-xs-block{
        display:block !important;
    }
}
@media (max-width: 767px){
    .visible-xs-inline{
        display:inline !important;
    }
}
@media (max-width: 767px){
    .visible-xs-inline-block{
        display:inline-block !important;

        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .visible-sm{
        display:block !important;
    }
    table.visible-sm{
        display:table;
    }
    tr.visible-sm{
        display:table-row !important;
    }
    th.visible-sm,
    td.visible-sm{
        display:table-cell !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .visible-sm-block{
        display:block !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .visible-sm-inline{
        display:inline !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .visible-sm-inline-block{
        display:inline-block !important;

        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .visible-md{
        display:block !important;
    }
    table.visible-md{
        display:table;
    }
    tr.visible-md{
        display:table-row !important;
    }
    th.visible-md,
    td.visible-md{
        display:table-cell !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .visible-md-block{
        display:block !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .visible-md-inline{
        display:inline !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .visible-md-inline-block{
        display:inline-block !important;

        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
    }
}
@media (min-width: 1200px){
    .visible-lg{
        display:block !important;
    }
    table.visible-lg{
        display:table;
    }
    tr.visible-lg{
        display:table-row !important;
    }
    th.visible-lg,
    td.visible-lg{
        display:table-cell !important;
    }
}
@media (min-width: 1200px){
    .visible-lg-block{
        display:block !important;
    }
}
@media (min-width: 1200px){
    .visible-lg-inline{
        display:inline !important;
    }
}
@media (min-width: 1200px){
    .visible-lg-inline-block{
        display:inline-block !important;

        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
    }
}
@media (max-width: 767px){
    .hidden-xs{
        display:none !important;
    }
}
@media (min-width: 768px) and (max-width: 991px){
    .hidden-sm{
        display:none !important;
    }
}
@media (min-width: 992px) and (max-width: 1199px){
    .hidden-md{
        display:none !important;
    }
}
@media (min-width: 1200px){
    .hidden-lg{
        display:none !important;
    }
}
.visible-print{
    display:none !important;
}
@media print{
    .visible-print{
        display:block !important;
    }
    table.visible-print{
        display:table;
    }
    tr.visible-print{
        display:table-row !important;
    }
    th.visible-print,
    td.visible-print{
        display:table-cell !important;
    }
}
.visible-print-block{
    display:none !important;
}
@media print{
    .visible-print-block{
        display:block !important;
    }
}
.visible-print-inline{
    display:none !important;
}
@media print{
    .visible-print-inline{
        display:inline !important;
    }
}
.visible-print-inline-block{
    display:none !important;
}
@media print{
    .visible-print-inline-block{
        display:inline-block !important;

        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
        *display:inline;
        *zoom:1;
    }
}
@media print{
    .hidden-print{
        display:none !important;
    }
}
.container{
    margin-right:auto;
    margin-left:auto;
    padding-right:15px;
    padding-left:15px;
}
@media (min-width: 768px){
    .container{
        width:750px;
    }
}
@media (min-width: 992px){
    .container{
        width:970px;
    }
}
@media (min-width: 1200px){
    .container{
        width:1170px;
    }
}
.container-fluid{
    margin-right:auto;
    margin-left:auto;
    padding-right:15px;
    padding-left:15px;
}
.row{
    margin-right:-15px;
    margin-left:-15px;
}
.col,
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12{
    position:relative;

    min-height:1px;
    padding-right:15px;
    padding-left:15px;
}
.col,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12{
    float:left;
}
.col-xs-12{
    width:100%;
}
.col-xs-11{
    width:91.66666667%;
}
.col-xs-10{
    width:83.33333333%;
}
.col-xs-9{
    width:75%;
}
.col-xs-8{
    width:66.66666667%;
}
.col-xs-7{
    width:58.33333333%;
}
.col-xs-6{
    width:50%;
}
.col-xs-5{
    width:41.66666667%;
}
.col-xs-4{
    width:33.33333333%;
}
.col-xs-3{
    width:25%;
}
.col-xs-2{
    width:16.66666667%;
}
.col-xs-1{
    width:8.33333333%;
}
.col-xs-pull-12{
    right:100%;
}
.col-xs-pull-11{
    right:91.66666667%;
}
.col-xs-pull-10{
    right:83.33333333%;
}
.col-xs-pull-9{
    right:75%;
}
.col-xs-pull-8{
    right:66.66666667%;
}
.col-xs-pull-7{
    right:58.33333333%;
}
.col-xs-pull-6{
    right:50%;
}
.col-xs-pull-5{
    right:41.66666667%;
}
.col-xs-pull-4{
    right:33.33333333%;
}
.col-xs-pull-3{
    right:25%;
}
.col-xs-pull-2{
    right:16.66666667%;
}
.col-xs-pull-1{
    right:8.33333333%;
}
.col-xs-pull-0{
    right:auto;
}
.col-xs-push-12{
    left:100%;
}
.col-xs-push-11{
    left:91.66666667%;
}
.col-xs-push-10{
    left:83.33333333%;
}
.col-xs-push-9{
    left:75%;
}
.col-xs-push-8{
    left:66.66666667%;
}
.col-xs-push-7{
    left:58.33333333%;
}
.col-xs-push-6{
    left:50%;
}
.col-xs-push-5{
    left:41.66666667%;
}
.col-xs-push-4{
    left:33.33333333%;
}
.col-xs-push-3{
    left:25%;
}
.col-xs-push-2{
    left:16.66666667%;
}
.col-xs-push-1{
    left:8.33333333%;
}
.col-xs-push-0{
    left:auto;
}
.col-xs-offset-12{
    margin-left:100%;
}
.col-xs-offset-11{
    margin-left:91.66666667%;
}
.col-xs-offset-10{
    margin-left:83.33333333%;
}
.col-xs-offset-9{
    margin-left:75%;
}
.col-xs-offset-8{
    margin-left:66.66666667%;
}
.col-xs-offset-7{
    margin-left:58.33333333%;
}
.col-xs-offset-6{
    margin-left:50%;
}
.col-xs-offset-5{
    margin-left:41.66666667%;
}
.col-xs-offset-4{
    margin-left:33.33333333%;
}
.col-xs-offset-3{
    margin-left:25%;
}
.col-xs-offset-2{
    margin-left:16.66666667%;
}
.col-xs-offset-1{
    margin-left:8.33333333%;
}
.col-xs-offset-0{
    margin-left:0;
}
@media (min-width: 768px){
    .col,
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12{
        float:left;
    }
    .col-sm-12{
        width:100%;
    }
    .col-sm-11{
        width:91.66666667%;
    }
    .col-sm-10{
        width:83.33333333%;
    }
    .col-sm-9{
        width:75%;
    }
    .col-sm-8{
        width:66.66666667%;
    }
    .col-sm-7{
        width:58.33333333%;
    }
    .col-sm-6{
        width:50%;
    }
    .col-sm-5{
        width:41.66666667%;
    }
    .col-sm-4{
        width:33.33333333%;
    }
    .col-sm-3{
        width:25%;
    }
    .col-sm-2{
        width:16.66666667%;
    }
    .col-sm-1{
        width:8.33333333%;
    }
    .col-sm-pull-12{
        right:100%;
    }
    .col-sm-pull-11{
        right:91.66666667%;
    }
    .col-sm-pull-10{
        right:83.33333333%;
    }
    .col-sm-pull-9{
        right:75%;
    }
    .col-sm-pull-8{
        right:66.66666667%;
    }
    .col-sm-pull-7{
        right:58.33333333%;
    }
    .col-sm-pull-6{
        right:50%;
    }
    .col-sm-pull-5{
        right:41.66666667%;
    }
    .col-sm-pull-4{
        right:33.33333333%;
    }
    .col-sm-pull-3{
        right:25%;
    }
    .col-sm-pull-2{
        right:16.66666667%;
    }
    .col-sm-pull-1{
        right:8.33333333%;
    }
    .col-sm-pull-0{
        right:auto;
    }
    .col-sm-push-12{
        left:100%;
    }
    .col-sm-push-11{
        left:91.66666667%;
    }
    .col-sm-push-10{
        left:83.33333333%;
    }
    .col-sm-push-9{
        left:75%;
    }
    .col-sm-push-8{
        left:66.66666667%;
    }
    .col-sm-push-7{
        left:58.33333333%;
    }
    .col-sm-push-6{
        left:50%;
    }
    .col-sm-push-5{
        left:41.66666667%;
    }
    .col-sm-push-4{
        left:33.33333333%;
    }
    .col-sm-push-3{
        left:25%;
    }
    .col-sm-push-2{
        left:16.66666667%;
    }
    .col-sm-push-1{
        left:8.33333333%;
    }
    .col-sm-push-0{
        left:auto;
    }
    .col-sm-offset-12{
        margin-left:100%;
    }
    .col-sm-offset-11{
        margin-left:91.66666667%;
    }
    .col-sm-offset-10{
        margin-left:83.33333333%;
    }
    .col-sm-offset-9{
        margin-left:75%;
    }
    .col-sm-offset-8{
        margin-left:66.66666667%;
    }
    .col-sm-offset-7{
        margin-left:58.33333333%;
    }
    .col-sm-offset-6{
        margin-left:50%;
    }
    .col-sm-offset-5{
        margin-left:41.66666667%;
    }
    .col-sm-offset-4{
        margin-left:33.33333333%;
    }
    .col-sm-offset-3{
        margin-left:25%;
    }
    .col-sm-offset-2{
        margin-left:16.66666667%;
    }
    .col-sm-offset-1{
        margin-left:8.33333333%;
    }
    .col-sm-offset-0{
        margin-left:0;
    }
}
@media (min-width: 992px){
    .col,
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12{
        float:left;
    }
    .col-md-12{
        width:100%;
    }
    .col-md-11{
        width:91.66666667%;
    }
    .col-md-10{
        width:83.33333333%;
    }
    .col-md-9{
        width:75%;
    }
    .col-md-8{
        width:66.66666667%;
    }
    .col-md-7{
        width:58.33333333%;
    }
    .col-md-6{
        width:50%;
    }
    .col-md-5{
        width:41.66666667%;
    }
    .col-md-4{
        width:33.33333333%;
    }
    .col-md-3{
        width:25%;
    }
    .col-md-2{
        width:16.66666667%;
    }
    .col-md-1{
        width:8.33333333%;
    }
    .col-md-pull-12{
        right:100%;
    }
    .col-md-pull-11{
        right:91.66666667%;
    }
    .col-md-pull-10{
        right:83.33333333%;
    }
    .col-md-pull-9{
        right:75%;
    }
    .col-md-pull-8{
        right:66.66666667%;
    }
    .col-md-pull-7{
        right:58.33333333%;
    }
    .col-md-pull-6{
        right:50%;
    }
    .col-md-pull-5{
        right:41.66666667%;
    }
    .col-md-pull-4{
        right:33.33333333%;
    }
    .col-md-pull-3{
        right:25%;
    }
    .col-md-pull-2{
        right:16.66666667%;
    }
    .col-md-pull-1{
        right:8.33333333%;
    }
    .col-md-pull-0{
        right:auto;
    }
    .col-md-push-12{
        left:100%;
    }
    .col-md-push-11{
        left:91.66666667%;
    }
    .col-md-push-10{
        left:83.33333333%;
    }
    .col-md-push-9{
        left:75%;
    }
    .col-md-push-8{
        left:66.66666667%;
    }
    .col-md-push-7{
        left:58.33333333%;
    }
    .col-md-push-6{
        left:50%;
    }
    .col-md-push-5{
        left:41.66666667%;
    }
    .col-md-push-4{
        left:33.33333333%;
    }
    .col-md-push-3{
        left:25%;
    }
    .col-md-push-2{
        left:16.66666667%;
    }
    .col-md-push-1{
        left:8.33333333%;
    }
    .col-md-push-0{
        left:auto;
    }
    .col-md-offset-12{
        margin-left:100%;
    }
    .col-md-offset-11{
        margin-left:91.66666667%;
    }
    .col-md-offset-10{
        margin-left:83.33333333%;
    }
    .col-md-offset-9{
        margin-left:75%;
    }
    .col-md-offset-8{
        margin-left:66.66666667%;
    }
    .col-md-offset-7{
        margin-left:58.33333333%;
    }
    .col-md-offset-6{
        margin-left:50%;
    }
    .col-md-offset-5{
        margin-left:41.66666667%;
    }
    .col-md-offset-4{
        margin-left:33.33333333%;
    }
    .col-md-offset-3{
        margin-left:25%;
    }
    .col-md-offset-2{
        margin-left:16.66666667%;
    }
    .col-md-offset-1{
        margin-left:8.33333333%;
    }
    .col-md-offset-0{
        margin-left:0;
    }
}
@media (min-width: 1200px){
    .col,
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12{
        float:left;
    }
    .col-lg-12{
        width:100%;
    }
    .col-lg-11{
        width:91.66666667%;
    }
    .col-lg-10{
        width:83.33333333%;
    }
    .col-lg-9{
        width:75%;
    }
    .col-lg-8{
        width:66.66666667%;
    }
    .col-lg-7{
        width:58.33333333%;
    }
    .col-lg-6{
        width:50%;
    }
    .col-lg-5{
        width:41.66666667%;
    }
    .col-lg-4{
        width:33.33333333%;
    }
    .col-lg-3{
        width:25%;
    }
    .col-lg-2{
        width:16.66666667%;
    }
    .col-lg-1{
        width:8.33333333%;
    }
    .col-lg-pull-12{
        right:100%;
    }
    .col-lg-pull-11{
        right:91.66666667%;
    }
    .col-lg-pull-10{
        right:83.33333333%;
    }
    .col-lg-pull-9{
        right:75%;
    }
    .col-lg-pull-8{
        right:66.66666667%;
    }
    .col-lg-pull-7{
        right:58.33333333%;
    }
    .col-lg-pull-6{
        right:50%;
    }
    .col-lg-pull-5{
        right:41.66666667%;
    }
    .col-lg-pull-4{
        right:33.33333333%;
    }
    .col-lg-pull-3{
        right:25%;
    }
    .col-lg-pull-2{
        right:16.66666667%;
    }
    .col-lg-pull-1{
        right:8.33333333%;
    }
    .col-lg-pull-0{
        right:auto;
    }
    .col-lg-push-12{
        left:100%;
    }
    .col-lg-push-11{
        left:91.66666667%;
    }
    .col-lg-push-10{
        left:83.33333333%;
    }
    .col-lg-push-9{
        left:75%;
    }
    .col-lg-push-8{
        left:66.66666667%;
    }
    .col-lg-push-7{
        left:58.33333333%;
    }
    .col-lg-push-6{
        left:50%;
    }
    .col-lg-push-5{
        left:41.66666667%;
    }
    .col-lg-push-4{
        left:33.33333333%;
    }
    .col-lg-push-3{
        left:25%;
    }
    .col-lg-push-2{
        left:16.66666667%;
    }
    .col-lg-push-1{
        left:8.33333333%;
    }
    .col-lg-push-0{
        left:auto;
    }
    .col-lg-offset-12{
        margin-left:100%;
    }
    .col-lg-offset-11{
        margin-left:91.66666667%;
    }
    .col-lg-offset-10{
        margin-left:83.33333333%;
    }
    .col-lg-offset-9{
        margin-left:75%;
    }
    .col-lg-offset-8{
        margin-left:66.66666667%;
    }
    .col-lg-offset-7{
        margin-left:58.33333333%;
    }
    .col-lg-offset-6{
        margin-left:50%;
    }
    .col-lg-offset-5{
        margin-left:41.66666667%;
    }
    .col-lg-offset-4{
        margin-left:33.33333333%;
    }
    .col-lg-offset-3{
        margin-left:25%;
    }
    .col-lg-offset-2{
        margin-left:16.66666667%;
    }
    .col-lg-offset-1{
        margin-left:8.33333333%;
    }
    .col-lg-offset-0{
        margin-left:0;
    }
}
.clearfix,
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after{
    display:table;

    content:' ';
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after{
    clear:both;
}
.center-block{
    display:block;

    margin-right:auto;
    margin-left:auto;
}
.pull-right{
    float:right !important;
}
.pull-left{
    float:left !important;
}
*,
*:before,
*:after{
    box-sizing:border-box;
}

table col[class*="col-"]{
  position:static;
  display:table-column;
  float:none;
}
table td[class*="col-"],
table th[class*="col-"]{
  position:static;
  display:table-cell;
  float:none;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="tel"],
input[type="url"],
input[type="number"],
input[type="email"],
select,
textarea{
    font:400 14px 'Open Sans', Helvetica, Arial, sans-serif;
    display:inline-block;
    box-sizing:border-box;
    padding-left:14px;
    text-align:left;
    vertical-align:middle;
    white-space:nowrap;
    border-radius:3px;
    outline:none;
    -webkit-appearance:none;
    border:1px solid #ccc;
    color:#3d464d;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="date"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
select:focus,
textarea:focus
{
    border:1px solid #3da9c4;
}

input[type="text"].inp-err,
input[type="password"].inp-err,
input[type="date"].inp-err,
input[type="tel"].inp-err,
input[type="url"].inp-err,
input[type="number"].inp-err,
input[type="email"].inp-err,
select.inp-err,
textarea.inp-err
{
    border:1px solid #fe5f5f;
}

input[type="text"].inp-success,
input[type="password"].inp-success,
input[type="date"].inp-success,
input[type="tel"].inp-success,
input[type="url"].inp-success,
input[type="number"].inp-success,
input[type="email"].inp-success,
select.inp-success,
textarea.inp-success
{
    border:1px solid #5cb73c;
}

input[type="text"].inp-lg,
input[type="password"].inp-lg,
input[type="date"].inp-lg,
input[type="tel"].inp-lg,
input[type="url"].inp-lg,
input[type="number"].inp-lg,
input[type="email"].inp-lg,
select.inp-lg,
textarea.inp-lg
{
    width:363px;
    height:47px;
}

input[type="text"].inp-md,
input[type="password"].inp-md,
input[type="date"].inp-md,
input[type="tel"].inp-md,
input[type="url"].inp-md,
input[type="number"].inp-md,
input[type="email"].inp-md,
select.inp-md,
textarea.inp-md
{
    width:264px;
    height:37px;
}

input[type="text"].inp-sm,
input[type="password"].inp-sm,
input[type="date"].inp-sm,
input[type="tel"].inp-sm,
input[type="url"].inp-sm,
input[type="number"].inp-sm,
input[type="email"].inp-sm,
select.inp-sm,
textarea.inp-sm
{
    width:168px;
    height:32px;
}

textarea{
	resize:vertical;
	min-height:6em;
    padding:14px;
    white-space:normal;
}

select{
    -webkit-appearance:menulist;
}

.oldIE .inp-lg{
    line-height:43px;
}

.oldIE .inp-md{
    line-height:33px;
}

.oldIE .inp-sm{
    line-height:28px;
}


.inp-label{
    display:block;
}

.inp-label:after{
    display:none;
}

.inp-label[data-error]:after{
    font:400 14px 'Open Sans',Helvetica,Arial,sans-serif;
    display:block;
    text-align:left;
    clear:both;
    padding-top:10px;
    content:attr(data-error);
    color:#fe5f5f;
	white-space:normal;
}

.error-display{
    color:#fe5f5f;
    display:inline-block;
}

.inp-label[data-error] input{
    border:1px solid #fe5f5f;
}

label.inline-label{
    float:left;
    width:auto;
    margin-right:20px;
}

.dialog-overlay{
    width:100%;
    height:100%;
    background-color:#000000;
    background-color:rgba(0, 0, 0, 0.7);
    position:fixed;
    top:0;
    left:0;
    z-index:10050;
    overflow-y:auto;
}

.dialog, .popupbox{
    position:relative;
    display:block;
	margin:50px auto;
    min-width:200px;
    min-height:150px;
    max-width:90%;
    max-height:90%;

    background-color:#fff;
    padding:30px;
    border-radius:10px;
}

.outer-close{
    padding:10px;
    border-radius:5px;
}

span.command-close{
    color:#cccccc;
    position:absolute;
    top:-10px;
    right:-10px;
    line-height:50px;
    width:50px;
    text-align:center;
    cursor:pointer;
}

.outer-close .command-close{
    background-color:#000;
    border:2px solid #fff;
    width:24px;
    height:24px;
    line-height:19px;
    border-radius:12px;
    top:-12px;
    right:-12px;
    box-shadow:0px 0px 3px #000;
    text-align:center;
    color:#fff;
}

.outer-close .command-close:before{
    font-size:10px;
    content:'\e001';
}

.dialog.error{
    position:fixed;
    box-shadow:0px 0px 3px #aaa;
    border:1px solid #aaa;
    margin:0 0 0 -225px;
    top:2%;
    left:50%;
    width:450px;
}

.lightbox.error .btn{
    width:100px;
    margin:0 auto;
    display:block;
}

.dialog-head{
    overflow:hidden;
    text-overflow:ellipsis;
    font-size:24px;
    margin-bottom:20px;
}

.dialog-footer{
    width:100%;
    text-align:center;
}
@font-face{
    font-family:"ui";
    src:url("fonts/UI-Icons.eot");
    src:url("fonts/UI-Icons.eot?#iefix") format("embedded-opentype"),
    url("fonts/UI-Icons.woff") format("woff"),
    url("fonts/UI-Icons.ttf") format("truetype");
    font-weight:normal;
    font-style:normal;
}

body{
    font:400 14px/1 'Open Sans', Helvetica, Arial, sans-serif;

    color:#3d464d;
}

.col-sm-padding{
    padding-left:5px;
    padding-right:5px;
}

.fill{
    width:100%;
}

textarea.inp-lg, textarea.inp-md, textarea.inp-sm{
    height:auto;
}

select.fill,textarea.fill,input.fill,input.inp-lg.fill,input.inp-md.fill,input.inp-sm.fill,.btn.fill,.btn.btn-lg.fill,.btn.btn-md.fill,.btn.btn-sm.fill{
    width:100%;
}

input:-ms-input-placeholder, 
textarea:-ms-input-placeholder{
   color:#999999;
}
.vertical-menu, .vertical-menu ul{
    font:400 14px/31px 'Open Sans', Helvetica, Arial, sans-serif;
    list-style:none;

    line-height:1.4;
    margin:0;
    padding:0;
}

.vertical-menu li a{
    line-height:41px;

    display:inline-block;

    width:100%;
    padding:0 8px;

    text-decoration:none;

    color:#50575d;
    border-left:4px solid #fff;

}

.vertical-menu li a:before{
    font-size:18px;

    width:25px;
    margin-right:7px;

    text-align:center;
    vertical-align:middle;
}
.vertical-menu ul > li,.vertical-menu > li{
    margin:0;
}
.vertical-menu ul > li a{
    padding:0 28px;
    line-height:31px;
}

.vertical-menu li a:hover{
    border-left:4px solid #d7e5e9;
    background-color:#f6f8fa;
}

.vertical-menu li.active a,
.vertical-menu li.active a:hover{
    color:#3d95ab;
    border-left:4px solid #3d95ab;
    background-color:#fff;
    font-weight:700;
}




.horizontal-menu{
    font:400 14px/31px 'Open Sans', Helvetica, Arial, sans-serif;

    display:inline-block;

    width:100%;
    height:40px;

    line-height:1;
    margin:0 0 0 -14px;

    padding:0;

    list-style:none;
    text-transform:uppercase;

    background-color:#d7e5e9;
}

.horizontal-menu li{
    float:left;
}

.horizontal-menu li a{
    display:inline-block;
    line-height:40px;
    height:40px;
    padding:0 14px;

    text-decoration:none;

    color:#50535d;
}
.horizontal-menu li:hover{
    background-color:#c4d9de;
}
.horizontal-menu li.active{
    background-color:#b9d1d8;
}



.footer-sm{
    position:fixed;
    bottom:0;
    background-color:#fff;
    padding:10px;
    display:inline-block;
}
.footer-sm a{
    margin-right:10px;
}
.popup-menu{
    position:relative;

    overflow:visible;
    display:inline-block;
    line-height:1;

	z-index:10000;
}

.popup-menu .icon{
    margin-left:10px;
}


.tooltip{
    position:absolute;
    list-style:none;
    display:none;

    width:166px;
    padding:0;

    border:1px solid #ccc;
    background-color:#fff;
    box-shadow:0 0 3px rgba(0, 0, 0, .2);

    z-index:10010;
}
.tooltip li{
    margin:0;
}
.tooltip.up{
    right:-70px;
    bottom:30px;
}
.tooltip.down{
    top:35px;
    right:-5px;
}

.tooltip:before{
    position:absolute;
    border:1px solid #ccc;
	z-index:-1;
    content:" ";
    width:20px;
    height:20px;
    -webkit-transform:rotate(45deg);
                -ms-transform:rotate(45deg);
            transform:rotate(45deg);
    display:inline-block;
    background:#fff;
}
.tooltip.up:before{
    border-top:none;
    border-left:none;
    right:70px;
    bottom:-10px;
    box-shadow:2px 2px 4px -2px rgba(0, 0, 0, .2);
}

.tooltip.down:before{
    border-bottom:none;
    border-right:none;
    top:-11px;
    right:20px;
    box-shadow:-2px -2px 4px -2px rgba(0, 0, 0, .2);
}

.tooltip.left:before{
    border-bottom:none;
    border-left:none;
    top:20px;
    right:-11px;
    box-shadow:2px -2px 4px -2px rgba(0, 0, 0, .2);
}

.tooltip.right:before{
    border-top:none;
    border-right:none;
    left:-11px;
    top:20px;
    box-shadow:-2px 2px 4px -2px rgba(0, 0, 0, .2);
}

.tooltip li a{
    font:400 14px/45px 'Open Sans', Helvetica, Arial, sans-serif;

    display:block;

    width:100%;
    padding:0 28px;

    text-decoration:none;

    color:#50535d;
}

.popup-menu .tooltip li a{
    line-height:35px;
}

.tooltip li a:hover{
    background-color:#f6f8fa;
}



.text.tooltip{
    position:absolute;
    top:auto;
    left:auto;
    right:auto;
    bottom:auto;
    display:inline-block;
    background-color:#384955;
    color:#fff;
    line-height:1;
    padding:20px;
    width:250px;

    border:none;
}
.text.tooltip.up:before, .text.tooltip.down:before{
    right:180px;
}
.text.tooltip p{
    color:#fff;
}
.text.tooltip:before, .text.tooltip:after{
    background-color:#384955;
    border-color:#384955;
}
.text.tooltip.left:before{
    right:-10px;
}

.text.tooltip.right:before{
    left:-10px;
}
.loading-element{
    position:relative;
    min-height:160px;
    min-width:160px;
	margin:0 auto;
}

.loading-element:after{
    display:block;
    content:' ';
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-16px;
    margin-top:-16px;
    width:32px;
    height:32px;
    background:url("images/book-preloader.gif") no-repeat center center;

    background-color:#fff;
}

.loading-element.loading-no-background:before{
    display:none;
    content:none;
}

.loading-element:before{
    position:absolute;
    top:0;
    left:0;
    background-color:#ffffff;
    background-color:rgba(255,255,255,0.7);
    width:100%;
    height:100%;
    content:' ';
    display:inline-block;
    text-align:center;
}

@-webkit-keyframes preloader{
    0%{ background-position:-1000px 100%;}
    100%{ background-position:0 100%; }
}

@keyframes preloader{
    0%{ background-position:-1000px 100%;}
    100%{ background-position:0 100%; }
}

.btn.loading-element:after{
    display:none;
}


a.loading-element{
    padding:0 0 0 20px;
    color:#888f94;
}
a.loading-element:before{
    color:#007ee5;
    position:absolute;
    background:none;
    width:auto;
    height:auto;
    top:auto;
    left:auto;
    margin:0 0 0 -20px;
}
a.loading-element:after{
    display:none;
}

a.loading-element:before{
    font-family:"ui";
    content:'\e800';
    font-size:15px;
    -webkit-animation:spin 2.5s infinite linear;
    animation:spin 2.5s infinite linear;
    display:inline-block;
    line-height:1;
    font-weight:normal;
    font-style:normal;
    text-decoration:none;
    text-transform:none;
    text-rendering:optimizeLegibility;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
	top:50%;
	margin-top:-7px;
}
.inp-switch{
    position:absolute;
    margin-left:-9999px;
}

.inp-switch + label{
    display:block;
    position:relative;
    cursor:pointer;
    outline:none;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

.inp-switch + label{
    padding:2px;
    width:50px;
    height:26px;
    background-color:#fff;
    border-radius:60px;
}

.inp-switch + label:before,
.inp-switch + label:after{
    display:block;
    position:absolute;
    top:1px;
    left:1px;
    bottom:1px;
    content:"";
}

.inp-switch + label:before{
    right:1px;
    background-color:#9dbac2;
    border-radius:12px;
    transition:background 0.4s;
}

.inp-switch + label:after{
    width:20px;
    height:20px;
    margin:2px;
    background-color:#fff;
    border-radius:100%;
    transition:margin 0.4s;
}

.inp-switch:checked + label:after{
    margin-left:25px;
}
.inp-switch + label.left:after{
    margin-left:2px;
 }
.inp-switch + label.right:after{
    margin-left:25px;
}

.table{
    font:400 14px 'Open Sans', Helvetica, Arial, sans-serif;

    box-sizing:border-box;
    width:100%;

    border-collapse:separate;

    border:1px solid #edeced;
    border-radius:3px;

    margin-bottom:16px;
}

.table th{
    font-weight:700;

    padding:14px 22px;

    text-align:left;

    border-bottom:1px solid #edeced;
}

.table tr:nth-child(even){
    background-color:#f6f8fa;
}

.table td{
    padding:20px 22px;
}
.table td p + p{
    margin-top:0px;
}
.table td p{
    margin-bottom:0px;
}

.table.merge-first{
    margin-bottom:0;
    border-bottom:none;
    border-bottom-right-radius:0px;
    border-bottom-left-radius:0px;
}

.table.merge-last{
    border-top:none;
    border-top-right-radius:0px;
    border-top-left-radius:0px;
}

.table:empty{
    display:none;
}
h1,
h2,
h3,
h4,
p{
    font-family:'Open Sans', Helvetica, Arial, sans-seri;

    color:#3d464d;

	line-height:1.4;
}

strong{
    font-weight:600;
}

h1{
    font-size:30px;
    margin-bottom:16px;
}

h2{
    font-size:24px;
    margin-bottom:16px;
}

h3{
    font-size:18px;
    margin-bottom:16px;
}

h4{
    font-size:16px;
    margin-bottom:16px;
}

h5{
    font-size:14px;
    margin-bottom:16px;
}

p{
    font-size:14px;
    line-height:2;

    margin-bottom:28px;
}
p + p{
    margin-top:-20px;
}

p.lead{
    font-size:18px;
    line-height:2;
}
small{
    font-size:85%;
}




.text-muted{
    color:#b9d1d8;
}
.text-error{
    color:#fe5f5f;
}
.text-info{
    color:#3da9c4;
}
.text-success{
    color:#53c052;
}
.text-primary{
	color:#3da9c4;
}


a{
    color:#007ee5;
    text-decoration:none;
}

a:hover{
    text-decoration:underline;
}

br{
    line-height:16px;
}
.clear-margin{
    margin-top:0;
    margin-bottom:0;
}

.list-unstyled{
    list-style:none;
    padding-left:0;
}

ul, ol{
    list-style-position:outside;
    line-height:1.7;
    margin-bottom:16px;
    padding-left:1.7em;
}

ul > li, ol > li{
    margin-bottom:13px;
}

ul ul, ol ul, ol ol, ul ol{
    margin-top:13px;
}

.list-icons{
    list-style:none;
    position:relative;
}
.list-icons > li.icon:before{
    left:0;
    line-height:1.7;
    position:absolute;
	width:1.7em;
	text-align:center;
}

.nobr{
	white-space:nowrap;
}

.sprite-logo-404:before{
  display:inline-block;
  background-image:url(sprites.png);
  background-position:0px 0px;
  width:208px;
  height:39px;
  content:' ';
  vertical-align:middle;
}
.sprite-logo-footer:before{
  display:inline-block;
  background-image:url(sprites.png);
  background-position:0px -40px;
  width:208px;
  height:39px;
  content:' ';
  vertical-align:middle;
}
.sprite-logo-header:before{
  display:inline-block;
  background-image:url(sprites.png);
  background-position:0px -80px;
  width:208px;
  height:39px;
  content:' ';
  vertical-align:middle;
}
.sprite-logo-mobile:before{
  display:inline-block;
  background-image:url(sprites.png);
  background-position:0px -120px;
  width:172px;
  height:26px;
  content:' ';
  vertical-align:middle;
}

@media (-webkit-min-device-pixel-ratio: 2),
       (min-resolution: 192dpi){
  .sprite-logo-404:before{
    background-image:url(sprites@2x.png);
    background-size:208px 146px;
  }
  .sprite-logo-footer:before{
    background-image:url(sprites@2x.png);
    background-size:208px 146px;
  }
  .sprite-logo-header:before{
    background-image:url(sprites@2x.png);
    background-size:208px 146px;
  }
  .sprite-logo-mobile:before{
    background-image:url(sprites@2x.png);
    background-size:208px 146px;
  }
}


.flippingbook.layout .mobile-offsetter{
    height:100%;
    min-height:100vh;
}


@media(max-width: 1199px){
    .flippingbook.layout .mobile-offsetter
{
        -webkit-transform:translate(0,0);
                    -ms-transform:translate(0,0);
                transform:translate(0,0);
        transition:-webkit-transform ease .3s;
        transition:transform ease .3s;
        transition:transform ease .3s, -webkit-transform ease .3s;
    }
}


.flippingbook.layout .menu-container .search-box, .flippingbook.layout .mobile-menu-container .search-box{
    line-height:38px;
    height:40px;
    position:relative;
}


.flippingbook.layout .menu-container .search-box input, .flippingbook.layout .mobile-menu-container .search-box input{
    width:100%;
}


@media(min-width: 1200px){
    .flippingbook.layout .menu-container .search-box input, .flippingbook.layout .mobile-menu-container .search-box input
{
        filter:alpha(opacity=0);
        opacity:0;
        transition:all .3s;
        width:0;
    }
}


.flippingbook.layout .menu-container .search-box .icon, .flippingbook.layout .mobile-menu-container .search-box .icon{
    cursor:pointer;
}


.flippingbook.layout .menu-container .search-box.in input:focus, .flippingbook.layout .mobile-menu-container .search-box.in input:focus{
    border-color:#ccc;
}


.flippingbook.layout .menu-container .search-box.in .results, .flippingbook.layout .mobile-menu-container .search-box.in .results{
    display:block;
}


.flippingbook.layout .menu-container .search-box .icon, .flippingbook.layout .mobile-menu-container .search-box .icon{
    position:absolute;
    right:6px;
    top:0;
}


.flippingbook.layout .menu-container .search-box .results, .flippingbook.layout .mobile-menu-container .search-box .results{
    display:none;
    position:absolute;
    top:2.2em;
    left:0;
    right:0;
    background:#fff;
    z-index:1000;
    border:1px solid #ccc;
    border-top:none;
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    padding:0 1em 0 1em;
}


.flippingbook.layout .menu-container .search-box .results ul, .flippingbook.layout .mobile-menu-container .search-box .results ul{
    list-style:none;
    padding:0;
    margin:0;
    display:block;
}


.flippingbook.layout .menu-container .search-box .results ul li, .flippingbook.layout .mobile-menu-container .search-box .results ul li{
    line-height:1.5em;
    display:block;
}


.flippingbook.layout .menu-container .search-box .results ul li h6, .flippingbook.layout .mobile-menu-container .search-box .results ul li h6{
    border-bottom:1px solid #ccc;
    margin:1em 0 .5em 0;
}


.flippingbook.layout .menu-container .search-box .results ul li.show-all, .flippingbook.layout .mobile-menu-container .search-box .results ul li.show-all{
    border-top:1px solid #ccc;
}


.flippingbook.layout .menu-container .search-box .results .show-all, .flippingbook.layout .mobile-menu-container .search-box .results .show-all{
    padding-top:.5em;
    text-align:center;
}


.flippingbook.layout .menu-container{
    background:#d7e5e9;
    margin-left:0;
}


.flippingbook.layout .menu-container .horizontal-menu{
    padding:0;
    display:block;
}


.flippingbook.layout .menu-container .horizontal-menu li{
    margin:0;
}


.flippingbook.layout .menu-container .search-box{
    float:right;
    margin-right:-7px;
}


.flippingbook.layout .menu-container .search-box.in input{
    filter:alpha(opacity=100);
    opacity:1;
    width:250px;
}


.flippingbook.layout .menu-container .search-box.in input:focus{
    border-color:#ccc;
}


.flippingbook.layout .menu-container .sharing-icons{
    font-size:32px;
}


.flippingbook.layout .menu-container .sharing-icons .icon-facebook{
    color:#3568a6;
}


.flippingbook.layout .menu-container .sharing-icons .icon-twitter{
    color:#48b4df;
}


.flippingbook.layout .menu-container .sharing-icons .icon-linked-in{
    color:#0084d7;
}


.flippingbook.layout .menu-container .user-menu .tooltip{
    display:block;
    position:static;
    top:auto;
    left:auto;
    border:none;
    line-height:normal;
    padding:0;
    width:auto;
}


.flippingbook.layout .menu-container .user-menu .tooltip li{
    padding:0;
}


.flippingbook.layout .menu-container .user-menu .tooltip li a{
    padding:0;
}


@media(max-width: 1199px){
    .flippingbook.layout
{}
    .flippingbook.layout.show-main-menu .mobile-offsetter{
        -webkit-transform:translate(300px,0);
                    -ms-transform:translate(300px,0);
                transform:translate(300px,0);
    }
    @media(max-width: 767px){
        .flippingbook.layout.show-main-menu .mobile-offsetter
{
            -webkit-transform:translate(90%,0);
                        -ms-transform:translate(90%,0);
                    transform:translate(90%,0);
        }
    }
    .flippingbook.layout.show-main-menu .mobile-menu-container{
        box-shadow:0 0 3px rgba(0,0,0,.3);
    }
    .flippingbook.layout .mobile-menu-container{
        position:absolute;
        left:0;
        top:-1px;
        display:block;
        width:300px;
        margin-left:-300px;
        overflow:hidden;
        padding:0;
        min-height:100%;
        background-color:#fff;
        transition:width ease .3s, margin ease .3s;
    }
    @media(max-width: 767px){
        .flippingbook.layout .mobile-menu-container
{
            width:90%;
            margin-left:-90%;
        }
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu{
        padding:0;
        margin:0;
        list-style:none;
        color:#3c464f;
        font-size:14px;
        border-bottom:1px solid #c7c8ca;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu a{
        color:#3c464f;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu a:hover, .flippingbook.layout .mobile-menu-container .mobile-menu a:active{
        text-decoration:none;
        color:#3c464f;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu ul{
        padding:0;
        margin:0;
        list-style:none;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu ul li ul li{
        border-top-color:transparent;
        padding-left:22px;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li{
        background:#f7f8fa;
        border-top:1px solid #c7c8ca;
        display:block;
        margin:0;
        padding:0;
        position:relative;
        -webkit-user-select:none;
           -moz-user-select:none;
            -ms-user-select:none;
                user-select:none;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li a, .flippingbook.layout .mobile-menu-container .mobile-menu li p{
        display:block;
        padding:0 21px;
        line-height:42px;
        margin:0;
        cursor:pointer;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li a:active,.flippingbook.layout .mobile-menu-container .mobile-menu li p:active{
        background:#D7E5E9 !important;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li a.icon:before, .flippingbook.layout .mobile-menu-container .mobile-menu li p.icon:before{
        font-size:120%;
        display:inline-block;
        width:25px;
        margin-right:7px;
        text-align:center;
        vertical-align:middle;
        margin-top:-.15em;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li.has-subitems > a:after, .flippingbook.layout .mobile-menu-container .mobile-menu li.has-subitems > p:after{
        content:'\E003';
        font-family:'fb-icons';
        font-size:10px;
        position:absolute;
        right:23px;
        top:1px;
        padding:0;
        -webkit-transform:rotate(90deg);
                    -ms-transform:rotate(90deg);
                transform:rotate(90deg);
        -webkit-transform-origin:50% 20px;
                    -ms-transform-origin:50% 20px;
                transform-origin:50% 20px;
        transition:-webkit-transform ease .3s;
        transition:transform ease .3s;
        transition:transform ease .3s, -webkit-transform ease .3s;
        filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
        -webkit-filter:blur(0);
                filter:blur(0);
        cursor:pointer;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li.has-subitems > ul{
        display:block;
        overflow:hidden;
        max-height:0;
        transition:max-height ease .3s;
        -webkit-transform-origin:0 0;
                    -ms-transform-origin:0 0;
                transform-origin:0 0;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li.has-subitems.open > a:after, .flippingbook.layout .mobile-menu-container .mobile-menu li.has-subitems.open > p:after{
        -webkit-transform:rotate(-90deg);
                    -ms-transform:rotate(-90deg);
                transform:rotate(-90deg);
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li.has-subitems.open > ul{
        max-height:1000px;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li.section{
        background-color:#fff;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li.section > a, .flippingbook.layout .mobile-menu-container .mobile-menu li.section > p{
        font-size:18px;
        text-transform:uppercase;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li.section.lang-selector > a, .flippingbook.layout .mobile-menu-container .mobile-menu li.section.lang-selector > p{
        text-transform:none;
        font-size:14px;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li.section.lang-selector li{
        background:#fff;
    }
    .flippingbook.layout .mobile-menu-container .mobile-menu li.section.lang-selector .lang-icon{
        display:inline-block;
        vertical-align:top;
        margin:-9px 10px 0px -4px;
    }
    .flippingbook.layout .mobile-menu-container .sharing-icons{
        font-size:44px;
        text-align:center;
        padding:33px 22px 20px 6px;
    }
    .flippingbook.layout .mobile-menu-container .sharing-icons a,.flippingbook.layout .mobile-menu-container .sharing-icons a:hover,.flippingbook.layout .mobile-menu-container .sharing-icons a:focus,.flippingbook.layout .mobile-menu-container .sharing-icons a:active{
        outline:none;
    }
    .flippingbook.layout .mobile-menu-container .sharing-icons .icon{
        margin:0 12px;
    }
    .flippingbook.layout .mobile-menu-container .sharing-icons .icon-facebook{
        color:#3568a6;
    }
    .flippingbook.layout .mobile-menu-container .sharing-icons .icon-twitter{
        color:#48b4df;
    }
    .flippingbook.layout .mobile-menu-container .sharing-icons .icon-linked-in{
        color:#0084d7;
    }
    .flippingbook.layout .mobile-menu-container .search-box{
        margin:0 17px 15px 17px;
    }
    .flippingbook.layout .mobile-menu-container .search-box .icon{
        font-size:14px;
        right:6px;
        top:2px;
    }
    .flippingbook.layout .mobile-menu-container .search-box .results{
        bottom:2.2em;
        top:auto;
        border:1px solid #ccc;
        border-bottom:none;
        border-bottom-left-radius:0;
        border-bottom-right-radius:0;
        border-top-left-radius:5px;
        border-top-right-radius:5px;
    }
}

.oldIE .flippingbook.layout .menu-container .search-box.in input{
    width:150px;
}

html, body{
    width:100%;
    overflow-x:hidden;
    position:absolute;
    top:0;
    left:0;

    -webkit-user-select:text;

       -moz-user-select:text;

        -ms-user-select:text;

            user-select:text;
    touch-select:none;
    -webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}

@media(max-width: 1199px){
    html, body
{
        height:auto;
    }
}

.flippingbook.layout{
    font-size:14px;
}

.flippingbook.layout a .icon, .flippingbook.layout a:hover .icon, .flippingbook.layout a:visited .icon, .flippingbook.layout a:active .icon{
    text-decoration:none;
}

.flippingbook.layout.has-support-phone .support-phone-block{}

.flippingbook.layout.no-support-phone .support-phone-block{
    display:none !important;
}

.flippingbook.layout .dialog-overlay{
    display:none;
}

.flippingbook.layout .dialog-overlay .dialog-wrapper{
    position:absolute;
    top:0;
    right:0;
    bottom:0;
    left:0;
    width:100%;
    height:100%;
}

.flippingbook.layout .dialog-overlay .popupbox-transformer{
    background-color:#fff;
    border-radius:10px;
    display:block;
    margin:50px auto;
    max-height:90%;
    max-width:90%;
    min-height:150px;
    min-width:200px;
    padding:30px;
    position:relative;
}

.flippingbook.layout .dialog-overlay .popupbox-transformer.outer-close{
    border-radius:5px;
    padding:10px;
}

.flippingbook.layout .dialog-overlay .popupbox-transformer + .dialog, .flippingbook.layout .dialog-overlay .popupbox-transformer + .popupbox{
    display:none;
}

.flippingbook.layout .dialog-overlay.pre{
    display:block;
    opacity:0;
    transition:opacity ease .4s;
}

.flippingbook.layout .dialog-overlay.pre .dialog, .flippingbook.layout .dialog-overlay.pre .popupbox-transformer{
    -webkit-transform:scale(0,0);
                -ms-transform:scale(0,0);
            transform:scale(0,0);
    transition:-webkit-transform ease .4s;
    transition:transform ease .4s;
    transition:transform ease .4s, -webkit-transform ease .4s;
}

.flippingbook.layout .dialog-overlay.in{
    display:block;
    opacity:1;
    transition:opacity ease .4s;
}

.flippingbook.layout .dialog-overlay.in .dialog, .flippingbook.layout .dialog-overlay.in .popupbox-transformer{
    -webkit-transform:scale(1,1);
                -ms-transform:scale(1,1);
            transform:scale(1,1);
    transition:-webkit-transform ease .4s;
    transition:transform ease .4s;
    transition:transform ease .4s, -webkit-transform ease .4s;
}

.flippingbook.layout .dialog-footer{
    margin-top:25px;
}

.flippingbook.layout .logged-in, .flippingbook.layout .logged-out, .flippingbook.layout .has-installations, .flippingbook.layout .no-installations{
    display:none;
}

.flippingbook.layout .site-header{
    margin-bottom:25px;
}

.flippingbook.layout .site-header .title{
    line-height:64px;
    height:67px;
    padding-top:2px;
    text-align:center;
    position:relative;
}

@media(max-width: 1199px){
    .flippingbook.layout .site-header .title
{
        line-height:38px;
        height:42px;
    }
}

.flippingbook.layout .site-header .title div{
    display:inline-block;
}

.flippingbook.layout .site-header .title .collapsed-menu-handle{
    margin:0px 0px 0 0;
    cursor:pointer;
    vertical-align:top;
    display:inline-block;
    width:50px;
    text-align:left;
    height:45px;
}

.flippingbook.layout .site-header .title .logo{
    color:#707482;
    font-family:"Open Sans",sans-serif;
    font-style:italic;
    font-weight:bold;
    font-size:25px;
    position:absolute;
    left:15px;
    top:0;
}

.flippingbook.layout .site-header .title .logo a{
    display:inline-block;
    color:#707482;
}

.flippingbook.layout .site-header .title .logo a:hover{
    text-decoration:none;
}

@media(max-width: 767px){
    .flippingbook.layout .site-header .title .logo
{
        position:static;
        text-align:center;
        display:block;
        margin-top:-2px;
    }
    .flippingbook.layout .site-header .title .logo .collapsed-menu-handle{
        position:absolute;
        left:15px;
        top:0;
    }
    .flippingbook.layout .site-header .title .logo .icon-phone{
        position:absolute;
        right:10px;
        top:-2px;
    }
    .flippingbook.layout .site-header .title .logo .icon-phone:hover{
        text-decoration:none;
    }
}

.flippingbook.layout .site-header .title .logo .extra-title{
    font-style:normal;
    font-weight:300;
    font-size:21px;
    vertical-align:middle;
}

.flippingbook.layout .site-header .title .contacts{
    white-space:nowrap;
}

.flippingbook.layout .site-header .title .contacts .icon{
    margin:0 0 0 7px;
    display:inline-block;
    vertical-align:top;
    color:#707482;
}

.flippingbook.layout .site-header .title .contacts .phone-link{
    display:inline-block;
    text-decoration:none;
    color:#707482;
}

.flippingbook.layout .site-header .title .contacts .phone{
    margin:0 0 0 4px;
    white-space:nowrap;
}

.flippingbook.layout .site-header .title .facebook-likes{
    bottom:0;
    display:inline-block;
    line-height:58px;
    position:absolute;
    right:300px;
    vertical-align:middle;
}

.flippingbook.layout .site-header .title .facebook-likes iframe{
    display:inline-block;
}

.flippingbook.layout .site-header .title .facebook-likes iframe span[style]{
    vertical-align:middle !important;
}

.flippingbook.layout .site-header .title .user-menu{
    position:absolute;
    top:2px;
    right:15px;
    text-align:left;
}

.flippingbook.layout .site-header .title .user-menu .popup-menu{
    vertical-align:middle;
}

.flippingbook.layout .site-header .title .user-menu .popup-menu .command-toggle-popup-menu{
    display:block;
    padding:0;
    line-height:33px;
}

.flippingbook.layout .site-header .title .user-menu .popup-menu .icon-account{
    margin-right:5px;
}

.flippingbook.layout .site-header .title .user-menu .popup-menu .gravatar{
    position:relative;
    bottom:1px;
    margin-right:10px;
    vertical-align:middle;
    border-radius:100px;
}

@media(max-width: 1199px){
    .flippingbook.layout .site-header .title .user-menu .popup-menu .gravatar
{
        width:33px;
        height:33px;
    }
}

.flippingbook.layout .site-header .title .user-menu .popup-menu .icon-arrow-down{
    color:#707482;
    font-size:80%;
    line-height:33px;
    vertical-align:middle;
    height:33px;
    display:inline-block;
    width:10px;
}

.flippingbook.layout .site-header .title .user-menu .popup-menu .icon-arrow-down:before{
    vertical-align:baseline;
}

.flippingbook.layout .site-header .title .user-menu .popup-menu a{
    max-width:200px;
    white-space:nowrap;
}

.flippingbook.layout .site-header .title .user-menu .popup-menu a .name{
    overflow:hidden;
    text-overflow:ellipsis;
    display:inline-block;
    max-width:136px;
    vertical-align:middle;
}

@media(max-width: 1199px){
    .flippingbook.layout .site-header .title .user-menu .popup-menu a .name
{
        max-width:129px;
    }
}

.flippingbook.layout .site-header .title .user-menu .popup-menu a:hover{
    text-decoration:none;
}

.flippingbook.layout .site-header .title .user-menu .popup-menu a:hover .name{
    text-decoration:underline;
}

.flippingbook.layout .site-header .title .user-menu .tooltip{
    right:17px;
    top:49px;
}

.flippingbook.layout .site-header .title .user-menu .btn{
    min-width:122px;
}

@media(max-width: 1199px){
    .flippingbook.layout .site-header .title .user-menu
{
        top:2px;
    }
    .flippingbook.layout .site-header .title .user-menu .btn{
        font-size:14px;
        line-height:26px;
        height:28px;
        margin-top:-2px;
    }
    .flippingbook.layout .site-header .title .user-menu .popup-menu{
        margin-top:-3px;
    }
}

@media (max-width: 767px){
    .flippingbook.layout .site-header .title .user-menu
{
        display:none;
    }
}

.flippingbook.layout .site-footer{
    color:#e0e0e0;
    background-color:#676b6f;
    padding:50px 0 0 0;
}

.flippingbook.layout .site-footer.compact{
    display:none;
    background-color:transparent;
    color:#3d95ab;
    position:fixed;
    bottom:0;
    left:0;
    right:0;
    padding:0 0 15px 0;
}

.flippingbook.layout .site-footer.compact ul.menu{
    list-style:none;
    padding:0;
    margin:0;
}

.flippingbook.layout .site-footer.compact ul.menu li.menu-element{
    display:inline-block;
    padding:0;
    margin:0 15px 0 0;
}

.flippingbook.layout .site-footer.normal{
    margin-top:25px;
    display:block;
}

.flippingbook.layout .site-footer .subfooter{
    background:#5a5e62;
    padding:25px 0;
    margin-top:25px;
}

.flippingbook.layout .site-footer .subfooter p{
    color:#b3b5b7;
    line-height:1.5;
}

.flippingbook.layout .site-footer .subfooter .copy{
    line-height:36px;
    vertical-align:middle;
    margin-bottom:0;
}

.flippingbook.layout .site-footer .logo{
    font-size:25px;
    color:#b3b5b7;
}

.flippingbook.layout .site-footer .logo h2, .flippingbook.layout .site-footer .logo a{
    color:#b3b5b7;
}

.flippingbook.layout .site-footer .description{
    color:#b3b5b7;
}

.flippingbook.layout .site-footer .headless{
    padding-top:3px;
}

.flippingbook.layout .site-footer .row{
    position:relative;
    line-height:24px;
}

.flippingbook.layout .site-footer .row .lang-chooser{
    color:#b3b5b7;
    line-height:inherit;
    margin-top:50px;
}

.flippingbook.layout .site-footer .row .lang-chooser .lang-icon{
    display:inline-block;
    margin:0 8px -2px 0;
    vertical-align:bottom;
}

.flippingbook.layout .site-footer .row .lang-chooser a, .flippingbook.layout .site-footer .row .lang-chooser a:hover, .flippingbook.layout .site-footer .row .lang-chooser a:focus, .flippingbook.layout .site-footer .row .lang-chooser a:active{
    text-decoration:none;
    outline:none;
    color:#b3b5b7;
}

.flippingbook.layout .site-footer .row .lang-chooser .popup-menu{
    line-height:inherit;
}

.flippingbook.layout .site-footer .row .lang-chooser .lang-menu{
    position:absolute;
    background:#676b6f;
    display:none;
    left:-7px;
    right:-7px;
    list-style:none;
    padding:0;
    margin:6px 0 0 0;
}

.flippingbook.layout .site-footer .row .lang-chooser .lang-menu li{
    padding:0;
    margin:0;
    display:block;
    background:#7e8184;
    border-radius:4px;
}

.flippingbook.layout .site-footer .row .lang-chooser .lang-menu li a{
    display:block;
    padding:6px 30px;
    color:#E0E0E0;
}

.flippingbook.layout .site-footer .row .lang-chooser .lang-menu li:hover{
    background:#8e9194;
}

.flippingbook.layout .site-footer .row .lang-chooser .lang-menu.in{
    display:block;
}

.flippingbook.layout .site-footer .row .lang-chooser .icon.icon-arrow-down{
    font-size:70%;
    vertical-align:bottom;
    margin:0 0 5px 7px;
    display:inline-block;
}

.flippingbook.layout .site-footer .row .lang-chooser .icon.icon-lang-chooser{
    font-size:16px;
    margin:0 8px 0 0;
    vertical-align:baseline;
}

.flippingbook.layout .site-footer .row h2{
    color:#fafafa;
    font-weight:bold;
    font-size:14px;
    margin-bottom:20px;
}

.flippingbook.layout .site-footer .row a{
    color:#e0e0e0;
}

.flippingbook.layout .site-footer .row a .icon{
    font-size:20px;
    line-height:14px;
    margin-right:5px;
}

.flippingbook.layout .site-footer a.social{
    white-space:nowrap;
    display:block;
}

.flippingbook.layout .site-footer a.social i{
    float:left;
}

.flippingbook.layout .site-footer a.social .icon{
    color:#e0e0e0;
    font-size:36px;
}

.flippingbook.layout .site-footer a.social h4, .flippingbook.layout .site-footer a.social p{
    margin-bottom:0;
    line-height:1.15;
}

.flippingbook.layout .site-footer a.social p{
    margin-top:2px;
    color:#b3b5b7;
}

.flippingbook.layout .site-footer a.social h4{
    color:#fafafa;
    font-size:14px;
    font-weight:600;
}

.flippingbook.layout .site-footer a.social:hover{
    text-decoration:none;
}

.flippingbook.layout .site-footer a.social:hover h4{
    text-decoration:underline;
}

@media(max-width: 1199px){
    .flippingbook.layout .site-footer
{
        display:none;
    }
}

.flippingbook.layout .content{
    min-height:500px;
    //padding-bottom:20px;
}

@media(max-width: 1199px){
    .flippingbook.layout .content
{
        min-height:300px;
    }
}

@media(max-width: 1199px){
    .flippingbook.layout .content, .flippingbook.layout .site-header{
        margin-left:0;
        width:100%;
        transition:margin .3s;
    }
    .flippingbook.layout .container{
        width:100%;
    }
    .flippingbook.layout .site-header .menu-container{
        box-shadow:1px 0 3px rgba(0,0,0,0);
    }
    .flippingbook.layout .site-header .menu-container .horizontal-menu{
        font-size:24px;
        line-height:57px;
        margin-bottom:25px;
    }
    .flippingbook.layout .site-header .menu-container .horizontal-menu li a{
        padding:0;
    }
    .flippingbook.layout .site-header .menu-container .user-menu{
        margin-bottom:30px;
        font-size:21px;
    }
    .flippingbook.layout .site-header .menu-container .user-menu .btn{
        display:block;
        margin-top:15px;
    }
    .flippingbook.layout .site-header .menu-container .search-box{
        float:none;
        margin:0 -37px;
    }
    .flippingbook.layout .site-header .menu-container .search-box input{
        width:100%;
    }
}

.flippingbook.layout.account .site-footer.compact{
    display:block;
}

@media(max-width: 1199px){
    .flippingbook.layout.account .site-footer.compact
{
        display:none;
    }
}

.flippingbook.layout.account .site-footer.normal{
    display:none;
}

.oldIE .facebook-likes{
    top:30px;
}

.popup-menu ul.in{
    display:block;
}

.popup-menu .icon-more{
    font-size:170%;
}

.popup.image, .popup.frame{
    cursor:pointer;
}

.fixable.fixed{
    position:fixed;
    top:15px;
}

@media(max-width: 1199px){
    .fixable.fixed
{
        position:static;
        top:auto;
    }
}

.modal-scrollbar-measure{
  position:absolute;
  top:-9999px;
  width:50px;
  height:50px;
  overflow:scroll;
}
.pseudo-scroll{
    position:fixed;
    top:0;
    bottom:0;
    right:0;
    background:#f0f0f0;
}

td[data-sort-field], th[data-sort-field]{
    cursor:pointer;
}

td[data-sort-field] span, th[data-sort-field] span{
    font-size:70%;
    display:inline-block;
    vertical-align:bottom;
    margin:0 0 3px 5px;
}
iframe[name='google_conversion_frame']{
    height:0 !important;
    width:0 !important;
    line-height:0 !important;
    font-size:0 !important;
    margin-top:-13px;
    float:left;
}
.account-menu{
    float:left;
    width:270px;
}
@media(max-width: 1199px){
    .account-menu
{
        display:none;
    }
}

.account-content{
    display:block;
    margin-left:300px;
    overflow:hidden;
    
    margin-top:-25px;
    padding-top:25px;

    position:relative;
}

@media(max-width: 1199px){
    .account-content
{
        margin-left:0;
    }
}

.left-menu li.subactive > a{
    font-weight:bold;
}

.left-menu .trial-not-started{
    margin-top:2em;
}

.left-menu .trial-not-started:before{
    content:' ';
    border-top:1px solid #dbdbdb;
    display:block;
    padding-bottom:1em;
    width:60%;
    margin-left:12px;
}

.left-menu .trial-not-started ul > li a{
    padding-left:8px;
}

.left-menu li a{
    position:relative;
}

.left-menu .overlay.icon{
    font-size:90%;
    position:absolute;
    left:3.4em;
    top:-.5em;
}
.flippingbook.layout .mobile-menu-container .mobile-menu .trial-not-started > ul > li{
    padding-left:0;
}

div.centered{
    text-align:center;
    margin:0 auto;
}

.fill{
    width:100%;
    min-width:5em;
}

input.fill, input.inp-lg.fill, input.inp-md.fill, input.inp-sm.fill, select.fill, select.inp-lg.fill, select.inp-md.fill, select.inp-sm.fill, .btn.fill, .btn.btn-lg.fill, .btn.btn-md.fill, .btn.btn-sm.fill{
    width:100%;
    min-width:5em;
}

.content-right{
    text-align:right !important;
}

.content-left{
    text-align:left !important;
}

.content-centered{
    text-align:center !important;
}

.btn.btn-icon{
    padding:0;
    text-align:center;
}

.btn.btn-icon.btn-lg{
    width:47px;
}

.btn.btn-icon.btn-sm{
    width:32px;
}
.callout{
    padding:1.5em;
    border-left:3px solid #dcdcdc;
    text-align:center;
}
.callout p:last-child{
    margin-bottom:0;
}
.callout.callout-note{
    border-left:5px solid #ffde7c;
    background-color:#f6f8fa;
}
.callout.callout-thin{
    padding-top:1em;
    padding-bottom:1em;
    border-left-width:1px;
}
@media(max-width: 991px){
    .callout
{
        border-left:none;
        border-top:3px solid #dcdcdc;
        border-bottom:3px solid #dcdcdc;
    }
    .callout.callout-thin{
        border-top-width:1px;
        border-bottom-width:1px;
    }
}

.clients-carousel{
    padding:21px 0 16px 0;
    margin-bottom:42px;
    overflow:hidden;
}

.clients-carousel .item{
    background:url('images/frontpage/clients-logo.png');
    width:80px;
    height:150px;
    margin:0 5px;
    display:inline-block;
}

.clients-carousel .item.template{
    display:none;
}

.clients-carousel .clipping-container{
    overflow:hidden;
    margin:0 auto;
    height:50px;
    position:relative;
}

.clients-carousel .clipping-container:before{
    content:' ';
    background:url('images/frontpage/clients-grad-overlay.png') repeat-y left top;
    position:absolute;
    left:0;
    top:0;
    bottom:0;
    width:20px;
    z-index:100;
}

.clients-carousel .clipping-container:after{
    content:' ';
    background:url('images/frontpage/clients-grad-overlay.png') repeat-y right top;
    position:absolute;
    right:0;
    top:0;
    bottom:0;
    width:20px;
    z-index:100;
}

.clients-carousel .clipping-container .moving-container{
    position:absolute;
    left:0;
    height:120px;
    text-align:left;
    z-index:99;
}

@media(max-width: 767px){
    .clients-carousel
{
        padding:9px 0 9px 0;
        margin-bottom:20px;
    }
}
.bg-escape-container{ 
    position:relative;
}
.bg-escape-container:before{
    position:absolute;
    left:-10000em;
    right:100%;
    height:100%;
    top:0;
    bottom:0;
    background:inherit;
    content:' ';
}
.bg-escape-container:after{
    position:absolute;
    left:100%;
    top:0;
    width:10000em;
    height:100%;
    background:inherit;
    content:' ';
}

h1 small,
h2 small,
h3 small,
h4 small{
	display:block;
    line-height:1.8;
}

h1 small{
	font-size:60%;
}

h2 small{
	font-size:65%;
}

h3 small,
h4 small{
    font-size:75%;
}
.info-box{
    border-radius:5px;
    padding:2em 3em 3em;
    margin-bottom:28px;
}
.info-box.info-box-primary{
    background-color:#3da9c4;
    color:#fff;
}
.info-box.info-box-primary h1, .info-box.info-box-primary h2, .info-box.info-box-primary h3, .info-box.info-box-primary h4, .info-box.info-box-primary p, .info-box.info-box-primary span, .info-box.info-box-primary .icon, .info-box.info-box-primary .icon:before{
    color:#fff;
}
.info-box.info-box-default{
    border:1px solid #dcdcdc;
}
.info-box table{
    border:none;
    padding:0;
    margin-bottom:20px;
}
.info-box table td{
    vertical-align:middle;
    padding:0;
    border:none;
    margin:0;
    height:51px;
}
.info-box table td h4{
    font-size:18px;
    font-weight:600;
    margin:4px 0 0 0;
    line-height:24px;
}
.info-box table td .icon{
    display:inline-block;
    font-size:36px;
}
.info-box table td:first-child{
    width:56px;
}
.info-box p:last-of-type{
    margin-bottom:0;
}

ul.tabs, ol.tabs{
    display:block;
    margin:0 0 1em 0;
    padding:0;
    list-style:none;
    font-size:24px;
}

ul.tabs li, ol.tabs li{
    display:inline-block;
    margin:0 14px;
    border-bottom:5px solid #d1d2d4;
}

ul.tabs li a, ol.tabs li a{
    display:inline-block;
    padding:0 0 10px 0;
    min-width:166px;
    color:#d1d2d4;
}

ul.tabs li a:hover, ol.tabs li a:hover{
    text-decoration:none;
}

ul.tabs li.active, ol.tabs li.active{
    border-bottom-color:#2daaca;
}

ul.tabs li.active a,ol.tabs li.active a{
    color:#3d464d;
}

.video-preview .video-container{
    display:block;
    position:relative;
    width:638px;
    margin:0 auto 25px auto;
}

.video-preview .video-container.has-shadow:after{
    content:' ';
    background:url('images/frontpage/video-shadow.jpg') no-repeat top center;
    position:absolute;
    bottom:-22px;
    left:0;
    right:0;
    height:25px;
    background-size:contain;
}

.video-preview .video-container a{
    display:block;
}

.video-preview .video-container a:before{
    content:' ';
    position:absolute;
    top:50%;
    left:50%;
    width:105px;
    height:105px;
    margin:-52px 0 0 -52px;
    background:url('images/frontpage/video-play.png');
}

.video-preview .video-container a:hover:before{
    background-position:0 105px;
}

.page-flash-component-as2 .row + .row{
    margin-top:40px;
}

.page-flash-component-as2 .head-in{
    background:url("images/legacy/head_component.jpg") no-repeat scroll 0 0 #6a4e7b;
}

.page-flash-component-as2 .head-in h1{
    color:#ccc;
}

.page-flash-component-as2 .head-in h1 i{
    color:#fff;
}

.page-flash-component-as2 .head-in p{
    color:#fff;
}

.page-flash-component-as2 .head-in p b{
    color:#ccc;
}

.page-flash-component-as2 .head-in .head-1 .hc-ic{
    background:url("images/legacy/hc_ic1.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-1 .in-img{
    background:url("images/legacy/in_img_1.png") no-repeat;
}

.page-flash-component-as2 .head-in .head-2 .hc-ic{
    background:url("images/legacy/hc_ic2.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-2 .in-img{
    background:url("images/legacy/in_img_2.png") no-repeat;
}

.page-flash-component-as2 .head-in .head-3 .hc-ic{
    background:url("images/legacy/hc_ic3.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-3 .in-img{
    background:url("images/legacy/in_img_3.png") no-repeat;
}

.page-flash-component-as2 .head-in .head-4 .hc-ic{
    background:url("images/legacy/hc_ic4.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-4 .in-img{
    background:url("images/legacy/in_img_4.png") no-repeat;
}

.page-flash-component-as2 .head-in .head-5 .hc-ic{
    background:url("images/legacy/hc_ic5.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-5 .in-img{
    background:url("images/legacy/in_img_5.png") no-repeat;
}

.page-flash-component-as2 .head-in .head-6 .hc-ic{
    background:url("images/legacy/hc_ic6.gif") no-repeat;
}

.page-flash-component-as2 .head-in .head-6 .in-img{
    background:url("images/legacy/in_img_6.png") no-repeat;
}

.page-flash-component-as2 .menu-inner .hin-ac{
    background:url("images/legacy/hin_ac.gif") no-repeat scroll 50% 0 transparent;
}

.page-flash-component-as2 .menu-inner .mi1{
    background-image:url("images/legacy/mi1.jpg");
}

.page-flash-component-as2 .menu-inner .mi2{
    background-image:url("images/legacy/mi2.jpg");
}

.page-flash-component-as2 .menu-inner .mi3{
    background-image:url("images/legacy/mi3.jpg");
}

.page-flash-component-as2 .menu-inner .mi4{
    background-image:url("images/legacy/mi4.jpg");
}

.page-flash-component-as2 .menu-inner .mi5{
    background-image:url("images/legacy/mi5.jpg");
}

.page-flash-component-as2 .menu-inner .mi6{
    background-image:url("images/legacy/mi6.jpg");
}
.page-flippingbook-html-edition .row + .row{
    margin-top:40px;
}
.page-flippingbook-html-edition .head-in{
    background:#acc78d url("images/legacy/head_html_edition.jpg") no-repeat;
}
.page-flippingbook-html-edition .head-in h1{
    color:#555;
}
.page-flippingbook-html-edition .head-in h1 i{
    font-style:normal;
    color:#787878;
}
.page-flippingbook-html-edition .head-in p{
    color:#676767;
}
.page-flippingbook-html-edition .head-in p b{
    color:#4f5763;
}
.page-flippingbook-html-edition .head-in .head-1 .hc-ic{
    background:url("images/legacy/hc_ic1_he.gif") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-1 .in-img{
    background:url("images/legacy/in_img_1_he.png") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-2 .hc-ic{
    background:url("images/legacy/hc_ic2_he.gif") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-2 .in-img{
    background:url("images/legacy/in_img_2_he.png") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-3 .hc-ic{
    background:url("images/legacy/hc_ic3_he.gif") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-3 .in-img{
    background:url("images/legacy/in_img_3_he.png") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-4 .hc-ic{
    background:url("images/legacy/hc_ic4_he.gif") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-4 .in-img{
    background:url("images/legacy/in_img_4_he.png") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-5 .hc-ic{
    background:url("images/legacy/hc_ic5_he.gif") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-5 .in-img{
    background:url("images/legacy/in_img_5_he.png") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-6 .hc-ic{
    background:url("images/legacy/hc_ic6_he.gif") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-6 .in-img{
    background:url("images/legacy/in_img_6_he.png") no-repeat;
}
.page-flippingbook-html-edition .head-in .head-3 .in-img{
    background:url("images/legacy/in_img_3_he.png") no-repeat center;
}
.page-flippingbook-html-edition .head-in .head-4 .in-img{
    background:url("images/legacy/in_img_4_he.png") no-repeat;
}
.page-flippingbook-html-edition .menu-inner .hin-ac{
    background:url("images/legacy/hin_ac_ed.gif") no-repeat 50% 0;
}
.page-flippingbook-html-edition .menu-inner .mi1{
    background-image:url("images/legacy/mi1.jpg");
}
.page-flippingbook-html-edition .menu-inner .mi2{
    background-image:url("images/legacy/mi2_he.jpg");
}
.page-flippingbook-html-edition .menu-inner .mi3{
    background-image:url("images/legacy/mi3_he.jpg");
}
.page-flippingbook-html-edition .menu-inner .mi4{
    background-image:url("images/legacy/mi4_he.jpg");
}
.page-flippingbook-html-edition .menu-inner .mi5{
    background-image:url("images/legacy/mi5_he.jpg");
}
.page-flippingbook-html-edition .menu-inner .mi6{
    background-image:url("images/legacy/mi6_he.jpg");
}

.page-legacy img{
    max-width:100%;
}

.page-legacy .legacy-gallery h1{
    font-weight:500;
    font-size:24px;
}

.page-legacy .legacy-gallery p{
    font-size:17px;
}

.page-legacy .legacy-gallery i{
    font-style:italic;
}

.page-legacy .legacy-gallery b{
    font-weight:bold;
}

.page-legacy .legacy-gallery .head-in{
    color:#fff;
    height:384px;
    margin:3px auto 0;
    padding:42px 0 0 61px;
    position:relative;
    width:934px;
}

.page-legacy .legacy-gallery .head-in p{
    width:300px;
    margin-top:30px;
}

.page-legacy .legacy-gallery .head-in .head-ins{
    position:absolute;
    top:42px;
    left:61px;
    width:840px;
    display:none;
}

.page-legacy .legacy-gallery .head-in .head-ins.head-1{
    display:block;
}

.page-legacy .legacy-gallery .head-in .head-ins .hc-ic{
    width:108px;
    height:108px;
    margin:0 0 0 89px;
}

.page-legacy .legacy-gallery .head-in .head-ins .in-img{
    float:right;
    width:479px;
    height:328px;
    margin:-14px -10px 0 0;
}

.page-legacy .legacy-gallery .menu-inner{
    height:94px;
    margin:0 auto;
    width:934px;
    background:url("images/legacy/menu_inner.jpg") no-repeat scroll 0 0 transparent;
}

.page-legacy .legacy-gallery .menu-inner p{
    float:left;
    padding:18px 21px 0 18px;
    color:#dcdee4;
    font-size:11px;
    text-align:right;
    width:130px;
}

.page-legacy .legacy-gallery .menu-inner ul{
    float:left;
    list-style:none outside none;
    margin:0;
    padding:0;
}

.page-legacy .legacy-gallery .menu-inner ul li{
    float:left;
    margin-right:9px;
    padding:18px 0 0;
}

.page-legacy .legacy-gallery .menu-inner ul li a:hover{
    background-position:0 100%;
}

.page-legacy .legacy-gallery .menu-inner ul li span{
    cursor:pointer;
    display:block;
    height:63px;
    width:61px;
}

.page-legacy .legacy-gallery .menu-inner ul .hin-ac span{
    background-position:0 100%;
}

.page-photo-album .heading{
    margin-top:-25px;
    background:url('images/frontpage/background.jpg') center center;
    background-size:cover;
}

.page-photo-album .heading .container{
    padding-top:25px;
    padding-bottom:30px;
    background:url('images/frontpage/background-overlay.png') top center no-repeat;
    background-size:100% 100%;
}

.page-photo-album .heading h1,.page-photo-album .heading h2,.page-photo-album .heading h3,.page-photo-album .heading h4,.page-photo-album .heading p{
    color:#fff;
}

.page-photo-album .feature-set{
    padding-bottom:50px;
}

.page-photo-album .feature-set:not(:first-of-type){
    padding-top:50px;
}

.page-photo-album .feature-set:nth-child(odd){
    background-color:#f6f8fa;
}

.page-photo-album .feature-set.mobile-devices{
    padding-bottom:0;
}

@media (min-width: 768px){
    .page-photo-album .feature-set:last-of-type{
        margin-bottom:-25px;
    }
}

@media (max-width: 991px){
    .page-photo-album .col-md-6+.col-md-6{
        margin-top:20px;
    }
}

.page-photo-album h1 small.badge{
    background:#3da9c4;
    border-radius:4px;
    color:#ffffff;
    font-weight:bold;
    display:inline-block;
    font-size:10px;
    vertical-align:top;
    padding:1px 4px;
}

.page-photo-album h2{
    margin-bottom:30px;
}

.page-photo-album .flickr{
    font-weight:600;
    color:#1544d3;
}

.page-photo-album .flickr i{
    color:#f9006d;
}

.page-photo-album .picasa{
    font-weight:600;
    color:#5d6e79;
}

.page-photographer .row + .row{
    margin-top:40px;
}

.page-photographer .head-in{
    background:url("images/legacy/head_photographer.jpg") no-repeat scroll 0 0 #9bbfd7;
}

.page-photographer .head-in h1{
    color:#555;
}

.page-photographer .head-in h1 i{
    color:#76868e;
}

.page-photographer .head-in p{
    color:#666;
    font-size:17px;
}

.page-photographer .head-in .head-1 .hc-ic{
    background:url("images/legacy/ppic1.gif") no-repeat;
}

.page-photographer .head-in .head-1 .in-img{
    background:url("images/legacy/ppscr_1.jpg") no-repeat;
}

.page-photographer .head-in .head-2 .hc-ic{
    background:url("images/legacy/ppic2.gif") no-repeat;
}

.page-photographer .head-in .head-2 .in-img{
    background:url("images/legacy/ppscr_2.jpg") no-repeat;
}

.page-photographer .head-in .head-3 .hc-ic{
    background:url("images/legacy/ppic3.gif") no-repeat;
}

.page-photographer .head-in .head-3 .in-img{
    background:url("images/legacy/ppscr_3.jpg") no-repeat;
}

.page-photographer .head-in .head-4 .hc-ic{
    background:url("images/legacy/ppic4.gif") no-repeat;
}

.page-photographer .head-in .head-4 .in-img{
    background:url("images/legacy/ppscr_4.jpg") no-repeat;
}

.page-photographer .head-in .head-5 .hc-ic{
    background:url("images/legacy/ppic5.gif") no-repeat;
}

.page-photographer .head-in .head-5 .in-img{
    background:url("images/legacy/ppscr_5.jpg") no-repeat;
}

.page-photographer .head-in .head-6 .hc-ic{
    background:url("images/legacy/ppic6.gif") no-repeat;
}

.page-photographer .head-in .head-6 .in-img{
    background:url("images/legacy/ppscr_6.jpg") no-repeat;
}

.page-photographer .head-in .head-7 .hc-ic{
    background:url("images/legacy/ppic7.gif") no-repeat;
}

.page-photographer .head-in .head-7 .in-img{
    background:url("images/legacy/ppscr_7.jpg") no-repeat;
}

.page-photographer .menu-inner .hin-ac{
    background:url("images/legacy/pp_ac_pub.gif") no-repeat scroll 50% 0 transparent;
}

.page-photographer .menu-inner .mi1{
    background-image:url("images/legacy/ppmi1.jpg");
}

.page-photographer .menu-inner .mi2{
    background-image:url("images/legacy/ppmi2.jpg");
}

.page-photographer .menu-inner .mi3{
    background-image:url("images/legacy/ppmi3.jpg");
}

.page-photographer .menu-inner .mi4{
    background-image:url("images/legacy/ppmi4.jpg");
}

.page-photographer .menu-inner .mi5{
    background-image:url("images/legacy/ppmi5.jpg");
}

.page-photographer .menu-inner .mi6{
    background-image:url("images/legacy/ppmi6.jpg");
}

.page-photographer .menu-inner .mi7{
    background-image:url("images/legacy/ppmi7.jpg");
}

.pika-single{
    z-index:9999;
    display:block;
    position:relative;
    color:#333;
    background:#fff;
    border:1px solid #ccc;
    border-bottom-color:#bbb;
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
}

.pika-single.is-hidden{
    display:none;
}

.pika-single.is-bound{
    position:absolute;
    box-shadow:0 5px 15px -5px rgba(0,0,0,.5);
}
.pika-single{
    *zoom:1;
}
.pika-single:before,
    .pika-single:after{
    content:" ";
    display:table;
}
.pika-single:after{
    clear:both
}

.pika-lendar{
    float:left;
    width:240px;
    margin:8px;
}

.pika-title{
    position:relative;
    text-align:center;
}

.pika-title select{
    cursor:pointer;
    position:absolute;
    z-index:9998;
    margin:0;
    left:0;
    top:5px;
    filter:alpha(opacity=0);
    opacity:0;
}

.pika-label{
    display:inline-block;
    *display:inline;
    position:relative;
    z-index:9999;
    overflow:hidden;
    margin:0;
    padding:5px 3px;
    font-size:14px;
    line-height:20px;
    font-weight:bold;
    background-color:#fff;
}

.pika-prev,
.pika-next{
    display:block;
    cursor:pointer;
    position:relative;
    outline:none;
    border:0;
    padding:0;
    width:20px;
    height:30px;
    text-indent:20px; 
    white-space:nowrap;
    overflow:hidden;
    background-color:transparent;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:75% 75%;
    opacity:.5;
    *position:absolute;
    *top:0;
}

.pika-prev:hover, .pika-next:hover{
    opacity:1;
}

.pika-prev.is-disabled, .pika-next.is-disabled{
    cursor:default;
    opacity:.2;
}

.pika-prev,
.is-rtl .pika-next{
    float:left;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==');
    *left:0;
}

.pika-next,
.is-rtl .pika-prev{
    float:right;
    background-image:url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=');
    *right:0;
}

.pika-select{
    display:inline-block;
    *display:inline;
}

.pika-table{
    width:100%;
    border-collapse:collapse;
    border-spacing:0;
    border:0;
}

.pika-table th,
    .pika-table td{
    width:14.285714285714286%;
    padding:0;
}

.pika-table th{
    color:#999;
    font-size:12px;
    line-height:25px;
    font-weight:bold;
    text-align:center;
}

.pika-table abbr{
    border-bottom:none;
    cursor:help;
}

.pika-button{
    cursor:pointer;
    display:block;
    box-sizing:border-box;
    outline:none;
    border:0;
    margin:0;
    width:100%;
    padding:5px;
    color:#666;
    font-size:12px;
    line-height:15px;
    text-align:right;
    background:#f5f5f5;
}

.is-today .pika-button{
    color:#33aaff;
    font-weight:bold;
}

.is-selected .pika-button{
    color:#fff;
    font-weight:bold;
    background:#3da9c4;
    box-shadow:inset 0 1px 3px #178fe5;
    border-radius:333px;
}

.is-disabled .pika-button{
    pointer-events:none;
    cursor:default;
    color:#999;
    opacity:.3;
}

.pika-button:hover{
    color:#fff !important;
    background:#5cb73c !important;
    box-shadow:none !important;
    border-radius:333px !important;
}

.pika-week{
    font-size:11px;
    color:#999;
}


.contacts-page .tab form{
    width:390px;
    max-width:100%;
    margin:0 auto;
}


.contacts-page .tab.contactus{
    padding-top:2em;
}


.contacts-page .local-contacts h3{
    color:#969ea0;
}


.contacts-page .escape-container{
    background:#f7f8fa;
    padding:50px 0;
    margin-top:3em;
}


@media(min-width: 768px){
    .contacts-page .escape-container
{
        margin-bottom:-25px;
    }
}


.contacts-page .escape-container .container{
    margin:0 auto;
}


.contacts-page .submitted{
    display:none;
}


.contacts-page .attached-files-title{
    display:none;
    text-align:left !important;
}


.contacts-page .attached-files{
    text-align:left;
}


.contacts-page .attached-files .file.in-progress{
    color:#b9d1d8;
}


.contacts-page .attached-files .file.in-progress .progress{
    color:#3d464d;
    font-weight:bold;
}


.contacts-page .attached-files .file span{
    float:none;
    display:inline-block;
    vertical-align:top;
}


.contacts-page .attached-files .file .name{
    max-width:262px;
    overflow:hidden;
    word-break:normal;
    text-overflow:ellipsis;
    white-space:nowrap;
}


.contacts-page .attached-files .file .size{}


.contacts-page .attached-files .file .error.progress{
    color:#fe5f5f;
}


.contacts-page .attached-files .file .icon-cross{
    display:none;
    color:#fe5f5f;
    cursor:pointer;
    margin-left:1em;
}


.contacts-page .attached-files .file:hover .icon-cross{
    display:inline-block;
}


.contacts-page label{
    position:relative;
}


.contacts-page .attach-files-control{
    text-align:left;
}


.contacts-page .attach-files-control button{
    float:left;
    margin-right:15px;
}


.contacts-page .attach-files-control .global-errors{
    display:block;
    margin-left:48px;
    padding-top:2px;
}


.contacts-page .attach-files-control .global-errors .error{
    color:#fe5f5f;
}


.contacts-page p:empty{
    display:none;
}


.contacts-page .icon.icon-info{
    background:#000000;
    background:rgba(0, 0, 0, 0.3);
    border-radius:100%;
    display:block;
    position:absolute;
    top:0;
    right:-30px;
    text-align:center;
    text-decoration:none;
    width:18px;
    height:18px;
    line-height:10px;
    font-size:10px;
}


.contacts-page .icon.icon-info:before{
    width:18px;
    height:18px;
    line-height:18px;
    vertical-align:baseline;
    color:#ffffff;
}


.contacts-page .icon.icon-info .tooltip{
    right:33px;
    top:-22px;
    width:265px;
    display:none;
    text-align:left;
}


.contacts-page .icon.icon-info .tooltip.left{
    right:33px;
}


.contacts-page .icon.icon-info .tooltip.right{
    left:33px;
}


.contacts-page .icon.icon-info:hover{
    background:#3da9c4;
    background:rgba(61,169,196,1);
}


.contacts-page .icon.icon-info:hover .tooltip{
    display:block;
}


.contacts-page .uploading .icon-cross{
    display:none !important;
}

.page-demos .row + .row{
    margin-top:30px;
}

@media(max-width: 767px){
    .page-demos .row + .row
{
        margin-top:20px;
    }
}

.page-demos h2 small{
    font-size:14px;
}

.page-demos h2 a{
    color:#3d464d;
    text-decoration:none;
}

.page-demos article ul{
    list-style:none;
    position:relative;
}

.page-demos article ul > li:before{
    font-family:"fb-icons";
    content:"\e004";
    position:absolute;
    left:0;
    line-height:1.7;
    width:1.7em;
    color:#5cb73c;
    text-align:center;
}

.page-demos .demos-tiles{
    list-style:none;
    margin:0 auto;
    display:block;
    padding-left:0;
}

.page-demos .demos-tiles > li{
    display:inline-block;
    padding-left:0;
    margin-top:0;
    margin-bottom:5px;
    margin-right:10px;
    width:155px;
}

.page-demos .demos-tiles > li a{
    display:block;
}

.page-demos .demos-tiles > li img{
    display:block;
}

@media(max-width: 767px){
    .page-demos .demos-tiles > li{
        display:block;
        margin-left:auto;
        margin-right:auto;
        margin-bottom:15px;
        width:155px;
    }
}

.page-demos .promo-demos{
    background:#2099b8;
    background:url('images/frontpage/background-overlay.png') center center no-repeat, -webkit-linear-gradient(top, #2099b8 0%, #71c4cc 50%, #3f85a9 100%);
    background:url('images/frontpage/background-overlay.png') center center no-repeat, linear-gradient(to bottom, #2099b8 0%, #71c4cc 50%, #3f85a9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2099b8', endColorstr='#3f85a9',GradientType=0 );
    background-size:100% 100%, 100% 100%;
    padding-top:50px;
    padding-bottom:35px;
    margin-top:10px;
    margin-bottom:30px;
    color:#ffffff;
    text-shadow:0 0 15px #388193;
}

.page-demos .promo-demos a{
    color:#ffffff;
}

.page-demos .promo-demos img{
    max-width:100%;
    box-shadow:0 0 15px #388193;
}

@media(max-width: 991px){
    .page-demos .promo-demos
{
        margin-top:30px;
    }
}

.page-demos a.preview{
    display:block;
    position:relative;
    text-align:center;
}

.page-demos a.preview .icon{
    display:block;
    width:70px;
    height:70px;
    position:absolute;
    left:50%;
    top:50%;
    margin-left:-35px;
    margin-top:-45px;
    background:#000000;
    background:rgba(0,0,0,0.3);
    border-radius:100%;
    text-align:center;
    text-decoration:none;
    font-size:32px;
}

.page-demos a.preview .icon:before{
    position:absolute;
    top:50%;
    left:50%;
    margin-left:-.45em;
    margin-top:-.45em;
    color:#ffffff;
    color:rgba(255,255,255,.8);
}

.page-demos a.preview .icon.icon-play:before{
    margin-left:-.4em;
}

.page-demos a.preview.preview-sm .icon{
    width:46px;
    height:46px;
    margin-left:-24px;
    margin-top:-24px;
    font-size:24px;
}

.page-demos a.preview.preview-shelf{
    width:319px;
}

.page-demos a.preview:hover .icon{
    background:#3da9c4;
    background:rgba(61,169,196,0.8);
    //text-shadow:0 0 2px #ffffff;
}

.page-demos .demos-top{
    line-height:1.8;
}

.page-demos .demos-top a.preview .icon{
    margin-top:-2.2em;
}

.page-demos .demos-top .demo-title{
    font-weight:bold;
    margin-top:14px;
}

.page-demos .demos-top .demo-author i{
    font-style:italic;
}

.page-demos .demos-right .title{
    margin-top:14px;
    margin-bottom:14px;
}

.page-demos .demos-footer h2{
    margin-bottom:30px;
}

.page-demos .demos-footer .active{
    font-weight:bold;
}

.page-demos .demos-footer .title{
    margin-top:14px;
    white-space:nowrap;
}

.page-demos .demos-footer img{
    max-width:100%;
}

@media(max-width: 1199px){
    .page-demos .demos-footer .col-md-2 + .col-md-2{
        margin-bottom:30px;
    }
}
.oldIE .page-demos aside{
    padding-right:0;
}
.oldIE .page-demos .demos-tiles > li{
    margin-right:auto;
}
.oldIE .page-demos .callout{
    margin-left:-15px;
    margin-right:-15px;
    padding-left:.5em;
    padding-right:.5em;
}

.page-downloads .lead-form{
    max-width:620px;
    min-height:47px;
    margin:26px auto 0 auto;
}

.page-downloads .lead-form .inp-lg{
    font-size:16px;
}

.page-downloads .lead-form .error-display{
    display:none;
}

@media(max-width: 767px){
    .page-downloads .lead-form
{
        padding-left:25px;
        padding-right:25px;
    }
    .page-downloads .lead-form .col-md-6, .page-downloads .lead-form .col-sm-6, .page-downloads .lead-form .col-xs-6, .page-downloads .lead-form .col-lg-6{
        padding:8px 5px;
    }
}

.page-downloads .heading{
    margin-top:-25px;
    margin-bottom:25px;
    text-align:center;
    background:#2097b9;
    background:-webkit-linear-gradient(top, #2097b9 0%, #207287 100%);
    background:linear-gradient(to bottom, #2097b9 0%, #207287 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2097b9', endColorstr='#207287',GradientType=0 );
    background-size:100% 100%;
}

.page-downloads .heading .container{
    padding:25px 0 30px 0;
    //background:url('images/frontpage/background-overlay.png') top center no-repeat;
    //background-size:100% 100%;
}

.page-downloads .heading h1{
    font-size:40px;
    color:#fff;
    margin-bottom:11px;
    font-weight:600;
}

.page-downloads .heading .benefits{
    color:#fff;
    font-size:16px;
}

@media(max-width: 767px){
    .page-downloads .heading h1{
        font-size:30px;
        font-weight:600;
        max-width:350px;
        margin:-15px auto 10px auto;
    }
}

.page-downloads .checks{
    max-width:638px;
    margin-bottom:40px;
}

.page-downloads .checks h2{
    text-align:center;
    font-size:30px;
    margin-bottom:22px;
}

.page-downloads .checks .list-checks > li:before{
    color:#5cb73c;
}

.page-downloads .contacts{
    text-align:center;
}

.page-downloads .facebook{
    max-width:530px;
    margin-bottom:40px;
}

.page-downloads .facebook iframe[style]{
    width:100% !important;
    display:block;
    z-index:2000;
    position:relative;
}

.page-downloads .facebook iframe span[style]{
    width:100% !important;
    display:block;
    z-index:2000;
    position:relative;
}

.page-features-v1 article{
    margin-bottom:30px;
}

.page-features-v1 article img{
    max-width:100%;
    max-height:450px;
    display:block;
    margin:auto;
}

.page-features-v1 article .note{
    padding:1em;
    border-left:5px solid #ffde7c;
    padding-left:1em;
    background-color:#f6f8fa;
}

.page-features-v1 .next-feature h3{
    display:inline-block;
    margin-right:30px;
    margin-bottom:0;
    line-height:37px;
    vertical-align:bottom;
}

.page-features-v1 .next-feature a{
    overflow-y:hidden;
}

@media(max-width: 767px){
    .page-features-v1 .next-feature
{
        margin-bottom:30px;
    }
}

.page-features-v1-index header + section{
    margin-top:35px;
}

.page-features-v1-index h2, .page-features-v1-index ul > li{
    margin-bottom:10px;
}

.page-features-v1-index h2 small{
    line-height:40px;
    font-size:14px;
}

.page-features-v1-index table{
    border:none;
    padding:0;
    margin:0 0 10px 0;
}

.page-features-v1-index table td{
    vertical-align:middle;
    padding:0;
    border:none;
    margin:0;
    height:51px;
}

.page-features-v1-index table td h4{
    font-size:18px;
    font-weight:600;
    margin:4px 0 0 0;
    line-height:24px;
}

.page-features-v1-index table td h4 a{
    color:#3d464d;
    text-decoration:none;
}

.page-features-v1-index table td .icon{
    display:inline-block;
    color:#627d88;
    font-size:36px;
}

.page-features-v1-index table td:first-child{
    width:46px;
}

.page-features .row + .row{
    margin-top:40px;
}

.page-features .feature-set{
    padding-bottom:50px;
}

.page-features .feature-set .tooltip.text{
    bottom:5.5em;
    display:none;
}

.page-features .feature-set .hover-trigger{
    cursor:pointer;
}

.page-features .feature-set .hover-trigger:hover .tooltip.text{
    display:block;
}

.page-features .feature-set:not(:first-of-type){
    padding-top:50px;
}

.page-features .feature-set:nth-child(even){
    background-color:#f6f8fa;
}

.page-features .feature-set h1, .page-features .feature-set h2{
    margin-bottom:20px;
}

.page-features .feature-set h1 small, .page-features .feature-set h2 small{
    font-size:14px;
}

.page-features .feature-set p{
    margin-bottom:0;
}

.page-features .feature-set img{
    max-width:100%;
}

.page-features .feature-set table{
    border:none;
    padding:0;
    margin:0 0 10px 0;
}

.page-features .feature-set table td{
    vertical-align:middle;
    padding:0;
    border:none;
    margin:0;
    height:51px;
}

.page-features .feature-set table td h4{
    font-size:18px;
    font-weight:600;
    margin:4px 0 0 0;
    line-height:24px;
}

.page-features .feature-set table td .icon{
    display:inline-block;
    color:#627d88;
    font-size:36px;
}

.page-features .feature-set table td:first-child{
    width:46px;
}

.home-page .carousel{
    margin:34px 0 0 0;
    padding-bottom:23px;
}

.home-page .carousel ul{
    -webkit-transform:translate3d(0,0,0);
            transform:translate3d(0,0,0);
    list-style:none;
    padding:0;
    margin:0;
    height:295px;
    width:0;
    margin:0 auto;
    position:relative;
}

.home-page .carousel ul li{
    display:none;
    position:absolute;
    transition:opacity ease-out .33s, -webkit-transform ease-out .33s;
    transition:transform ease-out .33s, opacity ease-out .33s;
    transition:transform ease-out .33s, opacity ease-out .33s, -webkit-transform ease-out .33s;
    height:295px;
    width:234.82px;
    -webkit-transform-origin:0 0;
                -ms-transform-origin:0 0;
            transform-origin:0 0;
    -webkit-transform:translate(0,0) scale(1);
                -ms-transform:translate(0,0) scale(1);
            transform:translate(0,0) scale(1);
}

.home-page .carousel ul li a{
    -webkit-touch-callout:none;
    -webkit-user-drag:none;
    outline:none;
    position:relative;
    display:inline-block;
}

.home-page .carousel ul li a:hover, .home-page .carousel ul li a:focus, .home-page .carousel ul li a:active{
    outline:none;
}

.home-page .carousel ul li a img{
    -webkit-touch-callout:none;
    -webkit-user-drag:none;
    z-index:1;
    transition:all ease-out .33s;
    background:#fff;
    max-height:295px;
    max-width:234.82px;
}

.home-page .carousel ul li a:before{
    transition:all ease-out .33s;
    z-index:-1;
    content:" ";
    position:absolute;
    top:0;
    left:-14%;
    bottom:-2.5%;
    right:-14%;
    background:url('images/frontpage/demo-covers/shadow.png') no-repeat bottom center;
    background-size:100% 100%;
}

.home-page .carousel ul li.prev, .home-page .carousel ul li.next{
    display:block;
    width:40px;
    height:295px;
    cursor:pointer;
    top:0;
    z-index:101;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

.home-page .carousel ul li.prev .icon, .home-page .carousel ul li.next .icon{
    color:#fff;
    font-size:40px;
    display:block;
    margin-top:127.5px;
}

.home-page .carousel ul li.prev{
    right:427.89075px;
}

.home-page .carousel ul li.next{
    left:427.89075px;
}

.home-page .carousel ul li.current-0{
    display:block;
    -webkit-transform:translate(-117.41px,0) scale(1);
                -ms-transform:translate(-117.41px,0) scale(1);
            transform:translate(-117.41px,0) scale(1);
    z-index:100;
}

.home-page .carousel ul li.current-1{
    display:block;
    z-index:99;
}

.home-page .carousel ul li.current-1.left{
    -webkit-transform:translate( -278.55522px, 21px) scale(.915);
                -ms-transform:translate( -278.55522px, 21px) scale(.915);
            transform:translate( -278.55522px, 21px) scale(.915);
}

.home-page .carousel ul li.current-1.right{
    -webkit-transform:translate( 63.69493px, 21px) scale(.915);
                -ms-transform:translate( 63.69493px, 21px) scale(.915);
            transform:translate( 63.69493px, 21px) scale(.915);
}

.home-page .carousel ul li.current-2{
    display:block;
    z-index:98;
}

.home-page .carousel ul li.current-2.left{
    -webkit-transform:translate( -397.89075px,32px) scale(.847);
                -ms-transform:translate( -397.89075px,32px) scale(.847);
            transform:translate( -397.89075px,32px) scale(.847);
}

.home-page .carousel ul li.current-2.right{
    -webkit-transform:translate( 198.99821px,32px) scale(.847);
                -ms-transform:translate( 198.99821px,32px) scale(.847);
            transform:translate( 198.99821px,32px) scale(.847);
}

.home-page .carousel ul li.current-3{
    display:block;
    opacity:0;
    z-index:97;
}

.home-page .carousel ul li.current-3.left{
    -webkit-transform:translate( -417.89075px,22px) scale(.800);
                -ms-transform:translate( -417.89075px,22px) scale(.800);
            transform:translate( -417.89075px,22px) scale(.800);
}

.home-page .carousel ul li.current-3.right{
    -webkit-transform:translate(  218.99821px,22px) scale(.800);
                -ms-transform:translate(  218.99821px,22px) scale(.800);
            transform:translate(  218.99821px,22px) scale(.800);
}

@media(max-width: 1199px){
    .home-page .carousel
{
        width:100%;
        overflow:hidden;
    }
    .home-page .carousel ul li.prev, .home-page .carousel ul li.next{
        display:none;
    }
}

.oldIE .home-page .carousel{
    margin:34px 0 0 0;
    padding-bottom:23px;
}

.oldIE .home-page .carousel ul{
    -webkit-transform:translate3d(0,0,0);
            transform:translate3d(0,0,0);
    list-style:none;
    padding:0;
    margin:0;
    height:295px;
    width:0;
    margin:0 auto;
    position:relative;
}

.oldIE .home-page .carousel ul li{
    display:none;
    position:absolute;
    transition:all ease-out .33s;
}

.oldIE .home-page .carousel ul li a{
    outline:none;
    position:relative;
    display:inline-block;
}

.oldIE .home-page .carousel ul li a:hover,.oldIE .home-page .carousel ul li a:focus,.oldIE .home-page .carousel ul li a:active{
    outline:none;
}

.oldIE .home-page .carousel ul li a img{
    z-index:1;
    transition:all ease-out .33s;
    background:#fff;
}

.oldIE .home-page .carousel ul li a:before{
    transition:all ease-out .33s;
    z-index:-1;
    content:" ";
    position:absolute;
    top:0;
    left:-14%;
    bottom:-2.5%;
    right:-14%;
    background:url('images/frontpage/demo-covers/shadow.png') no-repeat bottom center;
    background-size:100% 100%;
}

.oldIE .home-page .carousel ul li.prev, .oldIE .home-page .carousel ul li.next{
    display:block;
    width:40px;
    height:295px;
    cursor:pointer;
    top:0;
    z-index:101;
}

.oldIE .home-page .carousel ul li.prev .icon, .oldIE .home-page .carousel ul li.next .icon{
    color:#fff;
    font-size:40px;
    display:block;
    margin-top:127.5px;
}

.oldIE .home-page .carousel ul li.prev{
    right:447.89075px;
}

.oldIE .home-page .carousel ul li.next{
    left:447.89075px;
}

.oldIE .home-page .carousel ul li.current-0{
    display:block;
    height:295px;
    width:234.82px;
    left:-117.41px;
    top:0;
    z-index:100;
}

.oldIE .home-page .carousel ul li.current-0 img{
    max-height:295px;
    max-width:234.82px;
}

.oldIE .home-page .carousel ul li.current-1{
    display:block;
    height:269.925px;
    width:214.8603px;
    top:21px;
    z-index:99;
}

.oldIE .home-page .carousel ul li.current-1.left{
    left:-278.55522px;
}

.oldIE .home-page .carousel ul li.current-1.right{
    left:63.69493px;
}

.oldIE .home-page .carousel ul li.current-1 img{
    max-height:269.925px;
    max-width:214.8603px;
}

.oldIE .home-page .carousel ul li.current-2{
    display:block;
    height:249.865px;
    width:198.89254px;
    top:32px;
    z-index:98;
}

.oldIE .home-page .carousel ul li.current-2.left{
    left:-397.89075px;
}

.oldIE .home-page .carousel ul li.current-2.right{
    left:198.99821px;
}

.oldIE .home-page .carousel ul li.current-2 img{
    max-height:249.865px;
    max-width:198.89254px;
}

.oldIE .home-page .carousel ul li.current-3{
    display:block;
    opacity:0;
    filter:alpha(opacity=0);
    height:236px;
    width:187.856px;
    top:22px;
    z-index:97;
}

.oldIE .home-page .carousel ul li.current-3.left{
    left:-417.89075px;
}

.oldIE .home-page .carousel ul li.current-3.right{
    left:218.99821px;
}

.oldIE .home-page .carousel ul li.current-3 img{
    max-height:236px;
    max-width:187.856px;
}

@media(max-width: 1199px){
    .oldIE .home-page .carousel
{
        width:100%;
        overflow:hidden;
    }
    .oldIE .home-page .carousel ul li.prev, .oldIE .home-page .carousel ul li.next{
        display:none;
    }
}

.home-page{
    margin-top:-25px;
    text-align:center;
}

.home-page .row{
    text-align:left;
}

.home-page .lead-form{
    max-width:620px;
    min-height:47px;
    margin:26px auto 0 auto;
}

.home-page .lead-form .col-md-6, .home-page .lead-form .col-sm-6, .home-page .lead-form .col-xs-6, .home-page .lead-form .col-lg-6{
    padding:0 5px;
}

.home-page .lead-form .inp-lg{
    font-size:16px;
}

.home-page .lead-form .error-display{
    display:none;
}

@media(max-width: 767px){
    .home-page .lead-form
{
        padding-left:25px;
        padding-right:25px;
    }
    .home-page .lead-form .col-md-6, .home-page .lead-form .col-sm-6, .home-page .lead-form .col-xs-6, .home-page .lead-form .col-lg-6{
        padding:8px 5px;
    }
}

.home-page .first-screen{
    background:#2099b8;
    background:url('images/frontpage/background-overlay.png') center center no-repeat, -webkit-linear-gradient(top, #2099b8 0%, #71c4cc 50%, #3f85a9 100%);
    background:url('images/frontpage/background-overlay.png') center center no-repeat, linear-gradient(to bottom, #2099b8 0%, #71c4cc 50%, #3f85a9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2099b8', endColorstr='#3f85a9',GradientType=0 );
    background-size:100% 100%, 100% 100%;
}

.home-page .first-screen .container{
    padding:25px 0 30px 0;
}

.home-page .first-screen h1{
    font-size:40px;
    color:#fff;
    margin-bottom:11px;
    font-weight:600;
}

.home-page .first-screen p{
    font-size:18px;
    margin:0 auto;
    color:#fff;
    line-height:30px;
    text-shadow:0px 0px 15px #388193;
}

@media(max-width: 767px){
    .home-page .first-screen h1{
        font-size:30px;
        font-weight:600;
        max-width:350px;
        margin:-15px auto 10px auto;
    }
    .home-page .first-screen .carousel{
        margin-top:20px;
        margin-bottom:-35px;
    }
}

.home-page .movie{
    margin-bottom:55px;
}

.home-page .movie h2{
    font-size:30px;
    margin-bottom:22px;
}

.home-page .movie p{
    font-size:18px;
    margin:0 auto;
    line-height:28px;
    margin-bottom:38px;
}

.home-page .movie .video-preview .video-container{
    width:638px;
}

@media(max-width: 767px){
    .home-page .movie
{
        margin-bottom:20px;
    }
    .home-page .movie h2{
        font-size:28px;
        max-width:300px;
        margin:0 auto 35px auto;
    }
    .home-page .movie p{
        display:none;
    }
    .home-page .movie .video-preview .video-container{
        width:100%;
    }
    .home-page .movie .video-preview .video-container img{
        width:100%;
        height:auto;
    }
}

@media(max-width: 1199px){
    .home-page .movie
{
        margin-bottom:30px;
    }
}

.home-page .engage, .home-page .mini-features{
    background:#f6f8fa;
    padding:40px 0 50px 0;
    margin-bottom:45px;
}

.home-page .engage h2, .home-page .mini-features h2{
    font-size:30px;
    margin-bottom:16px;
}

.home-page .engage p, .home-page .mini-features p{
    font-size:18px;
    margin:0 auto;
    margin-bottom:15px;
}

.home-page .engage .row table, .home-page .mini-features .row table{
    border:none;
    padding:0;
    margin:20px 0 10px 0;
}

.home-page .engage .row table td, .home-page .mini-features .row table td{
    vertical-align:middle;
    padding:0;
    border:none;
    margin:0;
    height:51px;
}

.home-page .engage .row table td h4, .home-page .mini-features .row table td h4{
    font-size:18px;
    font-weight:600;
    margin:4px 0 0 0;
    line-height:24px;
}

.home-page .engage .row table td .icon, .home-page .mini-features .row table td .icon{
    display:inline-block;
    color:#627d88;
    font-size:36px;
}

.home-page .engage .row table td:first-child, .home-page .mini-features .row table td:first-child{
    width:46px;
}

.home-page .engage .row p, .home-page .mini-features .row p{
    font-size:14px;
    margin-bottom:0;
}

@media(max-width: 767px){
    .home-page .engage, .home-page .mini-features
{
        padding:30px 0 30px 0;
        margin-bottom:30px;
    }
    .home-page .engage h2, .home-page .mini-features h2{
        font-size:28px;
        margin-bottom:0;
    }
    .home-page .engage p, .home-page .mini-features p{
        display:none;
    }
    .home-page .engage .row p, .home-page .mini-features .row p{
        display:block;
        font-size:18px;
    }
}

@media(max-width: 1199px){
    .home-page .engage, .home-page .mini-features
{
        padding:30px 0 30px 0;
        margin-bottom:30px;
    }
    .home-page .engage h2, .home-page .mini-features h2{
        margin-bottom:0;
    }
    .home-page .engage .row table, .home-page .mini-features .row table{
        margin-top:0;
    }
}

.home-page .features{
    margin-bottom:30px;
}

.home-page .features img{
    margin:0 auto;
    display:block;
}

@media(max-width: 991px){
    .home-page .features img.image-first{
        width:296px;
        height:229px;
    }
    .home-page .features img.image-second{
        width:296px;
        height:229px;
    }
}

@media(max-width: 767px){
    .home-page .features img.image-first, .home-page .features img.image-second{
        max-width:100%;
        height:auto;
        margin-top:20px;
        margin-bottom:20px;
    }
}

.home-page .features .row.inverse .col-md-6, .home-page .features .row.inverse .col-sm-6, .home-page .features .row.inverse .col-xs-6, .home-page .features .row.inverse .col-lg-6{
    float:right;
}

@media(max-width: 767px){
    .home-page .features .row.inverse .col-md-6, .home-page .features .row.inverse .col-sm-6, .home-page .features .row.inverse .col-xs-6, .home-page .features .row.inverse .col-lg-6
{
        float:none;
    }
}

.home-page .features .row:first-child{
    margin-bottom:50px;
}

@media(max-width: 767px){
    .home-page .features
{
        margin-bottom:5px;
    }
    .home-page .features p{
        font-size:18px;
    }
    .home-page .features .row:first-child{
        margin-bottom:10px;
    }
}

@media(max-width: 1199px){
    .home-page .features
{
        margin-bottom:10px;
    }
    .home-page .features .row:first-child{
        margin-bottom:20px;
    }
}

.home-page .clients-carousel{
    border-bottom:none;
    position:relative;
    overflow:visible;
}

@media(max-width: 767px){
    .home-page .clients-carousel
{
        margin-bottom:40px;
    }
}

.home-page .mini-features{
    padding:30px 0 50px 0;
    margin-bottom:49px;
}

@media(max-width: 767px){
    .home-page .mini-features
{
        padding:5px 0 30px 0;
        margin-bottom:30px;
    }
}

.home-page .last-lead-form{
    padding-bottom:33px;
}

.home-page .last-lead-form h2{
    font-size:30px;
    margin-bottom:36px;
}

@media(max-width: 767px){
    .home-page .last-lead-form h2{
        margin-bottom:15px;
    }
}
.help-center .page-content .help-page-business-v2 .feature-list, .help-editor .help-page-business-v2 .feature-list{
    margin-top:0;
    padding:0;
    margin-bottom:10px;
    border-collapse:separate;
    border:none;
}
.help-center .page-content .help-page-business-v2 .feature-list h1, .help-center .page-content .help-page-business-v2 .feature-list h2, .help-editor .help-page-business-v2 .feature-list h1, .help-editor .help-page-business-v2 .feature-list h2{
    font-weight:normal;
}
.help-center .page-content .help-page-business-v2 .feature-list tr.first td,.help-editor .help-page-business-v2 .feature-list tr.first td{
    padding-top:0;
}
.help-center .page-content .help-page-business-v2 .feature-list tr.last td,.help-editor .help-page-business-v2 .feature-list tr.last td{
    padding-bottom:0;
    border-bottom:0 none;
}
.help-center .page-content .help-page-business-v2 .feature-list tr td, .help-editor .help-page-business-v2 .feature-list tr td{
    width:50%;
    margin:0;
    padding:25px 0;
    position:relative;
    vertical-align:middle;
    background-color:#ffffff !important;
    border-left:0 none;
    border-right:0 none;
    border-top:0 none;
    border-bottom:1px solid #dadada;
}
.help-center .page-content .help-page-business-v2 .feature-list tr td img, .help-editor .help-page-business-v2 .feature-list tr td img{
    margin:auto;
}
.help-center .page-content .help-page-business-v2 .feature-list tr td.vtop, .help-editor .help-page-business-v2 .feature-list tr td.vtop{
    vertical-align:top;
}
.help-center .page-content .help-page-business-v2 .feature-list tr td.vtop img, .help-editor .help-page-business-v2 .feature-list tr td.vtop img{
    margin-top:-25px;
}
.help-center .page-content .help-page-business-v2 .feature-list tr td p:last-of-type, .help-editor .help-page-business-v2 .feature-list tr td p:last-of-type{
    margin-bottom:0;
}
.help-center .page-content .help-page-business-v2 .feature-list tr .testimonial .testimonial-content, .help-editor .help-page-business-v2 .feature-list tr .testimonial .testimonial-content{
    display:inline-block;
    border-left:3px solid #5CA2CB;
    border-right:3px solid #5CA2CB;
    border-top:3px solid #5CA2CB;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin:20px 0 0 0;
    padding:1.5em 1em 1em 1em;
    position:relative;
    font-style:italic;
    color:#5CA2CB;
}
.help-center .page-content .help-page-business-v2 .feature-list tr .testimonial p.testimonial-author, .help-editor .help-page-business-v2 .feature-list tr .testimonial p.testimonial-author{
    margin:1em 0;
    padding:0 10px;
    color:#999999;
}
.help-center .page-content .help-page-business-v2 .feature-list tr .testimonial .arrow, .help-editor .help-page-business-v2 .feature-list tr .testimonial .arrow{
    position:absolute;
    display:block;
    background:url(images/features/v2/testimonial-arrow-left.png) 0 0 transparent;
    width:15px;
    height:17px;
    top:50%;
    left:-15px;
    margin-top:-8px;
}

.help.page #business ul.feature-list li{
    padding:0;
}

.help.page #business ul.feature-list li.border{
    margin:0;
}

#business h1, #business h2{
    font-size:20px;
    line-height:1em;
    font-weight:normal;
    display:inline;
    vertical-align:middle;
}

#business ul.feature-list{
    margin-top:8px;
    list-style:none;
    padding:0;
    margin-bottom:10px;
}

#business ul.feature-list li{
    height:250px;
}

#business ul.feature-list li.border{
    border-top:1px solid #dadada;
    margin:0 25px;
    height:0;
}

#business ul.feature-list li.l .col{
    float:left;
}

#business ul.feature-list li.r .col{
    float:right;
}

#business ul.feature-list li .col{
    width:50%;
    margin:0;
    padding:0;
    position:relative;
    height:100%;
    min-height:200px;
}

#business ul.feature-list li .col .vmh{
    display:inline-block;
    height:100%;
    vertical-align:middle;
    width:0;
}

#business ul.feature-list li .col .vm{
    display:inline-block;
    vertical-align:middle;
    width:100%;
}

#business ul.feature-list li .col .cw{
    text-align:center;
}

#business ul.feature-list li .col img{
    margin:auto;
}

#business ul.feature-list li .col img.vtop{
    margin:0 auto;
}

#business ul.feature-list li .col .hw{
    padding-top:1em;
}

#business ul.feature-list li .col .gopro{
    display:inline-block;
    vertical-align:middle;
    height:20px;
    margin-left:5px;
}

#business ul.feature-list li .col .gopro b{
    display:inline-block;
    height:20px;
    background:url(images/features/v2/gopro_back.gif) 0 -40px transparent;
    vertical-align:middle;
}

#business ul.feature-list li .col .gopro b.t{
    padding:2px 10px;
    height:16px;
    font-weight:bold;
    color:#ffffff;
    text-shadow:-1px 1px 1px rgba(0, 0, 0, 0.25));
}

#business ul.feature-list li .col .gopro b.s{
    width:10px;
    background-position:0 0;
}

#business ul.feature-list li .col .gopro b.e{
    width:10px;
    background-position:0 -20px;
}

#business ul.feature-list li .col .gopro:hover b.t{
    background-position:0 -100px;
}

#business ul.feature-list li .col .gopro:hover b.s{
    background-position:0 -60px;
}

#business ul.feature-list li .col .gopro:hover b.e{
    background-position:0 -80px;
}

#business ul.feature-list li.reading{
    height:280px;
}

#business ul.feature-list li.mobile{
    height:270px;
}

#business ul.feature-list li.catalog{
    height:240px;
}

#business ul.feature-list li.branding{
    height:340px;
}

#business ul.feature-list li.branding span.testimonial{
    display:inline-block;
    border-left:3px solid #5CA2CB;
    border-right:3px solid #5CA2CB;
    border-top:3px solid #5CA2CB;
    border-top-left-radius:5px;
    border-top-right-radius:5px;
    margin:20px -3px 0;
    padding:1.5em 1em 1em;
    position:relative;
    font-style:italic;
    color:#5CA2CB;
}

#business ul.feature-list li.branding p.testimonial-author{
    margin:0.5em 0 1.5em;
    padding:0 10px;
    color:#999999;
}

#business ul.feature-list li.branding .arrow{
    position:absolute;
    display:block;
    background:url(images/features/v2/testimonial-arrow-left.png) 0 0 transparent;
    width:15px;
    height:17px;
    top:50%;
    left:-15px;
    margin-top:-8px;
}

#business ul.feature-list li.media{
    height:270px;
}

#business ul.feature-list li.analytics{
    height:260px;
}

#business ul.feature-list li.publ{
    height:250px;
}

#business ul.feature-list li.sharing{
    height:260px;
}

#why-upgrade{
	margin:0 auto;
}

#why-upgrade>p{
    margin:2em 0;
}

#why-upgrade h2{
    font-size:22px;
    font-weight:normal;
    margin:0;
}

#why-upgrade .highlight{
    border-radius:5px;
    position:relative;
    border:1px solid #ccccff;
    padding:25px 30px;
    margin:30px 0;
}

#why-upgrade .highlight .icon.warning{
    vertical-align:baseline;
    margin:0 10px 0 0;
}

#why-upgrade .highlight h2{
    display:inline-block;
    vertical-align:baseline;
}

#why-upgrade .right-img{
    padding-right:350px;
    min-height:70px;
    margin:30px 0 50px;
}

#why-upgrade .right-img span{
    display:inline-block;
    vertical-align:middle;
    font-weight:bold;
}

#why-upgrade .right-img img{
    display:block;
    width:290px;
    height:210px;
    position:absolute;
    top:50%;
    right:10px;
    margin-top:-105px;
}

#why-upgrade .icon{
    display:inline-block;
    vertical-align:middle;
    background:url(images/sprites.png) no-repeat scroll 0 0 transparent !important;
    height:16px;
    width:16px;
}

#why-upgrade .icon.warning{
    background-position:0 -197px !important;
    height:22px;
    width:26px;
}

#why-upgrade ul.changelist{
    margin:2em 0 0;
}

#why-upgrade ul.changelist>li{
    background:url('images/help/why-upgrade/red-cross.png') no-repeat scroll 0 0 transparent;
    padding:0 0 8px 25px;
    margin:0;
    list-style:none;
}
.help-editor{
    padding:1em;
}

.help-center .page-content table, .help-editor table{
    font:400 14px 'Open Sans', Helvetica, Arial, sans-serif;
    box-sizing:border-box;
    width:100%;
    border-collapse:separate;
    border:1px solid #edeced;
    border-radius:3px;
    margin-bottom:20px;
}

.help-center .page-content table th, .help-editor table th{
    font-weight:700;
    padding:14px 22px;
    text-align:left;
    border-bottom:1px solid #edeced;
}

.help-center .page-content table thead th, .help-center .page-content table thead td, .help-editor table thead th, .help-editor table thead td{
    font-weight:bold;
    background:#d7e5e9;
    text-align:center;
}

.help-center .page-content table tr:nth-child(even), .help-editor table tr:nth-child(even){
    background-color:#f6f8fa;
}

.help-center .page-content table td, .help-editor table td{
    padding:20px 22px;
}

.help-center .page-content table td p + p, .help-editor table td p + p{
    margin-top:0px;
}

.help-center .page-content table td p, .help-editor table td p{
    margin-bottom:0px;
}

.help-center .page-content h1, .help-editor h1{
    color:#54585d;
    font-size:28px;
}

.help-center .page-content h4, .help-editor h4{
    font-weight:normal;
    font-size:1.1em;
}

.help-center .page-content .row .col-1.no-padding, .help-center .page-content .row .col-2.no-padding, .help-center .page-content .row .col-3.no-padding, .help-center .page-content .row .col-4.no-padding, .help-center .page-content .row .col-5.no-padding, .help-center .page-content .row .col-6.no-padding, .help-center .page-content .row .col-7.no-padding, .help-center .page-content .row .col-8.no-padding, .help-center .page-content .row .col-9.no-padding, .help-center .page-content .row .col-10.no-padding, .help-center .page-content .row .col-11.no-padding, .help-center .page-content .row .col-12.no-padding, .help-editor .row .col-1.no-padding, .help-editor .row .col-2.no-padding, .help-editor .row .col-3.no-padding, .help-editor .row .col-4.no-padding, .help-editor .row .col-5.no-padding, .help-editor .row .col-6.no-padding, .help-editor .row .col-7.no-padding, .help-editor .row .col-8.no-padding, .help-editor .row .col-9.no-padding, .help-editor .row .col-10.no-padding, .help-editor .row .col-11.no-padding, .help-editor .row .col-12.no-padding{
    padding-left:0;
    padding-right:0;
}

.help-center .page-content .row .col-1.no-padding-left, .help-center .page-content .row .col-2.no-padding-left, .help-center .page-content .row .col-3.no-padding-left, .help-center .page-content .row .col-4.no-padding-left, .help-center .page-content .row .col-5.no-padding-left, .help-center .page-content .row .col-6.no-padding-left, .help-center .page-content .row .col-7.no-padding-left, .help-center .page-content .row .col-8.no-padding-left, .help-center .page-content .row .col-9.no-padding-left, .help-center .page-content .row .col-10.no-padding-left, .help-center .page-content .row .col-11.no-padding-left, .help-center .page-content .row .col-12.no-padding-left, .help-editor .row .col-1.no-padding-left, .help-editor .row .col-2.no-padding-left, .help-editor .row .col-3.no-padding-left, .help-editor .row .col-4.no-padding-left, .help-editor .row .col-5.no-padding-left, .help-editor .row .col-6.no-padding-left, .help-editor .row .col-7.no-padding-left, .help-editor .row .col-8.no-padding-left, .help-editor .row .col-9.no-padding-left, .help-editor .row .col-10.no-padding-left, .help-editor .row .col-11.no-padding-left, .help-editor .row .col-12.no-padding-left{
    padding-left:0;
}

.help-center .page-content .row .col-1.no-padding-right, .help-center .page-content .row .col-2.no-padding-right, .help-center .page-content .row .col-3.no-padding-right, .help-center .page-content .row .col-4.no-padding-right, .help-center .page-content .row .col-5.no-padding-right, .help-center .page-content .row .col-6.no-padding-right, .help-center .page-content .row .col-7.no-padding-right, .help-center .page-content .row .col-8.no-padding-right, .help-center .page-content .row .col-9.no-padding-right, .help-center .page-content .row .col-10.no-padding-right, .help-center .page-content .row .col-11.no-padding-right, .help-center .page-content .row .col-12.no-padding-right, .help-editor .row .col-1.no-padding-right, .help-editor .row .col-2.no-padding-right, .help-editor .row .col-3.no-padding-right, .help-editor .row .col-4.no-padding-right, .help-editor .row .col-5.no-padding-right, .help-editor .row .col-6.no-padding-right, .help-editor .row .col-7.no-padding-right, .help-editor .row .col-8.no-padding-right, .help-editor .row .col-9.no-padding-right, .help-editor .row .col-10.no-padding-right, .help-editor .row .col-11.no-padding-right, .help-editor .row .col-12.no-padding-right{
    padding-right:0;
}

.help-center .page-content .vmh, .help-editor .vmh{
    display:inline-block;
    height:100%;
    vertical-align:middle;
    width:0;
}

.help-center .page-content .vm, .help-editor .vm{
    display:inline-block;
    vertical-align:middle;
    width:98%;
}

.help-center .page-content .container-fluid.container-outstanding, .help-editor .container-fluid.container-outstanding{
    margin-left:-20px;
    margin-right:-20px;
    padding-left:35px;
    padding-right:35px;
}

.help-center .page-content .button, .help-editor .button{
    font-weight:bold;
}

.help-center .page-content .header > *, .help-editor .header > *{
    margin-top:1em;
}

.help-center .page-content .head-link, .help-editor .head-link{
    margin-bottom:1em;
    color:#54585d;
}

.help-center .page-content .head-link h1, .help-center .page-content .head-link h2, .help-editor .head-link h1, .help-editor .head-link h2{
    font-size:28px;
}

.help-center .page-content .head-link a, .help-editor .head-link a{
    vertical-align:baseline !important;
    text-decoration:none;
}

.help-center .page-content .head-link a:hover, .help-editor .head-link a:hover{
    text-decoration:underline;
}

.help-center .page-content .col-faq, .help-editor .col-faq{
    line-height:2.1em;
}

.help-center .page-content .col-faq ol, .help-editor .col-faq ol{
    margin-top:1em;
}

.help-center .page-content .col-faq a, .help-editor .col-faq a{
    text-decoration:none;
}

.help-center .page-content .col-faq a:hover, .help-center .page-content .col-faq a:active, .help-editor .col-faq a:hover, .help-editor .col-faq a:active{
    text-decoration:underline;
}

.help-center .page-content h1, .help-editor h1{
    margin-bottom:0.5em;
    line-height:1.3;
    padding-top:0.1em;
}

.help-center .page-content h2, .help-editor h2{
    font-size:1.7em;
    font-weight:bold;
}

.help-center .page-content h3, .help-editor h3{
    font-size:1.5em;
    font-weight:bold;
}

.help-center .page-content h4, .help-editor h4{
    font-size:1.3em;
    font-weight:bold;
}

.help-center .page-content h5, .help-editor h5{
    font-size:1.15em;
    font-weight:bold;
}

.help-center .page-content .picture, .help-editor .picture{
    max-width:100%;
}

.help-center .page-content .picture *, .help-editor .picture *{
    margin:0;
    padding:0;
    max-width:100%;
}

.help-center .page-content .picture > img, .help-editor .picture > img{
    border:1px solid #dcdcdc;
    margin:0 auto;
    display:block;
}

.help-center .page-content .box, .help-editor .box{
    margin:2em 0;
    max-width:100%;
    display:inline-block;
    border:1px solid #dcdcdc;
}

.help-center .page-content .box *, .help-editor .box *{
    margin:0;
    padding:0;
    max-width:100%;
}

.help-center .page-content pre.box, .help-editor pre.box{
    padding:1em;
}

.help-center .page-content .note, .help-editor .note{
    border:1px solid #68abf9;
    border-radius:5px;
    margin:30px 0;
    padding:25px 30px;
    display:block;
}

.help-center .page-content .note strong, .help-editor .note strong{
    display:block;
    font-size:1.5em;
    font-weight:normal;
}

.help-center .page-content img, .help-editor img{
    display:inline-block;
    max-width:100%;
}

.help-center .page-content table, .help-center .page-content tr, .help-center .page-content td, .help-editor table, .help-editor tr, .help-editor td{
    margin:0;
    padding:0;
}

.help-center .page-content table, .help-editor table{
    border-collapse:separate;
    border-collapse:collapse;
    border-spacing:0;
    width:100%;
    margin:1em 0;
    border-radius:7px;
}

.help-center .page-content table.noborder tr, .help-center .page-content table.noborder td, .help-center .page-content table.noborder th, .help-editor table.noborder tr, .help-editor table.noborder td, .help-editor table.noborder th{
    border:none !important;
}

.help-center .page-content table thead td, .help-center .page-content table thead th, .help-editor table thead td, .help-editor table thead th{
    background:none repeat scroll 0 0 #cfdee6;
    font-size:1.15em;
    height:2em;
    color:#5b6266;
    text-align:center;
    font-weight:bold;
}

.help-center .page-content table tbody th, .help-editor table tbody th{
    color:#5b6266;
    font-weight:bold;
}

.help-center .page-content table tr.first td, .help-center .page-content table tr.first th, .help-editor table tr.first td, .help-editor table tr.first th{
    border-top:none;
}

.help-center .page-content table tr.first td.first, .help-center .page-content table tr.first th.first, .help-editor table tr.first td.first, .help-editor table tr.first th.first{
    border-top-left-radius:7px;
    border-left:none;
}

.help-center .page-content table tr.first td.last, .help-center .page-content table tr.first th.last, .help-editor table tr.first td.last, .help-editor table tr.first th.last{
    border-top-right-radius:7px;
    border-right:none;
}

.help-center .page-content table tr.last td, .help-center .page-content table tr.last th, .help-editor table tr.last td, .help-editor table tr.last th{
    border-bottom:1px solid #cfdee6;
}

.help-center .page-content table tr.last td.first, .help-center .page-content table tr.last th.first, .help-editor table tr.last td.first, .help-editor table tr.last th.first{
    border-bottom-left-radius:7px;
}

.help-center .page-content table tr.last td.last, .help-center .page-content table tr.last th.last, .help-editor table tr.last td.last, .help-editor table tr.last th.last{
    border-bottom-right-radius:7px;
}

.help-center .page-content table tr.alternate td, .help-center .page-content table tr.alternate th, .help-editor table tr.alternate td, .help-editor table tr.alternate th{
    background:#f2f4f7;
}

.help-center .page-content table tr.emphasis td, .help-editor table tr.emphasis td{
    color:#5b6266;
    font-weight:bold;
    font-size:1.15em;
    background:#cfdee6;
    border-top:1px solid #ffffff;
    border-bottom:1px solid #ffffff;
}

.help-center .page-content table td, .help-center .page-content table th, .help-editor table td, .help-editor table th{
    padding:1em 10px;
}

.help-center .page-content table td.first, .help-center .page-content table th.first, .help-editor table td.first, .help-editor table th.first{
    border-left:1px solid #cfdee6;
    border-right:1px solid #ffffff;
}

.help-center .page-content table td.last, .help-center .page-content table th.last, .help-editor table td.last, .help-editor table th.last{
    border-left:1px solid #ffffff;
    border-right:1px solid #cfdee6;
}

.help-center .page-content table td.first.last, .help-center .page-content table th.first.last, .help-editor table td.first.last, .help-editor table th.first.last{
    border-left:1px solid #cfdee6;
    border-right:1px solid #cfdee6;
}

.help-center .page-content table td.middle, .help-center .page-content table th.middle, .help-editor table td.middle, .help-editor table th.middle{
    border-left:1px solid #ffffff;
    border-right:1px solid #ffffff;
}

.help-center .page-content .col-article-categories > *, .help-editor .col-article-categories > *{
    padding-left:15px;
    padding-right:15px;
}

.help-center .page-content .col-article-categories > * + *, .help-editor .col-article-categories > * + *{
    padding:1em 15px;
}

.help-center .page-content .col-article-categories .menu-tags-selector, .help-editor .col-article-categories .menu-tags-selector{
    background:#cfdee6;
    border-top-left-radius:7px;
    border-top-right-radius:7px;
    color:#54585d;
    cursor:pointer;
}

.help-center .page-content .col-article-categories .menu-tags-selector a, .help-editor .col-article-categories .menu-tags-selector a{
    text-decoration:none;
}

.help-center .page-content .col-article-categories .menu-tags-selector a:hover, .help-editor .col-article-categories .menu-tags-selector a:hover{
    text-decoration:underline;
}

.help-center .page-content .col-article-categories .menu-tags-selector:hover .selector a, .help-editor .col-article-categories .menu-tags-selector:hover .selector a{
    text-decoration:underline;
}

.help-center .page-content .col-article-categories .menu-tags-selector .selector a, .help-editor .col-article-categories .menu-tags-selector .selector a{
    color:inherit;
}

.help-center .page-content .col-article-categories .menu-tags-selector ul, .help-editor .col-article-categories .menu-tags-selector ul{
    cursor:default;
    background:none repeat scroll 0 0 #ffffff;
    border:1px solid #cfdee6;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
    box-sizing:border-box;
    display:none;
    left:0;
    padding:1em 15px 0;
    position:absolute;
    width:100%;
    z-index:1;
    width:197px;
}

.help-center .page-content .col-article-categories .menu-current-category, .help-editor .col-article-categories .menu-current-category{
    background:#f2f5f8;
    border-bottom-left-radius:7px;
    border-bottom-right-radius:7px;
}

.help-center .page-content .col-article-categories .pages-toc h3, .help-editor .col-article-categories .pages-toc h3{
    color:#54585d;
    font-size:1.2em;
    font-weight:normal;
    text-transform:uppercase;
}

.help-center .page-content .col-article-categories .pages-toc li, .help-editor .col-article-categories .pages-toc li{
    color:#54585d;
    font-size:.9em;
}

.help-center .page-content .col-article-categories .pages-toc li.selected, .help-editor .col-article-categories .pages-toc li.selected{
    font-weight:bold;
}

.help-center .page-content .col-article-categories .pages-toc li a, .help-editor .col-article-categories .pages-toc li a{
    color:inherit;
    font-size:inherit;
}

.help-center .page-content .col-article-categories .pages-toc li.folder > a span, .help-editor .col-article-categories .pages-toc li.folder > a span{
    display:inline-block;
    padding-right:9px;
    background:url(images/arrow.gif) no-repeat right 5px;
    cursor:pointer;
    font-size:inherit;
}

.help-center .page-content .col-article-categories .pages-toc li.folder.opened > a span, .help-editor .col-article-categories .pages-toc li.folder.opened > a span{
    background:url(images/arrow.gif) no-repeat right -15px;
}

.help-center .page-content .col-article-categories .pages-toc li ul > li, .help-editor .col-article-categories .pages-toc li ul > li{
    margin-left:1em !important;
}

.help-center .page-content .col-article-categories ul, .help-editor .col-article-categories ul{
    padding:0;
    margin-top:1em;
    list-style:none;
}

.help-center .page-content .col-article-categories ul > li, .help-editor .col-article-categories ul > li{
    margin-bottom:1em;
    overflow:hidden;
}

.help-center .page-content .col-article-categories a, .help-editor .col-article-categories a{
    vertical-align:middle;
    text-decoration:none;
}

.help-center .page-content .col-article-categories a:hover, .help-center .page-content .col-article-categories a:active, .help-editor .col-article-categories a:hover, .help-editor .col-article-categories a:active{
    text-decoration:underline;
}

.help-center .page-content .col-article-categories a.active, .help-editor .col-article-categories a.active{
    color:#8eb3d0;
}

.help-center .page-content .col-search-results ul, .help-editor .col-search-results ul{
    margin-top:1em;
    padding:0;
    list-style:none;
}

.help-center .page-content .col-search-results ul > li, .help-editor .col-search-results ul > li{
    margin-bottom:1em;
}

.help-center .page-content .col-search-results ul > li + li, .help-editor .col-search-results ul > li + li{
    margin-top:3em;
}

.help-center .page-content .col-search-results ul ul, .help-editor .col-search-results ul ul{
    margin-top:2em;
}

.help-center .page-content .col-search-results ul ul > li + li, .help-editor .col-search-results ul ul > li + li{
    margin-top:1em;
}

.help-center .page-content .col-search-results a, .help-editor .col-search-results a{
    text-decoration:none;
}

.help-center .page-content .col-search-results a:hover, .help-center .page-content .col-search-results a:active, .help-editor .col-search-results a:hover, .help-editor .col-search-results a:active{
    text-decoration:underline;
}

.help-center .page-content .col-search-results p, .help-editor .col-search-results p{
    margin:0;
}

.help-center .page-content .col-no-results, .help-editor .col-no-results{
    margin-top:1em;
    margin-bottom:2em;
}

.help-center .page-content .header + .search, .help-editor .header + .search{
    margin-top:1.5em;
    margin-bottom:2.5em;
}

.help-center .page-content .resources > *, .help-editor .resources > *{
    margin:2.5em auto;
}

.help-center .page-content .footer ul, .help-editor .footer ul{
    padding:0;
    margin-top:1em;
    list-style:none;
}

.help-center .page-content .footer ul > li, .help-editor .footer ul > li{
    display:inline-block;
    width:49%;
    float:left;
}

.help-center .page-content .footer a, .help-editor .footer a{
    text-decoration:none;
}

.help-center .page-content .footer a:hover, .help-center .page-content .footer a:active, .help-editor .footer a:hover, .help-editor .footer a:active{
    text-decoration:underline;
}

.help-center .page-content .hidden-list-expander, .help-editor .hidden-list-expander{
    font-size:0.8em;
    font-weight:normal;
}

.help-center .page-content .rating, .help-editor .rating{
    border:1px solid #68abf9;
    border-radius:5px;
    margin:30px 0;
    padding:25px 30px;
    display:block;
}

.help-center .page-content .rating label, .help-editor .rating label{
    vertical-align:middle;
    margin-left:2em;
}

.help-center .page-content .rating input[type=radio], .help-editor .rating input[type=radio]{
    vertical-align:text-top;
    margin-right:.5em;
}

.help-center .page-content .icon, .help-editor .icon{
    display:inline-block;
    vertical-align:middle;
    height:40px;
    width:40px;
    margin-right:1em;
    background-image:url(images/help/cat-sprite.jpg);
    background-repeat:no-repeat;
    background-position:left bottom;
}

.help-center .page-content .icon.active, .help-editor .icon.active{
    background-image:url(images/help/cat-sprite-active.jpg);
}

.help-center .page-content .icon.get-started, .help-editor .icon.get-started{
    background-position:left 0;
}

.help-center .page-content .icon.cloud, .help-editor .icon.cloud{
    background-position:left -40px;
}

.help-center .page-content .icon.for-business, .help-center .page-content .icon.business, .help-editor .icon.for-business, .help-editor .icon.business{
    background-position:left -80px;
}

.help-center .page-content .icon.languages, .help-editor .icon.languages{
    background-position:left -120px;
}

.help-center .page-content .icon.design, .help-editor .icon.design{
    background-position:left -160px;
}

.help-center .page-content .icon.troubleshooting, .help-editor .icon.troubleshooting{
    background-position:left -200px;
}

.help-center .page-content .icon.product-guide, .help-editor .icon.product-guide{
    background-position:left -240px;
}

.help-center .page-content .icon.legal-information, .help-center .page-content .icon.legal, .help-editor .icon.legal-information, .help-editor .icon.legal{
    background-position:left -480px;
}

.help-center .page-content .icon.contact-us, .help-editor .icon.contact-us{
    background-position:left -320px;
}

.help-center .page-content .icon.video, .help-center .page-content .icon.video-training, .help-editor .icon.video, .help-editor .icon.video-training{
    background-position:left -360px;
}

.help-center .page-content .icon.legacy-products, .help-editor .icon.legacy-products{
    background-position:left -400px;
}

.help-center .page-content .icon.features, .help-editor .icon.features{
    background-position:left -440px;
}

.help-center .page-content .icon.documentation, .help-editor .icon.documentation{
    background-position:left -280px;
}

.help-center .page-content .arrow, .help-editor .arrow{
    display:inline-block;
    vertical-align:middle;
    background-image:url(images/help/arrows.png);
    background-repeat:no-repeat;
    height:13px;
    width:13px;
}

.help-center .page-content .arrow.bold, .help-editor .arrow.bold{
    background-image:url(images/help/arrows-bold.png);
}

.help-center .page-content .arrow.right, .help-editor .arrow.right{
    background-position:left 0;
}

.help-center .page-content .arrow.left, .help-editor .arrow.left{
    background-position:left -13px;
}

.help-center .page-content .arrow.down, .help-editor .arrow.down{
    background-position:left -26px;
}

.help-center .page-content .arrow.up, .help-editor .arrow.up{
    background-position:left -39px;
}

.help-center .page-content ul, .help-center .page-content ol, .help-editor ul, .help-editor ol{
    padding-left:1.5em;
    margin-bottom:15px;
}

.help-center .page-content ul li, .help-center .page-content ol li, .help-editor ul li, .help-editor ol li{
    display:list-item;
    line-height:1.3em;
    margin-bottom:5px;
}

.help-center .page-content ul, .help-editor ul{
    list-style:disc;
}

.help-center .page-content ol, .help-editor ol{
    list-style:decimal;
}

.help-center .page-content b,.help-editor b{
    font-weight:bold;
}

.help-center .big-search-box{
    height:125px;
    margin-bottom:35px;
}

.help-center .big-search-box form{
    margin-bottom:0;
}

.help-center .big-search-box .container{
    position:relative;
}

.help-center .big-search-box .escape-container{
    background-color:#F2F5F8;
    position:absolute;
    left:0;
    right:0;
    padding:40px 0;
}

.help-center .big-search-box .inp{
    padding-left:3em;
}

.help-center .big-search-box .icon-search{
    position:absolute;
    left:1.7em;
    top:0.75em;
    font-size:120%;
    color:#ccc;
}

.help-center .front-search-box{
    margin-top:-25px;
    margin-bottom:25px;
    background-color:#F2F5F8;
    padding:30px 0;
}

@media(max-width: 767px){
    .help-center .front-search-box
{
        padding-top:10px;
    }
}

.help-center .front-search-box h1{
    margin-bottom:0;
    line-height:45px;
}

.help-center .front-search-box form{
    margin-bottom:0;
    position:relative;
}

.help-center .front-search-box .inp{
    padding-left:3em;
}

.help-center .front-search-box .icon-search{
    position:absolute;
    left:0.9em;
    top:0.75em;
    font-size:120%;
    color:#ccc;
}

.help-center .no-results{
    margin:4em 0 5em 0;
}

.help-center .no-results b{
    font-weight:bold;
}

.help-center .search-results{
    margin-top:1em;
}

.help-center .search-results li h2{}

.help-center .search-results li ul{
    margin:2em 0 0 0;
    padding:0;
}

.help-center .search-results li ul li{
    margin-top:1em;
}

.help-center ol.faq-articles{
    line-height:2em;
    list-style:decimal;
    list-style-position:inside;
    padding-left:0;
    margin-left:0;
}

.help-center ol.faq-articles li{
    display:list-item;
}

.help-center .categories{
    line-height:3em;
}

.help-center .categories .icon{
    font-size:32px;
    display:inline-block;
    width:40px;
    height:40px;
    text-align:center;
    margin-right:.5em;
    color:#2d6894;
    vertical-align:top;
}

.help-center .categories .icon:before{
    margin-top:-10px;
}

.help-center .categories a{
    margin:5px 0;
    display:block;
}

.help-center .resources{
    line-height:2em;
}

.help-center .resources .icon{
    font-size:16px;
    display:inline-block;
    width:auto;
    height:auto;
    text-align:center;
    margin-right:1em;
    color:#2d6894;
    vertical-align:middle;
}

.help-center .resources .icon:before{
    margin-top:-10px;
}

.help-center .resources a{
    margin:5px 0;
    display:block;
}

.help-center .crumbs.crumbs-h1, .help-center .crumbs.crumbs-h2, .help-center .crumbs.crumbs-h3, .help-center .crumbs.crumbs-h4{
    margin-bottom:.6em;
}

.help-center .crumbs.crumbs-h1 h1, .help-center .crumbs.crumbs-h1 h2, .help-center .crumbs.crumbs-h1 h3, .help-center .crumbs.crumbs-h1 h4, .help-center .crumbs.crumbs-h1 h5, .help-center .crumbs.crumbs-h1 h6, .help-center .crumbs.crumbs-h2 h1, .help-center .crumbs.crumbs-h2 h2, .help-center .crumbs.crumbs-h2 h3, .help-center .crumbs.crumbs-h2 h4, .help-center .crumbs.crumbs-h2 h5, .help-center .crumbs.crumbs-h2 h6, .help-center .crumbs.crumbs-h3 h1, .help-center .crumbs.crumbs-h3 h2, .help-center .crumbs.crumbs-h3 h3, .help-center .crumbs.crumbs-h3 h4, .help-center .crumbs.crumbs-h3 h5, .help-center .crumbs.crumbs-h3 h6, .help-center .crumbs.crumbs-h4 h1, .help-center .crumbs.crumbs-h4 h2, .help-center .crumbs.crumbs-h4 h3, .help-center .crumbs.crumbs-h4 h4, .help-center .crumbs.crumbs-h4 h5, .help-center .crumbs.crumbs-h4 h6{
    margin:0;
    display:inline-block;
    line-height:30px;
}

.help-center .rating{
    margin:30px 0px;
    display:block;
    line-height:45px;
}

.help-center .rating label{
    display:inline-block;
    padding:0 5px;
}

.help-center .rating label input{
    vertical-align:top;
    margin-top:16px;
}

.help-center .menu{
    color:#54585D;
    margin-bottom:2em;
}

.help-center .menu a{
    color:#54585D;
}

.help-center .menu .categories a{
    color:#007ee5;
}

.help-center .menu ul{
    list-style:none;
    margin:0;
}

.help-center .menu ul li{
    margin:0;
}

.help-center .menu ul li a{
    display:block;
    padding:8px 0;
}

.help-center .menu ul li.selected{
    font-weight:bold;
}

.help-center .menu ul li.folder{}

.help-center .menu ul li.opened{}

.help-center .menu .category-title{
    padding:15px;
    margin-top:0;
    margin-bottom:10px;
    background-color:#f6f8fa;
}

.help-center .menu .pages-toc{
    padding:0;
    margin-bottom:10px;
}

.help-center .menu .hc-dropdown{
    background:#d7e5e9;
    position:relative;
}

.help-center .menu .hc-dropdown .header{
    font-size:15px;
    font-weight:bold;
}

.help-center .menu .hc-dropdown .header a{
    padding:1em 15px;
    display:block;
}

.help-center .menu .hc-dropdown .header .icon{
    float:right;
}

.help-center .menu .hc-dropdown .items{
    display:none;
    position:absolute;
    left:0;
    right:0;
    background:#fff;
    max-height:0;
    overflow:hidden;
    transition:max-height 0.6s;
    border:1px solid #CFDEE6;
    z-index:100;
    min-width:236px;
    max-width:100%;
}

.help-center .menu .hc-dropdown .items .categories{
    padding:10px 15px;
}

.help-center .menu .hc-dropdown.in .items{
    display:block;
    max-height:550px;
    transition:max-height 0.6s;
}

.help-center .note{
    background-color:#f6f8fa;
    border-left:5px solid #ffde7c;
    padding:1em;
}

.help-center .note strong{
    margin-right:.5em;
}

.help-center .frontpage .h1{
    font-size:30px;
}

.help-center .frontpage .h2{
    font-size:24px;
}

.help-center .frontpage .fb-online.faq{
    border-bottom:1px solid #dcdcdc;
    margin-bottom:40px;
    padding-bottom:20px;
}

.help-center .frontpage .fb-online ol.faq-articles{
    margin-bottom:0;
}

.help-center .frontpage .fb-publisher{
    margin-bottom:40px;
}

.help-center .frontpage .fb-publisher h2{
    margin-bottom:30px;
}

.account-login-form{
    width:310px;
    padding-top:70px;
    margin:0 auto;
    text-align:center;
}

@media(max-width: 767px){
    .account-login-form
{
        padding:20px 20px 0;
        width:100%;
    }
}

.page-mobileapps .content .row + .row{
    margin-top:30px;
}

.page-mobileapps textarea{
    resize:vertical;
    min-height:6em;
}

.page-mobileapps .promo-image{
    max-width:100%;
}

@media(max-width: 991px){
    .page-mobileapps .promo-image
{
        margin-bottom:30px;
    }
}

.page-mobileapps .unsubmitted p{
    margin-bottom:16px;
}

.page-mobileapps .profits{
    margin-bottom:40px;
}

.page-mobileapps .profits h1{
    margin-bottom:16px;
}

.page-mobileapps .profits h1 small{
    margin-top:16px;
    line-height:32px;
    font-size:65%;
}

.page-mobileapps .profits h4{
    font-size:18px;
    font-weight:600;
    line-height:24px;
}

.page-mobileapps .profits ul{
    list-style-position:inside;
    padding-left:0;
}

.page-mobileapps .profits .profit{
    margin-top:20px;
}

.page-mobileapps .description-block{
    margin-top:20px;
    padding-top:40px;
    padding-bottom:20px;
    background-color:#f6f8fa;
}

.page-mobileapps .clients{
    margin-top:30px;
    margin-bottom:30px;
}

.page-mobileapps .clients .client{
    margin-top:5px;
    margin-bottom:45px;
    height:76px;
    overflow-y:hidden;
}

.page-mobileapps .clients table{
    border:none;
    padding:0;
    cursor:pointer;
}

.page-mobileapps .clients table td{
    vertical-align:middle;
    padding:0;
    border:none;
    margin:0;
    height:76px;
}

.page-mobileapps .clients table td h3{
    margin-bottom:0;
}

.page-mobileapps .clients table td p{
    margin-bottom:0;
}

.page-mobileapps .clients table td img{
    display:inline;
}

.page-mobileapps .clients table td:first-child{
    width:100px;
    vertical-align:top;
}

.page-mobileapps .clients table:hover h3, .page-mobileapps .clients table:hover p{
    text-decoration:underline;
}

.page-mobileapps .testimonials{
    padding-top:40px;
    padding-bottom:40px;
    background-color:#f6f8fa;
}

.page-mobileapps .testimonials .testimonial{
    margin-bottom:0;
    font-style:italic;
}

.page-mobileapps .testimonials .author{
    margin-top:28px;
    font-style:normal;
}

@media(min-width: 768px){
    .page-mobileapps
{
        margin-bottom:-25px;
    }
}

.page-our-team .row + .row{
    margin-top:30px;
}

.page-our-team h2{
    margin-bottom:1.5em;
}

.page-our-team .photo{
    margin-bottom:3em;
}

.page-our-team .photo .photo-wrapper{
    position:relative;
    border-radius:50%;
    overflow:hidden;
    height:140px;
    width:140px;
    margin:0 auto;
}

.page-our-team .photo .photo-wrapper img{
    position:absolute;
    top:0;
    left:0;
}

.page-our-team .photo .photo-wrapper img.hover{
    display:none;
}

.page-our-team .photo:hover img.hover{
    display:block;
}

.page-our-team .photo h3{
    font-weight:bold;
    margin-top:1em;
    margin-bottom:0;
}

.page-our-team .photo h3 small{
    font-weight:normal;
    font-size:14px;
}

.page-our-team .photo .position{
    margin-top:0;
}

.page-partnership .clients-carousel .item{
    background:url('images/partner/partner-logo.png');
    width:80px;
    height:150px;
}

.page-partnership .row + .row{
    margin-top:30px;
}

.page-partnership p.muted{
    text-align:center;
    color:#999999;
}

.page-partnership .info a.btn{
    margin-top:20px;
}

.page-partnership table.partner-table{
    width:100%;
    margin:0 auto;
    border:1px solid #d3d3d3;
    border-spacing:0;
    border-collapse:collapse;
    text-align:center;
}

.page-partnership table.partner-table tr td, .page-partnership table.partner-table tr th{
    padding:1em;
}

.page-partnership table.partner-table tr:first-child th, .page-partnership table.partner-table tr:first-child td{
    font-weight:bold;
}

.page-partnership table.partner-table tr th{
    border:1px solid #d3d3d3;
    background:#f0f8fb;
    font-weight:bold;
}

.page-partnership table.partner-table tr th .note{
    font-weight:normal;
    color:#707070;
    margin-top:14px;
}

.page-partnership table.partner-table tr th.featured{
    background:#dceee5;
}

.page-partnership table.partner-table tr td{
    border:1px dashed #d3d3d3;
    vertical-align:middle;
    text-align:center;
}

.page-partnership table.partner-table tr td.featured{
    background:#e9f3e8;
    color:#298020;
    font-weight:bold;
}

.page-partnership table.partner-table tr td.edition-name{
    font-weight:bold;
    text-transform:uppercase;
}

.pricing-page.pricing-online .no-padding{
    padding-left:0;
    padding-right:0;
}

.pricing-page.pricing-online .price{
    margin-bottom:18px;
}

.pricing-page.pricing-online .price .subscription-type{
    font-size:65%;
    line-height:1;
}

.pricing-page.pricing-online .price.small{
    font-weight:normal;
    font-size:16px;
    color:#999999;
    line-height:48px;
}

.pricing-page.pricing-online .price.small .subscription-type{
    font-size:16px;
}

.pricing-page.pricing-online .first-screen{
    background:#f6f8fa;
    -webkit-filter:unset;
            filter:unset;
}

.pricing-page.pricing-online .first-screen .container{
    padding:25px 15px 0;
}

@media(max-width: 991px){
    .pricing-page.pricing-online .first-screen .container
{
        padding-bottom:0;
    }
}

.pricing-page.pricing-online .first-screen .container h1{
    color:#3d464d;
    font-size:30px;
    font-weight:normal;
}

.pricing-page.pricing-online .first-screen .container .product-container{
    background:#fff;
    border:1px solid #dcdcdc;
    padding:15px;
}

.pricing-page.pricing-online .first-screen .container .product-container h2{
    font-size:30px;
    font-weight:600;
}

.pricing-page.pricing-online .first-screen .container .product-container h2 small{
    font-size:14px;
    font-weight:normal;
}

.pricing-page.pricing-online .first-screen .container .product-container h2.icon:before{
    margin-right:.5em;
    font-size:120%;
}

.pricing-page.pricing-online .first-screen .container .product-container h3{
    vertical-align:middle;
    line-height:24px;
}

.pricing-page.pricing-online .first-screen .container .go-trial{
    margin-top:20px;
    margin-bottom:30px;
}

.pricing-page.pricing-online .first-screen .container .edition-container{
    margin-top:0;
    padding:0;
    background:none;
    box-shadow:none;
}

.pricing-page.pricing-online .first-screen .container .edition-container .workstations{
    height:auto;
    margin-top:0;
    white-space:nowrap;
}

.pricing-page.pricing-online .first-screen .container .edition-container .workstations .popup-menu{
    display:inline-block;
    vertical-align:baseline;
}

.pricing-page.pricing-online .first-screen .container .edition-container .workstations .pseudo-select.inp-sm{
    width:50px;
    height:24px;
    padding-left:5px;
}

.pricing-page.pricing-online .first-screen .container .edition-container .workstations .pseudo-select .icon{
    top:0;
}

.pricing-page.pricing-online .first-screen .container .edition-container .workstations .tooltip.down{
    top:23px;
}

.pricing-page.pricing-online .first-screen .container .edition-container .workstations .tooltip li a{
    padding:0 6px;
}

.pricing-page.pricing-online .fb-publisher h2, .pricing-page.pricing-online .fb-publisher h2 small, .pricing-page.pricing-online .fb-publisher .price{
    color:#3da9c4;
}

.pricing-page.pricing-online .fb-publisher .price.small{
    color:#999999;
}

.pricing-page.pricing-online .fb-publisher .price.small .year-discount{
    color:#3da9c4;
}

.pricing-page.pricing-online .fb-publisher .professional{
    border-right:1px solid #edeced;
}

.pricing-page.pricing-online .fb-publisher h3{
    font-size:24px;
    font-weight:600;
}

.pricing-page.pricing-online .fb-online h2, .pricing-page.pricing-online .fb-online h2 small, .pricing-page.pricing-online .fb-online .price{
    color:#3bb63a;
}

.pricing-page.pricing-online .fb-online .price.small{
    color:#999999;
}

.pricing-page.pricing-online .fb-online .price.small .year-discount{
    color:#3bb63a;
}

@media(max-width: 767px){
    .pricing-page.pricing-online .fb-online h2 small{
        display:none;
    }
}

.pricing-page.pricing-online table.switch{
    width:100%;
    margin:0 0 16px;
    font-size:18px;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
}

.pricing-page.pricing-online table.switch td{
    padding-left:5px;
    padding-right:5px;
    vertical-align:middle;
}

.pricing-page.pricing-online table.switch .yearly.selected, .pricing-page.pricing-online table.switch .monthly.selected{
    font-weight:600;
}

.pricing-page.pricing-online table.switch label{
    cursor:pointer;
}

.pricing-page.pricing-online table.switch .inp-switch + label{
    display:inline-block;
    vertical-align:middle;
}

.pricing-page.pricing-online table.switch .inp-switch + label:after{
    overflow:hidden;
}

.pricing-page.pricing-online table.switch .inp-switch + label.left:after{
    content:' ' !important;
}

.pricing-page.pricing-online table.switch .inp-switch + label.right:after{
    content:'  ' !important;
}

.pricing-page.pricing-online .compare h2{
    text-align:center;
}

.pricing-page.pricing-online .compare table tbody td.text{
    text-align:center;
    color:#B1BEC5;
    font-weight:600;
}

@media(max-width: 991px){
    .pricing-page.pricing-online .price{
        font-size:40px;
        margin-bottom:12px;
    }
    .pricing-page.pricing-online .price .subscription-type{}
    .pricing-page.pricing-online .price.small .subscription-type{}
    .pricing-page.pricing-online .first-screen .container h1{
        font-size:24px;
    }
    .pricing-page.pricing-online .first-screen .container .product-container h2, .pricing-page.pricing-online .first-screen .container .product-container h3{
        font-size:22px;
    }
    .pricing-page.pricing-online .first-screen .container .edition-container .workstations{
        margin-bottom:12px;
    }
    .pricing-page.pricing-online table.switch{
        font-size:16px;
    }
    .pricing-page.pricing-online .compare, .pricing-page.pricing-online .faq{
        margin-top:30px;
    }
    .pricing-page.pricing-online .compare h2, .pricing-page.pricing-online .faq h2{
        font-size:24px;
    }
    .pricing-page.pricing-online .compare{
        overflow-x:auto;
    }
}

@media(max-width: 767px){
    .pricing-page.pricing-online .first-screen .container, .pricing-page.pricing-online .compare.container{
        padding-left:0;
        padding-right:0;
    }
    .pricing-page.pricing-online .compare table{
        margin-bottom:30px;
    }
    .pricing-page.pricing-online .compare table td, .pricing-page.pricing-online .compare table th{
        padding:10px 5px;
    }
    .pricing-page.pricing-online .compare table thead th{
        font-size:12px;
    }
    .pricing-page.pricing-online .compare table tbody th{
        font-size:14px;
    }
    .pricing-page.pricing-online .compare table tbody td{
        font-size:11px;
    }
    .pricing-page.pricing-online .compare table tbody td.yes, .pricing-page.pricing-online .compare table tbody td.no{
        font-size:30px;
    }
    .pricing-page.pricing-online .compare table tfoot{
        display:none;
    }
}

.pricing-page{
    margin-top:-25px;
}

.pricing-page .smaller-container{
    max-width:1000px;
    margin:0 auto;
}

.pricing-page .price{
    font-size:48px;
    color:#3bb63a;
    margin-bottom:38px;
    font-weight:bold;
    line-height:1em;
}

.pricing-page .price .discount{
    font-size:14px;
    display:block;
    line-height:1;
    margin-bottom:10px;
}

.pricing-page .price .discount .discount-percent{
    color:#0087a9;
    background:#fffa64;
    padding:.2em;
    border-radius:3px;
    text-align:center;
    display:inline-block;
}

.pricing-page .price .discount .crossed{
    position:relative;
    display:inline-block;
    padding-left:0.1em;
    padding-right:0.1em;
    color:#a4a4a4;
}

.pricing-page .price .discount .crossed:after{
    content:' ';
    position:absolute;
    left:0;
    top:51%;
    right:0;
    border-top:1px solid;
    border-color:#a4a4a4;
}

.pricing-page .price .discount .discount-percent + .crossed{
    margin-left:.5em;
}

.pricing-page .first-screen{
    text-align:center;
    background:#2099b8;
    background:url('images/frontpage/background-overlay.png') center center no-repeat, -webkit-linear-gradient(top, #2099b8 0%, #71c4cc 50%, #3f85a9 100%);
    background:url('images/frontpage/background-overlay.png') center center no-repeat, linear-gradient(to bottom, #2099b8 0%, #71c4cc 50%, #3f85a9 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2099b8', endColorstr='#3f85a9',GradientType=0 );
    background-size:100% 100%, 100% 100%;
}

.pricing-page .first-screen .container{
    min-height:100px;
    padding:25px 0 40px 0;
}

.pricing-page .first-screen .container h1{
    color:#fff;
    font-size:40px;
    font-weight:600;
    margin:0 0 35px 0;
}

.pricing-page .first-screen .container .col-md-4.basic, .pricing-page .first-screen .container .col-md-4.business{
    width:32.5%;
}

.pricing-page .first-screen .container .col-md-4.professional{
    width:35%;
}

@media(max-width: 991px){
    .pricing-page .first-screen .container .col-md-4.basic, .pricing-page .first-screen .container .col-md-4.business, .pricing-page .first-screen .container .col-md-4.professional
{
        width:100%;
    }
}

.pricing-page .first-screen .container .col-md-4.professional .edition-container{
    margin-top:0;
    padding:47px 29px 58px 29px;
}

.pricing-page .first-screen .container .edition-container{
    background:#fff;
    padding:27px 29px 29px 29px;
    margin-bottom:21px;
    margin-top:20px;
    box-shadow:0 0 15px rgba(56, 129, 147, 0.5);
}

.pricing-page .first-screen .container .edition-container h2{
    font-size:30px;
    margin-bottom:5px;
}

.pricing-page .first-screen .container .edition-container .description{
    margin-bottom:21px;
    line-height:1.5em;
}

.pricing-page .first-screen .container .edition-container .mini-workstations{
    margin:-25px 0 25px 0;
    font-weight:bold;
}

.pricing-page .first-screen .container .edition-container .price-per-workstation{
    color:#87898C;
    margin:0 0 20px 0;
    line-height:1.5em;
}

.pricing-page .first-screen .container .edition-container .workstations{
    height:48px;
    line-height:48px;
    font-size:16px;
    margin:10px 0 18px 0;
}

.pricing-page .first-screen .container .edition-container .workstations .icon-pc{
    color:#ccc;
    font-size:32px;
    display:inline-block;
    margin:-5px 5px 0 5px;
}

.pricing-page .first-screen .container .edition-container .workstations select{
    display:none;
}

.pricing-page .first-screen .container .edition-container .workstations .popup-menu{
    display:block;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select{
    font:400 14px 'Open Sans', Helvetica, Arial, sans-serif;
    display:inline-block;
    box-sizing:border-box;
    padding-left:14px;
    text-align:left;
    vertical-align:middle;
    white-space:nowrap;
    border-radius:3px;
    outline:none;
    -webkit-appearance:none;
    border:1px solid #ccc;
    color:#3d464d;
    display:block;
    text-align:left;
    cursor:pointer;
    position:relative;
    font-size:16px;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select:focus
{
    border:1px solid #3da9c4;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select.inp-err
{
    border:1px solid #fe5f5f;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select.inp-success
{
    border:1px solid #5cb73c;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select.inp-lg
{
    width:363px;
    height:47px;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select.inp-md
{
    width:264px;
    height:37px;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select.inp-sm
{
    width:168px;
    height:32px;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select.inp-lg{
    line-height:46px;
    width:100%;
}

.pricing-page .first-screen .container .edition-container .workstations .pseudo-select .icon{
    position:absolute;
    margin-right:10px;
    top:-2px;
    right:0;
    font-size:80%;
}

.pricing-page .first-screen .container .edition-container .workstations .tooltip.down{
    top:45px;
    left:0;
    right:0;
    margin:0;
    width:auto;
    text-align:left;
}

.pricing-page .first-screen .container .edition-container .workstations .tooltip.down li{
    cursor:pointer;
}

.pricing-page .first-screen .container .edition-container .workstations .tooltip.down:after{
    content:none;
}

.pricing-page .first-screen .container .edition-container .workstations .tooltip.down:before{
    content:none;
}

.pricing-page .compare{
    margin-top:50px;
}

.pricing-page .compare h2{
    font-size:30px;
    margin-bottom:30px;
}

.pricing-page .compare .callout{
    padding-right:0;
}

@media(min-width: 992px){
    .pricing-page .compare .callout{
        display:inline-block;
        float:right;
    }
}

@media(max-width: 991px){
    .pricing-page .compare h2{
        text-align:center;
    }
    .pricing-page .compare .callout{
        margin-bottom:30px;
    }
}

.pricing-page .compare table{
    text-align:left;
    margin-bottom:60px;
}

.pricing-page .compare table td, .pricing-page .compare table th{
    padding:13px 15px;
}

.pricing-page .compare table thead th{
    font-size:18px;
    text-align:center;
}

.pricing-page .compare table tbody th{
    font-weight:bold;
    text-transform:uppercase;
    font-size:18px;
    background:#D7E5E9;
}

.pricing-page .compare table tbody td{
    vertical-align:middle;
}

.pricing-page .compare table tbody td.yes, .pricing-page .compare table tbody td.no{
    font-size:36px;
    line-height:12px;
    text-align:center;
    color:#B1BEC5;
    font-family:Arial, sans-serif;
}

.pricing-page .compare table tbody td.new{
    text-align:center;
    color:#B1BEC5;
    text-transform:uppercase;
}

.pricing-page .compare table tfoot td{
    text-align:center;
}

.pricing-page .compare table tfoot td .price{
    font-size:30px;
    margin:10px 0 15px 0;
}

.pricing-page .compare table tfoot td a{
    margin-bottom:20px;
}

@media(max-width: 767px){
    .pricing-page .compare table tfoot
{
        display:none;
    }
}

.pricing-page .faq{
    background-color:#f6f8fa;
    padding:40px 0 40px 0;
}

@media(min-width: 768px){
    .pricing-page .faq
{
        margin-bottom:-45px;
    }
}

.pricing-page .faq h2{
    text-align:center;
    font-size:30px;
}

.pricing-page .faq h3{
    font-size:18px;
    margin-top:25px;
    font-weight:600;
    line-height:24px;
}

.pricing-page .faq .contacts-link{
    margin-top:30px;
}


@media(max-width: 991px){
    .pricing-page .compare{
        overflow-x:scroll;
    }
}
.page-release-notes .row + .row{
    margin-top:30px;
}
.page-release-notes h2 small{
    font-size:14px;
    display:inline;
}
.page-release-notes .version:not(:last-of-type):after{
    background:#bcc3c9  none repeat scroll 0 0;
    content:"";
    display:block;
    height:3px;
    margin-top:25px;
    margin-bottom:40px;
    width:75px;
}
.page-release-notes .version ul > li.icon-check:before{
    color:#5cb73c;
}
.page-release-notes .version ul > li.icon-plus:before{
    color:#5cb73c;
}

.page-testimonials .content .container{
    padding-bottom:30px;
}

@media (max-width: 991px){
    .page-testimonials section + aside{
        margin-top:40px;
    }
}

.page-testimonials article.testimonial p{
    margin-top:14px;
    font-style:italic;
}

.page-testimonials article.testimonial:not(:last-of-type):after{
    background:#bcc3c9;
    content:"";
    display:block;
    height:3px;
    margin-top:25px;
    margin-bottom:40px;
    width:75px;
}

.page-thank-you .heading{
    margin-top:-25px;
    margin-bottom:50px;
    text-align:center;
    background:#2097b9;
    background:-webkit-linear-gradient(top, #2097b9 0%, #207287 100%);
    background:linear-gradient(to bottom, #2097b9 0%, #207287 100%);
    filter:progid:DXImageTransform.Microsoft.gradient( startColorstr='#2097b9', endColorstr='#207287',GradientType=0 );
    background-size:100% 100%;
}

.page-thank-you .heading .container{
    padding-top:25px;
    padding-bottom:10px;
}

.page-thank-you .heading h1{
    font-size:40px;
    color:#fff;
    margin-bottom:11px;
    font-weight:600;
    max-width:638px;
    margin-left:auto;
    margin-right:auto;
    margin-bottom:20px;
}

.page-thank-you .heading .note{
    color:#fff;
    font-size:16px;
}

@media(max-width: 767px){
    .page-thank-you .heading h1{
        font-size:30px;
        font-weight:600;
        max-width:350px;
        margin:-15px auto 10px auto;
    }
}

.page-thank-you .checks{
    margin-bottom:40px;
}

.page-thank-you .checks h2{
    text-align:center;
    margin-bottom:22px;
}

.page-thank-you .checks .list-checks{
    max-width:555px;
    margin-left:auto;
    margin-right:auto;
}

.page-thank-you .checks .list-checks > li:before{
    color:#5cb73c;
}

.page-thank-you .escape-container{
    background:#f6f8fa;
    padding:50px 0;
    margin-top:3em;
}

@media(max-width: 767px){
    .page-thank-you .escape-container .col-sm-4 + .col-sm-4{
        margin-top:40px;
    }
}

@media(min-width: 768px){
    .page-thank-you .escape-container
{
        margin-bottom:-25px;
    }
}

.page-thank-you .escape-container .container{
    margin:0 auto;
    text-align:center;
}

.page-thank-you .escape-container p{
    margin-top:0;
    margin-bottom:25px;
}

.page-thank-you .escape-container p:last-of-type{
    margin-bottom:0;
}

.account-content .products-extra-table{
    margin-bottom:40px;
}

#profile .buttons{}

#profile button .fbicon{
    vertical-align:baseline;
    margin-right:.5em;
}

#profile .subscriptions{
    display:none;
}

.reseller-cart{
    float:left;
    clear:left;
    width:270px;
    margin-top:40px;
    cursor:pointer;
}

.reseller-cart .cart-icon{
    float:left;
    width:45px;
    height:45px;
    border-radius:45px;
    background:#54c053;
    color:#fff;
    margin:0 10px 0 0;
    text-align:center;
    font-size:25px;
    line-height:45px;
}

.reseller-cart .cart-icon .icon{
    margin-top:-2px;
    padding-left:1px;
    display:block;
}

.reseller-cart .total{
    font-weight:bold;
    font-size:18px;
    padding-top:5px;
}

.reseller-cart .items{
    color:#a7a7a7;
    padding-top:3px;
}

.reseller-cart:hover{
    color:#419741;
}

.reseller-cart:hover .items{
    color:#419741;
}

.reseller-cart:hover .cart-icon{
    background-color:#419741;
}

@media(max-width: 1199px){
    .reseller-cart
{
        float:none;
        clear:none;
        content:' ';
        margin:0 0 20px 0;
        height:40px;
    }
    .reseller-cart:after{
        clear:left;
    }
}

.reseller-cart-dialog table.totals td{
    padding:5px 23px;
}

.reseller-cart-dialog .command-remove{
    cursor:pointer;
    color:#ccc;
}

.reseller-cart-dialog td.col-amount, .reseller-cart-dialog th.col-amount{
    text-align:right;
}

.reseller-cart-dialog td.col-quantity, .reseller-cart-dialog th.col-quantity{
    text-align:center;
}

.products-details .form-horizontal .form-row > div{
    width:75%;
}

.products-details .form-horizontal .form-row > span, .products-details .form-horizontal label span{
    width:25%;
}

.buy-dialog3 .no-purchases{
    padding:150px 0;
    text-align:center;
    background:#f7f6f2;
    font-weight:bold;
    font-size:1.1em;
}

.buy-dialog3 .item-name, .buy-dialog3 .item-price, .buy-dialog3 input[type=checkbox]{
    cursor:pointer;
}

.buy-dialog3 ul.upgrades{
    display:block;
    padding:0;
    margin:0;
}

.buy-dialog3 ul.upgrades ul, .buy-dialog3 ul.upgrades li{
    display:block;
    margin:0;
    padding:0;
}

.buy-dialog3 ul.upgrades li{
    background:#cfdee6;
    position:relative;
    cursor:pointer;
    -webkit-user-select:none;
       -moz-user-select:none;
        -ms-user-select:none;
            user-select:none;
    line-height:35px;
    padding:0 15px;
}

.buy-dialog3 ul.upgrades li .group-title{
    font-size:16px;
    font-weight:bold;
    text-transform:uppercase;
    color:#58666d;
    cursor:default;
}

.buy-dialog3 ul.upgrades li .icon-arrow-right:before{
    -webkit-transform:rotate(0);
                -ms-transform:rotate(0);
            transform:rotate(0);
    transition:-webkit-transform ease .3s;
    transition:transform ease .3s;
    transition:transform ease .3s, -webkit-transform ease .3s;
    filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="0" /></filter></svg>#filter');
    -webkit-filter:blur(0);
            filter:blur(0);
}

.buy-dialog3 ul.upgrades li ul{
    margin:0 -15px;
    overflow:hidden;
}

.buy-dialog3 ul.upgrades li ul li{
    background:#fff;
    line-height:52px;
    border:1px solid #cfdee6;
    border-bottom:none;
}

.buy-dialog3 ul.upgrades li ul li.selected{
    background:#f2f5f8;
}

.buy-dialog3 ul.upgrades li ul li.selected + li{
    border-top:1px solid #f2f5f8;
}

.buy-dialog3 ul.upgrades li ul li + li.selected{
    border-top:1px solid #f2f5f8;
}

.buy-dialog3 ul.upgrades li .item-name{
    font-size:14px;
    padding-left:0;
}

.buy-dialog3 ul.upgrades li .item-price{
    font-size:18px;
    font-weight:bold;
    padding-left:0;
    margin-left:-15px;
    text-align:right;
}

.buy-dialog3 ul.upgrades li .item-check{
    text-align:center;
    padding-right:0;
    padding-left:0;
}

.buy-dialog3 ul.upgrades li.first{
    border-top-left-radius:5px;
    border-top-right-radius:5px;
}

.buy-dialog3 ul.upgrades li.last{
    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;
    border-bottom:1px solid #cfdee6;
}

.buy-dialog3 ul.upgrades li.last.upgrade-option{
    border-bottom:none;
}

.buy-dialog3 .total-wrapper{
    line-height:42px;
    font-size:18px;
    font-weight:bold;
    padding-left:0;
    padding-right:0;
    text-align:right;
}

.buy-dialog3 .total-wrapper span{
    font-size:22px;
}

.buy-dialog3 .discount{
    text-align:right;
    font-size:14px;
    font-weight:bold;
    padding-right:0;
}

.buy-dialog3 .discount .discount-badge{
    color:#0087a9;
    background-color:#fffa64;
    display:inline-block;
    padding:3px 5px;
    border-radius:3px;
    margin-right:4px;
}

.buy-dialog3 .discount .discount-strike{
    color:#a4a7a4;
    text-decoration:line-through;
}

.buy-dialog3 .compare{
    margin-top:30px;
}

.buy-dialog3 .compare .current-features{
    border-right:1px solid #e0e0e0;
}

.buy-dialog3 .compare .current-features p{
    color:#898989;
}

.buy-dialog3 .compare .upgraded-features{
    font-weight:bold;
}

.buy-dialog3 .compare h3{
    font-size:16px;
    margin-top:1em;
    margin-bottom:1em;
    text-transform:uppercase;
}

.dialog.history .table .even{
    background-color:#fff;
}

.dialog.history .table .odd{
    background-color:#F6F8FA;
}

.dialog.history .table .col-plus{
    width:60px;
}

.dialog.history .table .col-date, .dialog.history .table .col-amount, .dialog.history .table .col-status{
    width:15%;
}

.dialog.history .table .col-name{
    width:55%;
}

.dialog.history .table .col-none{
    width:100%;
}

.dialog.history .table .subitem{
    display:none;
}

.dialog.history .table .col-amount{
    text-align:right;
}

.dialog.history .table .col-status{
    text-align:left;
}

.dialog.history .table td{
    vertical-align:middle;
}

.dialog.history .table .icon-plus, .dialog.history .table .icon-minus{
    overflow:visible;
    display:block;
}

.dialog.history .table .icon-plus:before, .dialog.history .table .icon-minus:before{
    display:block;
    line-height:1px;
    font-weight:bold;
    font-size:200%;
}

.dialog.history .icon-plus{
    cursor:pointer;
}

.dialog.history .icon-plus:before{
    content:'+';
    margin-top:-1px;
}

.dialog.history .icon-minus{
    cursor:pointer;
}

.dialog.history .icon-minus:before{
    content:'–';
    margin-left:1px;
    margin-top:-3px;
}

.dialog.history .scroll{
    overflow-y:scroll;
    max-height:500px;
}

.dialog.history .scroll .table{
    margin-bottom:0;
    border-right:none;
    border-bottom-right-radius:0;
}

.dialog.history .scroll-placeholder{
    padding-right:17px;
}

.dialog.history .dialog-footer{
    text-align:right;
}

.products-table .expired{
    color:red;
}

.features-list{
    margin-bottom:2em;
}

.features-list .col-sm-6 p{
    margin-bottom:13px;
}

.features-list .col-sm-6 .icon{
    float:left;
    margin-bottom:13px;
    margin-right:10px;
}


.promo-informer{
    //display:none;

    border-bottom:1px solid #edeced;
    border-left:1px solid #edeced;
    border-right:1px solid #edeced;

    border-bottom-left-radius:5px;
    border-bottom-right-radius:5px;

    background-color:#fff9e4;
    background-image:url('images/account/fbo-promo-informer-bg.png');
    background-repeat:no-repeat;
    background-position:10% 100%;

    position:relative;
    top:-25px;

    padding:15px 30px 10px;

    margin-bottom:25px;
}


@media(max-width: 767px){
    .promo-informer
{
        background-image:none;
    }
    .promo-informer .btn{
        font-size:105%;
    }
}


.promo-informer p{
    line-height:1.7em;
}


.promo-informer p + .btn-wrapper{
    margin-top:35px;
}


.promo-informer .btn-wrapper{
    margin-left:-20px;
    margin-right:-20px;
}


.promo-informer .btn{
    //text-transform:none;
}


.promo-informer .btn.btn-with-note{
    position:relative;
    overflow:visible;
    margin-bottom:2em;
}


.promo-informer .btn.btn-with-note .note{
    position:absolute;
    left:0;
    top:60px;
    right:0;
    text-align:center;
    color:#3D464D;
    display:block;
    font-size:13px;
    font-weight:normal;
    text-transform:none;
    margin:0 -10em;
    line-height:1;
}