/**********************************************
BASIC STYLING 
***********************************************/
 html, body {
    height: 100%;
    text-shadow: none;
}
body {
    background: #ffffff;
}
/* Typography Light */
 h1, h2, h3, h4, h5, h6 {
    font-family:'Lato', sans-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:'Lato', sans-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:'Lato', 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:'Lato', 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: #545f6b;
}
iframe {
	border: 1px  #FFFFFF;
}
/* 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: #d8d6d1;
    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 #00000;
}
.no-padding {
    padding-right: 0px;
    padding-left: 0px;
}
/**********************************************
DARK BACKGROUND
***********************************************/
 .dark {
    background: #363f48;
}
/* Typography Dark */
 .dark h1, .dark h2, .dark h3, .dark h4, .dark h5, .dark h6 {
    font-family:'Lato', sans-serif;
    text-shadow: none;
    color: #ffffff;
    text-align: center;
}
.dark p {
    color: #ffffff;
}
/**********************************************
BEIGE BACKGROUND
***********************************************/
 .green {
    background: #d9d6d0;
}
/**********************************************
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;
}

/**********************************************
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:'Lato', sans-serif;
    border-top: 6px solid #363f48;
    margin-top: -6px;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a.active {
    color: #d9d6d0;
    background: none;
    border-top: 6px solid #d8d6d1;
    margin-top: -6px;
}
.navbar-nav>li>a {
    padding: 60px 30px;
    line-height: 14px;
}
a.navbar-brand {
    padding-top: 35px;
}
/**********************************************
HOME 
***********************************************/

/* Big Promo Icon */
 .big-promo-icon {
    text-align: center;
    background: #2d9d6d0;
    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 #d9d6d0;
    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(238, 237, 233, 0.5);
    -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: #d8d6d1;
    -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 #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;
    -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: #d9d6d0;
}
.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: #d9d6d0;
    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:'Lato', sans-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;
	background-color: none;
}
a:hover .more {
    background: #d9d6d0;
    -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: #d9d6d0;
    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: #d9d6d0;
    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: #d9d6d0;
    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 #d9d6d0;
    -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: #d9d6d0;
	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 auto 50px auto;
}
.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 auto 50px auto;
}

/**********************************************
BLOG HOME PAGE
***********************************************/

 .blog-box {
    background: #ffffff;
    text-align: center;
}
.blog-box .blog-media img {
	width: 100%;
	height: auto;
	background-color: none;
}
.blog-box .blog-content {
    padding: 0px 30px;
}
.blog-box .blog-more {
    margin-top: -18px;
}
.blog-box .blog-more .more {
    background: #363f48;
    color: #363f48;
    display: inline-block;
}
.blog-box .blog-more .more:hover, .blog-box .blog-more .more.active {
    background: #363f48;
    color: #ffffff;
}
.blog-box .blog-content h6 {
	color: #363F48;
	padding: 20px 0px 30px 0px;
}
.section-more .more {
	background-image: none;
	border: 3px solid #ffffff;
	color: #363f48;
	display: inline-block;
	background-color: #d8d6d1;
}
.section-more .more span {
    margin-top: 6px;
    margin-left: -1px;
}

/**********************************************
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:'Lato', 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:'Lato', sans-serif;
    vertical-align: middle;
    background-color: #d8d6d1;
    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:'Lato', sans-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:'Lato', 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 {
    display: block;
    width: 100%;
    height: 50px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #8794a2;
    background: none;
    font-family:'Lato', 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 {
    display: block;
    width: 100%;
    height: 50px;
    padding: 3px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #ffffff;
    font-family:'Lato', sans-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 {
    display: block;
    width: 100%;
    height: 50px;
    padding: 3px 12px;
    font-size: 16px;
    line-height: 1.428571429;
    color: #ffffff;
    font-family:'Lato', sans-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:'Lato', 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 {
    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 #d8d6d1;
}
/* 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;
}

/**********************************************
BLOG
***********************************************/
 .back {
    color:#ffffff;
    background: #545f6b;
}
.post p.small {
    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:#d9d6d0;
}
.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:'Lato', 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:#d9d6d0;
    -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:'Lato', sans-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:#d8d6d1;
    text-align:center;
    font-family:"Lato", sans-serif;
}
#jpreLoader {
    width:100%;
    height:100%;
    background:#ffffff;
}
#jprePercentage {
    color:#d8d6d1;
    font-family:"Lato", sans-serif;
    font-weight:bold;
    text-align:center;
    top:-130%;
}
