/* FONTS */
@font-face {
    font-family: 'sansationregular';
    src: url('../fonts/Sansation-Regular-webfont.eot');
    src: url('../fonts/Sansation-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Sansation-Regular-webfont.woff') format('woff'),
         url('../fonts/Sansation-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Sansation-Regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	font-family: 'sansationregular', Arial, Helvetica, sans-serif;
}
/* Navbar */
.navbar {
	border-radius: 0;
	margin: 0;
	height: 77px;
	z-index: 9999;
}
.navbar-brand {
	padding: 0;

}
.navbar-toggle {
	margin-bottom: 21px;
	margin-top: 20px;
}
.navbar-default .navbar-collapse {
	background-color: #fff;
}
.navbar-default {
    background-color: #fff;
    border-color: #fff;
}
@media (min-width: 768px) {
	.navbar-nav>li>a {
	    padding-top: 27px;
	    padding-bottom: 28px;
	}
}
.navbar-x22 {
	font-family: 'sansationregular', Arial, Helvetica, sans-serif;
	font-size: 48px;
	margin-top: 3px;
	margin-bottom: 4px;
	margin-left: 15%;
	margin-right: 15%;
}
.navbar-x22 .glyphicon {
	margin-right: 30px;
	font-size: 43px;
}
.navbar-default .navbar-nav>li>a {
	padding: 27px 30px 15px 30px;
	border-bottom: 3px solid transparent;
}
.navbar-default .navbar-nav>.active>a, 
.navbar-default .navbar-nav>.active>a:focus, 
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>li>a:focus, 
.navbar-default .navbar-nav>li>a:hover {
	background-color: #fff;
	border-bottom: 3px solid #505253;
}

/* Home page HERO */
.hero-row--home {
	min-height: 260px;
	background: #2e5fc7 url("../images/q_JH09jAM0evAn3WkhsQzg_1450.jpg") center center no-repeat;
	background-size: cover;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
}
.hero-row--home2 {
	min-height: 88px;
	background: #2e5fc7 url("../images/telecom.png") top center no-repeat;
	background-size: cover;
	margin-top: 30px;
}
@media(min-width: 992px) {
	.hero-row--home {
		min-height: 760px;
		background: #2e5fc7 url("../images/q_JH09jAM0evAn3WkhsQzg_1450.jpg") center center no-repeat;
		background-size: cover;
		display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;

	-ms-flex-align: center;
	-webkit-align-items: center;
	-webkit-box-align: center;

	align-items: center;
	}
	.hero-row--home2 {
		min-height: 388px;
		background: #2e5fc7 url("../images/telecom.png") top center no-repeat;
		background-size: cover;
		margin-top: 30px;
	}
}


/* Home page - other */
.block-ghost {
	margin: 70px 0 ;
	color: #2e5fc7;
	font-size: 25px;
	border-radius: 0;
	background-color: transparent;
	border: 1px dotted rgb(122, 155, 224);
	text-align: center;
	vertical-align: middle;
	padding: 6px 12px;
	background-color: #fff;
}
.img-x22 {
	height: 166px;
	background-color: #fff;
	background-size: cover;
}
.servers-img {
	background: #000 url("../images/servers.jpg") center center no-repeat;
}
.comms-img {
	background: #000 url("../images/comms_mast.jpg") center center no-repeat;
}
.globe-img {
	background: #000 url("../images/globe.jpg") center center no-repeat;
}
.services-row h2.h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 19px;
	border-bottom: dotted 1px #666;
	padding-bottom: 9px;
}
.full-width--blue {
	background-color: #2e5fc7;
	min-height: 150px;
	display: flex;
		flex-direction: column;
		justify-content: center;
		text-align: center;
		color: #fff;
		font-size: 22px;
}
.copyright {
	text-align: center;
	padding: 20px 0;
}
.hero-title {
	
		color: #fff;
		border: solid 2px #fff;
}
.hero-title--blue {
	background-color: #2e5fc7;
	text-align: center;
	font-size: 28px;
}
.hero-title--red {
	background-color: rgba(214, 0, 0, 0.882353);
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	padding: 10px;
}
.arrow-down {
  width: 0; 
  height: 0; 
  border-left: 50px solid transparent;
  border-right: 50px solid transparent;
  
  border-top: 42px solid #fff;
}

/* About page HERO */
.hero-row--about {
	min-height: 260px;
	background: #2e5fc7 url("../images/servers_lrg.jpg") center center no-repeat;
	background-size: cover;
}
@media(min-width: 992px) {
	.hero-row--about {
		min-height: 760px;
		background: #2e5fc7 url("../images/servers_lrg.jpg") center center no-repeat;
		background-size: cover;
	}
}
.about-us {
	background-color: #fff;
	margin: 140px 0;
	padding: 15px;
}
.about-us p {
	padding-bottom: 75px;
}

/* Contact Page */
option {
	padding: 5px;
	font-family: Arial;
}
textarea.form-control {
	height: 181px;
	resize: vertical;
}
.hero-row--contact {
	min-height: 160px;
	background: #000 url("../images/servers_lrg.jpg") center center no-repeat;
	background-size: cover;
}
@media(min-width: 992px) {
	.hero-row--contact {
		min-height: 460px;
		background: #000 url("../images/servers_lrg.jpg") center center no-repeat;
		background-size: cover;
	}
}
.row-grey {
	background-color: rgba(5, 5, 5, 0.0470588);
}
.row-form {
	padding-bottom: 30px;
}
.send-btn {
    background-color: rgb(214, 0, 0);
    padding: 15px 30px;
    color: #fff;
}
.send-btn:hover,
.send-btn:focus {
    background-color: rgb(179, 0, 0);
    color: #fff;
}
@media(max-width: 992px) {
	.send-btn {
		margin-top: 15px;
	}
}