/* Global
=====================*/

* { 
	transition: .2s ease all;
/*	outline: 1px solid red;*/
}

body {
	font-family: serif;
}

p {
	font-family: arial;
}

section {
	position: relative;
	z-index: 10;
	padding-top: 50px;
	padding-bottom: 50px;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a, 
a:hover {
	cursor: pointer;
}

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

.btn {
	display: block;
	width: 150px;
	margin: 25px auto 0;
	padding: 15px;
	border-radius: 15px;
	color: white !important;
	font-family: arial;
	text-transform: uppercase;
	font-style: bold;
}

.btn-green {
	background-color: #8cc63f;
}

.btn-green:hover {
	background-color: #638e2a;
	transition: .3s ease;
}

.btn-white {
	background-color: #fff;
	color: #000 !important;
	border: 3px solid white;
}

.btn-white:hover {
	background-color: #eee;
}

.btn-hollow {
	background-color: transparent;
	color: white;
	border: 3px solid white;
}

.btn-hollow:hover {
	background-color: #fff;
	color: black !important;
}

ol li {
	font-weight: bold;
}

/* Overlay Features
=====================*/

.overlay {
	position: absolute;
	display: block;
	z-index: 1000;
	height: 100%;
	width: 100%;
	background-color: rgba(229, 255, 85, .95);
	text-align: center;
	padding-top: 10%;
}

.contact-block {
	max-width: 400px;
	margin: 0 auto 25px;
	background-color: #004b75;
	padding: 25px;
	border-radius: 5px;
}

.contact-block h1 {
	text-transform: uppercase;
	color: white;
	font-size: 28px;
}

.contact-block aside {
	text-transform: uppercase;
	color: white;
	font-size: 10px;
	margin-bottom: 15px;
}

.contact-block p,
.contact-block label, 
.contact-block #form-messages {
	color: white;
}

.hide {
	display: none;
}

nav h1 {
	margin-bottom: 30px;
	font-variant: small-caps;
}

.nav-links a {
	display: block;
	color: black;
	padding: 10px;
	width: 250px;
	margin: 15px auto;
	font-family: arial, serif;
	font-size: 1.35rem;
	text-transform: uppercase;
	font-weight: bolder;
}

.nav-svg-links li {
	display: inline-block;
}

.nav-svg-links a {
	margin: 0 15px;
}

.nav-svg-links svg {
	height: 30px;
}

.nav-svg-links {
	margin: 25px auto 35px;
	width: 300px;
	padding: 15px 0;
/*	border-bottom: 1px dashed black;*/
}

.checkbox {
	display: inline-block;
	margin: 0 auto 10px;
}

.checkbox input {
	margin-left: 20px;
}

.checkbox label {
	padding-left: 3px;
}

.hide-panel {
	position: fixed;
	left: 3%;
	top: 3%;
	content: "X";
	font-size: 20px;
	line-height: 50px;
	color: black !important;
	border: 3px solid black;
/*	padding: 30px;*/
	margin: 5px auto;
	border-radius: 50px;
	width: 60px;
	height: 60px;
	text-transform: uppercase;
	font-family: arial;
	font-weight: bolder;
}

.hide-panel:hover{
	cursor: pointer !important;
}

.sell-form-messages {
	color: white;
	font-family: arial;
	font-size: 18px;
	margin-bottom: 20px;
}

/* Header
=====================*/

.header {
/*	position: absolute;*/
	display: block;
	height: 210px;
	background: url('../_img/jpg/1.1.jpg');
	background-repeat: no-repeat;
	background-position: top; 	
}

.header {
	display: block;
	padding-top: 25px;
}

.header-content-block {
	position: relative;
	z-index: 10;
	max-height: 250px;
}

.header-logo,
.header-links {
	display: inline-block;
}

.header-links {
	float: right;
}

.header-links li {
	display: inline-block;
}

.header-links li a {
	display: block;
	height: 50px;
	min-width: 50px;
}

