/*
Theme Name: Modus
*/
.block-container {
	padding: 0 10% !important;
}
body {
	background-color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #686868;
}
.header {
	width: 100%;
	float: left;
	margin: 0;
	padding: 30px 0;
}
.header ul {
	float: right;
	margin: 30px 0 0 0;
	padding: 0;
}
.header ul li {
	list-style-type: none;
	display: block;
	float: left;
	padding: 0;
	margin: 0 0 0 20px;
}
.header ul li a {
	text-transform: uppercase;
	text-decoration: none;
	color: #9B9EAD;
	font-family: 'Arial Rounded MT Bold';
	font-size: 18px;
	letter-spacing: 1px;
	font-weight: bold;
}
.body {
	width: 100%;
	float: left;
	padding: 30px 0;
	margin: 0;
}
.footer {
	width: 100%;
	float: left;
}
.footer-inside {
	width: 100%;
	float: left;
	border-top: 1px solid #9B9EAD;
	padding: 0 0 30px 0;
	margin: 0 0 30px 0;
}
.logo img {
	width: 100%;
	float: left;
	max-width: 180px;
}
.content h1 {
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 600;
}
.content h2 {
	color: #333;
	margin: 0 0 20px 0;
	padding: 0;
	font-weight: 600;
}
.content p {
	line-height: 22px;
	margin: 0 0 30px 0;
}
.section-1 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	width: 100%;
	float: left;
	text-align: center;
	margin: 0 0 30px 0;
}
.section-2 {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	float: left;
	width: 100%;
	text-align: center;
	margin: 0 0 30px 0;
}
.section-1 a,
.section-2 a {
	padding: 40% 60px;
	display: block;
	height: 100%;
	text-decoration: none;
}
.section-1 h2,
.section-2 h2 {
	min-height: 90px;
	color: #fff;
	text-decoration: none;
	font-family: 'Arial Rounded MT Bold';
	font-size: 40px;
}
.section-1 span,
.section-2 span {
	background-color: #fff;
	color: #1e73be;
	text-decoration: none;
	padding: 10px 20px;
	display: inline-block;
	font-family: 'Arial Rounded MT Bold';
	font-size: 16px;
}
.section-1 a:hover,
.section-2 a:hover {
	background-image: url(images/bluetrans.png);
	background-repeat: repeat;
	text-decoration: none;
}
.gallery-item {
	width: 100%;
	float: left;
	margin: 30px 0 0 0;
}
.gallery-item img {
	width: 100%;
	float: left;
}
.inline-image {
	width: 100%;
	float: left;
	margin: 0;
}
.inline-image img {
	width: 100%;
	float: left;
}
.titlebar {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
}
.titlebar img {
	width: 100%;
	float: left;
}
.contact-form .gform_wrapper {
	margin: 0 !important;
	padding: 0 !important;
}
.contact-form .gform_wrapper ul li {
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}
.contact-form .gform_wrapper ul li > label {
	font-weight: 600;
	font-size: 14px;
}
.contact-form .gform_wrapper ul li input[type=text],
.contact-form .gform_wrapper ul li input[type=email],
.contact-form .gform_wrapper ul li textarea {
	padding: 10px;
	font-size: 14px;
	border: 1px solid #9B9EAD;
}
.gform_footer .gform_button {
	border: 1px solid #9B9EAD;
	background-color: #9B9EAD;
	padding: 10px 20px;
	color: #fff;
	text-transform: uppercase;
}
#field_1_4 > label {
	display: none;
}
.gchoice_1_4_1 input {
	float: left;
	margin: 4px 10px 0 0 !important;
}
.gchoice_1_4_1 label {
	font-weight: 400 !important;
}
.mobile-menu {
	width: 100%;
	float: left;
	margin: 0 0 30px 0;
	background-color: #000;
	padding: 10px 0;
	display: none;
}
.mobile-menu p {
	margin: 0;
	color: #fff;
	font-family: 'Arial Rounded MT Bold';
	text-transform: uppercase;
}
#burger {
	background-image: url(images/burger.png);
	background-repeat: no-repeat;
	background-size: 22px;
	width: 22px;
	height: 16px;
	display: block;
	float: right;
	margin-top: 2px;
}
.client-logos {
	width: 100%;
	float left;
	text-align: center;
}

.product-item {
	width: 100%;
	float: left;
	margin: 0 0 60px 0;
	min-height: 530px;
}
.product-item img {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.product-item h2 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: 400;
}
.product-item h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: bold;
}
.product-details {
	display: none;
	position: absolute;
	width: 600px;
	top: 360px;
	left: 15px;
	border: 1px solid #565656;
	background-color: #fff;
	padding: 20px;
	z-index: 900;
	-webkit-box-shadow: -10px 10px 30px 1px rgba(0,0,0,0.75);
	-moz-box-shadow: -10px 10px 30px 1px rgba(0,0,0,0.75);
	box-shadow: -10px 10px 30px 1px rgba(0,0,0,0.75);
}
.product-details p {
	font-size: 12px;
}
.details-btn > p {
	background-image: url(images/down.png);
	background-repeat: no-repeat;
	background-position: 95% center;
	background-size: 18px;
	background-color: #9B9EAD;
	color: #fff;
	font-size: 14px;
	padding: 5px 30px 5px 10px;
	display: inline-block;
	text-transform: uppercase;
}
.product-item input {
	padding: 5px 10px;
	width: 80px;
}
.details-btn:hover .product-details {
	display: block;
}
.specs {
	width: 100%;
	float: left;
	font-size: 12px;
	margin: 0 0 20px ;
}
.spec-title {
	float: left;
	width: 50%;
	border-bottom: 1px solid #9B9EAD;
	margin: 0 0 4px 0;
	padding: 0 0 4px 0;
	font-size: 12px;
}
.spec-value {
	width: 50%;
	padding: 0 0 4px 0;
	margin: 0 0 4px 0;
	float: left;
	border-bottom: 1px solid #9B9EAD;
	font-size: 12px;
}
.totals {
	background-color: #EBEAEE;
	padding: 30px;
}
.totals p {
	text-align: right;
	font-size: 12px;
	clear: both;
	width: 100%;
}
.total-line {
	font-size: 16px !important;
	text-align: left;
	font-weight: bold;
}
.total-line input {
	border: 1px solid #fff;
	padding: 5px 10px;
	margin: 0 0 0 10px;
}
.update-totals {
	background-color: #9B9EAD;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 20px;
	width: 100%;
	text-align: center;
	border: 0;
}
.next-step {
	background-image: url(images/right.png);
	background-repeat: no-repeat;
	background-position: 85% center;
	background-size: 11px;
	background-color: #9B9EAD;
	color: #fff;
	text-transform: uppercase;
	font-weight: bold;
	padding: 10px 30px 10px 20px;
	text-align: center;
	width: auto !important;
	border: 0;
	display: inline-block;
	float: right;
	clear: both;
	cursor: pointer;
}
.ginput_container_consent input {
	float: left;
	margin: 4px 10px 0 0 !important;
	clear: none;
}
.ginput_container_consent label {
	float: left;
	clear: none;
	font-weight: normal;
	width: 90%;
}
.order-div { display: none; }
.inside-gallery {
	width: 100%;
	float: left;
	max-width: 800px;
	text-align: center;
}
.inside-gallery img {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
}
.inside-gallery p {
	margin: 0;
}
.inside-gallery h3 {
	margin: 0 0 20px 0;
	font-weight: 600;
	padding: 0;
}
.footer-inside img {
	width: 100%;
	float: left;
	
}