body {
	background: #000;
	color: #333;
	font-family: 'Lato','Verdana','Helvetica', sans-serif;
	font-size: 15px;
	font-weight: 300;
}

.main-container {
	max-width: 1400px;
	margin: 60px auto 0 auto;
}

.menu {
	width: 100%;
	font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
 }

.bg-dark  {
	background: #000;
}

 nav.bg-dark .menu > li > a, nav.bg-dark .module.widget-handle i, nav.bg-dark .nav-utility {
	color: #fff;
	opacity: .75;
}

 .menu > li {
	margin-right: 28px;
	float: left;
	position: relative;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}

 .menu li a {
	font-size: 14px;
	text-transform: initial;
	font-weight: 400;
	letter-spacing: 0px;
	color: #FFF;
	opacity: 0.7;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	max-width: 100%;
	white-space: normal;
	text-transform: uppercase;
}

a:hover {
	opacity: 1!important;
	color: #e97f0d!important;
	/* color: #e97f0d; */
}

a.active {
	opacity: 1!important;
	color: #e97f0d!important;
	/* color: #e97f0d; */
}

a.active:hover {
	opacity: 1!important;
	color: #e97f0d!important;
	/* color: #e97f0d; */
}

.menu-horizontal li a.active {
	color: #e97f0d!important;
	/* color: #e97f0d; */
	opacity: 1;
}

.menu-horizontal li span.active {
	color: #e97f0d!important;
	/* color: #e97f0d; */
	opacity: 1;
}

.menu-horizontal li span.dropdown__trigger:hover {
	color: #e97f0d!important;
	/* color: #e97f0d; */
	opacity: 1;
}

.logo {
	max-height: 100%;
}

nav.bg-dark .module.widget-handle {
	/* border-left: 1px solid rgba(255, 255, 255, 0.2); */
	border: none;
}

.background-image-holder {
	background-size: cover !important;
	background-position: 50% 50% !important;
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	opacity: 0;
}

@media (min-width: 1200px) {
	.nav-bar {
		/* height: 190px;
		max-height: 190px; */
		line-height: 73px;
		border-bottom: 1px solid #ccc;
	}
	.module {
		display: inline-block;
		padding: 0 10px 0 2px;
	}
	.nav-bar .module, .nav-bar .module-group {
		height: 78px;
	}

	.menu > li {
		margin-top: 21px;
	}


	.menu > li ul {
		width: 230px;
		padding: 8px 0 2px 0;
		background: #0e0e0e;
		position: absolute;
		z-index: 99;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		transform: translate3d(0, 10px, 0);
		-webkit-transform: translate3d(0, 10px, 0);
		-moz-transform: translate3d(0, 10px, 0);
		visibility: hidden;
		margin-top: -33px;
  }
}

  .menu > li > ul li a {
	color: #fff;
	height: auto;
	padding: 6px 18px;
}

	nav a {
	 padding-top: 0px !important;
	 padding-bottom: 10px !important;
	 font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
	 /* letter-spacing: 1px; */
	 font-size: 14px;
	 font-weight: 500;
	 text-transform: uppercase;
	}
	
	.navbar-nav a {
		/* border:1px solid yellow; */
		margin-top: 50px;
	  }
	.navbar-inverse{
		background-color:#000;
		}
	nav .navbar-toggle {
	 margin: 13px 15px 13px 0;
	}
	
	.navbar-brand {
	 font-size: 60px;
	}
	
	.navbar-brand {
		float: left;
		height: 90px;
		margin-top: 0px;
		padding: 15px 15px 15px 8px;
		margin: -16px 0 0 0;
		font-size: 14px;
		line-height: 20px;
	}

	.bb-white {
		border-bottom: 1px solid #7b7b7b!important;
	}


.feature.boxed.greybox.orangebox {
	background: #e97f0d;
	color: #fff;
	border-bottom: 10px solid #c7c7c7;
}


.feature.boxed.greybox.orangebox1 {
	background: #F7AC59;
	color: #fff;
	border-bottom: 10px solid #58585A;
}

.feature.boxed.greybox.orangebox2 {
	background: #F08C3E;
	color: #fff;
	border-bottom: 10px solid #58585A;
}

