@charset "UTF-8";




/* modal */
.modal-backdrop.in {
	filter: alpha(opacity=80);
	opacity: .8;
}




/* media elements */
.media {
	margin-top: 20px;
}

.media .media-object {
	max-width: 100px;
}

li.media:before,
li.media:after {
	display: block;
	content: '';
	clear: both;
}

.media-right, .media > .pull-right {
	padding-left: 20px;
}

.media-left, .media > .pull-left {
	padding-right: 20px;
}

.media-left img,
.media-right img {
	max-width: 70px;
}

@media (min-width: 768px) {
	.big-left-media .media-left img, .big-left-media
  .media-right img {
		max-width: 100px;
	}
}

td .media-body {
	width: auto;
}


.well {
	box-shadow: none;
	border: none;
	border-radius: 0;
}

.embed-responsive-3by2 {
	padding-bottom: 66.666%;
}

.embed-placeholder:after {
	transition: all 0.2s ease-in-out 0s;
	content: "\f04b";
	font-family: 'FontAwesome';
	position: absolute;
	color: #ffffff;
	font-size: 14px;
	line-height: 56px;
	width: 60px;
	height: 60px;
	text-align: center;
	border: 2px solid #ffffff;
	border-radius: 50%;
	left: 50%;
	top: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

.embed-placeholder:hover:after {
	opacity: 0.4;
}

.alert {
	border-radius: 2px;
	border-width: 0;
	padding: 17px 30px;
	margin-bottom: 10px;
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 500;
	border-radius: 5px;
}




/*
**plugins
*/
/* Owl carousel v 2.1.6 styles */
/* Owl Carousel - Core */
.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
  /* fix for flashing background */
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
	display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: all 0.2s ease-in-out 0s;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
	display: none;
}

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.owl-carousel.dots-center .owl-dots {
	text-align: center;
}

.owl-carousel .owl-dots {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	counter-reset: owl-dots;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	*display: inline;
	padding: 0 8px;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	display: block;
	border: 1px solid #323232;
	color: transparent;
	cursor: pointer;
	text-indent: -9999px;
	transition: all 0.2s ease-in-out 0s;
}

.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
	border-width: 3px;
}

.owl-carousel .owl-nav {
	transition: all 0.6s ease 0s;
}

.owl-carousel .owl-nav > div {
	color: transparent;
	font-size: 0;
	display: inline-block;
	right: 0;
	text-align: center;
}

.owl-carousel .owl-nav > div.disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-carousel .owl-nav > div:first-child {
	left: 0;
	right: auto;
}

.owl-carousel .owl-nav > div:after {
	transition: all 0.3s ease 0s;
	font-family: FontAwesome;
	font-size: 40px;
	line-height: 60px;
	content: "\f105";
	color: #666666;
}

.owl-carousel .owl-nav > div:first-child:after {
	content: "\f104";
}

.owl-carousel .owl-nav > div:hover:after {
	color: #66ccbe;
}

@media (max-width: 1299px) {
	.container .owl-carousel[data-nav=true] {
		padding-right: 30px;
		padding-left: 30px;
	}
}

@media (min-width: 1300px) {
	.container .owl-carousel[data-nav=true] .owl-nav {
		left: -60px;
		right: -60px;
	}
}

@media (min-width: 1600px) {
	.container .owl-carousel[data-nav=true] .owl-nav {
		left: -150px;
		right: -150px;
	}
}

.top-right-nav .owl-nav {
	position: absolute;
	top: -70px;
	right: 0;
}

.top-right-nav .owl-nav > div {
	background: transparent;
}

/* No Js */
.no-js .owl-carousel {
	display: block;
}

/* Owl Carousel - Animate Plugin */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

/* Owl Carousel - Auto Height Plugin */
.owl-height {
	transition: height 500ms ease-in-out;
}

/* Owl Carousel - Lazy Load Plugin */
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

/* Owl Carousel - Video Plugin */
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #000;
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 80px;
	width: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	background: url("../img/owl.video.play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	transition: -webkit-transform 100ms ease;
	transition: transform 100ms ease;
	transition: transform 100ms ease, -webkit-transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transform: scale(1.3, 1.3);
	transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
	display: none;
}

.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: contain;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}

/* Owl Default Theme */
.owl-theme:hover .owl-nav {
	opacity: 1;
}

