@charset "utf-8";
/* CSS Document */

@font-face {
	font-family: 'Montserrat';
	src: url('../fonts/montserrat-regular-webfont.eot');
	src: url('../fonts/montserrat-regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/montserrat-regular-webfont.woff') format('woff'), url('fonts/montserrat-regular-webfont.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'MuseoSans';
	src: url('../fonts/MuseoSans-100.otf');
	font-weight: normal;
	font-style: normal;
}
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	margin: 0px;
	font-family: 'Montserrat', sans-serif;
	color: #000;
	-webkit-font-smoothing: antialiased;
	font-weight: normal;
	background-color: #FFF;
	overflow-x: hidden;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: 'Montserrat', sans-serif;
}
div#ccm-dashboard-overlay {
	z-index: 1500;
}
@font-face {
	font-family: 'icomoon';
	src: url('../fonts/icomoon.eot?thzook');
	src: url('../fonts/icomoon.eot?#iefixthzook') format('embedded-opentype'), url('../fonts/icomoon.woff?thzook') format('woff'), url('../fonts/icomoon.ttf?thzook') format('truetype'), url('../fonts/icomoon.svg?thzook#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-pinterest-icon:before {
	content: "\e600";
}
.wrapper h1, .wrapper h2, .wrapper h3, .wrapper h4, .wrapper h5, .wrapper h6 {
	font-weight: normal;
}
.wrapper h1 {
	font-size: 43px;
	line-height: 60px;
	margin-bottom: 15px;
}
.wrapper h2 {
	font-size: 38px;
	line-height: 55px;
	margin-bottom: 13px;
}
.wrapper h3 {
	font-size: 36px;
	line-height: 45px;
	margin-bottom: 12px;
}
.wrapper h4 {
	font-size: 30px;
	line-height: 35px;
	margin-bottom: 11px;
}
.wrapper h5 {
	font-size: 25px;
	line-height: 30px;
	margin-bottom: 10px;
}
.wrapper h6 {
	font-size: 22px;
	line-height: 26px;
	margin-bottom: 10px;
}
p {
	font-size: 16px;
	color: #222222;
	line-height: 28px;
	margin-bottom: 10px;
	font-family: 'MuseoSans';
}
a {
	color: #6a6a6a;
	text-decoration: none;
	cursor: pointer;
	outline: none !important;
}
p a {
	text-decoration: underline;
}
ul {
	padding-left: 0px;
}
ul li {
	line-height: 26px;
}
a:hover {
	color: #000;
}
img {
	border: none 0px;
}
.wrapper input, .wrapper textarea, .wrapper select {
	font-family: 'Montserrat', sans-serif;
	color: #6a6a6a;
	font-weight: normal;
	font-size: 16px;
}
.wrapper select {
	cursor: pointer;
	padding: 9px 6px 9px;
	border: 0;
	border-radius: 0;
	font-size: 12px;
	-webkit-appearance: none;
	height: 36px;
	-moz-appearance: none;
	background: url('../images/dropdown-arrow.png') no-repeat right center #000;
	text-indent: 0.01px;
	color: #fff;
	text-transform: uppercase;
	font-family: Montserrat;
	text-overflow: "";
}
input[type="submit"] {
	cursor: pointer;
}
input:focus, textarea:focus {
	outline-color: transparent;
	outline-style: none;
}
select:focus {
	outline: none;
}
section {
	display: block;
}
/*  uncomment this line when using formidable form. This will act as placeholder.(for IE only)
.wrapper .label{ font-size: 14px; color: #6A6969; font-weight: 200; display: block; overflow: hidden; position: absolute; margin-top: 6px; margin-left: 6px;}
*/

/* css 3 animation keyframes */
@-moz-keyframes bounce {
 80% {
margin-top:15px;
}
 85% {
margin-top:-50px;
}
 90% {
margin-top:15px;
}
 95% {
margin-top:5px;
}
 100% {
margin-top:15px;
}
}
 @-webkit-keyframes bounce {
 80% {
margin-top:15px;
}
 85% {
margin-top:-50px;
}
 90% {
margin-top:15px;
}
 95% {
margin-top:5px;
}
 100% {
margin-top:15px;
}
}
 @-moz-keyframes zoom {
 0% {
-moz-transform:scale(1.0);
opacity:1;
}
 50% {
-moz-transform:scale(1.03);
opacity:1;
}
 100% {
-moz-transform:scale(1);
opacity:1;
}
}
 @-webkit-keyframes zoom {
 0% {
-webkit-transform:scale(1.0);
opacity:1;
}
 50% {
-webkit-transform:scale(1.03);
opacity:1;
}
 100% {
-webkit-transform:scale(1);
opacity:1;
}
}
/* add elements here for zoom/bounce effect
{-moz-animation:zoom .3s linear; animation:zoom .3s linear; -webkit-animation:zoom .3s linear;}
{-moz-animation:bounce .3s linear; animation:bounce .3s linear; -webkit-animation:bounce .3s linear;} */
.loader {
	background: #222222;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
}
.logo-middle {
	display: none;
	height: auto;
	top: 44%;
	position: relative;
	text-align: center;
	width: 100%;
}
.logo-middle img {
	width: 340px;
}
div#ccm-highlighter {
	margin-top: -50px !important
}
.ie11 .logo-middle img {
	width: 300px;
	-moz-animation: logowidth 2s ease 1.5s;
	animation: logowidth 2s ease 1.5s;
	-webkit-animation: logowidth 2s ease 1.5s;
}
.ie11 .loader {
	background: #222222;
	height: 100%;
	position: fixed;
	width: 100%;
	z-index: 9999;
	-moz-animation: loaderheight 3.8s ease 1.5s;
	animation: loaderheight 3.8s ease 1.5s;
	-webkit-animation: loaderheight 3.8s ease 1.5s;
}
.ie11 .logo-middle {
	display: none;
	height: auto;
	top: 44%;
	position: relative;
	text-align: center;
	width: 100%;
	-moz-animation: logomove 2s ease 1.5s;
	animation: logomove 2s ease 1.5s;
	-webkit-animation: logomove 2s ease 1.5s;
}
.fancybox-nav span {
	visibility: visible !important;
}
​ .formidable .input.no_label {
	font-family: 'Montserrat', sans-serif;
}
.formidable .formidable_message p {
	margin-top: 0px;
	color: #8ab623;
	font-size: 17px;
	margin-bottom: 0;
	font-weight: 600;
}
.formidable .formidable_message {
	border: none;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	background-color: #FFFFFF;
	color: #000;
	padding: 8px;
	margin-bottom: 20px;
	text-align: center;
}
 @keyframes loaderheight {
 0% {
height: 100%;
}
 100% {
height: 0%;
}
}
@-moz-keyframes loaderheight {
 0% {
height: 100%;
}
 100% {
height: 0%;
}
}
@-webkit-keyframes loaderheight {
 0% {
height: 100%;
}
 100% {
height: 0%;
}
}
@keyframes logowidth {
 0% {
width: 340px;
}
 100% {
width: 320px;
}
}
@-moz-keyframes logowidth {
 0% {
width: 340px;
}
 100% {
width: 320px;
}
}
@-webkit-keyframes logowidth {
 0% {
width: 340px;
}
 100% {
width: 320px;
}
}
@keyframes logomove {
 0% {
top: 44%;
}
 100% {
top: 26px;
}
}
@-moz-keyframes logomove {
 0% {
top: 44%;
}
 100% {
top: 26px;
}
}
@-webkit-keyframes logomove {
 0% {
top: 44%;
}
 100% {
top: 26px;
}
}
.errors, .success {
	background: #FFFFFF;
	display: block;
	font-size: 14px;
	overflow: hidden;
	padding: 0px;
}
.errors {
	color: #f04f71;
}
.success {
	color: #51bf9b;
}
.wrapper {
	height: 100%;
	width: 100%;
	position: absolute;
}
.content {
	float: left;
	height: auto;
	width: 100%;
}
.content-body {
	max-width: 960px;
	margin: 0 auto;
}
.header {
	float: left;
	width: 100%;
	min-height: 500px;
	background-repeat: no-repeat;
	background-origin: border-box;
	background-clip: border-box;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.full {
	padding: 1% 2%;
	width: 96%;
	position: relative;
	float: left;
}
.half {
	padding: 1% 2%;
	width: 46%;
	position: relative;
	float: left;
}
.third {
	padding: 1% 2%;
	width: 29%;
	position: relative;
	float: left;
}
.quarter {
	padding: 1% 2%;
	width: 21%;
	position: relative;
	float: left;
}
.twothird {
	padding: 1% 2%;
	width: 62%;
	position: relative;
	float: left;
}
::selection {
	background: #000;
	color: #fff;
}
::-moz-selection {
background: #000;
color: #fff;
}
::-webkit-scrollbar {
width: 10px;
height:5px;
cursor: pointer;
}
::-webkit-scrollbar-track {
background-color:#ccc;
}
::-webkit-scrollbar-thumb {
width:30px;
background-color:#393939;
}
.o-footer-l ::-webkit-input-placeholder {
color: #9D9C9C;
}
.o-footer-l :-moz-placeholder {
color: #9D9C9C;
}
.o-footer-l ::-moz-placeholder {
color: #9D9C9C;
}
.o-footer-l:-ms-input-placeholder {
color: #9D9C9C;
}
.container {
	max-width: 1200px;
}
/*Banner*/

.o-nav {
	background: #222222;
	border: none;
	padding: 20px 0;
	margin-bottom: 0px;
	border-radius: 0px;
}
.o-m-nav.o-nav-fix ul li {
	display: inline-block;
	padding-right: 0px;
	width: 30%;
}
.o-nav-btn {
	position: absolute;
	right: 19px;
	top: 16px;
}
.o-nav-btn i {
	font-size: 36px;
	color: white;
	outline: none;
}
.o-nav-box {
	text-align: center;
	margin-top: 10px;
}
.o-nav.o-fixed .o-nav-box {
	text-align: left;
	padding-left: 15px;
}
.o-nav.o-fixed .o-logo img {
	width: 80px
}
.o-m-nav.o-fixed {
	position: fixed;
	height: 66px;
	top: 0;
	z-index: 1200;
	background: #222222;
	width: 100%;
	left: 0;
}
.o-m-nav .o-logo {
	display: none
}
.o-head {
	background: #ebecee;
	padding: 35px 0;
	max-height: 120px;
}
.o-logo img {
	height: 55px;
	max-height: 55px
}
.star img {
	height: 50px;
	max-height: 50px
}
.o-head h3 {
	color: #7d7d7d;
	font-weight: 300;
	margin: 0;
	font-family: 'MuseoSans';
}
.o-head h3 span {
	margin-right: 15px
}
.o-p0 {
	padding: 0px
}
.o-banner {
	position: relative;
	height: 580px;
	overflow: hidden;
}
.o-banner .slideImgWrap a div {
	position: relative;
	background-size: contain;
	background-repeat: no-repeat;
	margin-top: -100px;
}
#o-a-parallax {
	background-image: url(../images/about-1.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 380px 0;
	background-size: cover;
}
.o-a-parallax-2 {
	background-image: url(../images/about-1.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 380px 0;
	background-size: cover;
}
.o-sec-3 {
	min-height: 300px;
	position: relative
}
.o-sec-3.even {
	min-height: 300px !important;
}
.o-i-right {
	position: absolute !important;
	right: 8%;
	width: 20% !important;
}
.o-sec-3-box {
	padding: 60px 0
}
.o-sec-3-box p {
	margin-top: 10px;
	font-size: 16px;
	line-height: 30px;
}
.o-sec-r {
	padding-right: 8%;
}
.o-sec-3.odd .next-btn:hover {
	text-decoration: none;
	color: #222222;
}
.o-sec-3.even .next-btn:hover {
	text-decoration: none;
	color: #fff;
}
.o-sec-3-box h3 {
	text-transform: uppercase;
	font-size: 28px;
	margin-right: 30px;
	color: #222222;
	padding-right: 25px;
}
.next-btn span {
	margin-left: 10px
}
.o-overlay {
	position: absolute;
	height: 100%;
	background: rgba(0,0,0,0.7);
	width: 100%;
}
.o-sec-3.even .o-i-right {
	right: auto;
	left: 0;
}
a:visited {
	color: #222222;
}
div#ccm-toolbar {
	z-index: 1400;
}
.o-sec-3.even .o-sec-3-box p {
	color: white;
	text-align: right;
}
.o-sec-3.even {
	background-attachment: fixed !important;
	background-position: 100% auto;
}
.o-sec-3.even .next-btn {
	color: white
}
.o-sec-3.even .o-sec-3-box h3 {
	color: white;
	margin-top: 0;
}
.o-sec-3-i-box {
	text-align: center
}
.o-parallax {
	background-repeat: no-repeat;
	height: auto;
	margin: 0 auto;
	width: 100%;
	min-height: 500px;
	position: relative;
}
.o-parallax-4 {
	background: url(../images/temp-1.jpg);
	background-repeat: no-repeat;
}
.o-parallax-5 {
	background: url(../images/g.jpg);
	background-repeat: no-repeat;
}
.o-parallax-6 {
	background: url(../images/f-5.jpg);
	background-repeat: no-repeat;
}
.o-parallax-7 {
	background: url(../images/f-6.jpg);
	background-repeat: no-repeat;
}
.o-parallax-icon-2 {
	background: url(../images/b-icon-6.svg);
	background-repeat: no-repeat;
}
.o-parallax-icon-1 {
	background: url(../images/b-icon-1.svg);
	background-repeat: no-repeat;
	background-position: right;
}
.o-parallax-icon-4 {
	background: url(../images/b-icon-10.svg);
	background-repeat: no-repeat;
}
.o-parallax-icon-8 {
	background: url(../images/b-icon-8.svg);
	background-repeat: no-repeat;
}
.o-parallax-icon-6 {
	background: url(../images/b-icon-12.svg);
	background-repeat: no-repeat;
}
.o-parallax-icon-3 {
	background: url(../images/b-icon-5.svg);
	background-repeat: no-repeat;
	background-position: right;
}
.o-parallax-icon-5 {
	background: url(../images/b-icon-11.svg);
	background-repeat: no-repeat;
	background-position: right;
}
.o-parallax-icon-7 {
	background: url(../images/b-icon-7.svg);
	background-repeat: no-repeat;
	background-position: right;
}
.o-a-parallax-1 {
	background-image: url(../images/slide-11.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin: 0 auto;
	width: 100%;
	position: relative;
	padding: 380px 0;
	background-size: cover;
}
.o-quote-form h4 button {
	background: none;
	border: none;
	color: white
}
.o-quote-form h4 {
	color: white
}
.o-a-parallax {
	background: url(../images/about-1.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin: 0 auto;
	width: 100%;
	background-size: cover;
	height: 500px;
	position: relative;
}
/*.o-quote-form {position:relative}*/
.o-quote-form .formidable .formidable_message {
	margin-top: 50px
}
.o-quote-form h4 button {
	position: absolute;
	right: 3%;
	top: 3%;
	z-index: 2000;
}
.o-recent-parallax-1 {
	background: url(../images/white-bg.jpg);
	background-repeat: no-repeat;
	height: auto;
	margin: 0 auto;
	width: 100%;
	background-size: cover;
	background-attachment: fixed;
	height: 650px;
	position: relative;
}
.o-recent-p-2 {
	background: url(../images/product-1.png);
	background-repeat: no-repeat;
	height: auto;
	height: 650px;
	margin: 0 auto;
	width: 100%;
	background-size: 100% auto;
	background-size: cover;
	position: relative;
}
.o-m-nav ul {
	padding-left: 0;
	text-align: center;
	list-style: none;
}
.o-m-nav ul li {
	display: inline-block;
	padding-right: 0px;
}
.o-m-nav {
	position: absolute;
	bottom: 0;
	z-index: 100;
}
.o-m-nav ul li a {
	padding: 30px;
	color: #fff;
	text-transform: uppercase;
	font-size: 20px;
}
.o-m-nav ul li a.nav-selected {
	background: #8ab623;
	color: white;
}
.o-m-nav ul li a:hover {
	background: #8ab623;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: white;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.o-banner-desc {
	position: absolute;
	top: 24%;
	background: rgba(0,0,0,0.7);
	width: 100%;
	z-index: 100;
	padding: 45px 0 45px 0;
}
.o-banner-desc h2 {
	color: white;
	font-family: 'MuseoSans';
	position: relative;
	text-align: center;
	text-transform: uppercase;
	background-image: url(../images/line.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 12px;
}
.o-banner-desc ul li {
	padding: 0px;
	text-transform: uppercase;
	color: white;
	font-weight: 300;
	display: inline-block;
	font-size: 17px;
}
.o-banner-desc ul li a {
	text-transform: uppercase;
	color: white;
	font-weight: 300;
}
.o-banner-desc ul>li+li:before {
	padding: 0 5px;
	color: #fff;
	content: "|";
}
.modal-backdrop.in {
	opacity: .7;
	filter: alpha(opacity=70);
}
.o-banner-desc ul li a:hover {
	text-decoration: none;
	color: #8ab623;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.o-banner-desc ul {
	margin-top: 20px;
	text-align: center;
	list-style: none;
}
.o-banner-desc h2 span {
	width: 150px;
	height: 4px;
	background: white;
	position: absolute;
	left: 45%;
	top: 70px;
}
.o-sec-1.o-def-sec p {
	margin: 0 0 36px 0;
}
.o-sec-1.o-def-sec {
	min-height: 200px;
	background: white;
	padding: 50px 0 10px 0;
}
.o-footer-l ::-webkit-input-placeholder {
color:#fff !important;
font-weight:300;
}
.o-footer-l ::-moz-placeholder {
color:#fff !important;
font-weight:300;
} /* firefox 19+ */
.o-footer-l :-ms-input-placeholder {
color:#fff !important;
font-weight:300;
} /* ie */
.o-footer-l input:-moz-placeholder {
color:#fff !important;
font-weight:300;
}
/*News*/
/*.o-news-l {
	background: #8ab623;
	padding-left: 24%;
	padding-top: 90px;
	min-height: 400px;
	padding-bottom: 50px;
	padding-right: 50px;
}*/
.item.black .o-news-l {
	background: #222222;
}
.o-news {
	position: relative
}
.o-news .owl-next {
	position: absolute;
	right: 20px;
	color: white;
	top: 44%;
}
.o-news .owl-prev {
	position: absolute;
	left: 20px;
	color: white;
	top: 44%;
}
.o-news .owl-buttons span {
	color: white;
	font-size: 40px;
}
.o-news-l {
	background: #8ab623;
	padding-left: 15%;
	padding-top: 75px;
	height: 400px;
	padding-bottom: 10px;
	padding-right: 15%;
}
.o-news-r {
	padding-left: 50px;
	padding-top: 100px;
	min-height: 400px;
	padding-bottom: 50px;
	padding-right: 30%;
}
.o-news-r {
	background: #222222;
	min-height: 400px
}
.o-news h4 {
	text-transform: uppercase;
	color: white;
	margin-top: 0px;
	font-weight: 500;
	line-height: 40px;
}
.o-news h4 a {
	color: white;
	text-decoration: none;
	margin-top: 0px;
	font-weight: 500;
	line-height: 40px;
	font-size: 26px;
}
.o-news h4 a:hover {
	color: white;
	text-decoration: none
}
.o-news p {
	color: white;
	margin-bottom: 5px;
}
.read-more {
	color: white !important;
	text-decoration: underline;
	margin-bottom: 30px;
	display: inline-block;
}
.o-news hr {
	width: 10%;
	border-top: 4px solid #fff;
}
.o-news h5 {
	color: white;
	font-weight: 500;
	position: relative;
}
/*.o-news-b + .o-news-b .o-news-l {
	background: #222222;
	min-height: 400px;
	padding-left: 50px;
	padding-top: 90px;
	min-height: 400px;
	padding-bottom: 50px;
	padding-right: 30%;
}*/
.o-news-b + .o-news-b .o-news-l {
	background: #222222;
	padding-left: 50px;
	padding-top: 80px;
	height: 400px;
	padding-bottom: 10px;
	padding-right: 24%;
}
.o-news h5 span {
	width: 45px;
	height: 4px;
	background: white;
	position: absolute;
	left: 0;
	top: -15px;
}
.carousel-control:hover, .carousel-control:focus {
	background-image: none
}
.carousel-control {
	background-image: none
}
.carousel-control.left {
	background-image: none;
	outline: none;
	color: white;
}
.carousel-control.right {
	background-image: none;
	outline: none;
	color: white;
}
/*Process*/
.o-process-list li {
	cursor: pointer;
	width: 16%;
	display: block;
	float: left;
}
.o-process-list li.active {
	margin-top: -20px;
}
.o-process-list li.active h4 {
	font-size: 18px;
	color: #222222;
	padding-right: 50px;
}
.o-process-list .p-1.active span {
	background-image: url(../images/b-1.svg);
	width: 180px;
	height: 150px;
	background-size: 80% auto;
}
.o-process-list .p-1:hover span {
	background-image: url(../images/b-1.svg);
}
.o-process-list .p-2.active span {
	background-image: url(../images/b-10.svg);
	width: 180px;
	height: 150px;
	background-size: 80% auto;
}
.o-process-list .p-2:hover span {
	background-image: url(../images/b-10.svg);
}
.o-process-list .p-3.active span {
	background-image: url(../images/b-12.svg);
	width: 180px;
	height: 150px;
	background-size: 80% auto;
}
.o-process-list .p-3:hover span {
	background-image: url(../images/b-12.svg);
}
.o-process-list .p-4.active span {
	background-image: url(../images/b-11.svg);
	width: 180px;
	height: 150px;
	background-size: 80% auto;
}
.o-process-list .p-6.active span {
	background-image: url(../images/b-9.svg);
	width: 180px;
	height: 150px;
	background-size: 80% auto;
}
.o-process-list .p-4:hover span {
	background-image: url(../images/b-11.svg);
}
.o-process-list .p-7:hover span {
	background-image: url(../images/b-3.svg);
}
.o-process-list .p-8:hover span {
	background-image: url(../images/b-11.svg);
}
.o-process-list .p-5.active span {
	background-image: url(../images/b-5.svg);
	width: 180px;
	height: 150px;
	background-size: 80% auto;
}
.o-process-list .p-7.active span {
	background-image: url(../images/b-3.svg);
	width: 180px;
	height: 150px;
	background-size: 80% auto;
}
.o-process-list .p-8.active span {
	background-image: url(../images/b-11.svg);
	width: 180px;
	height: 150px;
	background-size: 80% auto;
}
.o-process-list .p-5:hover span {
	background-image: url(../images/b-5.svg);
}
.o-process-list .p-6:hover span {
	background-image: url(../images/b-9.svg);
}
.o-process-list .p-1 span {
	background-image: url(../images/g-1.svg);
}
.o-process-list .p-2 span {
	background-image: url(../images/g-10.svg);
}
.o-process-list .p-3 span {
	background-image: url(../images/g-12.svg);
}
.o-process-list .p-4 span {
	background-image: url(../images/g-11.svg);
}
.o-process-list .p-5 span {
	background-image: url(../images/g-5.svg);
}
.o-process-list .p-6 span {
	background-image: url(../images/g-9.svg);
}
.o-process-list .p-7 span {
	background-image: url(../images/g-3.svg);
}
.o-process-list .p-8 span {
	background-image: url(../images/g-4.svg);
}
.o-process-list li h4 {
	text-transform: uppercase;
	font-size: 15px;
	line-height: 22px;
	margin-top: 0;
	padding-right: 20px;
}
.o-process-list li.active span {
	background-repeat: no-repeat;
	width: 150px;
	height: 120px;
	-webkit-transition: background-size 0.6s ease;
	-moz-transition: width 0.6s ease, height 0.6s ease;
	transition: background-size 0.6s ease;
	display: inline-block;
	background-size: 80% auto;
	background-position: center top;
}
.o-process-list li span {
	background-repeat: no-repeat;
	width: 160px;
	height: 140px;
	-webkit-transition: background-size 0.6s ease;
	-moz-transition: background-size 0.6s ease, height 0.6s ease;
	transition: background-size 0.6s ease;
	display: inline-block;
	background-size: 70% auto;
	background-position: center top;
}
.o-process-slide {
	padding: 80px 0
}
.o-process-slide .item p {
	font-size: 18px;
	text-align: center;
	line-height: 30px;
	padding: 0 50px;/*transition:height 0.5s ease 0s;
-moz-transition: height  0.5s ease 0s;
-webkit-transition: height  0.5s ease 0s;*/
}
.o-process-slide .item .more {
	height: 100%;/*transition:height 0.5s ease 0s;
-moz-transition: height  0.5s ease 0s;
-webkit-transition: height  0.5s ease 0s;*/
}
.c-more {
	background: #8ab623;
	color: white !important;
	padding: 14px 29px;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
	margin-top: 10px;
}
.scroll-down .c-more {
	z-index: 500;
	position: absolute;
	top: 68%;
	left: 50%;
	margin-left: -75px;
}
.scroll-down i {
	font-size: 30px;
	margin-top: -16px;
	vertical-align: middle;
	margin-left: 5px;
}
.mobile-quote {
	min-height: 100px;
	text-align: center;
}
.mobile-quote .c-more {
	margin-top: 25px;
}
.o-process-more {
	text-align: center
}
.c-more:hover {
	background: #222222;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: white !important;
	text-decoration: none;
}
.o-carousel-2 {
	margin-top: 40px
}
/*Section*/

.o-sec-1 {
	min-height: 300px;
	background: white;
	padding: 80px 0;
}
.o-sec-1 p {
	font-size: 16px;
	line-height: 26px;
}
.o-sec-1 .next-btn {
	margin-top: 20px;
	display: inline-block;
}
.next-btn {
	text-transform: uppercase;
	color: #222222;
	font-size: 20px;
}
.next-btn:hover {
	text-decoration: none;
	color: #8ab623
}
.o-sec-1 a span {
	margin-left: 10px
}
.o-sec-2 {
	background: #222222;
	min-height: 400px;
	padding: 125px 0;
}
.o-sec-2 .media-body h4 {
	text-transform: uppercase;
	color: white;
	font-size: 50px;
	margin-top: 15px;
	margin-bottom: 30px;
}
.o-sec-2 .media-body {
	padding-left: 20px;
}
.modal-loader {
	background-image: url(../images/loadingimg.svg);
	height: 600px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}
/*Isotope*/
.isotope:after {
	content: '';
	display: block;
	clear: both;
}
/* ---- .item ---- */

.items {
	float: left;
	text-align: center;
	width: 31%;
	margin: 0 1% 30px 1%;
	background: #ebecee;
}
.items img {
	width: 100%;
	/*max-height: 400px;*/
	-webkit-transition: all 0.6s ease-in-out;
	-moz-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.items a {
	display: block;
	overflow: hidden;
}
.items img:hover {
	filter: grayscale(0%);
	-webkit-filter: grayscale(0%);
	filter: none;
	-webkit-transform: scale(1.3) rotate(10deg);
	-moz-transform: scale(1.3) rotate(10deg);
	-o-transform: scale(1.3) rotate(10deg);
	-ms-transform: scale(1.3) rotate(10deg);
	transform: scale(1.3) rotate(10deg);
}
.items.height2 {
	height: 200px;
}
.isotope, .isotope .isotope-item {
	/* change duration value to whatever you like */
	-webkit-transition-duration: 0.8s;
	-moz-transition-duration: 0.8s;
	-ms-transition-duration: 0.8s;
	-o-transition-duration: 0.8s;
	transition-duration: 0.8s;
}
.isotope {
	-webkit-transition-property: height, width;
	-moz-transition-property: height, width;
	-ms-transition-property: height, width;
	-o-transition-property: height, width;
	transition-property: height, width;
}
.isotope .isotope-item {
	-webkit-transition-property: -webkit-transform, opacity;
	-moz-transition-property: -moz-transform, opacity;
	-ms-transition-property: -ms-transform, opacity;
	-o-transition-property: -o-transform, opacity;
	transition-property: transform, opacity;
}
/*Portfolio*/

.o-portfolio {
	background: #222222;
	/*padding-top: 50px;*/
	padding-bottom: 130px;
	position: relative
}
.o-portfolio-box {
	min-height: 600px;
	margin-top: 50px;
}
.o-port-logo {
	background: #8ab623;
	position: absolute;
	bottom: 0;
	left: 45%;
	padding: 30px 10px 60px 10px;
}
.o-port-head {
	font-size: 22px;
	color: #222222;
	position: relative;
	text-transform: uppercase;
	display: block;
	padding: 25px 5px 30px 5px;
}
.o-port-head:hover {
	text-decoration: none
}
.o-port-head span {
	width: 70px;
	height: 2px;
	background: #b6b6b6;
	margin: 5px auto 0;
	display: block;
}
.view {
	width: 100%;
	height: 100%;
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
}
.o-port-desc {
	padding: 20px 20px 0 20px;
	text-align: left;
}
.o-port-desc ul {
	margin-bottom: 5px;
}
.o-port-desc ul li {
	padding: 0px
}
.o-port-desc ul li {
	color: #7d7d7d;
	font-size: 17px;
}
.o-port-desc ul>li+li:before {
	padding: 0 5px;
	color: #7d7d7d;
	content: "|";
}
.o-port-desc p {
	color: #7c7c7c;
	font-size: 14px;
}
.load-more-btn {
	background: #8ab623;
	color: white;
	display: inline-block !important;
	text-transform: uppercase;
	padding: 15px 20px;
	display: inline-block;
	font-size: 18px;
	overflow: initial !important;
}
.load-more-btn:hover {
	background: #222222;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: white;
	text-decoration: none;
}
.o-recent {
	position: relative
}
.o-r-product-desc {
	position: absolute;
	min-height: 200px;
	opacity: 0;
	bottom: 40px;
	margin-left: -500px;
	-webkit-transition: all 0.8s ease 0.5s;
	-moz-transition: all 0.8s ease 0.5s;
	-o-transition: all 0.8s ease 0.5s;
	-ms-transition: all 0.8s ease 0.5s;
	transition: all 0.8s ease 0.5s;
}
.o-recent-p-head {
	-webkit-transition: all 0.6s ease;
	-moz-transition: all 0.6s ease;
	-o-transition: all 0.6s ease;
	-ms-transition: all 0.6s ease;
	transition: all 0.6s ease;
	position: absolute;
	opacity: 0;
	min-height: 50px;
	top: 98px;
	width: 75%;
	margin-left: -1000px;
}
.o-recent-p-head.anim {
	margin-left: 0px;
	opacity: 1
}
.o-r-product-desc.anim {
	margin-left: 0px;
	opacity: 1
}
.o-r-product-desc h3 {
	background: #222222;
	color: #7d7d7d;
	text-transform: uppercase;
	text-align: center;
	font-weight: 500;
	font-size: 24px;
	position: relative;
	margin-bottom: 0;
	padding: 20px 20px 0 20px;
	background-image: url(../images/line-2.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
}
.o-r-product-hd {
	background: #222222;
	padding-bottom: 20px;
}
.o-r-product-desc h3 span {
	width: 70px;
	height: 1px;
	background: #7d7d7d;
	position: absolute;
	left: 41%;
	top: 65px;
}
.o-r-product-c {
	background: #8ab623;
	padding: 20px 50px 10px 50px;
}
.o-r-product-c h4 {
	margin-top: 0px;
	color: white;
	background-image: url(../images/db-icon.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 70px;
}
.ie8 .o-r-product-c h4 {
	background-image: url(../images/db-icon.png);
}
.o-r-product-c h4 span {
	margin-right: 10px
}
.o-r-product-c p {
	color: white;
	font-size: 22px
}
.o-recent-p-head-l {
	width: 70%;
	float: left;
	background: #222222;
	min-height: 74px;
}
.o-recent-p-head-l h3 {
	text-transform: uppercase;
	font-size: 19px;
	margin: 0;
	float: right;
	padding-left: 15px;
	color: white;
	margin-top: 15px;
	margin-right: 10px;
}
.o-recent-p-head-r .c-more {
	margin-top: 0;
	padding: 23px 35px;
	font-size: 20px;
}
.o-recent-p-head-r {
	width: 30%;
	float: left
}
.o-modal img {
	width: 100%;/*max-height: 500px;*/
}
.o-modal .modal-body {
	padding: 0;
	background: #ebecee;
}
.o-modal .modal-content {
	border-radius: 0px
}
.o-modal {
	outline: none;
	top: 0%;
	overflow-y: auto;
}
.o-port-m-desc p {
	line-height: 22px;
}
body.modal-open, .modal-open .navbar-fixed-top, .modal-open .navbar-fixed-bottom {
	margin-right: 0px !important;
}
.load-more-btn span {
	font-size: 22px
}
/* add this */
.atss, .atss a {
	width: 30px !important;
}
.atss a {
	padding: 4px 0 !important;
}
.atss a:hover {
	width: 40px !important;
}
/*Footer*/
/*.o-ten {
	margin-top: 10px;
}*/
.goto-top.display {
	width: 40px;
	height: 43px;
}
.goto-top img {
	padding-top: 15px;
	width: 20px;
}
.goto-top:hover {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.goto-top {
	background: #000;
	bottom: 150px;
	color: #FFFFFF;
	cursor: pointer;
	display: block;
	margin-right: 0px;
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	overflow: hidden;
	position: fixed;
	right: 0;
	text-align: center;
	transition: width 0.3s ease 0s;
	width: 0;
	z-index: 10;
	height: 43px;
}
/*.o-recent-p-head{opacity: 0;}
.o-r-product-desc{opacity: 0;}*/
.o-map-box ul li {
	padding: 0px;
}
.o-map-box ul {
	text-align: center;
	margin-top: 20px;
}
.o-map-box ul li a {
	text-transform: uppercase;
	color: white;
	font-weight: 300;
}
.o-map-box ul li a:hover {
	text-decoration: none;
	color: #8ab623;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.o-map-box ul>li+li:before {
	padding: 0 5px;
	color: #fff;
	content: "|";
}
.map-loc {
	position: absolute;
	top: 56%;
	left: 18%;
}
.o-location {
	background-image: url(../images/map-latest.svg);
	background-repeat: no-repeat;
	height: 500px;
	margin-top: 10px;
	position: relative
}
.o-footer-l .formidable input[type=text], .formidable input[type=url], .formidable input[type=tel], .formidable input[type=number], .formidable input[type=email], .formidable textarea, .formidable select, .formidable input[type=password][type=text] {
	text-transform: uppercase;
	border: none;
	border-radius: 0px;
	padding-left: 15px;
	font-size: 16px;
}
.o-footer-l .formidable textarea {
	min-height: 130px
}
.o-footer-l .formidable .buttons .btn.primary {
	background: #8ab623;
	border: none;
	border-radius: 0px;
	color: white;
	padding: 8px 28px;
	text-transform: uppercase;
	text-shadow: none;
	float: right;
	margin-right: 0;
	font-size: 14px;
	height: 40px;
	filter: none;
}
.o-footer-l .formidable .buttons .btn.primary:hover {
	background: #fff;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: #222222;
}
.o-footer-l {
	padding-left: 0;
	padding-right: 130px;
}
.o-footer-l h3 {
	font-size: 20px;
	color: white;
	text-transform: uppercase
}
.o-footer-l p {
	color: white;
	font-size: 14px;
	margin-bottom: 25px;
}
.o-footer-t {
	padding-top: 10px;
}
.o-footer-l input {
	background: #3d3d3d;
	color: white;
	border: none;
	border-radius: 0;
	height: 45px;
	padding-left: 15px;
}
.o-footer-l textarea {
	background: #3d3d3d;
	color: white;
	border: none;
	border-radius: 0;
	padding-top: 10px;
	padding-left: 15px;
	resize: none
}
.send-btn {
	background: #8ab623;
	border: none;
	border-radius: 0px;
	color: white;
	padding: 9px 28px;
}
.send-btn:hover {
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.o-bg-black {
	background: #222222 !important
}
.form-control:focus {
	border-color: #8ab623;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(138,182,35,0.6);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075), 0 0 8px rgba(138,182,35,0.6);
}
.o-footer-logo {
	margin-top: 10px
}
.o-footer-b {
	padding: 35px 0;
	border-top: 1px solid #cccccc;
	margin-top: 40px;
}
.f-copy p {
	color: white;
	font-size: 13px;
	margin-bottom: 0px;
	line-height: 19px;
}
.f-copy {
	padding: 0px;
}
.f-copy address {
	color: white;
	margin-bottom: 0px;
}
.f-copy address span {
	font-size: 13px;
}
.o-f-social address span {
	font-size: 13px;
}
.o-ten {
	margin-top: 10px
}
.o-f-social ul li a {
	color: white
}
.o-f-social ul li {
	padding-left: 25px;
}
.o-f-social ul li a:hover {
	color: #8ab623;
	text-decoration: none;
}
.o-f-social .icon-pinterest-icon {
	font-size: 27px;
}
.o-f-social ul li a i {
	font-size: 30px;
}
.o-f-social ul {
	margin-top: 15px
}
.o-f-social {
	padding: 0px
}
.location-logo {
	position: absolute;
	top: 105px;
	left: -100px;
}
.ie11 .circle-b {
	top: 55%;
	left: 17%;
}
.ie10 .circle-b {
	left: 16%;
}
.ie9 .circle-b {
	left: 17%;
}
.ie11 .location-logo {
	left: -45px;top:100px;
}
.ie11 .o-port-logo img {
	height: 50px
}
.ie11 .load-more-btn {
	margin-bottom: -5px
}
.ie8 .circle-b {
	display: none
}
.ie11 .goto-top img {
	padding-top: 7px
}
div.circle3 {
	position: absolute;
	width: 19px;
	height: 19px;
	text-align: center;
	background: #8ab623;
	color: white;
	border-radius: 100%;
	left: 8px;
	top: 8px;
	-moz-animation: zoom 1s ease infinite;
	animation: zoom 1s ease infinite;
	-webkit-animation: zoom 1s ease infinite;
}
div.circle2 {
	position: absolute;
	width: 37px;
	height: 37px;
	text-align: center;
	border: 1px solid #8ab623;
	color: white;
	border-radius: 100%;
	left: 8px;
	top: 8px;
	-moz-animation: zoom 1s ease infinite;
	animation: zoom 1s ease infinite;
	-webkit-animation: zoom 1s ease infinite;
}
div.circle1 {
	position: absolute;
	width: 55px;
	height: 55px;
	text-align: center;
	border: 1px solid #8ab623;
	color: white;
	border-radius: 100%;
	-moz-animation: zoom 1s ease infinite;
	animation: zoom 1s ease infinite;
	-webkit-animation: zoom 1s ease infinite;
}
div.circle6 {
	position: absolute;
	width: 20px;
	height: 20px;
	text-align: center;
	background: #8ab623;
	color: white;
	border-radius: 100%;
	left: 27px;
	top: 27px;
	-moz-animation: zoom 1s ease infinite;
	animation: zoom 1s ease infinite;
	-webkit-animation: zoom 1s ease infinite;
}
div.circle5 {
	position: absolute;
	width: 45px;
	height: 45px;
	text-align: center;
	border: 1px solid #8ab623;
	color: white;
	border-radius: 100%;
	left: 15px;
	top: 15px;
	-moz-animation: circle5anim 1s ease 0.6s infinite;
	animation: circle5anim 1s ease 0.6s infinite;
	-webkit-animation: circle5anim 1s ease 0.6s infinite;
}
div.circle4 {
	position: absolute;
	width: 75px;
	height: 75px;
	top: 0;
	left: 0;
	text-align: center;
	border: 1px solid #8ab623;
	color: white;
	border-radius: 100%;
	-moz-animation: circle4anim 1s ease 1.6s infinite;
	animation: circle4anim 1s ease 1.6s infinite;
	-webkit-animation: circle4anim 1s ease 1.6s infinite;
}
@keyframes circle5anim {
 0% {
width: 20px;
height: 20px;
left: 27px;
top: 27px;
}
 100% {
width: 45px;
height: 45px;
left: 15px;
top: 15px;
}
}
@-moz-keyframes circle5anim {
 0% {
width: 20px;
height: 20px;
left: 27px;
top: 27px;
}
 100% {
width: 45px;
height: 45px;
left: 15px;
top: 15px;
}
}
@-webkit-keyframes circle5anim {
 0% {
width: 20px;
height: 20px;
left: 27px;
top: 27px;
}
 100% {
width: 45px;
height: 45px;
left: 15px;
top: 15px;
}
}
@keyframes circle4anim {
 0% {
width: 45px;
height: 45px;
left: 15px;
top: 15px;
}
 100% {
width: 75px;
height: 75px;
left: 0;
top: 0;
}
}
@-moz-keyframes circle4anim {
 0% {
width: 45px;
height: 45px;
left: 15px;
top: 15px;
}
 100% {
width: 75px;
height: 75px;
left: 0;
top: 0;
}
}
@-webkit-keyframes circle4anim {
 0% {
width: 45px;
height: 45px;
left: 15px;
top: 15px;
}
 100% {
width: 75px;
height: 75px;
left: 0;
top: 0;
}
}
.circle-b {
	position: relative;
	top: 55%;
	left: 5%;
	width: 80px;
	height: 80px;
}
div#ccm-edit-overlay {
	z-index: 1001;
}
.o-nav-btn {
	display: none
}
.o-modal .load-more-btn {
	margin-bottom: 0px;
}
.display {
	margin-left: 0px !important;
	-webkit-transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	-o-transition: margin-left 1s;
	-ms-transition: margin-left 1s;
	transition: margin-left 1s;
}
.get-quote {
	cursor: pointer;
	position: fixed;
	left: 0px;
	margin-left: -50px;
	z-index: 4;
	top: 50%;
	border: 1px solid #8ab623;
	border-left: none;
	margin-top: -65px;
	height: 245px;
	width: 36px;
	background-color: #8ab623;
	-webkit-transition: background-color 200ms linear;
	-moz-transition: background-color 200ms linear;
	-o-transition: background-color 200ms linear;
	-ms-transition: background-color 200ms linear;
	transition: background-color 200ms linear;
	-webkit-transition: margin-left 1s;
	-moz-transition: margin-left 1s;
	-o-transition: margin-left 1s;
	-ms-transition: margin-left 1s;
	transition: margin-left 1s;
	-webkit-box-shadow: 0px 1px 14px 2px rgba(100, 100, 100, 0.49);
	-moz-box-shadow: 0px 1px 14px 2px rgba(100, 100, 100, 0.49);
	box-shadow: 0px 1px 14px 2px rgba(100, 100, 100, 0.49);
}
.get-quote:hover {
	background: #222222;
	border: 1px solid #222222;
	border-left: none;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.get-quote h3 {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-o-transform: rotate(90deg);
filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
	color: #FFF;
	font-size: 20px;
	width: 213px;
	margin-top: 99px;
	margin-left: -89px;
}
.get-quote h3 span {
	font-weight: 700;
}
.o-quote-form .checkbox.what-are-you-looking-for-5 {
	width: 100%;
	padding: 0px;
	margin-bottom: 30px;
}
.o-quote-form .formidable .label {
	width: 100%;
	padding: 0px;
}
.o-quote-form .formidable .label label {
	color: white;
	font-size: 20px;
	font-family: 'MuseoSans';
}
.o-quote h3 span {
	font-weight: 700;
	display: inline-block;
}
.o-quote h3 {
	color: white !important;
	font-size: 50px !important;
	padding: 0px !important;
	margin-bottom: 15px !important
}
.o-quote h3 button {
	background: none;
	border: none;
	font-size: 30px;
	outline: none;
	color: white;
}
.o-quote h3 button:hover {
	color: #222222;
	-webkit-transition: color 500ms linear;
	-moz-transition: color 500ms linear;
	-o-transition: color 500ms linear;
	-ms-transition: color 500ms linear;
	transition: color 500ms linear;
}
.o-quote-form .formidable .buttons, .formidable .input {
	margin-left: 0px;
}
.o-quote p {
	color: white
}
.o-quote {
	padding-top: 20px;
}
/*div#ccm-highlighter {
	z-index: 111111;
}*/
.o-quote-form .formidable .checkbox.w100 {
	width: 16%;
	padding-left: 0px;
	margin-top: 0;
	margin-right: 5px;
}
.o-quote-form .formidable .buttons .btn.primary {
	background: #222222;
	text-shadow: none;
	color: white;
	border: none;
	border-radius: 0px;
	margin-top: 10px;
	filter: none !important;
	padding: 20px 30px;
	font-size: 16px;
}
.formidable .buttons .btn.primary:hover {
	background: white;
	color: black;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.o-quote-form .formidable input.datepicker {
	width: 83%;
}
.o-quote-form .element.date {
	width: 100%;
	margin-top: 20px;
	float: left;
	clear: none;
	display: none;
}
.o-quote-form .formidable .radio {
	clear: none;
	width: 84%;
	padding-left: 0;
	display: none;
}
.o-quote-form .element.radio .label {
	width: 8%;
	padding: 0px;
	float: left;
	margin-top: 8px;
}
.product-description-19 {
	width: 90%;
	padding-top: 10px;
}
.product-description-19 textarea {
	padding-top: 15px;
	resize: none;
	min-height: 142px;
	font-weight: 300;
	text-transform: initial;
	font-family: 'MuseoSans';
}
.o-quote-form .element.radio .label label {
	text-align: left;
}
.o-quote-form .element.radio .has_label {
	width: 85%;
	float: left;
	margin-left: 0px;
}
.radio+.radio {
	margin-top: 10px;
}
.o-quote-form .formidable .radio.w100 {
	width: 33%;
	margin-top: -21px;
}
.o-quote-form .element.date .label {
	width: 55%;
	margin-top: 6px;
	margin-bottom: 20px
}
.o-quote-form .checkbox.w100 label {
	display: block;
	width: 155px;
	height: 0px;
	background-color: #8ab623;
	cursor: pointer;
	height: 62px;
	font-size: 13px;
	text-align: center;
	border: 1px solid #FFF;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
	color: white;
	vertical-align: middle;
	display: table-cell;
}
.o-quote-form .radio.w100 label {
	display: block;
	width: 90px;
	background-color: #8ab623;
	cursor: pointer;
	padding-top: 19px;
	height: 57px;
	font-size: 12px;
	text-align: center;
	border: 1px solid #FFF;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
	color: white;
}
.o-quote-form .formidable input.datepicker {
	border: none;
	border-radius: 0px;
	height: 35px;
}
.o-quote-q {
	width: 100% !important;
	text-align: left !important;
	color: white !important;
	font-size: 22px !important;
	font-weight: bold !important;
}
.quote-checkbox {
	display: none;
}
.o-quote-radio {
	display: none;
}
.quote-checkbox:checked + label {
	background: #FFF !important;
	color: #8ab623 !important;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.o-quote-radio:checked + label {
	background: #FFF !important;
	color: #8ab623 !important;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.quote-checkbox:hover label {
	background: #FFF !important;
	color: #8ab623 !important;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
/*.o-quote-form .checkbox.w100 label:hover {
	background: #FFF !important;
	color: #8ab623 !important;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}*/
.o-quote-form .radio.w100 label:hover {
	background: #FFF !important;
	color: #8ab623 !important;
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
}
.o-quote-form .checkbox+.checkbox {
	margin-top: 10px;
}
.formidable .ax-button .btn {
	background: white;
	border: none;
	border-radius: 0px;
}
.o-quote-form .ax-browse-c {
	margin-top: 20px;
}
.formidable .ax-button .btn:hover {
	-webkit-transition: background-color 500ms linear;
	-moz-transition: background-color 500ms linear;
	-o-transition: background-color 500ms linear;
	-ms-transition: background-color 500ms linear;
	transition: background-color 500ms linear;
	background: black;
	color: white
}
.o-quote-form .ax-extensions {
	line-height: 27px;
	color: white;
}
.o-quote-form .ax-file-list li {
	border: 1px solid #FFF;
	margin: 0px;
	margin-bottom: 5px;
	padding: 10px;
	border-radius: 0px;
	box-shadow: none;
	background: white;
}
.o-quote-form .ax-file-list {
}
.o-quote-form .ax-file-name {
	line-height: 18px;
	margin-left: 5px;
}
.o-quote-form .ax-file-size {
	line-height: 20px;
	margin-left: 5px;
}
.o-quote-form .formidable_row .inner .last.w50 {
	background: #222222;
	padding: 20px;
	width: 47%;
}
.o-quote-form .formidable .counter {
	color: #FFF;
}
.o-quote-form .ax-remove {
	border-radius: 0px;
	box-shadow: none;
	padding: 1px 10px 0px;
}
.o-quote-form .ax-progress-info {
	border-radius: 0px
}
.o-quote-form .ax-remove:before, .ax-file-remove:before {
	content: "\03a7";
	font-size: 16px;
}
.ui-dialog {
	z-index: 2000
}
.company-name-13 {
	clear: none !important;
	margin-right: 5px;
	width: 24%;
	float: left;
}
.company-name-13 .input.no_label {
	width: 100%
}
.company-name-13 .input.no_label input {
	width: 100%;
	height: 38px;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 10px;
	border: none;
	border-radius: 0px;
	padding-left: 10px;
}
.name-14 {
	clear: none !important;
	margin-right: 5px;
	width: 24%;
	float: left;
}
.name-14 .input.no_label {
	width: 100%
}
.name-14 .input.no_label input {
	width: 100%;
	height: 38px;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 10px;
	border: none;
	border-radius: 0px;
	padding-left: 10px;
}
.email-15 {
	clear: none !important;
	margin-right: 5px;
	width: 24%;
	float: left;
}
.email-15 .input.no_label {
	width: 100%
}
.email-15 .input.no_label input {
	width: 100%;
	height: 38px;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 10px;
	border: none;
	border-radius: 0px;
	padding-left: 10px;
}
.phone-16 {
	clear: none !important;
	margin-right: 5px;
	width: 24%;
	float: left;
}
.phone-16 .input.no_label {
	width: 100%
}
.phone-16 .input.no_label input {
	width: 100%;
	height: 38px;
	text-transform: capitalize;
	font-size: 13px;
	margin-top: 10px;
	border: none;
	border-radius: 0px;
	padding-left: 10px;
}
#carousel-p .carousel-control .glyphicon-chevron-right {
	color: black;
}
#carousel-p .carousel-control .glyphicon-chevron-left {
	color: black;
}
#nav-toggle {
	cursor: pointer;
	padding: 10px 35px 16px 0px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	cursor: pointer;
	border-radius: 1px;
	height: 5px;
	width: 35px;
	background: white;
	position: absolute;
	display: block;
	content: '';
}
#nav-toggle span:before {
	top: -10px;
}
#nav-toggle span:after {
	bottom: -10px;
}
#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after {
	transition: all 300ms ease-in-out;
}
#nav-toggle.d-open span {
	background-color: transparent;
}
#nav-toggle.d-open span:before, #nav-toggle.d-open span:after {
	top: 0;
}
#nav-toggle.d-open span:before {
	transform: rotate(45deg);
}
#nav-toggle.d-open span:after {
	transform: rotate(-45deg);
}
.o-logo-img {
	display: inline-block;
	margin-bottom: 45px;
}
.o-maat-img {
	display: inline-block;
	margin-bottom: 45px;
}
.o-footer-l address {
	color: white;
}
.o-footer-l address a {
	color: white;
	text-decoration: underline;
}
.o-route {
	color: #FFFFFF;
	text-decoration: none;
	font-size: 20px;
	text-transform: none;
	background-color: #8ab623;
	padding: 10px 15px;
}
.o-route:hover {
	background: #fff;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: #222222;
	text-decoration: none;
}
.o-f-social address {
	color: white;
	margin-bottom: 5px;
}
.o-f-social address span {
	font-size: 13px;
}
/*
.process-pop img{display: block;height:75px;border: 2px #DFDFDF solid;width:75px;
max-width: 100%;border-radius:50%}*/

.process-pop a {
	width: 75px;
	height: 75px;
	display: block;
	border-radius: 100%;
	overflow: hidden;
	float: left;
	margin: 7px;
	border: 2px solid #CFCFCF;
}
.process-pop a img {
	width: auto;
	height: 100%;
}
.fancybox-skin {
	background: none !important;
	box-shadow: none !important;
}
.o-sec-3.even .process-pop {
	float: right
}
.gradient-lines {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: -999;
	background-image: url("../images/banner-gradient.jpg");
	background: #444343;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.o-footer-l address img {
	margin-top: 5px;
	width: 180px;
	height: 42px;
}
.cbp-spmenu-push-toright {
	overflow-y: hidden !important;
}
.cbp-spmenu-vertical {
	overflow-y: auto !important;
}
.ie11 .maat-icon img {
	height: 120px
}
.ie11 .o-maat-img img {
	height: 180px
}
.ie11 .location-logo img {
	height: 50px
}
.ie11 .about-icon img {
	height: 120px
}
.ie11 .o-logo-img img {
	height: 180px
}
.cbp-spmenu-push-toright #ccm-highlighter {
	z-index: 1001 !important;
}
.edit-mode .o-banner-desc {
	top: 0%;
	z-index: 2;
	position: relative;
}
#pauseButton {
	position: absolute;
	top: 10px;
	z-index: 1;
	background: #8ab623;
	right: 7px;
	border: none;
	padding-left: 6px;
	border-radius: 0px;
}
#pauseButton:hover {
	background: #222222;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: white;
	text-decoration: none;
}
#pauseButton span {
	color: #fff
}
.o-head h3 {
	text-align: center
}
.o-head .stack {
	text-align: center;
}
.o-head .stack h3 {
	background-image: url(../images/icon-1.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 75px;
	display: inline-block;
}
.o-head .star h3 {
	background-image: url(../images/icon-3.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 60px;
	display: inline-block;
}
.o-head .star {
	text-align: center;
}
.o-head .phone {
	text-align: center;
}
.o-head .phone h3 {
	background-image: url(../images/icon-2.svg);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 40px;
	display: inline-block;
}
.ie11 .o-head .stack h3 {
	background-image: url(../images/icon-6.png);
}
.ie11 .o-head .star h3 {
	background-image: url(../images/icon-66.png);
}
.ie11 .o-head .phone h3 {
	background-image: url(../images/icon-7.png);
	height: 51px;
	margin-right: 5px;
}
.android .o-head .stack h3 {
	background-image: url(../images/icon-8.png);
	height: 40px;
}
.android .o-head .phone h3 {
	background-image: url(../images/icon-7.png);
	height: 51px;
	margin-right: 5px;
}
.android .o-sec-3 {
	background-position: center !important;
	background-attachment: scroll !important
}
.android .o-location {
	background-image: url(../images/o-map-3.png);
	height: 500px !important;
}
.android .o-nav {
	top: -2px;
	margin-left: -5px;
}
.android.chrome .o-nav {
	top: -2px;
	margin-left: 0px !important;
}
.android .circle-b {
	display: none !important
}
.android .o-footer-logo a img {
	height: 30px
}
.media-body h5 {
	margin-top: 0px
}
.android .o-footer-logo a img {
	height: auto !important
}
.android .o-logo img {
	width: 250px;
	height: auto !important
}
.android .location-logo img {
	height: auto !important
}
.android .o-m-nav.affix .o-logo img {
	margin-top: 5px !important
}
.android .o-process-list .p-1 span {
	background-image: url(../images/g-i-1.png);
}
.android .o-process-list .p-1:hover span {
	background-image: url(../images/b-i-1.png);
}
.android .o-process-list .p-1.active span {
	background-image: url(../images/b-i-1.png);
}
.android .o-process-list .p-2 span {
	background-image: url(../images/g-i-10.png);
}
.android .o-process-list .p-2:hover span {
	background-image: url(../images/b-i-10.png);
}
.android .o-process-list .p-2.active span {
	background-image: url(../images/b-i-10.png);
}
.android .o-process-list .p-3 span {
	background-image: url(../images/g-i-12.png);
}
.android .o-process-list .p-3:hover span {
	background-image: url(../images/b-i-12.png);
}
.android .o-process-list .p-3.active span {
	background-image: url(../images/b-i-12.png);
}
.android .o-process-list .p-4 span {
	background-image: url(../images/g-i-11.png);
}
.android .o-process-list .p-4:hover span {
	background-image: url(../images/b-i-11.png);
}
.android .o-process-list .p-4.active span {
	background-image: url(../images/b-i-11.png);
}
.android .o-process-list .p-5 span {
	background-image: url(../images/g-i-5.png);
}
.android .o-process-list .p-5:hover span {
	background-image: url(../images/b-i-5.png);
}
.o-process-list .p-5.active span {
	background-image: url(../images/b-i-5.png);
}
.android .o-process-list .p-6 span {
	background-image: url(../images/g-i-9.png);
}
.android .o-process-list .p-6:hover span {
	background-image: url(../images/b-i-9.png);
}
.android .o-process-list .p-6.active span {
	background-image: url(../images/b-i-9.png);
}
.android .o-process-list .p-7 span {
	background-image: url(../images/g-i-3.png);
}
.android .o-process-list .p-7:hover span {
	background-image: url(../images/b-i-3.png);
}
.android .o-process-list .p-7.active span {
	background-image: url(../images/b-i-3.png);
}
.android .o-process-list .p-8 span {
	background-image: url(../images/g-i-4.png);
}
.android .o-process-list .p-8:hover span {
	background-image: url(../images/b-i-4.png);
}
.android .o-process-list .p-8.active span {
	background-image: url(../images/b-i-4.png);
}
.android .o-head .star h3 {
	background-image: url(../images/icon-66.png);
}
.ccm-SlideshowBlock-display .slideImgWrap a {
	cursor: default
}

/* saf3+, chrome1+ -  code for separating webkit browsers */
@media screen and (-webkit-min-device-pixel-ratio:0) {
}

/* media queries */

@media screen and (min-width: 1600px) {
.o-banner .slideImgWrap a div {
	background-size: cover;
}
#o-a-parallax {
	background-size: 100% 100%;
}
.o-a-parallax-2 {
	background-size: 100% 100%;
}
.o-a-parallax-1 {
	background-size: 100% 100%;
}
.o-parallax-4 {
	background-size: cover;
}
.o-parallax-5 {
	background-size: cover;
}
.o-parallax-6 {
	background-size: cover;
}
.o-parallax-7 {
	background-size: cover;
}
}

@media screen and (min-width: 1400px) {
#o-a-parallax {
	background-size: 100% 100%;
}
.o-a-parallax-2 {
	background-size: 100% 100%;
}
.o-a-parallax-1 {
	background-size: 100% 100%;
}
}

