@charset "UTF-8";
/*Spider Web Worx - September 2017
custom styling for DCH web pages in support of Foundation.css*/

/* TYPOGRAPHY */
body {
	font-family: "Hind", sans-serif;
	color: #323237;
	font-size: 16px;
	font-weight: 500;
}
h1, h2, h3, h4, h5, h5, h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	color: #323237;
	margin: 0px;
}
[class*="fa-"]::before {
	font-family: "FontAwesome";
	font-weight: 400;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "webworx-icons";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	text-align: center;
	/* For safety - reset parent styles, that can break glyph codes*/
	font-variant: normal;
	text-transform: none;
	/* Font smoothing. That was taken from TWBS */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;/* Uncomment for 3D effect *//* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-1ax {
	font-size: 1.5em
}
.icon-2x {
	font-size: 2em
}
.icon-2ax {
	font-size: 2.2em
}
.icon-3x {
	font-size: 3em
}
.icon-4x {
	font-size: 4em
}
.icon-5x {
	font-size: 5em
}
h1, h2.page-title, h2.product-title {
	font-size: 42px;
	line-height: 54px;
	margin-bottom: 20px;
}
h2 {
	font-size: 28px;
	line-height: 44px;
}
h3 {
	font-size: 26px;
	line-height: 32px;
	font-weight: bold;
	margin-bottom: 15px;
}
h4 {
	font-size: 18px;
	line-height: 28px;
	font-weight: 500;
	margin-bottom: 20px;
}
h5 {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 16px;
}
h6 {
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 16px;
}
strong {
	font-weight: 600;
}
p {
	font-size: 20px;
	line-height: 1.8;
	margin: 0px 0px 30px;
}
p.lead {
	font-size: 20px;
	line-height: 34px;
	font-weight: normal;
}
p.subtitle {
	margin-bottom: 30px;
}
p.description {
	margin-bottom: 10px;
}
p.strong {
	font-weight: 700;
}
p strong {
	color: #323237;
}
.text-left {
	text-align: left
}
.text-left-imp {
	text-align: left !important
}
.text-right {
	text-align: right
}
.text-center {
	text-align: center
}
.center-vert {
	position: relative;
	top: 50%;
	-webkit-transform: perspective(1px) translateY(-50%);
	-ms-transform: perspective(1px) translateY(-50%);
	transform: perspective(1px) translateY(-50%);
}
/***********  MISC *************/
.blue {
	color: #0074c8;
}
.green {
	color: #94d500;
}
.orange {
	color: #f26d21 !important;
}
.yellow {
	color: #ffae00
}
.black {
	color: #000;
}
.white {
	color: #fff;
}
.grey {
	color: #363a35;
}
.red {
	color: #FF0004
}
.olive {
	color: #7d7762
}
div.clear {
	clear: both;
}
a, button span {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.button { /*	add border and radiused corners to std button*/
	background-color: #f26d21;
	border-style: solid;
	border-width: 1px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
}
.btn-outline {
	color: #fff;
	border: 1px solid #fff
}
.btn-outline-white:hover {
	color: #2196f3;
	background-color: #fff !important
}
.btn-right.btn-outline:after {
	border-color: #fff
}
.btn-down.btn-outline:after {
	border-color: #fff
}
.btn-up.btn-outline:after {
	border-color: #fff
}
.btn-left.btn-outline:before {
	border-color: #fff
}
.button:hover, .button:focus {
	color: #2196f3 !important;
	background-color: #fff !important;
	opacity: 1 !important;
	border: solid 1px;
	border-radius: 3px
}
.booknowbutton {
	text-align: center;
	margin: 25px auto 0;
}
.booknowbutton a:hover {
	text-align: center;
	border: solid 1px;
	border-radius: 3px
}
#showBtn1, #showBtn2, #showBtn3 {
	color: red
}
.form-contact:hover {
	text-align: center;
	border: solid 1px;
	border-radius: 3px
}
.cd-btn:before {
	content: "\e813";
	font-family: 'webworx-icons';
	color: #98ca41;
	font-size: 18px;
}
.noborder {
	border: none !important
}
.orange-border {
	border-color: #f26d21 !important
}
.orange-text {
	color: #f26d21 !important
}
.trans-bckgnd {
	background-color: rgba(255, 255, 255, 0.7);
}
.right-border {
	border-right: 1px solid #dcdcdc;
	margin-right: 0;
}
.top-border {
	padding-bottom: 12px;
	padding-top: 15px;
	border-top: 1px solid #dcdcdc;
}
.bottom-border {
	padding-bottom: 12px;
	padding-top: 15px;
	border-bottom: 1px solid #dcdcdc;
}

@media (min-width: 1000px) {
#toTop {
	display: block;
	color: #a29c88;
	position: fixed;
	bottom: 80px;
	right: 30px;
	width: 42px;
	overflow: hidden;
	z-index: 20;
}
#toTop:hover {
	outline: none;
	opacity: 0.5;
	filter: alpha(opacity=50);
}
}
.pad-nil {
	padding: 0 !important
}
.pad-top30 {
	padding-top: 30px;
}
.pad-top40 {
	padding-top: 40px;
}
.pad-top50 {
	padding-top: 50px;
}
.pad-top80 {
	padding-top: 80px;
}
.pad-top120 {
	padding-top: 120px;
}
.pad-lr15 {
	padding-left: 15px;
	padding-right: 15px
}
.all-margin20 {
	margin: 20px
}
.adj-width900 {
	max-width: 900px
}
.full-width {
	width: 100%
}
.full-max-width {
	max-width: 100%
}
.pad-9375 {
	padding-left: 0.9375rem;
	padding-right: 0.9375rem
}
.break-mgn {
	margin-bottom: 8px
}
.margin-right60 {
	margin-right: 60px
}
.facebook-like {
	position: relative;
	padding-left: 45px;
	margin-top: 13px
}
.facebook-like:before {
	content: '\e808';
	font-family: 'webworx-icons';
	font-size: 4rem;
	color: #484334;
	position: absolute;
	right: 80px;
	top: -28px;
}
.closebtn {
	margin: 10px 15px 0;
	color: gray;
	font-weight: bold;
	float: right;
	font-size: 22px;
	line-height: 20px;
	cursor: pointer;
	transition: 0.3s;
}
.closebtn:hover {
	color: black;
}
/******************* Pagination Overrides **************/
.pagination a, .pagination button {
	color: #f26d21;
	border-radius: 0
}
.pagination .current {
	background-color: transparent;
}
.pagination .current a {
	border-bottom: solid #f26d21 1px
}
/**********************  Hero sections pages *******************/

.home-page .hero {
	background-image: url("../images/hero-1.jpg");
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: 30% 0;
	background-size: cover;
/*	background: url("../images/hero-1.jpg") no-repeat scroll 0 0 / cover;
*/	padding-top: 100px
}

@media (min-width: 780px) {
.home-page .hero {
	height: 100vh;
	background-position: center
}
}

@media (min-width: 1200px) {
.home-page .hero {
	background-attachment: fixed;
}
}
.home-page .hero:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, grey, #3b6b99);
	opacity: .3;
}
.page-id-002 .hero {
	background-image: url("../images/hero-5-sm.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 100px
}
@media (min-width: 780px) {
.page-id-002 .hero {
	background-image: url("../images/hero-5-md.jpg");
	height: 72vh;
	background-position: center
}
}
@media (min-width: 1200px) {
.page-id-002 .hero {
	background-image: url("../images/hero-5.jpg");
	background-attachment: fixed;
}
}
.page-id-002 .hero:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, grey, #3b6b99);
	opacity: .5;
}

