@import url(http://fonts.googleapis.com/css?family=Lato:400,300italic,300,400italic);
html {font-family: "Lato", "Lato",sans-serif; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; }

body {
	font-family: "Lato", "Lato",sans-serif,Droid Sans;
	font-size:16px;
	color:#292929;
	line-height:2em;
	font-weight:400;
	background:#ffffff;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary { display: block; }

audio, canvas, progress, video { display: inline-block; vertical-align: baseline; }


a { background-color: transparent; }

a:active, a:hover { outline: 0; }


b, strong { font-weight: bold; }


h1 { font-size: 2em; margin: 0.67em 0; }



img { border: 0; }

li
{
	list-style:none !important;	
}
figure { margin: 1em 40px; }

hr { box-sizing: content-box; height: 0; }

.top{
	m
}

button, input, optgroup, select, textarea { color: inherit; font: inherit; margin: 0; }

button { overflow: visible; }

button, select { text-transform: none; }

button, html input[type="button"], input[type="reset"], input[type="submit"] { -webkit-appearance: button; cursor: pointer; }

button[disabled], html input[disabled] { cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

input { line-height: normal; }

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; }

input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button { height: auto; }

input[type="search"] { -webkit-appearance: textfield; box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }


textarea { overflow: auto; }


table { border-collapse: collapse; border-spacing: 0; }

td, th { padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print { *, *:before, *:after { background: transparent !important; color: #000 !important; box-shadow: none !important; text-shadow: none !important; }
  a, a:visited { text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }

  a[href^="#"]:after, a[href^="javascript:"]:after { content: ""; }
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; }
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3 { page-break-after: avoid; }

  .btn > .caret, .dropup > .btn > .caret { border-top-color: #000 !important; }
  .label { border: 1px solid #000; }
  .table { border-collapse: collapse !important; }
  .table td, .table th { background-color: #fff !important; } }

* { box-sizing: border-box; }

*:before, *:after { box-sizing: border-box; }

html { font-size: 10px; -webkit-tap-highlight-color: transparent; }

body { font-family: "Lato", "Lato",lato, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 1.6; color: #aaaaaa; background-color: #fff; }

input, button, select, textarea { font-family: "Lato", inherit; font-size: inherit; line-height: inherit; }

a { color: #4ab9cf; text-decoration: none; }
a:hover, a:focus { color: #36b1ca; text-decoration: underline; }
a:focus { outline: none; }

figure { margin: 0; }

img { vertical-align: middle; }

.img-responsive { display: block; max-width: 100%; height: auto; }


hr { margin-top: 22px; margin-bottom: 22px; border: 0; border-top: 1px solid #eeeeee; }

.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); border: 0; }


[role="button"] { cursor: pointer; }

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { font-family: "Lato", inherit; font-weight: 500; line-height: 1.1; color: inherit; }


h1, .h1, h2, .h2, h3, .h3 { margin-top: 22px; margin-bottom: 11px; }


h4, .h4, h5, .h5, h6, .h6 { margin-top: 11px; margin-bottom: 11px; }


h1, .h1 { font-size: 36px; }

h2, .h2 { font-size: 30px; }

h3, .h3 { font-size: 24px; }

h4, .h4 { font-size: 18px; }

h5, .h5 { font-size: 14px; }

h6, .h6 { font-size: 12px; }

p { margin: 0 0 11px; }
@media (min-width: 768px) { }


.text-center { text-align: center; }


.text-uppercase, .initialism { text-transform: uppercase; }


ul, ol { margin-top: 0; margin-bottom: 11px; }
ul ul, ul ol, ol ul, ol ol { margin-bottom: 0; }

.list-unstyled { padding-left: 0; list-style: none; }


dl { margin-top: 0; margin-bottom: 22px; }

dt, dd { line-height: 1.6; }

dt { font-weight: bold; }

dd { margin-left: 0; }
@media (min-width: 992px) { }


blockquote { padding: 11px 22px; margin: 0 0 22px; font-size: 17.5px; border-left: 5px solid #eeeeee; }
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child { margin-bottom: 0; }


.container { margin-right: auto; margin-left: auto; padding-left: 15px; padding-right: 15px; }
.container:before, .container:after { content: " "; display: table; }
.container:after { clear: both; }
@media (min-width: 768px) { .container { width: 750px; } }
@media (min-width: 992px) { .container { width: 970px; } }
@media (min-width: 1200px) { .container { width: 1170px; } }


.row { margin-left: -15px; margin-right: -15px; }
.row:before, .row:after { content: " "; display: table; }
.row:after { clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 { position: relative; min-height: 1px; padding-left: 15px; padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 { float: left; }


.col-xs-12 { width: 100%; }

@media (min-width: 768px) {
 .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 { float: left; }

  .col-sm-2 { width: 16.66667%; }
  .col-sm-3 { width: 25%; }
  .col-sm-4 { width: 33.33333%; }

  .col-sm-6 { width: 50%; }

  .col-sm-8 { width: 66.66667%; }
  .col-sm-9 { width: 75%; }

  .col-sm-12 { width: 100%; }

  .col-sm-offset-2 { margin-left: 16.66667%; } }
@media (min-width: 992px) {
 .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 { float: left; }

  .col-md-2 { width: 16.66667%; }
  .col-md-3 { width: 25%; }
  .col-md-4 { width: 33.33333%; }

  .col-md-6 { width: 50%; }

  .col-md-8 { width: 66.66667%; }
  .col-md-9 { width: 75%; }

  .col-md-12 { width: 100%; }

  .col-md-pull-9 { right: 75%; }

  .col-md-push-3 { left: 25%; } }
@media (min-width: 1200px) { }

table { background-color: transparent; }


th { text-align: left; }

.table { width: 100%; max-width: 100%; margin-bottom: 22px; }
.table > thead > tr > th, .table > thead > tr > td, .table > tbody > tr > th, .table > tbody > tr > td, .table > tfoot > tr > th, .table > tfoot > tr > td { padding: 8px; line-height: 1.6; vertical-align: top; border-top: 1px solid #ddd; }
.table > thead > tr > th { vertical-align: bottom; border-bottom: 2px solid #ddd; }
.table > caption + thead > tr:first-child > th, .table > caption + thead > tr:first-child > td, .table > colgroup + thead > tr:first-child > th, .table > colgroup + thead > tr:first-child > td, .table > thead:first-child > tr:first-child > th, .table > thead:first-child > tr:first-child > td { border-top: 0; }
.table > tbody + tbody { border-top: 2px solid #ddd; }
.table .table { background-color: #fff; }


table td[class*="col-"], table th[class*="col-"] { position: static; float: none; display: table-cell; }

.table > thead > tr > td.active, .table > thead > tr > th.active, .table > thead > tr.active > td, .table > thead > tr.active > th, .table > tbody > tr > td.active, .table > tbody > tr > th.active, .table > tbody > tr.active > td, .table > tbody > tr.active > th, .table > tfoot > tr > td.active, .table > tfoot > tr > th.active, .table > tfoot > tr.active > td, .table > tfoot > tr.active > th { background-color: #f5f5f5; }

.table-hover > tbody > tr > td.active:hover, .table-hover > tbody > tr > th.active:hover, .table-hover > tbody > tr.active:hover > td, .table-hover > tbody > tr:hover > .active, .table-hover > tbody > tr.active:hover > th { background-color: #e8e8e8; }

.table > thead > tr > td.success, .table > thead > tr > th.success, .table > thead > tr.success > td, .table > thead > tr.success > th, .table > tbody > tr > td.success, .table > tbody > tr > th.success, .table > tbody > tr.success > td, .table > tbody > tr.success > th, .table > tfoot > tr > td.success, .table > tfoot > tr > th.success, .table > tfoot > tr.success > td, .table > tfoot > tr.success > th { background-color: #dff0d8; }

.table-hover > tbody > tr > td.success:hover, .table-hover > tbody > tr > th.success:hover, .table-hover > tbody > tr.success:hover > td, .table-hover > tbody > tr:hover > .success, .table-hover > tbody > tr.success:hover > th { background-color: #d0e9c6; }

.table > thead > tr > td.info, .table > thead > tr > th.info, .table > thead > tr.info > td, .table > thead > tr.info > th, .table > tbody > tr > td.info, .table > tbody > tr > th.info, .table > tbody > tr.info > td, .table > tbody > tr.info > th, .table > tfoot > tr > td.info, .table > tfoot > tr > th.info, .table > tfoot > tr.info > td, .table > tfoot > tr.info > th { background-color: #d9edf7; }


.table > thead > tr > td.warning, .table > thead > tr > th.warning, .table > thead > tr.warning > td, .table > thead > tr.warning > th, .table > tbody > tr > td.warning, .table > tbody > tr > th.warning, .table > tbody > tr.warning > td, .table > tbody > tr.warning > th, .table > tfoot > tr > td.warning, .table > tfoot > tr > th.warning, .table > tfoot > tr.warning > td, .table > tfoot > tr.warning > th { background-color: #fcf8e3; }


.table > thead > tr > td.danger, .table > thead > tr > th.danger, .table > thead > tr.danger > td, .table > thead > tr.danger > th, .table > tbody > tr > td.danger, .table > tbody > tr > th.danger, .table > tbody > tr.danger > td, .table > tbody > tr.danger > th, .table > tfoot > tr > td.danger, .table > tfoot > tr > th.danger, .table > tfoot > tr.danger > td, .table > tfoot > tr.danger > th { background-color: #f2dede; }


.table-responsive { overflow-x: auto; min-height: 0.01%; }
@media screen and (max-width: 767px) { .table-responsive { width: 100%; margin-bottom: 16.5px; overflow-y: hidden; -ms-overflow-style: -ms-autohiding-scrollbar; border: 1px solid #ddd; }
  .table-responsive > .table { margin-bottom: 0; }
  .table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td { white-space: nowrap; } }


label { display: inline-block; max-width: 100%; margin-bottom: 5px; font-weight: bold; }

input[type="search"] { box-sizing: border-box; }

input[type="radio"], input[type="checkbox"] { margin: 4px 0 0; margin-top: 1px \9; line-height: normal; }

input[type="file"] { display: block; }

input[type="range"] { display: block; width: 100%; }

select[multiple], select[size] { height: auto; }

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }


.form-control { display: block; width: 100%; height: 36px; padding: 6px 12px; font-size: 14px; line-height: 1.6; color: #555555; background-color: #f5f5f5; background-image: none; border: 1px solid #eeeeee; border-radius: 4px; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
.form-control:focus { border-color: #eeeeee; outline: 0; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(238, 238, 238, 0.6); }
.form-control::-moz-placeholder { color: #999; opacity: 1; }
.form-control:-ms-input-placeholder { color: #999; }
.form-control::-webkit-input-placeholder { color: #999; }
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control { background-color: #eeeeee; opacity: 1; }
.form-control[disabled], fieldset[disabled] .form-control { cursor: not-allowed; }

textarea.form-control { height: auto; }

input[type="search"] { -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) { input[type="date"].form-control, input[type="time"].form-control, input[type="datetime-local"].form-control, input[type="month"].form-control { line-height: 36px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control, .input-group-sm > input[type="date"].input-group-addon, .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"], input[type="time"].input-sm, .input-group-sm > input[type="time"].form-control, .input-group-sm > input[type="time"].input-group-addon, .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm input[type="time"], input[type="datetime-local"].input-sm, .input-group-sm > input[type="datetime-local"].form-control, .input-group-sm > input[type="datetime-local"].input-group-addon, .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm input[type="datetime-local"], input[type="month"].input-sm, .input-group-sm > input[type="month"].form-control, .input-group-sm > input[type="month"].input-group-addon, .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm input[type="month"] { line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control, .input-group-lg > input[type="date"].input-group-addon, .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"], input[type="time"].input-lg, .input-group-lg > input[type="time"].form-control, .input-group-lg > input[type="time"].input-group-addon, .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg input[type="time"], input[type="datetime-local"].input-lg, .input-group-lg > input[type="datetime-local"].form-control, .input-group-lg > input[type="datetime-local"].input-group-addon, .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg input[type="datetime-local"], input[type="month"].input-lg, .input-group-lg > input[type="month"].form-control, .input-group-lg > input[type="month"].input-group-addon, .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg input[type="month"] { line-height: 46px; } }
.form-group { margin-bottom: 0px; }
.form-group.has-error input[type="text"], .form-group.has-error input[type="email"], .form-group.has-error input[type="tel"], .form-group.has-error input[type="password"], .form-group.has-error textarea {
	outline: 1px solid black;
}

.radio, .checkbox { position: relative; display: block; margin-top: 10px; margin-bottom: 10px; }
.radio label, .checkbox label { min-height: 22px; padding-left: 20px; margin-bottom: 0; font-weight: normal; cursor: pointer; }

.radio input[type="radio"], .radio-inline input[type="radio"], .checkbox input[type="checkbox"], .checkbox-inline input[type="checkbox"] { position: absolute; margin-left: -20px; margin-top: 4px \9; }

.radio + .radio, .checkbox + .checkbox { margin-top: -5px; }


input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"], input[type="checkbox"][disabled], input[type="checkbox"].disabled, fieldset[disabled] input[type="checkbox"] { cursor: not-allowed; }


.radio.disabled label, fieldset[disabled] .radio label, .checkbox.disabled label, fieldset[disabled] .checkbox label { cursor: not-allowed; }


.input-sm, .input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control, .input-group-sm > select.input-group-addon, .input-group-sm > .input-group-btn > select.btn { height: 30px; line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control, .input-group-sm > textarea.input-group-addon, .input-group-sm > .input-group-btn > textarea.btn, select[multiple].input-sm, .input-group-sm > select[multiple].form-control, .input-group-sm > select[multiple].input-group-addon, .input-group-sm > .input-group-btn > select[multiple].btn { height: auto; }

.form-group-sm .form-control { height: 30px; padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }
.form-group-sm select.form-control { height: 30px; line-height: 30px; }
.form-group-sm textarea.form-control, .form-group-sm select[multiple].form-control { height: auto; }
.form-group-sm .form-control-static { height: 30px; min-height: 34px; padding: 6px 10px; font-size: 12px; line-height: 1.5; }

.input-lg, .input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control, .input-group-lg > select.input-group-addon, .input-group-lg > .input-group-btn > select.btn { height: 46px; line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control, .input-group-lg > textarea.input-group-addon, .input-group-lg > .input-group-btn > textarea.btn, select[multiple].input-lg, .input-group-lg > select[multiple].form-control, .input-group-lg > select[multiple].input-group-addon, .input-group-lg > .input-group-btn > select[multiple].btn { height: auto; }

.form-group-lg .form-control { height: 46px; padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }
.form-group-lg select.form-control { height: 46px; line-height: 46px; }
.form-group-lg textarea.form-control, .form-group-lg select[multiple].form-control { height: auto; }
.form-group-lg .form-control-static { height: 46px; min-height: 40px; padding: 11px 16px; font-size: 18px; line-height: 1.33333; }


.form-control-feedback { position: absolute; top: 0; right: 0; z-index: 2; display: block; width: 36px; height: 36px; line-height: 36px; text-align: center; pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback, .input-group-lg > .input-group-addon + .form-control-feedback, .input-group-lg > .input-group-btn > .btn + .form-control-feedback, .input-group-lg + .form-control-feedback, .form-group-lg .form-control + .form-control-feedback { width: 46px; height: 46px; line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback, .input-group-sm > .input-group-addon + .form-control-feedback, .input-group-sm > .input-group-btn > .btn + .form-control-feedback, .input-group-sm + .form-control-feedback, .form-group-sm .form-control + .form-control-feedback { width: 30px; height: 30px; line-height: 30px; }

.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: #3c763d; }
.has-success .form-control { border-color: #3c763d; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-success .form-control:focus { border-color: #2b542c; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon { color: #3c763d; border-color: #3c763d; background-color: #dff0d8; }
.has-success .form-control-feedback { color: #3c763d; }

.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: #8a6d3b; }

.has-warning .form-control-feedback { color: #8a6d3b; }

.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: #a94442; }
.has-error .form-control { border-color: #a94442; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
.has-error .form-control:focus { border-color: #843534; box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon { color: #a94442; border-color: #a94442; background-color: #f2dede; }
.has-error .form-control-feedback { color: #a94442; }

.has-feedback label ~ .form-control-feedback { top: 27px; }
.has-feedback label.sr-only ~ .form-control-feedback { top: 0; }

@media (min-width: 768px) {
 .form-inline .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }

  .form-inline .radio, .form-inline .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .form-inline .radio label, .form-inline .checkbox label { padding-left: 0; }
  .form-inline .radio input[type="radio"], .form-inline .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback { top: 0; } }

.form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline { margin-top: 0; margin-bottom: 0; padding-top: 7px; }
.form-horizontal .radio, .form-horizontal .checkbox { min-height: 29px; }
.form-horizontal .form-group { margin-left: -15px; margin-right: -15px; }
.form-horizontal .form-group:before, .form-horizontal .form-group:after { content: " "; display: table; }
.form-horizontal .form-group:after { clear: both; }
@media (min-width: 768px) { }

.form-horizontal .has-feedback .form-control-feedback { right: 15px; }
@media (min-width: 768px) { .form-horizontal .form-group-lg .control-label { padding-top: 14.33333px; font-size: 18px; } }
@media (min-width: 768px) { .form-horizontal .form-group-sm .control-label { padding-top: 6px; font-size: 12px; } }

.btn { display: inline-block; margin-bottom: 0; font-weight: bold; text-align: center; vertical-align: middle; -ms-touch-action: manipulation; touch-action: manipulation; cursor: pointer; background-image: none; border: 1px solid transparent; white-space: nowrap; padding: 6px 12px; font-size: 14px; line-height: 1.6; border-radius: 4px; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.btn:focus, .btn.focus, .btn:active:focus, .btn:active.focus, .btn.active:focus, .btn.active.focus { outline: thin dotted; outline: 5px auto -webkit-focus-ring-color; outline-offset: -2px; }
.btn:hover, .btn:focus, .btn.focus { color: #aaaaaa; text-decoration: none; }
.btn:active, .btn.active { outline: 0; background-image: none; box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn.disabled, .btn[disabled], fieldset[disabled] .btn { cursor: not-allowed; opacity: 0.65; filter: alpha(opacity=65); box-shadow: none; }

a.btn.disabled, fieldset[disabled] a.btn { pointer-events: none; }

.btn-default { color: #aaaaaa; background-color: #eeeeee; border-color: #eeeeee; }
.btn-default:focus, .btn-default.focus { color: #aaaaaa; background-color: #d5d5d5; border-color: #aeaeae; }
.btn-default:hover { color: #aaaaaa; background-color: #d5d5d5; border-color: #cfcfcf; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { color: #aaaaaa; background-color: #d5d5d5; border-color: #cfcfcf; }
.btn-default:active:hover, .btn-default:active:focus, .btn-default:active.focus, .btn-default.active:hover, .btn-default.active:focus, .btn-default.active.focus, .open > .btn-default.dropdown-toggle:hover, .open > .btn-default.dropdown-toggle:focus, .open > .btn-default.dropdown-toggle.focus { color: #aaaaaa; background-color: #c3c3c3; border-color: #aeaeae; }
.btn-default:active, .btn-default.active, .open > .btn-default.dropdown-toggle { background-image: none; }
.btn-default.disabled, .btn-default.disabled:hover, .btn-default.disabled:focus, .btn-default.disabled.focus, .btn-default.disabled:active, .btn-default.disabled.active, .btn-default[disabled], .btn-default[disabled]:hover, .btn-default[disabled]:focus, .btn-default[disabled].focus, .btn-default[disabled]:active, .btn-default[disabled].active, fieldset[disabled] .btn-default, fieldset[disabled] .btn-default:hover, fieldset[disabled] .btn-default:focus, fieldset[disabled] .btn-default.focus, fieldset[disabled] .btn-default:active, fieldset[disabled] .btn-default.active { background-color: #eeeeee; border-color: #eeeeee; }
.btn-default .badge { color: #eeeeee; background-color: #aaaaaa; }

.btn-primary { color: #fff; background-color: #4ab9cf; border-color: #4ab9cf; }
.btn-primary:focus, .btn-primary.focus { color: #fff; background-color: #30a0b6; border-color: #206b79; }
.btn-primary:hover { color: #fff; background-color: #30a0b6; border-color: #2e99ae; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { color: #fff; background-color: #30a0b6; border-color: #2e99ae; }
.btn-primary:active:hover, .btn-primary:active:focus, .btn-primary:active.focus, .btn-primary.active:hover, .btn-primary.active:focus, .btn-primary.active.focus, .open > .btn-primary.dropdown-toggle:hover, .open > .btn-primary.dropdown-toggle:focus, .open > .btn-primary.dropdown-toggle.focus { color: #fff; background-color: #29879a; border-color: #206b79; }
.btn-primary:active, .btn-primary.active, .open > .btn-primary.dropdown-toggle { background-image: none; }
.btn-primary.disabled, .btn-primary.disabled:hover, .btn-primary.disabled:focus, .btn-primary.disabled.focus, .btn-primary.disabled:active, .btn-primary.disabled.active, .btn-primary[disabled], .btn-primary[disabled]:hover, .btn-primary[disabled]:focus, .btn-primary[disabled].focus, .btn-primary[disabled]:active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-primary:hover, fieldset[disabled] .btn-primary:focus, fieldset[disabled] .btn-primary.focus, fieldset[disabled] .btn-primary:active, fieldset[disabled] .btn-primary.active { background-color: #4ab9cf; border-color: #4ab9cf; }
.btn-primary .badge { color: #4ab9cf; background-color: #fff; }

.btn-success { color: #fff; background-color: #57ad68; border-color: #57ad68; }
.btn-success:focus, .btn-success.focus { color: #fff; background-color: #458c53; border-color: #2b5934; }
.btn-success:hover { color: #fff; background-color: #458c53; border-color: #41864f; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { color: #fff; background-color: #458c53; border-color: #41864f; }
.btn-success:active:hover, .btn-success:active:focus, .btn-success:active.focus, .btn-success.active:hover, .btn-success.active:focus, .btn-success.active.focus, .open > .btn-success.dropdown-toggle:hover, .open > .btn-success.dropdown-toggle:focus, .open > .btn-success.dropdown-toggle.focus { color: #fff; background-color: #397445; border-color: #2b5934; }
.btn-success:active, .btn-success.active, .open > .btn-success.dropdown-toggle { background-image: none; }
.btn-success.disabled, .btn-success.disabled:hover, .btn-success.disabled:focus, .btn-success.disabled.focus, .btn-success.disabled:active, .btn-success.disabled.active, .btn-success[disabled], .btn-success[disabled]:hover, .btn-success[disabled]:focus, .btn-success[disabled].focus, .btn-success[disabled]:active, .btn-success[disabled].active, fieldset[disabled] .btn-success, fieldset[disabled] .btn-success:hover, fieldset[disabled] .btn-success:focus, fieldset[disabled] .btn-success.focus, fieldset[disabled] .btn-success:active, fieldset[disabled] .btn-success.active { background-color: #57ad68; border-color: #57ad68; }
.btn-success .badge { color: #57ad68; background-color: #fff; }

.btn-info { color: #fff; background-color: #4ab9cf; border-color: #4ab9cf; }
.btn-info:focus, .btn-info.focus { color: #fff; background-color: #30a0b6; border-color: #206b79; }
.btn-info:hover { color: #fff; background-color: #30a0b6; border-color: #2e99ae; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { color: #fff; background-color: #30a0b6; border-color: #2e99ae; }
.btn-info:active:hover, .btn-info:active:focus, .btn-info:active.focus, .btn-info.active:hover, .btn-info.active:focus, .btn-info.active.focus, .open > .btn-info.dropdown-toggle:hover, .open > .btn-info.dropdown-toggle:focus, .open > .btn-info.dropdown-toggle.focus { color: #fff; background-color: #29879a; border-color: #206b79; }
.btn-info:active, .btn-info.active, .open > .btn-info.dropdown-toggle { background-image: none; }
.btn-info.disabled, .btn-info.disabled:hover, .btn-info.disabled:focus, .btn-info.disabled.focus, .btn-info.disabled:active, .btn-info.disabled.active, .btn-info[disabled], .btn-info[disabled]:hover, .btn-info[disabled]:focus, .btn-info[disabled].focus, .btn-info[disabled]:active, .btn-info[disabled].active, fieldset[disabled] .btn-info, fieldset[disabled] .btn-info:hover, fieldset[disabled] .btn-info:focus, fieldset[disabled] .btn-info.focus, fieldset[disabled] .btn-info:active, fieldset[disabled] .btn-info.active { background-color: #4ab9cf; border-color: #4ab9cf; }
.btn-info .badge { color: #4ab9cf; background-color: #fff; }

.btn-warning { color: #fff; background-color: #e46334; border-color: #e46334; }
.btn-warning:focus, .btn-warning.focus { color: #fff; background-color: #ca4a1b; border-color: #873112; }
.btn-warning:hover { color: #fff; background-color: #ca4a1b; border-color: #c1461a; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { color: #fff; background-color: #ca4a1b; border-color: #c1461a; }
.btn-warning:active:hover, .btn-warning:active:focus, .btn-warning:active.focus, .btn-warning.active:hover, .btn-warning.active:focus, .btn-warning.active.focus, .open > .btn-warning.dropdown-toggle:hover, .open > .btn-warning.dropdown-toggle:focus, .open > .btn-warning.dropdown-toggle.focus { color: #fff; background-color: #ab3e17; border-color: #873112; }
.btn-warning:active, .btn-warning.active, .open > .btn-warning.dropdown-toggle { background-image: none; }
.btn-warning.disabled, .btn-warning.disabled:hover, .btn-warning.disabled:focus, .btn-warning.disabled.focus, .btn-warning.disabled:active, .btn-warning.disabled.active, .btn-warning[disabled], .btn-warning[disabled]:hover, .btn-warning[disabled]:focus, .btn-warning[disabled].focus, .btn-warning[disabled]:active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-warning:hover, fieldset[disabled] .btn-warning:focus, fieldset[disabled] .btn-warning.focus, fieldset[disabled] .btn-warning:active, fieldset[disabled] .btn-warning.active { background-color: #e46334; border-color: #e46334; }
.btn-warning .badge { color: #e46334; background-color: #fff; }

.btn-danger { color: #fff; background-color: #e21f2f; border-color: #e21f2f; }
.btn-danger:focus, .btn-danger.focus { color: #fff; background-color: #b61825; border-color: #730f17; }
.btn-danger:hover { color: #fff; background-color: #b61825; border-color: #ad1623; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { color: #fff; background-color: #b61825; border-color: #ad1623; }
.btn-danger:active:hover, .btn-danger:active:focus, .btn-danger:active.focus, .btn-danger.active:hover, .btn-danger.active:focus, .btn-danger.active.focus, .open > .btn-danger.dropdown-toggle:hover, .open > .btn-danger.dropdown-toggle:focus, .open > .btn-danger.dropdown-toggle.focus { color: #fff; background-color: #97141e; border-color: #730f17; }
.btn-danger:active, .btn-danger.active, .open > .btn-danger.dropdown-toggle { background-image: none; }
.btn-danger.disabled, .btn-danger.disabled:hover, .btn-danger.disabled:focus, .btn-danger.disabled.focus, .btn-danger.disabled:active, .btn-danger.disabled.active, .btn-danger[disabled], .btn-danger[disabled]:hover, .btn-danger[disabled]:focus, .btn-danger[disabled].focus, .btn-danger[disabled]:active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger, fieldset[disabled] .btn-danger:hover, fieldset[disabled] .btn-danger:focus, fieldset[disabled] .btn-danger.focus, fieldset[disabled] .btn-danger:active, fieldset[disabled] .btn-danger.active { background-color: #e21f2f; border-color: #e21f2f; }
.btn-danger .badge { color: #e21f2f; background-color: #fff; }

.btn-link { color: #4ab9cf; font-weight: normal; border-radius: 0; }
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link { background-color: transparent; box-shadow: none; }
.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active { border-color: transparent; }
.btn-link:hover, .btn-link:focus { color: #36b1ca; text-decoration: underline; background-color: transparent; }
.btn-link[disabled]:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:hover, fieldset[disabled] .btn-link:focus { color: #777777; text-decoration: none; }

.btn-lg, .btn-group-lg > .btn { padding: 10px 16px; font-size: 18px; line-height: 1.33333; border-radius: 6px; }

.btn-sm, .btn-group-sm > .btn { padding: 5px 10px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-xs, .btn-group-xs > .btn { padding: 1px 5px; font-size: 12px; line-height: 1.5; border-radius: 3px; }

.btn-block { display: block; width: 100%; }

.btn-block + .btn-block { margin-top: 5px; }

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block { width: 100%; }


.collapse { display: none; }
.collapse.in { display: block; }


.collapsing { position: relative; height: 0; overflow: hidden; transition-property: height, visibility; transition-duration: 0.35s; transition-timing-function: ease; }


.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus { color: #fff; text-decoration: none; outline: 0; background-color: #4ab9cf; }

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { color: #777777; }
.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus { text-decoration: none; background-color: transparent; background-image: none; filter: progid:DXImageTransform.Microsoft.gradient(enabled = false); cursor: not-allowed; }

.open > .dropdown-menu { display: block; }
.open > a { outline: 0; }

@media (min-width: 992px) { }

.btn-group, .btn-group-vertical { position: relative; display: inline-block; vertical-align: middle; }
.btn-group > .btn, .btn-group-vertical > .btn { position: relative; float: left; }
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active, .btn-group-vertical > .btn.active { z-index: 2; }

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group { margin-left: -1px; }

.btn-toolbar { margin-left: -5px; }
.btn-toolbar:before, .btn-toolbar:after { content: " "; display: table; }
.btn-toolbar:after { clear: both; }
.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group { float: left; }
.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group { margin-left: 5px; }

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) { border-radius: 0; }

.btn-group > .btn:first-child { margin-left: 0; }
.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group > .btn-group { float: left; }

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-top-right-radius: 0; }

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle { outline: 0; }

.btn-group > .btn + .dropdown-toggle { padding-left: 8px; padding-right: 8px; }

.btn-group > .btn-lg + .dropdown-toggle, .btn-group-lg.btn-group > .btn + .dropdown-toggle { padding-left: 12px; padding-right: 12px; }

.btn-group.open .dropdown-toggle { box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125); }
.btn-group.open .dropdown-toggle.btn-link { box-shadow: none; }

.btn .caret { margin-left: 0; }

.btn-lg .caret, .btn-group-lg > .btn .caret { border-width: 5px 5px 0; border-bottom-width: 0; }

.dropup .btn-lg .caret, .dropup .btn-group-lg > .btn .caret { border-width: 0 5px 5px; }

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn { display: block; float: none; width: 100%; max-width: 100%; }
.btn-group-vertical > .btn-group:before, .btn-group-vertical > .btn-group:after { content: " "; display: table; }
.btn-group-vertical > .btn-group:after { clear: both; }
.btn-group-vertical > .btn-group > .btn { float: none; }
.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group { margin-top: -1px; margin-left: 0; }

.btn-group-vertical > .btn:not(:first-child):not(:last-child) { border-radius: 0; }
.btn-group-vertical > .btn:first-child:not(:last-child) { border-top-right-radius: 4px; border-bottom-right-radius: 0; border-bottom-left-radius: 0; }
.btn-group-vertical > .btn:last-child:not(:first-child) { border-bottom-left-radius: 4px; border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn { border-radius: 0; }

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle { border-bottom-right-radius: 0; border-bottom-left-radius: 0; }

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child { border-top-right-radius: 0; border-top-left-radius: 0; }

.btn-group-justified { display: table; width: 100%; table-layout: fixed; border-collapse: separate; }
.btn-group-justified > .btn, .btn-group-justified > .btn-group { float: none; display: table-cell; width: 1%; }
.btn-group-justified > .btn-group .btn { width: 100%; }
.btn-group-justified > .btn-group .dropdown-menu { left: auto; }

[data-toggle="buttons"] > .btn input[type="radio"], [data-toggle="buttons"] > .btn input[type="checkbox"], [data-toggle="buttons"] > .btn-group > .btn input[type="radio"], [data-toggle="buttons"] > .btn-group > .btn input[type="checkbox"] { position: absolute; clip: rect(0, 0, 0, 0); pointer-events: none; }


.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn { border-bottom-right-radius: 0; border-top-right-radius: 0; }


.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn { border-bottom-left-radius: 0; border-top-left-radius: 0; }

.input-group-btn > .btn { position: relative; }
.input-group-btn > .btn + .btn { margin-left: -1px; }
.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active { z-index: 2; }
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group { margin-right: -1px; }
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group { z-index: 2; margin-left: -1px; }

.nav > li.disabled > a { color: #777777; }
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus { color: #777777; text-decoration: none; background-color: transparent; cursor: not-allowed; }
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus { background-color: #eeeeee; border-color: #4ab9cf; }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus { color: #555555; background-color: #fff; border: 1px solid #ddd; border-bottom-color: transparent; cursor: default; }

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus { color: #fff; background-color: #4ab9cf; }
@media (min-width: 768px) { }

.nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border: 1px solid #ddd; }
@media (min-width: 768px) {

  .nav-tabs-justified > .active > a, .nav-tabs.nav-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus, .nav-tabs.nav-justified > .active > a:focus { border-bottom-color: #fff; } }

.tab-content > .active { display: block; }
@media (min-width: 992px) { }
@media (min-width: 992px) { }


.navbar-collapse { overflow-x: visible; padding-right: 15px; padding-left: 15px; border-top: 1px solid transparent; box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1); -webkit-overflow-scrolling: touch; }
.navbar-collapse:before, .navbar-collapse:after { content: " "; display: table; }
.navbar-collapse:after { clear: both; }
@media (min-width: 992px) {
 .navbar-collapse { width: auto; border-top: 0; box-shadow: none; }
  .navbar-collapse.collapse { display: block !important; height: auto !important; padding-bottom: 0; overflow: visible !important; } }
@media (max-device-width: 480px) and (orientation: landscape) { }


.container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: -15px; margin-left: -15px; }
@media (min-width: 992px) { .container > .navbar-header, .container > .navbar-collapse, .container-fluid > .navbar-header, .container-fluid > .navbar-collapse { margin-right: 0; margin-left: 0; } }
@media (min-width: 992px) { }
@media (min-width: 992px) { }
@media (min-width: 992px) {
 .navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand { margin-left: -15px; } }

.navbar-toggle { position: relative; float: right; margin-right: 15px; padding: 9px 10px; margin-top: 8px; margin-bottom: 8px; background-color: transparent; background-image: none; border: 1px solid transparent; border-radius: 4px; }
.navbar-toggle:focus { outline: 0; }
.navbar-toggle .icon-bar { display: block; width: 22px; height: 2px; border-radius: 1px; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 4px; }
@media (min-width: 992px) { .navbar-toggle { display: none; } }
@media (max-width: 991px) {
 .navbar-nav .open .dropdown-menu { position: static; float: none; width: auto; margin-top: 0; background-color: transparent; border: 0; box-shadow: none; }
  .navbar-nav .open .dropdown-menu > li > a, .navbar-nav .open .dropdown-menu .dropdown-header { padding: 5px 15px 5px 25px; }
  .navbar-nav .open .dropdown-menu > li > a { line-height: 22px; }
  .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-nav .open .dropdown-menu > li > a:focus { background-image: none; } }
@media (min-width: 992px) { }
@media (min-width: 768px) {
 .navbar-form .form-group { display: inline-block; margin-bottom: 0; vertical-align: middle; }

  .navbar-form .radio, .navbar-form .checkbox { display: inline-block; margin-top: 0; margin-bottom: 0; vertical-align: middle; }
  .navbar-form .radio label, .navbar-form .checkbox label { padding-left: 0; }
  .navbar-form .radio input[type="radio"], .navbar-form .checkbox input[type="checkbox"] { position: relative; margin-left: 0; }
  .navbar-form .has-feedback .form-control-feedback { top: 0; } }
@media (max-width: 991px) { .navbar-form .form-group { margin-bottom: 5px; }
  .navbar-form .form-group:last-child { margin-bottom: 0; } }
@media (min-width: 992px) { }

.navbar-btn.btn-sm, .btn-group-sm > .navbar-btn.btn { margin-top: 10px; margin-bottom: 10px; }
.navbar-btn.btn-xs, .btn-group-xs > .navbar-btn.btn { margin-top: 14px; margin-bottom: 14px; }
@media (min-width: 992px) { }

@media (min-width: 992px) { }

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus { color: #555; background-color: #e7e7e7; }
.navbar-default .navbar-nav > .disabled > a, .navbar-default .navbar-nav > .disabled > a:hover, .navbar-default .navbar-nav > .disabled > a:focus { color: #ccc; background-color: transparent; }

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: #e7e7e7; color: #555; }
@media (max-width: 991px) { .navbar-default .navbar-nav .open .dropdown-menu > li > a { color: #777; }
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus { color: #333; background-color: transparent; }
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus { color: #555; background-color: #e7e7e7; }
  .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #ccc; background-color: transparent; } }

.navbar-default .btn-link { color: #777; }
.navbar-default .btn-link:hover, .navbar-default .btn-link:focus { color: #333; }
.navbar-default .btn-link[disabled]:hover, .navbar-default .btn-link[disabled]:focus, fieldset[disabled] .navbar-default .btn-link:hover, fieldset[disabled] .navbar-default .btn-link:focus { color: #ccc; }

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus { color: #fff; background-color: #090909; }
.navbar-inverse .navbar-nav > .disabled > a, .navbar-inverse .navbar-nav > .disabled > a:hover, .navbar-inverse .navbar-nav > .disabled > a:focus { color: #444; background-color: transparent; }

.navbar-inverse .navbar-nav > .open > a, .navbar-inverse .navbar-nav > .open > a:hover, .navbar-inverse .navbar-nav > .open > a:focus { background-color: #090909; color: #fff; }
@media (max-width: 991px) { .navbar-inverse .navbar-nav .open .dropdown-menu > .dropdown-header { border-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu .divider { background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a { color: #9d9d9d; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; background-color: transparent; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .active > a:focus { color: #fff; background-color: #090909; }
  .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:hover, .navbar-inverse .navbar-nav .open .dropdown-menu > .disabled > a:focus { color: #444; background-color: transparent; } }

.navbar-inverse .btn-link { color: #9d9d9d; }
.navbar-inverse .btn-link:hover, .navbar-inverse .btn-link:focus { color: #fff; }
.navbar-inverse .btn-link[disabled]:hover, .navbar-inverse .btn-link[disabled]:focus, fieldset[disabled] .navbar-inverse .btn-link:hover, fieldset[disabled] .navbar-inverse .btn-link:focus { color: #444; }

.jumbotron { padding-top: 30px; padding-bottom: 30px; margin-bottom: 30px; color: inherit; background-color: #eeeeee; }
.jumbotron h1, .jumbotron .h1 { color: inherit; }
.jumbotron p { margin-bottom: 15px; font-size: 21px; font-weight: 200; }

.container .jumbotron, .container-fluid .jumbotron { border-radius: 6px; }
.jumbotron .container { max-width: 100%; }
@media screen and (min-width: 768px) { .jumbotron { padding-top: 48px; padding-bottom: 48px; }
  .container .jumbotron, .container-fluid .jumbotron { padding-left: 60px; padding-right: 60px; }
  .jumbotron h1, .jumbotron .h1 { font-size: 63px; } }


.modal-header .close { margin-top: -2px; }

.modal-footer .btn + .btn { margin-left: 5px; margin-bottom: 0; }
.modal-footer .btn-group .btn + .btn { margin-left: -1px; }
.modal-footer .btn-block + .btn-block { margin-left: 0; }

@media (min-width: 768px) { }
@media (min-width: 992px) { }


.carousel { position: relative; }

.carousel-inner { position: relative; overflow: hidden; width: 100%; }
.carousel-inner > .item { display: none; position: relative; transition: 0.6s ease-in-out left; }
.carousel-inner > .item > img, .carousel-inner > .item > a > img { display: block; max-width: 100%; height: auto; line-height: 1; }
@media all and (transform-3d), (-webkit-transform-3d) { .carousel-inner > .item { transition: -webkit-transform 0.6s ease-in-out; transition: transform 0.6s ease-in-out; -webkit-backface-visibility: hidden; backface-visibility: hidden; -webkit-perspective: 1000px; perspective: 1000px; }
  .carousel-inner > .item.next, .carousel-inner > .item.active.right { -webkit-transform: translate3d(100%, 0, 0); transform: translate3d(100%, 0, 0); left: 0; }
  .carousel-inner > .item.prev, .carousel-inner > .item.active.left { -webkit-transform: translate3d(-100%, 0, 0); transform: translate3d(-100%, 0, 0); left: 0; }
  .carousel-inner > .item.next.left, .carousel-inner > .item.prev.right, .carousel-inner > .item.active { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); left: 0; } }
.carousel-inner > .active, .carousel-inner > .next, .carousel-inner > .prev { display: block; }
.carousel-inner > .active { left: 0; }
.carousel-inner > .next, .carousel-inner > .prev { position: absolute; top: 0; width: 100%; }
.carousel-inner > .next { left: 100%; }
.carousel-inner > .prev { left: -100%; }
.carousel-inner > .next.left, .carousel-inner > .prev.right { left: 0; }
.carousel-inner > .active.left { left: -100%; }
.carousel-inner > .active.right { left: 100%; }


.carousel-indicators { position: absolute; bottom: 10px; left: 50%; z-index: 15; width: 60%; margin-left: -30%; padding-left: 0; list-style: none; text-align: center; }
.carousel-indicators li { display: inline-block; width: 10px; height: 10px; margin: 1px; text-indent: -999px; border: 1px solid #fff; border-radius: 10px; cursor: pointer; background-color: #000 \9; background-color: transparent; }
.carousel-indicators .active { margin: 0; width: 12px; height: 12px; background-color: #fff; }

.carousel-caption .btn { text-shadow: none; }

@media screen and (min-width: 768px) {

  .carousel-indicators { bottom: 20px; } }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }


.pull-right { float: right !important; }


.hide { display: none !important; }

.show { display: block !important; }


.hidden { display: none !important; }


/*------------------------------------*\
	03. Tags
\*------------------------------------*/
body { background: #eee; }
body .boxed-container { background-color: #ffffff; overflow-x: hidden; }
body.boxed > .boxed-container { margin: 0 auto; box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); max-width: 100%; }
@media (min-width: 768px) { body.boxed > .boxed-container { width: 810px; } }
@media (min-width: 992px) { body.boxed > .boxed-container { width: 1030px; } }
@media (min-width: 1200px) { body.boxed > .boxed-container { width: 1230px; } }
body.boxed .footer-top::before, body.boxed .footer::before { display: none; }
@media (min-width: 1500px) { body.boxed .jumbotron-content { top: 110px; } }
@media (min-width: 1200px) { body.boxed .jumbotron-content__title h1 { font-size: 38px; } }
@media (min-width: 1500px) { body.boxed .jumbotron__control { top: 40px; width: 40px; height: 40px; line-height: 40px; font-size: 18px; } }
@media (min-width: 1500px) { body.boxed .jumbotron__control.right { margin-left: 48px; } }

h1, h2, h3, h4, h5, h6 { color: #444444; font-family: "Lato", "Lato","Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: 900; letter-spacing: -.05em; }

h4.subLight { color: #bbb; }

h3 { font-size: 27px; }

input, select, textarea { outline: 0; }

.dark-link { color: #444444; }
.dark-link:hover, .dark-link:focus { color: #444444; }

/*------------------------------------*\
	04. Helpers
\*------------------------------------*/

.screen-reader-text { clip: rect(1px, 1px, 1px, 1px); position: absolute !important; height: 1px; width: 1px; overflow: hidden; }

.post-image { max-width: 100%; height: auto; }

.featured-widget { padding: 30px; background-color: #fff; box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15); }
.featured-widget h3 { margin-top: 0; }

@media (min-width: 1500px) { .jumbotron-overlap { position: relative; margin-top: -75px; } }
@media (min-width: 1500px) { .jumbotron-overlap img { box-shadow: 0 -2px 6px rgba(0, 0, 0, 0.2); } }

.widget-title { margin-bottom: 30px; position: relative; }
.widget-title.big { font-size: 27px; }
@media (min-width: 992px) { .widget-title.big { font-size: 44px; } }

.widget-title.lined { border-bottom: 1px solid rgba(0, 0, 0, 0.065); line-height: 1px; margin-bottom: 60px;}

.widget-title.lined > span { background: #fff; padding-right: 20px; }

.hr-quote { position: relative; }
.hr-quote::after { position: absolute; content: '“'; 	font-family: "Lato", "Lato",Georgia, "Times New Roman"; right: calc(50% - 5px); top: calc(50% - 22px); color: #e21f2f; font-size: 40px; width: 10px; height: 10px; }


.row.first { margin-bottom: 80px; }

.margin-top-0 { margin-top: 0px !important; }

.margin-bottom-0 { margin-bottom: 0px !important; }
.margin-bottom-30 { margin-bottom: 30px !important; }
.margin-bottom-60 { margin-bottom: 60px !important; }

.news { padding: 60px 0px; background-image: url("../images/blured.jpg"); }

.cta { background: #f5f5f5; }

.values { padding: 60px 0px; background-image: url("../images/core_values_bg.jpg"); background-position: center center; background-repeat: no-repeat; }

.values h3 { text-align: center; font-size: 44px; }

.values p > span { color: #4ab9cf; font-weight: bold; }

.map .js-where-we-are { height: 380px; }

.map .route { height: 550px; }

/*------------------------------------*\
	05. Components
\*------------------------------------*/
/* 05.01. Top Bar */
.top { font-size: 13px; background-color: #f5f5f5;/* border-bottom: 1px solid #ededed*/; color: #aaaaaa; }

.top__tagline { text-align: center; padding: 8px 0 2.5px 0; }
@media (min-width: 992px) { .top__tagline { float: left; padding: 7.5px 0; } }

.top__menu { text-align: center; }
@media (min-width: 992px) { .top__menu { float: right; } }

form.trackForm { margin: 0px; width: 100%; }
form.trackForm input, form.trackForm input:focus { float: left; width: 80%; padding: 0px; margin: 0px; height: 50px; line-height: 36px; border: 1px solid #DCDCDC; border-right: 0px; padding: 4px 10px; border-radius: 0px; -webkit-border-top-left-radius: 2px; -webkit-border-bottom-left-radius: 2px; -moz-border-radius-topleft: 2px; -moz-border-radius-bottomleft: 2px; border-top-left-radius: 2px; border-bottom-left-radius: 2px; font-size: 16px; }
form.trackForm button { float: right; width: 20%; height: 50px; border-radius: 0px; -webkit-border-top-right-radius: 2px; -webkit-border-bottom-right-radius: 2px; -moz-border-radius-topright: 2px; -moz-border-radius-bottomright: 2px; border-top-right-radius: 2px; border-bottom-right-radius: 2px; border: 0px; }

@media all and (max-width: 640px) {
form.trackForm input { border-radius: 2px; border-right: 1px solid #DCDCDC; margin-bottom: 10px; }
form.trackForm button { border-radius: 2px; }
form.trackForm input, form.trackForm button { float: none; width: 100%; }
}

/* 05.02. Header */
.header { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-flow: row wrap; -ms-flex-flow: row wrap; flex-flow: row wrap; }
.header__logo { -webkit-order: 1; -ms-flex-order: 1; order: 1; background-color: #ffffff; width: 100%; border-bottom: 1px solid rgba(0, 0, 0, 0.1); margin-bottom: 10px; padding-top: 10px; padding-bottom: 10px; }
.header__logo img { margin-top: 35px ; }
@media (min-width: 992px) { .header__logo { width: 270px; height: 120px; margin-bottom: 0; padding-top: 0; padding-bottom: 0; border-bottom: 0; } }
@media (min-width: 1200px) { .header__logo { position: relative; } }
@media (min-width: 1200px) { .header__logo::after { position: absolute; content: ""; height: 43px; width: 43px; background-color: #ffffff; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); bottom: 9px; right: -22px; } }
.header__logo img { display: inline-block; margin-top: 15px; margin-bottom: 15px; width: 60%; }
@media (min-width: 480px) { .header__logo img { width: auto; } }
@media (min-width: 992px) { .header__logo img { margin-bottom: 0; } }
.header__logo a { transition: all 100ms ease-out; }
.header__logo a:hover { text-decoration: none; }

.header__widgets { -webkit-order: 3; -ms-flex-order: 3; order: 3; background-color: #ffffff; width: 100%; }
@media (min-width: 992px) { .header__widgets { -webkit-order: 2; -ms-flex-order: 2; order: 2; width: calc(100% - 270px); height: 120px; text-align: right; padding: 37.5px 0; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; } }
@media (min-width: 1200px) { .header__widgets { height: 90px; padding: 22.5px 0; } }
.header__navigation { -webkit-order: 2; -ms-flex-order: 2; order: 2; width: 100%; }
@media (min-width: 992px) { .header__navigation { -webkit-order: 3; -ms-flex-order: 3; order: 3; width: 75%; } }
@media (min-width: 1200px) { .header__navigation { width: calc(82% - 300px); margin-left: 300px; margin-top: -40px; } }
.header__navigation .navbar-collapse { padding: 0; }
.header__navigation-widgets { -webkit-order: 4; -ms-flex-order: 4; order: 4; width: 100%; padding: 20px 0; }
@media (min-width: 992px) { .header__navigation-widgets { width: 25%; padding: 10px 0; text-align: right; } }
@media (min-width: 1200px) { .header__navigation-widgets { margin-top: -30px; width: 18%; } }
.header__container { background-color: #ffffff; position: relative; }
@media (min-width: 992px) { .header__container { background-color: #444444; }
  .header__container::before, .header__container::after { content: ""; position: absolute; top: 0; width: calc(50% - 470px); background-color: #ffffff; bottom: 60px; }
  .header__container::before { left: 0; }
  .header__container::after { right: 0; } }
@media (min-width: 1200px) { .header__container::before, .header__container::after { width: calc(50% - 570px); }
  .header__container::before { bottom: 30px; } }

/* 05.03. Main Title */
.main-title {  padding: 20px 0; margin-bottom: 20px; }
.main-title__primary { text-transform: uppercase; margin: 0; font-size: 44px; }
.main-title__secondary { font-family: "Lato",	font-family: "Lato", "Lato", "lato", Helvetica, Arial, sans-serif; font-size: 16px; color: #aaaaaa; margin: 10px 0 7px 0; font-weight: normal; letter-spacing: 0px; }

/* 05.04. Breadcrumbs */
.breadcrumbs { box-shadow: 0 1px 2px #e6e6e6; border-top: 1px solid #e6e6e6; font-size: 10px; margin-bottom: 30px; position: relative; z-index: 20; }
@media (min-width: 480px) { .breadcrumbs { font-size: 14px; } }
@media (min-width: 992px) { .breadcrumbs { margin-bottom: 60px; } }
.breadcrumbs a { position: relative; display: inline-block; padding: 8px 0; font-weight: bold; color: #444444; padding-right: 15px; margin-right: 15px; font-size: 10px; }
@media (min-width: 480px) { .breadcrumbs a { padding: 12px 0; padding-right: 30px; margin-right: 30px; font-size: 14px; } }
.breadcrumbs a::before, .breadcrumbs a::after { position: absolute; content: ""; height: 25px; width: 1px; right: 0; background-color: #e6e6e6; }
@media (min-width: 480px) { .breadcrumbs a::before, .breadcrumbs a::after { height: 33px; } }
.breadcrumbs a::before { top: -5px; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.breadcrumbs a::after { bottom: -5px; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.breadcrumbs a:hover { color: #222222; text-decoration: none; }
.breadcrumbs span > span { display: inline-block; padding: 8px 0; }
@media (min-width: 480px) { .breadcrumbs span > span { padding: 12px 0; } }

.main-title + .breadcrumbs { margin-top: -30px; background-color:#ccc }
.bootem_margin
{
	margin-top:100px;
}

/* 05.05. Sidebar */
.sidebar__headings { font-size: 27px; margin-top: 0; margin-bottom: 20px; }
.sidebar > div { margin-bottom: 39px; }
.sidebar.widget_nav_menu.faq ul > li > a { background-color: #eeeeee; border-radius: 2px; color: #aaaaaa; display: block; font-family: "Lato", 	font-family: "Lato", "Lato","Source Sans Pro",Helvetica,Arial,sans-serif; font-size: 16px; font-weight: 900; padding: 18px 25px; transition: all 100ms ease-out 0s;
}

/* 05.06. Footer */
.footer { position: relative; }
.footer::before, .footer::after { z-index: 100; position: absolute; content: ""; background-color: #444444; }
@media (min-width: 992px) { .footer::before { width: 43px; height: 43px; top: -21px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); right: calc(50% - 470px - 85px); } }
@media (min-width: 1200px) { .footer::before { right: calc(50% - 570px - 85px); } }
@media (min-width: 992px) { .footer::after { height: 30px; top: -30px; right: 0; width: calc(50% - 470px - 63px); } }
@media (min-width: 1200px) { .footer::after { width: calc(50% - 570px - 63px); } }
.footer-top { position: relative; background-color: #444444; color: #9eb7cb; padding: 30px 0; }
@media (min-width: 992px) { .footer-top { padding: 55px 0; } }
.footer-top::before, .footer-top::after { z-index: 100; position: absolute; content: ""; background-color: #444444; }
@media (min-width: 992px) { .footer-top::before { width: 43px; height: 43px; bottom: -21px; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); left: calc(50% - 470px - 85px); } }
@media (min-width: 1200px) { .footer-top::before { left: calc(50% - 570px - 85px); } }
@media (min-width: 992px) { .footer-top::after { height: 30px; bottom: -30px; left: 0; width: calc(50% - 470px - 63px); } }
@media (min-width: 1200px) { .footer-top::after { width: calc(50% - 570px - 63px); } }
.footer-top__headings { color: #ffffff; font-size: 21px; margin-top: 0; margin-bottom: 21px; }
.footer-bottom { background-color: #162f42; color: #577186; padding: 10px 0; text-align: center; }
@media (min-width: 992px) { .footer-bottom { padding: 19px 0; } }
.footer-bottom a { color: #eeeeee; font-weight: bold; }
.footer-bottom a:hover { color: #ffffff; }
@media (min-width: 992px) { .footer-bottom__left { float: left; } }
.footer-bottom__right { padding-top: 5px; }
@media (min-width: 992px) { .footer-bottom__right { float: right; padding-top: 0; } }
/* 05.07. Error 404 */
@media (min-width: 992px) { }
@media (min-width: 992px) { }
@media (min-width: 992px) { }
@media (min-width: 992px) { }
@media (min-width: 992px) { }
@media (min-width: 992px) { }
@media (min-width: 992px) { }
@media (min-width: 992px) { }

.no-flexbox .header__widgets .widget .textwidget .btn { margin-bottom: 25px; }


/* 05.09. Top Navigation */
.top-navigation { text-align: center; margin: 0; padding: 0; }
@media (min-width: 992px) { .top-navigation { text-align: right; } }
.top-navigation > li { position: relative; display: inline-block; }
.top-navigation > li > a { display: block; color: #aaaaaa; padding: 7.5px 10px; }
@media (min-width: 992px) { .top-navigation > li > a { padding: 7.5px 13px; } }
.top-navigation > li > a:hover, .top-navigation > li > a:focus { color: #888888; text-decoration: none; }
.top-navigation > li:hover > .sub-menu, .top-navigation > li[aria-expanded="true"] > .sub-menu { left: 0; }
@media (min-width: 992px) { .top-navigation > li:last-of-type > a { padding-right: 0; } }
.top-navigation .sub-menu { position: absolute; float: left; left: -9999em; z-index: 9999; text-align: left; list-style: none; padding: 0; }
.top-navigation .sub-menu > li { position: relative; }
.top-navigation .sub-menu > li > a { display: block; white-space: nowrap; background-color: #f5f5f5; color: #aaaaaa; padding: 7px 13px; border-bottom: 1px solid #ededed; }
.top-navigation .sub-menu > li > a:hover, .top-navigation .sub-menu > li > a:focus { color: #888888; text-decoration: none; }

.top-navigation .sub-menu > li:last-of-type > a { border-bottom: 0; }

.page-header .title {
    padding: 90px 0 40px 0;
    display: inline-block;
}
.img_border_1 {
    border: 2px solid #FFFFFF;
    box-shadow: 0 0 4px 0 #333;
    border-radius: 6px;
    float: left;
    margin: 6px 12px 0px 0px;
}


.content_left {
	float: left;
	width: 71%;
	padding: 50px 0px 0px 0px;
}
.content_fullwidth {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 25%;
	padding: 50px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 25%;
	padding: 50px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 71%;
	padding: 50px 0px 0px 0px;
}

/* page title */
.page_title {
	z-index: -1;
	position: relative;
	float: left;
	width: 100%;
	margin-top: 0px;
	padding: 28px 0px;
	background-color: #d3d3d3;
}
.page_title .title {
	width: 100%;
	float: left;
	text-align: left;
	margin: 0px;
}
.page_title .title h1 {
	margin: 0px 0px 0px 0px;
	background: none;
	font-weight: 300;
	color: #fff;
}
.page_title .pagenation {
	float: left;
	font-family: "Lato", "Lato" 'Open Sans', sans-serif;
	font-weight: normal;
	font-size: 12px;
	text-align: left;
	font-weight: normal;
	color: #fff;
	margin: 4px 0px 0px 0px;
	padding: 0px;
}
.page_title .pagenation i {
	color: #fff;
	margin: 0px 2px 0px 2px;
}
.page_title .pagenation a {
	padding: 0px 0px 0px 0px;
	color: #fff;
}
.page_title .pagenation a:hover {
	color: #454545;
}

/* 05.10. Main Navigation */
.main-navigation { padding: 0 0 20px 0; margin: 0 0 20px 0; border-bottom: 1px solid rgba(0, 0, 0, 0.1); }
@media (min-width: 992px) { .main-navigation { padding: 0; margin: 0; border-bottom: 0; font-size: 0; } }
@media (min-width: 1200px) { .main-navigation { padding-left: 10px; } }
.main-navigation > li { position: relative; }
@media (min-width: 992px) { .main-navigation > li { display: inline-block; font-size: 14px; } }
.main-navigation > li > a { position: relative; display: block; font-size: 16px; line-height: 1.5; font-weight: bold; color: #444444; padding: 10px 0; }
@media (min-width: 992px) { .main-navigation > li > a { color: #ffffff; padding: 18px 16px; } }
@media (min-width: 992px) { .main-navigation > li > a::before { position: absolute; content: ""; width: 4px; height: 4px; right: -2px; top: calc(50% - 2px); border-radius: 50%; background: rgba(250, 250, 250, 0.2); } }
.main-navigation > li:last-of-type > a::before { display: none; }
.main-navigation > li:hover > a, .main-navigation > li:focus > a, .main-navigation > li[aria-expanded="true"] > a { color: #444444; text-decoration: none; }
@media (min-width: 992px) { .main-navigation > li:hover > a, .main-navigation > li:focus > a, .main-navigation > li[aria-expanded="true"] > a { color: #ffffff; } }
@media (min-width: 992px) { .main-navigation > li:hover > a::after, .main-navigation > li:focus > a::after, .main-navigation > li[aria-expanded="true"] > a::after { position: absolute; content: ""; width: calc(100% - 30px); height: 5px; left: 15px; bottom: 0; background-color: #e21f2f; } }
.main-navigation > li:hover > .sub-menu, .main-navigation > li:focus > .sub-menu, .main-navigation > li[aria-expanded="true"] > .sub-menu { left: 0; }
@media (min-width: 992px) { .main-navigation > .current-menu-item > a::after { position: absolute; content: ""; width: calc(100% - 30px); height: 5px; left: 15px; bottom: 0; background-color: #e21f2f; } }
@media (min-width: 992px) { .main-navigation .menu-item-has-children > a { padding: 18px 35px 18px 20px; } }
@media (min-width: 992px) { .main-navigation .menu-item-has-children::after { position: absolute; content: "\f0d7";	font-family: "Lato", "Lato",font-size: 12px; right: 18px; top: calc(50% - 10px); color: #ffffff; } }
.main-navigation .menu-item-has-children:hover::after { color: #444444; }
@media (min-width: 992px) { .main-navigation .menu-item-has-children:hover > a { color: #444444; background-color: #ffffff; border-top-left-radius: 2px; border-top-right-radius: 2px; padding: 8px 30px 18px 15px; margin: 10px 5px 0 5px; } }
@media (min-width: 992px) { .main-navigation .menu-item-has-children:hover > a::before { right: -7px; top: 18px; } }
@media (min-width: 992px) { .main-navigation .menu-item-has-children:hover > a::after { display: none; } }
.main-navigation .sub-menu { list-style: none; padding: 0; }
@media (min-width: 992px) { .main-navigation .sub-menu { position: absolute; left: -9999em; z-index: 9999; margin-left: 5px; box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15); } }
.main-navigation .sub-menu > li { position: relative; }
.main-navigation .sub-menu > li > a { display: block; font-size: 14px; font-weight: bold; padding: 12px 20px; background-color: #ffffff; color: #999999; }
@media (min-width: 992px) { .main-navigation .sub-menu > li > a { border-bottom: 1px solid rgba(0, 0, 0, 0.1); min-width: 160px; white-space: nowrap; } }
.main-navigation .sub-menu > li > a:hover { color: #444444; text-decoration: none; }
@media (min-width: 992px) { .main-navigation .sub-menu > li:last-of-type > a { border-bottom-left-radius: 2px; border-bottom-right-radius: 2px; border-bottom: 0; } }
@media (min-width: 992px) { }
@media (min-width: 992px) { }
@media (min-width: 992px) { }


.navbar-toggle { background-color: #444444; border-radius: 2px; padding: 10px 12px; margin: 10px 0; transition: all 100ms ease-out; }
@media (min-width: 480px) { .navbar-toggle { margin: 18px 0; } }
.navbar-toggle:hover { background-color: #19344a; }
.navbar-toggle .icon-bar { background-color: #ffffff; width: 18px; height: 3px; }
.navbar-toggle .icon-bar + .icon-bar { margin-top: 3px; }
.navbar-toggle__text {	font-family: "Lato", "Lato", "Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: bold; color: #ffffff; display: inline-block; padding: 0 10px 0 0; }
.navbar-toggle__icon-bar { vertical-align: middle; display: inline-block; height: 18px; }

/* 05.11. Jumbotron */
.jumbotron { position: relative; padding: 0; background-color: #444444; margin-bottom: 30px; }
@media (min-width: 992px) { .jumbotron { margin-bottom: 45px; } }
.jumbotron-content { color: #ffffff; padding: 30px 0; }
@media (min-width: 992px) { .jumbotron-content { position: absolute; padding: 0; width: 550px; top: 110px; } }
@media (min-width: 1500px) { .jumbotron-content { top: 170px; } }
.jumbotron-content__title h1 { font-size: 44px; margin-top: 0; margin-bottom: 15px; }
@media (min-width: 992px) { .jumbotron-content__title h1 { font-size: 28px; text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } }
@media (min-width: 1200px) { .jumbotron-content__title h1 { font-size: 44px; } }
.jumbotron-content__description p { font-weight: normal; font-size: 16px; }
@media (min-width: 992px) { .jumbotron-content__description p { font-size: 14px; text-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); } }
@media (min-width: 1200px) { .jumbotron-content__description p { font-size: 16px; } }
.jumbotron-content__description p .btn-secondary { text-shadow: none; }
.jumbotron__control { position: absolute; background-color: rgba(250, 250, 250, 0.35); color: rgba(0, 0, 0, 0.35); text-align: center; top: 35px; width: 40px; height: 40px; line-height: 40px; transition: all 100ms ease-out; }
.jumbotron__control:focus, .jumbotron__control:hover { color: rgba(0, 0, 0, 0.5); background-color: rgba(250, 250, 250, 0.5); }
@media (min-width: 480px) { .jumbotron__control { top: 70px; } }
@media (min-width: 768px) { .jumbotron__control { top: 110px; } }
@media (min-width: 992px) { .jumbotron__control { top: 40px; width: 40px; height: 40px; line-height: 40px; font-size: 18px; } }
@media (min-width: 1500px) { .jumbotron__control { width: 60px; height: 60px; top: 60px; line-height: 60px; font-size: 24px; } }
.jumbotron__control.left { left: 15px; }
@media (min-width: 768px) { .jumbotron__control.left { left: 30px; } }
@media (min-width: 992px) { .jumbotron__control.left { left: inherit; border-radius: 2px; } }
.jumbotron__control.right { right: 15px; }
@media (min-width: 768px) { .jumbotron__control.right { right: 30px; } }
@media (min-width: 992px) { .jumbotron__control.right { margin-left: 48px; right: inherit; border-radius: 2px; } }
@media (min-width: 1500px) { .jumbotron__control.right { margin-left: 68px; } }
.jumbotron .btn { margin: 10px 0; }

.carousel-inner > .item > img, .carousel-inner > .item > a > img { width: 100%; }

/* 05.12. Video background */
.homepage-hero-module { border-right: none; border-left: none; position: relative; height: 600px;}
.boxed .homepage-hero-module { height: 530px; }
.no-video .video-container video, .touch .video-container video { display: none; }
.no-video .video-container .poster, .touch .video-container .poster { display: block !important; }
.video-container { position: relative; bottom: 0%; left: 0%; height: 100%; width: 100%; overflow: hidden; background: #000; }
.video-container .poster img { width: 100%; bottom: 0; position: absolute; }
.video-container .filter { z-index: 100; position: absolute; background: none; width: 100%; }
.video-container video { position: absolute; z-index: 0; bottom: 0; }
.video-container video.fillWidth { width: 100%; }
.homepage-hero-module .jumbotron-content { width: 80%; top: 190px; margin: 0px auto; position: relative; }
.boxed .homepage-hero-module .jumbotron-content { top: 150px; }
.homepage-hero-module .jumbotron-content__title h1 { color: #fff !important; text-align: center;}
.homepage-hero-module .jumbotron-content__description p { font-size: 20px; }

@media all and (max-width: 1499px) {
.homepage-hero-module { height: 468px; margin-bottom: 45px; }
.homepage-hero-module .jumbotron-content { top: 150px; }
}

@media all and (max-width: 990px) {
.homepage-hero-module .jumbotron-content { width: 100%; top: 90px; }
}

@media all and (max-width: 750px) {
.homepage-hero-module .jumbotron-content__title h1 { font-size: 29px; }
}

/* 05.13. Meta Data */
.meta-data { padding: 6px 20px 4px 20px; background-color: #eeeeee; color: #aaaaaa; font-size: 14px; line-height: 35px; margin-bottom: 24px; }
.meta-data a { color: #aaaaaa; }
.meta-data a:hover { color: #444444; }
.meta-data__separator { margin: 0 10px; color: #dddddd; font-size: 28px; vertical-align: middle; }


/* 05.14. Pagination */
.pagination { position: relative; margin-bottom: 60px; }
.pagination .page-numbers { display: inline-block; width: 45px; height: 45px; background-color: #eeeeee; color: #aaaaaa; font-weight: bold; text-align: center; line-height: 45px; transition: all 100ms ease-out; }
.pagination a:hover { color: #444444; text-decoration: none; }
.pagination .current { background-color: #4ab9cf; color: #ffffff; text-shadow: 0 1px rgba(0, 0, 0, 0.16); }
.pagination .prev, .pagination .next { position: absolute; right: 0; }
.pagination .prev { right: 48px; }

/* 05.15. Comments */
.avatar-container > img { border-radius: 2px; }

.avatar-container--nested, .avatar-container--nestedx2, .avatar-container { float: left; width: 12%; }
.avatar-container--nested img, .avatar-container--nestedx2 img, .avatar-container img { width: 100%; height: auto; }

.comment-content--nested, .comment-content--nestedx2, .comment-content { float: left; width: 85%; margin-left: 3%; position: relative; }
.comment-content--nested::before, .comment-content--nestedx2::before, .comment-content::before { content: ""; display: block; position: absolute; top: 20px; left: -10px; border: solid 6px #ffffff; border-width: 6px 10px 6px 0; border-right-color: #f5f5f5; }
.comment-content--nested .comment-inner, .comment-content--nestedx2 .comment-inner, .comment-content .comment-inner { padding: 30px; background-color: #f5f5f5; border-radius: 2px; margin-bottom: 30px; }
.comment-content--nested .comment-author, .comment-content--nestedx2 .comment-author, .comment-content .comment-author { color: #444444; font-size: 21px; 	font-family: "Lato", "Lato","Source Sans Pro", Helvetica, Arial, sans-serif; font-weight: 900; font-style: normal; text-transform: uppercase; }
.comment-content--nested .comment-metadata, .comment-content--nestedx2 .comment-metadata, .comment-content .comment-metadata { font-size: 13px; float: right; font-weight: normal; color: #b9babc; }
.comment-content--nested .comment-text, .comment-content--nestedx2 .comment-text, .comment-content .comment-text { color: #aaaaaa; margin-top: 15px; font-size: 14px; }

#comments { display: inline-block; }

.comment { list-style: none; }

/* Comments Fields */
.comment-form .form-control { background: #f5f5f5; border-radius: 2px; border: 1px solid #dedede; box-shadow: none; transition: all 100ms ease-out; }
.comment-form .form-control:focus { border-color: #dedede; background: #ffffff; }
.comment-form input { height: 45px; }
.comment-form label { font-weight: normal; }

.comments__heading { margin-top: 45px; margin-bottom: 22px; font-size: 27px; text-transform: uppercase; }

.comments-container { padding-left: 0px; }
.comments-container + .comments__heading { margin-top: 30px; }

.comment-respond { font-size: 14px; }

/* 05.16. Buttons */
.btn { font-weight: bold; height: 45px; line-height: 45px; padding: 0 30px; border-radius: 2px; text-transform: uppercase; transition: all 100ms ease-out; }

.btn--post { margin-top: -6px; }
.btn--post:hover { background-color: #eeeeee; border-color: #eeeeee; color: #444444; }
.btn--post:active { box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05); }

/* Rounded corner option */
.btn-rounded { border-radius: 20px; }

.btn-primary, .btn-info { text-shadow: 0 1px rgba(0, 0, 0, 0.16); }

/* Header Widgets Specific Buttons */
.header__widgets .btn { width: 100%; }
@media (min-width: 992px) { .header__widgets .btn { width: auto; } }

.btn-secondary { background-color: #ffffff; border-color: #ffffff; color: #444444; }
.btn-secondary:hover { color: #444444; background-color: #f2f2f2; border-color: #f2f2f2; }

/* 05.17. Icons Shortcode */
.icon-container { display: inline-block; margin-right: 3px; margin-bottom: 5px; }
.icon-container--square, .icon-container--circle { width: 40px; height: 40px; font-size: 22px; background-color: rgba(0, 0, 0, 0.5); text-align: center; line-height: 42px; color: #ffffff; transition: all 100ms ease-out; }
.icon-container--square:hover, .icon-container--circle:hover { background-color: rgba(0, 0, 0, 0.8); }
.icon-container--square { border-radius: 2px; }

.footer .icon-container--square, .footer .icon-container--circle { background-color: rgba(250, 250, 250, 0.5); color: #444444; }
.footer .icon-container--square:hover, .footer .icon-container--circle:hover { background-color: #ffffff; }

/* 05.18. Proteus Widgets */
/* Social Links */
.social-icons__link { display: inline-block; width: 40px; height: 40px; font-size: 22px; text-align: center; line-height: 42px; border-radius: 2px; transition: all 100ms ease-out; padding-left: 1px; margin-right: 5px; background-color: rgba(0, 0, 0, 0.5); color: #ffffff; }
@media (min-width: 992px) { .social-icons__link { margin-left: 5px; margin-right: 0; background-color: rgba(250, 250, 250, 0.5); color: #444444; } }
.social-icons__link:hover { background-color: rgba(0, 0, 0, 0.7); color: #ffffff; }
@media (min-width: 992px) { .social-icons__link:hover { background-color: #ffffff; color: #444444; } }
/* Skype */


/* Icon Box */
.widget_pw_icon_box .icon-box { display: inline-block; width: 100%; border: 1px solid #e6e6e6; border-bottom: 2px solid #b9babc; border-top-left-radius: 2px; border-top-right-radius: 2px; padding: 27px 30px 26px 30px; line-height: 1.3; transition: all 100ms ease-out; }
.widget_pw_icon_box .icon-box:hover { box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1); border-bottom: 2px solid #4ab9cf; text-decoration: none; }
.widget_pw_icon_box .icon-box:hover .fa { color: #4ab9cf; }
.widget_pw_icon_box .icon-box__title { margin-top: 0; margin-bottom: 8px; font-size: 16px; }
.widget_pw_icon_box .icon-box__subtitle { color: #aaaaaa; font-size: 13px; }
.widget_pw_icon_box .icon-box .fa { float: right; font-size: 45px; color: #b9babc; padding: 10px 0 10px 10px; transition: all 100ms ease-out; }

.header .widget-icon-box:first-of-type .icon-box { margin-left: 0; padding-left: 0; border-left: 0; }
.header .icon-box { display: inline-block; text-align: left; margin-bottom: 20px; padding-bottom: 20px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); width: 100%; }
@media (min-width: 992px) { .header .icon-box { margin-right: 20px; margin-bottom: 0; padding-left: 20px; padding-bottom: 0; border-left: 1px solid rgba(0, 0, 0, 0.1); border-bottom: 0; width: auto; } }
@media (min-width: 1200px) { .header .icon-box { margin-right: 30px; padding-left: 30px; } }
.header .icon-box:hover { text-decoration: none; }
.header .icon-box .fa { color: #e21f2f; margin-right: 3px; }
.header .icon-box__title { 	font-family: "Lato", "Lato", "lato", Helvetica, Arial, sans-serif; display: inline-block; font-size: 13px; color: #aaaaaa; font-weight: normal; margin: 0; letter-spacing: 0; }
.header .icon-box__subtitle { display: block; color: #444444; font-weight: bold; }

/* Featured Page */
.page-box__title { font-size: 27px; margin-top: 24px; margin-bottom: 20px; }
.page-box__title a { color: #444444; }
.page-box__content { font-size: 14px; line-height: 1.6; }
.read-more { position: relative; font-weight: bold; text-transform: uppercase; }
.read-more:after { content: ""; font-family: "Lato", "Lato", "FontAwesome"; font-size: 10px; position: absolute; right: -11px; top: calc(50% - 9px); } 
.page-box .read-more::after { position: absolute; content: "\f0da"; font-family: "Lato", "FontAwesome"; right: -11px; top: calc(50% - 9px); font-size: 10px; }

.page-box .wp-post-image { width: 100%; }
/* Brochure Box */


/* Opening Times */
.widget_pw_opening_time .week-day, .wpb_wrapper .week-day { position: relative; clear: both; padding: 5px 0; }
.widget_pw_opening_time .week-day::after, .wpb_wrapper .week-day::after { position: absolute; content: ""; background-color: rgba(0, 0, 0, 0.1); height: 1px; width: 100%; bottom: calc(50% - 13px); left: 0; z-index: 1; }
.widget_pw_opening_time .week-day dt, .wpb_wrapper .week-day dt { position: relative; z-index: 2; float: left; padding-right: 10px; background-color: #ffffff; font-weight: normal; }
.widget_pw_opening_time .week-day dd, .wpb_wrapper .week-day dd { position: relative; z-index: 2; float: right; padding-left: 10px; background-color: #ffffff; }
.widget_pw_opening_time .week-day.today, .wpb_wrapper .week-day.today { color: #444444; }
.widget_pw_opening_time .week-day.today dt, .widget_pw_opening_time .week-day.today dd, .wpb_wrapper .week-day.today dt, .wpb_wrapper .week-day.today dd { font-weight: bold; }

/* Call to Action */
.call-to-action__text { font-size: 20px; text-align: center; padding: 30px 0 10px 0; }
@media (min-width: 992px) { .call-to-action__text { float: left; padding: 23px 0 22px 0; } }
.call-to-action__button { text-align: center; padding: 10px 0 30px 0; }
@media (min-width: 992px) { .call-to-action__button { float: right; padding: 16px 0; } }
.call-to-action__button .btn { margin: 5px 0; }
@media (min-width: 992px) { .call-to-action__button .btn { margin: 0; } }

/* Number Counter */
.counters { padding: 60px 0px; background-image: url('../images/counter_bg.jpg'); background-repeat: repeat; }
.widget-number-counters { display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-justify-content: space-around; -ms-flex-pack: distribute; justify-content: space-around; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); border-radius: 2px; }
@media (min-width: 768px) { .widget-number-counters { -webkit-flex-direction: row; -ms-flex-direction: row; flex-direction: row; } }

.number-counter { -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; text-align: center; transition: all 100ms ease-out; background-color: #ffffff; position: relative; padding: 8px 0 17px 0; border-bottom: 1px dashed rgba(0, 0, 0, 0.2); }
@media (min-width: 768px) { .number-counter { border-right: 1px dashed rgba(0, 0, 0, 0.2); border-bottom: 0; } }
.number-counter:last-of-type { border-right: 0; border-bottom: 0; }
.number-counter__icon { color: #e21f2f; margin-right: 10px; vertical-align: middle; transition: all 100ms ease-out; }
.number-counter__icon.fa { font-size: 36px; }
.number-counter__number { vertical-align: middle; display: inline-block; font-size: 44px; color: #444444; font-family: "Lato", "Lato", "Source Sans Pro", Helvetica, Arial, sans-serif; transition: all 100ms ease-out; }
.number-counter__title { font-size: 14px; margin-top: -12px; }

/* Logo Panel (Normal TextWidget) */
.logo-panel { text-align: center; }
.logo-panel img { margin: 15px 0; border: 1px solid #e6e6e6; border-bottom: 2px solid #b9babc; border-radius: 2px; transition: all 100ms ease-out; opacity: 0.6; }
.logo-panel img:hover { box-shadow: 0 6px 9px rgba(0, 0, 0, 0.1); border-bottom: 2px solid #4ab9cf; opacity: 1; }

/* Latest News */
.widget_pw_latest_news { box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }

.latest-news { position: relative; display: block; }
.latest-news:hover { text-decoration: none; }
.latest-news:hover.latest-news--more-news, .latest-news:hover .latest-news__content { background-color: #f5f5f5; }
.latest-news__date { position: absolute; right: 10px; top: 10px; background-color: #e21f2f; color: #ffffff; padding: 7px 6px; line-height: 1; text-align: center; }
.latest-news__date__month { text-transform: uppercase; font-size: 10px; font-weight: bold; margin-top: 7px; margin-bottom: 3px; }
.latest-news__date__day { font-size: 17px; }
.latest-news__date::before { position: absolute; content: ""; background-color: rgba(250, 250, 250, 0.5); width: 20px; height: 2px; right: calc(50% - 10px); top: 7px; }
.latest-news__date::after { position: absolute; content: ""; right: 0; bottom: -9px; width: 0; height: 0; border-style: solid; border-width: 9px 10px 0 0; border-color: #bf1926 transparent transparent transparent; }
.latest-news--more-news, .latest-news__content { display: block; background-color: #ffffff; padding: 20px 24px 18px 24px; transition: all 100ms ease-out; }
.latest-news__title { margin-top: 0; margin-bottom: 9px; font-size: 21px; text-transform: uppercase; }
.latest-news__author { color: #aaaaaa; font-size: 13px; }
.latest-news--more-news { position: relative; text-transform: uppercase; font-weight: bold; }
.latest-news--more-news::after { position: absolute; content: ""; font-family: "Lato", "FontAwesome"; content: "\f0da"; right: 25px; color: #4ab9cf; }
.latest-news .wp-post-image { width: 100%; }

.latest-news--inline .latest-news__title { font-size: 16px; }

.latest-news + .latest-news { border-top: 1px solid #e6e6e6; }

/* Testimonials */
.testimonials { padding: 60px 0px; background: #eeeeee; }
.testimonials .widget-title.lined > span { background: #eeeeee; }
.testimonial__quote { position: relative; background: #ffffff; box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); padding: 21px 15px 21px 45px; margin-bottom: 30px; vertical-align: middle; font-size: 16px; min-height: 80px; margin-top: 30px; }
@media (min-width: 992px) { .testimonial__quote { margin-top: 0; } }
.testimonial__quote::before { position: absolute; content: '“';font-family: "Lato", "Lato",  Georgia, "Times New Roman"; top: 24px; left: 0; background-color: #4ab9cf; color: #ffffff; width: 30px; height: calc(100% - 46px); font-size: 40px; text-align: center; border-top-right-radius: 2px; border-bottom-right-radius: 2px; line-height: 56px; }
.testimonial__quote::after { position: absolute; content: ''; width: 0; height: 0; border-style: solid; border-width: 20px 20px 0 0; border-color: #ffffff transparent transparent transparent; bottom: -20px; left: 30px; }
.testimonial__author { font-size: 16px; color: #444444; font-style: normal; font-weight: bold; }
.testimonial__author-description { color: #aaaaaa; font-weight: normal; font-style: italic; display: inline-block; }
.testimonial blockquote { padding: 0; margin: 0; border-left: 0; }
.testimonial .widget-title { float: left; margin-top: 10px; margin-bottom: 30px; width: calc(100% - 132px); }
@media (min-width: 992px) { .testimonial .widget-title { margin-top: 0; } }
.testimonial__carousel { float: right; padding-top: 0px; position: relative; top: -18px; }
.testimonial__carousel--left, .testimonial__carousel--right { display: inline-block; border-radius: 2px; text-align: center; background-color: #ffffff; color: #aaaaaa; margin-left: 10px; transition: all 100ms ease-out; height: 40px; width: 40px; font-size: 18px; line-height: 40px; }
.testimonial__carousel--left:focus, .testimonial__carousel--left:hover, .testimonial__carousel--right:focus, .testimonial__carousel--right:hover { color: #444444; }
.testimonial__carousel--left:active, .testimonial__carousel--right:active { box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); color: #444444; }
.testimonial .carousel { position: inherit; clear: both; }

.cargopress-table { width: 100%; max-width: 100%; font-family: "Lato", "Lato", "Source Sans Pro", Helvetica, Arial, sans-serif; }
.cargopress-table thead th { background-color: #4ab9cf; padding: 15px 20px; border-radius: 2px; color: #ffffff; border-right: 2px solid transparent; border-top: 1px solid transparent; border-bottom: 1px solid transparent; background-clip: padding-box; }
.cargopress-table thead th:first-of-type { background-color: transparent; }
.cargopress-table thead th:last-of-type { border-right: none; }
.cargopress-table tbody td { background-color: #ffffff; box-shadow: 0 0 0 1px #eeeeee inset; padding: 15px 20px; border-right: 2px solid transparent; border-bottom: 1px solid transparent; border-top: 1px solid transparent; background-clip: padding-box; border-radius: 2px; }
.cargopress-table tbody td:first-of-type { box-shadow: none; background-color: #eeeeee; }
.cargopress-table tbody td:last-of-type { border-right: none; }
/* Skype */


/* 05.19. Fleet Gallery */
.alignnone, .aligncenter, .alignright, .alignleft { max-width: 100%; height: auto; }

.alignnone { margin: 5px 0 20px 0; }

a > img.alignnone { margin: 5px 20px 20px 0; }

.gallery { margin-bottom: 20px; }
.gallery:before, .gallery:after { content: " "; display: table; }
.gallery:after { clear: both; }

.gallery-item { float: left; margin: 0 4px 4px 0; overflow: hidden; position: relative; }

.gallery-columns-1 .gallery-item { max-width: 100%; }

.gallery-columns-2 .gallery-item { max-width: 48%; max-width: calc(50% - 4px); }

.gallery-columns-3 .gallery-item { max-width: 32%; max-width: calc(33.3% - 4px); }

.gallery-columns-4 .gallery-item { max-width: 23%; max-width: calc(25% - 4px); }

.gallery-columns-5 .gallery-item { max-width: 19%; max-width: calc(20% - 4px); }

.gallery-columns-6 .gallery-item { max-width: 15%; max-width: calc(16.7% - 4px); }

.gallery-columns-7 .gallery-item { max-width: 13%; max-width: calc(14.28% - 4px); }

.gallery-columns-8 .gallery-item { max-width: 11%; max-width: calc(12.5% - 4px); }

.gallery-columns-9 .gallery-item { max-width: 9%; max-width: calc(11.1% - 4px); }

.gallery-columns-1 .gallery-item:nth-of-type(1n), .gallery-columns-2 .gallery-item:nth-of-type(2n), .gallery-columns-3 .gallery-item:nth-of-type(3n), .gallery-columns-4 .gallery-item:nth-of-type(4n), .gallery-columns-5 .gallery-item:nth-of-type(5n), .gallery-columns-6 .gallery-item:nth-of-type(6n), .gallery-columns-7 .gallery-item:nth-of-type(7n), .gallery-columns-8 .gallery-item:nth-of-type(8n), .gallery-columns-9 .gallery-item:nth-of-type(9n) { margin-right: 0; }

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1), .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1), .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1), .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) { clear: left; }

.gallery-caption { background-color: rgba(0, 0, 0, 0.7); color: #fff; font-size: 12px; line-height: 1.5; margin: 0; max-height: 50%; opacity: 0; padding: 6px 8px; position: absolute; bottom: 0; left: 0; text-align: left; width: 100%; }

.gallery-caption:before { content: ""; height: 100%; min-height: 49px; position: absolute; top: 0; left: 0; width: 100%; }

.gallery-item:hover .gallery-caption { opacity: 1; }

.gallery-columns-7 .gallery-caption, .gallery-columns-8 .gallery-caption, .gallery-columns-9 .gallery-caption { display: none; }


/* Style for Blog */
.hentry { position: relative; margin-bottom: 60px; font-size: 16px; line-height: 1.7; z-index: 10; }
.hentry__title { font-size: 34px; color: #444444; margin-bottom: 19px; line-height: 1.2; }
.hentry__title a { color: #444444; }

.hentry__content > p { margin-bottom: 28px; }
.hentry__content > p:last-of-type { margin-bottom: 0; }
/* Sticky Post */

.sticky .btn--post { background-color: #e21f2f; border-color: #e21f2f; color: #ffffff; }

/* 05.20. Widgets */
/* Text Widget */
.widget_black-studio-tinymce select, .widget_black-studio-tinymce img, .widget_text select, .widget_text img, .wpb_wrapper select, .wpb_wrapper img { max-width: 100%; height: auto; }
.widget_black-studio-tinymce p, .widget_text p, .wpb_wrapper p { font-size: 14px; }

.widget_black-studio-tinymce .featured-widget p:last-of-type, .widget_text .featured-widget p:last-of-type, .wpb_wrapper .featured-widget p:last-of-type { margin-bottom: 0; }
/* Calendar Widget */

.widget_calendar tfoot tr #next a { float: right; }

/* Tag Cloud Widget */
.widget_tag_cloud a { display: inline-block; background-color: #eeeeee; padding: 6px 10px 4px; margin: 2px 0; border-radius: 2px; text-transform: uppercase; font-weight: bold; color: #aaaaaa; transition: all 100ms ease-out; }
.widget_tag_cloud a:hover { background-color: #e1e1e1; text-decoration: none; }

/* Search Widget */
.widget_search { font-family: "Lato", "Lato",  "lato", Helvetica, Arial, sans-serif; }
.widget_search label { width: 100%; margin-bottom: 5px; }
@media (min-width: 992px) { .widget_search label { float: left; width: 80%; margin-bottom: 0; } }
.widget_search .search-field { width: 100%; border: 1px solid rgba(0, 0, 0, 0.1); background-color: #f5f5f5; padding: 6px 5px 6px 10px; font-weight: normal; height: 45px; border-radius: 2px; transition: all 100ms ease-out; }
@media (min-width: 992px) { .widget_search .search-field { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none; } }
.widget_search .search-field:focus { background-color: #ffffff; border: 1px solid rgba(0, 0, 0, 0.2); border-radius: 2px; }
@media (min-width: 992px) { .widget_search .search-field:focus { border-top-right-radius: 0; border-bottom-right-radius: 0; border-right: none; } }
.widget_search .search-submit { width: 100%; height: 45px; background-color: #4ab9cf;font-family: "Lato", "Lato",  "Source Sans Pro", Helvetica, Arial, sans-serif; text-transform: uppercase; border: 0; color: #ffffff; border-radius: 2px; padding-top: 3px; transition: all 100ms ease-out; }
@media (min-width: 992px) { .widget_search .search-submit { border-top-left-radius: 0; border-bottom-left-radius: 0; width: 20%; } }
.widget_search .search-submit .fa { vertical-align: 0; }
.widget_search .search-submit:hover, .widget_search .search-submit:focus { background-color: #36b1ca; }
.widget_search .search-submit:active { background-color: #32a7be; box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); }


/* Widgets With Lists */
.widget_archive ul, .widget_categories ul, .widget_pages ul, .widget_meta ul, .widget_recent_comments ul, .widget_recent_entries ul, .widget_rss ul { padding-left: 15px; padding-right: 15px; }

/* Custom Menu */
.widget_nav_menu ul { list-style: none; padding: 0; font-size: 15px; }
.widget_nav_menu ul > li > a { display: block; padding: 2px 0; margin: 3px 0; color: #aaaaaa; font-family: "Lato", "Lato",  "Source Sans Pro", Helvetica, Arial, sans-serif; text-transform: uppercase; font-weight: bold; font-size: 13px; }
.widget_nav_menu ul > li > a:hover { color: #aaaaaa; }
.widget_nav_menu ul > li:first-of-type a { padding-top: 0; margin-top: 0; }
.widget_nav_menu ul .sub-menu { padding-left: 15px; margin: 0; }
.widget_nav_menu ul .sub-menu > li > a { font-family: "Lato", "Lato", "lato", Helvetica, Arial, sans-serif; text-transform: none; font-weight: normal; color: #aaaaaa; }

/* Custom Sidebar Menu */
.sidebar.widget_nav_menu ul { list-style: none; padding: 0; }
.sidebar.widget_nav_menu ul > li { margin: 2px 0; }
.sidebar.widget_nav_menu ul > li > a { font-size: 16px; font-weight: 900; transition: all 100ms ease-out; display: block; background-color: #eeeeee; color: #aaaaaa; font-family: "Lato", "Lato",  "Source Sans Pro", Helvetica, Arial, sans-serif; border-radius: 2px; padding: 18px 25px; }
.sidebar.widget_nav_menu ul > li > a:hover { color: #444444; text-decoration: none; }
.sidebar.widget_nav_menu ul > li > a:active { border-color: rgba(0, 0, 0, 0.05); box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.125); }
.sidebar.widget_nav_menu ul > li.current-menu-item a { background-color: #4ab9cf; color: #ffffff; text-shadow: 0 1px rgba(0, 0, 0, 0.16); text-decoration: none; }
.sidebar.widget_nav_menu ul > li:first-of-type { margin-top: 0; }


/* Footer Specific */
.footer .widget_nav_menu ul > li > a { font-family: "Lato", "lato", Helvetica, Arial, sans-serif; font-weight: normal; text-transform: inherit; font-size: 14px; color: #9eb7cb; }
.footer img.logo { margin: 5px 0px 20px; }

/* 05.21. Contact Form */

select, input[type="text"], input[type="email"], input[type="tel"], textarea { background: #f5f5f5; border-radius: 2px; border: 1px solid #eeeeee; box-shadow: none; width: 100%; padding: 17.5px 20px; margin-bottom: 30px; font-size: 14px; color: #aaaaaa; transition: all 100ms ease-out; }
select:focus, input[type="text"]:focus, textarea:focus { border-color: #eeeeee; background: #ffffff; }

.contact-form-small textarea { height: 105px; }
.contact-form-small select { height: 45px; }
.contact-form-small input[type="submit"] { margin-bottom: 0; }
.contact-form-small input[type="text"], .contact-form-small input[type="email"], .contact-form-small select, .contact-form-small textarea { padding: 10.5px 15px; margin-bottom: 15px; }

form .response { font-weight: bold; text-transform: uppercase; padding: 20px 0px; display: none;}
form .response.success { color: green; }
form .response.error { color: red; }


/*!
 *  Font Awesome 4.3.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH -------------------------- */
@font-face { font-family: "Lato", 'FontAwesome'; src: url("../fonts/fontawesome-webfont.eot?v=4.3.0"); src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.3.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.3.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.3.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.3.0") format("truetype"), url("..fonts/fontawesome-webfont.svg?v=4.3.0#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; }
.fa { display: inline-block; font: normal normal normal 14px/1 FontAwesome; font-size: inherit; text-rendering: auto; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; -webkit-transform: translate(0, 0); -ms-transform: translate(0, 0); transform: translate(0, 0); }

/* makes the font 33% larger relative to the icon container */
.fa-lg { font-size: 1.33333em; line-height: 0.75em; vertical-align: -15%; }

.pull-right { float: right; }

@-webkit-keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }
@keyframes fa-spin { 0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(359deg); transform: rotate(359deg); } }


.fa-glass:before{content:""}.fa-music:before{content:""}.fa-search:before{content:""}.fa-envelope-o:before{content:""}.fa-heart:before{content:""}.fa-star:before{content:""}.fa-star-o:before{content:""}.fa-user:before{content:""}.fa-film:before{content:""}.fa-th-large:before{content:""}.fa-th:before{content:""}.fa-th-list:before{content:""}.fa-check:before{content:""}.fa-close:before,.fa-remove:before,.fa-times:before{content:""}.fa-search-plus:before{content:""}.fa-search-minus:before{content:""}.fa-power-off:before{content:""}.fa-signal:before{content:""}.fa-cog:before,.fa-gear:before{content:""}.fa-trash-o:before{content:""}.fa-home:before{content:""}.fa-file-o:before{content:""}.fa-clock-o:before{content:""}.fa-road:before{content:""}.fa-download:before{content:""}.fa-arrow-circle-o-down:before{content:""}.fa-arrow-circle-o-up:before{content:""}.fa-inbox:before{content:""}.fa-play-circle-o:before{content:""}.fa-repeat:before,.fa-rotate-right:before{content:""}.fa-refresh:before{content:""}.fa-list-alt:before{content:""}.fa-lock:before{content:""}.fa-flag:before{content:""}.fa-headphones:before{content:""}.fa-volume-off:before{content:""}.fa-volume-down:before{content:""}.fa-volume-up:before{content:""}.fa-qrcode:before{content:""}.fa-barcode:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-book:before{content:""}.fa-bookmark:before{content:""}.fa-print:before{content:""}.fa-camera:before{content:""}.fa-font:before{content:""}.fa-bold:before{content:""}.fa-italic:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-align-left:before{content:""}.fa-align-center:before{content:""}.fa-align-right:before{content:""}.fa-align-justify:before{content:""}.fa-list:before{content:""}.fa-dedent:before,.fa-outdent:before{content:""}.fa-indent:before{content:""}.fa-video-camera:before{content:""}.fa-image:before,.fa-photo:before,.fa-picture-o:before{content:""}.fa-pencil:before{content:""}.fa-map-marker:before{content:""}.fa-adjust:before{content:""}.fa-tint:before{content:""}.fa-edit:before,.fa-pencil-square-o:before{content:""}.fa-share-square-o:before{content:""}.fa-check-square-o:before{content:""}.fa-arrows:before{content:""}.fa-step-backward:before{content:""}.fa-fast-backward:before{content:""}.fa-backward:before{content:""}.fa-play:before{content:""}.fa-pause:before{content:""}.fa-stop:before{content:""}.fa-forward:before{content:""}.fa-fast-forward:before{content:""}.fa-step-forward:before{content:""}.fa-eject:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-plus-circle:before{content:""}.fa-minus-circle:before{content:""}.fa-times-circle:before{content:""}.fa-check-circle:before{content:""}.fa-question-circle:before{content:""}.fa-info-circle:before{content:""}.fa-crosshairs:before{content:""}.fa-times-circle-o:before{content:""}.fa-check-circle-o:before{content:""}.fa-ban:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrow-down:before{content:""}.fa-mail-forward:before,.fa-share:before{content:""}.fa-expand:before{content:""}.fa-compress:before{content:""}.fa-plus:before{content:""}.fa-minus:before{content:""}.fa-asterisk:before{content:""}.fa-exclamation-circle:before{content:""}.fa-gift:before{content:""}.fa-leaf:before{content:""}.fa-fire:before{content:""}.fa-eye:before{content:""}.fa-eye-slash:before{content:""}.fa-exclamation-triangle:before,.fa-warning:before{content:""}.fa-plane:before{content:""}.fa-calendar:before{content:""}.fa-random:before{content:""}.fa-comment:before{content:""}.fa-magnet:before{content:""}.fa-chevron-up:before{content:""}.fa-chevron-down:before{content:""}.fa-retweet:before{content:""}.fa-shopping-cart:before{content:""}.fa-folder:before{content:""}.fa-folder-open:before{content:""}.fa-arrows-v:before{content:""}.fa-arrows-h:before{content:""}.fa-bar-chart-o:before,.fa-bar-chart:before{content:""}.fa-twitter-square:before{content:""}.fa-facebook-square:before{content:""}.fa-camera-retro:before{content:""}.fa-key:before{content:""}.fa-cogs:before,.fa-gears:before{content:""}.fa-comments:before{content:""}.fa-thumbs-o-up:before{content:""}.fa-thumbs-o-down:before{content:""}.fa-star-half:before{content:""}.fa-heart-o:before{content:""}.fa-sign-out:before{content:""}.fa-linkedin-square:before{content:""}.fa-thumb-tack:before{content:""}.fa-external-link:before{content:""}.fa-sign-in:before{content:""}.fa-trophy:before{content:""}.fa-github-square:before{content:""}.fa-upload:before{content:""}.fa-lemon-o:before{content:""}.fa-phone:before{content:""}.fa-square-o:before{content:""}.fa-bookmark-o:before{content:""}.fa-phone-square:before{content:""}.fa-twitter:before{content:""}.fa-facebook-f:before,.fa-facebook:before{content:""}.fa-github:before{content:""}.fa-unlock:before{content:""}.fa-credit-card:before{content:""}.fa-rss:before{content:""}.fa-hdd-o:before{content:""}.fa-bullhorn:before{content:""}.fa-bell:before{content:""}.fa-certificate:before{content:""}.fa-hand-o-right:before{content:""}.fa-hand-o-left:before{content:""}.fa-hand-o-up:before{content:""}.fa-hand-o-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-globe:before{content:""}.fa-wrench:before{content:""}.fa-tasks:before{content:""}.fa-filter:before{content:""}.fa-briefcase:before{content:""}.fa-arrows-alt:before{content:""}.fa-group:before,.fa-users:before{content:""}.fa-chain:before,.fa-link:before{content:""}.fa-cloud:before{content:""}.fa-flask:before{content:""}.fa-cut:before,.fa-scissors:before{content:""}.fa-copy:before,.fa-files-o:before{content:""}.fa-paperclip:before{content:""}.fa-floppy-o:before,.fa-save:before{content:""}.fa-square:before{content:""}.fa-bars:before,.fa-navicon:before,.fa-reorder:before{content:""}.fa-list-ul:before{content:""}.fa-list-ol:before{content:""}.fa-strikethrough:before{content:""}.fa-underline:before{content:""}.fa-table:before{content:""}.fa-magic:before{content:""}.fa-truck:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-square:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-plus:before{content:""}.fa-money:before{content:""}.fa-caret-down:before{content:""}.fa-caret-up:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-columns:before{content:""}.fa-sort:before,.fa-unsorted:before{content:""}.fa-sort-desc:before,.fa-sort-down:before{content:""}.fa-sort-asc:before,.fa-sort-up:before{content:""}.fa-envelope:before{content:""}.fa-linkedin:before{content:""}.fa-rotate-left:before,.fa-undo:before{content:""}.fa-gavel:before,.fa-legal:before{content:""}.fa-dashboard:before,.fa-tachometer:before{content:""}.fa-comment-o:before{content:""}.fa-comments-o:before{content:""}.fa-bolt:before,.fa-flash:before{content:""}.fa-sitemap:before{content:""}.fa-umbrella:before{content:""}.fa-clipboard:before,.fa-paste:before{content:""}.fa-lightbulb-o:before{content:""}.fa-exchange:before{content:""}.fa-cloud-download:before{content:""}.fa-cloud-upload:before{content:""}.fa-user-md:before{content:""}.fa-stethoscope:before{content:""}.fa-suitcase:before{content:""}.fa-bell-o:before{content:""}.fa-coffee:before{content:""}.fa-cutlery:before{content:""}.fa-file-text-o:before{content:""}.fa-building-o:before{content:""}.fa-hospital-o:before{content:""}.fa-ambulance:before{content:""}.fa-medkit:before{content:""}.fa-fighter-jet:before{content:""}.fa-beer:before{content:""}.fa-h-square:before{content:""}.fa-plus-square:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angle-down:before{content:""}.fa-desktop:before{content:""}.fa-laptop:before{content:""}.fa-tablet:before{content:""}.fa-mobile-phone:before,.fa-mobile:before{content:""}.fa-circle-o:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-spinner:before{content:""}.fa-circle:before{content:""}.fa-mail-reply:before,.fa-reply:before{content:""}.fa-github-alt:before{content:""}.fa-folder-o:before{content:""}.fa-folder-open-o:before{content:""}.fa-smile-o:before{content:""}.fa-frown-o:before{content:""}.fa-meh-o:before{content:""}.fa-gamepad:before{content:""}.fa-keyboard-o:before{content:""}.fa-flag-o:before{content:""}.fa-flag-checkered:before{content:""}.fa-terminal:before{content:""}.fa-code:before{content:""}.fa-mail-reply-all:before,.fa-reply-all:before{content:""}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:""}.fa-location-arrow:before{content:""}.fa-crop:before{content:""}.fa-code-fork:before{content:""}.fa-chain-broken:before,.fa-unlink:before{content:""}.fa-question:before{content:""}.fa-info:before{content:""}.fa-exclamation:before{content:""}.fa-superscript:before{content:""}.fa-subscript:before{content:""}.fa-eraser:before{content:""}.fa-puzzle-piece:before{content:""}.fa-microphone:before{content:""}.fa-microphone-slash:before{content:""}.fa-shield:before{content:""}.fa-calendar-o:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-rocket:before{content:""}.fa-maxcdn:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-html5:before{content:""}.fa-css3:before{content:""}.fa-anchor:before{content:""}.fa-unlock-alt:before{content:""}.fa-bullseye:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-rss-square:before{content:""}.fa-play-circle:before{content:""}.fa-ticket:before{content:""}.fa-minus-square:before{content:""}.fa-minus-square-o:before{content:""}.fa-level-up:before{content:""}.fa-level-down:before{content:""}.fa-check-square:before{content:""}.fa-pencil-square:before{content:""}.fa-external-link-square:before{content:""}.fa-share-square:before{content:""}.fa-compass:before{content:""}.fa-caret-square-o-down:before,.fa-toggle-down:before{content:""}.fa-caret-square-o-up:before,.fa-toggle-up:before{content:""}.fa-caret-square-o-right:before,.fa-toggle-right:before{content:""}.fa-eur:before,.fa-euro:before{content:""}.fa-gbp:before{content:""}.fa-dollar:before,.fa-usd:before{content:""}.fa-inr:before,.fa-rupee:before{content:""}.fa-cny:before,.fa-jpy:before,.fa-rmb:before,.fa-yen:before{content:""}.fa-rouble:before,.fa-rub:before,.fa-ruble:before{content:""}.fa-krw:before,.fa-won:before{content:""}.fa-bitcoin:before,.fa-btc:before{content:""}.fa-file:before{content:""}.fa-file-text:before{content:""}.fa-sort-alpha-asc:before{content:""}.fa-sort-alpha-desc:before{content:""}.fa-sort-amount-asc:before{content:""}.fa-sort-amount-desc:before{content:""}.fa-sort-numeric-asc:before{content:""}.fa-sort-numeric-desc:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbs-down:before{content:""}.fa-youtube-square:before{content:""}.fa-youtube:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-youtube-play:before{content:""}.fa-dropbox:before{content:""}.fa-stack-overflow:before{content:""}.fa-instagram:before{content:""}.fa-flickr:before{content:""}.fa-adn:before{content:""}.fa-bitbucket:before{content:""}.fa-bitbucket-square:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-long-arrow-down:before{content:""}.fa-long-arrow-up:before{content:""}.fa-long-arrow-left:before{content:""}.fa-long-arrow-right:before{content:""}.fa-apple:before{content:""}.fa-windows:before{content:""}.fa-android:before{content:""}.fa-linux:before{content:""}.fa-dribbble:before{content:""}.fa-skype:before{content:""}.fa-foursquare:before{content:""}.fa-trello:before{content:""}.fa-female:before{content:""}.fa-male:before{content:""}.fa-gittip:before,.fa-gratipay:before{content:""}.fa-sun-o:before{content:""}.fa-moon-o:before{content:""}.fa-archive:before{content:""}.fa-bug:before{content:""}.fa-vk:before{content:""}.fa-weibo:before{content:""}.fa-renren:before{content:""}.fa-pagelines:before{content:""}.fa-stack-exchange:before{content:""}.fa-arrow-circle-o-right:before{content:""}.fa-arrow-circle-o-left:before{content:""}.fa-caret-square-o-left:before,.fa-toggle-left:before{content:""}.fa-dot-circle-o:before{content:""}.fa-wheelchair:before{content:""}.fa-vimeo-square:before{content:""}.fa-try:before,.fa-turkish-lira:before{content:""}.fa-plus-square-o:before{content:""}.fa-space-shuttle:before{content:""}.fa-slack:before{content:""}.fa-envelope-square:before{content:""}.fa-wordpress:before{content:""}.fa-openid:before{content:""}.fa-bank:before,.fa-institution:before,.fa-university:before{content:""}.fa-graduation-cap:before,.fa-mortar-board:before{content:""}.fa-yahoo:before{content:""}.fa-google:before{content:""}.fa-reddit:before{content:""}.fa-reddit-square:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-stumbleupon:before{content:""}.fa-delicious:before{content:""}.fa-digg:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-drupal:before{content:""}.fa-joomla:before{content:""}.fa-language:before{content:""}.fa-fax:before{content:""}.fa-building:before{content:""}.fa-child:before{content:""}.fa-paw:before{content:""}.fa-spoon:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-recycle:before{content:""}.fa-automobile:before,.fa-car:before{content:""}.fa-cab:before,.fa-taxi:before{content:""}.fa-tree:before{content:""}.fa-spotify:before{content:""}.fa-deviantart:before{content:""}.fa-soundcloud:before{content:""}.fa-database:before{content:""}.fa-file-pdf-o:before{content:""}.fa-file-word-o:before{content:""}.fa-file-excel-o:before{content:""}.fa-file-powerpoint-o:before{content:""}.fa-file-image-o:before,.fa-file-photo-o:before,.fa-file-picture-o:before{content:""}.fa-file-archive-o:before,.fa-file-zip-o:before{content:""}.fa-file-audio-o:before,.fa-file-sound-o:before{content:""}.fa-file-movie-o:before,.fa-file-video-o:before{content:""}.fa-file-code-o:before{content:""}.fa-vine:before{content:""}.fa-codepen:before{content:""}.fa-jsfiddle:before{content:""}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-ring:before,.fa-life-saver:before,.fa-support:before{content:""}.fa-circle-o-notch:before{content:""}.fa-ra:before,.fa-rebel:before{content:""}.fa-empire:before,.fa-ge:before{content:""}.fa-git-square:before{content:""}.fa-git:before{content:""}.fa-hacker-news:before{content:""}.fa-tencent-weibo:before{content:""}.fa-qq:before{content:""}.fa-wechat:before,.fa-weixin:before{content:""}.fa-paper-plane:before,.fa-send:before{content:""}.fa-paper-plane-o:before,.fa-send-o:before{content:""}.fa-history:before{content:""}.fa-circle-thin:before,.fa-genderless:before{content:""}.fa-header:before{content:""}.fa-paragraph:before{content:""}.fa-sliders:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-bomb:before{content:""}.fa-futbol-o:before,.fa-soccer-ball-o:before{content:""}.fa-tty:before{content:""}.fa-binoculars:before{content:""}.fa-plug:before{content:""}.fa-slideshare:before{content:""}.fa-twitch:before{content:""}.fa-yelp:before{content:""}.fa-newspaper-o:before{content:""}.fa-wifi:before{content:""}.fa-calculator:before{content:""}.fa-paypal:before{content:""}.fa-google-wallet:before{content:""}.fa-cc-visa:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-bell-slash:before{content:""}.fa-bell-slash-o:before{content:""}.fa-trash:before{content:""}.fa-copyright:before{content:""}.fa-at:before{content:""}.fa-eyedropper:before{content:""}.fa-paint-brush:before{content:""}.fa-birthday-cake:before{content:""}.fa-area-chart:before{content:""}.fa-pie-chart:before{content:""}.fa-line-chart:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-bicycle:before{content:""}.fa-bus:before{content:""}.fa-ioxhost:before{content:""}.fa-angellist:before{content:""}.fa-cc:before{content:""}.fa-ils:before,.fa-shekel:before,.fa-sheqel:before{content:""}.fa-meanpath:before{content:""}.fa-buysellads:before{content:""}.fa-connectdevelop:before{content:""}.fa-dashcube:before{content:""}.fa-forumbee:before{content:""}.fa-leanpub:before{content:""}.fa-sellsy:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-simplybuilt:before{content:""}.fa-skyatlas:before{content:""}.fa-cart-plus:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-diamond:before{content:""}.fa-ship:before{content:""}.fa-user-secret:before{content:""}.fa-motorcycle:before{content:""}.fa-street-view:before{content:""}.fa-heartbeat:before{content:""}.fa-venus:before{content:""}.fa-mars:before{content:""}.fa-mercury:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-venus-double:before{content:""}.fa-mars-double:before{content:""}.fa-venus-mars:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-neuter:before{content:""}.fa-facebook-official:before{content:""}.fa-pinterest-p:before{content:""}.fa-whatsapp:before{content:""}.fa-server:before{content:""}.fa-user-plus:before{content:""}.fa-user-times:before{content:""}.fa-bed:before,.fa-hotel:before{content:""}.fa-viacoin:before{content:""}.fa-train:before{content:""}.fa-subway:before{content:""}.fa-medium:before{content:""}

/*------------------------------------*\
	The End :)
\*------------------------------------*/

@charset "UTF-8";
/*

Animate.less
Cross-browser LESS animation library for Bootstrap
Licensed under the ☺ license (http://licence.visualidiot.com/)
Documenation: https://github.com/machito/animate.less
-------------------------------------------------------
Copyright © 2012 Michael Castilla
Email: yo@machito.co
Twitter: https://twitter.com/micr0bitz

*/
.animated-invisible {
  opacity: 0;
}
.animated-visible {
  opacity: 1;
}
.animated {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
}
.animated-fast {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {

    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
.flash {
  -webkit-animation-name: flash;
  -moz-animation-name: flash;
  -o-animation-name: flash;
  animation-name: flash;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
  }
}
@-moz-keyframes shake {
  0%,
  100% {
    -moz-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -moz-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -moz-transform: translateX(10px);
  }
}
@-o-keyframes shake {
  0%,
  100% {
    -o-transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -o-transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    -o-transform: translateX(10px);
  }
}
@keyframes shake {
  0%,
  100% {
    transform: translateX(0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    transform: translateX(-10px);
  }
  20%,
  40%,
  60%,
  80% {
    transform: translateX(10px);
  }
}
.shake {
  -webkit-animation-name: shake;
  -moz-animation-name: shake;
  -o-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
  }
}
@-moz-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -moz-transform: translateY(0);
  }
  40% {
    -moz-transform: translateY(-30px);
  }
  60% {
    -moz-transform: translateY(-15px);
  }
}
@-o-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -o-transform: translateY(0);
  }
  40% {
    -o-transform: translateY(-30px);
  }
  60% {
    -o-transform: translateY(-15px);
  }
}
@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
  }
  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
  }
}
@-moz-keyframes tada {
  0% {
    -moz-transform: scale(1);
  }
  10%,
  20% {
    -moz-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -moz-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -moz-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -moz-transform: scale(1) rotate(0);
  }
}
@-o-keyframes tada {
  0% {
    -o-transform: scale(1);
  }
  10%,
  20% {
    -o-transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -o-transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    -o-transform: scale(1.1) rotate(-3deg);
  }
  100% {
    -o-transform: scale(1) rotate(0);
  }
}
@keyframes tada {
  0% {
    transform: scale(1);
  }
  10%,
  20% {
    transform: scale(0.9) rotate(-3deg);
  }
  30%,
  50%,
  70%,
  90% {
    transform: scale(1.1) rotate(3deg);
  }
  40%,
  60%,
  80% {
    transform: scale(1.1) rotate(-3deg);
  }
  100% {
    transform: scale(1) rotate(0);
  }
}
.tada {
  -webkit-animation-name: tada;
  -moz-animation-name: tada;
  -o-animation-name: tada;
  animation-name: tada;
}
@-webkit-keyframes swing {
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transform-origin: top center;
  }
  20% {
    -webkit-transform: rotate(15deg);
  }
  40% {
    -webkit-transform: rotate(-10deg);
  }
  60% {
    -webkit-transform: rotate(5deg);
  }
  80% {
    -webkit-transform: rotate(-5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
  }
}
@-moz-keyframes swing {
  20% {
    -moz-transform: rotate(15deg);
  }
  40% {
    -moz-transform: rotate(-10deg);
  }
  60% {
    -moz-transform: rotate(5deg);
  }
  80% {
    -moz-transform: rotate(-5deg);
  }
  100% {
    -moz-transform: rotate(0deg);
  }
}
@-o-keyframes swing {
  20% {
    -o-transform: rotate(15deg);
  }
  40% {
    -o-transform: rotate(-10deg);
  }
  60% {
    -o-transform: rotate(5deg);
  }
  80% {
    -o-transform: rotate(-5deg);
  }
  100% {
    -o-transform: rotate(0deg);
  }
}
@keyframes swing {
  20% {
    transform: rotate(15deg);
  }
  40% {
    transform: rotate(-10deg);
  }
  60% {
    transform: rotate(5deg);
  }
  80% {
    transform: rotate(-5deg);
  }
  100% {
    transform: rotate(0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -moz-transform-origin: top center;
  -o-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  -moz-animation-name: swing;
  -o-animation-name: swing;
  animation-name: swing;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
  }
  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -webkit-transform: translateX(0%);
  }
}
@-moz-keyframes wobble {
  0% {
    -moz-transform: translateX(0%);
  }
  15% {
    -moz-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -moz-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -moz-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -moz-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -moz-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -moz-transform: translateX(0%);
  }
}
@-o-keyframes wobble {
  0% {
    -o-transform: translateX(0%);
  }
  15% {
    -o-transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    -o-transform: translateX(20%) rotate(3deg);
  }
  45% {
    -o-transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    -o-transform: translateX(10%) rotate(2deg);
  }
  75% {
    -o-transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    -o-transform: translateX(0%);
  }
}
@keyframes wobble {
  0% {
    transform: translateX(0%);
  }
  15% {
    transform: translateX(-25%) rotate(-5deg);
  }
  30% {
    transform: translateX(20%) rotate(3deg);
  }
  45% {
    transform: translateX(-15%) rotate(-3deg);
  }
  60% {
    transform: translateX(10%) rotate(2deg);
  }
  75% {
    transform: translateX(-5%) rotate(-1deg);
  }
  100% {
    transform: translateX(0%);
  }
}
.wobble {
  -webkit-animation-name: wobble;
  -moz-animation-name: wobble;
  -o-animation-name: wobble;
  animation-name: wobble;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.1);
  }
  100% {
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes pulse {
  0% {
    -moz-transform: scale(1);
  }
  50% {
    -moz-transform: scale(1.1);
  }
  100% {
    -moz-transform: scale(1);
  }
}
@-o-keyframes pulse {
  0% {
    -o-transform: scale(1);
  }
  50% {
    -o-transform: scale(1.1);
  }
  100% {
    -o-transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotateY(0);
    -webkit-animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -webkit-animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px) scale(1);
    -webkit-animation-timing-function: ease-in;
  }
}
@-moz-keyframes flip {
  0% {
    -moz-transform: perspective(400px) rotateY(0);
    -moz-animation-timing-function: ease-out;
  }
  40% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -moz-animation-timing-function: ease-out;
  }
  50% {
    -moz-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -moz-animation-timing-function: ease-in;
  }
  80% {
    -moz-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -moz-animation-timing-function: ease-in;
  }
  100% {
    -moz-transform: perspective(400px) scale(1);
    -moz-animation-timing-function: ease-in;
  }
}
@-o-keyframes flip {
  0% {
    -o-transform: perspective(400px) rotateY(0);
    -o-animation-timing-function: ease-out;
  }
  40% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(170deg);
    -o-animation-timing-function: ease-out;
  }
  50% {
    -o-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -o-animation-timing-function: ease-in;
  }
  80% {
    -o-transform: perspective(400px) rotateY(360deg) scale(0.95);
    -o-animation-timing-function: ease-in;
  }
  100% {
    -o-transform: perspective(400px) scale(1);
    -o-animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    transform: perspective(400px) rotateY(0);
    animation-timing-function: ease-out;
  }
  40% {
    transform: perspective(400px) translateZ(150px) rotateY(170deg);
    animation-timing-function: ease-out;
  }
  50% {
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    animation-timing-function: ease-in;
  }
  80% {
    transform: perspective(400px) rotateY(360deg) scale(0.95);
    animation-timing-function: ease-in;
  }
  100% {
    transform: perspective(400px) scale(1);
    animation-timing-function: ease-in;
  }
}
.flip {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flip;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flip;
  -o-backface-visibility: visible !important;
  -o-animation-name: flip;
  backface-visibility: visible !important;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInX {
  0% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInX {
  0% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateX(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flipInX {
  0% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateX(-10deg);
  }
  70% {
    transform: perspective(400px) rotateX(10deg);
  }
  100% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInX;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInX;
  backface-visibility: visible !important;
  animation-name: flipInX;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutX {
  0% {
    -moz-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutX {
  0% {
    -o-transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -moz-animation-name: flipOutX;
  -moz-backface-visibility: visible !important;
  -o-animation-name: flipOutX;
  -o-backface-visibility: visible !important;
  animation-name: flipOutX;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-moz-keyframes flipInY {
  0% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -moz-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -moz-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@-o-keyframes flipInY {
  0% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    -o-transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    -o-transform: perspective(400px) rotateY(10deg);
  }
  100% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
@keyframes flipInY {
  0% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotateY(-10deg);
  }
  70% {
    transform: perspective(400px) rotateY(10deg);
  }
  100% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipInY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipInY;
  backface-visibility: visible !important;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-moz-keyframes flipOutY {
  0% {
    -moz-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@-o-keyframes flipOutY {
  0% {
    -o-transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
  100% {
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  -moz-backface-visibility: visible !important;
  -moz-animation-name: flipOutY;
  -o-backface-visibility: visible !important;
  -o-animation-name: flipOutY;
  backface-visibility: visible !important;
  animation-name: flipOutY;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -o-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  -moz-animation-name: fadeInDownBig;
  -o-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  -moz-animation-name: fadeInLeftBig;
  -o-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
}
@-o-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  -moz-animation-name: fadeInRightBig;
  -o-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-o-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
  }
}
@-moz-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-20px);
  }
}
@-o-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-20px);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20px);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  -moz-animation-name: fadeOutUp;
  -o-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
  }
}
@-moz-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(20px);
  }
}
@-o-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(20px);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(20px);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  -moz-animation-name: fadeOutDown;
  -o-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
  }
}
@-moz-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-20px);
  }
}
@-o-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-20px);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-20px);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  -moz-animation-name: fadeOutLeft;
  -o-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
  }
}
@-moz-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(20px);
  }
}
@-o-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(20px);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(20px);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  -moz-animation-name: fadeOutRight;
  -o-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  -moz-animation-name: fadeOutUpBig;
  -o-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -o-transform: translateY(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  -moz-animation-name: fadeOutDownBig;
  -o-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  -moz-animation-name: fadeOutLeftBig;
  -o-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -moz-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -o-transform: translateX(0);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  -moz-animation-name: fadeOutRightBig;
  -o-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(0.9);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes bounceIn {
  0% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.05);
  }
  70% {
    -moz-transform: scale(0.9);
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes bounceIn {
  0% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.05);
  }
  70% {
    -o-transform: scale(0.9);
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  -moz-animation-name: bounceIn;
  -o-animation-name: bounceIn;
  animation-name: bounceIn;
}
@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
  }
  80% {
    -webkit-transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(-30px);
  }
  80% {
    -moz-transform: translateY(10px);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInUp {
  0% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(-30px);
  }
  80% {
    -o-transform: translateY(10px);
  }
  100% {
    -o-transform: translateY(0);
  }
}
@keyframes bounceInUp {
  0% {
    opacity: 0;
    transform: translateY(2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(-30px);
  }
  80% {
    transform: translateY(10px);
  }
  100% {
    transform: translateY(0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  -moz-animation-name: bounceInUp;
  -o-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
  }
  80% {
    -webkit-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes bounceInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateY(30px);
  }
  80% {
    -moz-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
  }
}
@-o-keyframes bounceInDown {
  0% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateY(30px);
  }
  80% {
    -o-transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
  }
}
@keyframes bounceInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateY(30px);
  }
  80% {
    transform: translateY(-10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  -moz-animation-name: bounceInDown;
  -o-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
  }
  80% {
    -webkit-transform: translateX(-10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(30px);
  }
  80% {
    -moz-transform: translateX(-10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(30px);
  }
  80% {
    -o-transform: translateX(-10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInLeft {
  0% {
    opacity: 0;
    transform: translateX(-2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(30px);
  }
  80% {
    transform: translateX(-10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  -moz-animation-name: bounceInLeft;
  -o-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
  }
  80% {
    -webkit-transform: translateX(10px);
  }
  100% {
    -webkit-transform: translateX(0);
  }
}
@-moz-keyframes bounceInRight {
  0% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -moz-transform: translateX(-30px);
  }
  80% {
    -moz-transform: translateX(10px);
  }
  100% {
    -moz-transform: translateX(0);
  }
}
@-o-keyframes bounceInRight {
  0% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    -o-transform: translateX(-30px);
  }
  80% {
    -o-transform: translateX(10px);
  }
  100% {
    -o-transform: translateX(0);
  }
}
@keyframes bounceInRight {
  0% {
    opacity: 0;
    transform: translateX(2000px);
  }
  60% {
    opacity: 1;
    transform: translateX(-30px);
  }
  80% {
    transform: translateX(10px);
  }
  100% {
    transform: translateX(0);
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  -moz-animation-name: bounceInRight;
  -o-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
  }
  25% {
    -webkit-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
  }
}
@-moz-keyframes bounceOut {
  0% {
    -moz-transform: scale(1);
  }
  25% {
    -moz-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -moz-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -moz-transform: scale(0.3);
  }
}
@-o-keyframes bounceOut {
  0% {
    -o-transform: scale(1);
  }
  25% {
    -o-transform: scale(0.95);
  }
  50% {
    opacity: 1;
    -o-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    -o-transform: scale(0.3);
  }
}
@keyframes bounceOut {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(0.95);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  -moz-animation-name: bounceOut;
  -o-animation-name: bounceOut;
  animation-name: bounceOut;
}
@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
  }
}
@-moz-keyframes bounceOutUp {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(-2000px);
  }
}
@-o-keyframes bounceOutUp {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(-2000px);
  }
}
@keyframes bounceOutUp {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(20px);
  }
  100% {
    opacity: 0;
    transform: translateY(-2000px);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  -moz-animation-name: bounceOutUp;
  -o-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
  }
}
@-moz-keyframes bounceOutDown {
  0% {
    -moz-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(2000px);
  }
}
@-o-keyframes bounceOutDown {
  0% {
    -o-transform: translateY(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateY(2000px);
  }
}
@keyframes bounceOutDown {
  0% {
    transform: translateY(0);
  }
  20% {
    opacity: 1;
    transform: translateY(-20px);
  }
  100% {
    opacity: 0;
    transform: translateY(2000px);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  -moz-animation-name: bounceOutDown;
  -o-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
  }
}
@-moz-keyframes bounceOutLeft {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(-2000px);
  }
}
@-o-keyframes bounceOutLeft {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(-2000px);
  }
}
@keyframes bounceOutLeft {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(20px);
  }
  100% {
    opacity: 0;
    transform: translateX(-2000px);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  -moz-animation-name: bounceOutLeft;
  -o-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
  }
}
@-moz-keyframes bounceOutRight {
  0% {
    -moz-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -moz-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(2000px);
  }
}
@-o-keyframes bounceOutRight {
  0% {
    -o-transform: translateX(0);
  }
  20% {
    opacity: 1;
    -o-transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(2000px);
  }
}
@keyframes bounceOutRight {
  0% {
    transform: translateX(0);
  }
  20% {
    opacity: 1;
    transform: translateX(-20px);
  }
  100% {
    opacity: 0;
    transform: translateX(2000px);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  -moz-animation-name: bounceOutRight;
  -o-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateIn {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateIn {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    transform-origin: center center;
    transform: rotate(-200deg);
    opacity: 0;
  }
  100% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  -moz-animation-name: rotateIn;
  -o-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  -moz-animation-name: rotateInUpLeft;
  -o-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  -moz-animation-name: rotateInDownLeft;
  -o-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  -moz-animation-name: rotateInUpRight;
  -o-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
}
@-moz-keyframes rotateInDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
}
@-o-keyframes rotateInDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  -moz-animation-name: rotateInDownRight;
  -o-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center center;
    -webkit-transform: rotate(200deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOut {
  0% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: center center;
    -moz-transform: rotate(200deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOut {
  0% {
    -o-transform-origin: center center;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: center center;
    -o-transform: rotate(200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    transform-origin: center center;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: center center;
    transform: rotate(200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  -moz-animation-name: rotateOut;
  -o-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  -moz-animation-name: rotateOutUpLeft;
  -o-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownLeft {
  0% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: left bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownLeft {
  0% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: left bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: left bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  -moz-animation-name: rotateOutDownLeft;
  -o-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutUpRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutUpRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  -moz-animation-name: rotateOutUpRight;
  -o-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-moz-keyframes rotateOutDownRight {
  0% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -moz-transform-origin: right bottom;
    -moz-transform: rotate(-90deg);
    opacity: 0;
  }
}
@-o-keyframes rotateOutDownRight {
  0% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(0);
    opacity: 1;
  }
  100% {
    -o-transform-origin: right bottom;
    -o-transform: rotate(-90deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate(0);
    opacity: 1;
  }
  100% {
    transform-origin: right bottom;
    transform: rotate(-90deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  -moz-animation-name: rotateOutDownRight;
  -o-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  40% {
    -webkit-transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
  }
  100% {
    -webkit-transform: translateY(700px);
    opacity: 0;
  }
}
@-moz-keyframes hinge {
  0% {
    -moz-transform: rotate(0);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -moz-transform: rotate(80deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  40% {
    -moz-transform: rotate(60deg);
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  80% {
    -moz-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -moz-transform-origin: top left;
    -moz-animation-timing-function: ease-in-out;
  }
  100% {
    -moz-transform: translateY(700px);
    opacity: 0;
  }
}
@-o-keyframes hinge {
  0% {
    -o-transform: rotate(0);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -o-transform: rotate(80deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  40% {
    -o-transform: rotate(60deg);
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  80% {
    -o-transform: rotate(60deg) translateY(0);
    opacity: 1;
    -o-transform-origin: top left;
    -o-animation-timing-function: ease-in-out;
  }
  100% {
    -o-transform: translateY(700px);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    transform: rotate(0);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    transform: rotate(80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  40% {
    transform: rotate(60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  80% {
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }
  100% {
    transform: translateY(700px);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  -moz-animation-name: hinge;
  -o-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
}
@-moz-keyframes rollIn {
  0% {
    opacity: 0;
    -moz-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
}
@-o-keyframes rollIn {
  0% {
    opacity: 0;
    -o-transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translateX(-100%) rotate(-120deg);
  }
  100% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  -moz-animation-name: rollIn;
  -o-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
  }
}
@-moz-keyframes rollOut {
  0% {
    opacity: 1;
    -moz-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -moz-transform: translateX(100%) rotate(120deg);
  }
}
@-o-keyframes rollOut {
  0% {
    opacity: 1;
    -o-transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    -o-transform: translateX(100%) rotate(120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
    transform: translateX(0px) rotate(0deg);
  }
  100% {
    opacity: 0;
    transform: translateX(100%) rotate(120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  -moz-animation-name: rollOut;
  -o-animation-name: rollOut;
  animation-name: rollOut;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-moz-keyframes lightSpeedIn {
  0% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -moz-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -moz-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@-o-keyframes lightSpeedIn {
  0% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -o-transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    -o-transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
  60% {
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }
  80% {
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }
  100% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  -moz-animation-name: lightSpeedIn;
  -o-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
.animated.lightSpeedIn {
  -webkit-animation-duration: 0.5s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  animation-duration: 0.5s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-moz-keyframes lightSpeedOut {
  0% {
    -moz-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@-o-keyframes lightSpeedOut {
  0% {
    -o-transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    -o-transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
  100% {
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  -moz-animation-name: lightSpeedOut;
  -o-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.lightSpeedOut {
  -webkit-animation-duration: 0.25s;
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  animation-duration: 0.25s;
}
/* originally authored by Angelo Rohit - https://github.com/angelorohit */
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}
.wiggle {
  -webkit-animation-name: wiggle;
  -moz-animation-name: wiggle;
  -o-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  -moz-animation-timing-function: ease-in;
  -o-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.animated.wiggle {
  -webkit-animation-duration: 0.75s;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  animation-duration: 0.75s;
}
/**
* NEKO MIXINS LAYOUT
* ==================================================
*/
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-nowrap {
  white-space: nowrap;
}
.neko-remove-small-bs-styling {
  font-size: inherit;
}
/** align centet inside cols **/
/** add a "v-align-center" class on container (used on page header) **/
.v-align-center.container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 480px) {
  .v-align-center.container {
    display: table;
    height: 100%;
    position: relative;
  }
  .v-align-center.container > .row {
    display: table-row;
    height: 100%;
    float: none;
    padding: 0;
  }
  .v-align-center.container > .row > div[class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0;
  }
}
.v-align-center-transform {
  position: relative;
}
.v-align-center-transform .container {
  position: absolute;
  height: 100%;
  z-index: 1000;
  width: 100%;
}
.v-align-center-transform .container > .row {
  position: absolute;
  height: auto;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.block-center-slider {
  /*width:320px;
	margin: 0 auto;
	@media (min-width: @allUptoIpdLandscape) { 
		width:600px;
	}
	@media (min-width: @screen-lg-min) { 
		width:1200px;
		}*/
  margin: 0 auto;
  width: 90%;
}
@media (min-width: 1200px) {
  .block-center-slider {
    width: 1200px;
  }
}
.v-align-translate {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.v-align-translate > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.neko-transition-in {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
.neko-transition-out {
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
/**
* TYPOGRAPHY LAYOUT
* ==================================================
*/
body {
  font-family: "Lato", "Lato",'Open Sans', sans-serif;
  font-size: 14px;
  line-height: 2.1429;
  /*	-webkit-font-smoothing: antialiased!important;*/
  -moz-osx-font-smoothing: grayscale!important;
}
/** headings **/
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Lato", 'Libre Baskerville', serif;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 30px;
  /*margin-bottom: (@line-height-base / 2);*/
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 15px;
  /*margin-bottom: (@line-height-computed / 2);*/
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 32px;
  font-weight: 400;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 1.563;
}
h2,
.h2 {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 15px;
  line-height: 1.875;
}
h3,
.h3 {
  font-size: 20px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 15px;
  line-height: 1.5;
}
h4,
.h4 {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 1.25;
}
h5,
.h5 {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  line-height: 2.143;
}
h6,
.h6 {
  font-size: 12px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 15px;
  line-height: 2.143;
}
h1.large,
.h1.large,
.page-header h1.large,
.cta-box-text h1.large,
.footer-widget h1.large,
span.large {
  font-size: 24px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 24px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  h1.large,
  .h1.large,
  .page-header h1.large,
  .cta-box-text h1.large,
  .footer-widget h1.large,
  span.large {
    font-size: 33px;
  }
}
@media (min-width: 992px) {
  h1.large,
  .h1.large,
  .page-header h1.large,
  .cta-box-text h1.large,
  .footer-widget h1.large,
  span.large {
    font-size: 60px;
  }
}
h1.x-large,
.h1.x-large,
.page-header h1.x-large,
.cta-box-text h1.x-large,
.footer-widget h1.x-large,
span.x-large {
  font-size: 33px;
  font-weight: 400;
  text-transform: none;
  margin-bottom: 30px;
  line-height: 1.193;
}
@media (min-width: 768px) {
  h1.x-large,
  .h1.x-large,
  .page-header h1.x-large,
  .cta-box-text h1.x-large,
  .footer-widget h1.x-large,
  span.x-large {
    font-size: 44px;
  }
}
@media (min-width: 992px) {
  h1.x-large,
  .h1.x-large,
  .page-header h1.x-large,
  .cta-box-text h1.x-large,
  .footer-widget h1.x-large,
  span.x-large {
    font-size: 88px;
  }
}
.text-no-format {
  text-transform: none;
}
h1.text-main-color,
h2.text-main-color,
h1 span.text-main-color,
h2 span.text-main-color,
h3.text-main-color,
h4.text-main-color,
h5.text-main-color,
h6.text-main-color,
p.text-main-color,
p.lead.text-main-color,
blockquote.text-main-color,
cite.text-main-color,
h1 .text-main-color,
h2 .text-main-color,
h1 span .text-main-color,
h2 span .text-main-color,
h3 .text-main-color,
h4 .text-main-color,
h5 .text-main-color,
h6 .text-main-color,
p .text-main-color,
p.lead .text-main-color,
blockquote .text-main-color,
cite .text-main-color {
  font-weight: inherit;
}
.lead {
  font-weight: 400;
  font-size: 16px;
  font-family: "Lato", 'Libre Baskerville', serif;
  margin-bottom: 30px;
  line-height: 30px;
}
/* remove margin top for all first headings */
[class^="col"] h1:first-child,
[class^="col"] h2:first-child,
[class^="col"] h3:first-child,
[class^="col"] h4:first-child,
[class^="col"] h5:first-child,
[class^="col"] h6:first-child {
  margin-top: 0;
}
p {
  margin-bottom: 15px;
}
/** light text (legibility over image) **/
p.small {
  font-size: 80%;
}
/** highlight **/
mark,
.mark {
  padding: 0.1em 0.4em 0.2em;
}
/** links **/
a,
a:hover,
a:focus,
a:active {
  outline: none;
}
/** link color neutral (used for block of text as link with body font color **/
a.box-link:hover {
  text-decoration: none;
}
/** Blockquotes **/
blockquote {
  border-top: 1px solid transparent;
  border-right: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
  /*.box-color(@blockquote-background-color; @body-text-color; darken(@blockquote-background-color, 15%); @padding-large-horizontal;);*/
  padding: 30px;
  font-weight: 400;
  /** blockquote icon **/
}
blockquote:before {
  font-family: "Lato", 'custom-icons';
  font-size: 24px;
  text-align: left;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: 1em;
  content: '\e89e';
  position: absolute;
  left: 15px;
}
blockquote p {
  margin-bottom: 0;
  margin-left: 24px;
}
blockquote footer {
  margin-left: 24px;
  font-size: 70%;
}

blockquote cite {
  display: inline-block;
  margin-top: 15px;
}
blockquote.medium {
  font-size: 32px;
  line-height: 1.563;
}
blockquote.large {
  font-size: 60px;
  line-height: 1.25;
}
.blockquote-reverse {
  padding: 30px;
  border-right-width: 1px;
  border-left: 1px solid transparent;
}
.blockquote-reverse p {
  margin-right: 24px;
}
.blockquote-reverse:before {
  content: '\e88b';
  text-align: right;
  left: auto;
  right: 15px;
}
.blockquote-reverse footer {
  margin-right: 24px;
}
/* blockquote centered */
blockquote.text-center {
  padding-top: 54px;
}
blockquote.text-center:before {
  top: 24px;
  left: 50% ;
  margin-left: -12px;
}
/** lists **/
ul li ul li:last-child,
ul li ol li:last-child {
  border: none;
}
/** border list **/
ul.border li {
  border-bottom: 1px solid;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}
/** icon lists **/
.arrow li:before {
  content: '\e828';
}
.star li:before {
  content: '\e963';
}
.hyphen li:before {
  content: '\e880';
}
.plus li:before {
  content: '\e81a';
}
/* standard */
.list-icon {
  list-style: none;
}
.list-icon li {
  padding: 5px 0;
}
.list-icon li:before,
li > i[class^="icon-"]:before,
li > i[class*=" icon-"]:before {
  font-family: "Lato", 'custom-icons';
  font-size: 12px;
  text-align: left;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 10px;
  line-height: 1em;
}
/* icon rounded */
.list-icon.rounded li:before,
li > i[class^="icon-"].rounded:before,
li > i[class*=" icon-"].rounded:before {
  height: 22px;
  width: 22px;
  line-height: 23px;
  display: inline-block;
  text-align: center;
  border-radius: 50%;
  font-size: 8px;
}
/*target firefox only for better vertical align of icon*/
@-moz-document url-prefix() {
  .list-icon.rounded li:before,
  li > i[class^="icon-"].rounded:before,
  li > i[class*=" icon-"].rounded:before {
    line-height: 22px;
  }
}
/* nav list menu */
.nav-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.nav-list li a {
  display: block;
  padding: 7px 0;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
.nav-list li a:before {
  content: '\e828';
  font-family: "Lato", 'custom-icons';
  font-size: 12px;
  text-align: left;
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-right: 10px;
  line-height: 1em;
}
.nav-list li a:hover,
.nav-list li a:focus,
.nav-list li a:active {
  padding-left: 5px;
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
.nav-list li:first-child a {
  padding-top: 0;
}
.nav-list li:last-child a {
  padding-bottom: 0;
}
/*target chrome only for better horizontal align of icon*/
/* TABLES
================================================== */
/*** Bootstrap default customization ***/
.table > thead > tr > th,
.table > thead > tr > th {
  border: none;
}
.table {
  margin-bottom: 30px;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 30px;
}
@media (max-width: 768px) {
  .table > thead > tr > th,
  .table > tbody > tr > th,
  .table > tfoot > tr > th,
  .table > thead > tr > td,
  .table > tbody > tr > td,
  .table > tfoot > tr > td {
    padding: 8px;
  }
}
@media (max-width: 768px) {
  .table {
    font-size: 14px;
  }
}
.table,
.table > thead > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  border-top: 0;
  border-bottom: 1px solid transparent;
}
.table-responsive table tr td,
.table-responsive table tr td {
  white-space: normal!important;
}
@media (max-width: 768px) {
  .table-responsive {
    margin-bottom: 60px;
  }
}
@media (max-width: 768px) and (min-width: 768px) {
  .table-responsive {
    margin-bottom: 120px;
  }
}
.table-bordered {
  border: 1px solid transparent;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid transparent;
}
/* FORMS
================================================== */
.form-control {
  padding: 6px 10px;
  height: 40px;
  font-size: 14px;
}
.form-control.input-sm,
.form-control.small {
  font-size: 14px;
  height: 30px;
  line-height: 30px;
  padding: inherit;
}
.form-control:focus {
  outline: none;
  -webkit-box-shadow: none;
  border-width: 1px;
}
.form-group {
  position: relative;
}
.form-control-feedback {
  top: 31px;
}
.securityCheck .form-control-feedback {
  top: 52px;
}
.icon-error:before {
  content: '\e864';
}
.result {
  margin-top: 30px;
}
/* fix fo btn height in unput group */
.input-group:not(.input-group-lg) .input-group-btn .btn {
  height: 40px;
}
.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  border-radius: 0;
}
/** form-minimal **/
.form-minimal .form-line {
  content: ' ';
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
.form-minimal .form-control {
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding-left: 0;
}
.form-minimal .form-control:focus ~ .form-line {
  width: 100%;
}
.form-minimal .has-error .form-control:focus ~ .form-line {
  width: 0%;
}
/* END FORMS
================================================== */
/**
* BUTTONS LAYOUT
* ==================================================
*/
.btn {
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  user-select: none;
  display: inline-block;
  margin-bottom: 0px;
  white-space: nowrap;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0;
}
@media (max-width: 767px) {
  .btn {
    white-space: normal;
  }
}
.btn:hover {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  text-decoration: none;
}
.btn:active,
.btn.active,
.btn:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.btn:not(.disabled) {
  cursor: pointer;
}
.btn-lg,
.btn.large {
  font-size: 19px;
  padding: 18px 36px;
  font-size: 14px;
  line-height: 1.33;
  border-radius: 0;
}
.btn-sm,
.btn.small {
  font-size: 9px;
  padding: 7px 14px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-xs,
.btn.x-small {
  font-size: 9px;
  padding: 3px 8px;
  font-size: 8px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-link {
  border: none;
}
@media (max-width: 991px) {
  .btn-group.responsive .btn {
    white-space: normal;
    margin-bottom: 10px;
    float: none !important;
  }
  .btn-group.responsive .pull-left,
  .btn-group.responsive .pull-right {
    float: none !important;
  }
}
.btn.facebook i:before {
  margin-right: 0;
}
/*** social icons buttons ***/
/*** Social icons ***/
ul.social-icons {
  padding: 0;
  margin: 0;
}
ul.social-icons li {
  display: inline-block;
}
ul.social-icons {
  /*** icon squared ***/
  /*** icon circle ***/
  /*** icon rounded ***/
}
ul.social-icons a {
  font-size: 14px;
  display: inline-block;
}
ul.social-icons a:hover,
ul.social-icons a:focus,
ul.social-icons a:active {
  text-decoration: none;
}
ul.social-icons.squared a,
ul.social-icons.circle a,
ul.social-icons.rounded a {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
ul.social-icons.squared a i[class^="icon-"],
ul.social-icons.circle a i[class^="icon-"],
ul.social-icons.rounded a i[class^="icon-"],
ul.social-icons.squared a i[class*=" icon-"],
ul.social-icons.circle a i[class*=" icon-"],
ul.social-icons.rounded a i[class*=" icon-"] {
  margin-right: 0;
}
ul.social-icons.squared a {
  border-radius: 0;
}
ul.social-icons.circle a {
  border-radius: 50%;
}
ul.social-icons.rounded a {
  border-radius: 0;
}
/* sizes */
ul.social-icons.medium a .neko-transition-out i:before {
  font-size: 22px;
}
ul.social-icons.medium.squared a,
ul.social-icons.medium.circle a,
ul.social-icons.medium.rounded a {
  width: 56px;
  height: 56px;
}
ul.social-icons.medium.squared i,
ul.social-icons.medium.circle i,
ul.social-icons.medium.rounded i {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 56px;
  width: 56px;
  padding: 17px 0;
  line-height: 22px;
  font-size: 22px;
  text-align: center;
}
ul.social-icons.medium.squared i:before,
ul.social-icons.medium.circle i:before,
ul.social-icons.medium.rounded i:before {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
  width: auto;
  height: auto;
  vertical-align: text-top;
}
ul.social-icons.large a .neko-transition-out i:before {
  font-size: 40px;
}
ul.social-icons.large.squared a,
ul.social-icons.large.circle a,
ul.social-icons.large.rounded a {
  width: 100px;
  height: 100px;
}
ul.social-icons.large.squared i,
ul.social-icons.large.circle i,
ul.social-icons.large.rounded i {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 100px;
  width: 100px;
  padding: 30px 0;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
}
ul.social-icons.large.squared i:before,
ul.social-icons.large.circle i:before,
ul.social-icons.large.rounded i:before {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
  width: auto;
  height: auto;
  vertical-align: text-top;
}
ul.social-icons.x-large a .neko-transition-out i:before {
  font-size: 80px;
}
ul.social-icons.x-large.squared a,
ul.social-icons.x-large.circle a,
ul.social-icons.x-large.rounded a {
  width: 120px;
  height: 120px;
}
ul.social-icons.x-large.squared i,
ul.social-icons.x-large.circle i,
ul.social-icons.x-large.rounded i {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 120px;
  width: 120px;
  padding: 30px 0;
  line-height: 60px;
  font-size: 60px;
  text-align: center;
}
ul.social-icons.x-large.squared i:before,
ul.social-icons.x-large.circle i:before,
ul.social-icons.x-large.rounded i:before {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline;
  width: auto;
  height: auto;
  vertical-align: text-top;
}
ul.social-icons-bar {
  margin: 0;
  padding: 0;
  list-style: none;
}
/*** link icons ***/
a.link-icon {
  font-size: 14px;
  display: inline-block;
  text-decoration: none;
  /*** icon squared ***/
  /*** icon circle ***/
  /*** icon rounded ***/
}
a.link-icon.squared,
a.link-icon.circle,
a.link-icon.rounded {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
}
a.link-icon.squared > i:before,
a.link-icon.circle > i:before,
a.link-icon.rounded > i:before {
  margin-right: 0;
  text-align: center;
}
a.link-icon.squared {
  border-radius: 0;
}
a.link-icon.circle {
  border-radius: 50%;
}
a.link-icon.rounded {
  border-radius: 0;
}
/*** icon buttons ***/
.btn i:before {
  margin-right: 0;
}
/** sizes variants  **/
.btn.large i:before,
.btn.btn-lg i:before,
.btn.btn.large i:before {
  font-size: 24px;
}
.btn.small i:before,
.btn.btn-sm i:before,
.btn.btn.small i:before {
  font-size: 9px;
}
/** V2 **/
.btn-icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
.btn-icon:hover {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
.btn-icon i,
.btn-icon span {
  position: relative;
  float: left;
  padding: 12px 15px;
  font-size: 14px;
  line-height: 2.1429;
  border-radius: 0;
  border: 1px solid transparent;
}
.btn-icon.large i,
.btn-icon.large span {
  padding: 30px 30px;
  font-size: 19px;
  line-height: 30px;
  border-radius: 0;
}
.btn-icon.medium i,
.btn-icon.medium span {
  padding: 15px 15px;
  font-size: 14px;
  line-height: 15px;
  border-radius: 0;
}
.btn-icon.medium span {
  /* fix btn height */
  line-height: 17px;
}
.btn-icon.small i,
.btn-icon.small span {
  padding: 7.5px 15px;
  font-size: 9px;
  line-height: 1.5;
  border-radius: 0;
}
.btn-icon i[class^="icon-"],
.btn-icon i[class*=" icon-"] {
  margin-right: 0;
}
.btn-icon i,
.btn-icon.large i,
.btn-icon.medium i,
.btn-icon.small i {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  padding-right: 0;
}
.btn-icon span,
.btn-icon.large span,
.btn-icon.medium span,
.btn-icon.small span {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  text-transform: uppercase;
  font-weight: normal;
  margin-left: -1px;
}
.btn-icon:hover i,
.btn-icon:hover span {
  border: 1px solid transparent;
  cursor: pointer;
}
.btn-icon.large,
.btn-icon.medium,
.btn-icon.small {
  padding: 0;
  border-radius: 0;
}
/** V2 sizes variants **/
.btn-icon i[class^="icon-"]:before,
.btn-icon i[class*=" icon-"]:before {
  margin-right: 9px;
}
.btn-icon.large i:before {
  font-size: 24px;
  margin-right: 18px;
}
.btn-icon.medium i:before {
  margin-right: 11px;
}
.btn-icon.small i {
  padding-left: 8px;
}
.btn-icon.small i:before {
  font-size: 9px;
  margin-right: 8px;
}
/** btn block **/
.btn-block,
.btn.block {
  white-space: normal;
}
.btn.border i,
.btn-icon.border i {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
/**
* TABS LAYOUT
* ==================================================
*/
.tab-content {
  padding: 30px;
  padding-top: 52.5px;
  border-right: 1px solid transparent;
  border-left: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.tab-content h1:first-child,
.tab-content h2:first-child,
.tab-content h3:first-child,
.tab-content h4:first-child,
.tab-content h5:first-child,
.tab-content h6:first-child,
.tab-content p:first-child {
  margin-top: 0;
}
.tab-content h1:last-child,
.tab-content h2:last-child,
.tab-content h3:last-child,
.tab-content h4:last-child,
.tab-content h5:last-child,
.tab-content h6:last-child,
.tab-content p:last-child {
  margin-bottom: 0;
}
.nav.nav-tabs > li > a {
  margin-right: 0;
  margin-bottom: -1px;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.nav.nav-tabs > li > a i[class^="icon-"]:before,
.nav.nav-tabs > li > a i[class*=" icon-"]:before {
  margin-right: 3px;
}
@media (max-width: 768px) {
  .nav.nav-tabs > li {
    width: 100%;
    float: none;
    margin-bottom: -1px;
    border-bottom: 1px solid transparent;
  }
  .nav.nav-tabs > li > a {
    border: none;
  }
  .nav.nav-tabs > li.active:last-child {
    margin-bottom: 0;
  }
  div:not(.tabs-minimal) > .nav.nav-tabs > li {
    border: 1px solid transparent;
  }
  div:not(.tabs-minimal) > .nav.nav-tabs > li.active > a {
    border: none;
  }
  div:not(.tabs-minimal) > .nav.nav-tabs > li.active > a:hover,
  div:not(.tabs-minimal) > .nav.nav-tabs > li.active > a:focus {
    border: none;
  }
}
/*** tabs position ***/
.tabs-right .nav.nav-tabs,
.tabs-left .nav.nav-tabs {
  border: none;
}
.tabs-right .nav.nav-tabs > li,
.tabs-left .nav.nav-tabs > li {
  border: 1px solid transparent;
}
.tabs-right .nav.nav-tabs > li > a,
.tabs-left .nav.nav-tabs > li > a {
  margin-bottom: auto;
}
.tabs-right .nav.nav-tabs > li.active:last-child,
.tabs-left .nav.nav-tabs > li.active:last-child {
  margin-bottom: -1px;
}
.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
  float: none;
}
.tabs-left > .nav-tabs > li.active > a,
.tabs-right > .nav-tabs > li.active > a {
  border: none;
}
.tabs-left > .nav-tabs > li.active > a:focus,
.tabs-right > .nav-tabs > li.active > a:focus,
.tabs-left > .nav-tabs > li.active > a:hover,
.tabs-right > .nav-tabs > li.active > a:hover {
  border: none;
}
.tabs-left > .nav-tabs > li > a,
.tabs-right > .nav-tabs > li > a {
  margin-right: 0;
  border: none;
}
.tabs-left .tab-content,
.tabs-right .tab-content {
  overflow: hidden;
  border-top: 1px solid transparent;
}
@media (min-width: 768px) {
  .tabs-left > .nav.nav-tabs {
    float: left;
  }
  .tabs-left > .nav.nav-tabs > li {
    margin-right: -1px;
  }
  .tabs-left > .nav.nav-tabs > li > a {
    border-radius: 0;
    border-right: none;
  }
  .tabs-left > .nav.nav-tabs > li:first-child > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tabs-left > .nav.nav-tabs > li:last-child > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
@media (min-width: 768px) {
  .tabs-right > .nav.nav-tabs {
    float: right;
  }
  .tabs-right > .nav.nav-tabs > li {
    margin-left: -1px;
  }
  .tabs-right > .nav.nav-tabs > li > a {
    border-radius: 0;
    border-left: none;
  }
  .tabs-right > .nav.nav-tabs > li:first-child > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
  .tabs-right > .nav.nav-tabs > li:last-child > a {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.tabs-center {
  text-align: center;
}
.tabs-center.tabs-minimal .nav.nav-tabs {
  display: inline-block;
}
.tabs-center.tabs-minimal .nav.nav-tabs > li:first-child > a {
  padding-left: 30px;
}
.tabs-minimal .tab-content {
  border: none;
  padding: 0;
  padding-top: 30px;
}
.tabs-minimal .nav.nav-tabs {
  /*border-color:@body-text-color;*/
  border-width: 2px;
  border-top: none;
}
.tabs-minimal .nav.nav-tabs > li > a {
  margin-bottom: 0;
  border: none;
  text-transform: uppercase;
  padding-left: 0;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .tabs-minimal .nav.nav-tabs > li > a {
    padding-left: 30px;
  }
}
.tabs-minimal .nav.nav-tabs > li > a:after {
  content: ' ';
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
.tabs-minimal .nav.nav-tabs > li > a:hover {
  border: none;
}
.tabs-minimal .nav.nav-tabs > li > a:hover:after {
  width: 100%;
}
.tabs-minimal .nav.nav-tabs > li:first-child > a {
  padding-left: 0;
}
.tabs-minimal .nav.nav-tabs > li.active > a,
.tabs-minimal .nav.nav-tabs > li.active > a:focus {
  border: none;
}
.tabs-minimal .nav.nav-tabs > li.active > a:after,
.tabs-minimal .nav.nav-tabs > li.active > a:focus:after {
  width: 100%;
}
/* tabs with icons */
.tabs-icons .tab-content {
  border: none;
  padding: 0;
  padding-top: 60px;
}
.tabs-icons .nav.nav-tabs {
  border-width: 1px;
  border-top: none;
  text-align: center;
}
.tabs-icons .nav.nav-tabs > li {
  display: inline-block;
  float: none;
}
.tabs-icons .nav.nav-tabs > li > a {
  padding: 30px;
  text-transform: uppercase;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
.tabs-icons .nav.nav-tabs > li > a:hover {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
.tabs-icons .nav.nav-tabs > li > a i {
  font-size: 60px;
  display: block;
  margin-bottom: 30px;
}
.breadcrumb {
  display: none;
  margin-bottom: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .breadcrumb {
    display: block;
  }
}
@media (min-width: 992px) {
  .breadcrumb {
    text-align: right;
  }
}
.breadcrumb > li {
  font-size: 14px;
}
.breadcrumb > li > a:hover {
  text-decoration: none;
}
.breadcrumb.text-left {
  text-align: left;
}
/**
* ICONS LAYOUT
* ==================================================
*/
/* standard */
i[class^="icon-"],
i[class*=" icon-"] {
  margin-right: 5px;
  line-height: 1;
  width: auto;
}
i[class^="icon-"].rounded,
i[class*=" icon-"].rounded,
i[class^="icon-"].squared,
i[class*=" icon-"].squared,
i[class^="icon-"].circle,
i[class*=" icon-"].circle {
  border: 1px solid transparent;
  margin-right: 0;
}
i[class^="icon-"]:before,
i[class*=" icon-"]:before {
  font-family: "Lato", 'custom-icons';
  text-align: inherit;
  padding: 0;
  margin: 0;
  display: inline-block;
  line-height: inherit;
  font-size: inherit;
}
/* sizes */
i[class^="icon-"].x-large:before,
i[class*=" icon-"].x-large:before {
  font-size: 80px;
  line-height: 80px;
}
i[class^="icon-"].large:before,
i[class*=" icon-"].large:before {
  font-size: 40px;
  line-height: 40px;
}
i[class^="icon-"].medium:before,
i[class*=" icon-"].medium:before {
  font-size: 22px;
  line-height: 22px;
}
i[class^="icon-"].small:before,
i[class*=" icon-"].small:before {
  font-size: 10px;
  line-height: 10px;
}
/*** icons sizes (for rounded, circle and square) ***/
/*** icon circle ***/
i[class^="icon-"].circle,
i[class*=" icon-"].circle {
  border-radius: 100%;
}
/*** icon rounded ***/
i[class^="icon-"].rounded,
i[class*=" icon-"].rounded {
  border-radius: 4px;
}
/* standard */
i[class^="icon-"].rounded,
i[class*=" icon-"].rounded,
i[class^="icon-"].squared,
i[class*=" icon-"].squared,
i[class^="icon-"].circle,
i[class*=" icon-"].circle {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 40px;
  width: 40px;
  padding: 13px 0;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
}
i[class^="icon-"].rounded:before,
i[class*=" icon-"].rounded:before,
i[class^="icon-"].squared:before,
i[class*=" icon-"].squared:before,
i[class^="icon-"].circle:before,
i[class*=" icon-"].circle:before {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 1em;
  height: auto;
  vertical-align: text-top;
}
/* x-large */
i[class^="icon-"].x-large.rounded,
i[class*=" icon-"].x-large.rounded,
i[class^="icon-"].x-large.squared,
i[class*=" icon-"].x-large.squared,
i[class^="icon-"].x-large.circle,
i[class*=" icon-"].x-large.circle {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 120px;
  width: 120px;
  padding: 30px 0;
  line-height: 60px;
  font-size: 60px;
  text-align: center;
}
i[class^="icon-"].x-large.rounded:before,
i[class*=" icon-"].x-large.rounded:before,
i[class^="icon-"].x-large.squared:before,
i[class*=" icon-"].x-large.squared:before,
i[class^="icon-"].x-large.circle:before,
i[class*=" icon-"].x-large.circle:before {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 1em;
  height: auto;
  vertical-align: text-top;
}
/* large */
i[class^="icon-"].large.rounded,
i[class*=" icon-"].large.rounded,
i[class^="icon-"].large.squared,
i[class*=" icon-"].large.squared,
i[class^="icon-"].large.circle,
i[class*=" icon-"].large.circle {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 100px;
  width: 100px;
  padding: 30px 0;
  line-height: 40px;
  font-size: 40px;
  text-align: center;
}
i[class^="icon-"].large.rounded:before,
i[class*=" icon-"].large.rounded:before,
i[class^="icon-"].large.squared:before,
i[class*=" icon-"].large.squared:before,
i[class^="icon-"].large.circle:before,
i[class*=" icon-"].large.circle:before {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 1em;
  height: auto;
  vertical-align: text-top;
}
/* medium */
i[class^="icon-"].medium.rounded,
i[class*=" icon-"].medium.rounded,
i[class^="icon-"].medium.squared,
i[class*=" icon-"].medium.squared,
i[class^="icon-"].medium.circle,
i[class*=" icon-"].medium.circle {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 56px;
  width: 56px;
  padding: 17px 0;
  line-height: 22px;
  font-size: 22px;
  text-align: center;
}
i[class^="icon-"].medium.rounded:before,
i[class*=" icon-"].medium.rounded:before,
i[class^="icon-"].medium.squared:before,
i[class*=" icon-"].medium.squared:before,
i[class^="icon-"].medium.circle:before,
i[class*=" icon-"].medium.circle:before {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 1em;
  height: auto;
  vertical-align: text-top;
}
/* small */
i[class^="icon-"].small.rounded,
i[class*=" icon-"].small.rounded,
i[class^="icon-"].small.squared,
i[class*=" icon-"].small.squared,
i[class^="icon-"].small.circle,
i[class*=" icon-"].small.circle {
  display: inline-block;
  margin: 0;
  font-stretch: normal;
  height: 26px;
  width: 26px;
  padding: 8px 0;
  line-height: 8px;
  font-size: 8px;
  text-align: center;
}
i[class^="icon-"].small.rounded:before,
i[class*=" icon-"].small.rounded:before,
i[class^="icon-"].small.squared:before,
i[class*=" icon-"].small.squared:before,
i[class^="icon-"].small.circle:before,
i[class*=" icon-"].small.circle:before {
  line-height: inherit;
  font-size: inherit;
  font-weight: normal;
  font-variant: normal;
  text-decoration: none;
  margin: 0;
  padding: 0;
  display: inline-block;
  width: 1em;
  height: auto;
  vertical-align: text-top;
}
/*** icon rounded/squared/circle colors ***/
/*** icons animated ***/
i.animated {
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -o-transition: all 0.8s;
  -ms-transition: all 0.8s;
  transition: all 0.8s;
  display: inline-block;
}
i.animated:hover {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
/**
* BOX LAYOUT
* ==================================================
*/
.box,
.cta-box {
  padding: 30px;
  border: 1px solid transparent;
}
.box.padding-large,
.cta-box.padding-large {
  padding: 120px;
}
@media (max-width: 768px) {
  .box.padding-large,
  .cta-box.padding-large {
    padding: 30px;
  }
}
.box.padding-medium,
.cta-box.padding-medium {
  padding: 60px;
}
@media (max-width: 768px) {
  .box.padding-medium,
  .cta-box.padding-medium {
    padding: 30px;
  }
}
.box.padding-small,
.cta-box.padding-small {
  padding: 15px;
}
.box h1:first-child,
.cta-box h1:first-child,
.box h2:first-child,
.cta-box h2:first-child,
.box h3:first-child,
.cta-box h3:first-child,
.box h4:first-child,
.cta-box h4:first-child,
.box h5:first-child,
.cta-box h5:first-child,
.box h6:first-child,
.cta-box h6:first-child,
.box p:first-child,
.cta-box p:first-child {
  margin-top: 0;
}
.box h1:last-child,
.cta-box h1:last-child,
.box h2:last-child,
.cta-box h2:last-child,
.box h3:last-child,
.cta-box h3:last-child,
.box h4:last-child,
.cta-box h4:last-child,
.box h5:last-child,
.cta-box h5:last-child,
.box h6:last-child,
.cta-box h6:last-child,
.box p:last-child,
.cta-box p:last-child {
  margin-bottom: 0;
}
.box.inline,
.cta-box.inline {
  display: inline-block;
}
.box.circle {
  border-radius: 50%;
}
.box.rounded {
  border-radius: 0;
}
/* call to action */
.cta-box {
  padding: 30px;
}
.cta-box h1,
.cta-box h2,
.cta-box h3,
.cta-box h4,
.cta-box h5,
.cta-box h6,
.cta-box p,
.cta-box blockquote {
  text-align: center;
}
.cta-box h1:first-child,
.cta-box h2:first-child,
.cta-box h3:first-child,
.cta-box h4:first-child,
.cta-box h5:first-child,
.cta-box h6:first-child,
.cta-box p:first-child,
.cta-box blockquote:first-child {
  margin-top: 0;
}
.cta-box h1:last-child,
.cta-box h2:last-child,
.cta-box h3:last-child,
.cta-box h4:last-child,
.cta-box h5:last-child,
.cta-box h6:last-child,
.cta-box p:last-child,
.cta-box blockquote:last-child {
  margin-bottom: 0;
}
.cta-box .cta-box-btn {
  text-align: center;
  margin-top: 30px;
}
@media (max-width: 480px) {
  .cta-box .cta-box-btn a {
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 480px) {
  .cta-box .cta-box-btn a {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .cta-box.cta-box-2cols {
    display: table;
    width: 100%;
  }
  .cta-box.cta-box-2cols .cta-box-text,
  .cta-box.cta-box-2cols .cta-box-btn {
    display: table-cell;
    vertical-align: middle;
  }
  .cta-box.cta-box-2cols .cta-box-btn {
    margin-top: 0;
  }
  .cta-box.cta-box-2cols h1,
  .cta-box.cta-box-2cols h2,
  .cta-box.cta-box-2cols h3,
  .cta-box.cta-box-2cols h4,
  .cta-box.cta-box-2cols h5,
  .cta-box.cta-box-2cols .h1,
  .cta-box.cta-box-2cols .h2,
  .cta-box.cta-box-2cols .h3,
  .cta-box.cta-box-2cols .h4,
  .cta-box.cta-box-2cols .h5,
  .cta-box.cta-box-2cols p,
  .cta-box.cta-box-2cols blockquote {
    text-align: left;
    margin-bottom: 0;
  }
  .cta-box.cta-box-2cols .cta-box-btn {
    text-align: right;
    padding-left: 22px;
  }
}
@media (max-width: 991px) {
  /** edge case ctabox with medium or large padding **/
  .cta-box.padding-medium {
    padding: 30px;
  }
  .cta-box .btn {
    white-space: normal;
  }
}
/* team box */
.team-box figcaption.box {
  border: none;
}
/* team box style 2 */
.team-box-style-2 {
  position: relative;
}
.team-box-style-2 figcaption {
  position: absolute;
  bottom: 50px;
  width: 80%;
  left: 10%;
}
/* team box style 3 */
.team-box-style-3 {
  position: relative;
  -webkit-backface-visibility: hidden;
}
.team-box-style-3 figure {
  overflow: hidden;
  text-align: center;
  -webkit-backface-visibility: hidden;
}
.team-box-style-3 figure img {
  -webkit-transform: translateZ(0);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-backface-visibility: hidden;
  -webkit-transform: scale(1.01);
  transform: scale(1.01);
}
.team-box-style-3 figure figcaption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  -webkit-backface-visibility: hidden;
}
.team-box-style-3 figure figcaption h3 {
  margin-bottom: 0;
}
.team-box-style-3 figure figcaption .social-icons {
  /*opacity: 0;*/
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  /*position: absolute;*/
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  z-index: 3;
  /*bottom: -50px;*/
  /*left: 0;*/
  width: 100%;
  text-align: center;
  margin-top: 15px;
}
.team-box-style-3 figure.hover img {
  -webkit-transform: scale(1.5) translateY(15%);
  -ms-transform: scale(1.5) translateY(15%);
  transform: scale(1.5) translateY(15%);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.team-box-style-3 figure.hover figcaption {
  bottom: 35px;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.team-box-style-3 figure.hover figcaption .social-icons {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
  /*opacity: 1;*/
  /*bottom: 30px;	*/
}
/**
* FEATURE BOX LAYOUT
* ==================================================
*/
.feature-box {
  text-align: center;
  display: block;
  /* center the icon or image on mobile */
}
.feature-box:before,
.feature-box:after {
  content: " ";
  display: table;
}
.feature-box:after {
  clear: both;
}
.feature-box.media-left,
.feature-box.media-right {
  padding: 0;
}
.feature-box i[class^="icon-"],
.feature-box i[class*=" icon-"],
.feature-box img,
.feature-box .icon {
  margin: 0 0 15px 0;
}
.feature-box i[class^="icon-"].rounded,
.feature-box i[class*=" icon-"].rounded,
.feature-box img.rounded,
.feature-box .icon.rounded,
.feature-box i[class^="icon-"].squared,
.feature-box i[class*=" icon-"].squared,
.feature-box img.squared,
.feature-box .icon.squared,
.feature-box i[class^="icon-"].circle,
.feature-box i[class*=" icon-"].circle,
.feature-box img.circle,
.feature-box .icon.circle {
  margin: 0 0 15px 0;
}
.feature-box .feature-box-content {
  margin-bottom: 60px;
  overflow: hidden;
}
.feature-box .feature-box-content p:last-child,
.feature-box .feature-box-content .btn:last-child {
  margin-bottom: 0;
}
@media (min-width: 480px) {
  .feature-box {
    /* left */
  }
  .feature-box.media-left,
  .feature-box.media-right {
    text-align: left;
  }
  .feature-box.media-left i[class^="icon-"],
  .feature-box.media-right i[class^="icon-"],
  .feature-box.media-left i[class*=" icon-"],
  .feature-box.media-right i[class*=" icon-"],
  .feature-box.media-left img,
  .feature-box.media-right img,
  .feature-box.media-left .icon,
  .feature-box.media-right .icon {
    float: left;
    margin-right: 15px;
  }
  .feature-box.media-left i[class^="icon-"].circle,
  .feature-box.media-right i[class^="icon-"].circle,
  .feature-box.media-left i[class*=" icon-"].circle,
  .feature-box.media-right i[class*=" icon-"].circle,
  .feature-box.media-left img.circle,
  .feature-box.media-right img.circle,
  .feature-box.media-left .icon.circle,
  .feature-box.media-right .icon.circle,
  .feature-box.media-left i[class^="icon-"].rounded,
  .feature-box.media-right i[class^="icon-"].rounded,
  .feature-box.media-left i[class*=" icon-"].rounded,
  .feature-box.media-right i[class*=" icon-"].rounded,
  .feature-box.media-left img.rounded,
  .feature-box.media-right img.rounded,
  .feature-box.media-left .icon.rounded,
  .feature-box.media-right .icon.rounded,
  .feature-box.media-left i[class^="icon-"].squared,
  .feature-box.media-right i[class^="icon-"].squared,
  .feature-box.media-left i[class*=" icon-"].squared,
  .feature-box.media-right i[class*=" icon-"].squared,
  .feature-box.media-left img.squared,
  .feature-box.media-right img.squared,
  .feature-box.media-left .icon.squared,
  .feature-box.media-right .icon.squared {
    margin-right: 15px;
  }
}
@media (min-width: 768px) {
  .feature-box.media-right {
    text-align: right;
    float: right;
  }
  .feature-box.media-right i[class^="icon-"],
  .feature-box.media-right i[class*=" icon-"],
  .feature-box.media-right img,
  .feature-box.media-right .icon {
    float: right;
    margin-left: 15px;
  }
  .feature-box.media-right i[class^="icon-"].circle,
  .feature-box.media-right i[class*=" icon-"].circle,
  .feature-box.media-right img.circle,
  .feature-box.media-right .icon.circle,
  .feature-box.media-right i[class^="icon-"].rounded,
  .feature-box.media-right i[class*=" icon-"].rounded,
  .feature-box.media-right img.rounded,
  .feature-box.media-right .icon.rounded,
  .feature-box.media-right i[class^="icon-"].squared,
  .feature-box.media-right i[class*=" icon-"].squared,
  .feature-box.media-right img.squared,
  .feature-box.media-right .icon.squared {
    margin-left: 15px;
  }
}
/**
* ICON BOX
* ==================================================
*/
.box-icon {
  text-align: center;
  padding: 30px 30px 0 30px;
}
.box-icon:before,
.box-icon:after {
  content: " ";
  display: table;
}
.box-icon:after {
  clear: both;
}
.box-icon.main-color,
.box-icon.dark-main-color,
.box-icon.light-main-color,
.box-icon.dark-color,
.box-icon.light-color {
  padding-bottom: 30px;
}
.box-icon i {
  margin-bottom: 30px;
  display: inline-block;
}
.box-icon i:before {
  margin-right: 0;
}
.box-icon p,
.box-icon .btn {
  margin-bottom: 0;
}
.box-icon a h1,
.box-icon a h2,
.box-icon a h3,
.box-icon a h4,
.box-icon a h5,
.box-icon a h6 {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.box-icon a h1:nth-child(2),
.box-icon a h2:nth-child(2),
.box-icon a h3:nth-child(2),
.box-icon a h4:nth-child(2),
.box-icon a h5:nth-child(2),
.box-icon a h6:nth-child(2) {
  margin-top: 30px;
}
.box-icon a p {
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
/*link*/
.box-icon a i {
  display: inline-block;
}
.box-icon a:hover,
.box-icon a:focus {
  text-decoration: none;
}
/*animate icon*/
.box-icon.animated a:hover i:before {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
/*image icon*/
.icon img {
  width: 40px;
  height: 40px;
  display: inline-block;
}
.icon.circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: inline-block;
  padding: 10px;
}
.icon.circle img {
  width: 20px;
  height: 20px;
  display: block;
}
.icon.x-large img {
  width: 160px;
  height: 160px;
}
.icon.x-large.circle {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  display: inline-block;
  padding: 40px;
}
.icon.x-large.circle img {
  width: 80px;
  height: 80px;
}
.icon.large img {
  width: 100px;
  height: 100px;
}
.icon.large.circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  display: inline-block;
  padding: 25px;
}
.icon.large.circle img {
  width: 50px;
  height: 50px;
}
.icon.medium img {
  width: 56px;
  height: 56px;
}
.icon.medium.circle {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: inline-block;
  padding: 14px;
}
.icon.medium.circle img {
  width: 28px;
  height: 28px;
}
.icon.small img {
  width: 22px;
  height: 22px;
}
.icon.small.circle {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: inline-block;
  padding: 5px;
}
.icon.small.circle img {
  width: 12px;
  height: 12px;
}
/*img animated*/
.icon.animated img:hover {
  -moz-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  -ms--transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
.box-icon.main-color a:not(.btn),
.box-icon.dark-main-color a:not(.btn),
.box-icon.light-main-color a:not(.btn),
.box-icon.light-color a:not(.btn),
.box-icon.dark-color a:not(.btn),
.main-color .box-icon a:not(.btn),
.dark-main-color .box-icon a:not(.btn),
.light-main-color .box-icon a:not(.btn),
.light-color .box-icon a:not(.btn),
.dark-color .box-icon a:not(.btn) {
  display: block;
}
/**
* IMAGE LAYOUT
* ==================================================
*/
/*** avatar ***/
img.rounded {
  border-radius: 0;
}
img.rounded.thumbnail {
  border-radius: 0;
}
img.circle {
  border-radius: 50%;
}
img.circle.thumbnail {
  border-radius: 50%;
}
img.avatar {
  width: 40px;
  height: 40px;
  display: inline-block;
}
img.avatar.x-large {
  width: 160px;
  height: 160px;
}
img.avatar.large {
  width: 80px;
  height: 80px;
}
img.avatar.medium {
  width: 60px;
  height: 60px;
}
img.avatar.small {
  width: 20px;
  height: 20px;
}
figure figcaption {
  margin-top: 30px;
}
figure figcaption h1:first-child,
figure figcaption h2:first-child,
figure figcaption h3:first-child,
figure figcaption h4:first-child,
figure figcaption h5:first-child,
figure figcaption h6:first-child {
  margin-top: 0;
}
figure figcaption.box {
  margin-top: 0;
  border-top: 0;
}
figure.caption-over {
  position: relative;
}
figure.caption-over figcaption {
  position: absolute;
  bottom: 0;
}
figure.caption-over.center figcaption {
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  bottom: auto;
}
.image-background {
  /*background-attachment: fixed;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-background.top-center {
  background-position: top center;
}
.image-background.top-left {
  background-position: top left;
}
.image-background.top-right {
  background-position: top right;
}
.image-background.bottom-center {
  background-position: bottom center;
}
.image-background.bottom-left {
  background-position: bottom left;
}
.image-background.bottom-right {
  background-position: bottom right;
}
.image-background.no-cover {
  background-size: auto;
}
/* Deprecated */
.image-background.responsive {
  background-size: 100% auto;
  background-position: center center;
}
.image-0 {
  background-image: url('../../../images/theme-pics/parallax/parallax-1.jpg');
}
.image-1 {
  background-image: url('../../../images/theme-pics/parallax/parallax-2.jpg');
}
.image-2 {
  background-image: url('../../../images/theme-pics/parallax/parallax-3.jpg');
}
.image-3 {
  background-image: url("../images/core_values_bg.jpg");
}
.image-4 {
  background-image: url('../../../images/theme-pics/parallax/parallax-5.jpg');
}
.image-5 {
  background-image: url('../../../images/theme-pics/large/large-pic-1.jpg');
}
.image-6 {
  background-image: url('../../../images/theme-pics/large/large-pic-2.jpg');
}
.image-7 {
  background-image: url('../../../images/theme-pics/large/large-pic-3.jpg');
}
.image-8 {
  background-image: url('../../../images/theme-pics/large/large-pic-4.jpg');
}
.image-9 {
  background-image: url('../../../images/theme-pics/large/large-pic-5.jpg');
}
.image-10 {
  background-image: url('../../../images/theme-pics/large/large-pic-6.jpg');
}
.image-11 {
  background-image: url('../../../images/theme-pics/large/large-pic-7.jpg');
}
.image-12 {
  background-image: url('../../../images/theme-pics/large/large-pic-8.jpg');
}
.image-13 {
  background-image: url('../../../images/theme-pics/large/large-pic-9.jpg');
}
.image-14 {
  background-image: url('../../../images/theme-pics/large/large-pic-10.jpg');
}
.image-15 {
  background-image: url('../../../images/theme-pics/large/large-pic-11.jpg');
}
.image-16 {
  background-image: url('../../../images/theme-pics/parallax/parallax-7.jpg');
}
.image-17 {
  background-image: url('../../../images/theme-pics/parallax/parallax-8.jpg');
}
.image-18 {
  background-image: url('../../../images/theme-pics/parallax/parallax-9.jpg');
}
.image-19 {
  background-image: url('../../../images/theme-pics/large/large-pic-12.jpg');
}
.image-20 {
  background-image: url('../../../images/theme-pics/page-header/page-header-1.jpg');
}
.image-21 {
  background-image: url('../../../images/theme-pics/page-header/page-header-2.jpg');
}
.image-22 {
  background-image: url('../../../images/theme-pics/page-header/page-header-3.jpg');
}
.image-23 {
  background-image: url('../../../images/theme-pics/page-header/page-header-4.jpg');
}
.image-24 {
  background-image: url('../../../images/theme-pics/page-header/page-header-5.jpg');
}
.image-25 {
  background-image: url('../../../images/theme-pics/page-header/page-header-6.jpg');
}
.image-26 {
  background-image: url('../../../images/theme-pics/page-header/page-header-7.jpg');
}
.image-27 {
  background-image: url('../../../images/theme-pics/page-header/page-header-8.jpg');
}
.image-28 {
  background-image: url('../../../images/theme-pics/page-header/page-header-9.jpg');
}
.image-29 {
  background-image: url('../../../images/theme-pics/page-header/page-header-10.jpg');
}
.image-30 {
  background-image: url('../../../images/theme-pics/mega-menu-pic.html');
}
.image-31 {
  background-image: url('../../../images/theme-pics/bg-video-1.jpg');
}
.mask {
  position: relative;
  height: 100%;
  width: 100%;
}
.mask:before {
  width: 100%;
  top: 0;
  bottom: 0;
  overflow: hidden;
  position: absolute;
  content: "";
  display: block;
}
.mask div {
  position: relative;
}
/*** TOOLS ***/
img.full-width,
img.img-fw {
  max-width: none;
  width: 100%;
}
img.full-height {
  max-width: none;
  max-height: none;
  height: 100%;
}
@media (min-width: 1200px) {
  img.img-fw-lg {
    max-width: none;
    width: 100%;
  }
}
/*** ROLLOVER STANDARDIZED EFFECTS ***/
.rollover {
  /* effect-lily */
  /* end .effect-lily */
  /* effect-zoe */
  /* end .effect-zoe */
  /* .effect-lexi */
  /* end .effect-lexi */
  /* end .effect-sarah */
  /* end .effect-subtle */
  /* end .effect-subtle */
}
.rollover figure {
  position: relative;
  overflow: hidden;
  height: 100%;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  transform-style: flat;
}
.rollover figure img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rollover figure figcaption {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  padding: 2em;
}
.rollover figure figcaption > a {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-indent: 200%;
  white-space: nowrap;
  font-size: 0;
  opacity: 0;
}
.rollover figure figcaption h1,
.rollover figure figcaption h2,
.rollover figure figcaption h3,
.rollover figure figcaption h4,
.rollover figure figcaption h5,
.rollover figure figcaption h6 {
  margin: 0;
  line-height: 25px !important;
}
.rollover.effect-lily figure > img {
  max-width: none;
  width: -webkit-calc(150%);
  width: calc(150%);
  opacity: 1;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-40px, 0, 0);
  transform: translate3d(-22%, 0, 0);
}
.rollover.effect-lily figure figcaption {
  text-align: left;
}
.rollover.effect-lily figure figcaption > .rollover-content {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  padding: 2em;
}
.rollover.effect-lily figure figcaption .icon-links {
  display: none;
}
.rollover.effect-lily figure h1,
.rollover.effect-lily figure h2,
.rollover.effect-lily figure h3,
.rollover.effect-lily figure h4,
.rollover.effect-lily figure h5,
.rollover.effect-lily figure h6,
.rollover.effect-lily figure p,
.rollover.effect-lily figure ul {
  -webkit-transform: translate3d(0, 40px, 0);
  transform: translate3d(0, 40px, 0);
}
.rollover.effect-lily figure h1,
.rollover.effect-lily figure h2,
.rollover.effect-lily figure h3,
.rollover.effect-lily figure h4,
.rollover.effect-lily figure h5,
.rollover.effect-lily figure h6 {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}
.rollover.effect-lily figure h1 span,
.rollover.effect-lily figure h2 span,
.rollover.effect-lily figure h3 span,
.rollover.effect-lily figure h4 span,
.rollover.effect-lily figure h5 span,
.rollover.effect-lily figure h6 span {
  display: inline;
  font-size: 1em;
}
.rollover.effect-lily figure p,
.rollover.effect-lily figure ul {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.35s;
  transition: opacity 0.2s, transform 0.35s;
}
.rollover.effect-lily figure.hovered > img {
  opacity: 0.7;
}
.rollover.effect-lily figure.hovered img,
.rollover.effect-lily figure.hovered h1,
.rollover.effect-lily figure.hovered h2,
.rollover.effect-lily figure.hovered h3,
.rollover.effect-lily figure.hovered h4,
.rollover.effect-lily figure.hovered h5,
.rollover.effect-lily figure.hovered h6,
.rollover.effect-lily figure.hovered p,
.rollover.effect-lily figure.hovered ul {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rollover.effect-lily figure.hovered p,
.rollover.effect-lily figure.hovered ul {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  opacity: 1;
}
.rollover.effect-zoe article {
  overflow: hidden;
}
.rollover.effect-zoe figure {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
}
.rollover.effect-zoe figure > img {
  opacity: 1;
  -webkit-transition: all 0.25s;
  transition: all 0.25s;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rollover.effect-zoe figure figcaption {
  top: auto;
  bottom: 0;
  padding: 1em 1em 1em 30px;
  height: 3.75em;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  -webkit-transform: translate3d(0, 400%, 0);
  transform: translate3d(0, 400%, 0);
}
.rollover.effect-zoe figure figcaption > a {
  display: none;
}
.rollover.effect-zoe figure h1,
.rollover.effect-zoe figure h2,
.rollover.effect-zoe figure h3,
.rollover.effect-zoe figure h4,
.rollover.effect-zoe figure h5,
.rollover.effect-zoe figure h6 {
  float: left;
  display: inline-block;
}
.rollover.effect-zoe figure h1 span,
.rollover.effect-zoe figure h2 span,
.rollover.effect-zoe figure h3 span,
.rollover.effect-zoe figure h4 span,
.rollover.effect-zoe figure h5 span,
.rollover.effect-zoe figure h6 span {
  display: inline;
  font-size: 1em;
}
.rollover.effect-zoe figure .icon-links {
  float: right;
}
.rollover.effect-zoe figure .icon-links a {
  float: left;
  color: #3c4a50;
  font-size: 1.2em;
}
.rollover.effect-zoe figure .icon-links a:hover {
  text-decoration: none;
}
.rollover.effect-zoe figure h1,
.rollover.effect-zoe figure h2,
.rollover.effect-zoe figure h3,
.rollover.effect-zoe figure h4,
.rollover.effect-zoe figure h5,
.rollover.effect-zoe figure h6,
.rollover.effect-zoe figure .icon-links a {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.rollover.effect-zoe figure .icon-links a span::before {
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.rollover.effect-zoe figure .description {
  position: absolute;
  bottom: 80px;
  left: 0;
  padding: 0 0 0 30px;
  font-size: 18px;
  text-transform: none;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  -webkit-backface-visibility: hidden;
  /* Fix for Chrome 37.0.2062.120 (Mac) */
}
.rollover.effect-zoe figure.hovered > img {
  opacity: 0.5;
  -webkit-transition-delay: 0.16s;
  transition-delay: 0.16s;
  -webkit-transform: translate3d(0, -30px, 0);
  -moz-transform: translate3d(0, -30px, 0);
  transform: translate3d(0, -30px, 0);
}
.rollover.effect-zoe figure.hovered .description {
  opacity: 1;
}
.rollover.effect-zoe figure.hovered figcaption,
.rollover.effect-zoe figure.hovered h1,
.rollover.effect-zoe figure.hovered h2,
.rollover.effect-zoe figure.hovered h3,
.rollover.effect-zoe figure.hovered h4,
.rollover.effect-zoe figure.hovered h5,
.rollover.effect-zoe figure.hovered h6,
.rollover.effect-zoe figure.hovered .icon-links a {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rollover.effect-zoe figure.hovered h1,
.rollover.effect-zoe figure.hovered h2,
.rollover.effect-zoe figure.hovered h3,
.rollover.effect-zoe figure.hovered h4,
.rollover.effect-zoe figure.hovered h5,
.rollover.effect-zoe figure.hovered h6 {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}
.rollover.effect-zoe figure.hovered .icon-links a:first-child {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.rollover.effect-zoe figure.hovered .icon-links a:nth-child(2) {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}
.rollover.effect-zoe figure.hovered .icon-links a:nth-child(3) {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (max-width: 480px) {
  .rollover.effect-zoe figcaption h5,
  .rollover.effect-zoe .description {
    display: none;
  }
  
  
  .content_left {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.content_fullwidth {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.right_sidebar {
	float: right;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.left_sidebar {
	float: left;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
.content_right {
	float: right;
	width: 100%;
	padding: 50px 0px 0px 0px;
}
}
.rollover.effect-lexi figure {
  background: -webkit-linear-gradient(-45deg, #000000 0%, #ffffff 100%);
  background: linear-gradient(-45deg, #000000 0%, #ffffff 100%);
}
.rollover.effect-lexi figure > img {
  margin: -10px 0 0 -10px;
  max-width: none;
  width: -webkit-calc(110%);
  width: calc(110%);
  opacity: 0.9;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(10px, 10px, 0);
  transform: translate3d(10px, 10px, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rollover.effect-lexi figure h1 span,
.rollover.effect-lexi figure h2 span,
.rollover.effect-lexi figure h3 span,
.rollover.effect-lexi figure h4 span,
.rollover.effect-lexi figure h5 span,
.rollover.effect-lexi figure h6 span {
  display: inline;
  font-size: 1em;
}
.rollover.effect-lexi figure .icon-links {
  display: none;
}
.rollover.effect-lexi figure figcaption::before,
.rollover.effect-lexi figure figcaption p {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.rollover.effect-lexi figure figcaption::before {
  position: absolute;
  right: -100px;
  bottom: -100px;
  width: 300px;
  height: 300px;
  border: 2px solid transparent;
  border-radius: 50%;
  content: '';
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 1);
  transform: scale3d(0.5, 0.5, 1);
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.rollover.effect-lexi figure h1,
.rollover.effect-lexi figure h2,
.rollover.effect-lexi figure h3,
.rollover.effect-lexi figure h4,
.rollover.effect-lexi figure h5,
.rollover.effect-lexi figure h6 {
  text-align: left;
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(5px, 5px, 0);
  transform: translate3d(5px, 5px, 0);
}
.rollover.effect-lexi figure p {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 16px 16px 0;
  width: 140px;
  text-align: right;
  opacity: 0;
  -webkit-transform: translate3d(20px, 20px, 0);
  transform: translate3d(20px, 20px, 0);
}
.rollover.effect-lexi figure.hovered > img {
  opacity: 0.6;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rollover.effect-lexi figure.hovered figcaption::before {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}
.rollover.effect-lexi figure.hovered h1,
.rollover.effect-lexi figure.hovered h2,
.rollover.effect-lexi figure.hovered h3,
.rollover.effect-lexi figure.hovered h4,
.rollover.effect-lexi figure.hovered h5,
.rollover.effect-lexi figure.hovered h6,
.rollover.effect-lexi figure.hovered p {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rollover.effect-sarah figure > img {
  max-width: none;
  width: -webkit-calc(120%);
  width: calc(120%);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(-13%, 0, 0);
  transform: translate3d(-13%, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.rollover.effect-sarah figure figcaption {
  text-align: left;
}
.rollover.effect-sarah figure .icon-links {
  display: none;
}
.rollover.effect-sarah figure h1,
.rollover.effect-sarah figure h2,
.rollover.effect-sarah figure h3,
.rollover.effect-sarah figure h4,
.rollover.effect-sarah figure h5,
.rollover.effect-sarah figure h6 {
  position: relative;
  overflow: hidden;
  padding: 0.5em 0;
  margin-bottom: 0.5em;
}
.rollover.effect-sarah figure h1 span,
.rollover.effect-sarah figure h2 span,
.rollover.effect-sarah figure h3 span,
.rollover.effect-sarah figure h4 span,
.rollover.effect-sarah figure h5 span,
.rollover.effect-sarah figure h6 span {
  display: inline;
  font-size: 1em;
}
.rollover.effect-sarah figure h1:after,
.rollover.effect-sarah figure h2:after,
.rollover.effect-sarah figure h3:after,
.rollover.effect-sarah figure h4:after,
.rollover.effect-sarah figure h5:after,
.rollover.effect-sarah figure h6:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  content: '';
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.rollover.effect-sarah figure .description {
  padding: 1em 0;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}
.rollover.effect-sarah figure.hovered > img {
  opacity: 0.4;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rollover.effect-sarah figure.hovered h1::after,
.rollover.effect-sarah figure.hovered h2::after,
.rollover.effect-sarah figure.hovered h3::after,
.rollover.effect-sarah figure.hovered h4::after,
.rollover.effect-sarah figure.hovered h5::after,
.rollover.effect-sarah figure.hovered h6::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rollover.effect-sarah figure.hovered .description {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.rollover.effect-subtle figure figcaption h1,
.rollover.effect-subtle figure figcaption h2,
.rollover.effect-subtle figure figcaption h3,
.rollover.effect-subtle figure figcaption h4,
.rollover.effect-subtle figure figcaption h5,
.rollover.effect-subtle figure figcaption h6 {
  position: absolute;
  bottom: 10px;
  left: 30px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.rollover.effect-subtle figure figcaption .rollover-content {
  position: absolute;
  bottom: 50px;
  left: 30px;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 2;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.rollover.effect-subtle figure figcaption .rollover-content p {
  margin: 0;
  display: block;
  padding: 0px 10px;
  font-size: 14px;
  text-transform: uppercase;
}
.rollover.effect-subtle figure:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  transition: all 0.5s ease;
  background-color: black;
  z-index: 1;
}
.rollover.effect-subtle figure.hovered figcaption h1,
.rollover.effect-subtle figure.hovered figcaption h2,
.rollover.effect-subtle figure.hovered figcaption h3,
.rollover.effect-subtle figure.hovered figcaption h4,
.rollover.effect-subtle figure.hovered figcaption h5,
.rollover.effect-subtle figure.hovered figcaption h6 {
  opacity: 1;
  bottom: 85px;
  -webkit-transition-delay: 0s;
  /* Safari */
  transition-delay: 0s;
}
.rollover.effect-subtle figure.hovered figcaption .rollover-content {
  opacity: 1;
  bottom: 30px;
  -webkit-transition-delay: 0.2s;
  /* Safari */
  transition-delay: 0.2s;
}
.rollover.effect-subtle figure.hovered:after {
  opacity: 0.6;
}
/* end .rollover */
/** Ie9 and under **/
.ie .rollover {
  /* .effect-sarah */
  /* end .effect-sarah */
}
.ie .rollover.effect-sarah h1:after,
.ie .rollover.effect-sarah h2:after,
.ie .rollover.effect-sarah h3:after,
.ie .rollover.effect-sarah h4:after,
.ie .rollover.effect-sarah h5:after,
.ie .rollover.effect-sarah h6:after {
  display: none;
}
/** Ie9 and under **/
/*** END ROLLOVER STANDARDIZED EFFECTS ***/
/*** Magnific popup ***/
.mfp-figure figure figcaption {
  margin-top: 0;
}
/* image fade mask */
.image-fade {
  position: relative;
  z-index: 0;
}
.image-fade .container {
  position: relative;
  z-index: 101;
}
.image-fade:after {
  z-index: 100;
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  bottom: 0;
  background-image: url(../../../images/theme-pics/fade-mask.html);
  background-size: 100% 100%;
  height: 100px;
}
@media (min-width: 767px) {
  .image-fade:after {
    height: 300px;
  }
}
/* TESTIMONIALS
================================================== */
.box-testimonial:before,
.box-testimonial:after {
  content: " ";
  display: table;
}
.box-testimonial:after {
  clear: both;
}
.box-testimonial blockquote {
  border-left-width: 1px;
  border-radius: 0;
}
.box-testimonial .avatar {
  margin-left: 30px;
  margin-right: 15px;
  float: left;
}
.box-testimonial .box-arrow:after,
.box-testimonial .box-arrow:before {
  left: 70px;
}
/** move this later if arrow need for another element **/
.box-arrow {
  position: relative;
}
.box-arrow:after,
.box-arrow:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  margin-top: -1px;
}
.box-arrow:after {
  border-color: transparent;
  border-width: 10px;
  margin-left: -10px;
}
.box-arrow:before {
  border-color: transparent;
  border-width: 11px;
  margin-left: -11px;
}
/* TIMELINE
================================================== */
.timeline {
  list-style: none;
  padding: 0;
  position: relative;
  overflow: hidden;
}
.timeline:before {
  /* line */
  top: 0;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 2px;
  left: 50%;
  margin-left: -1px;
}
.timeline > li {
  position: relative;
}
.timeline > li .timeline-panel {
  width: 45%;
  position: relative;
  float: left;
  clear: left;
  margin-bottom: 50px;
}
.timeline > li .timeline-panel .timeline-badge {
  left: -12%;
  position: absolute;
  top: 22px;
  width: 100%;
  left: calc(100% + 23px);
  z-index: 100;
}
.timeline > li .timeline-panel h1:first-child,
.timeline > li .timeline-panel h2:first-child,
.timeline > li .timeline-panel h3:first-child,
.timeline > li .timeline-panel h4:first-child,
.timeline > li .timeline-panel h5:first-child,
.timeline > li .timeline-panel h6:first-child,
.timeline > li .timeline-panel p:first-child {
  margin-top: 0;
}
.timeline > li.timeline-inverted > .timeline-panel {
  float: right;
  clear: right;
  margin-top: 50px;
}
.timeline > li.timeline-inverted > .timeline-panel .timeline-badge {
  left: -17%;
  top: 18px;
}
.timeline > li > .timeline-panel:before {
  position: absolute;
  top: 26px;
  right: -15px;
  display: inline-block;
  border-top: 15px solid transparent;
  border-left: 15px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 15px solid transparent;
  content: " ";
}
.timeline > li > .timeline-panel:after {
  position: absolute;
  top: 27px;
  right: -14px;
  display: inline-block;
  border-top: 14px solid transparent;
  border-left: 14px solid transparent;
  border-right: 0 solid transparent;
  border-bottom: 14px solid transparent;
  content: " ";
}
.timeline > li.timeline-inverted > .timeline-panel:before {
  border-left-width: 0;
  border-right-width: 15px;
  left: -15px;
  right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
  border-left-width: 0;
  border-right-width: 14px;
  left: -14px;
  right: auto;
}
@media (max-width: 767px) {
  ul.timeline:before {
    left: 40px;
  }
  ul.timeline > li > .timeline-panel {
    width: calc(10%);
    width: -moz-calc(10%);
    width: -webkit-calc(10%);
  }
  ul.timeline > li > .timeline-badge {
    left: 15px;
    margin-left: 0;
    top: 16px;
  }
  ul.timeline > li > .timeline-panel {
    float: right;
  }
  ul.timeline > li > .timeline-panel:before {
    border-left-width: 0;
    border-right-width: 15px;
    left: -15px;
    right: auto;
  }
  ul.timeline > li > .timeline-panel:after {
    border-left-width: 0;
    border-right-width: 14px;
    left: -14px;
    right: auto;
  }
}
/**
* PRICING TABLES LAYOUT
* ==================================================
*/
/*** pricing table ***/
.pricing-table {
  text-align: center;
  margin-top: 15px;
}
.pricing-table ul {
  list-style-type: none;
  margin: 0;
  padding: 0 30px;
}
.pricing-table ul li {
  padding: 30px 0;
  font-size: 12px;
}
.pricing-table h2 {
  text-transform: none;
  margin: 0;
  padding: 30px;
  font-weight: 800;
  text-align: center;
}
.pricing-table .pricing h3 {
  font-weight: 800;
  font-size: 88px;
  display: block;
  padding: 30px;
  margin: 0;
}
.pricing-table .pricing h3 span {
  font-size: 14px;
  font-weight: 300;
  margin-bottom: 0;
  display: block;
  line-height: 14px;
}
.pricing-table .pricing img {
  margin: 0 auto;
}
.pricing-table p {
  margin-bottom: 0;
  padding: 30px;
}
.pricing-table.focus-plan {
  margin-top: 0;
}
.pricing-table.focus-plan h3 {
  padding: 30px;
}
/*** end pricing table ***/
/***colors***/
.pricing-table {
  border: 1px solid transparent;
  border-radius: 0;
}
.pricing-table ul li {
  border-bottom: 1px solid transparent;
}
.pricing-table ul li:last-child {
  border-bottom: none;
}
.pricing-table .pricing {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.pricing-table.focus-plan {
  margin-top: 0;
}
.pricing-table.focus-plan .pricing {
  padding: 15px;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
/*** ============ End Default theme ============ ***/
/*** ============ Theme 1 ============ ***/
.neko_pt_style_2.pricingBloc {
  border-radius: 11px;
  border: 1px solid transparent;
  overflow: hidden;
}
.neko_pt_style_2 div.pricing {
  position: relative;
  height: 75px;
}
.pricingBloc.neko_pt_style_2 h3 {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  border: 7px solid transparent;
  padding: 0.5em;
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -75px;
}
.pricingBloc.neko_pt_style_2 h3 span {
  font-size: 12px;
  line-height: 12px;
}
.pricingBloc.neko_pt_style_2 ul {
  padding-top: 75px;
}
/*** ============ End Theme 1 ============ ***/
/*** ============ Theme 2 ============ ***/
.neko_pt_style_3.pricingBloc h2 {
  text-transform: uppercase;
}
.neko_pt_style_3.pricingBloc h3 {
  padding: 0.25em;
  font-size: 88px;
  line-height: 0.75em;
  letter-spacing: -0.025em;
}
.neko_pt_style_3.pricingBloc h3 span {
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 11px;
  line-height: 16px;
  letter-spacing: normal;
}
.neko_pt_style_3.pricingBloc div.pricing {
  position: relative;
}
.neko_pt_style_3.pricingBloc div.pricing:after {
  content: '';
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 25px 50px 0 50px;
  position: absolute;
  left: 50%;
  margin-left: -50px;
  bottom: -10px;
}
.neko_pt_style_3 ul {
  padding: 0;
}
/* focus */
.neko_pt_style_3.focusPlan.pricingBloc h3 {
  padding: 0.5em 0;
}
/* SPACERS
================================================== */
/** separators **/
hr {
  padding: 0;
  margin: 30px 0;
  text-align: center;
}
hr:after {
  display: inline-block;
  font-family: "Lato", 'custom-icons';
  position: relative;
  font-size: 1em;
  padding: 0 0.25em;
  top: -1.06em;
  width: 33px;
}
hr.large:after {
  font-size: 40px;
  width: 70px;
}
hr.medium:after {
  font-size: 22px;
  width: 40px;
}
hr.small:after {
  font-size: 10px;
}
hr.boxed {
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  hr.boxed {
    width: 720px;
  }
}
@media (min-width: 992px) {
  hr.boxed {
    width: 940px;
  }
}
@media (min-width: 1200px) {
  hr.boxed {
    width: 1140px;
  }
}
hr.line-star:after {
  content: '\e963';
}
hr.line-x:after {
  content: '\e892';
}
hr.line-plus:after {
  content: '\e81a';
}
hr.line-dot:after {
  content: '\e902';
}
hr.line-burger:after {
  content: '\e84d';
}
hr.double {
  border-top: 4px double transparent;
}
/* PAGINATION
================================================== */
.pagination > li:first-child > a,
.pagination .pagination > li:first-child > span {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 2;
  cursor: default;
}
.pagination.circle > li > a,
.pagination.rounded > li > a,
.pagination.circle > li > span,
.pagination.rounded > li > span {
  margin: 0 4.5px;
  text-align: center;
  height: 40px;
  width: 40px;
  line-height: 24px;
}
.pagination.circle > li:first-child > a,
.pagination.rounded > li:first-child > a,
.pagination.circle > li:first-child > span,
.pagination.rounded > li:first-child > span,
.pagination.circle > li:last-child > a,
.pagination.rounded > li:last-child > a,
.pagination.circle > li:last-child > span,
.pagination.rounded > li:last-child > span {
  border: none;
}
.pagination.circle > li > a,
.pagination.circle > li > span {
  border-radius: 50%;
}
.pagination.rounded > li > a,
.pagination.rounded > li > span {
  border-radius: 0;
}
.pagination.pagination-minimal > li:first-child > a,
.pagination.pagination-minimal .pagination > li:first-child > span,
.pagination.pagination-minimal > li:last-child > a,
.pagination.pagination-minimal > li:last-child > span {
  border-radius: 0;
}
.pagination.pagination-minimal > li > a,
.pagination.pagination-minimal > li > span {
  color: red;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom-width: 2px;
}
.pagination.pagination-minimal > li > a:after,
.pagination.pagination-minimal > li > span:after {
  content: ' ';
  display: block;
  width: 0%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  background: red;
}
.pagination.pagination-minimal > li > a:focus,
.pagination.pagination-minimal > li > span:focus,
.pagination.pagination-minimal > li > a:hover,
.pagination.pagination-minimal > li > span:hover {
  background: none;
}
.pagination.pagination-minimal > li > a:focus:after,
.pagination.pagination-minimal > li > span:focus:after,
.pagination.pagination-minimal > li > a:hover:after,
.pagination.pagination-minimal > li > span:hover:after {
  width: 100%;
}
/**
* PAGE HEADER LAYOUT
* ==================================================
*/
.page-header {
  padding: 30px 0;
  margin: 0;
  border-bottom: 1px solid transparent;
}
.page-header h1,
.page-header h2,
.page-header h3,
.page-header h4,
.page-header h5,
.page-header h6,
.page-header p {
  display: inline-block;
}
.page-header h1:first-child,
.page-header h2:first-child,
.page-header h3:first-child,
.page-header h4:first-child,
.page-header h5:first-child,
.page-header h6:first-child,
.page-header p:first-child {
  margin-top: 0;
}
.page-header h1:last-child,
.page-header h2:last-child,
.page-header h3:last-child,
.page-header h4:last-child,
.page-header h5:last-child,
.page-header h6:last-child,
.page-header p:last-child {
  margin-bottom: 0;
}
.page-header h1 small,
.page-header h2 small,
.page-header h3 small,
.page-header h4 small,
.page-header h5 small,
.page-header h6 small,
.page-header p small,
.page-header h1 .small,
.page-header h2 .small,
.page-header h3 .small,
.page-header h4 .small,
.page-header h5 .small,
.page-header h6 .small,
.page-header p .small {
  font-size: 75%;
  font-family: "Lato", 'Open Sans', sans-serif;
}
.page-header h2 {
  margin-top: 0;
}
.page-header .mask .container {
  padding-top: 30px;
  padding-bottom: 30px;
}
.page-header.large {
  height: auto;
}
@media (min-width: 768px) {
  .page-header.large {
    height: 224px;
  }
}
@media (min-width: 992px) {
  .page-header.large {
    height: 320px;
  }
}
.page-header.x-large {
  height: auto;
}
@media (min-width: 768px) {
  .page-header.x-large {
    height: 455px;
  }
}
@media (min-width: 992px) {
  .page-header.x-large {
    height: 650px;
  }
}
.page-header.center {
  text-align: center;
}
.page-header.center h1,
.page-header.center h2,
.page-header.center h3,
.page-header.center h4,
.page-header.center h5,
.page-header.center h6,
.page-header.center p {
  text-align: center;
}
/* vertical center */
.page-header .v-align-center.container {
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (min-width: 480px) {
  .page-header .v-align-center.container {
    display: table;
    height: 100%;
    position: relative;
  }
  .page-header .v-align-center.container > .row {
    display: table-row;
    height: 100%;
    float: none;
    padding: 0;
  }
  .page-header .v-align-center.container > .row > div[class*='col-'] {
    display: table-cell;
    vertical-align: middle;
    float: none;
    padding: 0;
  }
}
/*** breadcrumb ***/
.page-header .breadcrumb a:hover,
.page-header .breadcrumb a:focus {
  text-decoration: none;
}
/* GLOBAL SETTINGS
----------------------------- */
.menu-header {
  -webkit-transform: translateZ(0);
  /*** PRE-HEADER ***/
  /*** / PRE-HEADER ***/
  /*** MAIN HEADER DEFAULT BEHAVIOR  ***/
  /** ALL LI's BUT "menu-action" **/
  /** / ALL LI's BUT "menu-action" **/
  /*** / MAIN HEADER DEFAULT BEHAVIOR  ***/
}
@media (max-width: 1024px) {
  .menu-header {
    position: static;
  }
}
.menu-header #pre-header {
  padding: 5px 0;
  font-size: 12px;
  display: none;
  border-bottom: 1px solid transparent;
  /*transition: all 0.3s ease;*/
  /*		&:not(.pre-header-autohide){
			display:block;
		}*/
}
.menu-header #pre-header .social-icons {
  display: inline-block;
}
.menu-header #pre-header .contact-phone {
  margin-right: 15px;
}
.menu-header #pre-header .quick-menu {
  margin: 0;
  padding: 0;
}
.menu-header #pre-header .quick-menu li {
  display: inline-block;
}
.menu-header #pre-header .quick-menu li a {
  padding: 0 1em 0 0;
}
.menu-header #pre-header .quick-menu li a:hover {
  text-decoration: none;
}
@media (max-width: 768px) {
  .menu-header #pre-header .quick-menu {
    text-align: center;
  }
}
.menu-header #pre-header .quick-contact {
  text-align: right;
}
@media (max-width: 768px) {
  .menu-header #pre-header .quick-contact {
    text-align: center;
  }
}
.menu-header .navbar-default {
  background-color: transparent;
  border-radius: 0;
  border: none;
  margin-bottom: 0;
}
.menu-header .navbar-brand {
  display: block;
  padding: 30px 0;
  height: auto;
}
.menu-header .navbar-header {
  position: relative;
}
.menu-header .navbar-header .navbar-toggle {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin: 0;
}
.menu-header li:not(.menu-action) .sub-menu {
  padding-left: 10px;
}
.menu-header li:not(.menu-action) .sub-menu a {
  width: 100%;
  height: 45px;
  line-height: 45px;
  padding: 0 0 0 20px;
  font-size: 14px;
  text-decoration: none;
  overflow: hidden;
  position: relative;
  display: block;
}
.menu-header .sub-menu {
  display: none;
  list-style: none;
}
.menu-header .sub-menu.neko-mega-menu {
  width: 100%;
}
.menu-header .sub-menu.neko-mega-menu:before,
.menu-header .sub-menu.neko-mega-menu:after {
  content: " ";
  display: table;
}
.menu-header .sub-menu.neko-mega-menu:after {
  clear: both;
}
.menu-header .sub-menu.neko-mega-menu h2 {
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  padding-left: 20px;
}
.menu-header .sub-menu.neko-mega-menu ul {
  list-style: none;
  padding-left: 0;
}
.menu-header .sub-menu.neko-mega-menu .mega-inner {
  padding: 0;
}
.menu-header .sub-menu.neko-mega-menu .col-md-3 {
  width: 100%;
  padding: 0;
}
.pre-header-on #pre-header {
  display: block;
}
/*** DEFAULT LIGHT HEADER ***/
.menu-header .main-logo-light {
  display: none;
}
.menu-header .main-logo {
  display: block;
}
/*** / DEFAULT LIGHT HEADER  ***/
.dark-header .menu-header .main-logo-light,
.header-dark .menu-header .main-logo-light {
  display: block;
}
.dark-header .menu-header .main-logo,
.header-dark .menu-header .main-logo {
  display: none;
}
/*** HEADER DESKTOP ***/
@media (min-width: 1025px) {
  body {
    padding-top: 90px;
  }
  /*** Header size ***/
  .header-medium {
    padding-top: 110px;
  }
  .header-medium .menu-header {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header-large {
    padding-top: 150px;
  }
  .header-large .menu-header {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  /*** / Header size ***/
  .menu-header {
    /** ALL LI's BUT "menu-action" **/
    /** / ALL LI's BUT "menu-action" **/
    /** FIRST ROW **/
    /** / FIRST ROW **/
    /** FIRST ACTION ROW **/
    /** / FIRST ACTION ROW **/
    /** SUBMENU **/
    /** / SUBMENU **/
  }
  .menu-header .navbar-right:last-child {
    margin-right: 0;
  }
  .menu-header li:not(.menu-action) {
    position: relative;
  }
  .menu-header li:not(.menu-action) a {
    font-weight: normal;
  }
  .menu-header .nav > li > a {
    letter-spacing: 0.05em;
    font-size: 14px;
  }
  .menu-header .nav > li:not(.menu-action).neko-mega-menu-trigger {
    position: static;
  }
  .menu-header .nav > li:not(.menu-action) > a {
    line-height: 90px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 700;
  }
  .menu-header .nav > li.menu-action {
    height: 90px;
    position: relative;
    padding-left: 22px;
  }
  .menu-header .nav > li.menu-action a {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 0;
  }
  .menu-header li:not(.menu-action) .sub-menu {
    position: absolute;
    z-index: 10;
    min-width: 220px;
    left: 0;
    margin-left: 0;
    padding: 0;
  }
  .menu-header li:not(.menu-action) .sub-menu li a {
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .menu-header li:not(.menu-action) .sub-menu li:hover > a {
    padding-left: 29px !important;
  }
  .menu-header li:not(.menu-action) .sub-menu > li .sub-menu {
    top: 0;
    left: 130px;
  }
  .menu-header li:not(.menu-action) .sub-menu.neko-mega-menu {
    padding-top: 0;
    right: 0;
    left: 0 !important;
  }
  .menu-header li:not(.menu-action) .sub-menu.neko-mega-menu .mega-inner {
    padding: 20px 30px;
  }
  .menu-header li:not(.menu-action) .sub-menu.neko-mega-menu .mega-inner h2 {
    padding-left: 0;
    margin-bottom: 0;
    font-family: "Lato", 'Open Sans', sans-serif;
    font-weight: bold;
    letter-spacing: 2px;
  }
  .menu-header li:not(.menu-action) .sub-menu.neko-mega-menu > div {
    display: table;
    width: 100%;
  }
  .menu-header li:not(.menu-action) .sub-menu.neko-mega-menu > div .col-md-3 {
    display: table-cell;
    width: 25%;
    float: none;
  }
  .menu-header li:not(.menu-action) .sub-menu.neko-mega-menu > div .col-md-3 a {
    padding-left: 0;
  }
  .menu-header li:not(.menu-action) .sub-menu.neko-mega-menu li:hover > a {
    padding-left: 13px !important;
  }
  /* HEADER TYPE */
  .header-transparent,
  .header-semi-transparent {
    padding-top: 0;
  }
  .header-transparent .header-pusher,
  .header-semi-transparent .header-pusher {
    width: 100%;
    height: 90px;
  }
  .header-transparent .menu-header {
    background-origin: content-box;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  }
  .header-transparent .menu-header:not(.scroll-header) .main-logo-light {
    display: block;
  }
  .header-transparent .menu-header:not(.scroll-header) .main-logo {
    display: none;
  }
}
/*** / HEADER DESKTOP ***/
/*** PREHEADER ***/
/*.activate-preheader{
	#pre-header{
		display:block;
	}
}*/
/*** / PREHEADER ***/
/* / GLOBAL SETTINGS
----------------------------- */
/* NAV STYLES 
----------------------------- */
@media (min-width: 1025px) {
  .nav-style-1 .menu-header {
    /** ALL LI's BUT "menu-action" **/
    /** / ALL LI's BUT "menu-action" **/
    /** FIRST ROW **/
    /** / FIRST ROW **/
    /** MENU ACTION **/
    /** / MENU ACTION **/
  }
  .nav-style-1 .menu-header .nav > li:not(.menu-action) > a {
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
  }
  .nav-style-1 .menu-header .nav > li:not(.menu-action) > a:before,
  .nav-style-1 .menu-header .nav > li:not(.menu-action) > a:after {
    content: '';
    height: 10px;
    width: 2px;
    position: absolute;
    left: -30px;
    display: block;
    top: 50%;
    margin-top: -5px;
    opacity: 0;
    -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
    /* easeInOutQuart */
  }
  .nav-style-1 .menu-header .nav > li:not(.menu-action) > a:after {
    right: -30px;
    left: auto;
  }
  .nav-style-1 .menu-header .nav > li:not(.menu-action):hover > a,
  .nav-style-1 .menu-header .nav > li:not(.menu-action).active > a {
    opacity: 1;
  }
  .nav-style-1 .menu-header .nav > li:not(.menu-action):hover > a:after,
  .nav-style-1 .menu-header .nav > li:not(.menu-action).active > a:after,
  .nav-style-1 .menu-header .nav > li:not(.menu-action):hover > a:before,
  .nav-style-1 .menu-header .nav > li:not(.menu-action).active > a:before {
    display: block;
    left: 6px;
    opacity: 1;
  }
  .nav-style-1 .menu-header .nav > li:not(.menu-action):hover > a:after,
  .nav-style-1 .menu-header .nav > li:not(.menu-action).active > a:after {
    right: 8px;
    left: auto;
  }
  .nav-style-1 .menu-header .nav > li.menu-action > a {
    font-size: 13px;
    text-transform: uppercase;
    border-radius: 1px;
  }
}
/*** style 2 ***/
@media (min-width: 1025px) {
  .nav-style-2 .menu-header {
    /** ALL LI's BUT "menu-action" **/
    /** / ALL LI's BUT "menu-action" **/
    /** FIRST ROW **/
  }
  .nav-style-2 .menu-header .nav > li:not(.menu-action) > a {
    font-size: 12px;
    text-transform: uppercase;
  }
}
/*** style 3 ***/
@media (min-width: 1025px) {
  .nav-style-3 .menu-header {
    /** ALL LI's BUT "menu-action" **/
    /** / ALL LI's BUT "menu-action" **/
    /** FIRST ROW **/
  }
  .nav-style-3 .menu-header .nav > li:not(.menu-action) > a {
    font-size: 15px;
    font-family: "Lato", 'Libre Baskerville', serif;
  }
}
/*** style 4 ***/
@media (min-width: 1025px) {
  .nav-style-4 .menu-header {
    /** ALL LI's BUT "menu-action" **/
    /** / ALL LI's BUT "menu-action" **/
    /** FIRST ROW **/
  }
  .nav-style-4 .menu-header .nav > li:not(.menu-action) > a {
    line-height: 36px;
    margin-top: 27px;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 2px;
  }
}
/*** style 5 ***/
@media (min-width: 1025px) {
  .nav-style-5 .menu-header {
    /** ALL LI's BUT "menu-action" **/
    /** FIRST ROW **/
  }
  .nav-style-5 .menu-header li.menu-action a {
    border-radius: 36px;
  }
  .nav-style-5 .menu-header .nav > li:not(.menu-action) {
    margin-left: 5px;
  }
  .nav-style-5 .menu-header .nav > li:not(.menu-action) > a {
    line-height: 36px;
    margin-top: 27px;
    font-size: 14px;
    letter-spacing: 2px;
    border-radius: 36px;
    font-weight: normal;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/*** style 6 ***/
@media (min-width: 1025px) {
  .nav-style-6 .menu-header {
    /** ALL LI's BUT "menu-action" **/
    /** / ALL LI's BUT "menu-action" **/
    /** FIRST ROW **/
  }
  .nav-style-6 .menu-header .nav > li:not(.menu-action):hover > a:after,
  .nav-style-6 .menu-header .nav > li:not(.menu-action).active > a:after {
    content: '';
    display: block;
    height: 3px;
    margin-top: -4px;
  }
  .nav-style-6 .menu-header .nav > li:not(.menu-action) > a {
    line-height: 36px;
    margin-top: 27px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 36px;
    text-transform: uppercase;
  }
}
/* / NAV STYLES
----------------------------- */
/* PROGRESS BARS
================================================== */
.progress {
  height: 18px;
  border-radius: 9px;
  border: 1px solid transparent;
  margin-bottom: 0;
}
.progress span {
  line-height: 18px;
}
.progress.large {
  height: 36px;
  border-radius: 18px;
}
.progress.large span {
  line-height: 36px;
}
.progress.medium {
  height: 24px;
  border-radius: 12px;
}
.progress.medium span {
  line-height: 24px;
}
.progress.small {
  height: 10px;
  border-radius: 5px;
}
.progress.small span {
  line-height: 10px;
}
.progress.x-small {
  height: 2px;
  border-radius: 2px;
  border: none;
}
.progress-bar {
  line-height: 10px;
}
footer#main-footer {
  padding-top: 60px;
  padding-bottom: 0;
}
footer#main-footer a:hover {
  text-decoration: none;
}
footer#main-footer #footer-rights {
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
}
footer#main-footer #footer-rights h1:first-child,
footer#main-footer #footer-rights h2:first-child,
footer#main-footer #footer-rights h3:first-child,
footer#main-footer #footer-rights h4:first-child,
footer#main-footer #footer-rights h5:first-child,
footer#main-footer #footer-rights h6:first-child,
footer#main-footer #footer-rights p:first-child {
  margin-top: 0;
}
footer#main-footer #footer-rights h1:last-child,
footer#main-footer #footer-rights h2:last-child,
footer#main-footer #footer-rights h3:last-child,
footer#main-footer #footer-rights h4:last-child,
footer#main-footer #footer-rights h5:last-child,
footer#main-footer #footer-rights h6:last-child,
footer#main-footer #footer-rights p:last-child {
  margin-bottom: 0;
}
footer#main-footer #footer-rights p {
  font-size: 8.4px;
}
footer#main-footer #footer-rights .baseline-right {
  text-align: center;
}
@media (min-width: 992px) {
  footer#main-footer #footer-rights .baseline-right {
    float: right;
    text-align: right;
  }
}
.footer-widget {
  margin-bottom: 60px;
}
.footer-widget h1:first-child,
.footer-widget h2:first-child,
.footer-widget h3:first-child,
.footer-widget h4:first-child,
.footer-widget h5:first-child,
.footer-widget h6:first-child,
.footer-widget p:first-child {
  margin-top: 0;
}
.footer-widget h1:last-child,
.footer-widget h2:last-child,
.footer-widget h3:last-child,
.footer-widget h4:last-child,
.footer-widget h5:last-child,
.footer-widget h6:last-child,
.footer-widget p:last-child {
  margin-bottom: 0;
}
.footer-widget h1 {
  font-size: 25.6px;
}
.footer-widget h2 {
  font-size: 19.2px;
}
.footer-widget h3 {
  font-size: 16px;
}
.footer-widget h4 {
  font-size: 14.4px;
}
.footer-widget h5 {
  font-size: 11.2px;
}
.footer-widget h6 {
  font-size: 9.6px;
}
.footer-widget p {
  font-size: 12.6px;
}
.works-list li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  width: 60px;
  height: 60px;
}
.works-list li a {
  display: block;
}
.works-list li img {
  max-width: 100%;
}
footer#main-footer ul.border li {
  font-size: 12.6px;
}
@media (min-width: 768px) {
  .parallaxed-footer footer#main-footer {
    position: fixed;
    width: 100%;
    z-index: 0;
    bottom: 0;
    left: 0;
    -webkit-transform: translateZ(0);
  }
}
.carousel-control[data-slide="prev"],
.carousel-control[data-slide="next"] {
  padding-top: 25%;
}
/**
* OWL CAROUSEL LAYOUT
* ==================================================
*/
.owl-carousel .owl-wrapper-outer {
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: 1000;
}
.owl-carousel .owl-item .item {
  position: relative;
}
.owl-carousel.owl-margins .owl-item .item {
  margin-right: 3px;
  margin-left: 3px;
}
/*** pagination ***/
/* small device */
.owl-theme .owl-controls {
  margin-top: 30px;
}
.owl-theme .owl-controls .owl-page span.owl-numbers,
.owl-theme .owl-controls .owl-buttons div {
  width: 30px;
  height: 30px;
  line-height: 30px;
  padding: 0;
}
.owl-theme .owl-controls .owl-buttons .owl-next i[class^="icon-"]:before,
.owl-theme .owl-controls .owl-buttons .owl-prev i[class^="icon-"]:before,
.owl-theme .owl-controls .owl-buttons .owl-next i[class*=" icon-"]:before,
.owl-theme .owl-controls .owl-buttons .owl-prev i[class*=" icon-"]:before {
  margin: 0;
  text-align: center;
  font-size: 0.8em;
}
.owl-theme .owl-controls .owl-buttons .owl-prev i.icon-owl-navigation-left:before {
  content: '\e829';
}
.owl-theme .owl-controls .owl-buttons .owl-next i.icon-owl-navigation-right:before {
  content: '\e828';
}
/* Captions mamangement */
.caption-wrapper {
  position: absolute;
  top: 0;
  right: auto;
  width: 100%;
  height: 100%;
}
.caption-wrapper .caption {
  display: table;
  height: 100%;
  width: 100%;
  padding: 30px;
}
.caption-wrapper .caption h1:first-child,
.caption-wrapper .caption h2:first-child,
.caption-wrapper .caption h3:first-child,
.caption-wrapper .caption h4:first-child,
.caption-wrapper .caption h5:first-child,
.caption-wrapper .caption h6:first-child,
.caption-wrapper .caption p:first-child {
  margin-top: 0;
}
.caption-wrapper .caption h1:last-child,
.caption-wrapper .caption h2:last-child,
.caption-wrapper .caption h3:last-child,
.caption-wrapper .caption h4:last-child,
.caption-wrapper .caption h5:last-child,
.caption-wrapper .caption h6:last-child,
.caption-wrapper .caption p:last-child {
  margin-bottom: 0;
}
.caption-wrapper .caption.right {
  position: absolute;
  right: 0;
  left: auto;
  height: 100%;
  width: 50%;
}
.caption-wrapper .caption.left {
  height: 100%;
  width: 50%;
}
.caption-wrapper .caption .caption-body-wrapper {
  text-align: left;
  display: inline-block;
}
.caption-wrapper .caption-content-position {
  display: table-cell;
  padding-right: 10px;
  padding-left: 10px;
}
.caption-wrapper .caption-content-position.v-top {
  vertical-align: top;
}
.caption-wrapper .caption-content-position.v-middle {
  vertical-align: middle;
}
.caption-wrapper .caption-content-position.v-bottom {
  vertical-align: bottom;
}
/* caption static over slider */
.caption-static {
  position: absolute !important;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1000;
  width: 80%;
  margin: 0 10%;
  text-align: center;
}
/* theme 1 */
.owl-theme.neko-owl-theme-1:hover .owl-controls,
.owl-theme.neko-owl-theme-1:hover .owl-controls .owl-buttons div {
  opacity: 1;
}
.owl-theme.neko-owl-theme-1 .owl-wrapper {
  z-index: 1;
}
.owl-theme.neko-owl-theme-1 .owl-controls {
  margin-top: -32px;
  display: block;
  width: 100%;
  opacity: 0;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-pagination {
  z-index: 9999;
  display: block;
  position: relative;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-page span {
  background: white;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-page.active span {
  opacity: 1;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  z-index: 2000;
  margin: 0;
  margin-top: -50px;
  height: 100px;
  width: 50px;
  border-radius: 0;
  line-height: 100px;
  opacity: 0;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-theme.neko-owl-theme-1 .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-theme.neko-owl-theme-2 .owl-wrapper {
  z-index: 1;
}
.owl-theme.neko-owl-theme-2 .owl-controls {
  display: block;
  opacity: 1;
  text-align: left;
  margin: 0;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 1;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-pagination {
  z-index: 9999;
  display: block;
  position: relative;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-page {
  display: block;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-page span {
  background: white;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-page.active span {
  opacity: 1;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-buttons div {
  position: absolute;
  top: 50%;
  z-index: 2000;
  margin: 0;
  margin-top: -50px;
  height: 100px;
  width: 50px;
  border-radius: 0;
  line-height: 100px;
  opacity: 1;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-buttons .owl-prev {
  left: 0;
}
.owl-theme.neko-owl-theme-2 .owl-controls .owl-buttons .owl-next {
  right: 0;
}
.owl-theme.neko-owl-left-nav .owl-controls {
  text-align: left;
}
.owl-theme.neko-owl-left-nav .owl-controls .owl-prev,
.owl-theme.neko-owl-left-nav .owl-controls .owl-next {
  text-align: center;
}
.owl-theme.neko-owl-right-nav .owl-controls {
  text-align: right;
}
.owl-theme.neko-owl-right-nav .owl-controls .owl-prev,
.owl-theme.neko-owl-right-nav .owl-controls .owl-next {
  text-align: center;
}
/*.arrows-middle .owl-buttons div{
	position:absolute;
}*/
.nk-fullscreen .owl-carousel {
  height: 100%;
}
.nk-fullscreen .owl-carousel .owl-wrapper-outer,
.nk-fullscreen .owl-carousel .item,
.nk-fullscreen .owl-carousel .owl-wrapper,
.nk-fullscreen .owl-carousel .owl-item {
  height: 100%;
}
.nk-fullscreen .owl-carousel .item {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
/* BLOG
================================================== */
ul.entry-meta {
  margin: 0 0 15px 0;
  padding: 0;
}
ul.entry-meta li {
  display: inline-block;
  margin: 0 3px 0 0;
  padding: 5px;
  line-height: 1em;
  font-size: x-small;
}
.post-pic {
  margin-bottom: 30px;
}
/*** Post date ***/
/* See feature box for "latest posts" style */
.post-date {
  display: block;
  line-height: 1;
  width: 55px;
  text-align: center;
  top: 1em;
}
.post-date .date-day {
  border: 1px solid transparent;
  border-bottom: none;
  display: block;
  font-size: 28px;
  line-height: 1em;
  padding: 11px 0;
  font-weight: 800;
}
.post-date .date-month {
  border: 1px solid transparent;
  border-top: none;
  display: block;
  font-size: 12px;
  font-weight: 400;
  padding: 8px 0;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
}
.widget {
  margin-bottom: 30px;
}
.tag-cloud a {
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  user-select: none;
  margin-bottom: 0px;
  white-space: nowrap;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  padding: 12px 24px;
  font-size: 14px;
  line-height: 1.33;
  letter-spacing: 0.25em;
  font-size: 9px;
  padding: 7px 14px;
  font-size: 10px;
  line-height: 1.5;
  border-radius: 0;
  margin-bottom: 7px;
  display: inline-block;
}
@media (max-width: 767px) {
  .tag-cloud a {
    white-space: normal;
  }
}
.tag-cloud a:hover {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  text-decoration: none;
}
.tag-cloud a:active,
.tag-cloud a.active,
.tag-cloud a:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.tag-cloud a:not(.disabled) {
  cursor: pointer;
}
.tag-cloud a:hover {
  text-decoration: none;
}
/* END BLOG
================================================== */
/* COUNTER
================================================== */
.counter {
  font-size: 64px;
  font-weight: x-bold;
  text-align: center;
}
/* END COUNTER
================================================== */
/**
* PORTFOLIO LAYOUT
* ==================================================
*/
/* Free wall */
.free-wall {
  opacity: 0;
  margin: 0;
  transition: all 0.6s ease;
}
.free-wall .brick {
  width: 380px;
  height: 350px;
  float: left;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backface-visibility: hidden;
  /* Chrome, Safari, Opera */
  backface-visibility: hidden;
  background-position: center center;
}
.free-wall .brick.ht2 {
  height: 700px;
}
.free-wall .brick.w2 {
  width: 700px;
}
.free-wall .brick.caption {
  width: 364.6px;
  height: auto;
  border: none;
}
.free-wall .brick.caption figure > a {
  display: block;
  width: 100%;
  overflow: hidden;
}
.free-wall .brick.caption figure img {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.free-wall .brick.caption figure:hover img {
  transform: scale(1.1);
}
.free-wall .brick.caption figcaption {
  padding: 25px;
  /*cursor: pointer;*/
}
.free-wall.rollover figure {
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.free-wall.rollover .hovered {
  background-color: rgba(0, 0, 0, 0.6) !important;
}
.free-wall .owl-theme .owl-controls {
  margin-top: 6px;
}
.filter-items.btn-group .btn + .btn,
#filters.btn-group .btn + .btn,
.filters.btn-group .btn + .btn,
.filter-items .btn-group .btn + .btn-group,
#filters .btn-group .btn + .btn-group,
.filters .btn-group .btn + .btn-group,
.filter-items .btn-group .btn-group + .btn,
#filters .btn-group .btn-group + .btn,
.filters .btn-group .btn-group + .btn,
.filter-items .btn-group .btn-group + .btn-group,
#filters .btn-group .btn-group + .btn-group,
.filters .btn-group .btn-group + .btn-group {
  margin-left: 0;
}
@media (min-width: 495px) {
  .filter-items.btn-group .btn + .btn,
  #filters.btn-group .btn + .btn,
  .filters.btn-group .btn + .btn,
  .filter-items .btn-group .btn + .btn-group,
  #filters .btn-group .btn + .btn-group,
  .filters .btn-group .btn + .btn-group,
  .filter-items .btn-group .btn-group + .btn,
  #filters .btn-group .btn-group + .btn,
  .filters .btn-group .btn-group + .btn,
  .filter-items .btn-group .btn-group + .btn-group,
  #filters .btn-group .btn-group + .btn-group,
  .filters .btn-group .btn-group + .btn-group {
    margin-left: -1px;
  }
}
.filter-items button,
#filters button,
.filters button {
  display: block;
  white-space: normal;
  width: 100%;
}
.filter-items button:not(:last-child),
#filters button:not(:last-child),
.filters button:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 495px) {
  .filter-items button,
  #filters button,
  .filters button {
    display: inline-block;
    width: auto;
  }
  .filter-items button:not(:last-child),
  #filters button:not(:last-child),
  .filters button:not(:last-child) {
    margin-bottom: 0;
  }
}
/* End Free wall */
/* Isotope filters */
.isotope-filter {
  transition: all 0.6s ease;
  -webkit-backface-visibility: hidden;
}
@media (max-width: 992px) {
  .isotope-filter article {
    width: 100%;
  }
}
/* Isotope filters */
/* Mosaic */
.portfolio-mosaic.mosaic5 article,
.portfolio-mosaic.mosaic4 article,
.portfolio-mosaic.mosaic3 article,
.portfolio-mosaic.mosaic2 article {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.portfolio-mosaic article {
  float: left;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
/* End Mosaic */
/* Portfolio common elements */
.icon-popup:before {
  content: '\e81a';
}
.icon-readmore:before {
  content: '\e810';
}
/* End Portfolio common elements */
/* Small devices (tablets, 480px and up) */
@media (min-width: 480px) {
  .portfolio-mosaic.mosaic5 article,
  .portfolio-mosaic.mosaic4 article,
  .portfolio-mosaic.mosaic3 article,
  .portfolio-mosaic.mosaic2 article {
    width: 50%;
  }
}
/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
  /* Mosaic */
  .portfolio-mosaic.mosaic5 article,
  .portfolio-mosaic.mosaic4 article,
  .portfolio-mosaic .mosaic3 article,
  .portfolio-mosaic.mosaic2 article {
    width: 33.32%;
  }
  /* End Mosaic */
}
/* Medium devices (desktops, 1200px and up) */
@media (min-width: 1200px) {
  /* End Masonery */
  /* Mosaic */
  .portfolio-mosaic.mosaic5 article {
    width: 20%;
  }
  .portfolio-mosaic.mosaic4 article {
    width: 25%;
  }
  .portfolio-mosaic.mosaic3 article {
    width: 33.32%;
  }
  .portfolio-mosaic.mosaic2 article {
    width: 50%;
  }
  /* End Mosaic */
}
.caption-grid-layout {
  /*	&.free-wall .brick.caption figcaption {
		padding: 22px;
	}*/
}
.caption-grid-layout figure figcaption {
  margin-top: 0;
}
.caption-grid-layout figure figcaption p {
  margin-bottom: 0;
}
/*** GALLERY STYLE 1  ***/
.gallery-style-1 {
  /* button */
}
.gallery-style-1 article {
  margin-bottom: 30px;
}
.gallery-style-1 .more-works {
  display: block;
  padding: 30px;
  text-align: center;
  font-weight: normal;
  text-transform: uppercase;
  font-size: 14px;
  letter-spacing: 0.25em;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
}
.gallery-style-1 .more-works:hover {
  text-decoration: none;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
}
@media (min-width: 991px) {
  .gallery-style-1 .more-works span {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (min-width: 991px) {
  .gallery-style-1 {
    position: relative;
    /* button */
  }
  .gallery-style-1 .gallery-title {
    text-align: right;
    margin-bottom: 17px;
  }
  .gallery-style-1 article {
    margin-bottom: 0;
  }
  .gallery-style-1 .left {
    width: 35%;
    float: left;
    padding-top: 7%;
  }
  .gallery-style-1 .center {
    width: 50%;
    float: left;
    padding: 0 30px;
  }
  .gallery-style-1 .right {
    width: 15%;
    float: left;
    padding-top: 4%;
  }
  .gallery-style-1 .small {
    width: 70%;
    margin-left: 30%;
    margin-top: 30px;
  }
  .gallery-style-1 .medium {
    width: 100%;
  }
  .gallery-style-1 .large {
    width: 75%;
    margin-top: 30px;
  }
  .gallery-style-1 .x-large {
    width: 100%;
  }
  .gallery-style-1 .more-works-container {
    position: relative;
    width: 100%;
    padding-bottom: 100%;
  }
  .gallery-style-1 .more-works {
    position: absolute;
    width: 100%;
    height: 100%;
    padding-top: 40%;
  }
}
.alert {
  padding: 30px;
  margin-bottom: 30px;
  border-radius: 0;
}
.alert .alert-link {
  font-weight: bold;
}
.alert-dismissable,
.alert-dismissible {
  padding-right: 50px;
}
.swiper-tab .swiper-engine {
  height: 400px;
  width: 100% !important;
  border-top: 0;
  position: relative;
  overflow: hidden;
}
.swiper-tab .swiper-engine .swiper-slide {
  height: 400px;
  width: 100%;
}
.swiper-tab .swiper-engine .content-slide {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 30px;
}
.swiper-tab .swiper-engine.medium {
  height: 600px;
}
.swiper-tab .swiper-engine.large {
  height: 800px;
}
.swiper-tab .swiper-engine.fullscreen {
  height: 100%;
}
.swiper-tab .swiper-engine .swiper-slide {
  position: relative;
}
.swiper-tab .btn-group {
  height: 100%;
}
.swiper-tab .btn-group .btn {
  vertical-align: top;
  white-space: normal;
  border: none;
  padding: 2em 0.5em;
  height: 100%;
}
@media (max-width: 991px) {
  .swiper-tab .btn-group .btn {
    width: 100%;
    display: block;
    float: left;
  }
}
@media (max-width: 480px) {
  .swiper-tab .btn-group .btn {
    width: 100%;
  }
}
.swiper-tab .btn-group .btn.active,
.swiper-tab .btn-group .btn:hover {
  box-shadow: none;
}
.swiper-tab .btn-group .btn:first-child,
.swiper-tab .btn-group .btn:last-child {
  border-radius: 0;
}
.swiper-vertical {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  opacity: 0;
}
.swiper-vertical .swiper-slide {
  min-height: 400px;
  width: 100%;
  opacity: 0.2;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.swiper-vertical .swiper-slide-visible {
  opacity: 1;
}
.swiper-vertical .swiper-preloader {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: 0;
  text-align: center;
  line-height: 100px;
  height: 100px;
  width: 100%;
  opacity: 0;
  font-size: 25px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.swiper-vertical .swiper-preloader.visible {
  bottom: 0px;
  opacity: 1;
}
.swiper-horizontal {
  width: 100%;
  position: relative;
  height: 800px;
  opacity: 0;
  cursor: col-resize;
}
.swiper-horizontal .swiper-slide {
  height: 100%;
  width: 20%;
  opacity: 1;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  display: table;
}
.swiper-horizontal .swiper-slide figure {
  height: 100%;
  display: table-row;
}
.swiper-horizontal .swiper-slide figure figcaption {
  display: table-cell;
  margin-top: 0;
  height: 100%;
  vertical-align: middle;
  opacity: 0;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
}
.swiper-horizontal .swiper-slide-visible {
  opacity: 1;
}
.swiper-horizontal .swiper-scrollbar {
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 0px;
  position: absolute;
  border-radius: 0;
}
.swiper-horizontal .swiper-scrollbar .swiper-scrollbar-drag {
  border-radius: 0;
}
.swiper-horizontal .swiper-preloader {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  line-height: 100px;
  height: 100%;
  width: 100px;
  opacity: 0;
  font-size: 25px;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  z-index: -1;
}
.swiper-horizontal .swiper-preloader.visible {
  right: 0;
  opacity: 1;
  z-index: 0;
}
.swiper-centered {
  width: 100%;
  height: 500px;
  color: #fff;
  text-align: center;
  opacity: 0;
}
@media (max-width: 1025px) {
  .swiper-centered {
    height: 300px;
  }
}
.swiper-centered .swiper-slide {
  height: 500px;
  opacity: 0.4;
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
}
.swiper-centered .swiper-slide.swiper-slide-active {
  opacity: 1;
}
@media (max-width: 1025px) {
  .swiper-centered .swiper-slide {
    height: 300px;
  }
}
.swiper-centered .navigation {
  position: absolute;
  z-index: 20;
  top: 50%;
  width: 100%;
  margin-top: -50px;
}
.swiper-centered .navigation a {
  height: 100px;
  width: 50px;
  border-radius: 0;
  line-height: 100px;
  -webkit-transition: all 0.8s ease-out;
  -moz-transition: all 0.8s ease-out;
  -o-transition: all 0.8s ease-out;
  -ms-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
.swiper-centered .navigation a i[class^="icon-"]:before,
.swiper-centered .navigation a i[class*=" icon-"]:before {
  margin: 0;
  text-align: center;
  font-size: 0.8em;
}
.swiper-centered .navigation a.swiper-prev {
  float: left;
}
.swiper-centered .navigation a.swiper-prev i:before {
  content: '\e829';
}
.swiper-centered .navigation a.swiper-next {
  float: right;
}
.swiper-centered .navigation a.swiper-next i:before {
  content: '\e828';
}
.swiper-parent .swiper-pagination-switch,
.swiper-child .swiper-pagination-switch {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  background: #222;
  margin-right: 5px;
  opacity: 0.8;
  border: 1px solid #fff;
  cursor: pointer;
}
.swiper-parent .swiper-visible-switch,
.swiper-child .swiper-visible-switch {
  background: #aaa;
}
.swiper-parent .swiper-active-switch,
.swiper-child .swiper-active-switch {
  background: #fff;
}
/**
* PARALLAX LAYOUT
* ==================================================
*/
/*.parallax{
	width:100%;
	background-repeat: no-repeat;
	background-attachment:scroll;
	background-size: cover;
	background-position: top center;
	overflow: hidden;
	-webkit-transform: translateZ(0);
}
*/
.parallax {
  position: relative;
  background-origin: border-box;
  background-repeat: no-repeat;
  background-attachment: fixed ;
  background-position: 50% 0;
  -webkit-transform-style: flat;
  -moz-transform-style: flat;
  transform-style: flat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: background-position 0s linear;
  -moz-transition: background-position 0s linear;
  -o-transition: background-position 0s linear;
  transition: background-position 0s linear;
}
/* Small devices (tablets, 768px and up) */
/* Medium devices (desktops, 992px and up) */
/* Medium devices (desktops, 992px and up) */
@media (min-width: 1025px) {
  /*	.parallax{
		background-repeat: no-repeat;
		background-attachment: fixed;
		background-position: 50% 0;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		-webkit-backface-visibility:hidden; 
		-webkit-transition:background-position  0s linear;  
		-moz-transition:background-position  0s linear;  
		-o-transition:background-position  0s linear;  
		transition:background-position  0s linear; 
		}*/
}
/* Large devices (large desktops, 1200px and up) */
/*** G.map***/
#map-wrapper {
  height: 300px;
  width: 100%;
}
#map-wrapper.large {
  height: 650px;
}
#map-wrapper.medium {
  height: 450px;
}
#map-wrapper.small {
  height: 250px;
}
@media (max-width: 767px) {
  #map-wrapper {
    max-width: 700px;
    margin: 0 auto;
  }
}
/**
* PANEL LAYOUT
* ==================================================
*/
/* accordeon */
.panel-group .panel-heading {
  border: 1px solid transparent;
}
.panel-group .panel-heading .accordion-toggle {
  display: block;
}
.panel-group .panel-heading .accordion-toggle:before {
  font-family: "Lato", 'custom-icons';
  content: '\e82a';
  float: right;
}
.panel-group .panel-heading .accordion-toggle.collapsed:before {
  content: '\e828';
}
.panel-title > a:hover,
.panel-title > a:focus {
  text-decoration: none;
}
/* accordeon minimal */
.panel-group.accordion-minimal {
  overflow: hidden;
}
.panel-group.accordion-minimal .panel-heading {
  padding: 0;
  border-top: none;
  border-left: none;
  border-right: none;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  padding: 15px;
  padding-left: 25px;
  display: block;
  position: relative;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle i {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  position: absolute;
  left: 0;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle i:before {
  font-size: 18px;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle:before {
  /* symbol for "opening" panels */
  font-family: "Lato", 'custom-icons';
  content: '\e82a';
  float: right;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle:after {
  content: ' ';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  background: red;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed {
  padding-left: 0;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed i {
  left: -30px;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:after {
  width: 0;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:before {
  /* symbol for "collapsed" panels */
  content: '\e828';
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover {
  padding-left: 25px;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover i {
  left: 0;
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover:after {
  width: 100%;
}
/* superslides
================================================== */
.superslide-wrapper {
  height: 600px;
}
.superslides.superslide-neko-theme-1 .prev,
.superslides.superslide-neko-theme-1 .next {
  padding: 15px;
}
.superslides.superslide-neko-theme-1 .prev {
  border-radius: 0 0 0 0;
}
.superslides.superslide-neko-theme-1 .next {
  border-radius: 0 0 0 0;
}
.superslides.superslide-neko-theme-1:hover,
.superslides.superslide-neko-theme-1:active,
.superslides.superslide-neko-theme-1:focus {
  text-decoration: none;
}
.superslides .slides-pagination {
  padding-bottom: 30px;
}
.superslides .slides-pagination a {
  width: 15px;
  height: 15px;
  margin: 5px;
}
.superslides.superslide-neko-theme-2 .prev,
.superslides.superslide-neko-theme-2 .next {
  padding: 11px 16px 16px 16px;
  border: 2px solid transparent;
  width: 50px;
  height: 50px;
  text-align: center;
}
.superslides.superslide-neko-theme-2 .prev:before,
.superslides.superslide-neko-theme-2 .next:before {
  font-family: "Lato", 'custom-icons';
  font-size: 18px;
}
.superslides.superslide-neko-theme-2 .prev:hover,
.superslides.superslide-neko-theme-2 .next:hover,
.superslides.superslide-neko-theme-2 .prev:active,
.superslides.superslide-neko-theme-2 .next:active,
.superslides.superslide-neko-theme-2 .prev:focus,
.superslides.superslide-neko-theme-2 .next:focus {
  text-decoration: none;
  opacity: 0.5;
}
.superslides.superslide-neko-theme-2 span {
  display: none;
}
.superslides.superslide-neko-theme-2 .prev {
  margin-left: 10px;
}
.superslides.superslide-neko-theme-2 .next {
  margin-right: 10px;
}
.superslides.superslide-neko-theme-2 .prev:before {
  content: '\e829';
}
.superslides.superslide-neko-theme-2 .next:before {
  content: '\e828';
}
.superslides .slides-pagination {
  padding-bottom: 30px;
  text-align: left;
  padding-left: 10px;
}
.superslides .slides-pagination a {
  border: none;
  width: 10px;
  height: 10px;
  margin: 5px;
}
/**
* MISCELANIOUS LAYOUT
* ==================================================
*/
main#content {
  overflow: hidden;
}
/*** Scroll up Button ***/
#neko-to-top {
  position: fixed;
  bottom: 0;
  right: 20px;
  padding: 5px;
  display: none;
  border-radius: 4px 4px 0 0;
  text-align: center;
  z-index: 5;
  width: 50px;
  height: 50px;
}
#neko-to-top i:before {
  content: '\e827';
  line-height: 40px;
  margin: 0;
}
/** background video **/
#video-bg {
  height: 450px;
  position: relative;
}
@media (min-width: 1025px) {
  #video-bg {
    height: 600px;
    display: block;
  }
}
#video-bg .mbYTP_wrapper {
  display: none;
}
@media (min-width: 1025px) {
  #video-bg .mbYTP_wrapper {
    display: block;
  }
}
/**** demo ***/
/*** STYLE SWITCHER ***/
#switcherContent {
  padding: 0 0 15px 0;
}
.styleSwitcher {
  position: fixed;
  top: 250px;
  width: 170px;
  left: -170px;
  z-index: 9999;
}
@media (max-width: 768px) {
  .styleSwitcher {
    display: none;
  }
}
.styleSwitcher ul li {
  display: inline-block;
  line-height: 20px;
}
.styleSwitcher ul {
  display: block;
  padding: 0;
  margin: 0;
}
.styleSwitcher ul.switcher li a {
  display: block;
  text-indent: -3000px;
  overflow: hidden;
  border: none;
  width: 20px;
  height: 20px;
  margin: 0 5px 0 0;
}
.styleSwitcher h1 {
  padding: 0 0 6px 15px;
  line-height: 44px;
  font-size: 14px;
  font-family: "Lato", Arial, "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  border: none;
  margin: 0;
  text-align: left;
}
.styleSwitcher h1:after {
  content: none;
}
.styleSwitcher #showHideSwitcher {
  outline: none;
  width: 50px;
  height: 50px;
  position: absolute;
  right: -50px;
  top: 0;
  font-size: 24px;
  text-align: center;
  line-height: 50px;
}
.styleSwitcher #showHideSwitcher i:before {
  font-size: 26px;
  line-height: 10px;
  margin-right: 0!important;
  padding: 10px 0 0 3px;
}
.styleSwitcher #showHideSwitcher:hover i:before,
.styleSwitcher #showHideSwitcher:focus i:before,
.styleSwitcher #showHideSwitcher:active i:before {
  text-decoration: none;
}
.styleSwitcher select {
  font-size: 11px;
  margin: 0 0 15px 15px;
  border: 1px solid transparent;
  width: 120px;
  padding: 4px;
}
.styleSwitcher .switcher {
  padding: 15px 15px 8px 15px;
}
.layoutStyle {
  margin-bottom: 10px;
}
a.btnSwitcher {
  display: block;
  width: 120px;
  border: 1px solid transparent;
  margin-top: 10px;
  text-transform: uppercase;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  margin-left: 15px;
}
.headerSwitcher label {
  margin-left: 15px;
}
/*** fullscreen ***/
.nk-fullscreen,
.real-fullscreen,
.fullscreen {
  position: relative;
  overflow: hidden;
  background-size: cover !important;
  height: 100%;
}
@media (max-width: 767px) {
  .nk-fullscreen,
  .real-fullscreen,
  .fullscreen {
    /*height:auto !important;*/
  }
}
/*** Force vertical scroll bar (isotope fix)***/
html.f-vertical-scroll {
  overflow-y: scroll;
}
/*** Parallaxed footer main ***/
@media (min-width: 768px) {
  .parallaxed-footer main {
    position: relative;
    z-index: 1;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.08);
  }
}
.video-medp,
.audio-medp {
  width: 100%;
}
.video-medp {
  height: 100%;
  object-fit: cover;
}
/*** Animated header ***/
#animated-bubble {
  position: absolute;
  top: 0;
  left: 0;
}
/*** Google Map ***/
.infoWindow {
  white-space: nowrap;
}
.infoWindow h3 {
  margin: 5px 0 0 0;
  font-size: 14px;
}
.infoWindow p {
  margin: 0;
}
.mejs-poster {
  background-position: top center;
}
.mejs-offscreen.mejs-container-fullscreen {
  display: none;
}
.mejs-container-fullscreen {
  z-index: 9999;
}
.fullscreen .mejs-controls {
  display: none !important;
}
/* SHOP
================================================== */
.rollover.effect-zoe .shop-product figure figcaption {
  padding: 1em 0 0 0;
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links {
  float: none;
  width: 100%;
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links a {
  font-size: 10px;
  line-height: 1.5;
  font-weight: normal;
  text-transform: uppercase;
  border: 1px solid transparent;
  position: relative;
  overflow: hidden;
  user-select: none;
  display: inline-block;
  margin-bottom: 0px;
  white-space: nowrap;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  /* easeOutQuint */
  padding: 12px 24px;
  line-height: 1.33;
  border-radius: 0;
  letter-spacing: 0.25em;
  padding: 7px 15px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .rollover.effect-zoe .shop-product figure figcaption .icon-links a {
    white-space: normal;
  }
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links a:hover {
  -webkit-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -moz-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  -o-transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
  /* easeInOutQuart */
  text-decoration: none;
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links a:active,
.rollover.effect-zoe .shop-product figure figcaption .icon-links a.active,
.rollover.effect-zoe .shop-product figure figcaption .icon-links a:focus {
  outline: none;
  box-shadow: none;
  text-decoration: none;
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links a:not(.disabled) {
  cursor: pointer;
}
.rollover.effect-zoe .shop-product figure figcaption .icon-links a + a {
  float: right;
}
#pre-header.shop-pre-header {
  padding: 0;
}
#pre-header.shop-pre-header .quick-menu {
  margin-top: 10px;
}
#pre-header.shop-pre-header .quick-menu a {
  text-transform: uppercase;
}
.shopping-cart-view {
  position: absolute;
  z-index: 80;
  top: 41px;
  right: 22px;
  opacity: 0;
  display: none;
}
.shopping-cart-view table {
  width: 100%;
}
.shopping-cart-view table > tbody > tr > td {
  padding: 10px;
  border-bottom: 1px solid transparent;
  text-align: left;
}
.shopping-cart-view table > thead > tr > th {
  padding: 10px;
  text-align: left;
  text-transform: uppercase;
}
.shopping-cart-view table > tbody > tr.shopping-cart-total > td {
  font-size: 14px;
  text-align: right;
}
.shopping-cart-view .btn-group {
  margin: 10px;
}
.product-gallery img {
  opacity: 0.6;
  cursor: pointer;
}
.product-gallery img.product-active {
  opacity: 1;
  cursor: default;
}
/**
* UTILITIES LAYOUT
* ==================================================
*/
.no-mt {
  margin-top: 0!important;
}
.no-mb {
  margin-bottom: 0!important;
}
.no-pb {
  padding-bottom: 0!important;
}
.no-pt {
  padding-top: 0!important;
}
.no-padding {
  padding: 0!important;
}
.no-margin {
  margin: 0!important;
}
.mr {
  margin-right: 30px;
}
.ml {
  margin-left: 30px;
}
.mr-small {
  margin-right: 15px;
}
.ml-small {
  margin-left: 15px;
}
.mr-xsmall {
  margin-right: 7.5px;
}
.ml-xsmall {
  margin-left: 7.5px;
}
.pr {
  padding-right: 30px;
}
.pl {
  padding-left: 30px;
}
.pr-small {
  padding-right: 15px;
}
.pl-small {
  padding-left: 15px;
}
.pr-xsmall {
  padding-right: 7.5px;
}
.pl-xsmall {
  padding-left: 7.5px;
}
/*  margin */
.mb-large {
  margin-bottom: 60px;
}
@media (min-width: 768px) {
  .mb-large {
    margin-bottom: 120px;
  }
}
.mb-medium {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .mb-medium {
    margin-bottom: 60px;
  }
}
.mb-small {
  margin-bottom: 15px;
}
.mb {
  margin-bottom: 30px;
}
.mt-large {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .mt-large {
    margin-top: 120px;
  }
}
.mt-medium {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .mt-medium {
    margin-top: 60px;
  }
}
.mt-small {
  margin-top: 15px;
}
.mt {
  margin-top: 30px;
}
/*  margin negative */
@media (min-width: 1200px) {
  .mt-negative-x-large {
    margin-top: -120px;
  }
  .mt-negative-large {
    margin-top: -90px;
  }
  .mt-negative-medium {
  }
  .mt-negative-small {
    margin-top: -15px;
  }
  .mt-negative {
    margin-top: -30px;
  }
}
/*  padding */
.pb-large {
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .pb-large {
    padding-bottom: 120px;
  }
}
.pb-medium {
  padding-bottom: 30px;
}
@media (min-width: 768px) {
  .pb-medium {
    padding-bottom: 60px;
  }
}
.pb-small {
  padding-bottom: 15px;
}
.pb {
  padding-bottom: 30px;
}
.pt-large {
  padding-top: 60px;
}
@media (min-width: 768px) {
  .pt-large {
    padding-top: 120px;
  }
}
.pt-medium {
  padding-top: 30px;
}
@media (min-width: 768px) {
  .pt-medium {
    padding-top: 60px;
  }
}
.pt-small {
  padding-top: 15px;
}
.pt {
  padding-top: 30px;
}
/** add a margin bottom or top, only on mobile **/
@media (max-width: 767px) {
  .mb-xs {
    margin-bottom: 30px;
  }
  .mt-xs {
    margin-top: 30px;
  }
}
/** add a margin bottom, on mobile and small devices **/
@media (max-width: 991px) {
  .mb-sm {
    margin-bottom: 30px;
  }
  .mt-sm {
    margin-top: 30px;
  }
}
/** bigger line-height **/
.lh-15 {
  line-height: 45px;
}
/** border ***/
.no-border {
  border: none!important;
}
a.no-underline,
a.no-underline:hover {
  text-decoration: none;
}
/** force inline-block **/
.inline {
  display: inline-block !important;
}
.inline.hidden-xs {
  display: none!important;
}
@media (min-width: 480px) {
  .inline.hidden-xs {
    display: inline-block !important;
  }
}
/** force block **/
.block {
  display: block!important;
}
/** boxed layout **/
@media (min-width: 480px) {
  .boxed-layout #global-wrapper {
    margin: auto;
  }
}
@media (min-width: 769px) {
  .boxed-layout {
    padding-top: 30px;
  }
  .boxed-layout #global-wrapper {
    width: 768px;
  }
  .boxed-layout .navbar-fixed-top {
    position: static;
  }
}
@media (min-width: 992px) {
  .boxed-layout #global-wrapper {
    width: 992px;
  }
}
@media (min-width: 1200px) {
  .boxed-layout #global-wrapper {
    width: 1200px;
  }
}
/* extends bootstrap with responsive pull right */
.pull-right-xs {
  float: right;
}
@media (min-width: 480px) {
  .pull-right-sm {
    float: right;
  }
}
@media (min-width: 992px) {
  .pull-right-md {
    float: right;
  }
}
@media (min-width: 1200px) {
  .pull-right-lg {
    float: right;
  }
}
.half-width {
  width: 50%;
}
.position-relative {
  position: relative;
}
.no-shadow {
  box-shadow: none!important;
  text-shadow: none!important;
}
.no-wrap {
  white-space: normal;
}
.col-lg-1.padding-large,
.col-lg-10.padding-large,
.col-lg-11.padding-large,
.col-lg-12.padding-large,
.col-lg-2.padding-large,
.col-lg-3.padding-large,
.col-lg-4.padding-large,
.col-lg-5.padding-large,
.col-lg-6.padding-large,
.col-lg-7.padding-large,
.col-lg-8.padding-large,
.col-lg-9.padding-large,
.col-md-1.padding-large,
.col-md-10.padding-large,
.col-md-11.padding-large,
.col-md-12.padding-large,
.col-md-2.padding-large,
.col-md-3.padding-large,
.col-md-4.padding-large,
.col-md-5.padding-large,
.col-md-6.padding-large,
.col-md-7.padding-large,
.col-md-8.padding-large,
.col-md-9.padding-large,
.col-sm-1.padding-large,
.col-sm-10.padding-large,
.col-sm-11.padding-large,
.col-sm-12.padding-large,
.col-sm-2.padding-large,
.col-sm-3.padding-large,
.col-sm-4.padding-large,
.col-sm-5.padding-large,
.col-sm-6.padding-large,
.col-sm-7.padding-large,
.col-sm-8.padding-large,
.col-sm-9.padding-large,
.col-xs-1.padding-large,
.col-xs-10.padding-large,
.col-xs-11.padding-large,
.col-xs-12.padding-large,
.col-xs-2.padding-large,
.col-xs-3.padding-large,
.col-xs-4.padding-large,
.col-xs-5.padding-large,
.col-xs-6.padding-large,
.col-xs-7.padding-large,
.col-xs-8.padding-large,
.col-xs-9.padding-large {
  padding: 120px;
}
@media (max-width: 768px) {
  .col-lg-1.padding-large,
  .col-lg-10.padding-large,
  .col-lg-11.padding-large,
  .col-lg-12.padding-large,
  .col-lg-2.padding-large,
  .col-lg-3.padding-large,
  .col-lg-4.padding-large,
  .col-lg-5.padding-large,
  .col-lg-6.padding-large,
  .col-lg-7.padding-large,
  .col-lg-8.padding-large,
  .col-lg-9.padding-large,
  .col-md-1.padding-large,
  .col-md-10.padding-large,
  .col-md-11.padding-large,
  .col-md-12.padding-large,
  .col-md-2.padding-large,
  .col-md-3.padding-large,
  .col-md-4.padding-large,
  .col-md-5.padding-large,
  .col-md-6.padding-large,
  .col-md-7.padding-large,
  .col-md-8.padding-large,
  .col-md-9.padding-large,
  .col-sm-1.padding-large,
  .col-sm-10.padding-large,
  .col-sm-11.padding-large,
  .col-sm-12.padding-large,
  .col-sm-2.padding-large,
  .col-sm-3.padding-large,
  .col-sm-4.padding-large,
  .col-sm-5.padding-large,
  .col-sm-6.padding-large,
  .col-sm-7.padding-large,
  .col-sm-8.padding-large,
  .col-sm-9.padding-large,
  .col-xs-1.padding-large,
  .col-xs-10.padding-large,
  .col-xs-11.padding-large,
  .col-xs-12.padding-large,
  .col-xs-2.padding-large,
  .col-xs-3.padding-large,
  .col-xs-4.padding-large,
  .col-xs-5.padding-large,
  .col-xs-6.padding-large,
  .col-xs-7.padding-large,
  .col-xs-8.padding-large,
  .col-xs-9.padding-large {
    padding: 30px;
  }
}
.col-lg-1.padding-medium,
.col-lg-10.padding-medium,
.col-lg-11.padding-medium,
.col-lg-12.padding-medium,
.col-lg-2.padding-medium,
.col-lg-3.padding-medium,
.col-lg-4.padding-medium,
.col-lg-5.padding-medium,
.col-lg-6.padding-medium,
.col-lg-7.padding-medium,
.col-lg-8.padding-medium,
.col-lg-9.padding-medium,
.col-md-1.padding-medium,
.col-md-10.padding-medium,
.col-md-11.padding-medium,
.col-md-12.padding-medium,
.col-md-2.padding-medium,
.col-md-3.padding-medium,
.col-md-4.padding-medium,
.col-md-5.padding-medium,
.col-md-6.padding-medium,
.col-md-7.padding-medium,
.col-md-8.padding-medium,
.col-md-9.padding-medium,
.col-sm-1.padding-medium,
.col-sm-10.padding-medium,
.col-sm-11.padding-medium,
.col-sm-12.padding-medium,
.col-sm-2.padding-medium,
.col-sm-3.padding-medium,
.col-sm-4.padding-medium,
.col-sm-5.padding-medium,
.col-sm-6.padding-medium,
.col-sm-7.padding-medium,
.col-sm-8.padding-medium,
.col-sm-9.padding-medium,
.col-xs-1.padding-medium,
.col-xs-10.padding-medium,
.col-xs-11.padding-medium,
.col-xs-12.padding-medium,
.col-xs-2.padding-medium,
.col-xs-3.padding-medium,
.col-xs-4.padding-medium,
.col-xs-5.padding-medium,
.col-xs-6.padding-medium,
.col-xs-7.padding-medium,
.col-xs-8.padding-medium,
.col-xs-9.padding-medium {
  padding: 60px;
}
@media (max-width: 768px) {
  .col-lg-1.padding-medium,
  .col-lg-10.padding-medium,
  .col-lg-11.padding-medium,
  .col-lg-12.padding-medium,
  .col-lg-2.padding-medium,
  .col-lg-3.padding-medium,
  .col-lg-4.padding-medium,
  .col-lg-5.padding-medium,
  .col-lg-6.padding-medium,
  .col-lg-7.padding-medium,
  .col-lg-8.padding-medium,
  .col-lg-9.padding-medium,
  .col-md-1.padding-medium,
  .col-md-10.padding-medium,
  .col-md-11.padding-medium,
  .col-md-12.padding-medium,
  .col-md-2.padding-medium,
  .col-md-3.padding-medium,
  .col-md-4.padding-medium,
  .col-md-5.padding-medium,
  .col-md-6.padding-medium,
  .col-md-7.padding-medium,
  .col-md-8.padding-medium,
  .col-md-9.padding-medium,
  .col-sm-1.padding-medium,
  .col-sm-10.padding-medium,
  .col-sm-11.padding-medium,
  .col-sm-12.padding-medium,
  .col-sm-2.padding-medium,
  .col-sm-3.padding-medium,
  .col-sm-4.padding-medium,
  .col-sm-5.padding-medium,
  .col-sm-6.padding-medium,
  .col-sm-7.padding-medium,
  .col-sm-8.padding-medium,
  .col-sm-9.padding-medium,
  .col-xs-1.padding-medium,
  .col-xs-10.padding-medium,
  .col-xs-11.padding-medium,
  .col-xs-12.padding-medium,
  .col-xs-2.padding-medium,
  .col-xs-3.padding-medium,
  .col-xs-4.padding-medium,
  .col-xs-5.padding-medium,
  .col-xs-6.padding-medium,
  .col-xs-7.padding-medium,
  .col-xs-8.padding-medium,
  .col-xs-9.padding-medium {
    padding: 30px;
  }
}
.col-lg-1.padding-small,
.col-lg-10.padding-small,
.col-lg-11.padding-small,
.col-lg-12.padding-small,
.col-lg-2.padding-small,
.col-lg-3.padding-small,
.col-lg-4.padding-small,
.col-lg-5.padding-small,
.col-lg-6.padding-small,
.col-lg-7.padding-small,
.col-lg-8.padding-small,
.col-lg-9.padding-small,
.col-md-1.padding-small,
.col-md-10.padding-small,
.col-md-11.padding-small,
.col-md-12.padding-small,
.col-md-2.padding-small,
.col-md-3.padding-small,
.col-md-4.padding-small,
.col-md-5.padding-small,
.col-md-6.padding-small,
.col-md-7.padding-small,
.col-md-8.padding-small,
.col-md-9.padding-small,
.col-sm-1.padding-small,
.col-sm-10.padding-small,
.col-sm-11.padding-small,
.col-sm-12.padding-small,
.col-sm-2.padding-small,
.col-sm-3.padding-small,
.col-sm-4.padding-small,
.col-sm-5.padding-small,
.col-sm-6.padding-small,
.col-sm-7.padding-small,
.col-sm-8.padding-small,
.col-sm-9.padding-small,
.col-xs-1.padding-small,
.col-xs-10.padding-small,
.col-xs-11.padding-small,
.col-xs-12.padding-small,
.col-xs-2.padding-small,
.col-xs-3.padding-small,
.col-xs-4.padding-small,
.col-xs-5.padding-small,
.col-xs-6.padding-small,
.col-xs-7.padding-small,
.col-xs-8.padding-small,
.col-xs-9.padding-small {
  padding: 15px;
}
.col-lg-1.padding,
.col-lg-10.padding,
.col-lg-11.padding,
.col-lg-12.padding,
.col-lg-2.padding,
.col-lg-3.padding,
.col-lg-4.padding,
.col-lg-5.padding,
.col-lg-6.padding,
.col-lg-7.padding,
.col-lg-8.padding,
.col-lg-9.padding,
.col-md-1.padding,
.col-md-10.padding,
.col-md-11.padding,
.col-md-12.padding,
.col-md-2.padding,
.col-md-3.padding,
.col-md-4.padding,
.col-md-5.padding,
.col-md-6.padding,
.col-md-7.padding,
.col-md-8.padding,
.col-md-9.padding,
.col-sm-1.padding,
.col-sm-10.padding,
.col-sm-11.padding,
.col-sm-12.padding,
.col-sm-2.padding,
.col-sm-3.padding,
.col-sm-4.padding,
.col-sm-5.padding,
.col-sm-6.padding,
.col-sm-7.padding,
.col-sm-8.padding,
.col-sm-9.padding,
.col-xs-1.padding,
.col-xs-10.padding,
.col-xs-11.padding,
.col-xs-12.padding,
.col-xs-2.padding,
.col-xs-3.padding,
.col-xs-4.padding,
.col-xs-5.padding,
.col-xs-6.padding,
.col-xs-7.padding,
.col-xs-8.padding,
.col-xs-9.padding {
  padding: 30px;
}
.col-lg-1.no-padding,
.col-lg-10.no-padding,
.col-lg-11.no-padding,
.col-lg-12.no-padding,
.col-lg-2.no-padding,
.col-lg-3.no-padding,
.col-lg-4.no-padding,
.col-lg-5.no-padding,
.col-lg-6.no-padding,
.col-lg-7.no-padding,
.col-lg-8.no-padding,
.col-lg-9.no-padding,
.col-md-1.no-padding,
.col-md-10.no-padding,
.col-md-11.no-padding,
.col-md-12.no-padding,
.col-md-2.no-padding,
.col-md-3.no-padding,
.col-md-4.no-padding,
.col-md-5.no-padding,
.col-md-6.no-padding,
.col-md-7.no-padding,
.col-md-8.no-padding,
.col-md-9.no-padding,
.col-sm-1.no-padding,
.col-sm-10.no-padding,
.col-sm-11.no-padding,
.col-sm-12.no-padding,
.col-sm-2.no-padding,
.col-sm-3.no-padding,
.col-sm-4.no-padding,
.col-sm-5.no-padding,
.col-sm-6.no-padding,
.col-sm-7.no-padding,
.col-sm-8.no-padding,
.col-sm-9.no-padding,
.col-xs-1.no-padding,
.col-xs-10.no-padding,
.col-xs-11.no-padding,
.col-xs-12.no-padding,
.col-xs-2.no-padding,
.col-xs-3.no-padding,
.col-xs-4.no-padding,
.col-xs-5.no-padding,
.col-xs-6.no-padding,
.col-xs-7.no-padding,
.col-xs-8.no-padding,
.col-xs-9.no-padding {
  padding: 0;
}
.container-fluid {
  padding-left: 30px;
  padding-right: 30px;
}
.container-half-width {
  padding-left: 30px;
  padding-right: 30px;
}
@media (min-width: 1400px) {
  .container-half-width {
    padding-left: 120px;
    padding-right: 120px;
  }
}
.container-half-width:after {
  display: table;
  content: " ";
  clear: both;
}
.section-fw .container-fw {
  width: 100%;
  overflow: hidden;
}
.section-fw .row {
  position: relative;
  margin-left: 0;
  margin-right: 0;
}
.section-fw .image-background {
  min-height: 400px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .section-fw .image-background {
    position: absolute;
    height: 100%;
  }
  .section-fw .image-background.image-fw-right {
    left: auto;
    right: 0;
  }
}
@media (min-width: 992px) {
  section.section-table .container {
    display: table;
  }
  section.section-table .row {
    float: none;
  }
  section.section-table .col-lg-1,
  section.section-table .col-lg-10,
  section.section-table .col-lg-11,
  section.section-table .col-lg-12,
  section.section-table .col-lg-2,
  section.section-table .col-lg-3,
  section.section-table .col-lg-4,
  section.section-table .col-lg-5,
  section.section-table .col-lg-6,
  section.section-table .col-lg-7,
  section.section-table .col-lg-8,
  section.section-table .col-lg-9,
  section.section-table .col-md-1,
  section.section-table .col-md-10,
  section.section-table .col-md-11,
  section.section-table .col-md-12,
  section.section-table .col-md-2,
  section.section-table .col-md-3,
  section.section-table .col-md-4,
  section.section-table .col-md-5,
  section.section-table .col-md-6,
  section.section-table .col-md-7,
  section.section-table .col-md-8,
  section.section-table .col-md-9,
  section.section-table .col-sm-1,
  section.section-table .col-sm-10,
  section.section-table .col-sm-11,
  section.section-table .col-sm-12,
  section.section-table .col-sm-2,
  section.section-table .col-sm-3,
  section.section-table .col-sm-4,
  section.section-table .col-sm-5,
  section.section-table .col-sm-6,
  section.section-table .col-sm-7,
  section.section-table .col-sm-8,
  section.section-table .col-sm-9,
  section.section-table .col-xs-1,
  section.section-table .col-xs-10,
  section.section-table .col-xs-11,
  section.section-table .col-xs-12,
  section.section-table .col-xs-2,
  section.section-table .col-xs-3,
  section.section-table .col-xs-4,
  section.section-table .col-xs-5,
  section.section-table .col-xs-6,
  section.section-table .col-xs-7,
  section.section-table .col-xs-8,
  section.section-table .col-xs-9 {
    display: table-cell;
    float: none;
  }
}
/* grid with borders, ie. used for logo */
.border-grid .col-lg-1,
.border-grid .col-lg-10,
.border-grid .col-lg-11,
.border-grid .col-lg-12,
.border-grid .col-lg-2,
.border-grid .col-lg-3,
.border-grid .col-lg-4,
.border-grid .col-lg-5,
.border-grid .col-lg-6,
.border-grid .col-lg-7,
.border-grid .col-lg-8,
.border-grid .col-lg-9,
.border-grid .col-md-1,
.border-grid .col-md-10,
.border-grid .col-md-11,
.border-grid .col-md-12,
.border-grid .col-md-2,
.border-grid .col-md-3,
.border-grid .col-md-4,
.border-grid .col-md-5,
.border-grid .col-md-6,
.border-grid .col-md-7,
.border-grid .col-md-8,
.border-grid .col-md-9,
.border-grid .col-sm-1,
.border-grid .col-sm-10,
.border-grid .col-sm-11,
.border-grid .col-sm-12,
.border-grid .col-sm-2,
.border-grid .col-sm-3,
.border-grid .col-sm-4,
.border-grid .col-sm-5,
.border-grid .col-sm-6,
.border-grid .col-sm-7,
.border-grid .col-sm-8,
.border-grid .col-sm-9,
.border-grid .col-xs-1,
.border-grid .col-xs-10,
.border-grid .col-xs-11,
.border-grid .col-xs-12,
.border-grid .col-xs-2,
.border-grid .col-xs-3,
.border-grid .col-xs-4,
.border-grid .col-xs-5,
.border-grid .col-xs-6,
.border-grid .col-xs-7,
.border-grid .col-xs-8,
.border-grid .col-xs-9 {
  padding: 0!important;
}
.border-grid .row {
  padding-left: 22px;
  padding-right: 22px;
}
.border-grid .row .col-lg-1,
.border-grid .row .col-lg-10,
.border-grid .row .col-lg-11,
.border-grid .row .col-lg-12,
.border-grid .row .col-lg-2,
.border-grid .row .col-lg-3,
.border-grid .row .col-lg-4,
.border-grid .row .col-lg-5,
.border-grid .row .col-lg-6,
.border-grid .row .col-lg-7,
.border-grid .row .col-lg-8,
.border-grid .row .col-lg-9,
.border-grid .row .col-md-1,
.border-grid .row .col-md-10,
.border-grid .row .col-md-11,
.border-grid .row .col-md-12,
.border-grid .row .col-md-2,
.border-grid .row .col-md-3,
.border-grid .row .col-md-4,
.border-grid .row .col-md-5,
.border-grid .row .col-md-6,
.border-grid .row .col-md-7,
.border-grid .row .col-md-8,
.border-grid .row .col-md-9,
.border-grid .row .col-sm-1,
.border-grid .row .col-sm-10,
.border-grid .row .col-sm-11,
.border-grid .row .col-sm-12,
.border-grid .row .col-sm-2,
.border-grid .row .col-sm-3,
.border-grid .row .col-sm-4,
.border-grid .row .col-sm-5,
.border-grid .row .col-sm-6,
.border-grid .row .col-sm-7,
.border-grid .row .col-sm-8,
.border-grid .row .col-sm-9,
.border-grid .row .col-xs-1,
.border-grid .row .col-xs-10,
.border-grid .row .col-xs-11,
.border-grid .row .col-xs-12,
.border-grid .row .col-xs-2,
.border-grid .row .col-xs-3,
.border-grid .row .col-xs-4,
.border-grid .row .col-xs-5,
.border-grid .row .col-xs-6,
.border-grid .row .col-xs-7,
.border-grid .row .col-xs-8,
.border-grid .row .col-xs-9 {
  border-right: 1px solid transparent;
}
@media (max-width: 768px) {
  .border-grid .row .col-lg-1,
  .border-grid .row .col-lg-10,
  .border-grid .row .col-lg-11,
  .border-grid .row .col-lg-12,
  .border-grid .row .col-lg-2,
  .border-grid .row .col-lg-3,
  .border-grid .row .col-lg-4,
  .border-grid .row .col-lg-5,
  .border-grid .row .col-lg-6,
  .border-grid .row .col-lg-7,
  .border-grid .row .col-lg-8,
  .border-grid .row .col-lg-9,
  .border-grid .row .col-md-1,
  .border-grid .row .col-md-10,
  .border-grid .row .col-md-11,
  .border-grid .row .col-md-12,
  .border-grid .row .col-md-2,
  .border-grid .row .col-md-3,
  .border-grid .row .col-md-4,
  .border-grid .row .col-md-5,
  .border-grid .row .col-md-6,
  .border-grid .row .col-md-7,
  .border-grid .row .col-md-8,
  .border-grid .row .col-md-9,
  .border-grid .row .col-sm-1,
  .border-grid .row .col-sm-10,
  .border-grid .row .col-sm-11,
  .border-grid .row .col-sm-12,
  .border-grid .row .col-sm-2,
  .border-grid .row .col-sm-3,
  .border-grid .row .col-sm-4,
  .border-grid .row .col-sm-5,
  .border-grid .row .col-sm-6,
  .border-grid .row .col-sm-7,
  .border-grid .row .col-sm-8,
  .border-grid .row .col-sm-9,
  .border-grid .row .col-xs-1,
  .border-grid .row .col-xs-10,
  .border-grid .row .col-xs-11,
  .border-grid .row .col-xs-12,
  .border-grid .row .col-xs-2,
  .border-grid .row .col-xs-3,
  .border-grid .row .col-xs-4,
  .border-grid .row .col-xs-5,
  .border-grid .row .col-xs-6,
  .border-grid .row .col-xs-7,
  .border-grid .row .col-xs-8,
  .border-grid .row .col-xs-9 {
    border: none;
  }
}
.border-grid .row:not(:last-child) .col-lg-1,
.border-grid .row:not(:last-child) .col-lg-10,
.border-grid .row:not(:last-child) .col-lg-11,
.border-grid .row:not(:last-child) .col-lg-12,
.border-grid .row:not(:last-child) .col-lg-2,
.border-grid .row:not(:last-child) .col-lg-3,
.border-grid .row:not(:last-child) .col-lg-4,
.border-grid .row:not(:last-child) .col-lg-5,
.border-grid .row:not(:last-child) .col-lg-6,
.border-grid .row:not(:last-child) .col-lg-7,
.border-grid .row:not(:last-child) .col-lg-8,
.border-grid .row:not(:last-child) .col-lg-9,
.border-grid .row:not(:last-child) .col-md-1,
.border-grid .row:not(:last-child) .col-md-10,
.border-grid .row:not(:last-child) .col-md-11,
.border-grid .row:not(:last-child) .col-md-12,
.border-grid .row:not(:last-child) .col-md-2,
.border-grid .row:not(:last-child) .col-md-3,
.border-grid .row:not(:last-child) .col-md-4,
.border-grid .row:not(:last-child) .col-md-5,
.border-grid .row:not(:last-child) .col-md-6,
.border-grid .row:not(:last-child) .col-md-7,
.border-grid .row:not(:last-child) .col-md-8,
.border-grid .row:not(:last-child) .col-md-9,
.border-grid .row:not(:last-child) .col-sm-1,
.border-grid .row:not(:last-child) .col-sm-10,
.border-grid .row:not(:last-child) .col-sm-11,
.border-grid .row:not(:last-child) .col-sm-12,
.border-grid .row:not(:last-child) .col-sm-2,
.border-grid .row:not(:last-child) .col-sm-3,
.border-grid .row:not(:last-child) .col-sm-4,
.border-grid .row:not(:last-child) .col-sm-5,
.border-grid .row:not(:last-child) .col-sm-6,
.border-grid .row:not(:last-child) .col-sm-7,
.border-grid .row:not(:last-child) .col-sm-8,
.border-grid .row:not(:last-child) .col-sm-9,
.border-grid .row:not(:last-child) .col-xs-1,
.border-grid .row:not(:last-child) .col-xs-10,
.border-grid .row:not(:last-child) .col-xs-11,
.border-grid .row:not(:last-child) .col-xs-12,
.border-grid .row:not(:last-child) .col-xs-2,
.border-grid .row:not(:last-child) .col-xs-3,
.border-grid .row:not(:last-child) .col-xs-4,
.border-grid .row:not(:last-child) .col-xs-5,
.border-grid .row:not(:last-child) .col-xs-6,
.border-grid .row:not(:last-child) .col-xs-7,
.border-grid .row:not(:last-child) .col-xs-8,
.border-grid .row:not(:last-child) .col-xs-9 {
  border-bottom: 1px solid transparent;
}
@media (max-width: 768px) {
  .border-grid .row:not(:last-child) .col-lg-1,
  .border-grid .row:not(:last-child) .col-lg-10,
  .border-grid .row:not(:last-child) .col-lg-11,
  .border-grid .row:not(:last-child) .col-lg-12,
  .border-grid .row:not(:last-child) .col-lg-2,
  .border-grid .row:not(:last-child) .col-lg-3,
  .border-grid .row:not(:last-child) .col-lg-4,
  .border-grid .row:not(:last-child) .col-lg-5,
  .border-grid .row:not(:last-child) .col-lg-6,
  .border-grid .row:not(:last-child) .col-lg-7,
  .border-grid .row:not(:last-child) .col-lg-8,
  .border-grid .row:not(:last-child) .col-lg-9,
  .border-grid .row:not(:last-child) .col-md-1,
  .border-grid .row:not(:last-child) .col-md-10,
  .border-grid .row:not(:last-child) .col-md-11,
  .border-grid .row:not(:last-child) .col-md-12,
  .border-grid .row:not(:last-child) .col-md-2,
  .border-grid .row:not(:last-child) .col-md-3,
  .border-grid .row:not(:last-child) .col-md-4,
  .border-grid .row:not(:last-child) .col-md-5,
  .border-grid .row:not(:last-child) .col-md-6,
  .border-grid .row:not(:last-child) .col-md-7,
  .border-grid .row:not(:last-child) .col-md-8,
  .border-grid .row:not(:last-child) .col-md-9,
  .border-grid .row:not(:last-child) .col-sm-1,
  .border-grid .row:not(:last-child) .col-sm-10,
  .border-grid .row:not(:last-child) .col-sm-11,
  .border-grid .row:not(:last-child) .col-sm-12,
  .border-grid .row:not(:last-child) .col-sm-2,
  .border-grid .row:not(:last-child) .col-sm-3,
  .border-grid .row:not(:last-child) .col-sm-4,
  .border-grid .row:not(:last-child) .col-sm-5,
  .border-grid .row:not(:last-child) .col-sm-6,
  .border-grid .row:not(:last-child) .col-sm-7,
  .border-grid .row:not(:last-child) .col-sm-8,
  .border-grid .row:not(:last-child) .col-sm-9,
  .border-grid .row:not(:last-child) .col-xs-1,
  .border-grid .row:not(:last-child) .col-xs-10,
  .border-grid .row:not(:last-child) .col-xs-11,
  .border-grid .row:not(:last-child) .col-xs-12,
  .border-grid .row:not(:last-child) .col-xs-2,
  .border-grid .row:not(:last-child) .col-xs-3,
  .border-grid .row:not(:last-child) .col-xs-4,
  .border-grid .row:not(:last-child) .col-xs-5,
  .border-grid .row:not(:last-child) .col-xs-6,
  .border-grid .row:not(:last-child) .col-xs-7,
  .border-grid .row:not(:last-child) .col-xs-8,
  .border-grid .row:not(:last-child) .col-xs-9 {
    border: none;
  }
}
/** clear bootstrap cols **/
/*  Tablet  */
@media (min-width: 767px) {
  .row-auto {
    /* Column clear fix */
  }
  .row-auto .col-lg-1:nth-child(12n+1),
  .row-auto .col-lg-2:nth-child(6n+1),
  .row-auto .col-lg-3:nth-child(4n+1),
  .row-auto .col-lg-4:nth-child(3n+1),
  .row-auto .col-lg-6:nth-child(2n+1),
  .row-auto .col-md-1:nth-child(12n+1),
  .row-auto .col-md-2:nth-child(6n+1),
  .row-auto .col-md-3:nth-child(4n+1),
  .row-auto .col-md-4:nth-child(3n+1),
  .row-auto .col-md-6:nth-child(2n+1) {
    clear: none;
  }
  .row-auto .col-sm-1:nth-child(12n+1),
  .row-auto .col-sm-2:nth-child(6n+1),
  .row-auto .col-sm-3:nth-child(4n+1),
  .row-auto .col-sm-4:nth-child(3n+1),
  .row-auto .col-sm-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Medium Desktop  */
@media (min-width: 992px) {
  .row-auto {
    /* Column clear fix */
  }
  .row-auto .col-lg-1:nth-child(12n+1),
  .row-auto .col-lg-2:nth-child(6n+1),
  .row-auto .col-lg-3:nth-child(4n+1),
  .row-auto .col-lg-4:nth-child(3n+1),
  .row-auto .col-lg-6:nth-child(2n+1),
  .row-auto .col-sm-1:nth-child(12n+1),
  .row-auto .col-sm-2:nth-child(6n+1),
  .row-auto .col-sm-3:nth-child(4n+1),
  .row-auto .col-sm-4:nth-child(3n+1),
  .row-auto .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .row-auto .col-md-1:nth-child(12n+1),
  .row-auto .col-md-2:nth-child(6n+1),
  .row-auto .col-md-3:nth-child(4n+1),
  .row-auto .col-md-4:nth-child(3n+1),
  .row-auto .col-md-6:nth-child(2n+1) {
    clear: left;
  }
}
/*  Large Desktop  */
@media (min-width: 1200px) {
  .row-auto {
    /* Column clear fix */
  }
  .row-auto .col-md-1:nth-child(12n+1),
  .row-auto .col-md-2:nth-child(6n+1),
  .row-auto .col-md-3:nth-child(4n+1),
  .row-auto .col-md-4:nth-child(3n+1),
  .row-auto .col-md-6:nth-child(2n+1),
  .row-auto .col-sm-1:nth-child(12n+1),
  .row-auto .col-sm-2:nth-child(6n+1),
  .row-auto .col-sm-3:nth-child(4n+1),
  .row-auto .col-sm-4:nth-child(3n+1),
  .row-auto .col-sm-6:nth-child(2n+1) {
    clear: none;
  }
  .row-auto .col-lg-1:nth-child(12n+1),
  .row-auto .col-lg-2:nth-child(6n+1),
  .row-auto .col-lg-3:nth-child(4n+1),
  .row-auto .col-lg-4:nth-child(3n+1),
  .row-auto .col-lg-6:nth-child(2n+1) {
    clear: left;
  }
}
/*** Bootstrap modal fix ***/
body.modal-open {
  padding-right: 0 !important;
}
.modal.in .modal-dialog {
  z-index: 1041;
}
/**
* FULLPAGE
* ==================================================
*/
/** bullets menu ***/
#fp-nav {
  top: 40%;
  margin-top: 80px!important;
  padding: 11px;
}
@media (max-width: 1025px) {
  #fp-nav {
    display: none;
  }
}
#fp-nav.right {
  right: 0;
}
.fp-tooltip {
  padding: 5px 10px;
  top: -9px;
  text-transform: uppercase;
}
#fp-nav span,
.fp-slidesNav span {
  width: 10px;
  height: 10px;
}
#fullpage > div:first-child:after {
  content: '\e91f';
  display: block;
  position: absolute;
  right: 50%;
  bottom: 40px;
  bottom: 80px\9;
  font-size: 44px;
  margin-right: -22px;
  font-family: "Lato", 'custom-icons';
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  -webkit-font-smoothing: antialiased;
  -webkit-animation-name: bounce;
  -moz-animation-name: bounce;
  -ms-animation-name: bounce;
  -o-animation-name: bounce;
  animation-name: bounce;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -ms-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 4s;
  -moz-animation-duration: 4s;
  -ms-animation-duration: 4s;
  -o-animation-duration: 4s;
  animation-duration: 4s;
}
/** slideshow nav **/
.fp-controlArrow {
  margin-top: 0;
}
.fp-controlArrow.fp-next,
.fp-controlArrow.fp-prev {
  border: none;
  width: auto;
}
.fp-controlArrow.fp-next:after,
.fp-controlArrow.fp-prev:after {
  font-family: "Lato", 'custom-icons';
  font-size: 14px;
  content: '\e829';
}
@media (min-width: 768px) {
  .fp-controlArrow.fp-next:after,
  .fp-controlArrow.fp-prev:after {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  .fp-controlArrow.fp-next:after,
  .fp-controlArrow.fp-prev:after {
    font-size: 44px;
  }
}
.fp-controlArrow.fp-next:after {
  content: '\e828';
}
#fp-main-heading {
  display: block;
  padding-left: 70px;
}
.fp-tableCell table,
.fp-tableCell .table-responsive {
  margin-bottom: 0;
}
.thank-you > div > div {
  padding-left: 70px;
}
#fp-main-heading {
  text-decoration: none;
}
/* PRELOADERS
================================================== */
/*@main-color : black;*/
.little-neko-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  /* makes sure it stays on top */
  background-color: #fff;
  -webkit-transition: all 3s linear;
  transition: all 3s linear;
  /* Site logo in preloader */
  /** Circle **/
  /** Rotating plan **/
  /* Double bounce */
  /* Wandering cube */
  /* Pulse */
  /* Cube grid */
}
.little-neko-preloader.little-neko-preloader-centered .status {
  position: absolute!important;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate(-50%, -50%);
  /* IE 9 */
  transform: translate3d(-50%, -50%, 0);
}
.little-neko-preloader .little-neko-prelodaer-logo {
  position: absolute;
  top: 45%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  transform: translate3d(-50%, -50%, 0);
}
.little-neko-preloader.little-neko-circle-loader.little-neko-preloader-centered .status {
  top: 55%;
}
.little-neko-preloader.little-neko-circle-loader .status {
  width: 40px;
  height: 40px;
  position: absolute;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.little-neko-preloader.little-neko-circle-loader .status:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-animation: spin .5s infinite linear;
  -o-animation: spin .5s infinite linear;
  animation: spin .5s infinite linear;
}
.little-neko-preloader.little-neko-circle-loader .status:after {
  content: "";
  position: absolute;
  width: 95%;
  height: 95%;
  top: 2.5%;
  left: 2.5%;
  background-color: white;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-o-keyframes spin {
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.little-neko-preloader.little-neko-sk-rotating-plane.little-neko-preloader-centered .status {
  left: 49%;
}
.little-neko-preloader.little-neko-sk-rotating-plane .status {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  -webkit-animation: sk-rotatePlane 1.2s infinite ease-in-out;
  animation: sk-rotatePlane 1.2s infinite ease-in-out;
}
@-webkit-keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
@keyframes sk-rotatePlane {
  0% {
    -webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg);
    transform: perspective(120px) rotateX(0deg) rotateY(0deg);
  }
  50% {
    -webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
    transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
  }
  100% {
    -webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
    transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
  }
}
.little-neko-preloader.little-neko-sk-double-bounce .status {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
.little-neko-preloader.little-neko-sk-double-bounce .status .sk-child {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-doubleBounce 2s infinite ease-in-out;
  animation: sk-doubleBounce 2s infinite ease-in-out;
}
.little-neko-preloader.little-neko-sk-double-bounce .status .sk-child.sk-double-bounce2 {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}
@-webkit-keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-doubleBounce {
  0%,
  100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.little-neko-preloader.little-neko-sk-wandering-cubes .status {
  margin: 40px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.little-neko-preloader.little-neko-sk-wandering-cubes .status .sk-cube {
  width: 10px;
  height: 10px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
  animation: sk-wanderingCube 1.8s ease-in-out -1.8s infinite both;
}
.little-neko-preloader.little-neko-sk-wandering-cubes .status .sk-cube2 {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}
@-webkit-keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes sk-wanderingCube {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  25% {
    -webkit-transform: translateX(30px) rotate(-90deg) scale(0.5);
    transform: translateX(30px) rotate(-90deg) scale(0.5);
  }
  50% {
    /* Hack to make FF rotate in the right direction */
    -webkit-transform: translateX(30px) translateY(30px) rotate(-179deg);
    transform: translateX(30px) translateY(30px) rotate(-179deg);
  }
  50.1% {
    -webkit-transform: translateX(30px) translateY(30px) rotate(-180deg);
    transform: translateX(30px) translateY(30px) rotate(-180deg);
  }
  75% {
    -webkit-transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
    transform: translateX(0) translateY(30px) rotate(-270deg) scale(0.5);
  }
  100% {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.little-neko-preloader.little-neko-sk-spinner-pulse.little-neko-preloader-centered .status {
  left: 49%;
}
.little-neko-preloader.little-neko-sk-spinner-pulse .status {
  width: 40px;
  height: 40px;
  margin: 40px auto;
  border-radius: 100%;
  -webkit-animation: sk-pulseScaleOut 1s infinite ease-in-out;
  animation: sk-pulseScaleOut 1s infinite ease-in-out;
}
@-webkit-keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes sk-pulseScaleOut {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0;
  }
}
.little-neko-preloader.little-neko-sk-cube-grid .status {
  width: 40px;
  height: 40px;
  margin: 40px auto;
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube {
  width: 33%;
  height: 33%;
  float: left;
  -webkit-animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
  animation: sk-cubeGridScaleDelay 1.3s infinite ease-in-out;
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube1 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube2 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube3 {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube4 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube5 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube6 {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube7 {
  -webkit-animation-delay: 0.0s;
  animation-delay: 0.0s;
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube8 {
  -webkit-animation-delay: 0.1s;
  animation-delay: 0.1s;
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube9 {
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
}
@-webkit-keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
@keyframes sk-cubeGridScaleDelay {
  0%,
  70%,
  100% {
    -webkit-transform: scale3D(1, 1, 1);
    transform: scale3D(1, 1, 1);
  }
  35% {
    -webkit-transform: scale3D(0, 0, 1);
    transform: scale3D(0, 0, 1);
  }
}
/* lt-ie10 preloader */
.status-ie {
  display: none;
}
.ie9 .little-neko-preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  /* makes sure it stays on top */
  background-color: #fff;
  /* Site logo in preloader */
}
.ie9 .little-neko-preloader .little-neko-prelodaer-logo {
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  text-align: center;
}
.ie9 .little-neko-preloader .status {
  display: none;
}
.ie9 .little-neko-preloader .status-ie {
  display: block;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 45%;
  margin: -50px 0 0 -100px;
  text-align: center;
  padding-top: 20px;
  background-color: transparent;
  background-image: url("../../../images/preloader.html");
  background-repeat: no-repeat;
  background-position: center center;
}
/* lt-ie10 preloader */
.cards {
  margin-bottom: 20px;
  overflow: hidden;
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
@media (min-width: 1024px) {
  .cards {
    margin-bottom: 0;
  }
}
.cards > div {
  position: relative;
}
.cards .entry-header {
  border-bottom: 1px solid #444;
  padding: 10px;
}
.cards .entry-header h1,
.cards .entry-header h2,
.cards .entry-header h3,
.cards .entry-header h4,
.cards .entry-header h5,
.cards .entry-header h6 {
  margin: 0;
}
.cards.title-hover .entry-header {
  position: absolute;
  bottom: 7px;
  left: 0;
  border: none;
  z-index: 3;
  padding: 10px;
  -webkit-transition: opacity 0.35s, all 0.35s;
  transition: opacity 0.35s, all 0.35s;
}
.cards.video .video-trigger {
  position: relative;
  z-index: 1;
  opacity: 1;
}
.cards.video .video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 0;
  overflow: hidden;
  width: 100%;
}
.cards .entry-media {
  width: 100%;
  /* whatever width you want */
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.cards .entry-media:after {
  padding-top: 56.25%;
  /* 16:9 ratio */
  display: block;
  content: '';
}
.cards .entry-media .media-content-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  /* fill parent */
  background-color: transparent;
  /* let's see it! */
  color: white;
}
.cards .entry-media .btn-link {
  padding: 0;
  display: block;
}
.cards .entry-media img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  transform: scale(1.2);
}
.cards .entry-content {
  overflow: hidden;
  padding: 25px 30px 30px 30px;
}
.cards .entry-content p {
  margin: 0;
}
.cards .entry-footer {
  border-top: 1px solid transparent;
  padding: 20px 30px;
}
.cards .entry-footer a:hover {
  text-decoration: none;
}
.cards .entry-media a:hover img {
  transform: scale(1);
}
/* only used in cards */
.btn-card {
  text-transform: uppercase;
  font-weight: bold;
}
.btn-card:hover {
  text-decoration: none;
}
/* SEMANTIC
================================================== */
/*** image responsive ***/
img.responsive {
  max-width: 100%;
}
/*** buttons ***/
/*** pagination ***/
/* RESPONSIVE
================================================== */
html {
  overflow-y: scroll;
}
/*.sub-menu.neko-mega-menu > div {
	display:table;
	width:100%;
}

.menu-header .nav {
	a {
		font-size: 14px;
		font-weight: 700;
	}
	> li .sub-menu a {
		padding:14px 20px;
	}
	li .btn {
		margin-top: 27px;
		margin-left: 22px;
	}
}
*/
/* parallax */
/* big pics */
/* page headers */
/* megamenu */
/* / megamenu */
/*** address ***/
address {
  margin-bottom: 0;
}
/*** box ***/
.box-arrow:after,
.box-arrow:before {
  margin-top: -3px;
}
/*** breadcrumb ***/
.breadcrumb {
  text-transform: uppercase;
}
.breadcrumb li {
  font-size: 12px;
}
/*** progress bar ***/
.progress {
  border: none;
  height: 10px;
  border-radius: 0;
}
/*** tabs ***/
.tab-content,
.tabs-minimal .tab-content {
  padding-top: 30px;
}
/*** typo ***/
p,
p.lead {
  margin-bottom: 15px;
}
.heading {
  position: relative;
  text-align: center;
  margin-bottom: 45px;
}
.heading h1,
.heading h2 {
  margin-bottom: 45px;
  font-size: 32px;
  line-height: 1.563;
}
.heading h3:last-child,
.heading h4:last-child,
.heading h5:last-child,
.heading h6:last-child,
.heading p:last-child,
.heading p.lead:last-child {
  margin-bottom: 0;
  padding-bottom: 13px;
}
.heading:after {
  display: block;
  height: 5px;
  border-radius: 0px;
  width: 50px;
  content: "";
  margin-left: -25px;
  left: 50%;
  position: relative;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  bottom: 32px;
}
h1.large-heading:after {
  margin-left: 0;
  position: static;
}
h1.border {
  border: 5px solid #eeeeee;
  padding: 15px 30px;
}
.heading h1.large span,
.heading h2.large span,
h1.large span,
h2.large span {
  font-size: 18px;
}
.heading h1.x-large span,
.heading h2.x-large span,
h1.x-large span,
h2.x-large span {
  font-size: 22px;
}
.heading h1 span,
.heading h2 span,
h1 span,
h2 span {
  display: block;
  font-weight: normal;
  text-transform: uppercase;
  line-height: 30px;
  font-family: "Lato", 'Open Sans', sans-serif;
  letter-spacing: 0.2em;
  font-size: 12px;
  margin-top: 7px;
}
h4,
h5,
.h4,
.h5 {
  font-family: "Lato", 'Open Sans', sans-serif;
}
.footer-widget h3 {
  font-family: "Lato", 'Open Sans', sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 30px;
  letter-spacing: 1px;
}
blockquote {
  border: none;
  font-family: "Lato", 'Libre Baskerville', serif;
}
blockquote:before,
blockquote:after {
  content: none;
}
/*** box ***/
.box-icon a:hover i {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-name: pulse;
  -moz-animation-name: pulse;
  -o-animation-name: pulse;
  animation-name: pulse;
}
.box.rounded {
  border-radius: 25px;
}
/*** button ***/
.btn {
  letter-spacing: 0.25em;
}
.btn.large i:before,
.btn.btn-lg i:before,
.btn.btn.large i:before,
.btn.btn.large i:before {
  font-size: 16px;
}
.btn-success,
.btn.success,
.btn-danger,
.btn.danger,
.btn-info,
.btn.info,
.btn-warning,
.btn.warning {
  border: none;
}
/*** end button ***/
.embed-responsive-custom {
  padding-bottom: 39.6%;
}
/***  box  ***/
.box:not(.no-shadow) {
  margin-right: 15px;
}
/** team box **/
.team-box-style-2.right figcaption.box {
  margin-right: 0;
}
/***  end box  ***/
/*** footer ***/
#footer-rights p,
#footer-rights a {
  text-transform: uppercase;
}
/*** end footer ***/
/*** modal ***/
.modal-content {
  border-radius: 0;
  padding: 30px;
}
/*** magnific popup ***/
.mfp-figure {
  line-height: 0;
  padding: 12px 44px;
  background: #FFF;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #222;
  right: 44px;
  top: 11px;
  padding-right: 0;
  width: 100%;
}
.mfp-counter {
  top: -12px;
  right: 44px;
}
/*** navbar ***/
/*@media (min-width: @screen-md-min) {
	.navbar-nav>li>a {
		line-height:90px;
	}

}
*/
/*** icons ***/
i[class^="icon-"].squared,
i[class*=" icon-"].squared,
i[class^="icon-"].circle,
i[class*=" icon-"].circle,
i[class^="icon-"].rounded,
i[class*=" icon-"].rounded {
  border: none;
}
/*** end icons ***/
/***  miscellanious ***/
#neko-to-top {
  bottom: 20px;
  padding: 0;
  border-radius: 0;
  border: 1px solid transparent;
}
#neko-to-top i:before {
  line-height: 50px;
  margin: 0 0 0 3px;
}
/* MENU */
/* custom bootstrap test */
/* accordion */
.panel-group {
  border: none;
}
.panel-group .panel {
  border-radius: 0;
}
.panel {
  background: none;
  border: none;
  box-shadow: none;
}
.panel-group .panel-heading {
  border-color: #DDD;
}
.panel-default > .panel-heading {
  background: none;
}
.panel-title > a {
  text-transform: uppercase;
}
/* custom bootstrap test */
/*** tabs ***/
/** Blog **/
ul.entry-meta {
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
ul.entry-meta li {
  padding-left: 0;
  font-size: 12px;
  margin-right: 15px;
}
ul.entry-meta li a {
  border: none;
  padding-right: 0;
  text-transform: uppercase;
}
ul.entry-meta li.entry-comments i:before {
  margin-right: 0;
  text-transform: uppercase;
}
.tag-cloud a {
  margin-right: 7.5px;
  margin-bottom: 7.5px;
}
/*** full page ***/
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  width: 12px;
  height: 12px;
}
/** Owl carousel **/
.owl-theme .owl-controls .owl-page span.owl-numbers,
.owl-theme .owl-controls .owl-buttons div {
  border-radius: 0;
  width: 40px;
  height: 40px;
  line-height: 40px;
  opacity: 1;
}
/*** owl carousel ***/
.owl-theme .owl-controls .owl-page {
  opacity: 0.5;
}
.owl-theme .owl-controls .owl-page.active,
.owl-theme .owl-controls .owl-page:hover {
  opacity: 1;
}
.owl-theme .owl-controls .owl-page span {
  border-radius: 0;
  width: 30px;
  height: 4px;
}
/** page header **/
.page-header {
  padding: 30px 0 25px 0;
}
.page-header h1 {
  font-size: 24px;
  margin-bottom: 0;
  padding-top: 0;
  line-height: 30px;
}
.page-header h1 span {
  margin-top: 0;
}
.page-header h1 small {
  display: block;
  padding-top: 15px;
  font-size: 50%;
}
/* MAIN CONTENT
================================================== */
html.sb-active #sb-site,
.sb-toggle-left,
.sb-toggle-right,
.sb-open-left,
.sb-open-right,
.sb-close {
  cursor: pointer;
}
/*** embed video ***/
.embed-responsive-custom {
  padding-bottom: 39.6%;
}
/* style switcher */
.slide-menu .styleSwitcher {
  right: -170px;
  left: auto;
  top: 280px;
}
.slide-menu .styleSwitcher #showHideSwitcher {
  left: -50px;
  right: auto;
}
/*** Portfolio masonry ***/
.fw-image1 {
  background-image: url('../../../images/portfolio/vign-large1.jpg');
}
.fw-image2 {
  background-image: url('../../../images/portfolio/vign8.jpg');
}
.fw-image3 {
  background-image: url('../../../images/portfolio/vign-large2.jpg');
}
.fw-image4 {
  background-image: url('../../../images/portfolio/vign2.jpg');
}
.fw-image5 {
  background-image: url('../../../images/portfolio/vign-big1.jpg');
}
.fw-image6 {
  background-image: url('../../../images/portfolio/vign7.jpg');
}
.fw-image7 {
  background-image: url('../../../images/portfolio/vign-big2.jpg');
}
.fw-image8 {
  background-image: url('../../../images/portfolio/vign4.jpg');
}
.fw-image9 {
  background-image: url('../../../images/portfolio/vign9.jpg');
}
.fw-image10 {
  background-image: url('../../../images/portfolio/vign-large3.jpg');
}
.fw-image11 {
  background-image: url('../../../images/portfolio/vign10.jpg');
}
.v-image1 {
  background-image: url('../../../images/portfolio/v-image1.html');
}
.v-image2 {
  background-image: url('../../../images/portfolio/v-image2.html');
}
.v-image3 {
  background-image: url('../../../images/portfolio/v-image3.html');
}
.v-image4 {
  background-image: url('../../../images/portfolio/v-image4.html');
}
.v-image5 {
  background-image: url('../../../images/portfolio/v-image5.html');
}
.v-image6 {
  background-image: url('../../../images/portfolio/v-image6.html');
}
.v-image7 {
  background-image: url('../../../images/portfolio/v-image7.html');
}
.v-image8 {
  background-image: url('../../../images/portfolio/v-image8.html');
}
.v-image9 {
  background-image: url('../../../images/portfolio/v-image9.html');
}
.v-image10 {
  background-image: url('../../../images/portfolio/v-image10.html');
}
.v-image11 {
  background-image: url('../../../images/portfolio/v-image11.html');
}
.v-image12 {
  background-image: url('../../../images/portfolio/v-image12.html');
}
/*** Portfolio masonry ***/
/*** hover images ***/
.neko-hover-1 .mask-over a,
.neko-hover-2 .mask-over a {
  text-transform: none;
  font-weight: normal;
  letter-spacing: 0.02em;
}
/*** prelaoder custom infografix ***/
@media (max-width: 1025px) {
  .preloader-btn-start p,
  .preloader-btn-start img {
    display: none;
  }
}
/*** pricing table ***/
.pricing-table h2 {
  text-transform: uppercase;
  font-family: "Lato", 'Open Sans', sans-serif;
  letter-spacing: 2px;
  font-size: 14px;
  line-height: 30px;
}
.pricing-table:not(.focus-plan) {
  border: none;
}
.pricing-table:not(.focus-plan) .pricing {
  border-top: none;
}
.pricing-table:not(.focus-plan) .pricing h3 {
  font-size: 48px;
  padding-bottom: 60px;
}
.pricing-table.focus-plan {
  margin-right: 15px;
}
.pricing-table.focus-plan .pricing {
  padding-bottom: 60px;
}
.pricing-table ul li {
  padding-top: 15px;
  padding-bottom: 15px;
}
/*** tocify (demo neko css framework) ***/
#toc {
  position: static;
  width: 100%;
  border-radius: 0;
  max-height: none;
}
.ln-doc-example {
  border: 1px solid transparent;
  position: relative;
  padding: 45px 15px 30px 15px;
  margin-bottom: 1.5em;
  border-radius: 4px;
  float: left;
  width: 100%;
}
.ln-doc-example:after {
  position: absolute;
  top: 15px;
  left: 15px;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
  content: "Example";
}
body.header-7 .ln-doc-example #pre-header {
  display: block!important;
  height: 31px!important;
  padding-top: 5px!important;
  margin-top: 0!important;
  padding-bottom: 5px!important;
  margin-bottom: 0 !important;
}
.ln-doc-example .container {
  width: 100% !important;
}
.tocify-header {
  text-indent: 0px;
}
.tocify li.tocify-item {
  border-bottom: 1px solid #D7D7D7;
}
.tocify li.tocify-item > a {
  padding: 16px 0;
}
.tocify li.tocify-item > a:hover {
  background: none;
}
/*** swiper tabs ***/
.swiper-tab .swiper-engine .content-slide {
  bottom: 30%;
  width: auto;
  padding: 24px;
  display: inline-block;
  left: 10%;
  text-align: left;
}
.swiper-tab .swiper-engine .content-slide p {
  margin-bottom: 0;
}
/*** swiper coming soon ***/
.coming-soon-slider.swiper-parent .pagination {
  width: 100%;
  text-align: center;
}
.coming-soon-slider.swiper-parent .swiper-pagination-switch {
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  opacity: .5;
  border: none;
  background: white;
}
.coming-soon-slider.swiper-parent .swiper-active-switch {
  opacity: 1;
}
/*** form ***/
.form-control {
  border-radius: 0;
}
.form-group {
  margin-bottom: 30px;
}
/*** news button ***/
#section-over.home-sidebar article {
  margin-bottom: 35px;
}
@media (min-width: 1025px) {
  #section-over {
    /*position: relative;*/
    margin-top: -16px;
    /*z-index: 999;*/
  }
  #section-over.home-sidebar article {
    margin-bottom: 45px;
  }
  #section-over.home-sidebar h3 {
    margin-bottom: 5px;
  }
}
.btn-news {
  padding: 0 30px 0 0;
  height: 60px;
  display: block;
  margin-right: 15px;
  -webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -moz-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  -o-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
  margin-top:30px;
  /* easeOutQuint */
}
.btn-news i {
  height: 60px;
  width: 60px;
  margin-left: 30px;
  line-height: 60px;
  margin-left: 0;
  text-align: center;
  font-size: 30px;
}
.btn-news span {
  font-size: 30px;
  line-height: 60px;
  font-family: "Lato", 'Libre Baskerville', serif;
  padding-left: 15px;
}
.btn-news:hover {
  /*.neko-transition-in;*/
  text-decoration: none;
}
/*** works ***/
.works-list li {
  width: 75px;
  height: 75px;
}
/*** revolution slider ***/
.h1-title {
  font-family: "Lato", 'Libre Baskerville', serif;
}
.h1-title-light {
  font-family: "Lato", 'Libre Baskerville', serif;
  color: white;
}
.rev_slider .btn {
  white-space: inherit;
}
/*** lists ***/
/*ul.border li{
	margin-bottom: 0;
}*/
.dark-color
{
	background-color: #111;
	color: #fcfcfc
}
.light-color
{
	background-color: #f5f5f5;
	color: #222
}
.dark-main-color
{
	background-color: #ab5f2c;
	color: #fff
}
.main-color
{
	background-color: #d1773d;
	color: #fff
}
.light-main-color
{
	background-color: #8f796b;
	color: #fff
}
.dark-color .dark-color
{
	background-color: #1e1e1e
}
.light-color .light-color
{
	background-color: #e8e8e8
}
.dark-main-color .dark-main-color
{
	background-color: #bf6a31
}
.main-color .main-color
{
	background-color: #d68552;
	color: #fff
}
.light-main-color .light-main-color
{
	background-color: #726055
}
.body-color
{
	background-color: #fff;
	color: #575757
}
	body
{
	background: #fff;
	color: #575757
}
	h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6
{
	color: #111
}
	h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small,h1 .small,h2 .small,h3 .small,h4 .small,h5 .small,h6 .small,.h1 .small,.h2 .small,.h3 .small,.h4 .small,.h5 .small,.h6 .small
{
	color: inherit
}
.lead
{
	color: #111
}
.main-color h1,.light-main-color h1,.dark-main-color h1,.dark-color h1,.main-color h2,.light-main-color h2,.dark-main-color h2,.dark-color h2,.main-color h3,.light-main-color h3,.dark-main-color h3,.dark-color h3,.main-color h4,.light-main-color h4,.dark-main-color h4,.dark-color h4,.main-color h5,.light-main-color h5,.dark-main-color h5,.dark-color h5,.main-color h6,.light-main-color h6,.dark-main-color h6,.dark-color h6,.main-color .h1,.light-main-color .h1,.dark-main-color .h1,.dark-color .h1,.main-color .h2,.light-main-color .h2,.dark-main-color .h2,.dark-color .h2,.main-color .h3,.light-main-color .h3,.dark-main-color .h3,.dark-color .h3,.main-color .h4,.light-main-color .h4,.dark-main-color .h4,.dark-color .h4,.main-color .h5,.light-main-color .h5,.dark-main-color .h5,.dark-color .h5,.main-color .h6,.light-main-color .h6,.dark-main-color .h6,.dark-color .h6,.main-color .lead,.light-main-color .lead,.dark-main-color .lead,.dark-color .lead
{
	color: inherit
}
.text-light h1,.text-light h2,.text-light h1 span,.text-light h2 span,.text-light h3,.text-light h4,.text-light h5,.text-light h6,.text-light p,.text-light p.lead,.text-light blockquote,.text-light cite
{
	color: #fff
}
.page-header .text-light h1,.page-header .text-light h2,.page-header .text-light h3,.page-header .text-light h4,.page-header .text-light h5,.page-header .text-light h6,.page-header .text-light p,.page-header .text-light p.lead,.page-header .text-light blockquote,.page-header .text-light cite
{
	color: #fff
}
	h1.text-light,h2.text-light,h1 span.text-light,h2 span.text-light,h3.text-light,h4.text-light,h5.text-light,h6.text-light,p.text-light,p.lead.text-light,blockquote.text-light,cite.text-light
{
	color: #fff
}
.page-header h1.text-light,.page-header h2.text-light,.page-header h3.text-light,.page-header h4.text-light,.page-header h5.text-light,.page-header h6.text-light,.page-header p.text-light,.page-header p.lead.text-light,.page-header blockquote.text-light,.page-header cite.text-light
{
	color: #fff
}
.text-shadow
{
	text-shadow: 0px 2px 5px rgba(0,0,0,0.4)
}
.text-body-color
{
	color: #575757
}
	h1.text-main-color,h2.text-main-color,h1 span.text-main-color,h2 span.text-main-color,h3.text-main-color,h4.text-main-color,h5.text-main-color,h6.text-main-color,p.text-main-color,p.lead.text-main-color,blockquote.text-main-color,cite.text-main-color,span.text-main-color,h1 .text-main-color,h2 .text-main-color,h1 span .text-main-color,h2 span .text-main-color,h3 .text-main-color,h4 .text-main-color,h5 .text-main-color,h6 .text-main-color,p .text-main-color,p.lead .text-main-color,blockquote .text-main-color,cite .text-main-color,span .text-main-color
{
	color: #d1773d
}
	h1.text-light,h2.text-light,h1 span.text-light,h2 span.text-light,h3.text-light,h4.text-light,h5.text-light,h6.text-light,p.text-light,p.lead.text-light
{
	color: #fff
}
	mark,.mark
{
	background-color: #d1773d;
	color: #fff
}
.main-color mark,.main-color .mark
{
	background-color: #8f796b
}
	a,a:hover,a:focus,a:active
{
	color: #d1773d
}
.main-color a,.main-color a:hover,.main-color a:focus
{
	color: #f3dccd
}
.light-main-color a,.light-main-color a:hover,.light-main-color a:focus
{
	color: #b15f2a
}
.dark-color a:hover,.dark-color a:focus
{
	color: #fcfcfc
}
.light-color a:hover,.light-color a:focus
{
	color: #222
}
	a.box-link
{
	color: #575757
}
	a.box-link h1,a.box-link h2,a.box-link h3,a.box-link h4,a.box-link h5,a.box-link h6,a.box-link p
{
	color: #575757
}
	a.box-link:hover
{
	color: #d1773d
}
	a.box-link:hover h1,a.box-link:hover h2,a.box-link:hover h3,a.box-link:hover h4,a.box-link:hover h5,a.box-link:hover h6,a.box-link:hover p
{
	color: #d1773d
}
.main-color a.box-link
{
	color: #fff
}
.main-color a.box-link h1,.main-color a.box-link h2,.main-color a.box-link h3,.main-color a.box-link h4,.main-color a.box-link h5,.main-color a.box-link h6,.main-color a.box-link p
{
	color: #fff
}
.main-color a.box-link:hover
{
	color: #9c5425
}
.main-color a.box-link:hover h1,.main-color a.box-link:hover h2,.main-color a.box-link:hover h3,.main-color a.box-link:hover h4,.main-color a.box-link:hover h5,.main-color a.box-link:hover h6,.main-color a.box-link:hover p
{
	color: #9c5425
}
.dark-main-color a.box-link
{
	color: #fff
}
.dark-main-color a.box-link h1,.dark-main-color a.box-link h2,.dark-main-color a.box-link h3,.dark-main-color a.box-link h4,.dark-main-color a.box-link h5,.dark-main-color a.box-link h6,.dark-main-color a.box-link p
{
	color: #fff
}
.dark-main-color a.box-link:hover
{
	color: #d28551
}
.dark-main-color a.box-link:hover h1,.dark-main-color a.box-link:hover h2,.dark-main-color a.box-link:hover h3,.dark-main-color a.box-link:hover h4,.dark-main-color a.box-link:hover h5,.dark-main-color a.box-link:hover h6,.dark-main-color a.box-link:hover p
{
	color: #d28551
}
.light-main-color a.box-link
{
	color: #fff
}
.light-main-color a.box-link h1,.light-main-color a.box-link h2,.light-main-color a.box-link h3,.light-main-color a.box-link h4,.light-main-color a.box-link h5,.light-main-color a.box-link h6,.light-main-color a.box-link p
{
	color: #fff
}
.light-main-color a.box-link:hover
{
	color: #63544a
}
.light-main-color a.box-link:hover h1,.light-main-color a.box-link:hover h2,.light-main-color a.box-link:hover h3,.light-main-color a.box-link:hover h4,.light-main-color a.box-link:hover h5,.light-main-color a.box-link:hover h6,.light-main-color a.box-link:hover p
{
	color: #63544a
}
.light-color a.box-link
{
	color: #222
}
.light-color a.box-link h1,.light-color a.box-link h2,.light-color a.box-link h3,.light-color a.box-link h4,.light-color a.box-link h5,.light-color a.box-link h6,.light-color a.box-link p
{
	color: #222
}
.light-color a.box-link:hover
{
	color: #d1773d
}
.light-color a.box-link:hover h1,.light-color a.box-link:hover h2,.light-color a.box-link:hover h3,.light-color a.box-link:hover h4,.light-color a.box-link:hover h5,.light-color a.box-link:hover h6,.light-color a.box-link:hover p
{
	color: #d1773d
}
.dark-color a.box-link
{
	color: #fcfcfc
}
.dark-color a.box-link h1,.dark-color a.box-link h2,.dark-color a.box-link h3,.dark-color a.box-link h4,.dark-color a.box-link h5,.dark-color a.box-link h6,.dark-color a.box-link p
{
	color: #fcfcfc
}
.dark-color a.box-link:hover
{
	color: #d1773d
}
.dark-color a.box-link:hover h1,.dark-color a.box-link:hover h2,.dark-color a.box-link:hover h3,.dark-color a.box-link:hover h4,.dark-color a.box-link:hover h5,.dark-color a.box-link:hover h6,.dark-color a.box-link:hover p
{
	color: #d1773d
}
	blockquote
{
	border-color: #dcdcdc
}
	blockquote:before
{
	color: #eee
}
.blockquote-reverse
{
	border-left-color: #d5d5d5
}
.dark-main-color blockquote
{
	background-color: #d1773d;
	border-color: #b15f2a;
	color: #fff
}
.dark-main-color blockquote h1,.dark-main-color blockquote h2,.dark-main-color blockquote h3,.dark-main-color blockquote h4,.dark-main-color blockquote h5,.dark-main-color blockquote h6,.dark-main-color blockquote p
{
	color: #fff
}
.dark-main-color blockquote footer
{
	color: #9c5425
}
.dark-main-color blockquote:before
{
	color: #fff
}
.main-color blockquote
{
	background-color: #8f796b;
	border-color: #726055;
	color: #fff
}
.main-color blockquote h1,.main-color blockquote h2,.main-color blockquote h3,.main-color blockquote h4,.main-color blockquote h5,.main-color blockquote h6,.main-color blockquote p
{
	color: #fff
}
.main-color blockquote footer
{
	color: #55483f
}
.main-color blockquote:before
{
	color: #726055
}
.light-main-color blockquote
{
	background-color: #d1773d;
	border-color: #b15f2a;
	color: #fff
}
.light-main-color blockquote h1,.light-main-color blockquote h2,.light-main-color blockquote h3,.light-main-color blockquote h4,.light-main-color blockquote h5,.light-main-color blockquote h6,.light-main-color blockquote p
{
	color: #fff
}
.light-main-color blockquote footer
{
	color: #9c5425
}
.light-main-color blockquote:before
{
	color: #ab5f2c
}
.dark-color blockquote
{
	background-color: #1e1e1e;
	border-color: #040404;
	color: #fcfcfc
}
.dark-color blockquote h1,.dark-color blockquote h2,.dark-color blockquote h3,.dark-color blockquote h4,.dark-color blockquote h5,.dark-color blockquote h6,.dark-color blockquote p
{
	color: #fcfcfc
}
.dark-color blockquote footer
{
	color: #515151
}
.dark-color blockquote:before
{
	color: #111
}
.light-color blockquote
{
	background-color: #e8e8e8;
	border-color: #cfcfcf;
	color: #222
}
.light-color blockquote h1,.light-color blockquote h2,.light-color blockquote h3,.light-color blockquote h4,.light-color blockquote h5,.light-color blockquote h6,.light-color blockquote p
{
	color: #222
}
.light-color blockquote footer
{
	color: #b5b5b5
}
.light-color blockquote:before
{
	color: #cfcfcf
}
.dark-main-color blockquote.main-color,.main-color blockquote.main-color,.light-main-color blockquote.main-color,.dark-color blockquote.main-color,.light-color blockquote.main-color
{
	background-color: #d1773d;
	border-color: #b15f2a;
	color: #fff
}
.dark-main-color blockquote.main-color h1,.main-color blockquote.main-color h1,.light-main-color blockquote.main-color h1,.dark-color blockquote.main-color h1,.light-color blockquote.main-color h1,.dark-main-color blockquote.main-color h2,.main-color blockquote.main-color h2,.light-main-color blockquote.main-color h2,.dark-color blockquote.main-color h2,.light-color blockquote.main-color h2,.dark-main-color blockquote.main-color h3,.main-color blockquote.main-color h3,.light-main-color blockquote.main-color h3,.dark-color blockquote.main-color h3,.light-color blockquote.main-color h3,.dark-main-color blockquote.main-color h4,.main-color blockquote.main-color h4,.light-main-color blockquote.main-color h4,.dark-color blockquote.main-color h4,.light-color blockquote.main-color h4,.dark-main-color blockquote.main-color h5,.main-color blockquote.main-color h5,.light-main-color blockquote.main-color h5,.dark-color blockquote.main-color h5,.light-color blockquote.main-color h5,.dark-main-color blockquote.main-color h6,.main-color blockquote.main-color h6,.light-main-color blockquote.main-color h6,.dark-color blockquote.main-color h6,.light-color blockquote.main-color h6,.dark-main-color blockquote.main-color p,.main-color blockquote.main-color p,.light-main-color blockquote.main-color p,.dark-color blockquote.main-color p,.light-color blockquote.main-color p
{
	color: #fff
}
.dark-main-color blockquote.main-color footer,.main-color blockquote.main-color footer,.light-main-color blockquote.main-color footer,.dark-color blockquote.main-color footer,.light-color blockquote.main-color footer
{
	color: #9c5425
}
.dark-main-color blockquote.dark-main-color,.main-color blockquote.dark-main-color,.light-main-color blockquote.dark-main-color,.dark-color blockquote.dark-main-color,.light-color blockquote.dark-main-color
{
	background-color: #ab5f2c;
	border-color: #824822;
	color: #fff
}
.dark-main-color blockquote.dark-main-color h1,.main-color blockquote.dark-main-color h1,.light-main-color blockquote.dark-main-color h1,.dark-color blockquote.dark-main-color h1,.light-color blockquote.dark-main-color h1,.dark-main-color blockquote.dark-main-color h2,.main-color blockquote.dark-main-color h2,.light-main-color blockquote.dark-main-color h2,.dark-color blockquote.dark-main-color h2,.light-color blockquote.dark-main-color h2,.dark-main-color blockquote.dark-main-color h3,.main-color blockquote.dark-main-color h3,.light-main-color blockquote.dark-main-color h3,.dark-color blockquote.dark-main-color h3,.light-color blockquote.dark-main-color h3,.dark-main-color blockquote.dark-main-color h4,.main-color blockquote.dark-main-color h4,.light-main-color blockquote.dark-main-color h4,.dark-color blockquote.dark-main-color h4,.light-color blockquote.dark-main-color h4,.dark-main-color blockquote.dark-main-color h5,.main-color blockquote.dark-main-color h5,.light-main-color blockquote.dark-main-color h5,.dark-color blockquote.dark-main-color h5,.light-color blockquote.dark-main-color h5,.dark-main-color blockquote.dark-main-color h6,.main-color blockquote.dark-main-color h6,.light-main-color blockquote.dark-main-color h6,.dark-color blockquote.dark-main-color h6,.light-color blockquote.dark-main-color h6,.dark-main-color blockquote.dark-main-color p,.main-color blockquote.dark-main-color p,.light-main-color blockquote.dark-main-color p,.dark-color blockquote.dark-main-color p,.light-color blockquote.dark-main-color p
{
	color: #fff
}
.dark-main-color blockquote.dark-main-color footer,.main-color blockquote.dark-main-color footer,.light-main-color blockquote.dark-main-color footer,.dark-color blockquote.dark-main-color footer,.light-color blockquote.dark-main-color footer
{
	color: #6e3d1c
}
.dark-main-color blockquote.light-main-color,.main-color blockquote.light-main-color,.light-main-color blockquote.light-main-color,.dark-color blockquote.light-main-color,.light-color blockquote.light-main-color
{
	background-color: #8f796b;
	border-color: #726055;
	color: #fff
}
.dark-main-color blockquote.light-main-color h1,.main-color blockquote.light-main-color h1,.light-main-color blockquote.light-main-color h1,.dark-color blockquote.light-main-color h1,.light-color blockquote.light-main-color h1,.dark-main-color blockquote.light-main-color h2,.main-color blockquote.light-main-color h2,.light-main-color blockquote.light-main-color h2,.dark-color blockquote.light-main-color h2,.light-color blockquote.light-main-color h2,.dark-main-color blockquote.light-main-color h3,.main-color blockquote.light-main-color h3,.light-main-color blockquote.light-main-color h3,.dark-color blockquote.light-main-color h3,.light-color blockquote.light-main-color h3,.dark-main-color blockquote.light-main-color h4,.main-color blockquote.light-main-color h4,.light-main-color blockquote.light-main-color h4,.dark-color blockquote.light-main-color h4,.light-color blockquote.light-main-color h4,.dark-main-color blockquote.light-main-color h5,.main-color blockquote.light-main-color h5,.light-main-color blockquote.light-main-color h5,.dark-color blockquote.light-main-color h5,.light-color blockquote.light-main-color h5,.dark-main-color blockquote.light-main-color h6,.main-color blockquote.light-main-color h6,.light-main-color blockquote.light-main-color h6,.dark-color blockquote.light-main-color h6,.light-color blockquote.light-main-color h6,.dark-main-color blockquote.light-main-color p,.main-color blockquote.light-main-color p,.light-main-color blockquote.light-main-color p,.dark-color blockquote.light-main-color p,.light-color blockquote.light-main-color p
{
	color: #fff
}
.dark-main-color blockquote.light-main-color footer,.main-color blockquote.light-main-color footer,.light-main-color blockquote.light-main-color footer,.dark-color blockquote.light-main-color footer,.light-color blockquote.light-main-color footer
{
	color: #55483f
}
.dark-main-color blockquote.dark-color,.main-color blockquote.dark-color,.light-main-color blockquote.dark-color,.dark-color blockquote.dark-color,.light-color blockquote.dark-color
{
	background-color: #111;
	border-color: #000;
	color: #fcfcfc
}
.dark-main-color blockquote.dark-color h1,.main-color blockquote.dark-color h1,.light-main-color blockquote.dark-color h1,.dark-color blockquote.dark-color h1,.light-color blockquote.dark-color h1,.dark-main-color blockquote.dark-color h2,.main-color blockquote.dark-color h2,.light-main-color blockquote.dark-color h2,.dark-color blockquote.dark-color h2,.light-color blockquote.dark-color h2,.dark-main-color blockquote.dark-color h3,.main-color blockquote.dark-color h3,.light-main-color blockquote.dark-color h3,.dark-color blockquote.dark-color h3,.light-color blockquote.dark-color h3,.dark-main-color blockquote.dark-color h4,.main-color blockquote.dark-color h4,.light-main-color blockquote.dark-color h4,.dark-color blockquote.dark-color h4,.light-color blockquote.dark-color h4,.dark-main-color blockquote.dark-color h5,.main-color blockquote.dark-color h5,.light-main-color blockquote.dark-color h5,.dark-color blockquote.dark-color h5,.light-color blockquote.dark-color h5,.dark-main-color blockquote.dark-color h6,.main-color blockquote.dark-color h6,.light-main-color blockquote.dark-color h6,.dark-color blockquote.dark-color h6,.light-color blockquote.dark-color h6,.dark-main-color blockquote.dark-color p,.main-color blockquote.dark-color p,.light-main-color blockquote.dark-color p,.dark-color blockquote.dark-color p,.light-color blockquote.dark-color p
{
	color: #fcfcfc
}
.dark-main-color blockquote.dark-color footer,.main-color blockquote.dark-color footer,.light-main-color blockquote.dark-color footer,.dark-color blockquote.dark-color footer,.light-color blockquote.dark-color footer
{
	color: #373737
}
.dark-main-color blockquote.light-color,.main-color blockquote.light-color,.light-main-color blockquote.light-color,.dark-color blockquote.light-color,.light-color blockquote.light-color
{
	background-color: #f5f5f5;
	border-color: #dcdcdc;
	color: #222
}
.dark-main-color blockquote.light-color h1,.main-color blockquote.light-color h1,.light-main-color blockquote.light-color h1,.dark-color blockquote.light-color h1,.light-color blockquote.light-color h1,.dark-main-color blockquote.light-color h2,.main-color blockquote.light-color h2,.light-main-color blockquote.light-color h2,.dark-color blockquote.light-color h2,.light-color blockquote.light-color h2,.dark-main-color blockquote.light-color h3,.main-color blockquote.light-color h3,.light-main-color blockquote.light-color h3,.dark-color blockquote.light-color h3,.light-color blockquote.light-color h3,.dark-main-color blockquote.light-color h4,.main-color blockquote.light-color h4,.light-main-color blockquote.light-color h4,.dark-color blockquote.light-color h4,.light-color blockquote.light-color h4,.dark-main-color blockquote.light-color h5,.main-color blockquote.light-color h5,.light-main-color blockquote.light-color h5,.dark-color blockquote.light-color h5,.light-color blockquote.light-color h5,.dark-main-color blockquote.light-color h6,.main-color blockquote.light-color h6,.light-main-color blockquote.light-color h6,.dark-color blockquote.light-color h6,.light-color blockquote.light-color h6,.dark-main-color blockquote.light-color p,.main-color blockquote.light-color p,.light-main-color blockquote.light-color p,.dark-color blockquote.light-color p,.light-color blockquote.light-color p
{
	color: #222
}
.dark-main-color blockquote.light-color footer,.main-color blockquote.light-color footer,.light-main-color blockquote.light-color footer,.dark-color blockquote.light-color footer,.light-color blockquote.light-color footer
{
	color: #b5b5b5
}
.dark-main-color blockquote.white,.main-color blockquote.white,.light-main-color blockquote.white,.dark-color blockquote.white,.light-color blockquote.white
{
	background-color: #fff;
	border-color: #e6e6e6;
	color: #575757
}
.dark-main-color blockquote.white h1,.main-color blockquote.white h1,.light-main-color blockquote.white h1,.dark-color blockquote.white h1,.light-color blockquote.white h1,.dark-main-color blockquote.white h2,.main-color blockquote.white h2,.light-main-color blockquote.white h2,.dark-color blockquote.white h2,.light-color blockquote.white h2,.dark-main-color blockquote.white h3,.main-color blockquote.white h3,.light-main-color blockquote.white h3,.dark-color blockquote.white h3,.light-color blockquote.white h3,.dark-main-color blockquote.white h4,.main-color blockquote.white h4,.light-main-color blockquote.white h4,.dark-color blockquote.white h4,.light-color blockquote.white h4,.dark-main-color blockquote.white h5,.main-color blockquote.white h5,.light-main-color blockquote.white h5,.dark-color blockquote.white h5,.light-color blockquote.white h5,.dark-main-color blockquote.white h6,.main-color blockquote.white h6,.light-main-color blockquote.white h6,.dark-color blockquote.white h6,.light-color blockquote.white h6,.dark-main-color blockquote.white p,.main-color blockquote.white p,.light-main-color blockquote.white p,.dark-color blockquote.white p,.light-color blockquote.white p
{
	color: #575757
}
.dark-main-color blockquote.white footer,.main-color blockquote.white footer,.light-main-color blockquote.white footer,.dark-color blockquote.white footer,.light-color blockquote.white footer
{
	color: #bfbfbf
}
	ul.border li
{
	border-bottom-color: #d7d7d7
}
.light-color ul.border li
{
	border-bottom-color: #cfcfcf
}
.dark-color ul.border li
{
	border-bottom-color: #fff
}
.dark-main-color ul.border li
{
	border-bottom-color: #d1773d
}
.light-main-color ul.border li
{
	border-bottom-color: #63544a
}
.main-color ul.border li
{
	border-bottom-color: #d89365
}
.list-icon li:before,li > i
{
	color: #d1773d
}
.light-main-color .list-icon li:before,.dark-main-color .list-icon li:before,.main-color .list-icon li:before,.dark-color .list-icon li:before,.light-color .list-icon li:before
{
	color: inherit
}
.list-icon.rounded li:before,li > i[class^="icon-"].rounded:before,li > i[class*=" icon-"].rounded:before
{
	background-color: #d1773d;
	color: #fff
}
.main-color .list-icon.rounded li:before,.main-color li > i[class^="icon-"].rounded:before,.main-color li > i[class*=" icon-"].rounded:before
{
	background-color: #8f796b
}
.nav-list li a
{
	color: #575757
}
.nav-list li a:before,.nav-list li a:hover
{
	color: #d1773d
}
.table td
{
	background-color: #fff;
	color: #575757
}
.table > thead > tr > th,.table > thead > tr > th
{
	background-color: #d1773d;
	color: #fff
}
.table,.table > thead > tr > th,.table > thead > tr > td,.table > tbody > tr > td,.table > tfoot > tr > td
{
	border-color: #d7d7d7
}
.dark-color .table > thead > tr > td,.dark-color .table > tbody > tr > td,.dark-color .table > tfoot > tr > td,.dark-color .table > thead > tr > th,.dark-color .table
{
	border-color: #000
}
.light-color .table > thead > tr > td,.light-color .table > tbody > tr > td,.light-color .table > tfoot > tr > td,.light-color .table > thead > tr > th,.light-color .table
{
	border-color: #dcdcdc
}
.main-color .table > thead > tr > td,.main-color .table > tbody > tr > td,.main-color .table > tfoot > tr > td,.main-color .table > thead > tr > th,.main-color .table
{
	border-color: #b15f2a
}
.main-color .table > thead > tr > th,.main-color .table > thead > tr > th
{
	color: #fff
}
.dark-main-color .table > thead > tr > td,.dark-main-color .table > tbody > tr > td,.dark-main-color .table > tfoot > tr > td,.dark-main-color .table > thead > tr > th,.dark-main-color .table
{
	border-color: #824822
}
.light-main-color .table > thead > tr > td,.light-main-color .table > tbody > tr > td,.light-main-color .table > tfoot > tr > td,.light-main-color .table > thead > tr > th,.light-main-color .table
{
	border-color: #726055
}
.table-bordered
{
	border-color: #d7d7d7
}
.table-bordered > thead > tr > th,.table-bordered > tbody > tr > th,.table-bordered > tfoot > tr > th,.table-bordered > thead > tr > td,.table-bordered > tbody > tr > td,.table-bordered > tfoot > tr > td
{
	border-color: #d7d7d7
}
.form-control
{
	box-shadow: none
}
.form-control:focus
{
	border-color: #d1773d;
	-webkit-box-shadow: none;
	box-shadow: none
}
.main-color .form-control:focus
{
	border-color: #8f796b
}
.dark-main-color .form-control
{
	border-color: #824822
}
.dark-main-color .form-control:focus
{
	border-color: #8f796b
}
.dark-main-color .help-block
{
	color: #fff
}
.light-main-color .form-control
{
	border-color: #726055
}
.light-main-color .form-control:focus
{
	border-color: #d1773d
}
.dark-color .form-control
{
	border-color: #000
}
.dark-color .form-control:focus
{
	border-color: #d1773d
}
.light-color .form-control
{
	border-color: #dcdcdc
}
.light-color .form-control:focus
{
	border-color: #d1773d
}
.form-minimal .form-line
{
	background-color: #d1773d
}
.form-minimal .form-control
{
	border-bottom-color: #ddd;
	background-color: transparent
}
.form-minimal .form-control:focus
{
	border-color: #ddd
}
.form-minimal .has-error .form-control
{
	box-shadow: none;
	border-bottom-color: #A94442
}
.form-minimal:focus
{
	border-bottom: none !important
}
.btn
{
	color: #575757
}
.btn :active,.btn .active
{
	box-shadow: none
}
.main-color .btn,.dark-main-color .btn,.light-main-color .btn,.dark-color .btn,.light-color .btn,.main-color .btn:hover,.dark-main-color .btn:hover,.light-main-color .btn:hover,.dark-color .btn:hover,.light-color .btn:hover
{
	color: #575757
}
.btn-default,.btn.default
{
	color: #575757;
	background-color: #fff;
	border-color: #979797
}
.btn-default:hover,.btn-default:focus,.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default,.btn.default:hover,.btn.default:focus,.btn.default:active,.btn.default.active,.open > .dropdown-toggle.btn.default
{
	color: #575757;
	background-color: #e6e6e6;
	border-color: #787878
}
.btn-default:active,.btn-default.active,.open > .dropdown-toggle.btn-default,.btn.default:active,.btn.default.active,.open > .dropdown-toggle.btn.default
{
	background-image: none
}
.btn-default.disabled,.btn-default[disabled],fieldset[disabled] .btn-default,.btn-default.disabled:hover,.btn-default[disabled]:hover,fieldset[disabled] .btn-default:hover,.btn-default.disabled:focus,.btn-default[disabled]:focus,fieldset[disabled] .btn-default:focus,.btn-default.disabled:active,.btn-default[disabled]:active,fieldset[disabled] .btn-default:active,.btn-default.disabled.active,.btn-default[disabled].active,fieldset[disabled] .btn-default.active,.btn.default.disabled,.btn.default[disabled],fieldset[disabled] .btn.default,.btn.default.disabled:hover,.btn.default[disabled]:hover,fieldset[disabled] .btn.default:hover,.btn.default.disabled:focus,.btn.default[disabled]:focus,fieldset[disabled] .btn.default:focus,.btn.default.disabled:active,.btn.default[disabled]:active,fieldset[disabled] .btn.default:active,.btn.default.disabled.active,.btn.default[disabled].active,fieldset[disabled] .btn.default.active
{
	background-color: #fff;
	border-color: #979797
}
.btn-default .badge,.btn.default .badge
{
	color: #fff;
	background-color: #575757
}
.btn-primary,.btn.primary
{
	color: #fff;
	background-color: #d1773d;
	border-color: #c66a2f
}
.btn-primary:hover,.btn-primary:focus,.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn.primary:hover,.btn.primary:focus,.btn.primary:active,.btn.primary.active,.open > .dropdown-toggle.btn.primary
{
	color: #fff;
	background-color: #b15f2a;
	border-color: #944f23
}
.btn-primary:active,.btn-primary.active,.open > .dropdown-toggle.btn-primary,.btn.primary:active,.btn.primary.active,.open > .dropdown-toggle.btn.primary
{
	background-image: none
}
.btn-primary.disabled,.btn-primary[disabled],fieldset[disabled] .btn-primary,.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:active,.btn-primary[disabled]:active,fieldset[disabled] .btn-primary:active,.btn-primary.disabled.active,.btn-primary[disabled].active,fieldset[disabled] .btn-primary.active,.btn.primary.disabled,.btn.primary[disabled],fieldset[disabled] .btn.primary,.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:active,.btn.primary[disabled]:active,fieldset[disabled] .btn.primary:active,.btn.primary.disabled.active,.btn.primary[disabled].active,fieldset[disabled] .btn.primary.active
{
	background-color: #d1773d;
	border-color: #c66a2f
}
.btn-primary .badge,.btn.primary .badge
{
	color: #d1773d;
	background-color: #fff
}
.btn-success,.btn.success
{
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success:hover,.btn-success:focus,.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success,.btn.success:hover,.btn.success:focus,.btn.success:active,.btn.success.active,.open > .dropdown-toggle.btn.success
{
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}
.btn-success:active,.btn-success.active,.open > .dropdown-toggle.btn-success,.btn.success:active,.btn.success.active,.open > .dropdown-toggle.btn.success
{
	background-image: none
}
.btn-success.disabled,.btn-success[disabled],fieldset[disabled] .btn-success,.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:active,.btn-success[disabled]:active,fieldset[disabled] .btn-success:active,.btn-success.disabled.active,.btn-success[disabled].active,fieldset[disabled] .btn-success.active,.btn.success.disabled,.btn.success[disabled],fieldset[disabled] .btn.success,.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:active,.btn.success[disabled]:active,fieldset[disabled] .btn.success:active,.btn.success.disabled.active,.btn.success[disabled].active,fieldset[disabled] .btn.success.active
{
	background-color: #5cb85c;
	border-color: #4cae4c
}
.btn-success .badge,.btn.success .badge
{
	color: #5cb85c;
	background-color: #fff
}
.btn-info,.btn.info
{
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info:hover,.btn-info:focus,.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info,.btn.info:hover,.btn.info:focus,.btn.info:active,.btn.info.active,.open > .dropdown-toggle.btn.info
{
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}
.btn-info:active,.btn-info.active,.open > .dropdown-toggle.btn-info,.btn.info:active,.btn.info.active,.open > .dropdown-toggle.btn.info
{
	background-image: none
}
.btn-info.disabled,.btn-info[disabled],fieldset[disabled] .btn-info,.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:active,.btn-info[disabled]:active,fieldset[disabled] .btn-info:active,.btn-info.disabled.active,.btn-info[disabled].active,fieldset[disabled] .btn-info.active,.btn.info.disabled,.btn.info[disabled],fieldset[disabled] .btn.info,.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:active,.btn.info[disabled]:active,fieldset[disabled] .btn.info:active,.btn.info.disabled.active,.btn.info[disabled].active,fieldset[disabled] .btn.info.active
{
	background-color: #5bc0de;
	border-color: #46b8da
}
.btn-info .badge,.btn.info .badge
{
	color: #5bc0de;
	background-color: #fff
}
.btn-warning,.btn.warning
{
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning:hover,.btn-warning:focus,.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning,.btn.warning:hover,.btn.warning:focus,.btn.warning:active,.btn.warning.active,.open > .dropdown-toggle.btn.warning
{
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}
.btn-warning:active,.btn-warning.active,.open > .dropdown-toggle.btn-warning,.btn.warning:active,.btn.warning.active,.open > .dropdown-toggle.btn.warning
{
	background-image: none
}
.btn-warning.disabled,.btn-warning[disabled],fieldset[disabled] .btn-warning,.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:active,.btn-warning[disabled]:active,fieldset[disabled] .btn-warning:active,.btn-warning.disabled.active,.btn-warning[disabled].active,fieldset[disabled] .btn-warning.active,.btn.warning.disabled,.btn.warning[disabled],fieldset[disabled] .btn.warning,.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:active,.btn.warning[disabled]:active,fieldset[disabled] .btn.warning:active,.btn.warning.disabled.active,.btn.warning[disabled].active,fieldset[disabled] .btn.warning.active
{
	background-color: #f0ad4e;
	border-color: #eea236
}
.btn-warning .badge,.btn.warning .badge
{
	color: #f0ad4e;
	background-color: #fff
}
.btn-danger,.btn.danger
{
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger:hover,.btn-danger:focus,.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger,.btn.danger:hover,.btn.danger:focus,.btn.danger:active,.btn.danger.active,.open > .dropdown-toggle.btn.danger
{
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}
.btn-danger:active,.btn-danger.active,.open > .dropdown-toggle.btn-danger,.btn.danger:active,.btn.danger.active,.open > .dropdown-toggle.btn.danger
{
	background-image: none
}
.btn-danger.disabled,.btn-danger[disabled],fieldset[disabled] .btn-danger,.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:active,.btn-danger[disabled]:active,fieldset[disabled] .btn-danger:active,.btn-danger.disabled.active,.btn-danger[disabled].active,fieldset[disabled] .btn-danger.active,.btn.danger.disabled,.btn.danger[disabled],fieldset[disabled] .btn.danger,.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:active,.btn.danger[disabled]:active,fieldset[disabled] .btn.danger:active,.btn.danger.disabled.active,.btn.danger[disabled].active,fieldset[disabled] .btn.danger.active
{
	background-color: #d9534f;
	border-color: #d43f3a
}
.btn-danger .badge,.btn.danger .badge
{
	color: #d9534f;
	background-color: #fff
}
.btn.border,.btn-icon.border
{
	background: none;
	color: #575757;
	border-color: #575757
}
.btn.border:hover,.btn-icon.border:hover,.btn.border:active,.btn-icon.border:active
{
	color: #fff;
	background: #575757;
	border-color: #575757
}
.btn.border.white,.btn-icon.border.white
{
	color: #fff;
	border-color: #fff;
	opacity: 0.9
}
.btn.border.white:hover,.btn-icon.border.white:hover
{
	opacity: 1
}
.main-color .btn.border,.btn-icon.border
{
	background: none;
	color: #fff;
	border-color: #fff
}
.main-color .btn.border:hover,.btn-icon.border:hover,.main-color .btn.border:active,.btn-icon.border:active
{
	color: #d1773d;
	background: #fff;
	border-color: #fff
}
.main-color .btn.border.white,.btn-icon.border.white
{
	color: #fff;
	border-color: #fff;
	opacity: 0.9
}
.main-color .btn.border.white:hover,.btn-icon.border.white:hover
{
	opacity: 1
}
.btn.border i,.btn-icon.border i
{
	background: none;
	color: #575757;
	border-color: #575757
}
.btn.border i:hover,.btn-icon.border i:hover,.btn.border i:active,.btn-icon.border i:active
{
	color: #fff;
	background: #575757;
	border-color: #575757
}
.btn.border i.white,.btn-icon.border i.white
{
	color: #fff;
	border-color: #fff;
	opacity: 0.9
}
.btn.border i.white:hover,.btn-icon.border i.white:hover
{
	opacity: 1
}
.btn.border i:before,.btn-icon.border i:before
{
	color: #575757
}
.btn.border:hover i:before,.btn-icon.border:hover i:before
{
	color: #fff
}
.btn-default:active,.btn.default:active
{
	border-color: #fff;
	background-color: #fff;
	outline: none;
	box-shadow: none
}
.btn-primary:active,.btn.primary:active
{
	border-color: #d68552;
	background-color: #d68552;
	outline: none;
	box-shadow: none
}
.btn-success:active,.btn.success:active
{
	border-color: #6ec06e;
	background-color: #6ec06e;
	outline: none;
	box-shadow: none
}
.btn-info:active,.btn.info:active
{
	border-color: #70c8e2;
	background-color: #70c8e2;
	outline: none;
	box-shadow: none
}
.btn-warning:active,.btn.warning:active
{
	border-color: #f2b866;
	background-color: #f2b866;
	outline: none;
	box-shadow: none
}
.btn-danger:active,.btn.danger:active
{
	border-color: #de6764;
	background-color: #de6764;
	outline: none;
	box-shadow: none
}
.btn.rss,ul.social-icons-bar a.rss
{
	background-color: #f56505;
	border-color: #c35004;
	color: #fff
}
.btn.rss:hover,ul.social-icons-bar a.rss:hover
{
	background-color: #fb8232;
	border-color: #fb8232
}
.btn.facebook,ul.social-icons-bar a.facebook
{
	background-color: #3b5998;
	border-color: #2d4373;
	color: #fff
}
.btn.facebook:hover,ul.social-icons-bar a.facebook:hover
{
	background-color: #4c70ba;
	border-color: #4c70ba
}
.btn.twitter,ul.social-icons-bar a.twitter
{
	background-color: #3cf;
	border-color: #00bfff;
	color: #fff
}
.btn.twitter:hover,ul.social-icons-bar a.twitter:hover
{
	background-color: #66d9ff;
	border-color: #66d9ff
}
.btn.gplus,ul.social-icons-bar a.gplus
{
	background-color: #bd3518;
	border-color: #902812;
	color: #fff
}
.btn.gplus:hover,ul.social-icons-bar a.gplus:hover
{
	background-color: #e34625;
	border-color: #e34625
}
.btn.dribbble,ul.social-icons-bar a.dribbble
{
	background-color: #e04b85;
	border-color: #d42469;
	color: #fff
}
.btn.dribbble:hover,ul.social-icons-bar a.dribbble:hover
{
	background-color: #e777a2;
	border-color: #e777a2
}
.btn.linkedin,ul.social-icons-bar a.linkedin
{
	background-color: #007bb7;
	border-color: #005984;
	color: #fff
}
.btn.linkedin:hover,ul.social-icons-bar a.linkedin:hover
{
	background-color: #009dea;
	border-color: #009dea
}
	ul.social-icons a
{
	background: none
}
	ul.social-icons.main-color,ul.social-icons.dark-main-color,ul.social-icons.light-main-color,ul.social-icons.dark-color,ul.social-icons.light-color
{
	background: transparent
}
	ul.social-icons.dark-main-color i
{
	color: #ab5f2c
}
	ul.social-icons.light-main-color i
{
	color: #8f796b
}
	ul.social-icons.dark-color i
{
	color: #111
}
	ul.social-icons.light-color i
{
	color: #f5f5f5
}
	ul.social-icons.squared.main-color a.rss,ul.social-icons.circle.main-color a.rss,ul.social-icons.rounded.main-color a.rss,ul.social-icons.squared.main-color a.facebook,ul.social-icons.circle.main-color a.facebook,ul.social-icons.rounded.main-color a.facebook,ul.social-icons.squared.main-color a.twitter,ul.social-icons.circle.main-color a.twitter,ul.social-icons.rounded.main-color a.twitter,ul.social-icons.squared.main-color a.gplus,ul.social-icons.circle.main-color a.gplus,ul.social-icons.rounded.main-color a.gplus,ul.social-icons.squared.main-color a.dribbble,ul.social-icons.circle.main-color a.dribbble,ul.social-icons.rounded.main-color a.dribbble,ul.social-icons.squared.main-color a.linkedin,ul.social-icons.circle.main-color a.linkedin,ul.social-icons.rounded.main-color a.linkedin
{
	background-color: #d1773d;
	border-color: #c66a2f
}
	ul.social-icons.squared.main-color a.rss i,ul.social-icons.circle.main-color a.rss i,ul.social-icons.rounded.main-color a.rss i,ul.social-icons.squared.main-color a.facebook i,ul.social-icons.circle.main-color a.facebook i,ul.social-icons.rounded.main-color a.facebook i,ul.social-icons.squared.main-color a.twitter i,ul.social-icons.circle.main-color a.twitter i,ul.social-icons.rounded.main-color a.twitter i,ul.social-icons.squared.main-color a.gplus i,ul.social-icons.circle.main-color a.gplus i,ul.social-icons.rounded.main-color a.gplus i,ul.social-icons.squared.main-color a.dribbble i,ul.social-icons.circle.main-color a.dribbble i,ul.social-icons.rounded.main-color a.dribbble i,ul.social-icons.squared.main-color a.linkedin i,ul.social-icons.circle.main-color a.linkedin i,ul.social-icons.rounded.main-color a.linkedin i
{
	color: #fff
}
	ul.social-icons.squared.main-color a.rss:hover,ul.social-icons.circle.main-color a.rss:hover,ul.social-icons.rounded.main-color a.rss:hover,ul.social-icons.squared.main-color a.facebook:hover,ul.social-icons.circle.main-color a.facebook:hover,ul.social-icons.rounded.main-color a.facebook:hover,ul.social-icons.squared.main-color a.twitter:hover,ul.social-icons.circle.main-color a.twitter:hover,ul.social-icons.rounded.main-color a.twitter:hover,ul.social-icons.squared.main-color a.gplus:hover,ul.social-icons.circle.main-color a.gplus:hover,ul.social-icons.rounded.main-color a.gplus:hover,ul.social-icons.squared.main-color a.dribbble:hover,ul.social-icons.circle.main-color a.dribbble:hover,ul.social-icons.rounded.main-color a.dribbble:hover,ul.social-icons.squared.main-color a.linkedin:hover,ul.social-icons.circle.main-color a.linkedin:hover,ul.social-icons.rounded.main-color a.linkedin:hover
{
	background-color: #db9466;
	border-color: #d68552
}
	ul.social-icons.squared.dark-main-color a.rss,ul.social-icons.circle.dark-main-color a.rss,ul.social-icons.rounded.dark-main-color a.rss,ul.social-icons.squared.dark-main-color a.facebook,ul.social-icons.circle.dark-main-color a.facebook,ul.social-icons.rounded.dark-main-color a.facebook,ul.social-icons.squared.dark-main-color a.twitter,ul.social-icons.circle.dark-main-color a.twitter,ul.social-icons.rounded.dark-main-color a.twitter,ul.social-icons.squared.dark-main-color a.gplus,ul.social-icons.circle.dark-main-color a.gplus,ul.social-icons.rounded.dark-main-color a.gplus,ul.social-icons.squared.dark-main-color a.dribbble,ul.social-icons.circle.dark-main-color a.dribbble,ul.social-icons.rounded.dark-main-color a.dribbble,ul.social-icons.squared.dark-main-color a.linkedin,ul.social-icons.circle.dark-main-color a.linkedin,ul.social-icons.rounded.dark-main-color a.linkedin
{
	background-color: #ab5f2c;
	border-color: #975427
}
	ul.social-icons.squared.dark-main-color a.rss i,ul.social-icons.circle.dark-main-color a.rss i,ul.social-icons.rounded.dark-main-color a.rss i,ul.social-icons.squared.dark-main-color a.facebook i,ul.social-icons.circle.dark-main-color a.facebook i,ul.social-icons.rounded.dark-main-color a.facebook i,ul.social-icons.squared.dark-main-color a.twitter i,ul.social-icons.circle.dark-main-color a.twitter i,ul.social-icons.rounded.dark-main-color a.twitter i,ul.social-icons.squared.dark-main-color a.gplus i,ul.social-icons.circle.dark-main-color a.gplus i,ul.social-icons.rounded.dark-main-color a.gplus i,ul.social-icons.squared.dark-main-color a.dribbble i,ul.social-icons.circle.dark-main-color a.dribbble i,ul.social-icons.rounded.dark-main-color a.dribbble i,ul.social-icons.squared.dark-main-color a.linkedin i,ul.social-icons.circle.dark-main-color a.linkedin i,ul.social-icons.rounded.dark-main-color a.linkedin i
{
	color: #fff
}
	ul.social-icons.squared.dark-main-color a.rss:hover,ul.social-icons.circle.dark-main-color a.rss:hover,ul.social-icons.rounded.dark-main-color a.rss:hover,ul.social-icons.squared.dark-main-color a.facebook:hover,ul.social-icons.circle.dark-main-color a.facebook:hover,ul.social-icons.rounded.dark-main-color a.facebook:hover,ul.social-icons.squared.dark-main-color a.twitter:hover,ul.social-icons.circle.dark-main-color a.twitter:hover,ul.social-icons.rounded.dark-main-color a.twitter:hover,ul.social-icons.squared.dark-main-color a.gplus:hover,ul.social-icons.circle.dark-main-color a.gplus:hover,ul.social-icons.rounded.dark-main-color a.gplus:hover,ul.social-icons.squared.dark-main-color a.dribbble:hover,ul.social-icons.circle.dark-main-color a.dribbble:hover,ul.social-icons.rounded.dark-main-color a.dribbble:hover,ul.social-icons.squared.dark-main-color a.linkedin:hover,ul.social-icons.circle.dark-main-color a.linkedin:hover,ul.social-icons.rounded.dark-main-color a.linkedin:hover
{
	background-color: #cd773d;
	border-color: #bf6a31
}
	ul.social-icons.squared.light-main-color a.rss,ul.social-icons.circle.light-main-color a.rss,ul.social-icons.rounded.light-main-color a.rss,ul.social-icons.squared.light-main-color a.facebook,ul.social-icons.circle.light-main-color a.facebook,ul.social-icons.rounded.light-main-color a.facebook,ul.social-icons.squared.light-main-color a.twitter,ul.social-icons.circle.light-main-color a.twitter,ul.social-icons.rounded.light-main-color a.twitter,ul.social-icons.squared.light-main-color a.gplus,ul.social-icons.circle.light-main-color a.gplus,ul.social-icons.rounded.light-main-color a.gplus,ul.social-icons.squared.light-main-color a.dribbble,ul.social-icons.circle.light-main-color a.dribbble,ul.social-icons.rounded.light-main-color a.dribbble,ul.social-icons.squared.light-main-color a.linkedin,ul.social-icons.circle.light-main-color a.linkedin,ul.social-icons.rounded.light-main-color a.linkedin
{
	background-color: #8f796b;
	border-color: #806d60
}
	ul.social-icons.squared.light-main-color a.rss i,ul.social-icons.circle.light-main-color a.rss i,ul.social-icons.rounded.light-main-color a.rss i,ul.social-icons.squared.light-main-color a.facebook i,ul.social-icons.circle.light-main-color a.facebook i,ul.social-icons.rounded.light-main-color a.facebook i,ul.social-icons.squared.light-main-color a.twitter i,ul.social-icons.circle.light-main-color a.twitter i,ul.social-icons.rounded.light-main-color a.twitter i,ul.social-icons.squared.light-main-color a.gplus i,ul.social-icons.circle.light-main-color a.gplus i,ul.social-icons.rounded.light-main-color a.gplus i,ul.social-icons.squared.light-main-color a.dribbble i,ul.social-icons.circle.light-main-color a.dribbble i,ul.social-icons.rounded.light-main-color a.dribbble i,ul.social-icons.squared.light-main-color a.linkedin i,ul.social-icons.circle.light-main-color a.linkedin i,ul.social-icons.rounded.light-main-color a.linkedin i
{
	color: #fff
}
	ul.social-icons.squared.light-main-color a.rss:hover,ul.social-icons.circle.light-main-color a.rss:hover,ul.social-icons.rounded.light-main-color a.rss:hover,ul.social-icons.squared.light-main-color a.facebook:hover,ul.social-icons.circle.light-main-color a.facebook:hover,ul.social-icons.rounded.light-main-color a.facebook:hover,ul.social-icons.squared.light-main-color a.twitter:hover,ul.social-icons.circle.light-main-color a.twitter:hover,ul.social-icons.rounded.light-main-color a.twitter:hover,ul.social-icons.squared.light-main-color a.gplus:hover,ul.social-icons.circle.light-main-color a.gplus:hover,ul.social-icons.rounded.light-main-color a.gplus:hover,ul.social-icons.squared.light-main-color a.dribbble:hover,ul.social-icons.circle.light-main-color a.dribbble:hover,ul.social-icons.rounded.light-main-color a.dribbble:hover,ul.social-icons.squared.light-main-color a.linkedin:hover,ul.social-icons.circle.light-main-color a.linkedin:hover,ul.social-icons.rounded.light-main-color a.linkedin:hover
{
	background-color: #a69387;
	border-color: #9b8679
}
	ul.social-icons.squared.dark-color a.rss,ul.social-icons.circle.dark-color a.rss,ul.social-icons.rounded.dark-color a.rss,ul.social-icons.squared.dark-color a.facebook,ul.social-icons.circle.dark-color a.facebook,ul.social-icons.rounded.dark-color a.facebook,ul.social-icons.squared.dark-color a.twitter,ul.social-icons.circle.dark-color a.twitter,ul.social-icons.rounded.dark-color a.twitter,ul.social-icons.squared.dark-color a.gplus,ul.social-icons.circle.dark-color a.gplus,ul.social-icons.rounded.dark-color a.gplus,ul.social-icons.squared.dark-color a.dribbble,ul.social-icons.circle.dark-color a.dribbble,ul.social-icons.rounded.dark-color a.dribbble,ul.social-icons.squared.dark-color a.linkedin,ul.social-icons.circle.dark-color a.linkedin,ul.social-icons.rounded.dark-color a.linkedin
{
	background-color: #111;
	border-color: #040404
}
	ul.social-icons.squared.dark-color a.rss i,ul.social-icons.circle.dark-color a.rss i,ul.social-icons.rounded.dark-color a.rss i,ul.social-icons.squared.dark-color a.facebook i,ul.social-icons.circle.dark-color a.facebook i,ul.social-icons.rounded.dark-color a.facebook i,ul.social-icons.squared.dark-color a.twitter i,ul.social-icons.circle.dark-color a.twitter i,ul.social-icons.rounded.dark-color a.twitter i,ul.social-icons.squared.dark-color a.gplus i,ul.social-icons.circle.dark-color a.gplus i,ul.social-icons.rounded.dark-color a.gplus i,ul.social-icons.squared.dark-color a.dribbble i,ul.social-icons.circle.dark-color a.dribbble i,ul.social-icons.rounded.dark-color a.dribbble i,ul.social-icons.squared.dark-color a.linkedin i,ul.social-icons.circle.dark-color a.linkedin i,ul.social-icons.rounded.dark-color a.linkedin i
{
	color: #fff
}
	ul.social-icons.squared.dark-color a.rss:hover,ul.social-icons.circle.dark-color a.rss:hover,ul.social-icons.rounded.dark-color a.rss:hover,ul.social-icons.squared.dark-color a.facebook:hover,ul.social-icons.circle.dark-color a.facebook:hover,ul.social-icons.rounded.dark-color a.facebook:hover,ul.social-icons.squared.dark-color a.twitter:hover,ul.social-icons.circle.dark-color a.twitter:hover,ul.social-icons.rounded.dark-color a.twitter:hover,ul.social-icons.squared.dark-color a.gplus:hover,ul.social-icons.circle.dark-color a.gplus:hover,ul.social-icons.rounded.dark-color a.gplus:hover,ul.social-icons.squared.dark-color a.dribbble:hover,ul.social-icons.circle.dark-color a.dribbble:hover,ul.social-icons.rounded.dark-color a.dribbble:hover,ul.social-icons.squared.dark-color a.linkedin:hover,ul.social-icons.circle.dark-color a.linkedin:hover,ul.social-icons.rounded.dark-color a.linkedin:hover
{
	background-color: #2b2b2b;
	border-color: #1e1e1e
}
	ul.social-icons.squared.light-color a.rss,ul.social-icons.circle.light-color a.rss,ul.social-icons.rounded.light-color a.rss,ul.social-icons.squared.light-color a.facebook,ul.social-icons.circle.light-color a.facebook,ul.social-icons.rounded.light-color a.facebook,ul.social-icons.squared.light-color a.twitter,ul.social-icons.circle.light-color a.twitter,ul.social-icons.rounded.light-color a.twitter,ul.social-icons.squared.light-color a.gplus,ul.social-icons.circle.light-color a.gplus,ul.social-icons.rounded.light-color a.gplus,ul.social-icons.squared.light-color a.dribbble,ul.social-icons.circle.light-color a.dribbble,ul.social-icons.rounded.light-color a.dribbble,ul.social-icons.squared.light-color a.linkedin,ul.social-icons.circle.light-color a.linkedin,ul.social-icons.rounded.light-color a.linkedin
{
	background-color: #f5f5f5;
	border-color: #e8e8e8
}
	ul.social-icons.squared.light-color a.rss i,ul.social-icons.circle.light-color a.rss i,ul.social-icons.rounded.light-color a.rss i,ul.social-icons.squared.light-color a.facebook i,ul.social-icons.circle.light-color a.facebook i,ul.social-icons.rounded.light-color a.facebook i,ul.social-icons.squared.light-color a.twitter i,ul.social-icons.circle.light-color a.twitter i,ul.social-icons.rounded.light-color a.twitter i,ul.social-icons.squared.light-color a.gplus i,ul.social-icons.circle.light-color a.gplus i,ul.social-icons.rounded.light-color a.gplus i,ul.social-icons.squared.light-color a.dribbble i,ul.social-icons.circle.light-color a.dribbble i,ul.social-icons.rounded.light-color a.dribbble i,ul.social-icons.squared.light-color a.linkedin i,ul.social-icons.circle.light-color a.linkedin i,ul.social-icons.rounded.light-color a.linkedin i
{
	color: #575757
}
	ul.social-icons.squared.light-color a.rss:hover,ul.social-icons.circle.light-color a.rss:hover,ul.social-icons.rounded.light-color a.rss:hover,ul.social-icons.squared.light-color a.facebook:hover,ul.social-icons.circle.light-color a.facebook:hover,ul.social-icons.rounded.light-color a.facebook:hover,ul.social-icons.squared.light-color a.twitter:hover,ul.social-icons.circle.light-color a.twitter:hover,ul.social-icons.rounded.light-color a.twitter:hover,ul.social-icons.squared.light-color a.gplus:hover,ul.social-icons.circle.light-color a.gplus:hover,ul.social-icons.rounded.light-color a.gplus:hover,ul.social-icons.squared.light-color a.dribbble:hover,ul.social-icons.circle.light-color a.dribbble:hover,ul.social-icons.rounded.light-color a.dribbble:hover,ul.social-icons.squared.light-color a.linkedin:hover,ul.social-icons.circle.light-color a.linkedin:hover,ul.social-icons.rounded.light-color a.linkedin:hover
{
	background-color: #fff;
	border-color: #fff
}
	ul.social-icons.squared a.rss,ul.social-icons.circle a.rss,ul.social-icons.rounded a.rss,ul.social-icons.squared.social-hover a:hover.rss,ul.social-icons.circle.social-hover a:hover.rss,ul.social-icons.rounded.social-hover a:hover.rss
{
	background-color: #f56505;
	border-color: #dc5b04
}
	ul.social-icons.squared a.rss i,ul.social-icons.circle a.rss i,ul.social-icons.rounded a.rss i,ul.social-icons.squared.social-hover a:hover.rss i,ul.social-icons.circle.social-hover a:hover.rss i,ul.social-icons.rounded.social-hover a:hover.rss i
{
	color: #fff
}
	ul.social-icons.squared a.rss:hover,ul.social-icons.circle a.rss:hover,ul.social-icons.rounded a.rss:hover,ul.social-icons.squared.social-hover a:hover.rss:hover,ul.social-icons.circle.social-hover a:hover.rss:hover,ul.social-icons.rounded.social-hover a:hover.rss:hover
{
	background-color: #fb8232;
	border-color: #fa7319
}
	ul.social-icons.squared a.facebook,ul.social-icons.circle a.facebook,ul.social-icons.rounded a.facebook,ul.social-icons.squared.social-hover a:hover.facebook,ul.social-icons.circle.social-hover a:hover.facebook,ul.social-icons.rounded.social-hover a:hover.facebook
{
	background-color: #3b5998;
	border-color: #344e86
}
	ul.social-icons.squared a.facebook i,ul.social-icons.circle a.facebook i,ul.social-icons.rounded a.facebook i,ul.social-icons.squared.social-hover a:hover.facebook i,ul.social-icons.circle.social-hover a:hover.facebook i,ul.social-icons.rounded.social-hover a:hover.facebook i
{
	color: #fff
}
	ul.social-icons.squared a.facebook:hover,ul.social-icons.circle a.facebook:hover,ul.social-icons.rounded a.facebook:hover,ul.social-icons.squared.social-hover a:hover.facebook:hover,ul.social-icons.circle.social-hover a:hover.facebook:hover,ul.social-icons.rounded.social-hover a:hover.facebook:hover
{
	background-color: #4c70ba;
	border-color: #4264aa
}
	ul.social-icons.squared a.twitter,ul.social-icons.circle a.twitter,ul.social-icons.rounded a.twitter,ul.social-icons.squared.social-hover a:hover.twitter,ul.social-icons.circle.social-hover a:hover.twitter,ul.social-icons.rounded.social-hover a:hover.twitter
{
	background-color: #3cf;
	border-color: #19c6ff
}
	ul.social-icons.squared a.twitter i,ul.social-icons.circle a.twitter i,ul.social-icons.rounded a.twitter i,ul.social-icons.squared.social-hover a:hover.twitter i,ul.social-icons.circle.social-hover a:hover.twitter i,ul.social-icons.rounded.social-hover a:hover.twitter i
{
	color: #fff
}
	ul.social-icons.squared a.twitter:hover,ul.social-icons.circle a.twitter:hover,ul.social-icons.rounded a.twitter:hover,ul.social-icons.squared.social-hover a:hover.twitter:hover,ul.social-icons.circle.social-hover a:hover.twitter:hover,ul.social-icons.rounded.social-hover a:hover.twitter:hover
{
	background-color: #66d9ff;
	border-color: #4dd2ff
}
	ul.social-icons.squared a.gplus,ul.social-icons.circle a.gplus,ul.social-icons.rounded a.gplus,ul.social-icons.squared.social-hover a:hover.gplus,ul.social-icons.circle.social-hover a:hover.gplus,ul.social-icons.rounded.social-hover a:hover.gplus
{
	background-color: #bd3518;
	border-color: #a62f15
}
	ul.social-icons.squared a.gplus i,ul.social-icons.circle a.gplus i,ul.social-icons.rounded a.gplus i,ul.social-icons.squared.social-hover a:hover.gplus i,ul.social-icons.circle.social-hover a:hover.gplus i,ul.social-icons.rounded.social-hover a:hover.gplus i
{
	color: #fff
}
	ul.social-icons.squared a.gplus:hover,ul.social-icons.circle a.gplus:hover,ul.social-icons.rounded a.gplus:hover,ul.social-icons.squared.social-hover a:hover.gplus:hover,ul.social-icons.circle.social-hover a:hover.gplus:hover,ul.social-icons.rounded.social-hover a:hover.gplus:hover
{
	background-color: #e34625;
	border-color: #d43b1b
}
	ul.social-icons.squared a.dribbble,ul.social-icons.circle a.dribbble,ul.social-icons.rounded a.dribbble,ul.social-icons.squared.social-hover a:hover.dribbble,ul.social-icons.circle.social-hover a:hover.dribbble,ul.social-icons.rounded.social-hover a:hover.dribbble
{
	background-color: #e04b85;
	border-color: #dc3576
}
	ul.social-icons.squared a.dribbble i,ul.social-icons.circle a.dribbble i,ul.social-icons.rounded a.dribbble i,ul.social-icons.squared.social-hover a:hover.dribbble i,ul.social-icons.circle.social-hover a:hover.dribbble i,ul.social-icons.rounded.social-hover a:hover.dribbble i
{
	color: #fff
}
	ul.social-icons.squared a.dribbble:hover,ul.social-icons.circle a.dribbble:hover,ul.social-icons.rounded a.dribbble:hover,ul.social-icons.squared.social-hover a:hover.dribbble:hover,ul.social-icons.circle.social-hover a:hover.dribbble:hover,ul.social-icons.rounded.social-hover a:hover.dribbble:hover
{
	background-color: #e777a2;
	border-color: #e46194
}
	ul.social-icons.squared a.linkedin,ul.social-icons.circle a.linkedin,ul.social-icons.rounded a.linkedin,ul.social-icons.squared.social-hover a:hover.linkedin,ul.social-icons.circle.social-hover a:hover.linkedin,ul.social-icons.rounded.social-hover a:hover.linkedin
{
	background-color: #007bb7;
	border-color: #006a9e
}
	ul.social-icons.squared a.linkedin i,ul.social-icons.circle a.linkedin i,ul.social-icons.rounded a.linkedin i,ul.social-icons.squared.social-hover a:hover.linkedin i,ul.social-icons.circle.social-hover a:hover.linkedin i,ul.social-icons.rounded.social-hover a:hover.linkedin i
{
	color: #fff
}
	ul.social-icons.squared a.linkedin:hover,ul.social-icons.circle a.linkedin:hover,ul.social-icons.rounded a.linkedin:hover,ul.social-icons.squared.social-hover a:hover.linkedin:hover,ul.social-icons.circle.social-hover a:hover.linkedin:hover,ul.social-icons.rounded.social-hover a:hover.linkedin:hover
{
	background-color: #009dea;
	border-color: #008cd1
}
	a.link-icon
{
	background: #d1773d
}
	a.link-icon.squared > i:before,a.link-icon.circle > i:before,a.link-icon.rounded > i:before
{
	color: white
}
.btn i:before
{
	color: #fff
}
.btn-icon i:before
{
	color: white
}
.btn-icon i,.btn-icon span
{
	border-color: #b15f2a;
	color: #fff
}
.btn-icon i,.btn-icon.large i,.btn-icon.medium i,.btn-icon.small i
{
	background-color: #c66a2f
}
.btn-icon span,.btn-icon.large span,.btn-icon.medium span,.btn-icon.small span
{
	background-color: #d1773d
}
.btn-icon:hover i,.btn-icon:hover span
{
	background-color: #b15f2a;
	border-color: #b15f2a
}
.btn-icon:hover span
{
	border-left-color: #c66a2f
}
.btn-icon.default
{
	background-color: transparent;
	border: none
}
.btn-icon.default span,.btn-icon.default i
{
	border-color: #e6e6e6
}
.btn-icon.default span
{
	background: #fff
}
.btn-icon.default i
{
	background: #f2f2f2
}
.btn-icon.default:hover span,.btn-icon.default:hover i
{
	background: #e6e6e6;
	border-color: #e6e6e6
}
.btn-icon.default:hover span
{
	border-left-color: #f2f2f2
}
.btn-icon.primary
{
	background-color: transparent;
	border: none
}
.btn-icon.primary span,.btn-icon.primary i
{
	border-color: #b15f2a
}
.btn-icon.primary span
{
	background: #d1773d
}
.btn-icon.primary i
{
	background: #c66a2f
}
.btn-icon.primary:hover span,.btn-icon.primary:hover i
{
	background: #b15f2a;
	border-color: #b15f2a
}
.btn-icon.primary:hover span
{
	border-left-color: #c66a2f
}
.btn-icon.success
{
	background-color: transparent;
	border: none
}
.btn-icon.success span,.btn-icon.success i
{
	border-color: #449d44
}
.btn-icon.success span
{
	background: #5cb85c
}
.btn-icon.success i
{
	background: #4cae4c
}
.btn-icon.success:hover span,.btn-icon.success:hover i
{
	background: #449d44;
	border-color: #449d44
}
.btn-icon.success:hover span
{
	border-left-color: #4cae4c
}
.btn-icon.info
{
	background-color: transparent;
	border: none
}
.btn-icon.info span,.btn-icon.info i
{
	border-color: #31b0d5
}
.btn-icon.info span
{
	background: #5bc0de
}
.btn-icon.info i
{
	background: #46b8da
}
.btn-icon.info:hover span,.btn-icon.info:hover i
{
	background: #31b0d5;
	border-color: #31b0d5
}
.btn-icon.info:hover span
{
	border-left-color: #46b8da
}
.btn-icon.warning
{
	background-color: transparent;
	border: none
}
.btn-icon.warning span,.btn-icon.warning i
{
	border-color: #ec971f
}
.btn-icon.warning span
{
	background: #f0ad4e
}
.btn-icon.warning i
{
	background: #eea236
}
.btn-icon.warning:hover span,.btn-icon.warning:hover i
{
	background: #ec971f;
	border-color: #ec971f
}
.btn-icon.warning:hover span
{
	border-left-color: #eea236
}
.btn-icon.danger
{
	background-color: transparent;
	border: none
}
.btn-icon.danger span,.btn-icon.danger i
{
	border-color: #c9302c
}
.btn-icon.danger span
{
	background: #d9534f
}
.btn-icon.danger i
{
	background: #d43f3a
}
.btn-icon.danger:hover span,.btn-icon.danger:hover i
{
	background: #c9302c;
	border-color: #c9302c
}
.btn-icon.danger:hover span
{
	border-left-color: #d43f3a
}
.tab-content
{
	border-color: #ddd
}
.nav.nav-tabs > li > a
{
	color: #575757
}
.nav.nav-tabs > li > a i[class^="icon-"]:before,.nav.nav-tabs > li > a i[class*=" icon-"]:before
{
	color: #575757
}
.nav.nav-tabs > li > a:hover
{
	background-color: #d1773d;
	color: #fff;
	border-color: #fff
}
.nav.nav-tabs > li > a:hover i[class^="icon-"]:before,.nav.nav-tabs > li > a:hover i[class*=" icon-"]:before
{
	color: #fff
}
.nav-tabs > li.active > a i[class^="icon-"]:before,.nav-tabs > li.active > a i[class*=" icon-"]:before
{
	color: #575757
}
.tabs.btn-group h1,.tabs.btn-group h2,.tabs.btn-group h3,.tabs.btn-group h4,.tabs.btn-group h5,.tabs.btn-group h6
{
	color: inherit
}
	@media (max-width: 768px)
{
	div:not(.tabs-minimal) > .nav.nav-tabs > li
{
	border-color: #ddd
}
.nav-tabs > li.active > a,.nav-tabs > li.active > a:focus
{
	color: #d1773d
}
.nav-tabs > li.active > a:hover
{
	color: white
}

}
.nav .open > a,.nav .open > a:hover,.nav .open > a:focus
{
	border-color: #fff
}
.tabs-left .tab-content,.tabs-right .tab-content
{
	border-top-color: #ddd
}
.tabs-left .nav.nav-tabs > li,.tabs-right .nav.nav-tabs > li
{
	border-color: #ddd
}
.tabs-left .nav.nav-tabs > li.active > a,.tabs-right .nav.nav-tabs > li.active > a
{
	color: #d1773d
}
.tabs-left .nav.nav-tabs > li.active > a:hover,.tabs-right .nav.nav-tabs > li.active > a:hover
{
	color: white
}
.tabs-minimal .nav.nav-tabs
{
	border-color: #ddd
}
.tabs-minimal .nav.nav-tabs > li
{
	border-color: #ddd
}
.tabs-minimal .nav.nav-tabs > li > a:after
{
	background-color: #d1773d
}
.tabs-minimal .nav.nav-tabs > li > a:hover
{
	background-color: transparent;
	color: #575757
}
.tabs-minimal .nav.nav-tabs > li > a:hover:after
{
	background-color: #575757
}
.tabs-minimal .nav.nav-tabs > li.active > a
{
	background-color: transparent;
	color: #d1773d
}
.tabs-minimal .nav.nav-tabs > li.active > a:focus
{
	background-color: transparent
}
.tabs-minimal .nav.nav-tabs > li.active > a:hover
{
	color: #d1773d
}
.tabs-minimal .nav.nav-tabs > li.active > a:hover:after
{
	background-color: #d1773d
}
.dark-main-color .tabs-minimal .nav.nav-tabs
{
	border-color: #8f796b
}
.dark-main-color .tabs-minimal .nav.nav-tabs > li
{
	border-color: #8f796b
}
.dark-main-color .tabs-minimal .nav.nav-tabs > li > a:after
{
	background-color: #fff
}
.dark-main-color .tabs-minimal .nav.nav-tabs > li > a:hover
{
	background-color: transparent;
	color: #fff
}
.dark-main-color .tabs-minimal .nav.nav-tabs > li > a:hover:after
{
	background-color: #fff
}
.dark-main-color .tabs-minimal .nav.nav-tabs > li.active > a
{
	background-color: transparent;
	color: #fff
}
.dark-main-color .tabs-minimal .nav.nav-tabs > li.active > a:focus
{
	background-color: transparent
}
.dark-main-color .tabs-minimal .nav.nav-tabs > li.active > a:hover
{
	color: #fff
}
.dark-main-color .tabs-minimal .nav.nav-tabs > li.active > a:hover:after
{
	background-color: #fff
}
	@media (min-width: 767px) and (max-width: 991px)
{
.tabs-icons .nav.nav-tabs > li
{
	border-color: #ddd
}

}
.breadcrumb
{
	background: none
}
.dark-color .breadcrumb > li + li:before
{
	color: #373737
}
.dark-color .breadcrumb > li > a
{
	color: #373737
}
.dark-color .breadcrumb > li > a:hover
{
	color: #fcfcfc;
	text-decoration: none
}
.dark-color .breadcrumb > .active
{
	color: #fcfcfc
}
.light-color .breadcrumb > li + li:before
{
	color: #cfcfcf
}
.light-color .breadcrumb > li > a
{
	color: #cfcfcf
}
.light-color .breadcrumb > li > a:hover
{
	color: #222;
	text-decoration: none
}
.light-color .breadcrumb > .active
{
	color: #222
}
.main-color .breadcrumb > li + li:before
{
	color: #e0a27b
}
.main-color .breadcrumb > li > a
{
	color: #e0a27b
}
.main-color .breadcrumb > li > a:hover
{
	color: #fff;
	text-decoration: none
}
.main-color .breadcrumb > .active
{
	color: #fff
}
.dark-main-color .breadcrumb > li + li:before
{
	color: #d28551
}
.dark-main-color .breadcrumb > li > a
{
	color: #d28551
}
.dark-main-color .breadcrumb > li > a:hover
{
	color: #fff;
	text-decoration: none
}
.dark-main-color .breadcrumb > .active
{
	color: #fff
}
.light-main-color .breadcrumb > li + li:before
{
	color: #63544a
}
.light-main-color .breadcrumb > li > a
{
	color: #63544a
}
.light-main-color .breadcrumb > li > a:hover
{
	color: #fff;
	text-decoration: none
}
.light-main-color .breadcrumb > .active
{
	color: #fff
}
	i:before
{
	color: inherit
}
.main-color i
{
	color: #fff
}
.dark-main-color i
{
	color: #fff
}
.light-main-color i
{
	color: #fff
}
.dark-color i
{
	color: #fcfcfc
}
.light-color i
{
	color: #222
}
	i[class^="icon-"].rounded,i[class*=" icon-"].rounded,i[class^="icon-"].squared,i[class*=" icon-"].squared,i[class^="icon-"].circle,i[class*=" icon-"].circle
{
	background-color: #d1773d;
	color: #fff;
	border-color: #b15f2a
}
.main-color i[class^="icon-"].rounded,.main-color i[class*=" icon-"].rounded,.main-color i[class^="icon-"].squared,.main-color i[class*=" icon-"].squared,.main-color i[class^="icon-"].circle,.main-color i[class*=" icon-"].circle
{
	background-color: #ab5f2c;
	border-color: #824822
}
	i[class^="icon-"].rounded.main-color,.main-color i[class*=" icon-"].rounded.main-color,i[class^="icon-"].squared.main-color,.main-color i[class*=" icon-"].squared.main-color,i[class^="icon-"].circle.main-color,.main-color i[class*=" icon-"].circle.main-color,i[class^="icon-"].rounded.dark-main-color,.main-color i[class*=" icon-"].rounded.dark-main-color,i[class^="icon-"].squared.dark-main-color,.main-color i[class*=" icon-"].squared.dark-main-color,i[class^="icon-"].circle.dark-main-color,.main-color i[class*=" icon-"].circle.dark-main-color,i[class^="icon-"].rounded.light-main-color,.main-color i[class*=" icon-"].rounded.light-main-color,i[class^="icon-"].squared.light-main-color,.main-color i[class*=" icon-"].squared.light-main-color,i[class^="icon-"].circle.light-main-color,.main-color i[class*=" icon-"].circle.light-main-color,i[class^="icon-"].rounded.light-color,.main-color i[class*=" icon-"].rounded.light-color,i[class^="icon-"].squared.light-color,.main-color i[class*=" icon-"].squared.light-color,i[class^="icon-"].circle.light-color,.main-color i[class*=" icon-"].circle.light-color,i[class^="icon-"].rounded.dark-color,.main-color i[class*=" icon-"].rounded.dark-color,i[class^="icon-"].squared.dark-color,.main-color i[class*=" icon-"].squared.dark-color,i[class^="icon-"].circle.dark-color,.main-color i[class*=" icon-"].circle.dark-color
{
	background: none;
	color: white
}
	i[class^="icon-"].white:before,.main-color i[class*=" icon-"].white:before
{
	color: white
}
	i[class^="icon-"].main-color.rounded,.main-color i[class*=" icon-"].main-color.rounded,i[class^="icon-"].main-color.squared,.main-color i[class*=" icon-"].main-color.squared,i[class^="icon-"].main-color.circle,.main-color i[class*=" icon-"].main-color.circle
{
	background-color: #d1773d;
	color: #fff;
	border-color: #b15f2a
}
	i[class^="icon-"].dark-main-color.rounded,.main-color i[class*=" icon-"].dark-main-color.rounded,i[class^="icon-"].dark-main-color.squared,.main-color i[class*=" icon-"].dark-main-color.squared,i[class^="icon-"].dark-main-color.circle,.main-color i[class*=" icon-"].dark-main-color.circle
{
	background-color: #ab5f2c;
	color: #fff;
	border-color: #824822
}
	i[class^="icon-"].light-main-color.rounded,.main-color i[class*=" icon-"].light-main-color.rounded,i[class^="icon-"].light-main-color.squared,.main-color i[class*=" icon-"].light-main-color.squared,i[class^="icon-"].light-main-color.circle,.main-color i[class*=" icon-"].light-main-color.circle
{
	background-color: #8f796b;
	color: #fff;
	border-color: #726055
}
	i[class^="icon-"].light-color.rounded,.main-color i[class*=" icon-"].light-color.rounded,i[class^="icon-"].light-color.squared,.main-color i[class*=" icon-"].light-color.squared,i[class^="icon-"].light-color.circle,.main-color i[class*=" icon-"].light-color.circle
{
	background-color: #f5f5f5;
	color: #d1773d;
	border-color: #dcdcdc
}
	i[class^="icon-"].dark-color.rounded,.main-color i[class*=" icon-"].dark-color.rounded,i[class^="icon-"].dark-color.squared,.main-color i[class*=" icon-"].dark-color.squared,i[class^="icon-"].dark-color.circle,.main-color i[class*=" icon-"].dark-color.circle
{
	background-color: #111;
	color: #fcfcfc;
	border-color: #000
}
.main-color i[class*=" icon-"].main-color.rounded,.main-color i[class*=" icon-"].main-color.squared,.main-color i[class*=" icon-"].main-color.circle
{
	background-color: #8f796b
}
.dark-main-color i[class*=" icon-"].dark-main-color.rounded,.dark-main-color i[class*=" icon-"].dark-main-color.squared,.dark-main-color i[class*=" icon-"].dark-main-color.circle
{
	background-color: #bf6a31
}
.light-main-color i[class*=" icon-"].light-main-color.rounded,.light-main-color i[class*=" icon-"].light-main-color.squared,.light-main-color i[class*=" icon-"].light-main-color.circle
{
	background-color: #806d60
}
.dark-color i[class*=" icon-"].dark-color.rounded,.dark-color i[class*=" icon-"].dark-color.squared,.dark-color i[class*=" icon-"].dark-color.circle
{
	background-color: #1e1e1e
}
.light-color i[class*=" icon-"].light-color.rounded,.light-color i[class*=" icon-"].light-color.squared,.light-color i[class*=" icon-"].light-color.circle
{
	background-color: #e8e8e8
}
.main-color i.inverted.circle,.dark-main-color i.inverted.circle,.light-main-color i.inverted.circle,.light-color i.inverted.circle,.dark-color i.inverted.circle,.main-color i.inverted.squared,.dark-main-color i.inverted.squared,.light-main-color i.inverted.squared,.light-color i.inverted.squared,.dark-color i.inverted.squared,.main-color i.inverted.rounded,.dark-main-color i.inverted.rounded,.light-main-color i.inverted.rounded,.light-color i.inverted.rounded,.dark-color i.inverted.rounded
{
	background-color: #fff;
	color: #d1773d
}
.box
{
	border-color: #dcdcdc
}
.box.main-color
{
	border-color: #b15f2a
}
.box.dark-main-color
{
	border-color: #824822
}
.box.light-main-color
{
	border-color: #726055
}
.box.dark-color
{
	border-color: #000
}
.box.light-color
{
	border-color: #dcdcdc
}
.box.white
{
	border-color: #dcdcdc;
	background-color: #fff;
	color: #575757
}
.box.white-border
{
	border-color: #fff
}
.main-color .box
{
	border-color: #e0a27b
}
.light-main-color .box
{
	border-color: #63544a
}
.dark-main-color .box
{
	border-color: #d28551
}
.dark-color .box
{
	border-color: #373737
}
.light-color .box
{
	border-color: #cfcfcf
}
	figcaption.white
{
	background-color: white
}
.box-icon a h1,.box-icon a h2,.box-icon a h3,.box-icon a h4,.box-icon a h5,.box-icon a h6
{
	color: #111
}
.box-icon a p
{
	color: #575757
}
.box-icon a:hover h1,.box-icon a:hover h2,.box-icon a:hover h3,.box-icon a:hover h4,.box-icon a:hover h5,.box-icon a:hover p
{
	color: #d1773d
}
.box-icon a:hover i.rounded,.box-icon a:hover i.squared,.box-icon a:hover i.circle
{
	background-color: #db9466;
	border-color: #d1773d
}
.icon.circle
{
	background-color: #d1773d;
	border-color: #b15f2a
}
.icon.circle.main-color
{
	background-color: #d1773d;
	border-color: #b15f2a
}
.icon.circle.dark-main-color
{
	background-color: #ab5f2c;
	border-color: #824822
}
.icon.circle.light-main-color
{
	background-color: #8f796b;
	border-color: #726055
}
.icon.circle.dark-color
{
	background-color: #111;
	border-color: #000
}
.icon.circle.light-color
{
	background-color: #f5f5f5;
	border-color: #dcdcdc
}
	a:hover .icon.circle
{
	background-color: #d68552;
	border-color: #c66a2f
}
	a:hover .icon.circle.main-color
{
	background-color: #d68552;
	border-color: #c66a2f
}
	a:hover .icon.circle.dark-main-color
{
	background-color: #bf6a31;
	border-color: #975427
}
	a:hover .icon.circle.light-main-color
{
	background-color: #9b8679;
	border-color: #806d60
}
	a:hover .icon.circle.dark-color
{
	background-color: #1e1e1e;
	border-color: #040404
}
	a:hover .icon.circle.light-color
{
	background-color: #ededed;
	border-color: #d4d4d4
}
.box-icon.main-color a h1,.box-icon.main-color a h2,.box-icon.main-color a h3,.box-icon.main-color a h4,.box-icon.main-color a h5,.box-icon.main-color a p
{
	color: #733e1b
}
.box-icon.main-color a:hover h1,.box-icon.main-color a:hover h2,.box-icon.main-color a:hover h3,.box-icon.main-color a:hover h4,.box-icon.main-color a:hover h5,.box-icon.main-color a:hover p
{
	color: #fff
}
.box-icon.dark-main-color a h1,.box-icon.dark-main-color a h2,.box-icon.dark-main-color a h3,.box-icon.dark-main-color a h4,.box-icon.dark-main-color a h5,.box-icon.dark-main-color a p
{
	color: #dda27a
}
.box-icon.dark-main-color a:hover h1,.box-icon.dark-main-color a:hover h2,.box-icon.dark-main-color a:hover h3,.box-icon.dark-main-color a:hover h4,.box-icon.dark-main-color a:hover h5,.box-icon.dark-main-color a:hover p
{
	color: #fff
}
.box-icon.light-main-color a h1,.box-icon.light-main-color a h2,.box-icon.light-main-color a h3,.box-icon.light-main-color a h4,.box-icon.light-main-color a h5,.box-icon.light-main-color a p
{
	color: #463b34
}
.box-icon.light-main-color a:hover h1,.box-icon.light-main-color a:hover h2,.box-icon.light-main-color a:hover h3,.box-icon.light-main-color a:hover h4,.box-icon.light-main-color a:hover h5,.box-icon.light-main-color a:hover p
{
	color: #fff
}
.box-icon.light-color a h1,.box-icon.light-color a h2,.box-icon.light-color a h3,.box-icon.light-color a h4,.box-icon.light-color a h5,.box-icon.light-color a p
{
	color: #767676
}
.box-icon.light-color a:hover h1,.box-icon.light-color a:hover h2,.box-icon.light-color a:hover h3,.box-icon.light-color a:hover h4,.box-icon.light-color a:hover h5,.box-icon.light-color a:hover p
{
	color: #222
}
.box-icon.dark-color a h1,.box-icon.dark-color a h2,.box-icon.dark-color a h3,.box-icon.dark-color a h4,.box-icon.dark-color a h5,.box-icon.dark-color a p
{
	color: #6a6a6a
}
.box-icon.dark-color a:hover h1,.box-icon.dark-color a:hover h2,.box-icon.dark-color a:hover h3,.box-icon.dark-color a:hover h4,.box-icon.dark-color a:hover h5,.box-icon.dark-color a:hover p
{
	color: #fcfcfc
}
.main-color .box-icon a h1,.main-color .box-icon a h2,.main-color .box-icon a h3,.main-color .box-icon a h4,.main-color .box-icon a h5,.main-color .box-icon a p
{
	color: #fff
}
.main-color .box-icon a:hover h1,.main-color .box-icon a:hover h2,.main-color .box-icon a:hover h3,.main-color .box-icon a:hover h4,.main-color .box-icon a:hover h5,.main-color .box-icon a:hover p
{
	color: #e9bfa4
}
.dark-main-color .box-icon a h1,.dark-main-color .box-icon a h2,.dark-main-color .box-icon a h3,.dark-main-color .box-icon a h4,.dark-main-color .box-icon a h5,.dark-main-color .box-icon a p
{
	color: #fff
}
.dark-main-color .box-icon a:hover h1,.dark-main-color .box-icon a:hover h2,.dark-main-color .box-icon a:hover h3,.dark-main-color .box-icon a:hover h4,.dark-main-color .box-icon a:hover h5,.dark-main-color .box-icon a:hover p
{
	color: #dda27a
}
.light-main-color .box-icon a h1,.light-main-color .box-icon a h2,.light-main-color .box-icon a h3,.light-main-color .box-icon a h4,.light-main-color .box-icon a h5,.light-main-color .box-icon a p
{
	color: #fff
}
.light-main-color .box-icon a:hover h1,.light-main-color .box-icon a:hover h2,.light-main-color .box-icon a:hover h3,.light-main-color .box-icon a:hover h4,.light-main-color .box-icon a:hover h5,.light-main-color .box-icon a:hover p
{
	color: #d1773d
}
.light-color .box-icon a h1,.light-color .box-icon a h2,.light-color .box-icon a h3,.light-color .box-icon a h4,.light-color .box-icon a h5,.light-color .box-icon a p
{
	color: #222
}
.light-color .box-icon a:hover h1,.light-color .box-icon a:hover h2,.light-color .box-icon a:hover h3,.light-color .box-icon a:hover h4,.light-color .box-icon a:hover h5,.light-color .box-icon a:hover p
{
	color: #767676
}
.dark-color .box-icon a h1,.dark-color .box-icon a h2,.dark-color .box-icon a h3,.dark-color .box-icon a h4,.dark-color .box-icon a h5,.dark-color .box-icon a p
{
	color: #fcfcfc
}
.dark-color .box-icon a:hover h1,.dark-color .box-icon a:hover h2,.dark-color .box-icon a:hover h3,.dark-color .box-icon a:hover h4,.dark-color .box-icon a:hover h5,.dark-color .box-icon a:hover p
{
	color: #6a6a6a
}
.mask:before
{
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50)
}
.mask.opacity-1:before
{
	opacity: .1;
	filter: alpha(opacity=10)
}
.mask.opacity-2:before
{
	opacity: .2;
	filter: alpha(opacity=20)
}
.mask.opacity-3:before
{
	opacity: .3;
	filter: alpha(opacity=30)
}
.mask.opacity-4:before
{
	opacity: .4;
	filter: alpha(opacity=40)
}
.mask.opacity-5:before
{
	opacity: .5;
	filter: alpha(opacity=50)
}
.mask.opacity-6:before
{
	opacity: .6;
	filter: alpha(opacity=60)
}
.mask.opacity-7:before
{
	opacity: .7;
	filter: alpha(opacity=70)
}
.mask.opacity-8:before
{
	opacity: .8;
	filter: alpha(opacity=80)
}
.mask.opacity-9:before
{
	opacity: .9;
	filter: alpha(opacity=90)
}
.mask.mask-main-color:before
{
	background-color: #d1773d
}
.neko-hover-1 .mask-over,.neko-hover-2 .mask-over,.neko-hover-4 .mask-over
{
	background: #fff;
	color: #575757
}
.neko-hover-1 .mask-over a,.neko-hover-2 .mask-over a,.neko-hover-4 .mask-over a
{
	color: #575757
}
.neko-hover-1 .mask-over a:hover,.neko-hover-2 .mask-over a:hover,.neko-hover-4 .mask-over a:hover
{
	color: #d1773d
}
.neko-hover-1 .mask-over.main-color,.neko-hover-2 .mask-over.main-color,.neko-hover-4 .mask-over.main-color
{
	background: #d1773d;
	color: #fff
}
.neko-hover-1 .mask-over.main-color a,.neko-hover-2 .mask-over.main-color a,.neko-hover-4 .mask-over.main-color a
{
	color: #fff
}
.neko-hover-1 .mask-over.main-color a:hover,.neko-hover-2 .mask-over.main-color a:hover,.neko-hover-4 .mask-over.main-color a:hover
{
	color: #8f796b
}
.neko-hover-1 .mask-over.dark-main-color,.neko-hover-2 .mask-over.dark-main-color,.neko-hover-4 .mask-over.dark-main-color
{
	background: #ab5f2c;
	color: #fff
}
.neko-hover-1 .mask-over.dark-main-color a,.neko-hover-2 .mask-over.dark-main-color a,.neko-hover-4 .mask-over.dark-main-color a
{
	color: #fff
}
.neko-hover-1 .mask-over.dark-main-color a:hover,.neko-hover-2 .mask-over.dark-main-color a:hover,.neko-hover-4 .mask-over.dark-main-color a:hover
{
	color: #d1773d
}
.neko-hover-1 .mask-over.light-main-color,.neko-hover-2 .mask-over.light-main-color,.neko-hover-4 .mask-over.light-main-color
{
	background: #8f796b;
	color: #fff
}
.neko-hover-1 .mask-over.light-main-color a,.neko-hover-2 .mask-over.light-main-color a,.neko-hover-4 .mask-over.light-main-color a
{
	color: #fff
}
.neko-hover-1 .mask-over.light-main-color a:hover,.neko-hover-2 .mask-over.light-main-color a:hover,.neko-hover-4 .mask-over.light-main-color a:hover
{
	color: #d1773d
}
.neko-hover-1 .mask-over.dark-color,.neko-hover-2 .mask-over.dark-color,.neko-hover-4 .mask-over.dark-color
{
	background: #111;
	color: #fcfcfc
}
.neko-hover-1 .mask-over.dark-color a,.neko-hover-2 .mask-over.dark-color a,.neko-hover-4 .mask-over.dark-color a
{
	color: #fcfcfc
}
.neko-hover-1 .mask-over.dark-color a:hover,.neko-hover-2 .mask-over.dark-color a:hover,.neko-hover-4 .mask-over.dark-color a:hover
{
	color: #d1773d
}
.neko-hover-1 .mask-over.light-color,.neko-hover-2 .mask-over.light-color,.neko-hover-4 .mask-over.light-color
{
	background: #f5f5f5;
	color: #222
}
.neko-hover-1 .mask-over.light-color a,.neko-hover-2 .mask-over.light-color a,.neko-hover-4 .mask-over.light-color a
{
	color: #222
}
.neko-hover-1 .mask-over.light-color a:hover,.neko-hover-2 .mask-over.light-color a:hover,.neko-hover-4 .mask-over.light-color a:hover
{
	color: #d1773d
}
.neko-hover-4 .mask-over a:hover
{
	background: #d1773d;
	color: #fff
}
.neko-hover-4 .mask-over.main-color a:hover,.neko-hover-4 .mask-over.dark-main-color a:hover,.neko-hover-4 .mask-over.light-main-color a:hover,.neko-hover-4 .mask-over.dark-color a:hover,.neko-hover-4 .mask-over.light-color a:hover
{
	background: #fff;
	color: #d1773d
}
.neko-hover-2 figure div .mask-over
{
	opacity: 0
}
.no-touch .neko-hover-2 figure:not(.noCss3):hover div .mask-over,.neko-hover-2 figure.cs-hover div .mask-over
{
	opacity: 1
}
.neko-hover-4 figcaption a
{
	color: #575757
}
.neko-hover-4 figcaption a:hover
{
	color: #d1773d
}
.rollover.effect-zoe figure figcaption
{
	background: #fff;
	color: #3c4a50
}
.rollover.effect-zoe figure .description
{
	color: #fff
}
.rollover.effect-zoe figure.hovered .icon-links a:hover,.rollover.effect-zoe figure.hovered .icon-links a:focus
{
	color: #252d31
}
.rollover.effect-zoe.hovered
{
	background-color: #000
}
.rollover.effect-lexi figure figcaption::before
{
	box-shadow: 0 0 0 900px rgba(255,255,255,0.2);
	border-color: #fff
}
.rollover.effect-sarah figure h1:after,.rollover.effect-sarah figure h2:after,.rollover.effect-sarah figure h3:after,.rollover.effect-sarah figure h4:after,.rollover.effect-sarah figure h5:after,.rollover.effect-sarah figure h6:after
{
	background: #fff
}
.rollover.effect-subtle figcaption h2
{
	color: white
}
.rollover.effect-subtle figcaption p
{
	background-color: #d1773d;
	color: #fff
}
.box-testimonial .box-arrow:after
{
	border-top-color: #fbfbfb
}
.box-testimonial .box-arrow:before
{
	border-top-color: #d5d5d5
}
.box-arrow:after
{
	border-top-color: #eee
}
.box-arrow:before
{
	border-top-color: #ccc
}
.dark-main-color .box-testimonial .box-arrow:before
{
	border-top-color: #b15f2a
}
.dark-main-color .box-testimonial .box-arrow:after
{
	border-top-color: #d1773d
}
.main-color .box-testimonial .box-arrow:before
{
	border-top-color: #726055
}
.main-color .box-testimonial .box-arrow:after
{
	border-top-color: #8f796b
}
.light-main-color .box-testimonial .box-arrow:before
{
	border-top-color: #b15f2a
}
.light-main-color .box-testimonial .box-arrow:after
{
	border-top-color: #d1773d
}
.dark-color .box-testimonial .box-arrow:before
{
	border-top-color: #040404
}
.dark-color .box-testimonial .box-arrow:after
{
	border-top-color: #1e1e1e
}
.light-color .box-testimonial .box-arrow:before
{
	border-top-color: #cfcfcf
}
.light-color .box-testimonial .box-arrow:after
{
	border-top-color: #e8e8e8
}
.box-testimonial.main-color
{
	background: none;
	color: #575757
}
.box-testimonial.main-color blockquote
{
	background-color: #d1773d;
	border-color: #b15f2a
}
.box-testimonial.main-color blockquote:before
{
	color: #fff
}
.box-testimonial.main-color .box-arrow:before
{
	border-top-color: #b15f2a
}
.box-testimonial.main-color .box-arrow:after
{
	border-top-color: #d1773d
}
.box-testimonial.dark-main-color
{
	background: none;
	color: #575757
}
.box-testimonial.dark-main-color blockquote
{
	background-color: #ab5f2c;
	border-color: #824822
}
.box-testimonial.dark-main-color blockquote:before
{
	color: #fff
}
.box-testimonial.dark-main-color .box-arrow:before
{
	border-top-color: #824822
}
.box-testimonial.dark-main-color .box-arrow:after
{
	border-top-color: #ab5f2c
}
.box-testimonial.light-main-color
{
	background: none;
	color: #575757
}
.box-testimonial.light-main-color blockquote
{
	background-color: #8f796b;
	border-color: #726055
}
.box-testimonial.light-main-color blockquote:before
{
	color: #fff
}
.box-testimonial.light-main-color .box-arrow:before
{
	border-top-color: #726055
}
.box-testimonial.light-main-color .box-arrow:after
{
	border-top-color: #8f796b
}
.box-testimonial.dark-color
{
	background: none;
	color: #575757
}
.box-testimonial.dark-color blockquote
{
	background-color: #111;
	border-color: #000
}
.box-testimonial.dark-color blockquote:before
{
	color: #fcfcfc
}
.box-testimonial.dark-color .box-arrow:before
{
	border-top-color: #000
}
.box-testimonial.dark-color .box-arrow:after
{
	border-top-color: #111
}
.box-testimonial.light-color
{
	background: none;
	color: #575757
}
.box-testimonial.light-color blockquote
{
	background-color: #f5f5f5;
	border-color: #dcdcdc
}
.box-testimonial.light-color blockquote:before
{
	color: #222
}
.box-testimonial.light-color .box-arrow:before
{
	border-top-color: #dcdcdc
}
.box-testimonial.light-color .box-arrow:after
{
	border-top-color: #f5f5f5
}
.box-testimonial.white
{
	background: none;
	color: #575757
}
.box-testimonial.white blockquote
{
	background-color: #fff;
	border-color: #e6e6e6
}
.box-testimonial.white blockquote:before
{
	color: #575757
}
.box-testimonial.white .box-arrow:before
{
	border-top-color: #e6e6e6
}
.box-testimonial.white .box-arrow:after
{
	border-top-color: #fff
}
.box-testimonial.white p
{
	color: #575757
}
.timeline:before
{
	background-color: #eeeeee
}
.timeline > li > .timeline-panel:before
{
	border-left-color: #ccc;
	border-right-color: #ccc;
	border-bottom-color: transparent
}
.timeline > li > .timeline-panel:after
{
	border-top-color: transparent;
	border-left-color: #fff;
	border-right-color: #fff;
	border-bottom-color: transparent
}
.pricing-table
{
	background-color: #fff;
	border-color: rgba(0,0,0,0.1)
}
.pricing-table ul li
{
	border-color: #ddd;
	color: #444 !important
}
.pricing-table h2
{
	background-color: #9c9c9c;
	color: white
}
.pricing-table .pricing
{
	background-color: #f5f5f5;
	color: #9c9c9c;
	border-color: rgba(0,0,0,0.1)
}
.pricing-table p
{
	background-color: #eee;
	color: #444 !important
}
.pricing-table.focus-plan
{
	border-color: #D1D1D1
}
.pricing-table.focus-plan h2
{
	background-color: #111;
	color: #fff !important
}
.pricing-table.focus-plan h3
{
	color: #fff !important
}
.pricing-table.focus-plan .pricing
{
	background-color: #d1773d;
	border-color: rgba(0,0,0,0.2);
	color: #fff !important
}
.neko_pt_style_2 div.pricing
{
	background: #eee
}
.neko_pt_style_2.pricingBloc h2
{
	background-color: #eee;
	color: #555
}
.neko_pt_style_2.focusPlan div.pricing
{
	background: orange
}
.neko_pt_style_2.focusPlan.pricingBloc h2
{
	background-color: orange;
	color: #fff
}
.pricingBloc.neko_pt_style_2 h3
{
	background: #fff;
	border-color: #fff;
	color: #555 !important;
	box-shadow: inset 0px 5px 10px 2px #ddd, 0px 5px 10px 2px #ddd
}
.pricingBloc.neko_pt_style_2 p.sign
{
	background: #fff
}
.neko_pt_style_3.pricingBloc h2
{
	background-color: #333;
	color: #eee
}
.neko_pt_style_3.pricingBloc h3
{
	background-color: #555;
	color: #999;
	text-shadow: 0px 0px 7px rgba(0,0,0,0.75)
}
.neko_pt_style_3.pricingBloc div.pricing:after
{
	border-color: #555 transparent transparent transparent
}
.neko_pt_style_3 li
{
	background: #eee
}
.neko_pt_style_3 li:nth-child(odd)
{
	background: #fff
}
.neko_pt_style_3 p.sign
{
	background: #555
}
.neko_pt_style_3.focusPlan.pricingBloc h3
{
	background: orange
}
	hr
{
	background: transparent;
	border-color: #d1773d
}
	hr:after
{
	background: #fff;
	color: #d7d7d7
}
	hr.double
{
	border-color: #d1773d
}
.main-color hr
{
	border-color: #db9466
}
.main-color hr:after
{
	color: #db9466;
	background: #d1773d
}
.main-color hr.double
{
	border-top-color: #db9466
}
.dark-main-color hr
{
	border-color: #cd773d
}
.dark-main-color hr:after
{
	color: #cd773d;
	background: #ab5f2c
}
.dark-main-color hr.double
{
	border-top-color: #cd773d
}
.light-main-color hr
{
	border-color: #726055
}
.light-main-color hr:after
{
	color: #726055;
	background: #8f796b
}
.light-main-color hr.double
{
	border-top-color: #726055
}
.dark-color hr
{
	border-color: #2b2b2b
}
.dark-color hr:after
{
	color: #2b2b2b;
	background: #111
}
.dark-color hr.double
{
	border-top-color: #2b2b2b
}
.light-color hr
{
	border-color: #dcdcdc
}
.light-color hr:after
{
	color: #dcdcdc;
	background: #f5f5f5
}
.light-color hr.double
{
	border-top-color: #dcdcdc
}
.pagination > li > a,.pagination > li > span
{
	color: #d1773d
}
.pagination > li > a:hover,.pagination > li > span:hover,.pagination > li > a:focus,.pagination > li > span:focus
{
	color: #ab5f2c
}
.pagination > .active > a,.pagination > .active > span,.pagination > .active > a:hover,.pagination > .active > span:hover,.pagination > .active > a:focus,.pagination > .active > span:focus
{
	color: #fff;
	background-color: #d1773d;
	border-color: #d1773d
}
.pagination.pagination-minimal > li > a,.pagination.pagination-minimal > li > span
{
	color: #575757
}
.pagination.pagination-minimal > li > a:after,.pagination.pagination-minimal > li > span:after
{
	background: #575757
}
.page-header
{
	border-bottom-color: rgba(0,0,0,0.05)
}
.page-header .breadcrumb a
{
	color: #d1773d
}
.menu-header
{
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.11)
}
.menu-header #pre-header
{
	border-bottom-color: rgba(0,0,0,0.11);
	background-color: #fff
}
.menu-header #pre-header .quick-menu li a
{
	color: #575757
}
.menu-header #pre-header .quick-menu li a:hover,.menu-header #pre-header .quick-menu li a:focus,.menu-header #pre-header .quick-menu li a:active
{
	color: #d1773d
}
.menu-header #pre-header .social-icons a i
{
	color: #575757
}
.menu-header #pre-header .social-icons a:hover i,.menu-header #pre-header .social-icons a:focus i,.menu-header #pre-header .social-icons a:active i
{
	color: #d1773d
}
.menu-header #pre-header.main-color
{
	background-color: #d1773d
}
.menu-header #pre-header.main-color .quick-menu li a
{
	color: #fff
}
.menu-header #pre-header.main-color .quick-menu li a:hover,.menu-header #pre-header.main-color .quick-menu li a:focus,.menu-header #pre-header.main-color .quick-menu li a:active
{
	color: #ab5f2c
}
.menu-header #pre-header.main-color .social-icons a i
{
	color: #fff
}
.menu-header #pre-header.main-color .social-icons a:hover i,.menu-header #pre-header.main-color .social-icons a:focus i,.menu-header #pre-header.main-color .social-icons a:active i
{
	color: #ab5f2c
}
.menu-header #pre-header.light-main-color
{
	background-color: #8f796b
}
.menu-header #pre-header.light-main-color .quick-menu li a
{
	color: #fff
}
.menu-header #pre-header.light-main-color .quick-menu li a:hover,.menu-header #pre-header.light-main-color .quick-menu li a:focus,.menu-header #pre-header.light-main-color .quick-menu li a:active
{
	color: #d1773d
}
.menu-header #pre-header.light-main-color .social-icons a i
{
	color: #fff
}
.menu-header #pre-header.light-main-color .social-icons a:hover i,.menu-header #pre-header.light-main-color .social-icons a:focus i,.menu-header #pre-header.light-main-color .social-icons a:active i
{
	color: #d1773d
}
.menu-header #pre-header.dark-main-color
{
	background-color: #ab5f2c
}
.menu-header #pre-header.dark-main-color .quick-menu li a
{
	color: #fff
}
.menu-header #pre-header.dark-main-color .quick-menu li a:hover,.menu-header #pre-header.dark-main-color .quick-menu li a:focus,.menu-header #pre-header.dark-main-color .quick-menu li a:active
{
	color: #d1773d
}
.menu-header #pre-header.dark-main-color .social-icons a i
{
	color: #fff
}
.menu-header #pre-header.dark-main-color .social-icons a:hover i,.menu-header #pre-header.dark-main-color .social-icons a:focus i,.menu-header #pre-header.dark-main-color .social-icons a:active i
{
	color: #d1773d
}
.menu-header #pre-header.dark-color
{
	background-color: #111
}
.menu-header #pre-header.dark-color .quick-menu li a
{
	color: #fcfcfc
}
.menu-header #pre-header.dark-color .quick-menu li a:hover,.menu-header #pre-header.dark-color .quick-menu li a:focus,.menu-header #pre-header.dark-color .quick-menu li a:active
{
	color: #d1773d
}
.menu-header #pre-header.dark-color .social-icons a i
{
	color: #fcfcfc
}
.menu-header #pre-header.dark-color .social-icons a:hover i,.menu-header #pre-header.dark-color .social-icons a:focus i,.menu-header #pre-header.dark-color .social-icons a:active i
{
	color: #d1773d
}
.menu-header #pre-header.light-color
{
	background-color: #f5f5f5
}
.menu-header #pre-header.light-color .quick-menu li a
{
	color: #222
}
.menu-header #pre-header.light-color .quick-menu li a:hover,.menu-header #pre-header.light-color .quick-menu li a:focus,.menu-header #pre-header.light-color .quick-menu li a:active
{
	color: #d1773d
}
.menu-header #pre-header.light-color .social-icons a i
{
	color: #222
}
.menu-header #pre-header.light-color .social-icons a:hover i,.menu-header #pre-header.light-color .social-icons a:focus i,.menu-header #pre-header.light-color .social-icons a:active i
{
	color: #d1773d
}
.menu-header .nav > li.menu-action a:hover
{
	color: #d1773d
}
.menu-header .nav > li:not(.menu-action) > a
{
	color: #222
}
.menu-header .nav > li:not(.menu-action).active > a,.menu-header .nav > li:not(.menu-action):hover > a
{
	background-color: transparent;
	color: #d1773d
}
.menu-header .nav > li:not(.menu-action) .sub-menu h2
{
	color: #d1773d
}
.menu-header .nav > li:not(.menu-action) .sub-menu li a
{
	color: #555
}
	@media (min-width: 1025px)
{
.menu-header .nav > li:not(.menu-action) .sub-menu
{
	background-color: #fff;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.11)
}
.menu-header .nav > li:not(.menu-action) .sub-menu li a
{
	color: #555
}
.menu-header .nav > li:not(.menu-action) .sub-menu li:hover > a
{
	color: #fff;
	background: #242424
}

}
.menu-header .nav > li.menu-action > a
{
	color: white
}
	@media (min-width: 1025px)
{
.header-semi-transparent .menu-header
{
	background-color: rgba(255,255,255,0.8);
	border-color: transparent !important
}

}
.dark-header .menu-header,.header-dark .menu-header
{
	background-color: #242424
}
.dark-header .menu-header .nav > li:not(.menu-action) > a,.header-dark .menu-header .nav > li:not(.menu-action) > a
{
	color: #fff
}
.dark-header .menu-header .nav > li:not(.menu-action).active > a,.header-dark .menu-header .nav > li:not(.menu-action).active > a,.dark-header .menu-header .nav > li:not(.menu-action):hover > a,.header-dark .menu-header .nav > li:not(.menu-action):hover > a
{
	background-color: transparent;
	color: #d1773d
}
	@media (max-width: 1025px)
{
.dark-header .menu-header .nav > li:not(.menu-action) .sub-menu h2,.header-dark .menu-header .nav > li:not(.menu-action) .sub-menu h2
{
	color: #d1773d
}
.dark-header .menu-header .nav > li:not(.menu-action) .sub-menu li a,.header-dark .menu-header .nav > li:not(.menu-action) .sub-menu li a
{
	color: #a8a8a8
}
.dark-header .menu-header .nav > li:not(.menu-action) .sub-menu li:hover > a,.header-dark .menu-header .nav > li:not(.menu-action) .sub-menu li:hover > a
{
	color: #fff;
	background: #d1773d
}

}
	@media (min-width: 1025px)
{
.dark-header.header-semi-transparent .menu-header,.header-dark.header-semi-transparent .menu-header
{
	background-color: rgba(0,0,0,0.4);
	border-color: transparent !important
}

}
	@media (min-width: 1025px)
{
.menu-header .sub-menu
{
	background-color: #fff
}
.menu-header .sub-menu li a
{
	color: #555
}
.menu-header .sub-menu li:hover > a
{
	color: #fff;
	background: #242424
}

}
	@media (min-width: 1025px)
{
.sub-menu-dark .menu-header .nav > li:not(.menu-action) .sub-menu
{
	background-color: #111
}
.sub-menu-dark .menu-header .nav > li:not(.menu-action) .sub-menu li a,.sub-menu-dark .menu-header .nav > li:not(.menu-action) .sub-menu li h2
{
	color: #a8a8a8
}
.sub-menu-dark .menu-header .nav > li:not(.menu-action) .sub-menu li:hover > a
{
	color: #fff;
	background: #d1773d
}

}
	@media (min-width: 1025px)
{
.header-semi-transparent .menu-header
{
	background-color: rgba(255,255,255,0.8);
	border-color: transparent !important
}
.header-semi-transparent .nav > li.menu-action > a:hover
{
	color: #d1773d
}
.header-transparent .menu-header:not(.scroll-header)
{
	background-color: transparent;
	box-shadow: none
}
.header-transparent .menu-header:not(.scroll-header) .nav > li:not(.menu-action) > a
{
	color: #fcfcfc
}
.header-transparent .menu-header:not(.scroll-header) .nav > li:not(.menu-action) > a:before,.header-transparent .menu-header:not(.scroll-header) .nav > li:not(.menu-action) > a:after
{
	background-color: white !important
}
.header-transparent .menu-header:not(.scroll-header) .nav > li.menu-action > a:hover
{
	border-color: white
}
.header-transparent .menu-header:not(.scroll-header) .nav > li.active > a,.header-transparent .menu-header:not(.scroll-header) .nav > li > a
{
	color: white !important;
	opacity: 1
}

}
	@media (min-width: 1025px)
{
.nav-style-1 .menu-header .nav > li:not(.menu-action) > a
{
	opacity: 0.8
}
.nav-style-1 .menu-header .nav > li:not(.menu-action) > a:before,.nav-style-1 .menu-header .nav > li:not(.menu-action) > a:after
{
	background-color: #d1773d
}
.nav-style-1 .menu-header .nav > li:not(.menu-action):hover > a,.nav-style-1 .menu-header .nav > li:not(.menu-action).active > a
{
	color: #d1773d
}
.nav-style-1 .menu-header .sub-menu li:hover > a
{
	color: #fff;
	background-color: #242424
}
.nav-style-1.header-dark .menu-header .nav > li:not(.menu-action) a:before,.nav-style-1.header-dark .menu-header .nav > li:not(.menu-action) a:after
{
	background-color: #fff
}
.nav-style-1.header-dark .menu-header .nav > li:not(.menu-action):hover > a,.nav-style-1.header-dark .menu-header .nav > li:not(.menu-action).active > a
{
	color: #d1773d
}

}
	@media (min-width: 1025px)
{
.nav-style-2 .menu-header .nav > li:not(.menu-action):hover > a,.nav-style-2 .menu-header .nav > li:not(.menu-action).active > a
{
	background-color: #d1773d;
	color: #fff
}

}
	@media (min-width: 1025px)
{
.nav-style-4 .menu-header .nav > li:not(.menu-action):hover > a,.nav-style-4 .menu-header .nav > li:not(.menu-action).active > a
{
	background-color: #d1773d;
	color: #fff
}

}
	@media (min-width: 1025px)
{
.nav-style-5 .menu-header .nav > li:not(.menu-action):hover > a
{
	background-color: #ccc;
	color: #111
}
.nav-style-5 .menu-header .nav > li:not(.menu-action).active > a
{
	background-color: #d1773d;
	color: #fff
}

}
	@media (min-width: 1025px)
{
.nav-style-6 .menu-header .nav > li:not(.menu-action):hover > a:after,.nav-style-6 .menu-header .nav > li:not(.menu-action).active > a:after
{
	background-color: #d1773d
}

}
.progress
{
	box-shadow: none;
	background-color: #f5f5f5;
	border-color: #dcdcdc
}
.progress-bar
{
	box-shadow: none;
	color: #fff;
	background-color: #d1773d
}
.main-color .progress
{
	border-color: #e0a27b;
	background-color: #b15f2a
}
.main-color .progress-bar
{
	background: white
}
.light-main-color .progress
{
	border-color: #fff
}
.dark-main-color .progress
{
	border-color: #fff;
	background-color: #b15f2a
}
.dark-main-color .progress-bar
{
	background: white
}
.dark-color .progress
{
	border-color: #fcfcfc
}
.light-color .progress
{
	border-color: #dcdcdc
}
.progress-bar-success,.progress-bar.success
{
	background-color: #5cb85c
}
.progress-striped .progress-bar-success,.progress-striped .progress-bar.success
{
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-bar-info,.progress-bar.info
{
	background-color: #5bc0de
}
.progress-striped .progress-bar-info,.progress-striped .progress-bar.info
{
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-bar-warning,.progress-bar.warning
{
	background-color: #f0ad4e
}
.progress-striped .progress-bar-warning,.progress-striped .progress-bar.warning
{
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-bar-danger,.progress-bar.danger
{
	background-color: #d9534f
}
.progress-striped .progress-bar-danger,.progress-striped .progress-bar.danger
{
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent)
}
.progress-striped .progress-bar,.progress-bar-striped,.progress-bar.striped
{
	background-image: -webkit-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255,255,255,0.15) 25%, transparent 25%, transparent 50%, rgba(255,255,255,0.15) 50%, rgba(255,255,255,0.15) 75%, transparent 75%, transparent);
	background-size: 40px 40px
}
	footer#main-footer
{
	background-color: #f7f7f7;
	color: #363535
}
	footer#main-footer a:hover
{
	color: #d1773d
}
	footer#main-footer #footer-rights
{
	background-color: #f7f7f7;
	color: #363535
}
	footer#main-footer.dark-color,footer#main-footer #footer-rights.dark-color
{
	background-color: #111;
	color: #fcfcfc
}
	footer#main-footer.dark-color a:hover,footer#main-footer #footer-rights.dark-color a:hover
{
	color: #fcfcfc
}
	footer#main-footer.light-color,footer#main-footer #footer-rights.light-color
{
	background-color: #f5f5f5;
	color: #222
}
	footer#main-footer.light-color a:hover,footer#main-footer #footer-rights.light-color a:hover
{
	color: #3c3c3c
}
	footer#main-footer.dark-main-color,footer#main-footer #footer-rights.dark-main-color
{
	background-color: #ab5f2c;
	color: #fff
}
	footer#main-footer.main-color,footer#main-footer #footer-rights.main-color
{
	background-color: #d1773d;
	color: #fff
}
	footer#main-footer.light-main-color,footer#main-footer #footer-rights.light-main-color
{
	background-color: #8f796b;
	color: #fff
}
	footer#main-footer ul.border li
{
	border-bottom-color: #000
}
.owl-theme .owl-controls .owl-page span
{
	background: #d1773d;
	color: #fff
}
.owl-theme .owl-controls .owl-buttons .owl-next,.owl-theme .owl-controls .owl-buttons .owl-prev
{
	background: #d1773d
}
.owl-theme .owl-controls .owl-buttons .owl-next i[class^="icon-"]:before,.owl-theme .owl-controls .owl-buttons .owl-prev i[class^="icon-"]:before,.owl-theme .owl-controls .owl-buttons .owl-next i[class*=" icon-"]:before,.owl-theme .owl-controls .owl-buttons .owl-prev i[class*=" icon-"]:before
{
	color: #fff
}
.owl-theme .owl-controls .owl-buttons .owl-next:hover,.owl-theme .owl-controls .owl-buttons .owl-prev:hover
{
	background: #ab5f2c
}
.main-color .owl-theme .owl-controls .owl-page span
{
	background: #fff;
	color: #d1773d
}
.main-color .owl-theme .owl-controls .owl-next,.main-color .owl-theme .owl-controls .owl-prev
{
	background: #fff
}
.main-color .owl-theme .owl-controls .owl-next i[class^="icon-"]:before,.main-color .owl-theme .owl-controls .owl-prev i[class^="icon-"]:before,.main-color .owl-theme .owl-controls .owl-next i[class*=" icon-"]:before,.main-color .owl-theme .owl-controls .owl-prev i[class*=" icon-"]:before
{
	color: #d1773d
}
.dark-main-color .owl-theme .owl-controls .owl-page span
{
	background: #fff;
	color: #ab5f2c
}
.dark-main-color .owl-theme .owl-controls .owl-next,.dark-main-color .owl-theme .owl-controls .owl-prev
{
	background: #fff
}
.dark-main-color .owl-theme .owl-controls .owl-next i[class^="icon-"]:before,.dark-main-color .owl-theme .owl-controls .owl-prev i[class^="icon-"]:before,.dark-main-color .owl-theme .owl-controls .owl-next i[class*=" icon-"]:before,.dark-main-color .owl-theme .owl-controls .owl-prev i[class*=" icon-"]:before
{
	color: #ab5f2c
}
.light-main-color .owl-theme .owl-controls .owl-page span
{
	background: #fff;
	color: #8f796b
}
.light-main-color .owl-theme .owl-controls .owl-next,.light-main-color .owl-theme .owl-controls .owl-prev
{
	background: #fff
}
.light-main-color .owl-theme .owl-controls .owl-next i[class^="icon-"]:before,.light-main-color .owl-theme .owl-controls .owl-prev i[class^="icon-"]:before,.light-main-color .owl-theme .owl-controls .owl-next i[class*=" icon-"]:before,.light-main-color .owl-theme .owl-controls .owl-prev i[class*=" icon-"]:before
{
	color: #8f796b
}
.dark-color .owl-theme .owl-controls .owl-page span
{
	background: #fcfcfc;
	color: #111
}
.dark-color .owl-theme .owl-controls .owl-next,.dark-color .owl-theme .owl-controls .owl-prev
{
	background: #fcfcfc
}
.dark-color .owl-theme .owl-controls .owl-next i[class^="icon-"]:before,.dark-color .owl-theme .owl-controls .owl-prev i[class^="icon-"]:before,.dark-color .owl-theme .owl-controls .owl-next i[class*=" icon-"]:before,.dark-color .owl-theme .owl-controls .owl-prev i[class*=" icon-"]:before
{
	color: #111
}
.owl-carousel img.opacity-1,.owl-carousel .item.opacity-1
{
	opacity: .1;
	filter: alpha(opacity=10)
}
.owl-carousel img.opacity-2,.owl-carousel .item.opacity-2
{
	opacity: .2;
	filter: alpha(opacity=20)
}
.owl-carousel img.opacity-3,.owl-carousel .item.opacity-3
{
	opacity: .3;
	filter: alpha(opacity=30)
}
.owl-carousel img.opacity-4,.owl-carousel .item.opacity-4
{
	opacity: .4;
	filter: alpha(opacity=40)
}
.owl-carousel img.opacity-5,.owl-carousel .item.opacity-5
{
	opacity: .5;
	filter: alpha(opacity=50)
}
.owl-carousel img.opacity-6,.owl-carousel .item.opacity-6
{
	opacity: .6;
	filter: alpha(opacity=60)
}
.owl-carousel img.opacity-7,.owl-carousel .item.opacity-7
{
	opacity: .7;
	filter: alpha(opacity=70)
}
.owl-carousel img.opacity-8,.owl-carousel .item.opacity-8
{
	opacity: .8;
	filter: alpha(opacity=80)
}
.owl-carousel img.opacity-9,.owl-carousel .item.opacity-9
{
	opacity: .9;
	filter: alpha(opacity=90)
}
	ul.entry-meta li
{
	background: #f5f5f5;
	color: #222
}
	ul.entry-meta li a
{
	color: #222
}
.light-color ul.entry-meta li
{
	background: #fff
}
.post-date
{
	background-color: #fff
}
.post-date .date-day
{
	color: #575757;
	border-color: #dcdcdc
}
.post-date .date-month
{
	color: #fff;
	background-color: #d1773d;
	border-color: #b15f2a
}
.tag-cloud a
{
	background-color: #d7d7d7;
	border-color: #bdbdbd;
	color: #fff
}
.tag-cloud a:hover
{
	color: #575757;
	border-color: #575757;
	background-color: #fff
}
.free-wall .brick.caption
{
	border-color: #f5f5f5
}
.caption-grid-layout figure figcaption
{
	background: #fff
}
.caption-grid-layout figure figcaption a
{
	color: #575757
}
.caption-grid-layout figure figcaption a:hover
{
	color: #d1773d;
	text-decoration: none
}
.gallery-style-1 .more-works
{
	background: #d1773d;
	color: #fff
}
.alert-success,.alert.success
{
	background-color: #dff0d8;
	border-color: #d6e9c6;
	color: #3c763d
}
.alert-success hr,.alert.success hr
{
	border-top-color: #c9e2b3
}
.alert-success .alert-link,.alert.success .alert-link
{
	color: #2b542c
}
.alert-info,.alert.info
{
	background-color: #d9edf7;
	border-color: #bce8f1;
	color: #31708f
}
.alert-info hr,.alert.info hr
{
	border-top-color: #a6e1ec
}
.alert-info .alert-link,.alert.info .alert-link
{
	color: #245269
}
.alert-warning,.alert.warning
{
	background-color: #fcf8e3;
	border-color: #faebcc;
	color: #8a6d3b
}
.alert-warning hr,.alert.warning hr
{
	border-top-color: #f7e1b5
}
.alert-warning .alert-link,.alert.warning .alert-link
{
	color: #66512c
}
.alert-danger,.alert.danger
{
	background-color: #f2dede;
	border-color: #ebccd1;
	color: #a94442
}
.alert-danger hr,.alert.danger hr
{
	border-top-color: #e4b9c0
}
.alert-danger .alert-link,.alert.danger .alert-link
{
	color: #843534
}
.swiper-tab
{
	opacity: 0
}
.swiper-tab .swiper-engine
{
	background-color: #ab5f2c
}
.swiper-tab .swiper-engine .swiper-slide
{
	color: #fff
}
.swiper-tab .swiper-engine .content-slide
{
	background: rgba(0,0,0,0.2)
}
.swiper-tab .btn-group
{
	background: #fff
}
.swiper-tab .btn-group .btn.active,.swiper-tab .btn-group .btn:hover
{
	background: #d1773d;
	box-shadow: none
}
.swiper-vertical .swiper-slide figure figcaption,.swiper-horizontal .swiper-slide figure figcaption
{
	background-color: rgba(0,0,0,0.6);
	color: white
}
.swiper-vertical .swiper-slide figure figcaption .btn.border,.swiper-horizontal .swiper-slide figure figcaption .btn.border,.swiper-vertical .swiper-slide figure figcaption .btn-icon.border,.swiper-horizontal .swiper-slide figure figcaption .btn-icon.border
{
	color: white;
	border-color: white
}
.swiper-vertical .swiper-preloader,.swiper-horizontal .swiper-preloader
{
	color: #575757;
	background: rgba(255,255,255,0.8)
}
.swiper-centered .navigation a
{
	background-color: #d1773d
}
.swiper-centered .navigation a i:before
{
	color: #fff
}
.swiper-centered .navigation a:hover
{
	background: #ab5f2c
}
.swiper-centered .swiper-visible-switch
{
	background: #aaa
}
.swiper-centered .swiper-active-switch
{
	background: #fff
}
.panel-body,.panel-title
{
	color: #575757
}
.main-color .panel-body,.main-color .panel-title
{
	color: #fff
}
.dark-main-color .panel-body,.dark-main-color .panel-title
{
	color: #fff
}
.light-main-color .panel-body,.light-main-color .panel-title
{
	color: #fff
}
.dark-color .panel-body,.dark-color .panel-title
{
	color: #fcfcfc
}
.light-color .panel-body,.light-color .panel-title
{
	color: #222
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle
{
	color: #d1773d
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle:after
{
	background: #d1773d
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed
{
	color: #575757
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover
{
	color: #575757
}
.panel-group.accordion-minimal .panel-heading .accordion-toggle.collapsed:hover:after
{
	background: #575757
}
.superslides.superslide-neko-theme-1 .prev,.superslides.superslide-neko-theme-1 .next
{
	background: #d1773d
}
.superslides.superslide-neko-theme-1 .prev:hover,.superslides.superslide-neko-theme-1 .next:hover
{
	background: #ab5f2c
}
.superslides .slides-pagination a
{
	border-color: white
}
.superslides .slides-pagination a.current
{
	background-color: white
}
.superslides.superslide-neko-theme-2 .prev,.superslides.superslide-neko-theme-2 .next
{
	background: none;
	border-color: white
}
.superslides.superslide-neko-theme-2 .prev:before,.superslides.superslide-neko-theme-2 .next:before
{
	color: white
}
.superslides.superslide-neko-theme-2 .prev:hover,.superslides.superslide-neko-theme-2 .next:hover
{
	opacity: 0.5
}
.superslides .slides-pagination a
{
	background-color: #fff;
	opacity: 0.5
}
.superslides .slides-pagination a.current
{
	background-color: #fff;
	opacity: 1
}
	#neko-to-top
{
	background: #d1773d
}
	#neko-to-top i:before
{
	color: white
}
.styleSwitcher
{
	background: rgba(220,220,220,0.5)
}
.switcher.dark
{
	background: #555
}
.styleSwitcher h1
{
	color: #333
}
.styleSwitcher #showHideSwitcher
{
	background: rgba(220,220,220,0.5);
	color: #333
}
.styleSwitcher #showHideSwitcher i:before
{
	color: #555
}
.styleSwitcher #showHideSwitcher:hover i:before,.styleSwitcher #showHideSwitcher:focus i:before,.styleSwitcher #showHideSwitcher:active i:before
{
	color: #fff
}
.styleSwitcher select
{
	background: #eee;
	border-color: #ddd;
	color: #333
}
.styleSwitcher .switcher.dark
{
	background: rgba(0,0,0,0.5)
}
	a.btnSwitcher
{
	border-color: #eee;
	background: #fff;
	color: #777
}
.btnSwitcher.active,.btnSwitcher:hover
{
	border-color: #eee;
	background: #eee
}
	@media (min-width: 768px)
{
.boxed-layout
{
	background: #e2e2e2
}

}
	@media (min-width: 992px)
{
.boxed-layout #global-wrapper
{
	background: #fff
}

}
.border-grid .row .col-lg-1:not(:last-child),.border-grid .row .col-lg-10:not(:last-child),.border-grid .row .col-lg-11:not(:last-child),.border-grid .row .col-lg-12:not(:last-child),.border-grid .row .col-lg-2:not(:last-child),.border-grid .row .col-lg-3:not(:last-child),.border-grid .row .col-lg-4:not(:last-child),.border-grid .row .col-lg-5:not(:last-child),.border-grid .row .col-lg-6:not(:last-child),.border-grid .row .col-lg-7:not(:last-child),.border-grid .row .col-lg-8:not(:last-child),.border-grid .row .col-lg-9:not(:last-child),.border-grid .row .col-md-1:not(:last-child),.border-grid .row .col-md-10:not(:last-child),.border-grid .row .col-md-11:not(:last-child),.border-grid .row .col-md-12:not(:last-child),.border-grid .row .col-md-2:not(:last-child),.border-grid .row .col-md-3:not(:last-child),.border-grid .row .col-md-4:not(:last-child),.border-grid .row .col-md-5:not(:last-child),.border-grid .row .col-md-6:not(:last-child),.border-grid .row .col-md-7:not(:last-child),.border-grid .row .col-md-8:not(:last-child),.border-grid .row .col-md-9:not(:last-child),.border-grid .row .col-sm-1:not(:last-child),.border-grid .row .col-sm-10:not(:last-child),.border-grid .row .col-sm-11:not(:last-child),.border-grid .row .col-sm-12:not(:last-child),.border-grid .row .col-sm-2:not(:last-child),.border-grid .row .col-sm-3:not(:last-child),.border-grid .row .col-sm-4:not(:last-child),.border-grid .row .col-sm-5:not(:last-child),.border-grid .row .col-sm-6:not(:last-child),.border-grid .row .col-sm-7:not(:last-child),.border-grid .row .col-sm-8:not(:last-child),.border-grid .row .col-sm-9:not(:last-child),.border-grid .row .col-xs-1:not(:last-child),.border-grid .row .col-xs-10:not(:last-child),.border-grid .row .col-xs-11:not(:last-child),.border-grid .row .col-xs-12:not(:last-child),.border-grid .row .col-xs-2:not(:last-child),.border-grid .row .col-xs-3:not(:last-child),.border-grid .row .col-xs-4:not(:last-child),.border-grid .row .col-xs-5:not(:last-child),.border-grid .row .col-xs-6:not(:last-child),.border-grid .row .col-xs-7:not(:last-child),.border-grid .row .col-xs-8:not(:last-child),.border-grid .row .col-xs-9:not(:last-child)
{
	border-right-color: #ddd
}
.border-grid .row .col-lg-1:last-child,.border-grid .row .col-lg-10:last-child,.border-grid .row .col-lg-11:last-child,.border-grid .row .col-lg-12:last-child,.border-grid .row .col-lg-2:last-child,.border-grid .row .col-lg-3:last-child,.border-grid .row .col-lg-4:last-child,.border-grid .row .col-lg-5:last-child,.border-grid .row .col-lg-6:last-child,.border-grid .row .col-lg-7:last-child,.border-grid .row .col-lg-8:last-child,.border-grid .row .col-lg-9:last-child,.border-grid .row .col-md-1:last-child,.border-grid .row .col-md-10:last-child,.border-grid .row .col-md-11:last-child,.border-grid .row .col-md-12:last-child,.border-grid .row .col-md-2:last-child,.border-grid .row .col-md-3:last-child,.border-grid .row .col-md-4:last-child,.border-grid .row .col-md-5:last-child,.border-grid .row .col-md-6:last-child,.border-grid .row .col-md-7:last-child,.border-grid .row .col-md-8:last-child,.border-grid .row .col-md-9:last-child,.border-grid .row .col-sm-1:last-child,.border-grid .row .col-sm-10:last-child,.border-grid .row .col-sm-11:last-child,.border-grid .row .col-sm-12:last-child,.border-grid .row .col-sm-2:last-child,.border-grid .row .col-sm-3:last-child,.border-grid .row .col-sm-4:last-child,.border-grid .row .col-sm-5:last-child,.border-grid .row .col-sm-6:last-child,.border-grid .row .col-sm-7:last-child,.border-grid .row .col-sm-8:last-child,.border-grid .row .col-sm-9:last-child,.border-grid .row .col-xs-1:last-child,.border-grid .row .col-xs-10:last-child,.border-grid .row .col-xs-11:last-child,.border-grid .row .col-xs-12:last-child,.border-grid .row .col-xs-2:last-child,.border-grid .row .col-xs-3:last-child,.border-grid .row .col-xs-4:last-child,.border-grid .row .col-xs-5:last-child,.border-grid .row .col-xs-6:last-child,.border-grid .row .col-xs-7:last-child,.border-grid .row .col-xs-8:last-child,.border-grid .row .col-xs-9:last-child
{
	border-right-color: transparent
}
.border-grid .row:not(:last-child) .col-lg-1,.border-grid .row:not(:last-child) .col-lg-10,.border-grid .row:not(:last-child) .col-lg-11,.border-grid .row:not(:last-child) .col-lg-12,.border-grid .row:not(:last-child) .col-lg-2,.border-grid .row:not(:last-child) .col-lg-3,.border-grid .row:not(:last-child) .col-lg-4,.border-grid .row:not(:last-child) .col-lg-5,.border-grid .row:not(:last-child) .col-lg-6,.border-grid .row:not(:last-child) .col-lg-7,.border-grid .row:not(:last-child) .col-lg-8,.border-grid .row:not(:last-child) .col-lg-9,.border-grid .row:not(:last-child) .col-md-1,.border-grid .row:not(:last-child) .col-md-10,.border-grid .row:not(:last-child) .col-md-11,.border-grid .row:not(:last-child) .col-md-12,.border-grid .row:not(:last-child) .col-md-2,.border-grid .row:not(:last-child) .col-md-3,.border-grid .row:not(:last-child) .col-md-4,.border-grid .row:not(:last-child) .col-md-5,.border-grid .row:not(:last-child) .col-md-6,.border-grid .row:not(:last-child) .col-md-7,.border-grid .row:not(:last-child) .col-md-8,.border-grid .row:not(:last-child) .col-md-9,.border-grid .row:not(:last-child) .col-sm-1,.border-grid .row:not(:last-child) .col-sm-10,.border-grid .row:not(:last-child) .col-sm-11,.border-grid .row:not(:last-child) .col-sm-12,.border-grid .row:not(:last-child) .col-sm-2,.border-grid .row:not(:last-child) .col-sm-3,.border-grid .row:not(:last-child) .col-sm-4,.border-grid .row:not(:last-child) .col-sm-5,.border-grid .row:not(:last-child) .col-sm-6,.border-grid .row:not(:last-child) .col-sm-7,.border-grid .row:not(:last-child) .col-sm-8,.border-grid .row:not(:last-child) .col-sm-9,.border-grid .row:not(:last-child) .col-xs-1,.border-grid .row:not(:last-child) .col-xs-10,.border-grid .row:not(:last-child) .col-xs-11,.border-grid .row:not(:last-child) .col-xs-12,.border-grid .row:not(:last-child) .col-xs-2,.border-grid .row:not(:last-child) .col-xs-3,.border-grid .row:not(:last-child) .col-xs-4,.border-grid .row:not(:last-child) .col-xs-5,.border-grid .row:not(:last-child) .col-xs-6,.border-grid .row:not(:last-child) .col-xs-7,.border-grid .row:not(:last-child) .col-xs-8,.border-grid .row:not(:last-child) .col-xs-9
{
	border-bottom-color: #ddd
}
.fp-tooltip
{
	background-color: #111;
	color: #fcfcfc
}
	#fp-nav ul li a span,.fp-slidesNav ul li a span
{
	border-color: #fff
}
	#fp-nav ul li a.active span,.fp-slidesNav ul li a.active span
{

	background-color: #fff
}
.fp-controlArrow.fp-next,.fp-controlArrow.fp-prev
{
	border: none
}
.fp-controlArrow.fp-next:after,.fp-controlArrow.fp-prev:after
{
	color: #fff
}
	#fullpage > div:first-child:after
{
	color: #fff
}
.little-neko-preloader.little-neko-circle-loader .status:before
{
	background: linear-gradient(#d1773d, #fff 55%)
}
.little-neko-preloader.little-neko-sk-rotating-plane .status
{
	background-color: #d1773d
}
.little-neko-preloader.little-neko-sk-double-bounce .sk-child
{
	background-color: #d1773d
}
.little-neko-preloader.little-neko-sk-wandering-cubes .status .sk-cube
{
	background-color: #d1773d
}
.little-neko-preloader.little-neko-sk-spinner-pulse .status
{
	background-color: #d1773d
}
.little-neko-preloader.little-neko-sk-cube-grid .status .sk-cube
{
	background-color: #d1773d
}
.spoon-box
{
	-webkit-box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.08);
	box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.08)
}
	html
{
	background-color: transparent
}
.boxed-layout
{
	background-color: #eee
}
	main#content
{
	background-color: #fff
}
	main#content.light-color
{
	background-color: #f5f5f5
}
	main#content.dark-color
{
	background-color: #111
}
	main#content.main-color
{
	background-color: #d1773d
}
	main#content.dark-main-color
{
	background-color: #ab5f2c
}
	main#content.light-main-color
{
	background-color: #8f796b
}
.page-header .breadcrumb a
{
	color: #575757
}
.page-header .breadcrumb a:hover
{
	color: #d1773d
}
.page-header .breadcrumb > .active
{
	color: #d1773d
}
	#fp-nav ul li a span,.fp-slidesNav ul li a span
{
	border: none;
	background-color: rgba(255,255,255,0.5)
}

.btn.rss,.facebook,.twitter,.gplus,.dribbble,.linkedin
{
	border: none
}
.btn.rss:hover,.facebook:hover,.twitter:hover,.gplus:hover,.dribbble:hover,.linkedin:hover
{
	border: none;
	color: white !important
}
.btn-default i:before,.btn.default i:before,.btn.default i:before
{
	color: #575757
}
.btn-primary:hover i:before,.btn.primary:hover i:before,.btn.primary:hover i:before
{
	color: #575757
}
	footer#main-footer #footer-rights a:hover
{
	color: #111
}
.team-box-style-2.right figcaption.box:not(.no-shadow)
{
	-webkit-box-shadow: -15px 15px 0px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: -15px 15px 0px 0px rgba(0,0,0,0.08);
	box-shadow: -15px 15px 0px 0px rgba(0,0,0,0.08)
}

.gallery-style-1 .more-works
{
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.08);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.08)
}
.gallery-style-1 .more-works:hover
{
	color: #999;
	background-color: white;
	border: 1px solid #d9d9d9;
	-webkit-box-shadow: -5px -5px 0px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: -5px -5px 0px 0px rgba(0,0,0,0.08);
	box-shadow: -5px -5px 0px 0px rgba(0,0,0,0.08)
}
	blockquote
{
	color: #111
}
.menu-header
{
	border-color: rgba(0,0,0,0.25)
}
.main-color .heading:after
{
	border-color: #fff
}
.heading:after,h1.large-heading:after
{
	background-color: transparent;
	border-color: #d1773d
}
.free-wall.rollover .hovered
{
	background-color: transparent !important
}
.panel-group
{
	border-color: #ddd
}
	ul.entry-meta
{
	border-color: rgba(111,111,111,0.25)
}
	ul.entry-meta li
{
	background: none !important
}
	ul.entry-meta li a:hover
{
	text-decoration: none;
	color: #d1773d
}
	#neko-to-top
{
	background-color: #fff;
	-webkit-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.08);
	box-shadow: 5px 5px 0px 0px rgba(0,0,0,0.08);
	border-color: rgba(0,0,0,0.15)
}
	#neko-to-top i:before
{
	color: #d1773d
}
.swiper-tab .swiper-engine .content-slide
{
	background: none
}
.swiper-tab .swiper-engine .content-slide h2,.swiper-tab .swiper-engine .content-slide p
{
	color: white
}
.swiper-tab .btn
{
	background-color: #f5f5f5;
	color: #222
}
.swiper-tab .btn-group .btn.active,.swiper-tab .btn-group .btn:hover
{
	color: #fff
}
.pricing-table .pricing,.pricing-table p,.pricing-table h2
{
	background: none
}
.pricing-table h2
{
	color: #575757
}
.pricing-table.focus-plan
{
	-webkit-box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.08);
	-moz-box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.08);
	box-shadow: 15px 15px 0px 0px rgba(0,0,0,0.08)
}
.pricing-table.focus-plan .pricing
{
	background-color: #111
}
.progress
{
	background-color: #111
}
.ln-doc-example
{
	background-color: #fff;
	border-color: #ccc
}
.ln-doc-example hr:after
{
	background: #fff
}
.ln-doc-example:after
{
	color: #959595
}
.tocify li.tocify-item
{
	border-bottom-color: #D7D7D7
}
.tocify li.tocify-item.active a
{
	color: #d1773d
}
.tocify li.tocify-item > a
{
	color: #575757
}
.tocify li.tocify-item > a:hover
{
	color: #d1773d
}
.btn-news
{
	background-color: #d1773d;
	color: #fff
}
.btn-news i
{
	background-color: #8f796b
}
.btn-news:hover i
{
	background-color: #d1773d;
	color: #fff
}
.btn-news:hover span
{
	color: #8f796b
}
.btn-news:focus i,.btn-news:active i
{
	background-color: #8f796b;
	color: #fff
}
.btn-news:focus span,.btn-news:active span
{
	color: #fff
}
	hr
{
	border-color: rgba(0,0,0,0.15)
}
	hr:after
{
	color: #575757
}
	hr.double
{
	border-color: #575757
}
.h1-title
{
	color: #111
}
	ul.border li
{
	border-bottom-color: #8a8a8a
}
.main-color ul.border li
{
	border-bottom-color: #d7d7d7
}

/* punch line text 3 */
.punch_text03 {
	float: left;
	width: 100%;
	padding: 40px 0px;
	background-color: #3398d4;
	margin-top:100px;
}
.punch_text03 .left {
	float: left;
	width: 72%;
}
.punch_text03 .left h1 {
	font-size: 31px;
	color: #fff;
	margin: 22px 0px 0px 0px;
}
.punch_text03 .left h1 em {
	font-size: 18px;
	color: #fff;
	font-style: normal;
	display: block;
}

.punch_text03 .right {
	float: right;
	width: 26%;
	min-height: 120px;
	background: url(../images/h-line.png) no-repeat left top;
}
.punch_text03 .right a {
	float: left;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
	color: #3398d4;
	background-color: #fff;
	border-radius: 4px;
	padding: 18px 30px;
	margin: 25px 0px 0px 50px;
}
.punch_text03 .right a:hover {
	color: #383634;
}


	.faide_slider{
  width: 100%;
  margin: 0px auto 0 auto;
  float: left;
}

.faide_slider #slider{
  width: 100%;
  padding: 30px 5% 25px 5%;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  color: #fff;
    background-color: #3398d4;
	border-radius: 4px;
  	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.faide_slider #slider strong{
	color: #fff;
	font-size: 14px;
}

.faide_slider #slider b{
	color: #fff;
	font-size: 14px;
	display: block;
	margin-top: 13px;
	font-weight: bold;
	margin-top: 22px;
}
.faide_slider #slider b em{
	color: #eee;
	font-size: 13px;
	font-weight: normal;
	font-style: normal;
	display: block;
	margin: -5px 0px 0px 0px;
}


.faide_slider #slide1{
  float: left;
  margin: 0 auto;
  width: 100%;
}

.faide_slider #slide2{
  float: left;
  display: none;
  margin: 0 auto;
  width: 100%;
}
.faide_slider #slide3{
  float: left;
  display: none;  
  margin: 0 auto;
  width: 100%;
}
.faide_slider #slide4{
  float: left;
  display: none;
  margin: 0 auto;
  width: 100%;
}


.faide_slider ul.controlls{
  padding: 0px;
  margin: 0 0 0 40%;
}

.faide_slider .controlls li{
	float: left;
  padding: 0px;
  margin: 0 4px;
}
.faide_slider .controlls li .slide1 {
	float: left;
	width: 68px;
	height: 68px;
	border: 1px solid #3d3d48;
	border-radius: 100%;
	background: url(../images/people-img1.jpg) no-repeat center top;
}
.faide_slider .controlls li .slide2 {
	float: left;
	width: 68px;
	height: 68px;
	border: 1px solid #3d3d48;
	border-radius: 100%;
	background: url(../images/people-img3.jpg) no-repeat center top;
}
.faide_slider .controlls li .slide3 {
	float: left;
	width: 68px;
	height: 68px;
	border: 1px solid #3d3d48;
	border-radius: 100%;
	background: url(../images/people-img1.jpg) no-repeat center top;
}
.faide_slider .controlls li .slide4 {
	float: left;
	width: 68px;
	height: 68px;
	border: 1px solid #3d3d48;
	border-radius: 100%;
	background: url(../images/people-img4.jpg) no-repeat center top;
}


@media only screen and (min-width: 1000px) and (max-width: 1169px){

.faide_slider ul.controlls{
  padding: 0px;
  margin: 0 0 0 38%;
}

}

@media only screen and (min-width: 768px) and (max-width: 999px){

.faide_slider ul.controlls{
  padding: 0px;
  margin: 0 0 0 34%;
}

}

@media only screen and (min-width: 480px) and (max-width: 767px){

.faide_slider ul.controlls{
  padding: 0px;
  margin: 0 0 0 23%;
}

}

@media only screen and (max-width: 479px){

.faide_slider ul.controlls{
  padding: 0px;
  margin: 0 0 0 11%;
}

}


/* people says */
.peopple_says {
	float: left;
	width: 100%;
	padding: 58px 0px 50px 0px;
	text-align: center;
	background: url(../images/w-map-big.jpg) no-repeat center top;
}
.peopple_says h1 {
	font-size: 27px;
	line-height: 37px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-transform: uppercase;
}
.peopple_says h1 i {
	font-size: 16px;
	font-style: normal;
	display: block;
	text-transform: none;
	color: #727272;
}
.peopple_says .arrow_d {
	float: left;
	width: 100%;
	height: 19px;
	background: url(../images/arrow-down.png) no-repeat center top;
}



/* clients */
.clients {
	float: left;
	width: 100%;
	border-top: 2px solid #f6f6f6;
}
	
	
	
	.clients .jcarousel-skin-tango .jcarousel-container {
	padding: 0px;
	margin: 0px 0px 0px 0px;
}

.clients .jcarousel-skin-tango .jcarousel-direction-rtl {
	direction: rtl;
}

.clients .jcarousel-skin-tango .jcarousel-container-horizontal {
    width: 100%;
	text-align: left;
	float: left;
}
.clients .jcarousel-skin-tango .jcarousel-container-horizontal strong {
	font-size: 14px;
	color: #454545;
	display: block;
	margin-top: 7px;
	font-family: "Lato", 'Open Sans';
	font-weight: 600;
	margin-left: 20px;
}
.clients .jcarousel-skin-tango .jcarousel-container-horizontal i {
	font-family: "Lato", 'Open Sans';
	font-size: 12px;
	font-weight: 600;
	color: #999;
	display: block;
	margin-left: 20px;
	margin-top: -3px;
	font-style: normal;
}

.clients .jcarousel-skin-tango .jcarousel-clip {
    overflow: hidden;
}

.clients .jcarousel-skin-tango .jcarousel-clip-horizontal {
    width: 90%;
	margin: 0 auto;
	height: 40px;
}

.clients .jcarousel-skin-tango .jcarousel-item {
    width: 200px;
    height: 40px;
	text-align: center;
}

.clients .jcarousel-skin-tango .jcarousel-item-horizontal {
	margin-left: 0;
}

.clients .jcarousel-skin-tango .jcarousel-item-placeholder {
    color: #000;
}

/**
 *  Horizontal Buttons
 */
.clients .jcarousel-skin-tango .jcarousel-next-horizontal {
    position: absolute;
    top: 4px;
    right: 9px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(next-horizontal-two.png) no-repeat 0 0;
}

.clients .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-next-horizontal {
    left: 5px;
    right: auto;
    background-image: url(prev-horizontal.png);
}

.clients .jcarousel-skin-tango .jcarousel-next-horizontal:hover,
.clients .jcarousel-skin-tango .jcarousel-next-horizontal:focus {
    background-position: -30px 0;
}

.clients .jcarousel-skin-tango .jcarousel-next-horizontal:active {
    background-position: -60px 0;
}

.clients .jcarousel-skin-tango .jcarousel-next-disabled-horizontal,
.clients .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:hover,
.clients .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:focus,
.clients .jcarousel-skin-tango .jcarousel-next-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}

.clients .jcarousel-skin-tango .jcarousel-prev-horizontal {
    position: absolute;
    top: 4px;
    left: 0px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    background: transparent url(prev-horizontal-two.png) no-repeat 0 0;
}

.clients .jcarousel-skin-tango .jcarousel-direction-rtl .jcarousel-prev-horizontal {
    left: auto;
    right: 5px;
    background-image: url(next-horizontal.png);
}

.clients .jcarousel-skin-tango .jcarousel-prev-horizontal:hover, 
.clients .jcarousel-skin-tango .jcarousel-prev-horizontal:focus {
    background-position: -30px 0;
}

.clients .jcarousel-skin-tango .jcarousel-prev-horizontal:active {
    background-position: -60px 0;
}

.clients .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal,
.clients .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:hover,
.clients .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:focus,
.clients .jcarousel-skin-tango .jcarousel-prev-disabled-horizontal:active {
    cursor: default;
    background-position: -90px 0;
}
.section_header {
  position: relative;
  font-family: "Lato", "Raleway", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 26px;
  line-height: 30px;
  font-weight: 800;
  padding: 16px 0;
  margin: 35px 0;
  clear: both;
}
.section_header.centered {
  text-align: center !important;
}
.section_header.fancy {
  text-align: left;
  text-transform: uppercase;
  margin: 0 0 35px 0;
  font-weight: 800;
}
.section_header.fancy:before,
.section_header.fancy:after {
  content: "";
  position: absolute;
  z-index: 0;
  height: 1px;
  border-top: 1px solid #ccc;
  top: 50%;
  width: 40%;
}
.section_header.fancy:before {
  right: 0;
}
.section_header.fancy:after {
  right: 0;
}
.section_header.fancy.centered {
  left: 0;
  padding: 25px 20%;
}
.section_header.fancy.centered:before {
  left: 0;
  width: 20%;
}
.section_header.fancy.centered:after {
  right: 0;
  width: 20%;
}
.section_header.fancy small {
  clear: both;
  display: block;
  font-size: 18px;
  text-transform: none;
  padding-top: 6px;
  color: #666666;
}
.section_header.fancy small:before {
  content: "";
  height: 3px;
  background-color: #428bca;
  width: 60%;
  max-width: 100%;
  display: block;
  left: 0;
  top: 0px;
  position: absolute;
}
.section_header.fancy.centered small:before {
  left: 20%;
}
.section_header.elegant {
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 0px;
  padding: 0 0 16px 0;
  margin: 0 0 35px 0;
  font-weight: 800;
  border-bottom: solid 1px #cccccc;
}
.section_header.elegant.title_in_content {
  margin: 0;
}
.section_header.elegant small {
  clear: both;
  display: block;
  text-transform: none;
  font-size: 15px;
  padding: 4px 0 0 0;
  color: #666666;
}
.section_header.elegant small:before {
  content: "";
  height: 3px;
  background-color: #428bca;
  width: 60%;
  max-width: 100%;
  display: block;
  left: 0%;
  bottom: -2px;
  position: absolute;
}
.section_header.elegant.centered small:before {
  left: 20%;
}
.clients_list {
  text-align: center;
}
.clients_list a {
  display: inline-block;
  padding: 10px;
  margin: 10px;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.clients_list a:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
div.clients_section {
  margin-top: 35px;
}
section.twitter_feed_wrapper {
  color: #fff;
  padding-bottom: 35px !important;
  background-color: #428bca;
  background-color: rgba(66, 139, 202, 0.7);
  background-image: url('../../themes/cleanstart-wp/assets/images/GPlay.svg');
  position: relative;
  margin-top: 75px !important;
  text-align: center;
}
section.twitter_feed_wrapper .twitter_feed_icon {
  height: 30px;
}
section.twitter_feed_wrapper .twitter_feed_icon a {
  padding: 0px 0;
  font-size: 44px;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  color: #ffffff;
  background-color: #428bca;
  border: solid 2px #efefef;
  width: 100px;
  height: 100px;
  position: relative;
  top: -125px;
  line-height: 90px;
  border-radius: 6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
}
section.twitter_feed_wrapper .twitter_feed_icon a i {
  -webkit-transition: all 100ms ease;
  transition: all 100ms ease;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
section.twitter_feed_wrapper .twitter_feed_icon a:hover,
section.twitter_feed_wrapper .twitter_feed_icon a:active {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
section.twitter_feed_wrapper .twitter_feed_icon a:hover i,
section.twitter_feed_wrapper .twitter_feed_icon a:active i {
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
section.twitter_feed_wrapper blockquote {
  margin: 0px 0;
  padding: 0px;
  min-height: 90px;
  font-size: 16px;
  border-left: 0px solid #ffffff;
}
section.twitter_feed_wrapper blockquote p {
  font-size: 16px;
  margin-bottom: 0px;
  text-align: center;
  font-weight: 400;
}
section.twitter_feed_wrapper blockquote p a {
  color: #ffff00;
}
section.twitter_feed_wrapper .flexslider {
  background-color: transparent;
}
section.twitter_feed_wrapper .flexslider .item {
  height: 90px !important;
  margin: 0;
  background-color: transparent;
}
section.twitter_feed_wrapper .flexslider .flex-control-nav {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  position: absolute;
  bottom: -10px;
  left: 0px;
  visibility: visible;
}
section.twitter_feed_wrapper .flexslider .flex-direction-nav {
  display: none;
}
section.twitter_feed_wrapper .flexslider .flex-control-paging li a {
  background-color: #fff;
  opacity: 0.5;
  border-radius: 3px;
  box-shadow: none;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
section.twitter_feed_wrapper .flexslider .flex-control-paging li a.flex-active {
  background: none repeat scroll 0 0 #fff;
  opacity: 1;
}
/*
--------------------------------------------------------------  
 
5.2 =ABOUT US PAGE ELEMENTS

-------------------------------------------------------------- 
*/
.horizontal_teaser {
  margin-right: 0px;
  margin-left: 0px;
}
.horizontal_teaser .horizontal_teaser_text_right {
  padding: 35px 0px 35px 35px;
  border-left: solid 1px #ccc;
}
.horizontal_teaser .horizontal_teaser_text_left {
  padding: 35px 35px 35px 0px;
  border-right: solid 1px #ccc;
}
.horizontal_teaser .horizontal_teaser_text_right h3,
.horizontal_teaser .horizontal_teaser_text_left h3 {
  font-weight: 700;
  padding: 0 0 10px 0;
  font-size: 26px;
}
.horizontal_teaser .horizontal_teaser_text_right p,
.horizontal_teaser .horizontal_teaser_text_left p {
  line-height: 1.6em;
}
.horizontal_teaser .horizontal_teaser_media_left,
.horizontal_teaser .horizontal_teaser_media_right {
  position: relative;
}
.horizontal_teaser .horizontal_teaser_media_left .twentytwenty-wrapper div img,
.horizontal_teaser .horizontal_teaser_media_right .twentytwenty-wrapper div img {
  border-radius: 6px;
}
.horizontal_teaser .horizontal_teaser_media_left {
  border-right: solid 1px #ccc;
  padding-right: 35px;
  right: -1px;
}
.horizontal_teaser .horizontal_teaser_media_right {
  border-left: solid 1px #ccc;
  padding-left: 35px;
  left: -1px;
}
.horizontal_teaser .horizontal_teaser_media_left iframe,
.horizontal_teaser .horizontal_teaser_media_right iframe {
  height: 330px;
  margin: 55px 0;
  border-radius: 6px;
}
.horizontal_teaser .horizontal_teaser_media_left figure,
.horizontal_teaser .horizontal_teaser_media_right figure {
  height: 330px;
  margin: 55px 0;
  border-radius: 6px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.video_iframe {
  border: none;
  width: 100%;
}
.team_member {
  text-align: center;
  background-color: #ffffff;
  border: solid 1px #ccc;
  color: #666666;
  padding: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  border-radius: 6px;
  margin-bottom: 30px;
}
.team_member figure {
  margin: 0;
  padding: 0;
  background-size: cover;
  border-radius: 290px;
}
.team_member figure img {
  border-radius: 390px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  max-width: 100%;
}
.team_member figure img:hover {
  opacity: 0;
  filter: alpha(opacity=0);
}
.team_member h5 {
  margin: 24px 0px 6px 0;
  font-size: 20px;
  font-weight: 700;
}
.team_member small {
  font-size: 13px;
  font-weight: 300;
  display: inline-block;
}
.team_member hr {
  margin: 14px 0;
  border: #cccccc;
}
.team_member p.short_bio {
  font-weight: 300;
  margin-bottom: 2px;
}
.team_member .team_social {
  margin: 0 0px 12px 0;
}
.team_member .team_social a {
  margin: 0 6px 12px 0;
  font-size: 18px;
  background-color: #428bca;
  padding: 6px;
  width: 34px;
  height: 34px;
  line-height: 22px;
  display: inline-block;
  border-radius: 50%;
}
.team_member .team_social a:link,
.team_member .team_social a:visited {
  color: #ffffff;
}
.team_member .team_social a:hover,
.team_member .team_social a:active {
  color: #428bca;
  text-decoration: none;
  background-color: #ffffff;
}
/*** NEWSLETTER ***/
#newsletter input#email {
  margin-top: 25px;
  margin-right: 15px;
  width: 300px;
  padding: 13px;
  height: 100%;
}
#newsletterResponse {
  margin-left: 15px;
  transition: all 500ms ease;
}
/*
--------------------------------------------------------------  
 
5.3 =SERVICES PAGE ELEMENTS

-------------------------------------------------------------- 
*/
.service_teaser {
  border-radius: 0px 0 0 0px;
  margin: 0 0 0px 0px;
}
.service_teaser .service_photo figure {
  border-radius: 0px;
  min-height: 200px;
  background: no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin: 0;
}
.service_teaser .service_details {
  background-color: #ffffff;
  min-height: 100px;
  padding: 0 40px 0 20px;
}
.service_teaser .service_details h2 {
  font-weight: 700;
  font-size: 26px;
}
.service_teaser .service_details p {
  font-weight: 400;
}
.service_teaser.elegant {
  border-radius: 0px 0px 0px 0px;
}
.service_teaser.elegant .service_details {
  background-color: #ffffff;
  padding-right: 160px;
}
.service_teaser.elegant .service_details p {
  font-weight: 300;
}
.service_teaser.elegant .service_photo figure {
  border-radius: 50%;
  margin: 0 40px 0 120px;
}
.service_teaser.elegant .service_details .section_header {
  margin: 0 0 15px 0;
}
.service_teaser.vertical {
  border-radius: 0px 0px 0px 0px;
  margin: 0 0 0px 0px;
  text-align: center;
}
.service_teaser.vertical .service_photo {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.service_teaser.vertical .service_photo figure {
  border-radius: 6px 6px 0 0;
  min-height: 160px;
  margin: 0 10%;
}
.service_teaser.vertical .service_details {
  border-top: solid 1px #ccc;
  background-color: transparent;
  height: auto;
  min-height: 100px;
  padding: 0 20px 0px 20px;
  border-radius: 0px 0px 6px 6px;
}
.service_teaser.vertical .service_details p {
  font-weight: 300;
  margin-bottom: 20px;
}
.service_teaser.vertical.elegant {
  border: solid 0px #e7e7e7;
}
.service_teaser.vertical.elegant .service_photo figure {
  border-radius: 50%;
  margin: 0 25px 0 100px;
}
.pricing_plan {
  border-radius: 6px;
  text-align: center;
  border: solid 1px #cccccc;
  margin-bottom: 30px;
  background-color: #ffffff;
}
.pricing_plan h3 {
  border-radius: 6px 6px 0px 0px;
  background-image: url('../../themes/cleanstart-wp/assets/images/GPlay.svg');
  background-color: #fff;
  padding: 60px 5px;
  margin: 20px;
  font-size: 26px;
  line-height: 36px;
  font-weight: 700;
}
.pricing_plan h3 small {
  display: block;
  font-size: 16px;
}
.pricing_plan .the_price {
  padding: 15px;
  font-size: 40px;
  font-weight: 700;
  margin: 20px auto 20px auto;
  width: 60%;
  border-bottom: dashed 1px #cccccc;
}
.pricing_plan .the_price span {
  font-size: 30px;
}
.pricing_plan .the_price small {
  font-size: 14px;
}
.pricing_plan .the_offerings {
  padding: 0 30px;
}
.pricing_plan .the_offerings p {
  color: #999999;
  margin-bottom: 10px;
}
.pricing_plan .the_offerings ul {
  list-style: none;
  margin: 0px 0;
  padding: 0;
}
.pricing_plan .the_offerings ul li {
  margin: 0;
  padding: 5px;
  display: block;
}
.pricing_plan a.btn {
  margin: 30px;
  border-radius: 30px;
}
.pricing_plan.special {
  padding: 0px 0 30px 0;
  position: relative;
  top: -15px;
}
.pricing_plan.special h3 {
  background-image: url('../../themes/cleanstart-wp/assets/images/GPlay.svg');
  background-color: #7eb0db;
  color: #fff;
}
.pricing_plan.special h3 small {
  color: #fff;
}
/*
-----------------------fdrthuydtjuk---------------------------------------  */
.limit-wrapper {
  z-index: 555;
  display: block;
  float: none;
  margin: auto;
  min-width: 320px;
  min-height: 100%;
  max-width: 1260px;
  width: auto;
  -ms-zoom: 1;
}
.limit-wrapper > div {
  position: relative;
}
#page {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  min-width: 1260px;
  max-width: 1260px;
  width: auto;
  height: 100%;
}
#page .full {
  max-width: 100%;
}
body.responsive-layout #page {
  min-width: 320px;
}
.no-boxshadow #page {
  box-sizing: border-box;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}
body.full #page {
  max-width: none;
  border: none;
  box-shadow: none;
}
body.fast-slider #page {
  border: none;
  box-shadow: none;
}
#page .boxed-layout {
  position: relative;
  z-index: 0;
  margin: auto;
  max-width: 1260px;
  width: 100%;
}
#page .boxed-layout #main-content {
  position: relative;
}
body.full #page {
  overflow: hidden;
  max-width: 100%;
}
body.full #page .boxed-layout {
  max-width: 100%;
}
.single-product.layout-right-only .right {
  padding-top: 0;
}
.share-btns {
  margin: 0 0 30px;
  text-align: center;
}
.wpv-article-paddings-x {
  padding-right: 60px;
  padding-left: 60px;
}
.page-wrapper {
  position: relative;
}
.no-header-sidebars.no-page-header .page-wrapper {
  padding-top: 60px;
}
body.page-vertical-padding-bottom-only.no-header-sidebars.no-page-header .page-wrapper,
body.page-vertical-padding-none.no-header-sidebars.no-page-header .page-wrapper {
  padding-top: 0.035px;
}
.page-wrapper > aside.left {
  padding-right: 20px;
  padding-left: 60px;
  width: 25%;
}
.page-wrapper > aside.right {
  margin-left: 20px;
  padding-right: 60px;
  padding-left: 20px;
  width: 25%;
}
.page-wrapper > aside.left,
.page-wrapper > aside.right {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 !important;
  min-height: 1px;
}
.page-wrapper > aside.left section.widget a,
.page-wrapper > aside.right section.widget a {
  color: #FC3C2A;
}
.page-wrapper > aside.left section.widget a:hover,
.page-wrapper > aside.right section.widget a:hover {
  color: #D02111;
}
.page-wrapper > div,
.page-wrapper > article {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  padding: 1px 60px 45px 60px;
}
body.page-vertical-padding-top-only .page-wrapper > div,
body.page-vertical-padding-none .page-wrapper > div,
body.page-vertical-padding-top-only .page-wrapper > article,
body.page-vertical-padding-none .page-wrapper > article {
  padding-bottom: 0.035px;
}
.page-wrapper > div.right-only,
.page-wrapper > article.right-only {
  width: 75%;
}
body.wide .page-wrapper > div.right-only,
body.wide .page-wrapper > article.right-only {
  padding-left: 0;
}
.page-wrapper > div.left-only,
.page-wrapper > article.left-only {
  width: 75%;
}
body.wide .page-wrapper > div.left-only,
body.wide .page-wrapper > article.left-only {
  padding-right: 0;
}
.page-wrapper > div.left-right,
.page-wrapper > article.left-right {
  width: 50%;
  background: #ffffff;
}
body.page-template-page-blank-php .page-wrapper > div,
body.page-template-page-blank-php .page-wrapper > article {
  padding-bottom: 0;
}
body.no-page-header.no-breadcrumbs #sub-header.layout-left-only .meta-header .meta-header-inside,
body.no-page-header.no-breadcrumbs #sub-header.layout-left-right .meta-header .meta-header-inside {
  padding: 0;
}
body.no-page-header.no-breadcrumbs #header-sidebars {
  padding-top: 55px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.boxed-layout img {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  height: auto;
}
.ie9 .boxed-layout img {
  display: inline-block;
}
.boxed-layout iframe,
.boxed-layout object,
.boxed-layout embed {
  display: block;
  max-width: 100%;
}
.google_map img,
.slider-shortcode img,
.wpv-wrapper img {
  max-width: none;
}
.wpv-video-frame iframe {
  display: block;
  margin: auto;
  max-width: 100%;
}
code,
kbd,
pre,
samp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-size: 14px;
  font-family: "Lato", monospace, serif;
  -ms-hyphens: none;
}
pre,
.wire-pad {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  padding: 20px;
}
pre {
  border: 1px solid #E8E8E8;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.5em;
}
.toggle pre {
  padding: 0 !important;
  border: none;
}
code {
  padding: 0;
}
.mejs-container,
.mejs-embed,
.mejs-embed body {
  background: #464646;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #21759b;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #d54e21;
}
.page-content .share-btns {
  padding-top: 0;
  padding-left: 0;
}
.error-message {
  clear: both;
  -webkit-transition: opacity .2s linear .7s !important;
  transition: opacity .2s linear .7s !important;
  position: absolute;
  top: 50%;
  left: 100% !important;
  z-index: 100000;
  display: block;
  overflow: visible;
  margin-top: -13px;
  margin-left: 2px;
  padding: 0.5em;
  height: 16px;
  background: none repeat scroll 0 0 #FFEE99 !important;
  box-shadow: 0 0 0 1px #D94729 inset;
  white-space: nowrap;
  line-height: 16px;
}
.error-message:before,
.error-message:after {
  content: " ";
  display: table;
}
.error-message:after {
  clear: both;
}
.error-message:before,
.error-message:after {
  content: " ";
  display: table;
}
.error-message:after {
  clear: both;
}
.error-message:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-width: 6px 6px 6px 0;
  border-style: inset solid inset none;
  border-color: transparent #D94729 transparent transparent;
  content: "";
}
.author-info-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.author-info-box .author-avatar {
  float: left;
}
.author-info-box .author-description {
  overflow: hidden;
  padding-left: 20px;
}
.author-info-box .author-description > h4 {
  margin-top: 0;
}
.author-info-box + .no-posts-by-author {
  padding-top: 40px;
  text-align: center;
}
.vamtam-column-border {
  border-radius: 10px;
  border: 15px solid #4A4A4A;
}
.vamtam-white-links a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Lato", "lato";
  color: #FAE20D;
  text-decoration: none;
}
.vamtam-white-links a:hover {
  color: #ffffff;
  text-decoration: none;
  transition: all .2s ease;
}
.wpv-scroll-to-top.wpv-circle {
  border-radius: 5000px;
  border: 1px solid #E8E8E8;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
}
.ScrollSceneIndicators {
  z-index: 0 !important;
}
.mfp-bg {
  background: #FC3C2A;
}
.mfp-arrow {
  color: #ffffff;
}
.mfp-arrow:before {
  font-family: "Lato", theme;
  font-size: 60px;
}
.mfp-arrow:hover {
  color: #FC3C2A;
}
.mfp-close {
  color: #ffffff;
}
.mfp-arrow-left:before {
  content: "\e607";
}
.mfp-arrow-right:before {
  content: "\e606";
}
ul,
ol {
  margin: 0.4em 0px 0.4em 1.3em;
}
ul li,
ol li {
  padding-bottom: 4px;
  padding-top: 4px;
}
.styled-list {
  padding: 0;
  margin-left: 0.3em;
  list-style: none;
}
.styled-list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.styled-list li:before {
  text-indent: 0;
}
.styled-list.icon-accent1 li:before {
  color: #FC3C2A;
}
.styled-list.icon-accent2 li:before {
  color: #FAE20D;
}
.styled-list.icon-accent3 li:before {
  color: #9B9B9B;
}
.styled-list.icon-accent4 li:before {
  color: #4A4A4A;
}
.styled-list.icon-accent5 li:before {
  color: #ffffff;
}
.styled-list.icon-accent6 li:before {
  color: #262529;
}
.styled-list.icon-accent7 li:before {
  color: #E8E8E8;
}
.styled-list.icon-accent8 li:before {
  color: #ffffff;
}
@-webkit-keyframes breathe {
  from {
    opacity: 1;
  }
  to {
    opacity: .4;
  }
}
@keyframes breathe {
  from {
    opacity: 1;
  }
  to {
    opacity: .4;
  }
}
.wpv-splash-screen {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #ffffff;
  z-index: 99999;
}
.wpv-splash-screen .wpv-splash-screen-logo {
  background: url("images/IELogo.png") center center no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-animation: breathe 1s alternate infinite cubic-bezier(.5522847498,0,.44771525,1);
  animation: breathe 1s alternate infinite cubic-bezier(.5522847498,0,.44771525,1);
}
@font-face {
  font-family: "Lato", 'icomoon';
  src: url(../vamtam/assets/fonts/icons/icons.eot);
  src: url(../vamtam/assets/fonts/icons/iconsd41d.eot?#iefix) format('embedded-opentype'), url(../vamtam/assets/fonts/icons/icons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Lato", 'theme';
  src: url(../wpv_theme/assets/fonts/icons/theme-icons.eot);
  src: url(../wpv_theme/assets/fonts/icons/theme-iconsd41d.eot?#iefix) format('embedded-opentype'), url(../wpv_theme/assets/fonts/icons/theme-icons.ttf) format('truetype');
  font-weight: normal;
  font-style: normal;
}
.icon,
.icon-a:after,
.icon-b:before {
  font-family: "Lato", 'icomoon' !important;
  font-weight: normal !important;
  font-style: normal !important;
  display: inline-block;
  min-width: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.theme.icon,
.theme.icon-a:after,
.theme.icon-b:before {
  font-family: "Lato", 'theme' !important;
}
.icon-b:before,
.icon-a:after {
  content: " " attr(data-icon) " ";
}
.icon-b.size-small:before,
.icon-a.size-small:after,
.icon.size-small {
  font-size: 16px;
}
.icon-b.size-medium:before,
.icon-a.size-medium:after,
.icon.size-medium {
  font-size: 24px;
}
.icon-b.size-large:before,
.icon-a.size-large:after,
.icon.size-large {
  font-size: 32px;
}
.icon-b.icon-a:before {
  content: " " attr(data-iconb) " ";
}
.icon-b.icon-a:after {
  content: " " attr(data-icona) " ";
}
.icon-b:before {
  padding-right: .5em;
}
.icon-a:before {
  padding-left: .5em;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
html,
body {
  overflow-x: hidden;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}
body {
  overflow: hidden;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
blockquote,
q {
  quotes: none;
}
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
ins {
  color: #FAE20D;
  text-decoration: none;
}
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
input,
select {
  vertical-align: middle;
}
body {
  font: 13px/1.231 "Lato",sans-serif;
  *font-size: small;
}
select,
input,
textarea,
button {
  font: 99% Times New Roman;
}
pre,
code,
kbd,
samp {
  font-family: "Lato", monospace, sans-serif;
}
:disabled {
  cursor: not-allowed;
}
a:hover,
a:active {
  outline: none;
}
nav ul,
nav li {
  margin: 0;
  list-style: none;
  list-style-image: none;
}
small {
  font-size: 85%;
}
b,
strong,
th {
  font-weight: bold;
}
td {
  vertical-align: top;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
  padding: 15px;
}
textarea {
  overflow: auto;
}
input[type="radio"] {
  vertical-align: text-bottom;
}
input[type="checkbox"] {
  vertical-align: middle;
}
label,
input[type="button"],
input[type="submit"],
input[type="image"],
button {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  box-shadow: none;
  border-radius: 0;
}
button {
  padding: 0;
}
button,
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  background-image: none;
}
button {
  width: auto;
  overflow: visible;
}
select,
input,
textarea {
  color: #444;
}
.ir {
  display: block;
  text-indent: -999em;
  overflow: hidden;
  background-repeat: no-repeat;
  text-align: left;
  direction: ltr;
}
.hidden {
  display: none;
  visibility: hidden;
}
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
.invisible {
  visibility: hidden;
}
html.no-js .nojs-hide {
  display: none;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0;
  transition-duration: 0;
}
.disable-hover {
  pointer-events: none;
}
.clearboth {
  clear: both;
}
.row,
.clearfix {
  clear: both;
}
.row:before,
.row:after,
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.row:after,
.clearfix:after {
  clear: both;
}
.row .row {
  margin-left: -15px;
  margin-right: -15px;
}
.grid-1-1,
.grid-1-2,
.grid-1-3,
.grid-1-4,
.grid-1-5,
.grid-1-6,
.grid-2-3,
.grid-2-5,
.grid-3-4,
.grid-3-5,
.grid-4-5,
.grid-5-6 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
}
.grid-1-1 {
  width: 100%;
}
.grid-1-2 {
  width: 50%;
}
.grid-1-3 {
  width: 33.33333333%;
}
.grid-1-4 {
  width: 25%;
}
.grid-1-5 {
  width: 20%;
}
.grid-1-6 {
  width: 16.66666666%;
}
.grid-2-3 {
  width: 66.66666666%;
}
.grid-2-5 {
  width: 40%;
}
.grid-3-4 {
  width: 75%;
}
.grid-3-5 {
  width: 60%;
}
.grid-4-5 {
  width: 80%;
}
.grid-5-6 {
  width: 83.33333333%;
}
img.lazy,
.loading {
  background: url(../wpv_theme/assets/images/loader.gif) center center no-repeat;
  background-image: url(../wpv_theme/assets/images/loader.gif), url(../wpv_theme/assets/images/loader_bg.png);
  background-position: center center, center center;
  background-color: #ffffff;
}
img.loaded,
img.lazy.no-animation,
.loading.no-animation {
  background-image: none;
}
.wide .limit-wrapper,
.boxed .boxed-layout {
  width: 1260px;
  max-width: 1260px;
}
.boxed #header-slider-container .ls-container,
.boxed #header-slider-container .rev_slider_wrapper,
.boxed .limit-wrapper .ls-container,
.boxed .limit-wrapper .rev_slider_wrapper {
  max-width: 1260px;
}
.boxed #header-slider-container .rev_slider_wrapper {
  left: 0 !important;
}
.boxed #header-slider-container .rev_slider_wrapper .tp-leftarrow.default {
  left: 30px !important;
}
.boxed #header-slider-container .rev_slider_wrapper .tp-rightarrow.default {
  right: 30px !important;
}
body.full article .ls-container {
  max-width: 100%;
}
html.touch .fixed-header-box,
html.touch .fixed-header-box * {
  -webkit-transform: translate3d(0,0,0);
}
.bx-wrapper {
  position: relative;
  margin: 0 !important;
  padding: 0;
  direction: ltr;
}
.bxslider-container {
  margin: 0;
}
.bxslider-container > li {
  list-style-type: none;
  padding: 0;
}
.bxslider-container > li > img {
  max-width: 100%;
  min-width: 100%;
  display: block;
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.bx-wrapper .bx-loading {
  min-height: 50px;
  background: url("../wpv_theme/assets/images/bx_loader.gif") center center no-repeat #fff;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}
.bx-wrapper .bx-pager {
  text-align: center;
  font-size: .85em;
  font-family: "Lato", Arial;
  font-weight: bold;
  color: #666;
}
.bx-wrapper .bx-pager.bx-default-pager a {
  background: #E8E8E8;
  text-indent: -9999px;
  display: block;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  outline: 0;
  border-radius: 50%;
  transition: background .3s ease;
}
.bx-wrapper .bx-pager .bx-pager-item {
  display: inline-block;
}
.bx-wrapper .bx-pager a:hover,
.bx-wrapper .bx-pager a.active {
  background: #FC3C2A;
  border-color: #FC3C2A;
}
.bx-wrapper .bx-prev {
  right: 40px;
}
.bx-wrapper .bx-prev:after {
  content: "\e607";
}
.bx-wrapper .bx-next {
  right: 10px;
}
.bx-wrapper .bx-next:after {
  content: "\e606";
}
.bx-wrapper .bx-controls-direction a {
  color: #ffffff;
  position: absolute;
  top: 30px;
  margin-top: -16px;
  outline: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  z-index: 9999;
}
.bx-wrapper .bx-controls-direction a:after {
  font-family: "Lato", theme;
  text-indent: 0;
  display: block;
  font-size: 32px;
  line-height: 32px;
  font-style: normal;
  margin-top: -20px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
.bx-wrapper .bx-controls-direction a:hover {
  color: #FC3C2A;
  text-decoration: none;
}
.bx-wrapper .bx-controls-auto {
  text-align: center;
}
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 10px;
  height: 11px;
  outline: 0;
  background: url("../wpv_theme/assets/images/controls.png") -86px -11px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 9px;
  height: 11px;
  outline: 0;
  background: url("../wpv_theme/assets/images/controls.png") -86px -44px no-repeat;
  margin: 0 3px;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}
.bx-wrapper .bx-controls.bx-has-pager {
  min-height: 30px;
}
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666 \9;
  background: rgba(80,80,80,0.75);
  width: 100%;
}
.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: "Lato", Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}
html,
body,
th,
td,
p {
  color: #4A4A4A;
}
.accent-1 {
  color: #FC3C2A;
}
.accent-2 {
  color: #FAE20D;
}
.accent-3 {
  color: #9B9B9B;
}
.accent-4 {
  color: #4A4A4A;
}
.accent-5 {
  color: #ffffff;
}
.accent-6 {
  color: #262529;
}
.accent-7 {
  color: #E8E8E8;
}
.accent-8 {
  color: #ffffff;
}
.hover-accent-1:hover {
  color: #FC3C2A;
}
.hover-accent-2:hover {
  color: #FAE20D;
}
.hover-accent-3:hover {
  color: #9B9B9B;
}
.hover-accent-4:hover {
  color: #4A4A4A;
}
.hover-accent-5:hover {
  color: #ffffff;
}
.hover-accent-6:hover {
  color: #262529;
}
.hover-accent-7:hover {
  color: #E8E8E8;
}
.hover-accent-8:hover {
  color: #ffffff;
}
*,
p,
.main-container {
  font: normal 14px/20px lato;
}
.page-header .desc,
em {
  font: italic 11px/18px lato;
  color: #4A4A4A;
}
h1,
h1 a,
h1 a:visited {
  color: #3B3B3B;
}
h1,
h1 a {
  font: normal 36px/40px lato;
}
h1 em {
  font: 36px/40px lato;
  color: #3B3B3B;
}
h2,
h2 a,
h2 a:visited {
  color: #3B3B3B;
}
h2,
h2 a {
  font: normal 30px/34px lato;
}
h2 em {
  font: 30px/34px lato;
  color: #3B3B3B;
}
h3,
h3 a,
h3 a:visited {
  color: #4A4A4A;
}
h3,
h3 a {
  font: bold italic 26px/28px lato;
}
h3 em {
  font: 26px/28px lato;
  color: #4A4A4A;
}
h4,
h4 a,
h4 a:visited {
  color: #4A4A4A;
}
h4,
h4 a {
  font: normal 20px/24px lato;
}
h4 em {
  font: 20px/24px lato;
  color: #4A4A4A;
}
h5,
h5 a,
h5 a:visited {
  color: #4A4A4A;
}
h5,
h5 a {
  font: normal 16px/20px lato;
}
h5 em {
  font: 16px/20px lato
  color: #4A4A4A;
}
h6,
h6 a,
h6 a:visited {
  color: #4A4A4A;
}
h6,
h6 a {
  font: 300 12px/22px lato;
}
h6 em {
  font: 12px/22px lato;
  color: #4A4A4A;
}
small {
  color: #e2e2e2;
  font-size: 11px !important;
}
a {
  text-decoration: none;
  color: #FC3C2A;
}
a .icon.shortcode {
  transition: all .3s ease;
}
a:hover {
  text-decoration: none;
  color: #D02111;
}
a:hover .icon.shortcode {
  color: #D02111 !important;
}
p {
  margin: 1em 0;
}
p:empty {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
.socialcount {
  color: #262529;
}
.socialcount > li {
  background-color: #E8E8E8;
}
.socialcount > li > a:focus,
.socialcount > li:hover,
.socialcount > li.hover {
  background-color: #E8E8E8;
  color: transparent;
}
.socialcount > li > a:focus a,
.socialcount > li:hover a,
.socialcount > li.hover a {
  color: transparent;
}
.socialcount > li,
.socialcount > li > a:focus,
.socialcount .sc-loading {
  border-radius: 1px;
}
.socialcount {
  list-style: none;
  padding-left: 0;
  margin-top: 30px;
  font-size: .875em;
  line-height: 2.2em;
  overflow: hidden;
}
.socialcount :link,
.socialcount :visited {
  color: inherit;
}
.socialcount > li {
  display: inline-block;
  zoom: 1;
  position: relative;
  vertical-align: top;
  min-width: 80px;
  text-align: center;
  white-space: nowrap;
  margin: 0 0 4px 0;
}
.socialcount > li > a {
  display: block;
  padding: 0 5px;
  text-decoration: none;
  color: inherit;
  line-height: 30px;
  font-weight: bold;
  font-size: 14px;
}
.socialcount > li:last-child {
  margin: 0;
}
.socialcount .count {
  color: inherit;
  position: relative;
  display: inline-block;
  zoom: 1;
  text-align: center;
  margin-left: 6px;
  font: normal 14px/20px lato;
}
.socialcount .sc-button {
  display: none;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 9px;
  text-align: center;
  pointer-events: none;
}
.socialcount .sc-button iframe {
  pointer-events: auto;
  margin: auto;
}
.socialcount .sc-loading {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background-color: #aaaaaa;
  background-color: rgba(170,170,170,0.7);
  color: #000;
  text-transform: uppercase;
  font-size: .75em;
  text-align: center;
  line-height: 30px;
}
.socialcount .sc-loading .dot {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin: 0 3px;
  background: #fff;
  opacity: 0;
  border-radius: 50%;
  -webkit-animation: socialCountLoadingFade .6s infinite;
  animation: socialCountLoadingFade .6s infinite;
}
.socialcount .sc-loading .dot:nth-child(1) {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}
.socialcount .sc-loading .dot:nth-child(2) {
  -webkit-animation-delay: .05s;
  animation-delay: .05s;
}
.socialcount .sc-loading .dot:nth-child(3) {
  -webkit-animation-delay: .1s;
  animation-delay: .1s;
}
.socialcount > .pinterest .sc-button {
  bottom: 0;
  pointer-events: auto;
}
.socialcount > .pinterest:hover {
  cursor: pointer;
}
.socialcount > .googleplus .sc-button {
  bottom: -2px;
}
.socialcount > .facebook iframe {
  height: 21px;
  width: 90px;
}
.socialcount.like > .facebook iframe {
  width: 48px;
}
.socialcount-large {
  line-height: normal;
}
.socialcount-large > li {
  float: left;
  margin: 0 .6em .6em 0;
}
.socialcount-large > li > a {
  padding: 12px 5px 8px;
}
.socialcount-large .count {
  display: block;
  width: 100%;
  margin-left: 0;
  padding-top: 10px;
}
.socialcount-large .sc-button {
  bottom: 2px;
}
.socialcount-large .sc-loading {
  padding-top: 30%;
}
.socialcount-large .pinterest .sc-button {
  bottom: 10px;
}
.socialcount-small > li {
  min-width: 0;
}
.socialcount-small > li > a {
  padding-left: 8px;
  padding-right: 8px;
}
.socialcount-small .count {
  margin-left: 0;
}
.socialcount.grade-a > li:hover .count,
.socialcount.grade-a > li.hover .count {
  text-indent: -999px;
}
.socialcount.grade-a > li:hover .sc-button,
.socialcount.grade-a > li.hover .sc-button {
  display: block;
}
.socialcount.grade-a > li:hover > a,
.socialcount.grade-a > li.hover > a {
  cursor: default;
}
.socialcount-small.grade-a > li:hover > a,
.socialcount-small.grade-a > li.hover > a,
.socialcount.grade-a > li:hover .sc-button iframe,
.socialcount.grade-a > li.hover .sc-button iframe {
  cursor: pointer;
}
@-webkit-keyframes socialCountLoadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes socialCountLoadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@keyframes socialCountLoadingFade {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-moz-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-o-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }
  25%,
  75% {
    opacity: 0;
  }
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: skewX(9deg);
  }
  10% {
    -webkit-transform: skewX(-8deg);
  }
  20% {
    -webkit-transform: skewX(7deg);
  }
  30% {
    -webkit-transform: skewX(-6deg);
  }
  40% {
    -webkit-transform: skewX(5deg);
  }
  50% {
    -webkit-transform: skewX(-4deg);
  }
  60% {
    -webkit-transform: skewX(3deg);
  }
  70% {
    -webkit-transform: skewX(-2deg);
  }
  80% {
    -webkit-transform: skewX(1deg);
  }
  90% {
    -webkit-transform: skewX(0deg);
  }
  100% {
    -webkit-transform: skewX(0deg);
  }
}
@-moz-keyframes wiggle {
  0% {
    -moz-transform: skewX(9deg);
  }
  10% {
    -moz-transform: skewX(-8deg);
  }
  20% {
    -moz-transform: skewX(7deg);
  }
  30% {
    -moz-transform: skewX(-6deg);
  }
  40% {
    -moz-transform: skewX(5deg);
  }
  50% {
    -moz-transform: skewX(-4deg);
  }
  60% {
    -moz-transform: skewX(3deg);
  }
  70% {
    -moz-transform: skewX(-2deg);
  }
  80% {
    -moz-transform: skewX(1deg);
  }
  90% {
    -moz-transform: skewX(0deg);
  }
  100% {
    -moz-transform: skewX(0deg);
  }
}
@-o-keyframes wiggle {
  0% {
    -o-transform: skewX(9deg);
  }
  10% {
    -o-transform: skewX(-8deg);
  }
  20% {
    -o-transform: skewX(7deg);
  }
  30% {
    -o-transform: skewX(-6deg);
  }
  40% {
    -o-transform: skewX(5deg);
  }
  50% {
    -o-transform: skewX(-4deg);
  }
  60% {
    -o-transform: skewX(3deg);
  }
  70% {
    -o-transform: skewX(-2deg);
  }
  80% {
    -o-transform: skewX(1deg);
  }
  90% {
    -o-transform: skewX(0deg);
  }
  100% {
    -o-transform: skewX(0deg);
  }
}
@keyframes wiggle {
  0% {
    transform: skewX(9deg);
  }
  10% {
    transform: skewX(-8deg);
  }
  20% {
    transform: skewX(7deg);
  }
  30% {
    transform: skewX(-6deg);
  }
  40% {
    transform: skewX(5deg);
  }
  50% {
    transform: skewX(-4deg);
  }
  60% {
    transform: skewX(3deg);
  }
  70% {
    transform: skewX(-2deg);
  }
  80% {
    transform: skewX(1deg);
  }
  90% {
    transform: skewX(0deg);
  }
  100% {
    transform: skewX(0deg);
  }
}

.animated.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}
.animated.wiggle {
  -webkit-animation-name: wiggle;
  animation-name: wiggle;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
.submit-button-style {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
}
.submit-button-style,
.submit-button-style span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.submit-button-style span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.submit-button-style span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.submit-button-style span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.submit-button-style span.icon:first-child {
  margin-right: 0;
}
.submit-button-style span.icon:last-child {
  margin-left: 0;
}
.submit-button-style span.btext {
  font-weight: normal;
  position: relative;
}
.submit-button-style:hover,
.submit-button-style:hover span {
  text-decoration: none;
}
.submit-button-style.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.submit-button-style.button-border,
.submit-button-style.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.submit-button-style.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.submit-button-style.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.submit-button-style span {
  color: #ffffff;
}
.submit-button-style.button-border,
.submit-button-style.button-border-slanted {
  border: 1px solid #FC3C2A;
}
.submit-button-style.button-border span,
.submit-button-style.button-border-slanted span {
  color: #FC3C2A;
}
.submit-button-style.button-border-slanted {
  border-right-width: 5px;
}
.submit-button-style:hover,
.submit-button-style:focus,
.submit-button-style:active {
  background: #FAE20D;
}
.submit-button-style:hover,
.submit-button-style:hover span,
.submit-button-style:focus,
.submit-button-style:focus span,
.submit-button-style:active,
.submit-button-style:active span {
  color: #ffffff;
}
.submit-button-style.button-border:hover,
.submit-button-style.button-border-slanted:hover {
  background: #FAE20D;
}
.submit-button-style.button-border:hover,
.submit-button-style.button-border:hover span,
.submit-button-style.button-border-slanted:hover,
.submit-button-style.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.submit-button-style.button-border-slanted {
  border-right-color: #FAE20D;
}
.button,
.vamtam-button,
input[type=button],
input[type=submit] {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
}
.button,
.button span,
.vamtam-button,
.vamtam-button span,
input[type=button],
input[type=button] span,
input[type=submit],
input[type=submit] span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.button span,
.vamtam-button span,
input[type=button] span,
input[type=submit] span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.button span.icon,
.vamtam-button span.icon,
input[type=button] span.icon,
input[type=submit] span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.button span.icon.shortcode.inverted-colors,
.vamtam-button span.icon.shortcode.inverted-colors,
input[type=button] span.icon.shortcode.inverted-colors,
input[type=submit] span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.button span.icon:first-child,
.vamtam-button span.icon:first-child,
input[type=button] span.icon:first-child,
input[type=submit] span.icon:first-child {
  margin-right: 0;
}
.button span.icon:last-child,
.vamtam-button span.icon:last-child,
input[type=button] span.icon:last-child,
input[type=submit] span.icon:last-child {
  margin-left: 0;
}
.button span.btext,
.vamtam-button span.btext,
input[type=button] span.btext,
input[type=submit] span.btext {
  font-weight: normal;
  position: relative;
}
.button:hover,
.button:hover span,
.vamtam-button:hover,
.vamtam-button:hover span,
input[type=button]:hover,
input[type=button]:hover span,
input[type=submit]:hover,
input[type=submit]:hover span {
  text-decoration: none;
}
.button.button-filled-small,
.vamtam-button.button-filled-small,
input[type=button].button-filled-small,
input[type=submit].button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.button.button-border,
.button.button-border-slanted,
.vamtam-button.button-border,
.vamtam-button.button-border-slanted,
input[type=button].button-border,
input[type=button].button-border-slanted,
input[type=submit].button-border,
input[type=submit].button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.button.button-border-slanted,
.vamtam-button.button-border-slanted,
input[type=button].button-border-slanted,
input[type=submit].button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.button.button-border-slanted span,
.vamtam-button.button-border-slanted span,
input[type=button].button-border-slanted span,
input[type=submit].button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.button span,
.vamtam-button span,
input[type=button] span,
input[type=submit] span {
  color: #ffffff;
}
.button.button-border,
.button.button-border-slanted,
.vamtam-button.button-border,
.vamtam-button.button-border-slanted,
input[type=button].button-border,
input[type=button].button-border-slanted,
input[type=submit].button-border,
input[type=submit].button-border-slanted {
  border: 1px solid #FC3C2A;
}
.button.button-border span,
.button.button-border-slanted span,
.vamtam-button.button-border span,
.vamtam-button.button-border-slanted span,
input[type=button].button-border span,
input[type=button].button-border-slanted span,
input[type=submit].button-border span,
input[type=submit].button-border-slanted span {
  color: #FC3C2A;
}
.button.button-border-slanted,
.vamtam-button.button-border-slanted,
input[type=button].button-border-slanted,
input[type=submit].button-border-slanted {
  border-right-width: 5px;
}
.button:hover,
.button:focus,
.button:active,
.vamtam-button:hover,
.vamtam-button:focus,
.vamtam-button:active,
input[type=button]:hover,
input[type=button]:focus,
input[type=button]:active,
input[type=submit]:hover,
input[type=submit]:focus,
input[type=submit]:active {
  background: #FAE20D;
}
.button:hover,
.button:hover span,
.button:focus,
.button:focus span,
.button:active,
.button:active span,
.vamtam-button:hover,
.vamtam-button:hover span,
.vamtam-button:focus,
.vamtam-button:focus span,
.vamtam-button:active,
.vamtam-button:active span,
input[type=button]:hover,
input[type=button]:hover span,
input[type=button]:focus,
input[type=button]:focus span,
input[type=button]:active,
input[type=button]:active span,
input[type=submit]:hover,
input[type=submit]:hover span,
input[type=submit]:focus,
input[type=submit]:focus span,
input[type=submit]:active,
input[type=submit]:active span {
  color: #ffffff;
}
.button.button-border:hover,
.button.button-border-slanted:hover,
.vamtam-button.button-border:hover,
.vamtam-button.button-border-slanted:hover,
input[type=button].button-border:hover,
input[type=button].button-border-slanted:hover,
input[type=submit].button-border:hover,
input[type=submit].button-border-slanted:hover {
  background: #FAE20D;
}
.button.button-border:hover,
.button.button-border:hover span,
.button.button-border-slanted:hover,
.button.button-border-slanted:hover span,
.vamtam-button.button-border:hover,
.vamtam-button.button-border:hover span,
.vamtam-button.button-border-slanted:hover,
.vamtam-button.button-border-slanted:hover span,
input[type=button].button-border:hover,
input[type=button].button-border:hover span,
input[type=button].button-border-slanted:hover,
input[type=button].button-border-slanted:hover span,
input[type=submit].button-border:hover,
input[type=submit].button-border:hover span,
input[type=submit].button-border-slanted:hover,
input[type=submit].button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.button.button-border-slanted,
.vamtam-button.button-border-slanted,
input[type=button].button-border-slanted,
input[type=submit].button-border-slanted {
  border-right-color: #FAE20D;
}
.button,
.button.accent1,
.button.accent2,
.button.accent3,
.button.accent4,
.button.accent5,
.button.accent6,
.button.accent7,
.button.accent8,
.vamtam-button,
.vamtam-button.accent1,
.vamtam-button.accent2,
.vamtam-button.accent3,
.vamtam-button.accent4,
.vamtam-button.accent5,
.vamtam-button.accent6,
.vamtam-button.accent7,
.vamtam-button.accent8,
.slogan-content .button,
.slogan-content .button.accent1,
.slogan-content .button.accent2,
.slogan-content .button.accent3,
.slogan-content .button.accent4,
.slogan-content .button.accent5,
.slogan-content .button.accent6,
.slogan-content .button.accent7,
.slogan-content .button.accent8 {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
}
.button,
.button span,
.button.accent1,
.button.accent1 span,
.button.accent2,
.button.accent2 span,
.button.accent3,
.button.accent3 span,
.button.accent4,
.button.accent4 span,
.button.accent5,
.button.accent5 span,
.button.accent6,
.button.accent6 span,
.button.accent7,
.button.accent7 span,
.button.accent8,
.button.accent8 span,
.vamtam-button,
.vamtam-button span,
.vamtam-button.accent1,
.vamtam-button.accent1 span,
.vamtam-button.accent2,
.vamtam-button.accent2 span,
.vamtam-button.accent3,
.vamtam-button.accent3 span,
.vamtam-button.accent4,
.vamtam-button.accent4 span,
.vamtam-button.accent5,
.vamtam-button.accent5 span,
.vamtam-button.accent6,
.vamtam-button.accent6 span,
.vamtam-button.accent7,
.vamtam-button.accent7 span,
.vamtam-button.accent8,
.vamtam-button.accent8 span,
.slogan-content .button,
.slogan-content .button span,
.slogan-content .button.accent1,
.slogan-content .button.accent1 span,
.slogan-content .button.accent2,
.slogan-content .button.accent2 span,
.slogan-content .button.accent3,
.slogan-content .button.accent3 span,
.slogan-content .button.accent4,
.slogan-content .button.accent4 span,
.slogan-content .button.accent5,
.slogan-content .button.accent5 span,
.slogan-content .button.accent6,
.slogan-content .button.accent6 span,
.slogan-content .button.accent7,
.slogan-content .button.accent7 span,
.slogan-content .button.accent8,
.slogan-content .button.accent8 span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.button span,
.button.accent1 span,
.button.accent2 span,
.button.accent3 span,
.button.accent4 span,
.button.accent5 span,
.button.accent6 span,
.button.accent7 span,
.button.accent8 span,
.vamtam-button span,
.vamtam-button.accent1 span,
.vamtam-button.accent2 span,
.vamtam-button.accent3 span,
.vamtam-button.accent4 span,
.vamtam-button.accent5 span,
.vamtam-button.accent6 span,
.vamtam-button.accent7 span,
.vamtam-button.accent8 span,
.slogan-content .button span,
.slogan-content .button.accent1 span,
.slogan-content .button.accent2 span,
.slogan-content .button.accent3 span,
.slogan-content .button.accent4 span,
.slogan-content .button.accent5 span,
.slogan-content .button.accent6 span,
.slogan-content .button.accent7 span,
.slogan-content .button.accent8 span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.button span.icon,
.button.accent1 span.icon,
.button.accent2 span.icon,
.button.accent3 span.icon,
.button.accent4 span.icon,
.button.accent5 span.icon,
.button.accent6 span.icon,
.button.accent7 span.icon,
.button.accent8 span.icon,
.vamtam-button span.icon,
.vamtam-button.accent1 span.icon,
.vamtam-button.accent2 span.icon,
.vamtam-button.accent3 span.icon,
.vamtam-button.accent4 span.icon,
.vamtam-button.accent5 span.icon,
.vamtam-button.accent6 span.icon,
.vamtam-button.accent7 span.icon,
.vamtam-button.accent8 span.icon,
.slogan-content .button span.icon,
.slogan-content .button.accent1 span.icon,
.slogan-content .button.accent2 span.icon,
.slogan-content .button.accent3 span.icon,
.slogan-content .button.accent4 span.icon,
.slogan-content .button.accent5 span.icon,
.slogan-content .button.accent6 span.icon,
.slogan-content .button.accent7 span.icon,
.slogan-content .button.accent8 span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.button span.icon.shortcode.inverted-colors,
.button.accent1 span.icon.shortcode.inverted-colors,
.button.accent2 span.icon.shortcode.inverted-colors,
.button.accent3 span.icon.shortcode.inverted-colors,
.button.accent4 span.icon.shortcode.inverted-colors,
.button.accent5 span.icon.shortcode.inverted-colors,
.button.accent6 span.icon.shortcode.inverted-colors,
.button.accent7 span.icon.shortcode.inverted-colors,
.button.accent8 span.icon.shortcode.inverted-colors,
.vamtam-button span.icon.shortcode.inverted-colors,
.vamtam-button.accent1 span.icon.shortcode.inverted-colors,
.vamtam-button.accent2 span.icon.shortcode.inverted-colors,
.vamtam-button.accent3 span.icon.shortcode.inverted-colors,
.vamtam-button.accent4 span.icon.shortcode.inverted-colors,
.vamtam-button.accent5 span.icon.shortcode.inverted-colors,
.vamtam-button.accent6 span.icon.shortcode.inverted-colors,
.vamtam-button.accent7 span.icon.shortcode.inverted-colors,
.vamtam-button.accent8 span.icon.shortcode.inverted-colors,
.slogan-content .button span.icon.shortcode.inverted-colors,
.slogan-content .button.accent1 span.icon.shortcode.inverted-colors,
.slogan-content .button.accent2 span.icon.shortcode.inverted-colors,
.slogan-content .button.accent3 span.icon.shortcode.inverted-colors,
.slogan-content .button.accent4 span.icon.shortcode.inverted-colors,
.slogan-content .button.accent5 span.icon.shortcode.inverted-colors,
.slogan-content .button.accent6 span.icon.shortcode.inverted-colors,
.slogan-content .button.accent7 span.icon.shortcode.inverted-colors,
.slogan-content .button.accent8 span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.button span.icon:first-child,
.button.accent1 span.icon:first-child,
.button.accent2 span.icon:first-child,
.button.accent3 span.icon:first-child,
.button.accent4 span.icon:first-child,
.button.accent5 span.icon:first-child,
.button.accent6 span.icon:first-child,
.button.accent7 span.icon:first-child,
.button.accent8 span.icon:first-child,
.vamtam-button span.icon:first-child,
.vamtam-button.accent1 span.icon:first-child,
.vamtam-button.accent2 span.icon:first-child,
.vamtam-button.accent3 span.icon:first-child,
.vamtam-button.accent4 span.icon:first-child,
.vamtam-button.accent5 span.icon:first-child,
.vamtam-button.accent6 span.icon:first-child,
.vamtam-button.accent7 span.icon:first-child,
.vamtam-button.accent8 span.icon:first-child,
.slogan-content .button span.icon:first-child,
.slogan-content .button.accent1 span.icon:first-child,
.slogan-content .button.accent2 span.icon:first-child,
.slogan-content .button.accent3 span.icon:first-child,
.slogan-content .button.accent4 span.icon:first-child,
.slogan-content .button.accent5 span.icon:first-child,
.slogan-content .button.accent6 span.icon:first-child,
.slogan-content .button.accent7 span.icon:first-child,
.slogan-content .button.accent8 span.icon:first-child {
  margin-right: 0;
}
.button span.icon:last-child,
.button.accent1 span.icon:last-child,
.button.accent2 span.icon:last-child,
.button.accent3 span.icon:last-child,
.button.accent4 span.icon:last-child,
.button.accent5 span.icon:last-child,
.button.accent6 span.icon:last-child,
.button.accent7 span.icon:last-child,
.button.accent8 span.icon:last-child,
.vamtam-button span.icon:last-child,
.vamtam-button.accent1 span.icon:last-child,
.vamtam-button.accent2 span.icon:last-child,
.vamtam-button.accent3 span.icon:last-child,
.vamtam-button.accent4 span.icon:last-child,
.vamtam-button.accent5 span.icon:last-child,
.vamtam-button.accent6 span.icon:last-child,
.vamtam-button.accent7 span.icon:last-child,
.vamtam-button.accent8 span.icon:last-child,
.slogan-content .button span.icon:last-child,
.slogan-content .button.accent1 span.icon:last-child,
.slogan-content .button.accent2 span.icon:last-child,
.slogan-content .button.accent3 span.icon:last-child,
.slogan-content .button.accent4 span.icon:last-child,
.slogan-content .button.accent5 span.icon:last-child,
.slogan-content .button.accent6 span.icon:last-child,
.slogan-content .button.accent7 span.icon:last-child,
.slogan-content .button.accent8 span.icon:last-child {
  margin-left: 0;
}
.button span.btext,
.button.accent1 span.btext,
.button.accent2 span.btext,
.button.accent3 span.btext,
.button.accent4 span.btext,
.button.accent5 span.btext,
.button.accent6 span.btext,
.button.accent7 span.btext,
.button.accent8 span.btext,
.vamtam-button span.btext,
.vamtam-button.accent1 span.btext,
.vamtam-button.accent2 span.btext,
.vamtam-button.accent3 span.btext,
.vamtam-button.accent4 span.btext,
.vamtam-button.accent5 span.btext,
.vamtam-button.accent6 span.btext,
.vamtam-button.accent7 span.btext,
.vamtam-button.accent8 span.btext,
.slogan-content .button span.btext,
.slogan-content .button.accent1 span.btext,
.slogan-content .button.accent2 span.btext,
.slogan-content .button.accent3 span.btext,
.slogan-content .button.accent4 span.btext,
.slogan-content .button.accent5 span.btext,
.slogan-content .button.accent6 span.btext,
.slogan-content .button.accent7 span.btext,
.slogan-content .button.accent8 span.btext {
  font-weight: normal;
  position: relative;
}
.button:hover,
.button:hover span,
.button.accent1:hover,
.button.accent1:hover span,
.button.accent2:hover,
.button.accent2:hover span,
.button.accent3:hover,
.button.accent3:hover span,
.button.accent4:hover,
.button.accent4:hover span,
.button.accent5:hover,
.button.accent5:hover span,
.button.accent6:hover,
.button.accent6:hover span,
.button.accent7:hover,
.button.accent7:hover span,
.button.accent8:hover,
.button.accent8:hover span,
.vamtam-button:hover,
.vamtam-button:hover span,
.vamtam-button.accent1:hover,
.vamtam-button.accent1:hover span,
.vamtam-button.accent2:hover,
.vamtam-button.accent2:hover span,
.vamtam-button.accent3:hover,
.vamtam-button.accent3:hover span,
.vamtam-button.accent4:hover,
.vamtam-button.accent4:hover span,
.vamtam-button.accent5:hover,
.vamtam-button.accent5:hover span,
.vamtam-button.accent6:hover,
.vamtam-button.accent6:hover span,
.vamtam-button.accent7:hover,
.vamtam-button.accent7:hover span,
.vamtam-button.accent8:hover,
.vamtam-button.accent8:hover span,
.slogan-content .button:hover,
.slogan-content .button:hover span,
.slogan-content .button.accent1:hover,
.slogan-content .button.accent1:hover span,
.slogan-content .button.accent2:hover,
.slogan-content .button.accent2:hover span,
.slogan-content .button.accent3:hover,
.slogan-content .button.accent3:hover span,
.slogan-content .button.accent4:hover,
.slogan-content .button.accent4:hover span,
.slogan-content .button.accent5:hover,
.slogan-content .button.accent5:hover span,
.slogan-content .button.accent6:hover,
.slogan-content .button.accent6:hover span,
.slogan-content .button.accent7:hover,
.slogan-content .button.accent7:hover span,
.slogan-content .button.accent8:hover,
.slogan-content .button.accent8:hover span {
  text-decoration: none;
}
.button.button-filled-small,
.button.accent1.button-filled-small,
.button.accent2.button-filled-small,
.button.accent3.button-filled-small,
.button.accent4.button-filled-small,
.button.accent5.button-filled-small,
.button.accent6.button-filled-small,
.button.accent7.button-filled-small,
.button.accent8.button-filled-small,
.vamtam-button.button-filled-small,
.vamtam-button.accent1.button-filled-small,
.vamtam-button.accent2.button-filled-small,
.vamtam-button.accent3.button-filled-small,
.vamtam-button.accent4.button-filled-small,
.vamtam-button.accent5.button-filled-small,
.vamtam-button.accent6.button-filled-small,
.vamtam-button.accent7.button-filled-small,
.vamtam-button.accent8.button-filled-small,
.slogan-content .button.button-filled-small,
.slogan-content .button.accent1.button-filled-small,
.slogan-content .button.accent2.button-filled-small,
.slogan-content .button.accent3.button-filled-small,
.slogan-content .button.accent4.button-filled-small,
.slogan-content .button.accent5.button-filled-small,
.slogan-content .button.accent6.button-filled-small,
.slogan-content .button.accent7.button-filled-small,
.slogan-content .button.accent8.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.button.button-border,
.button.button-border-slanted,
.button.accent1.button-border,
.button.accent1.button-border-slanted,
.button.accent2.button-border,
.button.accent2.button-border-slanted,
.button.accent3.button-border,
.button.accent3.button-border-slanted,
.button.accent4.button-border,
.button.accent4.button-border-slanted,
.button.accent5.button-border,
.button.accent5.button-border-slanted,
.button.accent6.button-border,
.button.accent6.button-border-slanted,
.button.accent7.button-border,
.button.accent7.button-border-slanted,
.button.accent8.button-border,
.button.accent8.button-border-slanted,
.vamtam-button.button-border,
.vamtam-button.button-border-slanted,
.vamtam-button.accent1.button-border,
.vamtam-button.accent1.button-border-slanted,
.vamtam-button.accent2.button-border,
.vamtam-button.accent2.button-border-slanted,
.vamtam-button.accent3.button-border,
.vamtam-button.accent3.button-border-slanted,
.vamtam-button.accent4.button-border,
.vamtam-button.accent4.button-border-slanted,
.vamtam-button.accent5.button-border,
.vamtam-button.accent5.button-border-slanted,
.vamtam-button.accent6.button-border,
.vamtam-button.accent6.button-border-slanted,
.vamtam-button.accent7.button-border,
.vamtam-button.accent7.button-border-slanted,
.vamtam-button.accent8.button-border,
.vamtam-button.accent8.button-border-slanted,
.slogan-content .button.button-border,
.slogan-content .button.button-border-slanted,
.slogan-content .button.accent1.button-border,
.slogan-content .button.accent1.button-border-slanted,
.slogan-content .button.accent2.button-border,
.slogan-content .button.accent2.button-border-slanted,
.slogan-content .button.accent3.button-border,
.slogan-content .button.accent3.button-border-slanted,
.slogan-content .button.accent4.button-border,
.slogan-content .button.accent4.button-border-slanted,
.slogan-content .button.accent5.button-border,
.slogan-content .button.accent5.button-border-slanted,
.slogan-content .button.accent6.button-border,
.slogan-content .button.accent6.button-border-slanted,
.slogan-content .button.accent7.button-border,
.slogan-content .button.accent7.button-border-slanted,
.slogan-content .button.accent8.button-border,
.slogan-content .button.accent8.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.button.button-border-slanted,
.button.accent1.button-border-slanted,
.button.accent2.button-border-slanted,
.button.accent3.button-border-slanted,
.button.accent4.button-border-slanted,
.button.accent5.button-border-slanted,
.button.accent6.button-border-slanted,
.button.accent7.button-border-slanted,
.button.accent8.button-border-slanted,
.vamtam-button.button-border-slanted,
.vamtam-button.accent1.button-border-slanted,
.vamtam-button.accent2.button-border-slanted,
.vamtam-button.accent3.button-border-slanted,
.vamtam-button.accent4.button-border-slanted,
.vamtam-button.accent5.button-border-slanted,
.vamtam-button.accent6.button-border-slanted,
.vamtam-button.accent7.button-border-slanted,
.vamtam-button.accent8.button-border-slanted,
.slogan-content .button.button-border-slanted,
.slogan-content .button.accent1.button-border-slanted,
.slogan-content .button.accent2.button-border-slanted,
.slogan-content .button.accent3.button-border-slanted,
.slogan-content .button.accent4.button-border-slanted,
.slogan-content .button.accent5.button-border-slanted,
.slogan-content .button.accent6.button-border-slanted,
.slogan-content .button.accent7.button-border-slanted,
.slogan-content .button.accent8.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.button.button-border-slanted span,
.button.accent1.button-border-slanted span,
.button.accent2.button-border-slanted span,
.button.accent3.button-border-slanted span,
.button.accent4.button-border-slanted span,
.button.accent5.button-border-slanted span,
.button.accent6.button-border-slanted span,
.button.accent7.button-border-slanted span,
.button.accent8.button-border-slanted span,
.vamtam-button.button-border-slanted span,
.vamtam-button.accent1.button-border-slanted span,
.vamtam-button.accent2.button-border-slanted span,
.vamtam-button.accent3.button-border-slanted span,
.vamtam-button.accent4.button-border-slanted span,
.vamtam-button.accent5.button-border-slanted span,
.vamtam-button.accent6.button-border-slanted span,
.vamtam-button.accent7.button-border-slanted span,
.vamtam-button.accent8.button-border-slanted span,
.slogan-content .button.button-border-slanted span,
.slogan-content .button.accent1.button-border-slanted span,
.slogan-content .button.accent2.button-border-slanted span,
.slogan-content .button.accent3.button-border-slanted span,
.slogan-content .button.accent4.button-border-slanted span,
.slogan-content .button.accent5.button-border-slanted span,
.slogan-content .button.accent6.button-border-slanted span,
.slogan-content .button.accent7.button-border-slanted span,
.slogan-content .button.accent8.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.button.accent1,
.vamtam-button.accent1,
.slogan-content .button.accent1 {
  background: #FC3C2A;
  color: #ffffff;
}
.button.accent1 span,
.vamtam-button.accent1 span,
.slogan-content .button.accent1 span {
  color: #ffffff;
}
.button.accent1.button-border,
.button.accent1.button-border-slanted,
.vamtam-button.accent1.button-border,
.vamtam-button.accent1.button-border-slanted,
.slogan-content .button.accent1.button-border,
.slogan-content .button.accent1.button-border-slanted {
  border: 1px solid #FC3C2A;
}
.button.accent1.button-border span,
.button.accent1.button-border-slanted span,
.vamtam-button.accent1.button-border span,
.vamtam-button.accent1.button-border-slanted span,
.slogan-content .button.accent1.button-border span,
.slogan-content .button.accent1.button-border-slanted span {
  color: #FC3C2A;
}
.button.accent1.button-border-slanted,
.vamtam-button.accent1.button-border-slanted,
.slogan-content .button.accent1.button-border-slanted {
  border-right-width: 5px;
}
.button,
.button.accent2,
.vamtam-button,
.vamtam-button.accent2,
.slogan-content .button,
.slogan-content .button.accent2 {
  background: #FAE20D;
  color: #ffffff;
}
.button span,
.button.accent2 span,
.vamtam-button span,
.vamtam-button.accent2 span,
.slogan-content .button span,
.slogan-content .button.accent2 span {
  color: #ffffff;
}
.button.button-border,
.button.button-border-slanted,
.button.accent2.button-border,
.button.accent2.button-border-slanted,
.vamtam-button.button-border,
.vamtam-button.button-border-slanted,
.vamtam-button.accent2.button-border,
.vamtam-button.accent2.button-border-slanted,
.slogan-content .button.button-border,
.slogan-content .button.button-border-slanted,
.slogan-content .button.accent2.button-border,
.slogan-content .button.accent2.button-border-slanted {
  border: 1px solid #FAE20D;
}
.button.button-border span,
.button.button-border-slanted span,
.button.accent2.button-border span,
.button.accent2.button-border-slanted span,
.vamtam-button.button-border span,
.vamtam-button.button-border-slanted span,
.vamtam-button.accent2.button-border span,
.vamtam-button.accent2.button-border-slanted span,
.slogan-content .button.button-border span,
.slogan-content .button.button-border-slanted span,
.slogan-content .button.accent2.button-border span,
.slogan-content .button.accent2.button-border-slanted span {
  color: #FAE20D;
}
.button.button-border-slanted,
.button.accent2.button-border-slanted,
.vamtam-button.button-border-slanted,
.vamtam-button.accent2.button-border-slanted,
.slogan-content .button.button-border-slanted,
.slogan-content .button.accent2.button-border-slanted {
  border-right-width: 5px;
}
.button.accent3,
.vamtam-button.accent3,
.slogan-content .button.accent3 {
  background: #9B9B9B;
  color: #ffffff;
}
.button.accent3 span,
.vamtam-button.accent3 span,
.slogan-content .button.accent3 span {
  color: #ffffff;
}
.button.accent3.button-border,
.button.accent3.button-border-slanted,
.vamtam-button.accent3.button-border,
.vamtam-button.accent3.button-border-slanted,
.slogan-content .button.accent3.button-border,
.slogan-content .button.accent3.button-border-slanted {
  border: 1px solid #9B9B9B;
}
.button.accent3.button-border span,
.button.accent3.button-border-slanted span,
.vamtam-button.accent3.button-border span,
.vamtam-button.accent3.button-border-slanted span,
.slogan-content .button.accent3.button-border span,
.slogan-content .button.accent3.button-border-slanted span {
  color: #9B9B9B;
}
.button.accent3.button-border-slanted,
.vamtam-button.accent3.button-border-slanted,
.slogan-content .button.accent3.button-border-slanted {
  border-right-width: 5px;
}
.button.accent4,
.vamtam-button.accent4,
.slogan-content .button.accent4 {
  background: #4A4A4A;
  color: #cacaca;
}
.button.accent4 span,
.vamtam-button.accent4 span,
.slogan-content .button.accent4 span {
  color: #cacaca;
}
.button.accent4.button-border,
.button.accent4.button-border-slanted,
.vamtam-button.accent4.button-border,
.vamtam-button.accent4.button-border-slanted,
.slogan-content .button.accent4.button-border,
.slogan-content .button.accent4.button-border-slanted {
  border: 1px solid #4A4A4A;
}
.button.accent4.button-border span,
.button.accent4.button-border-slanted span,
.vamtam-button.accent4.button-border span,
.vamtam-button.accent4.button-border-slanted span,
.slogan-content .button.accent4.button-border span,
.slogan-content .button.accent4.button-border-slanted span {
  color: #4A4A4A;
}
.button.accent4.button-border-slanted,
.vamtam-button.accent4.button-border-slanted,
.slogan-content .button.accent4.button-border-slanted {
  border-right-width: 5px;
}
.button.accent5,
.vamtam-button.accent5,
.slogan-content .button.accent5 {
  background: #ffffff;
  color: #808080;
}
.button.accent5 span,
.vamtam-button.accent5 span,
.slogan-content .button.accent5 span {
  color: #808080;
}
.button.accent5.button-border,
.button.accent5.button-border-slanted,
.vamtam-button.accent5.button-border,
.vamtam-button.accent5.button-border-slanted,
.slogan-content .button.accent5.button-border,
.slogan-content .button.accent5.button-border-slanted {
  border: 1px solid #ffffff;
}
.button.accent5.button-border span,
.button.accent5.button-border-slanted span,
.vamtam-button.accent5.button-border span,
.vamtam-button.accent5.button-border-slanted span,
.slogan-content .button.accent5.button-border span,
.slogan-content .button.accent5.button-border-slanted span {
  color: #ffffff;
}
.button.accent5.button-border-slanted,
.vamtam-button.accent5.button-border-slanted,
.slogan-content .button.accent5.button-border-slanted {
  border-right-width: 5px;
}
.button.accent6,
.vamtam-button.accent6,
.slogan-content .button.accent6 {
  background: #262529;
  color: #a4a2ab;
}
.button.accent6 span,
.vamtam-button.accent6 span,
.slogan-content .button.accent6 span {
  color: #a4a2ab;
}
.button.accent6.button-border,
.button.accent6.button-border-slanted,
.vamtam-button.accent6.button-border,
.vamtam-button.accent6.button-border-slanted,
.slogan-content .button.accent6.button-border,
.slogan-content .button.accent6.button-border-slanted {
  border: 1px solid #262529;
}
.button.accent6.button-border span,
.button.accent6.button-border-slanted span,
.vamtam-button.accent6.button-border span,
.vamtam-button.accent6.button-border-slanted span,
.slogan-content .button.accent6.button-border span,
.slogan-content .button.accent6.button-border-slanted span {
  color: #262529;
}
.button.accent6.button-border-slanted,
.vamtam-button.accent6.button-border-slanted,
.slogan-content .button.accent6.button-border-slanted {
  border-right-width: 5px;
}
.button.accent7,
.vamtam-button.accent7,
.slogan-content .button.accent7 {
  background: #E8E8E8;
  color: #696969;
}
.button.accent7 span,
.vamtam-button.accent7 span,
.slogan-content .button.accent7 span {
  color: #696969;
}
.button.accent7.button-border,
.button.accent7.button-border-slanted,
.vamtam-button.accent7.button-border,
.vamtam-button.accent7.button-border-slanted,
.slogan-content .button.accent7.button-border,
.slogan-content .button.accent7.button-border-slanted {
  border: 1px solid #E8E8E8;
}
.button.accent7.button-border span,
.button.accent7.button-border-slanted span,
.vamtam-button.accent7.button-border span,
.vamtam-button.accent7.button-border-slanted span,
.slogan-content .button.accent7.button-border span,
.slogan-content .button.accent7.button-border-slanted span {
  color: #E8E8E8;
}
.button.accent7.button-border-slanted,
.vamtam-button.accent7.button-border-slanted,
.slogan-content .button.accent7.button-border-slanted {
  border-right-width: 5px;
}
.button.accent8,
.vamtam-button.accent8,
.slogan-content .button.accent8 {
  background: #ffffff;
  color: #808080;
}
.button.accent8 span,
.vamtam-button.accent8 span,
.slogan-content .button.accent8 span {
  color: #808080;
}
.button.accent8.button-border,
.button.accent8.button-border-slanted,
.vamtam-button.accent8.button-border,
.vamtam-button.accent8.button-border-slanted,
.slogan-content .button.accent8.button-border,
.slogan-content .button.accent8.button-border-slanted {
  border: 1px solid #ffffff;
}
.button.accent8.button-border span,
.button.accent8.button-border-slanted span,
.vamtam-button.accent8.button-border span,
.vamtam-button.accent8.button-border-slanted span,
.slogan-content .button.accent8.button-border span,
.slogan-content .button.accent8.button-border-slanted span {
  color: #ffffff;
}
.button.accent8.button-border-slanted,
.vamtam-button.accent8.button-border-slanted,
.slogan-content .button.accent8.button-border-slanted {
  border-right-width: 5px;
}
.button:hover,
.button:focus,
.button:active,
.button.hover-accent1:hover,
.button.hover-accent1:focus,
.button.hover-accent1:active,
.vamtam-button:hover,
.vamtam-button:focus,
.vamtam-button:active,
.vamtam-button.hover-accent1:hover,
.vamtam-button.hover-accent1:focus,
.vamtam-button.hover-accent1:active,
.slogan-content .button:hover,
.slogan-content .button:focus,
.slogan-content .button:active,
.slogan-content .button.hover-accent1:hover,
.slogan-content .button.hover-accent1:focus,
.slogan-content .button.hover-accent1:active {
  background: #FC3C2A;
}
.button:hover,
.button:hover span,
.button:focus,
.button:focus span,
.button:active,
.button:active span,
.button.hover-accent1:hover,
.button.hover-accent1:hover span,
.button.hover-accent1:focus,
.button.hover-accent1:focus span,
.button.hover-accent1:active,
.button.hover-accent1:active span,
.vamtam-button:hover,
.vamtam-button:hover span,
.vamtam-button:focus,
.vamtam-button:focus span,
.vamtam-button:active,
.vamtam-button:active span,
.vamtam-button.hover-accent1:hover,
.vamtam-button.hover-accent1:hover span,
.vamtam-button.hover-accent1:focus,
.vamtam-button.hover-accent1:focus span,
.vamtam-button.hover-accent1:active,
.vamtam-button.hover-accent1:active span,
.slogan-content .button:hover,
.slogan-content .button:hover span,
.slogan-content .button:focus,
.slogan-content .button:focus span,
.slogan-content .button:active,
.slogan-content .button:active span,
.slogan-content .button.hover-accent1:hover,
.slogan-content .button.hover-accent1:hover span,
.slogan-content .button.hover-accent1:focus,
.slogan-content .button.hover-accent1:focus span,
.slogan-content .button.hover-accent1:active,
.slogan-content .button.hover-accent1:active span {
  color: #ffffff;
}
.button.button-border:hover,
.button.button-border-slanted:hover,
.button.hover-accent1.button-border:hover,
.button.hover-accent1.button-border-slanted:hover,
.vamtam-button.button-border:hover,
.vamtam-button.button-border-slanted:hover,
.vamtam-button.hover-accent1.button-border:hover,
.vamtam-button.hover-accent1.button-border-slanted:hover,
.slogan-content .button.button-border:hover,
.slogan-content .button.button-border-slanted:hover,
.slogan-content .button.hover-accent1.button-border:hover,
.slogan-content .button.hover-accent1.button-border-slanted:hover {
  background: #FC3C2A;
}
.button.button-border:hover,
.button.button-border:hover span,
.button.button-border-slanted:hover,
.button.button-border-slanted:hover span,
.button.hover-accent1.button-border:hover,
.button.hover-accent1.button-border:hover span,
.button.hover-accent1.button-border-slanted:hover,
.button.hover-accent1.button-border-slanted:hover span,
.vamtam-button.button-border:hover,
.vamtam-button.button-border:hover span,
.vamtam-button.button-border-slanted:hover,
.vamtam-button.button-border-slanted:hover span,
.vamtam-button.hover-accent1.button-border:hover,
.vamtam-button.hover-accent1.button-border:hover span,
.vamtam-button.hover-accent1.button-border-slanted:hover,
.vamtam-button.hover-accent1.button-border-slanted:hover span,
.slogan-content .button.button-border:hover,
.slogan-content .button.button-border:hover span,
.slogan-content .button.button-border-slanted:hover,
.slogan-content .button.button-border-slanted:hover span,
.slogan-content .button.hover-accent1.button-border:hover,
.slogan-content .button.hover-accent1.button-border:hover span,
.slogan-content .button.hover-accent1.button-border-slanted:hover,
.slogan-content .button.hover-accent1.button-border-slanted:hover span {
  border-color: #FC3C2A;
  color: #ffffff;
}
.button.button-border-slanted,
.button.hover-accent1.button-border-slanted,
.vamtam-button.button-border-slanted,
.vamtam-button.hover-accent1.button-border-slanted,
.slogan-content .button.button-border-slanted,
.slogan-content .button.hover-accent1.button-border-slanted {
  border-right-color: #FC3C2A;
}
.button.hover-accent2:hover,
.button.hover-accent2:focus,
.button.hover-accent2:active,
.vamtam-button.hover-accent2:hover,
.vamtam-button.hover-accent2:focus,
.vamtam-button.hover-accent2:active,
.slogan-content .button.hover-accent2:hover,
.slogan-content .button.hover-accent2:focus,
.slogan-content .button.hover-accent2:active {
  background: #FAE20D;
}
.button.hover-accent2:hover,
.button.hover-accent2:hover span,
.button.hover-accent2:focus,
.button.hover-accent2:focus span,
.button.hover-accent2:active,
.button.hover-accent2:active span,
.vamtam-button.hover-accent2:hover,
.vamtam-button.hover-accent2:hover span,
.vamtam-button.hover-accent2:focus,
.vamtam-button.hover-accent2:focus span,
.vamtam-button.hover-accent2:active,
.vamtam-button.hover-accent2:active span,
.slogan-content .button.hover-accent2:hover,
.slogan-content .button.hover-accent2:hover span,
.slogan-content .button.hover-accent2:focus,
.slogan-content .button.hover-accent2:focus span,
.slogan-content .button.hover-accent2:active,
.slogan-content .button.hover-accent2:active span {
  color: #ffffff;
}
.button.hover-accent2.button-border:hover,
.button.hover-accent2.button-border-slanted:hover,
.vamtam-button.hover-accent2.button-border:hover,
.vamtam-button.hover-accent2.button-border-slanted:hover,
.slogan-content .button.hover-accent2.button-border:hover,
.slogan-content .button.hover-accent2.button-border-slanted:hover {
  background: #FAE20D;
}
.button.hover-accent2.button-border:hover,
.button.hover-accent2.button-border:hover span,
.button.hover-accent2.button-border-slanted:hover,
.button.hover-accent2.button-border-slanted:hover span,
.vamtam-button.hover-accent2.button-border:hover,
.vamtam-button.hover-accent2.button-border:hover span,
.vamtam-button.hover-accent2.button-border-slanted:hover,
.vamtam-button.hover-accent2.button-border-slanted:hover span,
.slogan-content .button.hover-accent2.button-border:hover,
.slogan-content .button.hover-accent2.button-border:hover span,
.slogan-content .button.hover-accent2.button-border-slanted:hover,
.slogan-content .button.hover-accent2.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.button.hover-accent2.button-border-slanted,
.vamtam-button.hover-accent2.button-border-slanted,
.slogan-content .button.hover-accent2.button-border-slanted {
  border-right-color: #FAE20D;
}
.button.hover-accent3:hover,
.button.hover-accent3:focus,
.button.hover-accent3:active,
.vamtam-button.hover-accent3:hover,
.vamtam-button.hover-accent3:focus,
.vamtam-button.hover-accent3:active,
.slogan-content .button.hover-accent3:hover,
.slogan-content .button.hover-accent3:focus,
.slogan-content .button.hover-accent3:active {
  background: #9B9B9B;
}
.button.hover-accent3:hover,
.button.hover-accent3:hover span,
.button.hover-accent3:focus,
.button.hover-accent3:focus span,
.button.hover-accent3:active,
.button.hover-accent3:active span,
.vamtam-button.hover-accent3:hover,
.vamtam-button.hover-accent3:hover span,
.vamtam-button.hover-accent3:focus,
.vamtam-button.hover-accent3:focus span,
.vamtam-button.hover-accent3:active,
.vamtam-button.hover-accent3:active span,
.slogan-content .button.hover-accent3:hover,
.slogan-content .button.hover-accent3:hover span,
.slogan-content .button.hover-accent3:focus,
.slogan-content .button.hover-accent3:focus span,
.slogan-content .button.hover-accent3:active,
.slogan-content .button.hover-accent3:active span {
  color: #ffffff;
}
.button.hover-accent3.button-border:hover,
.button.hover-accent3.button-border-slanted:hover,
.vamtam-button.hover-accent3.button-border:hover,
.vamtam-button.hover-accent3.button-border-slanted:hover,
.slogan-content .button.hover-accent3.button-border:hover,
.slogan-content .button.hover-accent3.button-border-slanted:hover {
  background: #9B9B9B;
}
.button.hover-accent3.button-border:hover,
.button.hover-accent3.button-border:hover span,
.button.hover-accent3.button-border-slanted:hover,
.button.hover-accent3.button-border-slanted:hover span,
.vamtam-button.hover-accent3.button-border:hover,
.vamtam-button.hover-accent3.button-border:hover span,
.vamtam-button.hover-accent3.button-border-slanted:hover,
.vamtam-button.hover-accent3.button-border-slanted:hover span,
.slogan-content .button.hover-accent3.button-border:hover,
.slogan-content .button.hover-accent3.button-border:hover span,
.slogan-content .button.hover-accent3.button-border-slanted:hover,
.slogan-content .button.hover-accent3.button-border-slanted:hover span {
  border-color: #9B9B9B;
  color: #ffffff;
}
.button.hover-accent3.button-border-slanted,
.vamtam-button.hover-accent3.button-border-slanted,
.slogan-content .button.hover-accent3.button-border-slanted {
  border-right-color: #9B9B9B;
}
.button.hover-accent4:hover,
.button.hover-accent4:focus,
.button.hover-accent4:active,
.vamtam-button.hover-accent4:hover,
.vamtam-button.hover-accent4:focus,
.vamtam-button.hover-accent4:active,
.slogan-content .button.hover-accent4:hover,
.slogan-content .button.hover-accent4:focus,
.slogan-content .button.hover-accent4:active {
  background: #4A4A4A;
}
.button.hover-accent4:hover,
.button.hover-accent4:hover span,
.button.hover-accent4:focus,
.button.hover-accent4:focus span,
.button.hover-accent4:active,
.button.hover-accent4:active span,
.vamtam-button.hover-accent4:hover,
.vamtam-button.hover-accent4:hover span,
.vamtam-button.hover-accent4:focus,
.vamtam-button.hover-accent4:focus span,
.vamtam-button.hover-accent4:active,
.vamtam-button.hover-accent4:active span,
.slogan-content .button.hover-accent4:hover,
.slogan-content .button.hover-accent4:hover span,
.slogan-content .button.hover-accent4:focus,
.slogan-content .button.hover-accent4:focus span,
.slogan-content .button.hover-accent4:active,
.slogan-content .button.hover-accent4:active span {
  color: #cacaca;
}
.button.hover-accent4.button-border:hover,
.button.hover-accent4.button-border-slanted:hover,
.vamtam-button.hover-accent4.button-border:hover,
.vamtam-button.hover-accent4.button-border-slanted:hover,
.slogan-content .button.hover-accent4.button-border:hover,
.slogan-content .button.hover-accent4.button-border-slanted:hover {
  background: #4A4A4A;
}
.button.hover-accent4.button-border:hover,
.button.hover-accent4.button-border:hover span,
.button.hover-accent4.button-border-slanted:hover,
.button.hover-accent4.button-border-slanted:hover span,
.vamtam-button.hover-accent4.button-border:hover,
.vamtam-button.hover-accent4.button-border:hover span,
.vamtam-button.hover-accent4.button-border-slanted:hover,
.vamtam-button.hover-accent4.button-border-slanted:hover span,
.slogan-content .button.hover-accent4.button-border:hover,
.slogan-content .button.hover-accent4.button-border:hover span,
.slogan-content .button.hover-accent4.button-border-slanted:hover,
.slogan-content .button.hover-accent4.button-border-slanted:hover span {
  border-color: #4A4A4A;
  color: #ffffff;
}
.button.hover-accent4.button-border-slanted,
.vamtam-button.hover-accent4.button-border-slanted,
.slogan-content .button.hover-accent4.button-border-slanted {
  border-right-color: #4A4A4A;
}
.button.hover-accent5:hover,
.button.hover-accent5:focus,
.button.hover-accent5:active,
.vamtam-button.hover-accent5:hover,
.vamtam-button.hover-accent5:focus,
.vamtam-button.hover-accent5:active,
.slogan-content .button.hover-accent5:hover,
.slogan-content .button.hover-accent5:focus,
.slogan-content .button.hover-accent5:active {
  background: #ffffff;
}
.button.hover-accent5:hover,
.button.hover-accent5:hover span,
.button.hover-accent5:focus,
.button.hover-accent5:focus span,
.button.hover-accent5:active,
.button.hover-accent5:active span,
.vamtam-button.hover-accent5:hover,
.vamtam-button.hover-accent5:hover span,
.vamtam-button.hover-accent5:focus,
.vamtam-button.hover-accent5:focus span,
.vamtam-button.hover-accent5:active,
.vamtam-button.hover-accent5:active span,
.slogan-content .button.hover-accent5:hover,
.slogan-content .button.hover-accent5:hover span,
.slogan-content .button.hover-accent5:focus,
.slogan-content .button.hover-accent5:focus span,
.slogan-content .button.hover-accent5:active,
.slogan-content .button.hover-accent5:active span {
  color: #808080;
}
.button.hover-accent5.button-border:hover,
.button.hover-accent5.button-border-slanted:hover,
.vamtam-button.hover-accent5.button-border:hover,
.vamtam-button.hover-accent5.button-border-slanted:hover,
.slogan-content .button.hover-accent5.button-border:hover,
.slogan-content .button.hover-accent5.button-border-slanted:hover {
  background: #ffffff;
}
.button.hover-accent5.button-border:hover,
.button.hover-accent5.button-border:hover span,
.button.hover-accent5.button-border-slanted:hover,
.button.hover-accent5.button-border-slanted:hover span,
.vamtam-button.hover-accent5.button-border:hover,
.vamtam-button.hover-accent5.button-border:hover span,
.vamtam-button.hover-accent5.button-border-slanted:hover,
.vamtam-button.hover-accent5.button-border-slanted:hover span,
.slogan-content .button.hover-accent5.button-border:hover,
.slogan-content .button.hover-accent5.button-border:hover span,
.slogan-content .button.hover-accent5.button-border-slanted:hover,
.slogan-content .button.hover-accent5.button-border-slanted:hover span {
  border-color: #ffffff;
  color: #ffffff;
}
.button.hover-accent5.button-border-slanted,
.vamtam-button.hover-accent5.button-border-slanted,
.slogan-content .button.hover-accent5.button-border-slanted {
  border-right-color: #ffffff;
}
.button.hover-accent6:hover,
.button.hover-accent6:focus,
.button.hover-accent6:active,
.vamtam-button.hover-accent6:hover,
.vamtam-button.hover-accent6:focus,
.vamtam-button.hover-accent6:active,
.slogan-content .button.hover-accent6:hover,
.slogan-content .button.hover-accent6:focus,
.slogan-content .button.hover-accent6:active {
  background: #262529;
}
.button.hover-accent6:hover,
.button.hover-accent6:hover span,
.button.hover-accent6:focus,
.button.hover-accent6:focus span,
.button.hover-accent6:active,
.button.hover-accent6:active span,
.vamtam-button.hover-accent6:hover,
.vamtam-button.hover-accent6:hover span,
.vamtam-button.hover-accent6:focus,
.vamtam-button.hover-accent6:focus span,
.vamtam-button.hover-accent6:active,
.vamtam-button.hover-accent6:active span,
.slogan-content .button.hover-accent6:hover,
.slogan-content .button.hover-accent6:hover span,
.slogan-content .button.hover-accent6:focus,
.slogan-content .button.hover-accent6:focus span,
.slogan-content .button.hover-accent6:active,
.slogan-content .button.hover-accent6:active span {
  color: #a4a2ab;
}
.button.hover-accent6.button-border:hover,
.button.hover-accent6.button-border-slanted:hover,
.vamtam-button.hover-accent6.button-border:hover,
.vamtam-button.hover-accent6.button-border-slanted:hover,
.slogan-content .button.hover-accent6.button-border:hover,
.slogan-content .button.hover-accent6.button-border-slanted:hover {
  background: #262529;
}
.button.hover-accent6.button-border:hover,
.button.hover-accent6.button-border:hover span,
.button.hover-accent6.button-border-slanted:hover,
.button.hover-accent6.button-border-slanted:hover span,
.vamtam-button.hover-accent6.button-border:hover,
.vamtam-button.hover-accent6.button-border:hover span,
.vamtam-button.hover-accent6.button-border-slanted:hover,
.vamtam-button.hover-accent6.button-border-slanted:hover span,
.slogan-content .button.hover-accent6.button-border:hover,
.slogan-content .button.hover-accent6.button-border:hover span,
.slogan-content .button.hover-accent6.button-border-slanted:hover,
.slogan-content .button.hover-accent6.button-border-slanted:hover span {
  border-color: #262529;
  color: #ffffff;
}
.button.hover-accent6.button-border-slanted,
.vamtam-button.hover-accent6.button-border-slanted,
.slogan-content .button.hover-accent6.button-border-slanted {
  border-right-color: #262529;
}
.button.hover-accent7:hover,
.button.hover-accent7:focus,
.button.hover-accent7:active,
.vamtam-button.hover-accent7:hover,
.vamtam-button.hover-accent7:focus,
.vamtam-button.hover-accent7:active,
.slogan-content .button.hover-accent7:hover,
.slogan-content .button.hover-accent7:focus,
.slogan-content .button.hover-accent7:active {
  background: #E8E8E8;
}
.button.hover-accent7:hover,
.button.hover-accent7:hover span,
.button.hover-accent7:focus,
.button.hover-accent7:focus span,
.button.hover-accent7:active,
.button.hover-accent7:active span,
.vamtam-button.hover-accent7:hover,
.vamtam-button.hover-accent7:hover span,
.vamtam-button.hover-accent7:focus,
.vamtam-button.hover-accent7:focus span,
.vamtam-button.hover-accent7:active,
.vamtam-button.hover-accent7:active span,
.slogan-content .button.hover-accent7:hover,
.slogan-content .button.hover-accent7:hover span,
.slogan-content .button.hover-accent7:focus,
.slogan-content .button.hover-accent7:focus span,
.slogan-content .button.hover-accent7:active,
.slogan-content .button.hover-accent7:active span {
  color: #696969;
}
.button.hover-accent7.button-border:hover,
.button.hover-accent7.button-border-slanted:hover,
.vamtam-button.hover-accent7.button-border:hover,
.vamtam-button.hover-accent7.button-border-slanted:hover,
.slogan-content .button.hover-accent7.button-border:hover,
.slogan-content .button.hover-accent7.button-border-slanted:hover {
  background: #E8E8E8;
}
.button.hover-accent7.button-border:hover,
.button.hover-accent7.button-border:hover span,
.button.hover-accent7.button-border-slanted:hover,
.button.hover-accent7.button-border-slanted:hover span,
.vamtam-button.hover-accent7.button-border:hover,
.vamtam-button.hover-accent7.button-border:hover span,
.vamtam-button.hover-accent7.button-border-slanted:hover,
.vamtam-button.hover-accent7.button-border-slanted:hover span,
.slogan-content .button.hover-accent7.button-border:hover,
.slogan-content .button.hover-accent7.button-border:hover span,
.slogan-content .button.hover-accent7.button-border-slanted:hover,
.slogan-content .button.hover-accent7.button-border-slanted:hover span {
  border-color: #E8E8E8;
  color: #ffffff;
}
.button.hover-accent7.button-border-slanted,
.vamtam-button.hover-accent7.button-border-slanted,
.slogan-content .button.hover-accent7.button-border-slanted {
  border-right-color: #E8E8E8;
}
.button.hover-accent8:hover,
.button.hover-accent8:focus,
.button.hover-accent8:active,
.vamtam-button.hover-accent8:hover,
.vamtam-button.hover-accent8:focus,
.vamtam-button.hover-accent8:active,
.slogan-content .button.hover-accent8:hover,
.slogan-content .button.hover-accent8:focus,
.slogan-content .button.hover-accent8:active {
  background: #ffffff;
}
.button.hover-accent8:hover,
.button.hover-accent8:hover span,
.button.hover-accent8:focus,
.button.hover-accent8:focus span,
.button.hover-accent8:active,
.button.hover-accent8:active span,
.vamtam-button.hover-accent8:hover,
.vamtam-button.hover-accent8:hover span,
.vamtam-button.hover-accent8:focus,
.vamtam-button.hover-accent8:focus span,
.vamtam-button.hover-accent8:active,
.vamtam-button.hover-accent8:active span,
.slogan-content .button.hover-accent8:hover,
.slogan-content .button.hover-accent8:hover span,
.slogan-content .button.hover-accent8:focus,
.slogan-content .button.hover-accent8:focus span,
.slogan-content .button.hover-accent8:active,
.slogan-content .button.hover-accent8:active span {
  color: #808080;
}
.button.hover-accent8.button-border:hover,
.button.hover-accent8.button-border-slanted:hover,
.vamtam-button.hover-accent8.button-border:hover,
.vamtam-button.hover-accent8.button-border-slanted:hover,
.slogan-content .button.hover-accent8.button-border:hover,
.slogan-content .button.hover-accent8.button-border-slanted:hover {
  background: #ffffff;
}
.button.hover-accent8.button-border:hover,
.button.hover-accent8.button-border:hover span,
.button.hover-accent8.button-border-slanted:hover,
.button.hover-accent8.button-border-slanted:hover span,
.vamtam-button.hover-accent8.button-border:hover,
.vamtam-button.hover-accent8.button-border:hover span,
.vamtam-button.hover-accent8.button-border-slanted:hover,
.vamtam-button.hover-accent8.button-border-slanted:hover span,
.slogan-content .button.hover-accent8.button-border:hover,
.slogan-content .button.hover-accent8.button-border:hover span,
.slogan-content .button.hover-accent8.button-border-slanted:hover,
.slogan-content .button.hover-accent8.button-border-slanted:hover span {
  border-color: #ffffff;
  color: #ffffff;
}
.button.hover-accent8.button-border-slanted,
.vamtam-button.hover-accent8.button-border-slanted,
.slogan-content .button.hover-accent8.button-border-slanted {
  border-right-color: #ffffff;
}
.button,
a.button,
.vamtam-button {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
}
.button,
.button span,
a.button,
a.button span,
.vamtam-button,
.vamtam-button span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.button span,
a.button span,
.vamtam-button span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.button span.icon,
a.button span.icon,
.vamtam-button span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.button span.icon.shortcode.inverted-colors,
a.button span.icon.shortcode.inverted-colors,
.vamtam-button span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.button span.icon:first-child,
a.button span.icon:first-child,
.vamtam-button span.icon:first-child {
  margin-right: 0;
}
.button span.icon:last-child,
a.button span.icon:last-child,
.vamtam-button span.icon:last-child {
  margin-left: 0;
}
.button span.btext,
a.button span.btext,
.vamtam-button span.btext {
  font-weight: normal;
  position: relative;
}
.button:hover,
.button:hover span,
a.button:hover,
a.button:hover span,
.vamtam-button:hover,
.vamtam-button:hover span {
  text-decoration: none;
}
.button.button-filled-small,
a.button.button-filled-small,
.vamtam-button.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.button.button-border,
.button.button-border-slanted,
a.button.button-border,
a.button.button-border-slanted,
.vamtam-button.button-border,
.vamtam-button.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.button.button-border-slanted,
a.button.button-border-slanted,
.vamtam-button.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.button.button-border-slanted span,
a.button.button-border-slanted span,
.vamtam-button.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.button.full,
a.button.full,
.vamtam-button.full {
  width: auto;
  float: none;
  display: block;
}
.wpv-simple-button-border {
  padding: 5px;
  margin-top: 10px;
  border: 1px solid #4A4A4A;
  border-radius: 4px;
  display: inline-block;
  width: 26px;
  height: 26px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpv-simple-button-border:hover {
  border-color: #FAE20D;
}
#comments-list,
#trackbacks-list {
  margin-bottom: 60px;
}
.respond-box {
  position: relative;
  margin: 10px 0 0;
  padding: 0;
  border-top: 0;
  background: #E8E8E8;
}
.respond-box-title.sep-text {
  position: relative;
  padding: 30px 0 0 0;
  width: auto;
  height: 0;
}
.respond-box-title.sep-text .sep-text-before,
.respond-box-title.sep-text .sep-text-after {
  width: 50%;
  vertical-align: middle;
}
.comments-wrapper {
  clear: both;
  margin-top: 30px;
}
.comments-wrapper:first-child {
  margin-top: 0;
}
.comments-wrapper .sep-text {
  z-index: 2;
  margin-bottom: 40px;
  margin-top: 80px;
}
.comments-wrapper .sep-text .sep-text-before,
.comments-wrapper .sep-text .sep-text-after,
.comments-wrapper .sep-text .sep-text-line {
  vertical-align: middle;
}
.comments-wrapper .sep-text .content {
  padding: 0 10px;
}
.comments-wrapper .sep-text .content h5,
.comments-wrapper .sep-text .content h5 a {
  font-weight: bold;
  font-size: 22px;
}
.comments-wrapper .sep-text .content a:hover {
  text-decoration: none;
}
.comments-wrapper .sep-text .sep-text-more {
  padding-left: 10px;
}
.comments-wrapper .sep-text .sep-text-more a.icon-b {
  font-size: 12px;
}
.comments-wrapper .sep-text .sep-text-more a.icon-b:before {
  color: #9B9B9B !important;
}
.comments-wrapper .children > li {
  margin-left: 0;
  padding-left: 0;
}
.comments-wrapper label {
  font-size: 16px !important;
}
.comments ol {
  margin: 0px;
}
.comments li {
  position: relative;
  padding: 10px 0 30px;
  min-height: 70px;
}
.comments li.has-children {
  padding-bottom: 0;
}
.comments ol li {
  clear: both;
  margin-top: -1px;
  list-style: none;
}
.comments > ol > li:first-child {
  margin-top: 0px;
}
.comments .children {
  margin: 0 0 0 20px;
  border-top: 0;
}
.comments .children li {
  clear: both;
  margin-left: 80px;
  padding-left: 10px;
}
.comments .children li:last-child {
  padding-bottom: 0;
}
.comments .avatar {
  max-width: 70px !important;
  max-height: 70px;
  background-color: #E8E8E8;
}
.comments .comment-author {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 10px;
  min-height: 70px;
  width: 70px;
}
.comments .bypostauthor {
  position: relative;
  z-index: 1;
}
.comments .bypostauthor:hover {
  background: #E8E8E8;
}
.comments .bypostauthor:hover .comment-author:after {
  border-right-color: #ffffff;
}
.comments .comment-author-link {
  display: inline;
}
.comments .comment-time {
  display: inline;
  font-size: 9px !important;
}
.comments .comment-time:before {
  margin: auto 5px;
  content: " | ";
}
.comments .comment-content {
  position: relative;
  margin-left: 100px;
  min-height: 50px;
}
.comments .comment-content:hover h6.comment-reply-link {
  display: block;

}
.comments .comment-meta {
  margin-top: -3px;
  margin-bottom: 6px;
}
.comments .comment-meta > .comment-author-link {
  font: normal 20px/24px lato;
}
.comments h6.comment-reply-link {
  position: absolute;
  top: 0px;
  right: 15px;
  display: none;
  padding: 0 0 0 5px;
}
.comments h6.comment-reply-link a {
  margin: 0 0 0 5px;
  color: #FC3C2A;
  font-size: 12px;
}
.comments h6.comment-reply-link a:hover {
  color: #D02111;
}
.comments h6.comment-reply-link:before {
  position: relative;
  top: 5px;
  color: #262529;
  content: "\e03a";
  font-size: 18px;
  font-family: "Lato", theme;
  line-height: 18px;
}
.comments #reply-title {
  margin-bottom: 0px !important;
}
.comments #cancel-comment-reply-link {
  position: relative;
}
.comments .comment-notes {
  margin-bottom: 14px;
}
#commentform {
  position: relative;
}
#commentform:after {
  display: block;
  clear: both;
  content: "";
}
#commentform .form-input {
  float: left;
  margin-bottom: 10px;
  width: 100%;
}
#commentform .form-input input {
  padding: 20px;
  width: 100%;
  font-size: 16px;
}
#commentform .comment-form-comment textarea {
  padding: 10px;
  width: 100%;
  height: 240px;
  font-size: 16px;
}
#commentform .form-submit {
  bottom: 0;
  float: right;
  margin: 35px 15px 0 0;
  height: auto;
}
#commentform #submit {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
}
#commentform #submit,
#commentform #submit span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
#commentform #submit span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
#commentform #submit span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
#commentform #submit span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
#commentform #submit span.icon:first-child {
  margin-right: 0;
}
#commentform #submit span.icon:last-child {
  margin-left: 0;
}
#commentform #submit span.btext {
  font-weight: normal;
  position: relative;
}
#commentform #submit:hover,
#commentform #submit:hover span {
  text-decoration: none;
}
#commentform #submit.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
#commentform #submit.button-border,
#commentform #submit.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
#commentform #submit.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
#commentform #submit.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
#commentform #submit span {
  color: #ffffff;
}
#commentform #submit.button-border,
#commentform #submit.button-border-slanted {
  border: 1px solid #FC3C2A;
}
#commentform #submit.button-border span,
#commentform #submit.button-border-slanted span {
  color: #FC3C2A;
}
#commentform #submit.button-border-slanted {
  border-right-width: 5px;
}
#commentform #submit:hover,
#commentform #submit:focus,
#commentform #submit:active {
  background: #FAE20D;
}
#commentform #submit:hover,
#commentform #submit:hover span,
#commentform #submit:focus,
#commentform #submit:focus span,
#commentform #submit:active,
#commentform #submit:active span {
  color: #ffffff;
}
#commentform #submit.button-border:hover,
#commentform #submit.button-border-slanted:hover {
  background: #FAE20D;
}
#commentform #submit.button-border:hover,
#commentform #submit.button-border:hover span,
#commentform #submit.button-border-slanted:hover,
#commentform #submit.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
#commentform #submit.button-border-slanted {
  border-right-color: #FAE20D;
}
#commentform #submit:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "\e025";
  font-family: "Lato", theme;
}
#commentform input[type="checkbox"] {
  vertical-align: middle;
}
#respond {
  padding: 20px 20px 40px 20px;
}
.respond-box {
  margin-bottom: 30px;
}
.respond-box .respond-box-title.sep-text .content {
  font: normal 16px/20px lato Condensed;
  padding: 0 1em;
  color: #9B9B9B;
  font-weight: bold;
  font-size: 22px;
}
.respond-box .respond-box-title.sep-text .sep-text-line {
  border-top-width: 0;
  border-bottom: 0;
}
.comment-meta {
  color: #ffffff;
  font-size: 13px;
}
.comment-author {
  line-height: 1em !important;
}
.comment-author span {
  float: left;
  margin-top: 3px;
}
#cancel-comment-reply-link,
h6.comment-reply-link,
.comment-edit-link,
.comment-notes {
  font-size: 12px !important;
}
.comment-content {
  line-height: 1.4em;
}
body.page-template-guestbook-php #commentform .form-input {
  background: none;
}
body.page-template-guestbook-php #commentform .form-input.grid-1-2 {
  width: 50%;
}
body.page-template-guestbook-php #commentform .form-input.grid-1-1 {
  width: auto;
}
body.page-template-guestbook-php #commentform .comment-notes {
  float: right;
}
body.page-template-guestbook-php #commentform textarea {
  height: auto;
}
body.page-template-guestbook-php #commentform .form-submit {
  float: left;
  margin-right: 0;
  width: 100%;
  text-align: center;
}
body.page-template-guestbook-php #commentform #submit {
  background: #ffffff;
  color: #808080;
}
body.page-template-guestbook-php #commentform #submit span {
  color: #808080;
}
body.page-template-guestbook-php #commentform #submit.button-border,
body.page-template-guestbook-php #commentform #submit.button-border-slanted {
  border: 1px solid #ffffff;
}
body.page-template-guestbook-php #commentform #submit.button-border span,
body.page-template-guestbook-php #commentform #submit.button-border-slanted span {
  color: #ffffff;
}
body.page-template-guestbook-php #commentform #submit.button-border-slanted {
  border-right-width: 5px;
}
body.page-template-guestbook-php #commentform #submit:hover,
body.page-template-guestbook-php #commentform #submit:focus,
body.page-template-guestbook-php #commentform #submit:active {
  background: #FAE20D;
}
body.page-template-guestbook-php #commentform #submit:hover,
body.page-template-guestbook-php #commentform #submit:hover span,
body.page-template-guestbook-php #commentform #submit:focus,
body.page-template-guestbook-php #commentform #submit:focus span,
body.page-template-guestbook-php #commentform #submit:active,
body.page-template-guestbook-php #commentform #submit:active span {
  color: #ffffff;
}
body.page-template-guestbook-php #commentform #submit.button-border:hover,
body.page-template-guestbook-php #commentform #submit.button-border-slanted:hover {
  background: #FAE20D;
}
body.page-template-guestbook-php #commentform #submit.button-border:hover,
body.page-template-guestbook-php #commentform #submit.button-border:hover span,
body.page-template-guestbook-php #commentform #submit.button-border-slanted:hover,
body.page-template-guestbook-php #commentform #submit.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
body.page-template-guestbook-php #commentform #submit.button-border-slanted {
  border-right-color: #FAE20D;
}
body.page-template-guestbook-php .comments .bypostauthor:hover {
  background: transparent;
}
body.page-template-guestbook-php .respond-box {
  margin-top: 0;
  margin-bottom: 90px;
  border: 0;
  background: #FC3C2A;
}
body.page-template-guestbook-php .respond-box,
body.page-template-guestbook-php .respond-box p,
body.page-template-guestbook-php .respond-box a {
  color: #ffffff;
}
body.page-template-guestbook-php .comments-title {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 30px;
}
body.page-template-guestbook-php .comments-title a {
  color: #262529;
}
body.page-template-guestbook-php .comment-time {
  text-transform: uppercase;
  display: block;
}
body.page-template-guestbook-php .comment-time:before {
  display: none;
}
body.page-template-guestbook-php .comments .content {
  font-size: 23px;
  color: #9B9B9B;
}
body.page-template-guestbook-php .comments .comment {
  clear: none;
  padding: 0 15px;
  margin: 20px 0;
}
body.page-template-guestbook-php .comments .comment > .sep-text {
  margin: 0;
}
body.page-template-guestbook-php .comments .comment .comment-inner {
  padding: 20px;
  border: 1px solid #E8E8E8;
  border-top: 0;
  margin-top: -9px;
  text-align: center;
}
body.page-template-guestbook-php .comments .comment .comment-inner .comment-header {
  font-size: 24px;
  margin: 1em 0 1em 0;
}
#bbpress-forums p.bbp-topic-meta img.avatar,
#bbpress-forums ul.bbp-reply-revision-log img.avatar,
#bbpress-forums ul.bbp-topic-revision-log img.avatar,
#bbpress-forums div.bbp-template-notice img.avatar,
#bbpress-forums .widget_display_topics img.avatar,
#bbpress-forums .widget_display_replies img.avatar,
#bbpress-forums p.bbp-topic-meta img.avatar {
  display: inline-block;
  margin-bottom: 0 !important;
}
#bbpress-forums p.bbp-topic-meta img.avatar.avatar-14,
#bbpress-forums ul.bbp-reply-revision-log img.avatar.avatar-14,
#bbpress-forums ul.bbp-topic-revision-log img.avatar.avatar-14,
#bbpress-forums div.bbp-template-notice img.avatar.avatar-14,
#bbpress-forums .widget_display_topics img.avatar.avatar-14,
#bbpress-forums .widget_display_replies img.avatar.avatar-14,
#bbpress-forums p.bbp-topic-meta img.avatar.avatar-14 {
  display: none !important;
}
#bbpress-forums .bbp-topic-started-by img {
  display: none !important;
}
#bbpress-forums #bbp_search {
  width: 200px;
  margin-right: 10px;
}
#bbpress-forums #bbp-search-form {
  margin-bottom: 10px;
}
#bbpress-forums .bbp-forum-title {
  font: bold italic 26px/28px lato Condensed;
}
#bbpress-forums .bbp-forum-info .bbp-forum-content,
#bbpress-forums p.bbp-topic-meta {
  font: normal 14px/20px lato;
}
#bbpress-forums .bbp-breadcrumb p {
  margin: 0;
}
#bbpress-forums #subscription-toggle {
  float: right;
}
.tt_event_hours {
  margin: 0 -15px;
}
.tt_event_hours li {
  border-left-color: #FC3C2A;
  margin-left: 15px;
  margin-right: 15px;
}
.csscalc .tt_event_hours li {
  width: -webkit-calc(33.33333% - 30px);
  width: calc(33.33333% - 30px);
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tt_event_hours li.event_hours_right {
  margin-right: 15px;
}
.timetable .row_gray {
  background: #E8E8E8;
}
.loop-wrapper.news.scroll-x > .bx-wrapper > div > ul,
.portfolios.scroll-x > .bx-wrapper > div > ul,
.woocommerce-scrollable.scroll-x > .bx-wrapper > div > ul {
  margin: 0;
}
.loop-wrapper.news.scroll-x > .bx-wrapper > .bx-controls,
.portfolios.scroll-x > .bx-wrapper > .bx-controls,
.woocommerce-scrollable.scroll-x > .bx-wrapper > .bx-controls {
  display: none;
}
html.touch .loop-wrapper.news.scroll-x > .bx-wrapper > .bx-controls,
html.touch .portfolios.scroll-x > .bx-wrapper > .bx-controls,
html.touch .woocommerce-scrollable.scroll-x > .bx-wrapper > .bx-controls {
  display: block;
}
.loop-wrapper.news.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled),
.portfolios.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled),
.woocommerce-scrollable.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled) {
  display: block;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  top: 50%;
  color: #FC3C2A;
  opacity: .9;
  transition: all .3s;
}
.loop-wrapper.news.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled):hover,
.portfolios.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled):hover,
.woocommerce-scrollable.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled):hover {
  opacity: 1;
}
.loop-wrapper.news.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled):after,
.portfolios.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled):after,
.woocommerce-scrollable.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled):after {
  font: 50px/1 theme;
}
.loop-wrapper.news.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-prev,
.portfolios.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-prev,
.woocommerce-scrollable.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-prev {
  right: auto;
  left: -35px;
}
.loop-wrapper.news.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-prev:after,
.portfolios.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-prev:after,
.woocommerce-scrollable.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-prev:after {
  content: "\e616";
}
.loop-wrapper.news.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-next,
.portfolios.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-next,
.woocommerce-scrollable.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-next {
  right: -35px;
}
.loop-wrapper.news.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-next:after,
.portfolios.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-next:after,
.woocommerce-scrollable.scroll-x > .bx-wrapper > .bx-controls > .bx-controls-direction a:not(.disabled).bx-next:after {
  content: "\e617";
}
.loop-wrapper.news.scroll-x > .bx-wrapper:hover > .bx-controls,
.portfolios.scroll-x > .bx-wrapper:hover > .bx-controls,
.woocommerce-scrollable.scroll-x > .bx-wrapper:hover > .bx-controls {
  display: block;
}
.loop-wrapper.news.scroll-x > .bx-wrapper .portfolio-item-wrapper .thumbnail-overlay,
.portfolios.scroll-x > .bx-wrapper .portfolio-item-wrapper .thumbnail-overlay,
.woocommerce-scrollable.scroll-x > .bx-wrapper .portfolio-item-wrapper .thumbnail-overlay {
  left: 0;
  right: 0;
}
.loop-wrapper.news.scroll-x {
  padding-top: 0 !important;
}
.woocommerce-scrollable.scroll-x ul.products {
  padding-top: 0;
  border-top: 0;
}
.woocommerce-scrollable.scroll-x ul.products li.product {
  margin: 0;
}
.woocommerce-scrollable.scroll-x ul.products li.product > div {
  padding: 0 20px;
}
html.csstransforms .woocommerce-scrollable.scroll-x ul.products li.product span.onsale {
  margin-right: 5px;
}
.fixed-header-box {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  max-width: 1260px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0);
  transition: box-shadow .3s ease, background-color .3s ease;
}
body.wpv-scrolled .fixed-header-box {
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.09);
}
body.full .fixed-header-box {
  max-width: none;
}
html.touch body.fixed-layout .fixed-header-box {
  top: .5px;
  z-index: 50000000000000;
}
html.touch body.fixed-layout.mfp-zoom-out-cur .fixed-header-box {
  z-index: 50;
}
.fixed-header-box .logo-wrapper {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fixed-header-box .logo-wrapper .logo {
  text-decoration: none !important;
  line-height: 1;
  display: block;
}
.fixed-header-box .logo-wrapper .logo img {
  clear: both;
  padding: 0;
  border: 0 !important;
  vertical-align: bottom;
}
.fixed-header-box .logo-wrapper .logo.text-logo {
  font: bold italic 30px/40px lato Condensed;
}
.fixed-header-box .logo-wrapper .logo.text-logo,
.fixed-header-box .logo-wrapper .logo.text-logo:hover {
  color: #4B4B4B;
}
.ie9 .fixed-header-box .logo-wrapper .logo img {
  position: relative;
  z-index: 3;
}
.fixed-header-box .logo-wrapper .logo-tagline {
  font: 300 12px/22px lato;
  display: block;
  padding-top: 5px;
  color: #262529;
}
.header-content-wrapper {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-color: #ffffff;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  margin-top: 0;
  transition: background .3s ease;
}
body.sticky-header-type-over.sticky-header.wpv-not-scrolled .header-content-wrapper {
  background-color: rgba(255,255,255,0.1);
}
body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled .layout-standard .header-content-wrapper.second-row {
  background: transparent;
}
header.main-header {
  transition: background .3s ease;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.sticky-header-type-over.sticky-header.wpv-scrolled header.main-header,
body.sticky-header-type-half-over.sticky-header.wpv-scrolled header.main-header,
body:not(.sticky-header-type-half-over):not(.sticky-header) header.main-header,
body.sticky-header-type-half-over header.main-header .first-row {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-color: #ffffff;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
body.sticky-header-type-over.sticky-header.wpv-scrolled header.main-header.layout-standard .second-row,
body.sticky-header-type-over.sticky-header.wpv-scrolled header.main-header.layout-logo-text-menu .second-row,
body.sticky-header-type-half-over.sticky-header.wpv-scrolled header.main-header.layout-standard .second-row,
body.sticky-header-type-half-over.sticky-header.wpv-scrolled header.main-header.layout-logo-text-menu .second-row,
body:not(.sticky-header-type-half-over):not(.sticky-header) header.main-header.layout-standard .second-row,
body:not(.sticky-header-type-half-over):not(.sticky-header) header.main-header.layout-logo-text-menu .second-row,
body.sticky-header-type-half-over header.main-header .first-row.layout-standard .second-row,
body.sticky-header-type-half-over header.main-header .first-row.layout-logo-text-menu .second-row {
  background-repeat: repeat-x;
  background-position: center top;
  background-attachment: scroll;
  background-color: #E8E8E8;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
header.main-header .first-row {
  display: table;
  width: 100%;
  height: 36px;
}
header.main-header .second-row {
  clear: both;
  min-height: 49px;
  width: 100%;
}
header.main-header .second-row .second-row-columns {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: table;
  padding: 0 60px;
  width: 100%;
}
header.main-header .header-left {
  display: table-cell;
  padding: 0;
  min-width: 160px;
  vertical-align: middle;
  white-space: nowrap;
}
header.main-header .header-center {
  display: table-cell;
  padding: 4px 10px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  filter: none;
}
header.main-header .header-center:after {
  display: block;
  clear: both;
  content: "";
}
header.main-header .header-center #megaMenu #megaMenuToggle {
  position: relative;
  padding-right: 30px;
}
header.main-header .header-center #megaMenu #megaMenuToggle .megaMenuToggle-icon {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: 4px;
}
header.main-header .header-right {
  position: relative;
  display: table-cell;
  padding: 0;
  vertical-align: middle;
  text-align: right;
}
header.main-header #phone-num {
  padding: 10px 0;
  white-space: nowrap;
  transition: color .3s;
}
body.sticky-header-type-over.sticky-header.wpv-not-scrolled header.main-header #phone-num,
body.sticky-header-type-over.sticky-header.wpv-not-scrolled header.main-header #phone-num .icon,
body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled header.main-header #phone-num,
body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled header.main-header #phone-num .icon {
  color: #ffffff !important;
}
header.main-header button.header-search {
  border: 0;
  background: none;
  color: #FAE20D;
  font-size: 20px;
}
body.sticky-header-type-over.sticky-header.wpv-not-scrolled header.main-header button.header-search,
body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled header.main-header button.header-search {
  color: #ffffff;
}
header.main-header button.header-search:active {
  -webkit-transform: translate(0,3px);
  -ms-transform: translate(0,3px);
  transform: translate(0,3px);
}
header.main-header button.header-search:hover {
  color: #FC3C2A;
}
header.main-header .search-wrapper:not(:last-child) {
  padding-right: 10px;
}
body.wpv-not-scrolled:not(.sticky-header-type-over) header.main-header {
  border-bottom: 1px solid #e3e3e3;
}
body.wpv-not-scrolled.sticky-header-type-half-over header.main-header {
  border-bottom-color: rgba(227,227,227,0.6);
}
header.main-header.layout-standard .logo {
  height: auto;
}
header.main-header.layout-standard .header-center:not(:first-child):last-child {
  padding-right: 160px;
}
header.main-header.layout-standard .first-row {
  border-bottom: solid 1px #E8E8E8;
}
body.header-cart-visible header.main-header.layout-standard .header-center:not(:first-child) {
  padding-right: 70px;
}
body.header-cart-visible header.main-header.layout-standard .header-center.first-child {
  padding-right: 90px;
}
header.main-header.layout-logo-menu .header-contents {
  display: table;
  margin-left: 60px;
  margin-right: 60px;
}
header.main-header.layout-logo-menu .first-row {
  display: table-cell;
  width: auto;
  height: auto;
  background: transparent;
  vertical-align: middle;
  transition: border-radius .3s;
}
body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled header.main-header.layout-logo-menu .first-row,
body.sticky-header-type-over.sticky-header.wpv-not-scrolled header.main-header.layout-logo-menu .first-row {
  border-radius: 5px 0 0 5px;
}
header.main-header.layout-logo-menu .first-row .logo-wrapper {
  display: block;
  min-height: 85px;
  position: relative;
  text-align: left;
}
header.main-header.layout-logo-menu .first-row .logo-wrapper.loaded img {
  transition: all .3s ease;
}
header.main-header.layout-logo-menu .first-row .logo-wrapper.scrolled {
  min-height: 0;
}
header.main-header.layout-logo-menu .first-row .logo-wrapper.scrolled img {
  padding: 7px 0 !important;
  height: 46px;
}
header.main-header.layout-logo-menu .first-row .logo-tagline {
  display: none;
}
header.main-header.layout-logo-menu .second-row {
  display: table-cell;
  width: 100%;
  background: transparent;
  vertical-align: middle;
  text-align: right;
}
header.main-header.layout-logo-menu .second-row #menus {
  padding: 9.5px 0;
}
header.main-header.layout-logo-menu .second-row.has-search {
  padding-right: 5px;
}
header.main-header.layout-logo-menu .search-wrapper,
header.main-header.layout-logo-menu #phone-num {
  display: table-cell;
  vertical-align: middle;
}
body.sticky-header-type-over.sticky-header header.main-header.layout-logo-menu .search-wrapper:last-child,
body.sticky-header-type-over.sticky-header header.main-header.layout-logo-menu #phone-num:last-child {
  padding-right: 2px;
}
header.main-header.layout-logo-text-menu .first-row > .first-row-wrapper {
  padding: 0 60px;
  height: 36px;
}
header.main-header.layout-logo-text-menu .first-row .first-row-right-inner {
  display: table;
  width: 100%;
}
header.main-header.layout-logo-text-menu .first-row #phone-num,
header.main-header.layout-logo-text-menu .first-row .first-row-left,
header.main-header.layout-logo-text-menu .first-row .first-row-right {
  display: table-cell;
  vertical-align: middle;
}
header.main-header.layout-logo-text-menu .first-row .first-row-left,
header.main-header.layout-logo-text-menu .first-row .first-row-right {
  height: 36px;
}
header.main-header.layout-logo-text-menu .first-row .first-row-right {
  width: 100%;
  text-align: right;
}
header.main-header.layout-logo-text-menu .first-row #phone-num {
  padding: 0;
  width: 100%;
}
header.main-header.layout-logo-text-menu .first-row #phone-num > div {
  padding: 10px 0 10px 40px;
  text-align: right;
}
header.main-header.layout-logo-text-menu .second-row #main-menu .menu {
  text-align: left;
}
header.main-header.layout-logo-text-menu .second-row .header-center {
  padding-right: 0;
  padding-left: 0;
}
body.header-cart-visible header.main-header.layout-logo-text-menu .second-row .header-center {
  padding-right: 60px;
}
header.main-header.layout-logo-text-menu .second-row .search-wrapper {
  display: table-cell;
  vertical-align: middle;
}
#top-nav-sidebar .widget {
  display: inline-block;
  margin: 0 30px 0 0;
  vertical-align: middle;
}
#top-nav-sidebar .widget:last-child {
  margin-right: 0;
}
#top-nav-sidebar .widget-title {
  display: none;
}
#top-nav-sidebar .wpv_icon_link .content {
  display: none !important;
}
.header-middle {
  position: relative;
  z-index: 10;
  margin-bottom: 0;
}
.header-middle > h4 {
  padding: 20px 0 0;
}
.header-middle .header-middle-content {
  padding: 0 60px;
}
#header-sidebars {
  position: relative;
  z-index: 5;
  padding: 5px 0 0;
}
#header-sidebars > .row > aside.cell-1-2 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 50%;
}
#header-sidebars > .row > aside.cell-1-3 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 33.33333333%;
}
#header-sidebars > .row > aside.cell-1-4 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 25%;
}
#header-sidebars > .row > aside.cell-1-5 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 20%;
}
#header-sidebars > .row > aside.cell-1-6 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 16.66666666%;
}
#header-sidebars > .row > aside.cell-2-3 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 66.66666666%;
}
#header-sidebars > .row > aside.cell-2-5 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 40%;
}
#header-sidebars > .row > aside.cell-3-4 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 75%;
}
#header-sidebars > .row > aside.cell-3-5 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 60%;
}
#header-sidebars > .row > aside.cell-4-5 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 80%;
}
#header-sidebars > .row > aside.cell-5-6 {
  position: relative;
  padding: 0;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 0 15px;
  width: 83.33333333%;
}
#header-sidebars > .row > aside.last {
  margin: 0;
}
#wpv-overlay-search {
  margin: auto;
  max-width: 550px;
  font-size: 50px;
}
#wpv-overlay-search input[type="text"] {
  width: 475px;
  height: 60px;
  max-width: calc(100% - 100px);
  border: 0;
  border-bottom: 1px solid #ffffff;
  background: transparent;
  color: #ffffff;
}
#wpv-overlay-search input[type="text"]::-webkit-input-placeholder {
  color: #ffffff;
}
#wpv-overlay-search input[type="text"]::-moz-placeholder {
  color: #ffffff;
}
#wpv-overlay-search input[type="text"]:-ms-input-placeholder {
  color: #ffffff;
}
#wpv-overlay-search button[type="submit"] {
  width: 60px;
  height: 60px;
  border: 0;
  background: none;
  color: #ffffff;
  vertical-align: bottom;
  padding: 0;
}
body > #wpv-overlay-search {
  display: none;
}
.meta-header {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-color: #ffffff;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  padding-bottom: 0.035px;
}
.meta-header > .limit-wrapper {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body.bosed .meta-header > .limit-wrapper {
  padding: 0;
}
.has-breadcrumbs .meta-header > .limit-wrapper,
.has-share-menu .meta-header > .limit-wrapper {
  min-height: 30px;
}
body.events-archive .meta-header {
  background: url(../../../uploads/2014/04/header-1.jpg) no-repeat center top fixed;
  background-color: #ff4040;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
body.events-archive .meta-header h1 {
  color: #ffffff;
}
.page-header .page-header-content {
  width: 100%;
  text-align: left;
  position: relative;
}
.page-header h1 {
  padding: 0 !important;
  width: 100%;
  margin: 0;
  text-align: center;
  position: relative;
  color: #4d4d4d;
}
.page-header .title {
  padding: 90px 0 40px 0;
  display: inline-block;
}
.page-header .desc {
  display: block;
  font: normal 14px Arial;
  text-align: center;
  margin-top: 10px;
}
.page-header.has-buttons h1 .title {
  padding-bottom: 10px;
}
.page-header .post-siblings {
  display: table;
  margin: 0 auto 20px auto;
}
.page-header .post-siblings a span.icon {
  color: #dbdbdb;
  font-size: 22px;
}
.page-header .post-siblings a span.icon:hover {
  background: none;
  color: #FC3C2A;
}
.page-header .post-siblings a[rel="prev"] span.icon,
.page-header .post-siblings a[rel="next"] span.icon,
.page-header .post-siblings a.wpv-tribe-sibling span.icon {
  font-size: 25px;
}
.page-header .all-items,
.page-header a[rel="prev"],
.page-header a[rel="next"],
.page-header .wpv-tribe-sibling,
.page-header .portfolio-slider-prev,
.page-header .portfolio-slider-next,
.page-header .portfolio-slider-close {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 10px 5px;
}
.page-header .all-items b,
.page-header a[rel="prev"] b,
.page-header a[rel="next"] b,
.page-header .wpv-tribe-sibling b,
.page-header .portfolio-slider-prev b,
.page-header .portfolio-slider-next b,
.page-header .portfolio-slider-close b {
  display: none;
}
.page-header .all-items .icon,
.page-header a[rel="prev"] .icon,
.page-header a[rel="next"] .icon,
.page-header .wpv-tribe-sibling .icon,
.page-header .portfolio-slider-prev .icon,
.page-header .portfolio-slider-next .icon,
.page-header .portfolio-slider-close .icon {
  font-size: 18px;
  line-height: normal;
  text-align: center;
  padding: 5px;
  background: transparent;
  color: #3B3B3B;
  border-radius: 3px;
  background-clip: padding-box;
  content: "0";
}
.page-header .all-items .icon:hover,
.page-header a[rel="prev"] .icon:hover,
.page-header a[rel="next"] .icon:hover,
.page-header .wpv-tribe-sibling .icon:hover,
.page-header .portfolio-slider-prev .icon:hover,
.page-header .portfolio-slider-next .icon:hover,
.page-header .portfolio-slider-close .icon:hover {
  background: #3B3B3B;
  color: #FAE20D;
}
.page-header .all-items.loading,
.page-header a[rel="prev"].loading,
.page-header a[rel="next"].loading,
.page-header .wpv-tribe-sibling.loading,
.page-header .portfolio-slider-prev.loading,
.page-header .portfolio-slider-next.loading,
.page-header .portfolio-slider-close.loading {
  background: none;
}
.page-header .all-items.loading .icon,
.page-header a[rel="prev"].loading .icon,
.page-header a[rel="next"].loading .icon,
.page-header .wpv-tribe-sibling.loading .icon,
.page-header .portfolio-slider-prev.loading .icon,
.page-header .portfolio-slider-next.loading .icon,
.page-header .portfolio-slider-close.loading .icon {
  background: url(../wpv_theme/assets/images/loader.gif) center center no-repeat;
  background-image: url(../wpv_theme/assets/images/loader.gif), url(../wpv_theme/assets/images/loader_bg.png);
  background-position: center center, center center;
  color: transparent !important;
}
#header-breadcrumbs {
  text-align: left;
  margin-top: 0;
  padding: 10px 0 0 60px;
  color: #ffffff;
}
#header-breadcrumbs a {
  color: #FC3C2A;
}
#header-breadcrumbs:after {
  content: "";
  width: 70px;
  border-bottom: 1px solid #E8E8E8;
  position: absolute;
  top: 34px;
  left: 60px;
  height: 1px;
}
header.main-header .sub-menu {
  display: none;
}
.mp-menu,
#mp-menu-trigger {
  display: none;
}
body.full-bg-slider #mp-pusher,
body.full-bg-slider #page {
  height: 100%;
}
::selection {
  color: #ffffff;
  background: #FC3C2A;
}
html {
  background-repeat: repeat;
  background-position: center top;
  background-attachment: fixed;
  background-color: #E8E8E8;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
#wpadminbar {
  position: fixed;
}
.shortcode-preview #wpadminbar {
  top: -28px !important;
  overflow: hidden;
}
.wpv-main {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-color: #ffffff;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
.wpv-main.layout-left-right article,
.wpv-main.layout-left-only article,
.wpv-main.layout-right-only article {
  position: relative;
  float: left;
}
.wpv-main.layout-left-right article > .page-content,
.wpv-main.layout-left-only article > .page-content,
.wpv-main.layout-right-only article > .page-content {
  position: relative;
  z-index: 1;
}
body:not(.page-vertical-padding-none):not(.page-vertical-padding-bottom-only) #sub-header.has-background + .wpv-main {
  padding-top: 40px;
}
body.single-tribe_events body:not(.page-vertical-padding-none):not(.page-vertical-padding-bottom-only) #sub-header.has-background + .wpv-main,
body.single.events-list body:not(.page-vertical-padding-none):not(.page-vertical-padding-bottom-only) #sub-header.has-background + .wpv-main {
  padding-top: 0;
}
.limit-wrapper {
  z-index: 555;
  display: block;
  float: none;
  margin: auto;
  min-width: 320px;
  min-height: 100%;
  max-width: 1260px;
  width: auto;
  -ms-zoom: 1;
}
.limit-wrapper > div {
  position: relative;
}
#page {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  min-width: 1260px;
  max-width: 1260px;
  width: auto;
  height: 100%;
}
#page .full {
  max-width: 100%;
}
body.responsive-layout #page {
  min-width: 320px;
}
.no-boxshadow #page {
  box-sizing: border-box;
  border-right: 1px solid #E8E8E8;
  border-left: 1px solid #E8E8E8;
}
body.full #page {
  max-width: none;
  border: none;
  box-shadow: none;
}
body.fast-slider #page {
  border: none;
  box-shadow: none;
}
#page .boxed-layout {
  position: relative;
  z-index: 0;
  margin: auto;
  max-width: 1260px;
  width: 100%;
}
#page .boxed-layout #main-content {
  position: relative;
}
body.full #page {
  overflow: hidden;
  max-width: 100%;
}
body.full #page .boxed-layout {
  max-width: 100%;
}
.single-product.layout-right-only .right {
  padding-top: 0;
}
.share-btns {
  margin: 0 0 30px;
  text-align: center;
}
.wpv-article-paddings-x {
  padding-right: 60px;
  padding-left: 60px;
}
.page-wrapper {
  position: relative;
}
.no-header-sidebars.no-page-header .page-wrapper {
  padding-top: 60px;
}
body.page-vertical-padding-bottom-only.no-header-sidebars.no-page-header .page-wrapper,
body.page-vertical-padding-none.no-header-sidebars.no-page-header .page-wrapper {
  padding-top: 0.035px;
}
.page-wrapper > aside.left {
  padding-right: 20px;
  padding-left: 60px;
  width: 25%;
}
.page-wrapper > aside.right {
  margin-left: 20px;
  padding-right: 60px;
  padding-left: 20px;
  width: 25%;
}
.page-wrapper > aside.left,
.page-wrapper > aside.right {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin: 0 !important;
  min-height: 1px;
}
.page-wrapper > aside.left section.widget a,
.page-wrapper > aside.right section.widget a {
  color: #FC3C2A;
}
.page-wrapper > aside.left section.widget a:hover,
.page-wrapper > aside.right section.widget a:hover {
  color: #D02111;
}
.page-wrapper > div,
.page-wrapper > article {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: -1px;
  padding: 1px 60px 45px 60px;
}
body.page-vertical-padding-top-only .page-wrapper > div,
body.page-vertical-padding-none .page-wrapper > div,
body.page-vertical-padding-top-only .page-wrapper > article,
body.page-vertical-padding-none .page-wrapper > article {
  padding-bottom: 0.035px;
}
.page-wrapper > div.right-only,
.page-wrapper > article.right-only {
  width: 75%;
}
body.wide .page-wrapper > div.right-only,
body.wide .page-wrapper > article.right-only {
  padding-left: 0;
}
.page-wrapper > div.left-only,
.page-wrapper > article.left-only {
  width: 75%;
}
body.wide .page-wrapper > div.left-only,
body.wide .page-wrapper > article.left-only {
  padding-right: 0;
}
.page-wrapper > div.left-right,
.page-wrapper > article.left-right {
  width: 50%;
  background: #ffffff;
}
body.page-template-page-blank-php .page-wrapper > div,
body.page-template-page-blank-php .page-wrapper > article {
  padding-bottom: 0;
}
body.no-page-header.no-breadcrumbs #sub-header.layout-left-only .meta-header .meta-header-inside,
body.no-page-header.no-breadcrumbs #sub-header.layout-left-right .meta-header .meta-header-inside {
  padding: 0;
}
body.no-page-header.no-breadcrumbs #header-sidebars {
  padding-top: 55px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.boxed-layout img {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  max-width: 100%;
  height: auto;
}
.ie9 .boxed-layout img {
  display: inline-block;
}
.boxed-layout iframe,
.boxed-layout object,
.boxed-layout embed {
  display: block;
  max-width: 100%;
}
.google_map img,
.slider-shortcode img,
.wpv-wrapper img {
  max-width: none;
}
.wpv-video-frame iframe {
  display: block;
  margin: auto;
  max-width: 100%;
}
code,
kbd,
pre,
samp {
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  font-size: 14px;
  font-family: "Lato", monospace, serif;
  -ms-hyphens: none;
}
pre,
.wire-pad {
  position: relative;
  z-index: 1;
  margin-bottom: 8px;
  padding: 20px;
}
pre {
  border: 1px solid #E8E8E8;
  background: #ffffff;
  font-size: 14px;
  line-height: 1.5em;
}
.toggle pre {
  padding: 0 !important;
  border: none;
}
code {
  padding: 0;
}
.mejs-container,
.mejs-embed,
.mejs-embed body {
  background: #464646;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background: #21759b;
}
.mejs-controls .mejs-time-rail .mejs-time-current {
  background: #d54e21;
}
.page-content .share-btns {
  padding-top: 0;
  padding-left: 0;
}
.error-message {
  clear: both;
  -webkit-transition: opacity .2s linear .7s !important;
  transition: opacity .2s linear .7s !important;
  position: absolute;
  top: 50%;
  left: 100% !important;
  z-index: 100000;
  display: block;
  overflow: visible;
  margin-top: -13px;
  margin-left: 2px;
  padding: 0.5em;
  height: 16px;
  background: none repeat scroll 0 0 #FFEE99 !important;
  box-shadow: 0 0 0 1px #D94729 inset;
  white-space: nowrap;
  line-height: 16px;
}
.error-message:before,
.error-message:after {
  content: " ";
  display: table;
}
.error-message:after {
  clear: both;
}
.error-message:before,
.error-message:after {
  content: " ";
  display: table;
}
.error-message:after {
  clear: both;
}
.error-message:before {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -6px;
  margin-left: -8px;
  width: 0;
  height: 0;
  border-width: 6px 6px 6px 0;
  border-style: inset solid inset none;
  border-color: transparent #D94729 transparent transparent;
  content: "";
}
.author-info-box {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
}
.author-info-box .author-avatar {
  float: left;
}
.author-info-box .author-description {
  overflow: hidden;
  padding-left: 20px;
}
.author-info-box .author-description > h4 {
  margin-top: 0;
}
.author-info-box + .no-posts-by-author {
  padding-top: 40px;
  text-align: center;
}
.vamtam-column-border {
  border-radius: 10px;
  border: 15px solid #4A4A4A;
}
.vamtam-white-links a {
  font-size: 14px;
  line-height: 28px;
  font-weight: 600;
  font-family: "Lato", "lato";
  color: #FAE20D;
  text-decoration: none;
}
.vamtam-white-links a:hover {
  color: #ffffff;
  text-decoration: none;
  transition: all .2s ease;
}
.wpv-scroll-to-top.wpv-circle {
  border-radius: 5000px;
  border: 1px solid #E8E8E8;
  width: 45px;
  height: 45px;
  line-height: 45px;
  display: inline-block;
  text-align: center;
}
.ScrollSceneIndicators {
  z-index: 0 !important;
}
.mfp-bg {
  background: #FC3C2A;
}
.mfp-arrow {
  color: #ffffff;
}
.mfp-arrow:before {
  font-family: "Lato", theme;
  font-size: 60px;
}
.mfp-arrow:hover {
  color: #FC3C2A;
}
.mfp-close {
  color: #ffffff;
}
.mfp-arrow-left:before {
  content: "\e607";
}
.mfp-arrow-right:before {
  content: "\e606";
}
ul,
ol {
  margin: 0.4em 0px 0.4em 1.3em;
}
ul li,
ol li {
  padding-bottom: 4px;
  padding-top: 4px;
}
.styled-list {
  padding: 0;
  margin-left: 0.3em;
  list-style: none;
}
.styled-list li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.styled-list li:before {
  text-indent: 0;
}
.styled-list.icon-accent1 li:before {
  color: #FC3C2A;
}
.styled-list.icon-accent2 li:before {
  color: #FAE20D;
}
.styled-list.icon-accent3 li:before {
  color: #9B9B9B;
}
.styled-list.icon-accent4 li:before {
  color: #4A4A4A;
}
.styled-list.icon-accent5 li:before {
  color: #ffffff;
}
.styled-list.icon-accent6 li:before {
  color: #262529;
}
.styled-list.icon-accent7 li:before {
  color: #E8E8E8;
}
.styled-list.icon-accent8 li:before {
  color: #ffffff;
}
.form-input {
  position: relative;
  margin: 0;
  background: #E8E8E8;
}
input[type=text],
input[type=tel],
input[type=email],
input[type=password],
input[type=email],
input[type=search],
input[type=date],
input[type=range],
input[type=number],
input[type=button],
textarea,
select {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px;
  width: 75%;
  position: relative;
  border: none;
  outline: none;
  margin: 0;
  box-shadow: none !important;
  font-size: 16px;
  border-radius: 0;
  border: 2px #ccc solid !important;
}
div.wpcf7 input[type=text],
div.wpcf7 input[type=tel],
div.wpcf7 input[type=email],
div.wpcf7 input[type=password],
div.wpcf7 input[type=email],
div.wpcf7 input[type=search],
div.wpcf7 input[type=date],
div.wpcf7 input[type=range],
div.wpcf7 input[type=number],
div.wpcf7 input[type=button],
div.wpcf7 textarea,
div.wpcf7 select {
  margin-bottom: 0px;
  background: #FAFAFA;
  border-radius: 1px;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=date]:focus,
input[type=range]:focus,
input[type=number]:focus,
input[type=button]:focus,
textarea:focus,
select:focus {
}
input[type=text].invalid,
input[type=tel].invalid,
input[type=email].invalid,
input[type=password].invalid,
input[type=email].invalid,
input[type=search].invalid,
input[type=date].invalid,
input[type=range].invalid,
input[type=number].invalid,
input[type=button].invalid,
textarea.invalid,
select.invalid {
  border-color: #D94729;
}
input[type=text]:-moz-ui-invalid,
input[type=tel]:-moz-ui-invalid,
input[type=email]:-moz-ui-invalid,
input[type=password]:-moz-ui-invalid,
input[type=email]:-moz-ui-invalid,
input[type=search]:-moz-ui-invalid,
input[type=date]:-moz-ui-invalid,
input[type=range]:-moz-ui-invalid,
input[type=number]:-moz-ui-invalid,
input[type=button]:-moz-ui-invalid,
textarea:-moz-ui-invalid,
select:-moz-ui-invalid {
  border-color: #D94729;
}
.wpv-main input[type=text],
.wpv-main input[type=tel],
.wpv-main input[type=email],
.wpv-main input[type=password],
.wpv-main input[type=email],
.wpv-main input[type=search],
.wpv-main input[type=date],
.wpv-main input[type=range],
.wpv-main input[type=number],
.wpv-main input[type=button],
.wpv-main textarea,
.wpv-main select {
  background-color: #ffffff;
  color: #000000;
}
.wpv-main input[type=text]::-webkit-input-placeholder,
.wpv-main input[type=tel]::-webkit-input-placeholder,
.wpv-main input[type=email]::-webkit-input-placeholder,
.wpv-main input[type=password]::-webkit-input-placeholder,
.wpv-main input[type=email]::-webkit-input-placeholder,
.wpv-main input[type=search]::-webkit-input-placeholder,
.wpv-main input[type=date]::-webkit-input-placeholder,
.wpv-main input[type=range]::-webkit-input-placeholder,
.wpv-main input[type=number]::-webkit-input-placeholder,
.wpv-main input[type=button]::-webkit-input-placeholder,
.wpv-main textarea::-webkit-input-placeholder,
.wpv-main select::-webkit-input-placeholder {
  color: #b3b3b3;
}
.wpv-main input[type=text]:-moz-placeholder,
.wpv-main input[type=tel]:-moz-placeholder,
.wpv-main input[type=email]:-moz-placeholder,
.wpv-main input[type=password]:-moz-placeholder,
.wpv-main input[type=email]:-moz-placeholder,
.wpv-main input[type=search]:-moz-placeholder,
.wpv-main input[type=date]:-moz-placeholder,
.wpv-main input[type=range]:-moz-placeholder,
.wpv-main input[type=number]:-moz-placeholder,
.wpv-main input[type=button]:-moz-placeholder,
.wpv-main textarea:-moz-placeholder,
.wpv-main select:-moz-placeholder {
  color: #b3b3b3;
}
.wpv-main input[type=text]::-moz-placeholder,
.wpv-main input[type=tel]::-moz-placeholder,
.wpv-main input[type=email]::-moz-placeholder,
.wpv-main input[type=password]::-moz-placeholder,
.wpv-main input[type=email]::-moz-placeholder,
.wpv-main input[type=search]::-moz-placeholder,
.wpv-main input[type=date]::-moz-placeholder,
.wpv-main input[type=range]::-moz-placeholder,
.wpv-main input[type=number]::-moz-placeholder,
.wpv-main input[type=button]::-moz-placeholder,
.wpv-main textarea::-moz-placeholder,
.wpv-main select::-moz-placeholder {
  color: #b3b3b3;
}
.wpv-main input[type=text]:-ms-input-placeholder,
.wpv-main input[type=tel]:-ms-input-placeholder,
.wpv-main input[type=email]:-ms-input-placeholder,
.wpv-main input[type=password]:-ms-input-placeholder,
.wpv-main input[type=email]:-ms-input-placeholder,
.wpv-main input[type=search]:-ms-input-placeholder,
.wpv-main input[type=date]:-ms-input-placeholder,
.wpv-main input[type=range]:-ms-input-placeholder,
.wpv-main input[type=number]:-ms-input-placeholder,
.wpv-main input[type=button]:-ms-input-placeholder,
.wpv-main textarea:-ms-input-placeholder,
.wpv-main select:-ms-input-placeholder {
  color: #b3b3b3;
}
footer.main-footer input[type=text],
footer.main-footer input[type=tel],
footer.main-footer input[type=email],
footer.main-footer input[type=password],
footer.main-footer input[type=email],
footer.main-footer input[type=search],
footer.main-footer input[type=date],
footer.main-footer input[type=range],
footer.main-footer input[type=number],
footer.main-footer input[type=button],
footer.main-footer textarea,
footer.main-footer select {
  background-color: #fd6152;
  color: #ffffff;
}
footer.main-footer input[type=text]::-webkit-input-placeholder,
footer.main-footer input[type=tel]::-webkit-input-placeholder,
footer.main-footer input[type=email]::-webkit-input-placeholder,
footer.main-footer input[type=password]::-webkit-input-placeholder,
footer.main-footer input[type=email]::-webkit-input-placeholder,
footer.main-footer input[type=search]::-webkit-input-placeholder,
footer.main-footer input[type=date]::-webkit-input-placeholder,
footer.main-footer input[type=range]::-webkit-input-placeholder,
footer.main-footer input[type=number]::-webkit-input-placeholder,
footer.main-footer input[type=button]::-webkit-input-placeholder,
footer.main-footer textarea::-webkit-input-placeholder,
footer.main-footer select::-webkit-input-placeholder {
  color: #ffebe9;
}
footer.main-footer input[type=text]:-moz-placeholder,
footer.main-footer input[type=tel]:-moz-placeholder,
footer.main-footer input[type=email]:-moz-placeholder,
footer.main-footer input[type=password]:-moz-placeholder,
footer.main-footer input[type=email]:-moz-placeholder,
footer.main-footer input[type=search]:-moz-placeholder,
footer.main-footer input[type=date]:-moz-placeholder,
footer.main-footer input[type=range]:-moz-placeholder,
footer.main-footer input[type=number]:-moz-placeholder,
footer.main-footer input[type=button]:-moz-placeholder,
footer.main-footer textarea:-moz-placeholder,
footer.main-footer select:-moz-placeholder {
  color: #ffebe9;
}
footer.main-footer input[type=text]::-moz-placeholder,
footer.main-footer input[type=tel]::-moz-placeholder,
footer.main-footer input[type=email]::-moz-placeholder,
footer.main-footer input[type=password]::-moz-placeholder,
footer.main-footer input[type=email]::-moz-placeholder,
footer.main-footer input[type=search]::-moz-placeholder,
footer.main-footer input[type=date]::-moz-placeholder,
footer.main-footer input[type=range]::-moz-placeholder,
footer.main-footer input[type=number]::-moz-placeholder,
footer.main-footer input[type=button]::-moz-placeholder,
footer.main-footer textarea::-moz-placeholder,
footer.main-footer select::-moz-placeholder {
  color: #ffebe9;
}
footer.main-footer input[type=text]:-ms-input-placeholder,
footer.main-footer input[type=tel]:-ms-input-placeholder,
footer.main-footer input[type=email]:-ms-input-placeholder,
footer.main-footer input[type=password]:-ms-input-placeholder,
footer.main-footer input[type=email]:-ms-input-placeholder,
footer.main-footer input[type=search]:-ms-input-placeholder,
footer.main-footer input[type=date]:-ms-input-placeholder,
footer.main-footer input[type=range]:-ms-input-placeholder,
footer.main-footer input[type=number]:-ms-input-placeholder,
footer.main-footer input[type=button]:-ms-input-placeholder,
footer.main-footer textarea:-ms-input-placeholder,
footer.main-footer select:-ms-input-placeholder {
  color: #ffebe9;
}
.fixed-header-box input[type=text],
.fixed-header-box input[type=tel],
.fixed-header-box input[type=email],
.fixed-header-box input[type=password],
.fixed-header-box input[type=email],
.fixed-header-box input[type=search],
.fixed-header-box input[type=date],
.fixed-header-box input[type=range],
.fixed-header-box input[type=number],
.fixed-header-box input[type=button],
.fixed-header-box textarea,
.fixed-header-box select {
  background-color: #ffffff;
  color: #808080;
}
.fixed-header-box input[type=text]::-webkit-input-placeholder,
.fixed-header-box input[type=tel]::-webkit-input-placeholder,
.fixed-header-box input[type=email]::-webkit-input-placeholder,
.fixed-header-box input[type=password]::-webkit-input-placeholder,
.fixed-header-box input[type=email]::-webkit-input-placeholder,
.fixed-header-box input[type=search]::-webkit-input-placeholder,
.fixed-header-box input[type=date]::-webkit-input-placeholder,
.fixed-header-box input[type=range]::-webkit-input-placeholder,
.fixed-header-box input[type=number]::-webkit-input-placeholder,
.fixed-header-box input[type=button]::-webkit-input-placeholder,
.fixed-header-box textarea::-webkit-input-placeholder,
.fixed-header-box select::-webkit-input-placeholder {
  color: #b3b3b3;
}
.fixed-header-box input[type=text]:-moz-placeholder,
.fixed-header-box input[type=tel]:-moz-placeholder,
.fixed-header-box input[type=email]:-moz-placeholder,
.fixed-header-box input[type=password]:-moz-placeholder,
.fixed-header-box input[type=email]:-moz-placeholder,
.fixed-header-box input[type=search]:-moz-placeholder,
.fixed-header-box input[type=date]:-moz-placeholder,
.fixed-header-box input[type=range]:-moz-placeholder,
.fixed-header-box input[type=number]:-moz-placeholder,
.fixed-header-box input[type=button]:-moz-placeholder,
.fixed-header-box textarea:-moz-placeholder,
.fixed-header-box select:-moz-placeholder {
  color: #b3b3b3;
}
.fixed-header-box input[type=text]::-moz-placeholder,
.fixed-header-box input[type=tel]::-moz-placeholder,
.fixed-header-box input[type=email]::-moz-placeholder,
.fixed-header-box input[type=password]::-moz-placeholder,
.fixed-header-box input[type=email]::-moz-placeholder,
.fixed-header-box input[type=search]::-moz-placeholder,
.fixed-header-box input[type=date]::-moz-placeholder,
.fixed-header-box input[type=range]::-moz-placeholder,
.fixed-header-box input[type=number]::-moz-placeholder,
.fixed-header-box input[type=button]::-moz-placeholder,
.fixed-header-box textarea::-moz-placeholder,
.fixed-header-box select::-moz-placeholder {
  color: #b3b3b3;
}
.fixed-header-box input[type=text]:-ms-input-placeholder,
.fixed-header-box input[type=tel]:-ms-input-placeholder,
.fixed-header-box input[type=email]:-ms-input-placeholder,
.fixed-header-box input[type=password]:-ms-input-placeholder,
.fixed-header-box input[type=email]:-ms-input-placeholder,
.fixed-header-box input[type=search]:-ms-input-placeholder,
.fixed-header-box input[type=date]:-ms-input-placeholder,
.fixed-header-box input[type=range]:-ms-input-placeholder,
.fixed-header-box input[type=number]:-ms-input-placeholder,
.fixed-header-box input[type=button]:-ms-input-placeholder,
.fixed-header-box textarea:-ms-input-placeholder,
.fixed-header-box select:-ms-input-placeholder {
  color: #b3b3b3;
}
.form-input .required {
  display: none;
}
textarea {
  min-height: 6em;
  width: 100%;
  position: relative;
  resize: none;
  font-size: 18px;
}
.form-field-wrapper {
  position: relative;
}
html.placeholder .dgx-donate-form-section label[for],
html.placeholder form.wpcf7-form label[for] {
  display: inline-block;
}
.load-more,
.wp-pagenavi {
  clear: both;
  margin-top: 50px;
}
.products + .load-more,
.products + .wp-pagenavi {
  margin-top: 0;
}
article.left-only .wp-pagenavi:after {
  background: #E8E8E8;
  content: "";
  height: 1px;
  left: -60px;
  position: absolute;
  top: -1px;
  width: 60px;
}
.wp-pagenavi {
  text-align: center;
  border-top: 1px solid #E8E8E8;
  z-index: 100;
  position: relative;
  text-align: right;
  padding: 20px 0 40px;
}
.wp-pagenavi:last-child {
  padding-bottom: 0;
}
article > .page-content > section.portfolios > .wp-pagenavi {
  margin: 0 10px 30px;
}
.wp-pagenavi a,
.wp-pagenavi span {
  margin: 1px !important;
  border: none !important;
  display: inline-block;
  padding: 2px 8px 3px 8px !important;
  font-size: 12px;
}
.wp-pagenavi .tribe-events-nav-right a,
.wp-pagenavi .tribe-events-nav-right span,
.wp-pagenavi .tribe-events-nav-next a,
.wp-pagenavi .tribe-events-nav-next span {
  padding-right: 0 !important;
}
.wp-pagenavi .tribe-events-nav-left,
.wp-pagenavi .tribe-events-nav-left a,
.wp-pagenavi .tribe-events-nav-left span,
.wp-pagenavi .tribe-events-nav-previous,
.wp-pagenavi .tribe-events-nav-previous a,
.wp-pagenavi .tribe-events-nav-previous span,
.wp-pagenavi .tribe-events-nav-right,
.wp-pagenavi .tribe-events-nav-right a,
.wp-pagenavi .tribe-events-nav-right span,
.wp-pagenavi .tribe-events-nav-next,
.wp-pagenavi .tribe-events-nav-next a,
.wp-pagenavi .tribe-events-nav-next span {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.wp-pagenavi .current {
  background-color: #FC3C2A;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal !important;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  color: transparent !important;
  background: #ffffff;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 23px;
  padding: 0 !important;
}
.wp-pagenavi .previouspostslink:after,
.wp-pagenavi .nextpostslink:after {
  color: #FC3C2A;
  font-size: 11px;
  font-family: "Lato", theme;
  left: -2px;
  position: relative;
  font-weight: normal !important;
}
.wp-pagenavi .previouspostslink:after:hover,
.wp-pagenavi .nextpostslink:after:hover {
  color: #D02111;
}
.wp-pagenavi .previouspostslink:after {
  content: "\e006";
}
.wp-pagenavi .nextpostslink:after {
  content: "\e005";
}
.wp-pagenavi span.pages {
  float: left;
  font: normal 14px/20px lato;
  font-size: 12px;
  padding: 0 !important;
}
.wp-pagenavi a.page {
  background: #ffffff;
  color: #FC3C2A;
  font-size: 12px;
}
.wp-pagenavi a.page:hover {
  color: #D02111;
}
.wp-pagenavi a.page:visited {
  color: #FC3C2A;
}
.comment-paging {
  border-top: 0;
  margin-top: -40px;
  margin-bottom: 40px;
  padding-top: 0;
}
.comment-paging a,
.comment-paging span {
  margin: 1px !important;
  border: none !important;
  display: inline-block;
  padding: 2px 8px 3px 8px !important;
  font-size: 12px;
}
.comment-paging .current {
  background-color: #E8E8E8;
  color: #ffffff;
  font-size: 12px;
  font-weight: normal !important;
}
.comment-paging .prev,
.comment-paging .next {
  color: transparent !important;
  background: #ffffff;
  width: 23px;
  height: 23px;
  text-align: center;
  line-height: 22px;
  padding: 0 !important;
  text-indent: -200px;
}
.comment-paging .prev:after,
.comment-paging .next:after {
  color: #FC3C2A;
  font-size: 12px;
  font-family: "Lato", theme;
  position: relative;
  font-weight: normal !important;
}
.comment-paging .prev:after:hover,
.comment-paging .next:after:hover {
  color: #D02111;
}
.comment-paging .prev:after {
  content: "\e006";
  left: 70px;
}
.comment-paging .next:after {
  content: "\e005";
  left: 83px;
}
.comment-paging span.pages {
  float: left;
  font: normal 14px/20px lato;
  padding: 0 !important;
}
.comment-paging a.page-numbers {
  background: #ffffff;
  color: #FC3C2A;
  font-size: 12px;
}
.comment-paging a.page-numbers:hover {
  color: #D02111;
}
.comment-paging a.page-numbers:visited {
  color: #FC3C2A;
}
.load-more {
  margin: 50px auto 50px auto;
  position: relative;
  text-align: center;
}
.load-more.loading {
  background: url(../wpv_theme/assets/images/loader.gif) center center no-repeat;
  background-image: url(../wpv_theme/assets/images/loader.gif), url(../wpv_theme/assets/images/loader_bg.png);
  background-position: center center, center center;
}
.load-more .button.lm-btn {
  border: 1px solid #cfcfcf;
  border-radius: 1px;
  background: none;
  box-shadow: none;
  padding: 0;
  max-width: 650px;
  width: 100%;
}
.load-more .button.lm-btn span {
  color: #cfcfcf;
  padding: 1em 0 !important;
  position: relative;
  z-index: 555;
  text-transform: uppercase;
  font: bold 20px/1 "lato";
}
.load-more .button.lm-btn span:hover {
  text-decoration: none;
}
.load-more .button.lm-btn:hover {
  border-color: #FC3C2A;
}
.load-more .button.lm-btn:hover span {
  color: #FC3C2A !important;
}
.load-more + .share-btns {
  margin-top: 30px;
}
#menus {
  position: relative;
  z-index: 210;
  min-height: 41px;
}
#main-menu .menu {
  position: relative;
  min-height: 41px;
  font-size: 0;
}
#main-menu .menu .menu-item {
  position: relative;
  list-style: none;
  cursor: pointer;
}
#main-menu .menu .menu-item:hover > .sub-menu-wrapper > .sub-menu {
  display: block;
  box-shadow: 1px 1px 1px 2px rgba(0,0,0,0.14);
  border-radius: 1px;
}
#main-menu .menu .menu-item a {
  display: block;
  padding: .3em .3em;
  text-decoration: none;
  transition: color .4s;
}
#main-menu .menu .menu-item a strong {
  font-weight: normal;
}
#main-menu .menu .menu-item.home > a {
  width: 16px;
  text-align: left;
  text-indent: -6000px;
  position: relative;
}
#main-menu .menu .menu-item.home > a:before {
  position: absolute;
  top: 4px;
  left: 5px;
  z-index: 5;
  width: 16px;
  height: 16px;
  content: "\e003";
  text-indent: 0 !important;
  font-size: 16px;
  font-family: "Lato", icomoon;
}
#main-menu .menu .sub-menu {
  position: absolute;
  top: 0;
  z-index: 200;
  display: none;
  margin: 0 auto auto 0;
  width: 170px;
  text-align: left;
  background: #ffffff;
  padding: 0;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-menu .menu .sub-menu.invert-position {
  left: auto;
  right: 0;
}
#main-menu .menu .sub-menu .menu-item {
  padding: 0;
}
#main-menu .menu .sub-menu .menu-item > a {
  padding: 11px 15px;
  color: #4A4A4A;
  font: bold italic 11px/19px "lato Condensed";
  text-transform: uppercase;
  border-bottom: 1px solid #E8E8E8;
}
#main-menu .menu .sub-menu .menu-item:last-child {
  padding-bottom: 0;
}
#main-menu .menu .sub-menu .menu-item.current-menu-parent,
#main-menu .menu .sub-menu .menu-item.current-menu-item,
#main-menu .menu .sub-menu .menu-item.current-menu-ancestor,
#main-menu .menu .sub-menu .menu-item.current-menu-ancestor,
#main-menu .menu .sub-menu .menu-item:hover {
  background: #ffffff;
  transition: all .4s;
  border-radius: 1px;
}
#main-menu .menu .sub-menu .menu-item.current-menu-parent > a,
#main-menu .menu .sub-menu .menu-item.current-menu-item > a,
#main-menu .menu .sub-menu .menu-item.current-menu-ancestor > a,
#main-menu .menu .sub-menu .menu-item.current-menu-ancestor > a,
#main-menu .menu .sub-menu .menu-item:hover > a {
  text-decoration: none;
  color: #FC3C2A;
  border-bottom-color: #FC3C2A;
  transition: all .4s;
}
body.sticky-header-type-over.sticky-header.wpv-not-scrolled #main-menu .menu > .menu-item:not(.current-menu-parent):not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-ancestor):not(:hover) > a,
body.sticky-header-type-over.sticky-header.wpv-not-scrolled #main-menu .menu > .menu-item:not(.current-menu-parent):not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-ancestor):not(:hover) > a:visited,
body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled .layout-standard #main-menu .menu > .menu-item:not(.current-menu-parent):not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-ancestor):not(:hover) > a,
body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled .layout-standard #main-menu .menu > .menu-item:not(.current-menu-parent):not(.current-menu-item):not(.current-menu-ancestor):not(.current-menu-ancestor):not(:hover) > a:visited {
  color: #ffffff;
}
#main-menu .menu > .menu-item {
  padding: 13px 4px 13px 4px;
  background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  display: inline-block;
}
#main-menu .menu > .menu-item > a,
#main-menu .menu > .menu-item > a:visited {
  color: #4A4A4A;
  font: bold italic 15px/16px "lato Condensed";
}
#main-menu .menu > .menu-item.current-menu-parent > a,
#main-menu .menu > .menu-item.current-menu-item > a,
#main-menu .menu > .menu-item.current-menu-ancestor > a,
#main-menu .menu > .menu-item.current-menu-ancestor > a,
#main-menu .menu > .menu-item:hover > a {
  padding-top: .3em;
  padding-bottom: .3em;
  background-color: transparent;
  color: #FC3C2A;
  text-decoration: none;
}
header.layout-standard #main-menu .menu > .menu-item.current-menu-parent:before,
header.layout-standard #main-menu .menu > .menu-item.current-menu-item:before,
header.layout-standard #main-menu .menu > .menu-item.current-menu-ancestor:before,
header.layout-standard #main-menu .menu > .menu-item.current-menu-ancestor:before,
header.layout-standard #main-menu .menu > .menu-item:hover:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #FC3C2A;
  margin-top: 6px;
}
#main-menu .menu > .menu-item:hover > .sub-menu-wrapper {
  padding-top: 4px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
}
#main-menu .menu > .menu-item > .sub-menu-wrapper > .sub-menu {
  left: 0;
  margin: 0 auto auto 0;
  transition: all .3s;
}
#main-menu .menu > .menu-item > .sub-menu-wrapper > .sub-menu .menu-item-has-children > a:after {
  position: absolute;
  top: 50%;
  top: calc(48%);
  right: 10px;
  line-height: 0;
  font-size: 12px;
}
#main-menu .menu > .menu-item > .sub-menu-wrapper > .sub-menu .sub-menu {
  left: 100%;
  top: -10px;
}
#main-menu .menu > .menu-item > .sub-menu-wrapper > .sub-menu .sub-menu.invert-position {
  left: auto;
  right: 100%;
}
#top-nav-wrapper {
  position: relative;
  z-index: 6666;
  background: #ffffff;
}
.top-nav {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: scroll;
  background-color: #fc3c2a;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
  white-space: nowrap;
}
.top-nav,
.top-nav p {
  color: #FFFFFF;
}
.top-nav,
.top-nav p,
.top-nav div,
.top-nav li {
  font-size: 12px;
}
.top-nav > .top-nav-inner > .row {
  padding: 7px 60px 7px 60px;
}
.top-nav > .top-nav-inner > .row > .row > div {
  vertical-align: top;
}
.top-nav .grid-1-2 {
  min-height: 1px;
}
.top-nav .grid-1-2:last-child {
  text-align: right;
}
.top-nav .menu-wrapper {
  position: relative;
  height: 17px;
}
.top-nav a {
  color: #FFFFFF;
}
.top-nav a:hover {
  color: #FFEC42;
}
.top-nav a:hover .icon {
  color: #FFEC42 !important;
}
.top-nav ul > li.current_page_item > a,
.top-nav ul > li.current-menu-item > a,
.top-nav ul > li.current-menu-parent > a,
.top-nav ul > li.current-menu-ancestor > a {
  color: #FFEC42;
}
.top-nav .menu,
.top-nav .menu li {
  display: inline-block;
  margin: 0;
  padding: 0;
}
.top-nav .menu {
  height: 20px;
  margin: 0 -15px;
}
.top-nav .menu > li.menu-item-has-children a:first-child {
  position: relative;
}
.top-nav .menu > li.menu-item-has-children:hover {
  height: 45px;
}
.top-nav .menu > li.menu-item-has-children:hover > .sub-menu {
  display: block;
}
.top-nav .menu > li > a {
  padding: 0 15px;
}
.top-nav .menu > li a {
  font-size: 12px;
  line-height: 1.6em;
}
.top-nav .menu li {
  position: relative;
}
.top-nav .menu li .sub-menu {
  position: absolute;
  top: 30px;
  display: none;
  margin: 0 auto auto 0;
  width: 170px;
  text-align: left;
  box-shadow: 0 2px 4px 2px rgba(0,0,0,0.09);
  background: #ffffff;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-nav .menu li .sub-menu.invert-position {
  left: auto;
  right: 0;
}
.top-nav .menu li .sub-menu .sub-menu.invert-position {
  right: 100%;
}
.top-nav .menu li .sub-menu .menu-item {
  display: block;
}
.top-nav .menu li .sub-menu .menu-item > a {
  display: block;
  padding: 11px 15px;
  color: #4A4A4A;
  font: 11px/19px bold italic "lato Condensed";
  text-transform: uppercase;
  border-bottom: 1px solid #E8E8E8;
}
.top-nav .menu li .sub-menu .menu-item:last-child {
  padding-bottom: 0;
}
.top-nav .menu li .sub-menu .menu-item.current-menu-parent,
.top-nav .menu li .sub-menu .menu-item.current-menu-item,
.top-nav .menu li .sub-menu .menu-item.current-menu-ancestor,
.top-nav .menu li .sub-menu .menu-item.current-menu-ancestor,
.top-nav .menu li .sub-menu .menu-item:hover {
  background: #ffffff;
  transition: all .4s;
  border-radius: 1px;
}
.top-nav .menu li .sub-menu .menu-item.current-menu-parent > a,
.top-nav .menu li .sub-menu .menu-item.current-menu-item > a,
.top-nav .menu li .sub-menu .menu-item.current-menu-ancestor > a,
.top-nav .menu li .sub-menu .menu-item.current-menu-ancestor > a,
.top-nav .menu li .sub-menu .menu-item:hover > a {
  text-decoration: none;
  color: #FC3C2A;
  border-bottom-color: #FC3C2A;
  transition: all .4s;
}
#top-nav-social > a {
  display: inline-block;
  margin: 0 1px;
  width: 1.65em;
  height: 1.65em;
  border: 2px solid #FFFFFF;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
}
#top-nav-social > a,
#top-nav-social > a .icon {
  line-height: 1.65em;
}
#top-nav-social > a:hover {
  border-color: #FFEC42;
}
#top-nav-text .icon.shortcode {
  vertical-align: top;
}
.wpv-accordion {
  border-bottom: 1px solid #E8E8E8;
  margin: 0;
  padding-top: 15px;
  list-style: none;
}
.wpv-accordion .tab {
  position: relative;
  font-size: inherit;
  margin: 0;
  padding: 0;
  color: inherit;
  outline: none;
  border-top: 1px solid #E8E8E8;
}
.wpv-accordion .tab:first-child {
  border-top: 0;
}
.wpv-accordion .tab.ui-state-hover,
.wpv-accordion .tab.ui-state-active,
.wpv-accordion .tab.ui-state-selected {
  background-color: #E8E8E8;
  border-color: #E8E8E8;
}
.wpv-accordion .tab.ui-state-hover .ui-icon:after,
.wpv-accordion .tab.ui-state-active .ui-icon:after,
.wpv-accordion .tab.ui-state-selected .ui-icon:after {
  content: "\e60f";
  color: #FAE20D !important;
  font-family: "Lato", theme;
}
.wpv-accordion .tab.ui-state-active.has-bg {
  background: #FC3C2A;
}
.wpv-accordion .tab.ui-state-active.has-bg .inner {
  opacity: 1;
}
.wpv-accordion .tab .inner {
  padding: 23px 55px 23px 20px;
  margin: 0;
  cursor: pointer;
  outline: none !important;
  display: block;
  font: normal 20px/24px lato;
  color: #ffffff;
  background-color: #FAE20D;
  transition: opacity .3s ease;
}
.wpv-accordion .tab .inner:hover {
  text-decoration: none;
}
.wpv-accordion .tab .ui-icon {
  width: 40px;
  line-height: 69px;
  font-size: 17px;
  font-style: normal;
  display: block;
  position: absolute;
  right: 10px;
  text-align: center;
}
.wpv-accordion .tab .ui-icon:after {
  content: "\e60e";
  color: #FAE20D;
  font-family: "Lato", theme;
}
.wpv-accordion .pane .inner {
  padding: 10px 20px;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.wpv-accordion .pane-wrapper {
  background-position: top center;
  background-size: cover;
  padding: 0;
  border-bottom: 1px solid #E8E8E8;
}
.wpv-accordion .pane-wrapper:first-child,
.wpv-accordion .pane-wrapper:first-child .tab .inner {
  border-radius: 0;
}
.wpv-accordion .pane-wrapper:last-child,
.wpv-accordion .pane-wrapper:last-child .tab:not(.ui-state-active) .inner {
  border-radius: 0;
}
blockquote {
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 30px 0;
  padding-left: 20px;
  border-left: 5px solid #FC3C2A;
  text-align: left;
}
blockquote p,
blockquote {
  font: bold italic 26px/28px lato Condensed;
  font-size: 22px;
}
blockquote.small p,
blockquote.small {
  font: normal 14px/20px lato;
  margin-bottom: 0;
}
blockquote.simple {
  overflow: auto;
  margin: 0;
  padding: 20px 0;
  padding-left: 0;
  border-left: 0;
  text-align: left;
}
blockquote.simple > .quote-thumbnail {
  position: relative;
  display: block;
  text-align: center;
  width: 180px;
  float: left;
  margin-right: 30px;
}
blockquote.simple > .quote-thumbnail img {
  display: inline-block;
  width: 130px;
  margin: 20px 60px 0 30px;
  border-radius: 50%;
}
blockquote.simple .quote-title {
  font: normal 16px/20px lato Condensed;
  display: block;
  padding: 10px 0 0 0;
}
blockquote.simple .quote-title,
blockquote.simple .quote-title a {
  color: #FC3C2A;
}
blockquote.simple .quote-title .the-title {
  color: #FC3C2A;
  padding-right: 3px;
}
blockquote.simple .quote-text {
  font: normal 20px/24px lato;
  overflow: hidden;
}
blockquote cite {
  display: block;
  margin: 10px 0 0 0;
}
blockquote cite,
blockquote cite a {
  font: normal 16px/20px lato Condensed;
  color: #FC3C2A;
}
blockquote cite a {
  vertical-align: middle;
}
blockquote cite:before {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 0;
  border-bottom: 1px solid #E8E8E8;
  content: "";
  vertical-align: middle;
}
blockquote:last-child cite:empty {
  display: none;
}
.slide-wrapper blockquote {
  padding-top: 0;
  padding-bottom: 0;
}
blockquote p:first-child {
  margin-top: 0;
}
blockquote p:last-child {
  margin-bottom: 0;
}
.loop-wrapper .post-row {
  clear: both;
  transition: background .4s ease;
}
.loop-wrapper .post-row:before,
.loop-wrapper .post-row:after {
  content: " ";
  display: table;
}
.loop-wrapper .post-row:after {
  clear: both;
}
.loop-wrapper .post-row:before,
.loop-wrapper .post-row:after {
  content: " ";
  display: table;
}
.loop-wrapper .post-row:after {
  clear: both;
}
.loop-wrapper .sticky .post-row,
.loop-wrapper .post-row:hover {
  background: #E8E8E8;
}
.loop-wrapper .sticky .post-row .top-part,
.loop-wrapper .post-row:hover .top-part {
  color: #FC3C2A;
}
.loop-wrapper .post-row:hover .media-inner > img {
  -webkit-transform: scale(1.1) translateZ(0);
  -ms-transform: scale(1.1) translateZ(0);
  transform: scale(1.1) translateZ(0);
  -webkit-backface-visibility: hidden;
}
.loop-wrapper .post-row-left,
.loop-wrapper .post-row-center {
  float: left;
}
.loop-wrapper .post-row-left {
  width: 160px;
  vertical-align: top;
  padding-top: 30px;
  text-align: right;
  padding-right: 30px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.loop-wrapper .post-row-left .post-left-actions {
  display: none;
}
.loop-wrapper .post-date {
  display: inline-block;
  margin-right: 10px;
}
.loop-wrapper .post-date a:hover {
  text-decoration: none;
}
.loop-wrapper .post-date .top-part,
.loop-wrapper .post-date .bottom-part {
  display: block;
  text-align: center;
  width: 75px;
  transition: color .3s ease;
}
.loop-wrapper .post-date .top-part {
  font: normal 30px/34px lato Condensed;
  color: #E8E8E8;
  line-height: 1;
  font-size: 45px;
  border-bottom: 1px solid;
  border-color: #E8E8E8;
  padding-bottom: 10px;
}
.loop-wrapper .post-date .bottom-part {
  font: normal 16px/20px lato Condensed;
  color: #9B9B9B;
  padding-top: 10px;
  line-height: 1;
}
.loop-wrapper .post-row-center {
  width: calc(100% - 160px);
  padding: 30px 0 30px 0;
}
.loop-wrapper .list-item {
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 0;
}
.loop-wrapper .list-item:last-child {
  border-bottom: 0;
}
.loop-wrapper .list-item .post-content-outer {
  padding: 0 0 0 0;
  text-align:justify;
}
.loop-wrapper .list-item .post-content-outer .post-content > ol:last-child,
.loop-wrapper .list-item .post-content-outer .post-content > ul:last-child {
  margin-bottom: 1em;
}
.loop-wrapper .list-item .post-media {
  width: 280px;
  float: left;
}
.loop-wrapper .list-item .post-media + .post-content-outer {
  padding-left: 310px;
}
.loop-wrapper .list-item .post-media .media-inner {
  display: block;
}
.loop-wrapper .list-item .post-article {
  display: block;
}
.loop-wrapper .list-item header.single {
  padding-top: 10px;
}
.loop-wrapper header {
  position: relative;
}
.loop-wrapper .page-content {
  position: relative;
}
.loop-wrapper .post-article {
  display: inline-block;
  margin: 0;
  width: 100%;
}
.loop-wrapper .post-article .post-content-outer .post-meta {
  overflow: hidden;
  width: 100%;
  margin-top: 10px;
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  color: #9B9B9B;
}
.loop-wrapper .post-article .post-content-outer .post-meta a {
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  color: #9B9B9B;
}
.loop-wrapper .post-article .post-content-outer .post-meta a:hover {
  color: #FC3C2A;
}
.loop-wrapper .post-article .post-content-outer .post-meta nav > div:not(.post-actions),
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions > div,
.loop-wrapper .post-article .post-content-outer .post-meta .post-edit-link {
  font: 300 12px/22px lato;
  float: left;
  padding-right: 20px;
  min-height: 20px;
  line-height: 19px;
}
.loop-wrapper .post-article .post-content-outer .post-meta nav > div:not(.post-actions) > span.icon,
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions > div > span.icon,
.loop-wrapper .post-article .post-content-outer .post-meta .post-edit-link > span.icon {
  color: #9B9B9B;
}
.loop-wrapper .post-article .post-content-outer .post-meta nav > div:not(.post-actions).blog-buttons,
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions > div.blog-buttons,
.loop-wrapper .post-article .post-content-outer .post-meta .post-edit-link.blog-buttons {
  padding-top: 24px;
  border-right: none !important;
}
.loop-wrapper .post-article .post-content-outer .post-meta nav > div:not(.post-actions).blog-buttons a,
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions > div.blog-buttons a,
.loop-wrapper .post-article .post-content-outer .post-meta .post-edit-link.blog-buttons a {
  position: relative;
}
.loop-wrapper .post-article .post-content-outer .post-meta nav > div:not(.post-actions).blog-buttons a:after,
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions > div.blog-buttons a:after,
.loop-wrapper .post-article .post-content-outer .post-meta .post-edit-link.blog-buttons a:after {
  position: absolute;
  top: -25px;
  right: -20px;
  width: 1px;
  height: 300%;
  border-right: 1px solid #E8E8E8;
  content: "";
}
.loop-wrapper .post-article .post-content-outer .post-meta .comment-count a:hover {
  text-decoration: none !important;
}
.loop-wrapper .post-article .post-content-outer .post-meta .comment-count a:hover span {
  text-decoration: none;
}
.loop-wrapper .post-article .post-content-outer .post-meta span.icon {
  display: inline-block;
  overflow: hidden;
  margin-right: 10px;
  padding: 2px;
  width: 8px;
  vertical-align: middle;
  text-align: center;
  text-decoration: none !important;
  font-size: 12px;
  line-height: normal;
}
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions {
  float: right;
}
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions .comment-count a {
  font-weight: normal;
  font-size: 12px;
  color: #9B9B9B;
}
.loop-wrapper .post-article .post-content-outer .post-meta .post-actions .comment-count a:hover {
  color: #FC3C2A;
}
.page-content label[for|=pwbox] {
  position: relative;
  top: -3px;
  display: inline-block !important;
  font-size: 0 !important;
}
.page-content label[for|=pwbox] input {
  font-size: 14px !important;
}
.post-article header {
  margin-bottom: 5px !important;
}
.post-article header.sep-text.single .content {
  text-align: left;
  white-space: normal;
}
.post-article header.sep-text.single .sep-text-after {
  display: none;
}
.post-article header h4 {
  margin: 0;
}
.post-article header h4,
.post-article header h4 a {
  color: #FC3C2A;
  line-height: 1em !important;
}
.post-article header a {
  transition: color .3s ease;
}
.post-article header a:hover {
  text-decoration: none;
  color: #D02111;
}
.has-page-header .single-post-wrapper .post-article header {
  display: none;
}
.post-article .post-subheader {
  display: table;
  width: 100%;
  font-size: 14px;
}
.post-article .post-subheader .post-date {
  display: table-cell;
  margin: 0;
  padding-right: 1em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 11px;
  line-height: 1;
}
.post-article .post-subheader .post-date-after {
  display: table-cell;
  overflow: visible;
  width: 100%;
  vertical-align: top;
  white-space: nowrap;
}
.post-article .post-subheader .post-date-after:after {
  display: inline-block;
  width: 100%;
  height: 1ex;
  border-bottom: 1px solid #E8E8E8;
  content: "";
  vertical-align: top;
}
.post-article .post-media {
  text-align: center;
}
.post-article .post-media .media-inner {
  position: relative;
  min-height: 21px;
  overflow: hidden;
}
.post-article .post-media .media-inner > div {
  max-width: none !important;
  width: auto !important;
}
.post-article .post-media .media-inner > img {
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
}
.post-article .blog-buttons {
  text-align: center;
}
.post-article .blog-buttons:after {
  display: block;
  clear: both;
  content: "";
}
.post-article .blog-buttons a {
  display: inline-block;
  margin: 0 auto;
}
.post-article .blog-buttons a .icon {
  margin: 0 8px 0 0;
  padding: 0;
  color: #FC3C2A;
  font-size: 16px;
}
.post-article .standard-post-format .the-content .post-meta,
.post-article .image-post-format .the-content .post-meta,
.post-article .link-post-format .the-content .post-meta,
.post-article .audio-post-format .the-content .post-meta,
.post-article .video-post-format .the-content .post-meta,
.post-article .gallery-post-format .the-content .post-meta {
  display: inline-block;
  margin: 10px 0 0 0;
  width: 100%;
  border: 1px solid #E8E8E8;
  background: #ffffff;
}
.post-article .standard-post-format .the-content .post-meta div,
.post-article .image-post-format .the-content .post-meta div,
.post-article .link-post-format .the-content .post-meta div,
.post-article .audio-post-format .the-content .post-meta div,
.post-article .video-post-format .the-content .post-meta div,
.post-article .gallery-post-format .the-content .post-meta div {
  display: inline-block;
  float: left;
  padding: 15px;
  border-right: 1px solid #E8E8E8;
  text-transform: uppercase;
}
.single-post-wrapper .post-article .standard-post-format .post-content-outer,
.single-post-wrapper .post-article .standard-post-format .post-media,
.single-post-wrapper .post-article .standard-post-format .the-content,
.single-post-wrapper .post-article .image-post-format .post-content-outer,
.single-post-wrapper .post-article .image-post-format .post-media,
.single-post-wrapper .post-article .image-post-format .the-content,
.single-post-wrapper .post-article .link-post-format .post-content-outer,
.single-post-wrapper .post-article .link-post-format .post-media,
.single-post-wrapper .post-article .link-post-format .the-content,
.single-post-wrapper .post-article .audio-post-format .post-content-outer,
.single-post-wrapper .post-article .audio-post-format .post-media,
.single-post-wrapper .post-article .audio-post-format .the-content,
.single-post-wrapper .post-article .video-post-format .post-content-outer,
.single-post-wrapper .post-article .video-post-format .post-media,
.single-post-wrapper .post-article .video-post-format .the-content,
.single-post-wrapper .post-article .gallery-post-format .post-content-outer,
.single-post-wrapper .post-article .gallery-post-format .post-media,
.single-post-wrapper .post-article .gallery-post-format .the-content {
  display: block;
  width: auto;
}
.single-post-wrapper .post-article .standard-post-format .the-content,
.single-post-wrapper .post-article .image-post-format .the-content,
.single-post-wrapper .post-article .link-post-format .the-content,
.single-post-wrapper .post-article .audio-post-format .the-content,
.single-post-wrapper .post-article .video-post-format .the-content,
.single-post-wrapper .post-article .gallery-post-format .the-content {
  padding: 0;
}
.post-article .audio-post-format .post-media {
  float: none;
  width: auto;
  margin: 0 60px 10px 0;
}
.post-article .audio-post-format .post-media + .post-content-outer {
  padding-left: 0;
}
.post-article .audio-post-format .media-inner {
  display: block;
}
.post-article .quote-post-format blockquote.large {
  padding: 0;
  overflow: visible;
  text-align: left;
}
.post-article .quote-post-format blockquote.large .quote-text,
.post-article .quote-post-format blockquote.large .quote-text p {
  font: bold italic 26px/28px lato Condensed;
}
.post-article .quote-post-format .cite img {
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.post-article .quote-post-format .cite img + .quote-author {
  display: block;
}
.post-article .aside-post-format .post-content-outer {
  padding-top: 0;
}
.post-article .status-post-format .the-content {
  padding-right: 36px !important;
}
.post-article .gallery-post-format .post-media {
  position: relative;
  text-align: center;
}

.post-article .gallery-post-format .post-media .button {
  position: absolute;
  bottom: 30px;
  left: 50%;
  z-index: 5;
  margin-left: -30px;
  padding: 0.7em 0.7em 0.75em;
}
.post-article .gallery-post-format .post-media .button span:after {
  border: none !important;
}
.post-article .gallery-post-format .post-media .button:hover {
  text-decoration: none;
}
.post-article .gallery-post-format .post-media .media-inner {
  display: block;
}
.post-article .excerpt-more {
  float: left;
  margin-top: -0.6em;
}
.post-article .status-post-format .post-subheader,
.post-article .aside-post-format .post-subheader,
.post-article .link-post-format .post-subheader {
  margin-bottom: 0 !important;
}
.post-article .status-post-format .post-media,
.post-article .aside-post-format .post-media,
.post-article .link-post-format .post-media {
  margin-top: 20px;
}
.post-article .video-post-format .media-inner iframe {
  height: 360px;
}
body.single-post .related-posts {
  clear: both;
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
  background: #ffffff;
}
body.single-post .related-posts .grid-1-1 {
  padding: 0;
}
body.single-post .related-posts .grid-1-1 .loop-wrapper.scroll-x.news {
  padding-top: 0;
}
body.full .related-posts:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background: #ffffff;
  content: "";
}
.header-middle .limit-wrapper .news.scroll-x {
  padding-top: 10px !important;
}
.ie8 .loop-wrapper .page-content {
  margin-bottom: 30px;
}
.loop-wrapper.news .post-article {
  overflow: hidden;
  margin: 0;
  border-bottom: 0px !important;
}
.loop-wrapper.news .post-article:hover .image-post-format .thumbnail,
.loop-wrapper.news .post-article:hover .as-image .thumbnail {
  background-color: #E8E8E8;
  opacity: 1;
  transition: background-color .4s, opacity .4s;
}
.loop-wrapper.news .post-article:hover .image-post-format .thumbnail .icon,
.loop-wrapper.news .post-article:hover .as-image .thumbnail .icon {
  opacity: 0;
  transition: opacity .4s;
}
.loop-wrapper.news .post-article:hover .image-post-format .thumbnail img,
.loop-wrapper.news .post-article:hover .as-image .thumbnail img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.loop-wrapper.news .post-article .post-content-outer,
.loop-wrapper.news .post-article .post-content-outer p {
  font: normal 14px/20px lato;
  font-size: 12px;
  margin-bottom: 1.2em;
}
.loop-wrapper.news .post-content-wrapper {
  padding-top: 10px;
}
.loop-wrapper.news .post-content-wrapper h4 {
  font-weight: bold;
}
.loop-wrapper.news .post-content-wrapper h4,
.loop-wrapper.news .post-content-wrapper h4 a {
  color: #FC3C2A;
  font-weight: bold;
}
.loop-wrapper.news .post-content-wrapper h4:hover,
.loop-wrapper.news .post-content-wrapper h4 a:hover {
  color: #D02111;
}
.loop-wrapper.news .comment-count {
  position: relative;
  display: inline-block;
  float: right;
  margin-left: 5px;
}
.loop-wrapper.news .comment-count a {
  font-weight: normal;
  font-size: 12px;
  color: #9B9B9B;
}
.loop-wrapper.news .comment-count a:hover {
  color: #FC3C2A;
}
.loop-wrapper.news .post-actions-wrapper .icon {
  margin-right: 8px;
  vertical-align: middle;
  font-size: 14px;
  color: #9B9B9B;
}
.loop-wrapper.news .post-actions-wrapper .icon:hover {
  color: #FC3C2A;
}
.loop-wrapper.news .post-actions-wrapper .post-date {
  position: relative;
  display: inline-block;
  float: left;
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  color: #9B9B9B;
}
.loop-wrapper.news .post-content-meta {
  margin: 10px 25px 0;
  padding-top: 10px;
  border-top: 1px solid #E8E8E8;
  text-align: center;
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  color: #9B9B9B;
}
.loop-wrapper.news .post-content-meta a {
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  color: #9B9B9B;
}
.loop-wrapper.news .post-content-meta a:hover {
  color: #FC3C2A;
}
.loop-wrapper.news .list-item {
  padding-top: 15px;
  border-bottom: 0;
}
.loop-wrapper.news .list-item header.single {
  padding: 10px 0;
  border-bottom: 1px solid #E8E8E8;
  position: relative;
}
.loop-wrapper.news .list-item header.single:after {
  content: "";
  bottom: -1px;
  left: 0;
  width: 50px;
  height: 1px;
  position: absolute;
  background: #FC3C2A;
}
.loop-wrapper.news .list-item > div {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: transparent;
}
.loop-wrapper.news.isotope {
  overflow: hidden;
  height: 0;
}
.loop-wrapper.news.wpv-isotope-loaded {
  padding-top: 2px;
  padding-bottom: 15px;
}
.loop-wrapper.news .thumbnail {
  position: relative;
  overflow: visible;
  width: 100%;
  text-align: center;
}
.loop-wrapper.news .thumbnail img {
  width: 100%;
  height: auto;
}
.loop-wrapper.news .thumbnail .icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 65px;
  height: 65px;
  color: #ffffff;
  font-size: 65px;
  margin: -32.5px 0 0 -32.5px;
  opacity: 0;
}
.loop-wrapper.news .post-edit-link,
.loop-wrapper.news .sep-text-after {
  display: none;
}
.loop-wrapper.news .image-post-format .thumbnail,
.loop-wrapper.news .video-post-format.as-image .thumbnail,
.loop-wrapper.news .standard-post-format.as-image .thumbnail {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.loop-wrapper.news .image-post-format .thumbnail img,
.loop-wrapper.news .video-post-format.as-image .thumbnail img,
.loop-wrapper.news .standard-post-format.as-image .thumbnail img {
  transition: all .4s ease;
}
.loop-wrapper.news > .page-content {
  margin-bottom: 60px;
}
.loop-wrapper.news .post-article .quote-post-format .cite {
  float: none;
  padding: 20px 0 20px;
  width: auto;
  text-align: left;
}
.loop-wrapper.news .post-article .quote-post-format .cite img {
  display: inline-block;
  margin-bottom: 0;
  padding: 0 20px 0 0;
  max-width: 85px;
  border: 0;
  vertical-align: middle;
}
.loop-wrapper.news .post-article .quote-post-format .cite img + .quote-author {
  display: inline;
  vertical-align: middle;
}
.loop-wrapper.news .post-article .quote-post-format .cite + .quote-text {
  padding-left: 0;
}
.loop-wrapper.news .post-article .quote-post-format .quote-text {
  padding-bottom: 25px;
}
body.full .wpv-grid.extended.grid-1-1 {
  margin-left: -2000px;
  margin-right: -2000px;
  padding-left: 2000px;
  padding-right: 2000px;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
body.full .wpv-grid.extended.grid-1-1 > .extended-column-inner,
body.full .wpv-grid.extended.grid-1-1 > .wpv-parallax-bg-content .extended-column-inner {
  padding-left: 15px;
  padding-right: 15px;
}
body.boxed .wpv-grid.extended.grid-1-1 {
  padding-left: 60px;
  padding-right: 60px;
  margin-left: -45px;
  margin-right: -45px;
  width: auto;
  float: none;
}
body.boxed .wpv-grid.extended.grid-1-1.no-extended-padding {
  padding-left: 15px;
  padding-right: 15px;
}
.wpv-grid.extended.grid-1-1 .loop-wrapper.news {
  padding-top: 0;
}
.wpv-grid.has-background {
  padding: 0 20px;
}
.wpv-grid.has-background > .column-title:first-child,
.wpv-grid.has-background > .sep-text:first-child,
.wpv-grid.has-background > style:first-child + .column-title,
.wpv-grid.has-background > style:first-child + .sep-text,
.wpv-grid.has-background > .extended-column-inner > .column-title:first-child,
.wpv-grid.has-background > .extended-column-inner > .sep-text:first-child,
.wpv-grid.has-background > .extended-column-inner > style:first-child + .column-title,
.wpv-grid.has-background > .extended-column-inner > style:first-child + .sep-text {
  padding-top: 0;
}
html.csstransitions .wpv-grid.animated-active {
  opacity: 0;
}
html.csstransitions .wpv-grid.animated-active.animation-zoom-in {
  opacity: 0.2;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}
html.csstransitions .wpv-grid.animated-active.animation-ended {
  opacity: 1;
  -webkit-backface-visibility: hidden;
}
html.csstransitions .wpv-grid.animated-active.animation-ended.animation-from-left {
  -webkit-animation: element-from-left 0.7s 1 ease-in-out;
  animation: element-from-left 0.7s 1 ease-in-out;
}
html.csstransitions .wpv-grid.animated-active.animation-ended.animation-from-right {
  -webkit-animation: element-from-right 0.7s 1 ease-in-out;
  animation: element-from-right 0.7s 1 ease-in-out;
}
html.csstransitions .wpv-grid.animated-active.animation-ended.animation-from-top {
  -webkit-animation: element-from-top 0.7s 1 ease-in-out;
  animation: element-from-top 0.7s 1 ease-in-out;
}
html.csstransitions .wpv-grid.animated-active.animation-ended.animation-from-bottom {
  -webkit-animation: element-from-bottom 0.7s 1 ease-in-out;
  animation: element-from-bottom 0.7s 1 ease-in-out;
}
html.csstransitions .wpv-grid.animated-active.animation-ended.animation-fade-in {
  transition: opacity .8s ease 0;
  -webkit-backface-visibility: hidden;
}
html.csstransitions .wpv-grid.animated-active.animation-ended.animation-zoom-in {
  -webkit-animation: element-zoom-in .4s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  animation: element-zoom-in .4s 1 cubic-bezier(0.175,0.885,0.320,1.275);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.wpv-grid.parallax-bg,
.wpv-grid.parallax-bg-suspended,
.wpv-grid.has-video-bg {
  z-index: 0;
}
.wpv-grid.has-video-bg {
  overflow: hidden;
}
.wpv-grid.parallax-bg,
.wpv-grid.has-video-bg {
  opacity: 0;
  transition: opacity .6s ease;
}
.wpv-grid.parallax-bg.parallax-loaded,
.wpv-grid.parallax-bg.parallax-bg-suspended,
.wpv-grid.parallax-bg.video-bg-loaded,
.wpv-grid.has-video-bg.parallax-loaded,
.wpv-grid.has-video-bg.parallax-bg-suspended,
.wpv-grid.has-video-bg.video-bg-loaded {
  opacity: 1;
}
.wpv-grid.parallax-bg-suspended > .wpv-parallax-bg-img {
  background-attachment: scroll !important;
}
.wpv-parallax-bg-img,
.wpv-video-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.wpv-video-bg-content,
.wpv-parallax-bg-content {
  z-index: 0;
}
.wpv-background-video {
  width: 100% !important;
  height: auto !important;
}
.wpv-background-video .mejs-overlay-loading,
.wpv-background-video .mejs-overlay-play,
.wpv-background-video .mejs-controls {
  display: none !important;
}
@-webkit-keyframes element-from-left {
  0% {
    -webkit-transform: translate(-20%,0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
}
@-moz-keyframes element-from-left {
  0% {
    -moz-transform: translate(-20%,0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0,0);
    opacity: 1;
  }
}
@-o-keyframes element-from-left {
  0% {
    -o-transform: translate(-20%,0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0,0);
    opacity: 1;
  }
}
@keyframes element-from-left {
  0% {
    transform: translate(-20%,0);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}
@-webkit-keyframes element-from-right {
  0% {
    -webkit-transform: translate(20%,0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
}
@-moz-keyframes element-from-right {
  0% {
    -moz-transform: translate(20%,0);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0,0);
    opacity: 1;
  }
}
@-o-keyframes element-from-right {
  0% {
    -o-transform: translate(20%,0);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0,0);
    opacity: 1;
  }
}
@keyframes element-from-right {
  0% {
    transform: translate(20%,0);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}
@-webkit-keyframes element-from-bottom {
  0% {
    -webkit-transform: translate(0,30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
}
@-moz-keyframes element-from-bottom {
  0% {
    -moz-transform: translate(0,30%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0,0);
    opacity: 1;
  }
}
@-o-keyframes element-from-bottom {
  0% {
    -o-transform: translate(0,30%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0,0);
    opacity: 1;
  }
}
@keyframes element-from-bottom {
  0% {
    transform: translate(0,30%);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}
@-webkit-keyframes element-from-top {
  0% {
    -webkit-transform: translate(0,-30%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0,0);
    opacity: 1;
  }
}
@-moz-keyframes element-from-top {
  0% {
    -moz-transform: translate(0,-30%);
    opacity: 0;
  }
  100% {
    -moz-transform: translate(0,0);
    opacity: 1;
  }
}
@-o-keyframes element-from-top {
  0% {
    -o-transform: translate(0,-30%);
    opacity: 0;
  }
  100% {
    -o-transform: translate(0,0);
    opacity: 1;
  }
}
@keyframes element-from-top {
  0% {
    transform: translate(0,-30%);
    opacity: 0;
  }
  100% {
    transform: translate(0,0);
    opacity: 1;
  }
}
@-webkit-keyframes element-zoom-in {
  0% {
    -webkit-transform: scale(0.3);
    opacity: .1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@-moz-keyframes element-zoom-in {
  0% {
    -moz-transform: scale(0.3);
    opacity: .1;
  }
  100% {
    -moz-transform: scale(1);
    opacity: 1;
  }
}
@-o-keyframes element-zoom-in {
  0% {
    -o-transform: scale(0.3);
    opacity: .1;
  }
  100% {
    -o-transform: scale(1);
    opacity: 1;
  }
}
@keyframes element-zoom-in {
  0% {
    transform: scale(0.3);
    opacity: .1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
.wpv-countdown.regular {
  text-align: center;
}
.wpv-countdown.regular .wpvc-block {
  display: inline-block;
  vertical-align: middle;
  padding: 40px 20px 20px;
  border: 1px solid #E8E8E8;
  border-radius: 3px;
  width: 140px;
  text-align: center;
  margin-right: 10px;
  margin-left: 10px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpv-countdown.regular .wpvc-block .value {
  font-family: "Lato", "lato Condensed";
  font-size: 40px;
  font-weight: bold;
  color: #FC3C2A;
  padding-bottom: 40px;
}
.wpv-countdown.regular .wpvc-block .value-label {
  border-top: 1px dotted #E8E8E8;
  padding-top: 20px;
  text-transform: uppercase;
}
.wpv-countdown.regular .wpvc-sep {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  color: #E8E8E8;
}
.wpv-countdown.regular.lt300 .wpvc-block {
  margin: 10px 0;
}
.wpv-countdown.regular.lt350 .wpvc-sep {
  display: none;
}
.sep,
.sep-2,
.sep-3 {
  position: relative;
  display: block;
  clear: both;
  margin: 60px 0 30px 0;
  min-width: 100%;
  height: 1px;
  border-top: 1px solid;
  color: #E8E8E8;
}
.sep.has-icon .icon,
.sep-2.has-icon .icon,
.sep-3.has-icon .icon {
  margin-top: -2px;
  font-size: 24px;
}
.sep-2 {
  border-bottom: 1px solid;
  height: 2px;
}
.sep-3 {
  border-top: 1px solid;
}
.sep-text {
  position: relative;
  margin: 60px 0 30px 0;
  text-align: center;
}
.sep-text + .frame-fl,
.sep-text + .frame > .google_map {
  margin-top: 15px;
}
.sep-text .content,
.sep-text .sep-text-more {
  display: table-cell;
  vertical-align: middle;
  white-space: nowrap;
}
.sep-text .content *,
.sep-text .sep-text-more * {
  margin: 0;
  line-height: 1;
}
.sep-text .content {
  padding-right: .8em;
}
.sep-text .sep-text-more {
  padding-left: .8em;
}
.sep-text .sep-text-before,
.sep-text .sep-text-after {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.sep-text .sep-text-line {
  display: inline-block;
  padding-top: 2px;
  width: 100%;
  border-top: 0 solid;
  border-bottom: 1px solid;
  color: #E8E8E8;
  vertical-align: baseline;
}
.sep-text.centered .sep-text-before,
.sep-text.centered .sep-text-after {
  width: 50%;
}
.sep-text.centered .content {
  padding-left: .8em;
}
.sep-text:last-child {
  margin-bottom: 20px;
}
.sep-text + .row {
  padding-top: 15px;
}
.column-title {
  text-align: center;
  margin: 60px 0 30px 0;
}
.column-title + .frame-fl,
.column-title + .frame > .google_map {
  margin-top: 15px;
}
.column-title + p {
  margin-top: 10px;
}
.text-divider-double {
  position: relative;
  margin: 60px 0 12px 0;
  text-align: center;
}
.text-divider-double + .sep {
  margin: 0 0 30px 0;
  position: relative;
}
.text-divider-double + .sep + .frame-fl,
.text-divider-double + .sep + .frame > .google_map {
  margin-top: 15px;
}
.text-divider-double + .sep:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 1px;
  width: 100px;
  height: 1px;
  background: #FC3C2A;
  margin-left: -50px;
}
.related-content-title {
  text-align: center;
  position: relative;
  margin-bottom: 30px;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 15px;
}
.related-content-title:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #FC3C2A;
  border: 0;
  margin-left: -50px;
}
.dropcap2 {
  border: 0 none !important;
  display: block;
  float: left;
  font-size: 44px !important;
  font-weight: 400 !important;
  height: 40px;
  line-height: 1em;
  margin: -0.05em 0.3ex 0 -0.1em;
  overflow: visible;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  width: 2ex;
  font-family: "Lato", "lato Condensed";
  color: #FC3C2A;
}
.dropcap2.accent1 {
  color: #FC3C2A;
}
.dropcap2.accent2 {
  color: #FAE20D;
}
.dropcap2.accent3 {
  color: #9B9B9B;
}
.dropcap2.accent4 {
  color: #4A4A4A;
}
.dropcap2.accent5 {
  color: #ffffff;
}
.dropcap2.accent6 {
  color: #262529;
}
.dropcap1 {
  margin: -0.04em 0.5em -0.1em 0;
  display: block;
  float: left;
  font-size: 36px !important;
  font-weight: 400 !important;
  height: 32px;
  line-height: 1em;
  overflow: visible;
  padding: 4px 2px;
  text-align: center;
  vertical-align: middle;
  width: 1em;
  font-family: "Lato", "lato Condensed";
  color: #FC3C2A;
  border: 3px solid #FC3C2A;
}
.wpv-tribe-single-media
.wpv-countdown.single-event {
  display: inline-block;
  margin: 2px 15px 2px 0;
  padding-right: 15px;
  border-right: 1px solid #696969;
  font-weight: bold;
}
.wpv-tribe-single-media
.wpv-countdown.single-event .value {
  display: inline-block;
  margin-left: 15px;
  padding-left: 15px;
  border-left: 1px solid #696969;
  color: #E8E8E8;
  font-weight: normal;
  font-size: 14px;
  line-height: 30px;
}
.wpv-tribe-single-media
.wpv-countdown.single-event .value-label {
  padding-left: 3px;
  color: #9B9B9B;
  text-transform: uppercase;
  font-weight: normal;
  font-size: 10px;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.style-dark {
  border-right-color: #E8E8E8;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.style-dark .value {
  border-left-color: #E8E8E8;
  color: #FAE20D;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.style-dark .value-label {
  color: #4A4A4A;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-single-large .value {
  margin-left: 25px;
  padding-left: 25px;
  font-weight: bold;
  font-size: 20px;
  line-height: 30px;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-single-large .word {
  padding-left: 5px;
  font-size: 13px;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-single-large > span {
  white-space: nowrap;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic {
  border-right: 0;
  vertical-align: middle;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic > span {
  display: inline-block;
  width: 85px;
  margin-right: 15px;
  font-size: 0;
  position: relative;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic > span:last-child {
  margin-right: 0;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic > span:before,
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic > span:after {
  content: '';
  display: block;
  height: 2px;
  border: 1px solid #828282;
  border-radius: 0 0 1px 1px;
  border-top: 0;
  top: 100%;
  left: 3px;
  right: 3px;
  position: absolute;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic > span:after {
  margin-top: 3px;
  left: 6px;
  right: 6px;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic > span.wpvc-done {
  width: auto;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic > span.wpvc-done .value {
  width: auto;
  line-height: 100px;
  padding: 0 10px;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic .value {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 0;
  padding: 0;
  width: 85px;
  border: 1px solid #696969;
  border-radius: 1px 1px 0 0;
  text-align: center;
  font-weight: bold;
  font-size: 28px;
  line-height: 48px;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic .word {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 85px;
  padding: 0;
  text-align: center;
  font-size: 11px;
  line-height: 28px;
  font-weight: bold;
  border: 1px solid #696969;
  border-top: 0;
  border-radius: 0 0 1px 1px;
  display: inline-block;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic.style-dark .value,
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic.style-dark .word {
  border-color: #fcfcfc;
}
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic.style-dark > span:before,
.wpv-tribe-single-media
.wpv-countdown.single-event.layout-classic.style-dark > span:after {
  border-color: #ffffff;
}
.classic-event-wrapper .lead-wrapper {
  margin-top: 0.7em;
  margin-bottom: -0.5em;
}
.classic-event-wrapper .lead-wrapper .icon {
  vertical-align: bottom !important;
  font-size: 30px;
  position: relative;
  top: -3px;
  color: #FAE20D;
}
.classic-event-wrapper .lead-wrapper .lead {
  line-height: 1;
  font-size: 14px;
  font-weight: bold;
  text-transform: uppercase;
  color: #FAE20D;
}
.classic-event-wrapper .title a {
  color: #FC3C2A;
}
.classic-event-wrapper .event-title a {
  color: #FC3C2A;
  margin-top: 0;
}
.classic-event-wrapper .view-all-wrapper,
.classic-event-wrapper .view-all-link {
  margin-left: 10px;
}
.classic-event-wrapper .split {
  display: none;
}
.classic-event-wrapper .button {
  font-size: 18px;
  vertical-align: middle;
  font-weight: bold;
}
.tribe-events-event-meta .thumbnail,
.wpv-tribe-multiple-events .thumbnail {
  position: relative;
  overflow: hidden;
}
.tribe-events-event-meta .thumbnail .date,
.wpv-tribe-multiple-events .thumbnail .date {
  position: absolute;
  bottom: 0;
  left: -30px;
  background: #FC3C2A;
  padding: 10px 20px 10px 45px;
  text-align: center;
  color: #ffffff;
  -webkit-transform: skew(-30deg) translateZ(0);
  -ms-transform: skew(-30deg) translateZ(0);
  transform: skew(-30deg) translateZ(0);
}
.tribe-events-event-meta .thumbnail .date .date-inner,
.wpv-tribe-multiple-events .thumbnail .date .date-inner {
  -webkit-transform: skew(30deg) translateZ(0);
  -ms-transform: skew(30deg) translateZ(0);
  transform: skew(30deg) translateZ(0);
}
.tribe-events-event-meta .thumbnail .date .day,
.wpv-tribe-multiple-events .thumbnail .date .day {
  font-size: 24px;
  font-weight: bold;
}
.tribe-events-event-meta .thumbnail .date .month,
.wpv-tribe-multiple-events .thumbnail .date .month {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.tribe-events-event-details .entry-title,
.tribe-events-event-details .entry-title a,
.wpv-tribe-multiple-events .entry-title,
.wpv-tribe-multiple-events .entry-title a {
  color: #FC3C2A;
  font-weight: bold;
}
.tribe-events-event-details .entry-title:hover,
.tribe-events-event-details .entry-title a:hover,
.wpv-tribe-multiple-events .entry-title:hover,
.wpv-tribe-multiple-events .entry-title a:hover {
  color: #D02111;
}
.tribe-events-event-details .when-where,
.tribe-events-event-details .when-where a,
.wpv-tribe-multiple-events .when-where,
.wpv-tribe-multiple-events .when-where a {
  font-size: 12px;
  font-weight: bold;
}
.tribe-events-event-details .when-where .icon,
.wpv-tribe-multiple-events .when-where .icon {
  float: left;
  overflow: hidden;
  color: #FC3C2A;
  margin-right: 10px;
  padding-top: 3px;
  font-size: 12px;
  color: #9B9B9B;
}
.tribe-events-event-details .when-where .text,
.wpv-tribe-multiple-events .when-where .text {
  overflow: hidden;
}
.tribe-events-event-details .when-where a,
.wpv-tribe-multiple-events .when-where a {
  color: #4A4A4A;
}
.tribe-events-event-details .when-where a:hover,
.wpv-tribe-multiple-events .when-where a:hover {
  color: #D02111;
}
.tribe-events-event-details .description p,
.wpv-tribe-multiple-events .description p {
  font-size: 12px;
}
.wpv-tribe-multiple-events .event-wrapper img {
  -ms-transition: -ms-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
  width: 100%;
}
.wpv-tribe-multiple-events .event-wrapper:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.wpv-tribe-multiple-events.style-dark .title {
  color: #FC3C2A;
  font-weight: bold;
}
.wpv-tribe-multiple-events.style-dark .title:hover {
  color: #D02111;
}
.wpv-tribe-vertical-events {
  background-color: #f5f5f5;
}
.wpv-tribe-vertical-events .top-title {
  background: #FAE20D;
  display: block;
  padding: 15px;
  font: normal 20px/24px lato;
  font-weight: bold;
  color: #080700;
}
.wpv-tribe-vertical-events .top-title:before {
  content: "\e0b9";
  font-family: "Lato", icomoon;
  font-size: 30px;
  display: inline-block;
  padding-right: 15px;
  font-style: normal;
  font-weight: normal;
}
.wpv-tribe-vertical-events .wpv-event-row {
  border-bottom: 1px solid #E8E8E8;
  padding: 15px;
  position: relative;
  overflow: hidden;
}
.wpv-tribe-vertical-events .wpv-event-row h5 {
  color: #FC3C2A;
}
.wpv-tribe-vertical-events .wpv-event-row h5:hover {
  color: #D02111;
}
.wpv-tribe-vertical-events .wpv-event-row:after {
  content: "";
  position: absolute;
  top: 0;
  left: -220px;
  bottom: 0;
  width: 190px;
  background: #FC3C2A;
  z-index: 0;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
  transition: all .3s ease;
}
.wpv-tribe-vertical-events .wpv-event-row > a {
  display: table;
  width: 100%;
  position: relative;
  z-index: 1;
}
.wpv-tribe-vertical-events .wpv-event-row > a > .cell {
  display: table-cell;
  vertical-align: middle;
  transition: all .3s;
}
.wpv-tribe-vertical-events .wpv-event-row > a > .cell.title {
  width: 100%;
  padding-right: 30px;
}
.wpv-tribe-vertical-events .wpv-event-row > a > .cell .day {
  font-size: 22px;
}
.wpv-tribe-vertical-events .wpv-event-row > a > .cell.date {
  text-align: center;
  padding-right: 20px;
  text-transform: uppercase;
}
.wpv-tribe-vertical-events .wpv-event-row > a > .cell.price,
.wpv-tribe-vertical-events .wpv-event-row > a > .cell.date {
  color: #4A4A4A;
  font-weight: bold;
}
.wpv-tribe-vertical-events .wpv-event-row:hover .cell.date {
  color: #ffffff;
  padding-right: 40px;
}
.wpv-tribe-vertical-events .wpv-event-row:hover .cell.title {
  padding-right: 10px;
}
.wpv-tribe-vertical-events .wpv-event-row:hover:after {
  left: -120px;
}
.wpv-tribe-vertical-events .view-all {
  text-align: center;
  padding: 20px;
}
.tribe-events-schedule {
  margin-top: 0;
}
body.repositioned-tribe-events-bar #tribe-events-bar {
  margin-bottom: -54px;
}
body.repositioned-tribe-events-bar #main {
  padding-top: 85px !important;
}
#tribe-bar-form {
  background: none;
  padding-bottom: 20px;
}
#tribe-bar-form .first-row {
  padding: 10px 60px;
  border-radius: 1px;
  background: #FC3C2A;
}
#tribe-bar-form .second-row #tribe-bar-views {
  left: 0;
  float: none;
  padding: 0;
  width: auto;
  text-align: center;
  background: #ffffff;
}
#tribe-bar-form .second-row #tribe-bar-views .tribe-bar-views-inner {
  background: none;
  border: 1px solid #E8E8E8;
  border-top: 0;
  padding: 0;
  display: inline-block;
}
#tribe-bar-form .second-row #tribe-bar-views li.tribe-bar-views-option {
  display: inline-block;
  border-left: 1px solid #E8E8E8;
}
#tribe-bar-form .second-row #tribe-bar-views li.tribe-bar-views-option a {
  background: none;
  color: #9B9B9B;
}
#tribe-bar-form .second-row #tribe-bar-views li.tribe-bar-views-option a:hover {
  background: #FC3C2A;
  color: #fff;
}
#tribe-bar-form .second-row #tribe-bar-views li.tribe-bar-views-option.tribe-bar-active {
  border: 0;
}
#tribe-bar-form .second-row #tribe-bar-views li.tribe-bar-views-option.tribe-bar-active a {
  background: #FC3C2A;
  color: #fff;
}
#tribe-bar-form .second-row #tribe-bar-views li.tribe-bar-views-option.tribe-bar-active + .tribe-bar-views-option {
  border: 0;
}
#tribe-bar-form .second-row #tribe-bar-views .tribe-bar-views-list {
  position: relative;
  top: 0;
  left: 0;
  display: inline-block;
  float: none;
  width: auto;
  padding-left: 0;
}
#tribe-bar-form .second-row #tribe-bar-views label {
  font: normal 14px/20px lato;
  display: inline-block;
  color: #4A4A4A;
  font-weight: bold;
  margin: 0;
}
#tribe-bar-form label {
  margin-bottom: 10px;
  text-transform: none;
  font-size: 18px;
  line-height: 1;
  color: #ffffff;
}
#tribe-bar-form input[type="text"] {
  padding: 5px;
  height: 40px;
  border: 0;
  background-color: #ffffff;
}
#tribe-bar-form input[name*="tribe-bar-"]::-webkit-input-placeholder {
  font-style: normal;
}
#tribe-bar-form .tribe-bar-date-filter,
#tribe-bar-form .tribe-bar-search-filter,
#tribe-bar-form .tribe-bar-geoloc-filter {
  width: 26.333333333333%;
}
.tribe-bar-disabled #tribe-bar-form .tribe-bar-date-filter,
.tribe-bar-disabled #tribe-bar-form .tribe-bar-search-filter,
.tribe-bar-disabled #tribe-bar-form .tribe-bar-geoloc-filter {
  width: auto;
}
#tribe-bar-form .tribe-bar-submit {
  float: right;
  padding-top: 40px;
  width: 21%;
}
#tribe-bar-form .tribe-bar-submit .button {
  height: 40px;
  white-space: nowrap;
  font-size: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
}
#tribe-bar-form .tribe-bar-submit .button .icon {
  padding-left: 0 !important;
  vertical-align: top !important;
  font-size: 18px !important;
}
#tribe-bar-form .tribe-bar-submit .button .btext {
  font-weight: bold;
  font-size: 18px;
}
#tribe-bar-form .tribe-bar-submit .button:not( :hover ) .btext {
  color: #FC3C2A;
}
.tribe-select2-results-views span[class^="tribe-icon-"],
.tribe-bar-views-list span[class^="tribe-icon-"] {
  padding-left: 0;
  background-image: none !important;
}
.tribe-select2-results-views span[class^="tribe-icon-"]:before,
.tribe-bar-views-list span[class^="tribe-icon-"]:before {
  padding-right: 5px;
  content: "\e0b9";
  font-size: 14px;
  font-family: "Lato", "lato",icomoon;
}
.tribe-select2-results-views span.tribe-icon-list:before,
.tribe-select2-results-views span.tribe-icon-upcoming:before,
.tribe-bar-views-list span.tribe-icon-list:before,
.tribe-bar-views-list span.tribe-icon-upcoming:before {
  content: "\e1bd";
}
.tribe-select2-results-views span.tribe-icon-month:before,
.tribe-bar-views-list span.tribe-icon-month:before {
  content: "\e0b9";
}
.tribe-select2-results-views span.tribe-icon-week:before,
.tribe-bar-views-list span.tribe-icon-week:before {
  content: "\e0b9";
}
.tribe-select2-results-views span.tribe-icon-day:before,
.tribe-bar-views-list span.tribe-icon-day:before {
  content: "\e0bc";
}
.tribe-select2-results-views span.tribe-icon-photo:before,
.tribe-bar-views-list span.tribe-icon-photo:before {
  content: "\e018";
}
.tribe-select2-results-views span.tribe-icon-map:before,
.tribe-bar-views-list span.tribe-icon-map:before {
  content: "\e0a5";
}
.tribe-events-list-separator-month {
  clear: both;
  margin: 40px 0 20px 0;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 10px;
}
.tribe-events-list-separator-month:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -1px;
  left: 50%;
  width: 100px;
  height: 1px;
  background: #FC3C2A;
  border: 0;
  margin-left: -50px;
}
.tribe-events-list-separator-month span {
  background: none;
  color: #262529;
  font: normal 32px/32px "lato Condensed";
}
.tribe-events-list-separator-year {
  display: none;
}
.events-list .tribe-events-loop,
.tribe-events-day .tribe-events-loop,
.single-tribe_venue .tribe-events-loop,
.single-tribe_organizer .tribe-events-loop {
  max-width: none;
}
.events-list .tribe-events-loop .wpv-tribe-events-block:empty,
.tribe-events-day .tribe-events-loop .wpv-tribe-events-block:empty,
.single-tribe_venue .tribe-events-loop .wpv-tribe-events-block:empty,
.single-tribe_organizer .tribe-events-loop .wpv-tribe-events-block:empty {
  display: none;
}
.events-list .tribe-events-loop .type-tribe_events,
.tribe-events-day .tribe-events-loop .type-tribe_events,
.single-tribe_venue .tribe-events-loop .type-tribe_events,
.single-tribe_organizer .tribe-events-loop .type-tribe_events {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  padding: 10px 30px 30px;
  width: 33.333333333333%;
  transition: background .3s;
}
.events-list .tribe-events-loop .type-tribe_events:nth-child(3n+1),
.tribe-events-day .tribe-events-loop .type-tribe_events:nth-child(3n+1),
.single-tribe_venue .tribe-events-loop .type-tribe_events:nth-child(3n+1),
.single-tribe_organizer .tribe-events-loop .type-tribe_events:nth-child(3n+1) {
  clear: both;
}
.events-list .tribe-events-loop .type-tribe_events.tribe-events-first,
.tribe-events-day .tribe-events-loop .type-tribe_events.tribe-events-first,
.single-tribe_venue .tribe-events-loop .type-tribe_events.tribe-events-first,
.single-tribe_organizer .tribe-events-loop .type-tribe_events.tribe-events-first {
  padding-top: 10px;
}
.events-list .tribe-events-loop .type-tribe_events .entry-title a,
.tribe-events-day .tribe-events-loop .type-tribe_events .entry-title a,
.single-tribe_venue .tribe-events-loop .type-tribe_events .entry-title a,
.single-tribe_organizer .tribe-events-loop .type-tribe_events .entry-title a {
  font-weight: bold;
}
.events-list .tribe-events-loop .type-tribe_events .when-where,
.tribe-events-day .tribe-events-loop .type-tribe_events .when-where,
.single-tribe_venue .tribe-events-loop .type-tribe_events .when-where,
.single-tribe_organizer .tribe-events-loop .type-tribe_events .when-where {
  margin-bottom: 20px;
}
.events-list .tribe-events-loop .type-tribe_events .thumbnail img,
.tribe-events-day .tribe-events-loop .type-tribe_events .thumbnail img,
.single-tribe_venue .tribe-events-loop .type-tribe_events .thumbnail img,
.single-tribe_organizer .tribe-events-loop .type-tribe_events .thumbnail img {
  width: 100%;
  height: auto;
  -ms-transition: -ms-transform .3s;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  -webkit-backface-visibility: hidden;
}
.events-list .tribe-events-loop .type-tribe_events:hover .thumbnail img,
.tribe-events-day .tribe-events-loop .type-tribe_events:hover .thumbnail img,
.single-tribe_venue .tribe-events-loop .type-tribe_events:hover .thumbnail img,
.single-tribe_organizer .tribe-events-loop .type-tribe_events:hover .thumbnail img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.events-list .tribe-events-loop .tribe-events-event-meta,
.tribe-events-day .tribe-events-loop .tribe-events-event-meta,
.single-tribe_venue .tribe-events-loop .tribe-events-event-meta,
.single-tribe_organizer .tribe-events-loop .tribe-events-event-meta {
  border: 0;
  background: none;
}
.events-list #tribe-events-footer,
.tribe-events-day #tribe-events-footer,
.single-tribe_venue #tribe-events-footer,
.single-tribe_organizer #tribe-events-footer {
  margin-top: 0;
  padding-top: 0;
  border-top: 0;
}
a.tribe-events-ical,
.single-tribe_events #tribe-events a.tribe-events-ical,
#tribe-events a.tribe-events-ical,
a.tribe-events-gcal,
.single-tribe_events #tribe-events a.tribe-events-gcal,
#tribe-events a.tribe-events-gcal {
  font: normal 14px/20px lato;
  background: none;
  color: #FC3C2A;
  text-transform: none;
  font-size: 11px;
  margin-top: 0;
}
a.tribe-events-ical:hover,
.single-tribe_events #tribe-events a.tribe-events-ical:hover,
#tribe-events a.tribe-events-ical:hover,
a.tribe-events-gcal:hover,
.single-tribe_events #tribe-events a.tribe-events-gcal:hover,
#tribe-events a.tribe-events-gcal:hover {
  font: normal 14px/20px lato;
  font-size: 11px;
  background: none;
  color: #D02111;
}
.tribe-events-cal-links {
  border: 1px solid #E8E8E8;
  border-width: 1px 0;
  clear: both;
  text-align: center;
}
.tribe-events-sub-nav > ul {
  float: right;
  margin: 0;
}
.tribe-events-sub-nav > ul a {
  font-size: 12;
}
#tribe-events-header .wp-pagenavi {
  display: none;
}
.tribe-grid-allday .hentry.vevent > div,
.tribe-grid-allday .hentry.vevent > div:hover,
.tribe-grid-body div[id*="tribe-events-event-"] .hentry.vevent,
.tribe-grid-body div[id*="tribe-events-event-"] .hentry.vevent:hover {
  border-color: #fc2511;
  background: #FC3C2A;
  background: rgba(252,60,42,0.9);
}
.tribe-grid-allday .hentry.vevent > div a,
.tribe-grid-allday .hentry.vevent > div:hover a,
.tribe-grid-body div[id*="tribe-events-event-"] .hentry.vevent a,
.tribe-grid-body div[id*="tribe-events-event-"] .hentry.vevent:hover a {
  color: #ffffff;
}
#tribe-events-content .tribe-events-tooltip h4,
#tribe_events_filters_wrapper .tribe_events_slider_val {
  font: normal 20px/24px lato;
  color: #FC3C2A;
}
.tribe-events-calendar thead th {
  font: normal 14px/20px lato;
  color: #ffffff;
  border-color: #E8E8E8;
  background: #9B9B9B;
  text-transform: none;
  font-weight: bold;
}
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"],
.tribe-events-calendar td.tribe-events-present div[id*="tribe-events-daynum-"] > a {
  color: #ffffff;
  background: #FC3C2A;
}
#tribe-events-content {
  overflow: visible;
  margin-bottom: 0;
}
#tribe-events-content .tribe-events-calendar td:hover {
  box-shadow: none;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title,
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-event-"] h3.tribe-events-month-event-title a {
  font: normal 14px/20px lato;
  color: #4A4A4A;
}
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-daynum-"],
#tribe-events-content .tribe-events-calendar div[id*="tribe-events-daynum-"] a {
  font: normal 14px/20px lato;
  font-weight: bold;
}
#tribe-events-content .tribe-events-calendar .tribe-events-future.tribe-events-has-events div[id*="tribe-events-daynum-"],
#tribe-events-content .tribe-events-calendar .tribe-events-future.tribe-events-has-events div[id*="tribe-events-daynum-"] a {
  background-color: #FAE20D;
}
.tribe-events-tooltip .duration {
  padding-bottom: 0;
  font-weight: normal;
}
.tribe-events-tooltip .tribe-events-event-body {
  padding-top: 10px;
}
.tribe-events-tooltip .tribe-events-event-body .tribe-events-event-thumb {
  padding: .5em 0;
  float: none;
}
.tribe-events-tooltip .tribe-events-event-body p.entry-summary {
  margin-top: 0;
  padding-top: 0;
}
.tribe-events-calendar .tribe-events-tooltip,
.tribe-events-week .tribe-events-tooltip,
.recurring-info-tooltip {
  width: 260px;
}
.tribe-grid-header {
  font: normal 14px/20px "Lato",lato;
  color: #ffffff;
  border-color: #E8E8E8;
  background: #9B9B9B;
  text-transform: none;
  font-weight: bold;
}
.tribe-events-notices {
  border: 0;
  text-shadow: none;
}
.single-event-after-sidebars-1 #tribe-events-gmap {
  padding-top: 40% !important;
}
.single-event-after-sidebars-2 {
  background-repeat: no-repeat;
  background-position: center top;
  background-attachment: fixed;
  background-color: #000000;
  background-color: transparent;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
}
.single-event-after-sidebars-2 > .limit-wrapper > .row {
  padding: 0 75px;
}
.single-event-after-sidebars-2 .text-divider-double {
  margin-top: 30px;
}
.wpv-tribe-single-media {
  padding: 60px 0 200px 0;
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.wpv-tribe-single-media.no-image {
  background-color: #FC3C2A;
}
.bad-ios .wpv-tribe-single-media {
  background-attachment: scroll;
}
.wpv-tribe-single-media .wpv-single-event-schedule {
  width: 230px;
  border-radius: 1px;
  background: #ffffff;
  text-align: left;
}
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block {
  padding: 15px 30px 15px 15px;
  border-bottom: 1px solid #E8E8E8;
}
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block:first-child,
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block:last-child {
  border-bottom: 0;
}
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block.date-price {
  overflow: hidden;
  padding-bottom: 0;
}
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block.date-price .date {
  margin: auto;
  background: #FC3C2A;
  padding: 10px 10px 10px 40px;
  text-align: center;
  width: 50px;
  margin: -15px 30px 0 -50px;
  display: inline-block;
  color: #ffffff;
  -webkit-transform: skew(-30deg) translateZ(0);
  -ms-transform: skew(-30deg) translateZ(0);
  transform: skew(-30deg) translateZ(0);
}
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block.date-price .date .date-inner {
  -webkit-transform: skew(30deg) translateZ(0);
  -ms-transform: skew(30deg) translateZ(0);
  transform: skew(30deg) translateZ(0);
}
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block.date-price .date .day {
  font-size: 24px;
  font-weight: bold;
}
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block.date-price .date .month {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block.date-price .price {
  display: inline-block;
  color: #FC3C2A;
  font-size: 28px;
  font-weight: bold;
}
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block.time .icon,
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block.address .icon {
  float: left;
  overflow: hidden;
  color: #FC3C2A;
  margin-right: 13px;
  font-size: 16px;
}
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block.time .text,
.wpv-tribe-single-media .wpv-single-event-schedule .wpv-single-event-schedule-block.address .text {
  overflow: hidden;
}
.single-tribe_events .tribe-events-single-event-description {
  padding-top: 10px;
}
.single-tribe_events aside.left,
.single-tribe_events aside.right {
  padding-top: 23px;
}
.tribe-events-organizer address.organizer-address {
  font-weight: normal;
}
.tribe-events-organizer .tribe-events-organizer-meta {
  text-align: center;
}
.tribe-events-organizer .tribe-events-organizer-meta img {
  width: 100%;
  height: auto;
  margin: auto;
}
.tribe-events-organizer h2.entry-title,
.tribe-events-organizer .tribe-events-back {
  display: none;
}
.tribe-events-venue h2.entry-title,
.tribe-events-venue .tribe-events-back {
  display: none;
}
.tribe-events-venue address {
  font-style: normal;
}
.tribe-events-venue address.venue-address span.street-address {
  display: inline;
  line-height: 1.7;
}
.tribe-events-venue address.venue-address span.street-address + .delimiter + span:before {
  content: "";
  display: block;
}
.tribe-events-venue address.tribe-events-address {
  line-height: 1.5;
}
#tribe-events-content.tribe-events-single {
  padding-top: 20px;
}
.tribe-events-widget-link {
  display: none;
}
aside.left h4.entry-title.summary,
aside.left h4.entry-title.summary a,
aside.left .tribe-countdown-text,
aside.left .tribe-countdown-text a,
aside.right h4.entry-title.summary,
aside.right h4.entry-title.summary a,
aside.right .tribe-countdown-text,
aside.right .tribe-countdown-text a {
  font: normal 14px/20px lato;
  font-size: 15px;
}
aside.left .tribe-countdown-text,
aside.right .tribe-countdown-text {
  padding-bottom: 0;
}
aside.left .tribe-venue-widget-venue-name a,
aside.right .tribe-venue-widget-venue-name a {
  font: normal 20px/24px lato;
}
aside.left .tribe-mini-calendar .tribe-events-has-events,
aside.left .tribe-mini-calendar .list-date,
aside.right .tribe-mini-calendar .tribe-events-has-events,
aside.right .tribe-mini-calendar .list-date {
  background: #FC3C2A;
}
aside.left .tribe-mini-calendar .tribe-events-has-events a,
aside.left .tribe-mini-calendar .list-date a,
aside.right .tribe-mini-calendar .tribe-events-has-events a,
aside.right .tribe-mini-calendar .list-date a {
  color: #ffffff !important;
}
aside.left .tribe-mini-calendar .tribe-events-has-events a:before,
aside.left .tribe-mini-calendar .list-date a:before,
aside.right .tribe-mini-calendar .tribe-events-has-events a:before,
aside.right .tribe-mini-calendar .list-date a:before {
  display: none;
}
aside.left .tribe-mini-calendar .tribe-events-has-events:hover a:hover,
aside.right .tribe-mini-calendar .tribe-events-has-events:hover a:hover {
  background: #FAE20D;
  color: #ffffff;
}
aside.left .tribe-mini-calendar thead,
aside.left .tribe-mini-calendar td,
aside.left .tribe-mini-calendar th,
aside.right .tribe-mini-calendar thead,
aside.right .tribe-mini-calendar td,
aside.right .tribe-mini-calendar th {
  background: #ffffff;
  border-color: #E8E8E8;
}
aside.left .tribe-mini-calendar thead,
aside.left .tribe-mini-calendar thead a,
aside.left .tribe-mini-calendar thead span,
aside.left .tribe-mini-calendar td,
aside.left .tribe-mini-calendar td a,
aside.left .tribe-mini-calendar td span,
aside.left .tribe-mini-calendar th,
aside.left .tribe-mini-calendar th a,
aside.left .tribe-mini-calendar th span,
aside.right .tribe-mini-calendar thead,
aside.right .tribe-mini-calendar thead a,
aside.right .tribe-mini-calendar thead span,
aside.right .tribe-mini-calendar td,
aside.right .tribe-mini-calendar td a,
aside.right .tribe-mini-calendar td span,
aside.right .tribe-mini-calendar th,
aside.right .tribe-mini-calendar th a,
aside.right .tribe-mini-calendar th span {
  color: #FC3C2A;
}
aside.left .tribe-mini-calendar .tribe-mini-calendar-no-event,
aside.right .tribe-mini-calendar .tribe-mini-calendar-no-event {
  font-weight: normal;
}
aside.left .tribe-mini-calendar-event,
aside.right .tribe-mini-calendar-event {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
aside.left .tribe-mini-calendar-event .list-date,
aside.right .tribe-mini-calendar-event .list-date {
  display: none;
}
aside.left .tribe-mini-calendar-event h2,
aside.left .tribe-mini-calendar-event h2 a,
aside.right .tribe-mini-calendar-event h2,
aside.right .tribe-mini-calendar-event h2 a {
  font: normal 14px/20px lato;
  font-size: 17px;
}
aside.left .tribe-events-adv-list-widget ol li,
aside.right .tribe-events-adv-list-widget ol li {
  margin-bottom: 15px;
  line-height: 17px !important;
}
aside.left .tribe-events-adv-list-widget ol li:last-child,
aside.right .tribe-events-adv-list-widget ol li:last-child {
  margin-bottom: 0;
}
aside.left .tribe-venue-widget-list h4,
aside.right .tribe-venue-widget-list h4 {
  margin-bottom: .2em;
}
aside.left .tribe-venue-widget-list h4,
aside.left .tribe-venue-widget-list h4 a,
aside.right .tribe-venue-widget-list h4,
aside.right .tribe-venue-widget-list h4 a {
  font: normal 14px/20px lato;
  font-size: 15px;
}
.tribe-events-countdown-widget:after {
  content: "";
  clear: both;
  display: block;
}
html.placeholder .tribe_community_edit label[for] {
  display: inline-block;
}
html.placeholder {
  padding: 0;
}
.tribe-events-meta-group {
  clear: both;
  margin-bottom: 20px;
}
.tribe-events-meta-group:before,
.tribe-events-meta-group:after {
  content: " ";
  display: table;
}
.tribe-events-meta-group:after {
  clear: both;
}
.tribe-events-meta-group:before,
.tribe-events-meta-group:after {
  content: " ";
  display: table;
}
.tribe-events-meta-group:after {
  clear: both;
}
.tribe-events-meta-group a {
  font-size: 12px;
}
.tribe-events-meta-group:not(:first-child) {
  border-top: 1px solid #E8E8E8;
  padding-top: 20px;
}
.tribe-events-meta-group.tribe-events-meta-group-organizer dt:not(:first-child) {
  font-weight: normal;
}
body.single-tribe_events .google_map {
  margin-bottom: 40px;
  margin-top: 20px;
}
#tribe-community-events .eventForm td {
  vertical-align: middle;
}
#tribe-community-events .events-community-post-title input,
#tribe-community-events .events-community-post-content textarea {
  width: 100%;
}
#tribe-community-events .tribe-events-community-footer,
#tribe-community-events p.login-submit {
  text-align: left;
}
#tribe-community-events #loginform p {
  width: auto;
}
#tribe-community-events .login-submit {
  margin-top: 1em;
}
#tribe-community-events span.sep {
  display: inline;
  border: 0;
}
.delimiter + .delimiter,
.event-is-recurring .tribe-events-divider,
.tribe-bar-disabled,
.tribe-events-page-title {
  display: none;
}
.events-list.tribe-bar-is-disabled #tribe-events-content-wrapper {
  max-width: none;
}
h2.tribe-events-tickets-title {
  font: normal 20px/24px lato;
  margin: 0 0 20px 0;
  padding: 40px 0 10px 0;
  border-bottom: 1px solid #E8E8E8;
}
.tribe-events-meta-group:first-child .tribe-events-single-section-title {
  font: normal 20px/24px lato;
  display: block;
  margin: 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #E8E8E8;
  line-height: 1;
  margin-bottom: 35px;
}
.tribe-events-meta-group .tribe-events-single-section-title {
  display: none;
}
.tribe-events-meta-group dl {
  margin: 0;
}
.tribe-events-meta-group dl dt {
  clear: both;
  width: 110px;
  padding-right: 10px;
  float: left;
}
.tribe-events-meta-group dl dd {
  width: 140px;
  float: right;
}
.tribe-events-meta-group dl dt,
.tribe-events-meta-group dl dd {
  font-size: 12px;
}
table.tribe-events-tickets tr {
  border-top: 0;
  border-bottom: 1px solid #E8E8E8;
}
table.tribe-events-tickets tr:last-child,
table.tribe-events-tickets tr.no-border {
  border-bottom: 0;
}
table.tribe-events-tickets tr.has-border + input + tr td,
table.tribe-events-tickets tr.has-border + tr td {
  padding-top: 20px;
}
table.tribe-events-tickets td {
  border-top: 0;
  border-bottom: 0;
}
table.tribe-events-tickets td,
table.tribe-events-tickets td.tickets_price {
  display: table-cell;
}
table.tribe-events-tickets td.tickets_description {
  padding-top: 10px;
  font-size: 12px;
  line-height: 20px;
}
table.tribe-events-tickets td.tickets_name {
  font: normal 20px/24px lato;
  color: #4A4A4A;
  font-size: 16px;
}
table.tribe-events-tickets td .quantity {
  margin: 0;
}
.services.has-more {
  position: relative;
  padding: 0;
  z-index: 2000;
}
.services.has-more .image-wrapper {
  padding: 20px;
  text-align: center;
}
.services.has-more .image-wrapper img {
  display: inline-block;
  vertical-align: bottom;
}
.services.has-more .image-wrapper:hover img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.services.has-more .services-content-wrapper > .row {
  margin: 0;
}
.services.has-more .open {
  width: 100%;
  position: absolute;
  top: 100%;
  padding: 0 20px 0 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.services.has-more .open p:first-child {
  margin-top: 0;
}
.services.has-more .open p:last-child {
  margin-bottom: 0;
}
.services.has-more .closed {
  padding: 20px;
  max-height: 100%;
  max-width: 100%;
}
.services.has-more .closed .title {
  background: #FC3C2A;
  display: inline-block;
  padding: 15px 10px 15px 20px;
  margin: 10px 0 0 -20px;
  position: relative;
}
.services.has-more .closed .title:after {
  content: "";
  position: absolute;
  right: -20px;
  top: 0;
  bottom: 0;
  width: 50px;
  background: #FC3C2A;
  z-index: -1;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.services.has-more.expandable-animation-3d .open {
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
  -webkit-transform: rotateX(-90deg);
  -ms-transform: rotateX(-90deg);
  transform: rotateX(-90deg);
  -webkit-transform-style: preserve-3d;
  -ms-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
}
.services.has-more.expandable-animation-3d .closed {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3d(0,0,0);
}
.services.has-more.expandable-animation-2d .open {
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  height: 0;
  overflow: hidden;
}
.highlight {
  padding: 0 .8ex 0 0;
  color: #000;
  vertical-align: baseline;
  line-height: 125%;
  margin-right: 12px;
  display: inline-block;
  position: relative;
}
.highlight.light,
.highlight.light:before {
  background: #fdf39e;
}
.highlight.dark {
  color: #eee;
}
.highlight.dark,
.highlight.dark:before {
  background: #972419;
}
.highlight:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 0;
  right: -10px;
  bottom: 0;
  width: 30px;
  z-index: 0;
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.highlight .highlight-content {
  position: relative;
  z-index: 1;
}
.icon.shortcode {
  line-height: 1.15;
}
.icon.shortcode.inverted-colors {
  border-radius: 1000px;
  padding: .4em !important;
  width: 1.15em;
  height: 1.15em;
  text-align: center;
}
.icon.shortcode.box {
  padding: .45em;
  position: relative;
  min-height: 1em;
  min-width: 1em;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
h1 .icon.shortcode,
h2 .icon.shortcode,
h3 .icon.shortcode,
h4 .icon.shortcode,
h5 .icon.shortcode,
h6 .icon.shortcode {
  vertical-align: bottom;
}
.post-article .gallery-post-format  .post-media,
.portfolio-image-wrapper {
  padding: 0;
  border: 0;
  box-shadow: none;
}
.thumbnail.partner {
  display: block;
  position: relative;
  opacity: 0.8;
  padding-bottom: .5em;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.thumbnail.partner:after {
  color: #aeaeae !important;
  content: attr(title);
  display: block;
  border-top: 1px solid;
  text-align: center;
  position: absolute;
  bottom: -1em;
  left: 0;
  right: 0;
  height: 1.5em;
  opacity: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.thumbnail.partner:hover {
  opacity: 1;
}
.thumbnail.partner:hover:after {
  opacity: 1;
}
.linkarea {
  padding: 20px;
  cursor: pointer;
  border: 1px solid transparent;
  min-height: 50px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-background-clip: border-box;
  -moz-background-clip: border;
  background-clip: border-box;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.linkarea.background-accent1 {
  background-color: #FC3C2A;
}
.linkarea.background-accent2 {
  background-color: #FAE20D;
}
.linkarea.background-accent3 {
  background-color: #9B9B9B;
}
.linkarea.background-accent4 {
  background-color: #4A4A4A;
}
.linkarea.background-accent5 {
  background-color: #ffffff;
}
.linkarea.background-accent6 {
  background-color: #262529;
}
.linkarea.background-accent7 {
  background-color: #E8E8E8;
}
.linkarea.background-accent8 {
  background-color: #ffffff;
}
.linkarea.accent1.background-transparent {
  background-color: transparent;
  background-color: rgba(252,60,42,0);
}
.linkarea.accent1:hover,
.linkarea.accent1:focus {
  background-color: #FC3C2A;
}
.linkarea.accent1:hover a,
.linkarea.accent1:focus a {
  text-decoration: none;
}
.linkarea.accent1:active {
  background-color: #fc2511;
}
.linkarea.accent1:focus {
  border: 1px solid #d61503;
  outline: none;
}
.linkarea.accent2.background-transparent {
  background-color: transparent;
  background-color: rgba(250,226,13,0);
}
.linkarea.accent2:hover,
.linkarea.accent2:focus {
  background-color: #FAE20D;
}
.linkarea.accent2:hover a,
.linkarea.accent2:focus a {
  text-decoration: none;
}
.linkarea.accent2:active {
  background-color: #e9d205;
}
.linkarea.accent2:focus {
  border: 1px solid #b7a504;
  outline: none;
}
.linkarea.accent3.background-transparent {
  background-color: transparent;
  background-color: rgba(155,155,155,0);
}
.linkarea.accent3:hover,
.linkarea.accent3:focus {
  background-color: #9B9B9B;
}
.linkarea.accent3:hover a,
.linkarea.accent3:focus a {
  text-decoration: none;
}
.linkarea.accent3:active {
  background-color: #8e8e8e;
}
.linkarea.accent3:focus {
  border: 1px solid #757575;
  outline: none;
}
.linkarea.accent4.background-transparent {
  background-color: transparent;
  background-color: rgba(74,74,74,0);
}
.linkarea.accent4:hover,
.linkarea.accent4:focus {
  background-color: #4A4A4A;
}
.linkarea.accent4:hover a,
.linkarea.accent4:focus a {
  text-decoration: none;
}
.linkarea.accent4:active {
  background-color: #3d3d3d;
}
.linkarea.accent4:focus {
  border: 1px solid #242424;
  outline: none;
}
.linkarea.accent5.background-transparent {
  background-color: transparent;
  background-color: rgba(255,255,255,0);
}
.linkarea.accent5:hover,
.linkarea.accent5:focus {
  background-color: #ffffff;
}
.linkarea.accent5:hover a,
.linkarea.accent5:focus a {
  text-decoration: none;
}
.linkarea.accent5:active {
  background-color: #f2f2f2;
}
.linkarea.accent5:focus {
  border: 1px solid #d9d9d9;
  outline: none;
}
.linkarea.accent6.background-transparent {
  background-color: transparent;
  background-color: rgba(38,37,41,0);
}
.linkarea.accent6:hover,
.linkarea.accent6:focus {
  background-color: #262529;
}
.linkarea.accent6:hover a,
.linkarea.accent6:focus a {
  text-decoration: none;
}
.linkarea.accent6:active {
  background-color: #1a191c;
}
.linkarea.accent6:focus {
  border: 1px solid #010101;
  outline: none;
}
.linkarea.accent7.background-transparent {
  background-color: transparent;
  background-color: rgba(232,232,232,0);
}
.linkarea.accent7:hover,
.linkarea.accent7:focus {
  background-color: #E8E8E8;
}
.linkarea.accent7:hover a,
.linkarea.accent7:focus a {
  text-decoration: none;
}
.linkarea.accent7:active {
  background-color: #dbdbdb;
}
.linkarea.accent7:focus {
  border: 1px solid #c2c2c2;
  outline: none;
}
.linkarea.accent8.background-transparent {
  background-color: transparent;
  background-color: rgba(255,255,255,0);
}
.linkarea.accent8:hover,
.linkarea.accent8:focus {
  background-color: #ffffff;
}
.linkarea.accent8:hover a,
.linkarea.accent8:focus a {
  text-decoration: none;
}
.linkarea.accent8:active {
  background-color: #f2f2f2;
}
.linkarea.accent8:focus {
  border: 1px solid #d9d9d9;
  outline: none;
}
.linkarea .first {
  text-align: center;
  padding-bottom: 10px;
}
.linkarea .first img {
  display: inline-block;
  vertical-align: bottom;
}
.linkarea .first:last-child {
  padding-bottom: 0;
}
.linkarea:hover h3 {
  text-decoration: none;
  color: #FC3C2A;
  transition: color 0.4s;
}
body.single-portfolio .layout-full aside.right {
  margin-top: 0 !important;
}
body.single-portfolio .related-portfolios {
  position: relative;
  padding-top: 40px;
  padding-bottom: 60px;
}
body.single-portfolio .related-portfolios .grid-1-1 {
  padding: 0;
}
.portfolios {
  position: relative;
}
.portfolios .wp-pagenavi {
  margin-top: 30px !important;
}
.portfolios.normal > ul > li {
  margin-top: 30px;
}
.portfolios > ul {
  overflow: visible;
  margin: -30px 0 30px 0;
  padding: 0;
}
.portfolios > ul > li {
  position: relative;
  float: left;
  list-style: none outside none;
}
.portfolios > ul > li img {
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
.portfolios > ul.animated > li {
  box-shadow: none !important;
}
.portfolios > ul.animated > li img {
  -ms-interpolation-mode: nearest-neighbor;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: optimizespeed;
}
.portfolios > ul.transitionable > li {
  overflow: hidden;
}
.portfolios .portfolio-item-wrapper {
  overflow: hidden;
  border: 0;
  border: 1px solid #E8E8E8;
  background: #ffffff;
  background-clip: content-box;
  text-align: left;
}
.portfolios .portfolio-item-wrapper .thumbnail-overlay {
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  left: 15px;
  z-index: 2;
  display: none;
  overflow: hidden;
  background-color: rgba(232,232,232,0.01);
  text-align: center;
}
.ie8 .portfolios .portfolio-item-wrapper .thumbnail-overlay {
  display: none;
}
.portfolios .portfolio-item-wrapper .thumbnail-overlay .meta {
  display: block;
  width: 100%;
  height: 100%;
}
.portfolios .no-title.no-description .portfolio-item-wrapper {
  border: 0;
}
.portfolios .no-title.no-description .portfolio-item-wrapper .thumbnail {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  overflow: hidden;
}
.portfolios .state-open .portfolio-image .thumbnail > a img,
.portfolios .state-open .portfolio-image .thumbnail > img {
  -webkit-transform: scale(1.2);
  -ms-transform: scale(1.2);
  transform: scale(1.2);
}
.portfolios .portfolio-image {
  position: relative;
  overflow: hidden;
}
.portfolios .portfolio-image .thumbnail {
  display: block;
  max-height: none !important;
}
.portfolios .portfolio-image .thumbnail a.button.accent2 {
  display: none;
}
.portfolios .portfolio-image .thumbnail > a {
  position: relative;
  display: block;
}
.portfolios .portfolio-image .thumbnail > a img,
.portfolios .portfolio-image .thumbnail > img {
  z-index: 0;
  display: block;
  margin: 0 auto;
  min-height: 50px;
  max-height: none !important;
  width: 100%;
  height: auto;
  -webkit-transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
}
.portfolios .portfolio_details {
  padding: 15px 20px;
}
.portfolios .portfolio_details .title,
.portfolios .portfolio_details .title a {
  color: #FC3C2A;
  font-size: 20px;
  line-height: 20px;
}
.portfolios .portfolio_details .title:last-child {
  margin-bottom: 20px;
}
.portfolios .portfolio_details .title > a {
  width: 100%;
}
.portfolios .portfolio_details .title > a:hover {
  color: #D02111;
}
.portfolios .portfolio_details .excerpt {
  margin-bottom: 20px;
}
.portfolios .portfolio_details .button {
  margin-top: 10px;
}
.portfolios.isotope {
  overflow: hidden;
  margin-bottom: -30px !important;
  padding: 0;
  height: 0;
}
.portfolios.isotope .isotope-item {
  z-index: 2;
  clear: none;
  width: auto;
}
.portfolios.isotope .isotope-item.isotope-hidden {
  z-index: 1;
  pointer-events: none;
}
.portfolios.isotope .isotope,
.portfolios.isotope .isotope .isotope-item {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}
.portfolios.isotope .isotope {
  -webkit-transition-property: height, width;
  transition-property: height, width;
}
.portfolios.isotope > ul {
  clear: both;
}
.portfolios .style-1.featured {
  margin: 0;
  padding: 0;
  box-shadow: none;
}
body.full .related-portfolios:before {
  position: absolute;
  top: 0;
  left: -100%;
  width: 300%;
  height: 100%;
  background: #f5f5f5;
  content: "";
}
.portfolio_details .row {
  margin-bottom: 3%;
}
.sort_by_cat {
  z-index: 6;
  display: none;
  text-align: center;
}
.sort_by_cat .inner-wrapper {
  display: inline-block;
  text-align: center;
  line-height: 35px;
}
.sort_by_cat .inner-wrapper a {
  display: inline-block;
  margin: 0 .2em;
  color: #4A4A4A;
  line-height: 1;
  transition: color .3s ease;
}
.sort_by_cat .inner-wrapper a:hover,
.sort_by_cat .inner-wrapper a.active {
  color: #D02111;
  text-decoration: underline;
}
.page-header-content .sort_by_cat {
  padding-bottom: 10px;
}
.page-header-content .sort_by_cat .cat:first-child a {
  margin-left: 0;
  padding-left: 0;
}
.portfolios.scroll-x > ul > li.has-title.no-description {
  margin-bottom: 20px !important;
}
article.type-portfolio {
  margin-bottom: 40px;
  padding-bottom: 0 !important;
}
article.type-portfolio.left-right .portfolio-text-content .portfolio-content > .grid-1-5,
article.type-portfolio.right-only .portfolio-text-content .portfolio-content > .grid-1-5 {
  margin-top: 0;
}
article.type-portfolio .portfolio-text-content .portfolio-content {
  margin-bottom: 0;
  padding-top: 20px;
}
article.type-portfolio .portfolio-text-content .portfolio-content > .grid-1-5 {
  margin-top: -18px;
  padding-bottom: 20px;
  padding-left: 10px;
}
article.type-portfolio .portfolio-text-content .portfolio-content > .grid-1-5 .cell {
  padding: 10px;
  border-bottom: 1px solid #E8E8E8;
}
article.type-portfolio .portfolio-text-content .portfolio-content > .grid-1-5 .cell p,
article.type-portfolio .portfolio-text-content .portfolio-content > .grid-1-5 .cell div {
  text-transform: uppercase;
}
article.type-portfolio .portfolio-text-content .portfolio-content > .grid-1-5 .cell p {
  margin: 0;
  color: #b5b5b5;
}
article.type-portfolio .portfolio-text-content .portfolio-content > .grid-1-5 .cell p a {
  color: #FC3C2A;
}
article.type-portfolio .portfolio-text-content .portfolio-content > .grid-1-5 .cell p a:hover,
article.type-portfolio .portfolio-text-content .portfolio-content > .grid-1-5 .cell p a.active {
  color: #D02111;
  text-decoration: none;
}
article.type-portfolio .portfolio-text-content img {
  display: inline-block;
  max-width: 100%;
}
article.type-portfolio .portfolio-text-content .row-1 .left {
  min-width: 0;
}
article.type-portfolio .portfolio-text-content .row-1 .right {
  float: right;
}
article.type-portfolio .portfolio-image-wrapper {
  position: relative;
  overflow: hidden;
  width: auto !important;
  text-align: center;
}
article.type-portfolio .portfolio-image-wrapper > img {
  width: 100%;
  height: auto;
}
.row.has-price {
  margin-right: -10px;
  margin-left: -10px;
  padding-top: 10px;
}
.price-wrapper .price-title {
  margin: 0;
  padding: 22px;
  background: #E8E8E8;
  font-weight: normal;
  text-align: center;
  line-height: 0;
}
.price-wrapper .price .content-box {
  color: #696969;
  border: 1px solid #E8E8E8;
  border-width: 0 1px;
  padding: 15px 30px;
}
.price-wrapper .price .content-box ul {
  margin: 0;
  list-style: none;
}
.price-wrapper .price .content-box ul li {
  border-color: #696969;
  padding: 10px 0;
  border-bottom: 1px solid #E8E8E8;
  text-align: center;
  color: #262529;
  line-height: 1em;
}
.price-wrapper .price .meta-box {
  padding: 10px 10px 25px;
  text-align: center;
  border: 1px solid #E8E8E8;
  border-top: 0;
}
.price-wrapper .price .meta-box .description {
  padding: 0px;
}
.price-wrapper .price .meta-box a.button-border {
  margin: 15px auto 0;
}
.price-wrapper .price .meta-box a.button-border .btext {
  text-transform: uppercase;
  font-style: normal;
}
.price-wrapper .price .meta-box a.button-border:first-child {
  margin-top: 0;
}
.price-wrapper .value-box {
  color: #ffffff;
  height: 200px;
  background: #FAE20D;
  text-align: center;
  line-height: 200px;
  cursor: default;
}
.price-wrapper .value-box .value-box-content {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
}
.price-wrapper .value-box .value {
  position: relative;
  display: inline-block;
  vertical-align: top;
  font-size: 60px;
  font-family: "Lato", "lato Condensed";
  line-height: 38px;
}
.price-wrapper .value-box .meta {
  display: block;
  margin: 35px auto 25px auto;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 11px;
  font-family: "Lato", "lato","lato Condensed";
  line-height: 1em;
  height: 1em;
  background: #FC3C2A;
  border-radius: 1.8em;
  padding: 0.4em 0.6em;
}
.price-wrapper.featured {
  margin: 0px 0;
}
.price-wrapper.featured .price-title {
  position: relative;
  padding: 22px 38px;
  font-weight: normal;
}
.price-wrapper.featured .value-box {
  background: #FC3C2A;
  position: relative;
}
.price-wrapper.featured .value-box .meta {
  background: #FAE20D;
  color: #262529;
}
.price-wrapper.featured .value-box:before {
  position: absolute;
  top: 25px;
  left: 50%;
  margin-left: -17px;
  z-index: 1;
  color: #ffffff;
  content: "\e169";
  font-style: normal;
  font-size: 34px;
  font-family: "Lato", "lato",icomoon;
  line-height: normal;
}
.price-wrapper.featured .value {
  margin-top: 0px;
  font-size: 60px;
  line-height: 48px;
  color: #ffffff;
}
.price-wrapper.featured .meta-box {
  padding: 10px 10px 25px;
}
.wpv-progress {
  position: relative;
  text-align: center;
  width: 130px;
  height: 130px;
  line-height: 130px;
  font-weight: 300;
  font-size: 1.2em;
  margin-bottom: 0.3em;
  margin: auto;
}
.wpv-progress canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.wpv-progress span:first-child {
  font-size: 3em;
}
.wpv-progress.number {
  width: auto;
}
.wpv-progress.number span:first-child {
  font-size: 6em;
}
.services .services-title:empty {
  display: none;
}
.services .thumbnail {
  display: block;
  max-height: none !important;
  text-align: left;
}
.services .thumbnail img {
  margin: auto;
  border-radius: 100000px;
  padding: 8px;
  border: 1px solid #E8E8E8;
  transition: border-color .3s, background .3s;
}
.services .thumbnail a {
  display: block;
  position: relative;
}
.services .thumbnail a.has-border {
  padding-bottom: 10px;
}
.services .thumbnail a.has-border:before,
.services .thumbnail a.has-border:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top-color: #E8E8E8;
  border-bottom: 0;
  position: absolute;
  bottom: 1px;
  left: 50%;
  margin-left: -10px;
  transition: color .3s;
}
.services .thumbnail a.has-border:after {
  border-width: 8px;
  border-top-color: #ffffff;
  border-bottom: 0;
  bottom: 2px;
  margin-left: -8px;
}
.services .thumbnail .icon {
  padding: 17px 0;
}
.services .services-inside {
  margin: 0;
  padding: 0;
  display: block;
}
.services .services-inside .services-title {
  margin: 17px 0 8px 0;
  line-height: 1;
}
.services .services-inside .sep-2 {
  margin: 10px 0 20px;
  padding: 0;
}
.services .services-content {
  padding: 5px 0 10px 0;
  display: none;
}
.services .services-content ul {
  padding: 0;
}
.ie8 .services .services-content ul {
  list-style-position: inside;
}
.services .services-content:last-child,
.services .services-content:last-child {
  padding-bottom: 0 !important;
  margin-bottom: 0;
}
.services .services-content:empty {
  display: none;
}
.services .thumbnail .icon,
.services .services-title a,
.services .services-button-wrap a {
  -webkit-transition: color .2s;
  transition: color .2s;
}
.services:hover .thumbnail .icon,
.services:hover .services-title a,
.services:hover .sep-2,
.services:hover .services-button-wrap a {
  border-color: #FC3C2A;
  color: #FC3C2A;
  transition: border-color, .3s;
}
.services:hover .thumbnail a img {
  background: #FC3C2A;
  border-color: #FC3C2A;
}
.services:hover .thumbnail a:before,
.services:hover .thumbnail a:after {
  border-top-color: #FC3C2A;
}
.services.smallimage .services-inside {
  box-shadow: 0 0 0 transparent;
  margin: 0;
  padding: 0;
}
.services.smallimage.transitionable,
.services.smallimage.transitionable .services-inside {
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}
.services.smallimage.transitionable.state-hover .services-inside {
  margin: -13px !important;
  background: #ffffff;
  box-shadow: 0 0 4px rgba(0,0,0,0.2);
  padding: 13px;
}
.services.smallimage.transitionable.state-hover a {
  text-decoration: none;
  color: #D02111;
}
.services.smallimage.transitionable.state-hover .services-content {
  opacity: 1;
}
.services.smallimage .shrinking {
  position: relative;
  background: #FC3C2A;
  text-align: center;
  height: 0;
  overflow: hidden;
}
.services.smallimage .shrinking .icon {
  padding: 0;
  font-size: 60px;
  color: #ffffff !important;
  transition: none;
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
}
.services.smallimage .services-content {
  padding: 8px 6px 0 6px;
}
.sitemap ul {
  list-style-type: none;
}
.sitemap ul li {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.sitemap ul li:before {
  text-indent: 0;
  font-family: "Lato","lato", theme;
  padding-right: .5em;
  font-size: 8px;
  vertical-align: middle;
}
.sitemap ul > li:before {
  content: "\e003";
}
.sitemap ul > li li {
  font-size: .9em;
}
.sitemap ul > li li:before {
  content: "\e005";
}
.sitemap .top + h2 {
  margin-top: 20px;
}
.slogan {
  position: relative;
}
.slogan em {
  font-size: 12px;
  line-height: 0.8em;
}
.slogan .title {
  font-size: 24px;
  margin-bottom: 18px;
}
.slogan .description {
  font-size: 16px !important;
  line-height: 1.4em !important;
  font-weight: normal;
}
.slogan h3 {
  line-height: 1;
}
.slogan .slogan-content,
.slogan .button-wrp {
  vertical-align: middle;
}
.slogan.has-button .slogan-content,
.slogan .button-wrp {
  display: table-cell;
}
.slogan .button-wrp {
  padding-left: 30px;
  text-align: center;
}
.slogan .slogan-content {
  width: 100%;
}
.slogan .button-wrp .button {
  border: none;
  font-size: 18px !important;
  line-height: 1 !important;
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin: auto !important;
  vertical-align: middle;
  white-space: nowrap;
}
.has-background > .slogan,
.has-background > div > .slogan {
  padding: 30px 15px;
}
table.vamtam-styled {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 1px solid #ddd;
  border-color: #E8E8E8;
}
table.vamtam-styled th,
table.vamtam-styled td,
table.vamtam-styled caption {
  padding: 5px;
  border: 1px solid #E8E8E8;
}
table.vamtam-styled caption {
  border-bottom: none;
}
table.vamtam-styled thead th {
  padding: 10px;
  vertical-align: bottom;
  text-align: left;
  padding: 10px 5px 5px 5px;
  border-right: 1px solid #cfcfcf;
  font-size: 18px;
  font-weight: normal;
  background-color: #f5f5f5;
  color: #a7a7a7;
}
table.vamtam-styled thead th:last-child,
table.vamtam-styled thead th .last-child {
  border-right: 0px;
}
table.vamtam-styled tbody tr:nth-child(even) td,
table.vamtam-styled tbody tr:nth-child(even) td,
table.vamtam-styled tbody tr.even td,
table.vamtam-styled tbody tr:nth-child(even) td,
table.vamtam-styled tbody tr.even td {
  background: #ffffff;
  color: #a7a7a7;
}
table.vamtam-styled td {
  border-right: 1px solid #E8E8E8;
}
table.vamtam-styled tfoot {
  font-size: 12px;
  font-style: normal;
  color: #a8a8a8;
}
.wpv-tabs {
  border: 0;
}
.wpv-tabs > .ui-tabs-nav {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  list-style: none;
  -webkit-transform: none;
}
.wpv-tabs > .ui-tabs-nav li {
  position: relative;
  z-index: 2;
  display: block;
  float: left;
  background: none;
  top: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
}
.wpv-tabs > .ui-tabs-nav li a {
  font: normal 20px/24px lato;
  position: relative;
  display: block;
  padding: 25px;
  outline: none;
  line-height: 1;
  cursor: pointer;
}
.wpv-tabs > .ui-tabs-nav li.has-icon {
  display: table;
}
.wpv-tabs > .ui-tabs-nav li.has-icon .icon.shortcode,
.wpv-tabs > .ui-tabs-nav li.has-icon .title-text {
  display: table-cell;
}
.wpv-tabs > .ui-tabs-nav li .icon.shortcode {
  font-size: 22px;
  padding: 0 15px 0 5px;
}
.wpv-tabs > .ui-tabs-nav li.ui-state-default a {
  color: #FC3C2A;
}
.wpv-tabs > .ui-tabs-nav li.ui-state-hover a,
.wpv-tabs > .ui-tabs-nav li.ui-state-active a,
.wpv-tabs > .ui-tabs-nav li.ui-state-selected a {
  text-decoration: none;
  color: #FC3C2A;
}
.wpv-tabs .pane {
  clear: both;
  padding: 10px 30px 20px 30px;
  -webkit-transform: none;
}
.wpv-tabs .pane p {
  padding-top: 0;
  padding-bottom: 0;
}
.wpv-tabs,
.wpv-tabs:after {
  display: block;
  clear: both;
  content: "";
}
.wpv-tabs.horizontal .ui-tabs-nav {
  border-radius: 1px 1px 0 0;
}
.wpv-tabs.horizontal .ui-tabs-nav li {
  float: none;
  display: table-cell;
  transition: all .3s;
  padding: 0;
}
.wpv-tabs.horizontal .ui-tabs-nav li:first-child {
  border-top-left-radius: 1px;
}
.wpv-tabs.horizontal .ui-tabs-nav li:last-child {
  border-top-right-radius: 1px;
}
.wpv-tabs.horizontal .pane {
  border-radius: 0 0 1px 1px;
  background: #ffffff;
}
.wpv-tabs.vertical {
  position: relative;
  margin: 0 -60px;
  padding: 0;
}
.wpv-tabs.vertical:before {
  position: absolute;
  right: -199%;
  z-index: 5;
  width: 200%;
  height: 100%;
  content: "";
}
.wpv-tabs.vertical .ui-tabs-nav {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-top: 0;
  width: 20%;
  border: none;
}
body.layout-full .wpv-tabs.vertical .ui-tabs-nav,
body.layout-right-only .wpv-tabs.vertical .ui-tabs-nav {
  padding-left: 60px;
}
body.layout-left-right .wpv-tabs.vertical .ui-tabs-nav,
body.layout-left-only .wpv-tabs.vertical .ui-tabs-nav {
  padding-left: 15px;
}
.wpv-tabs.vertical .ui-tabs-nav:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  left: -200%;
  z-index: 2;
  width: 200%;
  height: 100%;
  content: "";
}
.wpv-tabs.vertical .ui-tabs-nav li {
  -webkit-transition: background .5s;
  transition: background .5s;
  float: none;
  margin: 0;
  border: 0;
  border-bottom: 0px solid;
  padding: 0;
  white-space: normal;
  opacity: 1;
}
.wpv-tabs.vertical .ui-tabs-nav li a {
  font: normal 16px/20px lato Condensed;
  display: table;
  padding: 11px 0;
  min-height: 44px;
  width: 100%;
  font-size: 16px;
}
.wpv-tabs.vertical .ui-tabs-nav li a .icon.shortcode {
  padding-right: 20px;
  vertical-align: middle;
  font-size: 44px;
  line-height: 49px;
  display: table-cell;
}
.wpv-tabs.vertical .ui-tabs-nav li a .title-text {
  width: 100%;
  font-weight: normal;
  vertical-align: middle;
  display: table-cell;
  line-height: 1.1;
}
.wpv-tabs.vertical .ui-tabs-nav li a .title-text:first-child {
  padding-left: 1em;
}
.wpv-tabs.vertical .ui-tabs-nav li:first-child {
  margin-left: 0;
  margin-top: 30px;
}
.wpv-tabs.vertical .ui-tabs-nav li:last-child {
  margin-bottom: 60px;
}
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-active,
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-selected,
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-hover {
  border-right: 0;
  border-left: 0;
  text-decoration: none;
  opacity: 1;
}
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-active a,
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-selected a,
.wpv-tabs.vertical .ui-tabs-nav li.ui-state-hover a {
  border: none;
}
.wpv-tabs.vertical .ui-tabs-nav li.inactive-block-title {
  padding: 45px 0;
  border: none;
  opacity: 1;
}
.wpv-tabs.vertical .ui-tabs-nav li.inactive-block-title > h1,
.wpv-tabs.vertical .ui-tabs-nav li.inactive-block-title > h2,
.wpv-tabs.vertical .ui-tabs-nav li.inactive-block-title > h3,
.wpv-tabs.vertical .ui-tabs-nav li.inactive-block-title > h4,
.wpv-tabs.vertical .ui-tabs-nav li.inactive-block-title > h5,
.wpv-tabs.vertical .ui-tabs-nav li.inactive-block-title > h6 {
  font: normal 30px/34px lato Condensed;
  word-wrap: break-word;
}
.wpv-tabs.vertical .pane {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: right;
  clear: none;
  padding: 0 60px;
  width: 80%;
  background: transparent;
}
.wpv-tabs.vertical .pane:before {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: 1;
  margin-top: -30px;
  width: 20%;
  height: 100%;
  content: "";
}
body.boxed .wpv-tabs.vertical:before,
body.boxed .wpv-tabs.vertical .ui-tabs-nav:before {
  display: none;
}
body.full.layout-left-right .wpv-tabs.vertical .ui-tabs-nav:before,
body.full.layout-left-only .wpv-tabs.vertical .ui-tabs-nav:before {
  display: none;
}
body.full.layout-left-right .wpv-tabs.vertical:before,
body.full.layout-right-only .wpv-tabs.vertical:before {
  display: none;
}
.team-member-row {
  position: relative;
  z-index: 60;
}
.team-member-row > div {
  position: static;
}
@media all and (-webkit-min-device-pixel-ratio: 0) {
  .team-member-row {
    display: inline-table;
    width: 100%;
    table-layout: fixed;
  }
}
.team-member {
  text-align: left;
}
.team-member .thumbnail {
  overflow: hidden;
}
.team-member img {
  -webkit-backface-visibility: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.team-member:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.team-member .sep-text {
  margin: 0 0 20px 0;
}
.team-member .team-member-info {
  margin-top: 5px;
  padding: 5px 5px 0;
  background: transparent;
}
.team-member .team-member-info h3 {
  margin-top: 5px;
  margin-bottom: 0;
  font-style: normal;
  font-size: 23px;
}
.team-member .team-member-info h3 a {
  font-size: 23px;
  font-style: normal;
}
.team-member .team-member-info h5 {
  margin-top: 0;
  font-weight: bold;
  border-bottom: 1px solid #E8E8E8;
  padding-bottom: 8px;
  margin-bottom: 12px;
}
.team-member .team-member-position {
  text-transform: uppercase;
  font-size: 12px;
}
.team-member .team-member-phone {
  padding-bottom: 10px;
}
.team-member .description {
  padding: 0 20px;
}
.team-member .share-icons {
  margin-top: 10px;
  white-space: nowrap;
}
.team-member .share-icons .icon {
  margin-right: 12px;
  width: 18px;
  height: 18px;
  color: #9B9B9B;
  text-align: center;
  font-size: 18px !important;
  line-height: 1;
}
.team-member .share-icons .icon:hover {
  -webkit-transition: color .5s ease 0s;
  transition: color .5s ease 0s;
  color: #FC3C2A;
}
.team-member .description {
  display: none;
}
.single-tweet {
  text-align: center;
}
.single-tweet .tweet-text {
  color: #7d7d7d;
}
.single-tweet .tweet-text p {
  margin: 1em 0 .5em 0;
}
.single-tweet .tweet-time {
  text-transform: uppercase;
  color: #7d7d7d;
  font-size: 10px;
}
.single-tweet + .tweet-divider {
  margin: 16px auto;
  max-width: 250px;
  height: 1px;
  background: #E8E8E8;
}
.shortcode-tooltip {
  position: relative;
  border-bottom: 1px dotted;
}
.shortcode-tooltip .tooltip {
  display: none;
  position: absolute;
  left: 50%;
  bottom: 35px;
  background: #fff;
  color: #000;
  padding: 10px;
  min-width: 200px;
  z-index: 5000;
  overflow: visible;
  border-radius: 2px;
  background-clip: padding-box;
  box-shadow: 0 1px 3px rgba(0,0,0,0.5);
}
.shortcode-tooltip .tooltip:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid rgba(0,0,0,0.5);
  border-left: 10px inset transparent;
  border-right: 10px inset transparent;
  margin: 1px auto auto -5px;
}
.shortcode-tooltip .tooltip:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  width: 0;
  height: 0;
  border-top: 10px solid #FFF;
  border-left: 10px inset transparent;
  border-right: 10px inset transparent;
  margin: 0 auto auto -5px;
}
.no-boxshadow .shortcode-tooltip .tooltip {
  border: 1px solid #ddd;
}
.no-boxshadow .shortcode-tooltip .tooltip:before,
.no-boxshadow .shortcode-tooltip .tooltip:after {
  display: none;
}
.shortcode-tooltip .tooltip .tooltip-arrow {
  display: none;
}
div.wpcf7-response-output,
div.wpcf7-validation-errors {
  margin: 1em 0 0 !important;
  position: relative;
  z-index: 8;
}
.wpcf7-not-valid,
input.wpcf7-not-valid {
  border-color: #D94729;
}
.wpcf7-not-valid-tip {
  display: none !important;
}
div.wpcf7 .wpcf7-form {
  display: block;
  margin: 0;
}
div.wpcf7 .wpcf7-form .wpcf7-submit {
  margin-top: 0;
}
div.wpcf7 .wpcf7-form .wpcf7-submit:hover {
  background-color: #FAE20D;
}
.vamtam-rsvp-form label {
  font-size: 13px;
  color: #ffffff;
}
.vamtam-rsvp-form input[type="text"],
.vamtam-rsvp-form input[type="number"],
.vamtam-rsvp-form select {
  font-size: 20px;
  padding: 17px;
  background: #ffffff !important;
  color: #262529;
}
.vamtam-rsvp-form .wpcf7-form-control-wrap.your-name {
  width: 100%;
}
.vamtam-rsvp-form .ajax-loader {
  display: none;
}
.vamtam-rsvp-form .chosen-container-single .chosen-single {
  background: #ffffff;
  border: 0;
  box-shadow: none;
  font: normal 20px/24px lato !important;
  font-size: 20px;
  padding: 17px;
}
.vamtam-rsvp-form .chosen-container-single .chosen-single span {
  margin-right: 67px;
}
.vamtam-rsvp-form .chosen-container-single .chosen-single div {
  border-left: 1px solid #E8E8E8;
  width: 67px;
}
.vamtam-rsvp-form .chosen-container-single .chosen-single div b {
  background: none;
}
.vamtam-rsvp-form .chosen-container-single .chosen-single div b:before {
  content: "";
  border: 10px solid transparent;
  border-top-color: #FC3C2A;
  border-bottom: 0;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -5px;
  margin-right: -10px;
}
.vamtam-rsvp-form .chosen-container-single .chosen-drop {
  border: 0;
}
.vamtam-rsvp-form .chosen-container-single .chosen-drop .highlighted {
  background-color: #FC3C2A;
}
.vamtam-rsvp-form .chosen-container-single .chosen-drop .chosen-results .active-result {
  padding: 20px;
  font-size: 16px;
}
.vamtam-rsvp-form .chosen-container-single .chosen-drop .chosen-results .result-selected,
.vamtam-rsvp-form .chosen-container-single .chosen-drop .chosen-results .highlighted {
  background: #FC3C2A;
}
.vamtam-rsvp-form .chosen-container-single .chosen-search {
  display: none;
}
.wpv-wysija-newsletter,
#main .wpv-wysija-newsletter {
  text-align: center;
  font-size: 14px;
}
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija,
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija {
  display: inline-block;
  position: relative;
}
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija label,
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija label {
  display: none;
}
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija input[name="wysija[user][email]"],
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija input[name="wysija[user][email]"] {
  width: 210px;
  height: 50px;
  border: 0;
  background: #ffffff;
  border-radius: 2px;
  margin: 0 20px;
}
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .wysija-submit,
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .wysija-paragraph,
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija input[name="wysija[user][email]"],
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .wysija-submit,
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .wysija-paragraph,
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija input[name="wysija[user][email]"] {
  display: inline-block;
  vertical-align: middle;
}
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .wysija-submit,
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .wysija-submit {
  background: none;
  color: #FC3C2A;
  border: 1px solid #FC3C2A;
  margin-top: 0;
  padding: 10px 30px 10px 30px;
  font-size: 19px;
  border-radius: 0.2em;
}
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .wysija-submit:hover,
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .wysija-submit:hover {
  color: #ffffff !important;
  transition: color .3s ease;
  background: #FC3C2A;
  border-color: #FC3C2A;
}
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .formError,
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .formError {
  left: 20px !important;
  width: 210px !important;
  top: auto !important;
  bottom: 100% !important;
  opacity: 1 !important;
}
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .formError .formErrorContent,
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .formError .formErrorContent {
  width: 190px !important;
  border: 0;
  background: #ffffff;
  color: #262529;
}
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .allmsgs > div,
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .allmsgs > div {
  margin: 0 0 0 20px;
  display: inline-block;
  vertical-align: middle;
}
.wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .allmsgs > div ul,
#main .wpv-wysija-newsletter .widget_wysija_cont.shortcode_wysija .allmsgs > div ul {
  margin-left: 0;
}
.widget {
  margin: 0 auto 30px;
  padding: 0;
}
.widget .widget-title {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px 5px 0;
  border-bottom: 1px solid #E8E8E8;
  margin-bottom: 15px;
}
.widget .widget-title,
.widget .widget-title a {
  word-wrap: break-word;
  line-height: 1.7em !important;
}
.widget .widget-title > .icon {
  margin-right: 10px;
  vertical-align: baseline;
}
.widget:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  background: transparent;
}
.widget.last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
  background: transparent;
}
.widget ul,
.widget ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget li {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 5px 0;
  text-overflow: ellipsis;
  word-wrap: break-word;
  font: normal 16px/20px lato !important;
}
.widget li:first-child {
  padding-top: 0;
}
.widget select {
  max-width: 100%;
}
.widget-box {
  padding: 6px 0 0 0;
}
.widget-box:after {
  position: relative;
  top: 10px;
  display: block;
  clear: both;
  margin: 0 -10px;
  height: 1px;
  content: "";
}
aside.left .widget,
aside.right .widget,
#header-sidebars .widget {
  margin: 0 0 60px 0;
  padding: 0;
}
aside.left .widget .widget-title,
aside.right .widget .widget-title,
#header-sidebars .widget .widget-title {
  background: transparent;
}
aside.left .widget .widget-title > .icon,
aside.right .widget .widget-title > .icon,
#header-sidebars .widget .widget-title > .icon {
  margin-top: -3px;
}
aside.left .widget .widget-title > .icon.shortcode,
aside.right .widget .widget-title > .icon.shortcode,
#header-sidebars .widget .widget-title > .icon.shortcode {
  color: #E8E8E8;
}
aside.left .widget .widget-title + ul,
aside.left .widget .widget-title + ol,
aside.left .widget .widget-title + div,
aside.left .widget .widget-title + form,
aside.right .widget .widget-title + ul,
aside.right .widget .widget-title + ol,
aside.right .widget .widget-title + div,
aside.right .widget .widget-title + form,
#header-sidebars .widget .widget-title + ul,
#header-sidebars .widget .widget-title + ol,
#header-sidebars .widget .widget-title + div,
#header-sidebars .widget .widget-title + form {
  border: none;
}
aside.left .widget > ul,
aside.left .widget > ol,
aside.left .widget > div,
aside.left .widget > h4+form,
aside.right .widget > ul,
aside.right .widget > ol,
aside.right .widget > div,
aside.right .widget > h4+form,
#header-sidebars .widget > ul,
#header-sidebars .widget > ol,
#header-sidebars .widget > div,
#header-sidebars .widget > h4+form {
  padding: 6px 0 0 0;
}
aside.left .widget > ul:after,
aside.left .widget > ol:after,
aside.left .widget > div:after,
aside.left .widget > h4+form:after,
aside.right .widget > ul:after,
aside.right .widget > ol:after,
aside.right .widget > div:after,
aside.right .widget > h4+form:after,
#header-sidebars .widget > ul:after,
#header-sidebars .widget > ol:after,
#header-sidebars .widget > div:after,
#header-sidebars .widget > h4+form:after {
  position: relative;
  top: 10px;
  display: block;
  clear: both;
  margin: 0 -10px;
  height: 1px;
  content: "";
}
#footer-sidebars .widget .widget-title {
  white-space: normal;
}
.wpv_authors .authors_list > li {
  padding: 0 0;
  border-bottom: 0 solid #E8E8E8;
  position: relative;
  overflow: hidden;
  margin: 0;
  text-overflow: ellipsis;
}
.wpv_authors .authors_list > li:first-child {
  padding-top: 0;
}
.wpv_authors .authors_list > li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.wpv_authors .gravatar {
  float: left;
}
.wpv_authors .author_name  h6 {
  margin-bottom: 5px;
}
.wpv_authors .author_name  h6 a {
  font-size: 16px !important;
}
.wpv_authors .author_info:not(:first-child) {
  padding-left: 50px;
}
.wpv_authors .author_desc {
  padding-bottom: 10px;
}
.wpv_authors .post-count {
  font-size: .8em;
}
.widget_calendar {
  max-width: 100%;
}
.widget_calendar #wp-calendar {
  width: 100%;
}
.widget_calendar #wp-calendar caption {
  font: normal 20px/24px lato;
  color: #FC3C2A;
  padding: 0 0 10px 0;
}
.widget_calendar #wp-calendar thead {
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.widget_calendar #wp-calendar tbody {
  padding: 10px 0;
}
.widget_calendar #wp-calendar tbody tr:first-child td {
  padding-top: 10px;
}
.widget_calendar #wp-calendar tbody tr:last-child td {
  padding-bottom: 10px;
}
.widget_calendar #wp-calendar tfoot {
  border-top: 1px solid #E8E8E8;
}
.widget_calendar #wp-calendar tfoot td {
  padding-top: 10px;
  margin-top: 5px;
}
.widget_calendar #wp-calendar tfoot td:first-child {
  text-align: left;
}
.widget_calendar #wp-calendar tfoot td:last-child {
  text-align: right;
}
.widget_calendar #wp-calendar tfoot td a {
  font-weight: bold;
}
.widget_calendar #wp-calendar td#today {
  background: #FC3C2A;
  color: #ffffff;
  border-radius: 3px;
}
.widget_calendar th,
.widget_calendar td {
  padding: 2px;
  text-align: center;
}
.widget_calendar th {
  font-size: 100%;
}
.contact_info_wrap .icon {
  padding-right: 8px;
}
.contact_info_wrap li {
  padding: 4px 0 4px 24px;
}
.contact_info_wrap li > .icon {
  margin-left: -24px;
}
.contact_info_wrap > p:first-child {
  margin-top: 0;
}
.flickr_wrap {
  padding: 5px 5px 5px 0 !important;
}
.flickr_badge_image {
  float: left;
  padding: 5px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.flickr_badge_image img {
  width: 60px;
  display: block;
}
.ie8 .flickr_badge_image {
  width: 83px;
}
aside .flickr_badge_image {
  max-width: 50%;
}
aside .flickr_badge_image img {
  width: 100%;
  height: auto;
}
.wpv_icon_link li {
  padding: 10px 0;
}
.wpv_icon_link li:first-child {
  padding-top: 0;
}
.wpv_icon_link a {
  color: inherit;
  display: block;
  height: 32px;
  line-height: 32px;
  position: relative;
}
.wpv_icon_link a span {
  line-height: 32px;
  height: 32px;
  display: block;
  position: absolute;
}
.wpv_icon_link .content {
  left: 0;
  top: 0;
  padding-left: 40px;
}
.wpv_icon_link .before {
  left: 0;
  top: 2px;
  font-size: 25px;
}
.wpv_icon_link .after {
  right: 0;
  top: 0;
  font-size: 1.5em;
  opacity: 0.6;
  display: none;
}
.wpv_icon_link [data-icon-type="facebook"] {
  color: #39599f;
}
.wpv_icon_link [data-icon-type="twitter"] {
  color: #45b0e3;
}
.wpv_icon_link [data-icon-type="googleplus"] {
  color: #d04f40;
}
.wpv_icon_link [data-icon-type="pinterest1"] {
  color: #cb2027;
}
.wpv_icon_link [data-icon-type="flickr"] {
  color: #e956a2;
}
.wpv_icon_link [data-icon-type="vimeo"] {
  color: #1ab7ea;
}
.wpv_icon_link [data-icon-type="youtube"] {
  color: #f33;
}
.wpv_icon_link [data-icon-type="linkedin"] {
  color: #4875B4;
}
.wpv_icon_link [data-icon-type="wordpress"] {
  color: #464646;
}
#top-nav-sidebar .wpv_icon_link {
  margin-top: -6.25px;
  margin-bottom: -6.25px;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav {
  display: block;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li {
  display: block;
  float: left;
  background: #ffffff;
  border: 1px solid #E8E8E8;
  padding: 10px;
  border-radius: 1px 1px 0 0;
  margin-bottom: -1px;
  margin-right: -1px;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li .icon {
  color: #262529;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li:hover .icon,
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li.ui-state-active .icon,
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li.ui-state-selected .icon {
  color: #FC3C2A;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li.ui-state-active {
  border-bottom-color: #ffffff;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li a {
  padding: 5px;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li a:hover {
  text-decoration: none;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li a:hover .icon {
  color: #FC3C2A !important;
  font-size: 20px;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li a .icon {
  color: #262529;
  text-align: center;
  font-size: 20px;
  padding: 0;
}
.wpv_posts .wpv-tabs.horizontal .ui-tabs-nav li .icon {
  display: block;
  text-transform: none;
  font-size: 17px;
  line-height: 22px;
}
.wpv_posts [data-single] .icon {
  color: #FC3C2A;
}
.wpv_posts .ui-tabs-panel {
  background: transparent;
  padding: 0;
}
.wpv_posts .ui-tabs-panel .tagcloud {
  margin-bottom: -5px;
  padding-top: 10px !important;
}
.wpv_posts .wpv-tabs.horizontal .pane {
  background: #ffffff;
  color: #262529;
  border: 1px solid #E8E8E8;
  border-top-right-radius: 1px;
}
.wpv_posts .wpv-tabs.horizontal .pane.tab-comments .title a:last-child {
  font-size: 11px;
  color: #9B9B9B;
}
.wpv_posts .posts_list {
  padding: 0;
  background: transparent;
}
.wpv_posts .posts_list li {
  padding: 10px;
  display: table;
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.wpv_posts .posts_list li .thumbnail {
  position: relative;
  display: table-cell;
  width: 70px;
  vertical-align: middle;
}
.wpv_posts .posts_list li .thumbnail img {
  width: 70px;
  height: auto;
  padding-right: 10px;
}
.wpv_posts .posts_list li .post_extra_info {
  display: table-cell;
  vertical-align: text-top;
  padding-left: 0;
  font-size: 11px;
  font-color: #E8E8E8;
  font-style: italic;
}
.wpv_posts .posts_list li .post_extra_info .title {
  margin: 0;
}
.wpv_posts .posts_list li .post_extra_info .title a {
  font-weight: normal;
  font-size: 15px;
  line-height: 20px;
}
.wpv_posts .posts_list li .post_extra_info .title + div {
  color: #9B9B9B;
}
.wpv_posts .posts_list li .post_extra_info .nothumb .title a {
  padding-top: 0;
  font-weight: normal;
  font-size: 11px;
  line-height: 20px;
}
.wpv_posts .posts_list li .post_extra_info .comments {
  display: none;
}
.widget_nav_menu > div {
  padding: 0 !important;
}
.widget_nav_menu > div:after {
  top: 0 !important;
  margin: 0 !important;
}
.widget_nav_menu.widget .menu-pagepost-options-container {
  border-right: none !important;
  border-bottom: none !important;
  border-left: none !important;
}
.widget_nav_menu .menu li {
  background-color: #ffffff;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #E8E8E8;
}
.widget_nav_menu .menu li:last-child {
  border-bottom: none;
}
.widget_nav_menu .menu li.last-child {
  border-bottom: none;
}
.widget_nav_menu .menu li:hover a {
  background: #FC3C2A;
  color: #ffffff !important;
  transition: all .5s;
}
.widget_nav_menu .menu li a {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 10px 10px 10px 5px;
  min-width: 100%;
  border: 0 !important;
  color: #FC3C2A;
}
.widget_nav_menu .menu li.current_page_item {
  position: relative;
  background: #FC3C2A;
}
.widget_nav_menu .menu li.current_page_item a {
  padding: 10px 10px 10px 30px;
  color: #ffffff !important;
}
.widget_nav_menu .menu li.current_page_item:before {
  position: absolute;
  top: 50%;
  margin: -5px 5px auto 10px;
  width: 10px;
  height: 10px;
  color: #FAE20D;
  content: "\e01e";
  font-size: 14px;
  font-family: "Lato","lato", theme;
  line-height: 14px;
}
.widget_post_formats .post-format-pad {
  position: relative;
  left: auto;
  float: left;
  margin: 5px;
  padding: 0px !important;
  width: 30px;
  height: 30px;
  border: none;
}
.widget_post_formats .post-format-pad * {
  margin-top: 0px !important;
  margin-left: 1px !important;
}
.widget_post_formats .post-format-pad a {
  width: 28px;
  height: 28px;
  display: block;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
  padding: 0 !important;
}
.widget_post_formats .post-format-pad a:hover {
  text-decoration: none !important;
}
.widget_post_formats .post-format-pad .icon {
  color: #262529;
}
.widget_post_formats .post-format-pad .icon:hover {
  color: #D02111;
}
.widget_post_formats .post-format-pad .icon:visited {
  color: #FC3C2A;
}
.widget_post_formats .post-format-pad .icon.standard {
  padding-top: 2px !important;
}
.widget_post_formats .post-format-pad .icon.standard span.icon {
  vertical-align: inherit;
}
.widget_search .searchform,
.widget_search #searchform,
.widget_product_search .searchform,
.widget_product_search #searchform {
  position: relative;
  display: block;
  padding: 0 !important;
  max-width: 100% !important;
  width: 100%;
  white-space: nowrap;
}
.widget_search .searchform .form-field-wrapper,
.widget_search #searchform .form-field-wrapper,
.widget_product_search .searchform .form-field-wrapper,
.widget_product_search #searchform .form-field-wrapper {
  position: static;
  width: 100% !important;
}
.widget_search .searchform input[name="s"],
.widget_search #searchform input[name="s"],
.widget_product_search .searchform input[name="s"],
.widget_product_search #searchform input[name="s"] {
  width: 100% !important;
  height: 50px;
  border-right-width: 50px;
  border-color: #E8E8E8;
}
.widget_search .searchform input[name="s"]:focus,
.widget_search #searchform input[name="s"]:focus,
.widget_product_search .searchform input[name="s"]:focus,
.widget_product_search #searchform input[name="s"]:focus {
  border-color: #E8E8E8;
}
.widget_search .searchform input[type="submit"],
.widget_search #searchform input[type="submit"],
.widget_product_search .searchform input[type="submit"],
.widget_product_search #searchform input[type="submit"] {
  border-radius: 0 4px 4px 0;
  background-clip: padding-box;
  position: absolute;
  top: 1px;
  right: 1px;
  bottom: 1px;
  z-index: 5;
  padding: 0;
  width: 51px;
  border: none;
  background: transparent;
  box-shadow: none;
  text-indent: -200px;
  font-size: inherit !important;
}
.widget_search .searchform:before,
.widget_search #searchform:before,
.widget_product_search .searchform:before,
.widget_product_search #searchform:before {
  position: absolute;
  right: 0;
  bottom: 1px;
  z-index: 4;
  margin: 0;
  width: 50px;
  height: 48px;
  background: #ffffff;
  border: 1px solid #E8E8E8;
  border-left: 0;
  color: #FC3C2A;
  content: "\e12d";
  font: normal 26px/48px icomoon;
  cursor: pointer;
  text-align: center;
}
.wpv_social a,
.wpv_social a img,
.wpv_social img {
  border: 0px !important;
  min-width: 20px;
  min-height: 16px;
  display: block;
}
.wpv_social a {
  zoom: 1;
  filter: none;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease !important;
  -moz-transition: opacity 0.3s ease !important;
  -o-transition: opacity 0.3s ease !important;
  transition: opacity 0.3s ease !important;
  float: left;
}
.wpv_social a:hover {
  zoom: 1;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.social_wrap a,
.wpv_social .vamtam_full a {
  clear: both;
  margin-bottom: 3px;
}
.wpv_social .vamtam_full a img {
  padding: 0px 0px 7px 0px;
}
aside .social_wrap a {
  float: left;
  clear: none;
}
aside .social_wrap:after {
  content: "";
  display: block;
  clear: both;
}
.tagcloud {
  padding-bottom: 5px !important;
}
.tagcloud a {
  padding: 3px 8px;
  margin: 5px 0.35em 0.4em 0;
  display: inline-block;
  border-radius: 2px;
  position: relative;
  text-transform: lowercase;
  color: #FAE20D;
  background: #ffffff;
  border-color: #ffffff;
  font: bold 28px/30px lato Condensed;
  font-weight: normal;
}
.tagcloud a:hover {
  background: #FC3C2A;
  color: #ffffff !important;
  text-decoration: none;
}
.widget_rss .widget-title a.rsswidget {
  color: #4A4A4A !important;
}
.widget_rss .widget-title a.rsswidget img {
  display: none;
}
.wpv_advertisement img {
  width: 100%;
}
.page-404 {
  position: relative;
  padding: 0 30px 0.035px;
  text-align: center;
}
.page-404 .searchform {
  position: relative;
  display: block;
  margin: 0 auto 100px auto;
  max-width: 812px;
}
.page-404 .searchform .form-field-wrapper {
  display: block !important;
}
.page-404 input[name=s] {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  padding: 5px 122px 5px 10px;
  width: 100%;
  height: 45px;
  font-style: italic;
  font-size: 15px;
}
.page-404 input[name=s]:focus {
  font-style: normal;
}
.page-404 input[type=submit] {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 3px;
  z-index: 3;
  padding: 0 1em;
  height: 40px;
  font-size: 16px;
}
#header-404 {
  display: block;
  margin: 0 auto;
  padding-top: 100px;
  height: 324px;
  width: auto;
  max-width: 812px;
  background: url("../wpv_theme/assets/images/404_bg.png") no-repeat bottom right;
  color: #4A4A4A;
  text-align: left;
}
#header-404 .line-1 {
  font: normal 70px/1 "lato Condensed";
  color: #FC3C2A;
}
#header-404 .line-2 {
  font: normal 80px/1.1 "lato Condensed";
  color: #262529;
}
#header-404 .line-3 {
  font: normal 20px/1 "lato Condensed";
  color: #262529;
}
#header-404 .line-4 {
  margin-top: 80px;
  color: #262529;
}
footer.main-footer {
  position: relative;
  background: #fc3c2a;
  background: url(../../../uploads/2014/07/bg1.png) repeat center top scroll;
  background-color: #000000;
  background-color: transparent;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  background-color: #fc3c2a;
}
footer.main-footer,
footer.main-footer p,
footer.main-footer a,
footer.main-footer th,
footer.main-footer td {
  font: 300 14px/20px lato;
  color: #FFFFFF;
}
footer.main-footer .widget li {
  background: transparent;
  border-bottom: none !important;
}
footer.main-footer .widget.widget_nav_menu .menu li:last-child,
footer.main-footer .widget.widget_nav_menu .menu li.last-child {
  border-bottom: none;
}
footer.main-footer .widget.widget_nav_menu .menu li a {
  color: #FFFFFF;
  padding: 8px 8px 8px 3px;
}
footer.main-footer .widget.widget_nav_menu .menu li a:visited {
  color: #FFFFFF;
}
footer.main-footer .widget.widget_nav_menu .menu li a:hover {
  color: #FAE20D !important;
  text-decoration: none !important;
}
footer.main-footer .widget.widget_nav_menu .menu li.current_page_item {
  position: relative;
}
footer.main-footer .widget.widget_nav_menu .menu li.current_page_item a {
  color: #FFFFFF;
  padding: 0 0 0 3px;
}
footer.main-footer .widget.widget_nav_menu .menu li.current_page_item:before {
  display: none;
}
footer.main-footer .widget .widget-title {
  border: none;
  text-align: left;
  padding: 0;
  margin: 0 0 10px;
  font: bold italic 22px/30px lato Condensed !important;
  color: #FFFFFF !important;
}
footer.main-footer .widget .widget-title > .icon {
  margin-bottom: 17px;
}
#footer-sidebars {
  max-width: 1260px;
  margin: 0 auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
#footer-sidebars > .row aside {
  border-right: 0;
  padding: 30px 0 40px;
  float: left;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#footer-sidebars > .row aside.full {
  width: 100%;
}
#footer-sidebars > .row aside.cell-1-2 {
  width: 50%;
}
#footer-sidebars > .row aside.cell-1-3 {
  width: 33.333333333333%;
}
#footer-sidebars > .row aside.cell-1-4 {
  width: 25%;
}
#footer-sidebars > .row aside.cell-1-5 {
  width: 20%;
}
#footer-sidebars > .row aside.cell-1-6 {
  width: 16.666666666667%;
}
#footer-sidebars > .row aside.cell-2-3 {
  width: 66.666666666667%;
}
#footer-sidebars > .row aside.cell-2-4 {
  width: 50%;
}
#footer-sidebars > .row aside.cell-2-5 {
  width: 40%;
}
#footer-sidebars > .row aside.cell-2-6 {
  width: 33.333333333333%;
}
#footer-sidebars > .row aside.cell-3-4 {
  width: 75%;
}
#footer-sidebars > .row aside.cell-3-5 {
  width: 60%;
}
#footer-sidebars > .row aside.cell-3-6 {
  width: 50%;
}
#footer-sidebars > .row aside.cell-4-5 {
  width: 80%;
}
#footer-sidebars > .row aside.cell-4-6 {
  width: 66.666666666667%;
}
#footer-sidebars > .row aside.cell-5-6 {
  width: 83.333333333333%;
}
#footer-sidebars > .row aside.last {
  border-right: 0;
}
#footer-sidebars > .row .widget {
  padding-left: 30px;
  padding-right: 30px;
}
#footer-sidebars > .row .widget,
#footer-sidebars > .row .widget:last-child {
  margin-bottom: 0;
  padding-bottom: 20px;
}
#footer-sidebars > .row .widget .widget-title {
  text-align: left;
  padding-top: 25px;
  padding-bottom: 10px;
}
#footer-sidebars .wpv_icon_link li {
  padding: 5px;
}
#footer-sidebars .wpv_icon_link li:first-child {
  padding-top: 0;
}
#footer-sidebars .wpv_posts .wpv-tabs > ul {
  border-bottom-color: #fc2511;
  background-color: #fc3c2a;
}
#footer-sidebars .wpv_posts .wpv-tabs > ul li {
  border-bottom: 1px solid transparent !important;
}
#footer-sidebars .wpv_posts .wpv-tabs > ul li.ui-state-hover,
#footer-sidebars .wpv_posts .wpv-tabs > ul li.ui-state-selected,
#footer-sidebars .wpv_posts .wpv-tabs > ul li.ui-state-active {
  border-color: #fc2511;
  background: transparent;
  border-bottom-color: #fc3c2a !important;
}
#footer-sidebars .wpv_posts .ui-tabs-panel {
  border-color: #fc2511;
}
#footer-sidebars .wpv_posts .posts_list li {
  border-top-color: #fc2511;
  padding: 0 0 10px 0;
}
footer.main-footer a,
.copyrights a {
  color: #FFFFFF;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
footer.main-footer a:visited,
.copyrights a:visited {
  color: #FFFFFF;
}
footer.main-footer a:hover,
.copyrights a:hover {
  color: #FAE20D;
  text-decoration: none;
}
footer.main-footer a:hover .icon.shortcode,
.copyrights a:hover .icon.shortcode {
  color: #FAE20D !important;
}
.copyrights {
  background: url(../../../uploads/2014/07/bg2.png) repeat center top scroll;
  background-color: #2A2A2A;
  -webkit-background-size: auto;
  -moz-background-size: auto;
  background-size: auto;
  padding: 5px 30px;
  margin: 0;
  position: relative;
  z-index: 5;
}
.copyrights .alignright,
.copyrights .alignleft,
.copyrights .aligncenter {
  margin: 0px !important;
}
.copyrights > .row {
  padding: 0;
  margin: 0 auto;
}
.copyrights,
.copyrights * {
  font: normal 13px/20px lato;
  color: #9B9B9B;
}
#sub-footer-menu ul {
  margin: 0;
}
#sub-footer-menu li {
  list-style: none;
  float: left;
  padding: 0 5px;
  border-left: 1px solid #505050;
}
#sub-footer-menu li a {
  color: #FFFFFF;
  font: normal 13px/20px lato;
}
#sub-footer-menu li:first-child {
  padding-left: 0;
  border-left: 0;
}
#scroll-to-top,
#feedback,
#toggle-style-switcher {
  display: block;
  width: 25px !important;
  height: 22px !important;
  line-height: 22px !important;
  font-size: 20px !important;
  padding: 4px;
  margin-left: 2px;
  font-family: "Lato", "lato","icomoon";
  text-align: center;
  cursor: pointer;
  z-index: 9998;
  border: none !important;
  position: relative;
  background: #FC3C2A;
  text-shadow: 0 -1px 0 #f01803;
  color: #ffffff !important;
  border-radius: 1px 0 0 1px;
  background-clip: padding-box;
}
#scroll-to-top:hover,
#feedback:hover,
#toggle-style-switcher:hover {
  padding-right: 6px;
  text-decoration: none;
  margin-left: 0;
  color: #ffffff !important;
}
#style-switcher {
  display:none;
  position: fixed !important;
  z-index: 900000 !important;
  top: 155px;
  left: 0;
  right: auto;
}
#style-switcher #toggle-style-switcher {
  position: absolute;
  top: 0;
  right: -35px !important;
  border-radius: 0 1px 1px 0;
  margin-left: 0;
  margin-right: 2px;
}
#style-switcher #toggle-style-switcher:after {
  border-right-color: #FC3C2A !important;
}
#style-switcher #toggle-style-switcher:before {
  content: "\e035";
  font-family: "Lato", theme;
}
#style-switcher #toggle-style-switcher:hover {
  padding-right: 4px;
}
#style-switcher.open #toggle-style-switcher,
#style-switcher:hover #toggle-style-switcher {
  padding-left: 6px !important;
  margin-right: 0 !important;
  opacity: 1;
}
body.admin-bar #style-switcher {
  top: 188px;
}
#ss-teaser .close {
  content: "\e255";
}
#scroll-to-top {
  position: fixed;
  bottom: 69px;
  right: 0px;
  z-index: -1;
  border-radius: 1px 0 0;
  background-clip: padding-box;
  opacity: 0;
}
#scroll-to-top:hover {
  opacity: 0;
}
#scroll-to-top.visible {
  opacity: 1;
  z-index: 200;
}
#scroll-to-top.visible:hover {
  opacity: 1;
}
#feedback-wrapper {
  position: fixed;
  bottom: 105px;
  right: -250px;
  z-index: 999900;
  background: #FAE20D;
  width: 250px;
  min-height: 84px;
  color: #ffffff !important;
  border-radius: 1px 0 0 0;
  background-clip: padding-box;
  -webkit-transition: right .4s;
  transition: right .4s;
}
#feedback-wrapper #feedback {
  position: absolute;
  bottom: 0;
  right: 250px;
}
#feedback-wrapper.expanded {
  right: 0;
}
#feedback-wrapper.expanded #feedback {
  opacity: 1;
  padding-right: 6px;
}
#feedback-wrapper h4,
#feedback-wrapper h4 a {
  color: #ffffff !important;
  margin-bottom: 0px;
}
#feedback-wrapper h4 {
  border: none;
  padding: 10px 30px;
}
#feedback-wrapper section {
  margin: 10px;
}
#feedback-wrapper .widget {
  padding: 0;
  border: none !important;
}
.woocommerce input[type=text],
.woocommerce input[type=tel],
.woocommerce input[type=email],
.woocommerce input[type=password],
.woocommerce input[type=email],
.woocommerce input[type=search],
.woocommerce input[type=date],
.woocommerce input[type=range],
.woocommerce input[type=number],
.woocommerce input[name="apply_coupon"],
.woocommerce textarea,
.woocommerce select {
  padding: 12px;
  margin-bottom: 10px !important;
  font-size: 14px;
  border-radius: 1px;
  box-shadow: none;
  text-shadow: none;
  font-weight: normal;
}
.woocommerce .ul.socialcount {
  margin: 0.4em 0px 0.4em 0 !important;
}
.woocommerce .lost_reset_password .button {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
}
.woocommerce .lost_reset_password .button,
.woocommerce .lost_reset_password .button span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.woocommerce .lost_reset_password .button span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.woocommerce .lost_reset_password .button span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.woocommerce .lost_reset_password .button span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.woocommerce .lost_reset_password .button span.icon:first-child {
  margin-right: 0;
}
.woocommerce .lost_reset_password .button span.icon:last-child {
  margin-left: 0;
}
.woocommerce .lost_reset_password .button span.btext {
  font-weight: normal;
  position: relative;
}
.woocommerce .lost_reset_password .button:hover,
.woocommerce .lost_reset_password .button:hover span {
  text-decoration: none;
}
.woocommerce .lost_reset_password .button.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.woocommerce .lost_reset_password .button.button-border,
.woocommerce .lost_reset_password .button.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.woocommerce .lost_reset_password .button.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.woocommerce .lost_reset_password .button.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.woocommerce .lost_reset_password .button span {
  color: #ffffff;
}
.woocommerce .lost_reset_password .button.button-border,
.woocommerce .lost_reset_password .button.button-border-slanted {
  border: 1px solid #FC3C2A;
}
.woocommerce .lost_reset_password .button.button-border span,
.woocommerce .lost_reset_password .button.button-border-slanted span {
  color: #FC3C2A;
}
.woocommerce .lost_reset_password .button.button-border-slanted {
  border-right-width: 5px;
}
.woocommerce .lost_reset_password .button:hover,
.woocommerce .lost_reset_password .button:focus,
.woocommerce .lost_reset_password .button:active {
  background: #FAE20D;
}
.woocommerce .lost_reset_password .button:hover,
.woocommerce .lost_reset_password .button:hover span,
.woocommerce .lost_reset_password .button:focus,
.woocommerce .lost_reset_password .button:focus span,
.woocommerce .lost_reset_password .button:active,
.woocommerce .lost_reset_password .button:active span {
  color: #ffffff;
}
.woocommerce .lost_reset_password .button.button-border:hover,
.woocommerce .lost_reset_password .button.button-border-slanted:hover {
  background: #FAE20D;
}
.woocommerce .lost_reset_password .button.button-border:hover,
.woocommerce .lost_reset_password .button.button-border:hover span,
.woocommerce .lost_reset_password .button.button-border-slanted:hover,
.woocommerce .lost_reset_password .button.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.woocommerce .lost_reset_password .button.button-border-slanted {
  border-right-color: #FAE20D;
}
.woocommerce .checkout-breadcrumb .icon.shortcode {
  line-height: 1.15;
  font-size: 20px;
  padding: 0 20px;
  vertical-align: middle !important;
  color: #E8E8E8;
}
.woocommerce .checkout-breadcrumb .title-part-inactive {
  color: #E8E8E8;
}
.woocommerce #payment {
  background: none;
}
.woocommerce #payment #place_order {
  float: left;
}
.woocommerce #payment ul.payment_methods {
  border-bottom: 0;
}
.woocommerce #payment ul.payment_methods li input {
  vertical-align: middle;
  border: 0;
}
.woocommerce #payment .payment_box {
  background: #E8E8E8;
}
.woocommerce #payment .payment_box p {
  margin: 0;
}
.woocommerce h1.page-title,
.woocommerce div.product .product_title {
  display: none;
}
.woocommerce .star-rating {
  float: none;
  color: #FAE20D;
  font-style: normal;
}
.woocommerce .star-rating:before {
  color: #FC3C2A;
  font-style: normal;
}
.woocommerce .widget.woocommerce span.amount {
  color: #9B9B9B;
}
.woocommerce .woocommerce-result-count {
  margin-top: 20px;
  line-height: 15px;
}
.woocommerce .woocommerce-ordering {
  margin-bottom: 30px;
}
.woocommerce .woocommerce-ordering select {
  padding: 10px;
  box-shadow: 0 1px 2px rgba(0,0,0,0.16) !important;
  font-size: 12px;
  line-height: 22px;
}
.woocommerce form.login {
  border-radius: 1px;
  border: 3px solid #FC3C2A;
}
.woocommerce form.checkout_coupon {
  border-radius: 1px;
  border: 3px solid #FC3C2A;
}
.woocommerce .woocommerce-message,
.woocommerce .woocommerce-error,
.woocommerce .woocommerce-info {
  margin-bottom: 2em;
  border-top: 0;
  background: transparent;
  box-shadow: none;
  padding: 10px !important;
  text-shadow: none;
  border-radius: 1px;
}
.woocommerce .woocommerce-message:before,
.woocommerce .woocommerce-error:before,
.woocommerce .woocommerce-info:before {
  display: none;
}
.woocommerce .button.wc-forward:after,
.woocommerce .button.wc-forward:before,
.woocommerce .button.wc-forward a:after,
.woocommerce .button.wc-forward a:before,
.woocommerce .button.wc-backward:after,
.woocommerce .button.wc-backward:before,
.woocommerce .button.wc-backward a:after,
.woocommerce .button.wc-backward a:before {
  display: none;
}
.woocommerce .woocommerce-info,
.woocommerce .woocommerce-message {
  background-color: #E8E8E8;
}
.woocommerce .woocommerce-error {
  background-color: rgba(252,60,42,0.1);
  color: rgba(252,60,42,0.8);
  text-shadow: none;
}
.woocommerce span.onsale,
.woocommerce ul.products li.product span.onsale {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 0;
  right: 0;
  left: auto;
  z-index: 5;
  margin: 0;
  width: 70px;
  height: 70px;
  border-radius: 1px;
  background: transparent;
  box-shadow: none;
  color: #ffffff;
  text-transform: uppercase;
  text-shadow: none;
  font-weight: bold;
  font-style: normal;
  font-size: 13px;
  font-family: "Lato","lato", "lato", sans-serif;
  line-height: 70px;
}
html.csstransforms .woocommerce span.onsale,
html.csstransforms .woocommerce ul.products li.product span.onsale {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg) translateZ(0);
  -ms-transform: rotate(45deg) translateZ(0);
  transform: rotate(45deg) translateZ(0);
  margin: -10px -10px 0 0;
}
html.csstransforms .woocommerce span.onsale:before,
html.csstransforms .woocommerce ul.products li.product span.onsale:before {
  position: absolute;
  top: 0;
  left: -35px;
  z-index: -1;
  width: 0;
  height: 0;
  border: 70px solid transparent;
  border-top: 0;
  border-bottom-color: #FC3C2A;
  content: "";
}
.woocommerce ul.products {
  position: relative;
}
.woocommerce ul.products li.product-category mark.count {
  display: none;
}
.woocommerce ul.products li.product {
  clear: none;
}
.woocommerce ul.products li.product .add_to_cart_button {
  display: none;
}
.woocommerce ul.products li.product span.amount {
  font-weight: normal;
  font-size: 22px;
}
.woocommerce ul.products li.product.first {
  clear: both;
}
.woocommerce ul.products li.product.last {
  margin-right: 0;
}
.woocommerce ul.products li.product .price {
  font: bold italic 26px/28px lato Condensed;
  margin-bottom: 0;
  color: #9B9B9B;
}
.woocommerce ul.products li.product h3 {
  font: normal 20px/24px lato;
  font-size: 18px;
}
.woocommerce ul.products li.product a .product-thumbnail {
  position: relative;
  display: block;
  overflow: visible;
  margin-bottom: 5px;
  max-height: none !important;
}
.woocommerce ul.products li.product a img {
  display: block;
  border: 0;
  box-shadow: none;
  -webkit-transition: all .3s;
  transition: all .3s;
}
html.no-touch .woocommerce ul.products li.product a:hover img {
  box-shadow: none !important;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.woocommerce ul.products li.product .aggregateRating {
  margin: 10px 0;
  padding: 10px 0;
  min-height: 1.4em;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}
.woocommerce ul.products li.product .aggregateRating .star-rating {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 10px;
  margin-bottom: 0;
  width: 7em;
  color: #FAE20D;
  letter-spacing: 5px;
  font-size: 14px;
}
.woocommerce ul.products li.product .aggregateRating .star-rating span {
  display: inline-block;
}
.woocommerce ul.products li.product .aggregateRating .star-rating span strong,
.woocommerce ul.products li.product .aggregateRating .star-rating span span.visualhidden {
  display: none;
}
.woocommerce ul.products li.product .aggregateRating .star-rating span:before {
  font-size: 14px !important;
}
.woocommerce ul.products li.product .aggregateRating a.count {
  position: relative;
  top: -3px;
  margin: 0 0 0 5px;
  color: #262529;
}
.woocommerce ul.products li.product .aggregateRating a.count span.number {
  color: #FAE20D;
}
.woocommerce ul.products li.product span.price span.from {
  font: italic 11px/18px lato Condensed;
  color: #4A4A4A;
}
.woocommerce ul.products div[itemprop="description"] {
  margin: 0 0 5px 0;
}
.woocommerce ul.products div[itemprop="description"] > p:first-child {
  margin-top: 0;
}
.woocommerce .related.products,
.woocommerce .upsells.products {
  clear: both;
  margin-top: 100px;
}
.woocommerce .related.products h2,
.woocommerce .upsells.products h2 {
  font: normal 30px/34px lato Condensed;
  position: relative;
  margin: 0;
  margin-bottom: 30px;
  padding: 0 5px 15px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #E8E8E8;
  color: #4A4A4A;
  text-align: center;
}
.woocommerce .related.products h2:after,
.woocommerce .upsells.products h2:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -1px;
  width: 100px;
  height: 1px;
  background: #FC3C2A;
  margin-left: -50px;
}
.woocommerce .related.products ul li.product,
.woocommerce .related.products ul.products li.product,
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product {
  margin-bottom: 60px;
  width: 22.15%;
}
.woocommerce .upsells.products ul li.product,
.woocommerce .upsells.products ul.products li.product {
  margin-bottom: 0;
}
.woocommerce .quantity input::-webkit-inner-spin-button,
.woocommerce .quantity input::-webkit-outer-spin-button,
.woocommerce #quantity input::-webkit-inner-spin-button,
.woocommerce #quantity input::-webkit-outer-spin-button {
  display: none;
  margin: 2px 10px 0 0;
}
.woocommerce .quantity input.qty,
.woocommerce #quantity input.qty {
  width: 42px;
  height: 36px;
  border: 1px solid #E8E8E8;
  border-radius: 1px;
  font-weight: normal;
  font-size: 12px;
}
.woocommerce .quantity input.plus,
.woocommerce .quantity input.minus,
.woocommerce #quantity input.plus,
.woocommerce #quantity input.minus {
  float: right;
  position: relative;
  margin: 0;
  padding: 0 !important;
  width: 18px;
  height: 18px;
  border-radius: 1px;
  text-align: center;
  font-size: 13px;
  line-height: 1 !important;
  background: #E8E8E8 !important;
  text-shadow: none;
  border: 0;
  color: #696969 !important;
}
.woocommerce .quantity input.plus:hover,
.woocommerce .quantity input.minus:hover,
.woocommerce #quantity input.plus:hover,
.woocommerce #quantity input.minus:hover {
  background: #FC3C2A !important;
  color: #ffffff !important;
}
.woocommerce div.product span.onsale {
  right: 52%;
}
.woocommerce div.product p.price {
  margin-bottom: 30px;
}
.woocommerce div.product p.price span.from {
  font: italic 11px/18px lato Condensed;
  color: #4A4A4A;
}
.woocommerce div.product .woocommerce-tabs {
  position: relative;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs {
  overflow: visible;
  margin: 0;
  margin-top: 10px;
  padding: 0;
  border: 0;
  background: #E8E8E8;
  list-style: none;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li {
  position: relative;
  z-index: 2;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 1px;
  background: #E8E8E8;
  box-shadow: none;
  white-space: nowrap;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li:before,
.woocommerce div.product .woocommerce-tabs > ul.tabs li:after {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li a {
  position: relative;
  display: block;
  padding: 25px 16px;
  outline: none;

  color: #FC3C2A;
  text-shadow: none;
  font-weight: normal;
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li a .icon {
  color: #ffffff;
  font-style: normal;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li a:hover {
  border: 0;
  border-radius: 1px;
  background-color: #FC3C2A;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li a:hover .icon {
  color: #ffffff !important;
}
.woocommerce div.product .woocommerce-tabs > ul.tabs li.active {
  padding: 0 !important;
  border: 0;
  border-radius: 1px;
  background-color: #FC3C2A;
  box-shadow: none;
  color: #ffffff;
  text-decoration: none;
  white-space: nowrap;
}
.woocommerce div.product .woocommerce-tabs .panel {
  clear: both;
  margin-bottom: 0 !important;
  padding: 10px 12px 0 12px;
}
.woocommerce div.product .woocommerce-tabs,
.woocommerce div.product .woocommerce-tabs:after,
.woocommerce div.product .woocommerce-tabs > ul:after {
  display: block;
  clear: both;
  content: "";
}
.woocommerce div.product .woocommerce-tabs #tab-description > h2,
.woocommerce div.product .woocommerce-tabs #tab-reviews h2 {
  display: none;
}
.woocommerce div.product .woocommerce-tabs #tab-reviews #comments > div .star-rating {
  display: none;
}
.woocommerce div.product form.cart {
  margin-top: 60px;
  margin-bottom: 50px;
}
.woocommerce div.product form.cart .group_table td {
  padding-bottom: 1em;
}
.woocommerce div.product form.cart > .single_add_to_cart_button {
  padding: .7em 2em;
  border: 2px solid #FC3C2A;
  border-radius: 1px;
  background: transparent;
  box-shadow: none;
  color: #FC3C2A;
  text-transform: uppercase;
  text-shadow: none;
  font-style: normal;
  font-size: 15px;
}
.woocommerce div.product form.cart > .single_add_to_cart_button:hover,
.woocommerce div.product form.cart > .single_add_to_cart_button:hover span {
  border-color: #FC3C2A;
  background: #FC3C2A;
  color: #ffffff;
  transition: color 0.3s;
}
.woocommerce div.product form.cart + .share-btns {
  text-align: left;
  padding: 0 0 20px 0;
}
.woocommerce div.product form.cart + .share-btns > ul {
  margin-left: 0;
}
.woocommerce div.product form.cart + .share-btns .sep:first-child,
.woocommerce div.product form.cart + .share-btns .sep-2:first-child,
.woocommerce div.product form.cart + .share-btns .sep-3:first-child {
  display: none;
}
.woocommerce div.product .product_meta .posted_in,
.woocommerce div.product .product_meta .tagged_as {
  display: block;
}
.woocommerce div.product div.images {
  position: relative;
  margin-bottom: 120px;
}
.woocommerce div.product div.images .bx-wrapper {
  margin-bottom: 0;
}
.woocommerce div.product div.images div.thumbnails {
  padding-top: 0;
}
.woocommerce div.product div.images div.thumbnails a {
  margin-top: 3.8%;
  width: 22.05%;
}
.woocommerce.woocommerce-cart .cart_totals table {
  float: left;
  text-align: left;
}
.woocommerce.woocommerce-checkout .product-subtotal .amount,
.woocommerce.woocommerce-checkout .cart-subtotal .amount,
.woocommerce.woocommerce-checkout .order-total .amount {
  font: normal 16px/20px lato Condensed;
  color: #4A4A4A;
  font-weight: bold;
}
.woocommerce.woocommerce-checkout .customer_details dt,
.woocommerce.woocommerce-checkout .customer_details dd {
  display: inline;
}
.woocommerce.woocommerce-checkout .customer_details dt:before {
  display: block;
  content: "";
}
.woocommerce.woocommerce-checkout .addresses {
  margin-top: 30px;
}
.woocommerce.woocommerce-checkout table.shop_table,
.woocommerce.woocommerce-checkout table.shop_table th,
.woocommerce.woocommerce-checkout table.shop_table td {
  border: 0;
  font-weight: normal;
  padding: 3px;
}
.woocommerce.woocommerce-checkout h3 {
  margin-bottom: .8em;
  font: normal 20px/24px lato;
}
.woocommerce.woocommerce-checkout #payment div.payment_box {
  background: #E8E8E8;
  box-shadow: none;
}
.woocommerce.woocommerce-checkout #payment div.payment_box:after {
  border-bottom-color: #E8E8E8;
}
.woocommerce.woocommerce-checkout #shiptobilling {
  line-height: 2.7em;
}
.woocommerce.woocommerce-checkout .amount {
  color: #9B9B9B;
}
.woocommerce.woocommerce-checkout #place_order {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
}
.woocommerce.woocommerce-checkout #place_order,
.woocommerce.woocommerce-checkout #place_order span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.woocommerce.woocommerce-checkout #place_order span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.woocommerce.woocommerce-checkout #place_order span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.woocommerce.woocommerce-checkout #place_order span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.woocommerce.woocommerce-checkout #place_order span.icon:first-child {
  margin-right: 0;
}
.woocommerce.woocommerce-checkout #place_order span.icon:last-child {
  margin-left: 0;
}
.woocommerce.woocommerce-checkout #place_order span.btext {
  font-weight: normal;
  position: relative;
}
.woocommerce.woocommerce-checkout #place_order:hover,
.woocommerce.woocommerce-checkout #place_order:hover span {
  text-decoration: none;
}
.woocommerce.woocommerce-checkout #place_order.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.woocommerce.woocommerce-checkout #place_order.button-border,
.woocommerce.woocommerce-checkout #place_order.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.woocommerce.woocommerce-checkout #place_order.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.woocommerce.woocommerce-checkout #place_order.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.woocommerce.woocommerce-checkout #place_order span {
  color: #ffffff;
}
.woocommerce.woocommerce-checkout #place_order.button-border,
.woocommerce.woocommerce-checkout #place_order.button-border-slanted {
  border: 1px solid #FC3C2A;
}
.woocommerce.woocommerce-checkout #place_order.button-border span,
.woocommerce.woocommerce-checkout #place_order.button-border-slanted span {
  color: #FC3C2A;
}
.woocommerce.woocommerce-checkout #place_order.button-border-slanted {
  border-right-width: 5px;
}
.woocommerce.woocommerce-checkout #place_order:hover,
.woocommerce.woocommerce-checkout #place_order:focus,
.woocommerce.woocommerce-checkout #place_order:active {
  background: #FAE20D;
}
.woocommerce.woocommerce-checkout #place_order:hover,
.woocommerce.woocommerce-checkout #place_order:hover span,
.woocommerce.woocommerce-checkout #place_order:focus,
.woocommerce.woocommerce-checkout #place_order:focus span,
.woocommerce.woocommerce-checkout #place_order:active,
.woocommerce.woocommerce-checkout #place_order:active span {
  color: #ffffff;
}
.woocommerce.woocommerce-checkout #place_order.button-border:hover,
.woocommerce.woocommerce-checkout #place_order.button-border-slanted:hover {
  background: #FAE20D;
}
.woocommerce.woocommerce-checkout #place_order.button-border:hover,
.woocommerce.woocommerce-checkout #place_order.button-border:hover span,
.woocommerce.woocommerce-checkout #place_order.button-border-slanted:hover,
.woocommerce.woocommerce-checkout #place_order.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.woocommerce.woocommerce-checkout #place_order.button-border-slanted {
  border-right-color: #FAE20D;
}
.woocommerce #reviews h3 {
  margin: 0 0 20px;
  font-size: 16px;
}
.woocommerce #reviews #comments ol {
  margin: 0px;
}
.woocommerce #reviews #comments li {
  position: relative;
  padding: 10px 0 30px;
  min-height: 70px;
}
.woocommerce #reviews #comments li.has-children {
  padding-bottom: 0;
}
.woocommerce #reviews #comments ol li {
  clear: both;
  margin-top: -1px;
  list-style: none;
}
.woocommerce #reviews #comments > ol > li:first-child {
  margin-top: 0px;
}
.woocommerce #reviews #comments .children {
  margin: 0 0 0 20px;
  border-top: 0;
}
.woocommerce #reviews #comments .children li {
  clear: both;
  margin-left: 80px;
  padding-left: 10px;
}
.woocommerce #reviews #comments .children li:last-child {
  padding-bottom: 0;
}
.woocommerce #reviews #comments .avatar {
  max-width: 70px !important;
  max-height: 70px;
  background-color: #E8E8E8;
}
.woocommerce #reviews #comments .comment-author {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: 10px;
  min-height: 70px;
  width: 70px;
}
.woocommerce #reviews #comments .bypostauthor {
  position: relative;
  z-index: 1;
}
.woocommerce #reviews #comments .bypostauthor:hover {
  background: #E8E8E8;
}
.woocommerce #reviews #comments .bypostauthor:hover .comment-author:after {
  border-right-color: #ffffff;
}
.woocommerce #reviews #comments .comment-author-link {
  display: inline;
}
.woocommerce #reviews #comments .comment-time {
  display: inline;
  font-size: 9px !important;
}
.woocommerce #reviews #comments .comment-time:before {
  margin: auto 5px;
  content: " | ";
}
.woocommerce #reviews #comments .comment-content {
  position: relative;
  margin-left: 100px;
  min-height: 50px;
}
.woocommerce #reviews #comments .comment-content:hover h6.comment-reply-link {
  display: block;
}
.woocommerce #reviews #comments .comment-meta {
  margin-top: -3px;
  margin-bottom: 6px;
}
.woocommerce #reviews #comments .comment-meta > .comment-author-link {
  font: normal 20px/24px lato;
}
.woocommerce #reviews #comments h6.comment-reply-link {
  position: absolute;
  top: 0px;
  right: 15px;
  display: none;
  padding: 0 0 0 5px;
}
.woocommerce #reviews #comments h6.comment-reply-link a {
  margin: 0 0 0 5px;
  color: #FC3C2A;
  font-size: 12px;
}
.woocommerce #reviews #comments h6.comment-reply-link a:hover {
  color: #D02111;
}
.woocommerce #reviews #comments h6.comment-reply-link:before {
  position: relative;
  top: 5px;
  color: #262529;
  content: "\e03a";
  font-size: 18px;
  font-family: "Lato","lato", theme;
  line-height: 18px;
}
.woocommerce #reviews #comments #reply-title {
  margin-bottom: 0px !important;
}
.woocommerce #reviews #comments #cancel-comment-reply-link {
  position: relative;
}
.woocommerce #reviews #comments .comment-notes {
  margin-bottom: 14px;
}
.woocommerce #reviews #comments ol.commentlist li {
  margin-bottom: 0;
  padding: 15px 0;
  border-top: 1px dotted #E8E8E8;
}
.woocommerce #reviews #comments ol.commentlist li img.avatar {
  position: relative;
  float: none;
  width: 60px;
}
.woocommerce #reviews #comments ol.commentlist li .comment-meta {
  color: #4A4A4A;
}
.woocommerce #reviews #comments ol.commentlist li .comment-meta div.star-rating {
  width: 7em !important;
  letter-spacing: 5px;
  font-size: 14px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-meta div.star-rating span {
  color: #FC3C2A !important;
  font-size: 14px !important;
}
.woocommerce #reviews #comments ol.commentlist li .comment-meta div.star-rating span:before {
  font-size: 14px !important;
}
.woocommerce #reviews #comments .add_review {
  margin-top: 30px;
}
.woocommerce #commentform .form-submit {
  position: static;
}
.woocommerce #commentform .form-submit input {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
}
.woocommerce #commentform .form-submit input,
.woocommerce #commentform .form-submit input span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.woocommerce #commentform .form-submit input span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.woocommerce #commentform .form-submit input span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.woocommerce #commentform .form-submit input span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.woocommerce #commentform .form-submit input span.icon:first-child {
  margin-right: 0;
}
.woocommerce #commentform .form-submit input span.icon:last-child {
  margin-left: 0;
}
.woocommerce #commentform .form-submit input span.btext {
  font-weight: normal;
  position: relative;
}
.woocommerce #commentform .form-submit input:hover,
.woocommerce #commentform .form-submit input:hover span {
  text-decoration: none;
}
.woocommerce #commentform .form-submit input.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.woocommerce #commentform .form-submit input.button-border,
.woocommerce #commentform .form-submit input.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.woocommerce #commentform .form-submit input.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.woocommerce #commentform .form-submit input.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.woocommerce #commentform .form-submit input span {
  color: #ffffff;
}
.woocommerce #commentform .form-submit input.button-border,
.woocommerce #commentform .form-submit input.button-border-slanted {
  border: 1px solid #FC3C2A;
}
.woocommerce #commentform .form-submit input.button-border span,
.woocommerce #commentform .form-submit input.button-border-slanted span {
  color: #FC3C2A;
}
.woocommerce #commentform .form-submit input.button-border-slanted {
  border-right-width: 5px;
}
.woocommerce #commentform .form-submit input:hover,
.woocommerce #commentform .form-submit input:focus,
.woocommerce #commentform .form-submit input:active {
  background: #FAE20D;
}
.woocommerce #commentform .form-submit input:hover,
.woocommerce #commentform .form-submit input:hover span,
.woocommerce #commentform .form-submit input:focus,
.woocommerce #commentform .form-submit input:focus span,
.woocommerce #commentform .form-submit input:active,
.woocommerce #commentform .form-submit input:active span {
  color: #ffffff;
}
.woocommerce #commentform .form-submit input.button-border:hover,
.woocommerce #commentform .form-submit input.button-border-slanted:hover {
  background: #FAE20D;
}
.woocommerce #commentform .form-submit input.button-border:hover,
.woocommerce #commentform .form-submit input.button-border:hover span,
.woocommerce #commentform .form-submit input.button-border-slanted:hover,
.woocommerce #commentform .form-submit input.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.woocommerce #commentform .form-submit input.button-border-slanted {
  border-right-color: #FAE20D;
}
html.placeholder .woocommerce label[for] {
  display: inline;
}
html.placeholder .woocommerce form .form-row label[for] {
  display: block;
  padding-bottom: 5px;
}
html.placeholder .woocommerce form .form-row label[for].checkbox {
  display: inline;
}
.woocommerce article img {
  display: inline-block;
}
.woocommerce .widget_product_search #searchform label {
  display: none !important;
}
.woocommerce .summary form.cart {
  padding-left: 20px;
}
.woocommerce .summary > div {
  padding-left: 20px;
}
.woocommerce .summary .star-rating {
  margin: 13px 8px 15px 0;
  width: 7em;
  color: #FC3C2A;
  letter-spacing: 5px;
  font-size: 14px;
}
.woocommerce .summary .star-rating span:before {
  font-size: 14px !important;
}
.woocommerce .summary a.count {
  display: inline-block;
  margin: 10px 5px 15px 0;
  color: #262529;
  font-size: 10px;
}
.woocommerce .summary a.count span.number {
  color: #FAE20D;
}
.woocommerce .summary form.variations_form table.variations td {
  display: block;
  padding-bottom: 5px;
}
.woocommerce .summary form.variations_form table.variations td select {
  margin: 0 0 5px 0;
}
.woocommerce .summary form.variations_form .single_add_to_cart_button {
  font: normal 14px/20px lato;
  border-radius: 1px;
  background: #FC3C2A;
  color: #ffffff;
  text-transform: uppercase;
  font-weight: normal;
}
.woocommerce .summary form.variations_form .single_add_to_cart_button:hover,
.woocommerce .summary form.variations_form .single_add_to_cart_button:before,
.woocommerce .summary form.variations_form .single_add_to_cart_button:after {
  color: #9B9B9B !important;
  text-decoration: none;
}
.woocommerce .summary form.variations_form .single_add_to_cart_button:after {
  top: 2.2em;
  border-top: 1px solid #9B9B9B;
}
.woocommerce .summary .share-btns {
  margin: 0 0 0 20px;
  padding: 20px 0;
  border-top: 1px solid #E8E8E8;
}
.woocommerce .summary .product_meta {
  margin: 0 0 0 20px;
  padding-left: 0;
}
.woocommerce .summary .price .amount,
.woocommerce .summary .price ins .amount {
  font: normal 30px/34px lato Condensed;
}
.woocommerce .summary .price del .amount {
  font: normal 16px/20px lato Condensed;
}
.woocommerce .price .amount,
.woocommerce .price ins .amount {
  font: bold italic 26px/28px lato Condensed;
  font-style: normal;
  color: #FC3C2A;
  text-decoration: none !important;
}
.woocommerce .price del .amount {
  font: normal 16px/20px lato Condensed;
  color: #262529;
  text-decoration: line-through;
}
.woocommerce .images a img {
  box-shadow: none !important;
}
.woocommerce .product_meta {
  padding: 15px 0 0 0;
  border-top: 1px solid #E8E8E8;
}
.woocommerce .product_meta span {
  line-height: 25px;
}
.woocommerce .product_meta a {
  color: #FC3C2A;
}
.woocommerce .product_meta a:hover {
  color: #D02111;
}
.woocommerce .product_meta a:visited {
  color: #FC3C2A;
}
.woocommerce table.shop_table th,
.woocommerce table.shop_table tfoot th td {
  font-weight: normal;
}
.woocommerce.woocommerce-cart .button {
  padding: 0.3em 0.8em !important;
  text-shadow: none !important;
}
.woocommerce.woocommerce-cart .cart-contents .button {
  margin: 10px 10px 0 0;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #E8E8E8;
  color: #696969;
}
.woocommerce.woocommerce-cart .cart-contents .button,
.woocommerce.woocommerce-cart .cart-contents .button span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.woocommerce.woocommerce-cart .cart-contents .button span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.woocommerce.woocommerce-cart .cart-contents .button span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.woocommerce.woocommerce-cart .cart-contents .button span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.woocommerce.woocommerce-cart .cart-contents .button span.icon:first-child {
  margin-right: 0;
}
.woocommerce.woocommerce-cart .cart-contents .button span.icon:last-child {
  margin-left: 0;
}
.woocommerce.woocommerce-cart .cart-contents .button span.btext {
  font-weight: normal;
  position: relative;
}
.woocommerce.woocommerce-cart .cart-contents .button:hover,
.woocommerce.woocommerce-cart .cart-contents .button:hover span {
  text-decoration: none;
}
.woocommerce.woocommerce-cart .cart-contents .button.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.woocommerce.woocommerce-cart .cart-contents .button.button-border,
.woocommerce.woocommerce-cart .cart-contents .button.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.woocommerce.woocommerce-cart .cart-contents .button.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.woocommerce.woocommerce-cart .cart-contents .button.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.woocommerce.woocommerce-cart .cart-contents .button span {
  color: #696969;
}
.woocommerce.woocommerce-cart .cart-contents .button.button-border,
.woocommerce.woocommerce-cart .cart-contents .button.button-border-slanted {
  border: 1px solid #E8E8E8;
}
.woocommerce.woocommerce-cart .cart-contents .button.button-border span,
.woocommerce.woocommerce-cart .cart-contents .button.button-border-slanted span {
  color: #E8E8E8;
}
.woocommerce.woocommerce-cart .cart-contents .button.button-border-slanted {
  border-right-width: 5px;
}
.woocommerce.woocommerce-cart .cart-contents .button:hover,
.woocommerce.woocommerce-cart .cart-contents .button:focus,
.woocommerce.woocommerce-cart .cart-contents .button:active {
  background: #9B9B9B;
}
.woocommerce.woocommerce-cart .cart-contents .button:hover,
.woocommerce.woocommerce-cart .cart-contents .button:hover span,
.woocommerce.woocommerce-cart .cart-contents .button:focus,
.woocommerce.woocommerce-cart .cart-contents .button:focus span,
.woocommerce.woocommerce-cart .cart-contents .button:active,
.woocommerce.woocommerce-cart .cart-contents .button:active span {
  color: #ffffff;
}
.woocommerce.woocommerce-cart .cart-contents .button.button-border:hover,
.woocommerce.woocommerce-cart .cart-contents .button.button-border-slanted:hover {
  background: #9B9B9B;
}
.woocommerce.woocommerce-cart .cart-contents .button.button-border:hover,
.woocommerce.woocommerce-cart .cart-contents .button.button-border:hover span,
.woocommerce.woocommerce-cart .cart-contents .button.button-border-slanted:hover,
.woocommerce.woocommerce-cart .cart-contents .button.button-border-slanted:hover span {
  border-color: #9B9B9B;
  color: #ffffff;
}
.woocommerce.woocommerce-cart .cart-contents .button.button-border-slanted {
  border-right-color: #9B9B9B;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button,
.woocommerce.woocommerce-cart .cart-contents .checkout-button span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button span.icon:first-child {
  margin-right: 0;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button span.icon:last-child {
  margin-left: 0;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button span.btext {
  font-weight: normal;
  position: relative;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button:hover,
.woocommerce.woocommerce-cart .cart-contents .checkout-button:hover span {
  text-decoration: none;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border,
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button span {
  color: #ffffff;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border,
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border-slanted {
  border: 1px solid #FC3C2A;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border span,
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border-slanted span {
  color: #FC3C2A;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border-slanted {
  border-right-width: 5px;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button:hover,
.woocommerce.woocommerce-cart .cart-contents .checkout-button:focus,
.woocommerce.woocommerce-cart .cart-contents .checkout-button:active {
  background: #FAE20D;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button:hover,
.woocommerce.woocommerce-cart .cart-contents .checkout-button:hover span,
.woocommerce.woocommerce-cart .cart-contents .checkout-button:focus,
.woocommerce.woocommerce-cart .cart-contents .checkout-button:focus span,
.woocommerce.woocommerce-cart .cart-contents .checkout-button:active,
.woocommerce.woocommerce-cart .cart-contents .checkout-button:active span {
  color: #ffffff;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border:hover,
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border-slanted:hover {
  background: #FAE20D;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border:hover,
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border:hover span,
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border-slanted:hover,
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.woocommerce.woocommerce-cart .cart-contents .checkout-button.button-border-slanted {
  border-right-color: #FAE20D;
}
.woocommerce.woocommerce-cart .coupon {
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 16;
}
.woocommerce.woocommerce-cart table.shop_table,
.woocommerce.woocommerce-cart table.shop_table th,
.woocommerce.woocommerce-cart table.shop_table td {
  border: 0;
}
.woocommerce.woocommerce-cart table.shop_table .product-thumbnail img {
  width: 50px;
}
.woocommerce.woocommerce-cart table.shop_table td {
  border-top: 1px solid #E8E8E8;
  border-bottom: 0;
}
.woocommerce.woocommerce-cart table.shop_table td.product-name a {
  font-size: 15px;
}
.woocommerce.woocommerce-cart table.shop_table a.remove:hover {
  background: none;
  color: red;
}
.woocommerce.woocommerce-cart .product-subtotal .amount,
.woocommerce.woocommerce-cart .cart-subtotal .amount,
.woocommerce.woocommerce-cart .order-total .amount {
  font: normal 16px/20px lato Condensed;
  color: #4A4A4A;
  font-weight: bold;
}
.woocommerce.woocommerce-cart .cart_totals th,
.woocommerce.woocommerce-cart .cart_totals th strong {
  font-weight: normal;
  padding: 0;
}
.woocommerce.woocommerce-cart .cart_totals,
.woocommerce.woocommerce-cart .shipping_calculator {
  width: auto;
  float: none;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #E8E8E8;
  color: #696969;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button,
.woocommerce.woocommerce-cart .shipping-calculator-form .button span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button span.icon:first-child {
  margin-right: 0;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button span.icon:last-child {
  margin-left: 0;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button span.btext {
  font-weight: normal;
  position: relative;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button:hover,
.woocommerce.woocommerce-cart .shipping-calculator-form .button:hover span {
  text-decoration: none;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border,
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button span {
  color: #696969;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border,
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border-slanted {
  border: 1px solid #E8E8E8;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border span,
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border-slanted span {
  color: #E8E8E8;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border-slanted {
  border-right-width: 5px;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button:hover,
.woocommerce.woocommerce-cart .shipping-calculator-form .button:focus,
.woocommerce.woocommerce-cart .shipping-calculator-form .button:active {
  background: #9B9B9B;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button:hover,
.woocommerce.woocommerce-cart .shipping-calculator-form .button:hover span,
.woocommerce.woocommerce-cart .shipping-calculator-form .button:focus,
.woocommerce.woocommerce-cart .shipping-calculator-form .button:focus span,
.woocommerce.woocommerce-cart .shipping-calculator-form .button:active,
.woocommerce.woocommerce-cart .shipping-calculator-form .button:active span {
  color: #ffffff;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border:hover,
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border-slanted:hover {
  background: #9B9B9B;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border:hover,
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border:hover span,
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border-slanted:hover,
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border-slanted:hover span {
  border-color: #9B9B9B;
  color: #ffffff;
}
.woocommerce.woocommerce-cart .shipping-calculator-form .button.button-border-slanted {
  border-right-color: #9B9B9B;
}
.woocommerce.woocommerce-cart .cart_totals > h2,
.woocommerce.woocommerce-cart .shipping_calculator > h2 {
  font: normal 20px/24px lato;
  text-align: left;
}
.woocommerce.woocommerce-cart .cart_totals > h2 {
  margin-top: 0;
}
.woocommerce.woocommerce-cart .shipping-calculator-button {
  font: normal 20px/24px lato;
}
.woocommerce.woocommerce-cart .shipping-calculator-button select {
  padding: 10px;
  margin-bottom: 10px;
  font-size: 16px;
}
.woocommerce.woocommerce-cart .shipping-calculator-button span {
  font-style: normal;
}
.woocommerce.woocommerce-cart .shipping-calculator-button:hover {
  text-decoration: none;
}
.woocommerce.woocommerce-cart .shipping-calculator-button:after {
  display: none;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"] {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
  border: none !important;
  box-shadow: none !important;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"],
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"] span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"] span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"] span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"] span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"] span.icon:first-child {
  margin-right: 0;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"] span.icon:last-child {
  margin-left: 0;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"] span.btext {
  font-weight: normal;
  position: relative;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:hover,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:hover span {
  text-decoration: none;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"] span {
  color: #ffffff;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border-slanted {
  border: 1px solid #FC3C2A;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border span,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border-slanted span {
  color: #FC3C2A;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border-slanted {
  border-right-width: 5px;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:hover,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:focus,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:active {
  background: #FAE20D;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:hover,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:hover span,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:focus,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:focus span,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:active,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"]:active span {
  color: #ffffff;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border:hover,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border-slanted:hover {
  background: #FAE20D;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border:hover,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border:hover span,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border-slanted:hover,
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.woocommerce .pp_content_container #respond #commentform .form-submit input[type="submit"].button-border-slanted {
  border-right-color: #FAE20D;
}
.woocommerce .add_review a.button {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
  padding-right: .8em;
  padding-left: .8em;
  box-shadow: none;
}
.woocommerce .add_review a.button,
.woocommerce .add_review a.button span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.woocommerce .add_review a.button span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.woocommerce .add_review a.button span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.woocommerce .add_review a.button span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.woocommerce .add_review a.button span.icon:first-child {
  margin-right: 0;
}
.woocommerce .add_review a.button span.icon:last-child {
  margin-left: 0;
}
.woocommerce .add_review a.button span.btext {
  font-weight: normal;
  position: relative;
}
.woocommerce .add_review a.button:hover,
.woocommerce .add_review a.button:hover span {
  text-decoration: none;
}
.woocommerce .add_review a.button.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.woocommerce .add_review a.button.button-border,
.woocommerce .add_review a.button.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.woocommerce .add_review a.button.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.woocommerce .add_review a.button.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.woocommerce .add_review a.button span {
  color: #ffffff;
}
.woocommerce .add_review a.button.button-border,
.woocommerce .add_review a.button.button-border-slanted {
  border: 1px solid #FC3C2A;
}
.woocommerce .add_review a.button.button-border span,
.woocommerce .add_review a.button.button-border-slanted span {
  color: #FC3C2A;
}
.woocommerce .add_review a.button.button-border-slanted {
  border-right-width: 5px;
}
.woocommerce .add_review a.button:hover,
.woocommerce .add_review a.button:focus,
.woocommerce .add_review a.button:active {
  background: #FAE20D;
}
.woocommerce .add_review a.button:hover,
.woocommerce .add_review a.button:hover span,
.woocommerce .add_review a.button:focus,
.woocommerce .add_review a.button:focus span,
.woocommerce .add_review a.button:active,
.woocommerce .add_review a.button:active span {
  color: #ffffff;
}
.woocommerce .add_review a.button.button-border:hover,
.woocommerce .add_review a.button.button-border-slanted:hover {
  background: #FAE20D;
}
.woocommerce .add_review a.button.button-border:hover,
.woocommerce .add_review a.button.button-border:hover span,
.woocommerce .add_review a.button.button-border-slanted:hover,
.woocommerce .add_review a.button.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.woocommerce .add_review a.button.button-border-slanted {
  border-right-color: #FAE20D;
}
.woocommerce ul.cart_list a {
  font: normal 16px/20px lato Condensed;
  padding: 5px 0 10px 0;
  font-size: 14px;
}
.woocommerce ul.product_list_widget li a {
  font: normal 16px/20px lato Condensed;
  padding: 5px 0 5px 0;
  font-size: 14px;
}
.woocommerce ul.product_list_widget li img {
  box-shadow: none;
}
.woocommerce ul.product_list_widget .star-rating {
  display: none;
  margin: .7em 0;
}
.woocommerce ul.product-categories li.current-cat a {
  color: #D02111;
}
.woocommerce .woocommerce.widget_price_filter .price_slider {
  height: 0.8em;
  background: #ffffff;
}
.woocommerce .woocommerce.widget_price_filter .price_slider > div.ui-slider-range {
  background: #E8E8E8;
  box-shadow: none !important;
}
.woocommerce .woocommerce.widget_price_filter .price_slider > a.ui-slider-handle {
  width: 0.5em;
  height: 0.5em;
  border: 6px solid #FC3C2A !important;
  background: #fff;
  box-shadow: none !important;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
  margin-top: 15px;
  padding: 0.3em 0.8em;
  box-shadow: none;
  font-style: normal;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button span.icon:first-child {
  margin-right: 0;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button span.icon:last-child {
  margin-left: 0;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button span.btext {
  font-weight: normal;
  position: relative;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:hover,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:hover span {
  text-decoration: none;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button span {
  color: #ffffff;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border-slanted {
  border: 1px solid #FC3C2A;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border span,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border-slanted span {
  color: #FC3C2A;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border-slanted {
  border-right-width: 5px;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:hover,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:focus,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:active {
  background: #FAE20D;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:hover,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:hover span,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:focus,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:focus span,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:active,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button:active span {
  color: #ffffff;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border:hover,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border-slanted:hover {
  background: #FAE20D;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border:hover,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border:hover span,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border-slanted:hover,
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.woocommerce .woocommerce.widget_price_filter .price_slider_amount .button.button-border-slanted {
  border-right-color: #FAE20D;
}
.woocommerce .woocommerce.widget_price_filter .price_label {
  padding-top: 10px;
}
.woocommerce .woocommerce.widget_price_filter .from,
.woocommerce .woocommerce.widget_price_filter .to {
  color: #FC3C2A;
  font-size: 1.3em;
}
.woocommerce .myaccount_user {
  padding-bottom: 70px;
}
.woocommerce .myaccount_address {
  padding-bottom: 30px;
}
.woocommerce #customer_login .lost_password {
  margin-left: 20px;
}
body.woocommerce-checkout form.login {
  margin-bottom: 5em;
}
body.woocommerce-checkout .col-2 {
  border: 3px solid #FC3C2A;
  padding: 20px;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cart-collaterals {
  width: auto !important;
  padding: 20px;
  border: solid 3px #FC3C2A;
}
.cart-collaterals .cart_totals table tr:first-child th {
  width: 69%;
}
.cart-collaterals .cart_totals tr td {
  border: 0;
  padding: 3px !important;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input,
body.woocommerce .page-wrapper #submit,
body.woocommerce .page-wrapper a.button,
body.woocommerce .page-wrapper input.button,
body.woocommerce .page-wrapper input[type=button],
body.woocommerce .page-wrapper button.button {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
  font: normal 14px/20px lato;
  box-shadow: none;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input,
body.woocommerce .page-wrapper #review_form #respond .form-submit input span,
body.woocommerce .page-wrapper #submit,
body.woocommerce .page-wrapper #submit span,
body.woocommerce .page-wrapper a.button,
body.woocommerce .page-wrapper a.button span,
body.woocommerce .page-wrapper input.button,
body.woocommerce .page-wrapper input.button span,
body.woocommerce .page-wrapper input[type=button],
body.woocommerce .page-wrapper input[type=button] span,
body.woocommerce .page-wrapper button.button,
body.woocommerce .page-wrapper button.button span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input span,
body.woocommerce .page-wrapper #submit span,
body.woocommerce .page-wrapper a.button span,
body.woocommerce .page-wrapper input.button span,
body.woocommerce .page-wrapper input[type=button] span,
body.woocommerce .page-wrapper button.button span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input span.icon,
body.woocommerce .page-wrapper #submit span.icon,
body.woocommerce .page-wrapper a.button span.icon,
body.woocommerce .page-wrapper input.button span.icon,
body.woocommerce .page-wrapper input[type=button] span.icon,
body.woocommerce .page-wrapper button.button span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input span.icon.shortcode.inverted-colors,
body.woocommerce .page-wrapper #submit span.icon.shortcode.inverted-colors,
body.woocommerce .page-wrapper a.button span.icon.shortcode.inverted-colors,
body.woocommerce .page-wrapper input.button span.icon.shortcode.inverted-colors,
body.woocommerce .page-wrapper input[type=button] span.icon.shortcode.inverted-colors,
body.woocommerce .page-wrapper button.button span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input span.icon:first-child,
body.woocommerce .page-wrapper #submit span.icon:first-child,
body.woocommerce .page-wrapper a.button span.icon:first-child,
body.woocommerce .page-wrapper input.button span.icon:first-child,
body.woocommerce .page-wrapper input[type=button] span.icon:first-child,
body.woocommerce .page-wrapper button.button span.icon:first-child {
  margin-right: 0;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input span.icon:last-child,
body.woocommerce .page-wrapper #submit span.icon:last-child,
body.woocommerce .page-wrapper a.button span.icon:last-child,
body.woocommerce .page-wrapper input.button span.icon:last-child,
body.woocommerce .page-wrapper input[type=button] span.icon:last-child,
body.woocommerce .page-wrapper button.button span.icon:last-child {
  margin-left: 0;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input span.btext,
body.woocommerce .page-wrapper #submit span.btext,
body.woocommerce .page-wrapper a.button span.btext,
body.woocommerce .page-wrapper input.button span.btext,
body.woocommerce .page-wrapper input[type=button] span.btext,
body.woocommerce .page-wrapper button.button span.btext {
  font-weight: normal;
  position: relative;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input:hover,
body.woocommerce .page-wrapper #review_form #respond .form-submit input:hover span,
body.woocommerce .page-wrapper #submit:hover,
body.woocommerce .page-wrapper #submit:hover span,
body.woocommerce .page-wrapper a.button:hover,
body.woocommerce .page-wrapper a.button:hover span,
body.woocommerce .page-wrapper input.button:hover,
body.woocommerce .page-wrapper input.button:hover span,
body.woocommerce .page-wrapper input[type=button]:hover,
body.woocommerce .page-wrapper input[type=button]:hover span,
body.woocommerce .page-wrapper button.button:hover,
body.woocommerce .page-wrapper button.button:hover span {
  text-decoration: none;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-filled-small,
body.woocommerce .page-wrapper #submit.button-filled-small,
body.woocommerce .page-wrapper a.button.button-filled-small,
body.woocommerce .page-wrapper input.button.button-filled-small,
body.woocommerce .page-wrapper input[type=button].button-filled-small,
body.woocommerce .page-wrapper button.button.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border,
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border-slanted,
body.woocommerce .page-wrapper #submit.button-border,
body.woocommerce .page-wrapper #submit.button-border-slanted,
body.woocommerce .page-wrapper a.button.button-border,
body.woocommerce .page-wrapper a.button.button-border-slanted,
body.woocommerce .page-wrapper input.button.button-border,
body.woocommerce .page-wrapper input.button.button-border-slanted,
body.woocommerce .page-wrapper input[type=button].button-border,
body.woocommerce .page-wrapper input[type=button].button-border-slanted,
body.woocommerce .page-wrapper button.button.button-border,
body.woocommerce .page-wrapper button.button.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border-slanted,
body.woocommerce .page-wrapper #submit.button-border-slanted,
body.woocommerce .page-wrapper a.button.button-border-slanted,
body.woocommerce .page-wrapper input.button.button-border-slanted,
body.woocommerce .page-wrapper input[type=button].button-border-slanted,
body.woocommerce .page-wrapper button.button.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border-slanted span,
body.woocommerce .page-wrapper #submit.button-border-slanted span,
body.woocommerce .page-wrapper a.button.button-border-slanted span,
body.woocommerce .page-wrapper input.button.button-border-slanted span,
body.woocommerce .page-wrapper input[type=button].button-border-slanted span,
body.woocommerce .page-wrapper button.button.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input span,
body.woocommerce .page-wrapper #submit span,
body.woocommerce .page-wrapper a.button span,
body.woocommerce .page-wrapper input.button span,
body.woocommerce .page-wrapper input[type=button] span,
body.woocommerce .page-wrapper button.button span {
  color: #ffffff;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border,
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border-slanted,
body.woocommerce .page-wrapper #submit.button-border,
body.woocommerce .page-wrapper #submit.button-border-slanted,
body.woocommerce .page-wrapper a.button.button-border,
body.woocommerce .page-wrapper a.button.button-border-slanted,
body.woocommerce .page-wrapper input.button.button-border,
body.woocommerce .page-wrapper input.button.button-border-slanted,
body.woocommerce .page-wrapper input[type=button].button-border,
body.woocommerce .page-wrapper input[type=button].button-border-slanted,
body.woocommerce .page-wrapper button.button.button-border,
body.woocommerce .page-wrapper button.button.button-border-slanted {
  border: 1px solid #FC3C2A;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border span,
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border-slanted span,
body.woocommerce .page-wrapper #submit.button-border span,
body.woocommerce .page-wrapper #submit.button-border-slanted span,
body.woocommerce .page-wrapper a.button.button-border span,
body.woocommerce .page-wrapper a.button.button-border-slanted span,
body.woocommerce .page-wrapper input.button.button-border span,
body.woocommerce .page-wrapper input.button.button-border-slanted span,
body.woocommerce .page-wrapper input[type=button].button-border span,
body.woocommerce .page-wrapper input[type=button].button-border-slanted span,
body.woocommerce .page-wrapper button.button.button-border span,
body.woocommerce .page-wrapper button.button.button-border-slanted span {
  color: #FC3C2A;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border-slanted,
body.woocommerce .page-wrapper #submit.button-border-slanted,
body.woocommerce .page-wrapper a.button.button-border-slanted,
body.woocommerce .page-wrapper input.button.button-border-slanted,
body.woocommerce .page-wrapper input[type=button].button-border-slanted,
body.woocommerce .page-wrapper button.button.button-border-slanted {
  border-right-width: 5px;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input:hover,
body.woocommerce .page-wrapper #review_form #respond .form-submit input:focus,
body.woocommerce .page-wrapper #review_form #respond .form-submit input:active,
body.woocommerce .page-wrapper #submit:hover,
body.woocommerce .page-wrapper #submit:focus,
body.woocommerce .page-wrapper #submit:active,
body.woocommerce .page-wrapper a.button:hover,
body.woocommerce .page-wrapper a.button:focus,
body.woocommerce .page-wrapper a.button:active,
body.woocommerce .page-wrapper input.button:hover,
body.woocommerce .page-wrapper input.button:focus,
body.woocommerce .page-wrapper input.button:active,
body.woocommerce .page-wrapper input[type=button]:hover,
body.woocommerce .page-wrapper input[type=button]:focus,
body.woocommerce .page-wrapper input[type=button]:active,
body.woocommerce .page-wrapper button.button:hover,
body.woocommerce .page-wrapper button.button:focus,
body.woocommerce .page-wrapper button.button:active {
  background: #FAE20D;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input:hover,
body.woocommerce .page-wrapper #review_form #respond .form-submit input:hover span,
body.woocommerce .page-wrapper #review_form #respond .form-submit input:focus,
body.woocommerce .page-wrapper #review_form #respond .form-submit input:focus span,
body.woocommerce .page-wrapper #review_form #respond .form-submit input:active,
body.woocommerce .page-wrapper #review_form #respond .form-submit input:active span,
body.woocommerce .page-wrapper #submit:hover,
body.woocommerce .page-wrapper #submit:hover span,
body.woocommerce .page-wrapper #submit:focus,
body.woocommerce .page-wrapper #submit:focus span,
body.woocommerce .page-wrapper #submit:active,
body.woocommerce .page-wrapper #submit:active span,
body.woocommerce .page-wrapper a.button:hover,
body.woocommerce .page-wrapper a.button:hover span,
body.woocommerce .page-wrapper a.button:focus,
body.woocommerce .page-wrapper a.button:focus span,
body.woocommerce .page-wrapper a.button:active,
body.woocommerce .page-wrapper a.button:active span,
body.woocommerce .page-wrapper input.button:hover,
body.woocommerce .page-wrapper input.button:hover span,
body.woocommerce .page-wrapper input.button:focus,
body.woocommerce .page-wrapper input.button:focus span,
body.woocommerce .page-wrapper input.button:active,
body.woocommerce .page-wrapper input.button:active span,
body.woocommerce .page-wrapper input[type=button]:hover,
body.woocommerce .page-wrapper input[type=button]:hover span,
body.woocommerce .page-wrapper input[type=button]:focus,
body.woocommerce .page-wrapper input[type=button]:focus span,
body.woocommerce .page-wrapper input[type=button]:active,
body.woocommerce .page-wrapper input[type=button]:active span,
body.woocommerce .page-wrapper button.button:hover,
body.woocommerce .page-wrapper button.button:hover span,
body.woocommerce .page-wrapper button.button:focus,
body.woocommerce .page-wrapper button.button:focus span,
body.woocommerce .page-wrapper button.button:active,
body.woocommerce .page-wrapper button.button:active span {
  color: #ffffff;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border:hover,
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border-slanted:hover,
body.woocommerce .page-wrapper #submit.button-border:hover,
body.woocommerce .page-wrapper #submit.button-border-slanted:hover,
body.woocommerce .page-wrapper a.button.button-border:hover,
body.woocommerce .page-wrapper a.button.button-border-slanted:hover,
body.woocommerce .page-wrapper input.button.button-border:hover,
body.woocommerce .page-wrapper input.button.button-border-slanted:hover,
body.woocommerce .page-wrapper input[type=button].button-border:hover,
body.woocommerce .page-wrapper input[type=button].button-border-slanted:hover,
body.woocommerce .page-wrapper button.button.button-border:hover,
body.woocommerce .page-wrapper button.button.button-border-slanted:hover {
  background: #FAE20D;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border:hover,
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border:hover span,
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border-slanted:hover,
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border-slanted:hover span,
body.woocommerce .page-wrapper #submit.button-border:hover,
body.woocommerce .page-wrapper #submit.button-border:hover span,
body.woocommerce .page-wrapper #submit.button-border-slanted:hover,
body.woocommerce .page-wrapper #submit.button-border-slanted:hover span,
body.woocommerce .page-wrapper a.button.button-border:hover,
body.woocommerce .page-wrapper a.button.button-border:hover span,
body.woocommerce .page-wrapper a.button.button-border-slanted:hover,
body.woocommerce .page-wrapper a.button.button-border-slanted:hover span,
body.woocommerce .page-wrapper input.button.button-border:hover,
body.woocommerce .page-wrapper input.button.button-border:hover span,
body.woocommerce .page-wrapper input.button.button-border-slanted:hover,
body.woocommerce .page-wrapper input.button.button-border-slanted:hover span,
body.woocommerce .page-wrapper input[type=button].button-border:hover,
body.woocommerce .page-wrapper input[type=button].button-border:hover span,
body.woocommerce .page-wrapper input[type=button].button-border-slanted:hover,
body.woocommerce .page-wrapper input[type=button].button-border-slanted:hover span,
body.woocommerce .page-wrapper button.button.button-border:hover,
body.woocommerce .page-wrapper button.button.button-border:hover span,
body.woocommerce .page-wrapper button.button.button-border-slanted:hover,
body.woocommerce .page-wrapper button.button.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
body.woocommerce .page-wrapper #review_form #respond .form-submit input.button-border-slanted,
body.woocommerce .page-wrapper #submit.button-border-slanted,
body.woocommerce .page-wrapper a.button.button-border-slanted,
body.woocommerce .page-wrapper input.button.button-border-slanted,
body.woocommerce .page-wrapper input[type=button].button-border-slanted,
body.woocommerce .page-wrapper button.button.button-border-slanted {
  border-right-color: #FAE20D;
}
body.woocommerce .page-wrapper .quantity {
  margin: 0 15px 0 0 !important;
  padding-top: 4px;
}
body.post-type-archive-product ul.products,
body.tax-product_cat ul.products {
  margin-bottom: 0;
}
body.post-type-archive-product ul.products li.product,
body.tax-product_cat ul.products li.product {
  margin-bottom: 60px;
  width: 30.8%;
}
body.post-type-archive-product ul.products li.product.first,
body.tax-product_cat ul.products li.product.first {
  clear: both;
}
.widget.widget_shopping_cart .widget_shopping_cart_content li {
  overflow: visible;
}
.widget.widget_shopping_cart .widget_shopping_cart_content li.empty {
  border-bottom: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content li a {
  font-size: 18px !important;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total strong,
.widget.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  font: normal 16px/20px lato Condensed;
  color: #4A4A4A;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .total .amount {
  font-weight: bold;

}
.widget.widget_shopping_cart .widget_shopping_cart_content .quantity .amount {
  font: normal 14px/20px lato;
  color: #4A4A4A;
}
.widget.widget_shopping_cart .widget_shopping_cart_content p:last-child {
  margin-bottom: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button {
  margin-right: 10px;
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #E8E8E8;
  color: #696969;
  padding: 0.5em 1em;
  box-shadow: none;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button span.icon:first-child {
  margin-right: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button span.icon:last-child {
  margin-left: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button span.btext {
  font-weight: normal;
  position: relative;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:hover span {
  text-decoration: none;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button span {
  color: #696969;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border-slanted {
  border: 1px solid #E8E8E8;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border span,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border-slanted span {
  color: #E8E8E8;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border-slanted {
  border-right-width: 5px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:focus,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:active {
  background: #9B9B9B;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:hover span,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:focus,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:focus span,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:active,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button:active span {
  color: #ffffff;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border-slanted:hover {
  background: #9B9B9B;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border:hover span,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border-slanted:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border-slanted:hover span {
  border-color: #9B9B9B;
  color: #ffffff;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.button.button-border-slanted {
  border-right-color: #9B9B9B;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout {
  font-size: 14px;
  font-weight: normal;
  display: inline-block;
  text-align: center;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  vertical-align: middle;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  text-decoration: none;
  text-shadow: none;
  border: 0;
  padding: 1em 1.8em;
  background: #FC3C2A;
  color: #ffffff;
  padding: 0.5em 1em;
  box-shadow: none;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout span {
  transition: color .3s ease, border .3s ease, background .3s ease;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout span {
  display: inline-block;
  font-size: 1em;
  line-height: 1.15;
  padding: 0 .4em;
  margin: 0 0;
  vertical-align: baseline;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout span.icon {
  font-size: 100%;
  line-height: inherit;
  vertical-align: baseline !important;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout span.icon.shortcode.inverted-colors {
  font-size: 100%;
  box-shadow: 0 1px 1px rgba(0,0,0,0.1) inset, 0 1px 1px rgba(255,255,255,0.2);
  text-shadow: 0 1px 0 rgba(0,0,0,0.5);
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout span.icon:first-child {
  margin-right: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout span.icon:last-child {
  margin-left: 0;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout span.btext {
  font-weight: normal;
  position: relative;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:hover span {
  text-decoration: none;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-filled-small {
  box-shadow: 0px 2px 0px 0px #EAEAEA;
  padding: 0.2em 1em;
  font-weight: normal;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border-slanted {
  padding: 0.7em 1.6em;
  background: transparent;
  box-shadow: none;
  font-style: normal;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border-slanted {
  -webkit-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  transform: skew(-30deg);
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border-slanted span {
  -webkit-transform: skew(30deg);
  -ms-transform: skew(30deg);
  transform: skew(30deg);
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout span {
  color: #ffffff;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border-slanted {
  border: 1px solid #FC3C2A;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border span,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border-slanted span {
  color: #FC3C2A;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border-slanted {
  border-right-width: 5px;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:focus,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:active {
  background: #FAE20D;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:hover span,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:focus,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:focus span,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:active,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout:active span {
  color: #ffffff;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border-slanted:hover {
  background: #FAE20D;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border:hover span,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border-slanted:hover,
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border-slanted:hover span {
  border-color: #FAE20D;
  color: #ffffff;
}
.widget.widget_shopping_cart .widget_shopping_cart_content .buttons a.checkout.button-border-slanted {
  border-right-color: #FAE20D;
}
.woocommerce-page #review_form #respond p {
  margin: 0 0 10px;
}
.vamtam-cart-dropdown-link {
  position: relative;
  display: block;
  margin-top: -1px;
  margin-left: 2px;
  padding: 4px 0 4px 8px;
  width: 40px;
  height: 43px;
  background: transparent;
  color: #262529;
  text-align: center;
  font-size: 35px;
  line-height: 40px;
  cursor: pointer;
  transition: color .4s;
}
body.sticky-header-type-over.sticky-header.wpv-not-scrolled .vamtam-cart-dropdown-link,
body.sticky-header-type-half-over.sticky-header.wpv-not-scrolled .layout-standard .vamtam-cart-dropdown-link {
  color: #ffffff;
}
.vamtam-cart-dropdown-link .products {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: absolute;
  top: 5px;
  right: 0px;
  z-index: 1;
  display: block;
  padding: 5px;
  width: 20px;
  height: 20px;
  border-radius: 100px;
  background: #FAE20D;
  color: #262529;
  text-align: center;
  font-style: normal;
  font-size: 10px;
  font-family: "Lato","lato", "lato";
  line-height: 1;
}
.vamtam-cart-dropdown-link .products.cart-empty {
  background: #E8E8E8;
  color: #696969;
}
.vamtam-cart-dropdown-link .icon {
  position: relative;
  top: 5px;
  float: left;
  font-size: 21px;
}
.vamtam-cart-dropdown-link:hover {
  text-decoration: none;
}
.fixed-header-box .cart-dropdown {
  display: table-cell;
  min-width: 50px;
  vertical-align: middle;
}
.fixed-header-box .cart-dropdown.hidden {
  display: none;
}
.fixed-header-box .cart-dropdown:hover .vamtam-cart-dropdown-link {
  z-index: 9999;
}
.fixed-header-box .cart-dropdown:not(:last-child) .cart-dropdown-inner {
  width: 62px;
}
.fixed-header-box .cart-dropdown:not(:last-child) .vamtam-cart-dropdown-link {
  padding-right: 5px;
  padding-left: 15px;
}
.fixed-header-box .cart-dropdown:not(:last-child) .vamtam-cart-dropdown-link .products {
  right: 5px;
}
.fixed-header-box .cart-dropdown:not(:last-child) .widget {
  width: 262px;
}
.fixed-header-box .cart-dropdown .cart-dropdown-inner {
  width: 50px;
  height: 50px;
}
.fixed-header-box .cart-dropdown .widget {
  position: absolute;
  display: none;
  margin-left: -230px;
  padding: 15px;
  width: 250px;
  background-color: #ffffff;
  box-shadow: 0 2px 4px 2px rgba(0,0,0,0.09);
}
.fixed-header-box .cart-dropdown .widget img {
  box-shadow: none;
}
.contact_info_wrap,
.flickr_wrap,
.portfolios,
.price-outer-wrapper,
.services,
.slogan,
.team-member,
.toggle,
.unapproved,
.wpv-tabs {
  padding-top: 15px;
  padding-bottom: 15px;
}
.loop-wrapper.page-content {
  padding-top: 0;
  padding-bottom: 0;
}
.page-content > .frame > .google_map,
.page-content > .row > .grid-1-1 > .frame > .google_map {
  margin: 0 -60px;
}
.wpv-grid > .linkarea,
.wpv-grid > .services.has-more {
  margin-left: -15px;
  margin-right: -15px;
}
.alignnone {
  float: none !important;
}
.textcenter {
  text-align: center;
}
.alignright {
  float: right;
  margin: 1em 0 1em 1.5em;
}
.alignleft {
  float: left;
  margin: 1em 1.5em 1em 0;
}
.aligncenter {
  display: block;
  margin: 1em auto;
}
a img.alignright {
  float: right;
  margin: 0 0 20px 25px;
}
a img.alignnone {
  margin: 0px;
}
a img.alignleft {
  float: left;
  margin: 0 25px 20px 0;
}
a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignleft {
  margin: 0 25px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
img.alignright {
  margin: 0 0 20px 25px;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
img.aligncenter {
  margin: 0 auto;
}
img.alignnone {
  margin: 5px 0;
}
.wp-caption {
  max-width: 100%;
}
.wp-caption.alignleft {
  margin: 5px 10px 5px 0;
}
.wp-caption.alignright {
  margin: 5px 0 5px 10px;
}
.wp-caption .wp-caption-text,
.entry-caption,
.gallery-caption {
  margin-top: 0;
  font: italic 11px/18px lato Condensed;
  color: #4A4A4A;
}
.wp-smiley,
.wp-smiley * {
  border: 0px !important;
}
.sticky,
.gallery-caption,
.bypostauthor {
  outline: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  width: 100%;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
caption {
  font-size: 16px;
  margin: 20px 0;
}
th {
  font-weight: bold;
  text-transform: uppercase;
}
td {
  border-bottom: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}
dl {
  margin: 0 20px;
}
dt {
  font-weight: bold;
}
dd {
  margin: 0 0 10px;
}
address {
  font-style: italic;
  margin: 0 0 24px;
}
var,
cite {
  font-style: italic;
}
[class*="gallery-columns-"] {
  margin: 0 -15px;
}
[class*="gallery-columns-"].gallery-columns-1 .gallery-item {
  width: 100%;
}
[class*="gallery-columns-"].gallery-columns-2 .gallery-item {
  width: 50%;
}
[class*="gallery-columns-"].gallery-columns-3 .gallery-item {
  width: 33.333333333333%;
}
[class*="gallery-columns-"].gallery-columns-4 .gallery-item {
  width: 25%;
}
[class*="gallery-columns-"].gallery-columns-5 .gallery-item {
  width: 20%;
}
[class*="gallery-columns-"].gallery-columns-6 .gallery-item {
  width: 16.666666666667%;
}
[class*="gallery-columns-"].gallery-columns-7 .gallery-item {
  width: 14.285714285714%;
}
[class*="gallery-columns-"].gallery-columns-8 .gallery-item {
  width: 12.5%;
}
[class*="gallery-columns-"].gallery-columns-9 .gallery-item {
  width: 11.111111111111%;
}
[class*="gallery-columns-"] figure.gallery-item {
  padding: 0 15px;
  display: inline-block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
[class*="gallery-columns-"] figure.gallery-item img {
  display: inline-block;
}
@media (min-width: 959px) {
  header.main-header {
    overflow: visible;
  }
  header.main-header .mobile-top-bar,
  header.main-header .mobile-logo-additions {
    display: none;
  }
  .top-nav > .top-nav-inner > .row > .row:not(.single-cell) {
    display: table;
  }
  .top-nav > .top-nav-inner > .row > .row:not(.single-cell) > .grid-1-2 {
    display: table-cell;
    float: none;
    width: 100%;
    vertical-align: middle;
  }
  #sub-header {
    position: relative;
    z-index: 2;
  }
  #sub-header header.page-header {
    padding: 0 60px;
  }
  .loop-wrapper.news > .grid-1-4:nth-child(4n+1),
  .loop-wrapper.news > .grid-1-3:nth-child(3n+1),
  .loop-wrapper.news > .grid-1-2:nth-child(2n+1),
  .portfolios > ul > .grid-1-4:nth-child(4n+1),
  .portfolios > ul > .grid-1-3:nth-child(3n+1),
  .portfolios > ul > .grid-1-2:nth-child(2n+1) {
    clear: both;
  }
  .wpv-grid.left-border:before {
    position: absolute;
    top: 40px;
    bottom: 20px;
    left: 0;
    width: 1px;
    content: "";
  }
  .wpv-grid.has-more-button,
  .wpv-grid.has-more-button.grid-1-1,
  .wpv-grid.has-more-button.extended.grid-1-1 {
    position: relative;
    padding-right: 77px;
  }
  .wpv-grid.has-more-button .column-read-more-btn {
    position: absolute;
    top: 50%;
    right: 0;
    z-index: 44444444444;
    margin-top: -28px;
    padding: 20px 20px 20px 10px;
    background: #ffffff;
    box-shadow: 0 1px 1px #e3e3e3;
    color: #FC3C2A;
    text-align: center;
    font-size: 16px;
  }
  .wpv-grid.has-more-button .column-read-more-btn:hover {
    color: #D02111;
  }
  #tribe-events-content.tribe-events-single,
  .tribe-filters-closed  #tribe-events-content.tribe-events-single {
    float: left;
    width: calc(100% - 380px);
  }
  .wpv-tribe-single-media.no-image {
    padding: 40px 0;
  }
  .wpv-tribe-single-media.no-image .wpv-single-event-schedule {
    width: auto;
    display: table;
    height: 144px;
  }
  .wpv-tribe-single-media.no-image .wpv-single-event-schedule .wpv-single-event-schedule-block {
    display: table-cell;
    border-bottom: 0;
    border-right: 1px solid #E8E8E8;
    vertical-align: middle;
  }
  .wpv-tribe-single-media.no-image .wpv-single-event-schedule .wpv-single-event-schedule-block:last-child {
    border-right: 0;
  }
  .wpv-tribe-single-media.no-image .wpv-single-event-schedule .wpv-single-event-schedule-block.address .time {
    border-bottom: 1px solid #E8E8E8;
    margin: 0 -15px 15px -15px;
    padding: 0 15px 15px 15px;
    color: #FC3C2A;
    font-weight: bold;
  }
  .wpv-tribe-single-media.no-image + div .wpv-tribe-events-meta {
    margin-top: -184px;
  }
  body.layout-right-only .wpv-tribe-single-media.no-image + div .wpv-tribe-events-meta,
  body.layout-left-right .wpv-tribe-single-media.no-image + div .wpv-tribe-events-meta {
    margin-top: 0;
  }
  .wpv-tribe-events-meta {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: right;
    margin-top: -66px;
    padding: 30px;
    width: 320px;
    border-radius: 1px;
    background: #ffffff;
  }
  body.layout-right-only .wpv-tribe-events-meta,
  body.layout-left-right .wpv-tribe-events-meta {
    margin-top: 0;
  }
  .move-into-slider,
  .move-into-slider-2 {
    margin-top: -147px;
    z-index: 10;
  }
  .move-into-slider .wpv-tabs,
  .move-into-slider-2 .wpv-tabs {
    padding-top: 0;
    margin: 0 -20px;
  }
  .move-into-slider-2 {
    margin-top: -228px;
  }
  .page-template-guestbook-php #sub-header header.page-header {
    padding-bottom: 90px;
  }
  .page-template-guestbook-php #comments:first-child {
    margin-top: -90px;
    position: relative;
    z-index: 10;
  }
  body.woocommerce-checkout .col-1 {
    width: 58% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 30px;
  }
  body.woocommerce-checkout .col-2 {
    width: 42% !important;
  }
}
@media (min-width: 959px) and (max-width: 1280px) {
  .responsive-layout #ss-teaser,
  .responsive-layout #style-switcher,
  .responsive-layout #feedback-wrapper {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    right: auto !important;
    left: -10000px !important;
  }
  .responsive-layout .loop-wrapper.news > .grid-1-4,
  .responsive-layout .portfolios > ul > .grid-1-4 {
    width: 33.333333333333%;
  }
  .responsive-layout .loop-wrapper.news > .grid-1-4:nth-child(3n+1),
  .responsive-layout .portfolios > ul > .grid-1-4:nth-child(3n+1) {
    clear: both;
  }
  .responsive-layout .loop-wrapper.news > .grid-1-3:nth-child(3n+1),
  .responsive-layout .loop-wrapper.news > .grid-1-2:nth-child(2n+1),
  .responsive-layout .portfolios > ul > .grid-1-3:nth-child(3n+1),
  .responsive-layout .portfolios > ul > .grid-1-2:nth-child(2n+1) {
    clear: both;
  }
  .responsive-layout header.main-header {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    margin: 0;
  }
  .responsive-layout header.main-header .header-left {
    border-radius: 0;
    background-clip: padding-box;
    display: none;
  }
  .responsive-layout header.main-header #phone-num {
    display: none;
  }
  .responsive-layout header.main-header .header-right {
    display: none;
  }
  .responsive-layout header.main-header .second-row .second-row-columns {
    display: block;
  }
  .responsive-layout header.main-header .second-row .second-row-columns .header-center {
    display: block;
  }
  .responsive-layout .page-wrapper aside.left,
  .responsive-layout .page-wrapper aside.right {
    padding-left: 20px;
    padding-right: 20px;
  }
  .responsive-layout #footer-sidebars > .row .widget {
    padding-left: 20px;
    padding-right: 20px;
  }
  .responsive-layout .vamtam-booking-form .wpv-grid .wpv-grid:first-child {
    width: 100%;
  }
  .responsive-layout .vamtam-booking-form .wpv-grid .wpv-grid:last-child {
    width: 200%;
    margin-left: -100%;
    margin-top: 5px;
  }
}
@media (max-width: 958px) {
  .responsive-layout html {
    background-image: none;
  }
  .responsive-layout.page-header .title {
    padding: 30px 0 0 0 !important;
  }
  .responsive-layout.no-header-sidebars.no-page-header .page-wrapper {
    padding-top: 20px;
  }
  .responsive-layout #ss-teaser,
  .responsive-layout #style-switcher,
  .responsive-layout #feedback-wrapper {
    right: auto !important;
    left: -10000px !important;
    display: none !important;
    width: 0 !important;
    height: 0 !important;
  }
  .responsive-layout.boxed .boxed-layout {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 !important;
    padding: 0 !important;
  }
  .responsive-layout .grid-1-2,
  .responsive-layout .grid-1-3,
  .responsive-layout .grid-1-4,
  .responsive-layout .grid-1-5,
  .responsive-layout .grid-1-6,
  .responsive-layout .grid-2-3,
  .responsive-layout .grid-2-5,
  .responsive-layout .grid-3-4,
  .responsive-layout .grid-3-5,
  .responsive-layout .grid-4-5,
  .responsive-layout .grid-5-6,
  .responsive-layout aside.left,
  .responsive-layout aside.right,
  .responsive-layout .left-only,
  .responsive-layout .right-only,
  .responsive-layout .left-right {
    float: none !important;
    clear: both !important;
    margin-bottom: 0;
    width: 100% !important;
  }
  .responsive-layout .grid-1-2:last-child,
  .responsive-layout .grid-1-3:last-child,
  .responsive-layout .grid-1-4:last-child,
  .responsive-layout .grid-1-5:last-child,
  .responsive-layout .grid-1-6:last-child,
  .responsive-layout .grid-2-3:last-child,
  .responsive-layout .grid-2-5:last-child,
  .responsive-layout .grid-3-4:last-child,
  .responsive-layout .grid-3-5:last-child,
  .responsive-layout .grid-4-5:last-child,
  .responsive-layout .grid-5-6:last-child,
  .responsive-layout aside.left:last-child,
  .responsive-layout aside.right:last-child,
  .responsive-layout .left-only:last-child,
  .responsive-layout .right-only:last-child,
  .responsive-layout .left-right:last-child {
    margin-bottom: 0;
  }
  .responsive-layout .grid-1-1 {
    margin-bottom: 0;
    float: none;
  }
  .responsive-layout .grid-1-1:last-child {
    margin-bottom: 0;
  }
  .responsive-layout #header-sidebars aside,
  .responsive-layout #footer-sidebars aside {
    display: block !important;
    clear: both !important;
    margin: 0 0 15px 0 !important;
    width: 100% !important;
  }
  .responsive-layout #header-sidebars aside section,
  .responsive-layout #footer-sidebars aside section {
    margin: 0;
  }
  .responsive-layout #footer-sidebars aside {
    padding: 0 !important;
  }
  .responsive-layout .row {
    margin-bottom: 0;
  }
  .responsive-layout .row:last-child {
    margin-bottom: 0;
  }
  .responsive-layout #wpadminbar {
    overflow: hidden;
    min-width: 0;
  }
  .responsive-layout aside.left,
  .responsive-layout aside.right {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 0;
    margin-left: 0;
    padding: 0 30px;
  }
  
    

 .peopple_says {
	float: left;
	width: 100%;
	padding: 18px 0px 50px 0px;
	text-align: center;
	background: url(../images/w-map-big.jpg) no-repeat center top;
}
.peopple_says h1 {
	font-size: 27px;
	line-height: 37px;
	padding: 0px;
	margin: 0px 0px 30px 0px;
	text-transform: uppercase;
}
.peopple_says h1 i {
	font-size: 16px;
	font-style: normal;
	display: block;
	text-transform: none;
	color: #727272;
}
.peopple_says .arrow_d {
	float: left;
	width: 100%;
	height: 19px;
	background: url(../images/arrow-down.png) no-repeat center top;
}


