/* AWS_Ad */
.flex-row-wrapper .product_wrapper {
	height: 100%;
}
.product_wrapper.layout_01 {
	background-color: #ffffff;
}
.product_wrapper.layout_01 {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 15px;
	display: block;
	transition: background-color .5s, border .5s;
}
.product_wrapper.layout_01:hover {
	background-color: #ffffff;
	border: 1px solid #ffa82c;
}
.product_wrapper.layout_01 .title {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	line-height: 20px;
	margin: 30px 0 10px 0;
	word-spacing: 2px;
}
.product_wrapper.layout_01 .price,
.product_wrapper.layout_01 .special_price {
	color: #da0000;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
}
.product_wrapper.layout_01 .special_price {
	margin-bottom: 0;
}
.product_wrapper.layout_01 .special_price + .price {
	color: #da0000;
	font-size: 12px;
	text-decoration: line-through;
}
.product_wrapper.layout_01 .link {
	display: block;
	color: #ffa82c;
}
.product_wrapper.layout_01 .image {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 200px;
}

.product_wrapper.layout_02 {
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	padding: 15px;
	display: block;
	transition: background-color .5s, border .5s;
}
.product_wrapper.layout_02:hover {
	background-color: #ffffff;
	border: 1px solid #ffa82c;
}
.product_wrapper.layout_02 .title {
	font-size: 16px;
	color: #333;
	font-weight: 400;
	line-height: 20px;
	margin: 10px 0;
	word-spacing: 2px;
}
.product_wrapper.layout_02 .price,
.product_wrapper.layout_02 .special_price {
	color: #da0000;
	font-size: 20px;
	font-weight: 600;
	display: inline-block;
}
.product_wrapper.layout_02 .special_price {
	margin-bottom: 0;
}
.product_wrapper.layout_02 .special_price + .price {
	color: #da0000;
	font-size: 12px;
	text-decoration: line-through;
}
.product_wrapper.layout_02 .link {
	display: block;
	color: #ffa82c;
}
/* AWS_Ad - End */

/* Accordion */
.accordion_wrapper {
	margin: 5px 0;
}
.accordion_wrapper .accordion_trigger {
	background-color: #000000;
	color: #ffffff;
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 3px;
}
.accordion_wrapper .accordion_trigger h1,
.accordion_wrapper .accordion_trigger h2,
.accordion_wrapper .accordion_trigger h3,
.accordion_wrapper .accordion_trigger h4,
.accordion_wrapper .accordion_trigger h5 {
	margin: 0;
	padding: 0;
}
.accordion_wrapper .accordion_trigger .accordion_trigger_status {
	font-size: 22px;
}
.accordion_wrapper[data-active="true"] > .accordion_trigger .accordion_trigger_status i:before {
	content: '\f077';
}
.accordion_wrapper .accordion_caption {
	max-height: 0px;
	overflow: hidden;
	transition: max-height 1s;
}
.accordion_wrapper[data-active="true"] > .accordion_caption {
	max-height: 1999px;
}
.accordion_wrapper .accordion_caption_inner {
	
}

/* Themes */
.accordion_wrapper.light_theme > .accordion_trigger {
	background-color: #ffffff;
	border: 2px solid #000000;
	color: #000000;
	padding: 6px 10px;
	cursor: pointer;
	border-radius: 3px;
}
.accordion_wrapper.blue_bg > .accordion_trigger {
	background-color: #0096ff;
	color: #ffffff;
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 3px;
}
.accordion_wrapper.black_bg > .accordion_trigger {
	background-color: #000000;
	color: #ffffff;
	padding: 8px 12px;
	cursor: pointer;
	border-radius: 3px;
}
/* Accordion - End */

/* Affilinet Container */
a[href^="https://partners.webmasterplan.com"]:before {
	display: none !important;
}
/* Affilinet Container - End */

/* Bookmarks */

/* Bookmarks - End */

