/*
Theme Name: Ash 2016 Theme
Theme URI: 
Author: Harkable.com
Author URI: 
Description: Ash.org Wordpress Theme Developed by Harkable.com
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, light, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, editor-style, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
Text Domain: Harkable

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/* =WordPress Core
-------------------------------------------------------------- */

.blur{
-webkit-filter: blur(5px);
  -moz-filter: blur(5px);
  -o-filter: blur(5px);
  -ms-filter: blur(5px);
  filter: blur(5px);
}

.carousel-control{
	width:3%!important;
}

.alignnone {
    margin: 5px auto 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text,
.gallery-caption {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}

.gallery-item img {
    border-width: 1px;
    margin-bottom: 0;
}

.wp-post-image {
	margin-bottom: 20px;
}

.sticky {
}

.bypostauthor {
}

.entry {
	margin-bottom: 20px;
}

.widget {
	text-align: initial;
}

.widget ul {
    list-style: none;
    padding: 0;
}

#searchsubmit {
	margin: 4px 0;
}

.comment-list {
	padding: 0;
}

.comment-list, 
.children:nth-child(n+1) {
	list-style: none;
}

/* SideBar */

.widget{
	background:#efefef;
	padding:30px;
}

.widget p {
	font-size:12px!important;
}

.widget_categories{
	padding:30px 15px!important;
}

.categories-all ul .cat-item{
	display: inline-block;
    white-space: nowrap;
    background: #4383c6;
    margin: 4px!important;	
}

.categories-all ul li a{
	color: #fff;
	text-decoration: none;
    padding: 5px 8px;
    line-height: 25px;
    display:block;
}

.categories-all ul li a:hover{
	color: #fff;
	background:#22568f;
}

.recent-posts{
	margin-top:30px;
}

.blog-sidebar{
	margin-top:20px;
}

.single-post{
	/* padding-right:30px; */
	margin-top: 80px;
}


.single-post hr.left{
	margin-top:11px!important;
}

.blog-post{
	padding-right:50px;
}

.blog-post .size-full{
	width:100%!important;
}

.blog-post-meta{
	font-style: italic;
    padding-right: 30px;
    font-size: 13px;
}

.posts{
	margin-top: 40px;
}

@media (max-width: 767px) {
	.comment-list, 
	.children:nth-child(n+1) {
		padding: 0;
  	} 
  	
  .blog-post{
	padding-right:0px;
}
  	
}

/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}


/* Main Navbar Styles */

/* Search Modal */
#btn-close-modal {
    text-align: center;
    cursor: pointer;
    color: #fff;
    border-radius: 300px;
    padding: 3px 0;
    font-size: 28px;
    font-weight: 400;
    border: 2px solid #fff;
    display: inline-block;
    margin: 30px;
    float: right;
    width: 50px;
    height: 50px;
}

#search-modal{
	background-color:rgba(92, 101, 107,0.89)!important;
}

.modal-container{
	margin-top:45vh;
}

.modal-container h1{
		color:#fff!important;
		font-weight:400!important;
}

.search-box .input-group-lg>.form-control, .input-group-lg>.input-group-addon, .input-group-lg>.input-group-btn>.btn{
	height: auto;
	font-size:45px;
	outline: none;
	border: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

/*
.navbar-fixed-top{
	top:46px;
}
*/

.search-box .glyphicon{
	top:6px;
}


.message-bar{
	padding:12px;
	background-color: #353635;
	color:#fff;
	width:100%;
	position:fixed;
	z-index:1000;
	top:0;
}

.message-bar a{
	color:#fff;
	text-decoration: underline;
}

.navbar{
	-webkit-transition: all 0.4s ease;
	transition: all 0.4s ease;
	margin-bottom:0;
	border-color:none;
}

.navbar-nav{
	float:right;
    margin-top: 23px;
}

.navbar-inverse .navbar-nav>.open>a, .navbar-inverse .navbar-nav>.open>a:focus, .navbar-inverse .navbar-nav>.open>a:hover {
    background-color: #efefef!important;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #efefef!important;
}

.navbar-inverse{
	background:#fff;
	color:#333;
	font-family:'Open Sans';
	height:105px;
	border-bottom:3px solid #E8E8E8;
}

.navbar-inverse a{
	color:#333!important;
}

.navbar-inverse .navbar-toggle{
	margin-top:36px;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #000;
}

.navbar-inverse .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}