.page-id-003 .hero {
	background-image: url("../images/hero-7-sm.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 100px
}
@media (min-width: 780px) {
.page-id-003 .hero {
	background-image: url("../images/hero-7-md.jpg");
	height: 72vh;
	background-position: center
}
}
@media (min-width: 1200px) {
.page-id-003 .hero {
	background-image: url("../images/hero-7.jpg");
	background-attachment: fixed;
}
}
.page-id-003 .hero:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, grey, #3b6b99);
	opacity: .5;
}


.page-id-008 .hero {
	background-image: url("../images/hero-8-sm.jpg");
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding-top: 100px
}
@media (min-width: 780px) {
.page-id-008 .hero {
	background-image: url("../images/hero-8-md.jpg");
	height: 100vh;
	background-position: center
}
}
@media (min-width: 1200px) {
.page-id-008 .hero {
	background-image: url("../images/hero-8.jpg");
	background-attachment: fixed;
}
}
.page-id-008 .hero:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: linear-gradient(to top, grey, #a29c88);
	opacity: .7;
}
.hero .intro {
	padding: 3rem;
	position: relative;
	top: 50%;
}

@media only screen and (min-width: 780px) {
.hero .intro {
	transform: translateY(-50%);
}
}
.hero h1 {
	color: #fff;
	font-size: 1.5rem;
	line-height: 1.5em;
	letter-spacing: -0.025em;
	font-weight: 300;
	text-align: center;
}
.hero p {
	color: #fff;
	line-height: 1.75em;
	font-weight: 200;
	text-align: center;
	margin-bottom: 2rem;
}

@media only screen and (min-width: 40.063em) {
.hero h1 {
	padding-top: 4.5rem;
	text-align: center;
	font-size: 4.5rem;
	line-height: 1.2
}
.hero p {
	text-align: right;
}
}
.site-content {
	padding-bottom: 6em
}
.home .site-content {
	padding-bottom: 0
}
.home .site {
	position: relative;
	display: block
}
.home-main-intro {
	background-repeat: no-repeat;
	position: relative
}
.hero-iso {
	position: relative;
	z-index: 9999;
}
.hero-iso span {
	background: rgba(0, 0, 0, 0) url("../../assets/images/hero-iso.svg") no-repeat scroll 50% 50% / contain;
	height: 15.6rem;
	left: 50%;
	position: absolute;
	transform: translate(-50%, 62%);
	width: 12.5rem;
}
/**************** Header Menu ******/
.headwrapper {
	background: rgba(255, 255, 255, 0.3) none repeat scroll 0 0;
	left: 0;
	padding: 0;
	top: -80px;
	position: relative;
	width: 100%;
	z-index: 999;
}

@media (min-width:1250px) {
.headwrapper {
	padding: 0 80px
}
}
#hdr-tag {
	font-weight: bold
}
#col-mymenu .colwrapper {
	background-position: left top;
	background-repeat: repeat;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none
}
.section-hdr {
	letter-spacing: 4px;
	font-weight: 300;
	font-size: 32px;
	color: #f26d21;
	line-height: 2.1
}

@media (min-width:1060px) {
.slicknav_menu {
	background: transparent !important
}
}
.navbar-brand {
	float: left;
	font-size: 18px;
	height: 45px;
	line-height: 20px;
	padding: 12.5px 15px;
}
.navbar-brand > .img {
	background: rgba(0, 0, 0, 0) url("../images/dch-logo_1.svg") no-repeat scroll 0 0 / 100% 100%;
	display: block;
	height: 155px;
	margin-top: -42px;
	transition-duration: 1s;
	width: 220px;
}

@media (min-width:1130px) {
.navbar-brand > .img {
	width: 260px
}
}
.navbar-home {
	display: none
}
#homeButton {
	padding: 0px 15px;
	color: #ffffff;
	margin-right: 18px
}
.hometext {
	display: none;
}
.links li:hover>a {
	background-color: rgba(0,0,0,0.08) !important;
	text-decoration: none;
}
.links > li > a:hover {
	background-color: #333333 !important;
	text-decoration: none;
	color: #ffffff;
}
.links li:first-child a:hover, .links li:last-child a:hover {
	background-color: rgba(0,0,0,0) !important;
	text-decoration: none;
	color: #424242;
}
.links > li > a.active {
	background-color: rgba(220,98,38,1) !important;
	text-decoration: none;
	color: #0076bd;
}
.links {
	text-align: center;
	margin: 0 auto 0 auto;
	width: 100%;
	display: table;
	padding: 6px 0px 16px;
}
.links > li {
	text-align: center;
	display: table-cell;
}
.links li:first-child a {
	border-radius: 2px;
}
.links li:last-child a {
	-webkit-border-radius: 0px 2px 2px 0px;
	-moz-border-radius: 0px 2px 2px 0px;
	border-radius: 0px 2px 2px 0px;
	border-right: 0px solid;
}
.links > li > a .fa {
	display: inline-block;
	font-size: 25px;
	line-height: 25px;
	margin-right: 0;
}
.links li ul li a .fa.fa-angle-double-right {
	font-size: 12px;
	margin: 0 3px 0 -4px;
}
.links li a .arrow:after {
	border-left: 4px solid rgba(0, 0, 0, 0);
	border-right: 4px solid rgba(0, 0, 0, 0);
	border-top: 4px solid #b3b3b3;
	content: "";
	float: right;
	height: 0;
	margin: 0 0 0 9px;
	position: absolute;
	text-align: right;
	top: 22px;
	width: 0;
}
.links > li > a {
	display: block;
	color: #424242;
	padding: 0px 12px;
	line-height: 48px;
	text-decoration: none;
}

@media (min-width:940px) {
.links > li > a {
	padding: 0px 24px;
}
}
.links li:first-child a {
	padding: 0 12px 0 0
}

@media (min-width:940px) {
.links li:first-child a {
	padding: 0 24px 0 0;
}
}
.links li:last-child a {
	padding: 0 0 0 12px
}

@media (min-width:940px) {
.links li:last-child a {
	padding: 0 0 0 24px;
}
}
.links li a:hover .arrow:after {
	border-top-color: #b3b3b3
}
.links li a.active .arrow:after {
	border-top-color: #b3b3b3
}
.links li:hover>a .arrow:after {
	border-top-color: #b3b3b3
}
.mymenu {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 99;
}
.menu-item {
	position: relative;
	color: #fff;
}
.menu-item:after {
	display: block;
	position: absolute;
	left: 0;
	top: 0px;
	width: 0;
	background-color: rgba(255,255,255,.2);
	content: "";
	transition: width 0.3s;
}
.menu-item:hover {
	color: rgba(255,255,255,1);
}
.page-id-002 #menu-002, .page-id-003 #menu-002, .page-id-004 #menu-002, .page-id-008 #menu-002 {
	/* DESKTOP MENU - Hide local home page scroll menu item on all pages except home page*/
	display: none
}
/********* Mobile Menu ***************/
.slicknav_menu {
	display: none;
}

@media screen and (max-width: 780px) {
/* #menu is the original menu */
.js #menu {
	display: none;
}
#social-tbl {
	background-color: black
}
.js .slicknav_menu {
	display: block;
}
.navbar-brand {
	display: none !important
}
.navbar-home {
	display: block !important
}
}
.menu li {
	display: inline-block
}
/******* End Mobile Menu *******/

/**** Containers and wrappers *****/
section, .section {
	padding-top: 80px;
	padding-bottom: 120px;
	position: relative;
}
section.no-padding-top, .section.no-padding-top {
	padding-top: 0;
}
section.no-padding-bottom {
	padding-bottom: 0;
}
.no-padding-left {
	padding-left: 0;
}
.no-padding-right {
	padding-right: 0;
}
.column, .columns {
	position: relative
}

