*{
	margin: 0;
	padding: 0;
}
body{
	font-family: 'Roboto', sans-serif;
	font-size: 10pt;
	color: #5c5c5c;
	background: #FFFFFF;
}
a{
	color: #36ade6;
}
img{
	border: 0;
}
.max-width{
	min-width: 920px;
	max-width: 1360px;
	padding: 0 20px;
	margin: 0 auto;
}
.header{
	background: url(../images/header-bg.png) top repeat-x;
	height: 140px;
	display: block;
	width: 100%;
	transition: all 1s ease;
	position: fixed;
	z-index: 1000;
}
.header.fixed{
	height: 80px;
	z-index: 10000;
	box-shadow: 0px 5px 15px rgba(55, 104, 147, 0.36);
}
.table{
	display: table;
	width: 100%;
}
.table > div{
	display: table-cell;
	vertical-align: top;
}
.header .logo{
	padding-top: 20px;
	width: 27%;
}
.header .logo img{
	transition: height 1s ease;
	height: 98px;
}
.header.fixed .logo{
	padding-top: 15px;
}
.header.fixed .logo img{
	height: 50px;
}
.header-button{
	padding: 40px 0 0 0;
	width: 22%;
	transition: padding 1s ease;
}
.header.fixed .header-button{
	padding: 15px 0 0 0;
}
.header-button a{
	font-size: 11pt;
	height: 50px;
	display: table;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	transition: color 0.5s ease;
	outline: 0;
}
.header-button a span{
	display: table-cell;
	vertical-align: middle;
}
.header-button a span.icon{
	width: 50px;
	padding-left: 30px;
}
.header-button a span.title{
	padding: 0 0 0 10px;
}
.header-button i.fa{
	/* border: 2px solid #0eaee8; */
	border-radius: 26px;
	display: table-cell;
	width: 48px;
	height: 34px;
	text-align: center;
	padding-top: 7px;
	margin-right: 10px;
	font-size: 18pt;
	transition: border-color 0.5s ease;
}
.header-button a:hover{
	color: #f4943c;
}
.header-button a:hover i{
	border-color: #f4943c;
}
.header .contacts{
	width: 27%;
	text-align: right;
	padding-top: 20px;
}
.header .contacts .note{
	font-size: 11pt;
}
.header.fixed .contacts .note, .header.fixed .contacts .email{
	display: none;
}
.header .contacts .note span{
}
.header .contacts .phone{
	font-size: 2.0em;
	color: #000000;
}
.header .contacts .email a{
	text-decoration: none;
	font-weight: bold;
	font-size: 11pt;
}
.blue-gradient{

}
.blue-gradient.main{
	height: 545px;
	width: 100%;
	margin-bottom: 15px;
}
.blue-pic{
	background: url(../images/blue-pic.png) top center no-repeat;
	height: 545px;
	width: 100%;
}
.no-fixed{
	padding-top: 160px;
}
.topmenu{
	padding: 15px 0;
	background: #3091d6;
	background: linear-gradient(to right, #00a2e3, #6066bd);
	width: 100%;
	/* height: 24px; */
}
.topmenu ul{
	display: table;
	width: 100%;
}
.topmenu ul li{
	display: table-cell;
	vertical-align: top;
	list-style-type: none;
	text-align: center;
}
.topmenu a, .topmenu span{
	color: #FFFFFF;
	font-size: 10pt;
	font-weight: bold;
	padding: 4px 15px 7px 15px;
	text-decoration: none;
	line-height: 22px;
}
.topmenu span, .topmenu a:hover{
	color: #136c90;
	background: #c2efff;
	border-radius: 20px;
	box-shadow: 0px 2px 5px rgba(54, 110, 132, 0.74);
	text-decoration: none;
}
.main-slider{
	height: 436px;
	overflow: hidden;
}
.main-slider .slick-prev, .main-slider .slick-next{
	z-index: 1000;
	top: 46%;
	border-radius: 28px;
	width: 56px;
	height: 56px;
	box-shadow: 2px 2px 4px rgba(54, 110, 132, 0.54);
}
.main-slider .slick-prev{
	left: 30px;
	background: #FFFFFF url(../images/arrow-prev-blue.png) 15px 11px no-repeat;
}
.main-slider .slick-next{
	right: 30px;
	background: #FFFFFF url(../images/arrow-next-blue.png) 19px 11px no-repeat;
}
.main-slider .slide{
	height: 436px;
}
.main-slider .slide .table{
	width: 960px;
	display: table;
	margin: 0 auto;
}
.main-slider .slide.s1{
	background: url(../images/slide1.jpg) top center no-repeat;
}
.main-slider .slide.s2{
	background: url(../images/slide2.jpg) top center no-repeat;
}
.main-slider .slide.s3{
	background: url(../images/slide3.jpg) top center no-repeat;
}
.main-slider .slide.s4{
	background: url(../images/slide4.jpg) top center no-repeat;
}
.main-slider .slide .left, .main-slider .slide .right{
	display: table-cell;
	vertical-align: top;
}
.main-slider .slide .left{
	width: 370px;
	padding: 60px 0 0 80px;
}
.main-slider .slide.s2 .left{
	width: 350px;
}
.main-slider .slide .left img.circle{
	border: 17px solid #FFFFFF;
	border-radius: 155px;
	width: 275px;
	height: 275px;
}

.main-slider .slide h2{
	font-size: 26pt;
	line-height: 40px;
	color: #FFFFFF;
	margin-bottom: 30px;
	text-transform: uppercase;
}
.main-slider .slide p{
	font-size: 15pt;
	line-height: 20px;
	color: #FFFFFF;
	margin-bottom: 10px;
}
.main-slider .slide a.button{
	margin-top: 30px;
	display: inline-block;
	color: #343059;
	background: #FFFFFF;
	box-shadow: 1px 2px 3px #343059;
	padding: 10px 30px;
	font-size: 14pt;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
}
.main-slider .slide .right{
	padding: 60px 30px 0 0;
}
.content{
	margin: 20px 0;
}
.content a{
	transition: color 0.5s ease;
	text-decoration: underline;
}
.content a:hover{
	color: #f28b3f;
}
.content a.button{
	text-decoration: none;
	color: #009fe2;
	border: 2px solid #009fe2;
	font-size: 13pt;
	padding: 5px 15px;
	text-transform: uppercase;
	transition: none;
	transition: 0.5s all ease;
}
.content a.button:hover{
	color: #f28b3f;
	border: 2px solid #f28b3f;
}	
.content a.more{
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px dashed #009fe2;
}
.content a.more:hover{
	border-bottom: 1px dashed #f28b3f;
}
.content h1, .content h2, .content h3{
	font-weight: 300;
	margin-bottom: 10px;
	padding-bottom: 10px;
	color: #000000;
}
.content h1{
	background: url(../images/headline.png) left bottom no-repeat;
}
h1.center, h2.center, h3.center{
	text-align: center;
	background: url(../images/headline.png) center bottom no-repeat;
}
.content h1{
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.content.main h1{
	text-align: center;
	background: url(../images/headline.png) center bottom no-repeat;
}
.news.inner h2{
	font-weight: 300;
	font-size: 1.3em;
	margin-bottom: 10px;
	padding-bottom: 5px;
	text-align: center;
	background: url(../images/headline.png) center bottom no-repeat;
}
.content ul{
	margin: 0 0 10px 15px;
}
.content p{
	margin-bottom: 10px;
	font-size: 18px;
}
.footer{
	height: 130px;
}
.footer{
	border-top: 4px solid #d8d8d8;
	color: #a5a5a5;
}
.footer.main{
	border-top: 0;
}
.footer .logo, .footer .copyright, .footer-button{
	padding-top: 30px;
	height: 50px;
}
.footer .copyright p{
	margin-bottom: 5px;
}
.footer-button{
	padding: 40px 0 0 0;
	width: 23%;
}
.footer-button a{
	font-size: 11pt;
	height: 50px;
	display: table;
	color: #a5a5a5;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	transition: color 0.5s ease;
}
.footer-button a span{
	display: table-cell;
	vertical-align: middle;
}
.footer-button a span.icon{
	width: 50px;
	padding-left: 30px;
}
.footer-button a span.title{
	padding: 0 0 0 10px;
}
.footer-button i.fa{
	/* border: 2px solid #a5a5a5; */
	border-radius: 26px;
	display: table-cell;
	width: 48px;
	height: 34px;
	text-align: center;
	padding-top: 7px;
	margin-right: 10px;
	font-size: 18pt;
	transition: border-color 0.5s ease;
}
.footer-button a:hover{
	color: #0eaee8;
}
.footer-button a:hover i{
	border-color: #0eaee8;
}

/******* ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â»ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â²ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Â¦Ãƒâ€šÃ‚Â¡ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã‚Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â°ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â½ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â¸ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¹Ã…â€œÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡Ãƒâ€šÃ‚Â¬ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â ÃƒÆ’Ã†â€™Ãƒâ€ Ã¢â‚¬â„¢ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚ÂÃƒÆ’Ã†â€™ÃƒÂ¢Ã¢â€šÂ¬Ã…Â¡ÃƒÆ’Ã¢â‚¬Å¡Ãƒâ€šÃ‚Â° ***********/
#company-intro p{
	display: none;
}
#company-intro p:first-of-type{
	display: block;
}
#company-intro.open p{
	display: block;
}
#outsourcing-intro p{
	display: none;
}
#outsourcing-intro p:first-of-type{
	display: block;
}
#outsourcing-intro.open p{
	display: block;
}
.text .block-icon{
	min-height: 70px;
}
.text .block-icon .shadow{
	background: url(../images/block-bottom-shadow.png) bottom center no-repeat;
	width: 100%;
	height: 28px;
}
.text .block-icon p{
	display: none;
}
.text .block-icon p:first-of-type{
	display: inline-block;
	color: #00aceb;
	font-size: 18px;
	padding-top: 15px;
	cursor: pointer;
	border-bottom: 1px dashed #FFFFFF;
	transition: 0.5s all ease;
}
.text .block-icon p:first-of-type:hover{
	border-bottom: 1px dashed #00aceb;
	
}
.text .block-icon p:first-of-type span.number{
	color: #000000;
}
.text .block-icon.open p{
	display: block;
}
.spec{
	background: #f1f2f3 url(../images/texture-bg.png) repeat;
	padding: 30px 0;
	text-align: center;
	margin-bottom: 30px;
}
.spec table{
	margin: 20px auto;
	width: 80%;
}
.spec table thead td.icon{
	text-align: right;
	height: 80px;
}
.spec table thead td.title{
	font-weight: bold;
	color: #000000;
	font-size: 16px;
	text-align: left;
	padding: 0 0 10px 15px;
}
.spec table tbody td.title{
	text-align: right;
	color: #000000;
	padding: 10px 0;
}
.spec table tbody td.price{
	font-style: italic;
	color: #757575;
	padding: 10px 0 10px 15px;
	text-align: left;
}
p.big{
	font-size: 13pt;
	margin-bottom: 20px;
	text-align: center;
}
.services a.more{
	text-decoration: none;
	text-transform: uppercase;
	margin-bottom: 25px;
	font-weight: bold;
	font-size: 11pt;
	display: inline-block;
	cursor: pointer;
}
.outsourcing, .outstuffing{
	display: table-cell;
	vertical-align: top;	
	width: 50%;
}
.outsourcing .card{
	background: url(../images/outsourcing-bg.jpg) top left no-repeat;
	height: 160px;
	border-right: 15px solid #FFFFFF;
	color: #FFFFFF;
	text-align: right;
	padding: 70px 40px 0 250px;
	margin-bottom: 10px;
}
.outsourcing .card h3{
	background: 0;
	font-size: 14pt;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.outstuffing .card{
	background: url(../images/outstuffing-bg.jpg) top right no-repeat;
	height: 160px;
	border-left: 15px solid #FFFFFF;
	color: #FFFFFF;
	text-align: left;
	padding: 70px 250px 0 40px;
	margin-bottom: 10px;
}
.outstuffing .card h3{
	background: 0;
	font-size: 14pt;
	text-transform: uppercase;
	margin-bottom: 30px;
}
.outsourcing a.button, .outstuffing a.button{
	text-decoration: none;
	color: #FFFFFF;
	border: 2px solid #FFFFFF;
	font-size: 13pt;
	padding: 5px 15px;
	text-transform: uppercase;
	transition: none;
}
.outsourcing a.button:hover, .outstuffing a.button:hover{
	background: #FFFFFF;
	color: #000000;
}
.services{
	margin-bottom: 20px;
}
.services p.center{
	text-align: center;
	color: #929292;
	font-size: 11pt;
	margin-bottom: 15px;
	height: 60px;
}
.outsourcing p.center{
	padding: 0 40px 0 20px;
}
.outstuffing p.center{
	padding: 0 20px 0 40px;
}
.services .icons{
	text-align: center;
	height: 160px;
	overflow: hidden;
}
.services .icons.open{
	height: auto;
}
.outsourcing .icons{
	padding-right: 40px;
}
.outstuffing .icons{
	padding-left: 40px;
}
.services .icons .icon{
	display: inline-block;
	width: 180px;
	height: 85px;
	line-height: 16px;
	padding: 80px 15px 10px 15px;
	vertical-align: top;
	text-align: center;
	background-position: top center;
	background-repeat: no-repeat;
}
.services .icons .i1{
	background-image: url(../images/icon1.png);
}
.services .icons .i2{
	background-image: url(../images/icon2.png);
}
.services .icons .i3{
	background-image: url(../images/icon3.png);
}
.services .icons .i4{
	background-image: url(../images/icon4.png);
}
.services .icons .i5{
	background-image: url(../images/icon5.png);
}
.services .icons .i6{
	background-image: url(../images/icon6.png);
}
.services .icons .i7{
	background-image: url(../images/icon7.png);
}
.services .icons .i11{
	background-image: url(../images/icon11.png);
}
.services .icons .i12{
	background-image: url(../images/icon12.png);
}
.services .icons .i13{
	background-image: url(../images/icon13.png);
}
.services .icons .i14{
	background-image: url(../images/icon14.png);
}
.news{
	background: #f6f6f6 url(../images/news-bg.png) top center no-repeat;
}
.news .center{
	text-align: center;
	font-size: 12pt;
	background: url(../images/news-center.png) 50% 85px no-repeat;
	padding: 200px 0 30px 0;
}
.news-item.main{
	display: inline-block;
	background: #FFFFFF;
	box-shadow: 1px 1px 1px #ededed;
	width: 31%;
	vertical-align: top;
	height: 200px;
	margin-bottom: 30px;
}
.news-item.all{
	margin-bottom: 25px;
}
.news-item.main:nth-child(even){
	margin: 0 2%;
}
.news-item.main .inner{
	padding: 15px 20px;
}
.news-item .date{
	color: #949494;
	font-size: 12pt;
	margin-bottom: 10px;
}
.news-item h2{
	background: 0;
	line-height: 17px;
}
.news-item.all h2{
	font-size: 13pt;
	font-weight: bold;
}
.news-item h2 a{
	font-size: 11pt;
	font-weight: bold;
	text-decoration: none;
}
p.date{
	margin-bottom: 15px;
}
p.back{
	color: #36ade6;
	font-size: 11pt;
	transition: color 0.5s ease;
}
p.back:hover{
	color: #f28b3f;
}
p.back a{
	font-weight: bold;
	font-size: 11pt;
}
.clients{
	padding: 30px 0;
}
.clients h2{
	text-transform: uppercase;
	text-align: center;
	font-size: 18pt;
	padding-bottom: 10px;
	background: url(../images/headline.png) center bottom no-repeat;
}
.clients .center{
	text-align: center;
	font-size: 13pt;
	color: #929292;
	margin-bottom: 15px;
}
.clients .logos{
}
ul.slick-dots{
	margin: 0;
}
.clients .logo{
	display: inline-block;
	text-align: center;
	height: 80px;
	margin-right: 30px;
}
.clients.main .logo img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  -o-transition: all 1s;
	opacity: 0.7;
}
.clients.main .logo img:hover {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  filter: none; /* IE 6-9 */
  opacity: 0.9
}
.blue-slider{
	background: #00a9e7 url(../images/blue-slider-bg.png) repeat;
	padding: 30px 0;
	height: 343px;
	overflow: hidden;
}
.blue-slider h2{
	color: #94e2ff;
	font-size: 24pt;
	text-transform: uppercase;
	text-align: center;
	background: 0;
}
.blue-slider .wrap{
	padding: 0 30px;
}
.blue-slider .slide{
	text-align: center;
	color: #FFFFFF;
}
.blue-slider .slide img{
	display: inline-block;
	margin-bottom: 15px;
	width: 150px;
	height: 150px;
}
.blue-slider .slide h4{
	font-size: 16pt;
	margin-bottom: 15px;
}
.blue-slider .slide p{
	font-size: 10pt;
	padding: 0 50px;
}
.modal-dialog *{
	box-sizing: border-box;
}
.block-icon{
	margin-bottom: 15px;
	padding-left: 100px;
	background-position: 0px 0px;
	background-repeat: no-repeat;
	background-size: 80px;
}

