/*----------------------*/
/*   IMPORT FONTS       */
/*----------------------*/
@import url("https://fonts.googleapis.com/css?family=Sorts+Mill+Goudy");
@import url('https://fonts.googleapis.com/css?family=EB+Garamond');
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,600");
@import url('https://fonts.googleapis.com/css?family=Josefin+Sans:300,400,400i,600,600i,700,700i');
/*----------------------*/
/*   GENERAL            */
/*----------------------*/
body {
	background-color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	position: relative;
	min-width: 320px;
	font-family: 'EB Garamond', serif;
	line-height: 2;
	font-size: 16px;
	letter-spacing: 0.02em;
	color: #555;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	padding: 0;
	margin: 0;
	margin-bottom: 5px;
	color: #173758;
	font-weight: 400;
	line-height: 1.7em;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Josefin Sans', sans-serif;
	font-style: normal;
}
h1, .h1 {
	font-size: 44px;
}
h2, .h2 {
	font-size: 36px;
}
h3, .h3 {
	font-size: 28px;
}
h4, .h4 {
	font-size: 24px;
}
h5, .h5 {
	font-size: 18px;
}
h6, .h6 {
	font-size: 15px;
}

@media (max-width: 768px) {
img.equitas {
	max-width: 80%;
	height: auto;
	margin: 0 auto;
}
}
img {
	max-width: 100%;
	height: auto;
}
img.align-left {
	margin: 0 20px 20px 0;
}
img.align-right {
	margin: 0 0 20px 20px;
}
p {
	margin: 0 0 20px 0;
}
.gap-right {
  margin-right: 40px; 
}

b, strong, .bold {
	font-weight: 600;
}
a {
	transition: all 0.4s ease-in-out;
	text-decoration: none;
	color: #173758;
	font-weight:500;
}
a:hover, a:focus {
	text-decoration: none;
	outline: none;
	color: rgba(34,34,34,0.7);
}
ul {
	list-style: square outside none;
}
ol {
	list-style: decimal outside none;
}
ul, ol {
	padding: 0 0 0 20px;
}
ul.list-none, ol.list-none {
	list-style: none;
	padding: 0;
}
blockquote {
	padding: 25px;
	color: #222;
	font-family: 'Sorts Mill Goudy', serif;
	font-size: 18px;
	line-height: 1.5em;
	margin-top: 30px;
	letter-spacing: 0;
	border-left: 5px solid #efefef;
}
cite {
	font-size: 10px;
	display: block;
	font-weight: 700;
	color: #222;
	line-height: 1.5em;
	text-transform: uppercase;
	letter-spacing: 0.25em;
	font-family: 'Source Sans Pro', sans-serif;
	font-style: normal;
	margin-top: 20px;
}
pre {
	overflow: auto;
	clear: both;
	position: relative;
	max-width: 100%;
	margin: 0 0 20px 0;
	background-color: #f4f4f4;
	padding: 20px 40px 20px 20px;
	font-family: monospace;
	white-space: pre-wrap;
	color: inherit;
}
pre::after {
	content: '\f121';
	position: absolute;
	padding: 2px 0 0 0;
	width: 20px;
	top: 0;
	right: 0;
	height: 100%;
	font-size: 10px;
	background-color: #222;
	color: #fff;
	font-family: 'FontAwesome';
	text-align: center;
}
dl {
	margin-bottom: 20px;
}
dt {
	font-weight: 600;
	color: #222;
	text-transform: uppercase;
	font-size: 14px;
}
dd {
	margin-bottom: 7px;
}
table {
	width: 100%;
	max-width: 100%;
	margin: 0 0 20px 0;
}
th, caption {
	background-color: #222;
	color: #fff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}
th, td {
	padding: 10px 15px;
	font-size: 13px;
}
tr:nth-child(odd) {
	background-color: #f4f4f4;
}
label {
	display: block;
	font-size: 13px;
	font-weight: 600;
	color: #222;
	letter-spacing: 1px;
	line-height: normal;
	margin-bottom: 6px;
}
label span {
	color: #fb3b3b;
	font-size: 15px;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
 font-size: 13px;
 color: #aaa;
 letter-spacing: 1px;
}
input:-moz-placeholder, textarea:-moz-placeholder {
 font-size: 13px;
 color: #aaa;
 letter-spacing: 1px;
}
input::-moz-placeholder, textarea::-moz-placeholder {
 font-size: 13px;
 color: #aaa;
 letter-spacing: 1px;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
 font-size: 13px;
 color: #aaa;
 letter-spacing: 1px;
}
input, textarea, select {
	padding: 0;
	font-size: 13px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #666;
	border-radius: 0;
	width: 100%;
	display: block;
	box-shadow: none;
	outline: none;
	margin-top: 10px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}
select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: transparent url("../img/select_bg.png") no-repeat 100% 35%;
}
input:focus, textarea:focus, select:focus, button:focus {
	outline: none;
}
textarea {
	max-width: 100%;
}
/*----------------------*/
/*   PAGE-TITLE         */
/*----------------------*/
.page-title {
	padding: 75px;
	text-align: center;
	background-color: rgba(252,252,252,0.93);
}
.page-title h1 {
	font-size: 31px;
	line-height: 1.4em;
	letter-spacing: 4px;
	padding-left: 4px;
	font-family: 'EB Garamond', serif;
	text-transform: lowercase;
}
.page-title p {
	font-size: 13px;
	margin-top: 12px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	margin-bottom: 0;
}

@media (max-width: 768px) {
.page-title {
	padding: 55px;
}
.page-title h1 {
	font-size: 28px;
}
}

@media (max-width: 544px) {
.page-title {
	padding: 40px;
}
.page-title h1 {
	font-size: 22px;
}
}
/*----------------------*/
/*   FOOTER             */
/*----------------------*/
.content {
	z-index: 1;
	position: relative;
	background-color: #fff;
}
footer {
	width: 100%;
}
.footer {
	background-color: #efefef;
	width: 100%;
	padding: 60px 0;
}
p.copy {
	margin-top: 30px;
	color: #777;
	font-size: small;
}
p.copy span {
	color: #222;
}
.footer-menu, .footer-social {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	margin-top: 30px;
}
.footer-menu li, .footer-social li {
	display: inline-block;
	margin: 0 8px;
}
.footer-menu li a, .footer-social li a {
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
	color: rgba(34,34,34,0.7);
}
.footer-menu li a:hover, .footer-social li a:hover {
	color: #222;
}

