
dl, dt, dd, ol, ul, li {
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
	display: block;
	font-size: 0px;
	height: 0px;
	line-height: 0;
	width: 100%;
	overflow: hidden;
}
::selection {
	background: #1ABC9C;
	color: #FFF;
	text-shadow: none;
}
::-moz-selection {
	background: #1ABC9C;
	/* Firefox */
	color: #FFF;
	text-shadow: none;
}
::-webkit-selection {
	background: #1ABC9C;
	/* Safari */
	color: #FFF;
	text-shadow: none;
}
:active, :focus {
	outline: none !important;
}
/* ----------------------------------------------------------------
	Typography
-----------------------------------------------------------------*/
body {
	line-height: 1.5;
	color: #555;
	font-size: 14px;
	font-family: 'Lato', sans-serif;
}
a {
	/*text-decoration: none !important;*/
	color: #1ABC9C;
}
a:hover {
	color: #222;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
iframe {
	border: none !important;
}
/* ----------------------------------------------------------------
	Basic Layout Styles
-----------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
	color: #444;
	font-weight: 600;
	line-height: 1.5;
	margin: 0 0 30px 0;
}
h5, h6 {
	margin-bottom: 20px;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 30px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h4 {
	font-weight: 600;
}
h5, h6 {
	font-weight: bold;
}
h1 > span:not(.nocolor), h2 > span:not(.nocolor), h3 > span:not(.nocolor), h4 > span:not(.nocolor), h5 > span:not(.nocolor), h6 > span:not(.nocolor) {
	color: #1ABC9C;
}
p, pre, ul, ol, dl, dd, blockquote, address, table, fieldset, form {
	margin-bottom: 30px;
}
small {
	font-family: 'Lato', sans-serif;
}
#wrapper {
	position: relative;
	float: none;
	width: 1220px;
	margin: 0 auto;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
/*-----------------------------------------------------------------------------------

	helpers.less

-----------------------------------------------------------------------------------*/
.uppercase {
	text-transform: uppercase !important;
}
.lowercase {
	text-transform: lowercase !important;
}
.capitalize {
	text-transform: capitalize !important;
}
.nott {
	text-transform: none !important;
}
.tright {
	text-align: right !important;
}
.tleft {
	text-align: left !important;
}
.fright {
	float: right !important;
}
.fleft {
	float: left !important;
}
.fnone {
	float: none !important;
}
.ohidden {
	position: relative;
	overflow: hidden !important;
}
.line, .double-line {
	clear: both;
	position: relative;
	width: 100%;
	margin: 60px 0;
	border-top: 1px solid #EEE;
}
.line.line-sm, .double-line.line-sm {
	margin: 30px 0;
}
span.middot {
	display: inline-block;
	margin: 0 5px;
}
.double-line {
	border-top: 3px double #E5E5E5;
}
.emptydiv {
	display: block !important;
	position: relative !important;
}
.allmargin {
	margin: 50px !important;
}
.leftmargin {
	margin-left: 50px !important;
}
.rightmargin {
	margin-right: 50px !important;
}
.topmargin {
	margin-top: 50px !important;
}
.bottommargin {
	margin-bottom: 50px !important;
}
.clear-bottommargin {
	margin-bottom: -50px !important;
}
.allmargin-sm {
	margin: 30px !important;
}
.leftmargin-sm {
	margin-left: 30px !important;
}
.rightmargin-sm {
	margin-right: 30px !important;
}
.topmargin-sm {
	margin-top: 30px !important;
}
.bottommargin-sm {
	margin-bottom: 30px !important;
}
.clear-bottommargin-sm {
	margin-bottom: -30px !important;
}
.allmargin-lg {
	margin: 80px !important;
}
.leftmargin-lg {
	margin-left: 80px !important;
}
.rightmargin-lg {
	margin-right: 80px !important;
}
.topmargin-lg {
	margin-top: 80px !important;
}
.bottommargin-lg {
	margin-bottom: 80px !important;
}
.clear-bottommargin-lg {
	margin-bottom: -80px !important;
}
.nomargin {
	margin: 0 !important;
}
.noleftmargin {
	margin-left: 0 !important;
}
.norightmargin {
	margin-right: 0 !important;
}
.notopmargin {
	margin-top: 0 !important;
}
.nobottommargin {
	margin-bottom: 0 !important;
}
.header-stick {
	margin-top: -50px !important;
}
.content-wrap .header-stick {
	margin-top: -80px !important;
}
.footer-stick {
	margin-bottom: -50px !important;
}
.content-wrap .footer-stick {
	margin-bottom: -80px !important;
}
.noborder {
	border: none !important;
}
.noleftborder {
	border-left: none !important;
}
.norightborder {
	border-right: none !important;
}
.notopborder {
	border-top: none !important;
}
.nobottomborder {
	border-bottom: none !important;
}
.noradius {
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}
.col-padding {
	padding: 60px;
}
.nopadding {
	padding: 0 !important;
}
.noleftpadding {
	padding-left: 0 !important;
}
.norightpadding {
	padding-right: 0 !important;
}
.notoppadding {
	padding-top: 0 !important;
}
.nobottompadding {
	padding-bottom: 0 !important;
}
.noabsolute {
	position: relative !important;
}
.noshadow {
	box-shadow: none !important;
}
.notextshadow {
	text-shadow: none !important;
}
.hidden {
	display: none !important;
}
.nothidden {
	display: block !important;
}
.inline-block {
	float: none !important;
	display: inline-block !important;
}
.center {
	text-align: center !important;
}
.divcenter {
	position: relative !important;
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.bgcolor, .bgcolor #header-wrap {
	background-color: #1ABC9C !important;
}
.color {
	color: #1ABC9C !important;
}
.border-color {
	border-color: #1ABC9C !important;
}
.nobg {
	background: none !important;
}
.nobgcolor {
	background-color: transparent !important;
}
.font-body {
	font-family: 'Lato', sans-serif;
}
.font-primary {
	font-family: 'Raleway', sans-serif;
}
.font-secondary {
	font-family: 'Crete Round', serif;
}
.input-block-level {
	display: block;
	width: 100% !important;
	min-height: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.vertical-middle {
	height: auto !important;
	left: 0;
	max-width: none !important;
	z-index: 2;
}
.vertical-middle + .video-wrap {
	z-index: 1 !important;
}
.magnific-max-width .mfp-content {
	max-width: 800px;
}
/*-----------------------------------------------------------------------------------

	layouts.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Sections
-----------------------------------------------------------------*/
.section {
	position: relative;
	margin: 60px 0;
	padding: 60px 0;
	background-color: #F9F9F9;
	overflow: hidden;
}
.section .container {
	z-index: 2;
}
.section .container + .video-wrap {
	z-index: 1;
}
.parallax {
	background-color: transparent;
	background-attachment: fixed;
	background-position: 50% 0;
	background-repeat: no-repeat;
	overflow: hidden;
}
.mobile-parallax, .video-placeholder {
	background-size: cover !important;
	background-attachment: scroll !important;
	background-position: center center;
}
.revealer-image {
	position: relative;
	bottom: -120px;
	transition: bottom 0.3s ease-in-out;
	-webkit-transition: bottom 0.3s ease-in-out;
	-o-transition: bottom 0.3s ease-in-out;
}
.section:hover .revealer-image {
	bottom: -60px;
}
/* ----------------------------------------------------------------
	Columns & Grids
-----------------------------------------------------------------*/
.postcontent {
	width: 74%;
}
.postcontent.bothsidebar {
	width: 48%;
}
.sidebar {
	width: 22%;
}
.col_full {
	width: 100%;
}
.col_half {
	width: 48%;
}
.col_one_third {
	width: 30.63%;
}
.col_two_third {
	width: 65.33%;
}
.col_one_fourth {
	width: 22%;
}
.col_three_fourth {
	width: 74%;
}
.col_one_fifth {
	width: 16.8%;
}
.col_two_fifth {
	width: 37.6%;
}
.col_three_fifth {
	width: 58.4%;
}
.col_four_fifth {
	width: 79.2%;
}
.col_one_sixth {
	width: 13.33%;
}
.col_five_sixth {
	width: 82.67%;
}
body.stretched .container-fullwidth {
	position: relative;
	padding: 0 60px;
	width: 100%;
}
.postcontent, .sidebar, .col_full, .col_half, .col_one_third, .col_two_third, .col_three_fourth, .col_one_fourth, .col_one_fifth, .col_two_fifth, .col_three_fifth, .col_four_fifth, .col_one_sixth, .col_five_sixth {
	display: block;
	position: relative;
	margin-right: 4%;
	margin-bottom: 50px;
	float: left;
}
.postcontent, .sidebar {
	margin-right: 4%;
}
.col_full {
	clear: both;
	float: none;
	margin-right: 0;
}
.col_last {
	margin-right: 0 !important;
	float: right;
	clear: right;
}

#top-bar {
	position: relative;
	border-bottom: 1px solid #EEE;
	height: 45px;
	line-height: 44px;
	font-size: 13px;
}
#top-bar .col_half {
	width: auto;
}

