/* common settings */
html {
    min-height: 100%;
    height: auto;
    position: relative;
    background-color: #fff;
}

body {
    height: auto;
    min-height: 100%;
    background: #fff;
    font: 16px/1.3 Tahoma, Arial, sans-serif;
    position: static !important;
    padding-bottom: 199px !important;
}

body > .row, .max-width {
    max-width: 120em;
}

#shadow {
    min-height: 100%;
}

#ma_container {
    min-height: 100%;
}

#shadow > .column, #shadow > .columns, .no-left-right-padding {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

body > .row .panel {
    margin: 0px;
    border: none;
}

div.panel.white {
    background-color: #fff;
    border: none;
}

div.panel.orange {
    background-color: #ffa207;
    border: none;
}

div.panel.grey {
    background-color: #f1f1f1;
    border: none;
}

div.panel.lg-grey {
    background: none;
    border: none;
}

.list {
    list-style: none;
    margin: 0;
    padding: 0;
    line-height: 17px;
}

.list li {
    padding: 7px 0 0;
    font-size: 13px;
}

.list li:first-child {
    padding: 0;
}

.list li:before {
    color: #F79321;
    content: "• ";
}

h1, h2, h3, h4 {
    font-family: Tahoma, Arial, sans-serif;
    font-weight: bold;
}

.btn-orange {
    display: inline-block;
    color: #fff;
    font: 19px/40px Arial, Helvetica, sans-serif;
    text-align: center;
    padding: 0 10px;
    min-width: 152px;
    position: relative;
    background: #f79321;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    text-decoration: none;
}

.btn-orange:hover {
    background: #f77721;
    text-decoration: none;
    color: #fff;
}

.btn-green {
    display: inline-block;
    vertical-align: middle;
    background: #1ba21b url('./img/bg-btn-green.png') repeat-x;
    font-size: 14px;
    line-height: 38px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    padding: 0 15px;
    margin: 0;
    border: 1px solid #21ad21;
    color: #fff;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.btn-green:hover {
    color: #fff;
}

/* fonts */
@font-face {
    font-family: 'MyriadPro';
    src: url('../fonts/myriadpro-regular.eot');
    src: url('../fonts/myriadpro-regular.eot') format('embedded-opentype'),
    url('../fonts/myriadpro-regular.woff') format('woff'),
    url('../fonts/myriadpro-regular.ttf') format('truetype'),
    url('../fonts/myriadpro-regular.svg#MyriadPro') format('svg');
}

@font-face {
    font-family: 'MyriadProBold';
    src: url('../fonts/myriadpro-bold.eot');
    src: url('../fonts/myriadpro-bold.eot') format('embedded-opentype'),
    url('../fonts/myriadpro-bold.woff') format('woff'),
    url('../fonts/myriadpro-bold.ttf') format('truetype'),
    url('../fonts/myriadpro-bold.svg#MyriadProBold') format('svg');
}

@font-face {
    font-family: 'MyriadProSemibold';
    src: url('../fonts/myriadpro-semibold.eot');
    src: url('../fonts/myriadpro-semibold.eot') format('embedded-opentype'),
    url('../fonts/myriadpro-semibold.woff') format('woff'),
    url('../fonts/myriadpro-semibold.ttf') format('truetype'),
    url('../fonts/myriadpro-semibold.svg#MyriadProSemibold') format('svg');
}

/* top bar navigation */
.top-bar, .top-bar.expanded .title-area, .title-area {
    height: 75px;
    background-color: transparent;
}

.top-bar {
    padding-left: 0;
    padding-right: 0;
}

.top-bar-bg, .top-bar, .top-bar.expanded .title-area, .title-area {
    height: 75px;
    background: url(../dsn_images/header_bg.png) #cfcfcf repeat-x;
}

.top-bar ul li {
    margin-left: 0px;
}

.title-area {
    height: 50px;
}

.top-bar .title-area {
    padding-top: 9px;
    padding-left: 16px;
}

.top-bar .title-area-margin {
    width: 15px;
    float: left;
}

.top-bar .top-bar-section {
    margin-top: 25px;
    padding: 0px 25px;
}

.top-bar-section ul li, .top-bar-section ul li:hover {
    background-color: transparent;
}

.top-bar-section li:not(.has-form) a:not(.button) {
    font: 18px/21px MyriadProBold, Arial, Helvetica, sans-serif;
    color: #444;
    padding-left: 21px;
    padding-right: 0px;
    background-color: transparent;
}

