﻿/* 
	azure: 00adee
	blue: 014668
	grey: b3b3b3

*/

.cookies-policy-banner{
	background-color:#00adee;
	color:#fff;
	font-size:10px;
}
.cookies-policy-banner-inner .btn{
	color:#00adee;
	background-color:#fff;
}

#form-contact-result{
	display:inline-block;
	margin:10px 20px;
	text-align:center;
}

.text-aw-azure{
	color:#00adee;
}
.text-aw-blue{
	color:#014668;
}
.text-aw-grey{
	color:#b3b3b3;
}

.dialog {
	display:none;
	z-index:-1;
	position:fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(255, 255, 255, 0.5);
}
.dialog-box{
	position:absolute;
	top:50%;
	left:50%;
	transform: translate(-50%, -50%);
	width:600px;
	height:450px;
	border:solid 1px #00adee;
	background-color:#fff;
	padding:20px;
}
.dialog .dialog-inner{
	width:100%x;
	height:360px;
	overflow-y:auto;
}
.dialog .dialog-footer{
	text-align:right;
	margin-top:20px;
	height:50px;
}
.dialog .dialog-footer button{
	display:inline-block;
	margin-left:10px;
	font-size:11px;
}

.btn-dialog{
	display:inline-block;
	padding:0;
	margin:0;
	margin-left:4px;
	border:0;
	background-color:transparent;
	color:#00adee;
	text-decoration:underline;
}

.fa-lg {
    font-size: 1.33333333em !important;
    line-height: .75em !important;
    vertical-align: -15% !important;
}
.fa-2x {
    font-size: 2em !important;
}
.fa-3x {
    font-size: 3em !important;
}
.fa-4x {
    font-size: 4em !important;
}

#technologies .icon-box{
	width:55px !important;
}

#modal-contact {
	z-index:100;
	position:fixed;
	top:50%;
	transform:translateY(-50%);
	right:-310px;
	display:block;
	clear:both;
	width:300px;
	height:450px;
	background-color:#fff;
	border:solid 1px #00adee;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
#modal-contact.open {
	right:-1px;
}
#modal-contact-close {
	position:absolute;
	top:0;
	left:0;
	width:24px;
	height:24px;
	padding:4px;
	font-size:16px;
	line-height:16px !important;
	color:#fff;
	background-color:#00adee;
	cursor:pointer;
}
#modal-contact #modal-contact-inner {
	padding:24px 24px 24px 24px;
}
#modal-contact #modal-contact-brand {
	margin:20px 0;
}
#modal-overlay.show{
	z-index:99;
	display:block;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background-color:rgba(255, 255, 255, 0);
}

header.bg-transparent .navbar-default .navbar-nav > li > a, 
header.bg-transparent .fa, .countdown {
    color: #b3b3b3;
}
.nav.inner.ms-rounded li a {
	text-align:center;
	border-color:#00adee;
	color:#00adee;
}
.nav.inner.ms-rounded li a:hover {
	border-color:#014668 !important;
	color:#014668 !important;
}

footer a:hover{
	color:#00adee;
}
footer .blqt{
	padding:0; 
	margin:0; 
	padding-left:29px;
}
footer .social-group-footer i {
	width:auto !important;
	padding:8px !important;
}

input[type="radio"],
input[type="checkbox"] {
	margin-top:7px;
}


.half-width {
	width:50%;
}

@media (max-width:767px) {
	.dialog-box{
		width:300px;
	}
	.hide-767{
		display:none !important;
	}
	.through-767{
		opacity:0.1 !important;
	}
	.dialog .dialog-footer button{
		display:inline-block;
		margin-left:2px;
		font-size:8px;
	}
	.cookies-policy-banner-inner .btn{
		font-size:8px;
	}
	.half-width {
		width:100%;
	}
	.bg-mobile-whiter{
		background-color:rgba(255, 255, 255, 0.8);
	}
}
@media (max-width:812px) {
	.overlaybox {
		top:40px;
	}
	#technologies .icon-box{
		width:100% !important;
	}
}

.btn-link{
    color: #00adee !important;
    text-decoration: underline !important;
    background-color: transparent !important;
}
.btn-link:hover, 
.btn-link:focus {
    color: #014668 !important;
    text-decoration: underline !important;
    background-color: transparent !important;
}
