/*** APB GENERIC FRAMEWORK CLASSES ***/

.apb-css-text-center {
	text-align: center !important;
}

.apb-css-margin-top-15 {
	margin-top: 15px !important;
}

.apb-css-margin-top-20 {
	margin-top: 20px !important;
}

.apb-css-margin-bottom-0 {
	margin-bottom: 0 !important;
}

.apb-css-margin-bottom-10 {
	margin-bottom: 10px !important;
}

.apb-css-margin-bottom-15 {
	margin-bottom: 15px !important;
}

.apb-css-margin-bottom-20 {
	margin-bottom: 20px !important;
}

.apb-css-margin-bottom-40 {
	margin-bottom: 40px !important;
}

/*** APB REUSABLE PARTS ***/

/* WRAPPERS */

.apb-wrapper-outer {
	width: 100%;
	margin: 0 auto;	
	background-color: #FFF;
	background-position: center;
	background-size: cover;
	background-attachment: fixed;
	position: relative;
	overflow: hidden;
	clear: both;
}

.apb-wrapper-inner {
	width: 92%;
	max-width: 1100px; /* 1100 = 1180-40-40 | 1180px AFX Grid System */
	margin: 0 auto;
	padding: 20px 2%;
	position: relative;
	overflow: hidden;
	z-index: 2;
}



/* MAIN TITLES */

.apb-module-innertitle,
.apb-module-title {
	width: 100%;
	padding: 50px 0;
	background-color: #F8F8F8;
	color: #444;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 22px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 120%;
	letter-spacing: 1px;
	word-spacing: 2px;
	position: relative;
	float: none;
	clear: both;
	z-index: 3;
}

.apb-module-title {
	background-color: #F8F8F8;
	color: #444;
}

.apb-module-innertitle {
	padding: 0 0 100px 0;
	background-color: transparent;
}

.apb-module-undertitle {
	width: 100%;
	height: 14px;
	margin: 10px 0 0 0;
	color: rgba(0,0,0,0.5);
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 14px;
	position: relative;
}

.apb-module-undertitle span {
	position: relative;
}

.apb-module-undertitle span:before {
	width: 20px;
	height: 1px;
	top: 8px;
	left: -30px;
	background: rgba(0,0,0,0.3);
	position: absolute;
	content: "";
}

.apb-module-undertitle span:after {
	width: 20px;
	height: 1px;
	top: 8px;
	right: -30px;
	background: rgba(0,0,0,0.3);
	position: absolute;
	content: "";
}

.apb-module-undertitle-null-light,
.apb-module-undertitle-null {
	width: 30px;
	height: 2px;
	margin: 10px auto 0 auto;
	background-color: #444;
	content: "";
}

.apb-module-undertitle-null-light {
	margin: 20px auto;
	height: 1px;
}

.apb-module-title.dark {
	background-color: #333;
	color: #EEE;
}

.apb-module-title.dark .apb-module-undertitle-null {
	background-color: #EEE;
}

/* LAYOUT */

.apb-module-row,
.apb-module-row-inner {
	width: 100%;
	padding: 0 0 40px 0;
	position: relative;
	overflow: hidden;
	float: left;
	z-index: 2;
}

.apb-module-row-inner {
	padding-bottom: 20px;
}

.apb-column-1,
.apb-column-2,
.apb-column-3,
.apb-column-4,
.apb-column-5,
.apb-column-6,
.apb-column-75,
.apb-column-66 {
	width: 100%;
	line-height: 180%;
	position: relative;
	float: left;
	z-index: 2;
}

.apb-column-2 {
	width: 50%;
}

.apb-column-3 {
	width: 33.33%;
}

.apb-column-4 {
	width: 25%;
}

.apb-column-5 {
	width: 20%;
}

.apb-column-6 {
	width: 16.66%;
}

.apb-column-75 {
	width: 75%;
}

.apb-column-66 {
	width: 66.66%;
}

.apb-column-inner {
	width: 90%;
	margin: 0 5%;
	overflow: hidden;
}

/* ELEMENTS */

.apb-module-heading-small,
.apb-module-heading {
	width: 100%;
	margin: 0 0 20px 0;
	color: #333;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: left;
	clear: both;
	transition: 0.3s ease;
}

.apb-module-heading-small {
	font-size: 13px;
}

.apb-module-paragraph {
	width: 100%;
	margin: 0;
	color: #777;
	font-size: 14px;
	line-height: 180%;
	float: left;
}

.apb-module-heading-large,
.apb-module-paragraph-large {
	width: 100%;
	margin: 0 0 30px 0;
	color: #222;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 160%;
	letter-spacing: 0.2px;
	position: relative;
	float: left;
	z-index: 3;
}

.apb-module-paragraph-large {
	color: #777;
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 180%;
	letter-spacing: 0;
}

.apb-module-heading-separator-small,
.apb-module-heading-separator {
	width: 40px;
	height: 1px;
	margin: 20px 0 0 0;
	background-color: #222;
	clear: both;
}

.apb-module-heading-separator-small {
	width: 30px;
}

.apb-overlay,
.apb-overlay-empty {
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	opacity: 0.5;
	position: absolute;
	z-index: 1;
}

.apb-overlay-empty { /* used for making elements unselectable/undraggable */
	opacity: 0;
	z-index: 10;
}

.apb-video-bg {
	min-width: 100%;
	min-height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
}

/* BUTTONS */

/* - Standard Button - */

.apb-standard-button {
	display: inline-block;
	height: 40px;
	margin: 0 10px 5px 0;
	padding: 2px 24px;
	background: teal;
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	border-radius: 3px;
	position: relative;
	transition: 0.3s ease;
	z-index: 3;
}

.apb-standard-button:hover {
	background-color: #444;
	color: #FFF;
	transition: 0.3s ease;
}

/* - Filling button - */

.apb-filling-button {
	display: inline-block;
	height: 40px;
	margin: 0 10px 5px 0;
	padding: 0px 22px;
	border: 2px solid #444;
	color: #444;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	border-radius: 3px;
	position: relative;
	transition: 0.3s ease;
	z-index: 3;
}

.apb-filling-button:hover {
	color: #FFF;
	transition: 0.3s ease;
}

.apb-filling-button:hover span {
	position: relative;
	transition: 0.3s ease;
	z-index: 2;
}

.apb-filling-button:hover .apb-button-fill {
	height: 100%;
	transition: 0.3s ease;
}

.apb-button-fill {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: #444;
	position: absolute;
	transition: 0.3s ease;
	z-index: 1;
}

/* LIST ITEMS */

.apb-module-list-item {
	width: 100%;
	min-height: 60px;
	position: relative;
	float: left;
}

/* - The triggers - */

.apb-column-inner:hover > .apb-module-icon .apb-module-icon-inner,
.apb-column-2:hover > .apb-module-icon .apb-module-icon-inner,
.apb-column-3:hover > .apb-module-icon .apb-module-icon-inner,
.apb-column-4:hover > .apb-module-icon .apb-module-icon-inner {
	background: teal;
	transition: 0.3s cubic-bezier(1,0,1,0);
}

.apb-column-inner:hover > .apb-module-icon i,
.apb-column-2:hover > .apb-module-icon i,
.apb-column-3:hover > .apb-module-icon i,
.apb-column-4:hover > .apb-module-icon i {
	color: #FFF;
	transition: 0.3s ease;
}

.apb-column-inner:hover > .apb-module-icon .apb-button-fill,
.apb-column-2:hover > .apb-module-icon .apb-button-fill,
.apb-column-3:hover > .apb-module-icon .apb-button-fill,
.apb-column-4:hover > .apb-module-icon .apb-button-fill {
	height: 100%;
	transition: 0.3s ease;
}

/* - The Icon - */

.apb-module-icon { /* [Fill effect] Solid circle */
	width: 100%;
	position: relative;
	float: left;
}

.apb-module-icon a i {
	cursor: pointer;
}

.apb-module-icon-inner {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px auto;
	border: 0px solid teal;
	font-size: 32px;
	border-radius: 100px;
	background-color: #F8F8F8;
	position: relative;
	overflow: hidden;
}

.apb-module-list-item:hover .apb-module-icon-inner {
	background: teal;
	transition: 0.3s cubic-bezier(1,0,1,0);
}

.apb-module-list-item:hover i {
	color: #FFF;
	transition: 0.3s ease;
}

.apb-module-list-item:hover .apb-button-fill {
	height: 100%;
	transition: 0.3s ease;
}

.apb-module-icon-inner i {
	width: 100%;
	color: teal;
	text-align: center;
	line-height: 80px;
	transition: 0.3s ease;
	position: relative;
	z-index: 2;
	cursor: default;
}

/* - Styles - */

.apb-module-icon.style-6 .apb-module-icon-inner, /* [Fill effect] Empty square with border */
.apb-module-icon.style-2 .apb-module-icon-inner { /* [Fill effect] Empty circle with border */
	border: 2px solid teal;
	background-color: transparent;
}

.apb-module-icon.style-7 .apb-module-icon-inner, /* [Fade effect] Empty square with border */
.apb-module-icon.style-3 .apb-module-icon-inner { /* [Fade effect] Empty circle with border */
	border: 2px solid teal;
	background-color: transparent;
	transition: 0.3s ease;
}

.apb-module-icon.style-8 .apb-module-icon-inner, /* [Fade effect] Empty square with semitransparent border */
.apb-module-icon.style-4 .apb-module-icon-inner { /* [Fade effect] Empty circle with semitransparent border */
	border: 2px solid rgba(0,0,0,0.2);
	background-color: transparent;
	transition: 0.3s ease;
}