.owl-theme .owl-nav {
	position: absolute;
	top: 50%;
	right: 0;
	left: 0;
	text-align: center;
	-webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav > div {
	font-size: 0;
	position: absolute;
	right: 0;
	text-align: center;
	margin-top: -30px;
	width: 30px;
}

.owl-theme .owl-nav .disabled {
	opacity: 0.5;
	cursor: default;
}

.owl-theme .owl-dots {
	margin-top: 40px;
}

/* .owl-center theme */
.owl-center .owl-nav {
	top: 0;
	bottom: 0;
	position: static;
	margin-top: 0;
	opacity: 1;
}

.owl-center .owl-nav > div {
	right: 0;
	width: 30px;
	top: 40%;
	bottom: 0;
	margin: 0;
	height: 80px;
	text-align: center;
	opacity: 0;
	background-color: rgba(50, 50, 50, 0.6);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-center .owl-nav > div:first-child {
	left: 0;
	right: auto;
}

.owl-center .owl-nav > div:first-child:after {
	left: 4px;
}

.owl-center .owl-nav > div:after {
	position: absolute;
	top: 50%;
	color: #ffffff;
	font-size: 20px;
	left: 6px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.owl-center:hover .owl-nav > div {
	top: 50%;
	opacity: 1;
}

/* text-nav */
.text-nav {
	padding-right: 30px;
	padding-left: 30px;
}

.text-nav .owl-nav {
	position: static;
}

.text-nav .owl-nav > div {
	top: 0;
	bottom: 0;
	right: 0;
	margin-top: 0;
	background-color: #f2f2f2;
}

.text-nav .owl-nav > div:first-child {
	left: 0;
}

.text-nav .owl-nav > div:after {
	position: absolute;
	top: 50%;
	left: 50%;
	content: "next";
	font-size: 13px;
	text-transform: uppercase;
	font-weight: 700;
	font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
	color: #323232;
	-webkit-transform: translate(-50%, -50%) rotate(-90deg);
	transform: translate(-50%, -50%) rotate(-90deg);
}

.text-nav .owl-nav > div:first-child:after {
	content: "prev";
}

@media (min-width: 600px) {
	.text-nav {
		padding-right: 60px;
		padding-left: 60px;
	}

	.text-nav .owl-nav > div {
		width: 60px;
	}
}

/* owl images fix */
.owl-carousel .owl-item {
	transition: opacity 0.2s ease 0.1s;
	opacity: 0;
}

.owl-carousel .owl-item.active {
	opacity: 1;
}

.owl-center .owl-item {
	opacity: 1;
}

.with_shadow_items .owl-stage-outer {
	margin: -20px;
	padding: 20px;
}

/*
** Flexslider
* http://www.woothemes.com/flexslider/
*
* Copyright 2012 WooThemes
* Free to use under the GPLv2 license.
* http://www.gnu.org/licenses/gpl-2.0.html
*
* Contributing author: Tyler Smith (@mbmufffin)
*/

div.facebook .pp_description {
	margin: 0 37px 0 0;
}

div.pp_pic_holder a:focus {
	outline: none;
}

div.pp_overlay {
	background: #000;
	display: none;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 9500;
}

div.pp_pic_holder {
	display: none;
	position: absolute;
	width: 100px;
	z-index: 10000;
}

.pp_content {
	height: 40px;
	min-width: 40px;
	overflow: hidden;
}

* html .pp_content {
	width: 40px;
}

.pp_content_container {
	position: relative;
	text-align: left;
	width: 100%;
}

.pp_content_container .pp_left {
	padding-left: 20px;
}

.pp_content_container .pp_right {
	padding-right: 20px;
}

.pp_content_container .pp_details {
	float: left;
	padding: 8px 10px;
	line-height: 1;
	background-color: #ffffff;
}

.pp_description {
	display: none;
	margin: 0;
}

.pp_social {
	float: left;
	margin: 0 0 0 30px;
}

.pp_social .facebook {
	float: left;
	margin-left: 5px;
	width: auto;
	overflow: hidden;
}

.pp_social .facebook iframe {
	max-width: 100px;
}

.pp_social .twitter {
	float: left;
}

.pp_nav p {
	float: left;
	white-space: nowrap;
	margin: -5px 6px;
	font-weight: bold;
	opacity: 0.7;
}

.pp_nav .pp_play,
.pp_nav .pp_pause,
a.pp_arrow_previous,
a.pp_arrow_next {
	float: left;
	text-align: center;
	font-size: 0;
	color: transparent;
}

.pp_nav .pp_play:before,
.pp_nav .pp_pause:before,
a.pp_arrow_previous:before,
a.pp_arrow_next:before {
	line-height: 20px;
	display: inline-block;
	width: 20px;
	font-family: 'FontAwesome';
	font-size: 13px;
	color: #323232;
	opacity: 0.7;
	content: "\f04b";
}

.pp_nav .pp_play:hover:before,
.pp_nav .pp_pause:hover:before,
a.pp_arrow_previous:hover:before,
a.pp_arrow_next:hover:before {
	opacity: 1;
}

.pp_nav .pp_pause:before {
	content: "\f04c";
}

a.pp_arrow_previous:before {
	content: "\f04a";
}

a.pp_arrow_next:before {
	content: "\f04e";
}

a.pp_arrow_previous.disabled,
a.pp_arrow_next.disabled {
	visibility: hidden;
	cursor: default;
}

.pp_hoverContainer {
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 2000;
}

.pp_gallery {
	display: none;
	left: 50%;
	margin-top: -50px;
	position: absolute;
	z-index: 10000;
}

.pp_gallery div {
	float: left;
	overflow: hidden;
	position: relative;
}

.pp_gallery ul {
	float: left;
	height: 35px;
	position: relative;
	white-space: nowrap;
	margin: 0 0 0 5px;
	padding: 0;
}

.pp_gallery ul a {
	border: 1px rgba(0, 0, 0, 0.1) solid;
	display: block;
	float: left;
	height: 33px;
	overflow: hidden;
}

.pp_gallery ul a:hover,
.pp_gallery ul .selected a {
	border-color: #66ccbe;
}

.pp_gallery ul a img {
	border: 0;
}

.pp_gallery li {
	display: block;
	float: left;
	margin: 0 5px 0 0;
	padding: 0;
}

.pp_gallery li.default a {
	background: url(../img/prettyPhoto/facebook/default_thumbnail.gif) 0 0 no-repeat;
	display: block;
	height: 33px;
	width: 50px;
}

div.facebook .pp_gallery .pp_arrow_previous, div.facebook .pp_gallery .pp_arrow_next {
	margin-top: 7px;
}

a.pp_next, a.pp_previous {
	position: relative;
	display: block;
	float: right;
	height: 100%;
	width: 49%;
	font-size: 0;
	color: transparent;
	opacity: 0;
}

a.pp_next:before, a.pp_previous:before {
	line-height: 1;
	background-color: rgba(50, 50, 50, 0.3);
	font-size: 18px;
	padding: 10px 15px 10px 18px;
	color: #ffffff;
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	margin-top: -3px;
	right: 30px;
}

a.pp_next:hover, a.pp_previous:hover {
	opacity: 1;
}

a.pp_previous {
	float: left;
}

a.pp_previous:before {
	content: "\f104";
	right: auto;
	padding: 10px 18px 10px 15px;
	left: 30px;
}

a.pp_expand, a.pp_contract {
	cursor: pointer;
	display: none;
	position: absolute;
	right: 30px;
	top: 19px;
	z-index: 20000;
	font-size: 0;
	color: transparent;
	text-align: center;
}

a.pp_expand:before, a.pp_contract:before {
	font-size: 14px;
	line-height: 20px;
	color: #ffffff;
	font-family: 'FontAwesome';
	content: "\f0b2";
	background-color: rgba(50, 50, 50, 0.3);
	padding: 12px 13px;
}

a.pp_contract:before {
	content: "\f066";
}

a.pp_close {
	display: none;
	position: absolute;
	right: -7px;
	top: -25px;
	font-size: 0;
	color: transparent;
}

a.pp_close:before {
	background-color: #1c1c1c;
	padding: 6px 8px;
	font-size: 14px;
	color: #ffffff;
	font-family: 'FontAwesome';
	content: "\f00d";
}

.pp_loaderIcon {
	height: 50px;
	width: 50px;
	left: 50%;
	top: 50%;
	position: absolute;
	margin: -25px 0 0 -25px;
	text-align: center;
	-webkit-animation: spin 2s infinite linear;
	animation: spin 2s infinite linear;
}

.pp_loaderIcon:before {
	display: block;
	font-family: 'FontAwesome';
	content: "\f1ce";
	color: #ffffff;
	font-size: 50px;
	line-height: 50px;
	opacity: 0.6;
}

#pp_full_res {
	line-height: 1;
}

#pp_full_res .pp_inline {
	text-align: left;
}

#pp_full_res .pp_inline p {
	margin: 0 0 15px;
}

div.ppt {
	color: #ffffff;
	display: none;
	font-size: 18px;
	z-index: 9999;
	margin: 0 0 5px 20px;
}

.pp_top, .pp_bottom {
	position: relative;
}

* html .pp_top, * html .pp_bottom {
	padding: 0 20px;
}

.pp_top .pp_left, .pp_bottom .pp_left {
	height: 20px;
	left: 0;
	position: absolute;
	width: 20px;
}

.pp_top .pp_middle, .pp_bottom .pp_middle {
	height: 20px;
	left: 20px;
	position: absolute;
	right: 20px;
}

* html .pp_top .pp_middle, * html .pp_bottom .pp_middle {
	left: 0;
	position: static;
}

.pp_top .pp_right, .pp_bottom .pp_right {
	height: 20px;
	left: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
}

.pp_fade, .pp_gallery li.default a img {
	display: none;
}

/*
** Easy pieChart
*/
.chart {
	position: relative;
	display: inline-block;
	margin-bottom: 10px;
	text-align: center;
	line-height: 0;
}

.chart .chart-meta {
	position: absolute;
	width: 100%;
	top: 45%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}

.chart .chart-meta h4 {
	font-size: 20px;
	margin: 0;
}

.percent {
	display: inline-block;
	font-size: 45px;
	font-weight: 700;
	line-height: 1;
	z-index: 2;
	font-family: 'Lusitana', serif;
}



/* 
** toTop
*/
#toTop {
	bottom: 10px;
	right: 10px;
	display: none;
	width: 50px;
	height: 50px;
	overflow: hidden;
	position: fixed;
	text-decoration: none;
	z-index: 9999;
	font-size: 0;
	color: transparent;
	color: #ffffff;
	background-color: #66ccbe;
	border-radius: 50%;
}

