/* Magnific Popup CSS */

#tablepress-1 caption {
	display: none !important;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 989999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: left;
  width: 100%;
  margin: 0 auto;
  text-align: left;
  z-index: 989999; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
	color: #CCC; }
	.mfp-preloader a:hover {
	  color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }


button::-moz-focus-inner {
  padding: 0;
  border: 0; }


  .mfp-close:hover,
  .mfp-close:focus {
	opacity: 1;
	filter: alpha(opacity=100); }
  .mfp-close:active {
	top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
	margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
	opacity: 1;
	filter: alpha(opacity=100); }
  .mfp-arrow:before,
  .mfp-arrow:after,
  .mfp-arrow .mfp-b,
  .mfp-arrow .mfp-a {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent; }
  .mfp-arrow:after,
  .mfp-arrow .mfp-a {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px; }
  .mfp-arrow:before,
  .mfp-arrow .mfp-b {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after,
  .mfp-arrow-left .mfp-a {
	border-right: 17px solid #FFF;
	margin-left: 31px; }
  .mfp-arrow-left:before,
  .mfp-arrow-left .mfp-b {
	margin-left: 25px;
	border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after,
  .mfp-arrow-right .mfp-a {
	border-left: 17px solid #FFF;
	margin-left: 39px; }
  .mfp-arrow-right:before,
  .mfp-arrow-right .mfp-b {
	border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
	top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
	content: '';
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444; }
  .mfp-figure small {
	color: #BDBDBD;
	display: block;
	font-size: 12px;
	line-height: 14px; }
  .mfp-figure figure {
	margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
	   * Remove all paddings around the image on small screen
	   */
  .mfp-img-mobile .mfp-image-holder {
	padding-left: 0;
	padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
	padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
	top: 0;
	bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
	display: inline;
	margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
	background: rgba(0, 0, 0, 0.6);
	bottom: 0;
	margin: 0;
	top: auto;
	padding: 3px 5px;
	position: fixed;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box; }
	.mfp-img-mobile .mfp-bottom-bar:empty {
	  padding: 0; }
  .mfp-img-mobile .mfp-counter {
	right: 5px;
	top: 3px; }
  .mfp-img-mobile .mfp-close {
	top: 0;
	right: 0;
	width: 35px;
	height: 35px;
	line-height: 35px;
	background: rgba(0, 0, 0, 0.6);
	position: fixed;
	text-align: center;
	padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
	-webkit-transform: scale(0.75);
	transform: scale(0.75); }
  .mfp-arrow-left {
	-webkit-transform-origin: 0;
	transform-origin: 0; }
  .mfp-arrow-right {
	-webkit-transform-origin: 100%;
	transform-origin: 100%; }
  .mfp-container {
	padding-left: 0px;
	padding-right: 0px; } }

.mfp-ie7 .mfp-img {
  padding: 0; }

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px; }

.mfp-ie7 .mfp-container {
  padding: 0; }

.mfp-ie7 .mfp-content {
  padding-top: 44px; }

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0; }
html {
	-webkit-font-smoothing:antialiased;
}

a { outline: 0; }  
a:active { outline: none; }  
a:focus{ -moz-outline-style: none; }

.is-expanded .dropdown-container {
	display:block;
}

.modal-backdrop {
	opacity:.85!important;
}

.fadeInDelayed {
	display:none;
	-webkit-animation-delay:2s;
}

.row-eq-height {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}

.offset {
	margin-top:-16px;
}

.display_archive {
	font-family:'LeituraRoman';
	font-size:18px;
	line-height:inherit;
}

.campaign {
	border-bottom:1px solid #a1b9c5;
	padding-top:15px;
	padding-bottom:15px;
}

.filter {
	cursor:pointer;
	pointer-events:visible;
}

.img-circle {
	border-radius:50%;
	width:100px;
	height:100px;
}

#Container .mix {
	display:none;
}

.abCenter {
	-o-transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
	-moz-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
	left:50%;
	margin-right:-50%;
	position:absolute;
	top:50%;
}

.vCenter {
	-o-transform:translate(-0%,-50%);
	-webkit-transform:translate(-0%,-50%);
	-moz-transform:translate(-0%,-50%);
	transform:translate(-0%,-50%);
	position:absolute;
	top:50%;
}

