body {
    font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-weight: 500;
    color: #131313;
}
a {
	color: #219ac2;	
}
a:hover {
	color: #40bde6;
}	
h2 {
	font-size: 19px;	
}
h3 {
	font-size: 17px;	
}
h4 {
	font-size: 15px;	
}
.main-wrap {
	background: #fff;
	padding-top: 15px;	
	margin-top: 150px;
}
/*.container {
	max-width: 1010px;	
}*/
.light {
	font-weight: 300;	
}
.normal {
	font-weight: 400;	
}
.medium {
	font-weight: 500;	
}
.semibold {
	font-weight: 600;	
}
.bold {
	font-weight: 700;	
}
.extrabold {
	font-weight: 800;	
}
.centering {
	float: none;
	margin: 0 auto;
	width: auto;
	display: table;
}

/* HEADER */
#bg-slider {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: -999;	
}
#header-wrap {
	border-bottom: solid 3px #35b24a;
	margin-bottom: 30px;	
	background: #fff;
	z-index: 999;
}
.header-logo {
        width: 100%;
        max-width: 330px;
        display: inline-block;
}
.header-logo img {
        max-width: 100%;
	height: auto;	
}
#quicksearch {
	position: relative;	
	margin-top: 10px;
}
#quicksearch button {
	position: absolute;
	right: 0;
	top: 0;
	background: none;
	border: none;
	padding: 6px 6px;
	color: #868b94;
}	
#quicksearch .form-control {
	border: none;
	border-bottom: solid 1px #767c87;
	border-radius: 0;
	min-width: 280px;
	box-shadow: none !important;
	opacity: 0.6;
	transition-property: opacity;
	transition-duration: 0.5s;
}
#quicksearch .form-control:focus {
	opacity: 1;
}
.revolution {
	padding: 0;
	margin: 0;	
}
.revolution li {
	list-style: none;
	padding: 0;
	margin: 0;
}

/* FOOTER */
footer {
	background: #0189bb url('../img/footer_bg.png') bottom center no-repeat;
	margin-top: 30px;
	padding: 50px 0;
}
footer a {
	color: #fff;	
}
footer h4 {
	font-weight: bold;
	border-bottom: solid 1px #ffffff;
	color: #fff;
	padding: 5px 0;
}	
.footer-categories a {
	color: #aedbeb;
	font-size: 12px;	
}
.footer-information {
	margin-bottom: 50px;	
}
.footer-copy {
	color: #90d0e7;	
}
.footer-copy a {
	color: #90d0e7;	
	font-weight: bold;
	text-transform: uppercase;
}
.partner {
	clear: both;
	margin-bottom: 10px;	
}

/* MAINMENU */
#top-menu {
	margin: 10px 0 15px;	
}
#top-menu a {
	color: #7b7e85;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;	
	font-size: 14px;
	padding: 10px 15px;
}
#top-menu a:hover {
	background: none;
	color: #90b412;
	border-bottom: solid 1px #90b412;
	padding-bottom: 9px;
}

#main-navbar-collapse {
	padding: 0;	
	margin-top: 15px;
}
#main-navbar-collapse ul {

}
#main-navbar-collapse li a {
	font-family: 'Raleway', sans-serif;
	font-weight: bold;	
	font-size: 13px;
	text-transform: uppercase;
	padding: 3px 3px;	
}
#main-navbar-collapse li a:hover {
	background: none;
}	
#main-navbar-collapse li a:hover span {
	text-decoration: underline;
}
#main-navbar-collapse li a img {
	height: 30px;	
}
#main-navbar-collapse li a span {
	padding: 15px 5px;	
}

#main-navbar-collapse li a img {
    -webkit-transition-duration: 0.8s;
    -moz-transition-duration: 0.8s;
    -o-transition-duration: 0.8s;
    transition-duration: 0.8s;
     
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
     
    overflow:hidden;
 
    }  
 
#main-navbar-collapse li a:hover img { 
    -webkit-transform:rotate(360deg);
    -moz-transform:rotate(360deg);
    -o-transform:rotate(360deg);
}  


