/*
 *
 *		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
 * 	+ STATISTICS
 * 	+ COUNTDOWN
 *	+ PRICE PLAN
 * 	+ TESTIMONIALS
 * 	+ ISOTOPE
 * 	+ FILTER
 * 	+ PAGINATION
 * 	+ BREADCRUMB
 * 	+ FULL SECTIONS
 * 	+ VIDEO PLAYER
 * 	+ SCROLL UP
 *	+ SLIDERS
 *	+ FANCYBOX
 *	+ ANIMATIONS
 *	+ WIDGETS
 */
	
/***********************************************************************************
 *	+ TYPOGRAPHY
 ***********************************************************************************/
 
	body {
		background-color: #fff;
		color: #6e6e6e;
		font: 14px/30px "Open Sans", sans-serif;
	}
	
	h1,
	h2,
	h3,
	h4,
	h5,
	h6 {
		margin: 0;
		color: #363636;
		font-family: "Montserrat", sans-serif;
	}
	
	h1 {
		margin-bottom: 20px;
		font-size: 72px;
		line-height: 72px;
	}
	
	h2 {
		margin-bottom: 16px;
		font-size: 60px;
		line-height: 68px;
	}
	
	h3 {
		margin-bottom: 14px;
		font-size: 42px;
		line-height: 50px;
	}
	
	h4 {
		margin-bottom: 12px;
		font-size: 36px;
		line-height: 44px;
	}
	
	h5 {
		margin-bottom: 10px;
		font-size: 24px;
		line-height: 34px;
	}
	
	h6 {
		margin-bottom: 8px;
		font-size: 18px;
		line-height: 28px;
	}
	
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a {
		color: #363636;
		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;
		font-size: 85%;
	}
	
	h1 i, 
	h2 i, 
	h3 i, 
	h4 i, 
	h5 i, 
	h6 i {
		vertical-align: middle;
	}
	
	p { 
		margin-bottom: 20px; 
	}
	
	
	/* LINKS */
	a {
		color: #009ada;
	}
	
	a:hover,
	a:focus { 
		outline: 0;
		color: #009ada;
	}
	
	
	/* IMAGES */
	img {
		max-width: 100%; 
	}
	
	
	/* ADDRESS */
	address {
		line-height: inherit;
	}
	
	
	/* FORMS */
	input,
	select,
	textarea {
		display: block;		
		max-width: 100%;
		padding: 5px 10px;
		border: 2px solid #fbfafd;
		margin-bottom: 20px;
		background-color: #fbfafd;
		color: #6e6e6e;
	}
	
	label {
		font-weight: normal;
	}
	
	select {
		width: 100%;
		height: 50px;
	}
	
	input[class^="col-"],
	select[class^="col-"],
	textarea[class^="col-"] {
		padding: 10px 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-color: #009ada;
		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: 7px;
	}
	
	.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: 10px 30px;
		border: none;
		background-color: #009ada;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		-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: #36394a;
	}
	
	button,
	input[type="reset"]:focus,
	input[type="submit"]:focus,
	input[type="button"]:focus {
		box-shadow: none;

		outline: 0;
	}
	
	::-moz-placeholder {
		color: #888888;
		font-size: 13px;
		font-style: italic;
	}
	
	::-webkit-input-placeholder {
		color: #888888;
		font-size: 13px;
		font-style: italic;
	}
	
	:-ms-input-placeholder {
		color: #888888;
		font-size: 13px;
		font-style: italic;
	}
	
	
	/* TRANFORMATION CLASSES */
	.text-mute {
		color: #b4b4b4;
	}
	
	.text-default-color {
		color: #009ada;
	}
	
	.text-highlight {
		padding: 10px 15px;
		background-color: #009ada;
		color: #fff;
	}
	
	.dropcap {
		float: left;
		font-family: "Montserrat", serif;
		font-size: 36px;
		line-height: 58px;
		font-weight: 700;
		margin-right: 10px;
	}
	
	.text-big {
		font-size: 60px;
		line-height: 60px;
		font-weight: 300;
	}
	
	.last,
	.no-margin-bottom {
		margin-bottom: 0 !important;
	}
	
	@media (max-width: 767px) {
		
		h1 {
			font-size: 50px;
			line-height: 60px;
		}
		
		h2 {
			font-size: 40px;
			line-height: 52px;
		}
		
		.last {
			margin-bottom: 20px !important;
		}
		
	}
	
/***********************************************************************************
 *	+ HEADLINE
 ***********************************************************************************/
	
	.headline {
		margin-bottom: 100px;
	}
	
	.headline:before {
		display: inline-block;
		width: 20px;
		border-top: 3px solid #009ada;
		margin-bottom: 10px;
		content: "";
	}
	
	.headline p {
		margin-bottom: 0;
		color: #009ada;
		font-family: "Montserrat", sans-serif;
		text-transform: uppercase;
	}
	
	.headline h4 {
		margin-bottom: 0;
	}

/***********************************************************************************
 *	+ TEXT PARALLAX
 ***********************************************************************************/
	
	.text-parallax {
		background: repeat top left;
	}

	.text-parallax-content {
		overflow: hidden;
		margin-bottom: 0;
		background: #fff;
		color: #363636;
		mix-blend-mode: lighten;
	}
	
	.text-parallax h1 {
		font-family: "Open Sans", sans-serif;
		font-size: 172px;
		line-height: 142px;
	}
	
/***********************************************************************************
 *	+ ALERTS
 ***********************************************************************************/
 
	.alert {
		padding: 15px 30px;
		border: none;
		border-radius: 0;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		text-align: center;
	}

	.alert.alert-info {
		background-color: #36394a;
	}

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

	.alert.alert-success {
		background-color: #009ada;
	}

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