@media (min-width: 768px) {
	#toTop {
		bottom: 30px;
		right: 30px;
	}
}

#toTop:after {
	color: #ffffff;
	content: '\f106';
	font-size: 16px;
	line-height: 50px;
	font-family: 'FontAwesome';
	text-align: center;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: all 0.2s linear;
}

#toTopHover, #toTop:hover {
	bottom: 15px;
	opacity: 1;
}

@media (min-width: 768px) {
	#toTopHover, #toTop:hover {
		bottom: 35px;
	}
}

#toTop:hover:after {
	color: #ffffff;
}

#toTop:active, #toTop:focus {
	outline: medium none;
}

.modal-open #toTop {
	visibility: hidden;
}

/* Countdown */
#comingsoon-countdown {
	text-align: center;
}

#comingsoon-countdown:before,
#comingsoon-countdown:after {
	clear: both;
	display: table;
	content: ' ';
}

.countdown-rtl {
	direction: rtl;
}

.countdown-row {
	clear: both;
	display: table;
	margin: auto;
	padding: 20px 0;
	text-align: center;
}

.countdown-section {
	display: table-cell;
	padding: 10px 30px 20px;
	text-align: center;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

.countdown-section:first-child {
	border-left-width: 0;
}

.countdown-amount {
	font-size: 80px;
	line-height: 1;
	font-weight: 700;
	color: #66ccbe;
}

.countdown-period {
	display: block;
	color: #323232;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	font-weight: 700;
	min-width: 11em;
}

.countdown-descr {
	display: block;
}

@media (max-width: 767px) {
	.countdown-section {
		padding: 20px 8px 0;
	}

	.countdown-amount {
		font-size: 40px;
	}

	.countdown-period {
		min-width: 4em;
		letter-spacing: 0.1em;
	}
}

/* scroll button */
.scroll_button {
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	text-align: center;
	color: #323232 !important;
	background-color: #ffffff;
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.2);
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%);
	z-index: 2;
}

.scroll_button:before {
	content: "\f107";
	font-family: FontAwesome;
	line-height: 60px;
}

.scroll_button:hover {
	-webkit-transform: translate(-50%, 60%);
	transform: translate(-50%, 60%);
}

/*
** Vertical Margins and Paddings
*/
/*same top and bottom paddings for sections*/
.section_padding_0 > [class*="container"] {
	padding: 0;
}

.section_padding_15 > [class*="container"] {
	padding-top: 15px;
	padding-bottom: 15px;
}

.section_padding_25 > [class*="container"] {
	padding-top: 25px;
	padding-bottom: 25px;
}



/*bottom paddings for sections*/
.section_padding_bottom_0 > [class*="container"] {
	padding-bottom: 0;
}

.section_padding_bottom_5 > [class*="container"] {
	padding-bottom: 5px;
}

.section_padding_bottom_15 > [class*="container"] {
	padding-bottom: 15px;
}

.section_padding_bottom_25 > [class*="container"] {
	padding-bottom: 25px;
}

.section_padding_bottom_30 > [class*="container"] {
	padding-bottom: 30px;
}

.section_padding_bottom_40 > [class*="container"] {
	padding-bottom: 40px;
}

.section_padding_bottom_50 > [class*="container"] {
	padding-bottom: 50px;
}

.section_padding_bottom_65 > [class*="container"] {
	padding-bottom: 65px;
}

.section_padding_bottom_75 > [class*="container"] {
	padding-bottom: 75px;
}

.section_padding_bottom_100 > [class*="container"] {
	padding-bottom: 100px;
}

.section_padding_bottom_130 > [class*="container"] {
	padding-bottom: 130px;
}

.section_padding_bottom_150 > [class*="container"] {
	padding-bottom: 150px;
}

.section_padding_bottom_165 > [class*="container"] {
	padding-bottom: 165px;
}

@media (max-width: 991px) {
	.section_padding_100 > [class*="container"],
  .section_padding_top_100 > [class*="container"],
  .section_padding_top_130 > [class*="container"],
  .section_padding_top_150 > [class*="container"] {
		padding-top: 75px;
	}

	.section_padding_100 > [class*="container"],
  .section_padding_bottom_100 > [class*="container"],
  .section_padding_bottom_130 > [class*="container"],
  .section_padding_bottom_150 > [class*="container"],
  .section_padding_bottom_165 > [class*="container"] {
		padding-bottom: 75px;
	}
}

.section_padding_top_15per > [class*="container"] {
	padding-top: 14.1%;
}

.section_padding_bottom_15per > [class*="container"] {
	padding-bottom: 14.1%;
}

@media (max-width: 992px) {
	.section_padding_top_15per > [class*="container"] {
		padding-top: 150px;
	}

	.section_padding_bottom_15per > [class*="container"] {
		padding-bottom: 150px;
	}
}




[class*="_0"] [class*="col-"],
header [class*="col-"],
.page_topline [class*="col-"] {
	margin-top: 0;
	margin-bottom: 0;
	min-height: 0;
}

.columns_padding_1 [class*="col-"] {
	margin-top: 0;
	margin-bottom: 1px;
}

.columns_padding_2 [class*="col-"] {
	margin-top: 1px;
	margin-bottom: 1px;
}

.columns_padding_5 [class*="col-"] {
	margin-top: 5px;
	margin-bottom: 5px;
}

.columns_padding_10 [class*="col-"] {
	margin-top: 10px;
	margin-bottom: 10px;
}

.columns_padding_1 [class*="col-"] {
	padding-left: 0;
	padding-right: 1px;
}

.columns_padding_2 [class*="col-"] {
	padding-left: 1px;
	padding-right: 1px;
}

.columns_padding_5 [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}

.columns_padding_10 [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}

.columns_padding_0 [class*="col-"] {
	padding: 0;
}

.columns_padding_0 > .container,
.columns_padding_1 > .container,
.columns_padding_2 > .container {
	padding-left: 30px;
	padding-right: 30px;
}

.columns_padding_5 > .container {
	padding-left: 25px;
	padding-right: 25px;
}

.columns_padding_10 > .container {
	padding-left: 20px;
	padding-right: 20px;
}

.columns_padding_10 > .container-fluid {
	padding-left: 30px;
	padding-right: 30px;
}

.columns_padding_0 > .container-fluid {
	padding-left: 0;
	padding-right: 0;
}

.row.columns_padding_0,
.columns_padding_0 .row {
	margin: 0;
}

.row.columns_padding_1,
.columns_padding_1 .row {
	margin-left: 0;
	margin-right: -1px;
}

.row.columns_padding_2,
.columns_padding_2 .row {
	margin-left: -1px;
	margin-right: -1px;
}

.row.columns_padding_5,
.columns_padding_5 .row {
	margin-left: -5px;
	margin-right: -5px;
}

.row.columns_padding_10,
.columns_padding_10 .row {
	margin-left: -10px;
	margin-right: -10px;
}

@media (min-width: 992px) {
	.columns_padding_25 > [class*="container"] > .row,
  .row.columns_padding_25 {
		margin-right: -25px;
		margin-left: -25px;
	}

	.columns_padding_25 > [class*="container"] > .row > [class*="col-"],
  .row.columns_padding_25 > [class*="col-"] {
		padding-left: 25px;
		padding-right: 25px;
	}

	.columns_padding_50 > [class*="container"] > .row {
		margin-right: -50px;
		margin-left: -50px;
	}

	.columns_padding_50 > [class*="container"] > .row > [class*="col-"] {
		padding-left: 50px;
		padding-right: 50px;
	}

	.columns_padding_80 > [class*="container"] > .row {
		margin-right: -50px;
		margin-left: -50px;
	}

	.columns_padding_80 > [class*="container"] > .row > [class*="col-"] {
		padding-left: 50px;
		padding-right: 50px;
	}
}

