/*
Theme Name: Factory Child
Author: TidyThemes
Author URI: http://tidythemes.com/
Description: Please read: tidythemes.com/concept. BlankSlate is the definitive WordPress HTML5 boilerplate starter theme. We've carefully constructed the most clean and minimalist theme possible for designers and developers to use as a base to build websites for clients or to build completely custom themes from scratch. Clean, simple, unstyled, semi-minified, unformatted, and valid code, SEO-friendly, jQuery-enabled, no programmer comments, standardized and as white label as possible, and most importantly, the CSS is reset for cross-browser-compatability and no intrusive visual CSS styles have been added whatsoever. A perfect skeleton theme. For support and suggestions, go to: https://github.com/tidythemes/blankslate/issues. Thank you.
Version: 2019.1
License: GNU General Public License
License URI: https://www.gnu.org/licenses/gpl.html
Tags: one-column, two-columns, custom-menu, featured-images, microformats, sticky-post, threaded-comments, translation-ready
Text Domain: factorypr
BlankSlate WordPress Theme © 2011-2019 TidyThemes
BlankSlate is distributed under the terms of the GNU GPL
*/
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden;
}
body {
    margin: 0;
    line-height: 1;
    font-family: 'Montserrat', sans-serif;
	color: #000;
	background-color: #000;
    line-height: 1.6em;
	font-size: 14px;
}
button {
    outline: 0;
}
ol,
ul {
	padding-left: 15px;
}
.careers ul li {
	margin-bottom: 3px;
}
.careers ul li p {
	margin: 0;
}
.careers ul {
	content: "";
    clear: both;
    display: table;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
q {
    display: inline;
    font-style: italic;
}
q:before {
    content: '"';
    font-style: normal;
}
q:after {
    content: '"';
    font-style: normal;
}
a {
	text-decoration: none;
	color: #000;
}
img {
	max-width: 100%;
	height: auto;
}
a {
    padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(0,0,0,.3);
    -webkit-transition: border-color .15s ease-out,color .15s ease-out;
    -moz-transition: border-color .15s ease-out,color .15s ease-out;
    -ms-transition: border-color .15s ease-out,color .15s ease-out;
    -o-transition: border-color .15s ease-out,color .15s ease-out;
	transition: border-color .15s ease-out,color .15s ease-out;
}
a:hover {
	color: rgba(0,0,0,.6);
    border-color: rgba(0,0,0,.15)
}
textarea,
input[type="text"],
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="search"],
input[type="password"] {
    -webkit-appearance: none;
    appearance: none;
    border-radius: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
th,
td {
    padding: 2px;
}
big {
    font-size: 120%;
}
small,
sup,
sub {
    font-size: 80%;
}
sup {
    vertical-align: super;
}
sub {
    vertical-align: sub;
}
dd {
    margin-left: 20px;
}
del,
strike,
s {
    text-decoration: line-through;
}
dt {
    font-weight: bold;
}
address,
cite,
var {
    font-style: italic;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
	z-index: 1;
}
hr {
	color: rgba(222,222,222,.57);
    background-color: rgba(222,222,222,.57);
	border: none;
	height: 1px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	text-transform: uppercase;
	line-height: 1.7em;
}
h1,
h2,
.h1,
.h2 {
	font-weight: 700;
	margin-top: 0;
}
h1,
.h1 {
	font-size: 29px;
	letter-spacing: .32em;
	line-height: 1.4em;
	
}
h2,
.h2 {
	font-size: 19px;
	letter-spacing: .14em;
}
h3,
.h3 {
	font-size: 15px;
	letter-spacing: .01em;
	font-weight: 400;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 13px;
}
h6 {
	font-size: 12px;
}
* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}
.ml-0 {
	margin-left: 0 !important;
}
.mr-0 {
	margin-right: 0 !important;
}
.mt-0 {
	margin-top: 0 !important;
}
.mb-1 {
	margin-bottom: 10px !important;
}
.mb-2 {
	margin-bottom: 20px !important;
}
.mb-3 {
	margin-bottom: 30px !important;
}
.mb-4 {
	margin-bottom: 40px !important;
}
.mb-5 {
	margin-bottom: 50px !important;
}
.mt-1 {
	margin-top: 10px !important;
}
.mt-2 {
	margin-top: 20px !important;
}
.mt-3 {
	margin-top: 30px !important;
}
.mt-4 {
	margin-top: 40px !important;
}
.mt-5 {
	margin-top: 50px !important;
}
.pb-0 {
	padding-bottom: 0 !important;
}
.pb-1 {
	padding-bottom: 10px !important;
}
.pb-2 {
	padding-bottom: 20px !important;
}
.pb-3 {
	padding-bottom: 30px !important;
}
.pb-4 {
	padding-bottom: 40px !important;
}
.pb-5 {
	padding-bottom: 50px !important;
}
.pt-1 {
	padding-top: 10px !important;
}
.pt-2 {
	padding-top: 20px !important;
}
.pt-3 {
	padding-top: 30px !important;
}
.pt-4 {
	padding-top: 40px !important;
}
.pt-5 {
	padding-top: 50px !important;
}
.pl-0 {
	padding-left: 0 !important;
}
.pr-0 {
	padding-right: 0 !important;
}
#wrapper {
	background-color: #fff;
	z-index: 5;
}
.sticky {
	position: fixed;
	left: 0;
	top: 0;
}
.text-right {
	text-align: right;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-white {
	color: #fff;
}
.text-white a {
	color: #fff;
	padding-bottom: .05em;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: rgba(255,255,255,.3);
    -webkit-transition: border-color .15s ease-out,color .15s ease-out;
    -moz-transition: border-color .15s ease-out,color .15s ease-out;
    -ms-transition: border-color .15s ease-out,color .15s ease-out;
    -o-transition: border-color .15s ease-out,color .15s ease-out;
    transition: border-color .15s ease-out,color .15s ease-out;
}
.text-white a:hover {
	color: rgba(255,255,255,.6);
    border-color: rgba(255,255,255,.15);
}
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
.btn,
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .app-submit {
	font-family: futura-pt;
    font-size: 13px;
    font-weight: 700;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: .28em;
	padding: 13px 26px;
	display: inline-block;
}
.sjb-page .list-data:first-of-type .v1 {
	margin-top: 0;
}
.btn-lg {
	padding: 21px 34px;
}
.btn-sm {
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .15em;
	line-height: normal;
}
.wpforms-submit,
.submit {
	padding: 14px 35px !important;
	font-family: Montserrat, sans-serif !important;
    font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase !important;
}
.btn-black {
	color: #fff !important;
    background-color: #000 !important;
    border-color: #000 !important;
}
.btn-black:hover {
	opacity: .8;
}
.btn-white-ghost,
.btn-black-ghost {
	-webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    transition-property: background-color, color;
    transition-duration: 0.1s, 0.1s;
    transition-timing-function: linear, linear;
    transition-delay: 0s, 0s;
}
.btn-white-ghost {
	border: 2px solid #fff;
    background-color: transparent;
}
.btn-white-ghost:hover {
	background-color: #fff;
    color: #000 !important;
}
.btn-black-ghost {
	border: 2px solid #000;
    background-color: transparent;
}
.btn-black-ghost:hover {
	background-color: #000;
    color: #fff !important;
}
.float-none {
	float: none !important;
}
.m-auto {
	margin: 0 auto;
}
.flex,
.menu-wrapper {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}
.flex-1 {
	-webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    -webkit-flex: 1 1 0px;
    flex: 1 1 0px;
}
.flex-center {
	justify-content: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.flex-column {
	flex-direction: column;
}
.flex-row {
    flex-direction: row;
}
.float-none {
	float: none !important;
}
.container,
.container-sm,
.jobpost {
    margin-left: auto;
    margin-right: auto;
}
.container,
.jobpost {
	padding-left: 15px;
	padding-right: 15px;
}
.container:after,
.container-fluid:after,
.container-sm:after,
.clearfix:after ,
.jobpost:after {
	content: " ";
    display: table;
	clear: both;
}
.container-sm,
.jobpost {
	max-width: 850px;
    padding-left: 15px;
	padding-right: 15px;
}
.col-1 {
	width: 8.3333333333%;
}
.col-2 {
	width: 16.6666666667%;
}
.col-3 {
	width: 25%;
}
.col-4 {
	width: 33.3333333333%;
}
.col-5 {
	width: 41.6666666667%;
}
.col-6 {
	width: 50%;
}
.col-7 {
	width: 58.3333333333%;
}
.col-8 {
	width: 66.6666666667%;
}
.col-9 {
	width: 75%;
}
.col-10 {
	width: 83.3333333333%;
}
.col-11 {
	width: 91.6666666667%;
}
.col-12 {
	width: 100%;
}
.metaslider .flexslider .slides > li {
	min-width: 320px;
	max-width: 100% !important;
}
.sjb-page .sjb-detail .list-data .v1 ul li {
	font-size: 14px;
}
.hero-video {
	min-height: 700px;
	padding: 0 !important;
	position: relative;
	display: flex;
	justify-content: end;
	align-items: center;
}
.hero-video video {
	position: absolute;
	min-width: 100%;
	z-index: -1;
	bottom: 0;
	left: 0;
}
.menu-wrapper {
	padding: 0 13px;
	align-items: center;
}
.menu-wrapper li {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	margin: 0 5px;
}
.menu-wrapper li a {
	color: #000;
}
.nav-center {
	text-align: center;
}
#header {
	position: sticky;
    top: 0;
    background: #fff;
    z-index: 1000;
}
#header a {
	border: 0;
}
.header-social {
	padding: 16px 0;
}
.socialLinks a {
	padding: 0 5px;
}
.parallax__container {
	clip: rect(0, auto, auto, 0);
	height: 100%;
	left: 0;
	overflow: hidden;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -100;
}
.awards {
	overflow: hidden;
	position: relative;
	padding-bottom: 15px;
}
.awards .flex-item {
	margin-bottom: 25px;
}
.awards small {
	line-height: 1.4;
	display: inline-block;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	color: #000;
	opacity: .2;
}
.swiper-button-next:hover:after,
.swiper-button-prev:hover:after {
	opacity: 1;
}
.swiper-pagination-bullet-active {
	background: #000 !important;
}
.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
	bottom: 0 !important;
}
.swiper-button-next:after,
.swiper-button-prev:after {
	font-size: 20px !important;
}
.parallax {
	position: fixed;
	top: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	will-change: transform;
}
.parallax:after {
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5));
}
.hero {
	overflow: hidden;
}
.hero h1 {
	margin-bottom: 0;
}
.hero-content {
	z-index: 10;
	-webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.metaslider .caption {
	font-size: 12px;
}
.carousel {
	position: relative;
	min-height: 350px;
}
.home section {
	padding-top: 62px;
	padding-bottom: 62px;
}
.home h3 {
	text-transform: none;
}
.wpforms-field-label {
	font-weight: 400 !important;
}
.wpforms-required-label {
	color: #000 !important;
}
#gallery-1 img {
	border: 0 !important;
}
.careers {
	position: relative;
}
.careers h3 {
	font-weight: bold;
}
.job-description h3 {
	margin-top: 0;
}
.job-description p {
	margin-bottom: 20px;
}
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .file {
	padding: 30px 12px;
	height: 65px;
}
.career1 {
	padding-bottom: 0 !important;
}
.read-more {
	display: none;
	margin-top: 15px;
}
.read-more p {
	margin-bottom: 0;
}
#sidebar,
.meta-sep,
.author {
	display: none;
}
#footer {
	background: #000;
	color: #fff;
	padding: 50px 15px;
}
#footer a {
	color: #fff;
}
#footer h2 {
	color: #fff;
}
.footer-bottom {
	display: flex;
	align-items: center;
    justify-content: space-between;
}
/* Job Board Styles */
.sjb-page .btn {
	border-radius: 0;
}
.job-listings .sjb-page textarea.form-control {
	height: 60px;
}
.job-date,
.sjb #comments,
.sjb .entry-footer,
.sjb .footer {
	display: none;
}
.sjb-page .list-data .v1 .header-margin-top {
	margin: 0;
	height: 0;
}
.sjb-attachment {
	opacity: 1 !important;
}
.sjb-page .list-data .v1 .job-description p {
	margin-bottom: 0;
}
.sjb-page .read-more-btn {
	margin-top: 10px;
}
.jobpost-form-wrapper {
	position: fixed;
    background: #fff;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 0.3s;
  	-webkit-transition: opacity 0.3s;
    visibility: hidden;
    opacity: 0;
	padding: 15px;
}
.jobpost-form-wrapper.open {
	display: flex !important;
	flex-direction: column;
	visibility: visible;
	opacity: 1;
	z-index: 100;
}
.jobpost-form-wrapper.open .jobpost-form {
	display: block !important;
}
.jobpost-form {
	background: #fff;
	max-width: 600px;
	padding: 15px;
}
.sjb-page .apply-btn,
.sjb-page .sjb-detail .list-data .v1 .jobpost-form .app-submit {
    float: right;
	margin-top: 10px;
}
.sjb-page .apply-btn,
.sjb-page .apply-btn:hover,
.sjb-page .apply-btn:focus {
	border: 2px solid #000;
}
.list-data .v1 {
    border-bottom: 1px solid rgba(222,222,222,.57);
	padding-bottom: 30px;
}
.sjb-page .sjb-detail .list-data .v1 ul li::before,
.sjb-page .sjb-detail .list-data .v2 ul li::before {
    color: #000 !important;
    content: "\f111" !important;
    font-size: 6px !important;
}
.sjb-page .sjb-detail .list-data .v1 h3 {
	color: #000;
}
.sjb-page .btn-primary {
	background: #000;
	color: #fff;
}
@media only screen and (max-width: 767px) {
	.container {
		padding-left: 15px;
		padding-right: 15px;
	}
	.container-fluid {
		padding: 15px;
	}
	.flex-column-sm {
		flex-direction: column;
	}
	.flex-row-sm {
		flex-direction: row;
	}
	.text-center-sm {
		text-align: center;
	}
	.hero-video {
		min-height: 300px;
	}
	.hero-video video {
		width: 215%;
	}
	.hero-sm {
		padding-top: 60px;
		padding-bottom: 60px;
	}
	.hero-lg {
		padding: 60px 15px;
		min-height: 300px;
	}
	.parallax {
		position: relative;
        top: initial !important;
	}
	.parallax.loop {
		background-position: 40% center !important;
		top: -15% !important;
	}
	.parallax.rebecca {
		background-position: 60% center !important;
	}
	.parallax.on {
		background-position: 15% center !important;
		top: -20% !important;
	}
	.parallax.seeds {
		top: -35% !important;
		background-position: 54% center !important;
	}
	.on-running figure {
		display: flex;
		justify-content: end;
		margin-bottom: 30px;
	}
	.hero-content {
		padding: 30px 15px;
	}
	.pt-1-sm {
		padding-top: 10px;
	}
	.carousel {
		position: static;
	}
	.work-with-us {
		padding-bottom: 50px;
	}
	.diversity,
	.careers,
	.clients,
	.services,
	.home-intro,
	.about,
	.contact {
		padding-top: 60px !important;
		padding-bottom: 60px;
	}
	.map {
		flex-direction: column;
	}
	.map-2 {
		flex-direction: column-reverse;
	}
	.footer-bottom {
		flex-direction: column-reverse;
	}
}
@media (max-width: 374px) {
	.hero-video video {
		width: 265%;
	}
}
@media only screen and (max-width: 874px) {
	main {
		margin-top: 65px;
	}
	.menu-wrapper {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
		background: #fff;
	}
	.menu-wrapper .logo {
		max-width: 155px;
	}
	.nav-left {
		position: absolute;
		top: 20px;
		z-index: 10;
	}
	.nav-left #menu,
	.nav-right {
		display: none;
	}
	.nav-left .mobile-menu-icon {
		display: block;
	}
	.nav-center {
		width: 100%;
		position: relative;
		top: 3px;
	}
	.mobile-menu-inner {
		position: fixed;
		top: 0;
		bottom: 0;
		z-index: 20;
		width: 85%;
		left: -85%;
		overflow: hidden;
		background-color: #fff;
		-webkit-font-smoothing: subpixel-antialiased;
		-moz-osx-font-smoothing: auto;
		padding: 15px 30px;
		transition: left 300ms;
		-moz-transition: left 300ms;
		-webkit-transition: left 300ms;
		-o-transition: left 300ms;
	}
	.mobile-menu-wrapper.open .mobile-menu-inner {
		left: 0;	
	}
	.mobile-menu-close {
		position: fixed;
		left: -80%;
		top: 0;
		width: 15%;
		text-align: center;
		height: 100vh;
		padding: 30px 15px;
		z-index: 20;
		-webkit-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
		-moz-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
		-ms-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
		-o-transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
		transition: left 0s,background-color 350ms cubic-bezier(.55,0,.1,1);
	}
	.mobile-menu-wrapper.open .mobile-menu-close {
		left: 0;
		width: 100%;
		background-color: #000;
	}
	.mobile-menu-wrapper.open .mobile-menu-close svg {
		position: absolute;
		right: 20px;
	}
	.mobile-menu-wrapper.open .mobile-menu {
		height: 100vh;
		position: fixed;
		left: 0;
		top: 0;
		width: 85%;
		z-index: 25;
	}
	.mobile-menu #menu-main {
		font-weight: 700;
	}
	.mobile-menu li {
		font-size: 15px;
		letter-spacing: .15em;
		line-height: 2.5em;
		padding-bottom: 10px;
	}
	#menu-main-menu {
		margin-bottom: 0;
		list-style: none;
	}
	#menu-secondary {
		margin-top: 0;
		list-style: none;
	}
	.list-data .v1 {
		padding: 30px 0;
		border-bottom: 1px solid rgba(222,222,222,.57);
	}
	.careers .flex {
		flex-direction: column-reverse;
	}
	.careers .sidebar-container {
		margin-top: 20px;
	}
}
@media only screen and (min-width: 768px) {
	.container {
		padding-left: 30px;
		padding-right: 30px;
	}
	.container-fluid {
		padding-left: 100px;
		padding-right: 100px;
		max-width: 1920px;
		margin-left: auto;
		margin-right: auto;
	}
	.hero {
		min-height: 600px;
	}
	.hero-sm {
		padding-top: 110px;
		padding-bottom: 110px;
	}
	.awards {
		flex-wrap: wrap;
	}
	.awards .flex-item {
		width: 33.333%;
	}
	.flex-column-md {
		flex-direction: column;
	}
	.flex-row-md {
		flex-direction: row;
	}
	.hero-lg {
		padding: 210px 100px !important;
	}
	.pt-3-lg {
		padding-top: 30px !important;
	}
	.careers,
	.clients,
	.work-with-us,
	.home-intro,
	.about {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.services {
		padding-top: 120px;
		padding-bottom: 220px;
	}
	.contact{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.diversity {
		padding-top: 120px;
	}
	.col-md-1,
	.col-md-2,
	.col-md-3,
	.col-md-4,
	.col-md-5,
	.col-md-6,
	.col-md-7,
	.col-md-8,
	.col-md-9,
	.col-md-10,
	.col-md-11 {
		float: left;
		padding: 0 15px;
	}
	.col-md-1 {
		width: 8.3333333333%;
	}
	.col-md-2 {
		width: 16.6666666667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.3333333333%;
	}
	.col-md-5 {
		width: 41.6666666667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.3333333333%;
	}
	.col-md-8 {
		width: 66.6666666667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.3333333333%;
	}
	.col-md-11 {
		width: 91.6666666667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.nav-left,
	.nav-center,
	.nav-right {
		-webkit-box-flex: 1;
		-ms-flex: 1 1 0px;
		-webkit-flex: 1 1 0px;
		flex: 1 1 0px;
	}
	.nav-left,
	.nav-right {
		line-height: 35px;
	}
	.menu-secondary-container,
	.header-social {
		display: inline-block;
		float: right;
	}
}
@media only screen and (min-width: 875px) {
	.mobile-menu-wrapper {
		display: none;
	}
	.menu-wrapper .logo {
		max-width: 205px;
	}
	.logo-link {
		padding: 15px;
		display: block;
	}
	.nav-left .mobile-menu-icon {
		display: none;
	}
	.maps {
		min-height: 300px;
	}
	.sidebar-container {
		width: 35%;
    	float: left;
	}
	.career-sidebar {
		padding: 0 30px;
	}
	.job-listings {
		padding: 0 15px;
		float: left;
    	width: 65%;
		border-left: 1px solid #000;
	}
}
@media (max-width: 1200px) {
	.menu-wrapper {
		padding: 15px 30px;
	}
}
@media (min-width: 768px) and (max-width: 1999px) {
	.container {
		max-width: 1020px;
	}
}
@media (min-width: 991px) {
	.col-lg-1 {
		width: 8.3333333333%;
	}
	.col-lg-2 {
		width: 16.6666666667%;
	}
	.col-lg-3 {
		width: 25%;
	}
	.col-lg-4 {
		width: 33.3333333333%;
	}
	.col-lg-5 {
		width: 41.6666666667%;
	}
	.col-lg-6 {
		width: 50%;
	}
	.col-lg-7 {
		width: 58.3333333333%;
	}
	.col-lg-8 {
		width: 66.6666666667%;
	}
	.col-lg-9 {
		width: 75%;
	}
	.col-lg-10 {
		width: 83.3333333333%;
	}
	.col-lg-11 {
		width: 91.6666666667%;
	}
	.col-lg-12 {
		width: 100%;
	}
}
@media (min-width: 1200px) and (max-width: 1439px) {
	.container {
		width: 1170px;
	}
}
@media (min-width: 1440px) {
	.container {
		width: 1400px;
	}
	.maps {
		min-height: 350px;
	}
}

