﻿/*!
 * Bootstrap v3.3.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

.btn-default,
.btn-primary,
.btn-success,
.btn-info,
.btn-warning,
.btn-danger {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-default:active,
.btn-primary:active,
.btn-success:active,
.btn-info:active,
.btn-warning:active,
.btn-danger:active,
.btn-default.active,
.btn-primary.active,
.btn-success.active,
.btn-info.active,
.btn-warning.active,
.btn-danger.active {
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn-default .badge,
.btn-primary .badge,
.btn-success .badge,
.btn-info .badge,
.btn-warning .badge,
.btn-danger .badge {
  text-shadow: none;
}
.btn:active,
.btn.active {
  background-image: none;
}
.btn-default {
  text-shadow: 0 1px 0 #fff;
    background-repeat: repeat-x;
	border-color: #ccc;
	background-image: linear-gradient(to bottom, #fff 0%, #e0e0e0 100%);
}
.btn-default:hover,
.btn-default:focus {
  background-color: #e0e0e0;
  background-position: 0 -15px;
}
.btn-default:active,
.btn-default.active {
  background-color: #e0e0e0;
  border-color: #dbdbdb;
}
.btn-default:disabled,
.btn-default[disabled] {
  background-color: #e0e0e0;
  background-image: none;
}
.btn-primary {
  background-repeat: repeat-x;
	border-color: #245580;
	background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
}
.btn-primary:hover,
.btn-primary:focus {
  background-color: #265a88;
  background-position: 0 -15px;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #265a88;
  border-color: #245580;
}
.btn-primary:disabled,
.btn-primary[disabled] {
  background-color: #265a88;
  background-image: none;
}
.btn-success {
  background-repeat: repeat-x;
	border-color: #3e8f3e;
	background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
}
.btn-success:hover,
.btn-success:focus {
  background-color: #419641;
  background-position: 0 -15px;
}
.btn-success:active,
.btn-success.active {
  background-color: #419641;
  border-color: #3e8f3e;
}
.btn-success:disabled,
.btn-success[disabled] {
  background-color: #419641;
  background-image: none;
}
.btn-info {
  background-repeat: repeat-x;
	border-color: #28a4c9;
	background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
}
.btn-info:hover,
.btn-info:focus {
  background-color: #2aabd2;
  background-position: 0 -15px;
}
.btn-info:active,
.btn-info.active {
  background-color: #2aabd2;
  border-color: #28a4c9;
}
.btn-info:disabled,
.btn-info[disabled] {
  background-color: #2aabd2;
  background-image: none;
}
.btn-warning {
  background-repeat: repeat-x;
	border-color: #e38d13;
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
}
.btn-warning:hover,
.btn-warning:focus {
  background-color: #eb9316;
  background-position: 0 -15px;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #eb9316;
  border-color: #e38d13;
}
.btn-warning:disabled,
.btn-warning[disabled] {
  background-color: #eb9316;
  background-image: none;
}
.btn-danger {
  background-repeat: repeat-x;
	border-color: #b92c28;
	background-image: linear-gradient(to bottom, #d9534f 0%, #c12e2a 100%);
}
.btn-danger:hover,
.btn-danger:focus {
  background-color: #c12e2a;
  background-position: 0 -15px;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #c12e2a;
  border-color: #b92c28;
}
.btn-danger:disabled,
.btn-danger[disabled] {
  background-color: #c12e2a;
  background-image: none;
}
.thumbnail,
.img-thumbnail {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  background-color: #e8e8e8;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  background-color: #2e6da4;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
}
.navbar-default {
  background-repeat: repeat-x;
	border-radius: 4px;
	background-image: linear-gradient(to bottom, #fff 0%, #f8f8f8 100%);
}
.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .active > a {
  background-repeat: repeat-x;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .075) inset;
	background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
}
.navbar-brand,
.navbar-nav > li > a {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .25);
}
.navbar-inverse {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #3c3c3c 0%, #222 100%);
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .active > a {
  background-repeat: repeat-x;
	box-shadow: 0 3px 9px rgba(0, 0, 0, .25) inset;
	background-image: linear-gradient(to bottom, #080808 0%, #0f0f0f 100%);
}
.navbar-inverse .navbar-brand,
.navbar-inverse .navbar-nav > li > a {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, .25);
}
.navbar-static-top,
.navbar-fixed-top,
.navbar-fixed-bottom {
  border-radius: 0;
}
@media (max-width: 767px) {
  .navbar .navbar-nav .open .dropdown-menu > .active > a,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #fff;
    background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
}
}
.alert {
  text-shadow: 0 1px 0 rgba(255, 255, 255, .2);
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, .25), 0 1px 2px rgba(0, 0, 0, .05);
}
.alert-success {
  background-repeat: repeat-x;
	border-color: #b2dba1;
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
}
.alert-info {
  background-repeat: repeat-x;
	border-color: #9acfea;
	background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
}
.alert-warning {
  background-repeat: repeat-x;
	border-color: #f5e79e;
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
}
.alert-danger {
  background-repeat: repeat-x;
	border-color: #dca7a7;
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
}
.progress {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
}
.progress-bar {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
}
.progress-bar-success {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
}
.progress-bar-info {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
}
.progress-bar-warning {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
}
.progress-bar-danger {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #d9534f 0%, #c9302c 100%);
}
.progress-bar-striped {
  background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:      -o-linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
  background-image:         linear-gradient(45deg, rgba(255, 255, 255, .15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%, transparent 75%, transparent);
}
.list-group {
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .075);
}
.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
  text-shadow: 0 -1px 0 #286090;
    background-repeat: repeat-x;
	border-color: #2b669a;
	background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
}
.list-group-item.active .badge,
.list-group-item.active:hover .badge,
.list-group-item.active:focus .badge {
  text-shadow: none;
}
.panel {
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
          box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
}
.panel-primary > .panel-heading {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
}
.panel-success > .panel-heading {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
}
.panel-info > .panel-heading {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
}
.panel-warning > .panel-heading {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
}
.panel-danger > .panel-heading {
  background-repeat: repeat-x;
	background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
}
.well {
  background-repeat: repeat-x;
	border-color: #dcdcdc;
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
}
/*# sourceMappingURL=bootstrap-theme.css.map */

