/*
 * Unicorn one page template
 * Author: ThemesGround
 * Author URL: https://www.themesground.com/
 * License: Attribution-NonCommercial CC BY-NC 

 * 
 * -------------------------------------------------------------------
 * This theme under "Attribution-NonCommercial CC BY-NC". You can't remove footer credit link.
 Text Domain: Unicorn
*/
/* TABLE OF CONTENTS

1.	Body

2.	Layout 

3.	Header

4.	Navigation 

5.	Intro 

6.	About Section

7.	Services Section

8.	Portfolio Section

9.	Pricing Section

10.	Blog Section

11.	Contact Us Section

12.	Footer

13.	Responsive

*/

/* BEGIN OF STYLING */

/* 1. BODY */

body {
	font-family: 'geogrotesque_rgregular';
	color: #000000;
	font-size: 16px;
	line-height:1.5em;
	background-color: #000000
}
p {
	margin-bottom: 26px;
}
::selection {
	background: #86fc2f;
	color: #333;
}
a {
	color: #86fc2f;
	text-decoration: none !important;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}
a:hover {
	color: #333;
}

h1 {
	font-family: 'geogrotesque_mdmedium';
	font-size: 50px;
	letter-spacing: 0.5px;
	color: #000000
}


h2, h3, h4, h5 {
	font-family: 'geogrotesque_mdmedium';
	color: ##91FD30;
	letter-spacing: 0.5px;
	font-size: 60px
}
h3 {
	font-size: 20px;
	letter-spacing: 0.5px;
}
h6 {
	font-family: 'geogrotesque_mdmedium';
	color: ##91FD30;
	letter-spacing: 0.5px;
	font-size: 20px
}
/* 2. LAYOUT */

.form-control {
	border-radius: 2px;
	padding: 12px 20pxt;
	height: auto;
	border-color: #e5e5e5;
	box-shadow: none;
	font-size: 16px
}
.form-control:focus {
	border-color: #bca480;
}
.float-nan {
	float: none;
}
.img-responsive {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.btn {
	font-family: 'geogrotesque_rgregular';
	font-size: 17px;
	letter-spacing: 0.5px;
	border-radius: 0px;
	padding: 8px 30px;
	margin-bottom: 5px;
	-webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
}
.btn.btn-lg {
	padding: 12px 25px 12px 25px;
	letter-spacing: 0.5px;
}
.btn.btn-sm {
	padding: 7px 20px;
	font-size: 14px;
}
.btn.btn-xs {
	padding: 5px 15px;
	font-size: 12px;
}
.btn-default {
	color: #000;
	
}
.btn-default:hover {
	color: #86fc2f;
	background-color: #000;
	border: 0px #86fc2f solid;
}
.btn-default-o {
	color: #f2f2f2;
	border-color: #f2f2f2;
	background-color: transparent;
}
.btn-default-o:hover {
	color: #bca480;
	background-color: #fff;
	border-color: #fff;
}
.btn-main-o {
	color: #bca480;
	border-color: #bca480;
	background-color: transparent;
}
.btn-main-o:hover {
	color: #fff;
	background-color: #bca480;
	border-color: #bca480;
}
.btn-dark-o {
	color: #4c4c4c;
	border-color: #4c4c4c;
	background-color: transparent;
}
.btn-dark-o:hover {
	color: #fff;
	background-color: #4c4c4c;
	border-color: #4c4c4c;
}
.btn-dark {
	color: #fff;
	background-color: #4c4c4c;
	border-color: #4c4c4c;
}
.btn-dark:hover, .btn-dark:focus, .btn-dark:active {
	background-color: #333333;
	border-color: #333333;
	color: #fff;
}
.btn-main {
	background: #86fc2f;
	color: #121310;
	font-family: 'geogrotesque_mdmedium';
	display: inline-block;
	padding: 10px 25px;
	font-size: 18px;
	text-transform: uppercase;
}
.btn-main:after {
	content: '\f138';
	font-family: FontAwesome;
	font-size: 18px;
	color: #121310;
	margin-left: 10px
}
.btn-main:hover:after {
	content: '\f138';
	font-family: FontAwesome;
	font-size: 18px;
	color: #fff;
	margin-left: 10px
}
.btn-main:hover, .btn-main:focus, .btn-main:active {
	background-color: #121310;
	color: #fff;
}
.btn-link {
	font-weight: 400;
	color: #bca480;
}
.btn-link:hover, .btn-link:focus, .btn-link:active {
	color: #4c4c4c;
	text-decoration: none;
}
.page-title {
	width: 100%;
	margin: 0px;
	border: none;
	padding-bottom: 9px;
	font-family: 'geogrotesque_rgregular';
}
.page-title .slash {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	height: 130px;
	width: 6.7%;
	margin: 0 3%;
}
.page-title .slash:before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	z-index: -2;
	border: 70px solid transparent;
	border-top-width: 0;
	border-bottom: 130.5px solid black;
}
.page-title .slash:after {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	left: 2px;
	top: 0;
	z-index: -1;
	border: 70px solid transparent;
	border-top-width: 0;
	border-bottom: 130.5px solid white;
}
.page-title p {
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	margin: 0;
	font-size: 25px;
	
}
.page-title h1 {
	width: 35%;
	margin: 0px;
	padding: 0px;
	margin: auto;
	display: inline-block;
	vertical-align: middle;
	font-family: 'geogrotesque_rgregular';
	text-transform: uppercase;
	font-size: 60px;
}
.page-title1 {
	width: 100%;
	margin: 0px;
	border: none;
	padding-bottom: 25px;
	font-family: 'geogrotesque_rgregular';
}
.page-title1 h1 {
	width: 55%;
	padding: 0px;
	margin-left: 30px;
	margin-right: 30px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'geogrotesque_rgregular';
	text-transform: uppercase;
	font-size: 40px
}


.page-title2 {
	width: 100%;
	margin: 0px;
	border: none;
	padding-bottom: 25px;
	font-family: 'geogrotesque_rgregular';
}
.page-title2 h1 {
	width: 55%;
	margin: 0px;
	padding: 0px;
	margin-left: 30px;
	display: inline-block;
	vertical-align: middle;
	font-family: 'geogrotesque_rgregular';
	text-transform: uppercase;
	font-size: 40px
}
.page-title2 h1:after {
	content: "";
	display: block;
	width: 97%;
	background: #trasparent;
	height: 30px;
	margin: -35px 0 0 -30px;
}