@media (min-width: 1200px) {
	.columns_padding_80 > [class*="container"] > .row {
		margin-right: -80px;
		margin-left: -80px;
	}

	.columns_padding_80 > [class*="container"] > .row > [class*="col-"] {
		padding-left: 80px;
		padding-right: 80px;
	}
}

.container_padding_60 .container-fluid {
	padding-right: 30px;
	padding-left: 30px;
}

@media (min-width: 600px) {
	.container_padding_60 .container-fluid {
		padding-right: 60px;
		padding-left: 60px;
	}
}

/*top and bottom margins for columns inside sections and rows */
.columns_margin_top_0 [class*="col-"],
.row.columns_margin_top_0 [class*="col-"] {
	margin-top: 0;
}

.columns_margin_top_5 [class*="col-"],
.row.columns_margin_top_5 [class*="col-"] {
	margin-top: 5px;
}

.columns_margin_top_10 [class*="col-"],
.row.columns_margin_top_10 [class*="col-"] {
	margin-top: 10px;
}

.columns_margin_top_15 [class*="col-"],
.row.columns_margin_top_15 [class*="col-"] {
	margin-top: 15px;
}

.columns_margin_top_20 [class*="col-"],
.row.columns_margin_top_20 [class*="col-"] {
	margin-top: 20px;
}

.columns_margin_top_30 [class*="col-"],
.row.columns_margin_top_30 [class*="col-"] {
	margin-top: 30px;
}

.columns_margin_top_60 [class*="col-"],
.row.columns_margin_top_60 [class*="col-"] {
	margin-top: 60px;
}

.columns_margin_bottom_0 [class*="col-"],
.row.columns_margin_bottom_0 [class*="col-"] {
	margin-bottom: 0;
}

.columns_margin_bottom_5 [class*="col-"],
.row.columns_margin_bottom_5 [class*="col-"] {
	margin-bottom: 5px;
}

.columns_margin_bottom_10 [class*="col-"],
.row.columns_margin_bottom_10 [class*="col-"] {
	margin-bottom: 10px;
}

.columns_margin_bottom_15 [class*="col-"],
.row.columns_margin_bottom_15 [class*="col-"] {
	margin-bottom: 15px;
}

.columns_margin_bottom_20 [class*="col-"],
.row.columns_margin_bottom_20 [class*="col-"] {
	margin-bottom: 20px;
}

.columns_margin_bottom_30 [class*="col-"],
.row.columns_margin_bottom_30 [class*="col-"] {
	margin-bottom: 30px;
}

.columns_margin_bottom_40 [class*="col-"],
.row.columns_margin_bottom_40 [class*="col-"] {
	margin-bottom: 40px;
}

/* vertical alignmetn in columns */
.table_section .container {
	height: 100%;
	padding-left: 0;
	padding-right: 0;
}

.table_section .row {
	display: table;
	min-width: 100%;
	height: 100%;
	margin-left: 0;
	margin-right: 0;
}

.table_section [class*="col-"] {
	display: table-cell;
	vertical-align: middle;
	float: none;
}

@media screen and (max-width: 767px) {
	.table_section .row,
  .table_section [class*="col-"] {
		display: block;
	}

	aside {
		margin-top: 60px !important;
	}
}

@media screen and (max-width: 991px) {
	.table_section.table_section_md .row,
  .table_section.table_section_md > [class*="container"] > .row > [class*="col-"] {
		display: block;
	}
}

@media screen and (max-width: 1199px) {
	.table_section.table_section_lg .row,
  .table_section.table_section_lg > [class*="container"] > .row > [class*="col-"] {
		display: block;
	}
}

@media screen and (min-width: 992px) {
  /* overlap featured person */
	.top-overlap {
		margin-top: -170px;
	}

	.top-overlap-small {
		margin-top: -40px;
		max-width: 140%;
		margin-right: -20%;
		margin-left: -20%;
	}
}

.section_full_height {
	min-height: 100vh;
}

