/*
Theme Name: Mayfield
Author: Albertson Design
Author URI: http://albertsondesign.com
Version: 1.0
Description: Mayfield Wordpress Theme
*/

@font-face {
	font-family: "Farnham-Headline-Black";
	src: url("assets/fonts/Farnham-Headline-Black-Italic.eot");
	src: url("assets/fonts/Farnham-Headline-Black-Italic.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Farnham-Headline-Black-Italic.woff2") format("woff2"), url("assets/fonts/Farnham-Headline-Black-Italic.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-stretch: normal;
}

@font-face {
	font-family: "Farnham-Headline-Black";
	src: url("assets/fonts/Farnham-Headline-Black.eot");
	src: url("assets/fonts/Farnham-Headline-Black.eot?#iefix") format("embedded-opentype"), url("assets/fonts/Farnham-Headline-Black.woff2") format("woff2"), url("assets/fonts/Farnham-Headline-Black.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: "Haas Grot Text Web";
	src: url("assets/fonts/NeueHaasGrotText-76BoldItalic-Web.eot");
	src: url("assets/fonts/NeueHaasGrotText-76BoldItalic-Web.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NeueHaasGrotText-76BoldItalic-Web.woff2") format("woff2"), url("assets/fonts/NeueHaasGrotText-76BoldItalic-Web.woff") format("woff");
	font-weight: 700;
	font-style: italic;
	font-stretch: normal;
}

@font-face {
	font-family: "Haas Grot Text Web";
	src: url("assets/fonts/NeueHaasGrotText-75Bold-Web.eot");
	src: url("assets/fonts/NeueHaasGrotText-75Bold-Web.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NeueHaasGrotText-75Bold-Web.woff2") format("woff2"), url("assets/fonts/NeueHaasGrotText-75Bold-Web.woff") format("woff");
	font-weight: 700;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: "Haas Grot Text Web";
	src: url("assets/fonts/NeueHaasGrotText-66MediumItalic-Web.eot");
	src: url("assets/fonts/NeueHaasGrotText-66MediumItalic-Web.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NeueHaasGrotText-66MediumItalic-Web.woff2") format("woff2"), url("assets/fonts/NeueHaasGrotText-66MediumItalic-Web.woff") format("woff");
	font-weight: 500;
	font-style: italic;
	font-stretch: normal;
}

@font-face {
	font-family: "Haas Grot Text Web";
	src: url("assets/fonts/NeueHaasGrotText-65Medium-Web.eot");
	src: url("assets/fonts/NeueHaasGrotText-65Medium-Web.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NeueHaasGrotText-65Medium-Web.woff2") format("woff2"), url("assets/fonts/NeueHaasGrotText-65Medium-Web.woff") format("woff");
	font-weight: 500;
	font-style: normal;
	font-stretch: normal;
}

@font-face {
	font-family: "Haas Grot Text Web";
	src: url("assets/fonts/NeueHaasGrotText-56Italic-Web.eot");
	src: url("assets/fonts/NeueHaasGrotText-56Italic-Web.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NeueHaasGrotText-56Italic-Web.woff2") format("woff2"), url("assets/fonts/NeueHaasGrotText-56Italic-Web.woff") format("woff");
	font-weight: 400;
	font-style: italic;
	font-stretch: normal;
}

@font-face {
	font-family: "Haas Grot Text Web";
	src: url("assets/fonts/NeueHaasGrotText-55Roman-Web.eot");
	src: url("assets/fonts/NeueHaasGrotText-55Roman-Web.eot?#iefix") format("embedded-opentype"), url("assets/fonts/NeueHaasGrotText-55Roman-Web.woff2") format("woff2"), url("assets/fonts/NeueHaasGrotText-55Roman-Web.woff") format("woff");
	font-weight: 400;
	font-style: normal;
	font-stretch: normal;
}

/* Slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0;
}

.slick-list:focus {
	outline: none;
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track {
	position: relative;
	left: 0;
	top: 0;
	display: block;
}

.slick-track:before,
.slick-track:after {
	content: "";
	display: table;
}

.slick-track:after {
	clear: both;
}

.slick-loading .slick-track {
	visibility: hidden;
}

.slick-slide {
	float: left;
	height: 100%;
	min-height: 1px;
	display: none;
}

[dir="rtl"] .slick-slide {
	float: right;
}

.slick-slide img {
	display: block;
}

.slick-slide.slick-loading img {
	display: none;
}

.slick-slide.dragging img {
	pointer-events: none;
}

.slick-initialized .slick-slide {
	display: block;
}

.slick-loading .slick-slide {
	visibility: hidden;
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
	display: none;
}


.slideshow .text-box {

}

@media(min-width:768px) {

	.slideshow .slick-current.slick-active .text-box {
	    -webkit-animation: fadein 2s; /* Safari, Chrome and Opera > 12.1 */
	       -moz-animation: fadein 2s; /* Firefox < 16 */
	        -ms-animation: fadein 2s; /* Internet Explorer */
	         -o-animation: fadein 2s; /* Opera < 12.1 */
	            animation: fadein 2s;

				animation:
					dropHeader 1.5s ease 0s 1,
					fadein 1.5s ease 0s 1;
	}

	.slideshow .slick-current.slick-active .text-box .rotator-teaser {

	  -webkit-animation: fadeinsecond 1.75s; /* Safari, Chrome and Opera > 12.1 */
	     -moz-animation: fadeinsecond 1.75s; /* Firefox < 16 */
	      -ms-animation: fadeinsecond 1.75s; /* Internet Explorer */
	       -o-animation: fadeinsecond 1.75s; /* Opera < 12.1 */
	          animation: fadeinsecond 1.75s;
	}

	@keyframes dropHeader {
	    0% {
	        transform: translateY(-10%);
			opacity:0;
	    }
	    100% {
	        transform: translateY(0);
			opacity:1;
	    }
	}
	@keyframes fadein {
	    0% {
			opacity:0;
	    }
	    100% {
			opacity:1;
	    }
	}

	@-webkit-keyframes fadeinsecond {
	  0% { opacity: 0; }
	  50% { opacity: 0; }
	  100% { opacity: 1; }
	}

	@keyframes fadeinsecond {
	  0% { opacity: 0; }
	  50% { opacity: 0; }
	  100% { opacity: 1; }
	}

	/* Firefox < 16 */
	@-moz-keyframes fadein {
	    from { opacity: 0;}
	    to   { opacity: 1;}
	}

	/* Safari, Chrome and Opera > 12.1 */
	@-webkit-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}

	/* Internet Explorer */
	@-ms-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}

	/* Opera < 12.1 */
	@-o-keyframes fadein {
	    from { opacity: 0; }
	    to   { opacity: 1; }
	}
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	margin: 0 0 12px;
	min-width: 100px;
	height: 26px;
	cursor: pointer;
	color: #231e1e;
}

.jcf-select.jcf-drop-active .jcf-select-opener:after {
	-webkit-transform: rotate(-180deg);
	-ms-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 18px;
	margin: 0 35px 0 8px;
	color: #231e1e;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	background: #fff;
	width: 26px;
	bottom: 0;
	right: 0;
	top: 0;
	cursor: pointer;
}