.no-gutter-left {
	padding-left:0;
}

.no-gutter-right {
	padding-right:0;
}

.midway-horizontal,.midway-vertical {
	display:none;
}

.js-clingify-ztransform,.js-clingify-wrapper {
	-webkit-transform:translateZ(0);
	-moz-transform:translateZ(0);
	-ms-transform:translateZ(0);
	-o-transform:translateZ(0);
	transform:translateZ(0);
}

.js-clingify-wrapper {
	width:100%;
}

.js-clingify-locked {
	left:0;
	position:fixed;
	top:0;
	z-index:99999;
}

pre {
	display:block;
	padding:0;
	margin:0;
	font-size:13px;
	line-height:1.42857143;
	color:#333;
	word-break:break-all;
	word-wrap:break-word;
	background-color:transparent;
	border:0 solid #ccc;
	border-radius:0;
}

.slideshow-block {
	float:left;
	margin:10px;
	position:relative;
	width:150px;
	height:150px;
	overflow:hidden;
	background:#111 url(https://farm1.staticflickr.com/38/82549647_36259bcf44_q.jpg);
}

.slides {
	z-index:0;
	visibility:hidden;
}

.slides.active {
	visibility:visible;
}

.clear {
	clear:both;
}

.embed-container {
	position:relative;
	padding-bottom:56.25%;
	height:0;
	overflow:hidden;
	max-width:100%;
}

.embed-container iframe,.embed-container object,.embed-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.textbox li:last-child,.textbox.Brown li:last-child {
	border:0;
}

.textbox li:first-child {
	border-top:1px solid #E3DACE;
}

.grid-item {
	float:left;
	border:0;
	margin:0;
	padding:0;
	outline:0;
}

.grid-item,.grid-item-content {
	display:block;
}

.grid-item-content {
	width: 100%;
	height:100%;
	-webkit-transition: width 0.4s, height 0.4s;
	transition: width 0.4s, height 0.4s;
}

.grid-item.is-expanded,.grid-item.is-expanded .grid-item-content {
	width:540px!important;
	height:auto!important;
	float:left;
	position:relative;
}

.grid-item:hover .grid-item-content {
	cursor:pointer;
}

.grid-item.is-expanded {
	z-index:2;
}

.grid-item.is-expanded .grid-item-content {
}

.dropdown-container {
	display:none;
}

@font-face {
	font-family:'GT Haptik Medium';
	src:url('..//fonts/GT-Haptik-Medium.eot');
	src:url('..//fonts/GT-Haptik-Medium.eot?#iefix') format('embedded-opentype'),url('..//fonts/GT-Haptik-Medium.woff') format('woff'),url('..//fonts/GT-Haptik-Medium.ttf') format('truetype'),url('..//fonts/GT-Haptik-Medium.svg#0f010929641b9975f3f06964a235a5bb') format('svg');
	font-style:normal;
	font-weight:400;
}

@font-face {
	font-family:'Romain Headline Italic';
	src:url('..//fonts/RomainHeadline-RegularItalic.eot');
	src:url('..//fonts/RomainHeadline-RegularItalic.eot?#iefix') format('embedded-opentype'),url('..//fonts/RomainHeadline-RegularItalic.woff') format('woff'),url('..//fonts/RomainHeadline-RegularItalic.ttf') format('truetype'),url('..//fonts/RomainHeadline-RegularItalic.svg#37505582eafdb4cc0ae3f8ebc2d0f16b') format('svg');
	font-style:italic;
	font-weight:400;
}

@font-face {
	font-family:'Romain Headline';
	src:url('..//fonts/RomainHeadline-Regular.eot');
	src:url('..//fonts/RomainHeadline-Regular.eot?#iefix') format('embedded-opentype'),url('..//fonts/RomainHeadline-Regular.woff') format('woff'),url('..//fonts/RomainHeadline-Regular.ttf') format('truetype'),url('..//fonts/RomainHeadline-Regular.svg#0a5dc4cb1866a253649c2a7f4f600000') format('svg');
	font-style:normal;
	font-weight:400;
}

.btn-info {
	font-family:'GT Haptik Medium';
	background:#555555;
	border:#555555;
	border-radius: 0;
}

.form-control {
	border-radius: 0;
}

.col-centered {
	float:none;
	margin:0 auto;
}

