/*
THEME NAME: Raylinc Lighting
VERSION: 1
AUTHOR: Flip Creative
*/

html, body {
	margin: 0;
	font-family: 'HelveticaNeueLTPro', Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #232323;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Misc */

.clear {clear:both;}
.left {float:left;}
.right {float:right;}
img {
	border: 0;
	max-width: 100%;
}
.alignleft {float:left; margin-right: 15px;}
.aligncenter {display:block; margin: 0 auto;}
.alignright {float:right; margin-left: 15px;}

a {
	color: #232323;
}

.button {
	background: #181818;
	color: #fff;
	text-decoration: none;
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 15px 30px;
	display: inline-block;
}
.button.white {
	background: #eae8e7;
	color: #000;
}


/* Main elements */

#wrapper {
	position: relative;
	z-index: 10;
}
#container {
	/*max-width: 1920px;*/
	margin: 0 auto;
}
#container.hero-cover {
	padding-top: 15px;
}

.inner {
	max-width: 1280px;
	margin: 0 auto;
	position: relative;
}


/* Hero area */

.hero {
	width: 100%;
	min-height: 148px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
}
.hero .rotator {
	width: 100%;
	min-height: 148px;
}
.hero-image {
	width: 100% !important;
	height: 100% !important;
	top: 0;
	left: 0;
	position: absolute;
	background-position: center center;
	background-size: cover;
	display: none;
}
.hero-image:first-child {
	display:block;
}

.hero-cover { /* any hero overlay divs */
	background: rgba(28,32,36, 0.88);
}
.home .hero-cover {
	background: transparent;
}

.home #hero_video {
	overflow: hidden;
}
.home #hero_video video {
	width: auto !important;
	height: 100% !important;
	/*
	width: auto !important;
	height: auto !important;
	min-width: 100%;
	min-height: 100%;
	top: -50% !important;
	*/
}

.video-wrapper{
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	height: 0;
	width: 100%;
}
.video-wrapper iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/* Header */

#header {
}
#header .inner {
	min-height: 232px;
}

.home #header {
	/*background: rgba(0,0,0,0.6);*/
}

#header .logo {
	padding: 34px 0 30px 0;
}
#header .logo a {
	width: 232px;
	margin: 0 auto;
	display: block;
}
#header .logo a img {
	width: 232px;
	height: 84px;
	display: block;
}

.menu-header-container .menu {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	top: 70px;
}
#menu-header {
	left: 0;
}
#menu-header-right {
	right: 0;
}
.menu-header-container .menu li {
	margin: 0 24px 17px 24px;
	float:left;
}
.menu-header-container .menu li a {
	color: #fff;
	letter-spacing: 3px;
	font-size: 12px;
	line-height: 14px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	padding: 0 0 4px 2px;
}
.menu-header-container .menu li.current-menu-item a {
	/*border-bottom: 2px solid #616468;*/
}
.menu-header-container .menu li a:hover {
	color: #bbbbbb;
}

.mobile-menu {
	display: none;
}


/* Wheel nav */

#nav_svg {
	margin: 0 auto;
}
#nav_svg svg {
	width: 560px;
	height: 249px;
	margin: 0 auto;
	display: block;
	overflow: visible;
}
#nav_svg .wedge {
	cursor: pointer;
}
#nav_svg .icon,
#nav_svg .icon-extra,
#nav_svg .line,
#nav_svg .text {
	pointer-events: none;
}


/* Page heading area */

.page-heading {

}
.page-heading .inner {
	padding: 46px 20px 50px 20px;
}
.page-heading h1 {
	max-width: 598px;
	margin: 0 auto;
	color: #55575c;
	padding: 20px 20px;
	text-align:center;
	font-weight: 100;
	font-size: 40px;
	line-height: 40px;
}
.hero-cover h1 {
	color: #fff;
}


/* Footer */

