/* 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;}
}

body {
	font-family: 'Raleway', sans-serif;
}

button, a {
    -webkit-transition: all 200ms ease 0s; /* Safari */
    transition: all 200ms ease 0s;
}

img {
	max-width: 100%;
}

p {
	line-height: 20px;
}

.bar {
	height: 2px;
	width: 120px;
	background-color: #cba576;
	margin:auto;
}

.cwhite {
	color: #fff;
}

.btn-primary {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
	border-radius: 3px;
	padding: 6px 30px;
	font-weight: 900;
}

.btn-primary:focus,
.btn-primary:hover {
	background-color: #fff;
	color: #4b3e2f;
	border-color: #fff;
	outline-color: transparent !important;
}

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

/* HEADER */

header {

}

.navbar-default {
	background-color: transparent;
	border-color: transparent;
	background-image: url(../images/menu-bar.png);
	background-size: contain;
	background-repeat: repeat-x;
	min-height: 80px;
}

.navbar-nav li a {
	text-transform: capitalize;;
	color: #392912 !important;
	margin: 0px 25px;
	padding: 5px 0px;
	font-weight: bold;
	font-size: 15px;
	border-bottom: 2px solid transparent;
}

.navbar-brand {
	padding: 20px 0px !important;
}

.navbar-default .navbar-nav>li>a.active {
	border-bottom: 2px solid #8e6e3e;
}

/* SLIDESHOW */

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

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

/* ABOUT */

#about {
	background-image: url(../images/backgrounds/background-about.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	z-index: 1;
}

#about h1 {
	color: #422712;
}

#about p {
	line-height: 30px;
}

.top-about {
	background-image: url(../images/backgrounds/top-about.png);
	background-size: auto;
	background-repeat: repeat-x;
	position: relative;
	margin-top: -15px;
}

/* SERVICES */

.services-content {
	background-image: url(../images/backgrounds/background-service.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	z-index: 2;
	color: #fff;
}

.top-services {
	background-image: url(../images/top-bar.png);
	background-size: auto;
	background-repeat: repeat-x;
	position: relative;
	margin-top: -15px;
	z-index: 1;
	margin-bottom: -1px;
}

.bottom-services {
	background-image: url(../images/bottom-bar.png);
	background-size: auto;
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
	margin-top: -1px;
}

.other-services {
	background-image: url(../images/backgrounds/background-wood.jpg);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}

.other-services .product-area {
	background-color: #4b3e2f;
}

.other-services h1 {
	color: #422712;
}

.other-services .product-area h3 {
	color: #fff;
}

.other-services .product-area img {
	max-width: 80% !important;
}

.other-services .product-area .description {
	color: #cba576;
	font-size: 18px;
	line-height: 32px;
	font-weight: 700;
}

.other-services .description-area {
	background-color: #af8655;
	margin-top: -15px;
}

.other-services p strong {
	color: #422712;
}

.top-bar {
	background-image: url(../images/top.png);
	background-size: auto;
	background-repeat: repeat-x;
	margin-bottom: -15px;
}

.bottom-bar {
	background-image: url(../images/bottom.png);
	background-size: auto;
	background-repeat: repeat-x;
	position: relative;
	z-index: 1;
	margin-top: -15px;
}

.bottom-light-bar {
	background-image: url(../images/bottom-light.png);
	background-size: auto;
	background-repeat: repeat-x;
	margin-top: -15px;
}

.carousel-control {
	position: relative;
	top: 10px;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-shadow: none;
	opacity: 1;
}

.carousel-control.left {
	color: #000;
	background-image: none;
	background-color: #fff;
	background-repeat: no-repeat;
}

.carousel-control.right {
	color: #000;
	background-image: none;
	background-color: #fff;
	background-repeat: no-repeat;
	left: 3px;
}

.service-img {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	min-height: 350px;
}

.service-description {
	background-color: #fff;
	min-height: 350px;
}

.service-description h3 {
	color: #422712;
	font-weight: 900;
}

.service-description p {
	color: #8e8e8e;
}


/* CONTACTS */

#contacts {
	background-image: url(../images/backgrounds/background-talk.png);
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-color: transparent;
	position: relative;
	z-index: 1;

}

#contacts h1,
#contacts p {
	color: #fff;
}

#contacts .form-control {
	background-color: transparent;
	border-radius: 1px;
}

#contacts .form-control:hover,
#contacts .form-control:focus {
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 165, 118,.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(203, 165, 118,.6);
	border-color: #cba576;
}

input {
	color: #fff !important;
}

textarea {
	color: #fff !important;
}

#returnResult {
	color: #fff;
}

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

#gmaps {
	margin-top: -20px;
}

/* FOOTER */

footer {
	background-color: #47392a;
	color: #fff;
	font-family: 'Lato', sans-serif;
}

footer span {
	display:block;
	font-size: 14px;
}

footer .fa {
	color: #bb9870;
	font-size: 18px;
}

footer .critec-logo {
	height: 18px;
	max-height: 50px;
}

.footer-logo {
	max-width: 180px;
}

.top-footer {
	background-image: url(../images/footer-bar.png);
	background-size: auto;
	background-repeat: repeat-x;
	position: relative;
	margin-top: -25px;
	z-index: 1;
	margin-bottom: -1px;
}

/* MODULES */

#support-area {
	position: fixed;
	top: 50%;
	left: 0px;
	right: -300px;
	margin-left: auto;
	height: 60px;
	width: 365px;
	z-index: 9999;
	display: inline-flex;
}

#support-area #toggle-btn img {
	height: 60px !important;
}

#support-area #toggle-btn {
	margin-right: 5px;
}

#number {
	background: rgba(71, 57, 42, 0.8);
	width: 300px;
	height: 60px !important;
	padding: 10px 25px !important;
	z-index: -1;
}

#number p {
	color: #fff !important;
	line-height: 15px !important;
	font-family: 'Lato', sans-serif;
}

#number a {
	color: #fff !important;
	line-height: 15px !important;
	text-decoration: none;
}

@media (max-width: 991px) {
	.navbar-default {
		background-size: cover;
	}
	.navbar-right {
		margin-top: -25px;
	}
}

@media (max-width:767px) {
	.navbar-collapse {
		border-top: 0px solid transparent;
	}
	.navbar-toggle {
		margin-top: 25px;
	}

	.navbar-brand>img {
		max-width: 70%;
		margin-left: 15px;
	}

	#mod-slideshow {
		margin-top: 0px;
	}

	.navbar-right {
		margin-top: 15px;
		margin-bottom: 25px;
	}

	.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
		background-color: #bb9870;
		border-color: #bb9870;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #bb9870;
	}
	.navbar-default .navbar-toggle {
		border-color: #bb9870;
	}

	.navbar-toggle:focus .icon-bar,
	.navbar-toggle:hover .icon-bar {
		background-color: #fff;
	}

	.navbar-default .navbar-nav>li>a {
		border-bottom: 0px;
	}

	.navbar-default .navbar-nav>li>a.active {
		border-bottom: 0px;
	}

	.navbar-fixed-top {
		position: relative;
	}

	.navbar-default {
		background-image: none;
	}

}
