/*---decoration styles--*/
@font-face {
    font-family: 'Intro';
    src: url('../fonts/intro.eot');
    src: url('../fonts/intro.eot?#iefix') format('embedded-opentype'),
         url('../fonts/intro.woff') format('woff'),
         url('../fonts/intro.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Kelson Sans';
    src: url('../fonts/kelson_sans_bold_ru.eot');
    src: url('../fonts/kelson_sans_bold_ru.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kelson_sans_bold_ru.woff') format('woff'),
         url('../fonts/kelson_sans_bold_ru.ttf') format('truetype');
    font-weight: bold;
}
@font-face {
    font-family: 'Kelson Sans';
    src: url('../fonts/kelson_sans_light_ru.eot');
    src: url('../fonts/kelson_sans_light_ru.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kelson_sans_light_ru.woff') format('woff'),
         url('../fonts/kelson_sans_light_ru.ttf') format('truetype');
    font-weight: 200;
}
@font-face {
    font-family: 'Kelson Sans';
    src: url('../fonts/kelson_sans_regular_ru.eot');
    src: url('../fonts/kelson_sans_regular_ru.eot?#iefix') format('embedded-opentype'),
         url('../fonts/kelson_sans_regular_ru.woff') format('woff'),
         url('../fonts/kelson_sans_regular_ru.ttf') format('truetype');
}

html{
	overflow-y: scroll;
	overflow-x: auto;
}
body{
    font-family: 'Kelson Sans';
    font-size: 16px;
    overflow-x: hidden;
    width: 100%;
    padding-right: 0 !important;
}
a{
    text-decoration-line: none;
    color: inherit;
}
.stick-above {
    display: grid;
    display: -ms-grid;
    grid-template-columns:  20% auto auto;
    -ms-grid-columns:  20% auto auto;
    grid-template-rows: auto auto 1fr 1fr;
    -ms-grid-rows: auto auto 1fr 1fr;
    grid-row-gap: 25px;
    grid-column-gap: 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: white;
    text-align: center;
    font-weight: 100;
}

.stick-above > .text {
    grid-row: 3/4;
    -ms-grid-row: 3;
}

.stick-above > .btn-group-1 {
    grid-row: 4/5;
    -ms-grid-row: 4;
}

.highlight {
    display: inline-block;
    background-color: rgba(255,255,255,0.625);
    color: black;
    padding: 0px 10px;
}

img.mobile, img.desktop {
    width: 100%;
}

@media screen and (max-width: 1023px) {
    .stick-above {
        padding: 20px 5%;
    }
    .stick-above > .mobile {
        grid-row: 1/2;
        -ms-grid-row: 1;
    }
    .stick-above > .contact {
        grid-row: 2/3;
        -ms-grid-row: 2;
    }
    .stick-above > .text {
        grid-row: 3/4;
        -ms-grid-row: 3;
    }
    .stick-above > * {
        font-weight: 300;
        font-size: 16px;
        grid-column: 1/4;
        -ms-grid-column: 1;
        -ms-grid-column-span: 4;
    }
    .mobile {
        display: initial;
    }
    .desktop {
        display: none;
    }
}

@media screen and (min-width: 1024px) {
    .stick-above {
        font-size: 1.35vw;
        padding: 20px 20%;
    }
    .desktop, .contact {
        grid-row: 1/2;
        -ms-grid-row: 1;
    }
    .stick-above > .text {
        grid-row: 2/3;
        -ms-grid-row: 2;
    }
    .contact{
        position: relative;
        grid-column: 3/4;
        -ms-grid-column: 3;
    }
    .contact span{
        position: absolute;
        bottom: -8px;
        left: 5px;
    }
    .desktop, .text, .btn-group-1 {
        grid-column: 2/3;
        -ms-grid-column: 2;
    }
    .mobile {
        display: none;
    }
    .desktop {
        display: initial;
    }
}

.mb{margin-bottom: 30px;}
.ml{margin-left: 40px;}
.wrap{
    padding: 70px 0;
}
.o-h{
    overflow: hidden;
}
.no-mb {
    margin-bottom: 0;
}
.relative {
    position: relative;
}

.container {
}
.orange{
    color: #FE9800;
}

.btn {
    background: #FE9800;
    font-weight: 500;
    padding: 10px 15px;
    color: rgb(40,40,40);
    border-radius: 0;
    font-size: 16px;
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;
    position: relative;
    border: none;
    margin: 0 15px;
    text-decoration: none;
}

.btn:before,
.btn:after {
  position: absolute;
  top: 0;
  width: 0;
  height: 0;
  content: "";
  border-style: solid;
  -webkit-transition: all 0.35s ease;
  -moz-transition: all 0.35s ease;
  -o-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.btn:before {
  border-width: 0 0 42px 15px;
  border-color: transparent transparent #fe9800 transparent;
  left: -15px;
}

.btn:after {
  border-width: 42px 15px 0 0;
  border-color: #fe9800 transparent transparent transparent;
  right: -15px;
}

.btn:hover,
.btn:focus,
.btn:active{
    outline: none;
    background: rgb(241, 204, 2);
    color: rgb(0,0,0);
}
.btn:hover:before,
.btn:active:before,
.btn:focus:before {
  border-color: transparent transparent rgb(241, 204, 2) transparent;
}
.btn:hover:after,
.btn:active:after,
.btn:focus:after {
  border-color:rgb(241, 204, 2) transparent transparent transparent;
}
.mov-u,
.mov-z,
.mov-l,
.mov-r,
.mov{
    visibility: hidden;
}
.mov-u.visible,
.mov-z.visible,
.mov-l.visible,
.mov-r.visible,
.mov.visible{
    visibility: visible;
}
.arrow-scroll{
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-animation-delay: 2s;
  -o-animation-delay: 2s;
  animation-delay: 2s;
  -webkit-transition: 2s all ease;
  -o-transition: 2s all ease;
  transition: 2s all ease;
  margin-left: -16px;
}

.form-control.invalid{
    border-color: rgb(199, 39, 37);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d04341;
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d04341;
}
label.invalid{
    display: none!important;
}
textarea.form-control{
	resize: vertical;
}

.jumbotron.present-pre-wrap{
    background: #000;
    position: relative;
    padding: 0 0 90px 0;
    margin-bottom: 0;
}
.img-wrap{
    width: 100%;
}
.bgvideo{
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -9998;
}
.bgvideo-poster{
    display: none;
    /*background-image: url(../images/poster.jpg);*/
    background-position: center center;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -9999;
}

.present-wrap{
    color: rgb(255,255,255);
}
header{
    padding: 32px 20%;
    font-size: 12px;
}
.head-logo{
    text-align: center;
    max-width: 100%;
}
.head-phone{
    display: inline-block;
/*    margin-top: 20px;*/
    color: rgb(255,255,255);
    font-size: 18px;
    font-weight: 500;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    float: right;
    text-decoration: none;
}
.head-phone span{
    font-size: 24px;
}
.head-phone:hover,
.head-phone:focus{
    color: rgb(254, 152, 0);
    text-decoration: none;
}

.present-area{
}
h1.main-heading{
    color: rgb(255,255,255);
    font-size: 54px;
    font-family: 'Intro';
}
h2.heading{
    font-weight: 300;
    font-size: 38px;
    margin-bottom: 20px;
    margin-top: 0;
    font-family: 'Intro';
}

.partners-wrap{
    padding: 40px 0;
}

p.top-line-clients_text{
    font-size: 16px;
    font-weight: 400;
    margin-top: 30px;
    vertical-align: middle;
}
.top-line-clients_img{
    margin-bottom: 25px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
}
.top-line-clients_img > img{
    max-height: 85px;
    max-width: 100%;
}
.wrap-logos:before{
    content: '';
    position: absolute;
    width: 90px;
    height: 100%;
    left: 14px;
    top: 0px;
    background: linear-gradient(to top left, transparent 50%, #FFFFFF 50%);
    z-index: 1;
}
.logos{
    position: relative;
    overflow: hidden;
    height: 80px;
    margin-left: auto;
    margin-right: auto;
    background: #FE9800;
    height: 220px;
    padding: 10px 0;
}
.jcarousel ul {
    width: 20000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0;
}
.jcarousel li{
    float: left;
    display: inline-block;
    width: 200px;
    height: 200px;
    /*background: url(../images/bg-clients.jpg);*/
    background: rgb(255,255,255);
    border-radius: 50%;
    text-align: center;
    margin-left: 20px;

/*    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80% auto;*/
}
.jcarousel img{
    display: inline-block;
    vertical-align: middle;
/*    width: auto;
    height: 80px;
    margin-left: 25px;*/
    max-width: 180px;
    max-height: 100px;
}
.jcarousel .helper{
    vertical-align: middle;
    display: inline-block;
    height: 100%;
    width: 0px;
}

.advant-item-img{
    text-align: center;
}
.advant-item-img > img{
    display: inline-block;
    max-width: 100%;
    width: auto;
}
.advant-item-text{}

.race-area{
    border-top: 1px solid black;
/*    background: rgb(254, 152, 0);*/
}
.race-main-block{}
.race-main-block_item{}
.race-main-block_item h3{
    font-weight: 400;
}
.race-main-block_item h3 span{
    display: inline-block;
    width: 40px;
    height: 40px;
    background: rgb(0,0,0);
    color: rgb(255,255,255);
    text-align: center;
    padding: 8px 0;
    border-radius: 20px;
    margin-right: 10px;
}



.how-to-wrapper{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.how-to-parallax-bg{
    background-image: url(../images/how-to-bg.JPG);
    background-position: top center;
    background-size: 200%;
/*
    для второго параллакса
    position: absolute;
    top: -100px;
    left: 0;
    width: 100%;
    height: 300%;
    z-index: -1;
*/
}
.how-to-area{
    background: rgba(0,0,0,0.55);;
    padding: 120px 0;
    color: rgb(255,255,255);
}

.race-points{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.race-points:hover,
.race-points:focus{
    background: rgb(254, 152, 0);
}
.race-points div{
    padding: 0;
}
.race-points .point-item-video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 1;
}
.race-points .point-item-video video{
    min-height: 100%;
    min-width: 100%;
}
.race-points .point-item-content{
    padding: 60px 30px;
    font-size: 16px;
    font-weight: 300;
    min-height: 300px;
}

#map-canvas{
    height: 600px;
    padding: 0;
    margin: 0;
}

.price-wrap{
    background-image: url(../images/price-bg.jpg);
    background-size: 200%;
    background-position: center center;
    color: rgb(255,255,255);
}
.price-area{
    background: rgba(0,0,0,0.55);
    border-radius: 2px;
    padding: 55px 0;
}
/*.price-m-text{
    font-family: 'Kelson Sans';
    font-size: 22px;
}*/
.price-list{
    font-size: 22px;
    font-weight: 300;
    margin-bottom: 20px;
    display: inline-block;
}
.price-list > li{
    margin-right: 10px;
}
.price-list > li label{
    padding: 0 15px;
    color: rgb(254, 152, 0);
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.35s cubic-bezier(.58, .43, .25, 1);
    -moz-transition: all 0.35s cubic-bezier(.58, .43, .25, 1);
    -o-transition: all 0.35s cubic-bezier(.58, .43, .25, 1);
    transition: all 0.35s cubic-bezier(.58, .43, .25, 1);
}
.price-list > li label:hover,
.price-list > li label:focus{
    text-decoration: none;
    background: rgba(254, 152, 0, 0.7);
    color: rgb(0,0,0);
}
.price-list > li input:checked + label{
    background: rgb(254, 152, 0);
    text-decoration: none;
    color: rgb(0,0,0);
}
.price-img-zone{
    max-width: 700px;
    text-align: center;
    width:100%;
}

.dev-rout-item{
    position: relative;
    display: inline-block;
    padding-top: 30px;
}
.dev-rout-item > h4{
    font-weight: 400;
}
.dev-rout-item .img-container {
  position: relative;
  max-height: 200px;
  overflow: hidden;
}
.dev-rout-item .number {
  display: inline-block;
  height: 50px;
  width: 50px;
  background: linear-gradient(to right bottom, #FE9800 50%, transparent 50%);
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  padding: 5px 9px;
  font-size: 1.1em;
}
.dev-rout-item-link{
	z-index: 1;
    text-decoration: none;
    /*display: table-cell;
    vertical-align: middle;
    border: 3px solid rgb(0,0,0);
    padding: 10px 40px 35px;
    font-weight: 500;
    font-size: 20px;
    height: 250px;
    border-radius: 2px;
    color: rgb(0,0,0);
    -webkit-transition: all 0.35s ease;
    -moz-transition: all 0.35s ease;
    -o-transition: all 0.35s ease;
    transition: all 0.35s ease;*/


}
.dev-rout-item-link:hover,
.dev-rout-item-link:focus{
    /*color: rgb(0,0,0);
    border-color: rgb(254, 152, 0);
    text-decoration: none;
    background: rgb(254, 152, 0);*/
}
.btn.dev-rout-item-link:before{
    border-width: 0 0 64px 15px;
}
.btn.dev-rout-item-link:after{
	border-width: 64px 15px 0 0;
}

.dev-rout-ico{
	position: absolute;
	z-index: -3;
	-webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}
.dev-rout-ico.pdf{
	left: 26%;
	-webkit-transition-delay: 0.05s;
	-o-transition-delay: 0.05s;
	transition-delay: 0.05s;
}
.dev-rout-ico.doc{
	left: 47%;
	-webkit-transition-delay: 0.07s;
	-o-transition-delay: 0.07s;
	transition-delay: 0.07s;
}
.dev-rout-ico.pdf.active{
	-webkit-transform: rotate(-11deg) translate(-5px, -50px);
	-moz-transform: rotate(-11deg) translate(-5px, -50px);
	-o-transform: rotate(-11deg) translate(-5px, -50px);
	-ms-transform: rotate(-11deg) translate(-5px, -50px);
	transform: rotate(-11deg) translate(-5px, -50px);
}
.dev-rout-ico.doc.active{
	-webkit-transform: rotate(11deg) translate(5px, -50px);
	-moz-transform: rotate(11deg) translate(5px, -50px);
	-o-transform: rotate(11deg) translate(5px, -50px);
	-ms-transform: rotate(11deg) translate(5px, -50px);
	transform: rotate(11deg) translate(5px, -50px);
}

.thanks-pre-wrap{
    background-image: url(../images/thank-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.thanks-wrap{
    background: rgba(40,40,40,0.6);
    padding: 35px 0 30px;
    color: rgb(255,255,255);
}
.thanks-wrap .thumbnail{
    background: none;
    border: none;
    padding: 0;
    text-align: center;
}
.thanks-wrap .thumbnail img{
    max-height: 240px;
}

.results-wrap{
    padding: 40px 0 45px;
    background: rgb(254, 152, 0);
}
.result-item{
    font-size: 20px;
    font-weight: 100;
}
.result-item > span{
    font-size: 70px;
    font-weight: 500;
    line-height: 1;
}

.footer-flex{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap-reverse;
}

#informers{
    border-top: solid 1px #888888;
}

#informers > *{
    display: inline-block;
    margin: 5px;
    vertical-align: middle;
}

.prefooter-wrap{
    position: relative;
    height: 100%;
    overflow: hidden;
}
.prefooter-parallax-bg{
    background-image: url(../images/prefooter-bg.jpg);
    background-position: center center;
    background-size: 200%;
/*
    для второго параллакса
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 300%;
    z-index: -1;
*/
}
.prefooter-area{
    background: rgba(0,0,0,0.5);
    padding: 140px 0;
}
footer{
    background: rgb(0,0,0);
    padding: 5px;
    color: rgb(255,255,255);
    font-weight: 100;
    font-size: 16px;
}

footer > *{
    padding: 10px 50px;
}

div.social-links-div > a{
    display: inline-block;
    width: 35px;
    height: 35px;
    margin: 5px;
    border: solid 2px #FE9800;
    text-align: center;
}
div.social-links-div > a:hover{
    color: rgb(229, 44, 44);
    text-decoration: none;
}

.footer-link{
    color: rgb(245, 152, 0);
    text-decoration: underline;
    cursor: pointer;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    transition: all 0.25s ease;
}
.footer-link:hover,
.footer-link:focus{
    color: rgb(229, 44, 44);
}
.footer-author > a > img{
    width: 140px;
}
.copywrite{
    text-align: right;
}

.ark-tooltip-link{
    position: relative;
}
.ark-tooltip{
    display: none;
    position: absolute;
    top: -165px;
    right: 0;
    padding: 20px;
    font-size: 12px;
    background: rgba(0,0,0,0.7);
    max-width: 300px;
    text-align: left;
}
.ark-tooltip.arkvis{
    display: block;
}
.ark-tooltip a{
    color: rgb(254, 152, 0);
    text-decoration: none;
}
.ark-tooltip a span{
    text-decoration: underline;
}
.ark-tooltip-close{
    cursor: pointer;
    position: absolute;
    color: #fff;
    z-index: 1000;
    font-size: 20px;
    top: 3px;
    right: 9px;
}
.ark-tooltip-close:before{
    content: "×";
}

.diagram-img-wrap{
    height: 250px;
    width: 390px;
    margin-bottom: 40px;
}

.graph-axis,
.graph-lines,
.graph-text{
    position: absolute;
}
.graph-axis{
    background-image: url(../images/graph-axis.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 1s;
    -moz-transition-delay: 1s;
    -o-transition-delay: 1s;
    transition-delay: 1s;
}
.graph-lines{
    background-image: url(../images/graph-lines.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    bottom: 0;
    left: 3px;
    width: 0;
    height: 100%;
    -webkit-transition: width 0.7s ease;
    -moz-transition: width 0.7s ease;
    -o-transition: width 0.7s ease;
    transition: width 0.7s ease;
    -webkit-transition-delay: 2s;
    -moz-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s;
}
.text-up,
.text-down{
    position: absolute;
    opacity: 0;
    -webkit-transition: all 0.7s ease;
    -moz-transition: all 0.7s ease;
    -o-transition: all 0.7s ease;
    transition: all 0.7s ease;
    -webkit-transition-delay: 3s;
    -moz-transition-delay: 3s;
    -o-transition-delay: 3s;
    transition-delay: 3s;
}
.text-down{
    bottom: 40px;
    right: 10px;
}
.text-up{
    right: 110px;
    top: 45px;
}

.graph-axis.active{
    width: 100%;
    height: 100%;
}
.graph-lines.active{
    width: 100%;
}
.text-up.active,
.text-down.active{
    opacity: 1;
}

.velosport-item:last-child img{
    margin-top: -30px;
    height: 155px;
}

.btn-submit{
    padding-right: 25px;
}
.btn-submit.inactive{
    display: none;
}
.modal .glyphicon{
    margin-right: 10px;
    display: none;
}
.modal .glyphicon.active{
    display: inline-block;
}



/*--decoration media queries--*/

@media (max-width: 767px) {
    .social-links-div{
        margin: auto; 
    }
    .two-rows-mobile{
        display: inline-block;
        width: 100%;
    }
    header{
        text-align: center;
    }
    .btn{
        margin-left: 10px;
        margin-bottom: 15px;
        padding:
    }
    .bgvideo-poster{
        display: block;
    }
    .head-logo{
        margin-bottom: 15px;
    }
    .head-phone{
        float: none;
    }
    h1.main-heading{
        font-size: 28px;
    }
    .wrap-logos{
        padding: 0;
    }
    .wrap-logos:before{
        display: none;
    }
    .advant-item-img img{
        width: 128px;
    }
    .velosport-item{
        margin-top: 40px;
    }
    .velosport-item:last-child{
        margin-top: 70px;
    }
    .result-item{
        text-align: center;
    }
    .results-wrap .col-xs-6{
        padding: 0 5px;
    }
    .result-item{
        font-size: 16px;
        margin-bottom: 20px;
        min-height: 100px;
    }
    .result-item > span{
        font-size: 42px;
    }
    .prefooter-area{
        padding: 85px 0;
    }
    footer{
        text-align: center;
    }
    .footer-author{
        text-align: center;
    }
    .copywrite{
        text-align: center;
    }
    .form-group{
        text-align: center;
    }
    .how-to-parallax-bg{
        background-position: center center !mportant;
    }
    .prefooter-parallax-bg{
        background-position: center center !mportant;
    }
    .point-item-content{
        background: rgba(0,0,0,0.5);
        color: rgb(255,255,255);
    }
    h2.heading{
      font-size: 26px;
    }
    .dev-rout-item{
        margin-bottom: 20px;
    }
    .partners-wrap .heading{
        padding-bottom: 40px;
        font-size: 26px;
    }
    .thanks-wrap .thumbnail img{
        max-height: 220px;
    }

    .diagram-img-wrap{
        width: 300px;
        margin-left: 15px;
    }
    .diagram-img-wrap .text-up{
        right: 15px;
        top: 55px;
    }
    .diagram-img-wrap .text-down{
        bottom: 23px;
        right: 0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    header{
        text-align: center;
    }
    .head-logo{
        margin-bottom: 20px;
    }
    .head-phone{
        float: none;
    }
    h1.main-heading{
        font-size: 42px;
    }
    .bgvideo-poster{
        display: block;
    }
    /*.wrap-logos{
        padding: 0;
    }*/
    .wrap-logos:before{
        display: none;
    }
    .advant-item-img img{
        width: 128px;
    }
    .dev-rout-item-link{
        padding: 10px 0px 13px;
        font-size: 15px;
    }
    .btn.dev-rout-item-link:before{
        border-width: 0 0 65px 15px;
    }
    .result-item span{
        font-size: 44px;
    }
    .prefooter-area{
        padding: 100px 0;
    }
    .how-to-parallax-bg{
        background-position: center center !important;
    }
    .prefooter-parallax-bg{
        background-position: center center !important;
    }
    h2.heading{
      font-size: 28px;
    }
    #map-canvas{
      height: 450px;
    }
    .diagram-img-wrap{
        width: 365px;
    }
    .diagram-img-wrap .text-up{
        right: 70px;
        top: 45px;
    }
    .diagram-img-wrap .text-down{
        bottom: 20px;
        right: 10px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
    .head-phone{
        font-size: 14px;
    }
    .head-phone span{
        font-size: 18px;
    }
    h1.main-heading{
        font-size: 50px;
    }
    .advant-item-img{
        padding: 30px 0;
    }
    .result-item span{
        font-size: 58px;
    }
    .prefooter-area{
        padding: 130px 0;
    }
    h2.heading{
      font-size: 34px;
    }
    .partners-wrap .heading{
      font-size: 26px;
    }
    .diagram-img-wrap{
        width: 320px;
    }
    .diagram-img-wrap .text-up{
        right: 50px;
        top: 55px;
    }
    .diagram-img-wrap .text-down{
        bottom: 25px;
        right: 5px;
    }

}
@media (min-width: 1200px) {
    .advant-item-img{
        padding: 20px 0;
    }
    .how-to-parallax-bg{
        -webkit-background-size: 150%;
        background-size: 150%;
    }
    .prefooter-parallax-bg{
        -webkit-background-size: 100%;
        background-size: 100%;
    }
}

a[href^="http://maps.google.com/maps"]{display:none !important}
a[href^="https://maps.google.com/maps"]{display:none !important}

.table-center {
  display: table;
  width: 100%;
  height: 100%;
}

.cell-center {
  display: table-cell;
  vertical-align: middle;
}

.no-margin {
  margin: 0 !important;
}

.no-margin-top {
  margin-top: 0 !important;
}

.no-margin-bot {
  margin-bottom: 0 !important;
}

.s-margin-bot {
  margin-bottom: 5px !important;
}

.m-margin-bot {
  margin-bottom: 10px !important;
}

.m-margin-top {
  margin-top: 10px !important;
}

.no-padding {
  padding: 0 !important;
}

.no-padding-top {
  padding-top: 0 !important;
}

.s-padding-top {
  padding-top: 5px !important;
}

.no-padding-bot {
  padding-bottom: 0 !important;
}

.s-padding-bot {
  padding-bottom: 5px !important;
}

.no-padding-left {
  padding-left: 0 !important;
}

.no-padding-right {
  padding-right: 0 !important;
}

.no-border {
  border: none !important;
}

.lined {
  text-decoration: line-through;
}

input:focus:-moz-placeholder {
  opacity: 0;
}

input:focus::-moz-placeholder {
  opacity: 0;
}

input:focus:-ms-input-placeholder {
  opacity: 0;
}

input:focus::-webkit-input-placeholder {
  opacity: 0;
}

.text-lg {
  font-size: 1.2em;
}

.inline {
  display: inline-block;
}

@media (max-width: 480px){

    .inline {
        display: block;
    }

    #price-calc * {
        font-size: 18px;
    }
}

.cols-middle,
.cols-bot {
  font-size: 0;
}
.cols-middle > div,
.cols-bot > div {
  font-size: 16px;
  display: inline-block;
  float: none;
}

.cols-middle > div {
  vertical-align: middle;
}

.cols-bot > div {
  vertical-align: bottom;
}

.text-white {
  color: #fff;
}

a.text-white:hover {
  color: #fff;
}

.uppercase {
  text-transform: uppercase;
}

.text-default {
  color: #555555;
}

.middle {
  vertical-align: middle;
}

.baseline {
  vertical-align: baseline;
}

.text-top {
  vertical-align: text-top;
}

.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-15 {
  width: 20%;
  float: left;
}

@media (min-width: 768px) {
    .two-rows-mobile{
        display: inline;
    }
  .col-sm-15 {
    width: 20%;
    float: left;
  }
}
@media (min-width: 992px) {
  .col-md-15 {
    width: 20%;
    float: left;
  }
    header{
        font-size: 22px;
    }
}
@media (min-width: 1200px) {
  .col-lg-15 {
    width: 20%;
    float: left;
  }
}

.partners-wrap .heading {
    padding-bottom: 60px;
    position: relative;
}



.blocks-wrapper {
    position: relative;
    overflow: hidden;
}

.image-container {
  position: absolute;
  height: 100%;
  padding: 0px;
  top: 0px;
  overflow: hidden;
}
.image-container:before {
  content: '';
  position: absolute;
  width: 150px;
  height: 100%;
  right: 0px;
  top: 0px;
  background: linear-gradient(to right bottom, transparent 50%, #F1F5F6 50%);
  z-index: 1;
}
.pull-right.image-container:before {
  left: 0px;
  top: 0px;
  background: linear-gradient(to right bottom,  #F1F5F6 50%, transparent 50%);
}
.image-container.pull-right {
  right: 0;
}

.background-image-holder {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
}

video.background-image-holder {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
}

.content-with-image {
  padding: 80px 30px;
  min-height: 380px;
  position: relative;
  z-index: 1;
}

.content-with-video {
  padding: 80px 30px;
  height: 450px;
  position: relative;
  z-index: 1;
}

.bg-gray {
    background: #F1F5F6;
}

.bg-light-gray {
    background: #f7f9f9;
}

.section-parallax {
  background-size: cover;
  background-position: center 0;
  background-attachment: fixed;
}

.overlay-black-80 {
  background-color: rgba(0,0,0,0.8);
}

.section-padding {
  padding-top: 80px;
  padding-bottom: 80px;
}

.img-full-width {
  width: 100%;
}

.our-tracks {
  overflow: hidden;
  transition: all 0.3s;
}

.our-tracks img {
  transition: all 0.3s;
  display: block;
  overflow: hidden;
}

.our-tracks:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
}


.our-tracks:hover {
  background-color: #FE9800;
}

.text-primary {
  color: #FE9800;
}

.overflow-hidden {
  overflow: hidden;
}

.gm-style-mtc {
  display: none !important;
}

.gm-style .gm-style-iw {
  left: 1px !important;
  top: 1px !important;
}

#navbar-main {
  position: fixed;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  z-index: 10;
  text-align: right;
}

#navbar-main a {
  display: block;
  margin-top: 15px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #FE9800;
  padding: 0;
  transition: all 0.3s;
  border: 1px solid #000;
  opacity: 0.5;
}

#navbar-main a:hover {
  opacity: 1;
}

#navbar-main .active a {
  opacity: 1;
}

.close {
  line-height: 1;
}

.tooltip.left {
  white-space: nowrap;
}

.tooltip-inner {
  max-width: 400px;
}

.fa-ul {
  margin-left: 1.742857em !important;
}

.wishes{
  display: none;
}
.wishes-area{
    text-align: center;
}
.wishes-area small{
    display: inline-block;
    text-align: center;
    margin-top: 20px;
}

@media (max-width: 767px) {
    .image-container:before{
        visibility: hidden;
    }
    .wrap-image-text{
        background: rgba(241,245,246,0.75);
    }
    .how-to-parallax-bg{
        background-position: center center !important;
    }
    .section-parallax{
        background-position: center 0 !important;
        background-attachment: inherit !important;
        background-size: auto 100%;
    }
    .price-wrap.section-parallax{
        background-size: auto 1000px;
    }
/*
    .logos{
        height: 150px;
    }
    .jcarousel li{
        width: 130px;
        height: 130px;
    }
    .jcarousel img{
        max-width: 85px;
    }*/
    .price-list{
        text-align: center;
    }
    .price-list > li{
        width: 100%;
    }
    .price-list > li:first-child{
        margin-bottom: 10px;
    }
    .diagram-img-wrap{
        float: left!important;
        display: block;
    }
    
}
@media (min-width: 768px) and (max-width: 991px) {
    .how-to-parallax-bg{
        background-position: center center !important;
    }
    .section-parallax{
        background-position: center 0 !important;
        background-attachment: inherit !important;
        background-size: auto 100%;
    }
    .prefooter-parallax-bg{
        background-size: 100% auto ;
    }
    .price-wrap.section-parallax{
        background-size: auto 1000px;
    }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .our-tracks{
    min-height: 330px;
  }
  /*.partners-wrap .heading:before {
    width: 250px;
    height: 2px;
    background-color: #FE9800;
    content: '';
    display: block;
    -webkit-transform:
        translateY(-50%)
        translateX(100px)
        rotate(-70deg);
    transform:
        translateY(-50%)
        translateX(100px)
        rotate(-70deg);
    position: absolute;
    top: 50%;
    right: 0;
}*/
}
@media (min-width: 1200px) {
  .our-tracks{
    min-height: 370px;
  }
  /*.partners-wrap .heading:before {
    width: 250px;
    height: 2px;
    background-color: #FE9800;
    content: '';
    display: block;
    -webkit-transform:
        translateY(-50%)
        translateX(100px)
        rotate(-70deg);
    transform:
        translateY(-50%)
        translateX(100px)
        rotate(-70deg);
    position: absolute;
    top: 50%;
    right: 0;
}*/
}

.timeline-wrap{
    padding: 20px 0;
}
.timeline {
    list-style: none;
    padding: 0;
    position: relative;
}

    .timeline:before {
        top: 3%;
        bottom: 17%;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #FE9800;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

#modalPolitics{
	margin-right: -15px;
	padding-right: 15px;
}


@media (max-width: 569px) {
    ul.timeline:before {
        left: 25px;
        width: 0px;
    }
    .timeline > li{
        margin-bottom: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 25px);
        width: -moz-calc(100% - 25px);
        width: -webkit-calc(100% - 25px);
    }

    ul.timeline > li > .timeline-badge {
        left: 0;
        margin-left: 0;
        top: -25px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
            visibility: hidden;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
            visibility: hidden; 
        }
    
}
@media (min-width: 570px) and (max-width: 991px) {
       ul.timeline:before {
        left: 25px;
    }
    .timeline > li{
        margin-bottom: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 65px);
        width: -moz-calc(100% - 65px);
        width: -webkit-calc(100% - 65px);
    }

    ul.timeline > li > .timeline-badge {
        left: 0;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

.ri-grid{
    margin: 0 auto;
    position: relative;
    height: auto;
}

.ri-grid ul {
    list-style: none;
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Clear floats by Nicolas Gallagher: http://nicolasgallagher.com/micro-clearfix-hack/ */

.ri-grid ul:before,
.ri-grid ul:after{
    content: '';
    display: table;
}

.ri-grid ul:after {
    clear: both;
}

.ri-grid ul {
    zoom: 1; /* For IE 6/7 (trigger hasLayout) */
} 

.ri-grid ul li {
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
    -o-perspective: 400px;
    -ms-perspective: 400px;
    perspective: 400px; 
    margin: 0;
    padding: 0;
    float: left;
    position: relative;
    display: block;
    overflow: hidden;
    background: #000;
}

.ri-grid ul li a{
    display: block;
    outline: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    background-color: #333;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

/* Grid wrapper sizes */
.ri-grid-size-1{
    width: 55%;
}
.ri-grid-size-2{
    width: 100%;
}
.ri-grid-size-3{
    width: 100%;
    margin-top: 0px;
}

/* Shadow style */
.ri-shadow:after,
.ri-shadow:before{
    content: "";
    position: absolute;
    z-index: -2;
    bottom: 15px;
    left: 10px;
    width: 50%;
    height: 20%;
    max-width: 300px;
    max-height: 100px;
    box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
    -webkit-transform: rotate(-3deg);
    -moz-transform: rotate(-3deg);
    -ms-transform: rotate(-3deg);
    -o-transform: rotate(-3deg);
    transform: rotate(-3deg);
}
.ri-shadow:after{
    right: 10px;
    left: auto;
    -webkit-transform: rotate(3deg);
    -moz-transform: rotate(3deg);
    -ms-transform: rotate(3deg);
    -o-transform: rotate(3deg);
    transform: rotate(3deg);
}

.ri-grid-loading:after,
.ri-grid-loading:before{
    display: none;
}

.ri-loading-image{
    display: none;
}

.ri-grid-loading .ri-loading-image{
    position: relative;
    width: 30px;
    height: 30px;
    left: 50%;
    margin: 100px 0 0 -15px;
    display: block;
}


.ri-grid-logo ul li a{
    background-color: rgb(255,255,255);
    background-size: contain;
}

.orange-box{   
    display: inline-block; 
    border: none;
    border-radius: 5px;
    height: 40px;
    padding: 0px 15px;
    background-color: rgba(254, 152, 0, 0.75);
}

.text-box{
    text-align: left;
    line-height: 2;
    font-weight: 300;
    font-size: 22px;
}

.text-box i{
    margin-right: 20px;
}

#price-calc ul, .gray-bg{

    padding: 15px;
    border-radius: 5px;
    background-color: rgba(155,155,155,0.5);
}

#price-calc ul.price-list li{
    display: inline-block;
}

#price-calc label{
    font-weight: inherit;
    display: block;
}

#price-calc input, #price-calc button {
    margin: 1vw 2vw;
    text-align: center;
}

#price-calc input[type=checkbox], form#price-calc input[type=radio] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#price-calc button.orange-box:hover{
    display: inline-block; 
    border: none;
    border-radius: 5px;
    height: 40px;
    padding: 0px 15px;
    background-color: rgba(254, 152, 0, 0.95);

}

