@font-face {
    font-family: "Spectral";
    src: url(/Content/fonts/Spectral-Regular.ttf) format("truetype");
}
@font-face {
    font-family: "Open-Sans";
    src: url(/Content/fonts/OpenSans-Regular.ttf) format("truetype");
}

@media only screen and (max-width: 991px) {
	#map-header {
		margin-top: 0 !important;
	}

	#map-header {
		margin-top: 0 !important;
	}
}

@media only screen and (max-width: 480px ) {
	.content-article { 
		display: none;
	}
}

body {
    margin: 0;
    padding: 0;
    padding-top: 1em;
    font-family: 'Open-Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #6b6e80;
    background-color: #f7f7f7;
    background-image: url('/Content/img/body-bg.png') repeat center top;
}

a{
	color: #48cfad;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

a:hover{
	color: #37bc9b;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.container a {
	color:#337ab7;
}
.container a:hover {
	color:#23527c;
}
/*
	============================
	[2. TYPHOGRAPHY]
	============================
*/
.heading-title{
	display: block;
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 15px;
	border-bottom: 1px solid #efefef;
	text-align: center;
}

.heading-title h2{
	margin: 0;
	position: relative;
	display: inline-block;
	font-weight: 800;
	text-transform: uppercase;
}

.heading-title h2::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: -16px;
	width: 100%;
	background-color: #37bc9b;
	height: 2px;
}

.heading-title h2 small{
	display: block;
	margin: 10px auto;
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	text-transform: uppercase;
}

.single-cat-title{
	margin-bottom: 20px;
	padding-top: 15px;
}

.single-cat-title h4{
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
}

.label-title{
	display: block;
	padding: 0;
	margin: 0 0 15px;
} 

.label-title h3{
	display: inline-block;
	margin-top: 0;
	padding-bottom: 10px;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 600;
	color: #434a54;
	border-bottom: 3px double #ddd;
}

.first-paragraph{
	display: block;
	float: left;
	margin: 10px 10px 5px 0;
	padding: 5px 14px;
	background-color: #434a54;
	color: #fff;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		-ms-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.text-secondary{
	color: #37bc9b;
}

blockquote{
	border-left-color: #37bc9b;
	background-color: #f5f5f5;
	padding: 30px;
	line-height: 30px;
}

.marg-20-top{
	margin-top: 20px;
}

.marg-30-top{
	margin-top: 30px;
}


