@charset "utf-8";
/*
Theme Name: Kalwall
Version:1.3.5
*/
html,
button,
input,
select,
textarea {
    color: #222;
}
html {
    font-size: 1em;
    line-height: 1.4;
}
::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}
::selection {
    background: #b3d4fc;
    text-shadow: none;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #303030;
    margin: 1em 0;
    padding: 0;
}
audio,
canvas,
img,
video {
    vertical-align: middle;
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
textarea {
    resize: vertical;
}
sup {
    top: -0.4em;
}
post-id-6845 #content .image.single {
	display: none !important;
}
/**********************************************/
/*     GLOBALS             					  */
/**********************************************/
body {
	font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	-webkit-text-size-adjust: 100%;
}
.wrap {
	width:1366px;
	margin:0 auto;
	position:relative;
}
.wrap:after {
	content: "";
	display: table;
	clear: both;
}
.alignleft {
	float:left;
	margin:0 20px 0 0;
}
.alignright {
	float:right;
	margin:0 0 0 20px;
}
.alignnone {
    margin: 5px 20px 20px 0;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
	margin:0 auto 15px;
}
.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}
.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}
.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0 !important;
    padding: 0 4px ;
}
.clear {
	clear:both;
}
.hidden {
	display:none;
	visibility:hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
	line-height:normal;
	margin:0 0 15px;
	font-weight:400
}
.home h1 {
	font-size:88px;
	font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}
h1 {
	font-size:88px;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight:200;
}
h2 {
	font-size:38px;
}
h3 {
	font-size:28px;
	margin:0 0 20px;
}
h4 {
	font-size:24px;
}
.page-id-10 h5 {
	font-size:26px !important;
	margin: 0 auto;
	padding:6px 20px;
	text-align: center;
}
ul, ol {
	margin:0 0 15px;
	padding:0 0 0 30px;
}
ul {
	list-style:disc outside;
}
ol {
	list-style:decimal outside;
}
ul li, ol li {
	margin:0 0 15px;
	font-size:18px;
}
a {
	color:#000;
	text-decoration:none;
}
a:hover {
	color:#666;
}
p {
	margin:0 0 15px;
	font-size:18px;
}
p.large {
	font-size:24px;
	margin:0 0 20px;
	line-height:normal;
}
p.small {
	font-size:16px;
	margin:0 0 20px;
}
.btn {
	background:#000;
	font-size: 14px;
    text-transform: uppercase;
	padding:10px 20px;
	color:#fff;
	text-decoration:none;
	text-align:center;
	display:inline-block;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
.btn:hover {
	color:#000;
	background:#E8E8E8;
}

.btn.white {
    background:#fff;
    color: #000;
}

.btn.white:hover {
    background:#000;
    color: #fff;
}

/**********************************************/
/*     HEADER             					  */
/**********************************************/
#header {
	width:100%;
	float:left;
	z-index:5152;
	margin:0 0 50px;
	-webkit-transition: all 800ms ease;
	-moz-transition: all 800ms ease;
	-ms-transition: all 800ms ease;
	-o-transition: all 800ms ease;
	transition: all 800ms ease;	
  position: relative;
}
.home #header {
	margin:0;
	position:fixed;
	left:0;
	top:0;
    z-index: 7000; /* display above home page panel navigation */
}
#header.background-white {
	background-color: rgba(255, 255, 255, 0.70);
}
.ie-version-8 #header.background-white {
	background:#fff;
}
#header.background-black {
	background-color: rgba(0, 0, 0, 0.70);
}
.ie-version-8 #header.background-black {
	background:#000;
}
#header ul li,
#header ul {
	list-style:none;
	padding:0;
	margin:0;
}
#header .logo {
	width:416px;
	float:left;
	height:52px;
	margin:23px 0 20px;
}
#header .logo a {
	width:416px;
	height:0;
	padding:52px 0 0;
	background-image:url(images/logo.png);
	background-repeat: no-repeat;
	display:block;
	overflow:hidden;
	background-size: contain !important;
}
#header.foreground-black .logo a {
	background-image:url(images/logo-dark.png);
}
#header .tools {
	float:right;
	margin:44px 0 0;
	position:relative;
	z-index:50;
}
#header .tools ul {
	float:left;
	margin:4px 12px 0 0;
}
#header .tools ul li {
	float:left;
	display:inline;
	position:relative;
}
#header .tools ul li a {
	display:block;
	float:left;
	font-size:16px;
	color:#fff;
	text-decoration:none;
	padding:6px 10px 19px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
#header.foreground-black .tools ul li a {
	color:#000
}
#header .tools ul li:hover > a {
	opacity:0.8;
}
/* #header .tools ul li.current_page_parent > a, */
#header .tools ul li.current_page_item > a {
	color:#fff;
	background:#000;
	/* padding-bottom:6px; */
}
#header .tools ul li.sfHover:hover > a {
	background:#fff;
	color:#696969;
	opacity:1;
}
#header .tools ul li.sfHover.current_page_parent > a.sf-with-ul {
	padding-bottom:19px !important;
	/*color:#fff;
	 background:#000; */
}
#header .tools ul ul {
	float:none;
	margin:0;
	position:absolute;
	background:#fff;
	padding:0 2px;
	border-top:solid 1px #acaaac;
	width:205px;
	padding:0 4px;
	left:-4px;
	top:47px;
	display:none;
}
.home #header .tools ul ul {
	left:0;
}
#header .tools ul ul li {
	float:none;
	display:block;
}
#header .tools ul ul li a {
	float:none;
	display:block;
	color:#444;
	font-size:20px;
	border-bottom:solid 1px #acaaac;
	padding:9px 10px 8px 24px;
}
#header .tools ul ul li:hover > a {
	color:#e7e7e7;
	background:#000;
	opacity:1;
}
#header .tools ul ul li:last-child a {
	border:0
}
#header .tools .search-form {
	float:left;
	display:block;
	width:246px;
	height:38px;
	background:url(images/bg-search.png);
}
@media (max-width: 1170px) {
    #header .tools .search-form {
        width: 230px;
    }
}
#header .tools .search-form input {
	border:0;
	font-size:16px;
	color:#fff;
	background:transparent;
	outline:0;
	padding:0;
	margin:0;
}
#header .tools .search-form input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
    opacity: 0.75;
}
#header .tools .search-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
    opacity: 0.75;
}
#header .tools .search-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
    opacity: 0.75;
}
#header .tools .search-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
    opacity: 0.75;
}
#header .tools .search-form .textbox {
	float:left;
	margin:10px 0 0 20px;
	width:70%;
}
#header .tools .search-form .btn-submit {
	float:right;
	width:46px;
	height:38px;
	background:url(images/btn-search.png) no-repeat 50% 50%;
}
#header .hr {
	width:100%;
	clear:both;
	height:1px;
	background: #FFF;
	position:relative;
	z-index:1;
}
#header.foreground-black .hr {
  background: #000;
}
#header .tagline {
	width:411px;
	height:0;
	display:block;
	padding:18px 0 0;
	background:url(images/tagline.png) no-repeat;
	background-size: contain;
	overflow:hidden;
	float:left;
	margin:17px 0 18px
}
#header.foreground-black .tagline {
	background-image:url(images/tagline-dark.png);
}
#header .nav {
	float:right;
	margin:-1px 0 0;
	position:relative;
	z-index:40;
}
#header .nav ul li {
	float:left;
	display:inline;
	padding:0 1px 0 0;
	position:relative;
}
#header .nav > ul > li {
  background-image:url(images/nav-div-white.png);
  background-repeat: no-repeat;
  background-position: 99% 100%; /* 99% to prevent div background images from being hidden due to rounding */
  margin-top: 1px;
}
#header.foreground-black .nav > ul > li {
  background-image: url(images/nav-div-black.png);
}
#header .nav > ul > li:last-child {
	padding:0;
	background-image: none;
}
#header .nav ul li a {
	float:left;
	display:block;
	font-size:20px;
	text-decoration:none;
	color:#fff;
	padding:13px 24px 6px;
	text-transform:lowercase;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
#header.foreground-black .nav ul li a {
	color:#000
}
#header .nav ul li:hover > a {
	color:#000;
}
#header .nav ul li:hover > a,
#header .nav ul li.sfHover > a {
	background:#fff;
	color:#000;
}
#header .nav ul li.current_page_parent > a,
#header .nav ul li.current_page_item > a,
#header .nav ul li.current > a {
	color:#fff;
	background:#000
}
/* #header .nav ul li:last-child > a {
	padding-right:0
} */
#header .nav ul ul {
	float:none;
	margin:0;
	position:absolute;
	background:#fff;
	width:205px;
	padding:0 4px;
	left:0;
	top:47px;
	display:none;
}
#header .nav ul ul li {
	float:none;
	display:block;
	padding:0;
	background:transparent;
}
#header .nav ul ul li a {
	float:none;
	display:block;
	color:#444;
	font-size:20px;
	text-transform:lowercase;
	border-bottom:solid 1px #acaaac;
	padding:9px 10px 8px 24px;
}
#header .nav ul ul li:hover > a {
	color:#e7e7e7;
	background:#000
}
#header .nav ul ul li:last-child a {
	border:0
}
/* Third Level */
#header .nav ul ul ul {
	float:none;
	margin:0;
	padding: 0;
	width: auto;
	
	position: relative;
	background:#fff;
	
	left: auto;
	top: auto;
	display:block !important;
	opacity: 1 !important;
}
	#header .nav ul ul ul a {
		padding-left: 22%;
		border: none;
		font-size: 16px;
	}
/**********************************************/
/*     MOBILE NAV      					  	  */
/**********************************************/
.btn-mob2,
.btn-mob {
	display: block;
	float: right;
	width: 56px;
	background: url(images/btn-mob.png) no-repeat 50% -34px;
	height: 0;
	padding: 53px 0 0;
	overflow: hidden;
	display:none;
}
.foreground-black .btn-mob {
	background-position:50% 9px;
}
.home .foreground-black .btn-mob {
	background-position:50% 15px;
}
.btn-mob2 {
	padding: 38px 0 0;
	background-position:50% -41px;
	float:left;
	margin:0 5px 0 0
}
.foreground-black .btn-mob2 {
	background-position:50% 9px;
}
.btn-mob.active,
.btn-mob:hover {
	background:#fff url(images/btn-mob.png) no-repeat 50% 15px;
}
.btn-mob2.active,
.btn-mob2:hover {
	background:#fff url(images/btn-mob.png) no-repeat 50% 9px;
}
.drop-mob {
	width:100%;
	float:left;
	position:relative;
	top:0;
	left:0;
	background:#fff;
	display:none;
	z-index:20;
}
#tool-nav.drop-mob {
	z-index:10
}
.drop-mob  ul li,
.drop-mob  ul {
	list-style:none;
	padding:0;
	margin:0;
}
.drop-mob  ul li {
	position:relative;
}
.drop-mob  ul li b {
	position:absolute;
	width:56px;
	height:0;
	padding:45px 0 0;
	background:url(images/btn-down.png) no-repeat 50% 14px;
	right:0;
	top:0;
	cursor:pointer;
	z-index:3;
}
.drop-mob  ul li:hover > b {
	background:#000 url(images/btn-down.png) no-repeat 50% -60px;
}
.drop-mob  ul li a {
	position:relative;
	z-index:1;
	display:block;
	color:#444;
	font-size:20px;
	text-transform:lowercase;
	border-bottom:solid 1px #acaaac;
	padding:9px 10px 8px 24px;
	-webkit-transition: all 200ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
.drop-mob  ul li a:hover {
	background:#000;
	color:#fff;
}
.drop-mob  ul ul {
	background:#f2f2f2;
	display:none;
}
/**********************************************/
/*     BOX             					  	  */
/**********************************************/
.home-navi {
	position:fixed;
	width:18px;
	padding:12px 9px 12px 7px;
	background: none;
	right: 0;
	z-index:6645;
	top:50%;
}
.home-navi.background-white {
	background:url(images/bg-home-navi-white.png);	
}
.home-navi.background-black {
	background:url(images/bg-home-navi.png); /* black */
}
.home-navi.background-none {
	background: none;
}
.wp-mobile-user .home-navi {
	display:none;
}
.home-navi a {
	display:block;
	width:14px;
	height:0;
	padding:14px 0 0;
	background:#fff;
	border:solid 2px #fff;
	overflow:hidden;
	margin:0 0 9px;
	outline:0;
	-webkit-transition: background 400ms ease, border-color 400ms ease;
	-moz-transition: background 400ms ease, border-color 400ms ease;
	-ms-transition: background 400ms ease, border-color 400ms ease;
	-o-transition: background 400ms ease, border-color 400ms ease;
	transition: background 400ms ease, border-color 400ms ease;	
}
.home-navi.foreground-black a {
	background: #000;
	border-color: #000;
}
.home-navi a:last-child {
	margin:0
}	
.home-navi a.active {
	background:transparent;
}
.box {
	width:100%;
	float:left;
	min-height:800px;
	position:relative;
	z-index:1;
	color:#000;
	/*
	background:url(images/bg-home.jpg) #bec9d1 no-repeat 50% 50%;
	*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-color: #bec9d1;
	background-size:cover;
}
.box .wrap {
	padding:90px 0;
	margin-top:149px;
}
.box h1 {
	color:#000;
	font-weight:700;
}
.box p {
	text-align:left;
	margin:0 0 30px;
}
.box .btn {
    box-sizing: border-box;
	width: 192px;
	padding-left: 10px;
	padding-right: 10px;
	float: right;
    font-size: 16px;
    text-transform: uppercase;
}
.box img {
	max-width: 100%;
}
.box.slideshowpanel .caption-slideshow .caption {
    right: 0px !important;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 1s linear;
    -moz-transition: opacity 1s linear;
    -ms-transition: opacity 1s linear;
    -o-transition: opacity 1s linear;
    transition: opacity 1s linear;
}
body:not(.centerbox-done) .box.slideshowpanel .caption-slideshow .caption {
    opacity: 0 !important;
}
.box .fullpanel-slideshow {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 1;
	top: 0;
	left: 0;
}
	.box .fullpanel-slideshow .slide {
		width: 100%;
		height: 100%;
		background-size: cover;
		background-repeat: no-repeat;
	}
	
.box.panel6 .layout {
	position: relative;
	z-index: 2;
}
.box .wrap-standard {
	text-align:left;
}
.box .wrap-standard .layout:after {
	content: "";
	display: table;
	clear: both;
}
.box .wrap-standard .layout-body {
	float:right;
	width:900px;
}
@media screen and (max-width: 1024px){
    .box .wrap-standard .layout-body {
        width: 80%;
    }
    .home .box[data-panel="box-2"] img {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
}
.box .wrap-standard h1 {
	margin:0 0 16px;
	font-size: 60px;
	font-weight:700;
	line-height: 70px;
	position: relative;
	left: -0.05em; /* fix for heading not aligning with the text below, specific to this font? */
}
.box .wrap-standard .one_third,
.box .wrap-standard .col {
	width:180px;
	float:none;
	display:inline-block;
	margin:0 0 0 40px;
	text-align:left;
	padding:8px 0 0
}
.box .wrap-standard .one_third img,
.box .wrap-standard .col img {
	display:block;
	margin:0 auto 5px;
}
.box .wrap-recent-proj h1 {
	font-size: 60px;
	text-align:right;
	margin:0 0 17px;
}
.box .wrap-recent-proj {
	padding-top:30px;
}
.box .wrap-recent-proj .items {
	margin-right:-1.7%;
	width:101.7%;
}
.box .wrap-recent-proj .item  {
	display:block;
	width:14.9%;
	float:left;
	margin:0 1.7% 20px 0;
	position:relative;
	color:#fff;
	text-decoration:none;
	overflow:hidden;
}
.box .wrap-recent-proj .item-mid,
.box .wrap-recent-proj .item-large  {
	width:31.5%;
}
.box .wrap-recent-proj .caption-full {
	display:none;
}
.box .wrap-recent-proj .item  .caption {
	display:block;
	width:100%;
	height:100%;
	background:url(images/bg-caption.png);
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	opacity:0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
.box .wrap-recent-proj .item:hover .caption {
	opacity:1;
}
.box .wrap-recent-proj .item  .caption p {
	font-size:18px;
	padding:0 10px;
	color:#fff;
	margin:0;
	position:absolute;
	left:0;
	bottom:10px;
	line-height: normal;
}
.box .wrap-recent-proj .item-large  .caption {
	height:auto;
	padding:6px 0 10px;
	position:absolute;
	left:0;
	opacity:1;
}
.box .wrap-recent-proj .item-large  .caption h5 {
	font-size:27px;
	margin:0 0 4px;
	padding:0 10px
}
.box .wrap-recent-proj .item-large  .caption p {
	position:relative;
	bottom:0;
}
.box .wrap-recent-proj .item  img {
	display:block;
	position:relative;
	z-index:1;
	width:100%;
	height:auto;
}
.box .wrap-news {
	padding-top:56px;
}
.box .wrap-news h1 {
	font-size: 60px;
	text-align:right;
	margin:0 0 -12px;
	text-transform:lowercase
}
.box .wrap-news .items {
	width:100%;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.box .wrap-news .item  {
	display:block;
	width:29.3%;
	float:left;
	position:relative;
	color:#fff;
	text-decoration:none;
    padding-bottom: 52px; /* height of .more-wrap */
}
.box .wrap-news .date {
	display:block;
	height:52px;
	line-height:52px;
	font-size:18px;
	text-align:right;
	color:#000;
	border-bottom:solid 1px #acaaac
}
.box .wrap-news h2 {
	font-size:28px;
	line-height:1.14;
	padding: 0;
	margin: 14px 0;
}
.box .wrap-news h2 a {	
	color:#000;
	text-decoration:none;
}
.box .wrap-news .text {	
	padding:12px 0;
	/*border-top:solid 1px #acaaac;*/
	color: #000;
}
.box .wrap-news .text-mob {	
	display:none;
}
.box .wrap-news .text p {	
	margin:0;
	line-height: normal;
	color: #000;
}
.box .wrap-news .more-wrap {	
	height:52px;
	line-height:52px;
	text-align:right;
	border-top:solid 1px #acaaac;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.box .wrap-news .more-wrap a {	
	font-size:24px;
	text-decoration:none;
	color:#000
}
.box .wrap-contact {
	padding-top:66px;
    font-size: 16px;
}
.box .wrap-contact h1 {
	font-size: 60px;
	text-align:right;
	margin:0 0 13px;
	text-transform:lowercase;
	color:#fff;
}
.box .wrap-contact .layout {
	width: 860px;
	margin:0 auto
}
.box .wrap-contact .form {
	width:444px;
	float:right;
	margin:0 0 60px;
}
.box .wrap-contact .form textarea,
.box .wrap-contact .form input {
	margin:0;
	padding:0;
	outline:0;
	border:0;
	color:#fff;
	font-size:18px;
    font-weight: 500;
	background:transparent;
}
.box .wrap-contact .form textarea::-webkit-input-placeholder, .box .wrap-contact .form input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #fff;
	text-align:right;
    opacity: 1;
    text-transform: uppercase;
    font-size: 16px;
}
.box .wrap-contact .form textarea:-moz-placeholder, .box .wrap-contact .form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #fff;
	text-align:right;
    opacity: 1;
    text-transform: uppercase;
}
.box .wrap-contact .form textarea::-moz-placeholder, .box .wrap-contact .form input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #fff;
	text-align:right;
    opacity: 1;
    text-transform: uppercase;
}
.box .wrap-contact .form textarea:-ms-input-placeholder, .box .wrap-contact .form input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #fff;
	text-align:right;
    opacity: 1;
    text-transform: uppercase;
}
.box .wrap-contact .form .wpcf7-form-control-wrap,
.box .wrap-contact .form .field {
	display:block;
	min-height:38px;
	width:100%;
	margin:0 0 14px;
	background-color: rgba(255, 255, 255, 0.35);
    color:    #fff;
    font-size: 16px;
}

