* {
	font-family: "Proxima Nova", sans-serif;
}
 
.show{
	display: block !important;
}

html{
	margin: 0;
	padding: 0;
	border: none;
	background-repeat: repeat;
	background-position: fixed;
	background: #333;

}

.main-container {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	max-width: 1302px;
}

header {
	
	vertical-align: bottom;
	position: relative;
	height: 70px;
	z-index: 100;
	width: 100%;
	padding: 15px 0;
}

body{
	-webkit-transition: right 0.2s ease;
	-moz-transition: right 0.2s ease;
	transition: right 0.2s ease;
	overflow-x: hidden;
}

img {
	max-width: 100%;
}

a{
	color: #a51e36;
	text-decoration: none !important;
}
.top-img{
	width: 100%;
	margin-bottom: 54px;
}
.top-logo{
	position: absolute;
	width: 200px;;
	top: 15px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 9999999;
}
.who-details{
	display: block;
	text-align: center !important;
}

.cta-badge:hover > .who-details{
	display: block;
}

.ss-phone, .ss-compass{
	color: #a51e36 !important;
	font-size: 30px;
	position: relative;
	top: 8px
}

.no-margin{
	margin: 0 !important;
}


select.contact {
	border: 2px solid #333;
	border-radius: 0 !important;
	background-color: #fff;
	color: #333;
	font-size: 20px;
	height: 38px;
}
.contact-label {
	display: block;
	width: 48%;
	float: left;
	box-sizing: border-box;
	margin: 20px 1% auto;
	box-sizing: border-box;
	padding: 0 15px;
	font-size: 20px;
	font-weight: 600;
	text-align: right;
	height: 38px;
}
.contact{
	display: block;
	width: 48%;
	float: left;
	box-sizing: border-box;
	margin: 20px 1% auto;
}

.wide-load{
	width: 100% !important;
}

form h4{
}

textarea{
	width: 98% !important;
	color: #999;
	margin: 10px 1%;
}

.hamburger{
	display: none;
}

.bft{
	color: #f7f7f7;
	/*color: black;*/
	position: absolute;
	font-size: 800px;
	top: -100px;
	left: -100px;
	z-index: 1;
}
/*
	================================
	HEADER IMAGES
	================================
*/
.overlay-home{
	background:
		linear-gradient(
			rgba(63,63,63, 0.65),
			rgba(63,63,63, 0.65)
		),
		 url("/assets/img/home-truck-wreck-001.jpg");
	height:700px;
	background-size:cover;
	z-index:0;
	position:relative;
	top:-32px;
}
.overlay-who{
/*	background:
	linear-gradient(
			rgba(63,63,63, 0.65),
			rgba(63,63,63, 0.65)
		),url("/assets/img/who.jpg");*/
	height: 440px;
	background-size: cover !important;
	z-index:0;
	position:relative;
	top:-32px;
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 73%);*/
}
.overlay-services{
/*	background:linear-gradient(
			rgba(63,63,63, 0.65),
			rgba(63,63,63, 0.65)
		), url("/assets/img/services.jpg");
*/	height: 430px;
	background-size: cover;
	z-index:0;
	position:relative;
	top:-32px;
    /*-webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 73%);*/
}
/*
	================================
	MAP
	================================
*/
#mwimap{
	height: 530px;
	position: relative !important;
	overflow: hidden !important;
	top: -30px !important;
	background-color: rgb(229, 227, 223) !important;
}
.map{
}
.map img {
	max-width: none;
	max-height: none;
}
.map label {
	width:auto;
	display:inline;
}
/*
	================================
	MENU
	================================
	Navigation at the top, in the header.
*/

.dropdown-menu{
	display: none;
	position: absolute;
	list-style: none;
	background-color: #333;
	width: 200px;
	z-index: 99999999;
	top: -347px;
	padding-top: 30px;

}
.dropdown-menu li{
	margin: 10px 0 10px 15px;
	font-size: 16px;
	width: 100%;
}
.nav a:hover{
	color: #888 !important;
	transition: color 0.2s ease;
	-webkit-transition: color 0.2s ease;
}
/*.nav li:hover .dropdown-menu{
	display: block;
}*/
.mobile-menu-nav {
	display: none;
}
.mobile-menu-nav ul{
	margin-left: 0 !important;
}
.mobile-menu-container {
	position: relative;
	top: 0;
}