.top-bar-section li:not(.has-form) a:not(.button):hover {
    background-color: transparent;
    color: #fb7f1e;
}

.top-bar-section li:not(.has-form) a.orange {
    color: #fb7f1e;
}

/* footer */
.footer {
    max-width: none !important;
    position: absolute;
    bottom: 0;
    left: 0;

}

.footer .panel {
    background-color: #515151;
    border: none;
    margin-bottom: 0px;
    padding: 0 0 20px 0;
}

.footer .panel > .row > .small-3 {
    padding: 0px;
}

.footer .panel > .row .row {
    margin-top: 20px;
}

.footer ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 16px;
}

.footer a, .footer a :link, .footer a :visited {
    color: #c9c9c9 !important;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .socials {
    font-size: 22px;
    margin-bottom: 8px;
}

.footer .socials li {
    padding: 0px;
    float: left;
    margin-right: 5px;
}

.footer .copyright {
    margin-top: 20px;
    margin-bottom: 20px;
}

.footer p {
    margin: 0;
    color: #c9c9c9;
    font: 12px Tahoma, Arial, sans-serif;
    line-height: 20px;
}

/* home page slider */
.home-slider {
    background-image: url('/imgs/slide-1.jpg');
    background-repeat: no-repeat;
    background-size: 100% auto;
    transition: 0.5s;
}

.home-slider .layer {
    margin-top: 18%;
}

.home-slider .text {
    margin-top: 30%;
}

.home-slider .send-button {
    margin-top: 10%;
}

.home-slider .btn-send-your-file {
    display: inline-block;
    width: 285px;
    height: 78px;
    background-image: url('./img/btn-send-your-file.png');
    text-indent: -9999px;
    overflow: hidden;
}

/* info section for home page */

#homepage h1 {
    font-size: 38px;
    line-height: 45px;
    font-weight: bold;
    text-align: center;
}

#homepage .blocks .panel p {
    font-size: 18px;
    color: #515151;
    margin-bottom: 18px;
    text-align: center;
}

#homepage .blocks .columns {
    text-align: center;
}

#homepage .blocks .columns h3 {
    font-size: 16px;
    color: #515151;
    margin: 0px;
    margin-top: 20px;
    font-weight: bold;
}

/* form on home page */
#homepage .form .panel {
    margin: 0px;
}

#homepage .mobile-slide {
    background-image: url('/imgs/slide-mobile.png');
    background-repeat: no-repeat;
}

.registration-form {
    font-size: 13px;
    line-height: 16px;
}

.registration-form .send-file {
    text-align: left;
    float: right;
}

#homepage .registration-form .send-file {
    float: none;
    display: inline-block;
}

#homepage .registration-form .link-row {
    margin: 0 auto 4px;
    width: 145px;
    text-align: left;
    white-space: nowrap;
}

#homepage .registration-form .link-row label {
    display: inline;
}

#homepage .registration-form .link-row img {
    float: none;
}

#homepage .registration-form input[type="text"], #homepage .registration-form textarea {
    height: 16px;
    margin: 0px auto 5px;
    display: block;
    width: 145px;
}

#homepage small.error {
    width: 182px;
    margin: 0;
    margin-left: 51px;
}

#homepage .registration-form .input-row label.error {
    color: #c60f13;
}

.registration-form h2 {
    font-size: 29px;
    line-height: 32px;
    margin: 0 0 15px;
    color: #fef2dd;
    font-weight: bold;
}

.registration-form .input-row {
    padding: 0 0 5px;
}

.registration-form .input-row label {
    float: left;
    text-align: right;
    margin: 0 4px 0 0;
    width: 47px;
    font-size: 18px;
    line-height: 19px;
    color: #fff;
}

.registration-form input[type="text"], .registration-form input[type="email"] {
    display: block;
    background: url('./img/bg-text.gif') no-repeat;
    border: none;
    margin: 0;
    padding: 2px 4px;
    width: 182px;
    height: 19px;
    font: 100% Tahoma, Arial, sans-serif;
    color: #000;
    box-sizing: border-box;
}

.registration-form .descr {
    margin: 0 0 7px 49px;
    font: 11px/14px Arial, Helvetica, sans-serif;
    color: #fff;
}

.registration-form small.error {
    padding: 0.1rem !important;
    margin-bottom: 0.1rem !important;
}

#subject {
    width: 160px;
}

#message {
    width: 160px;
    resize: none;
}

.registration-form .input-file {
    position: relative;
    margin-top: 48px;
    text-align: center;
}

.registration-form .jq-file {
    width: 110px;
    vertical-align: top;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    cursor: pointer;
}