@media print, screen and (min-width: 40em) {
.column, .columns {
	position: relative
}
}
.container {
	margin-right: auto;
	margin-left: auto;
}
.container:before, .container:after {
	content: " ";
	display: table;
}
.container:after {
	clear: both;
}

@media (min-width: 768px) {
.container {
	max-width: 750px;
}
}

@media (min-width: 992px) {
.container {
	max-width: 970px;
}
}

@media (min-width: 1200px) {
.container {
	max-width: 1200px;
}
}
.mainwrap {
	height: auto !important;
	margin: 0 auto -110px;
	min-height: 100%;
	position: relative;
}
#container-3 {
	background-position: left top;
	background-repeat: repeat;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none;
	margin-top: -81px
}
#container-9 {
	background-position: left top;
	background-repeat: repeat;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-right-style: none
}
.container-gallery {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	max-width: 100%;
	min-width: 320px
}
#wrapper-1 {
	background-position: left top;
	background-repeat: repeat;
	border-top-style: none;
	border-bottom-style: none;
	height: calc(100vh - 184px);
	width: 100%
}
#wrapper-2 {
	background-color: #ffffff;
	background-position: left top;
	background-repeat: repeat;
	border-top-style: none;
	border-bottom-style: none;
	overflow: visible !important;
	padding: 120px 0 22px
}
#wrapper-2 a.facebook .fa-facebook {
	color: #0074c8;
}
#wrapper-2 a.instagram .fa-instagram {
	color: #F28E00;
}
#wrapper-3 {
	color: #fff;
	padding-bottom: 0;
	overflow: visible
}
#wrapper-4 {
	color: #323237;
	padding-bottom: 0;
	overflow: visible
}
#wrapper-5 {
	padding-bottom: 0;
	overflow: visible
}
#wrapper-6 {
	padding-bottom: 0;
	padding-top: 0;
	overflow: visible
}
#wrapper-7 {
	color: #323237;
	padding: 30px 0 20px;
	text-align: left;
	overflow: visible
}
#wrapper-7 fa {
	display: block;
}
#wrapper-7 a {
	font-size: 15px;
}

@media (min-width: 500px) {
#wrapper-7 a {
	font-size: 16px;
}
}
#wrapper-7 a.facebook .fa-facebook {
	color: #0074c8;
}
#wrapper-7 a.instagram .fa-instagram {
	color: #F28E00;
}
#wrapper-8 {
	padding-bottom: 0;
	overflow: visible
}
#wrapper-9 {
	background: #0074c8 none repeat scroll 0 0;
	color: #fff;
	padding-bottom: 0;
	/*	padding-top: 0;
*/	overflow: visible
}
#wrapper-11 {
	background-position: left top;
	background-repeat: repeat;
	border-top-style: none;
	border-bottom-style: none;
	padding-bottom: 0;
	padding-top: 0;
	overflow: visible;
	margin-bottom: 120px;
}
#wrapper-12 {
	color: #323237;
	padding: 0 0 50px;
	margin-top: -70px;
	text-align: center;
	overflow: visible
}
#wrapper-12 fa {
	display: block;
}
#wrapper-12 a {
	font-size: 15px;
	color: #323237;
}

@media (min-width: 500px) {
#wrapper-12 a {
	font-size: 18px;
}
}
#wrapper-13, #wrapper-14, #wrapper-15 {
	background: #a29c88 none repeat scroll 0 0;
	color: #fff;
	padding-bottom: 0;
	padding-top: 0;
	overflow: visible
}
#wrapper-16 {
	padding-bottom: 0;
	padding-top: 0;
	overflow: visible
}
#wrapper-17 {
	color: #323237;
	padding: 80px 0 40px;
	text-align: center;
	overflow: visible
}
#wrapper-17 fa {
	display: block;
}
#wrapper-17 a {
	font-size: 15px;
	color: #323237;
}

@media (min-width: 500px) {
#wrapper-17 a {
	font-size: 18px;
}
}
#wrapper-17 a.facebook .fa-facebook {
	color: #0074c8;
}
#wrapper-17 a.instagram .fa-instagram {
	color: #F28E00;
}
/***TOP HEADER ONLY VISIBLE WHEN MOBILE MENU VISIBLE ***/
.header-top {
	display: block;
	padding-bottom: 0;
	padding-top: 0;
	overflow: visible
}

@media (min-width: 781px) {
.header-top {
	display: none
}
}

@media (max-width:1010px) {
.hdr-main {
	width: 100%
}
}

@media (max-width:992px) {
.header-bgnd {
	width: 100% !important
}
}
.header-bgnd {
	background-color: #fff;
}
.hdr-brand {
	float: left;
	font-size: 18px;
	width: 100%;
	line-height: 20px;
	padding: 10px 0;
}

@media (min-width:1300px) {
.hdr-brand {
	padding: 10px 15px
}
}
.hdr-brand img {
	max-width: 210px;
	max-height: 120px;
}

@media (min-width: 1300px) {
.hdr-brand img {
	max-width: 380px;
}
}
/*********** PHONE NO STYLING *******/
.telno {
	color: #323237;
	font-size: 22px
}
.telno:hover {
	color: #f89c27
}
/*************  Fixed Menu bar - when scrolling *****************/
.myfixed .menu-home {
	visibility: visible;
}
.myfixed .mybottomborder {
	visibility: hidden;
}
.myfixed {
	margin: 0 auto!important;
	float: none!important;
	border: 0px!important;
	background: none!important;
	max-width: 100%!important;
	background-position: 0 10px !important;
}
.myfixed .links {
	padding: 0
}
.myfixed .links a {
	padding: 10px 25px 10px !important;
	color: #ffffff;
}
.myfixed #homeButton {
	margin: 6px 0 6px
}
.myfixed .navbar-brand > .img {
	background: rgba(0, 0, 0, 0) url("../images/dch-logo-sm.svg") no-repeat scroll 0 0 / 100% 100%;
	display: block;
	height: 125px;
	margin-top: -36px;
	transition-duration: 1s;
	width: 128px;
}
/************** menu items 'UL' **********/
.links {
	margin: 0 auto;
	display: table;
	position: relative;
}
.links a {
	padding: 0 14px 0;
	line-height: 48px;
	letter-spacing: 1px;
	display: inline-block;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	color: #323237;
	text-align: center;
	text-decoration: none;
}
.links .menu-bar {
	display: block;
	position: absolute;
	right: -100px;
	bottom: 0;
	height: 5px;
	width: 100px;
	background-color: rgba(242, 130, 54, 0);
	transition: all .2s linear;
}
.links a:hover~.menu-bar {
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../../assets/images/mouse_over.png);
}
.menu-item a:hover {
	color: #000;
}
.links a:last-of-type:hover~.menu-bar {
	right: 115px;
}
.links a:nth-last-of-type(2):hover~.menu-bar {
	right: 185px;
}
.links a:nth-last-of-type(3):hover~.menu-bar {
	right: 266px;
}
.links a:nth-last-of-type(4):hover~.menu-bar {
	right: 360px;
}
.links a:nth-last-of-type(5):hover~.menu-bar {
	right: 490px;
}
.links a:nth-last-of-type(6):hover~.menu-bar {
	right: 650px;
}
.links a:nth-last-of-type(7):hover~.menu-bar {
	right: 780px;
}
.links a:nth-last-of-type(8):hover~.menu-bar {
	right: 925px;
}
/*************** Quick Card *******************/
.at-a-glance p {
	letter-spacing: 1px
}
.at-a-glance a {
	letter-spacing: 0;
}
.facebook {
	margin: 0 0 28px
}
.facebook a {
	padding-right: 58px
}
.facebook p {
	margin-bottom: 6px;
	color: #484334
}
.ourlinks-hdr {
	margin: 0 0 20px !important
}
#links-hdr {
	margin-bottom: 50px
}
.card {
	background: #fcfcfc none repeat scroll 0 0;
	overflow: visible;
	margin-left: 0.9375rem;
	margin-right: 0.9375rem
}

