body {
	background-color: #1a1a1a;
}

.col {
	font-family: "BanderaPro", serif;
	position: relative;
}

.col,
.col a {
	color: #181818;
}

.col-dark {
	color: #fff;
}

.col img {
	display: block;
	width: 100%;
}

.col .text {
	left: 7%;
	position: absolute;
	right: 7%;
	top: 23px;
}

.col-med .text {
	left: 5%;
	right: 5%;
}

.col .text .head {
	font-size: 20px;
	line-height: 19px;
	margin-bottom: 5px;
	text-transform: uppercase;
}

.col-med .text .head {
	font-size: 24px;
	line-height: 23px;
}

.col-big .text .head {
	font-size: 26px;
	line-height: 25px;
	margin-bottom: 15px;
}

.col .text p {
	font-size: 12px;
	line-height: 13px;
}

@media (min-width: 400px) {

	.col .text p {
		font-size: 15px;
		line-height: 15px;
	}

}

@media (min-width: 500px) {

	.col .text .head {
		font-size: 30px;
		line-height: 28px;
	}

	.col .text .head .st-bb {
		font-size: 95px;
		line-height: 90px;
	}

	.col-med .text .head {
		font-size: 36px;
		line-height: 34px;
	}

	.col-big .text .head {
		font-size: 40px;
		line-height: 38px;
	}

	.col .text p {
		font-size: 18px;
		line-height: 18px;
	}

}

@media (min-width: 768px) {

	.col .text .head {
		font-size: 24px;
		line-height: 23px;
	}

	.col-med .text .head {
		font-size: 28px;
		line-height: 27px;
	}

	.col-big .text .head {
		font-size: 30px;
		line-height: 29px;
	}

	.col .text p {
		font-size: 15px;
		line-height: 15px;
	}

}

@media (min-width: 992px) {

	.col .text .head {
		font-size: 26px;
		line-height: 25px;
	}

	.col-med .text .head {
		font-size: 30px;
		line-height: 29px;
	}

	.col-big .text .head {
		font-size: 32px;
		line-height: 31px;
	}

	.col .text p {
		font-size: 16px;
		line-height: 16px;
	}

}

@media (min-width: 1200px) {

	.col .text .head {
		font-size: 30px;
		line-height: 28px;
	}

	.col-med .text .head {
		font-size: 36px;
		line-height: 34px;
	}

	.col-big .text .head {
		font-size: 40px;
		line-height: 38px;
	}

	.col .text p {
		font-size: 18px;
		line-height: 18px;
	}

}

.col .text .head strong {
	display: block;
	font-family: "BanderaProBold", serif;
	font-weight: normal;
}

.col .text p {
	color: #5f5f5f;
	font-family: Arial, Helvetica, sans-serif;
}

.col-dark .text p {
	color: #fff;
}

.col-big .text p {
	width: 55%;
}

.col .more {
	background: url(../img/more.png) 0 0 no-repeat;
	bottom: 12px;
	font-size: 12px;
	height: 16px;
	left: 7%;
	line-height: 17px;
	padding-left: 21px;
	position: absolute;
	text-decoration: none;
}

.col-2 .more {
	bottom: 25px;
	font-family: "BanderaProLight", serif;
	font-size: 18px;
	height: 24px;
	line-height: 24px;
	padding-left: 32px;
}

.col-light .more {
	background-position: 0 0;
}

.col-dark .more {
	background-position: 0 -16px;
	color: #fff;
}

.col-2.col-light .more {
	background-position: 0 -32px;
}

.col-2.col-dark .more {
	background-position: 0 -56px;
}

.custom p {
	margin-bottom: 0 !important;
}

.col .ihor .head {
    text-transform: none !important;
    text-shadow: 0 0 5px #FFF;
}

.col .ihor strong {
    display: inline !important;
}

.col .ihor .more {
    text-shadow:0 0 7px #FFF, 0 0 7px #FFF;
}

.col .datacenter {
    text-shadow: 0 0 7px #112, 0 0 7px rgba(16,16,32,0.2);
}

.page {
    background: scroll #262626 url(../img/index-bg.gif)0 bottom repeat-x;
}

.underconstruction {
    position: absolute;
    z-index: 10;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.7);
    overflow: hidden;
}

.underconstruction .popup {
    font-size: 20px;
    font-family: verdana, arial;
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 0;
    right: 0;
    top: 130%;
    color: rgba(255,255,255,0.9);
    transform: translateY(-50%);
    transition: ease 300ms;
}

.underconstruction:hover .popup {
  top: 50%;
}

.newsDate {
    font-size: 13px;
    margin-top: 4px;
    margin-bottom: 3px;
}