@font-face {
    font-family: "OpenSansLight";
    src: url("fonts/OpenSansLight/OpenSansLight.eot");
    src: url("fonts/OpenSansLight/OpenSansLight.eot?#iefix") format('embedded-opentype'),
    url("fonts/OpenSansLight/OpenSansLight.woff") format('woff'),
    url("fonts/OpenSansLight/OpenSansLight.woff2") format('woff2'),
    url("fonts/OpenSansLight/OpenSansLight.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSansRegular";
    src: url("fonts/OpenSansRegular/OpenSansRegular.eot");
    src: url("fonts/OpenSansRegular/OpenSansRegular.eot?#iefix") format('embedded-opentype'),
    url("fonts/OpenSansRegular/OpenSansRegular.woff") format('woff'),
    url("fonts/OpenSansRegular/OpenSansRegular.woff2") format('woff2'),
    url("fonts/OpenSansRegular/OpenSansRegular.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "OpenSansBold";
    src: url("fonts/OpenSansBold/OpenSansBold.eot");
    src: url("fonts/OpenSansBold/OpenSansBold.eot?#iefix") format('embedded-opentype'),
    url("fonts/OpenSansBold/OpenSansBold.woff") format('woff'),
    url("fonts/OpenSansBold/OpenSansBold.woff2") format('woff2'),
    url("fonts/OpenSansBold/OpenSansBold.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
}

/* =======================================================================
Kane - Responsive App Landing Page
======================================================================= */

/* --------------------------------------
=========================================
GLOBAL STYLES
=========================================
-----------------------------------------*/

html {
    font-size: 100%;
}

body {
    background: #ffffff;
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #313131;
    line-height: 28px;
    min-width: 1200px;
}

.container{
    width: 1170px !important;
}

a {
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

a:hover {
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: inherit;
}

/* Other fixes*/

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

/* PRE LOADER */
.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important;
}

.status {
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(http://templateocean.com/premium/template/kane/files/images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px;
}

/*---------------------------------------
   Typography                
-----------------------------------------*/

/* HEADINGS */

h1,
h2 {
    font-family: 'OpenSansLight', sans-serif;
    font-weight: normal;
}

h1 {
    font-size: 36px;
    line-height: 4.688rem;
}

h2 {
    font-size: 36px;
    text-transform: uppercase;
}

h3 {
    font-size: 24px;
    line-height: 38px;
    font-weight: 300;
}

h4 {
    font-size: 20px;
    line-height: 30px;
    font-weight: 300;
}

h5 {
    font-size: 18px;
    font-weight: 300;
}

/*---------------------------------------
   CUSTOM BUTTON              
-----------------------------------------*/

.standard-button,
.standard-button2 {
    font-size: 18px;
    font-weight: 400 !important;
    border-radius: 4px !important;
    text-shadow: 0 !important;
    color: #ffffff;
    min-width: 150px;
    border: none;
    padding: 16px 25px 16px 25px;
    margin: 5px;
    -webkit-transition: all ease 0.25s;
    transition: all ease 0.25s;
}

.standard-button:hover,
.standard-button2:hover {
    border: none;
}

.standard-button i,
.standard-button2 i {
    vertical-align: inherit;
    margin-right: 8px;
    font-size: 20px;
}

/*---------------------------------------
   TEXTS               
-----------------------------------------*/

.white-text {
    color: #ffffff;
}

.dark-text {
    color: #272727;
}

.grey-bg {
    background: #F7F8FA !important;
}

/*---------------------------------------
   SECTIONS          
-----------------------------------------*/

.section-header h2 {
    margin-bottom: 20px;
}

.section-header .section-description {
    display: block;
    position: relative;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

/*---------------------------------------
   LINES          
-----------------------------------------*/

.colored-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
}

.white-line {
    margin: auto;
    z-index: 1;
    width: 165px;
    height: 1px;
    background: #ffffff;
}

.colored-line-left {
    float: left;
    z-index: 1;
    display: block;
    width: 165px;
    height: 1px;
}

/*---------------------------------------
=========================================
 **   BUTTON STYLES                
=========================================
-----------------------------------------*/
.btn-primary {
    background-color: #1385af;
    border: 1px solid #1385af;
    color: #ffffff;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-primary.btn-outline:hover {
    color: #FFFFFF;
    background-color: #1385af;
    border: 1px solid #1385af;
}

.btn-outline {
    background-color: transparent;
    transition: all .5s;
}

.btn-primary
.btn-primary:hover {
    background-color: #01729c;
    border: 1px solid #01729c;
}

.btn-success {
    background-color: #99C71D;
    border: 1px solid #99C71D;
    color: #ffffff;
}

.btn-success:hover {
    background-color: #8db51e;
    border: 1px solid #8db51e;
}

/*---------------------------------------
=========================================
 **   SECTION STYLES                
=========================================
-----------------------------------------*/

/*---------------------------------------
   SECTION:  HOME                 
-----------------------------------------*/

#home {
    background: url(../images/images_main_page/bg-1.jpg) no-repeat right center;
    -webkit-background-size: cover;
    background-size: cover;
    border-bottom: 1px solid #C9D3DD;
}

#home2 {
    background: url(../images/images_main_page/bg_wm.jpg) no-repeat right center;
    -webkit-background-size: cover;
    background-size: cover;
}
header .navbar{
    z-index: 2;
}
header .full-screen {
    width: 100%;
    height: 100px;
}

/* TOP BAR WITH NAVIGATION */

.sticky-navigation {
    min-height: 60px;
    background: #FFFFFF;
    border: none;
    padding: 0 !important;
    margin-bottom: 0 !important;
    -webkit-backface-visibility: hidden;
    -webkit-box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.08);
}

.sticky-navigation .navbar-header img {
    max-height: 30px;
    -webkit-backface-visibility: hidden;
}

.sticky-navigation .main-navigation .current a {
    color: #000000 !important;
    position: relative;
    outline: none;
}

.sticky-navigation .main-navigation li a {
    line-height: 30px;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
}

.sticky-navigation .main-navigation li a:hover {
    color: #000000;
}

.navbar-inverse .navbar-toggle {
    border-color: #313131;
    background: #313131;
}

header .only-logo .navbar {
    background: none;
    padding: 60px 0 10px;
}

header .only-logo .navbar .navbar-header {
    float: none;
}

.navbar-invers {
    background-color: #2F4050;
}

/* INTRO */

header .intro-section {
    margin: auto;
}

header .intro-section .intro {
    color: #ffffff;
    margin-bottom: 36px;
}

header .intro-section h5 {
    color: #ffffff;
}

header .intro-section .buttons {
    margin-top: 35px;
}

/*---------------------------------------
   FORM REGISTER                 
-----------------------------------------*/
.form-register {
    background: #eff3f6;
    padding: 20px 20px;
}

.form-register:after {
    content: '';
    display: block;
    clear: both;
}

.form-register .form-control {
    /* border-left: 3px solid #1ac6ff; */
}

.form-register .form-group {
    margin-bottom: 45px;
    margin-top: 20px;
}

.form-register .form-group .checkbox {
    margin-bottom: -10px;
    margin-top: 0px;
}

.form-register .form-group .checkbox label {
    line-height: 1.42857143;
}

.form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}
.agree-text {
    font-size: 13px;
    line-height: 21px;
    padding-top: 15px;
    text-align: center;
    margin-bottom: 100px;
}

