/* Best Posts Slider */
.slider_wrapper {
	position: relative;
	height: 344px;
	overflow: hidden;
	margin: 15px 0;
	background-color: #222 !important;
}
.slider_wrapper .title {
	color: #ffffff;
	text-transform: uppercase;
}
.slider_wrapper a {
	color: #ffffff;
}
.slider_wrapper a:hover {
	text-decoration: none;
}

.slider_wrapper .slider_content_wrapper .average_stars i {
	font-size: 18px;
	padding-right: 4px;
}

.slider_wrapper .slider_content_wrapper {
	list-style-type: none;
	position: absolute;
	top: 64px;
	left: calc( 100% * 0 );
	padding: 0;
	margin: 0;
	height: 100%;
	width: calc( 100% * 3 );
	transition: left 1s;
}
.slider_wrapper .slider_content_wrapper .slider_content {
	position: relative;
	float: left;
	display: inline-block;
	width: calc( 100% / 3 );
	height: calc( 100% - 64px );
	padding: 20px;
	
	background-color: #222;
	color: #fff;
}
@media (min-width: 992px) and (max-width: 1200px), (max-width: 576px) {
	.slider_wrapper .slider_content_wrapper .slider_content p {
		line-height: 1.4em;
	}
}
.slider_wrapper .slider_trigger_wrapper {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
}
.slider_wrapper .slider_trigger_wrapper .slider_trigger {
	display: inline-block;
	padding: 0 2px;
	cursor: pointer;
}
.slider_wrapper .slider_trigger_wrapper .slider_trigger span {
	width: 14px;
	height: 14px;
	background-color: rgba( 255, 255, 255, .4 );
	display: inline-block;
	border-radius: 50%;
	transition: background-color .5s;
}
.slider_wrapper .slider_trigger_wrapper .slider_trigger[data-active="true"] span,
.slider_wrapper .slider_trigger_wrapper .slider_trigger:hover span {
	background-color: rgba( 255, 255, 255, .8 );
}



.slider_wrapper .slider_content_wrapper .slider_content .post_functions_wrapper {
	height: 60px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	text-align: right;
	padding: 0 15px;
}
.slider_wrapper .slider_content_wrapper .slider_content .post_functions_wrapper i {
	font-size: 16px;
	line-height: 42px;
	padding: 0 4px;
}
.slider_wrapper .slider_content_wrapper .slider_content .post_functions_wrapper a i {
	color: #ffffff;
	transition: color .5s;
}
.slider_wrapper .slider_content_wrapper .slider_content .post_functions_wrapper a:hover i {
	color: #23527c;
}
/* Best Posts Slider - End */

