@font-face {
    font-family: Anders;
    src: url(../fonts/anders.woff);
}
body, html {
	font-family: 'Open Sans', sans-serif;
	text-rendering: optimizeLegibility !important;
	-webkit-font-smoothing: antialiased !important;
	color: #333;
	background-color: #fff;
}
h2 {
	text-transform: uppercase;
}
h3 {
	font-size: 16px;
	font-weight: 600;
}
h4 {
	text-transform: uppercase;
}
p {
	font-family: 'Open Sans', sans-serif;
	line-height: 24px;
}
a:hover, a:focus {
	text-decoration: none;
}
.btn:active, .btn.active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
a:focus, .btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: none;
	outline-offset: none;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
ul, ol {
	padding: 0;
	list-style: none;
}

/* Navigation */

#menu {
	padding: 20px;
	transition: all 0.8s;
}
.navbar-default {
	background-color: rgba(248, 248, 248, 0);
	border-color: rgba(231, 231, 231, 0);
}
a.navbar-brand {
	padding: 0px;
}
a.navbar-brand>img {
  height: 100%;
  width: auto;
}
.navbar-default .navbar-nav > li > a {
	text-transform: uppercase;
	color: #231f20;
	font-size: 12px;
	letter-spacing: 1px;
}
@media (min-width: 768px) {
	.navbar-brand, .navbar-nav li a {
	    line-height: 90px;
	    height: 90px;
	    padding-top: 0;
	}
	.navbar-default .navbar-nav > li > a {
		font-size: 14px;
	}	
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fff;
}
.on {
	background-color: #888888 !important;
	padding: 0 !important;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color: #fff !important;
	background-color: transparent;
}
.navbar-default .navbar-toggle{
  border-color: #231f20;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: #231f20;
}
.navbar-toggle {
	border-radius: 0;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
  background: #f69c6f;
  border: 2px solid #f69c6f;	
}
.navbar-default .navbar-toggle:hover>.icon-bar {
	background-color: #fff;
}

/* Home Style */

header {
	background: url(../img/header-bg.jpg) no-repeat center center;
	background-size: cover;
	color: #cfcfcf;
	position: relative;
	height: 100%;
}
header p {
	color: #222;
	font-family: Anders;
	font-size: 16px;
	font-weight: bold;
	margin-top: 40px;
/*	background-color: rgba(255,255,255,0.4);
	padding: 0 4px;
	border-radius : 2px;*/
}
header p.headerSubquote{
	font-family: 'Open Sans', sans-serif;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 50px;
/*	background-color: rgba(255,255,255,0.4);
	padding: 0 4px;
	border-radius : 2px;*/
}
header {
	text-align: center;
}
@media (min-width: 360px) {
	header p.headerSubquote{
		margin-left: 210px;
	}
}
.intro-text {
	position: relative;
	padding-top: 150px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 540px;
}
.intro-text h1 {
	text-transform: uppercase;
	color: #231f20;
	font-size: 60px;
	font-weight: 700;
	/*text-shadow: 2px 0 10px #f27435;*/
}
@media (max-width: 767px) {
	.intro-text h1 {
		font-size: 50px;
	}
}
.btn.btn-default {
	font-family: 'Open Sans', sans-serif;
	background-color: rgba(255,255,255,0.8);
	border: 0;
	margin: 0 8px;
	font-size: 18px;
	transition: all 0.5s;
}
.btn.btn-default:hover, .btn.btn-default:focus, .btn.btn-default:active {
	background-color: rgba(246, 156, 111,0.8);
	color: #fff;
}

/* General for all Sections */

.section-title h2 {
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}
.section-title hr {
	height: 2px;
	width: 50%;
	float: left;
	position: relative;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#e3e5e5+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(227,229,229,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(227,229,229,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e5e5', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
	border: 0;
	margin-bottom: 50px;
}

/* About Section */