@media (min-width: 770px) {
.card {
	margin-left: 0;
	margin-right: 0
}
}
.card-ourlinks {
	margin-bottom: 32px
}
.card-ourlinks p {
	color: #323237;
	font-size: 1.6em;
	margin-top: -15px;
	padding: 0 10px 0 40px;
	text-align: left;
}
.card-ourlinks p strong {
	color: #323237;
}
.card-ourlinks img {
	width: 120px;
	margin-top: -35px;
	border-radius: 50%;
	-webkit-box-shadow: 4px 3px 39px 2px rgba(0,0,0,.75);
	box-shadow: 4px 3px 39px 2px rgba(0,0,0,.75);
}

@media (min-width: 1024px) {
.card-ourlinks img {
	width: 160px;
	margin-top: -55px;
}
}
.links-row {
	text-align: center
}

@media (min-width: 1024px) {
.card-ourlinks {
	margin-bottom: 0
}
}
.view360:before {
	/* display none while static image is used */
	display: none;
	color: #323237;
	content: "\e828";
	font-family: "webworx-icons";
	font-size: 60px;
	right: 65px;
	position: absolute;
	bottom: -20px;
	width: auto;
}
.view360 h5 {
	/* display none while static image is used */
	display: none
}
#degrees360-hdr {
	padding-top: 20px
}
#img-360 {
	height: auto
}

@media (min-width: 1200px) {
#degrees360-hdr {
	padding-top: 80px
}
#img-360 {
	height: 700px
}
}
/******** parralax styling *********/
.parallax-background1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../assets/images/hero-2.jpg);
	background-attachment: scroll;
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

@media (min-width:768px) {
.parallax-background1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../assets/images/hero-2.jpg);
}
}

@media (min-width: 1200px) {
.parallax-background1 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(../../assets/images/hero-2.jpg);
	background-attachment: fixed;
	background-size: cover;
}
}
.parallax-background4 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../assets/images/hero-4.jpg);
	background-attachment: scroll;
	background-size: auto;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: auto;
	padding-top: 30px;
	padding-bottom: 10px;
	min-height: 500px;
}

@media (min-width:768px) {
.parallax-background4 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../assets/images/hero-4.jpg);
}
}

@media (min-width: 1200px) {
.parallax-background4 {
	background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url(../../assets/images/hero-4.jpg);
	background-attachment: fixed;
	background-size: cover;
}
}
.intro-text1 {
	font-size: 50px;
	color: #fff;
	text-align: center;
	margin-top: 15%;
}
.intro-text1 h1 {
	color: #fff
}
.intro-text1 p {
	margin-top: 52px
}
.intro-text1 a {
	margin-top: -50px
}
.intro-text2 {
	font-size: 50px;
	color: #fff;
	text-align: center;
}
.parallax-content1 {
	max-width: 100%;
	position: relative;
	padding: 0 0 50px;
	font-size: 20px;
	background-color: #fff;
	color: #323237
}
.parallax-content1 h4 {
	font-weight: 700;
	margin-bottom: 0
}
.parallax-content1 ul {
	list-style: none
}
.parallax-content1 ul li {
	font-size: 20px;
	line-height: 1.75
}
.parallax-content1 span {
	font-size: 16px
}

@media (min-width: 500px) {
.parallax-content1 span {
	font-size: 20px
}
}
/****************  home page portfolio Section *************/


