/*!
 * Start Bootstrap - Grayscale Bootstrap Theme (http://startbootstrap.com)
 * Code licensed under the Apache License v2.0.
 * For details, see http://www.apache.org/licenses/LICENSE-2.0.
 */

body {
    width: 100%;
    height: 100%;
    font-family: Arial,sans-serif;
    color: #000;
    background-color: #fff;
}

html {
    width: 100%;
    height: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 10px 0 35px;
    /* text-transform: uppercase; */
    font-family: MuseoCyrl-500,Arial,sans-serif;
    color: #fff;
    letter-spacing: 1px;
}

.black {
    color: #000;
}

p {
    margin: 0 0 25px;
    font-size: 18px;
    line-height: 1.5;
}

@media(min-width:768px) {
    p {
        margin: 0 0 45px;
        font-size: 20px;
        line-height: 1.6;
    }
}

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

.right-align {
    text-align: right;
}

@media(max-width:991px) {
    .left-align {
    text-align: center;
    }

    .right-align {
        text-align: center;
    }
}

a {
    color: #FFFFFF;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #1d9b6c;
}

.light {
    font-weight: 400;
}

.white-with-border {
    color: #ffffff;
    border-bottom: 1px solid #ffffff;
    font-size: 17px;
}

@media (max-width:991px) {
	.white-with-border {
		top: 37px;
		position: relative;
	}
}

.white-with-border:hover,
.white-with-border:focus {
    color: #ffffff;
}

.navbar-toggle {
    color: #000;
}

.navbar-custom {
    font-family: MuseoCyrl-500;
    margin-bottom: 0;
    border-bottom: 1px solid rgba(255,255,255,.3);
    /*text-transform: uppercase;*/
    background-color: #000;
}

.navbar-custom .navbar-brand {
    font-weight: 700;
}
@media (max-width:767px) {
.navbar-custom .navbar-brand {
	padding: 13px 20px;
    height: 56px;
}
}

.navbar-custom .navbar-brand:focus {
    outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
    padding: 4px 6px;
    font-size: 16px;
    color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
    outline: 0;
}

.navbar-custom a {
    color: #fff;
}

.navbar-custom .nav li a {
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
    outline: 0;
    color: rgba(255,255,255,.8);
    background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
    outline: 0;
    background-color: transparent;
}

.navbar-custom .nav li.active {
    outline: 0;
    /*border-bottom: 3px solid #00b6f2;*/
}

.navbar-custom .nav li.active a {
    background-color: rgba(255,255,255,.3);
}

.navbar-custom .nav li.active a:hover {
    color: #fff;
}

@media(min-width:768px) {
    .navbar-custom {
        padding: 20px 0;
        border-bottom: 0;
        letter-spacing: 1px;
        background: 0 0;
        -webkit-transition: background .5s ease-in-out,padding .5s ease-in-out,border-bottom .5s ease-in-out;
        -moz-transition: background .5s ease-in-out,padding .5s ease-in-out,border-bottom .5s ease-in-out;
        transition: background .5s ease-in-out,padding .5s ease-in-out,border-bottom .5s ease-in-out;
    }

    .navbar-custom.top-nav-collapse {
        padding: 0;
        border-bottom: 1px solid rgba(255,255,255,.3);
        background: #000;
    }
}

