/*
Theme Name: Scalia
Description: Multi-Purpose Wordpress Theme
Author: Codex Themes.
Theme URI: http://codex-themes.com/scalia/
Author URI: http://codex-themes.com/scalia/
Version: 1.1.2
Tags: one-column, two-columns, left-sidebar, right-sidebar, responsive-layout, custom-background, custom-colors, custom-header, custom-menu, featured-images, flexible-header, full-width-template, theme-options, translation-ready, dark, light
License: GNU General Public License
License URI: license.txt
*/

/* BASIC */

body {
	background-attachment: fixed;
}

p {
	margin: 0 0 1.421em;
}

.row {
	margin-bottom: 1.421em;
}
.row:last-of-type {
	margin-bottom: 0;
}

@media (max-width: 1199px) {
	.row {
		margin-top: -1.421em;
	}
	.row > * {
		margin-top: 1.421em;
	}
}

h1,
.title-h1 {
	margin: 0.26em 0;
}
h2,
.title-h2 {
	margin: 0.49em 0;
}
h3,
.title-h3 {
	margin: 0.57em 0;
}
h4,
.title-h4 {
	margin: 0.63em 0;
}
h5,
.title-h5 {
	margin: 0.78em 0;
}
h6,
.title-h6 {
	margin: 0.7em 0;
}

blockquote {
	margin: 0 0 1.421em;
	line-height: 1.4;
}

blockquote {
	font-style: italic;
}
blockquote p:after {
	content: '\00a0\e60b';
	font-family: 'scalia-icons';
	position: relative;
	top: 0.6em;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
	font-size: 28px;
}

.centered-box {
	text-align: center;
}

.sc-dummy {
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

.grayscale {
/*	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: url('css/grayscale.svg#greyscale');*/
}
.grayscale-hover:hover {
	/*-webkit-filter: none;
	-moz-filter: none;
	-ms-filter: none;
	-o-filter: none;
	filter: none;*/
}

.inline-row {
	font-size: 0;
	margin-bottom: -30px;
}
.inline-row-center {
	text-align: center;
}
.inline-column {
	float: none;
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-bottom: 30px;
}

/* STYLED LISTS */

ul.styled,
ol.styled,
ul.product_list_widget {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* CONTAINERS MARGIN */

.fullwidth-block > :last-child,
.fullwidth-block > .container > :last-child,
.centered-box > :last-child,
.sc-textbox-content > :last-child,
.sc-icon-with-text-text > :last-child,
.sc-icon-with-text-content > :last-child,
.sc-map-with-text-content > :last-child,
.sc-map-with-text-content > .container > :last-child,
.sc_accordion_content > :last-child,
.sc_tab > :last-child,
blockquote > :last-child,
.comment-text > :last-child,
.entry-content.post-content > :last-child {
	margin-bottom: 0;
}

.entry-content.post-content > .wpb_row:last-child,
.sc-textbox-content > .wpb_row:last-child {
	margin-bottom: 0;
}

.fullwidth-block > :first-child,
.fullwidth-block > .container > :first-child,
.centered-box > :first-child,
.sc-textbox-content > :first-child,
.sc-icon-with-text-text > :first-child,
.sc-icon-with-text-content > :first-child,
.sc-map-with-text-content > :first-child,
.sc-map-with-text-content > .container > :first-child,
.sc_accordion_content > :first-child,
.sc_tab > :first-child,
blockquote > :first-child,
.comment-text > :first-child,
.wpb_wrapper > :first-child {
	margin-top: 0;
}


/* NAVIGATION */

/* Prev & Next */
.sc-prev,
.sc-next,
.ls-scalia a.ls-nav-prev,
.ls-scalia a.ls-nav-next {
	position: absolute;
	width: 50px;
	top: 0;
	bottom: 0;
	font-size: 0;
	line-height: 0;
	text-indent: 100%;
	overflow: hidden;
	display: block;

}
.sc-prev:focus,
.sc-next:focus,
.ls-scalia a.ls-nav-prev:focus,
.ls-scalia a.ls-nav-next:focus {
	outline: 0 none;
}
.nivo-directionNav .sc-prev,
.nivo-directionNav .sc-next,
.ls-scalia a.ls-nav-prev,
.ls-scalia a.ls-nav-next,
.sc-testimonials.fullwidth-block .sc-prev,
.sc-testimonials.fullwidth-block .sc-next,
.related-products-carousel.fullwidth-block .sc-prev,
.related-products-carousel.fullwidth-block .sc-next {
	width: 10%;
	z-index: 10;
}
.sc-prev,
.ls-scalia a.ls-nav-prev {
	left: 0;
}
.sc-next,
.ls-scalia a.ls-nav-next {
	right: 0;
}
.sc-prev:after,
.sc-next:after,
.ls-scalia a.ls-nav-prev:after,
.ls-scalia a.ls-nav-next:after {
	position: absolute;
	font-family: 'scalia-icons';
	top: 50%;
	margin-top: -36px;
	left:50%;
	margin-left: -36px;
	width: 72px;
	font-size: 38px;
	height: 72px;
	line-height: 72px;
	text-align: center;
	text-indent: 0;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.sc-prev:after,
.ls-scalia a.ls-nav-prev:after {
	content: '\e603';
	text-indent: -6px;
}
.sc-next:after,
.ls-scalia a.ls-nav-next:after {
	content: '\e601';
	text-indent: 6px;
}
.sc-prev.disabled,
.sc-next.disabled {
	visibility: hidden;
}

/* PAGINATION */

.sc-pagination {
	text-align: center;
	margin-top: 70px;
}
.sc-pagination a,
.sc-pagination .current {
	position: relative;
	display: inline-block;
	margin: 0 12px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	vertical-align: top;
	text-decoration: none;
	margin-bottom: 20px;
}
.sc-pagination .current {
	border: 0 none;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.sc-pagination .prev,
.sc-pagination .next {
	border: 0 none;
	font-size: 0;
	text-indent: 100%;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
.sc-pagination .prev:hover,
.sc-pagination .next:hover {
	background: none;
}
.sc-pagination .prev:after,
.sc-pagination .next:after {
	position: absolute;
	text-indent: 0;
	font-size: 37px;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	font-family: 'scalia-icons';
	font-weight: normal;
}
.sc-pagination .prev:after {
	content: '\e603';
}
.sc-pagination .next:after {
	content: '\e601';
}

/* Mini-pagination */

.sc-mini-pagination {
	text-align: center;
	padding-top: 15px;
}
.sc-mini-pagination a {
	display: inline-block;
	width: 17px;
	height: 17px;
	font-size: 0;
	line-height: 0;
	text-indent: 100%;
	overflow: hidden;
	margin: 0 7px;
	border-radius: 17px;
	-moz-border-radius: 17px;
	-webkit-border-radius: 17px;
}
.sc-mini-pagination a:focus {
	outline: 0 none;
}



.rounded-corners,
.sc-button,
input[type='submit'],
.sc-pagination a,
.sc-pagination .current,
.sc-icon-shape-square,
input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"],
textarea,
.checkbox-sign,
.combobox-wrapper,
.chosen-container-single .chosen-single,
.sc-table,
.sc-table table,
.sc-table-responsive .tabletolist.nrh > li > ul,
.sc-table-style-1 .tabletolist.rh > li > .titles,
.sc-table-style-2 .tabletolist.rh,
.team-person,
.sc-gallery .sc-gallery-preview-carousel-wrap,
.sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-gallery-item a,
.sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-gallery-item a img,
.skill-line,
.skill-line div,
.diagram-legend .legend-element .color,
.blog-load-more button,
.portfilio-top-panel,
.portfolio-item .image img,
.portfolio-item .image .image-inner
.portfolio-items-masonry.hover-title .portfolio-item .image .image-inner,
.portfolio-items-masonry.hover-title .portfolio-item .image img,
.portfolio-item .image .overlay,
.portfolio.portfolio-items-masonry.hover-title .portfolio-item .image .overlay,
.gallery-item .image-wrap,
.gallery-item .image-wrap img,
.gallery-item .overlay,
.shop_table .product-thumbnail img.attachment-shop_thumbnail.wp-post-image,
.woocommerce-message,
.woocommerce-info,
.woocommerce ul.woocommerce-error li,
.widget .product-dummy,
.widget_recently_viewed_products ul.product_list_widget,
.widget_price_filter .price_slider,
.widget_price_filter .price_slider .ui-slider-handle,
.testimonials-style-1 .sc-testimonials-carousel-wrap,
.testimonials-style-1-block .sc-testimonials-carousel-wrap,
.testimonials-style-2-text,
.widget .searchform,
#calendar_wrap,
.widget_recent_comments ul,
.widget_nav_menu ul.menu,
.widget_submenu > div > ul,
.flickr-item img,
.widget .flickr-item a,
.widget .flickr-item a:before,
.sc-tour-style-1 .resp-tabs-container,
.blog-style-timeline .post-text,
.blog-style-timeline.blog-style-styled_list1 .item-post,
.blog-style-default .wp-post-image,
.blog-style-default article.no-image .post-image,
.blog-style-default .post-image a,
.widget_product_search,
.widget_recent_entries ul,
.widget_recent_entries,
.project_info-item-style-1 .project_info-item,
.widget_layered_nav ul,
ul.product_list_widget li,
.sc-tabs-style-2 .resp-accordion,
#primary-menu.no-responsive > li.megamenu-enable > ul > li li > a,
.blog.blog-style-masonry article.no-image .description,
.sc-dropcap.sc-dropcap-shape-square .sc-dropcap-letter,
.wpb_gallery .slides img,
.pricing-table-style-3 .highlighted .pricing-column,
div.blog article a.youtube:before,
div.blog article a.vimeo:before,
div.blog article a.self_video:before,
div.blog.blog-style-default article a.default:before,
.pricing-table-style-3 .pricing-column-wrapper:first-child:last-child .pricing-column {
	border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	overflow: hidden;
}


input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea, .checkbox-sign, .radio-sign, .combobox-wrapper, .chosen-container-single .chosen-single {
  border: 1px solid #d2dae1;
  background-color: #faf9f9 !Important;
}


input[type="text"], input[type="password"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="email"], input[type="number"], input[type="range"], input[type="search"], input[type="tel"], input[type="time"], input[type="url"], input[type="month"], input[type="week"], textarea, .checkbox-sign, .radio-sign, .combobox-wrapper .combobox-text, .combobox-wrapper .combobox-button, .chosen-container-single .chosen-single, .chosen-container-single .chosen-single div, .edit-address-form .form-row .chosen-container-single .chosen-single div, .sc-table thead + tbody tr:first-child td, .checkout-cart-info > td, .pricing-table-style-2 .pricing-price, .widget_product_search input {
  box-shadow: none !Important;
  -moz-box-shadow: none !Important;
  -webkit-box-shadow: none !Important;
}


.shadow-box, .sc-pagination a, sc-pagination .current, .sc-wrapbox-style-1, .sc-table-responsive.sc-table-style-2 .tabletolist.nrh > li > ul, .sc-table-style-1 .tabletolist.rh > li > .titles, .sc-table-style-2 .tabletolist.rh, .team-person, .portfolio-items-masonry .portfolio-item .caption, .testimonials-style-1-block .sc-testimonials-carousel-wrap, #calendar_wrap, .widget_recent_comments ul, .pricing-table-style-2 .pricing-footer, .pricing-table-style-3 .pricing-column, .pricing-table-style-3 .pricing-title, .pricing-table-style-3 .pricing-title-wrapper, .pricing-table-style-3 .highlighted .pricing-title, .sc-tabs-style-1 .resp-tabs-container, .sc-tour-style-1 .resp-tab-active, .sc-tour-style-1 > .sc_tour_tabs_wrapper, .sc-tabs-style-2 .resp-accordion, .blog-style-timeline .post-text, .widget_recent_entries, .project_info-item-style-1 .project_info-item, .widget_layered_nav ul, ul.product_list_widget li, .widget_recently_viewed_products ul.product_list_widget, .widget_nav_menu ul.menu, .widget_submenu > div > ul, .blog.blog-style-masonry article .description {
  box-shadow: none !Important;
  -moz-box-shadow: none !Important;
  -webkit-box-shadow: none !Important;
}

/* ICONS */

.sc-icon {
	position: relative;
	font-weight: normal;
	font-family: 'scalia-user-icons';
	font-size: 25px;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	line-height: 46px;
	overflow: hidden;
	display: inline-block;
	vertical-align: middle;
}
.sc-icon-centered {
	display: block;
	margin: 0 auto;
}
.sc-icon.sc-simple-icon {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	width: 25px;
	height: 25px;
	line-height: 25px;
}
.sc-icon-size-medium {
	font-size: 27px;/*
	width: 84px;
	height: 84px;*/
	line-height: 70px;
	width: 70px;
	height: 70px;
}
.sc-icon-size-medium.sc-simple-icon {
	width: 37px;
	height: 37px;
	line-height: 37px;
}
.sc-icon-size-big {
	font-size: 64px;
	width: 128px;
	height: 128px;
	line-height: 124px;
}
.sc-icon-size-big.sc-simple-icon {
	width: 64px;
	height: 64px;
	line-height: 64px;
}
.sc-icon .sc-icon-half-1,
.sc-icon .sc-icon-half-2 {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	text-align: center;
}
.sc-icon .sc-icon-half-1 {
	margin-left: -50%;
}
.sc-icon .sc-icon-half-2 {
	margin-right: -50%;
}
.sc-icon.angle-45deg-l .sc-icon-half-1,
.sc-icon.angle-45deg-l .sc-icon-half-2 {
	transform: skew(45deg, 0);
	-o-transform: skew(45deg, 0);
	-ms-transform: skew(45deg, 0);
	-moz-transform: skew(45deg, 0);
	-webkit-transform: skew(45deg, 0);
}
.sc-icon.angle-45deg-r .sc-icon-half-1,
.sc-icon.angle-45deg-r .sc-icon-half-2 {
	transform: skew(-45deg, 0);
	-o-transform: skew(-45deg, 0);
	-ms-transform: skew(-45deg, 0);
	-moz-transform: skew(-45deg, 0);
	-webkit-transform: skew(-45deg, 0);
}
.sc-icon .back-angle {
	display: block;
	position: relative;
	width: 200%;
	height: 100%;
}
.sc-icon .sc-icon-half-2 .back-angle {
	left: -100%;
}
.sc-icon.angle-45deg-l .back-angle {
	transform: skew(-45deg, 0);
	-o-transform: skew(-45deg, 0);
	-ms-transform: skew(-45deg, 0);
	-moz-transform: skew(-45deg, 0);
	-webkit-transform: skew(-45deg, 0);
}
.sc-icon.angle-45deg-r .back-angle {
	transform: skew(45deg, 0);
	-o-transform: skew(45deg, 0);
	-ms-transform: skew(45deg, 0);
	-moz-transform: skew(45deg, 0);
	-webkit-transform: skew(45deg, 0);
}

/* BUTTON */

.sc-button,
input[type='submit'] {
	position: relative;
	display: inline-block;
	padding: 12px;
	text-transform: uppercase;
	margin-top: 13px;
	white-space: nowrap;
	border: 0 none;
	/*min-width: 200px;*/
	text-align: center;
	width: 100%;
	max-width: 360px;
}
.sc-button:hover {
	text-decoration: none;
}
.sc-button:before {
	content: ' ';
	font-family: 'scalia-icons';
	font-weight: normal;
	float: left;
	/*margin-left: -1.4em;*/
	font-size: 16px;
	vertical-align: middle;
}
.sc-button-simple,
input[type='submit'] {
	padding-left: 1.1364em;
}
.sc-button-simple:before {
	display: none;
}
.sc-button:hover:after,
.page-links a:hover:after,
.blog-style-default .comments-link a:hover:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,0.2);
}

/* SOCIALS */

.socials-item {
	display: inline-block;
	vertical-align: top;
	margin-left: 50px;
}
.socials-item a {
	display: block;
	position: relative;
	height: 50px;
	width: 30px;
	font-size: 0;
	line-height: 0;
}
.socials-item a:after {
	position: absolute;
	font-family: 'scalia-socials';
	font-size: 23px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.socials-item.twitter a:after {
	content: '\e603';
}
.socials-item.facebook a:after {
	content: '\e601';
}
.socials-item.linkedin a:after {
	content: '\e604';
}
.socials-item.googleplus a:after {
	content: '\e602';
}
.socials-item.stumbleupon a:after {
	content: '\e606';
}
.socials-item.rss a:after {
	content: '\e608';
}

/* PRELOADER */

.preloader {
	position: relative;
	height: 200px;
}
.slideshow-preloader {
	height: 400px;
}
.loading {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
}
.preloader:after,
.loading:after {
	content: '';
	position: absolute;
	height: 90px;
	width: 90px;
	background: #ffffff url('images/preloader-1.gif') no-repeat 50% 50%;
	top: 50%;
	left: 50%;
	margin-top: -45px;
	margin-left: -45px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.preloader + * {
	padding: 0 !important;
	margin: 0 !important;
	overflow: hidden !important;
	opacity: 0;
}
.preloader + *:not(iframe) {
	height: 0 !important;
}
.preloader + iframe {
	margin-top: -200px !important;
}
.loading + * {
	opacity: 0;
}


.sc-prev:after, .sc-next:after, .sc-prev:hover, .sc-next:hover{
	color: #ffffff !Important;
}


/* FORM ELEMENTS */

input[type="text"],
input[type="password"],
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="number"],
input[type="range"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="month"],
input[type="week"] {
	padding: 0 10px;
	height: 40px;
	line-height: 40px;
	max-width: 100%;
}
textarea {
	padding: 10px;
	max-width: 100%;
}
/* Combobox */
.combobox-wrapper {
	position: relative;
	width: 100%;
	height: 34px;
	display: inline-block;
	vertical-align: middle;
	min-width: 150px;
	padding-right: 34px;
}
.combobox-wrapper .combobox-text {
	display: block;
	padding: 0 10px;
	line-height: 32px;
	overflow: hidden;
	text-align: left;
	white-space: nowrap;
}
.combobox-wrapper .combobox-button {
	width: 34px;
	height: 34px;
	position: absolute;
	right: -1px;
	top: -1px;
	cursor: pointer;
}
.combobox-wrapper .combobox-button:before {
	content: '\e602';
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -7px;
	margin-top: -7px;
	font-family: 'scalia-icons';
	font-size: 14px;
	width: 14px;
	height: 14px;
	line-height: 14px;
	font-weight: normal;
}
.combobox-wrapper select {
	width: 100%;
	cursor: pointer;
}
.sc_accordion_header .ui-accordion-header-icon:before  {
	display: inline-block;
	margin-top: -5px;
}
/* Checkbox */
.checkbox-sign,
.radio-sign {
	display: inline-block;
	width: 34px;
	height: 34px;
	cursor: pointer;
	position: relative;
	vertical-align: middle;
}
.radio-sign {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.checkbox-sign.checked:before,
.radio-sign.checked:before {
	position: absolute;
	left: 50%;
	top: 50%;
}
.checkbox-sign.checked:before {
	content: '\e614';
	font-size: 14px;
	font-weight: normal;
	font-family: 'scalia-icons';
	text-align: center;
	width: 14px;
	height: 14px;
	line-height: 14px;
	margin-top: -7px;
	margin-left: -7px;
}
.radio-sign.checked:before {
	content: '';
	font-size: 10px;
	width: 10px;
	height: 10px;
	line-height: 10px;
	margin-top: -5px;
	margin-left: -5px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

/* LAYOUT */

#page {
	position: relative;
	overflow: hidden;
}
#page.layout-boxed {
	max-width: 1260px;
	margin: 0 auto;
	box-shadow: 0 0 18px 0 #000000;
}

@media (max-width: 768px) {
	#site-header.site-header.fixed {
		width: auto;
		position: relative;
		left: auto;
		top: auto !important;
		z-index: 1;
	}
}

.page-title-block {
	text-align: center;
	background-position: 50% 0;
	background-size: cover;
	padding: 30px 0;
	position: relative;
}
.page-title-title h1,
.page-title-title h2 {
	margin: 0;
	line-height: 1;
}

.page-title-title h1{
	text-shadow: 0 2px #4c5867
}
.page-title-icon + .page-title-title {
	margin-top: 10px;
}
.page-title-excerpt {
	margin-top: 15px;
}
.page-title-style-1 .page-title-title {
	margin-top: 7px;
	margin-bottom: 7px;
}
.page-title-block.page-title-style-2 {
	text-align: left;
	padding: 25px 0 0;
}
.page-title-style-2 .container {
	position: relative;
	padding-bottom: 38px;
}
.page-title-style-2 .container:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background: url('images/divider-wave.png') repeat-x 50% 50%;
}
.page-title-style-2 .page-title-excerpt {
	font-size: 89.5%;
	line-height: 1.421;
	margin-top: 8px;
}

/* TOP AREA */

.top-area {
	padding: 5px 0;
}
.top-area-socials {
	float: right;
	height: 30px;
	line-height: 30px;
}
.top-area-search {
	float: left;
	position: relative;
	padding-right: 30px;
}
.top-area-contacts {
	float: left;
	line-height: 30px;
}
.top-area-style-2 .top-area-contacts {
	float: none;
}
.top-area-search .searchform {
	padding: 0;
	position: relative;
	height: 30px;
	line-height: 30px;
}
.top-area-search .searchform input {
	font-size: 15px;
	width: 190px;
	padding: 0 30px 0 10px;
	padding-right: 29px;
	height: 30px;
	line-height: 28px;
	vertical-align: top;
}
.top-area-search .searchform button {
	position: absolute;
	top: 1px;
	right: 1px;
	width: 29px;
	height: 29px;
	padding: 0;
	margin-top: 0;
	background: transparent;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
}
.top-area-search .searchform button:before {
	position: absolute;
	content: '\e612';
	font-family: 'scalia-icons';
	font-size: 12px;
	height: 29px;
	line-height: 29px;
	width: 29px;
	text-align: center;
	top: 0;
	left: 0;
}
.top-area-socials .socials-item {
	margin-left: 10px;
}
.top-area-socials .socials-item a {
	width: 30px;
	height: 30px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.top-area-socials .socials-item a:after {
	line-height: 30px;
	font-size: 16px;
}
.top-area-style-2 .top-area-socials .socials-item a {
	background-color: transparent;
}
.top-area-style-2 .top-area-search {
	float: right;
	padding-right: 0;
}
@media (max-width: 1200px) {
	.top-area {
		display: none;
	}
}

/* HEADER */

#site-header {
	position: relative;
	z-index: 5;
}
#site-header.animated-header {
	position: static;
}
#site-header .site-title {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 0;
}
#site-header .primary-navigation {
	display: table-cell;
	width: 99%;
	vertical-align: middle;
	text-align: right;
	position: relative;
	z-index: 10;
}
#site-header .logo-position-right .primary-navigation {
	text-align: left;
}
.site-title h1 {
	margin: 0;
	font-size: 0 !important;
	line-height: 0 !important;
}
@media (min-width: 768px) {
	#site-header .logo-position-center .site-title,
	#site-header .logo-position-center .primary-navigation {
		display: block;
		text-align: center;
	}
	#site-header .logo-position-center .site-title {
		padding-top: 45px;
	}
}
#site-header .header-main {
	position: relative;
	z-index: 11;
}