.top-links {
	position: relative;
	float: left;
}
.top-links ul {
	margin: 0;
	list-style: none;
}
.top-links ul li {
	float: left;
	position: relative;
	height: 44px;
	border-left: 1px solid #EEE;
}
.top-links ul li:first-child, .top-links ul ul li {
	border-left: 0 !important;
}
.top-links li > a {
	display: block;
	padding: 0 12px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	height: 44px;
	color: #666;
}
.top-links li i {
	vertical-align: top;
}
.top-links li i.icon-angle-down {
	margin: 0 0 0 5px !important;
}
.top-links li i:first-child {
	margin-right: 2px;
}
.top-links li.full-icon i {
	top: 2px;
	font-size: 14px;
	margin: 0;
}
.top-links li:hover {
	background-color: #EEE;
}
.top-links li:hover ul, .top-links li:hover div.top-link-section {
	pointer-events: auto;
}
.top-links ul ul, .top-links ul div.top-link-section {
	display: none;
	pointer-events: none;
	position: absolute;
	z-index: 210;
	line-height: 1.5;
	background: #FFF;
	border: 0;
	top: 44px;
	left: 0;
	width: 140px;
	margin: 0;
	border-top: 1px solid #1ABC9C;
	border-bottom: 1px solid #EEE;
	box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 0 5px -1px rgba(0, 0, 0, 0.2);
}
.top-links ul ul li {
	float: none;
	height: 36px;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #EEE;
}
.top-links ul ul li:hover {
	background-color: #F9F9F9;
}
.top-links ul ul li:first-child {
	border-top: none !important;
	border-left: 1px solid #EEE;
}
.top-links ul ul a {
	height: 36px;
	line-height: 36px;
	font-size: 12px;
}
.top-links ul ul img {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.top-links ul ul.top-demo-lang img {
	top: 4px;
	width: 16px;
	height: 16px;
}
.top-links ul div.top-link-section {
	padding: 25px;
	left: 0;
	width: 280px;
}
.fright .top-links ul div.top-link-section, .top-links.fright ul div.top-link-section {
	left: auto;
	right: 0;
}

#header {
	position: relative;
	background-color: #FFF;
	border-bottom: 1px solid #F5F5F5;
}
#header .container {
	position: relative;
}
#header.transparent-header {
	background: transparent;
	border-bottom: none;
	z-index: 199;
}
#header.semi-transparent {
	background-color: rgba(255, 255, 255, 0.8);
}
#header.transparent-header.floating-header {
	margin-top: 60px;
}
#header.transparent-header.floating-header .container {
	width: 1190px;
	max-width: 1190px;
	background-color: #FFF;
	padding: 0 40px;
	border-radius: 2px;
}
#header.transparent-header.floating-header.sticky-header .container {
	width: 1140px;
	max-width: 1140px;
	padding: 0 15px;
}
#header.transparent-header + #slider, #header.transparent-header + #page-title.page-title-parallax, #header.transparent-header + #google-map, #slider + #header.transparent-header {
	top: -100px;
	margin-bottom: -100px;
}
#header.transparent-header.floating-header + #slider, #header.transparent-header.floating-header + #google-map {
	top: -160px;
	margin-bottom: -160px;
}
#header.transparent-header + #page-title.page-title-parallax .container {
	z-index: 5;
	padding-top: 100px;
}
#header.full-header {
	border-bottom-color: #EEE;
}
body.stretched #header.full-header .container {
	width: 100%;
	max-width: none;
	padding: 0 30px;
}
#header.transparent-header.full-header #header-wrap {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#slider + #header.transparent-header.full-header #header-wrap {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: none;
}
/* ----------------------------------------------------------------
	Logo
-----------------------------------------------------------------*/
#logo {
	position: relative;
	float: left;
	font-family: 'Raleway', sans-serif;
	font-size: 36px;
	line-height: 100%;
	margin-right: 40px;
}
#primary-menu {
	float: right;
}
#primary-menu ul.mobile-primary-menu {
	display: none;
}
#header.full-header #primary-menu > ul {
	float: left;
	padding-right: 15px;
	margin-right: 15px;
	border-right: 1px solid #EEE;
}
#header.transparent-header.full-header #primary-menu > ul {
	border-right-color: rgba(0, 0, 0, 0.1);
}
#primary-menu-trigger, #page-submenu-trigger {
	opacity: 0;
	pointer-events: none;
	cursor: pointer;
	font-size: 14px;
	position: absolute;
	top: 50%;
	margin-top: -25px;
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	-webkit-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}
#primary-menu ul {
	list-style: none;
	margin: 0;
}
#primary-menu > ul {
	float: left;
}
#primary-menu ul li {
	position: relative;
}
#primary-menu ul li.mega-menu {
	position: inherit;
}
#primary-menu ul > li {
	float: left;
	margin-left: 2px;
}
#primary-menu > ul > li:first-child {
	margin-left: 0;
}
#primary-menu ul li > a {
	display: block;
	line-height: 22px;
	padding: 39px 15px;
	color: #444;
	font-weight: bold;
	font-size: 13px;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-family: 'Raleway', sans-serif;
	-webkit-transition: margin .4s ease, padding .4s ease;
	-o-transition: margin .4s ease, padding .4s ease;
	transition: margin .4s ease, padding .4s ease;
}
#primary-menu ul li > a span {
	display: none;
}
#primary-menu ul li > a i {
	position: relative;
	top: -1px;
	font-size: 14px;
	width: 16px;
	text-align: center;
	margin-right: 6px;
	vertical-align: top;
}
#primary-menu ul li > a i.icon-angle-down:last-child {
	font-size: 12px;
	margin: 0 0 0 5px;
}
#primary-menu ul li:hover > a, #primary-menu ul li.current > a {
	color: #1ABC9C;
}
body.no-superfish #primary-menu li:hover > ul:not(.mega-menu-column), body.no-superfish #primary-menu li:hover > .mega-menu-content {
	display: block;
}
#primary-menu ul ul:not(.mega-menu-column), #primary-menu ul li .mega-menu-content {
	display: none;
	position: absolute;
	width: 280px;
	background-color: #FFF;
	box-shadow: 0px 13px 42px 11px rgba(0, 0, 0, 0.05);
	border: 1px solid #EEE;
	border-top: 2px solid #1ABC9C;
	height: auto;
	z-index: 199;
	top: 100%;
	left: 0;
	margin: 0;
}
#primary-menu ul li .mega-menu-content {
	display: -ms-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: stretch;
	align-items: stretch;
}
#primary-menu ul ul:not(.mega-menu-column) ul {
	top: -2px !important;
	left: 218px;
}
#primary-menu ul ul.menu-pos-invert:not(.mega-menu-column), #primary-menu ul li .mega-menu-content.menu-pos-invert {
	left: auto;
	right: 0;
}
#primary-menu ul ul:not(.mega-menu-column) ul.menu-pos-invert {
	right: 218px;
}
#primary-menu ul ul li {
	float: none;
	margin: 0;
}
#primary-menu ul ul li:first-child {
	border-top: 0;
}
#primary-menu ul ul li > a {
	font-size: 12px;
	font-weight: 600;
	color: #666;
	padding-top: 10px;
	padding-bottom: 10px;
	border: 0;
	letter-spacing: 0;
	font-family: 'Lato', sans-serif;
	-webkit-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#primary-menu ul ul li > a i {
	vertical-align: middle;
}
#primary-menu ul ul li:hover > a {
	background-color: #F9F9F9;
	padding-left: 18px;
	color: #1ABC9C;
}
#primary-menu ul ul > li.sub-menu > a, #primary-menu ul ul > li.sub-menu:hover > a {
	/*background-image: url("images/icons/submenu.png");*/
	background-position: right center;
	background-repeat: no-repeat;
}
/* ----------------------------------------------------------------
	Mega Menu
-----------------------------------------------------------------*/
#primary-menu ul li .mega-menu-content, #primary-menu ul li.mega-menu-small .mega-menu-content {
	width: 720px;
	max-width: 400px;
}
#primary-menu ul li.mega-menu .mega-menu-content, .floating-header.sticky-header #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0 15px;
	width: 1140px;
	max-width: none;
}
.floating-header #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0;
	width: 1190px;
}
body.stretched .container-fullwidth #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0 60px;
}
body.stretched #header.full-header #primary-menu ul li.mega-menu .mega-menu-content {
	margin: 0 30px;
}
#primary-menu ul li.mega-menu .mega-menu-content.style-2 {
	padding: 0 10px;
}
#primary-menu ul li .mega-menu-content ul {
	display: block;
	position: relative;
	top: 0;
	min-width: inherit;
	border: 0;
	box-shadow: none;
	background-color: transparent;
}
#primary-menu ul li .mega-menu-content ul:not(.megamenu-dropdown) {
	display: block !important;
	opacity: 1 !important;
	top: 0;
	left: 0;
}
#primary-menu ul li .mega-menu-content ul.mega-menu-column {
	float: left;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}
