/**********************************************
BASIC STYLING 
***********************************************/
 html, body {
    height: 100%;
    text-shadow: none;
}
body {
	display: none;
    background: #ffffff;
}
/* Typography Light */
 h1, h2, h3, h4, h5, h6 {
    font-family:'Bree Serif', serif;
    text-shadow: none;
    color: #545f6b;
    text-align: center;
}
/* Typography Dark */
 .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    font-family:'Bree Serif', serif;
    text-shadow: none;
    color: #ffffff;
    text-align: center;
}
h1 {
    font-size: 52px;
    line-height: 62px;
}
h2 {
    font-size: 46px;
    line-height: 56px;
}
h3 {
    font-size: 36px;
    line-height: 46px;
    -webkit-text-stroke: 0.6px;
}
h4 {
    font-size: 32px;
    line-height: 42px;
}
h5 {
    font-size: 24px;
    line-height: 34px;
    -webkit-text-stroke: 0.6px;
}
h6 {
    font-size: 21px;
    line-height: 31px;
    -webkit-text-stroke: 0.1px;
}
p {
    font-family:'Droid Sans', sans-serif;
    font-size: 14px;
    line-height: 26px;
    color: #545f6b;
    margin: 30px 0px;
    text-align: center;
    text-shadow: none;
}
img {
    max-width: 100%;
    display: block;
    height: auto;
}
h1 small, h2 small, h3 small, h3 small, h4 small, h5 small, h6 small {
    line-height: 1;
    font-size: 65%;
    font-family:'Droid Sans', sans-serif;
    color: #545f6b;
    -webkit-text-stroke: 0px;
}
/* Paragraph Dark */
 section {
    background: #ffffff;
}
.dark p {
    color: #ffffff;
}
p.lead {
    font-size: 18px;
    line-height: 30px;
    margin-top: 15px;
    text-shadow: none;
}
a {
    outline: none;
    color: #2f9b68;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
a:focus, a.btn:focus {
    outline: none;
}
a:hover {
    text-decoration: none;
    color: #ffffff;
}
iframe {
    border: 0px;
}
/* Spacing */
 .space-big {
    margin-top: 90px;
    margin-bottom: 90px;
}
.space-top-big {
    margin-top: 90px;
}
.space-bottom-big {
    margin-bottom: 90px;
}
.space-medium {
    margin-top: 60px;
    margin-bottom: 60px;
}
.space-top-medium {
    margin-top: 60px;
}
.space-bottom-medium {
    margin-bottom: 60px;
}
.space-small {
    margin-top: 30px;
    margin-bottom: 30px;
}
.space-top-small {
    margin-top: 30px;
}
.space-bottom-small {
    margin-bottom: 30px;
}
.space-no {
    margin-top: 0px;
    margin-bottom: 0px;
}
.space-top-no {
    margin-top: 0px;
}
.space-bottom-no {
    margin-bottom: 0px;
}
/* Buttons */
 .btn-default {
    background: none;
    border: 1px solid #ffffff;
    color: #ffffff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 10px 25px;
    font-size: 15px;
}
.btn-default:hover, .btn-default.active {
    background: #2f9b68;
    color: #ffffff;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    border: 1px solid #2f9b68;
}
.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}

.entry-content img {
	margin: 0 0 1.5em 0;
	}
.alignleft, img.alignleft {
	margin-right: 1.5em;
	display: inline;
	float: left;
	}
.alignright, img.alignright {
	margin-left: 1.5em;
	display: inline;
	float: right;
	}
.aligncenter, img.aligncenter {
	margin-right: auto;
	margin-left: auto;
	display: block;
	clear: both;
	}
.alignnone, img.alignnone {
	/* not sure about this one */
	}
.wp-caption {
	margin-bottom: 1.5em;
	text-align: center;
	padding-top: 5px;
	}
.wp-caption img {
	border: 0 none;
	padding: 0;
	margin: 0;
	}
.wp-caption p.wp-caption-text {
	line-height: 1.5;
	font-size: 10px;
	margin: 0;
	}
.wp-smiley {
	margin: 0 !important;
	max-height: 1em;
	}
blockquote.left {
	margin-right: 20px;
	text-align: right;
	margin-left: 0;
	width: 33%;
	float: left;
	}
blockquote.right {
	margin-left: 20px;
	text-align: left;
	margin-right: 0;
	width: 33%;
	float: right;
	}