label.error {
    color: #FF4040;
    line-height: 0px !important;
    margin-top: 10px;
    text-align: left;
    font-size: 10pt;
    display: block;
}

.form-register-small label.error {
    display: block;
    position: absolute;
}

.form-register-small .form-group {
    margin-bottom: 5px;
    margin-top: 5px;
}

input[type=file]:focus, input[type=radio]:focus, input[type=checkbox]:focus {
    outline: none;
}

.form-register-small {
    padding: 15px 15px;
    background: rgba(47, 64, 80, 0.1);
    border-radius: 3px;
    display: inline-block;
}

.form-register-small .form-control {
    height: 45px;
    border-radius: 0;
    border-left: 3px solid #ff8e08;
}

.form-register-small .form-group {
    margin-right: 10px;
}

/*---------------------------------------
   SECTION:  FEATURES                 
-----------------------------------------*/

.features {
    padding-top: 30px;
    padding-bottom: 45px;
    background: #ffffff;
}

.features .fa {
    color: #1385AF;
}

.features h3 {
    font-size: 16px;
    font-family: 'OpenSansBold';
    line-height: 1;
}

.features .features-left {
    text-align: right;
    margin-top: 26px;
}

.features .features-left .icon-container {
    float: right;
    margin-left: 20px;
}

.features .features-right {
    text-align: left;
    margin-top: 26px;
}

.features .features-right .icon-container {
    float: left;
    margin-right: 20px;
}

.features .feature {
    margin-bottom: 40px;
}

.features .feature .icon-container {
    display: block;
}

.features .feature .icon-container .icon {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    line-height: 55px;
    font-size: 18px;
    text-align: center;
    -webkit-transition: all ease-in 0.25s;
    transition: all ease-in 0.25s;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.features .phone-image {
    max-width: 250px;
    margin: auto;
}

.features .phone-image img {
    width: 100%;
}

/*---------------------------------------
   SECTION:  BRIEF                 
-----------------------------------------*/

.app-brief {
    padding-top: 30px;
    padding-bottom: 30px;
}

.app-brief h2 {
    margin-bottom: 20px;
}

.app-brief .phone-image {
    max-width: 350px;
    margin: auto;
    margin-bottom: 50px;
}

.app-brief .phone-image img {
    width: 100%;
}

.app-brief .left-align {
    text-align: left;
}

.app-brief .left-align .feature-list {
    margin-top: 40px;
}

.app-brief .left-align .feature-list li {
    margin-bottom: 26px;
}

.app-brief .left-align .feature-list li i {
    margin-right: 10px;
    vertical-align: inherit;
}

/* VIDEO */

video {
    height: auto;
}

iframe,
embed,
object {
    max-width: 100%;
}

.video-container {
    width: 90%;
    background: transparent !important;
    margin: auto;
    margin-bottom: 50px;
    margin-top: 40px;
}

.video {
    background: transparent !important;
}

/*---------------------------------------
   SECTION:  TESTIMONIALS                 
-----------------------------------------*/

#testimonials {
    background: url(../images/images_main_page/bg-attract.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    padding: 160px 0;
    min-height: 450px;
}

#income {
    background: url(../images/images_main_page/bg-publisher.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    padding: 90px 0;
    min-height: 380px;
}

#testimonials .carousel-indicators {
    top: -30px;
}

.carousel-indicators li {
    border: 1px solid #CCCCCC;
}

.carousel-indicators .active {
    background-color: #515151;
}

#testimonials p {
    font-weight: bold;
}

/*---------------------------------------
   SECTION:  REACH                
-----------------------------------------*/
#reach {
    background: url(../images/images_main_page/bg-5.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    padding: 125px 0;
    min-height: 360px;
    color: #FFFFFF;
}

#home-options #reach {
    background: url(../images/options/bg-5-options.jpg) no-repeat center fixed;
    -webkit-background-size: cover;
    background-size: cover;
}
/*---------------------------------------
   SECTION:  SERVICES           
-----------------------------------------*/

.services {
    padding-top: 30px;
    padding-bottom: 45px;
    background: #ffffff;
}

.services .single-service {
    padding-bottom: 30px;
}

.services .single-service .service-icon {
    font-size: 80px;
}

.services .single-service h3 {
    margin-top: 20px;
}

/*---------------------------------------
   SECTION:  SCREENSHOTS 
-----------------------------------------*/

.screenshots {
    padding-top: 30px;
    padding-bottom: 45px;
}