.feature.boxed.greybox.orangebox3 {
	background: #EB6A28;
	color: #fff;
	border-bottom: 10px solid #58585A;
}

.feature.boxed.greybox.orangebox4 {
	background: #e94e0d;
	color: #fff;
	border-bottom: 10px solid #58585A;
}

.pointer {
			cursor: pointer;
		}

nav.bg-dark .nav-utility, nav.bg-dark .nav-bar {
	border-bottom: none;
}

p {
	font-size: 15px;
	line-height: 24px;
}

.fw300 {
	font-weight: 300!important;
}

ul.my-list {
	list-style-type: disc;
	list-style-position: outside;
	margin-left: 25px;
	margin-top: 10px;
}

.my-footer {
	position: absolute;
	bottom: 0;
	height: 90px;
	display: block;
}

.flexcontainer {
   display: -webkit-flex;
   display: flex;
   -webkit-flex-direction: row;
	flex-direction: row;
	
	/* vertical centering */
   /* -webkit-align-items: center;
	align-items: center; */
	
   -webkit-justify-content: center;
   justify-content: center;
}

.foundry_modal .policy h1, h2, h3, h4, h5, h6, p {
	font-weight: 300;
	color: #000;
}

.foundry_modal.policy h4 {
	font-weight: 300;
	color: #000!important;
}

.foundry_modal.policy p {
	font-weight: 300;
	color: #000!important;
}

h1, h2, h3, h4, h5, h6, p {
	font-weight: 300;
	color: #fff;
}

.policy ul {
	font-weight: 300;
	color: #000;
}

.address {
	color: #fff;
	opacity: .6;
}

.address a {
	color: #fff;
	opacity: .9;
	font-weight: 400;
}

.address a:hover {
	opacity: 1;
	font-weight: 400;
}

.list-inline {
	list-style: none;
	padding: 0;
}

.list-inline > li {
	display: inline;
	padding: 0 10px;
}

.policys {
	margin-bottom: 10px;
	font-size: 11px;
}

.policys a {
	font-weight: 400;
	color: #252525;
	text-transform: uppercase;
	background: transparent!important;
	opacity: .80;
}

.policys a:hover {
	font-weight: 400;
	text-transform: uppercase;
	background: transparent!important;
	opacity: 1;
}

.social {
	color: #fff;
}

a.social  {
	color: #fff;
	opacity: .45;
}

a.social:hover {
	color: #fff!important;
	opacity: 1;

}

.karriar-titel {
	font-size: 1.4em;
	font-weight: 500;
	color: #E94E0E;
	margin-bottom: 5px;
}

.lead-title {
	font-size: 1.23em;
}

.contact-container > div {
	margin-bottom: 30px;
}

.contact-container > div > p {
	line-height: 1.5em;
	font-size: 1.23em;
	margin-bottom: 0;
}

.contact-table-title {
	font-size: 1.43em;
	font-weight: 600;
	margin-bottom: 0px;
	min-height: 19px;
}

.contact-table > div > p {
	line-height: 1.5em;
	font-size: 1.23em;
	margin-bottom: 0;
}

.contact-table {
	line-height: 1.5em;
	margin-bottom: 0;
}

.table-block-xs {
	line-height: 1.5em;
	margin-bottom: 0;
	padding-left: 0px;
	margin-bottom: 10px;
}

.cast-shadow-medium {
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
	box-shadow: 10px 10px 10px 0px rgba(0, 0, 0, 0.18);
}

.feature.boxed {
	border-radius: 6px;
}

.feature.boxed h4 {
	color: #000;
}

.feature.boxed ul {
	font-size: 15px;
}

.avatar {
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.15);
}

.black {
	color: #000; 
}

.white {
	color: #fff; 
}

div.policy-block {
	min-height: 116px;
}

div.policy p {
	line-height: 1.4;
	margin-top: 5px;
}