.overlay-blinds {
	overflow: hidden;
	position: relative;
}
.overlay-blinds * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.overlay-blinds:before, .overlay-blinds:after {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	background-color: #000000;
	border-left: 3px solid #fff;
	border-right: 3px solid #fff;
	content: '';
	opacity: 0.6;
	z-index: 1;
}
.overlay-blinds:before {
	-webkit-transform: skew(45deg) translateX(-155%);
	transform: skew(45deg) translateX(-155%);
}
.overlay-blinds:after {
	-webkit-transform: skew(45deg) translateX(155%);
	transform: skew(45deg) translateX(155%);
}
.overlay-blinds img {
	backface-visibility: hidden;
	max-width: 100%;
	vertical-align: top;
}
.overlay-blinds .caption {
	top: 50%;
	left: 50%;
	position: absolute;
	z-index: 2;
	-webkit-transform: translate(-50%, -50%) scale(0.5);
	transform: translate(-50%, -50%) scale(0.5);
	opacity: 0;
	-webkit-box-shadow: 0 0 10px #000000;
	box-shadow: 0 0 10px #000000;
}
.overlay-blinds h3 {
	background-color: #000000;
	border: 2px solid #fff;
	color: #fff;
	font-size: 1em;
	font-weight: 600;
	letter-spacing: 1px;
	margin: 0;
	padding: 5px 10px;
	text-transform: uppercase;
}
.overlay-blinds a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 3;
}
.overlay-blinds:hover > img, .overlay-blinds.hover > img {
	opacity: 0.5;
}
.overlay-blinds:hover:before, .overlay-blinds.hover:before {
	-webkit-transform: skew(45deg) translateX(-55%);
	transform: skew(45deg) translateX(-55%);
}
.overlay-blinds:hover:after, .overlay-blinds.hover:after {
	-webkit-transform: skew(45deg) translateX(55%);
	transform: skew(45deg) translateX(55%);
}
.overlay-blinds:hover .caption, .overlay-blinds.hover .caption {
	-webkit-transform: translate(-50%, -50%) scale(1);
	transform: translate(-50%, -50%) scale(1);
	opacity: 1;
}
.portfolio-site-content-section {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.portfolio-site-content-section .button.round {
	border-radius: 5000px;
	text-transform: none;
	margin-bottom: 0;
	font-size: 0.9rem
}
.portfolio-site-content-section .portfolio-site-content-section-img {
	-webkit-align-self: center;
	align-self: center;
	-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
}
.portfolio-site-content-section .portfolio-site-content-section-img img {
	width: 100%;
}

@media screen and (min-width: 40em) {
.portfolio-site-content-section .portfolio-site-content-section-img {
	-webkit-flex: 1 0 50%;
	flex: 1 0 50%;
}
}
.portfolio-site-content-section .portfolio-site-content-section-block {
	-webkit-flex: 1 0 100%;
	flex: 1 0 100%;
	background: #ebe9e2;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: column;
	flex-direction: column;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

@media screen and (min-width: 40em) {
.portfolio-site-content-section .portfolio-site-content-section-block {
	-webkit-flex: 1 0 50%;
	flex: 1 0 50%;
}
}
.portfolio-site-content-section-block-header {
	font-size: 24px;
	align-self: stretch
}
.portfolio-wrapper {
	align-self: stretch;
	padding: 16px
}
.portfolio-site-content-section-block-subheader {
	font-size: 13px;
}
.view-more {
	position: absolute;
	left: 0;
	top: 90%;
	width: 100%;
	text-align: right;
}
.view-more p {
	color: #ffffff;
	font-size: 16px;
	font-size: 1.0rem;
	padding-right: 45px
}
.view-more span {
	display: inline-block;
	color: #ffffff;
	padding: 0 16px;
	position: absolute;
	top: -10%;
	right: 0px;
	z-index: 1;
	-webkit-transition: 0.05s linear;
	transition: 0.05s linear;
	-webkit-transition-delay: 0.01s;
	transition-delay: 0.01s;
}
/***********  Portfolio accordion styling *****************/
.accordion li {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-size: 15px !important
}
.accordion ul {
	list-style: square !important
}
.accordion-content img {
	width: 100%
}

@media (min-width: 668px) {
.accordion-content img {
	width: auto
}
}
.accordion-content h4 {
	margin-top: 20px
}
.accordion-title:before {
	content: "\e82a";
	font-family: "webworx-icons";
	font-size: 20px;
}
.is-active > .accordion-title::before {
	content: "\e804";
	font-family: "webworx-icons";
	font-size: 20px;
	color: #60c121
}
.accordion-list {
	list-style: square !important
}
.accordion-item span, .faq-hdr span {
	color: #f26d21;
	font-size: 32px !important
}
.accordion-item p {
	color: #323237;
	margin-bottom: 0
}
.accordion-title:focus, .accordion-title:hover {
	background-color: #ebe9e2;
}
.accordion-title {
	color: #f26d21
}
.accordion-title img {
	border: 1px solid #ddd;
	border-radius: 4px;
	padding: 5px;
	margin-right: 15px;
	width: 135px;
	float: left
}
.accordion-title img:hover {
	box-shadow: 0 0 2px 1px rgba(125, 119, 98, 0.5);
}
.accordion-item a {
	padding-bottom: 2rem
}
.accordion .home-details {
	background-color: transparent;
	border-top: none;
	border-radius: 0 0 .15em .15em;
}
.accordion .home-details > ul.home-overview {
	list-style: none;
	margin: 0;
	padding: 0;
	padding: .5em 0 0;
}
.accordion .home-details > ul.home-overview li {
	display: inline;
	color: #7d7762;
	font: 0.9rem 'Arial', Helvetica, sans-serif !important;
	padding: 0 2.2em 0 .8em;
}
.accordion .home-details > ul.home-overview li i {
	padding-left: 0.4em
}

/*********** Portfolio Page *************/
@media (max-width: 1200px) {
#intropanel h1 {
	font-size: 3.5rem
}
}
.show-opts {
	position: absolute;
	left: 0;
	top: 90%;
	width: 100%;
	text-align: right;
	background: -webkit-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: -o-linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
	background: linear-gradient(rgba(0,0,0,0) 0%, rgba(0,0,0,0.65) 100%);
}
.show-opts p {
	color: #ffffff;
	font-size: 16px;
	font-size: 1.0rem;
	padding-right: 45px
}
div.snip0019 .show-opts span {
	display: inline-block;
	color: #ffffff;
	padding: 0 16px;
	position: absolute;
	top: -35%;
	right: 0px;
	z-index: 1;
	-webkit-transition: 0.05s linear;
	transition: 0.05s linear;
	-webkit-transition-delay: 0.01s;
	transition-delay: 0.01s;
}
/*************** Page Curl ********************/

/*div.snip0023 {
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 220px;
	width: 100%;
	background: #000000;
	text-align: center;
}
div.snip0023 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.snip0023 img {
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
div.snip0023 > div {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
div.snip0023 > div::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.4s;
	transition: opacity 0.4s;
	background-image: linear-gradient(45deg, #000000 0%, transparent 40%, rgba(255, 255, 255, 0.15));
}
div.snip0023 i {
	display: inline-block;
	color: #ffffff;
	padding: 0 16px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.05s linear;
	transition: 0.05s linear;
	-webkit-transition-delay: 0.01s;
	transition-delay: 0.01s;
}
div.snip0023 .curl {
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: all .4s ease;
}
div.snip0023 .curl:before, div.snip0023 .curl:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 12%;
	bottom: 6%;
	width: 70%;
	max-width: 300px;
	max-height: 100px;
	height: 55%;
	box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
	transform: skew(-10deg) rotate(-6deg);
}
div.snip0023 .curl:after {
	left: auto;
	right: 6%;
	bottom: auto;
	top: 14%;
	transform: skew(-15deg) rotate(-84deg);
}
div.snip0023 a {
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	position: absolute;
	color: #ffffff;
}
div.snip0023:hover > div::before, div.snip0023.hover > div::before {
	opacity: 1;
}
div.snip0023:hover i, div.snip0023.hover i {
	opacity: 0.7;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
div.snip0023:hover .curl, div.snip0023.hover .curl {
	width: 90px;
	height: 90px;
}
*/div.snip0019 {
	color: #fff;
	position: relative;
	float: left;
	overflow: hidden;
	margin: 10px 1%;
	min-width: 220px;
	width: 100%;
	background: #000000;
	text-align: center;
}
div.snip0019 * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
div.snip0019 img {
	opacity: 1;
	width: 100%;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}
div.snip0019 .fcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: left;
}
div.snip0019 .fcaption > div {
	float: left;
	height: 100%;
	overflow: hidden;
	width: 50%;
	position: relative;
}
div.snip0019 .fcaption::before {
	position: absolute;
	top: 50%;
	bottom: 50%;
	left: 50%;
	width: 2px;
	content: '';
	opacity: 0;
	background-color: rgba(255, 255, 255, 0);
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
div.snip0019 .left-box, div.snip0019 .right-box {
	margin: 0;
	padding: 20px;
	opacity: 0;
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	-webkit-transition: opacity 0.45s, -webkit-transform 0.45s;
	transition: opacity 0.45s, -webkit-transform 0.45s, -moz-transform 0.45s, -o-transform 0.45s, transform 0.45s;
}
div.snip0019 .left-box {
	text-align: left;
	display: inline-block;
    font-weight: 300;
    bottom: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	-webkit-transform: translate3d(50%, 0%, 0);
	transform: translate3d(50%, 0%, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
div.snip0019 .left-box h4 {
	color: #fff
}
div.snip0019 .left-box p {
	color: #fff;
	font-size: 15px
}
div.snip0019 .right-box li {
	font-size: 15px
}
div.snip0019 .right-box {
	display: block;
	bottom: 0;
	text-align: left;
	font-weight: 300;
	top: 0%;
	color: #000;
	background: #ffffff;
	-webkit-transform: translate3d(-50%, 0%, 0);
	transform: translate3d(-50%, 0%, 0);
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
div.snip0019 .right-box h4 {
	color: #000
}
.features-overview ul {
	list-style: square !important;
}
.features-overview p {
	margin-bottom: 1rem;
}
div.snip0019:hover img {
	opacity: 0.7;
}
div.snip0019:hover .fcaption .left-box, div.snip0019:hover .fcaption .right-box {
	-webkit-transform: translate3d(0%, 0%, 0);
	transform: translate3d(0%, 0%, 0);
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
div.snip0019:hover .fcaption .left-box {
	opacity: 1;
}
div.snip0019:hover .fcaption .right-box {
	opacity: 1;
}
div.snip0019:hover .fcaption::before {
	background: #ffffff;
	top: 0px;
	bottom: 0px;
	opacity: 1;
	-webkit-transition-delay: 0s;
	transition-delay: 0s;
}
div.snip0019 span {
	display: inline-block;
	color: #ffffff;
	padding: 0 16px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	opacity: 0;
	z-index: 1;
	-webkit-transition: 0.05s linear;
	transition: 0.05s linear;
	-webkit-transition-delay: 0.01s;
	transition-delay: 0.01s;
}
div.snip0019 .curl {
	width: 0px;
	height: 0px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(225deg, #ffffff, #f3f3f3 20%, #bbbbbb 38%, #aaaaaa 44%, #888888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	transition: all .4s ease;
}
div.snip0019 .curl:before, div.snip0019 .curl:after {
	content: '';
	position: absolute;
	z-index: -1;
	left: 12%;
	bottom: 6%;
	width: 70%;
	max-width: 300px;
	max-height: 100px;
	height: 55%;
	box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
	transform: skew(-10deg) rotate(-6deg);
}
div.snip0019 .curl:after {
	left: auto;
	right: 6%;
	bottom: auto;
	top: 14%;
	transform: skew(-15deg) rotate(-84deg);
}
div.snip0019 a {
	left: 0;
    bottom: -5px;
	position: absolute;
	color: #ffffff;
}
div.snip0019:hover > div::before, div.snip0019.hover > div::before {
	opacity: 1;
}
div.snip0019 span, div.snip0019 span {
	opacity: 0.7;
	-webkit-transition-delay: 0.15s;
	transition-delay: 0.15s;
}
div.snip0019 .curl, div.snip0019 .curl {
	width: 90px;
	height: 90px;
}
.show-text {
	display: block
}
.hide-text {
	display: none
}
.show-text-hdr {
	display: none
}
.vertical-text {
	font-size: 2rem;
}

@media (min-width: 1024px) {
.vertical-text {
	font-size: 2rem;
	height: 40%;
	/*-ms-writing-mode: tb-rl; old syntax. IE */
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl; /* new syntax */
	filter: flipv fliph;
}
}
/********** Color Section Intro Panels Styling ***********/
.panel-intro:after {
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 27px;
	content: '';
	left: 0px;
	right: 0px;
	z-index: 999;
	display: block;
}
.panel-intro:after {
	margin: 5px auto;
}
.panel-intro:after {
	bottom: -31px;
	width: 107px;
	position: absolute;
}
.panel-intro {
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

@media screen and (max-width: 900px) {
.panel-intro img {
	display: none;
}
}

@media screen and (max-width: 1024px) {
.panel-intro h1 {
	text-align: center;
}
}

@media screen and (max-width: 1060px) {
.panel-intro {
	padding-top: 10px;
}
.panel-intro .inner-top80 {
	padding-bottom: 60px;
}
.panel-intro {
	width: 100%;
}
.panel-intro h1 {
	font-size: 29px;
	display: block;
}
}

@media screen and (max-width: 1060px) and (min-width:900px) {
.panel-intro {
	padding-top: 65px;
}
}
.panel-intro h1 {
	font-size: 45px;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
}
.lead-callout {
	margin-bottom: 0;
	margin-top: 15px;
	text-align: center;
	padding: 0 8px
}
.lead-callout h1 {
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 20px
}
.lead-callout h3 {
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 20px;
}

@media (min-width: 500px) {
.lead-callout h1 {
	font-size: 28px;
}
}
.call2action {
	background: #ebe9e2;
}
.call2action {
	position: relative;
	color: #fff;
	z-index: 1;
}
.call2action:after {
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 27px;
	content: '';
	left: 0px;
	right: 0px;
	z-index: 999;
	display: block;
}
.call2action:after {
	margin: 0 auto;
}
.call2action:after {
	bottom: -25px;
	width: 107px;
	position: relative;
}
.services-intro:after {
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 27px;
	content: '';
	left: 0px;
	right: 0px;
	z-index: 999;
	display: block;
}
.services-intro:after {
	margin: 5px auto;
}
.services-intro:after {
	bottom: -31px;
	width: 107px;
	position: absolute;
}
.services-intro {
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.services-intro {
	min-height: 400px;
}

@media screen and (max-width: 1024px) {
.services-intro h1 {
	text-align: center;
}
}

@media screen and (max-width: 1060px) {
.services-intro {
	padding-top: 50px;
}
.services-intro .inner-top80 {
	padding-bottom: 60px;
}
.services-intro {
	width: 100%;
}
.services-intro h1 {
	font-size: 29px;
	display: block;
}
}

@media screen and (max-width: 1060px) and (min-width:900px) {
.services-intro {
	padding-top: 65px;
}
}
.services-intro h1 {
	font-size: 45px;
	margin: 0 0 30px 0;
	padding: 0;
	line-height: 30px;
	color: #fff;
}
#core-hdr {
	margin-bottom: 25px
}
#feature-hdr {
	margin-bottom: 25px
}
#core-ftr {
	margin: 25px 0
}
#core-ftr em {
	font-weight: bold
}
#core-ftr p {
	line-height: inherit
}
#info-note {
	margin-bottom: 20px
}
#info-ico {
	margin-left: 10px
}
.steppanels {
	display: none;
	border: solid #323237 1px;
	border-radius: 6px;
	margin: 25px auto;
	padding: 20px 16px 0
}
.steppanels p {
	margin-bottom: 0.8rem
}
.relative-div {
	position: relative
}
/******** About & Process Page *********/
.steps-hdr {
	color: #f26d21;
}
.sidebar-quote {
	color: #a29c88;
	font-size: 17px;
	font-family: "Open-Sans, sans-serif";
	font-style: italic;
	font-weight: 300;
	margin-top: 42px
}
.sep-line {
	border-top: 1px solid #ebebeb;
	padding-top: 20px;
	margin-top: 20px;
}
.aboutus {
	display: none
}

@media (min-width:1024px) {
.aboutus {
	display: block;
	top: 10%;
	z-index: 9999;
	position: absolute !important;
}
}
.step-col-2 {
	margin-top: 52px
}
.img-holder {
	position: relative;
	display: inline-block;
}
.img-holder:after, .img-holder:before {
	position: absolute;
	opacity: 0;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.img-holder:after {
	content: '\a';
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(249,120,91,0.6);
}
.img-holder:before {
	content: '\e82b';
	font-family: "webworx-icons";
	font-size: 3rem;
	cursor: pointer;
	width: 100%;
	color: #fff;
	z-index: 1;
	text-align: center;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.img-holder:hover:after, .img-holder:hover:before {
	opacity: 1;
}
.step2-img {
	height: 300px;
	width: 100%
}
/******************  testimonial section  ********************/
.slick-inner {
	min-height: 200px;
}
.slider {
	background-color: transparent
}
.test-hdr h3 {
	font-size: 26px;
	line-height: 1;
	color: #fff;
	text-align: center;
	margin-top: 3%;
}

@media print, screen and (min-width: 48em) {
.test-hdr h3 {
	font-size: 45px;
}
}

@media print, screen and (min-width: 66em) {
.test-hdr h3 {
	font-size: 50px;
}
}
.full-width-testimonial-icon .quote-path {
	fill: none;
	stroke: #ffae00;
	stroke-width: 2.5192;
	stroke-miterlimit: 10;
}
.full-width-testimonial-content, .full-width-testimonial-icon {
	text-align: center;
}
.full-width-testimonial-section {
	padding-top: 2rem;
}
.full-width-testimonial-section .full-width-testimonial-text {
	font-weight: 300;
	font-family: "Hind", sans-serif;
	color: #ffffff;
	padding-left: 30px;
	padding-right: 30px;
	margin-top: -5px;
	font-size: 1.0em;
}

@media print, screen and (min-width: 40em) {
.full-width-testimonial-section .full-width-testimonial-text {
	padding-left: 100px;
	padding-right: 100px;
}
}

@media print, screen and (min-width: 48em) {
.full-width-testimonial-section .full-width-testimonial-text {
	font-size: 1.5em
}
}

@media print, screen and (min-width: 66em) {
.full-width-testimonial-section .full-width-testimonial-text {
	padding-left: 180px;
	padding-right: 180px;
	font-size: 1.8em;
}
}

@media screen and (min-width: 75em) {
.full-width-testimonial-section .full-width-testimonial-text {
	padding-left: 300px;
	padding-right: 300px;
}
}
.full-width-testimonial-section .full-width-testimonial-source {
	font-weight: 600;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	padding-bottom: 0;
	margin-bottom: 0.2em;
	font-size: 1.0em;
}
.full-width-testimonial-section .full-width-testimonial-source-context {
	display: block;
	font-weight: 500;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 0.8em;
}
.full-width-testimonial-section .slick-slider {
	margin-bottom: 0px;
}
.full-width-testimonial-text, .full-width-testimonial-content, .full-width-testimonial-source, .full-width-testimonial-icon {
	padding-bottom: 0;
}
.full-width-testimonial-content {
	width: 100%;
}
/****************** About Your Designer Section ***********************/
.assoc-imgs {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	margin-bottom: 25px
}
.assoc-imgs img {
	width: 20%;
	margin-right: auto;
	margin-left: auto;
	align-self: center
}

@media screen and (min-width: 1024px) {
.assoc-imgs img {
	width: 50%;
	margin-right: auto;
	margin-left: auto;
}
.assoc-imgs {
	flex-direction: column;
}
}
/******** Contact Us Section ***********/
[type="color"], [type="date"], [type="datetime-local"], [type="datetime"], [type="email"], [type="month"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], [type="week"], textarea {
	-moz-appearance: none;
	background-color: #fefefe;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px dashed #cacaca;
	border-radius: 0;
	box-shadow: none;
	box-sizing: border-box;
	color: #0a0a0a;
	display: block;
	font-family: inherit;
	font-size: 1rem;
	font-weight: 400;
	height: 2.4375rem;
	margin: 0 0 2rem;
	padding: 0.5rem;
	width: 100%;
}
[type="color"]:focus, [type="date"]:focus, [type="datetime-local"]:focus, [type="datetime"]:focus, [type="email"]:focus, [type="month"]:focus, [type="number"]:focus, [type="password"]:focus, [type="search"]:focus, [type="tel"]:focus, [type="text"]:focus, [type="time"]:focus, [type="url"]:focus, [type="week"]:focus, textarea:focus {
	background-color: #fefefe;
	border-left: none;
	border-right: none;
	border-top: none;
	border-bottom: 1px dashed #cacaca;
	border-radius: 0;
	box-shadow: none;
	outline: medium none;
}
.reqd {
	font-style: italic
}
.hidenseek {
	display: none
}
.input-user {
	position: relative;
}
.input-user:before {
	font-family: "webworx-icons";
	font-size: 20px;
	color: #cacaca;
	content: "\e820";
	position: absolute;
	left: 14px;
	top: 28px;
}
.input-email {
	position: relative;
}
.input-email:before {
	font-family: "webworx-icons";
	font-size: 20px;
	color: #cacaca;
	content: "\e807";
	position: absolute;
	left: 14px;
	top: 28px;
}
.input-phone {
	position: relative;
}
.input-phone::before {
	color: #cacaca;
	content: "\e810";
	font-family: "webworx-icons";
	font-size: 20px;
	left: 14px;
	position: absolute;
	top: 28px;
}
.input-subject {
	position: relative;
}
.input-subject:before {
	font-family: "webworx-icons";
	font-size: 20px;
	color: #cacaca;
	content: "\e81c";
	position: absolute;
	left: 14px;
	top: 28px;
}
.input-message {
	position: relative;
}
.input-message:before {
	font-family: "webworx-icons";
	font-size: 20px;
	color: #cacaca;
	content: "\e80d";
	position: absolute;
	left: 14px;
	top: 28px;
}
#name {
	padding-left: 45px
}
#email {
	padding-left: 45px
}
#phone {
	padding-left: 45px
}
#subject {
	padding-left: 45px
}
#message {
	resize: vertical;
	padding-left: 45px
}
#submit_btn {
	margin-top: 20px
}
.ebook img {
	border: 1px solid #BFBFBF;
	background-color: white;
	box-shadow: 10px 10px 5px #aaaaaa;
}
.info {
	margin-bottom: 30px;
	text-align: left;
	padding: 40px 0 0 0;
}