#primary-menu ul li .mega-menu-content ul.mega-menu-column.col-5 {
	width: 20%;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
}
#primary-menu ul li .mega-menu-content ul:not(.mega-menu-column) {
	width: 100%;
}
#primary-menu ul li .mega-menu-content ul.mega-menu-column:not(:first-child) {
	border-left: 1px solid #F2F2F2;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column {
	padding: 30px 20px;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title {
	margin-top: 20px;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:first-child {
	margin-top: 0;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a {
	font-size: 13px;
	font-weight: bold;
	font-family: 'Raleway', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase !important;
	margin-bottom: 15px;
	color: #444;
	padding: 0 !important;
	line-height: 1.3 !important;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title:hover > a {
	background-color: transparent;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title > a:hover {
	color: #1ABC9C;
}
#primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu > a, #primary-menu ul li .mega-menu-content.style-2 ul.mega-menu-column > li.mega-menu-title.sub-menu:hover > a {
	background: none;
}
#primary-menu ul li .mega-menu-content.style-2 li {
	border: 0;
}
#primary-menu ul li .mega-menu-content.style-2 ul li > a {
	padding-left: 5px;
	padding-top: 7px;
	padding-bottom: 7px;
}
#primary-menu ul li .mega-menu-content.style-2 ul li > a:hover {
	padding-left: 12px;
}
.mega-menu-column .entry-meta {
	margin: 8px -10px 0 0 !important;
	border: none !important;
	padding: 0 !important;
}
.mega-menu-column .entry-meta li {
	float: left !important;
	border: none !important;
	margin: 0 10px 0 0 !important;
}
/* Primary Menu - Style 2
-----------------------------------------------------------------*/
#primary-menu.style-2 {
	float: none;
	max-width: none;
	border-top: 1px solid #F5F5F5;
}
#primary-menu.style-2 > div > ul {
	float: left;
}
#primary-menu.style-2 > div > ul > li > a {
	padding-top: 19px;
	padding-bottom: 19px;
}
#logo + #primary-menu.style-2 {
	border-top: 0;
}
#primary-menu.style-2 > div #top-search, #primary-menu.style-2 > div #top-cart, #primary-menu.style-2 > div #side-panel-trigger {
	margin-top: 20px;
	margin-bottom: 20px;
}
body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center > ul, body:not(.device-md):not(.device-sm):not(.device-xs) #primary-menu.style-2.center > div {
	float: none;
	display: inline-block !important;
	width: auto;
	text-align: left;
}
/* Primary Menu - Style 3
-----------------------------------------------------------------*/
#primary-menu.style-3 > ul > li > a {
	margin: 28px 0;
	padding-top: 11px;
	padding-bottom: 11px;
	border-radius: 2px;
}
#primary-menu.style-3 > ul > li:hover > a {
	color: #444;
	background-color: #F5F5F5;
}
#primary-menu.style-3 > ul > li.current > a {
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	background-color: #1ABC9C;
}
/* Primary Menu - Style 4
-----------------------------------------------------------------*/
#primary-menu.style-4 > ul > li > a {
	margin: 28px 0;
	padding-top: 10px;
	padding-bottom: 10px;
	border-radius: 2px;
	border: 1px solid transparent;
}
#primary-menu.style-4 > ul > li:hover > a, #primary-menu.style-4 > ul > li.current > a {
	border-color: #1ABC9C;
}
/* Primary Menu - Style 5
-----------------------------------------------------------------*/
#primary-menu.style-5 > ul {
	padding-right: 10px;
	margin-right: 5px;
	border-right: 1px solid #EEE;
}
#primary-menu.style-5 > ul > li:not(:first-child) {
	margin-left: 15px;
}
#primary-menu.style-5 > ul > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
	line-height: 14px;
}
#primary-menu.style-5 > ul > li > a i {
	display: block;
	width: auto;
	margin: 0 0 8px;
	font-size: 28px;
	line-height: 1;
}
/* Primary Menu - Style 6
-----------------------------------------------------------------*/
#primary-menu.style-6 > ul > li > a {
	position: relative;
}
#primary-menu.style-6 > ul > li > a:after, #primary-menu.style-6 > ul > li.current > a:after, #primary-menu.style-6 > div > ul > li > a:after, #primary-menu.style-6 > div > ul > li.current > a:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	height: 2px;
	width: 0;
	border-top: 2px solid #1ABC9C;
	-webkit-transition: width .3s ease;
	-o-transition: width .3s ease;
	transition: width .3s ease;
}
#primary-menu.style-6 > ul > li.current > a:after, #primary-menu.style-6 > ul > li:hover > a:after, #primary-menu.style-6 > div > ul > li.current > a:after, #primary-menu.style-6 > ul > li:hover > a:after {
	width: 100%;
}
/* Primary Menu - Sub Title
-----------------------------------------------------------------*/
#primary-menu.sub-title > ul > li, #primary-menu.sub-title.style-2 > div > ul > li {
	background: url("images/icons/menu-divider.png") no-repeat right center;
	margin-left: 1px;
}
#primary-menu.sub-title ul li:first-child {
	padding-left: 0;
	margin-left: 0;
}
#primary-menu.sub-title > ul > li > a, #primary-menu.sub-title > div > ul > li > a {
	line-height: 14px;
	padding: 27px 20px 32px;
	text-transform: uppercase;
	border-top: 5px solid transparent;
}
#primary-menu.sub-title > ul > li > a span, #primary-menu.sub-title > div > ul > li > a span {
	display: block;
	margin-top: 10px;
	line-height: 12px;
	font-size: 11px;
	font-weight: 400;
	color: #888;
	text-transform: capitalize;
}
#primary-menu.sub-title > ul > li:hover > a, #primary-menu.sub-title > ul > li.current > a, #primary-menu.sub-title > div > ul > li:hover > a, #primary-menu.sub-title > div > ul > li.current > a {
	background-color: #1ABC9C;
	color: #FFF;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
	border-top-color: rgba(0, 0, 0, 0.1);
}
#primary-menu.sub-title > ul > li:hover > a span, #primary-menu.sub-title > ul > li.current > a span, #primary-menu.sub-title.style-2 > div > ul > li:hover > a span, #primary-menu.sub-title.style-2 > div > ul > li.current > a span {
	color: #EEE;
}
#primary-menu.sub-title.style-2 ul ul span {
	display: none;
}
/* Primary Menu - Style 2 with Sub Title
-----------------------------------------------------------------*/
#primary-menu.sub-title.style-2 > div > ul > li {
	background-position: left center;
}
#primary-menu.sub-title.style-2 > div #top-search, #primary-menu.sub-title.style-2 > div #top-cart, #primary-menu.sub-title.style-2 > div #side-panel-trigger {
	float: right;
	margin-top: 30px;
	margin-bottom: 30px;
}
#primary-menu.sub-title.style-2 div ul li:first-child, #primary-menu.sub-title.style-2 > div > ul > li:hover + li, #primary-menu.sub-title.style-2 > div > ul > li.current + li {
	background-image: none;
}
#primary-menu.sub-title.style-2 > div > ul > li > a {
	padding-top: 17px;
	padding-bottom: 22px;
}