/* Button */
/* Buttons */

	.btn {
		display: inline-block;
		transition: color .5s, background-color .5s, border .5s;
	}
	.btn i.fa {
		line-height: 20px;
		font-size: 16px;
		padding: 0 4px;
	}
		
	/* Button Sizes */
		.btn-small {
			padding: 8px 16px;
			font-size: 16px;
		}
		.btn-medium {
			padding: 8px 24px;
			font-size: 20px;
		}
		.btn-large {
			
		}
		
		.btn-fullwidth {
			display: block;
			width: 100%;
		}
		
		.btn-break {
			white-space: normal;
		}
		.btn-break-icon {
			position: absolute;
			top: -webkit-calc( 50% - 10px );
			top: calc( 50% - 10px );
			left: 10px;
		}
		.btn-break-icon.icon-left {
			left: 10px;
		}
		.btn-break-icon.icon-right {
			right: 10px;
		}
		.btn-align-right .btn-break-icon {
			left: unset;
			right: 10px;
		}
		.btn-break-caption {
			display: inline-block;
			padding-left: 24px;
		}
		.btn-align-right .btn-break-caption {
			padding-left: 0px;
			padding-right: 24px;
		}
		.btn-align-right .btn-break-caption-reverse {
			padding-right: 0px;
			padding-left: 24px;
		}
		
		
		.btn-align-left {
			text-align: left;
		}
		.btn-align-center {
			text-align: center;
		}
		.btn-align-right {
			text-align: right;
		}
		
		.btn-large {
			
		}
	/* 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:active,
			.btn-white.btn-transparent:focus,
			.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:active,
			.btn-black:focus,
			.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:active,
			.btn-black.btn-transparent:focus,
			.btn-black.btn-transparent.current {
				border: 1px solid #000000;
				background-color: #000000;
				color: #ffffff;
			}
		/* Button Black - End */
		
		/* Button Orange */
			.btn-orange {
				border: 1px solid #ffa82c;
				border-radius: 3px;
				background-color: #ffa82c;
				color: #ffffff;
			}
			.btn-orange:hover,
			.btn-orange:active,
			.btn-orange:focus,
			.btn-orange.current {
				border: 1px solid #ffa82c;
				background-color: rgba( 255, 255, 255, .4 );
				color: #ffa82c;
			}
			
			.btn-orange.btn-transparent {
				background-color: transparent;
				color: #ffa82c;
			}
			.btn-orange.btn-transparent:hover,
			.btn-orange.btn-transparent:active,
			.btn-orange.btn-transparent:focus,
			.btn-orange.btn-transparent.current {
				border: 1px solid #ffa82c;
				background-color: #ffa82c;
				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:active,
			.btn-red:focus,
			.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:active,
			.btn-red.btn-transparent:focus,
			.btn-red.btn-transparent.current {
				border: 1px solid #da0000;
				background-color: #da0000;
				color: #ffffff;
			}
		/* Button Red - End */
		
		/* Button Blue */
			.btn-blue {
				border: 1px solid #0078cc;
				border-radius: 3px;
				background-color: #0078cc;
				color: #ffffff;
			}
			.btn-blue:hover,
			.btn-blue:active,
			.btn-blue:focus,
			.btn-blue.current {
				border: 1px solid #0078cc;
				background-color: rgba( 0, 0, 0, .6 );
				color: #0078cc;
			}
			
			.btn-blue.btn-transparent {
				background-color: transparent;
				color: #0078cc;
			}
			.btn-blue.btn-transparent:hover,
			.btn-blue.btn-transparent:active,
			.btn-blue.btn-transparent:focus,
			.btn-blue.btn-transparent.current {
				border: 1px solid #0078cc;
				background-color: #0078cc;
				color: #ffffff;
			}
		/* Button Blue - End */
		
	/* Button Colors */
	
/* Buttons - End */
/* Button - End */

/* Check Newsletter Optin */

/* Check Newsletter Optin - End */

/* Check Register DOI */

/* Check Register DOI - End */

/* Gap */

/* Gap - End */

/* Get Children */

/* Get Children - End */

/* Get Posts Slider */
.slide_wrapper > img {
	position: absolute;
	object-fit: cover;
	object-position: center;
	left: 0; right: 0; top: 0; bottom: 0;
	height: 100%;
	width: 100%;
}
.slide_wrapper > .slide_bg {
	position: absolute;
	width: 100%;
	height: 70%;
	margin: 10% 0;
}
.slide_wrapper > img {
	
}
/* Get Posts Slider - End */

/* Header Image */
.headline_image_wrapper {
	width: 100%;
	background-size: cover;
	position: relative !important;
}
.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: 1199px) {
	.headline_image_wrapper .headline_image_caption {
		padding: 48px 10px;
	}
}
@media (max-width: 767px) {
	.headline_image_caption {
		left: 0 !important;
		bottom: -5px !important;
		width: 100% !important;
		max-width: 100% !important;
	}
	.headline_image_caption h1 {
		font-size: 24px;
	}
}