footer {
	border-top: 1px solid #2b2b2b;
	font-size: 13px!important;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

h1.h1--small {
	font-size: 3.1em;
	line-height: 1.0em; 
}

h2.h2--small {
	font-size: 1.6em;
	line-height: 1.3em;
	font-weight: 300;
}

h1.uppercase {
	letter-spacing: 1px;
	margin-right: -1px;
}

.uppercase {
	font-weight: 400;
	text-transform: uppercase;
}

h4.uppercase {
	letter-spacing: 0;
	margin-right: 0;
}

.thin {
	font-weight: 300;
}

.medium {
	font-weight: 400;
}
.medium-thick {
	font-weight: 500;
}

.thick {
	font-weight: 600;
}

.fat {
	font-weight: 800;
}

.bg-orange {
	background: #E94E0E;

}

.bg-orange p  {
	font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-weight: 500;
}

.bg-grey p  {
	font-family: "Roboto Condensed", "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	font-weight: 500;
}

.bg-grey {
	background: #575756;
}

.text-shadow {
	text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
}

.text-shadow-medium {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.25);
}

.text-shadow-big {
	text-shadow: 3px 3px 5px rgba(0, 0, 0, 0.35);
}

.box-shadow-small {
	box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.15)!important;
}

section > .row--gapless {
	padding-left: 0;
	padding-right: 0;
}
.row {
	display: flex;
	flex-wrap: wrap;
	margin-right: 0px;
	margin-left: 0px;
}

a {
	font-weight: 600;
	color: #e97f0d;
	/* color: #e97f0d; */
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	cursor: pointer;
}

div.h-25 {
	display: block;
	height: 25px;
}

div.h-50 {
	display: block;
	height: 50px;
}

.clear {
	display: block;
}

.tile-left {
	width: 30%;
	float: left;
	display: inline-block;
	overflow: hidden;
	min-height: 180px;
	position: relative;
}

.tile-right {
	width: 70%;
	float: left;
	display: inline-block;
	overflow: hidden;
	min-height: 180px;
	position: relative;
}

.tile-right .description, .tile-left .description {
    padding: 20px;
}

@media (min-width: 768px) {
	.feature-3 {
		min-height: none;
	}
	.feature-3 {
		overflow: hidden;
	}
	.feature {
		margin-bottom: 0;
	}
}

