
/* @import url('https://fonts.googleapis.com/css?family=Roboto+Slab:100,300,400,700');
@import url('https://fonts.googleapis.com/css?family=Ultra');
@import url('https://fonts.googleapis.com/css?family=IBM+Plex+Serif:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i');
@import url('https://fonts.googleapis.com/css?family=Oxygen:300,400,700');
@import url('https://fonts.googleapis.com/css?family=Domine:400,700');
@import url('https://fonts.googleapis.com/css?family=Vast+Shadow');
@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i'); */

/* New font */
@font-face {
	font-family: 'Saffron';
	src: url('fonts/Saffron.eot');
	src: url('fonts/Saffron.eot?#iefix') format('embedded-opentype'),  url('fonts/Saffron.woff2') format('woff2'),  url('fonts/Saffron.woff') format('woff'),  url('fonts/Saffron.ttf') format('truetype'),  url('fonts/Saffron.svg#Saffron') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'clarendon';
	src: url('fonts/SuperclarendonRg.eot');
	src: url('fonts/SuperclarendonRg.eot?#iefix') format('embedded-opentype'),  url('fonts/SuperclarendonRg.woff2') format('woff2'),  url('fonts/SuperclarendonRg.woff') format('woff'),  url('fonts/SuperclarendonRg.ttf') format('truetype'),  url('fonts/SuperclarendonRg.svg#SuperclarendonRg') format('svg');
	font-weight: normal;
	font-style: normal;
}
html body {
	font-family: 'Roboto', sans-serif;
	color: #333333;
	font-size: 16px;
	font-style: normal;
	line-height: 1.5;
}
@font-face {
	font-family: 'juanita_brush_smoothscript';
	src: url('../fonts/juanitabrushsmooth-webfont.woff2') format('woff2'), url('../fonts/juanitabrushsmooth-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: "Helvetica-Bold";
	src: url("../fonts/Helvetica-Bold.eot?") format("eot"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.ttf") format("truetype"), url("../fonts/Helvetica-Bold.svg#Helvetica-Bold") format("svg");
}
a.active, a:focus, button:focus, button.active {
	outline: none;
}
a {
	text-decoration: none;
}
a:focus, a:hover, a:active {
	outline: 0;
	box-shadow: 0;
}
a:focus, a:hover {
	text-decoration: none;
}
.h1, .h2, .h3, h1, h2, h3, .h4, h4, .h5, h5, h6, h6 {
	margin-bottom: 0;
	margin-top: 0;
}
h1 {
	font-family: 'Noto Serif', serif;
	font-weight: normal;
}
h2 {
	font-family: 'Noto Serif', serif;
}
h2 a {
	font-family: 'Noto Serif', serif;
}
h3 {
	font-family: 'Noto Serif', serif;
}
h3 a {
	font-family: 'Noto Serif', serif;
}
h4 {
	font-family: 'Noto Serif', serif;
	font-weight: normal;
}
a {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
ul {
	margin: 0;
	padding: 0;
}
ul li {
	list-style: none;
}
p {
	font-weight: 400;
	font-style: normal;
	line-height: 1.5;
	margin: 0 0 10px;
}
input:focus, select:focus, textarea:focus {
	outline: none;
}
.child-pernt {
	display: table;
	height: 100%;
	width: 100%;
}
.child {
	display: table-cell;
	vertical-align: middle;
}
.btn:focus {
	outline: none;
}
.btn.active, .btn:active {
	box-shadow: none;
}
.wrapper {
	overflow: hidden;
}
div.row {
	margin-left: -18px;
	margin-right: -18px;
}

/* Overwrite Bootstrap */

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .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-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .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-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	padding-left: 18px;
	padding-right: 18px;
}
/*========================================







           Header







=========================================*/







.header {
/* 
	background: url(../images/homepage/header_bg.jpg) no-repeat scroll 0 0;

	background-size: 100% 100%;

	width: 100%;

	height: 140px;

	padding-bottom: 75px;

	z-index: 9; */

}
.header-search {
	/* display: inline-block;
	float: right; */
}
.header-search .form-control {
	background-color: rgba(255, 255, 255, 0.9);
	border: medium none;
	height: 23px;
	text-align: center;
	width: 150px;
	font-size: 12px;
	text-transform: uppercase;
}
body.home .header {
	background: none;
	/* position: absolute; */
}
.logo {
	text-align: left;
}
.logo a {
	display: inline-block;
	padding-top:10px;
	padding-bottom:10px;
/* display: inline-block;

	background: rgba(14, 25, 86, 0.8);

	height: 157px;

	width: 217px; */

}
.logo img {
	max-width: 200px;
/* display: inline-block;

	max-width: 200px;

	margin-top: 14px; */

}
.logoWrapper {
	/* padding-left: 0 !important; */
}
.header .menu-icon {
	text-align: right;
	margin-top: 13px;
	margin-right: 16px;
}
.header .menu-icon a {
	color: #fff;
	font-size: 12px;
	display: inline-block;
	font-family: "Helvetica-Bold";
	text-transform: uppercase;
	text-align: center;
}
.butterfly-left {
	float: left;
}
.butterfly-right {
	float: right;
}
.menu-icon a > span {
	width: 100%;
	display: inline-block;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-webkit-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
	-moz-text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
}
.header .menu-icon img {
	width: 44px;
	opacity: 0.6;
}
.hamb-icon {
	width: 44px;
	height: auto;
	margin-top: 5px;
	display: inline-block;
}
.hamb-icon > span {
	width: 100%;
	height: 5px;
	background-color: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: -2px 2px 1px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: -2px 2px 1px 0px rgba(0,0,0,0.2);
	box-shadow: -2px 2px 1px 0px rgba(0,0,0,0.2);
	display: inline-block;
	margin-bottom: 8px;
	float: left;
	clear: both;
}
.meet-team-sec {
	padding-top: 81px;
	text-align: center;
	padding-bottom: 75px;
	position: relative;
	background: url(../images/homepage/team-header-shadow.jpg) no-repeat 0 bottom;
	background-size: 100% 54px;
}
.meet-team-sec > .team-sec-cont {
/*background: url(../images/homepage/team-header-shadow.jpg) no-repeat 0 bottom;

    background-size:100% 54px;

	padding-bottom:75px;*/

}
.meet-team-inner {
	display: inline-block;
}
.meet-team-inner h1 {
	color: #ad4703;
	font-size: 96px;
	line-height: 113px;
}
.meet-team-inner h2 {
	color: #cc9933;
	font-size: 59px;
	line-height: 36px;
	font-family: 'juanita_brush_smoothscript', sans-serif;
	text-align: right;
}
.find-summer {
	position: absolute;
	right: 13px;
	top: 13px;
}
.find-summer a {
	display: inline-block;
}
/* =======================================







Main Section







========================================*/







.main-section {
/*margin-top:230px;*/







}
/*========================================







           Faculty Directory







=========================================*/







.employees-member-profiles {
	padding-top: 30px;
	padding-bottom: 50px;
}
.employees-list-wrapper {
	max-width: 960px;
	margin: 0 auto;
}
.employees-list-wrapper .nav-tabs {
	border-bottom: medium none;
}
.employees-list-wrapper .nav-tabs > li {
	float: left;
	position: relative;
	margin: 0 17px;
}
.employees-list-wrapper .nav-tabs > li:last-child:after {
	display: none;
}
.employees-list-wrapper .nav-tabs > li:after {
	position: absolute;
	content: "";
	right: -19px;
	top: 5px;
	background-color: #999999;
	width: 1px;
	height: 21px;
}
.employees-list-wrapper .nav-tabs > li > a {
	border: medium none;
	border-radius: 0;
	line-height: 1.42857;
	margin-right: 0;
	color: #999999;
	font-size: 21px;
	padding: 0;
	transition: all 0.5s ease-in-out;
}
.employees-list-wrapper .nav-tabs li a:hover {
	color: #b05216;
	background-color: transparent;
	transition: all 0.5s ease-in-out;
}
.employees-list-wrapper .nav-tabs > li.active > a, .employees-list-wrapper .nav-tabs > li.active > a:focus, .employees-list-wrapper .nav-tabs > li.active > a:hover {
	border: none;
	color: #b05216;
}
.employees-list .employees-detail {
	border: 1px solid #cecece;
	margin-top: 30px;
	position: relative;
	cursor: pointer;
}
.employees-list .employees-detail .image-holder img {
	width: 100%;
}
.employees-list .employees-detail .text-box {
	font-size: 18px;
}
.employees-list .employees-detail .text-box h2 {
	color: #333;
	font-family: 'Noto Serif', serif;
	font-size: 22px;
	font-weight: normal;
}
.employees-list .employees-detail .text-box p {
	color: #333;
	font-size: 18px;
}
.staff-description {
	font-style: italic;
	color: #336666;
	margin-top: 5px;
	margin-bottom: 10px;
	line-height: normal;
}
.employees-list .employees-detail .text-box h3 {
	color: #333;
	font-family: 'Roboto', sans-serif;
}
.employees-detail .staff-contact {
	color: #666;
	font-size: 14px;
	line-height: 20px;
}
.employees-list .employees-detail:hover .pluse-hover {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	visibility: visible;
	opacity: 1;
}
.pluse-hover {
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.2);
	opacity: 0;
	z-index: 9;
	visibility: hidden;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.pluse-hover a {
	background-color: #fab00b;
	border-radius: 50%;
	color: #fff;
	display: inline-block;
	font-size: 20px;
	height: 50px;
	left: 50%;
	padding: 9px 0;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 50px;
	transition: all 0.5s ease-in-out;
}
.pluse-hover a img {
	width: 20px;
}
.profile_list {
	background-color: #fff;
	height: 100%;
	left: 0;
	opacity: 0;
	position: absolute;
	top: 0;
	transition: all 0.5s ease-in-out 0s;
	visibility: hidden;
	width: 100%;
	z-index: 100;
}
.profile_list.active {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s ease-in-out;
	height: 351px;
	overflow-x: hidden;
}
.profile_list.active .text-box {
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 20px;
	padding-bottom: 10px;
}
.profile_list.active .text-box p {
	line-height: 1.3em;
	margin-top: 10px;
	margin-bottom: 10px;
}
.profile_list .title {
	margin: 0;
	position: relative;
	z-index: 11;
}
.profile_list .title h2 {
	font-size: 22px;
	color: #ffffff;
}
.profile_list .title a {
	background-color: #7d7d7d;
	height: 26px;
	padding: 2px 0;
	position: absolute;
	right: 0;
	text-align: center;
	top: 0;
	width: 27px;
}
.profile_list .title img {
	width: 13px;
}
.box-containt {
	height: 345px;
	overflow: auto;
	padding: 15px;
}
.box-containt-inner .img-holder {
	float: left;
	width: 50%;
}
.employees-list .box-containt-inner .text-box {
	overflow: hidden;
	width: 50%;
	padding-left: 17px;
	padding-top: 0;
	padding-bottom: 0;
	text-align: left;
}
.employees-list .box-containt-inner .text-box h3 {
	color: #ce181e;
	margin-bottom: 6px;
	font-size: 13px;
}
.employees-list .box-containt-inner .text-box span {
	color: #999999;
	display: block;
	font-family: 'Roboto', sans-serif;
	line-height: 20px;
	margin-bottom: 5px;
	padding-top: 5px;
}
.employees-list .box-containt .box-profil-inner {
	margin-top: 26px;
}
.employees-list .box-containt .box-profil-inner p {
	color: #333333;
	margin-bottom: 15px;
}
.employees-list .box-containt .box-profil-inner p a {
	color: #333333;
}
.profile-footer {
	border-top: 1px solid #d8d8d8;
	bottom: 14px;
	left: 0;
	margin: 0 auto;
	padding-top: 7px;
	position: absolute;
	right: 0;
	width: 91%;
}
.profile-footer span {
	color: #ce181e;
	font-size: 13px;
	font-weight: bold;
}
.profile-footer a {
	float: right;
	color: #ffaa00;
	font-size: 13px;
	font-weight: bold;
}

/*============================







         Left Side Menu







==============================*/







.space_right {
	padding-right: 3px;
}
.space_left {
	padding-left: 3px;
}
.space_LR {
	padding-left: 3px;
	padding-right: 3px;
}
.space_top {
	margin-top: 10px;
}
.left_side-menu {
	background-color: #46763a;
	position: fixed;
	right: -100%;
	top: 0;
	padding: 20px;
	width: 300px;
	height: 100%;
	transition: all 0.5s ease-in-out;
	z-index: 9;
}
.left_side-menu.active {
	right: 0;
	transition: all 0.5s ease-in-out;
	z-index: 9999;
}
.crose-icon {
	left: 10px;
	position: absolute;
	top: 10px;
}
.crose-icon img {
	width: 20px;
}
.left-side-contant {
	padding-left: 15px;
	padding-top: 50px;
}
.left-side-contant ul li a {
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 15px;
	display: block;
}
.image-holder {
	position: relative;
}
.tri {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
}
.tri img {
	width: 100%;
}
.pro-pic {
	position: absolute;
	right: 15px;
	top: -60px;
	z-index: 999;
}
.pro-pic img {
	width: 72px !important;
	height: 72px !important;
	object-fit: cover;
	border-radius: 50%;
}
/* Team Model Css */







.team-model .modal-body h3 {
	    font-family: 'Noto Serif', serif;
	font-size: 16px;
	color: #333;
	font-weight: 600;
	margin-bottom: 5px;
}
.team-model .modal-dialog {
	width: 800px;
}
.team-model .modal-body {
	padding: 0;
}
.team-tab .model_header {
	padding: 15px 15px 10px 15px;
}
.team-model .mod_panel_con {
	padding: 40px 15px 15px;
}
.team-tab .model_header h1 {
	font-family: 'Noto Serif', serif;
	color: #766a81;
	font-size: 20px;
	font-weight: normal;
}
.team-tab ul.nav-tabs {
	border: none;
}
.team-tab .nav-tabs > li {
	margin-bottom: 0;
	position: relative;
}

.team-tab .nav-tabs > li:after {
	content: '';
	width: 1px;
	height: 20px;
	background: #999;
	position: absolute;
	right: 0;
	top: 2px;
}
.team-tab .nav-tabs > li:last-child:after {
	display: none;
}
.team-tab .nav-tabs > li:first-child > a {
	padding-left: 0;
}
.team-tab .nav-tabs > li > a {
	color: #999999;
	font-size: 26px;
	font-family: 'juanita_brush_smoothscript', sans-serif;
	font-weight: normal;
	padding: 0 15px;
	line-height: normal;
	border: none;
}
.team-tab .nav > li > a:hover, .team-tab .nav > li > a:focus {
	border: none;
	background: none;
	color: #ff9900;
}
.team-tab .nav-tabs > li.active > a, .team-tab .nav-tabs > li.active > a:hover, .team-tab .nav-tabs > li.active > a:focus {
	border: none;
	color: #ff9900;
}
.team-model .modal-dialog .modal-content {
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.next-prevs {
	top: 48px;
	position: absolute;
	right: 15px;
}
.next-prevs button {
	background-image: url(../images/homepage/slide_p_arrow.jpg);
	background-repeat: no-repeat;
	width: 15px;
	height: 18px;
	border: none;
	padding: 0;
	overflow: hidden;
	text-indent: -999px;
}
.next-prevs button.next {
	background-position: left 0;
}
.next-prevs button.next {
	background-position: right 0;
}
/* team model tab content */







.team-tab .tab-content .model_left_img {
	padding-right: 10px;
}
.team-tab .tab-content .model_left_img img {
	width: 100%;
}
.team-tab .tab-content .rmv_l_space {
	padding-left: 0;
}
.team-tab .tab-content {
	background: #fff url(../images/homepage/model_shadow.jpg) no-repeat 0 top;
	display: inline-block;
	color: #666;
	padding-bottom: 20px;
	width: 100%;
}
.team-tab .tab-content figure figcaption {
	font-style: italic;
	line-height: 20px;
	font-size: 12px;
	margin-top: 20px;
	max-width: 250px;
	font-weight: 600;
}
.tab-text p {
	margin-bottom: 20px;
}
/* My favorites model Section */







.model_fav_content {
	font-size: 12px;
}
.fav_cont_wrapper img {
	max-width: none;
	width: 100%;
	margin-bottom: 10px;
}
.fav_cont_wrapper .fav_content_thumb img {
	max-width: 95px;
	max-height: 95px;
}
.fav_cont_wrapper .fav_content_thumb {
	max-width: 200px;
	display: flex;
	float: right;
}
.fav_cont_wrapper .fav_content_thumb .thumb-left-cont {
	margin-right: 5px;
	text-align: right;
	font-size: 12px;
	width: 75px;
}
.fav_cont_wrapper .fav_content_thumb .thumb-left-cont p {
	line-height: 14px;
}
.fav_cont_wrapper .fav_content_thumb .thumb-left-cont h4 {
	font-size: 12px;
	color: #333;
	line-height: normal;
	    font-family: 'Noto Serif', serif;
	line-height: 14px;
}
.fav_cont_wrapper .model_favSec_content {
	margin-top: 10px;
}
/* New Css */







.text-box .staff-details {
	font-family: 'Roboto', sans-serif;
	background: #fff;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 9;
}
.text-box {
	position: relative;
	text-align: center;
	padding: 14px;
	margin-bottom: 0;
	width: 100%;
	padding: 20px;
	text-align: left;
	display: inline-block;
}
.text-box:after {
	content: '';
	position: absolute;
	top: -18px;
	right: 0;
	height: 40px;
	width: 100%;
	background: #fff;
	-webkit-transform: skew(0deg, -6deg);
	-moz-transform: skew(0deg, -6deg);
	-ms-transform: skew(0deg, -6deg);
	-o-transform: skew(0deg, -6deg);
	transform: skew(0deg, -6deg);
}
/* Home page css */


.home-slider-wrap{
	position: relative;
}

.home-slider-wrap .carousel-control{
	opacity: 0.7;
    background:#000;
    width: 45px;
    height: 45px;
	top: 39%;
    padding:10px;
    line-height: normal;
}
.home-slider-wrap .carousel-control:focus, 
.home-slider-wrap .carousel-control:hover{
	opacity:0.9;
}
.home-slider-wrap .carousel-control img{
	opacity: 0.7;
	margin-top:-2px;
	max-width: 100%;
}
.home-slider-wrap .carousel-control:focus img, 
.home-slider-wrap .carousel-control:hover img{
	opacity: 0.9;
}
.home-slider-wrap .left.carousel-control{
	left:15px !important;
}
.home-slider-wrap .right.carousel-control{
	right:15px !important;
}

.home-slider-wrap h1, .home-slider-wrap h3 {
	/*     font-family: 'Noto Serif', serif;
	text-transform: uppercase;
	font-weight: 600; */
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-moz-text-shadow: 0 1px 2px rgba(0,0,0,.6);
	-webkit-text-shadow: 0 1px 2px rgba(0,0,0,.6);
}
.home-slider-wrap h1 {
	font-size: 32px;
    color: #ffffff;
	margin-bottom:0;
	font-family: 'Noto Serif', serif;
	font-weight:400;
    /* font-family: 'Roboto', sans-serif; */
}
.home-slider-wrap h3 {
	font-size: 80px;
}
.home-slider-wrap .carousel-caption {
	bottom: auto !important;
	top:30%;
	left:20%;
	right:20%;
	text-align: center;
	background: rgba(0, 0, 0, 0.5);
	padding:20px 25px;
}

.slider-button{
	max-width:280px;
    position: absolute;
    z-index: 9;
	right: 0;
	font-size: 18px;
    letter-spacing: 1px;
}
.slider-button ul{
	margin-bottom: 0;
	list-style-type: none;
	padding:0;
}
.slider-button ul li{
	margin-bottom: 0;
}
.slider-button ul li a{
	width:100%;
	display: inline-block;
	background: #333;
	padding: 15px 25px 15px 15px;
	color:#fff;
	position:relative;
	line-height: 25px;
}
.slider-button ul li a.active{
	background: #84181d;
	color:#fff !important;
}
.slider-button ul li a:hover,
.slider-button ul li a:focus{
	background: #000000;
	color:#fff !important;
}
.slider-button ul li a span{
	position: absolute;
	top:15px;
	right:10px;
}
.slider-button li a img{
    width:25px;
    margin-right: 15px;
}




.dropdown .dropdown-menu {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	max-height: 0;
	display: block;
	overflow: hidden;
	opacity: 0;
	background: #f1f1f1;
}
.dropdown:hover .dropdown-menu {
	max-height: 200px;
	opacity: 1;
}
.navigation-wrap .subnav.dropdown-menu>li>a {
	/* font-family: 'Anton', sans-serif; */

	font-family: 'Roboto', sans-serif;
	color: #887272;
	font-size: 16px;
	line-height: normal;
	padding: 5px 13px;/* padding-left: 13px;



    padding-right: 13px; */
}
.navigation-wrap .subnav.dropdown-menu>li>a:hover, .navigation-wrap .subnav.dropdown-menu>li>a:focus {
	color: #0c1e55;
}
/* Pin Bush Section */







.pin-bush-section {
/* max-width: 954px;

	margin: 35px auto;

	display: table; */

}
.donate_section .donate_title {
	color: #ad4703;
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 600;
	line-height: 34px;
}
.donate_section {
	font-size: 22px;
	line-height: 34px;
	margin-top: 30px;
}
.donate_section p {
	line-height: 30px;
	font-size: 20px;
}
.donate_section p strong {
	color: #1b549d;
	font-family: 'Noto Serif', serif;
	font-size: 24px;
}
.donate_section a.join-btn {
	border: 2px solid #ad4703;
	color: #ad4703;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 20px 0;
	width: 100%;
	text-align: center;
	display: inline-block;
	    font-family: 'Noto Serif', serif;
	text-transform: uppercase;
	font-size: 40px;
	margin-top: 30px;
}
/* Pin Bush Slider */







.pin-bush-section .carousel-caption {
	position: relative;
	left: auto;
	right: auto;
	color: #0d004c;
	text-shadow: none;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	width: 90%;
	margin: auto;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	margin-top: 15px;
	padding-bottom: 0;
}
.pin-bush-section .carousel-caption h4 {
	    font-family: 'Noto Serif', serif;
	color: #4e1711;
	font-size: 24px;
	margin-bottom: 5px;
}
.pin-bush-section .carousel-caption em {
	font-weight: 300;
}
.pin-bush-section .carousel-indicators {
	bottom: auto;
	top: 15px;
	right: 5px;
	left: auto;
	width: 100%;
	margin-left: 0;
	text-align: right;
}
.pin-bush-section .carousel-indicators li {
	width: 15px;
	height: 15px;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	background: #fff;
	border: none;
	margin-right: 10px;
}
.pin-bush-section .carousel-indicators li.active {
	background: #f73d0b;
}
.pin-bush-wrap .pinBush_story {
	width: 100%;
	display: inline-block;
	position: relative;
}
.pin-bush-wrap .pinBush_story span {
	    font-family: 'Noto Serif', serif;
	color: #4e1711;
	font-size: 20px;
	text-align: center;
	display: inline-block;
	margin: auto;
	position: relative;
	width: 100%;
}
.pin-bush-wrap .pinBush_story:after {
	content: '';
	border-bottom: 1px dotted #4e1711;
	position: absolute;
	left: 0;
	height: 1px;
	width: 32%;
	top: 12px;
}
.pin-bush-wrap .pinBush_story:before {
	content: '';
	border-bottom: 1px dotted #4e1711;
	position: absolute;
	right: 0;
	height: 1px;
	width: 32%;
	top: 12px;
}
.pin-bush-wrap .carousel-fade .carousel-inner .item {
	opacity: 0;
	transition-property: opacity;
}
.pin-bush-wrap .carousel-fade .carousel-inner .active {
	opacity: 1;
}

@media all and (transform-3d), (-webkit-transform-3d) {
.pin-bush-wrap .carousel-fade .carousel-inner > .item.next, .pin-bush-wrap .carousel-fade .carousel-inner > .item.active.right {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pin-bush-wrap .carousel-fade .carousel-inner > .item.prev, .pin-bush-wrap .carousel-fade .carousel-inner > .item.active.left {
	opacity: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.pin-bush-wrap .carousel-fade .carousel-inner > .item.next.left, .pin-bush-wrap .carousel-fade .carousel-inner > .item.prev.right, .pin-bush-wrap .carousel-fade .carousel-inner > .item.active {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
}
/* Globally Rare */







.section-title-wrap {
	padding-top: 0;
}
.shadow-wrap {
	padding-top: 100px;
	text-align: left;
	position: relative;
	background: url(../images/homepage/team-header-shadow-top.jpg) no-repeat 0 top;
	background-size: 100% 54px;
}
.header-cont-wrap {
	position: relative;
	z-index: 9;
	padding: 10px 0;
}
.section-title-wrap .header_bg {
	position: absolute;
	top: 50px;
}
.header-cont-wrap .meet-team-inner {
	left: 240px;
	position: relative;
}
.find-summer {
	position: absolute;
	right: 40px;
	top: -40px;
}
.find-summer a {
	display: inline-block;
}
/* Home tab Section */







.space_bottom {
	padding-bottom: 50px;
}
.basics-logo {
	width: 100%;
	text-align: center;
	margin-bottom: 15px;
}
.basics-logo img {
	max-width: 100%;
}
.home-tabs .nav-tabs {
	border: none;
}
.home-tabs .nav-tabs li {
	max-width: 200px;
	min-height: 190px;
	text-align: center;
	font-family: 'Roboto', sans-serif;
	font-size: 24px;
}
.home-tabs .nav-tabs li.active {
	background: url(../images/homepage/tab_active_bg.png) no-repeat center center;
	background-size: 100%;
}
.home-tabs .nav-tabs > li > a:hover {
	border: none;
	background: none;
	color: #577633;
}
.home-tabs .nav-tabs li a {
	color: #577633;
	line-height: 28px;
	border: none;
}
.home-tabs .nav-tabs > li.active > a, .home-tabs .nav-tabs > li.active > a:hover, .home-tabs .nav-tabs > li.active > a:focus {
	background: none;
	border: none;
	color: #577633;
}
.home-tabs .tab_icon_img {
	display: inline-block;
	width: 100%;
}
.home-tabs .nav-tabs li span.text {
	margin-bottom: 7px;
	display: inline-block;
}
.home-tabs .nav > li > a {
	padding-left: 0;
	padding-right: 0;
}
#direction {
	margin-top: 30px;
}
.direction-left {
	    font-family: 'Noto Serif', serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.search-direction {
	max-width: 253px;
	margin: auto;
}
.search-direction input[type="text"] {
	float: left;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	width: auto;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
.search-direction button {
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	background: #ad4703;
	color: #fff;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.direction-right {
	    font-family: 'Noto Serif', serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}
.direction-right h2 {
	    font-family: 'Noto Serif', serif;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 500;
}
.direction-right .tab-content-bottom {
	margin-top: 20px;
}
.home_tab_content {
	    font-family: 'Noto Serif', serif;
	font-size: 16px;
	/* font-weight: 600; */
	text-align: center;
}
.home_tab_content .trail-right {
/* text-align: left; */
}
.home_tab_content h2 {
	    font-family: 'Noto Serif', serif;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom: 5px;
	font-weight: 500;
}
.join-content {
	font-family: 'juanita_brush_smoothscript';
	text-align: center;
	color: #464646;
	margin-top: 110px;
}
.join-top span {
	    font-family: 'Noto Serif', serif;
}
.join-top h1 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 60px;
	line-height: 60px;
}
.join-top {
	max-width: 295px;
	margin: auto;
}
.join-top a {
	color: #9e1a1a;
	font-size: 44px;
	line-height: normal;
	margin-top: -10px;
	display: inline-block;
}
.join-content span a {
	font-family: 'Roboto', sans-serif;
	color: #ad4703;
	text-transform: uppercase;
	font-weight: 500;
	margin-top: 10px;
	display: inline-block;
}
.green-summer-btn {
	float: left;
	position: absolute;
	top: -50px;
}
.title-shadow-bottom .header-cont-wrap .meet-team-inner {
	left: 150px;
}
.home-event-section .container {
	
	margin: auto;
}
.home-event-bottom .event-inner-left {
	float: left;
	width: 53%;
	padding: 0 15px 0 15px;
	text-align: right;
	color: #333;/* color:#4e1711; */
}
.home-event-bottom .event-inner-left .event-inner-content {
	max-width: 125px;
	float: right;
}
.home-event-bottom .event-inner-right {
	float: right;
	width: 47%;
}
.home-event-bottom .event-inner-right img {
	max-width: 100%;
}
.home-event-top img {
	width: 100%;
}
.home-event-top {
	color: #577633;
	margin-bottom: 20px;
	text-align: center;
}
.home-event-top h3 {
	    font-family: 'Noto Serif', serif;
	font-size: 36px;
	margin-bottom: 10px;
	font-weight: 500;
}
.home-event-right h2 {
	color: #4e1711;
	    font-family: 'Noto Serif', serif;
	text-transform: uppercase;
	font-weight: 500;
	margin-bottom: 20px;
}
.home-event-section .event-date {
	font-family: 'Roboto', sans-serif;
	color: #309391;
	font-size: 28px;
	float: left;
	max-width: 130px;
	display: inline-block;
	position: relative;
	text-transform: uppercase;
	text-align: center;
	line-height: 28px;
	padding: 0 15px;
}
.home-event-section .event-date span {
	display: inline-block;
	width: 100%;
	text-align: center;
	    font-family: 'Noto Serif', serif;
	font-weight: 40px;
	font-weight: 600;
	font-size: 32px;
}
.home-event-section .event-content {
	float: right;
	width: 67%;
	padding-left: 20px;
	position: relative;
}
.home-event-section .event-content:after {
	content: '';
	height: 100%;
	width: 2px;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
}
.home-event-section .event-content h6 {
	color: #4e1711;
	    font-family: 'Noto Serif', serif;
	text-transform: uppercase;
	font-size: 18px;
}
.home-event-section .home-event-list li {
	display: inline-block;
	border-top: 2px solid #474747;
	padding: 15px 30px 8px 0;
	width: 100%;
}
.all_event_link {
	float: right;
	display: inline-block;
	margin-top: 15px;
}
.all_event_link a {
	color: #ad4703;
	font-weight: 600;
}
.header-cont-wrap .meet-team-inner.Locally_Distinct_title {
	left: 75px;
}
.Locally_Distinct_wrap .find-summer {
	position: absolute;
	right: 70px;
	top: -25px;
}
.home-bottom-wrap {
	display: inline-block;
	width: 100%;
	text-align: center;
}
.home-bottom-inner {
	text-align: center;
}
.home-bottom-inner h2 {
	color: #ff7a03;
	font-size: 46px;
	    font-family: 'Noto Serif', serif;
	font-weight: 600;
}
.home-bottom-inner h3 {
	font-size: 22px;
	color: #46763a;
}
.home-bottom-section {
/*
	background: url(../images/homepage/bottomimage4scroll.jpg) no-repeat center bottom;

	background-size: 100%;

	min-height: 600px;*/

}
.closer-image-wrap .col-sm-4{
	padding:0 3px;
}
.closer-image > img{
	max-width:100%;
}
.closer-image-wrap {
	width:100%;
	margin: 10px auto 0;
	display: inline-block;
	position: relative;
	padding-bottom: 0;
}
.closer-image-box {
	overflow: hidden;
	display: inline-block;
	position: relative;
	text-align:left;
}
.closer-image-box h3 {
    font-size: 18px;
    margin-bottom: 15px;
    line-height: 26px;
}
.closer-content{
	background:#292929;
	padding:25px;
	color:#ffffff;
	min-height:320px;
}

.closer-image-wrap .closer-image-box:after {
	/*content: '';
	position: absolute;
	width: 100%;
	height: 50px;
	background: url(../images/homepage/look_box-shadow.png) no-repeat center bottom;
	bottom: 0;
	background-size: 100%;
	left: 0;*/
}
.closer-image-wrap:after {
/* content:'';



	background: url(../images/homepage/up_down_arrrow.png) no-repeat right bottom;



	position:absolute;



	bottom:0;



	right:-15px;



	width:32px;



	height:65px; */



}
.closer-image-wrap:before {
/* content: '';



	background: url(../images/homepage/up_down_arrrow.png) no-repeat left bottom;



	position: absolute;



	bottom: 0;



	left:-21px;



	width: 32px;



	height: 65px;



	z-index: 9; */



}
.closer-image-wrap .closer-image {
	display: block;
	width: 100%;
	height: 187px;
	position: relative;
}
.closer-image-wrap .closer-image-inner {
	height: 170px;
	overflow: hidden;
	position: relative;
}
.closer-image-wrap .closer-image-hover {
	/*position: absolute;
	bottom: -170px;
	transition: .5s ease;
	-webkit-transition: .5s ease;
	-moz-transition: .5s ease;*/
}
.closer-image-wrap .closer-image-box:hover .closer-image-hover {
	/*position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100%;
	width: 100%;*/
}
/****************custom style******************/



.latest_news_cls .press-list {
	padding: 15px;
	border-bottom: 1px dotted #577633;
	text-align: left;
}
.latest_news_cls .press-list .date {
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
/* .latest_news_cls .press-list h3.event-title a{ font-size:18px;  color:#ad4703; } */



.latest_news_cls .press-list h3 {
	font-size: 18px;
	    font-family: 'Noto Serif', serif;
	color: #ad4703;
}
/* left menu */





/* Footer popup */

.footer-popup {
	position: absolute;
	right: 0;
	bottom: 0;
}
#html5-watermark {
	position: absolute !important;
	top: auto !important;
	left: auto !important;
	right: 10px !important;
	bottom: 56px !important;
	opacity: 0;
	display: none !important;
}
#html5-lightbox-box, #html5-elem-wrap {
	width: auto !important;
	max-width: 250px !important;
	height: auto !important;
}
.lightboxcontainer {
	width: 100%;
	text-align: left;
}
#html5-image {
	display: flex;
	align-items: center;
	max-width: 250px !important;
	height: 125px !important;
	    font-family: 'Noto Serif', serif;
}
.popup-inner {
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}
.popup-inner a {
	    font-family: 'Noto Serif', serif;
	color: #000000;
	font-size: 18px;
}
.popup-inner a:hover, .popup-inner a:focus {
	color: #ad4703;
}
/* style for search */


.header-search .sb-search {
	width: 42px;
	height: 45px;
	margin-right: 20px;
	z-index: 999;
	border: 1px solid #cccccc !important;
	position: relative;
}
.header-search .sb-search-input {
	/*border: 1px solid #cccccc !important;*/
	border: none;
	width: 100%;
	position: relative !important;
	padding: 15px 30px 15px 10px;
	height: 45px;
}
.header-search .sb-search-input .sb-search-submit{
	left:0;
	right: auto !important;
}
.header-search .sb-icon-search {
	color: #333 !important;
	background: none !important;
	font-size: 16px;
	top: 5px;
	/*left:0;*/
	position: absolute;
	right: 0;
}
.header-search .sb-search.sb-search-open .sb-search-submit, .header-search .no-js .sb-search .sb-search-submit {
	z-index: 90;
}
.header-search .sb-search-input::-webkit-input-placeholder { /* Chrome/Opera/Safari */
 color:#333;
}
 .header-search .sb-search-input::-moz-placeholder { /* Firefox 19+ */
 color:#333;
}
 .header-search .sb-search-input:-ms-input-placeholder { /* IE 10+ */
 color:#333;
}
 .header-search .sb-search-input:-moz-placeholder { /* Firefox 18- */
 color:#333;
}
/* footer Popup */
.footer-chat {
	width: auto;
	position: absolute;
	bottom: 5px;
	right: 75px;
}
.dropdown-menu.footer-popup-wrapper {
	left: -195px;
	bottom: 35px;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
}
.dropdown-menu .footer-popup-content {
	width: 250px;
	height: 125px;
	display: table;
}
.dropdown-menu .footer-popup-content .inner-popup-cont {
	display: table-cell;
	vertical-align: middle;
	    font-family: 'Noto Serif', serif;
	padding: 0 20px;
	text-align: center;
	font-size: 18px;
	box-sizing: border-box;
}
.dropdown-menu .footer-popup-content a, .dropdown-menu .footer-popup-content p {
	color: #333333;
}
.dropdown-menu .footer-popup-content a:hover, .dropdown-menu .footer-popup-content a:focus {
	color: #ad4703;
	font-weight: normal !important;
}
.join-button a.join-btn {
	border: 2px solid #ad4703;
	color: #ad4703;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	padding: 10px 25px;
	/* width: 60%; */
	text-align: center;
	display: inline-block;
	    font-family: 'Noto Serif', serif;
	text-transform: uppercase;
	font-size: 30px;
	margin-top: 25px;
	margin-bottom: 20px;
}
/* New css */
.top-right{
	/* max-width: 890px; */
	/*margin-top:10px;*/
	margin-top: 60px;
	width:100%;
	display:inline-block;
}
.navigation-wrap {
	/* clear: both;
	width: 100%; */
	margin-top: 12px;
	display: inline-block;
}
.navigation-wrap nav {
	margin-bottom: 0;
	min-height: auto;
	margin-right: 10px;
}
header nav a {
	margin-left: 0;
	font-weight: normal;
	color: #333333;
	font-size: 16px;
}
header .nav>li>a {
	padding: 0 12px; 
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	/* font-family: 'Montserrat', sans-serif; */
	font-family: 'Roboto Condensed', sans-serif;
}
header .nav>li>a:focus, header .nav>li>a:hover {
	background: none !important;
	color: #228040;
}
.home-slider-wrap h3 {
	color: #fff;
    font-size: 26px;
    font-weight: normal;
    font-family: 'Roboto', sans-serif;
}


/* Slider Green Section */

.search-section{
    background: rgba(51,153,51,0.8);
    display: inline-block;
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 20px 0 10px;
}
.slider-search{
	text-align: center;
}
.slider-search .search-input{
	max-width: 470px;
    text-align: center;
    margin: auto;
	position: relative;
	height: 45px;
}
.slider-search .search-input a.gray-btn{
    position: absolute;
    top: 0;
    right: 0;
    background: #333;
    color: #fff;
    font-size: 22px;
    padding: 7px 15px;
}
.slider-search .search-input a.gray-btn:hover,
.slider-search .search-input a.gray-btn:focus{
    background: #666;
}
.slider-search .slider-search_inner h2{
    margin-top:0;
	font-family:'Montserrat', sans-serif;
	font-size: 34px;
    color: #ffffff;
    margin-bottom: 15px;
    font-weight: 400;
}
.slider-search .search-input input[type="text"] {
    max-width: 410px;
    display: inline-block;
    background: #fff;
    border: 1px solid #dcdcdc;
    padding: 10px 15px;
    color: #616161;
    font-size: 16px;
	font-weight: 500;
	height: 45px;
	position: static;
	float: left;
}

.slider-search .search-input input[type="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	text-align: center;
	color: #616161;
  }
  .slider-search .search-input input[type="text"]::-moz-placeholder { /* Firefox 19+ */
	text-align: center;
	color: #616161;
  }
  .slider-search .search-input input[type="text"]:-ms-input-placeholder { /* IE 10+ */
	text-align: center;
	color: #616161;
  }
  .slider-search .search-input input[type="text"]:-moz-placeholder { /* Firefox 18- */
	text-align: center;
	color: #616161;
  }

  .slider-search .search-input input.gray-btn {
	position: static;
    top: 0;
    right: 0;
    background: #333;
    color: #fff;
    font-size: 18px;
    padding: 0 15px;
    border: none;
    z-index: 99;
    float: left;
    height: 45px;
    line-height: 45px;
}
.search-icon{
	margin-top:20px;
	clear: both;
}
.search-icon .search-icon-inner{
	position: relative;
	padding-bottom:0;
	margin:0 auto;
	max-width: 500px;
	text-align: center;
}
.search-icon ul{
    list-style: none;
    display: inline-block;
	margin:0 auto;
}
.search-icon ul li{
    width:40px;
    height: auto;
    float: left;
    margin: 0 10px;
}
.search-icon ul li a{
	display: inline-block;
	color:#339933;
	/* color:#ffffff; */
}
.search-icon ul li a img{
	width:40px;
	max-width: none !important;
}
.search-icon ul li a .icon-text{
    position: absolute;
    opacity: 0;
	bottom: -65px;
	line-height: 17px;
	font-size: 16px;
	width: 100%;
	text-align: center;
	left: 0;
	min-height: 40px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
}
.search-icon ul li.search-report a:hover .icon-text,
.search-icon ul li.search-explore a:hover .icon-text,
.search-icon ul li.search-find a:hover .icon-text,
.search-icon ul li.search-schedule a:hover .icon-text,
.search-icon ul li.find-job a:hover .icon-text{
	opacity: 1;
}


.search-icon ul li a:hover img{
	opacity: 0.7;
}
.slider-search .search-input > form{
	display: inline-block;
	width:100%;
}


/* New Css For Home Page */
.event-cont {
	margin-top: 40px;
}
.event-cont h3 {
	font-family: 'Noto Serif', serif;
	text-transform: uppercase;
	font-size: 20px;
	margin-bottom: 20px;
}
.event-cont li {
	margin-bottom: 20px;
}
.event-cont li .event-date {
	color: #666666;
}
.properties_wrapper {
	padding: 15px;
}
.properties-left {
	width: 50%;
	float: left;
	display: inline-block;
	color: #fff;
}
.properties-left p {
	font-size: 20px;
	line-height: 26px;
}
.properties-right {
	width: 50%;
	float: right;
	color: #ffffff;
	padding-left: 15px;
	font-size: 13px;
}
.properties-right a {
	color: #fff;
	background-color: rgba(27, 84, 157, 0.7);
	display: inline-block;
	margin-top: 15px;
	padding: 5px 15px;
}
.properties-right a:hover, .properties-right a:focus {
	background-color: rgba(27, 84, 157, 0.9);
}
.properties_wrapper {
	background: url(../images/homepage/property_image.jpg) no-repeat center bottom;
	background-size: cover;
	display: inline-block;
}
.think_spring_sec {
	margin-top: 30px;
}
.think_spring_sec h3 {
	font-size: 18px;
	color: #1b549d;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.spring-image {
	float: left;
	margin-right: 15px;
}
.spring-cont {
	padding-top: 15px;
}
.connected-section {
	clear: both;
	margin-top: 20px;
	display: inline-block;
	width: 100%;
}
.connected-section h3 {
	font-size: 18px;
	color: #1b549d;
	float: left;
	margin-right: 15px;
	line-height: 32px;
}
.connected-section ul {
	float: left;
}
.connected-section ul li {
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.slide-image{
	float:right;
	padding:0;
}
.slide-content{
	float:left;
	background: url(../images/homepage/slide-cont-bg.jpg) no-repeat center bottom;
	background-size:cover;
	padding:0;
	min-height:340px;
}
.slide-content .carousel-caption {
	position:static;
	text-shadow:none;
	-webkit-text-shadow:none;
	-moz-text-shadow:none;
	text-align:left;
}
.slide-content .carousel-caption .slide-inner{
	padding-left:25px;
	padding-right:25px;
	color:#333;
}
.slide-content .carousel-caption .slide-title span{
	color:#77b33d;
}
.slide-content .carousel-caption .slide-title h3{
	color:#1b549d;
}


/* Row Second Css*/
.header-section{
	text-align: center;
	margin-bottom: 60px;
}
.header-section h5{
   font-family: Montserrat, sans-serif;
   text-transform: uppercase;
   font-weight: 700;
   padding-bottom: 1.2em;
   font-size: 13px;	   
   color: #339933;
   position:relative;
   display:inline-block;
}
.header-section h5:after{
	   content: '';
   width: 30px;
   height: 0;
   display: inline-block;
   border-bottom: 2px solid #339933;
   position: absolute;
   bottom: 0;
   left:65px;
}
.header-section h2{
   margin-top:0;
	   font-family: "Montserrat", sans-serif;
   font-size:50px;
   line-height: 1.2em;
   font-weight: 400;
   margin-bottom: 0.08em;
}

.exciting-city.custom-ppr .post_featured img{
	max-width:none;
	width:100%;
	height: 222px;
}
.post_item{
	background:#fff;
	display:inline-block;
	width:100%;
}
.post_content{
    text-align: center;
    padding: 25px 15px 50px;
    position: relative;	
}
.post_info{
	
}
.post_info a{
    background-color: #339933;
    color: #fff;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    padding: 3px 8px;
}
.post_title{
	font-size: 19px;
    min-height: 45px;
	margin-top:28px;
}
.post_title a{
	color:#1f252b;
	line-height:22px;
}
.post_item .post_readmore_label{
	color: #339933;
}
.post_descr{
	margin-top:15px;
}
.post_descr a{
	text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    color:#339933;
}
.post_descr a.isotope-item-link{
	text-transform: none;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
}
.post_descr a.isotope-item-link:hover{
	opacity: 0.8;
}
.post_item .post_readmore:after {
    content: '\f105';
    font-family: FontAwesome;
    display: inline-block;
    margin-left:7px;

}

.hover_iconed a,
.hover_icon {
    position:relative;
    display:block;
    background: #000000;
}
.hover_iconed a:before,
.hover_icon:before {
    z-index: 1;
    font-family:'FontAwesome';
    font-size:1.7647em;
    color:#ffffff;
    cursor:pointer;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.post_format_video .hover_icon img,
.hover_iconed a:hover img,
.hover_icon:hover img{
    opacity: 0.8;
}
.hover_icon.hover_icon_play:before {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    opacity: 1;
    margin-top: 0;
    text-align: center;
}
.green-news-btn{
    text-align: center;
    width:100%;
    display: inline-block;
    margin-top: 50px;
}
.green-news-btn a{
    font-family: "Montserrat", sans-serif;
    font-size: 14px;
    line-height:20px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #339933;
    border: 2px solid #339933;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    padding: 15px 80px;
}
.green-news-btn a:hover,
.green-news-btn a:focus{
    background-color:transparent;
    border: 2px solid #339933;
    color: #339933;
}


.hover_iconed a,
.hover_icon {
    position:relative;
    display:block;
    background: #000000;
}
.hover_iconed a:before,
.hover_icon:before {
    z-index: 1;
    font-family:'FontAwesome';
    font-size:1.7647em;
    color:#ffffff;
    cursor:pointer;
    position:absolute;
    left:50%;
    top:50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 100px;
    -webkit-transition: all ease .3s;
    -moz-transition: all ease .3s;
    -ms-transition: all ease .3s;
    -o-transition: all ease .3s;
    transition: all ease .3s;
}
.post_format_video .hover_icon img,
.hover_iconed a:hover img,
.hover_icon:hover img{
    opacity: 0.8;
}
.hover_icon.hover_icon_play:before {
    width: 2em;
    height: 2em;
    line-height: 2em;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    opacity: 1;
    margin-top: 0;
    text-align: center;
}
.hover_icon.hover_icon_play:hover:before {
    background: rgba(255,255,255,0.3);
}
.hover_iconed a:hover:before,
.hover_icon:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
    margin-top: 0;
}

.hover_icon_play:before {
    content:'\f0c1';
}
.hover_icon_link:before {
    content:'\f0c1';
}
.hover_icon_zoom:before {
    content:'\e839';
}
.hover_iconed a:before,
.hover_icon_view:before {
    content:'\e8b8';
}


/*testimonial Section*/
#testimonial ol.carousel-indicators{
	position: static;
	margin-left:0;
	left:0;
	width:100%;
	margin-bottom: 0;
 }
 #testimonial ol.carousel-indicators > li::before{
	 display: none;
 }

 .testimonial-section{
	max-width: 1000px;
	margin-left:auto;
	margin-right: auto;
	position: relative;
	padding-bottom: 30px;
    padding-top: 30px;
 }
 
 .testimonial-section .sc_testimonial_avatar img{
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
 }
 .testimonial-section .testimonial_content_right{
	 color: #ffffff;
 }
 .testimonial-section .testimonial_content_right .sc_testimonial_author_name {
 display: block;
    text-align: left;
    font-family: 'Noto Serif', serif;
	font-size: 18px;
	color: rgba(255,255,255,0.5);
}
.sc_testimonial_content p{
	position: relative;
}
.testimonial-section .testimonial_content_right p::before{
	/* font-family: 'Roboto', sans-serif; */
	/* content: "“"; */
	content: '';
    display: block;
    position: absolute;
    z-index: 1;
    font-weight: 300;
    left: -0.25em;
    top: -0.15em;
    font-size: 6.69em;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.12);
}
/*.testimonial-section .testimonial_content_right p .quote{
	font-family: 'clarendon', sans-serif;
    font-size: 3.69em;
    line-height: 1em;
    color: rgba(255, 255, 255, 0.12);
    display: block;
    position: absolute;
    z-index: 1;
    font-weight: 300;
    left: -0.50em;
    top: -0.15em;
}*/
.testimonial-section .testimonial_content_right p .quote{ 
	font-family: 'clarendon', sans-serif;
	 font-size: 76px; 
	 line-height: 0; color: rgba(255, 255, 255, 0.12); 
	 display: inline-block; 
	 position: relative; 
	 top: -15px }

.testimonial-section .testimonial_content_right{
	padding-top: 27px;
}
.testimonial-section .sc_testimonial_content{
font-size: 25px;
    line-height: 32px;
	font-family:Montserrat, sans-serif;
}
.testimonial-section .testimonial_content_right .more-link{
	margin-top:15px;
	margin-bottom:5px;
}
.more-link a {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal;
	font-family:Montserrat, sans-serif;
}
#testimonial ol.carousel-indicators {
    position: static;
    margin-left: 0;
    left: 0;
    width: 100%;
    margin-bottom: 0;
}
/*testimonial Section End*/

/* Row fourth */

.welcome_section .post_title {
    text-transform: uppercase;
    font-size: 28px;
	color: #339933;
}
.welcome_section .post_title,
.opportunity-section .post_title{
	text-transform:none;
	margin-top:0;
	/* min-height:inherit; */
}
.welcome_section .post_item_masonew .post_content{
	min-height: 215px;
}
.welcome_section .post_readmore{
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
    display: block;
	color: #339933;
}
.welcome_section .post_title a{
	color: #339933;
	    text-transform: uppercase;
	font-size: 28px;
	font-family: 'Roboto', sans-serif;
}
.welcome_section .post_descr{
	margin-top: 10px;
    display: inline-block;
	color:#616161;
}
.welcome_section .post_descr .post_descr_inner{
	min-height: 145px;
}
.welcome_section .post_content{
	padding:40px 35px 30px;
}
.welcome_section .post_content:before{
       position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: -14px;
    left: 50%;
	background-color:#fff;
    transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
	-0-transform: translateX(-50%) rotate(45deg);
}
.welcome_section .post_descr a.post_readmore{
	margin-top:30px;
}

/* Fifth Row */
.opportunity-section{
	background:url(../images/bg_08.jpg) no-repeat fixed 0 0;
    background-size:cover;
    position: static;
}
.opportunity-section .opportunity-section-inner{
    position: relative;
}
.opportunity-section .opportunity-section-inner::before{
    content: '';
    background-color:rgba(255, 255, 255, 0.4);
    position: absolute;
    width: 100%;
    height:100%;
    display: inline-block;
    top:0;
    left: 0;
}
.opportunity-title h3{
	text-align: center;
	color: #ffffff;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom:40px;
}
.opportunity-section .post_item {
    background: #339933;
	min-height: 535px;
}
.opportunity-section .post_content{
	padding:30px 30px 23px;
}
.opportunity-section .post_content:before{
       position: absolute;
    content: '';
    width: 30px;
    height: 30px;
    top: -14px;
    left: 50%;
	background-color:#339933;
    transform: translateX(-50%) rotate(45deg);
	-webkit-transform: translateX(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) rotate(45deg);
    -0-transform: translateX(-50%) rotate(45deg);
    display:none;
}
.opportunity-section .post_descr{
	font-size: 24px;
    font-weight: 500;
    line-height: 31px;
    padding: 0 15px;
	color:#fff;
	margin-top:0px;
	}
	
.opportunity-section .post_title a{
	color: rgba(255,255,255,0.5);
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 13px;
	text-transform: uppercase;
}
.opportunity-section .stay_post_title a{
	color: rgba(255,255,255,0.5);
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}

.opportunity-section .post_item .post_readmore{
	margin-top:10px;
}
.opportunity-section .post_item .post_readmore_label{
	color:#fff;
}
.opportunity-section .post_item .post_readmore:after{
	color:#fff;
}
.post-video iframe{
    width:100%;
    height:198px;
}
/*Calander CSS*/

html .calendar-block .calendar-section{
	background: #fff;
}
.jalendar .jalendar-container .jalendar-pages .add-event{
	overflow: auto !important;
	height: auto !important;
}
.jalendar{
	margin-top:0 !important;
	margin-bottom:0 !important;
	width:100% !important;
}
.jalendar .jalendar-container .jalendar-pages>.header h1{
	margin-bottom: 10px !important;
}
html body .jalendar .jalendar-container .jalendar-pages{
	background: #ffffff !important;
	padding: 0;
}
html body .jalendar .jalendar-container .jalendar-pages>.header{
	background-color: #006a14 !important;
}
html body .jalendar .jalendar-container .jalendar-pages>.header .day-names{
	background-color: #339933 !important;
}
html body .jalendar .jalendar-container .jalendar-pages .days{
	padding-left:15px;
	padding-right:15px;
}
html body .jalendar .jalendar-container .jalendar-pages .add-event{
	margin-left: 0;
	margin-right: 0;
}
html body .jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a{
	color:#333;
	font-weight: 600 !important;
}
html body .jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a:hover,
html body .jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a:focus{
	color:#339933;
}
html body .jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single:before{
	right:0 !important;
	background-color: rgba(0,0,0,.2) !important;
}
html body .jalendar .jalendar-container .jalendar-pages .add-event .events h3{
	color:#333;
}
.isotope_item .calendar-section{
	background-color:#ffffff !important;
	min-height: 533px;
}
html body .jalendar .jalendar-container .jalendar-pages>.header h2{
	padding-top:4px;
	padding-bottom:4px;
}
.jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a{
	padding:0 !important;
	font-size: 14px !important;
}
.isotope_item .jalendar .jalendar-container .jalendar-pages .add-event .events .events-list .event-single a:before{
	display: none;
}
html .calendar-block .jalendar .add-event{
	display:none;
}
.calendar-block .event{
	color:#339933;
	padding-left:25px;
	padding-right: 25px;
}
.calendar-block .event .event-content a{
	color:#339933;
}
.calendar-block .event .event-content a:hover{
	opacity: 0.9;
}
.calendar-block .event .event-content{
	border-top:1px solid #006600;
	padding-top: 15px;
	font-family: 'Roboto', sans-serif;
	/* font-size: 22px; */
	font-size: 18px;
	font-weight: 600;
	margin-top: 10px;
}
.calendar-block .event .event-content .event-title{
	font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 600;
}
.calendar-block .event .event-content li span{
	color:#666666;
}
.calendar-block .event .event-content ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
.calendar-block .event .event-content li{
	margin-bottom: 0;
	padding-bottom: 15px;
	padding-top:15px;
}


/* Service Section */


.services-wrapper p{
    font-size: 20px;
}
.services-title{
	/* margin-top:80px; */
}
.services-title h3{
	color: #1f252b;
    /* font-weight: 700; */
    line-height: normal;
    font-size: 38px;
    margin-bottom:10px;
	margin-top: 0;
	line-height: 45px;
}
.tab-section{
	/* max-width:485px; */
}
.green-tab .nav-tabs{
	border:none;
}
.nav-tabs>li{
	width:50%;
}
.green-tab .nav-tabs>li.active>a, 
.green-tab .nav-tabs>li.active>a:hover, 
.green-tab .nav-tabs>li.active>a:focus{
	border:none;
	background-color:#339933;
	color:#fff;
}
.green-tab .nav-tabs>li>a{
	background-color: #ebedef;
	color: #1f252b;
	border-radius:0;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	 font-weight: 500;
    float: left;
    font-size: 20px;
	padding:15px 30px;
	margin-right:0;
	border:0;
	position:relative;
	width:100%;
}
.green-tab .nav-tabs>li.active>a:before{
	transition: none;
    position: absolute;
    content: '';
    left: 1.6em;
    bottom: -5px;
    width: 15px;
    height: 15px;
    transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-0-transform: rotate(45deg);
    opacity: 1;
	background-color:#339933;
}
.green-tab .tab-content ul{
	list-style:none;
	padding-left:0;
	width:50%;
	float:left;
}
.green-tab .tab-content{
	margin-top:50px;
}
.green-tab .tab-content ul li{
	display:inline-block;
	width:100%;
	margin-bottom:7px;
}
.green-tab .tab-content ul li a{
	color: #616161;
    cursor: pointer;
	font-size:17px;
	display:inline-block;
	width:100%;
	font-weight:500;
}
.green-tab .tab-content ul li a:hover,
.green-tab .tab-content ul li a:focus{
	color:#339933;
}
.read-more-link{
	display: inline-block;
    width: 100%;
}
.read-more-link a{
	    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    font-family: Montserrat, sans-serif;
    display: block;
    margin-top:23px;
	color:#339933;
}

.services-section{
    position: relative;
    padding-top:60px;
    padding-bottom: 30px;
}

.img-wrapper .service-caption{
	position: absolute;
	top: 0;
}
.img-wrapper .service-caption h5{
	font-family: 'Roboto', sans-serif;
    background: #ffffff;
    font-size: 30px;
	max-width: 84%;
	padding: 5px 10px;
}


.img-wrapper{
	position: relative;
}
.video-btn{
	display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    position: absolute;
    z-index: 1;
    top: 0;
}
.img-wrapper .play-icon-thumb{
	margin: auto;
}
.img-wrapper:after{

}

#html5-watermark a {
	display: none;
}
.html5-nav {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
}
.html5-nav .html5-nav-prev {
	display: none !important;
}
.html5-nav-thumb {
	display: none !important;
}