#content > *{
    margin: 25px auto;

}


#extra label:hover{
    cursor: pointer;
}

#extra input[type=number]{
    height: 30px;
    width: 60px;
    color: black;
}

input[type=checkbox] + .cust-input, input[type=radio] + .cust-input {
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    background-color: #eee;
    margin-right: 15px;
}

input[type=checkbox] + .cust-input{
    border-radius: 2px;
}

input[type=radio] + .cust-input {
    border-radius: 100%;
}

label:hover input + .cust-input {
    background-color: #ccc;
    
}

#extra input:checked + .cust-input {
    background-color: rgb(254, 152, 0);
}

/* Show the checkmark when checked */
#extra input:checked + .cust-input:after {
  display: block;
}

input[type=radio] + .cust-input:after, input[type=checkbox] + .cust-input:after {
    content: "";
    position: relative;
    display: none;
}

/* Style the checkmark/indicator */
input[type=checkbox] + .cust-input:after {
    left: 10.5px;
    top: 5px;
    width: 10px;
    height: 15px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

input[type=radio] + .cust-input:after {
    left: 9px;
    top: 9px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: white;
}

#extra input[type=number]::-webkit-inner-spin-button, 
#extra input[type=number]::-webkit-outer-spin-button { 
  -webkit-appearance: none; 
  margin: 0; 
}