.block-icon.i1{
	background-image: url(../images/icon1.png);
}
.block-icon.i2{
	background-image: url(../images/icon3.png);
}
.block-icon.i3{
	background-image: url(../images/icon6.png);
}
.block-icon.i4{
	background-image: url(../images/icon7.png);
}
.block-icon.i5{
	background-image: url(../images/icon4.png);
}
.block-icon.i6{
	background-image: url(../images/icon5.png);
}
.block-icon.i7{
	background-image: url(../images/icon2.png);
}
.block-icon.i11{
	background-image: url(../images/icon13.png);
}
.block-icon.i12{
	background-image: url(../images/icon12.png);
}
.block-icon.i13{
	background-image: url(../images/icon11.png);
}
.block-icon.i14{
	background-image: url(../images/icon14.png);
}
.block-icon.i15{
	background-image: url(../images/icon3.png);
}
.block-icon.i20{
	background-image: url(../images/icon20.jpg);
}
.block-icon.i21{
	background-image: url(../images/icon22.jpg);
}
.block-icon.i22{
	background-image: url(../images/icon21.jpg);
}
.map{
	position: relative;
	height: 400px;
}
.map-top{
	padding-top: 15px;
}
.map-top h2{
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.4em;
	margin-bottom: 15px;
	padding-bottom: 5px;
	text-align: center;
	background: url(../images/headline.png) center bottom no-repeat;
}
.slider-nav{
	text-align: center;
}
.slider-nav .map-nav{
	width: auto !important;
	padding: 5px 10px;
	border: 2px solid #36ade6;
	font-weight: bold;
	margin: 0 15px 5px 0;
	cursor: pointer;
}
.slider-nav .map-nav.slick-current, .slider-nav .map-nav:hover{
	background: #36ade6;
	color: #FFFFFF;
}
.image-center {
  display:block;
  margin: 0 35% 0 35%;
}
 