.jcf-select .jcf-select-opener:after {
	content: "\e906";
	font: 18px/1 "icomoon";
	position: absolute;
	left: 0;
	top: 2px;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
	border: none;
	background: #fff;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font-size: 15px;
	line-height: 18px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	overflow: hidden;
	cursor: pointer;
	display: block;
	padding: 8px 9px;
	color: #231e1e;
	height: 1%;
	-webkit-transition: background .2s, color .2s;
	transition: background .2s, color .2s;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #609f43;
	color: #fff;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.jcf-focus,
.jcf-focus * {
	border-color: #f00 !important;
}

/* Other  */

@font-face {
	font-family: "icomoon";
	src: url("assets/fonts/icomoon.eot?7yuh8i");
	src: url("assets/fonts/icomoon.eot?7yuh8i#iefix") format("embedded-opentype"), url("assets/fonts/icomoon.ttf?7yuh8i") format("truetype"), url("fonts/icomoon.woff?7yuh8i") format("woff"), url("assets/fonts/icomoon.svg?7yuh8i#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'icomoon';
  src:  url('assets/fonts/icomoon-dnld.eot?ha8w9n');
  src:  url('assets/fonts/icomoon-dnld.eot?ha8w9n#iefix') format('embedded-opentype'),
    url('assets/fonts/icomoon-dnld.ttf?ha8w9n') format('truetype'),
    url('assets/fonts/icomoon-dnld.woff?ha8w9n') format('woff'),
    url('assets/fonts/icomoon-dnld.svg?ha8w9n#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-arrow-t-circle:before {
	content: "\e900";
}

.icon-arrow-b-circle:before {
	content: "\e901";
}

.icon-arrow-l-circle:before {
	content: "\e902";
}

.icon-arrow-r-circle:before {
	content: "\e903";
}

.icon-arrow-l:before {
	content: "\e904";
}

.icon-arrow-r:before {
	content: "\e905";
}

.icon-arrow-b:before {
	content: "\e906";
}

.icon-arrow-t:before {
	content: "\e907";
}

.icon-close:before {
	content: "\e908";
}

.icon-download:before {
	content: "\e909";
}

.icon-facebook:before {
	content: "\e90a";
}

.icon-linkedin:before {
	content: "\e90b";
}

.icon-medium:before {
	content: "\e90c";
}

.icon-twitter:before {
	content: "\e90d";
}

.icon-plus:before {
	content: "\e90e";
}

.icon-table:before {
	content: "\e90f";
}

.icon-wifi:before {
	content: "\e910";
}

.icon-icon-download-blk:before {
  content: "\e900";
}
.icon-folder-download:before {
  content: "\e933";
}

#menu-main-navigation,
.drop-menu,
.slick-dots,
.post-block .btn-holder,
.content-area .btn-holder {
	margin: 0;
	padding: 0;
	list-style: none;
}

.clearfix:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

img {
	max-width: 100%;
	height: auto;
}

/* Form Elements */

.comment-form input[type="text"],
.search-form input[type="text"],
.post-password-form input[type="text"],
.comment-form
input[type="tel"],
.search-form
input[type="tel"],
.post-password-form
input[type="tel"],
.comment-form
input[type="email"],
.search-form
input[type="email"],
.post-password-form
input[type="email"],
.comment-form
input[type="search"],
.search-form
input[type="search"],
.post-password-form
input[type="search"],
.comment-form
input[type="password"],
.search-form
input[type="password"],
.post-password-form
input[type="password"],
.comment-form
input[type="url"],
.search-form
input[type="url"],
.post-password-form
input[type="url"],
.comment-form
input[type="date"],
.search-form
input[type="date"],
.post-password-form
input[type="date"],
.comment-form
textarea,
.search-form
textarea,
.post-password-form
textarea {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	border: 1px solid #231e1e;
	padding: .2em .7em;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
}

.comment-form input[type="text"]:focus,
.search-form input[type="text"]:focus,
.post-password-form input[type="text"]:focus,
.comment-form
  input[type="tel"]:focus,
.search-form
  input[type="tel"]:focus,
.post-password-form
  input[type="tel"]:focus,
.comment-form
  input[type="email"]:focus,
.search-form
  input[type="email"]:focus,
.post-password-form
  input[type="email"]:focus,
.comment-form
  input[type="search"]:focus,
.search-form
  input[type="search"]:focus,
.post-password-form
  input[type="search"]:focus,
.comment-form
  input[type="password"]:focus,
.search-form
  input[type="password"]:focus,
.post-password-form
  input[type="password"]:focus,
.comment-form
  input[type="url"]:focus,
.search-form
  input[type="url"]:focus,
.post-password-form
  input[type="url"]:focus,
.comment-form
  input[type="date"]:focus,
.search-form
  input[type="date"]:focus,
.post-password-form
  input[type="date"]:focus,
.comment-form
  textarea:focus,
.search-form
  textarea:focus,
.post-password-form
  textarea:focus {
	border-color: #609f43;
}

.comment-form input[type="text"]::-webkit-input-placeholder,
.search-form input[type="text"]::-webkit-input-placeholder,
.post-password-form input[type="text"]::-webkit-input-placeholder,
.comment-form
  input[type="tel"]::-webkit-input-placeholder,
.search-form
  input[type="tel"]::-webkit-input-placeholder,
.post-password-form
  input[type="tel"]::-webkit-input-placeholder,
.comment-form
  input[type="email"]::-webkit-input-placeholder,
.search-form
  input[type="email"]::-webkit-input-placeholder,
.post-password-form
  input[type="email"]::-webkit-input-placeholder,
.comment-form
  input[type="search"]::-webkit-input-placeholder,
.search-form
  input[type="search"]::-webkit-input-placeholder,
.post-password-form
  input[type="search"]::-webkit-input-placeholder,
.comment-form
  input[type="password"]::-webkit-input-placeholder,
.search-form
  input[type="password"]::-webkit-input-placeholder,
.post-password-form
  input[type="password"]::-webkit-input-placeholder,
.comment-form
  input[type="url"]::-webkit-input-placeholder,
.search-form
  input[type="url"]::-webkit-input-placeholder,
.post-password-form
  input[type="url"]::-webkit-input-placeholder,
.comment-form
  input[type="date"]::-webkit-input-placeholder,
.search-form
  input[type="date"]::-webkit-input-placeholder,
.post-password-form
  input[type="date"]::-webkit-input-placeholder,
.comment-form
  textarea::-webkit-input-placeholder,
.search-form
  textarea::-webkit-input-placeholder,
.post-password-form
  textarea::-webkit-input-placeholder {
	color: #231e1e;
}

.comment-form input[type="text"]::-moz-placeholder,
.search-form input[type="text"]::-moz-placeholder,
.post-password-form input[type="text"]::-moz-placeholder,
.comment-form
  input[type="tel"]::-moz-placeholder,
.search-form
  input[type="tel"]::-moz-placeholder,
.post-password-form
  input[type="tel"]::-moz-placeholder,
.comment-form
  input[type="email"]::-moz-placeholder,
.search-form
  input[type="email"]::-moz-placeholder,
.post-password-form
  input[type="email"]::-moz-placeholder,
.comment-form
  input[type="search"]::-moz-placeholder,
.search-form
  input[type="search"]::-moz-placeholder,
.post-password-form
  input[type="search"]::-moz-placeholder,
.comment-form
  input[type="password"]::-moz-placeholder,
.search-form
  input[type="password"]::-moz-placeholder,
.post-password-form
  input[type="password"]::-moz-placeholder,
.comment-form
  input[type="url"]::-moz-placeholder,
.search-form
  input[type="url"]::-moz-placeholder,
.post-password-form
  input[type="url"]::-moz-placeholder,
.comment-form
  input[type="date"]::-moz-placeholder,
.search-form
  input[type="date"]::-moz-placeholder,
.post-password-form
  input[type="date"]::-moz-placeholder,
.comment-form
  textarea::-moz-placeholder,
.search-form
  textarea::-moz-placeholder,
.post-password-form
  textarea::-moz-placeholder {
	opacity: 1;
	color: #231e1e;
}

.comment-form input[type="text"]:-moz-placeholder,
.search-form input[type="text"]:-moz-placeholder,
.post-password-form input[type="text"]:-moz-placeholder,
.comment-form
  input[type="tel"]:-moz-placeholder,
.search-form
  input[type="tel"]:-moz-placeholder,
.post-password-form
  input[type="tel"]:-moz-placeholder,
.comment-form
  input[type="email"]:-moz-placeholder,
.search-form
  input[type="email"]:-moz-placeholder,
.post-password-form
  input[type="email"]:-moz-placeholder,
.comment-form
  input[type="search"]:-moz-placeholder,
.search-form
  input[type="search"]:-moz-placeholder,
.post-password-form
  input[type="search"]:-moz-placeholder,
.comment-form
  input[type="password"]:-moz-placeholder,
.search-form
  input[type="password"]:-moz-placeholder,
.post-password-form
  input[type="password"]:-moz-placeholder,
.comment-form
  input[type="url"]:-moz-placeholder,
.search-form
  input[type="url"]:-moz-placeholder,
.post-password-form
  input[type="url"]:-moz-placeholder,
.comment-form
  input[type="date"]:-moz-placeholder,
.search-form
  input[type="date"]:-moz-placeholder,
.post-password-form
  input[type="date"]:-moz-placeholder,
.comment-form
  textarea:-moz-placeholder,
.search-form
  textarea:-moz-placeholder,
.post-password-form
  textarea:-moz-placeholder {
	color: #231e1e;
}

.comment-form input[type="text"]:-ms-input-placeholder,
.search-form input[type="text"]:-ms-input-placeholder,
.post-password-form input[type="text"]:-ms-input-placeholder,
.comment-form
  input[type="tel"]:-ms-input-placeholder,
.search-form
  input[type="tel"]:-ms-input-placeholder,
.post-password-form
  input[type="tel"]:-ms-input-placeholder,
.comment-form
  input[type="email"]:-ms-input-placeholder,
.search-form
  input[type="email"]:-ms-input-placeholder,
.post-password-form
  input[type="email"]:-ms-input-placeholder,
.comment-form
  input[type="search"]:-ms-input-placeholder,
.search-form
  input[type="search"]:-ms-input-placeholder,
.post-password-form
  input[type="search"]:-ms-input-placeholder,
.comment-form
  input[type="password"]:-ms-input-placeholder,
.search-form
  input[type="password"]:-ms-input-placeholder,
.post-password-form
  input[type="password"]:-ms-input-placeholder,
.comment-form
  input[type="url"]:-ms-input-placeholder,
.search-form
  input[type="url"]:-ms-input-placeholder,
.post-password-form
  input[type="url"]:-ms-input-placeholder,
.comment-form
  input[type="date"]:-ms-input-placeholder,
.search-form
  input[type="date"]:-ms-input-placeholder,
.post-password-form
  input[type="date"]:-ms-input-placeholder,
.comment-form
  textarea:-ms-input-placeholder,
.search-form
  textarea:-ms-input-placeholder,
.post-password-form
  textarea:-ms-input-placeholder {
	color: #231e1e;
}

.comment-form input[type="text"].placeholder,
.search-form input[type="text"].placeholder,
.post-password-form input[type="text"].placeholder,
.comment-form
  input[type="tel"].placeholder,
.search-form
  input[type="tel"].placeholder,
.post-password-form
  input[type="tel"].placeholder,
.comment-form
  input[type="email"].placeholder,
.search-form
  input[type="email"].placeholder,
.post-password-form
  input[type="email"].placeholder,
.comment-form
  input[type="search"].placeholder,
.search-form
  input[type="search"].placeholder,
.post-password-form
  input[type="search"].placeholder,
.comment-form
  input[type="password"].placeholder,
.search-form
  input[type="password"].placeholder,
.post-password-form
  input[type="password"].placeholder,
.comment-form
  input[type="url"].placeholder,
.search-form
  input[type="url"].placeholder,
.post-password-form
  input[type="url"].placeholder,
.comment-form
  input[type="date"].placeholder,
.search-form
  input[type="date"].placeholder,
.post-password-form
  input[type="date"].placeholder,
.comment-form
  textarea.placeholder,
.search-form
  textarea.placeholder,
.post-password-form
  textarea.placeholder {
	color: #231e1e;
}

textarea {
	resize: none;
}

/* Other */

blockquote {
	font-size: 22px;
	line-height: 1.09;
	font: 22px/1.09 "Farnham-Headline-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
	border-left-width: 13px;
	border-color:#609f43;
}

blockquote cite {
	font-family: "Haas Grot Text Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 15px;
	line-height: 20px;
	color:#609f43;
}

dl {
	margin-bottom: 1.2em;
}

#wp-calendar {
	width: 100%;
	max-width: 100%;
}

.widget {
	margin-bottom: 1.2em;
}

.widget ul {
	padding-left: 2em;
}

.widget select {
	min-width: 150px;
}

.comment-form label {
	display: block;
	padding-bottom: 4px;
}

.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}

.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	width: 100%;
}

