/* ==============================
Styles for MJR theme

Colours
=============
Blue - #053b65
Orange - #dd7f26

=================================
	GENERAL
===============================*/
html * {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
body {
  background-color: #FFF;
  color:#636363;
}
img {
	max-width:100%;
  height: auto!important;
}
.a-left {
	text-align:left;
}
.a-right {
	text-align: right;
}
.a-center {
	text-align:center;
}
iframe {
	margin:0;
	display:block;
}
.alignleft,
.f-left {
	float:left;
	margin:0 20px 10px 0;
}
.alignright,
.f-right {
	float:right;
	margin:0 0 10px 20px;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
}
.fr {
	float:right;
}
.fl {
	float:left;
}
@media screen and (max-width:767px) {
	.alignleft,
	.f-left {
		margin:0 0 10px;
		width:100%;
	}
	.alignright,
	.f-right {
		margin:0 0 10px;
		width:100%;
	}
}

/*===============================
	FONTS, TYPE AND TEXT
===============================*/
body {
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
	font-weight:900;
}
h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6 {
  margin-bottom: 20px;
  line-height: 1.25em;
}
h4,.h4 {
	font-size: 20px;
	font-size: 2.0rem;
}
h5,.h5 {
	font-size: 16px;
	font-size: 1.6rem;
}
.no-margin {
	margin:0;
}
.no-margin-top {
	margin-top:0;
}
.no-margin-bottom {
	margin-bottom:0;
}
.caps {
	text-transform: uppercase;
}
a {
	color:#053b65;
}
a:hover {
	text-decoration: none;
}
.thin {
	font-weight:300;
}
.reg {
	font-weight:400;
}
p, ol, ul {
	margin:0 0 20px;
}

hr {
	border-top: 1px solid #053b65;
}
.fancy-title {
	position: relative;
	background:#fff;
	z-index:2;
	display:inline-block;
	padding-right:20px;
	margin-top:0;
}
hr.fancy-separator {
  position: absolute;
  display: block;
  z-index: 1;
  width: 100%;
  border-top: 2px dotted #ECECEC;
  margin: 0;
  top: 13px;
}
.wp-post-image {
	max-width:50%;
}
/*===============================
	PADDING
===============================*/
.padding-xxs-v {
	padding:4px 0;
}
.padding-xs-v {
	padding:6px 0;
}
.padding-sm-top {
  padding-top: 10px;
}
.padding-sm-v {
  padding: 10px 0;
}
.padding-sm {
	padding:15px;
}
.padding-md-v {
	padding-top:20px;
	padding-bottom:20px;
}
.padding-md {
	padding:20px;
}
.padding-lg-v {
	padding-top:40px;
	padding-bottom:40px;

}



.padding-lg {
	padding:40px;
}
.padding-xl-v {
	padding-top:60px;
	padding-bottom:60px;
}
.box {
	margin-bottom:30px;
}
.box:before,
.box:after {
    content: " ";
    display: table;
}
.box:after {
    clear: both;
}
div[class*=padding-] > h1:first-child,
div[class*=padding-] > .h1:first-child,
div[class*=padding-] > h2:first-child,
div[class*=padding-] > .h2:first-child,
div[class*=padding-] > h3:first-child,
div[class*=padding-] > .h3:first-child,
div[class*=padding-] > h4:first-child,
div[class*=padding-] > .h4:first-child,
div[class*=padding-] > h5:first-child,
div[class*=padding-] > .h5:first-child,
div[class*=padding-] > h6:first-child,
div[class*=padding-] > .h6:first-child,
div[class*=padding-] > p:first-child,
div[class*=padding-] > ul:first-child {
	margin-top:0;
}
div[class*=padding-] > h1:last-child,
div[class*=padding-] > .h1:last-child,
div[class*=padding-] > h2:last-child,
div[class*=padding-] > .h2:last-child,
div[class*=padding-] > h3:last-child,
div[class*=padding-] > .h3:last-child,
div[class*=padding-] > h4:last-child,
div[class*=padding-] > .h4:last-child,
div[class*=padding-] > h5:last-child,
div[class*=padding-] > .h5:last-child,
div[class*=padding-] > h6:last-child,
div[class*=padding-] > .h6:last-child,
div[class*=padding-] > p:last-child,
div[class*=padding-] > ul:last-child {
	margin-bottom:0;
}

/*===============================
	COLOURS AND BACKGROUNDS
===============================*/
.btn.bg-grey,
.bg-grey {
	background:#e5e6e7;
}
.btn.bg-grey-light,
.bg-grey-light {
	background:#F6F6F6;
}
.btn.bg-blue,
.bg-blue {
	background:#053b65;
}
.btn.bg-white,
.bg-white {
	background:#fff;
}
.btn.bg-orange,
.bg-orange {
	background:#dd7f26;
}
.blue {
	color:#053b65;
}
.orange {
	color:#dd7f26;
}
.white,
.white a {
	color:#fff;
}

/*===============================
	FORMS AND INPUTS
===============================*/
label {
	font-size: 1.125em;
	padding: 4px 0;
	font-weight: 900;
  cursor: pointer;
}
input[type="text"],
input[type="email"],
input[type="password"],
input[type="url"],
input[type="search"],
textarea,
textarea.required,
select {
	width: 100%;
	border:0;
	background: #FBFBFB;
	padding: 4px 10px;
	color:#444;
	font-size: 16px;
	font-size: 1.6rem;
	border:2px solid #e5e6e7;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
input[type="text"]:hover,
input[type="email"]:hover,
input[type="password"]:hover,
input[type="url"]:hover,
input[type="search"]:hover,
textarea:hover {
	background:#FBFBFB;
	border:2px solid #a9aaa9;
}
input:focus, textarea:focus, select:focus, a:focus { outline: none; }
input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	background:#fff;
	border:2px solid #dd7f26;
}
textarea {
	max-width: 100%;
}
select {
	height: 2.45em;
}

/*===============================
	BUTTONS
===============================*/
.btn,
button,
input[type=submit] {
  padding: 6px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  background-color:#053b65;
  color:#fff;
  border: 0;
  border-radius: 0;
}
.btn:hover,
button:hover,
input[type=submit]:hover {
	background:#dd7f26;
	color:#fff;
}
.btn.btn-feat {
	width:100%;
	padding-left:0;
	padding-right:0;
}
.btn.btn-small {
	font-size:12px;
	font-size:1.2rem;
}
/*.view-btn {
  text-transform: uppercase;
  font-weight: bold;
  background: url(../images/view-arrow.gif) no-repeat right center;
  line-height: 22px;
  display: inline-block;
  padding-right: 28px;
}*/
.view-btn {
  text-transform: uppercase;
  font-weight: bold;
  line-height: 22px;
  display: inline-block;
  padding-right: 28px;
  position: relative;
}
.view-btn:hover {
	color:#dd7f26;
}
.view-btn:after {
	content: "\f105";
  font-family:"FontAwesome";
	color:#fff;
	background:#053b65;
	width:21px;
	height:21px;
  border-radius: 21px;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  line-height: 20px;
  font-size: 18px;
  padding-left:1px;
}
.view-btn:hover:after {
	background:#dd7f26;
}

/*===============================
	PAGINATION BUTTONS
===============================*/
.page-numbers {
	display:inline-block;
  padding: 6px 12px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 400;
  background-color:#053b65;
  color:#fff;
  border: 0;
  border-radius: 0;
}
.page-numbers:hover {
	background-color:#dd7f26;
	color:#fff;
}
.page-numbers.current {
  background-color:#fff;
	color:#053b65;
}

/*===============================
	HEADER
===============================*/
.logo,
.logo img {
	width:100%;
}
.top-header-text {
	font-size:14px;
	font-size:1.4rem;
	color:#999;
}
.slogan-wrap {
	display:table;
	height:45px;
}
.slogan-wrap .top-header-text {
	display:table-cell;
	vertical-align: middle;
}
@media screen and (min-width:992px) {
	.top-header-text {
		font-size:16px;
		font-size:1.6rem;
	}
	.slogan-wrap {
		height:60px;
	}
}
@media screen and (min-width:1200px) {
	.slogan-wrap {
		height:74px;
	}
}

/*===============================
	NAVBAR
===============================*/
#bs-collapse-1 {
	clear:both;
}
nav.navbar {
	margin-bottom:-30px;
}
.navbar-nav>li>a {
  font-size: 12px;
  font-size: 1.2rem;
  padding: 10px 12px;
  text-transform: uppercase;
}
.navbar-nav>li>a:hover,
.navbar-nav>li.active>a,
.navbar-nav>li>a:active,
.navbar-nav>li>a:focus {
  color: #DF7F1B;
  background:none;
}
@media screen and (min-width:768px) {
	.navbar-nav>li {
		padding-top:10px;
		padding-bottom:10px;
	}
	.navbar-nav>li>a {
    padding-top: 5px;
    padding-bottom: 5px;
    border-left: 1px solid #ccc;
	}
	.navbar-nav>li:first-child>a {
    border-left: 0;
	}
	#menu-main {
		float: right;
	}
	#bs-collapse-1 {
		margin:0;
		padding:0;
	}
}