.html5-elem-data-box{
	display:none !important;
}

.team-title h3{
    font-weight: 700;
	text-transform: uppercase;
	font-family: "Montserrat", sans-serif;
	font-size: 40px;
	margin-top: 20px;
    margin-bottom: 10px;
    display: inline-block;
    float: left;
}
.team-section .leader-arrow{
	display: inline-block;
}
.team-section .leader-arrow a{
    display: inline-block;
    margin-left: 10px;
    margin-top: 29px;
    width: 22px;
    transition: 0.9s;
}
.team-section .leader-arrow a:hover img{
	opacity: 0.7;
}

.people-grid{
    overflow: hidden;
    position: relative;
}
.people-grid .entry-cover{
   position: absolute;
   top:0;
   left: 0;
   width: 100%;
   height: 100%;
   opacity: 0;
   transition: all 0.5s ease;
   -webkit-transition: all 0.5s ease;
   -moz-transition: all 0.5s ease;
   background:rgba(0, 0, 0, 0.7);
}
.people-grid:hover .entry-cover{
    opacity:1;
}
.people-grid > img{
	max-width:none;
	width:100%;
}
.people-grid .entry-cover h5,
.people-grid .entry-cover h4{
   color:#ffffff;
}
.people-grid .entry-cover h4{
    font-size: 18px;
    margin-bottom: 5px;
    line-height: 22px;
}
.people-grid .entry-cover h5{
   font-size: 14px;
   font-weight: normal;
   margin-top: 0;
   line-height: 17px;
}
.people-grid:hover .entry-cover a{
    opacity: 1;
}
.people-grid .entry-cover a{
    width:40px;
    height: 40px;
    border-radius: 40px;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    float: left;
    background-color:rgba(255, 255, 255, 0.3);
    text-align:center;
    line-height: 40px;
    color:#ffffff;
    font-size: 14px;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
}
.people-grid .entry-cover a:hover,
.people-grid .entry-cover a:focus{
   background-color:rgba(255, 255, 255, 0.2);
   color:rgba(255, 255, 255, 0.8);
}
.entry-cover .entry_link{
   display: inline-block;
   margin: auto;
   position: absolute;
   bottom: 5px;
   width: 100%;
   text-align: center;
}
.entry_link_inner{
    display: inline-block;
    margin: auto;
    padding-left: 10px;
   padding-right: 10px;
}
.team-section{
    padding-top: 60px;
}