/* small desktop */
@media (max-width: 1100px){
	.nav li{
		font-size: 16px;
	}
}

@media (max-width: 992px) {

	.menu a {
		text-decoration: none;
		font-size: 18px;
		font-weight: 600;
	}
}

@media (max-width: 992px) {
	.hamburger{
		right: 20px;
		display: block;
		position: relative;
		z-index: 0;
		bottom: -10px;
	}

	.nav{
		display: none;
	}

	    .mobile-menu-nav{
		font-family: "brandon-grotesque",sans-serif;
        font-weight: bold;
        font-size: 14px;
        letter-spacing: 3px;
        list-style: none;
    	right: -250px;
    	width: 250px;
    	box-sizing: border-box;
        -webkit-transition: right 0.2s ease;
        -moz-transition: right 0.2s ease;
        transition: right 0.2s ease;
    	line-height: 40px;
    	display: block;
    	float: right;
    	position: fixed;
        top: 0;
        background-color: #222;
        overflow: auto;
        height: 100%;
    	/* padding-top: 50px; */;
    }
    .mobile-menu-nav ul{
		list-style: none;
		background: #222;
    }

	.mobile-menu-nav li{
	border-bottom: 2px solid #333;
	}

	.mobile-menu-nav ul li ul li{
		background-color: #333 !important;
		padding-left: 10px !important;
		margin: 0px !important;
		border-bottom: 2px solid #333;
	}
	.mobile-sub-menu a{
		font-size: 12px !important;
	}
    .mobile-menu-nav a{
    	color: white;
    	text-decoration: none;
    	font-size: 16px;
		padding-left: 20px;
    }

    .mobile-menu-icons{
    	float: left;
    	font-size: 60px !important;
		width: 50%;
		padding: 40px 0 40px 0 !important;
		text-align: center;
		margin-bottom: 10px;
		border-bottom: 2px solid #333;
    }

    .menu-open{
		right: 0px !important;
    }

    .menu-open-body{
    	overflow: hidden !important;
    	right: 250px !important;
    }
}

/* mobile only */
@media (max-width: 900px) {

	.slide-btn{
		display: none;
	}
	header {
		display: block;
		vertical-align: bottom;
		position: relative;
		width: 100%;
		background-color: #333 !important;
		transition: top 0.5s;
	}

    .sbox{
		width: 70% !important;
		margin: 28px 12.1% !important;
	}

	.contact{
		width: 99%;
		margin: 10px .5%;
	}

	textarea{
		width: 99% !important;
	}

	.mobile-sub-menu{
		padding-left: 20px !important;
		background-color: #333 !important;
		border-bottom: 2px solid #222 !important;
	}

}

/*
	================================
	HEADER BOX
	================================
	The black box with the form.
*/

.header-box, .header-box-tab {
	padding: 24px 30px;
	color: #fff;
	background-color: rgba(0, 0, 0, 0.7);
}

.header-box *, .header-box-tab * {
	margin-top: 0;
	margin-bottom: 0;
}

.header-box {
	margin-bottom: 152px;
	border-radius: 0 6px 6px 6px;
}

.header-box-tab {
	margin-top: 130px;
	display: inline-block;
	vertical-align: top;
	border-radius: 6px 6px 0 0;
	font-weight: 700;
	font-size: 26px;
}

.form-group {
	display: inline-block;
	margin-right: 42px;
	font-weight: normal;
}

.form-group:first-child {
	margin-left: 0;
}

.form-group:last-child {
	margin-right: 0;
}

.form-group label {
	display: block;
	padding: 24px 0;
	font-size: 20px;
}

.form-group select, .form-group input {
	display: block;
	margin-bottom: 28px;
	border: 1px solid #bebfc1;
	border-radius: 6px;
	font-size: 18px;
	color: #808080;
}

.form-group select {
	background-image: url("../img/form-arrow.png");
	background-repeat: no-repeat;
	background-position: right center;
	background-origin: content-box;
	-webkit-appearance: none;
	text-indent: 1px;
	padding: 0 24px;
	height: 60px;
	width: 300px;
}