/* Button */
/* Buttons */

	.btn {
		display: inline-block;
		transition: color .5s, background-color .5s, border .5s;
	}
	.btn i.fa {
		font-size: .8em;
	}
		
	/* Button Sizes */
		.btn-small {
			padding: 8px 16px;
			font-size: 16px;
		}
		.btn-medium {
			padding: 8px 24px;
			font-size: 20px;
		}
		.btn-large {
			
		}
		
		.btn-fullwidth {
			display: block;
		}
	/* Button Sizes - End */
	
	/* Button Colors */
		
		/* Button White */
			.btn-white {
				border: 1px solid #ffffff;
				border-radius: 3px;
				background-color: #ffffff;
				color: #000000;
			}
			.btn-white:hover,
			.btn-white.current {
				border: 1px solid #000000;
				background-color: rgba( 0, 0, 0, .4 );
				color: #ffffff;
			}
			
			.btn-white.btn-transparent {
				background-color: transparent;
				color: #ffffff;
			}
			.btn-white.btn-transparent:hover,
			.btn-white.btn-transparent.current {
				border: 1px solid #ffffff;
				background-color: #ffffff;
				color: #000000;
			}
		/* Button White - End */
		
		/* Button Black */
			.btn-black {
				border: 1px solid #000000;
				border-radius: 3px;
				background-color: #000000;
				color: #ffffff;
			}
			.btn-black:hover,
			.btn-black.current {
				border: 1px solid #000000;
				background-color: rgba( 255, 255, 255, .4 );
				color: #000000;
			}
			
			.btn-black.btn-transparent {
				background-color: transparent;
				color: #000000;
			}
			.btn-black.btn-transparent:hover,
			.btn-black.btn-transparent.current {
				border: 1px solid #000000;
				background-color: #000000;
				color: #ffffff;
			}
		/* Button Black - End */
		
		/* Button Orange */
			.btn-orange {
				border: 1px solid #293473;
				border-radius: 3px;
				background-color: #293473;
				color: #ffffff;
			}
			.btn-orange:hover,
			.btn-orange.current {
				border: 1px solid #293473;
				background-color: rgba( 255, 255, 255, .4 );
				color: #293473;
			}
			
			.btn-orange.btn-transparent {
				background-color: transparent;
				color: #293473;
			}
			.btn-orange.btn-transparent:hover,
			.btn-orange.btn-transparent.current {
				border: 1px solid #293473;
				background-color: #293473;
				color: #ffffff;
			}
		/* Button Orange - End */
		
		/* Button Red */
			.btn-red {
				border: 1px solid #da0000;
				border-radius: 3px;
				background-color: #da0000;
				color: #ffffff;
			}
			.btn-red:hover,
			.btn-red.current {
				border: 1px solid #da0000;
				background-color: rgba( 255, 255, 255, .4 );
				color: #da0000;
			}
			
			.btn-red.btn-transparent {
				background-color: transparent;
				color: #da0000;
			}
			.btn-red.btn-transparent:hover,
			.btn-red.btn-transparent.current {
				border: 1px solid #da0000;
				background-color: #da0000;
				color: #ffffff;
			}
		/* Button Red - End */
		
		/* Button Blue */
			.btn-blue {
				border: 1px solid #293473;
				border-radius: 3px;
				background-color: #293473;
				color: #ffffff;
			}
			.btn-blue:hover,
			.btn-blue.current {
				border: 1px solid #293473;
				background-color: rgba( 255, 255, 255, .4 );
				color: #293473;
			}
			
			.btn-blue.btn-transparent {
				background-color: transparent;
				color: #293473;
			}
			.btn-blue.btn-transparent:hover,
			.btn-blue.btn-transparent.current {
				border: 1px solid #293473;
				background-color: #293473;
				color: #ffffff;
			}
		/* Button Blue - End */
		
		/* Button Grey */
			.btn-grey {
				border: 1px solid #555555;
				border-radius: 3px;
				background-color: #555555;
				color: #ffffff;
			}
			.btn-grey:hover,
			.btn-grey.current {
				border: 1px solid #555555;
				background-color: rgba( 255, 255, 255, .4 );
				color: #555555;
			}
			
			.btn-grey.btn-transparent {
				background-color: transparent;
				color: #555555;
			}
			.btn-grey.btn-transparent:hover,
			.btn-grey.btn-transparent.current {
				border: 1px solid #555555;
				background-color: #555555;
				color: #ffffff;
			}
		/* Button Grey - End */
		
	/* Button Colors */
	
/* Buttons - End */
/* Button - End */

/* Category Container */
.category_container,
.category_container:hover,
.category_container:focus,
.category_container:active {
	padding: 40px 20px;
	margin: 15px 0;
	color: #fff;
	text-align: left;
	position: relative;
	overflow: hidden;
	display: block;
	text-decoration: none;
	box-shadow: 0px 1px 3px 0px rgba( 0, 0, 0, .2 );
	border-radius: 2px;
}
.category_container h3 {
	margin: 0;
}
.category_container p {
	margin-top: 0px;
	font-size: 16px;
}

.category_container:after {
	content: '';
	display: block;
	height: 900px;
	width: 200px;
	background-color: rgba( 255, 255, 255, .6 );
	position: absolute;
	transform-origin: 50%;transform: rotate( 260deg );
	left: 290px;
	top: -260px;
	
	transition: left .2s linear 0s, top .2s linear 0s, transform .2s linear 0s;
}
.category_container:before {
	content: '';
	display: block;
	height: 900px;
	width: 200px;
	background-color: rgba( 255, 255, 255, .6 );
	position: absolute;
	transform-origin: 50%;transform: rotate( 260deg );
	left: 290px;
	top: -250px;
	
	transition: left .2s linear 0s, top .2s linear 0s, transform .2s linear 0s;
}
/* Category Container - End */