/* ----------------------------------------------------------------
	Sticky Header
-----------------------------------------------------------------*/
#header, #header-wrap, #logo img {
	height: 100px;
	-webkit-transition: height .4s ease, opacity .3s ease;
	-o-transition: height .4s ease, opacity .3s ease;
	transition: height .4s ease, opacity .3s ease;
}
#header.sticky-style-2 {
	height: 161px;
}
#header.sticky-style-3 {
	height: 181px;
}
#header.sticky-style-2 #header-wrap {
	height: 60px;
}
#header.sticky-style-3 #header-wrap {
	height: 80px;
}
#primary-menu > ul > li > ul, #primary-menu > ul > li > .mega-menu-content, #primary-menu > ul > li.mega-menu > .mega-menu-content {
	-webkit-transition: top .4s ease;
	-o-transition: top .4s ease;
	transition: top .4s ease;
}

#header.sticky-header.semi-transparent {
	background-color: transparent;
}
#header-wrap {
	position: relative;
	z-index: 199;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-perspective: 1000px;
	-webkit-backface-visibility: hidden;
}
#header.sticky-header #header-wrap {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #FFF;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
#page-menu, #page-menu-wrap {
	position: relative;
	height: 44px;
	line-height: 44px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.1);
}
#page-menu-wrap {
	z-index: 99;
	background-color: #1ABC9C;
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
}
#page-menu.sticky-page-menu #page-menu-wrap {
	position: fixed;
	z-index: 99;
	left: 0;
	width: 100%;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.flex-control-nav {
	position: absolute;
	z-index: 10;
	text-align: center;
	top: 14px;
	right: 10px;
	margin: 0;
}
.flex-control-nav li {
	float: left;
	display: block;
	margin: 0 3px;
	width: 10px;
	height: 10px;
}
.flex-control-nav li a {
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	width: 10px !important;
	height: 10px !important;
	border: 1px solid #FFF;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
}
.flex-control-nav li:hover a, .flex-control-nav li a.flex-active {
	background-color: #FFF;
}
/* ----------------------------------------------------------------
	Page Title
-----------------------------------------------------------------*/
#page-title {
	position: relative;
	padding: 50px 0;
	background-color: #F5F5F5;
	border-bottom: 1px solid #EEE;
}
#page-title .container {
	position: relative;
}
#page-title h1 {
	padding: 0;
	margin: 0;
	line-height: 1;
	font-weight: 600;
	letter-spacing: 1px;
	color: #333;
	font-size: 28px;
	text-transform: uppercase;
}
#page-title span {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
	font-size: 18px;
}
.breadcrumb {
	position: absolute !important;
	width: auto !important;
	top: 50% !important;
	left: auto !important;
	right: 15px !important;
	margin: -10px 0 0 0 !important;
	background-color: transparent !important;
	padding: 0 !important;
	font-size: 12px;
}
body.stretched .container-fullwidth .breadcrumb {
	right: 60px !important;
}
#header.transparent-header + #page-title.page-title-parallax .breadcrumb {
	margin-top: 35px !important;
}
.breadcrumb a {
	color: #555;
}
.breadcrumb a:hover {
	color: #1ABC9C;
}
.breadcrumb i {
	width: auto !important;
}

#content {
	position: relative;
	overflow: hidden;
	background-color: #FFF;
}
#content p {
	line-height: 1.6;
}
#content .content-wrap {
	position: relative;
	padding: 80px 0;
}
#content .container {
	position: relative;
}
.grid-container {
	position: relative;
	overflow: hidden;
}
body:not(.device-touch) .grid-container {
	-webkit-transition: height .4s linear;
	-o-transition: height .4s linear;
	transition: height .4s linear;
}