.business-area {
	border-bottom: 10px solid #E94E0E;
	background: #B2B3B5;
	color: #fff;
	display: flex;
	align-items: center;
	margin-bottom: 40px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.business-area-text p {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 0;
}

.orange-area {
	background: #E94E0E;
	color: #fff;
	display: flex;
	align-items: center;
	padding-top: 35px;margin-bottom: 40px;
}

.orange-area-text h2 {
	color: #fff;
	line-height: 55px;
	font-weight: 500;
}

.orange-area-text p {
	font-size: 16px;
	font-weight: 600;
	line-height: 28px;
	margin-bottom: 0;
}

.orange-area-text p.large {
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.5em;
	margin: 0px 40px 30px 40px;
}

.orange-area-text ul li {
	font-size: 1.9em;
	font-weight: 400;
	line-height: 1.5em;
	margin-top: 0;
	margin-bottom: 5px;
	list-style-type: disc;
	list-style-position: inside;
	margin-left: 40px;
	margin-right: 40px;
}

@media only screen and (min-width : 768px) {

	.row-flex, .row-flex > div[class*='col-'] {

		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		flex: 0 auto;
		justify-content: center;       /* NEW; center flex items horizontally */
		margin-bottom: 30px;

	}
	.content {
		height: 100%;
		padding: 20px 20px 10px;
		color: #fff;
	}
 }

.feature.boxed.greybox {
	padding: 25px 15px 15px 15px;
	background: #c7c7c7;
	color: #fff;
	border-bottom: 10px solid #e94e0d;
}

.feature.boxed.greybox span.h1 {
	font-size: 7em;
	font-weight: 300;
}

.feature.boxed.greybox2 {
	padding: 20px 15px 0px 15px;
	background: #c7c7c7;
	color: #252525;
	border-bottom: 10px solid #e94e0d;
}

.feature.boxed.greybox2 h3 {
	font-size: 1.4em;
	font-weight: 400;
	margin-bottom: 5px;
	line-height: 20px;
}

p.lead {
	font-size: 1.23em;
	font-weight: 400;
	line-height: 24px;
}

h5 {
	color: #e97f0d;
	/* color: #e97f0d; */
	margin-bottom: 0;
	font-size: 1.2em;
	font-weight: 600;
}

h4.orange {
	color: #e97f0d;
	margin-bottom: 5px;
	font-size: 1.73em;
	font-weight: 400;
}

.orange {
	color: #e97f0d!important;
}

.date {
	font-weight: 400!important;
	margin-bottom: 5px;
}

.horizontal-tile:not(:last-of-type) {
	margin-bottom: 40px;
}

.v-align-transform-special {
	position: relative;
	transform: translate3d(0, -55%, 0);
	-webkit-transform: translate3d(0, -45%, 0);
	top: 55%;
	z-index: 2;
}

.color-primary {
	color: #e97f0d !important;
	/* color: #e97f0d; */
}

.btn {
	border: 2px solid#e97f0d;
	/* border: 2px solid#e97f0d; */
	color: #e97f0d;
	/* color: #e97f0d; */
	
}

.btn:hover {
	color: #fff!important;
	background: #e97f0d;
	/* background: #e97f0d; */
}

.btn:visited {
color: #e97f0d!important;
/* color: #e97f0d!important; */
}


.parallax:first-child .slides li > .background-image-holder,
.parallax:first-child .background-image-holder {
  top: 0px!important;
}

.image-desc {
	color: #666;
	font-style: italic;
	font-size: 13px;
}

.reaching-text {
	font-size: 1.23em;
	font-weight: 300;
	line-height: 24px;
	color: #fff;
}

.reaching-text p {
	margin-bottom: 5px;
	font-size: .93em;
}

	
@media (max-width: 767px) {

	.nav.navbar-nav {
		float: left !important;
		margin-bottom: 20px;
		}
	.logo {
		max-height: 35px;
		position: absolute;
		left: 10px;
		top: -7px;
		}
	button {
		position: absolute;
		right: 10px;
		top: 3px;
		padding: 9px 10px!important;
		}

	ul.nav.navbar-nav {
		margin-top: 5px!important; 
		}
	
	h1.h1--small {
		font-size: 1.75em!important;
		line-height: 1.5em!important;
	}

	h1.h1--gigantic {
		font-size: 2.9em;
		line-height: 1em;
		font-weight: 700;
	}

	h2.uppercase {
		letter-spacing: 0px;
		font-size: 2.0em;
		font-weight: 500;
	}

	h2.h2--small {
		font-size: 1.1em!important;
		line-height: 1.2em!important;
	}

	.vh-50 {
	height: 300px;
	}
	
	.vh-60 {
	height: 350px;
	}

	.feature.boxed.greybox {
		padding: 35px 20px 20px 20px!important;
		background: #c7c7c7;
		color: #fff;
		border-bottom: 10px solid #e97f0d;
		/* border-bottom: 10px solid  #e97f0d; */
	}

	.table-block {
		line-height: 1.5em;
		margin-bottom: 0;
		padding-left: 0px;
		margin-bottom: 20px;
	}

	.contact-container {
		padding-left: 0px;
	}

	.background-image-holder {
		background-size: cover !important;
		background-position: 50% 30% !important;
		transition: all 0.3s ease;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		opacity: 0;
		background-size: 135%!important;
		background-repeat: no-repeat!important;
  }
}
	
@media (max-width: 991px) {
	.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
		 margin-bottom: -10px;
		}
		.nav.navbar-nav {
			margin-top: 35px;
			}

		.logo {
			max-height: 42px!important;
			margin-top: 14px!important;
			position: absolute!important;
			left: 10px!important;
    		top: -7px!important;
		}

		.nav-bar .module-group {
			width: 100%;
			padding: 5px 0;
			margin-top: -40px;
	  }

		h1.h1--enourmous {
			font-size: 6.1em;
			line-height: 1em;
			font-weight: 700;
		}

		h1.h1--gigantic {
			font-size: 3.6em;
			line-height: 1em;
			font-weight: 700;
		}

		h2.uppercase {
			letter-spacing: 0px;
			font-size: 2.3em;
			font-weight: 500;
		}

		h2.h2--medium {
			font-size: 1.6em;
			line-height: 1.3em;
			font-weight: 700;
		}

		.h2--medium span {
			line-height: 1.3em;
			font-weight: 700;
		}

		ul.nav.navbar-nav {
			margin-top: 40px!important; 
		}

		.vh-50 {
		height: 500px;
		}
		
		.vh-60 {
		height: 550px;
		}

		.feature.boxed.greybox h4 {
			color: #fff;
			margin-top: 20px;
			margin-bottom: 0px;
			font-size: 1.7em;
			font-weight: 400;
		}
}


	
	@media (max-width: 1199px) {

		.logo {
			max-height: 50px;
			margin-top: 14px;
			position: absolute;
			left: 10px;
    		top: 0px;
		}
	}
	
	@media (min-width: 992px) {
		.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
			 margin-top: -18px;
			}
			.nav.navbar-nav {
				float: right !important;
				margin-top: 28px;
			}

			h1.h1--enourmous {
				font-size: 7.1em!important;
				line-height: 1em;
				font-weight: 700;
			}
	
			h1.h1--gigantic {
				font-size: 5.0em;
				line-height: 1em;
				font-weight: 700;
			}
	
			h2.uppercase {
				letter-spacing: 0px;
				font-size: 3.6em;
				font-weight: 500;
				line-height: 0em;
			}

			h2.h2--medium {
				font-size: 2.6em;
				line-height: 1.3em;
				font-weight: 700;
			}
	
			.h2--medium span {
				line-height: 1.3em;
				font-weight: 700;
			}
	
		.vh-50 {
			height: 600px;
			}
			
			.vh-60 {
			height: 650px;
			}

			.table-block {
				line-height: 1.5em;
				margin-bottom: 0;
				padding-left: 60px;
				margin-bottom: 20px;
			}
		}


	@media (max-width: 1439px) {

			.feature.boxed.greybox h4 {
				color: #fff;
				margin-top: 20px;
				margin-bottom: 5px;
				font-size: 1.5em;
				font-weight: 400;
				line-height: 1.3em;
			}
		
			.feature.boxed.greybox p.large {
				color:#e97f0d;
				/* color:#e97f0d; */
				font-size: 1.7em;
				font-weight: 500;
				line-height: 1.4em;
				margin-bottom: 10px;
			}

			h1.h1--gigantic {
				margin-bottom: 0px;
			}

			h2.h2--medium {
				font-size: 2.6em;
				line-height: 1.3em;
				font-weight: 700;
			}
	
			.h2--medium span {
				line-height: 1.3em;
				font-weight: 700;
			}
		}