#footer {
	margin: 50px 0 0 0;
	clear:both;
	background: #ededed;
}
#footer .inner {
	padding: 22px 10px 65px 10px;
	color: #a7a9ab;
	font-weight: 500;
	font-size: 11px;
	letter-spacing: 2px;
	line-height: 12px;
}
#footer .inner p {
	margin: 7px 0;
}
#footer .dividing-line {
	height: 29px;
	width: 2px;
	margin: 0 auto 20px auto;
	background: #cfd0d2;
}
#footer .footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer-menu ul li {
	list-style: none;
	margin: 7px 0 19px 0;
	padding: 0;
	float:left;
}
#footer .footer-menu ul li:nth-child(2n+2) {
	float:right;
}
#footer .footer-menu ul li a {
	display: inline;
	text-transform: uppercase;
}
#footer .address-indent {
	float:right;
}
#footer .footer-logo {
	text-align: center;
	padding-top: 10px;
}
#footer .contact-details {
	text-align: right;
	white-space: nowrap;
}
#footer .contact-details span {
	width: 13px;
	display: inline-block;
	text-align: left;
}
#footer .contact-details-indent {
	float:left;
}
#footer svg {
	width: 1.5em;
	height: 1.5em;
	vertical-align: middle;
	fill: #a7a9ab;
}
#footer a {
	color: inherit;
	text-decoration: none;
}
#footer .menu {
	padding: 0;
	margin: 0;
	list-style: none;
}
#footer .menu li {
	display: inline-block;
}
#footer .menu li + li {
	margin-left: 0.5em;
}
#footer .flip-logo {
	padding-top: 6px;
	text-align: right;
}


/* Case studies page */

.view-more-case-studies-container {
	position: absolute;
	top: 74px;
	right: 3%;
	transition: background 0.5s;
		-webkit-transition: background 0.5s;
		-moz-transition: background 0.5s;
}
@media screen and (min-width: 1025px) {
	.view-more-case-studies-container.moving {
		background: rgba(0,0,0,0.72);
		position: fixed;
		top: 20px;
		z-index: 900;
	}
}
.view-more-case-studies {
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 2px;
	text-decoration: none;
	color: #fff;
	padding: 6px;
	display: block;
}
.view-more-case-studies img {
	vertical-align: middle;
	margin-left: 5px;
	position: relative;
	top: -1px;
}

.case-study-scroller {
	width: 100%;
	height: 0;
	overflow: hidden;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1000;
}
.case-study-scroller.moving {
	position: fixed;
}
.case-study-next {
	background: url(images/case-study-next.png) no-repeat right top;
	width: 262px;
	height: 208px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
}
.case-study-scroller .indent {
	height: 208px;
	overflow: hidden;
	white-space: nowrap;
}
.scroller-message {
	width: 246px;
	height: 188px;
	display: inline-block;
	padding: 20px 8px 0 8px;
	float: left;
	user-select: none; -webkit-touch-callout: none; -webkit-user-select: none; -khtml-user-select: none; -moz-user-select: none; -ms-user-select: none;
}
.scroller-message > * {
	padding-left: 20px;
}
.scroller-message h3 {
	color: #232426;
	margin: 15px 0 15px 0;
	font-size: 30px;
	line-height: 30px;
	font-weight: normal;
}
.scroller-message p {
	color: #242426;
	font-size: 14px;
	line-height: 21px;
	margin: 15px 0;
}
.scroller-message .close {
	text-decoration: none;
	letter-spacing: 2px;
	font-size: 10px;
	font-weight: bold;
	line-height: 11px;
	color: #1b1e22;
}
.scroller-message .close .icon {
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	top: -1px;
}

.case-study-small-preview {
	width: 246px;
	height: 188px;
	display: inline-block;
	padding: 20px 8px 0 8px;
	white-space: normal;
	vertical-align: top;
}
.case-study-small-preview .title {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 10px 0 0 0;
	letter-spacing: 1px;
	text-align: center;
}
.case-study-small-preview .title a {
	color: #1b1e22;
	text-decoration: none;
}

