@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
p {
	margin-bottom: 10px;
	line-height: 1.7;
}
a {
	color: #007eff;
	text-decoration: none;
	-o-transition: color .0.5s ease-out, background 0.5s ease-in;
	-ms-transition: color .0.5s ease-out, background 0.5s ease-in;
	-moz-transition: color .0.5s ease-out, background 0.5s ease-in;
	-webkit-transition: color .0.5s ease-out, background 0.5s ease-in;
	/* ...and now for the proper property */
	transition: color .05s ease-out, background 0.5s ease-in;
}
a:hover {
	color: #007eff;
}
.fade-hover {
	text-decoration: none;
	opacity: 1.0;
	transition: opacity .25s ease-in-out;
	-moz-transition: opacity .25s ease-in-out;
	-webkit-transition: opacity .25s ease-in-out;
}
.fade-hover:hover {
	text-decoration: none;
	opacity: 0.5;
	color: #FFFFFF;
}
html, body {
	width: 100%;
}
body {
	background-color: #FFF;
	color: #333333;
	font-family: 'Comfortaa', cursive !important;
	font-size: 15px !important;
	font-weight: 300;
}
#header {
	position: relative;
	width: 100%;
	height: 105px;
	z-index: 190;
	background-color: #3a5c81;
}
footer {
	position: relative;
	z-index: 100;
	border-top: 20px solid #859eba;
	width: 100%;
	background: #3a5c81;
	min-height: 90px;
	color: #FFF;
}
.footer-box {
	padding: 15px;
	margin-bottom: 10px;
}
.footer-box .btn {
	border: none;
	float: right;
	margin-top: 10px;
}
footer p {
	margin-top: 20px;
	font-size: 14px;
}
footer a {
	color: #FFF;
}
footer h3 {
	font-size: 20px !important;
	padding-bottom: 10px !important;
	font-weight: bold;
	border-bottom: 3px solid #859eba;
	margin-bottom: 20px;
	color: #FFF !important;
}
footer .copy {
	text-align: center;
	font-size: 14px;
	color: #FFF;
}
.social {
	margin-top: 60px;
}
.social img {
	width:30%;
	height:auto;
}
.container-wrap {
	padding-left: 10%;
	padding-right: 10%;
	max-width: 1900px;
}
h1 {
	font-size: 34px;
	position: absolute;
	margin: 0 !important;
	z-index: 160;	
}
h1 a {
	background-image: url(images/logo.png);
	background-repeat: no-repeat;
	display: block;
	float: left;
	width: 255px;
	height: 90px;
	text-indent: -9999px;
	margin-top:10px;
}
h2 {
	font-size: 26px !important;
	padding: 5px 0px 40px 0;
	margin-bottom: 20px !important;
	line-height: 1.5 !important;
	color: #51569d !important;
	text-align: left;
	font-weight: bold !important;
	background: url(images/seperator.png) bottom left no-repeat;
}
.inner h2 {
	background: url(images/seperator.png) bottom left no-repeat;
}
h3 {
	color: #51569d !important;
	font-size: 20px !important;
	font-weight: bold !important;
	margin: 10px 0 !important;
	padding: 10px 0 0 0!important;
}
h4 {
	color: #7eb8a7 !important;
	font-size: 17px !important;
	font-weight: bold !important;
	margin: 10px 0 !important;
	padding: 10px 0 0 0!important;
}
.separator {
	border-bottom: 3px solid #859eba;
	padding: 5px 0;
	margin: 20px 0;
}
.box-white {
	background-color: #fff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	padding: 10px;
	border-radius: 10px;
}
.box-white img {
	border-radius: 10px;
	width: 100%;
	height: auto;
}
.carousel-control {
	background: none !important;
}
.carousel-inner > .item > img, .carousel-inner > .item > a > img {
	width: 100%;
	height: auto;
}
.ul1 {
	line-height: 1.7;
	list-style: outside;
	margin: 0 10px 10px 30px;
}
.p0 {
	padding: 0px !important;
}
.p60-0 {
	padding-top: 60px !important;
	padding-bottom: 60px !important;
}
.p40-0 {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
}
.p20-0 {
	padding-top: 20px !important;
	padding-bottom: 20px !important;
}
.p15-0 {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}
.p40 {
	padding: 40px !important;
}
.p60 {
	padding: 60px !important;
}
.p60-45 {
	padding: 60px 45px !important;
}
.p100-auto {
	padding-top: 100px;
	padding-bottom: 100px;
}
.m1015 {
	margin: 10px 15px;
}
.inner {
	padding-top: 50px;
	padding-bottom: 30px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.img-rel img {
	width:100%;
	height:auto;
}
.h20 {
	height: 20px;
	clear: both;
}
.h30 {
	height: 30px;
	clear: both;
}
.h40 {
	height: 40px;
	clear: both;
}
.h140 {
	height: 150px;
	clear: both;
}
.txt_cntr {
	text-align: center !important;
}
.txt_sm {
	font-size: 82%;
}
.mov {
	color: #906 !important;
	font-weight: bold;
}
.center_pic {
	text-align: center;
	padding: 40px 0;
}
.strip {
	background: url(images/top_strip.jpg) repeat-x;
	height: 5px;
	margin-bottom: 10px;
}
.wave_header {
	z-index: 100;
}
.wave_header:before {
	content: "";
	position: absolute;
	background: url(images/wave2.png) center bottom  repeat-x;
	display: inline-block;
	width: 100%;
	height: 25px;
	bottom: -25px;
	left: 0px;
	background-size: 1920px 25px;
}
.wave_header, .wave {
	overflow: visible !important;
}
.wave:before {
	content: "";
	position: relative;
	background: url(images/wave1.png) center bottom repeat-x;
	display: inline-block;
	width: 100%;
	height: 25px;
	top: -25px;
	left: 0px;
	background-size: 1920px 25px;
}
.wave_header:before, .wave:before {
	-webkit-animation: wave-animation1 8.7s infinite linear; /* Safari 4+ */
	-moz-animation: wave-animation1 8.7s infinite linear; /* Fx 5+ */
	-o-animation: wave-animation1 8.7s infinite linear; /* Opera 12+ */
	animation: wave-animation1 8.7s infinite linear; /* IE 10+ */
}
 @-webkit-keyframes wave-animation1 {
 0% {
background-position: 0 0;
}
 100% {
background-position: 932px 0;
}
}
 @-moz-keyframes wave-animation1 {
 0% {
background-position: 0 0;
}
 100% {
background-position: 932px 0;
}
}
 @-o-keyframes wave-animation1 {
 0% {
background-position: 0 0;
}
 100% {
background-position: 932px 0;
}
}
 @keyframes wave-animation1 {
 0% {
background-position: 0 0;
}
 100% {
background-position: 932px 0;
}
}
.wave-bg {
	background-color: #3a5c81;
	position: relative;
	padding: 0 !important;
}
td {
	padding: 10px !important;
}
.btn-default {
	padding: 5px !important;
	background: #859eba !important;
}
.btn-default:hover {
	background: #dee7f2 !important;
}
.icons_index {
	background: url(images/icons-bg.jpg) fixed;
	text-align: center;
}
.icons_index img {
	width: 40%;
	height: auto;
}
.icons_index h3 {
	font-size: 20px !important;
	color: #3a5c81 !important;
	line-height: 1.3 !important;
	margin: 10px 0 !important;
}
.parts h3 {
	font-size: 20px !important;
	color: #FFF !important;
	line-height: 1.3 !important;
	margin: 10px 0 !important;
	padding:10px !important;
	background-color:#3a5c81 !important;
}
#pararax_bg {
	background: rgba(0, 0, 0, 0) url("images/pararaxbg.jpg") no-repeat fixed 50% center;
	height: 500px;
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	position: relative;
}
#pararax_bg .fr {
	padding: 8%;
}
#pararax_bg h3 {
	font-size: 56px !important;
	color: #3a5c81 !important;
	text-align: center;
	font-weight: bold;
}
#pararax_bg h4 {
	font-size: 42px !important;
	color: #3a5c81 !important;
	text-align: center;
}
.map-row {
	position: relative;
}
.map-overlay {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(58, 92, 129, 0.9);
	text-align: center;
	padding: 10px;
	color: #FFF !important;
}
.map-overlay h3 {
	color: #FFF !important;
	font-size: 18px !important;
}
.map-overlay a {
	color: #859eba;
}
.services_index {
	text-align: center;
	font-size: 26px !important;
	color: #FFF !important;
}
.image-gallery .box-white {
	margin-bottom: 20px;
}
.image-gallery h3, .image-gallery h4 {
	padding: 15px !important;
	clear: both;
}
.gallery-index {
	padding-top: 100px;
}
.gallery-box {
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
	background: #e1e8f0;
	text-align: center;
	color: #666 !important;
	margin-bottom: 30px;
	border-radius: 10px;
	border: 8px solid #e1e8f0;
}
.gallery-box img {
	width: 100%;
	height: auto;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
.gallery-box h3 {
	font-size: 16px !important;
	font-weight: bold !important;
	color: #666 !important;
	padding: 15px 10px 20px 10px !important;
	height: 40px;
}
.gallery-box h3 a:hover {
	color: #999;
}
ul.products {
	list-style: outside none none;
	width: 100%;
}
ul.products li {
	background-color: #859eba;
	color: #3a5c81;
	display: block;
	font-size: 14px;
	list-style: outside none none;
	margin: 10px 0;
	text-transform: uppercase;
	width: 100%;
	border: 3px solid #3a5c81;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
ul.products li a {
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 20px;
	border-radius: 8px;
}
ul.products li a:hover {
	background-color: #007eff;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
}
ul.perioxes {
	list-style: outside none none;
	width: 100%;
}
ul.perioxes li {
	background-color: #859eba;
	color: #3a5c81;
	display: block;
	float: left;
	font-size: 14px;
	list-style: outside none none;
	margin: 5px;
	text-transform: uppercase;
	border: 3px solid #3a5c81;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
	border-radius: 10px;
}
ul.perioxes li a {
	color: #FFF;
	display: block;
	font-weight: bold;
	padding: 15px;
	border-radius: 8px;
}
ul.perioxes li a:hover {
	background-color: #007eff;
	color: #FFF;
	text-decoration: none;
	border-radius: 8px;
}
a.phonenow {
	position: fixed;
	right: 16px;
	bottom: 16px;
	background:#C00;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	text-indent: 5px;
	line-height: 1.5em;
	padding: 10px 20px;
	color: white;
	border-radius: 15px;
}
a.phonenow:hover {
	color: white;
	background: #339C33;
	text-decoration: none;
}
 @media (min-width: 1360px) {
ul.list-services li {
	width: 49% !important;
	float: left;
}
ul.list-services li:nth-child(even) {
	margin-left: 2%;
}
}
nav {
	position: absolute !important;
	top: 0px;
	z-index: 1000;
	width: 100%;
}
.navbar .navbar-nav {
	display: inline-block;
	float: right;
	vertical-align: top;
	text-transform: uppercase;
	font-weight: 600 !important;
}
.navbar-default {
	background: none !important;
	border: none !important;
}
.navbar .navbar-collapse {
	text-align: center;
}
.nav > li {
	margin-left: 5px;
}
.nav > li > a {
	padding: 40px 10px 50px 10px !important;
	color: #FFF !important;
	font-size:14px;
}
.nav > li.active > a, .nav > li > a:hover {
	font-weight: bold;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
	background: none !important;
}
.navbar-nav > li > .dropdown-menu {
	border-radius: 30px !important;
	background-color: #859eba;
	padding: 20px 0;
}
.dropdown-menu > li > a {
  clear: both;
  font-weight: bold;
  font-size:13px;
  color: #FFF;
}
.navbar-nav ul.sm-nowrap > li > a {
	white-space: nowrap;
	color: #FFF !important;
	padding: 8px 15px;
	font-weight: bold;
}
.navbar-nav ul.sm-nowrap > li > a:hover {
	color: #007eff !important;
}
.navbar-nav ul.sm-nowrap > li:hover, .navbar-nav ul.sm-nowrap > li > a:hover {
	background-color:#3a5c81;
	color:#FFF !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	background: none !important;
}
.nav li:hover, .nav li.active {
	background: #859eba;
	border-radius: 0 0 50% 50% / 17px 17px 17px 17px;
	-moz-border-radius: 0 0 50% 50% / 17px 17px 17px 17px;
	-webkit-border-radius: 0 0 50% 50% / 17px 17px 17px 17px;
}
@media (max-width: 1470px) {

.container-wrap {
	padding-left: 20px;
	padding-right: 20px;
}
}
@media (max-width: 1250px) {
.nav > li > a {
	padding: 40px 10px 50px 10px !important;
	font-size: 14px !important;
}
.nav > li {
	margin-left: 0px;
}
}
@media (max-width: 1180px) {
.nav > li > a {
	padding: 40px 5px 50px 5px !important;
	font-size: 13px !important;
}
}
@media (max-width: 1060px) {
#header {
	height: 175px;
}
nav {
	top: 120px;
}
.nav > li > a {
	padding: 10px !important;
	font-size: 13px !important;
}
.nav > li {
	margin: 2px;
}
.nav li:hover:nth-child(-n+5), .nav li.active:nth-child(-n+5) {
	border-radius: 0;
}
}
@media (max-width: 990px) {
.nav > li > a {
	padding: 8px !important;
	font-size: 11px !important;
	margin:0px !important;
}
.social {
  margin-top: 5px;
}
}
@media (max-width: 768px) {
.navbar .navbar-nav {
	display: inline-block;
	float: none;
	vertical-align: top;
}
.navbar .navbar-collapse {
	text-align: center;
}
nav {
	top: 40px;
}
.nav > li > a {
	font-size: 15px !important;
}
.navbar-default .navbar-toggle {
	background: #FFF;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background: #3a5c81;
}
.navbar .navbar-nav {
	width: 100%;
}
.navbar-default .navbar-nav .open .dropdown-menu > li > a {
  color: #FFF;
  text-align:center;
}
#header {
	height: 90px;
}
.container-wrap {
	padding-left: 15px;
	padding-right: 15px;
}
#pararax_bg h3 {
	font-size: 30px !important;
}
#pararax_bg h4 {
	font-size: 24px !important;
}

}
.col-xs-5ths, .col-sm-5ths, .col-md-5ths, .col-lg-5ths {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-xs-5ths {
	width: 20%;
	float: left;
}
 @media (min-width: 768px) {
.col-sm-5ths {
	width: 20% !important;
	float: left;
}
}
 @media (min-width: 992px) {
.col-md-5ths {
	width: 20% !important;
	float: left;
}
}
 @media (min-width: 1200px) {
.col-lg-5ths {
	width: 20% !important;
	float: left;
}
}
