/*

TemplateMo 561 Purple Buzz

https://templatemo.com/tm-561-purple-buzz

---------------------------------------------
Table of contents
------------------------------------------------
1. Typography
2. Main Nav
3. Home
4. About
5. Work
6. Single Work
7. Pricing
8. Contact
--------------------------------------------- */

html {font-family: 'Open Sans', sans-serif;}
/* Typography */
p, a {font-weight: 400;}
.h2 {font-size: 40px;}
.h3 {font-size: 28px;}
.light-300 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 300;
}
.regular-400 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 400;
}
.semi-bold-600 {
  font-family: 'Open Sans', sans-serif !important;
  font-weight: 600;
}
.typo-space-line::after,
.typo-space-line-center::after {
  content: "";
  width: 150px;
  display:block;
  position: absolute;
  border-bottom:  5px solid #126164;
  padding-top: .5em;
}
.typo-space-line-center::after {
  left: 50%;
  margin-left: -75px;
}
.templatemo-container {
	max-width: 100%;
	margin: 0 auto;
	
}
section {
	padding-top: 10px;
	padding-bottom: 80px;
	text-align: justify;
  	text-justify: inter-word;
}
hr {
	display: block; height: 1px;
    border: 0; border-top: 1px solid #ddd;
}

.site-logo {
  margin-right: auto;
}

html {

  scroll-behavior: smooth;

}

/* Main Nav */
#main_nav {
  color: white;
  width: 100%;
  background-color: white;
  display: block;
  position: relative;
  text-transform: uppercase;
  text-decoration: solid;
   
  
  /*position: absolute;*/
}
/*.nav-item li:hover, .nav-item .active {
	color: #004a5c;*/
/*div*/


.nav-item ul {
  color: rgba(63,105,115,1);
   list-style: none;
    text-decoration: none;
    display: none;
  position: absolute;
   
}

.nav-item ul li{
  color: rgba(63,105,115,1);
   list-style: none;
    text-decoration: none;
    display: none;
   
}

.nav-item li:hover a { color: rgba(63,105,115,1);}

.nav-item ul li ul li {display:block;} 

.nav-item ul li:hover ul li{display:block;} 

.carousel-item img{
         
  object-fit: cover;
  object-position: center;
  height: 40vh;
  min-height: 90vh;
  width: 100%;  
}
    

