/*
========================================
Beeanca HTML Template
styles.css
----------------------------------------
Ari Rusmanto (Warung Themes, Co)
(c) 2016 All Rights Reserved
========================================
*/
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:400,700);
@import url(https://fonts.googleapis.com/css?family=Lato:400,700);
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700);
@import url(https://fonts.googleapis.com/css?family=Pacifico);


/* -------------------------------------------------------------- 
Contents :

---------------------
BOOTSTRAP STYLE RESET
---------------------
- BASIC ELEMENTS
- TABLES
- FORM CONTROLS
- BUTTONS
- DROPDOWN MENU
- NAV
- BREADCRUMB
- PAGINATION
- PAGER
- ALERTS
- PROGRESS BAR
- PANELS
- MODALS
- TOOLTIPS
- RADIO AND CHECBOX

---------------------
MAIN TEMPLATE STYLE
---------------------
- BODY OVERLAY
- BACK TOP BUTTON
- OWL CAROUSEL
- GENERAL STYLES
- MAIN BUTTON
- SOCIAL ICONS
- WRAPPER
- HEADERS
- NAV MENU
- CONTENT
- SIDEBAR
- FOOTER
- RESPONSIVE LAYOUTS
- WIDGETS
- BANNER WIDGET
- SOCIAL ICONS WIDGETS
- SEARCH WIDGET
- SUBSCRIBE WIDGET
- INSTAGRAM GALLERY WIDGET
- TAGS WIDGET
- INSTAGRAM SLIDESHOW WIDGET
- ABOUT WIDGET
- LIST WIDGET
- TWITTER WIDGET
- COMMENTS WIDGET
- POST LIST WIDGET
- TABS WIDGET
- RELATED POSTS
- COMMENT FORM
- POST ARCHIVES
- POST ARCHIVE LARGE FIRST
- POST ARCHIVE LIST STYLE
- POST ARCHIVE GRID STYLE
- POST ARCHIVE MASONRY STYLE
- POST ARCHIVE CLASSIC STYLE
- POST DETAILS
- POST DETAIL MEDIA
- POST DETAIL HEADING
- POST DETAIL CONTENT INNER
- POST DETAIL ABOUT AUTHOR
- POST COMMENTS
- PAGES
- FEATURED POSTS
- FEATURED POST SLIDESHOW
- FEATURED POST TILED
- FEATURED POST SPLIT
- BLOCKQUOTE
- BULLET AND LIST
- ADDRESSES
- ICON TEXT
- NOTES
- CTA
-------------------------------------------------------------- */

/*
---------------------------------------
BASIC ELEMENTS
---------------------------------------
*/
.material-icons {
  line-height: inherit;
}
.text-primary {
  color: #4d9de0;
}
.text-success {
  color: #9bc53d;
}
.text-info {
  color: #5bc0eb;
}
.text-warning {
  color: #f5bb00;
}
.text-danger {
  color: #e55934;
}
.text-muted {
  color: #cecece;
}
.badge {
 /*	
  min-width: 30px;
  height: 30px;
  padding: 0 7px;
  font-size: 12px;
  font-weight: bold;
  font-weight: 500;
  line-height: 30px;
  background-color: #999999;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  */
  min-width: 10px;
  height: 16px;
  padding: 8px 7px;
  font-size: 12px;
  font-weight: bold;
  font-weight: 500;
  line-height: 1px;
  background-color: #999999;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 10px;
}
.bg-default,
.label-default,
.badge-default {
  background: #999999;
  color: #ffffff;
}
.bg-default[href]:hover,
.label-default[href]:hover,
.badge-default[href]:hover,
.bg-default[href]:hover,
.label-default[href]:hover,
.badge-default[href]:hover {
  background-color: #858585;
}
.bg-primary,
.label-primary,
.badge-primary {
  background: #4d9de0;
  color: #ffffff;
}
.bg-primary[href]:hover,
.label-primary[href]:hover,
.badge-primary[href]:hover,
.bg-primary[href]:hover,
.label-primary[href]:hover,
.badge-primary[href]:hover {
  background-color: #2a8ada;
}
.bg-success,
.label-success,
.badge-success {
  background: #9bc53d;
  color: #ffffff;
}
.bg-success[href]:hover,
.label-success[href]:hover,
.badge-success[href]:hover,
.bg-success[href]:hover,
.label-success[href]:hover,
.badge-success[href]:hover {
  background-color: #83a732;
}
.bg-info,
.label-info,
.badge-info {
  background: #5bc0eb;
  color: #ffffff;
}
.bg-info[href]:hover,
.label-info[href]:hover,
.badge-info[href]:hover,
.bg-info[href]:hover,
.label-info[href]:hover,
.badge-info[href]:hover {
  background-color: #37b2e7;
}
.bg-warning,
.label-warning,
.badge-warning {
  background: #f5bb00;
  color: #ffffff;
}
.bg-warning[href]:hover,
.label-warning[href]:hover,
.badge-warning[href]:hover,
.bg-warning[href]:hover,
.label-warning[href]:hover,
.badge-warning[href]:hover {
  background-color: #cc9c00;
}
.bg-danger,
.label-danger,
.badge-danger {
  background: #e55934;
  color: #ffffff;
}
.bg-danger[href]:hover,
.label-danger[href]:hover,
.badge-danger[href]:hover,
.bg-danger[href]:hover,
.label-danger[href]:hover,
.badge-danger[href]:hover {
  background-color: #d5421b;
}
.label {
  padding: 0 10px;
  height: 24px;
  line-height: 23px;
  font-size: 12px;
  display: inline-block;
  font-weight: normal;
  font-weight: 400;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

/*
---------------------------------------
TABLES
---------------------------------------
*/
.table.middle-valign > thead > tr > th > thead > tr > th,
.table.middle-valign > tbody > tr > th,
.table.middle-valign > tfoot > tr > th,
.table.middle-valign > thead > tr > td,
.table.middle-valign > tbody > tr > td,
.table.middle-valign > tfoot > tr > td {
  vertical-align: middle;
}
.table.table-hover > tbody > tr:hover {
  background-color: #fafafa;
}
.table.table-flat thead > tr > th,
.table.table-flat tbody > tr > th,
.table.table-flat tfoot > tr > th,
.table.table-flat thead > tr > td,
.table.table-flat tbody > tr > td,
.table.table-flat tfoot > tr > td {
  border-top-color: #e2e2e2;
}
.table.table-flat > thead > tr > th {
  border-bottom: none;
  font-weight: bold;
  font-weight: 500;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  color: #777777;
  background-color: #f4f4f4;
  border-bottom-color: #e2e2e2;
  border-top: 1px solid #e2e2e2 !important;
}
.table.table-flat.table-bordered {
  border-color: #e2e2e2;
}
.table.table-flat.table-bordered thead > tr > th,
.table.table-flat.table-bordered tbody > tr > th,
.table.table-flat.table-bordered tfoot > tr > th,
.table.table-flat.table-bordered thead > tr > td,
.table.table-flat.table-bordered tbody > tr > td,
.table.table-flat.table-bordered tfoot > tr > td {
  border-color: #e2e2e2;
}
.table.table-flat.table-bordered > thead > tr > th {
  border: 1px solid #e2e2e2;
}
.table.table-flat.table-striped > thead > tr:not(:first-child) > td,
.table.table-flat.table-striped > tbody > tr:not(:first-child) > td,
.table.table-flat.table-striped > tfoot > tr:not(:first-child) > td {
  border-top: none;
}
.table.table-flat.table-dark > thead > tr > th {
  background-color: #50514f;
  border: 1px solid #50514f !important;
  color: #ffffff;
}
.table.table-flat.table-dark.table-bordered > thead > tr > th {
  border: 1px solid #50514f;
}

/*
---------------------------------------
FORM CONTROLS
---------------------------------------
*/
.form-control {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  color: #777777;
  border-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -webkit-transition: border-color ease 0.15s;
  -moz-transition: border-color ease 0.15s;
  -o-transition: border-color ease 0.15s;
  transition: border-color ease 0.15s;
}
.form-control:focus {
  border-color: #cecece;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.form-control:-ms-input-placeholder {
  color: #cecece;
}
.form-control::-moz-placeholder {
  color: #cecece;
}
.form-control::-webkit-input-placeholder {
  color: #cecece;
}
.form-control.input-lg {
  padding: 0 30px;
  height: 70px;
  line-height: 70px;
}
.form-control.input-sm {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
}
.form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #fafafa;
}
.input-group-lg .form-control {
  height: 70px;
  line-height: 70px;
  padding: 0 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.input-group-lg .input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.input-group-sm .form-control {
  height: 40px;
  line-height: 40px;
  padding: 0 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.input-group-sm .input-group-addon {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.has-feedback .form-control {
  padding-right: 50px;
}
.input-lg + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 66px;
  line-height: 66px;
}
.input-sm + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 46px;
  height: 36px;
  line-height: 36px;
}
.input-group-addon {
  color: #ffffff;
  background-color: #cecece;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.help-block {
  margin: 10px 0;
  font-size: 12px;
  color: #999999;
}
.form-group label {
  font-weight: bold;
  font-weight: 500;
}
.form-horizontal .form-control-static,
.form-horizontal .control-label {
  height: 50px;
  line-height: 50px;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #9bc53d;
}
.has-success .form-control {
  border-color: #9bc53d;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(155, 197, 61, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(155, 197, 61, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(155, 197, 61, 0);
}
.has-success .form-control:focus {
  border-color: #92bb38;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(155, 197, 61, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(155, 197, 61, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(155, 197, 61, 0);
}
.has-success .input-group-addon {
  color: #ffffff;
  background-color: #9bc53d;
  border-color: #9bc53d;
}
.has-success .form-control-feedback {
  color: #9bc53d;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #f5bb00;
}
.has-warning .form-control {
  border-color: #f5bb00;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(245, 187, 0, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(245, 187, 0, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(245, 187, 0, 0);
}
.has-warning .form-control:focus {
  border-color: #e6af00;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(245, 187, 0, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(245, 187, 0, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(245, 187, 0, 0);
}
.has-warning .input-group-addon {
  color: #ffffff;
  background-color: #f5bb00;
  border-color: #f5bb00;
}
.has-warning .form-control-feedback {
  color: #f5bb00;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #e55934;
}
.has-error .form-control {
  border-color: #e55934;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(229, 89, 52, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(229, 89, 52, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(229, 89, 52, 0);
}
.has-error .form-control:focus {
  border-color: #e34e26;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(229, 89, 52, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(229, 89, 52, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(229, 89, 52, 0);
}
.has-error .input-group-addon {
  color: #ffffff;
  background-color: #e55934;
  border-color: #e55934;
}
.has-error .form-control-feedback {
  color: #e55934;
}

/*
---------------------------------------
BUTTONS
---------------------------------------
*/
a.btn {
  line-height: 50px;
  text-decoration: none;
}
a.btn-lg {
  line-height: 70px;
}
a.btn-sm {
  line-height: 40px;
}
a.btn-xs {
  line-height: 30px;
}
.btn-group.btn-group-rounded .btn:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.btn-group.btn-group-rounded .btn:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.btn-group.btn-group-round .btn:first-child {
  border-bottom-left-radius: 25px;
  border-top-left-radius: 25px;
}
.btn-group.btn-group-round .btn:last-child {
  border-bottom-right-radius: 25px;
  border-top-right-radius: 25px;
}
.btn-group.btn-group-lg .btn {
  height: 70px;
  padding: 0 30px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn-group.btn-group-lg.btn-group-rounded .btn:first-child {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.btn-group.btn-group-lg.btn-group-rounded .btn:last-child {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.btn-group.btn-group-lg.btn-group-round .btn:first-child {
  border-bottom-left-radius: 35px;
  border-top-left-radius: 35px;
}
.btn-group.btn-group-lg.btn-group-round .btn:last-child {
  border-bottom-right-radius: 35px;
  border-top-right-radius: 35px;
}
.btn-group.btn-group-sm .btn {
  height: 40px;
  padding: 0 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn-group.btn-group-sm.btn-group-rounded .btn:first-child {
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.btn-group.btn-group-sm.btn-group-rounded .btn:last-child {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.btn-group.btn-group-sm.btn-group-round .btn:first-child {
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px;
}
.btn-group.btn-group-sm.btn-group-round .btn:last-child {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px;
}
.btn-group.btn-group-xs .btn {
  height: 30px;
  padding: 0 15px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.btn-group.btn-group-xs.btn-group-rounded .btn:first-child {
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}
.btn-group.btn-group-xs.btn-group-rounded .btn:last-child {
  border-bottom-right-radius: 2px;
  border-top-right-radius: 2px;
}
.btn-group.btn-group-xs.btn-group-round .btn:first-child {
  border-bottom-left-radius: 15px;
  border-top-left-radius: 15px;
}
.btn-group.btn-group-xs.btn-group-round .btn:last-child {
  border-bottom-right-radius: 15px;
  border-top-right-radius: 15px;
}
.btn-group .btn + .btn,
.btn-group .btn + .btn-group,
.btn-group .btn-group + .btn,
.btn-group .btn-group + .btn-group {
  margin-left: 0px;
}
.btn {
  padding: 0 20px;
  font-weight: bold;
  font-weight: 700;
  height: 50px;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
.btn.focus,
.btn.active,
.btn:active,
.btn:focus,
.btn:hover {
  outline: 0;
  background: #d4d4d4;
}
.btn.disabled,
.btn[disabled],
fieldset[disabled] .btn {
  opacity: 0.4;
  filter: alpha(opacity=40);
}
.btn.btn-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn.btn-round {
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
}
.btn.btn-icon {
  position: relative;
  padding-left: 50px;
}
.btn.btn-icon .icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.btn.btn-icon.btn-block {
  padding-left: 0;
  padding: 0 20px;
}
.btn-lg {
  padding: 0 30px;
  height: 70px;
}
.btn-lg.btn-rounded {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.btn-lg.btn-round {
  -webkit-border-radius: 35px;
  -moz-border-radius: 35px;
  -o-border-radius: 35px;
  border-radius: 35px;
}
.btn-lg.btn-icon {
  padding-left: 70px;
}
.btn-lg.btn-icon .icon {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 24px;
}
.btn-lg.btn-icon.btn-block {
  padding-left: 0;
  padding: 0 30px;
}
.btn-sm {
  padding: 0 15px;
  height: 40px;
}
.btn-sm.btn-rounded {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.btn-sm.btn-round {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.btn-sm.btn-icon {
  padding-left: 40px;
}
.btn-sm.btn-icon .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.btn-sm.btn-icon.btn-block {
  padding-left: 0;
  padding: 0 15px;
}
.btn-xs {
  padding: 0 15px;
  height: 30px;
}
.btn-xs.btn-rounded {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}
.btn-xs.btn-round {
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.btn-xs.btn-icon {
  padding-left: 30px;
}
.btn-xs.btn-icon .icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 18px;
}
.btn-xs.btn-icon.btn-block {
  padding-left: 0;
  padding: 0 15px;
}
.btn-default {
  color: #777777;
  background-color: #fafafa;
}
.btn-default:focus,
.btn-default.focus,
.btn-default:hover,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default,
.btn-default:active:hover,
.btn-default.active:hover,
.open > .dropdown-toggle.btn-default:hover,
.btn-default:active:focus,
.btn-default.active:focus,
.open > .dropdown-toggle.btn-default:focus,
.btn-default:active.focus,
.btn-default.active.focus,
.open > .dropdown-toggle.btn-default.focus {
  color: #50514f;
  background-color: #e6e6e6;
}
.btn-default .badge {
  color: #ffffff;
  background-color: #777777;
}
.btn-primary {
  color: #ffffff;
  background-color: #4d9de0;
}
.btn-primary:focus,
.btn-primary.focus,
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary,
.btn-primary:active:hover,
.btn-primary.active:hover,
.open > .dropdown-toggle.btn-primary:hover,
.btn-primary:active:focus,
.btn-primary.active:focus,
.open > .dropdown-toggle.btn-primary:focus,
.btn-primary:active.focus,
.btn-primary.active.focus,
.open > .dropdown-toggle.btn-primary.focus {
  color: #ffffff;
  background-color: #2a8ada;
}
.btn-primary.disabled,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled.focus,
.btn-primary[disabled].focus,
fieldset[disabled] .btn-primary.focus {
  background-color: #78b5e8;
}
.btn-primary .badge {
  color: #4d9de0;
  background-color: #ffffff;
}
.btn-success {
  color: #ffffff;
  background-color: #9bc53d;
}
.btn-success:focus,
.btn-success.focus,
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-success,
.btn-success:active:hover,
.btn-success.active:hover,
.open > .dropdown-toggle.btn-success:hover,
.btn-success:active:focus,
.btn-success.active:focus,
.open > .dropdown-toggle.btn-success:focus,
.btn-success:active.focus,
.btn-success.active.focus,
.open > .dropdown-toggle.btn-success.focus {
  color: #ffffff;
  background-color: #83a732;
}
.btn-success.disabled,
.btn-success.disabled:hover,
.btn-success[disabled]:hover,
fieldset[disabled] .btn-success:hover,
.btn-success.disabled:focus,
.btn-success[disabled]:focus,
fieldset[disabled] .btn-success:focus,
.btn-success.disabled.focus,
.btn-success[disabled].focus,
fieldset[disabled] .btn-success.focus {
  background-color: #afd164;
}
.btn-success .badge {
  color: #9bc53d;
  background-color: #ffffff;
}
.btn-info {
  color: #ffffff;
  background-color: #5bc0eb;
}
.btn-info:focus,
.btn-info.focus,
.btn-info:hover,
.btn-info:active,
.btn-info.active,
.open > .dropdown-toggle.btn-info,
.btn-info:active:hover,
.btn-info.active:hover,
.open > .dropdown-toggle.btn-info:hover,
.btn-info:active:focus,
.btn-info.active:focus,
.open > .dropdown-toggle.btn-info:focus,
.btn-info:active.focus,
.btn-info.active.focus,
.open > .dropdown-toggle.btn-info.focus {
  color: #ffffff;
  background-color: #37b2e7;
}
.btn-info.disabled:hover,
.btn-info[disabled]:hover,
fieldset[disabled] .btn-info:hover,
.btn-info.disabled:focus,
.btn-info[disabled]:focus,
fieldset[disabled] .btn-info:focus,
.btn-info.disabled.focus,
.btn-info[disabled].focus,
fieldset[disabled] .btn-info.focus {
  background-color: #88d1f1;
}
.btn-info .badge {
  color: #5bc0eb;
  background-color: #ffffff;
}
.btn-warning {
  color: #ffffff;
  background-color: #f5bb00;
}
.btn-warning:focus,
.btn-warning.focus,
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.open > .dropdown-toggle.btn-warning,
.btn-warning:active:hover,
.btn-warning.active:hover,
.open > .dropdown-toggle.btn-warning:hover,
.btn-warning:active:focus,
.btn-warning.active:focus,
.open > .dropdown-toggle.btn-warning:focus,
.btn-warning:active.focus,
.btn-warning.active.focus,
.open > .dropdown-toggle.btn-warning.focus {
  color: #ffffff;
  background-color: #e6af00;
}
.btn-warning.disabled:hover,
.btn-warning[disabled]:hover,
fieldset[disabled] .btn-warning:hover,
.btn-warning.disabled:focus,
.btn-warning[disabled]:focus,
fieldset[disabled] .btn-warning:focus,
.btn-warning.disabled.focus,
.btn-warning[disabled].focus,
fieldset[disabled] .btn-warning.focus {
  background-color: #ffcc29;
}
.btn-warning .badge {
  color: #f5bb00;
  background-color: #ffffff;
}
.btn-danger {
  color: #ffffff;
  background-color: #e55934;
}
.btn-danger:focus,
.btn-danger.focus,
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.open > .dropdown-toggle.btn-danger,
.btn-danger:active:hover,
.btn-danger.active:hover,
.open > .dropdown-toggle.btn-danger:hover,
.btn-danger:active:focus,
.btn-danger.active:focus,
.open > .dropdown-toggle.btn-danger:focus,
.btn-danger:active.focus,
.btn-danger.active.focus,
.open > .dropdown-toggle.btn-danger.focus {
  color: #ffffff;
  background-color: #d5421b;
}
.btn-danger.disabled:hover,
.btn-danger[disabled]:hover,
fieldset[disabled] .btn-danger:hover,
.btn-danger.disabled:focus,
.btn-danger[disabled]:focus,
fieldset[disabled] .btn-danger:focus,
.btn-danger.disabled.focus,
.btn-danger[disabled].focus,
fieldset[disabled] .btn-danger.focus {
  background-color: #eb7e61;
}
.btn-danger .badge {
  color: #e55934;
  background-color: #ffffff;
}

/*
---------------------------------------
DROPDOWN MENU
---------------------------------------
*/
.dropdown-menu {
  max-width: 230px;
  padding: 10px 0;
  border-color: #ececec;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.05);
}
.dropdown-menu .divider {
  margin: 10px 0;
  background-color: #ececec;
}
.dropdown-menu > li {
  font-size: 13px;
}
.dropdown-menu > li > a {
  padding: 10px 20px;
  color: #999999;
}
.dropdown-menu > li > a .label,
.dropdown-menu > li > a .badge,
.dropdown-menu > li > a .value {
  margin-left: 15px;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #777777;
  background: #fafafa;
}
.dropdown-menu > li.dropdown-header {
  padding: 10px 20px;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: bold;
  font-weight: 700;
}
.dropdown-menu > li.active a {
  color: #ffffff;
  background: #f5bb00;
}
.dropdown-menu > li.active a:hover,
.dropdown-menu > li.active a:focus {
  color: #ffffff;
  background: #dca800;
}

/*
---------------------------------------
NAV
---------------------------------------
*/
.nav-tabs {
  border-bottom-color: #ececec;
}
.nav-tabs > li {
  margin-bottom: -1px;
}
.nav-tabs > li > a {
  color: #999999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.nav-tabs > li > a:hover {
  color: #777777;
  border-color: #ececec;
  background-color: #ececec;
}
.nav-tabs > li.active > a,
.nav-tabs > li.active > a:hover,
.nav-tabs > li.active > a:focus {
  border: 1px solid #ececec;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified > li > a {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.nav-tabs.nav-justified > .active a,
.nav-tabs.nav-justified > .active a:hover,
.nav-tabs.nav-justified > .active a:focus {
  border: 1px solid #ececec;
  border-bottom-color: transparent;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
  top: auto;
  left: auto;
}
.nav-pills > li > a {
  color: #999999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  background-color: #df1d42;
}
@media only screen and (min-width: 800px) {
  .nav-tabs.nav-justified > li > a {
    border-bottom: 1px solid #ececec;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}

/*
---------------------------------------
BREADCRUMB
---------------------------------------
*/
.breadcrumb {
  height: 40px;
  line-height: 40px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  padding: 0 30px;
  margin-bottom: 40px;
  background-color: #ffffff;
  position: relative;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.breadcrumb.bordered-top {
  border-top: 1px solid #ececec;
}
.breadcrumb:before {
  position: absolute;
  width: 5px;
  height: 10px;
  top: 50%;
  margin-top: -5px;
  background-color: #9e0e09;
  content: " ";
  left: 0;
}
.breadcrumb > li {
  font-size: 12px;
  padding: 0;
  margin: 0;
  color: #cecece;
}
.breadcrumb > li > a {
  color: #999999;
}
.breadcrumb > li > a:hover {
  color: #f5bb00;
}
.breadcrumb > li:nth-child(2):before {
  content: " ";
}
.breadcrumb > li + li:before {
  padding: 0 10px;
  color: #cecece;
  content: "/\00a0";
}
.breadcrumb > .active {
  color: #50514f;
  font-weight: bold;
  font-weight: 500;
}

/*
---------------------------------------
PAGINATION
---------------------------------------
*/
.pagination {
  display: block;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: center;
  margin-bottom: 30px;
}
.pagination > li {
  display: inline-block;
  font-size: 14px;
}
.pagination > li > a,
.pagination > li > span {
  float: none;
  padding: 0;
  line-height: 38px;
  height: 40px;
  width: 40px;
  display: block;
  text-align: center;
  color: #999999;
  border: 1px solid #cecece;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #f5bb00;
  background-color: #fafafa;
  border-color: #cecece;
}
.pagination > li:first-child > a,
.pagination > li:last-child > a,
.pagination > li:first-child > span,
.pagination > li:last-child > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pagination > li.active > a,
.pagination > li.active > span,
.pagination > li.active > a:hover,
.pagination > li.active > span:hover,
.pagination > li.active > a:focus,
.pagination > li.active > span:focus {
  z-index: 3;
  color: #fff;
  cursor: default;
  background-color: #f5bb00;
  border-color: #f5bb00;
}
.pagination > li.disabled > a,
.pagination > li.disabled > span,
.pagination > li.disabled > a:hover,
.pagination > li.disabled > span:hover,
.pagination > li.disabled > a:focus,
.pagination > li.disabled > span:focus {
  color: #cecece;
  border-color: #cecece;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  font-size: 20px;
  padding: 0;
  line-height: 58px;
  height: 60px;
  width: 60px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:last-child > a,
.pagination-lg > li:first-child > span,
.pagination-lg > li:last-child > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  font-size: 12px;
  padding: 0;
  line-height: 28px;
  height: 30px;
  width: 30px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:last-child > a,
.pagination-sm > li:first-child > span,
.pagination-sm > li:last-child > span {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pagination.pagination-separated-np:before,
.pagination.pagination-separated-np:after {
  display: table;
  content: " ";
}
.pagination.pagination-separated-np:after {
  clear: both;
}
.pagination.pagination-separated-np > li:first-child {
  float: left;
}
.pagination.pagination-separated-np > li:last-child {
  float: right;
}
.pagination.pagination-flat.pagination-lg > li > a,
.pagination.pagination-flat.pagination-lg > li > span {
  line-height: 60px;
}
.pagination.pagination-flat.pagination-sm > li > a,
.pagination.pagination-flat.pagination-sm > li > span {
  line-height: 30px;
}
.pagination.pagination-flat > li > a,
.pagination.pagination-flat > li > span {
  line-height: 40px;
  color: #999999;
  border: none;
  background: #ffffff;
  margin: 0 3px;
}
.pagination.pagination-flat > li > a:hover,
.pagination.pagination-flat > li > span:hover,
.pagination.pagination-flat > li > a:focus,
.pagination.pagination-flat > li > span:focus {
  background-color: #ffffff;
  color: #f5bb00;
}
.pagination.pagination-flat > li.active > a,
.pagination.pagination-flat > li.active > span,
.pagination.pagination-flat > li.active > a:hover,
.pagination.pagination-flat > li.active > span:hover,
.pagination.pagination-flat > li.active > a:focus,
.pagination.pagination-flat > li.active > span:focus {
  background-color: #f5bb00;
  color: #ffffff;
}
.pagination.pagination-flat > li.disabled > a,
.pagination.pagination-flat > li.disabled > span,
.pagination.pagination-flat > li.disabled > a:hover,
.pagination.pagination-flat > li.disabled > span:hover,
.pagination.pagination-flat > li.disabled > a:focus,
.pagination.pagination-flat > li.disabled > span:focus {
  color: #cecece;
  border-color: #cecece;
  background-color: #ffffff;
}
.pagination.pagination-flat.pagination-circle > li > a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.pagination.pagination-flat.pagination-separated-np:before,
.pagination.pagination-flat.pagination-separated-np:after {
  display: table;
  content: " ";
}
.pagination.pagination-flat.pagination-separated-np:after {
  clear: both;
}
.pagination.pagination-flat.pagination-separated-np > li:first-child {
  margin-left: 0;
}
.pagination.pagination-flat.pagination-separated-np > li:last-child {
  margin-right: 0;
}

/*
---------------------------------------
PAGER
---------------------------------------
*/
.pager {
  margin-bottom: 30px;
}
.pager > li {
  display: inline;
}
.pager > li > a,
.pager > li > span {
  padding: 0 20px;
  line-height: 38px;
  height: 40px;
  color: #999999;
  border: 1px solid #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.pager > li > a:hover,
.pager > li > span:hover,
.pager > li > a:focus,
.pager > li > span:focus {
  color: #f5bb00;
  background-color: #ffffff;
  border-color: #ffffff;
}
.pager > li.next > a,
.pager > li.next > span {
  flat: right;
}
.pager > li.previous > a,
.pager > li.previous > span {
  float: left;
}
.pager > li.disabled > a,
.pager > li.disabled > a:hover,
.pager > li.disabled > a:focus,
.pager > li.disabled > span {
  color: #cecece;
  border-color: #ffffff;
}

/*
---------------------------------------
ALERTS
---------------------------------------
*/
.alert {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.alert .alert-link {
  font-weight: bold;
  font-weight: 500;
}
.alert-success {
  color: #8cb336;
  background-color: #f6faee;
  border-color: #9bc53d;
}
.alert-success hr {
  border-top-color: #e2eec6;
}
.alert-success .alert-link {
  color: #5e7824;
}
.alert-success.alert-block-color {
  color: #ffffff;
  background-color: #9bc53d;
}
.alert-success.alert-block-color hr {
  border-top-color: #92bb38;
}
.alert-success.alert-block-color .alert-link {
  color: #5e7824;
}
.alert-info {
  color: #44b7e8;
  background-color: #e3f4fc;
  border-color: #5bc0eb;
}
.alert-info hr {
  border-top-color: #cdecf9;
}
.alert-info .alert-link {
  color: #13729a;
}
.alert-info.alert-block-color {
  color: #ffffff;
  background-color: #5bc0eb;
}
.alert-info.alert-block-color hr {
  border-top-color: #40b6e8;
}
.alert-info.alert-block-color .alert-link {
  color: #13729a;
}
.alert-warning {
  color: #dca800;
  background-color: #fff7dc;
  border-color: #f5bb00;
}
.alert-warning hr {
  border-top-color: #ffeba8;
}
.alert-warning .alert-link {
  color: #8f6d00;
}
.alert-warning.alert-block-color {
  color: #ffffff;
  background-color: #f5bb00;
}
.alert-warning.alert-block-color hr {
  border-top-color: #e6af00;
}
.alert-warning.alert-block-color .alert-link {
  color: #8f6d00;
}
.alert-danger {
  color: #e2471d;
  background-color: #f9dad2;
  border-color: #e55934;
}
.alert-danger hr {
  border-top-color: #f3b5a5;
}
.alert-danger .alert-link {
  color: #71230f;
}
.alert-danger.alert-block-color {
  color: #ffffff;
  background-color: #e55934;
}
.alert-danger.alert-block-color hr {
  border-top-color: #de451c;
}
.alert-danger.alert-block-color .alert-link {
  color: #71230f;
}

/*
---------------------------------------
PROGRESS BAR
---------------------------------------
*/
.progress {
  height: 20px;
  margin-bottom: 40px;
  background-color: #f4f4f4;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.progress.progress-rounded-all {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.progress.progress-rounded-all .progress-bar {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.progress.progress-rounded-parent {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.progress.progress-rounded-children .progress-bar {
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
}
.progress.progress-flat {
  height: 28px;
  padding: 4px;
}
.progress.progress-sm {
  height: 10px;
}
.progress.progress-sm .progress-bar {
  line-height: 10px;
  font-size: 0px;
}
.progress.progress-sm.progress-flat {
  height: 16px;
  padding: 3px;
}
.progress.progress-xs {
  height: 5px;
}
.progress.progress-xs .progress-bar {
  line-height: 5px;
  font-size: 0px;
}
.progress.progress-xs.progress-flat {
  height: 9px;
  padding: 2px;
}
.progress-bar {
  line-height: 20px;
  background-color: #f5bb00;
  -webkit-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.progress-bar-success {
  background-color: #9bc53d;
}
.progress-bar-info {
  background-color: #5bc0eb;
}
.progress-bar-warning {
  background-color: #f5bb00;
}
.progress-bar-danger {
  background-color: #e55934;
}
.progress-striped .progress-bar,
.progress-bar-striped {
  -webkit-background-size: 20px 20px;
  background-size: 20px 20px;
}

/*
---------------------------------------
PANELS
---------------------------------------
*/
.panel {
  margin-bottom: 40px;
  background-color: #ffffff;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.panel .panel-body {
  padding: 20px;
}
.panel .panel-heading {
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.panel .panel-heading .panel-title {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 50px;
  font-weight: bold;
  font-weight: 500;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.panel .panel-heading .panel-title > a:hover,
.panel .panel-heading .panel-title > a:focus,
.panel .panel-heading .panel-title > a:active {
  color: inherit;
}
.panel .panel-footer {
  padding: 10px 15px;
  background-color: #fafafa;
  border-top-color: #fafafa;
  color: #999999;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.panel .table:last-child {
  margin-bottom: 0;
}
.panel > .panel-body + .table,
.panel > .panel-body + .table-responsive,
.panel > .table + .panel-body,
.panel > .table-responsive + .panel-body {
  border-top-color: #fafafa;
}
.panel-group .panel {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.panel-default {
  border-color: #ececec;
}
.panel-default > .panel-heading {
  color: #999999;
  background-color: #fafafa;
  border-color: #fafafa;
}
.panel-default > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fafafa;
}
.panel-default > .panel-heading .badge {
  color: #ffffff;
  background-color: #f5bb00;
}
.panel-default > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fafafa;
}
.panel-primary {
  border-color: #ececec;
}
.panel-primary > .panel-heading {
  color: #ffffff;
  background-color: #4d9de0;
  border-color: #4d9de0;
}
.panel-primary > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fafafa;
}
.panel-primary > .panel-heading .badge {
  color: #4d9de0;
  background-color: #ffffff;
}
.panel-primary > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fafafa;
}
.panel-success {
  border-color: #ececec;
}
.panel-success > .panel-heading {
  color: #ffffff;
  background-color: #9bc53d;
  border-color: #9bc53d;
}
.panel-success > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fafafa;
}
.panel-success > .panel-heading .badge {
  color: #9bc53d;
  background-color: #ffffff;
}
.panel-success > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fafafa;
}
.panel-info {
  border-color: #ececec;
}
.panel-info > .panel-heading {
  color: #ffffff;
  background-color: #5bc0eb;
  border-color: #5bc0eb;
}
.panel-info > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fafafa;
}
.panel-info > .panel-heading .badge {
  color: #5bc0eb;
  background-color: #ffffff;
}
.panel-info > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fafafa;
}
.panel-warning {
  border-color: #ececec;
}
.panel-warning > .panel-heading {
  color: #ffffff;
  background-color: #f5bb00;
  border-color: #f5bb00;
}
.panel-warning > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fafafa;
}
.panel-warning > .panel-heading .badge {
  color: #f5bb00;
  background-color: #ffffff;
}
.panel-warning > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fafafa;
}
.panel-danger {
  border-color: #ececec;
}
.panel-danger > .panel-heading {
  color: #ffffff;
  background-color: #e55934;
  border-color: #e55934;
}
.panel-danger > .panel-heading + .panel-collapse > .panel-body {
  border-top-color: #fafafa;
}
.panel-danger > .panel-heading .badge {
  color: #e55934;
  background-color: #ffffff;
}
.panel-danger > .panel-footer + .panel-collapse > .panel-body {
  border-bottom-color: #fafafa;
}

/*
---------------------------------------
MODALS
---------------------------------------
*/
.modal-content {
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
}
.modal-content .modal-header {
  padding: 20px;
  border-bottom: none;
  background-color: #50514f;
  color: #ffffff;
}
.modal-content .modal-header .modal-title {
  font-size: 14px;
  text-transform: uppercase;
}
.modal-content .modal-body {
  padding: 20px;
}
.modal-content .modal-footer {
  padding: 10px;
  border-top: none;
  background-color: #fafafa;
}
.modal-content .modal-footer .btn-default {
  background-color: #ececec;
}
.modal-content .modal-footer .btn-default:hover,
.modal-content .modal-footer .btn-default:focus {
  background-color: #dfdfdf;
}
@media only screen and (min-width: 800px) {
  .modal-content {
    -webkit-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    -moz-box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0);
  }
}
.modal-primary .modal-content .modal-header {
  background-color: #4d9de0;
}
.modal-success .modal-content .modal-header {
  background-color: #9bc53d;
}
.modal-info .modal-content .modal-header {
  background-color: #5bc0eb;
}
.modal-warning .modal-content .modal-header {
  background-color: #f5bb00;
}
.modal-danger .modal-content .modal-header {
  background-color: #e55934;
}

/*
---------------------------------------
TOOLTIPS
---------------------------------------
*/
.tooltip.top {
  margin-top: 0;
  -webkit-transition: margin-top ease 0.2s, opacity ease 0.2s;
  -moz-transition: margin-top ease 0.2s, opacity ease 0.2s;
  -o-transition: margin-top ease 0.2s, opacity ease 0.2s;
  transition: margin-top ease 0.2s, opacity ease 0.2s;
}
.tooltip.top.in {
  margin-top: -3px;
}
.tooltip.right {
  margin-left: 0;
  -webkit-transition: margin-left ease 0.2s, opacity ease 0.2s;
  -moz-transition: margin-left ease 0.2s, opacity ease 0.2s;
  -o-transition: margin-left ease 0.2s, opacity ease 0.2s;
  transition: margin-left ease 0.2s, opacity ease 0.2s;
}
.tooltip.right.in {
  margin-left: 3px;
}
.tooltip.bottom {
  margin-top: 0;
  -webkit-transition: margin-top ease 0.2s, opacity ease 0.2s;
  -moz-transition: margin-top ease 0.2s, opacity ease 0.2s;
  -o-transition: margin-top ease 0.2s, opacity ease 0.2s;
  transition: margin-top ease 0.2s, opacity ease 0.2s;
}
.tooltip.bottom.in {
  margin-top: 3px;
}
.tooltip.left {
  margin-left: 0;
  -webkit-transition: margin-left ease 0.2s, opacity ease 0.2s;
  -moz-transition: margin-left ease 0.2s, opacity ease 0.2s;
  -o-transition: margin-left ease 0.2s, opacity ease 0.2s;
  transition: margin-left ease 0.2s, opacity ease 0.2s;
}
.tooltip.left.in {
  margin-left: -3px;
}

/*
---------------------------------------
RADIO AND CHECBOX
---------------------------------------
*/
.radio,
.checkbox {
  position: relative;
  padding: 0 !important;
  margin: 15px 0;
}
.radio span,
.checkbox span {
  display: inline-block;
  background-color: #fafafa;
  position: absolute;
  width: 20px;
  height: 20px;
  left: 0;
  top: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: inset 0px 0px 0px 2px #cecece;
  -moz-box-shadow: inset 0px 0px 0px 2px #cecece;
  box-shadow: inset 0px 0px 0px 2px #cecece;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"] + label {
  padding: 0;
  padding-left: 10px;
  margin: 0;
}
.checkbox input[type="checkbox"]:checked + label span {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #777777;
  -moz-box-shadow: inset 0px 0px 0px 2px #777777;
  box-shadow: inset 0px 0px 0px 2px #777777;
}
.checkbox input[type="checkbox"]:checked + label span:after {
  position: absolute;
  width: 14px;
  height: 14px;
  line-height: 14px;
  top: 3px;
  left: 3px;
  text-align: center;
  font-size: 12px;
  color: #777777;
  content: "\f00c";
  font-family: 'FontAwesome';
}
.checkbox.checkbox-primary input[type="checkbox"]:checked + label span {
  background-color: #4d9de0;
  -webkit-box-shadow: inset 0px 0px 0px 2px #2585d5;
  -moz-box-shadow: inset 0px 0px 0px 2px #2585d5;
  box-shadow: inset 0px 0px 0px 2px #2585d5;
}
.checkbox.checkbox-primary input[type="checkbox"]:checked + label span:after {
  color: #ffffff;
}
.checkbox.checkbox-success input[type="checkbox"]:checked + label span {
  background-color: #9bc53d;
  -webkit-box-shadow: inset 0px 0px 0px 2px #7d9f30;
  -moz-box-shadow: inset 0px 0px 0px 2px #7d9f30;
  box-shadow: inset 0px 0px 0px 2px #7d9f30;
}
.checkbox.checkbox-success input[type="checkbox"]:checked + label span:after {
  color: #ffffff;
}
.checkbox.checkbox-info input[type="checkbox"]:checked + label span {
  background-color: #5bc0eb;
  -webkit-box-shadow: inset 0px 0px 0px 2px #2eafe5;
  -moz-box-shadow: inset 0px 0px 0px 2px #2eafe5;
  box-shadow: inset 0px 0px 0px 2px #2eafe5;
}
.checkbox.checkbox-info input[type="checkbox"]:checked + label span:after {
  color: #ffffff;
}
.checkbox.checkbox-warning input[type="checkbox"]:checked + label span {
  background-color: #f5bb00;
  -webkit-box-shadow: inset 0px 0px 0px 2px #c29400;
  -moz-box-shadow: inset 0px 0px 0px 2px #c29400;
  box-shadow: inset 0px 0px 0px 2px #c29400;
}
.checkbox.checkbox-warning input[type="checkbox"]:checked + label span:after {
  color: #ffffff;
}
.checkbox.checkbox-danger input[type="checkbox"]:checked + label span {
  background-color: #e55934;
  -webkit-box-shadow: inset 0px 0px 0px 2px #cc3f1a;
  -moz-box-shadow: inset 0px 0px 0px 2px #cc3f1a;
  box-shadow: inset 0px 0px 0px 2px #cc3f1a;
}
.checkbox.checkbox-danger input[type="checkbox"]:checked + label span:after {
  color: #ffffff;
}
.radio span {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.radio input[type="radio"] {
  display: none;
}
.radio input[type="radio"] + label {
  padding: 0;
  margin: 0;
  padding-left: 10px;
}
.radio input[type="radio"]:checked + label span {
  background-color: #ffffff;
  -webkit-box-shadow: inset 0px 0px 0px 2px #777777;
  -moz-box-shadow: inset 0px 0px 0px 2px #777777;
  box-shadow: inset 0px 0px 0px 2px #777777;
}
.radio input[type="radio"]:checked + label span:after {
  position: absolute;
  width: 10px;
  height: 10px;
  line-height: 10px;
  top: 5px;
  left: 5px;
  text-align: center;
  font-size: 12px;
  color: #ffffff;
  content: "";
  background-color: #777777;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.radio.radio-primary input[type="radio"]:checked + label span {
  -webkit-box-shadow: inset 0px 0px 0px 2px #4d9de0;
  -moz-box-shadow: inset 0px 0px 0px 2px #4d9de0;
  box-shadow: inset 0px 0px 0px 2px #4d9de0;
}
.radio.radio-primary input[type="radio"]:checked + label span:after {
  background-color: #4d9de0;
}
.radio.radio-success input[type="radio"]:checked + label span {
  -webkit-box-shadow: inset 0px 0px 0px 2px #9bc53d;
  -moz-box-shadow: inset 0px 0px 0px 2px #9bc53d;
  box-shadow: inset 0px 0px 0px 2px #9bc53d;
}
.radio.radio-success input[type="radio"]:checked + label span:after {
  background-color: #9bc53d;
}
.radio.radio-info input[type="radio"]:checked + label span {
  -webkit-box-shadow: inset 0px 0px 0px 2px #5bc0eb;
  -moz-box-shadow: inset 0px 0px 0px 2px #5bc0eb;
  box-shadow: inset 0px 0px 0px 2px #5bc0eb;
}
.radio.radio-info input[type="radio"]:checked + label span:after {
  background-color: #5bc0eb;
}
.radio.radio-warning input[type="radio"]:checked + label span {
  -webkit-box-shadow: inset 0px 0px 0px 2px #f5bb00;
  -moz-box-shadow: inset 0px 0px 0px 2px #f5bb00;
  box-shadow: inset 0px 0px 0px 2px #f5bb00;
}
.radio.radio-warning input[type="radio"]:checked + label span:after {
  background-color: #f5bb00;
}
.radio.radio-danger input[type="radio"]:checked + label span {
  -webkit-box-shadow: inset 0px 0px 0px 2px #e55934;
  -moz-box-shadow: inset 0px 0px 0px 2px #e55934;
  box-shadow: inset 0px 0px 0px 2px #e55934;
}
.radio.radio-danger input[type="radio"]:checked + label span:after {
  background-color: #e55934;
}

/*
---------------------------------------
BODY OVERLAY
---------------------------------------
*/
.body-overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  content: " ";
  z-index: 20;
  display: none;
  visibility: hidden;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: visibility ease 0.2s, opacity ease 0.2s;
  -moz-transition: visibility ease 0.2s, opacity ease 0.2s;
  -o-transition: visibility ease 0.2s, opacity ease 0.2s;
  transition: visibility ease 0.2s, opacity ease 0.2s;
}
.body-overlay.show-body-overlay {
  display: block;
  visibility: visible;
  opacity: 1;
  filter: alpha(opacity=100);
}

/*
---------------------------------------
BACK TOP BUTTON
---------------------------------------
*/
.back-top-fixed {
  position: fixed;
  bottom: 0;
  right: -40px;
  z-index: 20;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #f5bb00;
  color: #ffffff;
  cursor: pointer;
  text-decoration: none;
  font-size: 10px;
  -webkit-transition: right ease 0.2s, background-color ease 0.2s;
  -moz-transition: right ease 0.2s, background-color ease 0.2s;
  -o-transition: right ease 0.2s, background-color ease 0.2s;
  transition: right ease 0.2s, background-color ease 0.2s;
}
.back-top-fixed.show-button {
  right: 0;
}
.back-top-fixed.show-button:hover {
  background: #50514f;
  color: #ffffff;
}
@media only screen and (max-width: 1024px) {
  .breadcrumb {
    padding: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .breadcrumb > li:first-child {
    display: none;
  }
  .back-top-fixed {
    display: none;
  }
}

/*
---------------------------------------
OWL CAROUSEL
---------------------------------------
*/
.owl-carousel {
  position: relative;
  overflow-x: hidden;
  overflow-y: visible;
}
.owl-carousel .owl-controls {
  margin-top: 0;
  font-size: 0;
}
.owl-carousel .owl-controls .owl-pagination .owl-page {
  margin: 0;
  padding: 10px 0;
}
.owl-carousel .owl-controls .owl-pagination .owl-page.active span,
.owl-carousel .owl-controls .owl-pagination .owl-page:hover span {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-box-shadow: inset 0 0 0 2px #999999;
  -moz-box-shadow: inset 0 0 0 2px #999999;
  box-shadow: inset 0 0 0 2px #999999;
  background-color: #999999;
}
.owl-carousel .owl-controls .owl-pagination .owl-page span {
  display: block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background: transparent;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 0 0 2px rgba(153, 153, 153, 0.5);
  -moz-box-shadow: inset 0 0 0 2px rgba(153, 153, 153, 0.5);
  box-shadow: inset 0 0 0 2px rgba(153, 153, 153, 0.5);
}
.owl-carousel .owl-controls .owl-buttons div {
  margin: 0;
  padding: 0;
  width: 30px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  position: absolute;
  top: 50%;
  margin-top: -35px;
  background: #ffffff;
  color: #cecece;
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.owl-carousel .owl-controls .owl-buttons div.owl-prev {
  left: -30px;
  right: auto;
  -webkit-transition: left ease 0.2s;
  -moz-transition: left ease 0.2s;
  -o-transition: left ease 0.2s;
  transition: left ease 0.2s;
}
.owl-carousel .owl-controls .owl-buttons div.owl-next {
  right: -30px;
  left: auto;
  -webkit-transition: right ease 0.2s;
  -moz-transition: right ease 0.2s;
  -o-transition: right ease 0.2s;
  transition: right ease 0.2s;
}
.owl-carousel:hover .owl-controls .owl-buttons div.owl-prev {
  left: 0;
}
.owl-carousel:hover .owl-controls .owl-buttons div.owl-next {
  right: 0;
}
.owl-carousel:hover .owl-controls .owl-buttons div:hover {
  background-color: #f5bb00;
  color: #ffffff;
}
.owl-carousel.inner-buttons .owl-controls .owl-buttons div {
  top: 10px;
  margin-top: 0;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -webkit-transition: opacity ease 0.3s;
  -moz-transition: opacity ease 0.3s;
  -o-transition: opacity ease 0.3s;
  transition: opacity ease 0.3s;
}
.owl-carousel.inner-buttons .owl-controls .owl-buttons div.owl-prev {
  left: 10px;
  right: auto;
  -webkit-transition: opacity ease 0.3s, background-color ease 0.3s, color ease 0.3s;
  -moz-transition: opacity ease 0.3s, background-color ease 0.3s, color ease 0.3s;
  -o-transition: opacity ease 0.3s, background-color ease 0.3s, color ease 0.3s;
  transition: opacity ease 0.3s, background-color ease 0.3s, color ease 0.3s;
}
.owl-carousel.inner-buttons .owl-controls .owl-buttons div.owl-next {
  right: auto;
  left: 41px;
  -webkit-transition: opacity ease 0.3s, background-color ease 0.3s, color ease 0.3s;
  -moz-transition: opacity ease 0.3s, background-color ease 0.3s, color ease 0.3s;
  -o-transition: opacity ease 0.3s, background-color ease 0.3s, color ease 0.3s;
  transition: opacity ease 0.3s, background-color ease 0.3s, color ease 0.3s;
}
.owl-carousel.inner-buttons:hover .owl-controls .owl-buttons div {
  opacity: 1;
  filter: alpha(opacity=100);
}
.owl-carousel.inner-buttons.disable-pagination .owl-controls .owl-buttons div,
.owl-carousel.inner-buttons.inner-pagination .owl-controls .owl-buttons div {
  top: 10px;
  margin-top: 0;
}
.owl-carousel.disable-pagination .owl-controls .owl-pagination .owl-page {
  display: none;
}
.owl-carousel.disable-pagination .owl-controls .owl-buttons div {
  margin-top: -20px;
}
.owl-carousel.disable-buttons .owl-controls .owl-buttons {
  display: none;
}
.owl-carousel.inner-pagination .owl-controls .owl-pagination {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
.owl-carousel.inner-pagination .owl-controls .owl-pagination .owl-page:hover span,
.owl-carousel.inner-pagination .owl-controls .owl-pagination .owl-page.active span {
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 2px #ffffff;
  -moz-box-shadow: inset 0 0 0 2px #ffffff;
  box-shadow: inset 0 0 0 2px #ffffff;
}
.owl-carousel.inner-pagination .owl-controls .owl-pagination .owl-page span {
  -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
  box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.5);
}
.owl-carousel.inner-pagination .owl-controls .owl-buttons div {
  margin-top: -20px;
}


/*
---------------------------------------
GENERAL STYLES
---------------------------------------
*/
html {
  height: 100%;
}
body {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  color: #777777;
  line-height: 1.4;
  background-color: #f7f7f7;
  height: 100%;
}
body p {
  line-height: 1.6;
}
a {
  text-decoration: none;
  color: #f5bb00;
}
a:focus,
a:active,
a:hover {
  text-decoration: none;
  color: #50514f;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Roboto Condensed', sans-serif;
}

/*
---------------------------------------
MAIN BUTTON
---------------------------------------
*/
.btn-main {
  color: #ffffff;
  padding: 0 30px;
}
.btn-main:focus,
.btn-main.focus,
.btn-main:hover,
.btn-main:active,
.btn-main.active,
.open > .dropdown-toggle.btn-main,
.btn-main:active:hover,
.btn-main.active:hover,
.open > .dropdown-toggle.btn-main:hover,
.btn-main:active:focus,
.btn-main.active:focus,
.open > .dropdown-toggle.btn-main:focus,
.btn-main:active.focus,
.btn-main.active.focus,
.open > .dropdown-toggle.btn-main.focus {
  color: #ffffff;
  background-color: #cc9c00;
}
.btn-main.disabled,
.btn-main.disabled:hover,
.btn-main[disabled]:hover,
fieldset[disabled] .btn-main:hover,
.btn-main.disabled:focus,
.btn-main[disabled]:focus,
fieldset[disabled] .btn-main:focus,
.btn-main.disabled.focus,
.btn-main[disabled].focus,
fieldset[disabled] .btn-main.focus {
  background-color: #ffcc29;
}
.btn-main .badge {
  color: #f5bb00;
  background-color: #ffffff;
}
.btn.btn-dashed {
  position: relative;
}
.btn.btn-dashed:after {
  position: absolute;
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  z-index: 1;
  content: " ";
  border: 1px dashed rgba(255, 255, 255, 0.3);
  -webkit-transition: border-color ease 0.2s;
  -moz-transition: border-color ease 0.2s;
  -o-transition: border-color ease 0.2s;
  transition: border-color ease 0.2s;
}
.btn.btn-dashed:hover:after {
  border-color: rgba(255, 255, 255, 0.6);
}

/*
---------------------------------------
SOCIAL ICONS
---------------------------------------
*/
.social-icons {
  font-size: 0;
}
.social-icons > a {
  color: #999999;
  width: 30px;
  height: 30px;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.social-icons > a:hover {
  color: #f5bb00;
}

/*
---------------------------------------
WRAPPER
---------------------------------------
*/
.wrapper {
  position: relative;
  min-height: 100%;
}
.wrapper:before,
.wrapper:after {
  display: table;
  content: " ";
}
.wrapper:after {
  clear: both;
}
.wrapper.fixed-layout {
  padding-top: 80px;
}
.wrapper.fixed-layout header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transition: top ease 0.2s;
  -moz-transition: top ease 0.2s;
  -o-transition: top ease 0.2s;
  transition: top ease 0.2s;
}
.wrapper.fixed-layout header.scroll-up {
  top: -80px;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0);
}
.wrapper.fixed-layout.header-lg {
  padding-top: 200px;
}
.wrapper.fixed-layout.header-lg header.header-shrink {
  top: -120px;
}
.wrapper.fixed-layout.header-lg header.header-shrink .header-content .icons-and-search .search-form {
  top: 135px;
}
.wrapper.fixed-layout.header-lg header.header-shrink.scroll-up {
  top: -200px;
}
.wrapper.fixed-layout.disable-scroll-up header.scroll-up {
  top: 0;
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
.wrapper.fixed-layout.disable-scroll-up.header-lg header.header-shrink.scroll-up {
  top: -120px;
}
.wrapper.header-lg header {
  height: auto;
  padding: 0;
}
.wrapper.header-lg header .header-content {
  text-align: center;
  float: none;
  display: block;
  width: 100%;
  /*max-width: 1200px;*/
  position: relative;
  margin: 0 auto;
  /*padding: 10px 15px;*/ /*padding: 20px 15px;*/
  padding:0;
  height: auto; /*height: 120px;*/
  /*background-image:url(../img/banner-2024.jpeg);
  background-size: cover;
  height: 900px;*/
}
.wrapper.header-lg header .header-content .main-logo {
  /*float: none;*/
  padding: 0 0; /*padding: 10px 0;*/
  margin-right: 0;
  display: inline-block;
  position: relative;
  z-index: 5;
}
.wrapper.header-lg header .header-content .main-logo.text-logo h1 {
  font-size: 36px;
}
.wrapper.header-lg header .header-content .icons-and-search {
  right: 15px;
  padding-right: 50px;
  left: 15px;
  height: 120px;
}
.wrapper.header-lg header .header-content .icons-and-search:before,
.wrapper.header-lg header .header-content .icons-and-search:after {
  display: table;
  content: " ";
}
.wrapper.header-lg header .header-content .icons-and-search:after {
  clear: both;
}
.wrapper.header-lg header .header-content .icons-and-search .social-icons {
  float: left;
  margin: 45px;
  margin-left: 0;
}
.wrapper.header-lg header .header-content .icons-and-search .social-icons.toggle-social-icons {
  opacity: 1;
  filter: alpha(opacity=100);
}
.wrapper.header-lg header .header-content .icons-and-search .search-form {
  top: 35px;
  width: 250px;
  -webkit-transition: top ease 0.2s;
  -moz-transition: top ease 0.2s;
  -o-transition: top ease 0.2s;
  transition: top ease 0.2s;
}
.wrapper.header-lg header .header-content .icons-and-search .search-form .btn-form {
  cursor: default;
}
.wrapper.header-lg header .header-content .icons-and-search .search-form .btn-form:after {
  background-color: transparent;
}
.wrapper.header-lg header .header-content .icons-and-search .search-form.toggle-search-form {
  width: 250px;
}
.wrapper.header-lg header .header-content .icons-and-search .search-form.toggle-search-form .btn-form:after {
  content: "\f002";
}
.wrapper.header-lg header .nav-wrapper {
  float: none;
  display: block;
  /*-webkit-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.05);*/
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  background-color:#C4C4C4;
}
.wrapper.header-lg header .nav-wrapper .nav-menu {
  width: 100%;
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  padding: 0 15px;
}

/*
---------------------------------------
HEADERS
---------------------------------------
*/
header {
  background-color: #ffffff;
  display: block;
  padding: 0 15px;
  position: relative;
  height: 80px;
  z-index: 20;
  -webkit-transition: box-shadow ease 0.2s;
  -moz-transition: box-shadow ease 0.2s;
  -o-transition: box-shadow ease 0.2s;
  transition: box-shadow ease 0.2s;
}
header:before,
header:after {
  display: table;
  content: " ";
}
header:after {
  clear: both;
}
header.add-shadow {
  -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
}
header .collapse-nav-menu-btn {
  display: none;
}
header .header-content {
  float: left;
}
header .header-content:before,
header .header-content:after {
  display: table;
  content: " ";
}
header .header-content:after {
  clear: both;
}
header .header-content .main-logo {
  /*float: left;*/
  padding: 0 0; /*padding: 10px 0;*/
  margin-right: 30px;
}
header .header-content .main-logo img {
  /*height: 150px;*/ /*height: 60px;*/
}
header .header-content .main-logo h1,
header .header-content .main-logo p {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: none;
}
header .header-content .main-logo h1 {
  font-family: 'Pacifico', cursive;
  margin-bottom: 10px;
  font-size: 30px;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.08);
}
header .header-content .main-logo p {
  font-style: italic;
  color: #cecece;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 12px;
}
header .header-content .main-logo.text-logo {
  height: 80px;
}
header .header-content .main-logo.text-logo img {
  display: none;
}
header .header-content .main-logo.text-logo h1,
header .header-content .main-logo.text-logo p {
  display: block;
}
header .header-content .main-logo.text-logo.without-description {
  padding: 5px 0;
}
header .header-content .main-logo.text-logo.without-description h1 {
  line-height: 60px;
}
header .header-content .main-logo.text-logo.without-description p {
  display: none;
}
header .header-content .main-logo > a {
  -webkit-transition: color ease 0.4s;
  -moz-transition: color ease 0.4s;
  -o-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
header .header-content .icons-and-search {
  position: absolute;
  right: 15px;
  top: 0;
  padding-right: 65px;
  height: 80px;
  z-index: 1;
}
header .header-content .icons-and-search .social-icons {
  margin: 25px;
  -webkit-transition: opacity ease 0.2s;
  -moz-transition: opacity ease 0.2s;
  -o-transition: opacity ease 0.2s;
  transition: opacity ease 0.2s;
}
header .header-content .icons-and-search .social-icons.toggle-social-icons {
  opacity: 0;
  filter: alpha(opacity=0);
}
header .header-content .icons-and-search .search-form {
  position: absolute;
  z-index: 2;
  right: 0;
  top: 15px;
  width: 50px;
  height: 50px;
  -webkit-transition: width ease 0.2s;
  -moz-transition: width ease 0.2s;
  -o-transition: width ease 0.2s;
  transition: width ease 0.2s;
}
header .header-content .icons-and-search .search-form .form-group {
  position: relative;
}
header .header-content .icons-and-search .search-form .form-group .form-control {
  border-color: #f4f4f4;
  background-color: #f4f4f4;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color ease 0.15s, border-color ease 0.15s;
  -moz-transition: background-color ease 0.15s, border-color ease 0.15s;
  -o-transition: background-color ease 0.15s, border-color ease 0.15s;
  transition: background-color ease 0.15s, border-color ease 0.15s;
}
header .header-content .icons-and-search .search-form .form-group .form-control:focus {
  border-color: #ececec;
  background-color: #ffffff;
}
header .header-content .icons-and-search .search-form .form-group .btn-form {
  position: absolute;
  width: 50px;
  height: 50px;
  right: 0;
  top: 0;
  background-color: transparent;
  cursor: pointer;
}
header .header-content .icons-and-search .search-form .form-group .btn-form:after {
  position: absolute;
  content: "\f002";
  font-family: 'FontAwesome';
  width: 50px;
  height: 50px;
  line-height: 50px;
  color: #999999;
  right: 0;
  top: 0;
  text-align: center;
  background-color: #f4f4f4;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -o-border-radius: 25px;
  border-radius: 25px;
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
header .header-content .icons-and-search .search-form.toggle-search-form {
  width: 320px;
}
header .header-content .icons-and-search .search-form.toggle-search-form .btn-form:after {
  content: "\f00d";
  background-color: transparent;
}
header .nav-wrapper {
  float: left;
}

/*
---------------------------------------
NAV MENU
---------------------------------------
*/
.nav-wrapper {
  height: 80px;
  text-align: left;
}
.nav-wrapper .nav-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.nav-wrapper .nav-menu ul > li {
  font-size: 14px;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  display: inline-block;
}
.nav-wrapper .nav-menu ul > li > a {
  display: block;
  line-height: 80px;
  padding: 0 20px;
  color: #000;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.nav-wrapper .nav-menu ul > li.has-children {
  position: relative;
}
.nav-wrapper .nav-menu ul > li.has-children > a {
  position: relative;
  padding-right: 30px;
}

.nav-wrapper .nav-menu ul > li.active:hover > a,
.nav-wrapper .nav-menu ul > li.active > a {
  background-color: #f5bb00;
  color: #ffffff;
}
.nav-wrapper .nav-menu ul > li.active:hover.has-children > a:after,
.nav-wrapper .nav-menu ul > li.active.has-children > a:after {
  color: #ffffff;
}
.nav-wrapper .nav-menu ul > li:hover > a {
  color: #f5bb00;
}
.nav-wrapper .nav-menu ul > li:hover > ul {
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
  top: 100%;
}
.nav-wrapper .nav-menu ul > li > ul {
  position: absolute;
  top: 120%;
  width: 225px;
  background-color: #f5bb00;
  left: 0;
  z-index: 2;
  -webkit-transition: opacity ease 0.5s, visibility ease 0.5s, top ease 0.3s;
  -moz-transition: opacity ease 0.5s, visibility ease 0.5s, top ease 0.3s;
  -o-transition: opacity ease 0.5s, visibility ease 0.5s, top ease 0.3s;
  transition: opacity ease 0.5s, visibility ease 0.5s, top ease 0.3s;
  opacity: 0;
  filter: alpha(opacity=0);
  visibility: hidden;
}
.nav-wrapper .nav-menu ul > li > ul > li {
  font-family: 'Lato', sans-serif;
  text-transform: none;
  display: block;
}
.nav-wrapper .nav-menu ul > li > ul > li > a {
  line-height: 40px;
  padding: 0 20px;
  color: #ffffff;
  -webkit-transition: background-color ease 0.2s, color ease 0.2s;
  -moz-transition: background-color ease 0.2s, color ease 0.2s;
  -o-transition: background-color ease 0.2s, color ease 0.2s;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.nav-wrapper .nav-menu ul > li > ul > li.active > a,
.nav-wrapper .nav-menu ul > li > ul > li.active:hover > a,
.nav-wrapper .nav-menu ul > li > ul > li:hover > a {
  background-color: #e6af00;
  color: #ffffff;
}
.nav-wrapper .nav-menu ul > li > ul > li.has-children > a:after {
  right: 10px;
  height: 40px;
  content: "\f105";
  color: #ffffff;
  font-size: 12px;
}
.nav-wrapper .nav-menu ul > li > ul > li:hover > ul {
  top: 0;
}
.nav-wrapper .nav-menu ul > li > ul > li > ul {
  left: 100%;
  top: 50%;
}

/*
---------------------------------------
CONTENT
---------------------------------------
*/
.content-wrapper {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0;
}
.content-wrapper .content {
  margin-bottom: 40px;
}

/*
---------------------------------------
SIDEBAR
---------------------------------------
*/
.sidebar {
  background-color: #ffffff;
  padding: 20px;
  margin-bottom: 40px;
}

/*
---------------------------------------
FOOTER
---------------------------------------
*/
footer {
  background-color: #ffffff;
  text-align: center;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
footer .footer-instagram .instagram-heading {
  background-color: #ffffff;
  padding: 20px 0;
}
footer .footer-instagram .instagram-heading a {
  color: #999999;
}
footer .footer-instagram .instagram-heading h4 {
  text-transform: uppercase;
}
footer .footer-instagram .instagram-feed .item {
  margi-right: 0 !important;
  width: auto;
  height: 160px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  cursor: w-resize;
}
footer .footer-instagram .instagram-feed .item img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 150%;
  height: auto;
  z-index: 1;
  cursor: w-resize;
}
footer .footer-logo {
  padding: 40px 0;
}
footer .footer-logo .logo {
  display: inline-block;
}
footer .footer-logo .logo img {
  height: 90px;
}
footer .footer-logo .logo h1,
footer .footer-logo .logo p {
  padding: 0;
  margin: 0;
  line-height: 1;
  display: none;
}
footer .footer-logo .logo h1 {
  font-family: 'Pacifico', cursive;
  margin-bottom: 10px;
  font-size: 30px;
  text-shadow: 4px 4px rgba(0, 0, 0, 0.08);
}
footer .footer-logo .logo p {
  font-style: italic;
  color: #cecece;
  font-family: 'Droid Serif', serif;
  font-weight: 400;
  font-size: 12px;
}
footer .footer-logo .logo.text-logo {
  height: auto;
}
footer .footer-logo .logo.text-logo img {
  display: none;
}
footer .footer-logo .logo.text-logo h1,
footer .footer-logo .logo.text-logo p {
  display: block;
}
footer .footer-logo .logo.text-logo.without-description {
  padding: 5px 0;
}
footer .footer-logo .logo.text-logo.without-description h1 {
  line-height: 60px;
}
footer .footer-logo .logo.text-logo.without-description p {
  display: none;
}
footer .footer-logo .logo > a {
  -webkit-transition: color ease 0.4s;
  -moz-transition: color ease 0.4s;
  -o-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
footer .footer-logo .social-icons {
  margin-top: 30px;
}
footer .footer-text {
  background-color: #C4C4C4;
  color: #ffffff;
  padding: 30px 0;
  height: 80px;
  font-size: 13px;
  position: relative;
}
footer .footer-text .footer-back-top {
  position: absolute;
  width: 80px;
  height: 80px;
  top: 0;
  left: calc(50% - 40px);
  text-align: center;
  z-index: 3;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  font-family: 'Roboto Condensed', sans-serif;
  line-height: 1.6;
  padding: 15px 0;
  cursor: pointer;
  font-size: 14px;
}

footer .footer-text .footer-copyright {
  padding: 0;
  margin: 0;
  line-height: 1;
  text-align: left;
  line-height: 1.4;
}

footer .footer-text .footer-menu {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  text-align: right;
}
footer .footer-text .footer-menu > li {
  font-size: 13px;
  font-family: 'Roboto Condensed', sans-serif;
  display: inline-block;
  padding: 0 15px;
  text-transform: uppercase;
}

/*
---------------------------------------
RESPONSIVE LAYOUTS
---------------------------------------
*/
@media only screen and (max-width: 1200px) {
  .wrapper.header-lg header .collapse-nav-menu-btn {
    display: none;
  }
  .wrapper.header-lg .nav-wrapper {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    bottom: auto;
    overflow-x: visible;
    overflow-y: visible;
    background-color: transparent;
    height: auto;
    float: none;
    z-index: 21;
    -webkit-overflow-scrolling: none;
    overflow-scrolling: none;
    -webkit-transition: left ease 0.2s;
    -moz-transition: left ease 0.2s;
    -o-transition: left ease 0.2s;
    transition: left ease 0.2s;
  }
  .wrapper.header-lg .nav-wrapper.collapse-nav-wrapper {
    left: 0;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu {
    width: 100%;
    max-width: 1200px;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li {
    display: inline-block;
    width: auto;
    border-bottom: none;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > a {
    line-height: 80px;
    height: 80px;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li:hover > ul {
    display: block;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul {
    position: absolute;
    top: 100%;
    width: 225px;
    left: 0;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul > li {
    font-family: 'Lato', sans-serif;
    width: 225px;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul > li > a {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul > li.has-children > a:after {
    right: 10px;
    height: 40px;
    content: "\f105";
    color: #ffffff;
    font-size: 12px;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul > li > ul {
    left: 100%;
    top: 0;
  }
  header .header-content {
    margin-left: 95px;
    float: none;
    display: block;
  }
  header .header-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    content: " ";
    z-index: 10;
    display: none;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: visibility ease 0.2s, opacity ease 0.2s;
    -moz-transition: visibility ease 0.2s, opacity ease 0.2s;
    -o-transition: visibility ease 0.2s, opacity ease 0.2s;
    transition: visibility ease 0.2s, opacity ease 0.2s;
  }
  header .header-overlay.toggle-header-overlay {
    display: block;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  header .collapse-nav-menu-btn {
    width: 80px;
    height: 80px;
    line-height: 80px;
    text-align: center;
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 6;
    display: block;
  }
  .nav-wrapper {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    height: auto;
    float: none;
    z-index: 21;
    -webkit-transition: left ease 0.2s;
    -moz-transition: left ease 0.2s;
    -o-transition: left ease 0.2s;
    transition: left ease 0.2s;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .nav-wrapper.collapse-nav-wrapper {
    left: 0;
  }
  .nav-wrapper .nav-menu {
    width: auto;
    display: block;
  }
  .nav-wrapper .nav-menu ul > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .nav-wrapper .nav-menu ul > li > a {
    line-height: 60px;
    height: 60px;
  }
  .nav-wrapper .nav-menu ul > li.active {
    border-bottom-color: #f5bb00;
  }
  .nav-wrapper .nav-menu ul > li:hover > ul {
    display: none;
  }
  .nav-wrapper .nav-menu ul > li > ul {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    display: none;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .nav-wrapper .nav-menu ul > li > ul > li {
    border-bottom: none;
  }
  .nav-wrapper .nav-menu ul > li > ul > li > a {
    height: 40px;
    padding-left: 30px;
  }
  .nav-wrapper .nav-menu ul > li > ul > li > ul {
    left: auto;
    top: auto;
  }
  .nav-wrapper .nav-menu ul > li > ul > li > ul > li > a {
    padding-left: 40px;
  }
  .nav-wrapper .nav-menu ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 55px;
  }
  .content-wrapper {
    padding: 30px;
  }
}

@media only screen and (max-width: 1024px) {
  .wrapper {
    padding-top: 80px;
  }
  .wrapper.fixed-layout header.scroll-up {
    top: 0;
    -webkit-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
  }
  .wrapper.fixed-layout.header-lg {
    padding-top: 200px;
  }
  .wrapper.fixed-layout.header-lg header {
    position: fixed;
  }
  .wrapper.fixed-layout.header-lg header.header-shrink {
    top: -120px;
  }
  .wrapper.fixed-layout.header-lg header.header-shrink .header-content .icons-and-search .search-form {
    top: 135px;
  }
  .wrapper.fixed-layout.header-lg header.header-shrink.scroll-up {
    top: -120px;
  }
  .wrapper.header-lg {
    padding-top: 0;
  }
  .wrapper.header-lg header {
    position: static;
  }
  header {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  footer .footer-text {
    height: auto;
    padding-top: 0;
  }
  footer .footer-text .footer-back-top {
    position: relative;
    left: auto;
    margin: 0 auto;
    display: block;
  }
  footer .footer-text .footer-back-top + .container-fluid {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .footer-text .footer-copyright,
  footer .footer-text .footer-menu {
    text-align: center;
    line-height: 1.6;
    margin-bottom: 15px;
    margin-top: 30px;
  }
  footer .footer-text .footer-menu {
    margin: 0;
  }
}

@media only screen and (max-width: 900px) {
  .wrapper.fixed-layout.header-lg {
    padding-top: 80px;
  }
  .wrapper.fixed-layout.header-lg header.header-shrink {
    top: 0;
  }
  .wrapper.fixed-layout.header-lg header.header-shrink .header-content .icons-and-search .search-form {
    top: 15px;
  }
  .wrapper.fixed-layout.header-lg header.header-shrink.scroll-up {
    top: 0;
  }
  .wrapper.fixed-layout.disable-scroll-up.header-lg header.header-shrink.scroll-up {
    top: 0;
  }
  .wrapper.header-lg {
    padding-top: 80px;
  }
  .wrapper.header-lg header {
    height: 80px;
    text-align: left;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
  }
  .wrapper.header-lg header .header-content {
    margin-left: 95px;
    float: none;
    display: block;
    width: auto;
    height: 80px;
    padding: 0 15px;
    text-align: left;
  }
  .wrapper.header-lg header .header-content .main-logo {
    float: left;
    padding: 10px 0;
  }
  .wrapper.header-lg header .header-content .main-logo.text-logo h1 {
    font-size: 30px;
  }
  .wrapper.header-lg header .header-content .main-logo.text-logo.without-description {
    padding: 5px 0;
  }
  .wrapper.header-lg header .header-content .icons-and-search {
    height: 80px;
    right: 15px;
    top: 0;
    padding-right: 65px;
    left: auto;
  }
  .wrapper.header-lg header .header-content .icons-and-search .social-icons {
    float: none;
    margin: 25px;
    -webkit-transition: opacity ease 0.2s;
    -moz-transition: opacity ease 0.2s;
    -o-transition: opacity ease 0.2s;
    transition: opacity ease 0.2s;
  }
  .wrapper.header-lg header .header-content .icons-and-search .social-icons.toggle-social-icons {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form {
    top: 15px;
    width: 50px;
    height: 50px;
    -webkit-transition: width ease 0.2s;
    -moz-transition: width ease 0.2s;
    -o-transition: width ease 0.2s;
    transition: width ease 0.2s;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form .form-group .btn-form {
    cursor: pointer;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form .form-group .btn-form:after {
    background-color: #f4f4f4;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form.toggle-search-form {
    width: 320px;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form.toggle-search-form .btn-form:after {
    content: "\f00d";
    background-color: transparent;
  }
  .wrapper.header-lg header .collapse-nav-menu-btn {
    display: block;
  }
  .wrapper.header-lg .nav-wrapper {
    width: 250px;
    position: fixed;
    top: 0;
    left: -250px;
    bottom: 0;
    overflow-y: auto;
    overflow-x: hidden;
    background-color: #ffffff;
    height: auto;
    float: none;
    z-index: 21;
    -webkit-transition: left ease 0.2s;
    -moz-transition: left ease 0.2s;
    -o-transition: left ease 0.2s;
    transition: left ease 0.2s;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
  }
  .wrapper.header-lg .nav-wrapper.collapse-nav-wrapper {
    left: 0;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu {
    width: auto;
    padding: 0 !important;
    display: block;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li {
    display: block;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > a {
    line-height: 60px;
    height: 60px;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li.active {
    border-bottom-color: #f5bb00;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li:hover > ul {
    display: none;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul > li {
    border-bottom: none;
    width: 100%;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul > li > a {
    height: 40px;
    padding-left: 30px;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul > li > ul {
    left: auto;
    top: auto;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul > li > ul > li > a {
    padding-left: 40px;
  }
  .wrapper.header-lg .nav-wrapper .nav-menu ul > li > ul > li > ul > li > ul > li > a {
    padding-left: 55px;
  }
}

@media only screen and (max-width: 800px) {
  .wrapper.fixed-layout.header-lg header.header-shrink .header-content .icons-and-search .search-form {
    top: 0;
  }
  .wrapper.header-lg header .header-content {
    text-align: center;
    margin: 0;
  }
  .wrapper.header-lg header .header-content .main-logo {
    float: none;
    margin-right: 0;
    display: inline-block;
    position: relative;
    z-index: 5;
  }
  .wrapper.header-lg header .header-content .icons-and-search {
    right: 0;
    left: 0;
    bottom: 0;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form {
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form .form-group .btn-form {
    background-color: transparent;
    cursor: pointer;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form .form-group .btn-form:after {
    background-color: transparent;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form.toggle-search-form {
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0);
  }
  header .collapse-nav-menu-btn {
    -webkit-transition: visibility ease 0.2s, opacity ease 0.2s;
    -moz-transition: visibility ease 0.2s, opacity ease 0.2s;
    -o-transition: visibility ease 0.2s, opacity ease 0.2s;
    transition: visibility ease 0.2s, opacity ease 0.2s;
  }
  header .collapse-nav-menu-btn.bring-to-back {
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  header .header-content {
    text-align: center;
    margin: 0;
  }
  header .header-content .main-logo {
    float: none;
    margin-right: 0;
    display: inline-block;
    position: relative;
    z-index: 5;
  }
  header .header-content .main-logo {
    -webkit-transition: visibility ease 0.2s, opacity ease 0.2s;
    -moz-transition: visibility ease 0.2s, opacity ease 0.2s;
    -o-transition: visibility ease 0.2s, opacity ease 0.2s;
    transition: visibility ease 0.2s, opacity ease 0.2s;
  }
  header .header-content .main-logo.bring-to-back {
    z-index: 1;
    visibility: hidden;
    opacity: 0;
    filter: alpha(opacity=0);
  }
  header .header-content .social-icons {
    display: none;
  }
  header .header-content .icons-and-search {
    z-index: 4;
    right: 0;
    left: 0;
    bottom: 0;
    height: 80px;
    padding-right: 0;
  }
  header .header-content .icons-and-search .search-form {
    top: 0;
    right: 0;
    width: 80px;
    height: 80px;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    -webkit-transition: width ease 0.2s, left ease 0.2s;
    -moz-transition: width ease 0.2s, left ease 0.2s;
    -o-transition: width ease 0.2s, left ease 0.2s;
    transition: width ease 0.2s, left ease 0.2s;
  }
  header .header-content .icons-and-search .search-form .form-group .form-control {
    height: 80px;
    border-color: transparent;
    background-color: transparent;
    padding-right: 80px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  header .header-content .icons-and-search .search-form .form-group .form-control:focus {
    border-color: transparent;
    background-color: transparent;
  }
  header .header-content .icons-and-search .search-form .form-group .btn-form {
    width: 80px;
    height: 80px;
    background-color: transparent;
    cursor: pointer;
  }
  header .header-content .icons-and-search .search-form .form-group .btn-form:after {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background-color: transparent;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
  }
  header .header-content .icons-and-search .search-form.toggle-search-form {
    width: 100%;
    border-left: 1px solid rgba(0, 0, 0, 0);
  }
  .content-wrapper {
    padding: 30px 0;
  }
}

@media only screen and (max-width: 480px) {
  .wrapper {
    padding-top: 60px;
  }
  .wrapper.fixed-layout {
    padding-top: 60px;
  }
  .wrapper.header-lg {
    padding-top: 60px;
  }
  .wrapper.header-lg.fixed-layout {
    padding-top: 60px;
  }
  .wrapper.header-lg header {
    height: 60px;
  }
  .wrapper.header-lg header .header-content {
    height: 60px;
  }
  .wrapper.header-lg header .header-content .main-logo.text-logo.without-description {
    padding: 0;
  }
  .wrapper.header-lg header .header-content .icons-and-search {
    height: 60px;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form {
    width: 60px;
    height: 60px;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form .form-group .form-control {
    height: 60px;
    padding-right: 60px;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form .form-group .btn-form {
    width: 60px;
    height: 60px;
  }
  .wrapper.header-lg header .header-content .icons-and-search .search-form .form-group .btn-form:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  header {
    height: 60px;
  }
  header .collapse-nav-menu-btn {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  header .header-content .main-logo {
    padding: 10px 0;
  }
  header .header-content .main-logo img {
    height: 40px;
  }
  header .header-content .main-logo h1 {
    font-size: 30px;
  }
  header .header-content .main-logo.text-logo {
    height: 60px;
  }
  header .header-content .main-logo.text-logo p,
  header .header-content .main-logo.text-logo img {
    display: none;
  }
  header .header-content .main-logo.text-logo.without-description {
    padding: 0;
  }
  header .header-content .main-logo.text-logo.without-description h1 {
    line-height: 1.7;
  }
  header .header-content .icons-and-search {
    height: 60px;
  }
  header .header-content .icons-and-search .search-form {
    width: 60px;
    height: 60px;
  }
  header .header-content .icons-and-search .search-form .form-group .form-control {
    height: 60px;
    padding-right: 60px;
  }
  header .header-content .icons-and-search .search-form .form-group .btn-form {
    width: 60px;
    height: 60px;
  }
  header .header-content .icons-and-search .search-form .form-group .btn-form:after {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  footer .footer-text .footer-menu > li {
    padding: 0 10px;
  }
}

/*
---------------------------------------
WIDGETS
---------------------------------------
*/
.widget {
  margin-bottom: 40px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget .widget-heading {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 14px;
  text-transform: uppercase;
  color: #50514f;
  padding-bottom: 15px;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
  text-align: left;
}
.widget .widget-heading:after {
  position: absolute;
  content: " ";
  z-index: 1;
  bottom: -1px;
  left: 0;
  width: 100px;
  height: 1px;
  background-color: #f5bb00;
}

/*
---------------------------------------
BANNER WIDGET
---------------------------------------
*/
.widget-banner-img {
  padding-top: 20px;
  text-align: center;
}
.widget-banner-img .banner {
  width: auto;
  max-width: 100%;
  margin-bottom: 30px;
}
.widget-banner-img > a {
  display: block;
}
.widget-banner-img > a:last-child .banner {
  margin-bottom: 0;
}

/*
---------------------------------------
SOCIAL ICONS WIDGETS
---------------------------------------
*/
.widget-social-icons {
  padding-top: 20px;
  text-align: center;
  font-size: 0;
}
.widget-social-icons > a {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  background-color: #f4f4f4;
  color: #999999;
  margin: 2px;
  -webkit-box-shadow: inset 0 0 0 1px #f4f4f4;
  -moz-box-shadow: inset 0 0 0 1px #f4f4f4;
  box-shadow: inset 0 0 0 1px #f4f4f4;
  -webkit-transition: background-color ease 0.2s, color ease 0.2s;
  -moz-transition: background-color ease 0.2s, color ease 0.2s;
  -o-transition: background-color ease 0.2s, color ease 0.2s;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.widget-social-icons > a:hover {
  background-color: #ffffff;
  color: #f5bb00;
}

/*
---------------------------------------
SEARCH WIDGET
---------------------------------------
*/
.widget-search {
  padding-top: 20px;
}
.widget-search .form-group {
  position: relative;
  margin: 0;
}
.widget-search .form-group .btn {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.widget-search .form-group .btn.btn-main {
  padding: 0 15px;
}

/*
---------------------------------------
SUBSCRIBE WIDGET
---------------------------------------
*/
.widget-subscribe {
  padding-top: 20px;
}
.widget-subscribe p {
  color: #999999;
}

/*
---------------------------------------
INSTAGRAM GALLERY WIDGET
---------------------------------------
*/
.widget-instagram-gallery {
  padding-top: 20px;
}
.widget-instagram-gallery:before,
.widget-instagram-gallery:after {
  display: table;
  content: " ";
}
.widget-instagram-gallery:after {
  clear: both;
}
.widget-instagram-gallery .item {
  width: 33.33333333%;
  padding-bottom: 33.33333333%;
  height: 0;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #cecece;
}
.widget-instagram-gallery .item img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 150%;
  height: auto;
  z-index: 1;
  -webkit-transition: -webkit-filter ease 0.4s, filter ease 0.4s;
  -moz-transition: -webkit-filter ease 0.4s, filter ease 0.4s;
  -o-transition: -webkit-filter ease 0.4s, filter ease 0.4s;
  transition: -webkit-filter ease 0.4s, filter ease 0.4s;
}
.widget-instagram-gallery:hover .item:not(:hover) img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}

/*
---------------------------------------
TAGS WIDGET
---------------------------------------
*/
.widget-tags {
  padding-top: 20px;
  font-size: 0;
}
.widget-tags > a {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  background-color: #f4f4f4;
  color: #999999;
  margin: 0 10px 10px 0;
  padding: 0 15px;
  -webkit-transition: background-color ease 0.2s, color ease 0.2s;
  -moz-transition: background-color ease 0.2s, color ease 0.2s;
  -o-transition: background-color ease 0.2s, color ease 0.2s;
  transition: background-color ease 0.2s, color ease 0.2s;
}
.widget-tags > a:hover {
  background-color: #f5bb00;
  color: #ffffff;
}

/*
---------------------------------------
INSTAGRAM SLIDESHOW WIDGET
---------------------------------------
*/
.widget-instagram-slideshow {
  padding-top: 20px;
}
.widget-instagram-slideshow .item {
  margin: 0;
}
.widget-instagram-slideshow .item img {
  display: block;
  width: 100%;
  height: auto;
}

/*
---------------------------------------
ABOUT WIDGET
---------------------------------------
*/
.widget-about {
  text-align: center;
  padding: 30px 0;
}
.widget-about .avatar {
  margin: 0 auto 15px auto;
  background-color: #cecece;
  width: 300px;
  height: 182px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  /*
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  */
}
.widget-about .avatar img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.widget-about .name {
  color: #50514f;
  margin-bottom: 5px;
  font-size: 20px;
}
.widget-about .subname {
  font-size: 12px;
  text-transform: uppercase;
}
.widget-about .description {
  color: #999999;
  font-size: 14px;
}
.widget-about .signature {
  width: auto;
  max-widh: 100%;
  margin-top: 15px;
}

/*
---------------------------------------
LIST WIDGET
---------------------------------------
*/
.widget-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.widget-list ul > li {
  font-size: 14px;
  display: block;
  padding: 15px 0;
  border-bottom: 1px solid #f4f4f4;
  position: relative;
}
.widget-list ul > li > a {
  color: #999999;
  display: block;
}
.widget-list ul > li > a span {
  height: 30px;
  padding: 0 10px;
  line-height: 30px;
  background-color: #f5bb00;
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 10px;
  font-weight: bold;
  display: none;
  -webkit-transition: background-color ease 0.2s;
  -moz-transition: background-color ease 0.2s;
  -o-transition: background-color ease 0.2s;
  transition: background-color ease 0.2s;
}
.widget-list ul > li:hover > a {
  color: #50514f;
}
.widget-list ul > li:hover > a span {
  background-color: #50514f;
}
.widget-list.widget-category ul > li > a span {
  display: block;
}

/*
---------------------------------------
TWITTER WIDGET
---------------------------------------
*/
.widget-twitter {
  padding-top: 20px;
}
.widget-twitter ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.widget-twitter ul > li {
  font-size: 14px;
  display: block;
  margin-bottom: 15px;
  position: relative;
  padding-left: 30px;
  color: #999999;
  line-height: 1.8;
}
.widget-twitter ul > li .date {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  color: #cecece;
  font-size: 12px;
  margin-top: 5px;
}
.widget-twitter ul > li:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  color: #ececec;
  font-family: 'FontAwesome';
  font-size: 18px;
  content: "\f099";
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.widget-twitter ul > li:hover:before {
  color: #f5bb00;
}
.widget-twitter ul > li:last-child {
  margin-bottom: 0;
}

/*
---------------------------------------
COMMENTS WIDGET
---------------------------------------
*/
.widget-comments {
  padding-top: 20px;
}
.widget-comments ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.widget-comments ul > li {
  margin-bottom: 15px;
  font-size: 14px;
}
.widget-comments ul > li .comment-heading {
  position: relative;
  padding: 8px 0 15px 0;
  padding-left: 65px;
}
.widget-comments ul > li .comment-heading .avatar {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #cecece;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.widget-comments ul > li .comment-heading .avatar img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 130%;
  height: auto;
  z-index: 1;
}
.widget-comments ul > li .comment-heading .date {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 12px;
  color: #f5bb00;
}
.widget-comments ul > li .comment-heading .name {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.widget-comments ul > li .comment-heading .name > a {
  color: #50514f;
}
.widget-comments ul > li .comment-heading .name > a:hover {
  text-decoration: underline;
}
.widget-comments ul > li .comment-heading .name span {
  font-family: 'Lato', sans-serif;
  color: #999999;
  text-transform: none;
}
.widget-comments ul > li .comment-content {
  font-style: italic;
  background-color: #f4f4f4;
  color: #999999;
  padding: 15px;
  position: relative;
}
.widget-comments ul > li .comment-content a {
  color: #999999;
}
.widget-comments ul > li .comment-content p {
  padding: 0;
  margin: 0;
  line-height: 1;
  line-height: 1.6;
}
.widget-comments ul > li .comment-content:hover a {
  color: #50514f;
}
.widget-comments ul > li .comment-content:before {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #f4f4f4;
  position: absolute;
  top: -10px;
  z-index: 3;
  content: "";
  left: 15px;
}
.widget-comments ul > li:last-child {
  margin-bottom: 0;
}

/*
---------------------------------------
POST LIST WIDGET
---------------------------------------
*/
.widget-post-list {
  padding-top: 20px;
}
.widget-post-list ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.widget-post-list ul > li {
  font-size: 14px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f4f4f4;
}
.widget-post-list ul > li:before,
.widget-post-list ul > li:after {
  display: table;
  content: " ";
}
.widget-post-list ul > li:after {
  clear: both;
}
.widget-post-list ul > li:last-child {
  margin-bottom: 0;
  border-bottom: none;
  padding-bottom: 0;
}
.widget-post-list ul > li .caption .category {
  line-height: 1.6;
}
.widget-post-list ul > li .caption .category > a {
  margin-right: 5px;
}
.widget-post-list ul > li .caption .post-title {
  line-height: 1.4;
  margin-bottom: 10px;
  font-size: 16px;
}
.widget-post-list ul > li .caption .post-meta {
  font-size: 12px;
}
.widget-post-list ul > li .caption .post-meta span {
  margin-right: 5px;
}
.widget-post-list ul > li .featured-img {
  display: none;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #cecece;
}
.widget-post-list ul > li .featured-img img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 150%;
  height: auto;
  z-index: 1;
}
.widget-post-list.large-first ul > li:first-child .featured-img {
  display: block;
  float: none;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 60%;
  margin-bottom: 15px;
}
.widget-post-list.large-first ul > li:first-child .featured-img img {
  width: 110%;
}
.widget-post-list.large-first ul > li:first-child .caption {
  margin-right: 0;
  margin-left: 0;
}
.widget-post-list.right-img ul > li .caption {
  margin-right: 100px;
}
.widget-post-list.right-img ul > li .featured-img {
  float: right;
  display: block;
}
.widget-post-list.left-img ul > li .caption {
  margin-left: 100px;
}
.widget-post-list.left-img ul > li .featured-img {
  float: left;
  display: block;
}
.widget-post-list.no-img ul > li .featured-img {
  display: none;
}
.widget-post-list.list-numbering ul {
  counter-reset: my-badass-counter;
}
.widget-post-list.list-numbering ul > li {
  position: relative;
  padding-left: 60px;
}
.widget-post-list.list-numbering ul > li:before {
  padding: 0;
  margin: 0;
  line-height: 1;
  content: counter(my-badass-counter) ".";
  counter-increment: my-badass-counter;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Droid Serif', serif;
  color: #ececec;
  font-size: 48px;
  width: 50px;
  height: 50px;
  font-weight: bold;
  font-weight: 700;
  text-align: center;
  -webkit-transition: color ease 0.2s;
  -moz-transition: color ease 0.2s;
  -o-transition: color ease 0.2s;
  transition: color ease 0.2s;
}
.widget-post-list.list-numbering ul > li:hover:before {
  color: #f5bb00;
}
.widget-post-list.list-numbering ul > li:nth-child(n+10) {
  display: none;
}
.widget-post-list.list-numbering.large-first ul > li:first-child .featured-img {
  display: none;
}

/*
---------------------------------------
TABS WIDGET
---------------------------------------
*/
.widget-tabs .nav-tabs {
  border-bottom: 1px solid #f4f4f4;
}
.widget-tabs .nav-tabs > li {
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
}
.widget-tabs .nav-tabs > li:hover > a {
  background-color: transparent;
}
.widget-tabs .nav-tabs > li.active > a,
.widget-tabs .nav-tabs > li.active > a:hover,
.widget-tabs .nav-tabs > li.active > a:focus {
  border: none;
  border-bottom: 1px solid #f5bb00;
}
.widget-tabs .nav-tabs > li > a {
  border: none;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
}
.widget-tabs .tab-content {
  padding: 0;
}

/*
---------------------------------------
RELATED POSTS
---------------------------------------
*/
.widget-related-post {
  padding-top: 20px;
}
.widget-related-post ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.widget-related-post ul > li {
  font-size: 14px;
  color: #999999;
}
.widget-related-post ul > li:before,
.widget-related-post ul > li:after {
  display: table;
  content: " ";
}
.widget-related-post ul > li:after {
  clear: both;
}
.widget-related-post ul > li .caption .category {
  margin: 0;
  margin-bottom: 5px;
}
.widget-related-post ul > li .caption .category a {
  margin-right: 10px;
}
.widget-related-post ul > li .caption .post-title {
  color: #50514f;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.widget-related-post ul > li .caption .post-title a {
  color: #50514f;
}
.widget-related-post ul > li .caption .post-title a:hover {
  color: #373736;
  text-decoration: none;
}
.widget-related-post ul > li .caption .post-meta {
  font-size: 14px;
  margin-bottom: 15px;
}
.widget-related-post ul > li .caption .post-meta span {
  margin-right: 10px;
}
.widget-related-post ul > li .caption .post-meta span i {
  margin-right: 3px;
}
.widget-related-post ul > li .caption p {
  margin-bottom: 15px;
}
.widget-related-post ul > li .featured-img {
  display: none;
  background-color: #cecece;
  padding-top: 0;
}
.widget-related-post ul > li .featured-img img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 150%;
  height: auto;
  z-index: 1;
}
.widget-related-post.related-list ul > li {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #f4f4f4;
}
.widget-related-post.related-list ul > li:before,
.widget-related-post.related-list ul > li:after {
  display: table;
  content: " ";
}
.widget-related-post.related-list ul > li:after {
  clear: both;
}
.widget-related-post.related-list ul > li:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.widget-related-post.related-list ul > li .featured-img {
  display: block;
  width: 230px;
  height: 210px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.widget-related-post.related-list.right-img ul > li .caption {
  margin-right: 260px;
}
.widget-related-post.related-list.right-img ul > li .featured-img {
  float: right;
}
.widget-related-post.related-list.left-img ul > li .caption {
  margin-left: 260px;
}
.widget-related-post.related-list.left-img ul > li .featured-img {
  float: left;
}
.widget-related-post.related-grid {
  margin: 0 -10px;
}
.widget-related-post.related-grid ul:before,
.widget-related-post.related-grid ul:after {
  display: table;
  content: " ";
}
.widget-related-post.related-grid ul:after {
  clear: both;
}
.widget-related-post.related-grid ul > li {
  width: 33.33333333%;
  padding: 0 10px;
  margin-bottom: 15px;
  float: left;
}
.widget-related-post.related-grid ul > li .featured-img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 70%;
}
.widget-related-post.related-grid ul > li .caption {
  padding: 15px 0;
}
.widget-related-post.related-grid ul > li .caption .post-title {
  font-size: 18px;
}
.widget-related-post.related-grid ul > li .caption .post-title a:hover {
  text-decoration: underline;
}
.widget-related-post.related-grid ul > li .caption .category {
  display: none;
}
.widget-related-post.related-grid ul > li .caption .post-meta {
  display: block;
  margin-bottom: 0;
}
.widget-related-post.related-grid ul > li .caption .post-meta span.author {
  display: none;
}
.widget-related-post.related-grid ul > li .caption p,
.widget-related-post.related-grid ul > li .caption .btn {
  display: none;
}
.widget-related-post.related-grid ul > li:nth-last-child(-n+3) {
  padding-bottom: 0;
  margin-bottom: 0;
}

/*
---------------------------------------
COMMENT FORM
---------------------------------------
*/
.widget-comment-form {
  padding-top: 20px;
}
.widget-comment-form .alert {
  margin-bottom: 0;
  margin-top: 30px;
}

@media only screen and (max-width: 600px) {
  .widget-related-post.related-list ul > li .featured-img {
    width: 180px;
    height: 160px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .widget-related-post.related-list ul > li .caption .btn {
    display: none;
  }
  .widget-related-post.related-list.right-img ul > li .caption {
    margin-right: 210px;
  }
  .widget-related-post.related-list.left-img ul > li .caption {
    margin-left: 210px;
  }
  .widget-list ul > li > a span {
   position:inherit;
  }
  header .header-content .main-logo img {
	  height: 60px; /*height: 60px;*/
	}
}

@media only screen and (max-width: 480px) {
  .widget-related-post.related-list ul > li {
    margin-bottom: 30px;
    padding-bottom: 0;
  }
  .widget-related-post.related-list ul > li .featured-img {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100% !important;
    padding-top: 50%;
    float: none !important;
  }
  .widget-related-post.related-list ul > li .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .widget-related-post.related-list ul > li .caption {
    padding: 20px 0;
  }
  .widget-related-post.related-list ul > li .caption .category {
    display: block;
  }
  .widget-related-post.related-list ul > li .caption .post-title {
    font-size: 18px;
  }
  .widget-related-post.related-list ul > li .caption .post-meta {
    display: block;
    margin-bottom: 0;
  }
  .widget-related-post.related-list ul > li .caption .btn,
  .widget-related-post.related-list ul > li .caption p {
    display: none;
  }
  .widget-related-post.related-list.right-img ul > li .caption,
  .widget-related-post.related-list.left-img ul > li .caption {
    margin-left: 0;
    margin-right: 0;
  }
  .widget-related-post.related-grid {
    margin: 0;
  }
  .widget-related-post.related-grid ul > li {
    width: 100%;
    padding: 0;
    padding-bottom: 0;
    margin-bottom: 30px;
    border-bottom: 1px solid #f4f4f4;
  }
  .widget-related-post.related-grid ul > li .featured-img {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    padding-top: 50%;
  }
  .widget-related-post.related-grid ul > li .caption {
    padding: 20px 0;
  }
  .widget-related-post.related-grid ul > li .caption .category {
    display: block;
  }
  .widget-related-post.related-grid ul > li .caption .post-meta {
    margin-bottom: 0;
  }
  .widget-related-post.related-grid ul > li .caption .post-meta span.author {
    display: block;
    display: inline-block;
  }
  .widget-related-post.related-grid ul > li:nth-last-child(-n+3) {
    padding-bottom: 0;
    margin-bottom: 30px;
  }
  .widget-related-post.related-grid ul > li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }
}

/*
---------------------------------------
POST ARCHIVES
---------------------------------------
*/
.post-archive ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
}
.post-archive ul > li {
  font-size: 14px;
  margin-bottom: 30px;
}
.post-archive ul > li .post-item {
  background-color: #ffffff;
  position: relative;
  display: block;
  color: #999999;
}
.post-archive ul > li .post-item:before,
.post-archive ul > li .post-item:after {
  display: table;
  content: " ";
}
.post-archive ul > li .post-item:after {
  clear: both;
}
.post-archive ul > li .post-item .caption .category {
  margin: 0;
  margin-bottom: 5px;
}
.post-archive ul > li .post-item .caption .category a {
  margin-right: 10px;
}
.post-archive ul > li .post-item .caption .post-title {
  color: #50514f;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
}
.post-archive ul > li .post-item .caption .post-title a {
  color: #50514f;
}
.post-archive ul > li .post-item .caption .post-title a:hover {
  color: #373736;
  text-decoration: none;
}
.post-archive ul > li .post-item .caption .post-meta {
  font-size: 14px;
  margin-bottom: 15px;
}
.post-archive ul > li .post-item .caption .post-meta span {
  margin-right: 10px;
}
.post-archive ul > li .post-item .caption .post-meta span i {
  margin-right: 3px;
}
.post-archive ul > li .post-item .caption p {
  margin-bottom: 15px;
}
.post-archive ul > li .post-item .featured-img {
  display: none;
  background-color: #cecece;
}
.post-archive ul > li .post-item .featured-img img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 150%;
  height: auto;
  z-index: 1;
}
.post-archive ul > li .post-item .owl-carousel {
  display: none !important;
}
.post-archive ul > li .post-item .owl-carousel .item {
  margin: 0;
}
.post-archive ul > li .post-item .owl-carousel .item img {
  display: block;
  width: 100%;
  height: auto;
}
.post-archive ul > li .post-item .social-icons {
  display: none;
  position: absolute;
  right: 30px;
  bottom: 30px;
}
.post-archive ul > li.has-post-format .post-item .post-format-content {
  display: none;
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img {
  padding-top: 0;
  padding: 40px;
  height: auto;
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img img,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img img,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img img,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img:before,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img:before,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img:before,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img:after,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img:after,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img:after,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img:after {
  top: 40px;
  margin-top: 0;
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img .post-format-content {
  display: block;
  position: relative;
  z-index: 6;
  margin-top: 80px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content p,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content p,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content p,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img .post-format-content p,
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content h3,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content h3,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content h3,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img .post-format-content h3 {
  padding: 0;
  margin: 0;
  line-height: 1;
  line-height: 1.2;
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content h3,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content h3,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content h3,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img .post-format-content h3 {
  font-family: 'Droid Serif', serif;
  margin-bottom: 15px;
  color: #777777;
  -webkit-transition: color ease 0.4s;
  -moz-transition: color ease 0.4s;
  -o-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content a,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content a,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content a,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img .post-format-content a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color ease 0.4s;
  -moz-transition: color ease 0.4s;
  -o-transition: color ease 0.4s;
  transition: color ease 0.4s;
  pointer-events: auto;
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content a:hover,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content a:hover,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content a:hover,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img .post-format-content a:hover {
  text-decoration: underline;
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content iframe,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content iframe,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content iframe,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img .post-format-content iframe {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: -5px;
  pointer-events: auto;
}
.post-archive ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content audio,
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content audio,
.post-archive ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content audio,
.post-archive ul > li.has-post-format.link-post .post-item .featured-img .post-format-content audio {
  display: block;
  width: 100%;
  pointer-events: auto;
}
.post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content {
  padding: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}
.post-archive ul > li.has-post-format:hover.audio-post .post-item .featured-img:before,
.post-archive ul > li.has-post-format:hover.soundcloud-post .post-item .featured-img:before,
.post-archive ul > li.has-post-format:hover.quote-post .post-item .featured-img:before,
.post-archive ul > li.has-post-format:hover.link-post .post-item .featured-img:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.post-archive ul > li.has-post-format:hover.audio-post .post-item .featured-img .post-format-content a,
.post-archive ul > li.has-post-format:hover.soundcloud-post .post-item .featured-img .post-format-content a,
.post-archive ul > li.has-post-format:hover.quote-post .post-item .featured-img .post-format-content a,
.post-archive ul > li.has-post-format:hover.link-post .post-item .featured-img .post-format-content a,
.post-archive ul > li.has-post-format:hover.audio-post .post-item .featured-img .post-format-content h3,
.post-archive ul > li.has-post-format:hover.soundcloud-post .post-item .featured-img .post-format-content h3,
.post-archive ul > li.has-post-format:hover.quote-post .post-item .featured-img .post-format-content h3,
.post-archive ul > li.has-post-format:hover.link-post .post-item .featured-img .post-format-content h3 {
  color: #ffffff;
}

/*
---------------------------------------
POST ARCHIVE LARGE FIRST
---------------------------------------
*/
.post-archive.large-first:not(.masonry-style) ul > li:first-child {
  width: 100%;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item {
  padding: 0;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .caption {
  padding: 30px;
  margin-right: 0 !important;
  margin-left: 0 !important;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .caption .post-title {
  font-size: 24px;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .featured-img {
  display: block;
  width: 100%;
  /*height: 0;*/ /*NELSON*/
  height: 280px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: 100% !important;
  /*padding-top: 50%;*/ /*NELSON*/
  float: none !important;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .featured-img img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .social-icons {
  display: block;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.no-img .post-item .featured-img {
  display: none;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.gallery-post .post-item .featured-img {
  display: none;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.gallery-post .post-item .owl-carousel {
  display: block !important;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.gallery-post .post-item .owl-carousel .item {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 50%;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.gallery-post .post-item .owl-carousel .item img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.quote-post .post-item .featured-img,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.link-post .post-item .featured-img {
  padding-top: 0;
  padding: 40px;
  height: auto;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img img,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img img,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.quote-post .post-item .featured-img img,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.link-post .post-item .featured-img img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img:before,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img:before,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.quote-post .post-item .featured-img:before,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.link-post .post-item .featured-img:before {
  background-color: rgba(0, 0, 0, 0.2);
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img:after,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img:after,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.quote-post .post-item .featured-img:after,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.link-post .post-item .featured-img:after {
  top: 40px;
  margin-top: 0;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img .post-format-content,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img .post-format-content,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.quote-post .post-item .featured-img .post-format-content,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.link-post .post-item .featured-img .post-format-content {
  display: block;
  margin-top: 80px;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img .post-format-content h3,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img .post-format-content h3,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.quote-post .post-item .featured-img .post-format-content h3,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.link-post .post-item .featured-img .post-format-content h3 {
  font-size: 24px;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img .post-format-content {
  margin-bottom: 0;
}
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format:hover.audio-post .post-item .featured-img:before,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format:hover.soundcloud-post .post-item .featured-img:before,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format:hover.quote-post .post-item .featured-img:before,
.post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format:hover.link-post .post-item .featured-img:before {
  background-color: rgba(0, 0, 0, 0.5);
}

/*
---------------------------------------
POST ARCHIVE LIST STYLE
---------------------------------------
*/
.post-archive.list-style ul > li .post-item {
  padding: 30px;
}
.post-archive.list-style ul > li .post-item .featured-img {
  display: block;
  width: 230px;
  height: 210px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.post-archive.list-style ul > li.no-img .post-item .featured-img {
  display: none;
}
.post-archive.list-style ul > li.has-post-format.audio-post .post-item .featured-img,
.post-archive.list-style ul > li.has-post-format.soundcloud-post .post-item .featured-img,
.post-archive.list-style ul > li.has-post-format.quote-post .post-item .featured-img,
.post-archive.list-style ul > li.has-post-format.link-post .post-item .featured-img {
  width: 230px;
  height: 210px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  paddin-top: 0;
  padding: 0;
}
.post-archive.list-style ul > li.has-post-format.audio-post .post-item .featured-img:before,
.post-archive.list-style ul > li.has-post-format.soundcloud-post .post-item .featured-img:before,
.post-archive.list-style ul > li.has-post-format.quote-post .post-item .featured-img:before,
.post-archive.list-style ul > li.has-post-format.link-post .post-item .featured-img:before {
  background-color: rgba(0, 0, 0, 0);
}
.post-archive.list-style ul > li.has-post-format.audio-post .post-item .featured-img:after,
.post-archive.list-style ul > li.has-post-format.soundcloud-post .post-item .featured-img:after,
.post-archive.list-style ul > li.has-post-format.quote-post .post-item .featured-img:after,
.post-archive.list-style ul > li.has-post-format.link-post .post-item .featured-img:after {
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.post-archive.list-style ul > li.has-post-format.audio-post .post-item .featured-img img,
.post-archive.list-style ul > li.has-post-format.soundcloud-post .post-item .featured-img img,
.post-archive.list-style ul > li.has-post-format.quote-post .post-item .featured-img img,
.post-archive.list-style ul > li.has-post-format.link-post .post-item .featured-img img {
  filter: blur(0);
  -webkit-filter: blur(0);
  -moz-filter: blur(0);
  -o-filter: blur(0);
  -ms-filter: blur(0);
}
.post-archive.list-style ul > li.has-post-format.audio-post .post-item .post-format-content,
.post-archive.list-style ul > li.has-post-format.soundcloud-post .post-item .post-format-content,
.post-archive.list-style ul > li.has-post-format.quote-post .post-item .post-format-content,
.post-archive.list-style ul > li.has-post-format.link-post .post-item .post-format-content {
  display: none;
}
.post-archive.list-style ul > li.has-post-format:hover.audio-post .post-item .featured-img:before,
.post-archive.list-style ul > li.has-post-format:hover.soundcloud-post .post-item .featured-img:before,
.post-archive.list-style ul > li.has-post-format:hover.quote-post .post-item .featured-img:before,
.post-archive.list-style ul > li.has-post-format:hover.link-post .post-item .featured-img:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.post-archive.list-style.right-img ul > li .post-item .caption {
  margin-right: 260px;
}
.post-archive.list-style.right-img ul > li .post-item .featured-img {
  float: right;
}
.post-archive.list-style.right-img ul > li.no-img .caption {
  margin-right: 0;
}
.post-archive.list-style.left-img ul > li .post-item .caption {
  margin-left: 260px;
}
.post-archive.list-style.left-img ul > li .post-item .featured-img {
  float: left;
}
.post-archive.list-style.left-img ul > li.no-img .caption {
  margin-left: 0;
}

/*
---------------------------------------
POST ARCHIVE GRID STYLE
---------------------------------------
*/
.post-archive.grid-style {
  margin: 0 -15px;
}
.post-archive.grid-style ul:before,
.post-archive.grid-style ul:after {
  display: table;
  content: " ";
}
.post-archive.grid-style ul:after {
  clear: both;
}
.post-archive.grid-style ul > li {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.post-archive.grid-style ul > li .post-item .caption {
  padding: 30px;
}
.post-archive.grid-style ul > li .post-item .caption .post-title {
  font-size: 20px;
}
.post-archive.grid-style ul > li .post-item .featured-img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 70%;
}
.post-archive.grid-style ul > li.has-post-format.audio-post .post-item .featured-img,
.post-archive.grid-style ul > li.has-post-format.soundcloud-post .post-item .featured-img,
.post-archive.grid-style ul > li.has-post-format.quote-post .post-item .featured-img,
.post-archive.grid-style ul > li.has-post-format.link-post .post-item .featured-img {
  padding-top: 0;
  padding: 15px;
}
.post-archive.grid-style ul > li.has-post-format.audio-post .post-item .featured-img:after,
.post-archive.grid-style ul > li.has-post-format.soundcloud-post .post-item .featured-img:after,
.post-archive.grid-style ul > li.has-post-format.quote-post .post-item .featured-img:after,
.post-archive.grid-style ul > li.has-post-format.link-post .post-item .featured-img:after {
  top: 15px;
  margin-top: 0;
}
.post-archive.grid-style ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content,
.post-archive.grid-style ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content,
.post-archive.grid-style ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content,
.post-archive.grid-style ul > li.has-post-format.link-post .post-item .featured-img .post-format-content {
  margin-top: 65px;
  padding: 15px;
}
.post-archive.grid-style ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content h3,
.post-archive.grid-style ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content h3,
.post-archive.grid-style ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content h3,
.post-archive.grid-style ul > li.has-post-format.link-post .post-item .featured-img .post-format-content h3 {
  font-size: 18px;
}
.post-archive.grid-style ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content {
  padding: 0;
}
.post-archive.grid-style ul > li.has-post-format.audio-post .post-item .featured-img {
  padding: 30px 15px;
}
.post-archive.grid-style ul > li.has-post-format.audio-post .post-item .featured-img:after {
  top: 30px;
}
.post-archive.grid-style ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content {
  margin-top: 90px;
  margin-bottom: 50px;
  padding: 15px;
}
.post-archive.grid-style.grid-style-fullwidth ul > li {
  width: 33.33333333%;
}

/*
---------------------------------------
POST ARCHIVE MASONRY STYLE
---------------------------------------
*/
.post-archive.masonry-style {
  margin: 0 -15px;
}
.post-archive.masonry-style ul:before,
.post-archive.masonry-style ul:after {
  display: table;
  content: " ";
}
.post-archive.masonry-style ul:after {
  clear: both;
}
.post-archive.masonry-style ul > li {
  width: 50%;
  padding: 0 15px;
  float: left;
}
.post-archive.masonry-style ul > li .post-item .caption {
  padding: 30px;
}
.post-archive.masonry-style ul > li .post-item .caption .post-title {
  font-size: 20px;
}
.post-archive.masonry-style ul > li .post-item .featured-img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 70%;
}
.post-archive.masonry-style ul > li.no-img .post-item .featured-img {
  display: none;
}
.post-archive.masonry-style ul > li.has-post-format.audio-post .post-item .featured-img,
.post-archive.masonry-style ul > li.has-post-format.soundcloud-post .post-item .featured-img,
.post-archive.masonry-style ul > li.has-post-format.quote-post .post-item .featured-img,
.post-archive.masonry-style ul > li.has-post-format.link-post .post-item .featured-img {
  padding-top: 0;
  padding: 15px;
}
.post-archive.masonry-style ul > li.has-post-format.audio-post .post-item .featured-img:after,
.post-archive.masonry-style ul > li.has-post-format.soundcloud-post .post-item .featured-img:after,
.post-archive.masonry-style ul > li.has-post-format.quote-post .post-item .featured-img:after,
.post-archive.masonry-style ul > li.has-post-format.link-post .post-item .featured-img:after {
  top: 15px;
  margin-top: 0;
}
.post-archive.masonry-style ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content,
.post-archive.masonry-style ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content,
.post-archive.masonry-style ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content,
.post-archive.masonry-style ul > li.has-post-format.link-post .post-item .featured-img .post-format-content {
  margin-top: 65px;
  padding: 15px;
}
.post-archive.masonry-style ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content h3,
.post-archive.masonry-style ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content h3,
.post-archive.masonry-style ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content h3,
.post-archive.masonry-style ul > li.has-post-format.link-post .post-item .featured-img .post-format-content h3 {
  font-size: 18px;
}
.post-archive.masonry-style ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content {
  padding: 0;
}
.post-archive.masonry-style.masonry-style-fullwidth ul > li {
  width: 33.33333333%;
}

/*
---------------------------------------
POST ARCHIVE CLASSIC STYLE
---------------------------------------
*/
.post-archive.classic-style ul > li .post-item .caption {
  padding: 30px;
}
.post-archive.classic-style ul > li .post-item .featured-img {
  display: block;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 50%;
}
.post-archive.classic-style ul > li .post-item .featured-img img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.post-archive.classic-style ul > li .post-item .social-icons {
  display: block;
}
.post-archive.classic-style ul > li.no-img .post-item .featured-img {
  display: none;
}
.post-archive.classic-style ul > li.has-post-format.gallery-post .post-item .featured-img {
  display: none;
}
.post-archive.classic-style ul > li.has-post-format.gallery-post .post-item .owl-carousel {
  display: block !important;
}
.post-archive.classic-style ul > li.has-post-format.gallery-post .post-item .owl-carousel .item {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 50%;
}
.post-archive.classic-style ul > li.has-post-format.gallery-post .post-item .owl-carousel .item img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
  z-index: 1;
}

@media only screen and (max-width: 900px) {
  .post-archive.grid-style.grid-style-fullwidth ul > li {
    width: 50%;
  }
  .post-archive.masonry-style.masonry-style-fullwidth ul > li {
    width: 50%;
  }
}

@media only screen and (max-width: 600px) {
  .post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .caption .btn {
    display: block;
    display: inline-block;
  }
  .post-archive.list-style ul > li .post-item .caption .btn {
    display: none;
  }
  .post-archive.list-style ul > li .post-item .featured-img {
    width: 180px;
    height: 160px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .post-archive.list-style ul > li.has-post-format.audio-post .post-item .featured-img,
  .post-archive.list-style ul > li.has-post-format.soundcloud-post .post-item .featured-img,
  .post-archive.list-style ul > li.has-post-format.quote-post .post-item .featured-img,
  .post-archive.list-style ul > li.has-post-format.link-post .post-item .featured-img {
    width: 180px;
    height: 160px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .post-archive.list-style.right-img ul > li .post-item .caption {
    margin-right: 210px;
  }
  .post-archive.list-style.right-img ul > li.no-img .caption {
    margin-right: 0;
  }
  .post-archive.list-style.left-img ul > li .post-item .caption {
    margin-left: 210px;
  }
  .post-archive.list-style.left-img ul > li.no-img .caption {
    margin-left: 0;
  }
  .post-archive.grid-style {
    margin: 0;
  }
  .post-archive.grid-style ul > li {
    width: 100%;
    padding: 0;
    float: none;
  }
  .post-archive.grid-style ul > li .post-item .featured-img {
    padding-top: 50%;
  }
  .post-archive.grid-style ul > li .post-item .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .post-archive.grid-style ul > li.no-img .post-item .featured-img {
    display: none;
  }
  .post-archive.grid-style ul > li.has-post-format.audio-post .post-item .featured-img {
    padding: 15px;
  }
  .post-archive.grid-style ul > li.has-post-format.audio-post .post-item .featured-img:after {
    top: 15px;
  }
  .post-archive.grid-style ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content {
    margin-top: 65px;
    margin-bottom: 0;
    padding: 15px;
  }
  .post-archive.grid-style.grid-style-fullwidth ul > li {
    width: 100%;
    padding: 0;
    float: none;
  }
  .post-archive.masonry-style ul > li .post-item .caption {
    padding: 20px;
  }
  .post-archive.masonry-style ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content h3,
  .post-archive.masonry-style ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content h3,
  .post-archive.masonry-style ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content h3,
  .post-archive.masonry-style ul > li.has-post-format.link-post .post-item .featured-img .post-format-content h3 {
    font-size: 14px;
  }
}

@media only screen and (max-width: 480px) {
  .post-archive ul > li .post-item {
    padding: 0;
  }
  .post-archive ul > li .post-item .caption {
    padding: 20px;
  }
  .post-archive ul > li .post-item .caption .category {
    margin-bottom: 5px;
    display: block;
  }
  .post-archive ul > li .post-item .caption .post-title {
    font-size: 18px;
  }
  .post-archive ul > li .post-item .caption .post-meta {
    margin-bottom: 0;
    display: block;
  }
  .post-archive ul > li .post-item .caption .btn,
  .post-archive ul > li .post-item .caption p {
    display: none;
  }
  .post-archive ul > li .post-item .social-icons {
    display: none;
  }
  .post-archive ul > li .post-item .featured-img {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100% !important;
    padding-top: 50%;
    float: none !important;
  }
  .post-archive ul > li .post-item .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .post-archive ul > li.has-post-format.audio-post .post-item .featured-img,
  .post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img,
  .post-archive ul > li.has-post-format.quote-post .post-item .featured-img,
  .post-archive ul > li.has-post-format.link-post .post-item .featured-img {
    padding-top: 0;
    padding: 15px;
  }
  .post-archive ul > li.has-post-format.audio-post .post-item .featured-img:after,
  .post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img:after,
  .post-archive ul > li.has-post-format.quote-post .post-item .featured-img:after,
  .post-archive ul > li.has-post-format.link-post .post-item .featured-img:after {
    top: 15px;
    margin-top: 0;
  }
  .post-archive ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content,
  .post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content,
  .post-archive ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content,
  .post-archive ul > li.has-post-format.link-post .post-item .featured-img .post-format-content {
    margin-top: 65px;
    padding: 15px;
  }
  .post-archive ul > li.has-post-format.audio-post .post-item .featured-img .post-format-content h3,
  .post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content h3,
  .post-archive ul > li.has-post-format.quote-post .post-item .featured-img .post-format-content h3,
  .post-archive ul > li.has-post-format.link-post .post-item .featured-img .post-format-content h3 {
    font-size: 14px;
  }
  .post-archive ul > li.has-post-format.soundcloud-post .post-item .featured-img .post-format-content {
    padding: 0;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .caption {
    padding: 20px;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .caption .post-title {
    font-size: 24px;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .caption .post-meta {
    margin-bottom: 15px;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .caption p {
    display: block;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child .post-item .caption .btn {
    display: none;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child .social-icons {
    position: relative;
    bottom: auto;
    right: auto;
    padding: 15px;
    text-align: center;
    background-color: #fafafa;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.quote-post .post-item .featured-img,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.link-post .post-item .featured-img {
    padding-top: 0;
    padding: 15px;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img:after,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img:after,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.quote-post .post-item .featured-img:after,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.link-post .post-item .featured-img:after {
    top: 15px;
    margin-top: 0;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img .post-format-content,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img .post-format-content,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.quote-post .post-item .featured-img .post-format-content,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.link-post .post-item .featured-img .post-format-content {
    margin-top: 65px;
    padding: 15px;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.audio-post .post-item .featured-img .post-format-content h3,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img .post-format-content h3,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.quote-post .post-item .featured-img .post-format-content h3,
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.link-post .post-item .featured-img .post-format-content h3 {
    font-size: 14px;
  }
  .post-archive.large-first:not(.masonry-style) ul > li:first-child.has-post-format.soundcloud-post .post-item .featured-img .post-format-content {
    padding: 0;
  }
  .post-archive.list-style ul > li .post-item {
    padding: 0;
  }
  .post-archive.list-style ul > li.has-post-format.audio-post .post-item .featured-img,
  .post-archive.list-style ul > li.has-post-format.soundcloud-post .post-item .featured-img,
  .post-archive.list-style ul > li.has-post-format.quote-post .post-item .featured-img,
  .post-archive.list-style ul > li.has-post-format.link-post .post-item .featured-img {
    display: block;
    width: 100%;
    height: 0;
    position: relative;
    z-index: 2;
    overflow: hidden;
    width: 100% !important;
    padding-top: 50%;
    float: none !important;
  }
  .post-archive.list-style ul > li.has-post-format.audio-post .post-item .featured-img img,
  .post-archive.list-style ul > li.has-post-format.soundcloud-post .post-item .featured-img img,
  .post-archive.list-style ul > li.has-post-format.quote-post .post-item .featured-img img,
  .post-archive.list-style ul > li.has-post-format.link-post .post-item .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .post-archive.list-style.right-img ul > li .post-item .caption,
  .post-archive.list-style.left-img ul > li .post-item .caption {
    margin-left: 0;
    margin-right: 0;
  }
  .post-archive.list-style.right-img ul > li.no-img .caption,
  .post-archive.list-style.left-img ul > li.no-img .caption {
    margin-left: 0;
    margin-right: 0;
  }
  .post-archive.classic-style ul > li .post-item .caption {
    padding: 20px;
  }
  .post-archive.classic-style ul > li .post-item .social-icons {
    display: none;
  }
  .post-archive.grid-style ul > li .post-item .caption {
    padding: 20px;
  }
  .post-archive.grid-style ul > li .post-item .caption .post-title {
    font-size: 18px;
  }
  .post-archive.masonry-style {
    margin: 0;
  }
  .post-archive.masonry-style ul > li {
    width: 100%;
    padding: 0;
    float: none;
  }
  .post-archive.masonry-style ul > li .post-item .caption .post-title {
    font-size: 18px;
  }
  .post-archive.masonry-style ul > li .post-item .featured-img {
    padding-top: 50%;
  }
  .post-archive.masonry-style ul > li .post-item .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 100%;
    height: auto;
    z-index: 1;
  }
  .post-archive.masonry-style.masonry-style-fullwidth ul > li {
    width: 100%;
    padding: 0;
    float: none;
  }
}

/*
---------------------------------------
POST DETAILS
---------------------------------------
*/
.category {
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  font-weight: 700;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.category a:hover {
  color: #f5bb00;
  text-decoration: underline;
}
.post-title {
  color: #777777;
  text-transform: uppercase;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.post-title a {
  color: #777777;
}
.post-title a:hover {
  text-decoration: underline;
  color: #50514f;
}
.post-meta {
  color: #cecece;
  padding: 0;
  margin: 0;
  line-height: 1;
}
.post-meta span.author {
  font-weight: bold;
  font-weight: 700;
}
.post-meta span i {
  margin-right: 3px;
}
.post-meta a {
  color: #cecece;
}
.post-meta a:hover {
  color: #f5bb00;
}
.has-post-format .featured-img {
  position: relative;
}
.has-post-format .featured-img:after {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 18px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  content: "\f1ea";
  font-family: 'FontAwesome';
  z-index: 4;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color ease 0.3s;
  -moz-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.has-post-format .featured-img:before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0);
  content: " ";
  z-index: 3;
  pointer-events: none;
  -webkit-transition: background-color ease 0.3s;
  -moz-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.has-post-format:hover .featured-img:after {
  background-color: #f5bb00;
}
.has-post-format:hover .featured-img:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.has-post-format.gallery-post .featured-img:after {
  content: "\f083";
}
.has-post-format.video-post .featured-img:after {
  content: "\f01d";
}
.has-post-format.link-post .featured-img:after {
  content: "\f0ac";
}
.has-post-format.quote-post .featured-img:after {
  content: "\f10d";
}
.has-post-format.audio-post .featured-img:after {
  content: "\f001";
}
.has-post-format.soundcloud-post .featured-img:after {
  content: "\f1be";
}
.content-wrapper.overflow-content .content {
  z-index: 3;
  margin-top: -200px;
  position: relative;
}

/*
---------------------------------------
POST DETAIL MEDIA
---------------------------------------
*/
.post-media {
  position: relative;
  margin-bottom: 30px;
  z-index: 2;
}
.post-media .featured-img {
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 50%;
  background-color: #cecece;
}
.post-media .featured-img img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 150%;
  height: auto;
  z-index: 1;
}
.post-media .owl-carousel {
  display: none !important;
}
.post-media .owl-carousel .item {
  margin: 0;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 50%;
}
.post-media .owl-carousel .item img {
  display: block;
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.post-media .gallery-tiled {
  display: none !important;
}
.post-media .gallery-tiled:before,
.post-media .gallery-tiled:after {
  display: table;
  content: " ";
}
.post-media .gallery-tiled:after {
  clear: both;
}
.post-media .gallery-tiled .item {
  width: 33.33333333%;
  padding-bottom: 33.33333333%;
  height: 0;
  float: left;
  display: block;
  overflow: hidden;
  position: relative;
  z-index: 2;
  background-color: #cecece;
}
.post-media .gallery-tiled .item img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 150%;
  height: auto;
  z-index: 1;
  -webkit-transition: -webkit-filter ease 0.4s, filter ease 0.4s;
  -moz-transition: -webkit-filter ease 0.4s, filter ease 0.4s;
  -o-transition: -webkit-filter ease 0.4s, filter ease 0.4s;
  transition: -webkit-filter ease 0.4s, filter ease 0.4s;
}
.post-media .gallery-tiled:hover .item:not(:hover) img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.post-media .responsive-video-embed {
  display: none !important;
  position: relative;
  padding-bottom: 56%;
  height: 0;
}
.post-media .responsive-video-embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  margin: 0;
  padding: 0;
}
.post-media.no-img .featured-img {
  display: none;
}
.post-media.has-post-format .featured-img:after {
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
}
.post-media.has-post-format .featured-img .post-format-content {
  display: none !important;
}
.post-media.has-post-format:hover .featured-img:before {
  background-color: rgba(0, 0, 0, 0);
}
.post-media.has-post-format.gallery-post .featured-img {
  display: none;
}
.post-media.has-post-format.gallery-post .featured-img:after {
  display: none;
}
.post-media.has-post-format.gallery-post .owl-carousel {
  display: block !important;
}
.post-media.has-post-format.gallery-post.tiled-style .owl-carousel {
  display: none !important;
}
.post-media.has-post-format.gallery-post.tiled-style .gallery-tiled {
  display: block !important;
}
.post-media.has-post-format.video-post .featured-img {
  display: none;
}
.post-media.has-post-format.video-post .featured-img:after {
  display: none;
}
.post-media.has-post-format.video-post .responsive-video-embed {
  display: block !important;
}
.post-media.has-post-format.audio-post .featured-img,
.post-media.has-post-format.soundcloud-post .featured-img,
.post-media.has-post-format.quote-post .featured-img,
.post-media.has-post-format.link-post .featured-img {
  padding-top: 0;
  padding: 40px;
  height: auto;
}
.post-media.has-post-format.audio-post .featured-img img,
.post-media.has-post-format.soundcloud-post .featured-img img,
.post-media.has-post-format.quote-post .featured-img img,
.post-media.has-post-format.link-post .featured-img img {
  filter: blur(8px);
  -webkit-filter: blur(8px);
  -moz-filter: blur(8px);
  -o-filter: blur(8px);
  -ms-filter: blur(8px);
}
.post-media.has-post-format.audio-post .featured-img:after,
.post-media.has-post-format.soundcloud-post .featured-img:after,
.post-media.has-post-format.quote-post .featured-img:after,
.post-media.has-post-format.link-post .featured-img:after {
  top: 40px;
  margin-top: 0;
}
.post-media.has-post-format.audio-post .featured-img .post-format-content,
.post-media.has-post-format.soundcloud-post .featured-img .post-format-content,
.post-media.has-post-format.quote-post .featured-img .post-format-content,
.post-media.has-post-format.link-post .featured-img .post-format-content {
  display: block !important;
  position: relative;
  z-index: 6;
  margin-top: 80px;
  text-align: center;
  color: rgba(255, 255, 255, 0.8);
  padding: 30px;
  pointer-events: none;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
}
.post-media.has-post-format.audio-post .featured-img .post-format-content p,
.post-media.has-post-format.soundcloud-post .featured-img .post-format-content p,
.post-media.has-post-format.quote-post .featured-img .post-format-content p,
.post-media.has-post-format.link-post .featured-img .post-format-content p,
.post-media.has-post-format.audio-post .featured-img .post-format-content h3,
.post-media.has-post-format.soundcloud-post .featured-img .post-format-content h3,
.post-media.has-post-format.quote-post .featured-img .post-format-content h3,
.post-media.has-post-format.link-post .featured-img .post-format-content h3 {
  padding: 0;
  margin: 0;
  line-height: 1;
  line-height: 1.2;
}
.post-media.has-post-format.audio-post .featured-img .post-format-content h3,
.post-media.has-post-format.soundcloud-post .featured-img .post-format-content h3,
.post-media.has-post-format.quote-post .featured-img .post-format-content h3,
.post-media.has-post-format.link-post .featured-img .post-format-content h3 {
  font-family: 'Droid Serif', serif;
  margin-bottom: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-size: 24px;
  -webkit-transition: color ease 0.4s;
  -moz-transition: color ease 0.4s;
  -o-transition: color ease 0.4s;
  transition: color ease 0.4s;
}
.post-media.has-post-format.audio-post .featured-img .post-format-content a,
.post-media.has-post-format.soundcloud-post .featured-img .post-format-content a,
.post-media.has-post-format.quote-post .featured-img .post-format-content a,
.post-media.has-post-format.link-post .featured-img .post-format-content a {
  color: rgba(255, 255, 255, 0.8);
  -webkit-transition: color ease 0.4s;
  -moz-transition: color ease 0.4s;
  -o-transition: color ease 0.4s;
  transition: color ease 0.4s;
  pointer-events: auto;
}
.post-media.has-post-format.audio-post .featured-img .post-format-content a:hover,
.post-media.has-post-format.soundcloud-post .featured-img .post-format-content a:hover,
.post-media.has-post-format.quote-post .featured-img .post-format-content a:hover,
.post-media.has-post-format.link-post .featured-img .post-format-content a:hover {
  text-decoration: underline;
}
.post-media.has-post-format.audio-post .featured-img .post-format-content iframe,
.post-media.has-post-format.soundcloud-post .featured-img .post-format-content iframe,
.post-media.has-post-format.quote-post .featured-img .post-format-content iframe,
.post-media.has-post-format.link-post .featured-img .post-format-content iframe {
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
  margin-bottom: -5px;
  pointer-events: auto;
}
.post-media.has-post-format.audio-post .featured-img .post-format-content audio,
.post-media.has-post-format.soundcloud-post .featured-img .post-format-content audio,
.post-media.has-post-format.quote-post .featured-img .post-format-content audio,
.post-media.has-post-format.link-post .featured-img .post-format-content audio {
  display: block;
  width: 100%;
  pointer-events: auto;
}
.post-media.has-post-format.soundcloud-post .featured-img .post-format-content {
  padding: 0;
  -webkit-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  -moz-box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0);
}
.post-media.has-post-format:hover.quote-post .featured-img:before,
.post-media.has-post-format:hover.link-post .featured-img:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.post-media.has-post-format:hover.quote-post .featured-img .post-format-content a,
.post-media.has-post-format:hover.link-post .featured-img .post-format-content a,
.post-media.has-post-format:hover.quote-post .featured-img .post-format-content h3,
.post-media.has-post-format:hover.link-post .featured-img .post-format-content h3 {
  color: #ffffff;
}

/*
---------------------------------------
POST DETAIL HEADING
---------------------------------------
*/
.post-heading {
  padding: 30px;
  position: relative;
}
.post-heading .category {
  margin-bottom: 10px;
  font-size: 12px;
}
.post-heading .category a {
  margin-right: 10px;
}
.post-heading .post-meta {
  font-size: 14px;
}
.post-heading .post-meta span {
  margin-right: 10px;
}
.post-heading .post-title {
  color: #50514f;
  line-height: 1.2;
  margin-bottom: 15px;
}
.post-heading .social-icons {
  position: absolute;
  right: 30px;
  bottom: 30px;
}

/*
---------------------------------------
POST DETAIL CONTENT INNER
---------------------------------------
*/
.content-inner {
  display: block;
  position: relative;
  width: 100%;
  background-color: #ffffff;
  margin-bottom: 40px;
}
.content-inner .post-media {
  margin-bottom: 0;
}
.content-inner .post-heading + .post-content {
  padding-top: 0;
}
.content-inner .post-content {
  padding: 30px;
}
.content-inner .post-content p {
  font-size: 14px;
}
.content-inner .post-meta-bottom {
  padding: 15px 0;
  margin-top: 40px;
  border-top: 1px solid #f4f4f4;
  border-bottom: 1px solid #f4f4f4;
}
.content-inner .post-meta-bottom:before,
.content-inner .post-meta-bottom:after {
  display: table;
  content: " ";
}
.content-inner .post-meta-bottom:after {
  clear: both;
}
.content-inner .post-meta-bottom .widget-tags {
  float: left;
  width: 50%;
  padding-top: 10px;
}
.content-inner .post-meta-bottom .social-icons {
  margin-top: 10px;
  float: left;
  width: 50%;
  text-align: right;
}
.content-inner .next-prev-post {
  position: relative;
  padding-top: 40px;
  border-top: 1px solid #f4f4f4;
}
.content-inner .next-prev-post:before,
.content-inner .next-prev-post:after {
  display: table;
  content: " ";
}
.content-inner .next-prev-post:after {
  clear: both;
}
.content-inner .next-prev-post .category {
  margin-bottom: 5px;
}
.content-inner .next-prev-post .category a {
  margin-right: 5px;
}
.content-inner .next-prev-post .post-title {
  line-height: 1.4;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.content-inner .next-prev-post p {
  color: #cecece;
  font-size: 12px;
}
.content-inner .next-prev-post .next-post,
.content-inner .next-prev-post .prev-post {
  float: left;
  position: relative;
  width: 50%;
  height: 70px;
  padding: 5px 40px;
}
.content-inner .next-prev-post .next-post:before,
.content-inner .next-prev-post .prev-post:before {
  position: absolute;
  width: 30px;
  background-color: #f5bb00;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  height: 70px;
  content: "\f104";
  font-family: 'FontAwesome';
  left: 0;
  top: 0;
}
.content-inner .next-prev-post .next-post {
  float: right;
  text-align: right;
}
.content-inner .next-prev-post .next-post:before {
  right: 0;
  left: auto;
  content: "\f105";
}
.content-inner .widget {
  padding: 20px;
}

/*
---------------------------------------
POST DETAIL ABOUT AUTHOR
---------------------------------------
*/
.widget-about.post-author {
  text-align: left;
  position: relative;
}
.widget-about.post-author:before,
.widget-about.post-author:after {
  display: table;
  content: " ";
}
.widget-about.post-author:after {
  clear: both;
}
.widget-about.post-author .avatar {
  float: left;
  width: 80px;
  height: 80px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  margin-top: 10px;
}
.widget-about.post-author .caption {
  position: relative;
  margin-left: 100px;
}
.widget-about.post-author .caption .subname {
  font-size: 12px;
}
.widget-about.post-author .caption .description {
  font-size: 14px;
}
.widget-about.post-author .social-icons {
  position: relative;
  left: -10px;
}
.widget-about.post-author .social-icons a {
  color: #50514f;
}
.widget-about.post-author .social-icons a:hover {
  color: #f5bb00;
}

/*
---------------------------------------
POST COMMENTS
---------------------------------------
*/
.comments {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  margin-bottom: 40px;
}
.comments li {
  font-size: 14px;
  margin-bottom: 15px;
}
.comments li .comment-item {
  background-color: #ffffff;
  padding: 20px;
  position: relative;
}
.comments li .comment-item .comment-heading {
  position: relative;
  padding: 0 0 20px;
  border-bottom: 1px solid #f4f4f4;
  margin-bottom: 15px;
}
.comments li .comment-item .comment-heading:before,
.comments li .comment-item .comment-heading:after {
  display: table;
  content: " ";
}
.comments li .comment-item .comment-heading:after {
  clear: both;
}
.comments li .comment-item .comment-heading .avatar {
  width: 60px;
  height: 60px;
  position: relative;
  z-index: 2;
  overflow: hidden;
  background-color: #cecece;
  float: left;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.comments li .comment-item .comment-heading .avatar img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 130%;
  height: auto;
  z-index: 1;
}
.comments li .comment-item .comment-heading .caption {
  margin-left: 75px;
  padding: 15px 0;
}
.comments li .comment-item .comment-heading .caption .date {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 13px;
  font-style: italic;
}
.comments li .comment-item .comment-heading .caption .name {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-family: 'Roboto Condensed', sans-serif;
  text-transform: uppercase;
  margin-bottom: 5px;
  font-weight: bold;
  font-weight: 700;
}
.comments li .comment-item .comment-heading .caption .name > a {
  color: #50514f;
}
.comments li .comment-item .comment-heading .caption .name > a:hover {
  text-decoration: underline;
}
.comments li .comment-item .comment-heading .caption .name span {
  font-family: 'Lato', sans-serif;
  color: #999999;
  text-transform: none;
  margin-left: 5px;
  font-weight: normal;
  font-weight: 400;
}
.comments li .comment-item .comment-heading .btn-reply {
  position: absolute;
  top: 0;
  right: 0;
}
.comments li .comment-item .comment-heading .btn-reply.btn-main {
  padding: 0 15px;
}
.comments li ul {
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0;
  padding-left: 75px;
  margin-top: 15px;
}
.comments li ul > li {
  font-size: 14px;
}
.comments .has-comment-form .content-inner {
  margin-bottom: 0;
}

@media only screen and (max-width: 900px) {
  .content-wrapper.overflow-content .content {
    z-index: 3;
    margin-top: 0;
  }
  .post-media {
    margin-bottom: 0;
  }
}

@media only screen and (max-width: 600px) {
  .content-inner .post-meta-bottom .widget-tags > a {
    margin: 5px;
  }
  .content-inner .post-meta-bottom .widget-tags,
  .content-inner .post-meta-bottom .social-icons {
    width: 100%;
    text-align: center;
  }
  .content-inner .next-prev-post .next-post,
  .content-inner .next-prev-post .prev-post {
    width: 100%;
  }
}

@media only screen and (max-width: 480px) {
  .post-media.has-post-format.audio-post .featured-img,
  .post-media.has-post-format.soundcloud-post .featured-img,
  .post-media.has-post-format.quote-post .featured-img,
  .post-media.has-post-format.link-post .featured-img {
    padding-top: 0;
    padding: 15px;
  }
  .post-media.has-post-format.audio-post .featured-img:after,
  .post-media.has-post-format.soundcloud-post .featured-img:after,
  .post-media.has-post-format.quote-post .featured-img:after,
  .post-media.has-post-format.link-post .featured-img:after {
    top: 15px;
    margin-top: 0;
  }
  .post-media.has-post-format.audio-post .featured-img .post-format-content,
  .post-media.has-post-format.soundcloud-post .featured-img .post-format-content,
  .post-media.has-post-format.quote-post .featured-img .post-format-content,
  .post-media.has-post-format.link-post .featured-img .post-format-content {
    margin-top: 65px;
    padding: 15px;
  }
  .post-media.has-post-format.audio-post .featured-img .post-format-content h3,
  .post-media.has-post-format.soundcloud-post .featured-img .post-format-content h3,
  .post-media.has-post-format.quote-post .featured-img .post-format-content h3,
  .post-media.has-post-format.link-post .featured-img .post-format-content h3 {
    font-size: 18px;
  }
  .post-media.has-post-format.soundcloud-post .featured-img .post-format-content {
    padding: 0;
  }
  .post-heading {
    padding: 20px;
  }
  .post-heading .post-title {
    font-size: 30px;
  }
  .post-heading .social-icons {
    display: none;
  }
  .content-inner .post-content {
    padding: 20px;
  }
  .content-inner .next-prev-post .next-post {
    margin-top: 15px;
  }
  .widget-about.post-author {
    text-align: center;
  }
  .widget-about.post-author .avatar {
    float: none;
    position: relative;
    display: block;
    margin: 0 auto;
  }
  .widget-about.post-author .caption {
    position: relative;
    margin-left: 0;
  }
  .widget-about.post-author .social-icons {
    left: 0;
  }
  .comments li .comment-item .comment-heading .btn-reply {
    top: -20px;
    right: -20px;
  }
  .comments li ul {
    padding-left: 15px;
  }
}

/*
---------------------------------------
PAGES
---------------------------------------
*/
.large-heading {
  font-style: 24px;
  margin-bottom: 30px;
  color: #50514f;
  text-transform: uppercase;
}
.page-heading {
  padding: 20px 30px;
  position: relative;
  border-bottom: 1px solid #f4f4f4;
}
.page-heading:before {
  position: absolute;
  width: 10px;
  height: 6px;
  background-color: #f5bb00;
  content: " ";
  left: 0;
  top: 50%;
  margin-top: -3px;
}
.page-heading .page-title {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 24px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #50514f;
}
.archive-heading {
  padding: 20px;
  background: #ffffff;
  margin-bottom: 40px;
  text-align: center;
}
.archive-heading .subheading {
  padding: 0;
  margin: 0;
  line-height: 1;
  font-size: 12px;
  font-weight: bold;
  font-weight: 700;
  color: #f5bb00;
  line-height: 1.6;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.archive-heading h3 {
  padding: 0;
  margin: 0;
  line-height: 1;
  color: #50514f;
  line-height: 1.2;
  text-transform: uppercase;
}
.archive-heading .archive-description {
  margin-top: 10px;
  color: #999999;
}
.archive-heading.bold-bordered {
  -webkit-box-shadow: 0 10px 0 0 #f5bb00;
  -moz-box-shadow: 0 10px 0 0 #f5bb00;
  box-shadow: 0 10px 0 0 #f5bb00;
}
.archive-heading .widget-about.post-author {
  padding: 0;
}
.btn-load-more {
  margin-bottom: 30px;
}
.page-inner-content {
  padding: 80px 0;
  text-align: center;
  color: #999999;
}
.page-inner-content h1 {
  font-size: 50px;
  color: #50514f;
}
.page-inner-content h3 {
  color: #50514f;
}
.page-inner-content .heading-404 {
  font-size: 200px;
  font-weight: bold;
}
.page-inner-content .heading-404 span {
  color: #f5bb00;
}
.page-inner-content form {
  margin-top: 40px;
}

@media only screen and (max-width: 480px) {
  .page-heading {
    padding: 15px 20px;
  }
  .page-inner-content {
    padding: 40px 0;
  }
  .page-inner-content h1 {
    font-size: 30px;
  }
  .page-inner-content .heading-404 {
    font-size: 150px;
  }
}

/*
---------------------------------------
FEATURED POSTS
---------------------------------------
*/
.content-wrapper .featured-posts-split {
  margin-bottom: 40px;
}
.featured-posts {
  margin-bottom: 40px;
}
.featured-posts .item .caption {
  background: #ffffff;
}
.featured-posts .item .caption .category,
.featured-posts .item .caption .post-title,
.featured-posts .item .caption .post-meta {
  margin-bottom: 10px;
}
.featured-posts .item .caption .category {
  margin-bottom: 10px;
}
.featured-posts .item .caption .category > a {
  margin: 5px;
}
.featured-posts .item .caption .post-title a {
  color: #50514f;
}
.featured-posts .item .caption .post-title a:hover {
  text-decoration: none;
}
.featured-posts .item .caption .post-meta span {
  margin: 0 5px;
}

/*
---------------------------------------
FEATURED POST SLIDESHOW
---------------------------------------
*/
.featured-posts-slideshow.owl-carousel .item {
  margin: 0;
  width: 100%;
  height: 0;
  position: relative;
  z-index: 2;
  overflow: hidden;
  padding-top: 47%;
}
.featured-posts-slideshow.owl-carousel .item .caption {
  position: absolute;
  padding: 30px;
  bottom: 60px;
  width: 400px;
  left: 50%;
  margin-left: -200px;
  z-index: 5;
  text-align: center;
}
.featured-posts-slideshow.owl-carousel .item .caption:before {
  position: absolute;
  content: " ";
  left: -10px;
  right: -10px;
  top: -20px;
  bottom: -20px;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  z-index: -1;
}
.featured-posts-slideshow.owl-carousel .item .caption:after {
  position: absolute;
  content: " ";
  top: -10px;
  bottom: -10px;
  left: -20px;
  right: -20px;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  z-index: -1;
}
.featured-posts-slideshow.owl-carousel .item .caption .btn {
  margin-top: 15px;
}
.featured-posts-slideshow.owl-carousel .item img {
  display: block;
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.featured-posts-slideshow.owl-carousel .item.has-post-format {
  position: relative;
}
.featured-posts-slideshow.owl-carousel .item.has-post-format:after {
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: #ffffff;
  font-size: 18px;
  top: 15px;
  right: 15px;
  content: "\f1ea";
  font-family: 'FontAwesome';
  z-index: 4;
  pointer-events: none;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: background-color ease 0.5s;
  -moz-transition: background-color ease 0.5s;
  -o-transition: background-color ease 0.5s;
  transition: background-color ease 0.5s;
}
.featured-posts-slideshow.owl-carousel .item.has-post-format.gallery-post:after {
  content: "\f083";
}
.featured-posts-slideshow.owl-carousel .item.has-post-format.video-post:after {
  content: "\f01d";
}
.featured-posts-slideshow.owl-carousel .item.has-post-format.link-post:after {
  content: "\f0ac";
}
.featured-posts-slideshow.owl-carousel .item.has-post-format.quote-post:after {
  content: "\f10d";
}
.featured-posts-slideshow.owl-carousel .item.has-post-format.audio-post:after {
  content: "\f001";
}
.featured-posts-slideshow.owl-carousel .item.has-post-format.soundcloud-post:after {
  content: "\f1be";
}
.featured-posts-slideshow.owl-carousel .item.has-post-format:hover:after {
  background-color: #f5bb00;
}
.featured-posts-slideshow.owl-carousel #owl-bar {
  width: 0%;
  max-width: 100%;
  height: 4px;
  background: #f5bb00;
}
.featured-posts-slideshow.owl-carousel #owl-progress-bar {
  width: 100%;
  background: rgba(0, 0, 0, 0.15);
  position: absolute;
  margin-top: 0;
  left: 0;
  right: 0;
  z-index: 3;
}

/*
---------------------------------------
FEATURED POST TILED
---------------------------------------
*/
.featured-posts-tiled {
  font-size: 0;
}
.featured-posts-tiled:before,
.featured-posts-tiled:after {
  display: table;
  content: " ";
}
.featured-posts-tiled:after {
  clear: both;
}
.featured-posts-tiled .item {
  font-size: 14px;
  width: 27%;
  float: left;
  display: block;
  height: 560px;
  position: relative;
}
.featured-posts-tiled .item .featured-img {
  width: 100%;
  height: 280px;
  position: relative;
  overflow: hidden;
  background-color: #cecece;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.featured-posts-tiled .item .featured-img img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: auto;
  height: 100%;
  z-index: 1;
}
.featured-posts-tiled .item .caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding: 20px;
  height: 280px;
  color: #999999;
}
.featured-posts-tiled .item .caption:after {
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 15px solid #ffffff;
  position: absolute;
  top: -15px;
  z-index: 3;
  content: "";
  left: 50%;
  margin-left: -15px;
}
.featured-posts-tiled .item .caption .post-title {
  font-size: 18px;
}
.featured-posts-tiled .item .caption .category a {
  margin: 0 10px 0 0;
}
.featured-posts-tiled .item .caption .post-meta {
  position: absolute;
  right: 20px;
  bottom: 20px;
}
.featured-posts-tiled .item .caption .post-meta span {
  margin: 0 10px 0 0;
}
.featured-posts-tiled .item .caption .btn {
  margin-top: 15px;
}
.featured-posts-tiled .item:first-child {
  width: 46%;
}
.featured-posts-tiled .item:first-child .featured-img img {
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 120%;
  height: auto;
  z-index: 1;
}
.featured-posts-tiled .item:first-child .caption {
  padding: 30px;
}
.featured-posts-tiled .item:first-child .caption .post-title {
  font-size: 30px;
}
.featured-posts-tiled .item:nth-child(2) .featured-img {
  bottom: 0;
  top: auto;
}
.featured-posts-tiled .item:nth-child(2) .caption {
  top: 0;
  bottom: auto;
}
.featured-posts-tiled .item:nth-child(2) .caption:after {
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: none;
  border-top: 15px solid #ffffff;
  top: auto;
  bottom: -15px;
}

/*
---------------------------------------
FEATURED POST SPLIT
---------------------------------------
*/
.featured-posts-split {
  position: relative;
  margin-bottom: 10px;
  -webkit-box-shadow: 0 5px 0 0 #f5bb00;
  -moz-box-shadow: 0 5px 0 0 #f5bb00;
  box-shadow: 0 5px 0 0 #f5bb00;
}
.featured-posts-split .owl-main-slide .item {
  margin: 0;
  width: 100%;
  height: 600px;
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.featured-posts-split .owl-main-slide .item img {
  display: block;
  position: absolute;
  margin: auto;
  top: -9999px;
  right: -9999px;
  bottom: -9999px;
  left: -9999px;
  width: 100%;
  height: auto;
  z-index: 1;
}
.featured-posts-split .owl-post-nav-content {
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: " ";
}
.featured-posts-split .owl-post-nav-content .item {
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0.4);
  height: 600px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
  -webkit-transition: background-color ease 0.3s;
  -moz-transition: background-color ease 0.3s;
  -o-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}
.featured-posts-split .owl-post-nav-content .item:hover {
  background-color: rgba(0, 0, 0, 0.3);
}
.featured-posts-split .owl-post-nav-content .item .caption {
  position: absolute;
  z-index: 4;
  bottom: -70px;
  left: 10px;
  right: 10px;
  background-color: rgba(0, 0, 0, 0);
  padding: 30px;
  text-align: center;
  -webkit-transition: background-color ease 0.3s, bottom ease 0.3s;
  -moz-transition: background-color ease 0.3s, bottom ease 0.3s;
  -o-transition: background-color ease 0.3s, bottom ease 0.3s;
  transition: background-color ease 0.3s, bottom ease 0.3s;
}
.featured-posts-split .owl-post-nav-content .item .caption .post-title {
  font-size: 18px;
  line-height: 1.4;
}
.featured-posts-split .owl-post-nav-content .item .caption .category {
  margin-bottom: 5px;
}
.featured-posts-split .owl-post-nav-content .item .caption .category a {
  margin: 0 5px;
}
.featured-posts-split .owl-post-nav-content .item .caption .post-title,
.featured-posts-split .owl-post-nav-content .item .caption .post-title a,
.featured-posts-split .owl-post-nav-content .item .caption .category a,
.featured-posts-split .owl-post-nav-content .item .caption .post-meta,
.featured-posts-split .owl-post-nav-content .item .caption .post-meta a {
  color: rgba(255, 255, 255, 0.5);
  -webkit-transition: color ease 0.3s;
  -moz-transition: color ease 0.3s;
  -o-transition: color ease 0.3s;
  transition: color ease 0.3s;
}
.featured-posts-split .owl-post-nav-content .item .caption .btn {
  margin-top: 15px;
}
.featured-posts-split .owl-post-nav-content .synced .item {
  background-color: rgba(0, 0, 0, 0.3);
}
.featured-posts-split .owl-post-nav-content .synced .item .caption {
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
}
.featured-posts-split .owl-post-nav-content .synced .item .caption .post-title a {
  color: #ffffff;
}
.featured-posts-split .owl-post-nav-content .synced .item .caption .post-title a:hover {
  text-decoration: underline;
}
.featured-posts-split .owl-post-nav-content .synced .item .caption .category a {
  color: #f5bb00;
}
.featured-posts-split .owl-post-nav-content .synced .item .caption .post-meta span a:hover {
  color: #f5bb00;
}

@media only screen and (max-width: 1024px) {
  .featured-posts-tiled .item {
    width: 33.33333333%;
  }
  .featured-posts-tiled .item .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 150%;
    height: auto;
    z-index: 1;
  }
  .featured-posts-tiled .item:first-child {
    width: 33.33333333%;
  }
  .featured-posts-tiled .item:first-child .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 150%;
    height: auto;
    z-index: 1;
  }
  .featured-posts-tiled .item:first-child .caption {
    padding: 20px;
  }
  .featured-posts-tiled .item:first-child .caption .post-title {
    font-size: 18px;
  }
}

@media only screen and (max-width: 900px) {
  .featured-posts-tiled .item .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: auto;
    height: 100%;
    z-index: 1;
  }
  .featured-posts-tiled .item .caption .post-meta {
    position: relative;
    right: auto;
    bottom: auto;
  }
  .featured-posts-tiled .item .caption .btn {
    margin-top: 0;
  }
  .featured-posts-tiled .item:first-child .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: auto;
    height: 100%;
    z-index: 1;
  }
  .featured-posts-split .owl-main-slide .item {
    width: 100%;
    height: 500px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .featured-posts-split .owl-post-nav-content .item {
    height: 500px;
  }
  .featured-posts-split .owl-post-nav-content .item .caption {
    padding: 20px;
  }
}

@media only screen and (max-width: 800px) {
  .featured-posts-slideshow.owl-carousel .item {
    padding-top: 55%;
  }
  .featured-posts-split .owl-main-slide .item {
    width: 100%;
    height: 400px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .featured-posts-split .owl-post-nav-content .item {
    height: 400px;
  }
  .featured-posts-split .owl-post-nav-content .item .caption {
    padding: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .featured-posts-slideshow.owl-carousel .item .caption {
    padding: 20px;
  }
  .featured-posts-slideshow.owl-carousel .item .caption .btn {
    display: none;
  }
  .featured-posts-tiled .item {
    width: 100%;
    height: auto;
  }
  .featured-posts-tiled .item .featured-img {
    width: 100%;
    height: 0;
    z-index: 2;
    overflow: hidden;
    padding-top: 60%;
    position: relative;
    top: auto;
    left: auto;
  }
  .featured-posts-tiled .item .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 150%;
    height: auto;
    z-index: 1;
  }
  .featured-posts-tiled .item .caption {
    position: relative;
    bottom: auto;
    left: auto;
    height: auto;
  }
  .featured-posts-tiled .item:first-child {
    width: 100%;
  }
  .featured-posts-tiled .item:first-child .featured-img img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 150%;
    height: auto;
    z-index: 1;
  }
  .featured-posts-tiled .item:nth-child(2) .featured-img {
    bottom: auto;
    top: auto;
  }
  .featured-posts-tiled .item:nth-child(2) .caption {
    top: auto;
    bottom: auto;
  }
  .featured-posts-tiled .item:nth-child(2) .caption:after {
    border-bottom: 15px solid #ffffff;
    border-top: none;
    top: -15px;
    bottom: auto;
  }
  .featured-posts-split .owl-main-slide .item img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: 150%;
    height: auto;
    z-index: 1;
  }
}

@media only screen and (max-width: 480px) {
  .featured-posts-slideshow.owl-carousel .item .caption {
    width: auto;
    padding: 20px;
    bottom: 30px;
    left: 15px;
    right: 15px;
    margin-left: 0;
  }
  .featured-posts-slideshow.owl-carousel .item .caption .post-title {
    font-size: 18px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .featured-posts-slideshow.owl-carousel .item .caption .post-meta {
    display: none;
  }
  .featured-posts-slideshow.owl-carousel .item .caption:after,
  .featured-posts-slideshow.owl-carousel .item .caption:before {
    display: none;
  }
  .featured-posts-split .owl-main-slide .item {
    width: 100%;
    height: 300px;
    position: relative;
    z-index: 2;
    overflow: hidden;
  }
  .featured-posts-split .owl-main-slide .item img {
    position: absolute;
    margin: auto;
    top: -9999px;
    right: -9999px;
    bottom: -9999px;
    left: -9999px;
    width: auto;
    height: 130%;
    z-index: 1;
  }
  .featured-posts-split .owl-post-nav-content .item {
    height: 300px;
  }
}

@media only screen and (max-width: 375px) {
  .featured-posts-slideshow.owl-carousel .item.has-post-format:after {
    display: none !important;
  }
}


/*
---------------------------------------
BLOCKQUOTE
---------------------------------------
*/
blockquote {
  border-left: 0;
  margin: 40px 0;
  position: relative;
  padding: 40px 30px 20px;
}
blockquote:before {
  position: absolute;
  top: -20px;
  left: 0;
  font-family: 'Droid Serif', serif;
  color: #f4f4f4;
  font-size: 180px;
  content: open-quote;
  line-height: 1;
  z-index: 0;
}
blockquote:after {
  position: absolute;
  bottom: -100px;
  right: 0;
  font-family: 'Droid Serif', serif;
  color: #f4f4f4;
  font-size: 180px;
  content: close-quote;
  line-height: 1;
  z-index: 0;
}
blockquote p {
  color: #999999;
  font-size: 24px !important;
  line-height: 1.4;
  font-style: italic;
  font-family: 'Droid Serif', serif;
  z-index: 1;
  position: relative;
  margin-bottom: 20px;
}
blockquote .small,
blockquote small {
  font-size: 12px;
  text-transform: uppercase;
  color: #50514f;
  text-align: left;
  font-weight: 700;
  z-index: 1;
  position: relative;
}
blockquote.blockquote-reverse,
blockquote.pull-right {
  padding: 40px 30px 20px;
  border-right: none;
}
blockquote.blockquote-reverse footer,
blockquote.pull-right footer,
blockquote.blockquote-reverse small,
blockquote.pull-right small,
blockquote.blockquote-reverse .small,
blockquote.pull-right .small {
  text-align: right;
}
/*
---------------------------------------
BULLET AND LIST
---------------------------------------
*/
ul.circle-list,
ul.angle-list,
ul.check-list,
ul.folder-list {
  padding: 0 0 0 10px;
  list-style: none;
}
ul.circle-list li,
ul.angle-list li,
ul.check-list li,
ul.folder-list li {
  position: relative;
  margin-bottom: 5px;
  padding-left: 18px;
}
ul.circle-list li:before,
ul.angle-list li:before,
ul.check-list li:before,
ul.folder-list li:before {
  position: absolute;
  top: 5px;
  left: 0;
  content: "\f10c";
  font-family: 'FontAwesome';
  font-size: 8px;
  color: #cecece;
}
ul.folder-list li:before {
  content: "\f114";
  top: 2px;
  font-size: 12px;
}
ul.angle-list li:before {
  content: "\f105";
  top: 2px;
  font-size: 12px;
}
ul.check-list li:before {
  content: "\f00c";
  top: 3px;
  font-size: 10px;
}
ul.circle-list ul,
ul.angle-list ul,
ul.check-list ul,
ul.folder-list ul {
  padding-left: 20px;
  list-style: none;
  margin-top: 5px;
}
/*
---------------------------------------
ADDRESSES
---------------------------------------
*/
address {
  background: #f4f4f4;
  padding: 20px;
  line-height: 1.6;
  color: #999999;
}
address.boxed-address {
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  -moz-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
}
address .company-name {
  color: #50514f;
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
}
address .address-icon {
  width: 30px;
  height: 30px;
  background: #777777;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
  position: relative;
  line-height: 30px;
  color: #ffffff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
address.success-icons .address-icon {
  background: #9bc53d;
}
address.info-icons .address-icon {
  background: #5bc0eb;
}
address.warning-icons .address-icon {
  background: #f5bb00;
}
address.danger-icons .address-icon {
  background: #e55934;
}
address p {
  display: none;
}
address p.email,
address p.phone {
  color: #777777;
  font-weight: bold;
  margin: 15px 0;
  display: block;
}
address p.email {
  margin: 15px 0 0;
}
@media only screen and (max-width: 480px) {
  address {
    padding: 15px;
  }
  address.boxed-address {
    -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
    -moz-box-shadow: inset 0 0 0 4px #f4f4f4;
    box-shadow: inset 0 0 0 4px #f4f4f4;
  }
}
/*
---------------------------------------
ICON TEXT
---------------------------------------
*/
.icon-with-text {
  text-align: center;
  margin-bottom: 40px;
  color: #999999;
}
.icon-with-text h4 {
  color: #50514f;
  font-size: 24px;
}
.icon-with-text .main-icon {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  font-size: 24px;
  background: #ececec;
  margin-bottom: 15px;
  border-radius: 50%;
  color: #ffffff;
}
.icon-with-text.success-icon .main-icon {
  background: #9bc53d;
}
.icon-with-text.info-icon .main-icon {
  background: #5bc0eb;
}
.icon-with-text.warning-icon .main-icon {
  background: #f5bb00;
}
.icon-with-text.danger-icon .main-icon {
  background: #e55934;
}
/*
---------------------------------------
NOTES
---------------------------------------
*/
.note {
  padding: 20px;
  background: #fafafa;
  position: relative;
  border: 1px dashed #ececec;
  margin: 30px;
}
.note h5 {
  text-transform: uppercase;
  font-size: 18px;
  margin: 0 0 10px 0;
  padding: 5px 60px 15px 0;
  color: #50514f;
  position: relative;
  font-weight: bold;
  border-bottom: 1px dashed #ececec;
}
.note h5:before {
  position: absolute;
  top: -10px;
  right: 0px;
  width: 40px;
  height: 40px;
  background: #ececec;
  content: "\f0c6";
  font-family: 'FontAwesome';
  text-align: center;
  line-height: 40px;
  color: #fff;
  font-size: 18px;
  font-weight: normal;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.note.note-default {
  background-color: #ffffff;
}
.note.note-success {
  background: rgba(155, 197, 61, 0.08);
  border-color: #9bc53d;
}
.note.note-success h5 {
  color: #9bc53d;
  border-bottom-color: #9bc53d;
}
.note.note-success h5:before {
  background: #9bc53d;
}
.note.note-info {
  background: rgba(91, 192, 235, 0.08);
  border-color: #5bc0eb;
}
.note.note-info h5 {
  color: #5bc0eb;
  border-bottom-color: #5bc0eb;
}
.note.note-info h5:before {
  background: #5bc0eb;
}
.note.note-warning {
  background: rgba(245, 187, 0, 0.08);
  border-color: #f5bb00;
}
.note.note-warning h5 {
  color: #f5bb00;
  border-bottom-color: #f5bb00;
}
.note.note-warning h5:before {
  background: #f5bb00;
}
.note.note-danger {
  background: rgba(229, 89, 52, 0.08);
  border-color: #e55934;
}
.note.note-danger h5 {
  color: #e55934;
  border-bottom-color: #e55934;
}
.note.note-danger h5:before {
  background: #e55934;
}
/*
---------------------------------------
CTA
---------------------------------------
*/
.cta {
  padding: 30px;
  background: #ffffff;
  -webkit-box-shadow: inset 0 0 0 4px #f4f4f4;
  -moz-box-shadow: inset 0 0 0 4px #f4f4f4;
  box-shadow: inset 0 0 0 4px #f4f4f4;
  margin: 0 30px 30px 30px;
  position: relative;
}
.cta.with-offer {
  margin-top: 60px;
}
.cta .circle-offer {
  position: absolute;
  width: 60px;
  height: 60px;
  background: #e55934;
  left: -20px;
  top: -20px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 1;
  padding: 12px;
  font-size: 10px;
}
.cta .circle-offer span {
  display: block;
  font-size: 18px;
  margin: 5px 0;
  font-weight: bold;
}
.cta .btn.btn-block {
  margin: 0;
}
.cta p {
  font-size: 24px !important;
  margin: 5px 0;
  padding: 0;
  line-height: 1.4;
  color: #50514f;
}
@media only screen and (max-width: 800px) {
  .cta {
    padding: 20px;
  }
  .cta p {
    text-align: center;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 480px) {
  .cta {
    margin: 0 0 30px 0;
  }
  .cta .circle-offer {
    position: relative;
    left: 50%;
    top: auto;
    margin: 5px 0;
    margin-left: -30px;
  }
}
