/*
Theme Name: BeaverCraft
Theme URI: http://www.thinkupthemes.com/
Author: BeaverCraft
Author URI: https://beavercraft.com.ua
Description: BeaverCraft theme is based on Consulting - the free version of the multi-purpose professional theme. 
Version: 101
License: GNU General Public License
License URI: /licenses/license.txt
Tags: Beaver, Craft, BeaverCraft, tools, wood, carving, woodcarving 
*/

/*  TABLE OF CONTENTS
00. IMPORT
01. RESET
02. GLOBAL
03. STRUCTURE
04. MEDIA
05. NAVIGATION
06. HEADER
	-Main
	-Menu
	-Bootstrap Menu
	-Slider
	-Intro Options
	-Breadcrumbs
	-Notification Bar
07. MAIN CONTENT
	-Buttons
	-Image Overlays
	-Pre-Designed Homepage
	-Call to Action / Attention Grabber
	-Floating Content
08. FOOTER
09. WIDGETS & SIDEBAR
10. PAGE FORMATS
	-Meta Content
	-Blog
	-Single Post
	-Contact Us
	-Archive
	-Sitemap
	-Parallax
	-Search Results
	-404 Error
	-Portfolio
	-Project
	-Clients
	-Testimonials
11. SHORTCODES - THEME SPECIFIC STYLE
12. PAGE BUILDER - THEME SPECIFIC STYLE
13. IE STYLES
14. SAFARI STYLES
15. MISC
*/

/* ---------------------------------------------------------------------------------------
	00. IMPORT
--------------------------------------------------------------------------------------- */
/* font-family: 'Source Sans Pro', sans-serif; */

/* ---------------------------------------------------------------------------------------
	01. RESET
--------------------------------------------------------------------------------------- */
@import url('https://fonts.googleapis.com/css?family=Exo+2');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, cite,
del, dfn, em, font, q, s, samp,
strike, strong,
ol, ul, li,
fieldset, form, label, legend,
tbody, tfoot, thead, tr {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	font-family: 'Exo 2';
}

html {
	font-size: 62.5%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
body {
	background: #fff;
	font-family: 'Exo 2';
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}

header {position:relative; z-index:9999;}

blockquote:before, q:before,
blockquote:after, q:after {
}
blockquote:before, q:before {
}
blockquote:after, q:after {
}
blockquote, q {
	position: relative;
	display: block;
	font-style: italic;
	margin: 0 0 20px 35px;
}
blockquote p:last-child {
	margin-bottom: 0;
}
blockquote cite a,
q cite a {
	color: #fff;
}
blockquote cite:before,
q cite:before {
	content: "- ";
}
dt {
	font-weight: bold;
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
	max-width: 100%;
    height: auto;
}
.clearboth {
	width: 100%;
	clear: both;
	display: block;
}
.screen-reader-text {	
	display: none;
}

.wspsc_add_cart_submit
{
	  background: #5e5e5e !important;
    background: -webkit-linear-gradient(top,#5e5e5e,#5e5e5e) !important;
    background: -ms-linear-gradient(top,#5e5e5e,#5e5e5e) !important;
    background: -moz-linear-gradient(top,#5e5e5e,#5e5e5e) !important;
    background: linear-gradient("to bottom", #5e5e5e,#5e5e5e) !important;
    box-shadow: 3px 3px 7px 0 rgba(94, 94, 94,.5), inset 0 -3px 0 0 #5e5e5e !important;
	color: #fff !important;
	height: 46px !important;
}


/*********************************OB css**************/
.more-link {display:none !important;}
#imageData #imageDetails {display:none !important;}
.lb-nav a.lb-next,
.lb-nav a.lb-prev{
  opacity:1 !important;
}

.relprodmain
{
	display: flex; 
	flex-wrap: wrap;
	font-size:15px;
}

.relproditemmain
{
	display:inline-block; 
	width:150px; 
	padding:5px;
}

.withmh
{
	min-height: 40px;
}

.relproditemmain:hover
{
	border:1px solid #7a7a7a;
}

.abusmaintxt {
	text-align: justify;
}

.abusmaintxt img {
	padding: 5px;
}

.b2norm
{
	font-weight:normal !important;
}

.slide_wr_cl
{
	min-height: 500px;
	background-size: cover;
}

@media (min-width: 320px) and (max-width: 480px) {
	.slide_wr_cl {
		background-position: center center;
	}

}
/********End of OB css****************************/
/* ---------------------------------------------------------------------------------------
	02. GLOBAL
	Open Sans, Helvetica, Arial
--------------------------------------------------------------------------------------- */
body,
button,
input,
select,
textarea {
	color: #7a7a7a;	
	font-family: 'Exo 2';
	font-size: 15px;
	line-height: 1.8;
	word-wrap: break-word;
}
body {
	background: #FFF;
}
#body-core {
	background: white;
	min-width: 320px;
}

/* Responsive screen width */
body.layout-fixed,
body.layout-fixed #body-core,
body.layout-fixed #site-header,
body.layout-fixed #header-sticky,
body.layout-fixed #notification { 
	min-width: 1140px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	color: #232323;
	clear: both;
	margin: 0 0 0.8em;
	line-height: 1.5;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family: 'Exo 2';
}
h1 {
	font-size: 28px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 16px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
hr {
	background-color: #232323;
	border: 0;
	height: 1px;
	margin-bottom: 1.25em;
}

/* Text elements */
p {
	margin-bottom: 20px;
}
ul, ol {
	margin: 0 0 20px 20px;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
	margin-left: 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
code,
pre {
	line-height: 25px;
	padding: 2px 8px;
	margin-bottom:10px;
	border: 1px solid #efefef;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 50%, #fdfdfd 50%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(50%,#f8f8f8), color-stop(50%,#fdfdfd));
	background: -webkit-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: -o-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: -ms-linear-gradient(top, #f8f8f8 50%,#fdfdfd 50%);
	background: linear-gradient(to bottom, #f8f8f8 50%,#fdfdfd 50%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8f8f8', endColorstr='#fdfdfd',GradientType=0 );
	background-size: 50px 50px;
    white-space: pre-wrap;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    word-wrap: break-word;
}
button,
input,
select,
textarea {
	font-size: 100%;
	margin: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	vertical-align: baseline;
	*vertical-align: middle;
}
button,
input {
	line-height: inherit;
	*overflow: visible;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
	padding: 10px 30px;
}
input.searchsubmit {
	padding: 10px 25px;
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}
input[type="search"] {
	-webkit-appearance: textfield;
}
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input[type=text],
input[type=email],
input[type=password],
input[type=search],
input[type=tel],
select,
textarea {
	background: white;
	border: 1px solid #EEE;
	padding: 10px 15px;
}

#speedB, #countries {padding: 5px 5px !important;}
.wp_cart_button_wrapper {width:240px;}

.brdcrb {display:inline;}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
select:focus,
textarea:focus {
	background: #fff;
}
textarea {
	overflow: auto;
	vertical-align: top;
	width: 100%;
}

/* Tables */
table {
	text-align:   center;
	margin:       0 0 25px;
	width:        100%;
	border:       1px solid #EEE;
	border-collapse:collapse;
}
caption {
	font-size:  0.875rem;
	font-style: italic;
	color:      #888;
}
th,
td {
	font-size:   0.9em;
	padding:     4px 2%;
	border:      1px solid #EEE;
	border-left: none;
}
th {
	font-weight: bold;
}
td {
	border-top: none;
}
#footer table,
#footer th,
#footer td {
	border-color: #333;
}

/* Links */
a {
	color: #000000;
	font-weight: 600;
	cursor: pointer;
	text-decoration: none;
	outline: 0 none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a:hover {
	color: inherit;
}
a,
a:visited {
	text-decoration: none;	
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 20px;
	margin-bottom: 10px;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 20px auto;
}

#mobilecart {display:none;}
.sliderlnk
{display:inline-block;
	width: 243px;
	height: 36px;
	padding-top: 10px;
	background: #5e5e5e;
	font-size: 90%;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #3d3d3d;
	border-radius: 3px;
	color: #fff;}
/* ---------------------------------------------------------------------------------------
	03. STRUCTURE
--------------------------------------------------------------------------------------- */
#pre-header-core, 
#header-core,
#header-sticky-core,
#content-core, 
#footer-core, 
#sub-footer-core,
#sub-footer-widgets,
#sub-footer-close,
#notification-core,
#intro-core,
#introaction-core,
#outroaction-core {
	display: block;
	max-width:1140px;
	margin: 0 auto;
}
#content,
.main-navigation,
.site-title,
.site-description {
    margin: 0 auto;
}
#content {
	clear: both;
	margin: 0;
	padding: 20px 10px 30px;
	position: relative;
	z-index:1;
} 

/* Boxed layout */
body.layout-boxed,
body.custom-background {
	background: #232323;
	padding: 25px 0;
}
body.layout-boxed #body-core,
body.custom-background #body-core {
	max-width: 1170px;
	display: block;
	margin: 0 auto;
	border: 1px solid #EEE;
}
body.layout-boxed #pre-header,
body.layout-boxed #header,
body.layout-boxed #header-sticky,
body.custom-background #pre-header,
body.custom-background #header,
body.custom-background #header-sticky {
	max-width: 1170px;
}
body.layout-boxed #pre-header,
body.custom-background #pre-header {
	border-top: none;
}

/* ---------------------------------------------------------------------------------------
	04. MEDIA
--------------------------------------------------------------------------------------- */
.entry-content img,
.entry-content iframe {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
}
embed,
iframe,
object,
.wp-caption {
	max-width: 100%;
}
iframe.twitter-tweet {
	margin: 0 !important;
	width: 100%;
}
.wp-caption .wp-caption-text, .gallery-caption {
	font-size: 20px;
	text-align:center;
	text-transform:uppercase;
}
#content .gallery a img {
	border: none;
}


/* ---------------------------------------------------------------------------------------
	05. NAVIGATION
--------------------------------------------------------------------------------------- */
#nav-above,
#nav-below {
	padding: 7px 20px;
	margin: 0 0 40px;
	background: #FFF;
	border: 1px solid rgba(35, 35, 35, 0.15);
    box-shadow: 0 3px 3px 0 rgba(35, 35, 35, 0.15);
}
.nav-previous,
.nav-next {
}
.nav-previous {
	float: left;
}
.nav-next {
	float: right;
}
.nav-previous a,
.nav-next a {
	display: block;
	color: #5e5e5e;
	text-align: center;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
}
.nav-previous a:hover,
.nav-next a:hover {
	opacity: 0.9;
}
.nav-previous a .meta-nav,
.nav-next a .meta-nav {
	padding: 0 8px;
}
.nav-previous a .meta-icon,
.nav-next a .meta-icon {
	top: -1px;
	position: relative;
}
.nav-previous a:hover .meta-icon,
.nav-next a:hover .meta-icon {
}
.nav-previous i,
.nav-next i {
}

/* =Pagination
----------------------------------------------------------------------------- */
.pag {
	background: #4498e7;
	margin: 10px 0 30px;
	padding: 11px 15px;
	list-style: none;
}
.pag li {
	font-size: 90%;
	text-align: center;
	display: inline-block;
	margin-right: 1px;
}
.pag li a,
.pag li span {
	color: inherit;
	display: block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	background: none;
	margin-right: 5px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.pag li a:hover,
.pag li.current span {
	color: #4498e7;
	background: #FFF;
}
li.pag-first,
li.pag-last {
/*	display: none;
*/}
li.pag-previous {
}
li.pag-next {
}

/* Centralize pagination for all except first and last page */
.pag.pag-start {
}
.pag.pag-inner {
}
.pag.pag-end {
}
.pag.pag-inner span.pag-before {
}
.pag.pag-inner span.pag-current {
}
.pag.pag-inner span.pag-after {
}

/* Pagination - Native WordPress pagination */
.navigation.pagination {
	background: #4498e7;
	margin: 10px 10px 30px;
	padding: 11px 15px;
}
.navigation.pagination .screen-reader-text {
	display: none;
}
.navigation.pagination .nav-links a,
.navigation.pagination .nav-links span {
	font-size: 90%;
	text-align: center;
	display: inline-block;
	width: 28px;
	height: 28px;
	line-height: 28px;
	color: #FFF;
	background: #4498e7;
	margin-right: 3px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.navigation.pagination .nav-links a:hover,
.navigation.pagination .nav-links a.current,
.navigation.pagination .nav-links span:hover,
.navigation.pagination .nav-links span.current {
	color: #4498e7;
	background: #000;
}
.navigation.pagination .nav-links .dots:hover {
	color: #FFF;
	background: #FFF;
}


/* ---------------------------------------------------------------------------------------
	06. HEADER
--------------------------------------------------------------------------------------- */

/* Custom Header */
.custom-header img {
	display: block;
	margin: 0 auto;
}

/* =Main
----------------------------------------------------------------------------- */
.site-description {
	color: #AAA;
	font-size: 13px;
	line-height: 16px;
}
#logo,
#logo-sticky {
	float: left;
	margin-top: 10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo img,
#logo-sticky img {
	width: auto;
	max-height: 60px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#logo h1,
#logo-sticky h1 {
	font-size: 22px;
	line-height: 1.4;
	font-weight: bold;
	margin-top: 10px;
}
#logo h1 {
	margin-bottom: 0;
}

/* Logo - Sticky Header */
#logo-sticky {
	margin-top: 10px;
}
#logo-sticky img {
	max-height: 45px
}
#logo-sticky h1 {
	font-size: 15px;
}
#logo-sticky .site-description {
	display: none;
}

/* Logo - Header Style 1 - Bottom */
.header-below #logo {
	margin-top: 12px !important;
}
.header-below #logo img {
	max-height: 45px;
}

/* Logo - Header Style 1 (with logo overflowing) */
.header-style1.header-logooverflow #logo,
.header-style1.header-logooverflow #logo-sticky {
	margin: 0;
}
.header-style1.header-logooverflow #logo img,
.header-style1.header-logooverflow #logo-sticky img {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
	height: 200px;
	max-height: 100%;
}

/* Logo - Header Style 2 */
.header-style2 #logo {
	margin-top: 20px;
	margin-left: 10px;
}
.header-style2 #logo h1 {
	color: #fff;
}

/* Logo - Header Style 3 */
.header-style3 #logo {
	float: none;
	text-align: center;
	margin: 40px 0 35px;
}
.header-style3 #logo a {
	display: inline-block;
}
.header-style3 #logo h1 {
	margin-bottom: 10px;
}
.header-style3 #logo img {
	max-height: 90px;
}

/* =Menu
----------------------------------------------------------------------------- */

/* Site-header */
#site-header {
	line-header: 1.5;
	position: relative;
	z-index: 0;
}

/* Pre-header */
#pre-header {
	position: relative;
	background: #5e5e5e;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header .header-links > ul > li > a {
	display: inline-block;
}
#pre-header .header-links > ul > li:last-child > a {
	padding-right: 0;
}
#pre-header li {
	float: left;
}
#pre-header .header-links .menu-hover > a,
#pre-header .header-links > ul > li > a:hover {
	color: #E3E3E3;
}
#pre-header .header-links li,
#pre-header .header-links li a {
	color: #B3B3B3;
	font-size: 12px;
	font-weight: 300;
}
#pre-header .header-links li a {
	display: block;
	padding: 7px 10px 7px 0;
}
#pre-header .header-links > ul > li:before {
	content: "/";
	padding-right: 10px;
}
/*#pre-header .header-links > ul > li > a:after {
	content: '/';
	padding-left: 10px;
}
#pre-header .header-links > ul > li:last-child > a:after {
	display: none;
}*/

#pre-header .header-links > ul > li.alignright:before,
#pre-header .header-links > ul > li:first-child:before {
	content: "";
	padding: 0;
}
#pre-header .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f0d7";
	font-family: FontAwesome;
	padding-left: 6px;
}
#pre-header .header-links .sub-menu {
	position: absolute;
	display: none;
	z-index: 9999;
	border-top: 1px solid #1E1E1E;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header .header-links .sub-menu li {
}
#pre-header .header-links .sub-menu a {
	background: #333;
	min-width: 100px;
	padding: 5px 25px 5px 15px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#pre-header .header-links .sub-menu a:hover {
	color: #E3E3E3;
}
#pre-header-core {
	display: table;
	width: 100%;
}
#pre-header-links-inner,
#pre-header-search,
#pre-header-social {
	display: table-cell;
	vertical-align: middle;
}
#pre-header-links-inner > ul {
	float: right;
}

/* Pre-header - Alignment */
#pre-header li.alignright {
	float: right;
	margin: 0;
}

/* Pre-header - Icon Styling */
#pre-header .header-links i {
	color: #FFF;
	padding-right: 10px;
	font-size: larger;
}

/* Pre-header - Social Media */
#pre-header-social {
	float: left;
	padding-right: 40px;
}
#pre-header-social ul {
	display: table;
	float: right;
}
#pre-header-social li.message {
	border: none;
	padding-right: 10px;
	white-space: nowrap;
}
#pre-header-social li,
#pre-header-social li a {
	border: 0px;
}
#pre-header-social li {
	color: #B3B3B3;
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#pre-header-social li a {
	display: block;
	text-align: center;
	width: 22px;
	height: 22px;
	line-height: 22px;
	color: #b3b3b3;
	background: #333;
	margin: 6px 4px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
#pre-header-social li:last-child > a {
}
#pre-header-social li a:hover {
	background: #4498e7;
}

#pre-header-social li.facebook a:hover {
	background: #3b5997;
}
#pre-header-social li.twitter a:hover {
	background: #a5dee8;
}
#pre-header-social li.google-plus a:hover {
	background: #db4a39;
}
#pre-header-social li.instagram a:hover {
	background: #AC8263;
}
#pre-header-social li.tumblr a:hover {
	background: #395672;
}
#pre-header-social li.linkedin a:hover {
	background: #56a1c4;
}
#pre-header-social li.flickr a:hover {
	background: #c5c5c5;
}
#pre-header-social li.pinterest a:hover {
	background: #C92228;
}
#pre-header-social li.xing a:hover {
	background: #126567;
}
#pre-header-social li.paypal a:hover {
	background: #1e477a;
}
#pre-header-social li.youtube a:hover {
	background: #de1f26;
}
#pre-header-social li.vimeo-square a:hover {
	background: #4EBBFF;
}
#pre-header-social li.rss a:hover {
	background: #fea81d;
}
#pre-header-social li i {
	font-size: 11px;
	vertical-align: middle;
}
#pre-header-social .tooltip-inner {
	padding: 6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Pre Header - Search */
#pre-header-search {
	width: 165px;
	float: left;
	position: relative;
	padding-right: 40px;
}
#pre-header-search .search {
	font-size: 12px;
	width: 165px;
	height: 35px;
	color: #B3B3B3;
	background: #333;
	border: none;
	padding: 10px 40px 10px 15px;
}
#pre-header-search .searchsubmit {
	display: none;
}
#pre-header-search .fa-search {
	font-size: 14px;
	text-align: center;
	color: #B3B3B3;
	position: absolute;
	right: 40px;
	width: 40px;
	height: 35px;
	line-height: 35px;
}

/* Pre-Header Search placeholder text color */
#pre-header-search ::-webkit-input-placeholder { color: #787878; }
#pre-header-search :-moz-placeholder { color: #787878; }
#pre-header-search ::-moz-placeholder { color: #787878; }
#pre-header-search :-ms-input-placeholder { color: #787878; }

/* Pre Header - Style 2 */
.pre-header-style2 #pre-header {
	background: #FFF;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #EEE;
}
.pre-header-style2 #pre-header .header-links > ul > li > a {
}
.pre-header-style2 #pre-header .header-links > ul > li:last-child > a {
}
.pre-header-style2 #pre-header .header-links li a {
	background: #FFF;
}
.pre-header-style2 #pre-header .header-links li,
.pre-header-style2 #pre-header .header-links li a,
.pre-header-style2 #pre-header-social li {
	color: #AAA;
}
.pre-header-style2 #pre-header .header-links i {
	color: #4498e7;
}
.pre-header-style2 #pre-header-social li a {
	color: #FFF;
	background: #DDD;
}
.pre-header-style2 #pre-header-social li:last-child > a {
}
.pre-header-style2 #pre-header .header-links a:hover {
	color: #4498e7;
}
.pre-header-style2 #pre-header .header-links .sub-menu {
	border: 1px solid #EEE;
}

.pre-header-style2 #pre-header-search .search {
	color: #999;
	background: none;
	border-left: 1px solid #EEE;
	border-right: 1px solid #EEE;
}
.pre-header-style2 #pre-header-search .fa-search {
	color: #aaa;
}

.pre-header-style2 #pre-header-search ::-webkit-input-placeholder { color: #CACACA; }
.pre-header-style2 #pre-header-search :-moz-placeholder { color: #CACACA; }
.pre-header-style2 #pre-header-search ::-moz-placeholder { color: #CACACA; }
.pre-header-style2 #pre-header-search :-ms-input-placeholder { color: #CACACA; }

/* Header (including #header-sticky */
#header,
#header-sticky {
	position: relative;
	font-size: 12px;
	background: #FFF;
	padding: 0;
	z-index: 99999;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header-core,
#header-sticky-core {
	position: relative;
}
#header-links,
#header-sticky-links {
	float: right;
}
#header-links-inner,
#header-sticky-links-inner {
	float: right;
	display: table;
}
#header .header-links li,
#header-sticky .header-links li {
	float: left;
}
#header .header-links > ul > li a,
#header-sticky .header-links > ul > li a {
	font-size: 13px;
	padding: 29px 20px;
}
#header .header-links > ul > li.menu-parent > a:after,
#header-sticky .header-links > ul > li.menu-parent > a:after {
	position: relative;
	content: "\f0d7";
	font-family: FontAwesome;
	padding-left: 6px;
}
#header .header-links li a,
#header-sticky .header-links li a {
	color: #5e5e5e;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
	padding: 8px 14px;
	margin: 0px;
}
#header .header-links .sub-menu,
#header-sticky .header-links .sub-menu {
	display: none;
	float: left;
	position: absolute;
	z-index: 9999;
	background: #FFF;
	border-top: none;
	border-bottom: none;
	-webkit-box-shadow: 0 3px 10px 0 rgba( 38, 36, 36, 0.15 );
	-moz-box-shadow: 0 3px 10px 0 rgba( 38, 36, 36, 0.15 );
	-ms-box-shadow: 0 3px 10px 0 rgba( 38, 36, 36, 0.15 );
	-o-box-shadow: 0 3px 10px 0 rgba( 38, 36, 36, 0.15 );
	box-shadow: 0 3px 10px 0 rgba( 38, 36, 36, 0.15 );
}
#header .header-links .menu-hover > .sub-menu,
#header-sticky .header-links .menu-hover > .sub-menu {
	border-color: #FFF;
}
#header .header-links .sub-menu li,
#header-sticky .header-links .sub-menu li {
	float: none;
}
#header .header-links .sub-menu a,
#header-sticky .header-links .sub-menu a {
	text-transform: none;
	color: #454545;
	font-size: 12px;
	font-weight: 400;
	line-height: 32px;
	min-width: 100px;
	margin: 0;
	padding: 2px 10px 2px 0;
}

#header .header-links .sub-menu li:last-child > a,
#header-sticky .header-links .sub-menu li:last-child > a {
	border: 0;
}
/* Главное меню */
#header .header-links .sub-menu a:hover,
#header .header-links .sub-menu .current-menu-item a,
#header-sticky .header-links .sub-menu a:hover,
#header-sticky .header-links .sub-menu .current-menu-item a {
	color: #454545;
}
#pre-header .sub-menu li,
#header .sub-menu li,
#header-sticky .sub-menu li {
	float: none;
	position: relative;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease
}
#header .sub-menu li,
#header-sticky .sub-menu li {
	padding: 0 20px;
	border-left: none;
	border-right: none;
	border-bottom: none;
}
#header .menu > li > a,
#header-sticky .menu > li > a {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .menu > li.menu-hover > a,
#header .menu > li.current-menu-item > a, 
#header .menu > li.current-menu-ancestor > a,
#header .menu > li > a:hover,
#header-sticky .menu > li.menu-hover > a,
#header-sticky .menu > li.current-menu-item > a, 
#header-sticky .menu > li.current-menu-ancestor > a,
#header-sticky .menu > li > a:hover {
	color: #000000;
}
.main-navigation:after {
	clear: both;
	content: "";
	display: block;
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation .sub-menu a {
	white-space: nowrap;
}
.main-navigation .sub-menu .sub-menu {
	position: absolute;
	top: 0px;
	left: 100%;
}
.main-navigation ul ul :hover > a {
}
#pre-header .main-navigation ul li:hover > ul,
#header .main-navigation ul li:hover > ul,
#header-sticky .main-navigation ul li:hover > ul {
	display: block;
}

/* Header Sticky */
#header-sticky {
	opacity: 0.85;
	visibility: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 999999;
	border-bottom: 1px solid #EEE;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	-o-transform: translateY(-100%);
	transform: translateY(-100%);
}
#header-sticky:hover {
	opacity: 1;
}
.header-sticky-active #header-sticky {
	visibility: visible;
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0);
}
#header-sticky .header-links > ul > li a{
	padding: 20px 15px;
}

/* Header - Mega Menu */
#header .header-links .header-thinkupmega > ul,
#header-sticky .header-links .header-thinkupmega > ul {
	left: 0;
	width: 100%;
	border-left: 1px solid #E3E3E3;
	border-right: 1px solid #E3E3E3;
	margin: 0 !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header .header-links .header-thinkupmega > ul > li:first-child,
#header-sticky .header-links .header-thinkupmega > ul > li:first-child {
	border-left: none;
	height: auto !important;
}
#header .header-links .header-thinkupmega > ul > li,
#header-sticky .header-links .header-thinkupmega > ul > li {
	float: left;
	padding-top: 10px;
	padding-bottom: 10px;
	border-right: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#header .header-links .header-thinkupmega  > ul > li > a,
#header-sticky .header-links .header-thinkupmega  > ul > li > a {
	font-weight: 700;
	text-transform: uppercase;
}
#header .header-links .header-thinkupmega  > ul > li > a:before,
#header-sticky .header-links .header-thinkupmega  > ul > li > a:before {
	content: "";
}
#header .header-links .header-thinkupmega ul .sub-menu,
#header-sticky .header-links .header-thinkupmega ul .sub-menu {
	position: relative;
	display:block !important;
	visibility: visible !important;
	float: none;
	left: 0px;
	top: auto;
	border: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#header .header-links .header-thinkupmega ul .sub-menu li,