.apb-module-icon.style-3 .apb-button-fill,
.apb-module-icon.style-4 .apb-button-fill,
.apb-module-icon.style-7 .apb-button-fill,
.apb-module-icon.style-8 .apb-button-fill,
.apb-module-icon.style-9 .apb-button-fill,
.apb-module-icon.style-10 .apb-button-fill {
	display: none;
}

.apb-module-icon.style-3:hover .apb-module-icon-inner,
.apb-module-icon.style-4:hover .apb-module-icon-inner,
.apb-module-icon.style-7:hover .apb-module-icon-inner,
.apb-module-icon.style-8:hover .apb-module-icon-inner,
.apb-column-inner:hover > .apb-module-icon.style-3 .apb-module-icon-inner,
.apb-column-inner:hover > .apb-module-icon.style-4 .apb-module-icon-inner,
.apb-column-inner:hover > .apb-module-icon.style-7 .apb-module-icon-inner,
.apb-column-inner:hover > .apb-module-icon.style-8 .apb-module-icon-inner {
	transition: 0.3s ease;
}

.apb-module-icon.style-5 .apb-module-icon-inner, /* [Fill effect] Solid square */
.apb-module-icon.style-6 .apb-module-icon-inner,
.apb-module-icon.style-7 .apb-module-icon-inner,
.apb-module-icon.style-8 .apb-module-icon-inner {
	border-radius: 0 !important;
}

.apb-module-icon.style-9 .apb-module-icon-inner, /* [Fade effect] Icon only */
.apb-module-icon.style-10 .apb-module-icon-inner { /* [Fade effect] Icon only (gray) */
	background-color: transparent;
	font-size: 40px;
	transition: 0.3s ease;
}

.apb-module-icon.style-10 .apb-module-icon-inner i {
	color: #AAA;
}

.apb-module-icon.style-9:hover .apb-module-icon-inner,
.apb-module-icon.style-10:hover .apb-module-icon-inner,
.apb-column-inner:hover > .apb-module-icon.style-9 .apb-module-icon-inner,
.apb-column-inner:hover > .apb-module-icon.style-10 .apb-module-icon-inner {
	background-color: transparent;
	transition: 0.3s ease;
}

.apb-module-icon.style-9:hover .apb-module-icon-inner i,
.apb-column-inner:hover .apb-module-icon.style-9 .apb-module-icon-inner i {
	color: #666;
}

.apb-module-icon.style-10:hover .apb-module-icon-inner i,
.apb-column-inner:hover .apb-module-icon.style-10 .apb-module-icon-inner i {
	color: teal;
}

/* - The Icon for list items - */

.apb-module-list-item .apb-module-icon {
	width: auto;
	top: 0;
	left: 0;
	position: absolute;
	float: none;
}

.apb-module-list-item .apb-module-icon-inner {
	width: 60px;
	height: 60px;
}

.apb-module-list-item .apb-module-icon-inner i {
	font-size: 24px;
	line-height: 60px;
}

.apb-module-list-item .apb-module-icon.style-9 .apb-module-icon-inner i,
.apb-module-list-item .apb-module-icon.style-10 .apb-module-icon-inner i {
	font-size: 30px;
}

/* - The content - */

.apb-module-list-item-content {
	width: auto;
	padding: 0 0 0 80px;
	position: relative;
	float: none;
}

/* DARK THEME */

/* - Reusable Elements - */

.apb-wrapper-outer.dark {
	background-color: #222;
}

.apb-wrapper-outer.dark .apb-heading-title span,
.apb-wrapper-outer.dark .apb-module-title,
.apb-wrapper-outer.dark .apb-module-innertitle,
.apb-wrapper-outer.dark .apb-module-undertitle,
.apb-wrapper-outer.dark .apb-module-heading-small,
.apb-wrapper-outer.dark .apb-module-heading,
.apb-wrapper-outer.dark .apb-module-heading-large,
.apb-wrapper-outer.dark .apb-filling-button span,
.apb-wrapper-outer.dark h1,
.apb-wrapper-outer.dark h2,
.apb-wrapper-outer.dark h3,
.apb-wrapper-outer.dark h4,
.apb-wrapper-outer.dark h5,
.apb-wrapper-outer.dark h6,
.apb-wrapper-outer.dark p,
.apb-wrapper-outer.dark li,
.apb-wrapper-outer.dark {
	color: #FFF;
}

.apb-wrapper-outer.dark .apb-heading-subtitle,
.apb-wrapper-outer.dark .apb-module-undertitle span,
.apb-wrapper-outer.dark .apb-module-paragraph,
.apb-wrapper-outer.dark .apb-module-paragraph-large {
	color: rgba(255,255,255,0.7);
}

.apb-wrapper-outer.dark a {
	color: #FFF !important;
	text-decoration: underline !important;
	/* transition: 0.3s ease; */
}

/*
.apb-wrapper-outer.dark a:hover {
	opacity: 0.6;
	transition: 0.3s ease;
}
*/

.apb-wrapper-outer.dark .apb-module-undertitle-null,
.apb-wrapper-outer.dark .apb-module-undertitle-null-light,
.apb-wrapper-outer.dark .apb-module-heading-separator-small,
.apb-wrapper-outer.dark .apb-module-heading-separator,
.apb-wrapper-outer.dark .apb-standard-button:hover,
.apb-wrapper-outer.dark .apb-filling-button .apb-button-fill,
.apb-wrapper-outer.dark hr,
.apb-wrapper-outer.dark h1:after,
.apb-wrapper-outer.dark h2:after,
.apb-wrapper-outer.dark h3:after,
.apb-wrapper-outer.dark h4:after,
.apb-wrapper-outer.dark h5:after,
.apb-wrapper-outer.dark h6:after {
	background-color: #FFF;
}

.apb-wrapper-outer.dark .apb-module-undertitle span:before,
.apb-wrapper-outer.dark .apb-module-undertitle span:after {
	background-color: rgba(255,255,255,0.3);
}

.apb-wrapper-outer.dark .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-5 .apb-module-icon-inner {
	background-color: rgba(255,255,255,0.9);
}

.apb-wrapper-outer.dark .apb-module-icon.style-2 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-3 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-6 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-7 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-filling-button {
	border-color: #FFF;
}

.apb-wrapper-outer.dark .apb-module-icon.style-4 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-8 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-heading-title span {
	border-color: rgba(255,255,255,0.3);
}

.apb-wrapper-outer.dark .apb-standard-button:hover,
.apb-wrapper-outer.dark .apb-filling-button:hover span {
	color: #444 !important;
}

.apb-wrapper-outer.dark .apb-overlay {
	background-color: #000;
}

.apb-wrapper-outer [align="center"]:after {
	left: 50%;
	margin-left: -10px;
}

.apb-wrapper-outer [align="right"]:after {
	left: auto;
	right: 0;
}

.apb-wrapper-outer [align="center"] .shortcode-fillingbutton {
	display: inline-block;
	float: none;
}

.apb-wrapper-outer.dark .slick-prev::before,
.apb-wrapper-outer.dark .slick-next::before {
	color: #EEE !important;
}

/* Grayed Background */

.apb-wrapper-outer.grayed {
	background-color: #F8F8F8;
}

/* - Modules Rules - */

.apb-wrapper-outer.dark .apb-staff-author {
	border-color: rgba(255,255,255,0.3);
}

.apb-wrapper-outer.dark .shortcode-skillbar-label {
	color: #FFF;
}
.apb-wrapper-outer.dark .shortcode-skillbar {
	background-color: rgba(255,255,255,0.6);
	border-radius: 12px;
}

.apb-wrapper-outer.dark .apb-module-icon.style-2 .apb-module-icon-inner i,
.apb-wrapper-outer.dark .apb-module-icon.style-3 .apb-module-icon-inner i,
.apb-wrapper-outer.dark .apb-module-icon.style-4 .apb-module-icon-inner i,
.apb-wrapper-outer.dark .apb-module-icon.style-6 .apb-module-icon-inner i,
.apb-wrapper-outer.dark .apb-module-icon.style-7 .apb-module-icon-inner i,
.apb-wrapper-outer.dark .apb-module-icon.style-8 .apb-module-icon-inner i,
.apb-wrapper-outer.dark .apb-module-icon.style-9 .apb-module-icon-inner i {
	color: #FFF;
}
.apb-wrapper-outer.dark .apb-module-icon.style-10 .apb-module-icon-inner i {
	color: rgba(255,255,255,0.6) !important;
}
.apb-wrapper-outer.dark .apb-module-icon.style-2 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-3 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-4 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-6 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-7 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-8 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-9 .apb-module-icon-inner,
.apb-wrapper-outer.dark .apb-module-icon.style-10 .apb-module-icon-inner {
	background-color: transparent;
}



/* SPECIAL RULES */

.slick-list:hover,
.slick-list:hover a {
	cursor: grab !important;
}

.slick-list:active,
.slick-list:active a {
	cursor: grabbing !important;
}

.slick-slider {
	margin-bottom: 0 !important;
	z-index: 2;
}

/*
.slick-prev, .slick-next {
	display: none !important;
}
*/

.slick-prev, .slick-next {
	width: 32px !important;
	height: 32px !important;
	margin-top: -16px !important;
	/* background: #FFF !important;
	border-radius: 16px; */
	opacity: 0;
	transition: 0.3s ease;
}

.slick-prev {
	left: -30px !important;
}

.slick-next {
	right: -30px !important;
}

.slick-prev::before,
.slick-next::before {
	color: #CCC !important;
	font-size: 24px !important;
	/* display: none !important; */
}