@media screen and (max-width: 1420px) {

}

@media screen and (max-width: 1300px) {
.container {
	max-width: 1060px;
}
.ie11 .circle-b 
{
	left: 12%;
}
.ie10 .circle-b {
	left: 12%;
}
.ie11 .location-logo{top:43px}
.o-m-nav ul li a {
	padding: 22px;
	font-size: 16px;
}
.o-head {
	background: #ebecee;
	padding: 25px 0;
}
.o-quote-form .formidable_row .inner .last.w50 {
	width: 47.5%;
}
.o-sec-1 {
	padding: 80px 3%;
}
.o-news-l {
	padding-left: 20%;
}
}
@media screen and (max-width: 1200px) {
.ie11 .circle-b 
{
	left: 12%;
}
.ie11 .location-logo{left:-19px;}
}
@media screen and (min-width: 1200px) {

.items img {
/*filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
	filter: gray;
	-webkit-filter: grayscale(100%);*/
}
.loader {
	-moz-animation: loaderheight 3.3s ease 1.5s;
	animation: loaderheight 2.8s ease 1.5s;
	-webkit-animation: loaderheight 2.8s ease 1.5s;
}
.logo-middle {
	-moz-animation: logomove 2s ease 1.8s;
	animation: logomove 2s ease 1.8s;
	-webkit-animation: logomove 2s ease 1.8s;
}
.logo-middle img {
	-moz-animation: logowidth 2s ease 1.8s;
	animation: logowidth 2s ease 1.8s;
	-webkit-animation: logowidth 2s ease 1.8s;
}
}