/* First and Last in two columns */
@media (min-width: 1366px){
    .box .wrap-contact .form .wpcf7-form-control-wrap.fname,
    .box .wrap-contact .form .wpcf7-form-control-wrap.phone {
        width: 48.5%;
        float: left;
    }
    .box .wrap-contact .form .wpcf7-form-control-wrap.lname,
    .box .wrap-contact .form .wpcf7-form-control-wrap.email {
        width: 48.5%;
        float: right;
    }
    .box .wrap-contact .form .wpcf7-form-control-wrap.phone,
    .box .wrap-contact .form .wpcf7-form-control-wrap.message {
        clear: both;
    }
}

.box .wrap-contact .form .wpcf7-list-item {
    padding: 8px;
}
.box .wrap-contact .form #ParallaxForm .wpcf7-form-control-wrap.phone,
.box .wrap-contact .form #ParallaxForm .wpcf7-form-control-wrap.fname {
	display: inline-block;
	width: 48.8%;
	margin-right: 1.2%;
	vertical-align: top;	
}
.box .wrap-contact .form #ParallaxForm .wpcf7-form-control-wrap.email,
.box .wrap-contact .form #ParallaxForm .wpcf7-form-control-wrap.lname {
	display: inline-block;
	width: 48.8%;
	margin-left: 1.2%;
	vertical-align: top;
}
.box .wrap-contact .form #ParallaxForm .field-box {
	background-color: rgba(255, 255, 255, 0.35);
	margin: -5px 0 18px;
	padding: 15px 22px 15px 5px;
}
.box .wrap-contact .form #ParallaxForm .field-box .wpcf7-list-item {
	color: #fff;
	font-weight: 700;
	text-align: right;
	position: relative;
	padding: 0 23px 17px 0;
	font-size: 16px;
}
.box .wrap-contact .form #ParallaxForm .field-box .wpcf7-list-item input {
	position: absolute;
	top: 5px;
	right: 0;
}
.box .wrap-contact .form #ParallaxForm .field-box .wpcf7-form-control-wrap {
	background: transparent;
	margin: 0;
	height: auto;
}
.box .wrap-contact .form #ParallaxForm .field-box p {
	margin: 0;
}
.ie-version-8 .box .wrap-contact .form .wpcf7-form-control-wrap,
.ie-version-8 .box .wrap-contact .form .field {
	background:url(images/ie-bg-contact.png);
}
.box .wrap-contact .form .wpcf7-form-control-wrap .textbox,
.box .wrap-contact .form .field .textbox {
	float:right;
	margin:10px 22px 0 0;
	width:90%;
	text-align:right;
}
.box .wrap-contact .form  .wpcf7-form-control-wrap.message,
.box .wrap-contact .form .textarea {
	height:118px;
	margin:0 0 14px;
}
.box .wrap-contact .form  .wpcf7-form-control-wrap.message textarea,
.box .wrap-contact .form .textarea textarea {
	float:right;
	margin:10px 22px 0 0;
	width:90%;
	height:108px;
	text-align:right;
}
.box .wrap-contact .form .btn {
	background: rgba(255, 255, 255, 1);
	color: #000;
	border:solid 3px #fff;
	height:auto;
	width:192px;
	text-align:center;
	padding:7px 0;
	float:right;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
.box .wrap-contact .form .btn:hover {
	background:#000;
	color:#fff;
	border:solid 3px #000;
}
.box .wrap-contact div.wpcf7-response-output {
	margin: -30px 0 10px !important;
	padding: 0 !important;
	border: 0 !important;
	color: #fff;
	font-size: 18px;
}
.box .wrap-contact span.wpcf7-not-valid-tip {
	position: absolute;
	left: 5px;
	font-size: 44px;
}
.box .wrap-contact span[class*="captcha-"] span.wpcf7-not-valid-tip {
    font-size: 16px;
}
.box .wrap-contact span[class*="captcha-"] input {
    float: right;
    margin: 10px 22px 0 0;
    width: 90%;
    text-align: right;
}
.box .wrap-contact .other {
	width:380px;
	float:left;
	text-align:right;
	color:#fff;
	margin:74px 0 0;
}
.box .wrap-contact .follow {
	height:36px;
	text-align:right;
	margin:0 0 22px;
}
.box .wrap-contact .follow a {
	display:inline-block;
	margin-left:10px;
}
.box .wrap-contact h4 {
	margin:0
}
.box .wrap-contact p {
	color:#fff;
	line-height:normal;
	text-align:right;
	margin:0 0 22px;
}
.box .wrap-contact .logos {
	text-align:right;
}
.box .wrap-contact .logos img {
	display:inline-block;
	margin-left:25px;
    margin-bottom: 15px;
}
.box .btn-up,
.box .btn-down {
	display:block;
	width:53px;
	height:0;
	padding:58px 0 0;
	position:absolute;
	left:50%;
	bottom:0;
	background:url(images/arrow-down-black.png) no-repeat 50% 0;
	z-index:5545;
	margin-left:-26px;
	outline:0;
	overflow:hidden
}
.bounce {
  -webkit-animation-delay: 3s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  animation-delay: 3s;
  
	-webkit-animation-name: bounce;
	-moz-animation-name: bounce;
	-o-animation-name: bounce;
	animation-name: bounce;
}
.animated{
        -webkit-animation-fill-mode:both;
        -moz-animation-fill-mode:both;
        -ms-animation-fill-mode:both;
        -o-animation-fill-mode:both;

                    animation-iteration-count: infinite;
               -moz-animation-iteration-count: infinite;
            -webkit-animation-iteration-count: infinite;

        animation-fill-mode:both;
        -webkit-animation-duration:4s;
        -moz-animation-duration:4s;
        -ms-animation-duration:4s;
        -o-animation-duration:4s;
        animation-duration:4s;
}


@-webkit-keyframes bounce {
	0%, 10%, 20%, 100% {-webkit-transform: translateY(0);}	
  5% {-webkit-transform: translateY(-30px);}
	15% {-webkit-transform: translateY(-15px);}
}

@-moz-keyframes bounce {
	0%, 10%, 20%, 100% {-webkit-transform: translateY(0);}	
	5% {-moz-transform: translateY(-30px);}
	15% {-moz-transform: translateY(-15px);}
}

@-o-keyframes bounce {
	0%, 10%, 20%, 100% {-webkit-transform: translateY(0);}	
	5% {-o-transform: translateY(-30px);}
	15% {-o-transform: translateY(-15px);}
}
@keyframes bounce {
	0%, 10%, 20%, 100% {-webkit-transform: translateY(0);}	
	5% {transform: translateY(-30px);}
	15% {transform: translateY(-15px);}
}
.wp-mobile-user .box .btn-up,
.wp-mobile-user .box .btn-down {
	display:none;
}
.box .btn-up {
	background-image:url(images/arrow-up-black.png);
}
.box.arrow-white .btn-up { background-image:url(images/arrow-up.png); }
.box.arrow-white .btn-down { background-image:url(images/arrow-down.png); }
.circle-number {
    width: 154px;
    height: 154px;
    border: solid 3px #aaa;
    background:#aaa;
    text-align: center;
    line-height: 154px;
    font-size: 60px;
    color: purple;
    display: block;
    margin: 0 auto 28px;
    -webkit-border-radius: 160px;
    border-radius: 160px;
    color:#fff;
}
.circle-number.type-border {
    background:transparent;
    color:#828282;
}
.circle-number sup {
    font-size: 26px;
    line-height: 0;
    vertical-align: middle;
    top: -16px;
}

/**********************************************/
/*     CONTENT             					  */
/**********************************************/
#content {
	width:100%;
	float:left;
}
#content img {
	max-width: 100%;
	height: auto;
}
#content .wrap {
	padding-bottom:100px;
}
#content .language-switcher {
	position: absolute;
	right: 0;
	top: 0;
}
	#content .language-switcher a {
		text-transform: lowercase;
		display: inline-block;
		font-size: 12px;
		height: 14px;
		line-height: 14px;
		padding-left: 18px;
		margin: 0px 4px;
		background: url(images/language_switcher_checkbox.png) no-repeat 0 0;
	}
	
	#content .language-switcher a.active {
		background-position: 0 -14px;
	}
	
#content h1 {
	text-transform:lowercase;
	margin:0 0 10px;
}
#content .crumbs {
	font-size:16px;
	color:#666;
	margin:0 0 35px;
}
#content .crumbs a {
	color:#666;
	text-decoration:none;
}
.layout-body .btn-imgs,			   
#content .btn-imgs { 
	width:100%;
	margin-bottom:6px;
}
.layout-body .btn-imgs:after,				 
#content .btn-imgs:after {
	content: "";
	display: table;
	clear: both;
}
.layout-body .btn-imgs br,
#content .btn-imgs br {
	display:none;
}
.layout-body .btn-imgs .btn-img,
#content .btn-imgs .btn-img {
	display:block;
	width:23.076923076923077%;
	float:left;
	margin:0 2.564102564102564% 35px 0;
	position:relative;
	color:#fff;
}
.layout-body .btn-imgs .btn-img:nth-of-type(4n+0),
#content .btn-imgs .btn-img:nth-of-type(4n+0) {
	margin-right: 0;
}
.layout-body .btn-imgs .btn-img.large, 
#content .btn-imgs .btn-img.large {
	width: 49.15%;
	margin: 0 1.6% 16px 0;
}
.layout-body .btn-imgs .btn-img-4,
.layout-body .btn-imgs .large.btn-img-2,	
#content .btn-imgs .btn-img-4,
#content .btn-imgs .large.btn-img-2 {
	margin-right:0
}
.layout-body .btn-imgs img,	   
#content .btn-imgs img {
	display:block;
	width:100%;
	height:auto;
}
.layout-body .btn-imgs .cap-title,
#content .btn-imgs .cap-title {
	display:block;
	background:url(images/bg-caption.png);
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	width:100%;
	opacity: 1;
	-webkit-transition: opacity .35s ease-in-out;
	-moz-transition: opacity .35s ease-in-out;
	-ms-transition: opacity .35s ease-in-out;
	-o-transition: opacity .35s ease-in-out;
	transition: opacity .35s ease-in-out;
}
.layout-body .btn-imgs .cap-title h5,
#content .btn-imgs .cap-title h5 {
	font-size:20px;
	margin:0;
	padding:6px 20px;
}
.page-id-5755 #content .btn-imgs .cap-title h5 {
	font-size:20px;
	margin:0;
	padding:6px 20px;
	text-align:center;
}
.layout-body .btn-imgs .caption,
#content .btn-imgs .caption {
	display:block;
	width:100%;
	height:100%;
	background:url(images/bg-caption.png);
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	overflow:hidden;
	opacity:0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