.registration-form .jq-file__browse {
    position: relative;
    right: 0;
    top: 0;
    background: url('./img/btn-select-file.png') no-repeat;
    width: 110px;
    height: 22px;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
    text-align: left;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: 0;
    -moz-box-shadow: 0;
    box-shadow: none;
    cursor: pointer;
}

.registration-form .jq-file:hover .jq-file__browse {
    background: url('./img/btn-select-file.png') no-repeat;
}

.registration-form .jq-file:active .jq-file__browse {
    background: url('./img/btn-select-file.png') no-repeat;
}

.registration-form .jq-file.disabled .jq-file__name {
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.registration-form .jq-file.disabled,
.registration-form .jq-file.disabled .jq-file__browse {
    opacity: 0.7;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
}

.registration-form .jq-file__name {
    width: 100%;
    height: 22px;
    margin: 0 0 5px;
    padding: 0;
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font: 12px/22px Arial, sans-serif;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: none;
}

.registration-form .link-rows {
    padding: 0px;
    padding-top: 39px;
    text-align: center;
}

.registration-form .link-row {
    margin: 0 0 4px;
}

.registration-form .link-row label {
    font-size: 13px;
    color: #fff;
}

.registration-form .link-row img {
    float: left;
    margin: 0 5px 0 0;
}

.registration-form textarea {
    padding: 2px 4px;
    width: 182px;
    margin: 0;
    overflow: auto;
    font: 100% Tahoma, Arial, sans-serif;
    vertical-align: middle;
    color: #000;
    box-sizing: border-box;
}

.registration-form input[type="image"] {
    margin-top: 27px;
}

/* info block on home page */
#homepage .info .panel {
    margin: 0px;
    color: #58595b;
    font-size: 13px;
}

.info .video-widget {
    text-align: center;
    margin-top: 54px;
}

.info .tour-media {
    text-align: center;
    margin-top: 30px;
}

.info-block h3 {
    font-size: 14px;
    margin: 0 0 17px;
    color: #000;
    font-weight: bold;
    line-height: 1.2em;
}

.info-block .link {
    color: #F57F1B;
    text-decoration: underline;
}

.info-block a:hover {
    text-decoration: none;
}

/* upload tools page */
#uploadtools div.panel.device-area {
    background: url('./img/bg-orange.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#uploadtools .device-area .holder {
    margin-top: 10%;
    text-align: center;
}

#uploadtools .holder h2 {
    font-size: 38px;
    color: #fff;
    text-align: center;
}

#uploadtools .holder p {
    color: #fff;
    text-align: center;
    font-size: 15px;
    line-height: 24px;
    padding: 10px 20px;
    font-weight: bold;
}

#uploadtools .device-area h2 sup {
    font-size: 13px;
    display: inline-block;
    vertical-align: top;
}

/* tour pages */
#tour div.panel.tour-area {
    background: url('./img/bg-orange.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#tour div.tour-area .row {
    display: table;
}

#tour div.tour-area .row .columns {
    display: table-cell;
    float: none;
    vertical-align: middle;
}

#tour .tour-area .navnext {
    text-align: left;
    padding-left: 5px;
}

#tour .tour-area .navprev {
    text-align: right;
    padding-right: 5px;
}

#tour .tour-area h2 {
    color: #363636;
    font-size: 20px;
}

#tour .tour-area h2 sup {
    display: inline-block;
    vertical-align: top;
    margin: 2px 0 0;
    font-size: 10px;
    line-height: 12px;
}

#tour .tour-area h3 {
    font-size: 38px;
    line-height: 40px;
    color: #363636;
}

#tour .tour-area h4 {
    font-size: 24px;
    line-height: 28px;
    color: #363636;
}

#tour .tour-area p {
    font-size: 16px;
    line-height: 24px;
    padding-top: 10px;
}

#tour ul.dropsend li {
    color: #fff;
}

#tour ul.dropsend a {
    color: #fff;
    text-decoration: none;
}

#tour ul.dropsend a:hover {
    color: #fff;
    text-decoration: underline;
}

.direct h2 {
    font-size: 36px;
    text-align: center;
    font-family: Tahoma, Arial, sans-serif;
    color: #5e5e5e;
}

.direct p {
    color: #393939;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    margin: 10px 0px;
}

.direct h2 {
    margin-top: 10px;
}

.direct .row .columns {
    text-align: center;
    margin-top: 20px;
}

.direct .columns h3 {
    font-size: 24px;
    color: #5e5e5e;
    margin-bottom: 20px;
    margin-top: 20px;
}

