@import url("flat.css") all;
@import url("genplan.css") all;
@import url("main_but.css") all;
@import url("gallery.css") all;

@font-face{
    font-family: 'open_sanssemibold';
    src: url('../../fonts/opensans2.eot');
    src: url('../../fonts/opensans2.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/opensans2.woff2') format('woff2'),
         url('../../fonts/opensans2.woff') format('woff'),
         url('../../fonts/opensans2.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* Location */
.none {
	background-color: rgba(255, 255, 255, 0) !important;
}

.noneContacts li {
   padding: 0 !important;
   margin-left: 0px !important;
   background: none !important;
}

.infrastry {
	position: absolute;
	width: 100%;
	height: 100px;
	text-align: center;
	top: 18%;
}

.infrastryBottMenu {
	left: 25%;
	bottom: 10%;
}
.overflow-location{
	position: absolute;
	width:100%;
	height:100%;
	overflow: hidden;
	top:0;
	left:0;
}
#location {
	width: 100%;
	height: 100%;
	position: relative;
	/*border-radius: 20px;
	background: url('../../images/map_slavutich_2.jpg')no-repeat;
	background-size:cover;
	background-position: center center;*/
}
#location_render{
	width:100%;
	height:100%;
	position: absolute;
	left:0;
	top:0;
}



#mapCanvas {
	position: absolute;
	top: 0;
	left: 0;
	right:0;
	bottom:0;
	min-height: 600px;
	min-width: 1024px;
	/*width: 100%;
	height: 100%;*/
	border-radius: 20px;
	background-color: #FFF !important;
}

.gradient {
	position: absolute;
	bottom: 0;
	width: 100%;
	min-width: 1024px;
	height: 150px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(1, 14, 111, 0.3));
	border-radius: 20px;
}

#explorer {
	overflow: hidden;
	border-radius: 50%;
	width: 145px;
	height: 145px;
	position: absolute;
	top: 110px;
	right: 50px;
	cursor: pointer;
	background: url('../../images/raspal_icon.png') center 28px no-repeat;
	/*background-size: contain;*/
	/*background-color: #009BDF;*/
	background-color: #ff9600;
	background-size: 58px 49px;
	/*background-size: 51px 44px;*/
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

#explorer:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	transform: scale(1.1);
}

#explorer p {
	text-align: center;
	color: #FFF;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 82%;
	margin-top: 64%;
	font-family: 'open_sanssemibold';
}

.size {
	width: 125%;
	height: 100%;
	position: absolute;
	top: -76px;
	/*left: -242px;*/
	left: -166px;


}
.blink {
	-moz-animation-name: blink-keyframes;
	-moz-animation-duration: 4500ms;
	-moz-animation-delay: 500ms;
	-moz-animation-fill-mode: backward;
	-moz-animation-timing-function: ease-in-out;
	-moz-animation-iteration-count: infinite;
	-webkit-animation-name: blink-keyframes;
	-webkit-animation-duration: 4500ms;
	-webkit-animation-delay: 500ms;
	-webkit-animation-fill-mode: backward;
	-webkit-animation-timing-function: ease-in-out;
	-webkit-animation-iteration-count: infinite;
}
.blink:before {
	content: "";
	width: 169%;
	height: 50%;
	background-image: linear-gradient(rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.1));
	border-radius: 50%;
	display: block;
	position: absolute;
	z-index: 1001;
	-moz-transform: rotate(148deg);
	-webkit-transform: rotate(148deg);
	-ms-transform: rotate(148deg);
	-o-transform: rotate(148deg);
	transform: rotate(148deg);
}
@-moz-keyframes blink-keyframes {
       0% {-moz-transform: translate(0px, 0px)}
       25% {-moz-transform: translate(500px, 500px)}
       100% {-moz-transform: translate(500px, 500px)}
   }
@-webkit-keyframes blink-keyframes {
	0% {-webkit-transform: translate(0px, 0px)}
	25% {-webkit-transform: translate(300px, 170px)}
	100% {-webkit-transform: translate(300px, 170px)}
}



@media ( max-width: 1500px) {
	#explorer {
		width: 120px;
		/*height: 140px;*/
		height: 120px;
		background-size: 51px 44px;
	}

	#explorer p {
		/*margin-top: 77%;*/
		margin-top: 67%;
		font-size: 11px;
	}
}