/* Services Section New Css */
.services-inner{
    position: relative;
    display: inline-block;
    width: 100%;
}
.services-inner .service-img{
    display: inline-block;
	float: left;
	max-width: 365px;
}.services-inner .service-img img{
	max-width:265px;
}
.services-inner .service-quotes{
    max-width: 140px;
    position: absolute;
    right: 42px;
    bottom: 12px;
    background: #004378;
    color: #fff;
    padding: 10px;
    font-size: 20px;
    /* font-family: 'HelveticaCYBold', Arial,sans-serif; */

}
.service-quotes .service-quotes-inner{
    position: relative;
}
.service-quotes .service-quotes-inner:before{
    content: '';
    width: 0; 
  height: 0; 
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-right: 15px solid #004378;
  position: absolute;
  left: -25px;
  position: absolute;
  top: 40%;
}

/* Service card Css */
.cols {
	/* column-count: 4;
	-webkit-column-count: 4;
	-moz-column-count: 4;
	column-gap: 15px;
	-webkit-column-gap: 15px;
	-moz-column-gap: 15px;		
	list-style-type: none;	

	padding:0 !important; */
    }
    .services-card{
        margin-top:10px;
    }
.services-card ul.grid{
    display: inline-block;
    width: 100%;
    padding: 0;
}
	.cols > li {
	
	  /* width: 100%; */
	  display: inline-block;
     padding-left: 6px;
     padding-right: 6px;
	
	}
	
	.cols li img {
	  width:100%;

		padding:0 !important;
		
	}
	
	

	#grid .caption-cont{
		background:#222222;
		color:#fff;
		padding:20px;
	}
	#grid .caption-cont p{
		color:rgba(255, 255, 255, 0.6);
		line-height: 24px;
		margin: 0;
	}
	#grid .caption-cont h3{
		
	}
	#grid .caption-cont span.date{
		color:rgba(255, 255, 255, 0.6);
		text-transform:uppercase;
	}
	
	.button-container{
		text-align: center;
	}
	.button-container button {
		display: inline-block;
		font-weight: 600;
		height: 40px;
		padding: 0 15px;
		-webkit-transition: color 0.2s, background-color 0.2s;
		transition: color 0.2s, background-color 0.2s;
		text-decoration: none;
		text-transform: uppercase;
		color: #ce4000;
		border: 1px solid #ce4000;
		background: none;
		font-size: 14px;
		line-height: 40px;
		text-transform: uppercase;
		letter-spacing: 1px;
	}
	.button-container button:focus{
		outline: none;
	}
	.cord-image-wrap{
		width: 100%;
		display: inline-block;
        position: relative;
        float: left;
        cursor: pointer;
	}
	.cord-image-wrap a {
		position: absolute;
		width: 40px;
		height: 40px;
		text-align: center;
		background-color: #ce4000;
		line-height: 37px;
		left: 0;
		top:0;
		z-index: 9;
	}
	.cord-image-wrap i img{
		width: 25px;
		height: 25px;
		opacity: 0.7;
	}	
	.card .card-image{
		overflow: hidden;
		/* -webkit-transform-style: preserve-3d;
		-moz-transform-style: preserve-3d;
		-ms-transform-style: preserve-3d;
		-o-transform-style: preserve-3d;
		transform-style: preserve-3d; */
	}
	
	.card .card-image img{
		-webkit-transition: all 0.4s ease;
		-moz-transition: all 0.4s ease;
		-ms-transition: all 0.4s ease;
		-o-transition: all 0.4s ease;
		transition: all 0.4s ease;
	}
	
	.card .card-image:hover img{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	.card .card-image.firefighter:hover img{
		-webkit-transform: scale(1.05);
		-moz-transform: scale(1.05);
		-ms-transform: scale(1.05);
		-o-transform: scale(1.05);
		transform: scale(1.05);
	}
	
	.card{
		width:100%;
		margin-bottom: 10px;
		position: relative;
      display: inline-block;
      
     -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    box-shadow: 4 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	}
	#grid .card .card-content.orang-bg{
		/* background:#ce4000; */
	}
	.card .card-content {
		display: block;  
		background: #222222;
		color: #fff;
		padding: 20px;
		width: 100%;
		margin-top: 0;
		float: left;
		min-height: 95px;
		cursor: pointer;
	}
	.card .card-content span.date{
		color:rgba(255, 255, 255, 0.6);
		width: 95%;
        float:left;
        /* text-transform: uppercase; */
        margin-top:0;
        clear: both;
        display: inline-block;
        width: 100%;
        font-size: 12px;
	}
	.card-reveal .card-title{
		margin-top:0;
		color:#333;
		font-size:20px;
		margin-bottom:5px;
		line-height: normal;
		font-family: 'Noto Serif', serif;
		width: 95%;
		padding-right: 15px;
	}
	.card .card-content .card-title{
		float: left;
		margin-top:0;
		color:#fff;
		font-size:20px;
		margin-bottom:5px;
		line-height: normal;
		font-family: 'Noto Serif', serif;
		width: 95%;
    }
    .counter-wrap{
		width:100%;
		text-align: center;
	}
	.card-reveal a:hover{
		text-decoration: none;
	}
	button.show-toggle{
		float: right;
		width:5%;
		background: none;
		border: none;
		margin-top:5px;
	}
	button.show-toggle:focus,
	button.show-toggle:hover{
		border: none;
		outline: none;
    }
    .card .card-action a:hover{    
		color:#ffd8a6;
		text-decoration:none;
	}
	
	.card .card-reveal{    
		padding: 20px;
		position: absolute;
		background-color: #FFF;
		width: 100%;
		overflow-y: auto;
		/*top: 0;*/
		left:0;
		bottom:0;
		height: 100%;
		z-index: 9999;
		display: none;    
	}
	
	.card .card-reveal p{
		color: rgba(0, 0, 0, 0.71);
		margin:10px 0;
	}
	.card-reveal .close{
		position: absolute;
		right: 20px;
		top: 25px;
    }
    .btn-custom{
		background-color: transparent;
		font-size:18px;
	}
    .card-cont{
		width: 100%;
    }
  
    .card .hide {
		display: none;
	}

	.card .card-image a{
		position: relative;
		/* width:300px;
		height:auto; */
    }
    .card-reveal.card-reveal-img{
		text-align: center;
	}
	.card-reveal.card-reveal-img img{
		max-width:280px;
		width: auto;
		margin: auto;
		display: inherit;
    }
    .card-reveal.reveal-image{
        padding:0;
    }