#about-section {
	padding: 80px 0 100px 0;
}
#about-section .section-title hr {
	margin-bottom: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(246, 156, 111,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246, 156, 111,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(246, 156, 111,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(246, 156, 111,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(246, 156, 111,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(246, 156, 111,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
#about-section i {
	float: left;
	display: block;
	margin-right: 15px;
	font-size: 54px;
}
#about-section p {
	margin-top: 20px;
	margin-bottom: 30px;
}

/* Services Section */

#services-section {
	padding: 60px 0 100px 0;
 	background-color: #f69c6f;
}
#services-section .section-title hr {
	margin-top: 10px;
	margin-bottom: 15px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
#hexGrid {
  overflow: hidden;
  width: 32%;
  margin: 0 auto;
  padding:0.866% 0;
}
#hexGrid:after {
  content: "";
  display: block;
  clear: both;
}
.hex {
  position: relative;
  list-style-type: none;
  float: left;
  overflow: hidden;
  visibility: hidden;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
  -webkit-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
  -ms-transform: rotate(-60deg) skewY(30deg) translatez(-1px);
  transform: rotate(-60deg) skewY(30deg) translatez(-1px);
}
.hex * {
  position: absolute;
  visibility: visible;
  outline:1px solid transparent; /* fix for jagged edges in FF on hover transition */
}
.hexIn {
  display:block;
  width: 100%;
  height: 100%;
  text-align: center;
  color: #333;
  overflow: hidden;
  -webkit-transform: skewY(-30deg) rotate(60deg);
  -ms-transform: skewY(-30deg) rotate(60deg);
  transform: skewY(-30deg) rotate(60deg);
}
/*** HEX CONTENT **********************************************************************/
.hex img {
    left: -100%;
    right: -100%;
    width: auto;
    height: 100%;
    margin: 0 auto;
}
/*.hex a {
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}*/
.hex .hexColor {
  background-color: rgba(255, 255, 255, 0.9);
}
.hex h4, .hex p {
  width: 102%;
  left:-1%; /* prevent line on the right where background doesn't cover image */
  padding: 5%;
  box-sizing:border-box;
  font-weight: 300;
}
.hex h4 {
  top: 40%;
  padding-bottom:50%;   
  font-size: 18px;
  font-weight: 400;
	line-height: 22px;
  /*font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;*/
  text-transform: none;
}
.hex p {
  bottom: 50%;
  padding-top:50%;  
  font-size: 24px;
}
.hex p i {
  display:block;
  width: 100%;
  margin:auto;
  font-size: 44px;
  margin-top: -40px;
  margin-left: -8px;
  color: rgba(51, 51, 51, 0.6);
} 
.hex p.hexHoverP {
  bottom: 100%;
  padding-top:120%; 

  z-index: 1;
  -webkit-transition: all ease .3s;
  -moz-transition: all ease .3s;
  transition: all ease .3s;

  -webkit-transform:translateY(0%) translatez(-1px);
  -ms-transform:translateY(0%) translatez(-1px);
  transform:translateY(0%) translatez(-1px);
}
.hex p.hexHoverP span.hexHoverSpan {
  display:block;
  width: 100%;
  margin:auto;
  font-size: 16px;
  font-style: italic;
  margin-top: -31%;
  margin-left: -11px;
  color: rgba(255, 255, 255, 1);
}