/*
	============================
	[3. BUTTON]
	============================
*/
.btn{
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.btn-secondary{
	color: #fff;
	background-color: #48cfad;
	border-color: #37bc9b;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		-ms-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary{
	color: #fff;
	background-color: #37bc9b;
	border-color: #37bc9b;
}

.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary{
	background-image: none;
}

.btn-secondary.disabled,
.btn-secondary[disabled],
fieldset[disabled] .btn-secondary,
.btn-secondary.disabled:hover,
.btn-secondary[disabled]:hover,
fieldset[disabled] .btn-secondary:hover,
.btn-secondary.disabled:focus,
.btn-secondary[disabled]:focus,
fieldset[disabled] .btn-secondary:focus,
.btn-secondary.disabled:active,
.btn-secondary[disabled]:active,
fieldset[disabled] .btn-secondary:active,
.btn-secondary.disabled.active,
.btn-secondary[disabled].active,
fieldset[disabled] .btn-secondary.active{
	background-color: #48cfad;
	border-color: #37bc9b;
}

.btn-secondary .badge{
	color: #48cfad;
	background-color: #fff;
}

.bg-secondary{
	color: #fff;
	background-color: #48cfad;
}

a.bg-secondary:hover{
	background-color: #37bc9b;
}

.label-secondary{
	background-color: #48cfad;
}

.label-secondary[href]:hover,
.label-secondary[href]:focus{
	background-color: #37bc9b;
}

.form-control{
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.form-control:focus {
  	border-color: #bbb;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
		-ms-box-shadow: none;
		 -o-box-shadow: none;
			box-shadow: none;
}
	
.progress-bar-secondary {
	background-color: #37bc9b;
	text-align: left;
	padding-left: 15px;
}

.btn {
	margin-top: 0.25em;
}

/*
	============================
	[4. NAVBAR]
	============================
*/
.navbar-default{
    background:transparent;
    background-image:none !important;
    margin-top:-50px;
	margin-bottom: 0;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
		-ms-border-radius: 0;
		 -o-border-radius: 0;
			border-radius: 0;
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.navbar-fixed-top{
	padding-bottom: 20px;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,.25);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		-ms-box-shadow: 0 1px 3px rgba(0,0,0,.25);
		 -o-box-shadow: 0 1px 3px rgba(0,0,0,.25);
			box-shadow: 0 1px 3px rgba(0,0,0,.25);
}

.navbar-default .navbar-brand {
    font-size: 50px;
    font-family: 'Spectral', cursive;
}

.navbar-default .navbar-brand:hover{
	color: #48cfad;
}

.navbar-default .navbar-brand img{
	margin-top: -15px;
}

.navbar-default .navbar-nav > li > a {
	padding: 0.75em 1.5em;
	background-color: transparent;
	color: #48cfad;
	font-weight: 700;
	border-radius: 5px 5px 0 0 !important;
}

.navbar-default .navbar-nav > li > a:hover{
	color: #37bc9b;
	background-color: transparent;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus{
	background-color: #37bc9b;
	color: #fff;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
		-ms-border-radius: 2px;
		 -o-border-radius: 2px;
			border-radius: 2px;
}

.navbar-default .navbar-nav > li.dropdown.open > a{
	background-color: #37bc9b;
	color: #fff;
	-webkit-border-radius: 2px 2px 0 0;
	   -moz-border-radius: 2px 2px 0 0;
		-ms-border-radius: 2px 2px 0 0;
		 -o-border-radius: 2px 2px 0 0;
			border-radius: 2px 2px 0 0;
}

.dropdown-menu > li > a{
	position: relative;
	z-index: 2;
	padding: 10px 22px;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.dropdown-menu > li > a::before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	background-color: #37bc9b;
	height: 0;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.dropdown-menu > li > a:hover::before,
.dropdown-menu > li > a:focus::before,
.dropdown-menu > .active > a::before,
.dropdown-menu > .active > a:hover::before,
.dropdown-menu > .active > a:focus::before{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 3px;
	background-color: #37bc9b;
	height: 100%;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus{
	background-color: #f5f5f5;
	color: #37bc9b;
}

.navbar-secondary{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.navbar-secondary.navbar-secondary-hide{
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 0.3s ease-in-out;
	   -moz-transition: all 0.3s ease-in-out;
		-ms-transition: all 0.3s ease-in-out;
		 -o-transition: all 0.3s ease-in-out;
			transition: all 0.3s ease-in-out;
}

.facebookLogo {
	height: 2em;
	width: 2em;
}

/*
	============================
	[5. CONTENT]
	============================
*/
.content-wrapper {
	background-color: #fff;
	border-radius: 0;
	position: relative;
}

@media screen and (min-width: 768px) {
	.content-wrapper {
		margin-top: -10px;
	}
}

.content-body{
	background-color: #fff;
}

.content-article{
	padding: 20px;
}


/*
	============================
	[6. SLIDER]
	============================
*/
#home-slider .carousel-control{
	background-image: none;
	text-shadow: none;
}

@media screen and (min-width: 768px) {
	#home-slider .carousel-indicators {
		bottom: 40px;
	}
}

#home-slider .carousel-indicators li{
	margin: 0;
	height: 8px;
	width: 8px;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
		-ms-border-radius: 8px;
		 -o-border-radius: 8px;
			border-radius: 8px;
}

#home-slider .carousel-title h3,
#home-slider .carousel-title p{
	position: absolute;
	left:0px;
	bottom:10px;
	padding: 4px 6px;
	background-color: rgba(255,255,255,.8);
	text-align: center;
	color: #000;
	text-shadow: none;
}

#home-slider .carousel-title h3{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
}

#home-slider .carousel-caption h3 small{
	position: absolute;
	left: 0;
	top: 0;
	width: 60px;
	height: 100%;
	padding: 10px;
	background-color: rgba(55,188,155,.8);
	color: #fff;
	text-align: center;
	text-shadow: none;
}

#home-slider .carousel-caption h3 small span{
	display: block;
	font-size: 16px;
}

#home-slider .carousel-caption h3 small .caption-meta-date{
	font-size: 14px;
	line-height: 16px;
}

#home-slider .carousel-caption h3 small .no-small-text {
	padding-top:10px;
}


/*
	============================
	[7. TAGLINE ]
	============================
*/
.tagline{
	padding: 20px;
	font-size: 16px;
	line-height: 24px;
	background-color: #f7f7f7;
	border: 1px solid #ddd;
	border-radius: 3px;
}

.tagline h2{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 24px;
	font-weight: 800;
	line-height: 26px;
}


/*
	============================
	[8. BLOG POST ]
	============================
*/
.blog-post{
	display: block;
	margin-bottom: 30px;
	font-size: 14px;
	line-height: 22px;
}

.blog-post .meta-post-date{
	display: block;
	margin-top: 20px; 
	margin-bottom: 0;
	color: #999;
}

.blog-post h2{
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 24px;
}