@media (max-width: 768px) {
footer {
	position: relative !important;
}
}
.logo > span {
	position: relative;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	transform-origin: 50% 100%;
}
.logo:hover {
	color: #222;
}
.logo:hover > span {
	transform: rotateY(180deg);
}
.header-fixed .header-wrap {
	position: fixed !important;
}
.header-wrap.no-transparent {
	background-color: #fff;
}
.header-fixed .header-wrap.no-transparent {
	background-color: #fff;
}
.header-wrap {
	display: table;
	top: 0;
	left: 0;
	width: 100%;
	height: 90px;
	z-index: 555;
	transition: transform 0.35s, opacity 0.35s, background-color 0.35s;
}
.header-wrap .header-container {
	display: table-cell;
	vertical-align: middle;
}
.fixedheader.scroll-down .header-wrap {
	transform: translateY(-85%);
	opacity: 0;
}
.fixedheader.scroll-up:not(.fullscreen-nav-open) .header-wrap:not(.no-transparent) {
	background-color: #fff;
}
.fullscreen-nav-open .header-wrap {
	background-color: transparent !important;
}
.fullscreen-nav-open .logo {
	color: #fff;
}
body:not(.header-fixed) .fullscreen-menu-toggle {
	z-index: 1001;
}
.fullscreen-menu-toggle {
	position: relative;
	color: #222;
	font-size: 14px;
	letter-spacing: 3px;
	text-transform: uppercase;
}
.fullscreen-menu-toggle > span {
	position: relative;
	line-height: 1em;
	opacity: 0;
	left: -10px;
	transition: all 0.2s ease-in-out;
}
.fullscreen-menu-toggle > .menu-bars {
	margin-left: 8px;
}
.menu-bars {
	position: relative;
	display: inline-block;
	width: 1em;
	height: 1em;
	padding: 0;
	margin-top: -1px;
	vertical-align: middle;
}
.menu-bars > i {
	position: absolute;
	left: 0;
	width: 1em;
	height: 2px;
	display: inline-block;
	transition: all 0.4s ease-in-out;
	background-color: #222;
}
.menu-bars > i:first-child {
	top: 0;
}
.menu-bars > i:nth-child(2) {
	top: 50%;
	margin-top: -1px;
}
.menu-bars > i:last-child {
	top: 100%;
	margin-top: -2px;
}
.menu-bars.active > i:first-child {
	transform: rotate(-135deg);
}
.menu-bars.active > i:nth-child(2) {
	opacity: 0;
}
.menu-bars.active > i:last-child {
	transform: rotate(135deg);
}
.menu-bars.active > i:first-child, .menu-bars.active > i:last-child {
	top: 0;
	margin-top: 0.333333em;
}
.fullscreen-nav-open .fullscreen-menu-toggle > span {
	color: #fcfcfc;
	transition-delay: 0.4s;
}
.fullscreen-nav-open .fullscreen-menu-toggle > .menu-bars i {
	background-color: #fcfcfc;
}
.fullscreen-nav-open .fullscreen-menu-toggle > span, .fullscreen-menu-toggle:hover > span {
	opacity: 1;
	left: 0;
}
#fullscreen-navigation {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 444;
	background-color: rgba(23,55,88,0.9);
}
#fullscreen-navigation > .inner-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	text-align: center;
	padding: 50px 0;
	transform: translateY(-50%);
}
#fullscreen-navigation > .inner-wrap > nav > .nav_menu, #fullscreen-navigation > .inner-wrap > nav > .nav_menu ul {
	margin: 0;
	padding: 0 0 5px 0;
	list-style-type: none;
}
#fullscreen-navigation .nav_menu a {
	display: inline-block;
	padding: 4px 0;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #c6cdd4;
}
#fullscreen-navigation .nav_menu a:hover {
	color: #fcfcfc;
}
#fullscreen-navigation .nav_menu .sub-menu {
	display: none;
}
#fullscreen-navigation .nav_menu .sub-menu a {
	text-transform: capitalize;
	padding: 2px 0;
	font-size: 12px;
	letter-spacing: 1px;
}
#fullscreen-navigation .nav_menu li.menu-item-has-children > a::after {
	content: '\f107';
	font-family: 'FontAwesome';
	margin-left: 4px;
}
#fullscreen-navigation .nav_menu li.menu-item-has-children > a.sub-active {
	color: #fcfcfc;
}
#fullscreen-navigation .nav_menu li.menu-item-has-children > a.sub-active::after {
	content: '\f106';
}
#fullscreen-navigation li.current-menu-item > a, #fullscreen-navigation li.current-page-item > a {
	color: #fcfcfc;
}
#fullscreen-navigation .socials {
	margin-top: 25px;
}
#fullscreen-navigation .socials a {
	display: inline-block;
	height: 35px;
	width: 35px;
	text-align: center;
	line-height: 35px;
	white-space: nowrap;
	color: #c6cdd4;
}
#fullscreen-navigation .socials a:hover {
	color: #fff;
}
.blog-wrap {
	position: relative;
	overflow: hidden;
	margin-bottom: 30px;
	border-top: 4px solid #efefef;
}
.blog-wrap + .blog-wrap {
	margin-top: 90px;
}
.post-header {
	text-align: center;
	margin: 40px 0 20px;
	padding: 0 0 10px;
	position: relative;
}
.post-header::after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #222;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.post-header .post-title {
	text-transform: uppercase;
}
.post-header .post-date {
	text-transform: uppercase;
	margin-bottom: 0;
	color: #666;
	font-size: 14px;
	letter-spacing: 1px;
}
.post-header .post-category {
	display: block;
	margin-bottom: 5px;
}
.post-header .post-category a {
	padding: 3px 10px;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-weight: 600;
	margin: 0 3px;
	background-color: #efefef;
}
.post-meta-sm {
	display: inline-block;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.post-meta-sm li {
	float: left;
	margin: 0 4px;
}
.post-meta-sm li + li::before {
	content: '|';
	color: #efefef;
	padding-right: 8px;
}

@media (max-width: 768px) {
.post-header .post-title {
	font-size: 26px !important;
	line-height: 38px !important;
}
}
.blog-wrap-mas .post-header {
	margin: 20px 0;
}
.blog-wrap-mas .post-header .post-title {
	font-size: 20px !important;
	line-height: 38px !important;
}
.post-footer {
	border: 1px solid #efefef;
	text-align: center;
	margin-top: 60px;
	text-transform: uppercase;
}
.post-footer .post-meta-item {
	padding: 15px 0;
	display: inline-block;
	font-size: 14px;
}
.post-footer .post-meta-item:first-child {
	border-right: 1px solid #efefef;
}
.post-footer .post-meta-item:last-child {
	border-left: 1px solid #efefef;
}
.post-footer p, .post-footer ul {
	margin: 0;
}
.post-footer .post-author {
	font-weight: 600;
}
.post-more {
	text-align: center;
	margin-top: 30px;
}
.post-share {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline-block;
}
.post-share li {
	display: inline-block;
}
.post-share li a {
	display: block;
	width: 30px;
	text-align: center;
}
.sidebar {
	padding: 0 20px;
}

@media (max-width: 768px) {
.sidebar {
	padding: 0;
	margin-top: 50px;
}
}
.widget {
	margin-bottom: 50px;
	width: 100%;
	clear: both;
	position: relative;
}
.widget:last-child {
	margin-bottom: 0;
}
.widget-title {
	text-transform: uppercase;
	margin-bottom: 20px;
	font-size: 14px;
	letter-spacing: 3px;
	line-height: 3em;
	font-weight: 600;
	position: relative;
}
.widget-title::after {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	height: 1px;
	background-color: #efefef;
	z-index: -1;
}
.widget-title span {
	background-color: #fff;
	padding-right: 10px;
}
.widget ul {
	margin: 0 0 0 30px;
	padding: 0;
	list-style-type: none;
}
.widget ul li {
	position: relative;
	padding: 6px 3px;
	clear: both;
}
.widget ul li::before {
	content: '\f105';
	font-family: 'FontAwesome';
	position: absolute;
	left: -30px;
	line-height: 2em;
}
.widget ul li a, .widget ul li span {
	line-height: 1.8em;
	font-size: 14px;
}
.widget ul li span {
	margin-left: 20px;
	position: relative;
	color: #222;
	text-transform: uppercase;
}
.widget ul li span::before {
	content: "|";
	position: relative;
	top: 0;
	left: -12px;
}
.widget ul li:not(:last-child) {
	border-bottom: 1px solid #f4f4f4;
}
.tags a {
	background-color: transparent;
	border: 1px solid #666;
	font-size: 11px;
	letter-spacing: 2px;
	text-transform: uppercase;
	padding: 4px 20px 4px 22px;
	margin-bottom: 7px;
	font-weight: 600;
	margin-right: 4px;
	display: inline-block;
	color: #555;
}
.tags a:hover {
	border-color: #222;
	color: #222;
}
.widget_recent_posts ul {
	margin: 0;
	padding: 0;
}
.vl_recent_posts li:not(:last-child) {
	border-bottom: none !important;
}
.vl_recent_posts li::before {
	content: '' !important;
}
.vl_recent_posts li figure {
	float: left;
	width: 80px;
	margin: 0 10px 0 0;
	padding: 0px;
}
.vl_recent_posts li .vl_recent_post_content a {
	display: block;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 2px;
	font-weight: 600;
}
.vl_recent_posts li .vl_recent_post_content span {
	font-size: 10px;
	margin: 0;
	color: #666;
	text-transform: none;
}
.vl_recent_posts li .vl_recent_post_content span::before {
	content: '';
}
.search-wrap {
	position: relative;
}
.search-wrap input {
	height: 40px;
	line-height: 40px;
	padding: 0 45px 0 15px;
	margin: 0;
	border: 1px solid #efefef;
}
.search-button {
	background: none;
	border: none;
	outline: none;
	height: 40px;
	width: 40px;
	font-size: 14px;
	line-height: 40px;
	position: absolute;
	top: 0;
	right: 0;
	color: #666;
	transition: all 0.4s ease-in-out;
}
.search-button:hover {
	color: #222;
}
.comments-list, .comments-list > li > ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.comment .depth-2 {
	padding-left: 50px;
}
.comment-wrap {
	margin-bottom: 50px;
}
.comment-wrap .avatar {
	margin-right: 30px;
}
.comment-wrap .avatar:hover {
	opacity: 0.5;
}
.comment-wrap .avatar img {
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
.comment-meta {
	margin-bottom: 10px;
}
.comment-meta .name {
	display: inline-block;
	position: relative;
	font-weight: 600;
}
.comment-meta .time {
	padding-left: 15px;
	color: #777;
}

@media (max-width: 768px) {
.comment .depth-2 {
	padding-left: 0;
}
}
.filters-wrap {
	margin: 0;
	text-align: center;
}
.filters-wrap a {
	display: inline-block;
	margin: 0 6px 6px 6px;
	font-size: 13px;
	text-transform: uppercase;
	padding: 5px 10px 5px 12px;
	cursor: pointer;
	line-height: 1em;
	letter-spacing: 2px;
	transition: all 0.4s ease-in-out;
}
.filters-wrap a:hover {
	color: #222;
}
.filters-wrap a.active {
	background-color: #efefef;
	color: #222;
}
.filters-wrap + .portfolio-masonry-wrapper {
	margin-top: 40px;
}
.portfolio-item-wrap, .portfolio-item {
	position: relative;
	overflow: hidden;
}
.portfolio-content-wrap, .portfolio-title, .portfolio-categories {
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
	webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
}
.portfolio-img {
	position: relative;
	overflow: hidden;
}
.portfolio-img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(252,252,252,0.95);
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}
.portfolio-content-wrap {
	position: absolute;
	overflow: hidden;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 2;
}
.portfolio-content-wrap::after {
	content: '';
	height: 100%;
	display: inline-block;
	width: 0;
	vertical-align: middle;
	font-size: 0;
}
.potfolio-content {
	width: 100%;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.portfolio-categories, .portfolio-title {
	opacity: 0;
}
.portfolio-categories {
	transform: translateY(8px);
	font-size: 12px;
	font-style: italic;
	letter-spacing: 2px;
}
.portfolio-title {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #222;
	transform: translateY(-8px);
}
.portfolio-item:hover .portfolio-categories, .portfolio-item:hover .portfolio-title {
	opacity: 1;
	transform: translateY(0);
}
.portfolio-item:hover .portfolio-img::before {
	opacity: 1;
}
.classic-load-button, .infinite-load {
	padding-top: 50px;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	letter-spacing: 2px;
}
.classic-load-button p.end, .infinite-load {
	display: none;
}
.infinite-load a {
	display: none !important;
}
.equal-grid.portfolio-masonry-wrapper {
	margin-left: -30px !important;
	margin-right: -30px !important;
}
.equal-grid .portfolio-img {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 80%;
}
.equal-grid .portfolio-img.large {
	padding-top: 160%;
}
.portfolio-masonry-wrapper .portfolio-item-wrap {
	float: left;
}
.portfolio-masonry-wrapper[data-col="2"] .portfolio-item-wrap {
	width: 50%;
}
.portfolio-masonry-wrapper[data-col="3"] .portfolio-item-wrap {
	width: 33.333%;
}
.portfolio-masonry-wrapper[data-col="4"] .portfolio-item-wrap {
	width: 25%;
}

@media (max-width: 768px) {
.portfolio-masonry-wrapper[data-col="3"] .portfolio-item-wrap,  .portfolio-masonry-wrapper[data-col="4"] .portfolio-item-wrap {
	width: 50%;
}
}

@media (max-width: 544px) {
.portfolio-masonry-wrapper[data-col="2"] .portfolio-item-wrap,  .portfolio-masonry-wrapper[data-col="3"] .portfolio-item-wrap,  .portfolio-masonry-wrapper[data-col="4"] .portfolio-item-wrap {
	width: 100%;
}
}
.img-with-caption {
	position: relative;
	margin-bottom: 30px;
}
.img-with-caption .caption {
	position: absolute;
	top: 0;
	left: 0;
	margin: 15px;
	opacity: 0;
	padding: 4px 20px;
	background-color: #fcfcfc;
	letter-spacing: 2px;
	font-size: 12px;
	text-transform: uppercase;
	color: #222;
	transition: all 0.2s ease-in-out;
	transform: scaleY(0);
	transform-origin: bottom;
}
.img-with-caption:hover .caption {
	transform: scaleY(1);
	opacity: 1;
}
.img-with-caption:last-child {
	margin-bottom: 0;
}
.alert {
	border-radius: 0;
	text-transform: uppercase;
	font-size: 13px;
	letter-spacing: 1px;
}
.nav-tabs {
	border-bottom: none;
}
.nav-tabs .nav-link {
	margin-bottom: 15px;
	padding: 15px 20px;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	border-radius: 0;
	border: none;
	background-color: #efefef;
	position: relative;
	color: #555;
}
.nav-tabs .nav-link:focus {
	background-color: #efefef;
}
.nav-tabs .nav-link:not(.active):hover {
	color: #222;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-link.active:hover, .nav-tabs .nav-link.active:focus {
	background-color: #222;
	color: #fcfcfc;
}
.nav-tabs .nav-link.active::after, .nav-tabs .nav-link.active:hover::after, .nav-tabs .nav-link.active:focus::after {
	content: '';
	position: absolute;
	bottom: -6px;
	left: 0;
	width: 0;
	height: 0;
	border-left: 12px solid #2b2b2b;
	border-bottom: 6px solid transparent;
	animation: tabCur 0.4s forwards;
}
.tab-content .tab-pane {
	padding: 0 15px 20px 15px;
}
.panel-title a, .panel-title a:focus {
	position: relative;
	display: block;
	padding: 15px 65px 15px 20px;
	margin-bottom: 15px;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: #efefef;
	transition: all 0.4s ease-in-out;
	color: #555;
}
.panel-title a::before, .panel-title a:focus::before {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 55px;
	border-left: 2px solid #fff;
	font-size: 18px;
	line-height: 55px;
	text-align: center;
	background-color: #efefef;
	font-family: 'FontAwesome';
	content: '\f107';
	transition: all 0.4s ease-in-out;
}
.panel-title a[aria-expanded="true"]:before {
	content: '\f106';
	background-color: #173758;
	color: #fcfcfc;
}
.panel-title a:hover {
	color: #173758;
}
.panel-title a[aria-expanded="true"] {
	background-color: #173758;
	color: #fcfcfc;
}
.panel-group .panel-heading + .panel-collapse > .list-group, .panel-group .panel-heading + .panel-collapse > .panel-body {
	padding: 0 15px 20px 15px;
}
.progress-bar {
	position: relative;
	margin: 0 0 20px 0;
}
.progress-bar h6 {
	width: 40%;
	float: left;
}
.progress-outer {
	height: 1px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 60%;
 background-color: $transparent;
}
.progress-outer .progress-inner {
	height: 1px;
	float: left;
	width: 50px;
	background-color: #222;
}
.progress-inner > span {
	position: relative;
	float: right;
	left: 40px;
	top: -14px;
	color: #222;
}
.progress-inner > span::after {
	content: '%';
	margin-left: 2px;
}

@media (max-width: 768px) {
.progress-bar h6 {
	float: none;
}
}
.vl-overlay-dark {
	position: relative;
}
.vl-overlay-dark::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(34,34,34,0.9);
	z-index: -1;
}
.vl-overlay-dark ~ div {
	position: relative;
	z-index: 2;
}
.team-item {
	position: relative;
}
.team-item::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(34,34,34,0.95);
	z-index: 1;
	opacity: 0;
	transition: all 0.25s ease-in-out;
}
.team-item:hover::after {
	opacity: 1;
}
.team-name, .team-function {
	transition: all 0.4s ease-in-out;
	white-space: nowrap;
	webkit-font-smoothing: antialiased;
	-khtml-font-smoothing: antialiased;
	-apple-font-smoothing: antialiased;
}
.team-name, .team-function {
	opacity: 0;
}
.team-content {
	position: absolute;
	z-index: 2;
	text-align: center;
	padding: 30px;
	left: 0;
	top: 50%;
	width: 100%;
	transform: translateY(-50%);
}
.team-name {
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fff;
	transform: translateY(-8px);
}
.team-function {
	transform: translateY(8px);
	font-size: 12px;
	color: #efefef;
	font-style: italic;
	letter-spacing: 2px;
}
.team-name, .team-function {
	opacity: 0;
}
.team-item:hover .team-name, .team-item:hover .team-function {
	opacity: 1;
	transform: translateY(0);
}