@media (max-width:1210px) and (min-width:810px) {
.items {
}
}

@media screen and (max-height: 700px) {
/*.o-banner {
	height: 400px;
}*/
.scroll-down .c-more {
	top: 58%;
}
.o-banner-desc {
	top: 28%;
	padding: 10px 0;
}
.o-banner .slideImgWrap a div {
	background-size: contain;
	background-position: center top;
}
.o-banner-desc h2 {
	font-size: 30px;
	margin-top: 0;
}
.o-banner-desc h2 span {
	top: 59px;
}
.o-banner-desc ul {
	margin-top: 20px;
}
.o-m-nav ul li a {
	padding: 24px;
	font-size: 16px;
}
.o-nav {
	padding: 15px 0;
}
.o-logo img {
	width: 250px
}
.o-head {
	padding: 25px 0;
}
}

@media screen and (max-height: 600px) {
.scroll-down .c-more {
	top: 64%;
}
}

@media screen and (max-height: 500px) {
/*.o-banner {
	height: 350px;
}*/
.o-banner-desc {
	top: 20%;
}
.scroll-down .c-more {
	top: 59%;
}
}

@media screen and (max-height: 450px) {
/*.o-banner {
	height: 300px;
}*/
.scroll-down .c-more {
	top: 56%;
}
.o-banner-desc {
	top: 12%;
}
}