.blog-post .meta-post-author{
	position: relative;
	display: block;
	margin-bottom: 20px;
	font-size: 14px;
	line-height: 20px;
}

.blog-post .meta-post-author::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 60px;
	height: 1px;
	background-color: #48cfad;
}

.blog-post .meta-post-view{
	margin-top: 5px;
	color: #999;
	font-size: 13px;
}


/*
	============================
	[8.1. BLOG GRID ]
	============================
*/
.blog-container{
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 1px 1px #ddd;
	   -moz-box-shadow: 0 0 1px 1px #ddd;
		-ms-box-shadow: 0 0 1px 1px #ddd;
		 -o-box-shadow: 0 0 1px 1px #ddd;
			box-shadow: 0 0 1px 1px #ddd;
}

.blog-image{
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
}

.blog-image::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}

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

.blog-image .blog-author{
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	overflow: hidden;
}

.blog-image .blog-content{
	position: absolute;
	z-index: 3;
	left: 20px;
	bottom: 20px;
	right: 20px;
	color: #fff;
}

.blog-image .blog-content .label{
	font-weight: 400;
}

.blog-image .blog-content h2,
.blog-image .blog-content h2 a{
	margin: 10px 0;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff;
}

.blog-image .blog-content .blog-meta{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.blog-image .blog-content .blog-meta > li{
	position: relative;
	display: inline-block;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 13px;
}

.blog-image .blog-content .blog-meta > li::before{
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: 'FontAwesome';
	content: '\f111';
	font-size: 8px;
}

.blog-image .blog-content .blog-meta > li:first-child::before{
	content: '';
}

.blog-image .blog-content .blog-meta > li:first-child{
	padding-left: 0;
}

.blog-image .blog-content .blog-meta > li:last-child{
	padding-right: 0;
}


/*
	============================
	[8.2. BLOG SINGLE ]
	============================
*/
.heading-title-img{
	position: relative;
	height: 200px;
	overflow: hidden;
}

/*.heading-title-img::after{
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.35);
}*/

.heading-title-img > img{
	position: relative;
	max-width: 100%;
	height: auto;
	-webkit-transform: translateY(-50%);
	   -moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		 -o-transform: translateY(-50%);
			transform: translateY(-50%);
}

.blog-single-author img{
	max-width: 100%;
	height: auto;
}

.blog-single-author{
	position: absolute;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	overflow: hidden;
}

.blog-post-meta{
	position: absolute;
	z-index: 2;
	left: 20px;
	bottom: 20px;
	right: auto;
	padding: 0;
	margin: 0 20px 0 0;
	list-style-type: none;
	color: #fff;
}

.blog-post-meta > li{
	position: relative;
	display: inline-block;
	text-align: left;
	padding-right: 10px;
	padding-left: 15px;
	font-size: 14px;
}

.blog-post-meta > li::before{
	position: absolute;
	left: 0;
	bottom: 0;
	font-family: 'FontAwesome';
	content: '\f111';
	font-size: 8px;
}

.blog-post-meta > li:first-child::before{
	content: '';
}

.blog-post-meta > li:first-child{
	padding-left: 0;
}

.blog-post-meta > li:last-child{
	padding-right: 0;
}

.page-title{
	position: relative;
	padding-left: 60px;
	padding-bottom: 20px;
}

.page-title .blog-post-date{
	position: absolute;
	z-index: 3;
	left: 0;
	top: 0;
	width: 45px;
	height: 50px;
	border: 1px solid #ddd;
	padding: 5px;
}

.page-title .blog-post-date::before{
	content: '';
	position: absolute;
	z-index: 1;
	left: -1px;
	bottom: -1px;
	width: 45px;
	height: 4px;
	border-top: 1px solid #ddd;
}

.page-title .blog-post-date span{
	display: block;
	text-align: center;
}

.page-title .blog-post-date span:first-child{
	font-size: 16px;
	line-height: 18px;
	font-weight: 800;
	text-transform: uppercase;
	color: #37bc9b;
}

.page-title .blog-post-date span:last-child{
	font-size: 11px;
	line-height: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.page-title h2{
	margin: 0;
	font-size: 34px;
	line-height: 36px;
	font-weight: 700;
}

.page-title .blog-detail-meta{
	font-size: 13px;
	line-height: 16px;
	color: #999;
}

.img-blog-single{
	margin-bottom: 20px;
}

.socialIcon {
	font-size: 2em;
}

/* blog post tags */
.blog-post-tags{
	display: block;
	margin: 30px 0;
}

.blog-post-tags .tag-list{
	padding: 0;
	margin: 10px 0 0;
	list-style-type: none;
}

.blog-post-tags .tag-list > li{
	display: inline-block;
}

.blog-post-tags .tag-list > li > a{
	display: block;
	margin: 2px 0;
	padding: 4px 10px;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #ddd;
	color: #6b6e80;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
	background-color: #fff;
}

.blog-post-tags .tag-list > li > a:hover,
.blog-post-tags .tag-list > li > a:focus{
	border: 1px solid #37bc9b;
	color: #fff;
	background-color: #37bc9b;
	text-decoration: none;
}

/* blog post sharing */
.blog-post-sharing{
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd;
}

.blog-post-sharing h4{
	margin: 3px 0 0;
	font-size: 14px;
	line-height: 18px;
	font-weight: 700;
}

.blog-post-sharing .share-list{
	padding: 0;
	margin: 0;
	list-style-type: none;
	text-align: right;
}

.blog-post-sharing .share-list > li{
	display: inline-block;
}

.blog-post-sharing .share-list > li > a{
	display: block;
	padding: 2px 12px;
	font-size: 18px;
	line-height: 18px;
	color: #6b6e80;
}

.blog-post-sharing .share-list > li > a:hover,
.blog-post-sharing .share-list > li > a:focus{
	color: #37bc9b;
	text-decoration: none;
}

/* blog post author */
.blog-post-author{
	display: block;
	margin: 30px 0;
	padding: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.blog-post-author .blog-post-author-img{
	float: left;
	width: 80px;
	height: 80px;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #ddd;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	overflow: hidden;
}

.blog-post-author .blog-post-author-img img{
	max-width: 100%;
}

.blog-post-author .blog-post-author-desc{
	font-size: 14px;
	line-height: 24px;
}

.blog-post-author .blog-post-author-desc h3{
	margin: 0 0 15px;
	font-size: 16px;
	line-height: 20px;
	font-weight: 700;
	text-transform: uppercase;
}

.blog-post-author .blog-post-author-desc h3 small{
	margin: 0;
	font-size: 13px;
	line-height: 20px;
	font-weight: 400;
	text-transform: uppercase;
}

/* social icon author */
.blog-post-author .social-icon{
	display: block;
	margin: 10px 0 0;
	padding: 0;
}
.blog-post-author .social-icon > li{
	display: inline-block;
}

.blog-post-author .social-icon > li > a{
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	color: #6b6e80;
	border: 1px solid #ddd;
	background-color: #fff;
	-webkit-border-radius: 100%;
	   -moz-border-radius: 100%;
		-ms-border-radius: 100%;
		 -o-border-radius: 100%;
			border-radius: 100%;
	text-align: center;
}

.blog-post-author .social-icon > li > a:hover,
.blog-post-author .social-icon > li > a:focus{
	color: #fff;
	background-color: #37bc9b;
	border-color: #37bc9b;
}

.blog-post-author .social-icon > li > a .fa,
.blog-post-author .social-icon > li > a .glyphicon{
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	font-size: 20px;
	line-height: 38px;
	text-align: center;
}

.blog-single-title{
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	margin-top: 30px;
	margin-bottom: 30px;
}


/*
	============================
	[9. COMMENTS ]
	============================
*/
.comment{
	display: block;
	margin: 40px 0;
}

.comment > h3{
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
}

.comment ul{
	padding: 0;
	list-style-type: none;
}

.comment ul ul{
	margin-left: 60px;
}

.comment .comment-container{
	min-height: 95px;
	margin-bottom: 30px;
	padding: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

.comment .comment-container .comment-image{
	float: left;
	width: 50px;
	height: 50px;
	margin-right: 20px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
	overflow: hidden;
}

.comment .comment-container .comment-image img{
	max-width: 100%;
}

.comment .comment-container .comment-text{
	padding-left: 70px;
	font-size: 14px;
	line-height: 21px;
}

.comment .comment-container .comment-text .comment-reply-link{
	float: right;
	margin-top: -5px;
	font-size: 13px;
}

.comment .comment-container .comment-text .comment-reply-link a:hover,
.comment .comment-container .comment-text .comment-reply-link a:focus{
	color: #6b6e80;
	text-decoration: none;
}

.comment .comment-container .comment-text h4{
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.comment .comment-container .comment-text .comment-meta{
	display: block;
	font-size: 13px;
	color: #999;
	margin-bottom: 10px;
}

.comment .comment-reply,
.comment .children{
	position: relative;
}

.comment .comment-reply::before,
.comment .children::before{
	content: '';
	position: absolute;
	left: -60px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}

.comment .comment-reply::after,
.comment .children::after{
	content: '';
	position: absolute;
	left: -60px;
	top: 45px;
	width: 60px;
	height: 1px;
	background-color: #ddd;
}


/*
	============================
	[10. SERVICE ]
	============================
*/
.service-container{
	display: block;
	margin-bottom: 20px;
}

.service-container:hover > .service-icon .fa,
.service-container:hover > .service-icon .glyphicon{
	color: #37bc9b;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.service-container .service-icon{
	float: left;
	width: 40px;
	text-align: left;
}

.service-container .service-icon .fa,
.service-container .service-icon .glyphicon{
	width: 28px;
	height: 28px;
	font-size: 28px;
	line-height: 28px;
	color: #434a54;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.service-container .service-content{
	padding-left: 50px;
	font-size: 14px;
	line-height: 21px;
}

.service-container .service-content h4{
	margin-top: 0;
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 16px;
	line-height: 20px;
	color: #434a54;
}


/*
	============================
	[11. MAP ]
	============================
*/
#map{
	width: 100%;
	height: 360px;
	margin-bottom: 20px;
	border: 8px solid #fff;
	border-radius: 3px;
	-webkit-box-shadow: 0 0 1px 0 #6b6e80;
	   -moz-box-shadow: 0 0 1px 0 #6b6e80;
		-ms-box-shadow: 0 0 1px 0 #6b6e80;
		 -o-box-shadow: 0 0 1px 0 #6b6e80;
			box-shadow: 0 0 1px 0 #6b6e80;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
}

#map img{
	max-width: none;
}

.map-infowindow{
	padding: 10px;
}

.map-infowindow h3{
	margin-top: 0;
	margin-bottom: 10px;
	font-size: 16px;
	line-height: 24px;
	font-weight: 800;
	color: #37bc9b;
}

.map-infowindow span{
	display: block;
	font-size: 14px;
	line-height: 20px;
}


/*
	============================
	[12. PORTFOLIO ]
	============================
*/
.portfolio-container{
	margin-bottom: 30px;
	-webkit-box-shadow: 0 0 1px 0 #ddd;
	   -moz-box-shadow: 0 0 1px 0 #ddd;
		-ms-box-shadow: 0 0 1px 0 #ddd;
		 -o-box-shadow: 0 0 1px 0 #ddd;
			box-shadow: 0 0 1px 0 #ddd;
}

.portfolio-image{
	position: relative;
	width: auto;
	height: auto;
	overflow: hidden;
}

.portfolio-image::after{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.4);
}

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

.portfolio-image .portfolio-magnify{
	position: absolute;
	z-index: 3;
	right: 20px;
	top: 20px;
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
		-ms-border-radius: 50%;
		 -o-border-radius: 50%;
			border-radius: 50%;
	border: 3px solid #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		 -o-box-sizing: border-box;
			box-sizing: border-box;
	overflow: hidden;
}

.portfolio-image .image-zoom:hover > .portfolio-magnify{
	border-color: #434a54;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.portfolio-image .image-zoom:hover > .portfolio-magnify .fa,
.portfolio-image .image-zoom:hover > .portfolio-magnify .glyphicon{
	color: #434a54;
	-webkit-transition: all 0.2s ease-in-out;
	   -moz-transition: all 0.2s ease-in-out;
		-ms-transition: all 0.2s ease-in-out;
		 -o-transition: all 0.2s ease-in-out;
			transition: all 0.2s ease-in-out;
}

.portfolio-image .portfolio-magnify .fa,
.portfolio-image .portfolio-magnify .glyphicon{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 20px;
	height: 20px;
	margin-left: -10px;
	margin-top: -11px;
	font-size: 20px;
	line-height: 20px;
	text-align: center;
	color: #fff;
}

.portfolio-image .portfolio-content{
	position: absolute;
	z-index: 3;
	left: 20px;
	bottom: 20px;
	right: 20px;
	color: #fff;
}

.portfolio-image .portfolio-content .label{
	font-weight: 400;
}

.portfolio-image .portfolio-content h2,
.portfolio-image .portfolio-content h2 a{
	margin: 10px 0;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	font-weight: 800;
	color: #fff;
}

#portfolio-single .carousel-control{
	background-image: none;
	text-shadow: none;
}


/*
	============================
	[13. SIDEBAR ]
	============================
*/
.widget-sidebar::before,
.widget-sidebar::after{
	content: '';
	display: table;
	clear: both;
}

.widget-sidebar{
	margin-bottom: 30px;
}

.widget-sidebar .widget-title{
	display: block;
	margin-bottom: 25px;
}

.widget-sidebar .widget-title h3{
	position: relative;
	margin-top: 0;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}

.widget-sidebar .widget-title h3::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -8px;
	height: 1px;
	width: 40px;
	background-color: #37bc9b;
}

.widget-sidebar ul,
.widget-sidebar.widget_recent_entries ul,
.widget-sidebar.widget_archive,
.widget-sidebar.widget_categories,
.widget-sidebar.widget_tags{
	padding: 0;
	list-style-type: none;
}

.widget-sidebar ul > li > a,
.widget-sidebar.widget_recent_entries ul > li > a{
	position: relative;
	display: block;
	padding: 4px 0;
	color: #6b6e80;
	border-bottom: 1px solid #efefef;
}

.widget-sidebar ul > li > a:hover,
.widget-sidebar.widget_recent_entries ul > li > a:hover{
	text-decoration: none;
	color: #37bc9b;
}

.widget-sidebar.widget_recent_entries ul > li > a::before{
	font-family: 'FontAwesome';
	content: '\f054';
	font-size: 11px;
	padding-right: 15px;
}

.widget-sidebar.widget_archive ul > li,
.widget-sidebar.widget_categories ul > li{
	position: relative;
	display: block;
	padding: 4px 0;
	color: #6b6e80;
	border-bottom: 1px solid #efefef;
}

.widget-sidebar.widget_archive ul > li span{
	float: right;
	display: block;
	padding: 4px 12px;
	background-color: #eee;
	border-radius: 3px;
}

.widget-sidebar.widget_archive ul > li > a,
.widget-sidebar.widget_categories ul > li > a{
	position: relative;
	display: inline-block;
	border-bottom: none;
}

.widget-sidebar.widget_archive ul > li > a::before,
.widget-sidebar.widget_categories ul > li > a::before{
	position: absolute;
	font-family: 'FontAwesome';
	content: '\f105';
	left: -10px;
	opacity: 0;
	filter: alpha(opacity=0);
}

.widget-sidebar.widget_archive ul > li > a:hover,
.widget-sidebar.widget_categories ul > li > a:hover{
	padding-left: 20px;
}

.widget-sidebar.widget_archive ul > li > a:hover::before,
.widget-sidebar.widget_categories ul > li > a:hover::before{
	left: 0;
	opacity: 1;
	filter: alpha(opacity=100);
}

/* tags */
.widget-sidebar.widget_tags ul > li{
	display: inline-block;
}

.widget-sidebar.widget_tags ul > li > a{
	display: block;
	margin: 2px 0;
	padding: 4px 10px;
	font-size: 13px;
	line-height: 18px;
	border: 1px solid #ddd;
	color: #6b6e80;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
	background-color: #fff;
}

.widget-sidebar.widget_tags ul > li > a:hover,
.widget-sidebar.widget_tags ul > li > a:focus{
	border: 1px solid #37bc9b;
	color: #fff;
	background-color: #37bc9b;
	text-decoration: none;
}


/*
	============================
	[14. BREADCRUMB ]
	============================
*/
.breadcrumb{
	padding-left: 0;
	padding-right: 0;
	background-color: transparent;
	text-align: right;
}

.breadcrumb > .active {
	color: #6b6e80;
}


/*
	============================
	[15. PAGINATION ]
	============================
*/
.pagination > li > a,
.pagination > li > span {
	color: #48cfad;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
	margin-right: 5px;
	margin-bottom: 5px;
}

.pagination > li:first-child > a,
.pagination > li:first-child > span {
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
}

.pagination > li:last-child > a,
.pagination > li:last-child > span {
	margin-right: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #37bc9b;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #37bc9b;
	border-color: #37bc9b;
}


/*
	============================
	[16. FOOTER ]
	============================
*/
.footer{
	width: 100%;
	margin-top: 30px;
	padding: 60px 0 40px;
	background-color: #434a54;
	color: #eee;
	border-bottom: 1px solid #212121;
}

.footer .widget-footer::before,
.footer .widget-footer::after{
	content: '';
	display: table;
	clear: both;
}

.footer .widget-footer{
	display: block;
	margin-bottom: 30px;
}

.footer .widget-footer h2{
	margin-top: 0;
	margin-bottom: 15px;
	font-weight: 800;
}

.footer .widget-footer h2 span{
	color: #37bc9b;
}

.footer .widget-footer .widget-title{
	color: #fff;
	margin-bottom: 25px;
}

.footer .widget-footer .widget-title h3{
	position: relative;
	margin-top: 0;
	font-size: 22px;
	line-height: 28px;
}

.footer .widget-footer .widget-title h3::before{
	content: '';
	position: absolute;
	left: 0;
	bottom: -10px;
	width: 40px;
	height: 1px;
	background-color: #37bc9b;
}

.footer .widget-footer ul{
	padding: 0;
	list-style-type: none;
}

.footer .widget-footer ul > li > a{
	display: block;
	padding: 4px 0;
	border-bottom: 1px dotted #6b6e80;
}

.footer .widget-footer ul > li > a:hover{
	color: #ccc;
	text-decoration: none;
}

.footer .widget-footer.widget_comments ul > li{
	position: relative;
	border-bottom: 1px dotted #6b6e80;
}

.footer .widget-footer.widget_comments ul > li::before{
	font-family: 'FontAwesome';
	content: '\f138';
	padding-right: 15px;
	font-size: 14px;
}

.footer .widget-footer.widget_comments ul > li > a{
	display: inline-block;
	border-bottom: none;
}

.footer .widget-footer .social-icon > li{
	display: inline-block;
}

.footer .widget-footer .social-icon > li > a{
	position: relative;
	width: 40px;
	height: 40px;
	display: block;
	border-bottom: none;
	background-color: #212121;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
	text-align: center;
}

.footer .widget-footer .social-icon > li > a:hover{
	color: #fff;
	background-color: #37bc9b;
}

.footer .widget-footer .social-icon > li > a .fa,
.footer .widget-footer .social-icon > li > a .glyphicon{
	position: absolute;
	left: 0;
	width: 40px;
	height: 40px;
	font-size: 22px;
	line-height: 32px;
	text-align: center;
}


/*
	============================
	[17. COPYRIGHT ]
	============================
*/
.copyright{
	position: relative;
	width: 100%;
	padding: 30px 0 15px;
	background-color: #212121;
	color: #eee;
	border-top: 1px solid #434a54;
}

.btn-scrolltop{
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 15px;
	margin-left: -15px;
}

.copyright a:hover{
	text-decoration: none;
}

.copyright-left{
	text-align: left;
}

.copyright-right{
	text-align: right;
}
#mapToggleControls {
    text-align: right;
    width: 50%;
    padding: 0;
    list-style-type: none;
    font-size: 90%;
    display: inline-block;
}
#mapToggleControls li {
    display: inline;
    margin-left: 0;
}
#mapToggleControls li ul {
    display: inline;
    margin: 0 0 0 10px;
    padding: 0;
}
#mapToggleControls label {
    color: #333;
}
#mapToggleControls a {
    text-decoration: none;
}
#mapToggleControls a.toggle-map-inactive {
    color: #000;
    font-weight: bold;
    text-decoration: none;
    cursor: default;
}
.field-validation-error {color: red; }
.validation-summary-errors ul { color: red; }
.validation-summary-errors span { font-weight:bold;}
.spacer{border: 1px solid #dddddd;}
.green{color:green;}
.red{color:red;}
.headerText {
margin-top: 0;
}
.addedDate {
font-size: 85%;
}

html {
    font-size: 62.5%;
}

body {
    font-size: 1.4rem;
    line-height: 2.4rem;
    color: #222;
}

.navbar-brand {
    padding: 15px 0;
}

    .navbar-brand > img {
        display: inline-block;
    }

.main-body {
    padding: 0 20px 50px 20px;
}

.link-list {
    margin: 0 0 1em 0;
    padding: 0;
    list-style: none;
    text-align: right;
}

    .link-list li {
        display: inline;
        margin-right: 8px;
    }

        .link-list li:last-child {
            margin-right: 0;
        }

    .link-list form {
        display: inline-block;
    }

@media screen {
    .fit-cell,
    .link-cell {
        width: 1%;
        white-space: nowrap;
    }
}

.fa-pad-left {
    padding-left: 4px;
}

.fa-pad-right {
    padding-right: 4px;
}

.fa-fw.fa-pad-right {
    margin-right: 6px;
}

.nivo-lightbox-title-wrap {
    background: black;
    padding: 10px;
}
.gridHeader {
    background-color: #e8eef4;
    border-top: 0 none;
    border-bottom: 2px solid #ddd;
}

    .gridHeader th {
        padding: 8px 8px 8px 8px;
        line-height: 1.42857;
        vertical-align: bottom;
    }

    .gridHeader a {
        color: #222;
        text-decoration: underline;
    }

.gridRow td {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
}

.gridTable {
    border: 1px solid #e8eef4;
    width: 100%;
}

.gridHidden {
    padding: 0;
}

.gridFooter td {
    background-color: #f9f9f9;
    border-top: 1px solid #ddd;
    line-height: 1.42857;
    padding: 8px;
    vertical-align: top;
    text-align: right;
}

    .gridFooter td a {
        padding: 0 3px;
    }

select {
    font-size: 100%;
}

input[type="text"], input[type="password"], input[type="search"], input[type="file"], textarea, select {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #ddd;
	font-size: 100%;
	margin-bottom: 2px;
	padding: 5px;
}

.field-validation-error {
    color: red;
}

.validation-summary-errors ul {
    color: red;
}

.validation-summary-errors span {
    font-weight: bold;
}

.spacer {
    border: 1px solid #dddddd;
}

.green {
    color: green;
}

.red {
    color: red;
}

.headerText {
    margin-top: 0;
}

.addedDate {
    font-size: 85%;
}

.breadcrumbs {
	display: none;

    margin-left: auto;
    margin-right: auto;
    background-color: rgb(176, 139, 0);
    font-style: italic;
    padding: 2px 0 2px 10px;
    color: white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

    .breadcrumbs a {
        color: white;
        font-weight: bold;
    }

        .breadcrumbs a:hover {
            color: white;
            font-weight: bold;
        }

#content-title {
    margin-bottom: 15px;
    margin-top: 0px;
}

.side-nav {
    color: rgb(0,98,36);
    border-bottom: 3px solid rgb(176,139,0);
    padding-bottom: 5px;
}

.title-text {
    color: rgb(0,98,36);
}

#bs-example-navbar-collapse-1 {
    margin-bottom: -1px;
}