.direct .columns p {
    color: #5e5e5e;
    margin-bottom: 20px;
    padding: 0px 40px;
}

.direct p.small {
    margin-top: 30px;
    font-size: 12px;
}

/* price page */
#price .header-area h1 {
    font: 40px 'MyriadProSemibold', Helvetica, sans-serif;
    padding: 5px 0;
    text-align: center;
    color: #6d6e71;
    font-weight: bold;
}

#price .tabs-area {
    text-align: center;
}

#price .tabs-area .tabs li, #price .tabs-area .tabs .tab-title {
    position: relative;
    margin-bottom: 0 !important;
    list-style: none;
    float: left;
}

#price .tabs-area .tabs li > a, #price .tabs-area .tabs .tab-title > a {
    outline: none;
    display: block;
    background-color: #efefef;
    color: #222222;
    padding: 12px 2rem;
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-size: 1rem;
}

#price .tabs-area .tabs li > a {
    padding-left: 0px;
    padding-right: 0px;
}

#price .tabs-area .tabs li {
    padding: 0;
}

#price .tabs-area .tabs li > a {
    color: #6d6e71;
    font: 18px 'MyriadProSemibold', Helvetica, sans-serif;
    background: #e6e6e6 url('./img/bg-btn-gray.png') repeat-x;
    font-weight: bold;
    line-height: 24px;
    height: 48px;
}

#price .tabs-area .tabs li > a:hover {
    color: #fff;
}

#price .tabs-area .tabs li.active > a {
    background: #ffa800 url('./img/bg-btn-orange.png') repeat-x;
    color: #fff;
}

#price .tabs-area .tabs-content {
    /*padding-left: 5%;*/
    /*padding-right: 5%;*/
    margin-top: 10px;
}

#price .tabs-area .tabs-content [class*="block-grid-"] > li {
    padding: 0;
}

#price .tabs-area .tabs-content .borders {
    overflow: hidden;
}

#price .tabs-area .tabs-content .borders > li {
    border-left: solid 2px #E0E0E0;
    padding-bottom: 500em;
    margin-bottom: -500em;
}

#price .tabs-area .tabs-content .borders > li:last-child {
    border-right: solid 2px #E0E0E0;
}

#price .tabs-area .tabs-content ul.borders.price {
    margin-top: 10px;
}

#price .tabs-area .tabs-content ul.borders.info > li ul {
    padding-top: 10px;
    margin: 0px;
}

#price .tabs-area .tabs-content ul.borders.info ul li {
    font-size: 12px;
    list-style: none;
    color: #505050;
}

#price .tabs-area .tabs-content ul.borders.buttons > li {
    padding-top: 20px;
}

#price .tabs-area .tabs-content ul.borders.buttons a.btn, #price .tabs-area .tabs-content ul.borders.buttons button.btn {
    background: #f79321;
    padding: 0 5px;
    color: #fff;
    margin: 0 0 4px;
    font-weight: bold;
    line-height: 28px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
}

#price .tabs-area .tabs-content ul.borders.buttons a.btn:hover, #price .tabs-area .tabs-content ul.borders.buttons button.btn:hover:not(:disabled) {
    background: #eb5e01;
    color: #fff;
}

#price .tabs-area .tabs-content h3 {
    background: #4b8ed4;
    color: #fff;
    font: 26px/28px 'MyriadProBold', Helvetica, sans-serif;
    padding: 10px;
}

#price .tabs-area .tabs-content h3.orange {
    background: #ffa800;
}

#price .tabs-area .tabs-content h4 {
    font-size: 34px;
    line-height: 38px;
    color: #000;
    margin: 0 0 2px;
}

#price .tabs-area .tabs-content h5 {
    font-size: 18px;
    color: #505050;
    margin: 0 0 2px;
}

#price #enterprise-plans h3 {
    font: 30px 'MyriadProSemibold', Helvetica, sans-serif;
    padding: 5px 0;
    text-align: center;
    color: #6d6e71;
    font-weight: bold;
    background: none;
}

#price #enterprise-plans p {
    font: 18px/28px 'MyriadProSemibold', Helvetica, sans-serif;
    padding: 5px 0;
    text-align: center;
    color: #6d6e71;
}

#price #enterprise-plans a {
    background: #0096ff;
    width: 320px;
    height: 90px;
    display: inline-block;
    position: relative;
    padding: 0 5px;
    margin: 0;
    color: #fff;
    font-weight: bold;
    font-size: 30px;
    line-height: 88px;
    text-decoration: none;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    font-weight: bold;
}