@media screen and (max-width: 1200px) {
.android .o-a-parallax-2 {
	background-attachment: scroll !important
}
.android .o-a-parallax-1 {
	background-attachment: scroll !important
}
.location-logo {
	left: -40px;top: 59px;
}
.location-logo img {
	width: 120px;
}
.o-process-slide {
	padding-left: 60px;
}
.o-banner-desc h2 span {
	left: 43%;
}
.o-quote-form .formidable .checkbox.w100 {
	width: 16%;
}
.o-quote-form .element.radio .has_label {
	width: 85%;
}
.o-sec-3 {
	background-size: cover !important;
}
.circle-b {
	left: 6%;
}
.ccm-SlideshowBlock-display .slideImgWrap {
	top: 0px !important;
}
.o-recent-p-head {
	opacity: 1 !important;
	margin-left: 0px;
}
.o-r-product-desc {
	opacity: 1 !important;
	margin-left: 0px;
}
/*.get-quote h3 {
	color: #FFF;
	font-size: 14px;
	width: 140px;
	margin-top: 72px;
	margin-left: -58px;
}*/
/*.o-logo img {
	width: 120px;
	margin-top: 4px;
}*/
/*.get-quote {
	margin-left: -50px;
	z-index: 999;
	top: 50%;
	margin-top: -74px;
	height: 134px;
	width: 23px;
}*/
.goto-top.display {
	width: 40px;
	height: 43px;
}
.goto-top img {
	width: 20px;
}
.load-more-btn {
	margin-bottom: 0px;
}
.o-modal {
	top: 4%;
}
#o-a-parallax {
	background-position: center !important;
	background-size: cover;
}
.o-a-parallax-2 {
	background-position: center !important;
	background-size: cover;
}
.o-a-parallax-1 {
	background-position: center !important;
	background-size: cover;
}
.o-parallax-4 {
	background-size: initial;
	background-position: center !important;
}
.o-parallax-5 {
	background-size: initial;
	background-position: center !important;
}
.o-parallax-6 {
	background-size: initial;
	background-position: center !important;
}
.o-parallax-7 {
	background-size: initial;
	background-position: center !important;
}
.o-footer-l {
	padding-left: 30px;
	padding-right: 60px;
}
.o-m-nav {
	width: 100%;
}
.o-sec-2 {
	min-height: 200px;
	padding: 100px 0;
}
.o-sec-2 .media-body h4 {
	font-size: 36px;
	margin-bottom: 20px;
	margin-top: 5px;
}
.o-sec-2 .media-object {
	width: 100px;
}
.o-recent-p-head-r .c-more {
	font-size: 18px;
	min-height: 74px;
}
}