.case-study-large-preview {
	min-height: 500px;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ( 0 );
}
.case-study-large-preview + .case-study-large-preview {
	border-top: 2px solid #000;
}
.case-study-large-preview .wide-image {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	transition: 7s;
		-webkit-transition: 7s;
		-moz-transition: 7s;
}
.case-study-large-preview:hover .wide-image {
	transform: scale(1.07);
		-ms-transform: scale(1.07);
		-webkit-transform: scale(1.07);
		-moz-transform: scale(1.07) rotate(0.02deg);
}
.case-study-large-preview .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	background: #000;
	transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
	filter: alpha(opacity=0);
	opacity: 0;
}
.case-study-large-preview:hover .overlay {
	filter: alpha(opacity=72);
	opacity: 0.72;
}

.case-study-large-preview .text {
	max-width: 1280px;
	margin: 0 auto;
	color: #fff;
}
.case-study-large-preview .text .indent {
	max-width: 525px;
	position: absolute;
	bottom: 136px;
	z-index: 10;
	padding: 0 20px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.case-study-large-preview .text h2 {
	line-height: 30px;
	font-size: 30px;
	font-weight: normal;
	margin: 0 0 5px 0;
	padding-top: 3px; /* mac fix */
}
.case-study-large-preview .text h2 a {
	color: inherit;
	text-decoration: none;
}
.case-study-large-preview .text .subheading {
	font-size: 10px;
	line-height: 14px;
	font-weight: bold;
	margin: 5px 0 16px 0;
}
.case-study-large-preview .text .short-description {
	font-size: 14px;
	line-height: 21px;
	margin: 16px 0 23px 0;
	overflow: hidden;
}


.case-study {
	position: relative;
	padding: 0 0 116px 0;
}

@media screen and (min-width: 1025px) {
	.case-study-column {
		float:left;
		width: 50%;
	}
	.case-study:nth-child(2n+2) .case-study-images {
		float:right;
	}
	.case-study-column .indent {
		padding-left: 12% !important;
	}
	.case-study:nth-child(2n+2) .case-study-column .indent {
		padding-left: 20px !important;
		padding-right: 12% !important;
		float:right;
	}
}

.case-study-column .indent {
	padding: 7% 20px 5% 20px;
	max-width: 520px;
}
.case-study-column h2 {
	font-weight: normal;
	font-size: 30px;
	line-height: 30px;
	margin: 0 0 4px 0;
	color: #191919;
}
.case-study-column h2 a {
	text-decoration: none;
}
.case-study-column p.subheading {
	font-size: 10px;
	font-weight: bold;
	line-height: 14px;
	letter-spacing: 2px;
	color: #6e6e6e;
	margin: 4px 0;
}
.case-study-column p.short-description {
	font-size: 14px;
	line-height: 21px;
	margin: 16px 0 25px 0;
}

.case-study-images {
	/*overflow:hidden;*/
}
.case-study-images img:first-child {
	display: block;
}
.case-study-images .rotator {
	width: 100% !important;
	min-height: 100px;
}
.case-study-images .rotator a {
	width: 100% !important;
	height: auto !important;
}
.case-study-images img {
	display: none;
	width: 100% !important;
	height: auto !important;
}
.case-study-images .overlay {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	opacity: 0;
	transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
}
.case-study-images.show-info .overlay,
.case-study-images .rotator a:hover .overlay {
	opacity: 1;
}

.case-study .pager {
	min-height: 116px;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	text-align: center;
}
.case-study .pager a {
	height: 35px;
	width: 2px;
	margin-top: 16px;
	display: inline-block;
	text-indent: -9999px;
	background: #d8dadb;
	border-left: 9px solid #fff;
	border-right: 10px solid #fff;
	outline: none;
	overflow: hidden;
}
.case-study .pager a.activeSlide {
	background: #868686;
}
.case-study .rotator-container {
	position: relative;
}
.case-study .number {
	display: none;
    background: #000;
    position: absolute;
    bottom: 5px;
    right: 5px;
    color: #fff;
    font-size: 14px;
    height: 26px;
    width: 26px;
    line-height: 26px;
    text-align: center;
    z-index: 100;
}

.case-study-text {
	position: relative;
}
.case-study-text .indent {
	position: relative;
	z-index: 50;
}
.case-study-text .mirror {
	position: absolute !important;
	left: 0;
	top: 0;
	z-index: 0;
	width: 100%;
	height: auto;
	opacity: 0.05 !important;
	filter:alpha(opacity=5);
	transform: scaleX(-1);
		-moz-transform: scaleX(-1);
		-o-transform: scaleX(-1);
		-webkit-transform: scaleX(-1);
		filter: FlipH;
		-ms-filter: "FlipH";
}

.single-case-study {
	margin-top: 30px;
}
.single-case-study .case-study {
	/*padding: 0;
	margin-bottom: -50px;*/
}
.single-case-study .case-study-column:nth-child(2n+1) {
	clear:left;
}
.single-case-study .case-study-text .indent {
	padding-top: 0;
	line-height: 21px;
	font-size: 14px;
}
.single-case-study .supplier-logos {
	padding: 10px 0 18px 0;
}
.single-case-study .supplier-link {
	margin: 0 20px 15px 0;
	text-decoration: none;
}

.case-study .view-product-info {
	position: absolute;
	bottom: -40px;
	left: 20px;
	font-size: 14px;
	cursor: pointer;
	display: none;
}
.case-study .view-product-info .icon {
	position: relative;
	top: 4px;
	margin-right: 4px;
	width: auto !important;
	height: auto !important;
	display: inline;
}

#fancybox-content .overlay {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	transition: opacity 0.5s;
		-webkit-transition: opacity 0.5s;
		-moz-transition: opacity 0.5s;
}
#fancybox-content .overlay.show {
	opacity: 1;
}
#fancybox-title-inside .view-product-info {
	font-size: 14px;
	cursor: pointer;
	display: inline-block;
	position: relative;
	margin-left: 40px;
	top: -1px;
}
#fancybox-title-inside .view-product-info .icon {
	position: relative;
	top: 4px;
	margin-right: 4px;
	display: inline-block;
	padding: 4px;
	border-radius: 22px;
	width: 22px;
	height: 22px;
	background: #fff;
	text-align: center;
}
#fancybox-title-inside .view-product-info .icon img {
	position: relative;
	left: 1px;
	top: 2px;
}
#fancybox-title-inside {
	padding-bottom: 3px;
	min-height: 30px;
}