/* SLIDERS */
.article-slider {
	padding: 0;
	margin: 0;
}	
.article-slider li {
	list-style: none;
}
.article-slider li article {
	padding: 2px;
}
.art-wrap {
	position: relative;		
}
#slider-two li article .overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	padding: 0;
	margin: 0;
	color: #fff;
	font-family: 'Raleway', sans-serif;
}
#slider-two li article:hover .overlay {
	background: #90b412;
	overflow: hidden;
}

#slider-two li article .overlay p, #slider-two li article .overlay .readmore {
	display: none;	
}
#slider-two li article:hover .overlay p, #slider-two li article:hover .overlay .readmore {
	display: block;	
}

#slider-two li article .overlay a {
	color: #131414;
}
#slider-two li article:hover .overlay a {
	color: #fff;
}

.readmore a {
	text-transform: uppercase;
	border: solid 1px #fff;
	border-radius: 10px;	
	padding: 5px 15px;
	display: inline-block;
	font-size: 13px;
}
.readmore a:hover {
	background: #fff;
	color: #90b412;
	text-decoration: none;
}
#slider-two .readmore a:hover {
	background: #acd225;
}
#slider-two li article .overlay p {
	font-size: 12px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
}

#slider-two li article:hover .overlay .caption {	
	background: none;
	opacity: 1;
}
#slider-two li article .overlay .caption {
	padding: 15px;
	position: absolute;
	left: 0;
	bottom: 0;
	max-width: 65%;
	background: #fff;
}
#slider-two li article h3 {
	font-size: 16px;
	margin: 0;
	font-weight: 500;
}	
#slider-two li article:hover h3 {
	padding-bottom: 10px;
}
.revolution li {
	position: relative;	
}

.slider-caption {
	width: 100%;
	position: absolute;
	top: 310px;	
}
.s-title {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;	
	font-size: 27px;	
}
.s-subtitle {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;	
	font-size: 20px;
	line-height: 20px;	
}


.slider-three li article h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin: 10px 0;
	font-weight: 500;
	min-height: 55px;
}
.slider-three .art-wrap {
	padding: 10px;	
}

.slider-three li article p {
	font-size: 13px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
}
.slider-three .readmore a {
	border-color: #219ac2; 	
}
.slider-three article:hover {
	background: #219ac2;	
}
.slider-three article:hover a, .slider-three article:hover p {
	color: #fff !important;
	border-color: #fff !important;
}
.slider-three article:hover .italic {
	color: #a3dcef !important;
}
.slider-three article:hover .readmore a:hover {
	background: #a3dcef !important;
}
#low-slider-three {
	border-top: solid 1px #d9d9d9;	
}
#low-slider-three .italic {
	margin-bottom: 10px;	
}

#gallery-three .art-wrap {
	position: relative;	
}
#gallery-three li article h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin: 0;
	font-weight: 500;
}
#gallery-three li article .caption {
	position: absolute;
	bottom: 10px;
	left: 10px;
	background: #fff;
	padding: 10px;
	width: 60%;	
}
#gallery-three li article .caption .readmore {
	margin-top: 10px;
	display: none;
}
#gallery-three li article:hover .caption .readmore {
	display: block;
}
#gallery-three li article:hover .caption .readmore a:hover {
	background: #bb4530;	
}
#gallery-three li article:hover .caption {
	background: none;
	color: #fff;
}
#gallery-three li article:hover .caption h3 a, #gallery-three li article .caption .readmore a {
	color: #fff;
}
#gallery-three .art-wrap:hover img {
	opacity: 0.4;	
}
.red-overlay {
	background: #bb4530;	
}

#depts-two h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin: 10px 0;
	font-weight: 500;
}
#depts-two .readmore a {
	border-color: #dab905 !important;
}
#depts-two .readmore a:hover {
	background: #dab905 !important;
	color: #fff;
}



#about {
	position: relative;	
}
#about .caption {
	position: absolute;
	width: 100%;	
	left: 0;
	bottom: 30px;
}
#about .overlay {
	background: #fff;
	padding: 15px;	
}
#about:hover .overlay {
	opacity: 1;	
}
#about h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	margin: 0px 0 10px 0;
	font-weight: 500;
}
#about .readmore a {
	border-color: #a24686 !important;
}
#about .readmore a:hover {
	background: #a24686 !important;
	color: #fff;
}