/*===============================
	BREADCRUMBS
===============================*/
#breadcrumbs {
	margin:0;
	font-size:12px;
	font-size:1.2rem;
	padding: 7px 0;
	color: #909090;
}

/*===============================
	FOOTER
===============================*/
.partner-logo {
	width: 100px;
  display: inline-block;
  margin: 20px 0;
  max-width:100%;
}
.a-right .partner-logo {
	height:42px;
}
.partner-logo.no-margin-top {
	margin-top:0;
}
.partner-logo.partner-sisters {
	width: auto;
	margin:22px 0;
}
footer ul.links a {
	color:#fff;
}
footer ul.links {
  display: block;
  width: 100%;
}
footer ul.links li {
  width:100%;
  display:block;
}
footer ul.links li:first-child {
  padding-left: 0px;
}
footer ul.links li:last-child {
  border-right: 0;
}
footer .illustration {
  background: url(../images/footer-illustration-large.png) no-repeat center bottom;
  background-size: contain;
  height:54px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width:600px) {
	footer .illustration {
		height:70px;
	}
}
@media (min-width:768px) {
	footer .illustration {
		height:112px;
	}
}
@media (max-width:1226px) {
	footer .illustration {
		margin:0 15px;
	}
}
.pdf-icon {
	font-size: 26px;
}
.below-footer {
    font-size: 12px;
    color: #a5a5a5;
    margin-top: 20px;
}