/* PRIMARY NAVIGATION */

#primary-menu,
#primary-menu + ul {
	text-align: left;
}
#primary-navigation .menu-toggle {
	display: none;
}
#primary-navigation #primary-menu.no-responsive li.dl-parent,
#primary-navigation #primary-menu.no-responsive li.dl-back {
	display: none;
}
#primary-menu.no-responsive {
	text-align: left;
	white-space: nowrap;
	display: inline-block;
}
#primary-menu.no-responsive li {
	position: relative;
}
#primary-menu.no-responsive a {
	position: relative;
	display: block;
	text-decoration: none;
}
#primary-menu.no-responsive > li {
	display: inline-block;
	vertical-align: middle;
}
#primary-menu.no-responsive > li > a {
	padding: 35px 20px;
}
#primary-menu.no-responsive > li.menu-item-parent > a:after {
	position: absolute;
	width: 16px;
	height: 9px;
	left: 50%;
	margin-left: -8px;
	bottom: 15px;
	font-family: 'scalia-icons';
	font-weight: normal;
	content: '\e602';
	font-size: 16px;
	line-height: 9px;
	transition: all 0.01s linear  0.5s;
	-moz-transition: all 0.01s linear  0.5s;
	-webkit-transition: all 0.01s linear  0.5s;
	visibility: hidden;
}
#primary-menu.no-responsive:hover > li.menu-item-parent > a:after {
	visibility: hidden;
	transition: all 0.01s linear;
	-moz-transition: all 0.01s linear;
	-webkit-transition: all 0.01s linear;
}
#primary-menu.no-responsive > li.menu-item-parent:hover > a:after {
	visibility: visible;
	transition: all 0.01s linear;
	-moz-transition: all 0.01s linear;
	-webkit-transition: all 0.01s linear;
}
#primary-menu.no-responsive > li ul {
	position: absolute;
	visibility: hidden;
	white-space: normal;
	width: 280px;
	transition: all 0.1s linear 0.5s;
	-moz-transition: all 0.1s linear 0.5s;
	-webkit-transition: all 0.1s linear 0.5s;
	opacity: 0;
}
#primary-menu.no-responsive > li > ul:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: -3px;
	right: -3px;
	height: 3px;
}
#primary-menu.no-responsive > li > ul {
	transform: translateY(20px);
	-o-transform: translateY(20px);
	-ms-transform: translateY(20px);
	-moz-transform: translateY(20px);
	-webkit-transform: translateY(20px);
}
#primary-menu.no-responsive:hover li:hover > ul {
	visibility: visible;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 1;
	transform: translateY(0);
	-o-transform: translateY(0);
	-ms-transform: translateY(0);
	-moz-transform: translateY(0);
	-webkit-transform: translateY(0);
}
#primary-menu.no-responsive:hover > li ul {
	visibility: hidden;
	transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-webkit-transition: all 0.1s linear;
	opacity: 0;
}
#primary-menu.no-responsive > li > ul {
	top: 100%;
	left: 0;
}
#primary-menu.no-responsive > li > ul.invert {
	left: auto;
	right: 0;
}
#primary-menu.no-responsive > li > ul a {
	padding: 15px 30px;
}
#primary-menu.no-responsive > li > ul ul {
	top: 0;
	left: 100%;
	transform: translateX(20px);
	-o-transform: translateX(20px);
	-ms-transform: translateX(20px);
	-moz-transform: translateX(20px);
	-webkit-transform: translateX(20px);
	z-index: 1;
}
#primary-menu.no-responsive > li > ul ul.invert {
	top: 0;
	left: auto;
	right: 100%;
	transform: translateX(-20px);
	-o-transform: translateX(-20px);
	-ms-transform: translateX(-20px);
	-moz-transform: translateX(-20px);
	-webkit-transform: translateX(-20px);
}
#primary-menu.no-responsive > li > ul li:hover > ul {
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
#primary-menu.no-responsive > li li.menu-item-parent > a:after {
	position: absolute;
	width: 9px;
	height: 16px;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	font-weight: normal;
	font-family: 'scalia-icons';
	content: '\e601';
	font-size: 16px;
	line-height: 16px;
}