#header-sticky .header-links .header-thinkupmega ul .sub-menu li {
	position: relative;
	border: none;
	padding-left: 0;
	padding-right: 0;
}
#header .header-links .header-thinkupmega ul .sub-menu a,
#header-sticky .header-links .header-thinkupmega ul .sub-menu a {
	border: none;
}
#header .header-links .header-thinkupmega ul .sub-menu a:before,
#header-sticky .header-links .header-thinkupmega ul .sub-menu a:before {
	position: relative;
	font-family: FontAwesome;
	content: "\f105";
	padding-right: 10px;
}
#header .header-links .header-thinkupmega .sub-menu a,
#header-sticky .header-links .header-thinkupmega .sub-menu a {
	padding: 2px 10px;
}

/* Header - Style 1 */
.header-style1 #header {
	margin: 0 auto;
	left: 0;
	right: 0;
	border-bottom: 1px solid #EEE;
}
.header-style1.intro-on #header,
.header-style1.slider-full #header {
	border-bottom: none;
}
.header-style1.intro-on.header-logooverflow #logo img,
.header-style1.slider-full.header-logooverflow #logo img {
	top: -10%;
	left: -15px;
	max-height: 120%;
}

/* Header - Style 1 (flaoting header) */
.header-style1.header-float.intro-on #header,
.header-style1.header-float.slider-full #header {
	max-width: 1170px;
	position: absolute;
	margin-top: 40px;
}

/* Header - Style 2 (Including pre-header & social icons styling & search) */
.header-style2 #header .header-links > ul > li {
	margin-top: 19px;
	margin-bottom: 19px;
}
.header-style2 #header .header-links > ul > li:first-child {
	border-left: 1px solid #353535;
	padding-left: 20px;
}
.header-style2 #header .header-links > ul > li:last-child {
	padding-right: 20px;
}
.header-style2 #header .header-links > ul > li > a,
.header-style2 #header-sticky .header-links > ul > li > a {
	color: #FFF;
	padding: 20px 20px;
}
.header-style2 #header .menu > li.menu-hover > a,
.header-style2 #header .menu > li.current-menu-item > a,
.header-style2 #header .menu > li.current-menu-ancestor > a,
.header-style2 #header .menu > li > a:hover,
.header-style2 #header-sticky .menu > li.menu-hover > a,
.header-style2 #header-sticky .menu > li.current-menu-item > a,
.header-style2 #header-sticky .menu > li.current-menu-ancestor > a,
.header-style2 #header-sticky .menu > li > a:hover {
	color: #4498e7;
}
.header-style2 #header-core,
.header-style2 #header-sticky {
	background: #232323;
	border-color: #353535;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.header-style2.intro-on #header,
.header-style2.slider-full #header {
	position: absolute;
	width: 100%;
	background: none;
}
.header-style2.intro-on #header-core,
.header-style2.slider-full #header-core {
	padding: 0 15px;
}

/* Header - Style 2 (Below slider) */
.header-style2.header-below #header {
	position: static;
	background: #232323;
}
.header-style2.header-below #header .header-links > ul > li > a {
	padding: 25px 15px;
}
.header-style2.header-below #header .sub-menu {
}
.header-style2.header-below #header .header-links > ul > li {
	margin-top: 0;
	margin-bottom: 0;
}
.header-style2.header-below1 #header #header-links-inner > ul > li > .sub-menu {
	bottom: 100%;
}
.header-style2.header-below1 #header .header-links > ul > li.menu-parent > a:after {
	content: "\f0d8";
}
.header-style2.header-below1 #header .main-navigation .sub-menu .sub-menu {
	top: -1px
}
.header-style2.header-below2 #header .sub-menu {
	bottom: auto;
}

/* Header - Style 3 (Including pre-header & social icons styling & search) */
.header-style3 #header {
	background: #FFF;
}
.header-style3 #header #header-core,
.header-style3.slider-full #header #header-core {
	max-width: 100%;
}
.header-style3 #header #header-links {
	float: none;
	background: #FFF;
	border-top: 1px solid #AAA;
	border-bottom: 1px solid #AAA;
}
.header-style3.slider-full #header {
	border-bottom: none;
}
.header-style3.slider-full #header-links {
    border-bottom: none !important;
}
.header-style3 #header #header-links-inner {
	text-align: center;
	float: none;
	width: 100%;
	max-width: 1140px;
	margin: 0 auto;
}
.header-style3 #header-links-inner > .menu {
	display: inline-block;
}
.header-style3 #header .header-links > ul > li > a {
	padding: 15px 20px;
}
.header-style3 #header .header-links > ul > li:last-child > a {
}
.header-style3 #header .header-links .sub-menu {
	text-align: left;
}
.header-style3 #header .header-links .sub-menu a {
}
.header-style3 #header .main-navigation .sub-menu .sub-menu {
}
.header-style3 #header .header-links li a {
}
.header-style3 #header .menu > li.menu-hover > a, 
.header-style3 #header .menu > li.current_page_item > a, 
.header-style3 #header .menu > li.current-menu-ancestor > a, 
.header-style3 #header .menu > li > a:hover {
}
.header-style3 #header .header-links .header-thinkupmega > ul {
	border-left: none;
	border-right: none;
}

/* Header - Style 3 (Position social media icons alongside logo) */
.header-style3 #header-container {
	display: table;
	max-width: 1140px;
	width: 100%;
	margin: 25px auto 20px;
}
.header-style3 #header-container #logo,
.header-style3 #header-container #header-social {
	display: table-cell;
	vertical-align: middle;
}
.header-style3 #header-container #logo {
	text-align: left;
}

/* Header - Align header links with search */
#header-links-inner {
	display: table;
}
#header-links-inner > .menu,
#header-search,
#header-social {
	display: table-cell;
	vertical-align: middle;
}

/* Header - Social Media*/
#header-social {
	padding-left: 40px;
}
#header-social ul {
	float: right;
	display: table;
	margin: 0;
}
#header-social li.message {
	border: none;
	padding-right: 10px;
	white-space: nowrap;
}
#header-social li,
#header-social li a {
	border: 0px;
}
#header-social li {
	display: table-cell;
	vertical-align: middle;
	float: none !important;
}
#header-social li a {
	display: table !important;
	text-align: center;
	width: 36px;
	height: 36px;
	color: #FFF !important;
	background: #292929;
	padding: 0 !important;
	margin: 2px !important;
}
#header-social li a:hover {
	color: #fff;
	opacity: 0.8;
}

#header-social li.facebook a {
	background: #3b5997;
}
#header-social li.twitter a {
	background: #a5dee8;
}
#header-social li.google-plus a {
	background: #db4a39;
}
#header-social li.instagram a {
	background: #AC8263;
}
#header-social li.tumblr a {
	background: #395672;
}
#header-social li.linkedin a {
	background: #56a1c4;
}
#header-social li.flickr a {
	background: #c5c5c5;
}
#header-social li.pinterest a {
	background: #C92228;
}
#header-social li.xing a {
	background: #126567;
}
#header-social li.paypal a {
	background: #1e477a;
}
#header-social li.youtube a {
	background: #de1f26;
}
#header-social li.vimeo-square a {
	background: #4EBBFF;
}
#header-social li.rss a {
	background: #fea81d;
}
#header-social li i {
	font-size: 12px;
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
#header-social .tooltip-inner {
	padding: 6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Header - Search */
#header-search {
	width: 165px;
	position: relative;
	padding-left: 10px;
}
#header-search .search {
	width: 165px;
	height: 30px;
	background: none;
	border: 1px solid #EEE;
	padding: 5px 40px 5px 15px;
}
#header-search .searchsubmit {
	display: none;
}
#header-search .fa-search {
	font-size: 14px;
	text-align: center;
	color: #aaa;
	position: absolute;
	right: 0;
	width: 40px;
	height: 30px;
	line-height: 30px;
    border-left: 1px solid #EEE;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header-search .fa-search:hover {
	color: #FFF;
	background: #4498e7;
}

/* Header Search placeholder text color */
#header-search ::-webkit-input-placeholder { color: #CACACA; }
#header-search :-moz-placeholder { color: #CACACA; }
#header-search ::-moz-placeholder { color: #CACACA; }
#header-search :-ms-input-placeholder { color: #CACACA; }

/* Header - Search  - Header Style 2 */
.header-style2 #header-search {
	padding-left: 40px;
	border-left: 1px solid #353535;
}
.header-style2 #header-search .search,
.header-style2 #header-search .fa-search {
	border-color: #353535;
}

/* Header - Search  - Header Style 3 */
.header-style3 #header #header-search {
	width: 235px;
	padding-left: 10px;
}
.header-style3 #header #header-search .search {
	width: 235px;
	height: 40px;
}
.header-style3 #header #header-search .fa-search {
    height: 40px;
    line-height: 40px;
	border: none;
}
.header-style3 #header #header-search .fa-search:hover {
	color: #232323;
    background: inherit;
}
.header-style3 #header-sticky #header-search .search,
.header-style3 #header-sticky #header-search .fa-search {
	border-color: #333;
}

/* Arrows of menu parents (uses FontAwesome css) */
#pre-header .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.2em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 10px;
	top: -2px;
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#pre-header .sub-menu .menu-parent > a:hover:before {
	left: 15px
}
#header .sub-menu .menu-parent > a:before,
#header-sticky .sub-menu .menu-parent > a:before {
	font-family: FontAwesome;
	font-size: 1.2em;
	text-align: right;
	content: "\f105";
	position: relative;
	left: 15px;
	display: inline-block;
	float: right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#header .sub-menu .menu-parent > a:hover:before,
#header-sticky .sub-menu .menu-parent > a:hover:before {
	left: 15px;
}

/* =Bootstrap Menu
----------------------------------------------------------------------------- */
#header-responsive {
	display: none;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}


/* =Slider
----------------------------------------------------------------------------- */
#slider {
	position: relative;
}
#slider-core {
	position: relative;
	text-align: center;
}

/* SlideDeck 2 Slider */
#slider .slidedeck-frame {
	margin: 0 auto;
}

/* Responsive ThinkUpSlider */
#slider .slides {
	height: 0;
	margin: 0;
}
#slider .rslides {
	margin: 0;
	overflow: hidden;
}
.rslides li {
	width: 100%;
}
.rslides img {
	width: 100%;
}
#slider .rslides-inner {
	position: relative;
	width: 1140px;
	max-width: 100%;
	margin: 0 auto;
	border: 0;
	overflow: hidden;
}
#slider .rslides-inner li {
	height: auto;
	list-style: none;
}
#slider .rslides-container {
	padding: 6px 10px;
}
#slider a.rslides_nav {
	text-align: center;
	line-height: 1;
	width: 60px;
	height: 60px;
	margin: -30px 0 0;
	position: absolute;
	overflow: hidden;
	top: 50%;
	color: rgba(0, 0, 0, 0.8);
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider a.rslides_nav.prev {
	left: -60px;
}
#slider a.rslides_nav.next {
	right: -60px;
}
#slider a.rslides_nav.prev:before,
#slider a.rslides_nav.next:before {
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 9999;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}
#slider a.rslides_nav.prev:hover:before,
#slider a.rslides_nav.next:hover:before {
	color: #333;
	background: #fff;
}
#slider a.rslides_nav.prev:before {
	content: "\f104";
}
#slider a.rslides_nav.next:before {
	content: "\f105";
}
#slider .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
#slider .rslides-inner:hover a.rslides_nav.prev {
	left: 0px;
}
#slider .rslides-inner:hover a.rslides_nav.next {
	right: 0px;
}
#slider .rslides_tabs {
	position: absolute;
	z-index: 99;
	text-align: center;
	width: 100%;
	bottom: 20px;
	margin: 0;
	height: 12px;
}
#slider .rslides_tabs li {
	list-style: none;
	margin: 0 5px;
	display: inline-block;
	zoom: 1;
}
#slider .rslides_tabs li a {
	width: 12px;
	height: 12px;
	display: block;
	background: none;
	border: 2px solid #fff;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
#slider .rslides_tabs li a:hover,
#slider .rslides_tabs li.rslides_here a {
	background: #FFF;
}

/* Vary style for full-width and boxed slider */
.layout-boxed #slider .rslides-content,
.custom-background #slider .rslides-content,
.slider-boxed #slider .rslides-content {
	padding: 0 80px;
}
.slider-boxed #slider {
	margin-top: 30px;
}
.slider-boxed #slider .rslides-inner {
	width: 1130px;
}
.slider-boxed #slider .rslides-inner {
	-webkit-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	-moz-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	-o-box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
	box-shadow: 0 0 0 5px #FFF, 0 0 0 6px #DDD;
}
.slider-full #header-core {
	max-width: 1140px; 
}
.slider-full #header-links {
	border-bottom: none;
}
.slider-full #slider  .rslides-inner {
	width: 100%;
	position: relative;
}
.slider-full #slider .rslides-container {
	padding: 0;
}

/* Responsive ThinkUpSlider - Content */
#slider .rslides-content,
.thinkupslider-sc .rslides-content {
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider .rslides-content-inner,
.thinkupslider-sc .rslides-content-inner {
	display: table;
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
#slider .featured,
.thinkupslider-sc .featured {
	display: table-cell;
	vertical-align: middle;
}
#slider .featured-title,
.thinkupslider-sc .featured-title {
	margin-bottom: 30px;
}
#slider .featured-title span,
.thinkupslider-sc .featured-title span {
	position: relative;
	display: inline-block;
	color: #FFF;
	font-size: 48px;
	font-weight: 400;
	line-height: 1;
}
#slider .featured-title span:after,
.thinkupslider-sc .featured-title span:after {
}

#slider .featured-excerpt p,
.thinkupslider-sc .featured-excerpt p {
	margin-bottom: 35px;
}
#slider .featured-excerpt span,
.thinkupslider-sc .featured-excerpt span {
	display: inline-block;
	color: #b1b1b1;
	font-size: 13px;
	line-height: 1.8;
	font-weight: 400;
}
#slider .featured-excerpt i,
.thinkupslider-sc .featured-excerpt i {
	font-size: 10px;
	vertical-align: middle;
	padding-right: 10px;
}
#slider .featured-link a,
.thinkupslider-sc .featured-link a {
	display: inline-block;
	color: #FFF;
	font-size: 12px;
	font-weight: 700;
	text-align: center;
	padding: 12px 35px;
	background: #4498e7;
	border: none;
	border-bottom: 2px solid rgba( 0, 0, 0, 0.2 );
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
#slider .featured-link a:hover,
.thinkupslider-sc .featured-link a:hover {
	opacity: 0.75;
}

/* Slider - Video Slider - YouTube / Vimeo */
#slider.style2 .featured.one_half,
.thinkupslider-sc.style2 .featured.one_half {
	padding-left: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider.style3 .featured.one_half,
.thinkupslider-sc.style3 .featured.one_half {
	padding-right: 40px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#slider.style2 .wrap-safari,
#slider.style3 .wrap-safari,
.thinkupslider-sc.style2 .wrap-safari,
.thinkupslider-sc.style3 .wrap-safari {
	display: table;
	height: 100%;
	max-width: 1140px;
	margin: 0 auto;
	width: 100%;
}
#slider.style2 .rslides-content-inner,
#slider.style3 .rslides-content-inner,
.thinkupslider-sc.style2 .rslides-content-inner,
.thinkupslider-sc.style3 .rslides-content-inner {
	display: table-cell;
	width: 100%;
	vertical-align: middle;
	margin: 0 auto;
}
#slider.style2 .featured-video,
#slider.style3 .featured-video,
.thinkupslider-sc.style2 .featured-video,
.thinkupslider-sc.style3 .featured-video {
	margin-bottom: 0;
}

/* Slider - Video code */
#slider .featured-video .wp-video,
#slider .wp-video-shortcode,
.thinkupslider-sc .featured-video .wp-video,
.thinkupslider-sc .wp-video-shortcode {
	max-width: 100%;
}
#slider .videoBG video,
.thinkupslider-sc .videoBG video {
	top: 0% !important;
	width: 100%;
}
#slider .mejs-layers,
.thinkupslider-sc .mejs-layers {
	max-width: 100%;
}
#slider .videoBG,
#slider .videoBG_wrapper,
#slider .videoBG_wrapper li,
.thinkupslider-sc .videoBG,
.thinkupslider-sc .videoBG_wrapper,
.thinkupslider-sc .videoBG_wrapper li {
	width: 100% !important;
	height: 100% !important;
}

/* Animate slide content */
#slider .featured-title,
#slider .featured-excerpt,
#slider .featured-link,
.thinkupslider-sc .featured-title,
.thinkupslider-sc .featured-excerpt,
.thinkupslider-sc .featured-link {
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#slider .rslides > [class*="_on"] .featured-title,
#slider .rslides > [class*="_on"] .featured-excerpt,
#slider .rslides > [class*="_on"] .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
}
#slider .rslides > [class*="_on"] .featured-title,
.thinkupslider-sc .rslides > [class*="_on"] .featured-title {
	-webkit-transition-delay: 1.0s;
	-moz-transition-delay: 1.0s;
	-ms-transition-delay: 1.0s;
	-o-transition-delay: 1.0s;
	transition-delay: 1.0s;
}
#slider .rslides > [class*="_on"] .featured-excerpt,
.thinkupslider-sc .rslides > [class*="_on"] .featured-excerpt {
	-webkit-transition-delay: 1.2s;
	-moz-transition-delay: 1.2s;
	-ms-transition-delay: 1.2s;
	-o-transition-delay: 1.2s;
	transition-delay: 1.2s;
}
#slider .rslides > [class*="_on"] .featured-link,
.thinkupslider-sc .rslides > [class*="_on"] .featured-link {
	-webkit-transition-delay: 1.4s;
	-moz-transition-delay: 1.4s;
	-ms-transition-delay: 1.4s;
	-o-transition-delay: 1.4s;
	transition-delay: 1.4s;
}

/* Slider - Alignment */
#slider .rslides-content.slider-left .featured-title,
#slider .rslides-content.slider-left .featured-excerpt,
#slider .rslides-content.slider-left .featured-link,
.thinkupslider-sc .rslides-content.slider-left .featured-title,
.thinkupslider-sc .rslides-content.slider-left .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-left .featured-link {
	text-align: left;
}
#slider .rslides-content.slider-left .featured-title span:after,
.thinkupslider-sc .rslides-content.slider-left .featured-title span:after {
	left: 0;
	right: auto;
}
#slider .rslides-content.slider-right .featured-title,
#slider .rslides-content.slider-right .featured-excerpt,
#slider .rslides-content.slider-right .featured-link,
.thinkupslider-sc .rslides-content.slider-right .featured-title,
.thinkupslider-sc .rslides-content.slider-right .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-right .featured-link {
	text-align: right;
}
#slider .rslides-content.slider-right .featured-title span:after,
.thinkupslider-sc .rslides-content.slider-right .featured-title span:after {
	left: auto;
	right: 0;
}

#slider .rslides-content.slider-center .featured-title,
#slider .rslides-content.slider-center .featured-excerpt,
#slider .rslides-content.slider-center .featured-link,
.thinkupslider-sc .rslides-content.slider-center .featured-title,
.thinkupslider-sc .rslides-content.slider-center .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-center .featured-link {
	text-align: center;
}
#slider .rslides-content.slider-half .featured-title,
#slider .rslides-content.slider-half .featured-excerpt,
#slider .rslides-content.slider-half .featured-link,
.thinkupslider-sc .rslides-content.slider-half .featured-title,
.thinkupslider-sc .rslides-content.slider-half .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-half .featured-link {
	width: 50%;
}
#slider .rslides-content.slider-middle .featured-title,
#slider .rslides-content.slider-middle .featured-excerpt,
#slider .rslides-content.slider-middle .featured-link,
.thinkupslider-sc .rslides-content.slider-middle .featured-title,
.thinkupslider-sc .rslides-content.slider-middle .featured-excerpt,
.thinkupslider-sc .rslides-content.slider-middle .featured-link {
	width: 50%;
	margin-left: auto;
	margin-right: 0;
}

/* Slider - Parallax */
#slider img.slider-parallax,
.thinkupslider-sc img.slider-parallax { 
	background-attachment: fixed !important;
}

/* Slider - Style 2 (Title - Theme, Excerpt - Black ) */
#slider .rslides-content.style2 .featured-title,
.thinkupslider-sc .rslides-content.style2 .featured-title {
	margin-bottom: 10px;
}
#slider .rslides-content.style2 .featured-title span,
.thinkupslider-sc .rslides-content.style2 .featured-title span {
	line-height: 1;
	font-size: 28px;
	font-weight: 400;
}
#slider .rslides-content.style2 .featured-excerpt p,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt p {
	margin-bottom: 40px;
}
#slider .rslides-content.style2 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt span {
	line-height: 1;
	color: #fff;
	font-size: 36px;
	font-weight: 600;
}
#slider .rslides-content.style2 .featured-excerpt span:last-child:after,
.thinkupslider-sc .rslides-content.style2 .featured-excerpt span:last-child:after {
	display: block;
	content: '';
	width: 240px;
	height: 2px;
	margin-top: 15px;
	background: #FFF;
}
#slider .rslides-content.style2 .featured-link a,
.thinkupslider-sc .rslides-content.style2 .featured-link a {
}
#slider .rslides-content.style2 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style2 .featured-link a:hover {
}

/* Slider - Style 3 (Title & Excerpt - Transparent Black ) */
#slider .rslides-content.style3 .featured-title,
.thinkupslider-sc .rslides-content.style3 .featured-title {
	margin-bottom: 40px;
}
#slider .rslides-content.style3 .featured-title span,
.thinkupslider-sc .rslides-content.style3 .featured-title span {
	font-size: 48px;
	font-weight: 600;
	text-shadow: 1px 1px 0 rgba( 35, 35, 35, 0.15 );
}
#slider .rslides-content.style3 .featured-title span strong,
.thinkupslider-sc .rslides-content.style3 .featured-title span strong {
	color: #4498e7;
}
#slider .rslides-content.style3 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style3 .featured-excerpt span {
	position: relative;
	color: #4498e7;
	font-size: 14px;
	line-height: 36px;
	font-weight: 400;
	background: #FFF;
	margin: 0 0 16px 40px;
	padding: 0 20px;
}
#slider .rslides-content.style3 .featured-excerpt span:nth-child(3),
.thinkupslider-sc .rslides-content.style3 .featured-excerpt span:nth-child(3) {
	left: 40px
}
#slider .rslides-content.style3 .featured-excerpt span:nth-child(5),
.thinkupslider-sc .rslides-content.style3 .featured-excerpt span:nth-child(5) {
	left: 80px
}
#slider .rslides-content.style3 .featured-excerpt span:nth-child(7),
.thinkupslider-sc .rslides-content.style3 .featured-excerpt span:nth-child(7) {
	left: 120px
}
#slider .rslides-content.style3 .featured-excerpt span:nth-child(9),
.thinkupslider-sc .rslides-content.style3 .featured-excerpt span:nth-child(9) {
	left: 160px
}
#slider .rslides-content.style3 .featured-excerpt i,
.thinkupslider-sc .rslides-content.style3 .featured-excerpt i {
	position: absolute;
	color: #fff;
	font-size: 16px;
	text-align: center;
	height: 36px;
	width: 36px;
	line-height: 36px;
	background: #4498e7;
	padding: 0;
	margin: 0;
	left: -40px;
}
#slider .rslides-content.style3 .featured-link a,
.thinkupslider-sc .rslides-content.style3 .featured-link a {
}
#slider .rslides-content.style3 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style3 .featured-link a:hover {
}

/* Slider - Style 4 (Title & Excerpt - Transparent Black ) */
#slider .rslides-content.style4 .featured-wrap,
.thinkupslider-sc .rslides-content.style4 .featured-wrap {
	background: #4498e7;
	-webkit-box-shadow: 0 -25px 0 0 #4498e7, 1000px -25px 0 0 #4498e7, -1000px -25px 0 0 #4498e7, 0 23px 0 0 #4498e7, 1000px 23px 0 0 #4498e7, -1000px 23px 0 0 #4498e7;
	-moz-box-shadow: 0 -25px 0 0 #4498e7, 1000px -25px 0 0 #4498e7, -1000px -25px 0 0 #4498e7, 0 23px 0 0 #4498e7, 1000px 23px 0 0 #4498e7, -1000px 23px 0 0 #4498e7;
	-ms-box-shadow: 0 -25px 0 0 #4498e7, 1000px -25px 0 0 #4498e7, -1000px -25px 0 0 #4498e7, 0 23px 0 0 #4498e7, 1000px 23px 0 0 #4498e7, -1000px 23px 0 0 #4498e7;
	-o-box-shadow: 0 -25px 0 0 #4498e7, 1000px -25px 0 0 #4498e7, -1000px -25px 0 0 #4498e7, 0 23px 0 0 #4498e7, 1000px 23px 0 0 #4498e7, -1000px 23px 0 0 #4498e7;
	box-shadow: 0 -25px 0 0 #4498e7, 1000px -25px 0 0 #4498e7, -1000px -25px 0 0 #4498e7, 0 23px 0 0 #4498e7, 1000px 23px 0 0 #4498e7, -1000px 23px 0 0 #4498e7;
	opacity: 0;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#slider .rslides > [class*="_on"] .rslides-content.style4 .featured-wrap,
.thinkupslider-sc .rslides > [class*="_on"] .rslides-content.style4 .featured-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 0.75s;
	-moz-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
#slider .rslides-content.style4 .featured-title,
.thinkupslider-sc .rslides-content.style4 .featured-title {
    margin-bottom: 5px;
}
#slider .rslides-content.style4 .featured-title span,
.thinkupslider-sc .rslides-content.style4 .featured-title span {
	color: #232323;
	font-size: 34px;
	font-weight: 600;
}
#slider .rslides-content.style4 .featured-excerpt p,
.thinkupslider-sc .rslides-content.style4 .featured-excerpt p {
	margin: 0;
}
#slider .rslides-content.style4 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style4 .featured-excerpt span {
	color: #fff;
	font-size: 48px;
	font-weight: 600;
	line-height: 1;
}
#slider .rslides-content.style4 .featured-link,
.thinkupslider-sc .rslides-content.style4 .featured-link {
	position: absolute;
	left: 0;
	right: 0;
	margin-top: 53px;
}
#slider .rslides-content.style4 .featured-link a,
.thinkupslider-sc .rslides-content.style4 .featured-link a {
}
#slider .rslides-content.style4 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style4 .featured-link a:hover {
}