@media (min-width: 1440px) {
	.container {
			width: 1420px;
		}

		h1.h1--enourmous {
			font-size: 7.1em!important;
			line-height: 1em;
			font-weight: 700;
		}

		h1.h1--gigantic {
			font-size: 6.6em;
			line-height: .95em;
			font-weight: 700;
			margin-bottom: 0px;
		}
	
		h2.uppercase {
			letter-spacing: 0px;
			font-size: 2.8em;
			font-weight: 700;
		}

		h2.h2--medium {
			font-size: 2.6em;
			line-height: 1.3em;
			font-weight: 700;
		}

		.h2--medium span {
			line-height: 1.3em;
			font-weight: 700;
		}
	
		.vh-50 {
		height: 50vh;
		}
		
		.vh-60 {
		height: 60vh;
		}
	
		.feature.boxed.greybox h4 {
			color: #fff;
			margin-top: 20px;
			margin-bottom: 0px;
			font-size: 1.88em;
			font-weight: 400;
		}
	
		.feature.boxed.greybox p.large {
			color: #e97f0d;
			/* color:#e97f0d; */
			font-size: 1.7em;
			font-weight: 500;
			line-height: 1.4em;
			margin-top: 10px;
		}

		.table-block {
			line-height: 1.5em;
			margin-bottom: 0;
			padding-left: 80px;
			margin-bottom: 20px;
		}

		.contact-container {
			padding-left: 70px;
		}
	}
 
 .wb {
	border: 1px solid #fff!important;
}

.w100 {
	width: 100%;
}

.h0 {
	height: 0!important;
}

.h10 {
	height: 10px!important;
}

.h20 {
	height: 20px!important;
}