/* Share Section */
.card .share-section{
    display: inline-block;

    margin-top: 0;
    position: absolute;
    bottom: 25px;
}

.card .share-section.blackBar-share{
    display: inline-block;
    margin-top:0;
}
.card .share-section > ul{
    list-style: none;
    margin: 0;
    padding: 0;
    width: auto;
    float: right;
}
.card .share-section a{
    color: #fff;
}
.card .share-section a i,
.card-cont button.show-toggle{
    opacity: 0.6;
}
.card ul.dropdown-menu{
    left:auto;
    right:-15px;
    min-width: 110px;
    padding:2px 5px;
    width:132px;
}
.card ul.dropdown-menu li{ 
    width:auto;
    float: left;
}
.card .dropdown-menu>li>a {
    color:#ce4000;
    padding:0 3px;
    font-size: 26px;
    line-height: normal;
    width:30px;
}
.card .dropdown-menu>li>a:hover,
.card .dropdown-menu>li>a:focus{
    background: none;
}

/*For Header Nav Css*/
.main-nav .custom-nav .dropdown-menu li a {
    text-transform: uppercase;
    padding: 7px 22px !important;
    font-size: 14px;
}
.main-nav .custom-nav .dropdown-menu li a:hover,
.main-nav .custom-nav .dropdown-menu li a:focus{
	background-color: transparent;
	color: #228040;
}
.main-nav .custom-nav li.open a.highlighted{
	background-color: transparent;
	background-image: none;
	border: none;
	color: #228040;
}
.navbar-nav > .dropdown-menu{
	width:20em !important;
}
.navbar-nav .dropdown-menu > li > a {    
    line-height: 20px;
}
.custom-nav > li >  .dropdown-menu > li > a{
	white-space: normal;
}