#price .subheader-area h2 {
    color: #6d6e71;
    font-size: 40px;
    font-weight: normal;
    text-align: center;
    margin: 0 0 20px;
}

#price .subheader-area h2 .orange {
    color: #f09b30;
}

#price .subheader-area h2 sup {
    color: #f09b30;
    font-size: 28px;
    margin-top: -16px;
    position: absolute;
}

/* Enterprice page */
body#enterprise {
    background: #00305d;
}

body#enterprise > .row {
    background-image: none;
}

#enterprise .footer .panel {
    background: #00305d;
}

#enterprise .footer .panel * {
    color: #9ccffe;
}

#enterprise .panel.header-area {
    padding-right: 20%;
    padding-left: 20%;
    background-image: url('/imgs/enterprise.png');
    background-repeat: no-repeat;
    background-size: 100% 100%;
}

#enterprise .panel.header-area h1 {
    color: #fff;
    font-size: 48px;
    line-height: 50px;
    margin-top: 50px;
    font-weight: bold;
    text-align: center;
}

#enterprise .panel.header-area h2 {
    color: #fff;
    font-size: 20px;
    font-weight: normal;
    text-align: center;
    font-style: italic;
}

#enterprise .panel.header-area p {
    color: #fff;
    margin-top: 40px;
    margin-bottom: 40px;
}

#enterprise .panel.info-area {
    background-color: #045096;
    padding-top: 4rem;
}

#enterprise .panel.info-area li h4 {
    color: #fff;
    font-weight: bold;
    text-align: center;
    margin-top: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.6rem;
}

#enterprise .panel.info-area li h5 {
    color: #fff;
    font-weight: normal;
    text-align: center;
    margin-top: 1rem;
}

#enterprise .panel.info-area .columns {
    text-align: center;
}

#enterprise .panel.form-area {
    background-color: #f79321;
}

#enterprise .panel.form-area h3 {
    color: #fff;
    font-size: 1.9rem;
    text-align: center;
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
}

#enterprise .panel.form-area h4 {
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    margin-top: 2.5rem;
}

#enterprise .panel.form-area form .columns {
    padding: 0;
}

#enterprise .panel.form-area form label {
    color: #fff;
    font-weight: bold;
    margin-right: 0.3rem;
    margin-bottom: 0.3rem;
    padding: 0.2rem 0;
}

#enterprise .panel.form-area form input {
    height: 1.5rem;
    margin-bottom: 0.3rem;
    padding: 0px;
    padding-left: 8px;
    color: #808080;
}

#enterprise .panel.form-area form input[type="submit"] {
    color: #fff;
    font-weight: bold;
    background-color: #045096;
    border-color: #045096;
    border-radius: 4px;
    font-size: 15px;
    height: 35px;
    width: 115px;
    margin-top: 0.6rem;
}

#enterprise .panel.feedback-area {
    background-color: #045096;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

#enterprise .panel.feedback-area h3 {
    text-align: center;
    font-size: 39px;
    color: #b4e0ff;
    font-weight: bold;
    margin-bottom: 2rem;
}

#enterprise .panel.feedback-area #testimonials {
    padding-left: 8rem;
    padding-right: 8rem;
    position: relative;
}

#enterprise .panel.feedback-area #testimonials .slides {
    display: none;
    top: 0;
    clear: both;
    position: absolute;
}

#enterprise .panel.feedback-area #testimonials .slides .phrase {
    text-align: center;
    font-size: 20px;
    color: #fff;
    padding-top: 2rem;
}

#enterprise .panel.feedback-area #testimonials .author {
    text-align: center;
    font-size: 16px;
    color: #b4e0ff;
    padding-top: 1rem;
}

/* help pages */
#help .panel.title {
    background: url('./img/bg-orange-small.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    border: none;
    padding: 0.5rem;
    padding-top: 1rem;
    margin: 0;
}

#help .panel.title > .row > .columns:first-child {
    padding-left: 3rem;
}

#help .panel.title h1 {
    font: 36px/1.2 'MyriadProSemibold', Helvetica, sans-serif;
    margin: 0 0 2px;
    color: #fff;
}

#help .panel.title p, #help .panel.title p a {
    color: #fff;
    font-size: 12px;
    padding: 0;
    margin: 0;
}

#help .panel.title p a:hover {
    text-decoration: underline;
}

#help .panel.info .panel.rounded {
    background-color: #fff;
    border: 1px solid #e3e3e5;
    border-radius: 17px;
    padding: 2rem 2rem;
    margin-bottom: 1.25rem;
}