.screenshots .shot {
    background: #FFFFFF;
    padding: 10px;
    margin: 13px;
    border-radius: 4px;
    -webkit-box-shadow: none;
    box-shadow: none;
    display: block;
}

.screenshots .shot img {
    border-radius: 4px;
    width: 100%;
}

/*---------------------------------------
   SECTION:  PACKAGES | Added on version 1.7      
-----------------------------------------*/

.packages {
    padding-top: 80px;
    padding-bottom: 60px;
    background: #ffffff;
}

.single-package {
    background: #F7F8FA;
    overflow: auto;
    border: 0px solid #161616;
    border-radius: 3px;
    margin-bottom: 60px;
}

.single-package .price {
    background: #FFFFFF;

}

.single-package .color-bg {
    background-color: !important;
}

.single-package .price h2 {
    color: #272727;
}

.single-package .price .color-bg h2 {
    color: #FFFFFF !important;
}

.single-package .price .sign {
    vertical-align: super;
    font-size: 20px;
}

.single-package .price .month {
    font-size: 16px;
    font-family: 'OpenSansLight', sans-serif;
    font-weight: 300;
}

.single-package .package-feature {
    margin-top: 25px;
    margin-bottom: 25px;
}

.single-package .package-feature > li {
    margin-top: 15px;
    margin-bottom: 15px;
}

.single-package .package-feature > li > span {
    margin-right: 7px;
}

/*---------------------------------------
   SECTION:  DOWNLOAD                 
-----------------------------------------*/

.download {
    background: url('../images/images_main_page/bg-3.jpg') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

.download .color-overlay {
    padding-bottom: 30px;
}

.download .subscription-form-container {
    padding-bottom: 80px;
}

.download .subscription-form .input-box {
    height: 57px;
    padding-left: 20px;
    width: 320px;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #FFF;
    border: 2px solid #FFF;
}

.download .subscription-form .input-box:focus,
.download .subscription-form .input-box:active {
    color: #000;
    font-weight: 400;
}

.download .subscription-form .subscription-success,
.download .subscription-form .subscription-error {
    display: none;
}

.download h2 {
    margin-bottom: 30px;
}

/*---------------------------------------
   SECTION:  FOOTER                
-----------------------------------------*/
footer {
    background-color: #2f4050;
    color: #FFF;
    padding-top: 20px;
}

footer .contact-box {
    margin-bottom: 20px;
}

footer .contact-box .contact-button {
    height: 80px;
    width: 80px;
    border-radius: 50%;
    margin: auto;
    position: relative;
    font-size: 30px;
    line-height: 60px;
    vertical-align: middle;
    margin-top: -40px;
    background: #ffffff;
    -webkit-box-shadow: 0px 0px 0px 3px #ffffff;
    box-shadow: 0px 0px 0px 3px #ffffff;
    -webkit-backface-visibility: hidden;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

footer .contact-box .contact-button:hover {
    color: #ffffff;
}

footer .contact-box .expanded-contact-form {
    margin-top: 40px;
    display: none;
}

footer .contact-box .expanded-contact-form .success,
footer .contact-box .expanded-contact-form .error {
    display: none;
}

footer .contact-box .expanded-contact-form .input-box {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
}

footer .contact-box .expanded-contact-form .textarea-box:active {
    color: #000;
}

footer .social-icons {
    margin-top: 30px;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 50px;
}

footer .social-icons li {
    display: inline-block;
    margin: 5px;
}

footer .social-icons li a {
    font-size: 30px;
    color: #c2c2c2;
}

footer .copyright {
    color: #808080;
    margin-bottom: 30px;
}

.icon-container .fa {
    margin-top: 8px;
}

@media (-webkit-min-device-pixel-ratio: 1.3),
(-o-min-device-pixel-ratio: 2.6/2),
(min--moz-device-pixel-ratio: 1.3),
(min-device-pixel-ratio: 1.3),
(min-resolution: 1.3dppx) {

    .nivo-lightbox-theme-default .nivo-lightbox-content.nivo-lightbox-loading {
        background-image: url(loading@2x.gif);
        -webkit-background-size: 32px 32px;
        background-size: 32px 32px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-prev {
        background-image: url(prev@2x.png);
        -webkit-background-size: 48px 48px;
        background-size: 48px 48px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-next {
        background-image: url(next@2x.png);
        -webkit-background-size: 48px 48px;
        background-size: 48px 48px;
    }

    .nivo-lightbox-theme-default .nivo-lightbox-close {
        background-image: url(close@2x.png);
        -webkit-background-size: 16px 16px;
        background-size: 16px 16px;
    }

}

.form-wrapper {
    opacity: 0.9;
    padding: 30px 30px 15px 30px;
}

.form-wrapper h1 {
    color: #FFF;
    font-size: 30px;
    line-height: 1;
}

.form-wrapper label {
    display: inline;
    text-align: left;
}

.form-wrapper h1 {
    text-align: center;
}

header .color-overlay{
    min-height: 750px;
}

#main-banner {
    position: absolute;
    top: 136px;
    height: 604px;
    width: 762px;
    right: 0%;
    background: url(../images/images_main_page/hand.png) no-repeat bottom left;
    background-size: cover;
    z-index: 300;
}

#main-banner2 {
    position: absolute;
    top: 95px;
    height: 484px;
    width: 579px;
    right: 66px;
    background: url(../images/images_main_page/monetize.png) no-repeat bottom left;
    z-index: 300;
    background-size: cover;
}

header#home {
    position: relative;
    overflow: hidden;
}

.carousel-indicators li {
    background-color: #CCCCCC;
    background-size: 120px 60px;
}

.carousel-indicators .active {
    background-color: #FF7600;
}

.carousel-control.left, .carousel-control.right {
    background: none !important;
    filter: progid:none !important;
}

.carousel-control.right {
    right: -40px !important;
}

.carousel-control.left {
    left: -40px !important;
}

.carousel-control {
    width: 5% !important;
    color: #000;
}

.copyright {
    text-align: center;
}

.section-description {
    margin: 0 auto;
}

.carousel-indicators {
    top: 260px;
}

#contacts a {
    color: #1385AF;
}