/*

Template 2089 Meteor

http://www.tooplate.com/view/2089-meteor

*/


* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', arial, sans-serif;
}
ul {
	list-style: none;
}
p {
	color: #5a5a5a;
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 1.4;
}
.primary-button a {
	display: inline-block;
	background-color: #a2cf8d;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	letter-spacing: 1px;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.primary-button a:hover {
	background-color: #5c9d7d;
}
.white-button a {
	display: inline-block;
	background-color: #fff;
	padding: 12px 18px;
	color: #121212;
	font-size: 11px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
	transition: all 0.5s;
}
.white-button a:hover {
	background-color: #121212;
	color: #fff;
}
.section-heading h4 {
	text-align: center;
	font-size: 17px;
	text-transform: uppercase;
	font-weight: 700;
	color: #121212;
}
.section-heading .line-dec {
	width: 180px;
	height: 3px;
	background-color: #121212;
	margin: 0 auto;
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0;
    z-index: 10000;
    transition: all 0.2s ease-in-out;
    height: 80px;
    background-color:transparent;  
    
    text-align: center;
    line-height: 40px;
}

.navbar-inverse .navbar-brand, .navbar-inverse .navbar-nav>li>a {
    text-shadow: none;
}

.navbar-brand {
	line-height: 80px;
	padding: 0px;
}

.navbar-nav>li>a {
	color: #fff!important;
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	line-height: 80px;
	padding: 0px;
	letter-spacing: 0.5px;
}