.layout-body .btn-imgs a:hover .cap-title,
#content .btn-imgs a:hover .cap-title {
	opacity: 0;
}
.layout-body .btn-imgs a:hover .caption,
#content .btn-imgs a:hover .caption {
	opacity:1;
}
.layout-body .btn-imgs .caption p,
#content .btn-imgs .caption p {
	font-size:18px;
	padding:0 20px;
	color:#fff;
	margin:0;
	position:absolute;
	left:0;
	bottom:10px;
	line-height: normal;
}
.layout-body .btn-imgs .caption h5,
#content .btn-imgs .caption h5 {
	font-size:28px;
	margin:0 0 4px;
	padding:54px 20px 0
}
.layout-body .btn-imgs .caption p,
#content .btn-imgs .caption p {
	position:relative;
	bottom:0;
}
.layout-body .btn-img,
#content .btn-img {
    position: relative;
}
.layout-body .btn-img .hover,
#content .btn-img .hover {
    width: 100%;
    height: 100%;
    opacity: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    -webkit-transition: opacity 500ms ease-in-out;
    -moz-transition: opacity 500ms ease-in-out;
    -ms-transition: opacity 500ms ease-in-out;
    -o-transition: opacity 500ms ease-in-out;
    transition: opacity 500ms ease-in-out;
    background-size: cover;
    background-repeat: no-repeat;
}
.layout-body .btn-img:hover .hover,
#content .btn-img:hover .hover {
    opacity: 1;
}
#content .no-space {
	margin:0
}
#content ol li,
#content ol {
	list-style:none;
	padding:0;
	margin:0
}
#content ol {
	padding:0;
	list-style:none;
}
#content ol li {
	padding:0 0 24px 18px;
}
#content .sub-title {
	margin:0 0 4px;
}
#content .meta {
	font-size:16px;
	color:#666;
	font-style:italic;
	margin:0 0 30px;
}
#content .half {
	width:48.1%;
	float:left;
	margin:0 3.8% 15px 0;
}
#content .half.last {
	margin-right:0
}
#content .vid.half {
	margin-bottom: 35px;
}
#content .vid.half .video-thumb {
	margin:0 0 10px;
}
#content .vid.half .video-thumb a {
	display:block;
        position:relative;
}
#content .vid.half .video-thumb a img {
	display:block;
        position:relative;
        z-index:1;
}
#content .vid.half .video-thumb a:before {
        content:"";
	display:block;
        position:absolute;
        width:128px;
        height:128px;
        left:50%;
        top:50%;
        margin:-64px 0 0 -64px;
        background:url(images/icon-video-play.png) no-repeat 50%;
        z-index:2;
        background-size:cover;
        opacity:0.5;
}
.video-modal {
    width: 100%;
    height: 100%;
    margin: 0;
    position: relative;
    overflow: hidden;
}
.video-modal .video-wrap {
    width: 100%;
    height: 100%;
}
.video-modal .video-wrap iframe {
  width: 100%;
  height: 100%;
}
#content .image.single {
	float: left;
	margin: 0 20px 15px 0;
	max-width: 450px;
}
#content .image.single a {
	display: block;
	height: 100%;
}
#content .image.single img {
	width: 100%;
}
#content .image.single figcaption {
	padding: 3px 7px;
	border: 1px solid #acaaac;
	box-sizing: border-box;
	border-top: none;
}
/*#content .vid .max-width-video-wrapper {
	max-width: 800px !important;
}*/


/* Products Archive */
.post-type-archive-product #content .half {
	width:600px;
	margin:0
}
.post-type-archive-product #content .half.last {
	width:658px;
	float:right;
}
.post-type-archive-product #content p,
.post-type-archive-product #content h2 {
	margin:0 0 24px;
}
.post-type-archive-product #content .prod-list {
	margin:0;
}
.post-type-archive-product #content .prod-list .item {
	border-top:solid 1px #acaaac
}
.post-type-archive-product #content .prod-list .text {
	width:360px;
	float:left;
	padding:26px 0 22px;
}
.post-type-archive-product #content .prod-list .text h3 {
	font-size:28px;
	margin:0 0 6px;
}
.post-type-archive-product #content .prod-list .text h3 a {
	color:#000;
	line-height:normal;
	text-decoration:none
}
.post-type-archive-product #content .prod-list .text p {
	margin:0;
}
.post-type-archive-product #content .prod-list .img {
	float:right;
}
.post-type-archive-product #content .prod-list .img img {
	display:block;
}
/* Product Standalone Page Template */

/*
.page-template-product-standalone #content .half {
	width:600px;
	margin:0
}
.page-template-product-standalone #content .half.last {
	width:658px;
	float:right;
}
*/

.page-template-product-standalone #content p,
.page-template-product-standalone #content h2 {
	margin:0 0 24px;
}
.page-template-product-standalone #content .prod-list {
	margin:0;
}
.page-template-product-standalone #content .prod-list .item {
	border-top:solid 1px #acaaac;
    min-height: 250px
}
.page-template-product-standalone #content .prod-list .text {
	width: 54%;
	float:left;
	padding:26px 0 22px;
	box-sizing: border-box;
}
.page-template-product-standalone #content .prod-list .text h3 {
	font-size:28px;
	margin:0 0 6px;
}
.page-template-product-standalone #content .prod-list .text h3 a {
	color:#000;
	line-height:normal;
	text-decoration:none
}
.page-template-product-standalone #content .prod-list .text p {
	margin:0;
}
.page-template-product-standalone #content .prod-list .img {
	width: 42%;
	float:right;
	text-align: right;
}
.page-template-product-standalone #content .prod-list .img img {
	display: inline-block;
}
.page-template-product-standalone #content .brochure h3 {
	margin-bottom: 6px;
}
.page-template-product-standalone #content .brochure img {
	max-width: 247px;
	display: block;
	height: auto;
	margin: 0 0 10px;
}
.page-template-product-standalone #content .half.mobile-brochure {
	display: none;
}
.post-type-archive-folio #content .half  {
	width:410px;
	margin:0
}
.post-type-archive-folio #content .half h2 {
	border-bottom:solid 1px #acaaac;
	padding:0 0 8px;
	margin:0 0 14px;
	font-size: 28px;
}
.post-type-archive-folio #content .half p {
	margin:0 0 18px;
}
.post-type-archive-folio #content .half ul.sort-list li,
.post-type-archive-folio #content .half ul.sort-list {
	list-style:none;
	padding:0;
	margin:0
}
.post-type-archive-folio #content .half ul.sort-list li {
	margin:0 0 25px
}
.post-type-archive-folio #content .half ul.sort-list li a {
	color:#000;
	outline:0;
	text-decoration:none
}
.post-type-archive-folio #content .half ul.sort-list li a span {
	display:inline-block;
	width:17px;
	font-size: 22px;
	text-align: center;
	margin-right: 3px;
}
.post-type-archive-folio #content .half ul.sort-list li ul {
	margin:0;
	padding:8px 0 0 18px;
	display:none;
}
.post-type-archive-folio #content .half ul.sort-list li ul li {
	margin:0 0 5px;
	font-size:16px;
}
.post-type-archive-folio #content .half .portfolio-buttons {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.post-type-archive-folio #content .half .btn {
	font-size:16px;
	width: 47%;
	padding: 12px 0;
	margin:0;
}
.post-type-archive-folio #content .half .sort-refresh {
	margin-bottom:76px
}
.post-type-archive-folio #content .half .contact-widget {
  min-height: 90vh;
}
.post-type-archive-folio #content .half .contact-widget .scroll-top {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  -moz-transition: opacity 400ms ease;
  -ms-transition: opacity 400ms ease;
  -o-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 10px;
}
.post-type-archive-folio #content .half .contact-widget.is_stuck .scroll-top {
  opacity: 1;
}
.post-type-archive-folio #content .form-search {
	height:51px;
	margin:0 0 84px;
	position:relative;
}
.post-type-archive-folio #content .form-search input {
	color:#fff;
	background:transparent;
	outline:0;
	padding:0;
	margin:0;
	border:solid 3px #7f7f7f;
	font-size:20px;
}
.post-type-archive-folio #content .form-search .field {
        display:block;
        width:100%;
        max-width:calc( 100% - 52px );
        float:left;
}
.post-type-archive-folio #content .form-search .textbox {
        display:block;
        width:100%;
        padding:0 26px;
        border:solid 3px #808080;
        outline:0 !important;
        -webkit-appearance: none;
        border-radius: 0;
        font-size: 16px;
        height:49px;
        line-height:1;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
        color: #000;
        background:#fff;
        text-align:left;
        margin: 0;
        float: none; 
}
.post-type-archive-folio #content .form-search .textbox::-webkit-input-placeholder { /* Chrome */
        color: #000;
        opacity:1;
        text-transform: uppercase;
}
.post-type-archive-folio #content .form-search .textbox:-ms-input-placeholder { /* IE 10+ */
        color: #000;
        opacity:1;
        text-transform: uppercase;
}
.post-type-archive-folio #content .form-search .textbox::-moz-placeholder { /* Firefox 19+ */
        color: #000;
        opacity:1;
        text-transform: uppercase;
}
.post-type-archive-folio #content .form-search .textbox:-moz-placeholder { /* Firefox 4 - 18 */
        color: #000;
        opacity:1;
        text-transform: uppercase;
}
.post-type-archive-folio #content .form-search .btn-submit {
	float:right;
	width: 49px;
	height:49px;
        background:#000 url(images/btn-contact.jpg) no-repeat 100% 50%;
        outline:0 !important;
        border:0;
        -webkit-appearance: none;
        border-radius: 0;
        margin: 0;
}
.post-type-archive-folio #content .form-search .btn-submit:hover {
	background-image:url(images/btn-contact-hover.jpg);
        background-color:#e8e8e8;
}
.ie-version-8.post-type-archive-folio #content .form-search .btn-submit {
	float:left;
}
.post-type-archive-folio #content .contact-form {
    font-size: 16px;
}
.post-type-archive-folio #content .contact-form p {
    font-size: 16px;
	margin: 0;
}
.post-type-archive-folio #content .contact-form .wpcf7-form-control-wrap {
    display:block;
    width:100%;
    max-width:calc( 100% - 52px );
    float:left;
    clear:right;
    margin:0 0 30px;
}
@media screen and (max-height: 945px){
  .post-type-archive-folio #content .contact-form .wpcf7-form-control-wrap {
    margin-bottom: 5px;
  }
}
@media screen and (max-height: 767px){
  .post-type-archive-folio #content .half .contact-widget .scroll-top {
    display: none;
  }
}
.post-type-archive-folio #content .contact-form .wpcf7-form-control-wrap input[type="text"],
.post-type-archive-folio #content .contact-form .wpcf7-form-control-wrap input[type="email"] {
    display:block;
    width:100%;
    padding:0 26px;
    border:solid 3px #808080;
    outline:0 !important;
    -webkit-appearance: none;
    border-radius: 0;
    font-size:16px;
    height:49px;
    line-height:1;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color: #000;
    background:#fff;
    text-align:left;
    margin: 0;
    float: none;    
}
@media screen and (max-height: 620px){
  .post-type-archive-folio #content .contact-form .wpcf7-form-control-wrap input {
    height: 40px;
    font-size: 16px;
  }
}
.post-type-archive-folio #content .contact-form .wpcf7-form-control-wrap .wpcf7-not-valid {
    border-color:#790000;  
}
.post-type-archive-folio #content .contact-form .wpcf7-form-control-wrap ::-webkit-input-placeholder { /* Chrome */
    color: #000;
    opacity:1;
    text-align:left;
}
.post-type-archive-folio #content .contact-form .wpcf7-form-control-wrap :-ms-input-placeholder { /* IE 10+ */
    color: #000;
    opacity:1;
    text-align:left;
}
.post-type-archive-folio #content .contact-form .wpcf7-form-control-wrap ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    opacity:1;
    text-align:left;
}
.post-type-archive-folio #content .contact-form .wpcf7-form-control-wrap :-moz-placeholder { /* Firefox 4 - 18 */
    color: #000;
    opacity:1;
    text-align:left;
}
.post-type-archive-folio #content .contact-form .field-button {
    width:49px;
    float:right;
    clear:right;
}
.post-type-archive-folio #content .contact-form .field-button button {
    width:100%;
    height:49px;
    background:#000 url(images/btn-contact.jpg) no-repeat 100% 50%;
    outline:0 !important;
    border:0;
    -webkit-appearance: none;
    border-radius: 0;
    margin: 0;
}
.post-type-archive-folio #content .contact-form .field-button button:hover {
    background-image:url(images/btn-contact-hover.jpg);
    background-color:#e8e8e8;
}
.post-type-archive-folio #content .contact-form span.wpcf7-not-valid-tip {
    display:none !important;
}
.post-type-archive-folio #content .contact-form div.wpcf7-response-output {
    margin: 0 !important;
    padding: 0 !important;
    border: 0 !important;
    font-size: 16px;
}
.post-type-archive-folio #content .folio-list {
	padding:22px 0 0 0;
	float:right;
	width:910px;
}
.post-type-archive-folio #content .folio-list .load-more {
	display: none;
	float: right;
}
.post-type-archive-folio #content .folio-list .item {
	width:23%;
	float:left;
	display:block;
	margin:0 2.5% 23px 0;
	position:relative;
}
.post-type-archive-folio #content .folio-list .item-large {
	width:48.5%;
}
.post-type-archive-folio #content .folio-list .item.last {
	margin-right:0;
}
.post-type-archive-folio #content .folio-list .item img {
	display:block;
	width:100%;
	height:auto;
}
.post-type-archive-folio #content .folio-list .caption-full {
	display:none;
}
.post-type-archive-folio #content .folio-list .item .caption {
	display:block;
	width:100%;
	height:100%;
	background:url(images/bg-caption.png);
	position:absolute;
	left:0;
	bottom:0;
	z-index:2;
	overflow:hidden;
	opacity:0;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
.post-type-archive-folio #content .folio-list .item:hover .caption {
	opacity:1;
}
.post-type-archive-folio #content .folio-list .item .caption h2 {
	font-size:38px;
	margin:0 0 20px;
	padding:120px 20px 0;
	border:0;
	color:#fff;
}
.post-type-archive-folio #content .folio-list .item .caption h5 {
	font-size:28px;
	margin:0;
	color:#fff;
	padding:64px 20px 0
}
.post-type-archive-folio #content .folio-list .item .caption p {
	font-size:18px;
	padding:0 20px;
	color:#fff;
	margin:0;
	position:absolute;
	left:0;
	bottom:10px;
	line-height: normal;
	position:relative;
	bottom:0;
}
#content .news-tool li,
#content .news-tool {
	list-style:none;
	padding:0;
	margin:0
}
#content .news-tool {
	float:right;
	position:absolute;
	right:0;
	top:64px;
	z-index:541;
}
#content .news-tool  li {
	float:left;
	display:inline;
	font-size:24px;
	padding:0 0 0 46px;
	position:relative;
}
#content .news-tool  li  a {
	float:left;
	color:#000;
	display:block;
	text-decoration:none;
	outline:0
}
#content .news-tool ul {
	padding:0;
	display:none;
	width:220px;
	right:0;
	top:33px;
	position:absolute;
	background:#fff;
	-webkit-box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
	box-shadow: 1px 1px 5px 1px rgba(0,0,0,0.2);
}
#content .news-tool ul li {
	float:none;
	display:block;
	font-size:18px;
	padding:0;
}
#content .news-tool ul li a {
	float:none;
	display:block;
	padding:10px 10px;
	border-bottom: solid 1px #acaaac;
}
#content .news-tool ul li:last-child a {
	border:0
}
#content .news-tool ul li a:hover {
	color:#fff;
	background:#000
}
#content .wrap-news .crumbs {
	margin:0 0 55px;
}
#content .wrap-news .items {
	width:100%;
}
#content .wrap-news .item  {
	display:block;
	width:29.3%;
	float:left;
	margin:0 6% 98px 0;
	position:relative;
	color:#000;
	text-decoration:none;
}
#content .wrap-news .item.last {
	margin-right:0
}
#content .wrap-news .date {
	display:block;
	height:52px;
	line-height:52px;
	font-size:18px;
	text-align:right;
	color:#000;
	border-bottom:solid 1px #acaaac
}
#content .wrap-news h2 {
	font-size:38px;
	line-height: 1.2;
	margin:14px 0;
	padding: 0;
}
#content .wrap-news h2 a {	
	color:#000;
	text-decoration:none;
}
#content .wrap-news h2 a:hover {	
	color:#666;
}
.item .image,
#content .wrap-news .image {
	margin: 12px 0;
	height: 160px;
  overflow: hidden;
  position: relative;
}
.item .image img,
#content .wrap-news .image img {
	position: absolute;
	top: -40%;
	width: 100%;
	height: auto;
}
#content .wrap-news .text {	
	padding:12px 0;
	/*border-top:solid 1px #acaaac;*/
	border-bottom:solid 1px #acaaac;
	min-height:112px;
}
#content .wrap-news.text p {	
	margin:0;
	line-height: normal;
	color:#000;
}
#content .wrap-news .more-wrap {	
	height:52px;
	line-height:52px;
	text-align:right;
}
#content .wrap-news .more-wrap a {	
	font-size:24px;
	text-decoration:none;
	color:#000
}
#content .wrap-news .more-wrap a:hover {	
	color:#666;
}
#content .brochure-list {
	padding:30px 0 0;
}
#content .brochure-list .item {	
	width:48%;
	float:left;
	margin:0 0 98px;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