/*** HOVER EFFECT  **********************************************************************/
.hex a:hover, .hex a:focus {
  /*background-color: rgba(255, 255, 255,0.1);*/
  text-decoration: none;
  color: #333;
}
/*.hexIn:hover p.hexHoverPcolor1, .hexIn:focus p.hexHoverPcolor1 {*/
.hexIn:hover p.hexHoverPcolor1 {	
  /*background-color: rgba(242, 116, 53, 0.8);*/
  background-color: rgba(0, 0, 0, 0.85);
  -webkit-transform:translateY(100%) translatez(-1px);
  -ms-transform:translateY(100%) translatez(-1px);
  transform:translateY(100%) translatez(-1px);
}
/*.hexIn:hover p.hexHoverPcolor2, .hexIn:focus p.hexHoverPcolor2 {*/
.hexIn:hover p.hexHoverPcolor2 {
  background-color: rgba(242, 116, 53, 0.85);
  /*background-color: rgba(0, 0, 0, 0.85);*/
  -webkit-transform:translateY(100%) translatez(-1px);
  -ms-transform:translateY(100%) translatez(-1px);
  transform:translateY(100%) translatez(-1px);
}
/*** SPACING AND SIZING *****************************************************************/
.hex {
    width: 49.5%; 
    padding-bottom: 57.158%;
}
.hex:nth-child(3n+3) {
    margin-top: -13.423%;
    margin-bottom: -13.423%;
    -webkit-transform: translateX(50%) rotate(-60deg) skewY(30deg);
        -ms-transform: translateX(50%) rotate(-60deg) skewY(30deg);
            transform: translateX(50%) rotate(-60deg) skewY(30deg);
}
.hex:nth-child(3n+3):last-child {
    margin-bottom: 0;
}
.hex:nth-child(3n+3) {
    margin-left: 0.5%;
}
.hex:nth-child(3n+2) {
    margin-left: 1%;
}
.hex:nth-child(3n+4) {
    clear: left;
}
/*** ADJUST FOR VARIOUS SCREEN SIZES ****************************************************/
@media (max-width: 1200px) {
  #hexGrid {
    width:40%;
  }
}
@media (max-width: 992px) {
  #hexGrid {
    width:60%;
  }
}
@media (max-width: 612px) {
  #hexGrid {
    width:90%;
  }
}
@media (max-width: 440px) {
  #hexGrid {
    width:100%;
  }
  .hex p i {
	  font-size:36px;
		margin-top: -40px;
		margin-left: -6px;    
  }
  .hex h4 {
    font-size:16px;
    margin-top: 7px;
    line-height: 20px;
  }
  .hex p.hexHoverP span.hexHoverSpan {
    font-size: 14px;
    margin-left: -10px;
  }
}
.servicesModal h2 {
	padding-top: 10px;
	padding-bottom: 30px;
}

/* Call To Action Section */

#call-to-action-section {
	padding: 80px 0 100px 0;
	background-color: #fff;
	background-image: linear-gradient(rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.85)), url("../img/call-to-action-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
#call-to-action-section .section-title h2 {
	margin-bottom: 50px;
}
#call-to-action-section p {
	font-size: 16px;
}
#call-to-action-section .cta-btn {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 18px;
  border-radius: 30px;
  margin-top: 25px;
  color: #fff;
	background-color: rgba(246, 156, 111, 0.75);
	border: 1px solid rgba(246, 156, 111, 1);
}
#call-to-action-section .cta-btn:hover {
  animation-name: rubberBand;
  animation-duration: 0.75s;
}
@media (max-width:768px) {
  #call-to-action-section .cta-btn { margin-top: 40px; }
}

/*News Section */

#news-section {
  padding: 80px 0 100px 0;
	background-color: #f69c6f;
}
#news-section .section-title hr {
	margin-bottom: 40px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
