@import url('https://fonts.googleapis.com/css?family=Lobster&subset=cyrillic');

html,
body {
    background-color: #fff;
    font-size: 15px;
    color: #ffffff;
    width: 100%;
    padding: 0;
    margin-left: 0;
    margin-right: 0;
    font-family: 'Raleway', regular;
    font-weight: 500;
    overflow-x: hidden;

}

.close:hover {
    cursor: pointer;
    opacity: 1;
}

.close {
    height: 30px;
    width: 30px;
    right: 10px;
    top: 10px;
    z-index: 12;
    opacity: 0.7;
    transition: 0.5s;
    background: url(../images/closex.png) no-repeat;

}

@media only screen and (min-width: 570px) {
    .my-button {
        width: 310px;
    }
}

@media only screen and (max-width: 570px) and (min-width: 320px) {
    .my-button {
        width: 235px;
    }
}

@font-face {
    font-family: "CenturyGothicRegular";
    src: url(../fonts/CenturyGothicRegular/CenturyGothicRegular.eot);
    src: url(../fonts/CenturyGothicRegular/CenturyGothicRegular.eot?#iefix) format(embedded-opentype), url(../fonts/CenturyGothicRegular/CenturyGothicRegular.woff) format("woff"), url(../fonts/CenturyGothicRegular/CenturyGothicRegular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

.table.sort > thead:first-child > tr > th {
    text-align: center;
    color: #47A2F6;
}

/*Портфолио*/
.fix-width {
    width: 355px;
    margin: 0 auto;
    position: relative;
    float: left;

}

.portfolio-item_kit__demo__img-wrap {
    width: 330px;
    height: 300px;
    overflow: auto;
    overflow-x: hidden;

}

/*Sortable - Move
#el:hover{
  cursor: move;
}*/
.material-switch > input[type="checkbox"] {
    display: none;
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: 44px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fefefe;
    z-index: 99999;
    height: 100%;
    width: 100%;
    overflow: hidden !important
}

.loaded {
    width: 60px;
    height: 60px;
    position: absolute;
    left: 50%;
    top: 50%;
    background-image: url(../images/loading.gif);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    margin: -20px 0 0 -20px
}

img {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    user-drag: none
}

a,
a:hover,
a:active,
a:focus {
    text-decoration: none;
    outline: none
}

a,
button,
a span {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.btn.extra-width {
    padding: 13px 40px
}

.btn:focus,
.btn:active {
    outline: inherit
}

*,
:before,
:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;

}

p {
    margin: 0 0 15px;
}

.clear {
    clear: both;
}

ol,
ul {
    list-style: none;
    padding: 0;
}

img {
    max-width: 100%;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
    outline: none
}

.form-control {
    border: 1px solid rgba(0, 0, 0, 0.08);
    font-size: 16px;
    height: 45px;
}

.form-control:focus {
    border-color: #ef3d4a;
}

h1,
h2,
h3 {
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    margin-bottom: 0;
    margin-top: 0;
}

h4,
h5 {
    font-weight: 300;
    margin-bottom: 0;
    margin-top: 0;
}

h1 {
    font-size: 48px;
    margin-bottom: 15px;
    visibility: visible;
    font-family: 'Raleway', sans-serif;
    font-size: 48px;
    text-shadow: 2px 2px 2px #00000077;
    font-style: normal;
    font-weight: 100;
    line-height: 1.10909
}

h2 {
    font-size:24px;
    line-height: 3rem;
    margin-bottom: .9rem;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
    font-weight: 100;
    line-height: 1.10909;
}

h3 {
    font-weight: 300;
    margin-bottom: .9rem;
    font-size: 18px;
    line-height: 2.5rem;
    font-family: 'Raleway', sans-serif;
    font-style: normal;
}

h4 {
    font-size: 18px;
    line-height: 2.2rem;
    margin-bottom: 1.1rem;
    font-family: 'Raleway', sans-serif;
}

h5 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #ffffff;
    font-family: 'Raleway', sans-serif;
}

h6 {
    font-size: 1rem;
    margin-bottom: .9rem;
    font-family: 'Raleway', sans-serif;
}

p {
    font-size: 18px;
    /*margin-bottom: 15px;*/
    font-style: normal;
    font-weight: 400;
    line-height: 1.5;
    font-family: 'Raleway', sans-serif;
    /*text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);*/
    margin: 0 10px;
}

p:last-child {
    margin-bottom: 100px;
}

.home-wrap h1,
.home-wrap h2,
.home-wrap h3,
.home-wrap h4,
.home-wrap h5,
.home-wrap p {
    font-family: 'Roboto';
    font-weight: 300;
    color: #fff;
}

.home-wrap h1 {
    font-family: 'Lobster', cursive;
    font-size: 56px;
    color: red;
}

.text {
    color: #333;
}

.colorstext {
    color: #ef3d4a;
}

.coloricon i {
    color: #ef3d4a;
}

.colorsbg {
    background: #ef3d4a;
    color: #fff;
}

.colorsbg .separator2 {
    border: 2px solid;
}

.colorsbg .separator_wrap::after,
.colorsbg .separator_wrap::before {
    background-color: #fff;

}

.lightbg {
    background-color: #f9f9f9;
}

.transition {
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

.sections {
    /* margin-top: 300px;
     padding-top: 100px;
     padding-bottom: 120px;*/
    position: relative;
    overflow: hidden;
    /*padding: 0 30px;*/
}

.sections.footer {
    padding-bottom: 80px
}

section .subtitle h5 {
    margin-top: 10px!important;
    font-size: 18px!important;
    font-family: 'Raleway', sans-serif!important;
    color: #fff!important;
}

.parallax-section {
    max-width: 100%;
    color: #fff
}

section .title-half h2 {
    font-size: 44px;
    margin-bottom: 15px;
    visibility: visible;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 100;
    line-height: 1.10909
}

section .subtitle-half h5 {
    font-weight: 100;
    font-size: 17px
}

.fw-special-title-half {
    font-size: 2rem;
    line-height: 3rem;
    font-weight: 100
}

.heading {
    margin-bottom: 3rem
}

.overlay {
    background-color: rgba(0, 0, 0, 0.0);
    width: 100%;
    min-height: 750px
}

.overlay-fluid-block {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%
}

.overlay-img {
    background: rgba(0, 0, 0, 0.1);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff
}

.overlay-img-fun {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    color: #fff
}

.overlay-startup {
    background-color: rgba(0, 0, 0, 0.3);
    width: 100%
}

.no-padding {
    padding: 0 !important
}

.fluid-blocks-col {
    padding: 70px 40px 0 80px
}

.separator {
    height: 1px;
    width: 150px;
    margin: auto;
    background: #ef3d4a
}

.separator-left {
    height: 1px;
    width: 150px;
    background: #ef3d4a
}

.separator_wrap {
    text-align: center;
    margin: 50px 0;
}

.separator_wrap-left {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 30px
}

.separator_wrap::after,
.separator_wrap::before {
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 90px;
    height: 1px;
    margin-top: 2px
}

.separator_wrap-left::after {
    background-color: #ffffff;
    display: inline-block;
    vertical-align: middle;
    content: "";
    width: 80px;
    height: 1px;
    margin-top: 2px
}

.separator2 {
    display: inline-block;
    width: 8px;
    height: 8px;
    border: 2px solid #ffffff;
    transform: rotate(45deg);
    margin-right: 4px
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open > .dropdown-toggle.btn-primary.focus,
.open > .dropdown-toggle.btn-primary:focus,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary.disabled:hover {
    color: #fff;
    background-color: #ffffff;
    border-color: #ffffff
}

.btn {
    /*  margin-left: 10px!important;*/
}

.btn-lg,
.btn-group-lg > .btn {
    padding: 10px 30px;
    font-size: 1.45rem;
    border-radius: 30px
}

.btn-md,
btn-group-md > .btn {
    padding: 8px 20px;
    font-size: 1.2rem;
    border-radius: 30px
}

.btn-primary.btnxs:hover {
    background: #ef3d4a
}

.btn-default.btnxs:hover {
    background: transparent
}

.btn-primary {
    color: #fff
}

.btn-primary:active,
.btn-primary:hover {
    background: #fff
}

.btnxs {
    position: relative;
    opacity: .999;
    overflow: hidden;
    background-color: #d33f3a
}

.btnxs:before,
.btnxs:after {
    content: '';
    width: 0;
    height: 100%;
    opacity: 0;
    position: absolute;
    top: 0;
    z-index: -1;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    -moz-transition: all .4s;
    transition: all .4s
}

.btnxs:before {
    left: 50%
}

.btnxs:after {
    right: 50%
}

.btnxs:hover:before,
.btnxs:hover:after {
    width: 50%;
    opacity: 1
}

.btn-default {
    color: #fff;
    border: 2px solid #fff;
    background-color: transparent
}

.btn-default:before,
.btn-default:after {
    background-color: #fff
}

btn-default:focus {
    background-color: #fff;
    border-color: transparent
}

.btn-default {
    border-color: #fff;
    color: #D98886;
    background-color: #fff;
    margin-left: -35px;
    padding-bottom: 50px;
}

.btn-default:hover {
    /*border-color: #fff;*/
    color: #ef3d4a;
    background-color: #fff;
}

.btn-primary {
    background-color: #ef3d4a;
    color: #fff;
    border: 2px solid #ef3d4a;
}

.btn-primary:before,
.btn-primary:after {
    background-color: #fff
}

btn-primary:focus {
    background-color: #ef3d4a;
    border-color: transparent
}

.btn-primary:hover {
    border-color: #ef3d4a;
    color: #ef3d4a
}

.margin-top-20 {
    margin-top: 20px
}

.margin-bottom-20 {
    margin-bottom: 20px
}

.margin-top-40 {
    margin-top: 40px
}

.margin-bottom-40 {
    margin-bottom: 40px
}

.margin-top-60 {
    margin-top: 60px
}

.margin-bottom-60 {
    margin-bottom: 60px
}

.padding-top-20 {
    padding-top: 1.33rem
}

.padding-bottom-20 {
    padding-bottom: 1.33rem
}

.padding-top-40 {
    padding-top: 2.66rem
}

.padding-bottom-40 {
    padding-bottom: 2.66rem
}

.padding-top-60 {
    padding-top: 5rem
}

.padding-bottom-60 {
    padding-bottom: 5rem
}

.padding-bottom-0 {
    padding-bottom: 0
}

.padding-twenty {
    padding: 10px 0
}

.padding-fourty {
    padding: 20px 0
}

.padding-sixty {
    padding: 30px 0
}

.padding-eighty {
    padding: 40px 0
}

h1 span {
    color: #ffffff;
    font-weight: 500
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus,
.navbar-default .navbar-nav > .active > a:hover {
    background-color: #fff
}

.navbar-brand {
    height: 70px;
    padding: 10px 15px;
    margin-left: 0 !important
}

@media only screen and (max-width: 769px){
    .navbar-brand {
        display: none;
    }
}

.navbar-brand img {
    max-height: 55px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    margin-top: -9px;
}

.switcher.is-active {
    background: #27b6af none repeat scroll 0 0;
}

.switcher {
    background: #b3b8c3 none repeat scroll 0 0;
    border: medium none;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    height: 20px;
    min-width: 40px;
    padding: 1px;
}

.switcher.default.is-active {
    background-color: #519b20;
}

.switcher.default {
    background-color: white;
    border: 1px solid #dfdfdf;
    border-radius: 4px;
    line-height: 26px;
    min-width: 80px;
    padding: 2px;
    transition: background-color 0.3s ease 0s;
}

.switcher {
    cursor: pointer;
    display: inline-block;
    font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
    font-size: 12px;
    text-transform: uppercase;
}

@media only screen and (max-width: 570px) and (min-width: 320px) {
    .navbar-brand img {
        max-height: 45px;
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        -ms-backface-visibility: hidden;
        -o-backface-visibility: hidden;
        backface-visibility: hidden;
        /* margin: 0 auto;*/
    }

}

.nav .btn {
    height: 41px;
    font-size: inherit;
    line-height: 10px;
    margin-top: 3px;
    color: #fff;
}

.nav .btn-primary {
    color: #fff !important
}

.nav .btn-primary:hover {
    color: #ef3d4a !important
}

.navbar-default .btn-default {
    border: 1px solid #000
}

.navbar-default .btn-default:hover {
    border: 1px solid #ef3d4a
}

.navbar {
    /* background: #fff;
     border-color: rgba(197, 197, 197, 0.4);*/
    margin-bottom: 0
}

.navbar.fixed-nav .navbar-nav > li > a {
    font-family: 'Raleway', sans-serif;
    font-weight: 600;
    color: #fff;
    font-size: 16px
}

@media only screen and (min-width: 570px) {
    .fixed-nav.navbar .navbar-nav > .active > a,
    .fixed-nav.navbar .navbar-nav > .active > a:hover,
    .fixed-nav.navbar .navbar-nav > .active > a:focus,
    .fixed-nav.navbar .navbar-nav > li > a:hover,
    .fixed-nav.navbar .navbar-nav > li > a:focus {
        color: #ffffff;
        border-bottom: 1px solid #ffffff;
        padding-bottom: 4px;
    }
}

@media only screen and (max-width: 570px) and (min-width: 320px) {
    .fixed-nav.navbar .navbar-nav > .active > a,
    .fixed-nav.navbar .navbar-nav > .active > a:hover,
    .fixed-nav.navbar .navbar-nav > .active > a:focus,
    .fixed-nav.navbar .navbar-nav > li > a:hover,
    .fixed-nav.navbar .navbar-nav > li > a:focus {
        color: #ffffff;
        /* background-color: #6EBEEB;*/

        /*text-align: center;*/
        /*border-bottom: 2px solid #ef3d4a;*/
        /* border-radius: 7px; */
        /*padding-bottom: 4px;*/
    }

}

@media only screen and (max-width: 767px) {
    .navigation nav ul li a {
        line-height: 3.5em;
        color: #FFF;
        border-radius: 0;
    }
}

.navbar-nav.main {
    padding-top: 10px;
    text-align: center;
}

.fixed-nav .navbar-toggle {
    margin-bottom: 12px;
    margin-top: 13px;
}

.fixed-nav-dark.navbar {
    background: #000;
    border-color: rgba(255, 255, 255, 0.29)
}

.navbar.fixed-nav-dark .navbar-nav > li > a {
    color: #fff
}

.fixed-nav-dark.navbar .navbar-nav > .active > a,
.fixed-nav-dark.navbar .navbar-nav > .active > a:hover,
.fixed-nav-dark.navbar .navbar-nav > .active > a:focus,
.fixed-nav-dark.navbar .navbar-nav > li > a:hover,
.fixed-nav-dark.navbar .navbar-nav > li > a:focus {
    color: #ef3d4a;
}

.fixed-nav-dark .navbar-nav {
    padding-top: 10px
}

.fixed-nav-dark .navbar-toggle {
    margin-bottom: 12px;
    margin-top: 13px
}

.home-wrap {
    width: 100%;
    overflow: hidden
}

.home-default {
    background: url(../images/home.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-app {
    background: url(../images/home-app.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-contact {
    background: url(../images/al3.svg) no-repeat center top fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.home-contact2 {
    background: url(../../images/slide.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
}

.animated4 {
    -webkit-animation: flipInX 3s ease-in 800ms both;
    -moz-animation: flipInX 3s ease-in 800ms both;
    -o-animation: flipInX 3s ease-in 800ms both;
    animation: flipInX 3s ease-in 800ms both
}

.home-countdown {
    background: url(../images/home-countdown.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-subscription {
    background: url(../images/home-subscribe.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-try {
    background: url(../images/home-try.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-video {
    background: url(../images/home-video.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-msg {
    background: url(../images/home-msg.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    background-size: cover
}

.home-intro-left {
    margin: auto;
    padding-top: 100px;
    margin-left: 10%;
}

.home-intro-left .intro-wrap h1 {
    color: #fff;
    font-size: 3.75rem;
    margin-bottom: 15px;
    text-transform: none;
    font-family: 'Roboto', regular;
    font-weight: 100
}

.home-intro-left .intro-wrap h4 {
    color: #fff;
    font-size: 1.2rem;
    margin-top: 30px;
    font-weight: 100
}

.home-intro-left .home-button {
    padding-bottom: 50px;
    margin-top: 80px
}

.home-intro-left .home-video-button {
    padding-bottom: 50px;
    margin-top: 40px
}

.home-button img {
    margin-right: 20px
}

.home-intro-right {
    margin-top: 150px
}

.home-intro {
    text-align: center;
    padding-top: 120px
}

.intro-wrap {
    padding-top: 80px
}

.home-intro .intro-wrap h1,
.home-intro-carousel h1,
.home-intro-app-block h1 {
    color: #fff;
    font-size: 3.75rem;
    font-weight: 400;
    line-height: 4.5rem;
    margin-bottom: 1.8rem;
    text-transform: none
}

.home-intro .intro-wrap h4 {
    color: #fff;
    font-size: rem;
    margin-top: 30px
}

.home-intro .home-button {
    padding-bottom: 50px;
    margin-top: 50px
}

.home-subscribe {
    text-align: center;
    padding-top: 120px
}

.home-subscribe .intro-wrap h1 {
    color: #fff;
    font-size: 56px;
    margin-bottom: 15px;
    visibility: visible;
    font-family: 'Raleway';
    font-style: normal;
    font-weight: 100;
    line-height: 1.10909
}

.home-subscribe .intro-wrap h3 {
    color: #fff;
    margin-bottom: 20px;
    font-family: 'Raleway', sans-serif
}

.home-subscribe .center-block {
    width: 80%;
    margin-bottom: 137px;
    margin-top: 70px
}

.home-subscribe .subscribe-input {
    float: left;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 67%;
    height: 70px;
    background-color: rgba(146, 146, 146, 0.6);
    font-size: 2rem;
    border-right: none;
    color: #fff
}

.home-subscribe .btn-group {
    margin: auto;
    width: 100%
}

.home-subscribe button {
    width: 30%;
    height: 71px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px
}

.home-subscribe .message {
    font-size: 16px;
    margin-top: 10px;
    color: #A0A0A0;
    font-style: italic
}

.home-subscribe .subscribe-input::-webkit-input-placeholder {
    color: #EDEDED
}

.home-subscribe .subscribe-input::-moz-placeholder {
    color: #EDEDED
}

.home-subscribe .subscribe-input:-ms-input-placeholder {
    color: #EDEDED
}

.home-intro-2nd-half-contact {
    padding-top: 100px
}

.try-registration-form {
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    max-width: 390px;
    margin: auto;
    padding: 30px;
    min-height: 390px;
    color: #fff;
    height: auto;
}

.try-registration-form h3 {
    color: #fff;
    font-weight: 600;
    margin-top: 10px;
    font-size: 1.7em;
    font-family: 'Raleway', regular;
    font-weight: 300;
}

.try-registration-form p {
    font-size: 14px;
    color: #EDEDED;
    font-weight: 300;
}

.try-registration-form input {
    width: 100%;
    margin-top: 25px;
    margin-bottom: 25px;
    height: 45px;
    background: #000;
    border-radius: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid rgba(26, 198, 255, 0.4);
    border-left: 3px solid #ef3d4a
}

.try-registration-form textarea {
    width: 100%;
    margin-bottom: 25px;
    height: 100px;
    background: #000;
    border-radius: 0;
    font-size: 16px;
    color: rgba(255, 255, 255, 0.5);
    box-shadow: inherit;
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    border: 1px solid rgba(26, 198, 255, 0.4);
    border-left: 3px solid #ef3d4a
}

.try-registration-form input:focus {
    border: 1px solid #ef3d4a;
    border-left: 3px solid #ef3d4a
}

.home-intro-2nd-half-try {
    padding-top: 200px
}

.privacy {
    text-align: center;
    margin-top: 20px
}

.privacy a {
    color: #EDEDED;
    font-size: 14px
}

.home-intro-carousel {
    margin-top: 120px
}

.home-intro-carousel .logo {
    margin-bottom: 40px
}

.home-intro-carousel .item {
    min-height: 350px
}

.home-intro-carousel .carousel-indicators {
    position: inherit;
    right: 0;
    margin-top: 40px
}

.home-intro-carousel h1 {
    margin-bottom: 30px;
    line-height: 4.75rem
}

.home-intro-carousel p {
    margin-bottom: 50px;
    font-size: 1.4rem;
    font-weight: 100
}

.home-intro-2nd-half-video {
    margin-top: 250px
}

.videoWrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0
}

.videoWrapper > iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.videoWrapper > .frameCover {
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: none
}

.home-intro-app-block {
    padding-top: 150px;
    text-align: center
}

.home-intro-app-block .download-button {
    padding-bottom: 80px;
    margin-top: 30px
}

.home-intro-app-block .download-button a {
    margin-right: 25px
}

.startup-image-block {
    max-width: 100%;
    bottom: 0;
    margin-bottom: -30px
}

.video-container {
    max-width: 755px
}

.feature-items {
    padding: 20px 10px;
    clear: both;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

.feature-items:hover {
    background-color: #F9F9F9;
    border-radius: 5px
}

.feature-items i,
.feature-item i {
    display: inline-block;
    font-size: 30px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
    color: #ef3d4a;
    overflow: hidden;
    border: 2px solid #FFF;
    border-radius: 50%;
    box-shadow: 0 0 0 2px #ef3d4a;
    margin-bottom: 10px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

.feature-items:hover i,
.feature-item:hover i {
    color: #fff;
    background: #ef3d4a
}

.feature-items h5 {
    font-size: 22px;
    margin-bottom: 10px
}

.features-left,
.features-right {
    margin-top: 20px
}

.feature-item .feature-text2 {
    margin-bottom: 20px
}

.feature .pull-left {
    width: 15%
}

.feature i {
    width: auto;
    font-size: 35px;
    padding-top: 0;
    display: block;
    height: 104px;
    text-align: center;
    margin-bottom: 32px;
    -webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
    transition: all 300ms linear
}

.feature:hover i {
    color: #ef3d4a
}

.feature .pull-right {
    width: 85%
}

.feature-icon {
    float: left;
    padding-right: 15px
}

.features-left-3 p {
    overflow: hidden
}

.features-left-3 .feature-items {
    margin-bottom: 10px
}

.greybg {
    background-color: #ffffff;
}

.call-to-action a {
    margin-top: 20px
}

.client-wrapper {
    overflow: hidden;
    text-align: center;
    line-height: 0
}

.client-item {
    display: inline-block;
    width: 90%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2)
}

.client-wrapper .col-sm-3 {
    border-right: 1px solid rgba(0, 0, 0, 0.2);
    display: inline-block;
    min-height: 80px;
    line-height: 80px;
    padding-top: 16px;
    padding-bottom: 16px
}

.client-wrapper img {
    max-width: 100%;
    opacity: .5;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none;
    margin: auto;
    display: block
}

.client-wrapper img:hover {
    opacity: 1
}

.client-wrapper .col-sm-3:last-child {
    border-right: none
}

.client-wrapper:last-child .client-item {
    border-bottom: none
}

.client2 {
    text-align: center;
    padding-top: 60px;
    padding-bottom: 60px
}

.client-wrapper2 .col-md-2 {
    line-height: 80px
}

.client-wrapper2 img {
    max-width: 100px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    opacity: .4;
    margin: auto;
    display: block
}

.client-wrapper2 img:hover {
    opacity: 1
}

#quote-carousel {
    padding: 0 10px 30px;
    margin-top: 30px
}

#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 2.3em;
    text-shadow: none;
    margin-top: 30px
}

#quote-carousel .carousel-control.left {
    left: -60px
}

#quote-carousel .carousel-control.right {
    right: -60px
}

#quote-carousel .carousel-indicators {
    right: 50%;
    top: auto;
    bottom: 0;
    margin-right: -19px
}

#quote-carousel .carousel-indicators li {
    width: 50px;
    height: 50px;
    margin: 5px;
    cursor: pointer;
    border: 4px solid #CCC;
    border-radius: 50px;
    opacity: .4;
    overflow: hidden;
    transition: all .4s
}

#quote-carousel .carousel-indicators .active {
    background: #333;
    width: 128px;
    height: 128px;
    border-radius: 100px;
    border-color: #ef3d4a;
    opacity: 1;
    overflow: hidden
}

#quote-carousel .carousel-inner {
    min-height: 300px
}

#quote-carousel .item blockquote {
    border-left: none;
    margin: 0
}

#quote-carousel .item blockquote p:before {
    content: "\f10d";
    font-family: 'Fontawesome';
    float: left;
    margin-right: 10px
}

.testimonial {
    background: url(../images/testimonial3.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden
}

.testimonialslide .carousel-inner {
    margin-top: -30px
}

.testimonialslide .carousel-item {
    position: initial !important;
    text-align: center
}

.testimonialslide .carousel-item p {
    font-size: 1.4rem;
    font-style: italic;
    line-height: 2.2rem;
    margin-bottom: 2rem
}

.testimonialslide .carousel-item p::before {
    content: "\f10d";
    font-family: fontAwesome;
    padding-right: 20px
}

.testimonialslide .carousel-item p::after {
    content: "\f10e";
    font-family: fontAwesome;
    padding-left: 20px
}

.testimonialslide .testimonialitem {
    margin-top: 4rem
}

.testimonialslide .testimonialitem h3 {
    font-size: 1.4rem;
    font-weight: 700
}

.testimonialslide .testimonialitem h3 span {
    font-size: 1rem;
    font-weight: 700;
    color: #ef3d4a
}

.testimonialslide .carousel-indicators .active {
    background-color: transparent !important;
    width: 1.1rem !important;
    height: 1.1rem !important;
    background: #ef3d4a !important;
    border-color: #ef3d4a !important
}

.testimonialslide .carousel-indicators {
    bottom: -3rem !important
}

.testimonialslide .carousel-indicators li {
    border: 1px solid #000
}

.overlay-img .carousel-indicators li {
    border: 1px solid #fff
}

.feature-fluid-wrapper {
    background: url(../images/feature.html) no-repeat center center;
    background-size: cover;
    height: 500px
}

.feature-fluid-wrapper-color {
    background-color: #ef3d4a;
    background-size: cover;
    height: 500px
}

.vertical-center-wrapper {
    height: 100%

}

.vertical-center-table {
    display: table;
    height: 100%;
    width: 100%
}

.describe-quote-author {
    font-family: 'Lane', sans-serif;
    margin-top: 1rem;
    font-style: normal
}

.describe-quote-author span {
    font-size: 1.2rem
}

.vertical-center-middle {
    display: table-cell;
    vertical-align: middle
}

.block-message {
    color: #fff;
    font-style: italic
}

.block-message p {
    padding: 0 75px;
    font-size: 1.6rem;
    line-height: 2.4rem
}

.app-block {
    text-align: center
}

.panel-default > .panel-heading {
    color: #333;
    background-color: #f9f9f9;
    border-color: #ddd;
    padding: 8px 15px
}

.panel-group .panel {
    margin-bottom: 0
}

.panel-default {
    border-color: #F9F8F8
}

.panel-title a {
    display: block;
    font-size: 18px;
    color: #7B7B7B
}

.panel-heading i {
    margin-top: -25px;
    color: #E2DFDF
}

.panel-collapse {
    overflow: hidden;
    position: relative
}

.panel-body {
    padding-bottom: 2.66rem
}

.accordion-icon {
    position: absolute;
    bottom: -25px;
    right: -25px;
    font-size: 100px;
    opacity: .5;
    z-index: 1 !important;
    color: #ef3d4a
}

.describe-list {
    padding-bottom: 1.33rem
}

.describe-list-icon {
    float: left;
    width: 3.5rem;
    font-size: 2rem
}

.describe-list-content {
    overflow: hidden
}

.describe-list-content h5 {
    font-size: 1.1rem;
    font-weight: 700
}

.describe-list-content p {
    font-size: 1rem
}

.describe-images {
    margin-top: 40px
}

.describe-list {
    margin-top: 3rem
}

.describe-list li {
    margin-top: 2rem
}

.describe-list li span {
    font-size: .9rem
}

.describe-list li i {
    font-size: 30px;
    margin-right: 10px;
    margin-bottom: .5rem
}

.describe-bg-img {
    background: url(../images/describe-bg-image.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden
}

.download-bg-img {
    background: url(../images/download.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden
}

.download-btn {
    clear: both;
    margin-top: 30px
}

.callnow h1 {
    font-size: 4rem;
    font-family: 'Raleway', sans-serif
}

.call-number {
    margin-top: 40px;
    font-size: 5rem;
    font-weight: 700
}

.team-member {
    text-align: center
}

.team-bg {
    padding: 20px 5px
}

.team-member img {
    display: inline-block;
    margin-bottom: 16px;
    width: 260px;
    height: 260px;
    border: 10px solid #EDEDED !important
}

.team-separator {
    height: 1px;
    width: 77px;
    margin: 20px auto;
    background: #ef3d4a
}

.team-member li i {
    font-size: 20px;
    padding: 5px;
    color: #000;
    opacity: .3;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: none
}

.team-member li i:hover {
    opacity: 1
}

.team-member h2 {
    font-size: 2.3rem;
    margin-bottom: .5rem
}

.team-member h5 {
    margin-bottom: 12px;
    color: #ef3d4a
}

.team-member ul {
    margin-top: 15px
}

.service i {
    font-size: 4rem;
    margin-bottom: 30px
}

.service-box img {
    margin-bottom: 20px
}

.screenshots img {
    padding: 10px;
    background: #F7F7F7
}

.pricing-table {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #E6E6E6;
    background-color: #FFFFFF;
}

.pricing-table ul {
    list-style: none;
    margin: 0;
    text-align: center;
    padding-left: 0
}

.pricing-table ul li {
    border-bottom: solid 1px #D8D8D8;
    padding-top: 24px;
    padding-bottom: 20px;
    font-size: 18px;
    font-family: 'Roboto';
    font-weight: 300
}

.pricing-table ul li.price {
    background-color: #fff;
    padding: 40px 20px 20px;
    font-size: 20px;
    color: #000;
    font-weight: 900
}

.pricing-table ul li.price i {
    padding: 0 30px 30px;
    font-size: 50px;
    display: block;
    color: #ef3d4a
}

.pricing-table .pricing-footer {
    padding: 20px
}

.pricing-table .pricing-footer a i {
    margin: 5px;
    top: 3px
}

.pricing-footer .btn {
    margin-right: 15 xp
}

.price-1 .plan {
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 5px solid #F5F5F5;
    padding: 25px 0;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    text-align: center;
    color: #4C4C4C;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 30px;
    margin-top: 30px
}

.price-1 .plan b {
    color: #4C4C4C
}

.price-1 .plan .title {
    color: #ef3d4a;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 8px
}

.price-1 .plan .description {
    margin: 26px 0;
    border-top: 1px solid #E8E8E8;
    line-height: 28px;
    font-weight: 400
}

.price-1 .plan li {
    border-bottom: 1px solid #E8E8E8;
    padding: 10px 0
}

.price-1 .col-md-3 {
    margin-bottom: 20px
}

.real-estate {
    margin-top: 40px;
    border: 2px solid #EDEDED;
    padding: 10px 10px 20px
}

.real-estate h4 {
    margin-top: 20px
}

.real-estate p {
    margin-bottom: 20px
}

.funfact {
    background: url(../images/funfact.png) no-repeat center top fixed;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden
}

.funfacts-counter .statistic-counter {
    text-align: center;
    font-size: 4.5rem;
    line-height: 80px;
    font-weight: 700;
    margin-bottom: 20px
}

.funfacts-counter2 i {
    font-size: 3.5em;
    display: block;
    text-align: center;
    margin-bottom: 15px
}

.funfacts-counter i {
    font-size: 3.5em;
    display: block;
    text-align: center;
    margin-bottom: 15px
}

.funfacts-counter .statistic-text {
    font-size: 24px;
    text-align: center;
    margin-bottom: 15px;
    font-weight: 700
}

.tweets {
    background: url(../images/twitter.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden
}

.twitter-icon {
    font-size: 80px;
    color: #55acee
}

.tweet {
    text-align: center;
    margin-top: 20px;
    font-size: 1.5em;
    line-height: 30px;
    color: #fff
}

.tweet a {
    color: #ededed
}

.tweet a:hover {
    color: #ef3d4a
}

.user,
.user a {
    color: #fff;
    margin-top: 20px
}

#tweet .owl-carousel .owl-item img {
    display: none
}

.interact a {
    padding: 5px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ef3d4a
}

.skills {
    background: url(../images/skills3_middle_b.svg) no-repeat center center fixed;

    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden;
}

/*@media only screen and (min-width: 768px) {
    .skills {
        background: url(../images/skills3.svg) no-repeat center center fixed;
        width: auto;
    }
}*/
@media only all and (max-width: 768px) {
    .skills {
        background: url(../images/skill3_small.svg) no-repeat center center fixed;
        -moz-background-size: cover;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        width: 100%;
        overflow: hidden;

    }
}

/*@media only all and (max-width: 960px){
    .skills {
        background: url(../images/skills3_middle.svg) no-repeat center center fixed;
        -moz-background-size: cover;
        background-size: cover;
        -webkit-background-size: cover;
        -o-background-size: cover;
        width: 100%;
        overflow: hidden;

    }
}*/
.skills-text {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    margin-top: 25px
}

.skills .chart {
    position: relative;
    display: inline-block;
    width: 150px;
    height: 150px;
    text-align: center
}

.skills .chart canvas {
    position: absolute;
    top: 0;
    left: 0
}

.skills .percent {
    display: inline-block;
    line-height: 150px;
    z-index: 2;
    color: #fff;
    font-size: 50px;
    font-weight: 700
}

.skills .percent:after {
    content: '%';
    margin-left: .1em;
    font-size: .8em
}

.subscribe-bg-img {
    background: url(../images/download.jpg) no-repeat center top fixed;
    -moz-background-size: cover;
    background-size: cover;
    -webkit-background-size: cover;
    -o-background-size: cover;
    width: 100%;
    overflow: hidden
}

.body-subscribe {
    padding-top: 20px
}

.contact-address {
    margin-top: 40px
}

.contact-1 textarea {
    margin: 15px 0
}

.contact-1-button {
    padding: 13px 0
}

.contact-2 input {
    margin-bottom: 10px;
    margin-top: 10px;
    height: 50px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 15px
}

.contact-2 textarea {
    margin-top: 20px;
    margin-bottom: 20px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    padding-left: 15px
}

contact-2 textarea.form-control {
    height: auto
}

.contact-2 button {
    margin: auto;
    display: block;
    min-width: 235px
}

.contact-form {
    clear: both
}

.contact-form #message {
    margin: 10px 0;
    padding: 0
}
@media screen and (max-width: 768px) {
    .contact-2 button {
        margin: auto;
        display: block;
        min-width: 100%;
    }
}
.contact-form .error_message {
    font-size: 18px;
    display: block;
    height: 50px;
    line-height: 40px;
    background: #ffeaeb url(../images/error.html) no-repeat 10px center;
    padding: 3px 10px 3px 35px;
    color: #FF1E00;
    border: 1px solid #DBDBDB;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    width: 95%;
    text-align: center;
    margin: auto
}

.contact-form #contact #success_page {
    background: rgba(230, 230, 230, 0.44);
    border-radius: 10px;
    padding: 40px 10px;
    color: #000;
    min-height: 280px
}

.contact-form #contact #success_page h1 {
    background: url(../images/success.html) left no-repeat
}

.contact-form #contact #success_page p {
    font-size: 18px
}

.contact-address h4 {
    margin-bottom: 20px
}

.contact-4 i {
    font-size: 50px;
    margin-bottom: 20px;
    color: #ffffff
}

.contact-address li {
    margin-top: 10px
}

.success-msg {
    color: #4DEC4D
}

.error-msg {
    color: #FB5252
}

.map-wrapper {
    height: 320px
}

.map-wrapper.three {
    height: 320px
}

.footer-1 {
    background: #3D566E;
    padding: 60px 0 50px;
    font-weight: 200;
    color: #CBD0D3
}

.footer-1 a img {
    margin-bottom: 20px
}

.footer-1 h2 {
    color: #ECF0F1;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px
}

.footer-1 span {
    text-transform: uppercase;
    font-size: 13px
}

.footer-1 a,
.footer-1 a span {
    font-size: 26px;
    margin-right: 5px;
    color: #F0F0F0;
    margin-top: 10px
}

.footer-1-light {
    background: #FFFFFF;
    padding: 60px 0 50px;
    font-weight: 200;
    color: #4A4A4A
}

.footer-1-light a img {
    margin-bottom: 20px
}

.footer-1-light h2 {
    color: #4A4A4A;
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 10px;
    font-family: 'Roboto';
    font-weight: 100
}

.footer-1-light span {
    text-transform: uppercase;
    font-size: 13px
}

.footer-1-light a {
    font-size: 26px;
    margin-right: 5px;
    color: #838383;
    margin-top: 15px
}

.footer-1-light a span {
    font-size: 18px;
    margin-right: 5px;
    color: #929292;
    margin-top: 15px;
    border: 2px solid #929292;
    border-radius: 50%;
    height: 35px;
    width: 35px;
    line-height: 35px
}

.footer-1 a span:hover,
.footer-1-light a span:hover {
    color: #ef3d4a;
    border: 2px solid #ef3d4a
}

.footer-1-color {
    padding: 60px 0 50px;
    font-weight: 200;
    color: #FFF
}

.footer-1-color h2 {
    color: #FFF;
    font-size: 34px;
    border-bottom: 2px dashed #FFF;
    padding-bottom: 20px;
    margin-top: 0;
    margin-bottom: 15px
}

.footer-1-color span {
    text-transform: uppercase;
    font-size: 13px
}

.footer-1-color a,
.footer-1-color a span {
    font-size: 26px;
    margin-right: 5px;
    color: #FFF;
    margin-top: 10px
}

.footer-1 a span:hover,
.footer-1-color a span:hover {
    color: #fff
}

.footer-2 {
    padding-top: 20px;
    padding-bottom: 20px;
    color: #bdc3c7;
    line-height: 25px;
    background-color: #2c3e50;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.footer-2 nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    color: #bdc3c7
}

.footer-2 nav ul li {
    float: left;
    padding-right: 20px;
    line-height: 25px
}

.footer-2 a {
    color: #bdc3c7;
    font-weight: 400
}

.footer-2 .social-btns {
    white-space: nowrap
}

.footer-2 .social-btns > :first-child {
    margin-left: 0
}

.social-btns > a {
    display: inline-block;
    font-size: 24px;
    font-weight: 400;
    overflow: hidden;
    text-align: center;
    padding: 5px;
    color: #fff
}

.footer-2 .additional-links {
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.footer-2 .additional-links a {
    text-decoration: underline
}

.footer-3 {
    font-size: 14px;
    padding-top: 65px;
    padding-bottom: 65px;
    background: #2c3e50;
    color: #bdc3c7
}

.footer-3.v-center,
.footer-3 .v-center {
    display: table;
    width: 100%
}

.footer-3.v-center > div,
.footer-3 .v-center > div {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none
}

.footer-3 .brand {
    font-size: 25px;
    font-weight: 400;
    color: #fff;
    font-weight: 500
}

.footer-3.v-center > div,
.footer-3 .v-center > div {
    display: table-cell;
    vertical-align: middle;
    margin-top: 0;
    margin-bottom: 0;
    float: none;
    color: #fff
}

.footer-3 .additional-links a {
    color: #bdc3c7;
    text-decoration: underline
}

.footer-3 h6 {
    margin: 0 0 10px;
    font-size: 18px;
    color: #fff;
    font-weight: 700;
    text-transform: none
}

.footer-3 .address {
    line-height: 25px
}

.footer-4 {
    background: #F2F2F2
}

.footer-details i {
    font-size: 22px;
    line-height: 40px
}

.social-icon li {
    border-radius: 50%;
    border: 1px solid #616161;
    width: 38px;
    height: 38px;
    margin: 2px
}

.social-icon li a {
    color: #616161
}

.page_views {
    width: 15px;
    height: 10px;
    background-color: #97BBCD
}

.visits {
    width: 15px;
    height: 10px;
    background-color: #38CD60
}

.visitors {
    width: 15px;
    height: 10px;
    background-color: #B05C91
}

.accord > li > a:hover, .accord > li > a:focus {
    text-decoration: none;
    /* background-color: #4792df;*/
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#1e5799+0,2989d8+50,7db9e8+100 */
    background: #1e5799; /* Old browsers */
    background: -moz-linear-gradient(top, #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #1e5799 0%, #2989d8 50%, #7db9e8 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1e5799', endColorstr='#7db9e8', GradientType=0); /* IE6-9 */

}

.accord {
    margin-left: -15px;
}

.del-item {
    cursor: pointer;
}

.del-place {
    cursor: pointer;
}

@media only screen and (max-width: 570px) and (min-width: 320px) {
    .img_resp {
        height: 30px;
    }
}

/*Стили Зрительного Зала*/
/*.scene {
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    margin-bottom: 100px;
    border: 1px solid #000;
    width: 700px;
    height: 60px;
    background: #cecece;
    box-shadow: 2px 2px 4px #000;
    border-radius: 5px;
    /*overflow-x: hidden;*/
}*/

.scene h3 {
    color: #fff;
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    font-weight: 400;
    text-align: center;

}

.pls1 a rect:hover, .pls a rect:hover, .pls3 a rect:hover {
    stroke: black;
    fill: rgba(240, 184, 78, .6);
}

.pls1 {
    -moz-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    -webkit-transform: rotate(15deg);
    -o-transform: rotate(15deg);
    transform: rotate(15deg);
    margin-top: -20px;
}

.pls3 {
    -moz-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    -webkit-transform: rotate(-15deg);
    -o-transform: rotate(-15deg);
    transform: rotate(-15deg);
    margin-top: -20px;
}

@media screen and (max-width: 769px) {

    .resp {
        margin-left: 3%;

    }

    .scrollToTop {
        padding: 0px;
        position: fixed;
        bottom: 45px;
        right: 60px;
        /* display: none;*/
        display: block;
        margin-right: -35px;
    }

    .numrow {
        position: absolute;
        /* margin-top: 23px;*/
        margin-left: -35% !important;
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
        font-weight: 900;
    }

    .pls_row {
        display: flex;
        flex-flow: row nowrap;
        align-items: baseline;
        justify-content: space-around;
    }

    .scene {
        width: 370px;
    }

    .pls1 {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        margin-top: 0px;
        margin-left: 20px;
    }

    .pls3 {
        -moz-transform: none;
        -ms-transform: none;
        -webkit-transform: none;
        -o-transform: none;
        transform: none;
        margin-top: 0px;
        margin-bottom: 25px;
    }

    .pls {
        margin-top: 0;
        margin: 0 15px;
    }
}

.pls_row {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
}

.numrow {

    margin-left: -20px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    font-weight: 900;
    padding-right: 10px;
    position: absolute;
}

.city a:visited {
    fill: red;
}

img:hover {
    transition: 1s;
}

.legend1 {
    width: 20px;
    height: 20px;
    border: 1px solid #1C005A;
    background: #0071BC;
}

.legend2 {
    width: 20px;
    height: 20px;
    border: 1px solid #1C005A;
    background: #ff0000;
}

.legend3 {
    width: 20px;
    height: 20px;
    border: 1px solid #1C005A;
    background: #FFAC00;
}

.legend4 {
    width: 20px;
    height: 20px;
    border: 1px solid #1C005A;
    background: rgb(0, 255, 169);
}
@media only screen and (max-width:320px){
    .legend_row {
        display: flex;
        flex-flow: row nowrap;
        align-items: stretch;
        justify-content: center;
        margin-left: 20px;
        margin-right: 10px;
        color: #2196f3;
        font-size: inherit!important;
    }

}
.legend_row {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
    margin-left: 20px;
    margin-right: 10px;
    color: #2196f3;
    font-size: initial;
}

label {
    margin-right: 10px;
    margin-left: 10px;
}

.scrollToTop {
    /*	width: 100px;
        height: 70px;*/
    padding: 0px;
    position: fixed;
    bottom: 45px;
    right: 60px;
    display: none;

}

.scrollToTop:hover {
    text-decoration: none;
    display: block;
}

.st0 {
    fill: #0071BC;
}

.st2 {
    fill: #ff0000;
}

.st3 {
    fill: #FFAC00;
}

.frame {
    margin-top: 200px;
    background: url(/images/cinema/notepad4.png) no-repeat;
    background-size: cover;
    background-position: center top;
    /*background-attachment: fixed;*/
    color: #000000;

}

#note h1, #note h3 {
    text-align: right;
}

/*events/index*/
.two h4 {
    font-size: 18px;
    color: #ff0000;
    font-weight: 900;
    text-align: center;
}

.two h1 {
    font-size: 36px !important;
    padding-bottom: 50px;
}

.main_cinema {
    margin: 100px auto;
    color: #fff;

}

.main_cinema h4 {
    margin-left: 13%;
    padding: 20px 0;
}

.fon_bg {
    background: url('/web/images/kvartal/fon_head.jpg');
    background-position: center 100%;
    background-size: cover;
    height: 1024px;
    background-attachment: fixed;
}
@media screen and (max-width:765px){
    .fon_bg {
        background: url('/web/images/kvartal/fon_head.jpg');
        background-position: center 100%;
        background-size: cover;
        height: 1124px;

    }
}
.scroll_down{
    margin-top: -150px;
    position: absolute;
    margin-left: 50%;
}
.scroll_down a img{
    -webkit-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
}
.text {
    text-align: center;
    /* margin: 50px auto; */
    margin-top: -1px;
    padding-top: 50px;
    /* position: fixed; */
    color: #fff;
}

.one {
    padding-top: 100px;

}

.one h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 28px;
    color: #ffffff;

}

.one h1 {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color: #ffffff;
    font-weight: 700;
    text-align: center;
    padding-top:50px;
}

.one .sub-title {
    font-family: 'Raleway', sans-serif;
    font-size: 35px;
    color: #ffffff;
    font-weight: 600;
    text-align: center;
    /*padding-top:50px;*/
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

@media screen and (max-width: 769px) {
    .one h1 {
        font-family: 'Raleway', sans-serif;
        font-size: 24px;
        color: #fcfcfc;
        text-align: center;
        font-weight: 500;
        text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    }
    .btn.focus, .btn:focus{
        box-shadow: unset!important;
    }
    .one .sub-title {
        font-family: 'Raleway', sans-serif;
        font-size: 20px;
        color: #ffffff;
        font-weight: 300;
        text-align: center;
        /*padding-top: 50px;*/
        text-shadow: 2px 2px 2px rgba(0, 0, 0, .6);
    }
}

.well-sm--inset-7 p {
    margin: 0 20px;
}

.btn-md {
    margin: 20px 20px;
}

.text-md-left h2 {
    margin-top: 0;
    margin-left: 20px;
}

.text-md-left h3 {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-top: -10px;
}

.well-sm--inset-7 {
    /*background: #000;url('/images/cinema/section_bg.png');
    opacity: 1; */
    background-position: center 100%;
    background-size: cover;
    padding: 100px 0;
    color: #fff;
    margin-bottom: 50px;
    /*margin-top: 100px;*/
}

.btn-md {
    border-width: 2px;
    padding: 13px 40px;
    font-size: 16px;
}

.scroll-down {
    background-image: url(/images/cinema/scroll.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    width: 29px;
    height: 43px;
    z-index: 3;
    position: absolute;
    left: 50%;
    bottom: 50px;
    margin-left: -14.5px;
    cursor: pointer;
    display: block;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}

/*components/views/top_menu*/

.dropdown {
    padding-top: 13px;
}

.dropdown .dropdown-toggle {
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
    font-weight: 600;
    color: #fff !important;
    cursor: pointer;
    text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
}

.dropdown-menu {
    background: rgba(135, 188, 255, 0.7) !important;
}
.menu1 {
    background: rgba(0, 0, 0, 0.7) !important;
}
.dropdown-menu li a {
    text-align: center;
    color: #fff !important;
}

.dropdown-menu li a:hover {
    text-align: center;
    background: rgba(0, 0, 0, 0.7) !important;
    color: #fff !important;
}

a.disable {
    pointer-events: none;
    cursor: default;
    opacity: 0;
}

.date_ev {
    display: inline-block;
}

.describe {
    display: flex;
    flex-flow: row nowrap;
    align-items: stretch;
    justify-content: center;
}

.header_top {
    margin-top: 100px;

}

.header_top h1 {
    font-size: 46px !important;
}

.resp {
    margin-top: -50px;
    margin-bottom: 100px;
}

.caption {
    margin-top: 60px;
}
.dt{
    font-weight:900;
    color: #01ff70;

}
.dt1{margin-top: 50px;text-align: right;}
.dt1 a{
    color: #01ff70;
    text-decoration: none!important;
    font-size: 20px;
}
.dt1 a:hover{

    color: rgb(170, 211, 255) !important;
    text-decoration: none!important;
}

/*cinema/ticketc/view*/

.del-view{
    cursor: pointer;
}

.masonry input {
    width: 45%;
    height: 30px;
    padding: 0 10px;
    margin-left: 9px;
    border: 1px solid #ccc;
    border-radius: 5px;

}

.list   h1{
    font-family: 'Lobster';

}
@media only screen and (max-width: 350px){
    .img-responsive{
        display: block;
        max-width: 70%!important;
        height: auto;
        /* margin-left: -20px; */
        /*  background: rgba(0,0,0,.3);
          box-shadow:none!important;*/
    }
}
@media only screen and (max-width: 570px) and (min-width: 320px) {
    .list   h1{
        font-family: 'Lobster';
        font-size: 34px;
        margin-top: -50px;
        line-height: 1.5;
    }
}
.row-fluid .list h1{

    font-size: 34px;
    margin-top: -50px;
    line-height: 1.5;
}
@media only screen and (max-width: 570px) and (min-width: 320px) {
    .row-fluid .list h1{
        font-family: 'Lobster';
        font-size: 24px;
        margin-top: -50px;
        line-height: 1.5;
    }
}
.form_text h3{
    font-style: italic;
    margin-top: 100px;
    text-align: center;
}
.bottom_line {

    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
}




/*==============================*/
div.difference {
    /*background: url(../images/diff.png) no-repeat top center;*/
    min-height: 630px;
    margin-top: 20px;
}
div.difference div.book ul.we {
    display: inline-block;
    width: 393px;
    padding: 10px;
    list-style: none;
    vertical-align: top;
    margin: 0 5px;
}
div.difference div.book ul.we li.title {
    background: transparent;
    color: #333;
    font-size: 24px;
    border-top: none;
    padding: 10px 0 15px;
    margin: 0;
    height: auto;
    text-align: center;
}

div.difference div.book ul.we li {
    text-align: justify;
    border-top: #ffffff 1px solid;
    padding: 30px 0 0 30px;
    margin: 40px 0px;
    height: 75px;
    line-height: 18px;
    background: url(/web/images/kvartal/check.png) no-repeat top left;
    font-size: 18px;
    font-weight: 700;
}
div.difference div.book ul.they {
    display: inline-block;
    width: 393px;
    padding: 10px;
    list-style: none;
    vertical-align: top;
    margin: 0 5px;
}
div.difference div.book ul.they li.title {
    color: #333;
    font-size: 24px;
    border-top: none;
    padding: 10px 0 15px;
    margin: 0;
    height: auto;
    text-align: center;
}


div.difference div.book ul.they li {
    text-align: justify;
    border-top: #e9eaec 1px solid;
    padding: 30px 0 0 30px;
    margin: 40px 0px;
    height: 75px;
    line-height: 18px;
    color: #333;
    font-size: 18px;
    font-weight: 700;
}

div.difference div.book {
    background: rgba(255, 255, 255, 0.14);
    /* margin: 0 auto; */
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    padding: 150px 0;
    border: 1px solid #cecece;
    box-shadow: 3px 3px 3px #cecece;
}
.book h1{
    padding-bottom: 50px;
    margin-top: -50px;
}
@media screen and (width: 768px){
    .service_head{
        padding-bottom: 6.3%!important;
    }
}