/* Comments Container */

/* Comments Container - End */

/* Frame */

/* Frame - End */

/* Gap */

/* Gap - End */

/* Get Children */

/* Get Children - End */

/* Header Image */
.headline_image_wrapper {
	width: 100%;
	background-size: cover;
}
.headline_image_wrapper .container {
	height: 100%;
	padding: 20px 0;
}
.headline_image_wrapper .container .col-md-12 {
	height: 100%;
}
.headline_image_wrapper .headline_image_caption {
	padding: 48px;
	display: inline-block;
	position: absolute;
	max-width: calc( 100% - 60px );
}
.headline_image_wrapper .headline_image_caption *:last-child {
	margin: 0;
}

@media (max-width: 767px) {
	.headline_image_caption {
		left: 0 !important;
		width: 100% !important;
		max-width: 100% !important;
	}
}

.headline_image_wrapper h1 + p,
.headline_image_wrapper h2 + p {
	margin-bottom: 24px;
}
/* Header Image - End */

/* Hover Container */
/* Hover-Container */
	.hover-image-wrapper {
		display: block;
		overflow: hidden;
		height: 240px;
	}
	.hover-image-bgimg {
		background-size: cover;
		z-index: 1;
		position: absolute;
		left: 15px;
		right: 15px;
		top: 0;
		bottom: 0;
		display: block;
	}
	.hover-image-overlay {
		background-color: rgba( 0, 0, 0, .4 );
		position: absolute;
		z-index: 2;
		left: 15px;
		right: 15px;
		top: 0;
		bottom: 0;
		transition: background-color .5s;
	}
	.hover-image-title {
		color: #ffffff;
		font-size: 20px;
		font-weight: 600;
		z-index: 3;
		position: absolute;
		top: 0;
		bottom: 0;
		left: 15px;
		right: 15px;
		display: table;
		width: calc( 100% - 30px );
		height: 100%;
		transition: top .5s;
	}
	.hover-image-title .hover-image-title-inner {
		display: table-cell;
		width: 100%;
		height: 100%;
		vertical-align: middle;
		text-align: center;
	}
	.hover-image-wrapper:hover .hover-image-title {
		top: -100%;
	}
	.hover-image-caption {
		color: #ffffff;
		font-size: 16px;
		font-weight: 600;
		z-index: 3;
		position: absolute;
		top: 100%;
		bottom: 0;
		left: 15px;
		right: 15px;
		display: table;
		width: calc( 100% - 30px );
		height: 100%;
		padding: 0 15px;
		transition: top .5s;
	}
	.hover-image-caption .hover-image-caption-inner {
		display: table-cell;
		width: 100%;
		height: 100%;
		height: 30%;
		vertical-align: middle;
		text-align: center;
	}
	.hover-image-wrapper:hover .hover-image-caption {
		top: 0;
	}
	
	@media (max-width: 991px) {
		.hover-image-title {
			height: 30%;
			top: 0;
		}
		.hover-image-wrapper:hover .hover-image-title {
			top: 0;
		}
		.hover-image-caption {
			height: 70%;
			top: 30%;
		}
		.hover-image-wrapper:hover .hover-image-caption {
			top: 30%;
		}
	}
/* Hover-Container - End */
/* Hover Container - End */

/* Icon Top Container */
.icon_top-structure {
	color: #dadada;
}
/* Icon Top Container - End */

/* Image Container */
.icon_top-structure {
	color: #dadada;
}
/* Image Container - End */

/* Logged In */

/* Logged In - End */

/* Map */
.map_wrapper.content_wrapper {
	padding: 0;
	margin: 10px 0;
}
.map_wrapper img {
	width: 100%;
	height: auto;
}
/* Map - End */

/* Newest Posts Slider */

/* Newest Posts Slider - End */

/* Posts Container */
#posts_container .title_wrapper {
	background-color: #222222;
	color: #fff;
	padding: 20px;
	text-align: center;
	margin: 15px 0;
	border-radius: 2px;
}
#posts_container .title_wrapper > * {
	margin: 0;
}
/* Posts Container - End */

/* Single Post Rating */

/* Single Post Rating - End */

/* Single Post Sharing */

/* Single Post Sharing - End */

/* White Wrapper */

/* White Wrapper - End */