/* About page */

.about-content {
	max-width: 860px;
	color: #fdfcfb;
	margin: 0 auto;
}
.about-content h2 {
	font-size: 40px;
	font-weight: 100;
	color: #bbbdc2;
	margin: 40px 0 24px 0;
}
.about-content p {
	font-size: 14px;
	line-height: 25px;
}

.about-images img {
	display: block;
	width: 100%;
}

.page-template-template_about-php #footer {
	margin-top: 0;
}


/* Our Products pages */

.products-container {
	/*background: url(images/products-background.jpg) center center no-repeat;*/
	background-size: cover;
	margin-bottom: -50px !important;
}

.products-intro {
	text-align: center;
	padding: 20px 0 50px 0;
}
.products-intro p {
	text-transform: uppercase;
	font-size: 14px;
	font-weight: bold;
	color: #a1a3a7;
	letter-spacing: 2px;
	margin-bottom: 25px;
}
.products-intro .supplier-link {
	width: 100%;
	height: 100%;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
}
.products-intro .supplier-logo {
	padding: 1.5% 3% !important;
}

.products-left {
	text-align: center;
	padding: 25px 0 40px 0;
}
.products-left p {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	color: #a1a3a7;
	letter-spacing: 2px;
}
.products-left .supplier-logo {
	margin: 35px 0;
	clear: both;
	opacity: 0.35;
	filter: alpha(opacity=35);
}
.products-left .supplier-logo.current {
	opacity: 1;
	filter: alpha(opacity=100);
}