.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:focus, .navbar-inverse .navbar-nav>.active>a:hover{
	background:#F9F9F9;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}

nav.navbar.shrink {
  height: 65px;
}

nav.navbar.shrink img{
  width: 60px;
}

nav.navbar.shrink .navbar-nav{
    margin-top: 6px;
}
    
nav.navbar.shrink .navbar-toggle {
    margin-top: 14px;
}


/* Show dropdown on hover - July 2019 */
.navbar-nav li:hover >.dropdown-menu {
	display: block;
}



/* HomePage Header Carousel */

#homepage_header{
	/* margin: 105px 0 30px; Used for Static Header Nav */
	margin: 0 0 30px;
}

#homepage_header .carousel-inner{
	background:#000;
}

#homepage_header .carousel-caption-container{
	position: relative;
}

#homepage_header .carousel-caption{
	text-align:left;
	left:0;
	padding-bottom:70px;
}

#homepage_header .carousel-caption h2{
	color:#fff
		!important;
	font-weight: 700;
    font-size: 39px;
    margin-bottom: 20px;
}

#homepage_header .carousel-caption p{
	line-height:24px;
	font-size: 14px;
}

#homepage_header .item .fill{
	opacity:0.5;
}

/* Slanted Homepage Divs Under Header */

.homepage-three-boxes{
	margin-bottom: 50px;
}

.three-box {
  -ms-transform: skewX(-10deg); /* IE 9 */
  -webkit-transform: skewX(-10deg); /* Safari */
  transform: skewX(-10deg); /* Standard syntax */
  position: relative;
  height: 200px;
  overflow:hidden;
 /*  background: #232E39; */


}

.three-box .inner{
 	-ms-transform: skewX(10deg); /* IE 9 */
  	-webkit-transform: skewX(10deg); /* Safari */
  	transform: skewX(10deg); /* Standard syntax */
    background-image:url('http://ash2016.ash.org.uk/wp-content/uploads/2016/05/houses-929392_1280.jpg');
    background-size:cover;
    height:200px;
    width:150%;
    position:absolute;
    top:0;
    left:-25%;
    padding:20px 35%;
    box-sizing: border-box;
}

