/*
	========================================
	LASTSUNDAY - PERSONAL BLOG THEME
	========================================

	@author			: @avriqq
	@version		: v1.1
	@date-create	: 08/11/2012
	@last-update	: 09/24/2014
	@file-name		: style

*/

/*
	========================================
	TABLE OF CONTENT
	========================================

	[1. GLOBAL STYLE]
	[2. TYPHOGRAPHY]
	[3. BUTTON]
	[4. NAVBAR]
	[5. CONTENT]
	[6. SLIDER]
	[7. TAGLINE ]
	[8. BLOG POST ]
		[8.1. BLOG GRID ]
		[8.2. BLOG SINGLE ]
	[9. COMMENTS ]
	[10. SERVICE ]
	[11. MAP ]
	[12. PORTFOLIO ]
	[13. SIDEBAR ]
	[14. BREADCRUMB ]
	[15. PAGINATION ]
	[16. FOOTER ]
	[17. COPYRIGHT ]


*/


/*
	============================
	[1. GLOBAL STYLE]
	============================
*/
body{
	margin: 0;
	padding: 0;
	padding-top: 80px;
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	line-height: 26px;
	color: #6b6e80;
	background-color: #f7f7f7;
	background-image: url('../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;
}


/*
	============================
	[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;
}


/*
	============================
	[4. NAVBAR]
	============================
*/
.navbar-default{
	margin-bottom: 0;
	padding-top: 20px;
	padding-bottom: 30px;
	background-color: #fff;
	border-color: #fff;
	-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: 32px;
	font-family: 'Kaushan Script', cursive;
}

.navbar-default .navbar-brand:hover{
	color: #48cfad;
}

.navbar-default .navbar-brand img{
	margin-top: -15px;
}

.navbar-default .navbar-nav > li > a{
	padding: 14px 24px;
	background-color: transparent;
	color: #48cfad;
	font-weight: 700;
}

.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;
}


/*
	============================
	[5. CONTENT]
	============================
*/
.content-wrapper{
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.1);
	   -moz-box-shadow: 0 0 8px rgba(0,0,0,.1);
		-ms-box-shadow: 0 0 8px rgba(0,0,0,.1);
		 -o-box-shadow: 0 0 8px rgba(0,0,0,.1);
			box-shadow: 0 0 8px rgba(0,0,0,.1);
	background-color: #fff;
}

.content-body{
	background-color: #fff;
}

.content-article{
	padding: 20px;
}


/*
	============================
	[6. SLIDER]
	============================
*/
#home-slider .carousel-control{
	background-image: none;
	text-shadow: none;
}

#home-slider .carousel-indicators li{
	margin: 0;
	height: 8px;
	width: 35px;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
		-ms-border-radius: 3px;
		 -o-border-radius: 3px;
			border-radius: 3px;
}

#home-slider .carousel-caption h3,
#home-slider .carousel-caption p{
	position: relative;
	display: block;
	padding: 14px 20px;
	background-color: rgba(255,255,255,.8);
	text-align: left;
	color: #6b6e80;
	text-shadow: none;
}

#home-slider .carousel-caption h3{
	font-size: 24px;
	line-height: 28px;
	font-weight: 700;
	padding: 14px 20px 14px 80px;
}

#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;
}


/*
	============================
	[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;
}

/* 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 ]
	============================
*/
.site-comment{
	display: block;
	margin: 40px 0;
}

.site-comment > h3{
	font-size: 18px;
	font-weight: 800;
	text-transform: uppercase;
	display: block;
	margin-top: 0;
	margin-bottom: 30px;
}

.site-comment ul{
	padding: 0;
	list-style-type: none;
}

.site-comment ul ul{
	margin-left: 60px;
}

.site-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;
}

.site-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;
}

.site-comment .comment-container .comment-image img{
	max-width: 100%;
}

.site-comment .comment-container .comment-text{
	padding-left: 70px;
	font-size: 14px;
	line-height: 21px;
}

.site-comment .comment-container .comment-text .comment-reply-link{
	float: right;
	margin-top: -5px;
	font-size: 13px;
}

.site-comment .comment-container .comment-text .comment-reply-link a:hover,
.site-comment .comment-container .comment-text .comment-reply-link a:focus{
	color: #6b6e80;
	text-decoration: none;
}

.site-comment .comment-container .comment-text h4{
	font-size: 14px;
	font-weight: 700;
	margin: 0;
}

.site-comment .comment-container .comment-text .comment-meta{
	display: block;
	font-size: 13px;
	color: #999;
	margin-bottom: 10px;
}

.site-comment .comment-reply,
.site-comment .children{
	position: relative;
}

.site-comment .comment-reply::before,
.site-comment .children::before{
	content: '';
	position: absolute;
	left: -60px;
	top: 0;
	width: 1px;
	height: 100%;
	background-color: #ddd;
}

.site-comment .comment-reply::after,
.site-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;
}