.h30 {
	height: 30px!important;
}

.h40 {
	height: 40px!important;
}

.h50 {
	height: 50px!important;
}

.h60 {
	height: 60px!important;
}

.h70 {
	height: 70px!important;
}

.h80 {
	height: 80px!important;
}

.h90 {
	height: 90px!important;
}

.h100 {
	height: 100px!important;
}

.h110 {
	height: 110px!important;
}

.h111 {
	height: 111px!important;
}

.h120 {
	height: 120px!important;
}

.h130 {
	height: 130px!important;
}

.h140 {
	height: 140px!important;
}

.h150 {
	height: 150px!important;
}

.p20 {
	padding: 20px!important;
}

.p40 {
	padding: 40px!important;
}

.pr0 {
	padding-right: 0!important;
}

.pr5 {
	padding-right: 5!important;
}

.pr10 {
	padding-right: 10px!important;
}

.pr20 {
	padding-right: 20px!important;
}

.pr25 {
	padding-right: 25px!important;
}

.pr30 {
	padding-right: 30px!important;
}

.pr35 {
	padding-right: 35px!important;
}

.pr40 {
	padding-right: 40px!important;
}

.pr50 {
	padding-right: 50px!important;
}

.pl0 {
	padding-left: 0!important;
}

.pl5 {
	padding-left: 5!important;
}

.pl10 {
	padding-left: 10px!important;
}

.pl15 {
	padding-left: 15px!important;
}

.pl20 {
	padding-left: 20px!important;
}

.pl25 {
	padding-left: 25px!important;
}

.pl30 {
	padding-left: 30px!important;
}

.pl35 {
	padding-left: 35px!important;
}

.pl40 {
	padding-left: 40px!important;
}

.pl50 {
	padding-left: 50px!important;
}

.pt0 {
	padding-top: 0!important;
}

.pt5 {
	padding-top: 5!important;
}

.pt10 {
	padding-top: 10px!important;
}

.pt15 {
	padding-top: 15px!important;
}

.pt20 {
	padding-top: 20px!important;
}

.pt30 {
	padding-top: 30px!important;
}

.pt35 {
	padding-top: 32px!important;
}

.pt40 {
	padding-top: 40px!important;
}

.pt50 {
	padding-top: 50px!important;
}

.pt60 {
	padding-top: 60px!important;
}

.pt70 {
	padding-top: 70px!important;
}

.pt80 {
	padding-top: 80px!important;
}
.pt90 {
	padding-top: 90px!important;
}
.pt100 {
	padding-top: 100px!important;
}

.pt110 {
	padding-top: 110px!important;
}

.pt200 {
	padding-top: 110px!important;
}

.pb0 {
	padding-bottom: 0px!important;
}

.pb5 {
	padding-bottom: 5px!important;
}

.pb10 {
	padding-bottom: 10px!important;
}

.pb15 {
	padding-bottom: 15px!important;
}

.pb20 {
	padding-bottom: 20px!important;
}

.pb24 {
	padding-bottom: 24px!important;
}

.pb30 {
	padding-bottom: 30px!important;
}

.pb40 {
	padding-bottom: 40px!important;
}

.pb50 {
	padding-bottom: 50px!important;
}

.pb60 {
	padding-bottom: 60px!important;
}

.pb70 {
	padding-bottom: 70px!important;
}

.pb80 {
	padding-bottom: 80px!important;
}

.pb90 {
	padding-bottom: 90px!important;
}

.pb100 {
	padding-bottom: 100px!important;
}

.pb200 {
	padding-bottom: 100px!important;
}

.ml10 {
	margin-left: 10px!important;
}

.ml20 {
	margin-left: 20px!important;
}

.ml50 {
	margin-left: 50px!important;
}

.mr0 {
	margin-right: 0px!important;
}

.mr10 {
	margin-right: 10px!important;
}

.mr15 {
	margin-right: 15px!important;
}

.mr20 {
	margin-right: 20px!important;
}

.mr30 {
	margin-right: 30px!important;
}

.mt0 {
	margin-top: 0!important;
}

.mt5 {
	margin-top: 5px!important;
}

.mt10 {
	margin-top: 10px!important;
}