.btns {
    text-align: right;
    margin-top: 10px;
}

.latlon {
    font-size: 150%;
}

    .latlon a {
        text-decoration: none !important;
        font-size: .6em;
        margin: 0 5px 0 10px;
    }

    .latlon input {
        width: 20px;
        padding: 3px;
        font-size: .6em;
        margin: 0 2px;
    }
.marg-25-bottom {
    margin-bottom: 25px;
}

.Draft {
    color: orange;
    font-style: italic;
}
.Published {
    color: green;
    font-weight: bold;
}
.fake-nest-push-right {
    padding-left: 10px;
}
.row-separator{
    margin-top:10px;   
}






















.header.container {
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 8px;
}

.header .title-container {
    border-bottom: 3px solid rgb(176, 139, 0);
    width: calc(100% - 230px);
    display: inline-block;
}

    .header .title-container a {
        font-size: 60px;
        font-family: 'Spectral', cursive;
        color: rgb(0,98,36);
        text-decoration: none;
    }

        .header .title-container a:hover {
            color: rgb(0,98,36);
            text-decoration: none;
        }

.header img {
	margin-top: -23px;
	margin-right: 43px;
	margin-bottom: 15px;
	float: right;
	width: 155px;
	height: 128px;
}

.navbar-default .navbar-toggle {
	color: #fff;
	background-color: rgb(0, 98, 36);
	border-color: #fff;

	float: none !important;
}