@media screen and (max-width: 1150px) {
.o-m-nav.affix .o-logo img {
	width: 160px !important;
	margin-top: 0px;
}
}
@media screen and (max-width: 1000px) {
.ie11 .o-location {
	background-image: url(../images/ie-map-new.png);
	
	background-size:100% auto;
}
.ie11 .circle-b{display:none}
.ie11 .location-logo{display:none}
.ie10 .o-location {
	background-image: url(../images/ie-map-new.png);
	
	background-size:100% auto;
}
.ie10 .circle-b{display:none}
.ie10 .location-logo{display:none}
.ie9 .o-location {
	background-image: url(../images/ie-map-new.png);
	
	background-size:100% auto;
}
.ie9 .circle-b{display:none}
.ie9 .location-logo{display:none}
}
@media screen and (min-width: 1024px) {
.affix {
	width: 100%;
	top: 0px !important;
	position: fixed !important;
}
.o-m-nav.affix {
	position: fixed;
	height: 56px !important;
	top: 0;
	z-index: 1000;
	background: #222222;
	width: 100%;
	left: 0;
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
}
.o-m-nav.affix ul li a.nav-selected {
	background: #8ab623;
	color: white;
}
.o-m-nav.affix ul li a:hover {
	background: #8ab623;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: white;
}
.o-m-nav.affix .o-logo {
	position: absolute;
	top: 5px;
	display: block;
	left: 15px;
}
.o-m-nav.affix .o-logo img {
	width: 220px;
}
.o-m-nav.affix ul li a {
	padding: 15px;
	color: white;
	font-size: 14px;
}
.o-m-nav.o-fixed ul li a {
	padding: 20px;
	color: white;
	font-size: 14px;
}
.o-m-nav {
	display: block !important;
	width: 100%;
	height: auto !important;
	background: rgba(0,0,0,0.7);
}
}