.slick-slider:hover .slick-prev,
.slick-slider:hover .slick-next {
	opacity: 1;
	transition: 0.3s ease;
}



/* DEPRECATED */

/*** FILLING BUTTON ***/

.pb-filling-button {
	display: inline-block;
	height: 40px;
	margin: 0 10px 5px 0;
	padding: 0px 22px;
	border: 2px solid teal;
	color: teal;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	border-radius: 3px;
	position: relative;
	transition: 0.3s ease;
	z-index: 3;
}

.pb-filling-button:hover {
	color: #444;
	transition: 0.3s ease;
}

.pb-filling-button:hover span {
	position: relative;
	z-index: 2;
}

.pb-filling-button:hover .button-fill {
	height: 100%;
	transition: 0.3s ease;
}

.button-fill {
	width: 100%;
	height: 0;
	top: 0;
	left: 0;
	background: teal;
	position: absolute;
	transition: 0.3s ease;
	z-index: 1;
}

/*** STANDARD BUTTON ***/

.pb-standard-button {
	display: inline-block;
	height: 40px;
	margin: 0 10px 5px 0;
	padding: 2px 24px;
	background: teal;
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 40px;
	letter-spacing: 1px;
	border-radius: 3px;
	position: relative;
	transition: 0.3s ease;
	z-index: 3;
}

.pb-standard-button:hover {
	background-color: #FFF;
	color: #444;
	transition: 0.3s ease;
}

.apb-wrapper-outer.dark .apb-filling-button .button-fill {
	background-color: #FFF;
}

.apb-wrapper-outer.dark .pb-filling-button {
	border-color: #FFF;
}

.apb-wrapper-outer.dark .pb-filling-button:hover span {
	color: #444 !important;
}

.apb-wrapper-outer .pb-standard-button,
.apb-wrapper-outer .pb-filling-button {
	float: none;
}



/*** APB NEW MODULES ***/

/* - Heading - */

.apb-heading-title {
	width: 100%;
	text-align: center;
}

.apb-heading-title span {
	display: inline-block;
	color: #222;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 42px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 2px;
	line-height: 100%;
}

.apb-heading-title.style-2 span {
	font-size: 32px;
	padding: 15px;
	border: 3px solid rgba(0,0,0,0.2);
}

.apb-heading-subtitle {
	width: 100%;
	color: #222;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	letter-spacing: 1px;
	line-height: 100%;
}




/*** APB OLD MODULES ***/

/***** MX SLIDER *****/

.flexslider, .slides, .pb-slide-img, .slide-video {
	box-sizing: border-box;
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	/* padding-top: 25px !important; */
	height: 0;
}

.slides li {
	top: 0 !important;
	right: 0 !important;
	bottom: 0 !important;
	left: 0 !important;
	position: absolute !important;
}

.flexslider .pb-standard-button,
.flexslider .pb-filling-button {
	margin-top: 10px;
}

.flexslider .pb-standard-button:hover {
	background-color: #FFF !important;
}

.flexslider .pb-filling-button:hover {
	color: #444 !important;
}

.pb-slider-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #141419;
	opacity: 0.2;
	position: absolute;
	z-index: 2;
}

.pb-slider-text-wrapper {
	width: auto;
	top: 200px;
	position: absolute;
	z-index: 3;
}

.pb-slider-text-container {
	width: auto;
	top: 200px;
	left: 10%;
	padding: 30px;
}

.pb-slider-title {
	width: auto;
	max-width: 100%;
	margin: 0 auto;
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 64px;
	font-weight: 100;
	line-height: 110%;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	clear: both;
}

.pb-slider-subtitle {
	width: auto;
	max-width: 100%;
	margin: 15px auto 0 auto;
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 32px;
	font-weight: 300;
	line-height: 110%;
	letter-spacing: 0px;
	text-align: center;
	text-transform: uppercase;
	clear: both;
}

.pb-slide-img {
	width: 100%;
	height: 100%;
	background-color: #222;
	background-size: cover;
	background-position: center center;
}

.slide-video iframe,
.slide-video object,
.slide-video embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.apb-scroll-icon {
	width: 20px;
	height: 34px;
	left: 50%;
	bottom: 20px;
	margin-left: -10px;
	background: url('images/amazingslider/scroll-icon.png');
	opacity: 0.6;
	position: absolute;
	transition: 0.3s ease;
	z-index: 4;
	cursor: pointer;
}

.apb-scroll-icon:hover {
	bottom: 15px;
	opacity: 1;
	transition: 0.3s ease;
}


/***** MX MODULES *****/

/*** QUOTE [MODULE] ***/

.apb-quote .apb-wrapper-inner {
	padding-bottom: 60px;
}

.pb-quote {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 100px 0;
	background: #FFF url('images/pb-quote-bundle-bg.jpg'); /*images/minimalix-quote-background.jpg*/
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	background-repeat: no-repeat;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	position: relative;
	float: none;
	clear: both;
}

.pb-quote.style2 .pb-quote-overlay {
	background: #111; /* #67cfb0 */
	opacity: 0.6;
}

.pb-quote.style2 .pb-quote-icon {
	color: #222 !important;
}

.pb-quote-text {
	width: 96%;
	margin: 0 2%;
	color: rgba(0,0,0,0.9);
	font-size: 28px;
	font-weight: 300;
	text-align: center;
	line-height: 140%;
	position: relative;
	float: none;
	clear: both;
	z-index: 2;
}

.pb-quote-author {
	width: 96%;
	margin: 20px 2% 0 2%;
	color: rgba(0,0,0,0.6);
	font-size: 14px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 120%;
	position: relative;
	float: none;
	clear: both;
	z-index: 2;
}

.pb-quote-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	background: teal;
	opacity: 0.8;
	position: absolute;
	z-index: 1;
}

.apb-quote-icon {
	width: 48px;
	height: 48px;
	margin: 0 auto 20px auto;
	background: #F8F8F8;
	background-size: cover;
	color: teal;
	font-size: 18px;
	text-align: center;
	line-height: 48px;
	border-radius: 24px;
	position: relative;
	z-index: 3;
}

.apb-quote-icon:after {
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: -8px;
	left: 14px;
	border-style: solid;
	border-width: 17.3px 10px 0 10px;
	border-color: #F8F8F8 transparent transparent transparent;
	content: "";
	z-index: 2;
}

.apb-quote-icon.icon-is-true {
	border: 2px solid #FFF;
	border-radius: 28px; /* 24 + 4 */
}

.apb-quote-icon.icon-is-true:after {
	display: none;
}

.apb-wrapper-outer.dark .apb-quote-icon {
	background-color: #FFF;
}
.apb-wrapper-outer.dark .apb-quote-icon:after {
	border-color: #FFF transparent transparent transparent;
}
.apb-wrapper-outer.dark .pb-quote-text,
.apb-wrapper-outer.dark .pb-quote-author {
	color: #FFF;
}

/*** MAP [MODULE] ***/

.apb-wrapper-outer .gallery {
	margin: 0;
	padding: 0;
}

/*** MAP [MODULE] ***/

.pb-map {
	width: 100%;
	max-width: 1180px;
	margin: 0px auto 0 auto;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	float: none;
	clear: both;
}

.pb-map-info {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 60px 0;
	background: #222;
	color: #EEE;
	overflow: auto;
}

.pb-map-info-container {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	overflow: hidden; /* cssanim-fix */
}

.pb-map-info-single {
	display: inline-block;
	width: 21.33%;
	margin: 0 6%;
	position: relative;
	float: left;
}

.pb-map-info-icon {
	width: 22%;
	float: left;
}

.pb-map-info-icon i {
	width: 42px;
	height: 42px;
	background: #222;
	color: #EEE;
	font-size: 20px;
	text-align: center;
	line-height: 42px;
	border-radius: 24px;
	cursor: default;
}

.pb-map-info-title {
	width: 78%;
	margin: 0 0 3px 0;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
	float: right;
}

.pb-map-info-text {
	width: 78%;
	color: #DDD;
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	float: right;
}

.pb-map-wrapper {
	width: 100%;
	height: 400px;
	background: #EEE;
	position: relative;
	float: none;
	clear: both;
}

#pb-map-container {
	width: 100%;
	height: 400px;
	background: #EEE;
	position: absolute;
	float: none;
	clear: both;
	z-index: 1;
}

.pb-map-marker i {
	width: 48px;
	height: 48px;
	top: 50%;
	left: 50%;
	margin: -24px 0 0 -24px;
	font-size: 48px;
	text-align: center;
	// text-shadow: 2px 0 1px rgba(0,0,0,0.4);
	position: absolute;
	z-index: 2;
	cursor: default;
}

/*** TEXT STRIP [MODULE] ***/

.pb-text-strip {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px 0;
	background: teal;
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 20px;
	font-weight: 300;
	text-align: center;
	line-height: 120%;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	float: none;
	clear: both;
}

/* Button Strip */

.apb-wrapper-outer.apb-button-strip .apb-wrapper-inner {
	padding: 40px 0;
}

.apb-button-strip {
	width: 100%;
	margin: 0 auto;	
	background: teal;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	overflow: auto;
	clear: both;
}

.apb-button-strip-inner {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 40px 40px;
	position: relative;
	overflow: auto;
}

.pb-button-strip-text {
	width: 70%;
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 120%;
	float: left;
}

.pb-button-strip-button {
	display: block;
	height: 46px;
	top: 50%;
	right: 0;
	margin: -25px 0 0 0;
	padding: 0 26px;
	border: 2px solid #FFF !important;
	color: #FFF !important;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 14px;
	font-weight: 600;
	text-transform: uppercase;
	line-height: 46px;
	letter-spacing: 0.5px;
	position: absolute;
	transition: 0.3s ease;
}

