@import url('https://fonts.googleapis.com/css?family=Muli:300');
@import url('https://fonts.googleapis.com/css?family=Oswald:200,300,400,500,600,700');




/*HEADER*/
.navbar-default {
	border-color: #4686a5;
	border-width: 0 0 0px;
	background: url(../img/header-back.png);
	border-radius: 0;
}

.navbar-brand {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 25px;
	color: #fff !important;
	z-index: 999;
	padding: 0 0 0 15px;
	line-height: 48px;
	position: relative;
}

.navbar-nav > li > a {
	border: solid 0px green;
	color: #a80202 !important;
	padding-left: 50px;
	padding-right: 0px;
	padding-top: 10px;
	padding-bottom: 13px;
	line-height: normal;
	font-family: 'Oswald', sans-serif;
	font-weight: 300;
	font-size: 20px;
	margin-top: 0px;
}

.navbar-nav > li:first-child a {
	padding-left: 0px;
}

.navbar-nav > li:last-child a {
	padding-right: 15px;
}

.navbar-nav > li > a:hover, a:focus {
	color: #000000 !important;
}

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

.navbar-default .navbar-collapse {
	border-color: #000 !important;
	border-width: 0px;
}

.navbar-toggle {
	margin: 12px 15px 0 0;
}

.phone-back {
	background: red;
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 20px;
	padding-bottom: 4px;
}

a.phone {
	color: #fff;
}

a.phone:hover, focus {
	text-decoration: none;
	color: #000000;
}

.divider {
	margin: 0 25px;
}

@media (max-width: 767px) {
.navbar-nav > li > a {
	padding-left: 15px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}

.navbar-nav > li:first-child a {
	padding-left: 15px;
	padding-top: 15px;
}

.navbar-nav > li:last-child a {
	padding-right: 0px;
}

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

.navbar-nav > li > a {
	padding-left: 15px !important;
}
}

@media (max-width: 700px) {
.navbar-brand {
	font-family: 'Oswald', sans-serif;
	font-weight: 500;
	font-size: 25px;
	color: #fff !important;
	z-index: 999;
	padding: 0 0 0 15px;
	line-height: 48px;
	position: relative;
}
}

@media (max-width: 400px) {
.phone {
	display: block;
}

.divider {
	display: none;
}
}









/*FOOTER*/
#footer {
	color: #333;
	font-size: small;
	padding-top: 15px;
	margin-top: 100px;
	background-image: url(../img/footer-back.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 15px;
}

#footer ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#footer ul li {
	display: inline;
}

#footer ul li a {
	border: solid 0px green;
	color: #333;
	padding-left: 30px;
	padding-right: 0px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-decoration: none;
}

#footer ul li:first-child a {
	padding-left: 0px;
}

#footer ul li:last-child a {
	padding-right: 15px;
}

#footer ul li a:hover {
	color: #000;
}

a.footer {
	color: #333;
}

a.footer:hover, focus {
	text-decoration: none;
	color: #000;
}

#footer h2, #footer h3 {
	color: #fff;
}

@media (max-width: 767px) {
#footer {
	text-align: center;
}

#footer ul {
	text-align: center;
	margin-top: 15px;
}

#footer ul li:last-child a {
	padding-right: 0px;
}
}









html, body * {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
	font-family: 'Muli', sans-serif;
	font-weight: 300;
	font-size: 18px;
}

.wow {
  visibility: hidden;
}

h1 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 50px;
	margin-bottom: 10px;
}

h2 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 10px;
	font-style: italic;
}

h3 {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 25px;
	margin-bottom: 10px;
	font-style: italic;
}

h2.icons {
	color: #333;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	font-size: 30px;
	margin-bottom: 10px;
	font-style: italic;
	text-align: center;
}

p {
	margin-bottom: 15px;
}

.margin-top-50 {
	margin-top: 50px;
}

.margin-top-100 {
	margin-top: 100px;
}

.margin-bottom-25 {
	margin-bottom: 25px;
}

.btn-100 {
	width: 100%;
}