#landing,#landingHome,#landingFull,#landingNoImg {
	width:100%;
	overflow:hidden;
}

.imgSmall {
	height:248px;
}

.img160 {
	height:160px;
}

.imgCrop {
	height:388px;
}

.imgFull,.halfSize,.halfSizeNews,.fullSize {
	overflow:hidden;
}

.innerpadding60 {
	padding:60px;
}

.innerpadding20 {
	padding:20px;
}

.rowPaddingTop {
	padding-top:15px;
}

/* 01 TYPOGRAPHY */
body {
	font-family:'Romain Headline';
	background:#fff;
}

h1 {
	font-family:'Romain Headline';
	font-size:42px;
}

.textbox.Brown h1:after,.textbox.DarkBrown h1:after,.textbox.Grey h1:after {
	background-image:url('https://www.coreequityholdings.com/wp-content/uploads/2017/05/symbolWhite-300x300.png');
	background-size:25px 25px;
	display:inline-block;
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	content:"";
	position:absolute;
	z-index:9999999999;
	margin-top:7px;
}

.textbox.Natural h1:after {
	background-image:url('https://www.coreequityholdings.com/wp-content/uploads/2017/05/symbolGrey-300x300.png');
	background-size:25px 25px;
	display:inline-block;
	background-repeat:no-repeat;
	width:25px;
	height:25px;
	content:"";
	position:absolute;
	z-index:9999999999;
	margin-top:7px;
}

h2 {
	font-family:'Romain Headline';
}

h3 {
	font-family:'Romain Headline';
	line-height:inherit;
}

h4 {
	font-family:'Romain Headline';
	line-height:inherit;
}

h4 strong {
	font-family:'GT Haptik Medium';
	font-weight:100;
	font-size: 21px !important;
}

h5,h5 p {
	font-family:'GT Haptik Medium';
	font-size:17px;
}

h5 p strong {
	font-family:'GT Haptik Medium';
	font-size:17px;
	font-weight:100;
}

p {
	font-family:'Romain Headline';
	font-size:17px;
}

strong,b {
	font-family:'Romain Headline';
}

i {
	font-family:'Romain Headline Italic';
}

a {
	text-decoration:none;
}

a:link {
	text-decoration:none;
	color: white;
}

a:hover {
	text-decoration:none;
	color:#111;
}

a:visited {
	text-decoration:none;
	color: white;
}

a:visited:hover {
	text-decoration:none;
	color:#111;
}

.contact a:link {
	text-decoration:none;
	color: white;
	border-bottom: 1px solid white;
}

.contact a:hover {
	text-decoration:none;
	color:#111;
	border-bottom: 1px solid #111;
}

.contact a:visited {
	text-decoration:none;
	color: white;
	border-bottom: 1px solid white;
}

.contact a:visited:hover {
	text-decoration:none;
	color:#111;
	border-bottom: 1px solid #111;
}

.fademein {
	display:none;
}

/* 02 COLOUR */
.Natural {
	background:#e4dace;
}

.White {
	background:#ffffff;
}

.Brown {
	background:#947a69;
	color:#fff;
}

.DarkBrown {
	background:#2d1400;
	color:#fff;
}

.Grey {
	background:#575555;
	color:#fff;
}

#whiteBox {
	background:#fff;
}

#darkblueBox {
	background:rgba(145,169,196,1.0);
	color:#fff;
}

footer {
	padding:15px 0;
	color:#555;
}

#copyright, #copyrightMobile {
	font-family:'GT Haptik Medium';
	padding-top:5px;
}

#copyrightRight, #copyrightMobileRight {
	font-family:'Romain Headline';
	font-size:12px;
	padding-top:5px;
}

#copyrightRight a, #copyrightMobileRight a {
	color:#555;
	border-bottom:1px solid #555;
}

#formBox h1 {
	margin-top:0;
}

/* 03 MENU */
header {
	font-family: 'GT Haptik Medium';
	color:#fff;
	background:rgba(255,255,255,0.0);
	height:90px;
	line-height:90px;
	position:fixed;
	width:100%;
	font-size: 16px;
	z-index:99999;
}

header a:link {
	color:#fff;
}

header a:visited {
	color:#fff;
}

header a:hover {
	color:#fff;
}

