/*
Theme Name: Merus
Author: Booming Strategies & Marketing
Version: 1.1
*/

/**
 * Table of Contents:
 *
 * 1.0 - Resets & global
 * 2.0 - Typography
 * 3.0 - Elements
 * 4.0 - Links
 * 5.0 - Menus
 * 6.0 - Images
 * 7.0 - Forms
 * 8.0 - Galleries
 * 9.0 - Revolution Slider
 */

/**
 * 1.0 Resets & global
 */

abbr,address,audio,b,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,figure,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,mark,object,ol,p,pre,q,samp,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}html{text-rendering:optimizeLegibility;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}strong{font-weight:700}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-.5em}sub{bottom:-.25em}img{border:0}svg:not(:root){overflow:hidden}hr{box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}input[type=search]{-webkit-appearance:textfield;box-sizing:content-box}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}legend{white-space:normal}textarea{overflow:auto;vertical-align:top}optgroup{font-weight:700}table{border-collapse:collapse;border-spacing:0}td,th{padding:0}

body { 
	background-color: #fff;
	color: #2f2f2f;
	font: 400 16px/1 'Roboto', sans-serif;
}

::-moz-selection {
	background: #e7e9ea;
	color: #2f2f2f;
	text-shadow: none;
}

::selection {
	background: #e7e9ea;
	color: #2f2f2f;
	text-shadow: none;
}

.clear:before,
.clear:after {
	content: "";
	display: table;
}

.clear:after {
	clear: both;
}

.clear {
	zoom: 1;
}


/**
 * 2.0 Typography
 */

h1,
h2,
h3,
h4,
h5,
h6 {
	color: #2f2f2f;
	font-weight: 700;
	line-height: 1.1;
	margin: 1em 0 0.75em;
}

h1,
h2,
h3 {
	letter-spacing: -0.5px;
}

h1 {
	font-size: 3em; /* 48 */
	line-height: 1.25;
}
	@media screen and (min-width: 1024px) {
		h1 {
			font-size: 3.5em; /* 56 */
		}
	}
	
#header-bg h1 {
	margin: 0;
}
	@media screen and (min-width: 1024px) {
		#header-bg h1 {
			font-size: 5.125em; /* 82 */
		}
	}
	
h2 {
	font-size: 2.25em; /* 36 */
}

.text-light h2 {
	font-size: 1.75em;
}

h3 {
	font-size: 2.25em; /* 36 */
	font-weight: 300;
	line-height: 1.333;
}

h4 {
	font-size: 1.875em; /* 30 */
}
	
h5 {
	font-size: 1.75em; /* 28 */
}

h6 {
	font-size: 1.5em; /* 24 */
}

#smaller-text h6 {
	font-size: 1.25em;
}

h1.underline:after,
h2.underline:after,
h4.underline:after,
h5.underline:after,
h6.underline:after {
	content: "";
	display: block;
	background-color: #2f2f2f;
	height: 5px;
	margin: 12px 0 49px;
	width: 100%;
}

h1.underline:after {
	height: 8px;
	margin: 13px 0 50px;
}

h5.underline:after {
	margin: 12px 0 34px;
}

.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6 {
	color: #fff;
}

.text-light h1.underline:after,
.text-light h2.underline:after,
.text-light h4.underline:after,
.text-light h5.underline:after,
.text-light h6.underline:after {
	background-color: #fff;
}

.text-light h2.underline:after {
	height: 1px;
}

.entry-title,
.entry-header > h1,
.entry-content > h1:first-child,
.entry-content > h2:first-child,
.entry-content > h3:first-child,
.entry-content > h4:first-child,
.entry-content > h5:first-child,
.entry-content > h6:first-child,
.boxed > h1:first-child,
.boxed > h2:first-child,
.boxed > h3:first-child,
.boxed > h4:first-child,
.boxed > h5:first-child,
.boxed > h6:first-child {
	margin-top: 0;
}

hr {
	background: #a2a2a2;
	border: 0;
	clear: both;
	height: 1px;
	margin: 40px auto;
	width: 100%;
}

.text-light hr,
hr.whr {
	background: #fff;
}

p {
	font-size: 1.25em;
	line-height: 1.4;
	margin-bottom: 1.35em;
}

p.lead {
	font-size: 1.75em;
	line-height: 1.357;
}

#copyright p {
	color: #4d80ab;
	font-size: 0.75em;
	margin-bottom: 0;
	margin-top: 40px;
	text-align: center;
}

b,
strong {
	font-weight: 700;
}

blockquote {
	border-left: 5px solid #2f2f2f;
	font-size: inherit;
	font-style: italic;
	margin: 1.35em 0;
	padding-left: 40px;
}

blockquote p {
	line-height: 1.4;
	margin-bottom: 1.35em;
}

blockquote > p:last-child {
	margin-bottom: 0;
}

blockquote cite,
blockquote small {
	font-size: 64%;
	font-style: normal;
	text-transform: uppercase;
}

.entry-content ul,
.entry-content ol {
	font-size: 1.25em;
	line-height: 1.4;
	margin: 0 0 1.35em 1.25em;
}

.entry-content li > ul,
.entry-content li > ol {
	font-size: inherit;
	margin: 0 0 0 1.25em;
}

.entry-content ul {
	list-style-type: none;
	margin: 0 0 1.35em 25px;
}

.entry-content ul li:before {
	color: #2f2f2f;
    content: "\203A";
	display: block;
	float: left;
	font-size: 90%;
    margin-left: -25px;
	margin-top: 2px;
}

.text-light .entry-content ul li:before {
	color: #fff;
}

.entry-content ol {
	list-style-type: decimal;
}

.no-margin {
	margin-bottom: 0;
}

.centered-text {
	text-align: center;
}

.date {
	color: #282828;
	font-size: 0.875em;
}

#smaller-text p,
#smaller-text .entry-content ul,
#smaller-text .entry-content ol {
	font-size: 1em;
	line-height: 1.75;
}

	
/**
 * 3.0 Elements
 */

main {
	width: 100%;
}

section {
	padding: 60px 0 40px;
}

section.low {
	padding: 40px 0 20px;
}

section.toppad {
	padding: 60px 0 0;
}

section.bottompad {
	padding: 0 0 40px;
}