.timeline{list-style:none;padding:0;position:relative}
.timeline:before{top:0;bottom:0;position:absolute;content:"";width:2px;background-color:#fff;left:40px;margin-left:-1.5px}
.timeline>li{margin-bottom:50px;position:relative;min-height:50px}
.timeline>li:before,
.timeline>li:after{content:" ";display:table}
.timeline>li:after{clear:both}
.timeline>li .timeline-image{left:0;margin-left:0;width:80px;height:80px;position:absolute;z-index:100;background-color:#f69c6f;color:#333;border-radius:100%;border:3px solid #fff;text-align:center;display: table}
/*.timeline>li .timeline-image h4{font-size:10px;margin-top:12px;line-height:14px}*/
.timeline>li .timeline-panel{width:100%;float:right;padding:0 20px 0 100px;position:relative;text-align:left}
.timeline>li .timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto}
.timeline>li .timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}
.timeline>li.timeline-inverted>.timeline-panel{float:right;text-align:left;padding:0 20px 0 100px}
.timeline>li.timeline-inverted>.timeline-panel:before{border-left-width:0;border-right-width:15px;left:-15px;right:auto}
.timeline>li.timeline-inverted>.timeline-panel:after{border-left-width:0;border-right-width:14px;left:-14px;right:auto}
.timeline>li:last-child{margin-bottom:0}
/*.timeline .timeline-heading h4{margin-top:0;color:inherit}*/
/*.timeline .timeline-heading h4.subheading{text-transform:none}*/
.timeline .timeline-body>p, .timeline .timeline-body>ul{margin-bottom:0}
.timeline .timeline-body>p {
	color:#444;
}
.timeline .timeline-body .btn-readMore {
	margin-top: 5px;
	color: #fff;
	background-color: #333;
	border-color: #333;
	transition: all 0.5s;
}
.timeline .timeline-body .btn-readMore:hover, .timeline .timeline-body .btn-readMore:focus, .timeline .timeline-body .btn-readMore.active {
	/*background-color: rgba(51, 51, 51,0.7);*/ /*background-color: rgba(51, 51, 51,1) <=> #333 */
	/*background-color: #888;*/
	background-color: transparent;
	border-color: #fff;
}
.timeline>li .timeline-image span.date, .timeline>li .timeline-image span.olderNewsLink {
  display:table-cell;
  vertical-align:middle;
  font-weight: 900;
  text-transform: uppercase;
}
.timeline>li .timeline-image span.date span, .timeline>li .timeline-image span.olderNewsLink span {
  display: block;
}
.timeline>li .timeline-image span.date span.day, .timeline>li .timeline-image span.olderNewsLink span.olderNewsLink1  {
  font-size: 12px;
}
.timeline>li .timeline-image span.date span.month, .timeline>li .timeline-image span.olderNewsLink span.olderNewsLink2 {
  font-size: 16px;
}
.timeline>li .timeline-image span.date span.year, .timeline>li .timeline-image span.olderNewsLink span.olderNewsLink3 {
  font-size: 12px;
}
@media (min-width:768px){
  .timeline:before{left:50%}
  .timeline>li{margin-bottom:100px;min-height:100px}
  .timeline>li .timeline-panel{width:41%;float:left;padding:0 20px 20px 30px;text-align:right}
  .timeline>li .timeline-image{width:100px;height:100px;left:50%;margin-left:-50px}
  /*.timeline>li .timeline-image h4{font-size:13px;margin-top:16px;line-height:18px}*/
  .timeline>li.timeline-inverted>.timeline-panel{float:right;text-align:left;padding:0 30px 20px 20px}
  .timeline>li .timeline-image span.date span.day, .timeline>li .timeline-image span.olderNewsLink span.olderNewsLink1 {
    font-size: 15px;
  }
  .timeline>li .timeline-image span.date span.month, .timeline>li .timeline-image span.olderNewsLink span.olderNewsLink2 {
    font-size: 19px;
  }
  .timeline>li .timeline-image span.date span.year, .timeline>li .timeline-image span.olderNewsLink span.olderNewsLink3 {
    font-size: 15px;
  }    
}
@media (min-width:992px) {
  .timeline>li{min-height:150px}
  .timeline>li .timeline-panel{padding:0 20px 20px}
  .timeline>li .timeline-image{width:150px;height:150px;margin-left:-75px}
  /*.timeline>li .timeline-image h4{font-size:18px;margin-top:30px;line-height:26px}*/
  .timeline>li.timeline-inverted>.timeline-panel{padding:0 20px 20px}
  .timeline>li .timeline-image span.date span.day, .timeline>li .timeline-image span.olderNewsLink span.olderNewsLink1 {
    font-size: 18px;
  }
  .timeline>li .timeline-image span.date span.month, .timeline>li .timeline-image span.olderNewsLink span.olderNewsLink2 {
    font-size: 22px;
  }
  .timeline>li .timeline-image span.date span.year, .timeline>li .timeline-image span.olderNewsLink span.olderNewsLink3 {
    font-size: 18px;
  }  
}
.timeline>li .timeline-panel .timeline-heading h4{font-size: 1.2em;}
#olderNews.timeline-image {	
  color: #fff;
  background-color: #333;
  cursor: pointer;
  transition: all ease 0.5s;
}
#olderNews.timeline-image:hover, #olderNews.timeline-image:focus {
  background-color: #888;
}
.olderNew {
  display: none;
}