.section-title {
	margin-bottom: 20px;
}
.section-title h3 {
	font-family: 'geogrotesque_rgregular';
	text-transform: uppercase;
	color: #121310;
	letter-spacing: 1px;
	font-size: 36px;
	display: inline-block;
	clear: both;
	position: relative;
	padding: 0px 0px;
	margin-top: 0px;
	margin-bottom: 0px;
	border-bottom: 6px #86fc2f solid;
	padding-bottom: 15px
}
.section-title p {
	font-family: 'geogrotesque_rgregular';
	color: #000;
	font-size: 42px;
	line-height: 58px;
	letter-spacing: normal;
}
.section-title.st-center {
	text-align: center;
}
.block {
	overflow: hidden;
	padding: 35px 0px;
	border-radius: 3px;
	padding-top: 10px
}
.block1 {
	overflow: hidden;
	background: #fff;
	padding: 35px 20px;
	border-radius: 3px;
	border-top: 2px #e5e5e5 dotted
}
.padd25 {
	padding: 25px
}
.padd {
	padding: 0px
}
.section-title.st-center:before {
	margin: auto;
}
.bottom-line {
	margin-bottom: 20px;
}
.bottom-line:after {
	content: "";
	display: block;
	width: 50px;
	height: 2px;
	background-color: #bca480;
	margin-top: 5px;
}
.tooltip.top .tooltip-arrow {
	bottom: 1px;
}
.tac {
	text-align: center;
}
.nicescroll-rails {
	background: rgba(0, 0, 0, 0.1);
	width: 5px;
	z-index: 9999;
}
.nicescroll-rails:hover {
	opacity: 1;
}
.nicescroll-rails > div {
	background: #bca480;
}
/* ---------------------------------------------- /*
 * Mouse animate icon
/* ---------------------------------------------- */
.mouse-icon {
	position: absolute;
	left: 50%;
	bottom: 40px;
	border: 2px solid #fff;
	border-radius: 16px;
	height: 40px;
	width: 24px;
	margin-left: -15px;
	display: block;
	z-index: 10;
	opacity: 0.7;
}
.mouse-icon .wheel {
	-webkit-animation-name: drop;
	-webkit-animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	-webkit-animation-name: drop;
	animation-name: drop;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0s;
	animation-delay: 0s;
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-play-state: running;
	animation-play-state: running;
}
.mouse-icon .wheel {
	position: relative;
	border-radius: 10px;
	background: #fff;
	width: 2px;
	height: 6px;
	top: 4px;
	margin-left: auto;
	margin-right: auto;
}
@-webkit-keyframes drop {
 0% {
 top: 5px;
 opacity: 0;
}
 30% {
 top: 10px;
 opacity: 1;
}
 100% {
 top: 25px;
 opacity: 0;
}
}
@keyframes drop {
 0% {
 top: 5px;
 opacity: 0;
}
 30% {
 top: 10px;
 opacity: 1;
}
 100% {
 top: 25px;
 opacity: 0;
}
}

.rd-parallax-inner {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  z-index: 1;
  clip: rect(0, auto, auto, 0);
}

.rd-parallax-layer[data-type="media"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  height: 100%;
  pointer-events: none;
}

.rd-parallax-layer[data-type="media"] iframe {
  width: 100%;
  height: 100%;
}

.rd-parallax-layer[data-url] {
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}

.rd-parallax .rd-parallax-layer[data-type="media"] + * {
  position: relative;
}

/* 4. NAVIGATION */

.navbar-default {
	background-color: black;
	border-width: 0;
	margin-bottom: 0;
	height: 85px;
	-webkit-transition: background-color 0.3s, height 0.3s;
	transition: background-color 0.3s, height 0.3s;
}
.st-navbar-mini .navbar-default {
	background-color: #000;
	height: 80px;
}
.st-navbar-mini .navbar-default .navbar-brand {
	padding: 5px 5px 5px 5px;
	height: auto;
}
.st-navbar-mini .navbar-default .navbar-brand img {
	height: auto;
}
.st-navbar-mini .navbar-default .navbar-nav > li.active > a, .st-navbar-mini .navbar-default .navbar-nav > li.active a:hover, .st-navbar-mini .navbar-default .navbar-nav > li.active a:focus, .st-navbar-mini .navbar-default .navbar-nav > li.active a:active {
	background-color: none;
	color: #99ff33
}
.navbar-brand {
	height: auto;
	padding: 20px 20px ;
	-webkit-transition: padding 0.3s;
	transition: padding 0.3s;
}
.navbar-brand img {
	-webkit-transition: height 0.3s;
	transition: height 0.3s;
}
.navbar-nav > li > a {
	font-family: 'geogrotesque_mdmedium';
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0px 0px 0px 0px;
	margin: 30px 10px;
	color: #fff;
	text-transform: uppercase;
	border-bottom: 3px solid rgba(134, 252, 47, 0);
	transition: all .3s linear;
	font-size: 18px
}
.st-navbar-mini .navbar-default a {
	color: #fff
}
.navbar-nav > li > a:hover, .navbar-nav > li > a:focus, .navbar-nav > li > a:active {
	color: #bca480;
	outline-width: 0;
}
.navbar-nav > li.active > a, .navbar-nav > li.active a:hover, .navbar-nav > li.active a:focus, .navbar-nav > li.active a:active {
	color: #bca480;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li.active > a, .navbar-default .navbar-nav > li.active a:hover, .navbar-default .navbar-nav > li.active a:focus, .navbar-default .navbar-nav > li.active a:active {
	color: #fff!important;
	border-bottom: 3px solid #86fc2f;
	background: none
}
.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
	color: #86fc2f;
}
/*5.INTRO */

.home {
	background-image: url(../img/bg_turf.jpg);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	padding: 100px 0;
	position: relative;
	overflow: hidden/* Temp CSS */
  /* Temp CSS End */
}
.home:after {
	display: block;
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 105px;
	background: url(../images/bg.png) 50% 0 no-repeat;
	z-index: 5;
}
.home .st-brand {
	text-align: center;
	margin-bottom: auto;
}
.home .st-home-unit {
	position: relative;
}
.home .hero-txt {
	color: #fff;
	text-align: center;
}
.home .hero-txt .hero-title {
	font-family: 'Montserrat', sans-serif;
	color: #fff;
	text-transform: uppercase;
	font-size: 76px;
	line-height: 85px;
	font-weight: 900;
	letter-spacing: 8px;
	word-spacing: 4px;
	margin-bottom: 15px;
	margin-top: 5px;
	padding: 20px 10px;
}
.home .hero-txt .hero-work {
	font-family: 'Montserrat', sans-serif;
	font-weight: 300;
	letter-spacing: 2px;
	margin-bottom: 0;
	text-transform: uppercase;
	font-size: 12px
}
.home .hero-txt .hero-work:after {
	content: "";
	display: block;
	width: 200px;
	height: 4px;
	margin: 20px auto 0;
	background-color: transparent;
	border-width: 1px 0;
	border-style: solid;
	border-color: rgba(255, 255, 255, 0.3);
}
.home .hero-txt a.btn {
	text-transform: uppercase;
}
.home .hero-txt a.btn.left-btn {
	margin-right: 20px;
}
.home .hero-txt .hero-sub-title {
	font-family: 'Montserrat', sans-serif;
	font-size: 30px;
	letter-spacing: 5px;
	font-weight: 300;
	margin-bottom: 70px;
}
.home .hero-txt .hero-img {
	margin-top: 80px;
}
.st-highlight {
	color: #86fc2f;
}
.black-bar {
	background: #000;
	text-align: center;
	padding: 85px 0;
	color: #fff;
}
.black-bar h2 {
	font-family: 'geogrotesque_mdmedium';
	font-size: 35px;
	margin: 0px;
	padding: 5px;
	text-align: center;
	color: #fff;
	margin-bottom: 17px
}
.black-bar p {
	font-family: 'geogrotesque_rgregular';
	font-size: 20px;
	color: #aaa;
	padding: 5px
}
.btn-container {
	margin-top: 20px;
	overflow: hidden
}
.black-bar a {
	background: #86fc2f;
	color: #000;
	font-family: 'geogrotesque_mdmedium';
	display: inline-block;
	padding: 10px 25px;
	font-size: 35px;
	text-transform: uppercase
}
.black-bar i {
	margin-left: 5px;
	font-size: 18px
}
.page-header {
	background-image: url(../img/AG_building.png);
	background-position: top center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
	background-color: #000;
	padding: 150px 0 100px;
	margin: 0;
	border-width: 0;
}
.page-header .page-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 35px;
	line-height: 55px;
	letter-spacing: 5px;
	word-spacing: 4px;
}
.page-breadcrumb {
	background-color: #f7f7f7;
	background-color: #bca480;
	color: #fff;
	box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.01);
	border-botom: 1px solid #f2f2f2;
	padding: 20px 0;
}
.page-breadcrumb .breadcrumb {
	background-color: transparent;
	border-width: 0;
	border-radius: 0;
	margin-bottom: 0;
	color: #000;
}
.page-breadcrumb .breadcrumb .active, .page-breadcrumb .breadcrumb > li + li:before {
	color: #000;
}
.page-breadcrumb .breadcrumb a {
	color: #000;
}
.page-content {
	padding-top:  90px;
}
/* 6 ABOUT SECTION */