/* Mega Menu Styles*/
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul ul {
	display: none;
}
#primary-menu.no-responsive > li.megamenu-enable > ul {
	width: auto;
	white-space: nowrap;
	background-repeat: no-repeat;
	font-size: 0;
	line-height: 1;
}
#primary-menu.no-responsive > li.megamenu-enable > ul.megamenu-masonry.megamenu-masonry-inited > li {
	position: absolute;
}
#primary-menu.no-responsive li > ul.without-transition {
	transition: none !important;
	-moz-transition: none !important;
	-webkit-transition: none !important;
}
#primary-menu.no-responsive > li.megamenu-enable ul {
	width: auto;
}
#primary-menu.no-responsive > li.megamenu-enable > ul ul {
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 0 31px;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-first-element {
	margin-left: 0;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-new-row {
	display: block;
	margin: 0 0 20px 0;
}
#primary-menu.no-responsive > li.megamenu-enable li {
	background: none;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header {
	display: block;
	padding-bottom: 10px;
	margin-bottom: 14px;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li {
	padding: 3px 0;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li a {
	display: inline-block;
	background: none;
	padding: 0;
}
#primary-menu.no-responsive > li.megamenu-enable li.menu-item-parent > a:after {
	display: none;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a {
	padding: 0;
	text-transform: uppercase;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.mega-no-link {
	pointer-events: none;
}


#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a.megamenu-has-icon:before {
	display: inline-block;
	font-family: 'scalia-user-icons';
	font-weight: normal;
	content: attr(data-icon);
	font-size: 14px;
	vertical-align: baseline;
	margin-right: 9px;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li .mega-label {
	display: inline-block;
	font-size: 65%;
	line-height: 1.6;
	text-transform: uppercase;
	padding: 1px 3px 1px 4px;
	margin: 0 0 0 7px;
	position: relative;
	top: -2px;
	vertical-align: middle;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul li > a {
	position: relative;
	padding-left: 34px;
	padding-right: 12px;
	vertical-align: middle;
	margin-left: -12px;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul > li > a:before {
	display: block;
	float:left;
	margin-left: -22px;
	font-family: 'scalia-user-icons';
	font-weight: normal;
	content: '\e7cf';
	font-size: 14px;
	vertical-align: middle;
	width: 15px;
	text-align: center;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul > li.megamenu-has-icon > a::before {
	content: attr(data-icon);
	margin-left: -24px;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li > ul {
	position: static;
	transform: translateX(0);
	-o-transform: translateX(0);
	-ms-transform: translateX(0);
	-moz-transform: translateX(0);
	-webkit-transform: translateX(0);
}
#primary-menu.no-responsive > li.megamenu-enable:hover > ul > li > ul {
	visibility: visible;
	opacity: 1;
}

@media (max-width: 768px) {
	#site-header .header-main {
		position: relative;
		display: table;
		width: 100%;
		z-index: 11;
	}
	#primary-navigation .menu-toggle {
		display: inline-block;
	}
}
#site-header #primary-navigation.responsive {
	position: static;
}
#primary-navigation .menu-toggle {
	border: none;
	width: 32px;
	height: 44px;
	text-indent: 100%;
	font-size: 0;
	line-height: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
	outline: none;
	background: transparent;
	padding: 0;
}
#primary-navigation .menu-toggle:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	top: 10px;
	left: 0;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
/* Common styles of dl-menus */
#site-header .primary-navigation.responsive {
	padding: 15px 0;
	vertical-align: middle;
}
.primary-navigation.responsive ul {
	padding: 0 !important;
	background: none !important;
	list-style: none;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.primary-navigation.responsive li {
	position: relative;
	/*width: auto !important;*/
}
.primary-navigation.responsive li a {
	display: block;
	position: relative;
	padding: 11px 30px;
	outline: none;
}
.primary-navigation.responsive li .mega-label {
	display: none;
}
.primary-navigation.responsive li.dl-back,
.primary-navigation.responsive li.dl-parent {
	text-align: left;
}
.primary-navigation.responsive li.dl-back > a,
.primary-navigation.responsive li.dl-parent > a {
	padding-left: 45px;
}
/*.primary-navigation li > a:not(:only-child):after,
.primary-navigation li > span:not(:only-child):after*/
.primary-navigation.responsive li.dl-back:after,
.primary-navigation.responsive li.menu-item-parent > a:after,
.primary-navigation.responsive li.menu-item-parent > span > a:after,
.primary-navigation.responsive li.dl-parent > a:after {
	position: absolute;
	width: 9px;
	height: 16px;
	right: 20px;
	top: 50%;
	margin-top: -8px;
	font-weight: normal;
	font-family: 'scalia-icons';
	content: '\e601';
	font-size: 16px;
	line-height: 16px;
}
.primary-navigation.responsive li.dl-back:after {
	right: auto;
	left: 20px;
	content: '\e603';
}
.primary-navigation.responsive li.dl-parent > a:after {
	right: auto;
	left: 20px;
}
.primary-navigation.responsive .dl-menu {
	margin: 0;
	position: absolute;
	left: 0;
	right: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: translateY(10px);
	transform: translateY(10px);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: left;
	top: 100%;
	margin-top: -15px;
}
@media (max-width: 767px) {
	.primary-navigation .dl-menu {
		position: absolute;
		left: 0;
		right: 0;
		opacity: 0;
	}
}
.primary-navigation.responsive .dl-menu:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: -3px;
	right: -3px;
	height: 3px;
}
.primary-navigation.responsive .dl-menu.dl-menu-toggle {
	transition: all 0.3s ease;
}
.primary-navigation.responsive .dl-menu.dl-menuopen {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
}
/* Hide the inner submenus */
.primary-navigation.responsive li .dl-submenu {
	display: none;
}
/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a,
.dl-menu.dl-subview li.dl-subviewopen > span,
.dl-menu.dl-subview li.dl-subview > span {
	display: none;
}
.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
	display: block;
}
/* Dynamically added submenu outside of the menu context */
.primary-navigation.responsive > .dl-submenu {
	position: absolute;
	width: 100% !important;
	left: 0;
	margin: 0;
	top: 100%;
	margin-top: -15px;
}
.primary-navigation.responsive > .dl-submenu:before {
	content: '';
	position: absolute;
	bottom: -3px;
	left: -3px;
	right: -3px;
	height: 3px;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out {
	-webkit-animation: MenuAnimOut 0.4s;
	animation: MenuAnimOut 0.4s;
}
@-webkit-keyframes MenuAnimOut {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}
@keyframes MenuAnimOut {
	0% { }
	50% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
	}
	75% {
		-webkit-transform: translateZ(-372.5px) rotateY(15deg);
		transform: translateZ(-372.5px) rotateY(15deg);
		opacity: .5;
	}
	100% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
}
.dl-menu.dl-animate-in {
	-webkit-animation: MenuAnimIn 0.3s;
	animation: MenuAnimIn 0.3s;
}
@-webkit-keyframes MenuAnimIn {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}
@keyframes MenuAnimIn {
	0% {
		-webkit-transform: translateZ(-500px) rotateY(0deg);
		transform: translateZ(-500px) rotateY(0deg);
		opacity: 0;
	}
	20% {
		-webkit-transform: translateZ(-250px) rotateY(30deg);
		transform: translateZ(-250px) rotateY(30deg);
		opacity: 0.5;
	}
	100% {
		-webkit-transform: translateZ(0px) rotateY(0deg);
		transform: translateZ(0px) rotateY(0deg);
		opacity: 1;
	}
}
.primary-navigation.responsive > .dl-submenu.dl-animate-in {
	-webkit-animation: SubMenuAnimIn 0.4s ease;
	animation: SubMenuAnimIn 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn {
	0% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		opacity: 1;
	}
}
@keyframes SubMenuAnimIn {
	0% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
	100% {
		-webkit-transform: translateX(0px);
		transform: translateX(0px);
		opacity: 1;
	}
}
.primary-navigation.responsive > .dl-submenu.dl-animate-out {
	-webkit-animation: SubMenuAnimOut 0.4s ease;
	animation: SubMenuAnimOut 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut {
	0% {
		-webkit-transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		opacity: 0;
	}
}
@keyframes SubMenuAnimOut {
	0% {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateX(50%);
		transform: translateX(50%);
		opacity: 0;
	}
}
/* No JS Fallback */
.no-js .primary-navigation .dl-menu {
	position: relative;
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
.no-js .primary-navigation li .dl-submenu {
	display: block;
}
.no-js .primary-navigation li.dl-back {
	display: none;
}
.no-js .primary-navigation li > a:not(:only-child) {
	background: rgba(0,0,0,0.1);
}
.no-js .primary-navigation li > a:not(:only-child):after {
	content: '';
}

/* FOOTER NAV */

#footer-nav {
	padding: 1.421em 0;
}
#footer-navigation {
	margin-bottom: 0;
}
#footer-navigation li {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 10px 0;
}

#footer-socials {
	float: right;
}
.footer-socials-item {
	display: inline-block;
	vertical-align: top;
	margin-right: 25px;
}
.footer-socials-item a {
	display: block;
	position: relative;
	height: 50px;
	width: 30px;
	font-size: 0;
	line-height: 0;
}
.footer-socials-item a:after {
	position: absolute;
	font-family: 'scalia-socials';
	font-size: 23px;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	line-height: 50px;
	text-align: center;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.footer-socials-item.twitter a:after {
	content: '\e603';
}
.footer-socials-item.facebook a:after {
	content: '\e601';
}
.footer-socials-item.linkedin a:after {
	content: '\e604';
}
.footer-socials-item.googleplus a:after {
	content: '\e602';
}
.footer-socials-item.stumbleupon a:after {
	content: '\e606';
}
.footer-socials-item.rss a:after {
	content: '\e608';
}

/* FOOTER WIDGET AREA */

#colophon {
	position: relative;
	padding: 45px 0 45px;
	background-position: 50% 0;
	background-size: cover;
	background-repeat: no-repeat;
}

.footer-widget-area {
	margin-bottom: 1.421em;
}

/* FOOTER HTML */

.footer-site-info {
	font-size: 89.5%;
}

.footer-site-info a:hover {
	text-decoration: underline;
}

/* BLOCKS */

.block-content {
	padding: 60px 0;
}

.no-bottom-margin:last-child {
	padding-bottom: 0;
}

.block-content + .block-content {
	padding-top: 0;
}

/* QUICKFINDER */