.mt15 {
	margin-top: 15px!important;
}

.mt20 {
	margin-top: 20px!important;
}

.mt25 {
	margin-top: 25px!important;
}

.mt28 {
	margin-top: 28px!important;
}

.mt30 {
	margin-top: 30px!important;
}

.mt40 {
	margin-top: 40px!important;
}

.mt50 {
	margin-top: 50px!important;
}

.mt60 {
	margin-top: 60px!important;
}

.mt70 {
	margin-top: 70px!important;
}

.mt80 {
	margin-top: 80px!important;
}
.mt90 {
	margin-top: 90px!important;
}
.mt100 {
	margin-top: 100px!important;
}
.mt110 {
	margin-top: 110px!important;
}
.mt120 {
	margin-top: 120px!important;
}
.mt130 {
	margin-top: 130px!important;
}
.mt140 {
	margin-top: 140px!important;
}
.mt150 {
	margin-top: 150px!important;
}

.mt-5 {
	margin-top: -5px!important;
}

.mt-10 {
	margin-top: -10px!important;
}

.mt-15 {
	margin-top: -15px!important;
}

.mt-20 {
	margin-top: -20px!important;
}

.mt-25 {
	margin-top: -25px!important;
}

.mt-30 {
	margin-top: -30px!important;
}

.mt-40 {
	margin-top: -40px!important;
}

.mt-50 {
	margin-top: -50px!important;
}

.mt-60 {
	margin-top: -60px!important;
}

.mt-70 {
	margin-top: -70px!important;
}

.mt-80 {
	margin-top: -80px!important;
}

.mt-90 {
	margin-top: -90px!important;
}

.mt-100 {
	margin-top: -100px!important;
}

.mt-110 {
	margin-top: -110px!important;
}

.mt-120 {
	margin-top: -120px!important;
}

.mt-130 {
	margin-top: -130px!important;
}

.mt-140 {
	margin-top: -140px!important;
}

.mt-150 {
	margin-top: -150px!important;
}

.mb-10 {
	margin-bottom: -10px!important;
}

.mb-15 {
	margin-bottom: -15px!important;
}

.mb-20 {
	margin-bottom: -20px!important;
}

.mb-30 {
	margin-bottom: -30px!important;
}

.mb-40 {
	margin-bottom: -40px!important;
}

.mb-50 {
	margin-bottom: -50px!important;
}

.mb-60 {
	margin-bottom: -60px!important;
}

.mb-70 {
	margin-bottom: -70px!important;
}

.mb-80 {
	margin-bottom: -80px!important;
}

.mb-90 {
	margin-bottom: -90px!important;
}

.mb-100 {
	margin-bottom: -100px!important;
}

.mb0 {
	margin-bottom: 0px!important;
}

.mb5 {
	margin-bottom: 5px!important;
}

.mb8 {
	margin-bottom: 8px!important;
}

.mb10 {
	margin-bottom: 10px!important;
}

.mb15 {
	margin-bottom: 15px!important;
}

.mb20 {
	margin-bottom: 20px!important;
}

.mb25 {
	margin-bottom: 25px!important;
}

.mb30 {
	margin-bottom: 30px!important;
}

.mb40 {
	margin-bottom: 40px!important;
}

.mb50 {
	margin-bottom: 50px!important;
}

.mb60 {
	margin-bottom: 60px!important;
}

.mb70 {
	margin-bottom: 70px!important;
}

.mb80 {
	margin-bottom: 80px!important;
}

.mb90 {
	margin-bottom: 90px!important;
}

.mb100 {
	margin-bottom: 100px!important;
}

.mb110 {
	margin-bottom: 110px!important;
}

.mb120 {
	margin-bottom: 120px!important;
}

.mb130 {
	margin-bottom: 130px!important;
}

.mb140 {
	margin-bottom: 140px!important;
}

.mb150 {
	margin-bottom: 150px!important;
}

.mb160 {
	margin-bottom: 160px!important;
}

.mb170 {
	margin-bottom: 170px!important;
}

.mb180 {
	margin-bottom: 180px!important;
}

.mb190 {
	margin-bottom: 190px!important;
}

.mb200 {
	margin-bottom: 200px!important;
}