.butLeft {
	text-align: center;
	height: 100px;
	width: 150px;
	position: absolute;
	top: 110px;
	/*top: -258px;*/
	left: 30px;
	bottom: 0px;
	margin: auto;
	cursor: pointer;
}

.butRight {
	text-align: center;
	height: 100px;
	width: 150px;
	position: absolute;
	top: 110px;
	right: 30px;
	bottom: 0px;
	margin: auto;
	cursor: pointer;
}

.butLeft .icon,
.butRight .icon {
	margin: auto;
	width: 68px;
	height: 67px;
	/*background: url(../../images/button_sprite.png) center top no-repeat;*/
	background: url(../../images/button_sprite_2.png) center top no-repeat;
	display: block;
	cursor: pointer;
}

.butLeft .activeIcon,
.butRight .activeIcon {
	background: url(../../images/button_sprite.png) center bottom no-repeat !important;
}

.butLeft .name,
.butRight .name {
	font-family: 'open_sans_extraboldregular';
	position: absolute;
	font-size: 32px;
	/*color: #0da0e0;*/
	color:#315b8c;
	text-transform: uppercase;
	text-shadow:0px 0px 10px #fff, 0px 0px 20px #fff, 0px 0px 30px #fff, 0px 0px 40px #fff, 0px 0px 50px #fff;
	-webkit-transition:all 0.5s ease-in-out;
	-moz-transition:all 0.5s ease-in-out;
	transition:all 0.3s ease-in-out;
}
.butLeft:hover .name, .butRight:hover .name{
	/*color:#315b8c;*/
	color: #0da0e0;
}
.butLeft:hover .icon, .butRight:hover .icon{
	/*background: url(../../images/button_sprite.png) center bottom no-repeat !important;*/
	background: url(../../images/button_sprite_2.png) center bottom no-repeat !important;
}
.butLeft .activeIcon ~p,
.butRight .activeIcon ~p{
	color:#315b8c;
}
.butLeft .name {
	text-align: left;
	top: 0;
	left: 120px;
}

.butRight .name {
	text-align: right;
	top: 0;
	right: 120px;
}

.butLeft .discription {
	width: 340px;
	position: absolute;
	top: 66px;
  	left: 114px;
	text-align: left;
	background-color: #079DE0;
	border-radius: 10px;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	display: none;
}

.butRight .discription {
	width: 340px;
	position: absolute;
	top: 66px;
  	right: 114px;
	text-align: left;
	background-color: #079DE0;
	border-radius: 10px;
	padding: 10px 30px;
	color: #fff;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	display: none;
}

.butLeft .discription p,
.butRight .discription p {
	margin: 20px 0;
	font-size: 14px;
	line-height:21px;
}

.butLeft .discription p:first-child,
.butRight .discription p:first-child {
	color: #FFF;
	font-size: 23px;
	text-align: center;
	text-transform: uppercase;
	font-family: 'open_sans_extraboldregular';
}

.bgInfrastructura {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(1, 108, 169, 0.8);
	opacity: 0;
	transition: opacity 0.3s ease-in-out;
}

.innet_description {
	margin-top: 180px !important;
	font-size: 16px !important;
	color: #b5e4ff !important;
	position: absolute;
}

.animationUp {
	margin-top: 160px !important;
	transition: all 0.3s ease-in-out;
}

.kvartal_slide:hover .bgInfrastructura {
	opacity: 1;
}

.kvartal_slide:hover .animationUp {
	margin-top: 100px !important;
}

.hide {
	display: none !important;
}
.loc_marker{
	/*display: none;*/
}
.icon_marker_1{
	position: absolute;
    left: 23%;
    top: 61%;
}
.icon_marker_2{
    position: absolute;
    left: 48%;
    top: 74%;
    margin-left: -236px;
    margin-top: -50px;
}
.icon_marker_3{
	position: absolute;
    left: 44%;
    top: 45%;
}
.icon_marker_4{
    position: absolute;
    left: 52%;
    top: 67%;
    margin-top: -53px;
}
.icon_marker_5{
    position: absolute;
    right: 6%;
    top: 43%;
}