.form-group input {
	padding: 24px;
	height: 12px;
	width: 252px;
}

.relative ul {
	margin-left: 50px;
}

/* mobile only */


@media (max-width: 768px) {

	.header-box-tab {
		display: block;
		text-align: center;
	}

	.header-box {
		border-radius: 0 0 6px 6px;
		margin-bottom: 64px;
	}

	.form-group {
		display: block;
		width: 100%;
		margin: 0;
	}

	.form-group select, .form-group input {
		width: 100%;
		display: block;
		box-sizing: border-box;
		height: 60px;
		margin-bottom: 8px;
	}
	.form-group button.button {
		margin-top: 40px;
		text-align: center;
	}

}

/*
	================================
	BUTTON
	================================
	Any instance of the fancy button with animation.
*/

.button {
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	vertical-align: middle;
	font-size: 18px;
	color: #a51e36;
	background-color: transparent;
	border: 2px solid #a51e36;
	transition: all 500ms;
	margin: 10px 0 0px;
	font-weight: 100;
	padding: 0 22px;
}

.form-group button.button {
	margin-top: 40px;
	text-align: center;
}

button.button {
	margin-top: -5px;
	color: #fff;
	border: 2px solid #a51e36;
}

button.button:hover {
	cursor: pointer;
}

a.button {
	padding: 0px 22px;
	height: auto;
	min-width: 115px;
}

.button::after {
	opacity: 0;
	color: #fff;
	font-weight: normal;
	content: " ";
	line-height: 0;
	transition: all 0.075s;
}

.button:active,
.button:focus,
.button:hover {
	background-color: #a51e36;
	border: 2px solid #a51e36;
	color: #fff;
}

.button:active::after,
.button:focus::after,
.button:hover::after {
	opacity: 1;
	padding-left: 16px;
	content: "\279C";
}

.align-right, .align-right-small {
	text-align: center !important;
}

.float-left {
	float: left;
	vertical-align: middle;
}
 
.float-right {
	float: right;
	vertical-align: middle;
}

/*
	================================
	CALL-TO-ACTION
	================================
	The squares on the front with the icons and tint.
*/

.cta-group {
	padding-bottom: 10px;
	position: relative;
	top: -150px
}

.scta{
	display: inline;
	margin: 0 0%;
	margin-bottom: 44px;
	width: 30%;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 16px;
	border-radius: 6px;
	position: relative;
	opacity: 0;
}

.scta img{
	width: 60%;
	padding: 16px 500px 16px 16px;
	background-color: #fff;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
}
.scta-background {
	display: block;
	position: relative;
}

.cta {
	display: inline-block;
	margin: 0 0%;
	margin-bottom: 44px;
	width: 30%;
	border: 1px solid #e1e1e1;
	background-color: #fff;
	padding: 16px;
	border-radius: 6px;
	text-align: center;
	position: relative;
	opacity: 0;
}

.cta-background:before {
	content: "";
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin-bottom: 4px;
	background-color: rgba(204, 52, 46, 0.8);
}

.cta-background {
	display: block;
	position: relative;
}

.cta-background img {
	width: 100%;
	height: auto;
}

.cta-badge p{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	text-align: center;
	font-size: 26px !important;
	font-weight: 700 !important;
	color: #fff !important;
	width: 100%;
}

.cta-badge img {
	display: block;
	margin: 0 auto;
	padding-bottom: 32px;
}

/*
	================================
	TEXTBOXES
	================================
	All purpose textboxes.
*/

.textbox {
	width: 70%;
	margin: 0 auto 54px;
	position: relative;
	padding: 3%;
	border-radius: 6px;
	background-color: #fff;
}

.up {
	position: relative !important;
	top: -200px;
}

.textbox h1, .textbox h3 {
}

.textbox h1 {
}

.textbox h2 {
	font-size: 28px;
	margin: 10px 0;
}

.textbox h3{
	margin-top: 20px;
}

.textbox p {
	color: #808080;
	font-size: 18px;
	line-height: 2;
	font-weight: 100;
}

.textbox li {
	color: #808080;
	font-size: 14px;
	line-height: 1.5;
	margin-left: 20px;
}

.sbox{
	float: left;
	margin: 0px 4% 54px;
	padding: 0 0 30px 0 !important;
	width: 25%;
}