.navbar-nav ul .sub-arrow {
    position: absolute;
    right: 0;
    margin-top: 6px;
    margin-right: 15px;
    border-top: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px solid;
}
.navbar-nav .sub-arrow, .navbar-nav .collapsible .sub-arrow {
    position: static;
    margin-top: 0;
    margin-right: 0;
    margin-left: 6px;
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    vertical-align: middle;
    border-top: 4px solid;
    border-right: 4px dashed transparent;
    border-bottom: 4px dashed transparent;
    border-left: 4px dashed transparent;
}
.header .navbar-nav > li > .dropdown-menu{
	width:20em !important;
}

#homemodel.modal.in .modal-dialog{
	width:auto;
	max-width: 700px;
}
#homemodel.modal.in .modal-dialog .modal-content{
	border-radius: 0;
}
#homemodel .modal-dialog .modal-content .modal-header{ 
	padding: 15px 15px 0px 0px; 
	border:none;
}
#homemodel .modal-dialog .modal-content .modal-header button{
	margin-top: -10px;
	font-size: 30px;
}
#homemodel .modal-body h2{ 
	color:#39823F;
}
#homemodel .modal-body h1{ 
	font-size: 26px; 
	line-height: 32px; 
	margin-top: 5px; 
	padding: 0px 10px;
}
#homemodel .modal-body h3{
	font-size: 19px; 
	line-height: 26px; 
	margin-top: 20px;
}
#homemodel .modal-body a {
	color:#39823F; 
}
#homemodel .modal-body { 
	padding-top:0px;
	padding-left:50px;
	padding-right: 50px;
}
.external_link {
    font-size: 24px !important;
    color: #fff !important;
    text-transform: capitalize !important;
    font-weight: 400 !important;
    font-family: 'Roboto', sans-serif !important;
    margin-top: 15px !important;
}
@media (max-width: 768px) {
	#homemodel .modal-body h1{ 
		font-size: 20px; 
		line-height: 26px; 
		margin-top: 10px; 
		padding: 0px 10px;
	}
	#homemodel .modal-body h2{
		color:#39823F;
	}
	#homemodel .modal-body h3{
		font-size: 16px;
		line-height: 26px;
		margin-top: 20px;
	}
}
.post_item.post_item_opportuniti h4.post_title p{
	color: rgba(255,255,255,0.5);
	font-weight: 700;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
}
.post_item.post_item_opportuniti h4.post_title{
	min-height: 30px;
}
.post_thumb.post-video.custom-cls{
	background: white;
}
.post_descr p.cont-details{
	font-size: 24px !important;
	color: #fff !important;
	text-transform: none !important;
	font-weight: 400 !important;
	font-family: 'Roboto', sans-serif !important;
	margin-top: 10px !important;
}