.about {
	padding: 70px 0;
	padding-bottom: 0px
}
.about .block {
	padding-bottom: 0px
}
.about img {
	width: 100%;
}
.about h3 {
	margin-top: 0px;
	padding-bottom: 10px
}
.about p {
	margin-bottom: 20px;
	text-align: left
}
.st-member {
	position: relative;
	overflow: hidden;
	border: 3px solid #121310;
	padding: 0px;
}
.team-info {
	width: 100%;
	padding-top: 60px;
	padding-bottom: 60px;
	overflow: hidden
}
.team-info .block1 {
	overflow: hidden;
	background: none;
	padding: 0px;
	border-radius: 3px;
	border-top: none
}
.st-member-img img {
}
.st-member .st-member-info {
	width: 100%;
	height: 100%;
	padding: 30px 35px 0px 30px;
	top: 0;
	left: 0;
	text-align: center;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	-webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
	transition: opacity 0.5s, transform 0.5s;
	color: #fff
}
.st-member .st-member-info .progress-bar {
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: -webkit-transform 0.5s ease 0.2s;
	transition: transform 0.5s ease 0.2s;
}
.st-member .st-member-info .st-member-name {
	font-family: 'geogrotesque_mdmedium';
	display: block;
	color: #121310;
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 0px;
	text-transform: uppercase
}
.st-member .st-member-info .st-member-name:after {
	content: '';
	display: block;
	height: 2px;
	width: 35px;
	background-color: #86fc2f;
	margin: 0 auto;
	margin-top: 5px
}
.st-member .st-member-info .st-member-pos {
	display: block;
	font-size: 15px;
	line-height: 18px;
	letter-spacing: 0.5px;
	margin-top: 10px;
	color: #777;
	text-align: center
}
.st-member .st-member-info .st-member-social {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 110px;
}
.st-member .st-member-info .st-member-social ul {
	margin: 0;
	padding: 0;
}
.st-member .st-member-info .st-member-social ul li {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	margin: 0;
	padding: 0;
}
.st-member .st-member-info .st-member-social ul li a {
	display: block;
	width: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	border-radius: 30px;
	background-color: rgba(0, 0, 0, 0.7);
	opacity: 0;
	-webkit-transform: translateY(100px);
	-ms-transform: translateY(100px);
	transform: translateY(100px);
	-webkit-transition: background-color 0.3s, opacity 0.3s ease, -webkit-transform 0.5s ease;
	transition: background-color 0.3s, opacity 0.3s ease, transform 0.5s ease;
}
.st-member .st-member-info .st-member-social ul li a.facebook {
	background-color: #3c5b9b;
}
.st-member .st-member-info .st-member-social ul li a.facebook:hover {
	background-color: #3c5b9b;
}
.st-member .st-member-info .st-member-social ul li a.twitter {
	background-color: #2daae1;
}
.st-member .st-member-info .st-member-social ul li a.twitter:hover {
	background-color: #2daae1;
}
.st-member .st-member-info .st-member-social ul li a.dribbble {
	background-color: #ea4c88;
}
.st-member .st-member-info .st-member-social ul li a.dribbble:hover {
	background-color: #ea4c88;
}
.st-member:hover {
	cursor: pointer;
}
.st-member:hover .st-member-info {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
.st-member:hover .st-member-info .st-member-social ul li a {
	opacity: 1;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}
.st-member:hover .st-member-info .st-member-social ul li a.facebook {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.2s, -webkit-transform 0.5s ease 0.2s;
	transition: background-color 0.3s, opacity 0.3s ease 0.2s, transform 0.5s ease 0.2s;
}
.st-member:hover .st-member-info .st-member-social ul li a.facebook:hover {
	background-color: #3c5b9b;
}
.st-member:hover .st-member-info .st-member-social ul li a.twitter {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.3s, -webkit-transform 0.5s ease 0.3s;
	transition: background-color 0.3s, opacity 0.3s ease 0.3s, transform 0.5s ease 0.3s;
}
.st-member:hover .st-member-info .st-member-social ul li a.twitter:hover {
	background-color: #2daae1;
}
.st-member:hover .st-member-info .st-member-social ul li a.dribbble {
	-webkit-transition: background-color 0.3s, opacity 0.3s ease 0.4s, -webkit-transform 0.5s ease 0.4s;
	transition: background-color 0.3s, opacity 0.3s ease 0.4s, transform 0.5s ease 0.4s;
}
.st-member:hover .st-member-info .st-member-social ul li a.dribbble:hover {
	background-color: #ea4c88;
}
.st-member:hover .st-member-info .skills .skill:nth-child(2) .progress-bar {
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(3) .progress-bar {
	-webkit-transition-delay: 0.4s;
	transition-delay: 0.4s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(4) .progress-bar {
	-webkit-transition-delay: 0.5s;
	transition-delay: 0.5s;
}
.st-member:hover .st-member-info .skills .skill:nth-child(5) .progress-bar {
	-webkit-transition-delay: 0.6s;
	transition-delay: 0.6s;
}
.st-member:hover .progress-bar {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}
.skill {
	text-align: left;
}
.skill strong {
	font-weight: 400;
}
.skill span {
	float: right;
}
.progress {
	height: 11px;
	padding: 0 3px;
	background-color: transparent;
	border: 1px solid #ededed;
	border-radius: 6px;
	box-shadow: none;
}
.progress-bar {
	height: 3px;
	margin-top: 3px;
	border-radius: 2px;
	position: relative;
	box-shadow: none;
	-webkit-transform-origin: left;
	-ms-transform-origin: left;
	transform-origin: left;
	-webkit-animation-name: process;
	animation-name: process;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-delay: 0.2s;
	animation-delay: 0.2s;
}
.progress-bar-sept {
	background-color: #bca480;
}
@-webkit-keyframes process {
 0% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
}
 100% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
}
@keyframes process {
 0% {
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
}
 100% {
 -webkit-transform: scaleX(1);
 transform: scaleX(1);
}
}
.funfacts {
	background-image: url(../img/bg_turf.jpg);
	background-color: #000;
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	padding: 70px 0;
}
.funfacts .funfact {
	font-family: 'geogrotesque_mdmedium';
	text-align: center;
	color: #000;
}
.funfacts .funfact .st-funfact-icon {
	font-size: 42px;
	line-height: 70px;
}
.funfacts .funfact .st-funfact-counter {
	font-size: 48px;
	line-height: 68px;
	letter-spacing: 3px;
}
.funfacts .funfact .funfact-title {
	font-size: 20px;
	line-height: 40px;
	letter-spacing: 0.5px;
	font-family: 'geogrotesque_rgregular';
}
.funfacts .funfact:after {
	content: '';
	display: block;
	width: 35px;
	height: 4px;
	background-color: #86fc2f;
	margin: 0 auto;
}
/* 7 SERVICE SECTION */

.service {
	padding: 65px 0 0px 0px;
}
.service p {
	margin-bottom: 0px
}
.service .block {
	padding: 35px 0px 65px 0px;
	color: #000;
	line-height: 1.4em;
	color: #777;
}
.st-feature {
	text-align: center;
	border: 3px solid #121310;
	transition: all .3s linear;
	transition: border-color .3s linear .2s;
	overflow: hidden;
	cursor: pointer;
	padding: 60px 30px
}
.st-feature .st-feature-icon {
	width: 102px;
	font-size: 42px;
	color: #86fc2f;
	margin: 0 auto 20px;
	position: relative;
	-webkit-transform: rotate(0) scale(1);
	-ms-transform: rotate(0) scale(1);
	transform: rotate(0) scale(1);
	-webkit-transition: color 0.3s, border-color 0.3s, background-color 0.3s, -webkit-transform 0.3s;
	transition: color 0.3s, border-color 0.3s, background-color 0.3s, transform 0.3s;
}
.st-feature .st-feature-title {
	display: block;
	font-family: 'geogrotesque_mdmedium';
	font-size: 22px;
	line-height: 30px;
	letter-spacing: normal;
	margin-bottom: 10px;
	color: #121310;
	text-transform: uppercase;
	margin-top: 15px
}
.st-feature:hover .st-feature-icon {
	color: #333;
	border-color: #ffb400;
	background-color: transparent;
	-webkit-transform: rotate(360deg) scale(1.2);
	-ms-transform: rotate(360deg) scale(1.2);
	transform: rotate(360deg) scale(1.2);
}
.features-desc {
	padding: 0;
	background: #f8f8f8;
	text-align: center
}
.features-desc .block {
	padding-top: 40px;
}
ul.styled-list li {
	list-style: none;
	padding-left: 0;
}
ul.styled-list li:before {
	content: '\f00c';
	font-family: 'FontAwesome';
	display: inline-block;
	margin-left: -1.5em;
	width: 1.5em;
	color: #bca480;
}
ul.styled-list.list-caret li:before {
	content: '\f0da';
}
ul.styled-list.list-hand li:before {
	content: '\f0a4';
}
ul.styled-list.list-chevron li:before {
	content: '\f054';
}
ul.styled-list.list-times li:before {
	content: '\f00d';
}
ul.styled-list.list-star li:before {
	content: '\f006';
}
.call-2-acction {
	padding: 70px 0;
	background-image: url(../images/c2a.png);
	background-attachment: fixed;
	background-color: #000;
	margin-top: 0px
}
.c2a {
	max-width: 700px;
	margin: 0 auto;
	text-align: center;
	color: #fff !important;
}
.c2a h2 {
	color: #fff;
	font-size: 42px;
	letter-spacing: normal;
	margin: 0px;
	font-family: 'geogrotesque_mdmedium';
	text-transform: uppercase
}
.c2a h2:after {
	content: '';
	display: block;
	width: 80px;
	height: 6px;
	background-color: #86fc2f;
	margin: 15px auto 20px;
}
.c2a p {
	margin-bottom: 40px;
	font-size: 18px
}
/* 9 PORTFOLIO SECTION */ 
 
.portfolio {
	padding: 60px 0 0;
}
.filter {
	text-align: left;
	display: inline-block;
	vertical-align: middle;
	width: 48%;
	margin: 0;
	font-size: 18px;
}
.filter p {
	margin-bottom: 20px;
	width: 100%;
	padding-left: 10px;
	padding-top: 20px
}
.filter .btn {
	border: 3px solid rgba(18, 19, 16, 0.1);
	padding: 10px 18px;
	margin-left: 10px;
	font-family: 'geogrotesque_rgregular';
	font-size: 16px;
	text-transform: uppercase
}
.filter .btn:hover {
	border: 3px #86fc2f solid;
}
.filter .btn-main {
	color: #86fc2f;
	border: 3px #86fc2f solid;
	background: none;
	font-family: 'geogrotesque_rgregular';
	font-size: 16px;
	text-transform: uppercase
}
.filter .btn-main:after {
	content: '\f138';
	font-family: FontAwesome;
	font-size: 16px;
	color: #121310;
	margin-left: 20px;
}
.filter .btn-main:hover:after {
	content: '\f138';
	font-family: FontAwesome;
	font-size: 16px;
	color: #121310;
	margin-left: 20px;
}
.filter input[type="radio"] {
	display: none;
}
.grid {
	width: 100%;
	padding: 0;
	margin-top: 30px
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	width: 33.33333333%;
	box-sizing: border-box;
}
.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 1;
	-webkit-transition: opacity 0.3s, -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
	transition: opacity 0.3s, transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}
.grid figure figcaption {
	color: #fff;
	font-size: 16px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	letter-spacing: 0.5px
}
.grid figure figcaption > a {
	z-index: 1000;
	position: absolute;
	right: 50%;
	bottom: 50px;
	margin-right: -75px;
	opacity: 0;
	-webkit-transform: translate3d(0, 60px, 0);
	transform: translate3d(0, 60px, 0);
	-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
	transition: transform 0.35s, opacity 0.35s;
	padding: 6px 15px;
	font-size: 16px;
}
.grid figure h2 {
	color: #fff;
	margin: 0;
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 10px 0;
	top: 30px;
	opacity: 0;
	-webkit-transition: -webkit-transform 0.35s, opacity 0.35s;
	transition: transform 0.35s, opacity 0.35s;
	-webkit-transform: translate3d(0, 20px, 0);
	transform: translate3d(0, 20px, 0);
	text-transform: uppercase
}
.grid figure h2::after {
	position: absolute;
	top: 100%;
	left: 50%;
	width: 80px;
	margin-left: -40px;
	height: 1px;
	background: rgba(255,255,255,0.5);
	content: '';
	-webkit-transform: translate3d(0, 40px, 0);
	transform: translate3d(0, 40px, 0);
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.grid figure h2 span {
}
.grid figure p {
	margin: 0;
	position: absolute;
	right: 30px;
	left: 30px;
	padding: 0px 0;
	top: 100px;
	line-height: 1.5;
	-webkit-transform: translate3d(0, 50px, 0);
	transform: translate3d(0, 50px, 0);
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}
.grid figure:hover h2 {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.grid figure:hover h2::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.grid figure:hover img {
	opacity: 0.3;
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}
.grid figure:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.grid figure:hover figcaption > a {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.clients {
	padding: 50px 0;
}
.clients-carousel {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clients-carousel li {
	padding: 0 20px;
	opacity: 0.8;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}
.clients-carousel li:hover {
	opacity: 1;
}
.testimonials {
	padding: 70px 0;
	background-image: url(../images/testimonials.png);
	background-size: cover;
	background-attachment: fixed;
	background-color: #000;
	color: #fff;
	text-align: center;
	padding-bottom: 60px;
}
.testimonial .testimonial-img {
	float: none;
	margin: auto;
	position: relative;
	width: 120px
}
.testimonial .testimonial-img:after {
	content: '';
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background-color: #86fc2f;
	position: absolute;
	bottom: 5%;
	left: 5%;
	color: #121310
}
.testimonial .testimonial-img:before {
	font-family: 'Montserrat', sans-serif;
	content: '\201C';
	font-size: 52px;
	position: absolute;
	bottom: 0px;
	left: 14%;
	z-index: 99;
	color: #121310;
}
.testimonial .testimonial-img img {
	border-radius: 50%;
	width: 120px
}
.testimonial blockquote {
	border-width: 0;
	margin: 0px
}
.testimonial blockquote p {
	font-weight: normal;
	font-family: 'geogrotesque_rgregular';
	letter-spacing: 1px;
	text-align: center;
	margin-top: 10px
}
.testimonial blockquote footer {
	letter-spacing: 1px
}
.testimonial blockquote footer, .testimonial blockquote small, .testimonial blockquote .small {
	color: #fff;
}
.testimonials-carousel {
	max-width: 800px;
	margin: 0 auto;
}
.testimonials-carousel ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.testimonials-carousel ul li {
	margin: 0;
	padding: 0;
	display: block;
}
/* 9 PRICING SECTION */

.pricing {
	padding: 70px 0;
}
.pricing-table {
	border: 1px solid #e5e5e5;
	margin-top: 25px
}
.pricing-table .pricing-header .pt-price {
	font-family: 'geogrotesque_rgregular';
	color: #fff;
	font-size: 40px;
	line-height: 70px;
	text-align: center;
	padding: 10px 40px;
	background: #000;
}
.pricing-table .pricing-header .pt-price small {
	font-size: 13px;
	color: #aaa;
}
.pricing-table .pricing-header .pt-name {
	font-family: 'geogrotesque_rgregular';
	padding: 10px 40px;
	text-align: center;
	font-size: 26px;
	line-height: 40px;
	color: #4c4c4c;
	border-top: 1px solid #f2f2f2;
	border-bottom: 1px solid #f2f2f2;
}
.pricing-table .pricing-body ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.pricing-table .pricing-body ul li {
	padding: 8px 25px;
	margin: 0;
}
.pricing-table .pricing-body ul li:nth-child(even) {
	background-color: #fafafa;
}
.pricing-table .pricing-body ul li .fa-times {
	color: #ff6666;
	margin-right: 5px
}
.pricing-table .pricing-body ul li .fa-check {
	color: #73e81c;
	margin-right: 5px
}
.pricing-table .pricing-footer {
	text-align: center;
	padding: 15px 40px;
	border-top: 1px solid #f2f2f2;
}
.pricing-table .pricing-footer .btn {
	color: #121310;
	background-color: #fff;
	border: 3px #86fc2f solid;
	text-transform: uppercase
}
.pricing-table .pricing-footer .btn:hover {
	background-color: #121310;
	color: #fff;
}
.pricing-table.featured .pricing-header {
	position: relative;
	overflow: hidden;
}
.pricing-table.featured .pricing-header .pt-price {
	color: #86fc2f;
}
.pricing-table.featured .pricing-header .pt-price small {
	color: #73e81c;
}
.pricing-table.featured .pricing-header .pt-name {
	color: #73e81c;
}
.pricing-table.featured .pricing-header .featured-text {
	font-family: 'geogrotesque_mdmedium';
	font-size: 13px;
	line-height: 15px;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-align: center;
	background-color: #86fc2f;
	color: #121310;
	position: absolute;
	top: 22px;
	left: -28px;
	padding: 5px 0;
	width: 126px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.faq-sec {
	padding-bottom: 60px
}
.faq-sec .block {
	padding-bottom: 5px
}
.faq {
	margin-bottom: 30px;
}
.faq p {
	padding-left: 25px
}
.faq h3 {
	margin-bottom: 5px;
	margin-top: 5px
}
.faq h3 i {
	color: #ddd;
	font-size: 20px;
	margin-right: 5px
}
.call-us {
	padding: 180px 0;
	background-color: #121310;
	text-align: center;
	background-image: url(../images/intro-bg.png);
	background-size: cover;
}
.call-us .btn {
	background: #86fc2f;
	color: #121310;
	font-family: 'geogrotesque_mdmedium';
	text-transform: uppercase;
	font-size: 18px;
	border-color: #86fc2f
}
.call-us h3 {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	color: #fff;
	text-transform: uppercase;
	font-size: 36px;
	line-height: 45px;
	vertical-align: middle;
	margin: 0 30px 0 0;
}
/* 10 BLOG SECTION */

.blog {
	padding: 70px 0 60px 0px;
}
.blog .block {
	padding-bottom: 0px
}
.blog-post {
	border-bottom: 1px dotted #ddd;
	margin-top: 30px;
}
.blog-post:last-child {
	margin-bottom: 0px;
	border-bottom: none
}
.blog-post .author img {
	border-radius: 50%;
	margin-right: 8px
}
.blog-post .post-meta {
	margin-bottom: 10px;
	font-size: 14px;
}
.blog-post .post-meta a {
	color: #64bf22;
	letter-spacing: 0.5px
}
.blog-post .post-meta a:hover {
	color: #333;
}
.blog-post .post-meta strong {
	color: #4c4c4c;
	font-family: 'geogrotesque_mdmedium';
	font-weight: normal
}
.blog-post .post-title {
	margin-top: 0;
	margin-bottom: 20px;
	letter-spacing: normal;
	text-transform: uppercase
}
.post-content {
	letter-spacing: 0.5px
}
.blog-post .post-title a {
	color: #000;
	font-family: 'geogrotesque_rgregular'
}
.blog-post .post-thumb {
	margin-bottom: 20px;
}
.blog-post .post-thumb img {
	border-radius: 3px;
}
.widgets {
	padding: 30px;
	background: #f8f8f8;
	margin-top: 40px
}
.widget {
	margin-bottom: 40px;
}
.widget .input-group-btn .btn {
	padding: 9px 20px 10px 20px;
	border: 3px #86fc2f solid;
	background-color: #fff;
	color: #121310
}
.widget .input-group-btn .btn:hover {
	color: #121310;
	background-color: #86fc2f;
	border: 3px #86fc2f solid;
}
.widget ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.widget ul li {
	border-bottom: 1px solid #f2f2f2;
}
.widget ul li a {
	display: block;
	-webkit-transition: text-indent 0.3s, color 0.3s;
	transition: text-indent 0.3s, color 0.3s;
	padding: 5px 0;
}
.widget ul li a:hover {
	text-indent: 20px;
}
.widget ul li a:hover .badge {
	text-indent: 0;
	background-color: #4c4c4c;
}
.widget ul li .recent-post {
	padding: 10px 0;
}
.widget ul li .recent-post .post-thumb {
	display: block;
	float: left;
	margin-right: 15px;
}
.widget ul li .recent-post .post-thumb img {
	border-radius: 3px;
}
.widget ul li .recent-post .post-title {
	letter-spacing: 0.5px;
	font-size: 18px;
	margin: 0 0 5px;
	font-family: 'geogrotesque_rgregular';
}
.widget ul li .recent-post .post-title a {
	display: inline;
}
.widget ul li .recent-post .post-meta {
	font-size: 13px;
	letter-spacing: 0.5px
}
.widget ul li .recent-post .post-meta a {
	color: #4c4c4c;
}
.widget ul li .recent-post .post-meta a:hover {
	color: #bca480;
}
.widget ul li .recent-post a {
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 0;
}
.widget ul li .recent-post a:hover {
	text-indent: 0;
}
.widget ul li .badge {
	font-size: 10px;
	vertical-align: middle;
	margin-top: 5px;
	text-indent: 0;
	background-color: #666;
	-webkit-transition: background-color 0.3s;
	transition: background-color 0.3s;
	padding: 5px 7px;
}
.widget .widget-title {
	font-size: 18px;
	letter-spacing: 2px;
	text-transform: uppercase;
}
.widget .tagcloud a {
	font-size: 13px;
	border-radius: 40px;
	color: #737373;
	display: inline-block;
 *display: inline;
 *zoom: 1;
	padding: 4px 20px;
	border-color: #e5e5e5;
	border-width: 1px;
	border-style: solid;
	margin-bottom: 6px;
	-webkit-transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	transition: color 0.3s, background-color 0.3s, border-color 0.3s;
	background: #f8f8f8
}
.widget .tagcloud a:hover {
	border-color: #86fc2f;
	background-color: #86fc2f;
	color: #333;
}
.subscribe {
	padding: 70px 0;
	background-image: url();
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #000;
}
.subscribe .btn-main {
	color: #121310;
	background-color: #86fc2f;
	border: none;
}
.subscribe .btn-main:after {
	color: #121310
}
.subscribe .subscribe-title {
	text-align: center;
	color: #fff;
	margin-bottom: 20px;
	font-size: 32px;
	text-transform: uppercase;
	margin-top: 0px
}
.subscribe .subscribe-or {
	color: #fff;
	text-align: center;
	font-size: 20px;
	padding: 30px 0;
	margin: 0;
	text-transform: uppercase;
}
.subscribe .subscribe-social {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.subscribe .subscribe-social li {
	padding: 0;
	margin: 0;
	margin-right: 5px;
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
.subscribe-form {
	max-width: 500px;
	margin: 0 auto;
}
.subscribe-form .form-control {
	border-radius: 30px 2px 2px 30px;
	padding: 11px 20px 12px 20px !important;
}
.input-group .form-control {
	border-radius: 0px;
	padding: 11px 20px 12px 20px;
	font-family: 'geogrotesque_rgregular';
	font-size: 16px
}
a.social {
	font-family: 'Montserrat', sans-serif;
	letter-spacing: 1px;
	display: inline-block;
	background-color: #bca480;
	color: #fff;
	padding: 8px 20px 8px 65px;
	position: relative;
	overflow: hidden;
	-webkit-transition: background-color 0.3s, text-indent 0.3s, padding 0.3s;
	transition: background-color 0.3s, text-indent 0.3s, padding 0.3s;
}
a.social i {
	display: block;
	background-color: #31ada4;
	width: 50px;
	height: 42px;
	line-height: 42px;
	font-size: 17px;
	border-radius: 0px;
	position: absolute;
	left: 0;
	top: 0;
	text-indent: 10px;
	-webkit-transition: text-indent 0.3s;
	transition: text-indent 0.3s;
}
a.social:hover {
	background-color: #31ada4;
	text-indent: -10px;
	padding: 8px 30px 8px 65px;
}
a.social:hover i {
	text-indent: 29px;
}
a.social.twitter {
	background-color: #2daae1;
}
a.social.twitter i {
	background-color: #1a87b7;
}
a.social.twitter:hover {
	background-color: #1a87b7;
}
a.social.facebook {
	background-color: #3c5b9b;
}
a.social.facebook i {
	background-color: #2b416f;
}
a.social.facebook:hover {
	background-color: #2b416f;
}
a.social.rss {
	background-color: #fca73a;
}
a.social.rss i {
	background-color: #f58b04;
}
a.social.rss:hover {
	background-color: #f58b04;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
a.social:hover {
	padding: 8px 20px 8px 65px;
}
}
/* 11 CONTACT SECTION */
.contact {
	padding: 40px 0;
}
.contact .block {
	padding: 0px 0px;
	margin-top: 25px
}
.contact form input, .contact form textarea {
	margin-bottom: 10px;
}
input[type="text"].formFieldError, input[type="email"].formFieldError, textarea.formFieldError {
	border-color: #e34444 !important;
}
/* 12 FOOTER */

footer.site-footer {
	background-color: #000;
	padding: 10px 0;
	color: #999;
	font-size: 13px;
	text-align: center;
}
footer.site-footer a {
	color: #808080;
}
footer.site-footer a:hover {
	color: #64bf22;
}
.navbar-toggle {
	border-radius: 0px;
	border: none;
	color: #fff;
	margin-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #fff
}
.navbar-default .navbar-toggle:hover {
	background-color: #bca480;
	border-color: #bca480
}
.st-navbar-mini .navbar-toggle {
	margin-top: 12px
}

/* 13 RESPONSIVE */

@media (min-width: 768px) {
.navbar-nav > li > a {
}
.st-navbar-mini .navbar-default .navbar-nav > li > a {
	margin: 18px 20px;
}
}
 @media only screen and (min-width: 320px) and (max-width: 479px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background: #000;
	border: none
}
.home .hero-txt .hero-title {
	font-size: 30px;
	line-height: normal
}
.page-title h1 {
	width: 100%;
	font-size: 45px
}
.page-title .slash {
	display: none
}
.page-title p {
	width: 100%;
	padding-top: 20px;
}
.st-feature {
	margin-bottom: 25px
}
.st-member {
	margin-bottom: 25px
}
.funfacts .funfact {
	margin-bottom: 30px
}
.filter {
	width: 100%;
	margin-bottom: 10px!important
}
.grid figure {
	width: 100%
}
.call-us h3 {
	margin: 0px;
	margin-bottom: 25px
}
.widgets {
	padding: 15px;
}
}
 @media only screen and (min-width: 480px) and (max-width: 767px) {
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	background: #000;
	border: none
}
.home .hero-txt .hero-title {
	font-size: 42px;
	line-height: normal
}
.page-title h1 {
	width: 100%;
}
.page-title .slash {
	display: none
}
.page-title p {
	width: 100%;
	padding-top: 20px;
}
.st-feature {
	margin-bottom: 25px
}
.st-member {
	margin-bottom: 25px
}
.funfacts .funfact {
	margin-bottom: 30px
}
.filter {
	width: 100%;
	margin-bottom: 10px!important
}
.grid figure {
	width: 50%
}
.call-us h3 {
	margin: 0px;
	margin-bottom: 25px
}
}
 @media only screen and (min-width: 768px) and (max-width: 1170px) {
.home .hero-txt .hero-title {
	font-size: 46px;
	line-height: normal
}
.navbar-nav > li > a {
	margin: 25px 10px;
	font-size: 16px
}
.navbar-brand img {
	height: 45px;
	margin-top: 5px
}
.st-navbar-mini .navbar-default .navbar-nav > li > a {
	margin: 18px 10px;
	font-size: 16px
}
.st-navbar-mini .navbar-brand img {
	margin-top: 0px
}
.st-feature {
	margin-bottom: 25px
}
.st-member {
	margin-bottom: 25px
}
.page-title p {
	width: 47%
}
.filter {
	width: 47%
}
.filter p {
	width: 100%
}
}
 @media (min-width: 1440px) {
.grid {
	width: 100%;
	padding: 0;
}
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	background: #000;
	text-align: center;
	cursor: pointer;
	width: 25%;
}
}

.shell,
.shell-wide,
.shell-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.shell,
.shell-wide {
  min-width: 300px;
  max-width: 480px;
}

@media (min-width: 768px) {
  .shell,
  .shell-wide {
    max-width: 750px;
  }
}

@media (min-width: 992px) {
  .shell,
  .shell-wide {
    max-width: 970px;
  }
}

@media (min-width: 1200px) {
  .shell,
  .shell-wide {
    max-width: 1200px;
  }
}

@media (min-width: 1800px) {
  .shell-wide {
    max-width: 1800px;
  }
}

@media (min-width: 992px) {
  .padding-bottom-percent {
    padding-bottom: none;
  }
}


.rd-parallax-layer[data-url].background-custom-position {
  background-position: 0 0;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (min-width: 992px) {
  .rd-parallax-layer[data-url].background-custom-position {
    background-size: auto;
  }
}

.row {
	margin-left: 15px;
	margin-right: 15px;
}

.row:before, .row:after {
	content: " ";
	display: table;
}

.row:after {
	clear: both;
}
[data-isotope-layout].isotope--loaded [class*="col-"] {
	opacity: 1;
}

[data-isotope-layout].isotope--loaded:after {
	opacity: 0;
	visibility: hidden;
}

[data-isotope-layout].isotope-no-gutter {
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	margin-bottom: 0px;
}

[data-isotope-layout].isotope-no-gutter:after {
	margin-top: 0px;
}

[data-isotope-layout].isotope-no-gutter div[class*="col-"] {
	margin-top: 0px;
	padding-left: 0;
	padding-right: 0;
}

[data-isotope-layout].isotope-no-gutter div[class*="col10-"] {
	margin-top: 0px;
	padding-left: 0;
	padding-right: 0;
}

.isotope-filters > * {
	margin-top: 0;
	display: inline-block;
	vertical-align: middle;
}

.isotope-filters .inline-list li + li {
	margin-left: 0;
}

@media (max-width: 991px) {
	.isotope-filters {
		position: relative;
	}
	.isotope-filters .inline-list {
		opacity: 0;
		visibility: hidden;
		position: absolute;
		top: 100%;
		left: 50%;
		width: 270px;
		margin-top: 10px;
		margin-left: 0;
		padding: 20px;
		-webkit-transform: translate(-50%, 30px);
		transform: translate(-50%, 30px);
		z-index: 1;
		background: #fff;
		box-shadow: 3px 4px 8px 0px rgba(0, 0, 0, 0.11);
		transition: .3s all ease;
	}
	.isotope-filters .inline-list > li {
		display: block;
		margin-top: 0;
		margin-left: 0;
	}
	.isotope-filters .inline-list > li > .btn {
		display: block;
		width: 100%;
	}
	.isotope-filters .inline-list > li + li {
		margin-top: 5px;
	}
	.isotope-filters.active .inline-list {
		opacity: 1;
		visibility: visible;
		-webkit-transform: translate(-50%, 0);
		transform: translate(-50%, 0);
	}
}

@media (min-width: 992px) {
	.isotope-filters .isotope-filters-trigger {
		display: none;
	}
}

.btn-group-isotope {
	margin-left: -5px;
	margin-right: -5px;
}

.btn-group-isotope button.btn {
	margin: 5px;
	font-size: 14px;
}

.btn-group-isotope button.btn.active, .btn-group-isotope button.btn:focus {
	background: #00dc99;
	border-color: #00dc99;
	color: #fff;
}

.btn-group-isotope button.btn.btn-default.active, .btn-group-isotope button.btn.btn-default:focus {
	background: #00dc99;
	border-color: #00dc99;
	color: #fff;
}
.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container:before, .container:after {
	content: " ";
	display: table;
}

.container:after {
	clear: both;
}

@media (min-width: 768px) {
	.container {
		width: 770px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 990px;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.container-fluid:before, .container-fluid:after {
	content: " ";
	display: table;
}

.container-fluid:after {
	clear: both;
}
.container > .navbar-header,
.container > .navbar-collapse,
.container-fluid > .navbar-header,
.container-fluid > .navbar-collapse {
	margin-right: -15px;
	margin-left: -15px;
}

@media (min-width: 768px) {
	.container > .navbar-header,
	.container > .navbar-collapse,
	.container-fluid > .navbar-header,
	.container-fluid > .navbar-collapse {
		margin-right: 0;
		margin-left: 0;
	}
}
.thumbnail-variant-2 {
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background: #000;
}

.thumbnail-variant-2.width_20 {
	width: 100%;
}

@media (min-width: 480px) {
	.thumbnail-variant-2.width_20 {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.thumbnail-variant-2.width_20 {
		width: 33%;
	}
}

@media (min-width: 992px) {
	.thumbnail-variant-2.width_20 {
		width: 20%;
	}
}

.thumbnail-variant-2.width_40 {
	width: 100%;
}

@media (min-width: 480px) {
	.thumbnail-variant-2.width_40 {
		width: 50%;
	}
}

@media (min-width: 768px) {
	.thumbnail-variant-2.width_40 {
		width: 33%;
	}
}

@media (min-width: 992px) {
	.thumbnail-variant-2.width_40 {
		width: 40%;
	}
}

.thumbnail-variant-2 .icon {
	position: absolute;
	opacity: 0;
	top: 19%;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.thumbnail-variant-2 h4 {
	position: absolute;
	pointer-events: none;
	opacity: 0;
	top: 100%;
	transition: .8s;
	font-size: 28px;
	min-width: 260px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	letter-spacing: 0.02em;
	line-height: 1.28571;
	font-weight: 700;
}

.thumbnail-variant-2 h4 small {
	margin-top: 20px;
	display: block;
	color: inherit;
	font-weight: 400;
	letter-spacing: 0.02em;
	font-size: 12px;
	text-transform: uppercase;
}

@media (max-width: 1400px) {
	.thumbnail-variant-2 h4 {
		font-size: 19px;
	}
	.thumbnail-variant-2 h4 small {
		font-size: 10px;
	}
}

.thumbnail-variant-2 a:hover {
	color: #d0edfb;
}

.thumbnail-variant-2 .caption {
	transition: .4s;
	position: absolute;
	background-color: rgba(0, 220, 153, 0.58);
	opacity: 0;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
}

.thumbnail-variant-2:hover .caption {
	opacity: 1;
}

.thumbnail-variant-2:hover h4 {
	top: 39%;
	opacity: 1;
}

@media (max-width: 1400px) {
	.thumbnail-variant-2:hover h4 {
		top: 42%;
	}
}

.thumbnail-variant-2:hover .icon {
	opacity: 1;
}
@media (max-width: 991px) {
	.thumbnail-4 {
		max-width: 370px;
	}
}

@media (max-width: 991px) {
	.thumbnail-4_col10 {
		max-width: 468px;
	}
}
@media (max-width: 500px) {
	div.col-xs-6,
	li.col-xs-6 {
		width: 100%;
	}
}
.col-xs-6 {
	width: 50%;
}
@media (min-width: 768px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left;
	}
.col-sm-6 {
		width: 50%;
	}
@media (min-width: 768px) {
	html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n) {
		margin-top: 0;
	}
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
@media (min-width: 768px) {
	html:not(.lt-ie10) .flow-offset-1 > .col-sm-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-sm-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-sm-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-sm-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-sm-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-sm-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-sm-8.col-sm-preffix-2 {
		margin-top: 30px;
	}
}
@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left;
	}
	.col-md-1 {
		width: 8.33333%;
	}
	.col-md-2 {
		width: 16.66667%;
	}
	.col-md-3 {
		width: 25%;
	}
	.col-md-4 {
		width: 33.33333%;
	}
	.col-md-5 {
		width: 41.66667%;
	}
	.col-md-6 {
		width: 50%;
	}
	.col-md-7 {
		width: 58.33333%;
	}
	.col-md-8 {
		width: 66.66667%;
	}
	.col-md-9 {
		width: 75%;
	}
	.col-md-10 {
		width: 83.33333%;
	}
	.col-md-11 {
		width: 91.66667%;
	}
	.col-md-12 {
		width: 100%;
	}
	.col-md-pull-0 {
		right: auto;
	}
	.col-md-pull-1 {
		right: 8.33333%;
	}
	.col-md-pull-2 {
		right: 16.66667%;
	}
	.col-md-pull-3 {
		right: 25%;
	}
	.col-md-pull-4 {
		right: 33.33333%;
	}
	.col-md-pull-5 {
		right: 41.66667%;
	}
	.col-md-pull-6 {
		right: 50%;
	}
	.col-md-pull-7 {
		right: 58.33333%;
	}
	.col-md-pull-8 {
		right: 66.66667%;
	}
	.col-md-pull-9 {
		right: 75%;
	}
	.col-md-pull-10 {
		right: 83.33333%;
	}
	.col-md-pull-11 {
		right: 91.66667%;
	}
	.col-md-pull-12 {
		right: 100%;
	}
	.col-md-push-0 {
		left: auto;
	}
	.col-md-push-1 {
		left: 8.33333%;
	}
	.col-md-push-2 {
		left: 16.66667%;
	}
	.col-md-push-3 {
		left: 25%;
	}
	.col-md-push-4 {
		left: 33.33333%;
	}
	.col-md-push-5 {
		left: 41.66667%;
	}
	.col-md-push-6 {
		left: 50%;
	}
	.col-md-push-7 {
		left: 58.33333%;
	}
	.col-md-push-8 {
		left: 66.66667%;
	}
	.col-md-push-9 {
		left: 75%;
	}
	.col-md-push-10 {
		left: 83.33333%;
	}
	.col-md-push-11 {
		left: 91.66667%;
	}
	.col-md-push-12 {
		left: 100%;
	}
	.col-md-offset-0 {
		margin-left: 0%;
	}
	.col-md-offset-1 {
		margin-left: 8.33333%;
	}
	.col-md-offset-2 {
		margin-left: 16.66667%;
	}
	.col-md-offset-3 {
		margin-left: 25%;
	}
	.col-md-offset-4 {
		margin-left: 33.33333%;
	}
	.col-md-offset-5 {
		margin-left: 41.66667%;
	}
	.col-md-offset-6 {
		margin-left: 50%;
	}
	.col-md-offset-7 {
		margin-left: 58.33333%;
	}
	.col-md-offset-8 {
		margin-left: 66.66667%;
	}
	.col-md-offset-9 {
		margin-left: 75%;
	}
	.col-md-offset-10 {
		margin-left: 83.33333%;
	}
	.col-md-offset-11 {
		margin-left: 91.66667%;
	}
	.col-md-offset-12 {
		margin-left: 100%;
	}
	.col10-md-1, .col10-md-2, .col10-md-3, .col10-md-4, .col10-md-5, .col10-md-6, .col10-md-7, .col10-md-8, .col10-md-9, .col10-md-10 {
		float: left;
	}
	.col10-md-1 {
		width: 10%;
	}
	.col10-md-2 {
		width: 20%;
	}
	.col10-md-3 {
		width: 30%;
	}
	.col10-md-4 {
		width: 40%;
	}
	.col10-md-5 {
		width: 50%;
	}
	.col10-md-6 {
		width: 60%;
	}
	.col10-md-7 {
		width: 70%;
	}
	.col10-md-8 {
		width: 80%;
	}
	.col10-md-9 {
		width: 90%;
	}
	.col10-md-10 {
		width: 100%;
	}
	.col10-md-pull-0 {
		right: auto;
	}
	.col10-md-pull-1 {
		right: 10%;
	}
	.col10-md-pull-2 {
		right: 20%;
	}
	.col10-md-pull-3 {
		right: 30%;
	}
	.col10-md-pull-4 {
		right: 40%;
	}
	.col10-md-pull-5 {
		right: 50%;
	}
	.col10-md-pull-6 {
		right: 60%;
	}
	.col10-md-pull-7 {
		right: 70%;
	}
	.col10-md-pull-8 {
		right: 80%;
	}
	.col10-md-pull-9 {
		right: 90%;
	}
	.col10-md-pull-10 {
		right: 100%;
	}
	.col10-md-push-0 {
		left: auto;
	}
	.col10-md-push-1 {
		left: 10%;
	}
	.col10-md-push-2 {
		left: 20%;
	}
	.col10-md-push-3 {
		left: 30%;
	}
	.col10-md-push-4 {
		left: 40%;
	}
	.col10-md-push-5 {
		left: 50%;
	}
	.col10-md-push-6 {
		left: 60%;
	}
	.col10-md-push-7 {
		left: 70%;
	}
	.col10-md-push-8 {
		left: 80%;
	}
	.col10-md-push-9 {
		left: 90%;
	}
	.col10-md-push-10 {
		left: 100%;
	}
	.col10-md-offset-0 {
		margin-left: 0%;
	}
	.col10-md-offset-1 {
		margin-left: 10%;
	}
	.col10-md-offset-2 {
		margin-left: 20%;
	}
	.col10-md-offset-3 {
		margin-left: 30%;
	}
	.col10-md-offset-4 {
		margin-left: 40%;
	}
	.col10-md-offset-5 {
		margin-left: 50%;
	}
	.col10-md-offset-6 {
		margin-left: 60%;
	}
	.col10-md-offset-7 {
		margin-left: 70%;
	}
	.col10-md-offset-8 {
		margin-left: 80%;
	}
	.col10-md-offset-9 {
		margin-left: 90%;
	}
	.col10-md-offset-10 {
		margin-left: 100%;
	}
}	
@media (min-width: 992px) {
	html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-5:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-7:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-8:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-9:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-10:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-11:nth-child(n), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n) {
		margin-top: 0;
	}
}
@media (min-width: 992px) {
	html:not(.lt-ie10) .flow-offset-1 > .col-md-1:nth-child(n + 13), html:not(.lt-ie10) .flow-offset-1 > .col-md-2:nth-child(n + 7), html:not(.lt-ie10) .flow-offset-1 > .col-md-3:nth-child(n + 5), html:not(.lt-ie10) .flow-offset-1 > .col-md-4:nth-child(n + 4), html:not(.lt-ie10) .flow-offset-1 > .col-md-6:nth-child(n + 3), html:not(.lt-ie10) .flow-offset-1 > .col-md-12:nth-child(n + 2), html:not(.lt-ie10) .flow-offset-1 > .col-md-8.col-md-preffix-2 {
		margin-top: 30px;
	}
}
