@charset "utf-8";
/*---------------------------------------------------
Project:		STEM DRUPAL 8 THEME
Version:		1.0
Last change:	INITIAL RELEASED
Primary use:	Drupal 8 Template  
---------------------------------------------------*/

/*---------------------------------------------------*/
/*	GENERAL
/*---------------------------------------------------*/
body {
	-webkit-font-smoothing: antialiased;
	font-family: 'Montserrat', sans-serif;
	font-size: 17px;
	line-height: 1.7;
    font-weight: 300;
	color: #777777;
}
body .boxed-layout {
	font-size: 17px;
	line-height: 1.7;
}
p {
	margin: 0 0 24px 0; 
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	font-weight: 400;
    line-height: 1.1;
	color: #333333;
	margin-top: 0;
	margin-bottom: 0.8em;
}
h1, .h1 { font-size: 40px; }
h2, .h2 { font-size: 35px; line-height: 1.2; }
h3, .h3 { font-size: 24px; }
h4, .h4 { font-size: 18px;}
h5, .h5 { font-size: 14px; line-height: 1.4; }
img { 
	max-width: 100%;
	height: auto;
}
a { color: #333333; }
a, a:hover, a:focus, a:visited {
	text-decoration: none;
	outline: none;
}
ol, ul {
    padding: 0;
	margin-bottom: 0;
	list-style-position: inside;
}
.clearfix {
	clear: left;
}
.nav>li>a {
	padding: 0;
}
.contextual-links li a { color: #444444 !important; }

/*	FIELD */
.field-label {
	font-weight: bold;
}
.field-label-inline .field-label {
    display: inline-block;
    float: left;
    margin-right: 7px;	
}

/*	PROFILE */
.profile > div {
	padding-right: 5px;
	display: inline-block;
	vertical-align: top;
}
.profile h4.label {
	color: #333333;
	display: block;
	text-align: left;
	margin-bottom: 5px;
}

/*---------------------------------------------------*/
/*	LAYOUT
/*---------------------------------------------------*/
#wrapper {
	padding: 0;
	margin: 0 auto;
	display: block;
    overflow: hidden;
    position: relative;
	background-color: #f9f9f9;
}
#page {
	margin: 0 auto;
}
#home {
    visibility: hidden !important;
}
.wide-layout #slider .container {
	width: 100%;
	padding-left: 15px;
	padding-right: 15px;
}
.container-wrap,
.boxed-layout {
	margin: 0 auto;
}
.boxed-layout,
.framed-layout #content-wrap {
	background-color: #f9f9f9;
}
.boxed-layout,
.boxed-layout .header-wrap,
.boxed-layout #page-title.title-ltb .container {
	max-width: 1170px;
}
.boxed-layout .container,
.boxed-layout #content_wide .container-wrap,
.boxed-layout #slider .container-wrap {
	max-width: 1140px;
}
.boxed-layout #slider .container-wrap {
	padding-right: 15px;
	padding-left: 15px;
}
.box-margin #page {
	margin-top: 30px;
	margin-bottom: 30px;
}
.box-margin .header-wrap {
    border: none;
}
.boxed-layout #content_wide .block {
	padding: 40px 0px;
}
.framed-layout #page-wrapper,
.framed-layout #page-title,
.framed-layout #slider {
	padding-right: 40px;
	padding-left: 40px;
}
#page-wrapper {
	padding: 40px 0px;
}
.boxed-layout #page-wrapper {
	padding: 50px 0;
}
.path-frontpage #page-wrapper {
	padding: 0;
}
.path-frontpage .boxed-layout #page-wrapper {
	padding-bottom: 50px;
}

/*---------------------------------------------------*/
/*	BLOCK
/*---------------------------------------------------*/
.block {
	position: relative;
}
#page-wrapper .block {
	margin-bottom: 45px;
}
.block,
#page-wrapper .sidebar .block {
	margin-bottom: 35px;
}
.path-frontpage #page-wrapper .block {
	margin-top: 55px;
	margin-bottom: 0;
}
.block-core,
#page-wrapper .block-core,
.block-system,
#page-wrapper .block-system {
	margin: 0px !important;
	padding: 0;
}
#header .block,
#slider .block {
	margin: 0;
}
#content_wide .block {
	margin-bottom: 0;
	padding-top: 90px;
	padding-bottom: 75px;
}
.footer-widget .block {
	margin: 0;
}
#content_wide .container-wrap {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}
#content_wide .fullwidth .container-wrap {
	width: 100% !important;
	padding: 0 !important;
}

#page-wrapper .sidebar .block,
.post-content {
	background-color: #ffffff;
	padding: 15px;
	border: 1px solid #f9f9f9;
	position: relative;
}

/*---------------------------------------------------*/
/*	BLOCK TITLE
/*---------------------------------------------------*/
.block .block-title-wrap {
	margin-bottom: 40px;
	position: relative;
}
.content-wide .block .block-title-wrap {
	width: 100%;
	max-width: 1140px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 0;
	padding-left: 0;
}
.content_layout .block .row.block-title-wrap {
	margin-right: 0;
	margin-left: 0;
}
.block-title {
	position: relative;
    margin-top: 0;
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 36px;
	font-weight: 700;
}
.block-title:after,
.block-title-1 .block-title:before,
.block-title-2 .block-title:before {
	content: "";
	position: absolute;
	width: 60px;
	height: 1px;
	bottom: -2px;
	left: 0;
	background-color: #e7d553;
}
.footer-widget .block-title:before {
	display: none;
}
.block-title-1 .block-title:before,
.block-title-2 .block-title:before {
    bottom: -9px;
    width: 30px;
	background-color: #999999;
}
.block-title-wrap .block-subtitle {
	font-weight: 300;
    letter-spacing: 1px;
    color: #777;
	max-width: 50%;
    display: inline-block;
	display: block;
    margin-bottom: 0;
}
.block-title-1 .block-subtitle {
	margin-top: 20px;
}
.block-title-2 .block-subtitle {
	margin-bottom: 5px;
}

.sidebar .block-title {
	font-size: 22px;
}
.sidebar .block-title-wrap {
    margin-right: 0px !important;
    margin-left: 0px !important;
	margin-bottom: 20px;
}
#footer .block-title-wrap {
	margin: 0;
	margin-bottom: 10px;
}

/* BLOCK TITLE STYLE */
.block-title-4 .block-title {
	padding: 0;
	margin-bottom: 15px;
}
.block-title-4 .block-title:after,
.block-title-4 .block-title:before,
.block-title-3 .block-title:after,
.block-title-3 .block-title:before {
	display: none !important;
	visibility: hidden;
}
.block-title-3 .block-title,
.block-title-3 .block-subtitle {
	margin: 0;
	padding: 0;
    display: block;
	
}
.block-title-3 .block-title-wrap {
	margin-bottom: 50px;
	line-height: 110px;
}
.block-title-3 .block-title {
	position: absolute;
	width: 100%;
	font-size: 35px;
	z-index: 1;
    top: 50%;
    transform: translate(0, -50%);
}
.block-title-3 .block-subtitle {
	color: #f2f2f2 !important;
	font-size: 75px;
	font-weight: 700;
	max-width: 100%;
	padding-bottom: 10px;
	line-height: 1;
}
.sidebar .block-title-3 .block-title-wrap,
#footer .block-title-3 .block-title-wrap,
#header-wrap .block-title-3 .block-title-wrap {
    margin-bottom: 25px;
	line-height: 1.2;
}
.sidebar .block-title-3 .block-title,
#footer .block-title-3 .block-title,
#header-wrap .block-title-3 .block-title,
.sidebar .block-title-3 .block-subtitle,
#footer .block-title-3 .block-subtitle,
#header-wrap .block-title-3 .block-subtitle {
    position: relative;
	line-height: 1.2;
    top: auto;
    transform: none;
}
.sidebar .block-title-3 .block-title,
#footer .block-title-3 .block-title {
	font-size: 25px;
}
.sidebar .block-title-3 .block-subtitle,
#footer .block-title-3 .block-subtitle {
	font-size: 12px;
}

/* BLOCK CENTER TITLE */
.title-center .block-title {
	text-align: center;
}
.block-title-center .block-title-wrap,
.block-title-center .block-title-wrap {
	text-align: center;
}
.block-title-center .block-title-wrap .block-subtitle {
	margin-left: auto;
	margin-right: auto;
}
.block-title-center .block-title:after,
.text-center .block-title:after {
	left: 50%;
	margin-left: -30px;
}
.block-title-center .block-title:before,
.text-center .block-title:before  {
	left: 50%;
	margin-left: -15px;
}

/* BLOCK RIGHT TITLE */
.block-title-right .block-title-wrap {
	text-align: right;
}
.block-title-right .block-title:after,
.block-title-right .block-title:before {
	left: auto;
	right: 0;
	margin: 0;
}
.block-title-right .block-subtitle {
	max-width: 100%;
}

/*---------------------------------------------------*/
/*	PAGE TITLE
/*---------------------------------------------------*/
#page-title {
	color: #888888;
	padding: 25px 0;
	margin-top: 0;
	margin-bottom: 0;
	border-top: 1px solid #f3f3f3;
}
#page-title.title-parallax,
#page-title.title-dark-bg,
#page-title.title-colored-bg {
	border-top: none;
}
#page-title h1 {
    color: #333333;
    /*text-transform: uppercase;*/
    font-size: 26px;
    line-height: 1;
    font-weight: 700;
	margin: 0;
	padding: 10px 0;
}
#page-title .block {
	margin: 0;
}
#page-title.title-left {
	text-align: left !important;
}
#page-title.title-right {
	text-align: right !important;
}
#page-title.title-center {
	text-align: center !important;
}
#page-title.title-lbr .region-page-title,
#page-title.title-lbr .region-breadcrumb {
	width: 50%;
	float: left;
}
#page-title.title-rbl .region-page-title,
#page-title.title-rbl .region-breadcrumb {
	width: 50%;
	float: right;
}
#page-title.title-rbl .region-page-title,
#page-title.title-lbr .region-breadcrumb {
	text-align: right !important;
}
#page-title.title-lbr h1,
#page-title.title-lbr h1,
#page-title.title-rbl ul,
#page-title.title-rbl ul {
	margin: 0;
}
#page-title.title-ltb {
	padding-bottom: 0 !important;
}
#page-title.title-ltb .region-breadcrumb {
	background-color: #f9f9f9;
	border-top: 1px solid rgba(0, 0, 0, 0.05);
	padding: 10px 0;
}
#page-title.title-ltb .region-breadcrumb,
#page-title.title-ltb .region-breadcrumb a {
	color: #666666 !important;
}
#page-title.title-ltb .region-breadcrumb a:hover {
	opacity: 0.7;
}
#page-title.title-ltb .container {
    width: 100%;
    padding: 0;
}
#page-title.title-ltb .container-wrap {
    max-width: 1170px;
    padding: 0 15px;
	margin: 0 auto;
}
#page-title.title-lbr .breadcrumb ul,
#page-title.title-lbr .breadcrumb ul {
    padding: 10px 0;
}

/* TITLE NO BACKGROUND */
#page-title.title-no-bg {
	background-color: transparent;
}

/* TITLE COLORED BACKGROUND */
#page-title.title-colored-bg {
	background-color: #e7d553;
	color: #eeeeee;
}
#page-title.title-colored-bg h1 {
    color: #f8f8f8;
}
#page-title.title-colored-bg .breadcrumb ul li a {
	color: #eeeeee;
}

/* TITLE DARK BACKGROUND */
#page-title.title-dark-bg {
	background-color: #333333;
	color: #eeeeee;
}
#page-title.title-dark-bg h1 {
    color: #f8f8f8;
}
#page-title.title-dark-bg .breadcrumb ul li a {
	color: #eeeeee;
}

/* TITLE PARALLAX BACKGROUND */
#page-title.title-parallax {
    background: url(../images/patterns/pattern1.png), url(../images/bg/title-bg.jpg) no-repeat fixed 0 0 / cover;
	padding: 50px 0;
}
#page-title.title-parallax h1 {
    color: #f8f8f8;
}
#page-title.title-parallax .breadcrumb ul li a {
	color: #eeeeee;
}

/* TITLE PATTERN BACKGROUND */
#page-title.title-pattern {
    background: url(../images/patterns/gplay.png) repeat 0 0;
}

/* TITLE HEIGHT */
#page-title.title-small {
	padding: 20px 0;
}
#page-title.title-small.title-ltb .region-page-title {
	padding-bottom: 20px;
}
#page-title.title-medium {
	padding: 55px 0;
}
#page-title.title-medium.title-ltb .region-page-title {
	padding-bottom: 55px;
}
#page-title.title-large {
	padding: 90px 0;
}
#page-title.title-large.title-ltb .region-page-title {
	padding-bottom: 90px;
}
#page-title.title-xlarge {
	padding: 130px 0;
}
#page-title.title-xlarge.title-ltb .region-page-title {
	padding-bottom: 130px;
}
#page-title.title-large h1,
#page-title.title-xlarge h1 {
    font-weight: 700;
}
#page-title.title-xlarge h1 {
    font-size: 40px;
}
#page-title.title-xlarge .breadcrumb ul li a {
    font-size: 13px;
}

/*-------------------------------------------------*/
/* 5 COLUMNS
/*-------------------------------------------------*/
.col-xs-5th,
.col-sm-5th,
.col-md-5th,
.col-lg-5th {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}
.col-xs-5th {
    width: 20%;
    float: left;
}
@media (min-width: 768px) {
    .col-sm-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-5th {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-5th {
        width: 20%;
        float: left;
    }
}

/*---------------------------------------------------*/
/*	PRELOADER IMAGE
/*---------------------------------------------------*/
.preloader {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffffff;
	z-index: 13000;
	height: 100%;
}
.preloader_image {
	width: 80px;
	height: 80px;
	position: absolute;
	left: 50%;
	top: 50%;
	background: url(../images/preloader.gif) no-repeat 50% 50% transparent;
	margin: -40px 0 0 -40px;
}

/*---------------------------------------------------*/
/*	FORM
/*---------------------------------------------------*/
input, 
button, 
select, 
textarea {
	padding: 10px;
	border: 1px solid #ecedee;
	background-color: transparent;
	outline: none !important;
    max-width: 100%;
}
input[type=search] {
    background-color: #ffffff;
	color: #333333;
}

/* FORM COMPONENTS */
form .field-multiple-table {
  margin: 0;
}
form .field-multiple-table .field-multiple-drag {
  width: 30px;
  padding-right: 0;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag {
  padding-left: 0;
}
form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: .5em;
}
[dir="rtl"] form .field-multiple-table .field-multiple-drag .tabledrag-handle {
  padding-right: 0;
  padding-left: .5em;
}
form .field-add-more-submit {
  margin: .5em 0 0;
}
.form-item,
.form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
tr.odd .form-item,
tr.even .form-item {
  margin-top: 0;
  margin-bottom: 0;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
  font-size: 0.85em;
}
label.option {
  display: inline;
  font-weight: normal;
}
.form-composite > legend,
.label {
  display:inline;
  font-size: inherit;
  font-weight: bold;
  margin: 0;
  padding: 0;
}
.form-checkboxes .form-item,
.form-radios .form-item {
  margin-top: 0.4em;
  margin-bottom: 0.4em;
}
.form-type-radio .description,
.form-type-checkbox .description {
  margin-left: 2.4em;
}
[dir="rtl"] .form-type-radio .description,
[dir="rtl"] .form-type-checkbox .description {
   margin-left: 0;
   margin-right: 2.4em;
}
.marker {
  color: #e00;
}
.form-required:after {
  content: "*";
  vertical-align: middle;
  display: inline-block;
  margin: 0 0.3em;
  color: red;
}
abbr.tabledrag-changed,
abbr.ajax-changed {
  border-bottom: none;
}
.form-item input.error,
.form-item textarea.error,
.form-item select.error {
  border: 2px solid red;
}

/* Inline error messages. */
.form-item--error-message:before {
  content: "";
  display: inline-block;
  height: 14px;
  width: 14px;
  vertical-align: sub;
  background-size: contain;
}

/* CONTACT FORM */
.contact-message-form label {
    display: block;
    text-transform: uppercase;
    font-weight: 400;
}
.contact-message-form .form-item-copy label {
	display: inline-block;
}

.contact-message-feedback-form .form-item,
.contact-message-feedback-form .form-actions {
	margin-top: 0;
	margin-bottom: 25px;
	text-align: center;
}
.contact-message-feedback-form .form-actions {
	margin-bottom: 0;
}
.contact-message-feedback-form input,
.contact-message-feedback-form textarea {
	width: 100%;
	border: 2px solid #eee;
}
.contact-message-feedback-form input[type="submit"] {
	width: auto;
}
.block-contact-block #edit-preview {
	display: none;
}