.toggle {
	display: block;
	position: relative;
	margin: 0 0 20px 0;
}
.toggle .togglet, .toggle .toggleta {
	display: block;
	position: relative;
	line-height: 24px;
	padding: 0 0 0 24px;
	margin: 0;
	font-size: 16px;
	font-weight: 700;
	color: #444;
	cursor: pointer;
}
.toggle .togglet i {
	position: absolute;
	top: 0;
	left: 0;
	width: 16px;
	text-align: center;
	font-size: 16px;
	line-height: 24px;
}
.toggle .toggleta {
	font-weight: bold;
}
.toggle .togglet i.toggle-open, .toggle .toggleta i.toggle-closed {
	display: none;
}
.toggle .toggleta i.toggle-open {
	display: block;
}
.toggle .togglec {
	display: block;
	position: relative;
	padding: 10px 0 0 24px;
}
/* Toggle - with Title Background
-----------------------------------------------------------------*/
.toggle.toggle-bg .togglet, .toggle.toggle-bg .toggleta {
	background-color: #EEE;
	line-height: 44px;
	padding: 0 0 0 36px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.toggle.toggle-bg .togglet i {
	left: 14px;
	line-height: 44px;
}
.toggle.toggle-bg .togglec {
	padding: 12px 0 0 36px;
}
/* Toggle - Bordered
-----------------------------------------------------------------*/
.toggle.toggle-border {
	border: 1px solid #CCC;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.toggle.toggle-border .togglet i {
	left: 14px;
	line-height: 44px;
}
.toggle.toggle-border .togglec {
	padding: 0 15px 15px 36px;
}
.toggle.toggle-border .togglet, .toggle.toggle-border .toggleta {
	line-height: 44px;
	padding: 0 15px 0 36px;
}
/* ----------------------------------------------------------------
	Accordions
-----------------------------------------------------------------*/
.accordion {
	margin-bottom: 20px;
}
.acctitle, .acctitlec {
	display: block;
	position: relative;
	line-height: 24px;
	margin: 0;
	font-size: 14px;
	font-weight: bold;
	color: #444;
	cursor: pointer;
	border-top: 1px dotted #DDD;
	padding: 10px 0 10px 20px;
}
.acctitlec {
	cursor: auto;
}
.acctitle:first-child {
	border-top: none;
}
.acctitle i {
	position: absolute;
	top: 0;
	left: 0;
	width: 14px;
	text-align: center;
	font-size: 14px;
	line-height: 44px;
}
.acctitle i.acc-open, .acctitlec i.acc-closed {
	display: none;
}
.acctitlec i.acc-open {
	display: block;
}
.acc_content {
	position: relative;
	padding: 0 0 15px 20px;
}
/* Accordion - with Title Background
-----------------------------------------------------------------*/
.accordion.accordion-bg .acctitle, .accordion.accordion-bg .acctitlec {
	background-color: #EEE;
	line-height: 44px;
	padding: 0 0 0 36px;
	margin-bottom: 5px;
	border-top: 0;
}
.accordion.accordion-bg .acctitle i {
	left: 14px;
	line-height: 44px;
}
.accordion.accordion-bg .acc_content {
	padding: 10px 0 15px 36px;
}
/* Accordion - Bordered
-----------------------------------------------------------------*/
.accordion.accordion-border {
	border: 1px solid #DDD;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.accordion.accordion-border .acctitle, .accordion.accordion-border .acctitlec {
	border-color: #CCC;
	line-height: 44px;
	padding: 0 15px 0 36px;
}
.accordion.accordion-border .acctitle i {
	left: 14px;
	line-height: 44px;
}
.accordion.accordion-border .acc_content {
	padding: 0 15px 15px 36px;
}
/* Accordion - Large
-----------------------------------------------------------------*/
.accordion.accordion-lg .acctitle {
	font-size: 23px;
	line-height: 44px;
	padding-left: 30px;
	font-weight: 400;
}
.accordion.accordion-lg .acctitle i {
	width: 20px;
	font-size: 20px;
	line-height: 64px;
}
.accordion.accordion-lg .acc_content {
	padding: 10px 0 30px 30px;
}
/*-----------------------------------------------------------------------------------

	Shortcodes: tabs.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Tabs
-----------------------------------------------------------------*/
.tabs {
	position: relative;
	margin: 0 0 30px 0;
}
ul.tab-nav {
	margin: 0;
	border-bottom: 1px solid #DDD;
	list-style: none;
}
ul.tab-nav li {
	float: left;
	border: 1px solid #DDD;
	border-bottom: 0;
	border-left: 0;
	height: 41px;
	text-align: center;
}
ul.tab-nav li:first-child {
	margin-left: 15px;
	border-left: 1px solid #DDD;
}
ul.tab-nav li a {
	display: block;
	padding: 0 15px;
	color: #444;
	height: 40px;
	line-height: 40px;
	background-color: #F2F2F2;
	font-size: 14px;
	font-weight: bold;
}
ul.tab-nav li.ui-tabs-active a {
	position: relative;
	top: 1px;
	background-color: #FFF;
}
/* Tabs - Alternate Nav
-----------------------------------------------------------------*/
.tabs.tabs-alt ul.tab-nav li {
	border-color: transparent;
}
.tabs.tabs-alt ul.tab-nav li:first-child {
	border-left: 0;
}
.tabs.tabs-alt ul.tab-nav li a {
	background-color: #FFF;
}
.tabs.tabs-alt ul.tab-nav li.ui-tabs-active a {
	border: 1px solid #DDD;
	border-bottom: 0;
}
/* Tabs - Top Border
-----------------------------------------------------------------*/
.tabs.tabs-tb ul.tab-nav li.ui-tabs-active a {
	top: -1px;
	height: 43px;
	line-height: 38px;
	border-top: 2px solid #1ABC9C;
}
.tabs.tabs-alt.tabs-tb ul.tab-nav li.ui-tabs-active a {
	height: 42px;
}
/* Tabs - Bottom Border
-----------------------------------------------------------------*/
.tabs.tabs-bb ul.tab-nav li {
	border: 0;
	margin: 0;
}
.tabs.tabs-bb ul.tab-nav li a {
	background-color: transparent;
	border-bottom: 2px solid transparent;
}
.tabs.tabs-bb ul.tab-nav li.ui-tabs-active a {
	border-bottom: 2px solid #1ABC9C;
	top: -2px;
	height: 44px;
	line-height: 44px;
}
/* Tabs - Navigation Style 2
-----------------------------------------------------------------*/
ul.tab-nav.tab-nav2 {
	border-bottom: 0;
}
ul.tab-nav.tab-nav2 li {
	border: 0;
	margin-left: 10px;
}
ul.tab-nav.tab-nav2 li:first-child {
	margin-left: 0;
	border-left: 0;
}
ul.tab-nav.tab-nav2 li a {
	background-color: #F5F5F5;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
ul.tab-nav.tab-nav2 li.ui-state-active a {
	top: 0;
	background-color: #1ABC9C;
	color: #FFF;
}
/* Tabs - Content Area
-----------------------------------------------------------------*/
.tab-container {
	position: relative;
	padding: 20px 0 0;
}
ul.tab-nav li a i {
	position: relative;
	top: 1px;
	font-size: 14px;
	margin-right: 3px;
}

/* ----------------------------------------------------------------
	Owl Carousel CSS
-----------------------------------------------------------------*/
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
	z-index: 0;
}
.owl-carousel .owl-animated-out {
	z-index: 1;
}
.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
@keyframes fadeOut {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel {
	display: none;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
	width: 100%;
}
.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}
.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0, 0, 0);
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	display: block;
	min-height: 100px;
	background: url('images/preloader.gif') no-repeat center center;
}
.owl-carousel .owl-refresh .owl-item {
	display: none;
}
.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}
#slider .owl-carousel .owl-item img {
	-webkit-transform-style: preserve-3d;
}
.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled {
	display: none;
}
.owl-nav .owl-prev, .owl-nav .owl-next, .owl-dot, .owl-dots button {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-loaded {
	display: block;
}
.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}
.owl-carousel.owl-hidden {
	opacity: 0;
}
.mega-menu-content .owl-carousel.owl-hidden {
	opacity: 1;
}
.owl-carousel.owl-refresh .owl-item {
	display: none;
}
.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}
.owl-carousel.owl-rtl {
	direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
	float: right;
}
.no-js .owl-carousel {
	display: block;
}
.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
	position: relative;
	height: 100%;
	background: #111;
}
.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("images/icons/play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition: scale(1.3, 1.3);
	-o-transition: scale(1.3, 1.3);
	transition: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
	display: none;
}
.owl-carousel .owl-video-tn {
	opacity: 0;
	height: 100%;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: contain;
	-moz-background-size: contain;
	-o-background-size: contain;
	background-size: contain;
	-webkit-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
	position: relative;
	z-index: 1;
	height: 100%;
	width: 100%;
}
/* Owl Carousel - Controls
-----------------------------------------------------------------*/
.owl-carousel .owl-dots, .owl-carousel .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	line-height: 1;
}
/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/
.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] {
	margin-top: -38px;
}
.slider-element .owl-nav [class*=owl-], .owl-carousel-full .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0, 0, 0, 0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}
.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] {
	margin-top: -50px;
}
.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -36px;
}
.slider-element .owl-nav .owl-next, .owl-carousel-full .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}
.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}
.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: -18px;
}
.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #1ABC9C !important;
	color: #FFF !important;
	text-decoration: none;
}
.owl-carousel .owl-nav .disabled {
	display: none !important;
}
/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	margin-top: 30px;
	*display: inline;
}
.owl-carousel .owl-dots .owl-dot span {
	display: block;
	width: 8px;
	height: 8px;
	margin: 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #1ABC9C;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.owl-carousel .owl-dots .owl-dot.active span, .owl-carousel .owl-dots .owl-dot:hover span {
	opacity: 1;
}
/* ----------------------------------------------------------------
	Flip Cards
-----------------------------------------------------------------*/
.flip-card-front, .flip-card-back {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	width: 100%;
	height: 280px;
	border-radius: 6px;
	color: #FFF;
	font-size: 1.5rem;
}
.flip-card-front.no-after:after, .flip-card-back.no-after:after {
	content: none;
}
.flip-card-front:after, .flip-card-back:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: "";
	display: block;
	opacity: 0.6;
	background-color: #000;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 6px;
}
.flip-card {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}
.flip-card:hover .flip-card-front, .flip-card:hover .flip-card-back {
	-webkit-transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-o-transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform 0.7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.flip-card-back {
	background-color: #666;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.flip-card-inner {
	-webkit-transform: translateY(-50%) translateZ(60px) scale(0.94);
	transform: translateY(-50%) translateZ(60px) scale(0.94);
	top: 50%;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 2rem;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	outline: 1px solid transparent;
	-webkit-perspective: inherit;
	perspective: inherit;
	z-index: 2;
}
.flip-card-inner span {
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}
.flip-card-inner p {
	position: relative;
	font-size: 16px;
	margin-bottom: 0;
	color: rgba(255, 255, 255, 0.7);
}
.flip-card-back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip-card-front, .flip-card:hover .flip-card-back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.flip-card:hover .flip-card-front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.top-to-bottom .flip-card-back {
	-webkit-transform: rotateX(180deg);
	transform: rotateX(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.top-to-bottom:hover .flip-card-front {
	-webkit-transform: rotateX(-180deg);
	transform: rotateX(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.top-to-bottom .flip-card-front, .top-to-bottom:hover .flip-card-back {
	-webkit-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.owl-carousel .owl-stage {
	padding: 20px 0;
}
/*-----------------------------------------------------------------------------------

	Shortcodes: overlay.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Overlays
-----------------------------------------------------------------*/
.overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.overlay .overlay-wrap, .text-overlay {
	opacity: 0;
	position: relative;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}
body:not(.device-touch) .overlay .overlay-wrap, body:not(.device-touch) .text-overlay {
	-webkit-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.overlay .overlay-wrap i {
	position: absolute;
	opacity: 0.8;
	font-size: 24px;
	line-height: 1;
	width: 24px;
	height: 24px;
	text-align: center;
	top: 50%;
	margin-top: -12px;
	left: 50%;
	margin-left: -12px;
	color: #FFF;
}
.overlay:hover .overlay-wrap, .overlay:hover .text-overlay {
	opacity: 1;
}
.text-overlay {
	position: absolute;
	opacity: 0.85;
	top: auto;
	bottom: 0;
	height: auto;
	padding: 40px 15px 15px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.85)));
	/* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.85) 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#a6000000', GradientType=0);
	/* IE6-9 */
	backface-visibility: hidden;
}
.text-overlay-title h2, .text-overlay-title h3, .text-overlay-title h4 {
	margin: 0;
	color: #F5F5F5;
}
.text-overlay-title h2 {
	font-size: 28px;
}
.text-overlay-title h3 {
	font-size: 17px;
	font-weight: 600;
}
.text-overlay-title h2, .text-overlay-title h3, .text-overlay-title h4 {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.text-overlay-meta {
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	color: #CCC;
	font-size: 13px;
}
.text-overlay-meta span i {
	position: relative;
	top: 1px;
	font-size: 14px;
}
/* News Carousel Overlays
-----------------------------------------------------------------*/
.news-carousel .text-overlay {
	padding: 40px 30px 25px;
}
.news-carousel .text-overlay-title {
	margin: 15px 0 10px;
}
.news-carousel .text-overlay-title h2, .news-carousel .text-overlay-title h3, .news-carousel .text-overlay-title h4 {
	line-height: 1.2;
	text-overflow: none;
	white-space: normal;
}
.news-carousel .text-overlay-meta {
	font-size: 14px;
}
.news-carousel .rounded-skill {
	position: absolute;
	margin: 0 !important;
	top: 30px;
	right: 30px;
	color: #FFF;
	font-weight: 700;
}
/*-----------------------------------------------------------------------------------

	Shortcodes: headings.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Heading Styles
-----------------------------------------------------------------*/
/* Block Titles
-----------------------------------------------------------------*/
.title-block {
	padding: 2px 0 3px 20px;
	border-left: 7px solid #1ABC9C;
	margin-bottom: 30px;
}
.title-block .title-block-right {
	padding: 2px 20px 3px 0;
	border-left: 0;
	border-right: 7px solid #1ABC9C;
	text-align: right;
}
.title-block h1, .title-block h2, .title-block h3, .title-block h4 {
	margin-bottom: 0;
}
.title-block > span {
	display: block;
	margin-top: 4px;
	color: #555;
	font-weight: 300;
}
.title-block h1 + span {
	font-size: 22px;
}
.title-block h2 + span {
	font-size: 19px;
}
.title-block h3 + span {
	font-size: 17px;
}
.title-block h4 + span {
	font-size: 15px;
	margin-top: 3px;
}
/* Heading Block - with Subtitle
-----------------------------------------------------------------*/
.heading-block {
	margin-bottom: 50px;
}
.heading-block h1, .heading-block h2, .heading-block h3, .heading-block h4, .emphasis-title h1, .emphasis-title h2 {
	margin-bottom: 0;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #333;
}
.emphasis-title h1, .emphasis-title h2 {
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}
.heading-block h1 {
	font-size: 32px;
}
.heading-block h2 {
	font-size: 30px;
}
.heading-block h3 {
	font-size: 26px;
}
.heading-block h4 {
	font-size: 20px;
	font-weight: 700;
}
.heading-block > span:not(.before-heading) {
	display: block;
	margin-top: 10px;
	font-weight: 300;
	color: #777;
}
.heading-block .before-heading {
	margin-bottom: 7px;
}
.heading-block.center > span, .heading-block.title-center > span, .center .heading-block > span {
	max-width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.heading-block h1 + span {
	font-size: 24px;
}
.heading-block h2 + span {
	font-size: 22px;
}
.heading-block h3 + span, .heading-block h4 + span {
	font-size: 20px;
}
.heading-block ~ p:not(.lead) {
	font-size: 15px;
}
.heading-block:after {
	content: '';
	display: block;
	margin-top: 30px;
	width: 40px;
	border-top: 2px solid #444;
}
.center .heading-block:after, .heading-block.center:after, .heading-block.title-center:after {
	margin: 30px auto 0;
}
.heading-block.noborder:after, .heading-block.nobottomborder:after {
	display: none;
}
.tright .heading-block, .heading-block.tright, .heading-block.title-right {
	direction: rtl;
}
.heading-block.border-color:after {
	border-color: #1ABC9C;
}
/* Emphasis Title
-----------------------------------------------------------------*/
.emphasis-title {
	margin: 0 0 50px;
}
.emphasis-title h1, .emphasis-title h2 {
	font-size: 64px;
	letter-spacing: -2px;
}
.emphasis-title h1 strong, .emphasis-title h2 strong {
	font-weight: 700;
}
/* Justify Border Title
-----------------------------------------------------------------*/
.fancy-title {
	position: relative;
	margin-bottom: 30px;
}
.fancy-title h1, .fancy-title h2, .fancy-title h3, .fancy-title h4, .fancy-title h5, .fancy-title h6 {
	position: relative;
	display: inline-block;
	background-color: #FFF;
	padding-right: 15px;
	margin-bottom: 0;
}
.fancy-title h4, .fancy-title h5, .fancy-title h6 {
	padding-right: 10px;
}
.fancy-title.title-double-border:before, .fancy-title.title-border:before, .fancy-title.title-border-color:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 0;
	border-top: 3px double #E5E5E5;
	left: auto;
	top: 46%;
	right: 0;
}
.fancy-title.title-border:before {
	top: 49%;
	border-top: 1px solid #EEE;
}
.fancy-title.title-border-color:before {
	top: 49%;
	border-top: 1px solid #1ABC9C;
	opacity: 0.6;
}
/* Fancy Title - Center Align
-----------------------------------------------------------------*/
.title-center {
	text-align: center;
}
.title-center h1, .title-center h2, .title-center h3 {
	padding: 0 15px;
}
.title-center h4, .title-center h5, .title-center h6 {
	padding: 0 10px;
}
/* Fancy Title - Right Align
-----------------------------------------------------------------*/
.title-right {
	text-align: right;
}
.title-right h1, .title-right h2, .title-right h3 {
	padding: 0 0 0 15px;
}
.title-right h4, .title-right h5, .title-right h6 {
	padding: 0 0 0 10px;
}
/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/
.fancy-title.title-bottom-border h1, .fancy-title.title-bottom-border h2, .fancy-title.title-bottom-border h3, .fancy-title.title-bottom-border h4, .fancy-title.title-bottom-border h5, .fancy-title.title-bottom-border h6 {
	display: block;
	background: transparent;
	padding: 0 0 10px;
	border-bottom: 2px solid #1ABC9C;
}
/* Fancy Title - Bottom Short Border
-----------------------------------------------------------------*/
.fancy-title.title-dotted-border {
	background: url('images/icons/dotted.png') repeat-x center;
}
/* Sub Heading
-----------------------------------------------------------------*/
.before-heading {
	display: block;
	margin: 0 0 5px;
	font-size: 16px;
	font-family: 'Crete Round', serif;
	font-style: italic;
	font-weight: 400;
	color: #999;
}
/*-----------------------------------------------------------------------------------

	Shortcodes: dividers.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Divider
-----------------------------------------------------------------*/
.divider {
	position: relative;
	overflow: hidden;
	margin: 35px 0;
	color: #E5E5E5;
	width: 100%;
	/* Divider - Icon Align Right
	-----------------------------------------------------------------*/
	/* Divider - Icon Align Center
	-----------------------------------------------------------------*/
	/* Divider - Rounded Icon
	-----------------------------------------------------------------*/
	/* Divider - Rounded & Border
	-----------------------------------------------------------------*/
	/* Divider - Line Only
	-----------------------------------------------------------------*/
}
.divider.divider-margin {
	margin: 70px 0;
}
.divider:after, .divider.divider-center:before, .divider.divider-center.divider-short:before {
	content: '';
	position: absolute;
	width: 100%;
	top: 8px;
	left: 30px;
	height: 0;
	border-top: 1px solid #EEE;
}
.divider.divider-thick:after, .divider.divider-center.divider-thick:before, .divider.divider-center.divider-short.divider-thick:before {
	border-top-width: 3px;
}
.divider.divider-short:after {
	width: 30%;
}
.divider.divider-vshort:after {
	width: 12%;
}
.divider i {
	position: relative;
	width: 18px;
	height: 18px;
	line-height: 1;
	font-size: 18px !important;
	text-align: center;
}
.divider a {
	position: relative;
	display: inline-block;
	color: inherit;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
.divider a:hover {
	color: #888;
}
.divider.divider-right {
	text-align: right;
}
.divider.divider-right:after {
	left: auto;
	right: 30px;
}
.divider.divider-center, .divider.divider-center.divider-short {
	text-align: center;
}
.divider.divider-center {
	/* Short Divider - Icon Align Center
		-----------------------------------------------------------------*/
}
.divider.divider-center:before {
	left: -50% !important;
	right: 0;
	margin-left: -20px;
}
.divider.divider-center:after {
	left: 50% !important;
	right: 0;
	margin-left: 20px;
}
.divider.divider-center.divider-short:before {
	left: auto !important;
	right: 50%;
	margin-right: 20px;
	width: 15%;
}
.divider.divider-center.divider-short:after {
	left: 50% !important;
	right: auto !important;
	margin-left: 20px;
	width: 15%;
}
.divider.divider-center.divider-vshort:before, .divider.divider-center.divider-vshort:after {
	width: 6%;
}
.divider.divider-rounded {
	color: #BBB;
}
.divider.divider-rounded:after, .divider.divider-rounded.divider-center:before, .divider.divider-rounded.divider-short:before, .divider.divider-border:after, .divider.divider-border.divider-center:before, .divider.divider-border.divider-short:before {
	top: 19px;
	left: 40px;
}
.divider.divider-rounded i, .divider.divider-border i {
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #F5F5F5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}
.divider.divider-rounded.divider-right:after, .divider.divider-border.divider-right:after {
	left: auto;
	right: 40px;
}
.divider.divider-border {
	color: #E5E5E5;
}
.divider.divider-border i {
	line-height: 38px;
	background-color: transparent;
	border: 1px solid #EEE;
}
.divider.divider-line:before, .divider.divider-line:after {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
/*-----------------------------------------------------------------------------------

	youtubebg.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	HTML5 Youtube Video Backgrounds
-----------------------------------------------------------------*/
.mb_YTVPlayer {
	display: block;
	transform: translateZ(0);
	transform-style: preserve-3d;
	perspective: 1000;
	backface-visibility: hidden;
	transform: translate3d(0, 0, 0);
	animation-timing-function: linear;
}
.mb_YTVPlayer :focus {
	outline: 0;
}
.mb_YTVPlayer.fullscreen {
	display: block !important;
	position: fixed !important;
	width: 100% !important;
	height: 100% !important;
	top: 0 !important;
	left: 0 !important;
	margin: 0 !important;
	border: none !important;
}
.mb_YTVPlayer.fullscreen .mbYTP_wrapper {
	opacity: 1 !important;
}
.mbYTP_wrapper iframe {
	max-width: 4000px !important;
}
.inline_YTPlayer {
	margin-bottom: 20px;
	vertical-align: top;
	position: relative;
	left: 0;
	overflow: hidden;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.7);
	background: rgba(0, 0, 0, 0.5);
}
.inline_YTPlayer img {
	border: none !important;
	-moz-transform: none !important;
	-webkit-transform: none !important;
	-o-transform: none !important;
	transform: none !important;
	margin: 0 !important;
	padding: 0 !important;
}
/*-----------------------------------------------------------------------------------

	Shortcodes: misc.less

-----------------------------------------------------------------------------------*/
/* Infinity Scroll - Message Style
-----------------------------------------------------------------*/
#infscr-loading, #portfolio-ajax-loader {
	position: fixed;
	z-index: 20;
	top: 50%;
	left: 50%;
	width: 48px;
	height: 48px;
	margin: -24px 0 0 -24px;
	background-color: rgba(0, 0, 0, 0.7);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	line-height: 48px;
	font-size: 24px;
	color: #FFF;
	text-align: center;
}
#infscr-loading img, #portfolio-ajax-loader img {
	display: none;
	width: 24px;
	height: 24px;
	margin: 12px;
}
#portfolio-ajax-loader {
	display: none;
}
#portfolio-ajax-loader img {
	display: block;
}
.page-load-status {
	position: relative;
	display: none;
	padding: 30px 0;
}
.page-load-status .css3-spinner {
	position: absolute;
	z-index: auto;
	background-color: transparent !important;
}
.page-load-status .css3-spinner-ball-pulse-sync > div {
	background-color: #333;
}
/* ----------------------------------------------------------------
	Forms
-----------------------------------------------------------------*/
.sm-form-control {
	display: block;
	width: 100%;
	height: 38px;
	padding: 8px 14px;
	font-size: 15px;
	line-height: 1.42857143;
	color: #555555;
	background-color: #ffffff;
	background-image: none;
	border: 2px solid #DDD;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	-webkit-transition: border-color ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s;
}
.sm-form-control:focus {
	border-color: #AAA;
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sm-form-control::-moz-placeholder {
	color: #999;
	opacity: 1;
}
.sm-form-control:-ms-input-placeholder {
	color: #999;
}
.sm-form-control::-webkit-input-placeholder {
	color: #999;
}
.sm-form-control[disabled], .sm-form-control[readonly], fieldset[disabled] .sm-form-control {
	cursor: not-allowed;
	background-color: #eeeeee;
	opacity: 1;
}
.sm-form-control {
	height: auto;
}
.form-control {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.form-control:active, .form-control:focus {
	border-color: #999;
	box-shadow: none;
}
label {
	display: inline-block;
	font-size: 13px;
	font-weight: 700;
	font-family: 'Raleway', sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #555;
	margin-bottom: 10px;
	cursor: pointer;
}
label.label-muted {
	color: #999;
	font-weight: normal;
	margin-right: 5px;
}
form .col_full, form .col_half, form .col_one_third, form .col_two_third, form .col_three_fourth, form .col_one_fourth, form .col_one_fifth, form .col_two_fifth, form .col_three_fifth, form .col_four_fifth, form .col_one_sixth, form .col_five_sixth {
	margin-bottom: 25px;
}
/* ----------------------------------------------------------------
	Contact Form
-----------------------------------------------------------------*/
#contact-form-overlay, #contact-form-overlay-mini {
	position: relative;
	max-width: 800px;
	background-color: #FFF;
	padding: 40px;
	margin: 0 auto;
	z-index: 10;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	box-shadow: 0 1px 10px rgba(0, 0, 0, 0.15);
}
#contact-form-overlay-mini {
	float: right;
	width: 380px;
	margin: 0;
}
label.error {
	margin-top: 5px;
	color: #E42C3E;
	font-weight: 400;
}
label.error {
	display: none !important;
}
.show-error-msg + label.error {
	display: block !important;
}
.form-control.error, .sm-form-control.error {
	border-color: #E42C3E;
}
/* ----------------------------------------------------------------
	Google Maps
-----------------------------------------------------------------*/
#google-map {
	position: relative;
	width: 100%;
	height: 450px;
}
.gmap img {
	max-width: none !important;
}
.gm-style .gm-style-iw h3 span {
	font-size: inherit;
	font-family: inherit;
}
#map-overlay {
	position: relative;
	padding: 100px 0;
}
#map-overlay #google-map {
	position: absolute;
	height: 100%;
	top: 0;
	left: 0;
}