section.bare-header {
	padding: 45px 0 40px;
}
	@media screen and (min-width: 1024px) {
		section.bare-header { 
			padding: 35px 0 40px;
		}
	}
	@media screen and (min-width: 1400px) {
		section { 
			padding: 80px 0 60px;
		}
		section.low {
			padding: 60px 0 40px;
		}
		section.toppad {
			padding: 80px 0 0;
		}
		section.bottompad {
			padding: 0 0 60px;
		}
		section.bare-header { 
			padding: 35px 0 60px;
		}
	}
	
section.bare-header-careers {
	padding: 45px 0 0;
}
	@media screen and (min-width: 1024px) {
		section.bare-header-careers { 
			padding: 35px 0 0;
		}
	}

section.nopad {
	padding: 0;
}

section.border-top {
	border-top: 1px solid #b4b4b4;
}

section.border-bottom {
	border-bottom: 1px solid #b4b4b4;
}

#header-bg {
	padding: 300px 0 60px;
}
	@media screen and (min-width: 1024px) {
		#header-bg {
			padding: 415px 0 60px;
		}
	}

#header-spacer {
	height: 3.75em;
}
	@media screen and (min-width: 1024px) {
		#header-spacer {
			height: 6.40625em;
		}
	}

.bg_blue {
	background-color: #004987;
}

.bg_grey {
	background-color: #f9f8f8;
}

.centered  { 
	margin: 0 auto;
	max-width: 1140px;
	width: 88%;
}
	@media screen and (min-width: 1024px) {
		.centered  { 
			width: 92%;
		}
	}

.narrow  {
	max-width: 900px;
	width: 92%;
}

#menu-bar {
	background-color: #fff;
	height: 90px;
	width: 100%;
}
	@media screen and (min-width: 1024px) {
		#menu-bar {
			height: 125px;
		}
	}
	@media screen and (min-width: 1200px) {
		#menu-bar {
			height: 100px;
		}
		#menu-bar.fixed {
			position: fixed;
			top: 0;
			z-index: 900;
		}
	}
	@media screen and (min-width: 1400px) {
		#menu-bar {
			height: 125px;
		}
	}

#logo {
	float: left;
	margin: 20px 0 0 6%;
	width: 115px;
}
	@media screen and (min-width: 1024px) {
		#logo {
			margin: 20px 0 20px 4%;
			width: 172px;
		}
	}
	@media screen and (min-width: 1200px) {
		#logo {
			width: 115px;
		}
	}
	@media screen and (min-width: 1400px) {
		#logo {
			width: 172px;
		}
	}

.half,
.third,
.fourth,
.one-third,
.two-third {
	margin-bottom: 40px;
}	
	@media screen and (min-width: 768px) {
		.half,
		.third,
		.fourth,
		.one-third,
		.two-third {
			float: left;
			margin-bottom: 0;
		}
		.half.switched,
		.one-third.switched,
		.two-third.switched {
			float: right;
		}
		.half {
			margin-right: 8%;
			width: 46%;
		}
		.third {
			margin-right: 2%;
			width: 32%;
		}
		.fourth	{
			margin-right: 3.3333%;
			width: 22.5%;
		}
		.one-third {
			margin-right: 5%;
			width: 35%;
		}
		.two-third {
			margin-right: 5%;
			width: 60%;
		}
		.last-col {
			margin-left: 0;
			margin-right: 0;
		}
	}

.boxed {
	background-color: #f9f8f8;
	margin: 40px 0;
	padding: 30px 40px;
	position: relative;
}
	@media screen and (min-width: 768px) {
		.boxed {
			padding: 40px 50px;
		}
	}
	@media screen and (min-width: 1024px) {
		.boxed {
			padding: 50px 60px;
		}
	}
	@media screen and (min-width: 1400px) {
		.boxed {
			padding: 80px 90px;
		}
	}
	
.boxed p:last-child,
.boxed ul:last-child {
	margin-bottom: 0;
}

#footer-info {
	background: #004987;
	color: #fff;
	padding: 56px 0 40px;
}

.entry-content ul#app-icons li:before {
	content: "";
	display: none;
}

ul#app-icons {
	margin: 40px 0 60px;
	text-align: center;
}
	@media screen and (min-width: 500px) {
		ul#app-icons {
			margin: 55px auto 40px;
			max-width: 675px;
		}
	}
	@media screen and (min-width: 1200px) {
		ul#app-icons {
			margin: 95px auto 70px;
			max-width: 1140px;
		}
	}

#app-icons li {
	display: block;
	margin: 0 0 50px;	
}
	@media screen and (min-width: 500px) {
		#app-icons li {
			display: inline-block;
			margin: 0 0 30px;	
			width: 32%;
		}
	}
	@media screen and (min-width: 1200px) {
		#app-icons li {
			width: 19.5%;
		}
	}

#ajax-load-more {
	padding-top: 25px;
}

/* Product links */

#product-links .fourth {
	box-sizing: border-box;
	margin: 90px auto 130px;
	position: relative;
	width: 92%;
}	
	@media screen and (min-width: 768px) {
		#product-links .fourth {
			float: left;
			margin: 0 0 50px;
			padding: 30px 3% 60px;
			width: 50%;
		}
		#product-links .fourth.col-1,
		#product-links .fourth.col-3 {
			border-right: 1px solid #fff;
		}
	}
	@media screen and (min-width: 1400px) {
		#product-links .fourth {
			margin: -10px 0 0;
			width: 25%;
		}
		#product-links .fourth.col-2 {
			border-right: 1px solid #fff;
		}
	}
	
#product-links h1 {
	margin-bottom: 40px;
}
	@media screen and (min-width: 768px) {
		#product-links h1 {
			margin-bottom: 80px;
		}
		#product-links h5 {
			margin-bottom: 55px;
		}
	}
	@media screen and (min-width: 1400px) {
		#product-links h1 {
			margin-bottom: 95px;
			margin-top: -25px;
		}
	}

#product-links h5 a {
	font-weight: 400 !important;
	line-height: 1.357;
}
	@media screen and (min-width: 768px) {
		#product-links h5 a {
			padding-bottom: 70px;
		}
		.product-link {
			position: absolute;
			bottom: 40px;
			left: 0;
			right: 0;
			text-align: center;
		}
	}

/* Product page */

#product-header {
	border-bottom: 6px solid #2f2f2f;
	margin-bottom: -10px;
	padding: 0 0 18px;
}
	@media screen and (min-width: 768px) {
		#product-header {
			padding: 40px 0 18px;
		}
	}