@media (min-width: 1024px) {
.info {
	padding: 40px 40px 0 0;
}
}
.info p {
	letter-spacing: 1px
}
.info a {
	letter-spacing: 0
}
#contact-form .modal {
	bottom: 0;
	display: none;
	font-family: Arial, "Times New Roman", sans-serif;
	font-size: 13px;
	left: 0;
	outline: 0 none;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 1050;
}
.contact_form .success {
	width: 100%;
	background: #98ca41;
	color: #444;
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #666;
	border-radius: 6px;
	font-weight: 400
}
.contact_form .error {
	width: 100%;
	background: #FFDFDF;
	padding: 20px;
	margin-bottom: 10px;
	border: 1px solid #666;
	font-weight: 400;
	border-radius: 6px;
	color: #444
}
.contactinfo a {
	color: #f26d21 !important;
}
/******************* Our Awards *****************/
.award-img {
	text-align: center
}
.award-circle {
	display: none
}

@media (min-width:1024px) {
.award-circle {
	display: block;
	top: 10%;
	z-index: 9999;
	position: absolute !important;
}
}
/********************** Our Partners ****************/

#partner-img {
	padding: 15px 0 12px;
	text-align: center;
	border-top: 1px solid #f1f1f1;
}
#partner-endorse {
	font-style: italic;
	text-align: left
}
/******************** Our Clients *******************/
.testimonial-txt {
	text-align: left
}
.client-comment {
	padding-left: 45px
}
.client-comment p:first-child:before {
	content: "\e80d";
	font-family: 'webworx-icons';
	font-size: 30px;
	color: #f26d21;
	position: absolute;
	left: 15px;
}
/*************** Footer ***************/
.left-offset {
	left: -15px
}
footer.footer {
	background: #7d7762;
	padding: 50px 85px;
}
footer.footer h2 {
	color: #484334
}
footer.footer .footer-navigation {
	display: table;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
}
footer.footer .footer-navigation li {
	list-style-type: disc;
	color: #484334;
	font-size: 14px;
	font-weight: bold;
}
footer.footer .footer-navigation li a {
	color: #ebe9e2;
	letter-spacing: 1px;
}
footer.footer .footer-navigation li a:hover {
	color: #f26d21;
}