.products-mid {
	padding: 35px 0 40px 0;
}
.products-mid .supplier-logo {
	/*display: none;*/
}
.products-mid .supplier-content {
	font-size: 14px;
	line-height: 21px;
}
.products-mid .supplier-content p {
	margin: 21px 0;
}
.products-mid .supplier-buttons {
	margin-top: 20px;
}
.products-mid .button {
	margin: 0 18px 15px 0;
}

.products-right {
	padding: 33px 0 40px 0;
}
.products-right img {
	width: 100%;
	display:block;
	margin-top: 2px;
}
.products-right .supplier-images .hidden {
	display: none;
}
.products-right .load-more-images {
	display: block;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: center;
	margin-top: 5px;
	padding: 15px 0;
	line-height: 16px;
	background: #fff;
	color: #191919;
	text-decoration: none;
}



/* Home page */

.home .button-container {
	text-align: center;
	padding: 0 20px;
}

.header-extension {
}
.header-extension .dividing-line {
	height: 58px;
	width: 2px;
	margin: 0 auto 5px auto;
	background: #5b585a;
	position: relative;
	top: -27px;
}
.home-header-content-container {
	padding: 70px 0 60px 0;
}
.home-header-content {
	height: 270px;
	margin: 0 auto;
	visibility:hidden;
	/*
	width: 370px;
	height: 370px;
	border-radius: 370px;
	border: 1px solid rgba(255,255,255,0.9);
	padding: 8px;
	*/
}
.home-header-content .indent {
	width: 100%;
	height: 100%;
	border-radius: 348px;
	background: rgba(255,255,255,0.95);
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	padding: 85px 47px 0 47px;
}
.home-header-content h1 {
	font-weight: 100;
	font-size: 45px;
	line-height: 42px;
	color: #000;
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
}
.home-header-content p {
	font-size: 15px;
	line-height: 18px;
	color: #000;
}
.header-extension .button {
	background: rgba(24,24,24,0.7);
}

.header-extension .caption-container {
	background: rgba(0,0,0,0.4);
	padding: 18px 0;
	min-height: 14px;
}
.header-extension .caption {
	font-size: 11px;
	line-height: 14px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	letter-spacing: 2px;
	margin: 0 0 0 0;
}

#hero_nav {
	margin: 42px 0 20px 0;
	width: 100%;
	text-align: center;
}
#hero_nav a {
	height: 35px;
	width: 21px;
	display: inline-block;
	text-indent: -9999px;
	position: relative;
	overflow: hidden;
	outline: none;
}
#hero_nav a:after {
	content: " ";
	width: 2px;
	height: 35px;
	background: #cfd0d1;
	display: block;
	position: absolute;
	top: 0;
	left: 9px;
}
#hero_nav a.activeSlide:after {
	background: #000;
}

@media screen and (min-width: 1025px) {
	.home-column {
		width: 50%;
		box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
	}
	.home-left {
		float:left;
	}
	.home-left .indent {
		float:right;
	}
	.home-right {
		float:right;
	}
	.home-right .indent {
		float:left;
	}
}

.home-column {
	position: relative;
}
.home-column .indent {
	max-width: 640px;
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding: 0 0 77px 0;
}

.home-left span.title {
	background: rgba(255,255,255,0.9);
}
.home-right span.title {
	border: 2px solid #fff;
}

