.animated {
		-webkit-animation-duration: 1s;
		-moz-animation-duration: 1s;
		-o-animation-duration: 1s;
		animation-duration: 1s;
		-webkit-animation-fill-mode: both;
		-moz-animation-fill-mode: both;
		-o-animation-fill-mode: both;
		animation-fill-mode: both;
	}
	
	@-webkit-keyframes fadeInRight {
		0% {
			opacity: 0;
			-webkit-transform: translateX(10px);
		}
		100% {
			opacity: 1;
			-webkit-transform: translateX(0);
		}
	}
	
	@-moz-keyframes fadeInRight {
		0% {
			opacity: 0;
			-moz-transform: translateX(10px);
		}
		100% {
			opacity: 1;
			-moz-transform: translateX(0);
		}
	}
	
	@-o-keyframes fadeInRight {
		0% {
			opacity: 0;
			-o-transform: translateX(10px);
		}
		100% {
			opacity: 1;
			-o-transform: translateX(0);
		}
	}
	
	@keyframes fadeInRight {
		0% {
			opacity: 0;
			transform: translateX(10px);
		}
		100% {
			opacity: 1;
			transform: translateX(0);
		}
	}
	
	.fadeInRight {
		-webkit-animation-name: fadeInRight;
		-moz-animation-name: fadeInRight;
		-o-animation-name: fadeInRight;
		animation-name: fadeInRight;
	}
	
	#copyright {
		text-align: center;
		color: #333;
		font-size: 9px;
		margin: 30px 0 0 0;
		font-family: 'Poppins';
		font-weight: 300;
	}
	
	#copyright a {
		color: #333;
		text-decoration: underline;
	}
	
	.templateWrapper h1,
	.templateWrapper h2,
	.templateWrapper h3,
	.templateWrapper h4,
	.templateWrapper ul,
	.templateWrapper p {
		margin: 0;
		padding: 0;
		font-weight: 400;
	}
	
	.templateWrapper {
		position: relative;
		margin: 0 auto 40px auto;
		max-width: 1390px;
		font-weight: 400;
	}
	
	.templateWrapper:visited {
		color: inherit;
		text-decoration: none;
	}
	
	.topGreyBanner {
		margin-bottom: 35px;
		height: 50px;
		background-color: #eceded;
		text-align: center;
	}
	
	.topGreyBanner h3 {
		color: #676767;
		letter-spacing: 2px;
		text-transform: uppercase;
		font-weight: 300;
		font-size: 13px;
		font-family: 'Poppins', sans-serif;
		line-height: 50px;
	}
	
	.templateBody {
		position: relative;
		margin: 0 auto;
		max-width: 1075px;
		overflow: auto;
	}
	
	.header {
		margin-bottom: 50px;
		height: 100px;
		border-bottom: 10px solid #3c3c3c;
		text-align: center;
	}
	
	.logoContainer {
		display: inline-block;
		margin: 0 auto;
	}
	
	.logoContainer img {
		max-width: 295px;
		max-height: 75px;
	}
	
	.logoContainer h4 {
		color: #595959;
		font-style: italic;
		font-size: 18px;
	}
	
	.contactUs {
		position: absolute;
		right: 40px;
		color: #6D6969;
		text-decoration: none;
		display: inline;
		font-size: 11px;
		font-family: 'Poppins', sans-serif;
		margin: 0;
		padding: 0;
		line-height: 75px;
	}
	
	.templateWrapper .galleryNav {
		padding-top: 15px;
	}
	
	.gallery .control-operator:target ~ .controls .control-button {
		color: #ccc;
		color: rgba(255, 255, 255, 0.4);
	}
	
	.gallery .control-button:first-of-type,
	.gallery .control-operator:nth-of-type(1):target ~ .controls .control-button:nth-of-type(1),
	.gallery .control-operator:nth-of-type(2):target ~ .controls .control-button:nth-of-type(2),
	.gallery .control-operator:nth-of-type(3):target ~ .controls .control-button:nth-of-type(3),
	.gallery .control-operator:nth-of-type(4):target ~ .controls .control-button:nth-of-type(4),
	.gallery .control-operator:nth-of-type(5):target ~ .controls .control-button:nth-of-type(5),
	.gallery .control-operator:nth-of-type(6):target ~ .controls .control-button:nth-of-type(6),
	.gallery .control-operator:nth-of-type(7):target ~ .controls .control-button:nth-of-type(7),
	.gallery .control-operator:nth-of-type(8):target ~ .controls .control-button:nth-of-type(8),
	.gallery .control-operator:nth-of-type(9):target ~ .controls .control-button:nth-of-type(9),
	.gallery .control-operator:nth-of-type(10):target ~ .controls .control-button:nth-of-type(10),
	.gallery .control-operator:nth-of-type(11):target ~ .controls .control-button:nth-of-type(11),
	.gallery .control-operator:nth-of-type(12):target ~ .controls .control-button:nth-of-type(12) {
		color: white;
		color: rgba(255, 255, 255, 0.8);
	}
	
	.gallery .item {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		pointer-events: none;
		opacity: 0;
		-webkit-transition: opacity .5s;
		-o-transition: opacity .5s;
		transition: opacity .5s;
	}
	
	.gallery .control-operator {
		display: none;
	}
	
	.gallery .control-operator:target ~ .item {
		pointer-events: none;
		opacity: 0;
		-webkit-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	.gallery .control-operator:target ~ .controls .control-button {
		-webkit-animation: none;
		-o-animation: none;
		animation: none;
	}
	
	@-webkit-keyframes controlAnimation-2 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		14.3%,
		50% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		64.3%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-2 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		14.3%,
		50% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		64.3%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-2 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		14.3%,
		50% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		64.3%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-2 {
		0% {
			opacity: 0;
		}
		14.3%,
		50% {
			opacity: 1;
		}
		64.3%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-2 {
		0% {
			opacity: 0;
		}
		14.3%,
		50% {
			opacity: 1;
		}
		64.3%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-2 {
		0% {
			opacity: 0;
		}
		14.3%,
		50% {
			opacity: 1;
		}
		64.3%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-2.autoplay .control-button {
		-webkit-animation: controlAnimation-2 14s infinite;
		-o-animation: controlAnimation-2 14s infinite;
		animation: controlAnimation-2 14s infinite;
	}
	
	.items-2.autoplay .item {
		-webkit-animation: galleryAnimation-2 14s infinite;
		-o-animation: galleryAnimation-2 14s infinite;
		animation: galleryAnimation-2 14s infinite;
	}
	
	.items-2 .control-button:nth-of-type(1),
	.items-2 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-2 .control-button:nth-of-type(2),
	.items-2 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	@-webkit-keyframes controlAnimation-3 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		9.5%,
		33.3% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		42.9%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-3 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		9.5%,
		33.3% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		42.9%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-3 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		9.5%,
		33.3% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		42.9%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-3 {
		0% {
			opacity: 0;
		}
		9.5%,
		33.3% {
			opacity: 1;
		}
		42.9%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-3 {
		0% {
			opacity: 0;
		}
		9.5%,
		33.3% {
			opacity: 1;
		}
		42.9%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-3 {
		0% {
			opacity: 0;
		}
		9.5%,
		33.3% {
			opacity: 1;
		}
		42.9%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-3.autoplay .control-button {
		-webkit-animation: controlAnimation-3 21s infinite;
		-o-animation: controlAnimation-3 21s infinite;
		animation: controlAnimation-3 21s infinite;
	}
	
	.items-3.autoplay .item {
		-webkit-animation: galleryAnimation-3 21s infinite;
		-o-animation: galleryAnimation-3 21s infinite;
		animation: galleryAnimation-3 21s infinite;
	}
	
	.items-3 .control-button:nth-of-type(1),
	.items-3 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-3 .control-button:nth-of-type(2),
	.items-3 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	.items-3 .control-button:nth-of-type(3),
	.items-3 .item:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		-o-animation-delay: 12s;
		animation-delay: 12s;
	}
	
	@-webkit-keyframes controlAnimation-4 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		7.1%,
		25% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		32.1%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-4 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		7.1%,
		25% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		32.1%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-4 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		7.1%,
		25% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		32.1%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-4 {
		0% {
			opacity: 0;
		}
		7.1%,
		25% {
			opacity: 1;
		}
		32.1%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-4 {
		0% {
			opacity: 0;
		}
		7.1%,
		25% {
			opacity: 1;
		}
		32.1%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-4 {
		0% {
			opacity: 0;
		}
		7.1%,
		25% {
			opacity: 1;
		}
		32.1%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(6):target ~ .item:nth-of-type(6) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(7):target ~ .item:nth-of-type(7) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(8):target ~ .item:nth-of-type(8) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(9):target ~ .item:nth-of-type(9) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(10):target ~ .item:nth-of-type(10) {
		pointer-events: auto;
		opacity: 1;
	}
    
    .gallery .control-operator:nth-of-type(11):target ~ .item:nth-of-type(11) {
		pointer-events: auto;
		opacity: 1;
	}
    
    .gallery .control-operator:nth-of-type(12):target ~ .item:nth-of-type(12) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-4.autoplay .control-button {
		-webkit-animation: controlAnimation-4 28s infinite;
		-o-animation: controlAnimation-4 28s infinite;
		animation: controlAnimation-4 28s infinite;
	}
	
	.items-4.autoplay .item {
		-webkit-animation: galleryAnimation-4 28s infinite;
		-o-animation: galleryAnimation-4 28s infinite;
		animation: galleryAnimation-4 28s infinite;
	}
	
	.items-4 .control-button:nth-of-type(1),
	.items-4 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-4 .control-button:nth-of-type(2),
	.items-4 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	.items-4 .control-button:nth-of-type(3),
	.items-4 .item:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		-o-animation-delay: 12s;
		animation-delay: 12s;
	}
	
	.items-4 .control-button:nth-of-type(4),
	.items-4 .item:nth-of-type(4) {
		-webkit-animation-delay: 19s;
		-o-animation-delay: 19s;
		animation-delay: 19s;
	}
	
	.items-4 .control-button:nth-of-type(5),
	.items-4 .item:nth-of-type(5) {
		-webkit-animation-delay: 19s;
		-o-animation-delay: 19s;
		animation-delay: 19s;
	}
	
	@-webkit-keyframes controlAnimation-5 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		5.7%,
		20% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		25.7%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-o-keyframes controlAnimation-5 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		5.7%,
		20% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		25.7%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@keyframes controlAnimation-5 {
		0% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
		5.7%,
		20% {
			color: white;
			color: rgba(255, 255, 255, 0.8);
		}
		25.7%,
		100% {
			color: #ccc;
			color: rgba(255, 255, 255, 0.4);
		}
	}
	
	@-webkit-keyframes galleryAnimation-5 {
		0% {
			opacity: 0;
		}
		5.7%,
		20% {
			opacity: 1;
		}
		25.7%,
		100% {
			opacity: 0;
		}
	}
	
	@-o-keyframes galleryAnimation-5 {
		0% {
			opacity: 0;
		}
		5.7%,
		20% {
			opacity: 1;
		}
		25.7%,
		100% {
			opacity: 0;
		}
	}
	
	@keyframes galleryAnimation-5 {
		0% {
			opacity: 0;
		}
		5.7%,
		20% {
			opacity: 1;
		}
		25.7%,
		100% {
			opacity: 0;
		}
	}
	
	.gallery .control-operator:nth-of-type(1):target ~ .item:nth-of-type(1) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(2):target ~ .item:nth-of-type(2) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(3):target ~ .item:nth-of-type(3) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(4):target ~ .item:nth-of-type(4) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery .control-operator:nth-of-type(5):target ~ .item:nth-of-type(5) {
		pointer-events: auto;
		opacity: 1;
	}
	
	.items-5.autoplay .control-button {
		-webkit-animation: controlAnimation-5 35s infinite;
		-o-animation: controlAnimation-5 35s infinite;
		animation: controlAnimation-5 35s infinite;
	}
	
	.items-5.autoplay .item {
		-webkit-animation: galleryAnimation-5 35s infinite;
		-o-animation: galleryAnimation-5 35s infinite;
		animation: galleryAnimation-5 35s infinite;
	}
	
	.items-5 .control-button:nth-of-type(1),
	.items-5 .item:nth-of-type(1) {
		-webkit-animation-delay: -2s;
		-o-animation-delay: -2s;
		animation-delay: -2s;
	}
	
	.items-5 .control-button:nth-of-type(2),
	.items-5 .item:nth-of-type(2) {
		-webkit-animation-delay: 5s;
		-o-animation-delay: 5s;
		animation-delay: 5s;
	}
	
	.items-5 .control-button:nth-of-type(3),
	.items-5 .item:nth-of-type(3) {
		-webkit-animation-delay: 12s;
		-o-animation-delay: 12s;
		animation-delay: 12s;
	}
	
	.items-5 .control-button:nth-of-type(4),
	.items-5 .item:nth-of-type(4) {
		-webkit-animation-delay: 19s;
		-o-animation-delay: 19s;
		animation-delay: 19s;
	}
	
	.items-5 .control-button:nth-of-type(5),
	.items-5 .item:nth-of-type(5) {
		-webkit-animation-delay: 26s;
		-o-animation-delay: 26s;
		animation-delay: 26s;
	}
	
	.gallery .control-button {
		color: #ccc;
		color: rgba(255, 255, 255, 0.4);
	}
	
	.gallery .control-button:hover {
		color: white;
		color: rgba(255, 255, 255, 0.8);
	}
	
	.gallery {
		position: relative;
		padding-bottom: 80px;
	}
	
	.gallery .item {
		overflow: hidden;
		text-align: center;
	}
	
	.gallery .controls {
		width: 100%;
	}
	
	.gallery .control-button {
		display: inline-block;
		margin: 0 .02em;
		font-size: 3em;
		text-align: center;
		text-decoration: none;
		-webkit-transition: color .1s;
		-o-transition: color .1s;
		transition: color .1s;
	}
	
	.gallery .item:first-of-type {
		position: relative;
		pointer-events: auto;
		opacity: 1;
	}
	
	.gallery {
		width: 49%;
		margin-right: 2%;
		float: left;
	}
	
	.bigPic {
		position: relative;
		width: 100%;
		height: 630px;
		text-align: center;
		margin: 0;
		background-color: #fff;
	}
	
	.bigPic img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
	
	.galleryNav {
		padding-top: 15px;
		padding-left: 0;
		text-align: left;
	}
	
	.galleryThumb {
		position: relative;
		display: inline-block;
		margin-right: 1%;
		margin-left: -4px;
		width: 24%;
		height: 100px;
		text-align: center;
		margin-bottom: 5px;
		/*background-color: #fff;*/
	}
	
	.galleryThumb:nth-child(1),
	.galleryThumb:nth-child(5),
	.galleryThumb:nth-child(9) {
		margin-left: 0;
	}
	
	.galleryThumb:nth-child(4n) {
		margin-right: 0;
	}
	
	.galleryThumb:last-child {
		margin-right: 0;
	}
	
	.galleryThumb:hover {
		opacity: 0.7;
		cursor: pointer;
		transition: all 0.2s;
	}
	
	.galleryThumb img {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: auto;
		max-width: 100%;
		max-height: 100%;
	}
	
	.rightColumn {
		display: inline-block;
		padding-top: 0;
		width: 41%;
		vertical-align: top;
	}
	
	.description {
		margin-bottom: 25px;
		font-family: 'Raleway', sans-serif;
	}
	
	.description h1 {
		margin-bottom: 3px;
		font-weight: 400;
		font-size: 28px;
		font-family: 'Poppins', sans-serif;
	}
	
	.description h2,
	.description h3 {
		font-size: 15px;
		line-height: 25px;
		color: #444;
	}
	
	.description h3 span {
		color: #850200;
		font-weight: bold;
	}
	
	.buttonContainer {
		margin-bottom: 30px;
		font-family: 'Poppins', sans-serif;
	}
	
	#askNowButton,
	#askNowButton:visited {
		display: inline-block;
		margin-right: 8px;
		width: 150px;
		height: 40px;
		border: 1px solid #000;
		border-radius: 3px;
		background-color: #000;
		color: #fff;
		vertical-align: top;
		text-align: center;
		text-transform: uppercase;
		font-size: 13px;
		line-height: 40px;
		text-decoration: none;
	}
	
	#navEs,
	#navEs:visited {
		display: inline-block;
		width: 150px;
		height: 40px;
		border: 1px solid #cecece;
		border-radius: 3px;
		background-color: #f0f0f0;
		color: #333;
		vertical-align: top;
		text-align: center;
		text-transform: uppercase;
		font-size: 13px;
		line-height: 40px;
		transition: 0.1s all;
		text-decoration: none;
	}
	
	#askNowButton:hover,
	#navEs:hover {
		background-color: #fff;
		color: #333;
		border-color: #cecece;
		cursor: pointer;
		transition: 0.1s all;
		text-decoration: none;
	}
	
	.tabBar {
		padding-bottom: 80px;
		margin-top: 30px;
	}
	
	.tabBar input[type=radio] {
		visibility: hidden;
		margin: 0;
		padding: 0;
		height: 0;
		width: 0;
		position: absolute;
	}
	
	.tablinks {
		display: inline-block;
		margin-right: 1%;
		padding-top: 0;
		width: 150px;
		height: 42px;
		line-height: 42px;
		background-color: #EFF0EB;
		color: #333;
		text-align: center;
		font-size: 13px;
		transition: all 0.1s;
		font-family: 'poppins', sans-serif;
		margin-bottom: -1px;
		border-top: 1px solid #ddd;
		border-right: 1px solid #ddd;
		border-left: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
	}
	
	.tablinks li {
		font-family: 'poppins', sans-serif;
	}
	
	.tabBar label:last-of-type {
		margin-right: 0;
	}
	
	.tablinks:hover {
		background-color: #fff;
		color: #333;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.1s;
	}
	
	#tab1-btn:checked + .tablinks,
	#tab2-btn:checked + .tablinks,
	#tab3-btn:checked + .tablinks,
	#tab4-btn:checked + .tablinks,
	#tab5-btn:checked + .tablinks,
	#tab6-btn:checked + .tablinks {
		color: #555;
		text-decoration: none;
		cursor: pointer;
		transition: all 0.1s;
		background-color: #fff;
		border-bottom-color: rgb(255, 255, 255);
	}
	
	#tab1-btn:checked ~ #tab1 {
		display: block;
	}
	
	#tab1-btn:checked ~ #tab2,
	#tab1-btn:checked ~ #tab3,
	#tab1-btn:checked ~ #tab4,
	#tab1-btn:checked ~ #tab5,
	#tab1-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab2-btn:checked ~ #tab2 {
		display: block;
	}
	
	#tab2-btn:checked ~ #tab1,
	#tab2-btn:checked ~ #tab3,
	#tab2-btn:checked ~ #tab4,
	#tab2-btn:checked ~ #tab5,
	#tab2-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab3-btn:checked ~ #tab3 {
		display: block;
	}
	
	#tab3-btn:checked ~ #tab1,
	#tab3-btn:checked ~ #tab2,
	#tab3-btn:checked ~ #tab4,
	#tab3-btn:checked ~ #tab5,
	#tab3-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab4-btn:checked ~ #tab4 {
		display: block;
	}
	
	#tab4-btn:checked ~ #tab1,
	#tab4-btn:checked ~ #tab2,
	#tab4-btn:checked ~ #tab3,
	#tab4-btn:checked ~ #tab5,
	#tab4-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab5-btn:checked ~ #tab5 {
		display: block;
	}
	
	#tab5-btn:checked ~ #tab1,
	#tab5-btn:checked ~ #tab2,
	#tab5-btn:checked ~ #tab3,
	#tab5-btn:checked ~ #tab4,
	#tab5-btn:checked ~ #tab6 {
		display: none;
	}
	
	#tab6-btn:checked ~ #tab6 {
		display: block;
	}
	
	#tab6-btn:checked ~ #tab1,
	#tab6-btn:checked ~ #tab2,
	#tab6-btn:checked ~ #tab3,
	#tab6-btn:checked ~ #tab4,
	#tab6-btn:checked ~ #tab5 {
		display: none;
	}
	
	.tabContent {
		overflow: hidden;
		margin: 0;
		padding: 25px 50px 55px 40px;
		color: #555555;
		text-align: left;
		font: 14px 'Raleway', sans-serif;
		line-height: 1.5;
	}
}
.tabContent img {
	max-width: 100%;
}
#tab2 ul li:nth-child(2n+1) {
	color: #868686;
	text-align: right;
	padding-left: 0;
	padding-right: 5%;
}
#tab2 ul li {
	display: inline-block;
	width: 45%;
	padding-left: 5%;
	margin-right: -4px;
	border-bottom: 1px solid #ccc;
	line-height: 2.5;
}
.tabContent p {
	margin: 0;
	padding: 0;
}
.tabContent a,
.tabContent a:visited {
	color: #e67e22;
	text-decoration: none;
}
.tabContent a:hover {
	text-decoration: underline;
	font-weight: 700;
}
.tabContent h1,
.tabBar h1 {
	font-weight: 300;
	font-size: 28px;
	transition: all 0.1s;
}
.tabContent h2,
.tabBar h2 {
	font-family: 'Poppins', sans-serif;
	color: #333;
	margin-bottom: 5px;
	font-size: 16px;
	transition: all 0.1s;
}
.tabContent h1:hover,
.tabBar h1:hover,
.tabContent h2:hover,
.tabBar h2:hover {
	color: #e67e22;
	cursor: default;
	transition: all 0.1s;
}
.tabContent ul,
.tabContent ol {
	display: block;
	text-align: left;
	margin: 0;
	position: relative;
	left: 20px;
}
#tab1 ul li {
	margin-bottom: 5px;
}
.tabContentFeaturesList {
	margin: 0 auto !important;
	padding: 0 0 0 20px;
	max-width: 350px;
	list-style: none;
	text-align: left;
}
.tabContentFeaturesList li {
	margin-bottom: 10px;
}
.tabContentFeaturesList i {
	margin-right: 8px;
}
.descriptionFeatures {
	margin: 50px 0 70px 0;
	padding: 30px 0 60px 0;
	background-color: #f0f0f0;
	text-align: center;
	font-size: 18px;
}
.descriptionFeatures h2 {
	font-size: 40px;
}
.contentImgLeft {
	float: left;
	margin-top: 0;
	margin-right: 25px;
	margin-bottom: 15px;
	margin-left: 0px;
	max-width: 45%;
	height: auto;
}
.contentImgRight {
	float: right;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 15px;
	margin-left: 25px;
	max-width: 45%;
	height: auto;
}
.contentImgInline {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 15px 15px;
}
.contentBorder {
	border: 1px solid #D6D6D6;
}
.footer {
	border-top: 1px solid #ddd;
	clear: both;
}
.footerColumn {
	display: inline-block;
	margin-right: -4px;
	padding-top: 35px;
	width: 33.3%;
	color: #9b9c9d;
	vertical-align: top;
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 300;
}
.footerColumn h2 {
	color: #555555;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	font-size: 12px;
	font-weight: 300;
}
.footerColumnBox {
	position: relative;
	padding-top: 35px;
	padding-bottom: 30px;
	min-height: 100px;
	border-left: 1px solid #ddd;
}
.footerColumnBox p {
	color: #555555;
	margin: 0 auto;
	padding: 0 20px;
	max-width: 200px;
	letter-spacing: 0.5px;
	font-size: 12px;
	line-height: 1.5;
	font-weight: 300;
}
.footerColumnBox a {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	color: #bababa;
	text-decoration: underline;
	font-size: 12px;
	transition: 0.2s all;
}
.footerColumnBox a:hover {
	color: #333;
	transition: 0.2s all;
}
.footerColumn:first-child .footerColumnBox {
	border-left: none;
}
#clone1 {
	display: none;
}