@media (max-width: 544px) {
.team-item {
	margin-bottom: 30px;
}
}
.logo-wrap {
	display: table;
	width: 100%;
	height: 150px;
}
.logo-wrap > a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	opacity: 0.8;
	transition: all 0.3s ease-in-out;
}
.logo-wrap > a:hover {
	opacity: 1;
}
.logo-wrap > a img {
	max-height: 65px;
	display: inline-block;
}
.social-link {
	margin: 0 0 20px 0;
	padding: 0;
	list-style-type: none;
}
.social-link::after {
	content: '';
	display: table;
	clear: both;
}
.social-link li {
	float: left;
}
.social-link li a {
	display: block;
	height: 22px;
	width: 22px;
	border-radius: 2px;
	font-size: 11px;
	line-height: 22px;
	text-align: center;
	color: #fff;
	background-color: #173758;
}
.social-link li + li {
	margin-left: 8px;
}
.btn {
	display: inline-block;
	text-align: center;
	text-transform: uppercase;
	border-radius: 0px;
	box-shadow: none;
	letter-spacing: 1px;
	font-size: 12px;
	outline: none;
	transition: all 0.4s ease-in-out;
}
.btn i {
	margin-left: 5px;
}
.btn.disable {
	cursor: default;
}
.btn:focus, .btn:active {
	outline: none;
}
.btn-white {
	border: 1px solid #fcfcfc;
	color: #222;
	background-color: #fcfcfc;
}
.btn-white:hover {
	color: #fcfcfc;
	background-color: transparent;
}
.btn-black {
	border: 1px solid #173758;
	color: #fff;
	background-color: #173758;
}
.btn-black:hover {
	color: #222;
	background-color: transparent;
}
.btn-border-white {
	border: 1px solid #fcfcfc;
	color: #fff;
	background-color: transparent;
}
.btn-border-white:hover {
	color: #222;
	background-color: #fcfcfc;
}
.btn-border-black {
	border: 1px solid #2b2b2b;
	color: #222;
	background-color: transparent;
}
.btn-border-black:hover {
	color: #fcfcfc;
	background-color: #222;
}
.link {
	font-weight: 700;
	letter-spacing: 0.1em;
	font-size: 13px;
	color: #222;
	text-transform: uppercase;
}
.link:hover {
	opacity: 0.8;
}
.btn-reply {
	background-color: #efefef;
	color: #555;
}
.btn-reply:hover {
	color: #222;
}
.btn-xs {
	font-size: 10px;
	padding: 5px 15px;
}
.btn-sm {
	padding: 5px 20px;
}
.btn-md {
	padding: 10px 35px;
}
.btn-lg {
	padding: 15px 40px;
}
.btn-animateLeft:hover i {
	animation: animateIconLeft 0.4s forwards;
}
.btn-animateRight:hover i {
	animation: animateIconRight 0.4s forwards;
}
.btn-animateTop:hover i {
	animation: animateIconTop 0.4s forwards;
}
.btn-animateBottom:hover i {
	animation: animateIconBottom 0.4s forwards;
}
.return-msg {
	margin: 0;
}
.return-msg.show-return-msg {
	display: block;
	text-align: center;
	letter-spacing: 3px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 10px;
	background-color: #fcfcfc;
	color: #fb3b3b;
	margin-bottom: 20px;
}
.pricing-table {
	padding: 30px;
	text-align: center;
	border: 1px solid #222;
	transition: border 0.15s ease;
}
.price-header, .price-footer {
	padding: 10px 0;
}
.price-header span {
	display: block;
}
.price-header i {
	font-size: 36px;
	display: inline-block;
	color: #222;
}
.price-name {
	font-size: 18px;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding-left: 3px;
	margin: 10px 0 5px;
	padding-bottom: 10px;
	position: relative;
}
.price-name::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 30px;
	margin-left: -15px;
	height: 1px;
	background-color: #f4f4f4;
}
.price {
	font-size: 44px;
	line-height: 1em;
	margin-top: 15px;
	margin-bottom: 5px;
	font-weight: 600;
}
.price-body {
	padding: 20px 0;
}
.price-body ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.price-body ul li {
	line-height: 45px;
	border-bottom: 1px solid #f4f4f4;
}
.price-body ul li:last-child {
	border: none;
}