.pb-button-strip-button:hover {
	color: teal;
	transition: 0.3s ease;
}

.pb-button-strip-button:hover span {
	position: relative;
	z-index: 2;
}

.pb-button-strip-button .button-fill {
	background-color: #FFF;
}

.pb-button-strip-button:hover .button-fill {
	height: 100%;
	transition: 0.3s ease;
}

/*** SEARCH [MODULE] ***/

.pb-search {
	width: 100%;
	margin: 0 auto;
	padding: 30px 0;
	background: teal;
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 24px;
	font-weight: 300;
	text-align: center;
	line-height: 120%;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	float: none;
	clear: both;
}

.pb-search-container {
	width: 440px;
	height: 50px;
	margin: 0 auto;
}

.pb-search #searchlabel {
	width: 400px;
	height: 36px;
	margin: 10px 0 0 0;
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #FFF;
	background: transparent;
	color: #FFF;
	font-size: 24px;
	line-height: 36px;
	box-shadow: none !important;
	border-radius: 0;
	opacity: 1;
	transition: 0.3s;
}

.pb-search #searchlabel:focus {
	opacity: 1;
	transition: 0.3s;
}

.pb-search #searchlabel:focus + #searchbutton {
	opacity: 1;
}

.pb-search #searchbutton {
	width: 30px;
	height: 37px;
	margin: 10px 0 0 0;
	border-width: 0 0 1px 0;
	border-bottom: 1px solid #FFF;
	background-color: transparent !important;
	font-size: 24px;
	text-align: center;
	line-height: 34px;
	opacity: 1;
	border-radius: 0;
	text-shadow: none;
}

/* LIGHT THEME */

.pb-search.light {
	background-color: #EEE;
}

.pb-search.light #searchlabel,
.pb-search.light #searchbutton {
	border-color: #666;
	color: #666;
}



/*** CIRCLE BOXES [MODULE] ***/

.apb-icon-boxes .apb-module-heading,
.apb-icon-boxes .apb-module-paragraph {
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
	text-align: center;
}

.pb-circle-boxes {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 40px 0;
	background: #FFF;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
	clear: both;
}

.pb-circle-boxes-wrapper {
	width: 1140px;
	margin: 0 auto;
	padding: 40px 0 10px 0;
	overflow: hidden; /* This will fix animations */
	position: relative;
	z-index: 3;
}

.pb-circle-boxes-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #FFF;
	opacity: 0.9;
	position: absolute;
	z-index: 2;
}

.pb-circle-boxes-row {
	padding: 0 0 40px 0;
	overflow: auto;
}

.pb-circle-box-column-2, .pb-circle-box-column-3, .pb-circle-box-column-4 {
	width: 25%;
	height: auto;
	display: inline;
	float: left;
}

.pb-circle-box-column-2 {
	width: 50%;
}

.pb-circle-box-column-3 {
	width: 33.3%;
}

.pb-circle-box-icon {
	width: 80px;
	height: 80px;
	margin: 0 auto 20px auto;
	border: 1px solid teal;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
}

.pb-circle-box-icon.style2 {
	border-radius: 0;
}

.pb-circle-box-icon.style3,
.pb-circle-box-icon.style4 {
	border: 1px solid #DDD;
	background: #FDFDFD;
	border-radius: 100px;
}

.pb-circle-box-icon.style4 {
	border-radius: 0;
}

.pb-circle-box-column-2:hover .pb-circle-box-icon,
.pb-circle-box-column-3:hover .pb-circle-box-icon,
.pb-circle-box-column-4:hover .pb-circle-box-icon {
	background: teal;
	transition: 0.3s cubic-bezier(1,0,1,0);
}

.pb-circle-box-column-2:hover i,
.pb-circle-box-column-3:hover i,
.pb-circle-box-column-4:hover i {
	color: #FFF;
	transition: 0.3s ease;
}

.pb-circle-box-column-2:hover .button-fill,
.pb-circle-box-column-3:hover .button-fill,
.pb-circle-box-column-4:hover .button-fill {
	height: 100%;
	transition: 0.3s ease;
}

.pb-circle-box-icon i {
	width: 100%;
	color: teal;
	font-size: 32px;
	text-align: center;
	line-height: 80px;
	transition: 0.3s ease;
	position: relative;
	z-index: 2;
	cursor: default;
}

.pb-circle-box-title {
	width: 80%;
	height: auto;
	margin: 0 10% 20px 10%;
	color: #333;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 0.2px;
	float: left;
	clear: both;
	transition: 0.3s ease;
}

.pb-circle-box-title:hover {
	color: teal;
	transition: 0.3s ease;
}

.pb-circle-box-undertitle {
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto 0 auto;
	background-color: #666;
}

.pb-circle-box-text {
	width: 80%;
	margin: 0 10% 0 10%;
	color: #777;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	float: left;
}

/* DARK THEME */

.pb-circle-boxes.dark .pb-module-innertitle {
	margin-top: -10px;
	color: #FFF;
}

.pb-circle-boxes.dark .pb-module-undertitle {
	color: #EEE;
}

.pb-circle-boxes.dark .pb-module-undertitle span:before,
.pb-circle-boxes.dark .pb-module-undertitle span:after {
	background-color: #EEE;
}

.pb-circle-boxes.dark .pb-module-undertitle-null {
	background: #FFF;
}

/*
Can't work this out, as it's out of container bounds.
.pb-circle-boxes.dark .pb-circle-boxes-overlay {
	opacity: 0.7;
	background-color: #000;
}
*/

.pb-circle-boxes.dark .pb-circle-box-icon,
.pb-circle-boxes.dark .pb-circle-box-icon.style2 {
	border-color: #FFF;
	background-color: transparent;
}

.pb-circle-boxes.dark .pb-circle-box-icon.style3,
.pb-circle-boxes.dark .pb-circle-box-icon.style4 {
	border-color: #FFF;
	background-color: rgba(255,255,255,0.1);
	/*
	border-color: #222;
	background-color: #333;
	*/
}

.pb-circle-boxes.dark .pb-circle-box-icon i {
	color: #FFF;
}

.pb-circle-boxesr.dark .button-fill {
	background: rgba(0,0,0,0.1);
}

.pb-circle-boxes.dark .pb-circle-box-icon:hover {
	background-color: transparent;
}

.pb-circle-boxes.dark .pb-circle-box-column-2:hover .pb-circle-box-icon,
.pb-circle-boxes.dark .pb-circle-box-column-3:hover .pb-circle-box-icon,
.pb-circle-boxes.dark .pb-circle-box-column-4:hover .pb-circle-box-icon,
.pb-circle-boxes.dark .pb-circle-box-column-2:hover .pb-circle-box-icon.style2,
.pb-circle-boxes.dark .pb-circle-box-column-3:hover .pb-circle-box-icon.style2,
.pb-circle-boxes.dark .pb-circle-box-column-4:hover .pb-circle-box-icon.style2 {
	background-color: transparent;
}

.pb-circle-boxes.dark .pb-circle-box-title {
	color: #FFF;
}

.pb-circle-boxes.dark .pb-circle-box-undertitle {
	background-color: #FFF;
}

.pb-circle-boxes.dark .pb-circle-box-text {
	color: rgba(255,255,255,0.8);
}




/*** WINDOW [MODULE] ***/

.pb-window {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;	
	background: #222;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	position: relative;
	overflow: auto;
	clear: both;
}

.pb-window-container {
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 4%;
	position: relative;
	overflow: hidden;
}

.pb-window .pb-module-innertitle {
	margin-top: -10px;
	color: #FFF;
}

.pb-window .pb-module-undertitle {
	color: #EEE;
}

.pb-window .pb-module-undertitle-null {
	background: #FFF;
}

.pb-window-textcontainer {
	width: 100%;
	overflow: auto;
	float: left;
}

.pb-window-imagecontainer {
	width: 100%;
	line-height: 0;
	overflow: hidden;
	float: left;
}

.pb-window-imagecontainer img {
	margin: 60px 0 0 0;
	position: relative;
	z-index: 3;
}

.pb-window-text,
.pb-window-subtext {
	width: 100%;
	margin: 0 0 30px 0;
	color: #FFF;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: 300;
	line-height: 160%;
	text-align: center;
	position: relative;
	float: left;
	z-index: 3;
}

.pb-window-subtext {
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 180%;
}

.pb-window-undertitle {
	width: 40px;
	height: 1px;
	margin: 20px 0 0 0;
	background-color: #FFF;
	clear: both;
}

/*

.apb-window .apb-standard-button:hover {
	background-color: #444;
	color: #FFF;
}

.apb-window .apb-filling-button {
	border-color: #444;
	color: #444;
}

.apb-window .apb-filling-button:hover {
	color: #FFF;
}

.apb-window .apb-filling-button:hover span {
	color: #FFF;
}

.apb-window .apb-filling-button .button-fill {
	background-color: #444;
}

.apb-window .apb-filling-button:hover .button-fill {
	background-color: #444;
}

*/

.pb-window-overlay {
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	position: absolute;
	z-index: 2;
}