#help .panel.rounded ul > li div {
    text-align: left;
    padding-left: 2rem;
    margin-bottom: 18px;
}

#help .panel.rounded .row > .columns:first-child {
    padding-left: 3rem;
}

#help .panel.rounded h3 {
    color: #000;
    font-size: 16px;
    margin: 0 0 18px;
    font-weight: bold;
}

#help .panel.rounded ul.info {
    list-style: none;
    margin: 0;
}

#help .panel.rounded ul.info > li {
    line-height: 1.3;
    color: #6d6e71;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 12px;
}

#help .panel.rounded ul.info > li:before {
    content: '•  ';
}

#help .panel.rounded ul.info > li a {
    color: #6d6e71;
    font-family: Tahoma, Arial, sans-serif;
    font-size: 13px;
}

#help .panel.rounded ul.info > li a:hover {
    text-decoration: underline;
}

#help .panel.rounded ul.info > li a:visited {
    color: #030303;
}

#help .panel.lg-grey .info-column {
    padding-left: 2.5rem;
}

#help .info-column h1 {
    margin-bottom: 2rem;
    color: #fb7f1e;
    font-size: 20px;
    font-weight: normal;
}

#help .info-column h2 {
    font-size: 16px;
    color: #575757;
    font-weight: bold;
}

#help .info-column h3 {
    font-size: 14px;
    line-height: 18px;
    color: #575757;
    font-weight: bold;
}

#help .info-column p, #help .info-column li {
    font-size: 12px;
    font-weight: normal;
    color: #575757;
}

#help .info-column ul {
    list-style: none;
    margin: 0;
    margin-bottom: 1.5rem;
}

#help .info-column ol {
    margin-bottom: 1.5rem;
}

#help .info-column a {
    color: #fb7f1e;
    text-decoration: underline;
}

#help .info-column a:hover {
    text-decoration: none;
}

#help .info-column a:visited {
    color: #fb3d18;
}

#help em.search {
    background-color: #ffff00;
}

#help .panel.title form {
    margin: 0px;
}

#help .panel.title form .row {
    margin-top: 0.5rem;
    margin-left: -1rem;
}

#help .panel.title form a {
    display: block;
    height: 50px;
    background-color: #fff;
    border-color: #fff;
    border-bottom-left-radius: 1000px;
    border-top-left-radius: 1000px;
    line-height: 50px;
}

#help .panel.title form input {
    height: 50px;
    background-color: #fff;
    border-color: #fff;
    border-bottom-right-radius: 1000px;
    border-top-right-radius: 1000px;
    font-size: 20px;
}

#tour .border-swf {
    border: 5px solid #fff;
    border-radius: 10px;
    padding: 0;
    margin: 0;
    height: 208px;
    width: 490px;
}

.top-bar .toggle-topbar.menu-icon a span::after {
    box-shadow: 0 0px 0 1px #444, 0 7px 0 1px #444, 0 14px 0 1px #444;
}

.margin-bottom {
    margin-bottom: 15px;
}

.top-bar.expanded {
    background: #cfcfcf;
    z-index: 1;
    padding-left: 0;
    padding-right: 0;
}

.content-enterprise {
    margin: 120px 0;
}

.only-small-text-center {
    text-align: left;
}

.footer li {
    color: #fff;
    font-size: 12px;
    width: 100%;
    display: block;
    font-weight: bold;
    padding: 3px 0 3px 0;
    border-bottom: 1px solid #686868;
    margin-left: 0;
}

.footer li h4 {
    color: #c9c9c9;
    margin: 0 0 2px 0;
    font-size: 20px;
}

/*media*/
@media only screen and (max-width: 64.063em) {
    #price .subheader-area h2 sup {
        font-size: 16px;
        margin-top: -7px;
    }

    body {
        padding-bottom: 0px !important;
        margin-bottom: 0px !important;
    }

    .footer {
        position: static;
    }

    #price .header-area h1, #price .subheader-area h2 {
        font-size: 22px;
    }

    #login_page #ma_content.send-password-content {
        min-height: 650px;
    }

    #price .tabs-area .tabs-content h3 {
        font-size: 16px;
    }

    #price .tabs-area .tabs-content ul.borders.buttons a.btn {
        font-size: 0.8125rem;
    }

    #price .tabs-area .tabs-content h4 {
        font-size: 22px;
    }

    #price .tabs-area .tabs-content h5 {
        font-size: 15px;
    }

    .top-bar-section li:not(.has-form) a:not(.button) {
        font-size: 14px;
        padding-left: 14px;
    }

    .top-bar .title-area img {
        width: 155px;
        margin-top: 5px;
    }

    #file_unlock div.panel.title h1 {
        font-size: 1.75em;
    }

    #file_unlock div.panel.title p {
        font-size: 1em;
    }

    #file_unlock .form div.title {
        font-size: 2.25em;
    }

    #file_unlock div.mobile img {
        margin-left: auto;
        margin-right: auto;
    }

    #file_unlock h2 {
        font-size: 1.52em !important;
    }

    #file_unlock div.form [type='password'] {
        width: 39%;
    }

}