@media (min-width: 768px) {
	.block-contact-block .form-item-name,
	.block-contact-block .form-item-mail {
		width: 48%;
		float: left;
	}
	.block-contact-block .form-item-name {
		margin-right: 4%;
	}
}

/* USER LOGIN FORM */
.user-login-form,
.user-form,
.user-pass{
	max-width: 650px;
	margin: 40px auto;
	border: 1px solid #ddd;
	padding: 10px 30px;
	background: #fbfbfb;
}
.user-login-form .form-text,
.user-login-form .form-email,
.user-form .form-text,
.user-form .form-email,
.user-pass .form-text{
	width: 100%;
}
.form-composite > .fieldset-wrapper > .description,
.form-item .description {
	font-size: 11px;
	color: #999999;
	font-style: italic;
}

/*---------------------------------------------------*/
/*	SEARCH FORM
/*---------------------------------------------------*/
.search-block-form form{
	display: table;
	width: 100%;
}
.search-block-form .form-item,
.search-block-form .form-actions{
	display: table-cell;
	vertical-align: top;
}
.search-block-form input{
	width: 100%;
	margin: 0;
	border: 1px solid #eeeeee;
	border-right: none;
}
.search-block-form input[type="submit"],
.search-form input[type="submit"] {
	padding: 15px 15px 14px 15px;
	border: 1px solid #e7d553;
	border-radius: 0px 2px 2px 0px;
}
.search-block-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
    border-color: #444444;
}

.search-result-title {
	display: inline-block;
}

/* Full screen throbber */
.ajax-progress-fullscreen {
  background-color: transparent;
  background-image: url(../images/small-preloader.gif);
  border-radius: 0;
  height: 24px;
  opacity: 1;
}

/*---------------------------------------------------*/
/*	TABLE
/*---------------------------------------------------*/
table {
	width: 100%; 
	margin-bottom: 20px; 
	border: 1px solid #dfdfdf; 
}
table tbody {
	border-top: none; 
	border-bottom: 1px solid #dfdfdf;
}
table tr.even, 
table tr.odd, 
th {
	background-color: transparent; 
	border-bottom: 1px solid #dfdfdf;
}
thead tr th, 
thead tr td, 
tbody tr th, 
tbody tr td {
	padding: 8px; 
	line-height: 142%; 
	vertical-align: top;
	border-right: 1px solid #efefef;
}
td.active {
    background-color: transparent;
}
table thead {
	text-transform: uppercase;
	background: #f5f5f5;
}
table tr {
	border-bottom: 1px solid #eeeeee;
}

/*---------------------------------------------------*/
/*	BREADCRUMB
/*---------------------------------------------------*/
.breadcrumb {
	background: none;
	padding: 0;
	margin: 0;
	border: none;
}
.breadcrumb ul{
	padding: 0;
	margin: 0;
}
.breadcrumb ul li {
	display: inline-block;
}
.breadcrumb ul li a {
	color: #888;
	font-size: 12px;
}
.breadcrumb ul li:after {
	content: ".";
	margin: 0 3px;
	font-size: 25px;
	line-height: 0;
}
.breadcrumb ul li:last-child:after {
	display: none;
}

/*---------------------------------------------------*/
/*	TASK BAR
/*---------------------------------------------------*/
.task-bar .tabs {
  margin: 1em 0;
}
.task-bar ul.tabs {
  list-style: none;
  margin: 0 0 0.5em;
  padding: 0;
}
.task-bar .tabs > li {
  display: inline-block;
  margin-right: 0.3em;
}
[dir="rtl"] .tabs > li {
  margin-left: 0.3em;
  margin-right: 0;
}
.task-bar .tabs a {
  display: block;
  padding: 0.2em 1em;
  text-decoration: none;
}
.task-bar .tabs a.is-active {
  background-color: #eeeeee;
}
.task-bar .tabs a:focus,
.task-bar .tabs a:hover {
  background-color: #f5f5f5;
}
.task-bar {
	text-align: center;
}
.task-bar.alert {
	    margin-bottom: 0;
}
.task-bar ul.tabs {
    margin: 0;
    border-bottom: 1px solid #eeeeee;
	text-transform: uppercase;
    font-size: 12px;
}
.task-bar.alert-dismissable .close, 
.task-bar.alert-dismissible .close {
    right: 0;
}

/* PAGER */
.pager {
	width: 100%;
	float: left;
}
.pager li > a,
.pager li > span {
	border-radius: 2px;
}
.pager li > a.button {
	padding: 15px 30px;
	background-color: transparent;
}
.pager li.is-active a,
.pager li > a:hover,
.pager li > a.button:hover {
	color: #ffffff;
}
.views-infinite-scroll-content-wrapper {
	margin-bottom: 30px;
}

.views-more-link {
	display: block;
    margin-top: 10px;
}
.views-more-link:after {
	content: "\f101";
	font-family: 'FontAwesome';
	margin-left: 5px;
}

/*---------------------------------------------------*/
/*	STATUS MESSAGES
/*---------------------------------------------------*/
.messages {
	margin: 0 0 10px; 
	padding: 15px; 
	position: relative; 
}
.messages a {
	color: #444444; 
	text-decoration:underline; 
}
.messages.status {
	background: #a8da58;
}
.messages.error {
	background: #e46539; 
}
.messages.warning {
	background: #eb8314;
}

/* STATUS MESSAGES SYMBOLS */
.messages.status:before,
.messages.error:before,
.messages.warning:before {
	font-family: 'FontAwesome'; 
	font-size: 24px; 
	position: absolute; 
	left: 0; 
	top: 0; 
	width: 55px; 
	text-align: center; 
	height: 100%; 
	padding-top: 15px; 
}
.messages.status:before {
	content: "\f00c"; 
	font-size: 20px; 
	background-color: #81ab3e;
	padding-top: 13px; 
}
.messages.error:before {
	content: "\f00d"; 
	background-color: #cb291d;
}
.messages.warning:before {
	content: "\f12a"; 
	background-color: #e2630b;
}

/*---------------------------------------------------*/
/*	BRANDING
/*---------------------------------------------------*/
.site-branding {
	margin: 0;
}
.brand.logo {
	max-width: 280px;
    line-height: 80px;
}
.is-sticky .brand.logo {
    padding: 0 !important;
    line-height: 53px !important;
}
.brand.logo a {
    display: inline-block;
    vertical-align: middle;
}
.site-name a {
	font-size: 25px;
	line-height: 1.2;
}

/*---------------------------------------------------*/
/*	HEADER
/*---------------------------------------------------*/
.header-wrap {
	width: 100%;
	z-index: 99;
	position: relative;
	color: #aaa;
	margin-bottom: 0;
	background-color: #ffffff;
}

/*	PRE HEADER */
#pre-header { 
	color:#aaaaaa;
	top: 0; 
	left: 0; 
	width: 100%; 
	z-index: 999; 
	position: absolute; 
	background-color: #333333;
	border-top: 2px solid #333333;
}
.logged-in #pre-header { 
	padding-top: 64px;
}
#pre-header-inside { 
	display: none; 
	position: relative; 
	z-index: 13; 
	padding: 40px 0 0 0; 
}

/* PRE HEADER TOGGLE CONTROL */
.toggle-control {
	width: 100%; 
	position: relative; 
	z-index: 13; 
}
.toggle-control a, 
.toggle-control a:hover {
    color: #ffffff;
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    line-height: 1;
	font-size: 20px;
    font-weight: 700;
    text-align: center;
    padding-top: 2px;
    height: 30px;
    border-top: 30px solid #333333;
    border-left: 30px solid transparent;
}
.toggle-control a span {
    position: absolute;
	top: -31px;
	right: 6px;
}

/* HEADER TOP */
#header-top {
	border-bottom: 1px solid #f9f9f9;
	font-size: 12px;
	line-height: 0;
}
#header-top .block {
	margin: 0;
}
#header-top .region {
	display: inline-block;
}
.header-top-left {
	text-align: left;
}
.header-top-right {
	text-align: right;
}

/* HEADER TOP MENU */
#header-top ul {
	list-style-type: none;
}
#header-top ul li {
	display: inline-block;
    line-height: 40px;
}
#header-top ul li a {
	text-decoration: none;
	padding: 0px 10px;
	border-left: 1px solid #f9f9f9;
	color: #aaa;
}
#header-top ul li:first-child a {
	border-left: none;
	padding-left: 0;
}
#header-top ul li:last-child a {
	padding-right: 0;
}
#header-top ul li a:hover {
	color: #e7d553;
}

/* HEADER */
#header {
	position: relative;
	z-index: 99;
	color: #666666;
	padding: 0;
	margin-bottom: 0;
}
.sticky-wrapper {
    display: table;
    width: 100%;
}
.is-sticky #header {
	background: #ffffff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	height: auto !important;
}
.is-sticky #header .logo img {
    max-height: 30px;
	min-width: auto;
}
#header,
.is-sticky .main-header,
.main-header .logo img,
.is-sticky .logo img,
.main-header.header-sticky:not(.header-static) nav#mainMenu ul.main-menu,
.menu-parent {
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.main-header .logo img {
    max-height: 50px;
	min-width: 130px;
	width: auto;
}
.main-header .navbar-default,
.main-header nav {
	background: none;
	border: 0;
	margin: 0;
	position: relative;
	z-index: 2;
}
.main-header .region {
	position: relative;
	float: left;
}
.main-header .header-element .region {
	float: none;
}
.header-right-container {
	line-height: 80px;
}
.main-header .region-header-right {
    float: none;
	line-height: 1.2;
    display: inline-block;
    vertical-align: middle;
}

/*	HEADER ELEMENT */
.header-element {
    display: inline-block;
	float: right;
}
.header-element .block {
	margin: 0;
}
.header-element-item {
	float: left;
    display: inline-block;
	position: relative;
	margin-left: 15px;
}
.header-element .header-element-icon {
	font-size: 20px;
}
.header-element .header-element-icon,
.header-element .header-element-icon a {
	color: #777777;
}
.header-element .header-element-icon:hover {
	opacity: 0.8;
}
.header-element .search-wrap {
    padding: 3px;
    background-color: #666666;
}
.header-element .search-bar { 
    width: 250px;
    overflow: hidden;
    display: none;
    position: absolute;
    right: -12px;
	z-index: 9;
}
.header-element .header-element-icon {
	cursor: pointer;
	line-height: 80px;
	padding: 0;
}
.header-element button {
	border: none;
}
.is-sticky .header-element .header-element-icon {
    line-height: 53px !important;
}
.header-element .form-item,
.header-element .form-actions {
    margin-top: 0;
    margin-bottom: 0;
}
.header-element .search-wrap input {
    padding-right: 47px;
	width: 100%;
}
.header-element .search-wrap input[type="submit"],
.modal-wrapper .form-submit {
	background-color: #e7d553;
	background-image: url(../images/icons-light.png);
	background-repeat: no-repeat; 
	background-position: center center;
    border: 0;
    border-radius: 0 2px 2px 0;
    text-transform: uppercase;
    margin: 0;
	text-indent: -9999px;
    position: absolute;
    right: 0;
    top: 0;
	height: 100%;
    width: 40px;
	padding: 0;
	transition: none !important;
}
.header-element .search-wrap .button:before,
.header-element .search-wrap .button:after  {
	content: "\f002";
	font-family: 'FontAwesome'
}

/* Modal Search */
.modal-backdrop.in {
    z-index: 1;
}
.modal-wrapper {
	background: rgba(0, 0, 0, 0.7);
}
.modal-wrapper .modal-content-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	display: table;
}
.modal-wrapper .modal-content-holder {
	display: table-cell;
	vertical-align: middle;
    padding: 15px;
}
.modal-wrapper .block-search {
	max-width: 600px;
    margin: auto;
    float: none;
}
.modal-wrapper .close {
    font-size: 65px;
    position: absolute;
    right: 40px;
    top: 40px;
    color: #ffffff;
    z-index: 5;
    opacity: 0.9;
    text-shadow: none;
    font-weight: 500;
}
.modal-wrapper .form-search {
	background-color: transparent;
	border: none;
	border-bottom: 2px solid #ddd;
	/*outline: none !important;*/
	font-size: 30px;
	color: #f9f9f9;
    padding-right: 45px;
}
.modal-wrapper .form-submit {
	display: block;
	background-color: transparent !important;
	border: none !important;
}
.modal-wrapper .modal-content-wrap .social-media li a {
    font-size: 30px;
    margin: 0 10px;
}

/*	HEADER SHOPPING */
.header-element .shopping-cart-bar { 
    width: 330px;
    overflow: hidden;
    display: none;
    position: absolute;
    right: -12px;
	top: 53px;
	padding-top: 28px;
	z-index: 9;
	display: none;
}
.header-element .header-element-cart:hover .shopping-cart-bar {
	display: block;
}
.header-element #shopping-cart .cart-block-items.collapsed {
    display: block;
    margin-bottom: 20px;
	font-size: 13px;
}
.header-element #shopping-cart .block-title-wrap {
    display: none;
}
.shopping-cart-wrap {
    padding: 25px 15px;
    background-color: #ffffff;
}
.shopping-cart-wrap table tbody,
.shopping-cart-wrap table {
	border: none;
}
.shopping-cart-wrap table tr {
    border-color: #f6f6f6;
    margin-bottom: 13px;
}
.shopping-cart-wrap table tr:last-child {
	border: none;
}
.shopping-cart-wrap .cart-block-summary {
    background-color: #f6f6f6;
}
.cart-block-summary-links a {
    text-transform: uppercase;
    font-weight: 700;
}

/*	HEADER 3 BUTTON */
.header-element .header-button {
	position: relative;
	z-index: 1;
	display: block;
    font-size: 15px;
	font-weight: 700;
    padding: 0 25px 0 50px;
    margin-top: -1px;
	transition: 0.5s;
}
.header-element .header-button:after {
	content: "";
	position: absolute;
    border-color: transparent transparent #666666;
    border-style: solid;
    border-width: 0 0 71px 45px;
    top: 0;
	bottom: 0;
	left: 0;
    width: 100%;
	z-index: -1;
	
}
.is-sticky .header-element .header-button:after {
    border-width: 0 0 54px 45px;
}

/*	HEADER INFO BOX */
.header-info-box ul li {
    display: inline-block;
    margin-right: 20px;
}
.header-info-box ul li:last-child {
    margin-right: 0;
}
.header-info-box-text {
    display: inline-block;
    padding-left: 16px;
    text-align: left;
}
.header-info-box-icon {
    display: inline-block;
    vertical-align: top;
	font-size: 30px;
}
.header-info-box-text a {
    display: block;
    font-size: 14px;
    font-weight: 700;
}
.header-info-box-text span {
    display: inline-block;
    font-size: 13px;
    line-height: 23px;
}

/*	HEADER COLOR */
.dark-header #pre-header {
	background-color: #e7d553;
	border-top: 2px solid #e7d553;
}
.dark-header #header-top,
.dark-header #header,
.dark-header.default-header3 .nav-menu-wrap {
	background: #333333;
	border-color: #3B3B3B;
}
.dark-header .header-wrap #header-top ul li a {
    border-color: #444444;
}
.dark-header .search-wrap {
    background-color: #333333;
}
.dark-header #header,
.dark-header #header a,
.dark-header .header-element .header-element-icon,
.dark-header .header-element .header-element-icon a,
.colored-header .header-element .header-element-icon,
.colored-header .header-element .header-element-icon a,
.colored-header-full #header,
.colored-header-full #header a,
.transparent-header .header-element .header-element-icon,
.transparent-header .header-element .header-element-icon a,
.transparent-header #header,
.transparent-header #header a,
.translucent-header .header-element .header-element-icon,
.translucent-header .header-element .header-element-icon a,
.translucent-header #header,
.translucent-header #header a {
    color: #fbfbfb;
}
.transparent-header #header a:hover,
.translucent-header #header a:hover {
	opacity: 0.8;
}
.transparent-header #header-top,
.translucent-header #header-top,
.transparent-header #header,
.translucent-header #header {
    border-bottom: 1px solid rgba(255,255,255,0.06);
}
.transparent-header #header-top ul li a,
.translucent-header #header-top ul li a {
    border-color: rgba(255,255,255,0.2);
}
.dark-header .header-element a.button,
.colored-header .header-element a.button,
.transparent-header .header-element a.button,
.translucent-header .header-element a.button {
	color: #ffffff;
}
.colored-header .header-element a.button:hover {
	background-color: #444 !important;
	border-color: #444 !important;
}
.colored-header.colored-header-full .header-wrap {
	background-color: #e13535;
}
.colored-header.colored-header-full #header-top {
	background-color: transparent;
}
.colored-header.colored-header-full .header-wrap #header-top,
.colored-header.colored-header-full .header-wrap #header-top a {
	border-color: rgba(255, 255, 255, 0.2) !important;
	color: #f9f9f9;
}
.colored-header.colored-header-full #header {
    border-color: rgba(255,255,255,0.2);
}