.pb-window-custombg {
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.8;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

.pb-window-custombg img {
	margin: 0;
	min-width: 100%;
	width: auto;
	min-height: 100%;
	height: auto;
}

/* LIGHT THEME */

.pb-window.light {
	background-color: #F8F8F8;
}

.pb-window.light .pb-module-innertitle {
	color: #222;
}

.pb-window.light .pb-module-undertitle {
	color: #666;
}

.pb-window.light .pb-module-undertitle-null {
	background-color: #222;
}

.pb-window.light .pb-window-text {
	color: #222;
}

.pb-window.light .pb-window-undertitle {
	background-color: #222;
}

.pb-window.light .pb-window-subtext {
	color: #666;
}

.pb-window.light .pb-window-overlay {
	background-color: #FFF;
}

/*** SHOWCASE [MODULE] ***/

.pb-showcase {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;	
	background: #222;
	background-size: cover;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	position: relative;
	overflow: auto;
	clear: both;
}

.pb-showcase-container {
	width: 92%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 4%;
	position: relative;
	overflow: auto;
}

.pb-showcase .pb-module-innertitle {
	margin-top: -10px;
	color: #FFF;
}

.pb-showcase .pb-module-undertitle {
	color: #EEE;
}

.pb-showcase .pb-module-undertitle-null {
	background: #FFF;
}

.pb-showcase-column-3,
.pb-showcase-column-2,
.pb-showcase-column-4 {
	width: 29.33%;
	margin: 0 2%;
	line-height: 100%;
	position: relative;
	float: left;
	z-index: 3;
	transition: 0.3s ease;
}

.pb-showcase-column-2 {
	width: 46%;
}

.pb-showcase-column-4 {
	width: 21%;
}

.pb-showcase-item-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 10px solid #FFF;
	background: rgba(255,255,255,0.2);
	opacity: 0;
	position: absolute;
	transition: 0.3s ease;
}

.pb-showcase img {
	transition: 0.3s ease;
}

.pb-showcase-bg-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: #000;
	opacity: 0.7;
	position: absolute;
	z-index: 2;
}

/* LIGHT THEME */

.pb-showcase.light {
	background: #F8F8F8;
}

.pb-showcase.light .pb-module-innertitle {
	color: #222;
}

.pb-showcase.light .pb-module-undertitle {
	color: #666;
}

.pb-showcase.light .pb-module-undertitle-null {
	background-color: #222;
}

.pb-showcase.light .pb-showcase-bg-overlay {
	background: #FFF;
}



/*** PARALLAX BOXES [MODULE] ***/

.apb-wrapper-outer.apb-parallax-boxes {
	background-image: url('../images/minimalix-parallax-boxes-bg.jpg');
}

.pb-parallax-box-column-2, .pb-parallax-box-column-3, .pb-parallax-box-column-4 {
	width: 21%;
	margin: 0 2%;
	padding: 30px 0;
	height: auto;
	background: teal;
	display: inline;
	float: left;
	transition: 0.5s ease;
}

.pb-parallax-box-column-2 {
	width: 46%;
	margin: 0 2%;
}

.pb-parallax-box-column-3 {
	width: 29.3%;
	margin: 0 2%;
}

.pb-parallax-box-column-2:hover,
.pb-parallax-box-column-3:hover,
.pb-parallax-box-column-4:hover {
	background: #FFF;
	transition: 0.5s ease;
}

.pb-parallax-box-column-2:hover .pb-parallax-box-title,
.pb-parallax-box-column-3:hover .pb-parallax-box-title,
.pb-parallax-box-column-4:hover .pb-parallax-box-title,
.pb-parallax-box-column-2:hover .pb-parallax-box-text,
.pb-parallax-box-column-3:hover .pb-parallax-box-text,
.pb-parallax-box-column-4:hover .pb-parallax-box-text,
.pb-parallax-box-column-2:hover .pb-parallax-box-icon,
.pb-parallax-box-column-3:hover .pb-parallax-box-icon,
.pb-parallax-box-column-4:hover .pb-parallax-box-icon {
	color: teal;
	transition: 0.5s ease;
}

.pb-parallax-box-icon {
	width: 100%;
	margin: 0 0 30px 0;
	color: #FFF;
	font-size: 42px;
	text-align: center;
	transition: 0.3s ease;
	position: relative;
	float: left;
	z-index: 2;
	cursor: default;
}

.pb-parallax-box-title {
	width: 80%;
	height: auto;
	margin: 0 10% 0 10%;
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 15px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 120%;
	letter-spacing: 1px;
	float: left;
	clear: both;
	transition: 0.3s ease;
}

.pb-parallax-box-text {
	width: 80%;
	margin: 20px 10% 0 10%;
	color: #FFF;
	font-size: 14px;
	line-height: 180%;
	text-align: center;
	opacity: 0.9;
	float: left;
}

/*** PROMO [MODULE] ***/

.apb-wrapper-inner.apb-promo {
	padding: 100px 0 80px 0;
}

.pb-promo-left {
	width: 530px;;
	float: left;
}

.pb-promo-image {
	width: 100%;
	text-align: center;
}

.pb-promo-image img {
	max-height: 100%;
}

.pb-promo-right {
	width: 530px;
	float: right;
}

.pb-promo-single {
	width: 100%;
	overflow: auto;
}

.pb-promo-icon {
	width: 60px;
	height: 60px;
	margin: 0 20px 0 0;
	border: 1px solid teal;
	background: #FFF;
	border-radius: 100px;
	position: relative;
	float: left;
	overflow: hidden;
}

.pb-promo-icon.style2 {
	border-radius: 0;
}

.pb-promo-icon.style3,
.pb-promo-icon.style4 {
	border: 1px solid #EEE;
	background: #FAFAFA;
	border-radius: 100px;
}

.pb-promo-icon.style4 {
	border-radius: 0;
}

.pb-promo-single:hover .pb-promo-icon {
	background: teal;
	transition: 0.3s cubic-bezier(1,0,1,0);
}

.pb-promo-single:hover i {
	color: #FFF;
	transition: 0.3s ease;
}

.pb-promo-single:hover .button-fill {
	height: 100%;
	transition: 0.3s ease;
}

.pb-promo-icon i {
	width: 100%;
	color: teal;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	transition: 0.3s ease;
	position: relative;
	z-index: 2;
	cursor: default;
}

.pb-promo-title {
	width: 444px;
	height: auto;
	margin: 0 0 15px 0;
	color: #333;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: right;
	transition: 0.3s ease;
}

.pb-promo-title:hover {
	color: teal;
	transition: 0.3s ease;
}

.pb-promo-text {
	width: 444px;
	margin: 0 0 30px 0;
	color: #777;
	font-size: 14px;
	line-height: 180%;
	float: right;
}

/*** BULLET BOXES [MODULE] ***/

.pb-bullet-boxes-container {
	width: 96%;
	padding: 70px 2% 30px 2%;
	overflow: hidden; /* This will fix animations */
}

.pb-bullet-boxes-container .pb-module-innertitle {
	margin-bottom: 10px;
}

.pb-bullet-boxes-row {
	padding: 0 0 40px 0;
	overflow: auto;
}

.pb-bullet-box-column-2, .pb-bullet-box-column-3, .pb-bullet-box-column-4 {
	width: 23%;
	height: auto;
	margin: 0 1%;
	display: inline;
	float: left;
}

.pb-bullet-box-column-2 {
	width: 48%;
	margin: 0 1%;
}

.pb-bullet-box-column-3 {
	width: 31.3%;
	margin: 0 1%;
}

.pb-bullet-box-column-2:hover .pb-bullet-box-icon,
.pb-bullet-box-column-3:hover .pb-bullet-box-icon,
.pb-bullet-box-column-4:hover .pb-bullet-box-icon {
	background: teal;
	transition: 0.3s cubic-bezier(1,0,1,0);
}

.pb-bullet-box-column-2:hover i,
.pb-bullet-box-column-3:hover i,
.pb-bullet-box-column-4:hover i {
	color: #FFF;
	transition: 0.3s ease;
}

.pb-bullet-box-column-2:hover .button-fill,
.pb-bullet-box-column-3:hover .button-fill,
.pb-bullet-box-column-4:hover .button-fill {
	height: 100%;
	transition: 0.3s ease;
}

.pb-bullet-box-icon-container {
	width: 30%;
	position: relative;
	float: left;
}


.pb-bullet-box-icon {
	width: 60px;
	height: 60px;
	margin: 0 auto;
	border: 1px solid teal;
	border-radius: 100px;
	position: relative;
	overflow: hidden;
}

.pb-bullet-box-single:hover .pb-bullet-box-icon {
	background: teal;
	transition: 0.3s cubic-bezier(1,0,1,0);
}

.pb-bullet-box-single:hover:hover i {
	color: #FFF;
	transition: 0.3s ease;
}

.pb-bullet-box-single:hover .button-fill {
	height: 100%;
	transition: 0.3s ease;
}

.pb-bullet-box-icon i {
	width: 100%;
	color: teal;
	font-size: 24px;
	text-align: center;
	line-height: 60px;
	transition: 0.3s ease;
	position: relative;
	z-index: 2;
	cursor: default;
}

.pb-bullet-box-title {
	width: 70%;
	height: auto;
	margin: 0 0 15px 0;
	color: #333;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 15px;
	font-weight: 600;
	line-height: 120%;
	text-transform: uppercase;
	letter-spacing: 1px;
	float: right;
	transition: 0.3s ease;
}

.pb-bullet-box-title:hover {
	color: teal;
	transition: 0.3s ease;
}

.pb-bullet-box-undertitle {
	display: block;
	width: 40px;
	height: 1px;
	margin: 20px 0 0 0;
	background-color: #666;
}

.pb-bullet-box-text {
	width: 70%;
	margin: 0;
	color: #777;
	font-size: 14px;
	line-height: 180%;
	float: right;
}

/* EXTRA STYLES */