/***********************************************************************************
 *	+ 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: 25px;
		color: #009ada;
		font-family: "FontAwesome";
		content: "\f00c";
	}
	
	.check-list li strong {
		color: #363636;
		font-weight: 600;
	}
	
	
	/* PLUS LIST */
	.plus-list { 
		list-style: none;
		margin-bottom: 20px;
	}
	
	.plus-list li {
		margin-bottom: 5px;
	}
	
	.plus-list li:last-child {
		margin-bottom: 0;
	}
	
	.plus-list li:before {
		margin-right: 15px;
		color: #009ada;
		font-weight: 600;
		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
 ***********************************************************************************/
	
	.btn {
		position: relative;
		display: inline-block;
		padding: 10px 0;
		border-width: 2px 0;
		border-style: solid;
		border-radius: 0;
		margin-bottom: 20px;
		background-color: transparent;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:before,
	.btn:after {
		position: absolute;
		display: block;
		width: 0;
		border-top: 2px solid;
		content: "";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.btn:before {
		top: -2px;
		left: 0;
	}
	
	.btn:after {
		bottom: -2px;
		right: 0;
	}
	
	.btn + .btn {
		margin-left: 20px;
	}
	
	.btn:focus,
	.btn:active,
	.btn:active:focus {
		background-color: transparent;
		outline: 0 !important;
		box-shadow: none;
	}
	
	.btn i {
		position: relative;
		top: 4px;
		display: inline-block;
		margin-left: 5px;
		font-size: 150%;
		line-height: 12px;
	}
	
	.btn-lg {
		padding: 12px 0;
		font-size: 18px;
	}
	
	.btn-xs {
		padding: 8px 0;
		font-size: 14px;
	}
	
	.btn:hover:before,
	.btn:hover:after,
	.btn:active:focus:before,
	.btn:active:focus:after {
		width: 100%;
	}
	
	
	/* DEFAULT BUTTON */
	.btn-default,
	.btn-default:active,
	.btn-default:active:focus {
		border-color: #009ada;
		color: #009ada;
	}
	
	.btn-default:before,
	.btn-default:after,
	.btn-default:active:focus:before,
	.btn-default:active:focus:after {
		border-color: #363636;
	}
	
	.btn-default:hover,
	.btn-default:active:focus {
		background-color: transparent;
		color: #363636;
	}
	
	
	/* BLACK BUTTON */
	.btn-black {
		border-color: #363636;
		color: #363636;
	}
	
	.btn-black:before,
	.btn-black:after {
		border-color: #009ada;
	}
	
	.btn-black:hover {
		border-color: #009ada;
		color: #009ada;
	}
	
/***********************************************************************************
 *	+ DIVIDERS
 ***********************************************************************************/
	
	.hr {
		border-top: 1px solid #e1e1e1;
		margin: 30px 0;
	}
	
	.hr.black {
		border-top-color: #363636;
	}
	
	.hr.default-color {
		border-top-color: #009ada;
	}
	
	/* nuevo color para organigrama*/
	
	.hr.grey {
		border-top-color: #e1e1e1;
	}

/***********************************************************************************
 *	+ TEXT BOXES
 ***********************************************************************************/
 
	.text-box {
		padding: 50px 40px;
		margin-bottom: 50px;
		background-color: #fbfafd;
		color: #363636;
	}
	
	.text-box.rounded {
		border-radius: 20px;
	}
	
	.text-box.default-color {
		background-color: #009ada;
		color: #fff;
	}
	
	.text-box.black {
		background-color: #36394a;
		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 {
		color: inherit;
	}
	
	.text-box.black .btn:hover,
	.text-box.default-color .btn:hover {
		color: #fff;
	}
	
	.text-box.black .btn:before,
	.text-box.black .btn:after,
	.text-box.default-color .btn:before,
	.text-box.default-color .btn:after {
		border-color: #fff;
	}
	
	.text-box > *:last-child {
		margin-bottom: 0;
	}
	
	@media (max-width: 767px) {
		
		.text-box {
			padding: 50px 20px;
		}
		
	}
	
/***********************************************************************************
 *	+ IMAGE BOXES
 ***********************************************************************************/
	
	.image-box {
		padding: 140px 60px 60px;
		margin-bottom: 50px;
		background: #fafafa no-repeat top right;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}	
	
	.image-box > *:last-child {
		margin-bottom: 0;
	}
	
	.image-box:hover {
		background-color: #009ada;
		color: #fff;
	}
	
	.image-box:hover a,
	.image-box:hover h1,
	.image-box:hover h2,
	.image-box:hover h3,
	.image-box:hover h4,
	.image-box:hover h5,
	.image-box:hover h6 {
		color: inherit;
	}
	
	.image-boxes-list {
		margin-bottom: 50px;
		list-style: none;
	}
	
	.image-boxes-list li {
		float: left;
		width: 50%;
	}
	
	.image-boxes-list li .image-box {
		margin-bottom: 0;
	}
	
	.image-boxes-list:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 1300px) {
		
		.image-boxes-list li {
			width: 25%;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.image-box {
			padding: 140px 20px 60px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.image-box {
			padding: 140px 20px 60px;
		}
		
		.image-boxes-list li {
			float: none;
			width: 100%;
		}
		
	}
	
/***********************************************************************************
 *	+ 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: 12px 45px 12px 25px;
		border-top: 2px solid #36394a;
		border-bottom: 2px solid #36394a;
		margin-bottom: 10px;
		background-color: #36394a;
		color: #fff;
		font-size: 16px;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.panel-title a:before {
		position: absolute;
		top: 50%;
		right: 20px;
		font-size: 16px;
		content: "+";
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.panel-title a[aria-expanded="true"] {
		border-color: #009ada;
		background-color: transparent;
		color: #009ada;
	}
	
	.panel-title a:hover {
		border-color: #009ada;
		background-color: #009ada;
		color: #fff;
	}
	
	.panel-title a[aria-expanded="true"]:before {
		content: "-";
	}
	
	.panel-group .panel + .panel {
		margin-top: 0;
	}
	
	.panel-group .panel-heading + .panel-collapse > .list-group, 
	.panel-group .panel-heading + .panel-collapse > .panel-body {
		padding: 20px 30px 30px;
		border: none;
	}
	
	.panel-body > *:last-child {
		margin-bottom: 0;
	}
 
/***********************************************************************************
 *	+ TABS
 ***********************************************************************************/
	
	.nav-tabs {
		border-bottom: none;
	}

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

	.nav-tabs > li > a, 
	.nav-tabs > li > a:focus {
		padding: 13px 25px;
		border: none;
		border-top: 2px solid #36394a;
		border-bottom: 2px solid #36394a;
		border-radius: 0;
		background-color: #36394a;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	.nav-tabs > li > a:hover {
		border-width: 2px 0;
		border-color: #009ada;
		background-color: #009ada;
		color: #fff;
	}
	
	.nav-tabs > li.active > a,
	.nav-tabs > li.active > a:hover,
	.nav-tabs > li.active > a:focus {
		border-width: 2px 0;
		border-color: #009ada;
		background-color: transparent;
		color: #009ada;
	}
	
	.tab-content {
		padding: 80px 0 60px;
		font-size: 14px;
		line-height: 27px;
	}
	
	.tab-content .tab-pane > *:last-child {
		margin-bottom: 0;
	}
	
	.tab-content:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (max-width: 767px) {
		
		.nav-tabs > li {
			float: none;
			margin-bottom: 5px;
		}
		
		.nav-tabs > li:last-child {
			margin-bottom: 0;
		}
		
	}

/***********************************************************************************
 *	+ GOOGLE MAPS
 ***********************************************************************************/
 
	.map {
		height: 300px;
		margin-bottom: 50px;
	}
	
	.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: 30px;
		color: #363636;
		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; }
	
	
	/* DEFAULT COLOR */
	.social-media.default-color a:hover {
		color: #009ada !important;
	}
	
/***********************************************************************************
 *	+ PIE CHARTS
 ***********************************************************************************/
	
	.pie-chart-container {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.pie-chart {
		position: relative;
		text-align: center;
		margin-bottom: 15px;
	}
	
	.pie-chart canvas {
		max-width: 100%;
	}
	
	.pie-chart-percent {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		color: #363636;
		font-family: "Montserrat", sans-serif;
		font-size: 48px;
		line-height: 48px;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.pie-chart-details {}

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

	.progress-bar {
		background-color: #363636;
		box-shadow: none;
	}
	
	.progress.default-color .progress-bar {
		background-color: #009ada;
	}

	.progress-bar-title {
		float: left;
		color: #363636;
		font: 14px "Montserrat", sans-serif;
	}
	
	.progres-container:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
/***********************************************************************************
 *	+ COUNTERS
 ***********************************************************************************/
 
	.counter {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.counter-value {
		color: #363636;
		font-family: "Montserrat", sans-serif;
		font-size: 48px;
		line-height: 60px;
	}
	
	.counter-value:before {
		content: attr(data-symbol-before);
	}
	
	.counter-value:after {
		content: attr(data-symbol-after);
	}
	
	.counter-details {
		color: #363636;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
	}
	
	
	/* COUNTERS STYLE 2 */
	.counter.style-2 {
		text-align: left;
	}
	
	.counter.style-2 > p {
		margin-bottom: 10px;
	}
	
	.counter.style-2 .counter-value {
		margin-bottom: 15px;
		font-family: "Open Sans", sans-serif;
		font-size: 60px;
		line-height: 60px;
	}
	
	.counter.style-2 .counter-details {
		color: #009ada;
	}
	
/***********************************************************************************
 *	+ STATISTICS
 ***********************************************************************************/
	
	.statistics-container {
		margin: 30px 0;
		padding: 20px;
		background-color: #fafafa;
	}
	
/***********************************************************************************
 *	+ COUNTDOWN
 ***********************************************************************************/
 
	.countdown {
		display: inline-block;
		margin-bottom: 40px;
		text-align: left;
	}
	
	.countdown > div {
		display: inline-block;
		color: #363636;
		font-family: "Montserrat", sans-serif;
		font-size: 92px;
		line-height: 92px;
	}
	
	.countdown > div:nth-child(even) {
		color: #009ada;
	}
	
	.countdown > span {
		font-size: 16px;
	}
	
	.countdown > span:after {
		margin-left: 5px;
		content: "/";
	}
	
	.countdown > span:last-child:after {
		display: none;
	}
	
	.countdown:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (max-width: 767px) {
		
		.countdown > div {
			font-size: 48px;
			line-height: 48px;
		}
		
	}
 
/***********************************************************************************
 *	+ PRICE PLAN
 ***********************************************************************************/

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

	.price-plan h2 {
		margin-bottom: 25px;
		-webkit-transition: color 0.3s;
				transition: color 0.3s;
	}

	.price-plan h2 sup {
		font-size: 34px;
	}

	.price-plan h2 small {
		margin-left: -45px;
		font-size: 12px;
		font-weight: 300;
	}

	.price-plan h5 {
		margin-bottom: 40px;
	}

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

	.price-plan ul {
		margin-bottom: 40px;
		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: #009ada;
	}

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

/***********************************************************************************
 *	+ TESTIMONIALS
 ***********************************************************************************/
	
	blockquote {
		position: relative;
		padding: 0;
		border-left: none;
		margin-bottom: 20px;
		font-size: 16px;
		font-style: italic;
	}
	
	blockquote:before {
		display: block;
		font-family: "Montserrat", sans-serif;
		font-size: 48px;
		font-weight: 700;
		font-style: normal;
		content: "\201c";
	}
	
	blockquote footer:before,
	blockquote small:before {
		content: none;
	}
	
	.testimonial {
		margin-bottom: 50px;
		text-align: center;
	}
	
	.testimonial blockquote {
		margin-bottom: 15px;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		font-style: normal;
	}
	
	.testimonial blockquote:before {
		color: #009ada;
	}
	
	.testimonial > h6 {
		font-size: 16px;
	}

/***********************************************************************************
 *	+ ISOTOPE
 ***********************************************************************************/
	
	.isotope {
		margin-bottom: 75px;
	}
	
	.isotope.gutter {
		margin: -15px -15px 75px;
	}
	
	.isotope .isotope-item {
		float: left;
		width: 25%;
	}
	
	.isotope.gutter .isotope-item {
		padding: 15px;
	}
	
	.isotope.col-3 .isotope-item {
		width: 33.333333%;
	}
	
	.isotope.col-4 .isotope-item {
		width: 25%;
	}
	
	.isotope .isotope-item.width-1 {
		width: 33.333333%;
	} 
	
	.isotope .isotope-item.width-2 {
		width: 50%;
	}
	
	.isotope .portfolio-item {
		margin-bottom: 0;
	}
	
	.isotope:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.isotope.col-4 .isotope-item {
			width: 33.33333%;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.isotope .isotope-item,
		.isotope.col-3 .isotope-item,
		.isotope.col-4 .isotope-item,
		.isotope .isotope-item.width-1,
		.isotope .isotope-item.width-2 {
			float: none;
			width: 100%;
		}
		
	}
	
/***********************************************************************************
 *	+ FILTER
 ***********************************************************************************/
 
	.filter {
		margin-bottom: 70px;
		list-style: none;
	}
	
	.filter li {
		display: inline-block;
		margin-right: 30px;
	}
	
	.filter li:last-child {
		margin-right: 0;
	}
	
	.filter li a {
		display: block;
		color: #363636;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.filter li a:before,
	.filter li a:after {
		margin: 0 5px;
		color: transparent;
		content: "/";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.filter li a:hover,
	.filter li a.active {
		color: #009ada;
	}
	
	.filter li a.active:before,
	.filter li a.active:after {
		color: #009ada;
		
	}
	
	@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;
		text-align: right;
	}
	
	.pagination li {
		display: inline-block;
		margin-right: 15px;
	}
	
	.pagination li:last-child {
		margin-right: 0;
	}
	
	.pagination li.prev,
	.pagination li.next {
		float: left;
		margin-top: -5px;
	}
	
	.pagination li.prev:after {
		position: relative;
		top: 5px;
		right: -7px;
		font-size: 20px;
		content: "/";
	}
	
	.pagination li.prev a:before,
	.pagination li.next a:after {
		position: relative;
		top: 4px;
		font-family: "bronx-icons";
		font-size: 24px;
	}
	
	.pagination li.prev a:before {
		margin-right: 5px;
		content: "\e932";
	}
	
	.pagination li.next a:after {
		margin-left: 5px;
		content: "\e933";
	}
	
	.pagination li a {
		display: block;
		padding: 0;
		border: none;
		background-color: transparent;
		color: #363636;
		font-family: "Montserrat", sans-serif;
		font-size: 20px;
		-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 a:hover,
	.pagination li.active a,
	.pagination li.active a:hover {
		background-color: transparent;
		color: #009ada;
	}
	
	.pagination:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	@media (max-width: 767px) {
		
		.pagination li.prev,
		.pagination li.next {
			display: none;
		}
		
	}
	
/***********************************************************************************
 *	+ BREADCRUMB
 ***********************************************************************************/
	
	.breadcrumb {
		background-color: transparent;
		margin: 0;
		padding: 0;
		font-family: "Montserrat", sans-serif;
		font-size: 20px;
	}

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

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

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

	.breadcrumb li.active {
		color: #009ada;
	}
	
/***********************************************************************************
 *	+ 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: #36394a;
		opacity: 0.5;
	}
	
	.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%);
	}
	
	
	/* 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;
	}
	
	.parallax-layer {
		border-radius: 50%;
		background-color: #009ada;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 18px;
		text-align: center;
	}
	
	.parallax-layer.size-1 {
		width: 82px;
		height: 82px;
		line-height: 82px;
	}
	
	.parallax-layer.size-2 {
		width: 100px;
		height: 100px;
		line-height: 100px;
	}
	
	.parallax-layer.size-3 {
		width: 120px;
		height: 120px;
		line-height: 120px;
	}
	
	.parallax-layer.size-4 {
		width: 196px;
		height: 196px;
		line-height: 196px;
	}
	
	.parallax-layer.size-5 {
		width: 220px;
		height: 220px;
		line-height: 220px;
	}
	
	
	/* 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: #36394a;
		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 .text-default-color {
		color: #009ada;
	}
	
	.full-section.dark-section a:hover {
		color: #009ada;
	}
	
	.full-section.dark-section .alert.alert-info {
		background-color: #fff;
		color: #363636;
	}
	
	.full-section.dark-section .check-list li strong {
		color: inherit;
	}
	
	.full-section.dark-section .btn {
		border-color: inherit;
		color: inherit;
	}
	
	.full-section.dark-section .btn-default:before,
	.full-section.dark-section .btn-default:after {
		border-color: #009ada;
	}
	
	.full-section.dark-section .btn-black:hover,
	.full-section.dark-section .btn-after:hover {
		color: #363636;
	}
	
	.full-section.dark-section .btn-black:before,
	.full-section.dark-section .btn-black:after {
		border-color: #363636;
	}
	
	.full-section.dark-section .image-box {
		color: #363636;
	}
	
	.full-section.dark-section .image-box:hover {
		color: inherit;
	}
	
	.full-section.dark-section .panel-title a,
	.full-section.dark-section .panel-title a:focus {
		border-color: #fff;
		background-color: #fff;
		color: #363636;
	}
	
	.full-section.dark-section .panel-title a:hover {
		border-color: #009ada;
		background-color: #009ada;
		color: #fff;
	}
	
	.full-section.dark-section .panel-title a[aria-expanded="true"] {
		border-color: #009ada;
		background-color: transparent;
		color: #009ada;
	}
	
	.full-section.dark-section .nav-tabs > li > a,
	.full-section.dark-section .nav-tabs > li > a:focus {
		border-color: #fff;
		background-color: #fff;
		color: #363636;
	}
	
	.full-section.dark-section .nav-tabs > li > a:hover {
		border-color: #009ada;
		background-color: #009ada;
		color: #fff;
	}
	
	.full-section.dark-section .nav-tabs > li.active > a,
	.full-section.dark-section .nav-tabs > li.active > a:hover,
	.full-section.dark-section .nav-tabs > li.active > a:focus {
		border-color: #009ada;
		background-color: transparent;
		color: #009ada;
	}
	
	.full-section.dark-section .social-media a {
		color: inherit;
	}
	
	.full-section.dark-section .pie-chart-percent {
		color: inherit;
	}
	
	.full-section.dark-section .progress-bar {
		background-color: #fff;
	}
	
	.full-section.dark-section .progress.default-color .progress-bar {
		background-color: #009ada;
	}
	
	.full-section.dark-section .progress-bar-title {
		color: inherit;
	}
	
	.full-section.dark-section .counter-value,
	.full-section.dark-section .counter-details {
		color: inherit;
	}
	
	.full-section.dark-section .counter.style-2 .counter-details {
		color: #009ada;
	}
	
	.full-section.dark-section .price-plan:hover h2 {
		color: #009ada;
	}
	
	.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: #009ada;
	}
	
	.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: #009ada;
	}
	
	.full-section.dark-section .about-me h6 {
		color: #009ada;
	}
	
	.full-section.dark-section .service-box.style-1:hover > i {
		background-color: #fff;
		color: #36394a;
	}
	
	.full-section.dark-section .service-box.style-2:hover > i,
	.full-section.dark-section .service-box.style-3:hover > i,
	.full-section.dark-section .service-box.style-3 .service-box-content h6 a {
		color: #fff;
	}
	
	.full-section.dark-section .service-box.style-3 .service-box-content h6 a:hover {
		color: #009ada;
	}
	
	.full-section.dark-section .service-box.style-3 .service-box-content > a:hover {
		color: inherit;
	}
	
	.full-section.dark-section .portfolio-item-hover .zoom-action:hover {
		color: #fff;
	}
	
	.full-section.dark-section .blog-article-details,
	.full-section.dark-section .blog-article-details a {
		color: inherit;
	}
	
	.full-section.dark-section .blog-article-details > a,
	.full-section.dark-section .blog-article-details a:hover {
		color: #009ada;
	}
	
	.full-section.dark-section .blog-article-details > a:hover,
	.full-section.dark-section .blog-article-content > a:hover {
		color: inherit;
	}
	
	.full-section.dark-section .reply a:hover,
	.full-section.dark-section .comment-author .fn,
	.full-section.dark-section .comment-metadata a {
		color: inherit;
	}
	
	.full-section.dark-section .comment-author .fn:hover,
	.full-section.dark-section .comment-metadata a:hover {
		color: #009ada;
	}
	
	.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: #009ada;
	}
	
	.full-section.dark-section .widget-calendar caption {
		color: inherit;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-title,
	.full-section.dark-section .widget-recent-posts ul li .post-date a {
		color: inherit;
	}
	
	.full-section.dark-section .widget-recent-posts ul li .post-title:hover {
		color: #009ada;
	}
	
	.full-section.dark-section .widget-tags a:hover {
		color: #fff;
	}
	
	.full-section.dark-section .widget-contact ul li a {
		color: inherit;
	}
	
	.full-section.dark-section .widget-newsletter button[type="submit"]:hover {
		color: inherit;
	}
	
	.full-section.dark-section .countdown > div:nth-child(odd) {
		color: inherit;
	}
	
	
	/* BACKROUNDS AND STYLE FOR FULL SECTIONS */
	#section-1 {
		padding: 170px 0 150px;
		margin-top: 50px;
		margin-bottom: 0;
		/*background-image: url(../../images/backgrounds/bg-1.jpg);*/
		background-color:#fcfcfc;
		font-size: 16px;
	}
	
	#section-2 {
		padding: 85px 0 65px;
		background-image: url(../../images/backgrounds/bg-2.jpg);
	}
	
	#section-3 {
		padding: 250px 0 240px;
		margin-top: 50px;
		margin-bottom: 0;
		/*background-image: url(../../images/backgrounds/bg-3.jpg);*/
		background-color:#fcfcfc;
		font-size: 16px;
	}
	
	#section-3 .text-parallax-content {
		background-color: #f2f1f7; 
	}
	
	#section-4 {
		padding: 65px 0 25px;
		background-color: #ba007c;
	}
	
	#section-4 .more-facts {
		position: absolute;
		top: -65px;
		right: 0;
		bottom: -65px;
		left: 0;
		display: block;
		height: 230px;
		text-align: center;
		background-color: #009ada;
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		line-height: 230px;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#section-4 .more-facts:hover {
		background-color: #363636;
		text-decoration: none;
	}
	
	#section-5 {
		padding-top: 100px;
		padding-bottom: 0;
		margin-top: 80px;
		margin-bottom: 0;
		background-color: #f9f9f9;
		background: -webkit-linear-gradient(#f9fafc, #fff);
		background: 		linear-gradient(#f9fafc, #fff);
	}
	
	#section-6 {
		padding: 80px 0 70px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-4.jpg);
	}
	
	#section-6 a:hover {
		color: #fff;
	}
	
	#section-7 {
		padding: 40px 0;
		margin-top: 80px;
		background-color: #fbfbfb;
	}
	
	#section-7 .isotope {
		margin-top: -40px;
		margin-bottom: -40px;
	}
	
	#section-8 {
		padding: 100px 0 80px;
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #fbfbfb;
	}
	
	#section-9 {
		padding: 80px 0;
		margin-bottom: -50px;
		/*background: url(../../images/backgrounds/bg-6.png) no-repeat bottom right;*/
		background-color:#FFFFFF;
	}
	
	#section-9 a:hover {
		color: #363636;
	}
	
	#section-10 {
		padding-top: 100px;
		padding-bottom: 0;
		margin-top: 50px;
		margin-bottom: 0;
		background-color: #fafafa;
	}
	
	#section-11 {
		padding: 65px 0;
		background-color: #36394a;
	}
	
	#section-11 .text-parallax-content {
		background-color: #36394a;
		mix-blend-mode: darken;
	}
	
	#section-12 {
		overflow: hidden;
		padding: 220px 0;
		margin: 0 30px 100px;
		background-image: url(../../images/backgrounds/bg-7.jpg);
	}
	
	#section-13 {
		padding: 200px 0 180px;
		margin: 80px 30px 10px;
		background-color: #36394a;
		background-image: url(../../images/backgrounds/bg-8.png);
	}
	
	#section-14 {
		padding-top: 100px;
		padding-bottom: 0;
		margin-left: 30px;
		margin-right: 30px;
		background-color: #fafafa; 
	}
	
	#section-14:before {
		position: absolute;
		top: 0;
		bottom: 0;
		left: 50%;
		border-left: 10px solid #fff;
		margin-left: -5px;
		content: "";
	}
	
	#section-15 {
		padding: 100px 0 50px;
		margin-top: 80px;
		margin-bottom: -50px;
		background-color: #fafafa;
	}
	
	#section-16 {
		padding: 0;
		margin: 50px 30px 30px;
	}
	
	#section-17 {
		padding: 100px 0 80px;
		margin-top: 80px;
		margin-bottom: -50px;
		background-image: url(../../images/backgrounds/bg-5.jpg);
	}
	
	#section-18 {
		border: 30px solid #fff;
		background-color: #009ada;
	}
	
	#section-18 .countdown > div:nth-child(even) {
		color: #fff;
	}
	
	#section-18 .countdown > div:nth-child(odd) {
		color: #363636;
	}
	
	#section-19 {
		padding: 0;
		border: 30px solid #fff;
		background-color: #36394a;
	}
	
	#section-19 i {
		color: #009ada;
		font-size: 110px;
		line-height: 130px;
	}
	
	#section-19 .newsletter-button {
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: 125px;
		height: 125px;
		background-color: #009ada;
		color: #fff;
		line-height: 125px;
		text-align: center;
		text-decoration: none;
	}
	
	#section-19 .newsletter-button i {
		color: #fff;
		font-size: 48px;
		line-height: 125px;
	}
	
	#section-19 #newsletter {
		display: none;
	}
	
	@media (min-width: 1600px) {
		
		#section-12 {
			margin: 0 45px 100px;
		}
		
		#section-13 {
			margin: 80px 45px 10px;
		}
		
		#section-14 {
			margin-left: 45px;
			margin-right: 45px;
		}
		
		#section-16 {
			margin: 50px 45px 45px;
		}
		
		#section-18 {
			border-width: 45px;
		}
		
		#section-19 {
			border-width: 45px;
		}
		
	}
	
	
	
	@media (min-width: 1200px) {
		
		#section-7 {
			padding: 60px 0;
		}
		
		#section-7 .isotope {
			margin-top: -60px;
			margin-bottom: -60px;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		#section-7 {
			padding: 40px 20px;
		}
		
		#section-7 .isotope {
			margin: 0;
			margin-bottom: 40px;
		}
		
		#section-12 {
			margin: 0 20px 100px;
		}
		
		#section-13 {
			margin: 80px 20px 10px;
		}
		
		#section-14 {
			margin-left: 20px;
			margin-right: 20px;
		}
		
		#section-16 {
			margin: 50px 20px 20px;
		}
		
		#section-18 {
			border-width: 20px;
		}
		
		#section-19 {
			border-width: 20px;
		}
		
	}
	
	@media (max-width: 767px) {	
	
		.full-screen .full-section-container {
			position: relative;
			top: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
	
		
		#section-7 {
			padding: 40px 20px;
		}
		
		#section-7 .isotope {
			margin: 0;
			margin-bottom: 40px;
		}
		
		#section-12 {
			margin: 0 15px 100px;
		}
		
		#section-13 {
			margin: 80px 15px 10px;
		}
		
		#section-14 {
			margin-left: 15px;
			margin-right: 15px;
		}
		
		#section-14:before {
			display: none;
		}
		
		#section-16 {
			margin: 50px 15px 15px;
		}
		
		#section-18 {
			border-width: 15px;
		}
		
		#section-19 {
			padding-bottom: 150px;
			border-width: 15px;
		}
		
	}
	