.quickfinder {
	padding: 60px 0;
}
.quickfinder-item {
	text-align: center;
}
.quickfinder-item a {
	text-decoration: none;
}
.quickfinder-item-image {
	display: block;
	width: 100%;
	height: 100%;
	margin-bottom: 25px;
}
.quickfinder-item-image .quickfinder-item-image-content {
	display: inline-block;
	position: relative;
}
body:not(.lazy-disabled) .quickfinder-item-image .quickfinder-item-image-content.lazy-loading-item {
	transform: scale(0);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
}
.quickfinder-item-image .quickfinder-item-link {
	display: inline-block;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.quickfinder-item-image .quickfinder-item-link img {
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
	position: relative;
	z-index: 2;
}
.quickfinder-item-image .quickfinder-item-link:hover img {
	transform: scale(1.15);
	-o-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-webkit-transform: scale(1.15);
}
.quickfinder-item-image .quickfinder-item-link:after {
	background: transparent;
	content: '';
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 3;
	transition: all 0.25s;
	-o-transition: all 0.25s;
	-moz-transition: all 0.25s;
	-webkit-transition: all 0.25s;
}
.quickfinder-item-image .quickfinder-item-link:hover:after {
	background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
}
.quickfinder-img-size-small {
	width: 84px;
	height: 84px;
}
.quickfinder-img-size-medium {
	width: 128px;
	height: 128px;
}
.quickfinder-img-size-big {
	width: 150px;
	height: 150px;
}
.quickfinder-item-title {
	text-transform: uppercase;
	margin-top: 12px;
}
.quickfinder-item-text {
	margin-top: 14px;
	font-size: 17px;
}
.quickfinder-style-vertical .quickfinder-item {
	display: table-row;
}
.quickfinder-style-vertical .quickfinder-item-info,
.quickfinder-style-vertical .quickfinder-item-image {
	display: table-cell;
	vertical-align: middle;
}
.quickfinder-item-info .quickfinder-item-link.img-circle,
.quickfinder-item-info .quickfinder-item-link.rounded-corners {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.quickfinder-style-vertical .quickfinder-item + .quickfinder-item .quickfinder-item-info,
.quickfinder-style-vertical .quickfinder-item + .quickfinder-item .quickfinder-item-image .quickfinder-item-image-content {
	padding-top: 75px;
}
.quickfinder-style-vertical .quickfinder-item-image {
	position: relative;
	width: 2%;
	margin-bottom: 0;
}
.quickfinder-style-vertical .quickfinder-item .quickfinder-item-connector {
	display: none;
}
.quickfinder-style-vertical .quickfinder-item + .quickfinder-item .quickfinder-item-connector {
	position: absolute;
	display: block;
	top: 0;
	height: 75px;
	border-left: 2px solid #f1f5f8;
	left: 50%;
	margin-left: -1px;
	width: 0;
}
.quickfinder-style-vertical .quickfinder-item-connector svg {
	display: none;
}
.quickfinder-style-vertical-2 .quickfinder-item + .quickfinder-item .quickfinder-item-connector {
	border: 0 none;
	width: 8px;
	margin-left: -4px;
}
.quickfinder-style-vertical-2 .quickfinder-item + .quickfinder-item .quickfinder-item-connector svg {
	display: block;
}
.quickfinder-style-vertical .quickfinder-item.odd:after,
.quickfinder-style-vertical .quickfinder-item.even:before {
	content: '';
	display: table-cell;
	width: 49%;
}
.quickfinder-style-vertical .quickfinder-item.odd .quickfinder-item-info {
	text-align: right;
	padding-right: 25px;
}
.quickfinder-style-vertical .quickfinder-item.even .quickfinder-item-info {
	text-align: left;
	padding-left: 25px;
}
.quickfinder-style-vertical .quickfinder-item-title {
	margin-top: 0;
}
@media (max-width: 768px) {
	.quickfinder-style-vertical .quickfinder-item {
		display: block;
	}
	.quickfinder-style-vertical .quickfinder-item.odd:after,
	.quickfinder-style-vertical .quickfinder-item.even:before {
		display: none;
	}
	.quickfinder-style-vertical .quickfinder-item + .quickfinder-item .quickfinder-item-connector {
		display: none;
	}
}
.quickfinder-item .sc-icon {
	overflow: visible;
}
.quickfinder-item .quickfinder-animation {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	transition: all 0.3s;
	-o-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.sc-icon-shape-square,
.sc-icon-shape-square .quickfinder-animation {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.quickfinder-item-effect-background-reverse .quickfinder-animation {
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
}
.quickfinder-item-effect-background-reverse.hover .quickfinder-animation {
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.quickfinder-item-effect-border-reverse .quickfinder-animation {
	transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
}
.quickfinder-item-effect-border-reverse.hover .quickfinder-animation {
	transform: scale(0);
	-o-transform: scale(0);
	-ms-transform: scale(0);
	-moz-transform: scale(0);
	-webkit-transform: scale(0);
}


/* SHORTCODES */

/* Fullwidth */
.fullwidth-block {
	position: relative;
}
.fullwidth-block.styled-marker-top:after,
.fullwidth-block.styled-marker-bottom:after {
	content: '';
	position: absolute;
	width: 0;
	height: 0;
	border-width: 40px;
	border-style: solid;
	left: 50%;
	margin-left: -40px;
}
.fullwidth-block.styled-marker-top:after {
	top: 0;
	border-color: #ffffff transparent transparent transparent;
}
.fullwidth-block.styled-marker-bottom:after {
	bottom: 0;
	border-color: transparent transparent #ffffff transparent;
}

/* Styled Image, Video */
.sc-wrapbox {
	position: relative;
	margin-bottom: 1.421em;
}
.sc-wrapbox-position-left {
	float: left;
}
.sc-wrapbox-position-right {
	float: right;
}
.sc-wrapbox-position-below,
.sc-wrapbox-position-centered {
	display: inline-block;
}
.sc-wrapbox-inner {
	position: relative;
}
.sc-wrapbox-element {
	width: 100%;
}
.sc-wrapbox-style-2 {
	border: 4px solid transparent;
}
.sc-wrapbox-style-3 {
	border: 10px solid transparent;
}
.sc-wrapbox-style-4 {
	padding: 10px;
}
.sc-wrapbox-style-5 {
	padding: 20px;
	border: 1px solid transparent;
}
.sc-wrapbox-style-6 {
	padding: 20px;
	border: 1px solid transparent;
}
.sc-wrapbox-style-6 {
	border: 1px solid transparent;
}
.sc-wrapbox-style-7 {
	padding: 19px;
}
.sc-wrapbox-style-7 .sc-wrapbox-inner {
	padding: 10px;
}
.sc-wrapbox-style-8 {
	padding: 10px;
	border: 20px solid transparent;
}
.sc-wrapbox-style-9 {
	padding: 20px;
	border: 10px solid transparent;
}
.sc-wrapbox-style-10 {
	padding: 20px;
	border: 5px dashed transparent;
}
.sc-image.sc-wrapbox-style-11 a:before {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
}
.sc-wrapbox-style-12 {
	z-index: 5;
}
.sc-wrapbox-style-12 .shadow-wrap {
	padding: 16px;
	height: auto;
}
.sc-wrapbox-style-12 .shadow-wrap:before,
.sc-wrapbox-style-12 .shadow-wrap:after {
	box-shadow: 0 -15px 20px rgba(0, 0, 0, 0.1);
	content: "";
	height: 20%;
	left: 2px;
	max-width: 300px;
	position: absolute;
	top: 22px;
	transform: rotate(2deg);
	width: 40%;
	z-index: -2;
}
.sc-wrapbox-style-12 .shadow-wrap:after {
	left: auto;
	right: 2px;
	transform: rotate(-2deg);
}
.sc-wrapbox-style-12 .sc-wrapbox-inner:before,
.sc-wrapbox-style-12 .sc-wrapbox-inner:after {
	bottom: 20px;
	box-shadow: 0 15px 25px rgba(0, 0, 0, 0.35);
	content: '';
	height: 20%;
	left: 5px;
	max-width: 300px;
	position: absolute;
	transform: rotate(-2deg);
	width: 40%;
	z-index: -2;
}
.sc-wrapbox-style-12 .sc-wrapbox-inner:after {
	left: auto;
	right: 5px;
	transform: rotate(2deg);
}
.sc-youtube .sc-wrapbox-inner,
.sc-youtube .shadow-wrap,
.sc-youtube .sc-wrapbox-element,
.sc-vimeo .sc-wrapbox-inner,
.sc-vimeo .shadow-wrap,
.sc-vimeo .sc-wrapbox-element,
.sc-video .sc-wrapbox-inner,
.sc-video .shadow-wrap,
.sc-video .sc-wrapbox-element {
	width: 100%;
	height: 100%;
}
.sc-image-centered-box {
	margin-bottom: 1.421em;
}
.sc-image a {
	position: relative;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.sc-image a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	opacity: 0;
	z-index: 5;
}
.sc-image a:hover:before {
	opacity: 1;
}
.sc-image a:after {
	content: '\e60e';
	font-family: 'scalia-icons';
	font-weight: normal;
	font-style: normal;
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	width: 40px;
	text-align: center;
	position: absolute;
	top: -20px;
	left: 50%;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	margin-left: -20px;
	margin-top: -20px;
	z-index: 5;
	color: #ffffff;
}
.sc-image a:hover:after {
	top: 50%;
}
.sc-image a img {
	transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
}
.sc-image a:hover img {
	transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
}
.sc-map-with-text .wpb_gmaps_widget .wpb_wrapper {
	padding: 0;
}
.sc-gmaps {
	display: inline-block;
	max-width: 100%;
}
.sc-gmaps .sc-gmaps-hide {
	overflow: hidden;
	width: 100%;
}
.sc-gmaps iframe {
	border: 0 none;
	vertical-align: top;
	margin-top: -40px;
	width: 100%;
}
.sc-gmaps .preloader + iframe {
	margin-top: -240px !important;
}
.sc-gmaps .preloader + iframe + .map-locker {
	opacity: 0;
}
.sc-gmaps.sc-wrapbox-style-11 {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
}
.sc-gmaps.sc-wrapbox-style-11 .sc-gmaps-hide {
	-webkit-mask-image: url('css/circle.svg');
}
iframe + .map-locker {
	position: relative;
	float: right;
	margin-top: -150px;
	margin-right: 13px;
	height: 50px;
	width: 50px;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	background: #ffffff url('images/map-locker.png') no-repeat 0 50%;
}
iframe + .map-locker.disabled {
	background-position: 100% 50%;
}

/* Text Box */
.sc-textbox {
	margin-bottom: 1.421em;
}
.sc-textbox.sc-textbox-no-rounded {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.sc-textbox > .sc-textbox-title {
	padding: 14px 25px;
	margin: 0;
}
.sc-textbox > .sc-textbox-title > .sc-textbox-title-icon {
	font-family: 'scalia-user-icons';
	font-weight: normal;
	font-style: normal;
	margin-right: 15px;
}
.sc-textbox.centered-box > .sc-textbox-title > .sc-textbox-title-icon {
	display: block;
	margin-right: 0;
}
.sc-textbox > .sc-textbox-content {
	padding: 25px;
	background-position: 50% 0;
}
.sc-textbox > .sc-textbox-content h1,
.sc-textbox > .sc-textbox-content h2,
.sc-textbox > .sc-textbox-content h3,
.sc-textbox > .sc-textbox-content h4,
.sc-textbox > .sc-textbox-content h5,
.sc-textbox > .sc-textbox-content h6 {
	color: inherit;
}
.sc-textbox > .sc-textbox-content > .centered-box {
	margin-bottom: 1.421em;
}

/* List */
.sc-list {
	margin-bottom: 1.421em;
}
.sc-list > ul {
	list-style: none;
	padding-left: 1.2em;
	margin: 0;
}
.sc-list > ul > li {
	position: relative;
	text-indent: -1.2em;
	margin-bottom: 0.7em;
}
.sc-list > ul > li:last-child {
	margin-bottom: 0;
}
.sc-list > ul > li:before {
	font-family: 'scalia-icons';
	font-weight: normal;
	/*content: '\e601';*/
	font-size: 0.74em;
	color: #009fe3;
	vertical-align: middle;
	display: inline-block;
	width: 1.62em;
	text-indent: 0;
	margin-top: -0.2em;
}

.sc-list > ul > li:after {
	/*content: '\e601';*/
	content: ' | ';
	font-size: 0.74em;
	color: #ffffff;
	vertical-align: middle;
	display: inline-block;
	width: 1.62em;
	text-indent: 0;
	margin-top: -0.2em;
	margin-left: 30px;
	margin-right: 10px;
}

.sc-list > ul > li:last-child:after {
	/*content: '\e601';*/
	content: ' ';
	font-size: 0.74em;
	color: #ffffff;
	vertical-align: middle;
	display: inline-block;
	width: 1.62em;
	text-indent: 0;
	margin-top: -0.2em;
}

.sc-list.sc-list-type-check > ul > li:before {
	content: '\e614';
	font-size: 0.68em;
	width: 1.76em;
}
.sc-list.sc-list-type-minus > ul > li:before {
	content: '\e615';
	font-size: 0.79em;
	width: 1.52em;
}
.sc-list.sc-list-type-arrow > ul > li:before {
	content: '\e616';
	font-size: 0.68em;
	width: 1.76em;
}
.sc-list.sc-list-type-disc > ul > li:before {
	content: '\e617';
	font-size: 0.58em;
	width: 2.07em;
}
.sc-list.sc-list-type-square > ul > li:before {
	content: '\e618';
	font-size: 0.58em;
	width: 2.07em;
}
.sc-list.sc-list-type-cross > ul > li:before {
	content: '\e619';
	font-size: 0.58em;
	width: 2.07em;
}
.sc-list.sc-list-type-star > ul > li:before {
	content: '\e61a';
	font-size: 0.79em;
	width: 1.52em;
}
.sc-list.sc-list-type-pin > ul > li:before {
	content: '\e61b';
	font-size: 0.79em;
	width: 1.52em;
}
.sc-list.sc-list-color-1 > ul > li:before {
	color: #8bb7e8;
}
.sc-list.sc-list-color-2 > ul > li:before {
	color: #898989;
}
.sc-list.sc-list-color-3 > ul > li:before {
	color: #ac2645;
}
.sc-list.sc-list-color-4 > ul > li:before {
	color: #ffc35a;
}
.sc-list.sc-list-color-5 > ul > li:before {
	color: #c2dc7b;
}
.sc-list.sc-list-color-6 > ul > li:before {
	color: #98b7a9;
}
.sc-list.sc-list-color-7 > ul > li:before {
	color: #ff7070;
}
.sc-list.sc-list-color-8 > ul > li:before {
	color: #cfd8df;
}

/* Table */
.sc-table {
	border: 1px solid #d2dae1;
	margin-bottom: 1.421em;
}
.sc-table table {
	width: 100%;
}
.sc-table thead th {
	padding: 15px;
	text-transform: uppercase;
}
.sc-table td {
	padding: 15px;
}

@media (max-width: 768px) {
	.sc-table.sc-table-responsive {
		border: 0 none;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		border-radius: 0;
		-moz-border-radius: 0;
		-webkit-border-radius: 0;
	}
	.sc-table-responsive .tabletolist,
	.sc-table-responsive .tabletolist > li > ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sc-table-responsive .tabletolist > li > ul {
		display: table;
		width: 100%;
	}
	.sc-table-responsive .tabletolist > li > ul > li {
		display: table-row;
	}
	.sc-table-responsive .tabletolist .row_headers,
	.sc-table-responsive .tabletolist .row_data {
		display: table-cell;
		padding: 20px;
		vertical-align: middle;
	}
	.sc-table-responsive .tabletolist .row_headers {
		width: 30%;
	}
	.sc-table-responsive .tabletolist .row_data {
		width: 70%;
	}
	.sc-table-responsive .tabletolist.nrh > li > ul {
		margin-bottom: 1.421em;
	}
	.sc-table-style-1 .tabletolist.nrh .row_headers {
		font-weight: bold;
	}
	.sc-table-responsive .tabletolist.rh > li > .titles {
		display: block;
		padding: 20px;
		text-align: center;
		text-transform: uppercase;
	}
	.sc-table-style-1 .tabletolist.rh > li > .titles {
		position: relative;
	}
	.sc-table-style-1 .tabletolist.rh > li > ul > li + li {
		background: url('images/line-border.png') repeat-x 50% 0;
	}
	.sc-table-style-1 .tabletolist.rh {
		background: url('images/line-border.png') repeat-x 50% 100%;
	}
	.sc-table-style-1 .tabletolist.rh .row_data {
		text-align: right;
	}

	.sc-table-style-2 .tabletolist .row_headers {
		font-weight: bold;
	}
}

/* Team */
.sc-team {
	margin-bottom: 1.421em;
}
.team-person {
	padding-bottom: 35px;
}
.sc-team-style-rounded .team-person {
	box-shadow: none;
}
.team-person-image img {
	height: 128px;
	width: 128px;
	margin: 0 auto;
}
.team-person-position {
	font-size: 89.5%;
	line-height: 1.421;
	margin-top: 0;
}
.team-person-email {
	margin-top: 9px;
}
.team-person-email a {
	font-size: 89.5%;
	line-height: 1.421em;
}
.team-person {
	min-height: 220px;
}
.team-person-email a:before {
	content: '\e607\00a0';
	font-family: 'scalia-icons';
	font-weight: normal;
	font-size: 22px;
	vertical-align: middle;
}

.sc-team-style-vertical .team-person-image {
	margin: 39px 0 0;
}
.sc-team-style-vertical .team-person {
	text-align: center;
}
.sc-team-style-vertical .team-person-name {
	margin: 28px 0 0;
	padding: 0 15px;
}
.sc-team-style-vertical .team-person-position {
	margin: 0;
	padding: 0 15px;
}
.sc-team-style-vertical .team-person-email {
	margin: 2px 0 0;
	padding: 0 15px 15px;
}
.sc-team-style-rounded .team-person{
	border: none;
}
.sc-team-style-rounded .team-person-image img {
	height: auto;
	width: 200px;
	margin: 0 auto;
}
.sc-team-style-rounded .team-person {
	text-align: center;
}
.sc-team-style-rounded .team-person-image {
	margin: 0;
}
.sc-team-style-rounded  .team-person-name {
	margin: 0;
	padding-top: 35px;
}
.sc-team-style-rounded  .team-person-position {
	margin: 0;
}
.sc-team-style-rounded  .team-person-email  {
	margin: 0;
}
.sc-team-style-rounded  .team-person-description {
	margin-bottom: -15px;
}

/* TABS */
.sc-tabs,
.sc-tour {
	margin-bottom: 1.421em;
	margin-top: 41px;
}
ul.sc_tabs_nav {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sc_tabs_nav li {
	/*text-transform: uppercase;*/
	position: relative;
}
.sc-tabs .sc_tabs_nav li {
	float: left;
	padding: 20px;
	margin: 0;
	cursor: pointer;
	margin-bottom: -1px;
}
.sc-tabs .sc_tabs_nav li + li {
	margin-left: 4px;
	padding: 20px;
}
.sc-tabs.sc-tabs-style-2 .sc_tabs_nav li,
.sc-tabs.sc-tabs-style-2 .sc_tabs_nav li.resp-tab-active {
	padding: 24px 27px;
	margin-bottom: 0;
}
.sc-tabs.sc-tabs-style-2 .sc_tabs_nav li + li {
	margin-left: 0;
}
.sc-tabs.sc-tabs-style-1 .sc_tabs_nav li.resp-tab-active {
	padding: 20px 30px 21px;
	border-bottom: 0 none;
}
.sc-tabs.sc-tabs-style-2 .sc_tabs_nav li.resp-tab-active:before {
	position: absolute;
	bottom: 15px;
	content: '\e602';
	font-family: 'scalia-icons';
	font-size: 16px;
	font-weight: normal;
	height: 9px;
	left: 50%;
	line-height: 19px;
	margin-left: -8px;
	width: 16px;
}
.sc-tabs .sc_tab {
	padding: 30px;
}
.sc-tabs .resp-tabs-container {
	clear: left;
	padding: 0;
}
.sc-tabs-style-2 .resp-tabs-container {
	padding: 0;
}
.resp-tab-content {
	display: none;
}
.resp-content-active,
.resp-accordion-active {
	display: block;
}

.sc-tour > .sc_tour_tabs_wrapper {
	margin-left: 220px;
}
.sc-tour.sc-tour-style-2 > .sc_tour_tabs_wrapper {
	margin-left: 270px;
}
.sc-tour .sc_tabs_nav {
	float: left;
	margin-left: -220px;
	width: 220px;
	margin-top: -1px;
	padding-bottom: 10px;
}
.sc-tour.sc-tour-style-2 .sc_tabs_nav {
	margin-left: -270px;
	width: 270px;
	padding-bottom: 0;
}
.sc-tour .sc_tabs_nav li {
	padding: 15px 25px 15px 30px;
	margin: 0;
	cursor: pointer;
}
.sc-tour .sc_tabs_nav li + li {
	margin-top: 5px;
}
.sc-tour.sc-tour-style-2 .sc_tabs_nav li,
.sc-tour.sc-tour-style-2 .sc_tabs_nav li.resp-tab-active {
	padding: 15px 25px 15px 30px;
}
.sc-tour.sc-tour-style-2 .sc_tabs_nav li + li {
	margin-top: 0;
}
.sc-tour.sc-tour-style-1 .sc_tabs_nav li.resp-tab-active {
	padding: 15px 25px 16px;
	border-right: 0 none;
}
.sc-tour .sc_tab {
	padding: 15px 25px;
}
.sc-tour.sc-tabs-style-2 .sc_tab {
	padding: 15px;
}
.sc-tour.sc-tabs-style-2 .resp-tabs-container {
	padding-left: 15px;
}
.sc-tour.sc-tour-style-2 .sc_tabs_nav li.resp-tab-active:before {
	content: '\e601';
	font-family: 'scalia-icons';
	font-size: 15px;
	float: left;
	margin-left: -22px;
	width: 15px;
	text-align: center;
}

h5.resp-accordion {
	cursor: pointer;
	padding: 5px;
	display: none;
	/*text-transform: uppercase;*/
	font-size: 26px;
	line-height: 26px;
}
h5.resp-accordion {
	margin: 0;
	padding: 20px 60px 20px 20px;
}

@media only screen and (max-width: 768px) {
	.sc_tabs_nav {
		display: none;
	}
	h5.resp-accordion {
		display: block;
		position: relative;
	}
	.resp-accordion:after{
		position: absolute;
		content: '\e609';
		font-family: scalia-icons;
		font-weight: normal;
		font-size: 22px;
		width: 22px;
		height: 22px;
		line-height: 22px;
		top: 50%;
		right: 22px;
		margin-top: -11px;
	}
	.resp-accordion.resp-tab-active:after {
		content: '\e608';
	}
	.sc-tour > .sc_tour_tabs_wrapper,
	.sc-tour.sc-tour-style-2 > .sc_tour_tabs_wrapper {
		margin-left: 0;
	}
	.sc-tabs .resp-tabs-container,
	.sc-tour.sc-tabs-style-2 .resp-tabs-container {
		padding: 0;
	}
	.sc-tabs-style-1 .resp-accordion:first-child,
	.sc-tour-style-1 .resp-accordion:first-child {
		border-top: 0 none;
	}
	.sc-tabs.sc-tabs-style-2 .resp-tabs-container {
		border-top: 0 none;
		border-bottom: 0 none;
	}
	.sc-tabs.sc-tabs-style-2 .sc_tab + .resp-accordion {
		margin-top: 7px;
	}
	.sc-tour.sc-tour-style-2 .resp-tabs-container {
		border-left: 0 none;
	}
	.sc-tour .sc_tab {
		padding: 15px;
	}
}

/* Gallery */
.sc-gallery {
	margin-bottom: 1.421em;
}
.sc-gallery-preview-carousel-wrap,
.sc-gallery-thumbs-carousel-wrap {
	position: relative;
}
.sc-gallery .sc-gallery-item {
	float: left;
	position: relative;
	text-align: center;
}
.sc-gallery .sc-gallery-item a {
	display: inline-block;
	vertical-align: top;
}
.sc-gallery .sc-gallery-preview-carousel-wrap {
	overflow: hidden;
}
.sc-gallery .sc-gallery-thumbs-carousel-wrap {
	padding: 0 50px;
}
.sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-gallery-item {
	padding: 40px 4px 4px;
	margin: 0 4px;
}
.sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-gallery-item a img {
	opacity: 0.3;
	width: 80px;
	height: 80px;
}
.sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-gallery-item.active a {
	position: relative;
	margin: -4px;
	overflow: visible;
}
.sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-gallery-item.active a img {
	opacity: 1;
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
.sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-gallery-item.active a:before {
	position: absolute;
	content: '\e602';
	font-family: 'scalia-icons';
	font-size: 15px;
	top: -27px;
	left: 0;
	width: 100%;
	text-align: center;
	line-height: 1em;
}
.sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-prev,
.sc-gallery .sc-gallery-thumbs-carousel-wrap .sc-next {
	top: 40px;
}
.sc-gallery .sc-gallery-caption {
	display: none;
}
.sc-gallery .sc-gallery-preview-carousel-wrap .sc-gallery-item a {
	display: block;
	position: relative;
	overflow: hidden;
	text-align: center;
}
.sc-gallery .sc-gallery-preview-carousel-wrap .sc-gallery-item img {
	display: inline-block;
	height: auto;
}
.sc-gallery .sc-gallery-preview-carousel-wrap .sc-gallery-item a:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	transition: all 0.3s linear 0.4s;
	-moz-transition: all 0.3s linear 0.4s;
	-webkit-transition: all 0.3s linear 0.4s;
	opacity: 0;
	z-index: 5;
}
.sc-gallery .sc-gallery-preview-carousel-wrap:hover .sc-gallery-item a:before {
	opacity: 1;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.sc-gallery .sc-gallery-preview-carousel-wrap .sc-gallery-item a img {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.sc-gallery .sc-gallery-preview-carousel-wrap:hover .sc-gallery-item a img {
	transform: scale(1.15, 1.15);
	-o-transform: scale(1.15, 1.15);
	-ms-transform: scale(1.15, 1.15);
	-moz-transform: scale(1.15, 1.15);
	-webkit-transform: scale(1.15, 1.15);
	transition: all 0.3s linear 0.2s;
	-moz-transition: all 0.3s linear 0.2s;
	-webkit-transition: all 0.3s linear 0.2s;
}
.sc-gallery .sc-gallery-preview-carousel-wrap:hover .sc-prev,
.sc-gallery .sc-gallery-preview-carousel-wrap:hover .sc-next {
	z-index: 5;
}
.sc-gallery .sc-gallery-preview-carousel-wrap .sc-prev:after,
.sc-gallery .sc-gallery-preview-carousel-wrap .sc-next:after {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
	opacity: 0;
}
.sc-gallery .sc-gallery-preview-carousel-wrap .sc-prev:after {
	transform: translateX(-100%);
	-o-transform: translateX(-100%);
	-ms-transform: translateX(-100%);
	-moz-transform: translateX(-100%);
	-webkit-transform: translateX(-100%);
}
.sc-gallery .sc-gallery-preview-carousel-wrap .sc-next:after {
	transform: translateX(100%);
	-o-transform: translateX(100%);
	-ms-transform: translateX(100%);
	-moz-transform: translateX(100%);
	-webkit-transform: translateX(100%);
}
.sc-gallery .sc-gallery-preview-carousel-wrap:hover .sc-prev:after,
.sc-gallery .sc-gallery-preview-carousel-wrap:hover .sc-next:after {
	transform: none;
	-o-transform: none;
	-ms-transform: none;
	-moz-transform: none;
	-webkit-transform: none;
	opacity: 1;
}
.sc-gallery-hover-default .sc-gallery-preview-carousel-wrap .sc-gallery-item a:after {
	content: '\e60e';
	font-family: 'scalia-icons';
	font-weight: normal;
	font-style: normal;
	font-size: 63px;
	height: 63px;
	line-height: 63px;
	width: 63px;
	text-align: center;
	position: absolute;
	top: 0%;
	left: 50%;
	transition: all 0.2s ease 0.1s;
	-moz-transition: all 0.2s ease 0.1s;
	-webkit-transition: all 0.2s ease 0.1s;
	margin-left: -32px;
	margin-top: -32px;
	z-index: 5;
	opacity: 0;
}
.sc-gallery-hover-default .sc-gallery-preview-carousel-wrap:hover .sc-gallery-item a:after {
	transition: all 0.2s ease 0.1s;
	-moz-transition: all 0.2s ease 0.1s;
	-webkit-transition: all 0.2s ease 0.1s;
	top: 50%;
	opacity: 1;
}
.sc-gallery-hover-default .sc-gallery-preview-carousel-wrap .sc-gallery-item .sc-gallery-caption {
	display: block;
	text-transform: uppercase;
}
.sc-gallery-hover-default .sc-gallery-preview-carousel-wrap .sc-gallery-item .sc-gallery-item-title {
	width: 100%;
	padding: 0 25%;
	text-align: center;
	position: absolute;
	top: -25%;
	left: 0;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	z-index: 5;
	opacity: 0;
	text-transform: uppercase;
}
.sc-gallery-hover-default .sc-gallery-preview-carousel-wrap:hover .sc-gallery-item .sc-gallery-item-title {
	top: 25%;
	opacity: 1;
	transition: all 0.2s ease 0.2s;
	-moz-transition: all 0.2s ease 0.2s;
	-webkit-transition: all 0.2s ease 0.2s;
}
.sc-gallery-hover-default .sc-gallery-preview-carousel-wrap .sc-gallery-item .sc-gallery-item-description {
	width: 100%;
	padding: 0 25%;
	text-align: center;
	position: absolute;
	top: 20%;
	left: 0;
	transition: all 0.2s ease 0.2s;
	-moz-transition: all 0.2s ease 0.2s;
	-webkit-transition: all 0.2s ease 0.2s;
	z-index: 5;
	opacity: 0;
}
.sc-gallery-hover-default .sc-gallery-preview-carousel-wrap:hover .sc-gallery-item .sc-gallery-item-description {
	top: 70%;
	opacity: 1;
	transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
}

.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap .sc-gallery-item a:before {
	transition: all 0.3s linear 0.4s;
	-moz-transition: all 0.3s linear 0.4s;
	-webkit-transition: all 0.3s linear 0.4s;
}
.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap:hover .sc-gallery-item a:before {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap .sc-gallery-item a img {
	transition: all 0.3s linear 0.1s;
	-moz-transition: all 0.3s linear 0.1s;
	-webkit-transition: all 0.3s linear 0.1s;
}
.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap:hover .sc-gallery-item a img {
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}

@-webkit-keyframes zoomingBlurIn {
	0% {
		-webkit-transform: scale(0.5);
		opacity: 0;
	}
	100% {
		-webkit-transform: scale(1);
		opacity: 1;
	}
}
@keyframes zoomingBlurIn {
	0% {
		transform: scale(0.5);
		opacity: 0;
	}
	100% {
		transform: scale(1);
		opacity: 1;
	}
}
@-webkit-keyframes zoomingBlurOut {
	0% {
		-webkit-transform: translateY(0);
		opacity: 1;
	}
	100% {
		-webkit-transform: translateY(300%);
		opacity: 0;
	}
}
@keyframes zoomingBlurOut {
	0% {
		transform: translateY(0);
		opacity: 1;
	}
	100% {
		transform: translateY(300%);
		opacity: 0;
	}
}
.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap .sc-gallery-item a:after {
	content: '\e60e';
	font-family: 'scalia-icons';
	font-weight: normal;
	font-style: normal;
	font-size: 35px;
	height: 70px;
	line-height: 70px;
	width: 70px;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(300%);
	-webkit-transform: translateY(300%);
	opacity: 0;
	margin-left: -35px;
	margin-top: -35px;
	z-index: 5;
	border-radius: 70px;
	-moz-border-radius: 70px;
	-webkit-border-radius: 70px;
	transition: all 0.3s ease 0.1s;
	-moz-transition: all 0.3s ease 0.1s;
	-webkit-transition: all 0.3s ease 0.1s;
}
.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap:hover .sc-gallery-item a:after {
	-webkit-animation: zoomingBlurIn 0.3s ease 0.1s;
	animation: zoomingBlurIn 0.3s ease 0.1s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	transition: all 0s ease 0s;
	-moz-transition: all 0s ease 0s;
	-webkit-transition: all 0s ease 0s;
}
.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap .sc-gallery-item .sc-gallery-caption {
	display: block;
	text-transform: uppercase;
}
.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap .sc-gallery-item .sc-gallery-item-title {
	width: 100%;
	padding: 0 25%;
	text-align: center;
	position: absolute;
	top: 25%;
	left: 0;
	z-index: 5;
	transform: translateY(300%);
	-webkit-transform: translateY(300%);
	opacity: 0;
	text-transform: uppercase;
	transition: all 0.3s ease 0.2s;
	-moz-transition: all 0.3s ease 0.2s;
	-webkit-transition: all 0.3s ease 0.2s;
}
.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap:hover .sc-gallery-item .sc-gallery-item-title {
	-webkit-animation: zoomingBlurIn 0.3s ease;
	animation: zoomingBlurIn 0.3s ease;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap .sc-gallery-item .sc-gallery-item-description {
	width: 100%;
	padding: 0 25%;
	text-align: center;
	position: absolute;
	top: 70%;
	left: 0;
	z-index: 5;
	transform: translateY(300%);
	-webkit-transform: translateY(300%);
	opacity: 0;

	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
}
.sc-gallery-hover-zooming-blur .sc-gallery-preview-carousel-wrap:hover .sc-gallery-item .sc-gallery-item-description {
	-webkit-animation: zoomingBlurIn 0.3s ease 0.2s;
	animation: zoomingBlurIn 0.3s ease 0.2s;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@media (max-width: 979px) {
	.sc-gallery-item-title,
	.sc-gallery-item-description {
		display: none;
	}
}

/* Pricing table */

.pricing-table {
	margin-bottom: 1.421em;
}
.pricing-title {
	text-align: center;
}
.pricing-price-row-background {
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
}
.pricing-price-row-background .pricing-price {
	transform: scale(0.55);
	-o-transform: scale(0.55);
	-ms-transform: scale(0.55);
	-moz-transform: scale(0.55);
	-webkit-transform: scale(0.55);
}
.pricing-price {
	height: 157px;
	width: 157px;
	border-radius: 150px;
	margin: 0 auto;
	margin-bottom: 30px;
	text-align: center;
}
.pricing-price .time {
	display: block;
	padding-top: 6px;
	text-align: center;
	width: 100%;
}
.pricing-price {
	padding-top: 57px;
	margin-bottom: 17px;
	position: relative;
}
.pricing-title {
	padding-bottom: 1px;
	padding-top: 1px;
}
.pricing-table-style-1 .pricing-row{
	background-image: url("./images/pr-bg.png");
	background-position: bottom;
	background-repeat: repeat-x;
}
.pricing-table-style-3 .pricing-cost {
	margin-top: 0px;
}
.pricing-row {
	padding: 9px 0;
	text-align: center;
	font-size: 17px;
}
.pricing-footer {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 20px;
}
.pricing-new {
	left: 144px;
	position: absolute;
	top: -3px;
}
.pricing-footer-new {
	padding-bottom: 60px;
}

/* Icons with title */

.sc-icon-with-title {
	margin-bottom: 1.421em;
}
.sc-icon-with-title > .sc-icon-with-title-icon {
	display: table-cell;
	padding-right: 10px;
	vertical-align: middle;
}
.sc-icon-with-title-icon-size-medium > .sc-icon-with-title-icon {
	padding-right: 20px;
}
.sc-icon-with-title-icon-size-big > .sc-icon-with-title-icon {
	padding-right: 30px;
}
.sc-iconed-title {
	display: table-cell;
	vertical-align: middle;
	text-transform: uppercase;
	width: 99%;
}
.sc-iconed-title > * {
	margin: 0;
}

/* Icons with text */

.sc-icon-with-text {
	margin-bottom: 1.421em;
}
.sc-icon-with-text > .sc-icon-with-text-icon {
	display: table-cell;
	padding-right: 10px;
	vertical-align: top;
}
.sc-icon-with-text-icon-size-medium > .sc-icon-with-text-icon {
	padding-right: 20px;
}
.sc-icon-with-text-icon-size-big > .sc-icon-with-text-icon {
	padding-right: 30px;
}
.sc-icon-with-text.sc-icon-with-text-flow > .sc-icon-with-text-icon {
	display: block;
	float: left;
	margin: 0 10px 0 0;
	padding-right: 0;
}
.sc-icon-with-text-icon-size-medium.sc-icon-with-text-flow > .sc-icon-with-text-icon {
	margin: 0 20px 0 0;
}
.sc-icon-with-text-icon-size-big.sc-icon-with-text-flow > .sc-icon-with-text-icon {
	margin: 0 30px 0 0;
}
.sc-icon-with-text > .sc-icon-with-text-content {
	display: table-cell;
	width: 99%;
	vertical-align: top;
}
.sc-icon-with-text.sc-icon-with-text-flow > .sc-icon-with-text-content {
	display: block;
	width: auto;
}
.sc-icon-with-text.centered-box > .sc-icon-with-title {
	display: block;
}
.sc-icon-with-text.centered-box > .sc-icon-with-text-icon,
.sc-icon-with-text.centered-box > .sc-icon-with-title > .sc-icon-with-title-icon {
	display: block;
	text-align: center;
	padding: 0 0 10px;
}
.sc-icon-with-text.centered-box > .sc-icon-with-title > .sc-iconed-title {
	display: block;
}
.sc-icon-with-text-icon-size-medium.centered-box > .sc-icon-with-text-icon,
.sc-icon-with-text-icon-size-medium.centered-box > .sc-icon-with-title > .sc-icon-with-title-icon {
	display: block;
	text-align: center;
	padding: 0 0 20px;
}
.sc-icon-with-text-icon-size-big.centered-box > .sc-icon-with-text-icon,
.sc-icon-with-text-icon-size-big.centered-box > .sc-icon-with-title > .sc-icon-with-title-icon {
	display: block;
	text-align: center;
	padding: 0 0 30px;
}
.sc-icon-with-text.sc-icon-with-text-flow.centered-box > .sc-icon-with-text-icon {
	float: none;
	margin: 0;
}
.sc-icon-with-text.centered-box > .sc-icon-with-text-content {
	display: block;
	width: auto;
}
.sc-icon-with-text > .sc-icon-with-title,
.sc-icon-with-text > .sc-icon-with-title + .sc-icon-with-text-content {
	display: table-row;
}
.sc-icon-with-text > .sc-icon-with-title + .sc-icon-with-text-content > .sc-icon-with-text-empty,
.sc-icon-with-text > .sc-icon-with-title + .sc-icon-with-text-content > .sc-icon-with-text-text {
	display: table-cell;
}
@media (max-width: 768px) {
	.sc-icon-with-text > .sc-icon-with-text-icon {
		display: block;
		text-align: center;
		padding: 0 0 10px;
	}
	.sc-icon-with-text-icon-size-medium > .sc-icon-with-text-icon {
		display: block;
		text-align: center;
		padding: 0 0 20px;
	}
	.sc-icon-with-text-icon-size-big > .sc-icon-with-text-icon {
		display: block;
		text-align: center;
		padding: 0 0 30px;
	}
	.sc-icon-with-text.sc-icon-with-text-flow > .sc-icon-with-text-icon {
		float: none;
		margin: 0;
	}
	.sc-icon-with-text > .sc-icon-with-text-content,
	.sc-icon-with-text.centered-box > .sc-icon-with-title + .sc-icon-with-text-content {
		display: block;
		width: auto;
		text-align: center;
	}
	.sc-icon-with-text > .sc-icon-with-title + .sc-icon-with-text-content {
		text-align: left;
	}
}

/* Alert box */
.sc-alert-box {
	margin-bottom: 1.421em;
}
.sc-alert-box .sc-icon-with-text-content {
	width: 99%;
	display: table-cell;
	vertical-align: middle;
}
.sc-alert-box .sc-alert-box-button {
	display: table-cell;
	padding: 0 0 0 40px;
	vertical-align: middle;
}
.sc-alert-box .sc-alert-box-button .sc-button:first-child {
	margin-top: 0;
}
.sc-alert-box.centered-box .sc-alert-box-button .sc-button {
	margin: 13px 20px 0;
}
.sc-alert-box > .sc-icon-with-text-icon {
	vertical-align: middle;
	padding-right: 40px;
}
.sc-alert-box > .sc-alert-box-image {
	text-align: center;
	display: table-cell;
	padding-right: 40px;
	vertical-align: middle;
}
.sc-alert-box.centered-box .sc-icon-with-text-content {
	display: block;
	width: auto;
}
.sc-alert-box.centered-box .sc-alert-box-button {
	display: block;
	padding: 27px 0 0;
	text-align: center;
}
.sc-alert-box.centered-box > .sc-icon-with-text-icon {
	padding: 0 0 40px;
}
.sc-alert-box.centered-box > .sc-alert-box-image {
	display: block;
	padding: 0 0 40px;
}
@media (max-width: 768px) {
	.sc-alert-box .sc-icon-with-text-content {
		display: block;
		width: auto;
	}
	.sc-alert-box .sc-alert-box-button {
		display: block;
		padding: 27px 0 0;
		text-align: center;
	}
	.sc-alert-box .sc-alert-box-button .sc-button {
		margin: 13px 20px 0;
	}
	.sc-alert-box > .sc-icon-with-text-icon {
		padding: 0 0 40px;
	}
	.sc-alert-box > .sc-alert-box-image {
		display: block;
		padding: 0 0 40px;
	}
}

/* Button with separator */

.sc-button-sep-holder,
.sc-button-sep-button {
	display: table-cell;
	vertical-align: middle;
}
.sc-button-sep-button .centered-box {
	position: relative;
}
.sc-button-sep-holder {
	width: 50%;
}
.sc-button-sep-button {
	padding: 0 10px;
}
.sc-button-sep-button .sc-button {
	margin: 20px 0;
	vertical-align: middle;
}
.sc-button-separator-double {
	border-top: 1px solid;
	border-bottom: 1px solid;
	height: 4px;
}

/* Divider */

.clearboth {
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clear {
	height: 0;
	font-size: 0;
	line-height: 0;
	clear: both;
}
.sc-divider {
	position: relative;
	border-top: 1px solid transparent;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.sc-divider-style-1 {
	height: 1px;
	border: 0 none;
}
.sc-divider-style-2 {
	border-top: 3px solid transparent;
}
.sc-divider-style-3 {
	border-top: 7px solid transparent;
}
.sc-divider-style-4 {
	height: 8px;
	border: 0 none;
}
.sc-divider-style-5 {
	height: 6px;
	border: 0 none;
}
.sc-divider-style-6 {
	border-top: 0;
	height: 10px;
	background: url('images/divider-zigzag.png') repeat-x 50% 0;
}
.sc-divider-style-7 {
	border-top: 0;
	height: 8px;
	background: url('images/divider-wave.png') repeat-x 50% 0;
}

/* Dropcap */
.sc-dropcap {
	height: 20px;
}
.sc-dropcap-style-medium {
	height: 10px;
}
.sc-dropcap .sc-dropcap-letter {
	float: left;
	position: relative;
	font-size: 94.445%;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	overflow: hidden;
	margin-right: 15px;
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 66px;
}
.sc-dropcap.sc-dropcap-style-medium .sc-dropcap-letter{
	width: 50px;
	height: 50px;
	line-height: 46px;
}
.sc-dropcap.sc-dropcap-style-medium .sc-dropcap-letter {
	font-size: 115.385%;
}
.sc-dropcap.sc-dropcap-shape-square .sc-dropcap-letter {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}

/* Accordion */
.sc_accordion {
	margin-bottom: 1.421em;
}
.sc_accordion_section + .sc_accordion_section {
	margin-top: 16px;
	padding-top: 15px;
}
.sc_accordion_header {
	position: relative;
	padding-right: 30px;
}
.sc_accordion_header .ui-accordion-header-icon {
	position: absolute;
	right: 0;
	width: 22px;
	height: 22px;
	top: 50%;
	margin-top: -11px;
}
.sc_accordion_header .ui-accordion-header-icon:before {
	content: '\e609';
	font-family: 'scalia-icons';
	font-size: 22px;
}
.sc_accordion_header.ui-accordion-header-active .ui-accordion-header-icon:before {
	content: '\e608';
}

/* News */
.sc-news {
	margin-bottom: 1.421em;
}
.sc-news .sc-news-item {
	float: left;
	width: 360px;
	padding: 0 15px;
}

@media (max-width: 980px) {
	.sc-news .sc-news-item {
	float: left;
	width: 300px;
	padding: 0 15px;
}
}
.sc-news-item-left {
	float: left;
	padding-top: 7px;
}
.sc-news-item-right {
	margin-left: 92px;
	padding-top: 4px;
	max-height: 5.865em;
	overflow: hidden;
}
.sc-news-item-title {
	font-size: 115.8%;
	margin-bottom: 5px;
}
.sc-news-item-image {
	width: 72px;
	height: 72px;
}
.sc-news-item-excerpt {
	line-height: 1.5;
	margin-top: 2px;
}
.sc-news-item-date {
	font-size: 89.5%;
	line-height: 1.421;
	margin-top: 12px;
}

/* Clients */
.sc-clients {
	margin-bottom: 1.421em;
}
.sc-clients-type-carousel-grid .sc-clients-slide {
	float: left;
}
.sc-clients-type-carousel-grid .sc-clients-slide-inner {
	margin: 0 -8px -8px 0;
}
.sc-clients-type-carousel-grid .sc-client-item {
	float: left;
	padding: 0 8px 8px 0;
}
.sc-clients-type-carousel-grid .sc-client-item a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.sc-clients-type-carousel-grid .sc-client-item a img {
	display: inline-block;
	opacity: 0.5;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.sc-clients-type-carousel-grid .sc-client-item a:hover img {
	opacity: 1;
}

/* Testimonials */
.sc-testimonials {
	padding: 45px 0 18px;
	margin-bottom: 1.421em;
}
.sc-testimonial-item {
	float: left;
	padding-bottom: 35px;
}
.sc-testimonial-item blockquote p:after {
	display: none;
}
.sc-testimonial-item:after {
	content: '\e60b';
	display: block;
	font-family: 'scalia-icons';
	text-align: center;
	font-size: 40px;
	height: 33px;
	line-height: 33px;
	padding-top: 28px;
	vertical-align: top;
	font-style: normal;
	font-weight: normal;
}
.sc-testimonial-text {
	font-size: 32px;
	text-align: center;
	padding: 25px 80px 0;
	line-height: 1.2;
	font-style: normal;
}
.sc-testimonial-text p {
	margin: 0;
}
.sc-testimonial-image {
	margin: 0 auto;
	width: 128px;
	height: 128px;
}

.sc-testimonial-name {
	padding-top: 13px;
	text-align: center;
	margin-top: -20px;
}
.sc-testimonial-position {
	font-size: 89.5%;
	line-height: 1.421;
	text-align: center;
}
.widget .sc-testimonial-position {
	font-size: 100%;
}
.sc-testimonials-carousel-wrap {
	position: relative;
}

/* Diagrams */

.diagram-item {
	margin-bottom: 1.421em;
}
.skill-element + .skill-element {
	margin: 8px 0 0 0;
}
.skill-title {
	font-size: 89.5%;
	line-height: 1.421;
	margin: 0 0 5px 0;
}
.widget .skill-title {
	font-size: 100%;
}
.skill-amount {
	float: right;
	font-size: 126.3%;
	margin-top: -11px;
}
.skill-line {
	font-size: 0;
	line-height: 1;
	height: 10px;
	margin-right: 55px;
}
.skill-line div {
	display: inline-block;
	font-size: 0;
	line-height: 1;
	height: 10px;
}
.diagram-summary {
	font-size: 89.5%;
	line-height: 1.471;
	margin: 0 0 0.766667em 0;
}
.widget .diagram-summary {
	font-size: 100%;
}
.diagram-summary-text {
	margin: 0 0 0.766667em 0;
}
.diagram-circle {
	text-align: center;
}
.diagram-circle {
	position: relative;
}
.diagram-circle .box-wrapper {
	max-width: 550px;
	position: relative;
	text-align: left;
}
.tab_wrapper .diagram-circle .box-wrapper {
	margin: 0 auto;
}
.diagram-circle .box {
	position: relative;
}
.diagram-circle .skills {
	display: none;
}
.diagram-circle .text {
	font-size: 89.5%;
	line-height: 1.471;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}
.widget .diagram-circle .text {
	font-size: 100%;
}
.diagram-circle .text div {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	line-height: 1.2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
.diagram-circle .text div span {
	display: block;
	text-align: center;
	padding: 0 0 0 5px;
	margin: 0;
}
.widget .diagram-circle .text div,
.widget .diagram-circle .text div span.title {
	font-size: inherit;
}
.diagram-legend {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	z-index: 1;
	text-align: left;
}
.diagram-legend .legend-element {
	margin: 0 0 26px 0;
}
.diagram-legend .legend-element .color {
	display: block;
	float: left;
	width: 16px;
	height: 16px;
}
.sidebar .diagram-legend .legend-element .color {
	width: 12px;
	height: 12px;
}
.diagram-legend .legend-element .title {
	display: block;
	line-height: 1;
	margin: 0 0 0 46px;
	margin-left: 30px;
}
.widget .diagram-legend .legend-element .title {
	margin-left: 23px;
	margin-top: -2px;
}

/* Map */
.sc-map-with-text {
	position: relative;
	margin-bottom: 1.421em;
}
.sc-map-with-text.rounded-corners {
	-webkit-mask-image: url('css/rounded.svg');
}
.sc-map-with-text-content {
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	width: 100%;
	padding: 20px 15px;
}
.sc-map-with-text-map {
	overflow: hidden;
}
.sc-map-with-text-map .wpb_gmaps_widget {
	margin-top: -40px;
	margin-bottom: 0;
}
@media (max-width: 992px) {
	.sc-map-with-text-content {
		position: relative;
		top: auto;
		left: auto;
		width: auto;
	}
}
.wpb_map_wraper iframe {
	vertical-align: top;
}

/* Counter */
.sc-counter-box {
	margin-bottom: 1.421em;
}
.sc-counter {
	text-align: center;
}

/* Separator text */
.vc_separator .vc_sep_text {
	line-height: 1em;
	display: table-cell;
	white-space: pre;
}
.vc_separator.vc_separator_align_center .vc_sep_text {
	padding: 0 0.8em;
}
.vc_separator.vc_separator_align_left .vc_sep_text {
	padding: 0 0.8em 0 0;
}
.vc_separator.vc_separator_align_right .vc_sep_text {
	padding: 0 0 0 0.8em;
	margin: 0 !important;
}
.vc_separator.vc_sep_double .vc_sep_line {
	height: 4px !important;
}
@media (max-width: 768px) {
	.vc_separator .vc_sep_text {
		white-space: normal;
		text-align: center;
	}
}
.vc_separator.vc_sep_color_blue .vc_sep_text {
	color: #5472d2;
}
.vc_separator.vc_sep_color_turquoise .vc_sep_text {
	color: #00c1cf;
}
.vc_separator.vc_sep_color_pink .vc_sep_text {
	color: #fe6c61;
}
.vc_separator.vc_sep_color_violet .vc_sep_text {
	color: #8d6dc4;
}
.vc_separator.vc_sep_color_peacoc .vc_sep_text {
	color: #4cadc9;
}
.vc_separator.vc_sep_color_chino .vc_sep_text {
	color: #cec2ab;
}
.vc_separator.vc_sep_color_mulled_wine .vc_sep_text {
	color: #50485b;
}
.vc_separator.vc_sep_color_vista_blue .vc_sep_text {
	color: #75d69c;
}
.vc_separator.vc_sep_color_black .vc_sep_text {
	color: #2a2a2a;
}
.vc_separator.vc_sep_color_grey .vc_sep_text {
	color: #ebebeb;
}
.vc_separator.vc_sep_color_orange .vc_sep_text {
	color: #f7be68;
}
.vc_separator.vc_sep_color_sky .vc_sep_text {
	color: #5aa1e3;
}
.vc_separator.vc_sep_color_green .vc_sep_text {
	color: #6dab3c;
}
.vc_separator.vc_sep_color_juicy_pink .vc_sep_text {
	color: #f4524d;
}
.vc_separator.vc_sep_color_sandy_brown .vc_sep_text {
	color: #f79468;
}
.vc_separator.vc_sep_color_purple .vc_sep_text {
	color: #b97ebb;
}
.vc_separator.vc_sep_color_white .vc_sep_text {
	color: #ffffff;
}
.vc_separator.vc_sep_color_grace .vc_sep_text {
	color: #aed13b;
}

/* COMMENTS */

.comments-title,
.comment-reply-title {
	text-transform: uppercase;
	margin-top: 0;
}
.comments-area,
.comment-list + .comment-respond {
	margin-top: 50px;
}
.comment-author .avatar {
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-right: 20px;
}
.comment-author .fn {
	margin-right: 25px;
}
.comment-meta {
	font-size: 89.5%;
	line-height: 1.421;
	display: inline-block;
}
.comment-text,
.comment-awaiting-moderation {
	padding-left: 70px;
}
.comment-inner {
	padding: 35px 0;
}
.comment-header {
	display: table;
	width: 100%;
}
.comment-header .comment-author,
.comment-header .reply {
	display: table-cell;
}
.comment-header .reply {
	text-align: right;
}
.comment-reply-link {
	position: relative;
	display: inline-block;
	padding: 0.6em 0.7em 0.6em 2em;
	white-space: nowrap;
	border: 0 none;
}
.comment-reply-link:hover {
	text-decoration: none;
}
.comment-reply-link:before {
	content: '\e601';
	font-family: 'scalia-icons';
	font-weight: normal;
	float: left;
	margin-left: -1.4em;
	font-size: 82.6%;
	vertical-align: middle;
}
.comment-form label {
	display: inline-block;
	font-size: 89.5%;
}
.comment-form #comment-author + label,
.comment-form #comment-email + label,
.comment-form #comment-url + label {
	margin-left: 15px;
}
.comment-form label em {
	font-style: normal;
}
.comment-form label:before {
	font-family: 'scalia-icons';
	vertical-align: middle;
	margin-right: 5px;
	text-align: center;
	display: inline-block;
}
.comment-form #comment-author + label:before {
	content: '\e622';
	font-size: 1em;
	width: 1.76em;
}
.comment-form #comment-email + label:before {
	content: '\e607';
	font-size: 1.18em;
	width: 1.5em;
}
.comment-form #comment-url + label:before {
	content: '\e623';
	font-size: 1.41em;
	width: 1.04em;
}
.comment-form #comment {
	width: 100%;
}

/* BLOG POST */

/* !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! */

.blog-post-image {
	margin-bottom: 50px;
}
.blog-post-image img {
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.blog article .entry-title {
  font-size: 26px  !important;
  line-height: 28px !important;
}

.single-post h1{
	font-size: 28px;
	line-height: 28px;
}


.blog-quotedtext h6{
	margin-bottom: 0
}


.post-author-info a:hover{
	text-decoration: underline;
}

/* RELATED POSTS */

.post-related-posts-block {
	padding: 0 15px;
}
.post-related-posts-block .related-element {
	margin-bottom: 0;
}

/* NIVO SLIDER */

.sc-nivoslider .nivo-directionNav a {
	top: 0;
}
.sc-mini-pagination.nivo-controlNav {
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 10;
}
.sc-nivoslider .nivo-caption {
	padding: 0;
	overflow: visible;
	opacity: 1;
	position: relative;
	width: 1200px;
	margin: 0 auto;
}
.sc-nivoslider .caption-left,
.sc-nivoslider .caption-right {
	position: absolute;
	bottom: 50px;
	max-width: 70%;
}
.sc-nivoslider .caption-left {
	left: 20px;
}
.sc-nivoslider .caption-right {
	right: 20px;
}
@media only screen and (max-width:1439px) {
	.sc-nivoslider .nivo-caption {
		width: auto;
	}
	.sc-nivoslider .caption-left {
		left: 155px;
	}
	.sc-nivoslider .caption-right {
		right: 155px;
	}
}
@media only screen and (max-width:799px) {
	.sc-nivoslider .caption-left {
		left: 80px;
	}
	.sc-nivoslider .caption-right {
		right: 80px;
	}
	.sc-nivoslider .nivo-directionNav {
		display: none;
	}
	.sc-nivoslider .sc-mini-pagination.nivo-controlNav {
		display: none;
	}
}
.sc-nivoslider .caption-left .sc-nivoslider-title,
.sc-nivoslider .caption-left .sc-nivoslider-description {
	float: left;
	text-align: left;
}
.sc-nivoslider .caption-right .sc-nivoslider-title,
.sc-nivoslider .caption-right .sc-nivoslider-description {
	float: right;
	text-align: right;
}
.sc-nivoslider .nivo-caption .sc-nivoslider-title {
	background-color: rgba(56, 65, 84, 0.8);
	color: #ffffff;
	padding: 10px 15px;
}
.sc-nivoslider .nivo-caption .sc-nivoslider-description {
	background-color: rgba(0, 0, 0, 0.7);
	color: #ffffff;
	padding: 0 10px;
}

/* SCROLL TOP BUTTON */

.scroll-top-button {
	position: fixed;
	right: 30px;
	bottom: 0;
	z-index: 10000;
	opacity: 0;
	line-height: 0;
	transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear;
}
.scroll-top-button.visible {
	opacity: 0.5;
}
.scroll-top-button:before {
	font-family: 'scalia-icons';
	content: '\e600';
	font-size: 18px;
	font-weight: normal;
	display: inline-block;
	vertical-align: top;
	width: 54px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	background-color: #4a4f56;
	color: #ffffff;
}
@media (max-width: 768px) {
	.scroll-top-button {
		right: 0;
	}
}

#page .wpb_start_animation.wpb_left-to-right,
#page .wpb_start_animation.wpb_right-to-left,
#page .wpb_start_animation.wpb_top-to-bottom,
#page .wpb_start_animation.wpb_bottom-to-top,
#page .wpb_start_animation.wpb_appear {
	-webkit-animation-duration: 1.4s;
	-moz-animation-duration: 1.4s;
	-o-animation-duration: 1.4s;
	animation-duration: 1.4s;
}

.wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
	opacity: 1;
}

body:not(.lazy-disabled) .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
	opacity: 0;
}

body:not(.lazy-disabled) .lazy-loading {
	/*visibility: hidden;*/
}

body:not(.lazy-disabled) .lazy-loading .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
	opacity: 1;
}

/* WPML */

#primary-menu.no-responsive > li > ul.submenu-languages {
	list-style: none;
	padding: 0;
	width: auto;
}
#primary-navigation.no-responsive .menu-item-language a {
	text-align: center;
}
#primary-menu.no-responsive > li.menu-item-language > a {
	padding-left: 10px;
	padding-right: 10px;
}
.menu-item-language img.iclflag {
	position: relative;
	margin-right: 0;
	width: 19px !important;
	height: 13px !important;
}

/* STICKY */

.sc-sticky-block > * {
	left: auto;
	right: auto;
}

.sc-sticky-block .sticky-fixed {
	position: fixed;
}

@media only screen and (max-width:800px) {
	body:not(.lazy-disabled) .quickfinder-item-image .quickfinder-item-image-content.lazy-loading-item {
		transform: scale(1);
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-moz-transform: scale(1);
		-o-transform: scale(1);
	}
	body:not(.lazy-disabled) .lazy-loading {
		visibility: visible;
	}
	body:not(.lazy-disabled) .wpb_text_column.wpb_animate_when_almost_visible.wpb_fade {
		opacity: 1;
	}
	#page .wpb_start_animation.wpb_left-to-right,
	#page .wpb_start_animation.wpb_right-to-left,
	#page .wpb_start_animation.wpb_top-to-bottom,
	#page .wpb_start_animation.wpb_bottom-to-top,
	#page .wpb_start_animation.wpb_appear {
		-webkit-animation: none;
		-moz-animation: none;
		-o-animation: none;
		animation: none;
	}

	#page .wpb_animate_when_almost_visible.wpb_left-to-right,
	#page .wpb_animate_when_almost_visible.wpb_right-to-left,
	#page .wpb_animate_when_almost_visible.wpb_top-to-bottom,
	#page .wpb_animate_when_almost_visible.wpb_bottom-to-top,
	#page .wpb_animate_when_almost_visible.wpb_appear {
		opacity: 1;
	}
}

/* WP REQUIRED */

.wp-caption {
	margin-bottom: 1.6em;
	max-width: 100%;
}
.wp-caption-text {
	font-size: 89.5%;
	padding: 0.5em 0;
}
.sticky {}
.gallery-caption {
	font-size: 89.5%;
	padding: 0.5em 0;
}
.bypostauthor {}
.alignleft {
	display: inline;
	float: left;
}
.alignright {
	display: inline;
	float: right;
}
.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
	margin: 0.4em 1.6em 1.6em 0;
}
blockquote.alignright,
.wp-caption.alignright,
img.alignright {
	margin: 0.4em 0 1.6em 1.6em;
}
blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
	clear: both;
	margin-top: 0.4em;
	margin-bottom: 1.6em;
}
.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
	margin-bottom: 1.2em;
}