header a:visited:hover {
	color:#fff;
}

#icon {
	position:absolute;
	margin-left:15px;
}

#menu-mainmenu li {
	display:inline-block;
	padding-left:30px;
	padding-right: 30px;
}

#menu-mainmenu li:first-child {
	display:inline-block;
	padding-left:0;
}

.menu-mainmenu-container {
	padding-top:0;
}

li.page_item {
	color:#fff;
	padding-top:0;
	padding-bottom:0;
}

li.page_item a:link {
	color:#fff;
	border-bottom:1px solid #fff;
}

li.page_item a:visited {
	color:#fff;
	border-bottom:1px solid #fff;
}

h1 li.page_item {
	border-bottom:1px solid #91A9C4;
	padding-top:15px;
	padding-bottom:15px;
}

h1 li.page_item a:link {
	color:#fff;
}

h1 li.page_item a:visited {
	color:#fff;
}

.textbox li {
	border-bottom:1px solid #E3DACE;
	padding-top:15px;
	padding-bottom:15px;
	background-image:url('..//images/arrow.png');
	background-repeat:no-repeat;
	background-position:98% center;
	background-size:12px 24px;
}

.textbox.Brown li {
	border-bottom:1px solid #E3DACE;
	padding-top:15px;
	padding-bottom:15px;
	background-image:url(' ');
	background-repeat:no-repeat;
	background-position:98% center;
	background-size:12px 24px;
}

.textbox {
}

h4 li {
	border-bottom:1px solid #E3DACE;
	padding-top:15px;
	padding-bottom:15px;
}

.navbar-default {
	background-color:transparent;
	border-color:transparent;
}

.navbar {
	border:0 solid transparent;
	margin-bottom:0;
	min-height:60px;
	position:relative;
}

.navbar-default .navbar-collapse,.navbar-default .navbar-form {
	border-color:transparent;
}

.navbar-collapse {
	-webkit-box-shadow:rgba(255,255,255,0.0) 0 0 0 inset;
	border-top-color:transparent;
	border-top-style:solid;
	border-top-width:0;
	box-shadow:rgba(255,255,255,0.0) 0 0 0 inset;
	overflow-x:visible;
	padding-left:15px;
	padding-right:15px;
	text-align:center;
	font-family:'NeuzeitSLT-Book';
}

.image-overlay {
	position:absolute;
	background-color:rgba(0,0,0,1.0);
	opacity:.25;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	margin-left:0;
	margin-right:0;
}

.image-hover-overlay {
	position:absolute;
	background-color:rgba(0,255,50,0.75);
	opacity:0;
	bottom:0;
	left:0;
	position:absolute;
	right:0;
	top:0;
	margin-left:10px;
	margin-right:10px;
}

#fillBox {
	z-index:99999;
	display:block;
	position:absolute;
	left:0;
	top:0;
}

.textbox100:before {
	content:"";
	position:absolute;
	z-index:-1;
	top:0;
	bottom:72%;
	left:50%;
	border-left:1px solid #333;
	z-index:999;
}

.textbox100:after {
	content:"";
	position:absolute;
	z-index:-1;
	top:74%;
	bottom:0;
	left:50%;
	border-left:1px solid #333;
	z-index:999;
}

.textbox100.Grey:after,.textbox100.Grey:before {
	border-left:1px solid #fff;
}

.textbox100.DarkBrown:after,.textbox100.DarkBrown:before {
	border-left:1px solid #fff;
}

.boxLined h1:before,.boxLined h1:after {
	content:none;
	display:none;
}

.boxLined h1 {
	padding:30px;
}

.boxLined .col-xs-12 {
	padding:0;
}

.boxLined h1,.afterTitle,.beforeTitle {
	float:left;
}

.beforeTitle,.afterTitle {
	content:"";
	width:30%;
	border-top:1px solid #fff;
	margin-top:25px;
}

.boxLined:after {
	content:"";
	position:absolute;
	z-index:-1;
	top:58%;
	bottom:0;
	left:50%;
	border-left:1px solid #fff;
	z-index:999;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.boxLined:before {
	content:"";
	position:absolute;
	z-index:-1;
	bottom:58%;
	top:0px;
	left:50%;
	border-left:1px solid #fff;
	z-index:999;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

#landingFull:before {
	content:"";
	position:absolute;
	z-index:-1;
	bottom:97.5%;
	top:0;
	left:50%;
	border-left:1px solid #fff;
	z-index:999;
}

#landing:before {
	content:"";
	position:absolute;
	z-index:-1;
	bottom:95%;
	top:0;
	left:50%;
	border-left:1px solid #fff;
	z-index:999;
}