hr.double {
	padding: 0;
	border: none;
	border-top: medium double #506070;
	color: #333;
	text-align: center;
	margin: 15px 0;
	opacity: 0.20;
  filter: alpha(opacity=20);
}

hr.double2 {
	padding: 0;
	border: none;
	border-top: medium double #fff;
	text-align: center;
	margin: 5px 0;
	opacity: 0.25;
  filter: alpha(opacity=25);
}

button.blue {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border: 1px solid #fff;
  background-image: url(../img/phone-back.jpg);
	background-repeat: no-repeat;
	background-position: center center;
  outline: solid #a80202 1px;
  padding: 2px 0 6px 0;
	border-radius: 0;
	font-style: italic;
}
button.blue:hover {
  background: #a80202;
	color: #fff;
	outline: solid #a80202 1px;
}

button.white {
  font-family: 'Oswald', sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #90a0a6;
  border: 1px solid #999;
  background: #fff;
  outline: solid #fff 1px;
  padding: 2px 0 6px 0;
	border-radius: 0;
	font-style: italic;
}
button.white:hover {
  background: #a8bac0;
	color: #fff;
	border: 1px solid #a8bac0;
}

.fa {
	vertical-align: 2px;
	padding-right: 5px;
}

a.no-deco:hover {
	text-decoration: none;
}

a.icons-link:link {
	text-decoration: none;
	color: #333;
}

a.icons-link:hover {
	text-decoration: none;
}

.services-thumbs {
	padding: 0;
}

.form-back {
	background: #f6f7f8;
	border: solid 4px #ffffff;
	outline: solid 1px #dcdfe2;
	padding: 0px 10px 0px 0px;
}









@media (max-width: 800px) {
.navbar-nav > li > a {
	padding-left: 35px;
}
}




@media (max-width: 767px) {
h1 {
	font-size: 40px;
}

h2 {
	font-size: 30px;
}

h3 {
	font-size: 20px;
}

.services-thumbs {
	padding: 30px 0;
}
}









/*CAROUSEL*/
.carousel {
	position: relative;
}

.controllers {
	position: absolute;
	top: 0;
}

.carousel-control {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 15%;
  opacity: 1.0;
  filter: alpha(opacity=100);
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  background-color: rgba(0, 0, 0, 0);
	background: none !important;
}

.carousel-control:hover,
.carousel-control:focus {
  outline: 0;
  color: #a80202;
  text-decoration: none;
  opacity: 1.0;
  filter: alpha(opacity=100);
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 45%;
  margin-top: -10px;
  z-index: 5;
  display: inline-block;
}

.carousel-back-B {
	padding-top: 35%;  /*height divided by width times 100*/
	background: url(/img/pattern.png);
	background-position: center center;	
}

.carousel-back-B:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-position: center top;
	background-size: cover;
	
	background-image: url(../img/image.jpg);
}

.carousel-back-C {
  padding-top: 35%;  /*height divided by width times 100*/
  background-size: cover;
  -moz-background-size: cover;
  background-position: center;
}

.carousel-caption-B h1 {
	color: #ffffff;
}

.carousel-caption-B {
	position: absolute;
  left: 15%;
  right: 15%;
  bottom: 47.5%;
  z-index: 10;
  padding-top:20px;
  padding-bottom: 0px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,1.0);
}

#carousel-D .carousel-control .glyphicon-chevron-left {
	left: 20%;
}

#carousel-D .carousel-control .glyphicon-chevron-right {
	right: 20%;
}

#carousel-D .carousel-caption {
	color: #333333;
	right: 45%;
	text-align: left;
	max-width: 650px;
	left: auto;
	top: 25%;
	text-shadow: none;
	height: 100px !important;
}

#carousel-D .carousel-caption p {
	font-size: 18px;
}

@media screen and (max-width: 1200px) {
#carousel-D .carousel-caption {
	left: 5%;
	top: 25%;
}

#carousel-D .item:before, #carousel-D .item {
	background: none;
}
}