@media (max-width: 544px) {
.pricing-table {
	margin-bottom: 30px;
}
}
.testimonial-wrap {
	color: #fff;
	text-align: center;
	padding: 70px 0;
}
.testimonial-carousel {
	overflow: hidden;
}
.testimonial-content {
	color: #fff;
	font-family: 'Sorts Mill Goudy', serif;
	margin: 0;
	padding: 0;
	border: none;
}
.testimonial-title h5 {
	text-transform: uppercase;
	font-size: 12px;
	color: #fff;
	letter-spacing: 3px;
	margin-top: 15px;
}
.testimonial-title i {
	font-size: 42px;
	color: #fff;
	display: block;
	margin: 30px 0;
}
.testimonial-author {
	margin-top: 20px;
	text-transform: uppercase;
	display: block;
	font-size: 10px;
	letter-spacing: 2px;
	color: #efefef;
}
.testimonial-pagination {
	margin-top: 30px;
}
.service-box {
	margin-bottom: 20px;
}
.service-box .icon-holder {
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	padding: 10px;
	min-width: 45px;
}
.service-box .icon-holder i {
	font-size: 24px;
	color: #222;
}
.service-box .icon-holder h5 {
	margin-bottom: 10px;
}
.service-box .content-holder {
	padding-left: 60px;
}
.counter-item {
	margin-bottom: 20px;
}
.counter-item .end-value {
	margin-bottom: 5px;
	font-size: 46px;
	color: #222;
}
.counter-item i {
	font-style: normal;
}
.map-wrap {
	position: relative;
	overflow: hidden;
}
.map-content-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 100%;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	background-color: rgba(34,34,34,0.9);
	transition: all 0.3s ease-in-out;
}
.map-content-wrap .map-content {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	line-height: 1em;
	left: 0;
	right: 0;
	font-size: 18px;
	text-align: center;
	color: #fff;
}
.close-map {
	display: none;
}
.map-open .map-content-wrap {
	height: 50px;
}
.map-open .open-map {
	display: none;
}
.map-open .close-map {
	display: block;
}
.m0 {
	margin: 0;
}
.mt5 {
	margin-top: 5px;
	display: block;
}
.mb5 {
	margin-bottom: 5px;
	display: block;
}
.pt5 {
	padding-top: 5px;
	display: block;
}
.pb5 {
	padding-bottom: 5px;
	display: block;
}
.mt10 {
	margin-top: 10px;
	display: block;
}
.mb10 {
	margin-bottom: 10px;
	display: block;
}
.pt10 {
	padding-top: 10px;
	display: block;
}
.pb10 {
	padding-bottom: 10px;
	display: block;
}
.mt20 {
	margin-top: 20px;
	display: block;
}
.mb20 {
	margin-bottom: 20px;
	display: block;
}
.pt20 {
	padding-top: 20px;
	display: block;
}
.pb20 {
	padding-bottom: 20px;
	display: block;
}
.mt30 {
	margin-top: 30px;
	display: block;
}
.mb30 {
	margin-bottom: 30px;
	display: block;
}
.pt30 {
	padding-top: 30px;
	display: block;
}
.pb30 {
	padding-bottom: 30px;
	display: block;
}
.mt40 {
	margin-top: 40px;
	display: block;
}
.mb40 {
	margin-bottom: 40px;
	display: block;
}
.pt40 {
	padding-top: 40px;
	display: block;
}
.pb40 {
	padding-bottom: 40px;
	display: block;
}
.mt50 {
	margin-top: 50px;
	display: block;
}
.mb50 {
	margin-bottom: 50px;
	display: block;
}
.pt50 {
	padding-top: 50px;
	display: block;
}
.pb50 {
	padding-bottom: 50px;
	display: block;
}
.mt60 {
	margin-top: 60px;
	display: block;
}
.mb60 {
	margin-bottom: 60px;
	display: block;
}
.pt60 {
	padding-top: 60px;
	display: block;
}
.pb60 {
	padding-bottom: 60px;
	display: block;
}
.mt70 {
	margin-top: 70px;
	display: block;
}
.mb70 {
	margin-bottom: 70px;
	display: block;
}
.pt70 {
	padding-top: 70px;
	display: block;
}
.pb70 {
	padding-bottom: 70px;
	display: block;
}
.mt80 {
	margin-top: 80px;
	display: block;
}
.mb80 {
	margin-bottom: 80px;
	display: block;
}
.pt80 {
	padding-top: 80px;
	display: block;
}
.pb80 {
	padding-bottom: 80px;
	display: block;
}
.mt90 {
	margin-top: 90px;
	display: block;
}
.mb90 {
	margin-bottom: 90px;
	display: block;
}
.pt90 {
	padding-top: 90px;
	display: block;
}
.pb90 {
	padding-bottom: 90px;
	display: block;
}
.mt100 {
	margin-top: 100px;
	display: block;
}
.mb100 {
	margin-bottom: 100px;
	display: block;
}
.pt100 {
	padding-top: 100px;
	display: block;
}
.pb100 {
	padding-bottom: 100px;
	display: block;
}
.mt110 {
	margin-top: 110px;
	display: block;
}
.mb110 {
	margin-bottom: 110px;
	display: block;
}
.pt110 {
	padding-top: 110px;
	display: block;
}
.pb110 {
	padding-bottom: 110px;
	display: block;
}
.mt120 {
	margin-top: 120px;
	display: block;
}
.mb120 {
	margin-bottom: 120px;
	display: block;
}
.pt120 {
	padding-top: 120px;
	display: block;
}
.pb120 {
	padding-bottom: 120px;
	display: block;
}
.mt130 {
	margin-top: 130px;
	display: block;
}
.mb130 {
	margin-bottom: 130px;
	display: block;
}
.pt130 {
	padding-top: 130px;
	display: block;
}
.pb130 {
	padding-bottom: 130px;
	display: block;
}
.mt140 {
	margin-top: 140px;
	display: block;
}
.mb140 {
	margin-bottom: 140px;
	display: block;
}
.pt140 {
	padding-top: 140px;
	display: block;
}
.pb140 {
	padding-bottom: 140px;
	display: block;
}
.mt150 {
	margin-top: 150px;
	display: block;
}
.mb150 {
	margin-bottom: 150px;
	display: block;
}
.pt150 {
	padding-top: 150px;
	display: block;
}
.pb150 {
	padding-bottom: 150px;
	display: block;
}
.mt160 {
	margin-top: 160px;
	display: block;
}
.mb160 {
	margin-bottom: 160px;
	display: block;
}
.pt160 {
	padding-top: 160px;
	display: block;
}
.pb160 {
	padding-bottom: 160px;
	display: block;
}