/**********************************************
DARK BACKGROUND
***********************************************/
 .dark {
    background: #363f48;
}
/**********************************************
GREEN BACKGROUND
***********************************************/
 .green {
    background: #2f9b68;
}
/**********************************************
MAIN, TESTIMONIALS & FEATURED SLIDER
***********************************************/
 #main-slider .carousel, .item, .active {
    height: 100%;
}
#main-slider .carousel-inner {
    height: auto;
}
#featured-slider .carousel-inner {
    height: 621px;
    background: url(../images/featured-slide1.jpg) no-repeat;
    background-position: fixed;
    overflow: hidden;
    background-size: cover;
    width: 100%;
    background-position: center;
}
#main-slider .item img, #featured-slider .item img {
    display: block;
    width: 100%;
    height: 100%;
}
#main-slider .carousel-caption {
    top: 30%;
    right: 0%;
    left: 0%;
}
#featured-slider .carousel-caption {
    top: 200px;
    right: 0%;
    left: 0%;
}
#main-slider h1, #featured-slider h1 {
    font-size: 72px;
    line-height: 82px;
    color: #ffffff;
}
#main-slider p, #featured-slider p {
    color: #ffffff;
    margin: 30px 0px 50px 0px;
}
#main-slider a.btn-default, #featured-slider a.btn-default {
    margin: 10px;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 5px;
}
.carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 5px;
}
.carousel-fade .carousel-inner .item {
    opacity: 0;
    -webkit-transition-property: opacity;
    -moz-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
}
.carousel-fade .carousel-inner .active {
    opacity: 1;
}
.carousel-fade .carousel-inner .active.left, .carousel-fade .carousel-inner .active.right {
    left: 0;
    opacity: 0;
    z-index: 1;
}
.carousel-fade .carousel-inner .next.left, .carousel-fade .carousel-inner .prev.right {
    opacity: 1;
}
.carousel-fade .carousel-control {
    z-index: 2;
}
#testimonials-slider {
    width: 100%;
    height: auto;
    display: block;
}
#testimonials-slider .carousel-caption {
    position: relative;
    right: 15%;
    bottom: 20px;
    left: 15%;
    text-align: center;
}
#testimonials-slider .carousel-indicators li {
    width: 15px;
    height: 15px;
    margin: 5px;
    border: 1px solid #545f6b;
    background: none;
}
#testimonials-slider .carousel-indicators .active {
    width: 15px;
    height: 15px;
    margin: 5px;
    border: 1px solid #545f6b;
    background: #545f6b;
}
/**********************************************
MAIN NAVIGATION 
***********************************************/
 #navigation {
    width:100%;
    z-index:999999;
    background:#ffffff;
    top:0;
    left:0;
}
.stucked .navbar-nav>li>a {
    padding: 30px 30px;
}
.stucked .navbar-brand {
    padding-top: 0px;
    padding-bottom: 0px;
}
.stucked a.navbar-brand {
    padding-top: 5px;
    padding-bottom: 10px;
}
.navbar-default {
    background-color: #ffffff;
    border: none;
    border-top: 7px solid #363f48;
    border-bottom: 1px solid #e8e8e8;
    margin: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
}
.navbar-default .navbar-nav>li>a {
    color: #545f6b;
    font-size: 13px;
    font-family:'Roboto Slab', serif;
    border-top: 6px solid #363f48;
    margin-top: -6px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active, .navbar-default .navbar-nav>li>a.current {
    color: #2f9b68;
    background: none;
    border-top: 6px solid #2f9b68;
    margin-top: -6px;
}
.navbar-nav>li>a {
    padding: 60px 30px;
    line-height: 14px;
}

a.navbar-brand {
    padding-top: 35px;
}

ul.nav li ul { 
	padding-left: 0px; 
} 
ul.nav li > ul.sub-menu { 
	display: block; 
	text-align: left; 
	position: absolute; 
	width: 180px; 
	margin: 0px 0px 0px 0px; 
	z-index: 10000; 
	-webkit-border-bottom-right-radius: 2px; 
	-webkit-border-bottom-left-radius: 2px; 
	-moz-border-radius-bottomright: 2px; 
	-moz-border-radius-bottomleft: 2px; 
	border-bottom-right-radius: 2px; 
	border-bottom-left-radius: 2px; 
	font-family:'Roboto Slab', serif;
} 
ul.nav li > ul.sub-menu li > ul.sub-menu { 
	border-top: none; 
} 
ul.nav li > ul.sub-menu > ul.sub-menu { 
	margin: 0px 0px 0px 0px; 
} 
ul.nav li > ul.sub-menu li { 
	background: #ffffff; 
	display: block; 
	float: none; 
	margin: 0px; 
	position: relative; 
	border-top: none; 
	padding: 0px 0px 0px 0px; 
	border-left: none; 
	border-bottom: none; 
	border-right: none; 
} 
ul.sub-menu li:first-child { 
	margin-top: 0px; 
	border-top: none; 
} 
ul.nav li > ul.sub-menu li:last-child { 
	border-bottom: none; 
	border-right: none; 
} 
ul.nav li > ul.sub-menu li a { 
	color: #363f48; 
	font-size: 13px; 
	border: none; 
	background: #ffffff; 
} 
ul.nav li > ul.sub-menu li a:hover { 
	background:#2f9b68; 
	color: #ffffff; 
} 
ul.nav li > ul.sub-menu li a.active, ul.nav li > ul.sub-menu li a.current { 
	background: #2f9b68; 
	color: #ffffff; 
} 
ul.nav li > ul.sub-menu li > ul.sub-menu { 
	text-align: left; 
	position: absolute; 
	width: 180px; 
	background: #ffffff; 
	margin: 0px; 
	top: 0px; 
	left: 180px; 
	z-index: 100; 
} 
ul.nav li > ul.sub-menu li > ul.sub-menu li { 
	background: #ffffff; 
	margin: 0px; 
	display: block; 
	position: relative; 
} 
ul.nav li > ul.sub-menu li a, ul.main-navigation li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu li a { 
	display: block; 
	padding: 10px 0px 10px 10px; 
	margin: 0px; 
	line-height: 16px; 
} 
ul.nav li > ul.sub-menu li > ul.sub-menu li > ul.sub-menu li:first-child { 
	border-top: none; 
} 
ul.nav li > ul.sub-menu li> ul.sub-menu li > ul.sub-menu li:last-child { 
	border-bottom: none; 
} 

p iframe {
max-width:100%;
}
img {
	margin:0px auto;
}
a {
outline: none;
color: #2f9b68;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}

a:hover {
color: #363f48;
-webkit-transition: all 0.4s ease-in-out;
-moz-transition: all 0.4s ease-in-out;
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
}


/**********************************************
HOME 
***********************************************/

/* Big Promo Icon */
 .big-promo-icon {
    text-align: center;
    background: #2f9b68;
    width: 160px;
    height: 160px;
    border: 5px solid #363f48;
    display: inline-block;
    margin: 0px auto;
    -moz-border-radius: 240px;
    -webkit-border-radius: 240px;
    border-radius: 240px;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
/* Big Promo Icon */
 .big-promo-icon:hover, .big-promo-icon.active {
    border: 5px solid #2f9b68;
    display: inline-block;
    margin: 0px auto;
    width: 160px;
    height: 160px;
    -moz-border-radius: 240px;
    -webkit-border-radius: 240px;
    border-radius: 240px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.big-icon {
    text-align: center;
}
.big-icon span {
    color: #ffffff;
    font-size: 77px;
    margin-left: -1px;
    margin-top: 32px;
    width: 80px;
    height: 80px;
}
/* Promo Box */
 .promo-box {
    text-align: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 60px 0px;
    background: #ffffff;
}
.promo-box.active, .promo-box:hover {
    text-align: center;
    border-top: 1px solid #e8e8e8;
    border-bottom: 1px solid #e8e8e8;
    margin: 60px 0px;
    background: rgba(47, 155, 44, 0.05);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.promo-box span.dot {
    width: 22px;
    height: 22px;
    background: #8794a2;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.promo-box.active span.dot, .promo-box:hover span.dot {
    background: #2f9b68;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.promo-box span.dot.top {
    margin: -10px auto 60px auto;
}
.promo-box span.dot.bottom {
    margin: 60px auto -10px auto;
}
.promo-box-icon {
    background: #545f6b;
    border: 3px solid #8794a2;
    display: inline-block;
    margin: 0px auto;
    -moz-border-radius: 60px;
    -webkit-border-radius: 60px;
    border-radius: 60px;
    padding: 12px 12px;
    margin-bottom: 20px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.promo-box.active .promo-box-icon, .promo-box:hover .promo-box-icon {
    border: 3px solid #2f9b68;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.promo-box:hover .promo-box-icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
.promo-box-icon span {
    background: none;
    border: 3px solid #ffffff;
    color: #ffffff;
    font-size: 28px;
    padding: 22px 22px;
    -moz-border-radius: 40px;
    -webkit-border-radius: 40px;
    border-radius: 40px;
    margin-top: -1px;
}
.promo-box-number {
    margin-bottom: 20px;
}
.promo-box-number h2 {
    font-size: 72px;
    color: #2f9b68;
}
.promo-box-content h3 {
    font-size: 25px;
    -webkit-text-stroke: 0.2px;
}
/**********************************************
BORDER WITH ICONS 
***********************************************/
 .icon-border {
    max-width: 600px;
    text-align: center;
    margin: 60px auto;
    border-top: 1px solid #545f6b;
    position: relative;
}
.icon-border .icon {
    margin-top: -20px;
    display: block;
}
.icon-border .icon span {
    color: #545f6b;
    padding: 9px 2px 0px 0px;
    font-size: 16px;
    width: 37px;
    height: 37px;
    background: #ffffff;
    border: 1px solid #545f6b;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-o;
}
.icon-border .icon span.active, .icon-border .icon span:hover {
    color: #ffffff;
    padding: 9px 2px 0px 0px;
    font-size: 16px;
    width: 37px;
    height: 37px;
    background: #2f9b68;
    border: 1px solid #545f6b;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    display: inline-block;
    text-align: center;
    margin-left: 10px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}
.icon-border .icon span:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
/**********************************************
HORIZONTAL PROMO BOXES
***********************************************/
 .horizontal-promo-right, .horizontal-promo-left {
    margin-bottom: 50px;
}
.horizontal-promo-right p, .horizontal-promo-right h1, .horizontal-promo-right h2, .horizontal-promo-right h3, .horizontal-promo-right h4, .horizontal-promo-right h5, .horizontal-promo-right h6 {
    text-align: right;
}
.horizontal-promo-left p, .horizontal-promo-left h1, .horizontal-promo-left h2, .horizontal-promo-left h3, .horizontal-promo-left h4, .horizontal-promo-left h5, .horizontal-promo-left h6 {
    text-align: left;
}
.horizontal-promo-right p, .horizontal-promo-left p {
    margin: 15px 0px;
}
.horizontal-promo-right .icon-promo, .horizontal-promo-left .icon-promo {
    margin-top: 20px;
    text-align: center;
    background: #545f6b;
    width: 55px;
    height: 55px;
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    font-size: 25px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.horizontal-promo-right .icon-promo span, .horizontal-promo-left .icon-promo span {
    margin-top: 15px;
    margin-left: -1px;
}
.horizontal-promo-right:hover .icon-promo, .horizontal-promo-left:hover .icon-promo {
    background: #2f9b68;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}
.horizontal-promo-right.active .icon-promo, .horizontal-promo-left.active .icon-promo {
    background: #2f9b68;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.3);
}
/**********************************************
PORTFOLIO ITEMS
***********************************************/

/**** Isotope filtering ****/
 .portfolio-item {
    z-index: 2;
}
.isotope-hidden.isotope-item {
    pointer-events: none;
    z-index: 1;
}
.isotope, .isotope .isotope-item {
    /* change duration value to whatever you like */
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -ms-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
}
.isotope {
    -webkit-transition-property: height, width;
    -moz-transition-property: height, width;
    -ms-transition-property: height, width;
    -o-transition-property: height, width;
    transition-property: height, width;
}
.isotope .isotope-item {
    -webkit-transition-property: -webkit-transform, opacity;
    -moz-transition-property: -moz-transform, opacity;
    -ms-transition-property: -ms-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    transition-property: transform, opacity;
}
/**** disabling Isotope CSS3 transitions ****/
 .isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
    -webkit-transition-duration: 0s;
    -moz-transition-duration: 0s;
    -ms-transition-duration: 0s;
    -o-transition-duration: 0s;
    transition-duration: 0s;
}
.portfolio {
    width: 100%;
    position: relative;
    height: auto;
}
.portfolio-item {
    width: 19.994%;
    display: block;
    float: left;
    margin: 0px;
    padding: 0px;
    height: auto;
    position: relative;
    overflow: hidden;
}
.portfolio-item img {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
}
.portfolio-item .content {
    position: absolute;
    bottom: -100%;
    left: 0;
    background: rgba(54, 63, 72, 0.6);
    width: 100%;
    height: 30%;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.portfolio-item .content h6 {
    font-family:'Roboto Slab', serif;
    padding: 10px 0px 0px 0px;
    margin: 0px;
}
.portfolio-item .content p {
    padding: 0px 20px 0px 20px;
    margin: 5px 0px 5px 0px;
}
.content a {
    display: block;
    width: 31px;
    height: 31px;
    margin: -16px auto 0px auto;
}
.more {
    display: block;
    background: #ffffff;
    width: 31px;
    height: 31px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    color: #8d99a7;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
}
.more span {
    margin-top: 9px;
    margin-right: 0px;
    font-size: 12px;
    margin-left: -1px;
}
a:hover .more {
    background: #2f9b68;
    -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.portfolio-item:hover .content {
    bottom: 0;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.btn-group button.btn.btn-default.filter {
    background: #2f9b68;
    border: none;
    color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding: 10px 25px;
    font-size: 14px;
    text-transform: uppercase;
}
.btn-group button.btn.btn-default.filter:hover, .btn-group button.btn.btn-default.filter:focus, .btn-group button.btn.btn-default.filter.active {
    color: #ffffff;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    background: #363f48;
    -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
/**********************************************
SERVICES SLIDER AND BOXES
***********************************************/
 .bx-wrapper {
    position: relative;
    margin: 0 auto 60px;
    padding: 0;
    *zoom: 1;
}
.bx-wrapper img {
    max-width: 100%;
    display: block;
}
/* PAGER */
 .bx-wrapper .bx-pager {
    text-align: center;
    font-size: .85em;
    font-family: Arial;
    font-weight: bold;
    color: #666;
    padding-top: 20px;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
    display: inline-block;
    *zoom: 1;
    *display: inline;
}
.bx-wrapper .bx-pager.bx-default-pager a {
    background: #666;
    text-indent: -9999px;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    outline: 0;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}
span.bx-prev.disabled, span.bx-next.disabled {
    background: #8d99a7;
}
span.bx-prev {
    display: block;
    width: 24px;
    height: 24px;
    background: #2f9b68;
    position: absolute;
    padding: 5px 0px 0px 0px;
    top: -12px;
    left: -3px;
    color: #ffffff;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
span.bx-prev:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
.video-fit iframe {
    width: 100%;
    height: 550px;
    max-height: 550px;
}
span.bx-next {
    display: block;
    width: 24px;
    height: 24px;
    background: #2f9b68;
    position: absolute;
    padding: 5px 0px 0px 0px;
    top: -12px;
    color: #ffffff;
    right: -3px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
span.bx-next a {
    display: block;
    width: 24px;
    height: 24px;
    background: none;
    position: absolute;
    padding: 5px 0px 0px 0px;
    top: 0px;
    color: #ffffff;
    right: 0px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
span.bx-next:hover {
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
}
span.bx-prev a {
    display: block;
    width: 24px;
    height: 24px;
    background: none;
    position: absolute;
    padding: 5px 0px 0px 0px;
    top: 0px;
    color: #ffffff;
    left: 0px;
    -moz-border-radius: 30px;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.services-slider {
    padding: 0px;
    display: block;
    position: relative;
    width: 100%;
}
.services-box {
    width: 100%;
}
.services-box {
    text-align: center;
    padding: 0px 10px;
    position: relative;
    display: block;
}
.services-box.active .promo-box-icon, .services-box:hover .promo-box-icon {
    border: 3px solid #2f9b68;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.3);
}
.services-box:hover .promo-box-icon {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
}
/* Green More */
 .green.more {
    background: #8693a1;
    display: inline-block;
    -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.green.more.active, .green.more:hover {
    background: #2f9b68;
    display: inline-block;
    -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    color: #ffffff;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
/**********************************************
VIDEO
***********************************************/
 #video-slider {
    position: relative;
    height: 100%;
    width: 100%;
    text-align: center;
}
#video-slider .video-caption {
    z-index: 999;
    position: absolute;
    margin-top: 280px;
}
#video-slider h1 {
    font-size: 72px;
    line-height: 82px;
    color: #ffffff;
}
#video-slider p {
    color: #ffffff;
    margin: 30px 0px 50px 0px;
}
.video {
    position: relative;
    height: 586px;
    width: 100%;
    text-align: center;
}
.video .video-caption {
    z-index: 999;
    position: absolute;
    margin-top: 200px;
}
.video h1 {
    font-size: 72px;
    line-height: 82px;
    color: #ffffff;
}
.video p {
    color: #ffffff;
    margin: 30px 0px 50px 0px;
}
/**********************************************
PRICE LIST
***********************************************/
 .price-box {
    text-align: center;
    background: #ffffff;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-top-right-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-topright: 20px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
.price-box .price {
    background: #ffffff;
    width: 131px;
    height: 131px;
    display: inline-block;
    -webkit-border-top-right-radius: 135px;
    -webkit-border-bottom-right-radius: 135px;
    -moz-border-radius-topright: 135px;
    -moz-border-radius-bottomright: 135px;
    border-top-right-radius: 135px;
    border-bottom-right-radius: 135px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -moz-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.3);
    border: 4px solid #939fab;
    border-left: none;
    float: left;
    clear: right;
    margin: -85px 0px 15px 0px;
}
.price-box .price h6 {
    color: #545f6b;
    font-size: 26px;
    font-family:'Roboto Slab', serif;
    margin-top: 16px;
    display: inline-block;
    -moz-border-radius: 200px;
    -webkit-border-radius: 200px;
    border-radius: 200px;
    width: 120px;
    height: 120px;
    display: inline-block;
    padding-top: 24px;
}
.price-buy {
    margin-top: -40px;
}
.price-buy a.btn {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-border-top-left-radius: 20px;
    -webkit-border-bottom-left-radius: 20px;
    -moz-border-radius-topleft: 20px;
    -moz-border-radius-bottomleft: 20px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
}
.price-buy a.btn:hover {
    -moz-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 0px rgba(0, 0, 0, 0.3);
}
.price-box .price h6 span {
    display: block;
    font-size: 12px;
    font-family:'Droid Sans', sans-serif;
    margin-top: -10px;
}
.price-box .price-body {
    border: 1px solid #e8e8e8;
    padding-top: 0px;
    margin-top: 0px;
    padding-bottom: 40px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.price-box .price-title h4 {
    font-family:'Droid Sans', sans-serif;
    color: #ffffff;
    background: #545f6b;
    padding: 15px 20px 70px 20px;
    font-size: 25px;
    border-top: 8px solid #939fab;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin: 0px 0px 20px 0px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.price-box.active .price-title h4 {
    border-top: 8px solid #545f68;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: #2f9b68;
}
.price-box.active .price-buy a.btn {
    background: #545f6b;
    border: 0px solid #ffffff;
}
.price-box .price-promo p {
    margin: 20px auto 20px auto;
    padding: 0px 20px;
    background: #eceff1;
}
.hidden-list{
	display: none;
}
.price-box .price-list ul {
    list-style: none;
    text-align: left;
    margin: 20px 0px;
    padding: 0px;
}
.price-list ul li {
    background: #eceff1;
    padding: 10px 20px;
    border-bottom: 1px solid #e8e8e8;
}
.price-list ul li:last-child {
    border-bottom: none;
}
.price-list ul li span {
    float: right;
    color: #8794a2;
    background: none;
}
.price-list ul li span.green {
    color: #a2ce78;
}
.price-list ul li span.red {
    color: #f77777;
}
.price-list ul li:nth-child(odd) {
    background: #fff;
}
.price-box .price-more {
    margin-bottom: -56px;
}
.price-box .price-more .more {
    background: #545f6b;
    color: #ffffff;
}
.price-box .price-more .more span {
    margin-left: 0px;
}
.price-box .price-more:hover .more, .price-box .price-more.active .more {
    background: #2f9b68;
    color: #ffffff;
}
/**********************************************
BLOG HOME PAGE
***********************************************/
 .blog-box {
    background: #ffffff;
    text-align: center;
}
.blog-box .blog-media img {
    width: 100%;
    height: auto;
}
.blog-box .blog-content {
    padding: 0px 30px;
}
.blog-box .blog-more {
    margin-top: -18px;
}
.blog-box .blog-more .more {
    background: #363f48;
    color: #ffffff;
    display: inline-block;
}
.blog-box .blog-more .more:hover, .blog-box .blog-more .more.active {
    background: #2f9b68;
    color: #ffffff;
}
.blog-box .blog-content h6 {
    color: #545f6b;
    padding: 20px 0px 30px 0px;
}
.section-more .more {
    background: none;
    border: 3px solid #ffffff;
    color: #ffffff;
    display: inline-block;
}
.section-more .more span {
    margin-top: 6px;
    margin-left: -1px;
}
/**********************************************
TESTIMONIALS
***********************************************/
 #testimonials-slider .testimonial-image img {
    border: 4px solid #8794a2;
    margin-top: 30px;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin:15px auto;
}
#testimonials-slider .testimonial-image:hover img {
    border: 4px solid #2f9b68;
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -o-transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    transform: rotateY(360deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
#testimonials-slider .carousel-caption p span {
    font-size: 26px;
    margin-top: 20px;
    margin-bottom: 20px;
}
/**********************************************
CONTACT & COMMENT FORM
***********************************************/

/* Append Icon */
 .right-inner-addon {
    position: relative;
}
.right-inner-addon input {
    padding-right: 30px;
}
.right-inner-addon span {
    position: absolute;
    right: 0px;
    padding: 15px 12px;
    pointer-events: none;
    font-size: 21px;
    color: #545f6b;
}
/* Contact Form */
 .contact-form input.form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #8794a2;
    background: none;
    font-family:'Droid Sans', sans-serif;
    vertical-align: middle;
    background-color: none;
    background-image: none;
    border: 3px solid #545f6b;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 30px;
}
.contact-form input[type="submit"].form-control {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #ffffff;
    background: none;
    font-family:'Roboto Slab', serif;
    vertical-align: middle;
    background-color: #2f9b68;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.contact-form input[type="submit"].form-control:hover {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 18px;
    line-height: 1.428571429;
    color: #545f6b;
    background: none;
    font-family:'Roboto Slab', serif;
    vertical-align: middle;
    background-color: #ffffff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.contact-form textarea.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #8794a2;
    background: none;
    font-family:'Droid Sans', sans-serif;
    vertical-align: middle;
    background-color: none;
    background-image: none;
    border: 3px solid #545f6b;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 30px;
}
.contact-form .form-control:focus {
    border-color: #8794a2;
    outline: 0;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
/* Comment Form */
 .comment-form input.form-control, .form-submit input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #8794a2;
    background: none;
    font-family:'Droid Sans', sans-serif;
    vertical-align: middle;
    background-color: none;
    background-image: none;
    border: 1px solid #545f6b;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 30px;
}
.comment-form input[type="submit"].form-control, .form-submit input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 3px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #ffffff;
    font-family:'Roboto Slab', serif;
    vertical-align: middle;
    background-color:#545f6b;
    background-image: none;
    border: none;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.comment-form input[type="submit"].form-control:hover, .form-submit input:hover {
    display: block;
    width: 100%;
    height: 50px;
    padding: 3px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #ffffff;
    font-family:'Roboto Slab', serif;
    vertical-align: middle;
    background-color: #2f9b68;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.comment-form textarea.form-control {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #8794a2;
    background: none;
    font-family:'Droid Sans', sans-serif;
    vertical-align: middle;
    background-color: none;
    background-image: none;
    border:1px solid #545f6b;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    margin-bottom: 30px;
}
.comment-form .form-control:focus, .form-submit input:focus {
    border-color: #8794a2;
    outline: 0;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.form-control:-moz-placeholder {
    color: #545f6b;
}
.form-control::-moz-placeholder {
    color: #545f6b;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #545f6b;
}
.form-control::-webkit-input-placeholder {
    color: #545f6b;
}
.contact-form .has-error input.form-control, .contact-form .has-error textarea.form-control {
    border: 3px solid #a94442;
}
.contact-form .has-success input.form-control, .contact-form .has-success textarea.form-control {
    border: 3px solid #2f9b67;
}
/* Social Icons */
 .social-icon {
    width: 58px;
    height: 58px;
    border: 3px solid #545f6b;
    -moz-border-radius: 68px;
    -webkit-border-radius: 68px;
    border-radius: 68px;
    text-align: center;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    margin-bottom: 20px;
}
.social-icon span {
    color: #545f6b;
    font-size: 21px;
    margin-top: 15px;
}
.social-icon:hover {
    border: 3px solid #8794a2;
    -webkit-transform: rotateZ(360deg);
    -moz-transform: rotateZ(360deg);
    -o-transform: rotateZ(360deg);
    -ms-transform: rotateZ(360deg);
    transform: rotateZ(360deg);
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.social-icon:hover span {
    color: #8794a2;
}
/* Additional Info */
 .additional-info p {
    text-align: left;
    margin-top: 0px;
}
.additional-info p span {
    color: #8794a2;
    padding-right: 30px;
    font-size: 21px;
    vertical-align: middle;
}
/* Newsletter */
 .newsletter button.btn {
    margin-top: 0px;
    vertical-align: top;
    margin-bottom: 0;
    padding: 11px 20px;
    font-size: 22px;
    line-height: 22px;
    background: #8794a2;
    color: #363f48;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.newsletter button.btn:hover {
    background: #ffffff;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
}
.newsletter input.form-control {
    margin-bottom: 0px;
    border-right: 0px;
}
.map {
    width: 100%;
    height: 500px;
    display: block;
}
.map div img {
    display: block;
    width: inherit;
    height: inherit;
    max-height: inherit;
    max-width: inherit;
}
.send-result p {
    font-family:'Roboto Slab', serif;
    text-align: left;
    font-size: 16px;
    margin-top: 0px;
}
/**********************************************
BLOG
***********************************************/
 .back {
    color:#ffffff;
    background: #545f6b;
}
.post p.small, .form-allowed-tags code {
    margin:40px 0px 15px 0px;
    font-size:12px;
}
.post h4 {
    margin:10px 0px 15px 0px;
}
.post .section-more .more {
    background:#8794a2;
    width:41px;
    height:41px;
}
.post .section-more .more span {
    margin-top: 11px;
    margin-left: -1px;
}
.post .section-more .more:hover, .post .section-more .more.active {
    background:#2f9b68;
}
.post h3 {
    margin-top:40px;
    margin-bottom:0px;
}
.tags p {
    margin-top:10px;
}
.tags p a {
    color:#545f6b;
}
.tags .icon-border {
    margin-bottom:20px;
}
.tags p a:hover {
    color:#2f9b68;
}
.post p.meta {
    font-size:13px;
    margin-top:10px;
}
.pager li {
    font-family:'Droid Sans', sans-serif;
    fontsize:16px;
    margin-right:7px;
}
.pager li>a, .pager li>span {
    display: inline-block;
    padding: 9px 0px;
    background-color: #ffffff;
    border: 1px solid #8693a1;
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: center;
    color:#545f6b;
}
.pager li.active>a {
    text-decoration: none;
    color: #ffffff;
    background:#545f6b;
}
.pager li>a:hover, .pager li>a:focus {
    text-decoration: none;
    color: #ffffff;
    background:#545f6b;
}
.comment-number {
    width:80px;
    height:80px;
    background:#2f9b68;
    -webkit-border-radius:80px;
    -moz-border-radius: 80px;
    border-radius: 80px;
}
.number {
    padding-top:24px;
}
.comment.reply {
    padding-left:60px;
}
.number p {
    margin:0px;
    color:#ffffff;
    font-family:'Bree Serif', serif;
    font-size:32px;
}
.avatar {
    width:103px;
    height:103px;
    -webkit-border-radius:107px;
    -moz-border-radius: 107px;
    border-radius: 107px;
    overflow:hidden;
}
.avatar img {
}
.comment-content p, .comment-content h5 {
    text-align:left;
}
.comment-content h5 a:hover {
    color:#2f9b68;
}
.comment-content h5 a {
    color:#8794a2;
    margin-left:10px;
}
.comment-content p {
    font-size:13px;
    line-height:21px;
}
/**********************************************
PRELOADER
***********************************************/
 #jpreOverlay {
    background-color: #ffffff;
}
#jpreSlide {
    font-size:24px;
    font-weight:bold;
    color:#2f9b68;
    text-align:center;
    font-family:"Droid Sans", sans-serif;
}
#jpreLoader {
    width:100%;
    height:100%;
    background:#ffffff;
}
#jprePercentage {
    color:#2f9b68;
    font-family:"Droid Sans", sans-serif;
    font-weight:bold;
    text-align:center;
    top:-130%;
}