#landingNoImg:before {
	content:"";
	position:absolute;
	z-index:-1;
	bottom:95%;
	top:0;
	left:50%;
	border-left:1px solid #555;
	z-index:999;
}

#landingFull h1:before,#landing h1:before {
	content:"";
	position:absolute;
	z-index:-1;
	top:60%;
	width:30%;
	bottom:0;
	left:0;
	border-top:1px solid #fff;
	z-index:999;
}

#landingFull h1:after,#landing h1:after {
	content:"";
	position:absolute;
	z-index:-1;
	top:60%;
	width:30%;
	bottom:0;
	right:0;
	border-top:1px solid #fff;
	z-index:999;
}

#landingNoImg h1:before,#landingNoImg h1:after {
	border-color:#555;
}

.boxLinedNoImg:after {
	content:"";
	position:absolute;
	z-index:-1;
	top:58%;
	bottom:0;
	left:50%;
	border-left:1px solid #555;
	z-index:999;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.boxLinedNoImg:before {
	content:"";
	position:absolute;
	z-index:-1;
	bottom:58%;
	top:80px;
	left:50%;
	border-left:1px solid #555;
	z-index:999;
	-webkit-transition:all .4s ease-in-out;
	-moz-transition:all .4s ease-in-out;
	-o-transition:all .4s ease-in-out;
	transition:all .4s ease-in-out;
}

.boxLinedNoImg h1:before,.boxLinedNoImg h1:after {
	content:none;
	display:none;
}

.boxLinedNoImg h1 {
	padding:30px;
}

.boxLinedNoImg .col-xs-12 {
	padding:0;
}

.boxLinedNoImg h1,.afterTitle3,.beforeTitle3 {
	float:left;
}

.beforeTitle3,.afterTitle3 {
	content:"";
	width:30%;
	border-top:1px solid #555;
	margin-top:25px;
}

.textbox100 {
	background-image:none;
	background-repeat:no-repeat;
	background-position:center 95%;
}

.one {
	width:50%;
	border-right:1px solid #fff;
	height:50%;
}

#box {
	background:transparent;
	padding:10px 0;
}

#top2 {
	position:absolute;
	border-right:1px solid #fff;
	top:0;
	height:20px;
	margin-left:17px;
}

#topMobile {
	position:absolute;
	border-right:1px solid #fff;
	top:0;
	margin-top:0;
	margin-left:17px;
}

#top {
	position:absolute;
	border-right:1px solid #fff;
	top:0;
	margin-top:70px;
	margin-left:17px;
}

#bottom {
	position:absolute;
	border-right:1px solid #fff;
	bottom:0;
	margin-left:31px;
}

#left {
	background:#fff;
	height:1px;
	width:auto;
	vertical-align:bottom;
	position:absolute;
	margin-top:30px;
}

#right {
	background:#fff;
	height:1px;
	width:auto;
	vertical-align:bottom;
	position:absolute;
	margin-top:30px;
}

#centerImage img {
	display:block;
	margin:auto;
}

#page {
	padding-top:30px;
}

.icons {
	float:left;
}

.headerLogo {
	width:58px;
	padding-top:14px;
}


.social-icons li {
	display:inline-block;
	padding-right:15px;
}

#menu-item-168.has-image {
	width:218px;
	vertical-align:middle;
}

.fixHeight {
	height:500px;
	margin-bottom:30px;
}

/* Media Queries */
@media only screen and (max-width : 1200px) {
	.grid-item.is-expanded,.grid-item.is-expanded .grid-item-content {
		width:470px!important;
		height:auto!important;
		float:left;
		position:relative;
	}
	
	.innerpadding60 {
		padding:30px;
	}
	
	header {
		font-size:13px;
	}
	
	#menu-item-168.has-image {
		width:178px;
		vertical-align:middle;
	}
	
	#menu-mainmenu li {
		display:inline-block;
		padding-left:30px;
	}
	

}