.navbar-default {
    background-color: #FFF;
    padding-bottom: 10px;
}

.navbar {
    margin-bottom: 0px;
    border-radius: 0px;
}

#bs-example-navbar-collapse-1 .active {
    background-color: #3497C1;
}

#bs-example-navbar-collapse-1 .active a {
    color: #FFF;
}

.navbar-collapse {
    padding-left: 0px;
    -webkit-box-shadow: none
}

.header h1 {
    font-size: 25px;
    margin: 0px;
    font-family: 'OpenSansBold';
    line-height: 1;
    color: #1385AF;
}

.panel-heading {
    background-color: rgba(255, 255, 255, 0.7);
    padding: 25px;
    text-transform: none;
}

#advertiser h1, #publisher h1, #mobile h1, #clickunder h1, #white h1, #entertaining h1 {

    line-height: 1.2;
}

.panel-body {
    background-color: rgb(255, 255, 255);
    padding: 25px;
}

.panel {
    background-color: transparent;
}

.navbar-collapse {
    padding-right: 0;
}

.col-custom-1-lg{
    width: 20%;
    float: left;
    padding:15px;
}

/* ########### FORM ERROR ############ */
.input_error {
    background-color: #FF5959;
    border-radius: 4px;
    color: #FFF;
    padding: 3px 10px;
    font-size: 14px;
}

.out_error {
    color: #ff0000;
    display: none;
    margin-bottom: 10px;
    margin-top: -11px;
}

label {
    display: inline;
}

.btn-cta {
    background-color: #1385af;
    color: #FFFFFF;
}

#menu a, #menu-xs a {
    color: #FFF;
}
#menu.navbar-nav{
    float: left;
    z-index: 2;
    margin: 0px;
    max-height: 50px;
}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {
    margin-left: -15px !important;
    margin-right: -15px !important;
}

#menu.navbar-nav > li{
    float: left !important;
}

.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.navbar-right {
    float: right !important;
    margin-right: -15px;
}
.navbar-brand {
    padding-top: 10px !important ;
    margin: 0px !important;
}

#section-five {
    padding: 30px 0;
}

#payment .form-wrapper {
    background-color: #e6f0f0;
}

#requirements {
    background: url(../images/images_main_page/bg-requirements.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    color: #000;
    padding: 95px 0;
    min-height: 380px;
}

#home-mobile {
    background: url(../images/images_main_page/bg_mobile.jpg) no-repeat center;
    border-bottom: 1px solid #C9D3DD;
    -webkit-background-size: cover;
    background-size: cover;
}

#home-clickunder {
    background: url(../images/images_main_page/bg_clickunder.jpg) no-repeat center;
    border-bottom: 1px solid #C9D3DD;
    -webkit-background-size: cover;
    background-size: cover;
}

#home-entertaining {
    background: url(../images/images_main_page/bg_entertaining.jpg) no-repeat center;
    border-bottom: 1px solid #C9D3DD;
    -webkit-background-size: cover;
    background-size: cover;
}

#home-white {
    background: url(../images/images_main_page/bg_white.jpg) no-repeat center;
    border-bottom: 1px solid #C9D3DD;
    -webkit-background-size: cover;
    background-size: cover;
}
#home-all-formats{
    background: url(../images/images_main_page/bg-all-formats.jpg) no-repeat center;
    border-bottom: 1px solid #C9D3DD;
    -webkit-background-size: cover;
    background-size: cover;
}

#menu .active, #menu-xs .active {
    background-color: #293846;
    border-left: 4px solid #1385af;
}

#menu a:hover, #menu-xs a:hover {
    background-color: #293846;
}

.ipad-widget {
    position: relative;
}

.ipad-widget > img.static{
    width: 100%;
}

.ipad-widget > img.dynamic {
    display: block ;
    z-index: 1200;
    width: 64%;
    height: auto;
    position: absolute;
    transition: 500ms;
    -webkit-transition: 500ms;
    -o-transition: 500ms;
    top: 33%;
    right: 40%;
}

.ipad-widget.up:hover > img.dynamic {
    top: 32%;
    right: 14%;
}

#target{
    padding: 30px 0;
}
#target .media-heading {
    font-size: 17px;
    font-family: 'OpenSansBold';
}

#sign-in {
    background-color: #1385af;
    width: 197px;
    height: 55px;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px
}

#top-menu {
    margin-top: 10px;
    background-color: #2F4050;
    max-height: 50px;
}

#main-page #top-menu {
    margin-top: 0px;
}

#signinModal .modal-content {
    background-color: #103E4F;
}

#signinModal label {
    color: #7d7d7d;
}

#signinModalLabel {
    color: #FFF;
}

#signinModal .modal-header {
    border-bottom: 1px solid #0D485E;
}

#forgetpass {
    margin-left: 15px;
    font-size: 12px;
}
#top-menu .navbar-nav{
    margin: 0px;
}
.navbar-toggle {
    background-color: rgba(255, 255, 255, 1);
    border: 1px solid rgba(255, 255, 255, 1);
    padding: 2px 16px;
    border-radius: 10px;
    margin-left: 10px;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #2F4050;
}

.dropdown-menu {
    background-color: #2F4050 !important;
    position: absolute !important;
}

.dropdown-menu > li > a {
    padding: 10px 20px;
}

@font-face {
    font-family: "OpenSansLight";
    src: url("../fonts/OpenSansLight/OpenSansLight.eot");
    src: url("fonts/OpenSansLight/OpenSansLight.eot?#iefix") format('embedded-opentype'),
    url("fonts/OpenSansLight/OpenSansLight.woff") format('woff'),
    url("fonts/OpenSansLight/OpenSansLight.woff2") format('woff2'),
    url("fonts/OpenSansLight/OpenSansLight.ttf") format('truetype');
    font-style: normal;
    font-weight: normal;
}

#phone {
    font-size: 25px;
    font-weight: bold;
}