/*---------------------------------------------------*/
/*	SOCIAL MEDIA
/*---------------------------------------------------*/
.social-icon {
	position: relative;
	padding: 0;
	margin: 0;
}
.social-icon li {
	display: inline-block;
	list-style: none;
}
.social-icon li a {
	color: #505050;
	font-size: 20px;
	text-decoration: none;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
}
.social-media {
	display: inline-block;
}
.social-media ul {
	list-style-type: none;
}
.social-media ul li {
	display: inline-block;
}
.social-media li a {
	color: #ffffff;
	text-align: center;
	display: inline-block;
	width: 30px;
}
.social-media li a:hover {
	opacity: 0.8;
}
.social-media.round-social ul li a {
	border-radius: 50% !important;
	width: 40px;
	height: 40px;
}
.social-media.round-social ul li a,
.social-media.square-social ul li a {
	width: 30px !important;
	height: 30px !important;
	line-height: 30px !important;
}
.social-media.plain-social.round-social ul li a,
.social-media.plain-social.square-social ul li a {
	border: 1px solid #eee !important;
}
.social-media.plain-social.normal-social ul li a {
	border: none
}

/* HEADER TOP SOCIAL */
#header-top .social-media ul li a {
	padding: 0;
	width: 30px;
}
#header-top .header-top-right .social-media {
	float: right;
	margin-left: 15px;
}
#header-top .header-top-left .social-media {
	float: left;
	margin-right: 15px;
}
#header-top .social-media.normal-social ul li a,
#header-top .social-media.border_social ul li a {
    height: 40px;
    line-height: 40px;
}
#header-top .header-top-right .social-media.round-social ul li,
#header-top .header-top-right .social-media.square-social ul li {
	margin-left: 2px;
}
#header-top .header-top-left .social-media.round-social ul li,
#header-top .header-top-left .social-media.square-social ul li {
	margin-right: 2px;
}

/* FOOTER SOCIAL */
.footer .social-media {
	line-height: 79px;
}
.footer .social-media ul li a {
	margin-left: 5px;
}
.footer .social-media.plain-social.normal-social ul li a {
	margin-left: 0;
}

/* COLORED SOCIAL */
.social-media.colored-social ul li a {
	width: 35px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	background: #5d82d1;
	color: #fff !important;
	border: none !important;
}
.social-media.colored-social ul li a.google-plus {
	background: #eb5e4c;
}
.social-media.colored-social ul li a.twitter {
	background: #29C5F6;
}
.social-media.colored-social ul li a.linkedin {
	background: #238cc8;
}
.social-media.colored-social ul li a.instagram {
	background: #765c30;
}
.social-media.colored-social ul li a.pinterest {
	background: #e13138;
}
.social-media.colored-social ul li a.dribbble {
	background: #f7659c;
}
.social-media.colored-social ul li a.youtube {
	background: #ef4e41;
}
.social-media.colored-social ul li a.vimeo {
	background: #35c6ea;
}
.social-media.colored-social ul li a.rss {
	background: #FF6D00;
}

/*---------------------------------------------------*/
/*	MENU NAVIGATION
/*---------------------------------------------------*/

/*LINKS INLINE*/
ul.links.inline {
	padding: 0;
}
ul.links.inline li {
	list-style: none;
	display: inline-block;
	padding-right: 10px;
}

/* MAIN MENU */
.main-menu {
	position: relative;
	z-index: 99;
}
.region-primary-menu {
	display: none;
	border-radius: 0;
	width: 100%;
	margin-top: 20px;
}
.sidenav .region-primary-menu {
	display: block !important;
}
.navbar-default .navbar-toggle {
	margin-right: 0;
	margin: 0;
	top: 19px;
	border-radius: 2px;
	z-index: 99;
	height: 40px;
	width: 40px;
	line-height: 40px;
    padding: 8px;
	background-color: #f9f9f9;
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #222222;
}
.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: #e7d553;
	border-color: #e7d553;
}
.navbar-default .navbar-toggle:focus .icon-bar,
.navbar-default .navbar-toggle:hover .icon-bar {
	background-color: #ffffff;
}

.sm,.sm ul,.sm li {
	display: block;
	list-style: none;
	margin: 0; 
	padding: 0;
	line-height: normal;
	direction: ltr;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
.sm-rtl,.sm-rtl ul,.sm-rtl li {
	direction: rtl;
	text-align: right;
}
.sm>li>h1,.sm>li>h2,.sm>li>h3,.sm>li>h4,.sm>li>h5,.sm>li>h6 {
	margin: 0;
	padding: 0;
}
.sm ul { display: none; }
.sm li,.sm a { position: relative; }
.sm a { display: block; }
.sm a.disabled { cursor: not-allowed; }
.sm,.sm *,.sm *:before,.sm *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box; 
}
.navbar .menu-parent {
	display: none;
}
.navbar .menu-parent.menu-base-theme {
	display: block;
}
.menu-base-theme a {
	padding: 10px 20px;
	padding-right: 58px;
	line-height: 28px;
	text-decoration: none;
}
.menu-base-theme,
.menu-base-theme a,
.menu-base-theme a:hover,
.menu-base-theme a:focus,
.menu-base-theme a:active,
.menu-base-theme a.highlighted,
.nav > li > a:focus,
.nav > li > a:hover {
	background: none;
}
.menu-base-theme li a {
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
}
.menu-base-theme li a.has-submenu {
	padding-right: 20px;
}
.menu-base-theme ul {
	background: #ffffff;
}
.menu-base-theme ul a, 
.menu-base-theme ul a:hover, 
.menu-base-theme ul a:focus, 
.menu-base-theme ul a:active {
	color: #888;
	border-left: 8px solid transparent;
}
.menu-base-theme ul a.disabled {
	color: #b3b3b3;
}
.menu-base-theme ul ul a,
.menu-base-theme ul ul a:hover,
.menu-base-theme ul ul a:focus,
.menu-base-theme ul ul a:active {
	border-left: 16px solid transparent;
}
.menu-base-theme ul ul ul a,
.menu-base-theme ul ul ul a:hover,
.menu-base-theme ul ul ul a:focus,
.menu-base-theme ul ul ul a:active {
	border-left: 24px solid transparent;
}
.menu-base-theme ul ul ul ul a,
.menu-base-theme ul ul ul ul a:hover,
.menu-base-theme ul ul ul ul a:focus,
.menu-base-theme ul ul ul ul a:active {
	border-left: 32px solid transparent;
}
.menu-base-theme ul ul ul ul ul a,
.menu-base-theme ul ul ul ul ul a:hover,
.menu-base-theme ul ul ul ul ul a:focus,
.menu-base-theme ul ul ul ul ul a:active {
	border-left: 40px solid transparent;
}
.menu-base-theme ul li {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}
.menu-base-theme ul li:first-child {
	border-top: 0;
}
.menu-base-theme a span.sub-arrow {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	left: auto;
	right: 4px;
	width: 30px;
	height: 30px;
	overflow: hidden;
	text-align: center;
	background: rgba(0, 0, 0, 0.2);
	font-size: 22px;
    line-height: 20px;
	padding: 3px;
	border-radius: 2px;
}
.menu-base-theme a.highlighted span.sub-arrow:before {
	display: block;
	content: '-';
	transition: 0.5s;
}
.menu-base-theme a span.sub-arrow,
.menu-base-theme a.highlighted span.sub-arrow:before {
	color: #999;
}


/* SIDEBAR MENU */
.sidebar ul.menu {
	list-style-type: none;
}
.sidebar ul.menu li a:after {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f105";
    right: 10px;
	top: 10px;
}
.sidebar ul.menu li:first-child {
    margin-top: 0;
}
.sidebar ul.menu li {
    position: relative;
    border-bottom: 1px solid #ecf0f1;
}
.sidebar ul.menu li a {
	padding: 10px;
	display: block;
	position: relative;
}
.sidebar ul.menu li:last-child {
	border-bottom: none;
}
.sidebar ul.menu li a.is-active {
    background-color: #e7d553;
    color: #fff;
    padding: 10px;
}
.menu .list-count {
    position: absolute;
    right: 26px;
	top: 12px;
    font-size: 11px;
}

/* SIDENAV MENU TREE */
ul.mtree {
	margin-left: 0;
}
ul.mtree li {
	list-style: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
ul.mtree li:first-child {
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
ul.mtree a {
	padding: 10px 0px 10px 0.8em;
	color: #cccccc;
	display: block;
	text-transform: uppercase;
	font-size: 13px;
	font-weight: 400;
	-webkit-transition: all 300ms ease-out;
	-moz-transition: all 300ms ease-out;
	-ms-transition: all 300ms ease-out;
	-o-transition: all 300ms ease-out;
	transition: all 300ms ease-out;
}
ul.mtree ul {
	margin-left: 0;
}
ul.mtree li.mtree-node {
	position: relative;
}
ul.mtree li.mtree-node > a:before {
	color: #cccccc;
	font-weight: normal;
	position: absolute;
	right: 10px;
}
ul.mtree li.mtree-open > a:before {
	content: '-';
}
ul.mtree li.mtree-closed > a:before {
	content: '+';
}
ul.mtree ul > li:first-child {
	margin-top: 1px;
}
ul.mtree li > a:hover, ul.mtree li.mtree-active > a {
	color: #ffffff;
}
ul.mtree li.mtree-node > ul > li:last-child {
	border-bottom: none;
}
ul.mtree li.mtree-node:last-child > ul > li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
ul.mtree li li > a {
	padding-left: 1.6em;
}
ul.mtree li li li > a {
	padding-left: 2.4em;
}
ul.mtree li li li li > a {
	padding-left: 3.2em;
}
ul.mtree li li li li li > a {
	padding-left: 4em;
}

/*---------------------------------------------------*/
/*	SIDENAV
/*---------------------------------------------------*/
.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 200;
    top: 0;
    left: 0;
    background-color: #333333; 
    transition: 0.5s;
	box-shadow: 0px 0px 4px 0px #666666;
	overflow: hidden;
}
.sidenav-content {
	padding-top: 100px;
	padding-bottom: 70px;
}
.sidenav-container {
	padding: 0;
}
.sidenav .block {
	margin-bottom: 35px !important;
	padding: 15px;
}
.sidenav-toggle {
  position: relative;
  float: right;
  padding: 9px 10px;
  margin-top: 8px;
  margin-right: 15px;
  margin-bottom: 8px;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
.sidenav-toggle:focus {
  outline: 0;
}
.sidenav-toggle .icon-bar {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
}
.sidenav-toggle .icon-bar + .icon-bar {
  margin-top: 4px;
}
.sideopenbtn .sidenav-toggle {
	display: inline-block !important;
	width: auto;
	height: auto;
	border: none !important;
	border-color: transparent !important;
	background-color: transparent !important;
	top: auto;
	line-height: inherit;
	float: none;
	padding: 0;
	margin: 0;
}
.sideopenbtn .sidenav-toggle .icon-bar {
	height: 3px;
}
.sideopenbtn .sidenav-toggle .icon-bar,
.light-header .sideopenbtn .sidenav-toggle:focus .icon-bar,
.light-header .sideopenbtn .sidenav-toggle:hover .icon-bar {
    background-color: #777777;
}
.closebtn {
	position: absolute;
	top: 15px;
	right: 40px;
	font-size: 30px !important;
	line-height: 10px;
	z-index: 999;
}
.closebtn:hover {
    color: #000000;
    text-decoration: none;
}
.sideopenbtn-float {
	position: fixed;
	z-index: 109;
	right: 50px;
	top: 50px;
}
.sideopenbtn-float .sidenav-toggle {
    background-color: #ffffff !important;
	padding: 9px;
	vertical-align: middle;
	border-radius: 0;
}
.sidenav-overlay {
	left: 400px;
	position: fixed;	
	top: 0;
	right: 0;
	bottom: 0;
	padding: 0;
	z-index: 999;
	transition: 0.5s;
	display: none;
}
.sidenav-open {
	width: 400px;
    max-width: 100%;
}
.sidenav-open .sidenav-overlay {
	display: block;
}
.sidenav-right .sidenav-overlay {
	right: 400px;
	left: 0;
}
.sidenav-right-full .sidenav {
	left: auto;
	right: 0;
}
.sidenav-right-full .sidenav-open,
.sidenav-left-full .sidenav-open {
	width: 100%;
}
.sidenav-right-full .sidenav-overlay,
.sidenav-left-full .sidenav-overlay {
	display: none !important;
}
.sidenav-right-full .sidenav-container,
.sidenav-left-full .sidenav-container {
    margin: auto;
	text-align: center;
}
.sidenav-right-full .sidenav-container .sidenav-content,
.sidenav-left-full .sidenav-container .sidenav-content {
    margin: auto;
	padding: 65px 50px;
}
.sidenav-left-full .sidenav-container .nav.menu a,
.sidenav-right-full .sidenav-container .nav.menu a {
    font-size: 26px;
}
.sidenav-right-full .sidenav.sidenav-dark,
.sidenav-left-full .sidenav.sidenav-dark {
    background-color: rgba(51, 51, 51, 0.92);
}
.sidenav-right-full .sidenav.sidenav-light,
.sidenav-left-full .sidenav.sidenav-light {
    background-color: rgba(255, 255, 255, 0.92);
}

@media screen and (max-height: 450px) {
  .sidenav .sidenav-content {padding-top: 30px;}
}

/* SIDENAV POSITION */
.sidenav-right .sidenav,
.sidenav-right-fixed .sidenav {
	left: auto;
	right: 0;
}
.sidenav-left .sidenav,
.sidenav-right .sidenav {
	width: 400px;
	max-width: 100%;
}
.sidenav-left .sidenav {
	left: -400px;
}
.sidenav-right .sidenav {
	right: -400px;
}
.sidenav-left .sidenav.sidenav-open {
	left: 0;
}
.sidenav-right .sidenav.sidenav-open {
	right: 0;
}
.sidenav-right .closebtn,
.sidenav-right-fixed .closebtn {
    right: auto;
	left: 20px;
}
.sidenav-right #sidenav-overlay {
	left: 0;
	right: 300px;
}

@media (min-width: 767px) {
	.sidenav-left-fixed .sidenav,
	.sidenav-right-fixed .sidenav {
		width: 300px !important;
	}
	#wrapper.sidenav-left-fixed,
	#wrapper.sidenav-right-fixed {
		position: relative;
	}
	#wrapper.sidenav-left-fixed {
		margin-left: 300px;
	}
	#wrapper.sidenav-right-fixed {
		margin-right: 300px;
	}

	.sidenav-left-fixed .container,
	.sidenav-left-fixed #content_wide .container-wrap,
	.sidenav-right-fixed .container,
	.sidenav-right-fixed #content_wide .container-wrap {
		width: 94%;
	}
	
	.sidenav-left-fixed .content-wide .block .block-title-wrap,
	.sidenav-right-fixed .content-wide .block .block-title-wrap {
		max-width: 100%;
	}
	
	.sidenav-left-fixed .sidenav .header-element-sidenav,
	.sidenav-right-fixed .sidenav .header-element-sidenav {
		display: none;
		visibility: hidden;
	}
	.sidenav-left-fixed .sideopenbtn,
	.sidenav-left-fixed .closebtn,
	.sidenav-right-fixed .sideopenbtn,
	.sidenav-right-fixed .closebtn {
		display: none !important;
		visibility: hidden !important;
	}
	.sidenav-right-fixed .back-to-top {
		right: 305px;
	}
	
}

.sidenav .brand.logo {
    width: 100%;
	max-width: 200px;
    text-align: center;
	margin: 0 auto;
}

.sidenav .header-element {
	display: block;
	float: none;
	position: relative;
	bottom: 0;
	width: 0;
	background-color: #f9f9f9;
}
.sidenav-right-fixed .sidenav .header-element,
.sidenav-left-fixed .sidenav .header-element,
.sidenav-open.sidenav .header-element {
	position: fixed;
	width: 300px;
}
.sidenav-open.sidenav .header-element {
	width: 400px;
}
.sidenav-left-full .sidenav-open.sidenav .header-element,
.sidenav-right-full .sidenav-open.sidenav .header-element {
	width: 100%;
	margin-left: -50px;
}
.sidenav .header-element .header-element-item {
	float: none;
	margin-left: 0;
	margin-right: -5px;
	padding: 0;
}

.sidenav .header-element .header-element-icon {
	line-height: 50px;
	width: 50px;
	height: 50px;
	text-align: center;
	display: inline-block;
	background-color: #333;
	color: #fff;
}
.sidenav .header-element .header-element-item:nth-child(2n) .header-element-icon {
	background-color: #e7d553;
}