.navbar-nav>li>a:hover
{
	font-style:italic;
}

.navbar-nav>li {
	margin-left: 35px;
}

.header.active .navbar-nav>li>a {
	font-size: 13px;
	font-weight: 400;
	text-transform: uppercase;
	text-shadow: none;
	color: #121212!important;
}

.header.active .navbar-nav>li>a:hover
{
	font-style:italic;
}

.header.active {
    background-color: rgba(250, 250, 250, 0.8);
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
}
.navbar-brand .logo{
	margin-top: 10px;
	margin-left: 0px;
	background-image: url(../img/white_logo.gif);
	background-size: contain;
	display: inline-block;
	width: 266px;
	height: 46px;
	background-repeat: no-repeat;
}
.header.active .navbar-brand .logo{
	margin-top: 10px;
	margin-left: 0px;
	background-image: url(../img/black_logo.gif);
	display: inline-block;
	width: 266px;
	height: 46px;
	background-repeat: no-repeat;
}
@media (max-width: 992px) 
{
	.navbar-brand .logo {
		width: 133px;
		height: 23px;
	}
	.header.active .navbar-brand .logo {
		width: 133px;
		height: 23px;
	}
}

#main-nav {
	background-color: transparent;
	background-image: none!important;
}
.header .navbar-brand {
    font-weight: 900;
}
.navbar-inverse {
	background-image: none;
	background-color: transparent;
}
.header .navbar {
    margin: 0;
    border: none;
}
.page-section {
    padding: 20px 0;
}
.page-section a:link, .page-section a:visited, .page-section a:hover
{
	color:black;
} 
.navbar-inverse .navbar-toggle {
	margin-top: 22px;
    border-color: #a2cf8d;
    background-color: #a2cf8d;
}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
	background-color: #a2cf8d;
}
.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 15px!important;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
@media (min-width: 768px) {
    .header .navbar-brand {
        padding-left: 0;
    }
    .navbar-nav {
        float: right;
    }
}
@media (max-width: 480px) {
    .page-section h1 {
        font-size: 3em;
    }
    .page-section h2 {
        font-size: 2em;
    }
    .page-section p {
        font-size: 1em;
        margin: 0 0 20px;
    }
}



/* HERO SLIDER */

.slide-caption {
	color: #fff;
	background-color: rgba(64,64,64,0.5);
	bottom:0;
	left:50%;
	transform: translateX(-50%);	
	position:absolute;
	width:100%;
}

.slide-caption span {
	font-size: 16px;
	text-transform: uppercase;
}

.slide-caption h2 {
	font-size: 36px;
	text-transform: uppercase;
	font-weight: 900;
}

.slide-caption p {
	font-size: 13px;
/*	letter-spacing: 0.25px;
*/
}

ul.cd-hero-slider {
	margin-bottom: 0px!important;
}

#news {
	background-color: #f4f4f4;
/*	padding: 20px 0px; */
}

#news .section-heading {
	margin-bottom: 20px;
}

/* ABOUT */
.about-bg
{
	background-image: url(../Galleries/about_WatchfulEyes.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: 30%; /* 1000 / 2964 */	
	background-color: #f4f4f4;
}
#about {
	background-color: #f4f4f4;
}

#about .section-heading {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #fff;
}

/* COMMISSIONS */
.commissions-bg
{
	background-image: url("../Galleries/commissions_PanicInTheDelta.jpg");
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: 25%; /* 1000 / 2964 */	
	background-color: #f4f4f4;
}
#commissions {
	background-color: #f4f4f4;
}

#commissions .section-heading {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #fff;
}


/* LINKS */
.links-bg
{
	background-image: url(/Galleries/links_DeltaBlues.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	width: 100%;
	height: 0;
	padding-top: 29%; /* 700 / 1032 */	
	background-color: #f4f4f4;
}
#links {
	background-color: #f4f4f4;
}