.member {
	position: relative;	
}
.member h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 14px;
	margin: 0px 0 10px 0;
}
.member .caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 75%;
	background: #c8ce17;
	color: #fff;
	padding: 10px;
}
.member .caption a {
	color: #fff;	
}
.member .caption div {
	min-height: 40px;
	font-size: 14px;	
}

	
/* HOME */
section {
	margin-bottom: 30px;	
}
h2.title {
	margin: 0 0 15px 0;
	font-size: 24px;	
	line-height: 30px;
	font-family: 'Raleway', sans-serif;
	border-bottom: solid 2px #c0c0c0;
}
.italic {
	font-style: italic;	
	font-family: 'Raleway', sans-serif;
	font-size: 13px;
}
.green {
	color: #90b412;
	border-color: #90b412 !important;
}
.green a {
	color: #90b412;
}
.blue {
	color: #219ac2;
	border-color: #219ac2 !important;
}
.blue a {
	color: #219ac2;
}
.red {
	color: #c24f39;
	border-color: #c24f39 !important;
}
.red a {
	color: #c24f39;
}
.yellow {
	color: #dab905;
	border-color: #dab905 !important;
}
.yellow a {
	color: #dab905;
}
.magenta {
	color: #a24686;
	border-color: #a24686 !important;
}
.magenta a {
	color: #a24686;
}
.light-green {
	color: #c8ce17;
	border-color: #c8ce17 !important;
}
.light-green a {
	color: #c8ce17;
}

.gray {
	color: #777777;	
	border-color: #777777 !important;
}
.black {
	color: #111;	
	border-color: #111 !important;
}
.black a {
	color: #111;
}

/* .categories-index */
.categories-index {
}
.categories-index > div {
    border-top: 1px solid #dbdbdb;
}
@media (min-width: 768px) {
    .categories-index > div {
        border-right: 1px solid #dbdbdb;
    }
    .categories-index > div:nth-child(even) {
        border-right-color: transparent;
    }
}
.categories-index > div:first-child,
.categories-index > div:nth-child(2) {
    border-top-color: transparent;
}
.categories-index article {
	padding: 15px 0;
	position: relative;
}
.categories-index .date {
    padding: 0 5px;
    font-size: 13px;
    font-weight: 500;
    font-style: italic;
    color: #777777;
}

.categories-index .title {
    height: auto;
    width: 100%;
    margin: 10px 0;
    padding: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 14px;
    font-weight: 600;
    background-color: rgba(255,255,255,0.6);
}

.photo-listing h3.title {
	height: auto;	
}

@media (min-width: 768px) {
    .categories-index .title {
        margin: 0;
        height: 70px;
    }
}
@media (min-width: 992px) {
    .categories-index .title {
         height: 55px;
    }
}
.categories-index .title a {
    color: #333333;
}
.categories-index .title a:hover {
    color: #219ac2;
}
.categories-index .text {
    margin: 0;
    padding: 5px;
    font-size: 13px;
    line-height: 15px;
}
@media (min-width: 768px) {

}
@media (min-width: 992px) {
	.categories-index article {
		height: 270px;	
	}
}
.categories-index .readmore a {
    margin-top: 10px;
    margin-left: 5px;
    padding: 7px 15px;
    font-size: 12px;
    line-height: 12px;
    font-weight: 600;
    border: 1px solid #333333;
    border-radius: 20px;
	color: #000;
	position: absolute;
	left: 0px;
	bottom: 15px;
}
.categories-index .readmore a:hover {
    color: #ffffff;
    border-color: #219ac2;
    background-color: #219ac2;
}
/* .sidebar */
.sidebar img {
    width: 100%;
    height: auto;
    margin: 10px 0;
    display: block;
}
.sidebar .sidebar-menu li {
	list-style: none;
	margin: 0 0 2px 0;
	padding: 0;
	display: block;	
}
.sidebar .sidebar-menu {
    padding: 15px 7px;
    list-style: none;
    background-color: #2bab4a;
}
.sidebar .sidebar-menu a {
    padding: 5px 10px;
    display: block;
    font-size: 14px;
	line-height: 17px;
    color: #ffffff;
}
.sidebar .sidebar-menu li ul {
    padding-left: 20px;
	margin-top: 5px;
}
.sidebar .sidebar-menu a.active,
.sidebar .sidebar-menu a:hover {
    color: #2bab4a;
    text-decoration: none;
    background-color: #ffffff;
}