@media screen and (max-width: 1024px) {
.f-copy {
	padding-left: 35px
}
.o-sec-r {
	padding-left: 5%;
}
.o-news p {
	line-height: 22px;
}
.o-banner-desc h2 span {
	left: 42%;
}
.o-process-slide {
	padding-left: 4%;
}
.product-description-19 textarea {
	min-height: 150px;
}
.o-quote-q {
	font-size: 20px !important;
}
.location-logo img {
	width: 120px
}
.location-logo {
	left: -43px;
}
.o-port-logo {
	left: 43%;
}
.o-news-l {
	min-height: 300px;
	padding-top: 55px;
}
.o-news-b + .o-news-b .o-news-l {
	min-height: 300px;
}
.o-process-list li:first-child.active h4 {
	padding-right: 14px;
}
.o-process-list li.active h4 {
	padding-right: 0px;
}
.o-news h4 a {
	line-height: 22px;
	font-size: 22px;
}
.container {
	padding: 0 25px;
}
.get-quote {
	margin-left: -50px;
	height: 171px;
	width: 30px;
}
.get-quote h3 {
	font-size: 15px;
	width: 214px;
	margin-top: 67px;
	margin-left: -92px;
}
}

@media screen and (max-width: 1023px) {
.android .o-m-nav {
	top: 77px;
}
.android .o-nav-btn {
	top: 27px !important;
}
.o-news p {
	line-height: 22px;
}
.o-banner-desc h2 span {
	left: 42%;
}
.o-process-slide {
	padding-left: 4%;
}
.product-description-19 textarea {
	min-height: 150px;
}
.o-quote-q {
	font-size: 20px !important;
}
.location-logo img {
	width: 120px
}
.location-logo {
	left: -43px;
}
.o-port-logo {
	left: 43%;
}
.o-news-l {
	min-height: 300px;
	padding-top: 55px;
}
.o-news-b + .o-news-b .o-news-l {
	min-height: 300px;
}
.o-process-list li:first-child.active h4 {
	padding-right: 14px;
}
.o-process-list li.active h4 {
	padding-right: 0px;
}
.o-news h4 a {
	line-height: 22px;
	font-size: 22px;
}
.container {
	padding: 0 25px;
}
.get-quote {
	margin-left: -50px;
	height: 171px;
	width: 30px;
}
.get-quote h3 {
	font-size: 15px;
	width: 214px;
	margin-top: 67px;
	margin-left: -92px;
}
.o-nav-box {
	margin-top: 4px;
}
.o-nav-btn {
	top: 13px;
}
.circle-b {
	top: 55%;
left: 8%;
}
.o-banner {
	height: 500px !important;
}
.scroll-down .c-more {
	display: none;
}
.o-banner .slideImgWrap a div {
	background-size: contain;
	background-position: center top;
	height: 800px !important;
	margin-top: 0px;
}
.o-nav-btn:hover i {
	color: #8ab623
}
.o-logo img {
	width: 145px;
}
.o-banner-desc {
	top: 38%;
}
.o-m-nav {
	position: fixed;
	top: 50px;
	z-index: 100;
	left: 0;
	height: 100%;
	background: #222222;
}
.o-m-nav ul li a.nav-selected {
	background: white;
	color: #222222;
}
.o-m-nav ul li a {
	color: #FFFFFF;
}
.o-nav-btn {
	display: block
}
/*.o-m-nav.affix{display:none}*/
.o-m-nav {
	display: none
}
.o-nav {
	position: fixed;
	width: 100%;
	padding: 10px 0;
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
}
.o-m-nav ul li a:hover {
	background: white;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: #222222;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.o-m-nav ul li {
	width: 33%;
}
}

/*}
@media screen and (max-width: 1150px) {
.o-m-nav.affix .o-logo img {
	width: 180px;
	margin-top: 6px;
}
}

@media screen and (min-width: 1024px) {
.affix {
	width: 100%;
	top: 0px !important;
	position: fixed !important;
}
.o-m-nav.affix {
	position: fixed;
	height: 56px;
	top: 0;
	z-index: 1000;
	background: #222222;
	width: 100%;
	left: 0;
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
}
.o-m-nav.affix ul li a.nav-selected {
	background: #8ab623;
	color: white;
}
.o-m-nav.affix ul li a:hover {
	background: #8ab623;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: white;
}
.o-m-nav.affix .o-logo {
	position: absolute;
	top: 4px;
	display: block;
	left: 15px;
}
.o-m-nav.affix .o-logo img {
	width: 166px;
margin-top: 0;
}
.o-m-nav.affix ul li a {
	padding: 15px;
	color: white;
	font-size: 14px;
}
.o-m-nav.o-fixed ul li a {
	padding: 20px;
	color: white;
	font-size: 14px;
}
.o-m-nav {
	display: block !important;
	width: 100%;
	background: rgba(0,0,0,0.7);
}
}


@media screen and (max-width: 1024px) {
.f-copy p {
	line-height: 20px;
}
.o-banner-desc h2 span {
	left: 42%;
}
.o-process-slide {
	padding-left: 4%;
}
.product-description-19 textarea {
	min-height: 150px;
}
.o-quote-q {
	font-size: 20px !important;
}
.location-logo img {
	width: 120px
}
.location-logo {
	left: -43px;
}
.o-port-logo {
	left: 43%;
}
.o-news-l {
	min-height: 300px;padding: 10%;
}
.o-news-b + .o-news-b .o-news-l {
	min-height: 300px;padding: 10%;
}
.o-process-list li:first-child.active h4 {
	padding-right: 14px;
}
.o-process-list li.active h4 {
	padding-right: 0px;
}
.o-news h4 a {
	line-height: 22px;
	font-size: 22px;
}
.container {
	padding: 0 25px;
}
.get-quote {
	margin-left: -50px;
	height: 171px;
	width: 30px;
}
.get-quote h3 {
	font-size: 15px;
	width: 214px;
	margin-top: 99px;
	margin-left: -89px;
}
.o-nav-box {
	margin-top: 10px;
}
.o-nav {
padding: 5px 0;
}
.o-nav-btn {
	top: 13px;
}
.circle-b {
	top: 61%;
	left: 12%;
}
.o-banner {
	height: 500px !important;
}
.o-banner .slideImgWrap a div {
	background-size: contain;
	background-position: center top;
	height: 800px !important;
	margin-top: 0px;
}
.o-nav-btn:hover i {
	color: #8ab623
}
.o-logo img {
	width: 250px;
}
.o-banner-desc {
	top: 26%;
padding: 5px 0 20px 0;
}

}
@media screen and (max-width: 1023px) {
.o-banner-desc {
top: 40%;
}
.o-nav-btn {
top: 29px;
}
.o-m-nav {
	position: fixed;
	top: 50px;
	z-index: 1000;
	left: 0;
	height: 100%;
	background: #222222;
}
.o-m-nav ul li a.nav-selected {
	background: white;
	color: #222222;
}
.o-m-nav ul li a {
	color: #FFFFFF;
}
.o-nav-btn {
	display: block
}
.o-m-nav {
	display: none
}
.o-nav {
	position: fixed;
	width: 100%;
	padding: 10px 0;
	-webkit-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	-moz-box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
	box-shadow: 0px 3px 5px rgba(100, 100, 100, 0.49);
}
.o-m-nav ul li a:hover {
	background: white;
	-webkit-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-moz-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	-o-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	color: #222222;
	-ms-transition: 200ms ease-in-out, background-color 250ms ease-in-out;
	transition: 200ms ease-in-out, background-color 250ms ease-in-out;
}
.o-m-nav ul li {
	width: 33%;
}	
}*/
@media screen and (max-width: 992px) {
.circle-b {
	top: 56%;
left: 8%;
}
.o-recent-p-head {
	width: 100%;
}
.o-sec-3-box h3 {
	font-size: 24px;
}
.o-logo img {
	width: 165px;
	margin-top: 0px;
	height: 30px;
}
.o-map-box ul {
	margin-right: 30px;
}
.o-process-slide .item p {
	padding-left: 0px;
	padding-right: 0px;
}
.o-footer-l {
	padding-right: 70px;
}
.o-news h4 {
	line-height: 20px;
	font-size: 22px;
}
.o-footer-l h3 {
	font-size: 18px;
}
.location-logo {
	left: -20px;
}
.location-logo img {
	width: 100px;
}
.o-news h4 a {
	font-size: 17px;
}
.o-news h5 {
	font-size: 18px;
}
/*.o-news-l {
	padding-top: 40px;
	padding-left: 23%;
}
.o-news-b + .o-news-b .o-news-l {
	padding-top: 40px;
	padding-right: 23%;
}*/
.o-process-list li {
	width: 16%;
	margin-bottom: 20px;
	height: 200px;
}
.o-process-list li.active {
	margin-top: 0px
}
}

@media screen and (max-width: 940px) {
.circle-b {
top: 55%;
left: 8%;
}
}
@media screen and (max-width: 920px) {
.circle-b {
top: 53%;
left: 8%;
}
}
@media screen and (max-width: 900px) {
.circle-b {
	top: 52%;
left: 8%;
}
.location-logo {
	left: -37px;
	top: 98px;
}
}

@media screen and (max-width: 880px) {
.circle-b {
	top: 50%;
left: 7%;
}
}

@media screen and (max-width: 860px) {
.circle-b {
	top: 48%;
left: 8%;
}
}

@media screen and (max-width: 840px) {
.circle-b {
	top: 46%;
left: 7%;
}
}

@media screen and (min-width: 800px) {
.o-sec-3-box h3 {
	font-size: 22px;
}
}

@media screen and (max-width: 800px) {
.circle-b {
	top: 44%;
left: 7%;
}
}

@media screen and (max-width: 790px) {
.circle-b {
	top: 43%;
left: 7%;
}
}

@media screen and (max-width: 780px) {
.circle-b {
	top: 43%;
left: 7%;
}
}

@media screen and (max-width: 770px) {
.circle-b {
	top: 43%;
left: 7%;
}
.o-news-l {
	padding-top: 60px;
}
}

@media screen and (min-width: 768px) {
.modal-dialog {
	width: 450px;
}
/*.o-modal img {
	max-height: 350px;
	height: 300px !important;
}*/
}