.comment-form input[type="submit"] {
	display: block;
	float: none;
}

.post-password-form label {
	display: block;
}

.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	width: 100%;
}

.search-form input {
	float: left;
	height: 2em;
}

.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 180px;
}

.post-password-form input {
	float: left;
	height: 2em;
}

.post-password-form input[type="password"] {
	width: 150px;
}

.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #231e1e;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.commentlist {
	margin: 0 0 1.2em;
}

.commentlist .edit-link {
	margin: 0;
}

.commentlist .avatar-holder {
	float: left;
	margin: 0 1.2em 4px 0;
}

.commentlist-item .commentlist-item {
	padding: 0;
}

.comment,
.commentlist-holder {
	overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.2em;
}

.widget_calendar #next {
	text-align: right;
}

.gallery-item dt {
	float: none;
	padding: 0;
}

.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.2em;
}

.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}

.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}

.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 50%;
	background: #231e1e;
	color: #fff;
	padding: .4em;
	text-decoration: none;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.navigation-single {
	margin-bottom: 1.2em;
}

.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 50%;
	background: #231e1e;
	color: #fff;
	text-decoration: none;
}

.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
	-webkit-transition: background .3s;
	transition: background .3s;
}

.navigation-single .next {
	float: right;
}

.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #ccc;
	padding: .4em;
	margin-bottom: 1.2em;
}

.wp-caption img {
	margin: 0;
	vertical-align: top;
}

.wp-caption p {
	margin: .4em 0 0;
}

div.aligncenter {
	margin: 0 auto 1.2em;
}

img.aligncenter {
	display: block;
	margin: 0 auto;
}

.alignleft {
	float: left;
	margin: 0 1.2em 4px 0;
}

.alignright {
	float: right;
	margin: 0 0 4px 1.2em;
}

.mejs-container {
	margin-bottom: 1.2em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}

#header {
	background: #231e1e;
	padding: 38px 0 11px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 100;
}

#header:before {
	content: "";
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	background: #fff url(assets/images/bg-box.svg) repeat;
	background-size: 16px 16px;
}

#header .social-networks {
	float: right;
	margin: 2px 0 0;
}

.logo {
	width: 136px;
	float: left;
}

.logo img {
	display: block;
	width: 100%;
}

.menu-main {
	position: absolute;
	top: 114px;
	left: 0;
	right: 0;
	width: 100%;
	background: #231e1e;
	height: calc(100vh - 114px);
	opacity: 0;
	overflow-y: auto;
	visibility: hidden;
	-webkit-transition: opacity .3s, visibility .3s;
	transition: opacity .3s, visibility .3s;
}

.resize-active .menu-main {
	-webkit-transition: none !important;
	transition: none !important;
}

.nav-active .menu-main {
	opacity: 1;
	visibility: visible;
}

#menu-main-navigation {
	font-size: 18px;
	line-height: 1.6666;
	padding: 30px 0;
}

#menu-main-navigation > li.active > a span {
	border-color: #609f43;
}

#menu-main-navigation > li.hover .drop-menu {
	max-height: 500px;
}

#menu-main-navigation > li.hover > a span {
	border-color: #609f43;
}

#menu-main-navigation > li > a {
	color: #609f43;
	text-decoration: none;
	display: block;
	padding: 4px 25px;
	letter-spacing: .04em;
}

.resize-active #menu-main-navigation > li > a {
	-webkit-transition: none !important;
	transition: none !important;
}

#menu-main-navigation > li > a span {
	display: inline-block;
	vertical-align: top;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	border-bottom: 2px solid transparent;
}

.drop-menu {
	max-height: 0;
	overflow: hidden;
	-webkit-transition: max-height .5s;
	transition: max-height .5s;
}

.resize-active .drop-menu {
	-webkit-transition: none !important;
	transition: none !important;
}

.drop-menu ul {
	padding: 5px 20px 36px 24px;
	line-height: 26px;
}

.drop-menu ul li {
	margin: 0 0 10px;
}

.drop-menu ul a {
	text-decoration: none;
	color: #fff;
	letter-spacing: .02em;
	display: inline-block;
	vertical-align: top;
	padding: 1px 0;
	-webkit-transition: border-color .3s;
	transition: border-color .3s;
	border-bottom: 2px solid transparent;
}

.nav-opener {
	float: right;
	width: 30px;
	height: 30px;
	background: #609f43;
	position: relative;
	margin: 0 10px 0 13px;
	-webkit-transition: background .3s linear;
	transition: background .3s linear;
}


.nav-active .nav-opener {
	background: transparent;
}

.nav-active .nav-opener span {
	opacity: 0;
}