/* SIDENAV COLOR */
.sidenav.sidenav-light {
	background-color: #ffffff;
	color: #111111;
}
.sidenav.sidenav-light ul.mtree li.mtree-node > a:before,
.sidenav.sidenav-light ul.mtree a {
	color: #333333;
}
.sidenav.sidenav-light a,
.sidenav.sidenav-light ul.mtree li > a:hover,
.sidenav.sidenav-light ul.mtree li.mtree-active > a {
	color: #111111;
}
.sidenav.sidenav-light a:hover,
.sidenav.sidenav-light .offcanvas a:focus {
    color: #333333;
}
.sidenav.sidenav-light .button:hover {
	color: #ffffff;
}
.sidenav.sidenav-dark,
.sidenav.sidenav-dark .closebtn,
.sidenav.sidenav-colored .closebtn {
	color: #ffffff;
}
.sidenav.sidenav-light ul.mtree li {
	border-bottom: 1px solid #f9f9f9;
}
.sidenav.sidenav-light ul.mtree li:first-child {
	border-top: 1px solid #f9f9f9;
}
.sidenav.sidenav-colored,
.sidenav.sidenav-colored ul.mtree a,
.sidenav.sidenav-colored ul.mtree li.mtree-node > a:before {
	color: #f9f9f9;
}
.sidenav.sidenav-colored ul.mtree li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.sidenav.sidenav-colored ul.mtree li:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.dark-header .sidenav-toggle .icon-bar,
.colored-header .sidenav-toggle .icon-bar,
.transparent-header .sidenav-toggle .icon-bar,
.translucent-header .sidenav-toggle .icon-bar {
    background-color: #fbfbfb;
}
.colored-header .sidenav-toggle:focus,
.colored-header .sidenav-toggle:hover {
    background-color: #444444;
    border-color: #444444;
}

.single-page .menu-base-theme a.is-active {
	color: #333333;
}
.single-page nav .nav.menu li.active a {
	color: #e7d553;
}
.sidenav .block .block-title-wrap {
	margin-right: 0;
	margin-left: 0;
}

/*---------------------------------------------------*/
/*	FOOTER
/*---------------------------------------------------*/
.footer {
	color: #FFF;
	position: relative;
}
.footer a {
	color: #FFF;
    display: block;
}
.footer-widget {
	background-color: #222222;
	padding: 0;
}
.footer-widget .footer-widget-section {
	padding: 0;
}
.footer-widget .block {
	padding: 40px 15px 60px 15px;
}
.footer-widget .footer-widget-section .block:nth-child(2),
.footer-widget .footer-widget-section .block:nth-child(3) {
	padding-top: 0;
}
.footer-widget .footer-widget-section:first-child .block {
	padding-left: 0;
}
.footer-widget .footer-widget-section:last-child .block {
	padding-right: 0;
}
.footer h2,
.footer .h2 {
	color: #ffffff;
	font-size: 22px;
}

/* FOOTERWIDGET MENU */
.footer-widget ul {
	list-style-type: none;
}
.footer-widget a:hover {
	color: #e7d553;
}
.footer-widget .border-list ul.menu li {
    border-bottom: 1px solid #333333;
}
.footer-widget ul li a {
	padding: 0;
	display: block;
	padding-left: 20px;
	position: relative;
}
.footer-widget ul.menu li a {
	padding-left: 20px;
}
.footer-widget ul.menu li a:before {
    font-family: 'FontAwesome';
    position: absolute;
    content: "\f105";
    left: 1px;
}
/* FOOTERWIDGET BOTTOM */
.footer-bottom {
	font-size: 13px;
	background-color: #1b1b1b;
	padding: 0;
	border-top: 1px solid #2c2c2c;
	margin-top: 0;
}
.footer-bottom ul.menu li {
	display: inline-block;
	margin-left: 15px;
}
.footer-bottom .copyright {
	padding: 30px 0;
}
.fixed-footer #footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	z-index: -1;
}

/*	FOOTER STYLE  */
.footer2 .footer-bottom {
	padding: 0;
}
.footer2 .social-media,
.footer2 .copyright {
	text-align: center !important;
}
.footer2 .social-media,
.footer2 .social-media a {
    float: none;
}
.footer2 .social-media {
	padding: 50px 0;
	display: block;
}
.footer2 .social-media a {
    width: 50px;
    height: 50px;
	line-height: 50px;
	font-size: 30px;
}

/*	FOOTER COLOR  */
.dark-footer,
.dark-footer h1,
.dark-footer h2,
.dark-footer h3,
.dark-footer h4,
.dark-footer h5 {
	color: #FFF;
}
.dark-footer .contact-message-feedback-form input,
.dark-footer .contact-message-feedback-form textarea {
	border-color: #aaaaaa;
}
.dark-footer .recent-post {
	border-color: #333333;
}
.footer.light-footer,
.footer.light-footer a,
.footer.plain-footer,
.footer.plain-footer a {
	color: #333333;
}
.footer.light-footer .footer-widget {
	background-color: #f6f6f6;
}
.footer.light-footer .footer-widget .border-list ul.menu li,
.footer.light-footer .footer-bottom {
	border-color: #eeeeee;
}
.footer.light-footer .footer-bottom {
	background-color: #eeeeee;
}
.footer.light-footer h2,
.footer.plain-footer h2 {
	color: #222222;
}
.footer.plain-footer .footer-widget {
	border-top: 1px solid #f9f9f9;
}
.footer.plain-footer .footer-widget,
.footer.plain-footer .footer-bottom {
	background-color: transparent;
}
.footer.plain-footer .footer-widget .border-list ul.menu li,
.footer.plain-footer .footer-bottom {
	border-color: #f9f9f9;
}
.footer.colored-footer,
.footer.colored-footer a {
	color: #f9f9f9;
}
.footer.colored-footer a:hover {
	color: #ddd;
}
.footer.colored-footer .footer-widget .border-list ul.menu li,
.footer.colored-footer .footer-bottom {
	border-color: rgba(238, 238, 238, 0.12);
}
.colored-footer .footer-bottom {
	background-color: #e7d553;
}
.colored-footer .block-title:after {
	background-color: #ddd;
}
.colored-footer input::placeholder,
.colored-footer textarea::placeholder {
	color: #eee;
}
.colored-footer .btn,
.colored-footer input[type="submit"] {
	background-color: #ffffff;
	color: #444444;
}
.copyright p {
	margin: 0;
}
.footer-bottom .block {
	padding: 30px 0;
}

/*---------------------------------------------------*/
/*	BUTTONS
/*---------------------------------------------------*/
.btn,
input[type="submit"] {
	background-color: #e7d553;
	color: #ffffff;
	border: 0;
	padding: 15px 20px;
	border-radius: 20px;
	border: none !important;
	text-transform: uppercase;
}
.btn.btn-primary:hover {
    opacity: 0.8;
}
.button + .button,
.btn + .btn {
    margin-left: 10px;
}
.btn,
.button,
input[type="submit"] {
	font-weight: 300;
}

.node-content li {
    margin-bottom: 1.3em;
    
}

.button {
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 100%;
    margin: 10px 0;
    outline: 0 none;
    background: #e7d653;
    padding: 15px 25px;
	border: 1px solid #989898;
	font-weight: 500;
    border-radius: 20px;
    position: relative;
    text-transform: uppercase;
    white-space: nowrap;
	transition: all 0.2s linear 0s;
}
.btn:hover,
.button:hover,
input[type="submit"]:hover{
	background-color: #444444;
	border-color: #444444;
	color: #ffffff;
}
.button:focus {
    outline: 0;
}
.button.rounded {
    border-radius: 3px
}
.button.full-rounded {
    border-radius: 50px
}
.button-light {
    background-color: #ffffff;
    border: 1px solid #eeeeee;
	color: #111 !important;
}
.button-dark {
    background-color: #111111;
    color: #ffffff;
}
.button-dark:hover {
    background-color: #444444;
    color: #ffffff;
}

/* BORDER BUTTONS */
.button.border {
    color: #444444;
    border: 2px solid #444444;
}
.button.border:hover {
    background-color: #444444;
    color: #fff
}
.button.border.light {
    border: 2px solid #ffffff;
    color: #fff
}
.button.border.light:hover {
    background-color: #ffffff;
    color: #252525
}
.button.border.light:hover:hover i {
    color: #252525
}

/* TRANSPARENT BUTTONS */
.button.transparent {
    background-color: transparent;
    border: 2px solid #ffffff;
    box-shadow: none;
    color: #ffffff;
    letter-spacing: 2px;
}
.button.transparent:hover,
.button.transparent:active {
    background-color: #ffffff;
    color: #444 !important;
}

/*BUTTON ICONS*/
.button i {
    font-size: 15px;
    margin-right: 10px;
}
.button.icon-left i {
    margin-right: 10px;
}
.button.icon-right i {
    margin-left: 10px;
    margin-right: 0;
}

/*---------------------------------------------------*/
/*	SCROLL TO TOP
/*---------------------------------------------------*/
.back-to-top {
	position: fixed;
	background-color: #e7d553;
	opacity: 0.4;
	filter: alpha(opacity=40);
	width: 45px;
	height: 45px;
	border-radius: 50%;
	bottom: 25px;
	right: 15px;
	cursor: pointer;
	color: #ffffff;
	font-size: 22px;
	text-align: center;
	display: none;
	padding: 7px 0 0 2px;
	z-index: 14;
	box-shadow: 1px 1.732px 12px 0px rgba( 0, 0, 0, .14 ), 1px 1.732px 3px 0px rgba( 0, 0, 0, .12 );
}
.back-to-top:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}


}

/*---------------------------------------------------*/
/*	MAINTAINANCE PAGE
/*---------------------------------------------------*/
.maintenance-page {
	text-align: center;
	padding: 180px 0;
	font-size: 28px;
	color: #000000;
}
.maintenance-msg {
	padding: 20px 30px;
	display: inline-block;
	color: #404040;
	border: 1px solid #ffffff;
	box-shadow: 5px 5px 0px #ffffff;
	font-size: 20px;
}
.maintenance-msg h1 {
	text-transform: uppercase;
	font-weight: bold;
	font-size: 50px;
}
.maintenance-icon {
	color: #e7d553;
}
.maintenance-page .brand,
.maintenance-page .name-and-slogan {
	display: inline-block;
	vertical-align: middle;
}
.maintenance-page .site-name a {
	color: #404040;
}
.maintenance-page .site-slogan,
.maintenance-page .name-and-slogan {
	display: none;
}

/*----------------------------------------------*/
/*	404 ERROR PAGE
/*----------------------------------------------*/
.error-404 {
	padding: 50px 0 120px 0;
}
.error-404-number {
    color: #eeeeee;
    display: block;
    font-size: 20em;
    font-weight: 800;
    line-height: 0.6;
	margin-bottom: 90px;
}

/*---------------------------------------------------*/
/*	CONTACT ADDRESS
/*---------------------------------------------------*/
.contact-address-line {
	position: relative;
	padding-left: 60px;
	min-height: 60px;
	margin-bottom: 20px;
}
.contact-address i {
	font-size: 40px;
    line-height: 1;
	position: absolute;
	left: 0;
	color: #999999;
}
.contact-social.social-media ul li a {
    font-size: 20px;
	width: 40px;
    height: 40px;
    border-radius: 50%;
    line-height: 40px;
	background-color: #e7d553;
}

/*---------------------------------------------------*/
/*	SLIDE BLOCK
/*---------------------------------------------------*/

#slider {
	overflow: hidden;
	clear: left;
}
.slider {
	position: relative;
}
.slider img,
.slide-block img {
	width: 100%;
}
.slide-block li {
	list-style-type: none;
	position: relative;
}
.slide-content-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
    top: 0;   
}
.slide-content .button {
	border-color: #444444;
	background-color: #444444;
	color: #ffffff;
	font-weight: 400;
}
.slide-content.text-light .button {
	background-color: #ffffff;
	color: #444444 !important;
}
.slide-content .button:hover {
	opacity: 0.9;
}
.slide-wrap {
	position: relative;
	display: table;
	width: 100%;
	height: 100%;
	padding: 0 75px;
}
.blog-slider-carousel .slide-wrap {
	padding: 0;
}
.sidenav-left-fixed .slide-wrap,
.sidenav-right-fixed .slide-wrap {
	padding: 0 15px;
}
.slide-content {
    padding: 40px;
    position: relative;
    display: table-cell;
    vertical-align: middle;
	font-size: 17px;
    color: #555555;
}
.slide-content p {
	margin-bottom: 0;
}

.hero .heading-text .field-item:first-child {
	animation-delay: .25s;
}
.hero .heading-text .field-item:nth-child(2) {
	animation-delay: .7s;
}
.hero .heading-text .field-item:nth-child(3) {
	animation-delay: 1s;
}
.hero .slide-content-body {
	animation-delay: 1.15s;
    margin-top: 20px;
}
.hero .slide-button {
	animation-delay: 1.5s;
	margin-top: 20px;
}

/*---------------------------------------------------*/
/*	OWL CAROUSEL
/*---------------------------------------------------*/
.owl-carousel {
    padding: 0;
	list-style-type: none;
}
.owl-carousel .owl-item {
	cursor: move;
	cursor: url(../images/drag.png) 16 9, ew-resize !important;
}
.owl-carousel .owl-nav {
    opacity: 0;
    -webkit-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
}
.owl-carousel:hover .owl-nav {
    opacity: 1
}
.owl-carousel .owl-nav div {
    padding: 5px 9px;
	border-radius: 1px;
	position: relative;
    transform: translateY(-50%);
	text-indent: -9999px;
	background-color: #ffffff;
	border: 2px solid #f9f9f9;
	color: #222222;
    font-size: 18px;
    height: 40px;
    width: 40px;
    position: absolute;
    text-align: center;
    cursor: pointer;
    top: 50%;
	z-index: 2;
	margin: 0;
    -webkit-transition: all 0.25s ease-out 0s;
    transition: all 0.25s ease-out 0s;
}
.owl-carousel .owl-nav div:before {
	text-align: center;
	line-height: 0;
	font-family: 'FontAwesome';
	color: #222222;
	font-size: 30px;
	vertical-align: middle;
	line-height: 25px;
	text-indent: 0;
	position: absolute;
}
.owl-carousel .owl-nav div.owl-prev:before {
	content: "\f104";
	left: 50%;
    margin-left: -7px;
}
.owl-carousel .owl-nav div.owl-next:before {
	content: "\f105";
	right: 50%;
    margin-right: -7px;
}
.owl-carousel .owl-nav .owl-prev {
    left: -45px;
}
.owl-carousel .owl-nav .owl-next {
    right: -45px;
}
.owl-carousel .owl-dots {
    margin-top: 0;
    position: absolute;
    bottom: -45px;
    width: 100%;
	text-align: center;
}
.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
}
.owl-carousel .owl-dots .owl-dot span {
    display: block;
	width: 5px;
    height: 5px;
    margin: 5px 5px;
	border-radius: 50%;
    background-color: #b0b0b0;
}
.fullwidth .owl-carousel .owl-nav .owl-prev {
    left: 45px;
}
.fullwidth .owl-carousel .owl-nav .owl-next {
    right: 45px;
}

#slider .owl-carousel .owl-nav div,
.slide-carousel.owl-carousel .owl-nav div,
.owl-slider-field.owl-carousel .owl-nav div {
    height: 60px;
    width: 37px;
	opacity: 0;
}
#slider .owl-carousel .owl-nav div {
    width: 57px;
	background-color: #ffffff !important;
	border: none;
}
#slider .owl-carousel .owl-nav div:before,
.slide-carousel.owl-carousel .owl-nav div:before,
.owl-slider-field.owl-carousel .owl-nav div:before {
	font-size: 40px;
	line-height: 46px;
}
#slider .owl-carousel .owl-nav div.owl-prev:before,
.slide-carousel.owl-carousel .owl-nav div.owl-prev:before,
.owl-slider-field.owl-carousel .owl-nav div.owl-prev:before {
	left: 50%;
    margin-left: -10px;
}
#slider .owl-carousel .owl-nav div.owl-next:before,
.slide-carousel.owl-carousel .owl-nav div.owl-prev:before,
.owl-slider-field.owl-carousel .owl-nav div.owl-prev:before {
	right: 50%;
    margin-right: -10px;
}
#slider .owl-carousel:hover .owl-nav .owl-prev,
.slide-carousel.owl-carousel:hover .owl-nav .owl-prev,
.owl-slider-field.owl-carousel:hover .owl-nav .owl-prev {
    left: 15px;
}
#slider .owl-carousel:hover .owl-nav div,
.slide-carousel.owl-carousel:hover .owl-nav div,
.owl-slider-field.owl-carousel:hover .owl-nav div {
    opacity: 1;
}
#slider .owl-carousel:hover .owl-nav .owl-next,
.slide-carousel.owl-carousel:hover .owl-nav .owl-next,
.owl-slider-field.owl-carousel:hover .owl-nav .owl-next {
    right: 15px;
}
#slider .block:hover .owl-carousel .owl-nav .owl-prev,
#slider .block:hover .owl-carousel .owl-nav .owl-next {
    top: 50%;
}
#slider .owl-item,
.slide-carousel .owl-item {
	padding: 0;
    overflow: hidden;
}