#links .section-heading {
	margin-bottom: 20px;
	padding-bottom: 10px;
	color: #fff;
}

.service-item {
	cursor: pointer;
	background-color: #fff;
	text-align: center;
	padding: 20px 20px;
	transition: all 0.7s;
	box-shadow: 0px 0px 15px #cdcdcd;
	margin-bottom: 20px;
}


/*.service-item img {
	float: none;
	margin-bottom:10px;
}
*/
.service-item:hover {
	background-color: #444444;
}
.service-item:hover a:link, .service-item:hover a:visited, .service-item:hover a:hover {
	color:white;
}

.service-item h4 {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 15px;
	margin-top: 15px;
}

.service-item:hover h4 {
	color: #fff;
}

.service-item:hover p {
	color: #fff;
}


#what-we-do {
	background-image: url(../img/what-we-do-bg.png);
	width: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 80px 0px;
	color: #fff;
}

#what-we-do .right-image img {
	width: 100%;
	overflow: hidden;
}

#what-we-do h4 {
	font-size: 24px;
	font-weight: 700;
	letter-spacing: 0.5px;
	line-height: 30px;
	margin-bottom: 25px;
}

#what-we-do p {
	margin-bottom: 30px;
	color: #fff;
}

#what-we-do ul li {
	display: inline-block;
	margin-right: 15px;
	margin-bottom: 15px;
}



/* PORTFOLIO */

#portfolio {
	text-align: center;
}

.projects-holder .mix {
  display: none;
}

.filter-categories {
  text-align: center;
  margin-bottom: 10px;
  margin-top: 60px;
}

.filter-categories ul li {
  margin: 0px 10px 15px 10px;
  display: inline-block;
}

.filter-categories ul li span {
  cursor: pointer;
  color: #5a5a5a;
  display: inline-block;
  font-size: 14px;
  text-transform: capitalize;
  font-weight: 400;
}

.filter-categories ul li.active span {
  color: #a2cf8d;
}

.project-item {
	margin-top: 30px;
}

.project-item .thumb {
	position: relative;
	text-align: center;
	display: inline-block;
}

.project-item .thumb img {
	width: 100%;
	overflow: hidden;
}

.project-item .hover-effect {
	position: absolute;
	background-color: rgba(162, 207, 141, 0.95);
	width: 100%;
	top: 0;
	bottom: 0;
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s;
}

.project-item .hover-effect i {
	text-align: center;
	margin-top: 35%;
	display: inline-block;
	width: 46px;
	height: 46px;
	background-color: #fff;
	line-height: 46px;
	color: #a2cf8d;
	border-radius: 50%;
	font-size: 18px;
}

.project-item .hover-effect i:hover {
	background-color: #5c9d7d;
	color: #fff;
	transition: all 0.5s;
}

.project-item:hover .hover-effect {
	opacity: 1;
	visibility: visible;
}


/* BLOG */

#blog {
	background-image: url(../img/blog-bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
}

#blog .section-heading  {
	margin-bottom: 60px;
}

#blog .section-heading h4 {
	color: #fff;
}

#blog .section-heading .line-dec {
	background-color: #fff;
}

#blog .pop, .pop2, .pop3 {
	background-color: #fff;
}

.blog-item {
	cursor: pointer;
	margin-bottom: 30px;
}

.blog-item img {
	width: 100%;
	overflow: hidden;
}

.blog-item .thumb {
	position: relative;
}

.blog-item .text-content {
	position: absolute;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	padding: 12px 20px;
}

.blog-item .text-content h4 {
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 0.5px;
}

.blog-item .text-content span {
	font-size: 12px;
	color: #fff;
}

.blog-item .text-content em {
	font-style: normal;
	font-weight: 700;
	margin-right: 5px;
}

.pop, .pop2, .pop3 {
	z-index: 9999;
	text-align: center;
	padding: 30px;
    display:none;
    position:fixed;
    top:25%;
    left:10.3%;
    width:80%;
    height: auto;
    box-shadow: 0px 0px 25px #7a7a7a;
}