#content .brochure-list .item.last {	
	float:right;
}
#content .brochure-list .brochure-image {	
	width:38.9%;
    height: auto;
}
#content .brochure-list .text {	
	width:58.2%;
    position: relative;
    padding-bottom: 75px; /* prevent text from falling behind .links */
}
#content .brochure-list h3 {	
	font-size:28px;
	margin:0 0 6px;
    padding-bottom: 6px;
    border-bottom: 1px solid #000;
}
#content .brochure-list .links {	
    text-align: left;
	position: absolute;
    bottom: -5px;
    left: 0;
}
#content .brochure-list .links a {	
	text-decoration:none;
	font-size:12px;
    margin: 0 5px 5px 0;
}
#content .accord .tab {
	padding:17px 0 14px;
	border-bottom:solid 1px #acaaac;
	cursor:pointer;
	background:url(images/btn-accord.png) no-repeat 100% 22px
}
#content .accord .tab.active {
	background-position:100% -82px;
}
#content .accord .tab h5 {
	font-size:24px;
	margin:0;
}
#content .accord .text {
	display:none;
	padding: 10px 20px 30px 54px;
	border-bottom:solid 1px #acaaac;
}
#content .downloads {
	margin:0 0 4px
}
#content .downloads .label {
	font-size: 14px;
}
.page-id-27 #content .downloads .label {
	font-size:18px;
}
.page-id-25 #content .downloads .label {
	font-size:18px;
}
#content .downloads {
	display:inline-block;
	width: 100%;
	vertical-align: top;
}
.page-id-27 #content .downloads a {
	display:inline-block;
	width: 180px;
	vertical-align: top;
}
.page-id-25 #content .downloads a {
	display:inline-block;
	/* width: 170px; */
	vertical-align: top;
}
#content .type {
	font-size: 14px;
	float: right;
	width: 90px;
}
.page-id-27 #content .downloads .type {
	font-size:16px;
}
.page-id-25 #content .downloads .type {
	font-size:16px;
}
#content .downloads img {
	vertical-align:middle;
	margin: 0 8px 0 8px;
}
.page-template-accordion #content .half {	
	width:66.8%;
	float:left;
}
.page-template-accordion #content .half.last {	
	width:25.8%;
	float:right;
	padding:108px 0 0;
}
#content .widget {
}
#content .widget ul li,
#content .widget ul {
	list-style:none;
	padding:0;
	margin:0;
}
#content .widget ul {
	margin:0 0 15px
}
#content .widget ul li {
	margin:0 0 9px;
}
#content .widget ul li:last-child {
	margin:0;
}
#content .widget h3 {
	font-size:28px;
}
#content .widget .border {
	border-bottom:solid 1px #acaaac;
	padding:0 0 14px;
	margin:0 0 14px;
}
.cad #content .alignleft {
	margin-right:45px;
}
#content .cad-list {
	clear:both;
	padding:40px 0 0;
	margin:0 0 60px
}
#content .cad-list ul li,
#content .cad-list ul {
	list-style:none;
	padding:0;
	margin:0;
	position: relative;
}
#content .cad-list ul {
	width:48%;
	float:left;
	border-top:solid 1px #acaaac;
}
#content .cad-list ul.last {
	float:right;
}
#content .cad-list ul li > a {
	display:block;
	padding:17px 0 14px;
	border-bottom:solid 1px #acaaac;
	cursor:pointer;
}
#content .cad-list ul li .accord-but {
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 0px;
	top: 14px;
	background:url(images/icon-cad.jpg) no-repeat 50% 50%;	
	cursor: pointer;
}

/* CAD Details Single - Page Template */

.page-template-cad-details-single #content .half,
.single-cad_det #content .half {
	width:66.9%;
	float:left;
	margin:0
}
.page-template-cad-details-single #content .half .fullwidth,
.single-cad_det #content .half .fullwidth {
	width:100%;
	display:block;
	margin:8px 0 0
}
.page-template-cad-details-single #content .half.last,
.single-cad_det #content .half.last {
	width:25.8%;
	float:right;
	padding:110px 0 0
}
.page-template-cad-details-single #content .half .widget ul li,
.single-cad_det #content .half .widget ul li  {
	margin:0 0 11px
}
.page-template-cad-details-single #content .half .widget li span,
.single-cad_det #content .half .widget li span {
	display:inline-block;
}
.page-template-cad-details-single #content .half .widget li .label,
.single-cad_det #content .half .widget li .label {
	width:62%;
}
.page-template-cad-details-single #content .half .widget li .type,
.single-cad_det #content .half .widget li .type {
	width:37%;
	margin-left:-3px;
	font-size:16px;
}
.page-template-cad-details-single #content .half .widget li .type img,
.single-cad_det #content .half .widget li .type img {
	vertical-align:middle;
	margin:0 8px 0 0
}


.page-template-right-content #content .half {
	width:65.8%;
	float:left;
	margin:0
}
.page-template-right-content #content .half.last {
	width:25.8%;
	float:right;
	padding:110px 0 0;
}
.page-template-right-content #content .half .widget {
	margin:0 0 24px;
}

.page-id-3525 h3 { margin-bottom: 10px !important;}.page-id-3527 h3 { margin-bottom: 10px !important;}.page-id-3527 h3 { margin-bottom: 10px !important;}.page-id-3537 h3 { margin-bottom: 10px !important;}.page-id-3540 h3 { margin-bottom: 10px !important;}.page-id-3543 h3 { margin-bottom: 10px !important;}.page-id-2611 h3 { margin-bottom: 10px !important;}.page-id-2613 h3 { margin-bottom: 10px !important;}

.page-id-2637 h3 { margin-bottom: 10px !important;}.page-id-2639 h3 { margin-bottom: 10px !important;}.page-id-2641 h3 { margin-bottom: 10px !important;}.page-id-2644 h3 { margin-bottom: 10px !important;}.page-id-2646 h3 { margin-bottom: 10px !important;}.page-id-2651 h3 { margin-bottom: 10px !important;}.page-id-2653 h3 { margin-bottom: 10px !important;}.page-id-2655 h3 { margin-bottom: 10px !important;}.page-id-2657 h3 { margin-bottom: 10px !important;}.page-id-2659 h3 { margin-bottom: 10px !important;}

.page-template-right-content #content .half .widget h3 {
	font-weight:700;
	font-size:24px;
	margin-bottom: -10px;
}

.reference-projects-grid {
    margin-bottom: 20px;
    
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.reference-projects-grid .reference-project {
    width: 23%;
    margin-bottom: 20px;
    overflow: hidden;
    display: block;
}

#content .wp-pagenavi {
	text-align:right;
	padding:20px 0 0;
	font-size:18px;
}
#content .wp-pagenavi a,
#content .wp-pagenavi span {
	display:inline-block;
	margin-left:10px;
}
#content .wp-pagenavi .pages {
	display:none;
}
#content .loading {
	height:200px;
	width:100%;
	clear:both;
	background:url(images/ajax-loop.gif) no-repeat 50% 0
}
/**********************************************/
/*     FOOTER             					  */
/**********************************************/
#footer {
	width:100%;
	float:left;
	background:#000;
	color:#fff;
}
#footer .wrap {
	padding:26px 0 30px;
}
#footer ul li,
#footer ul {
	list-style:none;
	padding:0;
	margin:0
}
#footer a {
	color:#fff;
	text-decoration:none;
}
#footer .left {
	width: 760px;
	float:left;
	margin:0 0 40px;
    display: none;
}
#footer .left ul {
	width:126px;
	float:left;
	margin:0 0 20px;
}
#footer .right {
	width:510px;
	float:right;
	margin:0 0 40px;
	text-align:right;
}
@media screen and (min-width: 1365px){
	#footer .right {
		margin-left: -20px;
	}
}
#footer h4 {
	margin:0 0 25px;
    font-size: 18px;
}
#footer .address {
	width:275px;
	float:right;
	font-size:18px;
	line-height:normal;
	margin:0 0 30px;
}
#footer .follow  {
	width:225px;
	float:right;
	margin:0 0 30px;
}
#footer .follow  a {
	display:inline-block;
	margin:0 0 0 12px;
}
#footer .subscribe {
	height:44px;
	width:502px;
	float:right;
}
#footer .subscribe form {
	position: relative;
}
#footer .subscribe span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: 100%;
	width: 200px;
	text-align: left;
}
#footer .subscribe div.wpcf7-response-output {
	margin: 10px 0;
	float: right;
	clear: both;
}
#footer .subscribe div.wpcf7 img.ajax-loader {
	position: absolute;
	right: 5px;
	top: 5px;
}
#footer .subscribe input {
	border:0;
	font-size:16px;
	color:#fff;
	background:transparent;
	outline:0;
	padding:0;
	margin:0;
}
#footer .subscribe .textbox {
	float:left;
	width: 274px;
	height: auto;
	padding: 12px 27px 13px;
	background:#fff;
	color:#000;
}
#footer .subscribe input::-webkit-input-placeholder { /* WebKit browsers */
	text-align:right;
    text-transform: uppercase;
    color:#000;
}
#footer .subscribe input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	text-align:right;
    text-transform: uppercase;
    color:#000;
}
#footer .subscribe input::-moz-placeholder { /* Mozilla Firefox 19+ */
	text-align:right;
    text-transform: uppercase;
    color:#000;
}
#footer .subscribe input:-ms-input-placeholder { /* Internet Explorer 10+ */
	text-align:right;
    text-transform: uppercase;
    color:#000;
}
#footer .subscribe .btn-submit {
	float:right;
	width:170px;
	height:auto;
	padding:10px 0 9px;
	border:solid 3px #fff;
	text-align:center;
	display:block;
	color:#fff;
	font-size:16px;
    text-transform: uppercase;
	font-weight:500;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}
#footer .subscribe .btn-submit:hover {
    background: #fff;
	color:#000;
}
#footer .copyright {
	text-align:center;
	font-size:14px;
}

.clamp2 { 
	overflow: hidden;
	display: block;
	width: 100%;
}

/**********************************************/
/*     Cookie Notice       					  */
/**********************************************/
#cn-notice-text a {
    color: #fff;
    text-decoration: underline;
}

#cn-notice-text a:hover {
    text-decoration: none;
}

#cookie-notice .cn-button {
    font-family: sans-serif;
    line-height: 18px;
    padding: 2px 12px;
    margin-left: 10px;
    background: linear-gradient(to bottom,#FEFEFE,#F4F4F4) repeat scroll 0 0 #F3F3F3;
    border-color: #BBB;
    color: #333;
    text-shadow: 0 1px 0 #FFF;
    -moz-box-sizing: border-box;
    border-radius: 3px 3px 3px 3px;
    border-style: solid;
    border-width: 1px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-style: normal;
    text-decoration: none;
    white-space: nowrap;
    outline: none;
}

#cookie-notice .cn-button:hover {
    background: #000;
    color: #fff;
}

body.cookies-not-set .box .btn-up, 
body.cookies-not-set .box .btn-down {
    bottom: 30px;
}

/* Contact Form 7 */

/* fight chromes autofill yellow background color */
#content .wpcf7 input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

#content .wpcf7 {
	width: 100%;
	margin:30px 0;
    font-size: 16px;
}
#content .wpcf7 img.ajax-loader {
	background: #000;
  width: auto !important;
  height: auto !important;
}
#content .wpcf7 .content-column {
  padding-left: 2%;
  box-sizing: border-box;
}
#content button.form-nav-btn,
#content .wpcf7 textarea,
#content .wpcf7 input {
	margin:0;
	outline:0;
	border:0;
	color:#000000;
	font-size: 16px;
	background:transparent;
  width: 100%;
	max-width: 100%;
	box-sizing: border-box;
  padding: 0 3%;
  text-align: right;
}
#content .wpcf7 textarea {
  padding: 3%;
}
#content .wpcf7 textarea::-webkit-input-placeholder, #content .wpcf7 input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
	text-align:right;
    opacity: 1;
}
#content .wpcf7 textarea:-moz-placeholder, #content .wpcf7 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
	text-align:right;
    opacity: 1;
}
#content .wpcf7 textarea::-moz-placeholder, #content .wpcf7 input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
	text-align:right;
    opacity: 1;
}
#content .wpcf7 textarea:-ms-input-placeholder, #content .wpcf7 input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
	text-align:right;
    opacity: 1;
}
#content .wpcf7 .field {
	display:block;
	min-height:38px;
	width:100%;
	margin:0 0 14px;
	background-color: rgba(0, 0, 0, 0.35);
}
#content .wpcf7 .wpcf7-form-control-wrap {
	display:block;
	min-height:38px;
	width:100%;
	margin:0 0 16px;
}

#content .wpcf7 form > span[class*="checkbox-"] {
    float: left;
    width: 50%;
    padding: 0 1% 0 2%;
    box-sizing: border-box;
}

@media screen and (max-width: 1024px){
    #content .wpcf7 form > span[class*="checkbox-"] {
        float: none;
        width: 100%;
        padding: 0 5%;
        margin-bottom: 20px;
        min-height: 0;
    }
}

#content .wpcf7 form > span[class*="checkbox-"] span.wpcf7-list-item {
    float: none;
    width: 100%;
    padding: 0;
    text-align: left;
    color: #000000;
    font-size: 16px;
}

#content .wpcf7 form > span[class*="checkbox-"] span.wpcf7-list-item input {
    max-width: none;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}

#content .wpcf7 form > span[class*="checkbox-"] span.wpcf7-list-item .wpcf7-list-item-label {
    display: inline;
    vertical-align: middle;
}

#content .wpcf7 input[type="text"],
#content .wpcf7 input[type="email"],
#content .wpcf7 textarea {
	min-height:38px;
	background-color: #FFF;
  border: 3px solid #808080;
}

#content .wpcf7 input[type="text"]::placeholder,
#content .wpcf7 input[type="email"]::placeholder,
#content .wpcf7 textarea::placeholder {
    text-transform: uppercase;
}

#content button.form-nav-btn,
#content .wpcf7 input[type="submit"] {
    font-size: 16px;
    text-transform: uppercase;
	border: none;
	text-align: center;
	padding: 13px 8px 12px;
    min-width: 192px;
	float: right;
    width: auto;
	color:#fff;
	background:#000;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
#content button.form-nav-btn:hover,
#content .wpcf7 input[type="submit"]:hover {
	color:#000;
	background:#E8E8E8;
	border:solid 0px #000;
}