#slider .owl-carousel {
	margin: auto;
}
#slider .owl-carousel .owl-dots,
.owl-slider-field.owl-carousel .owl-dots {
	bottom: 10px;
}
.slide-carousel.owl-carousel .owl-dots,
.owl-slider-field.owl-carousel .owl-dots {
	bottom: 5px;
}

#slider .owl-carousel .owl-dots .owl-dot span {
	width: 10px;
	height: 10px;
	border: 2px solid #fff;
}

/*---------------------------------------------------*/
/*	COLORBOX
/*---------------------------------------------------*/
.colorbox,
.feat-block-video a {
	position: relative;
	display: block;
}
.colorbox {
	cursor: url("../images/plus.png"), auto;
}
.colorbox:hover {
	background-color: rgba(0, 0, 0, 0.18);
}
/*.colorbox:after,*/
.feat-block-video a:after {
	content: "\f065";
	font-family: 'FontAwesome';
	font-size: 18px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	position: absolute;
	text-align: center;
    top: 50%;
    left: 50%;
	opacity: 0;
	border: 2px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	transition: all 0.4s ease-in-out;
}
.colorbox:before,
.feat-block-video a:before {
	content: "";
	position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
	background-color: rgba(0, 0, 0, 0.4);
    text-align: center;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.colorbox:hover:before,
.colorbox:hover:after {
	opacity: 1;
}
.feat-block-video a:hover:before {
	opacity: 1;
}
.feat-block-video a:after {
	content: "\f04b";
	opacity: 1;
	font-size: 26px;
	width: 60px;
	height: 60px;
	line-height: 60px;
	margin-top: -30px;
	margin-left: -30px;
	letter-spacing: -6px;
}

/*---------------------------------------------------*/
/*	TESTIMONIALS
/*---------------------------------------------------*/
.testimonial-content {
	margin-bottom: 10px;
	max-width: 70%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.testimonial .testimonial-image img {
	border-radius: 50%;
	max-width: 80px;
}
.testimonial .testimonial-image,
.testimonial .testimonial-body {
    margin-bottom: 20px;
	display: inline-block;
}
.testimonial .testimonial-body p {
    margin-bottom: 10px;
    font-style: italic;
}
.testimonial .testimonial-title {
	text-transform: uppercase;
	font-weight: bold;
}
.testimonial .testimonial-position {
    color: #999;
    font-size: 12px;
}

/*---------------------------------------------------*/
/*	CLIENTS
/*---------------------------------------------------*/
.clients-wrapper .clients-list {
	padding: 0 !important;
}
.clients-wrapper {
	overflow: hidden;
}
.clients-list:before,
.clients-list:after {
	content: "";
    position: absolute;
}
.clients-list:before {
    margin-left: -1px;
    border-right: 1px solid #eeeeee;
	height: 100%;
}
.clients-list:after {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: -1px;
	width: 100%;
}
.clients-list img {
	padding: 20px;
	opacity: 0.6;
}
.clients-list:hover {
	background-color: #f5f5f2;
}
.clients-list:hover img {
	opacity: 1;
}

/* CLIENTS CAROUSEL BORDER */
.clients-carousel-border img {
	opacity: 0.6;
	transition: 0.6s;
	border: 2px solid rgba(0, 0, 0, 0.22);
}
.clients-carousel-border .owl-item:hover img {
	opacity: 1;
}

/*---------------------------------------------------*/
/*	FEATURE BOX
/*---------------------------------------------------*/
.glyph .icon {
    font-size: 25px;
    vertical-align: middle;
	margin-right: 10px;
	line-height: 40px;
}
.fa {
    line-height: 1;
}
.feat-icon i {
	font-size: 40px;
	height: 45px;
	color: #999999;
}

/* FEATURE BOX 1 */
.feat-1 i {
    margin-right: 10px;
	vertical-align: middle;
}

/* FEATURE BOX 2 */
.feat-2 .feat-icon {
	width: 55px;
	height: 55px;
	background-color: #777777;
	text-align: center;
	border-radius: 50%;
	position: absolute;
	left: 0;
}
.feat-2 .feat-icon i {
	font-size: 30px;
	line-height: 55px;
	color: #ffffff;
}
.feat-2 .feat-item {
	padding: 0 0 0 65px;
	position: relative;
}
.feat-2 .feat-item h5,
.feat-2 .feat-title {
	text-transform: uppercase;
	font-weight: 700;
}
.feat-2 .feat-title a {
	color: #777777;
}

/* FEATURE BOX 4 */
.feat-wrap {
	text-align: center;
}
.feat-4 .feat-inner {
	border: 1px solid #eee;
	padding: 35px 30px;
	position: relative;
    background-color: #fff;
}

.grid .feat-4:nth-child(even) .feat-inner,
.owl-carousel .owl-item:nth-child(even) .feat-inner {
	background-color: #f1f1f1;
}
.text-light .grid .feat-4:nth-child(even) .feat-inner,
.text-light .owl-carousel .owl-item:nth-child(even) .feat-inner {
	color: #888888;
}
.feat-4 .feat-inner:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom:0;
	height: 0;
	background-color: #e7d553;
    z-index: -1;
}
.text-light .feat-4 .feat-inner:before {
	background-color: #888888;
}
.feat-4:hover .feat-inner:before {
	top: 0;
	height: 100%;
    transition: .7s;
}
.feat-4 .title {
	margin-bottom: 15px;
	margin-top: 15px;
}
.feat-wrap:hover .title,
.feat-wrap.feat-2:hover .feat-icon i {
	color: #e7d553;
}
.feat-wrap:hover .feat-inner {
	border-color: #e7d553;
	z-index: 0;
}
.feat-inner a {
	border: 1px solid #ddd;
	color: #a4a4a4;
	margin-top: 10px;
}
.feat-wrap:hover .feat-inner a {
	border: 1px solid #e7d553;
	color: #e7d553;
}
.feat-4 .feat-inner {
	transition: 0.6s;
	overflow: hidden;
}
.feat-4:hover .feat-inner {
	color: #ffffff;
}
.feat-wrap.feat-4:hover .title,
.feat-4:hover .feat-icon i {
    color: #ffffff;
}
.feat-wrap.feat-4:hover .feat-inner a {
    border: 1px solid #ffffff;
    color: #ffffff;
}
.feat-wrap.feat-4 .feat-inner a:hover {
    background-color: #ffffff;
	color: #444444;
}
.feat-wrap.feat-4 .feat-icon-bg {
	font-size: 13em;
	position: absolute;
	left: -50px;
	top: 50px;
	opacity: 0.03;
}
.text-light .feat-wrap.feat-4 .feat-icon-bg {
    opacity: 0.09;
}

/* FEATURE IMAGE */
.feat-image a {
	font-weight: 700;
}
.feat-item .portfolio-img .portfolio-overlay:before {
    margin-top: -25px;
    height: 50px;
    right: 60px;
    left: 60px;
    border: 1px solid #eeeeee;
}
.feat-item .portfolio-item {
	margin-bottom: 20px;
}
.feat-item,
.feature-block .feat-item {
	position: relative;
}
.feature-block .feat-item {
	margin-bottom: 35px;
	position: relative;
}
.feat-node-content .post-content {
	padding-top: 30px;
}
.node-feat-icon {
	display: inline-block;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
	text-align: center;
	border-radius: 50px;
	background-color: #e7d553;
	width: 60px;
	height: 60px;
	font-size: 30px;
	color: #ffffff;
	line-height: 62px;
}
.feat-image .post-content {
    padding: 20px;
	background-color: #f9f9f9;
}
.feat-image .post-content:before {
    position: absolute;
    content: "";
    height: 30px;
    width: 30px;
    bottom: -1px;
    right: -1px;
    background: #ffffff;
    background: -webkit-linear-gradient(135deg, #ffffff 45%, #fbfbfb 50%, #ffffff 56%);
    background: linear-gradient(315deg, #ffffff 45%, #fbfbfb 50%, #ffffff 56%);
}

/*-------------------------------------------------*/
/* FEATURE BLOCK
/*-------------------------------------------------*/
#content_wide .fullwidth.feature-block .container-wrap {
	max-width: 1170px;
}
.feature-block-wrap {
	display: block;
    position: static;
	overflow: hidden;
}
.block-title-3 .feature-block-wrap .block-title-wrap {
	margin-bottom: 20px;
}
.feature-block-wrap .block-title-wrap .block-subtitle {
	max-width: 100%;
}
.feat-block-image-wrap {
	overflow: hidden;
}
.feature-block .feat-block-image {
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;
}
.feature-block .feat-block-content {
	padding: 0px 15px;
	z-index: 1;
}
.fullwidth.feature-block .feat-block-content {
	padding: 70px 15px;
}
.feat-block-image-wrap,
.feat-block-image {
	height: 100%;
	display: block;
}
.feat-block-slide {
	position: relative;
}
.feat-block-image .feat-block-image-bg {
	visibility: hidden;
}
.feat-block-image-wrap {
	padding: 0;
}
.feat-block-image-wrap.background-image,
.feat-block-image-wrap.background-image .feat-block-image {
	height: 100%;
	position: absolute;
}
.feature-block .feature-block-image-right .feat-block-image-wrap {
	right: 0;
	float: right;
}
.feature-block .feature-block-image-right .feat-block-content {
	padding-right: 70px;
}
.feature-block .feature-block-image-left .feat-block-content {
	float: right;
	padding-left: 70px;
}
.feature-block .feature-block-image-left .feat-block-image-wrap.background-image {
	left: 0;
}
.feat-block-text-wrap {
	display: table;
	position: relative;
	height: 100%;
}
.feature-block-wrap.feature-block-3 .feat-block-text,
.feature-block-wrap.feature-block-4 .feat-block-text {
    display: table-cell;
    vertical-align: middle;
	padding: 70px;
	position: relative;
}
.feature-block-wrap.feature-block-3 .feat-block-text:before,
 .feature-block-wrap.feature-block-4 .feat-block-text:before {
	content: "";
	position: absolute;
	border: 1px solid #ffffff;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.block-right .feat-item {
	padding: 0 0 0 65px;
}
.block-left .feat-item {
	padding: 0 65px 0 0;
}
.feature-block-wrap .feat-icon {
	position: absolute;
	left: 0;
}
.block-left .feat-icon {
	right: 0;
	left: auto;
}
.feature-block-wrap .feat-icon i {
    font-size: 35px;
    line-height: 65px;
}
.content_layout .col-md-6 .feature-block .feat-block-content,
.sidebar .col-md-3 .feature-block .feat-block-content {
	padding: 20px;
}
.feature-block .block-title {
	margin-top: 0;
}
.feature-block-title-left .block-title,
.feature-block-title-left .block-subtitle {
	text-align: left !important;
}
.feature-block-title-left .block-title:after,
.feature-block-title-left .block-title:before {
    left: 0 !important;
	margin-left: 0px !important;
}
.feature-block-3 .block-title {
	text-align: right !important;
}
.feature-block-3 .block-title:after,
.feature-block-3 .block-title:before {
    right: 0 !important;
	left: auto !important;
	margin-left: 0px !important;
}

.feature-list {
	list-style-type: none;
}
.feature-list li {
	margin-bottom: 5px;
}
.feature-list li:before {
	content: "\f005";
	font-family: 'FontAwesome';
	margin-right: 10px;
}

/*---------------------------------------------------*/
/*	TEAM
/*---------------------------------------------------*/
/* TEAM STYLE 1 */
.team-effect {
	position: relative;
	overflow: hidden;
}
.team-effect .team-social {
	display: block;
	text-align: left;
	padding: 0.5em;
	color: #ffffff;
	font-size: 1.25em;
	position: absolute;
	top: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
.team-effect .team-social a {
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 40px;
    display: block;
    border-radius: 0;
    color: #ffffff;
    margin-bottom: 2px;
    border: none;
    background-color: #333333;
}
.team-effect:hover .team-social {
	opacity: 1;
	left: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.team-effect .team-name,
.team-effect p {
	margin: 0;
	line-height: 15px;
}
.team-effect .team-name {
	position: absolute;
	bottom: 5px;
	overflow: hidden;
	padding: 5px 10px;
	color: #ffffff;
	background-color: #211C1C;
}
.team-effect .team-name .team-position {
	display: inline-block;
	font-size: 55%;
	text-transform: uppercase;
}
.team-effect .team-name:after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #ffffff;
	content: "";
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}
.team-effect:hover .team-name:after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* TEAM STYLE 2 */
.team-thumb {
	overflow: hidden;
	margin: 0;
	position: relative;
}
.team-thumb img {
    width: 100%;
}
.team-overlay {
	background-color: #e7d553;
	color: #ffffff;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	padding: 0px 60px 0px 60px;
	text-align: center;
	position: absolute;
	opacity: 0;
	transition: all 0.4s ease-in-out;
}
.team-overlay-content {
	position: relative;
	top: 50%;
	margin-top: -15px;
}
.team-style-2:hover .team-overlay,
.team-style-3:hover .team-overlay {
	opacity: 0.8;
	transform: scale(1.1);
}
.team-style-2 .team-overlay .fa {
	border: 1px solid #ffffff;
	border-radius: 50%;
	color: #ffffff;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	text-decoration: none;
	margin-right: 6px;
	margin-bottom: 10px;
}
.team-overlay .fa:hover {
	opacity: 0.7;
}
.team-meta {
	padding: 10px;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
}
.team-style-2 .team-meta {
	position: relative;
	color: #888;
	background-color: #f9f9f9;
	border:none;
	padding: 20px 15px;
    text-align: center;
}
.team-style-2:hover .team-meta {
	border-color: #e7d553;
}
.team-meta .team-name {
	margin: 0;
}
.team-meta .team-position {
	text-transform: uppercase;
	font-size: 10px;
}

/* TEAM STYLE 3 */
.team-style-3 .team-overlay .fa {
	margin-right: 10px;
}
.team-style-3 .team-meta {
    position: absolute;
    bottom: 20px;
    left: 15px;
    text-align: left;
}
.team-style-3 .team-meta a {
	color: #ffffff !important;
}
.team-style-3 .team-meta a:hover {
	opacity: 0.8;
}

/* TEAM STYLE 4 */
.team-style-4 .team-meta {
	padding: 100px 60px 60px 60px;
}
.team-style-4 .team-meta .team-body {
	margin-top: 25px;
	margin-bottom: 40px;
}
.team-style-4 .team-meta .team-name {
    margin: 0;
    margin-bottom: 5px;
}

/* TEAM SINGLE */
.team {
	margin-bottom: 30px;
}
.team p {
	margin-bottom: 10px;
}
.team-social {
	margin-bottom: 10px;
}
.team-social .fa {
	border: 1px solid #333333;
	border-radius: 50%;
	color: #333333;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
    margin-right: 5px;
}
.team-content .team-name-title{
	margin-top: 10px;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.team-content .figure {
    cursor: initial;
	text-align: center;
}
.team-content .team-name {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: 1px solid #eeeeee;
}

/*---------------------------------------------------*/
/*	BLOG
/*---------------------------------------------------*/
/*	BLOG LIST */
.post-row {
	margin-bottom: 40px;
}
.blog-post .post-title {
    margin-bottom: 15px;
	margin-top: 0;
}
.post-title {
	margin-bottom: 15px;
}
.blog-post .post-title a {
    color: #222222;
}
.blog-post .post-title a:hover {
    color: #e7d553;
}
.post-meta {
    display: block;
    margin-bottom: 15px;
    padding: 0 10px;
    text-transform: uppercase;
}
.post-meta .post-meta-item {
    display: inline-block;
    color: #999;
    text-transform: uppercase;
    font-size: 11px;
	line-height: 11px;
}
.post-meta .post-meta-item a {
    color: #999;
}
.post-meta .post-meta-item a:hover {
    color: #e7d553;
}
.post-meta .post-meta-item i{
    padding-right: 5px;
}
.post-meta .post-meta-item:after {
    content: "/";
    margin: 0 7px;
}
.post-meta .post-meta-item:last-child:after {
	display: none;
}
.post-image img {
	width: 100%;
}
.post-tags div {
	display: inline-block;
}
.post-tags div a {
	margin-right: 5px;
}

/* FEED ICON */
.feed-icon {
    display: block;
    clear: both;
    padding-left: 15px;
}
.feed-icon:before {
	content:"\f09e";
	font-family: 'FontAwesome';
	margin-right: 5px;
}
.path-frontpage .feed-icon {
	display: none !important;
	visibility: hidden !important;
}
.blog-post blockquote {
    padding: 0;
    margin: 0 0 20px;
    font-size: 17.5px;
    border-left: none;
    font-style: italic;
}

/* POST CONTENT */
.post-meta-item,
.post-meta-item div {
	display: inline-block;
}
.post-content .post-image {
	margin-bottom: 20px;
}
.post-image img,
.post-thumb img {
	width: 100%;
}

/*---------------------------------------------------*/
/*	LATEST POST
/*---------------------------------------------------*/

.grid-item {
	margin-bottom: 30px;
}

.blog-post-teaser {
	position: relative;
	overflow: hidden;
	background-color: #ffffff;
}
.blog-post-teaser .post-thumb {
	margin-bottom: 0;
	min-height: 55px;
	position: relative;
	overflow: hidden;
}
.post-thumb img,
.feat-image img {
	transition: all 0.5s ease-in-out;
}
.blog-post-teaser .post-thumb:hover img,
.feat-image:hover img  {
	transform: scale(1.02,1.02);
}
.blog-post-teaser .post-date {
	position: absolute;
    top: 15px;
	left: 15px;
    background-color: transparent;
    width: 50px;
    height: 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 25px;
    line-height: 28px;
	z-index: 1;
    color: #ffffff;
	border: 2px solid #ffffff;
	-webkit-transition: all 0.5s ease-in-out 0s;
    transition: all 0.5s ease-in-out 0s;
}
.blog-post-teaser .post-date span {
    display: block;
    font-weight: 400;
    font-size: 13px;
	line-height: 15px;
}
.blog-post-teaser:hover .post-date {
	background-color: #ffffff;
	color: #222222;
}
.blog-post-teaser .post-title-wrap {
	position: relative;
	display: table;
	height: 50px;
	width: 100%;
    margin-bottom: 10px;
}
.blog-post-teaser .post-title {
	margin-bottom: 0;
    vertical-align: middle;
	display: table-cell;
}
.blog-post-teaser .post-meta {
    margin: 0px -15px;
	padding: 0;
	font-size: 11px;
	border: none;
	border-top: 1px solid #f9f9f9;
}
.blog-post-teaser .meta-item div {
	display: inline-block;
}
.blog-post-teaser .post-meta .post-category {
	padding: 15px 20px;
}
.blog-post-teaser .post-meta .post-link {
    border-left: 1px solid #f9f9f9;
    text-align: center;
}
.blog-post-teaser .post-meta .post-link a {
	padding: 15px 20px;
	display: block;
}
.blog-post-teaser .post-meta .post-link a:hover {
	color: #ffffff;
	background-color: #333333;
}
.blog-post-teaser .post-content {
	padding-bottom: 0 !important;
}
.blog-post-teaser .post-cat:before {
	content: ".";
	margin: 0 10px 0 5px;
	font-size: 20px;
	font-weight: 700;
	line-height: 0;
}
.blog_standard .blog-post-teaser .post-title {
	font-size: 20px;
}
.blog_list .post-thumb {
	padding: 0;
}
.blog_list .post-content-wrap {
	border: none;
	padding: 0;
}
.blog_standard .blog-post-teaser .post-meta,
.blog_list .blog-post-teaser .post-meta {
	margin: 0;
    padding: 8px;
	margin-bottom: 15px;
	background-color: #f9f9f9;
}
.blog_list .post-content {
	border: none;
}
.blog_list .post-content-wrap {
	border: 1px solid #f9f9f9;
    height: 100%;
    position: absolute;
    right: 0;
}
.blog_standard .blog-post-teaser .post-title-wrap,
.blog_list .blog-post-teaser .post-title-wrap {
	height: auto;
    margin-bottom: 15px;
}
.blog_standard .blog-post-teaser .post-content {
	padding: 20px 20px 15px 20px; 
}

/* VIDEO POST */
.post-thumb .entry-video a:after {
    content: "\f04b";
    font-family: 'FontAwesome';
    font-size: 16px;
    line-height: 46px;
    width: 50px;
    height: 50px;
    border: 2px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -25px;
    margin-left: -25px;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

/* BLOG POST FULL */
.blog-post-full .post-meta {
	background-color: #f9f9f9;
    border-radius: 3px;
	margin-bottom: 25px;
    padding: 10px;
}
.blog-post-full .post-content {
	padding-top: 25px;
}
.recent-post .post-thumb {
    float: left;
    width: 55px;
    margin: 0 8px 0 0;
}
.recent-post .post-meta {
    border: none;
	margin: 0;
	padding: 0;
	text-transform: none;
}
.recent-post .post-title {
	margin: 0 0 0 0;
	font-size: 13px;
}
.recent-post .post-time {
	margin: 0 0 0 0;
	font-size: 12px;
}
.recent-post {
    margin-bottom: 10px;
    border-bottom: 1px solid #f9f9f9;
    padding-bottom: 10px;
}
.recent-post:last-child {
	border: none;
}

.post-read-more {
	text-align: right !important;
	margin-top: 20px;
}

/*	RECENT POST TAB */
.blog-tab .latest-post {
	border-bottom: 1px dotted #dee1e2;
	padding-bottom: 10px;
	margin-bottom: 10px;
}
.blog-tab .latest-post:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-tab .nav-tabs > li {
    margin-bottom: -2px;
}
.blog-tab .tab-content a {
    padding: 0;
}
.post-slide-content {
	display: inline-block;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 25px 40px;
}
.blog-slider-carousel .post-slide-content {
	background-color: rgba(0, 0, 0, 0.5);
    padding: 15px 15px;
}
.post-slider .slide-content {
	text-align: center;
}
.post-slide-content,
.post-slide-content a {
	color: #333333;
}
.blog-slider-carousel .post-slide-content,
.blog-slider-carousel .post-slide-content a {
	color: #ffffff;
}
.post-slide-content .post-slide-term a {
    text-transform: uppercase;
    font-size: 11px;
    padding: 5px;
    display: block;
}
.post-slide-content .post-slide-read-more a {
    font-size: 13px;
}
.blog-slider-carousel .post-slide-title {
    font-size: 15px;
}

/*Read more button*/
a.read-more {
    text-transform: uppercase;
    -webkit-transition: all 0.2s ease 0s;
    -moz-transition: all 0.2s ease 0s;
    -o-transition: all 0.2s ease 0s;
    -ms-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
}

/*---------------------------------------------------*/
/*	TAGS
/*---------------------------------------------------*/
.tag-cloud li {
	display: inline-block;
	margin: 0 3px 0px 0;
	position:relative;
	font-size: 11px;
}
.tag-cloud li a {
	border: 1px solid #ecf0f1;
	padding: 7px 10px;
	float: left;
	color: #aaa;
	text-transform: uppercase;
}
.tag-cloud li a:hover {
	border-color: #e7d553;
	background-color: #e7d553;
	color: #ffffff;
}
.tag-cloud .tag-name{
	color: #666666;
	display: inline-block;
	letter-spacing: 1px;
	float:left;
}
.tag-cloud .tag-count {
	background: rgba(0,0,0,0.01);
	border-color: #ecf0f1;
	border-style: solid;
	border-width: 1px;
	display: inline-block;
	padding: 7px 9px;
	color: #aaa;
	position: relative;
	margin-left: -1px;
	float: left;
}
.tag-cloud .tag-count:before {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #d6d6d6;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: 0;
	position: absolute;
	top: 13px;
}
.tag-cloud .tag-count:after {
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #ffffff;
	border-style: solid;
	border-width: 4px;
	content: "";
	display: block;
	left: -1px;
	position: absolute;
	top: 13px;
}
.tag-cloud li .tag-name a:hover {
	border-color: #ecf0f1;
	background-color: transparent;
	color: #e7d553;
}

/*---------------------------------------------------*/
/*	COMMENT
/*---------------------------------------------------*/
.comment-wrap{
	overflow: hidden;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F5F5F5;
}
.comment-wrap .author-details{
	float: left;
	width: 20%;
}
.comment-wrap  .author-details img {
    border-radius: 50%;
}
.comment-wrap .author-comments {
	padding-left: 15px;
	float: left;
	width: 80%;
}
.comment-submitted {
	padding: 0;
	font-size: 12px;
	margin-bottom: 5px;
	display: block;
}
.comment-wrap .author-comments h3{
	margin-top: 6px;
	font-weight: 700;
	font-size: 20px;
}
.comment-wrap .author-comments .permalink {
	color: #333333;
}
.comment-wrap .author-comments p{
	margin-bottom: 10px;
}
.comment-wrap ul.links.inline {
    float: right;
	margin-bottom: 0;
}
.comment-wrap ul.links.inline .comment-reply a:before {
    font-family: 'FontAwesome';
	content: "\f112";
	margin-right: 5px;
}
.comment-form {
	margin-bottom: 5px;
	display: block;
}
.comment-form label {
	display: block;
	font-weight: 400;
	text-transform: uppercase;
}
.comment-form .form-text,
.comment-form .form-textarea,
.comment-form .form-email,
.comment-form .form-url {
    width: 100%;
}
.comment-form .filter-wrapper {
	display: none;
	visibility: hidden;
}
.post-comment .post-stats {
    text-transform: uppercase;
	font-size: 17px;
	display: block;
	margin-bottom: 40px;
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 8px;
	margin-top: 55px;
}

/* USER BLOCK */
.user-block {
	text-align: center;
}
.user-picture {
	width: 120px;
	height: 120px;
	margin: 0 auto 15px auto;
}
.user-picture img {
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.user-bio {
	margin: 15px 0;
}

/*---------------------------------------------------*/
/*	PORTFOLIO
/*---------------------------------------------------*/
/* PORTFOLIO STYLE 1 */
.portfolio-item {
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
}
.portfolio-item .portfolio-img {
    position: relative;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    overflow: hidden;
}
.portfolio-item .portfolio-img img {
    position: relative;
    display: block;
    width: 100%;
}
.portfolio-item .portfolio-img .portfolio-overlay {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	padding: 0 2em;
    background-color: rgba(0, 0, 0, 0);
    -webkit-transition: background-color 0.35s;
    transition: background-color 0.35s;
}
.portfolio-item .portfolio-img .portfolio-overlay:before,
.portfolio-item .portfolio-img .portfolio-overlay:after {
    pointer-events: none;
}
.portfolio-item .portfolio-img .portfolio-overlay,
.portfolio-item .portfolio-img .portfolio-overlay>a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.portfolio-item .portfolio-img .portfolio-overlay>a {
    z-index: 10;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
    text-align: center;
}
.portfolio-item .portfolio-img .portfolio-title {
    font-weight: 300;
    font-size: 13px;
    text-transform: uppercase;
	color: #ffffff;
	margin: 0;
	opacity: 0;
	top: 50%;
    position: relative;
    margin-top: -8px;
    -webkit-transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
}
.portfolio-img .portfolio-overlay:before {
    content: "";
	position: absolute;
    top: 50%;
	margin-top: -30px;
	height: 60px;
    right: 40px;
    left: 40px;
    border: 1px solid #eeeeee;
	opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0);
    transform: scale(0);
}
.portfolio-img:hover .portfolio-title {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.portfolio-img:hover .portfolio-overlay:before {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}
.portfolio-img:hover .portfolio-overlay {
    background-color: rgba(0, 0, 0, 0.7);
}
.portfolio-img:hover img {
    opacity: 0.4;
}
.portfolio-slide .portfolio-img .portfolio-overlay:before {
    right: 20px;
    left: 20px;
}
.portfolio-slide .portfolio-item .portfolio-img .portfolio-title {
    font-size: 14px;
}
.portfolio-slide .portfolio {
	width: 100%;
}
.portfolio-slide .owl-item {
	padding: 0;
}

/* PORTFOLIO STYLE 2 */
.portfolio-item2 {
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
.portfolio-item2 .portfolio-overlay2 {
    position: absolute;
    overflow: hidden;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    -webkit-transition: all 0.3s ease-in 0.4s;
    transition: all 0.3s ease-in 0.4s;
}
.portfolio-item2:hover .portfolio-overlay2 {
    opacity: 1;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}
.portfolio-item2 .portfolio-title {
    color: #ffffff;
    position: relative;
    font-size: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 24px;
    opacity: 0;
    margin-bottom: 0;
    padding: 0 10px 5px;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s ease-in-out 0.1s;
    transition: all 0.3s ease-in-out 0.1s;
}
.portfolio-item2 .portfolio-title > a {
    color: inherit;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.portfolio-item2 .portfolio-title > a:hover {
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
	color: #e7d553;
}
.portfolio-item2:hover .portfolio-title {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.portfolio-item2 .portfolio-term {
    font-size: 11px;
	text-transform: uppercase;
    position: relative;
    color: #e7d553;
    padding: 0 10px;
    opacity: 0;
    margin-bottom: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.portfolio-item2 .portfolio-term a {
	color: #e7d553;
}
.portfolio-item2:hover .portfolio-term {
    opacity: 0.9;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}
.portfolio-item2 .portfolio-label {
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* PORTFOLIO STYLE 3 */
.portfolio-item3 {
	position: relative;
	overflow: hidden;
}
.portfolio-item3 .portfolio-overlay3 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #222222;
	opacity: 0.2;
	-webkit-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
}
.portfolio-item3 .portfolio-title {
    color: #eeeeee;
    position: relative;
    font-size: 15px;
    line-height: 24px;
    margin: 0;
    padding: 0 10px 0;
}
.portfolio-item3 .portfolio-term {
	font-size: 11px;
    position: relative;
    color: #eeeeee;
    margin-bottom: 0;
}
.portfolio-item3 .portfolio-title a,
.portfolio-item3 .portfolio-term a {
    color: #222222;
}
.portfolio-item3 .portfolio-label {
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	text-transform: uppercase;
	padding: 12px;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio-item3:hover .portfolio-overlay3 {
	opacity: 0;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio-item3:hover .portfolio-label {
	background-color: #e7d553;
	-webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
.portfolio-item3:hover .portfolio-title a,
.portfolio-item3:hover .portfolio-term a {
    color: #ffffff;
}

/* SINGLE PORTFOLIO */
.portfolio-meta {
	margin-top: 40px;
}
.portfolio-meta-item {
	margin-bottom: 7px;
}
.portfolio-meta-item div {
	display: inline-block;
}
.portfolio-meta .btn {
	margin-top: 10px;
	font-size: 12px;
}
.portfolio-meta-item-title {
	font-weight: 700;
	text-transform: uppercase;
}
.portfolio-title-detail {
	border-bottom: 1px solid #eeeeee;
	padding-bottom: 10px;
}
.related-project .portfolio {
	width: 100%;
}
.thumb-list {
	padding: 0 3px 3px 0 ;
}
.thumb-list:hover img {
	opacity: 0.7;
}
.portfolio-slide .portfolio .portfolio-item {
	padding: 0;
}
.portfolio-meta .button {
	margin-top: 30px;
}

/*---------------------------------------------------*/
/*	GALLERY
/*---------------------------------------------------*/
.gallery-item {
	padding: 0;
}
.thumb-list .gallery-item {
	width: 100% !important;
}

/*---------------------------------------------------*/
/*	PRODUCTS
/*---------------------------------------------------*/
.product-item-wrap {
	border: 1px solid #fbfbfb;
	margin-bottom: 30px;
	background-color: #ffffff;
	padding: 10px;	
}
.product-item,
.product-list-meta {
    overflow: hidden;
    position: relative;
}
.product-list-meta {
	padding: 10px 0px 0px 0px;
	display: block;
	height: 110px;
    text-align: center;
}
.product-title {
	line-height: 1.1;
}
.product-brand {
	text-transform: uppercase;
	font-size: 9px;
    margin-bottom: 1px;
}
.product-price {
	font-size: 20px;
	color: #e7d553;
}
.product-item .product-overlay,
.product-item .product-overlay2 {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0;
    opacity: 0;
    -webkit-transition: all 0.7s ease-in;
	transition: all 0.7s ease-in;
}
.product-item .product-overlay2 {
	text-align: center;
	background-color: rgba(0,0,0,0.1);
}
.product-item:hover .product-overlay,
.product-item:hover .product-overlay2 {
	opacity: 1;
}
.product-add-cart .form-actions {
    margin-top: 0;
    margin-bottom: 0;
}
.product-item .btn,
.product-item .button {
    padding: 15px;
    border-radius: 0;
	font-size: 12px;
	line-height: 1;
}
.product-item .product-detail-btn {
	margin-top: 50%;
	padding: 12px 15px;
	border-radius: 20px;
}
.product-item .button,
.product-item .product-add-cart {
	display: block;
	width: 100%;
}
.product-item-wrap .form-item-qty {
	display: none !important;
	visibility: hidden !important;
}
.product-add-cart {
	position: absolute;
	left: 0;
	bottom: 0;
	margin-bottom: -55px;
	z-index: 1;
	transition: all 0.5s;
}
.product-item:hover .product-add-cart,
.product-item:hover .product-add-cart .button {
	margin: 0;
}
.product-meta  {
	padding: 10px 0px;
}
.product-featured-text {
    position: absolute;
	top: 2px;
	right: 2px;
    background-color: #e7d553;
	color: #ffffff;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 30px;
	width: 30px;
	height: 30px;
	text-align: center;
	border-radius: 50%;
}
.product-post .product-price {
	font-size: 30px;
}
.product-post .product-old-price {
	position: relative;
	display: inline-block;
}
.product-post .product-old-price:before {
	content: "";
	height: 1px;
	width: 100%;
	background-color: #666666;
	position: absolute;
	top: 50%;
}
.product-post .product-meta {
	margin-bottom: 20px;
}
.product-post .product-meta .form-item-qty label {
	display: none;
}
.product-post .product-meta .uc-product-add-to-cart-form .form-item,
.product-post .product-meta .uc-product-add-to-cart-form .form-actions {
    display: inline-block;
	margin-right: 10px;
}
.product-post .product-meta .uc-product-add-to-cart-form input[type="submit"] {
    margin: 0;
}
.uc-product-add-to-cart-form .form-item, 
.uc-product-add-to-cart-form .form-actions {
	margin: 0;
}
.product-info .panel-heading .panel-title > a:after {
	left: auto;
	right: 0;
	border: none;
}
.product-info .panel-heading .panel-title > a {
    padding: 12px 45px 12px 0px;
	border: none;
    border-bottom: 1px solid #eeeeee;
	font-size: 20px;
}
.product-info .panel-group .panel-heading + .panel-collapse .panel-body {
	border: none;
	padding: 20px 0;
}
.product-info .post-stats {
	font-size: 17px;
}
#uc-cart-view-form a,
#uc-cart-view-form .priority-low a {
	min-width: 37px;
	display: block;
}
#uc-cart-view-form img {
    padding-right: 0;
    display: block;
}
#uc-cart-view-form .form-item,
#uc-cart-view-form .form-actions,
#uc-cart-view-form input[type="submit"] {
    margin-top: 0;
    margin-bottom: 0;
}
#uc-cart-view-form td {
    vertical-align: middle;
}
#uc-cart-view-form tfoot td.price {
    padding: 10px 0;
}
#uc-cart-view-form tfoot td.subtotal-title {
	padding-right: 5px;
}
.uc-cart-checkout-form summary {
	margin-bottom: 15px;
}
.uc-cart-checkout-form .form-actions {
    text-align: left;
}
td.subtotal-title {
	padding: 10px 0px 10px 5px;
}
.taxonomy-term.vocabulary-brand {
	background: #eee;
    padding: 20px;
    float: left;
	margin-bottom: 25px;
	width: 100%;
}
.path-taxonomy .views-element-container header {
	padding-left: 15px;
	padding-right: 15px;
}
.path-taxonomy .taxonomy-term.vocabulary-brand .field-description {
	padding-top: 20px;
}

.details-title {
	font-size: 20px;
	text-transform: uppercase;
	font-weight: 700;
}
.views-exposed-form {
	text-align: right;
	background-color: #ffffff;
    margin-bottom: 15px;
    padding: 5px 15px;
}
.views-exposed-form .form-item,
.views-exposed-form .form-actions {
	display: inline-block;
    margin: 0px 0 0 5px;
}
.views-exposed-form select {
    width: 120px;
    padding-left: 15px;
    border: 1px solid #ecedee;
}

/* PRODUCT ICON BOX */
.icon-box-items {
    padding: 3px 15px;
    border-right: 1px solid #e9e9e9;
}
.icon-box-items:last-child {
    border-right: none;
}
.icon-box-item {
    text-align: center;
}
.icon-box-item .box-desc {
    text-align: left;
}
.icon-box-item .box-desc,
.icon-box-item .box-thumb {
    display: inline-block;
    vertical-align: top;
}
.icon-box-item .box-thumb {
    margin-right: 26px;
}

/* PRODUCT FEATURE IMAGE */
.grid-item.product-feat-banner {
	padding: 15px;
	position: relative;
	overflow: hidden;
	margin: 0;
}
.product-feat-content-wrap {
	position: relative;
	display: table;
	width: 100%;
	transition: all 0.9s ease-in-out;
}
.product-feat-content-wrap:after {
	content: "";
	position: absolute;
    bottom: 20px;
    left: 20px;
	right: 20px;
	top: 20px;
	border: 2px solid #f9f9f9;
	opacity: 0.4;
	transition: all 1.9s ease-in-out;
}
.product-feat-content-wrap:hover:after {
	opacity: 1;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
.product-feat-content-wrap:before {
	content: "";
	position: absolute;
    bottom: 0;
    left: 0;
	right: 0;
	top: 0;
	background: url(../images/patterns/pattern2.png) repeat;
	transition: all 1.5s ease-in-out;
}
.product-feat-content {
	padding: 40px;
	text-align: center;
	font-size: 17px;
	position: relative;
	display: table-cell;
	vertical-align: middle;
	z-index: 1;
}
.product-feat-title {
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
}
.product-feat-content,
.product-feat-title {
	color: #ffffff;
}
.product-feat-content .button {
	background-color: #ffffff;
	border: none;
}
.product-feat-content .button:hover {
	background-color: #444444;
}

/* PRODUCT CATEGORY IMAGE */
.product-category {
	position: relative;
	overflow: hidden;
}
.product-category-name {
	position: absolute;
	top:50%;
	text-transform: uppercase;
	text-align: center;
    width: 100%;
	z-index: 1;
}
.product-category-name,
.product-category-name a {
	color: #ffffff;
}
.product-category-name span {
	display: block;
	font-size: 11px;
	color: #ddd;
}
.product-category:before {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: #000000;
	opacity: 0.5;
}
.product-category:after {
	content: "";
	position: absolute;
    bottom: 15px;
    left: 15px;
	right: 15px;
	top: 15px;
	border: 2px solid #f9f9f9;
	opacity: 0.3;
	transition: all 0.9s ease-in-out;
}
.product-category:hover:after {
    bottom: 0;
    left: 0;
	right: 0;
	top: 0;
}

/*---------------------------------------------------*/
/*	DRUPAL COMMERCE
/*---------------------------------------------------*/
#edit-contact-information label,
#edit-payment-information label {
	display: block;
}
div.address-container-inline > .form-item:last-child {
    margin-right: 0;
}
.layout-region-checkout-secondary {
	margin-bottom: 30px;
}
.layout-region-checkout-secondary table {
	margin: 0;
}
.layout-region-checkout-secondary .order-total-line {
	border: 1px solid #ecedee;
	border-bottom: none;
}
.layout-region-checkout-secondary .order-total-line:last-child {
	border: 1px solid #ecedee;
}
.layout-region-checkout-secondary .order-total-line:first-child {
	border-top: none;
}
.order-total-line,
.order-total-line__total {
    padding: 10px;
}
.order-total-line__total {
	    background-color: #f5f5f5;
}
table .views-field-edit-quantity .form-item,
table .views-field-remove-button .button {
    margin: 0;
}

/*---------------------------------------------------*/
/*	PRICE TABLE
/*---------------------------------------------------*/
.pricing-table {
	margin-bottom: 30px;
	text-align: center;
}
.pricing-table .pricing-wrap {
	border: 1px solid #ededed;
}
.pricing-table .pricing-header {
	text-transform: uppercase;
	padding-top: 15px;
	padding: 20px;
	border-bottom: 1px solid #f9f9f9;
}
.pricing-table .pricing-header p {
	margin: 0;
}
.pricing-table .featured .pricing-header {
	color: #e7d553;
    position: relative;
    z-index: 1;
}
.pricing-table .pricing-wrap,
.pricing-table .pricing-header {
    background: #ffffff;
}
.pricing-table .pricing-amount div {
	display: inline-block;
}
.pricing-table .pricing-body {
	padding: 20px 15px;
	background-color: #eeeeee;
}
.pricing-table .pricing-body p:last-child {
	margin: 0;
}
.pricing-table .pricing-name {
	margin-bottom: 15px
}
.pricing-table .pricing-price {
	font-size: 50px;
	line-height: 1;
	font-weight: 700;
}
.pricing-table .pricing-currency {
    font-size: 30px;
    position: relative;
    top: -12px;
}
.pricing-table .pricing-duration {
    font-size: 12px;
}
.pricing-table .pricing-features .field-item {
	padding: 12px;
	border-bottom: 1px solid #fbfbfb;
}
.pricing-table .pricing-features .field-item:nth-child(2n) {
    background-color: #fbfbfb;
}
.pricing-table .pricing-btn {
	background-color: #333333;
    margin: -1px;
}
.pricing-table .featured .pricing-btn {
	background-color: #e7d553;
}
.pricing-table .button {
	background-color: #ffffff;
	color: #333333;
	border: none;
}
.pricing-table .featured {
    position: relative;
    margin: -5px;
    padding: 5px;
    overflow: hidden;
}
.pricing-table .featured .feat-ribbon {
    position: absolute;
    top: 30px;
    right: 30px;
	padding-top: 9px;
    width: 132px;
	height: 30px;
    background-color: #e7d553;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
    z-index: 2;
}
.pricing-table .featured .feat-ribbon .feat-ribbon-text {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3;
    letter-spacing: 0.1em;
    color: #ffffff;
    text-align: center;
}
.pricing-table .featured:after {
    content: "";
    position: absolute;
	top: 44px;
    right: 44px;
    height: 12px;
    width: 117px;
    background-color: #e7d553;
	opacity: 0.6;
    -webkit-transform: translate(50%, -50%) rotate(45deg);
    transform: translate(50%, -50%) rotate(45deg);
}

/*---------------------------------------------------*/
/*  FACTS COUNTER
/*---------------------------------------------------*/
.facts {
	text-align: center;
}
.facts .count-number {
	margin-top: 0;
	margin-bottom: 15px;
	font-size: 70px;
	font-weight: 700;
}
.facts .fact-title {
	color: #b0b0b0;
	margin-top: 0;
	margin-bottom: 0;
	text-transform: uppercase;
}
.facts .fact-text {
	margin-top: 10px;
}
.facts i {
	font-size: 50px;
	margin-bottom: 15px;
	border: 2px solid #f2f2f2;
	border-radius: 50%;
	padding: 20px;
	width: 100px;
	height: 100px;
}
.boxed-layout .facts .count-number {
	font-size: 25px !important;
}
.boxed-layout .facts .fact-title {
	font-size: 14px !important;
}

/*---------------------------------------------------*/
/*	PROGRESS BAR
/*---------------------------------------------------*/
.progress-bar {
	-webkit-transition: width 1.5s ease-in-out;
	transition: width 1.5s ease-in-out;
	box-shadow: none;
	background-color: #e7d553;
	color: #444444;
	position: relative;
}
.progress-item.meter { 
    height: 10px;
    border-radius: 2px;
    position: relative;
    background: #eeeeee;
    margin-bottom: 25px;
    padding: 2px;
}
.progress-complete {
	display: block;
	position: absolute;
	right: 0;
	top: -25px;
	height:100%;
}

/*---------------------------------------------------*/
/* EASY PIE CHART
---------------------------------------------------- */
.chart {
	position: relative;
	display: inline-block;
	width: 160px;
	height: 160px;
	margin-top: 20px;
	margin-bottom: 50px;
	text-align: center;
}
.chart canvas {
	position: absolute;
	top: 0;
	left: 0;
}
.percent {
	display: inline-block;
	font-size: 2.5em;
	line-height: 160px;
	z-index: 2;
}
.percent:after {
	content: '%';
	margin-left: 0.1em;
	font-size: .8em;
}
.angular {
	margin-top: 100px;
}
.angular .chart {
	margin-top: 0;
}

/*---------------------------------------------------*/
/*	ACCORDION
/*---------------------------------------------------*/
.panel {
	box-shadow: none;
}
.panel-group .panel {
	border-radius: 0;
	background-color: transparent;
}
.panel-default > .panel-heading {
	background-color: transparent;
	color: inherit;
	position: relative;
	border: none;
	border-radius: 0;
	padding: 0;
}
.panel-default {
	border-color: transparent;
}
.panel-group .panel-heading + .panel-collapse .panel-body {
	border: 1px solid #e4e4e4;
	border-radius: 0;
	margin-top: -1px;
}
.panel-heading .panel-title > a, 
.panel-heading .panel-title > a.collapsed:hover, 
.panel-heading .panel-title > a:hover, 
.panel-heading .panel-title > a.collapsed {
	background-color: transparent;
}
.panel-heading.colored .panel-title > a, 
.panel-heading.colored .panel-title > a.collapsed:hover, 
.panel-heading.colored .panel-title > a:hover, 
.panel-heading.colored .panel-title > a.collapsed {
	background-color: #e7d553;
	color: #ffffff;
	border: none;
}
.panel-heading .panel-title > a {
	line-height: 1;
	display: block;
	padding: 12px 10px 12px 55px;
	border-radius: 0;
	border: 1px solid #e4e4e4;
	text-decoration: none;
}
.panel-heading .panel-title > a.collapsed {
	border-color: #e4e4e4;
}
.panel-heading .panel-title > a:after {
	font-family: 'FontAwesome';
	content: "\f068";
	position: absolute;
	border-right: 1px solid #e4e4e4;
	left: 0;
	top: 0;
	bottom: 0;
	padding: 15px;
	text-align: center;
}
.panel-heading .panel-title > a.collapsed:after {
	content: "\f067";
}
.panel-heading.colored .panel-title > a:after {
	border-right: 1px solid #ffffff;
}

/*---------------------------------------------------*/
/*	TABS
/*---------------------------------------------------*/
/* VERTCAL TABS */
.vertical-tabs .nav > li > a {
	border: 1px solid #e4e4e4;
	margin-bottom: 3px;
}
.vertical-tabs .nav > li.active a {
	color: #3B3B3B;
}

/* TABS CONTENT */
.tab-content {
	padding: 0;
	border-radius: 0 0 0 0;
	padding: 20px 15px;
	border: 1px solid #e4e4e4;
	display: block;
	margin-top: -2px;
}
.nav-tabs {
	border-bottom-color: transparent;
	margin-bottom: -1px;
	list-style-type: none;
	z-index: 1;
	position: relative;
	overflow: hidden;
}
.nav-tabs > li > a {
	padding: 13px 20px;
	margin-right: 2px;
	margin-top: 0;
	border: 1px solid #e4e4e4;
	border-radius: 0;
	display: block;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
	border-bottom-color: transparent;
	border-width: 1px;
	background-color: #ffffff;
	color: #3B3B3B;
}

/*---------------------------------------------------*/
/*	CALL TO ACTION
/*---------------------------------------------------*/
.action-block {
	-moz-box-shadow: inset 0 0 2px #eeeeee;
	-webkit-box-shadow: inset 0 0 2px #eeeeee;
	box-shadow: inset 0 0 2px #eeeeee;
}
.action-block .cta-wrap {
	padding: 0;
}
.action-block .cta-text {
	margin-top: 10px;
	font-size: 20px;
	position: relative;
}
.action-block-1.text-center .block-title {
	text-align: center !important;
}
.action-block-1.text-center .block-title:after,
.action-block-1.text-center .block-title:before {
    left: 50% !important;
	margin-left: -30px !important;
}
.action-block-1.text-center .block-title:before {
	margin-left: -15px !important;
}
.action-block-2 .cta-link {
	text-align: right;
}
.cta-style3 .container-wrap {
	width: 100% !important;
}
.action-block-2 .cta-text {
    margin-top: 15px;
    font-size: 19px;
}
#page .cta-style2 .block,
#page .cta-style3 .block {
	padding-top: 45px;
    padding-bottom: 40px;
}

/*---------------------------------------------------*/
/*	DROPCAPS
/*---------------------------------------------------*/
.dropcap {
	font-size: 55px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	float: left;
	display: inline-block;
	width: 55px;
	height: 55px;
	margin-right: 14px;
	position: relative;
	top: 9px;
	margin-top: 10px;
}
.dropcap.square-dropcap,
.dropcap.round-dropcap {
	font-size: 35px;
	top: 3px;
	margin-top: 0;
	margin-right: 22px;
	padding-top: 17px;
}
.dropcap.square-dropcap.white-bg,
.dropcap.round-dropcap.white-bg {
  border: 1px solid #444444;
}
.dropcap.round-dropcap {
	-webkit-border-radius: 50em;
	-moz-border-radius: 50em;
	border-radius: 50em;
}

/*---------------------------------------------------*/
/*	BLOCKQUOTES
/*---------------------------------------------------*/
blockquote {
	font-style: italic;
	font-size: 13px;
	border-left: 3px solid #e7d553;
	position: relative;
	color: #aaaaaa;
}

/* VIDEO STYLES */
iframe {
	max-width: 100%;
}
video {
	width: 100% !important;
	height: auto !important;
	min-width: 100%;
    max-width: 100%;
	max-height: 100%;	
}

/*---------------------------------------------------*/
/*    CSS UTILITY
/*---------------------------------------------------*/
.nomargin 			{ margin: 0 !important; }
.nomargin-left 		{ margin-left: 0 !important; }
.nomargin-right 	{ margin-right: 0 !important; }
.nomargin-top		{ margin-top: 0 !important; }
.nomargin-bottom	{ margin-bottom: 0 !important; }
.nopadding 			{ padding: 0 !important; }
.nopadding-left 	{ padding-left: 0 !important; }
.nopadding-right 	{ padding-right: 0 !important; }
.nopadding-top 		{ padding-top: 0 !important; }
.nopadding-bottom	{ padding-bottom: 0 !important; }
.noborder 			{ border: 0 !important; }
.noborder-left		{ border-left: 0 !important; }
.noborder-right		{ border-right: 0 !important; }
.noborder-top		{ border-top: 0 !important; }
.noborder-bottom	{ border-bottom: 0 !important; }
.noradius			{ -webkit-border-radius: 0 !important; -moz-border-radius:0 !important; border-radius:0 !important; }
.pointer 			{ cursor: pointer; }
.relative 			{ position: relative; }
.absolute			{ position: absolute !important; top:0; left:0; right:0; bottom:0; }
.fullwidth 			{ width: 100% !important; max-width:100% !important; overflow: hidden; }
.halfwidth 			{ width: 50% !important; }
ul>li>i				{ margin-right: 8px; }
.btn>i 				{ padding-right: 6px; }

.display-table		{ display: table; width:100%; height:100%; position:relative; z-index:99; }
.display-table-cell	{ display: table-cell; width:100%; height:100%; }
.vcenter			{display: inline-block; vertical-align: middle; float: none;}
.vertical-align		{position: relative;top: 50%; transform: translateY(-50%);}
.vertical-align-middle	{ vertical-align: middle; }

/* CIRCLE */
.circle {
	-webkit-border-radius: 50% !important;
	-moz-border-radius: 50% !important;
	border-radius: 50% !important;
}
.border-box {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: box-shadow 0.25s ease;
    -moz-transition: box-shadow 0.25s ease;
    -ms-transition: box-shadow 0.25s ease;
    transition: box-shadow 0.25s ease;
    -webkit-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    -moz-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    -ms-box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    box-shadow: 0 1px 5px rgba(216, 216, 216, 0.75);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

/* FLOATS */
.float-right	{ float: right !important; }
.float-left		{ float: left !important; }
.float-none,
.nofloat		{ float: none !important; }

/* PADDING */
.padding-0,
.no-padding		{ padding: 0 !important; 	}
.padding-3 		{ padding: 3px !important; 	}
.padding-6 		{ padding: 6px !important; 	}
.padding-8 		{ padding: 8px !important; 	}
.padding-10 	{ padding: 10px !important; }
.padding-15 	{ padding: 15px !important; }
.padding-20 	{ padding: 20px !important; }
.padding-30 	{ padding: 30px !important; }		
.padding-40 	{ padding: 40px !important; }
.padding-50 	{ padding: 50px !important; }
.padding-60 	{ padding: 60px !important; }
.padding-70 	{ padding: 70px !important; }
.padding-80 	{ padding: 80px !important; }
.padding-90 	{ padding: 90px !important; }
.padding-100 	{ padding: 100px !important; }
/* PADDING TOP */
.padding-top-0		{ padding-top: 0 !important; }
.padding-top-10		{ padding-top: 10px !important; }
.padding-top-15		{ padding-top: 15px !important; }
.padding-top-20		{ padding-top: 20px !important; }
.padding-top-30		{ padding-top: 30px !important; }
.padding-top-40		{ padding-top: 40px !important; }
.padding-top-50		{ padding-top: 50px !important; }
.padding-top-60		{ padding-top: 60px !important; }
.padding-top-80		{ padding-top: 80px !important; }
.padding-top-100	{ padding-top: 100px !important; }
.padding-top-130	{ padding-top: 130px !important; }
.padding-top-150	{ padding-top: 150px !important; }
.padding-top-180	{ padding-top: 180px !important; }
.padding-top-200	{ padding-top: 200px !important; }
/* PADDING BOTTOM */
.padding-bottom-0	{ padding-bottom: 0 !important; }
.padding-bottom-10	{ padding-bottom: 10px !important; }
.padding-bottom-15	{ padding-bottom: 15px !important; }
.padding-bottom-20	{ padding-bottom: 20px !important; }
.padding-bottom-30	{ padding-bottom: 30px !important; }
.padding-bottom-40	{ padding-bottom: 40px !important; }
.padding-bottom-50	{ padding-bottom: 50px !important; }
.padding-bottom-60	{ padding-bottom: 60px !important; }
.padding-bottom-80	{ padding-bottom: 80px !important; }
.padding-bottom-100	{ padding-bottom: 100px !important; }
.padding-bottom-130	{ padding-bottom: 130px !important; }
.padding-bottom-150	{ padding-bottom: 150px !important; }
.padding-bottom-180	{ padding-bottom: 180px !important; }
.padding-bottom-200	{ padding-bottom: 200px !important; }

/* MARGIN*/
/* MARGIN TOP */
.margin-top-0		{ margin-top: 0 !important; }
.margin-top-1		{ margin-top: 1px !important; }
.margin-top-2		{ margin-top: 2px !important; }
.margin-top-3		{ margin-top: 3px !important; }
.margin-top-6		{ margin-top: 6px !important; }
.margin-top-8		{ margin-top: 8px !important; }
.margin-top-10		{ margin-top: 10px !important; }
.margin-top-20		{ margin-top: 20px !important; }
.margin-top-30		{ margin-top: 30px !important; }
.margin-top-40		{ margin-top: 40px !important; }
.margin-top-50		{ margin-top: 50px !important; }
.margin-top-60		{ margin-top: 60px !important; }
.margin-top-80		{ margin-top: 80px !important; }
.margin-top-100		{ margin-top: 100px !important; }
.margin-top-130		{ margin-top: 130px !important; }
.margin-top-150		{ margin-top: 150px !important; }
.margin-top-180		{ margin-top: 180px !important; }
.margin-top-200		{ margin-top: 200px !important; }
/* MARGIN BOTTOM */
.margin-bottom-0	{ margin-bottom: 0 !important; }
.margin-bottom-1	{ margin-bottom: 1px !important; }
.margin-bottom-2	{ margin-bottom: 2px !important; }
.margin-bottom-3	{ margin-bottom: 3px !important; }
.margin-bottom-6	{ margin-bottom: 6px !important; }
.margin-bottom-8	{ margin-bottom: 8px !important; }
.margin-bottom-10	{ margin-bottom: 10px !important; }
.margin-bottom-20	{ margin-bottom: 20px !important; }
.margin-bottom-30	{ margin-bottom: 30px !important; }
.margin-bottom-40	{ margin-bottom: 40px !important; }
.margin-bottom-50	{ margin-bottom: 50px !important; }
.margin-bottom-60	{ margin-bottom: 60px !important; }
.margin-bottom-80	{ margin-bottom: 80px !important; }
.margin-bottom-100	{ margin-bottom: 100px !important; }
.margin-bottom-130	{ margin-bottom: 130px !important; }
.margin-bottom-150	{ margin-bottom: 150px !important; }
.margin-bottom-180	{ margin-bottom: 180px !important; }
.margin-bottom-200	{ margin-bottom: 200px !important; }
/* MARGIN LEFT */
.margin-left-0		{ margin-left: 0 !important; }
.margin-left-3		{ margin-left: 3px !important; }
.margin-left-6		{ margin-left: 6px !important; }
.margin-left-8		{ margin-left: 8px !important; }
.margin-left-10		{ margin-left: 10px !important; }
.margin-left-15		{ margin-left: 15px !important; }
.margin-left-20		{ margin-left: 20px !important; }
.margin-left-30		{ margin-left: 30px !important; }
.margin-left-40		{ margin-left: 40px !important; }
.margin-left-50		{ margin-left: 50px !important; }
.margin-left-60		{ margin-left: 60px !important; }
.margin-left-80		{ margin-left: 80px !important; }
.margin-left-100	{ margin-left: 100px !important; }
.margin-left-130	{ margin-left: 130px !important; }
.margin-left-150	{ margin-left: 150px !important; }
.margin-left-180	{ margin-left: 180px !important; }
.margin-left-200	{ margin-left: 200px !important; }
.margin-left-250	{ margin-left: 250px !important; }
.margin-left-300	{ margin-left: 300px !important; }
/* MARGIN RIGHT */
.margin-right-0		{ margin-right: 0 !important; }
.margin-right-3		{ margin-right: 3px !important; }
.margin-right-6		{ margin-right: 6px !important; }
.margin-right-8		{ margin-right: 8px !important; }
.margin-right-10	{ margin-right: 10px !important; }
.margin-right-15	{ margin-right: 15px !important; }
.margin-right-20	{ margin-right: 20px !important; }
.margin-right-30	{ margin-right: 30px !important; }
.margin-right-40	{ margin-right: 40px !important; }
.margin-right-50	{ margin-right: 50px !important; }
.margin-right-60	{ margin-right: 60px !important; }
.margin-right-80	{ margin-right: 80px !important; }
.margin-right-100	{ margin-right: 100px !important; }
.margin-right-130	{ margin-right: 130px !important; }
.margin-right-150	{ margin-right: 150px !important; }
.margin-right-180	{ margin-right: 180px !important; }
.margin-right-200	{ margin-right: 200px !important; }
.margin-right-250	{ margin-right: 250px !important; }
.margin-right-300	{ margin-right: 300px !important; }

/*---------------------------------------------------*/
/*    TEXT PROPERTIES
/*---------------------------------------------------*/
.text-left { text-align: left !important; }
.text-right { text-align: right !important; }
.text-center { text-align: center !important; }
.text-justify { text-align: justify !important; }
.text-middle {display: table-cell; vertical-align: middle; margin: auto; position: relative;}
.text-bottom {display: table-cell; vertical-align: bottom; margin: auto; position: relative;}
.text-sm { font-size: 80%; }
.text-small {
    font-size: 35px !important;
}
.text-medium,
.text-medium-light {
    font-size: 55px !important;
    letter-spacing: -2px;
}
.text-large,
.text-large-light {
    font-size: 75px !important;
	letter-spacing: -4px;
}
.text-xlarge,
.text-xlarge-light {
    font-size: 95px !important;
	letter-spacing: -5px;
}
.text-xxlarge,
.text-xxlarge-light {
    font-size: 120px !important;
	letter-spacing: -7px;
}
.text-small,
.text-medium,
.text-large,
.text-xlarge,
.text-xxlarge {
	font-weight: 700 !important;
	line-height: 1 !important;
}
.text-medium-light,
.text-large-light,
.text-xlarge-light,
.text-xxlarge-light {
	font-weight: 200 !important;
	line-height: 1.1 !important;
}

.text-small,
.text-medium,
.text-medium-light {
	margin-bottom: 15px;
}
.text-large,
.text-large-light {
	margin-bottom: 20px;
}
.text-xlarge,
.text-xlarge-light,
.text-xxlarge,
.text-xxlarge-light {
	margin-bottom: 30px;
	line-height: 0.9 !important;
}

/* TEXT COLOR */
.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light h6,
.text-light .lead,
.text-light p,
.text-light a,
.text-light i,
.text-light li,
.text-light label,
.text-light div:not(.alert),
.text-light span {
    color: #ffffff !important;
}
.text-light .block-title:after {
	background-color: #ffffff !important;
}
.text-light.block-title-3 .block-subtitle,
.block-title-3.text-light .block-subtitle {
	opacity: 0.5;
}
.text-light .button {
	border-color: #ffffff;
}
.text-light .button:hover {
	background-color: #ffffff;
	color: #333333 !important;
}

.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5,
.text-dark h6,
.text-dark p,
.text-dark .lead,
.text-dark a:not(.button),
.text-dark i,
.text-dark li,
.text-dark label,
.text-dark div:not(.alert),
.text-dark span {
    color: #555555 !important;
}
.text-grey,
.text-grey h1,
.text-grey h2,
.text-grey h3,
.text-grey h4,
.text-grey h5,
.text-grey h6,
.text-grey .lead,
.text-grey p,
.text-grey a:not(.button),
.text-grey i,
.text-grey li,
.text-grey label,
.text-grey div:not(.alert),
.text-grey span {
    color: #cccccc;
}
.text-light .contextual-links a:not(.button) {color: #333333 !important;}

/*---------------------------------------------------*/
/*	BACKGROUND COLORS
/*---------------------------------------------------*/
.no-bg { background: none;}
.dark-bg {
	background-color: #222222 !important;
}
.colored-bg {
	background-color: #e7d553;
}
.colored-bg .block-title:after {
	background-color: #aaaaaa !important;
}
.dark-bg,
.dark-bg a:not(.button),
.dark-bg p,
.dark-bg h1,
.dark-bg h2,
.dark-bg h3,
.dark-bg h4,
.dark-bg h5,
.dark-bg h6,
.colored-bg,
.colored-bg a,
.colored-bg p,
.colored-bg h1,
.colored-bg h2,
.colored-bg h3,
.colored-bg h4,
.colored-bg h5,
.colored-bg h6 {
	color: #ffffff !important;
}
.dark-bg .btn,
.dark-bg .button
.colored-bg .btn,
.colored-bg .button {
	border-color: #ffffff !important;
}
.white-bg,
.light-bg {
	background-color: #ffffff !important;
}
.red-bg {
	background-color: #ff4d4d !important;
	color: #ffffff;
}
.blue-bg {
	background-color: #00bfff !important;
	color: #ffffff;
}
.gray-bg {
	background-color: #444444 !important;
	color: #ffffff;
}
.light-gray-bg {
	background-color: #aaaaaa !important;
}
.dark-gray-bg {
	background-color: #222222 !important;
	color: #ffffff;
}
.transparent-bg {
	background-color: transparent !important;
}
.foggy-white-bg {
	background-color: #f7f7f7 !important;
}
.smocky-white-bg {
	background-color: #eeeeee !important;
}
.milky-white-bg {
	background-color: #f9f9f9 !important;
}
.pinky-bg {
	background-color: #f2Dfd0 !important;
}

/* BACKGROUND PATTERNS */
.ag-square { background-image: url(../images/patterns/ag-square.png); }
.arabesque { background-image: url(../images/patterns/arabesque.png); }
.asfalt-dark { background-image: url(../images/patterns/asfalt-dark.png); }
.axiom-pattern { background-image: url(../images/patterns/axiom-pattern.png); }
.az-subtle { background-image: url(../images/patterns/az-subtle.png); }
.black-twill { background-image: url(../images/patterns/black-twill.png); }
.brick-wall { background-image: url(../images/patterns/brick-wall.png); }
.brick-wall-dark { background-image: url(../images/patterns/brick-wall-dark.png); }
.climpek { background-image: url(../images/patterns/climpek.png); }
.crissxcross { background-image: url(../images/patterns/crissxcross.png); }
.cross-stripes { background-image: url(../images/patterns/cross-stripes.png); }
.cubes { background-image: url(../images/patterns/cubes.png); }
.diagmonds { background-image: url(../images/patterns/diagmonds.png); }
.diagmonds-light { background-image: url(../images/patterns/diagmonds-light.png); }
.diamond-upholstery { background-image: url(../images/patterns/diamond-upholstery.png); }
.food { background-image: url(../images/patterns/food.png); }
.gplay { background-image: url(../images/patterns/gplay.png); }
.grid-me { background-image: url(../images/patterns/grid-me.png); }
.shattered { background-image: url(../images/patterns/shattered.png); }
.squared-metal { background-image: url(../images/patterns/squared-metal.png); }
.subtle-dots { background-image: url(../images/patterns/subtle-dots.png); }
.subtlenet { background-image: url(../images/patterns/subtlenet.png); }
.tileable-wood-colored { background-image: url(../images/patterns/tileable-wood-colored.png); }
.tiny-grid { background-image: url(../images/patterns/tiny-grid.png); }
.vichy { background-image: url(../images/patterns/vichy.png); }
.wave-grid { background-image: url(../images/patterns/wave-grid.png); }
.white-brick-wall { background-image: url(../images/patterns/white-brick-wall.png); }
.wood-pattern { background-image: url(../images/patterns/wood-pattern.png); }

/* OVERLAY */
.overlay:before {
	content: "";
	background-color:rgba(0,0,0, 0.18);
	background-image: url(../images/patterns/dot.png);
	position: absolute;
	left: 0;
	right:0;
	top:0;
	bottom:0;
}
.video-overlay:before {
	background-image: none;
}
a.overlay:hover {
	background: ffffff;
	background:rgba(255,255,255, 0.2);
}

/*---------------------------------------------------*/
/*	BACKGROUND IMAGES
/*---------------------------------------------------*/
.bg-img {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
}
.bg-img-1 {
	background-image: url(../images/bg/bg1.jpg);
}

/* PARALLAX BACKGROUND */
.parallax-bg {
	background-position: 0 0;
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-size: cover;
}
.parallax-bg-1 {
	background: url(../images/patterns/pattern1.png), url(../images/bg/bg1.jpg) no-repeat fixed 0 0 / cover;
}