.flex-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.flex-row > [class*='col-'] {
	min-width: 300px;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.flex-row > [class*='col-'] > * {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.flex-row.flex-row-vertical-centered > [class*='col-'] > * {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

@media (min-width: 768px) {
	.container-fluid > .row {
		margin-right: 0;
		margin-left: 0;
	}
}

@media (min-width: 992px) {
	.container-fluid {
		padding-right: 15px;
		padding-left: 15px;
	}
}

@media (min-width: 1200px) {
	.container-fluid {
		padding-right: 45px;
		padding-left: 45px;
	}
}

@media (min-width: 1600px) {
	.container-fluid {
		padding-right: 65px;
		padding-left: 65px;
	}
}

.fluid_padding_0 .container-fluid {
	padding-right: 15px;
	padding-left: 15px;
}

@media (max-width: 767px) {
	.table_section .container-fluid {
		padding-right: 0;
		padding-left: 0;
	}
}

/* float clear fixes */
@media (min-width: 768px) and (max-width: 991px) {
	.clear-sm {
		clear: both;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.clear-md {
		clear: both;
	}
}

@media (min-width: 1200px) {
	.clear-lg {
		clear: both;
	}
}

/*
** Common Sections Styles
*/
/*parallax*/
.image_cover,
.background_cover,
.parallax {
	background-size: cover;
}

.background_cover {
	background-position: center;
}

.image_cover {
	display: block;
	position: absolute;
	width: 50%;
	z-index: 2;
	top: 0;
	bottom: 0;
	background-position: 50% 50%;
}

.image_cover > img {
	visibility: hidden;
}

.image_cover > a {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.image_cover.image_cover_right {
	right: 0;
}

@media (max-width: 991px) {
	.image_cover {
		height: 0;
		padding-bottom: 66%;
		margin-bottom: -30px;
		width: 100%;
		position: relative;
	}
}

.image_cover + [class*='container'] [class*='col-'] > img,
.image_cover + [class*='container'] [class*='col-'] > a:after,
.image_cover + [class*='container'] [class*='col-'] > a > img {
	display: none;
}

@media (min-width: 992px) {
	.half_section.columns_padding_80 > [class*="container"] > .row {
		margin-left: 0;
		margin-right: 0;
	}
}

.parallax {
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
}

@media (max-width: 767px) {
	.parallax {
		background-size: auto auto;
	}
}

.parallax.ls:after {
	background-color: #ffffff;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=92)";
	filter: alpha(opacity=92);
	opacity: 0.92;
}

.parallax.ls.ms:after {
	background-color: #f2f2f2;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=88)";
	filter: alpha(opacity=88);
	opacity: 0.88;
}

.parallax.cs:after {
	background-color: #66ccbe;
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=90)";
	filter: alpha(opacity=83);
	opacity: 0.83;
}

.parallax.cs.main_color2:after {
	background-color: #face77;
}

.parallax.cs.main_color3:after {
	background-color: #e57885;
}

.parallax.ds:after {
	background-color: #323232;
	opacity: 0.7;
}

.background_cover.ds:after {
	background-color: #323232;
	opacity: 0.9;
}

.parallax.ds.ms:after {
	background-color: #1c1c1c;
	opacity: 0.9;
}

.parallax.abstract_background.ls:after,
.parallax.abstract_background.ds:after {
	display: none;
}

.texture_bg {
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: relative;
	background-image: url(../img/aside_bg.jpg);
}

.muted_section:before {
	background-color: rgba(50, 50, 50, 0.1);
	opacity: 1;
}

.parallax > *,
.muted_section > *,
.radial_gradient > *,
.gradient > *,
.vertical_gradient > *,
.darken_gradient > *,
.diagonal_section > *,
.background_cover > * {
	z-index: 4;
	position: relative;
}

.radial_gradient {
	position: relative;
	overflow: hidden;
}

.gradient,
.muted_section,
.vertical_gradient,
.darken_gradient,
.background_cover {
	position: relative;
}

.muted_section:before,
.muted_section:after,
.parallax:before,
.parallax:after,
.gradient:before,
.gradient:after,
.vertical_gradient:before,
.vertical_gradient:after,
.darken_gradient:before,
.darken_gradient:after,
.background_cover:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 3;
}

.background_cover:after {
	display: none;
}

.background_cover.background_overlay:after {
	display: block;
}

.muted_section:before,
.muted_section:after,
.parallax:before,
.parallax:after,
.background_cover:after {
	opacity: 0.8;
}

.gradient:before,
.dark_gradient:before {
	background: #66ccbe;
	background: linear-gradient(to right, #66ccbe 0%, #face77 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$mainColor2',GradientType=1 );
}

.vertical_gradient:before {
	background: #66ccbe;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #66ccbe 0%, #face77 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$mainColor', endColorstr='$mainColor2',GradientType=0 );
  /* IE6-9 */
}

.darken_gradient:before {
	background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.3) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#00000000',GradientType=0 );
}

.overflow_hidden {
	overflow: hidden;
	position: relative;
}

.with_top_border,
.with_bottom_border,
.with_top_border_container .container,
.with_bottom_border_container .container {
	position: relative;
}

.with_top_border:before,
.with_bottom_border:after,
.with_top_border_container .container:before,
.with_bottom_border_container .container:after {
	content: '';
	display: block;
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 0;
	background-color: #e5e5e5;
	z-index: 1;
}

.ds .with_top_border:before, .ds
.with_bottom_border:after, .ds
.with_top_border_container .container:before, .ds
.with_bottom_border_container .container:after {
	background-color: rgba(255, 255, 255, 0.2);
}

.ds.with_top_border:before, .ds.with_bottom_border:after,
.ds.with_top_border_container .container:before,
.ds.with_bottom_border_container .container:after {
	background-color: rgba(255, 255, 255, 0.2);
}

.with_top_border_container .container:before,
.with_bottom_border_container .container:after {
	right: 15px;
	left: 15px;
}

.with_bottom_border:after,
.with_bottom_border_container .container:after {
	top: auto;
	bottom: 0;
}

.bg_image,
.bg_image:after {
	background-image: url(../img/background_section.png);
}

/* Hero text in sections */
.section_header {
	margin-bottom: 30px;
	font-size: 30px;
	position: relative;
	word-wrap: break-word;
	font-weight: 400;
}

@media (min-width: 992px) {
	.section_header {
		font-size: 40px;
	}
}

.section_header + hr {
	text-align: left;
	margin-left: 0;
}

.text-center .section_header + hr,
.section_header.text-center + hr {
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

@media (min-width: 768px) {
	.text-center .section_header + hr + p,
  .section_header.text-center + hr + p {
		max-width: 65%;
		margin-right: auto;
		margin-left: auto;
	}
}

h3 + .section_header,
.big + .section_header {
	margin-top: -17px;
}

.section_header + h3 {
	margin: -5px 0 44px;
	font-size: 30px;
}

h4 + .section_header {
	margin-top: 0;
}

.section_header.big + .underheading {
	margin-bottom: 30px;
}

@media (min-width: 992px) {
	.text-center .section_header + p,
  .section_header.text-center + p {
		max-width: 650px;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
}

@media (max-width: 991px) {
	.section_header.text-center + p,
  .text-center .section_header + p {
		max-width: 100%;
	}

	.section_header + p {
		font-size: 1.1em;
		letter-spacing: 0;
	}
}

/*page preloader*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: rgba(255, 255, 255, 0.99);
	z-index: 13000;
	height: 100%;
}

.no-js .preloader,
.lt-ie9 .preloader,
.lt-ie10 .preloader {
	display: none;
}

.preloader_image {
	width: 100px;
	height: 100px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../img/preloader.gif) no-repeat 50% 50% transparent;
	margin: -50px 0 0 -50px;
}

/* animated elements */
.to_animate {
	visibility: hidden;
}

.no-js .to_animate,
.lt-ie10 .to_animate,
.lt-ie9 .to_animate {
	visibility: visible;
}

.animated {
  /*IE7 fix*/
	visibility: visible !important;
}

/* boxed layout */
#box_wrapper, #canvas {
	overflow: hidden;
	position: relative;
}

#box_wrapper > section,
#box_wrapper > div > section {
	clear: both;
}

#canvas.boxed {
	padding: 1px 0;
}

body.boxed {
	position: static;
	width: auto;
	height: auto;
}

.pattern1 {
	background-image: url(../img/pattern1.png);
}

.pattern2 {
	background-image: url(../img/pattern2.png);
}

.pattern3 {
	background-image: url(../img/pattern3.png);
}

.pattern4 {
	background-image: url(../img/pattern4.png);
}

.pattern5 {
	background-image: url(../img/pattern5.png);
}

.pattern6 {
	background-image: url(../img/pattern6.png);
}

.pattern7 {
	background-image: url(../img/pattern7.png);
}

.pattern8 {
	background-image: url(../img/pattern8.png);
}

.pattern9 {
	background-image: url(../img/pattern9.png);
}

.pattern10 {
	background-image: url(../img/pattern10.png);
}

.pattern11 {
	background-image: url(../img/pattern11.png);
}

.boxed .container,
.boxed .container-fluid,
.boxed .container-left-half,
.boxed .container-right-half {
	max-width: 100%;
}

.boxed .container,
.boxed .container-left-half,
.boxed .container-right-half {
	padding-left: 30px;
	padding-right: 30px;
}

@media (max-width: 500px) {
	.boxed .container {
		padding-left: 10px;
		padding-right: 10px;
	}
}

@media (min-width: 1400px) {
	.boxed #box_wrapper.container {
		width: 1370px;
	}
}

@media (min-width: 1590px) {
	.boxed #box_wrapper.container {
		width: 1560px;
	}
}

.boxed #box_wrapper.container {
	padding: 0;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {
	.section_bottom_overlap {
		position: absolute;
		z-index: 3;
		right: 0;
		left: 0;
	}

	.section_bottom_overlap.ds.black {
		background-color: rgba(0, 0, 0, 0.3);
	}
}

/*
**utilites
*/
/* 
**Helper Utilites 
*/
/* layout */
.clear, .clearfix {
	clear: both;
}

.alignleft {
	float: left;
	margin: 5px 30px 15px 0;
	max-width: 50%;
}

.alignright {
	float: right;
	margin: 5px 0 15px 30px;
	max-width: 50%;
}

.round {
	border-radius: 50%;
}

.rounded {
	border-radius: 5px;
}

.overflow-hidden {
	overflow: hidden;
}

.inline-block {
	display: inline-block;
	max-width: 100%;
}

.divided-content > * {
	display: inline-block;
	padding-right: 11px;
}