.three-box .overlay{
	position: absolute;
    height:200px;
    width:150%;
    top:0;
    left:-25%;
    padding:20px 40%;
    box-sizing: border-box;
    background-color:rgba(0,0,0,0.6);
    z-index:-90!important;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

.three-box .inner .title{
	position: absolute;
	top:120px;
	width:49%;
    left:120px;
}

.three-box .inner h2{
	font-size:17px;
}

.three-box .inner p{
	position: absolute;
	top:-100px;
	width:49%;
	opacity:0;
    left:120px;
}


.three-box .inner .title, .three-box .inner h2, .three-box .inner p{
	z-index:1000!important;
	color:#fff!important;
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

.three-box .inner:hover .overlay{
    background-color:rgba(55,144,206,0.9);
    transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -webkit-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
}

.three-box .inner:hover .title{
    top:50px;
    transition: top 0.5s ease;
    -moz-transition: top 0.5s ease;
    -webkit-transition: top 0.5s ease;
    -o-transition: top 0.5s ease;
}

.three-box .inner:hover p{
    top:110px;
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    opacity:1;
}


.three-box.box-left {
  z-index: 1;
  float: left;
  width: 32%;
  margin-left: 0.7%;
}
.three-box.box-right {
  z-index: 2;
  float: left;
  width: 31%;
}

.three-box.box-middle {
  z-index: 2;
  float: left;
  width: 32%;
  margin-right:2%;
  margin-left:2%;
}

hr.light{
	border:#fff 2px solid;
}

hr.green{
	border:#1cac7c 2px solid;
}

hr{
	width:100px;
}

hr.center{
	margin:0 auto;
	display:block;
}

hr.left{
	margin:0px 0px 0px 0px;
}

.homepage-categories-container{
	margin-top:40px;
}

.homepage-categories-header{
	margin-top:20px;
	z-index:100;
}

.archive-years{
	margin:20px 0;
	display:block;
	/* center the buttons on the press release page */
	/* text-align: center; */
}

.archive-years .btn{
	margin:2px 0;
}

.page-numbers {
	display: inline-block;
	padding: 7px 10px;
	margin: 0 2px 0 0;
	border: 1px solid #eee;
	line-height: 1;
	text-decoration: none;
	border-radius: 2px;
	font-weight: 600;
}
.page-numbers.current,
a.page-numbers:hover, a.page-numbers:active,a.page-numbers:selected {
	background: #f9f9f9;
	text-decoration: none;
}

/* Dark Section with Skew */

.dark{
	background:#232d34;
	margin-top:40px;
	margin-bottom: 60px;
	padding-top: 50px!important;
}

.dark h4, .dark h3, .dark h2, .dark h1, .dark p{
	color:#fff!important;
}

h1.big-number{
	font-size:55px!important;
}

.dark-skew{
    position:relative;
    padding:0 0 70px 0;
}

.dark-skew:before {
  content: '';
  position: absolute;
  top: -39px;
  overflow: visible;
  width: 100%;
  height: 100px;
  left: 0;
  background: #232d34;
  z-index: 0;
  -webkit-transform: skewY(-2deg);
  -moz-transform: skewY(-2deg);
  -ms-transform: skewY(-2deg);
  -o-transform: skewY(-2deg);
  transform: skewY(-2deg);
    -webkit-backface-visibility: hidden;
}

.dark h2.header{
	color:#fff!important;
}


.fact-sheets-sticky-post{
	position: relative;
	overflow:hidden;
	margin-bottom: 30px;
}

.fact-sheets-categories-header{
	padding-top: 30px;
	padding-bottom:30px;
}

.fact-sheet-item{
	margin-bottom:20px;
	padding-bottom:20px;
	border-bottom:1px solid #efefef;
}

.fact-sheet-item h3{
	font-size: 20px;
}

.fact-sheet-item p{
	font-size:14px;
	text-align: justify;
}

.fact-sheet-column .header{
	margin-bottom:40px;
}

.fact-sheet-column .header h2{
	font-size:25px!important;
}

.fact-sheets-sticky-post .image{
	position: absolute;
	top:0;
	left:0;
	height: auto;
	width:100%;
	padding:0px 15px 0px 15px;
	-webkit-filter: hue-rotate(95deg);
	filter: hue-rotate(95deg);
	min-height:250px!important;
}

.fact-sheets-sticky-post h3{
	color:#fff!important;
}

.fact-sheets-sticky-post .inner{
	padding:40px 20px 20px 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cb285+0,1c8464+100 */
	background: rgb(44,178,133); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(44,178,133,0.6) 0%, rgba(28,132,100,0.6) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(44,178,133,0.6) 0%,rgba(28,132,100,0.6) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(44,178,133,0.6) 0%,rgba(28,132,100,0.6) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb285', endColorstr='#1c8464',GradientType=0 ); /* IE6-9 */
	height:250px;
	text-align: left;
	display:block;
	text-decoration:none;
	overflow: hidden!important;
	position: relative;
	color:#fff;
}


.fact-sheets-sticky-post .inner .content{
	position: absolute;
	bottom:20px;
}


ul.headlines li h4{
	margin-top: 30px;
}

ul.headlines a{
	color:#1CAC7C;
	text-decoration: underline;
}

/* Category Pages Boxes */

.vcenter {white-space:nowrap;}
.vcenter > * {white-space:normal;}

.vcenter:before,
.vcenter >* {display:inline-block; vertical-align:middle;}

.vcenter:before {content:"";  height:100%;}

.vcenter {word-spacing:-.25em;}
.vcenter > * {word-spacing:normal;}

.category-posts{
	margin-top:40px;
}

.category-page .col-lg-6{
    padding: 5px!important;
}

.categories-boxes.col-lg-3{
    padding: 5px!important;
}

.categories-boxes .inner{
	padding:40px 20px 20px 20px;
	background:#69abda!important;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69abda+0,5799c8+100 */
	background: rgb(105,171,218); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(105,171,218,1) 0%, rgba(87,153,200,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(105,171,218,1) 0%,rgba(87,153,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(105,171,218,1) 0%,rgba(87,153,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69abda', endColorstr='#5799c8',GradientType=0 ); /* IE6-9 */
	height:250px;
	text-align: center;
	display:block;
	text-decoration:none;
	overflow: hidden!important;
	position: relative;
}

.category-page .categories-boxes .inner{
	height:200px;	
    -webkit-transition: background 1s ease-out;  
    -moz-transition: background 1s ease-out;  
    -o-transition: background 1s ease-out;  
    transition: background 1s ease-out;  
    background-size:1px 200px;  
}

.category-page .categories-boxes:hover .inner{
    background-position:100px; 
}

.categories-boxes .inner.green{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cb285+0,1c8464+100 */
	background: rgb(44,178,133)!important; /* Old browsers */
	background: -moz-linear-gradient(top, rgba(44,178,133,1) 0%, rgba(28,132,100,1) 100%)!important; /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(44,178,133,1) 0%,rgba(28,132,100,1) 100%)!important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(44,178,133,1) 0%,rgba(28,132,100,1) 100%)!important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb285', endColorstr='#1c8464',GradientType=0 )!important; /* IE6-9 */
}

/*
.categories-boxes .inner:hover p{
	display:block;
}
*/

/*
.categories-boxes .inner:hover p{
    display: block;
    top: 102px;
    left: 0;
    position: absolute;
}
*/

/*
.categories-boxes .inner:hover .title{
    display: block;
    top: 10px;
    left: 0;
    position: absolute;
}
*/

.post-edit-link{
	background: #1CAC7C;
    padding: 2px 6px;
	color:#fff;
    border-radius: 2px;
    opacity:0.2;
}

.post-edit-link:hover{
	background: #0b7250;
	cursor: pointer;
	color:#fff;
	text-decoration:none;
	opacity:1;
}

.categories-boxes hr{
	margin-bottom:15px;
}

.categories-boxes .inner h3{
	font-size:21px;
	line-height: 28px;
}

.categories-boxes .inner h3,
.categories-boxes .inner p{
	color:#fff!important;
}

.categories-boxes .inner p{
	font-size:12px;
}

/* Homepage Categories */

.homepage-categories.col-lg-3{
    padding: 5px!important;
}

.homepage-categories .inner{
	padding:40px 20px 20px 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#69abda+0,5799c8+100 */
	background: rgb(105,171,218); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(105,171,218,1) 0%, rgba(87,153,200,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(105,171,218,1) 0%,rgba(87,153,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(105,171,218,1) 0%,rgba(87,153,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69abda', endColorstr='#5799c8',GradientType=0 ); /* IE6-9 */
	height:250px;
	text-align: center;
	display:block;
	text-decoration:none;
	overflow: hidden!important;
	position: relative;
}

.homepage-categories .inner.green{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#2cb285+0,1c8464+100 */
	background: rgb(44,178,133); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(44,178,133,1) 0%, rgba(28,132,100,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(44,178,133,1) 0%,rgba(28,132,100,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(44,178,133,1) 0%,rgba(28,132,100,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2cb285', endColorstr='#1c8464',GradientType=0 ); /* IE6-9 */
}


.homepage-categories hr{
	margin-bottom:15px;
}


.homepage-categories .inner h3{
	font-size:21px;
	line-height: 28px;
}

.homepage-categories .inner h3,
.homepage-categories .inner p{
	color:#fff!important;
}

.homepage-categories .inner p{
	font-size:12px;
}

/* BREADCRUMBS  */

#breadcrumbs{
    list-style:none;
    margin:10px 0 40px 0;
    overflow:hidden;
	font-size:14px!important;
	color:#1cac7c;
}
  
#breadcrumbs li{
    display:inline-block;
    vertical-align:middle;
    margin-right:15px;

}

#breadcrumbs a{
	text-decoration:underline;
	color:#999;	
}
  
#breadcrumbs .separator{
    font-size:13px;
    font-weight:100;
    color:#ccc;
}

/* HEADER PADDING FOR CATEGORY PAGE WITH BOXES  */

.more-link{
	cursor: pointer;
}

.center-line:hover {
	color:#1CAC7C;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.center-line:hover span:before,
.center-line:hover span:after {
  border-top: 1px solid #1CAC7C;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.center-line {
  font: 15px sans-serif;
  margin-top: 33px;
  color:#999;
  text-align: center;
  font-weight: 300;
  font-style: italic;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}

.center-line {
  position: relative;
  overflow: hidden;
}
.center-line span {
  display: inline-block;
  vertical-align: baseline;
  zoom: 1;
  *display: inline;
  *vertical-align: auto;
  position: relative;
  padding: 0 20px;
}
.center-line span:before,
.center-line span:after {
  content: '';
  display: block;
  width: 1000px;
  position: absolute;
  top: 0.73em;
  border-top: 1px solid #ccc;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
}
.center-line span:before {
  right: 100%;
}
.center-line span:after {
  left: 100%;
}

.inner-header-padding{
	padding:5px;
}

.category-page .category-description p{
	/* display: none; */
}

.category-description{
	margin:30px 0;
    text-align: justify;
    font-size: 15px;
}

.description-box{
	margin:30px 0;
	padding:35px;
	background: rgb(105,171,218); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(105,171,218,1) 0%, rgba(87,153,200,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(105,171,218,1) 0%,rgba(87,153,200,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(105,171,218,1) 0%,rgba(87,153,200,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#69abda', endColorstr='#5799c8',GradientType=0 ); /* IE6-9 */
	color:#fff;
}

.description-box a{
	color:#fff;
	text-decoration: underline;
}

/* LANDING PAGE  */

.landing-logo{
	position: inherit;
	z-index:100;
	float: left;	
}

.landing-span{
	position: relative;
	background:#aa5605;
}

.landing-span{
    display: flex;
    align-items: center;
}

.left-line{
	border-bottom:4px solid #fff;
	width:100px;
	margin-top:10px;
	position: inherit;
	z-index:100;
	float: left;
}
.right-line{
	border-bottom:4px solid #fff;
	width:100px;
	position: inherit;
	z-index:100;
	float: right;
	margin-top:10px;
}

.landing-span:after{background: #aa5605;}

.landing-span a{
	display:block!important;
	height:100%;
    z-index: 100;
    position: inherit;
    color:#fff;
    font-size:28px;
    line-height: 34px;
    font-family: Montserrat, sans-serif;
    min-height: 68px;
}

.landing-span-odd a span{
    padding-left:84px; 
    display:block;
}

.landing-span-even a span{
    padding-right:94px; 
    display:block;
}

.landing-span-1{background:#fcb25d;}
.landing-span-1:after{background: #fcb25d;}
.landing-span-2{background:#f8981d;}
.landing-span-2:after{background: #f8981d;}
.landing-span-3{background:#e88301;}
.landing-span-3:after{background: #e88301;}
.landing-span-4{background:#c46305;}
.landing-span-4:after{background: #c46305;}

.landing-span-odd{
	text-align:right!important;
}

.landing-span-even:after {
    content: '';
    position: absolute;
    top: -20px;
    overflow: visible;
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 0;
    -webkit-transform: skewY(-1deg);
    -moz-transform: skewY(-1deg);
    -ms-transform: skewY(-1deg);
    -o-transform: skewY(-1deg);
    transform: skewY(-1deg);
    -webkit-backface-visibility: hidden;
}

.landing-span-odd:after {
    content: '';
    position: absolute;
    top: -20px;
    overflow: visible;
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 0;
    -webkit-transform: skewY(0.5deg);
    -moz-transform: skewY(0.5deg);
    -ms-transform: skewY(0.5deg);
    -o-transform: skewY(0.5deg);
    transform: skewY(0.5deg);
    -webkit-backface-visibility: hidden;
}

.landing-span-odd a{
	background-image:url('img/landing-icon-left.png');
    background-position: center left;
    background-repeat: no-repeat;
}
.landing-span-even a{
	background-image:url('img/landing-icon-right.png');
    background-position: center right;
    background-repeat: no-repeat;
}

.landing-logo-container a{
	background-image:none!important;
}


/* Header Carousel */

header.carousel {
    height:400px;
}

header.carousel .item,
header.carousel .item.active,
header.carousel .carousel-inner {
    height: 100%;
}

header.carousel .fill {
    width: 100%;
    height: 100%;
    background-position: center;
    background-size: cover;
}

/* Footer Promo Strip */


.footer-promo{
	margin-top: 10px;
    border-top: 3px solid #232d34;
    border-bottom: 3px solid #232d34;
    overflow: hidden;
}

.footer-promo p{
	padding-right:40px;
	display: inherit;
}

.promo-light{
	background:#4f575c;
	padding:20px;
	text-align: right;
	padding:20px 60px 20px 20px;
}

.promo-dark{
	background:#4f575c;
	text-align: left;
	padding:20px 20px 20px 60px;
}

.promo-dark {
    overflow: hidden;
}

.promo-dark:after {
    content: '';
    background-color: #232d34;
    position: absolute;
    top: -20px;
    overflow: visible;
    width: 100%;
    height: 200px;
    left: 0;
    z-index: 0;
    -webkit-transform: skew(-9deg);
    -moz-transform: skewY(1deg);
    -ms-transform: skewY(1deg);
    -o-transform: skewY(1deg);
    //transform: skewY(1deg);
    -webkit-backface-visibility: hidden;
}

.footer-promo span{
	z-index:100!important;
	position: inherit;
	color:#fff;
}


.footer-base p{
	color:#a9a9a9;
}

/*---------------*/
/***** Sadie *****/
/*---------------*/

figure.effect-sadie a::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	content: '';
	opacity: 0;
	-webkit-transform: translate3d(0,50%,0);
	transform: translate3d(0,50%,0);
}

figure.effect-sadie h3 {
	position: absolute;
	top: 55%;
	padding:10px;
	left: 0;
	width: 100%;
	color: #484c61;
	-webkit-transition: -webkit-transform 0.35s, color 0.35s;
	transition: transform 0.35s, color 0.35s;
	-webkit-transform: translate3d(0,-50%,0);
	transform: translate3d(0,-50%,0);
	padding:auto 20px;
}

figure.effect-sadie a::before,
figure.effect-sadie p {
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-sadie p {
	position: absolute;
	bottom: 20px;
	left: 0;
	padding: 2em;
	width: 100%;
	opacity: 0;
	-webkit-transform: translate3d(0,10px,0);
	transform: translate3d(0,10px,0);
}

figure.effect-sadie:hover h3 {
	color: #fff;
	-webkit-transform: translate3d(0,-55%,0) translate3d(0,-40px,0);
	transform: translate3d(0,-55%,0) translate3d(0,-40px,0);
}

figure.effect-sadie h3 hr{
		margin-top:10px;
		opacity:0;
}

figure.effect-sadie:hover h3 hr{
	opacity:1;

}

figure.effect-sadie:hover a::before ,
figure.effect-sadie:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* Button Styles */

.btn{
	border-radius:0;
}

.btn-green { 
  color: #ffffff; 
  background-color: #1CAC7C; 
  border-color: #1CAC7C; 
  border-radius:0;
} 
 
.btn-green:hover, 
.btn-green:focus, 

.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  color: #ffffff; 
  background-color: #1A8C66; 
  border-color: #1CAC7C; 
} 
 
.btn-green:active, 
.btn-green.active, 
.open .dropdown-toggle.btn-green { 
  background-image: none; 
} 
 
.btn-green.disabled, 
.btn-green[disabled], 
fieldset[disabled] .btn-green, 
.btn-green.disabled:hover, 
.btn-green[disabled]:hover, 
fieldset[disabled] .btn-green:hover, 
.btn-green.disabled:focus, 
.btn-green[disabled]:focus, 
fieldset[disabled] .btn-green:focus, 
.btn-green.disabled:active, 
.btn-green[disabled]:active, 
fieldset[disabled] .btn-green:active, 
.btn-green.disabled.active, 
.btn-green[disabled].active, 
fieldset[disabled] .btn-green.active { 
  background-color: #1CAC7C; 
  border-color: #1CAC7C; 
} 
 
.btn-green .badge { 
  color: #1CAC7C; 
  background-color: #ffffff; 
}

.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
  border-color:transparent!important;
}

.collapsing {
    -webkit-transition: none;
    transition: none;
}


@media(max-width:767px){

/* 	Mobile Styles */

	.landing-span a{
		font-size: 19px;
		line-height: 27px;
	}

	.landing-span-first a{
		background:none!important;
	}
	
	.carousel-caption{
		left:auto;
		right:auto;
	}
	
	.promo-light{
		text-align: center;
	}
	
	/* Homepage Three Slanted Boxes */
	
	.three-box{
		    width: 100%!important;
		    -ms-transform: skewX(0deg);
		    -webkit-transform: skewX(0deg);
			transform: skewX(0deg);
			margin-bottom: 10px!important;
	}
	
	.three-box.box-left, .three-box.box-middle{
		margin:0;
	}
	
	.three-box .inner p {
	    top: 100px;
	    opacity: 1;
    }
    
	.three-box .inner .title {
	    top: 24px;
	}
	
	.three-box .inner {
	    -ms-transform: skewX(0deg);
	    -webkit-transform: skewX(0deg);
	    transform: skewX(0deg);
	}

/* 	Header Carousel Mobile */

	#homepage_header .carousel-caption h2 {
	    color: #fff!important;
	    font-weight: 700;
	    font-size: 28px!important;
	    padding-top: 40px!important;
	    
    }
    
	figure.effect-sadie p {
		opacity:1!important;
		bottom:54px;
	}

}
@media(min-width:768px){


}
@media(min-width:992px){




}
@media(max-width:1200px){

/* 	Style To Collapse Navbar Earlier Due to amount of links */

	.dark{
		margin-top:80px;
	}

	.navbar-header {
	  float: none;
	  margin-bottom: 27px;
	}
	
	.navbar-fixed-top.shrink .navbar-header {
		margin-bottom: 9px;
	}
	
	#menu-header-navigation, 
	#menu-footer-left {
		background: #fff;
		margin-top: 0;
		border-bottom: 2px solid #ccc;
		padding-top: 16px;
	}
	
	.navbar-toggle {
	  display: block;
	}
	.navbar-collapse.collapse {
	  display: none!important;
	}
	.navbar-nav {
	  float: none!important;
	  
	  background: #fff;
	}
	.navbar-nav>li {
	  float: none;
	}
	.navbar-collapse.collapse.in{
	  display:block !important;
	  
	  overflow-y: auto !important;
	  background: #fff;
	}
	
	/* Overrides dropdown menu for mobile */
	.navbar-nav>li>.dropdown-menu {
	    position: relative;
	    top: 100%;
	    left: 0;
	    z-index: 1000;
	    display: block;
	    float: none;
	    min-width: auto;
/*
	    padding: 5px 0;
	    margin: 2px 0 0;
	    font-size: 14px;
	    text-align: left;
	    list-style: none;
	    background-color: #fff;
	    -webkit-background-clip: padding-box;
	    background-clip: padding-box;
	    border: 1px solid #ccc;
	    border: 1px solid rgba(0, 0, 0, .15);
	    border-radius: 4px;
	    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
*/
	    
	    border: none;
	    box-shadow: none;
	    -webkit-box-shadow: none;
	}
	
	figure.effect-sadie:hover a::before ,
	figure.effect-sadie:hover p{
		opacity: 1;
	    -webkit-transform: none; /* Safari and Chrome */
	       -moz-transform: none; /* Firefox */
	        -ms-transform: none; /* IE 9 */
	         -o-transform: none; /* Opera */
	            transform: none;
	}

	
	figure.effect-sadie h3 {
		top:34%!important;
	}

	figure.effect-sadie p {
		opacity:1!important;
	}

	figure.effect-sadie hr {
		opacity:1!important;
	}
	
}