#contact-top {
    margin-top: 10px;
    width: 210px;
    float: left;
}

#sign-in {
    background-color: #1385af;
    width: 197px;
    height: 55px;
    text-align: center;
    padding-top: 15px;
    font-weight: bold;
    color: #FFF;
    cursor: pointer;
    text-transform: uppercase;
    border-radius: 0 0 10px 10px
}

#sign-in .fa {
    color: #8bc3d8;
    margin-right: 5px;
}

#signinModal .modal-content {
    background-color: #103E4F;
}

#signinModalLabel {
    color: #FFF;
}

#signinModal .modal-header {
    border-bottom: 1px solid #0D485E;
}

.fa {
    color: #1385af;
}

.fa-sign-in {
    color: #FFF;
}

.bg {
    background: url(../images/images_main_page/pattern01.png);
}

section {
    padding: 30px 0;
}

#main-header {
    padding-bottom: 20px;
    border-bottom: 1px solid #E8E8E8;
}

#main-reg {
    background: url(../images/images_main_page/main_bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    min-height: 559px;
    background-size: cover;
}

#main-page h1 {
    text-transform: uppercase;
    font-family: "OpenSansLight", sans-serif;
    line-height: 1.2;
}

#main-page .panel-heading {
    background-color: #f7f7f7;
    border-bottom: #ededed solid 1px;
    padding: 0px;
}

#main-page .panel-heading .panel-title {
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    color: #888888;
    font-size: 14px;
}

#main-page .panel-heading .fa {
    margin-right: 5px;
    color: #888888;
}

.form-wrapper {
    opacity: 0.9;
    padding: 5px 20px 15px 20px;
}

input[type="text"], input[type="email"], input[type="phone"] {
    border-radius: 0px;
    padding: 6px;
    width: 100%;
    border: 1px solid #ccc;
}

.btn-warning {
    background-color: #ff8e08;
    border: 1px solid #ff8e08;
    color: #000000;
}

.btn-warning:hover {
    background-color: #ec8000;
    border: 1px solid #ec8000;
}

.btn-primary {
    background-color: #1385af;
    border: 1px solid #1385af;
    color: #ffffff;
}

.btn-primary.btn-outline {
    color: #428bca;
}

.btn-primary.btn-outline:hover {
    color: #FFFFFF;
    background-color: #1385af;
    border: 1px solid #1385af;
}

.btn-outline {
    background-color: transparent;
    transition: all .5s;
}

.btn-primary
.btn-primary:hover {
    background-color: #01729c;
    border: 1px solid #01729c;
}

.btn-success {
    background-color: #99C71D;
    border: 1px solid #99C71D;
    color: #ffffff;
}

.btn-success:hover {
    background-color: #8db51e;
    border: 1px solid #8db51e;
}

.form-group, .explanation, #form-header .subtitle {
    color: #7d7d7d;
}

#forgetpass {
    margin-left: 15px;
    font-size: 12px;
}

.btn-social {
    margin-top: 5px;
}

.btn-social {
    position: relative;
    padding-left: 44px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.btn-social > :first-child {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32px;
    line-height: 34px;
    font-size: 1.6em;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    color: #fff;
}

.btn-facebook {
    color: #fff;
    background-color: #3b5998;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-facebook:hover, .btn-facebook:focus, .btn-facebook:active, .btn-facebook.active, .open > .dropdown-toggle.btn-facebook {
    color: #fff;
    background-color: #2d4373;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk {
    color: #fff;
    background-color: #587ea3;
    border-color: rgba(0, 0, 0, 0.2)
}

.btn-vk:hover, .btn-vk:focus, .btn-vk:active, .btn-vk.active, .open > .dropdown-toggle.btn-vk {
    color: #fff;
    background-color: #466482;
    border-color: rgba(0, 0, 0, 0.2)
}

.separator-social {
    border-top: 1px solid #3D3D3D;
}

.separator {
    position: relative;
    height: 10px;
    border-bottom: 1px solid #2F2F2F;
    margin: 15px 0;
}

.separator span {
    position: absolute;
    left: 45%;
    font-size: 12px;
    margin-left: -10px;
    padding: 0 10px;
    background-color: #2F2F2F;
}

label {
    display: block;
}

label span {
    font-weight: normal;
    margin-left: 5px;
}

.btn-toolbar .btn {
    margin: 5px;
}

#chat {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    border-radius: 0px 0px 4px 4px;
    background-color: #1385af;
    color: #fff;
}

#chat > :first-child {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    padding-right: 5px;
    color: #84bfd5;
}

#chat:hover {
    background-color: #01729c;
}

#top-chart div {
    font-size: 20px;
    font-weight: bold;
    margin-top: 20px;
}

#logo {
    font-size: 13px;
    color: #000;
    margin-top: 10px;
}

#logo strong {
    color: #1385AF;
}

.carousel-indicators {
    bottom: -50px;
}

.carousel-control.left, .carousel-control.right {
    background: none;
    filter: progid:none;
}

.carousel-control {
    width: 5%;
    color: #999;
}

#myCarousel1, #myCarousel2 {
    padding: 0 20px;
}

#section-four .btn, #section-one .btn {
    margin: 20px 5px;
}

.thumbnail {
    border: 0px;
}

#section-nine .input-group {
    max-width: 400px;
    margin: 0 auto;
}

#sum {
    text-align: center;
    padding-top: 40px;
}

#sum span {
    font-size: 40px;
    font-weight: bold;
    color: #1385af;
}

#main-page #main-header {
    line-height: 1.3;
}

#slider {
    margin-left: 120px;
}

#visitors {
    float: left;
    margin-top: -15px;
}

#footer {
    padding-top: 10px;
    color: #FFFFFF;
}

#footer a {
    color: #0fade8;
}

#footer li {
    list-style: none;
}

#footer-logo {
    margin-bottom: 23px;
}

#copyright {
    float: left;
}

#social li {
    display: inline;
    padding-left: 20px;
}

#social .fa {
    font-size: 25px;
}