.nav-active .nav-opener:before,
.nav-active .nav-opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	left: -20%;
	right: -20%;
	border-radius: 2px;
	background: #609f43;
}

.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-opener span,
.nav-opener:before,
.nav-opener:after {
	background: #231e1e;
	position: absolute;
	top: 50%;
	left: 22%;
	right: 22%;
	height: 2px;
	margin-top: -1px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 32%;
}

.nav-opener:after {
	top: 68%;
}

#footer {
	overflow: hidden;
	display: table-footer-group;
	height: 1%;
	width: 100%;
	position: relative;
}

#footer .frame {
	background: #231e1e;
	font-size: 12px;
	line-height: 1.2;
	letter-spacing: .05em;
	padding: 43px 0 20px;
}

#footer .frame:before {
	content: "";
	position: absolute;
	top: -20px;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	background: url(assets/images/bg-box.svg) repeat;
	background-size: 16px 16px;
}

#footer .holder [class*="col-"] {
	padding-bottom: 12px;
	padding-left: 25px;
}

#footer .footer-link,
#footer .menu {
	margin: 0 0 17px;
}

#footer .footer-link li,
#footer .menu li {
	margin-bottom: 12px;
}

#footer .footer-link a,
#footer .menu a {
	color: #fff;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

#footer .social-networks {
	margin: 0 0 22px;
}

#footer .social-networks li {
	padding: 0 9px 9px 0;
}

.copyright {
	display: block;
	color: #696969;
	font-size: 10px;
	line-height: 1.2;
	letter-spacing: 0;
	padding-left: 25px;
}

html {
	height: 100%;
}

body {
	min-width: 320px;
	letter-spacing: .05em;
	height: 100%;
	display: table;
	table-layout: fixed;
	width: 100%;
}

body.nav-active {
	overflow: hidden;
}

body.popup-opened {
	overflow: hidden !important;
}

a {
	outline: none;
	text-decoration: underline;
}

iframe {
	max-width: 100%;
}

.text-primary {
	color: #609f43;
}

.text-success {
	color: #ceef0a;
}

.text-info {
	color: #0091aa;
}

.box,
.post-block {
	padding-top: 20px;
	position: relative;
}

.box:before,
.post-block:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 20px;
	background: url(assets/images/bg-box.svg) repeat;
	background-size: 16px 16px;
}

.media-left img,
.media-right img,
.media-body img {
	max-width: none;
}

#wrapper {
	width: 100%;
	overflow: hidden;
	position: relative;
	padding-top: 94px;
	display: table-cell;
}

.btn-more {
	display: inline-block;
	vertical-align: top;
	color: #609f43;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.btn-more i {
	display: inline-block;
	vertical-align: middle;
	margin-left: 1px;
	font-size: 24px;
	line-height: 1;
	margin-top: -1px;
}

.btn-view {
	display: inline-block;
	vertical-align: top;
	color: #609f43;
	text-decoration: none;
	font-size: 12px;
	line-height: 1.5;
	-webkit-transition: color .3s;
	transition: color .3s;
	position: relative;
	padding-left: 29px;
}

.btn-view i {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 22px;
	line-height: 1;
}

#main {
	padding: 20px 0;
	position: relative;
}

.social-networks {
	font-size: 26px;
	line-height: 1;
}

.social-networks li {
	padding: 0 1px;
}

.social-networks a {
	color: #8c8c8c;
	text-decoration: none;
	-webkit-transition: color .3s;
	transition: color .3s;
}

.slideshow {
	position: relative;
	padding: 20px 3px 0;
}

.slideshow:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -20px;
	width: 100%;
	height: 20px;
	background: url(assets/images/bg-box.svg) repeat;
	background-size: 16px 16px;
}

.slideshow .slick-slide {
	overflow: hidden;
}

.slideshow .img-box {
	position: relative;
}

.slideshow .img-box .image {
	position: relative;
	z-index: 2;
}

.slideshow .img-box .image img {
	width: auto;
	max-width: none;
	height: 280px;
}
/*
.slideshow .slide-1 .decor-quote {
	top: 35%;
	right: 20px;
}

.slideshow .slide-1 .name {
	top: 10px;
	right: 15px;
}

.slideshow .slide-2 .image img {
	margin: 0 0 0 60px;
}

.slideshow .slide-2 .decor-quote {
	bottom: 20%;
	left: 2%;
}

.slideshow .slide-2 .name {
	bottom: 10px;
	left: 5px;
}

.slideshow .slide-3 .image img {
	margin-left: -6px;
}

.slideshow .slide-3 .decor-quote {
	top: 30%;
	right: 21px;
}

.slideshow .slide-3 .name {
	bottom: 7px;
	right: 39px;
}

.slideshow .slide-4 .image img {
	margin-left: -25px;
}

.slideshow .slide-4 .decor-quote {
	top: 50px;
	left: 27%;
}

.slideshow .slide-4 .name {
	top: 10px;
	left: 48%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
*/

.slideshow .text-box {
	padding-top: 15px;
	color: #609f43;
	position: relative;
	z-index: 20;
}

.slideshow h1 {
	margin: 0 0 10px;
	color: #231e1e;
	letter-spacing: 0;
}

/*
.slideshow .decor-quote {
	position: absolute;
	display: block;
	width: 146px;
	height: 106px;
	background: url(assets/images/quote-bg.svg) no-repeat;
	background-size: 146px 106px;
}
*/

.slideshow .name {
	color: #8c8c8c;
	font-weight: 700;
	font-size: 9px;
	line-height: 2.2;
	position: absolute;
	z-index: 3;
}