.home-column .button-container {
	width: 100%;
	bottom: 7px;
	left: 0;
	position: absolute;
	margin: 0;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.home-projects .rotator {
	width: 100%;
	min-height: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.home-projects .rotator .home-project-image {
	width: 100%;
	min-height: 50px;
	display: none;
	background-position: center center;
	background-size: cover;
}
.home-projects .rotator .home-project-image:first-child {
	display: block;
}

#project_pager {
	width: 100%;
	text-align: center;
	margin: 28px 0 28px 0;
}
#project_pager a {
	height: 35px;
	width: 2px;
	display: inline-block;
	text-indent: -9999px;
	background: #d8dadb;
	border-left: 9px solid #fff;
	border-right: 10px solid #fff;
}
#project_pager a.activeSlide {
	background: #868686;
}

.home-columns h3 {
	color: #191919;
	font-weight: normal;
	font-size: 20px;
	line-height: 20px;
	margin: 21px 0;
}
.home-columns p {
	font-size: 14px;
	line-height: 21px;
	margin: 21px 0;
}

.logos-background {
	background: url(images/home-suppliers-background2.jpg) center center no-repeat;
	background-size: cover;
}

.logos {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	padding: 0 10%;
	z-index: 50;
}

.logos .supplier-logo {
	display: inline-block;
	margin: 1.5em 2em;
	max-height: 3vw;
	overflow: hidden;
	text-align: center;
	width: 20%;
}
.supplier-logo img {
	max-height: 100%;
	max-width: 100%;
}

.column .title {
	display: block;
	width: 100%;
	border: 2px solid transparent;
	color: #55575c;
	line-height: 32px;
	font-size: 32px;
	margin: .5em 0;
	padding: 20px 20px;
	font-weight: 100;
	text-align: center;
	z-index: 50;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}

.center-items {
	align-items: center;
	display: flex;
	justify-items: center;
}

.center-text {
	text-align: center;
}

@media screen and (min-width: 1025px) {
	.home-suppliers .logos .offset {
		max-width: 640px;
	}
}
.column {
    position: relative;
}

.column .divider {
	position: absolute;
	right: -1px;
	bottom: 0;
	height: 80%;
	background: #d8dadb;
	width: 2px;
}


/* Contact page */

.contact-content {
	margin-bottom: -50px !important;
	padding-bottom: 90px;
}
.contact-content #content {
	margin: 0 auto;
	max-width: 1280px;
	text-align: center;
	color: #fdfcfb;
}
.contact-content h2 {
	font-weight: 100;
	font-size: 40px;
	line-height: 40px;
	margin: 0 0 35px 0;
	color: #bbbdc2;
}
.contact-left {
	padding-bottom: 40px;
}
.contact-left p {
	font-size: 18px;
	line-height: 25px;
	margin: 25px 0;
}
#contact_form .field {
	margin-bottom: 15px;
}
#contact_form input,
#contact_form textarea {
	border: 1px solid #bbbdbd;
	font-size: 14px;
	font-family: 'HelveticaNeueLTPro', Arial, Helvetica, sans-serif;
	color: #fdfcfb;
	padding: 10px;
	margin: 0;
	background: transparent;
	width: 100%;
	box-sizing: border-box; -moz-box-sizing: border-box; -webkit-box-sizing: border-box;
}
#contact_form textarea {
	height: 158px;
}
#contact_form .submit {
	border: 0;
	background: #bebebe;
	letter-spacing: 2px;
	font-weight: bold;
	text-transform: uppercase;
	color: #1b1e21;
	font-size: 12px;
	cursor: pointer;
}
#contact_form label.error {
	display: none !important;
}
#contact_form .error {
	background: rgba(255,0,0,0.33);
	color: #fff;
}
.contact-content .success {
	background: rgba(0, 180, 0, 0.3);
	font-size: 18px;
	text-align: center;
	padding: 15px;
}

.home-suppliers {
	font-size: 12pt;
}

.two-columns {
	display: flex;
	flex-wrap: wrap;
}

.two-columns .column {
	width: 100%;
}

@media screen and (min-width: 1024px) {
	.two-columns .column {
		width: 50%;
	}
}