@media (max-width: 768px) {
.sm-mt5 {
	margin-top: 5px;
	display: block;
}
.sm-mb5 {
	margin-bottom: 5px;
	display: block;
}
.sm-pt5 {
	padding-top: 5px;
	display: block;
}
.sm-pb5 {
	padding-bottom: 5px;
	display: block;
}
.sm-mt10 {
	margin-top: 10px;
	display: block;
}
.sm-mb10 {
	margin-bottom: 10px;
	display: block;
}
.sm-pt10 {
	padding-top: 10px;
	display: block;
}
.sm-pb10 {
	padding-bottom: 10px;
	display: block;
}
.sm-mt20 {
	margin-top: 20px;
	display: block;
}
.sm-mb20 {
	margin-bottom: 20px;
	display: block;
}
.sm-pt20 {
	padding-top: 20px;
	display: block;
}
.sm-pb20 {
	padding-bottom: 20px;
	display: block;
}
.sm-mt30 {
	margin-top: 30px;
	display: block;
}
.sm-mb30 {
	margin-bottom: 30px;
	display: block;
}
.sm-pt30 {
	padding-top: 30px;
	display: block;
}
.sm-pb30 {
	padding-bottom: 30px;
	display: block;
}
.sm-mt40 {
	margin-top: 40px;
	display: block;
}
.sm-mb40 {
	margin-bottom: 40px;
	display: block;
}
.sm-pt40 {
	padding-top: 40px;
	display: block;
}
.sm-pb40 {
	padding-bottom: 40px;
	display: block;
}
.sm-mt50 {
	margin-top: 50px;
	display: block;
}
.sm-mb50 {
	margin-bottom: 50px;
	display: block;
}
.sm-pt50 {
	padding-top: 50px;
	display: block;
}
.sm-pb50 {
	padding-bottom: 50px;
	display: block;
}
.sm-mt60 {
	margin-top: 60px;
	display: block;
}
.sm-mb60 {
	margin-bottom: 60px;
	display: block;
}
.sm-pt60 {
	padding-top: 60px;
	display: block;
}
.sm-pb60 {
	padding-bottom: 60px;
	display: block;
}
.sm-mt70 {
	margin-top: 70px;
	display: block;
}
.sm-mb70 {
	margin-bottom: 70px;
	display: block;
}
.sm-pt70 {
	padding-top: 70px;
	display: block;
}
.sm-pb70 {
	padding-bottom: 70px;
	display: block;
}
.sm-mt80 {
	margin-top: 80px;
	display: block;
}
.sm-mb80 {
	margin-bottom: 80px;
	display: block;
}
.sm-pt80 {
	padding-top: 80px;
	display: block;
}
.sm-pb80 {
	padding-bottom: 80px;
	display: block;
}
.sm-mt90 {
	margin-top: 90px;
	display: block;
}
.sm-mb90 {
	margin-bottom: 90px;
	display: block;
}
.sm-pt90 {
	padding-top: 90px;
	display: block;
}
.sm-pb90 {
	padding-bottom: 90px;
	display: block;
}
}