.pop span, .pop2 span, .pop3 span {
	margin-bottom: 20px;
	cursor: pointer;
	width: 44px;
	height: 44px;
	display: inline-block;
	line-height: 44px;
	color: #fff;
	text-align: center;
	background-color: #a2cf8d;
}

.pop span:hover, .pop2 span:hover, .pop3 span:hover {
	background-color: #5c9d7d;
	transition: all 0.5s;
}



/* FUN FACTS */

#fun-facts {
	padding: 100px 0px;
	background-color: #fff;
}

#fun-facts .fact-item {
	background-color: #f4f4f4;
	padding: 30px;
	text-align: center;
}

.fact-item .counter {
	font-size: 24px;
	font-weight: 700;
	color: #a2cf8d;
}

.fact-item span {
	display: inline-block;
	margin-top: 10px;
	font-style: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #7a7a7a;
}



/* CONTACT US */

#contact .section-heading h4 {
	color: #fff;
}

#contact .section-heading .line-dec {
	background-color: #fff;
}

#contact .section-heading {
	margin-bottom: 60px;
}

#contact {
	background-image: url(../img/contact-bg.png);
	background-repeat: no-repeat;
	width: 100%;
	background-size: cover;
}

#contact .map img {
	width: 100%;
	overflow: hidden;
}

#contact input {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.1);
	outline: none;
	border: none;
	box-shadow: none;
	line-height: 50px;
	height: 50px;
	width: 100%;
	margin-bottom: 30px;
}

#contact textarea {
	border-radius: 0px;
	padding-left: 15px;
	font-size: 13px;
	color: #fff;
	background-color: rgba(250, 250, 250, 0.1);
	outline: none;
	border: none;
	box-shadow: none;
	height: 165px;
	max-height: 220px;
	width: 100%;
	margin-bottom: 25px;
}

#contact button {
	display: inline-block;
	background-color: #a2cf8d;
	padding: 12px 18px;
	color: #fff;
	font-size: 11px;
	letter-spacing: 1px;
	font-weight: 500;
	text-transform: uppercase;
	text-decoration: none;
	border-radius: 20px;
}

#contact button:hover {
	color: #fff;
	background-color: #5c9d7d;
	transition: all 0.3s;
}


/* FOOTER */

footer {
	background-color: #202628;
	padding: 20px;
}

footer p {
	font-size: 12px;
	color: #fff;
	margin-bottom: 0px;
	margin-top: 20px;
}

footer em {
	font-style: normal;
	font-weight: 700;
	color: #a2cf8d;
}

footer ul {
	margin-top: 15px;
	float: right;
}

footer ul li {
	display: inline-block;
	margin-left: 5px;
}

footer ul li a {
	font-size: 16px;
	width: 36px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	display: inline-block;
	background-color: #a2cf8d;
	color: #202628;
	border-radius: 50%;
}

footer ul li a:hover {
	color: #202628;
	background-color: #5c9d7d;
	transition: all 0.5s;
}




/* LIGHT BOX */

body:after {
  content: url(../img/close.png) url(../img/loading.gif) url(../img/prev.png) url(../img/next.png);
  display: none;
}

body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  margin-top: 5%;
  left: 0;
  width: 100%;
  z-index: 100000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../img/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../img/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../img/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../img/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}



/* RESPONSIVE */

@media (max-width: 767px){
	#main-nav {
		border-color: rgba(250, 250, 250, 0.95);
		margin-top: 16px;
		background-color: rgba(250, 250, 250, 0.95);
		box-shadow: 0px 5px 10px #cdcdcd;
	}
	.navbar-nav {
		padding: 0px;
		margin-top: 0px;
		margin-top: 0px;
	}
	.navbar-nav>li {
		margin-left: 0px;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li:last-child {
		border-bottom: none;
	}
	.navbar-nav>li>a {
		line-height: 50px;
		color: #121212!important;
	}
}