#webmoney li {
    display: inline-block;
    padding-right: 10px;
    float: left;
}

#footer {
    background: #2f4050;
}

#footer-bottom {
    background-color: #283846;
    padding: 20px 0;
}

#funnel {
    margin-top: 20px;
}

#funnel .nav-tabs > li > a {
    color: #626262;
    font-size: 20px;
    background-color: #fff;
    font-weight: bold;
}

#funnel .nav-tabs > li.active > a, #funnel .nav-tabs > li.active > a:hover, #funnel .nav-tabs > li.active > a:focus {
    color: #fff;
    cursor: default;
    background-color: #373738;
    border: 1px solid #fff;
    border-bottom-color: transparent;
    font-size: 20px;
}

#footer .h4 {
    font-weight: bold;
}

#section-seven .row {
    padding-bottom: 20px;
}

#section-one img {
    width: 300px;
}

a[href="#calc"] {
    border-bottom: 1px dashed #000 !important;
    padding: 10px 0px 0px !important;
    color: #000;
    float: right;
}

#rules:hover {
    text-decoration: none !important;
}

#rules {
    color: #717171;
    border-bottom: 1px dashed #999;
}

#webm-calc {
    display: block;
    text-align: center;
}

#form-calc label {
    --color: #666;
}

.noUi-background.slider-balance {
    background: #ec8000;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
}
.noUi-background.slider-balance .noUi-connect {
    background: #3fb8af;
    box-shadow: inset 0 0 3px rgba(51,51,51,0.45);
}

.label-secondary {
    font-size: 75%;
    line-height: 1.6em;
    font-weight: 600;
}
.label-secondary.label-secondary-left {
    text-align: right;
    color: #32938c; /* 3fb8af */
}
.label-secondary.label-secondary-right {
    text-align: left;
    color: #ec8000; /* 0f6a8c 1385af */
}

#form-calc .table {
    border-radius: 3px;
}
#form-calc .table > *,
#form-calc .table > * > * {
    border-radius: inherit;
}
#form-calc .table > * > *:first-child > td,
#form-calc .table > * > *:first-child > th {
    border-radius: inherit;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}
#form-calc .table > * > *:last-child > td,
#form-calc .table > * > *:last-child > th {
    border-radius: inherit;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
#form-calc .table > * > * > td,
#form-calc .table > * > * > th {
    border: none;
    padding: 10px 16px;
}
#form-calc .table > * > * > :nth-child(1) {
    width: 66%;
}

.row.row-valign-bottom {
    display: table;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}
.row.row-valign-bottom > * {
    display: table-cell;
    vertical-align: bottom;
    float: none;
}

.calc-chart {
    display: block;
    margin: 0 auto;
    background: #edede9;

    -webkit-border-radius: 50%;
    -moz-border-radius:    50%;
    -ms-border-radius:     50%;
    -o-border-radius:      50%;
    border-radius:         50%;
    -webkit-transform: rotate(-135deg);
    -moz-transform:    rotate(-135deg);
    -ms-transform:     rotate(-135deg);
    -o-transform:      rotate(-135deg);
    transform:         rotate(-135deg);
}
.calc-chart .calc-chart-piece {
    fill: none;
    -webkit-transition: all .3s ease;
    -moz-transition:    all .3s ease;
    -ms-transition:     all .3s ease;
    -o-transition:      all .3s ease;
    transition:         all .3s ease;
}

button span {
    text-align: left;
}

#auto-checkboxes {
    overflow-y: scroll;
    height: 300px;
    width: 100%;
}

.contact-details dt {
    color: #587086;
}

#network {
    font-weight: bold;
    color: #000;
}

#main-page #section-one p {
    font-family: 'OpenSansBold';
}

#main-page #section-seven h2 {
    font-size: 22px;
    font-family: 'OpenSansBold';
    text-transform: none;
}

.btn-lg {
    font-size: 17px;
}

#section-two, #section-nine {
    background-color: #e6f0f0;
}

#section-five .table {
    background-color: #dee8e8;
    margin-left: 30px;
}

#calculator .table {
    background-color: #dee8e8;
}

#section-two img {
    border: 3px solid #dbdbdb;
}

#section-two .caption strong {
    border-bottom: dashed 1px #000;
    font-size: 17px;
    color: #000;
}

.thumbnail {
    background: none;
}

#main-page .panel {
    margin-top: 20px;
    clear: both;
}

.source_review {
    margin-right: 5px;
}


#main-page .fixed {
    display: block;
    position: fixed;
    top: 0px;
}

.media-heading {
    font-weight: bold;
    margin-bottom: 8px;
}

#section-four .media-body, #section-tree .media-body {
    padding-top: 20px;
}

#section-four .media-left, #section-tree .media-left, .media > .pull-left {
    padding-right: 30px;
}

.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
    border-top: 1px solid #e6f0f0;
    padding: 15px 30px;
}

.table {
    font-size: 17px;
}

#intotal th {
    padding: 20px 30px;
}

#section-seven h2 {
    font-size: 22px;
}

.has-tooltip{
    position: relative;
    cursor: pointer;
}
.has-tooltip .tooltip-sm{
    display: none;
}
.has-tooltip:hover .tooltip-sm{
    position: absolute;
    padding: 3px 8px;
    top: 23px;
    left: 0px;
    width: 100%;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
    display: block !important;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 2px 3px rgba(28, 21, 17, 0.6);
    -moz-box-shadow: 1px 2px 3px rgba(28, 21, 17, 0.6);
    box-shadow: 1px 2px 3px rgba(28, 21, 17, 0.6);
    border-radius: 6px;
    line-height: 20px;
    font-size: 14px;
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-top-color: #ccc;
    border-width: 5px 5px 0;
}

.tooltip-inner {
    color: #000;
    background: RGB(204, 204, 204);
    border: solid 1px #ccc;
}

.tooltip.in {
    opacity: 1;
    filter: alpha(opacity=100);
}