#content .wpcf7 .field-box {
	text-align: right;
	font-size: 14px;
}
#content .wpcf7 .field-box span.wpcf7-form-control-wrap {
	padding-bottom: 1px;
	margin-bottom: 2px;
}
#content .wpcf7 .field-box span.wpcf7-list-item,
#content .wpcf7 .field-box p {
	font-size: 14px;
	margin: 0 0 10px;
}
#content .wpcf7 .field-box span.wpcf7-list-item {
	float: none;
	width: auto;
	display: block;
	padding: 0;
}
#content .wpcf7 .field-box span.wpcf7-list-item input {
	width: auto;
	margin-left: 4px;
}
#content #PortfolioForm .field-box {
	float: none;
	width: auto;
	display: block;
	padding: 0 0 5px;
}
#content #PortfolioForm .field-box:after {
	content: '';
	clear: both;
	display: table;
}
#content #PortfolioForm .field-box span.wpcf7-list-item {
	position: relative;
	padding-left: 25px;
	text-align: left;
	font-size: 16px;
}
#content #PortfolioForm .field-box span.wpcf7-list-item input {
	position: absolute;
	top: 4px;
	left: 0;
	height: auto;
}


.selectboxit-container span, 
.selectboxit-container 
.selectboxit-options a {
    height: 38px !important;
    line-height: 38px !important;
}

#content .wpcf7 .selectboxit-container {
	display: block;
}

#content .wpcf7 .selectboxit-container .selectboxit {
	width: 100% !important;
	box-sizing: border-box;
	background: #A6A6A6;
	border-radius: 0;
	border: 0 none;
    font-size: 24px;
    padding: 0 3%;
    text-align: right;
}

	#content .wpcf7 .selectboxit-container .selectboxit .selectboxit-text {
		display: block;
		float: none;
		font-size: 24px;
		max-width: none !important;
		width: auto;
	}
	
	#content .wpcf7 .selectboxit > .selectboxit-option-icon-container {
		float: right;
		width: 15px;
		background: url(images/select-arrow.png) no-repeat center center;
	}
	
	#content .wpcf7 .selectboxit-list {
		background-color: #e1e1e1;
		border: medium none;
		text-align: right !important;
	}
	
		#content .wpcf7 .selectboxit-options a {
			padding-left: 10px;
			padding-right: 10px;
			font-size: 16px;
			font-weight: normal;
			height: auto !important;
    		line-height: 1.8 !important;
		}
		
	#content .wpcf7 span.wpcf7-list-item {
		float: left;
		width: 50%;
		padding-right: 1%;
		margin:0;
		text-align: right;
		box-sizing: border-box;
	}
	
#content .wpcf7 .selectboxit-container .selectboxit-options {
	width: 100%;
	border-radius: 0;
}

.ie-version-8 #content .wpcf7 .wpcf7-form-control-wrap,
.ie-version-8 #content .wpcf7 .field {
	background:url(images/ie-bg-contact.png);
}
#content .wpcf7 .wpcf7-form-control-wrap .textbox,
#content .wpcf7 .field .textbox {
	float:right;
	margin:6px 22px 0 0;
	width:90%;
}
#content .wpcf7  .wpcf7-form-control-wrap.message,
#content .wpcf7 .textarea {
	height:118px;
	margin:0 0 30px;
}
#content .wpcf7  .wpcf7-form-control-wrap.message textarea,
#content .wpcf7 .textarea textarea {
	float:right;
	margin:10px 22px 0 0;
	width:90%;
	height:108px
}
#content .wpcf7 .btn {
	border:solid 3px #000;
	height:auto;
	width:190px;
	text-align:center;
	padding:7px 0;
	float:right;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
#content .wpcf7 .btn:hover {
	background:#fff;
	color:#000;
	border:solid 3px #000;
}
#content .wpcf7 span.wpcf7-not-valid-tip {
	position: relative;
	left: 5px;
	/* font-size: 44px; */
}


/* Lead Generation Form (Contact Form 7 / Fancybox) */
.lead_gen_fancybox .fancybox-close {
	bottom: auto;
	top: 28px;
	right: 28px;
}

#ajaxform_wrapper {
	color: #000000;
	font-size: 16px;
	line-height: normal;
	padding: 20px;
}
	
	#ajaxform_wrapper .download_heading {
		font-size: 21.72px;
		font-weight: bold;
		line-height: normal;
		padding-left: 64px;
		padding-right: 25px; /* prevent conflict with close button */
		background: url(images/doc_icon.png) 0 0 no-repeat;
		min-height: 63px; /* height of doc_icon.png */
		margin-bottom: 15px;
	}

	#ajaxform_wrapper p {
		color: #000000;
		font-size: 16px;
		line-height: normal;
	}

#ajaxform_wrapper .wpcf7 img.ajax-loader {
	background: #000;
}
#ajaxform_wrapper .wpcf7 textarea,
#ajaxform_wrapper .wpcf7 input {
	margin:0;
	padding: 0 3%;
	outline:0;
	border:0;
	color:#000000;
	font-size: 16px;
	background:transparent;
	max-width: 100%;
	box-sizing: border-box;
    text-align: right;
}
#ajaxform_wrapper .wpcf7 textarea::-webkit-input-placeholder, #ajaxform_wrapper .wpcf7 input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #000;
	text-align:right;
    opacity: 1;
    text-transform: uppercase;
}
#ajaxform_wrapper .wpcf7 textarea:-moz-placeholder, #ajaxform_wrapper .wpcf7 input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #000;
	text-align:right;
    opacity: 1;
    text-transform: uppercase;
}
#ajaxform_wrapper .wpcf7 textarea::-moz-placeholder, #ajaxform_wrapper .wpcf7 input::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #000;
	text-align:right;
    opacity: 1;
    text-transform: uppercase;
}
#ajaxform_wrapper .wpcf7 textarea:-ms-input-placeholder, #ajaxform_wrapper .wpcf7 input:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #000;
	text-align:right;
    opacity: 1;
    text-transform: uppercase;
}
#ajaxform_wrapper .wpcf7 .field {
	display:block;
	min-height:38px;
	width:100%;
	margin:0 0 14px;
	background-color: rgba(0, 0, 0, 0.35);
}
#ajaxform_wrapper .wpcf7 .wpcf7-form-control-wrap {
	margin:0 0 14px;
}

#ajaxform_wrapper .wpcf7 input[type="text"],
#ajaxform_wrapper .wpcf7 input[type="email"],
#ajaxform_wrapper .wpcf7 textarea {
	min-height:38px;
	background-color: #FFF;
    border: 3px solid #808080;
}
/* fight chromes autofill yellow background color */
#ajaxform_wrapper .wpcf7 input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px #a2a2a2 inset;
}


#ajaxform_wrapper .wpcf7 input[type="submit"] {
	border: none;
    text-align: center;
    padding: 8px 50px;
    float: right;
    width: auto;
    color: #fff;
    background: #000;
    -webkit-transition: all 400ms ease;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
    text-transform: uppercase;
}

#ajaxform_wrapper .wpcf7 input[type="submit"]:hover {
    color: #000;
    background: #E8E8E8;
    border: solid 0px #000;
}

.selectboxit-container span, 
.selectboxit-container 
.selectboxit-options a {
    height: 38px !important;
    line-height: 38px !important;
}

#ajaxform_wrapper .wpcf7 .selectboxit-container {
	display: block;
}

#ajaxform_wrapper .wpcf7 .selectboxit-container .selectboxit {
	width: 100% !important;
	box-sizing: border-box;
	background: #A6A6A6;
	border-radius: 0;
	border: 0 none;
    font-size: 24px;
    padding: 0 3%;
    text-align: right;
}

	#ajaxform_wrapper .wpcf7 .selectboxit-container .selectboxit .selectboxit-text {
		display: block;
		float: none;
		font-size: 24px;
		max-width: none !important;
		width: auto;
	}
	
	#ajaxform_wrapper .wpcf7 .selectboxit > .selectboxit-option-icon-container {
		float: right;
		width: 15px;
		background: url(images/select-arrow.png) no-repeat center center;
	}
	
	#ajaxform_wrapper .wpcf7 .selectboxit-list {
		background-color: #e1e1e1;
		border: medium none;
		text-align: right !important;
	}
	
		#ajaxform_wrapper .wpcf7 .selectboxit-options a {
			padding-left: 10px;
			padding-right: 10px;
			font-size: 16px;
			font-weight: normal;
			height: auto !important;
    		line-height: 1.8 !important;
		}
		
	#ajaxform_wrapper .wpcf7 span.wpcf7-list-item {
		float: left;
		width: 50%;
		padding-right: 1%;
		margin:0;
		text-align: right;
		box-sizing: border-box;
	}
	
#ajaxform_wrapper .wpcf7 .selectboxit-container .selectboxit-options {
	width: 100%;
	border-radius: 0;
}

.ie-version-8 #ajaxform_wrapper .wpcf7 .wpcf7-form-control-wrap,
.ie-version-8 #ajaxform_wrapper .wpcf7 .field {
	background:url(images/ie-bg-contact.png);
}
#ajaxform_wrapper .wpcf7 .wpcf7-form-control-wrap .textbox,
#ajaxform_wrapper .wpcf7 .field .textbox {
	float:right;
	margin:6px 22px 0 0;
	width:90%;
}
#ajaxform_wrapper .wpcf7  .wpcf7-form-control-wrap.message,
#ajaxform_wrapper .wpcf7 .textarea {
	height:118px;
	margin:0 0 30px;
}
#ajaxform_wrapper .wpcf7  .wpcf7-form-control-wrap.message textarea,
#ajaxform_wrapper .wpcf7 .textarea textarea {
	float:right;
	margin:10px 22px 0 0;
	width:90%;
	height:108px
}
#ajaxform_wrapper .wpcf7 .field-box {
	
}
#ajaxform_wrapper .wpcf7 .field-box span.wpcf7-list-item {
	float: none;
	width: auto;
	display: block;
	position: relative;
	padding-right: 22px;
	padding-bottom: 14px;
}
#ajaxform_wrapper .wpcf7 .field-box span.wpcf7-list-item input {
	position: absolute;
	right: 2px;
	top: 4px;
}
#ajaxform_wrapper .wpcf7 .btn {
	border:solid 3px #000;
	height:auto;
	width:190px;
	text-align:center;
	padding:7px 0;
	float:right;
	-webkit-transition: all 400ms ease;
	-moz-transition: all 400ms ease;
	-ms-transition: all 400ms ease;
	-o-transition: all 400ms ease;
	transition: all 400ms ease;	
}
#ajaxform_wrapper .wpcf7 .btn:hover {
	background:#fff;
	color:#000;
	border:solid 3px #000;
}
#ajaxform_wrapper .wpcf7 span.wpcf7-not-valid-tip {
	position: relative;
	left: 5px;
}


/* Columns Shortcode */
.content-column {
	box-sizing: border-box;
	padding: 0 1%;
}