@media screen and (max-width: 768px) {
footer.footer .footer-navigation li a {
	padding: 5px 0px;
}
footer.footer .footer-navigation {
	margin-bottom: 0 !important
}
}
footer.footer .footer-navigation li:first-child {
	margin-left: 0px;
}

@media screen and (max-width: 768px) {
footer.footer .footer-navigation li {
	float: none;
	margin: 0;
}
}

@media screen and (max-width: 768px) {
footer.footer .footer-navigation {
	display: block;
}
}
/*Basement*/
footer.basement {
	background: #484334;
	padding: 8px 0px;
}
footer.basement .footer-navigation {
	display: table;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0;
}
footer.basement .footer-navigation li {
	list-style-type: none;
	float: left;
	margin-left: 25px;
	font-size: 14px;
	font-weight: bold;
}
footer.basement .footer-navigation li a {
	color: #979797;
	text-transform: uppercase;
	letter-spacing: 1px;
}
footer.basement .footer-navigation li p {
	font-size: 14px;
	font-weight: bold;
	color: #979797;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin: 0;
	text-align: center
}

@media screen and (max-width: 768px) {
footer.basement .footer-navigation li a {
	padding: 10px 0px;
	display: block;
	text-align: center;
}
}
footer.basement .footer-navigation li:first-child {
	margin-left: 0px;
}