.block-pagination {
	border-top: solid 1px #e2e2e2;
}

/* .article-view */
.article-view .title {
    margin: 0 0 10px 0;
    font-size: 22px;
    line-height: 26px;
    font-weight: 300;
}
.article-view .date {
    font-weight: 500;
    color: #777777;
	line-height: 30px;
}
.article-view .text {
    font-size: 13px;
	margin-top: 25px;
}
.article-view img {
    width: 100%;
    height: auto;
    margin: 15px 0;
}
.article-view h3 {
	font-weight: 200;
	font-size: 18px;	
}
.social-icon {
	margin: 0 5px;
	color: #000;
	width: 30px;
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	border: solid 1px #000;
	display: inline-block;
	text-align: center;	
	font-size: 16px;
}
.social-icon:hover {
	border-color: #219ac2;
	background: #219ac2;
	color: #fff;	
}
.file {
	margin-bottom: 5px;
	display: block;
	word-break: break-all;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
	background-color: #2bab4a;
	border-color: #2bab4a;
}

.breadcrumb {
	border-radius: 0px;	
}
.breadcrumb li a {
	color: #888;	
}

/* SUBCATEGORIES */

.subcategories {
	margin-bottom: 15px;	
}
.subcategories ul {
	margin: 0;
	padding: 0;
	list-style: none;	
}
.subcategories li {
	margin: 0;
	padding: 0;
	list-style: none;	
	display: inline-block;
	width: 25%;
}
.subcategories a {
	display: block;
	padding: 10px 15px;
	background: #e4e4e4;
	border-bottom: solid 1px #bfbfbf;
	margin: 0 1px 1px 0;
	color: #000;
	text-decoration: none;	
	font-size: 14px;
	font-weight: bold;
}
.subcategories a:hover {
	background: #bfbfbf;
	color: #fff;
}

.member-content {
	margin-top: 15px;	
}
.member-img {
	float: left;
	margin: 0 15px 5px 0;	
}
.index-member {
	margin-bottom: 5px;	
}
.fb_iframe_widget {
	line-height: 15px;	
}
.video-wrap {
	margin-top: 20px;	
}
.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.info-title {
	font-size: 14px;
	line-height: 30px;
	text-indent: 20px;
	color: #999;	
	border-bottom: solid 1px #e2e2e2;
}
.category-info {
	padding: 0 10px;	
}
.category-info h1 {
	font-size: 21px;	
}

@media (max-width: 991px) {
	.categories-index .readmore {
		padding-top: 10px;
	}
	.categories-index .readmore a {
		position: relative;		
	}
	#main-navbar-collapse > li {
		margin-top:5px;
	}
	.slider-caption {
		position: absolute;
		top: 340px;
		width: 100%;
	}
	#slider-two li article .overlay .caption {
		max-width: 90%;
		
	}
	#slider-two li article h3 a, #gallery-three li article h3 a {
		font-size: 13px;
		line-height: 19px;	
	}
	#gallery-three li article .caption {
		width: 90%;	
	}
	#about .caption {
		bottom: 10px;	
	}
}
@media (max-width: 761px) {
	#bg-slider {
		display: none;
	}
	#top-menu {
		border-bottom: solid 1px #e2e2e2;
		padding-bottom: 10px;	
	}
	#top-menu li {
		display: inline-block;
	}
	#top-menu li a {
		font-size: 13px;
		padding: 5px 10px;	
	}
	#top-menu li a:hover {
		padding-bottom: 4px;	
	}
	#main-navbar-collapse {
		margin: 0;	
	}
	#main-navbar-collapse .nav {
		display: block;
		width: 100%;	
	}
	#main-navbar-collapse .nav li a {
		text-align: left;	
		padding: 10px 0;
		border-top: solid 1px #e2e2e2;
	}
	.main-wrap {
		margin-top: 30px;	
	}
	.subcategories li {
		width: 50%;	
	}
	#slider-two li article .overlay .caption {
		max-width: 90%;
		
	}
	#gallery-three li article .caption {
		width: 90%;	
		bottom: 0px;
	}
	#about .caption {
		position: relative;	
	}
	.member {
		margin-bottom: 15px;	
	}
}

#main-navbar-collapse .navbar-nav > li {
	float: none;
	display: inline-block;
}