.tooltip_ui_range {
    display: block;
    position: absolute;
    font-size: 12px;
    line-height: 12px;
    top: -18px;
    /* padding: 5px; */
    left: -19px;
    text-align: center;
    width: 73px;
}

.slider-with-tooltip {
    margin-top: 20px;
}

.dynamic_slider {
    /*margin-top: 40px;*/
}

#cta-form .modal-content {
    padding: 20px;
}

#form-reg input[type="submit"] {
    background-color: #1385af;
    color: #FFFFFF;
}

#form-reg a {
    color: #7d7d7d;
    border-bottom: 1px #7d7d7d dashed;
}

.form-control {
    border-radius: 0px;
}

.input_error.as_popup{
    position: absolute;
    font-size: 16px;
    border-radius: 6px;
    opacity: 0.8;
    background-color: #F52C2C;
    margin-left: 0px;
}

.css_triangle.input_error.as_popup:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #FF5959;
}
.relative{
    position: relative;
}
.out_error {
    color: #ff0000;
    display: none;
    margin-bottom: 10px;
    margin-top: -11px;
}

.circle {
    border: 1px solid #ccc;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    vertical-align: middle;
    padding: 15px;
    color: #A8A8A8;
}

.border-none{
    border: none;
}
.margin-top-bottom-none{
    margin-top: 0px;
    margin-bottom: 0px;
}
input.inp_has_error{
    border: 1px solid #ff0000;
}
.form-register-small .form-control.inp_has_error
{
    border: 1px solid #ff0000;
    border-left: 3px solid #ff0000;
}
.mucheck{
    vertical-align: top !important;
}

.inline-important{
    display: inline-block !important;
}
.navbar-nav>li>a{
    line-height: 28px !important;
}
.width_100{
    width: 100%;
}
.format-title{
    font-size: 18px;
    font-weight: bold;
    padding: 15px 0px;
}

.underlined-inline{
    border-bottom: 1px solid #000;
    display: inline-block;
}

.platforms.desktop_img, .platforms.mobile_img{
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 200px;
    background-size: contain;
    background-position: center;
}

.platforms.desktop_img{
    background-image: url(../images/images_main_page/pc_platform.png);
}

.platforms.mobile_img{
    background-image: url(../images/images_main_page/mobile_platform.png);
}

.format-enable, .format-disable{
    background-size: 100%;
    background-repeat: no-repeat;
    min-height: 27px;
    background-size: contain;
    background-position: center;
}
.format-enable{
    background-image: url(../images/images_main_page/yes.png);
}
.format-disable{
    background-image: url(../images/images_main_page/no.png);
}

.m-t-md{
    margin-top: 10px;
}
.m-t-lg{
    margin-top: 15px;
}
.m-t-30px{
    margin-top: 30px;
}
.m-b-30px{
    margin-bottom: 30px;
}
.font-size-20{
    font-size: 20px;
}
/* DATATABLES */
.dataTable thead th {
    background: none !important;
    position: relative;
}

.dataTable .sorting_desc:after {
    background: url("../images/icons/sort_desc.png") no-repeat center center;
}

.dataTable th:after {
    content: " ";
    display: inline-block;
    vertical-align: middle;
    width: 10px;
    height: 15px;
    margin: -1px -2px 1px 5px;
}

.dataTable .sorting_asc:after {
    background: url("../images/icons/sort_asc.png") no-repeat center center;
}

.dataTable .sorting:after {
    background: url("../images/icons/sort_both.png") no-repeat center center;
}
.dataTables_wrapper{
    overflow-x: auto;
    overflow-y: hidden;
}

/*options*/
#home-options header{
    background: url(../images/options/bg_options.jpg) no-repeat center;
    border-bottom: 1px solid #C9D3DD;
    -webkit-background-size: cover;
    background-size: cover;
}
#home-options header .panel-heading{
    background: #f5fafa;
    padding: 20px 5px;
}
#home-options .options-row{
    padding: 20px 0;
}

#jacket{
    background-color: #052534;
}
#jacket .container{
    background: url(../images/options/jacket_bg.png) no-repeat center;
    background-position: left;
    -webkit-background-size: auto 100%;
    background-size:auto 100%;
    padding: 50px 0;
}
#jacket .jacket_item{
    font-size: 24px;
    font-family: "OpenSansLight", sans-serif;
}

#jacket .jacket_item{

}
#jacket .jacket_item:before{
    content: '';
    display: inline-block;
    margin-top: -1px;
    margin-right: 20px;
    vertical-align: middle;
    background-image: url(../images/options/jacket_arrow.png);
    background-repeat: no-repeat;
    background-size:100%;
    width: 35px;
    height: 31px;
}

#jacket #jacket_button{
    margin-top: 250px;
    margin-left: 200px;
}
#jacket .jacket_item_2{
    margin-left: 50px;
}
#jacket .jacket_item_3{
    margin-left: 100px;
}
#jacket .jacket_item_4{
    margin-left: 150px;
}
#jacket .jacket_item{
    margin-top: 20px;
    margin-bottom: 20px;
}
/*end options*/

/*packets*/
#home-packets{
    margin-bottom: 40px;
}
#home-packets header{
    background: url(../images/bg_packets.jpg) no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
}

#home-packets .packet_img{
    height: 270px;
    background-repeat: no-repeat;
    background-position: center bottom;
    position: relative;
}
#home-packets .packet_img >.discount{
    position: absolute;
    color: #fff;
    background-color: #ab000f;
    left: 30px;
    padding: 0px 20px;
    top: 107px;
    text-transform: uppercase;
}
#home-packets .basic_packet_column .packet_img{
    background-image: url("../images/basic_packet.png");
}

#home-packets .business_packet_column .packet_img{
    background-image: url("../images/business_packet.png");
}

#home-packets .luxury_packet_column .packet_img{
    background-image: url("../images/luxury_packet.png");
}