.pb-bullet-box-icon.style2 {
	border-radius: 0;
}

.pb-bullet-box-icon.style3,
.pb-bullet-box-icon.style4 {
	border: 1px solid #DDD;
	background: #FDFDFD;
	border-radius: 100px;
}

.pb-bullet-box-icon.style4 {
	border-radius: 0;
}

.pb-bullet-box-single:hover .pb-bullet-box-icon.style3,
.pb-bullet-box-single:hover .pb-bullet-box-icon.style4 {
	background: teal;
	transition: 0.3s cubic-bezier(1,0,1,0);
	border-color: #FFF !important;
}

.pb-bullet-box-icon:hover.style3,
.pb-bullet-box-icon:hover.style4 {
	background: teal;
	transition: 0.3s cubic-bezier(1,0,1,0);
	border-color: #FFF !important;
}


/*** PRICING TABLES [MODULE] ***/

.apb-pricing-tables.dark .apb-filling-button {
	border-color: #444;
}

.apb-pricing-tables.dark .apb-filling-button span {
	color: #444;
}

.apb-pricing-tables.dark .apb-filling-button:hover span {
	color: #FFF !important;
}

.apb-pricing-tables.dark .apb-filling-button:hover .apb-button-fill {
	background-color: #444;
}

.pb-pricing-tables {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	background-color: #F8F8F8;
	background-position: center;
	background-attachment: fixed;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	overflow: auto;
}

.pb-pricing-tables-container {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 80px 60px;
	overflow: auto;
}

.pb-pricing-tables .pb-module-innertitle {
	margin-top: -20px;
}

.pb-pricing-table-column-2,
.pb-pricing-table-column-3,
.pb-pricing-table-column-4,
.pb-pricing-table-column-5,
.pb-pricing-maintable-column-2,
.pb-pricing-maintable-column-3,
.pb-pricing-maintable-column-4,
.pb-pricing-maintable-column-5 {
	width: 25%;
	height: auto;
	background: #FFF;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	display: inline;
	float: left;
	transition: 0.5s ease;
	position: relative;
	z-index: 2; /* 1 is reserved for overlay */
}

.pb-pricing-maintable-column-2,
.pb-pricing-maintable-column-3,
.pb-pricing-maintable-column-4,
.pb-pricing-maintable-column-5 {
	margin-top: -20px;
	padding: 0 0 20px 0;
	border-top: 20px solid teal;
	box-shadow: 0 0 10px rgba(0,0,0,0.2);
	position: relative;
	z-index: 3;
}
/*
.pb-pricing-table-column-2:nth-child(1),
.pb-pricing-table-column-3:nth-child(1),
.pb-pricing-table-column-4:nth-child(1),
.pb-pricing-table-column-5:nth-child(1),
.pb-pricing-table-column-2:nth-child(3),
.pb-pricing-table-column-3:nth-child(3),
.pb-pricing-table-column-4:nth-child(3),
.pb-pricing-table-column-5:nth-child(3) {
	border-radius: 12px 0 0 12px;
}

.pb-pricing-table-column-2:last-child,
.pb-pricing-table-column-3:last-child,
.pb-pricing-table-column-4:last-child,
.pb-pricing-table-column-5:last-child {
	border-radius: 0 12px 12px 0;
}

.pb-pricing-table-column-2:nth-child(1) .pb-pricing-table-title,
.pb-pricing-table-column-3:nth-child(1) .pb-pricing-table-title,
.pb-pricing-table-column-4:nth-child(1) .pb-pricing-table-title,
.pb-pricing-table-column-5:nth-child(1) .pb-pricing-table-title,
.pb-pricing-table-column-2:nth-child(3) .pb-pricing-table-title,
.pb-pricing-table-column-3:nth-child(3) .pb-pricing-table-title,
.pb-pricing-table-column-4:nth-child(3) .pb-pricing-table-title,
.pb-pricing-table-column-5:nth-child(3) .pb-pricing-table-title {
	border-radius: 12px 0 0 0;
}

.pb-pricing-table-column-2:last-child .pb-pricing-table-title,
.pb-pricing-table-column-3:last-child .pb-pricing-table-title,
.pb-pricing-table-column-4:last-child .pb-pricing-table-title,
.pb-pricing-table-column-5:last-child .pb-pricing-table-title {
	border-radius: 0 12px 0 0;
}*/

.pb-pricing-maintable-column-2 .pb-pricing-table-title,
.pb-pricing-maintable-column-3 .pb-pricing-table-title,
.pb-pricing-maintable-column-4 .pb-pricing-table-title,
.pb-pricing-maintable-column-5 .pb-pricing-table-title {
	background: teal;
	padding-top: 20px;
	padding-bottom: 40px;
	color: #FFF;
	border-radius: 0;
}

.pb-pricing-table-column-2,
.pb-pricing-maintable-column-2 {
	width: 50%;
}

.pb-pricing-table-column-3,
.pb-pricing-maintable-column-3 {
	width: 33.3%;
}

.pb-pricing-table-column-5,
.pb-pricing-maintable-column-5 {
	width: 20%;
}

.pb-pricing-table-column-2:hover,
.pb-pricing-maintable-column-2:hover,
.pb-pricing-table-column-3:hover,
.pb-pricing-maintable-column-3:hover,
.pb-pricing-table-column-4:hover,
.pb-pricing-maintable-column-4:hover,
.pb-pricing-table-column-5:hover,
.pb-pricing-maintable-column-5:hover {
	box-shadow: 0 0 10px teal;
	transition: 0.5s ease;
}

.pb-pricing-table-title {
	width: 80%;
	height: auto;
	padding: 30px 10%;
	background: #FBFBFB;
	color: #444;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 16px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	line-height: 110%;
	letter-spacing: 1px;
	float: left;
	clear: both;
	transition: 0.3s ease;
}

.pb-pricing-table-feature {
	width: 80%;
	padding: 20px 10% 20px 10%;
	border-bottom: 1px solid #F4F4F4;
	color: #666;
	font-size: 14px;
	line-height: 160%;
	text-align: center;
	opacity: 0.9;
	float: left;
}

.pb-pricing-table-price {
	width: 80%;
	height: auto;
	padding: 30px 10%;
	color: #222;
	font-weight: 400;
	text-align: center;
	line-height: 110%;
	letter-spacing: -1px;
	float: left;
	clear: both;
	transition: 0.3s ease;
}

.pb-pricing-table-price-import {
	width: 100%;
	margin-top: 5px;
	font-family: Open Sans, Helvetica, sans-serif;
	font-size: 42px;
}

.pb-pricing-table-price-period {
	width: 100%;
	margin-top: 25px;
	color: #666;
	font-size: 14px;
	letter-spacing: 0;
	text-transform: uppercase;
}

.pb-pricing-table-buy {
	width: 100%;
	margin: 20px 0;
	text-align: center;
	overflow: auto;
}

.pb-pricing-table-buy .pb-filling-button:hover {
	color: #FFF;
}

/*** STAFF [MODULE] ***/

.apb-staff .apb-module-heading-large {
	font-size: 18px;
}

.apb-staff .apb-module-heading-small {
	opacity: 0.7;
}

.pb-staff {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 80px 0;
	background: #FFF;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	overflow: auto;
}

.pb-staff .pb-module-innertitle {
	margin-top: -10px;
	margin-bottom: 10px;
}

.pb-staff-left {
	width: 530px;
	margin: 0 0 0 40px;
	float: left;
}

.pb-staff-title {
	width: 100%;
	height: auto;
	margin: 0 0 20px 0;
	color: #222;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 20px;
	font-weight: 400;
	line-height: 110%;
	float: left;
	clear: both;
	transition: 0.3s ease;
}

.pb-staff-undertitle {
	width: 40px;
	height: 1px;
	margin: 20px 0 0 0;
	background-color: #222;
	clear: both;
}

.pb-staff-text {
	width: 100%;
	margin: 0;
	color: #777;
	font-size: 14px;
	line-height: 180%;
	float: left;
}

.pb-staff-right {
	width: 530px;
	margin: 0 40px 0 0;
	float: right;
}

.apb-staff-author {
	width: 100%;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #EEE;
	position: relative;
	float: left;
	overflow: hidden;
	transition: 0.3s ease;
}

.pb-staff-author:hover {
	border-color: teal;
	transition: 0.3s ease;
}

.pb-staff-author-name {
	width: 100%;
	margin: 20px 0 10px 0;
	color: #666;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: 300;
	text-align: center;
	line-height: 120%;
	float: left;
	transition: 0.3s ease;
}

.pb-staff-author-type {
	width: 100%;
	color: #999;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 120%;
	float: left;
	transition: 0.3s ease;
}

.pb-staff-author-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: 0;
	text-align: center;
	position: absolute;
	overflow: hidden;
	transition: 0.3s ease;
}

.pb-staff-author-overlay-background {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: teal;
	opacity: 0.8;
	position: absolute;
	transition: 0.3s ease;
	z-index: 2;
}

.apb-staff-author:hover .pb-staff-author-overlay {
	opacity: 1;
	transition: 0.3s ease;
}

.pb-staff-author-image {
	width: 100%;
	line-height: 0;
	position: relative;
}

.pb-staff-author-image img {
	width: auto;
	max-height: 100%;
}

.pb-staff-author-separator {
	width: 30px;
	height: 1px;
	margin: 20px auto;
	background-color: #FFF;
	clear: both;
	position: relative;
	z-index: 3;
	transition: 0.3s ease;
}