body .blog {
	margin-bottom: 20px;
	padding-bottom: 30px;
}

*:not(.sc-table) > table:not([class]):not([id]) tr:not([class]):not([id]) td:not([class]):not([id]),
*:not(.sc-table) > table:not([class]):not([id]) tr:not([class]):not([id]) th:not([class]):not([id]) {
	padding: 5px 10px;
}

.page-links a {
	display: inline-block;
	position: relative;
}
.page-links span:not(.page-links-title) {
	display: inline-block;
	width: 1.421em;
	text-align: center;
}

/* WP Galleries */

.gallery {
	margin-bottom: 1.6em;
}
.gallery .gallery-item {
	display: inline-block;
	padding: 1.79104477%;
	text-align: center;
	vertical-align: top;
	width: 100%;
}
.gallery-columns-2 .gallery-item {
	max-width: 50%;
}
.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
	max-width: 25%;
}
.gallery-columns-5 .gallery-item {
	max-width: 20%;
}
.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}
.gallery-icon img {
	margin: 0 auto;
}
.gallery-caption {
	display: block;
	padding: 0.5em 0;
}
.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
	display: none;
}

.sc-slideshow > * {
	height: 400px;
}

/* SEARCH */

.block-content .search-form-block .searchform #s {
	width: 100%;
}