#home-packets .discounts{
    background-image: url("../images/red_star.png");
    background-repeat:no-repeat;
    background-size: 12px 11px;
    background-position: left top;
    padding-left: 30px;
    color:#ab000f;
    text-align: right;
    margin-top: 25px;
}
#home-packets .discounts .discount-item{
    line-height:18px;
    margin-bottom: 20px;
}

#home-packets .all_functions_packet{
    font-size: 22px;
    font-family: 'OpenSansBold', sans-serif;
}

#home-packets .plus_packet{
    background-image: url("../images/red_plus.png");
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center;
    height: 72px;
    margin-top: 40px;
}

#home-packets .packets_options{
    margin-top: 30px;
}

#home-packets .packet_option_type{
    width: 300px;
    padding-left: 50px;
    background: url("../images/packets_V.png") no-repeat left top;
    padding-top: 5px;
    background-size: 36px;
    min-height: 43px;
    margin-bottom: 20px;
    line-height:18px;
}

.basic_packet_column .for_people{
    border: 1px solid #01729c;
    color: #01729c;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 10px 15px;
    text-align: center;
    width: 300px;
    margin-top: 98px;
    display: inline-block;
}

.business_packet_column .for_people {
    border: 1px solid #98c029;
    color: #98c029;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 10px 15px;
    text-align: center;
    width: 300px;
    margin-top: 30px;
    display: inline-block;
}

.luxury_packet_column .for_people {
    border: 1px solid #e9591a;
    color: #e9591a;
    -webkit-border-radius:3px;
    -moz-border-radius:3px;
    border-radius:3px;
    padding: 10px 15px;
    text-align: center;
    width: 300px;
    margin-top: 30px;
    display: inline-block;
}
.packets_about{
    margin-bottom: 20px;
}
.btn-luxury-packet{
    background-color: #e9591a;
    color: #fff !important;
}
.btn-luxury-packet:hover{
    background-color: #DE4807;
    color: #fff;
}
.btn-luxury-packet:active{
    background-color: #D04307;
    color: #fff;
}
/*end packets*/

.m-xxs     { margin: 2px 4px;      }
.m-xs      { margin: 5px;          }
.m-sm      { margin: 10px;         }
.m         { margin: 15px;         }
.m-md      { margin: 20px;         }
.m-lg      { margin: 30px;         }
.m-xl      { margin: 50px;         }
.m-n       { margin: 0 !important; }
.m-l-none  { margin-left: 0;       }
.m-l-xs    { margin-left: 5px;     }
.m-l-sm    { margin-left: 10px;    }
.m-l       { margin-left: 15px;    }
.m-l-md    { margin-left: 20px;    }
.m-l-lg    { margin-left: 30px;    }
.m-l-xl    { margin-left: 40px;    }
.m-l-n-xxs { margin-left: -1px;    }
.m-l-n-xs  { margin-left: -5px;    }
.m-l-n-sm  { margin-left: -10px;   }
.m-l-n     { margin-left: -15px;   }
.m-l-n-md  { margin-left: -20px;   }
.m-l-n-lg  { margin-left: -30px;   }
.m-l-n-xl  { margin-left: -40px;   }
.m-t-none  { margin-top: 0;        }
.m-t-xxs   { margin-top: 1px;      }
.m-t-xs    { margin-top: 5px;      }
.m-t-sm    { margin-top: 10px;     }
.m-t       { margin-top: 15px;     }
.m-t-md    { margin-top: 20px;     }
.m-t-lg    { margin-top: 30px;     }
.m-t-xl    { margin-top: 40px;     }
.m-t-n-xxs { margin-top: -1px;     }
.m-t-n-xs  { margin-top: -5px;     }
.m-t-n-sm  { margin-top: -10px;    }
.m-t-n     { margin-top: -15px;    }
.m-t-n-md  { margin-top: -20px;    }
.m-t-n-lg  { margin-top: -30px;    }
.m-t-n-xl  { margin-top: -40px;    }
.m-r-none  { margin-right: 0;      }
.m-r-xxs   { margin-right: 1px;    }
.m-r-xs    { margin-right: 5px;    }
.m-r-sm    { margin-right: 10px;   }
.m-r       { margin-right: 15px;   }
.m-r-md    { margin-right: 20px;   }
.m-r-lg    { margin-right: 30px;   }
.m-r-xl    { margin-right: 40px;   }
.m-r-n-xxs { margin-right: -1px;   }
.m-r-n-xs  { margin-right: -5px;   }
.m-r-n-sm  { margin-right: -10px;  }
.m-r-n     { margin-right: -15px;  }
.m-r-n-md  { margin-right: -20px;  }
.m-r-n-lg  { margin-right: -30px;  }
.m-r-n-xl  { margin-right: -40px;  }
.m-b-none  { margin-bottom: 0;     }
.m-b-xxs   { margin-bottom: 1px;   }
.m-b-xs    { margin-bottom: 5px;   }
.m-b-sm    { margin-bottom: 10px;  }
.m-b       { margin-bottom: 15px;  }
.m-b-md    { margin-bottom: 20px;  }
.m-b-lg    { margin-bottom: 30px;  }
.m-b-xl    { margin-bottom: 40px;  }
.m-b-n-xxs { margin-bottom: -1px;  }
.m-b-n-xs  { margin-bottom: -5px;  }
.m-b-n-sm  { margin-bottom: -10px; }
.m-b-n     { margin-bottom: -15px; }
.m-b-n-md  { margin-bottom: -20px; }
.m-b-n-lg  { margin-bottom: -30px; }
.m-b-n-xl  { margin-bottom: -40px; }

.money-rub:after {
    content: ' \20bd';
}

.modal-dialog.modal-dialog-wide {
    width: 80%;
}

#calculator .modal-header {
    background-color: #2F4050;
}

#calculator .modal-header h2 {
    color: #FFF;
    margin: 0;
}

.modal-open .modal {
    overflow: auto;
}

#calculator > .modal-dialog.modal-dialog-wide {
    min-width: 1000px;
}

@media (max-width: 1000px) {
    .container {
        width: auto;
    }
}