@media (max-width: 544px) {
.xs-mt5 {
	margin-top: 5px;
	display: block;
}
.xs-mb5 {
	margin-bottom: 5px;
	display: block;
}
.xs-pt5 {
	padding-top: 5px;
	display: block;
}
.xs-pb5 {
	padding-bottom: 5px;
	display: block;
}
.xs-mt10 {
	margin-top: 10px;
	display: block;
}
.xs-mb10 {
	margin-bottom: 10px;
	display: block;
}
.xs-pt10 {
	padding-top: 10px;
	display: block;
}
.xs-pb10 {
	padding-bottom: 10px;
	display: block;
}
.xs-mt20 {
	margin-top: 20px;
	display: block;
}
.xs-mb20 {
	margin-bottom: 20px;
	display: block;
}
.xs-pt20 {
	padding-top: 20px;
	display: block;
}
.xs-pb20 {
	padding-bottom: 20px;
	display: block;
}
.xs-mt30 {
	margin-top: 30px;
	display: block;
}
.xs-mb30 {
	margin-bottom: 30px;
	display: block;
}
.xs-pt30 {
	padding-top: 30px;
	display: block;
}
.xs-pb30 {
	padding-bottom: 30px;
	display: block;
}
.xs-mt40 {
	margin-top: 40px;
	display: block;
}
.xs-mb40 {
	margin-bottom: 40px;
	display: block;
}
.xs-pt40 {
	padding-top: 40px;
	display: block;
}
.xs-pb40 {
	padding-bottom: 40px;
	display: block;
}
.xs-mt50 {
	margin-top: 50px;
	display: block;
}
.xs-mb50 {
	margin-bottom: 50px;
	display: block;
}
.xs-pt50 {
	padding-top: 50px;
	display: block;
}
.xs-pb50 {
	padding-bottom: 50px;
	display: block;
}
.xs-mt60 {
	margin-top: 60px;
	display: block;
}
.xs-mb60 {
	margin-bottom: 60px;
	display: block;
}
.xs-pt60 {
	padding-top: 60px;
	display: block;
}
.xs-pb60 {
	padding-bottom: 60px;
	display: block;
}
.xs-mt70 {
	margin-top: 70px;
	display: block;
}
.xs-mb70 {
	margin-bottom: 70px;
	display: block;
}
.xs-pt70 {
	padding-top: 70px;
	display: block;
}
.xs-pb70 {
	padding-bottom: 70px;
	display: block;
}
.xs-mt80 {
	margin-top: 80px;
	display: block;
}
.xs-mb80 {
	margin-bottom: 80px;
	display: block;
}
.xs-pt80 {
	padding-top: 80px;
	display: block;
}
.xs-pb80 {
	padding-bottom: 80px;
	display: block;
}
.xs-mt90 {
	margin-top: 90px;
	display: block;
}
.xs-mb90 {
	margin-bottom: 90px;
	display: block;
}
.xs-pt90 {
	padding-top: 90px;
	display: block;
}
.xs-pb90 {
	padding-bottom: 90px;
	display: block;
}
}
.uppercase {
	text-transform: uppercase;
}
.text-center {
	text-align: center;
	font-size: 27px;
	font-family: 'Josefin Sans', sans-serif;
}
@media (max-width: 768px) {
	.text-center {
	text-align: center;
	font-size: 18px;
	font-family: 'Josefin Sans', sans-serif;
}
	
	}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}