.btn-blue-gradient {
	background: #1b434c;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,105,115,1)), color-stop(41%, rgba(47,95,107,1)), color-stop(100%, rgba(19,54,64,1)));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(63,105,115,1)), color-stop(41%, rgba(47,95,107,1)), to(rgba(19,54,64,1)));
	background: -webkit-linear-gradient(top, rgba(63,105,115,1) 0%, rgba(47,95,107,1) 41%, rgba(19,54,64,1) 100%);
	background: linear-gradient(to bottom, rgba(63,105,115,1) 0%, rgba(47,95,107,1) 41%, rgba(19,54,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6973', endColorstr='#133640', GradientType=0 );
	color: white;
	margin-right: 4px;
    text-decoration: none;
    display: block;
    text-align: center;
}
.btn-blue-gradient:hover { color: #B8E6F0; }
.-transparent {
	border: 1px solid #000;
	color: #000;
}
.btn-transparent:hover {
	color: #568A96;
	border-color: #568A96;
}
.btn-transparent,
.btn-blue-gradient {
	font-weight: 700;
	padding: 10px 30px;
	text-transform: uppercase;
}

/* Google Maps*/
.google-map-container {
	border: 1px solid #ddd;
	padding: 5px;
}
.google-map { height: 420px; }


/* Home Banners */
#index_banner {
  background-image: url('./../img/Background/bg_3.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 90vh;
  width: 100%;  
}

#About_banner {
  background-image: url('./../img/Background/bg_1.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 90vh;
  width: 100%;
}

#Membership_banner {
  background-image: url('./../img/Background/bg_8.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 90vh;
  width: 100%;
}

#Academy_banner {
  background-image: url('./../img/Background/bg_7.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 90vh;
  width: 100%;
}

#Golf_banner {
  background-image: url('./../img/Background/bg_11.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 90vh;
  width: 100%;
}

#Events_banner {
  background-image: url('./../img/Background/bg_4.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 90vh;
  width: 100%;
}

#Gallery_banner {
  background-image: url('./../img/Background/bg_7.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 90vh;
  width: 100%;
}
#Restaurant_banner {
  background-image: url('./../img/Background/bg_3.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 90vh;
  width: 100%;
}

#Contact_banner {
  background-image: url('./../img/Background/bg_3.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  min-height: 90vh;
  width: 100%;
}
#index_banner .carousel-item {
  min-height: 90vh;
  width: 100%;
  height: 100%;
}
#index_banner .carousel-control-prev i,
#index_banner .carousel-control-next i {
  color: rgba(255,255,255,1) !important;
  text-decoration: none;
  font-size: 4em;
}
#index_banner .carousel-inner {
  height: 80vh;
}
#index_banner .carousel-indicators li,
#index_banner .carousel-indicators.active {
  background-color: rgba(255,255,255,1) !important;
}
.service-wrapper .service-footer {
  max-width: 720px;
}
.service-work.card {
  border-radius: 10px !important;
  cursor: pointer;
}
.service-work .service-work-vertical {
	background: rgb(0,0,0);
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(0,0,0,0) 33.33%, rgba(255,255,255,1) 66.66%, rgba(255,255,255,0) 99.99%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
}
.service-work .service-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.service-work .service-work-vertical:hover * {
  color: #000;
  border-color: #000;
  transition: .5s;
}
.recent-work.card{
  border-radius: 10px !important;
}
.recent-work .recent-work-vertical {
	background: rgb(255,255,255);
  background: linear-gradient(0deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 33.333%, rgba(97,84,199,1) 66.666%, rgba(255,255,255,0) 99.999%);
  background-size: 300% 300%;
  background-position: 0% 100%;
  transition: .5s;
  cursor: pointer;
}
.recent-work .recent-work-vertical:hover {
  background-position: 0% 0%;
  transition: .5s;
}
.recent-work .recent-work-vertical:hover div.recent-work-content {
  top: 50%;
  margin-top: -2.5em;
  position: absolute;
}
.recent-work .recent-work-vertical:hover * {
  color: white;
  transition: .5s;
}
/* About */
#work_banner {
  background-image: url('./../img/Background/bg_3.jpg');
  background-position: center center; background-size: cover;
  height: 100%;
  width: 100%;
}
.progress {
  height: 8px;
}
.objective-icon {
  border-radius: 13px;
  width: 8rem;
}
.partner-wap {
  background-color: #126164;
  transition: 1s;
  cursor: pointer;
}
.partner-wap:hover {
  background-color: #126164;
}
.why-us {
  background: rgb(239,239,253);
  background: -moz-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: -webkit-linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  background: linear-gradient(0deg, rgba(239,239,253,1) 50%, rgba(255,255,255,1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#efeffd",endColorstr="#ffffff",GradientType=1);
}
.team-member-img {
  transition-duration: 0.15s;
}
.team-member:hover .team-member-img {
  padding: 10px !important;
}

/* Work */
/* Singel Work */
#work_single_banner {
  background-image: url('./../img/Background/bg_3.jpg');
  background-position: center center;
  background-size: cover;
  height: 100%;
  width: 100%;
}
.related-content {
  border-radius: 20px;
  cursor: pointer;
}
/* Pricing */
.pricing-list {
  margin-bottom: 1px;
}
.pricing-table {
  max-width: 350px;
  margin: auto;
}
.pricing-table,
.pricing-horizontal {
  border-radius: 15px !important;
}
/* Contact */
#floatingtextarea {
  background-image: url('./../img/Background/bg_3.jpg');
  height: 150px
  
}
/* Footer */
footer a.text-light:hover {
  background-color: aquamarine;
  color: #bfbfbf !important;
  transition-duration: 0.15s;
}

.dropdown:hover>.dropdown-menu {
  display: block;
  background-color: transparent;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

.dropdown-menu {
    text-align: center;
    outline: none;
    border: none;
    width: fit-content;
}

/* 

Multi Profile
http://www.templatemo.com/preview/templatemo_457_multi_profile

TABLE OF CONTENT
    1. Universal Styles
    2. Site Name and Navigation
    3. Welcome Header
    4. Section
    5. Who We Are
    6. Blog Excerpt
    7. Features
    8. Footer Nav
    9. About
    10. Profile
    11. Contact
    12. Media Queries
	
-----------------------*/

/* 1. Universal Styles */

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}

body { font-family: 'Open Sans', sans-serif; 

}

a:hover { text-decoration: none; }

