

/* Start:/bitrix/components/redcode/info.list/templates/slider/style.css?15419489533951*/

.indexSlider{position: relative;}
	.slide{height: 500px; background-size: cover !important; background-position: center !important; position: relative;}
		.sliderInside{width: 1200px; margin: 0 auto; position: absolute; left: 50%; margin-left: -600px; top: 200px; color: #fff; z-index: 3;}
				.slideText {max-width: 700px; width: 51%; font-size: 48px; font-weight: 700; line-height: 1.1; display: inline-block; margin: 0 0 36px 0;}
				.slideTextDetail{font-weight: 400; line-height: 1.5; font-size: 15px; display: inline-block; vertical-align: bottom; width: 49%;}
					.slideTextDetail > div{float: right; max-width: 465px;}
						.slideTextDetail div p{margin: 0 0 31px 0; line-height: 1.4;}
						.slideTextDetail div a{font-size: 13px; font-weight: 500; text-transform: uppercase; border-radius: 2px; color: #fff;
							display: inline-block; background: #EF6C00; padding: 12px 25px; box-shadow: 0 2px 14px 0 rgba(239,108,0,.27);
						}

.indexSlider .sliderControls{position: absolute; bottom: 80px; height: 0; left: 0; width: 100%; z-index: 3;}
		.indexSlider .sliderControlsWrapper {width: 1200px; margin: 0 auto;}
		.indexSlider .owlDots{float: left; margin: 29px 0 0 0;}
			.indexSlider .owlDots .owl-dot {padding: 4px; background: #fff; opacity: 0.3; margin: 0 10px 0 0; box-sizing: border-box;
				border-radius: 50%; display: inline-block; transition: opacity .2s ease; cursor: pointer;
			}
				.indexSlider .owlDots .owl-dot:hover {opacity: 1;}
				.indexSlider .owlDots .owl-dot:last-child {margin: 0;}
				.indexSlider .owlDots .owl-dot.active {opacity: 1;}

		.indexSlider .owlNav{float: right;}
		.indexSlider .owlNav.disabled{display: none;}
			.indexSlider .owlNav div{width: 44px; height: 44px; display: inline-block; border-radius: 50%; transition: background .25s ease;
				cursor: pointer; background: rgba(255,255,255,.2); line-height: 44px; text-align: center;
			}
			.indexSlider .owlNav .owl-prev{margin: 0 13px 0 0;}
				.indexSlider .owlNav div:hover{background-color: rgba(255,255,255, .3);}


.blackSlider{background: linear-gradient(to top, rgba(0,0,0, .5), rgba(0,0,0, .0)); position: absolute; z-index: 2; top: 55%; left: 0; bottom: 0; right: 0;}
.mouseSlider{display: none; background: url("/images/mouseSlider.png") no-repeat center; background-size: 24px; width: 31px; height: 52px; position: absolute; z-index: 3; bottom: 38px; left: 50%; margin: 0 0 0 -15.5px;}

@media all and (max-width: 1250px) {
	.sliderInside{width: auto; left: 20px; margin: 0;}
		.slideText{width: 47%; margin: 0 8% 36px 0;}
		.slideTextDetail{width: 45%;}
	.indexSlider .sliderControlsWrapper{width: auto; padding: 0 20px;}
}

@media all and (max-width: 1060px) {
	.slideText{width: 52%; font-size: 45px;}
	.slideTextDetail{width: 40%;}
}

@media all and (max-width: 880px) {
	.slideText{width: 100%; font-size: 49px; display: block; margin: 0 0 36px 0;}
	.slideTextDetail{width: 100%; display: block;}
		.slideTextDetail > div{float: none;}
	.indexSlider .owlDots{display: none;}
}

@media all and (max-width: 730px) {
	.sliderInside{right: 20px;}
}

@media all and (max-width: 620px) {
	.slideText{font-size: 39px;}
		.slideTextDetail{font-size: 18px;}
}

@media all and (max-width: 500px) {
	.slideText{font-size: 36px;}
		.slideTextDetail{font-size: 17px;}
}

@media all and (max-width: 420px) {
	.slideText{font-size: 30px; margin: 0 0 20px 0;}
		.slideTextDetail{font-size: 16px;}
}

@media all and (max-width: 400px) {
	.slideText{font-size: 26px;}
}

@media all and (max-width: 370px) {
	.slideText{font-size: 24px;}
	.slideTextDetail{font-size: 14px;}
}

@media all and (max-width: 340px) {
	.slideText{font-size: 22px;}
}

.fadeInLeftBig {animation: fadeInLeftBig  1s ease-in-out;}
@keyframes fadeInLeftBig {
  from {
    transform: translate3d(-40px, 0, 0);
	opacity: 0;
  }
  to {
    transform: none;
	opacity: 1;
  }
}

/* End */


/* Start:/bitrix/components/redcode/info.list/templates/theses/style.css?15408481301291*/

.theses{margin: 55px 0 0 0;}
	.thesesItem{display: inline-block; width: 23.5%; cursor: pointer; background: #fff; box-shadow: 0 1px 1px rgba(0,0,0, .12); color: #212121;
		padding: 35px 0 45px 0; vertical-align: top; box-sizing: border-box; margin: 0 2% 2% 0; text-align: center; transition: box-shadow .25s;
	}
	.thesesItem:hover {box-shadow: rgba(0,0,0, .12) 0 35px 90px;}
	.thesesItem:last-child{margin-right: 0;}
		.thesesItem img{margin: 0 0 17px 0; max-height: 65px; background: #EF6C00;}
		.thesesItem .icon{margin: 0 0 17px 0; font-size: 51px; color: #EF6C00; display: block;}
		.thesesItem h3{font-size: 17px; margin: 0 0 16px 0; padding: 0 32px; line-height: 1.3;}
		.thesesItem .thesesText{line-height: 1.5; color: #5a5a5a; padding: 0 32px; display: block;}


@media all and (max-width: 1130px) {
	.thesesItem h3{font-size: 18px;}
	.thesesText{font-size: 14px;}
}

@media all and (max-width: 1070px) {
	.thesesItem{width: 49%;}
	.thesesItem:nth-child(2n){margin-right: 0;}
		.thesesItem h3{font-size: 19px;}
		.thesesText{font-size: 15px;}
}

@media all and (max-width: 900px) {
	.thesesItem{width: 48%; margin: 0 4% 4% 0;}
}

@media all and (max-width: 540px) {
	.thesesItem{width: 100%; margin: 0 0 30px 0;}
	.thesesItem:last-child{margin: 0;}
}
/* End */


/* Start:/bitrix/components/redcode/info.list/templates/indexServices/style.css?15408481301909*/

.indexServices{padding: 50px 0 30px 0;}
	.indexServices h2{font-size: 31px; margin: 0 0 43px 0; text-align: center;}
	.indexServicesItem{width: 31.33%; margin: 0 3% 3% 0; display: inline-block; vertical-align: top; background: #fff;
		box-shadow: 0 1px 1px rgba(0,0,0, .12); transition: box-shadow .25s;
	}
	.indexServicesItem:hover {box-shadow: rgba(0,0,0, .12) 0 35px 90px}
	.indexServicesItem:hover .indexServices_button {background: #EF6C00; color: #fff; box-shadow: 0 2px 8px rgba(239,108,0, .27);}
	.indexServicesItem:nth-child(3n){margin-right: 0;}
		.indexServicesWrap{}
			.indexServices_img{width: 150px; height: 150px; margin: 50px auto 30px auto; border-radius: 200px; background-repeat: no-repeat;
				background-position: center; background-size: cover;
			}
			.indexServicesInfo{margin: 0 35px; padding: 0 0 43px 0;text-align: center;}
				.indexServices_name{font-size: 19px; font-weight: 700; margin: 0 0 19px 0;}
				.indexServices_text{line-height: 1.5; margin-bottom: 45px;}
				.indexServices_button{color: #EF6C00; text-transform: uppercase; font-size: 13px; padding: 10px 16px;
					border-radius: 2px; transition: background .25s, color .25s; font-weight: 500;
				}


@media all and (max-width: 1000px) {
	.indexServicesItem{width: 48%; margin: 0 4% 4% 0;}
	.indexServicesItem:nth-child(3n){margin-right: 4%;}
	.indexServicesItem:nth-child(2n){margin-right: 0;}
}

@media all and (max-width: 690px) {
	.indexServices{padding: 40px 40px 43px 40px;}
		.indexServicesItem{width: 100%; margin: 0 0 40px 0;}
		.indexServicesItem:last-child{margin: 0;}
}

@media all and (max-width: 550px) {
	.indexServicesItem{margin: 0 0 25px 0;}
}

@media all and (max-width: 540px) {
	.indexServices h2{font-size: 32px; margin: 0 0 50px 0;}
	.indexServices{padding: 50px 0 0 0;}
}

@media all and (max-width: 360px) {
	.indexServices h2{font-size: 27px;}
}
/* End */


/* Start:/bitrix/components/redcode/info.list/templates/indexReviews/style.css?15419489532985*/

.indexReviews{padding: 0 0 65px 0; text-align: center; overflow: hidden;}
	.indexReviews h2{font-size: 31px; margin: 0 0 43px 0;}
	.indexReviews #carouselReviews {width: 1680px; margin-left: -840px; left: 50%;}
	.indexReviews #carouselReviews .owl-stage-outer{overflow: visible;}
	
		.item_reviews{max-width: 550px; margin: 0 auto; opacity: .3; padding: 43px 30px 70px 30px; box-sizing: border-box; transition: all .4s ease;}
			.IR_img{width: 100px; height: 100px; border-radius: 50%; margin: 0 auto 35px auto; filter: grayscale(100%); filter: gray;}
			.IR_name {font-size: 19px; font-weight: bold;}
			.IR_position{font-size: 12px; font-weight: 500; margin: 9px 0 0 0; color: #494949; display: inline-block;}
			.IR_text{line-height: 1.5; margin: 30px 0 0 0; text-align: left; quotes: "\201c" "\201d";}
				.IR_text .center{display:inline-block; width:84%;}
				.item_reviews q{font-size: 60px; color: #494949; font-family: "Arial", sans-serif; display: inline-block; width: 8%;
					vertical-align: top; text-align: center; margin: -40px 0 0 0;
				}
					.item_reviews q.open:after{content: "";}
					.item_reviews q.close:before{content: "";}

		.item_reviews.active{opacity: 1; box-shadow: rgba(0, 0, 0, .08) 0px 20px 60px 0px; background: #fff;}
			.item_reviews.active .IR_img{filter: none;}
			.item_reviews.active .IR_position{color: #EF6C00;}
			.item_reviews.active q{color: #EF6C00;}

.reviewsControls{position: relative; z-index: 2;}
	.indexReviews .reviewsDots {position: absolute; left: 50%; top: -34px;}
		.indexReviews .reviewsDots .owl-dot {padding: 3px; background: #dadada; margin: 0 10px 0 0; box-sizing: border-box; border-radius: 50%;
			display: inline-block; cursor: pointer;
		}
			.indexReviews .reviewsDots .owl-dot:last-child{margin: 0;}
			.indexReviews .reviewsDots .owl-dot.active, .indexReviews .reviewsDots .owl-dot:hover{background: #EF6C00;}
			
	.indexReviews .owl-nav{margin: 45px 0 0 0;}
		.indexReviews .owl-nav div{width: 45px; height: 45px; border-radius: 50%; display: inline-block; background: #EF6C00; box-sizing: border-box;
			box-shadow: 0 2px 8px rgba(239,108,0, .27); transition: background .25s, color .25s; line-height: 45px; color: #fff;
		}
			.indexReviews .owl-nav .owl-next{padding: 0 0 0 2px;}


@media all and (max-width: 800px) {
	.indexReviews #carouselReviews .owl-stage-outer {overflow: hidden;}
	.item_reviews {margin: 0 auto 50px auto;}
	.indexReviews .owl-nav {margin: 20px 0 0 0;}
}

@media all and (max-width: 620px) {
	.indexReviews{margin: 0 0 30px 0; padding: 50px 0;}
	.indexReviews #carouselReviews{width: 100%; margin: 0; left: 0;}
		.item_reviews{margin: 0 20px 50px 20px;}
}

@media all and (max-width: 390px) {
	.indexReviews{padding: 30px 0;}
		.indexReviews h2{margin: 0 0 30px 0;}
			.item_reviews{padding: 20px 15px;}
				.item_reviews q{margin: -50px 0 0 0;}
			.IR_position{margin: 0 0 45px 0;}
		.indexReviews .owl-nav{margin: 20px 0 0 0;}
}
/* End */


/* Start:/bitrix/components/redcode/info.list/templates/newsFeed/style.css?15408481303530*/

.indexNews{margin: 0 0 65px 0; padding: 55px 0 0 0;}
	.indexNews h2{font-size: 31px; margin:0 0 43px 0; text-align: center;}
	.mixNews{}
		.indexBlockNews{position: relative; display: inline-block; box-sizing: border-box; height: 340px; margin: 0 1.5% 1.5% 0;
			background-color: #f3f3f3; transition: background-color .4s;
		}
		.indexBlockNews:hover {background-color: #E8E8E8;}
		.indexBlockNews:nth-child(3n){margin-right: 0;}
		.indexBlockNews:nth-last-child(1), .indexBlockNews:nth-last-child(2), .indexBlockNews:nth-last-child(3){margin-bottom: 0;}
			
			.indexBlockNews .date{font-size: 13px; font-weight: 500; padding: 25px; position: relative; display: inline-block;}
			.indexBlockNews .text{position: absolute; bottom: 0; left: 0; right: 0; padding: 25px;}
				.indexBlockNews .text .iblockName{font-size: 9px; font-weight: 700; background: #555; display: inline-block;
					color: #fff; padding: 6px 11px; text-transform: uppercase; margin: 0 0 25px 0; border-radius: 2px;
				}
				.indexBlockNews .text .newsName{font-size:17px; font-weight:700; display: block; line-height: 1.3;}
				.indexBlockNews .text .newsName span {border-bottom: 1px solid rgba(0,0,0, .2);}
			
			.indexNews_big{width: 50%;}
				.indexNews_big .text .newsName{font-size: 23px; line-height: 1.3; max-width: 90%;}
			.indexNews_small{width: 23.5%;}
		
		.blockGradient{position: absolute; top: 0; bottom: 0; left: 0; right: 0;}
		.blockGradient.gradient{
			opacity: .5;
			background: -moz-linear-gradient(top, rgba(0,0,0, .7) 0%, rgba(0,0,0, 0) 55%, rgba(0,0,0, 0) 75%, rgba(0,0,0, .7) 115%);
			background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0, .7)), color-stop(45%,rgba(0,0,0, 0)), color-stop(75%,rgba(0,0,0, 0)), color-stop(115%,rgba(0,0,0, .7)));
			background: -webkit-linear-gradient(top, rgba(0,0,0, .7) 0%, rgba(0,0,0, 0) 55%,rgba(0,0,0, 0) 75%, rgba(0,0,0, .7) 115%);
			background: -o-linear-gradient(top, rgba(0,0,0, .7) 0%, rgba(0,0,0, 0) 55%,rgba(0,0,0, 0) 75%, rgba(0,0,0, .7) 115%);
			background: -ms-linear-gradient(top, rgba(0,0,0, .7) 0%, rgba(0,0,0, 0) 55%,rgba(0,0,0, 0) 75%, rgba(0,0,0, .7) 115%);
			background: linear-gradient(to top, rgba(0,0,0, .7) 0%, rgba(0,0,0, 0) 55%,rgba(0,0,0, 0) 75%, rgba(0,0,0, .7) 115%);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4d000000', endColorstr='#4d000000', GradientType=0);
			transition: opacity .4s;
		}
		.indexBlockNews:hover .blockGradient.gradient{opacity: 1;}
		
	.indexNewsButton{text-align: center; padding-top: 50px;}
		.indexNewsButton a{ font-size: 15px; border-radius: 2px; padding: 13px 25px 14px 25px; 
			display: inline-block; font-weight: 500; color: #fff; transition: color .25s, background .25s; background: #EF6C00;
			box-shadow: 0 2px 8px rgba(239,108,0, .27);
		}
		
		
@media all and (max-width: 1100px){
	.indexNews_small{width: 32%;}
	.indexNews_big{width: 32%;}
	.indexBlockNews{margin: 0 2% 2% 0;}
	.indexNews_big .text .newsName{font-size: 18px;}
}

@media all and (max-width: 850px){
	.indexNews{margin: 0 0 70px 0;}
		.indexBlockNews{width: 48%; margin: 0 4% 4% 0;}
		.indexBlockNews:nth-child(3n){margin-right: 4%;}
		.indexBlockNews:nth-child(2n){margin-right: 0;}
		.indexBlockNews:nth-last-child(3){margin-bottom: 4%;}
}

@media all and (max-width: 550px) {
	.indexNews{margin: 0 0 60px 0;}
		.indexBlockNews{width: 100%;}
		.mixNews .indexBlockNews{margin: 0 0 22px 0;}
		.indexNewsButton{padding-top: 30px;}
}
/* End */


/* Start:/bitrix/components/redcode/info.list/templates/indexPartners/style.css?15408481301365*/

.indexPartners{padding: 0 0 120px 0;}
	.indexPartners h2{margin: 0 0 50px 0; font-size: 36px; text-align: center;}
	.partnersWrapper{text-align: center;}
		.item_partners{display: inline-block; width: 25%; vertical-align: top; box-sizing: border-box; padding: 33px 0; border-bottom: 1px solid #e4e5e5;
			border-right: 1px solid #e4e5e5;
		}
		.item_partners:nth-child(4n){border-right: 0;}
			.item_partners img{max-width: 220px; max-height: 220px; vertical-align: middle; transition: filter .5s ease;}
			.item_partners:hover img {filter: none;}


@media all and (max-width: 1180px) {
	.indexPartners{padding: 0 0 80px 0;}
}			

@media all and (max-width: 800px) {
	.item_partners{width: 33.3%;}
	.item_partners:nth-child(4n){border-right: 1px solid #e4e5e5;}
	.item_partners:nth-child(3n){border-right: 0;}
}

@media all and (max-width: 600px) {
	.item_partners{width: 50% !important;}
	.item_partners:nth-child(3n){border-right: 1px solid #e4e5e5;}
	.item_partners:nth-child(2n){border-right: 0;}
	.item_partners:nth-child(odd){border-left: 0 !important;}
}

@media all and (max-width: 430px) {
	.indexPartners h2{margin: 0 0 20px 0;}
	.indexPartners .item_partners{width: 100% !important; border-right: 0; border-bottom: 1px solid #e4e5e5 !important;}
	.item_partners:last-child{border-bottom: none;}
}
/* End */


/* Start:/bitrix/components/redcode/info.list/templates/indexContacts/style.css?15419489531258*/

.indexMap {height: 460px; overflow: hidden;}

[class*="ymaps-2"][class*="-ground-pane"] {
    filter: url("/images/c975f9799e6135f7b2c437b4d67a45998c33274a.svg#grayscale");
    -webkit-filter: grayscale(100%);
}

@media all and (max-width: 1250px) {
	.map .wrapper_map{width: 1120px; margin-left: -560px;}
}

@media all and (max-width: 1180px) {
	.map{background: #fff;}
		.map .wrapper_map {position: static; margin: 0; width: auto; height: auto;}
			.map .map_inside {margin: 0 60px 75px 60px; max-width: 100%;}
				.mapContacts{display: none;}
				.mapCallback .buttonAnimation{right: 50px; bottom: -36px;}
}

@media all and (max-width: 750px) {
	.map .map_inside{margin: 0 30px 75px 30px;}
}

@media all and (max-width: 650px) {
	.map .mapCallback{padding: 20px 20px 60px 20px;}
		.map .map_inside{margin: 0 20px 75px 20px;}
}

@media all and (max-width: 520px) {
	.indexMap{height: 400px;}
	.mapCallback h3{margin: 0 0 50px 0;}
	.mapCallback .modalBody > div.miniBlock{display: block; width: 100%; margin: 0;}
		.mapCallback .modalBody > div > div{margin: 0 0 60px 0;}
}

.block-first h2, .info-block h2 {
    font-size: 31px;
    margin: 0 0 25px 0;
    text-align: center;
}

.block-first h3 {
    font-size: 24px;
    margin: 10px 0;
    text-align: center;
}

.block-first
{
	margin-top: 40px;
	font-size: 16px;
}

.block-first .block-lists
{
	display: flex;
}

.block-first .block-lists ul
{
	width: 50%;
}

.work-block
{
	display: flex;
	text-transform: uppercase;
	margin: 30px 0;
}
.work-block .materialIcons
{
	color: #ef6c00;
}
.work-block .item
{
	padding: 30px;
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	margin-bottom: 5px;
}

.work-block .item span
{
	font-size: 34px;
}

.info-block .list-block
{
	display: flex;
	flex-wrap: wrap;
}

.info-block .list-block .item
{
	width: 50%;
	margin-bottom: 20px;
}

.info-block .list-block .item .title
{
	font-weight: bold;
	margin-bottom: 10px;
}

.text-center
{
	text-align: center;
}
.price-block
{
	margin-top: 40px;
}
.price-block h2
{
	font-size: 31px;
    margin: 0 0 25px 0;
    text-align: center;
}

.price-block .items
{
	display: flex;
	flex-wrap: wrap;
	text-align: center;
	justify-content: center;
}

.price-block .item
{
	padding: 20px 0;
	margin-bottom: 20px;
}

.price-block .item .price
{
	color: #ef6c00;
	font-size: 18px;
}
.price-block .item .title
{
	font-size: 24px;
	margin: 10px 0;
}

.price-block .info
{
	font-size: 12px;
}

@media all and (max-width: 670px) {
	.work-block
	{
		display: block;
	}
}

@media all and (max-width: 520px) {
	.block-first .block-lists
	{
		display: block;
	}
	.block-first .block-lists ul
	{
		width: 100%;
	}
	.info-block .list-block
	{
		display: block;
	}
	.info-block .list-block .item
	{
		width: 100%;
	}
}

/*!
 * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.4/customize/)
 */
/*!
 * Bootstrap v3.4.1 (https://getbootstrap.com/)
 * Copyright 2011-2019 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #337ab7;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #23527c;
  text-decoration: underline;
}
a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 6px;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.42857143;
  background-color: #ffffff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eeeeee;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
.modal-open {
  overflow: hidden;
}
.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  outline: 0;
}
.modal.fade .modal-dialog {
  -webkit-transform: translate(0, -25%);
  -ms-transform: translate(0, -25%);
  -o-transform: translate(0, -25%);
  transform: translate(0, -25%);
  -webkit-transition: -webkit-transform 0.3s ease-out;
  -o-transition: -o-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}
.modal-content {
  position: relative;
  background-color: #ffffff;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #999999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  outline: 0;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  background-color: #000000;
}
.modal-backdrop.fade {
  filter: alpha(opacity=0);
  opacity: 0;
}
.modal-backdrop.in {
  filter: alpha(opacity=50);
  opacity: 0.5;
}
.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}
.modal-header .close {
  margin-top: -2px;
}
.modal-title {
  margin: 0;
  line-height: 1.42857143;
}
.modal-body {
  position: relative;
  padding: 15px;
}
.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}
.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}
.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}
.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}
.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}
@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.clearfix:before,
.clearfix:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
  display: table;
  content: " ";
}
.clearfix:after,
.modal-header:after,
.modal-footer:after {
  clear: both;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
}
.affix {
  position: fixed;
}

.modal .title
{
  font-size: 24px;
  line-height: 26px;
  color: rgb(0, 185, 206);
  margin-bottom: 20px;
  text-transform: uppercase;
  text-align: center;
}

.modal .call-now
{
  text-align: center;
}

.modal .call-now a
{
  margin: 20px 0;
  font-size: 24px;
}
button.close
{
  background: none;
  border: none;
  position: absolute;
  right: 5px;
  top: 0;
  font-size: 20px;
}


.slideText a
{
	color: #ef6c00;
}