@media screen and (max-width: 768px) {
.o-quote-form h4 {
	margin-top: 20px;
}
.o-news-l {
	padding-top: 35px;
}
.f-copy p {
	line-height: 20px;
}
.product-description-19 textarea {
	min-height: 150px;
}
.circle-b {
	top: 42%;
left: 6%;
}
.o-sec-2 .media-body h4 {
	font-size: 32px;
}
.o-recent-p-head-l h3 {
	float: none !important;
	text-align: center;
}
.o-recent-p-head-l {
	width: 100%;
}
.o-recent-p-head-r .c-more {
	display: block;
	text-align: center;
	padding-top: 25px;
}
.o-recent-p-head-r {
	width: 100%;
}
.o-banner {
	height: 500px;
}
.c-more {
	padding: 11px 29px;
	font-size: 17px;
}
.o-process-slide {
	padding: 40px 0;
	padding-left: 2%;
}
.o-carousel-2 {
	margin-top: 0px;
}
.o-banner-desc ul li {
	font-size: 14px;
}
.o-parallax-4 {
	background-size: initial;
	background-position: center !important;
}
.o-parallax-5 {
	background-size: initial;
	background-position: center !important;
}
.o-recent-p-head-r .c-more {
	padding-top: 25px;
}
.carousel-control {
	width: 7%;
}
.carousel-control .glyphicon-chevron-right {
	left: 26%;
	top: 45%;
}
.load-more-btn {
	margin-bottom: 0px;
}
.o-sec-3-box h3 {
	font-size: 20px;
}
.carousel-control .glyphicon-chevron-left {
	top: 45%;
}
.o-a-parallax-2 {
	background-position: center !important;
	background-size: cover;
}
.o-a-parallax-1 {
	background-position: center !important;
	background-size: cover;
}
#o-a-parallax {
	background-position: center !important;
	background-size: cover;
}
.o-recent-p-2 {
	background-size: contain;
	background-position: center;
}
.o-r-product-desc {
	bottom: 0;
}
.o-footer-l h3 {
	font-size: 16px;
}
.o-port-head span {
	left: 34%;
	top: 42px;
}
.o-port-head {
	font-size: 16px;
	padding: 15px 5px;
}
.o-banner-desc {
	top: auto;
	bottom: 0;
	padding: 0px;
}
.wrapper h2 {
	font-size: 24px;
	margin-bottom: 0px;
	margin-top: 0;
}
.o-banner-desc h2 {
	padding-bottom: 5px !important;
}
.o-banner-desc h2 span {
	left: 41%;
	top: 50px;
}
.o-banner-desc ul {
	margin-top: 10px;
}
.o-process-list li {
	width: 33%;
}
.o-parallax-4 {
	background-size: cover !important;
}
.o-parallax-5 {
	background-size: cover !important;
}
.o-process-list li.active h4 {
	font-size: 20px;
}
.o-port-logo {
	left: 40%;
}
.o-news h4 a {
	line-height: 30px;
}
.o-sec-1 p {
	font-size: 16px;
	line-height: 30px;
}
.load-more-btn {
	padding: 10px 14px;
	font-size: 14px;
}
.load-more-btn span {
	font-size: 16px;
}
.o-port-desc {
	padding: 10px 10px 0 10px;
}
.o-port-desc ul li {
	font-size: 14px;
}
.o-banner .slideImgWrap a div {
	background-size: cover;
	background-position: center center;
	height: 500px !important;
	margin-top: 0px;
}
.o-sec-3.odd .o-sec-r {
	padding-right: 2%;
	padding-left: 5%;
}
.o-sec-3 {
	min-height: 300px;
	background-size: cover;
}
.o-sec-3-box {
	padding: 40px 0;
}
.o-parallax {
	min-height: 300px;
	margin-top: 20px;
}
.o-sec-3-box p {
	font-size: 16px;
	line-height: 32px;
}
.location-logo {
	top: 83px;
	left: -39px;
}
.wrapper h6 {
	font-size: 18px;
}
.o-quote-form .radio.w100 label {
	width: 78px;
}
.o-quote-form .formidable .checkbox.w100 {
	width: 15%;
}
.o-quote-form .element.radio .label {
	width: 12%;
}
.o-quote-q {
	font-size: 16px !important;
}
.o-quote h3 {
	font-size: 40px !important;
	margin-bottom: 4px !important;
}
.ax-details {
	width: 80%;
}
.ax-progress {
	width: 83%;
}
.o-news .owl-prev {
	left: 40px;
}
.o-news .owl-next {
	right: 40px;
}
}

@media screen and (max-width: 767px) {
.ie11 .o-location {
	background-size:300px auto;
}
.ie10 .o-location {
	background-size:300px auto;
}
.ie9 .o-location {
	background-size:300px auto;
}
.o-map-box {
	margin-top: 60px
}
.o-news .owl-prev {
	left: 20px;
}
.o-news .owl-next {
	right: 20px;
}
.get-quote {
	display: none;
}
.circle-b {
	top: 53%;
left: 29%;
}
.modal-dialog {
	width: 60%;
}
.o-news-b + .o-news-b .o-news-l {
	display: none
}
.location-logo {
	left: 22%;
	top: 11%;
}
.o-location {
	background-position: center;
}
.o-footer-l {
	padding-left: 0px;
}
.o-banner-desc ul {
	margin-top: 10px;
}
.o-banner-desc h2 span {
	left: 41%;
	top: 50px;
}
.o-banner-desc h2 {
	font-size: 24px;
}
.o-banner-desc {
	padding: 0px;
}
.o-banner-desc {
	top: auto;
	bottom: 0;
}
.items {
	width: 48%;
}
.o-footer-l {
	padding-right: 0px;
}
.o-location {
	margin-top: 60px;
	height: 390px;
}
.o-news-l {
	padding-top: 45px;
	padding-left: 65px;
	height: 200px;
	padding-right: 65px;
}
.o-news-b + .o-news-b .o-news-l {
	padding-top: 25px;
	min-height: 200px;
	padding-right: 65px;
	padding-left: 65px;
}
.o-process-more {
	text-align: center
}
.o-port-logo {;
	left: 42%;
}
.o-sec-3-box {
	padding: 30px 0;
}
.o-sec-3-box p {
	font-size: 18px;
	line-height: 30px;
}
.o-sec-3-box h3 {
	font-size: 24px;
}
.next-btn {
	font-size: 18px;
}
.o-sec-r {
	padding-right: 0%;
}
}

@media screen and (max-width: 700px) {
.circle-b {
	left: 27%;
}
}

@media screen and (max-width: 680px) {
.circle-b {
	left: 26%;
}
.location-logo {
	left: 18%;
	top: 11%;
}
}

@media screen and (max-width: 660px) {
.circle-b {
	left: 26%;
}
}


@media screen and (max-width: 640px) {
.o-quote-form h4 {
margin-top: 0px;
}
.mobile-quote .c-more {
margin-top: 35px;
}
.o-quote p {
	font-size: 13px;
	line-height: 20px;
}
.o-quote-form .formidable .checkbox.w100 {
	width: 31%;
	padding-top: 0px;
}
.o-quote-form .checkbox.what-are-you-looking-for-5 {
	margin-bottom: 10px;
}
.o-quote-form .ax-extensions {
	display: none
}
.o-quote-form .formidable_row .inner .last.w50 {
	padding: 20px 20px 0px 20px;
	margin-bottom: 10px;
}
.company-name-13, .name-14, .email-15, .phone-16 {
	width: 47%;
	margin-bottom: 0px !important;
}
.o-quote-form .formidable .buttons .btn.primary {
	padding: 14px 16px;
	font-size: 13px;
}
.company-name-13 .input.no_label input, .name-14 .input.no_label input, .email-15 .input.no_label input, .phone-16 .input.no_label input {
	margin-top: 5px
}
.o-quote-form .checkbox.w100 label {
	font-size: 12px;
}
.o-quote-form h4 {
	line-height: 24px;
}
.fancybox-next span {
	right: -35px !important;
}
.fancybox-prev span {
	left: -35px !important;
}
.circle-b {
	top: 53%;
left: 25%;
}
.o-sec-3-box h3 {
	font-size: 22px;
}
.o-modal {
	top: 0%;
}
.o-port-m-desc p {
	line-height: 18px;
}
.modal-dialog {
	width: 70%;
}
.o-r-product-c h4 {
	background-position: 24%;
}
.o-port-head span {
	display: none;
}
.o-head {
	padding: 25px 0;
}
.o-head h3 {
	font-size: 26px;
}
.o-head h3 span img {
	width: 30px;
}
.wrapper h4 {
	font-size: 28px;
}
.o-port-head {
	font-size: 16px;
}
.o-port-desc ul li {
	font-size: 14px;
}
.o-port-head {
	font-size: 16px;
	padding: 15px 0;
}
.load-more-btn {
	padding: 8px 10px;
	font-size: 14px;
}
.load-more-btn span {
	font-size: 16px;
}
.o-port-desc ul>li+li:before {
	padding: 0 3px;
}
.goto-top {
	display: none !important
}
.o-process-slide {
	padding: 20px 0;
}
.o-carousel-2 {
	margin-top: 0px;
}
.o-process-list li {
	width: 33%;
	height: 100px;
}
.o-process-list li.active h4 {
	font-size: 16px;
}
.o-process-list li span {
	width: 40%;
	height: 70px;
	margin-left: 0px;
	background-size: 100% auto;
}
.o-process-list .p-1.active span {
	width: 43%;
	height: 70px;
	background-size: 100% auto;
}
.o-process-list .p-2.active span {
	width: 43%;
	height: 70px;
	background-size: 100% auto;
}
.o-process-list .p-3.active span {
	width: 43%;
	height: 70px;
	background-size: 100% auto;
}
.o-process-list .p-4.active span {
	width: 43%;
	height: 70px;
	background-size: 100% auto;
}
.o-process-list .p-5.active span {
	width: 43%;
	height: 70px;
	background-size: 100% auto;
}
.o-process-list .p-6.active span {
	width: 43%;
	height: 70px;
	background-size: 100% auto;
}
.o-process-list .p-7.active span {
	width: 43%;
	height: 70px;
	background-size: 100% auto;
}
.o-process-list .p-8.active span {
	width: 43%;
	height: 50px;
	background-size: 100% auto;
}
.c-more {
	padding: 8px 10px;
	font-size: 12px;
}
.o-recent-p-head {
	width: 100%;
}
.o-recent-p-head-l {
	width: 100%;
}
.o-recent-p-head-r {
	width: 100%;
}
.o-r-product-desc {
	width: 100%;
}
.o-recent-p-head-r .c-more {
	display: block;
	text-align: center;
	padding-top: 25px;
}
.o-process-list li h4 {
	font-size: 14px;
	margin-top: 0;
}
.o-process-slide .item p {
	font-size: 16px;
	padding-right: 0px;
	line-height: 26px;
}
.o-footer-logo img {
	width: 100px;
}
.f-copy {
	padding: 0px !important;
}
.o-f-social ul li a i {
	font-size: 22px;
}
.o-footer-b {
	padding: 25px 0 15px 0;
}
.o-f-social .icon-pinterest-icon {
	font-size: 20px;
}
.o-f-social ul li {
	padding-left: 15px;
}
.f-copy p {
	font-size: 12px;
	margin-top: 12px;
}
.wrapper h2 {
	font-size: 30px;
}
.o-banner-desc h2 span {
	left: 37%;
}
.o-banner-desc ul li {
	font-size: 14px;
}
.o-sec-2 {
	min-height: 100px;
	padding: 60px 0;
}
.o-sec-2 .media-object {
	width: 70px;
}
.o-sec-2 .media-body h4 {
	font-size: 25px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.half {
	padding: 2%;
	width: 96%;
}
.third {
	padding: 2%;
	width: 96%;
}
.quarter {
	padding: 2%;
	width: 96%;
}
.o-maat-img img {
	width: 300px;
}
.o-logo-img img {
	width: 300px;
}
}

@media screen and (max-width: 620px) {
.circle-b {
	left: 24%;
}
}

@media screen and (max-width: 600px) {
.circle-b {
	left: 23%;
}
.location-logo {
	left: 8%;
	top: 11%;
}
}

@media screen and (max-width: 580px) {
.circle-b {
	left: 21%;
}
}

@media screen and (max-width: 560px) {
.circle-b {
	left: 20%;
}
}

@media screen and (max-width: 540px) {
.circle-b {
	top: 53%;
left: 20%;
}
.half {
	padding: 2%;
	width: 96%;
}
.third {
	padding: 2%;
	width: 96%;
}
.quarter {
	padding: 2%;
	width: 96%;
}
}

@media screen and (max-width: 520px) {
.circle-b {
	left: 18%;

}
}

@media screen and (max-width: 500px) {
.circle-b {
	left: 16%;
}
}

@media only screen and (min-width : 480px) and (max-width : 767px) {
.a-l-col {
	padding-left: 0px !important
}
.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11, .col-ms-12 {
	position: relative;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}
.col-ms-1, .col-ms-2, .col-ms-3, .col-ms-4, .col-ms-5, .col-ms-6, .col-ms-7, .col-ms-8, .col-ms-9, .col-ms-10, .col-ms-11 {
	float: left;
}
.col-ms-1 {
	width: 8.333333333333332%;
}
.col-ms-2 {
	width: 16.666666666666664%;
}
.col-ms-3 {
	width: 25%;
}
.col-ms-4 {
	width: 33.33333333333333%;
}
.col-ms-5 {
	width: 41.66666666666667%;
}
.col-ms-6 {
	width: 50%;
}
.col-ms-7 {
	width: 58.333333333333336%;
}
.col-ms-8 {
	width: 66.66666666666666%;
}
.col-ms-9 {
	width: 75%;
}
.col-ms-10 {
	width: 83.33333333333334%;
}
.col-ms-11 {
	width: 91.66666666666666%;
}
.col-ms-12 {
	width: 100%;
}
}

@media screen and (max-width: 480px) {
.f-copy address {
	text-align: center;
}
.o-sec-3-box h3 {
	padding-right: 0px;
}
.process-pop a {
	width: 50px;
	height: 50px;
}
.f-copy p {
	margin-top: 0px;
}
.o-f-social {
	margin-bottom: 20px;
}
.o-ten {
	margin-bottom: 10px
}
.o-f-social address {
	text-align: center;
margin-top:20px:
}
.circle-b {
	top: 53%;
left: 15%;
}
.phone img {
	width: 24px !important;
}
.modal-loader {
	height: 300px;
}
.o-process-list li span {
	width: 29%;
	height: 53px;
}
.o-process-list .p-1.active span {
	width: 32%;
	height: 55px;
	background-size: 100% auto;
}
.o-process-list .p-2.active span {
	width: 32%;
	height: 55px;
	background-size: 100% auto;
}
.o-process-list .p-3.active span {
	width: 32%;
	height: 55px;
	background-size: 100% auto;
}
.o-process-list .p-4.active span {
	width: 32%;
	height: 55px;
	background-size: 100% auto;
}
.o-process-list .p-5.active span {
	width: 32%;
	height: 55px;
	background-size: 100% auto;
}
.o-process-list .p-6.active span {
	width: 32%;
	height: 55px;
	background-size: 100% auto;
}
.o-process-list .p-7.active span {
	width: 32%;
	height: 55px;
	background-size: 100% auto;
}
.o-process-list .p-8.active span {
	width: 32%;
	height: 55px;
	background-size: 100% auto;
}
.o-process-list li {
	width: 50%;
	height: 70px;
	margin-bottom: 30px;
}
.location-logo {
	left: 4%;
}
.items {
	width: 100%;
}
.o-r-product-desc h3 {
	font-size: 22px;
}
.wrapper h5 {
	font-size: 20px;
}
.wrapper h4 {
	font-size: 24px;
}
.o-r-product-c {
	padding: 15px 40px 10px 40px;
}
.o-recent-p-head-l h3 {
	line-height: 30px;
	padding-bottom: 10px;
}
.o-news-l {
	padding-top: 25px;
	padding-bottom: 20px;
}
.o-news p {
	line-height: 20px;
}
.o-news-b + .o-news-b .o-news-l {
	padding-bottom: 25px;
}
.o-news h4 a {
	line-height: 25px;
	font-size: 20px;
}
.carousel-control .glyphicon-chevron-right {
	left: -20%;
}
.o-process-slide {
	padding: 30px 0;
}
.o-process-slide .item p {
	font-size: 20px;
}
.o-carousel-2 {
	margin-top: 0px;
}
.o-parallax-4 {
	background-size: initial;
}
.next-btn img {
	width: 30px
}
.o-parallax-5 {
	background-size: initial;
}
.o-sec-3-box h3 {
	margin-top: 0;
}
.o-sec-3-box p {
	font-size: 16px;
	line-height: 28px;
}
.o-sec-3-i-box {
	padding-left: 30px;
}
.o-sec-3.even .o-sec-3-i-box {
	margin-top: 90px;
	padding-left: 30px;
}
.o-sec-3-i-box img {
	width: 100px
}
.o-m-nav ul li a {
	padding: 20px;
}
.o-port-logo {
	left: 36%;
}
.f-copy p {
	text-align: center;
}
.o-f-social ul {
	float: none !important;
	text-align: center;
}
.o-banner-desc h2 span {
	height: 3px;
	left: 33%;
	top: 57px;
}
.o-banner-desc ul {
	margin-top: 25px;
}
.wrapper h2 {
	font-size: 20px;
}
.o-sec-1 {
	padding: 40px 0;
}
.o-head {
	padding: 25px 0;
}
.o-head h3 span {
	margin-right: 10px;
}
.o-head h3 span img {
	width: 36px;
}
.o-head h3 {
	font-size: 30px;
}
.o-sec-2 .media-body h4 {
	font-size: 20px;
}
.o-sec-2 .media-object {
	width: 60px;
}
.o-a-parallax-2 {
	padding: 200px 0;
}
.o-a-parallax-1 {
	padding: 200px 0;
}
#o-a-parallax {
	padding: 200px 0;
}
.o-sec-1 p {
	font-size: 16px;
	line-height: 27px;
}
.o-m-nav ul li {
	width: 100%;
}
}