.templatemo-container {
	max-width: 100%;
	margin: 0 auto;
	
}
section {
	padding-top: 10px;
	padding-bottom: 80px;
	text-align: justify;
  	text-justify: inter-word;
}
hr {
	display: block; height: 1px;
    border: 0; border-top: 1px solid #ddd;
}
.light-gray-bg { background-color: #F2F2F2; }

/* 2. Site Name and Navigation */
.header-bg {
	/*http://www.cssmatic.com/gradient-generator*/
	background: rgb(25, 72, 84);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgba(8,41,43,1)), color-stop(50%, rgba(8,41,43,1)), color-stop(51%, rgba(27,67,76,1)), color-stop(100%, rgba(27,67,76,1)));
	background: -webkit-gradient(linear, left top, right top, from(rgba(8,41,43,1)), color-stop(50%, rgba(8,41,43,1)), color-stop(51%, rgba(27,67,76,1)), to(rgba(27,67,76,1)));
	background: -webkit-linear-gradient(left, rgba(8,41,43,1) 0%, rgba(8,41,43,1) 50%, rgba(27,67,76,1) 51%, rgba(27,67,76,1) 100%);
	background: linear-gradient(to right, rgba(8,41,43,1) 0%, rgba(8,41,43,1) 50%, rgba(27,67,76,1) 51%, rgba(27,67,76,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#08292b', endColorstr='#1b434c', GradientType=1 );
}

.site-name-container {
	background: #08292b url(../img/header-lines.jpg) right center no-repeat;
}
.site-name {
	color: #428d89;
	display: inline-block;
	vertical-align: middle;
	text-transform: uppercase;
	font-size: 34px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 0;
	line-height: 90px;
	margin-left: 10px;
}
.mobile-menu-icon { display: none; }
.templatemo-nav-container {
	background-color: #004a5c;
	
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display:block;
	-webkit-align-items: flex-end;
	    -ms-flex-align: end;
	        -webkit-box-align: end;
	        align-items:center;
}

.welcome-container {
	background: #1b434c;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,105,115,1)), color-stop(41%, rgba(47,95,107,1)), color-stop(100%, rgba(19,54,64,1)));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(63,105,115,1)), color-stop(41%, rgba(47,95,107,1)), to(rgba(19,54,64,1)));
	background: -webkit-linear-gradient(top, rgba(63,105,115,1) 0%, rgba(47,95,107,1) 41%, rgba(19,54,64,1) 100%);
	background: linear-gradient(to bottom, rgba(63,105,115,1) 0%, rgba(47,95,107,1) 41%, rgba(19,54,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6973', endColorstr='#133640', GradientType=0 );
	color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	height: 120px;
	align-content: center;
	
}
.welcome-wrapper {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: block;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -webkit-box-align: center;
	        align-items: center;
	
}
.welcome-title,
.welcome-description {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
	max-width: 700px;
}
.welcome-divider-lines-img {
	display: inline-block;
	width: 15px;
	height: 30px;
	margin-left: 10px;
	margin-right: 10px;
}

/* Show dropdown on hover */
    .dropdown:hover .dropdown-menu {
      display: block;
      margin-top: 0; /* override spacing if needed */
    }


/* 4. Section */
.section-title-container { margin-bottom: 50px; }
.section-title {
	font-weight: 700;
	font-size: 42px;
}
.section-title-underline {
	margin-bottom: 5px;
	margin-top: 0;
}
.section-title-underline-blue {
	border-bottom: 2px solid #08292b;
	margin: 5px auto 0 auto;
	width: 40px;
}
.font-weight-300 { font-weight: 300; }
.section-title-2 {
	font-size: 32px;
	margin-bottom: 30px;
	margin-top: 0;
}
.gray-text { color: #9c9c9c; }
.blue-text { color: #457C89; }
.blue-bg {
	background: #225965;
	color: white;
}
.ul-1 {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 0 1em;
    list-style: none;
    line-height: 2em;
}
.ul-1 li:before {
    content: "\2192";
    color: #08292b;
    padding: 10px;
}
.btn-blue-gradient {
	background: #1b434c;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,105,115,1)), color-stop(41%, rgba(47,95,107,1)), color-stop(100%, rgba(19,54,64,1)));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(63,105,115,1)), color-stop(41%, rgba(47,95,107,1)), to(rgba(19,54,64,1)));
	background: -webkit-linear-gradient(top, rgba(63,105,115,1) 0%, rgba(47,95,107,1) 41%, rgba(19,54,64,1) 100%);
	background: linear-gradient(to bottom, rgba(63,105,115,1) 0%, rgba(47,95,107,1) 41%, rgba(19,54,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6973', endColorstr='#133640', GradientType=0 );
	color: white;
	margin-right: 4px;
}
.btn-blue-gradient:hover { color: #B8E6F0; }
.-transparent {
	border: 1px solid #000;
	color: #000;
}
.btn-transparent:hover {
	color: #568A96;
	border-color: #568A96;
}
.btn-transparent,
.btn-blue-gradient {
	font-weight: 700;
	padding: 10px 30px;
	text-transform: uppercase;
}
.img-thumbnail {
	border-radius: 0;
	padding: 8px;
}
.carousel-container {
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
	
}
.crsl-items {
	margin: 0 auto;
	max-width: 400px;
	
}
.crsl-nav {
	overflow: hidden;
	position: relative;
	top: -185px;
}
.crsl-nav .previous { float: left; }
.crsl-nav .next { float: right; }

/* 5. Who We Are */
.tm-blocks-container {
	overflow: hidden;
	max-width: 310px;
	margin: 0 auto;
}
.tm-block {
	font-weight: 300;
	color: white;
	text-transform: uppercase;
	float: right;
	width: 200px;
	height: 100px;
	position: relative;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;*/
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -webkit-box-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        -webkit-box-pack: center;
	        justify-content: center;
}
.tm-block-link {
	width: 100%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-align-items: center;
	    -ms-flex-align: center;
	        -webkit-box-align: center;
	        align-items: center;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        -webkit-box-pack: center;
	        justify-content: center;
	color: white;
	background: transparent;
	-webkit-transition: background 0.3s ease;
	        transition: background 0.3s ease;
}
.tm-block-link:hover {
	color: white;
	background: rgba(0, 0, 0, 0.5);
}
.green-bg { background-color: #079704; }
.red-bg { background-color: #aa2020; }
.yellow-bg { background-color: #d5ba06; }


.justify-text { text-align: justify; }
.centre-text {text-align: center;}

/*==================================================
 * http://www.paulund.co.uk/creating-different-css3-box-shadows-effects
 * Effect 1
 * ===============================================*/
.effect1 {
	-webkit-box-shadow: 0 10px 6px -6px #777;
	        box-shadow: 0 10px 6px -6px #777;
}
.section-shadow-bottom {
	background-image: url(../img/section-shadow.png);
	background-repeat: no-repeat;
	background-position: bottom center;
}

/* 6. Blog Excerpt */
.posts-container {
	background: url(../img/blog-divider.png) top center no-repeat;
	max-width: 900px;
	margin: 0 auto;
}
.post-excerpt {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 85px;
}
.post-excerpt-left {
	float: left;
	margin-bottom: 85px;
}
.post-excerpt-right {
	float: right;
	margin-top: 85px;
}
.post-content {
	background-color: #333;
	padding: 15px;
	max-width: 300px;
}
.post-excerpt-left .post-content { text-align: right; }
.post-title {
	color: white;
	margin-top: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	font-size: 14px;
	font-weight: 700;
}
.post-description {
	color: #B2B0B0;
	font-size: 13px;
	margin: 0;
}
.post-date-container {
	background: #225965;
	height: auto;
	width: 85px;
	text-align: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        -webkit-box-pack: center;
	        justify-content: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        -webkit-box-orient: vertical;
	        -webkit-box-direction: normal;
	        flex-direction: column;
}
.post-month {
	color: #3dd0d3;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 300;
}
.post-date {
	color: white;
	font-size: 24px;
	font-weight: 700;
}
.post-arrow-container { padding-top: 15px; }
.rotate-arrow { /* IE 9 */
 -webkit-transform: rotate(180deg); /* Chrome, Safari, Opera */
 -ms-transform: rotate(180deg);
     transform: rotate(180deg);
    padding-top: 40px;
}

/* 7. Features */
.features {
	background: url(../img/feature-bg.jpg) no-repeat center center;
	background-color: rgba(0,0,0,0.8);
	background-size: cover;
	position: relative;
}
.features-content {
	color: white;
	position: relative;
	z-index: 999;
}
.bg-overlay {
    background-color: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.feature-container {
	max-width: 800px;
	margin: 0 auto;
}
.tm-progress-container {
	width: 360px;
	max-width: 100%;
}
.tm-progress-container-left { float: left; }
.tm-progress-container-right { float: right; }
.tm-progress-label { overflow: hidden; }
.tm-progress { border-radius: 0; }
.tm-progress .progress-bar { background-color: #225965; }
.margin-bottom-30 { margin-bottom: 30px; }

/* 8. Footer nav */
.footer-nav { font-size: 12px; }
.footer-nav h3 {
	font-size: 14px;
	font-weight: 700;
}
.footer-nav li {
    list-style: none;
    line-height: 2em;
}
.footer-nav p,
.footer-nav li a {
    color: #ccc;
}
.footer-nav li a:hover { color: white; }
.blue-divider {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	height: 20px;
}
.blue-divider div { height: 100%; }
.blue-divider .dark-blue-bg { width: 30%; }
.blue-divider .blue-bg {
	background-color: #1b434c;
	width: 60%;
}
.dark-blue-bg { background-color: #072628; }
.blue-divider-bg-graphic {
	background: #08292b url(../img/header-lines.jpg) right center no-repeat;
	width: 100%;
}
footer { background: #122f35; }
.copyright-text {
	color: #ccc;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 0;
}

/* 9. About */
.tm-img-container {
	cursor: pointer;
	display: inline-block;
	position: relative;
	max-width: 100%;
}
.tm-img-overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(7, 38, 40, 0.8);
	display: -webkit-flex;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-webkit-justify-content: center;
	    -ms-flex-pack: center;
	        -webkit-box-pack: center;
	        justify-content: center;
	-webkit-flex-direction: column;
	    -ms-flex-direction: column;
	        -webkit-box-orient: vertical;
	        -webkit-box-direction: normal;
	        flex-direction: column;
	opacity: 0;
	-webkit-transition: all 0.3s ease;
	        transition: all 0.3s ease;
}
.tm-img-container:hover .tm-img-overlay { opacity: 1; }
.img-title {
	color: white;
	font-weight: 700;
	text-transform: uppercase;
}
.img-description { color: #0fea7b; }
.img-title,
 .img-description {
 	text-align: center;
 }
.tm-about-left { max-width: 603px; }
.tm-about-right {
	text-align: center;
	max-width: 600px;
	margin: 0 auto;
}
/* Flexbox fix for IE 10 http://stackoverflow.com/questions/16808815/ie10-flexbox-p-element-non-wrapping */
.about-h3 {
	font-size: 18px;
	font-weight: 700;
}
.about-description { line-height: 1.6em; }
.recent-post-container {
	max-width: 475px;
	margin-left: auto;
	margin-right: auto;
}
.recent-post-title { font-size: 22px; text-align: center;}
.font-weight-700 { font-weight: 700; }
.red-text { color: red; }

/* 10. Profile */
.folio-filters { width: 100%; }
.folio-filters li {
  display: inline-block;
  margin-left: 10px;
}
.folio-filters li a {
  display: block;
  padding: 8px 30px;
  font-weigth: bold;
  text-transform: uppercase;
  color: #5c5c5c;
  background-color: #eeeeee;
  -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
}
.folio-filters li a:hover,
.folio-filters li.current a {
  background: #1b434c;
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(63,105,115,1)), color-stop(41%, rgba(47,95,107,1)), color-stop(100%, rgba(19,54,64,1)));
	background: -webkit-gradient(linear, left top, left bottom, from(rgba(63,105,115,1)), color-stop(41%, rgba(47,95,107,1)), to(rgba(19,54,64,1)));
	background: -webkit-linear-gradient(top, rgba(63,105,115,1) 0%, rgba(47,95,107,1) 41%, rgba(19,54,64,1) 100%);
	background: linear-gradient(to bottom, rgba(63,105,115,1) 0%, rgba(47,95,107,1) 41%, rgba(19,54,64,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3f6973', endColorstr='#133640', GradientType=0 );
	color: white;
}
.folio-filters li a:focus { text-decoration: none; /* Remove underline after click in IE */ }
.folio-item { text-align: center; }

/* 11. Contact */
.contact-point {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
}
.contact-point-icon {
    width: 60px;
    text-align: center;
}
.contact-point-icon,
 .contact-point-detail-container {
    padding: 10px;
}
.form-control {
    border-radius: 0;
    background-color: #d4dfe1;
    color: #000;
}
.form-control::-webkit-input-placeholder { color: #000; }
.form-control:-moz-placeholder { color: #000; }
.form-control::-moz-placeholder { color: #000; }
.form-control:-ms-input-placeholder { color: #000; }
.btn-submit {
	border: 0;
	margin-right: 0;
	width: 100%;
}
.google-map-container {
	border: 1px solid #ddd;
	padding: 5px;
}
.google-map { height: 420px; }

