/* Font imports */
@font-face {
  font-family: 'AvenirLTStd-Light';
  src: url('../fonts/AvenirLTStd-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Light.otf')  format('opentype'),
	     url('../fonts/AvenirLTStd-Light.woff') format('woff'), url('../fonts/AvenirLTStd-Light.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Light.svg#AvenirLTStd-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'AvenirLTStd-Roman';
  src: url('../fonts/AvenirLTStd-Roman.eot?#iefix') format('embedded-opentype'),  url('../fonts/AvenirLTStd-Roman.otf')  format('opentype'),
	     url('../fonts/AvenirLTStd-Roman.woff') format('woff'), url('../fonts/AvenirLTStd-Roman.ttf')  format('truetype'), url('../fonts/AvenirLTStd-Roman.svg#AvenirLTStd-Roman') format('svg');
  font-weight: normal;
  font-style: normal;
}

/* Common styles & typography */
html, body {
    width: 100%;
    height: 100%;
    font-family: 'AvenirLTStd-Light';
    font-weight: 400;
    font-size: 16px;
    line-height: 1.428571428571429;
}
body .popup {
    display: none;
}
body.popup-open {
    overflow: hidden;
}
body.popup-open .popup {
    display: block;
}
h1, h2, h3 {
    font-family: 'AvenirLTStd-Roman';
    color: #827b74;
}
h1 {
    font-size: 35px;
    margin: -6px 0 23px 0;
}
h2 {
    font-size: 30px;
    margin: -5px 0 23px 0;
}
h3 {
    font-size: 24px;
    margin: -4px 0 25px 0;
}
h4 {
	color:#00b1e6;
    font-size: 24px;
    margin: -4px 0 26px 0;
}
h5 {
    font-size: 15px;
    margin: -2px 0 27px 0;
}
h6 {
    font-size: 10px;
    margin: -2px 0 28px 0;
}
p {
    color: #999;
    margin: -3px 0 24px 0;
}
p.lead {
    font-family: 'AvenirLTStd-Light';
    font-weight: 300;
    font-size: 20px;
    text-align: center;
    color: #111;
    margin: -7px 0 73px 0;
}
a, a:hover, a:focus, a:visited, a:active {
    text-decoration: underline;
    outline: none !important;
}
a.no-decoration {
    text-decoration: none;
}
blockquote {
    padding: 0 0 0 10px;
    margin: 3px 0 30px 30px;
}
blockquote p {
    font-size: 15px;
    color: #111;
    margin: -3px 0 24px 0;
}
blockquote footer {
    font-family: 'AvenirLTStd-Light';
    font-weight: 700;
    font-size: 15px;
    text-align: left;
    padding: 0;
    margin: -5px 0;
    background: transparent;
}
code, kbd, pre, samp {
    color: #111;
    background: #eee;
    border: 0;
    border-radius: 5px;
    padding: 26px 30px 28px 30px;
    margin: 0 0 30px 0;
}
.image {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 30px 0;
}
.image > img {
    display: block;
    width: 100%;
    border-radius: 5px;
}
.image .border {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border: transparent 3px solid;
    border-radius: 5px;
}
.button {
    display: inline-block;
    height: 44px;
    line-height: 42px;
    font-family: 'AvenirLTStd-Roman';
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
    padding: 0 20px;
    border: #999 2px solid;
    border-radius: 5px;
}
.button:hover,
.button:active,
.active > .button,
.active > .button:hover,
.active > .button:active {
    color: #fff !important;
}
.active > .button-inversed,
.active > .button-inversed:hover,
.active > .button-inversed:active {
    background: #fff !important;
}
.button-small {
    font-size: 12px;
    height: 34px;
    line-height: 31px;
    padding: 0 20px;
}
.button-large {
    font-size: 18px;
    height: 57px;
    line-height: 55px;
    padding: 0 40px;
}
.button-inversed {
    color: #fff !important;
    border-color: #fff;
    background: url('../img/curtain-right.png') -1000px 0 no-repeat;
}
.button-colored {
    color: #fff !important;
}
button {
    outline: none;
}
input, textarea {
    width: 100%;
    font-family: 'AvenirLTStd-Light';
    font-size: 13px;
    border: #d9d9d9 1px solid;
    border-radius: 5px;
    background: transparent;
    padding: 10px 10px;
    margin: 0 0 15px 0;
    outline: none;
    resize: none;
}
input.inversed, textarea.inversed {
    border-color: #fff;
    color: #fff;
}
.inversed::-webkit-input-placeholder {
    color: #fff;
}
.inversed:-moz-placeholder {
    color: #fff;
}
.inversed::-moz-placeholder {
    color: #fff;
}
.inversed:-ms-input-placeholder {
    color: #fff;
}
textarea {
    height: 215px;
}
.light {
    font-weight: 300;
}
.normal {
    font-weight: 400;
}
.bold {
    font-weight: 700;
}
.large {
    font-size: 16px;
}
.white {
    color: #fff;
}
.uppercase {
    text-transform: uppercase;
}
.lowercase {
    text-transform: lowercase;
}
.josefin {
    font-family: 'Josefin Slab';
}
.avanir-light{
    font-family: 'AvenirLTStd-Light';
}
.padding-top {
    padding-top: 80px;
}
.padding-bottom {
    padding-bottom: 40px;
}
.padding-top-small {
    padding-top: 50px;
}
.padding-bottom-small {
    padding-bottom: 50px;
}
.padding-top-tiny {
    padding-top: 30px;
}
.padding-bottom-tiny {
    padding-bottom: 30px;
}

/* Video player */
.player {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* Overlay */
section {
    position: relative;
}
section > .content {
    position: relative;
}
.overlay {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url('../img/overlay.png');
}
.overlay-white {
    background: url('../img/overlay-white.png');
}

/* Logo */
.logo {
    font-family: 'Lobster';
    font-size: 26px;
    margin: -9px 0 21px 0;
}
.logo.inversed {
    color: #fff;
}

/* Preloader */
.preloader {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 7000;
}
.preloader .bar {
    display: block;
    position: fixed;
    top: 50%;
    left: 0;
    width: 100%;
    height: 5px;
    margin: -3px 0 0 0;
}
.preloader .bar .value {
    display: block;
    position: relative;
    width: 0;
    height: 5px;
    margin: 0 auto;
    background: #00b1e6;
}
.preloader .bar .value .left,
.preloader .bar .value .right {
    display: block;
    position: absolute;
    top: 0;
    width: 5px;
    height: 5px;
    background: #00b1e6;
    border-radius: 3px;
}
.preloader .bar .value .left {
    left: -3px;
}
.preloader .bar .value .right {
    right: -2px;
}
.preloader .logo,
.preloader .percent {
    display: block;
    position: absolute;
    width: 50%;
    height: 48px;
    top: 50%;
    left: 50%;
    font-size: 40px;
    font-weight: 400;
    text-align: center;
    color: #00b1e6;
    margin: -92px 0 0 -25%;
}
.preloader .percent {
    font-size: 20px;
    margin: 46px 0 0 -25%;
}
.preloader .top,
.preloader .bottom {
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    left: 0;
    background: #fff;
}
.preloader .top.moving,
.preloader .bottom.moving {
    border-color: #000;
}
.preloader .top {
    top: 0;
}
.preloader .bottom {
    bottom: 0;
}

/* Navigation */
.navbar {
    display: block;
    width: 100%;
    height: 60px;
    border-radius: 0;
    border: 0;
    z-index: 5000;
    margin: 0;
}
body.nav-fixed .navbar {
    position: fixed;
    top: 0;
    left: 0;
	background-color:#fff;
	z-index: 5000;
	height:100px;
}
body.nav-fixed #hero{
	padding-bottom:20px !important;
}
body.nav-fixed #services{
	padding-top:80px !important;
}
.navbar-brand,
.navbar-brand:hover,
.navbar-brand:focus,
.navbar-brand:visited,
.navbar-brand:active {
    display: inline;
    width: auto;
    height: auto;
    font-size: 26px;
    line-height: 58px;
    text-decoration: none;
    color: #fff;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
}
.navbar-toggle {
    border: 0;
    border-radius: 0;
    padding: 0;
    margin-top: 23px;
    margin-bottom: 23px;
}
.navbar-toggle .icon-bar {
    background: #00b1e6;
}
.navbar-collapse {
    border: 0;
    background: #fff;
}
.horizontal-line
{
border-bottom:1px solid #dfe7ed;
background-color:#fff;
padding-top:10px;
}
.navbar-nav {
    margin-top: 20px;
}
.nav > li > a {
    height: 40px;
    font-family: 'AvenirLTStd-Light';
    font-size: 20px;
    line-height: 38px;
    color: #827b74;
    text-decoration: none;
    outline: none;
    background: transparent;
	padding-top:25px;
}
.nav > li > a:hover{
	 color:#00b1e6;
}
.nav > li.active > a {
   color:#00b1e6;
}
.nav > li > a:hover, .nav > li > a:focus{
	background-color:transparent !important;
}
/* Popup */
.popup {
    position: fixed;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    overflow: auto;
    z-index: 6000;
}
.popup .container {
    max-width: 750px;
}
.popup header {
    width: 100%;
    height: 80px;
    line-height: 78px;
    border-bottom: #eee 1px solid;
    margin: 0 0 30px 0;
}
.popup header .logo {
    float: left;
    font-family: 'Lobster';
    font-weight: 400;
    font-size: 26px;
    color: #111;
    margin: 0;
}
.popup header .exit {
    font-size: 26px;
    color: #111 !important;
    text-decoration: none !important;
    float: right;
}

