<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
 *
 *		CUSTOM.CSS
 *
 *	+ TYPOGRAPHY
 * 	+ HEADLINE
 * 	+ TEXT PARALLAX
 *	+ ALERTS
 *	+ LISTS
 *	+ BUTTONS
  *	+ DIVIDERS
 *	+ TEXT BOXES
 *	+ IMAGE BOXES
 *	+ ACCORDION
 * 	+ TABS
 *	+ GOOGLE MAPS
 * 	+ SOCIAL MEDIA
 *	+ PIE CHARTS
 *	+ PROGRESS BARS
 * 	+ COUNTERS
 * 	+ COUNTDOWN
 * 	+ STATISTICS
 *	+ PRICE PLAN
 *	+ PROCESS STEPS
 *	+ TIMELINE
 * 	+ TESTIMONIALS
 * 	+ ISOTOPE
 * 	+ FILTER
 * 	+ PAGINATION
 * 	+ BREADCRUMB
 * 	+ FULL SECTIONS
 * 	+ VIDEO PLAYER
 * 	+ SCROLL UP
 *	+ SLIDERS
 *	+ FANCYBOX
 *	+ ANIMATIONS
 *	+ WIDGETS
 */
	
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 
	@font-face {
		font-family: 'beyond the mountains';
		src: url('../fonts/beyond-the-mountains/beyond-the-mountains.eot');
		src: url('../fonts/beyond-the-mountains/beyond-the-mountains.eot?#iefix') format('embedded-opentype'),
			 url('../fonts/beyond-the-mountains/beyond-the-mountains.woff') format('woff'),
			 url('../fonts/beyond-the-mountains/beyond-the-mountains.ttf') format('truetype'),
			 url('../fonts/beyond-the-mountains/beyond-the-mountains.svg#Sri-TSCRegular') format('svg');
		font-weight: normal;
		font-style: normal;
	}
 
	body {
		font: 15px/20px "Oxygen", sans-serif;
		background-color: #fff;
		color: #8a8a8a;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6a,
	h6 {
		margin: 0;
		color: #212121;
		font-family: "Oxygen", serif;
		font-weight: 700;
	}
	
	h6a {
		margin: 0;
		color: #ffffff;
		font-family: "Oxygen", serif;
		font-weight: 700;
	}
	
	h6a {
		margin-bottom: 14px;
		font-size: 48px;
		line-height: 62px;
	}

	h1 {
		margin-bottom: 16px;
		font-size: 60px;
		line-height: 72px;
	}
	
	h2 {
		margin-bottom: 14px;
		font-size: 48px;
		line-height: 62px;
	}
	
	h3 {
		margin-bottom: 12px;
		font-size: 36px;
		line-height: 50px;
	}
	
	h4 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 36px;
	}
	
	h5 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 20px;
	}
	
	h6 {
		margin-bottom: 6px;
		font-size: 14px;
		line-height: 26px;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a {
		color: #212121;
		text-decoration: none;
		-webkit-transition: color 0.2s;
				transition: color 0.2s;
	}
	
	h1 a:hover, 
	h2 a:hover, 
	h3 a:hover, 
	h4 a:hover, 
	h5 a:hover, 
	h6 a:hover {
		color: #979797;
		text-decoration: none;
	}
	
	h1 small,
	h2 small,
	h3 small,
	h4 small,
	h5 small,
	h6 small,
	h1 .small,
	h2 .small,
	h3 .small,
	h4 .small,
	h5 .small,
	h6 .small {
		display: inline-block;
		color: inherit;
		font: inherit;
		font-size: 80%;
		line-height: 1.4;
	}
	
	p { 
		margin-bottom: 20px; 
	}
	
	
	/* LINKS */
	a {
		color: # ffffff;
	}
	
	a:hover,
	a:focus { 
		outline: 0;
		color: #979797;
	}
	
	
	/* IMAGES */
	img {
		max-width: 100%;
		height: auto;
	}
	
	
	/* ADDRESS */
	address {
		line-height: inherit;
	}
	
	
	/* FORMS */
	input,
	select,
	textarea {
		display: block;		
		max-width: 100%;
		height: 50px;
		padding: 5px 10px;
		border: 1px solid #ebebeb;
		margin-bottom: 25px;
		background-color: transparent;
		color: inherit;
		font-size: 14px;
		line-height: 26px;
	}
	
	label {
		font-weight: normal;
	}
	
	textarea {
		height: 150px;
		resize: none;
	}
	
	select {
		width: 100%;
		height: 50px;
	}
	
	input[class^="col-"],
	select[class^="col-"],
	textarea[class^="col-"] {
		padding: 10px 20px;
	}
	
	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: #979797;
		box-shadow: none;
		outline: 0;
	}
	
	select:focus {
		outline: none;
	}
	
	.checkbox input[type="checkbox"], 
	.checkbox-inline input[type="checkbox"], 
	.radio input[type="radio"], 
	.radio-inline input[type="radio"] {
		margin-top: -11px;
	}
	
	.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: 11px 60px;
		border: none;
		border-radius: 3px;
		background-color: #979797;
		color: #fff;
		font-size: 14px;
		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: #000;
		font-size: 12px;
		font-weight: 300;
		font-style: italic;
	}
	
	::-webkit-input-placeholder {
		color: #b6b6b6;
		font-size: 12px;
		font-weight: 300;
		font-style: italic;
	}
	
	:-ms-input-placeholder {
		color: #b6b6b6;
		font-size: 12px;
		font-weight: 300;
		font-style: italic;
	}
	
	
	/* TRANFORMATION CLASSES */
	.text-mute {
		color: #b4b4b4;
	}
	
	.text-default-color {
		color: #979797;
	}
	
	.text-default-highlight {
		display: inline-block;
		padding: 3px 10px;
		background-color: #979797;
		color: #fff;
	}
	
	.text-black-highlight {
		display: inline-block;
		padding: 3px 10px;
		background-color: #212121;
		color: #fff;
	}
	
	.text-black-highlight a,
	.text-default-highlight a {
		color: #fff;
	}
	
	.dropcap {
		float: left;
		font-family: "Montserrat", serif;
		font-size: 36px;
		line-height: 50px;
		font-weight: 700;
		margin-right: 10px;
	}
	
	.bluring {
		-webkit-filter: blur(3px);
				filter: blur(3px);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.big-icon {
		display: block;
		color: #979797;
		font-size: 72px;
		line-height: 100px;
	}
	
	.last,
	.no-margin-bottom {
		margin-bottom: 0 !important;
	}
	
	.margin-top-negativ {
		margin-top: -100px;
	}
	
	@media (max-width: 767px) {
		
		.last {
			margin-bottom: 20px !important;
		}
		
		.margin-top-negativ {
			margin-top: 100px;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	.headline {}
	
	.headline.text-center {
		text-align: center;
	}
	
	.headline.text-right {
		text-align: right;
	}
	
	.headline p {
		margin-bottom: 0;
		margin-right: 10px;
		color: #f10000;
		font-size: 15px;
		letter-spacing: 0px;
		text-transform: Normal;
	}
	
	
	/* HEADLINE STYLE 23 */
	
	
	.headline.style-23 {
		margin-bottom: 0px;
		margin-bottom: 0px;
		color: #f10000;
		font-size: 12px;
		letter-spacing: 0px;
		text-transform: normals;
		background: #000;
		text-align: center;
	}
	
	.headline.style-24 {
		margin-bottom: 0px;
		margin-bottom: 0px;
		margin-left: 50px;
		color: #f10000;
		font-size: 15px;
		letter-spacing: 0px;
		text-transform: normals;
		text-align: left;
		text-black-highlight
		display: block;
		
	}
			.headline.style-1 {
		margin-bottom: 0px;
		background: #fff;
	}
	
	/* HEADLINE STYLE 2 */
	.headline.style-2 {
		margin-bottom: 0px;
		text-align: center;
	}
	
	.headline.style-2:before {
		display: block;
		width: 5px;
		height: 0px;
		border: 3px solid #979797;
		border-radius: 3px;
		margin: 0 auto 10px;
		content: "";
	}
	
	
	/* HEADLINE STYLE 3 */
	.headline.style-3 {
		margin-bottom: 100px;
		text-align: center;
	}
	
	.headline.style-3:before {
		color: #979797;
		font-family: "Oxygen", serif;
		font-size: 72px;
		content: "\201c";
	}
	
/***********************************************************************************
 *	+ TEXT PARALLAX
 ***********************************************************************************/
	
	.text-parallax {
		background: repeat top left;
	}

	.text-parallax-content {
		overflow: hidden;
		background: #fff;
		color: #212121;
		font-size: 92px;
		line-height: 112px;
		font-weight: 700;
		mix-blend-mode: lighten;
		text-align: center;
	}
	
	.text-parallax-content strong {
		font-weight: 900;
	}
	
	@media (max-width: 767px) {
		
		.text-parallax-content {
			font-size: 48px;
			line-height: 48px;
		}
		
	}

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

	.alert.alert-info {
		background-color: #8a8a8a;
	}

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

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

	.alert.alert-warning {
		background-color: #efb400;
	}
	
	#maintenance {
		border-left: 1px solid #838383;
	}

/***********************************************************************************
 *	+ LISTS
 ***********************************************************************************/
	
	/* GENERAL */
	ul,
	ol {
		padding: 0;
		list-style-position: inside;
	}
	
	li &gt; ul, 
	li &gt; ol { 
		margin-bottom: 0; 
		margin-left: 20px; 
	}
	
	dl {
		margin-bottom: 20px;
	}
	
	
	/* BULLET LIST */
	.bullet-list {
		list-style: none;
	}
	
	.bullet-list li {
		margin-bottom: 7px;
	}
	
	.bullet-list li:last-child {
		margin-bottom: 0;
	}
	
	.bullet-list li:before {
		position: relative;
		top: -2px;
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-right: 15px;
		background-color: #979797;
		content: "";
	}
	
	
	/* PLUS LIST */
	.plus-list {
		list-style: none;
	}
	
	.plus-list li {
		margin-bottom: 7px;
	}
	
	.plus-list li:last-child {
		margin-bottom: 0;
	}
	
	.plus-list li:before {
		position: relative;
		top: 1px;
		margin-right: 20px;
		color: #979797;
		font-family: "FontAwesome";
		content: "\f067";
	}
	
	
	/* LOGOS LIST */
	.logos-list {
		margin-bottom: 20px;
		list-style: none;
	}
	
	.logos-list li a {
		float: left;
		display: block;
		width: 20%;
		height: 45px;
		padding: 0 20px;
		margin: 20px 0;
		text-align: center;
		background: no-repeat top center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.logos-list.items-3 li a {
		width: 33.333333%;
	}
	
	.logos-list.items-4 li a {
		width: 25%;
	}
	
	.logos-list.items-5 li a {
		width: 20%;
	}
	
	.logos-list li a:hover {
		background-position: bottom center;
	}
	
	.logos-list:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	/* FEATURES LIST */
	.features-list {
		margin-bottom: 50px;
		list-style: none;
	}
	
	.features-list li {
		float: left;
		width: 20%;
		color: #212121;
		font-size: 18px;
		font-weight: 500;
		text-align: center;
	}
	
	.features-list.items-4 li {
		width: 25%;
	}
	
	.features-list.items-5 li {
		width: 20%;
	}
	
	.features-list.items-6 li {
		width: 16.6666667%;
	}
	
	.features-list li i {
		display: block;
		margin-bottom: 30px;
		color: #cbcbcb;
		font-size: 92px;
		line-height: 92px;
	}
	
	.features-list:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	
	/* AWARDS LIST */
	.awards-list {
		margin-bottom: 50px;
		color: #212121;
		font-size: 18px;
		line-height: 32px;
		list-style: none;
	}
	
	.awards-list li {
		padding-bottom: 5px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 5px;
	}
	
	.awards-list li:last-child {
		margin-bottom: 0;
	}
	
	.awards-list li span {
		float: right;
		color: #979797;
	}
	
	
	@media (max-width: 767px) {
		
		.logos-list li,
		.logos-list.items-3 li a,
		.logos-list.items-4 li a,
		.logos-list.items-5 li a {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		
		.logos-list li:last-child {
			margin-bottom: 0;
		}
		
		.features-list li {
			float: none;
			width: 100%;
			margin-bottom: 30px;
		}
		
		.features-list li:last-child {
			margin-bottom: 0;
		}
		
	}

/***********************************************************************************
 *	+ BUTTONS
 ***********************************************************************************/
	
	.btn {
		padding: 13px 25px;
		border: none;
		border-radius: 3px;
		margin-right: 10px;
		margin-bottom: 20px;
		font-size: 14px;
		text-transform: uppercase;
		vertical-align: top;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:last-child {
		margin-right: 0;
	}
	
	.btn:focus,
	.btn:active {
		outline: 0 !important;
		box-shadow: none;
	}
	
	.btn-xs {
		padding: 13px 15px;
	}
	
	.btn-lg {
		padding: 13px 60px;
	}
	
	.btn-call {
		padding: 7px 12px 7px 20px;
		font-size: 30px;
		font-weight: 700;
		letter-spacing: 8px;
	}
	
	
	/* DEFAULT BUTTON */
	.btn-default {
		background-color: #979797;
		color: #fff;
	}
	
	.btn-default, 
	.btn-default:hover, 
	.btn-default:focus,
	.btn-default:active,
	.btn-default:active:focus {
		background-color: #979797;
		color: #fff;
	}
	
	.btn-default:hover {
		background-color: #212121;
		color: #fff;
	}
	
	
	/* BLACK BUTTON */
	.btn-black {
		background-color: #212121;
		color: #fff;
	}
	
	.btn-black:hover {
		background-color: #979797;
		color: #fff;
	}
	
	.btn-black:focus {
		color: #fff;
	}
	
	
	/* WHITE BUTTON */
	.btn-white {
		border: 1px solid #979797;
		color: #979797;
	}
	
	.btn-white:hover {
		background-color: #979797;
		color: #fff;
	}
	
	@media (max-width: 767px) {
		
		.btn-call {
			padding: 7px 15px 7px 20px;
			font-size: 18px;
			letter-spacing: 5px;
		}
		
	}
	
/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
		border-top: 1px solid #ebebeb;
		margin: 30px 0;
	}
	
	.hr.default-color {
		border-top-color: #979797;
	}
	
	.hr.black {
		border-top-color: #212121;
	}
	
/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/
 
	.text-box {
		position: relative;
		z-index: 1;
		padding: 35px 50px;
		margin-bottom: 50px;
		background: no-repeat center center;
		background-color: #fafbfc;
		background-size: cover;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
	}
	
	.text-box-overlay {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #000;
		opacity: 0.7;
	}
	
	.text-box.rounded {
		border-radius: 5px;
	}
	
	.text-box.default {
		background-color: #979797;
		color: #fff;
	}
	
	.text-box.dark {
		background-color: #212121;
		color: #fff;
	}
	
	.text-box.transparent {
		background-color: transparent;
	}
	
	.text-box.dark h1,
	.text-box.dark h2,
	.text-box.dark h3,
	.text-box.dark h4,
	.text-box.dark h5,
	.text-box.dark h6,
	.text-box.dark .headline p,
	.text-box.default h1,
	.text-box.default h2,
	.text-box.default h3,
	.text-box.default h4,
	.text-box.default h5,
	.text-box.default h6,
	.text-box.default .headline p {
		color: inherit;
	}
	
	.text-box.default .btn-default,
	.text-box.default .btn-white {
		background-color: #fff;
		color: #212121;
	}
	
	.text-box.default .btn-default:hover,
	.text-box.default .btn-white:hover {
		background-color: #212121;
		color: #fff;
	}
	
	.text-box.default .btn-black:hover {
		background-color: #fff;
		color: #212121;
	}
	
	.text-box.dark .btn-black {
		background-color: #fff;
		color: #212121;
	}
	
	.text-box.dark .btn-default:hover {
		background-color: #fff;
		color: #212121;
	}
	
	.text-box.dark .btn-black:hover {
		background-color: #979797;
		color: #fff;
	}
	
	.text-box.dark .social-media a,
	.text-box.defaultdark .social-media a {
		background-color: #fff;
		color: #979797;
	}
	
	.text-box &gt; *:last-child {
		margin-bottom: 0;
	}
	
	.text-box#video-section {
		height: auto;
		padding: 0;
		margin-top: 0;
	}
	
	.text-box #youtube-video-section {
		z-index: -1;;
	}
	
	.text-box .video-section-container {
		position: absolute;
		top: 50%;
		left: 0;
		right: 0;
		padding: 0 30px;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.text-box#event {
		padding-right: 20px;
		padding-left: 20px;
		min-height: 440px;
	}
	
	.text-box#event .text-black-highlight {
		display: block;
	}
	
	
	/* TEXT BOXES LIST */
	.text-boxes-list {
		margin: 50px 0 100px;
		list-style: none;
	}
	
	.text-boxes-list.gutter {
		margin-left: -5px;
		margin-right: -5px;
	}
	
	.text-boxes-list &gt; li {
		position: relative;
		float: left;
		width: 33.33333%;
	}
	
	.text-boxes-list.gutter &gt; li {
		padding: 5px;
	}
	
	.text-boxes-list.col-2 &gt; li {
		width: 50%;
	}
	
	.text-boxes-list.col-3 &gt; li {
		width: 33.33333%;
	}
	
	.text-boxes-list.col-4 &gt; li {
		width: 25%;
	}
	
	.text-boxes-list &gt; li .text-box {
		padding: 20% 10%;
		margin-bottom: 0;
	}
	
	.text-boxes-list.big &gt; li .text-box {
		padding: 50% 10%;
	}
	
	.text-boxes-list:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	@media (min-width: 1200px) {
		
		.text-boxes-list &gt; li .text-box ,
		.text-boxes-list.big &gt; li .text-box {
			padding-right: 15%;
			padding-left: 15%;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.text-boxes-list.col-4 &gt; li {
			width: 50%;
		}
		
		.text-box {
			padding: 35px 20px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.text-boxes-list &gt; li,
		.text-boxes-list.col-2 &gt; li,
		.text-boxes-list.col-3 &gt; li,
		.text-boxes-list.col-4 &gt; li {
			float: none;
			width: 100%;
		}
		
	}
	
/***********************************************************************************
 *	+ IMAGE BOXES
 ***********************************************************************************/
	
	.image-box {
		margin-bottom: 50px;
	}
	
	.image-box + .image-box {
		margin-top: -50px;
	}
	
	.image-box .image-box-details,
	.image-box .image-box-thumbnail {
		float: left;
		width: 50%;
		min-height: 1px;
	}
	
	.image-box.image-big .image-box-details {
		width: 35%;
	}
	
	.image-box.image-big .image-box-thumbnail {
		width: 65%;
	}
	
	.image-box .image-box-thumbnail {
		background: no-repeat center center;
	}
	
	.image-box .image-box-details {
		padding: 100px 30px 100px 80px;
	}
	
	.image-box .image-box-thumbnail + .image-box-details {
		padding-right: 0;
		padding-left: 100px;
	}
	
	.image-box .image-box-details .headline {
		position: relative;
	}
	
	.image-box .image-box-details .headline h1 {
		position: absolute;
		top: -12px;
		left: 0;
		padding-right: 10px;
		color: #979797;
		font-size: 72px;
		line-height: 72px;
		font-weight: 400;
		-webkit-transform: translateX(-100%);
			-ms-transform: translateX(-100%);
				transform: translateX(-100%);
	}
	
	.image-box .image-box-details &gt; *:last-child {
		margin-bottom: 0;
	}
	
	.image-box:after,
	.image-box .image-box-details .headline:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.image-box.image-big .image-box-details,
		.image-box.image-big .image-box-thumbnail {
			width: 50%;
		}
	
		.image-box-details .headline h2 {
			font-size: 24px;
			line-height: 36px;
		}
	
		
	}
	
	@media (max-width: 767px) {
		
		.image-box + .image-box {
			margin-top: 0;
		}
		
		.image-box .image-box-details,
		.image-box .image-box-thumbnail,
		.image-box.image-big .image-box-details,
		.image-box.image-big .image-box-thumbnail {
			width: 100%;
		}
		
		.image-box-details .headline h2 {
			font-size: 24px;
			line-height: 36px;
		}
		
		.image-box .image-box-details,
		.image-box .image-box-thumbnail + .image-box-details {
			padding: 0;
		}
		
		.image-box .image-box-thumbnail {
			margin-bottom: 30px;
		}
		
		.image-box .image-box-details + .image-box-thumbnail {
			margin-top: 30px;
			margin-bottom: 0;
		}
		
		.image-box .image-box-details .headline h1 {
			position: relative;
			top: 0;
			-webkit-transform: translateX(0);
				-ms-transform: translateX(0);
					transform: translateX(0);
		}
		
	}

/***********************************************************************************
 *	+ ACCORDION
 ***********************************************************************************/
	
	.panel {
		background-color: transparent;
		box-shadow: none;
	}
	
	.panel-heading {
		padding: 0;
		border: none;
		border-radius: 0;
		margin-bottom: 15px;
		background-color: transparent;
	}
	
	.panel-title {
		font-family: "Oxygen", Oxygen;
		font-size: 16px;
		font-weight: 500;
	}
	
	.panel-title a {
		position: relative;
		display: block;
		padding: 10px 45px 10px 30px; 
		border-radius: 25px;
		background-color: #fafbfc;
		color: #212121;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.panel-title a:before {
		position: absolute;
		top: 50%;
		right: 0;
		margin: 0 20px;
		content: "+";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.panel-title a:hover,
	.panel-title a[aria-expanded="true"] {
		background-color: #979797;
		color: #fff;
	}
	
	.panel-title a[aria-expanded="true"]:before {
		content: "-";
	}
	
	.panel-group .panel + .panel {
		margin-top: 0;
	}
	
	.panel-group .panel-heading + .panel-collapse &gt; .list-group, 
	.panel-group .panel-heading + .panel-collapse &gt; .panel-body {
		padding: 30px 0 45px;
		border: none;
	}
	
	.panel-body p:last-child {
		margin-bottom: 0;
	}
 
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
	
	/* HORIZONTAL TABS */
	.nav-tabs {
		border-bottom: none;
	}

	.nav-tabs &gt; li {
		margin-bottom: 0;
		margin-right: 5px;
	}
	
	.nav-tabs &gt; li:last-child {
		margin-right: 0;
	}

	.nav-tabs &gt; li &gt; a {
		padding: 12px 30px;
		border: none;
		border-radius: 25px;
		background-color: #fafbfc;
		color: #212121;
		font-size: 15px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

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

	.nav-tabs &gt; li &gt; a:hover,
	.nav-tabs &gt; li.active &gt; a,
	.nav-tabs &gt; li.active &gt; a:hover,
	.nav-tabs &gt; li.active &gt; a:focus {
		border: none;
		background-color: #979797;
		color: #fff;
	}
	
	.tab-content {
		margin: 30px 0;
	}
	
	.tab-content .statistics-container {
		margin-bottom: 0;
	}
	
	.tab-content .tab-pane &gt; *:last-child {
		margin-bottom: 0;
	}
	
	.tab-content:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	
	/* VERTICAL TABS */
	.vertical-tabs {
		margin-bottom: 50px;
	}
	
	.vertical-tabs .nav-tabs {
		float: left;
		width: 365px;
	}
	
	.vertical-tabs .nav-tabs li {
		float: none;
		margin: 0;
		margin-bottom: 10px;
		text-align: center;
	}
	
	.vertical-tabs .nav-tabs li:last-child {
		margin-bottom: 0;
	}
	
	.vertical-tabs .tab-content {
		margin-left: 365px;
		padding-left: 30px;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.vertical-tabs .nav-tabs {
			width: 250px;
		}
		
		.vertical-tabs .tab-content {
			margin-left: 250px;
		}
	}
	
	@media (max-width: 767px) {
		
		.vertical-tabs .nav-tabs {
			float: none;
			width: 100%;
		}
		
		.vertical-tabs .tab-content {
			margin-left: 0;
			padding-left: 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: -5px 0 15px;
	}
	
	.social-media a {
		display: inline-block;
		width: 30px;
		height: 30px;
		border-radius: 50%;
		margin: 5px 15px 5px 0;
		background-color: #d7d7d7;
		color: #fff;
		font-size: 14px;
		line-height: 30px;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.social-media a:last-child {
		margin-right: 0;
	}
	
	.social-media a:hover {
		color: #fff !important;
	}
	
	.social-media a.facebook:hover { background-color: #0e59a0 !important; }
	.social-media a.twitter:hover { background-color: #0ea4ff !important; }
	.social-media a.dribbble:hover { background-color: #ea73a0 !important; }
	.social-media a.pinterest:hover { background-color: #d73532 !important; }
	.social-media a.google:hover { background-color: #da4835 !important; }
	.social-media a.tumblr:hover { background-color: #2a445f !important; }
	.social-media a.instagram:hover { background-color: #82685a !important; }
	.social-media a.rss:hover { background-color: #f79638 !important; }
	.social-media a.linkedin:hover { background-color: #018faf !important; }
	.social-media a.skype:hover { background-color: #00b0f6 !important; }
	.social-media a.flickr:hover { background-color: #0061db !important; }
	.social-media a.vimeo:hover { background-color: #4cb2d9 !important; }
	.social-media a.github:hover { background-color: #3b3b3b !important; }
	.social-media a.youtube:hover { background-color: #cc181e !important; }
	.social-media a.windows:hover { background-color: #6dc2e9 !important; }
	.social-media a.dropbox:hover { background-color: #007ee5 !important; }
	.social-media a.xing:hover { background-color: #026566 !important; }
	.social-media a.adn:hover { background-color: #1ea076 !important; }
	.social-media a.android:hover { background-color: #98cb02 !important; }
	.social-media a.apple:hover { background-color: #a6b1b7 !important; }
	.social-media a.behance:hover { background-color: #2d9ad2 !important; }
	.social-media a.bitbucket:hover { background-color: #214f81 !important; }
	.social-media a.bitcoin:hover { background-color: #f7931b !important; }
	.social-media a.codepan:hover { background-color: #000 !important; }
	.social-media a.css3:hover { background-color: #3289ce !important; }
	.social-media a.delicious:hover { background-color: #3399fe !important; }
	.social-media a.deviantart:hover { background-color: #c8da30 !important; }
	.social-media a.digg:hover { background-color: #0080c2 !important; }
	.social-media a.drupal:hover { background-color: #0077b9 !important; }
	.social-media a.empire:hover { background-color: #000 !important; }
	.social-media a.foursquare:hover { background-color: #daecb0 !important; }
	.social-media a.git:hover { background-color: #f34f29 !important; }
	.social-media a.gitti:hover { background-color: #634c3e !important; }
	.social-media a.hacker-news:hover { background-color: #f18642 !important; }
	.social-media a.html5:hover { background-color: #e54c1f !important; }
	.social-media a.joomla:hover { background-color: #016fb9 !important; }
	.social-media a.jsfiddle:hover { background-color: #4679a4 !important; }
	.social-media a.linux:hover { background-color: #fece0e !important; }
	.social-media a.maxcdn:hover { background-color: #f36f20 !important; }
	.social-media a.openid:hover { background-color: #fe6101 !important; }
	.social-media a.pagelines:hover { background-color: #3783e3 !important; }
	.social-media a.pied-piper:hover { background-color: #0c7b48 !important; }
	.social-media a.qq:hover { background-color: #23286c !important; }
	.social-media a.rebel:hover { background-color: #000 !important; }
	.social-media a.reddit:hover { background-color: #cee3f8 !important; }
	.social-media a.renren:hover { background-color: #0d81e4 !important; }
	.social-media a.share:hover { background-color: #252525 !important; }
	.social-media a.slack:hover { background-color: #453744 !important; }
	.social-media a.soundcloud:hover { background-color: #fe4e00 !important; }
	.social-media a.spotify:hover { background-color: #80bb41 !important; }
	.social-media a.stack-exchange:hover { background-color: #265a93 !important; }
	.social-media a.stackoverflow:hover { background-color: #fea501 !important; }
	.social-media a.steam:hover { background-color: #191919 !important; }
	.social-media a.stumbleupon:hover { background-color: #f04f23 !important; }
	.social-media a.tencent-weibo:hover { background-color: #0063a7 !important; }
	.social-media a.trello:hover { background-color: #226784 !important; }
	.social-media a.vine:hover { background-color: #00b081 !important; }
	.social-media a.vk:hover { background-color: #50769d !important; }
	.social-media a.wechat:hover { background-color: #a4dc31 !important; }
	.social-media a.weibo:hover { background-color: #d82828 !important; }
	.social-media a.wordpress:hover { background-color: #454442 !important; }
	.social-media a.yahoo:hover { background-color: #4b04a8 !important; }
	.social-media a.ftpx:hover { background-color: #000 !important; }
	.social-media a.amazon:hover { background-color: #ff9900 !important; }
	.social-media a.angellist:hover { background-color: #000 !important; }
	.social-media a.btc:hover { background-color: #f7931b !important; }
	.social-media a.black-tie:hover { background-color: #000 !important; }
	.social-media a.bluetooth:hover { background-color: #0a3d91 !important; }
	.social-media a.buysellads:hover { background-color: #ba0202 !important; }
	.social-media a.cc-amex:hover { background-color: #016dd2 !important; }
	.social-media a.cc-diners-club:hover { background-color: #0069aa !important; }
	.social-media a.cc-discover:hover { background-color: #f88737 !important; }
	.social-media a.cc-jcb:hover { background-color: #29166f !important; }
	.social-media a.cc-mastercard:hover { background-color: #fe9611 !important; }
	.social-media a.paypal:hover { background-color: #012069 !important; }
	.social-media a.cc-stripe:hover { background-color: #49b802 !important; }
	.social-media a.cc-visa:hover { background-color: #1b4da2 !important; }
	.social-media a.chrome:hover { background-color: #edcd16 !important; }
	.social-media a.codepen:hover { background-color: #1b1c1b !important; }
	.social-media a.codiepie:hover { background-color: #000 !important; }
	.social-media a.connectdevelop:hover { background-color: #023cb0 !important; }
	.social-media a.contao:hover { background-color: #e4790f !important; }
	.social-media a.dashcube:hover { background-color: #000 !important; }
	.social-media a.edge:hover { background-color: #2c74be !important; }
	.social-media a.expeditedssl:hover { background-color: #2e2e2e !important; }
	.social-media a.firefox:hover { background-color: #df731b !important; }
	.social-media a.fonticons:hover { background-color: #1d1e2a !important; }
	.social-media a.fort-awesome:hover { background-color: #000 !important; }
	.social-media a.forumbee:hover { background-color: #85ac2f !important; }
	.social-media a.get-pocket:hover { background-color: #e84352 !important; }
	.social-media a.gg:hover { background-color: #fd0002 !important; }
	.social-media a.gratipay:hover { background-color: #653614 !important; }
	.social-media a.houzz:hover { background-color: #9bc545 !important; }
	.social-media a.internet-explorer:hover { background-color: #00bcf2 !important; }
	.social-media a.ioxhost:hover { background-color: #f6a814 !important; }
	.social-media a.lastfm:hover { background-color: #e2152b !important; }
	.social-media a.leanpub:hover { background-color: #231f20 !important; }
	.social-media a.meanpath:hover { background-color: #538dd6 !important; }
	.social-media a.medium:hover { background-color: #00ab6c !important; }
	.social-media a.mixcloud:hover { background-color: #040204 !important; }
	.social-media a.modx:hover { background-color: #8ed547 !important; }
	.social-media a.odnoklassniki:hover { background-color: #f68634 !important; }
	.social-media a.opencart:hover { background-color: #00c1f2 !important; }
	.social-media a.opera:hover { background-color: #e81617 !important; }
	.social-media a.optin-monster:hover { background-color: #8ed31e !important; }
	.social-media a.product-hunt:hover { background-color: #d6573d !important; }
	.social-media a.reddit:hover { background-color: #ff4500 !important; }
	.social-media a.safari:hover { background-color: #2973d9 !important; }
	.social-media a.scribd:hover { background-color: #382d29 !important; }
	.social-media a.sellsy:hover { background-color: #006ca2 !important; }
	.social-media a.shirtsinbulk:hover { background-color: #dd3a26 !important; }
	.social-media a.simplybuilt:hover { background-color: #322f34 !important; }
	.social-media a.skyatlas:hover { background-color: #01aebe !important; }
	.social-media a.slideshare:hover { background-color: #13999a !important; }
	.social-media a.stack-overflow:hover { background-color: #ef532a !important; }
	.social-media a.tripadvisor:hover { background-color: #1e892f !important; }
	.social-media a.twitch:hover { background-color: #6441a5 !important; }
	.social-media a.usb:hover { background-color: #000 !important; }
	.social-media a.viacoin:hover { background-color: #2376a2 !important; }
	.social-media a.whatsapp:hover { background-color: #44c254 !important; }
	.social-media a.wikipedia:hover { background-color: #0c0c0c !important; }
	.social-media a.y-combinator:hover { background-color: #ff6501 !important; }
	.social-media a.yelp:hover { background-color: #bf311b !important; }
	.social-media a.email:hover { background-color: #689c49 !important; }
	.social-media a.envira:hover { background-color: #75bd3b !important; }
	.social-media a.gitlab:hover { background-color: #e24329 !important; }
	.social-media a.glide:hover { background-color: #00a7ff !important; }
	.social-media a.snapchat:hover { background-color: #efe200 !important; }
	.social-media a.viadeo:hover { background-color: #f4982b !important; }
	.social-media a.wpbeginner:hover { background-color: #ff6600 !important; }
	.social-media a.wpforms:hover { background-color: #b6581a !important; }
	
	
	/* DEFAULT COLOR */
	.social-media.default-color a:hover {
		background-color: #979797 !important;
	}
	
/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
	
	.pie-chart-container {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.pie-chart {
		position: relative;
		text-align: center;
		margin-bottom: 10px;
	}
	
	.pie-chart canvas {
		max-width: 100%;
	}
	
	.pie-chart-percent {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		color: #979797;
		font-family: "Oxygen", serif;
		font-size: 30px;
		font-weight: 700;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.pie-chart-details {
		color: #212121;
		font-size: 18px;
		font-weight: 700;
	}

/***********************************************************************************
 *	+ PROGRESS BARS
 ***********************************************************************************/
 
	.progres-container {
		margin-bottom: 20px;
	}
	
	.progress {
		position: relative;
		top: 12px;
		height: 3px;
		border-radius: 0;
		margin-left: 100px;
		background-color: transparent;
		box-shadow: none;
	}

	.progress-bar {
		background-color: #979797;
		box-shadow: none;
	}

	.progress-bar-title {
		float: left;
		color: #212121;
		font-size: 15px;
	}
	
	.progres-container:after {
		display: table;
		content: " ";
		clear: both;
	}
	
/***********************************************************************************
 *	+ COUNTERS
 ***********************************************************************************/
 
	/* COUNTER */
	.counter {
		margin-bottom: 50px;
		color: #212121;
		text-align: center;
	}
	
	.counter i {
		display: inline-block;
		color: #979797;
		font-size: 42px;
	}
	
	.counter-value {
		margin-bottom: 30px;
		font: 72px/40px "Oxygen", serif;
	}
	
	.counter-value:before {
		margin-right: 5px;
		content: attr(data-symbol-before);
	}
	
	.counter-value:after {
		margin-left: 5px;
		content: attr(data-symbol-after);
	}
	
	.counter-details {
		font-size: 16px;
	}
	
	
	/* ODOMETER */
	.odometer-container {
		margin-bottom: 50px;
		color: #212121;
		text-align: center;
	}
	
	.odometer-container i {
		display: block;
		color: #979797;
		font-size: 42px;
	}
	
	.odometer:before {
		margin-right: 5px;
		font: 72px/60px "Oxygen", serif;
		vertical-align: middle;
		content: attr(data-symbol-before);
	}
	
	.odometer:after {
		margin-left: 5px;
		font: 72px/60px "Oxygen", serif;
		vertical-align: middle;
		content: attr(data-symbol-after);
	}
	
	.odometer-inside {
		display: inline-block;
	}
	
	.odometer-digit {
		font: 72px/60px "Oxygen", serif;
		margin: 0 -3px 5px;
	}
	
	.odometer-formatting-mark {
		display: none
	}
	
	.odometer-details {
		font-size: 16px;
	}
	
/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/
	
	.countdown {
		margin: 50px 0;
	}
	
	.countdown &gt; div {
		position: relative;
		float: left;
		width: 25%;
		color: #212121;
		font: 72px/72px "Oxygen", serif;
		text-align: center;
	}
	
	.countdown &gt; div &gt; span {
		display: block;
		font-family: "Roboto", sans-serif;
		font-size: 16px;
	}
	
	.countdown:after {
		display: table;
		content: " ";
		clear: both;
	}
	
/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/
 
	.statistics-container {
		margin-bottom: 50px;
	}
	
	#bar-chart,
	#area-chart,
	#line-chart {
		padding: 10px 10px 10px 0;
		border-radius: 5px;
		background-color: #fff;
		box-shadow: -8px 15px 27px 0 rgba(0, 0, 0, 0.18);
	}
	
	@media (max-width: 767px) {
		
		#line-chart {
			padding: 0;
		}
		
	}
 
/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

	.price-plan {
		position: relative;
		z-index: 1;
		padding: 75px 10px;
		border: 2px solid #d7dddb;
		margin-bottom: 50px;
		text-align: center;
		-webkit-transform: translateZ(0);
			-ms-transform: translateZ(0);
				transform: translateZ(0);
		-webkit-transition: all 0.3s -0.1s;
				transition: all 0.3s -0.1s;
	}
	
	.price-plan:before,
	.price-plan:after {
		position: absolute;
		z-index: -1;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: -2px;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.price-plan:before {
		border-right: 2px solid #979797;
		border-left: 2px solid #979797;
		-webkit-transform: scaleY(0);
			-ms-transform: scaleY(0);
				transform: scaleY(0);
		-webkit-transform-origin: 100% 0;
			-ms-transform-origin: 100% 0;
				transform-origin: 100% 0;
	}

	.price-plan:after {
		border-top: 2px solid #979797;
		border-bottom: 2px solid #979797;
		-webkit-transform: scaleX(0);
			-ms-transform: scaleX(0);
				transform: scaleX(0);
		-webkit-transform-origin: 0 100%;
			-ms-transform-origin: 0 100%;
				transform-origin: 0 100%;
	}
	
	.price-plan-header {
		margin-bottom: 20px;
	}
	
	.price-plan-header:after {
		display: block;
		width: 5px;
		height: 25px;
		border: 3px solid #979797;
		border-radius: 3px;
		margin: 0 auto 10px;
		content: "";
	}
	
	.price-plan-header h1 {
		font-family: serif;
		font-size: 60px;
		line-height: 60px;
		font-weight: 700;
	}
	
	.price-plan-header h1 span {
		font-family: "Roboto", sans-serif;
		font-weight: 400;
	}
	
	.price-plan-header h1 small {
		color: #8a8a8a;
		font-family: "Roboto", sans-serif;
		font-size: 12px;
		line-height: 12px;
	}
		
	.price-plan-header h5 {
		margin-bottom: 25px;
		color: #979797;
	}
	
	.price-plan ul {
		margin-bottom: 45px;
		list-style: none;
	}
	
	.price-plan ul li {
		margin-bottom: 20px;
	}
	
	.price-plan ul li:last-child {
		margin-bottom: 0;
	}
	
	.price-plan .btn {
		margin-bottom: 0;
	}
	
	.price-plan:hover {
		border-color: #979797;
		-webkit-transition: all 0.3s 0.1s;
				transition: all 0.3s 0.1s;
	}
	
	.price-plan:hover:before {
		-webkit-transform: scaleY(1);
			-ms-transform: scaleY(1);
				transform: scaleY(1);
	}
	.price-plan:hover:after {
		-webkit-transform: scaleX(1);
			-ms-transform: scaleX(1);
				transform: scaleX(1);
	}
	
/***********************************************************************************
 *	+ PROCESS STEPS
 ***********************************************************************************/
	
	.process-steps {
		margin-bottom: 50px;
	}
	
	.process-steps .step {
		position: relative;
		float: left;
		width: 25%;
		text-align: center;
	}
	
	.process-steps .step:before {
		position: absolute;
		top: 110px;
		left: -35px;
		width: 70px;
		border-top: 1px dashed #acacac;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.process-steps .step:first-child:before {
		display: none;
	}
	
	.process-steps.process-3-steps .step {
		width: 33.33333%;
	}
	
	.process-steps.process-4-steps .step {
		width: 25%;
	}
	
	.process-steps.process-5-steps .step {
		width: 20%;
	}
	
	.process-steps.process-5-steps .step:before {
		top: 100px;
		left: -20px;
		width: 40px;
	}
	
	.process-steps .step img {
		border-radius: 50%;
		-webkit-transform: scale(0.6);
			-ms-transform: scale(0.6);
				transform: scale(0.6);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.process-steps .step img + p {
		position: relative;
		top: -20px;
		color: #212121;
		font-size: 20px;
		font-weight: 700;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.process-steps .step &gt; *:last-child {
		margin-bottom: 0;
	}
	
	.process-steps .step:hover img {
		-webkit-transform: scale(1);
			-ms-transform: scale(1);
				transform: scale(1);
	}
	
	.process-steps .step:hover img + p {
		top: 20px;
	}
	
	.process-steps .step:hover:before,
	.process-steps .step:hover + .step:before {
		opacity: 0;
	}
	
	.process-steps:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	@media (min-width: 1200px) {
		
		.process-steps .step:before {
			top: 110px;
			left: -35px;
			width: 70px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.process-steps .step:before {
			top: 75px;
			left: -15px;
			width: 30px;
		}
		
		.process-steps.process-3-steps .step:before {
			top: 100px;
		}
		
		.process-steps.process-4-steps .step:before {
			top: 90px;
		}
		
		.process-steps.process-5-steps .step:before {
			top: 75px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.process-steps .step,
		.process-steps.process-3-steps .step,
		.process-steps.process-4-steps .step,
		.process-steps.process-5-steps .step {
			float: left;
			width: 100%;
		}
		
		.process-steps .step:before {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	+ TIMELINE
 ***********************************************************************************/
	
	.timeline {
		padding-top: 10px;
		border-left: 1px solid #979797;
		margin-bottom: 50px;
		list-style: none;
	}
	
	.timeline li {
		position: relative;
		margin-bottom: 50px;
	}
	
	.timeline li:last-child {
		margin-bottom: 0;
	}
	
	.timeline li:before,
	.timeline li:after {
		position: absolute;
		left: 0;
		display: block;
		border-radius: 50%;
		margin-left: -1px;
		content: "";
		-webkit-transform: translateX(-50%);
			-ms-transform: translateX(-50%);
				transform: translateX(-50%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.timeline li:before {
		z-index: 2;
		top: 23px;
		width: 9px;
		height: 9px;
		background-color: #979797;
	}
	
	.timeline li:after {
		z-index: 1;
		top: 17px;
		width: 21px;
		height: 21px;
		border: 2px solid #979797;
		background-color: #fff;
		opacity: 0;
	}
	
	.timeline li .period {
		float: left;
		width: 290px;
		color: #979797;
		font: 700 86px/32px "Oxygen", serif;
		text-align: center;
		opacity: 0.4;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.timeline li .period-details {
		margin-left: 290px;
	}
	
	.timeline li .period-details h5 {
		margin-bottom: 0;
		color: #979797;
	}
	
	.timeline li .period-details h5 + p {
		margin-bottom: 10px;
		color: #212121;
		font-size: 18px;
		font-weight: 500;
	}
	
	.timeline li .period-details &gt;*:last-child {
		margin-bottom: 0;
	}
	
	.timeline li:hover .period {
		opacity: 1;
	}
	
	.timeline li:hover:after {
		opacity: 1;
	}
	
	.timeline + .btn {
		margin-left: 290px;
	}
	
	@media (max-width: 767px) {
		
		.timeline li .period {
			float: none;
			width: 100%;
			margin-bottom: 50px;
			text-align: left;
			padding-left: 30px;
		}
		
		.timeline li .period-details {
			margin-left: 30px;
		}
		
		.timeline + .btn {
			margin-left: 30px;
		}
		
	}
	
/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
	
	/* BLOCKQUOTE */
	blockquote {
		padding: 0;
		border-left: none;
		margin-bottom: 20px;
		font-size: 15px;
		font-style: Normal;
	}
	
	blockquote footer {
		color: inherit;
		font-size: 14px;
		font-style: normal;
	}
	
	blockquote footer small {
		color: inherit;
	}
	
	blockquote footer:before,
	blockquote footer small:before {
		display: none;
	}
	
	/* TESTIMONIAL */
	.testimonial {
		margin-bottom: 0px;
		text-align: center;
	}
	
	.testimonial blockquote {
		margin-bottom: 10px;
		font-size: 15px;
		line-height: 20px;
		font-weight: 300;
		color:#FFFFFF
		
		
	}
	
	.testimonial &gt; img {
		display: inline-block;
		border-radius: 50%;
		margin-bottom: 15px;
		align: middle
	}
	
	.testimonial &gt; h6 {
		color: #ffffff;
		font-size: 13px;
	}
	
	.testimonial &gt; h6 span {
		color: #878787;
		font-family: "Roboto", sans-serif;
		font-weight: 500;
	}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
	
	.isotope {
		margin-bottom: 75px;
	}
	
	.isotope.gutter,
	.isotope.masonry {
		margin: -15px -15px 50px;
	}
	
	.isotope .isotope-item {
		float: left;
		width: 25%;
	}
	
	.isotope.gutter .isotope-item,
	.isotope.masonry .isotope-item {
		padding: 15px;
	}
	
	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope.col-4 .isotope-item {
		width: 25%;
	}
	
	.isotope .item-width-1,
	.isotope .item-width-2 {
		width: 33.333333%;
	}
	
	
	.isotope .portfolio-item {
		margin-bottom: 0;
	}
	
	.isotope:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	@media (min-width: 1400px) {
		
		.isotope .item-width-2 {
			width: 16.666667%;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.isotope.col-4 .isotope-item {
			width: 33.33333%;
		}
		
		.isotope .item-width-1,
		.isotope .item-width-2 {
			width: 50%;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item,
		.isotope .item-width-1,
		.isotope .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,
		.isotope .item-width-1,
		.isotope .item-width-2 {
			float: left;
			width: 50%;
		}
		
	}
	
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
 
	.filter {
		margin-bottom: 60px;
		list-style: none;
	}
	
	.filter li {
		display: inline-block;
		margin-right: 35px;
		font-family: "Oxygen", serif;
		font-size: 16px;
		font-weight: 700;
	}
	
	.filter li:last-child {
		margin-right: 0;
	}
	
	.filter li a {
		color: #8a8a8a;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.filter li a:hover,
	.filter li a.active {
		color: #979797;
	}
	
	@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: 7px;
	}

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

	.pagination li a {
		display: block;
		width: 45px;
		height: 45px;
		padding: 0;
		border: 2px solid #8a8a8a;
		background-color: transparent;
		color: #8a8a8a;
		line-height: 41px;
		font-weight: 500;
		text-align: center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.pagination &gt; li:last-child &gt; a,
	.pagination &gt; li:first-child &gt; a,
	.pagination &gt; li:last-child &gt; span,
	.pagination &gt; li:first-child &gt; span {
		border-radius: 0;
	}

	.pagination li a:hover,
	.pagination li.active a,
	.pagination li.active a:hover {
		background-color: transparent;
		border-color: #979797;
		color: #979797;
	}
	
/***********************************************************************************
 *	+ BREADCRUMB
 ***********************************************************************************/
	
	.breadcrumb {
		background-color: transparent;
		margin: 0;
		padding: 0;
		font-size: 14px;
	}

	.breadcrumb &gt; li + li:before {
		padding: 0;
		margin-right: 4px;
		color: #fff;
		content: "/";
	}

	.breadcrumb li a {
		color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.breadcrumb li a:hover {
		color: #979797;
		text-decoration: none;
	}

	.breadcrumb li.active {
		color: #979797;
	}
	
/***********************************************************************************
 *	+ FULL SECTIONS
 ***********************************************************************************/
	
	.full-section {
		position: relative;
		z-index: 1;
		padding: 50px 0;
		margin-bottom: 30px;
		background: no-repeat center center;
	}
	
	.full-section-overlay-color {
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-color: #212121;
		opacity: 0.65;
	}
	
	.full-section-container {
		position: relative;
		z-index: 4;
	}
	
	
	/* FULL SCREEN */
	.full-screen {
		margin-bottom: -50px;
	}
	
	.full-screen .full-section-container {
		position: absolute;
		top: 10%;
		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;
		z-index: 1;
		top: 0;
		bottom: 0;
		width: 50%;
		background: no-repeat center center;
		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;
		-webkit-background-size: cover !important;
				background-size: cover !important;	
	}
	
	.parallax.parallax-disable { 
		background-attachment: scroll;
	}
	
	.footer-parallax-disable {
		background-position: center center !important;
	}
	
	
	/* MULTILAYER PARALLAX */
	.multilayer-parallax {
		position: absolute;
		z-index: 3;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	
	.multilayer-parallax .parallax-layer  {
		position: absolute;
		top: 0;
		left: 0;
	}
	
	
	/* ELEMENTS IN DARK SECTION */
	.full-section.dark-section {
		background-color: #212121;
		color: #878787;
	}
	
	.full-section.dark-section3 {
		background-color: #212121;
		color: #fffff;
	}
	
	.full-section.dark-section a,
	.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 {
		color: inherit;
	}
	
	.full-section.dark-section a:hover {
		color: #979797;
	}
	
	.full-section.dark-section .awards-list,
	.full-section.dark-section .features-list li {
		color: inherit;
	}
	
	.full-section.dark-section .btn-black {
		background-color: #fff;
		color: #212121;
	}
	
	.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: #212121;
	}
	
	.full-section.dark-section .btn-default:hover {
		background-color: #fff;
		color: #212121;
	}
	
	.full-section.dark-section .btn-black:hover {
		background-color: #979797;
		color: #fff;
	}
	
	.full-section.dark-section .btn-white:hover {
		color: #fff;
	}
	
	.full-section.dark-section .text-box {
		color: #212121;
	}
	
	.full-section.dark-section .text-box.transparent {
		color: inherit;
	}
	
	.full-section.dark-section .text-box.default,
	.full-section.dark-section .text-box.dark {
		color: #fff;
	}
	
	.full-section.dark-section .panel-title a {
		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 &gt; li &gt; a {
		color: #212121;
	}
	
	.full-section.dark-section .nav-tabs &gt; li &gt; a:hover,
	.full-section.dark-section .nav-tabs &gt; li.active &gt; a,
	.full-section.dark-section .nav-tabs &gt; li.active &gt; a:hover,
	.full-section.dark-section .nav-tabs &gt; li.active &gt; a:focus {
		color: #fff;
	}
	
	.full-section.dark-section .pie-chart-details,
	.full-section.dark-section .pie-chart-percent {
		color: inherit;
	}
	
	.full-section.dark-section .progress-bar-title {
		color: inherit;
	}
	
	.full-section.dark-section .counter,
	.full-section.dark-section .odometer-container {
		color: inherit;
	}
	
	.full-section.dark-section .countdown &gt; div {
		color: inherit;
	}
	
	.full-section.dark-section .price-plan-header h1 small {
		color: inherit;
	}
	
	.full-section.dark-section .price-plan-header h5 {
		color: #979797;
	}
	
	.full-section.dark-section .process-steps .step img + p {
		color: inherit;
	}
	
	.full-section.dark-section .testimonial &gt; h6 {
		color: #979797;
	}
	
	.full-section.dark-section .testimonial &gt; h6 span {
		color: #fff;
	}
	
	.full-section.dark-section .pagination li a {
		border-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 {
		border-color: #979797;
	}
	
	.full-section.dark-section .about-list li h4 + p {
		color: inherit;
	}
	
	.full-section.dark-section .service-box.style-1:hover a:hover,
	.full-section.dark-section .service-box.style-3:hover i, 
	.full-section.dark-section .service-box.style-4 .service-box-content h3 + p,
	.full-section.dark-section .service-box.style-5 .service-box-content h3 + p {
		color: inherit;
	}
	
	.full-section .service-box.style-8 {
		background-color: #fff;
	}
	
	.full-section.dark-section .zoom-action:hover {
		color: #fff;
	}
	
	.full-section.dark-section .blog-article-details {
		color: inherit;
	}
	
	.full-section.dark-section .blog-article-details a {
		color: #e50000;
	}
	
	.full-section.dark-section .blog-article-details a:after {
		border-color: #fff;
	}
	
	.full-section.dark-section .widget-search input[type="submit"] {
		background-image: url(../images/search-white.png);
	}
	
	.full-section.dark-section .widget-search input[type="submit"]:hover {
		background-color: transparent;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-title,
	.full-section.dark-section .widget-recent-posts ul li .post-details {
		color: inherit;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-details a,
	.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
		color: #979797;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-details a:after {
		border-right-color: #fff;
	}
	
	.full-section.dark-section .widget-recent-comments ul li a:first-child:hover {
		color: inherit;
	}
	
	.full-section.dark-section .widget-tags a:hover {
		background-color: #fff;
		color: #212121;
	}
	
	
	/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
	#section-1 {
		padding: 100px 0 80px;
		margin-top: 50px;
		margin-bottom: 100px;
		background-image: url(../../images/backgrounds/bg-1.jpg);
		color: #fff;
		font-size: 24px;
		line-height: 32px;
	}
	
	#section-1 h1 {
		color: #fff;
		font-weight: 400;
	}
	
	#section-2 {
		padding: 10px 0 10px;
		margin-top: 0px;
		margin-bottom: 0;
		background-color: #fafbfc;
	}
	
	#section-3 {
		padding: 150px 0 100px;
		background-image: url(../../images/backgrounds/bg-2.jpg);
	}
	
	#section-4 {
		padding: 40px 0 50px;
		margin-top: 0px;
		margin-bottom: 0px;
		background: url(../../images/backgrounds/bg-3.png) no-repeat right bottom;
		background-color: #fafbfc;
		font-size: 16px;
	}
	
	#section-5 {
		padding: 100px 0 80px;
		margin-top: 50px;
		margin-bottom: -50px;
		background-color: #fff;
	}
	
	#section-6 {
		padding: 100px 0 90px;
		margin-top: 50px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-4.jpg);
	}
	
	#section-7 {
		padding: 50px 0 20px;
		border-bottom: 1px solid #d7d7d7;
		background-color: #fafbfc;
	}
	
	#section-8 {
		padding: 100px 0 50px;
		margin-top: 50px;
		margin-bottom: -50px;
		background-color: #fff;
	}
	
	#section-9 {
		padding: 100px 0 50px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-5.jpg);
	}
	
	#section-10 {
		padding: 10px 0 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		background-image: url(../../images/backgrounds/bg-2.jpg);
		
		}
	
	#section-10a {
		padding: 10px 0 0px;
		margin-top: 0px;
		margin-bottom: 0px;
		background-image: url(../../images/backgrounds/bg-6.png);
	}
	
	#section-11 {
		padding: 20px 0 10px;
		margin-top: -100px;
		background-color: #979797;
	}
	
	#section-12 {
		padding: 70px 0 20px;
		margin-top: 50px;
		margin-bottom: 30px;
		background-color: #fafbfc;
	}
	
	#section-12 .filter {
		margin-top: 15px;
	}
	
	#section-13 {
		padding: 160px 0;
		margin-bottom: -50px;
	}
	
	#section-13 .half-image-right {
		background-position: right bottom;
		background-size: auto;
	}
	
	#section-14 {
		padding: 25px 0 5px;
		margin-top: 0px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-6.png);
		background-size: auto !important;
	}
	
	#section-15 {
		overflow: hidden;
		padding: 20px 0 -40px;
		background-color: #fafbfc;
	}
	
	#section-15 .half-image-left,
	#section-15	.half-image-right {
		width: 33.33333%;
	}
	
	#section-15 .half-image-left:before,
	#section-15 .half-image-right:after {
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;		
		border-bottom: 1000px solid #fafbfc; 
		content: "";
	}
	
	#section-15 .half-image-left:before {
		right: 0;
		border-left: 150px solid transparent;
	}
	
	#section-15 .half-image-right:after {
		left: 0;
		border-right: 150px solid transparent;
	}
	
	#section-16 {
		padding: 30px 0 50px;
		margin-top: 50px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-7.jpg);
	}
	
	#section-17 {
		padding: 170px 0 120px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-8.jpg);
	}
	
	#section-18 {
		padding: 115px 0 65px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-9.jpg);
	}
	
	#section-19 {
		padding: 175px 0 125px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-10.jpg);
	}
	
	#section-20 {
		overflow: hidden;
		padding: 0;
		margin-top: 50px;
	}
	
	#section-20 .text-box {
		padding: 200px 50px;
	}
	
	#section-20 .text-box:before,
	#section-20 .text-box:after {
		position: absolute;
		bottom: 0;
		width: 0;
		height: 0;		
		border-bottom: 1000px solid #fafbfc; 
		content: "";
	}
	
	#section-20 .text-box:before {
		left: -50px;
		border-left: 50px solid transparent;
	}
	
	#section-20 .text-box:after {
		right: -50px;
		border-right: 50px solid transparent;
	}
	
	#section-20 .text-box.transparent:before,
	#section-20 .text-box.transparent:after {
		display: none;
	}
	
	#section-21 {
		padding: 100px 0 50px;
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #fafbfc;
	}
	
	#section-22 {
		padding: 30px 0 20px;
		background-color: #979797;
	}
	
	#section-22 .btn {
		margin-top: 20px; 
	}
	
	#section-22 .btn-black:hover {
		background-color: #212121;
	}
	
	#section-23 {
		padding: 30px 0;
		margin-top: 50px;
		background-color: #979797;
	}
	
	#section-24 {
		padding: 100px 0 60px;
		margin-top: 50px;
		background-image: url(../../images/backgrounds/bg-11.jpg);
	}
	
	#section-25 {
		padding: 100px 0 80px;
		margin-top: 50px;
		margin-bottom: 100px;
		background-image: url(../../images/backgrounds/bg-12.jpg);
		color: #fff;
		font-size: 24px;
		line-height: 32px;
	}
	
	#section-25 h1 {
		color: #fff;
		font-weight: 400;
	}
	
	#section-26 {
		padding: 250px 0 50px;
		background-image: url(../../images/backgrounds/bg-13.jpg);
	}
	
	#section-26:before {
		position: absolute; 
		top: -50px; 
		left: 0; 
		width: 50.05%; 
		height: 150px; 
		background-color: #fff; 
		border-bottom: 20px solid #979797;
		content: ""; 
		-webkit-transform: skew(0, 6deg); 
			-ms-transform: skew(0, 6deg); 
				transform: skew(0, 6deg);
	}
	
	#section-26:after {
		position: absolute; 
		top: -50px; 
		right: 0; 
		width: 50%; 
		height: 150px; 
		background-color: #fff; 
		border-bottom: 20px solid #979797;
		content: ""; 
		-webkit-transform: skew(0, -6deg); 
			-ms-transform: skew(0, -6deg); 
				transform: skew(0, -6deg);
	}
	
	#section-27 {
		padding-top: 50px;
		padding-bottom: 0;
		margin-top: 50px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-14.jpg);
	}	
	
	#section-28 {
		padding: 100px 0 50px;
		background-color: #212121;
	}
	
	#section-29 {
		padding: 100px 0 50px;
		margin-top: 50px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-15.jpg);
	}	
	
	#section-30 {
		padding: 80px 0 50px;
		margin-top: -100px;
	}
	
	#section-31 {
		padding: 160px 0 140px;
		margin-top: 80px;
		margin-bottom: 0;
		background-color: #212121;
	}
	
	#section-32 {
		padding: 160px 0 140px;
		background-color: #979797;
	}
	
	#section-33 {
		padding: 100px 0 50px;
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #f7f7f7;
	}
	
	#section-34 {
		padding: 100px 0 70px;
		margin-bottom: 0;
		background-color: #979797;
	}
	
	#section-34 .headline p {
		color: inherit;
	}
	
	#section-35 {
		padding-bottom: 200px;
		background: url(../../images/backgrounds/bg-17.png) no-repeat center top;
		background-size: cover;
	}
	
	#section-36 {
		padding: 100px 0 80px;
		margin-top: 50px;
		background-color: #f4fafa;
	}
	
	#section-36 .text-parallax-content {
		background-color: #f4fafa;
	}
	
	#section-37 {
		padding: 100px 0 50px;
		margin-top: 80px;
		background-color: #212121;
	}
	
	#section-38 {
		padding: 100px 0 50px;
		margin-top: 80px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-18.jpg);
	}
	
	#section-39 {
		padding: 100px 0 50px;
		background-image: url(../../images/backgrounds/bg-19.jpg);
	}
	
	#section-40 {
		overflow: hidden;
		padding-top: 100px;
		padding-bottom: 0;
		margin-top: 50px;
		background-color: #979797;
	}
	
	#section-40:after {
		position: absolute;
		bottom: 0;
		right: 0;
		width: 0; 
		height: 0; 
		border-bottom: 250px solid #fff; 
		border-right: 1920px solid transparent;
		content: "";
	}
	
	#section-41 {
		overflow: hidden;
		padding: 200px 0 60px;
		background-color: #979797;
	}
	
	#section-41:after {
		position: absolute;
		z-index: 5;
		top: 0;
		right: 0;
		width: 0; 
		height: 0; 
		border-top: 250px solid #fff; 
		border-left: 1920px solid transparent;
		content: "";
	}
	
	#section-41 .headline p {
		color: inherit;
	}
	
	#section-41 .headline:before {
		border-color: inherit;
	}
	
	#section-41 .btn-black {
		background-color: #212121; 
		color: #fff;
	}
	
	#section-41 .btn-black:hover {
		background-color: #fff;
		color: #212121;
	}
	
	#section-42 {	
		padding: 100px 0 50px;
		margin-top: 50px;
		margin-bottom: -50px;
		background: url(../../images/backgrounds/bg-3.png) no-repeat right bottom;
		background-color: #fafbfc;
		font-size: 16px;
	}
	
	@media (min-width: 1200px) {
		
		#section-4 {
			background-position: right+20% bottom;
		}
		
		#section-20 .text-box {
			padding: 200px 100px;
		}
		
		#section-20 .text-box:before {
			left: -100px;
			border-left-width: 100px;
		}
		
		#section-20 .text-box:after {
			right: -100px;
			border-right-width: 100px;
		}
		
		#section-42 {
			background-position: right+20% bottom;
		}
	}
	
	@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 {
			display: block;
			margin-bottom: 50px;
		}
		
		.half-image-right img {
			display: block;
			margin-top: 50px;
		}
		
		#section-4 {
			background-image: none;
		}
		
		#section-12 .filter {
			text-align: left;
		}
		
		#section-13 {
			padding-bottom: 0;
		}
		
		#section-15 {
			padding: 0;
		}
		
		#section-15 .half-image-left,
		#section-15 .half-image-right {
			width: 100%;
		}
		
		#section-15 .half-image-left:before,
		#section-15 .half-image-right:after {
			display: none;
		}
		
		#section-15 .half-image-right img {
			margin-top: 30px;
			margin-bottom: 0;
		}
		
		#section-20 .text-box:before,
		#section-20 .text-box:after {
			display: none;
		}
		
		#section-20 .half-image-right img {
			margin-top: 30px;
			margin-bottom: 0;
		}
		
		#section-31 {
			padding-top: 0;
			padding-bottom: 50px;
		}
		
		#section-32 {
			padding-top: 50px;
			padding-bottom: 0;
		}
		
		#section-42 {
			background-image: none;
		}
		
	}
	
	@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 {
			display: block;
			margin-bottom: 50px;
		}
		
		.half-image-right img {
			display: block;
			margin-top: 50px;
		}
		
		#section-4 {
			background-image: none;
		}
		
		#section-12 .filter {
			text-align: left;
		}
		
		#section-13 {
			padding-bottom: 0;
		}
		
		#section-15 {
			padding: 0;
		}
		
		#section-15 .half-image-left,
		#section-15 .half-image-right {
			width: 100%;
		}
		
		#section-15 .half-image-left:before,
		#section-15 .half-image-right:after {
			display: none;
		}
		
		#section-15 .half-image-right img {
			margin-top: 30px;
			margin-bottom: 0;
		}
		
		#section-20 .text-box,
		#section-20 .text-box {
			padding: 50px 0;
		}
 		
		#section-20 .text-box:before,
		#section-20 .text-box:after {
			display: none;
		}
		
		#section-20 .half-image-right img {
			margin-top: 30px;
			margin-bottom: 0;
		}
		
		#section-26 {
			margin-top: 30px;
		}
		
		#section-31 {
			padding-top: 0;
			padding-bottom: 50px;
		}
		
		#section-32 {
			padding-top: 50px;
			padding-bottom: 0;
		}
		
		#section-40:after {
			border-bottom-width: 150px;
		}
		
		#section-41:after {
			border-top-width: 150px;
		}
		
		#section-42 {
			background-image: none;
		}
		
	}

/***********************************************************************************
 *	+ VIDEO PLAYER
 ***********************************************************************************/	
	
	#local-video-section,
	#youtube-video-section {
		position: absolute;
		z-index: 1;
		overflow: hidden;
		top: 0;
		width: 100%;
		height: 100%;
	}
	
	#video-section {
		height: 780px;
		padding: 0;
		margin-top: 100px;
		margin-bottom: 0;
		background-image: url(../../images/backgrounds/bg-2.jpg);
	}
	
	#video-section-2 {
		height: 745px;
		margin-bottom: 0;
		font-size: 18px;
	}
	
	#video-section-2 strong {
		font-weight: 800;
	}
	
	#video-section-2 h1 {
		font: 700 112px/112px "Oxygen", serif;
		text-transform: uppercase;
	}
	
	#video-section-3 {
		height: 745px;
		margin: 80px 20px 100px 20px;
		background-image: url(../../images/backgrounds/bg-21.jpg);
	}
	
	.youtube-player {
		display: none;
	}
	
	#video-section .full-section-container,
	#video-section-2 .full-section-container,
	#video-section-3 .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%);
	}
	
	.embed-responsive {
		margin-bottom: 20px;
	}
	
	#local-video-section video {
		width: 100%;
	}
	
	@media (min-width: 1200px) {
		
		#video-section-3 {
			margin: 80px 50px 100px 50px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		#video-section-2 h1 {
			font-size: 72px;
			line-height: 72px;
		}		
		
	}
	
/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
	
	#scroll-up {
		position: fixed;
		z-index: 8000;
		bottom: 50px;
		right: 50px;
		display: none;
		width: 46px;
		height: 46px;
		border-radius: 50%;
		background-color: #979797;
		color: #fff;
		font-size: 24px;
		line-height: 42px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	#scroll-up:hover {
		background-color: #838383;
	}
	
	@media (max-width: 767px) {
		
		#scroll-up {
			right: 20px;
			bottom: 20px;
		}
		
	}

/***********************************************************************************
 *	+ SLIDERS
 ***********************************************************************************/
	
	/* REVOLUTION SLIDER */
	.rev_slider_wrapper {
		height: 940px;
	}
	
	
	/* ARROWS */
	.tp-leftarrow.custom,
	.tp-rightarrow.custom {
		width: 36px;
		height: 36px;
		background: #fff no-repeat center center;
	}
	
	.tp-leftarrow.custom:hover,
	.tp-rightarrow.custom:hover {
		background-color: #fff;
	}
	
	.tp-leftarrow.custom {}
	
	.tp-rightarrow.custom {}
	
	
	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		border: 2px solid #fff;
		background-color: transparent;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

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


	/* TYPOGRAPHY */
	.tp-caption.title {
		color: #212121;
		font: 112px/140px "Oxygen", serif;
	}
	
	.tp-caption.title-shadow {
		color: #fff;
		font: 112px/140px "Oxygen", serif;
		text-shadow: -15px 0 5px rgba(0, 0, 0, 0.39);
	}
	
	.tp-caption.title-white {
		color: #fff;
		font: 50px/110px "Oxygen", serif;
	}
	
	.tp-caption.title-big {
		color: #212121;
		font: 162px/140px "Oxygen", serif;
	}
	
	.tp-caption.title-big-white {
		color: #fff;
		font: 40px/60px "Oxygen", serif;
	}
	
	.tp-caption.title-small {
		color: #212121;
		font: 800 92px/100px "Oxygen", serif;
	}
	
	.tp-caption.title-small-white {
		color: #fff;
		font:400 60px/100px "Oxygen", serif;
	}
	
	.tp-caption.title-small-white1 {
		color: #fff;
		font:200 40px/100px "Oxygen", serif;
	}
	
	.tp-caption.title-extrasmall {
		color: #212121;
		font: 700 72px/72px "Oxygen", serif;
	}
	
	.tp-caption.title-extrasmall-white {
		color: #fff;
		font: 700 72px/72px "Oxygen", serif;
	}
	
	.tp-caption.title-transparent {
		color: rgba(255, 255, 255, 0.35);
		font: 312px/312px "Oxygen", serif;
	}
	
	.tp-caption.title-2 {
		color: #212121;
		font: 112px/140px "Oxygen", serif;
	}
	
	.tp-caption.title-2-white {
		color: #fff;
		font: 112px/140px "Oxygen", serif;
	}
	
	.tp-caption.title-2-shadow {
		color: #fff;
		font: 112px/140px "Oxygen", serif;
		text-shadow: -15px 0 5px rgba(0, 0, 0, 0.39);
	}
	
	.tp-caption.title-2-big {
		color: #212121;
		font: 196px/196px "Oxygen", serif;
	}
	
	.tp-caption.title-2-big-white {
		color: #fff;
		font: 196px/196px "beyond the mountains", serif;
	}
	
	.tp-caption.title-2-small {
		color: #212121;
		font: 92px/100px "beyond the mountains", serif;
	}
	
	.tp-caption.title-2-small-white {
		color: #fff;
		font: 92px/100px "beyond the mountains", serif;
	}
	
	.tp-caption.subtitle {
		color: #212121;
		font: 36px/48px "Oxygen", serif;
	}
	
	.tp-caption.subtitle-white {
		color: #fff;
		font: 36px/48px "Oxygen", serif;
	}
	
	.tp-caption.text {
		color: #838383;
		font-size: 18px;
		line-height: 30px;
	}
	
	.tp-caption.text-white {
		color: #fff;
		font-size: 18px;
		line-height: 30px;
	}
	
	.tp-caption.text-big {
		color: #838383;
		font-size: 30px;
		line-height: 42px;
		font-weight: 900;
	}
	
	.tp-caption.text-big-white {
		color: #fff;
		font-size: 30px;
		line-height: 42px;
		font-weight: 900;
	}
	
	.tp-caption.text-small {
		color: #838383;
		font-size: 15px;
		line-height: 26px;
	}
	
	.tp-caption.text-small-white {
		color: #fff;
		font-size: 15px;
		line-height: 26px;
	}
	
	.tp-caption.text-2 {
		color: #fff;
		font-size: 112px;
		line-height: 112px;
		letter-spacing: 60px;
		text-transform: uppercase;
	}
	
	.tp-caption.text-3 {
		color: #fff;
		font-size: 112px;
		line-height: 112px;
		letter-spacing: 10px;
		text-transform: uppercase;
	}
	
	.tp-caption .text-parallax-content {
		background-color: #000513;
		mix-blend-mode: darken;
		color: #fff;
		font: 900 150px/150px "Oxygen", serif;
	}
	
	.tp-caption .text-parallax-content i {
		font-size: 300px;
		line-height: 260px;
		vertical-align: middle;
	}
	
	.tp-caption &gt; i {
		color: #979797;
		font-size: 82px;
		line-height: 82px;
	}
	
	.tp-caption.rectangle {
		width: 770px;
		height: 770px;
		background-color: rgba(255, 255, 255, 0.37);
	}
	
	.tp-caption.rectangle:after {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 30px;
		background-color: #979797;
		content: "";
	}
	
	.tp-caption.rectangle-2 {
		width: 885px;
		height: 300px;
		background-color: rgba(7, 0, 33, 0.85);
	}
	
	.tp-caption.border {
		width: 90px;
		border: 5px solid #fff;
	}
	
	.tp-caption.border.default-color {
		border-color: #979797;
	}
	
	.tp-caption.border-big {
		width: 125px;
		border: 5px solid #fff;
	}
	
	.tp-caption.border-small {
		width: 80px;
		border: 2px solid #fff;
	}
	
	.tp-caption.vertical-bar {
		width: 10px;
		height: 300px;
		background-color: #fff;
	}
	
	.tp-caption.vertical-bar-2 {
		width: 3px;
		height: 115px;
		background-color: #979797;
	}
	
	.tp-caption.vertical-bar-2-white {
		width: 3px;
		height: 105px;
		background-color: #fff;
	}
	
	@media (min-width: 1200px) {
		
		.tp-caption.vertical-bar {
			width: 11px;
		}
		
		.tp-caption.vertical-bar-2 {
			height: 125px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.tparrows.tp-leftarrow,
		.tparrows.tp-rightarrow {
			display: none;
		}
		
		.tp-caption .text-parallax-content {
			font-size: 90px;
			line-height: 90px;
		}
		
		.tp-caption .text-parallax-content i {
			font-size: 150px;
			line-height: 200px;
		}
		
		.tp-caption .btn {
			padding: 10px 20px;
			font-size: 11px;
		}
		
		.tp-caption.rectangle {
			width: 520px;
			height: 520px;
		}
		
		.tp-caption.border {
			width: 60px;
			border: 4px solid #fff;
		}
		
		.tp-caption.border-big {
			width: 60px;
		}
		
		.tp-caption.vertical-bar {
			width: 8px;
			height: 200px;
		}
		
		.tp-caption.vertical-bar-2 {
			height: 85px;
		}
		
		.tp-caption.vertical-bar-2-white {
			height: 70px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.tparrows.tp-leftarrow,
		.tparrows.tp-rightarrow {
			display: none;
		}
		
		.tp-bullets.custom {
			top: auto !important;
			bottom: -30px !important;
		}
		
		.tp-caption .text-parallax-content {
			font-size: 42px;
			line-height: 42px;
		}
		
		.tp-caption .text-parallax-content i {
			font-size: 90px;
			line-height: 120px;
		}
		
		.tp-caption .btn {
			padding: 5px 10px;
			font-size: 6px;
		}
		
		.tp-caption.rectangle {
			width: 240px;
			height: 240px;
		}
		
		.tp-caption.rectangle:after {
			margin: 15px;
		}
		
		.tp-caption.rectangle-2 {
			width: 220px;
			height: 100px;
		}
		
		.tp-caption.border {
			width: 30px;
			border: 2px solid #fff;
		}
		
		.tp-caption.border-big {
			width: 30px;
		}
		
		.tp-caption i {
			font-size: 38px;
			line-height: 38px;
		}
		
		.tp-caption .odometer-container i {
			font-size: 24px;
		}
		
		.tp-caption .odometer:before,
		.tp-caption .odometer:after,
		.tp-caption .odometer-digit {
			font-size: 26px;
			line-height: 26px;
			margin: 0;
		}
		
		.tp-caption .odometer-details {
			font-size: 8px;
		}
		
		.tp-caption.vertical-bar {
			display: none;
		}
		
		.tp-caption.border-small {
			width: 30px;
		}
		
		.tp-caption.vertical-bar-2 {
			width: 2px;
			height: 35px;
		}
		
		.tp-caption.vertical-bar-2-white {
			width: 2px;
			height: 30px;
		}
		
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		
		.tp-caption.rectangle {
			width: 350px;
			height: 350px;
		}
		
		.tp-caption.rectangle-2 {
			width: 330px;
			height: 140px;
		}
		
		.tp-caption.vertical-bar-2 {
			height: 55px;
		}
		
		.tp-caption.vertical-bar-2-white {
			height: 45px;
		}
		
	}


	/* OWL Carousel */
	.owl-carousel {
		margin-bottom: 50px;
	}
	
	.owl-carousel .owl-
	item img {
		display: inline;
		width: auto;
	}
	
	.owl-dots {
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%; 
		text-align: center;
	}
	
	.owl-dot {
		display: inline-block;
		width: 8px;
		height: 8px;
		border: 2px solid #979797;
		border-radius: 50%;
		margin-right: 10px;
	}
	
	.owl-dot:hover,
	.owl-dot.active {
		border-color: #979797;
		background-color: #979797;
	}
	
	.owl-dot:last-child {
		margin-right: 0;
	}
	
	.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%);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.owl-prev {
		left: -20px;
	}
	
	.owl-next {
		right: -20px;
	}
	
	.owl-prev:before,
	.owl-next:before {
		font-family: "FontAwesome";
		font-size: 24px;
		line-height: 32px;
	}
	
	.owl-prev:before {
		content: "\f104";
	}
	
	.owl-next:before {
		content: "\f105";
	}
	
	.owl-prev:hover,
	.owl-next:hover {
		opacity: 0.5;
	}
	
	
	/* IMAGES SLIDER VERTICAL */
	.images-slider-vertical {
		text-align: center;
	}
	
	.images-slider-vertical .owl-dots {
		top: 50%;
		bottom: auto;
		left: -30px;
		width: auto; 
		text-align: center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.images-slider-vertical .owl-dot {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.images-slider-vertical .owl-dot:last-child {
		margin-bottom: 0;
	}
	
	
	/* TESTIMONIALS SLIDER */
	.testimonials-slider .owl-dots {
		top: 10px;
		left: -50px;
		width: auto;
	}
	
	.testimonials-slider .owl-dot {
		display: block;
		margin-right: 0;
		margin-bottom: 10px;
	}
	
	.testimonials-slider .owl-dots:last-child {
		margin-bottom: 0;
	}
	
	
	/* LOGOS SLIDER */
	.logos-slider {
		margin-bottom: 40px;
		text-align: center;
	}
	
	.logos-slider .item a {
		display: block;
		height: 90px;
		padding: 0 0px;
		text-align: center;
		background: no-repeat top center;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.logos-slider .item a:hover {
		background-position: bottom center;
	}
	
	
	/* IMAGES CAROUSEL */
	.images-carousel-container {
		position: relative;
	}
	
	.images-carousel-frame {
		position: absolute;
		z-index: 2;
		top: 50%;
		left: 50%;
		width: 25%;
		height: 100%;
		background: url(../../images/index/images-carousel/bg.png) no-repeat center center;
		background-size: contain;
		-webkit-transform: translate(-50%, -50%);
			-ms-transform: translate(-50%, -50%);
				transform: translate(-50%, -50%);
	}
	
	.images-carousel {
		position: relative;
		z-index: 1;
		padding: 125px 10px;
	}
	
	.images-carousel .item {
		text-align: center;
	}
	
	.images-carousel .owl-dots {
		bottom: -30px;
		display: none !important;
	}
	
	@media (min-width: 1200px) {
		
		.images-carousel {
			padding: 125px 30px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.images-carousel-frame {
			width: 43%;
		}
		
	}
	
	
	@media (max-width: 767px) {
		
		.owl-dots {
			bottom: 10px;
		}
		
		.images-slider-vertical .owl-dots {
			top: auto;
			bottom: 10px;
			left: 0;
			width: 100%; 
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		.images-slider-vertical .owl-dot {
			display: inline-block;
			margin-right: 10px;
			margin-bottom: 0;
		}
		
		.images-slider-vertical .owl-dot:last-child {
			margin-right: 0;
		}
		
		.testimonials-slider .owl-dots {
			top: auto;
			bottom: -10px;
			left: 0;
			width: 100%;
		}
		
		.testimonials-slider .owl-dot {
			display: inline-block;
			margin-right: 10px;
			margin-bottom: 0;
		}
		
		.testimonials-slider .owl-dots:last-child {
			margin-right: 0;
		}
		
		.images-carousel-frame {
			width: 130%;
		}
		
		.images-carousel .owl-dots {
			display: block !important;
		}
		
	}
	
	
	/* WATERWHEEL CAROUSEL */
	.carousel {
		width: 940px;
		height: 310px;
		margin-bottom: 50px;
	}
	
	.carousel img {
		display: block;
		height: 100%;
		cursor: pointer;
	}
	
	.carousel img.carousel-center {
		cursor: default;
	}
	
	@media (min-width: 1200px) {
		
		.carousel {
			width: 1140px;
			height: 375px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.carousel {
			width: 720px;
			height: 235px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.carousel {
			width: 100%;
			height: 90px;
			margin-bottom: 100px !important;
		}
		
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		
		.carousel {
			height: 160px;
		}
		
	}

/***********************************************************************************
 *	+ FANCYBOX
 ***********************************************************************************/
	
	.fancybox-overlay {
		background: rgba(0, 0, 0, 0.75);
	}
	
	.fancybox-inner {
		overflow: hidden !important;
	}
	
/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
	.wow {
		visibility: hidden;
	}
	
	.wow.animated {
		visibility: visible;
	}
	
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
	
	.widget {
		margin-bottom: 50px;
	}
	
	.widget-title {
		margin-bottom: 30px;
	}
	
	/* WIDGET TEXT */
	.widget-text {}
	
	.widget-text div &gt; *:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET SERACH */
	.widget-search {}
	
	.widget-search form {
		position: relative;
	}
	
	.widget-search #s {
		width: 100%;
		padding-right: 30px;
		border: none;
		border-bottom: 1px solid #d7d7d7;
	}
	
	.widget-search #s:focus {
		border-color: #979797;
	}
	
	.widget-search input[type="submit"] {
		width: 20px;
		height: 50px;
		padding: 0;
		border: none;
		position: absolute;
		top: 0;
		right: 0;
		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 {
		padding-bottom: 5px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	.widget-categories ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-categories ul li a {
		color: #212121;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-categories ul li a:hover {
		color: #979797;
		text-decoration: none;
	}
	
	
	/* WIDGET CATEGORIES DROPDOWN */
	.widget-categories-dropdown {}
	
	
	/* WIDGET ARCHIVES */
	.widget-archives {}
	
	.widget-archives ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-archives ul li {
		padding-bottom: 5px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	.widget-archives ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-archives ul li a {
		color: #212121;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-archives ul li a:hover {
		color: #979797;
		text-decoration: none;
	}
	
	
	/* WIDGET ARCHIVES DROPDOWN */
	.widget-archives-dropdown {}
	
	
	/* WIDGET PAGES */
	.widget-pages {}
	
	.widget-pages ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-pages ul li {
		padding-bottom: 5px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	.widget-pages ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-pages ul li a {
		color: #212121;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-pages ul li a:hover {
		color: #979797;
		text-decoration: none;
	}
	
	
	/* WIDGET METADATA */
	.widget-metadata {}
	
	.widget-metadata ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-metadata ul li {
		padding-bottom: 5px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 5px;
		font-size: 14px;
	}
	
	.widget-metadata ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-metadata ul li a {
		color: #212121;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-metadata ul li a:hover {
		color: #979797;
		text-decoration: none;
	}
	
	
	/* WIDGET TAGS */
	.widget-tags {}
	
	.widget-tags a {
		display: inline-block;
		padding: 6px 20px 6px 20px;
		border-radius: 3px;
		margin-bottom: 10px;
		margin-right: 10px;
		background-color: #979797; 
		color: #fff;
		text-decoration: none;
		-webkit-transition: all 0.2s;
				transition: all 0.2s;
	}
	
	.widget-tags a:hover {
		background-color: #212121;
	}
	
	
	/* WIDGET NEWSLETTER */
	.widget-newsletter {}
	
	.widget-newsletter form {}
	
	.widget-newsletter #newsletter-email {
		width: 100%;
	}
	
	.widget-newsletter input[type="submit"] {}
	
	.widget-newsletter &gt; *:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET RECENT POSTS */
	.widget-recent-posts {}
	
	.widget-recent-posts ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-recent-posts ul li {
		margin-bottom: 25px;
	}
	
	.widget-recent-posts ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-posts ul li img {
		float: left;
		display: block;
		margin-right: 10px;
	}
	
	.widget-recent-posts ul li .post-title {
		display: inline-block;
		color: #212121;
		font: 14px/30px "Oxygen", serif;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-recent-posts ul li .post-title:hover {
		color: #979797;
		text-decoration: none;
	}
	
	.widget-recent-posts ul li .post-details {
		color: #212121; 
		font-size: 12px;
	}
	
	.widget-recent-posts ul li .post-details a:after {
		display: inline-block;
		height: 10px;
		padding-right: 8px;
		border-right: 1px solid #212121;
		margin-right: 3px;
		content: "";
	}
	
	.widget-recent-posts ul li .post-details a:last-child:after {
		display: none;
	}
	
	.widget-recent-posts ul li:after {
		display: table;
		content: " ";
		clear: both;
	}
	
	@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 {
		padding-bottom: 5px;
		border-bottom: 1px solid #d7d7d7;
		margin-bottom: 5px;
		font-size: 14px;
		font-style: italic;
	}
	
	.widget-recent-comments ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-comments ul li a {
		color: #212121;
		font-weight: 500;
		font-style: normal;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-recent-comments ul li a:first-child {
		color: #979797;
	}
	
	.widget-recent-comments ul li a:hover {
		color: #979797;
		text-decoration: none;
	}
	
	.widget-recent-comments ul li a:first-child:hover {
		color: #212121;
	}
	
	
	/* WIDGET CALENDAR */
	.widget-calendar {}
	
	.widget-calendar table {
		width: 100%;
		text-align: center;
	}
	
	.widget-calendar table th, 
	.widget-calendar table td {
		padding: 5px;
		border-top: 1px solid #d7d7d7;
		border-left: 1px solid #d7d7d7;
		text-align: center;
	}
	
	.widget-calendar table th:last-child, 
	.widget-calendar table td:last-child {
		border-right: 1px solid #d7d7d7;
	}
	
	.widget-calendar table tr:last-child td {
		border-bottom: 1px solid #d7d7d7;
	}
	
	.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: #979797;
		color: #fff;
	}
	
	
	/* WIDGET FLICKR */
	.widget-flickr {}
	
	.flickr-photos {
		margin: -5px;
	}
	
	.flickr_badge_image {
		position: relative;
		float: left;
		padding: 5px;
	}
	
	.flickr_badge_image img {
		width: 64px;
		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: -5px;
	}
	
	#instafeed a {
		float: left;
		display: block;
		width: 72px;
	}
	
	#instafeed a img {
		display: block; 
		width: 100%;
		height: auto;
		padding: 5px;
	}
	
	#instafeed:after {
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	
	@media (min-width: 1200px) {
		
		#instafeed a {
			width: 90px;
		}
		
	}
	
	
	/* WIDGET TWITTER */
	.widget-twitter {}
	
	.tweets-list ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.tweets-list ul li {
		margin-bottom: 20px;
	}
	
	.tweets-list ul li &gt; *:last-child {
		margin-bottom: 0;
	}
	
	.tweets-list ul li:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET CONTACT */
	.widget-contact {}
	
	.widget-contact ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-contact ul li {
		position: relative;
		padding-left: 35px;
		margin-bottom: 35px;
	}
	
	.widget-contact ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-contact ul li i {
		position: absolute;
		top: 4px;
		left: 0;
		font-size: 24px;
		line-height: 24px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-contact ul li:hover i {
		color: #979797;
	}
	
	.widget-contact ul li a {
		color: inherit;
	}
	
	.widget-contact ul li small {
		display: block;
		color: #979797;
		font-size: 11px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-contact ul li {
			padding-left: 0;
		}
		
		.widget-contact ul li i {
			display: none;
		}
		
	}
	
	
	/* WIDGET SOCIAL */
	.widget-social {}
	
	.widget-social .social-media {
		margin-bottom: -5px;
	}
	
	
	/* WIDGET ADD */
	.widget-add {}
	
	.add-thumbnail {
		position: relative;
		display: inline-block;
	}
	
	.add-thumbnail a {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		margin: 25px;
		background-color: rgba(33, 33, 33, 0.85);
		color: #fff;
		font: 700 30px/30px "Oxygen", serif;
		text-decoration: none;
		opacity: 0;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.add-thumbnail a span {
		position: absolute;
		top: 50%;
		right: 0;
		left: 0;
		text-align: center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.add-thumbnail:hover a {
		opacity: 1;
	}</pre></body></html>