.gforms_confirmation_message {
    clear: both;
    padding:45px 0 0;
    width: calc( 50% - 32px );
    float: right;
    border-bottom: solid 18px #b7b7b7;
    font-size: 18px;
    padding-bottom: 10px;
}
.gforms_confirmation_message .gform_confirmation_message {}
.gforms_confirmation_message p {
    font-size: 18px;
    line-height:normal;
}
.request-info-form_wrapper {
    clear:both;
    visibility: hidden;
    padding:45px 0 0;
    font-size: 16px;
}
.request-info-form_wrapper.loaded {
    visibility: visible;
}
.request-info-form_wrapper .request-info-form {
    
}
.request-info-form_wrapper .request-info-form div.validation_error {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 400;
}
.request-info-form_wrapper .request-info-form .gf_progressbar_wrapper {
    width:calc( 50% - 32px );
    float:right;
    margin: 0 0 50px;
    padding: 0;
}
.request-info-form_wrapper .request-info-form .gf_progressbar_wrapper h3 {
    display:none;
}
.request-info-form_wrapper .request-info-form .gf_progressbar {
    width: 100%;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0;
    background: #e1e1e1;
}
.request-info-form_wrapper .request-info-form .gf_progressbar:after {
    display:none;
}
.request-info-form_wrapper .request-info-form .gf_progressbar_percentage {
    height:18px;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0 !important;
    background: #b7b7b7 !important;
}
.request-info-form_wrapper .request-info-form .gf_progressbar_percentage span {
    display:none;
}
.request-info-form_wrapper .request-info-form > .gf_progressbar_wrapper {
    display:none;
}
.request-info-form_wrapper .request-info-form .gform_page:after {
    content:"";
    clear:both;
    display:table;
}
.request-info-form_wrapper .request-info-form .gform_page_fields {
    margin:0 0 88px;
    position:relative;
    padding-top:25px;
}
.request-info-form_wrapper .request-info-form #gform_page_1_1 .gform_page_fields {
    padding-top:0;
}
.request-info-form_wrapper .request-info-form .gform_page_fields .req-note {
    font-size: 16px;
    color:#000;
    position:absolute;
    left:0;
    top:0;
    line-height:25px;
}
.request-info-form_wrapper .request-info-form .gform_page_fields:after {
    content:"";
    clear:both;
    display:table;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom {
    width:calc( 50% - 32px );
    float:left;
    margin:0 !important;
    padding:0 !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-column-2 {
    float:right;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gsection {
    display:none !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield {
    padding:0;
    margin:0 0 32px;
    max-width: 100% !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.custom-select {
    margin:0 0 7px;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield:after {
    content:"";
    clear:both;
    display:table;
}
.gform_wrapper.gform_validation_error .gform_body ul li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half),
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.gfield_error {
    padding:0;
    margin:0 0 7px !important;
    border:0;
    background:#fff;
    max-width: 100% !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .gfield_label {
    width: 100%;
    float: none;
    padding: 0;
    font-size: 16px;
    text-align: right;
    display: block;
    margin: 0;
    font-weight: 400;
    text-transform: lowercase;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .gfield_label .gfield_required {
    display:none !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.custom-radio .gfield_label {
    width: auto;
    float: left;
    padding:7px 0 6px;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.custom-radio > .gfield_label {
    max-width:calc( 100% - 170px );
    text-align:left;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.custom-radio-break .gfield_label {
    width: auto;
    float: none;
    padding:7px 0 6px;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.custom-radio-break > .gfield_label {
    max-width:none;
    text-align:right;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.hide-label .gfield_label {
    display:none !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.gfield_error .gfield_label {
    color:#000;
    margin:0;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container {
    margin:0;
    border:solid 2px #707070;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio {
    border:0;
    float:right;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul {
    margin: 0;
    width: auto;
    padding: 0;
    float: left;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li {
    display: inline-block;
    margin-left:14px !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li:first-child {
    margin-left:0 !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li label {
    margin:0 !important;
    max-width:100%;
    text-transform: lowercase;
    font-size:16px;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.custom-radio-break .ginput_container_radio ul li {
	display: block;
	text-align: right;
	margin-top: 10px;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li [type="radio"]:checked,
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li [type="radio"]:checked + label,
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li [type="radio"]:not(:checked) + label {
    position: relative;
    padding-right: 45px;
    cursor: pointer;
    line-height: 38px;
    display: inline-block;
    color: #000;
    font-weight:400 !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li [type="radio"]:checked + label:before,
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border: solid 2px #707070;
    background: #fff;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li [type="radio"]:checked + label:after,
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 38px;
    height: 38px;
    background:transparent url(images/icon-check.png) no-repeat 50%;
    position: absolute;
    top: 0;
    right: 0;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_radio ul li [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.gfield_error .ginput_container {
    margin:0;
    border-color:#790000;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield textarea,
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield input:not([type=radio]) {
    text-align:right;
    padding:0;
    outline:0 !important;
    text-align:right;
    font-size:16px;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    color:#000;
    border:0 !important;
    width: 100%;
    margin: 0 !important;
    padding:0 20px !important;
    height: 34px;
    line-height: 1;  
    
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    border-radius: 0;
}

.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield textarea::placeholder,
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield input:not([type=radio])::placeholder {
    text-transform: uppercase;
}

/* fight chromes autofill yellow background color */
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
}

.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield textarea {
    height:174px;
    padding-top:6px !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield {
    
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield ::-webkit-input-placeholder {
    color:#000;
    opacity:1;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield :-moz-placeholder {
    color:#000;
    opacity:1;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield ::-moz-placeholder {
    color:#000;
    opacity:1;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield :-ms-input-placeholder {
    color:#000;
    opacity:1;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select .selectboxit-container span, 
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select .selectboxit-container 
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select .selectboxit-options a {
    height: 34px !important;
    line-height: 34px !important;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select  .selectboxit-container {
	display: block;
}

.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select  .selectboxit-container .selectboxit {
    width: 100% !important;
    box-sizing: border-box;
    background: #fff;
    border-radius: 0;
    border: 0 none;
    font-size: 16px;
    padding: 0 8px;
    text-align: right;
}

.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select  .selectboxit .selectboxit-text {
    display: block;
    float: none;
    font-size: 16px;
    max-width: none !important;
    width: auto;
}
	
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select  .selectboxit > .selectboxit-option-icon-container {
    float: right;
    width: 15px;
    background: url(images/select-arrow.png) no-repeat center center;
}
	
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select  .selectboxit-list {
    background-color: #f3f3f3;
    border: medium none;
    text-align: right !important;
}
	
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select  .selectboxit-options a {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
    font-weight: normal;
    height: auto !important;
    line-height: 1.8 !important;
}	
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select  span.wpcf7-list-item {
    float: left;
    width: 50%;
    padding-right: 1%;
    margin:0;
    text-align: right;
    box-sizing: border-box;
}	
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .ginput_container_select  .selectboxit-container .selectboxit-options {
    width: 100%;
    border-radius: 0;
}
.request-info-form_wrapper .request-info-form .gform_fields-custom .gfield .validation_message {
    display:none !important;
}
.request-info-form_wrapper .request-info-form .gform_page_footer {
    clear:both;
    width:calc( 50% - 32px );
    float:right;
    text-align:right;
    padding:0;
    margin:0;
    border: 0;
}
.request-info-form_wrapper .request-info-form .gform_page_footer .button {
    width: auto;
    height:45px;
    min-width: 192px;
    background:#000;
    outline:0 !important;
    border:0;
    color:#fff;
    font-size: 16px;
    text-align:center;
    -webkit-appearance: none;
    border-radius: 0;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
    margin:0;
    padding:0 8px;
    text-transform: uppercase;
    -moz-transition: all 400ms ease;
    -ms-transition: all 400ms ease;
    -o-transition: all 400ms ease;
    transition: all 400ms ease;
}

.request-info-form_wrapper .request-info-form .gform_page_footer .button:hover {
    color: #000;
    background: #E8E8E8;
    border: solid 0px #000;
}


/*----- Benefit Template CSS jan-12-2020 --------*/

.page-template-benefits #content .half-wrap {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.page-template-benefits #content .half {
	width: 63.54319180087848%;
	margin: 0;
	box-sizing: border-box;
}

.page-template-benefits #content .half.benefits-details {
	position: relative;
	padding-top: 30px;
    padding-bottom: 60px; /* prevent .btn from overlapping text */
	width: 30.7%;
}

.page-template-benefits #content .half.benefits-details:before {
	border-top: 1px solid #000;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	padding-top: 30px;
	margin-left: -35px;
}

.page-template-benefits #content .half.benefits-details .btn {
	font-size:16px;
    min-width: 192px;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    bottom: 0;
}

.page-template-benefits .benefits-slider {
	position:relative;
	overflow:hidden;
}

.page-template-benefits .benefits-slider .cycle-slideshow > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.page-template-benefits .benefits-slider .cycle-youtube {
	max-width:100%;
	width:100%;
	height:100%;
}

.page-template-benefits .benefits-slider .max-width-video-wrapper {
	max-width:100% !important;
}

.page-template-benefits .benefits-slider .fluid-width-video-wrapper {
    padding:0 !important;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
	height:100%;
}

.page-template-benefits .benefits-slider .arrow-navigation {
	position: absolute;
	z-index: 99999;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.page-template-benefits .benefits-slider .arrow-navigation #prev-arrow {
	position: absolute;
	left:0px;
	top:50%;
	transform:translateY(-50%);
	z-index: 999;
	outline:none;
    background: rgba(255,255,255,0.76);
}

.page-template-benefits .benefits-slider .arrow-navigation #next-arrow {
	position: absolute;
	right:0px;
	top:50%;
	transform:translateY(-50%);
	z-index: 999;
	outline:none;
    background: rgba(255,255,255,0.76);
}

.page-template-benefits .benefits-slider .slider-pager {
	position: absolute;
	bottom: 10px;
	left: 0;
	right: 0;
	z-index: 9999;
	text-align: center;
    pointer-events: none; /* allows user to interact with YouTube controls */
}

.page-template-benefits .benefits-slider .slider-pager span {
    background: #fff;
    border-radius: 50%;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin: 0 12px;
	cursor:pointer;
	color:#fff;
    pointer-events: all;
}

.page-template-benefits .benefits-slider .slider-pager .cycle-pager-active {
    opacity: .5 !important;
}

/*----- Tooltip Slider Template CSS jan-12-2020 --------*/
.page-template-tooltip-slider #content h1 {
	margin-bottom:20px;
}
.page-template-tooltip-slider #content .crumbs {
	margin-bottom:80px;
}
.page-template-tooltip-slider #content h3 {
    margin-bottom: 8px;
    line-height: 1em;
}
.tooltip-slider {
	position:relative;
}
.tooltip-slider .tooltip-wrapper {
    position: absolute;
}
.tooltip-slider .tooltip-slide img {
    width: 100%;
}
.tooltip-slider .tooltip-slide {
    width: 100%;
    height: 100%;
}
.tooltip-slider .tooltip-slide .tooltip-image-wrap {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.tooltip-slider .tooltip-wrapper .tooltip-toggle {
	background-image: url(images/icon-toggle.png);
	display: block;
	background-repeat: no-repeat;
	background-position: center left;
	height: 50px;
	width: 50px;
	color: transparent;
	float: left;
    opacity: 0.8;
    transition: transform .2s; /* Animation */
    -webkit-animation: breathing 5s ease-out infinite normal;
    animation: breathing 5s ease-out infinite normal;
}
.tooltip-slider .tooltip-wrapper .tooltip-toggle:hover {
    -webkit-animation: none;
    animation: none;
    transform: scale(1.2) !important;
}

@-webkit-keyframes breathing {
  0% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
}

@keyframes breathing {
  0% {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
  50% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  100% {
   -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75);
  }
}

.tooltip-slider .tooltip-wrapper.open .tooltip-toggle {
	background-position: center right;
    -webkit-animation: none;
    animation: none;
}
.tooltip-slider .tooltip-wrapper .tooltip-content {
	max-width: 320px;
	background: rgba(255,255,255,0.75);
	float: right;
	margin-left: 10px;
	box-sizing: border-box;
	overflow: hidden;
	opacity: 1;
	height: auto;
	z-index: 2;
	position: relative;
	display: none;
	padding: 18px 20px;
}
.tooltip-slider .tooltip-wrapper.open-left .tooltip-content {
    position: absolute;
    right: 40px;
    width: 320px;
}
.tooltip-slider .tooltip-wrapper.open-top .tooltip-content {
    position: absolute;
    bottom: 100%;
    width: 320px;
}
.tooltip-slider .tooltip-wrapper .tooltip-content p:last-child {
	margin:0;
}
.tooltip-slider .arrow-navigation a {
	position: absolute;
    top: 50%;
    left: 0px;
    transform: translateY(-50%);
    z-index: 999;
    background: rgba(255,255,255,0.76);
}
.tooltip-slider .arrow-navigation #next-arrow {
	right:0px;
	left:auto;
}
.tooltip-slider .slider-pager {
	text-align:center;
	margin-top:16px;
}
.tooltip-slider .slider-pager span {
    background: #fff;
    width: 19px;
    height: 19px;
    display: inline-block;
    color: transparent;
    border: 2px solid #000;
    margin: 0 4px;
	cursor:pointer;
	box-sizing:border-box;
}
.tooltip-slider .slider-pager span.cycle-pager-active {
	background:#000;
}
.tooltip-mobile,
.tooltip-mobile .tooltip-mobile-wrapper {
    display: none;
}
@media screen and (max-width:1366px) {
	.tooltip-slider .slider-pager {
		margin-top:20px;
	}
}

@media screen and (max-width:1000px) {
	.page-template-tooltip-slider #content h1 {
		line-height:90px;
		margin-bottom:40px;
	}
}

@media screen and (max-width:768px) {
	.page-template-tooltip-slider #content h1 {
		font-size:50px;
		line-height:53px;
		margin-bottom:20px;
	}
	.tooltip-slider .tooltip-wrapper {
		display:none;
	}
    .tooltip-slider .arrow-navigation > a {
		width: 30px;
        margin-top: -15px;
	}
	.tooltip-slider .slider-pager {
		margin-top: 0;
		position: relative;
		bottom: -39px;
	}
	.tooltip-mobile {
	    margin-top: 72px;
		display:block;
	}
	.tooltip-mobile .tooltip-mobile-wrapper.show,
    .tooltip-mobile .tooltip-mobile-wrapper.show .tooltip-content {
		display: block !important
	}
	.tooltip-mobile .tooltip-wrapper .tooltip-content {
		margin-bottom:45px;
	}
	.tooltip-mobile .tooltip-wrapper:last-child .tooltip-content{
		margin-bottom:0;
	}
	.tooltip-mobile .tooltip-wrapper .tooltip-content p {
		margin-bottom: 0;
	}
}

@media screen and (max-width:414px) {
	.page-template-tooltip-slider #content h1 {
		margin-bottom:40px;
	}
	.page-template-tooltip-slider #content .crumbs {
		margin-bottom:43px;
	}
    .tooltip-slider .arrow-navigation > a {
		width: 30px;
        margin-top: -22px;
	}
	.tooltip-slider .slider-pager {
		margin-top:30px;
		position: static;
	}
	.tooltip-mobile {
	    margin-top: 26px;
		padding: 0px 21px;
	}
}

/*----- Find a Representative Template CSS feb-20-2020 --------*/
.content-rep-left {
	float: left;
	width: 394px;
	margin-right: -394px;
}
.content-rep-right {
	float: right;
	margin-left: 394px;
	padding-left: 107px;
}

.page-template-find-a-representative #content .wpcf7 input[type="text"]::placeholder,
.page-template-find-a-representative #content .wpcf7 input[type="email"]::placeholder,
.page-template-find-a-representative #content .wpcf7 textarea::placeholder {
    text-transform: none;
}

.page-template-find-a-representative #content .wpcf7 .selectboxit {
	background: transparent;
	border: 3px solid #808080;
	height: 38px !important;
}
.page-template-find-a-representative #content .wpcf7 .selectboxit .selectboxit-text {
	font-size: 16px;
}
.page-template-find-a-representative #content .wpcf7 .selectboxit span, 
.page-template-find-a-representative #content .wpcf7 .selectboxit-container .selectboxit-options a {
	height: 32px !important;
	line-height: 32px !important;
}
.page-template-find-a-representative #content .progress-bar {
	background: #e1e1e1;
	height: 18px;
	position: relative;
	margin-bottom: 20px;
}
.page-template-find-a-representative #content .progress-bar:before {
	background: #b7b7b7;
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
.page-template-find-a-representative #content .step1 .progress-bar:before {
	width: 33.333%;
}
.page-template-find-a-representative #content .step2 .progress-bar:before {
	width: 66.666%;
}
.page-template-find-a-representative #content .content-column {
	min-height: 2px;
}
.page-template-find-a-representative #content .content-column button.form-nav-btn,
.page-template-find-a-representative #content .content-column input[type="submit"] {
	width: 100%;
	min-width: 0;
}

.page-template-find-a-representative #content .wpcf7 .content-column {
	padding-left: 0 !important;
	padding-right: 1% !important;
	position: relative;
}
.page-template-find-a-representative #content .wpcf7 .content-column +  .content-column {
	padding-left: 1% !important;
	padding-right: 0 !important;
}
.page-template-find-a-representative #content .wpcf7 .content-column .ajax-loader {
	position: absolute;
	right: 8px;
	top: 13px;
	background-color: #fff;
	border-radius: 50%;
	border: 1px solid #fff;
}

#find-rep-results {
	display: none;
}
#find-rep-results h4 {
	font-weight: 700;
	font-style: 18px;
	margin: 0;
	line-height: 1.4;
}
#find-rep-results .loading {
	height: 150px;
	background-size: 40px 40px;
	background-position: 50% 40px;
}

@media screen and (max-width:1024px) {
	.page-template-find-a-representative #content #find-rep-results .content-column,
	.page-template-find-a-representative #content .wpcf7 .content-column {
		float: left;
		width: 50%;
	}
	.page-template-find-a-representative #content #find-rep-results .content-column.one_half,
	.page-template-find-a-representative #content .wpcf7 .content-column.one_half {
		clear: none;
	}
	.content-rep-right {
		margin-left: 50%;
		padding-left: 40px;
	}
	.content-rep-left {
		margin-right: -50%;
		width: 50%;
	}
}

@media screen and (max-width:768px) {
	.content-rep-left,
	.content-rep-right {
		float: none;
		margin: 0;
		padding: 0;
		width: auto;
	}
	.content-rep-right {
		padding-bottom: 30px;		
	}
	
}

/*----- End Find a Representative Template --------*/