#product-header h1 {
	font-size: 2.25em;
	margin: 30px 0 0;
}
	@media screen and (min-width: 768px) {
		#product-header h1 {
			float: left;
			width: 70%;
		}
		#product-share {
			float: right;
			width: 30%;
		}	
	}
	
.product-downloads {
	display: inline-block;
	width: 250px;
}

#product-nav {
	margin-top: -60px;
	position: relative;
}
	@media screen and (min-width: 1400px) {
		#product-nav { 
			margin-top: -110px;
		}
	}	
	
/* Show hide content*/

.hs-box  {
	border-bottom: 1px solid #b4b4b4;
	margin-bottom: 55px;
}

.content-open {
	border-bottom: 1px solid #b4b4b4;
    margin-bottom: 55px;
	padding: 0 0 40px;
}

h5.content-open-link {
	margin: 0 0 12px;
	background: url(../images/hs-arrow-down.png) no-repeat center right;
	background-size: 19px 12px;
	padding-right: 30px;
}

h5.content-open-link.content-opened {
	background: url(../images/hs-arrow-up.png) no-repeat center right;
	background-size: 19px 12px;
}

/* Personnel */

.person {
	margin-top: 40px;
	text-align: center;
}
	@media screen and (min-width: 600px) {
		.person {
			float: left;
			margin: 40px 2% 0;
			width: 46%;
		}
	}
	@media screen and (min-width: 1024px) {
		.person {
			margin: 40px 1.5% 0;
			width: 30.3%;
		}
	}
	@media screen and (min-width: 1400px) {
		.person {
			margin: 40px 2% 0;
			width: 21%;
		}
	}

.person figure {
	height: 152px;
	margin: 0 auto 35px;
	width: 152px;
}

.person figure img {
	border-radius: 50%;
	height: 152px;
	width: 152px;
}

.person p {
	font-size: 0.875em;
	line-height: 1.57;
}

/* Map */

#visualization path {
	cursor: pointer;
    stroke: #fff !important;
}

#visualization .google-visualization-tooltip {
    background-color: #fff;
	border: solid 1px #b4b4b4;
	border-radius: 0;
    box-shadow: none;
	height: 35px !important;
	padding: 8px 8px;
}

#visualization .google-visualization-tooltip-item-list,
#visualization .google-visualization-tooltip-item,
#visualization .google-visualization-tooltip-item-list .google-visualization-tooltip-item:first-child {
    margin: 0;
	padding: 0;
}

#visualization .google-visualization-tooltip-item:before {
    content: "";
	display: none;
	margin: 0;
}

#visualization .google-visualization-tooltip-item {
	font-family: 'Roboto', sans-serif !important;
    font-size: 16px !important;
}

/* Applications main */

.grey-hover:hover {
	background-color: #f7f7f7;
}

.app-group-links h1 {
	color: #004987;
	font-weight: 500;
	margin-bottom: 70px;
}

.app-group-links a {
	display: block;
	font-size: 1.125em;
	line-height: 1.4;
	margin: 22px 0;
}

.app-group-links a:link,
.app-group-links a:visited {
	color: #727272;
}

.app-group-links a:hover {
	color: #f47a1f;
}
	@media screen and (min-width: 1200px) {
		.app-group-links a:hover:after {
			content: "\2192";
			display: inline-block;
			margin-left: 20px;
		}
	}

.app-group-icon {
	display: none;
}

.app-group-icon figure {
	float: right;
	max-width: 325px;
}
	@media screen and (min-width: 768px) {
		.app-group-icon {
			display: block;
			float: right;
			margin-top: 20px;
			width: 45%;
		}
		.app-group-links {
			float: left;
			width: 50%;
		}
	}
	@media screen and (min-width: 1200px) {
		.app-group-icon {
			margin-right: 8%;
			width: 41%;
		}
		.app-group-links {
			margin-left: 7%;
			width: 44%;
		}
	}
	

/* Applications sub */

#applications-header {
	border-bottom: 6px solid #2f2f2f;
	margin-bottom: -10px;
	padding: 0 0 18px;
}
	@media screen and (min-width: 768px) {
		#applications-header {
			padding: 40px 0 18px;
		}
	}

#applications-header h1 {
	background-size: 0 0 !important;
	margin: 0;
}
	@media screen and (min-width: 768px) {
		#applications-header h1 {
			background-size: 60px 60px !important;
			padding-right: 80px;
		}
	}
	
.app-solutions {
	text-align: center;
	margin-bottom: 55px;	
}
	@media screen and (min-width: 768px) {
		.app-solutions {
			float: left;
			width: 50%; 
		}
	}
	@media screen and (min-width: 1024px) {
		.app-solutions {
			margin-right: 2%;
			width: 23.5%;
		}
		.app-solutions.last-col {
			margin-right: 0;
		}
	}
	
.app-solutions h6 {
	font-size: 1.23375em;
	font-weight: 500 !important;
}
	@media screen and (min-width: 1400px) {
		.app-solutions h6 {
			font-size: 1.5em;
		}
	}

.app-solutions h6,
.app-solutions figure {
	margin: 0 auto;
	max-width: 215px;
}
	@media screen and (min-width: 768px) {
		.app-solutions h6,
		.app-solutions figure {
			max-width: 260px;
		}
	}

.app-solutions a:link,
.app-solutions a:visited,
.app-solutions a:active,
.app-solutions a:hover {
	color: #2f2f2f;
}

.app-solutions a figure img {
	border-bottom: 6px solid #585858;
	margin-bottom: 20px;
}

.app-solutions a:hover figure img {
	border-bottom: 6px solid #ff8a00;
}

#application-listing-img {
	display: none;
}
	@media screen and (min-width: 1200px) {
		#application-listing-img {
			display: block;
		}
	}
	
.application-listing-half {
	box-sizing: border-box;
	padding: 60px 60px 40px;
}
	@media screen and (min-width: 768px) {
		.application-listing-half {
			padding: 80px 80px 60px;
		}
	}
	@media screen and (min-width: 1024px) {
		.application-listing-half {
			padding: 90px 100px 70px;
		}
	}
	@media screen and (min-width: 1200px) {
		.application-listing-half {
			border: 30px solid #fff;
			float: left;
			padding: 50px 50px 70px 60px;
			width: 50%;
		}		
		.application-listing-half.listing-half-first {
			border-right: 15px solid #fff;
		}
		.application-listing-half.listing-half-last {
			border-left: 15px solid #fff;
		}
	}
	@media screen and (min-width: 1400px) {
		.application-listing-half {
			padding: 90px 50px 110px 10%;
		}
	}
	@media screen and (min-width: 1900px) {
		.application-listing-half {
			padding: 90px 50px 110px 18%;
		}
	}