/* Contact Section */

#contact-section {
	padding: 80px 0 130px 0;
	background-color: #eff1f1;
}
#contact-section .section-title hr {
	margin-bottom: 30px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a4e9e0+0,ffffff+100&amp;1+0,0+100 */
	background: -moz-linear-gradient(left, rgba(246, 156, 111,1) 0%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246, 156, 111,1)), color-stop(100%, rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(246, 156, 111,1) 0%, rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(246, 156, 111,1) 0%, rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(246, 156, 111,1) 0%, rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(246, 156, 111,1) 0%, rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a4e9e0', endColorstr='#00ffffff', GradientType=1 ); /* IE6-9 */
}
#contact-section h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 50px;
}
#contact-section form {
	padding: 20px 0;
}
#contact-section i.fa {
	color: #f69c6f;
	margin-right: 20px;
}
label {
	font-size: 12px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	float: left;
}
#contact-section .form-control {
	display: block;
	width: 100%;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	color: #555;
	background-color: #fff;
	background-image: none;
	border: 1px solid #ccc;
	border-radius: 2px;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
#contact-section .form-control:focus {
	border-color: inherit;
	outline: 0;
	-webkit-box-shadow: transparent;
	box-shadow: transparent;
}
#contact-section .btn {
	background-color: #fff;
    border: 2px solid #fff;
	color: #aaa;
	border-radius: 4px;
	padding: 10px 20px;
	margin-top: 20px;
	font-size: 16px;
}
#contact-section .btn:hover, #contact-section .btn:focus {
	background-color: #f69c6f;
	border-color: #f69c6f;
	color: #fff;
}
#contact-section .text-danger {
	color: #ff1a00;
	text-align: left;
}
#contact-section #success .alert-danger strong a {
	color: inherit;
	text-decoration: underline;
}
.address-spacing {
	margin-left: 56px;
}
.contact-map-link {
  font-style: italic;
  font-weight: bold;
  font-size: 1.1em;
  color: #333;
}
.contact-email-link {
	font-style: italic;
	color: #333;
}
.contact-map-link:hover, .contact-map-link:focus, .contact-email-link:hover, .contact-email-link:focus {
	color: #888;
}
.vertical-spacing {
	margin-top: 20px;
}
/*#contact-section .social {
	padding-top: 30px; 
}
#contact-section .social ul {
	margin-left: -16px;
}
#contact-section .social ul li {
	margin: 0 6px;
}
#contact-section .social ul li .btn-social {
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    text-align: center;
    font-size: 25px;
    line-height: 45px;
    background-color: #f69c6f;
    border: 2px solid #f69c6f;
    transition: all ease 0.5s;
}
#contact-section .social ul li .btn-social i.fa {
	font-size: 25px;
	margin: 5px;
	color: #eff1f1;
	transition: all ease 0.5s;
}
#contact-section .social ul li .btn-social:hover, #contact-section .social ul li .btn-social:focus{
	background-color: #eff1f1;
}
#contact-section .social ul li .btn-social:hover i.fa, #contact-section .social ul li .btn-social:focus i.fa{
	color: #f69c6f;
}*/

/* Professional Bodies Section */

#professional-bodies-section {
	padding: 30px 0;
	background-color: #f69c6f;
	/*background-color: rgba(51, 51, 51,0.3);*/
}

/* Footer */

#footer {
	background-color: #333;
	color: #fff;
	padding: 15px 0 10px 0;
}
#footer p {
	font-size: 13px;
	margin-top: 10px;
}

/* Map & Modals*/