.header-links svg {
	height: 35px;
	position: relative;
	top: 8px;
}

.nav-trigger {
	color: black;
	font-style: sans-serif !important;
	text-transform: uppercase;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 50px;
	border: 3px solid black;
	font-weight: bolder;
}

.nav-trigger:hover {
	text-decoration: none;
	color: black;
	background-color: #fff;
}

/* Home
======================*/

.page {
	background: url('../_img/jpg/1.2.jpg');
	background-repeat: no-repeat;
	background-position: top; 
	position: relative;
	min-height: 700px;
}

.page:after {
	content: '';
	position: absolute;
	height: 589px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&0+0,1+51 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(255,255,255,1) 51%, rgba(255,255,255,1) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(51%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%); /* IE10 preview */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,1) 51%,rgba(255,255,255,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
}

.page section {
	padding-bottom: 0;
}

.intro {
	max-width: 650px;
	margin: 0 auto;
}

.intro h1 {
	font-size: 3.5rem;
	text-align: center;
}

.cta-box {
	text-align: center;
}

.cta-1-svg-box svg {
	height: 185px;
}

.home-cta-2 .row > div {
	padding: 30px;
}

.cta-box .btn {
	margin-bottom: 40px;
}

.cta-2-img-box {
	text-align: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
}

/*.cta-2-img-box::before {
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
}*/

.home-cta-2-b1 .cta-2-img-box {
	background-image: url('../_img/jpg/mason-03-gray.jpg');
}

.home-cta-2-b2 .cta-2-img-box {
	background-image: url('../_img/jpg/mason-01-gray.jpg');
}

.home-cta-2-b3 .cta-2-img-box {
	background-image: url('../_img/jpg/mason-04.jpg');
}

.cta-2-img-box > div {
	position: relative;
	z-index: 2;
}

.cta-2-svg-box {
	padding: 15px 0 15px;
}

.cta-2-svg-box svg {
	height: 150px;
	fill: white;
}

.cta-2-img-box .btn {
	margin-left: 15px;
	margin-right: 15px;
	margin-bottom: 15px;
}

.home-cta-2 h2 {
	color: #fff;
	font-size: 2.5rem;
}

.testimonial > div {
	border: 1px solid black;
	padding: 20px;
}

.testimonial > div::before {
	content: "testimonial";
	position: relative;
	display: block;
	margin: 0 auto;
	top: -20px;
	text-transform: uppercase;
	background-color: yellow;
	height: 40px;
	max-width: 200px;
	line-height: 40px;
	text-align: center;
	border-radius: 0 0 25px 25px;
	font-size: 12px;
}

.cta-2-testimonial {
	height: 100%;
}

cite::before {
	content: "- ";
	color: black;	
}

cite {
	display: block;
	position: relative;
	bottom: 0;
	text-align: right;
	padding: 15px;
	font-family: serif;
	font-style: italic;
}

.cta-2-img-box li {
	display: inline-block;
}

/* About
======================*/

.in-body h2 {
	text-align: center;
	margin-bottom: 30px;
	font-style: italic;
}

.page-about .testimonial {
	margin-bottom: 30px;
}

/* Sell-to-us
======================*/

.cta-service-page-img-block {
	position: relative;
	text-align: center;
	background-repeat: no-repeat;
	overflow: hidden;
	background-size: cover;
	z-index: 1;
}

/*.cta-service-page-img-block:before {
	content: '';
	position: absolute;
	top:0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0,.5);
	z-index: 1;
}*/

.sell-us-page-cta {
	background-image: url('../_img/jpg/mason-03-gray.jpg');
	background-position-y: -125px;
}

.invest-page-cta {
	background-image: url('../_img/jpg/mason-01-gray.jpg');	
	background-position-y: -125px;
}

.cta-service-page-img-block > div {
	position: relative;
	padding-bottom: 25px;
	z-index: 10;
}