.spic{
	width: 100% !important;
	margin: 0 0px 20px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.sinfo h3{
	text-align: left;
	font-size: 20px;
	color: #333 !important;
}
.sbox h1{
	font-size: 30px !important;
}
tile img {
	margin: 10px !important;
	width: 98%;
}

.shoutout * {
	margin: 0;
	display: inline-block;
	vertical-align: middle;
}

.shoutout img {
	margin: -8px 54px -16px 8px;
}

.align-right-small {
	float: right;
}
.staff{
	max-height: 584px;
	overflow: hidden;
	margin-bottom: 50px;

}
.staff-pic{
	margin: 0;
	clear: both;
	width: 100%;
	height: initial;
}

.staff-details{
	display: block;
	position: absolute;
	bottom: -158px;
	width: 100%;
	text-align: center;
	left: 0;
	background-color: rgba(255,255,255, 1);
	z-index: 1;
	transition: all 500ms;
}

@media(max-width: 900px){
	.staff-details p, .staff-dtails a{
		font-size: 12px;
	}
}

.staff.provider:hover > .staff-details{
	top: 200px;
}
.provider_logo{
	max-width: 100%;
	max-height: 100px;
	left: 50%;
	position: relative;
	transform: translateX(-50%);
}
.staff-details.provider img{
	width: 50%;
}
.staff-details:before{
    background: rgba(255,255,255, 1);
    border-top: 2px solid #a51e36;
    content: "";
    left: 0;
    position: absolute;
    -webkit-transform: skewY(180deg);
    -ms-transform: skewY(180deg);
    transform: skewY(180deg);
    width: 100%;
    z-index: -1;
    height: 70px;
    top: -20px;
    transition: all 500ms;
}

.staff:hover >.staff-details {
	bottom: 0;
}
.staff:hover > .staff-details:before{
    -webkit-transform: skewY(176deg);
    -ms-transform: skewY(176deg);
    transform: skewY(176deg);
}
.staff-search input {
	display: block;
    border: 2px solid #333;
    font-size: 24px;
    box-sizing: border-box;
    width: 50%;
    padding: 10px ;
    margin: 0 auto  !important;
    outline: none;
}
.staff-search {
    width: 100%;
    clear: both;
    padding: 50px 0px;
}

@media(max-width: 1024px){
	.sbox{
		width: 40%;
		margin-left: 2.5%;
	}
	.staff-details{
		line-height: 1.4;
	}
}
@media(max-width: 900px){
	.staff-search input{
		width: 100%;
		margin: 0 !important;
	}
	.staff-details{
		bottom: 0 !important;
		line-height: 1.4;
		padding-top: 0px;

	}
	.staff-details:before{
	    -webkit-transform: skewY(176deg);
	    -ms-transform: skewY(176deg);
	    transform: skewY(176deg);
	}
}
@media(max-width: 767px){
	.sbox{
		width: 80%;
		margin: 7.5%;
	}
	.staff-search{
		margin-bottom: 22px;
	}
}

/* Timeline */

.timeline{
	position: relative;
	margin-bottom: 54px;
}

.timeline-title{
	margin: 0  0 50px;
	font-size: 42px;
	color: #333;
}
.timeline-row-left{
	width: 50%;
	position: relative;
	margin-bottom: 50px;
}
.timeline-row-right{
	width: 50%;
	margin-left: 50%;
	position: relative;
	margin-bottom: 50px;
}
.timeline-row-left .timeline-content{
	width: 97%;
}
.timeline-row-right .timeline-content{
	width: 97%;
	margin-left: 3%;
}

.timeline-row-left .timeline-date{
	width: 100px;
	border: 2px solid #a51e36;
	position: absolute;
	transform: translateY(-50%);
	top: 50%;
	left: 103%;
	text-align: center;
	font-size: 26px;
	font-weight: 100;
}

.timeline-row-right .timeline-date{
	width: 100px;
	border: 2px solid #a51e36;
	position: absolute;
	top: 50%;
	right: 103%;
	transform: translateY(-50%);
	text-align: center;
	font-size: 26px;
	font-weight: 100;
}

.timeline:after{
	content: "";
	position: absolute;
	top: 0;
	left: 50%;
	background-color: #333;
	height: 100%;
	top: 0;
	display: block;
	width: 2px;
}

@media (max-width: 900px){
	.history .container{
		overflow: visible;
	}
	.timeline:after{
		left: 0 !important;
	}
	.timeline-date{
		left: -20% !important;
		background-color: #fff !important;
		z-index: 99;
		top: -20px !important;
	}
	.timeline-row-left, .timeline-row-right{
		margin-left: 10%;
		width: 90%;
	}
	.timeline-content{
		margin-left: 0px !important;
		padding: 50px 0 !important;
	}
}
/* small desktop */
@media (max-width: 1060px) {
	.align-right-small {
		float: none;
		display: block;
		text-align: right;
	}

	.shoutout * {
		margin-top: 16px;
	}
}

/*
	================================
	FOOTER
	================================
	Logo and other important information.
*/
footer{
	clear: both;
	background-color: #333;
	border-top: 2px solid #a51e36;
	z-index: 9999;
	position: relative;
}

footer *{
	display: inline-block;
}

.footer-logo{
	max-width: 100%;
	width: 375px;
	padding: 15px 0 5px;
}
.footer-logo.small {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 200px;
}

.footer-group{
	margin-top: 20px;
	color: #fff;
	float: right;
	position: relative;
}

.footer-fa{
	color: #fff;
	font-size: 38px !important;
	padding: 0 7px;
}
.footer-fa:hover{
	cursor: pointer !important;
}

@media (max-width: 1050px){
	.footer-logo{
	display: block;
	margin: 15px auto;
	}
	.footer-group{
		text-align: center;
		display: block;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}
@media(max-width: 900px){
	.f1{
		text-align: center !important;
		margin-bottom: 50px;
	}
}
@media (max-width: 500px){
	.footer-group{
		margin: 15px 10px
	}
}
.news.modal-trigger:hover{
	cursor: pointer !important;
}

.slide-out{
	width: 600px;
	top: 50%;
	transform: translateY(-50%);
}
.fancybox-overlay.fancybox-overlay-fixed{
	z-index: 17481231290;
}

.news-script a{
	left: 50%;
	position: relative;
}
.news-script a img{
	transform: translateX(-50%);
}

/*------- AD -------*/
#ad2{
	display: none;
}
@media(max-width: 900px){
	#ad1{
		display: none;
	}
	#ad2{
		display: block;
	}
}