@media only screen and (max-width : 979px) {
	.grid-item.is-expanded,.grid-item.is-expanded .grid-item-content {
		width:360px!important;
		height:auto!important;
		float:left;
		position:relative;
	}
	
	header {
		font-size:11.5px;
		padding-top:15px !important;
		height: 60px !important;
		line-height: 30px !important;
	}
	
	#menu-item-168.has-image {
		width:140px;
		vertical-align:middle;
	}
	
	#menu-mainmenu li {
		display:inline-block;
		padding-left:15px;
	}
	
		li.menu-item.menu-item-type-custom.menu-item-home.menu-item-168.has-image {
		display:none;
	}
	
	.boxLined:before {
		content:"";
		position:absolute;
		z-index:-1;
		bottom:57%;
		top:50px;
		left:50%;
		border-left:1px solid #fff;
		z-index:999;
	}
	
	.textbox100:after {
		content:"";
		position:absolute;
		z-index:-1;
		top:92%;
		bottom:0;
		left:50%;
		border-left:1px solid #333;
		z-index:999;
	}
	
	#landing:before {
		content:"";
		position:absolute;
		z-index:-1;
		bottom:85%;
		top:0;
		left:50%;
		border-left:1px solid #fff;
		z-index:999;
		display:none;
	}
	
	.textbox100:before {
		content:"";
		position:absolute;
		z-index:-1;
		top:0;
		bottom:92%;
		left:50%;
		border-left:1px solid #333;
		z-index:999;
	}
	
	.textbox100 {
		background-image:none;
		background-repeat:no-repeat;
		background-position:center 95%;
	}
	
	.beforeTitle,.afterTitle {
		content:"";
		width:30%;
		border-top:1px solid #fff;
		margin-top:10px;
	}
	
	.beforeTitle2,.afterTitle2 {
		content:"";
		width:30%;
		border-top:1px solid #fff;
		margin-top:25px;
	}
	
	.boxLined2 h1:before,.boxLined2 h1:after {
		content:none;
		display:none;
	}
	
	.boxLined2 h1 {
		padding:30px;
	}
	
	.boxLined2 .col-xs-12 {
		padding:0;
	}
	
	.boxLined2 h1,.afterTitle2,.beforeTitle2 {
		float:left;
	}
	
	.boxLined2:after {
		content:"";
		position:absolute;
		z-index:-1;
		top:54%;
		bottom:0;
		left:50%;
		border-left:1px solid #fff;
		z-index:999;
	}
	
	.boxLined2:before {
		content:"";
		position:absolute;
		z-index:-1;
		bottom:54%;
		top:0;
		left:50%;
		border-left:1px solid #fff;
		z-index:999;
	}
	
	#landingFull:before {
		content:"";
		position:absolute;
		z-index:-1;
		bottom:97.5%;
		top:0;
		left:50%;
		border-left:0 solid #fff;
		z-index:999;
	}
	
	.textbox li {
		background-image:none;
	}
	
	#iconMobile {
		position:absolute;
		margin-left:0;
	}
	
		.headerLogo {
		width:38px;
		padding-top:0;
		margin-top:-5px;
	}
	
		.mobileMenu {
		width:28px;
		padding-top:0;
		float:right;
		cursor: pointer;
	}
}