.pb-staff-author-text {
	width: 90%;
	margin: 20px 5%;
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
	text-align: center;
	line-height: 170%;
	position: relative;
	z-index: 3;
	transition: 0.3s ease;
}

.pb-staff-author-social-icon {
	display: inline-block;
	width: 14%;
	padding-bottom: 14%;
	margin: 0 1%;
	background: #FFF;
	color: #999;
	position: relative;
	border-radius: 100%;
	z-index: 3;
	transition: 0.2s ease;	
}

.pb-staff-author-social-icon i {
	width: 16px;
	height: 16px;
	top: 50%;
	margin: -8px 0 0 -8px;
	line-height: 16px;
	position: absolute;
	transition: 0.2s ease;
}

.pb-staff-author-social-icon:hover {
	background: #444;
	color: #FFF;
	transition: 0.2s ease;
}

.pb-staff-author-social-icon.facebook:hover {
	background: #3B589C;
}
.pb-staff-author-social-icon.twitter:hover {
	background: #00ACED;
}
.pb-staff-author-social-icon.googleplus:hover {
	background: #dd5030;
}
.pb-staff-author-social-icon.youtube:hover {
	background: #d7281e;
}
.pb-staff-author-social-icon.pinterest:hover {
	background: #ca2128;
}
.pb-staff-author-social-icon.tumblr:hover {
	background: #304e6c;
}
.pb-staff-author-social-icon.instagram:hover {
	background: #326187;
}
.pb-staff-author-social-icon.flickr:hover {
	background: #FF0084;
}
.pb-staff-author-social-icon.behance:hover {
	background: #1769FF;
}
.pb-staff-author-social-icon.vimeo:hover {
	background: #456;
}



/*** PORTFOLIO [MODULE] ***/

.pb-portfolio {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	background: #EEE;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	overflow: hidden;
}

.pb-portfolio-title {
	width: 100%;
	margin: 0 0 0px 0;
	padding: 30px 0;
	border-top: 0px solid #DDD;
	background: #FAFAFA;
	color: #222;
	font-size: 28px;
	font-weight: 200;
	text-align: center;
	text-transform: uppercase;
	line-height: 120%;
	box-shadow: 0 0 5px rgba(0,0,0,0.1) inset;
	float: left;
	clear: both;
}

#pb-portfolio-filters {
	width: 100%;
	padding: 30px 0;
	background: #FAFAFA;
	color: #666;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
}

#pb-portfolio-filters span {
	padding: 6px 0;
	border-bottom: 1px solid transparent;
	margin: 0 15px;
	transition: 0.3s ease;
}

#pb-portfolio-filters span:hover {
	padding-bottom: 1px;
	border-color: #666;
	color: teal;
	transition: 0.3s ease;
	cursor: pointer;
}

.pb-portfolio-item-column-2, .pb-portfolio-item-column-3,
.pb-portfolio-item-column-4, .pb-portfolio-item-column-5 {
	width: 0;
	padding: 10% 12.5%;
	box-sizing: border-box;
	background: #DDD;
	position: relative;
	float: left;
	overflow: hidden;
}

.pb-portfolio-item-column-2 {
	padding: 20% 25%;
}

.pb-portfolio-item-column-3 {
	padding: 13.33% 16.66%;
}

.pb-portfolio-item-column-5 {
	padding: 8% 10%;
}

.pb-portfolio-item-column-2:hover .pb-portfolio-item-title,
.pb-portfolio-item-column-3:hover .pb-portfolio-item-title,
.pb-portfolio-item-column-4:hover .pb-portfolio-item-title,
.pb-portfolio-item-column-5:hover .pb-portfolio-item-title {
	bottom: 0;
	opacity: 1;
	transition: 0.5s ease;
}

.pb-portfolio-item-column-2:hover .pb-portfolio-item-overlay,
.pb-portfolio-item-column-3:hover .pb-portfolio-item-overlay,
.pb-portfolio-item-column-4:hover .pb-portfolio-item-overlay,
.pb-portfolio-item-column-5:hover .pb-portfolio-item-overlay {
	opacity: 0.4;
	transition: 0.5s ease;
}

.pb-portfolio-item-column-2:hover .pb-portfolio-item-more,
.pb-portfolio-item-column-3:hover .pb-portfolio-item-more,
.pb-portfolio-item-column-4:hover .pb-portfolio-item-more,
.pb-portfolio-item-column-5:hover .pb-portfolio-item-more,
.pb-portfolio-item-column-2:hover .pb-portfolio-item-zoom,
.pb-portfolio-item-column-3:hover .pb-portfolio-item-zoom,
.pb-portfolio-item-column-4:hover .pb-portfolio-item-zoom,
.pb-portfolio-item-column-5:hover .pb-portfolio-item-zoom {
	top: 50px;
	transition: 0.5s ease;
}

.pb-portfolio-item-column-2:hover .pb-portfolio-item-image,
.pb-portfolio-item-column-3:hover .pb-portfolio-item-image,
.pb-portfolio-item-column-4:hover .pb-portfolio-item-image,
.pb-portfolio-item-column-5:hover .pb-portfolio-item-image {
	top: -30px;
	transition: 0.5s ease;
}

.pb-portfolio-item-line {
	width: 60%;
	height: 1px;
	margin: 5px 20% 10px 20%;
	background: teal;
	opacity: 0.6;
	float: left;
}

.pb-portfolio-item-title {
	width: 100%;
	padding: 10px 0;
	bottom: -100%;
	left: 0;
	background: #FFF;
	color: #666;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	line-height: 150%;
	box-shadow: 0 -5px 5px -5px rgba(0,0,0,0.2);
	opacity: 0;
	position: absolute;
	float: left;
	transition: 0.5s ease;
	z-index: 3;
}

.pb-portfolio-item-title:before {
	position: absolute;
	width: 0;
	height: 0;
	margin: 0 0 0 -10px;
	top: -10px;
	left: 50%;
	border-style: solid;
	border-width: 0 10px 10px 10px;
	border-color: transparent transparent #FFF transparent;
	content: "";
}

.pb-portfolio-item-off-title:after {
	position: absolute;
	// border-radius: 23px;
	// box-shadow: 0 0 5px rgba(0,0,0,0.1);
	width: 46px;
	height: 18px;
	margin: 0 0 0 -23px;
	background: /*#d13a7a*/ url('images/mx-dots-icon.png') center center no-repeat;
	top: -30px;
	left: 50%;
	content: "";
}

.pb-portfolio-item-title span {
	width: 90%;
	margin: 0 5%;
}

.pb-portfolio-item-overlay {
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: teal;
	opacity: 0;
	position: absolute;
	transition: 0.5s ease;
	z-index: 2;
}

.pb-portfolio-item-more,
.pb-portfolio-item-zoom {
	width: 40px;
	height: 40px;
	top: -50px;
	left: 70px;
	margin: 0 0 0 -24px;
	border: 2px solid #FFF;
	position: absolute;
	transition: 0.3s ease;
	z-index: 3;
}

.pb-portfolio-item-more {
	left: auto;
	right: 70px;
	margin: 0 -24px 0 0;
}

.pb-portfolio-item-more i,
.pb-portfolio-item-zoom i {
	width: 100%;
	color: #FFF;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
}

.pb-portfolio-item-more:hover,
.pb-portfolio-item-zoom:hover {
	background: teal;
	transition: 0.3s ease;
}

.pb-portfolio-item-image {
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	text-align: center;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	transition: 0.5s ease;
}

.pb-portfolio-item-image img {
	min-width: 100%;
}

/*** ACHIEVEMENTS [MODULE] ***/

.apb-wrapper-outer.apb-achievements {
	padding: 20px 0;
}

.pb-achievements.style2,
.pb-achievements {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	background: #FFF url('images/mx-post-hero-bg.png');
	background-position: center;
	background-repeat: repeat;
	background-attachment: fixed;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	position: relative;
	overflow: auto;
}

.pb-achievements.style2 {
	background: #FFF url('images/pb-achievements-bundle-bg.jpg');
	background-size: cover;
	background-attachment: fixed;
}

.pb-achievements.style2 .pb-achievements-overlay {
	background-color: #111 !important;
	opacity: 0.6;
}

.pb-achievements-container {
	width: 100%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 80px 40px;
	overflow: auto;
}

.pb-achievement-column-2, .pb-achievement-column-3, .pb-achievement-column-4 {
	width: 21%;
	margin: 0 2%;
	padding: 30px 0;
	height: auto;
	display: inline;
	float: left;
	transition: 0.5s ease;
}

.pb-achievement-column-2 {
	width: 46%;
	margin: 0 2%;
}

.pb-achievement-column-3 {
	width: 29.3%;
	margin: 0 2%;
}

.pb-achievements-overlay {
	width: 100%;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: teal;
	opacity: 0.8;
	position: absolute;
	z-index: 1;
}

.pb-achievement-icon {
	width: 100%;
	margin: 0 0 20px 0;
	color: rgba(0,0,0,0.9);
	font-size: 28px;
	text-align: center;
	transition: 0.3s ease;
	position: relative;
	float: left;
	z-index: 2;
}

.pb-achievement-icon i {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	border: 1px solid rgba(0,0,0,0.6);
	line-height: 72px;
	border-radius: 36px;
}

.pb-achievement-number {
	width: 80%;
	height: 48px;
	margin: 0 10% 0 10%;
	color: rgba(0,0,0,0.9);
	font-family: Open Sans, Helvetica, Sans Serif;
	font-size: 48px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	line-height: 48px;
	letter-spacing: -1px;
	position: relative;
	float: left;
	clear: both;
	transition: 0.3s ease;
	z-index: 2;
}