.intro {
    display: table;
    width: 100%;
    height: auto;
    padding: 100px 0;
    text-align: center;
    color: #fff;
    background: url(../img/intro-bg.jpg) no-repeat bottom center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.intro-light-ver {
    background: url(../img/mainbg.jpg) no-repeat bottom center scroll !important;
    background-color: #fff;
	color:#000;
}

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

.intro .intro-body .brand-heading {
    font-size: 40px;
}

.intro .intro-body .intro-text {
    font-size: 18px;
}

@media(min-width:768px) {
    .intro {
        height: 100%;
        padding: 0;
    }

    .intro .intro-body .brand-heading {
        font-size: 45px;
    }

    .intro .intro-body .intro-text {
        font-size: 17px;
    }
}

.btn-blue {
	transition:none;
	-webkit-transition:none;
	-moz-transition:none;
    padding: 20px 30px;
    margin: 0 15px;
    color: #fff;
    border-bottom: 2px solid #009acf;
    font-size: 17px;
    font-family: MuseoCyrl-500;
    border-radius: 18px;
	background: rgb(0,191,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,191,255,1) 0%, rgba(0,173,230,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,191,255,1) 0%,rgba(0,173,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,191,255,1) 0%,rgba(0,173,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfff', endColorstr='#00ade6',GradientType=0 ); /* IE6-9 */
}

.btn-blue:focus,
.btn-blue:hover {
	color:#fff;
    background: #00b6f2;
}

.btn-circle {
    width: 70px;
    height: 70px;
    margin-top: 15px;
    padding: 7px 16px;
    border: 2px solid #fff;
    border-radius: 100%!important;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}

.btn-circle:hover,
.btn-circle:focus {
    outline: 0;
    color: #fff;
    background: rgba(255,255,255,.1);
}

.btn-circle i.animated {
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.btn-circle:hover i.animated {
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}

@-webkit-keyframes pulse {    
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@-moz-keyframes pulse {    
    0% {
        -moz-transform: scale(1);
        transform: scale(1);
    }

    50% {
        -moz-transform: scale(1.2);
        transform: scale(1.2);
    }

    100% {
        -moz-transform: scale(1);
        transform: scale(1);
    }
}

.carousel-inner {
    padding-bottom: 50px;
}

h4.why-header {
    font-family: MuseoCyrl-500;
    font-size: 23px;
    color: #333333;
}

.why-descr {
    font-family: Arial;
    font-size: 15px;
}

.why-row {
    margin-bottom: 80px;
}

h4.footer-header {
    font-family: MuseoCyrl-500;
    font-size: 23px;
    color: #fff;
}

.footer-bg {
    background: url('../img/footer-bg.png') no-repeat center right;
    background-size: contain;
}

.rost-img {
    padding: 10px 0 30px 0;
}

@media(max-width:991px) {
    .rost-img {
        margin: 0 auto;
    }
}

.rost-form-input {
    padding: 15px 30px;
    border-radius: 3px;
    border: 0;
    margin-top: 10px;
    margin-right: 30px;
    width: 320px;
    color: #b3b3b3;
    font-family: MuseoCyrl-500;
    font-size: 17px;
	background: #e7e7e7;
}

.rost-form-button {
    color: #fff;
    border-radius: 23px;
    border: 0;
    width: 220px;
    height: 60px;
    font-family: MuseoCyrl-500;
    font-size: 16px;
    margin-top: 30px;
	margin-bottom: 35px;
	background: rgb(0,191,255); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(0,191,255,1) 0%, rgba(0,173,230,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  rgba(0,191,255,1) 0%,rgba(0,173,230,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  rgba(0,191,255,1) 0%,rgba(0,173,230,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00bfff', endColorstr='#00ade6',GradientType=0 ); /* IE6-9 */
	border-bottom: 2px solid #009acf;
}

.rost-descr {
    font-family: Arial;
    font-size: 15px;
    color: #b3b3b3;
}

.main-slider tr td {
    font-family: MuseoCyrl-500, Arial;
    font-size: 23px;
    color: #fff;
}

.type-icon {
    padding: 30px 0;
}

.type-descr {
    font-size: 17px;
}

.read-more {
    color: #3dc7ff;
    font-size: 17px;
    font-family: MuseoCyrl-500, Arial;
    cursor: pointer;
    border-bottom: 1px solid #3dc7ff;
}

.read-more:focus,
.read-more:hover {
    color: #3dc7ff;
}

.content-section {
    padding-top: 100px;
}

.content-section-small {
    padding-top: 40px;
}

.download-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background: url(../img/downloads-bg.jpg) no-repeat center center scroll;
    background-color: #000;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.white-section {
    width: 100%;
    padding: 50px 0;
    color: #000;
    background-color: #fff;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.gray-section {
    width: 100%;
    padding: 50px 0;
    color: #000;
    background-color: #f5f5f5;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

.dark-section {
    width: 100%;
    padding: 50px 0;
    color: #fff;
    background-color: #262626;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;    
}

.black-section {
    width: 100%;
    /*padding: 50px 0;*/
	padding: 70px 0px 50px 0px;
    background-color: #2b2b2b;	
    color: #fff;
    /*background-color: #000;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
}

#map {
    width: 100%;
    height: 200px;
    margin-top: 100px;
}

@media(min-width:767px) {
    .content-section {
        padding-top: 250px;
    }

    .download-section {
        padding: 100px 0;
    }

    #map {
        height: 400px;
        margin-top: 250px;
    }
}

.btn {
    border-radius: 0;
    text-transform: uppercase;
    font-family: Montserrat,"Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: 400;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.btn-default {
    border: 1px solid #42dca3;
    color: #42dca3;
    background-color: transparent;
}

.btn-default:hover,
.btn-default:focus {
    border: 1px solid #42dca3;
    outline: 0;
    color: #000;
    background-color: #42dca3;
}

ul.banner-social-buttons {
    margin-top: 0;
}

@media(max-width:1199px) {
    .phone-bar {
        display: none;
    }
    ul.banner-social-buttons {
        margin-top: 15px;
    }
}

@media(max-width:767px) {
    ul.banner-social-buttons li {
        display: block;
        margin-bottom: 20px;
        padding: 0;
    }

    ul.banner-social-buttons li:last-child {
        margin-bottom: 0;
    }
    .phone-bar {
        display: none;
    }
}

footer {
    padding: 0;
}

footer p {
    margin: 0;
}

::-moz-selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

::selection {
    text-shadow: none;
    background: #fcfcfc;
    background: rgba(255,255,255,.2);
}

img::selection {
    background: 0 0;
}

img::-moz-selection {
    background: 0 0;
}

body {
    webkit-tap-highlight-color: rgba(255,255,255,.2);
}

img.client-logo {
    padding: 20px 10px;
    width: 100%;
    margin: 0 auto;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    -webkit-transition: .4s ease-out;
    -webkit-transition-delay: 0.5s;
    -o-transition: .2s ease-out;
    -moz-transition: .2s ease-out;
    transition: .2s ease-out;
}

img.client-logo:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

@media(max-width:991px) {
    img.client-logo {
        width: 50%;
    }
    img.footer-logo {
        display: none;
    }
}

.margin-auto {
    margin: 0 auto;
}

.fp-table {
	width:100%;
	text-align: left;
}

.fp-5-prc {
	width:5%;
}

.fp-10-prc {
	width:10%;
}

.fp-35-prc {
	width:35%;
}

.fp-35-prc-valign-top {
	width:35%;
	vertical-align:top;
}

.fp-45-prc {
	width:35%;
}

.fp-55-prc {
	width:55%;
}

.fp-55-prc-valign-top {
	width:55%;
	vertical-align:top;
}

.fp-p {
	font-family:Arial;
	font-size:15px;
}

.fp-h2 {
	font-size:19px;
	color:#fff;
	margin: 10px 0;
}

.fp-hint {
	font-family:Arial;
	font-size:15px;
	color:#fff;
	margin: 10px 0;
}

.fp-input {
	width:252px;
	padding: 20px;
	border-radius: 3px;
	border: 0;margin:0;
	height:50px;
	line-height:50px;
	color: #b3b3b3;
	font-family: MuseoCyrl-500;
	font-size: 17px;
}

@media(max-width:767px) {
	.fp-input {
		width:192px;
	}
}

.fp-ok {
	margin:0 0 0 30px;
	width:100px;
	height:50px;
	line-height:49px;
	color: #fff;
	background-color: #00afe9;
	border-radius: 18px;
	border: 0;
	font-family: MuseoCyrl-500;
	font-size: 17px;
}

@media(max-width:660px) {
	.fp-ok {
	margin:15px 0 0 0;
	}
	.fp-input {
	margin-top:15px;
	}
}

.bluelabel {
	position: relative;
	top: -165px;
}

.bl-7k-div {
	margin-bottom: -215px !important;
}

@media(max-width:991px) {
	.bluelabel {
	display:none;
	}
    .bluelabel-block {
       display:none; 
    }
	.bl-7k-div {
	margin-bottom:0 !important;
	}
}

.bl-7k-form-input {
    padding: 10px 20px;
    border-radius: 3px;
    border: 3px #d6d6d6 solid !important;
    margin-top: 10px;
    margin-right: 10px;
    width: 220px;
    color: #b3b3b3;
    font-family: MuseoCyrl-500;
    font-size: 17px;
}

.bl-7k-form-button {
    color: #fff;
    background-color: #00afe9;
    border-radius: 25px;
    border: 0;
    width: 90px;
    height: 50px;
    font-family: MuseoCyrl-500;
    font-size: 17px;
    margin-top: 30px;
}

@media (max-width:1250px) {
	.diebitch {
		display:none;
	}
}