/* ----------------------------------------------------------------
	Quotes & Blockquotes
-----------------------------------------------------------------*/
blockquote p {
	margin-bottom: 15px;
}
blockquote.pull-left {
	max-width: 300px;
	margin: 5px 20px 10px 0;
	padding-right: 0;
}
blockquote.pull-right {
	max-width: 300px;
	margin: 5px 0 10px 20px;
	padding-left: 0;
}
.quote {
	border: none !important;
	position: relative;
}
.quote p {
	position: relative;
}
.quote:before {
	font-family: 'font-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	content: "\e7ad";
	position: absolute;
	width: 48px;
	height: 48px;
	line-height: 48px;
	font-size: 42px;
	top: 0;
	left: 0;
	color: #EEE;
}
.quote.blockquote-reverse:before {
	content: "\e7ae";
	left: auto;
	right: 0;
}

/* ----------------------------------------------------------------
	Go To Top
-----------------------------------------------------------------*/
#gotoTop {
	display: none;
	z-index: 299;
	position: fixed;
	width: 40px;
	height: 40px;
	background-color: #333;
	background-color: rgba(0, 0, 0, 0.3);
	font-size: 20px;
	line-height: 36px;
	text-align: center;
	color: #FFF;
	top: auto;
	left: auto;
	right: 30px;
	bottom: 80px;
	cursor: pointer;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