@media screen and (max-width: 1430px) {
	
	.wrap {
		width:94%;
		margin:0 3%;
	}
	#header .nav ul li:last-child > ul {
		left:-121px
	}
	.post-type-archive-folio #content .half {
		width:30.7%;
	}
	.post-type-archive-folio #content .form-search .textbox {
		/*width: calc(100% - 148px);*/
	}
	.post-type-archive-folio #content .half.last {
		width:66.6%;
	}
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		font-size: 28px;
		padding: 160px 20px 0;
	}
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size: 20px;
		padding: 54% 20px 0;
	}	
	.page-template-accordion #content .half {
		width: 70.4%;
	}
	.page-template-accordion #content .half.last {
		width: 25.8%;
	}
	#content .accord .tab h5 {
		margin: 0 60px 0 0;
	}
	
}
@media screen and (max-width: 1390px) {
	
	.layout-body .btn-imgs .caption h5,
	#content .btn-imgs .caption h5 {
		padding: 24px 20px 0;
	}
	.post-type-archive-product #content .half {
		width:46.5%
	}
	.post-type-archive-product #content .half img {
		width:100% !important;
		height:auto !important;
	}
	.post-type-archive-product #content .half.last {
		width:51%
	}
	.post-type-archive-product #content .prod-list .img {
		float: right;
		width: 49%;
		margin:0 0 22px;
	}	
	.post-type-archive-product #content .prod-list .text {
		width: 48%;
	}	
	.page-template-right-content #content .half img {
		max-width:100%;
		height:auto
	}
	
}
@media screen and (max-width: 1360px) {
	
	.box .wrap-recent-proj .item .caption h5 {
		font-size:22px;
	}
	.box .wrap-recent-proj .item .caption p {
		font-size:14px;
	}
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		padding: 36% 20px 0;
	}
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		padding: 34% 20px 0;
	}	
	.post-type-archive-folio #content .half .btn {
		margin:0 4px 20px 0;
	}
	
}
@media screen and (max-width: 1300px) {
	
	.layout-body .btn-imgs .caption h5,
	.layout-body .btn-imgs .cap-title h5,  
	#content .btn-imgs .caption h5,
	#content .btn-imgs .cap-title h5 {
		font-size:20px;
	}
	.layout-body .btn-imgs .caption p,
	#content .btn-imgs .caption p {
		font-size:16px;
		line-height: 22px;
	}
	.box .wrap-recent-proj .item .caption h5 {
		font-size:22px;
	}
	.box .wrap-recent-proj .item .caption p {
		font-size:14px;
	}
	
}
@media screen and (max-width: 1280px) {
	.page-template-product-standalone #content .main-title {
		font-size: 60px;
		word-break: break-all;
	}
}
@media screen and (max-width: 1260px) {
	
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		padding: 26% 20px 0
	}	
	#header .nav ul li a {
		padding:13px 14px 6px
	}
	.box .wrap-news .item {
		width: 32%;
	}
	.page-template-cad-details-single #content .half.last,
	.single-cad_det #content .half.last {
		width:30%;
	}
	.page-template-cad-details-single #content .main-title,
	.single-cad_det #content .main-title {
		font-size: 60px;
	}
	.page-template-right-content #content .half.last {
		width:30%;
	}
	
}
@media screen and (max-width: 1220px) {
	
	.layout-body .btn-imgs .caption h5,
	.layout-body .btn-imgs .cap-title h5,  
	#content .btn-imgs .caption h5,
	#content .btn-imgs .cap-title h5 {
		font-size:18px;
	}
	.layout-body .btn-imgs .caption p,
	#content .btn-imgs .caption p {
		font-size: 14px;
		line-height: 18px;
	}
	#content .wrap-news .item {
		width: 30.6%;
		margin: 0 4% 98px 0;
	}
	#content .wrap-news h2 {
		font-size: 32px;
		line-height: 1.125;
	}
	
}
@media screen and (max-width: 1190px) {
	
	.post-type-archive-product #content .prod-list .text h3 {
		font-size:24px;
	}
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		padding: 20% 20px 0
	}	
	
}
@media screen and (max-width: 1140px) {
/* Switches full nav to hamburger Nav */
	#header .nav {
		display:none;
	}
	.btn-mob { 
		display: block;
	}
	#header .tools {
		margin: 28px 0 0;
		position:relative;
	}
	#header .tools ul  {
		margin:4px 0 8px 0;
		z-index:10;
		display:none;
	}
	#header .tools ul li a {
		padding:6px 10px
	}
	#header .tools ul ul {
		top:33px
	}
	#header .tools .search-form {
		clear:both;
		position:relative;
		z-index:2;
	}
	/* Allow scrolling on home page on mobile */
	body {
		overflow: visible !important;
        padding-top: 150px;
	}
    body.page-template-front-page {
        padding-top: 0 !important;
    }
	#header { 
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: rgb(255, 255, 255);
        background-color: rgba(255, 255, 255, 0.80);
        max-height: 100vh;
        overflow: auto;
	}
    #header .logo a {
        background-image: url(images/logo-dark.png) !important;
    }
    #header .tagline {
        background-image: url(images/tagline-dark.png) !important;
    }
    #header .btn-mob {
        background-position: 50% 9px;
    }
    #header .hr {
        background: #000 !important;
    }
    
    .post-type-archive-folio #content .half .contact-widget.is_stuck {
        top: 150px !important; /* accommodate fixed header */ 
        min-height: 86vh;
    }
    
	.box .wrap-recent-proj .items {
		margin:0 0 0 -1.7%;
		width:101.7%;
	}
	.box .wrap-recent-proj .item {
		margin:0 0 20px 1.7%;
		width:23.3%;
		display: none;
	}
	.box .wrap-recent-proj .item:nth-child(10),
	.box .wrap-recent-proj .item:nth-child(9),
	.box .wrap-recent-proj .item:nth-child(8),
	.box .wrap-recent-proj .item:nth-child(7),
	.box .wrap-recent-proj .item:nth-child(6),
	.box .wrap-recent-proj .item:nth-child(5),
	.box .wrap-recent-proj .item:nth-child(4),
	.box .wrap-recent-proj .item:nth-child(3),
	.box .wrap-recent-proj .item:nth-child(2),
	.box .wrap-recent-proj .item:nth-child(1) {
		display: block;
	}
	.box .wrap-recent-proj .item-mid,
	.box .wrap-recent-proj .item-large {
		width: 48.3%;
	}
	.box .wrap-recent-proj .item-large img {
		width:auto !important;
		height:100% !important;
	}
        .gforms_confirmation_message,
        .request-info-form_wrapper .request-info-form .gform_page_footer,
        .request-info-form_wrapper .request-info-form .gf_progressbar_wrapper,
        .request-info-form_wrapper .request-info-form .gform_fields-custom {
            width:calc( 50% - 10px );
        }
	
}

@media screen and (max-height: 780px){
    .post-type-archive-folio #content .half .contact-widget.is_stuck {
        min-height: 84vh;
    }
    .post-type-archive-folio #content .wpcf7 {
        margin: 0;
    }
    .post-type-archive-folio #content .half .scroll-top h2 {
        display: none;
    }
}

@media screen and (max-width: 1120px) {
	#footer .right,
	#footer .left {
		width:100%;
		float:none;
	}
	#footer .left { 
		margin:0 0 30px;
	}
	.post-type-archive-product #content .prod-list .img {
		width: 55%;
	}
	.post-type-archive-product #content .prod-list .text {
		width: 42%;
		padding-top:40px;
	}
	.post-type-archive-product #content .prod-list .text p {
		display:none
	}
}
@media screen and (max-width: 1060px) {
	
	.box .wrap-news .items {
		width: 106%;
		margin-left: -6%;
	}
	.item .image, 
	#content .wrap-news .image {
		height: 168px;
	}
	/* .item .image img, #content .wrap-news .image img {
		position: relative;
		top: auto;
	} */
	.box .wrap-news .clear-half {
		display:none !important
	}
	.box .wrap-news .item {
		width: 44%;
		margin: 0 0 17px 6%;
		display: none;
	}
	.box .wrap-news .item:nth-child(2),
	.box .wrap-news .item:nth-child(1) {
		display: block;
	}
	.box .wrap-news h2 {
		font-size:28px;
	}
	.box .wrap-news .text-mob {
		display:block;
	}
	.layout-body .btn-imgs .btn-img,
	#content .btn-imgs .btn-img {
		width: 23.76%;
		margin: 0 1.24% 16px 0;	
	}
	.layout-body .btn-imgs .btn-img-4,
	#content .btn-imgs .btn-img-4 {
		margin-right:0
	}
	.layout-body .btn-imgs .caption,
	#content .btn-imgs .caption {
		height:auto;
	}
	.layout-body .btn-imgs .caption h5,
	#content .btn-imgs .caption h5 {
		font-size: 18px;
		padding: 6px 20px;
	}
	.layout-body .btn-imgs .caption p,
	#content .btn-imgs .caption p {
		display:none;
	}
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		padding: 20% 20px 0;
		font-size: 20px;
	}
	.post-type-archive-folio #content .folio-list .item .caption p {
		font-size:16px;
	}
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size:16px;
	}
	#content .brochure-list h3 {
		font-size:22px;
	}
	#content .brochure-list .text {
		width:56.2%;
	}
	#content .brochure-list .text p {
		font-size:16px;
	}
	.links {
		margin-left: 0 !important;
		text-align:right
	}	
	.page-template-accordion #content .half {
		width: 64.4%;
	}
	.page-template-accordion #content .half.last {
		width: 31.8%;
	}
	.page-template-cad-details-single #content .half,
	.single-cad_det #content .half {
		width: 61.9%;
	}
	.page-template-cad-details-single #content .half.last,
	.single-cad_det #content .half.last {
		width: 35%;
	}
	.page-template-right-content #content .half {
		width: 61.9%;
	}
	.page-template-right-content #content .half.last {
		width: 35%;
	}
        .gforms_confirmation_message,
        .request-info-form_wrapper .request-info-form .gform_page_footer,
        .request-info-form_wrapper .request-info-form .gf_progressbar_wrapper,
        .request-info-form_wrapper .request-info-form .gform_fields-custom {
            width:100%;
            float:none;
        }
        .request-info-form_wrapper .request-info-form .gform_page_fields {
                margin: 0 0 20px;
        }
    .box .wrap-contact .layout {
    	width:  auto;
    }
    .box .wrap-contact .other {
        width: 256px;
    }
}
@media screen and (max-width: 1024px) {
  	#content .wpcf7 .content-column {
	    width: auto;
	    float: none;
	    padding-left: 5%;
  	}
  	.post-type-archive-folio #content .half .scroll-top h2 {
		display: none;
  	}
	.page-template-product-standalone #content .half {
		width: 100%;
		display: none;
	}
	.page-template-product-standalone #content .half.prod-list {
		display: block;
		margin: 0 0 30px;
	}
	.page-template-product-standalone #content .half.prod-list .item {
		padding:  0 0 20px 0;
		margin-bottom: 0;
	}	
	.page-template-product-standalone #content .half.mobile-brochure {
		display: block;
	}
	.page-template-benefits #content .half {
		width: 50%;
	}
	.page-template-benefits #content .half.benefits-details {
		width: 42%;
	}
    .page-template-benefits #content .half-wrap {
        display: block;
    }
	.page-template-benefits #content .half,
	.page-template-benefits #content .half.benefits-details {
		width: 100%;
		float:none;
		padding-right:0;
	}
	.page-template-benefits .benefits-slider .arrow-navigation #prev-arrow,
	.page-template-benefits .benefits-slider .arrow-navigation #next-arrow {
		max-width:25px;
	}
	.page-template-benefits .benefits-slider .slider-pager span {
		width: 15px;
		height: 15px;
		margin: 0 8px;
	}
	.page-template-benefits #content .half.benefits-details:before {
		max-width:100%;
		margin:0;
	}
	.page-template-benefits #content .half.benefits-details,
	.page-template-benefits #content .half.benefits-details .btn {
		margin-top:40px;
	}
}
@media screen and (min-width: 1024px) {
    #footer .left {
        display: block;
    }
}
@media screen and (max-width: 980px) {
	.box .wrap-news h2 {
		font-size: 20px;
		line-height: normal;
	}	
	.box .wrap-news p {
		font-size: 16px;
		line-height: normal;
	}	
	.box .wrap-news .more-wrap a {
		font-size:16px;
	}
	.page-template-right-content #content .main-title,
	.single-cad_det #content .main-title {
		font-size: 50px;
	} 
	
	.layout-body .btn-imgs .cap-title h5,
	.layout-body .btn-imgs .caption h5,
	#content .btn-imgs .cap-title h5,
	#content .btn-imgs .caption h5 {
		font-size: 16px;
	}	
	
}
@media screen and (max-width: 940px) {
	
	.box .wrap-contact h1,
	.box .wrap-news h1,
	.box .wrap-recent-proj h1,
	.box .wrap-standard h1 {
/* 		font-size: 70px !important;
		line-height: 70px;	 */
	}
	.box .wrap-standard h1 br {
		display:none;
	}
	.box .wrap-standard .layout-body  {
		width:100%;
	}
	.one_half img {
		width:96% !important;
		height:auto !important
	}
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size:14px;
	}
	#content .wrap-news .items {
		width: 104%;
		margin-left: -4%;
	}	
	#content .wrap-news .clear-half {
		width:100%;
		clear:both;
	}
	#content .wrap-news .clear-third {
		display:none;
	}
	#content .wrap-news .item {
		width: 46%;
		margin: 0 0 48px 4%;
	}
	
}
@media screen and (max-width: 910px) {
	
	.page-template-right-content #content .half.last,
	.page-template-right-content #content .half,
	.page-template-cad-details-single #content .half.last,
	.single-cad_det #content .half.last,
	.page-template-cad-details-single #content .half,
	.single-cad_det #content .half {
		width: 100%;
		float:none;
		margin:0 0 30px;
	}
	.page-template-right-content #content .half.last,

	.page-template-cad-details-single #content .half.last,
	.single-cad_det #content .half.last {
		padding-top: 30px;
	}
	.page-template-cad-details-single .half .widget li .label,
	.single-cad_det #content .half .widget li .label {
		width: 310px;
	}
	.page-template-cad-details-single #content .half .widget li .type,
	.single-cad_det #content .half .widget li .type {
		width: 110px;
	}
	
	#content .half {
		float: left;
		width: auto;
		margin: 0 0 24px 0px;	
	}
	
	.page-template-product-standalone #content .prod-list .item {
		margin-bottom: 10px;
	}
	
	
}