.slideshow .slick-dots {
	position: absolute;
	bottom: -44px;
	left: 0;
	right: 0;
	z-index: 10;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.slick-dots {
	width: 100%;
	text-align: center;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.slick-dots li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px;
}

.slick-dots li.slick-active button {
	background: #231e1e;
}

.slick-dots button {
	background: #fff;
	border: 1px solid #231e1e;
	outline: none;
	padding: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	-webkit-transition: background .3s;
	transition: background .3s;
	border-clip: padding-box;
}

.slick-dots button:hover {
	background: #231e1e;
}

.promo {
	padding: 50px 17px 30px;
	background: #f6f6f6;
}

.promo .holder [class*="col-"] {
	float: none;
}

.promo .btn-more:focus,
.promo .btn-more:hover,
.promo .btn-view:focus,
.promo .btn-view:hover {
	color: #231e1e;
}

.promo .img-box {
	position: relative;
	display: block;
	width: 89.5%;
	max-width: 300px;
	margin: 0 auto 27px;
}

.promo .img-box img {
	display: block;
	width: 100%;
}

.promo h1 {
	margin: 0 0 11px;
}

.intro-block {
	padding: 18px 0;
	color: #609f43;
}

.intro-block h1 {
	margin: 0 0 10px 0;
	letter-spacing: 1.1px;
	width: 90%;
	color: #231e1e;
}

.carousel-holder {
	padding: 42px 0;
}

.carousel-holder .title {
	display: block;
	font-size: 15px;
	margin: 0 0 20px;
}

.stones-carousel .slide {
	margin: 0 -15px;
}

.stones-carousel .slide:focus {
	outline: none;
}

.stones-carousel .logo-holder {
	background: #609f43;
	padding: 15px;
	height: 248px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.stones-carousel .txt-holder {
	padding: 20px 26px 0;
	font-size: 15px;
}

.stones-carousel .stone-title {
	display: block;
	font-weight: 700;
	margin-bottom: 10px;
}

.block-holder {
	padding-top: 20px;
}

.block-holder > div {
	margin: 0 -15px;
}

.post-block .block {
	background: #f6f6f6;
	padding: 38px 30px 30px 29px;
}

.post-block .block-success {
	color: #609f43;
	background: #231e1e;
}

.post-block .block-success .title {
	color: #609f43;
}

.post-block .block-success h2,
.post-block .block-success h3 {
	color: #fff;
}

.post-block .block-success .btn-more,
.post-block .block-success .btn-view {
	color: #609f43;
}

.post-block .block-info {
	color: #0091aa;
	background: #231e1e;
}

.post-block .block-info .title {
	color: #0091aa;
}

.post-block .block-info h2,
.post-block .block-info h3 {
	color: #fff;
}

.post-block .block-info .btn-more,
.post-block .block-info .btn-view {
	color: #0091aa;
}

.post-block .block-primary {
	color: #fff;
	background: #609f43;
}

.post-block .block-primary .title {
	color: #231e1e;
}

.post-block .block-primary h2 {
	color: #fff;
}

.post-block .block-primary h3 {
	color: #231e1e;
}

.post-block .block-primary .btn-view {
	color: #231e1e;
}

.post-block .txt-holder {
	padding: 0 0 27px;
}

.post-block .title {
	display: block;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 10px;
	margin-bottom: 16px;
}

.post-block h2 {
	margin: 23px 0 38px;
}

.post-block h3 {
	margin: 0 0 11px;
	line-height: 1.15;
}

.post-block .img-holder {
	margin-bottom: 13px;
	width: 100%;
}

.post-block .img-holder img {
	width: 100%;
}

.post-block .btn-holder,
.content-area .btn-holder {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.post-block .btn-more,
.post-block .btn-view,
.content-area .btn-more,
.content-area .btn-view {
	color: #231e1e;
}

.post-block .btn-more:hover,
.post-block .btn-view:hover,
.content-area .btn-more:hover,
.content-area .btn-view:hover {
	color: #ceef0a;
}

.team-section {
	padding: 25px 0 0;
}

.team-filter {
	margin: 0 0 17px 5px;
}

.team-filter label {
	float: left;
	color: #609f43;
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	margin: 0 11px 0 0;
}

.team-filter .jcf-select {
	border: none;
	max-width: 38%;
}

.jcf-select-filter .jcf-select-drop-content {
	width: 250px;
}

.person-item.popup-active .popup-box {
	display: block;
}

.person-item > a {
	display: block;
	position: relative;
	text-decoration: none;
}

.person-item .hover-box {
	-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
	display: block;
	padding: 15px 0 0;
}

.person-item .hover-box .wrap {
	display: block;
}

.person-item .name {
	text-transform: capitalize;
	display: block;
	font: 700 24px/26px "Farnham-Headline-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0 0 2px;
	text-decoration: none;
}

.person-item .position {
	font-size: 15px;
	line-height: 18px;
	color: #609f43;
	letter-spacing: -.4em;
	margin: 0;
}

.person-item .position li {
	display: inline-block;
	vertical-align: top;
	letter-spacing: normal;
	position: relative;
	padding: 0 10px;
}

.person-item .position li:after {
	content: "";
	left: 0;
	top: 3px;
	bottom: 0;
	width: 1px;
	position: absolute;
	background: #609f43;
}

.person-item .position li:first-child:after {
	display: none;
}

.person-item img {
	width: 100%;
	height: auto;
	display: block;
}

/* Team Popup */

.popup-box {
	padding: 65px 0 40px;
	display: none;
	background: #fff;
	z-index: 9;
	overflow: hidden;
	overflow-y: auto;
	height: calc(100vh - 94px);
	position: fixed;
	left: 0;
	right: 0;
	top: 114px;
	bottom: 0;
	min-width: 320px;
}

.single-team_member .popup-box { /* SS */
	padding: 0 0 40px;
	display: block;
	background: #fff;
	z-index: 9;
	overflow: visible;
	overflow-y: visible;
	height: auto;
	position: relative;
	left: auto;
	right: auto;
	top: auto;
	bottom: auto;
	min-width: 320px;
	
}

.popup-box .close {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	text-decoration: none;
	font-size: 40px;
	line-height: 1;
	margin: 0 0 20px;
}

.popup-box .close:hover {
	color: #609f43;
}

.popup-box .popup-close {
	-webkit-transition: color .3s ease-in-out;
	transition: color .3s ease-in-out;
	display: inline-block;
	vertical-align: top;
	color: #0091aa;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	position: relative !important;
	right: auto !important;
	top: auto !important;
	margin: 0 0 40px;
}

.popup-box .popup-close i {
	display: inline-block;
	vertical-align: top;
	margin: -3px 2px 0 0;
	font-size: 22px;
	line-height: 1;
}

.popup-box .popup-close:hover {
	color: #609f43;
	text-decoration: none;
}

.popup-box .img-box {
	margin: 0 0 22px;
	padding: 10px 0 0;
}

.popup-box .img-box img {
	display: block;
	width: 100%;
	height: auto;
}

.popup-box .heading-box {
	margin: 0 0 32px;
	overflow: hidden;
}

.popup-box .heading-box span {
	height: 20px;
	display: block;
	background: url(assets/images/bg-box.svg) repeat;
	background-size: 16px 16px;
}

.popup-box .heading-box .news-hold {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap:wrap;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0 0 10px;
}

.popup-box .heading-box .news-wrap {
	max-width: 80%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #8c8c8c;
}

.popup-box .heading-box .label {
	color: #609f43;
	font-size: 12px;
	line-height: 15px;
	display: inline-block;
	vertical-align: top;
	padding: 5px 3px 0 0;
	font-weight: normal;
}

.popup-box .heading-box .news-text {
	font-size: 15px;
	line-height: 18px;
	font-weight: normal;
	overflow: hidden;
}

.popup-box .heading-box .news-text a {
	color: #8c8c8c;
}

.popup-box .heading-box .news-text a:hover {
	text-decoration: none;
}

.popup-box .heading-box .social-networks a {
	color: #231e1e;
}

.popup-box .heading-box .social-networks a:hover {
	color: #609f43;
}

.popup-box .name {
	font: bold 25px/28px "Farnham-Headline-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	margin: 0 0 15px;
}

.popup-box p {
	margin: 0 0 60px;
}

.popup-box .popup-content {
	border-top: 2px solid #000;
	padding: 7px 0 0;
	margin: 0 0 25px;
	clear: both;
}

.popup-box .popup-content h3 {
	font: 12px/16px "Haas Grot Text Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #609f43;
	margin: 0 0 14px;
}

.popup-box .popup-content p {
	margin: 0;
}

.popup-box .current-question {
	font: bold 24px/28px "Farnham-Headline-Black", "Helvetica Neue", Helvetica, Arial, sans-serif;
	display: block;
	padding: 8px 0 0;
}

.popup-box .post-block {
	margin: 0 0 25px;
}

.add-person-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px;
}

.add-person-list a {
	text-decoration: none;
	color: #231e1e;
}

.add-person-list li {
	padding: 0 3px 26px;
	width: 25%;
}

.add-person-list .img-wrap {
	display: block;
	margin: 0 0 5px;
	overflow: hidden;
}

.add-person-list img {
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	display: block;
	max-width: 100%;
	height: auto;
}

.add-person-list .name {
	font: 12px/18px "Haas Grot Text Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0;
}

.logo-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -3px;
}

.logo-list li {
	padding: 0 7px 16px;
	width: 33.33%;
}

.logo-list a {
	display: block;
	position: relative;
	text-decoration: none;
}

.logo-list a.hover .hover-block,
.logo-list a:hover .hover-block {
	opacity: 1;
	visibility: visible;
}

.logo-list .description {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	display: block;
}

.logo-list img {
	display: block;
	height: auto;
	max-width: 100%;
}

/* SS */

/* INSIDE PAGE */

/* General Styles */

.green {color:#609f43;}
.blue {color:#337ab7;}
.black {color:#000;}

.bg-gray {background:#ececec;}

.border-title {
	font-size:16px;
	border-top:1px solid #000;
	width:100%;
	margin-bottom:25px; margin-top:5px;
}

.m-btm-100 {margin-bottom:100px;}
.m-btm-50 {margin-bottom:50px;}
.m-btm-30 {margin-bottom:30px;}

.page-title {margin-top:0;}

.sidebar-rt {}
.sidebar-rt .border-title {margin-bottom:15px;}
.sidebar-content {}

#main.general {}
#main.inside {padding:70px 0 70px 0;}
#main.inside .entry-content h2.page-title {margin-top:0; margin-bottom:50px;}
#main .entry-content p {margin-bottom:30px;}
#main .entry-content.text-primary p {margin-bottom:10.5px;}

.text-primary p {color: #609f43;}

/* Company List */
.company-listing .logo-list li {padding: 0 12px 24px;}
.company-listing .logo-list a {
    background: #f6f6f6 none repeat scroll 0 0;
    min-height: 300px;
    padding: 80px 80px;
}
.company-listing .logo-list .logo-img {
    left: 60px; right: 60px;
}

.logo-list {width:100% !important;}

.company-listing .logo-list .milestones a {
    background: #609f43;
}

.jcf-selected { display:none !important; }

/* Company Detail */
#company-details.remodal,
#company-details2.remodal {
	max-width:540px;
	padding:0;
	min-height:540px;
}

.co-detail-logo {padding:60px 100px;}

#company-details.remodal .close img,
#company-details2.remodal .close img {
    width:40px; height:auto;
	top:20px; right:20px;
}

#company-details.remodal .modal-header .close,
#company-details2.remodal .modal-header .close {
    margin-top: 15px; margin-right:15px;
}

#company-details.remodal .modal-header,
#company-details2.remodal .modal-header{
    border-bottom: none;
    min-height: auto;
    padding: 0;
	z-index:9999;
	position:relative;
}

#company-details.remodal .row,
#company-details2.remodal .row  {
    margin-left: 0;
    margin-right: 0;
}

.modal-details .milestones .bg-gray {background:#609f43;}

/* New Founders List Layout */
.founder-list {margin-bottom:7px;}
.founder-list p,
.modal-co-partner {line-height:1.4em;}
.no-padding {padding:0 !important;}

/* Team */
.tiles-team {width:100% !important;}
.row.spinner {background-size:100px 100px !important;}

/* Beliefs - Accordion */
.panel-default {margin-bottom:50px;}
.panel-default h3 { margin-top:0;}
.panel-default h3 a {color:#000; text-decoration:none; position:relative; padding-right:30px;}
.panel-default h3 a:after {
	content: "\f106";
	font-family:"fontawesome";
	color:#609f43;
	font-size:38px;
	position:absolute;
	top:-6px;
	right:0;
}

.panel-default h3 a.collapsed:after {
	content: "\f107";
	font-family:"fontawesome";
}

/* Contact */
.locations {margin-bottom:50px;}
.locations p.green {
	font-size:16px;
	border-top:1px solid #000;
	width:100%;
	margin-bottom:25px;
}
.locations .directions {margin-top:60px;}

/* Subscribe Area */
.subscribe-area {
		margin-bottom:28px;
		padding:20px 0 70px;
}

.subscribe-area a {
	text-decoration:none;
	width:60%;
	display:block;
}

.subscribe-area .modal-content {
    border-radius: 1px;
}

.subscribe-area .modal-header {
    border-bottom: none;
    min-height: 16.43px;
    padding: 20px 20px 5px;
	text-align:right;
}

.subscribe-area .close {
    float: none;
}

.subscribe-area .close img {
    width:40px; height:auto;
}

.subscribe-area h4 {
    margin-top:10px; margin-bottom:30px;
	text-align:center;
	font-size:1.6em;
}

.subscribe-area .modal-body {padding:0 80px 50px;}

.subscribe-area .modal-body.bg-gray {padding-top:50px;}

.subscribe-area .gform_wrapper .gform_footer {
    margin: px 0 0;
    padding: 5px 0 10px;
    text-align: center;
}

.subscribe-area .gform_footer input[type="submit"],
.subscribe-area input[type="submit"],
.subscribe-area .btn {
    background:#000;
	text-align:center;
	border:none;
	color:#fff;
	padding:7px 30px;
	width:100%;
}

.subscribe-area .gform_wrapper .top_label .gfield_label,
.subscribe-area label{
    clear: both;
    display: inline-block;
    line-height: 1.3;
	font-weight:300;
	font-size:.9em;
}

body .subscribe-area .gform_wrapper .top_label div.ginput_container {
    margin-top: 0px;
}

.subscribe-area .validation_error {display:none;}

.subscribe-area .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.subscribe-area .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label,
.subscribe-area .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
.subscribe-area .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
    margin-top: 0;
}

/* Viewpoint Subscribe */
li#s2_form_widget-2 {list-style:none;margin:0; padding:0;}
li#s2_form_widget-2 h2 {display:none;}
#s2email {width:100%;}

.blog-subscribe p:last-child {margin-top:20px; text-align:center;}

/* Media Resources */
.media-resources {margin-bottom:90px;}
.media-resources.info a {text-decoration:underline; color:#000;}
.media-resources .row {margin-bottom:20px;}
.media-resources.info .row {margin-bottom:20px;}
.media-resources p.green {
	font-size:16px;
	border-top:1px solid #000;
	width:100%;
	margin-bottom:25px;
}
.media-resources .dnld a {
	text-decoration:none;
}
.media-resources .dnld a span {
	font-size:22px;
	line-height:22px;
}

.media-resources .dnld a span.dnld-label {
	font-size:15px;
	line-height:22px;
}

/* India */

.india-companies .page-title {margin-bottom:30px;}



@media (min-width: 768px) {
	
	/* Other Hovers */
		.comment-form input[type="submit"]:hover,
		.post-password-form input[type="submit"]:hover,
		.search-form input[type="submit"]:hover {
			background: #609f43;
		}
		
		.navigation .next:hover,
		.navigation .prev:hover,
		.navigation-comments .next:hover,
		.navigation-comments .prev:hover {
			background: #609f43;
		}
		
		.navigation-single .next a:hover,
		.navigation-single .prev a:hover {
			background: #609f43;
		}
		
		.drop-menu ul a:hover {
			border-color: #fff;
		}
		
		#footer .footer-link a:hover,
		#footer .menu a:hover {
			color: #609f43;
		}
		
		a:focus,
		a:hover {
			color: #231e1e;
		}
		
		.btn-more:focus,
		.btn-more:hover {
			text-decoration: none;
			color: #ceef0a;
		}
		
		.btn-view:focus,
		.btn-view:hover {
			text-decoration: none;
			color: #ceef0a;
		}
		
		.social-networks a:focus,
		.social-networks a:hover {
			color: #609f43;
		}
		
		.slideshow .btn-more:hover,
		.slideshow .btn-more:focus,
		.slideshow .btn-view:hover,
		.slideshow .btn-view:focus {
			color: #231e1e;
		}
			
	/* */
	
	#content {
		float: left;
		width: 70%;
	}

	#sidebar {
		float: right;
		width: 25%;
	}

	#sidebar .search-form input[type="search"] {
		width: 100%;
		margin-right: 0;
	}

	#wp-calendar td {
		padding: 3px;
	}

	.comment-form textarea,
	.comment-form input[type="text"] {
		width: 300px;
	}

	.post-password-form input[type="password"] {
		width: 300px;
	}

	.search-form input[type="search"] {
		width: 150px;
		margin-bottom: 10px;
	}

	.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}

	#header {
		padding: 29px 0 0;
	}

	#header:before {
		bottom: -28px;
		height: 28px;
		background-size: 28px 28px;
	}

	#header .social-networks {
		margin: 9px 0 0;
	}

	#header .social-networks li {
		margin-left: 9px;
	}

	#header .social-networks li:first-child {
		margin-left: 0;
	}

	#header .container {
		position: relative;
	}

	.logo {
		width: 154px;
	}

	.menu-main {
		float: right;
		height: auto;
		position: static;
		opacity: 1;
		visibility: visible;
		left: auto;
		right: auto;
		width: auto;
		background: none;
		padding: 8px 0 0;
		overflow: visible;
	}

	#menu-main-navigation {
		padding: 0 20px 0 0;
		float: left;
	}

	#menu-main-navigation > li {
		float: left;
		margin: 0 0 -28px 24px;
		padding: 0 0 28px;
	}

	#menu-main-navigation > li:after {
		content: "";
		height: 28px;
		width: auto;
		display: none;
		position: absolute;
		top: 100%;
		left: -999px;
		right: -999px;
	}

	#menu-main-navigation > li.active > a {
		border-color: #609f43;
	}

	#menu-main-navigation > li.hover:after {
		display: block;
	}

	#menu-main-navigation > li.hover > a {
		border-color: #609f43;
	}

	#menu-main-navigation > li > a {
		padding: 0 0 17px;
		border-bottom: 10px solid transparent;
		-webkit-transition: border-color .3s;
		transition: border-color .3s;
	}

	#menu-main-navigation > li > a span {
		border: none;
	}

	.drop-menu {
		position: absolute;
		top: 93px;
		right: 15px;
		background: #000;
		width: calc(33.332% + 30px);
	}

	.drop-menu ul {
		padding: 47px 20px 35px;
	}

	.drop-menu ul li {
		margin: 0 0 12px;
	}

	.nav-opener {
		display: none;
	}

	#footer .frame {
		padding-top: 42px;
		padding: 48px 0 34px;
	}

	#footer .frame:before {
		height: 28px;
		top: -28px;
		background-size: 28px 28px;
	}

	#footer .holder [class*="col-"] {
		padding-left: 15px;
		padding-bottom: 68px;
	}

	#footer .social-networks {
		padding-top: 9px;
	}

	#footer .social-networks li {
		padding: 0 10px 10px 0;
	}

	.copyright {
		padding-left: 15px;
	}

	.box,
	.post-block {
		padding-top: 28px;
	}

	.box:before,
	.post-block:before {
		height: 28px;
		background-size: 28px 28px;
	}

	#main {
		padding: 28px 0;
	}

	.slideshow {
		padding: 28px 0 0;
	}

	.slideshow:before {
		bottom: -28px;
		height: 28px;
		background-size: 28px 28px;
	}
	
	.slideshow .slick-slide, .slideshow .row {
		height: 500px;
	}
	

	.slideshow .img-box .image img {
		height: 500px;
	}

	/*
	.slideshow .slide-1 .image img {
		margin-left: -120px;
	}

	.slideshow .slide-1 .decor-quote {
		right: 30px;
	}

	.slideshow .slide-1 .name {
		top: 50px;
		right: 50px;
	}
	

	.slideshow .slide-2 .image img {
		margin-left: 0;
	}

	.slideshow .slide-2 .decor-quote {
		left: -80px;
	}


	.slideshow .slide-2 .name {
		bottom: 10px;
		left: -90px;
	}

	.slideshow .slide-3 .image img {
		margin-left: -60px;
	}

	.slideshow .slide-3 .decor-quote {
		right: 30px;
	}
/*
	.slideshow .slide-3 .name {
		bottom: 12px;
		right: 50px;
	}

	.slideshow .slide-4 .image img {
		margin-left: -100px;
	}

	.slideshow .slide-4 .decor-quote {
		top: 80px;
		left: 21%;
	}

	.slideshow .slide-4 .name {
		top: auto;
		bottom: 10px;
		left: -200px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
*/
	.slideshow .text-box {
		padding-top: 64px;
		padding-bottom: 64px;
	}

	.slideshow .text-box p {
		max-width: 84%;
	}

	.slideshow .decor-quote {
		width: 240px;
		height: 174px;
		background-size: 240px 174px;
	}

	.slideshow .name {
		font-size: 12px;
		letter-spacing: .08em;
	}

	.slideshow .slick-dots {
		position: absolute;
		left: auto;
		top: 0;
		bottom: 0;
		right: 28px;
		width: 10px;
		padding: 10px 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.slideshow .slick-dots li {
		margin: 5px 0;
	}

	.promo {
		margin-bottom: 30px;
		padding: 50px 0 30px;
	}

	.promo .holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: start;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.promo .img-box {
		max-width: 713px;
		width: 100%;
		margin: 0;
		padding-left: 30px;
	}

	.promo .text-box {
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.promo h1 {
		margin: 0 0 30px;
	}

	.carousel-holder {
		padding: 30px 0;
	}

	.stones-carousel .slide {
		margin: 0;
	}

	.stones-carousel .stone-title {
		font-size: 18px;
		margin-bottom: 8px;
	}

	.block-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-top: 0;
		padding-bottom: 24px;
	}

	.block-holder > div {
		margin: 0;
		margin-bottom: 32px;
	}

	.post-block {
		height: 100%;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
	}

	.post-block .block {
		padding: 30px 20px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-pack: justify;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		width: 100%;
	}

	.post-block .block-primary {
		position: relative;
	}

	.post-block .block-primary .txt-holder {
		position: relative;
		z-index: 2;
	}

	.post-block .txt-holder {
		padding-bottom: 22px;
	}

	.post-block .title {
		font-size: 14px;
	}

	.post-block h2 {
		margin-bottom: 40px;
	}

	.post-block h3 {
		margin-bottom: 20px;
	}

	.post-block .img-holder {
		margin: 0;
		position: absolute;
		right: 2%;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 486px;
		height: 289px;
	}

	.team-filter .jcf-select {
		max-width: 300px;
	}

	.jcf-select-filter .jcf-select-drop-content {
		width: 274px;
	}
	

	.team-holder {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -12px;
	}

	.person-item {
		width: 50%;
		padding: 0 12px 24px;
		margin: 0;
	}

	.person-item > a.hover .hover-box,
	.person-item > a:hover .hover-box {
		visibility: visible;
		opacity: 1;
	}

	.person-item .hover-box {
		padding: 20px;
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		background: rgba(255, 255, 255, .75);
		background: rgba(255, 255, 255, .75) url(assets/images/bg-box-white.svg) repeat;
		background-size: 16px 16px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		opacity: 0;
		visibility: hidden;
	}

	.person-item .hover-box.blue-mode .wrap {
		background: #0091aa;
		color: #fff;
	}

	.person-item .hover-box.blue-mode .position {
		color: #fff;
	}

	.person-item .hover-box.blue-mode .position li:after {
		background: #fff;
	}

	.person-item .hover-box .wrap {
		background: #fff;
		width: 100%;
		padding: 10px 10px 22px;
	}

	.person-item .name {
		margin: 0 0 9px;
	}

	.person-item .position {
		font-size: 18px;
		line-height: 20px;
	}

	.person-item .position li {
		padding: 0 20px;
	}

	.popup-box {
		line-height: 32px;
		padding: 24px 0 40px;
		top: 122px;
		height: calc(100vh - 122px);
	}

	.popup-box .popup-close {
		font-size: 15px !important;
		line-height: 18px;
	}

	.popup-box .popup-close i {
		font-size: 27px;
		margin: -3px 6px 0 0;
	}

	.popup-box .img-box {
		border-bottom: 2px solid #000;
		padding: 0 0 23px;
		margin: 0 0 10px;
	}

	.popup-box .heading-box {
		margin: 0 0 26px;
		padding-left: 1px;
	}

	.popup-box .heading-box span {
		height: 28px;
		background-size: 28px 28px;
		margin: 0 -37px 0 0;
	}

	.popup-box .heading-box .label {
		padding: 3px 4px 0 0;
		font-size: 15px;
		line-height: 24px;
	}

	.popup-box .heading-box .news-text {
		font-size: 20px;
		line-height: 24px;
	}

	.popup-box p {
		margin: 0 0 34px;
	}

	.popup-box .popup-content {
		margin: 0 0 54px;
		padding: 10px 0 0;
	}

	.popup-box .popup-content h3 {
		font-size: 16px;
		line-height: 18px;
	}

	.popup-box .current-question {
		font-size: 24px;
		line-height: 30px;
	}

	.popup-box .post-block {
		margin: 0 0 89px;
	}

	.add-person-list {
		margin: 0 -7px;
	}

	.add-person-list a:hover img {
		-webkit-transform: scale(1.1, 1.1);
		-ms-transform: scale(1.1, 1.1);
		transform: scale(1.1, 1.1);
	}

	.add-person-list li {
		width: 33.33%;
		padding: 0 7px 20px;
	}

	.add-person-list .img-wrap {
		margin: 0 0 7px;
	}

	.logo-list {
		margin: 0 -6px;
	}

	.logo-list li {
		padding: 0 6px 12px;
	}

	.logo-list li.marked a {
		background: #609f43;
	}

	.logo-list a {
		min-height: 142px;
		background: #f6f6f6;
		padding: 10px 20px;
	}

	.logo-list .hover-block {
		-webkit-transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		transition: opacity .3s ease-in-out, visibility .3s ease-in-out;
		background: rgba(96, 159, 67, .95);
		position: absolute;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		color: #fff;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: end;
		-webkit-align-items: flex-end;
		-ms-flex-align: end;
		align-items: flex-end;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 10px 15px 16px;
		opacity: 0;
		visibility: hidden;
	}

	.logo-list .logo-img {
		position: absolute;
		left: 15px;
		top: 15px;
		right: 15px;
		bottom: 15px;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
	}
}