@media (max-width: 768px){
	.cd-hero .slide-caption span {
		font-size: 13px;
	}

	.cd-hero .slide-caption h2 {
		font-size: 28px;
	}
}


@media (max-width: 1015px){
	.slide-caption .content-caption p {
		padding: 0 10%;
	}
	.service-item {
		margin-bottom: 10px;
	}
	#what-we-do .right-image {
		margin-top: 60px;
	}
	#blog .pop {
		top: 15%;
		height: 80%;
		overflow-y: scroll;
	}
	.fact-item {
		margin-bottom: 15px;
	}
	.map {
		margin-bottom: 45px;
	}
	footer {
		text-align: center;
	}
	footer ul {
		float: none;
	}
}


/* MI THUMB */

/*
 * Mi Thumb
 * 
 * Copyright 2017 Stuart Nicholls
 * http://www.cssplay.co.uk/
 * 
 * version v1.0.0
 */
body {
	font-family: "Open Sans", sans-serif;
	color: #2c343b;
	background-color: #333333;
}
a {
	color: #fff;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
img {
	max-width: 100%;
}
/* main image display - responsive */
.mi_thumb {
	width: 100%;
	position: relative;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-ms-user-select: none;
	margin: 0px auto;
	background: transparent;
}
/* set up the aspect ratio of the main images - width:100% - height:0 - padding-bottom as percentage of width - in this demo 2:1 */
.mi_thumb .mi_wrap {
	display: block;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 700px;
/*	padding-bottom: 50%;*/
	overflow: hidden;
}
.mi_thumb .mi_cont {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition-timing-function: linear;
	transform: translate3d(0,0,0);
	touch-action: pan-y;
	white-space: nowrap;
	font-size: 0;
	cursor: grab;
}
.mi_thumb .mi_cont.grabbing {
	cursor: grabbing;
}
.mi_pane {
	width: 100%;
	height: 100%;
	max-height: 700px;
	display: inline-block;
	overflow: hidden;
	position: relative;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: contain;
}
.mi_thumb .mi_pane .text {
	display: inline-block;
	position: absolute;
	border-radius: 20px;
	color: #fff;
	background-color: rgba(64,64,64,0.5);
	text-align: center;
	bottom: -150px;
	left: 50%;
	padding: 0 25px;
	transform: translateX(-50%);
	transition: 0.5s 0.1s;
}
.mi_thumb .mi_pane .text h2 {
	font-size: 20px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 400;
}
.mi_thumb .mi_pane .text p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
.mi_thumb .mi_pane.current .text {
	bottom: 10px;
}
/*
.mi_thumb .mi_pane.current .text h2 {
	font-size: 20px;
	line-height: 22px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #fff;
	font-weight: 400;
}
.mi_thumb .mi_pane.current .text p {
	font-size: 12px;
	line-height: 16px;
	color: #fff;
}
*/

/* bullets styling */
.mi_thumb .bullets {
	display: inline-block;
	text-align: center;
	width: 100%;
	height: 10px;
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
}
.mi_thumb .bullets span {
	display: inline-block;
	width: 20px;
	height: 10px;
	background: rgba(0,0,0,0.5);
	margin: 0 5px;
}
.mi_thumb .bullets span.current {
	background: #f00;
}
/* thmbnail styling width:100px - height:100px */
.mi_thumb .thumbs {
	display: block;
	position: relative;
	left: 0;
	top: 100%;
	width: 100%;
	height: 100px;
	white-space: nowrap;
	font-size: 0;
	overflow: hidden;
	background: #000;
	border-top: 2px solid #000;
	border-bottom: 2px solid #000;
}
.mi_thumb .thumbs .thumbInner {
	position: absolute;
	height: 100%;
	left: 50%;
	margin-left: -100px;
}
.mi_thumb .thumbs .thumbInner span {
	position: relative;
	width: 100px;
	height: 100px;
	display: inline-block;
	box-sizing: border-box;
	opacity: 0.6;
	transition: 0.5s;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
}
/* balck left/right borders on thumbnails */
.mi_thumb .thumbs .thumbInner span::before {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.mi_thumb .thumbs .thumbInner span::after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}
.mi_thumb .thumbs .thumbInner span.current {
	opacity: 1;
}
.mi_thumb .thumbs .thumbInner span:hover {
	opacity: 1;
	cursor: pointer;
}
.mi_thumb .thumbs .thumbInner span.current:hover {
	opacity: 1;
	cursor: default;
}
/* main image left/right arrows */
.mi_thumb .imageArrows {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	top: 50%;
	margin-top: -20px;
	cursor: pointer;
}
.mi_thumb .imageArrows::before {
	content: "";
	display: block;
	width: 16px;
	height: 4px;
	position: absolute;
	left: 14px;
	bottom: 14px;
	background: #fff;
}
.mi_thumb .imageArrows::after {
	content: "";
	display: block;
	width: 4px;
	height: 16px;
	position: absolute;
	left: 14px;
	bottom: 14px;
	background: #fff;
}
.mi_thumb .imageArrows.imgprev {
	left: 10px;
	transform: rotate(45deg);
}
.mi_thumb .imageArrows.imgnext {
	right: 10px;
	transform: rotate(-135deg);
}
/* thumbnail left/right arrows */
.mi_thumb .thumbArrows {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: -45px;
	margin-bottom: -20px;
	cursor: pointer;
}
.mi_thumb .thumbArrows::before {
	content: "";
	display: block;
	width: 16px;
	height: 4px;
	position: absolute;
	left: 14px;
	bottom: 14px;
	background: #fff;
}
.mi_thumb .thumbArrows::after {
	content: "";
	display: block;
	width: 4px;
	height: 16px;
	position: absolute;
	left: 14px;
	bottom: 14px;
	background: #fff;
}
.mi_thumb .thumbArrows.thbprev {
	left: 10px;
	transform: rotate(45deg);
}
.mi_thumb .thumbArrows.thbnext {
	right: 10px;
	transform: rotate(-135deg);
}
/* additional first image styling for loop */
.mi_thumb .firstImage {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	pointer-events: none;
}
/* additional last image styling for loop */
.mi_thumb .lastImage {
/*	width: 100%;
	position: relative;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-ms-user-select: none;
	margin: 0px auto;
	background: transparent;
*/
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	-webkit-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	user-select: none;
	pointer-events: none;
}
/* play/pause button styles */
.mi_thumb .playpause {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 40px;
	background: rgba(0,0,0,0.5);
	position: absolute;
	bottom: 10px;
	right: 10px;
	cursor: pointer;
}
.mi_thumb .play::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 14px;
	top: 9px;
	border: 16px solid transparent;
	border-left-color: #fff;
	border-width: 10px 0 10px 16px;
	z-index: 10;
}
.mi_thumb .paused::before {
	content: "";
	display: block;
	width: 4px;
	height: 17px;
	background: #fff;
	position: absolute;
	left: 14px;
	top: 11px;
	z-index: 10;
}
.mi_thumb .paused::after {
	content: "";
	display: block;
	width: 4px;
	height: 17px;
	background: #fff;
	position: absolute;
	left: 22px;
	top: 11px;
	z-index: 10;
}
/* responsive action at width 760px */
@media only screen and (max-width: 760px) {
.mi_thumb .mi_wrap {
	width: 100%;
	height: 360px;
	padding-bottom: 0;
}
.mi_thumb .thumbs .thumbInner {
	margin-left: -50px;
}
.mi_thumb .thumbs .thumbInner span {
	width: 100px;
	height: 90px;
	position: relative;
	overflow: hidden;
}
}