@media only screen and (max-width: 767px) {
	.grid-item {
		height:auto!important;
	}
	
	.grid-item,.grid-item-content {
		display:block;
	}
	
	.grid-item-content {
		width:100%;
		height:100%;
		-webkit-transition:width 0.4s,height 0.4s;
		transition:width 0.4s,height 0.4s;
	}
	
	.grid-item.is-expanded,.grid-item.is-expanded .grid-item-content {
		width: 100% !important;
		height:auto!important;
		float:left;
		position:relative;
	}
	
	.textbox100 h1 {
		margin:0;
		padding:0;
	}
	
	.imgCropped {
		height:150px;
		overflow:hidden;
	}
	
	
	.boxLined:before {
		content:"";
		position:absolute;
		z-index:-1;
		bottom:57%;
		top:0;
		left:50%;
		border-left:1px solid #fff;
		z-index:999;
	}
	
	.textbox100:after {
		content:"";
		position:absolute;
		z-index:-1;
		top:92%;
		bottom:0;
		left:50%;
		border-left:1px solid #333;
		z-index:999;
	}
	
	#landing:before {
		content:"";
		position:absolute;
		z-index:-1;
		bottom:85%;
		top:0;
		left:50%;
		border-left:1px solid #fff;
		z-index:999;
		display:none;
	}
	
	.textbox100:before {
		content:"";
		position:absolute;
		z-index:-1;
		top:0;
		bottom:92%;
		left:50%;
		border-left:1px solid #333;
		z-index:999;
	}
	
	.textbox100 {
		background-image:none;
		background-repeat:no-repeat;
		background-position:center 95%;
	}
	
	.centerMobile {
		text-align:center;
	}
	
	footer {
		color:#444A55;
		font-style:10px;
		padding:0;
	}
	
	.footerLogo {
		width:80px;
	}
	
	.centerImage img {
		display:block;
		margin:auto;
	}
	
	h1.large {
		font-size:32px;
	}
	
	h1 {
		font-size:26px;
	}
	
	h3 {
		font-size:21px;
	}
	
	.headerLogo {
		width:38px;
		padding-top:0;
		margin-top:-5px;
	}
	
	.mobileMenu {
		width:28px;
		padding-top:0;
		float:right;
		cursor: pointer;
	}
	
	.textbox.Brown h1:after,.textbox.DarkBrown h1:after,.textbox.Grey h1:after {
		background-image:url('https://www.coreequityholdings.com/wp-content/uploads/2017/05/symbolWhite-300x300.png');
		background-size:16px 16px;
		display:inline-block;
		background-repeat:no-repeat;
		width:16px;
		height:16px;
		content:"";
		position:absolute;
		z-index:9999999999;
		margin-top:3px;
	}
	
	.textbox.Natural h1:after {
		background-image:url('https://www.coreequityholdings.com/wp-content/uploads/2017/05/symbolGrey-300x300.png');
		background-size:16px 16px;
		display:inline-block;
		background-repeat:no-repeat;
		width:16px;
		height:16px;
		content:"";
		position:absolute;
		z-index:9999999999;
		margin-top:3px;
	}
	
	.offset {
		margin-top:-11px;
		width:16px;
		height:16px;
	}
	
	header {
		height:60px;
		line-height:60px;
		padding-top:15px;
		position:fixed;
		width:100%;
		z-index:99999;
		vertical-align:middle;
	}
	
	li.menu-item.menu-item-type-custom.menu-item-home.menu-item-168.has-image {
		display:none;
	}
	
	.modal a {
		color:#fff;
		text-decoration:none;
	}
	
	h1 li.page_item {
		border:0;
		padding:0;
	}
	
	.beforeTitle,.afterTitle {
		content:"";
		width:30%;
		border-top:1px solid #fff;
		margin-top:10px;
	}
	
	.beforeTitle2,.afterTitle2 {
		content:"";
		width:30%;
		border-top:1px solid #fff;
		margin-top:25px;
	}
	
	.boxLined2 h1:before,.boxLined2 h1:after {
		content:none;
		display:none;
	}
	
	.boxLined2 h1 {
		padding:30px;
	}
	
	.boxLined2 .col-xs-12 {
		padding:0;
	}
	
	.boxLined2 h1,.afterTitle2,.beforeTitle2 {
		float:left;
	}
	
	.boxLined2:after {
		content:"";
		position:absolute;
		z-index:-1;
		top:54%;
		bottom:0;
		left:50%;
		border-left:1px solid #fff;
		z-index:999;
	}
	
	.boxLined2:before {
		content:"";
		position:absolute;
		z-index:-1;
		bottom:54%;
		top:0;
		left:50%;
		border-left:1px solid #fff;
		z-index:999;
	}
	
	#landingFull:before {
		content:"";
		position:absolute;
		z-index:-1;
		bottom:97.5%;
		top:0;
		left:50%;
		border-left:0 solid #fff;
		z-index:999;
	}
	
	.textbox li {
		background-image:none;
	}
	
	#iconMobile {
		position:absolute;
		margin-left:0;
	}
	
	.menu-mainmenu-container {
	padding-top:0;
	font-size:26px;
}

.mfp-bg {

  width: 100%;
}

.mfp-wrap {
  width: 100%;
 }
 
 .innerpadding60 {
	 padding:15px !important;
 }

}