.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 */

/* Lexika */
.lexika_wrapper {
	position: relative;
	display: inline;
	cursor: help;
	white-space: nowrap;
}
.lexika_wrapper .keyword {
	display: inline;
	cursor: pointer;
}
.lexika_wrapper .content {
	opacity: 0;
	pointer-events: none;
	position: fixed;
	bottom: 15px;
	left: 15px;
	width: calc( 100% - 30px );
	white-space: initial;
	max-width: 100%;
	background-color: #ffffff;
	padding: 15px 25px;
	border: 1px solid #0096ff;
	color: #0096ff;
	border-radius: 3px;
	color: #333;
	transition: opacity .5s;
	z-index: 99;
}
.lexika_wrapper:hover .content,
.lexika_wrapper:focus .content,
.lexika_wrapper:active .content {
	opacity: 1;
}
.lexika_wrapper .content:before {
	content: '\f0eb';
	color: #ffffff;
	background-color: #0096ff;
	border: 1px solid #0096ff;
	position: absolute;
	display: block;
	font-family: 'FontAwesome';
	font-size: 35px;
	padding: 10px;
	height: 45px;
	width: 200px;
	text-align: center;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	float: left;
	margin-left: -1.2em;
	top: -45px;
	left: calc( 50% - 54px );
}

/* Lexika - End */

/* Logged In */

/* Logged In - End */

/* Newsletter OptIn */

/* Newsletter OptIn - End */

/* PagespeedResults */

/* PagespeedResults - End */

/* Plugin JSON */

/* Plugin JSON - End */

/* Single Post Rating */
.rating_wrapper .stars_wrapper {
	margin: 15px 0;
	text-align: center;
}
.rating_wrapper .stars_wrapper i {
	font-size: 26px;
	padding: 0 5px;
	color: #ffd426;
}
.rating_wrapper .stars_wrapper i:nth-child(1),
.rating_wrapper .stars_wrapper i:nth-child(5) {
	font-size: 26px;
}
.rating_wrapper .stars_wrapper i:nth-child(2),
.rating_wrapper .stars_wrapper i:nth-child(4) {
	font-size: 32px;
}
.rating_wrapper .stars_wrapper i:nth-child(3) {
	font-size: 36px;
}


.rating_wrapper .statistics_wrapper {
	margin: 15px 0;
}
.rating_wrapper .statistics_wrapper i {
	color: #ffd426;
}

.rating_wrapper .rating_status {
	text-align: center;
	font-size: 16px;
}
.rating_wrapper .rating_status .success {
	color: #05da00;
}
.rating_wrapper .rating_status .error {
	color: #da0000;
}

.rating_wrapper .voting_wrapper {
	margin: 15px 0 0 0;
}
.rating_wrapper .voting_wrapper form input[type="submit"] {
	display: block;
	width: 100%;
	margin-top: 10px;
}

.rating_wrapper .voting_wrapper .voting_stars_wrapper {
	display: inline-block;
}
.rating_wrapper .voting_wrapper .voting_stars_wrapper:after {
	content: '';
	display: block;
	clear: both; 
	height: 0;
}
.rating_wrapper .voting_wrapper .voting_stars_wrapper label {
	font-size: 32px;
	line-height: 0;
	padding: 0 5px;
	margin: 0;
	color: #ffd426;
	float: right;
}
.rating_wrapper .voting_wrapper .voting_stars_wrapper label > input {
	height: 0;
	margin: 0;
	opacity: 0;
}
.rating_wrapper .voting_wrapper .voting_stars_wrapper:not(:hover) label.active i:before,
.rating_wrapper .voting_wrapper .voting_stars_wrapper label:hover i:before {
	content: '\f005';
	cursor: pointer;
}
.rating_wrapper .voting_wrapper .voting_stars_wrapper:not(:hover) label.active ~ label i:before,
.rating_wrapper .voting_wrapper .voting_stars_wrapper label:hover ~ label i:before {
	content: '\f005';
}
@media (min-width: 992px) and (max-width: 1200px), (max-width: 576px) {
	.rating_wrapper .stars_wrapper i {
		font-size: 26px !important;
	}
}
/* Single Post Rating - End */