/* VIDEO BACKGROUND */

.sc-video-background {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.sc-video-background ~ * {
	position: relative;
	z-index: 1;
}
.sc-video-background-inner,
.sc-video-background-overlay {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.sc-video-background-inner iframe,
.sc-video-background-inner video {
	width: 100%;
	height: 100%;
}





/*customise starts*/

#site-header, #site-header-wrapper, .top-area-style-2{
	background-color: transparent !important; 
}



#page-title{
	padding-top: 180px;
	margin-top: -150px;
	padding-bottom: 60px;
}



.home #site-header{
    background-color: transparent !important
}

.site-footer{
    background-color: #003a63 !important
}

.footer-info-outer{
	line-height: 13px;
}

.site-footer-info{
   padding: 35px 0;
    background-color: #003154 !important;
	font-size: 16px;
	color: #81c9fd;

}

.site-footer-info p{
	margin-bottom: 0;
	color: #81c9fd;
}

.home .block-content{
  padding-bottom: 0 !important
}

.sc-contacts-email-button{
 
text-align: center;
background-color: #009fe3 !important;
max-width: 360px !Important;
width: 100%;
color: #ffffff !Important;
margin-top:25px;
text-transform: uppercase;
}

.sc-contacts-email-button:hover{
	background-color: #00b3ff !important;

}