/** TABLETS **/
@media only screen and (max-width: 1215px),
only screen and (max-width: 1215px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 1215px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-width: 1215px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 1215px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 1215px) and (-moz-min-device-pixel-ratio: 2),
only screen and (max-width: 1215px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 1215px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 1215px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 1215px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 1215px) and (-o-min-device-pixel-ratio: 3),
only screen and (max-width: 1215px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 1215px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 1215px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.gallery {
		width: 54%;
	}
}
.bigPic {
	height: 530px;
}
.bigPic img {
	max-height: 530px;
}

}

/** SMARTPHONES **/
@media only screen and (max-width: 830px),
only screen and (max-width: 830px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 830px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-width: 830px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 830px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 830px) and (-moz-min-device-pixel-ratio: 2),
only screen and (max-width: 830px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 830px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 830px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 830px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 830px) and (-o-min-device-pixel-ratio: 3),
only screen and (max-width: 830px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 830px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 830px) and (device-aspect-ratio: 9/16),
only screen and (max-width: 830px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.bigPic {
		width: auto;
		height: 490px;
	}
	.bigPic img {
		max-width: 95%;
		max-height: 300px;
		width: auto;
		vertical-align: middle;
	}
	.bigPic {
		display: inline-block;
		width: 100%;
		vertical-align: middle;
		text-align: center;
	}
}
@media only screen and (max-width: 795px) {
	.gallery {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
		margin-bottom: 2px;
	}
	.bigPic img {
		max-width: 95%;
		max-height: 490px;
		width: auto;
		vertical-align: middle;
	}
	.logoContainer,
	.rightColumn {
		display: block;
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 736px) {
	.logoContainer,
	.rightColumn {
		display: block;
		width: 100%;
		text-align: center;
	}
	.logoContainer {
		margin: 0 auto 30px auto
	}
	.rightColumn {
		margin-left: 0;
	}
	.header {
		height: auto;
	}
	.logoContainer h4 {
		display: none;
	}
	.contactUs {
		position: static;
		display: block;
		margin-top: 25px;
		height: 32px;
		border-top: 1px solid #ddd;
		font-size: 12px;
		line-height: 1;
		line-height: 32px;
	}
	#navEs,
	#askNowButton {
		margin-right: 0;
		margin-bottom: 15px;
	}
	.footerColumn {
		display: block;
		width: 100%;
	}
	.footerColumnBox {
		padding-bottom: 35px;
		height: auto;
		border-bottom: 1px solid #ddd;
		border-left: none;
	}
	.footerColumn:last-child .footerColumnBox {
		border-bottom: none;
	}
	.footerColumnBox a {
		position: static;
		display: block;
		margin-top: 25px;
	}
	#clone2 {
		display: none;
	}
	#clone1 {
		display: block;
		text-align: center;
	}
}
@media only screen and (max-width: 660px) {
	.tabBar label {
		width: 47%;
		margin-right: 1%;
		margin-left: 1%;
	}
}
@media only screen and (max-width: 480px) {
	.gallery {
		display: block;
		float: none;
		margin: 0 auto;
		width: 100%;
	}
	.bigPic {
		height: 330px;
	}
	.bigPic img {
		max-width: 95%;
		max-height: 530px;
		width: auto;
		vertical-align: middle;
	}
	.tabBar {
		display: block;
		padding: 0;
	}
	.tablinks li {
		height: 40px;
		line-height: 40px;
	}
}
@media only screen and (max-width: 375px) {
	.bigPic {
		height: 270px;
	}
}
@media only screen and (max-width: 350px),
only screen and (max-width: 350px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 350px) and (-o-min-device-pixel-ratio: 3/2),
only screen and (max-width: 350px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 350px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 350px) and (-moz-min-device-pixel-ratio: 2),
only screen and (max-width: 350px) and (-o-min-device-pixel-ratio: 2/1),
only screen and (max-width: 350px) and (-webkit-min-device-pixel-ratio: 2),
only screen and (max-width: 350px) and (min-device-pixel-ratio: 2),
only screen and (max-width: 350px) and (-moz-min-device-pixel-ratio: 3),
only screen and (max-width: 350px) and (-o-min-device-pixel-ratio: 3),
only screen and (max-width: 350px) and (-webkit-min-device-pixel-ratio: 3),
only screen and (max-width: 350px) and (min-device-pixel-ratio: 3),
only screen and (max-width: 350px) and (device-aspect-ratio: 9/16),
only screen and (max-width: 350px) and (-webkit-min-device-pixel-ratio: 1.5) {
	.bigPic img {
		max-height: 400px;
	}
}
@media only screen and (max-width: 320px) {
	#bigPic {
		height: 414px;
	}
}