@media (max-width: 768px) {
.text-right.sm {
	text-align: inherit;
}
}
@-moz-keyframes tabCur {
 0% {
 transform: translateY(-100%);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 opacity: 1;
}
}
@-webkit-keyframes tabCur {
 0% {
 transform: translateY(-100%);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 opacity: 1;
}
}
@-o-keyframes tabCur {
 0% {
 transform: translateY(-100%);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 opacity: 1;
}
}
@keyframes tabCur {
 0% {
 transform: translateY(-100%);
 opacity: 0;
}
 100% {
 transform: translateY(0);
 opacity: 1;
}
}
@-moz-keyframes animateIconTop {
 49% {
 transform: translateY(-100%);
}
 50% {
 opacity: 0;
 transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
@-webkit-keyframes animateIconTop {
 49% {
 transform: translateY(-100%);
}
 50% {
 opacity: 0;
 transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
@-o-keyframes animateIconTop {
 49% {
 transform: translateY(-100%);
}
 50% {
 opacity: 0;
 transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
@keyframes animateIconTop {
 49% {
 transform: translateY(-100%);
}
 50% {
 opacity: 0;
 transform: translateY(100%);
}
 51% {
 opacity: 1;
}
}
@-moz-keyframes animateIconBottom {
 49% {
 transform: translateY(100%);
}
 50% {
 opacity: 0;
 transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}
@-webkit-keyframes animateIconBottom {
 49% {
 transform: translateY(100%);
}
 50% {
 opacity: 0;
 transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}
@-o-keyframes animateIconBottom {
 49% {
 transform: translateY(100%);
}
 50% {
 opacity: 0;
 transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}
@keyframes animateIconBottom {
 49% {
 transform: translateY(100%);
}
 50% {
 opacity: 0;
 transform: translateY(-100%);
}
 51% {
 opacity: 1;
}
}
@-moz-keyframes animateIconLeft {
 49% {
 transform: translateX(-100%);
}
 50% {
 opacity: 0;
 transform: translateX(100%);
}
 51% {
 opacity: 1;
}
}
@-webkit-keyframes animateIconLeft {
 49% {
 transform: translateX(-100%);
}
 50% {
 opacity: 0;
 transform: translateX(100%);
}
 51% {
 opacity: 1;
}
}
@-o-keyframes animateIconLeft {
 49% {
 transform: translateX(-100%);
}
 50% {
 opacity: 0;
 transform: translateX(100%);
}
 51% {
 opacity: 1;
}
}
@keyframes animateIconLeft {
 49% {
 transform: translateX(-100%);
}
 50% {
 opacity: 0;
 transform: translateX(100%);
}
 51% {
 opacity: 1;
}
}
@-moz-keyframes animateIconRight {
 49% {
 transform: translateX(100%);
}
 50% {
 opacity: 0;
 transform: translateX(-100%);
}
 51% {
 opacity: 1;
}
}
@-webkit-keyframes animateIconRight {
 49% {
 transform: translateX(100%);
}
 50% {
 opacity: 0;
 transform: translateX(-100%);
}
 51% {
 opacity: 1;
}
}
@-o-keyframes animateIconRight {
 49% {
 transform: translateX(100%);
}
 50% {
 opacity: 0;
 transform: translateX(-100%);
}
 51% {
 opacity: 1;
}
}
@keyframes animateIconRight {
 49% {
 transform: translateX(100%);
}
 50% {
 opacity: 0;
 transform: translateX(-100%);
}
 51% {
 opacity: 1;
}
}
::-moz-selection {
 background: #2b2b2b;
 color: #fcfcfc;
}
::selection {
	background: #2b2b2b;
	color: #fcfcfc;
}
.cwhite {
	color: #fcfcfc;
}
.section-gray {
	background-color: #fbfbfb;
}
main {
	padding: 40px 0;
}
.jarallax, .section {
	position: relative;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}
.section {
	padding: 50px 0;
}
.section::after {
	content: '';
	clear: both;
	display: table;
}
.aligner {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	min-height: 80vh;
	padding: 80px 0;
}
.header-fixed .aligner {
	min-height: 95vh;
	padding: 170px 0 80px 0;
}
.aligner-item {
	-webkit-box-flex: 0;
	-webkit-flex: none;
	-ms-flex: none;
	flex: none;
	max-width: 100%;
	min-width: 40%;
}
.preloader {
	position: fixed;
	top: 50%;
	left: 50%;
	height: 80px;
	width: 80px;
	margin-top: -40px;
	margin-left: -40px;
	z-index: 9999;
}
.preloader::before, .preloader::after {
	content: '';
	display: block;
	position: absolute;
	border-radius: 50%;
	background-color: #fcfcfc;
	top: 50%;
	left: 50%;
}
.preloader::before {
	height: 80px;
	width: 80px;
	margin-left: -40px;
	margin-top: -40px;
	box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.08);
	animation: spinTwo 3s infinite;
}
.preloader::after {
	height: 60px;
	width: 60px;
	margin-left: -30px;
	margin-top: -30px;
	box-shadow: 0px -4px 8px 0px rgba(0,0,0,0.08);
	animation: spinTwo 5s infinite;
}
.scroll-top {
	position: fixed;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	right: 30px;
	bottom: 30px;
	z-index: 16;
	font-size: 13px;
	background-color: #222;
	color: #fcfcfc;
	transition: all 0.4s ease-in-out;
}
.scroll-top:hover i {
	animation: animateIconTop 0.4s forwards;
}
.scroll-top:hover, .scroll-top:focus {
	background-color: #222;
	color: #fcfcfc;
}
.scroll-top i {
	color: inherit;
	display: inline-block;
}
.scroll-top-visible {
	opacity: 1;
	transform: translateX(0);
}
.scroll-top-hidden {
	opacity: 0;
	transform: translateX(20px);
}

@media (max-width: 544px) {
.scroll-top {
	display: none;
}
}
.fancybox-wrap, .fancybox-skin, .fancybox-outer, .fancybox-inner, .fancybox-image, .fancybox-wrap iframe, .fancybox-wrap object, .fancybox-nav, .fancybox-nav span, .fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}
.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}
.fancybox-skin {
	position: relative;
}
.fancybox-opened {
	z-index: 8030;
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}
.fancybox-inner {
	overflow: hidden;
}
.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}
.fancybox-error {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #fb3b3b;
}
.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}
.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}
#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px;
	z-index: 8060;
}
#fancybox-loading div {
	width: 40px;
	width: 40px;
	background-color: rgba(252,252,252,0.9);
	text-align: center;
	line-height: 40px;
}
#fancybox-loading div::before {
	content: '/f110';
	font-family: 'FontAwesome';
	animation: fa-spin 2s infinite;
}
.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	z-index: 8040;
}
.fancybox-nav span {
	position: absolute;
	top: 50%;
	height: 40px;
	width: 40px;
	background-color: #fcfcfc;
	color: #222;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	margin-top: -20px;
	cursor: pointer;
	z-index: 8040;
	opacity: 0;
	transition: all 0.2s ease-in-out;
}
.fancybox-nav span:hover {
	opacity: 1;
}
.fancybox-prev {
	left: 0;
}
.fancybox-prev span {
	left: -20px;
}
.fancybox-prev span::after {
	content: '\f104';
	font-family: 'FontAwesome';
}
.fancybox-prev:hover span {
	left: 0;
	opacity: 0.9;
}
.fancybox-next {
	right: 0;
}
.fancybox-next span {
	right: -20px;
}
.fancybox-next span::after {
	content: '\f105';
	font-family: 'FontAwesome';
}
.fancybox-next:hover span {
	right: 0;
	opacity: 0.9;
}
.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}
.fancybox-lock {
	overflow: hidden !important;
	width: auto;
	max-width: 100%;
}
.fancybox-lock body {
	overflow: hidden !important;
}
.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}
.fancybox-lock-test {
	overflow-y: hidden !important;
}
.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background-color: rgba(252,252,252,0.9);
}
.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}
.fancybox-title {
	display: block;
	padding-top: 10px;
	font-size: 13px;
	letter-spacing: 2px;
	text-transform: uppercase;
	color: #222;
	z-index: 8050;
	text-align: center;
	font-family: 'Source Sans Pro', sans-serif;
}
.vl-tooltip {
	border-radius: 1px;
	border: none;
	background-color: #222;
	color: rgba(252,252,252,0.95);
}
.vl-tooltip .tooltipster-content {
	font-family: 'Source Sans Pro', sans-serif;
	font-size: 11px;
	line-height: 1.8em;
	text-transform: uppercase;
	letter-spacing: 3px;
	padding: 3px 10px 3px 13px;
}
.flexslider ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.flexslider ul::after {
	display: table;
	clear: both;
	content: '';
}
.flex-prev, .flex-next {
	position: absolute;
	top: 50%;
	margin-top: -20px;
	opacity: 0;
	z-index: 55;
	height: 40px;
	width: 40px;
	background-color: #fcfcfc;
	color: #222;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
}
.flex-prev:hover, .flex-next:hover {
	opacity: 1;
}
.flex-prev:active, .flex-next:active {
	opacity: 0.7;
}
.flex-prev {
	left: -10px;
}
.flex-prev::after {
	content: '\f104';
	font-family: 'FontAwesome';
}
.flex-next {
	right: -10px;
}
.flex-next::after {
	content: '\f105';
	font-family: 'FontAwesome';
}
.flexslider {
	overflow: hidden;
}
.flexslider:hover .flex-prev, .flexslider:hover .flex-next {
	opacity: 0.9;
}
.flexslider:hover .flex-prev {
	left: 0;
}
.flexslider:hover .flex-next {
	right: 0;
}
.image-slider-wrap {
	overflow: hidden;
	position: relative;
	text-align: center;
	margin-bottom: 20px;
}
.image-slider-wrap .blind-01, .image-slider-wrap .blind-02 {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	transform: translateX(-100%);
}
.image-slider-wrap .blind-01 {
	background-color: #efefef;
	z-index: 40;
}
.image-slider-wrap .blind-02 {
	background-color: #222;
	z-index: 45;
}
.image-slider-wrap .flex-control-nav {
	display: inline-block;
	list-style-type: none;
	padding: 0;
	margin: 0;
}
.image-slider-wrap .flex-control-nav li {
	float: left;
	margin: 0 6px;
}
.image-slider-wrap .flex-control-nav li a {
	height: 4px;
	width: 4px;
	display: block;
	border: none;
	border-radius: 50%;
	box-shadow: 0 1px 1px 0px rgba(43,43,43,0.1);
	background-color: rgba(43,43,43,0.2);
	text-indent: 9999px;
}
.image-slider-wrap .flex-control-nav li a.flex-active {
	background-color: rgba(43,43,43,0.9);
}
.swiper-pagination-bullet {
	height: 4px;
	width: 4px;
	display: block;
	border: none;
	border-radius: 50%;
	background-color: rgba(252,252,252,0.5);
}
.swiper-pagination-bullet-active {
	background-color: #fff;
}
.swiper-pagination-bullets span {
	display: inline-block;
	margin: 0 6px;
}
.page-navigation {
	display: inline-block;
	position: relative;
	margin: 0;
	padding: 0;
	margin-top: 90px;
	padding-top: 50px;
	list-style-type: none;
}
.page-navigation::after {
	content: '';
	display: block;
	width: 30px;
	height: 2px;
	background-color: #222;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -15px;
}
.page-navigation li {
	float: left;
	margin: 0 3px;
	min-width: 40px;
	min-height: 40px;
	background-color: #efefef;
}
.page-navigation li a {
	height: 40px;
	width: 40px;
	line-height: 40px;
	font-size: 14px;
	text-align: center;
	display: block;
	float: left;
	position: relative;
	color: #555;
}
.page-navigation li a i {
	position: relative;
	z-index: 2;
}
.page-navigation li a span {
	position: absolute;
	z-index: 0;
	display: inline-block;
	text-transform: uppercase;
	text-align: center;
	background-color: #222;
	height: 100%;
	right: 0;
	letter-spacing: 1.5px;
	width: 110px;
	padding-right: 40px;
	line-height: 40px;
	margin-left: 0;
	transition: transform 0.4s ease;
	transform: scaleX(0);
	transform-origin: 100% 50%;
}
.page-navigation li a.nav-right span {
	left: 0;
	padding-left: 40px;
	padding-right: 0;
	transform-origin: 0 50%;
}
.page-navigation li a:hover, .page-navigation li a.active {
	color: #fff;
}
.page-navigation li a:hover span, .page-navigation li a.active span {
	transform: scaleX(1);
}
.error404 .aligner {
	min-height: 100vh;
}
@-moz-keyframes spinOne {
 100% {
 transform: rotate(360deg);
}
}
@-webkit-keyframes spinOne {
 100% {
 transform: rotate(360deg);
}
}
@-o-keyframes spinOne {
 100% {
 transform: rotate(360deg);
}
}
@keyframes spinOne {
 100% {
 transform: rotate(360deg);
}
}
@-moz-keyframes spinTwo {
 100% {
 transform: rotate(-360deg);
}
}
@-webkit-keyframes spinTwo {
 100% {
 transform: rotate(-360deg);
}
}
@-o-keyframes spinTwo {
 100% {
 transform: rotate(-360deg);
}
}
@keyframes spinTwo {
 100% {
 transform: rotate(-360deg);
}
}