@media screen and (max-width: 768px) {
footer.basement .footer-navigation li {
	float: none;
	margin: 0;
}
}

@media screen and (max-width: 768px) {
footer.basement .footer-navigation {
	display: block;
}
}
footer.basement .copyright {
	clear: both;
	margin-top: 40px;
}
footer.basement .copyright p {
	text-align: center;
	color: #979797;
	font-size: 14px;
}
/************ Loading Spinner *************/
.loader, .loader:before, .loader:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loader {
	color: #f26d21;
	font-size: 10px;
	margin: 0 auto;
	position: relative;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	-ms-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}
.spinner { /*wrapper*/
	position: absolute;
	width: 100%;
	height: 100px;
	margin: calc(50vh - 100px) auto;
	text-align: center;
	z-index: 9999
}
.loader:before, .loader:after {
	content: '';
	position: absolute;
	top: 0;
}
.loader:before {
	left: -3.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}
.loader:after {
	left: 3.5em;
}
@-webkit-keyframes load7 {
 0%, 80%, 100% {
 box-shadow: 0 2.5em 0 -1.3em;
}
 40% {
 box-shadow: 0 2.5em 0 0;
}
}
@keyframes load7 {
 0%, 80%, 100% {
 box-shadow: 0 2.5em 0 -1.3em;
}
 40% {
 box-shadow: 0 2.5em 0 0;
}
}
/*********** Scratch pad ************/
.thumbnail-middle, .thumbnail-left, .thumbnail-right {
	position: relative;
	border: none;
}
.thumbnail-middle .thumb, .thumbnail-left .thumb-left, .thumbnail-right .thumb-right {
	padding: 2px;
}
.thumbnails li {
	display: inline-flex
}
#thumbnail-left li img, #thumbnail-right li img {
	border: 1px solid #ddd;
	height: 100px;
	left: 0;
	padding: 5px;
	position: relative;
	top: 0;
	width: 100px;
	max-width: none;
	z-index: 0
}
#thumbnail li img {
	border: 1px solid #ddd;
	height: 130px;
	left: 0;
	padding: 5px;
	position: relative;
	top: 0;
	width: 100px;
	max-width: none;
	z-index: 0
}
ul[id^='thumbnail'] li:hover {
	z-index: 10
}
#thumbnail li {
	margin: 0;
	padding: 5px;
	position: relative;
	width: 110px;
	height: 130px;
}
#thumbnail-left li, #thumbnail-right li {
	margin: 0;
	padding: 5px;
	position: relative;
	width: 110px;
	height: 110px;
}
.disabled {
	background: red;
	opacity: 0.2;
	pointer-events: none;
}
.current {
	border: 1px solid red;
}
.ui-effects-transfer {
	border: 2px solid red;
}
.holy-grail-flex {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-direction: column;
	background: #ebe9e2 none repeat scroll 0 0;
	justify-content: space-between;
	text-align: center;
	padding: 1rem 0 1rem;
}

@media screen and (min-width:800px) {
.holy-grail-flex {
	flex-direction: row
}
}
.holy-grail-footer {
	background: #c4c0b4 none repeat scroll 0 0;
	text-align: center;
	padding-top: 1rem;
	padding-bottom: 1rem
}
.holy-grail-left, .holy-grail-layout, .holy-grail-right, .holy-grail-middle {
	padding: 1rem;
}
.holy-grail-layout {
	border: 20px ridge #a29c88;
	margin: 0 auto;
	width: 100%;
	text-align: center
}
.holy-grail-left, .holy-grail-middle, .holy-grail-right {
	background-color: #ebe9e2;
}
.holy-grail-left, .holy-grail-middle {
	border-right: none
}

@media screen and (min-width:800px) {
.holy-grail-left, .holy-grail-middle {
	border-right: #a29c88 1px solid
}
}
.pod-left, .pod-right {
	height: auto;
	max-width: 100%;
	cursor: ns-resize;
}
.side-col:hover .pod-left, .side-col:hover .pod-right {
	opacity: 0.3 !important;
}
.side-col:hover .msg-middle, .side-col:hover .msg-middle {
	opacity: 1;
}
.msg-middle {
	transition: .5s ease;
	opacity: 0;
	position: absolute;
	top: 50%;
	left: 50%;
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.msg-text {
	border-radius: 3px;
	background-color: #4CAF50;
	color: white;
	font-size: 16px;
	padding: 16px 32px;
}
.hub {
	height: auto;
	width: 100%
}
.hub-grow {
	height: 760px;
}
.img-hub {
	margin-left: 0
}
#layout-container {
	background: #fff none repeat scroll 0 0;
	display: flex;
	margin: 0 auto;
	max-width: 100%;
	padding: 40px 40px 13px
}
.col.left {
	width: 230px;
	flex: 0 0 230px;
}
.col.right {
	width: 230px;
	flex: 0 0 230px;
}
.col.middle {
	display: inline-block
}
.side-col {
	display: inline-block
}
.img-zoom {
	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
}
.transition {
	-webkit-transform: scale(3);
	-moz-transform: scale(3);
	-o-transform: scale(3);
	transform: scale(3);
}
#resetAll, #printlayout {
	margin-right: 15px
}
.zoom-anim-dialog p {
	margin-bottom: 15px
}

/**********  printing scratch pad ************/
@media print {
@page {
	size: A4;
	margin: 0mm;
}
#printcontent {
	page-break-inside: avoid;
}
#print-footer {
	position: absolute;
	left: 20mm;
	bottom: 20mm;
	margin: 0mm;
	font-size: 12px
}
#layout-container {
	margin: -15mm 0mm 0mm 0mm;
	-ms-transform: scale(.8, .8); /* IE 9 */
	-webkit-transform: scale(.8, .8);/* Opera, Chrome, and Safari */
	transform: scale(.8, .8);
}
}

@media print {
.printableArea {
	display: flex;
	left: auto !important;
	top: auto !important;
	border: #000 solid 1px;
	border-radius: initial;
	box-shadow: initial;
	background: initial;
	page-break-after: always;
}
.copyright {
	display: block
}
}
/**********************  Hero error pages *******************/
.sleepyhero:before {
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(to bottom right, #7f8c8d, #3b6b99);
	opacity: .3;
}
.sleepyhero {
	background: url("../images/404-error-sm.jpg") no-repeat left center;
	background-size: cover;
	padding-top: 100px
}

@media screen and (min-width:768px) {
.sleepyhero {
	background: url("../images/404-error-md.jpg") no-repeat left center;
}
}

@media screen and (min-width:900px) {
.sleepyhero {
	background: url("../images/404-error.jpg") no-repeat left center;
}
}

@media (min-width: 880px) {
.sleepyhero {
	height: calc(100vh - 197px);
	background-position: center
}
}
.sleepyhero .intro {
	position: relative;
}

@media only screen and (min-height: 820px) {
.sleepyhero .intro {
}
}
.sleepyhero h1 {
	font-family: 'PT Sans', sans;
	color: #fff;
	font-size: 2.8em;
	line-height: 1.1;
	letter-spacing: -0.025em;
	font-weight: 400;
	text-align: center;
}
.sleepyhero h2 {
	font-size: 2.0em;
	color: #fff;
	font-weight: 200;
	text-align: center;
}
.sleepyhero h3 {
	color: #fff;
	font-size: 1.2em;
	font-weight: 200;
	font-style: italic;
	text-align: center;
}

@media only screen and (min-width: 640px) {
.sleepyhero h1 {
	font-size: 4.8rem;
}
.sleepyhero p {
	text-align: center;
	margin-top: 15px
}
.sleepyhero strong:hover {
	color: #dc6226;
}
}