/***********************************************************************************
 *	+ 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-5.jpg);
	}
	
	.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%);
	}
	
	.embed-responsive {
		margin-bottom: 20px;
	}
	
	#local-video-section video {
		width: 100%;
	}
	
/***********************************************************************************
 *	+ SCROLL UP
 ***********************************************************************************/
	
	#scroll-up {
		position: fixed;
		z-index: 8000;
		bottom: 45px;
		right: 45px;
		display: none;
		width: 60px;
		height: 60px;
		background-color: #009ada;
		color: #fff;
		font-size: 32px;
		line-height: 56px;
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}

	#scroll-up:hover {
		opacity: 0.5;
	}
	
	@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 {
		margin-bottom: 100px;
		height: 880px;
	}
	
	
	/* ARROWS */
	.tparrows.tp-leftarrow.custom,
	.tparrows.tp-rightarrow.custom {
		background: transparent;
	}
	
	.tparrows.tp-leftarrow.custom:hover,
	.tparrows.tp-rightarrow.custom:hover {
		background-color: transparent;
	}
	
	.tparrows.tp-leftarrow.custom:before,
	.tparrows.tp-rightarrow.custom:before {
		font-family: "bronx-icons";
		font-size: 32px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tparrows.tp-leftarrow.custom:before {
		content: "\e932";
	}
	
	.tparrows.tp-rightarrow.custom:before {
		content: "\e933";
	}
	
	.tparrows.tp-leftarrow.custom:hover:before,
	.tparrows.tp-rightarrow.custom:hover:before {
		color: #009ada;
	}
	
	
	/* BULLETS */
	.tp-bullets.custom .tp-bullet {
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #fff;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.tp-bullets.custom .tp-bullet:after {
		position: absolute;
		top: -5px;
		left: -5px;
		display: block;
		width: 16px;
		height: 16px;
		border: 2px 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: #009ada;
	}
	
	.tp-bullets.custom .tp-bullet:hover:after,
	.tp-bullets.custom .tp-bullet.selected:after {
		border-color: #009ada;
	}


	/* TYPOGRAPHY */
	.tp-caption.rectangle {
		width: 1920px;
		height: 880px;
		background-color: #36394a;
		margin-left: -90%;
	}
	
	.tp-caption.title {
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 72px;
		line-height: 72px;
	}
	
	.tp-caption.big-title {
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 92px;
		line-height: 82px;
	}
	
	.tp-caption.small-title {
		color: #009ada;
		font-family: "Montserrat", sans-serif;
		font-size: 60px;
		line-height: 60px;
	}
	
	.tp-caption.text {
		color: #fff;
		font-family: "Montserrat", sans-serif;
		font-size: 24px;
		line-height: 24px;
	}
	
	.tp-caption .btn:before,
	.tp-caption .btn:after {
		border-color: #fff;
	}
	
	.tp-caption .btn:hover {
		color: #fff;
	}
	
	
	@media (min-width: 768px) and (max-width: 1199px) {
		
		.tparrows.tp-leftarrow.custom,
		.tparrows.tp-rightarrow.custom {
			display: none;
		}
		
		.tp-caption.rectangle {
			width: 600px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.tparrows.tp-leftarrow.custom,
		.tparrows.tp-rightarrow.custom {
			display: none;
		}
		
		.tp-bullets.custom {
			top: auto !important;
			bottom: -35px !important;
		}
		
		.tp-caption.rectangle {
			width: 265px;
		}
		
		.tp-caption .btn {
			padding: 2px 0 4px;
			border-top-width: 1px;
			border-bottom-width: 1px;
			font-size: 6px;
			line-height: 12px;
		}
		
		.tp-caption .btn:before,
		.tp-caption .btn:after {
			border-top-width: 1px;
		}
		
		.tp-caption .btn:before {
			top: -1px;
		}
		
		.tp-caption .btn:after {
			bottom: -1px;
		}
		
		.tp-caption .btn i {
			top: 2px;
		}
		
	}
	
	@media (min-width: 480px) and (max-width: 767px) {
		
		.tp-caption.rectangle {
			width: 400px;
		}
		
	}



	/* OWL Carousel */
	.owl-carousel {
		margin-bottom: 50px;
	}
	
	.owl-carousel .owl-stage {
		overflow: hidden;
	}
	
	.owl-carousel .owl-item img {
		width: auto;
	}
	
	.owl-dots {
		position: absolute;
		bottom: 30px;
		left: 0;
		width: 100%; 
		text-align: center;
	}
	
	.owl-dot {
		display: inline-block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		margin-right: 10px;
		background-color: #e1e1e1;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.owl-dot:hover,
	.owl-dot.active {
		background-color: #009ada;
	}
	
	.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%);
	}
	
	.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;
	}
	
	
	/* SERVICES SLIDER */
	.services-slider .owl-dots {
		position: absolute;
		top: 50%;
		right: -20px;
		left: auto;
		width: auto;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.services-slider .owl-dot {
		display: block;
		margin: 10px 0;
	}
	
	
	/* BLOG ARTICLES SLIDER */
	.blog-articles-slider-navigation {
		display: none;
	}
	
	.blog-articles-slider-navigation .prev,
	.blog-articles-slider-navigation .next {
		position: absolute;
		top: 40%;
		color: #363636;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		text-transform: uppercase;
		cursor: pointer;
		vertical-align: middle;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.blog-articles-slider-navigation .prev {
		left: -115px;
	}
	
	.blog-articles-slider-navigation .next {
		right: -100px;
	}
	
	.blog-articles-slider-navigation .prev i,
	.blog-articles-slider-navigation .next i {
		position: absolute;
		left: 50%;
		margin-left: -12px;
		display: block;
		font-size: 24px;
		-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	
	.blog-articles-slider-navigation .prev i {
		top: -50px;
	}
	
	.blog-articles-slider-navigation .next i {
		top: 50px;
	}
	
	.blog-articles-slider-navigation .prev:hover,
	.blog-articles-slider-navigation .next:hover {
		color: #009ada;
	}
	
	.blog-articles-slider .owl-dots {
		bottom: 0;
	}
	
	
	/* IMAGES SLIDER */
	.images-slider img,
	.images-slider-2 img,
	.images-slider-3 img {
		margin: 0 auto;
	}
	
	.images-slider .owl-dots {
		position: absolute;
		top: 50%;
		right: -20px;
		left: auto;
		width: auto;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.images-slider img {
		margin: 0 auto;
	}
	
	.images-slider .owl-dot {
		display: block;
		margin: 10px 0;
	}
	

	.images-slider-navigation {
		display: none;
	}
	
	.images-slider-navigation .prev,
	.images-slider-navigation .next {
		position: absolute;
		top: 40%;
		color: #363636;
		font-family: "Montserrat", sans-serif;
		font-size: 16px;
		text-transform: uppercase;
		cursor: pointer;
		vertical-align: middle;
		-webkit-transform: rotate(-90deg);
			-ms-transform: rotate(-90deg);
				transform: rotate(-90deg);
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.images-slider-navigation .prev {
		left: -105px;
	}
	
	.images-slider-navigation .next {
		right: -100px;
	}
	
	.images-slider-navigation .prev i,
	.images-slider-navigation .next i {
		position: absolute;
		left: 50%;
		margin-left: -12px;
		display: block;
		font-size: 24px;
		-webkit-transform: rotate(90deg);
			-ms-transform: rotate(90deg);
				transform: rotate(90deg);
	}
	
	.images-slider-navigation .prev i {
		top: -50px;
	}
	
	.images-slider-navigation .next i {
		top: 50px;
	}
	
	.images-slider-navigation .prev:hover,
	.images-slider-navigation .next:hover {
		color: #009ada;
	}
	
	
	/* LOGOS SLIDER */
	.logos-slider img {
		margin: 0 auto;
	}
	
	
	@media (min-width: 1400px) {
		
		.images-slider-navigation .prev,
		.blog-articles-slider-navigation .prev {
			left: -160px;
		}
		
		.images-slider-navigation .next,
		.blog-articles-slider-navigation .next {
			right: -145px;
		}
		
	}
	
	@media (min-width: 1200px) {
		
		.services-slider .owl-dots {
			right: -50px;
		}
		
		.images-slider-navigation,
		.blog-articles-slider-navigation {
			display: block;
		}
		
		.images-slider-3 .owl-dots,
		.blog-articles-slider .owl-dots {
			display: none !important;
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.images-slider .owl-dots,
		.services-slider .owl-dots {
			position: absolute;
			top: auto;
			right: 0;
			bottom: 0;
			left: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		.images-slider .owl-dot,
		.services-slider .owl-dot {
			display: inline-block;
			margin: 0 10px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.images-slider .owl-dots,
		.services-slider .owl-dots {
			position: absolute;
			top: auto;
			right: 0;
			bottom: 0;
			left: 0;
			-webkit-transform: translateY(0);
				-ms-transform: translateY(0);
					transform: translateY(0);
		}
		
		.images-slider .owl-dot,
		.services-slider .owl-dot {
			display: inline-block;
			margin: 0 10px;
		}
		
	}

/***********************************************************************************
 *	+ FANCYBOX
 ***********************************************************************************/
	
	.fancybox-wrap #newsletter {
		position: absolute;
		top: 50%;
		left: 0;
		width: 100%;
		padding: 10%;
		text-align: center;
		-webkit-transform: translateY(-50%);
			-ms-transform: translateY(-50%);
				transform: translateY(-50%);
	}
	
	.fancybox-wrap .widget-newsletter {
		margin-bottom: 0;
	}
	
	.fancybox-wrap #newsletter #newsletter-email {
		padding-right: 120px;
		border-color: #009ada;
	}
	
	.fancybox-wrap #newsletter button[type="submit"] {
		position: absolute;
		top: 8px;
		right: 10px;
	}
	
	@media (max-width: 767px) {
		
		.fancybox-wrap #newsletter {
			padding: 0;
		}
		
		.fancybox-wrap #newsletter #newsletter-email {
			padding-right: 20px;
		}
		
		.fancybox-wrap #newsletter button[type="submit"] {
			position: relative;
			top: 0;
			right: 0;
			margin-bottom: 20px;
		}
		
	}
	
/***********************************************************************************
 *	+ ANIMATIONS
 ***********************************************************************************/
	
	.wow {
		visibility: hidden;
	}
	
	.wow.animated {
		visibility: visible;
	}
	
/***********************************************************************************
 *	+ WIDGETS
 ***********************************************************************************/
	
	.widget {
		margin-bottom: 70px;
	}
	
	.widget > *:last-child {
		margin-bottom: 0;
	}
	
	.widget-title {
		margin-bottom: 25px;
		font-size: 16px;
	}
	
	/* WIDGET TEXT */
	.widget-text {}
	
	.widget-text > div > *:last-child {
		margin-bottom: 0;
	}
	
	
	/* WIDGET SERACH */
	.widget-search {}
	
	.widget-search form {
		position: relative;
	}
	
	.widget-search #s {
		width: 100%;
		height: 45px;
		padding: 10px 50px 10px 20px;
	}
	
	.widget-search input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		height: 45px;
		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: #6e6e6e;
		font-weight: 600;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-categories ul li a:before {
		margin-right: 15px;
		color: #009ada;
		font-weight: 600;
		opacity: 0;
		content: "+";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-categories ul li a:hover {
		color: #009ada;
		text-decoration: none;
	}
	
	.widget-categories ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* 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: #6e6e6e;
		font-weight: 600;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-archives ul li a:before {
		margin-right: 15px;
		color: #009ada;
		font-weight: 600;
		opacity: 0;
		content: "+";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-archives ul li a:hover {
		color: #009ada;
		text-decoration: none;
	}
	
	.widget-archives ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* 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: #6e6e6e;
		font-weight: 600;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-pages ul li a:before {
		margin-right: 15px;
		color: #009ada;
		font-weight: 600;
		opacity: 0;
		content: "+";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-pages ul li a:hover {
		color: #00ddf7;
		text-decoration: none;
	}
	
	.widget-pages ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* 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: #6e6e6e;
		font-weight: 600;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-metadata ul li a:before {
		margin-right: 15px;
		color: #00ddf7;
		font-weight: 600;
		opacity: 0;
		content: "+";
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-metadata ul li a:hover {
		color: #00ddf7;
		text-decoration: none;
	}
	
	.widget-metadata ul li a:hover:before {
		opacity: 1;
	}
	
	
	/* WIDGET TAGS */
	.widget-tags {}
	
	.widget-tags a {
		display: inline-block;
		padding: 5px 15px;
		margin: 2px 0;
		background-color: #00ddf7;
		color: #fff;
		text-decoration: none;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-tags a:hover {
		background-color: #36394a;
	}
	
	
	/* WIDGET NEWSLETTER */
	.widget-newsletter {}
	
	.widget-newsletter form {
		position: relative;
	}
	
	.widget-newsletter #newsletter-email {
		width: 100%;
		height: 45px;
		padding: 10px 20px;
	}
	
	.widget-newsletter button[type="submit"] {
		padding: 0;
		background-color: transparent;
		color: #009ada;
	}
	
	.widget-newsletter button[type="submit"] i {
		position: relative;
		top: 3.5px;
		display: inline-block;
		margin-left: 5px;
		font-size: 20px;
	}
	
	.widget-newsletter button[type="submit"]:hover {
		color: #363636;
	}
	
	.widget-newsletter small {
		display: inline-block;
		font-size: 12px;
		line-height: 27px;
	}
	
	
	/* WIDGET RECENT POSTS */
	.widget-recent-posts {}
	
	.widget-recent-posts ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-recent-posts > ul li {
		margin-bottom: 25px;
		line-height: 24px;
	}
	
	.widget-recent-posts > ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-recent-posts > ul li img {
		float: left;
		border: 2px solid transparent;
		margin-right: 15px;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-recent-posts > ul li .post-title {
		color: #363636;
		font-family: "Montserrat", sans-serif;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.widget-recent-posts > ul li .post-title:hover {
		color: #009ada;
		text-decoration: none;
	}
	
	.widget-recent-posts > ul li .post-date {
		margin-bottom: 0;
		font-size: 12px;
		font-weight: 600;
		text-transform: uppercase;
	}
	
	.widget-recent-posts > ul li .post-date a {
		color: #6e6e6e;
	}
	
	.widget-recent-posts > ul li:hover img {
		border-color: #009ada;
	}
	
	.widget-recent-posts .nav-tabs {
		margin-bottom: 25px;
	}
	
	.widget-recent-posts .nav-tabs > li > a, 
	.widget-recent-posts .nav-tabs > li > a:focus {
		padding: 10px 15px;
		border: none;
		border: 2px solid transparent;
		background-color: transparent;
		color: #363636;
		font-size: 14px;
	}
	
	.widget-recent-posts .nav-tabs > li > a:hover,
	.widget-recent-posts .nav-tabs > li.active > a,
	.widget-recent-posts .nav-tabs > li.active > a:hover,
	.widget-recent-posts .nav-tabs > li.active > a:focus {
		border-width: 2px;
		border-color: #009ada;
		color: #009ada;
	}
	
	.widget-recent-posts .tab-content {
		padding: 0;
	}
	
	.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-posts .nav-tabs > li > a, 
		.widget-recent-posts .nav-tabs > li > a:focus {
			padding: 5px 7px;
			font-size: 12px;
		}
		
	}
	
	
	/* 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 caption {
		color: #363636;
	}
	
	.widget-calendar table {
		width: 100%;
		text-align: center;
	}
	
	.widget-calendar table th, 
	.widget-calendar table td {
		padding: 5px;
		border-top: 1px solid #e1e1e1;
		border-left: 1px solid #e1e1e1;
		text-align: center;
	}
	
	.widget-calendar table th:last-child, 
	.widget-calendar table td:last-child {
		border-right: 1px solid #e1e1e1;
	}
	
	.widget-calendar table tr:last-child td {
		border-bottom: 1px solid #e1e1e1;
	}
	
	.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: #009ada;
		color: #fff;
	}
	
	
	/* WIDGET FLICKR */
	.widget-flickr {}
	
	.flickr-photos {
		margin: -4px;
	}
	
	.flickr_badge_image {
		position: relative;
		float: left;
		padding: 4px;
	}
	
	.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: -4px;
	}
	
	#instafeed a {
		float: left;
		display: block;
		width: 78px;
	}
	
	#instafeed a img {
		display: block; 
		width: 100%;
		height: auto;
		padding: 4px;
	}
	
	#instafeed:after {
		visibility: hidden;
		display: block;
		height: 0;
		font-size: 0;
		content: " ";
		clear: both;
	}
	
	
	@media (min-width: 1200px) {
		
		#instafeed a {
			width: 88px;
		}
		
	}
	
	
	/* WIDGET CONTACT */
	.widget-contact {}
	
	.widget-contact ul {
		margin-bottom: 0;
		list-style: none;
	}
	
	.widget-contact ul li {
		position: relative;
		padding-left: 30px;
		margin-bottom: 5px;
		font-size:18px;
	}
	
	.widget-contact ul li:last-child {
		margin-bottom: 0;
	}
	
	.widget-contact ul li span {
		position: absolute;
		top: 0;
		left: 0;
		color: #009ada;
		font-family: "Montserrat", sans-serif;
		font-size:20px;
	}
	
	.widget-contact ul li a {
		color: #6e6e6e;
	}
	
	@media (min-width: 768px) and (max-width: 991px) {
		
		.widget-contact ul li {
			padding-left: 0;
		}
		
		.widget-contact ul li span {
			display: none;
		}
		
	}
	
	
	/* WIDGET SOCIAL */
	.widget-social {}
	
	.widget-social .social-media {
		margin-bottom: 0;
	}