.slider-wrap {
	display: table;
	width: 100%;
}
.slider-logo {
	width: 100%;
	margin: 15px 0;
	max-width: 100%;
	background-color: #fff;
	min-width: 100%;
	text-align: center;
	height: 100px;
	display: table-cell;
	vertical-align: middle;
	-webkit-transition: background-color .35s;
	transition: background-color .35s;
}
.slider-logo:hover {
	background-color: #e5e6e7;
}
.slider-logo img {
	max-height: 80px;
	display: block;
	margin: auto;
	max-width: 80%;
}
.partner-slider .slick-next,
.partner-slider .slick-prev,
.partner-slider .slick-next:before,
.partner-slider .slick-prev:before {
	width:50px !important;
	height:50px !important;
	font-size:40px !important;
	line-height:48px !important;
	font-weight:normal !important;
}
.partner-slider .slick-next,
.partner-slider .slick-prev {
    margin-top: -25px !important;
	border-radius:100px !important;
}
.partner-slider .slick-next {
	right: -70px;
}
.partner-slider .slick-prev {
	left: -70px;
}
/*===============================
	LINKS
===============================*/
ul.links {
	margin:0;
	padding:0;
	list-style: none;
}
/*===============================
	SEARCH FORM
===============================*/
#searchform {
	position: relative;
	margin:2px 0;
}
#searchform #s {
	border:0;
}
#searchsubmit {
	text-indent: -9999px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 34px;
  background: transparent;
  z-index: 1;
}
#searchform:after {
	content: "\f002";
	display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -10px;
  font-size: 20px;
  color: #053b65;
}