#application-listing .entry-content ul {
	font-size: 1.5em;
	line-height: 1.9;
}

#group-others {
	margin: 55px 0 0;
}
	@media screen and (min-width: 768px) {
		#group-others {
			margin: 75px auto 95px;
			width: 620px;
		}
	}
	@media screen and (min-width: 1200px) {
		#group-others {
			width: 810px;
		}
	}

.group-others-box {
	background: #f4f4f4;
	border-bottom: 6px solid #aeaeae;
	display: inline-block;
	height: 410px;
	margin-bottom: 55px;
	max-width: 360px;
	position: relative;
	width: 100%;
}	
	@media screen and (min-width: 768px) {
		.group-others-box {
			display: block;
			margin-bottom: 0;
			width: 295px;
		}
		.others-box-first {
			float: left;
		}
		.others-box-last {
			float: right;
		}
	}
	@media screen and (min-width: 1200px) {
		.group-others-box {
			width: 360px;
		}
	}

.group-others-box:after {
    color: #aeaeae;
    content: "\203A";
    display: block;
    font-size: 60px;
    position: absolute;
    bottom: 16px;
    right: 27px;
}

a.group-others-link:hover .group-others-box {
	border-bottom: 6px solid #ff8a00;
}

a.group-others-link:hover .group-others-box:after {
	color: #ff8a00;
}

a.group-others-link span {
	display: block;
	font-size: 2.625em;
	font-weight: 500;
	letter-spacing: -0.5px;
	padding: 35px 35px 20px;
	text-align: left;
}

a.group-others-link:link,
a.group-others-link:visited,
a.group-others-link:active,
a.group-others-link:hover {
	color: #2f2f2f;
}
	
/* News listing */
	
.newsbox {
	display: block;
	margin: 0 0 45px;
	min-height: 400px;
	position:relative;
	width: 100%;
}
	@media screen and (min-width: 768px) {
		.newsbox {
			float: left;
			margin: 0 1.6% 30px 0;
			width: 31.6%;
		}
		.newsbox.last {
			margin-right: 0;
		}
	}

.newsbox-content {
	padding: 105px 30px 80px;
	text-align: center;
}
	@media screen and (min-width: 768px) {
		.newsbox-content {
			padding: 60px 30px 80px;
		}
	}
	@media screen and (min-width: 1024px) {
		.newsbox-content {
			padding: 105px 30px 80px;
		}
	}

.newsbox-content h6 {
	font-size: 1.375em; /* 22 */
	line-height: 1.27;
}
	@media screen and (min-width: 768px) {
		.newsbox-content h6 {
			font-size: 1.25em;
		}
	}
	@media screen and (min-width: 1024px) {
		.newsbox-content h6 {
			font-size: 1.375em;
		}
	}

.newsbox-content a:link,
.newsbox-content a:visited {
	color: #fff;
	font-weight: 500 !important;
}

.newsbox-content a:active,
.newsbox-content a:hover {
	color: #f1f1f1;
}

.newsbox-link {
	position: absolute;
	bottom: 60px;
	left: 0;
	right: 0;
	text-align: center;
}

/* Cases listing */

.casebox {
	background-color: #f7f7f7;
	display: block;
	margin: 0 0 45px;
	min-height: 400px;
	position:relative;
	width: 100%;
}
	@media screen and (min-width: 768px) {
		.casebox {
			float: left;
			margin: 0 2.6% 30px 0;
			width: 31.6%;
		}
		.casebox.last {
			margin-right: 0;
		}
	}

.casebox-content {
	padding: 27px 25px 25px;
}

.casebox-content h6 {
	font-size: 1.125em;
	line-height: 1.555;
}

.casebox-content a:link,
.casebox-content a:visited {
	color: #2f2f2f;
	font-weight: 700;
}

.casebox-content a:active,
.casebox-content a:hover {
	color: #f47a1f;
}

.casebox-img {
	height: 180px;
	position: absolute;
	bottom: 25px;
	left: 25px;
	right: 25px;
	width: calc( 100% - 50px );
}
	@media screen and (min-width: 768px) {
		.casebox-img {
			height: 100px;
		}
	}
	@media screen and (min-width: 1024px) {
		.casebox-img {
			height: 180px;
		}
	}

/* Blog listing */

#blog-featured {
	background-color: #f9f8f8;
	margin-bottom: 45px;
	padding: 25px 25px 0 25px;
	position: relative;
}
	@media screen and (min-width: 768px) {
		#blog-featured {
			padding: 30px 30px 0 30px;
		}
	}
	@media screen and (min-width: 1400px) {
		#blog-featured {
			padding: 35px 35px 0 35px;
		}
	}

#blog-featured-img {
	min-height: 245px;
	margin-bottom: 20px;
	width: 100%;
}
	@media screen and (min-width: 768px) {
		#blog-featured-img {
			float: right;
			margin-bottom: 0;
			padding-bottom: 22px;
			width: 39%;
		}
	}
	@media screen and (min-width: 1400px) {
		#blog-featured-img {
			padding-bottom: 35px;
		}
	}

#blog-featured-content {
	padding-bottom: 40px;
}
	@media screen and (min-width: 768px) {
		#blog-featured-content {
			float: left;
			padding-bottom: 54px;
			width: 57.5%;
		}
	}
	@media screen and (min-width: 1400px) {
		#blog-featured-content {
			float: left;
			padding-bottom: 74px;
			width: 57.5%;
		}
	}
	
#blog-featured-content h2 {
	margin: 0.75em 0 0.5em;
}


#blog-featured-link {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
}

#blog-featured-link h6 {
	font-size: 1.375em;
	margin: 0;
}

#blog-featured-link a {
	display: block;
	font-weight: 700 !important;
	padding: 25px;
}
	@media screen and (min-width: 768px) {
		#blog-featured-link a {
			padding: 30px;
		}
	}
	@media screen and (min-width: 1400px) {
		#blog-featured-link a {
			padding: 35px;
		}
	}

#blog-featured-link a:link,
#blog-featured-link a:visited {
	border-bottom: 4px solid #afafaf;
	color: #2b2b2b;
}

#blog-featured-link a:active,
#blog-featured-link a:hover {
	border-bottom: 4px solid #ff8a00;
	color: #f47a1f;
}