.divided-content > * + *:before {
	content: "|";
	display: inline-block;
	padding-right: 15px;
	color: #666666;
}

.with_padding {
	padding: 30px 20px;
}

@media (min-width: 400px) {
	.with_padding {
		padding: 35px;
	}
}

@media (min-width: 1200px) {
	.with_padding.big-padding {
		padding: 55px;
	}
}

.with_background {
	background-color: #f2f2f2;
}

.with_background.transp_black_bg {
	background-color: rgba(50, 50, 50, 0.6);
}

.muted_background {
	background-color: rgba(50, 50, 50, 0.06);
}

.with_border {
	border: 1px solid #e5e5e5;
}

.with_border.color_border {
	border-color: #66ccbe;
}

.with_shadow {
	box-shadow: 2px 0 20px rgba(0, 0, 0, 0.1);
}

.no_top_border {
	border-top: none;
}

.no_bottom_border {
	border-bottom: none;
}

.bottom_color_border {
	border-bottom: 5px solid #66ccbe;
}

.bottom-border {
	position: relative;
}

.bottom-border:after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: rgba(0, 0, 0, 0.1);
}

.before_cover,
.after_cover {
	overflow: hidden;
}

.before_cover,
.after_cover,
.before_cover > *,
.after_cover > * {
	position: relative;
	z-index: 2;
}

.before_cover:before,
.after_cover:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.top-corner {
	position: absolute;
	top: 0;
	left: 0;
	line-height: 1;
}

.big {
	font-size: 42px;
	line-height: 1;
}

@media (min-width: 768px) {
	.big {
		font-size: 52px;
	}
}

/* borders, colors and backgrouns */
.response,
.highlight {
	color: #66ccbe;
	border-color: #66ccbe;
}

.highlight2 {
	color: #face77;
	border-color: #face77;
}

.highlight3 {
	color: #e34f61;
	border-color: #e34f61;
}

.red, .required {
	color: #fa5c5d;
}

.lightgrey {
	color: #bebebe;
}

.black {
	color: #1c1c1c;
	border-color: #1c1c1c;
}

.grey {
	color: #323232;
	border-color: #323232;
}

.greylinks a {
	color: #666666;
}

.greylinks a.social-icon {
	color: rgba(102, 102, 102, 0.6);
}

.greylinks a.social-icon:hover, .greylinks a.social-icon:focus, .greylinks a.social-icon:active {
	color: #66ccbe;
}

.greylinks a.social-icon.border-icon {
	border-color: rgba(102, 102, 102, 0.6);
}

.greylinks a.social-icon.border-icon:hover, .greylinks a.social-icon.border-icon:focus, .greylinks a.social-icon.border-icon:active {
	color: #66ccbe;
	border-color: rgba(102, 102, 102, 0.6);
}

.darklinks a {
	color: #323232;
}

.colorlinks a {
	color: #face77;
}

.colorlinks a:hover, .colorlinks a:focus, .colorlinks a:active {
	color: #66ccbe;
}

.color2links a,
.color2links a.social-icon {
	color: #face77;
}

.color2links a:hover, .color2links a:focus, .color2links a:active,
.color2links a.social-icon:hover,
.color2links a.social-icon:focus,
.color2links a.social-icon:active {
	color: #323232;
}

.underlined-links a {
	text-decoration: underline;
}

.thin {
	font-weight: 300;
}

.regular {
	font-weight: 400;
}

.medium {
	font-weight: 500;
}

.bold {
	font-weight: 700;
}

.success_color {
	color: #face77;
}

.info_color {
	color: #66ccbe;
}

.warning_color {
	color: #712357;
}

.danger_color {
	color: #e34f61;
}

.main_bg_color,
.main_bg_color2,
.main_bg_color3,
.dark_bg_color,
.darkblue_bg_color,
.darkgrey_bg_color,
.success_bg_color,
.info_bg_color,
.warning_bg_color,
.danger_bg_color,
.danger_bg_color {
	color: #ffffff;
}

.main_bg_color h1, .main_bg_color h2, .main_bg_color h3, .main_bg_color h4, .main_bg_color h5, .main_bg_color h6,
.main_bg_color2 h1,
.main_bg_color2 h2,
.main_bg_color2 h3,
.main_bg_color2 h4,
.main_bg_color2 h5,
.main_bg_color2 h6,
.main_bg_color3 h1,
.main_bg_color3 h2,
.main_bg_color3 h3,
.main_bg_color3 h4,
.main_bg_color3 h5,
.main_bg_color3 h6,
.dark_bg_color h1,
.dark_bg_color h2,
.dark_bg_color h3,
.dark_bg_color h4,
.dark_bg_color h5,
.dark_bg_color h6,
.darkblue_bg_color h1,
.darkblue_bg_color h2,
.darkblue_bg_color h3,
.darkblue_bg_color h4,
.darkblue_bg_color h5,
.darkblue_bg_color h6,
.darkgrey_bg_color h1,
.darkgrey_bg_color h2,
.darkgrey_bg_color h3,
.darkgrey_bg_color h4,
.darkgrey_bg_color h5,
.darkgrey_bg_color h6,
.success_bg_color h1,
.success_bg_color h2,
.success_bg_color h3,
.success_bg_color h4,
.success_bg_color h5,
.success_bg_color h6,
.info_bg_color h1,
.info_bg_color h2,
.info_bg_color h3,
.info_bg_color h4,
.info_bg_color h5,
.info_bg_color h6,
.warning_bg_color h1,
.warning_bg_color h2,
.warning_bg_color h3,
.warning_bg_color h4,
.warning_bg_color h5,
.warning_bg_color h6,
.danger_bg_color h1,
.danger_bg_color h2,
.danger_bg_color h3,
.danger_bg_color h4,
.danger_bg_color h5,
.danger_bg_color h6,
.danger_bg_color h1,
.danger_bg_color h2,
.danger_bg_color h3,
.danger_bg_color h4,
.danger_bg_color h5,
.danger_bg_color h6 {
	color: #ffffff;
}

.main_bg_color {
	background-color: #66ccbe;
}

.main_bg_color2 {
	background-color: #face77;
}

.main_bg_color3 {
	background-color: #e34f61;
}

.main_bg_color3.transparent {
	background-color: rgba(227, 79, 97, 0.75);
}

.dark_bg_color {
	background-color: #1c1c1c;
}

.darkblue_bg_color {
	color: #ffffff;
	background-color: #2f363c;
}

.darkgrey_bg_color {
	color: #ffffff;
	background-color: #323232;
}

.success_bg_color {
	background-color: #face77;
}

.info_bg_color {
	background-color: #66ccbe;
}

.warning_bg_color {
	background-color: #712357;
}

.danger_bg_color {
	background-color: #e34f61;
}

.light_bg_color {
	background-color: #ffffff;
}

.transp_gradient_bg {
	background: linear-gradient(to right, rgba(250, 206, 119, 0.9), rgba(227, 79, 97, 0.9));
}

.theme_bg {
	background-color: #ffffff;
}

/*dividers, margins and paddings*/
.divider_20 {
	margin: 20px 0;
}

.divider_25 {
	margin: 25px 0;
}

.divider_30 {
	margin: 30px 0;
}

.divider_40 {
	margin: 40px 0;
}