@media only screen and (min-width: 45em) and (max-width: 64.063em) {
    .top-bar-section li:not(.has-form) a:not(.button) {
        font-size: 18px;
    }
}

@media only screen and (max-width: 40.063em) {

    .top-bar .title-area {
        height: 78px;
        padding-left: 36px;
    }

    .info .video-widget {
        margin-top: 5px;
    }

    #help .panel.info .panel.rounded {
        text-align: center;
    }

    .content-enterprise {
        margin: 40px 0 0 0;
    }

    .only-small-text-center {
        text-align: center !important;
    }

    .top-bar-section ul li a {
        border-bottom: 1px solid #c0c0c0;
    }

    .top-bar-section ul.left li:last-child a {
        border-bottom: none;
    }

    .top-bar .top-bar-section {
        margin-top: 5px;
    }

    #enterprise .panel.feedback-area #testimonials {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    #help .panel.rounded ul.info {
        margin: 0 auto;
        text-align: left;
        width: 188px;
    }

    #help .panel.rounded ul > li div {
        text-align: center;
        padding-left: 0;
    }

    #full_login_form {
        margin: 0;
    }

    .footer li {
        border-bottom: 1px solid #686868;
        font-size: 14px;
    }

    #file_unlock div.panel.title h1 {
        font-size: 1em;
    }

    #file_unlock div.panel.title p {
        font-size: 0.8em;
    }

    #file_unlock .form div.title {
        font-size: 1.45em;
    }

    #file_unlock h2 {
        font-size: 1.2em !important;
    }

    #file_unlock h3 {
        font-size: 1em !important;
    }

    #file_unlock div.mobile p {
        font-size: 0.8em;
        line-height: 1.4;
        margin-left: 0;
        margin-right: 0;
    }

    #file_unlock div.mobile .app a + a {
        margin: 1% 0 0 0;
    }

    #file_unlock .direct .columns p {
        margin-left: 0!important;
        margin-right: 0!important;
    }
}

.row .row {
    margin-left: auto;
    margin-right: auto;
}

.top-bar .toggle-topbar.menu-icon {
    padding-right: 15px;
}

#help .panel.rounded ul.info > li:before {
    content: '*';
    position: absolute;
    margin: 3px 0 0 -8px;
}

.upgrade-account {
    padding: 40px 20px;
}

.upgrade-account h2 {
    color: #068fef;
    font-size: 25px;
}

.upgrade-account h3 {
    color: #575757;
    font-size: 20px;
    font-weight: bold;
}

.upgrade-account p {
    color: #575757;
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 13px;

}

.upgrade-account button, .upgrade-account .button {
    background-color: #056eee;
    border-color: #0077d7;
    color: #fff !important;
    font-weight: bold;
}

.upgrade-account button:hover, .upgrade-account .button:hover {
    background-color: #0077d7;
}

/*extend foundation for x-large start*/
@media only screen and (min-width: 90.063em) {
    .xlarge-1 {
        width: 8.33333%;
    }

    .xlarge-2 {
        width: 16.66667%;
    }

    .xlarge-3 {
        width: 25%;
    }

    .xlarge-4 {
        width: 33.33333%;
    }

    .xlarge-5 {
        width: 41.66667%;
    }

    .xlarge-6 {
        width: 50%;
    }

    .xlarge-7 {
        width: 58.33333%;
    }

    .xlarge-8 {
        width: 66.66667%;
    }

    .xlarge-9 {
        width: 75%;
    }

    .xlarge-10 {
        width: 83.33333%;
    }

    .xlarge-11 {
        width: 91.66667%;
    }

    .xlarge-12 {
        width: 100%;
    }

    .xlarge-offset-0 {
        margin-left: 0% !important;
    }

    .xlarge-offset-1 {
        margin-left: 8.33333% !important;
    }

    .xlarge-offset-2 {
        margin-left: 16.66667% !important;
    }

    .xlarge-offset-3 {
        margin-left: 25% !important;
    }

    .xlarge-offset-4 {
        margin-left: 33.33333% !important;
    }

    .xlarge-offset-5 {
        margin-left: 41.66667% !important;
    }

    .xlarge-offset-6 {
        margin-left: 50% !important;
    }

    .xlarge-offset-7 {
        margin-left: 58.33333% !important;
    }

    .xlarge-offset-8 {
        margin-left: 66.66667% !important;
    }

    .xlarge-offset-9 {
        margin-left: 75% !important;
    }

    .xlarge-offset-10 {
        margin-left: 83.33333% !important;
    }

    .xlarge-offset-11 {
        margin-left: 91.66667% !important;
    }

    .xlarge-centered {
        margin-left: auto !important;
        margin-right: auto !important;
        float: none;
    }

    #file_unlock .mobile .phones {
        margin-left: 21% !important;
    }
}

