body {
}

.vertical-center {
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
}

.navbar {
}

.navbar-default {
	background: rgba(0, 0, 0, 0.6);
}

.navbar-fixed-top {
	border-width: 0;
}

.navbar-default .navbar-brand {
	font-family: bookmanoldstyle_bold;
	color: #aab5be;
	font-size: 32px;
}

.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
	color: #7397b3;
}

.navbar-default .navbar-brand span {
	color: #7397b3;
}

.navbar-default .navbar-brand:hover span, .navbar-default .navbar-brand:focus span {
	color: #aab5be;
}



.navbar-default .navbar-nav > li > a {
	color: #ffffff;
	font-family: opensans_bold;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: rgba(115, 151, 179, 0.6);
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: rgba(115, 151, 179, 0.6);
	color: #ffffff;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #7397b3;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #ffffff;
}

.navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus {
	font-family: opensans_bold;
	color: #333;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
	font-family: opensans_bold;
	color: #777;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus {
	color: #7397b3;
}

.nav .dropdown-menu {
	background: rgba(0, 0, 0, 0.6);
}

.nav .dropdown-menu > li > a:hover, .nav .dropdown-menu > li > a:focus {
	background: none;
}



h5 {
	font-family: opensans_bold;
	color: #aaaaaa;
}

textarea {
	resize: none;
}

.help-block {
	margin-top: 0;
	margin-bottom: 0;
}

.help-block ul {
	list-style-type: none;
	padding-left: 20px;
	margin-bottom: 0;
}

.help-block ul li:before
{
    display: inline-block;
    font-family: FontAwesome;
    font-feature-settings: normal;
    font-kerning: auto;
    font-language-override: normal;
    font-size: inherit;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-synthesis: weight style;
    font-variant: normal;
    font-weight: normal;
    line-height: 1;
    text-rendering: auto;
    transform: translate(0px, 0px);
	content: '';
	margin-right: 0.5em;
}


.section-home {
	background: url("/image/old_phone.jpg") no-repeat scroll center 0 / cover;
	min-height: 500px;
	color: #fff;

}

.section-home h1 {
	font-family: lato_blackitalic;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-transform: uppercase;
}

.section-tech {
	background: url("/image/fiber.jpg") no-repeat scroll center 0 / cover;
	min-height: 180px;
	color: #fff;
	padding-top: 60px;
	padding-left: 50px;
}

.section-tech h1 {
	font-family: lato_blackitalic;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-transform: uppercase;
}

.section-contact {
	background: url("/image/mailbox.jpg") no-repeat scroll center 0 / cover;
	min-height: 180px;
	color: #fff;
	padding-top: 60px;
	padding-left: 50px;
}

.section-contact h1 {
	font-family: lato_blackitalic;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-transform: uppercase;
}

.section-why {
	background: url("/image/cable.jpg") no-repeat scroll center 0 / cover;
	min-height: 180px;
	color: #fff;
	padding-top: 60px;
	padding-left: 50px;
}

.section-why h1 {
	font-family: lato_blackitalic;
	color: #fff;
	letter-spacing: 0.05em;
	line-height: 2em;
	text-transform: uppercase;
}

.partner {
	text-align: center;
}
.partner img {
	margin: 15px;
}

.section {
	background-color: #fff;
}

.section .subject {
	margin-top: 30px;
	margin-bottom: 30px;
}

.section .subject h3 {
	font-size: 24px;
	font-family: lato_bold;
	text-transform: uppercase;
	color: #444;
}

.section .subject span {
	font-family: cardo_regular;
	font-size: 20px;
	color: #888;
}


.section-header {
	background-color: #aab5be;
}

.section-header .title {
	text-align: center;
}

.section-header .title h2 {
	font-size: 30px;
	font-family: lato_bold;
	text-transform: uppercase;
	margin-bottom: 20px;
	color: #fff;
}


.section-icon {
	background-color: #aab5be;
}

.section-icon .icon {
	min-height: 280px;
	text-align: center;
	cursor: pointer;
	padding: 10px 0;
	text-decoration: none;
	display: block;
}

.section-icon .icon span {
	display: block;
	color: #333;
}
.section-icon .icon .fa {
	font-size: 128px;
	padding: 25px 0;
}

.section-icon .icon .text {
	font-size: 30px;
	font-family: lato_bold;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.section-icon .odd {
	background-color: #aab5be;
}

.section-icon .even {
	background-color: #d0d7db;
}

.section-icon .icon:hover {
	background-color: #fff;
}



p {
	font-family: cardo_regular;
	font-size: 24px;
	color: #444;
	text-align: center;
	margin-top: 50px;
	margin-bottom: 50px;
}




.logo {
	font-family: bookmanoldstyle_bold;
	color: #aab5be;
}

.logo span {
	color: #7397b3;
}


.section-footer {
	background: rgba(115, 151, 179, 1);
	padding-top: 25px;
	padding-bottom: 25px;
	min-height: 180px;
}

.section-footer .category {
	font-family: lato_semibold;
	font-size: 20px;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
	text-decoration: none;
}

.section-footer .logo {
	font-family: bookmanoldstyle_bold;
	font-size: 32px;
	color: #fff;
}

.section-footer .copyright {
	font-family: opensans_semibold;
	font-size: 10px;
	color: #fff;
	text-align: right;
	padding-top: 20px;
}


@media (max-width: 767px) {
	.section-home {
		padding-top: 100px;
		min-height: 400px;
	}

	.section-home h1 {
		font-size: 24px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	
	.section-home {
		padding-top: 100px;
		min-height: 400px;
	}

	.section-home h1 {
		font-size: 32px;
	}

}

@media (min-width: 992px) and (max-width: 1199px) {
	
	.section-home {
		padding-top: 100px;
		min-height: 400px;
	}

	.section-home h1 {
		font-size: 40px;
	}

}

@media (min-width: 1200px) {
	.section-home {
		padding-top: 120px;
		min-height: 500px;
	}

	.section-home h1 {
		font-size: 48px;
	}

}