/**
 * main color #577BAC
 * navy #001f3f
 */

body {
	height: 100vh;
	font-family: 'Open Sans' !important;
	font-weight: 400;
}


/* NAVBAR */

.navbar {
	background-color: rgba(0, 31, 63, 0.7);
}

.nav-link {
	color: #fff;
	text-transform: uppercase;
	font-weight: 300;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: rgba(255,255,255,0);
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.nav-link.active {
	border-bottom:solid 1px #fff;
}

.nav-link:hover {
	color: #c9c9c9;
	border-top-color: rgba(255,255,255,1);
}

.main-nav {
	min-height: 50vh;
	background-repeat: no-repeat;
	background-size:cover;
}

.navbar-brand {
	text-decoration: none;
	color: inherit;
}

.navbar-brand > img {
	height: 24px;
}

.navbar-brand .logo {
	vertical-align: middle;
	font-size: 1.5rem;
	font-weight: 400;
	color: #577BAC;
}

/* PAGES */

.page__title {
	text-transform: uppercase;
	margin-bottom: 23px;
}

/*MAIN*/

.main__page.main-nav {
	background-image: url('/assets/images/bkg/bkg-3.jpg');
	background-position: 0 60%;
}

.float__logo {
	position: absolute;
	text-align: center;
	width: 100%;
	top:200px;
	background-color: rgba(255,255,255,0.7);
}

/*service cards main page */

.main-page .service {}

.main-page .service.one {}
.main-page .service.two {}

.main-page .service__icon {
	width: 80px;
}

.main-page .service__link {
	background-color: #DDDDDD;
	font-size: 90%;
	min-height: 250px;
	border-radius: 10px;
	padding: 20px;
	display: block;
	color: inherit;
	text-decoration: none;
	opacity: 0.8;
	border: dashed 1px transparent;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.main-page .service__link:hover {
	text-decoration: none;
	opacity: 1;
	border: dashed 1px #0074D9;
}

/* SCOPE */

.scope {}
.scope .row {
	margin-bottom: 50px;
}
.scope__item {}

.scope__image {
	display: block;
	width: 60px;
	margin: 0 auto;
}
.scope__text {
	text-align: center;
	margin-top: 23px;
}
.scope__page.main-nav {
	background-image: url('/assets/images/bkg/bkg-6.jpg');
	background-position: top;
}

/* CERTIFICATION */

.certification__page.main-nav {
	background-image: url('/assets/images/bkg/bkg-3.jpg');
	background-position: 0 30%;
}
.requirement__title {
	font-size: 1.2em;
	min-height: 70px;
}
.requirement img {
	display: block;
	width: 100px;
	margin: 0 auto;
}

.dl_link {
	font-size: 80%;
}

/* CAMO */

.camo__page.main-nav {
	background-image: url('/assets/images/bkg/bkg-11.jpg');
	background-position: 0 40%;
}

.camo-page .scope__text {
	text-align: left;
}
.camo-page .scope__item img {
	margin: 0;
}

/* CONTACTS */

.contacts__page.main-nav {
	background-image: url('/assets/images/bkg/bkg-4.jpg');
	background-position: 0 40%;
}

#at-map {
	width: 100%;
	height: 400px;
}

/* CERTIFICATES*/

.certificates__page.main-nav {
	min-height: unset;
}

/*AGREEMENT*/

.agreement__page.main-nav {
	height: auto;
	min-height: 0 !important;
	margin-bottom: 50px;
	background-color: rgba(144,144,144,0.6);
}

/* FOOTER */

#footer {
	background-color: #001f3f;
	min-height: 120px;
	color: #DDDDDD;
	font-size: 0.8rem;
	padding-top: 23px;
	padding-bottom: 23px;
}

/* UTILS */

/* tooltips */

span[data-toggle="tooltip"] {
	text-decoration: underline;
}
span[data-toggle="tooltip"]:hover {
	cursor: default;
}

/* terminator */
.terminator {
	height: 2px;
	width: 90%;
	background-color: #577BAC;
	margin-top: 23px;
	margin-bottom: 23px;
	margin-left: auto;
	margin-right: auto;
}

.terminator > span {
	display:block;
	position:relative;
	font-size: 16.5px;
	font-weight: 600;
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 28px;
	left:50%;
	top:-16px;
	background-color:#fff;
	border:solid 2px #577BAC;
	border-radius:18px;
}

.img__caption {
	font-size: 70%;
}