@media screen and (max-width: 460px) {
.circle-b {
	left: 13%;
}
}

@media screen and (max-width: 440px) {
.circle-b {
	left: 12%;
}
}

@media screen and (max-width: 420px) {
.items {
	width: 100%;
}
.circle-b {
	left: 10%;
}
}

@media screen and (max-width: 400px) {
.android .o-location {
	height: 500px !important;
}
.o-route {
	font-size: 14px;
	padding: 10px 15px;
}
.android .o-logo img {
	width: 180px;
}
.android .o-nav-btn {
	top: 20px !important;
}
.o-carousel-2 {
	margin-top: 15px;
}
.logo-middle img {
	width: 200px;
}
.o-port-head span {
	display: block;
	top: 40px;
}
.o-news-l {
	padding-left: 45px;
	padding-right: 45px;
}
.o-news h4 a {
	font-size: 18px;
}
.o-portfolio-box {
	margin-bottom: 30px;
}
.o-r-product-desc {
	min-height: 100px;
}
.circle-b {
	top: 51%;
left: 13%;
}
.wrapper h6 {
}
.o-sec-1.o-def-sec p {
	font-size: 14px;
}
.o-sec-1.o-def-sec {
	padding: 20px 0 0 0;
}
.modal-dialog {
	width: 95%;
}
.o-sec-2 {
	padding: 30px 0;
}
.o-footer-l h3 {
	font-size: 16px;
	margin-top: 0;
	margin-bottom: 0px
}
.o-footer-l p {
	line-height: 20px;
}
.o-sec-2 .media-body h4 {
	font-size: 16px;
}
.o-footer-l .formidable input[type=text], .formidable input[type=url], .formidable input[type=tel], .formidable input[type=number], .formidable input[type=email], .formidable textarea, .formidable select, .formidable input[type=password][type=text] {
	font-size: 14px;
}
.o-head.o-contact-head h3 span img {
	width: 17px;
}
.o-recent-p-head-l {
	min-height: 50px;
}
.o-recent-p-head {
	top: 50px;
}
.o-recent-p-head-r .c-more {
	font-size: 14px;
	min-height: 50px;
	padding-top: 15px;
}
.o-recent-p-head-l h3 {
	font-size: 14px;
}
.o-banner-desc h2 {
	margin-top: 0;
	line-height: 30px;
	padding-top: 10px;
}
.o-banner-desc {
	padding: 0;
}
.o-banner-desc h2 span {
	top: 50px;
}
.o-banner-desc ul {
	margin-top: 10px;
}
.o-portfolio .container {
	padding-left: 7px;
}
.o-r-product-desc h3 {
	font-size: 16px;
}
.o-r-product-desc h3 {
	padding: 10px 0;
}
.o-r-product-desc h3 span {
	top: 50px;
}
.o-r-product-c p {
	font-size: 16px;
	margin-bottom: 0px
}
.wrapper h4 {
	font-size: 18px;
}
.o-r-product-c h4 span img {
	width: 40px
}
.o-r-product-c h4 {
	margin-bottom: 0;
}
.o-r-product-c {
	padding: 10px;
}
.o-recent-p-2 {
	height: 500px;
}
.o-recent-parallax-1 {
	height: 500px;
}
.location-logo {
	top: 16px;
}
.o-sec-3-box h3 {
	font-size: 22px;
	line-height: 26px;
}
.o-banner {
	height: 400px;
}
.o-footer-b {
	padding: 10px 0 5px 0;
}
.o-banner-desc ul li {
	font-size: 12px;
}
.o-port-logo {
	left: 32%;
}
.o-location {
	margin-top: 60px;
	height: 320px;
}
.o-head h3 span img {
	width: 28px;
}
.o-head {
	padding: 10px 0;
}
.mobile-quote {
min-height: 80px;
}
.mobile-quote .c-more {
margin-top: 25px;
}
.o-head h3 {
	font-size: 20px;
}
.o-port-logo {
	padding: 10px;
}
.o-portfolio {
	padding-bottom: 40px;
}
.o-footer-l .formidable .buttons .btn.primary {
	padding: 4px 17px;
	font-size: 12px;
	height: 30px;
}
/*.o-process-list .p-1.active span {
	background-size: 70% auto;
	height: 115px;
}
.o-process-list .p-2.active span {
	background-size: 70% auto;
	height: 115px;
}
.o-process-list .p-3.active span {
	background-size: 70% auto;
	height: 115px;
}
.o-process-list .p-4.active span {
	background-size: 70% auto;
	height: 115px;
}
.o-process-list .p-5.active span {
	background-size: 70% auto;
	height: 115px;
}
.o-process-list .p-6.active span {
	background-size: 70% auto;
	height: 115px;
}
.o-process-list li span {;
	background-size: 60% auto;
	height: 90px;
}
.o-process-list li {
	height: 140px;
}*/

.o-process-slide .item p {
	font-size: 16px;
	line-height: 23px;
}
}

@media screen and (max-width: 360px) {
.circle-b {
	top: 49%;
	left: 17%;
}
.o-maat-img img {
	width: 280px;
}
.o-logo-img img {
	width: 280px;
}
.location-logo img {
	width: 80px;
}
.circle-b {
	top: 51%;
left: 8%;
}
.product-description-19 textarea {
	min-height: 109px;
}
}

@media screen and (max-width: 330px) {
.o-port-logo {
	left: 28%;
}
.o-head {
	padding: 5px 0;
}
.o-head .phone h3 {
	padding-left: 29px;
	background-size: 18px;
}
.o-head .stack h3 {
	padding-left: 42px;
	background-size: 30px;
}
.o-head .star h3 {
	padding-left: 39px;
	background-size: 30px;
}
.items {
	margin: 0 1% 30px 3%;
}
.media-body h5 {
	margin-top: 0px;
	font-size: 12px;
	line-height: 10px;
}
.o-sec-1 p {
	font-size: 16px;
	line-height: 22px;
}
.o-banner-desc h2 span {
	left: 27%;
}
.circle-b {
	top: 51%;
left: 4%;
}
.o-process-list li.active h4 {
	font-size: 12px;
}
.o-process-list li span {
	height: 33px;
}
.o-process-list li h4 {
	font-size: 12px;
}
.o-process-list li {
	height: 65px;
}
.o-process-slide .item p {
	font-size: 14px;
}
.o-process-list .p-1.active span {
	height: 33px;
}
.o-process-list .p-2.active span {
	height: 33px;
}
.o-process-list .p-3.active span {
	height: 33px;
}
.o-process-list .p-4.active span {
	height: 33px;
}
.o-process-list .p-5.active span {
	height: 33px;
}
.o-process-list .p-6.active span {
	height: 33px;
}
.o-sec-2 .media-body h4 {
	font-size: 13px;
	line-height: 25px;
}
.o-sec-2 .media-object {
	width: 50px;
}
.o-head h3 {
	font-size: 17px;
}
.o-news h4 a {
	font-size: 14px;
}
.o-news-l {
	padding-left: 35px;
	padding-right: 35px;
}
.o-news .owl-prev {
	left: 10px;
}
.o-news .owl-next {
	right: 10px;
}
.o-sec-3-box p {
	font-size: 16px;
	line-height: 22px;
}
.product-description-19 textarea {
	min-height: 170px;
}
.o-quote-form .formidable textarea, .formidable select, .formidable input[type=password][type=text] {
	font-size: 12px;
	line-height: 15px;
	padding: 8px;
}
}

@media print {
}