@media screen and (min-width:992px) {
	#searchform #s {
		font-size:16px;
		font-size:1.6rem;
    padding: 6px 12px;
	}
	#searchform {
    margin: 10px 0;
	}
}
@media screen and (min-width:1200px) {
	#searchform {
    margin: 13px 0;
	}
}

/*===============================
	BOOTSTRAP
===============================*/
.navbar {
  margin-bottom: 0;
  border: 0;
  border-radius:0;
}
.navbar-toggle {
  margin: 0;
  border: 2px solid #5488A7;
  width: 50px;
  height: 34px;
  float:left;
}
.navbar-toggle .icon-bar {
  display: block;
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background-color: #5488A7;
}


/*===============================
	NEWS ARTICLE
===============================*/
/*.news-article {
	border-bottom:1px solid #e5e6e7;
	padding-bottom:10px;
	margin-bottom:20px;
}
.news-article:last-child {
	border-bottom:0;
	padding:0;
	margin:0;
}*/
.entry-meta {
	font-size:12px;
	padding-bottom:8px;
	color:#888;
}
article.post .entry-title {
	clear:both;
  margin-top: 0;
	
}
article.post {
	clear: both;
  border-top: 1px solid #053b65;
  padding: 1em 0;
	
}
article.post:first-child {
	border:0;
	padding-top:0;
}
.blog-list li {
	margin-bottom:5px;
}

/*===============================
	SLIDER
===============================*/
.slide {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  min-height: 300px;
  position: relative;
}
@media (min-width:768px) {
	.slide {
	  min-height: 400px;
	}
}
@media (min-width:992px) {
	.slide {
	  min-height: 520px;
	}
}
.slide > div {
	position:absolute;
	top:50%;
	left:0;
	right:0;
	transform:translateY(-50%);
	text-align:center;
}
.slide .bg-blue {
    background: rgba(5, 59, 101, 0.85);
    margin: 0 auto;
    padding-top: 12px;
    padding-bottom: 12px;
}
.slide .container {
	width:100%;
}
@media (min-width:768px) {
	.slide .container {
		width:calc(100% - 120px);
	}
}
.slide .bg-blue .slide-title {
	margin-bottom:5px;	
    text-transform: uppercase;
}
.slide .slide-more {
    position: absolute;
    left: 50%;
    bottom: -60px;
    display: block;
    padding: 6px 20px;
    background: #df7f1b;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    transform: translateX(-50%);
}
.slick-prev,
.slick-next,
.slick-prev:focus,
.slick-next:focus,
.slick-prev:active,
.slick-next:active {
	background: rgba(5, 59, 101, 0.6);
    width: 60px;
    height: 90px;
  border-radius: 0;
  z-index: 1;
  margin-top:-45px;
}
.slick-prev:hover,
.slick-next:hover {
	background: rgba(5, 59, 101, 1);
}
.slick-prev:before,
.slick-next:before {
	content: "\f105";
  font-family:"FontAwesome";
    font-size: 80px;
  text-align:center;
    width: 60px;
    height: 90px;
	line-height:85px;
	position:absolute;
	left:2px;
	right:0;
	top:0;
    font-weight: bold;
}
.slick-prev:before{
  content: "\f104";
	left:-2px;
}
.slick-prev {
	left:0px;
}
.slick-next {
	right:0px;
}
@media screen and (max-width:767px) {
	.slick-prev,
	.slick-next {
		display:none !important;
	}
}