/* Slider */
.slider_wrapper {
	position: relative;
	height: 400px;
	overflow: hidden;
	background-color: #222;
}
.slider_wrapper a {
	color: #ffffff;
	transition: color .5s, background-color .5s;
}
.slider_wrapper a:hover {
	text-decoration: none;
}

.slider_wrapper .slider_content_wrapper {
	list-style-type: none;
	position: absolute;
	left: calc( 100% * 0 );
	padding: 0;
	margin: 0;
	height: 100%;
	width: calc( 100% * 5 );
	transition: left 1s;
}
.slider_wrapper .slider_content_wrapper .slider_content {
	position: relative;
	float: left;
	display: inline-block;
	width: calc( 100% / 3 );
	height: 100%;
	
	color: #fff;
}
.slider_content img {
    position: absolute;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
@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.bg_black,
.slider_wrapper .bg_black {
	background-color: rgba( 0, 0, 0, .4 );
}
.slider_wrapper.bg_white,
.slider_wrapper .bg_white {
	background-color: rgba( 255, 255, 255, .4 );
}
/* Bullets */
.slider_wrapper .slider_bullets_wrapper {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	left: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	z-index: 99;
}
.slider_wrapper .slider_bullets_wrapper .slider_trigger {
	display: inline-block;
	padding: 0 4px;
	cursor: pointer;
}
.slider_wrapper .slider_bullets_wrapper .slider_trigger span {
	width: 16px;
	height: 16px;
	background-color: #ffffff;
	border: 2px solid #ffffff;
	display: inline-block;
	border-radius: 50%;
	transition: background-color .5s;
}
.slider_wrapper .slider_bullets_wrapper .slider_trigger[data-active="true"] span,
.slider_wrapper .slider_bullets_wrapper .slider_trigger:hover span {
	background-color: transparent;
}
/* Bullets - End */

/* Arrows */
.slider_wrapper .slider_arrows_wrapper {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 10px;
	left: 0;
	bottom: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	width: 100%;
	pointer-events: none;
}
.slider_wrapper .slider_arrows_wrapper .slider_trigger {
	pointer-events: all;
    position: absolute;
    top: calc( 50% - 22px );
	
	display: inline-block;
	padding: 0 2px;
	cursor: pointer;
	
	display: none;
}

.slider_wrapper .slider_arrows_wrapper .slider_trigger span {
	display: block;
}
.slider_wrapper .slider_arrows_wrapper .slider_trigger:first-child {
	display: block;
    left: 10px;
}
.slider_wrapper .slider_arrows_wrapper .slider_trigger:last-child {
	display: block;
    right: 10px;
}

.slider_wrapper .slider_arrows_wrapper .slider_trigger span:before {
	font-family: 'FontAwesome';
	display: block;
	font-size: 28px;
	padding: 5px 0;
	width: 36px;
	height: 36px;
	text-align: center;
}
.slider_wrapper .slider_arrows_wrapper .slider_trigger:first-child span:before {
	content: '\f104';
}
.slider_wrapper .slider_arrows_wrapper .slider_trigger:last-child span:before {
	content: '\f105';
	margin-left: 2px;
}

.slider_wrapper .slider_arrows_wrapper .slider_trigger span:before {
	color: rgba( 255, 255, 255, .4 );
	transition: color .5s;
}
.slider_wrapper .slider_arrows_wrapper .slider_trigger span:hover:before {
	color: rgba( 255, 255, 255, 1 );
}
/* Arrows - End */

/* Customs */
.slider_wrapper .slider_content_wrapper .slider_content .bg_image {
	height: 100%;
	background-size: cover;
	background-position: center center;
}
.slider_wrapper .slider_content_wrapper .slider_content .title {
	font-size: 80px;
}

.slider_wrapper .background-container-wrapper {
	height: 100%;
}
/* Customs - End */
/* Slider - End */

/* Social Buttons */

/* Social Buttons - End */