.ml-5 {
	margin-left:5% !important;
}
.push-left-7 {
	margin-left: -9% !important;
}
footer {
	border-top: none;
}
.seg-25 {
	width: 25% !important;
}
.seg-30 {
	width:30% !important;
}
.seg-35 {
	width: 35% !important;
}
.seg-40 {
	width: 40% !important;
}
.seg-50 {
	width: 50% !important;
}
.seg-60 {
	width: 60% !important;
}
.seg-70 {
	width: 70% !important;
}
.ml-0 {
	margin-left: 0px !important;
}
.pb-0 {
	padding-bottom: 0px !important;
}
.pt-9 {
	padding-top: 9% !important;
}
.ptb-9 {
	padding-top: 9% !important;
	padding-bottom: 9% !important;
}
.pt-10{
	padding-top: 10% !important;
}
.ptb-11 {
	padding-top: 11% !important;
	padding-bottom: 11% !important;
}
.pt-20 {
	padding-top: 20% !important;
}
.pt-42 {
	padding-top: 42% !important;
}
.pl-28 {
	padding-left: 28px !important;
}
.pr-28 {
	padding-right: 28px !important;
}
.advertisement {
	z-index: 0;
	height: auto;
	width: 100%;
	display: flex;
	flex-direction: row;
	/*position:relative;*/
	background-color: #a51e36;
}
.advertisement .red {
	background-color: #a51e36;
}
.ad-row {
	display: flex;
	flex-direction: row;
}
.ad-image {
	width: 100%;
	height:auto;
    margin-bottom: -4px;
    margin-left: -17%;
}

.ad-image-skewed-right {
	transform: skewX(-161deg);
}
.ad-image-skewed-right-rev {
	transform: skewX(-197deg);
}
.ad-image-skewed-right-alt {
	transform: skewX(-20deg);
}