/*===============================
	CATEGORIES
===============================*/
.service-categories.row {
	margin-right:-10px;
	margin-left:-10px;
}
.service-categories.row > div[class*=col-]{
	padding-right:10px;
	padding-left:10px;
}
.service-category-thumb-wrap {
	position: relative;
  height: 150px;
  overflow:hidden;
  /*border-top: 3px solid #fff;*/
	background-color:#fff;
	background-repeat:no-repeat;
	background-size:cover;
	background-position: center center;
}
.service-category.service-with-desc .service-category-thumb-wrap {
  /*border-bottom: 3px solid #fff;*/
}
.service-category a.btn {
	text-transform: uppercase;
	font-weight:500;
	padding:10px 20px;
	background: rgba(0, 0, 0, 0);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  -webkit-transition: background 0.25s;
  transition: background 0.25s;
}
.service-category.service-with-desc a.btn {
  bottom: 0;
}
.service-category a.btn i {
	color:#fff;
  margin-top: 20%;
  font-size: 50px;
  font-size: 5.0rem;
  opacity:0;
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
}
.service-category a.btn:hover i {
  opacity:1;
}
.service-category a.btn:hover {
	background: rgba(0, 0, 0, 0.4);
}
@media screen and (min-width:992px) {
	.service-category .h4 {
		min-height:80px;
	}
	.service-categories > div:nth-of-type(4n+1) {
		clear:left;
	}
}

/*===============================
	CLIENTS
===============================*/
.page-78 img.alignleft {
	margin: 0 10% 10px 0;
	width:45%;
}
@media (max-width:459px) {
	.page-78 img.alignleft:nth-child(2n+1) {
		margin-right:0;
	}
}
@media (min-width:460px) and (max-width:767px){
	.page-78 img.alignleft {
		width:26%;
	}
	.page-78 img.alignleft:nth-child(3n+1) {
		margin-right:0;
	}
}
@media (min-width:768px) and (max-width:1199px){
	.page-78 img.alignleft {
		margin: 0 6% 10px 0;
    width: 15.2%;
	}
	.page-78 img.alignleft:nth-child(5n+1) {
		margin-right:0;
	}
}
@media (min-width:1200px) {
	.page-78 img.alignleft {
		margin: 0 18px 10px 0;
		width:auto;
	}
	.page-78 img.alignleft:nth-child(9n+1) {
		margin-right:0;
	}
}

/*===============================
	FRONT COLUMNS
===============================*/
.col-title {
	margin-top:20px;
	margin-bottom:0;
}
.col-subtitle {
	font-size:13px;
	font-size:1.3rem;
	margin-bottom:8px;
}


/*===============================
	DOWNLOADS
===============================*/
.downloads {
  padding: 20px;
  background-color: #f6f6f6;
  margin-bottom: 1em;
}

.downloads:after {
  content:"";
  display:table;
  clear:both;
}

.downloads h3 {
  margin: 0 0 4px;
  color: #053b64;
}
.downloads a {
	float:left;
	width:100%;
	display:block;
	padding:10px 0;
	font-size:15px;
	font-size:1.5rem;
	border-bottom:1px solid #ccc;
}
.downloads a:last-child {
	border-bottom:0;
}
.case-study-downloads {
      float:right;
}
.ci {
  width: 20px;
  height: 20px;
  display: block;
}
.ci-pdf {
  float: left;
    margin-right: 6px;
}