#blog-featured-link a:after {
	content: "\203A";
	display: block;
	font-size: 38px;
	margin-left: 130px;
	position: absolute;
    top: 14px;
}
	@media screen and (min-width: 768px) {
		#blog-featured-link a:after {
			top: 19px;
		}
	}
	@media screen and (min-width: 1400px) {
		#blog-featured-link a:after {
			top: 24px;
		}
	}
	
.blogbox {
	border-bottom: 4px solid #afafaf;
	margin-top: 20px;
	min-height: 180px;
	position: relative;
}
	@media screen and (min-width: 768px) {
		.blogbox {
			float: left;
			width: 48.5%;
			margin-right: 3%;
		}
		.blogbox.last {
			margin-right: 0;
		}
	}

.blogbox:after {
	color: #afafaf;
	content: "\203A";
	display: block;
	font-size: 60px;
	position: absolute;
    bottom: 20px;
	right: 30px;
}

.blogbox.active {
	border-bottom: 4px solid #ff8a00;
}

.blogbox.active:after {
	color: #f47a1f;
}

.blogbox-content h6 {
	font-size: 1.375em;
	margin: 1.35em 0 0;
}

.blogbox-content h6 span {
	display: inline-block;
	padding: 0 25px 25px;
	width: 82%;
}

.blogbox-content p {
	padding: 25px 25px 0 25px;
}
	@media screen and (min-width: 768px) {
		.blogbox-content h6 span {
			padding: 0 30px 30px;
		}
		.blogbox-content p {
			padding: 30px 30px 0 30px;
		}
	}
	@media screen and (min-width: 1400px) {
		.blogbox-content h6 span {
			padding: 0 35px 35px;
		}
		.blogbox-content p {
			padding: 35px 35px 0 35px;
		}
	}

a.blogbox-link {
	display: block;
	font-weight: 700 !important;
	transition: all 0.1s;
}

a.blogbox-link:link,
a.blogbox-link:visited {
	color: #2b2b2b;
}

a.blogbox-link:active,
a.blogbox-link:hover {
	color: #f47a1f;
}
	
/* Articles */

#metas {
	border-bottom: 1px solid #b4b4b4;
	margin: 30px 0 38px;
	padding-bottom: 12px;
	position: relative;
}

#meta-date {
	position: absolute;
	bottom: 10px;
	left: 0;
}

#meta-share {
	float: right;
	width: 50%;
}

#meta-share.blog-share {
	margin-bottom: 30px;
}
	@media screen and (min-width: 500px) {
		#meta-share.blog-share {
			margin-bottom: 0;
		}
	}

#article-asides {
	border-top: 1px solid #b4b4b4;
	margin-top: 40px;
}
	@media screen and (min-width: 1024px) {
		#article-asides {
			border-top: 0;
			border-left: 1px solid #b4b4b4;
			float: right;
			margin-top: 0;
			max-width: 390px;
			width: 34%;
		}
		#article-content {
			float: left;
			max-width: 730px;
			width: 64%;
		}
	}

#article-related {
	border-bottom: 1px solid #b4b4b4;
	padding: 50px 0 37px;
}
	@media screen and (min-width: 1024px) {
		#article-related {
			padding: 0 0 37px 55px;
		}	
	}

#article-related h6 {
	font-size: 1.625em;
	margin-top: 0;
}

#article-related li {
	margin-bottom: 15px;
}

#article-related a:link,
#article-related a:visited {
	color: #f47a1f;
	font-weight: 700 !important;
	text-decoration: underline;
}

#article-related a:active,
#article-related a:hover {
	color: #ff8a00;
}

#article-categories {
	padding: 40px 0 0;
}
	@media screen and (min-width: 1024px) {
		#article-categories {
			padding: 40px 0 30px 38px;
		}
	}

#article-categories li {
	display: inline-block;
	margin-right: 16px;
}

#article-categories li a:link,
#article-categories li a:visited {
	background: #2b2b2b;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	padding: 8px 15px;
	text-transform: uppercase;
}

#article-categories li a:active,
#article-categories li a:hover {
	background: #b4b4b4;
}
	
#article-nav {
	position: relative;
}
	
.article-nav-links a:link,
.article-nav-links a:visited {
	color: #ff8a00;
	font-weight: 400;
	text-decoration: underline;
}

.article-nav-links a:active,
.article-nav-links a:hover {
	color: #f4791d;
}

#nav-previous {
	float: left;
	margin-top: 20px;
	width: 150px;
}

#nav-next {
	float: right;
	margin-top: 20px;
	text-align: right;
	width: 150px;
}
	@media screen and (min-width: 768px) {
		#nav-previous,
		#nav-next {
			margin-top: 0;
			position: absolute;
			top: 75px;
		}
		#nav-previous {
			left: 0;
		}
		#nav-next {
			right: 0;
		}
	}
	@media screen and (min-width: 1400px) {
		#nav-previous,
		#nav-next {
			top: 95px;
		}
	}
	
/* Comments */

.comments-title,
#reply-title {
	margin-top: 0;
}

.comment-body { 
	margin: 40px 0; 
}

.comment-body p { 
	font-size: 1em;
}

.comment.depth-1 { 
	border-bottom: 1px solid #b4b4b4; 
}

.comment.depth-2,
.comment.depth-3 { 
	margin-left: 30px; 
	border-top: 1px solid #b4b4b4; 
}

.comment-awaiting-moderation { 
	color: #b4b4b4; 
}

/* Simple lightbox */

#slb_viewer_wrap .slb_theme_slb_default .slb_group_status {
	font-family: 'Roboto', sans-serif !important;
    font-style: normal !important;
    font-size: 16px !important;
}

#slb_viewer_wrap .slb_theme_slb_default .slb_container {
	box-shadow: 0 !important;
	border-radius: 0 !important;
}

#slb_viewer_wrap .slb_theme_slb_default span.slb_template_tag_item_title {
	display: none;
}


/**
 * 4.0 Links
 */

a {
	background-color: transparent;
	transition: all 0.2s ease;
}

a:hover,
a:active,
a:focus,
object:focus {
	-moz-outline-style: none;
	outline: none;
}

a:link,
a:visited  {
	color: #ff7b06;
	font-weight: 400;
	text-decoration: none;
}

a:active,
a:hover {
	color: #f4791d;
}