/* Slider - Style 5 (Title & Excerpt - Dark Colors ) */
#slider .rslides-content.style5:after,
.thinkupslider-sc .rslides-content.style5:after {
	content: '';
	margin: 0 auto;
	width: 1000px;
	height: 100%;
	display: block;
	position: relative;
	top: -100%;
	background: rgba( 68, 152, 231, 0.8 );
	-webkit-box-shadow: 1000px 0 0 0 rgba( 68, 152, 231, 0.8 ), -1000px 0 0 0 rgba( 68, 152, 231, 0.8 );
	-moz-box-shadow: 1000px 0 0 0 rgba( 68, 152, 231, 0.8 ), -1000px 0 0 0 rgba( 68, 152, 231, 0.8 );
	-ms-box-shadow: 1000px 0 0 0 rgba( 68, 152, 231, 0.8 ), -1000px 0 0 0 rgba( 68, 152, 231, 0.8 );
	-o-box-shadow: 1000px 0 0 0 rgba( 68, 152, 231, 0.8 ), -1000px 0 0 0 rgba( 68, 152, 231, 0.8 );
	box-shadow: 1000px 0 0 0 rgba( 68, 152, 231, 0.8 ), -1000px 0 0 0 rgba( 68, 152, 231, 0.8 );
}
#slider .rslides-content.style5.slider-middle:after,
.thinkupslider-sc .rslides-content.style5.slider-middle:after {
	width: 50%;
	margin-left: auto;
	margin-right: 0;
	-webkit-box-shadow: 250px 0 0 0 rgba( 68, 152, 231, 0.8 ), -40px 0 0 0 rgba( 68, 152, 231, 0.8 );
	-moz-box-shadow: 250px 0 0 0 rgba( 68, 152, 231, 0.8 ), -40px 0 0 0 rgba( 68, 152, 231, 0.8 );
	-ms-box-shadow: 250px 0 0 0 rgba( 68, 152, 231, 0.8 ), -40px 0 0 0 rgba( 68, 152, 231, 0.8 );
	-o-box-shadow: 250px 0 0 0 rgba( 68, 152, 231, 0.8 ), -40px 0 0 0 rgba( 68, 152, 231, 0.8 );
	box-shadow: 250px 0 0 0 rgba( 68, 152, 231, 0.8 ), -40px 0 0 0 rgba( 68, 152, 231, 0.8 );
}
.slider-boxed #slider .rslides-content.style5.slider-middle:after,
.slider-boxed .thinkupslider-sc .rslides-content.style5.slider-middle:after {
	-webkit-box-shadow: 480px 0 0 0 rgba( 68, 152, 231, 0.8 ), -40px 0 0 0 rgba( 68, 152, 231, 0.8 );
	-moz-box-shadow: 480px 0 0 0 rgba( 68, 152, 231, 0.8 ), -40px 0 0 0 rgba( 68, 152, 231, 0.8 );
	-ms-box-shadow: 480px 0 0 0 rgba( 68, 152, 231, 0.8 ), -40px 0 0 0 rgba( 68, 152, 231, 0.8 );
	-o-box-shadow: 480px 0 0 0 rgba( 68, 152, 231, 0.8 ), -40px 0 0 0 rgba( 68, 152, 231, 0.8 );
	box-shadow: 480px 0 0 0 rgba( 68, 152, 231, 0.8 ), -40px 0 0 0 rgba( 68, 152, 231, 0.8 );
}
#slider .rslides-content.style5 .featured-wrap,
.thinkupslider-sc .rslides-content.style5 .featured-wrap,
#slider .rslides-content.style5 .featured-video,
.thinkupslider-sc .rslides-content.style5 .featured-video {
	position: relative;
	z-index: 2;
}
#slider .rslides-content.style5 .featured-title,
.thinkupslider-sc .rslides-content.style5 .featured-title {
	margin-bottom: 10px;
}
#slider .rslides-content.style5 .featured-title span,
.thinkupslider-sc .rslides-content.style5 .featured-title span {
	line-height: 1;
	font-size: 36px;
	font-weight: 600;
}
#slider .rslides-content.style5 .featured-excerpt p,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt p {
	margin-bottom: 40px;
}
#slider .rslides-content.style5 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt span {
	line-height: 1;
	color: #fff;
	font-size: 28px;
	font-weight: 400;
}
#slider .rslides-content.style5 .featured-excerpt span:last-child:after,
.thinkupslider-sc .rslides-content.style5 .featured-excerpt span:last-child:after {
	display: block;
	content: '';
	width: 240px;
	height: 2px;
	margin-top: 15px;
	background: #FFF;
}
#slider .rslides-content.style5 .featured-link a,
.thinkupslider-sc .rslides-content.style5 .featured-link a {
	background: none;
	border: 2px solid #fff;
}
#slider .rslides-content.style5 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style5 .featured-link a:hover {
	opacity: 1;
	color: #4498e7;
	background: #fff;
}

/* Slider - Style 6 (Title & Excerpt - Transparent White Background - Dark Font ) */
#slider .rslides-content.style6 .featured-title,
#slider .rslides-content.style6 .featured-excerpt,
.thinkupslider-sc .rslides-content.style6 .featured-title,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt {
	margin-bottom: 30px;
}
#slider .rslides-content.style6 .featured-title span,
.thinkupslider-sc .rslides-content.style6 .featured-title span {
	font-size: 18px;
	font-weight: 600;
	color: #232323;
	background: #FFF;
	padding: 15px 20px;
}
#slider .rslides-content.style6 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt span {
	color: #FFF;
	font-size: 14px;
	font-weight: 400;
}
#slider .rslides-content.style6 .featured-excerpt p,
.thinkupslider-sc .rslides-content.style6 .featured-excerpt p {
	margin-bottom: 0;
}
#slider .rslides-content.style6 .featured-link a,
.thinkupslider-sc .rslides-content.style6 .featured-link a {
	background: none;
	border: 2px solid #fff;
}
#slider .rslides-content.style6 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style6 .featured-link a:hover {
	opacity: 1;
	color: #232323;
	background: #fff;
}

/* Slider - Style 7 (Title & Excerpt - Transparent White Background - Dark Font ) */
#slider .rslides-content.style7 .featured,
.thinkupslider-sc .rslides-content.style7 .featured {
	vertical-align: bottom;
}
#slider .rslides-content.style7 .featured-wrap,
.thinkupslider-sc .rslides-content.style7 .featured-wrap {
	opacity: 0;
	max-width: 700px;
	background: #FFF;
	border-bottom: 3px solid #4498e7;
	margin: 0 auto;
	padding: 55px 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	filter: alpha(opacity=0);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#slider .rslides > [class*="_on"] .rslides-content.style7 .featured-wrap,
.thinkupslider-sc .rslides > [class*="_on"] .rslides-content.style7 .featured-wrap {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: translate(0);
	-moz-transform: translate(0);
	-ms-transform: translate(0);
	-o-transform: translate(0);
	transform: translate(0);
	-webkit-transition-delay: 0.75s;
	-moz-transition-delay: 0.75s;
	-ms-transition-delay: 0.75s;
	-o-transition-delay: 0.75s;
	transition-delay: 0.75s;
}
#slider .rslides-content.style7 .featured-title,
.thinkupslider-sc .rslides-content.style7 .featured-title {
    margin-bottom: 15px;
}
#slider .rslides-content.style7 .featured-title span,
.thinkupslider-sc .rslides-content.style7 .featured-title span {
	color: #232323;
	font-size: 36px;
}
#slider .rslides-content.style7 .featured-title span strong,
.thinkupslider-sc .rslides-content.style7 .featured-title span strong {
	color: #4498e7;
}
#slider .rslides-content.style7 .featured-excerpt p,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt p {
	margin-bottom: 25px
}	
#slider .rslides-content.style7 .featured-excerpt span,
.thinkupslider-sc .rslides-content.style7 .featured-excerpt span {
}
#slider .rslides-content.style7 .featured-link a,
.thinkupslider-sc .rslides-content.style7 .featured-link a {
}
#slider .rslides-content.style7 .featured-link a:hover,
.thinkupslider-sc .rslides-content.style7 .featured-link a:hover {
}

/* =Intro Options
----------------------------------------------------------------------------- */

/* Page Title */
#intro {
	padding: 25px 10px;
	position: relative;
	background: #eeede4;
	height: 200px;
}
.header-float #intro {
	height: 330px;
}
#intro #intro-core {
	display: table;
	width: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: center;
	max-width: 500px;
	background: #fff;
	border-bottom: 3px solid #5e5e5e;
    word-break: break-all;
}
#intro #intro-core-wrap {
	display: table-cell;
	vertical-align: middle;
	height: 180px;
	max-width: 500px;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#intro .page-title {
	position: relative;
	color: #232323;
	text-align: center;
	font-size: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 0;
}

/* Page Title - Header Style 2 */
.header-style2 #intro {
	height: 310px;
}

/* Page Title - Header Style 3 */
.header-style3 #intro {
	height: 210px;
}

/* Breadcrumbs */
#intro #breadcrumbs {
	color: #232323;
	font-size: 14px;
	text-transform: uppercase;
	vertical-align: middle;
}
#intro #breadcrumbs:before {
	content: "";
	display: block;
	width: 80px;
	height: 1px;
	background: #232323;
	margin: 12px auto 18px;
}
#intro #breadcrumbs .delimiter {
	padding: 0px 2px;
}
#intro #breadcrumbs a {
	color: #4498e7;
}
#intro #breadcrumbs a:hover {
	color: inherit;
}
#intro #breadcrumbs-core {
	display: inline-block;
}
#intro #breadcrumbs-home {
    padding-left: 12px;
}
#intro #breadcrumbs-home:after {
    position:relative;
    top: 1px;
    font-family: FontAwesome;
    font-size: large;
    content: "\f015";
    padding-left: 12px;
}

/* Align title and breadcumb table cells */
#intro.option2 .page-title,
#intro.option2 #breadcrumbs {
}
#intro.option2 .page-title {
}
#intro.option2 #breadcrumbs {
}


/* =Notification Bar
----------------------------------------------------------------------------- */
#notification {
	position: relative;
	z-index:999999;
	width: 100%;
	background: #364BE6;
	border-bottom: 2px solid white;
	-webkit-box-shadow: 0 0 6px 0 #999;
	-moz-box-shadow: 0 0 6px 0 #999;
	-ms-box-shadow: 0 0 6px 0 #999;
	-o-box-shadow: 0 0 6px 0 #999;
	box-shadow: 0 0 6px 0 #999;
}
#notification-core {
	text-align: center;
	color: white;
	padding: 5px 0px;
}
#notification-core .notification-button {
	color: white;
	background: black;
	padding: 3px 10px;
	margin: 0px 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}


/* ---------------------------------------------------------------------------------------
	07. MAIN CONTENT
--------------------------------------------------------------------------------------- */

/* =Buttons
----------------------------------------------------------------------------- */

/* Theme button - Style 1 */
.themebutton,
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	color: #000000;
	font-size: 90%;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	background: #FFF;
	border: 2px solid #3d3d3d;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
a.themebutton {
	color: #000000;
    background: #FFF;
}
.themebutton:hover,
button:hover,
html input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	opacity: 0.75;
}
.themebutton:focus,
button:focus,
html input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus {
	outline: none
}

/* Theme button - Style 2 */
.themebutton2 {
	color: #727272;
	background: #FFF;
	border: 1px solid #DDD;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.themebutton2 {
	color: #727272;
	background: #FFF;
}
.themebutton2:hover {
	color: #FFF;
	background: #4498e7;
	border-color: #4498e7;
}
.themebutton2:focus {
	outline: none
}

/* Theme button - Style 3 */
.themebutton3 {
	color: #FFF;
	text-align: center;
	background: #333;
	border: none;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.themebutton3 {
	color: #FFF;
	background: #333;
}
.themebutton3:hover {
	background: #4498e7;
}

/* Theme button - Style 4 */
.themebutton4 {
	color: #FFF;
	text-align: center;
	background: #4498e7;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
a.themebutton4 {
	color: #FFF;
	background: #4498e7;
}
.themebutton4:hover {
	background: #333;
}

/* =Image Overlays
----------------------------------------------------------------------------- */

/* Image Overlay */
.image-overlay {
	text-align: center;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	background: #FFF !important;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.image-overlay:hover {
	opacity: 0.3;
}
.image-overlay .image-overlay-inner {
	display: table;
	width: 100%;
	height: 100%;
	background: none !important;
}
.image-overlay .hover-icons {
	/*display: table-cell;*/		display:none;
	vertical-align: middle;
	text-align: center;
}
.image-overlay .image-overlay-inner .hover-zoom,
.image-overlay .image-overlay-inner .hover-link {
	display: inline-block;
	vertical-align: top;
	color: #232323 !important;
	font-size: 33px;
	font-weight: bold;
	line-height: 40px;
	width: 40px;
	height: 40px;
	margin: 5px;
	border: 1px solid #232323 !important;
	background: none !important;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.image-overlay .image-overlay-inner .hover-zoom:before,
.image-overlay .image-overlay-inner .hover-link:before {
	color: #232323 !important;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.image-overlay .image-overlay-inner .hover-zoom {
	-webkit-transform: translateX(-35px);
	-moz-transform: translateX(-35px);
	-ms-transform: translateX(-35px);
	-o-transform: translateX(-35px);
	transform: translateX(-35px);
}
.image-overlay .image-overlay-inner .hover-link {
	-webkit-transform: translateX(35px);
	-moz-transform: translateX(35px);
	-ms-transform: translateX(35px);
	-o-transform: translateX(35px);
	transform: translateX(35px);
}
.image-overlay .image-overlay-inner .hover-zoom:hover,
.image-overlay .image-overlay-inner .hover-link:hover,
.image-overlay .image-overlay-inner .hover-zoom:hover:before,
.image-overlay .image-overlay-inner .hover-link:hover:before {
	color: #FFF !important;
}
.image-overlay .image-overlay-inner .hover-zoom:hover,
.image-overlay .image-overlay-inner .hover-link:hover {
	background: #4498e7 !important;
	border-color: #4498e7 !important;
}
.image-overlay .image-overlay-inner:hover .hover-zoom,
.image-overlay .image-overlay-inner:hover .hover-link {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

/* Image Overlay - Links */
.image-overlay .hover-zoom:before,
.image-overlay .hover-link:before {
	font-family: dashicons !important;
	font-size: 18px !important;
	position: relative !important;
	display: inline-block !important;
	float: right !important;
	line-height: 40px !important;
	width: 40px !important;
	right: auto !important;
	top: auto !important;
}
.image-overlay .hover-zoom:before {
	content: "\f211" !important;
}
.image-overlay .hover-link:before {
	content: "\f345" !important;
}

/* Image overlay - Overlay Style 2 */
.image-overlay.overlay2 .image-overlay-inner {
}
.image-overlay.overlay2 h4 a {
}
.image-overlay.overlay2 h4 a:hover {
}

/* Icon animation when single link is showing */
.image-overlay.style2 .hover-zoom,
.image-overlay.style2 .hover-link {
	-webkit-transform: translateY(35px);
	-moz-transform: translateY(35px);
	-ms-transform: translateY(35px);
	-o-transform: translateY(35px);
	transform: translateY(35px);
}
.image-overlay.style2:hover a {
	-webkit-transform: translateY(0);
	-moz-transform: translateY(0);
	-ms-transform: translateY(0);
	-o-transform: translateY(0);
	transform: translateY(0)
}

/* =Pre-Designed Homepage (code also in style-responsive.css)
----------------------------------------------------------------------------- */
#section-home {
	padding: 0 10px;
}
#section-home-inner {
	max-width: 1140px;
	margin: 60px auto 40px;
}
#section-home .services-builder {
	margin: 0;
}

/* =Call to Action
----------------------------------------------------------------------------- */
#introaction,
#outroaction {
	text-align: center;
}
#introaction {
	padding: 55px 10px 30px;
}
#outroaction {
	padding: 30px 10px 55px;
}
#introaction-core,
#outroaction-core {
}
.action-message,
.action-message {
	text-align: center;
	color: #5e5e5e;
	
}
.action-text {
	margin-bottom: 0;
}
.action-text h3 {
	position: relative;
	font-size: 30px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 57px;
}
.action-text h3:before,
.action-text h3:after {
	content: '';
	position: absolute;
	margin: auto;
	top: auto;
	bottom: -30px;
	height: 0;
	width: 200px;
}
.action-text h3:before {
	left: 0;
	right: 40px;
	border-bottom: 1px solid #5e5e5e;
}
.action-text h3:after {
	left: 40px;
	right: 0;
	border-bottom: 1px solid #5e5e5e;
}
.action-teaser {
	color: inherit;
	padding: 0;
	margin-bottom: 25px;
}
.action-teaser p {
	margin-bottom: 0px;
}
.action-link {
	padding: 0;
}
.action-link a {
	display: inline-block;
	font-weight: 400;
	padding: 10px 38px;
}

/* =Floating Content
----------------------------------------------------------------------------- */
#header-core:before,
#header-core:after,
#intro-core:before,
#intro-core:after,
#introaction-core:before,
#introaction-core:after,
#outroaction-core:before,
#outroaction-core:after,
#main-core:before,
#main-core:after,
#content-core:before,
#content-core:after,
#article:before,
#article:after,
#nav-above:before,
#nav-above:after,
#nav-below:before,
#nav-below:after,
#sharepost:before,
#sharepost:after,
#author-bio:before,
#author-bio:after,
#sub-footer:before,
#sub-footer:after,
#footer-core:before,
#footer-core:after,
.entry-meta:before,
.entry-meta:after,
.attention:before,
.attention:after,
ul.pricing-table:before,
ul.pricing-table:after,
.popular-posts:before,
.popular-posts:after,
.recent-comments:before,
.recent-comments:after,
.recent-posts:before,
.recent-posts:after,
.searchform:before,
.searchform:after,
.thinkup_widget_categories a:before,
.thinkup_widget_categories a:after {
    content:"";
    display:table;
}
#header-core:after,
#intro-core:after,
#introaction-core:after,
#outroaction-core:after,
#main-core:after,
#content-core:after,
#article:after,
#nav-above:after,
#nav-below:after,
#sharepost:after,
#author-bio:after,
#sub-footer:after,
#footer-core:after,
.entry-meta:after,
.attention:after,
ul.pricing-table:after,
.popular-posts:after,
.recent-comments:after,
.recent-posts:after,
.searchform:after,
.thinkup_widget_categories a:after {
    clear:both;
}


/* ---------------------------------------------------------------------------------------
	08. FOOTER
--------------------------------------------------------------------------------------- */
#footer {
	font-size: 13px;
	font-weight: 400;
	background: #1e2021;
	padding: 80px 10px 20px;
}
#footer-core input[type=text],
#footer-core input[type=email],
#footer-core input[type=password],
#footer-core select,
#footer-core textarea {
	width: 100%;
	color: #696e71;
	background: #292b2c;
	border: 1px solid #292b2c;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#footer-core h3 {
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	margin-bottom: 40px;
	font-weight: 600;
	text-transform: uppercase;
}
#footer-core h3:before {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-left: 2px solid #4498e7;
	border-bottom: 2px solid #4498e7;
}
#footer-core h3 span {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
}
#footer-core,
#footer-core p {
	color: #696e71;
}
#footer-core a,
#footer-core .widget li > a:before {
	color: #4498e7;
}
#footer-core a:hover,
#footer-core .widget li > a:hover:before {
	color: #696e71;
}

/* Sub Footer */
#sub-footer {
	position: relative;
	padding: 35px 10px;
}
#sub-footer {
	background: #1e2021;
}
#sub-footer, 
#sub-footer a {
	font-size: 12px;
}
#sub-footer,
#sub-footer a:hover {
	color: #4c5154;
}
#sub-footer a {
	color: #4498e7;
}

#footer-menu {
	text-align: right;
	margin-bottom: 10px;
}
#footer-menu a {
	padding: 0 8px;
}
#footer-menu ul {
	margin: 0px;
}
#footer-menu li {
	display: inline-block;
}
#footer-menu li:after {
	content: '|';
}
#footer-menu li:last-child:after {
	content: none;
}

/* Sub Footer - Widgets */
#sub-footer-widgets {
	max-height: 500px;
	overflow: hidden;
	padding: 0 0 35px;
	-webkit-transition: max-height 0.5s ease, padding 0.5s ease;
	-moz-transition: max-height 0.5s ease, padding 0.5s ease;
	-ms-transition: max-height 0.5s ease, padding 0.5s ease;
	-o-transition: max-height 0.5s ease, padding 0.5s ease;
	transition: max-height 0.5s ease, padding 0.5s ease;
}
#sub-footer-widgets.collapsed {
	max-height: 0;
	padding: 0;
}
#sub-footer-widgets h3 {
	display: inline-block;
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	margin-bottom: 25px;
	text-transform: uppercase;
}
#sub-footer-widgets h3:before {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-left: 2px solid #4498e7;
	border-bottom: 2px solid #4498e7;
}
#sub-footer-widgets h3 span {
	display: block;
	height: 32px;
	line-height: 32px;
	padding-left: 12px;
}
#sub-footer-widgets p {
	color: #696e71;
}

/* Sub Footer - Close */
#sub-footer-close {
	position: relative;
	text-align: center;
}
#sub-footer-close-core {
    position: absolute;
    background: #292b2c;
    top: -40px;
    right: 0;
    display: block;
    height: 40px;
    width: 40px;
}
#sub-footer-close-core:hover {
	cursor: pointer;
}
#sub-footer-close-core:before {
	font-family: FontAwesome;
	content: "\f0d7";
	color: #FFF;
	display: block;
	line-height: 40px;
	font-size: large;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
#sub-footer-close-core.collapsed:before {
	transform:rotate(180deg);
	-ms-transform:rotate(180deg);
	-webkit-transform:rotate(180deg);
}


/* Post-footer - Align copyright and social media */
#sub-footer-core {
	display: table;
	width: 100%;
}
#sub-footer-core .copyright,
#post-footer-social,
#sub-footer-core #footer-menu {
	display: table-cell;
	vertical-align: middle;
}

/* Post-footer - Social Media */
#post-footer-social ul {
	margin: 0;
	display: table;
	float: right;
}
#post-footer-social li {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
#post-footer-social li.message {
	padding-right: 15px;
}
#post-footer-social li a {
	font-size: 14px;
	display: table;
	text-align: center;
	color: #FFF;
	background: #4498e7;
	width: 40px;
	height: 40px;
	margin-left: 2px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#post-footer-social li a:hover {
	color: #FFF;
	background: #292b2c;
}
#post-footer-social li i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
#post-footer-social .tooltip-inner {
	padding: 6px 12px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#post-footer-social .tooltip-arrow,
#post-footer-social .tooltip-inner {
	margin-bottom: 5px;
}

/* Post-footer - Scroll To Top */
#scrollUp {
	bottom: 20px;
	right: 20px;
	-webkit-transition: all 0 ease;
	-moz-transition: all 0 ease;
	-ms-transition: all 0 ease;
	-o-transition: all 0 ease;
	transition: all 0 ease;
}
#scrollUp:after {
	content: "\f106";
	font-family: FontAwesome;
	width: 45px;
	height: 45px;
	display: block;
	text-align: center;
	line-height: 45px;
	font-size: 30px;
	color: #FFF;
	background: #1D1D1F;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#scrollUp:hover:after {
	background: #4498e7;
}


/* ---------------------------------------------------------------------------------------
	09. WIDGETS & SIDEBAR
--------------------------------------------------------------------------------------- */

/* =Sidebar
--------------------------------------------------------------------------------------- */
#sidebar .widget { 
	margin-bottom: 45px; 
}
#sidebar h3.widget-title {
	display: block;
	position: relative;
	font-size: 14px;
	font-weight: 400;
	text-indent: 14px;
	text-transform: uppercase;
	margin-bottom: 25px;
	height: 32px;
	line-height: 36px;
}
#sidebar h3.widget-title:before {
	position: absolute;
	content: "";
	display: block;
	width: 32px;
	height: 32px;
	border-left: 2px solid #4498e7;
	border-top: 2px solid #4498e7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar .rev_slider_wrapper {
	padding: 3px;
	border: 1px solid #ddd;
}

/* =Widgets
--------------------------------------------------------------------------------------- */
.widget {
	line-height: 1.8;
}
.widget select {
	max-width: 100%
}
.widget a {
	color: inherit;
}
.widget a:hover {
	color: #4498e7;
}
#footer .widget { 
	margin-bottom: 35px;
}
#footer .widget-area .widget:last-child {
	margin-bottom: 0px;
}

/* Link color  - Various widgets */
#footer .thinkup_widget_categories a,
#footer .popular-posts a,
#footer .recent-comments a,
#footer .recent-posts a,
#footer .thinkup_widget_tagscloud a {
	font-weight: normal;
}
#footer .popular-posts a.comment,
#footer .popular-posts a.excerpt,
#footer .recent-comments a.date,
#footer .recent-comments a.excerpt,
#footer .recent-posts a.date,
#footer .recent-posts a.excerpt {
	color: #696e71;
}
#footer .popular-posts a:hover,
#footer .recent-comments a:hover,
#footer .recent-posts a:hover {
	color: #4498e7;
}
#footer .popular-posts a.title:after,
#footer .recent-comments a.title:after,
#footer .recent-posts a.title:after {
    border-color: #333;
}

/* Default Widgets */
.widget ul { 
	margin: 0;
}
.widget li {
	list-style: none; 
}
.widget li a {
	padding: 4px 0; 
	display: inline-block;
	vertical-align: top;
}
.widget li > a:before {
}
.widget li a:hover,
.widget li > a:hover:before {
	color: #4498e7;
}
.widget ul.children,
.widget ul.sub-menu {
	border-left:none; 
	border-right:none; 
	border-bottom: none !important;
}
.widget ul.children li:last-child,
.widget ul.sub-menu li:last-child { 
	border-bottom: none; 
}
.widget ul.children li a,
.widget ul.sub-menu li a { 
	padding-left: 14px;
}
.widget ul.children ul.children li a,
.widget ul.sub-menu ul.sub-menu li a { 
	padding-left: 30px;
}
.widget select { 
	width: 100%; 
	margin-top: 10px;
}