.divider_70_1 {
	width: 70px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

.divider_30_2 {
	width: 30px;
	height: 2px;
}

.margin_0 {
	margin: 0 !important;
}

.topmargin_0 {
	margin-top: 0 !important;
}

.topmargin_1 {
	margin-top: 1px;
}

.topmargin_10 {
	margin-top: 10px;
}

.topmargin_20 {
	margin-top: 20px;
}

.topmargin_25 {
	margin-top: 25px;
}

.topmargin_30 {
	margin-top: 30px;
}

.topmargin_40 {
	margin-top: 40px;
}

.topmargin_45 {
	margin-top: 45px;
}

.topmargin_50 {
	margin-top: 50px;
}

.topmargin_60 {
	margin-top: 60px;
}

.bottommargin_0 {
	margin-bottom: 0 !important;
}

.bottommargin_5 {
	margin-bottom: 5px;
}

.bottommargin_10 {
	margin-bottom: 10px;
}

.bottommargin_20 {
	margin-bottom: 20px;
}

.bottommargin_25 {
	margin-bottom: 25px;
}

.bottommargin_30 {
	margin-bottom: 30px;
}

.bottommargin_40 {
	margin-bottom: 40px;
}

.bottommargin_50 {
	margin-bottom: 50px;
}

.bottommargin_60 {
	margin-bottom: 60px;
}

.leftmargin_10 {
	margin-left: 10px;
}

.leftmargin_20 {
	margin-left: 20px;
}

.leftmargin_30 {
	margin-left: 30px;
}

.leftmargin_40 {
	margin-left: 40px;
}

.leftmargin_50 {
	margin-left: 50px;
}

.leftmargin_60 {
	margin-left: 60px;
}

.rightmargin_10 {
	margin-right: 10px;
}

.rightmargin_20 {
	margin-right: 20px;
}

.rightmargin_30 {
	margin-right: 30px;
}

.rightmargin_40 {
	margin-right: 40px;
}

.rightmargin_50 {
	margin-right: 50px;
}

.rightmargin_60 {
	margin-right: 60px;
}

.padding_0 {
	padding: 0;
}

.padding_10 {
	padding: 10px;
}

.padding_20 {
	padding: 20px;
}

.padding_30 {
	padding: 30px;
}

.padding_40 {
	padding: 40px;
}

.toppadding_10 {
	padding-top: 10px;
}

.toppadding_20 {
	padding-top: 20px;
}

.toppadding_30 {
	padding-top: 30px;
}

.toppadding_40 {
	padding-top: 40px;
}

.toppadding_50 {
	padding-top: 50px;
}

.toppadding_60 {
	padding-top: 60px;
}

.bottompadding_10 {
	padding-bottom: 10px;
}

.bottompadding_20 {
	padding-bottom: 20px;
}

.bottompadding_30 {
	padding-bottom: 30px;
}

.bottompadding_40 {
	padding-bottom: 40px;
}

.bottompadding_50 {
	padding-bottom: 50px;
}

.bottompadding_60 {
	padding-bottom: 60px;
}

.leftpadding_10 {
	padding-left: 10px;
}

.leftpadding_20 {
	padding-left: 20px;
}

.leftpadding_30 {
	padding-left: 30px;
}

.leftpadding_40 {
	padding-left: 40px;
}

.leftpadding_50 {
	padding-left: 50px;
}

.leftpadding_60 {
	padding-left: 60px;
}

.rightpadding_5 {
	padding-right: 5px;
}

.rightpadding_10 {
	padding-right: 10px;
}

.rightpadding_20 {
	padding-right: 20px;
}

.rightpadding_25 {
	padding-right: 25px;
}

.rightpadding_30 {
	padding-right: 30px;
}

.rightpadding_40 {
	padding-right: 40px;
}

.rightpadding_50 {
	padding-right: 50px;
}

.rightpadding_60 {
	padding-right: 60px;
}

.fontsize_14 {
	font-size: 14px;
}

.fontsize_16 {
	font-size: 16px;
}

.fontsize_18 {
	font-size: 18px;
}

.fontsize_20 {
	font-size: 20px;
}

.fontsize_22 {
	font-size: 22px;
}

.fontsize_24 {
	font-size: 24px;
}

.fontsize_28 {
	font-size: 28px;
}

.fontsize_30 {
	font-size: 30px;
}

.fontsize_32 {
	font-size: 32px;
}

.lineheight_thin {
	line-height: 24px;
}

/*alignment*/
.display_table {
	display: table;
	min-width: 100%;
	height: 100%;
	margin: auto;
	border-collapse: collapse;
}

.display_table_cell {
	display: table-cell;
	vertical-align: middle;
	float: none;
	overflow: hidden;
	zoom: 1;
	box-sizing: border-box;
}

@media (min-width: 1200px) {
	.pull-lg-right {
		float: right;
	}

	.pull-lg-left {
		float: left;
	}

	.text-lg-right {
		text-align: right;
	}

	.text-lg-left {
		text-align: left;
	}

	.text-lg-center {
		text-align: center;
	}

	.display_table_lg {
		display: table;
		min-width: 100%;
		height: 100%;
		margin: auto;
		border-collapse: collapse;
	}

	.display_table_cell_lg {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
		box-sizing: border-box;
	}
}

@media (min-width: 992px) {
	.pull-md-right {
		float: right;
	}

	.pull-md-left {
		float: left;
	}

	.text-md-right {
		text-align: right;
	}

	.text-md-left {
		text-align: left;
	}

	.text-md-center {
		text-align: center;
	}

	.display_inline_md {
		display: inline;
	}

	.display_table_md {
		display: table;
		min-width: 100%;
		height: 100%;
		margin: auto;
		border-collapse: collapse;
	}

	.display_table_cell_md {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
		box-sizing: border-box;
	}
}

@media (min-width: 768px) {
	.pull-sm-right {
		float: right;
	}

	.pull-sm-left {
		float: left;
	}

	.text-sm-right {
		text-align: right;
	}

	.text-sm-left {
		text-align: left;
	}

	.text-sm-center {
		text-align: center;
	}

	.display_table_sm {
		display: table;
		min-width: 100%;
		height: 100%;
		margin: auto;
		border-collapse: collapse;
	}

	.display_table_cell_sm {
		display: table-cell;
		vertical-align: middle;
		float: none;
		overflow: hidden;
		zoom: 1;
		box-sizing: border-box;
	}
}

@media (max-width: 767px) {
	.text-xs-right {
		text-align: right;
	}

	.text-xs-left {
		text-align: left;
	}

	.text-xs-center {
		text-align: center;
	}
}

@media (max-width: 500px) {
	.hidden-xxs {
		display: none;
	}
}

.inline-dropdown {
	list-style: none;
	margin: 0;
}

.inline-dropdown > li {
	display: inline-block;
	margin: 0 -2px;
}

.small-text {
	font-weight: 400;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 0.05em;
}

.small-text.small {
	font-size: 11px;
	font-weight: 400;
}

.nowrap {
	white-space: nowrap;
}

.media.inline-block {
	display: inline-block;
}

.media.inline-block .media-body {
	width: auto;
}

.content-justify {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.content-justify.vertical-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.content-justify.content-margins > * {
	margin-top: 10px;
	margin-bottom: 10px;
}

.inline-content {
	margin-right: -3px;
	margin-left: -3px;
}

.inline-content > * {
	display: inline-block;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 10px;
}

.clipped img {
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
}

/* media items - common side and vertical items */
.with_border .item-media,
.with_border .entry-thumbnail {
	margin: -1px -1px -2px -1px;
	z-index: 1;
}

.with_border.full-padding .item-media {
	margin: 0;
}

/* side and vertical items paddings */
.side-item .row {
	margin: 0;
}

.side-item .row [class*="col-"] {
	padding: 0;
	margin: 0;
}

.side-item .item-title + .item-content {
	padding-top: 20px;
}

.side-item [class*="col-"] > .item-title {
	padding: 15px 30px;
}

.side-item [class*="col-"] > .item-title h2, .side-item [class*="col-"] > .item-title h3, .side-item [class*="col-"] > .item-title h4 {
	margin: 0;
}

.side-item.with_border [class*="col-"] > .item-title {
	margin: -1px;
}

.flex-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
}

.flex-content > * {
	-webkit-box-ordinal-group: 2;
	-ms-flex-order: 1;
	order: 1;
}

@media (min-width: 992px) {
	.flex-content .entry-meta {
		-webkit-box-ordinal-group: 1;
		-ms-flex-order: 0;
		order: 0;
	}

	.flex-content .entry-meta:before {
		top: auto;
		bottom: 0;
	}
}

/*-xs- side-item paddings and margins*/
@media (max-width: 767px) {
	.no-content-padding [class*='col-xs-'] .item-content,
  .full-padding [class*='col-xs-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-xs-'][class*='col-xs-pull'] .item-content,
  .full-padding [class*='col-xs-'][class*='col-xs-pull'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-xs-12 .item-content,
  .full-padding .col-xs-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

/*-sm- side-item paddings and margins*/
@media (min-width: 768px) {
	.no-content-padding [class*='col-sm-'] .item-content,
  .full-padding [class*='col-sm-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-sm-'][class*='col-sm-pull'] .item-content,
  .full-padding [class*='col-sm-'][class*='col-sm-pull'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-sm-12 .item-content,
  .full-padding .col-sm-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

/*-md- side-item paddings and margins*/
@media (min-width: 992px) {
	.no-content-padding [class*='col-md-'] .item-content,
  .full-padding [class*='col-md-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-md-'][class*='col-md-pull'] .item-content,
  .full-padding [class*='col-md-'][class*='col-md-pull'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-md-12 .item-content,
  .full-padding .col-md-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

/*-lg- side-item paddings and margins*/
@media (min-width: 1200px) {
	.no-content-padding [class*='col-lg-'] .item-content,
  .full-padding [class*='col-lg-'] .item-content {
		padding-left: 30px;
	}

	.no-content-padding [class*='col-lg-'][class*='col-lg-pull'] .item-content,
  .full-padding [class*='col-lg-'][class*='col-lg-pull'] .item-content {
		padding-left: 0;
		padding-right: 30px;
	}

	.no-content-padding .col-lg-12 .item-content,
  .full-padding .col-lg-12 .item-content {
		padding-top: 30px;
		padding-left: 0;
		padding-right: 0;
	}
}

.vertical-item.post .item-content {
	padding-top: 0;
}

.vertical-item h3 {
	line-height: 1.1;
	margin-bottom: 30px;
}

.vertical-item h4 {
	line-height: 1.25;
}

.vertical-item .list1 {
	text-align: left;
	margin: 0;
}

.vertical-item .list1 + .social-icons {
	margin-top: 30px;
}

.vertical-item.content-padding .item-content {
	padding: 30px 20px;
}

@media (min-width: 400px) {
	.vertical-item.content-padding .item-content {
		padding: 45px 35px;
	}
}

@media (min-width: 1200px) {
	.vertical-item.big-padding .item-content {
		padding: 55px;
	}
}

.vertical-item.content-absolute {
	position: relative;
}

.vertical-item.content-absolute .item-content {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 20px;
	z-index: 2;
}

@media (min-width: 400px) {
	.vertical-item.content-absolute .item-content {
		padding: 30px;
	}
}

.vertical-item.content-absolute.vertical-center .item-content {
	top: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.vertical-item + .item-title {
	padding: 10px 30px;
}

.vertical-item + .item-title h2, .vertical-item + .item-title h3, .vertical-item + .item-title h4 {
	margin: 0;
}

.vertical-item.hover-content {
	overflow: hidden;
}

.vertical-item.hover-content .item-content {
	margin-bottom: -100px;
	opacity: 0;
	transition: all 0.4s ease 0s;
}




/* item meta */
.item-meta {
	font-size: 14px;
	margin-bottom: 5px;
}

.item-meta i {
	width: 1em;
	text-align: center;
	position: relative;
	font-size: 20px;
	top: 2px;
}

/* item media links */
.item-media {
	position: relative;
	overflow: hidden;
}

.item-media img {
	width: 100%;
}

a.bottom-right-corner {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 50px;
	height: 50px;
	border: 25px solid transparent;
	border-right-color: #face77;
	border-bottom-color: #face77;
	font-size: 13px;
	z-index: 0;
}

a.bottom-right-corner i {
	color: #ffffff;
	position: absolute;
	right: -16px;
	bottom: -16px;
	z-index: 1;
	transition: all 0.2s ease 0s;
}

a.bottom-right-corner:hover i, a.bottom-right-corner:focus i, a.bottom-right-corner:active i {
	color: #e34f61;
}

.media-links {
	text-align: center;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.media-links div {
	position: absolute;
	top: 50%;
	width: 100%;
	margin-top: -25px;
	z-index: 4;
}

.media-links:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(38, 38, 38, 0.5);
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.2s linear;
}

.item:hover .media-links:before {
	opacity: 1;
}

.media-links a.abs-link {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
}

.item:hover .media-links a.abs-link {
	opacity: 1;
}

.item .links-wrap a.g-view {
	position: relative;
	width: 50px;
	height: 50px;
	line-height: 46px;
	top: -100px;
	border: 2px solid transparent;
	border-radius: 5px;
	display: inline-block;
	z-index: 5;
	font-size: 16px;
	text-align: center;
	filter: alpha(opacity=0);
	opacity: 0;
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	-webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.item.links-wrap a.g-view {
	color: #66ccbe;
}

.item .links-wrap a.g-view:hover {
	color: #323232;
}

.item .links-wrap a.p-link {
	transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	-moz-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	-ms-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	-o-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
	-webkit-transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.1s;
}

.item .links-wrap a.p-link:hover {
	color: #66ccbe;
}

.item.links-wrap a:before {
	font-family: 'FontAwesome';
	content: "\f002";
}

.item .links-wrap a.p-link:before {
	content: "\f041";
}

.item :hover .links-wrap a.g-view {
	top: 0px;
	filter: alpha(opacity=100);
	opacity: 1;
}

.item :hover .media-links div {
	filter: alpha(opacity=100);
	opacity: 1;
}

.gg-container{
						display: block;
						float: left;
						width: 100%;
					}
					.item .links-wrap a.g-view:before {
						font-family: 'FontAwesome';
						content: "\f002";
					}


.isotope-item .thumbnail {
	margin-bottom: 30px;
}

.thumbnail h3 {
	font-size: 20px;
	margin-bottom: 2px;
}

.thumbnail h3 a {
	color: inherit;
}

.thumbnail h3 + p {
	color: #66ccbe;
	margin-bottom: 10px;
}

.thumbnail .caption {
	color: #666666;
	background-color: transparent;
	padding: 26px 20px 26px;
}
.isotope-item{
	
	padding:3px !important;
}

.gg-container{
						display: block;
						float: left;
						width: 100%;
					}
					.item .links-wrap a.g-view:before {
						font-family: 'FontAwesome';
						content: "\f002";
					}
					.gg-element{
						position:relative;
					}

