/**
 * ---------------------------------------------------------
 * BUTTON
 * ---------------------------------------------------------
 */
.pro-btn {
	display: inline-block;
	vertical-align: middle;
	margin: 3px 3px 3px 0;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	cursor: pointer;
	font-weight: 700;
	text-transform: uppercase;
	background: none;
	border: 2px solid transparent;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
.pro-btn:hover {
	text-decoration: none;
}
.pro-btn:focus {
	outline: none;
}
.pro-btn-flat {
	color: #fff !important;
}
.pro-btn-flat:hover {
	color: white !important;
}
.pro-btn-flat-accent {
	background-color: #a0ce4c;
}
.pro-btn-flat-accent:hover {
	background-color: #a0ce4c;
}
.pro-btn-flat-blue {
	background-color: #428bca;
}
.pro-btn-flat-blue:hover {
	background-color: #6aa3d5;
}
.pro-btn-flat-green {
	background-color: #a0ce4c;
}
.pro-btn-flat-green:hover {
	background-color: #85B62B;
}
.pro-btn-flat-red {
	background-color: #d9534f;
}
.pro-btn-flat-red:hover {
	background-color: #e27c79;
}
.pro-btn-flat-yellow {
	background-color: #f0ad4e;
}
.pro-btn-flat-yellow:hover {
	background-color: #f4c37d;
}
.pro-btn-flat-gray {
	background-color: #666666;
}
.pro-btn-flat-gray:hover {
	background-color: gray;
}
.pro-btn-flat-black {
	background-color: #262626;
}
.pro-btn-flat-black:hover {
	background-color: #3c3c3c;
}
.pro-btn-flat-white {
	color: #222222 !important;
	background-color: white;
}
.pro-btn-flat-white:hover {
	color: white !important;
	background-color: #222222;
}
.pro-btn-outlined:hover {
	color: white !important;
}
.pro-btn-outlined-accent {
	color: #428bca !important;
	border-color: #428bca;
}
.pro-btn-outlined-accent:hover {
	background-color: #428bca;
}
.pro-btn-outlined-blue {
	color: #428bca !important;
	border-color: #428bca;
}
.pro-btn-outlined-blue:hover {
	background-color: #428bca;
}
.pro-btn-outlined-green {
	color: #5cb85c !important;
	border-color: #5cb85c;
}
.pro-btn-outlined-green:hover {
	background-color: #5cb85c;
}
.pro-btn-outlined-red {
	color: #d9534f !important;
	border-color: #d9534f;
}
.pro-btn-outlined-red:hover {
	background-color: #d9534f;
}
.pro-btn-outlined-yellow {
	color: #f0ad4e !important;
	border-color: #f0ad4e;
}
.pro-btn-outlined-yellow:hover {
	background-color: #f0ad4e;
}
.pro-btn-outlined-gray {
	color: #666666 !important;
	border-color: #666666;
}
.pro-btn-outlined-gray:hover {
	background-color: #666666;
}
.pro-btn-outlined-black {
	color: #222222 !important;
	border-color: #222222;
}
.pro-btn-outlined-black:hover {
	background-color: #222222;
}
.pro-btn-outlined-white {
	color: white !important;
	border-color: white;
}
.pro-btn-outlined-white:hover {
	color: #222222 !important;
	background-color: white;
}
.pro-btn-3d {
	position: relative;
	top: 0;
	border: none;
	color: #fff !important;
	-webkit-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
.pro-btn-3d:active {
	top: 0.30em;
	-webkit-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
	box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.5);
}
.pro-btn-3d-accent {
	background-color: #428bca;
	-webkit-box-shadow: 0 0.3em 0 #3071a9;
	box-shadow: 0 0.3em 0 #3071a9;
}
.pro-btn-3d-blue {
	background-color: #428bca;
	-webkit-box-shadow: 0 0.3em 0 #3071a9;
	box-shadow: 0 0.3em 0 #3071a9;
}
.pro-btn-3d-green {
	background-color: #5cb85c;
	-webkit-box-shadow: 0 0.3em 0 #449d44;
	box-shadow: 0 0.3em 0 #449d44;
}
.pro-btn-3d-red {
	background-color: #d9534f;
	-webkit-box-shadow: 0 0.3em 0 #c9302c;
	box-shadow: 0 0.3em 0 #c9302c;
}
.pro-btn-3d-yellow {
	background-color: #f0ad4e;
	-webkit-box-shadow: 0 0.3em 0 #ec971f;
	box-shadow: 0 0.3em 0 #ec971f;
}
.pro-btn-3d-gray {
	background-color: #666666;
	-webkit-box-shadow: 0 0.3em 0 #4d4d4d;
	box-shadow: 0 0.3em 0 #4d4d4d;
}
.pro-btn-3d-black {
	background-color: #222222;
	-webkit-box-shadow: 0 0.3em 0 #090909;
	box-shadow: 0 0.3em 0 #090909;
}
.pro-btn-3d-white {
	color: #222222 !important;
	background-color: white;
	-webkit-box-shadow: 0 0.3em 0 #e6e6e6;
	box-shadow: 0 0.3em 0 #e6e6e6;
}
.pro-btn-rounded {
	-webkit-border-radius: 0.2em;
	-moz-border-radius: 0.2em;
	border-radius: 0.2em;
}
.pro-btn-pill {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.pro-btn-circle {
	width: 6em;
	height: 6em;
	line-height: 6em !important;
	padding: 0 !important;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.pro-btn-flat.pro-btn-circle,
.pro-btn-flat.pro-btn-pill {
	border: none;
}
.pro-btn-xxs {
	font-size: 11px;
	padding: 6px 12px;
	line-height: 1.2244897963;
}
.pro-btn-xs {
	font-size: 12px;
	padding: 6px 16px;
	line-height: 1.2244897963;
}
.pro-btn-sm {
	font-size: 13px;
	padding: 7px 18px;
	line-height: 1.3265306126;
}
.pro-btn-md {
	font-size: 14px;
	padding: 8px 20px;
	line-height: 1.428571429;
}
.pro-btn-lg {
	font-size: 16px;
	padding: 8px 24px;
	line-height: 1.6326530617;
}
.pro-btn-xl {
	font-size: 18px;
	padding: 8px 24px;
	line-height: 1.8367346944;
}
.pro-btn-xxl {
	font-size: 30px;
	padding: 15px 30px;
	line-height: 1.8367346944;
	border-width: 5px;
}
.pro-btn-block {
	display: block !important;
	margin-left: 0;
	margin-right: 0;
}
.pro-btn-no-bold {
	font-weight: normal;
}
.pro-btn-no-uppercase {
	text-transform: none;
}
.pro-btn-no-transition {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.pro-btn .pro-in {
	font-size: 1em;
	line-height: 3px;
	margin: -2px 6px 0 -3px;
	vertical-align: middle;
	display: inline-block;
}
.pro-btn-align.text-left {
	display: inline-block;
}
.pro-btn-align.text-center {
	display: block;
}
.pro-btn-align.text-center .pro-btn {
	margin-left: 3px;
}
.pro-btn-align.text-right {
	float: right;
}
.pro-btn-align.text-right .pro-btn {
	margin-left: 3px;
	margin-right: 0;
}
.pro-btn-shadow {
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.2);
}
.pro-btn-group {
	text-align: center;
	white-space: nowrap;
}
.pro-btn-group .pro-btn:first-child {
	border-right: 0;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
}
.pro-btn-group .pro-btn:not(:first-child):not(:last-child) {
	border-left: 0;
	border-right: 0;
	border-radius: 0;
}
.pro-btn-group .pro-btn:last-child {
	border-left: 0;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.pro-btn-group .pro-btn {
	margin: 0;
}
/**
 * ---------------------------------------------------------
 * CALLOUT
 * ---------------------------------------------------------
 */
.pro-cta {
	position: relative;
	margin-bottom: 40px;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	font-size: 13px;
	display: table;
	width: 100%;
}
.pro-cta:before {
	content: "";
	position: absolute;
}
.pro-cta .row {
	display: table;
}
.pro-cta-block {
	position: relative;
	z-index: 1;
	display: table-cell;
	vertical-align: middle;
	float: none;
	padding: 30px;
}
.pro-cta-block:nth-child(2n) {
	padding-left: 0;
}
.pro-cta-outlined {
	position: absolute;
	z-index: 0;
	left: -1px;
	right: -1px;
	top: -1px;
	bottom: -1px;
	border-style: solid;
	border-width: 0;
	border-color: #a0ce4c;
}
.pro-cta-top {
	border-top-width: 3px;
}
.pro-cta-right {
	border-right-width: 3px;
}
.pro-cta-bottom {
	border-bottom-width: 3px;
}
.pro-cta-left {
	border-left-width: 3px;
}
.pro-cta-bgcolor {
	color: #fff;
	border: none;
	background-color: #a0ce4c;
}
/**
 * ---------------------------------------------------------
 * FAQ
 * ---------------------------------------------------------
 */
.pro-faq-filter {
	border-bottom: 1px solid #e8e8e8;
}
.pro-faq-filter a {
	display: inline-block;
	font-weight: 700;
	padding: 10px 15px 12px;
	margin-bottom: -1px;
	color: #333;
	border-bottom: 2px solid transparent;
	-webkit-transition: border-color 0.2s ease-in-out;
	-o-transition: border-color 0.2s ease-in-out;
	transition: border-color 0.2s ease-in-out;
}
.pro-faq-filter a:hover {
	color: #a0ce4c;
	text-decoration: none;
}
.pro-faq-filter a.active {
	color: #a0ce4c;
	border-color: #a0ce4c;
}
.pro-faq-isotope {
	padding: 20px 0;
}
.pro-faq-item {
	position: relative !important;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	max-height: auto;
	opacity: 1;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.pro-faq-hidden {
	max-height: 0;
	position: relative;
	overflow: hidden;
	opacity: 0;
}
/*
 * ---------------------------------------------------------
 * 06. PORTFOLIO
 * ---------------------------------------------------------
 */
.isotope-wrapper {
	opacity: 0;
	
}
.isotope-wrapper.isotope-loaded {
	opacity: 1;
}
.portfolio-loop a:hover {
	text-decoration: none;
}
.isotope-filter {
	margin-top: 10px;
	margin-bottom: 22px;
}
.isotope-filter a {
	display: inline-block;
	font-size: 13px;
	padding: 4px 16px;
	color: #aaa;
	border: 1px solid #ccc;
}
.isotope-filter a:hover, .isotope-filter a.active {
	color: #a0ce4c;
	border-color: #a0ce4c;
}
.isotope-filter.text-left a {
	margin-right: 5px;
}
.isotope-filter.text-center a {
	margin: 0 2px 8px 2px;
}
.isotope-filter.text-right a {
	margin-left: 5px;
}
.isotope-filter-pill a {
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}
.isotope-filter-rounded a {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.isotope-item.col-md-ten,
.isotope-item.col-md-nine,
.isotope-item.col-md-eight,
.isotope-item.col-md-seven,
.isotope-item.col-md-five {
	padding-left: 15px;
	padding-right: 15px;
}
.isotope-item.col-md-five {
	width: 20%;
}
.isotope-item.col-md-seven {
	width: 14.28%;
}
.isotope-item.col-md-eight {
	width: 12.5%;
}
.isotope-item.col-md-nine {
	width: 11.1%;
}
.isotope-item.col-md-ten {
	width: 10%;
}
.isotope-item.col-md-eleven {
	width: 9%;
}
.portfolio-default .isotope-item {
	margin-bottom: 30px;
}
.portfolio-without-space .isotope-item {
	padding: 0;
}
.portfolio-with-one-px .isotope-item {
	padding-left: 0;
	padding-right: 0;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: transparent;
}
.vc-shortcode .container-fluid .portfolio-without-space .isotope-portfolio {
	margin-left: -15px;
	margin-right: -15px;
}
.vc-shortcode .container-fluid .portfolio-with-one-px .isotope-portfolio {
	margin-left: -15px;
	margin-right: -15px;
}
.vc-shortcode .container-fluid .portfolio-default .isotope-portfolio {
	margin-left: -5px;
	margin-right: -5px;
}
.container-fluid .portfolio-without-space .isotope-portfolio {
	margin-left: 0;
	margin-right: 0;
}
.container-fluid .portfolio-with-one-px .isotope-portfolio {
	margin-left: 0;
	margin-right: 0;
}
.container-fluid .portfolio-default .isotope-portfolio {
	margin-left: 15px;
	margin-right: 15px;
}
.portfolio-item {
	position: relative;
	width: 100%;
	height: 100%;
}
.portfolio-item img {
	width: 100%;
}
.portfolio-item-info {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 3;
	height: 100%;
	width: 100%;
	padding: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.75);
	opacity: 0;
}
.portfolio-item-info:hover {
	opacity: 1;
}
.portfolio-item-info:hover .portfolio-item-block {
	margin-bottom: 0;
}
.portfolio-item-hover {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.portfolio-item-categories {
	color: #fff;
	font-size: 13px;
	margin-bottom: -15px;
	opacity: 0.6;
}
.portfolio-item-title {
	display: block;
	margin-top: 0;
	margin-bottom: 0;
	color: #fff;
	font-size: 20px;
	padding: 0 10px;
}
.portfolio-item-block {
	display: block;
	margin-bottom: -15px;
}
.portfolio-item-block .item-icon {
	position: relative;
	opacity: 0.5;
}
.portfolio-item-block .item-icon:hover {
	opacity: 1;
}
.portfolio-item-block .item-icon .fa {
	display: inline-block;
	width: 38px;
	height: 38px;
	font-size: 12px;
	line-height: 36px;
	margin: 0 3px;
	color: #fff;
	border: 1px solid #fff;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
}
.portfolio-item-block .love-count {
	display: none;
	position: absolute;
	left: 0;
	width: 100%;
	font-size: 11px;
}
.portfolio-item-block .entry-loved {
	opacity: 1;
}
.portfolio-item-block .entry-loved .love-count {
	display: block;
	top: 8px;
	opacity: 1;
}
.portfolio-item-block .entry-loved .fa {
	color: #d63e33;
	border-color: #d63e33;
}
.portfolio-item-block .entry-loved .fa:before {
	position: relative;
	top: -5px;
}
.portfolio-item-block .item-icon-wrapper {
	display: block;
	margin-bottom: 10px;
}
.portfolio-item-description {
	position: relative;
}
.portfolio-item-description .item-title {
	margin: 10px 70px 0 0;
}
.portfolio-item-description .item-title a {
	color: #333;
}
.portfolio-item-description .item-title a:hover {
	color: #a0ce4c;
}
.portfolio-item-description .item-date,
.portfolio-item-description .item-cats {
	display: inline-block;
	font-size: 12px;
	margin-top: 5px;
	opacity: 0.7;
}
.portfolio-item-description .item-excerpt {
	margin-top: 10px;
}
.portfolio-item-description .item-love-it {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 12px;
}
.portfolio-item-description .item-love-it a {
	color: #aaa;
}
.portfolio-item-description .item-love-it a:hover {
	color: #d63e33;
}
.ajax-portfolio-container {
	position: relative;
	overflow: hidden;
	max-height: 0;
	opacity: 0;
	-webkit-transition: all 0.5s ease-out;
	-o-transition: all 0.5s ease-out;
	transition: all 0.5s ease-out;
}
.ajax-portfolio-container.project-opened {
	max-height: 1500px;
	opacity: 1;
}
.ajax-portfolio-container .ajax-portfolio-wrapper {
	margin: 30px 0;
}
.ajax-control {
	text-align: center;
	margin-bottom: 30px;
}
.ajax-close {
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	font-size: 14px;
	color: #aaa;
	border: 1px solid #ccc;
	-webkit-border-radius: 40px;
	-moz-border-radius: 40px;
	border-radius: 40px;
}
.ajax-close:hover {
	color: #a0ce4c;
	border-color: #a0ce4c;
}
.ajax-close:before {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -7px;
	margin-left: -5px;
}
.single-portfolio .main-content {
	position: relative;
}
.nav-portfolio a {
	display: block;
	overflow: hidden;
	position: absolute;
	top: 50%;
	z-index: 10;
	width: 30px;
	height: 80px;
	margin-top: -40px;
	background-color: rgba(0, 0, 0, 0.2);
	-webkit-transition: width 0.3s, background-color 0.3s;
	-o-transition: width 0.3s, background-color 0.3s;
	transition: width 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
	transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}
.nav-portfolio a:hover {
	width: 250px;
	background-color: #000;
}
.nav-portfolio img {
	position: absolute;
	top: 10px;
	width: 60px;
}
.nav-portfolio i {
	position: absolute;
	width: 25px;
	font-size: 20px;
	color: #fff;
	top: 50%;
	margin-top: -10px;
	text-align: center;
}
.nav-portfolio .pro-wrap {
	position: absolute;
	top: 0;
	padding: 0 30px;
	width: 250px;
	height: 100%;
	display: table;
}
.nav-portfolio .pro-title {
	position: relative;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
	display: table-cell;
	vertical-align: middle;
}
.nav-portfolio .pro-prev {
	left: 0;
	-webkit-border-radius: 0 2px 2px 0;
	-moz-border-radius: 0 2px 2px 0;
	border-radius: 0 2px 2px 0;
}
.nav-portfolio .pro-prev i {
	left: 0;
}
.nav-portfolio .pro-prev .pro-wrap {
	left: 0;
	padding-right: 80px;
	text-align: right;
}
.nav-portfolio .pro-prev img {
	right: 10px;
}
.nav-portfolio .pro-next {
	right: 0;
	-webkit-border-radius: 2px 0 0 2px;
	-moz-border-radius: 2px 0 0 2px;
	border-radius: 2px 0 0 2px;
}
.nav-portfolio .pro-next i {
	right: 0;
}
.nav-portfolio .pro-next .pro-wrap {
	right: 0;
	padding-left: 80px;
}
.nav-portfolio .pro-next img {
	left: 10px;
}
.isotope-item {
	z-index: 2;
}
.isotope-hidden.isotope-item {
	z-index: 1;
	pointer-events: none;
}
.isotope,
.isotope .isotope-item {
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
}
.isotope {
	-webkit-transition-property: height, width, opacity;
	transition-property: height, width, opacity;
}
.isotope .isotope-item {
	-webkit-transition-property: transform, opacity;
	transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
}
/**
 * ---------------------------------------------------------
 * LABEL
 * ---------------------------------------------------------
 */
.pro-label {
	display: inline;
	padding: .2em .6em .3em;
	font-size: 75%;
	font-weight: 700;
	line-height: 1;
	color: white;
	text-align: center;
	white-space: nowrap;
	vertical-align: baseline;
	border-radius: .25em;
}
.pro-label[href]:hover, .pro-label[href]:focus {
	color: white;
	text-decoration: none;
	cursor: pointer;
}
.pro-label:empty {
	display: none;
}
.btn .pro-label {
	position: relative;
	top: -1px;
}
.pro-label-default {
	background-color: #777777;
}
.pro-label-default[href]:hover, .pro-label-default[href]:focus {
	background-color: #5e5e5e;
}
.pro-label-primary {
	background-color: #a0ce4c;
}
.pro-label-primary[href]:hover, .pro-label-primary[href]:focus {
	background-color: #3071a9;
}
.pro-label-success {
	background-color: #5cb85c;
}
.pro-label-success[href]:hover, .pro-label-success[href]:focus {
	background-color: #449d44;
}
.pro-label-info {
	background-color: #5bc0de;
}
.pro-label-info[href]:hover, .pro-label-info[href]:focus {
	background-color: #31b0d5;
}
.pro-label-warning {
	background-color: #f0ad4e;
}
.pro-label-warning[href]:hover, .pro-label-warning[href]:focus {
	background-color: #ec971f;
}
.pro-label-danger {
	background-color: #d9534f;
}
.pro-label-danger[href]:hover, .pro-label-danger[href]:focus {
	background-color: #c9302c;
}
/**
 * ---------------------------------------------------------
 * MODALS
 * ---------------------------------------------------------
 */
.modal-open {
	overflow: hidden;
}
.modal {
	display: none;
	overflow: auto;
	overflow-y: scroll;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
	-webkit-transition: -webkit-transform 0.3s ease-out;
	-moz-transition: -moz-transform 0.3s ease-out;
	-o-transition: -o-transform 0.3s ease-out;
	transition: transform 0.3s ease-out;
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: white;
	border: 1px solid #999999;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
	background-clip: padding-box;
	outline: none;
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: black;
	background-color: rgba(0, 0, 0, 0.8);
}
.modal-backdrop.fade {
	opacity: 0;
}
.modal-backdrop.in {
	opacity: 0.5;
}
.modal-header {
	padding: 15px;
	border-bottom: 1px solid #e5e5e5;
	min-height: 16.428571429px;
}
.modal-header .fa {
	position: absolute;
	right: 15px;
	padding: 5px;
	cursor: pointer;
}
.modal-title {
	margin: 0;
	line-height: 1.428571429;
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-footer {
	margin-top: 15px;
	padding: 14px 15px 15px;
	text-align: right;
	border-top: 1px solid #e5e5e5;
}
.modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}
.modal-footer:after {
	clear: both;
}
.modal-center .modal-dialog-center {
	margin: 0;
	position: absolute;
	top: 50%;
	left: 50%;
}
.modal-center .modal-body {
	overflow-y: auto;
}
.modal-center .modal-footer {
	margin-top: 0;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 50px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
	}
	.modal-sm {
		width: 300px;
	}
}
@media (min-width: 992px) {
	.modal-lg {
		width: 900px;
	}
}
@media (max-width: 768px) {
	.modal-center .modal-dialog-center {
		width: 100%;
	}
}
/**
 * ---------------------------------------------------------
 * CLEAR
 * ---------------------------------------------------------
 */
.pro-clear {
	clear: both;
	margin: 0;
	border: 0;
}
/**
 * ---------------------------------------------------------
 * TAB
 * ---------------------------------------------------------
 */
.pro-tab {
	position: relative;
	float: left;
	width: 100%;
	font-size: 13px;
}
.pro-tab .pro-tab-nav {
	position: relative;
}
.pro-tab .pro-tab-nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.pro-tab .pro-tab-nav ul li {
	position: relative;
}
.pro-tab .pro-tab-nav ul li a {
	position: relative;
	display: block;
	padding: 10px 20px;
	border: 1px solid transparent;
	text-decoration: none;
	font-weight: 600;
	color: #333;
}
.pro-tab .pro-tab-nav ul li a:hover {
	color: #a0ce4c;
}
.pro-tab .pro-tab-nav ul li.active a {
	color: #a0ce4c;
	background: #fff;
	border: 1px solid #e8e8e8;
}
.pro-tab .pro-tab-nav ul li.active a:after {
	background-color: #a0ce4c;
}
.pro-tab .pro-tab-nav .pro-in {
	margin-right: 5px;
}
.pro-tab .pro-tab-nav:before,
.pro-tab .pro-tab-nav:after,
.pro-tab .pro-tab-nav li.active a:after {
	content: "";
	position: absolute;
}
.pro-tab .pro-tab-content {
	display: none;
}
.pro-tab .pro-tab-content.active {
	display: block;
}
.pro-tab.pro-tab-default .pro-tab-nav {
	padding-left: 30px;
	padding-right: 30px;
	-webkit-box-shadow: 0 -1px 0 #e8e8e8 inset;
	box-shadow: 0 -1px 0 #e8e8e8 inset;
	background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(bottom, #f5f5f5 0%, #ffffff 8px);
	background-image: -moz-linear-gradient(bottom, #f5f5f5 0%, #ffffff 8px);
	background-image: linear-gradient(bottom, #f5f5f5 0%, #ffffff 8px);
}
.pro-tab.pro-tab-default .pro-tab-nav:before, .pro-tab.pro-tab-default .pro-tab-nav:after {
	height: 100%;
	width: 30px;
	bottom: 0;
}
.pro-tab.pro-tab-default .pro-tab-nav:before {
	left: 0;
	background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
	background-image: linear-gradient(left, #ffffff, rgba(255, 255, 255, 0));
}
.pro-tab.pro-tab-default .pro-tab-nav:after {
	right: 0;
	background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
	background-image: linear-gradient(right, #ffffff, rgba(255, 255, 255, 0));
}
.pro-tab.pro-tab-default .pro-tab-nav li {
	display: inline-block;
	/*
	display: table-cell;
	width: 1%;
	text-align: center;
	*/
}
.pro-tab.pro-tab-default .pro-tab-nav li.active a {
	border-bottom-color: transparent;
}
.pro-tab.pro-tab-default .pro-tab-nav li.active a:after {
	height: 2px;
	top: -1px;
	left: -1px;
	right: -1px;
}
.pro-tab.pro-tab-default .pro-tab-contents {
	clear: both;
	float: left;
	width: 100%;
}
.pro-tab.pro-tab-default .pro-tab-contents .pro-tab-content {
	padding: 20px 0;
}
.pro-tab.pro-tab-left .pro-tab-nav {
	float: left;
	width: 15%;
	padding: 30px 0;
	-webkit-box-shadow: -1px 0 0 #e8e8e8 inset;
	box-shadow: -1px 0 0 #e8e8e8 inset;
	background-image: -webkit-gradient(linear, 100% 50%, 0% 50%, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(right, #f5f5f5 0%, #ffffff 8px);
	background-image: -moz-linear-gradient(right, #f5f5f5 0%, #ffffff 8px);
	background-image: linear-gradient(right, #f5f5f5 0%, #ffffff 8px);
}
.pro-tab.pro-tab-left .pro-tab-nav:before, .pro-tab.pro-tab-left .pro-tab-nav:after {
	height: 30px;
	width: 100%;
	right: 0;
}
.pro-tab.pro-tab-left .pro-tab-nav:before {
	top: 0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
	background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.pro-tab.pro-tab-left .pro-tab-nav:after {
	bottom: 0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.pro-tab.pro-tab-left .pro-tab-nav a {
	margin: 4px 0;
}
.pro-tab.pro-tab-left .pro-tab-nav li.active a {
	-webkit-box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
	box-shadow: -1px 0 3px rgba(0, 0, 0, 0.05);
	border-right-color: transparent;
}
.pro-tab.pro-tab-left .pro-tab-nav li.active a:after {
	width: 2px;
	top: -1px;
	bottom: -1px;
	left: -1px;
}
.pro-tab.pro-tab-left .pro-tab-contents {
	float: right;
	width: 85%;
}
.pro-tab.pro-tab-left .pro-tab-contents .pro-tab-content {
	padding: 20px;
}
.pro-tab.pro-tab-right .pro-tab-nav {
	float: right;
	width: 15%;
	padding: 30px 0;
	-webkit-box-shadow: 1px 0 0 #e8e8e8 inset;
	box-shadow: 1px 0 0 #e8e8e8 inset;
	background-image: -webkit-gradient(linear, 0% 50%, 8 50%, color-stop(0%, #f5f5f5), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(left, #f5f5f5 0%, #ffffff 8px);
	background-image: -moz-linear-gradient(left, #f5f5f5 0%, #ffffff 8px);
	background-image: linear-gradient(left, #f5f5f5 0%, #ffffff 8px);
}
.pro-tab.pro-tab-right .pro-tab-nav:before, .pro-tab.pro-tab-right .pro-tab-nav:after {
	height: 30px;
	width: 100%;
	right: 0;
}
.pro-tab.pro-tab-right .pro-tab-nav:before {
	top: 0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, rgba(255, 255, 255, 0)));
	background-image: -webkit-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
	background-image: -moz-linear-gradient(#ffffff, rgba(255, 255, 255, 0));
	background-image: linear-gradient(#ffffff, rgba(255, 255, 255, 0));
}
.pro-tab.pro-tab-right .pro-tab-nav:after {
	bottom: 0;
	background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
	background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), #ffffff);
	background-image: linear-gradient(rgba(255, 255, 255, 0), #ffffff);
}
.pro-tab.pro-tab-right .pro-tab-nav a {
	margin: 4px 0;
}
.pro-tab.pro-tab-right .pro-tab-nav li.active a {
	-webkit-box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.05);
	border-left-color: transparent;
}
.pro-tab.pro-tab-right .pro-tab-nav li.active a:after {
	width: 2px;
	top: -1px;
	bottom: -1px;
	right: -1px;
}
.pro-tab.pro-tab-right .pro-tab-contents {
	float: left;
	width: 85%;
}
.pro-tab.pro-tab-right .pro-tab-contents .pro-tab-content {
	padding: 20px;
}
.pro-tab.pro-tab-nav-center .pro-tab-nav {
	text-align: center;
}
.pro-tab.pro-tab-nav-right .pro-tab-nav {
	text-align: right;
}
.pro-tab .pro-tab-nav-fit li {
	display: table-cell !important;
	width: 1% !important;
	text-align: center;
}
/**
 * ---------------------------------------------------------
 * ACCORDION
 * ---------------------------------------------------------
 */
.pro-accordions {
	margin-bottom: 10px;
}
.pro-accordion {
	border: 1px solid #e8e8e8;
	margin-bottom: 5px;
}
.pro-accordion-content p {
	font-size: 13px;
	color: #324455;
}
.pro-accordion-title {
	margin: 0;
	cursor: pointer;
	font-size: 16px;
	position: relative;
	padding: 10px 15px;
	padding-right: 50px;
}
.float-right .pro-accordion-title .pro-in {
	position: absolute;
	right: 0;
	top: 0;
	padding-top: 2.5%;
	width: 50px;
	text-align: center;
	border-left: 1px solid #E8E8E8;
	height: 100%;
}
.pro-anim-icon:before {
	content: "+";
	display: inline-block;
	-webkit-transform: rotate(0);
	-moz-transform: rotate(0);
	transform: rotate(0);
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	color: #ccc;
	padding-top: 2.5%;
}
.pro-in:before {
	/*margin-right:20px;*/
}
.float-right .pro-in:before {
	margin: 0px;
}
.pro-accordion-content {
	display: none;
	padding: 15px;
	border-top: 1px solid #e8e8e8;
}
.wpb_text_column {
	margin-bottom: 0 !important;
}
.pro-accordion .selected {
	background-color: #2C3E50;
	color: #fff;
}
.selected .pro-anim-icon:before {
	content: "-";
}
.float-right .selected .pro-in {
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}
/**
 * ---------------------------------------------------------
 * TOGGLE
 * ---------------------------------------------------------
 */
.pro-toggle {
	border-bottom: 1px solid #e8e8e8;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.pro-toggle.pro-no-border {
	border: none;
}
.pro-toggle-title {
	margin: 0;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	font-size: 16px;
}
.pro-toggle-title .pro-in {
	width: 1.5em;
	color: #a0ce4c;
}
.pro-toggle-content {
	display: none;
	padding-top: 15px;
}
/**
 * ---------------------------------------------------------
 * ALERT
 * ---------------------------------------------------------
 */
p:last-child {
	margin-bottom: 0;
}
.pro-alert, .ninja-forms-field-error,
.ninja-forms-success-msg,
.ninja-forms-error-msg,
.wpcf7-response-output,
.wpcf7-not-valid-tip {
	position: relative;
	padding: 15px;
	margin-bottom: 20px;
	border: 1px solid transparent;
	border-radius: 2px;
}
.pro-alert .pro-in, .ninja-forms-field-error .pro-in,
.ninja-forms-success-msg .pro-in,
.ninja-forms-error-msg .pro-in,
.wpcf7-response-output .pro-in,
.wpcf7-not-valid-tip .pro-in {
	margin-right: 6px;
}
.pro-alert:last-child, .ninja-forms-field-error:last-child,
.ninja-forms-success-msg:last-child,
.ninja-forms-error-msg:last-child,
.wpcf7-response-output:last-child,
.wpcf7-not-valid-tip:last-child {
	margin-bottom: 0;
}
.pro-alert-dismissable {
	padding-right: 35px;
}
.pro-alert-dismissable .pro-alert-close {
	position: absolute;
	right: 7px;
	top: 50%;
	margin-top: -11px;
	font-size: 11px;
	padding: 5px;
	cursor: pointer;
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.pro-alert-dismissable .pro-alert-close:hover {
	opacity: 1;
}
.pro-alert-success, .ninja-forms-success-msg,
.wpcf7-mail-sent-ok {
	color: #649d01;
	background-color: #e1f9b7 !important;
	border: 1px solid #b2dc6e !important;
}
.pro-alert-success p, .ninja-forms-success-msg p,
.wpcf7-mail-sent-ok p {
	color: #649d01;
}
.pro-alert-info {
	color: #7CCBE5;
	background-color: #D5F4FF !important;
	border: 1px solid #A0E7FF !important;
}
.pro-alert-info p {
	color: #7CCBE5;
}
.pro-alert-warning, .ninja-forms-error-msg,
.wpcf7-mail-sent-ng,
.wpcf7-spam-blocked,
.wpcf7-validation-errors {
	color: #d99b07;
	background-color: #fff9da !important;
	border: 1px solid #fcd068 !important;
	width: 100%;
}
.pro-alert-warning p, .ninja-forms-error-msg p,
.wpcf7-mail-sent-ng p,
.wpcf7-spam-blocked p,
.wpcf7-validation-errors p {
	color: #d99b07;
	text-align: left;
}
.pro-alert-danger, .ninja-forms-field-error,
.wpcf7-not-valid-tip {
	color: #df3c22;
	background-color: #fec0b7 !important;
	border: 1px solid #f7a093 !important;
}
.pro-alert-danger p, .ninja-forms-field-error p,
.wpcf7-not-valid-tip p {
	color: #df3c22;
}
.pro-alert-note {
	color: #a1b1bc;
	background-color: #fbfcfc !important;
	border: 1px solid #dadcdc !important;
}
.pro-alert-note p {
	color: #a1b1bc;
}
.pro-alert-content > * {
	color: inherit !important;
}
.pro-alert-outlined {
	background: none !important;
}
/**
 * ---------------------------------------------------------
 * BLOCKQUOTE
 * ---------------------------------------------------------
 */
blockquote {
	margin: 20px 0;
	padding: 10px 20px;
	font-size: 15px;
	font-style: italic;
	border-left: 3px solid transparent;
	border-color: #a0ce4c;
}
blockquote cite {
	display: inline-block;
	font-size: 0.85em;
	margin-top: 5px;
	font-style: italic;
	opacity: 0.8;
}
blockquote cite:before {
	content: "\2013\00A0";
}
.pro-blockquote cite {
	display: block;
}
.pro-blockquote-left {
	float: left;
	width: 40%;
	border-left: 1px solid #ecf0f1 !important;
	border-right-width: 3px !important;
	border-right-style: solid !important;
	padding-left: 20px;
	margin: 15px 30px 10px 0;
	border-right-color: #f7c51e !important;
}
.pro-blockquote-right {
	float: right;
	width: 40%;
	padding-right: 0;
	margin: 15px 0 10px 30px;
}
.pro-blockquote-icon {
	display: table-cell;
	vertical-align: top;
	padding-right: 0.5em;
	padding-top: 3px;
	font-size: 1.5em;
}
.pro-blockquote-content {
	display: table-cell;
}
.pro-blockquote-quote-icon {
	/*border: none;*/
}
/**
 * ---------------------------------------------------------
 * TOOLTIP AND POPOVER
 * ---------------------------------------------------------
 */
.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	visibility: visible;
	font-size: 12px;
	line-height: 1.4;
	opacity: 0;
}
.tooltip.in {
	opacity: 0.9;
}
.tooltip.top {
	margin-top: -3px;
	padding: 5px 0;
}
.tooltip.right {
	margin-left: 3px;
	padding: 0 5px;
}
.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0;
}
.tooltip.left {
	margin-left: -3px;
	padding: 0 5px;
}
.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: white;
	text-align: center;
	text-decoration: none;
	background-color: black;
	border-radius: 4px;
}
.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
}
.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: black;
}
.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	left: 5px;
	border-width: 5px 5px 0;
	border-top-color: black;
}
.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	right: 5px;
	border-width: 5px 5px 0;
	border-top-color: black;
}
.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: black;
}
.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: black;
}
.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: black;
}
.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	left: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: black;
}
.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	right: 5px;
	border-width: 0 5px 5px;
	border-bottom-color: black;
}
/**
 * ---------------------------------------------------------
 * PRICING
 * ---------------------------------------------------------
 */
.pro-pricing-table {
	width: 100%;
	margin: 20px 0;
}
.pro-pricing-table .pro-btn-block {
	margin: 0 20px;
}
.pro-pricing-table .col-md-five {
	float: left;
	width: 20%;
}
.pro-pricing-table .pro-icon-list {
	margin-left: 0;
}
.pro-pricing-column {
	padding: 0 !important;
	margin: 0 0 -1px -1px;
	text-align: center;
}
.pro-pricing-title {
	padding: 15px 0;
	margin: 0;
	font-size: 20px;
	line-height: 1.1;
	letter-spacing: 0;
}
.pro-pricing-price {
	padding: 40px 20px 40px;
	font-size: 60px;
	line-height: 20px;
	letter-spacing: -2px;
	margin: 0;
}
.pro-pricing-price sup {
	top: -5px;
	font-size: 40%;
	vertical-align: top;
}
.pro-pricing-price span {
	display: inline-block;
	margin-left: 5px;
	font-size: 25%;
	letter-spacing: 0;
}
.pro-pricing-price .pro-pricing-subtitle {
	display: block;
	margin-top: 5px;
	font-size: 13px;
	letter-spacing: 1px;
	opacity: 0.8;
}
.pro-pricing-column-content {
	color: #555;
	border: 1px solid #e8e8e8;
	background-color: #fff;
	border-top: 0;
	font-size: 13px;
}
.pro-pricing-column-content ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	margin-bottom: -1px;
}
.pro-pricing-column-content ul > li {
	border-bottom: 1px solid #e8e8e8;
	padding: 10px;
}
.pro-pricing-button {
	margin: 25px 0;
}
.pro-pricing-column.featured {
	position: relative;
	z-index: 1;
	margin-top: -20px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.15);
}
.pro-pricing-column.featured .pro-pricing-title {
	padding-top: 25px;
	padding-bottom: 25px;
}
.pro-pricing-column.featured .pro-pricing-button {
	margin: 40px 0;
}
.pro-pricing-column-fancy .pro-pricing-price,
.pro-pricing-column-fancy .pro-pricing-title {
	color: white;
}
.pro-pricing-column-accent .pro-pricing-title {
	background-color: #3071a9;
}
.pro-pricing-column-accent .pro-pricing-price {
	background-color: #a0ce4c;
}
.pro-pricing-column-blue .pro-pricing-title {
	background-color: #3071a9;
}
.pro-pricing-column-blue .pro-pricing-price {
	background-color: #428bca;
}
.pro-pricing-column-green .pro-pricing-title {
	background-color: #449d44;
}
.pro-pricing-column-green .pro-pricing-price {
	background-color: #5cb85c;
}
.pro-pricing-column-red .pro-pricing-title {
	background-color: #c9302c;
}
.pro-pricing-column-red .pro-pricing-price {
	background-color: #d9534f;
}
.pro-pricing-column-yellow .pro-pricing-title {
	background-color: #ec971f;
}
.pro-pricing-column-yellow .pro-pricing-price {
	background-color: #f0ad4e;
}
.pro-pricing-column-gray .pro-pricing-title {
	background-color: #4d4d4d;
}
.pro-pricing-column-gray .pro-pricing-price {
	background-color: #666666;
}
.pro-pricing-column-black .pro-pricing-title {
	background-color: #090909;
}
.pro-pricing-column-black .pro-pricing-price {
	background-color: #222222;
}
/* TEAM */

.pro-team-member figure .outline {
	display: none;
}
/**
 * ---------------------------------------------------------
 * TABLE
 * ---------------------------------------------------------
 */
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	font-weight: 700;
	text-align: left;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
table table {
	background-color: white;
}
.pro-table-condensed > thead > tr > th,
.pro-table-condensed > thead > tr > td,
.pro-table-condensed > tbody > tr > th,
.pro-table-condensed > tbody > tr > td,
.pro-table-condensed > tfoot > tr > th,
.pro-table-condensed > tfoot > tr > td {
	padding: 5px;
}
.pro-table-bordered {
	border: 1px solid #dddddd;
}
.pro-table-bordered > thead > tr > th,
.pro-table-bordered > thead > tr > td,
.pro-table-bordered > tbody > tr > th,
.pro-table-bordered > tbody > tr > td,
.pro-table-bordered > tfoot > tr > th,
.pro-table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.pro-table-bordered > thead > tr > th,
.pro-table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.pro-table-striped > tbody > tr:nth-child(odd) > td,
.pro-table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.pro-table-hover > tbody > tr:hover > td,
.pro-table-hover > tbody > tr:hover > th {
	background-color: whitesmoke;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: whitesmoke;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
/* Word Rotate */
.word-rotate {
	visibility: hidden;
	width: 100px;
	height: 0px;
	margin-bottom: -7px;
	display: inline-block;
	overflow: hidden;
	text-align: center;
	position: relative;
	vertical-align: bottom;
	margin: 0 1px;
	transition: width 0.15s ease;
}
.word-rotate.active {
	visibility: visible;
	width: auto;
}
.word-rotate .word-rotate-items {
	position: relative;
	top: 0;
	width: 100%;
}
.word-rotate .word-rotate-items span {
	display: inline-block;
	white-space: nowrap;
}
h1 .word-rotate {
	vertical-align: top;
}
/**
 * ---------------------------------------------------------
 * TABLE
 * ---------------------------------------------------------
 */
table {
	max-width: 100%;
	background-color: transparent;
}
th {
	font-weight: 700;
	text-align: left;
}
table {
	width: 100%;
	margin-bottom: 20px;
}
table > thead > tr > th,
table > thead > tr > td,
table > tbody > tr > th,
table > tbody > tr > td,
table > tfoot > tr > th,
table > tfoot > tr > td {
	padding: 8px;
	line-height: 1.428571429;
	vertical-align: top;
	border-top: 1px solid #dddddd;
}
table > thead > tr > th {
	vertical-align: bottom;
	border-bottom: 2px solid #dddddd;
}
table > caption + thead > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > th,
table > thead:first-child > tr:first-child > td {
	border-top: 0;
}
table > tbody + tbody {
	border-top: 2px solid #dddddd;
}
table table {
	background-color: white;
}
.pro-table-condensed > thead > tr > th,
.pro-table-condensed > thead > tr > td,
.pro-table-condensed > tbody > tr > th,
.pro-table-condensed > tbody > tr > td,
.pro-table-condensed > tfoot > tr > th,
.pro-table-condensed > tfoot > tr > td {
	padding: 5px;
}
.pro-table-bordered {
	border: 1px solid #dddddd;
}
.pro-table-bordered > thead > tr > th,
.pro-table-bordered > thead > tr > td,
.pro-table-bordered > tbody > tr > th,
.pro-table-bordered > tbody > tr > td,
.pro-table-bordered > tfoot > tr > th,
.pro-table-bordered > tfoot > tr > td {
	border: 1px solid #dddddd;
}
.pro-table-bordered > thead > tr > th,
.pro-table-bordered > thead > tr > td {
	border-bottom-width: 2px;
}
.pro-table-striped > tbody > tr:nth-child(odd) > td,
.pro-table-striped > tbody > tr:nth-child(odd) > th {
	background-color: #f9f9f9;
}
.pro-table-hover > tbody > tr:hover > td,
.pro-table-hover > tbody > tr:hover > th {
	background-color: whitesmoke;
}
table col[class*="col-"] {
	position: static;
	float: none;
	display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
	position: static;
	float: none;
	display: table-cell;
}
.table > thead > tr > td.active,
.table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th,
.table > tbody > tr > td.active,
.table > tbody > tr > th.active,
.table > tbody > tr.active > td,
.table > tbody > tr.active > th,
.table > tfoot > tr > td.active,
.table > tfoot > tr > th.active,
.table > tfoot > tr.active > td,
.table > tfoot > tr.active > th {
	background-color: whitesmoke;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th {
	background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th,
.table > tbody > tr > td.success,
.table > tbody > tr > th.success,
.table > tbody > tr.success > td,
.table > tbody > tr.success > th,
.table > tfoot > tr > td.success,
.table > tfoot > tr > th.success,
.table > tfoot > tr.success > td,
.table > tfoot > tr.success > th {
	background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th {
	background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th,
.table > tbody > tr > td.info,
.table > tbody > tr > th.info,
.table > tbody > tr.info > td,
.table > tbody > tr.info > th,
.table > tfoot > tr > td.info,
.table > tfoot > tr > th.info,
.table > tfoot > tr.info > td,
.table > tfoot > tr.info > th {
	background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover, .table-hover > tbody > tr.info:hover > td, .table-hover > tbody > tr:hover > .info, .table-hover > tbody > tr.info:hover > th {
	background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th,
.table > tbody > tr > td.warning,
.table > tbody > tr > th.warning,
.table > tbody > tr.warning > td,
.table > tbody > tr.warning > th,
.table > tfoot > tr > td.warning,
.table > tfoot > tr > th.warning,
.table > tfoot > tr.warning > td,
.table > tfoot > tr.warning > th {
	background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover, .table-hover > tbody > tr.warning:hover > td, .table-hover > tbody > tr:hover > .warning, .table-hover > tbody > tr.warning:hover > th {
	background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th,
.table > tbody > tr > td.danger,
.table > tbody > tr > th.danger,
.table > tbody > tr.danger > td,
.table > tbody > tr.danger > th,
.table > tfoot > tr > td.danger,
.table > tfoot > tr > th.danger,
.table > tfoot > tr.danger > td,
.table > tfoot > tr.danger > th {
	background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover, .table-hover > tbody > tr.danger:hover > td, .table-hover > tbody > tr:hover > .danger, .table-hover > tbody > tr.danger:hover > th {
	background-color: #ebcccc;
}
/**
 * ---------------------------------------------------------
 * FANCYBOX
 * ---------------------------------------------------------
 */
.pro-fancybox {
	position: relative;
	font-size: 13px;
	padding: 30px;
	margin: 15px 0;
	text-align: center;
	border: 1px solid transparent;
}
.pro-fancybox .pro-icon {
	position: absolute;
}
.pro-fancybox .pro-fancybox-heading {
	margin-top: 0;
}
.pro-fancybox-accent.pro-fancybox-bgcolor {
	color: #fff;
	background-color: #a0ce4c;
}
.pro-fancybox-accent.pro-fancybox-bgcolor .pro-fancybox-heading {
	color: #fff;
}
.pro-fancybox-accent.pro-fancybox-bgcolor .pro-icon-outlined {
	background-color: #fff;
}
.pro-fancybox-outlined {
	border-color: #a0ce4c;
	background-color: transparent;
}
.pro-fancybox-outlined .pro-icon-outlined {
	background-color: #fff;
}
.pro-fancybox-lg {
	margin: 30px 0;
}
.pro-fancybox-xl {
	margin: 30px 0;
	padding: 40px;
}
.pro-fancybox-xxl {
	margin: 40px 0;
	padding: 50px;
}
.pro-fancybox-tc .pro-icon {
	top: -1em;
	left: 50%;
	margin-left: -1em;
}
.pro-fancybox-tl .pro-icon {
	top: -1em;
	left: -1em;
}
.pro-fancybox-tr .pro-icon {
	top: -1em;
	right: -1em;
}
.pro-fancybox-cl .pro-icon {
	left: -1em;
	top: 50%;
	margin-top: -1em;
}
.pro-fancybox-cr .pro-icon {
	right: -1em;
	top: 50%;
	margin-top: -1em;
}
.pro-fancybox-bc .pro-icon {
	bottom: -1em;
	left: 50%;
	margin-left: -1em;
}
.pro-fancybox-bl .pro-icon {
	bottom: -1em;
	left: -1em;
}
.pro-fancybox-br .pro-icon {
	bottom: -1em;
	right: -1em;
}
.pro-box-link {
	display: block;
	color: inherit;
}
.pro-box-link:hover {
	color: inherit;
}
.pro-fancybox-rounded {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
/**
 * ---------------------------------------------------------
 * TESTIMONIAL
 * ---------------------------------------------------------
 */
.pro-testimonial-content {
	margin: 5px 0;
	text-align: center;
}
.pro-testimonial-text {
	font-style: italic;
	font-size: 15px;
	font-weight: 500;
}
.pro-testimonial-avatar {
	width: 60px;
	height: 60px;
	margin: 5px auto 0 auto;
}
.pro-testimonial-avatar img {
	overflow: hidden;
	max-width: 100%;
	height: auto;
	-moz-border-radius: 128px;
	-webkit-border-radius: 128px;
	border-radius: 128px;
}
.pro-testimonial-author {
	margin-top: 5px;
	font-size: 13px;
}
.pro-testimonial-author h5 {
	margin-bottom: 0px;
}
.pro-testimonial-author small {
	opacity: 0.8;
	font-size: 11px;
}
.pro-testimonial-author small:before {
	content: "\2013\00A0";
}
@media (min-width: 992px) {
	.pro-team .col-md-five {
		float: left;
		padding-left: 15px;
		padding-right: 15px;
	}
}
@media (max-width: 992px) {
	.pro-team .col-md-five {
		width: 100%;
	}
}
.pro-team-member {
	text-align: center;
	margin-bottom: 20px;
}
.pro-team-member figure {
	margin-bottom: 16px;
}
.pro-team-member figure img {
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}
.pro-team-member h4 {
	margin: 0;
}
.pro-team-member h6 {
	margin: 10px 0 0;
	color: #919191;
}
.pro-team-member .about {
	margin: 10px 0 0;
}
.pro-team-member .social {
	margin: 10px 0 0;
}
.pro-team-member .social a {
	display: inline-block;
	margin: 1px;
	font-size: 13px;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	text-decoration: none;
	color: #fff;
	background-color: #999;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-webkit-transition: background-color 0.2s;
	-o-transition: background-color 0.2s;
	transition: background-color 0.2s;
}
.pro-team-member .social a:hover {
	background-color: #333333;
}
.pro-team-member .social a.fa-facebook:hover {
	background-color: #3b5998;
}
.pro-team-member .social a.fa-twitter:hover {
	background-color: #55acee;
}
.pro-team-member .social a.fa-google-plus:hover {
	background-color: #dd4b39;
}
.pro-team-member .social a.fa-linkedin:hover {
	background-color: #0976b4;
}
.pro-team-member .social a.fa-tumblr:hover {
	background-color: #35465c;
}
.pro-team-member .social a.fa-tumblr:hover {
	background-color: #35465c;
}
.pro-team-member .social a.fa-youtube:hover {
	background-color: #b31217;
}
.pro-team-member .social a.fa-vimeo-square:hover {
	background-color: #1ab7ea;
}
/* Team Member styles */
.pro-team-member {
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.pro-team-member:hover > figure {
	-webkit-transform: scale(.6);
	transform: scale(.6);
	-moz-transform: scale(.6);
	-o-transform: scale(.6);
	-ms-transform: scale(.6);
	margin-bottom: -35%;
}
.pro-team-member:hover > h4 {
	-webkit-transform: scale(.8);
	transform: scale(.8);
	-moz-transform: scale(.8);
	-o-transform: scale(.8);
	-ms-transform: scale(.8);
}
.pro-team-member:hover > .about,
.pro-team-member:hover > .social {
	top: 0;
}
.pro-team-member figure {
	position: relative;
	margin-top: 10px;
	text-align: center;
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-webkit-transform-origin: 50% 0;
	-moz-transform-origin: 50% 0;
	-o-transform-origin: 50% 0;
	transform-origin: 50% 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.pro-team-member figure .outline {
	position: absolute;
	width: 30px;
	height: 30px;
	bottom: -14px;
	border: 5px solid #fff;
	margin-left: -15px;
	left: 50%;
	z-index: 2;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.pro-team-member figure img {
	display: block;
	vertical-align: top;
	position: relative;
	width: 100%;
	height: auto;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 5px solid #fff;
}
.pro-team-member:hover figure {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #f7c51e;
	padding: 5px;
}
.pro-team-member figure {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.pro-team-member h4 {
	position: relative;
	line-height: 1.3;
	font-weight: 300;
	font-style: normal;
	color: #262626;
	font-size: 24px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.pro-team-member h6 {
	position: relative;
	font-family: Raleway;
	line-height: 1;
	font-weight: 400;
	color: #898989;
	font-size: 16px;
	-webkit-transition: -webkit-transform .3s ease-in-out;
	-moz-transition: -moz-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
.pro-team-member .about {
	position: relative;
	top: 200px;
	overflow: hidden;
	max-height: 5em;
	text-align: center;
	line-height: 1.6;
	font-size: 13px;
	margin-bottom: 15px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.pro-team-member .social {
	position: relative;
	top: 200px;
	overflow: hidden;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
}
.pro-team-carousel .slick-prev, .pro-team-carousel .slick-next {
	display: inline-block !important;
}
@media (min-width: 992px) {
	.pro-team-member.col-md-6 {
		padding-left: 80px;
		padding-right: 80px;
	}
	.pro-team-member.col-md-12 {
		width: auto;
	}
	.pro-team-member.col-md-2 figure .outline {
		width: 25px;
		height: 25px;
		bottom: -11px;
		margin-left: -12.5px;
	}
	.pro-team-member.col-md-five figure .outline {
		width: 27px;
		height: 27px;
		bottom: -12px;
		margin-left: -13.5px;
	}
}
@media (max-width: 991px) {
	.pro-team-member {
		max-width: 500px;
		padding-left: 30px;
		padding-right: 30px;
	}
}
/**
 * ---------------------------------------------------------
 * CLIENT
 * ---------------------------------------------------------
 */
.pro-client {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pro-client li {
	display: inline-block;
	text-align: center;
	padding: 20px 10px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	border-color: #eee;
	vertical-align: middle;
}
.pro-client li.last-child {
	border-right-color: transparent !important;
}
.pro-client li.last-row {
	border-bottom-color: transparent !important;
}
.pro-client.pro-client-effect figure {
	opacity: 0.5;
	-webkit-transition: opacity 0.2s ease-in-out;
	-o-transition: opacity 0.2s ease-in-out;
	transition: opacity 0.2s ease-in-out;
}
.pro-client.pro-client-effect figure:hover {
	opacity: 1;
}
/**
 * ---------------------------------------------------------
 * DIVIDER-ICON
 * ---------------------------------------------------------
 */
.pro-divider-icon {
	overflow: hidden;
	width: 100%;
	margin: 20px auto;
}
.pro-divider-icon-inner {
	position: relative;
	display: inline-block;
	text-align: center;
	color: #bbb;
	border-color: #e8e8e8;
}
.pro-divider-icon-inner:after, .pro-divider-icon-inner:before {
	content: "";
	position: absolute;
	display: block;
	top: 50%;
	width: 9999px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: inherit;
}
.pro-divider-icon-inner:before {
	margin-right: 0.5em;
	right: 100%;
}
.pro-divider-icon-inner:after {
	margin-left: 0.5em;
	left: 100%;
}
.pro-divider-icon-inner .inner-text:nth-child(2) {
	margin-left: 5px;
}
.pro-divider-inner-no-space:after,
.pro-divider-inner-no-space:before {
	margin: 0;
}
.pro-divider-icon-dashed:after,
.pro-divider-icon-dashed:before {
	border-top-style: dashed;
}
.pro-divider-icon-dotted:after,
.pro-divider-icon-dotted:before {
	border-top-style: dotted;
}
.pro-divider-icon-double:after,
.pro-divider-icon-double:before {
	border-top-style: double;
	border-top-width: 4px;
	margin-top: -2px;
}
/**
 * ---------------------------------------------------------
 * ICONBOX
 * ---------------------------------------------------------
 */
.pro-icon {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
	width: 2em;
	height: 2em;
	border: 1px solid transparent;
}
.pro-icon:before {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
	margin-top: -0.5em;
}
.pro-icon-xxs {
	font-size: 10px;
}
.pro-icon-xs {
	font-size: 12px;
}
.pro-icon-sm {
	font-size: 14px;
}
.pro-icon-md {
	font-size: 16px;
}
.pro-icon-lg {
	font-size: 24px;
}
.pro-icon-xl {
	font-size: 30px;
}
.pro-icon-xxl {
	font-size: 36px;
}
.pro-icon-bordered,
.pro-icon-bgcolor {
	color: #fff;
}
.pro-icon-outlined {
	background-color: transparent;
}
.pro-icon-outer {
	display: inline-block;
	padding: 3px;
	border-width: 1px;
	border-style: solid;
	background-color: transparent !important;
}
.pro-icon-default {
	width: 1em;
	height: 1em;
	color: #a0ce4c;
}
.pro-icon-circle {
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.pro-icon-rounded {
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
}
.pro-icon-accent.pro-icon-outer {
	border-color: #a0ce4c;
}
.pro-icon-accent.pro-icon-bgcolor {
	background-color: #a0ce4c;
}
.pro-icon-accent.pro-icon-outlined {
	color: #a0ce4c;
	border-color: #a0ce4c;
}
.pro-icon-accent.pro-icon-bordered {
	background-color: #a0ce4c;
}
.pro-iconbox {
	position: relative;
	margin-bottom: 30px;
}
.pro-iconbox-heading-right .pro-iconbox-icon,
.pro-iconbox-heading-right .pro-iconbox-title,
.pro-iconbox-heading-left .pro-iconbox-icon,
.pro-iconbox-heading-left .pro-iconbox-title {
	display: table-cell;
	vertical-align: middle;
}
.pro-iconbox-heading-left {
	text-align: left;
}
.pro-iconbox-heading-left .pro-iconbox-icon {
	padding-right: 15px;
}
.pro-iconbox-heading-right {
	text-align: right;
}
.pro-iconbox-heading-right .pro-iconbox-icon {
	width: 1%;
	padding-left: 15px;
}
.pro-iconbox-left {
	text-align: left;
}
.pro-iconbox-left .pro-iconbox-block,
.pro-iconbox-left .pro-iconbox-header {
	display: table-cell;
	vertical-align: top;
}
.pro-iconbox-left .pro-iconbox-icon {
	padding-right: 15px;
}
.pro-iconbox-right {
	text-align: right;
}
.pro-iconbox-right .pro-iconbox-block,
.pro-iconbox-right .pro-iconbox-header {
	display: table-cell;
	vertical-align: top;
}
.pro-iconbox-right .pro-iconbox-header {
	float: right;
}
.pro-iconbox-right .pro-iconbox-icon {
	padding-left: 15px;
}
.pro-iconbox-center {
	text-align: center;
}
.pro-iconbox-center .pro-iconbox-icon {
	margin-bottom: 15px;
}
.pro-iconbox-text {
	margin-top: 10px;
}
.pro-iconbox-text:first-child {
	margin-top: 0;
}
.pro-iconbox-heading {
	margin: 0;
}
.pro-iconbox-icon {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.pro-iconbox-effect:hover .pro-iconbox-icon {
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
@media screen and (max-width: 800px) {
	.pro-client li {
		padding: 10px 5px;
	}
}
@media screen and (max-width: 500px) {
	.pro-client li {
		padding: 5px 0px;
	}
}
.wpcf7-form .dark-version input, .wpcf7-form .dark-version textarea { background: rgba(0, 0, 0, .05); border-color: rgba(0, 0, 0, .05); }