/* Default Widgets - Footer Area */
#footer .widget ul { 
	border: none;
}
#footer .widget li { 
	border: none; 
	padding: 2px 0;
}
#footer .widget li a { 
	padding: 1px 0px 1px 0px;
}

#footer .widget ul.children li a,
#footer .widget ul.sub-menu li a { 
	padding-left: 15px;
}
#footer .widget ul.children ul.children li a,
#footer .widget ul.sub-menu ul.sub-menu li a { 
	padding-left: 30px; 
}

/* Widget Specific - Archives */
.widget.widget_archive li > a:before,
.widget.widget_categories li > a:before,
.widget.widget_pages li > a:before,
.widget.widget_meta li > a:before,
.widget.widget_nav_menu li > a:before {
	font-family: fontawesome;
	content: "\f054";
	font-size: 8px;
	margin-right: 8px;
	vertical-align: middle;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

/* Widget Specific - Calendar */
.widget_calendar #calendar_wrap {
	border: 1px solid #EEE;
	padding: 10px;
}
.widget_calendar #wp-calendar {
	margin: 0;
}
#footer .widget_calendar #calendar_wrap {
	border-color: #333;
	overflow: hidden;
}

/* Default Widget - Rss */
#sidebar .widget_rss li {
	padding: 10px 0;
}
.widget_rss li a {
	display: inline-block;
	color: #4498e7;
}
.widget_rss li a:hover {
	color: inherit;
}
.widget li a.rsswidget {
	padding: 0;
}
.widget li .rsswidget,
.widget li .rss-date,
.widget li .rssSummary {
	padding: 5px 0
}

/* Default Widget - Tag Cloud */
.widget_tag_cloud a {
	font-size: 13px !important;
	display: inline-block;
    color: #AAA;
    background: #F3F3F3;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.widget_tag_cloud a:hover {
	color: #FFF;
	background: #4498e7;
}
#sidebar .widget_tag_cloud a {
	padding: 1px 10px;
	margin: 0 0 4px 0;
}
#footer .widget_tag_cloud a {
	color: #696e71;
	background: #292b2c;
	font-size: 12px !important;
	text-align: center;
	padding: 1px 10px;
	margin: 0 1px 4px 0;
}
#footer .widget_tag_cloud a:hover {
	color: #FFF;
	background: #4498e7;
}

/* Default Widget - Search */
.widget_search .searchsubmit { display: none; }
.widget_search form {
}
.widget_search .search {
	float: left;
	font-size: 11px;
	width: 100%;
	border: 1px solid #EEE;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
#footer .widget_search form {
	border: none;
	padding: 0;
}
#footer .widget_search .search {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Default Widget - Remove Borders */
#sidebar .widget_tag_cloud, 
#sidebar .widget_archive, 
#sidebar .widget_categories, 
#sidebar .widget_search { 
	border-bottom: none; 
}

/* Custom Widget - Categories */
.thinkup_widget_categories { list-style: none; }
.thinkup_widget_categories ul { list-style: none; margin: 0; }
.thinkup_widget_categories li i { width: 10%; }
.thinkup_widget_categories li a { display: block !important; padding: 0 !important }
.thinkup_widget_categories li a:hover { color: #4498e7; }
.thinkup_widget_categories li span { display: inline-block; }
.thinkup_widget_categories select { width: 95%; margin-top: 10px; }

.thinkup_widget_categories li span.cat-name:before {
	font-family: fontawesome;
	content: "\f054";
	font-size: 8px;
	margin-right: 8px;
	vertical-align: middle;
}
.thinkup_widget_categories li span.cat-count {
	margin-left: 5px;
}
.thinkup_widget_categories li a:hover span.cat-count {
}

#sidebar .thinkup_widget_categories select { width: 100%; }
#sidebar .thinkup_widget_categories .widget-main { padding-top: 5px; }
#sidebar .thinkup_widget_categories li { padding: 2px 0; }

#footer .thinkup_widget_categories li span.cat-count { color: #696e71; }

/* Custom Widget - Child Menu */
.thinkup_widget_childmenu ul {
	overflow: hidden;
	border-width: 1px 1px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.thinkup_widget_childmenu ul {
	border: 1px solid #EEE;
}
.thinkup_widget_childmenu li {
	border-bottom: 1px solid #EEE;
}
.thinkup_widget_childmenu li:last-child {
	border-bottom: none;
}
.thinkup_widget_childmenu li a {
	display: block;
	padding: 10px 20px;
}
.thinkup_widget_childmenu li > a:before {
	font-family: FontAwesome;
	content: "\f105";
	float: right;
	margin: 0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.thinkup_widget_childmenu li a.active,
.thinkup_widget_childmenu li a:hover,
.thinkup_widget_childmenu li > a.active:before,
.thinkup_widget_childmenu li > a:hover:before {
	color: #FFF;
}
.thinkup_widget_childmenu li a.active,
.thinkup_widget_childmenu li a:hover {
	background: #4498e7;
}
	
/* Custom Widget - Contact Form */
.wpcf7-form p {
	margin-bottom: 15px;
}
.wpcf7-form input {
	width: 100%;
	padding: 8px 15px;
}
.wpcf7-form input[type="submit"] {
	width: inherit;
	padding: 8px 30px;
}
.wpcf7-form textarea {
	height: 130px;
	min-height: 68px;
}
.wpcf7-form .wpcf7-response-output {
	margin-left: 0;
	margin-right: 0;
}
.wpcf7-form .wpcf7-not-valid-tip {
	width: 100%;
	left: 0;
	top: -6px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

#footer .wpcf7-form input,
#footer .wpcf7-form textarea {
	color: #969696;
	border: 1px solid #444;
	background: #2D2D2D;
	background: rgba(0, 0, 0, 0.1);
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	-ms-border-radius: 0px;
	-o-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
#footer .wpcf7-form input[type=submit] {
	text-transform: capitalize;
	border: 1px solid #111;
	background: #1A1A1A;
}

/* Custom Widget - Contact Form 7 placeholder text color */
.wpcf7-form ::-webkit-input-placeholder { font-size: 12px; color: #7a7a7a; opacity: 0.6; line-height: 2.2;  }
.wpcf7-form :-moz-placeholder { font-size: 12px; color: #7a7a7a; opacity: 0.6; line-height: 2.2;  }
.wpcf7-form ::-moz-placeholder { font-size: 12px; color: #7a7a7a; opacity: 0.6; line-height: 2.2;  }
.wpcf7-form :-ms-input-placeholder { font-size: 12px; color: #7a7a7a; opacity: 0.6; line-height: 2.2;  }

/* Custom Widget - Flickr */
.thinkup_widget_flickr a,
.thinkup_widget_flickr img {
	display: block;
}
.thinkup_widget_flickr img {
	width: 65px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_flickr img:hover {
	opacity: 0.8;
}
.thinkup_widget_flickr .flickr {
	float: none;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_flickr .flickr-photo {
	float: left;
	position: relative;
	overflow: hidden;
	margin-right: 2px;
	margin-bottom: 2px;
}
.thinkup_widget_flickr .image-overlay {
	display: none !important;
}
.thinkup_widget_flickr .image-overlay:hover {
}
.thinkup_widget_flickr .image-overlay-inner {
	display: none;
}

#sidebar .thinkup_widget_flickr .flickr-photo {
}
#footer .thinkup_widget_flickr img {
	border: none;
}
#footer .thinkup_widget_flickr img:hover {
}

/* Custom Widget - Logo + Text */
.thinkup_widget_logotext h3 {
	text-indent: 0 !important;
}
.thinkup_widget_logotext h3:before {
	display: none !important;
}
#footer-core .thinkup_widget_logotext h3 span {
	padding: 0;
	border: none;
}

/* Custom Widget - Popular Posts / Recent Comments / Recent Posts */
.popular-posts .image,
.recent-comments .image,
.recent-posts .image {
	margin-bottom: 0px;
	position: relative;
	float: left;
}
.popular-posts .main,
.recent-comments .main,
.recent-posts .main {
	position: relative;
	margin-left: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.popular-posts .main.widget-noimage,
.recent-comments .main.widget-noimage,
.recent-posts .main.widget-noimage {
	margin-left: 0;	
}
.popular-posts,
.recent-comments,
.recent-posts {
	clear: both;
}
.popular-posts a,
.recent-comments a,
.recent-posts a,
.popular-posts img,
.recent-comments img,
.recent-posts img {
	display: block;
}
.popular-posts a.title,
.recent-comments a.title,
.recent-posts a.title {
	position: relative;
	color: #232323;
	font-weight: 400;
	line-height: 1.3;
	margin-bottom: 5px;
}
.popular-posts a.title:after,
.recent-comments a.title:after,
.recent-posts a.title:after {
}
.popular-posts img,
.recent-comments img,
.recent-posts img {
	max-width: 80px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.popular-posts img:hover,
.recent-comments img:hover,
.recent-posts img:hover {
	opacity: 0.8;
}
.popular-posts .image-overlay,
.recent-comments .image-overlay,
.recent-posts .image-overlay {
	display: none !important;
}
.popular-posts:hover .image-overlay,
.recent-comments:hover .image-overlay,
.recent-posts:hover .image-overlay {
}
.popular-posts .comment,
.recent-comments .date,
.recent-posts .date {
	font-size: 90%;
	opacity: 1;
}
.popular-posts .comment:before,
.recent-comments .date:before,
.recent-posts .date:before {
	font-family: fontawesome;
	padding-right: 5px;
}
.popular-posts .comment:before {
	content: "\f075";
}
.recent-comments .date:before,
.recent-posts .date:before {
	content: "\f073";
}
.popular-posts,
.recent-comments,
.recent-posts {
	padding-bottom: 20px;
}
.popular-posts:last-child,
.recent-comments:last-child,
.recent-posts:last-child {
}
.tab-content .popular-posts,
.tab-content .recent-posts {
}

#sidebar .popular-posts a .image-overlay,
#sidebar .recent-comments a .image-overlay,
#sidebar .recent-posts a .image-overlay {
}
#sidebar .popular-posts a .image-overlay:before,
#sidebar .recent-comments a .image-overlay:before,
#sidebar .recent-posts a .image-overlay:before {
}
#sidebar .popular-posts:hover .image-overlay,
#sidebar .recent-comments:hover .image-overlay,
#sidebar .recent-posts:hover .image-overlay {
}

#footer .popular-posts,
#footer .recent-comments,
#footer .recent-posts {
	border: none;
	padding: 0 0 15px;
}
#footer .popular-posts:last-child,
#footer .recent-comments:last-child,
#footer .recent-posts:last-child {
	border-bottom: none;
}
#footer .popular-posts img,
#footer .recent-comments img,
#footer .recent-posts img {
	max-width: 70px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
#footer .popular-posts:hover img,
#footer .recent-comments:hover img,
#footer .recent-posts:hover img {
	border-color: #4498e7;
}

/* Custom Widget - Recent Comments Quotes */
.thinkup_widget_recentcomments .quote {
	padding-left: 15px;
}
.thinkup_widget_recentcomments .quote:before {
	font-family: "Times New Roman",Georgia,Times,serif;
	content: '\201C';
	margin: -8px -15px;
	position: absolute;
}
.thinkup_widget_recentcomments .quote:before {
	color: #4498e7;
	font-size: 150%;
	font-weight: bold;
	display: inline;
}

/* Custom Widget - Search Form */
.thinkup_widget_search .searchsubmit {
	display: none;
}
.thinkup_widget_search .search {
	float: left;
	width: 100%;
	border: 1px solid #EEE;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#sidebar .thinkup_widget_search form {
}

#footer .thinkup_widget_search .search {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}

/* Custom Widget - Search input placeholder text color */
#sidebar .thinkup_widget_search ::-webkit-input-placeholder { color: #CCC; }
#sidebar .thinkup_widget_search :-moz-placeholder { color: #CCC; }
#sidebar .thinkup_widget_search ::-moz-placeholder { color: #CCC; }
#sidebar .thinkup_widget_search :-ms-input-placeholder { color: #CCC; }

#footer .thinkup_widget_search ::-webkit-input-placeholder { color: #777; }
#footer .thinkup_widget_search :-moz-placeholder { color: #777; }
#footer .thinkup_widget_search ::-moz-placeholder { color: #777; }
#footer .thinkup_widget_search :-ms-input-placeholder { color: #777; }

/* Custom Widget - Tabs Specific */
.thinkup_widget_tabs .nav-tabs {
	margin: 0 0 20px;
	border: none;
	overflow: hidden;
}
.thinkup_widget_tabs .nav-tabs > li {
	margin-bottom: 0;
	border-bottom: 0;
}
.thinkup_widget_tabs li {
	width: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.thinkup_widget_tabs li a:before {
	content: "";
	margin: 0;
}
.thinkup_widget_tabs li a,
.thinkup_widget_tabs li a:hover,
.thinkup_widget_tabs li.active a,
.thinkup_widget_tabs li.active:hover a {
	display: block;
	padding: 0;
	margin: 0;
	border: none;
	background: none;
}
.thinkup_widget_tabs h3.widget-title {
	line-height: 40px;
	text-align: center;
}
.thinkup_widget_tabs li.active > a,
.thinkup_widget_tabs h3.widget-title {
	height: 40px;
	-webkit-transition: all 0s;
	-moz-transition: all 0s;
	-ms-transition: all 0s;
	-o-transition: all 0s;
	transition: all 0s;
}
.thinkup_widget_tabs .popular-posts, 
.thinkup_widget_tabs .recent-comments, 
.thinkup_widget_tabs .recent-posts {
}
.thinkup_widget_tabs .popular-posts:last-child, 
.thinkup_widget_tabs .recent-comments:last-child, 
.thinkup_widget_tabs .recent-posts:last-child {
	border-bottom: none;
}

#sidebar .thinkup_widget_tabs li.active > a {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

#sidebar .thinkup_widget_tabs h3.widget-title {
	display: block;
	color: #AAA;
	font-size: 14px;
	text-indent: 0;
	background: #F3F3F3;
	margin: 0;
}
#sidebar .thinkup_widget_tabs h3.widget-title:before {
	display: none;
}
#sidebar .thinkup_widget_tabs li.active h3.widget-title {
	color: #FFF;
	background: #4498e7;
}
#sidebar .thinkup_widget_tabs .tab-content {
}

#footer .thinkup_widget_tabs .nav-tabs {
	margin-bottom: 35px;
}
#footer .thinkup_widget_tabs h3.widget-title {
	display: block;
	color: #FFF;
	font-size: 13px;
	font-weight: 600;
	border-width: 0;
	margin: 0;
	border: 1px solid rgba(0, 0, 0, 0);
}
#footer .thinkup_widget_tabs h3.widget-title:before {
	display: none;
}
#footer .thinkup_widget_tabs .nav .active h3.widget-title {
	color: #B3B3B3;
	background: #333;
	border: 1px solid #333;
}

/* Custom Widget - Tags Cloud */
.thinkup_widget_tagscloud a {
	display: inline-block;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#sidebar .thinkup_widget_tagscloud a {
	display: inline-block;
    color: #AAA;
	font-size: 13px !important;
	padding: 1px 10px;
	margin: 0 4px 4px 0;
    background: #F3F3F3;
}
#sidebar .thinkup_widget_tagscloud a:hover {
	color: #FFF;
	background: #4498e7;
}

#footer .thinkup_widget_tagscloud a {
	color: #696e71;
	background: #292b2c;
	text-align: center;
	padding: 1px 10px;
	margin: 0 4px 4px 0;
}
#footer .thinkup_widget_tagscloud a:hover {
	color: #FFF;
	background: #4498e7;
}

/* Custom Widget - Twitter Feed */
.thinkup_widget_twitterfeed ul {
	list-style: none;
	margin: 0;
}
.thinkup_widget_twitterfeed ul:last-child {
	border-bottom: none;
}
.thinkup_widget_twitterfeed .tweet-content {
	padding: 10px 10px 0 45px;
}

.thinkup_widget_twitterfeed .tweet-content p {
	margin-bottom: 10px;
}
.thinkup_widget_twitterfeed .tweet-content a {
	display: inline;
	padding: 0;
}
.thinkup_widget_twitterfeed small {
	display: block;
}

#sidebar .thinkup_widget_twitterfeed ul {
}
#sidebar .thinkup_widget_twitterfeed a {
	color: #4498e7;
}
#sidebar .thinkup_widget_twitterfeed a:hover {
	color: inherit;
}
#sidebar .thinkup_widget_twitterfeed .tweet-content {
	background: url('images/widgets/twitter-bird-light-bgs.png') 2px 5px no-repeat;
	background-size: 40px;
}

#footer .thinkup_widget_twitterfeed .tweet-content {
	border: none;
	padding: 0 0 0 35px;
}
#footer .thinkup_widget_twitterfeed .tweet-content {
	background: url('images/widgets/twitter-bird-dark-bgs.png') -8px -5px no-repeat;
	background-size: 40px;
}

#sub-footer .thinkup_widget_twitterfeed {
	padding-right: 15px;
}
#sub-footer .thinkup_widget_twitterfeed .tweet-content {
	border: none;
	padding: 0 55px 0 0;
}
#sub-footer .thinkup_widget_twitterfeed .tweet-content {
	background: url('images/widgets/twitter-bird-dark-bgs.png') right -5px no-repeat;
	background-size: 40px
}
#sub-footer .thinkup_widget_twitterfeed ul {
	border: none;
}
#sub-footer .thinkup_widget_twitterfeed small {
	color: #7c7c7c;
	display: block;
}


/* ---------------------------------------------------------------------------------------
	10. PAGE FORMATS
--------------------------------------------------------------------------------------- */

/* =Meta Content
----------------------------------------------------------------------------- */
.entry-meta {
	opacity: 0.6;
	font-size: 13px;
	font-style: italic;
}
.entry-meta > span {
	display: inline-block;
	margin: 0 15px 5px 0;
}
.sticky {
}

/* =Blog - Style 1
--------------------------------------------------------------------------------------- */
.blog-thumb {
	max-width: 100%;
	overflow: hidden;
 	position: relative;
}
.blog-thumb > a,
.blog-thumb iframe,
.blog-thumb img {
 	display: block;
}
.blog-thumb img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.blog-thumb:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-icon i {
	color: white;
	line-height: 48px;
	width: 48px;
	height: 48px;
	float: left;
	display: inline-block;
	background: #B7C6C9;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.blog-icon i:hover {
	background: #4498e7;
}
.blog-article .more-link {
	margin-bottom: 30px;
}
.blog-article .more-link a {
	padding: 6px 20px;
	display: inline-block;
}

/* =Blog - Style 1 & Style 2
--------------------------------------------------------------------------------------- */
.blog-article {
	position: relative;
}
.blog-article.format-nomedia {
	padding-top: 20px;
}
.blog-article.sticky  {
	background: #F8F8F8;
	padding: 20px 20px 30px;
}

.blog-grid.column-1 {
	width: 100%;
	padding: 0%;
}
.blog-article .entry-meta {
	position: relative;
	padding-bottom: 15px;
}
.blog-article .entry-content {
	position: static;
	padding: 0 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.blog-article.sticky .entry-content {
	padding: 15px 15px 0;
	background: #F8F8F8;
}
.blog-article .entry-header {
	position: relative;
}
.blog-article .blog-icon {
	position: absolute;
	top: 0;
	left: 0;
}
.blog-article .blog-thumb {
	display:inline-block;
}
.blog-article .blog-thumb.gallery {
	display: block;
	margin-bottom: 20px;
}
.blog-article .blog-thumb.gallery .rslides-container {
	padding: 0;
}
.blog-article .blog-title {
	font-size: 17px;
	font-weight: 400;
	line-height: 1.2;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.blog-article .blog-title a {
	color: inherit; 
}
.blog-article .blog-title a:hover {
	color: #000000; 
}
.blog-article .entry-footer {
	padding: 20px 20px 15px;
}
.blog-article .entry-meta > span {
}
.blog-article .entry-meta:after {
}
.blog-article .entry-meta > span:after {
}
.blog-article .entry-meta > span:last-child:after {
}
.blog-article .entry-meta a,
.blog-article .entry-meta span:before {
	color: inherit;
}
.blog-article .entry-meta a {
}
.blog-article .entry-meta a:hover {
	color: #4498e7;
}

/* Icons for blog meta */
.blog-article .entry-meta > span.date:before,
.blog-article .entry-meta > span.author:before,
.blog-article .entry-meta > span.comment:before,
.blog-article .entry-meta > span.category:before,
.blog-article .entry-meta > span.tags:before {
	font-family: FontAwesome;
	padding-right: 6px;
}
.blog-article .entry-meta > span.date:before {
	content: "\f073";
}
.blog-article .entry-meta > span.author:before {
	content: "\f007";
}
.blog-article .entry-meta > span.comment:before {
	content: "\f086";
}
.blog-article .entry-meta > span.category:before {
	content: "\f07b";
}
.blog-article .entry-meta > span.tags:before {
	content: "\f02b";
}
.blog-article .entry-meta > span:first-child:before {
}

/* =Blog - Style 1 & Style 2
--------------------------------------------------------------------------------------- */

.blog-style1 .blog-article,
.blog-style2 .blog-article {
	background: #FFF;
	margin: 0 3px 40px;
	border: 1px solid #f4f4f4;
	border: 1px solid rgba(35,35,35, 0.15);
	-webkit-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-moz-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-ms-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-o-box-shadow: 0px 3px 3px 0px #f4f4f4;
	box-shadow: 0px 3px 3px 0px #f4f4f4;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-ms-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-o-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
}


/* =Blog - Style 1
--------------------------------------------------------------------------------------- */

.blog-style1 .blog-article .more-link {
	display: none;
}

/* Blog Style 1 - Layout 1 */
.blog-style1-layout1 .entry-header {
	margin-bottom: 0;
}
.blog-style1-layout1 .blog-thumb {
	display: block;
}
.blog-style1-layout1 .blog-article .blog-thumb.gallery {
	margin-bottom: 0;
}
.blog-style1-layout1 .blog-article.format-media .entry-content {
	padding: 20px 0;
}

/* Blog Style 1 - Layout 2 */
.blog-style1-layout2 .blog-article {
}
.blog-style1-layout2 .blog-article .entry-content {
}
.blog-style1-layout2 .blog-thumb {
	margin-bottom: 10px;
}

/* =Blog - Style 2
--------------------------------------------------------------------------------------- */
.blog-style2 .blog-grid.column-2 {
	width: 50%;
	padding: 0 10px;
	height: 340px;
}
.blog-style2 .blog-grid.column-3 { 
	width: 33%;
	padding: 0 10px;
	height: 340px;
}
.blog-style2 .blog-grid.column-4 { 
	width: 25%;
	padding: 0 10px;
	height: 340px;
}

.blog-style2 #content {
	background: #FFFFF;
}
.blog-style2 .blog-article {
	margin: 0 0 20px;
	padding: 0px;
	border: none;
}
.blog-style2 .blog-article .blog-thumb {
	margin-bottom: 10px;
}
.blog-style2 .blog-article .entry-meta {
	opacity: 1;
	padding: 13px 0 8px;
	background: #1e2021;
	-webkit-box-shadow: 20px 0px 0 0px #1e2021, -20px 0px 0 0px #1e2021;
	-moz-box-shadow: 20px 0px 0 0px #1e2021, -20px 0px 0 0px #1e2021;
	-ms-box-shadow: 20px 0px 0 0px #1e2021, -20px 0px 0 0px #1e2021;
	-o-box-shadow: 20px 0px 0 0px #1e2021, -20px 0px 0 0px #1e2021;
	box-shadow: 20px 0px 0 0px #1e2021, -20px 0px 0 0px #1e2021;
}
.blog-style2 .blog-article .entry-meta a,
.blog-style2 .blog-article .entry-meta span:before {
	color: #FFF;
	opacity: 1;
}
.blog-style2 .blog-article .entry-meta a:hover {
	opacity: 0.8;
}
.blog-style2 .blog-article .entry-content {
	margin: 0;
	padding: 0 20px 10px 20px;
}
.blog-style2 .blog-article.format-nomedia .entry-content {
	padding-top: 20px;	
}

/* Center align border below entry-meta */
.blog-style2 .blog-article .entry-meta:after {
	left: 0;
	right: 0;
}

/* Pagination style for blog style 2 */
.blog-style2 .pag {
    margin-left: 10px;
    margin-right: 10px;
}
.blog-style2 .pag li a,
.blog-style2 .pag li span {
}
.blog-style2 .pag li a:hover,
.blog-style2 .pag li.current span {
}

/* Featured Video Specific - (placeholder) */
.blog-article.format-video .image-overlay {
}

/* =Single Post
--------------------------------------------------------------------------------------- */

/* Post Format */
.post-thumb {
	margin-bottom: 15px;
}
.single article.post {
	margin-bottom: 30px;
	border: 1px solid #f4f4f4;
	border: 1px solid rgba(35,35,35, 0.15);
	-webkit-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-moz-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-ms-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-o-box-shadow: 0px 3px 3px 0px #f4f4f4;
	box-shadow: 0px 3px 3px 0px #f4f4f4;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-ms-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-o-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
}
.single .post-title {
	font-size: 22px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 5px;
}
.single article.format-nomedia .post-title {
	margin-top: 15px;
}

/* Meta content */
.single .entry-meta,
.single .entry-meta a,
.single .entry-meta span:before {
	color: #000000;
}
.single .entry-meta {
	position: relative;
	padding-bottom: 15px;
}
.single .entry-meta a:hover {
	color: #4498e7;
}
.single .entry-meta > span {
}
.single .entry-meta:after {
}
.single .entry-meta > span:after {
}
.single .entry-meta > span:last-child:after {
}

/* Disable Meta Link To Current Page */
.single .entry-meta > span.date a {
   cursor: default;
	pointer-events: none;
}

/* Icons for single meta */
.single .entry-meta > span.date:before,
.single .entry-meta > span.author:before,
.single .entry-meta > span.comment:before,
.single .entry-meta > span.category:before,
.single .entry-meta > span.tags:before {
	font-family: FontAwesome;
	padding-right: 6px;
}
.single .entry-meta > span.date:before {
	content: "\f073";
}
.single .entry-meta > span.author:before {
	content: "\f007";
}
.single .entry-meta > span.comment:before {
	content: "\f086";
}
.single .entry-meta > span.category:before {
	content: "\f07b";
}
.single .entry-meta > span.tags:before {
	content: "\f02b";
}
.single .entry-meta > span:first-child:before {
}

/* Featured Image Specific */
.single .format-image .post-thumb img {
	display: block;
}

/* Featured Gallery Specific */
.single .format-gallery .post-thumb .rslides-sc .rslides-container {
	padding: 0;
}
.single .format-gallery .post-thumb .slides.rslides li {
	z-index: 0 !important;
}

/* Featured Video Specific */
.single .format-video .post-thumb iframe {
	display: block;
}

/* Post - Content Area */
.single article > .entry-header {
	margin: 0 20px;
}
.single article > .entry-content {
	margin: 0 20px 23px;
}
.single article > .entry-footer {
	margin: 0 20px 20px;
}

/* Post - Page Link */
.page-links {
	margin-bottom: 25px;
}

/* Post - Share */
#sharepost {
	display: table;
	width: 100%;
	margin-bottom: 20px;
	padding: 20px 0 0;
	border-top: 1px solid #DDD;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#sharemessage,
#shareicons {
	display: table-cell;
	vertical-align: middle;
}
#sharemessage {
	opacity: 0.6;
	font-style: italic;
}
#sharemessage p {
	margin: 0 15px 0 0;
}
#shareicons {
	text-align: right;
}