.text-light a:link,
.text-light a:visited,
.text-light a:active,
.text-light a:hover  {
	color: #fff;
}

/* Button style links */

.button-link a {
	border-radius: 25px;
	display: inline-block;
	font-size: 15px;
	font-weight: 700 !important;
	letter-spacing: 1px;
	margin-bottom: 5px;
	padding: 15px 53px 15px 43px;
	text-align: center;
	text-transform: uppercase;
}

.button-link a:link,
.button-link a:visited  {
	background: #f4791d url(../images/link-arrow.png) 90% no-repeat;
	background-size: 8px 13px;
	color: #fff;
}

.button-link a:hover,
.button-link a:active {
	background-color: #ff7b06;
}

.button-link.button-big a {
	font-size: 17px;
	padding: 16px 43px 16px 53px;
}

.button-link.button-big a:link,
.button-link.button-big a:visited  {
	background: #f4791d url(../images/link-arrow-back.png) 20px no-repeat;
	background-size: 8px 13px;
}

.button-link.button-big a:hover,
.button-link.button-big a:active {
	background-color: #ff7b06;
}

.button-text {
	color: #2d2d2d;
	font-size: 16px;
	font-weight: 700;
	line-height: 21px;
}

button.alm-load-more-btn.load-link {
	background: #f4791d !important;
	border-radius: 25px;
    font-family: inherit;
    font-size: 17px;
    font-weight: 700;
	height: auto;	
	letter-spacing: 1px;
	line-height: 1;	
	margin: 40px 0 5px;
	outline: none;
	padding: 16px 43px;
	text-transform: uppercase;    
}

button.alm-load-more-btn.loading:before {
	height: 25px !important;
	width: 25px !important;
	left: 5px !important;
	top: 5px !important;
}

/* Share buttons */

.do-share {
	color: #6f6f6f;
	display: block;
	font-size: 14px;
	padding-bottom: 20px;
	text-align: right;
}

ul.share-buttons{
	margin: 0;
	padding: 0;
	text-align: right;
}

ul.share-buttons li {
	display: inline;
}

ul.share-buttons li:before {
	content: "";
	display: none;
}

ul.share-buttons .sr-only {
	border: 0;
	clip: rect(1px 1px 1px 1px);
	clip: rect(1px, 1px, 1px, 1px);
	height: 1px;
	position: absolute;
	overflow: hidden;
	padding: 0;
	width: 1px;
}


/**
 * 5.0 Menus
 */

.tcon {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background: transparent;
	border: none;
	cursor: pointer;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	height: 25px;
	outline: none;
	transition: 0.3s;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 34px;
	-webkit-tap-highlight-color: transparent;
	-webkit-tap-highlight-color: transparent;
}

.tcon > * {
	display: block;
}

.tcon:hover,
.tcon:focus {
	outline: none;
}

.tcon::-moz-focus-inner {
	border: 0;
}

.tcon-menu__lines {
	background: black;
	display: inline-block;
	height: 3px;
	width: 34px;
	transition: 0.3s;
	position: relative;
}

.tcon-menu__lines::before,
.tcon-menu__lines::after {
	background: black;
	content: '';
	display: inline-block;
	height: 3px;
	position: absolute;
	left: 0;
	transition: 0.3s;
	-webkit-transform-origin: 1.5px center;
	transform-origin: 1.5px center;
	width: 34px;
	width: 100%;
}

.tcon-menu__lines::before {
	top: 11px;
}

.tcon-menu__lines::after {
	top: -11px;
}

.tcon-transform .tcon-menu__lines {
	-webkit-transform: scale3d(0.8, 0.8, 0.8);
	transform: scale3d(0.8, 0.8, 0.8);
}

.tcon-menu--xcross {
	width: auto;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines {
	background: transparent;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before,
.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	top: 0;
	width: 34px;
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::before {
	-webkit-transform: rotate3d(0, 0, 1, 45deg);
	transform: rotate3d(0, 0, 1, 45deg);
}

.tcon-menu--xcross.tcon-transform .tcon-menu__lines::after {
	-webkit-transform: rotate3d(0, 0, 1, -45deg);
	transform: rotate3d(0, 0, 1, -45deg);
}

.tcon-visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}

.tcon-visuallyhidden:active,
.tcon-visuallyhidden:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}

.noscroll {
	overflow-y: hidden;
}

#menu-toggle {
	position: absolute;
	top: 33px;
	right: 6%;
	z-index: 1100;
}
	@media screen and (min-width: 1024px) {
		#menu-toggle {
			top: 50px;
			right: 4%;
		}
	}
	@media screen and (min-width: 1200px) {
		#menu-toggle {
			display: none !important;
		}
	}

#menu-toggle.indented {
	right: calc(6% + 10px);
}

#search-desktop {
	display: none !important;
}
	@media screen and (min-width: 1200px) {
		#search-mobi {
			display: none !important;
		}
		#search-desktop {
			display: inline !important;
			position: relative;
		}
	}
	
#main-menu {
	background-color: #f7f7f7;
	color: #2f2f2f;
	display: none;
	height: auto;
	overflow-x: hidden;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
    right: 0;
	width: 100%;
	z-index: 1000;
}
	@media screen and (min-width: 1200px) {
		#main-menu  {
			background-color: transparent;
			display: block;
			float: right;
			margin-right: 4%;
			overflow-x: visible;
			overflow-y: visible;
			position: static;
			width: calc(92% - 130px);
		}
	}
	@media screen and (min-width: 1400px) {
		#main-menu  {
			width: calc(92% - 200px);
		}
	}

#main-menu-links {
	margin: 27px 6% 35px;
}
	@media screen and (min-width: 1024px) {
		#main-menu-links {
			margin: 45px 6% 35px;
		}
	}
	@media screen and (min-width: 1200px) {
		#main-menu-links {
			float: left;
			margin: 0 auto;
			width: calc(100% - 390px);
		}
	}

#top-menu li {
	display: block;
	width: 90%;
}
	@media screen and (min-width: 1024px) {
		#top-menu li {
			width: 98%;
		}
	}
	@media screen and (min-width: 1200px) {
		#top-menu {
			display: block;
			position: relative;
			text-align: center;
		}
		#top-menu li {
			display: inline-block;
			height: 90px;
			line-height: 75px;
			width: auto;
		}
	}
	@media screen and (min-width: 1400px) {
		#top-menu li {
			height: 125px;
			line-height: 110px;
		}
	}