.ci-pdf {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.ci-pdf:before {
    content: "\f1c1";
    font-size: 20px;
    }
/*===============================
	CONTACT US
===============================*/
.wpcf7-form div.wpcf7-response-output {
  color: #fff;
  border: 0;
  margin: 20px 0 0;
  padding: 5px 10px;
}
.wpcf7-form div.wpcf7-validation-errors {
	background: #dd7f26;
}
.wpcf7-form div.wpcf7-mail-sent-ok {
	background: #4F9530;
}
form span.wpcf7-not-valid-tip {
  color: #C00000;
}
/*===============================
	SPARES AND REPAIRS
===============================*/
.spare-listing {
	clear:both;
}
.spare-listing .f-left {
	margin-bottom:2px;
}


/*===============================
	MARINE ELECTRICAL ENGINEERING PAGE
===============================*/
/* Bold white text */
.case-studies h2,
.bg-image-waves h2,
.below-image-section h3,
.bg-image-island-offshore h3 {
	text-align:center;
	color: #ffffff;
  font-size: 28px;
  font-weight: 900;
  margin: 0;
}
@media (min-width:768px) {
	.bg-image-waves h2,
	.bg-image-island-offshore h3 {
	  font-size: 52px;
	}
}
/* Bold white text - smaller */
@media (min-width:768px) {
	.case-studies h2,
	.below-image-section h3 {
	  font-size: 40px;
	}
}

/* Thin blue text */
.thin-section h4 {
	text-align:center;
  font-size: 24px;
  font-weight: 200;
  color: #053b65;
  margin: 0;
}
@media (min-width:768px) {
	.thin-section h4 {
	  font-size: 40px;
	}
}

/* bold blue text*/
.mee-body-section h2 {
  font-size: 28px;
  color: #053b64;
  font-weight: 900;
}
@media (min-width:768px) {
	.mee-body-section h2 {
	  font-size: 36px;
    margin-bottom: 50px;
	}
}
.mee-body-section h2 a {
    font-size: 26px;
    font-weight: 200;
    color: #333;
}

/* thin black text */
.mee-body-section h4 {
  font-weight: 200;
  font-size: 26px;
}
@media (min-width:768px) {
	.mee-body-section h4 {
	  font-size: 34px;
	}
}

/* Background image areas */
.bg-image-island-offshore {
	background: #053b65 url(../images/island-offshore.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}
@media (min-width:768px) {
	.bg-image-island-offshore {
	  padding: 180px 0;
	}
}
.bg-image-waves {
	background: #053b65 url(../images/waves.jpg) center center no-repeat;
  background-size: cover;
  padding: 60px 0;
}

/* Standard coloured areas */
.mee-body-section,
.thin-section {
	background: #ffffff;
  padding: 60px 0;
}
.bg-blue.case-studies,
.below-image-section {
  padding: 60px 0;
}
@media (min-width:768px) {
	.thin-section {
	  padding: 90px 0;
	}
}
.thin-section img {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  margin-top: 40px;
}
.bg-blue.case-studies {
	color: #ffffff;
}
.bg-blue.case-studies a {
  display: block;
  background: #fff;
  margin-top: 30px;
  padding: 22px 30px;
  font-size: 22px;
  text-align: left;
}

/* MEE services */
.mee-services {
  font-size: 20px;
	color: #ffffff;
  margin: 60px 0 0;
}
.mee-services strong {
	font-weight: 900;
  font-size: 24px;
  line-height: 1.2em;
}
.mee-body-section em,
.mee-services em {
  color: #dd7f26;
}
.mee-body-section img.alignleft {
	float: none;
  margin: 0 10px 10px 10px;
}
@media (max-width:767px) {
	.mee-body-section img.alignleft {
	  width: 20%;
	}
}
img.full-width {
	width: 100%;
}

/*===============================
	FIXES
===============================*/
.vid-wrap {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.vid-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.front-vid {
	margin-bottom:20px;
}
.screen-reader-text {display:none;}
.cf:before,
.cf:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.cf:after {
    clear: both;
}

.news-archive-col,
.news-archive-col article {
	position:relative;
	z-index:1;
}
.news-archive-col:before {
	content:"";
	display:block;
	position:absolute;
	top:-40px;
	bottom:-40px;
	right:-50px;
	width:9999px;
	background:#fff;
	z-index:-1;
}
@media (max-width:991px) {
	.blog-archive {
		margin-top:60px;
	}
	.news-archive-col:before {
		bottom:-30px;
	}
}
html,body {
overflow-x:hidden;
}