/* Hero */
#hero {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
}
body.nav-fixed #hero {
    margin-bottom: 60px;
}
#hero .content {
    position: absolute;
    width: 85%;
    height: 222px;
    top: 20%;
    left: 15%;
    margin: -111px 0 0 0;
    text-align: center;
    color: #aadbff;
}
.banner-logo{ width:60%; padding-bottom:20px; border-bottom:1px solid #2e90c3; display:inline-block; text-align:left; clear:both; position:relative;}
.banner-title{width:60%;text-align:left;display:inline-block;font-family: 'AvenirLTStd-Roman'; font-size:30px;  padding-top:20px;clear:both;}
.banner-content{width:60%;text-align:left;display:inline-block; padding-right:10%;clear:both; padding-top:10px; font-size:18px;}
.hero-scroll-arrow{
    position: absolute;
    display: block;
    width: 60px;
    height: 60px;
    bottom: 30px;
	border-radius:50%;
 -moz-border-radius:50%;
 -webkit-border-radius:50%;
	background-color:#00b1e6;
    left: 50%;
    font-size: 12px;
    line-height: 20px;
    text-decoration: none;
    text-align: center;
    text-transform: lowercase;
    margin: 0 0 0 -50px;
    color: #fff;
	 transition: all 0.5s ease;
}
.hero-scroll-arrow > span {
    display: block;
}
.hero-scroll-arrow > .fa {
	color:#fff;
    font-size: 42px;
	margin-top:10px;
}
.hero-scroll-arrow:hover{
background-color:#0c84c3;	
}
/* Section heading */
.section-heading {
    display: inline-block;
    width: 100%;
    margin: 0 auto 20px auto;
    font-family: 'AvenirLTStd-Roman';
    font-size: 30px;
    line-height: 38px;
    text-align: left;
    color: #827b74;
}
.top-menu{background-color:none; position:absolute; right:20px; bottom:10px;background-color:transparent !important;}
.top-menu ul li a{ color:#aadbff; font-size:22px;padding-top: 0px;
    padding-bottom: 0px;
}
.top-menu ul li a:hover{color:#fff;}
.navbar-nav li:last-child > a{padding-right:0px;}
/* Sub section heading */
.subsection-heading {
    display: block;
    width: 100%;
    font-family: 'AvenirLTStd-Roman';
    font-weight: 700;
    font-size: 25px;
    text-transform: uppercase;
    text-align: left;
    margin: -8px 0 0 0;
}
.subsection-heading-inversed {
    color: #fff !important;
}
.subsection-heading:after {
    content: "";
    display: block;
    width: 50px;
    height: 3px;
    border-radius: 3px;
    margin: 6px auto 80px auto;
}
.subsection-heading-inversed:after {
    background: #fff !important;
}
.section-headingsmall{
	font-size:24px;
	color:#fff;
}
/* Social icons */
.social{
	float:right;
}
.social,
.social li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.social li {
    display: inline-block;
    margin: 0 3px;
}
.social a {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    text-align: center;
    background: #e6e5e3;
	transition: all 0.5s ease;
}
.social .fa {
    font-size: 20px;
    line-height: 40px;
}
.social a:hover > .fa{
	color:#00b1e6;
}
/* Services */
.service {
    width: 100%;
    text-align: center;
    margin: 0 auto;
}

.service-circle {
    position: relative;
    display: block;
    text-align: center;
    margin-bottom: 20px;
    overflow: hidden;
}
.service-circle .fa {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 216px;
    height: 216px;
    font-size: 100px;
    line-height: 216px;
    color: #fff;
}
.service:hover .service-circle .fa {
    color: #fff;
}
.service-circle .circle {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
    width: 192px;
    height: 192px;
    border-radius: 96px;
}
.service p {
    color: #111;
}
.service-box {
    text-align: center;
    padding: 30px 30px 1px 30px;
    margin: 0 0 30px 0;
    background: rgba(255, 255, 255, 0.15);
}
.service-icon {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    font-size: 20px;
    line-height: 46px;
    color: #fff;
    border: #fff 2px solid;
    border-radius: 25px;
    margin: 0 auto 30px auto;
}
.service-box:hover .service-icon {
    background: #fff;
}
.service-icon:before,
.service-icon:after {
    display: block;
    content: "";
    position: absolute;
    top: 21px;
    left: -62px;
    width: 50px;
    height: 3px;
    border-radius: 3px;
    background: #fff;
}
.service-icon:after {
    left: 58px;
}
.service-list{
    list-style: none;
    padding:0;
    margin-bottom:20px;
}
.service-list li { 
    font-size:16px;
    padding-left:.8em; 
    text-indent: -.7em;
	color:#827b74;
}

.service-list li:before {
	font-size:22px;
    content: "• ";
    color: #99e0f5; /* or whatever color you prefer */
}
.subpage-banner-title{ padding-top:40px;float:right; color:#fff; padding-bottom:20px; font-size:48px; line-height:52px;}
.service h3{text-align:center;}
.facility-list li{color:#fff;}
.white-text p{ color:#fff;}
/* Count */
.count {
    font-family: 'Josefin Slab';
    font-weight: 700;
    font-size: 75px;
    margin: -30px 0 2px 0;
}

/* Team */
.team {
    max-width: 295px;
    margin: 0 auto;
}
.team .image {
    border-radius: 5px;
    overflow: hidden;
}
.team .cover {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: -120%;
    left: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.team .image:hover .cover {
    bottom: -50px;
}
.team .cover .edge {
    display: block;
    position: absolute;
    width: 150%;
    height: 50px;
    top: 0;
    left: 0;
}
.team .cover .content {
    position: absolute;
    left: 30px;
    bottom: 50px;
    margin-right: 30px;
}
.team .cover .social > li:first-child {
    margin-left: 0;
}

/* Testimonial slider */
.testimonial-slider {
    border: 0;
    border-radius: 0;
    background: transparent;
    margin-bottom: 118px;
}
.testimonial-slider .flex-control-nav li {
    margin: 0 5px;
}
.testimonial-slider .flex-control-paging a,
.testimonial-slider .flex-control-paging a:hover,
.testimonial-slider .flex-control-paging a:focus,
.testimonial-slider .flex-control-paging a:active,
.testimonial-slider .flex-control-paging a:visited {
    content: "";
    width: 16px;
    height: 16px;
    background: transparent;
    border-radius: 8px;
}
.testimonial-slider .flex-control-paging a.flex-active {
    background: #fff;
}
.testimonial-slider .flex-direction-nav {
    bottom: -34px;
}
.testimonial-slider .flex-direction-nav a {
    margin-top: -30px;
}
.testimonial-slider .flex-direction-nav a:before,
.testimonial-slider .flex-direction-nav a.flex-prev:before,
.testimonial-slider .flex-direction-nav a.flex-next:before {
    content: "";
}
.testimonial-slider .flex-direction-nav .flex-prev,
.testimonial-slider .flex-direction-nav .flex-next {
    width: 30px;
    height: 60px;
    background: red;
}
.testimonial-slider.flexslider:hover .flex-prev,
.testimonial-slider .flex-direction-nav .flex-prev {
    left: 0;
    background: url('../img/testimonial-slider-left.png') center center no-repeat;
}
.testimonial-slider.flexslider:hover .flex-next,
.testimonial-slider .flex-direction-nav .flex-next {
    right: 0;
    background: url('../img/testimonial-slider-right.png') center center no-repeat;
}
.testimonial {
    position: relative;
    padding-left: 15px;
    margin-left: 56px;
    margin-bottom: 0;
}
.testimonial > .fa {
    position: absolute;
    top: 0;
    left: -61px;
    font-size: 44px;
}
.testimonial > footer {
    color: #fff !important;
}

/* Portfolio */
.portfolio {
    margin: 0 auto 50px auto;
}
.portfolio .item {
    max-width: 210px;
    margin-bottom: 30px;
}
.portfolio .item .image {
    position: relative;
    margin: 0;
    overflow: hidden;
}
.portfolio .item .image .zoom {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    text-align: center;
}
.portfolio .item .image .zoom .icon {
    position: absolute;
    left: 0;
    bottom: 130px;
    width: 100%;
    font-size: 35px;
    color: #fff;
}
.portfolio .item .image .zoom .title {
    position: absolute;
    left: 0;
    bottom: 79px;
    width: 100%;
    font-family: 'AvenirLTStd-Light';
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
}
.portfolio .item .image .zoom .title:after {
    content: "";
    display: block;
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 9px auto 0 auto;
}
.portfolio .item .image .zoom .category {
    position: absolute;
    left: 0;
    bottom: 46px;
    width: 100%;
    font-family: 'Josefin Sans';
    font-size: 18px;
    text-transform: lowercase;
    color: #fff;
}
.portfolio-filter {
    display: block;
    width: 100%;
    margin: 0 auto 50px auto;
}
.portfolio-filter ul,
.portfolio-filter li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.portfolio-filter ul {
    text-align: center;
}
.portfolio-filter li {
    display: inline-block;
}
.portfolio-filter a,
.portfolio-filter a:hover,
.portfolio-filter a:active,
.portfolio-filter a:focus,
.portfolio-filter a:visited {
    display: inline-block;
    height: 22px;
    font-family: 'Josefin Sans';
    font-size: 18px;
    line-height: 14px;
    text-transform: lowercase;
    text-decoration: none;
    color: #111;
}
.portfolio-filter li.active a {
    font-weight: 700;
}
.portfolio-filter a:before {
    content: "";
    display: block;
    float: left;
    width: 30px;
    height: 22px;
    background: url('../img/portfolio-filter-separator.png') center center no-repeat;
    background-size: 30px 22px;
}
.portfolio-filter li:first-child a:before {
    display: none;
}

/* Paginator */
.paginator ul,
.paginator li {
    list-style: none;
    margin: 0;
    padding: 0;
}
.paginator ul {
    width: 100%;
    height: 34px;
    text-align: center;
    margin: 0 auto 80px auto;
}
.paginator li {
    display: inline-block;
    margin: 0 4px;
}
.paginator a {
    padding-left: 11px;
    padding-right: 11px;
}

/* Social circle */
.social-circle {
    display: block;
    width: 120px;
    height: 120px;
    text-align: center;
    margin: 0 auto 30px auto;
    border-radius: 60px;
}
.social-circle .fa {
    font-size: 65px;
    line-height: 120px;
}
.social-circle-inversed .fa {
    color: #fff;
}

/* Blog item */
.blog-item {
    max-width: 262px;
    margin: 0 auto 30px auto;
}
.blog-item .date-corner {
    display: block;
    position: absolute;
    width: 10px;
    height: 10px;
    top: 80px;
    left: -10px;
    background: url('../img/blog-item-date-corner.png') center center no-repeat;
    background-size: 10px 10px;
}
.blog-item time {
    display: block;
    position: absolute;
    width: 71px;
    height: 62px;
    top: 18px;
    left: -10px;
    font-size: 9px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}
.blog-item time strong {
    display: block;
    font-family: 'Josefin Slab';
    font-weight: 700;
    font-size: 38px;
    color: #fff;
    margin-top: -5px;
    margin-bottom: -6px;
}
.blog-item-title {
    color: #111;
    text-decoration: none;
}
.blog-item-title:hover,
.blog-item-title:visited,
.blog-item-title:focus,
.blog-item-title:active {
    text-decoration: none;
}
.blog-item-info {
    display: block;
    width: 100%;
    height: 26px;
    border-top: #eee 1px solid;
    border-bottom: #eee 1px solid;
    margin-bottom: 30px;
}
.blog-item-info a {
    font-size: 11px;
    line-height: 26px;
    text-transform: uppercase;
    text-decoration: none;
}

/* Comments */
.comments {
    border-top: #eee 1px solid;
    padding: 50px 0 0 0;
    margin: 50px 0 0 0;
}
.comment-list,
.comment-list ul,
.comment-list ol,
.comment-list li {
    list-style: none;
    padding: 0;
    margin: 0;
}
.comment-list li li {
    margin-left: 15px;
}
.comment-line {
    position: absolute;
    display: block;
    top: 0;
    left: 95px;
    width: 1px;
    height: 100%;
    background: #eee;
}
.comment-circle {
    position: absolute;
    display: block;
    top: 26px;
    left: -7px;
    width: 15px;
    height: 15px;
    border: #fff 5px solid;
    border-radius: 8px;
    background: #eee;
}
.comment {
    position: relative;
    display: block;
    padding: 0 0 0 110px;
    margin: 0 0 50px 0;
}
.comment-avatar {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    border-radius: 5px;
}
.comment-author {
    display: block;
    font-family: 'AvenirLTStd-Light';
    font-weight: 700;
    font-size: 15px;
    margin: -5px 0 10px 0;
}
.comment-date {
    display: block;
    font-weight: 300;
    font-size: 14px;
    margin: -3px 0 24px 0;
}
.comment-form {
    margin: 0 0 30px 0;
}

/* Pricing tables */
.pricing {
    display: block;
    position: relative;
    max-width: 293px;
    border-radius: 7px;
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 0 0 45px 0;
    background: #fff;
}
.pricing .recommended {
    display: block;
    height: 37px;
    font-size: 12px;
    line-height: 35px;
    text-transform: uppercase;
    color: #fff;
    border-bottom: #000 1px solid;
    margin: -25px 30px 30px 30px;
}
.pricing ul, .pricing li {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
}
.pricing li {
    height: 35px;
    font-size: 16px;
    line-height: 35px;
}
.pricing .hat {
    padding-top: 30px;
    margin-bottom: 6px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}
.pricing .price {
    display: block;
    position: relative;
    width: 100%;
    height: 99px;
    margin: -13px 0 0 0;
    overflow: hidden;
}
.pricing .price .left,
.pricing .price .right {
    display: block;
    position: absolute;
    top: 13px;
    left: 0;
    width: 100%;
    height: 100px;
}
.pricing .price .bottom {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 287px;
    height: 26px;
    margin: 0 3px;
    background: url('../img/pricing-center.png') center bottom no-repeat;
}
.pricing .price strong {
    display: block;
    position: absolute;
    top: 14px;
    left: 0;
    width: 100%;
    height: 73px;
    font-family: 'Josefin Slab';
    font-size: 50px;
    line-height: 71px;
    font-weight: 700;
    color: #fff;
}
.pricing > .button {
    position: absolute;
    bottom: -23px;
    left: 50%;
    width: 180px;
    height: 50px;
    margin-left: -90px;
    line-height: 48px;
}

/* Address */
address {
    font-size: 16px;
    line-height: 30px;
    margin: 0 0 30px 0;
}
address.inversed p,
{
    color: #827b74;
}
address p {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
}
address p > .fa {
    position: absolute;
    top: 6px;
    left: 6px;
}
address p > a,
address p > a:hover,
address p > a:visited,
address p > a:focus,
address p > a:active {
	color: #00b1e6;
    text-decoration: none;
}

/* Contact form */
.contact-form {
    margin: 0 0 30px 0;
}
.contact-msg-column{padding-top:75px;}
label{
	font-size:16px;
	font-weight:normal;
	color:#827b74;
	margin-bottom:7px;
}
label span{ color:#00b1e6;}
/* Button map */
.button-map,
.button-map:hover,
.button-map:visited,
.button-map:focus,
.button-map:active {
    position: absolute;
    width: 250px;
    bottom: 0;
    left: 50%;
    margin-left: -120px;
    text-align: center;
    background: #fff !important;
    border-color: #fff !important;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

/* Map */
.map {
    display: block;
    width: 100%;
    height: 400px;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
}

/* Copyright */
.copyright {
    font-size: 12px;
    color: #fff;
    margin: 8px 0 5px 0;
}
.copyright a,
.copyright a:hover,
.copyright a:focus,
.copyright a:active,
.copyright a:visited {
    color: #fff;
}

/* Footer */
footer {
    background: #827b74;
    padding: 30px 0 30px 0px;
}
footer .space {
    display: block;
    width: 100%;
    height: 20px;
}
footer .social .fa {
    color: #827b74;
}

/* Back to top button */
.button-to-top {
    z-index: 8000;
    position: fixed;
    right: -60px;
    bottom: 20px;
    width: 40px;
    height: 40px;
	border-radius: 50%;
    line-height: 40px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    border: 0;
    color: #fff !important;
	transition: all 0.5s ease;
}
.button-to-top .fa{ font-size:22px;}
.button-to-top.show {
    right: 20px;
}