#top-menu li a {	
	display: block;
	font-size: 1.375em;
	font-weight: 700;
	letter-spacing: 0.5px;
	padding: 21px 0;
}
	@media screen and (min-width: 1200px) {
		#top-menu li a {
			border-top: 7px solid #fff;
			font-size: 0.9375em;			
			padding: 0 10px;
		}
	}
	@media screen and (min-width: 1400px) {
		#top-menu li a {
			font-size: 1.0625em;			
			padding: 0 12px;
		}
	}
	@media screen and (min-width: 1600px) {
		#top-menu li a {		
			font-size: 1.125em;	
			padding: 0 25px;
		}
	}

#top-menu li a:link,
#top-menu li a:visited {
	color: #2f2f2f;
}

#top-menu li a:active,
#top-menu li a:hover,
#top-menu li.current-menu-item > a,
#top-menu li.current-page-ancestor > a {
	color: #ff7b06;
	text-decoration: none;
}
	@media screen and (min-width: 1200px) {
		#top-menu li.current-menu-item > a,
		#top-menu li.current-page-ancestor > a {
			border-top: 7px solid #ff7b06;
		}			
	}

/* Sub-menu */

#top-menu .sub-menu {
	font-size: 0.63em;
	margin: -16px 0 15px;
}
	@media screen and (min-width: 1200px) {
		#top-menu .sub-menu {
			display: none;
			font-size: 0.75em;
			margin: 0;
			position: absolute;
			top: 100%;
			text-align: left;
			width: 215px;
			z-index: 2000;
		}
		#top-menu li:hover > .sub-menu {
			display: block;
		}
	}

	@media screen and (min-width: 1024px) {
		#top-menu .sub-menu li {
			display: inline-block;
			margin-right: 10px;
			width: auto;
		}
	}
		@media screen and (min-width: 1200px) {
		#top-menu .sub-menu li {
			background-color: #f7f7f7;
			display: block;
			height: auto;
			line-height: 1.214;
			margin: 0;
			padding: 0;
			position: relative;
			text-align: left;
			width: 100%;
		}
		#top-menu .sub-menu li:first-child {
			padding-top: 15px;
		}
		#top-menu .sub-menu li:last-child {
			padding-bottom: 15px;
		}
	}
	
#top-menu .sub-menu li a {
	font-weight: 500 !important;
	letter-spacing: 0;
	padding: 8px 0;
	text-transform: uppercase;
}
	@media screen and (min-width: 1200px) {
		#top-menu .sub-menu li a {
			border-top: 0;
			padding: 13px 25px;
		}
	}

#top-menu .sub-menu li a:active,
#top-menu .sub-menu li a:hover,
#top-menu .sub-menu li.current-menu-item > a {
	border-top: 0;
	color: #ff7b06;
	text-decoration: none;
}
	@media screen and (min-width: 1200px) {
		#top-menu .sub-menu li.current-menu-item > a {
			border-top: 0;
		}	
	}
	
/* Social menus */
	
#social-menu {
	margin: 0 20px 40px;
	text-align: center;
}
	@media screen and (min-width: 1200px) {
		#social-menu {
			float: right;
			margin: 30px 0 0;
			text-align: right;
		}
	}
	@media screen and (min-width: 1400px) {
		#social-menu {
			margin: 40px 0 0;
		}
	}

#social-menu li {
	display: inline-block;
	margin: 0 5px;
}

#social-menu li#pp-header {
	display: block;
	margin-bottom: 18px;
}
	@media screen and (min-width: 1024px) {
		#social-menu li#pp-header {
			display: inline-block;
			margin-bottom: 0;
		}
	}

#social-menu-footer {
	margin: 0 auto;
	text-align: center;
}
	@media screen and (min-width: 1024px) {
		#social-menu-footer {
			float: right;
			text-align: left;
			width: 30%;
		}
	}
	@media screen and (min-width: 1400px) {
		#social-menu-footer {
			margin: 0;
		}
	}

#social-menu-footer li {
	display: inline-block;
	margin: 0 5px;
}
	@media screen and (min-width: 1024px) {
		#social-menu-footer-links {
			float: right;
		}
		#social-menu-footer li {
			margin: 0 0 0 8px;
		}
	}
	
#pp-footer {
	margin: 45px 0 55px;
}
	@media screen and (min-width: 1024px) {
		#pp-footer {
			float: right;
			margin: 0 0 55px;
		}
	}


/* Language switcher */

#lang-switcher {
	text-align: center;
	margin-bottom: 40px;
}
#lang-switcher a {
	border-right: 1px solid #545454;
	color: #545454;
	font-size: 13px;
	margin-left: 10px;
	padding-right: 10px;
}
#lang-switcher a:last-child {
	border-right: 0;
}
#lang-switcher a:active,
#lang-switcher a:hover {
	color: #545454;
}
#lang-switcher a img {
	display: inline-block;
	height: 16px;
	margin: -3px 0 0 4px;
	width: 16px;
}
@media screen and (min-width: 1200px) {
	#lang-switcher {
		float: right;
		margin-bottom: 0;
		margin-top: 8px;
	}
}
@media screen and (min-width: 1400px) {
	#lang-switcher {
		margin-top: 12px;
	}
}


/* Footer menus */

#footer-menus {
	border-bottom: 1px solid #3a79af;
	margin-bottom: 59px;
	padding-bottom: 67px;
}
	@media screen and (min-width: 1024px) {
		#footer-menus {
			padding-bottom: 10px;
		}
	}

	@media screen and (min-width: 768px) {
		.footernav {
			float: left;
			margin-right: 2%;
			width: 32%;
		}
		.footernav.last {
			margin-right: 0;
		}
	}
	@media screen and (min-width: 1024px) {
		#page-menus {
			float: left;
			width: 60%;
		}
	}

#footer-menus p {
	margin-bottom: 24px;
}

#social-menu-footer p {
	margin-bottom: 12px;
}
	@media screen and (min-width: 1024px) {
		#social-menu-footer p {
			margin-left: 8px;
		}
	}

.footernav ul {
	list-style-type: none;
	margin-bottom: 44px;
}

.footernav li {
	margin-bottom: 8px;
}

.footernav a:link,
.footernav a:visited {
	color: #fff;
	font-size: 0.75em;
	font-weight: 400;
}

.footernav a:active,
.footernav a:hover {
	color: #fff;
	text-decoration: underline;
}


/**
 * 6.0 Images
 */

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	height: auto;
	max-width: 100%;
	vertical-align: middle;
}