.map {
  height: 550px;
}
@media(max-width:768px) {
  .map { 
    height: 500px;
  }
}
.modal-contact {
	margin-top: 20px;
}
.modal-contact h3 {
	font-size: 20px;
	font-weight: 400;
	text-transform: uppercase;
}
.modal-contact .address-spacing {
	margin-left: 44px;
}
.modal-contact i.fa {
	color: #f69c6f;
}
/* Modals */
.modal .modal-content {
  padding: 100px 0 20px 0;
  min-height: 100%;
  border: 0;
  border-radius: 0;
  text-align: center;
  background-clip: border-box;
  -webkit-box-shadow: none;
  box-shadow: none;
  /*background-color: #fcdfcf;*/
  background: -webkit-linear-gradient(135deg, #fcdfcf, #fdefe7); /* Safari 5.1-6.0 */
  background: -o-linear-gradient(135deg, #fcdfcf, #fdefe7); /* Opera 11.1-12.0 */ 
  background: -moz-linear-gradient(135deg, #fcdfcf, #fdefe7); /* Firefox 3.6-15 */  
  background: linear-gradient(135deg, #fcdfcf, #fdefe7);
}
.modal .modal-content h2 {
  margin: 0;
  font-size: 3em;
  text-transform: none;
}
.modal .modal-content img {
  margin-top: 40px;
  margin-bottom: 30px;
  max-height: 300px;
}
.modal .modal-content .modal-logo img {
  position: absolute;
  top: -32px;
  left: 150px;
  height: 110px;
}
.modal .modal-content .modal-main-text {
	min-height: 55vh;
	text-align: left;
}
.modal .modal-content .modal-main-text .fa-li {
	color: #f69c6f;
}
.modal .close-modal {
  position: absolute;
  top: 25px;
  right: 170px;
  width: 75px;
  height: 75px;
  background-color: transparent;
  cursor: pointer;
}
.modal .close-modal:hover {
  opacity: .3;
}
.modal .close-modal .lr {
  z-index: 1051;
  width: 1px;
  height: 75px;
  margin-left: 35px;
  background-color: #2c3e50;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.modal .close-modal .lr .rl {
  z-index: 1052;
  width: 1px;
  height: 75px;
  background-color: #2c3e50;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.modal .modal-body {
	margin-top: 10px;
}
.modal p.item-intro {
  margin:10px 0 30px;
  font-family:"Droid Serif","Helvetica Neue",Helvetica,Arial,sans-serif;
  font-style:italic;
  font-size:16px;
}
.modal .btn {
  background: #fff;
  border: 2px solid #fff;	
/*  background: #eff1f1;
  border: 2px solid #eff1f1;*/
  border-radius: 4px;
  padding: 10px 20px;
  margin-top: 30px;
  color: #aaa;
  font-size: 16px;
}
.modal .btn:hover, .modal .btn:focus {
  background: #f69c6f;
  border: 2px solid #f69c6f; 
  color: #fff;
}
.modal .modal-backdrop {
  display: none;
  opacity: 0;
}
#mapModal.modal .modal-content .modal-logo img { left: 0px; }
#mapModal.modal .close-modal { right: 20px; }	
/* News Section - Special Modal Specifications */
.newsModal .modal-body {
	margin-top: 10px;
}
.newsModal .modal-content h2 {
	line-height: 100%;
	font-size: 2em;
}
/* Responiveness Related */
@media (max-width: 1200px) {
	.modal .modal-content .modal-logo img { left: 0px; }
	.modal .close-modal { right: 20px; }	
}
@media (max-width: 768px) {
  .modal .modal-content .modal-main-text { text-align: justify; }	
	.content { padding: 40% 0 0; }
	#menu.navbar-default { background-color: rgba(136, 136, 136, 0.9); }	
}
@media (max-width: 603px) {
	label { float: none !important }
	.pull-left.fnav, .pull-right.fnav { float: none !important; text-align: center; }
	.hover-bg .hover-text { padding: 12% 10%; }
}
@media (max-width: 360px) {
	.hover-bg .hover-text { padding: 22% 10%; }
}

/* Animatons */

@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}