.sc-contacts-email-button a{
	display: block;
	width: 100%;
	 padding: 12px;
}

.fullwidth-block.styled-marker-top::after {
    top: 0px;
    border-color: #2d93cf transparent transparent;
}


.sc-mini-pagination a.selected, .sc-mini-pagination a.active, .flexslider .flex-control-paging li a.flex-active, .flexslider .flex-control-paging li a.flex-active:hover, .vc_carousel-indicators .vc_active {
    background-color: #009fe3 !important;
}

#menu-footer, #menu-footer li, #menu-footer li a{
border: none !important;
}

#menu-footer{
list-style: none;
padding-left:0;
margin-left:0;
box-shadow: none;
}
#menu-footer li{
margin-bottom: 25px;
}


#primary-menu.no-responsive > li > a {
  padding: 35px 45px;
}

.header-main{
  /*padding-bottom: 10px;*/
}
.header-main{
  border-bottom: none;
}


@media (min-width: 980px) {
	.header-main{
	  border-bottom: 1px solid rgba(255, 255, 255, .2);
	}

}


@media (min-width: 979px) {
#colophon .widget_recent_entries ul,
#colophon .textwidget,
#colophon .textwidget{
max-width: 320px;
width: 100%
}

}
#colophon .widget_recent_entries{
box-shadow: none
}
#colophon{
padding: 60px 0 10px
}
.footer-copyright{
font-size: 16px;
}

.footer-info{
font-size: 13px;
}
.three-cols .sc-textbox-content a{
color: #ffffff !important
}
.three-cols .sc-textbox-content{
display: table;
width: 100%;
height: 290px;
padding: 0 20px !important;
   background-size: 125%;
  background-position: center center;
  transition: background-size 0.2s;
}


@media (min-width: 768px) {
	.three-cols .sc-textbox-content{
		height: 170px;
	}
}


@media (min-width: 1280px) {
	.three-cols .sc-textbox-content{
		height: 290px;
	}
	
}





.three-cols .sc-textbox-content:hover{
   background-size: 150% !important;
}

.three-cols .sc-textbox-content .wpb_content_element{
display: table-cell;
 vertical-align: middle;
}


.threecollink{
	position: absolute;
	top: 0;
	left: 20px;
	bottom: 25px;
	right: 20px;
	background-size: cover;
	z-index: 98;
}

.threecoltitle{

	margin-top: 0;
	margin-bottom: 0;
	z-index: 99;
	position: relative;
	color: #ffffff !Important;
}



@media (min-width: 979px) {
	.threecollink{
		bottom: 25px;
	}
}


.threecollinkbg{
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-size: cover;
}