#shareicons a,
#shareicons i {
	width: 25px;
	height: 25px;
	line-height: 25px;
}
#shareicons a {
	text-align: center;
	display: inline-block;
	color: #FFF;
	background: #DDD;
	margin: 0 10px 0 0;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
#shareicons a:hover {
	color: #FFF;
	background: #4498e7;
}
#shareicons i {
	display: block;
	font-size: 12px;
}
#shareicons a.facebook:hover {
	background: #3b5997;
}
#shareicons a.twitter:hover {
	background: #a5dee8;
}
#shareicons a.google-plus:hover {
	background: #db4a39;
}
#shareicons a.instagram:hover {
	background: #AC8263;
}
#shareicons a.tumblr:hover {
	background: #395672;
}
#shareicons a.linkedin:hover {
	background: #56a1c4;
}
#shareicons a.flickr:hover {
	background: #c5c5c5;
}
#shareicons a.pinterest:hover {
	background: #C92228;
}
#shareicons a.xing:hover {
	background: #126567;
}
#shareicons a.paypal:hover {
	background: #1e477a;
}
#shareicons a.youtube:hover {
	background: #de1f26;
}
#shareicons a.vimeo-square:hover {
	background: #4EBBFF;
}
#shareicons a.rss:hover {
	background: #fea81d;
}
#shareicons .tooltip-inner {
	text-shadow: none;
	padding: 4px 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}

/* Author Bio */
#author-bio {
	padding: 0 0 40px;
	margin-bottom: 40px;
	border-bottom : 1px solid #EEE;
}
#author-image {
	float: left;
}
#author-content {
	margin-left: 200px;
}
#author-title {
	position: relative;
}
#author-title p:after {
}
#author-title a {
	display: inline-block;
	color: #232323;
	font-size: 16px;
	font-weight: 400;
	line-height: 1;
	text-transform: uppercase;
}
#author-title a:hover {
	color: #4498e7;
}
#author-bio img {
	display: block;
	margin-right: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
#author-title p:last-child {
	line-height: 1;
	margin-bottom: 15px;
}
#author-text p:last-child {
	margin: 0;
}

/* User Comment */
#comments {
}
#comments .comment-notes,
#comments .comment-form-author label,
#comments .comment-form-email label,
#comments .comment-form-url label,
#comments .comment-form-comment label {
	display: none;
}
#comment-nav-above,
#comment-nav-below {
	margin-bottom: 50px;
}

/* Comments input and textarea placeholder text color */
#comments input::-webkit-input-placeholder { opacity: 0.8; font-style: italic; text-transform: uppercase; }
#comments input:-moz-placeholder { opacity: 0.8; font-style: italic; text-transform: uppercase; }
#comments input::-moz-placeholder { opacity: 0.8; font-style: italic; text-transform: uppercase; }
#comments input:-ms-input-placeholder { opacity: 0.8; font-style: italic; text-transform: uppercase; }

#comments textarea::-webkit-input-placeholder { opacity: 0.8; font-style: italic; text-transform: uppercase; }
#comments textarea:-moz-placeholder { opacity: 0.8; font-style: italic; text-transform: uppercase; }
#comments textarea::-moz-placeholder { opacity: 0.8; font-style: italic; text-transform: uppercase; }
#comments textarea:-ms-input-placeholder { opacity: 0.8; font-style: italic; text-transform: uppercase; }

.bypostauthor {
}
#comments-title {
}
#comments-title h3,
#reply-title {
}
#comments-title h3 {
	position: relative;
	font-size: 16px;
	margin: 30px 0;
	font-weight: 400;
}
#comments-title h3:before {
}
#comments-title span {
}
#reply-title {
	position: relative;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
	margin: 0 0 30px;
}
#reply-title:before {
}
#reply-title #cancel-comment-reply-link {
	font-size: 12px;
	padding: 5px 10px;
	margin-left: 20px;
}
.commentlist article {
	display: table;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.commentlist article header,
.commentlist article footer {
	margin: 0 0 0 110px;
}
.commentlist article header {
	position: relative;
}
.commentlist article header .comment-author,
.commentlist article header .comment-meta,
.commentlist article header .reply {
	display: block;
}
.commentlist article header .comment-author {
}
.commentlist article header .comment-meta {
	line-height: 1;
	font-style: italic;
	padding: 1px 0;
}
.commentlist article header .comment-meta:after {
}
.commentlist article header .comment-meta a,
.commentlist article header .comment-meta span {
	padding-right: 5px;
	display: inline-block;
}
.commentlist article header .reply {
    right: 0;
    top: 0;
}
.commentlist article header .reply a {
	color: #4498e7;
}
.commentlist article header .reply a:hover {
	color: inherit;
}
.commentlist article header .reply a:before {
}
.commentlist,
.comment-respond {
	margin: 0 0 40px 0;
}
.commentlist {
}
.commentlist .children {
	list-style: none;
	margin: 0px;
}
.commentlist .children {
	margin: 0 0 0 100px;
}
.commentlist .comment,
.commentlist .pingback {
	list-style: none;
	margin-bottom: 35px;
}
.commentlist .avatar {
	width: 80px;
	float: left;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.comment-author h4 {
	font-size: 15px;
	font-weight: 500;
	line-height: 1;
	margin: 0 0 5px;
	clear: none;
}
.comment-author a {
	color: inherit;
}
.comment-meta a {
	color: #aaa;
}
.comment-author a:hover,
.comment-meta a:hover {
	color: #4498e7;
}
.comment-content {
	margin-top: 10px;
}
.comment-content p:last-child {
	margin: 0;
}
.comment-meta,
.comment .reply {
	margin-left: 0px;
}
.comment .reply a {
}
.comment-respond .form-submit {
	margin: 0;
}
li.pingback {
	font-weight: bold;
}
li.pingback a {
	font-weight: normal;
}

/* Comment Form */
#commentform input[type="text"] {
	width: 100%;
	max-width: 370px;
}
#commentform input[type="submit"] {
	font-size: 90%;
	font-weight: 600;
}
#commentform #comment {
	height: 180px;
}
#commentform .form-allowed-tags {
	font-size: 11px;
}
.required {
	color: #880000;
}

/* =Contact Us
--------------------------------------------------------------------------------------- */
.page-template-template-contact iframe {
	display: block;
	width: 100% !important;
	max-height: 350px !important;
}
.page-template-template-contact-php #main .google-map-placeholder {
	width: 100% !important;
}
.page-template-template-contact-php #main h4 {
	line-height: 1;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 35px;
}
.page-template-template-contact-php #main h4:after {
}
.page-template-template-contact-php #main .wpcf7-form input[type="submit"] {
	height: 40px;
	padding-top: 0;
	padding-bottom: 0;
}
.page-template-template-contact-php #main .contact-details {
	color: #b9b9b9;
	display: inline-block;
	padding-right: 50px;
}
.page-template-template-contact-php #main .contact-details i,
.page-template-template-contact-php #main .contact-details h4,
.page-template-template-contact-php #main .contact-details h5,
.page-template-template-contact-php #main .contact-details span {
	display: inline-block
}
.page-template-template-contact-php #main .contact-details h5,
.page-template-template-contact-php #main .contact-details span {
	vertical-align: top;
	margin: 0;
	line-height: 25px;
}
.page-template-template-contact-php #main .contact-details h5 {
	margin: 0;
	padding-right: 10px;
}
.page-template-template-contact-php #main .contact-details i {
	font-size: 14px;
	text-align: center;
	line-height: 25px;
	margin: 0 10px 0 0;
}
.page-template-template-contact-php #content {
	padding: 0;
}
.page-template-template-contact-php #content-core {
	margin: 0;
	max-width: 100%;
}
.page-template-template-contact-php .panel-grid {
	padding: 30px 10px 0;
}
.page-template-template-contact-php .panel-grid:first-child {
	padding: 60px 10px 0;
}
.page-template-template-contact-php .panel-grid-core {
	display: block;
	max-width: 1140px;
	margin: 0 auto
}
.page-template-template-contact-php #main .shadow-box {
	padding: 0;
}
.page-template-template-contact-php #main .shadow-box-core {
	padding: 0 20px;
}

/* =Archive
--------------------------------------------------------------------------------------- */
.page-template-template-archive-php h3.page-title {
	margin-top: 0
}
.page-template-template-archive-php #main-core a {
	color: inherit;
}
.page-template-template-archive-php #main-core a:hover{
	color: #4498e7;
}
.page-template-template-archive-php ul.archive-pages,
.page-template-template-archive-php ul.archive-categories,
.page-template-template-archive-php ul.archive-authors,
.page-template-template-archive-php ul.archive-monthly,
.page-template-template-archive-php ul.archive-recent {
	margin-left: 2px;
	list-style: none;
}
.page-template-template-archive-php ul.archive-pages li,
.page-template-template-archive-php ul.archive-categories li,
.page-template-template-archive-php ul.archive-authors li,
.page-template-template-archive-php ul.archive-monthly li,
.page-template-template-archive-php ul.archive-recent li {
	padding-bottom: 4px;
}
.page-template-template-archive-php ul.archive-pages .children li,
.page-template-template-archive-php ul.archive-categories .children li,
.page-template-template-archive-php ul.archive-authors .children li,
.page-template-template-archive-php ul.archive-monthly .children li,
.page-template-template-archive-php ul.archive-recent .children li {
	padding-left: 25px;
}
.page-template-template-archive-php ul.archive-pages li:before,
.page-template-template-archive-php ul.archive-categories li:before,
.page-template-template-archive-php ul.archive-authors li:before,
.page-template-template-archive-php ul.archive-monthly li:before,
.page-template-template-archive-php ul.archive-recent li:before {
	color: #AAA;
	line-height: 1;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.3333333333333333em;
	padding-right: 10px;
}
.page-template-template-archive-php ul.archive-pages ul.children,
.page-template-template-archive-php ul.archive-categories ul.children,
.page-template-template-archive-php ul.archive-authors ul.children,
.page-template-template-archive-php ul.archive-monthly ul.children,
.page-template-template-archive-php ul.archive-recent ul.children {
	margin: 10px 0px 10px -2px;
	list-style: none;
}

/* =Sitemap
--------------------------------------------------------------------------------------- */
.page-template-template-sitemap-php h3.page-title {
	margin-top: 0
}
.page-template-template-sitemap-php #main-core a {
	color: inherit;
}
.page-template-template-sitemap-php #main-core a:hover{
	color: #4498e7;
}
.page-template-template-sitemap-php ul.sitemap-pages,
.page-template-template-sitemap-php ul.sitemap-authors,
.page-template-template-sitemap-php ul.sitemap-archives,
.page-template-template-sitemap-php ul.sitemap-posts,
.page-template-template-sitemap-php ul.sitemap-posts ul {
	margin-left: 2px;
	list-style: none;
}
.page-template-template-sitemap-php ul.sitemap-pages li,
.page-template-template-sitemap-php ul.sitemap-authors li,
.page-template-template-sitemap-php ul.sitemap-archives li,
.page-template-template-sitemap-php ul.sitemap-posts li,
.page-template-template-sitemap-php ul.sitemap-posts ul li {
	padding-bottom: 4px;
}
.page-template-template-sitemap-php ul.sitemap-pages .children li,
.page-template-template-sitemap-php ul.sitemap-authors .children li,
.page-template-template-sitemap-php ul.sitemap-archives .children li,
.page-template-template-sitemap-php ul.sitemap-posts .children li,
.page-template-template-sitemap-php ul.sitemap-posts ul .children li {
	padding-left: 25px;
}
.page-template-template-sitemap-php ul.sitemap-pages li:before,
.page-template-template-sitemap-php ul.sitemap-authors li:before,
.page-template-template-sitemap-php ul.sitemap-archives li:before,
.page-template-template-sitemap-php ul.sitemap-posts li:before,
.page-template-template-sitemap-php ul.sitemap-posts ul li:before {
	color: #AAA;
	line-height: 1;
	font-family: FontAwesome;
	content: "\f105";
	font-size: 1.3333333333333333em;
	padding-right: 10px;
}
.page-template-template-sitemap-php ul.sitemap-pages ul.children,
.page-template-template-sitemap-php ul.sitemap-authors ul.children,
.page-template-template-sitemap-php ul.sitemap-archives ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul.children,
.page-template-template-sitemap-php ul.sitemap-posts ul ul.children {
	margin: 10px 0px 10px -2px;
	list-style: none;
}

/* =Parallax
--------------------------------------------------------------------------------------- */
.page-template-template-parallax-php #content {
	padding: 0;
}
.page-template-template-parallax-php #content-core {
	margin: 0;
	max-width: 100%;
}
.page-template-template-parallax-php .panel-grid {
	padding: 30px 10px 0;
}
.page-template-template-parallax-php.layout-boxed .panel-grid {
	padding: 30px 20px 0;
}
.page-template-template-parallax-php .panel-grid:first-child {
	padding: 60px 10px 0;
}
.page-template-template-parallax-php .panel-grid-core,
.page-template-template-parallax-php #content #nav-above,
.page-template-template-parallax-php #content #nav-below,
.page-template-template-parallax-php #content #comments {
	display: block;
	max-width: 1140px;
	margin: 0 auto
}
.page-template-template-parallax-php #content #comments {
	padding-bottom: 30px;
}

/* =Team
--------------------------------------------------------------------------------------- */
.team-style1 #content,
.team-style2 #content {
	background: #F3F3F3;
}

/* =Testimonial
--------------------------------------------------------------------------------------- */

/* Testimonial Style 1 */

/* Testimonial Style 2 */

/* Testimonial Style 3 */

/* =Search Results
--------------------------------------------------------------------------------------- */
.search-results .blog-article .entry-meta {
	margin: 0;
}

/* =404 Error
--------------------------------------------------------------------------------------- */
.title-404 {
	text-align: center;
	margin: 30px 0;
}
.title-404 h2 {
	line-height: 1;
	font-size: 80px;
	margin: 0 0 20px 0;
}
.title-404 h2 i {
	padding-right: 15px;
}
.title-404 p {
	font-size: 15px;
}
.title-404 .search {
	margin-bottom: 20px;
	width: 200px;
	max-width: 200px;
}


/* =Portfolio (styling code in style-portfolio.css)
--------------------------------------------------------------------------------------- */
.column-1 { width: 100%;    padding: 10px; }
.column-2 { width: 50%;     padding: 10px; }
.column-3 { width: 33.333%; padding: 10px; }
.column-4 { width: 25%;     padding: 10px; }
.column-5 { width: 20%;     padding: 10px; }
.column-6 { width: 16.65%;  padding: 10px; }

.column-1,
.column-2,
.column-3,
.column-4,
.column-5,
.column-6 {
	float: left;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}

/* =Project
--------------------------------------------------------------------------------------- */

/* =Clients
--------------------------------------------------------------------------------------- */
.client-thumb {
	text-align: center;
	margin: 0;
	list-style: none;
}
.column-4.client_grid {
	padding: 30px 10px;
}

/* =Team
--------------------------------------------------------------------------------------- */

.team-grid {
	margin-bottom: 0px;
	text-align: center;
}

/* Team page members media */
.team-social {
	display: block;
	position: relative;
	border-top: 1px solid #EEE;
	margin: 15px 20px 20px;
	padding-top: 20px;
}
.team-social ul {
	display: table;
	margin: 0 auto;
}
.team-social li {
	display: table-cell;
	vertical-align: top;
	float: none;
	padding: 0 !important;
}
.team-social li a {
	display: table;
	font-size: 13px;
	text-align: center;
	color: #FFF;
	width: 25px;
	height: 24px;
	background: #DDD;
	margin-right: 5px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.team-social li a:hover {
	color: #fff;
	background: #4498e7;
	border-color: #4498e7;
}
.team-social li i {
	display: table-cell;
	vertical-align: middle;
	position: relative;
	top: 1px;
}
.team-social .tooltip-inner {
	padding: 5px 8px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

/* Align team details in table (name, social, message) */
.team-content .entry-header {
	width: 100%;
	display: table;
	margin-bottom: 20px;
}
.team-content .team-title,
.team-content .team-links,
.team-content .team-email {
	display: table-cell;
	vertical-align: middle
}
.team-content .team-links,
.team-content .team-email {
	text-align: right
}
.team-content .team-links ul {
	margin: 0 0 0 auto;
}
.team-content .team-email {
	width: 150px;
}
.team-content .team-email a {
	padding: 6px 20px;
	display: inline-block;
}

/* Team Button */
.team-button {
	display: block;
	position: relative;
	border-top: 1px solid #EEE;
	margin: 15px 20px 20px;
	padding-top: 20px;
}
.team-button .themebutton {
	display: inline-block;
	padding: 10px 35px;
}

/* Team Layout - Style 2 */

/* =Testimonials
--------------------------------------------------------------------------------------- */
.testimonial-grid {
	text-align: center;
}
.testimonial-grid .entry-content {
}
.testimonial-thumb img {
	margin: 0 auto;
	-webkit-transition: inherit !important;
	-moz-transition: inherit !important;
	-ms-transition: inherit !important;
	-o-transition: inherit !important;
	transition: inherit !important;
	-webkit-transform: scale(1) !important;
	-moz-transform: scale(1) !important;
	-ms-transform: scale(1) !important;
	-o-transform: scale(1) !important;
	transform: scale(1) !important;
}
.testimonial-excerpt {
	display: block;
	font-weight: 400;
	text-align: center;
}
.testimonial-excerpt p:last-child {
	margin-bottom: 0;
}
.testimonial-name h3 {
	font-size: 15px;
}
.testimonial-name h3:after {
	content: "-";
	padding: 0 7px;
}
.testimonial-name h3 a {
	color: inherit;
}
.testimonial-name h3 a:hover {
	color: #4498e7;
}
.testimonial-position {
	opacity: 0.8;
	font-style: italic;
}
.testimonial-quote {
	display: none;
}
.testimonial-quote:before {
}

.testimonial-style1 #content,
.testimonial-style1 #content {
	background: #F3F3F3
}

/* Testimonial - Style 1 */
.testimonial-style1 .testimonial-grid .style1 .entry-header {
	padding: 0;
    -webkit-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
}
.testimonial-style1 .testimonial-grid .style1 .entry-content {
}
.testimonial-style1 .testimonial-grid .testimonial-thumb img {
}

/* Testimonial - Style 2 */
.testimonial-style2 #content {
	background: #f3f3f3;
}
.testimonial-style2  .testimonial-grid .sc-postitem {
	border: none !important;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	-o-box-shadow: 0 1px 2px rgba(0,0,0,0.15);
	box-shadow: 0 1px 2px rgba(0,0,0,0.15)
}

/* Testimonial - Style 3 */
	
/* ---------------------------------------------------------------------------------------
	11. SHORTCODES - THEME SPECIFIC STYLE
--------------------------------------------------------------------------------------- */

/* BLOCKQUOTES
------------------------------------------------------------------ */
blockquote.style2:before, q.style2:before,
blockquote.style2:after, q.style2:after {
	content: '';
}
blockquote.style2, q.style2 {
	color: inherit;
	background: none;
	padding: 0 20px;
	margin-bottom: 20px;
	border-left: 10px solid #4498e7;
}
blockquote.style2 p:last-child,
q.style2 p:last-child {
	margin-bottom: 0;
}

/* BUTTONS
------------------------------------------------------------------ */
.button.style1,
.button.style2,
.button.style3,
.button.style4 {
	font-size: 1em !important;
}
.button.style1:hover,
.button.style2:hover,
.button.style3:hover,
.button.style4:hover {
	background: #4498e7;
}
.button.large {
	height: 50px !important;
	line-height: 50px;
	padding-top: 0;
	padding-bottom: 0;
}

/* CALL TO ACTION
------------------------------------------------------------------ */
.sc-action {
	text-align: center;
}

/* Call to Action - Style 1 Specific Code */
.sc-action.style1 .action-link a {
	margin: 15px 4px 4px;
}

/* CAROUSEL (NAVIGATION)
------------------------------------------------------------------ */
.sc-carousel {
}
.sc-carousel li {
	margin: 0;
	border: none;
}
.sc-carousel a.prev,
.sc-carousel a.next {
	color: #FFF;
	background: #232323;
}
.sc-carousel a.prev:hover,
.sc-carousel a.next:hover {
	color: #FFF;
	background: #4498e7;
}
.sc-carousel a.next {
}
.sc-carousel a.prev {
}
.sc-carousel a.prev i,
.sc-carousel a.next i {
	color: inherit;
	top: 0;
	line-height: 30px;
}
.sc-carousel a.prev:hover i,
.sc-carousel a.next:hover i {
	color: #FFF;
}