@media screen and (max-width: 860px) {
	.layout-body .btn-imgs .cap-title h5,
	.layout-body .btn-imgs .caption h5,
	#content .btn-imgs .cap-title h5,
	#content .btn-imgs .caption h5 {
		font-size: 14px;
	}	

}
@media screen and (max-width: 850px) {
	
	.post-type-archive-folio #content .half #ajax-loop {
		width: 103.5%;
		margin-left: -3.5%;
	}
	.post-type-archive-folio #content .folio-list .item {
		width: 29.8%;
		margin: 0 0 23px 3.5%;
	}
	.post-type-archive-folio #content .folio-list .item-large {
		width: 46.5%;
	}	
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size:18px;
	}
        .post-type-archive-folio #content .form-search .field {
		margin: 0 0 5px;
                max-width:100%;
        }
	.post-type-archive-folio #content .form-search .btn-submit {
		width:100%
	}
	.fancybox-title .cap-left {
		margin:0 0 20px !important;
		float:none;
	}
	.fancybox-title .cap-right {
		position: relative !important;
		margin: 0;
        padding: 0;
		float: none;
        text-align: left;
        right: auto;
        bottom: auto;
        
	}
}
@media screen and (max-width: 820px) {
	
	.post-type-archive-product #content .half.last,
	.post-type-archive-product #content .half {
		width:100%;
		float:none;
		margin:0 0 50px;
	}
	.post-type-archive-product #content .prod-list .img {
		width: 48%;
	}	
	.post-type-archive-product #content .prod-list .text {
		width: 48%;
		padding-top: 26px;
	}
	.post-type-archive-product #content .prod-list .text p {
		display: block;
	}
	
}
@media screen and (max-width: 800px) {
	body {
        padding-top: 130px;
    }
	#header .logo {
		width:320px;
		height:40px;
		margin:20px 0
	}
	#header .logo a {
		width:320px;
		height:0;
		padding:40px 0 0;
		background-size:cover;
	}
	#header .tagline {
		width: 320px;
		background-size:contain;
	}
	#header .tools {
		margin:20px 0 0
	}
	#header .tools ul {
		display:none;
	}
	.btn-mob2 {
		display:block;
	}
	#header .tools .search-form {
		clear:none
	}
	.box .wrap-contact .layout {
		width:100%;
	}
	.box .wrap-contact .form {
		width: calc(100% - 300px);
		margin: 0 0 30px;
	}	
	.box .wrap-contact .logos p {
		text-align:center;
	}
	.box .wrap-contact .logos a {
		margin:0 12px 20px;
	}
	.layout-body .btn-imgs,
	#content .btn-imgs {
		width: 101.9%;
		margin: 0 0 50px -1.9%;
	}
	#content .language-switcher {
		position: relative;
		text-align: right;
	}
	.layout-body .btn-imgs .btn-img,
	#content .btn-imgs .btn-img {
		/* width: 31.4%; */
		width: 48.1%;
		margin: 0 0 16px 1.9%;
	}
	.page-template-accordion #content .half,
	.page-template-accordion #content .half.last {
		width: 100%;
		float:none;
		margin:0 0 30px;
	}	
	
}
@media screen and (max-height: 580px) {
  .post-type-archive-folio #content .half .contact-widget .scroll-top {
    position: relative;
    left: auto;
    bottom: auto;
  }
}
@media screen and (max-width: 760px) {
	
  .post-type-archive-folio #content .half .contact-widget {
    min-height: 0;
  }
  .post-type-archive-folio #content .half .contact-widget .scroll-top {
    display: none;
  }
  	
  	.post-type-archive-folio #content .folio-list {
  		padding: 0;
  	}
	.post-type-archive-folio #content .half.last,
	.post-type-archive-folio #content .half {
		width:100%;
		float:none;
		margin:0 0 30px;
	}
	.post-type-archive-folio #content .form-search form {
		display: -webkit-box;
			display: -ms-flexbox;
			display: flex;
			-ms-flex-wrap: wrap;
			    flex-wrap: wrap;
			-webkit-box-orient: horizontal;
			-webkit-box-direction: normal;
			    -ms-flex-direction: row;
			        flex-direction: row;
			-webkit-box-pack: justify;
			    -ms-flex-pack: justify;
			        justify-content: space-between;
	}
	.post-type-archive-folio #content .form-search .field {
		width: calc( 100% - 54px );
	}
	.post-type-archive-folio #content .form-search .btn-submit {
		width: 49px;
	}
	.post-type-archive-folio #content .half .sort-refresh {
		margin-bottom:28px;
	}
	.post-type-archive-folio #content .half ul.sort-list li {
		margin: 0 0 15px;
	}
	.post-type-archive-folio #content .folio-list .item .caption h2,
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size:22px;
	}
        .post-type-archive-folio #content .contact-form .wpcf7 {
            max-width:100%;
        }
	
}
@media screen and (max-width: 740px) {
	.box .wrap-contact .logos,
	.box .wrap-news .items,
	.box .wrap-recent-proj .items {
		padding-bottom: 80px !important;
	}
	.box .wrap-recent-proj .items {
		margin:0 0 0 -2.7%;
		width:102.7%;
	}
	.box .wrap-recent-proj .item {
		margin:0 0 20px 2.7%;
		width:46.95%;
	}
	.box .wrap-recent-proj .item-mid,
	.box .wrap-recent-proj .item-large {
		width: 97.3%;
	}
	.box .wrap-recent-proj .item-large img {
		width:100% !important;
		height:auto !important;
	}
	.box .wrap-recent-proj .item .caption h5 {
		font-size: 28px;
	}
	.box .wrap-recent-proj .item .caption p {
		font-size:18px;
	}
	.box .wrap-standard .one_third img {
		width:100% !important;
		height:auto !important
	}
	.box .wrap-standard .one_third {
		width: 30% !important;
		margin: 0 0 0 3% !important;
		vertical-align:top;
	}
	.box .wrap-contact .other,
	.box .wrap-contact .form {
		width:100%;
		float:none;
		margin:0;
	}
	.box .wrap-contact .form {
		margin:0 0 30px;
	}
	#content .brochure-list .item {
		width: 100%;
		margin: 0 0 48px;
	}
	#content .brochure-list h3 {
		font-size: 28px;
	}
	#content .brochure-list .text p {
		font-size: 18px;
	}
	
	#content .wpcf7 {
		width:auto;
	}
	
}
@media screen and (max-width: 690px) {
	#header .logo {
		width:240px;
		height:30px;
		margin:20px 0
	}
	#header .logo a {
		width:240px;
		height:0;
		padding:30px 0 0;
		background-size:cover;
	}
	#header .tagline {
		width: 240px;
		background-size:contain;
	}
	#header .tools {
		margin: 16px 0 0;
	}	
	
}
@media screen and (max-width: 670px) {
	
	.box .wrap-news .item {
		width:94%;
	}
	.box .wrap-news h2 {
		font-size: 28px;
	}
	.box .wrap-news .text {
		min-height:10px;
	}
	.post-type-archive-product #content .prod-list .img {
		width: 52%;
	}
	.post-type-archive-product #content .prod-list .text {
		width: 44%;
	}
	
}
@media screen and (max-width: 640px) {
	
	.box .wrap-news .item {
		width: 94%;
		margin: 0 0 17px 6%;
	}	
	#footer .left ul {
		width:100%;
		float:none;
	}
	#footer .subscribe {
		width:100%;
	}
	#footer .subscribe .textbox {
		width: calc(100% - 230px);
	}
	#content .cad-list ul {
		width:100%;
		float:none;
		margin:0
	}
	#content .cad-list ul:first-child li:last-child a {
		border:0
	}

        .video-modal {
            position:relative;
        }  
        .gform_wrapper input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]) {
            line-height:1 !important;
        }
        .gform_wrapper .ginput_container span:not(.ginput_price) {
            margin-bottom: 0;
        }
        .gform_wrapper ul.gfield_checkbox li label, .gform_wrapper ul.gfield_radio li label {
            width:auto;
        }
	
}
@media screen and (max-width: 610px) {
	
	.wrap-contact,
	.home .wrap-news,
	.wrap-standard {
		margin-top: 50px !important;
		margin-bottom: 50px !important;
	}
	.wrap-recent-proj {
		margin-top: 200px !important
	}
    body {
        padding-top: 110px;
    }
	#header .logo {
		width:240px;
		height:30px;
		margin:20px 0;
		float:none;
	}
	#header .logo a {
		width:240px;
		height:0;
		padding:30px 0 0;
		background-size:cover;
	}
	#header .tools {
		/*
		float: left;
		width: 307px;
		height: 38px;
		margin: 0 auto 20px;
		*/
		display: none;
	}	
	.btn-mob {
		padding: 38px 0 0;
		background-position: 50% -41px;
		float: left;
		margin: 0;
		position: absolute;
		right: 0;
		top: 0px;
	}	
	.btn-mob.active,
	.btn-mob:hover {
		background:#fff url(images/btn-mob.png) no-repeat 50% 9px;
	}
	#header .tagline {
		width: 240px;
		margin: 8px 0px;
		/* background-position:50% 50% */
	}
	.layout-body .btn-imgs,
	#content .btn-imgs {
		width: 102.4%;
		margin: 0 0 50px -2.4%;
	}	
	.layout-body .btn-imgs .btn-img,
	.layout-body .btn-imgs .btn-img.large,	   
	#content .btn-imgs .btn-img,
	#content .btn-imgs .btn-img.large {
		width: 47.4%;
		margin: 0 0 16px 2.4%;
	}	
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size:18px;
	}
	#content .wrap-news .items {
		width: 100%;
		margin-left: 0;
	}	
	#content .wrap-news .item {
		width: 100%;
		margin: 0 0 48px 0;
	}
	#content .main-title {
		font-size: 68px;
	}	
}
@media screen and (max-width: 600px) {
	.post-type-archive-folio #footer .left {
		display: none;
	}
  #content .wpcf7 .content-column {
    padding: 0;
  }
  	.page-template-product-standalone #content .half.prod-list {
  		margin-bottom: 20px;
  	}
  	.page-template-product-standalone #content .prod-list .item {
  		margin-bottom: 40px;
  	}
  	.page-template-product-standalone #content .prod-list .item:nth-last-child(2) {
		margin-bottom: 0;
  	}
  	.page-template-product-standalone #content .prod-list .img {
		width: 100%;
		float: none;
  	}
  	.page-template-product-standalone #content .prod-list .img img {
		width: 100%;
		display: block;
		height: auto;
  	}
  	.page-template-product-standalone #content .prod-list .text {
		width: 100%;
		float: none;
		padding: 20px 0 0;
  	}
	.page-template-product-standalone #content .prod-list .text h3 {
	    margin: 0 0 12px;
	    border-bottom: solid 1px #000;
	    padding: 0 0 10px;
	}  	
}
@media screen and (max-width: 590px) {
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		font-size:18px;
		margin:0 0 10px;
		padding-top: 12%;
	}
	.post-type-archive-folio #content .folio-list .item .caption p {
		font-size:14px;
	}
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size: 16px;
	}	
}
@media screen and (max-width: 540px) {
	
	.post-type-archive-product #content .prod-list .item {
		margin:0 0 20px;
	}
	.post-type-archive-product #content .prod-list .img {
		width: 100%;
	}
	.post-type-archive-product #content .prod-list .text {
		width: 100%;
		padding: 0 0 22px;
	}
}
@media screen and (max-width: 520px) {
	.box[data-hide_on_mobile="1"] {
		display: none !important;
	}
	.box .btn-up, .box .btn-down,
	.home-navi {
		display:none;
	}
	#header {
		margin: 0 0 10px;
	}
	.home #header {
		margin:0
	}
	#content .main-title {
		font-size: 32px;
	}
	.box .wrap-contact h1,
	.home .box .wrap-news h1,
	.box .wrap-recent-proj h1, 
	.box .wrap-standard h1 {
		font-size: 32px !important;
		line-height: 32px;
	}
	.box .wrap-standard .one_third {
		width: 47% !important;
		margin: 0 0 0 3% !important;
		vertical-align:top;
	}	
	.post-type-archive-folio #content .folio-list .load-more {
		display: block;
	}
	.post-type-archive-folio #content .folio-list .item {
		width: 46.4%;
		margin: 0 0 23px 3.5%;
	}
	.post-type-archive-folio #content .folio-list #caption-6 ~ .caption-full,
	.post-type-archive-folio #content .folio-list #caption-6 ~ .item {
		display: none;
	}
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size: 24px;
	}	
	.post-type-archive-folio #content .folio-list .item-large {
		width: 96.5%;
	}	
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		font-size: 28px;
		margin: 0 0 10px;
		padding-top: 38%;
	}	
	.post-type-archive-folio #content .folio-list .item .caption p {
		font-size: 18px;
	}
	#content .news-tool {
		margin: -20px 0 20px;
		position:relative;
		top:0
	}
	#content .wrap-news h2 {
		font-size: 24px;
		line-height: 28px;
	}	
	#content .brochure-list h3 {
		font-size: 22px;
	}
	#content .brochure-list .text p {
		font-size: 16px;
	}
	#content .accord .tab h5 {
		font-size:20px;
	}
	#content .accord .text {
		padding: 10px 20px 30px;
	}
	#content .downloads .label {
		width:60%;
	}
	#content .downloads .type {
		width:35%;
	}
	.post-type-archive-cad_det #content p img.alignleft {
		width:100% !important;
		height:auto !important;
		float:none;
		margin:0;
	}
        .request-info-form_wrapper .request-info-form #gform_page_1_1 .gform_page_fields {
            padding-top:25px;
        }
        .request-info-form_wrapper .request-info-form .gform_fields-custom .gfield.custom-radio > .gfield_label {
                max-width: 100%;
        }
        .request-info-form_wrapper .request-info-form .gform_page_footer .button {
            width:100%;
            display:block;
            margin:0 0 10px;
        }
	
}
@media screen and (max-width: 480px) {
	
	#header .tagline {
		background-size:100% auto 
	}
	#header .tools {
		width:auto
	}
	.page-template-cad-details-single #content .half .widget li .label,
	.single-cad_det #content .half .widget li .label {
		width: calc(100% - 120px);
	}	
	
}
@media screen and (max-width: 460px) {
	
	.box .wrap-recent-proj .item {
		margin:0 0 20px 2.7%;
		width:97.3%;
	}
	#footer .subscribe {
		height:auto;
	}
	#footer .subscribe .textbox {
		width:calc(100% - 55px);
		margin:0 0 5px
	}	
	#footer .subscribe .btn-submit {
		width:100%;
	}	
	.box .wrap-standard .layout-body img {
		width:100%;
	}
	.box .wrap-standard .one_third {
		width: 100% !important;
		margin: 0 0 30px !important;
		vertical-align:top;
	}
	.box .wrap-standard .one_third img {
		width:auto !important;
		height:auto !important;
	}
	.box .wrap-contact .form .btn,
	.box .btn {
		width: 180px;
		font-size: 14px;
		padding: 8px 20px;
		display:block;
		margin:0 auto;
	}
	.box .wrap-contact h1,
	.home .box .wrap-news h1,
	.box .wrap-recent-proj h1, 
	.box .wrap-standard h1 {
		font-size: 32px !important;
		line-height: 32px;
	}
	.layout-body .btn-imgs,
	#content .btn-imgs {
		width: 100%;
		margin: 0 0 50px 0;
	}	
	.layout-body .btn-imgs .btn-img,
	.layout-body .btn-imgs .btn-img.large,	   
	#content .btn-imgs .btn-img,
	#content .btn-imgs .btn-img.large {
		width: 100%;
		margin: 0 0 16px 0;
	}	
	.layout-body .btn-imgs .cap-title h5, 
	.layout-body .btn-imgs .caption h5,	
	#content .btn-imgs .cap-title h5, 
	#content .btn-imgs .caption h5 {
		font-size: 22px;
	}	
	#footer h4 {
		font-size: 18px;
	}
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		padding-top: 30%;
	}
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size: 18px;
	}
	#content .news-tool li {
		font-size:18px;
	}
	#content .news-tool ul {
		width:170px;
	}
	#content .news-tool ul li {
		font-size:16px;
	}
	#content .news-tool ul li a {
		padding: 6px 10px;
	}
	
}
@media screen and (max-width: 380px) {
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		padding-top: 20%;
	}
	#content .brochure-list img {
		width:auto !important;
		margin:0 auto 20px;
		display:block;
		float:none;
	}
    #content .brochure-list .item {
        display: block;
    }
	#content .brochure-list .text {
		width:100%;
		float:none;
	}
	#content .main-title {
		font-size:50px;
		line-height:50px;
	}
	
}
@media screen and (max-width: 520px) {
    .layout-body .btn-imgs {
		width: 100%;
		margin: 0 0 50px 0;
	}	
	.layout-body .btn-imgs .btn-img,
	.layout-body .btn-imgs .btn-img.large {
		width: 100%;
		margin: 0 0 16px 0;
	}	
	.layout-body .btn-imgs .cap-title h5, 
	.layout-body .btn-imgs .caption h5 {
		font-size: 22px;
	}	
}
@media screen and (max-width: 360px) {
	
	#header .tools .search-form {
		width: 180px;
	}	
	#header .tools .search-form .textbox {
		width:62%;
	}
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		padding-top: 20%;
		font-size: 24px;
	}	
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size: 16px;
	}
	.fancybox-title .cap-right {
		margin-right:0 !important
	}	
	.page-template-cad-details-single #content .half .widget li .label,
	.single-cad_det #content .half .widget li .label {
		width: calc(100% - 100px);
	}	
	.page-template-cad-details-single #content .half .widget li .type,
	.single-cad_det #content .half .widget li .type {
		width: 96px;
	}	
	
}
@media screen and (max-width: 340px) {
	
	.post-type-archive-folio #content .folio-list .item .caption h2 {
		padding-top: 10%;
		font-size: 22px;
	}	
	.post-type-archive-folio #content .folio-list .item .caption h5 {
		font-size: 16px;
		padding-top: 24px;
	}	
	#content .news-tool ul {
		right: -48px;
	}
	#content .news-tool li:last-child ul {
		right: 0;
	}
	
}

@media screen and (max-height: 760px){
    .box .wrap-recent-proj .item:nth-of-type(8),
    .box .wrap-recent-proj .item:nth-of-type(9),
    .box .wrap-recent-proj .item:nth-of-type(10),
    .box .wrap-recent-proj .item:nth-of-type(11),
    .box .wrap-recent-proj .item:nth-of-type(12),
    .box .wrap-recent-proj .item:nth-of-type(13) {
        display: none;
    }
}

/**********************************************/
/*     PRINT             					  */
/**********************************************/
@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
}
/**********************************************/
/*     HELPER             					  */
/**********************************************/
.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    *text-indent: -9999px;
}
.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}
.hidden {
    display: none !important;
    visibility: hidden;
}
.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}
.invisible {
    visibility: hidden;
}
.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/**********************************************/
/*     PRINT             					  */
/**********************************************/
@media print {
    * {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }
    a,
    a:visited {
        text-decoration: underline;
    }
    a[href]:after {
        content: " (" attr(href) ")";
    }
    abbr[title]:after {
        content: " (" attr(title) ")";
    }
    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }
    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }
    thead {
        display: table-header-group;
    }
    tr,
    img {
        page-break-inside: avoid;
    }
    img {
        max-width: 100% !important;
    }
    @page {
        margin: 0.5cm;
    }
    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }
    h2,
    h3 {
        page-break-after: avoid;
    }
}