@media screen and (max-width: 768px) {
.carousel-caption-B {
	position: absolute;
  left: 15%;
  right: 15%;
  bottom: 45%;
  z-index: 10;
  padding-top:20px;
  padding-bottom: 0px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,1.0);
}
}

@media screen and (max-width: 767px) {
#carousel-D .carousel-control {
	position: absolute;
	top: 45%;
	bottom: auto;
}

.carousel-caption-B {
	position: absolute;
  left: 0%;
  right: 0%;
  bottom: 47.5%;
  z-index: 10;
  padding-top:20px;
  padding-bottom: 0px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 10px rgba(0,0,0,1.0);
}

.carousel-caption-B h1 {
	font-size: 35px !important;
}
}









.carousel-D-01, .carousel-D-02, .carousel-D-03, .carousel-D-04, .carousel-D-05, .carousel-D-06, .carousel-D-07, .carousel-D-08 {
  overflow: hidden;
  position: relative;
	background: url(/img/pattern.png);
}

.carousel-D-01 img, .carousel-D-02 img, .carousel-D-03 img, .carousel-D-04 img, .carousel-D-05 img, .carousel-D-06 img, .carousel-D-07 img, .carousel-D-08 img{
	width: 1200px;
	height: auto;
}

.carousel-D-01:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
		
	background: url(../img/index-01.jpg);
	background-position: center 45%;
	background-size: cover;
	
	-webkit-filter: blur(7.5px);
  -moz-filter: blur(7.5px);
  -o-filter: blur(7.5px);
  -ms-filter: blur(7.5px);
  filter: blur(7.5px);
	
	opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}

.carousel-D-02:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
		
	background: url(../img/index-02.jpg);
	background-position: center 45%;
	background-size: cover;
	
	-webkit-filter: blur(7.5px);
  -moz-filter: blur(7.5px);
  -o-filter: blur(7.5px);
  -ms-filter: blur(7.5px);
  filter: blur(7.5px);
	
	opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}

.carousel-D-03:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
		
	background: url(../img/index-03.jpg);
	background-position: center 45%;
	background-size: cover;
	
	-webkit-filter: blur(7.5px);
  -moz-filter: blur(7.5px);
  -o-filter: blur(7.5px);
  -ms-filter: blur(7.5px);
  filter: blur(7.5px);
	
	opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}

.carousel-D-04:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
		
	background: url(../img/index-04.jpg);
	background-position: center 45%;
	background-size: cover;
	
	-webkit-filter: blur(7.5px);
  -moz-filter: blur(7.5px);
  -o-filter: blur(7.5px);
  -ms-filter: blur(7.5px);
  filter: blur(7.5px);
	
	opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}

.carousel-D-05:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
		
	background: url(../img/index-05.jpg);
	background-position: center 45%;
	background-size: cover;
	
	-webkit-filter: blur(7.5px);
  -moz-filter: blur(7.5px);
  -o-filter: blur(7.5px);
  -ms-filter: blur(7.5px);
  filter: blur(7.5px);
	
	opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}

.carousel-D-06:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
		
	background: url(../img/index-06.jpg);
	background-position: center 45%;
	background-size: cover;
	
	-webkit-filter: blur(7.5px);
  -moz-filter: blur(7.5px);
  -o-filter: blur(7.5px);
  -ms-filter: blur(7.5px);
  filter: blur(7.5px);
	
	opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}

.carousel-D-07:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
		
	background: url(../img/index-07.jpg);
	background-position: center 45%;
	background-size: cover;
	
	-webkit-filter: blur(7.5px);
  -moz-filter: blur(7.5px);
  -o-filter: blur(7.5px);
  -ms-filter: blur(7.5px);
  filter: blur(7.5px);
	
	opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}

.carousel-D-08:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
		
	background: url(../img/index-08.jpg);
	background-position: center 45%;
	background-size: cover;
	
	-webkit-filter: blur(7.5px);
  -moz-filter: blur(7.5px);
  -o-filter: blur(7.5px);
  -ms-filter: blur(7.5px);
  filter: blur(7.5px);
	
	opacity: 0.75;
  filter: alpha(opacity=75); /* For IE8 and earlier */
}