.sc-carousel .entry-header {
	margin: 0;
}
.sc-carousel .entry-header img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.sc-carousel .entry-header:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.sc-carousel .entry-content img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.sc-carousel .entry-content:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.sc-carousel .entry-content {
	margin: 15px 0 0 0;
}
.sc-carousel .entry-content h4 {
	position: relative;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.sc-carousel .entry-content .date a,
.sc-carousel .entry-content .date a {
	color: #3d3d3d;
}
.sc-carousel .entry-content .comment {
	float: none;
	line-height: 1;
}
.sc-carousel-title {
	float: left;
	position: absolute;
	top: -70px;
}

/* Blog specific */
.sc-carousel .entry-meta {
	line-height: 1;
	margin-bottom: 15px;
}

/* Portfolio specific */
.sc-carousel .port-thumb {
	display: block;
}

/* Corrects text color when cutom styling heading option is selected */
.sc-carousel .entry-content h4 a:hover {
	color: #4498e7 !important;
}

/* DIVIDER
------------------------------------------------------------------ */
.divider-top,
.divider {
	border-color: #DDD;
}

/* FEATURED / IMAGE
------------------------------------------------------------------ */
.sc-featured,
.sc-image {
    padding: 0;
    margin: 0 0 20px;
}
.sc-featured .entry-header {
	margin-bottom: 15px;
}
.sc-featured h3 {
	font-size: 15px;
	line-height: 1;
	font-weight: 700;
	margin-bottom: 15px;
}

/* IMAGE GRID
------------------------------------------------------------------ */
.sc-grid .entry-header img {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.sc-grid .entry-header:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}


/* LIST - FONT AWESOME
------------------------------------------------------------------ */
ul.iconfont i {
	color: #4498e7;
	font-size: 90%;
	margin: 0 15px 0 -22px;
}

/* LIGHTBOX
------------------------------------------------------------------ */

/* NOTIFICATION BOXES
------------------------------------------------------------------ */
.notification {
	overflow: hidden;
	margin-bottom: 20px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.notification p:last-child{ margin: 0; }

.notification,          .notification.normal   { background: #f3f3f3; border-color: #f3f3f3; }
.notification.download, .notification.success  { color: #fff; background: #71be32; border-color: #71be32; }
.notification.error,    .notification.stop     { color: #fff; background: #d51317; border-color: #d51317; }
.notification.info,     .notification.question { color: #fff; background: #2ba6cb; border-color: #2ba6cb  }
.notification.warning,  .notification.message  { color: #fff; background: #edb803; border-color: #edb803; }

/* Add icons to alerts */
.notification.download,
.notification.success,
.notification.error,
.notification.stop,
.notification.info,
.notification.question,
.notification.warning,
.notification.message  { 
    position: relative;
    padding-left: 50px;
}
.notification.download:before,
.notification.success:before,
.notification.error:before,
.notification.stop:before,
.notification.info:before,
.notification.question:before,
.notification.warning:before,
.notification.message:before {
	color: #FFF; 
	font-size: 22px;
	font-family: FontAwesome;
	text-align: center;
	position:absolute;
	left: 0px;
	width: 50px;
	height: 100%;
	padding-top: 5px;
}
.notification.download:before, .notification.success:before  { content: "\f058"; background: none; }
.notification.error:before,    .notification.stop:before     { content: "\f057"; background: none; }
.notification.info:before,     .notification.question:before { content: "\f05a"; background: none; }
.notification.warning:before,  .notification.message:before  { content: "\f071"; background: none; }

.notification .icon          { padding: 14px 20px; }
.notification.download .icon, .notification.success .icon  { background: none; padding-left: 5px; }
.notification.error .icon,    .notification.stop .icon     { background: none; padding-left: 5px; }
.notification.info .icon,     .notification.question .icon { background: none; padding-left: 5px; }
.notification.warning .icon,  .notification.message .icon  { background: none; padding-left: 5px; }

.notification .icon:before {
}
.notification.download .icon:before, .notification.success .icon:before  { }
.notification.error .icon:before,    .notification.stop .icon:before     { }
.notification.info .icon:before,     .notification.question .icon:before { }
.notification.warning .icon:before,  .notification.message .icon:before  { }

/* PRICING TABLE
------------------------------------------------------------------ */

.pricing-table {
	text-align: center;
	background: #F6F6F6;
}
.pricing-table .entry-header {
	padding: 55px 20px 25px;
}
.pricing-table .entry-content {
	padding: 25px 20px 45px;
}
.pricing-table .entry-footer {
	padding: 0 20px 35px;
}

.pricing-table li {
	line-height: 1;
	position: relative;
	border-bottom: none; 
}
.pricing-table i {
	color: #4498e7;
	position: absolute;
	left: -15px;
}
.pricing-features {
	text-align: left;
	display: inline-block;
}

.pricing-table .pricing-title,
.pricing-table .pricing-price {
	line-height: 1;
	color: #4498e7
}
.pricing-table .pricing-title {
	font-size: 22px;
	font-weight: 600;
	margin-bottom: 5px;
}
.pricing-table .pricing-price {
	font-size: 40px;
}

.pricing-table .pricing-link a {
	min-width: 115px;
	font-weight: 600;
	display: inline-block;
	margin: 4px;
	padding: 5px 40px;
}

/* Style 1 */
.pricing-table.style1 .pricing-link a {
	border: 2px solid #fff;
}
	
/* Style 2 */
.pricing-table.style2 i {
	color: #fff;
}
.pricing-table.style2 {
	background: #4498e7;
}
.pricing-table.style2 .entry-header {
	padding: 55px 20px;
}
.pricing-table.style2 .pricing-title,
.pricing-table.style2 .pricing-price,
.pricing-table.style2 .pricing-features {
	color: #fff;
}
.pricing-table.style2 .pricing-link a {
	border: 2px solid #4498e7;
}


/* SLIDER
------------------------------------------------------------------ */

.rslides-sc .rslides-inner li {
}
.rslides-sc a.rslides_nav {
	opacity: 1;
	text-align: center;
	position: absolute;
	top: 50%;
	z-index: 9999;
	width: 60px;
	height: 60px;
	line-height: 1;
	margin: -25px 0px 0;
	overflow: hidden;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.rslides-sc a.rslides_nav.prev {
	left: -60px;
}
.rslides-sc a.rslides_nav.next {
	right: -60px;
}
.rslides-sc a.rslides_nav.prev:before, 
.rslides-sc a.rslides_nav.next:before {
	color: #fff;
	background: #000;
	background: rgba(0, 0, 0, 0.5);
	font-family: FontAwesome;
	font-size: 30px;
	line-height: 60px;
	display: block;
	position: relative;
	z-index: 9999;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.rslides-sc a.rslides_nav.prev:hover:before,
.rslides-sc a.rslides_nav.next:hover:before {
	color: #333;
	background: #fff;
}
.rslides-sc .rslides-inner:hover a.rslides_nav {
	opacity: 1;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev {
	left: 0px;
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next {
	right: 0px;
}

/* TABS
------------------------------------------------------------------ */

/* Style 1 & Style 2 */
.tabs.style1 .nav-tabs a,
.tabs.style2 .nav-tabs a {
	color: #AAA;
	border: 2px solid #AAA;
	font-weight: 600;
	text-shadow: none;
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.tabs.style1 .nav-tabs .active a, 
.tabs.style1 .nav-tabs a:hover,
.tabs.style2 .nav-tabs .active a, 
.tabs.style2 .nav-tabs a:hover {
	color: #4498e7;
	border-color: #4498e7 !important;
}
.tabs.style1 .nav-tabs > li > a,
.tabs.style2 .nav-tabs > li > a {
	padding: 8px 20px;
	margin-right: 25px;
}
.tabs.style1 .nav-tabs > li:last-child > a,
.tabs.style2 .nav-tabs > li:last-child > a {
	margin-right: 0;
}
.tabs.style1 li [class^="fa fa-"],
.tabs.style2 li [class^="fa fa-"] {
	padding-right: 15px;
}

/* Style 1 */
.tabs.style1 .nav-tabs {
	padding-bottom: 20px;
}
.tabs.style1 .tab-buttons {
	border-color: #EEE;
}
.tabs.style1 .tab-content {
	border: none;
	padding: 20px 0 0;
}

/* Style 2 */
.tabs.style2 {
	-webkit-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-moz-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-ms-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-o-box-shadow: 0px 3px 3px 0px #f4f4f4;
	box-shadow: 0px 3px 3px 0px #f4f4f4;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-ms-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-o-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
}
.tabs.style2 .nav-tabs {
	border: 1px solid #f4f4f4;
	padding: 20px;
}
.tabs.style2 .nav-tabs > li {
	margin: 0;
}
.tabs.style2 .tab-content {
	border-color: #f4f4f4;
	padding: 20px 20px;
}

/* TOGGLES
------------------------------------------------------------------ */

.accordion-toggle:before {
	display: none;
}
.accordion-heading .accordion-toggle {
	font-weight: 600;
	padding-left: 15px;
}

/* Style 1 & Style 2 */
.accordion.style1 .accordion-group,
.accordion.style2 .accordion-group {
	border: 2px solid #AAA;
	margin-bottom: 20px;
}
.accordion.style1 .accordion-group.accordion-open,
.accordion.style2 .accordion-group.accordion-open {
	border-color: #4498e7;
}
.accordion.style1 .accordion-heading,
.accordion.style2 .accordion-heading {
	background: none;
	border: none;
}
.accordion.style1 .accordion-heading .accordion-toggle,
.accordion.style2 .accordion-heading .accordion-toggle {
	color: #4498e7;
	text-shadow: none;
}
.accordion.style1 .accordion-inner,
.accordion.style2 .accordion-inner {
    padding: 0px 15px 15px;
}
.accordion.style1 .accordion-heading .accordion-toggle.collapsed,
.accordion.style2 .accordion-heading .accordion-toggle.collapsed {
	color: #AAA;
}
.accordion.style1 .accordion-inner,
.accordion.style2 .accordion-inner {
	border: none;
}

/* Style 1 */

/* Style 2 */
.accordion.style2 {
	padding: 20px 20px 0;
	border: 1px solid #f4f4f4;
	border: 1px solid rgba(35,35,35, 0.15);
	-webkit-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-moz-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-ms-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-o-box-shadow: 0px 3px 3px 0px #f4f4f4;
	box-shadow: 0px 3px 3px 0px #f4f4f4;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-ms-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-o-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
}

/* BLOG POST CAROUSEL
------------------------------------------------------------------ */
.sc-carousel.carousel-blog .entry-content h4 {
}
.sc-carousel.carousel-blog .entry-content h4:after {
}

/* CLIENT POST CAROUSEL
------------------------------------------------------------------ */
.sc-carousel.carousel-client .entry-header img {
    -webkit-transform: scale(1) !important;
    -moz-transform: scale(1) !important;
    -ms-transform: scale(1) !important;
    -o-transform: scale(1) !important;
    transform: scale(1) !important;
}


/* PORTFOLIO POST CAROUSEL
------------------------------------------------------------------ */
.sc-carousel.carousel-portfolio .entry-header {
	display: block;
}
.sc-carousel.carousel-portfolio .entry-content h4 {
	font-size: 14px;
	line-height: inherit;
	margin: 0;
}
.sc-carousel.carousel-portfolio .entry-content h4 a:hover {
	color: #4498e7;
}
.sc-carousel.carousel-portfolio .entry-footer {
	font-size: 100%;
	border: 0;
	margin: 0;
	padding: 0;
}
.sc-carousel.carousel-portfolio .entry-footer p {
	margin: 0;
}
.sc-carousel.carousel-portfolio .comment {
	display: none;
}


/* TEAM POST CAROUSEL
------------------------------------------------------------------ */
.sc-carousel.carousel-team {
	background: #FFF;
}
.sc-carousel.carousel-team .entry-header {
	display: block;
}
.sc-carousel.carousel-team .entry-content {
	text-align: center;
	margin: 0;
	padding: 19px 0 10px;
}
.sc-carousel.carousel-team .entry-content h4 {
	margin: 0 20px 5px;
}
.sc-carousel.carousel-team .entry-content h4 a {
	color: #232323 !important;
	margin: 0;
}
.sc-carousel.carousel-team .entry-content h4 a:hover {
	color: #4498e7 !important;
}
.sc-carousel.carousel-team .entry-content h5 {
	opacity: 0.6;
	font-style: italic;
	font-size: 13px;
	margin: 0 20px;	
}
.sc-carousel.carousel-team .entry-content p {
	margin: 10px 15px 5px;
}
.sc-carousel.carousel-team .team-thumb {
	height: auto !important;
}
.sc-carousel.carousel-team .team-thumb .themebutton {
	display: inline-block;
	font-size: 13px;
	margin-top: 15px;
	padding: 5px 10px;
}

/* Team Carousel Overlay */
.sc-carousel.carousel-team .image-overlay {
	display: none;
}
.sc-carousel.carousel-team .entry-header a:hover img {
	opacity: 0.8;
}

/* Team Carousel - Style 1 */
.carousel-team.style1 .team-button {
	display: none;
}

/* Team Carousel - Style 2 */
.carousel-team.style2 li {
	position: relative;
}
.carousel-team.style2 .entry-header,
.carousel-team.style2 .entry-header .team-thumb {
	overflow: hidden;
}
.carousel-team.style2 .entry-header .team-thumb {
    display: block;
    position: relative;
    z-index: 2;
}
.carousel-team.style2 .entry-content {
}
.sc-carousel.carousel-team.style2 .entry-content h4 a {
	display: inline;
	color: inherit !important;
	background: none;
	padding: 0;
}
.sc-carousel.carousel-team.style2 .entry-content h4 a:hover {
	color: #4498e7 !important;
}
.sc-carousel.carousel-team.style2 .entry-content p {
	padding-bottom: 0;
}

.sc-carousel.carousel-team.style2 .team-social {
	opacity: 0;
	width: 100%;
	position: absolute;
	top: 0;
	z-index: 9;
	padding: 15px 0;
	margin: 0;
	border: none;
	background: #FFF;
	background: rgba( 255, 255, 255, 0.8 );
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-ms-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
.sc-carousel.carousel-team.style2:hover .team-social {
	opacity: 1;
}
.sc-carousel.carousel-team.style2 .team-social li a {
	background: #232323;
}
.sc-carousel.carousel-team.style2 .team-social li a:hover {
	background: #4498e7;
}

/* TEAM ITEM
------------------------------------------------------------------ */

.sc-carousel.carousel-team.sc-postitem {
	border: 1px solid #f4f4f4;
	border: 1px solid rgba(35,35,35, 0.15);
	-webkit-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-moz-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-ms-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-o-box-shadow: 0px 3px 3px 0px #f4f4f4;
	box-shadow: 0px 3px 3px 0px #f4f4f4;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-ms-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-o-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
}

/* TESTIMONIAL POST CAROUSEL
------------------------------------------------------------------ */

.sc-carousel.carousel-testimonial .entry-header {
	font-size: inherit;
}
.sc-carousel.carousel-testimonial .entry-content {
	position: relative;
	border: none;
	margin: 0;
}
.sc-carousel.carousel-testimonial .sc-carousel-thumbs a {
	position: relative;
}

/* Carousel Testimonial - Style 1 */
.sc-carousel.carousel-testimonial.style1 .entry-header  {
	display: none;
	background: none;
}
.sc-carousel.carousel-testimonial.style1 .entry-header h3,
.sc-carousel.carousel-testimonial.style1 .entry-header a {
	color: #fff;
	display: block;
	height: 40px;
	padding: 12px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.sc-carousel.carousel-testimonial.style1 .entry-header h3 {
	font-size: 16px;
	line-height: 1;
	margin: 0;
	background: #4498e7;
}
.sc-carousel.carousel-testimonial.style1 .entry-header a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.sc-carousel.carousel-testimonial.style1 .entry-content {
	text-align: left;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb {
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb img {
	width: 70px;
	height: 70px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.sc-carousel.carousel-testimonial.style1 .sc-carousel-thumbs img {
	border: 3px solid #DDD;
}
.sc-carousel.carousel-testimonial.style1 .sc-carousel-thumbs img:hover,
.sc-carousel.carousel-testimonial.style1 .sc-carousel-thumbs .selected img {
	border-color: #4498e7;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-thumb .selected:before {
    left: 26px;
    top: -60px;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	border: solid transparent;
	border-width: 10px;
	pointer-events: none;
	border-bottom-color: #BBB;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-name,
.sc-carousel.carousel-testimonial.style1 .testimonial-position {
	display: inline-block;
}
.sc-carousel.carousel-testimonial.style1 .testimonial-excerpt {
	text-align: center;
	border-bottom: 1px solid #EEE;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

/* Carousel Testimonial - Style 2 */
.sc-carousel.carousel-testimonial.style2 {
	background: #FFF;
	padding: 0 35px;
}
.sc-carousel.carousel-testimonial.style2 li {
	margin: 0 15px;
	padding: 20px;
	border: 1px solid #EEE;
}
.sc-carousel.carousel-testimonial.style2 .entry-header,
.sc-carousel.carousel-testimonial.style2 .entry-content {
	display: block;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.sc-carousel.carousel-testimonial.style2 .entry-header {
	text-align: left;
	margin: 0;
	padding: 0;
	background: none;
}
.sc-carousel.carousel-testimonial.style2 .entry-header .testimonial-thumb {
	float: left;
	position: relative;
	margin-right: 15px;
}
.sc-carousel.carousel-testimonial.style2 .testimonial-thumb:before {
}
.sc-carousel.carousel-testimonial.style2 .entry-header img {
	display: block;
	width: 60px;
	height: 60px;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	-ms-border-radius: 500px;
	-o-border-radius: 500px;
	border-radius: 500px;
}
.sc-carousel.carousel-testimonial.style2 .entry-content {
	text-align: center;
}
.sc-carousel.carousel-testimonial.style2 .testimonial-excerpt {
	border-top: 1px solid #EEE;
	margin-top: 13px;
	padding-top: 20px;
}
.sc-carousel.carousel-testimonial.style2 .testimonial-name,
.sc-carousel.carousel-testimonial.style2 .testimonial-position {
	display: inline-block;
}
.sc-carousel.carousel-testimonial.style2 .testimonial-name h3 {
	line-height: 60px;
	margin: 0;
}

/* Carousel Testimonial - Style 1 (Specifically within carousel ) */
.sc-carousel.carousel-testimonial.style1 .caroufredsel_wrapper .entry-header  {
	display: inline-block;
	background: #f3f3f3;
	border: 1px solid #EEE;
	margin-bottom: 15px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.sc-carousel.carousel-testimonial.style1 .caroufredsel_wrapper .testimonial-excerpt {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}

/* Carousel Testimonial - Style 2 (Specifically within carousel ) */
.sc-carousel.carousel-testimonial.style2 .caroufredsel_wrapper .testimonial-name h3:after,
.sc-carousel.carousel-testimonial.style2 .caroufredsel_wrapper .testimonial-position {
	display: none;
}

/* TESTIMONIAL ITEM
------------------------------------------------------------------ */

.sc-carousel.carousel-testimonial.sc-postitem {
	display: block;
	padding: 20px 20px 0;
	margin-bottom: 20px;
	background: #FFF;
	border: 1px solid #f4f4f4;
	border: 1px solid rgba(35,35,35, 0.15);
	-webkit-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-moz-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-ms-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-o-box-shadow: 0px 3px 3px 0px #f4f4f4;
	box-shadow: 0px 3px 3px 0px #f4f4f4;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-ms-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-o-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
}

/* Testimonial Item - Style 1 */
.sc-carousel.carousel-testimonial.sc-postitem.style1 .entry-header {
	margin-bottom: 20px;
}
.sc-carousel.carousel-testimonial.sc-postitem.style1 .testimonial-thumb:before {
}

/* Testimonial Item - Style 2 (add max width to avoid broken design ) */
.sc-carousel.carousel-testimonial.sc-postitem.style2 {
	max-width: 382px;
	border: 1px solid #EEE;
	margin: 0 auto 20px;
	padding: 20px;
}

/* ICONS (FONT AWESOME)
------------------------------------------------------------------ */

.iconfull br {
	display: none
}
.iconfull .iconimage {
	width: auto !important;
}
.iconmain .iconurl {
	margin-top: 0px;
}
.iconmain .iconurl a {
	display: inline-block;
	padding: 3px 20px;
}
.iconmain .iconurl a:after {
	content: "";
}

/* Font Icon + Title + Text */
.iconfull .iconmain h3 {
	position: relative;
	font-size: 17px;
	font-weight: 400;
	margin-bottom: 12px;
}
.iconfull .iconmain h3:after {
}
.iconfull.iconbackground {
	background: none;
	margin-bottom: 20px;
	padding: 30px 20px 10px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.iconfull .iconurl > a {
}
.iconfull .iconurl > a:hover {
}

/* Font Icon - Style 1 & Style 2 */
.iconfull.style1,
.iconfull.style2 {
	text-align: center;
	margin: 0 0 20px;
}
.iconfull.style1 .iconimage,
.iconfull.style2 .iconimage {
	overflow: visible;
	position: relative;
	float: left;
	text-align: center;
}
.iconfull.style1 .iconimage i,
.iconfull.style2 .iconimage i {
	font-size: 25px;
	height: 30px;
	width: 30px;
	line-height: 30px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.iconfull.style1 .iconimage i:after,
.iconfull.style2 .iconimage i:after {
}
.iconfull.style1 .iconimage a:hover i,
.iconfull.style2 .iconimage a:hover i {
	opacity: 0.75;
}
.iconfull.style1 .iconimage i.fa-inverse,
.iconfull.style2 .iconimage i.fa-inverse {
	color: #AAA;
}
.iconfull.style1 .iconimage a:hover i.fa-inverse,
.iconfull.style2 .iconimage a:hover i.fa-inverse {
}
.iconfull.style1 .iconmain,
.iconfull.style2 .iconmain {
    text-align: left;
	padding:0;
}
.iconfull.style1 .iconmain .iconurl,
.iconfull.style2 .iconmain .iconurl {
	margin: -15px 0 0;
}
.iconfull.style1 .iconmain .iconurl a,
.iconfull.style2 .iconmain .iconurl a {
	display: inline;
	padding: 0;
}
.iconfull.style1 .iconmain h3:after,
.iconfull.style2 .iconmain h3:after {
}

/* Font Icon - Style 1 */
.iconfull.style1 {
	padding-left: 10px;
}
.iconfull.style1 .iconimage {
	float: left;
}
.iconfull.style1 .iconmain {
    margin-left: 50px;
}
.iconfull.style1 .iconimage i {
	color: #4498e7;
}
.iconfull.style1 .iconimage i:after {
	right: 60px;
	border-right-color: inherit;
}

/* Font Icon - Style 2 */
.iconfull.style2 {
	padding-right: 10px;
}
.iconfull.style2 .iconimage {
	display: inline-block;
	float: none;
	height: 60px;
	line-height: 60px;
	margin-top: 10px;
}
.iconfull.style2 .iconimage i {
	color: #fff;
	background: #4498e7;
	font-size: 22px;
	height: 50px;
	width: 50px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.iconfull.style2 .iconimage a:hover i {	
}
.iconfull.style2 .iconimage i.fa-inverse {
	color: #FFF;
	background: #AAA;
}
.iconfull.style2 .iconmain {
	text-align: center;
    margin: 0;
}
.iconfull.style2 .iconimage i:before {
	display: inline-block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* PROGRESS BARS
------------------------------------------------------------------ */

span.bar-title,
span.bar-per {
	font-size: 14px;
	font-weight: normal;
	text-shadow: 0 0 0;
}
.progress {
	height: 35px;
	background: #f3f3f3;
	margin-bottom: 15px;
	border: 1px solid #eee;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.progress .bar {
	padding: 5px 20px;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-ms-box-shadow: none;
	-o-box-shadow: none;
	box-shadow: none;
}
.progress .bar {
	background-color: #4498e7;
}
.progress.progress-basic .bar {
	background: #4498e7;
}
.progress .bar-info {
	background-color: #2ba6cb;
}
.progress.progress-basic .bar-info {
	background: #2ba6cb;
}
.progress .bar-success {
	background-color: #71be32;
}
.progress.progress-basic .bar-success {
	background: #71be32;
}
.progress .bar-warning {
	background-color: #edb803;
}
.progress.progress-basic .bar-warning {
	background: #edb803;
}
.progress .bar-danger {
	background-color: #d51317;
}
.progress.progress-basic .bar-danger {
	background: #d51317;
}

/* PROGRESS BARS - ROUND
------------------------------------------------------------------ */
.sc-knob-dial {
	color: #555 !important;
	font-weight: 300 !important;
}
.sc-knob.sc-counter input {
	font-size: 30px !important;
	margin: 0 0 10px !important;
}
.sc-knob.sc-counter > div:after {
	font-family: fontawesome;
	content: '\f176';
	color: #4498e7;
	top: 0px;
	position: absolute;
	font-size: 20px;
	padding-left: 10px;
}
.sc-knob-title {
	font-weight: 300;
}
.sc-knob-title:after {
}

/* SLIDESHOW
------------------------------------------------------------------ */
.rslides-sc a.rslides_nav,
.thinkupslider-sc a.rslides_nav {
}
.rslides-sc a.rslides_nav.prev:before,
.rslides-sc a.rslides_nav.next:before,
.thinkupslider-sc a.rslides_nav.prev:before,
.thinkupslider-sc a.rslides_nav.next:before {
}
.rslides-sc a.rslides_nav.prev:hover:before,
.rslides-sc a.rslides_nav.next:hover:before,
.thinkupslider-sc a.rslides_nav.prev:hover:before,
.thinkupslider-sc a.rslides_nav.next:hover:before {
}
.rslides-sc a.rslides_nav.prev,
.thinkupslider-sc a.rslides_nav.prev {
}
.rslides-sc a.rslides_nav.next,
.thinkupslider-sc a.rslides_nav.next {
}
.rslides-sc .rslides-inner:hover a.rslides_nav.prev,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav.prev {
}
.rslides-sc .rslides-inner:hover a.rslides_nav.next,
.thinkupslider-sc .rslides-inner:hover a.rslides_nav.next {
}

/* TITLES
------------------------------------------------------------------ */
.customtitle h1,
.customtitle h2,
.customtitle h3,
.customtitle h4,
.customtitle h5,
.customtitle h6,
.customtitle.style5 {
	display: block;
}
.customtitle.style5 span {
	position: relative;
	border: none;
}
.customtitle.style5 span:before,
.customtitle.style5 span:after {
	content: '';
	position: absolute;
	margin: auto;
	top: auto;
	bottom: -10px;
	height: 0;
	width: 40px;
}
.customtitle.style5 span:before {
	left: 0;
	right: 40px;
	border-bottom: 2px solid #E1E1E1;
}
.customtitle.style5 span:after {
	left: 40px;
	right: 0;
	border-bottom: 2px solid #4498e7;
}

/* ---------------------------------------------------------------------------------------
	12. PAGE BUILDER - THEME SPECIFIC STYLE
--------------------------------------------------------------------------------------- */

/* Call To Action */
.panel-grid-cell #introaction {
	padding: 0;
}
.panel-grid-cell #introaction h3 {
	font-size: 30px;
	font-weight: normal;
}
.panel-grid-cell #introaction .style1,
.panel-grid-cell #introaction .style2 {
	color: #FFF;
	background: #4498e7;
}
.panel-grid-cell #introaction .style3,
.panel-grid-cell #introaction .style4 {
	color: #FFF;
	background: #2D2D2D;
}
.panel-grid-cell #introaction .style5,
.panel-grid-cell #introaction .style6 {
	color: #202224;
	background: #FFF;
}

.panel-grid-cell #introaction .style1:hover,
.panel-grid-cell #introaction .style5:hover {
	color: #FFF;
	background: #2D2D2D;
}
.panel-grid-cell #introaction .style2:hover,
.panel-grid-cell #introaction .style3:hover {
	color: #202224;
	background: #FFF;
}
.panel-grid-cell #introaction .style4:hover,
.panel-grid-cell #introaction .style6:hover {
	color: #FFF;
	background: #4498e7;
}

/* Carousel - Portfolio  - Style when no link is set for portfolio button */
.carousel-portfolio-builder.style2 {
	position: relative;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio {
	padding-bottom: 0;
	margin-bottom: 20px;
	margin-top: 90px;	
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev, 
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
	top: 0;
	margin-top: 0;
	height: 100%;
	background: #fff;
	border: 1px solid #EEE;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev:hover, 
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next:hover {
	background: #4498e7;
	border-color: #4498e7;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
	left: -35px;
	right: auto;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
	right: -35px;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev i, 
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next i {
	top: 45%;
}
.carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio .entry-content {
	margin: 0;
}
.carousel-portfolio-builder.style2 .sc-carousel-button {
	position: absolute;
	right: 0;
	color: inherit;
	background: #FFF;
	border: 1px solid #EEE;
	padding: 5px 21px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.carousel-portfolio-builder.style2 .sc-carousel-button:hover {
	color: #FFF;
	background: #4498e7;
	border-color: #4498e7;
}
.carousel-portfolio-builder.style2 .sc-carousel-title,
.carousel-portfolio-builder.style2 .sc-carousel-button {
	top: -90px;
}

.layout-boxed .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev,
.custom-background .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.prev {
	left: -20px;
}
.layout-boxed .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next,
.custom-background .carousel-portfolio-builder.style2 .sc-carousel.carousel-portfolio a.next {
	right: -20px;
}

/* Services - Style 1 & Style 2 */
.services-builder .iconmain h3 {
	position: relative;
	font-size: 16px;
	font-weight: 400;
	margin-bottom: 12px;
}
.services-builder .iconmain h3:after {
	content: '';
	position: absolute;
	margin: auto;
	top: -27px;
	bottom: auto;
	left: 0;
	right: 0;
	height: 0px;
	width: 48px;
	border-bottom: 2px solid #ddd;
}
.services-builder .iconurl > a {
}
.services-builder .iconurl > a:hover {
}

/* Services - Style 1 */
.services-builder.style1 {
	text-align: center;
	background: #f3f3f3;
	border: 1px solid #eee;
	margin: 0 0 20px;
	padding: 20px;
}
.services-builder.style1 .iconimage {
	width: auto;
	margin: 18px auto 33px;
	overflow: visible;
}
.services-builder.style1 .iconimage i {
	font-size: 20px;
	color: #FFF;
	background: #4498e7;
	height: 40px;
	width: 40px;
	line-height: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
.services-builder.style1 .iconimage i:before {
	display: inline-block;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.services-builder.style1 .iconimage a:hover i {
	opacity: 0.75;
}
.services-builder.style1 .iconimage i.fa-inverse {
	color: #FFF;
	background: #AAA;
}
.services-builder.style1 .iconimage a:hover i.fa-inverse {
}
.services-builder.style1 .iconmain {
	margin: 0;
	padding:0;
}
.services-builder.style1 .iconmain .iconurl {
	margin: -5px 0 10px;
}
.services-builder.style1 .iconmain .iconurl a {
	display: inline-block;
	padding: 3px 20px;
}

/* Services - Style 2 */
.services-builder.style2 {
	text-align: center;
	background: #FFF;
	border: 1px solid #eee;
	margin: 0 0 20px;
	padding: 20px;
	border: 1px solid #f4f4f4;
	border: 1px solid rgba(35,35,35, 0.15);
	-webkit-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-moz-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-ms-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-o-box-shadow: 0px 3px 3px 0px #f4f4f4;
	box-shadow: 0px 3px 3px 0px #f4f4f4;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-ms-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-o-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
}
.services-builder.style2 .iconimage {
	width: auto;
	margin: 8px auto 45px;
}
.services-builder.style2 .iconimage i {
	font-size: 30px;
	color: #4498e7;
	height: 40px;
	width: 40px;
	line-height: 40px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
.services-builder.style2 .iconimage i:before {
}
.services-builder.style2 .iconimage a:hover i {
	opacity: 0.75;
}
.services-builder.style2 .iconimage i.fa-inverse {
	color: #AAA;
}
.services-builder.style2 .iconimage a:hover i.fa-inverse {
}
.services-builder.style2 .iconmain {
	overflow: visible;
	margin: 0;
	padding:0;
}
.services-builder.style2 .iconmain .iconurl {
	margin: -5px 0 10px;
}
.services-builder.style2 .iconmain .iconurl a {
	display: inline-block;
	padding: 3px 20px;
}


/* ---------------------------------------------------------------------------------------
	13. IE STYLES
--------------------------------------------------------------------------------------- */
#ie8 .entry-content img,
#ie8 .widget img,
#ie8 .wp-caption img {
	width: auto;
}
#ie8 .content-core {
    zoom:1;
}


/* ---------------------------------------------------------------------------------------
	14. SAFARI STYLES
--------------------------------------------------------------------------------------- */

/* Fix 100% table width issue on Safari */
.wrap-safari {
	display: block; 
	height: 100%; 
	max-width: 1140px; 
	margin: 0 auto;
}


/* ---------------------------------------------------------------------------------------
	15. MISC
--------------------------------------------------------------------------------------- */

.hidden {
    display: none;
}
.shadow-box {
	padding: 20px 20px 0;
	margin-bottom: 20px;
	border: 1px solid #f4f4f4;
	border: 1px solid rgba(35,35,35, 0.15);
	-webkit-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-moz-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-ms-box-shadow: 0px 3px 3px 0px #f4f4f4;
	-o-box-shadow: 0px 3px 3px 0px #f4f4f4;
	box-shadow: 0px 3px 3px 0px #f4f4f4;
	-webkit-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-moz-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-ms-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	-o-box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
	box-shadow: 0px 3px 3px 0px rgba(35,35,35, 0.15);
}

/* Correct line height of Font Awesome size */
body .fa-lg {
	line-height: 1;
	vertical-align: -10%;
}

/******************Bull shit*****************/
dialog-widget{position:fixed;height:100%;width:100%;top:0;left:0;background-color:rgba(0,0,0,.8);z-index:9999}.dialog-widget-content{background-color:#fff;position:absolute;border-radius:3px;-webkit-box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);box-shadow:2px 8px 23px 3px rgba(0,0,0,.2);overflow:hidden}.dialog-message,.dialog-widget-header{text-align:center}.dialog-message{font-size:12px;line-height:1.5}.dialog-buttons-wrapper{border-top:1px solid #e6e9ec;text-align:center}.dialog-buttons-wrapper>button{border:none;background:none;font-size:15px;cursor:pointer;padding:13px 0;outline:0}.dialog-buttons-wrapper>button:first-child{color:#6d7882}.dialog-buttons-wrapper>button.dialog-ok{color:#b01b1b}.dialog-buttons-wrapper>button.dialog-take_over{color:#39b54a}.dialog-buttons-wrapper>button:active{background-color:rgba(230,233,236,.5)}.dialog-buttons-wrapper>button::-moz-focus-inner{border:0}.dialog-widget-header{padding:20px 0;font-weight:500}.dialog-close-button{cursor:pointer;position:absolute;top:15px;right:15px;font-size:15px}.dialog-close-button:not(:hover){opacity:.4}body.admin-bar .dialog-close-button{top:30px}@media (max-width:767px){body.admin-bar .dialog-close-button{top:40px}}.dialog-confirm-widget .dialog-widget-header,.dialog-options-widget .dialog-widget-header{font-size:15px;color:#495157}.dialog-confirm-widget .dialog-buttons-wrapper>button,.dialog-options-widget .dialog-buttons-wrapper>button{width:50%}.dialog-confirm-widget .dialog-buttons-wrapper>button:first-child,.dialog-options-widget .dialog-buttons-wrapper>button:first-child{border-right:1px solid #e6e9ec}.dialog-confirm-widget .dialog-buttons-wrapper>button:hover,.dialog-options-widget .dialog-buttons-wrapper>button:hover{background-color:#f4f6f7}.dialog-alert-widget,.dialog-confirm-widget,.dialog-options-widget{-webkit-user-select:none;-moz-user-select:none}.dialog-alert-widget .dialog-widget-content,.dialog-confirm-widget .dialog-widget-content,.dialog-options-widget .dialog-widget-content{margin:auto;width:375px}.dialog-alert-widget .dialog-message,.dialog-confirm-widget .dialog-message,.dialog-options-widget .dialog-message{padding:0 20px;min-height:50px}.dialog-alert-widget .dialog-buttons-wrapper>button{width:100%}.elementor-aspect-ratio-219 .elementor-fit-aspect-ratio{padding-bottom:42.8571%}.elementor-aspect-ratio-169 .elementor-fit-aspect-ratio{padding-bottom:56.25%}.elementor-aspect-ratio-43 .elementor-fit-aspect-ratio{padding-bottom:75%}.elementor-aspect-ratio-32 .elementor-fit-aspect-ratio{padding-bottom:66.6666%}.elementor-aspect-ratio-11 .elementor-fit-aspect-ratio{padding-bottom:100%}.elementor-fit-aspect-ratio{position:relative;height:0}.elementor-fit-aspect-ratio iframe{position:absolute;top:0;left:0;height:100%;width:100%;border:0}.elementor-hidden{display:none}.elementor{-webkit-hyphens:manual;-ms-hyphens:manual;hyphens:manual}.elementor *,.elementor :after,.elementor :before{-webkit-box-sizing:border-box;box-sizing:border-box}.elementor a{-webkit-box-shadow:none;box-shadow:none;text-decoration:none}.elementor hr{margin:0;background-color:transparent}.elementor img{height:auto;max-width:100%;border:none;border-radius:0;} .elementor .elementor-widget:not(.elementor-widget-text-editor) figure{margin:0}.elementor embed,.elementor iframe,.elementor object,.elementor video{max-width:100%;width:100%;margin:0;line-height:1;border:none}.elementor .elementor-custom-embed{line-height:0}.elementor .elementor-background-video-container{height:100%;width:100%;top:0;left:0;position:absolute;overflow:hidden;z-index:0;-webkit-transition:opacity 1s;-o-transition:opacity 1s;transition:opacity 1s}.elementor .elementor-background-video-container.elementor-loading{opacity:0}.elementor .elementor-background-video-embed{max-width:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}.elementor .elementor-background-video{position:absolute;max-width:none;top:50%;left:50%;-webkit-transform:translateY(-50%) translateX(-50%);-ms-transform:translateY(-50%) translateX(-50%);transform:translateY(-50%) translateX(-50%)}.elementor .elementor-html5-video{-o-object-fit:cover;object-fit:cover}.elementor .elementor-background-overlay{height:100%;width:100%;top:0;left:0;position:absolute}.elementor-invisible{visibility:hidden}.elementor-align-center{text-align:center}.elementor-align-center .elementor-button{width:auto}.elementor-align-right{text-align:right}.elementor-align-right .elementor-button{width:auto}.elementor-align-left{text-align:left}.elementor-align-left .elementor-button{width:auto}.elementor-align-justify .elementor-button{width:100%}.elementor-custom-embed-play{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}.elementor-custom-embed-play i{font-size:100px;color:#fff;opacity:.8;text-shadow:1px 0 6px rgba(0,0,0,.3);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-custom-embed-play.elementor-playing i{font-family:FontAwesome;-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.elementor-custom-embed-play.elementor-playing i:before{content:"\f1ce"}.elementor-swiper-button{position:absolute;display:-webkit-inline-box;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;z-index:1;cursor:pointer;font-size:25px;color:hsla(0,0%,93%,.9);top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%)}@media (max-width:1024px){.elementor-tablet-align-center{text-align:center}.elementor-tablet-align-center .elementor-button{width:auto}.elementor-tablet-align-right{text-align:right}.elementor-tablet-align-right .elementor-button{width:auto}.elementor-tablet-align-left{text-align:left}.elementor-tablet-align-left .elementor-button{width:auto}.elementor-tablet-align-justify .elementor-button{width:100%}}@media (max-width:767px){.elementor-mobile-align-center{text-align:center}.elementor-mobile-align-center .elementor-button{width:auto}.elementor-mobile-align-right{text-align:right}.elementor-mobile-align-right .elementor-button{width:auto}.elementor-mobile-align-left{text-align:left}.elementor-mobile-align-left .elementor-button{width:auto}.elementor-mobile-align-justify .elementor-button{width:100%}}#wpadminbar #wp-admin-bar-elementor_edit_page>.ab-item:before{content:"\e800";font-family:eicons;font-size:12px;margin-top:5px}.elementor:after{position:absolute;opacity:0;width:0;height:0;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}@media (min-width:1025px){.elementor:after{content:"desktop"}}@media (min-width:768px) and (max-width:1024px){.elementor:after{content:"tablet"}}@media (max-width:767px){.elementor:after{content:"mobile"}}.elementor-section{position:relative}.elementor-section .elementor-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;margin-right:auto;margin-left:auto;position:relative}.elementor-section.elementor-section-boxed>.elementor-container{max-width:1140px}.elementor-section.elementor-section-stretched{position:relative;width:100%}.elementor-section.elementor-section-items-top>.elementor-container{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-section.elementor-section-items-middle>.elementor-container{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-section.elementor-section-items-bottom>.elementor-container{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}@media (min-width:768px){.elementor-section.elementor-section-height-full{height:100vh}.elementor-section.elementor-section-height-full>.elementor-container{height:100%}}.elementor-section-content-top>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-section-content-middle>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-section-content-bottom>.elementor-container>.elementor-row>.elementor-column>.elementor-column-wrap{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.elementor-row{width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}@media (max-width:1024px){.elementor-row{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}}.elementor-column-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-column-wrap,.elementor-widget-wrap{width:100%;position:relative}.elementor-widget{position:relative}.elementor-widget:not(:last-child){margin-bottom:20px}.elementor-column{position:relative;min-height:1px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-column-gap-narrow>.elementor-row>.elementor-column>.elementor-element-populated{padding:5px}.elementor-column-gap-default>.elementor-row>.elementor-column>.elementor-element-populated{padding:10px}.elementor-column-gap-extended>.elementor-row>.elementor-column>.elementor-element-populated{padding:15px}.elementor-column-gap-wide>.elementor-row>.elementor-column>.elementor-element-populated{padding:20px}.elementor-column-gap-wider>.elementor-row>.elementor-column>.elementor-element-populated{padding:30px}.elementor-inner-section .elementor-column-gap-no .elementor-element-populated{padding:0}@media (min-width:768px){.elementor-column.elementor-col-10,.elementor-column[data-col="10"]{width:10%}.elementor-column.elementor-col-11,.elementor-column[data-col="11"]{width:11.111%}.elementor-column.elementor-col-12,.elementor-column[data-col="12"]{width:12.5%}.elementor-column.elementor-col-14,.elementor-column[data-col="14"]{width:14.285%}.elementor-column.elementor-col-16,.elementor-column[data-col="16"]{width:16.666%}.elementor-column.elementor-col-20,.elementor-column[data-col="20"]{width:20%}.elementor-column.elementor-col-25,.elementor-column[data-col="25"]{width:25%}.elementor-column.elementor-col-30,.elementor-column[data-col="30"]{width:30%}.elementor-column.elementor-col-33,.elementor-column[data-col="33"]{width:33.333%}.elementor-column.elementor-col-40,.elementor-column[data-col="40"]{width:40%}.elementor-column.elementor-col-50,.elementor-column[data-col="50"]{width:50%}.elementor-column.elementor-col-60,.elementor-column[data-col="60"]{width:60%}.elementor-column.elementor-col-66,.elementor-column[data-col="66"]{width:66.666%}.elementor-column.elementor-col-70,.elementor-column[data-col="70"]{width:70%}.elementor-column.elementor-col-75,.elementor-column[data-col="75" 4fpi�    pi�                    �\�            �Z�    �i�            �i�     @      �i�            ����                    `�            0�    H��             ��     @       ��                ȶ�            ���     @      ���                @      ��             �?`    �S`            �S`     @      �S`                  0`               .elementor-column.elementor-xs-10{width:10%}.elementor-column.elementor-xs-11{width:11.111%}.elementor-column.elementor-xs-12{width:12.5%}.elementor-column.elementor-xs-14{width:14.285%}.elementor-column.elementor-xs-16{width:16.666%}.elementor-column.elementor-xs-20{width:20%}.elementor-column.elementor-xs-25{width:25%}.elementor-c0%Z    0%Z                    �Z            PZ    �%Z            P%Z     @      P%Z            tor-xs-40{width:40%}.elementor-column.elementor-xs-50{width:50%}.elementor-column.elementor-xs-60{width:60%}.elementor-column.elementor-xs-66{width:66.666%}.elementor-column.elementor-xs-70{width:70%}.elementor-column.elementor-xs-75{width:75%}.elementor-column.elementor-xs-80{width:80%}.elementor-column.elementor-xs-83{width:83.333%}.elementor-column.elementor-xs-90{width:90%}.elementor-column.elementor-xs-100{width:100%}}@media (max-width:767px){.elementor-column.elementor-sm-10{width:10%}.elementor-column.elementor-sm-11{width:11.111%}.elementor-column.elementor-sm-12{width:12.5%}.elementor-column.elementor-sm-14{width:14.285%}.elementor-column.elementor-sm-16{width:16.666%}.elementor-column.elementor-sm-20{width:20%}.elementor-column.elementor-sm-25{width:25%}.elementor-column.elementor-sm-30{width:30%}.elementor-column.elementor-sm-33{width:33.333%}.elementor-column.elementor-sm-40{width:40%}.elementor-column.elementor-sm-50{width:50%}.elementor-column.elementor-sm-60{width:60%}.elementor-column.elementor-sm-66{width:66.666%}.elementor-column.elementor-sm-70{width:70%}.elementor-column.elementor-sm-75{width:75%}.elementor-column.elementor-sm-80{width:80%}.elementor-column.elementor-sm-83{width:83.333%}.elementor-column.elementor-sm-90{width:90%}.elementor-column.elementor-sm-100{width:100%}}@media (min-width:768px) and (max-width:1024px){.elementor-column.elementor-md-10{width:10%}.elementor-column.elementor-md-11{width:11.111%}.elementor-column.elementor-md-12{width:12.5%}.elementor-column.elementor-md-14{width:14.285%}.elementor-column.elementor-md-16{width:16.666%}.elementor-column.elementor-md-20{width:20%}.elementor-column.elementor-md-25{width:25%}.elementor-column.elementor-md-30{width:30%}.elementor-column.elementor-md-33{width:33.333%}.elementor-column.elementor-md-40{width:40%}.elementor-column.elementor-md-50{width:50%}.elementor-column.elementor-md-60{width:60%}.elementor-column.elementor-md-66{width:66.666%}.elementor-column.elementor-md-70{width:70%}.elementor-column.elementor-md-75{width:75%}.elementor-column.elementor-md-80{width:80%}.elementor-column.elementor-md-83{width:83.333%}.elementor-column.elementor-md-90{width:90%}.elementor-column.elementor-md-100{width:100%}}@media (max-width:767px){.elementor-column{width:100%}.elementor-reverse-mobile>.elementor-container>.elementor-row{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-webkit-flex-direction:column-reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}.elementor-screen-only,.screen-reader-text,.screen-reader-text span,.ui-helper-hidden-accessible{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.elementor-clearfix:after{content:"";display:block;clear:both;width:0;height:0}.elementor-form-fields-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group .elementor-field-subgroup,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>.elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>input,.elementor-form-fields-wrapper.elementor-labels-above>.elementor-field-group>textarea{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group .elementor-select-wrapper,.elementor-form-fields-wrapper.elementor-labels-inline>.elementor-field-group>input{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-field-group.elementor-field-type-submit{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}.elementor-field-group .elementor-field-textual{width:100%;border:1px solid #818a91;background-color:transparent;color:#373a3c;vertical-align:middle;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1}.elementor-field-group .elementor-field-textual:focus{-webkit-box-shadow:0 0 0 1px rgba(0,0,0,.1) inset;box-shadow:inset 0 0 0 1px rgba(0,0,0,.1);outline:0}.elementor-field-group .elementor-field-textual::-webkit-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual:-ms-input-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::-moz-placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-field-textual::placeholder{color:inherit;font-family:inherit;opacity:.6}.elementor-field-group .elementor-select-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;width:100%}.elementor-field-group .elementor-select-wrapper select{-webkit-appearance:none;-moz-appearance:none;appearance:none;color:inherit;font-size:inherit;font-family:inherit;font-weight:inherit;font-style:inherit;text-transform:inherit;letter-spacing:inherit;line-height:inherit;-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%;padding-right:20px}.elementor-field-group .elementor-select-wrapper:before{content:"\f0d7";font-family:FontAwesome;font-size:15px;position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);right:10px;pointer-events:none}.elementor-field-subgroup{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.elementor-field-subgroup .elementor-field-option label{display:inline-block}.elementor-field-subgroup.elementor-subgroup-inline .elementor-field-option{padding-right:10px}.elementor-field-subgroup:not(.elementor-subgroup-inline) .elementor-field-option{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-field-label{cursor:pointer}.elementor-mark-required .elementor-field-label:after{content:"*";color:red;padding-left:.2em}.elementor-field-textual{line-height:1.4}.elementor-field-textual.elementor-size-xs{font-size:13px;min-height:33px;padding:4px 12px;border-radius:2px}.elementor-field-textual.elementor-size-sm{font-size:15px;min-height:40px;padding:5px 14px;border-radius:3px}.elementor-field-textual.elementor-size-md{font-size:16px;min-height:47px;padding:6px 16px;border-radius:4px}.elementor-field-textual.elementor-size-lg{font-size:18px;min-height:59px;padding:7px 20px;border-radius:5px}.elementor-field-textual.elementor-size-xl{font-size:20px;min-height:72px;padding:8px 24px;border-radius:6px}.elementor-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}@media screen and (max-width:1024px){.elementor-tablet-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-tablet-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-tablet-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-tablet-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}@media screen and (max-width:767px){.elementor-mobile-button-align-center .elementor-field-type-submit{-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-mobile-button-align-stretch .elementor-field-type-submit button{-webkit-flex-basis:100%;-ms-flex-preferred-size:100%;flex-basis:100%}.elementor-mobile-button-align-start .elementor-field-type-submit{-webkit-box-pack:start;-webkit-justify-content:flex-start;-ms-flex-pack:start;justify-content:flex-start}.elementor-mobile-button-align-end .elementor-field-type-submit{-webkit-box-pack:end;-webkit-justify-content:flex-end;-ms-flex-pack:end;justify-content:flex-end}}.elementor-error .elementor-field{border-color:#d9534f}.elementor-error .help-inline{color:#d9534f;font-size:.9em}.elementor-message{margin:10px 0;font-size:1em;line-height:1}.elementor-message:before{content:"\f00c";display:inline-block;font-family:fontawesome;font-weight:400;font-style:normal;vertical-align:middle;margin-right:5px}.elementor-message.elementor-message-danger{color:#d9534f}.elementor-message.elementor-message-danger:before{content:"\f00d"}.elementor-message.form-message-success{color:#5cb85c}.elementor-form .elementor-button{padding-top:0;padding-bottom:0;border:0 none}.elementor-form .elementor-button>span{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.elementor-form .elementor-button .elementor-align-icon-right{-webkit-box-ordinal-group:3;-webkit-order:2;-ms-flex-order:2;order:2}.elementor-form .elementor-button .elementor-align-icon-left{-webkit-box-ordinal-group:1;-webkit-order:0;-ms-flex-order:0;order:0}.elementor-form .elementor-button.elementor-size-xs{min-height:33px}.elementor-form .elementor-button.elementor-size-sm{min-height:40px}.elementor-form .elementor-button.elementor-size-md{min-height:47px}.elementor-form .elementor-button.elementor-size-lg{min-height:59px}.elementor-form .elementor-button.elementor-size-xl{min-height:72px}.elementor-widget-heading .elementor-heading-title{padding:0;margin:0;line-height:1}.elementor-widget-heading .elementor-heading-title>a{color:inherit;font-size:inherit}.elementor-widget-heading .elementor-heading-title.elementor-size-small{font-size:15px}.elementor-widget-heading .elementor-heading-title.elementor-size-medium{font-size:19px}.elementor-widget-heading .elementor-heading-title.elementor-size-large{font-size:29px}.elementor-widget-heading .elementor-heading-title.elementor-size-xl{font-size:39px}.elementor-widget-heading .elementor-heading-title.elementor-size-xxl{font-size:59px}.elementor-widget-image .elementor-image>a,.elementor-widget-image .elementor-image figure>a{display:block}.elementor-widget-image .elementor-image img{vertical-align:middle}.elementor-widget-image .elementor-image.elementor-image-shape-circle{border-radius:50%}.elementor-image-gallery .gallery-item{display:inline-block;text-align:center;vertical-align:top;width:100%;max-width:100%;margin:0 auto}.elementor-image-gallery .gallery-item img{margin:0 auto}.elementor-image-gallery .gallery-item .gallery-caption{margin:0}@media (min-width:768px){.elementor-image-gallery .gallery-columns-2 .gallery-item{max-width:50%}.elementor-image-gallery .gallery-columns-3 .gallery-item{max-width:33.33%}.elementor-image-gallery .gallery-columns-4 .gallery-item{max-width:25%}.elementor-image-gallery .gallery-columns-5 .gallery-item{max-width:20%}.elementor-image-gallery .gallery-columns-6 .gallery-item{max-width:16.666%}.elementor-image-gallery .gallery-columns-7 .gallery-item{max-width:14.28%}.elementor-image-gallery .gallery-columns-8 .gallery-item{max-width:12.5%}.elementor-image-gallery .gallery-columns-9 .gallery-item{max-width:11.11%}.elementor-image-gallery .gallery-columns-10 .gallery-item{max-width:10%}}@media (min-width:480px) and (max-width:767px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:50%}}@media (max-width:479px){.elementor-image-gallery .gallery.gallery-columns-2 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-3 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-4 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-5 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-6 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-7 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-8 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-9 .gallery-item,.elementor-image-gallery .gallery.gallery-columns-10 .gallery-item{max-width:100%}}.elementor-button{display:inline-block;line-height:1;background-color:#818a91;color:#fff;text-align:center;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s}.elementor-button:focus,.elementor-button:hover,.elementor-button:visited{color:#fff;opacity:.9}.elementor-button.elementor-size-xs{font-size:13px;padding:10px 20px;border-radius:2px}.elementor-button.elementor-size-sm{font-size:15px;padding:12px 24px;border-radius:3px}.elementor-button.elementor-size-md{font-size:16px;padding:15px 30px;border-radius:4px}.elementor-button.elementor-size-lg{font-size:18px;padding:20px 40px;border-radius:5px}.elementor-button.elementor-size-xl{font-size:20px;padding:25px 50px;border-radius:6px}.elementor-button .elementor-align-icon-right{float:right;margin-left:5px}.elementor-button .elementor-align-icon-left{float:left;margin-right:5px}.elementor-button .elementor-button-text{display:inline-block}.elementor-element.elementor-button-info .elementor-button{background-color:#5bc0de}.elementor-element.elementor-button-success .elementor-button{background-color:#5cb85c}.elementor-element.elementor-button-warning .elementor-button{background-color:#f0ad4e}.elementor-element.elementor-button-danger .elementor-button{background-color:#d9534f}.elementor-widget-button .elementor-button .elementor-button-info{background-color:#5bc0de}.elementor-widget-button .elementor-button .elementor-button-success{background-color:#5cb85c}.elementor-widget-button .elementor-button .elementor-button-warning{background-color:#f0ad4e}.elementor-widget-button .elementor-button .elementor-button-danger{background-color:#d9534f}.elementor-widget-divider .elementor-divider{line-height:0;font-size:0}.elementor-widget-divider .elementor-divider-separator{display:inline-block}.elementor-image-gallery figure img{display:block}.elementor-image-gallery figure figcaption{width:100%}.gallery-spacing-custom .elementor-image-gallery .gallery-icon{padding:0}.elementor-counter .elementor-counter-number-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;font-size:69px;font-weight:600;color:#222;line-height:1}.elementor-counter .elementor-counter-number-prefix{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;text-align:right 4fpi�    pi�                    �\�            �Z�    �i�            �i�     @      �i�            e:1;flex-grow:1;text-align:left���    ���                    `�            0�    H��             ��     @       ��                ȶ�            ���     @      ���                @      ��            A`            �?`    �S`            �S`     @      �S`                  0`               weight:700}.elementor-alert .elementor-alert-description{font-size:13px}.elementor-alert button.elementor-alert-dismiss{position:absolute;right:10px;top:10px;padding:3px;font-size:13px;line-height:1;background:transparent;color:inherit;border:none}.elementor-alert.elementor-alert-info{color:#31708f;background-color:#d9edf7;border-co0%Z    0%Z                    �Z            PZ    �%Z            P%Z     @      P%Z            :#cae6be}.elementor-alert.elementor-alert-warning{color:#8a6d3b;background-color:#fcf8e3;border-color:#f9f0c3}.elementor-alert.elementor-alert-danger{color:#a94442;background-color:#f2dede;border-color:#e8c4c4}@media (max-width:767px){.elementor-alert{padding:10px}.elementor-alert button.elementor-alert-dismiss{right:7px;top:7px}}.elementor-widget-progress{text-align:left}.elementor-progress-wrapper{position:relative;background-color:#eee;color:#fff;height:30px;line-height:30px;border-radius:2px}.elementor-progress-bar{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;background-color:#818a91;width:0;font-size:11px;border-radius:2px;-webkit-transition:width 1s ease-in-out;-o-transition:width 1s ease-in-out;transition:width 1s ease-in-out}.elementor-progress-text{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;white-space:nowrap;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;padding-left:15px}.elementor-progress-percentage{padding-right:15px}.elementor-widget-progress .elementor-progress-wrapper.progress-info .elementor-progress-bar{background-color:#5bc0de}.elementor-widget-progress .elementor-progress-wrapper.progress-success .elementor-progress-bar{background-color:#5cb85c}.elementor-widget-progress .elementor-progress-wrapper.progress-warning .elementor-progress-bar{background-color:#f0ad4e}.elementor-widget-progress .elementor-progress-wrapper.progress-danger .elementor-progress-bar{background-color:#d9534f}.elementor-progress .elementor-title{display:block}@media (max-width:767px){.elementor-progress-wrapper{height:25px;line-height:25px}.elementor-progress-text{padding-left:10px}}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-wrapper{width:25%;-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.active{border-right-style:none}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.active:after,.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.active:before{height:999em;width:0;right:0;border-right-style:solid}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.active:before{top:0;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);transform:translateY(-100%)}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tab-desktop-title.active:after{top:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title{display:table-cell}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.active{border-bottom-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.active:after,.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.active:before{bottom:0;height:0;width:999em;border-bottom-style:solid}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.active:before{right:100%}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-desktop-title.active:after{left:100%}.elementor-widget-tabs .elementor-tab-content,.elementor-widget-tabs .elementor-tab-title,.elementor-widget-tabs .elementor-tab-title:after,.elementor-widget-tabs .elementor-tab-title:before,.elementor-widget-tabs .elementor-tabs-content-wrapper{border:1px none #d4d4d4}.elementor-widget-tabs .elementor-tabs{text-align:left}.elementor-widget-tabs .elementor-tabs-wrapper{overflow:hidden}.elementor-widget-tabs .elementor-tab-title{cursor:pointer}.elementor-widget-tabs .elementor-tab-desktop-title{position:relative;padding:20px 25px;font-weight:700;line-height:1;border:solid transparent}.elementor-widget-tabs .elementor-tab-desktop-title.active{border-color:#d4d4d4}.elementor-widget-tabs .elementor-tab-desktop-title.active:after,.elementor-widget-tabs .elementor-tab-desktop-title.active:before{display:block;content:"";position:absolute}.elementor-widget-tabs .elementor-tab-mobile-title{padding:10px;cursor:pointer}.elementor-widget-tabs .elementor-tab-content{padding:20px;display:none}@media (max-width:767px){.elementor-tabs .elementor-tab-content,.elementor-tabs .elementor-tab-title{border-style:solid;border-bottom-style:none}.elementor-tabs .elementor-tabs-wrapper{display:none}.elementor-tabs .elementor-tabs-content-wrapper{border-bottom-style:solid}.elementor-tabs .elementor-tab-content{padding:10px}}@media (min-width:768px){.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-tabs.elementor-tabs-view-vertical .elementor-tabs-content-wrapper{-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;border-style:solid;border-left-style:none}.elementor-widget-tabs.elementor-tabs-view-horizontal .elementor-tab-content{border-style:solid;border-top-style:none}.elementor-tabs .elementor-tab-mobile-title{display:none}}.elementor-accordion{text-align:left}.elementor-accordion .elementor-accordion-item{border:1px solid #d4d4d4}.elementor-accordion .elementor-accordion-item+.elementor-accordion-item{border-top:none}.elementor-accordion .elementor-accordion-title{padding:15px 20px;font-weight:700;line-height:1;cursor:pointer}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon{display:inline-block;width:1.5em}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-right{float:right;text-align:right}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon.elementor-accordion-icon-left{float:left;text-align:left}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon .fa:before{content:"\f067"}.elementor-accordion .elementor-accordion-title.active .elementor-accordion-icon .fa:before{content:"\f068"}.elementor-accordion .elementor-accordion-content{display:none;padding:15px 20px;border-top:1px solid #d4d4d4}@media (max-width:767px){.elementor-accordion .elementor-accordion-title{padding:12px 15px}.elementor-accordion .elementor-accordion-title .elementor-accordion-icon{width:1.2em}.elementor-accordion .elementor-accordion-content{padding:7px 15px}}.elementor-toggle{text-align:left}.elementor-toggle .elementor-toggle-title{font-weight:700;line-height:1;padding:15px;border-bottom:1px solid #d4d4d4;cursor:pointer}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon{display:inline-block;width:1em}.elementor-toggle .elementor-toggle-title .elementor-toggle-icon .fa:before{content:"пѓљ"}.elementor-toggle .elementor-toggle-title.active{border-bottom:none}.elementor-toggle .elementor-toggle-title.active .elementor-toggle-icon .fa:before{content:"\f0d7"}.elementor-toggle .elementor-toggle-content{padding:0 15px 15px;border-bottom:1px solid #d4d4d4;display:none}@media (max-width:767px){.elementor-toggle .elementor-toggle-title{padding:12px}.elementor-toggle .elementor-toggle-content{padding:0 12px 10px}}.elementor-icon{display:inline-block;line-height:1;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;color:#818a91;font-size:50px;text-align:center}.elementor-icon:hover{color:#818a91}.elementor-icon i{width:1em;height:1em}.elementor-view-stacked .elementor-icon{padding:.5em;background-color:#818a91;color:#fff}.elementor-view-framed .elementor-icon{padding:.5em;color:#818a91;border:3px solid #818a91;background-color:transparent}.elementor-shape-circle .elementor-icon{border-radius:50%}.elementor-widget-icon-list.elementor-align-center .elementor-icon-list-item:after{margin:auto}.elementor-widget-icon-list:not(.elementor-align-right) .elementor-icon-list-item:after{left:0}.elementor-widget-icon-list:not(.elementor-align-left) .elementor-icon-list-item:after{right:0}.elementor-widget-icon-list .elementor-icon-list-items{list-style-type:none;margin:0;padding:0}.elementor-widget-icon-list .elementor-icon-list-item{margin:0;padding:0;position:relative}.elementor-widget-icon-list .elementor-icon-list-item:after{position:absolute;bottom:0;width:100%}.elementor-widget-icon-list .elementor-icon-list-item,.elementor-widget-icon-list .elementor-icon-list-item a{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-icon-list .elementor-icon-list-item a{width:100%}.elementor-widget-icon-list .elementor-icon-list-text{-webkit-align-self:center;-ms-flex-item-align:center;align-self:center;padding-left:5px}.elementor-widget-icon-list .elementor-icon-list-icon{text-align:center}.elementor-widget-icon-list .elementor-icon-list-icon i{vertical-align:middle}.elementor-widget-video .elementor-open-inline .elementor-custom-embed-image-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-position:50%}.elementor-widget-video .elementor-custom-embed-image-overlay{cursor:pointer;text-align:center}.elementor-widget-video .elementor-custom-embed-image-overlay:hover .elementor-custom-embed-play i{opacity:1}.elementor-widget-video .elementor-custom-embed-image-overlay img{display:block;width:100%}.elementor-image-carousel-wrapper .slick-image-stretch .slick-slide .slick-slide-image{width:100%}.swiper-container .swiper-slide figure{line-height:0}.elementor-widget-image-box .elementor-image-box-content,.swiper-container .swiper-slide figure img{width:100%}@media (min-width:768px){.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper,.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-image-box.elementor-position-right .elementor-image-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-image-box.elementor-position-left .elementor-image-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-image-box.elementor-position-top .elementor-image-box-img{margin:auto}.elementor-widget-image-box.elementor-vertical-align-top .elementor-image-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-image-box.elementor-vertical-align-middle .elementor-image-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-image-box.elementor-vertical-align-bottom .elementor-image-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-image-box .elementor-image-box-img{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-image-box .elementor-image-box-img{display:inline-block}.elementor-widget-image-box .elementor-image-box-title a{color:inherit}.elementor-widget-image-box .elementor-image-box-wrapper{text-align:center}.elementor-widget-image-box .elementor-image-box-description{margin:0}@media (min-width:768px){.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-icon,.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-icon{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto}.elementor-widget-icon-box.elementor-position-right .elementor-icon-box-wrapper{text-align:right;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-webkit-flex-direction:row-reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.elementor-widget-icon-box.elementor-position-left .elementor-icon-box-wrapper{text-align:left;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-webkit-flex-direction:row;-ms-flex-direction:row;flex-direction:row}.elementor-widget-icon-box.elementor-position-top .elementor-icon-box-img{margin:auto}.elementor-widget-icon-box.elementor-vertical-align-top .elementor-icon-box-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start}.elementor-widget-icon-box.elementor-vertical-align-middle .elementor-icon-box-wrapper{-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center}.elementor-widget-icon-box.elementor-vertical-align-bottom .elementor-icon-box-wrapper{-webkit-box-align:end;-webkit-align-items:flex-end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:767px){.elementor-widget-icon-box .elementor-icon-box-icon{margin-left:auto!important;margin-right:auto!important;margin-bottom:15px}}.elementor-widget-icon-box .elementor-icon-box-wrapper{text-align:center}.elementor-widget-icon-box .elementor-icon-box-title a{color:inherit}.elementor-widget-icon-box .elementor-icon-box-description{margin:0}.elementor-testimonial-wrapper{overflow:hidden;text-align:center}.elementor-testimonial-wrapper .elementor-testimonial-content{font-size:1.3em;margin-bottom:20px}.elementor-testimonial-wrapper .elementor-testimonial-name{line-height:1.5}.elementor-testimonial-wrapper .elementor-testimonial-job{font-size:.85em}.elementor-testimonial-wrapper.elementor-testimonial-text-align-left{text-align:left}.elementor-testimonial-wrapper.elementor-testimonial-text-align-right{text-align:right}.elementor-testimonial-wrapper .elementor-testimonial-meta{width:100%;line-height:1}.elementor-testimonial-wrapper .elementor-testimonial-meta-inner{display:inline-block}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image{display:table-cell;vertical-align:middle}.elementor-testimonial-wrapper .elementor-testimonial-meta .elementor-testimonial-image img{width:60px;height:60px;border-radius:50%}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-image{padding-right:15px}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-aside .elementor-testimonial-details{text-align:left}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-details,.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{display:block}.elementor-testimonial-wrapper .elementor-testimonial-meta.elementor-testimonial-image-position-top .elementor-testimonial-image{margin-bottom:20px}.elementor-social-icons-wrapper{font-size:0}.elementor-social-icon{font-size:25px;text-align:center;padding:.5em;margin-right:5px;cursor:pointer}.elementor-social-icon i{color:#fff}.elementor-social-icon:last-child{margin:0}.elementor-social-icon:hover{opacity:.9;color:#fff}.elementor-social-icon-apple{background-color:#999}.elementor-social-icon-behance{background-color:#1769ff}.elementor-social-icon-bitbucket{background-color:#205081}.elementor-social-icon-codepen{background-color:#000}.elementor-social-icon-delicious{background-color:#39f}.elementor-social-icon-digg{backg 4fpi�    pi�                    �\�            �Z�    �i�            �i�     @      �i�            {background-color:#ea4335}.elementor-social-icon-facebook{background-color:#3���    ���                    `�            0�    H��             ��     @       ��                ȶ�            ���     @      ���                @      ��                       �A`            �?`    �S`            �S`     @      �S`                  0`               ntor-social-icon-instagram{background-color:#262626}.elementor-social-icon-jsfiddle{background-color:#487aa2}.elementor-social-icon-linkedin{background-color:#0077b5}.elementor-social-icon-medium{background-color:#00ab6b}.elementor-social-icon-pinterest{background-color:#bd081c}.elementor-social-icon-product-hunt{background-color:#d0%Z    0%Z                    �Z            PZ    �%Z            P%Z     @      P%Z            ound-color:#4caf50}.elementor-social-icon-slideshare{background-color:#0077b5}.elementor-social-icon-snapchat{background-color:#fffc00}.elementor-social-icon-soundcloud{background-color:#f80}.elementor-social-icon-spotify{background-color:#2ebd59}.elementor-social-icon-stack-overflow{background-color:#fe7a15}.elementor-social-icon-tripadvisor{background-color:#589442}.elementor-social-icon-tumblr{background-color:#35465c}.elementor-social-icon-twitch{background-color:#6441a5}.elementor-social-icon-twitter{background-color:#1da1f2}.elementor-social-icon-vimeo{background-color:#1ab7ea}.elementor-social-icon-vk{background-color:#45668e}.elementor-social-icon-weibo{background-color:#df2029}.elementor-social-icon-weixin{background-color:#7bb32e}.elementor-social-icon-whatsapp{background-color:#25d366}.elementor-social-icon-wordpress{background-color:#21759b}.elementor-social-icon-xing{background-color:#026466}.elementor-social-icon-yelp{background-color:#af0606}.elementor-social-icon-youtube{background-color:#cd201f}.elementor-shape-rounded .elementor-icon.elementor-social-icon{border-radius:10%}.elementor-shape-circle .elementor-icon.elementor-social-icon{border-radius:50%}body.elementor-page .elementor-widget-menu-anchor{margin-bottom:0}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:#818a91;color:#fff}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap{color:#818a91;border:3px solid;background-color:transparent}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap{margin-top:8px}.elementor-widget-text-editor:not(.elementor-drop-cap-view-default) .elementor-drop-cap-letter{width:1em;height:1em}.elementor-widget-text-editor .elementor-drop-cap{float:left;text-align:center;line-height:1;font-size:50px}.elementor-widget-text-editor .elementor-drop-cap-letter{display:inline-block}.slick-slider{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer}.slick-slider .slick-list,.slick-slider .slick-track{-webkit-transform:translateZ(0);transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}.elementor-slick-slider[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.elementor-slick-slider .slick-loading .slick-list{background:#fff url(../images/ajax-loader.gif) 50% no-repeat}.elementor-slick-slider .slick-next,.elementor-slick-slider .slick-prev{font-size:0;line-height:0;position:absolute;top:50%;display:block;width:20px;padding:0;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);cursor:pointer;color:transparent;border:none;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus,.elementor-slick-slider .slick-next:hover,.elementor-slick-slider .slick-prev:focus,.elementor-slick-slider .slick-prev:hover{color:transparent;outline:none;background:transparent}.elementor-slick-slider .slick-next:focus:before,.elementor-slick-slider .slick-next:hover:before,.elementor-slick-slider .slick-prev:focus:before,.elementor-slick-slider .slick-prev:hover:before{opacity:1}.elementor-slick-slider .slick-next.slick-disabled:before,.elementor-slick-slider .slick-prev.slick-disabled:before{opacity:.25}.elementor-slick-slider .slick-next:before,.elementor-slick-slider .slick-prev:before{font-family:FontAwesome;font-size:35px;line-height:1;opacity:.75;color:#fff;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider .slick-prev{left:-25px}[dir=rtl] .elementor-slick-slider .slick-prev{left:auto;right:-25px}.elementor-slick-slider .slick-prev:before{content:"\f104"}[dir=rtl] .elementor-slick-slider .slick-prev:before{content:"\f105"}.elementor-slick-slider .slick-next{right:-25px}[dir=rtl] .elementor-slick-slider .slick-next{left:-25px;right:auto}.elementor-slick-slider .slick-next:before{content:"\f105"}[dir=rtl] .elementor-slick-slider .slick-next:before{content:"\f104"}.elementor-slick-slider .slick-dotted.slick-slider{margin-bottom:30px}.elementor-slick-slider ul.slick-dots{position:absolute;bottom:-25px;display:block;width:100%;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.elementor-slick-slider ul.slick-dots li{position:relative;display:inline-block;width:20px;height:20px;margin:0;padding:0;cursor:pointer}.elementor-slick-slider ul.slick-dots li button{font-size:0;line-height:0;display:block;width:20px;height:20px;padding:5px;cursor:pointer;color:transparent;border:0;outline:none;background:transparent}.elementor-slick-slider ul.slick-dots li button:focus,.elementor-slick-slider ul.slick-dots li button:hover{outline:none}.elementor-slick-slider ul.slick-dots li button:focus:before,.elementor-slick-slider ul.slick-dots li button:hover:before{opacity:1}.elementor-slick-slider ul.slick-dots li button:before{font-family:FontAwesome;font-size:6px;line-height:20px;position:absolute;top:0;left:0;width:20px;height:20px;content:"\f111";text-align:center;opacity:.25;color:#000;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.elementor-slick-slider ul.slick-dots li.slick-active button:before{opacity:.75;color:#000}.elementor-slick-slider .slick-arrows-inside .slick-prev{left:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-prev{left:auto;right:20px}.elementor-slick-slider .slick-arrows-inside .slick-next{right:20px}[dir=rtl] .elementor-slick-slider .slick-arrows-inside .slick-next{left:20px;right:auto}.elementor-slick-slider .slick-dots-inside .slick-dots{bottom:5px}.elementor-slick-slider .slick-dots-inside.slick-dotted.slick-slider{margin-bottom:0}.elementor-slick-slider .slick-slider .slick-next,.elementor-slick-slider .slick-slider .slick-prev{z-index:1}.elementor-slick-slider .slick-slide img{margin:auto}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;z-index:1}.swiper-container-no-flexbox .swiper-slide{float:left}.swiper-container-vertical>.swiper-wrapper{-webkit-box-orient:vertical;-webkit-box-direction:normal;-webkit-flex-direction:column;-ms-flex-direction:column;flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-transition-property:-webkit-transform;transition-property:-webkit-transform;-o-transition-property:transform;transition-property:transform;transition-property:transform,-webkit-transform;-webkit-box-sizing:content-box;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{-webkit-transform:translateZ(0);transform:translateZ(0)}.swiper-container-multirow>.swiper-wrapper{-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.swiper-container-free-mode>.swiper-wrapper{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out;margin:0 auto}.swiper-slide{-webkit-flex-shrink:0;-ms-flex-negative:0;flex-shrink:0;width:100%;height:100%;position:relative}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;-webkit-transition-property:height,-webkit-transform;transition-property:height,-webkit-transform;-o-transition-property:transform,height;transition-property:transform,height;transition-property:transform,height,-webkit-transform}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-wp8-horizontal{-ms-touch-action:pan-y;touch-action:pan-y}.swiper-wp8-vertical{-ms-touch-action:pan-x;touch-action:pan-x}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:27px;height:44px;margin-top:-22px;z-index:10;cursor:pointer;background-size:27px 44px;background:no-repeat 50%}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23007aff'/%3E%3C/svg%3E");left:10px;right:auto}.swiper-button-prev.swiper-button-black,.swiper-container-rtl .swiper-button-next.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z'/%3E%3C/svg%3E")}.swiper-button-prev.swiper-button-white,.swiper-container-rtl .swiper-button-next.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M0 22L22 0l2.1 2.1L4.2 22l19.9 19.9L22 44 0 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23007aff'/%3E%3C/svg%3E");right:10px;left:auto}.swiper-button-next.swiper-button-black,.swiper-container-rtl .swiper-button-prev.swiper-button-black{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z'/%3E%3C/svg%3E")}.swiper-button-next.swiper-button-white,.swiper-container-rtl .swiper-button-prev.swiper-button-white{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 27 44'%3E%3Cpath d='M27 22L5 44l-2.1-2.1L22.8 22 2.9 2.1 5 0l22 22z' fill='%23fff'/%3E%3C/svg%3E")}.swiper-pagination{position:absolute;text-align:center;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;-webkit-transform:translateZ(0);transform:translateZ(0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullet{width:6px;height:6px;display:inline-block;border-radius:50%;background:#000;opacity:.2}.swiper-pagination-fraction{color:#000}button.swiper-pagination-bullet{border:none;margin:0;padding:0;-webkit-box-shadow:none;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-white .swiper-pagination-bullet{background:#fff}.swiper-pagination-bullet-active{opacity:1}.swiper-pagination-white .swiper-pagination-bullet-active{background:#fff}.swiper-pagination-black .swiper-pagination-bullet-active{background:#000}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;-webkit-transform:translate3d(0,-50%,0);transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:5px 0;display:block}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 6px}.swiper-pagination-progress{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progress .swiper-pagination-progressbar{background:#000;position:absolute;left:0;top:0;width:100%;height:100%;-webkit-transform:scale(0);-ms-transform:scale(0);transform:scale(0);-webkit-transform-origin:left top;-ms-transform-origin:left top;transform-origin:left top}.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar{-webkit-transform-origin:right top;-ms-transform-origin:right top;transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progress{width:100%;height:4px;left:0;top:0}.swiper-container-vertical>.swiper-pagination-progress{width:4px;height:100%;left:0;top:0}.swiper-pagination-progress.swiper-pagination-white{background:hsla(0,0%,100%,.5)}.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar{background:#fff}.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar{background:#000}.swiper-container-3d{-webkit-perspective:1200px;perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{-webkit-transform-style:preserve-3d;transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:-webkit-gradient(linear,right top,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(right,rgba(0,0,0,.5),transparent);background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-right{background-image:-webkit-gradient(linear,left top,right top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(left,rgba(0,0,0,.5),transparent);background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-top{background-image:-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(bottom,rgba(0,0,0,.5),transparent);background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.5)),to(transparent));background-image:-webkit-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:-o-linear-gradient(top,rgba(0,0,0,.5),transparent);background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-container-coverflow .swiper-wrapper,.swiper-container-flip .swiper-wrapper{-ms-perspective:1200px}.swiper-container-cube,.swiper-container-flip{overflow:visible}.swiper-container-cube .swiper-slide,.sw 4fpi�    pi�                    �\�            �Z�    �i�            �i�    |%      �i�            :hidden;z-index:1}.swiper-container-cube .swiper-slide .swiper-slide,.swiper-container-flip .swiper-slide .swiper-slide{poi���    ���                    `�            0�    H��             ��    k$       ��                ȶ�            ���    6$      ���               $      ��             `S`                    �A`            �?`    �S`            �S`    �#      �S`                  0`               .swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top,.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-0%Z    0%Z                    �Z            PZ    �%Z            P%Z    �!      P%Z            e .swiper-slide{visibility:hidden;-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube.swiper-container-rtl .swiper-slide{-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-fade.swiper-container-free-mode .swiper-slide{-webkit-transition-timing-function:ease-out;-o-transition-timing-function:ease-out;transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;-webkit-transition-property:opacity;-o-transition-property:opacity;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-zoom-container{width:100%;height:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;-webkit-transform-origin:50%;-ms-transform-origin:50%;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s steps(12) infinite;animation:swiper-preloader-spin 1s steps(12) infinite}.swiper-lazy-preloader:after{display:block;content:"";width:100%;height:100%;background-size:100%;background:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%236c6c6c' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E") no-repeat 50%}.swiper-lazy-preloader-white:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpath id='a' stroke='%23fff' stroke-width='11' stroke-linecap='round' d='M60 7v20'/%3E%3C/defs%3E%3Cuse xlink:href='%23a' opacity='.27'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(30 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(60 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(90 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(120 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.27' transform='rotate(150 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.37' transform='rotate(180 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.46' transform='rotate(210 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.56' transform='rotate(240 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.66' transform='rotate(270 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.75' transform='rotate(300 60 60)'/%3E%3Cuse xlink:href='%23a' opacity='.85' transform='rotate(330 60 60)'/%3E%3C/svg%3E")}@-webkit-keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes swiper-preloader-spin{to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.elementor-lightbox .dialog-widget-header{display:none}.elementor-lightbox .dialog-widget-content{background:none;-webkit-box-shadow:none;box-shadow:none;width:100%;height:100%}.elementor-lightbox .dialog-message{-webkit-animation-duration:.4s;animation-duration:.4s}.elementor-lightbox .dialog-message:not(.elementor-fit-aspect-ratio){height:100%}.elementor-lightbox .dialog-lightbox-close-button{cursor:pointer;position:absolute;font-size:25px;padding:5px;z-index:2;line-height:1}.elementor-lightbox .dialog-lightbox-close-button,.elementor-lightbox .elementor-swiper-button{color:hsla(0,0%,93%,.9);-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;opacity:1}.elementor-lightbox .dialog-lightbox-close-button:hover,.elementor-lightbox .elementor-swiper-button:hover{color:#fff}.elementor-lightbox .swiper-container{height:100%}.elementor-lightbox .elementor-lightbox-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;position:relative;padding:80px;-webkit-box-sizing:border-box;box-sizing:border-box;height:100%;margin:auto}.elementor-lightbox .elementor-lightbox-image{max-height:100%}.elementor-lightbox .elementor-video-container{position:absolute;top:50%;left:50%;-webkit-transform:translateX(-50%) translateY(-50%);-ms-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%)}@media (min-width:1025px){.elementor-lightbox .elementor-video-container{width:75%}}@media (max-width:1024px){.elementor-lightbox .elementor-video-container{width:100%}}.elementor-lightbox .elementor-swiper-button-prev{left:40px}.elementor-lightbox .elementor-swiper-button-next{right:40px}@media (min-width:767px){.elementor-lightbox .dialog-lightbox-close-button{top:35px;right:35px}}.animated{-webkit-animation-duration:1.25s;animation-duration:1.25s}.animated.animated-slow{-webkit-animation-duration:2s;animation-duration:2s}.animated.animated-fast{-webkit-animation-duration:.75s;animation-duration:.75s}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.elementor-shape{overflow:hidden;position:absolute;left:0;width:100%;line-height:0;direction:ltr}.elementor-shape-top{top:-1px}.elementor-shape-bottom{bottom:-1px}.elementor-shape[data-negative=false].elementor-shape-bottom,.elementor-shape[data-negative=true].elementor-shape-top{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.elementor-shape svg{display:block;width:calc(100% + 1.3px);position:relative;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.elementor-shape .elementor-shape-fill{fill:#fff;-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;-webkit-transform:rotateY(0deg);transform:rotateY(0deg)}.page-template-elementor_canvas.elementor-page:before{display:none}.elementor-post__thumbnail__link{-webkit-transition:none;-o-transition:none;transition:none}@media (max-width:767px){body:not(.elementor-editor-active) .elementor-hidden-phone{display:none}}@media (min-width:768px) and (max-width:1024px){body:not(.elementor-editor-active) .elementor-hidden-tablet{display:none}}@media (min-width:1025px){body:not(.elementor-editor-active) .elementor-hidden-desktop{display:none}}