/*extend foundation for x-large end*/

#file_unlock .panel.title {
    background: url('../img/bg-orange-small.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 1.2% 0 0.8%;
    text-align: center;
    margin: 0;
}

#file_unlock .panel.title h1 {
    font: normal 2.25em MyriadProSemibold, Arilsans-serif;
    color: #fff;
    margin: 0;
}

#file_unlock .panel.title p {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

#file_unlock .form form {
    margin: 3% 0 2%;
    text-align: center;
}

#file_unlock .form {
    background-color: #f8f8f8;
    font-family: MyriadPro, sans-serif;
}

#file_unlock .form .title {
    font-size: 3em;
    line-height: 0.8;
    color: #575757;
    margin: 0 0 2%;
    text-align: center;
    letter-spacing: 0.029em;
}

#file_unlock .form [type='password'] {
    height: 1.6em;
    padding-top: 0;
    padding-bottom: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #e6e6e6;
    border: 1px solid #ededed;
    box-shadow: none;
    display: inline-block;
    margin: 1%;
    width: 18%;
    vertical-align: middle;
}

#file_unlock .form label {
    color: #575757;
    line-height: 1;
    display: inline-block;
    vertical-align: middle;
}

#file_unlock .form button {
    text-transform: uppercase;
    margin: 0;
    font-size: 1.85em;
    vertical-align: middle;
}

#file_unlock {
    background-color: #e6e6e6;
}

#file_unlock .mobile .phones {
    margin: 5% 0 5%;
    width: 290px;
}

#file_unlock .mobile h2 {
    font: bold 2.2em Tahoma, sans-serif;
    color: #575757;
    text-align: center;
    margin: 9% 0 3%;
}

#file_unlock .mobile p {
    font-size: 1em;
    color: #575757;
    margin: 0 7% 6%;
    text-align: center;
}

#file_unlock .mobile .app {
    text-align: center;
    margin: 0 0 3%;
}

#file_unlock .mobile .app img {
    width: 168px;
}

#file_unlock .mobile .app a {
    display: inline-block;
}

#file_unlock .mobile .app a + a {
    margin: 0 0 0 1.3%;
}

#file_unlock .direct {
    background: #f8f8f8;
}

#file_unlock .direct h2 {
    font-weight: bold;
    margin: 2.5% 0 0;
    font-size: 2.2em;
}

#file_unlock .direct .columns p {
    padding: 0;
    margin: 1% 6% 2%
}

#file_unlock .direct .columns {
    margin-top: 0;
}

#file_unlock .direct [class*="but-"] {
    font-size: 1.25em;
    font-family: MyriadProSemibold, sans-serif;
    padding: 1% 3%;
    display: inline-block;
}

#file_unlock .direct .columns h3 {
    margin-top: 9%;
    margin-bottom: 3%;
}

#file_unlock .form h3 {
    font-size: 1em;
    color: #ff0600;
    margin: 0;
    font-weight: normal;
}

[class*='but-'] {
    padding: 0.5% 1.5%;
    font-size: 1em;
    font-family: 'MyriadPro', sans-serif;
    color: #fff !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.but-orange {
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmYjQwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZjkwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffb400 0%, #ff9000 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffb400), color-stop(100%, #ff9000)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffb400 0%, #ff9000 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffb400 0%, #ff9000 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffb400 0%, #ff9000 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffb400 0%, #ff9000 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffb400', endColorstr='#ff9000', GradientType=0); /* IE6-8 */
}

.but-orange:hover {
    background: #e78300 !important;
}

.superscript {
    position: relative;
    top: -17px;
    font-size: 0.5em;
}