@media (min-width: 1024px) {
	.jcf-select .jcf-select-text {
		font-size: 18px;
		line-height: 20px;
	}

	.jcf-select .jcf-select-opener:after {
		font-size: 24px;
		top: 0;
	}

	.jcf-list {
		font-size: 18px;
		line-height: 20px;
	}

	#sidebar .search-form input[type="search"] {
		width: 150px;
		margin-right: 5px;
	}

	blockquote {
		font-size: 40px;
		line-height: 1.1;
	}
	
	blockquote p {
		margin-bottom:0 !important;
	}

	blockquote cite {
		font-size: 15px;
		line-height: 24px;
		color:#609f43;
		font-style:normal;
	}

	#wp-calendar td {
		padding: 5px;
	}

	.popup-opened #header {
		padding-right: 17px;
	}

	body {
		font-size: 18px;
		line-height: 1.7776;
		letter-spacing: .025em;
	}

	h1,
	.h1 {
		font-size: 62px;
		line-height: 1.032;
	}

	h2,
	.h2 {
		font-size: 40px;
		line-height: 1.1;
	}

	h3,
	.h3 {
		font-size: 28px;
		line-height: 1.2142;
	}

	h4,
	.h4 {
		font-size: 22px;
		line-height: 1.272;
	}

	.btn-more {
		font-size: 15px;
	}

	.btn-more i {
		margin-left: 4px;
	}

	.btn-view {
		font-size: 15px;
		padding-left: 37px;
	}

	.btn-view i {
		font-size: 26px;
	}
	
	.slideshow .slick-slide, .slideshow .row {
		height: 673px;
	}

	.slideshow .img-box .image img {
		height: 673px;
	}