#gotoTop:hover {
	background-color: #1ABC9C;
}
body:not(.device-touch) #gotoTop {
	transition: background-color 0.2s linear;
	-webkit-transition: background-color 0.2s linear;
	-o-transition: background-color 0.2s linear;
}
.stretched #gotoTop {
	bottom: 30px;
}
/* ----------------------------------------------------------------
	Preloaders
-----------------------------------------------------------------*/
.preloader, .preloader2, .form-process {
	display: block;
	width: 100%;
	height: 100%;
	background: url("images/preloader.gif") center center no-repeat #FFF;
}
.preloader2 {
	background-color: transparent;
}
.form-process {
	display: none;
	position: absolute;
	z-index: 3;
	background-color: rgba(255, 255, 255, 0.7);
}
/* ----------------------------------------------------------------
	Footer
-----------------------------------------------------------------*/
#footer {
	position: relative;
	background-color: #EEE;
	border-top: 5px solid rgba(0, 0, 0, 0.2);
}
#footer .footer-widgets-wrap {
	position: relative;
	padding: 80px 0;
}
.device-xl.sticky-footer #top-bar, .device-lg.sticky-footer #top-bar {
	z-index: 299;
}
.device-xl.sticky-footer #header, .device-lg.sticky-footer #header {
	z-index: 199;
}
.device-xl.sticky-footer #slider, .device-lg.sticky-footer #slider, .device-xl.sticky-footer #page-submenu, .device-lg.sticky-footer #page-submenu, .device-xl.sticky-footer #page-title, .device-lg.sticky-footer #page-title, .device-xl.sticky-footer #content, .device-lg.sticky-footer #content, .device-xl.sticky-footer #slider, .device-lg.sticky-footer #slider, .device-xl.sticky-footer #page-submenu, .device-lg.sticky-footer #page-submenu, .device-xl.sticky-footer #page-title, .device-lg.sticky-footer #page-title, .device-xl.sticky-footer #content, .device-lg.sticky-footer #content {
	z-index: 2;
}
.device-xl.sticky-footer #footer, .device-lg.sticky-footer #footer {
	position: fixed;
	top: auto;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 1;
}
.device-xl.sticky-footer:not(.stretched) #footer, .device-lg.sticky-footer:not(.stretched) #footer {
	left: 50%;
	margin-left: -610px;
	width: 1220px;
}
.device-lg.sticky-footer:not(.stretched) #footer {
	margin-left: -500px;
	width: 1000px;
}
.footer-widgets-wrap .col_full, .footer-widgets-wrap .col_half, .footer-widgets-wrap .col_one_third, .footer-widgets-wrap .col_two_third, .footer-widgets-wrap .col_three_fourth, .footer-widgets-wrap .col_one_fourth, .footer-widgets-wrap .col_one_fifth, .footer-widgets-wrap .col_two_fifth, .footer-widgets-wrap .col_three_fifth, .footer-widgets-wrap .col_four_fifth, .footer-widgets-wrap .col_one_sixth, .footer-widgets-wrap .col_five_sixth {
	margin-bottom: 0;
}
#copyrights {
	padding: 40px 0;
	background-color: #DDD;
	font-size: 14px;
	line-height: 1.8;
}
#copyrights i.footer-icon {
	position: relative;
	top: 1px;
	font-size: 14px;
	width: 14px;
	text-align: center;
	margin-right: 3px;
}
#copyrights .col_half {
	margin-bottom: 0 !important;
}
#copyrights a:first-child {
	margin-left: 0;
}
#copyrights .tright a:last-child {
	margin-right: 0;
}
.copyright-links a {
	display: inline-block;
	margin: 0 3px;
	color: #333;
	border-bottom: 1px dotted #444;
}
.copyright-links a:hover {
	color: #555;
	border-bottom: 1px solid #666;
}
.copyrights-menu {
	margin-bottom: 10px;
}
.copyrights-menu a {
	font-size: 14px;
	margin: 0 10px;
	border-bottom: 0 !important;
}
.footer-logo {
	display: block;
	margin-bottom: 30px;
}