/* thumb */

input.choice[type=range] {
  -webkit-appearance: none; /* Hides the slider so that custom slider can be made */
  width: 100%; /* Specific width is required for Firefox. */
  background: transparent;
}

input.choice[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
}

input.choice[type=range]::-moz-range-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
  border: inherit;
}

input.choice[type=range]::-ms-track {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
  border: inherit;
}

input.choice[type=range]::-ms-fill-lower,
input.choice[type=range]::-ms-fill-upper {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
}

input.choice[type=range]::-ms-tooltip {
  width: 100%;
  height: 8px;
  cursor: pointer;
  background: #b2b2b2;
}

input.choice[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 8px;
  margin: -14px 0  0;
  background-color: rgb(254, 152, 0); 
}
input.choice[type=range]::-moz-range-thumb {
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 8px;
  margin: -14px 0  0;
  background-color: rgb(254, 152, 0); 
}

input.choice[type=range]::-ms-thumb {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  margin: -14px 0  0;
  border: 0;
  background-color: rgb(254, 152, 0);
}

.price-off{
    pointer-events:none;
    padding: 0px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: absolute;
    right: 25px;
    background-color: rgba(205,205,205,0.8);
}

.price-on{
    pointer-events: auto;
    padding: 0px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    position: absolute;
    right: 25px;
    background-color: rgba(254, 152, 0, 0.8);
}

.option{
    float: left;
}

.option-text{
    line-height: 2.5; 
    font-size: 22px; 
    font-weight: 300;
}

#extra li:after{
    display: block;
    content: " ";
    clear: both;
}

#extra label{
    cursor: pointer;
}

.option input::-webkit-input-placeholder {
   text-align: center;
}

.option input:-moz-placeholder { /* Firefox 18- */
   text-align: center;  
}

.option input::-moz-placeholder {  /* Firefox 19+ */
   text-align: center;  
}

.option input:-ms-input-placeholder {  
   text-align: center; 
}

.pop-up-window {
    color: white;
    padding: 15px 30px;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    left: 50%;
    background-color: #9A9A9A;
    border-radius: 5px;
}

.pop-up-bg {
    text-align: center;
    font-size: 24px;
    font-weight: 300;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: rgba(200,200,200,0.8);
    top: 0;
    left: 0;
    z-index: 10;
}









