/* styling here */

/* TABLET */
@media (min-width: 768px) {
	.sm-spacer150 {height: 150px;}
	.sm-spacer120 {height: 120px;}
	.sm-spacer90 {height: 90px;}
	.sm-spacer60 {height: 60px;}
	.sm-spacer30 {height: 30px;}
	.sm-spacer15 {height: 15px;}

	.sm-block150 {display: inline-block; width: 150px;}
	.sm-block120 {display: inline-block; width: 120px;}
	.sm-block90 {display: inline-block; width: 90px;}
	.sm-block60 {display: inline-block; width: 60px;}
	.sm-block30 {display: inline-block; width: 30px;}
	.sm-block15 {display: inline-block; width: 15px;}

	.sm-taleft {text-align: left;}
	.sm-tacenter {text-align: center;}
	.sm-taright {text-align: right;}
	.sm-tajustify {text-align: justify;}
}

/* DESKTOP */
@media (min-width: 992px) {
	.md-spacer150 {height: 150px;}
	.md-spacer120 {height: 120px;}
	.md-spacer90 {height: 90px;}
	.md-spacer60 {height: 60px;}
	.md-spacer30 {height: 30px;}
	.md-spacer15 {height: 15px;}

	.md-block150 {display: inline-block; width: 150px;}
	.md-block120 {display: inline-block; width: 120px;}
	.md-block90 {display: inline-block; width: 90px;}
	.md-block60 {display: inline-block; width: 60px;}
	.md-block30 {display: inline-block; width: 30px;}
	.md-block15 {display: inline-block; width: 15px;}

	.md-taleft {text-align: left;}
	.md-tacenter {text-align: center;}
	.md-taright {text-align: right;}
	.md-tajustify {text-align: justify;}
}

/* LARGE DISPLAY'S */
@media (min-width: 1200px) {
	.lg-spacer150 {height: 150px;}
	.lg-spacer120 {height: 120px;}
	.lg-spacer90 {height: 90px;}
	.lg-spacer60 {height: 60px;}
	.lg-spacer30 {height: 30px;}
	.lg-spacer15 {height: 15px;}

	.lg-block150 {display: inline-block; width: 150px;}
	.lg-block120 {display: inline-block; width: 120px;}
	.lg-block90 {display: inline-block; width: 90px;}
	.lg-block60 {display: inline-block; width: 60px;}
	.lg-block30 {display: inline-block; width: 30px;}
	.lg-block15 {display: inline-block; width: 15px;}

	.lg-taleft {text-align: left;}
	.lg-tacenter {text-align: center;}
	.lg-taright {text-align: right;}
	.lg-tajustify {text-align: justify;}
}

/* MOBILE */
@media (max-width: 767px) {
	.xs-spacer150 {height: 150px;}
	.xs-spacer120 {height: 120px;}
	.xs-spacer90 {height: 90px;}
	.xs-spacer60 {height: 60px;}
	.xs-spacer30 {height: 30px;}
	.xs-spacer15 {height: 15px;}

	.xs-block150 {display: inline-block; width: 150px;}
	.xs-block120 {display: inline-block; width: 120px;}
	.xs-block90 {display: inline-block; width: 90px;}
	.xs-block60 {display: inline-block; width: 60px;}
	.xs-block30 {display: inline-block; width: 30px;}
	.xs-block15 {display: inline-block; width: 15px;}

	.xs-taleft {text-align: left;}
	.xs-tacenter {text-align: center;}
	.xs-taright {text-align: right;}
	.xs-tajustify {text-align: justify;}
}



img {
	max-width: 100%;
}

p {
	text-align: justify;
}

h1 {
	z-index: 1;
}

.btn-primary {
	background-color: #003782;
	border-color: #003782;
	padding: 12px 20px;
	border-radius: 0px;
	text-transform: uppercase;
}

.btn-primary:focus {
	background-color: #fff !important;
	color: #003782 !important;
}
.btn:hover {
	background-color: #fff !important;
	color: #003782 !important;
}

.critec-logo {
	max-height: 20px;
}

/*
.back-title {
	background-image: url(../images/back-title.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	top: -10px;
	width: 120px;
	height: 90px;
} */

.back-title {
	position: absolute;
	top: -10px;
	width: 120px;
	height: 90px;
	font-size: 70px;
	font-weight: 700;
	color: #dcdcdc;
}

.main-title {
	position: relative;
	z-index: 1;
}

/* HEADER */

.navbar-default {
	background-color: rgba(255,255,255, 0.9);
	border: 0px;
}

.navbar-default {

}

.navbar-default .navbar-nav>li>a {
	text-transform: uppercase;
	font-weight: 700;
}

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

.navbar-default .navbar-nav>li>a.active {
	color: #003782;
}

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

.navbar-default .navbar-brand {
	margin-top: 15px;
}


/* TOP */

#top {
}

#mod-slideshow img {
	z-index: -1;
}

/* ABOUT */

#about {
	background-color: #fff ;
}

#about h1 {
	color: #003782;
	font-weight: 700;
}

#values {
	background-image: url(../images/values-background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: fixed;
	color: #fff;
}

#values h1 {
	font-weight: 700;
}

/* SERVICES */

#services {
	background-color: #fff;
}

#services h1,
#services h3 {
	color: #003782;
	font-weight: 700;
}

#services .service-img {
	background-position: center;
	background-size: cover;
	background-repeat: repeat;
}

/* GALLERY */

#gallery {
	background-color: #fff;
}

#gallery .main-title h1 {
	color: #003782;
	font-weight: 700;
	text-transform: uppercase;
}

#gallery span {
	display: block;
}

.gallery-img {
	background-position: center;
	background-repeat: repeat;
	background-size: cover;
	min-height: 150px;
}

/* CONTACTS */

#contacts {
	background-color: #FFF;
}

#contacts h1 {
	color: #003782;
	font-weight: 700;
}

#contacts span {
	color: #fff;
	font-weight: 700;
	font-size: 18px;
}

.contacts-info {
	background-image: url(../images/contacts-background.jpg);
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: repeat;
	background-attachment: fixed;
	color: #fff;
}

.contacts-info p {
	line-height: 10px;
}

#mod-form h1 {
	color: #003782;
	font-weight: 700;
}

#mod-form .form-control {
	min-height: 40px;
	border: 1px solid #ccc;
	border-radius: 0px;
	box-shadow: none;
}

#mod-form .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #003782;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 2px #003782;
}

#map-canvas {
	min-height: 600px;
}

#mod-slideshow .content {
	color: #fff !important;
}

#mod-slideshow h1 span {
	font-size: inherit;
}

#mod-slideshow h2 span {
	font-size: 60px;
}

/* FOOTER */

footer {
	background-color: #222222;
	color: #fff;
}

@media (max-width: 991px) {
	.navbar-brand {
		width: 150px;
	}

	.no-padding {
		padding-left: 0px;
		padding-right: 0px;
	}

	.gallery-img {
		margin-top: 30px;
		height: 350px;
	}
}

@media (max-width: 767px) {
	.navbar-fixed-top {
		position: relative;
	}
	.navbar-default .navbar-collapse {
		border-top-width: 0px;
	}

	.navbar-toggle {
		margin-top: 30px;
	}
}