.cta-service-page-img-block h2,
.cta-service-page-img-block aside {
	color: white;
}

.cta-service-page-img-block aside {
	font-family: arial;
	padding: 15px;
}

.sell-process-stages {
	margin-bottom: 35px;
}

.sell-process-stages * {
	text-align: center;
}

.sell-process-img-blocks {
	display: block;
	overflow: hidden;
}

.sell-process-img-blocks svg {
	height: 175px;
}

.sell-process-stages h5 {
	height: 50px;
	width: 50px;
	font-size: 1.5rem;
	padding: 10px;
	margin: 10px auto 25px;
	border: 3px solid black;
	border-radius: 50%;
}

.btn-big {
    display: block;
    margin-top: 35px;
    margin-bottom: 35px;
   	text-align: center;
    padding: 15px;
    border-radius: 15px;
    color: white !important;
    font-family: arial;
    text-transform: uppercase;
    background-color: #8cc63f;
}

.btn-big:hover {
	background-color: #4d6d22;
}

.page-sell ul {
	padding-left: 30px;
}

.page-sell li {
	list-style-type: circle;
	font-weight: bolder;
}

.page-sell blockquote {
	text-align: center;
	font-weight: bold;
	text-decoration: underline;
}

/* Invest-with-us
======================*/

.page-invest ul {
	padding-left: 30px;
}

.page-invest li {
	list-style-type: circle;
	font-weight: bolder;
}

/* Contact
======================*/

.page-contact .in-body * {
	text-align: center;
	color: black !important;
}


/* Footer
======================*/

footer {
	background: url('../_img/jpg/4.1.jpg');
	background-repeat: no-repeat;
	background-position: bottom; 
	position: relative;
	min-height: 350px;
}

footer > section {
	position: relative;
	z-index: 20;
}

footer:after {
	content: '';
	position: absolute;
	min-height: 350px;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+100&1+11,0.5+73,0+100 */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjExJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjczJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjUiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 11%, rgba(255,255,255,0.5) 73%, rgba(255,255,255,0) 100%); /* FF3.6-15 */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(11%,rgba(255,255,255,1)), color-stop(73%,rgba(255,255,255,0.5)), color-stop(100%,rgba(255,255,255,0))); /* Chrome4-9,Safari4-5 */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.5) 73%,rgba(255,255,255,0) 100%); /* Chrome10-25,Safari5.1-6 */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.5) 73%,rgba(255,255,255,0) 100%); /* Opera 11.10-11.50 */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.5) 73%,rgba(255,255,255,0) 100%); /* IE10 preview */
	background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 11%,rgba(255,255,255,0.5) 73%,rgba(255,255,255,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 ); /* IE6-8 */

}

footer div[class^="col-md"] {
	margin-bottom: 50px;
}

footer * {
	font-family: arial, sans-serif;
	color: black;
}

footer h4 {
	font-family: serif;
}

.quick-links-block,
.footer-contact-block {
	font-weight: bolder;
}

footer address {
	margin-bottom: 5px;
}

/* Media Queries
======================*/
@media (max-width: 575px) {

}

@media (min-width: 576px) {

}

@media (max-width: 767px) {

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

	.header-logo a {
		display: block;
		width: 120px;
	}

	footer {
		text-align: center;
	}

	.sell-us-page-cta {
		background-position-y: 0px;
	}

	.invest-page-cta {
		background-position-y: 0px;
	}

	.sell-process-stages h3 {
		margin-bottom: 30px;
	}

}

@media (min-width: 768px) {

	.home-cta-2 .row {
		margin-bottom: 30px;
	}

	.home-cta-2-b1 .cta-2-img-box {
		top: 50px;
	}

	.invest-page-cta {
		background-position-y: -60px;
	}

}

@media (max-width: 991px) {

}

@media (min-width: 992px) {

}

@media (max-width: 1199px) {

}

@media (min-width: 1200px) {

}