/*
	.slideshow .slide-1 .image img {
		margin-left: -191px;
	}

	.slideshow .slide-1 .decor-quote {
		top: 40.2%;
		right: 78px;
	}

	.slideshow .slide-1 .name {
		top: auto;
		bottom: 20px;
		right: 17.4%;
	}

	.slideshow .slide-2 .image img {
		margin-left: 68px;
	}

	.slideshow .slide-2 .decor-quote {
		bottom: 13%;
		left: -154px;
	}

	.slideshow .slide-2 .name {
		left: -22px;
		bottom: 17px;
	}

	.slideshow .slide-3 .image img {
		margin-left: -94px;
	}

	.slideshow .slide-3 .decor-quote {
		top: 30.5%;
		right: 78px;
	}

	.slideshow .slide-3 .name {
		right: 34%;
	}

	.slideshow .slide-4 .image img {
		margin-left: -130px;
	}

	.slideshow .slide-4 .decor-quote {
		top: 124px;
		left: 19%;
	}
/*
	.slideshow .slide-4 .name {
		bottom: 20px;
		left: -229px;
	}
*/
	.slideshow .text-box p {
		margin: 0 0 25px;
	}

	.slideshow h1 {
		margin: 0 0 15px;
	}

	.slideshow .decor-quote {
		width: 346px;
		height: 252px;
		background-size: 346px 252px;
	}

	.promo {
		margin-bottom: 57px;
		padding: 79px 17px 78px;
	}

	.promo .img-box {
		padding-left: 15px;
	}

	.promo h1 {
		margin: 0 0 80px;
	}

	.intro-block {
		padding: 58px 0 17px;
	}

	.intro-block h1 {
		margin-bottom: 17px;
		width: 100%;
	}

	.carousel-holder .title {
		font-size: 18px;
		margin-bottom: 15px;
	}

	.stones-carousel .logo-holder {
		height: 292px;
	}

	.stones-carousel .txt-holder {
		padding: 17px 0;
	}

	.post-block .block {
		padding: 59px 38px 55px 32px;
	}

	.post-block .txt-holder p {
		margin: 0 0 43px;
	}

	.post-block .title {
		font-size: 16px;
		margin-bottom: 20px;
	}

	.post-block h2 {
		margin-bottom: 77px;
	}

	.post-block h3 {
		margin-bottom: 41px;
	}

	.team-filter label {
		font-size: 18px;
		line-height: 20px;
		margin: 0 20px 0 0;
	}

	.person-item {
		width: 33.33%;
	}

	.popup-box .close {
		margin: -9px -9px 20px 0;
		font-size: 58px;
	}

	.popup-box .name {
		font-size: 42px;
		line-height: 44px;
		margin: 0 0 14px;
	}

	.add-person-list {
		margin: 25px -7px 0;
	}

	.add-person-list li {
		width: 20%;
	}

	.add-person-list .name {
		font-size: 15px;
		line-height: 27px;
	}

	.logo-list {
		margin: 26px -6px -20px;
	}

	.logo-list .description {
		font-size: 15px;
		line-height: 20px;
	}

	/* SS */

	.intro-block {
		padding: 15px 0 17px;
	}
}

