/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 * 	+ HEADLINE
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
 *	+ DIVIDERS
 *	+ TEXT BOXES
 *	+ IMAGE BOXES
 *	+ IMAGES GALLERY
 *	+ ACCORDION
 * 	+ TABS
 *	+ TIMELINE
 *	+ GOOGLE MAPS
 * 	+ SOCIAL MEDIA
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 * 	+ COUNTERS
 *	+ STATISTICS
 * 	+ COUNTDOWN
 *	+ PRICE PLAN
 * 	+ TESTIMONIALS
 * 	+ ISOTOPE
 * 	+ FILTER
 * 	+ PAGINATION
 * 	+ FULL SECTIONS
 * 	+ VIDEO PLAYER
 * 	+ SCROLL UP
 *	+ SLIDERS
 *	+ ANIMATIONS
 *	+ WIDGETS
 */

/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 
	body {
		font: 16px/28px "Open Sans", Arial, sans-serif;
		background-color: #fff;
		color: #878787;
	}

	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		color: #212121;
		font-weight: 700;
	}

	h1 {
		margin-bottom: 14px;
		font-size: 48px;
		line-height: 64px;
		letter-spacing: 1.25px;
	}

	h2 {
		margin-bottom: 12px;
		font-size: 30px;
		line-height: 54px;
		letter-spacing: 1px;
	}

	h3 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 36px;
		letter-spacing: 0.75px;
	}

	h4 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 28px;
		letter-spacing: 0.5px;
	}

	h5 {
		margin-bottom: 6px;
		font-size: 16px;
		line-height: 26px;
		letter-spacing: 0.25px;
	}

	h6 {
		margin-bottom: 4px;
		font-size: 14px;
		line-height: 24px;
	}

	h1 a,
	h2 a,
	h3 a,
	h4 a,
	h5 a,
	h6 a {
		color: #212121;
		text-decoration: none;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}

	h1 a:hover,
	h2 a:hover,
	h3 a:hover,
	h4 a:hover,
	h5 a:hover,
	h6 a:hover {
		text-decoration: none;
	}

	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small {
		color: inherit;
	}

	p {
		margin-bottom: 20px;
	}

	/* LINKS */
	a {
		color: #f85b38;
	}

	a:hover,
	a:focus {
		outline: 0;
		color: #f85b38;
	}


	/* IMAGES */
	img {
		max-width: 100%;
	}


	/* ADDRESS */
	address {
		line-height: inherit;
	}


	/* FORMS */
	input,
	select,
	textarea {
		display: block;
		max-width: 100%;
		height: 50px;
		padding: 5px 10px;
		border: 1px solid #f3f3f3;
		margin-bottom: 10px;
		background-color: #f3f3f3;
		color: #212121;
		font-size: 14px;
	}

	textarea {
		height: 290px;
		resize: none;
	}

	label {
		font-weight: normal;
	}

	select {
		width: 100%;
		height: 50px;
	}

	input[class^="col-"],
	select[class^="col-"],
	textarea[class^="col-"] {
		padding: 12px 20px;
	}

	select:focus,
	textarea:focus,
	input[type="url"]:focus,
	input[type="tel"]:focus,
	input[type="date"]:focus,
	input[type="datetime"]:focus,
	input[type="datetime-local"]:focus,
	input[type="week"]:focus,
	input[type="month"]:focus,
	input[type="text"]:focus,
	input[type="color"]:focus,
	input[type="email"]:focus,
	input[type="image"]:focus,
	input[type="number"]:focus,
	input[type="search"]:focus,
	input[type="password"]:focus {
		border-left-color: #f85b38;
		box-shadow: none;
		outline: 0;
	}

	.checkbox input[type="checkbox"],
	.checkbox-inline input[type="checkbox"],
	.radio input[type="radio"],
	.radio-inline input[type="radio"] {
		margin-top: -10px;
	}

	.checkbox input[type="checkbox"]:focus,
	.checkbox-inline input[type="checkbox"]:focus,
	.radio input[type="radio"]:focus,
	.radio-inline input[type="radio"]:focus {
		outline: none;
	}

	button,
	input[type="reset"],
	input[type="submit"],
	input[type="button"] {
		padding: 18px 43px 18px 45px;
		border: none;
		background-color: #f85b38;
		color: #fff;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	button:hover,
	input[type="reset"]:hover,
	input[type="submit"]:hover,
	input[type="button"]:hover {
		background-color: #212121;
	}

	button,
	input[type="reset"]:focus,
	input[type="submit"]:focus,
	input[type="button"]:focus {
		box-shadow: none;
		outline: 0;
	}

	::-moz-placeholder {
		color: #878787;
		font-size: 13px;
		font-style: italic;
	}

	::-webkit-input-placeholder {
		color: #878787;
		font-size: 12px;
		font-style: italic;
	}

	:-ms-input-placeholder {
		color: #878787;
		font-size: 12px;
		font-style: italic;
	}


	/* TRANSFORMATION CLASSES */
	.text-mute {
		color: #d1d1d1;
	}

	.text-default-color {
		color: #f85b38 !important;
	}

	.text-highlight {
		padding: 5px 10px;
		background-color: #f85b38;
		color: #fff;
	}

	.text-big {
		font-size: 18px;
		line-height: 30px;
	}

	.dropcap {
		float: left;
		font-size: 36px;
		line-height: 56px;
		font-weight: 700;
		margin-right: 10px;
	}

	.last,
	.no-margin-bottom {
		margin-bottom: 0 !important;
	}

	@media (max-width: 767px) {

		.last {
			margin-bottom: 20px !important;
		}

	}

/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/

	.headline {
		margin-bottom: 30px;
	}

	.headline h2 {
		margin-bottom: 0;
		line-height: 48px;
		text-transform: uppercase;
	}

	.headline h6 {
		margin-bottom: 0;
		color: #f85b38;
		font-weight: 400;
		letter-spacing: 3px;
		text-transform: uppercase;
	}

/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/

	.alert {
		padding: 15px 30px;
		border: none;
		border-radius: 0;
		color: #fff;
		text-align: center;
	}

	.alert.alert-info {
		background-color: #878787;
	}

	.alert.alert-danger {
		background-color: #f85b39;
	}

	.alert.alert-success {
		background-color: #37d5f8;
	}

	.alert.alert-warning {
		background-color: #fae71b;
		color: #363636;
	}

	h1.error {
		color: #f85b38;
		font-size: 92px;
		line-height: 140px;
		font-weight: 700;
		text-align: right;
	}

	@media (max-width: 767px) {

		h1.error {
			text-align: left;
		}

	}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/

	/* GENERAL */
	ul,
	ol {
		padding: 0;
		list-style-position: inside;
	}

	li > ul,
	li > ol {
		margin-bottom: 0;
		margin-left: 20px;
	}

	dl {
		margin-bottom: 20px;
	}


	/* CHECK LIST */
	.check-list {
		list-style: none;
		margin-bottom: 20px;
	}

	.check-list li {
		margin-bottom: 5px;
	}

	.check-list li:last-child {
		margin-bottom: 0;
	}

	.check-list li:before {
		margin-right: 20px;
		color: #f85b38;
		font-family: "FontAwesome";
		content: "\f00c";
	}


	/* BULLET LIST */
	.bullet-list {
		list-style: none;
		margin-bottom: 20px;
	}

	.bullet-list li {
		margin-bottom: 5px;
	}

	.bullet-list li:last-child {
		margin-bottom: 0;
	}

	.bullet-list li:before {
		position: relative;
		top: -1px;
		display: inline-block;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		margin-right: 20px;
		background-color: #f85b38;
		content: "";
	}


	/* LOGOS LIST */
	.logos-list {
		margin-bottom: 50px;
		list-style: none;
	}

	.logos-list li {
		float: left;
		width: 20%;
		padding: 0 20px;
		text-align: center;
		opacity: 0.8;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.logos-list li:hover {
		opacity: 1;
	}

	.logos-list:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}


	@media (max-width: 767px) {

		.logos-list li {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}

		.logos-list li:last-child {
			margin-bottom: 0;
		}

	}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/

	/* DEFAULT BUTTON */
	.btn {
		position: relative;
		z-index: 1;
		padding: 18px 33px 18px 35px;
		border: none;
		border-radius: 0;
		margin-right: 10px;
		margin-bottom: 20px;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.btn:last-child {
		margin-right: 0;
	}

	.btn:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		content: "";
		-webkit-transform: scale(0);
			-ms-transform: scale(0);
				transform: scale(0);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.btn:focus,
	.btn:active {
		outline: 0 !important;
		box-shadow: none;
	}

	.btn:hover:after {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}

	.btn-xs {
		padding: 14px 25px 14px 27px;
		font-size: 10px;
	}

	.btn-lg {
		padding: 20px 38px 20px 40px;
		font-size: 14px;
	}

	.btn i {
		margin-right: -5px;
		margin-left: 5px;
	}


	/* DEFAULT BUTTON */
	.btn-default {
		background-color: #f85b38;
		color: #fff;
	}

	.btn-default:after {
		background-color: #212121;
	}

	.btn-default,
	.btn-default:hover,
	.btn-default:focus,
	.btn-default:active,
	.btn-default:active:focus {
		background-color: #d81d84;
		color: #fff;
	}

	.btn-default:hover {
		background-color: #212121;
		color: #fff;
	}


	/* BLACK BUTTON */
	.btn-black {
		background-color: #212121;
		color: #fff;
	}

	.btn-black:after {
		background-color: #f85b38;
	}

	.btn-black:hover {
		background-color: #f85b38;
		color: #fff;
	}

	.btn-black:focus {
		color: #fff;
	}


	/* WHITE BUTTON */
	.btn-white {
		padding: 17px 33px 17px 35px;
		border: 1px solid #212121;
		color: #212121;
	}

	.btn-white:after {
		background-color: #212121;
	}

	.btn-white:hover {
		background-color: #212121;
		color: #fff;
	}

/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/

	.hr {
		margin: 30px 0;
		border-top: 1px solid #c3c3c3;
	}

	.hr.black {
		border-top-color: #212121;
	}

	.hr.default-color {
		border-top-color: #f85b38;
	}

/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/

	.text-box {
		padding: 50px 40px;
		margin-bottom: 50px;
		background: no-repeat center center;
		background-color: #f3f3f3;
		-webkit-background-size: cover;
				background-size: cover;
	}

	.text-box.rounded {
		border-radius: 20px;
	}

	.text-box.default-color {
		background-color: #f85b38;
		color: #fff;
	}

	.text-box.black {
		background-color: #212121;
		color: #fff;
	}

	.text-box.black h1,
	.text-box.black h2,
	.text-box.black h3,
	.text-box.black h4,
	.text-box.black h5,
	.text-box.black h6,
	.text-box.default-color h1,
	.text-box.default-color h2,
	.text-box.default-color h3,
	.text-box.default-color h4,
	.text-box.default-color h5,
	.text-box.default-color h6 {
		color: inherit;
	}

	.text-box .headline {
		margin-bottom: 15px;
	}

	.text-box .btn {
		margin-top: 25px;
	}

	.text-box.black .btn-white,
	.text-box.default-color .btn-white {
		border-color: #fff;
		color: #fff;
	}

	.text-box.default-color .btn-white:after {
		background-color: #212121;
	}

	.text-box.default-color .btn-white:hover {
		border-color: #212121;
		background-color: #212121;
	}

	.text-box.black .btn-white:after {
		background-color: #f85b38;
	}

	.text-box.black .btn-white:hover {
		border-color: #f85b38;
		background-color: #f85b38;
	}

	.text-box > *:last-child {
		margin-bottom: 0;
	}


	/* TEXT BOXES LIST */
	.text-boxes-list {
		margin: 50px 0 100px;
		list-style: none;
	}

	.text-boxes-list > li {
		float: left;
		width: 33.33333%;
	}

	.text-boxes-list > li .text-box {
		padding: 20% 15%;
		margin-bottom: 0;
	}

	.text-boxes-list:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.text-boxes-list > li {
			float: none;
			width: 100%;
		}

	}

	@media (max-width: 767px) {

		.text-box {
			padding: 50px 20px;
		}

		.text-boxes-list > li {
			float: none;
			width: 100%;
		}

		.text-boxes-list > li .text-box {
			padding: 50px 20px;
		}

	}

/***********************************************************************************
 *	+ IMAGES BOXES
 ***********************************************************************************/

	.image-box {
		margin-bottom: 50px;
	}

	.image-box-thumbnail {
		margin-bottom: 35px;
	}

	.image-box h4 {
		text-transform: uppercase;
	}

	.image-box h4 span {
		color: #f85b38;
		font-size: 24px;
		font-weight: 600;
	}

	.image-box > a {
		display: inline-block;
		border-bottom: 1px solid #212121;
		color: #212121;
		font-size: 12px;
		letter-spacing: 2px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.image-box > a:hover {
		border-color: #f85b38;
		color: #f85b38;
	}

/***********************************************************************************
 *	+ IMAGES GALLERY
 ***********************************************************************************/

	.images-gallery {
		margin: -2px -2px 50px;
		list-style: none;
	}

	.images-gallery li {
		float: left;
		width: 50%;
		padding: 2px;
	}

	.images-gallery li > a {
		position: relative;
		display: block;
	}

	.images-gallery li > a .images-gallery-hover {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(248, 91, 56, 0.8);
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.images-gallery li > a:hover {
		text-decoration: none;
	}

	.images-gallery li > a h5 {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		color: #fff;
		font-weight: 400;
		letter-spacing: 3px;
		text-align: center;
		text-transform: uppercase;
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.images-gallery li > a:hover .images-gallery-hover {
		opacity: 1;
	}

	.images-gallery li > a:hover h5 {
		opacity: 1;
	}

	.images-gallery:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (min-width: 1200px) {

		.images-gallery li {
			width: 33.333333%;
		}

	}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/

	.panel {
		background-color: transparent;
		box-shadow: none;
	}

	.panel-heading {
		padding: 0;
		border: none;
		border-radius: 0;
		background-color: transparent;
	}

	.panel-title a,
	.panel-title a:focus {
		position: relative;
		display: block;
		padding: 15px 45px 15px 25px;
		background-color: #f3f3f3;
		color: #212121;
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 1px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.panel-title a:hover,
	.panel-title a[aria-expanded="true"] {
		background-color: #f85b38;
		color: #fff;
	}

	.panel-group .panel + .panel {
		margin-top: 15px;
	}

	.panel-group .panel-heading + .panel-collapse > .list-group,
	.panel-group .panel-heading + .panel-collapse > .panel-body {
		padding: 15px 20px;
		border: none;
		border-left: 1px solid #f85b38;
		margin: 25px 0 10px 20px;
	}

	.panel-body > *:last-child {
		margin-bottom: 0;
	}

/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/

	/* HORIZONTAL TABS */
	.nav-tabs {
		border-bottom: none;
	}

	.nav-tabs > li {
		margin-bottom: 0;
		margin-right: 10px;
	}

	.nav-tabs > li:last-child {
		margin-right: 0;
	}

	.nav-tabs > li > a {
		padding: 15px 23px 15px 25px;
		border: none;
		border-radius: 0;
		background-color: #f3f3f3;
		color: #212121;
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.nav-tabs > li > a:focus {
		border-color: transparent;
		background-color: transparent;
	}

	.nav-tabs > li > a:hover,
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		border: none;
		background-color: #f85b38;
		color: #fff;
	}

	.tab-content {
		margin: 40px 0;
	}

	.tab-content .tab-pane > *:last-child {
		margin-bottom: 0;
	}

	.tab-content:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}


	/* VERTICAL TABS */
	.vertical-tabs .nav-tabs {
		float: left;
		width: 270px;
		margin-right: 30px;
		margin-bottom: 50px;
	}

	.vertical-tabs .nav-tabs > li {
		float: none;
		margin-right: 0;
		margin-bottom: 15px;
		text-align: center;
	}

	.vertical-tabs .nav-tabs > li:last-child {
		margin-bottom: 0;
	}

	.vertical-tabs .tab-content .tab-pane {
		padding: 50px 0 0 20px;
		border-top: 1px solid #f85b38;
		margin-left: 300px;
	}

	.vertical-tabs:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (min-width: 1200px) {

		.vertical-tabs .tab-content .tab-pane {
			padding-left: 100px;
		}

	}

	@media (max-width: 767px) {

		.vertical-tabs .nav-tabs {
			float: none;
			width: 100%;
			margin-right: 0;
		}

		.vertical-tabs .tab-content .tab-pane {
			padding-left: 0;
			margin-left: 0;
		}

	}

/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/

	.timeline {
		padding-left: 70px;
		margin-bottom: 50px;
		list-style: none;
	}

	.timeline li {
		padding-bottom: 50px;
		border-bottom: 1px solid #d1d1d1;
		margin-bottom: 50px;
	}

	.timeline li:last-child {
		border-bottom: none;
		margin-bottom: 0;
	}

	.timeline-title {
		position: relative;
		cursor: pointer;
	}

	.timeline-title:before {
		position: absolute;
		top: 10px;
		left: -65px;
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #f85b38;
		content: "";
	}

	.timeline-title:after {
		position: absolute;
		top: 5px;
		left: -70px;
		display: block;
		width: 16px;
		height: 16px;
		border: 1px solid transparent;
		border-radius: 50%;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.timeline-title h5 {
		margin-bottom: 0;
		color: #f85b38;
		font-weight: 400;
		letter-spacing: 3px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.timeline-title h4 {
		margin-bottom: 0;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.timeline-title:hover h5 {
		color: #212121;
	}

	.timeline-title:hover h4 {
		color: #f85b38;
	}

	.timeline-content {
		position: relative;
		display: none;
		padding-top: 30px;
	}

	.timeline-content:before {
		position: absolute;
		top: 0;
		left: -62.5px;
		display: block;
		height: 100%;
		border-left: 1px solid #f85b38;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.timeline-content i {
		display: inline-block;
		width: 130px;
		height: 130px;
		border-radius: 30px;
		margin-top: -20px;
		background-color: #f85b38;
		color: #fff;
		font-size: 32px;
		line-height: 130px;
		text-align: center;
		-webkit-transform: rotate(15deg);
			-ms-transform: rotate(15deg);
				transform: rotate(15deg);
	}

	.timeline-content > a {
		display: inline-block;
		border-bottom: 1px solid #212121;
		color: #212121;
		font-size: 12px;
		letter-spacing: 2px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.timeline-content > a:hover {
		border-color: #f85b38;
		color: #f85b38;
	}


	.timeline-title:hover:after,
	.timeline-title.opened:after {
		border-color: #f85b38;
	}

	@media (max-width: 767px) {

		.timeline-content i {
			margin-top: 0;
		}

	}

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/

	.map {
		height: 300px;
		margin: 50px 0;
	}

	.map img {
		max-width: none;
	}

	@media (max-width: 767px) {

		.map {
			height: 400px !important;
		}

	}

/***********************************************************************************
 *	+ SOCIAL MEDIA
 ***********************************************************************************/

	.social-media {
		margin-bottom: 20px;
	}

	.social-media a {
		display: inline-block;
		margin-right: 25px;
		color: #646464;
		font-size: 18px;
		line-height: 32px;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.social-media a:last-child {
		margin-right: 0;
	}

	.social-media a.facebook:hover { color: #0e59a0 !important; }
	.social-media a.twitter:hover { color: #0ea4ff !important; }
	.social-media a.dribbble:hover { color: #ea73a0 !important; }
	.social-media a.pinterest:hover { color: #d73532 !important; }
	.social-media a.google:hover { color: #da4835 !important; }
	.social-media a.tumblr:hover { color: #2a445f !important; }
	.social-media a.instagram:hover { color: #82685a !important; }
	.social-media a.rss:hover { color: #f79638 !important; }
	.social-media a.linkedin:hover { color: #018faf !important; }
	.social-media a.skype:hover { color: #00b0f6 !important; }
	.social-media a.flickr:hover { color: #0061db !important; }
	.social-media a.vimeo:hover { color: #4cb2d9 !important; }
	.social-media a.github:hover { color: #3b3b3b !important; }
	.social-media a.youtube:hover { color: #cc181e !important; }
	.social-media a.windows:hover { color: #6dc2e9 !important; }
	.social-media a.dropbox:hover { color: #007ee5 !important; }
	.social-media a.xing:hover { color: #026566 !important; }
	.social-media a.adn:hover { color: #1ea076 !important; }
	.social-media a.android:hover { color: #98cb02 !important; }
	.social-media a.apple:hover { color: #a6b1b7 !important; }
	.social-media a.behance:hover { color: #2d9ad2 !important; }
	.social-media a.bitbucket:hover { color: #214f81 !important; }
	.social-media a.bitcoin:hover { color: #f7931b !important; }
	.social-media a.codepan:hover { color: #000 !important; }
	.social-media a.css3:hover { color: #3289ce !important; }
	.social-media a.delicious:hover { color: #3399fe !important; }
	.social-media a.deviantart:hover { color: #c8da30 !important; }
	.social-media a.digg:hover { color: #0080c2 !important; }
	.social-media a.drupal:hover { color: #0077b9 !important; }
	.social-media a.empire:hover { color: #000 !important; }
	.social-media a.foursquare:hover { color: #daecb0 !important; }
	.social-media a.git:hover { color: #f34f29 !important; }
	.social-media a.gitti:hover { color: #634c3e !important; }
	.social-media a.hacker-news:hover { color: #f18642 !important; }
	.social-media a.html5:hover { color: #e54c1f !important; }
	.social-media a.joomla:hover { color: #016fb9 !important; }
	.social-media a.jsfiddle:hover { color: #4679a4 !important; }
	.social-media a.linux:hover { color: #fece0e !important; }
	.social-media a.maxcdn:hover { color: #f36f20 !important; }
	.social-media a.openid:hover { color: #fe6101 !important; }
	.social-media a.pagelines:hover { color: #3783e3 !important; }
	.social-media a.pied-piper:hover { color: #0c7b48 !important; }
	.social-media a.qq:hover { color: #23286c !important; }
	.social-media a.rebel:hover { color: #000 !important; }
	.social-media a.reddit:hover { color: #cee3f8 !important; }
	.social-media a.renren:hover { color: #0d81e4 !important; }
	.social-media a.share:hover { color: #252525 !important; }
	.social-media a.slack:hover { color: #453744 !important; }
	.social-media a.soundcloud:hover { color: #fe4e00 !important; }
	.social-media a.spotify:hover { color: #80bb41 !important; }
	.social-media a.stack-exchange:hover { color: #265a93 !important; }
	.social-media a.stackoverflow:hover { color: #fea501 !important; }
	.social-media a.steam:hover { color: #191919 !important; }
	.social-media a.stumbleupon:hover { color: #f04f23 !important; }
	.social-media a.tencent-weibo:hover { color: #0063a7 !important; }
	.social-media a.trello:hover { color: #226784 !important; }
	.social-media a.vine:hover { color: #00b081 !important; }
	.social-media a.vk:hover { color: #50769d !important; }
	.social-media a.wechat:hover { color: #a4dc31 !important; }
	.social-media a.weibo:hover { color: #d82828 !important; }
	.social-media a.wordpress:hover { color: #454442 !important; }
	.social-media a.yahoo:hover { color: #4b04a8 !important; }
	.social-media a.ftpx:hover { color: #000 !important; }
	.social-media a.amazon:hover { color: #ff9900 !important; }
	.social-media a.angellist:hover { color: #000 !important; }
	.social-media a.btc:hover { color: #f7931b !important; }
	.social-media a.black-tie:hover { color: #000 !important; }
	.social-media a.bluetooth:hover { color: #0a3d91 !important; }
	.social-media a.buysellads:hover { color: #ba0202 !important; }
	.social-media a.cc-amex:hover { color: #016dd2 !important; }
	.social-media a.cc-diners-club:hover { color: #0069aa !important; }
	.social-media a.cc-discover:hover { color: #f88737 !important; }
	.social-media a.cc-jcb:hover { color: #29166f !important; }
	.social-media a.cc-mastercard:hover { color: #fe9611 !important; }
	.social-media a.paypal:hover { color: #012069 !important; }
	.social-media a.cc-stripe:hover { color: #49b802 !important; }
	.social-media a.cc-visa:hover { color: #1b4da2 !important; }
	.social-media a.chrome:hover { color: #edcd16 !important; }
	.social-media a.codepen:hover { color: #1b1c1b !important; }
	.social-media a.codiepie:hover { color: #000 !important; }
	.social-media a.connectdevelop:hover { color: #023cb0 !important; }
	.social-media a.contao:hover { color: #e4790f !important; }
	.social-media a.dashcube:hover { color: #000 !important; }
	.social-media a.edge:hover { color: #2c74be !important; }
	.social-media a.expeditedssl:hover { color: #2e2e2e !important; }
	.social-media a.firefox:hover { color: #df731b !important; }
	.social-media a.fonticons:hover { color: #1d1e2a !important; }
	.social-media a.fort-awesome:hover { color: #000 !important; }
	.social-media a.forumbee:hover { color: #85ac2f !important; }
	.social-media a.get-pocket:hover { color: #e84352 !important; }
	.social-media a.gg:hover { color: #fd0002 !important; }
	.social-media a.gratipay:hover { color: #653614 !important; }
	.social-media a.houzz:hover { color: #9bc545 !important; }
	.social-media a.internet-explorer:hover { color: #00bcf2 !important; }
	.social-media a.ioxhost:hover { color: #f6a814 !important; }
	.social-media a.lastfm:hover { color: #e2152b !important; }
	.social-media a.leanpub:hover { color: #231f20 !important; }
	.social-media a.meanpath:hover { color: #538dd6 !important; }
	.social-media a.medium:hover { color: #00ab6c !important; }
	.social-media a.mixcloud:hover { color: #040204 !important; }
	.social-media a.modx:hover { color: #8ed547 !important; }
	.social-media a.odnoklassniki:hover { color: #f68634 !important; }
	.social-media a.opencart:hover { color: #00c1f2 !important; }
	.social-media a.opera:hover { color: #e81617 !important; }
	.social-media a.optin-monster:hover { color: #8ed31e !important; }
	.social-media a.product-hunt:hover { color: #d6573d !important; }
	.social-media a.reddit:hover { color: #ff4500 !important; }
	.social-media a.safari:hover { color: #2973d9 !important; }
	.social-media a.scribd:hover { color: #382d29 !important; }
	.social-media a.sellsy:hover { color: #006ca2 !important; }
	.social-media a.shirtsinbulk:hover { color: #dd3a26 !important; }
	.social-media a.simplybuilt:hover { color: #322f34 !important; }
	.social-media a.skyatlas:hover { color: #01aebe !important; }
	.social-media a.slideshare:hover { color: #13999a !important; }
	.social-media a.stack-overflow:hover { color: #ef532a !important; }
	.social-media a.tripadvisor:hover { color: #1e892f !important; }
	.social-media a.twitch:hover { color: #6441a5 !important; }
	.social-media a.usb:hover { color: #000 !important; }
	.social-media a.viacoin:hover { color: #2376a2 !important; }
	.social-media a.whatsapp:hover { color: #44c254 !important; }
	.social-media a.wikipedia:hover { color: #0c0c0c !important; }
	.social-media a.y-combinator:hover { color: #ff6501 !important; }
	.social-media a.yelp:hover { color: #bf311b !important; }
	.social-media a.email:hover { color: #689c49 !important; }
	.social-media a.envira:hover { color: #75bd3b !important; }
	.social-media a.gitlab:hover { color: #e24329 !important; }
	.social-media a.glide:hover { color: #00a7ff !important; }
	.social-media a.snapchat:hover { color: #efe200 !important; }
	.social-media a.viadeo:hover { color: #f4982b !important; }
	.social-media a.wpbeginner:hover { color: #ff6600 !important; }
	.social-media a.wpforms:hover { color: #b6581a !important; }


	/* DEFAULT COLOR */
	.social-media.default-color a:hover {
		color: #f85b38 !important;
	}

/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/

	.pie-chart-container {
		margin-bottom: 50px;
		text-align: center;
	}

	.pie-chart {
		position: relative;
		text-align: center;
		margin-bottom: 20px;
	}

	.pie-chart canvas {
		max-width: 100%;
	}

	.pie-chart-percent {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		color: #f85b38;
		font-size: 24px;
		line-height: 24;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	.pie-chart-details {}

	.pie-chart-details h6 {
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/

	.progress {
		overflow: visible;
		height: 7px;
		border-radius: 0;
		margin-bottom: 15px;
		background-color: #f3f3f3;
		box-shadow: none;
	}

	.progress-bar {
		position: relative;
		background-color: #f85b38;
		box-shadow: none;
	}

	.progress-bar-title {
		margin-bottom: 15px;
		color: #212121;
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.progress-bar-title span {
		float: right;
	}

/***********************************************************************************
 *	+ COUNTERS
 ***********************************************************************************/

	.counter {
		margin-bottom: 50px;
	}

	.counter-value {
		color: #212121;
		font-size: 48px;
		line-height: 56px;
		font-weight: 700;
	}

	.counter-details {
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.counter.style-2 .counter-value {
		float: left;
		margin-right: 10px;
		line-height: 48px;
	}

	.counter.style-2:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.counter.style-2 .counter-value {
			float: none;
		}

	}

/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/

	.statistics-container {
		margin-bottom: 50px;
		font-size: 14px;
		line-height: 24px;
	}

	.statistics-container canvas {
		margin-bottom: 10px;
	}

	.statistics-container h6 {
		margin-bottom: 0;
		font-weight: 400;
	}

	.statistics-container h6 span {
		margin-left: 20px;
	}

	.statistics-container h2 {
		line-height: 38px;
		font-weight: 400;
	}

	.statistics-container small {
		color: #bbb;
		font-size: 12px;
	}

/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/

	.countdown {
		margin-bottom: 50px;
	}

	.countdown > div {
		position: relative;
		float: left;
		width: 25%;
		color: #212121;
		font-size: 60px;
		line-height: 60px;
		font-weight: 700;
		text-align: center;
	}

	.countdown > div > span {
		display: block;
		color: #f85b38;
		font-size: 16px;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.countdown:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.countdown > div {
			font-size: 48px;
			line-height: 48px;
		}

		.countdown > div > span {
			font-size: 14px;
		}

	}


	@media (max-width: 767px) {

		.countdown > div {
			font-size: 38px;
			line-height: 38px;
		}

		.countdown > div > span {
			font-size: 12px;
		}

	}

/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

	.price-plan {
		padding: 70px 20px 50px;
		border: 1px solid #e1e1e1;
		margin-bottom: 50px;
		text-align: center;
		-webkit-transition: border-color 0.3s;
				transition: border-color 0.3s;
	}

	.price-plan h1 {
		margin-bottom: 25px;
		font-size: 60px;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}

	.price-plan h1 sup {
		top: -25px;
		font-size: 28px;
	}

	.price-plan h1 small {
		margin-left: -35px;
		font-size: 12px;
	}

	.price-plan h5 {
		margin-bottom: 50px;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.price-plan h5:after {
		display: block;
		width: 50px;
		border-bottom: 2px solid #f85b38;
		margin: 20px auto 0;
		content: "";
	}

	.price-plan ul {
		margin-bottom: 50px;
		list-style: none;
	}

	.price-plan ul li {
		margin-bottom: 10px;
	}

	.price-plan ul li:last-child {
		margin-bottom: 0;
	}

	.price-plan .btn {
		text-transform: uppercase;
	}

	.price-plan:hover {
		border-color: #f85b38;
	}

	.price-plan:hover h2 {
		color: #f85b38;
	}

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/

	/* BLOCKQUOTES */
	blockquote {
		padding: 0;
		border-left: none;
		margin-bottom: 20px;
		color: #212121;
		font-size: 18px;
		line-height: 30px;
		font-weight: 600;
		font-style: italic;
		text-align: center;
	}

	blockquote:before {
		color: #f85b38;
		font-size: 36px;
		content: "\201c";
	}

	blockquote footer {
		font-size: 14px;
		font-weight: 400;
		letter-spacing: 2px;
		font-style: normal;
		text-transform: uppercase;
	}

	blockquote footer:before,
	blockquote footer small:before {
		display: none;
	}


	/* TESTIMONIALS */
	.testimonial {
		margin-bottom: 50px;
	}

	.testimonial > h5,
	.testimonial > h6 {
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.testimonial > h6 {
		margin-bottom: 40px;
	}

	.testimonial > h5 + h6 {
		margin-bottom: 5px;
		color: #878787;
		font-size: 12px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.testimonial > h5 span,
	.testimonial > h6 span {
		color: #f85b38;
	}

	.testimonial > h5 span:after,
	.testimonial > h6 span:after {
		position: relative;
		top: -2px;
		display: inline-block;
		border: 3px solid #212121;
		border-radius: 50%;
		margin: 0 20px 0 22px;
		content: "";
	}

	.testimonial > h5 span:after {
		top: -3px;
	}

	.testimonial > p {
		margin-bottom: 40px;
	}

	.testimonial > p i {
		margin-right: 5px;
		color: #f85b38;
	}

	.testimonial > p i:last-child {
		margin-right: 0;
	}

	.testimonial > img {
		display: inline-block;
		border-radius: 50%;
		margin-bottom: 20px;
	}


	/* TESTIMONIAL STYLE 1 */
	.testimonial.style-1 {
		text-align: center;
	}

	.testimonial.style-1 blockquote {
		font-weight: 400;
	}

	.testimonial.style-1 blockquote:before {
		display: inline-block;
		margin: 20px 0 40px;
		font-size: 60px;
	}


	/* TESTIMONIAL STYLE 2 */
	.testimonial.style-2 {
		text-align: center;
	}

	.testimonial.style-2 blockquote {
		font-style: normal;
	}

	.testimonial.style-2 blockquote:before {
		display: none;
	}


	/* TESTIMONIAL STYLE 3 */
	.testimonial.style-3 {
		padding: 40px 30px;
		background-color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.testimonial.style-3 > img {
		float: left;
		margin-right: 30px;
	}

	.testimonial.style-3 > h5 span:after,
	.testimonial.style-3 > h6 span:after {
		display: none;
	}

	.testimonial.style-3 > p {
		margin-bottom: 30px;
	}

	.testimonial.style-3 blockquote {
		margin-bottom: 0;
		color: #878787;
		font-size: 16px;
		line-height: 28px;
		font-weight: 400;
		font-style: normal;
		text-align: left;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.testimonial.style-3 blockquote:before {
		display: none;
	}

	.testimonial.style-3:hover {
		background-color: #212121;
		color: #fff;
	}

	.testimonial.style-3:hover > h6 {
		color: #fff;
	}

	.testimonial.style-3:hover blockquote {
		color: #fff;
	}

	@media (max-width: 767px) {

		.testimonial > h5 {
			font-size: 14px;
		}

		.testimonial.style-3 > img {
			float: none;
		}

	}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/

	.isotope {
		margin-bottom: 75px;
	}

	.isotope.gutter {
		margin: -15px -15px 75px;
	}

	.isotope.masonry {
		margin: 80px 30px 100px;
	}

	.isotope .isotope-item {
		float: left;
		width: 25%;
	}

	.isotope.gutter .isotope-item {
		padding: 15px;
	}

	.isotope.masonry .isotope-item {
		padding: 2.5px
	}

	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}

	.isotope.col-4 .isotope-item {
		width: 25%;
	}

	.isotope .isotope-item.item-width-1 {
		width: 60%;
	}

	.isotope .isotope-item.item-width-2 {
		width: 40%;
	}

	.isotope .portfolio-item {
		margin-bottom: 0;
	}

	.isotope:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (min-width: 1200px) {

		.isotope.masonry {
			margin: 80px 45px 100px;
		}

	}

	@media (min-width: 768px) and (max-width: 991px) {

		.isotope.masonry {
			margin: 80px 20px 100px;
		}

		.isotope.col-4 .isotope-item {
			width: 33.33333%;
		}

	}

	@media (max-width: 767px) {

		.isotope.masonry {
			margin: 80px 10px 100px;
		}

		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item,
		.isotope .isotope-item.item-width-1,
		.isotope .isotope-item.item-width-2 {
			float: none;
			width: 100%;
		}

	}

	@media (min-width: 480px) and (max-width: 767px) {

		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item {
			float: left;
			width: 50%;
		}

	}

/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/

	.filter {
		margin-bottom: 80px;
		list-style: none;
	}

	.filter li {
		display: inline-block;
		margin-right: 40px;
	}

	.filter li:last-child {
		margin-right: 0;
	}

	.filter li a {
		display: inline-block;
		color: #212121;
		font-size: 14px;
		letter-spacing: 2px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.filter li a:after {
		display: block;
		width: 0;
		border-bottom: 1px solid #f85b38;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.filter li a:hover,
	.filter li a.active {
		color: #f85b38;
	}

	.filter li a.active:after {
		width: 100%;
	}

	@media (max-width: 767px) {

		.filter li {
			display: block;
			margin-right: 0;
			margin-bottom: 10px;
		}

		.filter li:last-child {
			margin-bottom: 0;
		}

	}

/***********************************************************************************
 *	+ PAGINATION
 ***********************************************************************************/

	.pagination {
		display: block;
		margin-top: 0;
		margin-bottom: 50px;
	}

	.pagination li {
		display: inline-block;
		margin-right: 15px;
	}

	.pagination li:last-child {
		margin-right: 0;
	}

	.pagination li a {
		display: block;
		padding: 0;
		border: none;
		background-color: transparent;
		color: #212121;
		font-size: 16px;
		letter-spacing: 2px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.pagination > li:last-child > a,
	.pagination > li:first-child > a,
	.pagination > li:last-child > span,
	.pagination > li:first-child > span {
		border-radius: 0;
	}
    .pagination li.active a{
        font-weight: bold;
    }
	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.active a:hover {
		background-color: transparent;
		color: #d81d84;
	}

	.pagination li a:focus {
		background-color: transparent;
		color: #f85b38;
	}

	.pagination li.active a:after {
		position: relative;
		top: -5px;
		display: inline-block;
		width: 60px;
		border-top: 1px solid #d81d84;
		margin-left: 10px;
		content: "";
	}
   .pagination li:last-child.active a:after {
		position: relative;
		top: -5px;
		display: none;
		width: 60px;
		border-top: 1px solid #d81d84;
		margin-left: 10px;
		content: "";
	}
    .pagination li:last-child.active a:before {
		position: relative;
		top: -5px;
		display: inline-block;
		width: 60px;
		border-top: 1px solid #d81d84;
		margin-left: 0px;
		margin-right: 10px;
		content: "";
	}

/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/

	.full-section {
		position: relative;
		z-index: 1;
		padding: 50px 0;
		margin-bottom: 100px;
		background: no-repeat center center;
	}

	.full-section-overlay-color {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #04090c;
		opacity: 0.85;
	}

	.full-section-container {
		position: relative;
		z-index: 3;
	}


	/* FULL SCREEM */
	.full-screen {
		margin-bottom: -50px;
	}

	.full-screen .full-section-container {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}


	/* FULL SECTION WITH HALF IMAGE/SOLID COLOR */
	.half-image-left,
	.half-image-right {
		position: absolute;
		top: 0;
		bottom: 0;
		width: 50%;
		background: no-repeat center center;
		-webkit-background-size: cover;
				background-size: cover;
	}

	.half-image-left {
		left: 0;
	}

	.half-image-right {
		right: 0;
	}

	.half-image-left img,
	.half-image-right img {
		display: none;
	}


	/* PARALLAX */
	.parallax {
		background-attachment: fixed !important;
		-webkit-background-size: cover !important;
				background-size: cover !important;
	}


	/* ELEMENTS IN DARK SECTION */
	.full-section.dark-section {
		background-color: #212121;
		color: #fff;
	}

	.full-section.dark-section h1,
	.full-section.dark-section h2,
	.full-section.dark-section h3,
	.full-section.dark-section h4,
	.full-section.dark-section h5,
	.full-section.dark-section h6,
	.full-section.dark-section h1 a,
	.full-section.dark-section h2 a,
	.full-section.dark-section h3 a,
	.full-section.dark-section h4 a,
	.full-section.dark-section h5 a,
	.full-section.dark-section h6 a {
		color: inherit;
	}

	.full-section.dark-section a:hover {
		color: #f85b38;
	}

	.full-section.dark-section button:hover,
	.full-section.dark-section input[type="reset"]:hover,
	.full-section.dark-section input[type="submit"]:hover,
	.full-section.dark-section input[type="button"]:hover {
		background-color: #fff;
		color: #f85b38;
	}

	.full-section.dark-section .headline h6 {
		color: #f85b38;
	}

	.full-section.dark-section .btn-default:hover,
	.full-section.dark-section .btn-default:after,
	.full-section.dark-section .btn-black:hover,
	.full-section.dark-section .btn-black:after,
	.full-section.dark-section .btn-white:hover,
	.full-section.dark-section .btn-white:after {
		background-color: #fff;
	}

	.full-section.dark-section .btn-white {
		border-color: inherit;
		color: inherit;
	}

	.full-section.dark-section .text-box {
		color: #212121;
	}

	.full-section.dark-section .text-box.black,
	.full-section.dark-section .text-box.default-color {
		color: #fff;
	}

	.full-section.dark-section .text-box.black h6,
	.full-section.dark-section .text-box.default-color h6 {
		color: inherit;
	}

	.full-section.dark-section .image-box > a {
		border-color: inherit;
		color: inherit;
	}

	.full-section.dark-section .image-box > a:hover {
		border-color: #f85b38;
		color: #f85b38;
	}

	.full-section.dark-section .panel-title a,
	.full-section.dark-section .panel-title a:focus {
		color: #212121;
	}

	.full-section.dark-section .panel-title a:hover,
	.full-section.dark-section .panel-title a[aria-expanded="true"] {
		color: #fff;
	}

	.full-section.dark-section .nav-tabs > li > a:hover {
		color: #fff;
	}

	.full-section.dark-section .social-media a {
		color: inherit;
	}

	.full-section.dark-section .progress {
		background-color: #fff;
	}

	.full-section.dark-section .progress-bar-title {
		color: inherit;
	}

	.full-section.dark-section .counter-value {
		color: inherit;
	}

	.full-section.dark-section .countdown > div {
		color: inherit;
	}

	.full-section.dark-section blockquote {
		color: inherit;
	}

	.full-section.dark-section blockquote footer,
	.full-section.dark-section blockquote footer small {
		color: #d1d1d1;
	}

	.full-section.dark-section .testimonial.style-1 blockquote:before {
		color: inherit;
	}

	.full-section.dark-section .testimonial > h5 span:after,
	.full-section.dark-section .testimonial > h6 span:after {
		border-color: #fff;
	}

	.full-section.dark-section .filter li a {
		color: inherit;
	}

	.full-section.dark-section .filter li a:hover,
	.full-section.dark-section .filter li a.active {
		color: #f85b38;
	}

	.full-section.dark-section .pagination li a {
		color: inherit;
	}

	.full-section.dark-section .pagination li a:hover,
	.full-section.dark-section .pagination li.active a,
	.full-section.dark-section .pagination li.active a:hover {
		color: #f85b38;
	}

	.full-section.dark-section .about-me-details h6 {
		color: #f85b38;
	}

	.full-section.dark-section .service-box.style-1 .service-box-content > a {
		border-color: inherit;
		color: inherit;
	}

	.full-section.dark-section .service-box.style-1 .service-box-content > a:hover {
		border-color: #f85b38;
		color: #f85b38;
	}

	.full-section.dark-section .service-box.style-2 {
		color: #212121;
	}

	.full-section.dark-section .service-box.style-2:hover {
		box-shadow: 2px 1px 27px 0 rgba(255, 255, 255, 0.25);
	}

	.full-section.dark-section .portfolio-item-hover a:hover {
		color: #212121;
	}

	.full-section.dark-section .portfolio-item-details > a:hover {
		border-color: inherit;
		color: inherit;
	}

	.full-section.dark-section .blog-article-details li.date a,
	.full-section.dark-section .blog-article-details li.category a:hover {
		color: inherit;
	}

	.full-section.dark-section .blog-article-details li.date a:hover {
		color: #f85b38;
	}

	.full-section.dark-section .blog-article-content > a {
		border-color: inherit;
		color: inherit;
	}

	.full-section.dark-section .blog-article-content > a:hover {
		border-color: #f85b38;
		color: #f85b38;
	}

	.full-section.dark-section .comment-metadata a {
		color: #d1d1d1;
	}

	.full-section.dark-section .comment-author .fn:hover {
		color: inherit;
	}

	.full-section.dark-section .reply > a {
		border-color: inherit;
		color: inherit;
	}

	.full-section.dark-section .reply > a:hover {
		border-color: #f85b38;
		color: #f85b38;
	}

	.full-section.dark-section .widget-pages ul li a,
	.full-section.dark-section .widget-archives ul li a,
	.full-section.dark-section .widget-metadata ul li a,
	.full-section.dark-section .widget-categories ul li a {
		color: inherit;
	}

	.full-section.dark-section .widget-pages ul li a:hover,
	.full-section.dark-section .widget-archives ul li a:hover,
	.full-section.dark-section .widget-metadata ul li a:hover,
	.full-section.dark-section .widget-categories ul li a:hover {
		color: #f85b38;
	}

	.full-section.dark-section .widget-search #s {
		color: inherit;
	}

	.full-section.dark-section .widget-search #s:focus {
		border-bottom-color: inherit;
	}

	.full-section.dark-section .widget-search input[type="submit"] {
		background-image: url(../images/search-white.png);
	}

	.full-section.dark-section .widget-calendar table caption {
		color: inherit;
	}

	.full-section.dark-section .widget-recent-posts ul li .post-title {
		color: inherit;
	}

	.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
		color: #f85b38;
	}

	.full-section.dark-section .widget-contact ul li a {
		color: inherit;
	}

	.full-section.dark-section .tweets-list ul {
		color: inherit;
	}

	.full-section.dark-section .owl-dot {
		border-color: #fff;
	}


	.full-section.dark-section .owl-dot:hover,
	.full-section.dark-section .owl-dot.active {
		background-color: #fff;
	}

	.full-section.dark-section .owl-dot:hover:after,
	.full-section.dark-section .owl-dot.active:after {
		border-color: #fff;
	}


	/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
	#section-1 {
		padding: 150px 0 130px;
		margin-top: 80px;
		background-color: #212121;
	}

	#section-2 {
		padding: 120px 0 100px;
		margin-top: 20px;
		background-image: url(../../images/backgrounds/bg-1.jpg);
	}

	#section-3 {
		padding: 0;
		margin-top: 50px;
		margin-bottom: 75px;
		background-color: #fafafa;
	}

	#section-3 .images-gallery {
		width: 50%;
		margin: 0 -14px;
	}

	.images-gallery-description {
		position: absolute;
		top: 50%;
		left: 50%;
		width: 50%;
		padding: 0 50px;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	#section-4 {
		padding: 120px 0 100px;
		margin-top: 80px;
		background-color: #c0edff;
		background: -webkit-linear-gradient(45deg, #fff3ff 0%, #c0edff 100%);
		background: 		linear-gradient(45deg, #fff3ff 0%, #c0edff 100%);
	}

	#section-4:before {
		position: absolute;
		top: 0;
		left: 50%;
		color: #fff;
		font-family: "kors-icons";
		font-size: 100px;
		line-height: 100px;
		content: "\e901";
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}

	#section-5 {
		padding: 100px 0 50px;
		margin-bottom: -50px;
		background-color: #fafafa;
	}

	#section-6 {
		padding: 100px 0 50px;
		margin-top: 80px;
		margin-bottom: 80px;
		background-color: #ddf6fe;
		background: -webkit-linear-gradient(45deg, #fef9ff 0%, #ddf6fe 100%);
		background: 		linear-gradient(45deg, #fef9ff 0%, #ddf6fe 100%);
	}

	#section-7 {
		padding: 150px 0 130px;
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #f3f3f3;
	}

	#section-8 {
		padding: 150px 0 130px;
		background-color: #212121;
	}

	#section-9 {
		padding: 100px 0 50px;
		margin-top: 80px;
		background-color: #fef9ff;
		background: -webkit-linear-gradient(45deg, #fef9ff 0%, #ddf6fe 100%);
		background: 		linear-gradient(45deg, #fef9ff 0%, #ddf6fe 100%);
	}

	#section-10 {
		padding: 0;
		background-image: url(../../images/backgrounds/bg-4.jpg);
		-webkit-background-size: cover;
				background-size: cover;
	}

	#section-10:after {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		width: 50%;
		background-color: #fff;
		content: "";
	}

	#section-10 #logo {
		-webkit-transform: translateY(-80px);
			-ms-transform: translateY(-80px);
				transform: translateY(-80px);
	}

	#section-10 .countdown {
		margin-top: 120px;
		margin-bottom: 0;
	}

	#section-10 .widget-contact {
		margin-top: 80px;
		color: #212121;
	}

	#section-10 .widget-newsletter {
		color: #212121;
	}

	#section-10 .widget-newsletter form {
		padding: 0;
		background-color: transparent;
	}

	#section-10 .widget-newsletter #newsletter-email {
		display: inline-block;
		width: 70%;
		padding-left: 0;
		padding-bottom: 25px;
		border: none;
		border-bottom: 1px solid #878787;
		margin-right: 20px;
		background-color: transparent;
		color: inherit;
	}

	#section-10 .widget-newsletter #newsletter-email:focus {
		border-bottom-color: #f85b38;
	}

	#section-10 .widget-newsletter button[type="submit"] {
		display: inline-block;
		width: auto;
		padding: 10px 0 18px;
		border-bottom: 1px solid #f85b38;
		background-color: transparent;
		color: #f85b38;
	}

	#section-10 .widget-newsletter button[type="submit"]:hover {
		border-color: #212121;
		color: #212121;
	}

	#section-10 .widget-newsletter + .widget-social {
		margin-top: -50px;
	}

	#section-10 .widget-social {
		color: #212121;
	}

	#section-10 .widget-social .social-media a {
		margin-right: 40px;
	}

	#section-11 {
		padding: 100px 0 80px;
		margin-top: 50px;
		margin-bottom: -50px;
		background-color: #f7f7f7;
	}

	#section-11 .statistics-container {
		padding: 35px 15px 15px;
		background-color: #fff;
	}

	#section-12 {
		padding: 100px 0 80px;
		margin-top: 80px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-4.jpg);
	}

	#section-13 {
		background-image: url(../../images/backgrounds/bg-5.jpg);
	}

	@media (min-width: 1200px) {

		#section-9 {
			padding: 100px 30px 50px;
		}

	}

	@media (min-width: 768px) and (max-width: 991px) {

		.half-image-left,
		.half-image-right {
			position: relative;
			width: 100%;
			background-image: none !important;
		}

		.half-image-left img,
		.half-image-right img {
			display: block;
			margin-bottom: 50px;
		}

		#section-1 {
			padding-top: 0;
		}

		#section-7 {
			padding-top: 0;
		}

		#section-8 {
			padding-top: 0;
		}

	}

	@media (max-width: 767px) {

		.full-screen .full-section-container {
			position: relative;
			top: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}

		.half-image-left,
		.half-image-right {
			position: relative;
			width: 100%;
			background-image: none !important;
		}

		.half-image-left img,
		.half-image-right img {
			display: block;
			margin-bottom: 50px;
		}

		#section-1 {
			padding-top: 0;
		}

		#section-3 {
			padding-bottom: 100px;
		}

		#section-3 .images-gallery {
			width: 100%;
			margin: 0;
		}

		.images-gallery-description {
			position: relative;
			top: 0;
			left: 0;
			width: 100%;
			padding: 0;
			margin-top: 50px;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}

		#section-7 {
			padding-top: 0;
		}

		#section-8 {
			padding-top: 0;
		}

		#section-10:after {
			top: auto;
			width: 100%;
			height: 50%;
		}

		#section-10 #logo {
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}

		#section-10 .countdown {
			margin-top: 50px;
		}

	}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/

	#local-video-section,
	#youtube-video-section {
		position: absolute;
		z-index: 1;
		overflow: hidden;
		top: 0;
		width: 100%;
		height: 100%;
	}

	#video-section {
		padding: 0;
		height: 635px;
	}

	.youtube-player {
		display: none;
	}

	#video-section .full-section-container {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 0;
		width: 100%;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	#local-video-section video {
		width: 100%;
	}

	.embed-responsive {
		margin-bottom: 30px;
	}

/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/

	#scroll-up {
		position: fixed;
		z-index: 8000;
		bottom: 45px;
		right: 45px;
		display: none;
		width: 52px;
		height: 52px;
		background-color: #d81d84;
		color: #fff;
		font-size: 32px;
		line-height: 48px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	#scroll-up:hover {
		background-color: #d81d84;
		color: #fff;
	}

	@media (max-width: 767px) {

		#scroll-up {
			bottom: 20px;
			right: 20px;
			width: 48px;
			height: 48px;
			font-size: 24px;
			line-height: 44px;
		}

	}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/

	/* REVOLUTION SLIDER */
	.rev_slider_wrapper {
		height: 910px;
	}


	/* ARROWS */
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		width: 48px;
		height: 48px;
		background: #212121 no-repeat center center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover {
		background-color: #d81d84;
	}

	.tp-leftarrow.custom:before,
	.tp-rightarrow.custom:before {
		line-height: 48px;
	}


	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		width: 4px;
		height: 4px;
		border: 1px solid #fff;
		border-radius: 50%;
		background-color: transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-bullets.custom .tp-bullet:after {
		position: absolute;
		top: -4px;
		left: -4px;
		display: block;
		width: 12px;
		height: 12px;
		border: 1px solid transparent;
		border-radius: 50%;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.tp-bullets.custom .tp-bullet:hover,
	.tp-bullets.custom .tp-bullet.selected {
		background-color: #fff;
	}

	.tp-bullets.custom .tp-bullet:hover:after,
	.tp-bullets.custom .tp-bullet.selected:after {
		border-color: #fff;
	}


	/* TYPOGRAPHY */
	.tp-caption.text {
		color: #f85b38;
		font-size: 18px;
		letter-spacing: 5px;
		text-transform: uppercase;
	}

	.tp-caption.text-2 {
		color: #fff;
		font-family: 'Sacramento', cursive;
		font-size: 60px;
		line-height: 60px;
	}

	.tp-caption.text-3 {
		color: #fff;
		font-size: 18px;
		letter-spacing: 15px;
		text-transform: uppercase;
	}

	.tp-caption.text-4 {
		color: #fff;
		font-size: 18px;
		line-height: 30px;
	}

	.tp-caption.title {
		color: #fff;
		font-size: 72px;
		line-height: 72px;
		letter-spacing: 5px;
		text-transform: uppercase;
	}

	.tp-caption.title-small {
		color: #fff;
		font-size: 48px;
		line-height: 48px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.tp-caption .btn-white {
		border-color: #fff;
		color: #fff;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.tparrows.tp-leftarrow.custom,
		.tparrows.tp-rightarrow.custom {
			display: none;
		}

		.tp-caption .btn {
			padding: 10px 18px 10px 20px;
			font-size: 10px;
		}

		.tp-caption .btn-white {
			padding: 9px 18px 9px 20px;
		}

	}

	@media (max-width: 767px) {

		.rev_slider_wrapper {
			display: none !important;
		}

		.tparrows.tp-leftarrow.custom,
		.tparrows.tp-rightarrow.custom {
			display: none;
		}

		.tp-bullets.custom {
			top: auto !important;
			bottom: -30px !important;
		}

		.tp-caption .btn {
			padding: 4px 8px 4px 9px;
			font-size: 4px;
			letter-spacing: 1px;
		}

		.tp-caption .btn-white {
			padding: 3px 8px 3px 9px;
		}

	}

	@media (min-width: 480px) and (max-width: 767px) {

		.tp-caption .btn {
			padding: 5px 14px 5px 15px;
			font-size: 6px;
		}

		.tp-caption .btn-white {
			padding: 4px 14px 4px 15px;
		}

	}


	/* OWL Carousel */
	.owl-carousel {
		margin-bottom: 50px;
	}

	.owl-carousel .owl-item img {
		width: auto;
	}

	.owl-dots {
		position: absolute;
		bottom: 20px;
		left: 0;
		width: 100%;
		text-align: center;
	}

	.owl-dot {
		position: relative;
		display: inline-block;
		width: 5px;
		height: 5px;
		border: 1px solid #212121;
		border-radius: 50%;
		margin-right: 15px;
		background-color: transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.owl-dot:last-child {
		margin-right: 0;
	}

	.owl-dot:after {
		position: absolute;
		top: -5px;
		left: -5px;
		display: block;
		width: 13px;
		height: 13px;
		border: 1px solid transparent;
		border-radius: 50%;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}


	.owl-dot:hover,
	.owl-dot.active {
		background-color: #212121;
	}

	.owl-dot:hover:after,
	.owl-dot.active:after {
		border-color: #212121;
	}

	.owl-prev,
	.owl-next {
		position: absolute;
		top: 50%;
		width: 32px;
		height: 32px;
		text-align: center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}

	.owl-prev {
		left: -20px;
	}

	.owl-next {
		right: -20px;
	}

	.owl-prev:before,
	.owl-next:before {
		font-family: "FontAwesome";
		font-size: 24px;
	}

	.owl-prev:before {
		content: "\f104";
	}

	.owl-next:before {
		content: "\f105";
	}

	.owl-prev:hover,
	.owl-next:hover {
		opacity: 0.5;
	}

	/* PORTFOLIOS SLIDER */
	.portfolios-slider {
		margin: 50px 0;
	}

	.portfolios-slider-navigation {
		margin-bottom: 100px;
		color: #212121;
	}

	.portfolios-slider-navigation .prev,
	.portfolios-slider-navigation .next {
		display: inline-block;
		font-size: 24px;
		text-align: center;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.portfolios-slider-navigation .prev {
		margin-right: 30px;
	}

	.portfolios-slider-navigation .next {
		margin-left: 30px;
	}

	.portfolios-slider-navigation .prev:hover,
	.portfolios-slider-navigation .next:hover {
		color: #f85b38;
	}

	.portfolios-slider-navigation .current {
		color: #f85b38;
	}


	/* TESTIMONIALS SLIDER */
	.testimonials-slider .owl-dots {
		bottom: -30px;
	}


	/* TESTIMONIALS SLIDER 2 */
	.testimonials-slider-2 .owl-dots {
		bottom: -30px;
		text-align: left;
	}


	/* IMAGES SLIDER */
	.images-slider img {
		margin: 0 auto;
	}

	.images-slider .owl-dots {
		right: -15px;
		bottom: 50px;
		left: auto;
		width: auto;
	}

	.images-slider .owl-dot {
		display: block;
		margin: 15px 0;
	}

	.images-slider .owl-dot:last-child {
		margin-bottom: 0;
	}

	.images-slider .current-slide {
		position: absolute;
		top: 50px;
		right: -30px;
		color: #f85b38;
		font-size: 24px;
		letter-spacing: 3px;
	}

	.images-slider .current-slide:after {
		position: absolute;
		top: 50px;
		right: 17.5px;
		display: block;
		height: 200px;
		border-left: 1px solid #212121;
		content: "";
	}


	/* LOGOS SLIDER */
	.logos-slider img {
		margin: 0 auto;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.images-slider .owl-dots {
			bottom: -30px;
		}

		.images-slider .owl-dot {
			display: inline-block;
			margin: 0 15px;
		}

		.images-slider .current-slide {
			top: auto;
			right: auto;
			bottom: -30px;
			left: 0;
		}

		.images-slider .current-slide:after {
			display: none;
		}

	}

	@media (max-width: 767px) {

		.images-slider .owl-dots {
			bottom: -30px;
		}

		.images-slider .owl-dot {
			display: inline-block;
			margin: 0 15px;
		}

		.images-slider .current-slide {
			top: auto;
			right: auto;
			bottom: -30px;
			left: 0;
		}

		.images-slider .current-slide:after {
			display: none;
		}

	}

/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/

	.wow {
		visibility: hidden;
	}

	.wow.animated {
		visibility: visible;
	}

/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/

	.widget {
		margin-bottom: 65px;
	}

	.widget > *:last-child {
		margin-bottom: 0;
	}

	.widget-title {
		margin-bottom: 40px;
		font-weight: 400;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	/* WIDGET TEXT */
	.widget-text {}

	.widget-text > div > *:last-child {
		margin-bottom: 0;
	}

	.copyright {
		font-size: 13px;
		letter-spacing: 1px;
		text-align: center;
		text-transform: uppercase;
	}


	/* WIDGET SERACH */
	.widget-search {}

	.widget-search form {
		position: relative;
	}

	.widget-search #s {
		width: 100%;
		height: 45px;
		padding-right: 25px;
		border: none;
		border-bottom: 1px solid #d1d1d1;
		background-color: transparent;
	}

	.widget-search #s:focus {
		border-bottom-color: #212121;
	}

	.widget-search input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		width: 15px;
		height: 45px;
		padding: 0;
		border: none;
		background: url(../images/search.png) no-repeat center center;
	}


	/* WIDGET CATEGORIES */
	.widget-categories {}

	.widget-categories ul {
		margin-bottom: 0;
		list-style: none;
	}

	.widget-categories ul li {
		margin-bottom: 5px;
	}

	.widget-categories ul li:last-child {
		margin-bottom: 0;
	}

	.widget-categories ul li a {
		color: #212121;
		font-size: 14px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-categories ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		border: 3px solid transparent;
		border-radius: 50%;
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-categories ul li a:hover {
		color: #f85b38;
		text-decoration: none;
	}

	.widget-categories ul li a:hover:before {
		border-color: #f85b38;
	}


	/* WIDGET CATEGORIES DROPDOWN */
	.widget-categories-dropdown {}


	/* WIDGET ARCHIVES */
	.widget-archives {}

	.widget-archives ul {
		margin-bottom: 0;
		list-style: none;
	}

	.widget-archives ul li {
		margin-bottom: 5px;
	}

	.widget-archives ul li:last-child {
		margin-bottom: 0;
	}

	.widget-archives ul li a {
		color: #212121;
		font-size: 14px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-archives ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		border: 3px solid transparent;
		border-radius: 50%;
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-archives ul li a:hover {
		color: #f85b38;
		text-decoration: none;
	}

	.widget-archives ul li a:hover:before {
		border-color: #f85b38;
	}


	/* WIDGET ARCHIVES DROPDOWN */
	.widget-archives-dropdown {}


	/* WIDGET PAGES */
	.widget-pages {}

	.widget-pages ul {
		margin-bottom: 0;
		list-style: none;
	}

	.widget-pages ul li {
		margin-bottom: 5px;
	}

	.widget-pages ul li:last-child {
		margin-bottom: 0;
	}

	.widget-pages ul li a {
		color: #212121;
		font-size: 14px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-pages ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		border: 3px solid transparent;
		border-radius: 50%;
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-pages ul li a:hover {
		color: #f85b38;
		text-decoration: none;
	}

	.widget-pages ul li a:hover:before {
		border-color: #f85b38;
	}


	/* WIDGET METADATA */
	.widget-metadata {}

	.widget-metadata ul {
		margin-bottom: 0;
		list-style: none;
	}

	.widget-metadata ul li {
		margin-bottom: 5px;
	}

	.widget-metadata ul li:last-child {
		margin-bottom: 0;
	}

	.widget-metadata ul li a {
		color: #212121;
		font-size: 14px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-metadata ul li a:before {
		position: relative;
		top: -2px;
		display: inline-block;
		border: 3px solid transparent;
		border-radius: 50%;
		margin-right: 15px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-metadata ul li a:hover {
		color: #f85b38;
		text-decoration: none;
	}

	.widget-metadata ul li a:hover:before {
		border-color: #f85b38;
	}


	/* WIDGET TAGS */
	.widget-tags {}

	.widget-tags a {
		display: inline-block;
		padding: 5px 15px 5px 17px;
		border: 1px solid #f3f3f3;
		margin-right: 2px;
		margin-bottom: 7px;
		background-color: #f3f3f3;
		color: #878787;
		font-size: 13px;
		letter-spacing: 2px;
		text-decoration: none;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-tags a:hover {
		border-color: #f85b38;
		background-color: #fff;
		color: #f85b38;
	}


	/* WIDGET NEWSLETTER */
	.widget-newsletter {}

	.widget-newsletter form {
		padding: 15px 10px;
		margin-bottom: 15px;
		background-color: #f3f3f3;
	}

	.widget-newsletter #newsletter-email {
		width: 100%;
		height: 45px;
		background-color: #fff;
	}

	.widget-newsletter button[type="submit"] {
		display: block;
		width: 100%;
		padding: 15px;
		margin: 0;
	}

	.widget-newsletter small {
		display: inline-block;
		font-size: 12px;
		line-height: 24px;
	}


	/* WIDGET RECENT POSTS */
	.widget-recent-posts {}

	.widget-recent-posts ul {
		margin-bottom: 0;
		list-style: none;
	}

	.widget-recent-posts ul li {
		margin-bottom: 20px;
		font-size: 14px;
		line-height: 24px;
	}

	.widget-recent-posts ul li:last-child {
		margin-bottom: 0;
	}

	.widget-recent-posts ul li img {
		float: left;
		margin-right: 15px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-recent-posts ul li .post-title {
		color: #212121;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.widget-recent-posts ul li .post-title:hover {
		color: #f85b38;
		text-decoration: none;
	}

	.widget-recent-posts ul li .post-date {
		margin-bottom: 0;
		font-size: 12px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.widget-recent-posts ul li .post-date a {
		color: #f85b38;
	}

	.widget-recent-posts ul li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.widget-recent-posts ul li img {
			display: none;
		}

	}


	/* WIDGET RECENT COMMENTS */
	.widget-recent-comments {}

	.widget-recent-comments ul {
		margin-bottom: 0;
		list-style: none;
	}

	.widget-recent-comments ul li {
		margin-bottom: 15px;
	}

	.widget-recent-comments ul li:last-child {
		margin-bottom: 0;
	}



	/* WIDGET CALENDAR */
	.widget-calendar {}

	.widget-calendar table {
		width: 100%;
		text-align: center;
	}

	.widget-calendar table caption {
		color: #212121;
		font-size: 14px;
		letter-spacing: 2px;
		text-transform: uppercase;
	}

	.widget-calendar table th,
	.widget-calendar table td {
		padding: 5px;
		border-top: 1px solid #d1d1d1;
		border-left: 1px solid #d1d1d1;
		text-align: center;
	}

	.widget-calendar table th:last-child,
	.widget-calendar table td:last-child {
		border-right: 1px solid #d1d1d1;
	}

	.widget-calendar table tr:last-child td {
		border-bottom: 1px solid #d1d1d1;
	}

	.widget-calendar table tfoot td,
	.widget-calendar table tfoot td:last-child,
	.widget-calendar table tfoot tr:last-child td {
		border: none;
	}

	.widget-calendar table td#today {
		background-color: #f85b38;
		color: #fff;
	}


	/* WIDGET FLICKR */
	.widget-flickr {}

	.flickr-photos {
		margin: -3px;
	}

	.flickr_badge_image {
		position: relative;
		float: left;
		padding: 3px;
	}

	.flickr_badge_image img {
		width: 65px;
		height: auto;
	}

	.flickr-photos:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (min-width: 1200px) {

		.flickr_badge_image img {
			width: 80px;
		}

	}


	/* WIDGET INSTAGRAM */
	.widget-instagram {}

	#instafeed {
		margin: -3px;
	}

	#instafeed a {
		float: left;
		display: block;
		width: 72px;
	}

	#instafeed a img {
		display: block;
		width: 100%;
		height: auto;
		padding: 3px;
	}

	#instafeed:after {
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}


	@media (min-width: 1200px) {

		#instafeed a {
			width: 86px;
		}

	}


	/* WIDGET TWITTER */
	.widget-twitter {}

	.tweets-list ul {
		margin-bottom: 0;
		color: #212121;
		font-size: 24px;
		line-height: 48px;
		font-style: italic;
		text-align: center;
		list-style: none;
	}

	.tweets-list ul:before {
		display: inline-block;
		margin-bottom: 20px;
		color: #f85b38;
		font-family: "FontAwesome";
		font-size: 42px;
		font-style: normal;
		content: "\f099";
	}

	.tweets-list ul li {
		margin-bottom: 20px;
	}

	.tweets-list ul li > *:last-child {
		margin-bottom: 0;
	}

	.tweets-list ul li:last-child {
		margin-bottom: 0;
	}


	/* WIDGET CONTACT */
	.widget-contact {}

	.widget-contact ul {
		margin-bottom: 0;
		font-size: 14px;
		line-height: 24px;
		list-style: none;
	}

	.widget-contact ul li {
		margin-bottom: 15px;
	}

	.widget-contact ul li:last-child {
		margin-bottom: 0;
	}

	.widget-contact ul li span {
		float: left;
		color: #f85b38;
		margin-right: 3px;
		margin-bottom: 1px;
		letter-spacing: 3px;
		text-transform: uppercase;
	}

	.widget-contact ul li a {
		color: #878787;
	}

	.widget-contact ul li:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (min-width: 768px) and (max-width: 991px) {

		.widget-contact ul li span {
			display: none;
		}

	}


	/* WIDGET SOCIAL */
	.widget-social {}

	.widget-social .social-media {
		margin-bottom: 0;
	}