.pb-achievement-separator {
	display: block;
	width: 30px;
	height: 1px;
	margin: 20px auto;
	background-color: #FFF;
}

.pb-achievement-completed {
	width: 80%;
	margin: 0 10% 0 10%;
	color: rgba(0,0,0,0.8);
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 13px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	opacity: 0.9;
	position: relative;
	float: left;
	z-index: 2;
}

/*** ADDITIONAL STYLES ***/

.pb-achievement-icon.romb {
	margin-bottom: 40px;
}

.pb-achievement-icon.romb span {
	display: block;
	width: 72px;
	height: 72px;
	margin: 0 auto;
	border: 1px solid rgba(0,0,0,0.6);
	position: relative;
	transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
}

.pb-achievement-column-2:first-child .pb-achievement-icon.romb span:before,
.pb-achievement-column-3:first-child .pb-achievement-icon.romb span:before,
.pb-achievement-column-4:first-child .pb-achievement-icon.romb span:before,
.pb-achievement-column-2:last-child .pb-achievement-icon.romb span:after,
.pb-achievement-column-3:last-child .pb-achievement-icon.romb span:after,
.pb-achievement-column-4:last-child .pb-achievement-icon.romb span:after {
	display: none;
}

.pb-achievement-icon.romb i {
	border: 0;
	border-radius: 0;
	transform:rotate(-45deg);
	-ms-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
}

/* - Dark style - */

.apb-wrapper-outer.dark .pb-achievement-icon i,
.apb-wrapper-outer.dark .pb-achievement-icon.romb span {
	border-color: #FFF;
}
.apb-wrapper-outer.dark .pb-achievement-icon,
.apb-wrapper-outer.dark .pb-achievement-number,
.apb-wrapper-outer.dark .pb-achievement-completed {
	color: #FFF;
}





/*** FEATURED [MODULE] ***/

.apb-featured-container {
	width: 100%;
	max-width: 1180px;
	margin: 0px auto 0 auto;
	background: #999;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	position: relative;
	overflow: hidden;
}

.apb-featured-subcontainer {
	width: 100%;
	height: 240px;
	margin: 0 0px;
	background: #EEE;
	overflow: hidden;
	float: left;
	position: relative;
	transition: 0.3s ease;
}

.apb-featured-subcontainer:hover .pb-featured-overlay-wrapper {
	top: 50px; /* as bottom while !:hover */
	bottom: 50px;
	opacity: 1;
	transition: 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

.apb-featured-subcontainer:hover .pb-featured-overlay-background {
	opacity: 0.8;
	transition: 0.5s cubic-bezier(0.230, 1.000, 0.320, 1.000);
}

#featured-thumbnail {
	display: block;
	width: 100%;
	height: 240px;
	margin: 0 0 0px 0;
	float: left;
	position: absolute;
	overflow: hidden;
	z-index: 1;
}

#featured-thumbnail img {
	min-width: 100%;
	width: auto;
	min-height: 240px;
	top: 50%;
	margin-top: -50%;
	position: absolute;
}

.featured-comments {
	display: none;
	top: 20px;
	left: 20px;
	padding: 1px 10px;
	background: #FFF;
	color: #222;
	font-family: Open Sans, Helvetica, Sans Serif;
	font-weight: 400;
	position: absolute;
}

.featured-comments:after {
	position: absolute;
	width: 0px;
	height: 0px;
	bottom: -6px;
	left: 0;
	border-style: solid;
	border-width: 6px 6px 0 0;
	border-color: #FFF transparent transparent transparent;
	content: "";
}

.featured-comments a {
	color: teal;
	text-decoration: none;
}

.pb-featured-overlay-wrapper {
	top: 290px; /* 240 as standard + 50 as bottom */
	right: 30px;
	bottom: -190px; /* -240 as standard + 50 as bottom */
	left: 30px;
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
	opacity: 0;
	position: absolute;
	transition: 0.5s ease;
	z-index: 3;
}

.featured-title {
	width: 100%;
	margin: 20px 0 10px 0;
	color: #FFF;
	font-family: Raleway, Helvetica, Sans Serif;
	font-size: 15px;
	font-weight: 400;
	text-align: center;
	text-transform: uppercase;
	line-height: 140%;
	position: relative;
	float: left;
	z-index: 3;
}

.featured-date {
	width: 100%;
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	position: relative;
	float: left;
	z-index: 3;
}

.pb-featured-overlay-background {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: teal;
	opacity: 0;
	position: absolute;
	transition: 0.5s ease;
	z-index: 2;
}



/*** SKILLBARS [MODULE] ***/

.pb-skillbars {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	background-color: #F8F8F8;
	background-position: center;
	background-attachment: fixed;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	position: relative;
	overflow: auto;
}

.pb-skillbars .pb-module-innertitle {
	margin-bottom: 10px;
}

.pb-skillbars.style2 {
	background: url('images/pb-skillbars-bundle-bg.jpg');
	background-size: cover;
	background-color: #F8F8F8;
	background-position: center;
	background-attachment: fixed;
}
.pb-skillbars.style2 .pb-skillbars-overlay {
	opacity: 0.5;
}
.pb-skillbars.style2 .pb-module-innertitle {
	color: #FFF;
}
.pb-skillbars.style2 .pb-module-undertitle {
	color: #FFF;
}
.pb-skillbars.style2 .pb-module-undertitle-null {
	background-color: #FFF;
}
.pb-skillbars.style2 .shortcode-skillbar {
	background-color: rgba(255,255,255,0.6);
}
.pb-skillbars.style2 .shortcode-skillbar-label {
	color: #FFF;
}

.pb-skillbars-container {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 80px 60px;
	overflow: auto;
}

.pb-skillbars-overlay {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #111;
	opacity: 0;
	position: absolute;
	z-index: 1;
}

.pb-skillbars .shortcode-skillbar {
	position: relative;
	z-index: 2;
}



/*** CLIENTS [MODULE] ***/

.apb-clients {
	text-align: center;
}

.apb-clients a {
	display: inline-block;
}

.pb-clients {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	background-color: #F8F8F8;
	background-position: center;
	background-attachment: fixed;
	box-shadow: 10px 0 10px -10px rgba(0,0,0,0.1), -10px 0 10px -10px rgba(0,0,0,0.1);
	overflow: auto;
}

.pb-clients-container {
	width: 100%;
	max-width: 1060px;
	margin: 0 auto;
	padding: 80px 60px;
	overflow: auto;
}

.pb-client-column-1,
.pb-client-column-2,
.pb-client-column-3,
.pb-client-column-4,
.pb-client-column-5 {
	display: inline-block;
	width: 25%;
	text-align: center;
	float: left;
}

.pb-client-column-1 {
	width: 100%;
}

.pb-client-column-2 {
	width: 50%;
}

.pb-client-column-3 {
	width: 33.33%;
}

.pb-client-column-5 {
	width: 20%;
}

.pb-client-column-1 a,
.pb-client-column-2 a,
.pb-client-column-3 a,
.pb-client-column-4 a,
.pb-client-column-5 a {
	margin: 0;
	text-decoration: none;
	opacity: 0.6;
	transition: 0.3s ease;
}

.pb-client-column-1 a:hover,
.pb-client-column-2 a:hover,
.pb-client-column-3 a:hover,
.pb-client-column-4 a:hover,
.pb-client-column-5 a:hover {
	opacity: 1;
	transition: 0.3s ease;
}

.pb-client-column-1 img,
.pb-client-column-2 img,
.pb-client-column-3 img,
.pb-client-column-4 img,
.pb-client-column-5 img {
	max-width: 90%;
}

/*** CONTACT [MODULE] ***/

.apb-wrapper-outer input[type=text],
.apb-wrapper-outer input[type=email] {
	width: 28.33%; /* 3% margin + 2% padding */
	height: 30px;
	margin: 0 1.5% 30px 1.5%;
	border-width: 0;
	border-color: #CCC;
	background: rgba(0,0,0,0.6);
	color: #EEE;
	line-height: 30px;
	border-radius: 2px;
	float: left;
	clear: none;
	transition: 0.3s ease;
}

.apb-wrapper-outer textarea {
	width: 95%; /* 3% margin + 2% padding */
	margin: 0 1.5% 30px 1.5%;
	border-width: 0;
	border-color: #CCC;
	background: rgba(0,0,0,0.6);
	color: #EEE;
	border-radius: 2px;
	float: left;
	clear: none;
	transition: 0.3s ease;
}

.apb-wrapper-outer input[type=submit] {
	margin: 0 1.5% 0 0;
	border: 0;
	text-shadow: none;
	float: right;
}

.apb-wrapper-outer input[type=text]:focus,
.apb-wrapper-outer input[type=email]:focus,
.apb-wrapper-outer textarea:focus {
	background: rgba(0,0,0,0.9);
	transition: 0.3s ease;
}

.wpcf7-response-output {
	width: 93% !important;
	margin: 30px 1.5% !important;
	padding: 20px 2% !important;
	border: 0px solid #DDD !important;
	background-color: teal;
	color: #FFF;
	font-family: Raleway, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.2);
	border-radius: 2px;
}

/* DARK THEME */

.apb-wrapper-outer.dark input[type=text],
.apb-wrapper-outer.dark input[type=email],
.apb-wrapper-outer.dark textarea {
	color: #444;
	background: rgba(255,255,255,0.8);
}

.apb-wrapper-outer.dark input[type=text]:focus,
.apb-wrapper-outer.dark input[type=email]:focus,
.apb-wrapper-outer.dark textarea:focus {
		color: #444;
	background: rgba(255,255,255,1);
}