@media (max-width: 1199px) {

	/* Subscribe Area */
	.subscribe-area {
		padding:25px 0;
	}
	.subscribe-area a {
		width:100%;
	}

	.logo-list {width:100%;}
}

@media (max-width: 1190px) {

	/* Subscribe Area */
	.subscribe-area {
		padding:25px 0;
	}
	.subscribe-area a {
		width:100%;
	}
}

@media (max-width: 767px) {

	#header ul.social-networks a {
    	color: #8c8c8c;
    	display: inline-block;
    	padding-left:0;
    	padding-right: 0;
	}

	.navigation .page-numbers,
	.navigation-comments .page-numbers {
		padding: 0;
	}

	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em .4em;
	}

	.navigation-single .next a,
	.navigation-single .prev a {
		padding: .2em .4em;
	}

	.slideshow .img-box {
		margin: 0 auto;
		float: none;
		width: 320px;
		text-align: center;
		clear: both;
	}

	.person-item {
		max-width: 325px;
		margin: 0 auto 38px;
	}

	.popup-box {
		font-size: 15px;
		line-height: 22px;
		-webkit-overflow-scrolling: touch;
	}
	
	.popup-box p {
    	margin: 0 0 20px;
	}

	.popup-box .close {
		position: absolute;
		right: 24px;
		top: 13px;
	}

	.popup-box .img-box {
		border-top: 2px solid #000;
	}

	.popup-box .heading-box .social-networks {
		margin: -3px 0 0;
	}

	.popup-box .heading-box > .name {
		position: absolute;
		top: -47px;
		left: 22px;
		font-size: 24px;
		line-height: 28px;
		overflow: hidden;
		text-overflow: ellipsis;
		width: 80%;
	}

	.logo-list li.marked .logo-img {
		background: #609f43;
	}

	.logo-list a {
		color: #609f43;
		text-align: center;
	}

	.logo-list .logo-img {
		white-space: nowrap;
		text-align: center;
		padding: 10px 20px;
		margin: 0 0 5px;
		background: #f6f6f6;
		display: block;
	}
	
	.logo-list li.marked:nth-of-type(3n+1) {
    	clear:left;
	}
	
	.logo-list li.marked .hover-block {
    	display: inline-block !important;
	}

	.logo-list .milestones .logo-img {
    	background: #609f43;
	}

	.logo-list .logo-img:after {
		content: "";
		display: inline-block;
		vertical-align: middle;
		width: 0;
		min-height: 108px;
	}

	.logo-list .logo-img > * {
		white-space: normal;
		display: inline-block;
		vertical-align: middle;
		max-width: 99%;
	}

	/* SS */

	/* INSIDE PAGE */

	#main.inside {padding:30px 0;}
	#main.inside .entry-content h2.page-title {margin-bottom:30px;}
	
	.filter-mobile {
    	position:fixed !important;
    	top:110px  !important; 
  	}	

	/* Company List */

	.company-listing .logo-list li {width:50%; padding: 0 5px 10px;}
	.company-listing .logo-list a {
		background: #f6f6f6 none repeat scroll 0 0;
		min-height: 100px;
		padding: 20px 10px;
	}

	.company-listing .logo-list .logo-img {
		left: 10px;
		right: 10px;
	}

	/* Contact */
	.locations .directions {margin-top:0;}

	/* Subscribe Area */
	.subscribe-area {
		margin-bottom:20px;
	}

	/* Media Resources */
	.media-resources {margin-bottom:50px;}
}

@media (max-width: 479px) {
	.logo-list .logo-img {
		padding: 10px 10px;
	}

	.logo-list .logo-img:after {
		min-height: 61px;
	}

}

/* Hide Company Filter */
.page-template-page-company-listing .jcf-list-content li:nth-of-type(3) {display:none;}