.ad-image-w-30 {
	width: 30%;
}
/*.advertisement .ad-logo {
	font-style: 'tradegothiclt',  Next SR Pro all caps and italicized;
	color: white;
}*/
.skew-seg-right {
	z-index: 2;
	transform: skewX(-161deg);
    background-color: #a51e36;
    height: auto;
    width: 11%;
    margin-left: -9%;
}
.skew-seg-right-rev {
	z-index: 2;
	transform: skewX(-197deg);
    background-color: #a51e36;
    height: auto;
    width: 11%;
    margin-left: -9%;
}
.skew-seg-right-rev.multiple {
	margin-right:-30%;
	margin-left:17%;
	width:19%;
}
.skew-seg-right-rev.big, .skew-seg-left-rev.big {
	width: 16%;
}
.skew-seg-left {
	transform: skewX(20deg);
    background-color: #a51e36;
    height: auto;
    margin-left: -82px;
    z-index: 2;
    width: 14.1%;
}
.skew-seg-left-rev {
	transform: skewX(-20deg);
    background-color: #a51e36;
    height: auto;
    margin-left: -82px;
    z-index: 2;
    width: 11%;
}
.advertisement .segment {
	z-index: 3;
	background-color: #a51e36;
}

.advertisement .segment-left {
	z-index: 3;
}
.advertisement .segment-right {
	z-index: 3;
}
.advertisement .tag-line {
	color: white;
    text-transform: uppercase;
    font-size: 2.5vw;
    font-style: italic;
    z-index: 2;
    margin-left: -50%;
    font-family: trade-gothic-next, sans-serif;
	font-weight: 400;
}
.org-logo {
	padding-left: 20px;
	width: 90%;
	height: auto !important;

}
.advertisement .org-logo-container {
	padding-top: 12.45%; 
	padding-bottom: 12.45%;
}
.advertisement .org-logo-container.middle-multiple {
	padding-top: 22.45% !important;
}
.advertisement .org-logo-container.big {
    padding-top: 37.45%;
	padding-bottom: 37.45%;
}
.advertisement .tagline-container {
	margin-left: 21%;
	padding-top: 24%;
}
.advertisement .push-left {
	margin-left: -12% !important;
}
.advertisement .push-left.small {
	margin-left: -8.5% !important;
}
.advertisement .push-left-14 {
	margin-left: -14% !important;
}
.advertisement .push-left-17 {
	margin-left: -17% !important;
}
.skew-seg-left.sm, .skew-seg-right.sm {
	width: 9.5% !important;
}
.skew-seg-left.big, .skew-seg-right.big {
	width: 15% !important;
}
.skew-seg-left-rev-multiple {
	width: 12%;
    margin-left: -4%;
}
@media(max-width: 890px) {
	.advertisement .skew-seg-left.sm, .advertisement .skew-seg-right.sm {
		width: 17% !important;
	}
	.advertisement .org-logo.sm {
		width: 48% !important;
		padding-top: 1%;
	}
	.advertisement .org-logo {
		width: 70% !important;
	}
	.advertisement .org-logo-container {
		padding-top: 15%;
		padding-bottom: 14%;
	}
	.advertisement .org-logo-container.middle-multiple {
		padding-top: 30.45% !important;
	}

}
@media(min-width: 638px) {
	.advertisement .tag-line {
		font-size: 2.25vw !important;
	}
}
@media(max-width: 500px) {
	.advertisement .org-logo.sm {
		margin-left: -10%;
	}
	.skew-seg-right-rev.multiple {
		margin-left: 16% !important;
		width: 18% !important;
		margin-right: -7%;
	}
	.skew-seg-left-rev-multiple {
		margin-left: -9% !important;
	}
	.ad-picture-container {
		margin-left: 15% !important;
	}
}


/* News Content */
.news_content {
	/*text-align: center;*/
}
.news_content ul {
	padding: 25px 0 25px 50px;
	list-style: disc;
	font-size: 14px;
}
.news_content img {
	width: 33% !important;
	height: auto !important;
/*	left: 50%;
	position: relative;
	transform: translateX(-50%);*/
	margin: 25px 0;
}
@media(max-width: 768px) {
	.news_content img {
		width: 75% !important;
	}
}