embed,
iframe,
object,
video,
.entry-content img,
.entry-summary img,
.comment-content img,
.widget img,
.wp-caption {
	max-width: 100%;
}

img.wp-smiley,
.rsswidget img {
	border: none;
	margin-top: 0;
	margin-bottom: 0;
	padding: 0;
}

.aligncenter,
.alignleft,
.alignright {
	display: block;
}

.aligncenter {
	margin: 0 auto 20px;
}

.alignleft,
.alignright  {
	margin: 10px 0 20px 0;
}
	@media screen and (min-width: 600px) {
		.alignleft { 
			float: left;
			margin: 10px 40px 20px 0;
		}
		.alignright {
			float: right;
			margin: 10px 0 20px 40px;
		}
	}

.wp-caption-text,
.entry-caption {
	font-size: 0.875em;
	line-height: 1.25em;
}


/**
 * 7.0 Forms
 */

input[type="text"],
input[type="email"],
input[type="password"],
input[type="submit"] {
    border-radius: 0;
    -webkit-appearance: none;
}

input:focus, textarea:focus {
	outline: 0;
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea,
select {
	background: #fff;
	border: 1px solid #2f2f2f;
	border-radius: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #2f2f2f;
	padding: 10px 20px;
	width: 100%;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
	border: 1px solid #f47a1f;
	outline: 0;
}

select::-ms-expand {
    display: none;
}

input[type="submit"] {
	background: #f4791d;
	border: none;
	border-radius: 25px;
	color: #fff;
	font-size: 15px;
	font-weight: 700 !important;
	letter-spacing: 1px;
	padding: 15px 43px;
	text-align: center;
	text-transform: uppercase;
	transition: background 0.2s ease;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
	background-color: #ff7b06;
	outline: none;
}

#search-form-desktop {
	display: none;
	position: absolute;
	top: 200%;
	z-index: 500;
}

#search-field-desktop {
	background: #fff;
	border: 1px solid #848484;
    border-radius: 20px;
	color: #2f2f2f;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	width: 200px;
}

#search-form-mobi {
	position: relative;
}

#search-field-mobi {
	background: transparent;
	border: 0;
	border-bottom: 1px solid #b4b4b4;
	color: #2f2f2f;
	height: 40px;
	line-height: 40px;
	padding: 0 30px 0 0;
	width: calc(100% - 30px);
}

#search-field-mobi:focus {
	border-bottom: 1px solid #f47a1f;
}

input[type="submit"].search-submit {
	background: transparent url(../images/search-icon.png) top right no-repeat;
	background-size: 40px 40px;
	border: 0;
	height: 40px;
	line-height: 40px;
	padding: 0;
	position: absolute;
	right: 0;
	top: 0;
	transition: none;
	width: 30px;
}

#search-form-desktop input[type="submit"].search-submit {
	right: 12px;
	top: 6px;
}

input[type="submit"].search-submit:hover,
input[type="submit"].search-submit:focus {
	background-color: transparent;
}

::-webkit-input-placeholder {
	color: #7d7d7d;
	font-style: italic;
}

:-moz-placeholder {
	color: #7d7d7d;
	font-style: italic;
}

::-moz-placeholder {
	color: #7d7d7d;
	font-style: italic;
}

:-ms-input-placeholder {
	color: #7d7d7d;
	font-style: italic;
}

/* Partner Portal forms */

#loginform {
	width: 300px;
}

#loginform p {
	margin-bottom: 5px;
}

#loginform label {
	font-size: 0.875em;
}

#loginform input[type="text"]#aiowps-captcha-answer {
	margin-top: 5px;
}

#loginform input[type="submit"] {
	margin-top: 15px;
}

/* WPCF7 forms */

.wpcf7-textarea {
	height: 120px;
}

input[type="text"].wpcf7-not-valid,
input[type="email"].wpcf7-not-valid,
textarea.wpcf7-not-valid {
	border: 1px solid #f91147;
}

label.error,
.wpcf7 label.error,
.wpcf7 div.error,
.wpcf7 span.wpcf7-not-valid-tip,
.wpcf7 .screen-reader-response {
	display: none !important;
}

div.wpcf7-mail-sent-ok,
div.wpcf7-mail-sent-ng,
div.wpcf7-validation-errors {
	border: none !important;
	color: #2f2f2f;
	font-size: 1.0em;
	line-height: 1.5em;
	margin: 0 !important;
	padding: 0 !important;
}

input.before-download {
	width: 300px;
}


/**
 * 8.0 Galleries
 */

.gallery {
	margin: 40px auto;
}

.gallery-item {
	box-sizing: border-box;
	display: block;
	float: left;
	margin: 0.5%;
	padding: 0;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-item a:hover {
	opacity: 0.9;
}

.gallery-columns-2 .gallery-item {
	max-width: 49%;
}

.gallery-columns-3 .gallery-item {
	max-width: 32.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 24%;
}

.gallery-columns-5 .gallery-item {
	max-width: 19%;
}

.gallery-columns-6 .gallery-item {
	max-width: 15.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 13.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 11.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 10.11%;
}

.gallery-icon img {
	margin: 0 auto;
}

.gallery-caption {
	display: block;
	font-size: 0.875em;
	line-height: 1.25;
	padding: 0.5em 0;
}

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}


/**
 * 9.0 Revolution Slider
 */

.rev_slider .button-link a {
	margin-top: 52px;
	padding: 10px 53px 10px 43px;
}

.slideprev img,
.slidenext img {
	height: 20px !important;
	width: 14px !important;
}

.tparrows.gyges {
	background: transparent;
	height: 80px;
	width: 80px;
}

.tparrows.gyges:hover {
	background: transparent;
}

.tparrows.gyges:before {
    font-size: 60px;
    line-height: 60px;
}

.tparrows.gyges:hover:before {
	opacity: 0.5;
}

.case-slider-link a {
	display: inline-block;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 1px;
	padding: 30px 0 20px;
	text-decoration: underline;
	text-transform: uppercase;
}
	@media screen and (min-width: 1024px) {
		.case-slider-link a {
			font-size: 12px;
		}
	}
	
.case-slider-link span {
	color: #f47a1f;
	font-size: 20px;
}

.case-slider-link a:link,
.case-slider-link a:visited  {
	color: #f47a1f;
}

.case-slider-link a:hover,
.case-slider-link a:active {
	color: #ff7b06;
}