.sc-news-carousel-wrap .sc-news-item-title a:hover{
  text-decoration: underline;
}




.sc-news-carousel-wrap .sc-news-item-right{
color: #ffffff;
  max-height: 102px;
}


#colophon .sc-contacts .sc-contacts-item:before {
  color: #0087c5;
}
h1,h2
{text-transform: uppercase !Important}

@media (max-width: 480px) {
h1{ font-size: 45px !Important; line-height: 45px !Important; }
h2{ font-size: 35px !Important; line-height: 35px !Important;}
h3{ font-size: 30px !Important; line-height: 30px !Important;}
h4{ font-size: 26px !Important; line-height: 26px !Important;}
h5{ font-size: 35px !Important; line-height: 35px !Important;}
h6{ font-size: 25px !Important; line-height: 25px !Important;}

	.three-cols .sc-textbox-content{
	height: 140px;
	}
}

@media (max-width: 480px) {
	#whoweareitems h5{ font-size: 35px !Important; line-height: 35px !Important;}
}

@media (max-width: 980px) {
	#whoweareitems h5{ font-size: 30px ; line-height: 30px;}
}

#footer-menu a:hover,
#menu-footer a:hover{
color: #009fe3 !important;
}

#menu-footer li a{
	padding: 0 15px 30px 0 !important;
	font-size: 16px !important;

}

#menu-footer li{
	margin-bottom: 0 !important;
	line-height: 24px;
}


#menu-footer .menu-item-active a{
	color: #ffffff !important;
}

#menu-footer .menu-item-active:hover a{
	color: #009fe3 !important;
}



.header-main{
padding-top:10px
}

#site-header .primary-navigation{
padding-top:30px;
}





@media (min-width: 980px){
	#main-hero{
	margin-top: -340px !important;
	padding-top: 420px  !important;
	}

	#page-title{
		  padding-top: 310px;
	  margin-top: -270px;
	  padding-bottom: 40px;
	}
	#site-header .primary-navigation{
		padding-top:0;
	}


}

@media (min-width: 1224px){
	#main-hero{
	margin-top: -240px !important;
	padding-top: 320px  !important;
	}

	#page-title{
		padding-top: 220px;
		margin-top: -150px;
	  padding-bottom: 60px;
	}
	#site-header .primary-navigation{
		padding-top:30px;
	}

}

.fundingmember{
width: 100%;
max-width: 1100px;
margin: 0 auto;
padding: 0 15px;
}

.sc-client-item {
background-color: #f5f5f5;
border-radius: 5px;
margin: 10px;
}

.sc-client-item:hover{
background-color: #ffffff;
}



/*    #fundingmember    */

#fundingmember .fullwidth-block{
	padding-top: 80px;
	padding-bottom: 60px;
} 

#fundingmember .fullwidth-block .sc-textbox{
	padding: 0;
	margin: 0;
} 



#fundingmember .sc_client-carousel{
	margin-top: 0 !important;
}

#fundingmember .sc-textbox-content{
	padding-top: 0;
	padding-bottom: 0;
}

#ourlatestnews,
.ourlatestnews-inner{
	margin-top: 0 !important
}



/*    #ourlatestnews    */






#ourlatestnews .fullwidth-block{
	padding-top: 140px;
	padding-bottom: 80px;
}






@media (max-width: 979px){
	#main-hero{
	  margin-top: -330px !important;
	  padding-top: 330px !important;
	  padding-bottom: 49px !important;
	}

	#main-hero .sc-textbox-content{
		padding: 0;
	}


	#whoweare{
		margin-top: 5px !Important;
		margin-bottom: 0 !Important; 
		padding-bottom: 30px !important;
	}

	#whoweareitems{
		padding-bottom: 30px !important;
	}


	#fundingmember .fullwidth-block{
		padding-bottom: 30px;
		padding-top: 30px;
	}

	#ourlatestnews .fullwidth-block{
		padding-top: 50px;
		padding-bottom: 30px;
	}
	#colophon {
		padding: 0;
	}

	#colophon .inline-column{
		margin-bottom: 0
	}
}






/*customise ends*/

/*other page starts*/

.page .block-content{
	/*padding-top: 0;*/
}

.sc-textbox{
	margin-bottom: 25px;
}

.sc-textbox > .sc-textbox-content{
	padding: 25px 1px;
}




.vc_icon_element.vc_icon_element-outer .vc_icon_element-inner{
	width: 6em !important
}




/*other page ends*/


li.resp-tab-item {
  font-size: 26px !important;
  line-height: 26px  !important;
}





/*search starts*/


.bop-nav-search .screen-reader-text{
	display: none;
}

.bop-nav-search .search-submit{	
	padding: 0;
	margin-top: 0;
    vertical-align: middle;
	background-color: transparent !important;
	 background-image: url(images/icon-search-mobile.png);
	  height: 27px;
	  width: 27px;
	  color: transparent;
	  position: absolute;
	  bottom: 7px;
	  right: 5px;
	  cursor: pointer;
} 
.bop-nav-search .search-submit:hover{
	color: transparent !important;
}
.header-main{
	position: relative;
}
.header-main > form.bop-nav-search {
    max-width: 240px;
    position: absolute;
    right: 0;
    bottom: -20px;
    z-index: 9999;
    display: none;
}
li.bop-nav-search{
	background-color: #ffffff;
	padding: 20px 30px 20px 30px;
	height: 72px;
}

form.bop-nav-search{
	position: relative;
	width: 100%;
}

form.bop-nav-search label .search-field{
	float: right;
	width: 190px;
	padding-right: 40px;
}
form.bop-nav-search .screen-reader-text{
	display: none;
}


.search-inner{
	position: relative;
	width: 100%;
	margin-top: -15px;
}

.search-inner .search-field{
	position: absolute;
	right: 0;
	width: 100%;
	background-color: rgba(255,255,255,0.6);
	height: 38px;
	color: #58ABB7;
	font-size: 18px;
	line-height: 20px;
	padding-left: 5px;
	border: 1px solid #4C5867;
}

.search-inner .search-submit{
	position: absolute;
	right: 5px;
	top: 8px;
}

.search-click{
	display: none;

}



.search-click{
	  background-image: url(images/icon-search.png);
	  height: 27px;
	  width: 27px;
	 cursor: pointer;
}





@media (min-width: 980px){
	.search-click{
		display: block;
		margin-top: 3px;
	}

	/*form.bop-nav-search label{
		display: none;
	}*/


	/*#primary-menu li:first-child{
		text-align: left !important;
	}
	#primary-menu li:first-child a{
		padding-left: 0 !important;
	}

	*/


	#primary-menu.no-responsive > li > a{
		padding: 35px 20px 48px;
	}

	#primary-menu.no-responsive {
	  display: table; 
	  width: 100%;
	  table-layout: auto;/*
	  text-align: justify;
	  white-space: normal;*/
	}

	/*ul#primary-menu:after {
	  width: 100%;
	  display: inline-block;
	  content: "";
	}*/


	#primary-menu.no-responsive > li{
		text-align: center;
		display: table-cell;
		/*width: 13%;*//*
		transition: width  0.5s ease-in-out;*/
	}

	/*#primary-menu li.bop-nav-search{
		text-align: right;
		width: 20px;
		background-color: transparent;
		transition: width  0.5s ease-in-out;
		padding: 20px 30px 20px 20px;
	}*/
	#primary-menu li.bop-nav-search {
	    background: rgba(0, 0, 0, 0) url("images/icon-search-grey.png") no-repeat scroll 0 31px;
	    cursor: pointer;
	    display: inline-block;
	    padding: 20px 30px 20px 20px;
	    text-align: right;
	    float: right;
	    transition: width 0.5s ease-in-out 0s;
	    width: 27px;
	}

	/*input.search-field{
		
		transition: width  0.5s ease-in-out;
	}

	.is-focused input.search-field{
		
		/*width: 100%;*/
        /*transition: width  0.5s ease-in-out;
	}
	*/

	#primary-menu li.is-focused {
		/*width: 13%;*/
        transition: width  0.5s ease-in-out;
	}
	
	#primary-menu li.bop-nav-search.is-focused {
		width: 250px;
	}

	.is-focused form.bop-nav-search label{
		display: block;
		margin-top: -5px;

       
	}


	/*.bop-nav-search .search-submit{	
		 background-image: url(images/icon-search-grey.png);
	} */

	.search-inner .search-field{
		color: #4c5867;
	}


}



@media (min-width: 1200px){
	#primary-menu li.bop-nav-search{
		padding: 20px 0 20px 20px;
	}
	
}


/*search ends*/


/*@media (min-width: 1200px){

	#primary-menu li:first-child{
		text-align: center !important;
	}
	#primary-menu li:first-child a{
		padding-left: 20px !important;
	}
}*/

/*search result page*/
#page-title{
 background-image: url(http://cfdfxforum.com.au/wp-content/uploads/2015/06/title-bg1.png);
}


/*blog*/
.blog-style-timeline.blog-style-styled_list1 .item-post{
	padding-bottom: 0 !important;
}

.widget_recent_entries ul li a:hover{
	text-decoration: underline;
}

.blog article .entry-title a:hover,
.blog article .read-more-link a:hover,
.blog article .tag-links a:hover,
.blog-more-links p a:hover{
	text-decoration: underline;
}

.read-more-link:before{
	content: "  "!Important
}

/*about page*/


.companybio{
	text-align: center;
}
.companybio-name{
	margin: 0;
    padding-top: 0;
    color: #009fe3;
    font-size: 26px;
    line-height: 31px;
}

.companybio-position{
    font-size: 17px;
    line-height: 24px;
    padding-top: 0;
}

.companybio-companyname{
	margin: 0;/*
    font-size: 26px;
    line-height: 31px;
    padding-top: 10px;
    color: #009fe3;*/
}

.companybio-companyname a:hover{
	text-decoration: underline;
}
.companybio-link{
    padding-top: 10px;
}

.companybio-link a:hover{
    text-decoration: underline;
}


.wpb_single_image .vc_single_image-wrapper.vc_box_border, .wpb_single_image .vc_single_image-wrapper.vc_box_border_circle{
	padding: 2px !important;
}

.about-list-icon{
	padding-right: 20px;
}

.about-list-text{	
	min-height: 80px;
	display: table;
}

.about-list-text .wpb_wrapper{
	display: table-cell;
	vertical-align: middle;
}	


.about-list{
	margin-bottom:30px !important;
	padding-bottom: 40px;
}

.about-tagtextbutton{
	padding-bottom: 40px;
}



@media (min-width: 768px){
	.about-list-text-inner{
		padding: 0 30px 0 0 !Important;
	}

	.about-list{
		padding: 30px 15px;
		margin-bottom:5px !important;
		margin-top: 0 !important
	}

	.about-tagtextbutton{
		padding: 20px;
	}
	.about-list .vc_col-sm-12,
	.about-list-icon,
	.about-list-text-inner{
		margin-top: 0 !important;
	}


}



.menu-type select{
	height: 40px;
}

/*memberpage*/

.memberlist ul li{
	line-height: 28px;


}

/*policy page*/

.policy-item{
	padding: 0 0 25px;
	margin: 0 !important;
}


.policy-links:hover{
	text-decoration: underline !important;
}

@media (min-width: 768px){
	.policy-item{
		padding: 50px 25px;
	}
}


/*contact page*/

.contact-phoneandtext{
	padding: 25px 0 35px;
	margin: 0 !Important;
}

@media (min-width: 768px){
	.contact-phoneandtext{
		padding: 50px 25px;
		margin: 0 !Important;
	}
	}


/*footer icon*/

#colophon .sc-contacts .sc-contacts-address:before {
  color: #ffffff;
	content: '\e6df' important;
	font-family: 'scalia-user-icons';
	font-size: 20px;
	  margin-top: 0px;
}

#colophon .sc-contacts .sc-contacts-email:before {
  color: #ffffff;
	content: '\e6dd' important;
	font-family: 'scalia-user-icons';
	font-size: 20px;
	  margin-top: 0px;
}



.contact-sidebar .sc-contacts .sc-contacts-item{
	margin-bottom: 18px;
}

.contact-sidebar .sc-contacts-email a:hover{
	text-decoration: underline;
}


.contact-sidebar .widget-title{
	margin-top: 0;
}

.contact-sidebar .sc-contacts .sc-contacts-item{
	padding-left: 32px;
}


.contact-sidebar .sc-contacts .sc-contacts-address:before {
  color: #009fe3;
	content: '\e6df' important;
	font-family: 'scalia-user-icons';
	font-size: 20px;
	  margin-top: 0px;
	  margin-right: 10px;
	  margin-left: -32px;
}

.contact-sidebar .sc-contacts .sc-contacts-email:before {
  color: #009fe3;
	content: '\e6dd' important;
	font-family: 'scalia-user-icons';
	font-size: 20px;
	  margin-top: 0px;
	  margin-right: 10px;
	  margin-left: -32px;
}


.contact-iconandbox{
	margin: 25px;
}


/*member bio page*/
.memberinternallink{
	margin-top: -22px;
	margin-bottom: 0 !Important;
	padding-bottom: 0 ;
}

/*search result page*/
.blog-style-default article .post-image{
	display: none;
}

.blog-style-default article .post-text{
	width: 100% !Important;
}

.blog-style-default .entry-info{
	width: 100% !important;
}

.blog-style-default .entry-info .entry-date{
    display: none;
}



/*sub nav*/
/*#primary-menu.no-responsive > li.menu-item-parent > a:after{
	bottom: -9px !important;
    z-index: 999;
}
*/

.no-responsive#primary-menu > li.menu-item-parent > a::after{
	bottom: 30px;
    z-index: 999;
    height: 0px;
}


#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header{
	border: none !important;
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a {
  padding: 0;
  text-transform: none;
}




#primary-menu.no-responsive > li.megamenu-enable > ul > li {
  width: auto !important;
}


.primary-navigation.responsive li{
	width: auto !important
}



#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header {
  display: block;
   padding-bottom: 0; 
  margin-bottom: 0; 
}

#primary-menu.no-responsive > li.megamenu-enable > ul{
	padding: 0 !important;
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a:hover{
	color: #009fe3;
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li span.megamenu-column-header a{
	font-size: 18px;
	line-height: 20px;
  	padding: 20px 30px 20px;
}
#primary-menu.no-responsive > li.megamenu-enable > ul > li:last-child{
	display: none;
}

#primary-navigation .sub-menu li:last-child{
	display: none;
}
@media (min-width: 1024px) and (max-width: 1025px) {
	#primary-menu.no-responsive > li.megamenu-enable > ul > li:last-child{
		font-size: 18px;
		line-height: 20px;
		display: block;
		margin-top: -12px;
		margin-left:0;
	}
}

#primary-menu.no-responsive > li.megamenu-enable > ul > li.megamenu-new-row{
	margin:0;
}

p.footer-membership-block{
margin-bottom: 52px !important;
}


.highlightheading{
    font-family: 'GloberRegular';

}


footer ul.nav-menu li a:hover{
	text-decoration: underline;
}

.petition-title h4 {font-size: 28px;}