.navbar-default .navbar-toggle .icon-bar {
	color: #fff;
	background-color: #fff;
}

.nav-container .navbar-nav > li {
	background-color: #fff;
}

@media (max-width: 767px) {
	.header .title-container {
		display: block;
		width: 100%;
		padding: 6px;
		text-align: center;
	}

		.header .title-container a {
			font-size: 25px !important;
		}

	.header img {
		padding-left: 0px;
		float: none;
		margin: -30px auto 16px;
		display: block;
	}

	.secondary-nav-text {
		font-size: 13px;
		text-align: center;
	}

	.navbar {
		position: absolute;
		top: 60px;
	}

	.navbar-nav > li {
		background-color: rgb(234, 231, 225);
		z-index: 999;
	}
}

@media (min-width: 481px) and (max-width: 991px) {
    .header .title-container a {
        font-size: 42px;
    }
}


@media screen and (max-width: 991px) {
    .columns {
        height: 250px;
        overflow-y: scroll;
    }
}

@media screen and (min-width: 992px) {
    .columns {
        column-count: 3;
        width: 700px;
        height: 375px;
    }
}

#map-size-toggle {
	margin-top: 0.5em;
}

#map-size-toggle .columns {
	column-count: 2;
	width: 450px;
	height: 260px;
	overflow: auto;
}


#map-size-toggle .dropdown-menu > li > a:before{
	display:none;
}

h2{
	font-size:24px;
}
h3 {
	font-size:20px;
}

.bottomArea {
	background-color: rgb(0, 98, 36);
	margin-bottom: -25px;
	border-radius: 0;

	border-top: 3px solid rgb(176, 139, 0);
}

.bottomArea {
	color: #fff;
	font-size: 18px;
}

.bottomArea a {
	text-decoration: none;
	color: #fff;
}

.bottomArea a:hover {
	color: rgb(176, 139, 0)
}

.photo-img {
	width: 100%;
	overflow: hidden;
}

.btn-primary {
	color: #fff !important;
}

.content-main-body .alert {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.content-main-body .alert span {
	flex: 1;
	display: flex;	
	flex-direction: column;
	justify-content: space-around;
}