/* Navigation Tree
-----------------------------------------------------------------*/
.nav-tree {
	position: relative;
	margin-bottom: 40px;
}
.nav-tree ul {
	margin-bottom: 0;
	list-style: none;
}
.nav-tree > ul {
	margin: -8px 0;
}
.nav-tree li {
	position: relative;
}
.nav-tree li a {
	display: block;
	padding: 8px 0;
	color: #333;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 2px;
	font-family: 'Raleway', sans-serif;
}
.nav-tree li i {
	font-size: 14px;
	width: 16px;
	text-align: center;
}
.nav-tree li i:not(.icon-angle-down) {
	margin-right: 8px;
	position: relative;
	top: 1px;
}
.nav-tree li i.icon-angle-down {
	width: auto;
	font-size: 12px;
	margin-left: 2px;
}
.nav-tree li:hover > a, .nav-tree li.current > a, .nav-tree li.active > a {
	color: #1ABC9C !important;
}
.nav-tree ul ul {
	display: none;
}
.nav-tree ul ul a {
	font-size: 12px;
	padding: 6px 0;
	letter-spacing: 1px;
	font-family: 'Lato', sans-serif;
}
.nav-tree ul ul a i.icon-angle-down {
	font-size: 12px;
}
.nav-tree ul ul a {
	padding-left: 20px;
}
.nav-tree ul ul ul a {
	padding-left: 40px;
}
.nav-tree ul ul ul ul a {
	padding-left: 60px;
}
.nav-tree ul ul ul ul ul a {
	padding-left: 80px;
}
.nav-tree li.current > ul {
	display: block;
}
/*-----------------------------------------------------------------------------------

	extras.less

-----------------------------------------------------------------------------------*/
/* ----------------------------------------------------------------
	Bootstrap Specific
-----------------------------------------------------------------*/
.table .success {
	color: #3c763d;
}
.table .info {
	color: #31708f;
}
.table .warning {
	color: #8a6d3b;
}
.table .danger {
	color: #a94442;
}
.btn-link {
	color: #1ABC9C;
}
.btn-link:hover, .btn-link:focus {
	color: #222;
}
.boot-tabs {
	margin-bottom: 20px !important;
}
.carousel-control .icon-chevron-left, .carousel-control .icon-chevron-right {
	position: absolute;
	top: 47.5%;
	z-index: 5;
	display: inline-block;
}
.carousel-control .icon-chevron-left {
	left: 50%;
}
.carousel-control .icon-chevron-right {
	right: 50%;
}
.responsive-utilities th small {
	display: block;
	font-weight: 400;
	color: #999;
}
.show-grid [class^=col-] {
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #EEE;
	border: 1px solid #DDD;
}
.img-circle {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.page-item.active .page-link, .page-link:hover, .page-link:focus {
	color: #FFF !important;
	background-color: #1ABC9C !important;
	border-color: #1ABC9C !important;
}
label.radio, label.checkbox {
	padding-left: 20px;
}
.input-group-lg > .input-group-addon {
	line-height: 1;
}
