/** js_composer_front.css **/
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 5px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
/* Grid systems
---------------------------------------------------------- */
.wpb_row {
  box-sizing: border-box;
}
/* Grid with fluid columns */
.vc_row-fluid {
  width: 100%;
  *zoom: 1;
}
.vc_row-fluid:before,
.vc_row-fluid:after {
  display: table;
  content: "";
}
.vc_row-fluid:after {
  clear: both;
}
.vc_row-fluid [class*="vc_span"] {
  display: block;
  width: 100%;
  min-height: 5px;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.5%;
}
.vc_row-fluid [class*="vc_span"]:first-child {
  margin-left: 0;
}
.vc_row-fluid .vc_span12,
.wpb_teaser_grid.wpb_carousel .vc_span12 {
  width: 100%;
}
.vc_row-fluid .vc_span11 {
  width: 91.45833333333334%;
}
.vc_row-fluid .vc_span10 {
  width: 82.91666666666667%;
}
.vc_row-fluid .vc_span9 {
  width: 74.375%;
}
.vc_row-fluid .vc_span8 {
  width: 65.83333333333334%;
}
.vc_row-fluid .vc_span7 {
  width: 57.29166666666667%;
}
.vc_row-fluid .vc_span6,
.wpb_teaser_grid.wpb_carousel .vc_span6 {
  width: 48.75%;
}
.vc_row-fluid .vc_span5 {
  width: 40.208333333333336%;
}
.vc_row-fluid .vc_span4,
.wpb_teaser_grid.wpb_carousel .vc_span4 {
  width: 31.666666666666668%;
}
.vc_row-fluid .vc_span3,
.wpb_teaser_grid.wpb_carousel .vc_span3 {
  width: 23.125%;
}
.vc_row-fluid .vc_span2 {
  width: 14.583333333333334%;
}
.vc_row-fluid .vc_span1 {
  width: 6.041666666666667%;
}
.wpb_row > .wpb_column > .wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}
/* end Grid systems -------------------------------------- */
/* Responsive classes
---------------------------------------------------------- */
.hidden {
  display: none;
  visibility: hidden;
}
.visible-phone {
  display: none !important;
}
.visible-tablet {
  display: none !important;
}
.hidden-desktop {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }
  .hidden-phone {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .visible-tablet {
    display: inherit !important;
  }
  .hidden-tablet {
    display: none !important;
  }
  .hidden-desktop {
    display: inherit !important;
  }
  .visible-desktop {
    display: none !important ;
  }
}
/* end Responsive classes -------------------------------- */
/* Visual Composer content elements styling
---------------------------------------------------------- */
.wpb_separator,
.vc_text_separator {
  border-bottom: 1px solid #f7f7f7;
}
/* Separator
---------------------------------------------------------- */
.wpb_separator {
  clear: both;
  height: 1px;
}
/* Text Separator
---------------------------------------------------------- */
.vc_text_separator {
  clear: both;
  height: 1px;
}
.vc_text_separator div {
  display: inline-block;
  background-color: #ffffff;
  padding: 1px 1em;
  position: relative;
  top: -9px;
}
.separator_align_center {
  text-align: center;
}
.separator_align_left {
  text-align: left;
}
.separator_align_right {
  text-align: right;
}
/* Facebook
---------------------------------------------------------- */
.fb_type_standard {
  height: 25px;
}
.fb_type_standard iframe {
  height: 25px;
}
.fb_type_button_count {
  height: 20px;
}
.fb_type_button_count iframe {
  height: 20px;
}
.fb_type_box_count {
  height: 62px;
}
.fb_type_box_count iframe {
  height: 62px;
}
/* Google plus
---------------------------------------------------------- */
.wpb_googleplus_type_standard {
  height: 25px;
}
.wpb_googleplus_type_small {
  height: 19px;
}
.wpb_googleplus_type_medium {
  height: 21px;
}
.wpb_googleplus_type_tall {
  height: 21px;
}
/* Pinterest
---------------------------------------------------------- */
.wpb_pinterest_type_horizontal {
  height: 21px;
}
.wpb_pinterest_type_vertical {
  height: 60px;
}
.wpb_pinterest_type_none {
  height: 21px;
}
/* Toggle / FAQ
---------------------------------------------------------- */
.wpb_toggle,
#content h4.wpb_toggle {
  background: url(../images/toggle_open.png) no-repeat left center;
  padding-left: 25px;
  clear: both;
  margin-top: 0;
}
.wpb_toggle_title_active,
#content h4.wpb_toggle_title_active {
  background: url(../images/toggle_close.png) no-repeat left center;
}
.wpb_toggle:hover {
  cursor: pointer;
}
.wpb_toggle_content {
  display: none;
  overflow: hidden;
  padding: 0px 0px 0px 25px;
  margin-top: 1em;
}
.wpb_toggle_open {
  display: block;
}
/* Widgetised column element
---------------------------------------------------------- */
.wpb_widgetised_column .wpb_wrapper > ul {
  margin: 0;
}
.wpb_widgetised_column .wpb_wrapper > ul > li {
  margin-left: 0;
  background-image: none;
  list-style: none !important;
}
.wpb_widgetised_column .wpb_wrapper > ul > li:after,
.wpb_widgetised_column .wpb_wrapper > ul > li:before {
  display: none !important;
}
/* Buttons
---------------------------------------------------------- */
.wpb_button {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */
  *zoom: 1;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  margin-top: 0;
  font-size: 13px;
  line-height: 18px;
  *line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f7f7f7;
  border: 1px solid #cccccc;
  *border: 0;
  border-bottom-color: #b3b3b3;
  border-radius: 2px;
  *margin-left: .3em;
}
.wpb_button:hover,
.wpb_button:active,
.wpb_button.active,
.wpb_button.disabled,
.wpb_button[disabled] {
  background-color: #eaeaea;
}
.wpb_button:active,
.wpb_button.active {
  background-color: #d1d1d1 \9;
}
.wpb_button:first-child {
  *margin-left: 0;
}
.wpb_button:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  /* Buttons in IE7 don't get borders, so darken on hover */
  -webkit-transition: background-color 0.1s linear;
  transition: background-color 0.1s linear;
}
.wpb_button:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
.wpb_button.active,
.wpb_button:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}
button.wpb_btn-large,
span.wpb_btn-large {
  padding: 9px 14px;
  font-size: 15px;
  line-height: normal;
  border-radius: 2px;
}
button.wpb_btn-large [class^="icon-"],
span.wpb_btn-large [class^="icon-"] {
  margin-top: 1px;
}
button.wpb_btn-small,
span.wpb_btn-small {
  padding: 5px 9px;
  font-size: 11px;
  line-height: 16px;
}
button.wpb_btn-small [class^="icon-"],
span.wpb_btn-small [class^="icon-"] {
  margin-top: -1px;
}
button.wpb_btn-mini,
span.wpb_btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 14px;
}
.wpb_btn-primary,
.wpb_btn-primary:hover,
.wpb_btn-warning,
.wpb_btn-warning:hover,
.wpb_btn-danger,
.wpb_btn-danger:hover,
.wpb_btn-success,
.wpb_btn-success:hover,
.wpb_btn-info,
.wpb_btn-info:hover,
.wpb_btn-inverse,
.wpb_btn-inverse:hover {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.wpb_btn-primary.active,
.wpb_btn-warning.active,
.wpb_btn-danger.active,
.wpb_btn-success.active,
.wpb_btn-info.active,
.wpb_btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}
.wpb_button {
  border-color: #ccc;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1);
}
.wpb_btn-primary {
  background-color: #0088cc;
}
.wpb_btn-primary:hover,
.wpb_btn-primary:active,
.wpb_btn-primary.active,
.wpb_btn-primary.disabled,
.wpb_btn-primary[disabled] {
  background-color: #0077b3;
}
.wpb_btn-primary:active,
.wpb_btn-primary.active {
  background-color: #005580 \9;
}
.wpb_btn-warning {
  background-color: #ff9900;
}
.wpb_btn-warning:hover,
.wpb_btn-warning:active,
.wpb_btn-warning.active,
.wpb_btn-warning.disabled,
.wpb_btn-warning[disabled] {
  background-color: #e68a00;
}
.wpb_btn-warning:active,
.wpb_btn-warning.active {
  background-color: #b36b00 \9;
}
.wpb_btn-danger {
  background-color: #ff675b;
}
.wpb_btn-danger:hover,
.wpb_btn-danger:active,
.wpb_btn-danger.active,
.wpb_btn-danger.disabled,
.wpb_btn-danger[disabled] {
  background-color: #ff4f42;
}
.wpb_btn-danger:active,
.wpb_btn-danger.active {
  background-color: #ff200f \9;
}
.wpb_btn-success {
  background-color: #6ab165;
}
.wpb_btn-success:hover,
.wpb_btn-success:active,
.wpb_btn-success.active,
.wpb_btn-success.disabled,
.wpb_btn-success[disabled] {
  background-color: #5aa855;
}
.wpb_btn-success:active,
.wpb_btn-success.active {
  background-color: #488644 \9;
}
.wpb_btn-info {
  background-color: #58b9da;
}
.wpb_btn-info:hover,
.wpb_btn-info:active,
.wpb_btn-info.active,
.wpb_btn-info.disabled,
.wpb_btn-info[disabled] {
  background-color: #43b0d5;
}
.wpb_btn-info:active,
.wpb_btn-info.active {
  background-color: #2a97bc \9;
}
.wpb_btn-inverse {
  background-color: #555555;
}
.wpb_btn-inverse:hover,
.wpb_btn-inverse:active,
.wpb_btn-inverse.active,
.wpb_btn-inverse.disabled,
.wpb_btn-inverse[disabled] {
  background-color: #484848;
}
.wpb_btn-inverse:active,
.wpb_btn-inverse.active {
  background-color: #2f2f2f \9;
}
button.wpb_button,
input[type="submit"].wpb_button {
  *padding-top: 2px;
  *padding-bottom: 2px;
}
button.wpb_button::-moz-focus-inner,
input[type="submit"].wpb_button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.wpb_button.wpb_btn-large,
input[type="submit"].wpb_button.wpb_btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.wpb_button.wpb_btn-small,
input[type="submit"].wpb_button.wpb_btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.wpb_button.wpb_btn-mini,
input[type="submit"].wpb_button.wpb_btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
/* Button
---------------------------------------------------------- */
a.wpb_button_a {
  text-decoration: none;
  border: none;
}
a.wpb_button_a:hover {
  text-decoration: none;
}
.wpb_button:hover {
  background-image: none;
}
i.icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  line-height: 16px;
  vertical-align: text-top;
  margin-left: 5px;
}
.wpb_btn-large i.icon {
  height: 19px;
  margin-left: 9px;
}
.wpb_btn-small i.icon {
  height: 15px;
}
.wpb_btn-mini i.icon {
  display: none;
}
.wpb_address_book i.icon,
option.wpb_address_book {
  background: url(../images/icons/address-book.png) no-repeat right center;
}
.wpb_alarm_clock i.icon,
option.wpb_alarm_clock {
  background: url(../images/icons/alarm-clock.png) no-repeat right center;
}
.wpb_anchor i.icon,
option.wpb_anchor {
  background: url(../images/icons/anchor.png) no-repeat right center;
}
.wpb_application_image i.icon,
option.wpb_application_image {
  background: url(../images/icons/application-image.png) no-repeat right center;
}
.wpb_arrow i.icon,
option.wpb_arrow {
  background: url(../images/icons/arrow.png) no-repeat right center;
}
.wpb_asterisk i.icon,
option.wpb_asterisk {
  background: url(../images/icons/asterisk.png) no-repeat right center;
}
.wpb_hammer i.icon,
option.wpb_hammer {
  background: url(../images/icons/auction-hammer.png) no-repeat right center;
}
.wpb_balloon i.icon,
option.wpb_balloon {
  background: url(../images/icons/balloon.png) no-repeat right center;
}
.wpb_balloon_buzz i.icon,
option.wpb_balloon_buzz {
  background: url(../images/icons/balloon-buzz.png) no-repeat right center;
}
.wpb_balloon_facebook i.icon,
option.wpb_balloon_facebook {
  background: url(../images/icons/balloon-facebook.png) no-repeat right center;
}
.wpb_balloon_twitter i.icon,
option.wpb_balloon_twitter {
  background: url(../images/icons/balloon-twitter.png) no-repeat right center;
}
.wpb_battery i.icon,
option.wpb_battery {
  background: url(../images/icons/battery-full.png) no-repeat right center;
}
.wpb_binocular i.icon,
option.wpb_binocular {
  background: url(../images/icons/binocular.png) no-repeat right center;
}
.wpb_document_excel i.icon,
option.wpb_document_excel {
  background: url(../images/icons/blue-document-excel.png) no-repeat right center;
}
.wpb_document_image i.icon,
option.wpb_document_image {
  background: url(../images/icons/blue-document-image.png) no-repeat right center;
}
.wpb_document_music i.icon,
option.wpb_document_music {
  background: url(../images/icons/blue-document-music.png) no-repeat right center;
}
.wpb_document_office i.icon,
option.wpb_document_office {
  background: url(../images/icons/blue-document-office.png) no-repeat right center;
}
.wpb_document_pdf i.icon,
option.wpb_document_pdf {
  background: url(../images/icons/blue-document-pdf.png) no-repeat right center;
}
.wpb_document_powerpoint i.icon,
option.wpb_document_powerpoint {
  background: url(../images/icons/blue-document-powerpoint.png) no-repeat right center;
}
.wpb_document_word i.icon,
option.wpb_document_word {
  background: url(../images/icons/blue-document-word.png) no-repeat right center;
}
.wpb_bookmark i.icon,
option.wpb_bookmark {
  background: url(../images/icons/bookmark.png) no-repeat right center;
}
.wpb_camcorder i.icon,
option.wpb_camcorder {
  background: url(../images/icons/camcorder.png) no-repeat right center;
}
.wpb_camera i.icon,
option.wpb_camera {
  background: url(../images/icons/camera.png) no-repeat right center;
}
.wpb_chart i.icon,
option.wpb_chart {
  background: url(../images/icons/chart.png) no-repeat right center;
}
.wpb_chart_pie i.icon,
option.wpb_chart_pie {
  background: url(../images/icons/chart-pie.png) no-repeat right center;
}
.wpb_clock i.icon,
option.wpb_clock {
  background: url(../images/icons/clock.png) no-repeat right center;
}
.wpb_play i.icon,
option.wpb_play {
  background: url(../images/icons/control.png) no-repeat right center;
}
.wpb_fire i.icon,
option.wpb_fire {
  background: url(../images/icons/fire.png) no-repeat right center;
}
.wpb_heart i.icon,
option.wpb_heart {
  background: url(../images/icons/heart.png) no-repeat right center;
}
.wpb_mail i.icon,
option.wpb_mail {
  background: url(../images/icons/mail.png) no-repeat right center;
}
.wpb_shield i.icon,
option.wpb_shield {
  background: url(../images/icons/plus-shield.png) no-repeat right center;
}
.wpb_video i.icon,
option.wpb_video {
  background: url(../images/icons/video.png) no-repeat right center;
}
/* Call to action
---------------------------------------------------------- */
.wpb_call_to_action {
  position: relative;
  background-color: #f7f7f7;
  padding: 20px;
  padding: 35px;
  border: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.wpb_call_to_action .wpb_button {
  margin: 0;
  box-sizing: border-box;
}
.cta_align_left .wpb_button {
  float: left;
}
.cta_align_right .wpb_button {
  float: right;
}
.cta_align_left .wpb_button,
.cta_align_right .wpb_button {
  max-width: 27.5%;
}
.cta_align_left .wpb_call_text,
.cta_align_right .wpb_call_text {
  width: 70%;
  float: left;
  clear: none;
}
.cta_align_left .wpb_call_text {
  float: right;
}
.wpb_call_to_action .wpb_call_text,
#content .wpb_call_to_action .wpb_call_text {
  margin: 0;
  padding-top: 0;
}
.cta_align_bottom {
  text-align: center;
}
.cta_align_bottom .wpb_button {
  position: static;
  margin-top: 21.739130434782606px;
  display: inline-block;
}
.cta_no_button .wpb_call_text {
  width: auto;
  float: none;
}
/* Call to action responsive rules
---------------------------------------------------------- */
@media (max-width: 600px) {
  .vc_responsive .cta_align_left .wpb_button,
  .vc_responsive .cta_align_right .wpb_button {
    max-width: 70%;
    width: 70%;
    float: none;
    display: block;
    margin: 3% auto;
  }
  .vc_responsive .cta_align_left .wpb_call_text,
  .vc_responsive .cta_align_right .wpb_call_text {
    width: auto;
    max-width: none;
    text-align: center;
  }
}
/* Google maps
---------------------------------------------------------- */
.wpb_gmaps_widget .wpb_map_wraper {
  background-color: #f7f7f7;
  padding: 5px;
}
.wpb_gmaps_widget .wpb_map_wraper iframe {
  margin-bottom: 0;
  padding: 0;
  display: block;
}
.wpb_content_element .wpb_tabs_nav li a:focus,
.wpb_accordion_section .wpb_accordion_header a:focus,
.wpb_tour_next_prev_nav a:focus {
  outline: none;
}
/** Tabs/Tour Common **/
.wpb_content_element .wpb_tour_tabs_wrapper,
.wpb_content_element .wpb_tabs_nav {
  padding: 0;
}
.wpb_content_element .wpb_tabs_nav {
  margin: 0;
  padding-left: 0 !important;
  text-indent: inherit !important;
}
#content .wpb_content_element .wpb_tabs_nav {
  margin: 0;
}
.wpb_content_element .wpb_tabs_nav li {
  background-color: #f0f0f0;
  white-space: nowrap;
  padding: 0;
  background-image: none;
  list-style: none !important;
}
.wpb_content_element .wpb_tabs_nav li:after,
.wpb_content_element .wpb_tabs_nav li:before {
  display: none !important;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
.wpb_content_element .wpb_tabs_nav li:hover {
  background-color: #f7f7f7;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
  cursor: default;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_ui-tabs-hide {
  display: none;
}
/** Tabs/Tour/Accordion Common **/
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
.wpb_content_element .wpb_accordion_header a {
  border-bottom: none;
  text-decoration: none;
  display: block;
  padding: 0.5em 1em;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header,
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
  background-color: #f7f7f7;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav li,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
  padding: 1em;
}
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab > .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content > .wpb_content_element:last-child,
.wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content .wpb_row:last-child > div > div.wpb_wrapper .wpb_content_element:last-child {
  margin-bottom: 0;
}
/** Tabs **/
.wpb_tabs .wpb_tabs_nav li {
  float: left;
  margin: 0 1px 0 0;
}
/** Tour **/
.wpb_tour .wpb_tabs_nav {
  float: left;
  width: 31.666666666666668%;
}
.wpb_tour .wpb_tabs_nav li {
  margin: 0 0 1px 0;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
  box-sizing: border-box;
  border: none;
  float: left;
  width: 68.33333333333333%;
  padding: 0 0 0 21.739130434782606px;
}
.wpb_tour_next_prev_nav {
  margin-left: 31.666666666666668%;
  padding-left: 21.739130434782606px;
  font-size: 80%;
}
.wpb_tour_next_prev_nav a {
  border-bottom: 1px dotted;
  text-decoration: none;
}
.wpb_tour_next_prev_nav a:hover {
  text-decoration: none;
  border-bottom: none;
}
.wpb_tour_next_prev_nav span {
  width: 48%;
  display: inline-block;
  padding-top: 1em;
  float: left;
}
.wpb_tour_next_prev_nav span.wpb_next_slide {
  text-align: right;
  float: right;
}
/** Accordion **/
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header {
  margin: 0 0 1px 0;
  padding-top: 0;
  position: relative;
  text-transform: none;
  font-weight: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  letter-spacing: inherit;
}
.wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a {
  padding-left: 1em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-default .ui-icon,
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url(../images/toggle_open.png);
  background-repeat: no-repeat;
  position: absolute;
  right: 0.7em;
  top: 0.7em;
}
.wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon {
  background-image: url(../images/toggle_close.png);
}
/* tabs_tour_accordion responsive rules */
@media (max-width: 480px) {
  .vc_responsive .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav,
  .vc_responsive .wpb_tour .wpb_tab,
  .vc_responsive .wpb_tour_next_prev_nav {
    width: 100%;
    float: none;
    margin-left: 0;
  }
  .vc_responsive .wpb_tour_next_prev_nav {
    width: auto;
    padding: 0 1em;
  }
  .vc_responsive #content .wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav {
    margin-bottom: 1em;
  }
  .vc_responsive .wpb_tour .wpb_tab {
    padding-left: 1em;
    padding-right: 1em;
  }
}
/* Twitter
---------------------------------------------------------- */
#content .wpb_twitter_widget ul.tweet_list,
.wpb_twitter_widget ul.tweet_list {
  margin: 0;
  padding: 0;
}
#content .wpb_twitter_widget ul.tweet_list li,
.wpb_twitter_widget ul.tweet_list li {
  border-bottom: 1px solid #f7f7f7;
  margin: 0 0 1em 0;
  padding-bottom: 1em;
  background-image: none;
  list-style: none !important;
}
#content .wpb_twitter_widget ul.tweet_list li:after,
.wpb_twitter_widget ul.tweet_list li:after,
#content .wpb_twitter_widget ul.tweet_list li:before,
.wpb_twitter_widget ul.tweet_list li:before {
  display: none !important;
}
.wpb_twitter_widget .tweet_time {
  display: block;
  color: #f7f7f7;
  font-size: 80%;
}
.wpb_twitter_widget p.twitter_follow_button_wrap {
  margin-bottom: 0;
  font-size: 80%;
}
.wpb_twitter_widget .twitter_follow_button {
  background-image: url(../images/twitter_bird.png);
  background-position: left center;
  background-repeat: no-repeat;
  padding-left: 25px;
  display: inline-block;
  min-height: 16px;
}
/* Teaser Grid
---------------------------------------------------------- */
.wpb_column .wpb_wrapper .wpb_teaser_grid {
  margin-left: 0;
  margin-bottom: 0;
  float: none;
}
body ul.wpb_thumbnails-fluid li {
  /* some themes add bg image as a bullet */
  padding: 0;
  margin-left: 0;
  background-image: none;
  list-style: none !important;
}
body ul.wpb_thumbnails-fluid li:after,
body ul.wpb_thumbnails-fluid li:before {
  display: none !important;
}
body ul.wpb_thumbnails-fluid li .entry-content *:last-child {
  margin-bottom: 0;
}
.wpb_row .wpb_grid ul.wpb_thumbnails-fluid,
.wpb_row .wpb_filtered_grid ul.wpb_thumbnails-fluid {
  margin: 0 0 0 -2.5%;
  padding: 0;
  width: 102.5%;
  overflow: visible !important;
}
.wpb_row ul.wpb_thumbnails-fluid > [class*="vc_span"] {
  margin-left: 2.5%;
}
/* Grid adjustments */
.wpb_grid .wpb_thumbnails-fluid > .vc_span2,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span2 {
  width: 14.016666666666667%;
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span3,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span3 {
  width: 22.42%;
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span4,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span4 {
  width: 30.753333333333337%;
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span6,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span6 {
  width: 47.45%;
}
.wpb_grid .wpb_thumbnails-fluid > .vc_span12,
.wpb_filtered_grid .wpb_thumbnails-fluid > .vc_span12 {
  width: 97.5%;
}
/* Teaser grid
---------------------------------------------------------- */
.wpb_teaser_grid .entry-content {
  margin: 0;
  padding: 0;
  width: 100%;
}
.grid_layout-thumbnail .post-thumb {
  margin-bottom: 0;
}
.grid_layout-thumbnail .post-thumb img {
  max-width: 100%;
}
/* Carousel layout
---------------------------------------------------------- */
.wpb_carousel .wpb_wrapper {
  position: relative;
}
.wpb_carousel .prev,
.wpb_carousel .next {
  position: absolute;
  top: 3px;
  background-color: #f7f7f7;
  padding: 0px 6px 0px 6px;
  font-size: 12px;
  z-index: 10;
  text-decoration: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.wpb_carousel .prev:hover,
.wpb_carousel .next:hover {
  background-color: #f0f0f0;
}
.wpb_carousel .prev:focus,
.wpb_carousel .next:focus {
  outline: none;
  text-decoration: none;
}
.wpb_carousel .prev {
  right: 30px;
}
.wpb_carousel .next {
  right: 0px;
}
.wpb_carousel .wpb_thumbnails-fluid {
  width: 100%;
}
.wpb_carousel .wpb_thumbnails-fluid > [class*="vc_span"] {
  height: auto !important;
}
/*** Categories filter ***/
.wpb_teaser_grid .categories_filter,
.wpb_categories_filter {
  list-style: none;
  list-style-type: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.wpb_teaser_grid .categories_filter li,
.wpb_categories_filter li {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
  background-image: none;
  list-style: none !important;
}
.wpb_teaser_grid .categories_filter li:after,
.wpb_categories_filter li:after,
.wpb_teaser_grid .categories_filter li:before,
.wpb_categories_filter li:before {
  display: none !important;
}
.wpb_teaser_grid .categories_filter li a,
.wpb_categories_filter li a {
  border: none;
  text-decoration: none;
}
.wpb_teaser_grid .categories_filter li a:hover,
.wpb_categories_filter li a:hover {
  border-bottom: 1px dotted;
}
.wpb_teaser_grid .categories_filter li.active a,
.wpb_categories_filter li.active a {
  border-bottom: 1px dotted;
}
@media (max-width: 480px) {
  .vc_responsive .wpb_row ul.wpb_thumbnails-fluid {
    margin-left: 0;
    width: auto;
  }
  .vc_responsive .wpb_row .wpb_teaser_grid ul.wpb_thumbnails-fluid [class*="vc_span"] {
    width: 100%;
    float: none;
    display: block;
    margin-left: 0;
    margin-right: 0;
  }
}
/* Image grid
---------------------------------------------------------- */
.wpb_image_grid .wpb_image_grid_ul {
  margin: 0;
  padding: 0;
}
.wpb_image_grid .wpb_image_grid_ul > li {
  background-image: none;
  list-style: none !important;
}
.wpb_image_grid .wpb_image_grid_ul > li:after,
.wpb_image_grid .wpb_image_grid_ul > li:before {
  display: none !important;
}
.wpb_image_grid .wpb_image_grid_ul .isotope-item {
  list-style: none;
  margin: 0 1px 1px 0;
  max-width: 100%;
  float: left;
}
.wpb_image_grid .wpb_image_grid_ul a {
  display: block;
}
.wpb_image_grid .wpb_image_grid_ul img {
  display: block;
  max-width: 100%;
  height: auto;
}
/* Gallery
---------------------------------------------------------- */
.wpb_gallery .theme-default .nivoSlider {
  margin-bottom: 0;
}
.wpb_gallery .theme-default .nivo-controlNav {
  padding: 10px 0 3px 0;
}
.wpb_gallery .wpb_flexslider .flex-control-nav {
  bottom: -35px;
}
.wpb_gallery .wpb_flexslider .flex-caption {
  cursor: default;
}
/*** remove ul & li margins ***/
#content .wpb_gallery_slides ul.slides,
.content .wpb_gallery_slides ul.slides,
.wpb_gallery_slides ul.slides,
#content .wpb_gallery_slides ul.flex-direction-nav,
.content .wpb_gallery_slides ul.flex-direction-nav,
.wpb_gallery_slides ul.flex-direction-nav,
body .wpb_gallery_slides ul li,
.wpb_content_element .wpb_gallery_slides ul li {
  list-style: none;
  padding: 0;
  background-image: none;
  margin: 0;
}
.wpb_alert {
  padding: 1em 35px 1em 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 2px;
  color: #c09853;
  clear: both;
}
.wpb_alert-success {
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #468847;
}
.wpb_alert-danger,
.wpb_alert-error {
  background-color: #f2dede;
  border-color: #eed3d7;
  color: #b94a48;
}
.wpb_alert-info {
  background-color: #d9edf7;
  border-color: #bce8f1;
  color: #3a87ad;
}
.wpb_alert .messagebox_text {
  padding-left: 28px;
  background: url(../vc/alert.png) no-repeat left center;
}
.wpb_alert-info .messagebox_text {
  background: url(../vc/info.png) no-repeat left center;
}
.wpb_alert-success .messagebox_text {
  background: url(../vc/tick.png) no-repeat left center;
}
.wpb_alert-error .messagebox_text {
  background: url(../vc/exclamation.png) no-repeat left center;
}
/* Flickr stream
---------------------------------------------------------- */
.flickr_badge_image {
  margin: 0 10px 10px 0px;
  width: 72px;
  height: 72px;
  float: left;
  background: none;
  padding: 0;
}
.flickr_badge_image a {
  border: none;
}
.flickr_badge_image img {
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.wpb_flickr_widget p.flickr_stream_wrap {
  clear: both;
  margin-bottom: 0;
  font-size: 80%;
}
.wpb_flickr_widget p.flickr_stream_wrap a {
  background-image: url(../images/flickr.png);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 25px;
  display: inline-block;
}
/* Video widget
---------------------------------------------------------- */
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  padding-top: 56%;
  position: relative;
}
.wpb_video_widget .wpb_wrapper .wpb_video_wrapper > div {
  padding-top: 0 !important;
  position: static;
}
.wpb_video_widget .wpb_wrapper iframe {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: 0;
  top: 0;
  left: 0;
  box-sizing: border-box;
}
.wpb_video_wrapper .fluid-width-video-wrapper {
  padding-top: 0 !important;
  position: static;
}
/* Posts slider
---------------------------------------------------------- */
.wpb_posts_slider .flex-caption,
.wpb_posts_slider .nivo-caption {
  background-color: #f7f7f7;
  opacity: 1;
  color: inherit;
  padding: 10px 15px;
  position: static;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li {
  background-image: none;
  list-style: none !important;
}
.wpb_posts_slider .wpb_gallery_slides > ul > li:after,
.wpb_posts_slider .wpb_gallery_slides > ul > li:before {
  display: none !important;
}
/* Progress bar
---------------------------------------------------------- */
.vc_progress_bar .vc_single_bar {
  background: #f7f7f7;
  position: relative;
  margin-bottom: 11.666666666666666px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 3px;
}
.vc_progress_bar .vc_single_bar:last-child {
  margin-bottom: 0;
}
.vc_progress_bar .vc_single_bar .vc_label {
  display: block;
  padding: 0.5em 1em;
  position: relative;
  z-index: 1;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_bar {
  background-color: #0074CC;
}
.vc_progress_bar .vc_single_bar.bar_blue .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_bar {
  background-color: #49afcd;
}
.vc_progress_bar .vc_single_bar.bar_turquoise .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_green .vc_bar {
  background-color: #5bb75b;
}
.vc_progress_bar .vc_single_bar.bar_green .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_orange .vc_bar {
  background-color: #faa732;
}
.vc_progress_bar .vc_single_bar.bar_orange .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_red .vc_bar {
  background-color: #da4f49;
}
.vc_progress_bar .vc_single_bar.bar_red .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar.bar_black .vc_bar {
  background-color: #414141;
}
.vc_progress_bar .vc_single_bar.bar_black .vc_label {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}
.vc_progress_bar .vc_single_bar .vc_bar {
  display: block;
  position: absolute;
  height: 100%;
  background-color: #e0e0e0;
  width: 0%;
  top: 0;
  left: 0;
  border-radius: 3px;
  transition: width 1s linear;
  -moz-transition: width 1s linear;
  -webkit-transition: width 1s linear;
  -o-transition: width 1s linear;
}
.vc_progress_bar .vc_single_bar .vc_bar.striped {
  background-image: -webkit-gradient(linear, 0 100%, 100% 0, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
  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: 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;
}
.vc_progress_bar .vc_single_bar .vc_bar.animated {
  -webkit-animation: progress-bar-stripes 2s linear infinite;
  -ms-animation: progress-bar-stripes 2s linear infinite;
  animation: progress-bar-stripes 2s linear infinite;
}
@-webkit-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@-ms-keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
/*** Pie chart **/
.vc_pie_chart {
  z-index: 0;
  text-align: center;
}
.vc_pie_chart .vc_pie_wrapper {
  position: relative;
  margin: 0 auto;
}
.vc_pie_chart canvas {
  position: relative;
  z-index: 1;
}
.vc_pie_chart .vc_pie_chart_value {
  font-size: 200%;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
}
.vc_pie_chart[data-pie-color="wpb_button"] .vc_pie_chart_back {
  border-color: #f7f7f7;
}
.vc_pie_chart[data-pie-color="btn-primary"] .vc_pie_chart_back {
  border-color: #0088cc;
}
.vc_pie_chart[data-pie-color="btn-info"] .vc_pie_chart_back {
  border-color: #58b9da;
}
.vc_pie_chart[data-pie-color="btn-success"] .vc_pie_chart_back {
  border-color: #6ab165;
}
.vc_pie_chart[data-pie-color="btn-warning"] .vc_pie_chart_back {
  border-color: #ff9900;
}
.vc_pie_chart[data-pie-color="btn-danger"] .vc_pie_chart_back {
  border-color: #ff675b;
}
.vc_pie_chart[data-pie-color="btn-inverse"] .vc_pie_chart_back {
  border-color: #555555;
}
.vc_pie_chart_back {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 6px solid #f7f7f7;
  border-radius: 999px;
  border-radius: 50%;
  opacity: 0.3;
  filter: alpha(opacity=30);
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
.vc_carousel .vc-carousel-control {
  text-shadow: none;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.vc_carousel .vc-carousel-control:active,
.vc_carousel .vc-carousel-control:focus {
  outline: none;
}
.vc_carousel .vc-carousel-control .icon-prev,
.vc_carousel .vc-carousel-control .icon-next {
  background-color: #f7f7f7;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.vc_carousel .vc-carousel-control .icon-prev:hover,
.vc_carousel .vc-carousel-control .icon-next:hover {
  background-color: #f0f0f0;
}
.vc_carousel .vc-carousel-indicators li {
  width: 5px;
  height: 5px;
  margin: 0;
  background-color: #f7f7f7;
  border-color: #f7f7f7;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.vc_carousel .vc-carousel-indicators li.vc-active {
  background-color: transparent;
}
/* Responsive stuff
---------------------------------------------------------- */
/* Make all grid-sized elements block level again */
@media (max-width: 480px) {
  .vc_responsive div.vc_row-fluid div[class*="vc_span"] {
    float: none;
    display: block;
    width: auto;
    margin-left: 0;
  }
}
/* Content elements margins
---------------------------------------------------------- */
.wpb_alert p:last-child,
#content .wpb_alert p:last-child,
.wpb_text_column p:last-child,
.wpb_text_column *:last-child,
#content .wpb_text_column p:last-child,
#content .wpb_text_column *:last-child,
.wpb_toggle_content p:last-child {
  margin-bottom: 0;
}
.wpb_row,
.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.last_toggle_el_margin,
.wpb_button {
  margin-bottom: 35px;
}
.fb_like,
.twitter-share-button,
.entry-content .twitter-share-button,
.wpb_googleplus,
.wpb_pinterest,
.wpb_tab .wpb_content_element,
.wpb_accordion .wpb_content_element,
.wpb_toggle_content {
  margin-bottom: 21.739130434782606px;
}
/* end Content elements margins -------------------------- */
/* Useful css
---------------------------------------------------------- */
.wpb_content_element.wpb_single_image img,
.wpb_thumbnails .post-thumb img {
  height: auto;
  max-width: 100%;
}
.wpb_single_image.vc_align_center {
  text-align: center;
}
.wpb_single_image.vc_align_right {
  text-align: right;
}
.wpb_heading,
.entry-content .wpb_heading {
  margin-top: 0;
}
.pp_content iframe {
  margin-bottom: 0;
}
/* end Useful css ---------------------------------------- */
/* CSS Animations */
.wpb_animate_when_almost_visible {
  opacity: 0;
}
.wpb_start_animation.wpb_top-to-bottom {
  -webkit-animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: wpb_ttb 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_bottom-to-top {
  -webkit-animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: wpb_btt 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_left-to-right {
  -webkit-animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: wpb_ltr 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_right-to-left {
  -webkit-animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: wpb_rtl 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  opacity: 1;
}
.wpb_start_animation.wpb_appear {
  -webkit-animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* Safari 4+ */
  /* Fx 5+ */
  /* Opera 12+ */
  animation: wpb_appear 0.7s 1 cubic-bezier(0.175, 0.885, 0.32, 1.275);
  /* IE 10+ */
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
      transform: scale(1);
  opacity: 1;
}
/* Top to bottom keyframes */
@-webkit-keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_ttb {
  0% {
    -webkit-transform: translate(0, -10%);
            transform: translate(0, -10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
/* Bottom to top keyframes */
@-webkit-keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_btt {
  0% {
    -webkit-transform: translate(0, 10%);
            transform: translate(0, 10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
/* Left to right keyframes */
@-webkit-keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_ltr {
  0% {
    -webkit-transform: translate(-10%, 0);
            transform: translate(-10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
/* Right to left keyframes */
@-webkit-keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
    opacity: 1;
  }
}
@keyframes wpb_rtl {
  0% {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
    opacity: 0;
  }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
    opacity: 1;
  }
}
/* Appear from center keyframes */
@-webkit-keyframes wpb_appear {
  0% {
    -webkit-transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 1;
  }
}
@keyframes wpb_appear {
  0% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.1;
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
}
/*
 *
 * rgj.css
 *
 */
* {
  box-sizing: border-box;
}
/* MAIN CONTAINER */
.container {
  margin: 0 auto;
  position: relative;
}
.container {
  max-width: 880px;
}
.row {
  position: relative;
}
/* SELF CLEARING FLOATS - CLEARFIX METHOD */
.row:after,
.col:after,
.clr:after,
.group:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/* DEFAULT ROW STYLES */
.row,
div.clear {
  padding-bottom: 24px;
}
/* set according to preference*/
/* DEFAULT COLUMN STYLES */
.col {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}
@media (min-width: 690px) {
  .col {
    margin-right: 2%;
  }
  .wpb_column {
    margin-right: 0px;
  }
}
/* RESET MARGINS */
.col.col_last {
  margin-right: 0;
}
.col:last-child {
  margin-right: 0;
}
/* COLUMN WIDTH ON DISPLAYS +690px */
@media (min-width: 690px) {
  .span_1 {
    width: 6.5%;
  }
  .span_2 {
    width: 15.0%;
  }
  .span_3 {
    width: 23.5%;
  }
  .span_4 {
    width: 32.0%;
  }
  .span_5 {
    width: 40.5%;
  }
  .span_6 {
    width: 49.0%;
  }
  .span_7 {
    width: 57.5%;
  }
  .span_8 {
    width: 66.0%;
  }
  .span_9 {
    width: 74.5%;
  }
  .span_10 {
    width: 83.0%;
  }
  .span_11 {
    width: 91.5%;
  }
  .span_12 {
    width: 100%;
  }
  /* full width content columns */
  .full-width-content.vc_row-fluid .vc_span2 {
    width: 16.66%;
  }
  .full-width-content.vc_row-fluid .vc_span3 {
    width: 25%;
  }
  .full-width-content.vc_row-fluid .vc_span4 {
    width: 33.33%;
  }
  .full-width-content.vc_row-fluid .vc_span5 {
    width: 40.5%;
  }
  .full-width-content.vc_row-fluid .vc_span6 {
    width: 50%;
  }
  .full-width-content.vc_row-fluid .vc_span7 {
    width: 57.5%;
  }
  .full-width-content.vc_row-fluid .vc_span8 {
    width: 66.66%;
  }
  .full-width-content.vc_row-fluid .vc_span9 {
    width: 75%;
  }
  .full-width-content.vc_row-fluid .vc_span10 {
    width: 83.0%;
  }
  .full-width-content.vc_row-fluid .vc_span11 {
    width: 91.5%;
  }
  .full-width-content.vc_row-fluid .vc_span12 {
    width: 100%;
  }
  .full-width-content.vc_row-fluid .wpb_column {
    margin-left: 0!important;
  }
  .full-width-content.vc_row-fluid .wpb_column .wpb_row,
  .full-width-content.vc_row-fluid .wpb_column .wpb_wrapper {
    margin: 0;
  }
}
/*
 *
 * style.css
 *
 */
/*
	Theme Name: Salient
	Theme URI: http://www.themenectar.com
	Author: ThemeNectar
	Author URI: http://themenectar.com
	Description: An Ultra Responsive Multi-Purpose Theme.
	Version: 4.5.22
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html

-------------------------------------------------------------------------

	1.	Browser Reset + Font Face
	2.	Globally Applied Styles
	3.	Header + Search Bar Styles
	4.	Plugin Related Styles
	5.	Page + Custom Page Layout Styles
	6.	Nectar Shortcode Styles
	7.  Footer Styles
	8.	Sidebar Styles
	9.  Blog + Pagination Styles
	10.	Comment Styles
	11.	General Form Styles

-------------------------------------------------------------------------*/
/*-------------------------------------------------------------------------*/
/*	1.	Browser Reset + Font Face
/*-------------------------------------------------------------------------*/
html,
body,
div,
span,
applet,
object,
iframe,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend {
  vertical-align: baseline;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  outline: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
:focus {
  outline: 0;
}
input[type=submit] {
  -webkit-appearance: none;
}
html {
  overflow-x: hidden;
  overflow-y: scroll;
  max-width: 100%;
}
body {
  max-width: 100%;
  overflow-x: hidden;
  background: white;
  font-family: 'DidotLTStd-Roman', Times, serif;
  color: #676767;
  position: relative;
}
ol,
ul {
  list-style: none;
}
input[type=text]::-ms-clear {
  display: none;
}
sup {
  font-size: 10px;
  vertical-align: super;
}
sub {
  font-size: 10px;
  vertical-align: sub;
}
p:empty {
  display: none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
@font-face {
  font-family: 'OpenSansLight';
  src: url('fonts/OpenSans-Light-webfont.eot');
  src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Light-webfont.woff') format('woff'), url('fonts/OpenSans-Light-webfont.ttf') format('truetype'), url('fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansRegular';
  src: url('fonts/OpenSans-Regular-webfont.eot');
  src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Regular-webfont.woff') format('woff'), url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'), url('fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansSemibold';
  src: url('fonts/OpenSans-Semibold-webfont.eot');
  src: url('fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSans-Semibold-webfont.woff') format('woff'), url('fonts/OpenSans-Semibold-webfont.ttf') format('truetype'), url('fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSansBold';
  src: url('fonts/OpenSansBold-webfont.eot');
  src: url('fonts/OpenSansBold-webfont.eot?#iefix') format('embedded-opentype'), url('fonts/OpenSansBold-webfont.woff') format('woff'), url('fonts/OpenSansBold-webfont.ttf') format('truetype'), url('fonts/OpenSansBold-webfont.svg#OpenSansBold') format('svg');
  font-weight: normal;
  font-style: normal;
}
/*-------------------------------------------------------------------------*/
/*	2. Globally Applied Styles
/*-------------------------------------------------------------------------*/
body {
  font-size: 12px;
  -webkit-font-smoothing: antialiased;
  background-color: #1C1C1C;
  line-height: 22px;
}
body .ui-widget {
  font-family: 'OpenSansRegular';
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.alignleft {
  float: left;
  margin-right: 15px;
}
.alignright {
  float: right;
  margin-left: 15px;
}
.aligncenter {
  display: block;
  margin: 15px auto;
}
.no-bottom-padding {
  padding-bottom: 0px;
}
.col.center {
  text-align: center;
}
.col.right {
  text-align: right;
}
.wp-smiley {
  margin-bottom: 0px!important;
}
dt {
  font-family: 'OpenSansSemiBold';
  color: #333;
}
dd {
  padding-left: 20px;
}
.gallery-caption {
  margin-left: 0;
  margin-bottom: 10px;
  padding: 0px 10px;
}
#wpstats {
  display: none;
}
.sticky {
  margin-bottom: 50px;
}
.sticky .content-inner {
  margin-bottom: 0px!important;
  padding-bottom: 0px!important;
  border-bottom: 0px!important;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 25px!important;
  position: relative;
}
.side-box {
  padding: 10px 0;
  margin-bottom: 10px;
  border: 1px solid #CCC;
  background-color: #E6E6E6;
  text-align: center;
}
.side-box a:link,
.side-box a:visited {
  font-weight: normal;
  color: #06c55b;
  font-size: 12px;
}
#wpadminbar {
  z-index: 1000000!important;
}
table {
  font-size: 12px;
  margin-bottom: 20px;
}
.wp-caption {
  max-width: 100%;
  border: 1px solid #ccc;
  background: #eee;
  padding: 5px;
}
.wp-caption .wp-caption-text {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
}
.wp-caption img {
  margin-bottom: 10px!important;
  display: block;
}
em {
  font-style: italic;
}
caption,
th,
td {
  font-weight: normal;
  text-align: left;
}
.container-wrap,
.project-title {
  background-color: #f8f8f8;
  position: relative;
  z-index: 10;
  margin-top: -55px;
  padding-top: 93px;
  padding-bottom: 40px;
}
#ajax-loading-screen {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 1000000000;
}
#ajax-loading-screen .loading-icon {
  background-repeat: no-repeat;
  background-position: center center;
  display: block;
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.default-loading-icon {
  top: 50%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  margin: 0 auto;
  display: block;
  position: relative;
  border: 3px solid #e5e5e5;
  margin-top: -20px;
}
.default-loading-icon:before {
  position: absolute;
  content: "";
  border-color: #000000 transparent transparent;
  border-radius: 100%;
  border-style: solid;
  border-width: 3px;
  display: block;
  height: 100%;
  width: 100%;
  top: -3px;
  left: -3px;
}
.loading-icon.spin,
.portfolio-loading.spin,
.pp_loaderIcon.spin,
.default-loading-icon.spin {
  animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
  -webkit-animation: 2s cubic-bezier(0.63, 0.045, 0.34, 1) 0s normal none infinite spinning_animation;
}
.default-skin-loading-icon {
  width: 100%;
  height: 100%;
  background-position: center;
  display: block;
  background-repeat: no-repeat;
  background-image: url("../img/icons/loading-white-bg.gif");
}
@keyframes spinning_animation {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
            transform: scale(1) rotate(0deg);
    -o-transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.8) rotate(360deg);
            transform: scale(0.8) rotate(360deg);
    -o-transform: scale(0.8) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(720deg);
            transform: scale(1) rotate(720deg);
    -o-transform: scale(1) rotate(720deg);
  }
}
@-webkit-keyframes spinning_animation {
  0% {
    -webkit-transform: scale(1) rotate(0deg);
  }
  50% {
    -webkit-transform: scale(0.8) rotate(360deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(720deg);
  }
}
@keyframes bounce_in_animation {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  20% {
    -webkit-transform: scale(1.4, 1.4);
            transform: scale(1.4, 1.4);
    -o-transform: scale(1.4, 1.4);
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
            transform: scale(0.8, 0.8);
    -o-transform: scale(0.8, 0.8);
  }
  85% {
    -webkit-transform: scale(1.1, 1.1);
            transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-webkit-keyframes bounce_in_animation {
  0% {
    -webkit-transform: scale(0, 0);
  }
  20% {
    -webkit-transform: scale(1.4, 1.4);
  }
  50% {
    -webkit-transform: scale(0.8, 0.8);
  }
  85% {
    -webkit-transform: scale(1.1, 1.1);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
@keyframes grow_in_animation {
  0% {
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -o-transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
            transform: scale(1, 1);
    -o-transform: scale(1, 1);
  }
}
@-webkit-keyframes grow_in_animation {
  0% {
    -webkit-transform: scale(0, 0);
  }
  100% {
    -webkit-transform: scale(1, 1);
  }
}
body[data-bg-header="true"] .container-wrap {
  margin-top: 0!important;
  padding-top: 0!important;
}
body.page-template-page-sidebar-php .main-content > .row > #post-area,
body.page-template-page-sidebar-php .main-content > .row > #sidebar,
body.page-template-page-left-sidebar-php .main-content > .row > #post-area,
body.page-template-page-left-sidebar-php .main-content > .row > #sidebar {
  margin-top: 30px;
}
.project-title {
  padding-top: 85px;
  padding-bottom: 36px;
}
.single-portfolio .row .col.section-title {
  padding-bottom: 30px;
  border: none!important;
}
.single-portfolio .row.project-title .container .title-wrap {
  border-bottom: 1px solid #DDDDDD;
  position: relative;
  padding-bottom: 30px;
}
.single-portfolio .row.project-title .title-wrap:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.container-wrap .row > .wpb_row:last-child,
.home-wrap .row > .wpb_row:last-child,
#portfolio-extra > .wpb_row:last-child {
  margin-bottom: 0px!important;
}
body[data-bg-header="true"] .container-wrap,
body.single-portfolio .container-wrap,
body.page-template-template-portfolio-php .container-wrap,
body.tax-project-type .container-wrap {
  padding-top: 25px;
  margin-top: 0px!important;
  padding-bottom: 40px;
}
body.single-portfolio .container-wrap {
  padding-top: 0px!important;
}
body.single-post[data-bg-header="true"] .container-wrap {
  padding-top: 40px!important;
}
body.single-portfolio div[data-project-header-bg="true"] .container-wrap {
  padding-top: 40px!important;
}
body.single-portfolio #full-width-portfolio div[data-project-header-bg="true"] .container-wrap {
  padding-top: 0!important;
}
body.search-results .container-wrap {
  margin-top: -55px !important;
  padding-top: 80px!important;
}
.clear {
  clear: both;
}
.subheader {
  color: #6F6F6F;
  margin-bottom: 15px;
}
a {
  color: #27CFC3;
  text-decoration: none;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}
a:hover {
  color: inherit;
}
h1 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 7px;
}
h2 {
  font-size: 22px;
  line-height: 36px;
  margin-bottom: 10px;
}
h3 {
  font-size: 19px;
  line-height: 34px;
  margin-bottom: 7px;
}
h4 {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 7px;
}
h5 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 7px;
}
h6 {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 7px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #444;
  letter-spacing: -0.5px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
}
.bold,
strong,
b {
  font-family: 'OpenSansSemiBold';
  font-weight: normal;
}
.uppercase {
  -webkit-font-smoothing: antialiased;
  text-transform: uppercase;
}
.tiny {
  font-size: 14px!important;
}
body h1.light,
body h2.light,
body h3.light,
body h4.light,
body h5.light,
body h6.light,
p.light {
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  font-family: 'OpenSansLight' !important;
}
body h1.jumbo,
body h2.jumbo,
body h3.jumbo,
body h4.jumbo,
body h5.jumbo,
body h6.jumbo,
p.jumbo {
  font-size: 100px!important;
  line-height: 110px!important;
}
h1.light {
  font-size: 34px;
  margin-bottom: 30px;
}
h2.light {
  font-size: 28px;
  margin-bottom: 30px;
  letter-spacing: 0.5px;
}
h3.light {
  font-size: 24px;
  margin-bottom: 15px;
  letter-spacing: 0.5px;
}
h4.light {
  font-size: 18px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
}
h5.light {
  font-size: 16px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
}
h6.light {
  font-size: 14px;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
}
h1.uppercase {
  letter-spacing: 3px;
}
h2.uppercase {
  letter-spacing: 2.5px;
}
h3.uppercase {
  letter-spacing: 2px;
}
h4.uppercase {
  letter-spacing: 2px;
}
h5.uppercase {
  letter-spacing: 1.3px;
}
h6.uppercase {
  letter-spacing: 1.3px;
}
h1 .nectar-button,
h2 .nectar-button,
h3 .nectar-button,
h4 .nectar-button {
  margin-left: 13px;
}
.text-align-center {
  text-align: center;
}
p {
  padding-bottom: 27px;
}
.row .col p:last-child {
  padding-bottom: 0px;
}
.container .row:last-child,
.wpb_wrapper .clear {
  padding-bottom: 0px;
}
.wpb_wrapper > div {
  margin-bottom: 24px;
}
.wpb_wrapper > div:last-child,
.row .wpb_wrapper > img:last-child,
.row .wpb_wrapper > .img-with-aniamtion-wrap:last-child img {
  margin-bottom: 0px;
}
blockquote {
  font-family: 'OpenSansLight';
  line-height: 40px;
  font-size: 22px;
  padding-left: 0px;
  letter-spacing: 0.5px;
  margin-bottom: 30px;
}
.main-content ul,
.main-content ol {
  margin-left: 30px;
  margin-bottom: 30px;
}
.main-content ul li {
  list-style: disc;
  list-style-position: outside;
}
.main-content ol li {
  list-style: decimal;
  list-style-position: outside;
}
.main-content img {
  max-width: 100%;
  height: auto;
}
.main-content .col.span_4 .col.span_2 img,
.main-content .col.span_3 .col.span_2 img,
.main-content .col.span_2 .col.span_2 img,
.main-content .col.span_6 .col.span_2 img,
.main-content .col.span_4 .col.span_2 i,
.main-content .col.span_3 .col.span_2 i,
.main-content .col.span_2 .col.span_2 i,
.main-content .col.span_6 .col.span_2 i {
  top: -4px;
}
/*
object, object embed {
	display: block;
	height: auto;
	max-width: 100%!important;	
}*/
code {
  display: block;
  clear: both;
  overflow: auto;
  padding: 10px 20px 20px 20px;
  white-space: pre;
  background-color: #f0f0f0;
  font: 12px "Andale Mono", Courier, "Courier New", monospace;
}
#error-404 {
  text-align: center;
  margin-bottom: 45px;
}
body #error-404 h1 {
  font-size: 250px!important;
  line-height: 250px!important;
  font-family: 'OpenSansbold';
}
body #error-404 h2 {
  text-transform: uppercase;
  font-size: 70px;
  font-family: 'OpenSansbold';
}
#boxed {
  margin: 0 auto;
  width: 1200px;
  position: relative;
  padding: 0px;
  z-index: 10000;
  background-color: #f8f8f8;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.15);
}
#boxed .home-wrap,
#boxed .container-wrap {
  overflow: hidden;
}
#boxed #header-outer {
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  -moz-box-shadow: none!important;
  padding-right: 0px!important;
}
/*body[data-header-color="dark"] #boxed #header-outer {
	border-bottom: 1px solid #333;
}*/
#boxed #footer-outer #footer-widgets,
#boxed #footer-outer #copyright {
  padding-left: 50px;
  padding-right: 50px;
}
#boxed #header-outer,
#boxed #header-secondary-outer,
#boxed #page-header-bg {
  width: auto!important;
  min-width: 1200px;
  left: auto!important;
}
#boxed #header-secondary-outer {
  padding-right: 0px!important;
}
#boxed #header-secondary-outer ul#social > li:first-child a {
  border-left: 0px!important;
  padding-left: 0px!important;
}
#boxed #header-secondary-outer ul.sf-menu > li:last-child a,
#boxed #header-secondary-outer ul.sf-menu > li:last-child {
  border-right: 0px!important;
  padding-right: 0px!important;
}
#boxed #header-outer .cart-menu-wrap {
  position: fixed;
}
body:not(.ascend) #boxed #header-outer .widget_shopping_cart,
body:not(.ascend).woocommerce #boxed .cart-notification {
  position: fixed!important;
  right: 0px!important;
  top: 77px!important;
}
body:not(.ascend).admin-bar #boxed #header-outer .widget_shopping_cart,
body:not(.ascend).woocommerce.admin-bar #boxed .cart-notification {
  top: 103px!important;
}
#boxed #featured,
#boxed .orbit > div,
#boxed #featured article {
  width: auto!important;
  left: auto!important;
  min-width: 1200px;
}
#boxed #featured article .post-title > a {
  left: 0px;
}
#boxed #featured article .post-title h2 {
  left: 0px;
}
#boxed #featured .orbit-slide.has-video .post-title > a {
  left: 22px;
}
.admin-bar #boxed .cart-menu-wrap {
  top: 38px!important;
}
#boxed .cart-menu-wrap {
  top: 11px!important;
}
#boxed .cart-menu {
  border-radius: 2px 0px 0px 2px!important;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.15);
}
body:not(.ascend) #boxed .cart-menu {
  padding-bottom: 22px!important;
  padding-top: 22px!important;
  padding-left: 11px!important;
  padding-right: 10px!important;
}
.span_10.iwt h2 {
  line-height: 20px;
}
.span_10.iwt h3 {
  line-height: 18px;
}
/*-------------------------------------------------------------------------*/
/*	3.	Header + Search Bar Styles
/*-------------------------------------------------------------------------*/
#header-space {
  height: 90px;
}
#header-outer {
  width: 100%;
  top: 0px;
  left: 0px;
  position: fixed;
  overflow: visible!important;
  padding: 28px 0px 0px 0px;
  background-color: #fff;
  z-index: 9998;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.22);
}
body[data-transparent-nav="1"][data-header-color="light"] #header-outer {
  background-color: rgba(255, 255, 255, 0.965);
}
body[data-header-color="dark"] #header-outer,
body[data-header-color="dark"] #search-outer {
  background-color: #1F1F1F;
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
}
body[data-header-color="dark"] header#top nav ul #search-btn > div {
  border-left: 1px solid #333;
}
body[data-header-color="dark"] #header-secondary-outer {
  background-color: #111;
  border-bottom: 1px solid #333;
}
body[data-header-color="dark"] #header-outer .cart-menu {
  background-color: #111;
}
body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a {
  border-left: 1px solid #222;
}
body[data-header-color="dark"] #header-secondary-outer nav > ul > li:last-child {
  border-right: 1px solid #272727;
}
body[data-header-color="dark"] header#top nav ul li a,
body[data-header-color="dark"] #search-outer input,
body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a,
body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a span.sf-sub-indicator i,
body[data-header-color="dark"] header#top #logo,
body[data-header-color="dark"] header#top nav ul #search-btn a span,
.ascend[data-header-color="dark"] #header-outer .cart-menu .cart-icon-wrap .icon-salient-cart {
  color: #A0A0A0;
}
body[data-header-color="dark"] #header-secondary-outer nav > ul > li > a span.sf-sub-indicator i,
.ascend[data-header-color="dark"] #boxed #header-outer .cart-menu .cart-icon-wrap i {
  color: #A0A0A0!important;
}
body[data-header-color="dark"] #header-secondary-outer nav > ul > li a:hover,
body[data-header-color="dark"] #header-secondary-outer nav > ul > li a:hover span.sf-sub-indicator i {
  color: #fff!important;
}
#header-secondary-outer ul ul li a {
  font-size: 11px;
  transition: none!important;
  -moz-transition: none!important;
  -webkit-transition: none!important;
  -o-transition: none!important;
}
body[data-header-color="dark"] #header-secondary-outer ul ul li a {
  background-color: #111;
  font-size: 11px;
  color: #A0A0A0;
}
body[data-header-color="dark"] #header-secondary-outer #social .vimeo,
body[data-header-color="dark"] #header-secondary-outer #social .vimeo span {
  background-image: url("../img/icons/social/vimeo-header-black.png") !important;
}
body[data-header-color="dark"] #header-secondary-outer #social .behance,
body[data-header-color="dark"] #header-secondary-outer #social .behance span {
  background-image: url("../img/icons/social/behance-header-black.png") !important;
}
body[data-header-color="dark"] #header-secondary-outer li.current-menu-ancestor > a,
body[data-header-color="dark"] #header-secondary-outer li.current-menu-item > a,
body[data-header-color="dark"] #header-secondary-outer li.sfHover > a,
body[data-header-color="dark"] #header-secondary-outer li.sfHover > a i {
  color: #fff!important;
}
.admin-bar #header-outer,
.logged-in.buddypress #header-outer {
  top: 32px;
}
#header-outer[data-using-secondary="1"] {
  top: 33px;
}
.admin-bar #header-outer[data-using-secondary="1"],
.logged-in.buddypress #header-outer[data-using-secondary="1"] {
  top: 64px;
}
header#top #logo {
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1.5px;
  color: #444444;
}
header#top #logo.no-image {
  margin-top: 4px;
}
header#top #logo .retina-logo {
  display: none!important;
}
header#top #logo .starting-logo {
  position: absolute;
  top: 0;
  opacity: 0;
  left: 0;
}
/* retina logo */
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  header#top #logo .retina-logo {
    display: block!important;
  }
  header#top #logo .default-logo {
    display: none!important;
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 1024px) {
  header#top #logo .retina-logo {
    display: block!important;
  }
  header#top #logo .default-logo {
    display: none!important;
  }
}
header#top #logo:hover {
  color: #27CFC3;
}
header#top #logo img {
  /*max-height: 30px;*/
  text-indent: -9999px;
  max-width: none;
  width: auto;
  margin-bottom: 0px;
  display: block;
  -webkit-transition: opacity 0.4s ease;
          transition: opacity 0.4s ease;
}
header#top {
  position: relative;
  z-index: 9998;
  width: 100%;
}
header#top .container .row {
  padding-bottom: 0px;
}
header#top nav > ul {
  float: right;
  overflow: visible!important;
  -webkit-transition: padding 0.8s ease;
          transition: padding 0.8s ease;
}
header#top nav ul li {
  float: right;
}
header#top nav > ul > li {
  float: left;
}
header#top nav > ul > li > a {
  /*padding: 0px 10px 0px 10px;
	display: block;
	color: #676767;
	font-size: 12px;
	line-height: 20px;*/
  -webkit-transition: color 0.1s linear;
  transition: color 0.1s linear;
}
html:not(.js) header#top nav > ul > li > a {
  padding-bottom: 46px;
}
header#top nav .sf-menu li.sfHover > a,
header#top nav .sf-menu li.current_page_ancestor > a,
header#top nav .sf-menu li.current-menu-item > a,
header#top nav .sf-menu li.current-menu-ancestor > a,
header#top nav .sf-menu li.current_page_item > a {
  color: #27CFC3;
}
header#top nav .sf-menu li.current_page_item > a .sf-sub-indicator [class^="icon-"],
header#top nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"] {
  color: #27CFC3;
}
/*header#top nav ul li a {
	color: #888;
}*/
.sf-menu > li.current_page_ancestor > a > .sf-sub-indicator [class^="icon-"],
.sf-menu > li.current-menu-ancestor > a > .sf-sub-indicator [class^="icon-"],
.sf-menu > li.current_page_item > a > .sf-sub-indicator [class^="icon-"] {
  color: #27CFC3;
}
.sf-menu ul li.current_page_item > a,
.sf-menu ul li.current-menu-ancestor > a,
.sf-menu ul li.current_page_ancestor > a {
  color: #27CFC3;
}
body header#top nav > ul > li > ul.temp-hidden-display,
body #header-secondary-outer nav > ul > li > ul.temp-hidden-display {
  display: block!important;
  opacity: 0;
  left: 0!important;
  right: auto!important;
}
body header#top nav > ul > li.edge > ul,
body #header-secondary-outer nav > ul > li.edge > ul {
  left: auto;
  right: 0;
}
body header#top nav > ul > li li.edge > ul,
body #header-secondary-outer nav > ul > li li.edge > ul {
  left: auto;
  right: 0;
}
header#top .span_9 {
  position: static!important;
}
header#top nav > ul > li.megamenu {
  position: inherit!important;
}
header#top nav > ul > li.megamenu > ul.sub-menu {
  width: 100%;
  left: 0px;
  padding: 15px 0px;
  background-color: #1C1C1C;
}
header#top nav > ul > li.megamenu > ul > li {
  display: table-cell !important;
  float: none!important;
  padding: 0px 15px;
  width: 33.33%;
}
header#top nav > ul > li.megamenu > ul > li:last-child {
  border-right: none!important;
}
header#top nav > ul > li.megamenu.columns-3 > ul > li {
  width: 33.33%;
}
header#top nav > ul > li.megamenu.columns-4 > ul > li {
  width: 25%;
}
header#top nav > ul > li.megamenu.columns-5 > ul > li {
  width: 20%;
}
header#top nav > ul > li.megamenu.columns-6 > ul > li {
  width: 16.66%%;
}
header#top nav > ul > li.megamenu > ul > li ul {
  display: block!important;
  top: 0px!important;
  width: 100%;
  opacity: 1!important;
  left: 0px!important;
  position: relative!important;
}
header#top nav > ul > li.megamenu > ul > li {
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}
header#top nav > ul > li.megamenu ul li a {
  border-bottom: none!important;
  padding: 9px 15px;
}
header#top nav > ul > li.megamenu > ul > li > a {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
  letter-spacing: 2px;
}
header#top nav > ul > li.megamenu > ul ul li a:hover,
header#top nav > ul > li.megamenu > ul ul li.current-menu-item a {
  color: #CCCCCC!important;
  background-color: #272727!important;
}
header#top nav > ul > li.megamenu > ul > li > a:hover,
header#top nav > ul > li.megamenu > ul > li.sfHover > a {
  background-color: transparent!important;
}
header#top .menu-item-language .iclflag,
#header-secondary-outer .menu-item-language .iclflag {
  top: 1px;
  position: relative;
  margin-right: 4px;
}
#header-secondary-outer .menu-item-language .iclflag {
  top: 2px;
}
header#top nav ul #search-btn {
  margin-left: 15px!important;
}
header#top nav ul #search-btn > div {
  border-left: 1px solid #e7e7e7;
  padding-left: 19px;
}
body[data-header-color="custom"] header#top nav ul #search-btn > div {
  border-left: 1px solid rgba(0, 0, 0, 0.15);
}
header#top nav ul #search-btn a {
  padding-left: 23px;
  padding: 0px 0px 0px 0px;
  width: 24px;
  height: 21px;
  display: block;
  background-position: right top;
  background-repeat: no-repeat;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}
header#top nav ul #search-btn a span {
  color: rgba(0, 0, 0, 0.4);
  font-size: 16px;
  line-height: 24px!important;
  height: 24px!important;
  background-color: transparent!important;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
header#top nav ul #search-btn a span:hover {
  color: #27CCC0!important;
}
#header-secondary-outer {
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  z-index: 9999;
  background-color: #F8F8F8;
  border-bottom: 1px solid #ddd;
}
body[data-header-color="custom"] #header-secondary-outer {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.admin-bar #header-secondary-outer,
.logged-in.buddypress #header-secondary-outer {
  top: 31px;
}
#header-secondary-outer #social {
  float: left;
}
#header-secondary-outer #social li {
  float: left;
}
#header-secondary-outer #social a {
  line-height: 20px!important;
}
#header-secondary-outer #social i {
  height: 14px!important;
  line-height: 14px!important;
  font-size: 14px!important;
  color: #a6a6a6!important;
}
#header-secondary-outer #social i.icon-soundcloud {
  font-size: 18px!important;
}
#header-secondary-outer #social li a {
  position: relative;
  padding: 8px 10px 8px 10px!important;
  height: 16px!important;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
}
#header-secondary-outer #social a:hover i {
  color: #27CCC0!important;
}
#header-secondary-outer ul {
  height: 32px;
  z-index: 1000;
}
#header-secondary-outer nav > ul > li > a {
  color: rgba(0, 0, 0, 0.55);
  border-left: 1px solid #ddd;
  line-height: 13px!important;
  font-size: 11px!important;
  padding: 10px!important;
}
body[data-header-color="custom"] #header-secondary-outer nav > ul > li > a {
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}
#header-secondary-outer nav > ul > li > a:hover,
#header-secondary-outer nav > ul > li.current-menu-item > a,
#header-secondary-outer nav > ul > li.current-menu-ancestor > a {
  color: rgba(0, 0, 0, 0.8);
}
#header-secondary-outer nav > ul > li > a .sf-sub-indicator {
  margin-right: 5px;
  height: 11px!important;
}
#header-secondary-outer nav > ul > li:last-child {
  border-right: 1px solid #ddd;
}
body[data-header-color="custom"] #header-secondary-outer nav > ul > li:last-child {
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
#header-secondary-outer nav > ul > li > a span.sf-sub-indicator [class^="icon-"],
#header-secondary-outer nav > ul > li > a span.sf-sub-indicator [class*=" icon-"] {
  color: rgba(0, 0, 0, 0.45) !important;
}
#header-secondary-outer ul ul li a {
  background-color: #1F1F1F;
  color: #CCCCCC;
}
#header-secondary-outer ul > li.menu-item-language-current > a {
  height: 32px!important;
  padding-top: 8px!important;
}
#header-secondary-outer #social li a.behance,
#header-secondary-outer #social li a.vimeo {
  background-color: #a6a6a6!important;
  background-position: center;
  background-repeat: no-repeat;
  text-indent: -9999px;
}
#header-secondary-outer #social li a.behance:hover,
#header-secondary-outer #social li a.vimeo:hover {
  background-color: #27CCC0!important;
}
#header-secondary-outer #social li a.vimeo {
  width: 15px;
}
#header-secondary-outer #social li a.behance {
  width: 17px;
}
header#top nav ul #search-btn:hover span,
header#top nav ul li.sfHover #search-btn:focus span {
  opacity: 1;
}
header#top #mobile-cart-link {
  position: absolute;
  right: 32px;
  top: 4px;
  display: none;
  width: 36px;
  height: 28px;
  text-align: right;
  margin-bottom: 10px;
  z-index: 10000;
}
header#top #toggle-nav i,
header#top #mobile-cart-link i {
  background-color: transparent!important;
  color: #a9a9a9;
  line-height: 34px;
  font-size: 18px;
  width: 18px;
}
@media only screen and (min-width: 1001px) {
  body #header-outer[data-transparent-header="true"],
  body #header-outer[data-transparent-header="true"] .cart-menu {
    transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -moz-transition: background-color 0.4s ease, box-shadow 0.4s ease;
    -webkit-transition: background-color 0.4s ease, box-shadow 0.4s ease;
  }
  body #header-outer[data-transparent-header="true"].transparent,
  body #header-outer[data-transparent-header="true"].transparent .cart-menu,
  .ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"] header#top nav ul #search-btn a {
    transition: border-color 0.4s ease;
    -moz-transition: border-color 0.4s ease;
    -webkit-transition: border-color 0.4s ease;
  }
  body #header-outer[data-transparent-header="true"].transparent .cart-menu {
    background-color: transparent;
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  body:not(.ascend) #boxed #header-outer[data-transparent-header="true"].transparent .cart-menu {
    border: none!important;
  }
  body #header-outer[data-transparent-header="true"] .cart-outer .cart-notification,
  body #header-outer[data-transparent-header="true"] .cart-outer .widget_shopping_cart {
    margin-top: 1px;
  }
  body #header-outer[data-transparent-header="true"].transparent {
    background-color: transparent!important;
    box-shadow: none!important;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  }
  #boxed #header-outer[data-transparent-header="true"].transparent {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25) !important;
  }
  body #header-outer[data-transparent-header="true"].transparent nav > ul > li > a {
    margin-bottom: -1px;
  }
  body #header-outer[data-transparent-header="true"] header#top nav ul #search-btn > div {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
  }
  body #header-outer[data-transparent-header="true"].transparent header#top nav ul #search-btn > div {
    border-left: 1px solid rgba(255, 255, 255, 0.25);
  }
  body #header-outer[data-transparent-header="true"] .ns-loading-cover {
    background-color: #393939;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: none;
  }
  #header-outer[data-transparent-header="true"].transparent #logo img,
  #header-outer[data-transparent-header="true"] #logo .starting-logo {
    opacity: 0;
    -ms-filter: 'alpha(opacity=0)';
  }
  #header-outer[data-transparent-header="true"].transparent #logo .starting-logo {
    opacity: 1;
    -ms-filter: 'alpha(opacity=100)';
  }
}
#search-outer {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 75px;
  position: absolute;
  z-index: 10000;
  overflow: visible!important;
  display: none;
  background-color: #fff;
}
#boxed #search-outer,
#boxed #header-outer,
#boxed #header-secondary-outer {
  padding-right: 0!important;
}
#search-box {
  position: relative;
}
#search-outer .container {
  overflow: visible!important;
}
#search-outer #search input[type=text] {
  width: 100%;
  color: #888;
  font-size: 43px;
  line-height: 43px;
  position: relative;
  padding: 0px!important;
  background-color: transparent;
  border: 0px;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
  box-shadow: none!important;
  -moz-box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -o-box-shadow: none!important;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
  letter-spacing: 1px;
}
#search-outer .ui-widget-content {
  background-color: #1F1F1F;
  border: none!important;
  border-radius: 0px!important;
  -moz-border-radius: 0px!important;
  -webkit-border-radius: 0px!important;
  -o-border-radius: 0px!important;
  background-image: none!important;
}
#search-outer .ui-widget-content li:hover,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-color: #272727;
  cursor: pointer;
}
#search-outer .ui-widget-content li:hover a {
  background-image: none!important;
}
#search-outer .ui-widget-content li:last-child a {
  border: none!important;
}
#search-outer .ui-widget-content li a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.ui-helper-hidden-accessible {
  display: none;
}
#search-outer .ui-helper-hidden-accessible {
  display: none!important;
}
#search-outer .ui-widget-content img,
#search-outer .ui-widget-content i {
  width: 40px!important;
  height: auto!important;
  float: left;
  margin-right: 15px;
}
#search-outer .ui-widget-content i {
  height: 40px;
  line-height: 40px;
  font-size: 22px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0!important;
}
.ui-widget {
  font-family: Verdana, Arial, sans-serif;
  font-size: 1.1em;
}
.ui-menu {
  display: block;
  float: left;
  list-style: none outside none;
  margin: 0;
  padding: 2px;
}
.ui-autocomplete {
  cursor: default;
  position: absolute;
}
.ui-menu .ui-menu-item a {
  display: block;
  line-height: 1.5;
  padding: 0.2em 0.4em;
  text-decoration: none;
}
#search-outer .ui-widget-content {
  width: 100%!important;
  left: 0!important;
}
#search-outer .ui-widget-content li {
  line-height: 14px;
  clear: left;
  width: 100%;
  display: block;
  float: left;
  margin: 0px!important;
}
#search-outer .ui-widget-content li span.desc {
  position: relative;
  line-height: 14px;
  font-size: 11px;
}
#search-outer .ui-widget-content li a {
  color: #CCCCCC;
  line-height: 1.4em!important;
  transition: none!important;
  -moz-transition: none!important;
  -webkit-transition: none!important;
  -o-transition: none!important;
  padding: 15px 15px;
}
#search-outer > #search form {
  width: 92%;
  float: left;
}
#search-outer #search #close {
  list-style: none;
}
#search-outer #search #close a {
  position: absolute;
  right: 0px;
  top: 24px;
  display: block;
  width: 24px;
  height: 17px;
  line-height: 22px;
}
#search-outer #search #close a span {
  color: #a0a0a0;
  font-size: 18px!important;
  height: 20px!important;
  line-height: 19px!important;
  background-color: transparent!important;
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
}
#search-outer > #search #close a:hover span {
  color: #27CFC3;
}
#header-outer #search {
  position: relative;
}
#header-outer .row .col.span_3,
#header-outer .row .col.span_9 {
  width: auto;
}
#header-outer .row .col.span_9 {
  float: right;
}
#header-outer[data-full-width="true"] header > .container,
#header-secondary-outer[data-full-width="true"] > .container {
  width: 100%;
  max-width: 100%;
  padding: 0 28px!important;
}
#portfolio-filters-inline.full-width-content .container {
  width: 100%;
  max-width: 100%;
  padding: 0 31px!important;
}
#header-secondary-outer[data-full-width="true"] > .container nav > ul > li:last-child,
#header-secondary-outer[data-full-width="true"] nav > ul#social > li:first-child > a {
  border: none;
}
.row .col h3,
.row .col h4 {
  margin-bottom: 8px;
}
.row .col img {
  margin-bottom: 15px;
  max-width: 100%;
  width: auto;
  height: auto;
}
#mobile-menu {
  position: relative;
  top: 0px;
  display: none;
  background-color: #1F1F1F;
  padding: 0px;
  z-index: 100000;
}
#mobile-menu .container > ul > li:first-child {
  padding-top: 10px;
}
#mobile-menu .container > ul > li:last-child {
  padding-bottom: 10px;
}
#mobile-menu .container > ul > li:last-child a {
  border-bottom: 0px;
}
#mobile-menu ul li a {
  border-bottom: 1px dotted rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  display: block;
  position: relative;
  padding: 16px 0 !important;
}
#mobile-menu ul li a .sf-sub-indicator i {
  color: #888!important;
}
#mobile-menu ul li ul {
  display: none;
  margin-left: 20px;
}
#mobile-menu ul li a:hover,
#mobile-menu ul li a:hover [class^="icon-"],
#mobile-menu li.open > a,
#mobile-menu ul li.current-menu-item > a,
#mobile-menu ul li.current-menu-ancestor > a {
  color: #fff;
}
body #mobile-menu li.open > a [class^="icon-"] {
  color: #27CFC3;
}
#mobile-menu #mobile-search {
  margin: 10px 0px 0px 0px;
}
#mobile-menu input[type=text] {
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #171717;
  color: rgba(255, 255, 255, 0.7);
  padding: 15px 15px 15px 40px!important;
  border: 0px!important;
  border-bottom: 1px solid #2e2e2e!important;
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset;
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset;
  -o-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.7) inset;
  background-image: url(../img/icons/mag-glass-mobile.png);
  background-repeat: no-repeat;
  background-position: 15px center;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #mobile-menu input[type=text] {
    background-size: 14px 14px;
    background-image: url(../img/icons/mag-glass-mobile@2x.png) !important;
  }
}
/*-------------------------------------------------------------------------*/
/*	3.	Main Content
/*-------------------------------------------------------------------------*/
.row .col.section-title {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 36px 0px;
  border-bottom: 1px solid #ddd;
}
#full_width_portfolio .row .col.section-title {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.row .col.section-title.project-title,
.row .col.section-title.blog-title {
  margin-bottom: 14px;
}
.project-additional {
  margin-left: 0px!important;
  color: #999999;
  font-size: 11px;
  margin-top: 6px;
  margin-bottom: 0px!important;
}
.project-additional li {
  list-style: none!important;
}
.home .row .col.section-title {
  padding: 0px 0px 3em 0px;
}
.row .col.section-title h1,
.row .col.section-title h2 {
  margin-bottom: 0px;
  letter-spacing: -1px;
  position: relative;
}
.row .col.section-title h2 {
  margin-bottom: 5px;
}
.page-template-template-portfolio-php .row .col.section-title h1 {
  margin-bottom: 0px!important;
}
.row .col.section-title h1 {
  top: 3px;
}
.row .col.section-title span {
  font-size: 20px;
  line-height: 20px;
  color: #888;
  top: 0px;
  position: relative;
  text-transform: none;
  padding-left: 10px;
}
.row .col.section-title h1 {
  font-size: 28px;
  margin-bottom: 0px;
}
.row .col.section-title p {
  font-size: 20px;
  line-height: 28px;
  padding-bottom: 0px;
}
.wpb_wrapper > .divider,
.wpb_wrapper > .divider-border,
.wpb_wrapper > .divider-small-border,
.wpb_text_column > .wpb_wrapper > *:last-child {
  margin-bottom: 0px;
}
.divider {
  height: 20px;
}
.divider-border {
  margin: 35px 0px 35px 0px;
  border-bottom: 1px solid #ddd;
}
.centered-text .divider-small-border {
  margin: 25px auto;
}
.divider-small-border {
  margin: 25px 0;
  width: 20%;
  border-bottom: 1px solid #ddd;
}
body .wpb_separator,
body .vc_text_separator {
  border-color: rgba(0, 0, 0, 0.06);
}
body .vc_text_separator div {
  background-color: #f8f8f8;
  font-family: 'openSansLight';
  font-size: 22px;
  line-height: 32px;
  letter-spacing: 0.5px;
  top: -20px;
}
.light .divider-small-border {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
.col.boxed,
.wpb_column.boxed {
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background-color: #fff;
  padding: 25px 15px 15px 15px;
  position: relative;
  -webkit-transition: top 0.2s linear, box-shadow 0.2s linear;
          transition: top 0.2s linear, box-shadow 0.2s linear;
}
.col.boxed span.bottom-line,
.wpb_column.boxed span.bottom-line {
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #E8E8E8;
}
.col.boxed img,
.wpb_column.boxed img {
  padding: 0px 15px;
}
.col.boxed:hover,
.wpb_column.boxed:hover {
  top: -4px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
}
.col.centered-text,
.wpb_column.centered-text {
  text-align: center;
}
.col.centered-text ul,
.wpb_column.centered-text ul {
  display: inline-block;
  text-align: center;
  margin-left: 0!important;
}
.col.centered-text ul,
.wpb_column.centered-text ul {
  text-align: left;
}
.wpb_column {
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
  background-position: center;
}
.col.centered-text img,
.wpb_column.centered-text img,
.col.center img {
  margin: 0 auto!important;
}
.col.span_3 .col.span_12 i,
.col.span_4 .col.span_12 i {
  margin-bottom: 0px;
}
body .wpb_text_column {
  margin-bottom: 0px;
}
body .wpb_text_column h2:last-child,
body .wpb_text_column h3:last-child {
  margin-bottom: 10px;
}
/* Full width content solumn sizing*/
.wpb_row .span_12 > .col.padding-1-percent {
  padding: 1%;
}
.wpb_row .span_12 > .col.padding-2-percent {
  padding: 2%;
}
.wpb_row .span_12 > .col.padding-3-percent {
  padding: 3%;
}
.wpb_row .span_12 > .col.padding-4-percent {
  padding: 4%;
}
.wpb_row .span_12 > .col.padding-5-percent {
  padding: 5%;
}
.wpb_row .span_12 > .col.padding-6-percent {
  padding: 6%;
}
.wpb_row .span_12 > .col.padding-7-percent {
  padding: 7%;
}
.wpb_row .span_12 > .col.padding-8-percent {
  padding: 8%;
}
.wpb_row .span_12 > .col.padding-9-percent {
  padding: 9%;
}
.wpb_row .span_12 > .col.padding-10-percent {
  padding: 10%;
}
/*****************Nectar Button ******************/
.btn {
  padding: 8px 16px;
}
.nectar-button {
  border-radius: 5px 5px 5px 5px;
  -moz-border-radius: 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px 5px 5px;
  -o-border-radius: 5px 5px 5px 5px;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  color: #FFFFFF;
  font-family: 'OpenSansbold';
  font-size: 12px;
  letter-spacing: 2px!important;
  padding: 13px 18px;
  position: relative;
  text-transform: uppercase;
  top: -3px;
  margin-bottom: 10px;
  opacity: 1;
  line-height: 20px;
  background-color: #27CFC3;
  display: inline-block;
}
.nectar-button.small {
  border-radius: 2px 2px 2px 2px;
  font-size: 9px;
  padding: 5px 8px;
  letter-spacing: 1.3px;
  color: #FFFFFF;
  box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -1px rgba(0, 0, 0, 0.1) inset;
}
.nectar-button.medium {
  border-radius: 3px 3px 3px 3px;
  padding: 10px 15px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #FFFFFF;
  box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
}
.nectar-button.large {
  font-size: 13px;
  padding: 15px 22px;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
}
.nectar-button i {
  font-size: 18px;
  line-height: 18px;
  width: 18px;
  position: absolute;
  top: 50%;
  right: 30px;
  margin-top: -9px;
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
  transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
}
.nectar-button i.icon-button-arrow {
  font-size: 20px;
}
.nectar-button span {
  left: 0px;
  transition: opacity 0.2s ease-out, left 0.2s ease-out;
  -webkit-transition: opacity 0.2s ease-out, left 0.2s ease-out;
  position: relative;
}
.nectar-button.has-icon {
  padding-left: 42px;
  padding-right: 42px;
}
.nectar-button.has-icon:hover span {
  left: -18px;
}
.nectar-button.has-icon:hover i {
  opacity: 1;
  -ms-filter: "alpha(opacity=100)";
  right: 24px;
}
.nectar-button:hover,
.full-width-section .light .nectar-button:hover {
  opacity: 0.75;
  color: #fff;
}
.full-width-section .light .nectar-button {
  opacity: 0.9;
}
.nectar-button.see-through,
body .nectar-button.see-through {
  background-color: transparent!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -o-box-shadow: none!important;
  opacity: 1!important;
  transition: all 0.2s linear!important;
  -moz-transition: all 0.2s linear!important;
  -webkit-transition: all 0.2s linear!important;
  -o-transition: all 0.2s linear!important;
  border-radius: 2px!important;
  -webkit-border-radius: 2px!important;
  -o-border-radius: 2px!important;
  border: 2px solid rgba(255, 255, 255, 0.75);
}
.nectar-button.see-through-2 {
  background-color: transparent;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
  -moz-box-shadow: none!important;
  -o-box-shadow: none!important;
  opacity: 1;
  transition: all 0.2s linear!important;
  -moz-transition: all 0.2s linear!important;
  -webkit-transition: all 0.2s linear!important;
  -o-transition: all 0.2s linear!important;
  border-radius: 2px!important;
  -webkit-border-radius: 2px!important;
  -o-border-radius: 2px!important;
  border: 2px solid rgba(255, 255, 255, 0.75);
}
body .nectar-button.see-through:hover {
  border: 2px solid #ffffff;
}
.col.light .nectar-button.see-through-2 {
  color: #fff;
}
.col.light .nectar-button.see-through {
  border: 2px solid rgba(255, 255, 255, 0.75);
  color: #fff;
}
.col.light .nectar-button.see-through:hover {
  border: 2px solid #ffffff;
}
.col.dark .nectar-button.see-through,
.col.dark .nectar-button.see-through-2 {
  border: 2px solid rgba(0, 0, 0, 0.75);
  color: #444444;
}
.col.dark .nectar-button.see-through:hover {
  border: 2px solid #000000;
}
body .nectar-button.see-through-2:hover,
body .col.dark .nectar-button.see-through-2:hover {
  border-color: #27CFC3;
  background-color: #27CFC3;
  color: #fff;
  opacity: 1!important;
}
h2 .nectar-button {
  top: -6px;
}
.nectar-button:not([data-color-override="false"]),
.nectar-button:not([data-hover-color-override="false"]) {
  visibility: hidden;
}
/*-------------------------------------------------------------------------*/
/*	4.	Plugin Related Styles
/*-------------------------------------------------------------------------*/
/***************** Superfish ******************/
.sf-menu {
  line-height: 1;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 10em;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu li {
  float: left;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 2.5em;
  z-index: 99;
}
header#top .sf-menu > li:hover > ul,
header#top .sf-menu > li.sfHover > ul {
  top: 60px;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 10.8em;
  top: -10px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 10em;
  top: 0;
}
.sub-menu {
  z-index: 3;
}
.sf-menu {
  float: left;
  margin-bottom: 30px;
}
.sf-menu li li a,
.sf-menu li li a:visited {
  padding-left: 1.25em;
}
.sf-menu li:hover,
.sf-menu li.sfHover,
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0 none;
}
.sf-menu ul li a {
  margin: 0;
  padding: 14px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.sf-sub-indicator {
  display: inline-block;
  width: 10px;
  position: relative;
  left: 8px;
  height: 10px;
}
.sf-sub-indicator i {
  width: 8px;
}
.sf-sub-indicator [class^="icon-"],
.sf-sub-indicator [class*=" icon-"] {
  color: #888;
  font-size: 12px;
  line-height: 16px;
  height: auto;
  background-color: transparent!important;
}
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active,
.sf-menu ul li:hover > a,
.sf-menu ul li.sfHover > a {
  color: #27CFC3;
}
.sf-shadow ul.sf-shadow-off {
  background: none repeat scroll 0 0 transparent;
}
.sf-vertical,
.sf-vertical li {
  width: 100%;
}
.sf-vertical li:hover ul,
.sf-vertical li.sfHover ul {
  left: 100%;
  top: 0;
}
.sf-menu,
.sf-menu * {
  list-style: none outside none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.sf-menu {
  line-height: 1;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 16em;
}
.sf-menu ul li,
.sf-menu ul li li {
  font-size: 12px;
  width: 100%;
}
.sf-menu ul li:last-child a {
  border-bottom: medium none;
}
.sf-menu li:hover {
  visibility: inherit;
}
.sf-menu li {
  float: left;
  line-height: 12px!important;
  font-size: 12px!important;
  position: relative;
}
.sf-menu a {
  display: block;
  position: relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  top: 33px;
  z-index: 999;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
  left: 15em;
  top: 0px;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 15em;
  top: 0;
}
.sf-menu .sf-with-ul a {
  min-width: 1px;
  padding-right: 16px!important;
}
header#top .sf-menu li ul li a {
  font-size: 12px;
  line-height: 13px;
  color: #ccc;
  -webkit-transition: none;
          transition: none;
  letter-spacing: 0;
  background-color: #1C1C1C;
}
.sf-menu li ul li a:hover,
.sf-menu li ul li.sfHover > a {
  color: #27CFC3;
  background-color: #272727!important;
}
.sf-menu li ul li.sfHover > a .sf-sub-indicator [class^="icon-"] {
  color: #27CFC3;
}
.sf-menu li ul li .sf-sub-indicator {
  right: 14px;
  left: auto;
  top: 14px;
  display: block;
  position: absolute;
}
.sf-menu li ul,
.sf-menu li li ul {
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
}
.sf-menu li li ul {
  left: 16em!important;
}
.sf-menu {
  float: right;
}
.sf-menu a {
  margin: 0 1px;
  padding: 0.75em 1em 32px;
  text-decoration: none;
}
.sf-menu ul li {
  font-weight: normal;
}
.sf-menu .sfHover ul li a,
.sf-menu .sfHover ul li li a {
  box-shadow: none;
}
.sf-menu ul li a:focus,
.sf-menu ul li a:hover,
.sf-menu ul li a:active,
.sf-menu ul li li a:focus,
.sf-menu ul li li a:hover,
.sf-menu ul li li a:active {
  border-radius: 0 0 0 0;
  box-shadow: none;
  text-shadow: none;
}
.mejs-overlay-button,
.mejs-overlay-loading {
  display: none!important;
}
.home-wrap {
  padding-top: 3em;
  margin-bottom: 0px;
  padding-bottom: 0px;
  position: relative;
  z-index: 100;
  background-color: #f8f8f8;
}
html:not(.js) .home-wrap {
  padding-top: 0px;
}
html.no-overflow-y {
  overflow-y: hidden!important;
}
/***************** Nectar Slider ******************/
.swiper-slide {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.nectar-slider-wrap[data-transition="fade"] .swiper-slide-active {
  z-index: 50;
}
.mobile-video-image {
  position: absolute;
  z-index: 10;
  top: 0px;
  left: 0px;
  display: none;
  height: 100%;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
}
.swiper-slide[data-bg-alignment="top"] {
  background-position: center top;
}
.swiper-slide[data-bg-alignment="center"] {
  background-position: center center;
}
.swiper-slide[data-bg-alignment="bottom"] {
  background-position: center bottom;
}
.swiper-slide .content {
  color: #fff;
  width: 100%;
  left: 0px;
  position: absolute;
  top: 250px;
  z-index: 100;
}
#boxed .swiper-slide .content,
#boxed .slider-prev,
#boxed .slider-next {
  /*opacity: 1!important;
	-webkit-transform: translate(0, 0) !important;
	-moz-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
	-o-transform: translate(0, 0) !important;*/
}
.parallax_slider_outer.first-section .swiper-slide .content,
.nectar-slider-wrap.first-section .swiper-slide .content {
  margin-top: 23px;
  margin-left: -10px;
}
.parallax_slider_outer.first-section .swiper-slide .content {
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
body[data-smooth-scrolling="1"] .parallax_slider_outer.first-section .slider-pagination,
body[data-smooth-scrolling="1"] .nectar-slider-wrap.first-section .slider-pagination {
  padding-right: 13px;
}
.nectar-slider-wrap {
  display: none;
}
html:not(.js) .nectar-slider-wrap {
  display: block;
}
.nectar-slider-loading {
  background-color: #393939;
  background-position: center;
  background-repeat: repeat;
  background-image: url('../img/textures/diagonal_line.png');
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.nectar-slider-loading.default-loader .loading-icon,
.pp_loaderIcon.default_loader {
  background-image: none!important;
}
.nectar-slider-loading.default-loader .loading-icon span {
  border: 3px solid #666;
  background-color: #393939;
}
.pp_loaderIcon span {
  border: 3px solid #666;
}
.nectar-slider-loading .loading-icon {
  background-position: center;
  background-repeat: no-repeat;
  background-image: url('../img/icons/nectar-loading.gif');
  position: absolute;
  z-index: 1000;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.nectar-slider-wrap .swiper-container .swiper-wrapper .swiper-slide.not-loaded {
  background-color: #393939!important;
}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
  margin-top: 0px;
}
.swiper-slide .content p,
.swiper-slide .content h2,
.swiper-slide .content .buttons {
  opacity: 0;
  padding-top: 25px;
  letter-spacing: 0.5px;
  -webkit-font-smoothing: antialiased;
}
.swiper-slide .content p i {
  border-radius: 0px!important;
  width: 24px!important;
  font-size: 20px!important;
  background-color: transparent!important;
}
.swiper-slide .content iframe {
  max-width: 1100px;
}
.swiper-slide .content.centered {
  text-align: center;
}
.swiper-slide .content img {
  margin-bottom: 30px;
}
.swiper-slide .content h2 {
  font-size: 60px;
  line-height: 80px;
  letter-spacing: -1px;
  display: block;
  color: #fff;
}
#boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
  font-size: 50px;
  line-height: 70px;
}
.vc_span3 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span4 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span6 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span8 .nectar-slider-wrap .swiper-slide .content h2,
.vc_span9 .nectar-slider-wrap .swiper-slide .content h2 {
  font-size: 40px;
  line-height: 60px!important;
}
.swiper-slide .content p {
  font-size: 24px;
  line-height: 38px;
}
.swiper-slide .content p.transparent-bg span {
  padding: 4px 0px;
  display: inline;
  position: relative;
  left: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.5);
  box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
  -o-box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
  line-height: 45px;
}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p.transparent-bg span {
  line-height: 40px;
}
.swiper-slide[data-color-scheme="dark"] .content p.transparent-bg span {
  background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);
  box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
  -moz-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
  -o-box-shadow: 10px 0 0 rgba(255, 255, 255, 0.4), -10px 0 0 rgba(255, 255, 255, 0.4);
}
.vc_span3 .nectar-slider-wrap .swiper-slide .content p,
.vc_span4 .nectar-slider-wrap .swiper-slide .content p,
.vc_span6 .nectar-slider-wrap .swiper-slide .content p,
.vc_span8 .nectar-slider-wrap .swiper-slide .content p,
.vc_span9 .nectar-slider-wrap .swiper-slide .content p {
  font-size: 17px!important;
  line-height: 28px!important;
}
.swiper-slide .content p::-moz-selection,
.swiper-slide .content h2::-moz-selection,
.swiper-slide .button a::-moz-selection,
.swiper-container div::-moz-selection,
.swiper-container span::-moz-selection,
.swiper-container img::-moz-selection {
  background: transparent!important;
  color: #fff!important;
}
.swiper-slide .content p::selection,
.swiper-slide .content h2::selection,
.swiper-slide .button a::selection,
.swiper-container div::selection,
.swiper-container span::selection,
.swiper-container img::selection {
  background: transparent!important;
  color: #fff!important;
}
.swiper-slide .content p::-moz-selection,
.swiper-slide .content h2::-moz-selection,
.swiper-slide .button a::-moz-selection,
.swiper-container div::-moz-selection,
.swiper-container span::-moz-selection,
swiper-container img::-moz-selection {
  background: transparent!important;
  color: #fff!important;
}
.swiper-slide[data-color-scheme="dark"] .content p::-moz-selection,
.swiper-slide[data-color-scheme="dark"] .content h2::-moz-selection,
.swiper-slide[data-color-scheme="dark"] .button.transparent a::-moz-selection,
.swiper-slide[data-color-scheme="dark"] img::-moz-selection,
.swiper-container .swiper-slide[data-color-scheme="dark"] span::-moz-selection {
  background: transparent!important;
  color: #000!important;
}
.swiper-slide[data-color-scheme="dark"] .content p::selection,
.swiper-slide[data-color-scheme="dark"] .content h2::selection,
.swiper-slide[data-color-scheme="dark"] .button.transparent a::selection,
.swiper-slide[data-color-scheme="dark"] img::selection,
.swiper-container .swiper-slide[data-color-scheme="dark"] span::selection {
  background: transparent!important;
  color: #000!important;
}
.swiper-slide[data-color-scheme="dark"] .content p::-moz-selection,
.swiper-slide[data-color-scheme="dark"] .content h2::-moz-selection,
.swiper-slide[data-color-scheme="dark"] .button.transparent a::-moz-selection,
.swiper-slide[data-color-scheme="dark"] img::-moz-selection,
.swiper-container .swiper-slide[data-color-scheme="dark"] span::-moz-selection {
  background: transparent!important;
  color: #000!important;
}
#header-outer.transparent.dark-slide header#top nav > ul > li > a,
#header-outer.transparent.dark-slide header#top nav ul #search-btn a span,
#header-outer.transparent.dark-slide nav > ul > li > a > .sf-sub-indicator [class^="icon-"],
#header-outer.transparent.dark-slide nav > ul > li > a > .sf-sub-indicator [class*=" icon-"],
#header-outer.transparent.dark-slide .cart-menu .cart-icon-wrap .icon-salient-cart,
body.ascend[data-header-color="custom"] #boxed #header-outer.transparent.dark-slide .cart-outer .cart-menu .cart-icon-wrap i,
body.ascend #boxed #header-outer.transparent.dark-slide .cart-outer .cart-menu .cart-icon-wrap i {
  color: #000!important;
}
#header-outer.transparent.dark-slide header#top nav > ul > li > a:hover,
#header-outer.transparent.dark-slide header#top nav .sf-menu > li.sfHover > a,
#header-outer.transparent.dark-slide header#top nav .sf-menu > li.current_page_ancestor > a,
#header-outer.transparent.dark-slide header#top nav .sf-menu > li.current-menu-item > a,
#header-outer.transparent.dark-slide header#top nav .sf-menu > li.current-menu-ancestor > a,
#header-outer.transparent.dark-slide header#top nav .sf-menu > li.current_page_item > a,
#header-outer.transparent.dark-slide header#top nav > ul > li > a:hover > .sf-sub-indicator > i,
#header-outer.transparent.dark-slide header#top nav > ul > li.sfHover > a > span > i,
#header-outer.transparent.dark-slide header#top nav ul #search-btn a:hover span,
#header-outer.transparent.dark-slide header#top nav .sf-menu > li.current-menu-item > a i,
#header-outer.transparent.dark-slide header#top nav .sf-menu > li.current-menu-ancestor > a i,
#header-outer.transparent.dark-slide .cart-outer:hover .icon-salient-cart,
body.ascend[data-header-color="custom"] #boxed #header-outer.transparent.dark-slide .cart-outer:hover .cart-menu .cart-icon-wrap i {
  color: #000!important;
}
body #header-outer.transparent[data-transparent-header="true"].dark-slide,
.ascend #header-outer.transparent[data-transparent-header="true"][data-full-width="true"].dark-slide header#top nav ul #search-btn a,
body #header-outer.transparent[data-transparent-header="true"].dark-slide .cart-menu,
body #header-outer.transparent[data-transparent-header="true"].dark-slide header#top nav ul #search-btn > div,
#boxed #header-outer.transparent[data-transparent-header="true"].dark-slide,
body.ascend #boxed #header-outer.transparent.dark-slide .cart-menu .cart-icon-wrap i {
  border-color: rgba(0, 0, 0, 0.08) !important;
}
@media only screen and (min-width: 1001px) {
  #header-outer[data-transparent-header="true"].transparent #logo img.dark-version {
    opacity: 0!important;
  }
  #header-outer[data-transparent-header="true"].transparent.dark-slide #logo img {
    opacity: 0!important;
  }
  #header-outer[data-transparent-header="true"].transparent.dark-slide #logo img.dark-version {
    opacity: 1!important;
  }
}
.swiper-slide img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.video-texture {
  height: 3000px;
  width: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
  opacity: 0;
  z-index: 10;
}
.active_texture {
  background-image: url(../img/textures/grid.png);
}
.swiper-slide .button {
  display: inline-block;
  padding: 8px;
  margin: 0px 0px 0px 0px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -webkit-border-radius: 2px;
}
.swiper-slide .buttons > div:last-child {
  padding-right: 0px!important;
}
.swiper-slide .buttons > div:first-child {
  padding-left: 0px;
}
.swiper-slide .button a {
  background-color: #6bc1b9;
  color: #fff;
  border-radius: 2px;
  padding: 13px 17px;
  text-decoration: none;
  /*box-shadow: 0px 1px 0px rgba(255,255,255,0.25) inset, 0px 1px 3px rgba(0,0,0,0.2);*/
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 12px;
  display: block;
  transition: border-color 0.2s linear, background-color 0.2s linear;
  -moz-transition: border-color 0.2s linear, background-color 0.2s linear;
  -o-transition: border-color 0.2s linear, background-color 0.2s linear;
  -webkit-transition: border-color 0.2s linear, background-color 0.2s linear;
}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a {
  padding: 10px 15px!important;
}
.nectar-slider-wrap[data-full-width="false"] .swiper-slide .button.transparent a {
  padding: 8px 15px!important;
}
.swiper-slide .button.transparent a,
.swiper-slide .button.transparent_2 a {
  box-shadow: none!important;
  padding: 11px 17px!important;
  background-color: transparent!important;
  border: 2px solid rgba(255, 255, 255, 0.7);
}
.swiper-slide .button.transparent a:hover {
  border: 2px solid #ffffff;
}
.swiper-slide .button.transparent_2 a:hover {
  border-color: transparent!important;
  background-color: #27CFC3;
  color: #fff!important;
}
.swiper-slide[data-color-scheme="dark"] .content h2,
.swiper-slide[data-color-scheme="dark"] .content p,
.swiper-slide[data-color-scheme="dark"] .content .button.transparent a,
.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a {
  color: #111;
  text-shadow: none!important;
}
.swiper-wrapper .swiper-slide[data-color-scheme="dark"] .slider-down-arrow i.icon-default-style[class^="icon-"] {
  color: #111!important;
}
.swiper-slide[data-color-scheme="dark"] .content .button.transparent a,
.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a {
  border: 2px solid rgba(0, 0, 0, 0.4) !important;
}
.swiper-slide[data-color-scheme="dark"] .content .button.transparent a:hover,
.swiper-slide[data-color-scheme="dark"] .content .button.transparent_2 a:hover {
  border: 2px solid #000000 !important;
}
.swiper-slide[data-x-pos="left"] .content {
  text-align: left;
}
.swiper-slide[data-x-pos="left"] .content p {
  margin: 0px;
}
.swiper-slide[data-x-pos="centered"] .content {
  text-align: center;
}
.swiper-slide[data-x-pos="right"] .content {
  width: 50%;
  left: auto;
  right: 0px;
}
.swiper-slide[data-x-pos="right"] .content p {
  margin: 0px;
}
.swiper-slide[data-x-pos="right"] .content .buttons {
  clear: both;
}
.swiper-slide[data-x-pos="right"] .content p:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform, left, top;
          transition-property: transform, left, top;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
/* Specify Swiper's Size: */
.swiper-container,
.swiper-slide {
  width: 100%;
  height: 800px;
  overflow: hidden;
  position: relative;
}
.swiper-slide .video-wrap {
  position: absolute!important;
  top: 0;
  left: 0;
  padding-bottom: 0px!important;
  overflow: hidden;
}
.slider-pagination {
  position: absolute;
  z-index: 20;
  bottom: 25px;
  display: block;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.slider-pagination .swiper-pagination-switch {
  border: 1px solid #fff;
  background-color: transparent;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  width: 10px;
  transition: background-color 0.2s linear, border-color 0.2s linear;
  -moz-transition: background-color 0.2s linear, border-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear, border-color 0.2s linear;
  -o-transition: background-color 0.2s linear, border-color 0.2s linear;
}
.slider-pagination .swiper-pagination-switch:hover {
  background-color: #fff;
}
.swiper-container .slider-pagination .swiper-active-switch {
  background: none repeat scroll 0 0 #FFFFFF;
}
.slider-pagination.dark-cs .swiper-pagination-switch {
  border: 1px solid #000;
  background-color: transparent;
}
.slider-pagination.dark-cs .swiper-pagination-switch:hover {
  background: none repeat scroll 0 0 #000;
}
.slider-pagination.dark-cs .swiper-active-switch {
  background: none repeat scroll 0 0 #000;
}
.swiper-container .slider-prev,
.swiper-container .slider-next {
  position: absolute;
  z-index: 130;
  top: 50%;
  height: 54px;
  margin-top: -28px;
  width: 100%;
}
.swiper-slide .content .buttons {
  z-index: 140px;
  position: relative;
}
.nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-prev,
.nectar-slider-wrap.first-section[data-full-width="true"] .swiper-container .slider-next {
  margin-top: 0px;
}
.parallax_slider_outer.first-section .swiper-container .slider-prev,
.parallax_slider_outer.first-section .swiper-container .slider-next {
  margin-top: 0px;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.slider-prev.dark-cs,
.slider-next.dark-cs {
  background-color: rgba(255, 255, 255, 0.5) !important;
}
.slider-prev.dark-cs:hover,
.slider-next.dark-cs:hover {
  background-color: rgba(255, 255, 255, 0.8) !important;
}
.slider-prev.dark-cs i,
.slider-next.dark-cs i,
.swiper-container .dark-cs.slider-prev .slide-count span,
.swiper-container .dark-cs.slider-next .slide-count span {
  color: #000;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
}
.swiper-container .slider-prev,
.swiper-container .slider-next {
  position: absolute;
  z-index: 100;
  display: block;
  color: #fff;
  height: 60px;
  width: 50px;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 0px 4px 4px 0px;
  -moz-border-radius: 0px 4px 4px 0px;
  -webkit-border-radius: 0px 4px 4px 0px;
  -o-border-radius: 0px 4px 4px 0px;
  transition: background-color 0.2s linear;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  -moz-transition: background-color 0.2s linear;
}
.swiper-container .slider-prev .slide-count span,
.swiper-container .slider-next .slide-count span {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
.swiper-container .slider-next .slide-count {
  left: auto;
  right: 0px;
}
.swiper-container .slide-count {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 64px;
  width: 50px;
}
.swiper-container .slide-count i {
  opacity: 0.7;
  top: 17px;
  line-height: normal!important;
  font-size: 26px!important;
}
.swiper-container .slide-count {
  font-size: 10px!important;
}
.swiper-container .slide-count .slide-current {
  position: absolute;
  top: 14px;
  left: 15px;
  height: 10px;
  line-height: 10px;
}
.swiper-container .slide-count .slide-current.double-digits {
  top: 16px!important;
  left: 9px!important;
}
.swiper-container .slide-count .slide-total {
  position: absolute;
  top: 35px;
  left: 31px;
  height: 10px;
  line-height: 10px;
}
.swiper-container .slider-next {
  border-radius: 4px 0px 0px 4px;
  -moz-border-radius: 4px 0px 0px 4px;
  -webkit-border-radius: 4px 0px 0px 4px;
  -o-border-radius: 4px 0px 0px 4px;
}
.swiper-container .mejs-poster {
  background-size: cover!important;
  -moz-background-size: cover!important;
  -webkit-background-size: cover!important;
  -o-background-size: cover!important;
}
.nectar-slider-wrap {
  overflow: hidden;
  position: relative;
  left: 0px;
}
.parallax_slider_outer .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0px!important;
}
.nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0px -50px 0px -50px !important;
}
.full-width-content .wpb_column .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0!important;
}
body[data-ext-responsive="true"] .vc_span12 .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin: 0 -4.5% !important;
}
.nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content {
  padding: 0px 50px!important;
}
.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide .content {
  padding: 0px 100px;
}
.nectar-slider-wrap[data-full-width="false"]:not([data-parallax="true"]) .swiper-slide[data-x-pos="right"] .content {
  padding: 0px 100px 0px 0px!important;
}
.nectar-slider-wrap[data-full-width="true"].first-section,
.nectar-slider-wrap[data-full-width="boxed-full-width"].first-section {
  margin-top: -70px;
}
@media only screen and (min-width: 1025px) {
  body[data-transparent-header="false"][data-bg-header="true"] .wpb_row.first-section {
    margin-top: -40px !important;
  }
}
body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section,
body[data-transparent-header="false"][data-header-resize="0"] .nectar-slider-wrap[data-full-width="true"].first-section .swiper-slide .content {
  margin-top: 0px!important;
}
#post-area.span_9 .nectar-slider-wrap[data-full-width="true"].first-section,
#post-area.span_9 .nectar-slider-wrap[data-full-width="boxed-full-width"].first-section {
  margin-top: 0px!important;
}
.parallax_slider_outer.first-section {
  margin-bottom: -2px !important;
  margin-top: -42px;
}
.parallax_slider_outer.first-section .nectar-slider-wrap {
  position: fixed;
  left: 0px!important;
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
.no-left-margin.first-section {
  height: auto!important;
}
.no-left-margin.first-section .nectar-slider-wrap {
  left: 0!important;
}
body .parallax_slider_outer.first-section .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  left: auto!important;
  /*position: relative!important;*/
}
.parallax_slider_outer .swiper-container .slider-prev {
  left: 0px!important;
}
.parallax_slider_outer .swiper-container .slider-next {
  right: 0px!important;
}
.parallax_slider_outer .swiper-container,
.parallax_slider_outer.first-section .nectar-slider-wrap {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
      transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -webkit-perspective: 1000;
  -webkit-backface-visibility: hidden;
}
body[data-smooth-scrolling="1"] .parallax_slider_outer .swiper-container .slider-next {
  right: 16px!important;
}
body[data-smooth-scrolling="1"] .parallax_slider_outer .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-container .slider-next,
body[data-smooth-scrolling="1"] #boxed .parallax_slider_outer .nectar-slider-wrap .swiper-container .slider-next {
  right: 0px!important;
}
.swiper-container .slider-prev:hover,
.swiper-container .slider-next:hover {
  background-color: rgba(0, 0, 0, 0.8);
}
.swiper-container .slider-prev i,
.swiper-container .slider-next i {
  font-size: 21px;
  background-color: transparent!important;
  line-height: 64px;
}
.swiper-container .slider-prev > i,
.swiper-container .slider-next > i {
  width: 20px!important;
}
.swiper-container .slider-prev > i {
  position: absolute;
  padding-right: 0px;
  left: 13px;
}
.swiper-container .slider-next > i {
  position: absolute;
  right: 13px;
  left: auto;
}
.swiper-container .slider-prev .slide-count {
  right: 6px!important;
  left: auto!important;
  text-align: center;
}
.swiper-container .slider-next .slide-count {
  left: 6px!important;
  text-align: center;
}
.swiper-container .slider-next {
  right: 0px;
  padding-left: 4px;
  opacity: 0;
}
.swiper-container .slider-prev {
  left: 0px;
  padding-right: 4px;
  opacity: 0;
}
body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"] .swiper-container .slider-next {
  right: 8px;
}
body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"][data-parallax="true"] .swiper-container .slider-next {
  right: 10px;
}
body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"] .swiper-container .slider-prev {
  left: 7px;
}
/* Swiper Styles */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: visible!important;
  -ms-backface-visibility: hidden;
  -o-backface-visibility: hidden;
  backface-visibility: hidden;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  -webkit-transition-property: -webkit-transform, left, top;
  -webkit-transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
  -moz-transition-duration: 0s;
  -moz-transform: translate3d(0px, 0, 0);
  -moz-transition-timing-function: ease;
  -o-transition-duration: 0s;
  -o-transform: translate3d(0px, 0, 0);
  -o-transition-timing-function: ease;
  -o-transform: translate(0px, 0px);
  -ms-transition-property: -ms-transform, left, top;
  -ms-transition-duration: 0s;
  -ms-transform: translate3d(0px, 0, 0);
  -ms-transition-timing-function: ease;
  -webkit-transition-property: -webkit-transform, left, top;
          transition-property: transform, left, top;
  -webkit-transition-duration: 0s;
          transition-duration: 0s;
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
  -webkit-transition-timing-function: ease;
          transition-timing-function: ease;
  box-sizing: content-box;
  left: 0px;
}
.swiper-slide {
  float: left;
}
/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
}
.swiper-container,
.swiper-slide {
  width: 100%;
  height: 750px;
  overflow: hidden;
  position: relative;
}
.swiper-slide .video-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
}
.swiper-slide .video-wrap video {
  top: 0px;
  position: relative;
  -webkit-backface-visibility: hidden!important;
}
.swiper-container .mejs-container .mejs-controls {
  display: none!important;
}
.entire-slide-link {
  position: absolute;
  z-index: 100;
  height: 3000px;
  width: 100%;
  opacity: 0;
  -webkit-transition: none!important;
          transition: none!important;
}
/*.nectar-slider-wrap[data-full-width="true"] .swiper-container {
	opacity: 0;
}*/
@keyframes fadebottom {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  25% {
    opacity: 0;
    -webkit-transform: translateY(20px);
            transform: translateY(20px);
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
  }
  30% {
    opacity: 0;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  45% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@-webkit-keyframes fadebottom {
  0% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  25% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
  }
  30% {
    opacity: 0;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  45% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
  100% {
    opacity: 1;
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
  }
}
.swiper-wrapper .slider-down-arrow {
  height: 60px;
  width: 60px;
  display: block;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  z-index: 100;
  left: 50%;
  margin-left: -30px;
}
body[data-smooth-scrolling="1"] .swiper-wrapper .slider-down-arrow {
  margin-left: -38px;
}
.swiper-wrapper .slider-down-arrow i.icon-default-style[class^="icon-"] {
  height: 60px!important;
  width: 60px;
  font-size: 20px!important;
  color: #fff!important;
  line-height: 60px!important;
  animation: 3.4s ease-in-out infinite fadebottom;
  -webkit-animation: 3.4s ease-in-out infinite fadebottom;
}
/***************** Nectar Video BG ******************/
.wpb_row .nectar-video-wrap {
  position: absolute!important;
  top: 0;
  left: 0;
  padding-bottom: 0px!important;
  overflow: hidden;
  opacity: 0;
  z-index: 1;
}
.video-color-overlay {
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute!important;
  -webkit-backface-visibility: hidden;
  top: 0;
  left: 0;
  padding-bottom: 0px!important;
  z-index: 3;
}
.wpb_row .nectar-video-wrap .mejs-container .mejs-controls {
  display: none!important;
}
.wpb_row > .span_12 {
  z-index: 10;
  margin-bottom: 0px!important;
}
.wpb_row > .span_12 > .column_container:last-child {
  margin-bottom: 0px!important;
}
/***************** Nectar mouse parallax ******************/
.wpb_row .nectar-parallax-scene {
  position: absolute!important;
  top: 0;
  left: 0;
  margin: 0!important;
  padding-bottom: 0px!important;
  overflow: hidden;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.wpb_row .nectar-parallax-scene li {
  height: 100%;
  width: 100%;
}
.wpb_row .nectar-parallax-scene div {
  margin-left: -10%;
  top: -10%;
  min-height: 100%;
  width: 120%;
  height: 120%;
  background-size: cover;
  margin-bottom: 0!important;
  max-width: none;
  position: relative;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.wpb_row .nectar-parallax-scene[data-scene-position="center"] div {
  background-position: center;
}
.wpb_row .nectar-parallax-scene[data-scene-position="bottom"] div {
  background-position: center bottom;
}
.wpb_row .nectar-parallax-scene[data-scene-position="top"] div {
  background-position: center top;
}
/***************** Flexslider ******************/
.flex-gallery {
  margin: 0;
  padding: 0;
}
.flex-gallery .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flex-gallery .slides img {
  width: 99.8%;
  display: block;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
.no-js .slides > li:first-child {
  display: block;
}
.flex-gallery {
  margin: 0 0 15px;
  position: relative;
  zoom: 1;
  background-color: transparent;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flex-gallery .slides {
  zoom: 1;
}
.flex-gallery ul {
  position: relative;
  z-index: 1000;
  margin: 0px;
}
.flex-gallery ul.flex-direction-nav {
  margin: 0 !important;
  position: absolute !important;
  top: 8px;
}
.flex-gallery ul li {
  list-style: none;
}
.flex-gallery ul li img {
  margin-bottom: 0px!important;
}
.carousel li {
  margin-right: 0px;
  margin-left: 0px;
}
.flex-control-nav {
  display: none;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  display: block;
  line-height: 22px;
  position: relative;
  background-color: #27CFC3;
  height: 25px;
  width: 25px;
  text-align: center;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  border-radius: 1px 1px 1px 1px;
  -moz-border-radius: 1px 1px 1px 1px;
  -webkit-border-radius: 1px 1px 1px 1px;
  -o-border-radius: 1px 1px 1px 1px;
}
.flex-direction-nav a i {
  line-height: 29px;
  background-color: transparent!important;
}
.flex-direction-nav a.flex-next {
  padding-left: 2px;
}
.flex-direction-nav a.flex-prev {
  padding-right: 2px;
}
.flex-direction-nav li {
  float: left;
  margin-left: 7px!important;
}
.flex-direction-nav {
  margin: -32px 0px 0px 0px !important;
}
.flex-direction-nav a:hover {
  background-color: #333333!important;
}
.flex-direction-nav .flex-next span {
  background-image: url("../img/icons/slider-arrows-small.png") !important;
  background-position: right top;
  top: 9px;
  right: 9px;
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  z-index: 100;
}
.flex-direction-nav .flex-prev span {
  background-image: url("../img/icons/slider-arrows-small.png") !important;
  background-position: left top;
  top: 9px;
  left: 9px;
  position: absolute;
  display: block;
  height: 15px;
  width: 15px;
  z-index: 100;
}
/* Audio/Video jPlayer Skin ---------------------------------------------*/
.jp-jplayer {
  height: 30px;
  background-color: transparent;
  width: 100%!important;
}
#post-area .jp-jplayer-video {
  height: auto;
}
.jp-video-container,
.jp-audio-container {
  border: 1px solid #000;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
}
.jp-jplayer-video img {
  margin-bottom: 0px!important;
  width: 100%!important;
  height: auto!important;
  display: block;
}
.jp-jplayer-video {
  overflow: hidden;
}
.jp-jplayer-video video {
  display: block;
  width: 100.2%!important;
}
.jp-video-container {
  margin-bottom: 15px;
}
.jp-audio-container {
  width: 100%;
}
.jp-interface {
  position: relative;
  width: 100%;
  height: 30px;
  background: transparent url(../img/icons/jplayer.png) repeat-x right top;
  z-index: 100;
}
.jp-controls {
  list-style-type: none;
  padding: 0;
  margin: 0!important;
}
.jp-controls li {
  display: inline;
}
.jp-controls a {
  border-bottom: none;
  position: absolute;
  overflow: hidden;
  text-indent: -9999px;
}
.jp-controls a:hover {
  background-color: transparent;
}
a.jp-play,
a.jp-pause {
  width: 27px;
  height: 27px;
  z-index: 1;
  outline: none;
  top: 0;
  left: 0;
}
a.jp-play {
  background: url(../img/icons/jplayer.png) -16px -68px no-repeat;
}
a.jp-play:hover {
  background-position: -16px -100px;
}
a.jp-pause {
  background: url(../img/icons/jplayer.png) -52px -68px no-repeat;
  display: none;
}
a.jp-pause:hover {
  background-position: -52px -100px;
}
.jp-progress {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  margin: 10px 0;
  padding: 0 100px 0 37px;
  position: absolute;
  height: 10px;
  width: 100%;
}
.jp-seek-bar {
  background: url(../img/icons/jplayer.png) 0 -49px repeat-x;
  width: 0px;
  height: 9px;
  cursor: pointer;
  position: relative;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
}
.jp-play-bar {
  width: 0px;
  height: 7px;
  top: 1px;
  position: relative;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  background-color: #27CFC3;
}
.jp-volume-bar-container {
  position: absolute;
  top: 0;
  right: 10px;
  width: 45px;
  height: 10px;
  margin: 10px 0;
}
.jp-volume-bar {
  position: relative;
  overflow: hidden;
  background: url(../img/icons/jplayer.png) 0 -49px repeat-x;
  width: 100%;
  height: 9px;
  cursor: pointer;
  top: 0;
}
.jp-volume-bar-value {
  width: 0px;
  height: 7px;
  margin: 1px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -o-border-radius: 1px;
  background-color: #27CFC3;
}
a.jp-mute,
a.jp-unmute {
  width: 30px;
  height: 30px;
  z-index: 1;
  outline: none;
  top: 0;
  right: 62px;
}
a.jp-mute {
  background: transparent url(../img/icons/jplayer.png) -95px -69px no-repeat;
}
a.jp-mute:hover {
  background-position: -95px -101px;
}
a.jp-unmute {
  background: url(../img/icons/jplayer.png) -138px -69px no-repeat;
}
a.jp-unmute:hover {
  background-position: -138px -101px;
}
.iframe-embed {
  position: relative;
  margin-bottom: 15px;
  line-height: 0;
}
.iframe-embed iframe,
iframe {
  max-width: 100%;
}
.main-content iframe[src] {
  opacity: 0;
}
html:not(.js) .main-content iframe[src],
.main-content #sidebar iframe[src] {
  opacity: 1;
}
.iframe-embed-standard iframe {
  width: 100%!important;
}
body .wpb_video_widget .wpb_wrapper .wpb_video_wrapper {
  padding-top: 0px;
}
body .wpb_video_widget .wpb_wrapper iframe {
  height: inherit;
  position: relative;
  width: inherit;
}
/* 3.6 Media Element Styles */
.mejs-controls .mejs-button button:focus {
  outline: none!important;
}
video,
audio {
  visibility: hidden;
}
.mejs-controls .mejs-time-rail .mejs-time-loaded {
  background-color: rgba(255, 255, 255, 0.18) !important;
}
.mejs-container {
  background-color: transparent!important;
  background-image: none!important;
}
.wp-video {
  width: 100%!important;
}
.mejs-container .mejs-poster img {
  max-width: none!important;
  width: 100%!important;
}
.mejs-container-fullscreen .mejs-poster img {
  height: 100%!important;
}
body .mejs-poster {
  background-size: cover;
}
.mejs-controls button {
  opacity: 0.8;
}
.mejs-controls button:hover,
.mejs-controls .mejs-fullscreen-button:hover button {
  opacity: 1!important;
}
.mejs-controls .mejs-mute button {
  background: transparent url(../img/icons/jplayer.png) -102px -76px no-repeat !important;
}
.mejs-controls .mejs-unmute button {
  background: url(../img/icons/jplayer.png) -145px -76px no-repeat !important;
}
.mejs-controls .mejs-play button {
  background: url(../img/icons/jplayer.png) -24px -75px no-repeat !important;
}
.mejs-controls .mejs-pause button {
  background: url(../img/icons/jplayer.png) -60px -75px no-repeat !important;
}
.mejs-controls .mejs-fullscreen-button button {
  background: url(../img/icons/jplayer.png) -187px -76px no-repeat !important;
}
.mejs-container .mejs-controls {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
  background: transparent url(../img/icons/jplayer.png) repeat-x right top !important;
}
.mejs-controls .mejs-time-rail .mejs-time-total {
  background: #1f1f1f none repeat scroll 0 0 !important;
}
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
  background: transparent!important;
}
body .mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-handle {
  top: 5px;
}
/***************** Isotope ******************/
.isotope-item {
  z-index: 2;
}
.isotope-hidden.isotope-item {
  pointer-events: none;
  z-index: 1;
}
.isotope {
  -webkit-transition-property: height;
  transition-property: height;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/***************** carouFredSel ******************/
.carousel-heading {
  z-index: 100;
  position: relative;
  margin-bottom: 7px;
  min-height: 23px;
}
.carousel-heading h2 {
  text-transform: uppercase;
  letter-spacing: 2px!important;
  font-size: 12px;
  margin-bottom: 7px!important;
}
.carousel-wrap[data-full-width="false"] .carousel-heading h2 {
  font-size: 12px!important;
}
html:not(.js) .carousel-heading {
  display: none;
}
.caroufredsel_wrapper {
  cursor: grab!important;
  cursor: -webkit-grab !important;
  margin: 0px!important;
}
.caroufredsel_wrapper.active {
  cursor: grabbing!important;
  cursor: -webkit-grabbing !important;
}
body .carousel-wrap {
  position: relative;
  overflow: hidden;
  margin: 0px -10px 0em -10px;
}
.full-width-section .carousel-wrap {
  margin-bottom: 0px!important;
}
#full_width_portfolio .full-width-section.first-section,
#full_width_portfolio .full-width-content.first-section {
  margin-top: 0px!important;
}
.carousel-wrap[data-full-width="true"] {
  padding: 0px 18px;
  margin-bottom: 0px!important;
}
.carousel-wrap[data-full-width="true"] .carousel-heading {
  background-color: #f8f8f8;
  padding: 43px 0px 40px 0px;
  margin-bottom: 0px;
  text-align: center;
}
body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
  font-size: 24px;
  line-height: 36px;
  letter-spacing: 0.5px!important;
  margin: 0 auto!important;
  max-width: 900px;
  text-transform: none!important;
}
.carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link {
  position: absolute;
  left: 0px;
}
.carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link,
.carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-prev,
.carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-next {
  top: 8px!important;
}
.carousel-wrap[data-full-width="true"] .carousel-heading a {
  background-color: transparent!important;
}
.carousel-wrap[data-full-width="true"] .carousel-heading i {
  background-color: transparent!important;
  color: #888888;
  font-size: 30px;
  line-height: 28px;
  -webkit-transition: color 0.2s linear 0s;
          transition: color 0.2s linear 0s;
}
body .carousel-wrap[data-full-width="true"] .carousel-heading .container {
  min-height: 40px;
}
#boxed .carousel-wrap[data-full-width="true"] {
  padding: 0px;
}
body[data-smooth-scrolling="0"] .carousel-wrap[data-full-width="true"] {
  padding: 0px;
}
.carousel-wrap .work-item.style-2 {
  margin-bottom: 0px!important;
}
.portfolio-items .col .work-item.style-3 .work-info-bg {
  background-color: #282b30!important;
  opacity: 0.45;
}
.portfolio-items .col .work-item.style-3 h3 {
  margin-bottom: 5px;
}
.portfolio-items .col .work-item.style-3 a {
  background: transparent url('../img/transparent.png') repeat 0 0;
}
/*.portfolio-items .col .work-item.style-3:hover .work-info-bg {
	opacity: 0!important;
}*/
.portfolio-items .col .work-item.style-3 h3,
.portfolio-items .work-item.style-3 .work-info {
  opacity: 1!important;
}
.portfolio-items .col .work-item.style-3 .vert-center *,
.portfolio-items .col .work-item.style-3 i {
  -ms-filter: "alpha(opacity=100)" !important;
}
/*
.portfolio-items .work-item.style-3 .vert-center {
	padding-top: 15px!important;
	position: relative;
}

.portfolio-items .work-item.style-3 p {
	position: absolute;
	width: 100%;
	text-align: center;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
	line-height: 12px;
} */
.portfolio-items .work-item.style-3 p {
  display: block;
  margin-top: 0!important;
  opacity: 1!important;
  position: relative!important;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 12px;
}
.portfolio-items .work-item.style-3 .vert-center {
  top: 0!important;
  padding-top: 15px!important;
  position: relative;
  z-index: 20;
}
.portfolio-items .work-item.style-4 .bottom-meta {
  position: absolute;
  bottom: -120px;
  left: 0;
  padding: 20px 20px 16px 20px;
  width: 100%;
}
.portfolio-items .work-item.style-4 .bottom-meta h3 {
  margin-bottom: 0px;
}
.portfolio-items .work-item.style-4 .bottom-meta p {
  color: rgba(255, 255, 255, 0.8);
}
.portfolio-items .work-item.style-4 .work-info {
  opacity: 1!important;
}
.portfolio-items .work-item.style-3,
.portfolio-items .work-item.style-4 {
  overflow: hidden!important;
}
.portfolio-items .elastic-portfolio-item .work-item.style-3,
.portfolio-items .elastic-portfolio-item .work-item.style-4 {
  width: 100.6% !important;
}
.portfolio-items .elastic-portfolio-item .work-item.style-3 img,
.portfolio-items .elastic-portfolio-item .work-item.style-4 img {
  width: 100.6% !important;
}
.portfolio-items .work-item.style-3 img,
.portfolio-items .work-item.style-4 img {
  position: relative;
}
.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 .work-info a {
  cursor: grab!important;
  cursor: -webkit-grab !important;
  margin: 0px!important;
}
.portfolio-items .col .work-item.style-2,
.portfolio-items .col .work-item.style-3,
.portfolio-items .col .work-item.style-4 {
  margin-bottom: 0px;
}
.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 .work-info a,
.portfolio-items .col .work-item.style-2 .work-info a,
.portfolio-items .col .work-item.style-3 .work-info a,
.portfolio-items .col .work-item.style-4 .work-info a {
  display: block!important;
  margin: 0px!important;
  background-color: transparent!important;
  position: absolute!important;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 40;
}
.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item .work-info a.active {
  cursor: grabbing!important;
  cursor: -webkit-grabbing !important;
}
.carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item h3,
.portfolio-items .col .work-item.style-2 h3 {
  margin-bottom: 0px;
}
body .carousel-wrap[data-full-width="true"] .portfolio-items .col .work-item.style-2 i,
.portfolio-items .col .work-item.style-2 i {
  position: absolute!important;
  top: auto!important;
  bottom: 0px!important;
  color: #fff!important;
  left: 0px!important;
  line-height: 40px!important;
  height: 40px!important;
  width: 40px!important;
  background-color: #252525!important;
  border-radius: 0px!important;
  padding: 0px!important;
}
.carousel-wrap .carousel-heading {
  padding: 0px;
}
html:not(.js) .carousel-wrap {
  display: none;
}
.carousel-wrap span.left-border,
.carousel-wrap span.right-border {
  width: 10px;
  display: block;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 100;
  background-color: #f8f8f8;
}
.carousel-wrap span.left-border {
  left: 0px;
}
.carousel-wrap span.right-border {
  right: 0px;
}
.carousel-next,
.carousel-prev {
  background-color: #dadada;
  cursor: pointer;
  display: block;
  height: 17px;
  margin-left: 5px;
  line-height: 22px;
  transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  background-repeat: no-repeat !important;
  position: absolute;
  top: 0px;
  height: 20px;
  width: 20px;
  border-radius: 1px;
  -webkit-border-radius: 1px;
  -o-border-radius: 1px;
  -moz-border-radius: 1px;
  text-align: center;
}
.carousel-wrap[data-full-width="true"] .carousel-next,
.carousel-wrap[data-full-width="true"] .carousel-prev {
  height: 28px;
  width: 44px;
}
.carousel-wrap[data-full-width="true"] .carousel-next {
  text-align: right;
}
.carousel-wrap[data-full-width="true"] .carousel-prev {
  text-align: left;
}
.carousel-next {
  right: 0px;
  padding-left: 1px;
}
.carousel-prev {
  right: 25px;
  padding-right: 1px;
}
.carousel-next i,
.carousel-prev i {
  background-color: transparent!important;
  line-height: 24px;
  font-size: 14px;
}
.carousel-prev:hover,
.carousel-next:hover {
  background-color: #27CFC3;
}
.carousel {
  opacity: 0;
}
.carousel-wrap[data-full-width="true"] li.span_4.no-margin {
  margin: 0px!important;
}
.carousel-wrap[data-full-width="true"] {
  padding: 0px 0px 0px 0px!important;
}
.carousel-wrap[data-full-width="true"].default-style {
  padding: 0px 20px!important;
}
.carousel-wrap[data-full-width="true"] .work-meta {
  padding: 0px 15px;
}
.carousel-wrap[data-full-width="true"].default-style .work-meta {
  padding: 0px!important;
}
body .carousel li.span_4,
body .portfolio-items.carousel li.span_4 {
  margin: 0px 10px 0px 10px;
}
.carousel-wrap[data-full-width="true"].default-style li.span_4 {
  margin: 0px 15px 0px 15px;
}
.carousel li.span_4 .clear {
  padding-bottom: 0px;
  margin-bottom: 0px;
}
.home .blog-recent .span_3 .post-header {
  color: #999;
  font-size: 11px;
  margin-bottom: 12px;
}
.home .blog-recent .span_3 .post-header h3 a {
  color: #27CFC3;
}
.blog-recent .mejs-container {
  margin-bottom: 15px;
}
.home .blog-recent .span_3 .post-header h3,
.blog-recent .span_3 .post-header h3 {
  margin-bottom: 3px;
  letter-spacing: -0.2px;
  font-size: 16px;
  line-height: 23px;
}
.home .blog-recent .span_3 .post-header a,
.home .blog-recent .span_3 .post-header h3 a:hover {
  color: inherit!important;
}
.home .blog-recent .span_3 .post-header a:hover {
  color: #27CFC3;
}
.blog-recent .span_3 .video-wrap {
  position: relative;
  padding-bottom: 54.25%;
  padding-top: 5px;
  height: 0;
  margin-bottom: 15px;
}
.blog-recent .span_3 .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-recent div:last-of-type {
  margin-right: 0;
}
.video-wrap iframe {
  opacity: 0;
  visibility: hidden;
}
.blog-recent .span_3 .audio-wrap {
  margin-bottom: 15px;
}
.span_9 .carousel-heading {
  padding-right: 10px;
}
/***************** Prettyphoto ******************/
div.pp_pic_holder a:focus {
  outline: none;
}
div.pp_overlay {
  background: #000!important;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 95000!important;
  opacity: 0;
  -webkit-transition: opacity 0.32s linear;
          transition: opacity 0.32s linear;
}
div.pp_pic_holder {
  display: none;
  position: absolute;
  width: 100px;
  z-index: 100000!important;
  -webkit-backface-visibility: hidden;
  line-height: 22px;
}
body[data-smooth-scrolling="1"] div.pp_pic_holder {
  margin-left: -7px;
}
.pp_content {
  min-width: 40px;
  height: auto!important;
}
* html .pp_content {
  width: 40px;
}
.pp_content_container {
  position: relative;
  text-align: left;
  width: 100%;
}
.pp_content_container .pp_left {
  padding-left: 20px;
}
.pp_content_container .pp_right {
  padding-right: 20px;
}
.pp_content_container .pp_details {
  float: left;
  margin: 0px;
}
.pp_description {
  display: none;
  margin: 0;
}
.pp_social {
  float: left;
  margin: 0;
}
.pp_social .facebook {
  float: left;
  margin-left: 5px;
  width: 55px;
  overflow: hidden;
}
.pp_social .twitter {
  float: left;
}
.pp_nav {
  clear: right;
  float: left;
  margin: -25px 4px 14px 13px !important;
}
.pp_nav p {
  float: left;
  white-space: nowrap;
  margin: 2px 4px;
  padding: 0px!important;
}
.pp_nav .pp_play,
.pp_nav .pp_pause {
  float: left;
  margin-right: 4px;
  text-indent: -10000px;
}
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  height: 55px;
  margin-top: 3px;
  overflow: hidden;
  text-indent: -10000px;
  width: 49px;
  text-align: center;
}
.pp_hoverContainer {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 2000;
  display: none!important;
}
.pp_gallery {
  display: none!important;
  left: 50%;
  margin-top: -50px;
  position: absolute;
  z-index: 100000;
}
.pp_gallery div {
  float: left;
  overflow: hidden;
  position: relative;
}
.pp_gallery ul {
  float: left;
  height: 35px;
  position: relative;
  white-space: nowrap;
  margin: 0 0 0 5px;
  padding: 0;
}
.pp_gallery ul a {
  border: 1px rgba(0, 0, 0, 0.5) solid;
  display: block;
  float: left;
  height: 33px;
  overflow: hidden;
}
.pp_gallery ul a img {
  border: 0;
}
.pp_gallery li {
  display: block;
  float: left;
  margin: 0 5px 0 0;
  padding: 0;
}
.pp_gallery .pp_arrow_previous,
.pp_gallery .pp_arrow_next {
  margin-top: 7px !important;
}
.ppt {
  left: 20px;
  position: relative;
  opacity: 0!important;
}
.pp_loaderIcon {
  background: url(../img/prettyPhoto/dark_rounded/loader.gif) center center no-repeat;
  background-color: transparent;
  display: none;
  height: 100%!important;
  width: 100%!important;
  left: 0;
  top: 0;
  position: fixed;
  z-index: 98000;
}
div.dark_rounded {
  padding-top: 17px;
}
div.dark_rounded iframe {
  overflow-y: hidden;
}
div.dark_rounded .pp_details {
  display: none;
}
a.pp_close {
  right: 20px;
  display: block;
  line-height: 34px;
  width: 16px;
  height: 20px;
  position: absolute;
  z-index: 1000001;
  right: 8px;
  top: 7px;
  font-size: 12px!important;
  border: 3px solid rgba(255, 255, 255, 0);
  border-radius: 100px;
  height: 37px;
  width: 37px;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  font-family: 'OpenSansRegular';
}
body a.pp_close .icon-default-style[class^="icon-"] {
  backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  left: -2px;
  width: 34px!important;
  height: 34px!important;
  transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  -webkit-transition: all 0.47s cubic-bezier(0.3, 1, 0.3, 0.95) 0s;
  color: #ddd!important;
  font-size: 18px!important;
  max-width: none!important;
  line-height: 32px!important;
}
body a.pp_close:hover .icon-default-style[class^="icon-"] {
  color: #ffffff !important;
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
body a.pp_close:hover {
  border-color: rgba(255, 255, 255, 0.7);
}
#pp_full_res {
  line-height: 1 !important;
}
#pp_full_res .pp_inline {
  text-align: left;
}
#pp_full_res .pp_inline p {
  display: none;
}
div.dark_rounded .currentTextHolder,
div.dark_square .currentTextHolder {
  color: #ffffff;
}
div.dark_rounded #pp_full_res .pp_inline,
div.dark_square #pp_full_res .pp_inline {
  color: #ffffff;
}
.pp_top,
.pp_bottom {
  height: 20px;
  position: relative;
}
* html .pp_top,
* html .pp_bottom {
  padding: 0 20px;
}
.pp_top .pp_left,
.pp_bottom .pp_left {
  height: 20px;
  left: 0;
  position: absolute;
  width: 20px;
}
.pp_top .pp_middle,
.pp_bottom .pp_middle {
  height: 20px;
  left: 20px;
  position: absolute;
  right: 20px;
}
* html .pp_top .pp_middle,
* html .pp_bottom .pp_middle {
  left: 0;
  position: static;
}
.pp_top .pp_right,
.pp_bottom .pp_right {
  height: 20px;
  left: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px;
}
.pp_fade,
.pp_gallery li.default a img {
  display: none;
}
.pp_fade {
  position: relative;
  z-index: 100000;
}
.pp_left,
.pp_right {
  height: 100%;
}
.pp_inline iframe {
  width: 100%;
}
a.pp_arrow_previous {
  position: fixed;
  -webkit-transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  z-index: 100000;
  text-indent: 0!important;
  left: 25px;
  top: 50%;
  z-index: 1000001;
  margin-top: -10px;
}
a.pp_arrow_next {
  position: fixed;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  text-indent: 0!important;
  top: 50%;
  margin-top: -20px;
  z-index: 1000001;
  right: 25px;
}
body a.pp_arrow_next i.icon-default-style[class^="icon-"],
body a.pp_arrow_previous i.icon-default-style[class^="icon-"] {
  color: #ddd!important;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.4);
  margin-top: 20px;
  transition: all 0.5s cubic-bezier(0.3, 1.65, 0.3, 0.95) 0s;
  -webkit-transition: all 0.5s cubic-bezier(0.3, 1.65, 0.3, 0.95) 0s;
}
body a.pp_arrow_next:hover i.icon-default-style[class^="icon-"],
body a.pp_arrow_previous:hover i.icon-default-style[class^="icon-"] {
  color: #fff!important;
}
body[data-smooth-scrolling="1"] a.pp_arrow_next {
  right: 40px;
}
/***************** Scrollbar ******************/
#ascrail2000 {
  background-color: #555;
  width: 16px!important;
  z-index: 100000;
  z-index: 100000!important;
}
/* BBPress */
.bbp-author-avatar img {
  margin-bottom: -3px !important;
}
body #bbpress-forums fieldset.bbp-form {
  border: 1px solid #D9D9D9;
}
#bbpress-forums fieldset.bbp-form p {
  padding-bottom: 10px;
}
#bbpress-forums li.bbp-header,
#bbpress-forums li.bbp-footer {
  font-weight: normal!important;
}
#bbpress-forums li.bbp-body ul.forum,
#bbpress-forums li.bbp-body ul.topic {
  padding-left: 15px;
}
#bbpress-forums div.bbp-forum-header,
#bbpress-forums div.bbp-topic-header,
#bbpress-forums div.bbp-reply-header {
  background-color: #f4f4f4!important;
}
.bbp-topic-meta {
  margin-top: 1px!important;
}
#bbpress-forums li.bbp-header {
  background-color: #f1f1f1!important;
}
#bbpress-forums .wp-editor-container,
#bbpress-forums ul.bbp-lead-topic,
#bbpress-forums ul.bbp-topics,
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies,
#bbpress-forums ul.bbp-search-results {
  border: 1px solid #DDD!important;
}
.bbp-topic-permalink {
  font-size: 14px;
}
.topic .bbp-topic-title {
  margin-top: 2px!important;
}
.bbp-template-notice p {
  padding: 4px!important;
}
#bbp_search_submit,
#members_search_submit {
  padding: 10px 11px!important;
}
#bbpress-forums #subscription-toggle {
  color: #ccc;
}
body #bbpress-forums fieldset.bbp-form {
  padding-bottom: 20px;
}
/* BuddyPress */
#buddypress button,
#buddypress a.button,
#buddypress input[type="submit"],
#buddypress input[type="button"],
#buddypress input[type="reset"],
#buddypress ul.button-nav li a,
#buddypress div.generic-button a,
#buddypress .comment-reply-link,
a.bp-title-button {
  background-color: #333333;
  border: medium none!important;
  border-radius: 2px;
  color: #FFFFFF!important;
  cursor: pointer;
  font-size: 12px;
  padding: 7px 11px;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  width: auto;
}
#buddypress form#whats-new-form textarea {
  width: 100%!important;
}
#buddypress #members_search {
  width: auto!important;
}
#buddypress #activity-stream p {
  padding-bottom: 0px;
  margin-top: 0px;
}
#buddypress form#whats-new-form #whats-new-submit {
  margin-top: 0px;
}
#buddypress .avatar-50 {
  width: 50px!important;
  height: 50px!important;
}
#buddypress .activity-list li.mini .activity-avatar img.avatar,
#buddypress .activity-list li.mini .activity-avatar img.FB_profile_pic {
  width: 20px!important;
  height: 20px!important;
}
#buddypress ul.item-list li,
#buddypress ul.item-list {
  border-color: #e3e3e3;
}
#buddypress .standard-form textarea,
body #buddypress div.activity-comments form textarea,
#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="text"],
#buddypress .standard-form input[type="color"],
#buddypress .standard-form input[type="date"],
#buddypress .standard-form input[type="datetime"],
#buddypress .standard-form input[type="datetime-local"],
#buddypress .standard-form input[type="email"],
#buddypress .standard-form input[type="month"],
#buddypress .standard-form input[type="number"],
#buddypress .standard-form input[type="range"],
#buddypress .standard-form input[type="search"],
#buddypress .standard-form input[type="tel"],
#buddypress .standard-form input[type="time"],
#buddypress .standard-form input[type="url"],
#buddypress .standard-form input[type="week"],
#buddypress .standard-form select,
#buddypress .standard-form input[type="password"],
#buddypress .dir-search input[type="search"],
#buddypress .dir-search input[type="text"] {
  padding: 10px!important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #ededed;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#buddypress div.activity-comments form .ac-textarea {
  background-color: transparent;
  padding: 0px;
  border: none;
}
#buddypress a.bp-primary-action span,
#buddypress #reply-title small a span {
  background-color: #555;
}
#buddypress form#whats-new-form p.activity-greeting {
  padding-bottom: 0px!important;
  line-height: 14px;
}
#buddypress .standard-form textarea:focus,
#buddypress .standard-form input[type="text"]:focus,
#buddypress div.activity-comments form .ac-textarea textarea:focus {
  background-color: #e8e8e8;
}
#buddypress div.activity-comments ul li {
  padding: 20px 0 0!important;
}
#buddypress .acomment-options {
  margin-bottom: 15px;
  margin-left: 60px;
}
#buddypress #groups_search {
  width: 200px;
}
#buddypress .standard-form label,
#buddypress .standard-form span.label,
#buddypress div.item-list-tabs ul li.selected a,
#buddypress div.item-list-tabs ul li.current a {
  font-weight: normal!important;
}
#buddypress form#whats-new-form #whats-new-options select {
  margin-top: 0px;
}
#buddypress div#subnav.item-list-tabs {
  margin: 20px 0px;
}
#buddypress #whats-new-options {
  margin-top: 10px;
}
#buddypress #whats-new-post-in,
#buddypress select {
  padding: 9px!important;
}
.buddypress h1 {
  margin-bottom: 30px;
}
/*-------------------------------------------------------------------------*/
/*	5.	Page + Custom Page Layout Styles
/*-------------------------------------------------------------------------*/
#page-header-wrap {
  height: 59px;
  margin-top: -60px;
  overflow: hidden;
  position: relative;
  background-color: #f8f8f8;
  transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
  -moz-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
  -webkit-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
  -o-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
  -webkit-font-smoothing: antialiased;
}
#page-header-bg {
  width: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  height: 60px;
  overflow: hidden;
  transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
  -moz-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
  -webkit-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
  -o-transition: height 0.85s cubic-bezier(0.725, 0, 0, 0.995);
  margin-top: -50px;
  color: #fff;
  display: block!important;
  -webkit-font-smoothing: antialiased;
}
.page-header-no-bg {
  padding-bottom: 0px;
  padding-top: 80px;
  margin-top: -45px;
  background-color: #f8f8f8;
}
#page-header-bg[data-parallax="1"] {
  opacity: 0;
  overflow: hidden;
  margin: 0px!important;
  position: fixed;
}
#page-header-bg[data-parallax="1"] .span_6 {
  z-index: 0;
}
#page-header-bg[data-alignment="center"],
.page-header-no-bg[data-alignment="center"] {
  text-align: center;
}
#page-header-bg[data-alignment="right"],
.page-header-no-bg[data-alignment="right"] {
  text-align: right;
}
#page-header-bg .span_6 {
  width: 100%;
}
body[data-bg-header="true"].archive .container-wrap,
body[data-bg-header="true"].category .container-wrap,
body[data-bg-header="true"].blog .container-wrap {
  padding-top: 3.1em!important;
}
#page-header-bg .row {
  visibility: hidden;
  z-index: 100;
  position: relative;
}
html:not(.js) #page-header-bg .row {
  visibility: visible;
}
html:not(.js) #page-header-bg .span_6 {
  margin-top: 120px;
}
#page-header-bg h1 {
  font-size: 44px;
  line-height: 44px;
  margin-bottom: 8px;
  display: block;
  color: #fff;
  z-index: 101;
}
.single #page-header-bg #single-below-header span {
  color: rgba(255, 255, 255, 0.8);
}
#page-header-bg #portfolio-nav a i,
#page-header-bg span,
#page-header-bg a.pinterest-share i,
#page-header-bg a.facebook-share i,
#page-header-bg a.linkedin-share i,
#page-header-bg .twitter-share i,
#page-header-bg .google-plus-share i,
#page-header-bg .icon-salient-heart,
#page-header-bg .icon-salient-heart-2 {
  color: #fff;
}
.single #page-header-bg #single-below-header > span,
.single #page-header-bg #single-meta ul li,
#page-header-bg .nectar-social > * {
  border-color: rgba(255, 255, 255, 0.25);
}
#page-header-bg .subheader {
  font-size: 28px;
  line-height: 28px;
  color: #fff!important;
  font-family: 'OpenSansLight';
}
#page-header-bg[data-text-alignment="center"],
.page-header-no-bg[data-text-alignment="center"] {
  text-align: center;
}
#page-header-bg[data-text-alignment="right"],
.page-header-no-bg[data-text-alignment="right"] {
  text-align: right;
}
#page-header-bg[data-text-alignment="center"] .span_6,
.page-header-no-bg[data-text-alignment="center"] .span_6 {
  left: 0px;
  width: 100%!important;
}
#page-header-bg[data-text-alignment="center"] h1 {
  margin-bottom: 12px!important;
}
#page-header-bg[data-text-alignment="center"] h1,
.page-header-bg[data-text-alignment="center"] .subheader {
  max-width: 900px;
  margin: 0 auto;
  display: block;
}
/* fullscreen header */
#page-header-bg.fullscreen-header,
#page-header-wrap.fullscreen-header {
  width: 100%;
  position: relative;
  transition: none!important;
  -webkit-transition: none!important;
}
#page-header-bg[data-parallax="1"].fullscreen-header {
  position: fixed;
}
html .single-post #page-header-bg.fullscreen-header,
html .single-post #page-header-wrap.fullscreen-header {
  height: 1250px;
}
#page-header-wrap.fullscreen-header {
  background-color: #2b2b2b;
}
#page-header-bg.fullscreen-header .span_6 {
  opacity: 1;
}
#page-header-bg.fullscreen-header h1 {
  font-size: 5.5vw !important;
  line-height: 5.9vw !important;
}
.single-post #page-header-bg.fullscreen-header,
.single-post #single-below-header.fullscreen-header {
  background-color: #f8f8f8;
}
.single-post #single-below-header.fullscreen-header {
  position: relative;
  z-index: 10;
}
.single-post #single-below-header.fullscreen-header {
  border-bottom: 1px solid #DDDDDD;
}
.single-post #single-below-header.fullscreen-header > span {
  width: 33.33%;
  text-align: center;
  display: block;
  float: left;
  transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  font-size: 14px!important;
  position: relative;
  height: 95px;
  overflow: hidden;
  color: #afafaf;
  line-height: 95px;
}
.single-post #single-below-header.fullscreen-header .icon-default-style {
  font-size: 18px!important;
  position: relative;
  top: -1px;
  margin-right: 8px;
  display: inline;
}
.single-post #single-below-header.fullscreen-header > span span {
  float: none!important;
  display: inline;
  color: #afafaf;
  font-size: 14px!important;
}
.single-post #single-below-header.fullscreen-header {
  margin-top: 0!important;
}
.single-post #single-below-header.fullscreen-header .meta-share-count > a span.plural,
.single-post #single-below-header.fullscreen-header .meta-share-count > a span.singular {
  opacity: 0;
}
.single-post #single-below-header.fullscreen-header .meta-share-count > a span.singular {
  position: absolute;
}
.single.single-post .fullscreen-header .blog-title {
  text-align: center;
}
.single.single-post .fullscreen-header .blog-title h1 {
  max-width: none!important;
}
.single-post #single-below-header.fullscreen-header .nectar-social {
  position: absolute;
  width: 100%;
  top: 0;
}
.single-post #single-below-header.fullscreen-header .nectar-social.hide-share-count > * {
  border: none!important;
  padding: 0 5px!important;
  opacity: 0;
  top: 10px;
}
.default-blog-title.fullscreen-header {
  background-color: #333!important;
}
.single-post.ascend .container-wrap.fullscreen-blog-header,
body.single-post[data-bg-header="true"].ascend .container-wrap {
  padding-top: 70px!important;
  margin-top: 0!important;
}
.single-post #page-header-bg.fullscreen-header.bottom-shadow:before {
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(0, 0, 0, 0) 1%, rgba(0, 0, 0, 0.06) 16%, rgba(0, 0, 0, 0.4) 75%, rgba(0, 0, 0, 0.6) 100%);
  bottom: 0;
  content: " ";
  display: block;
  height: 351px;
  left: 0;
  position: absolute;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
          transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  width: 100%;
}
.single-post #page-header-bg.fullscreen-header.bg-overlay:after {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.4);
  content: " ";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
          transition: all 100ms cubic-bezier(0.42, 0, 0.58, 1) 0s;
  width: 100%;
}
.single-post .container-wrap.fullscreen-blog-header {
  margin-top: 0!important;
}
.hidden-social-img {
  position: absolute;
  width: 1px;
  height: 1px;
  visibility: none;
  opacity: 0;
}
.default-blog-title.fullscreen-header {
  position: relative;
}
#page-header-bg.fullscreen-header .avatar {
  border-radius: 100%;
}
#page-header-bg.fullscreen-header .meta-author span {
  display: block;
}
#page-header-bg.fullscreen-header .meta-author img {
  margin-bottom: 0px;
  height: 50px;
  width: auto;
}
#page-header-bg.fullscreen-header .meta-author {
  font-size: 18px;
}
#page-header-bg.fullscreen-header .author-section .meta-date {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}
#page-header-bg.fullscreen-header .author-section .meta-date i {
  font-size: 12px!important;
}
#page-header-bg.fullscreen-header .author-section a {
  color: #fff!important;
  display: block;
  margin-bottom: -2px;
}
#page-header-bg.fullscreen-header .author-section a:hover {
  color: rgba(255, 255, 255, 0.85) !important;
}
#page-header-bg.fullscreen-header .author-section {
  width: 100%;
  z-index: 10;
  text-align: center;
}
#page-header-bg.fullscreen-header .author-section span {
  padding-left: 0;
  line-height: 20px!important;
  font-size: 20px;
}
#page-header-bg.fullscreen-header .author-section .avatar-post-info {
  margin-left: 10px;
}
#page-header-bg.fullscreen-header .author-section .avatar-post-info,
#page-header-bg.fullscreen-header .author-section .meta-author {
  text-align: left;
  display: inline-block;
  top: 9px;
}
.section-down-arrow {
  position: absolute;
  bottom: 15px;
  left: 50%;
  margin-left: -30px;
}
.section-down-arrow i.icon-default-style[class^="icon-"] {
  height: 60px!important;
  width: 60px;
  font-size: 20px!important;
  color: #fff!important;
  line-height: 60px!important;
  z-index: 10;
  animation: 3.4s ease-in-out infinite fadebottom;
  -webkit-animation: 3.4s ease-in-out infinite fadebottom;
}
.blog_next_prev_buttons img {
  position: absolute;
  left: 0;
  top: -50%;
  width: 100%;
  opacity: 0;
  max-width: none!important;
}
.blog_next_prev_buttons .inner {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  text-align: center;
  opacity: 0;
}
.blog_next_prev_buttons {
  text-align: center;
  overflow: hidden;
  position: relative;
  background-color: #333;
}
.blog_next_prev_buttons span.full-link a,
.blog_next_prev_buttons span.full-link,
.blog_next_prev_buttons span.bg-overlay {
  display: block;
  position: absolute;
  text-indent: -9999px;
  top: 0;
  z-index: 10;
  margin-bottom: 0!important;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog_next_prev_buttons span.bg-overlay {
  background-color: #282b30;
  z-index: 2;
  opacity: 0.3;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
}
.blog_next_prev_buttons:hover span.bg-overlay {
  opacity: 0;
}
.blog_next_prev_buttons.bg-color-only span.bg-overlay {
  opacity: 0!important;
}
.blog_next_prev_buttons.bg-color-only:hover span.bg-overlay {
  opacity: 0.08!important;
}
.blog_next_prev_buttons span {
  display: block;
  color: #fff;
  margin-bottom: 5px;
}
.blog_next_prev_buttons .col {
  height: 250px;
  border-left: 1px solid #dddddd;
}
.blog_next_prev_buttons .col h3 {
  transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  padding: 0 15%;
  color: #fff;
  margin: 0;
}
/* to top */
#to-top {
  display: block;
  position: fixed;
  text-align: center;
  line-height: 12px!important;
  right: 17px;
  bottom: -30px;
  color: #fff;
  cursor: pointer;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  z-index: 10000;
  height: 29px;
  width: 29px;
  background-color: rgba(0, 0, 0, 0.4);
  background-repeat: no-repeat;
  background-position: center;
  transition: background-color 0.1s linear;
  -moz-transition: background-color 0.1s linear;
  -webkit-transition: background-color 0.1s linear;
  -o-transition: background-color 0.1s linear;
}
#to-top i {
  line-height: 29px!important;
  width: 29px!important;
  height: 29px!important;
  font-size: 14px!important;
  top: 0px!important;
  left: 0px!important;
  text-align: center!important;
  background-color: transparent!important;
}
#to-top:hover,
#to-top.dark:hover {
  background-color: #27CFC3;
}
#to-top.dark {
  background-color: rgba(0, 0, 0, 0.87);
}
body[data-smooth-scrolling="1"] #to-top {
  right: 33px;
}
.gallery a img {
  width: 90%;
  max-width: 90%;
  height: auto;
  max-height: 90%;
  padding: 5px;
  background-color: #fff;
  border: 1px solid #e5e5e5!important;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.gallery a:hover img {
  border-color: #27CFC3!important;
}
/***************** Social Sharing ******************/
a.pinterest-share i,
a.facebook-share i,
.twitter-share i,
.google-plus-share i,
[class^="icon-"].icon-salient-heart,
[class^="icon-"].icon-salient-heart-2,
.linkedin-share i {
  background-color: transparent!important;
  border-radius: 0px!important;
  font-weight: normal!important;
  font-size: 20px!important;
  height: 20px!important;
  width: auto!important;
  line-height: 19px!important;
  color: #ddd;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
.icon-salient-heart,
.icon-salient-heart-2 {
  font-size: 19px!important;
}
.heart-wrap {
  display: inline-block;
  line-height: 0;
  position: relative;
}
.icon-salient-heart.loved {
  position: absolute;
  top: 0;
  left: 0;
  -ms-transform: scale(0);
      transform: scale(0);
  -webkit-transform: scale(0);
  display: none;
}
.nectar-sharing,
.n-shortcode .nectar-love,
.nectar-sharing-alt {
  padding-right: 13px;
  padding-left: 13px;
}
.single #single-meta li .n-shortcode,
.single #single-meta li .nectar-love {
  padding-left: 0px!important;
}
.single #single-meta .nectar-love i,
body #project-meta .nectar-love i,
.nectar-social .nectar-love i {
  font-size: 17px!important;
  top: 0px!important;
}
.n-shortcode {
  line-height: 20px;
}
.n-shortcode .nectar-love {
  padding-right: 15px;
}
.n-shortcode .nectar-love .icon-salient-heart,
.n-shortcode .nectar-love .icon-salient-heart-2 {
  margin-right: 5px;
  top: -1px;
}
.nectar-sharing i,
.nectar-sharing-alt i {
  padding-right: 4px;
}
a.facebook-share i {
  padding-right: 3px;
}
a.twitter-share i {
  margin-top: 2px;
  padding-right: 2px;
  font-size: 24px!important;
}
a.google-plus-share i {
  padding-right: 2px!important;
}
a.twitter-share {
  padding-right: 8px;
}
a.facebook-share {
  padding-right: 10px;
}
a.facebook-share {
  padding-right: 10px;
}
a.pinterest-share {
  padding-right: 7px;
}
a.pinterest-share i {
  font-size: 24px!important;
}
.n-shortcode {
  display: inline!important;
  font-size: 12px!important;
  height: auto!important;
}
.nectar-social .nectar-love .nectar-love-count {
  opacity: 0;
  line-height: 16px!important;
  padding-left: 0px!important;
  font-family: 'OpenSansRegular' !important;
  font-size: 12px!important;
  display: none;
}
.nectar-social > *:last-child {
  padding-right: 0px!important;
}
.nectar-social > *:first-child,
.nectar-social .nectar-love {
  padding-left: 0px!important;
}
.nectar-social > * {
  border-right: 1px solid #ddd;
}
.nectar-social > *:last-child {
  border-right: 0px!important;
}
.nectar-social.hide-share-count span.count,
.nectar-social.hide-share-count .nectar-love-count {
  width: 1px!important;
  visibility: hidden;
}
.nectar-social.hide-share-count a i {
  padding-right: 0!important;
}
.nectar-social.hide-share-count.full-width .nectar-love .icon-salient-heart {
  top: 5px!important;
}
.nectar-social.hide-share-count .n-shortcode .nectar-love {
  padding-right: 0!important;
}
.nectar-social.hide-share-count > * {
  padding: 0 10px !important;
}
body.single-portfolio #sidebar #project-meta ul li:first-child,
body.single #single-meta ul li:first-child,
body.single-portfolio #sidebar div ul .facebook-share,
body.single-portfolio #sidebar div ul .twitter-share,
body.single-portfolio #sidebar div ul .pinterest-share,
body.single-post .blog-title #single-meta ul .facebook-share,
body.single-post .blog-title #single-meta ul .twitter-share,
body.single-post .blog-title #single-meta ul .pinterest-share,
body.single-product #single-meta ul .facebook-share,
body.single-product #single-meta ul .twitter-share,
body.single-product #single-meta ul .pinterest-share {
  margin-top: 2px;
  margin: 0px 16px 0px 0px;
  padding: 0px 0px 0px 0px!important;
  display: block;
  border-right: 1px solid #DDDDDD;
}
.single-portfolio .facebook-share a,
.single-portfolio .twitter-share a,
.single-portfolio .pinterest-share a,
.single-post .facebook-share a,
.single-post .twitter-share a,
.single-post .pinterest-share a,
body.single-product .facebook-share a,
body.single-product .twitter-share a,
body.single-product .pinterest-share a,
a.pinterest-share,
.facebook-share,
.twitter-share,
.google-plus-share,
.linkedin-share {
  color: inherit;
  height: 20px;
  -webkit-transition: width 0.2s linear;
          transition: width 0.2s linear;
  background-repeat: no-repeat;
  position: relative;
}
.single-portfolio .facebook-share span,
.single-portfolio .twitter-share span,
.single-portfolio .pinterest-share span,
.single-portfolio .google-plus-share span,
.single-portfolio .linkedin-share span,
.single-post .col.section-title .facebook-share span,
.single-post .col.section-title .twitter-share span,
.single-post .col.section-title .pinterest-share span,
.single-post .col.section-title .google-plus-share span,
.single-post .col.section-title .linkedin-share span,
.pinterest-share span,
.facebook-share span,
.twitter-share span,
.google-plus-share span,
.linkedin-share span {
  display: inline-block;
  opacity: 0;
  top: auto;
  padding-left: 0px;
  font-family: 'OpenSansRegular';
  font-size: 12px;
  height: 13px;
  line-height: 16px;
}
/*full width social*/
.nectar-social.full-width > * {
  text-align: center;
  display: block!important;
  float: left;
  transition: color 0.2s linear!important;
  -webkit-transition: color 0.2s linear!important;
  position: relative;
}
.span_12.light .nectar-social.full-width > * {
  border-color: rgba(255, 255, 255, 0.1);
}
.span_12.dark .nectar-social.full-width > * {
  border-color: rgba(0, 0, 0, 0.07);
}
.nectar-social.full-width a.nectar-love {
  position: absolute;
  width: 100%!important;
  height: 100%!important;
  top: 0;
  left: 0;
  padding-right: 0!important;
  text-align: center!important;
}
.nectar-social.full-width i {
  margin-top: -20px;
}
.nectar-social.full-width.items_6 > * {
  width: 16.6%!important;
  padding: 2%!important;
}
.full-width-content .nectar-social.full-width.items_6 > * {
  padding: 4%!important;
}
.nectar-social.full-width.items_6 i {
  font-size: 26px!important;
}
.nectar-social.full-width.items_6 a > span {
  position: relative;
  margin-left: 3px;
  top: -10px;
}
.full-width-content .nectar-social.full-width.items_6 > * {
  padding: 5%!important;
}
.full-width-content .nectar-social.full-width.items_6 i {
  font-size: 40px!important;
}
.full-width-content .nectar-social.full-width.items_6 a span {
  margin-left: 5px;
}
.nectar-social.full-width.items_5 > * {
  width: 20%!important;
  padding: 3%!important;
}
.full-width-content .nectar-social.full-width.items_5 > * {
  padding: 5%!important;
}
.nectar-social.full-width.items_5 i {
  font-size: 36px!important;
}
.nectar-social.full-width.items_5 a > span {
  position: relative;
  margin-left: 5px;
  top: -10px;
}
.nectar-social.full-width.items_4 > * {
  width: 25%!important;
  padding: 5%!important;
}
.nectar-social.full-width.items_4 i {
  font-size: 45px!important;
}
.nectar-social.full-width.items_4 a > span {
  position: relative;
  margin-left: 5px;
  top: -10px;
}
.nectar-social.full-width.items_3 > * {
  width: 33.3%!important;
  padding: 5%!important;
}
.nectar-social.full-width.items_3 i {
  font-size: 50px!important;
}
.nectar-social.full-width.items_3 a > span {
  position: relative;
  margin-left: 5px;
  top: -10px;
}
.nectar-social.full-width.items_2 > * {
  width: 50%!important;
  padding: 5%!important;
}
.nectar-social.full-width.items_2 i {
  font-size: 60px!important;
}
.nectar-social.full-width.items_2 a > span {
  position: relative;
  margin-left: 5px;
  top: -10px;
}
.nectar-social.full-width.items_1 > * {
  width: 100%!important;
  padding: 5%!important;
}
.nectar-social.full-width.items_1 i {
  font-size: 80px!important;
}
.nectar-social.full-width.items_1 a > span {
  position: relative;
  margin-left: 5px;
  top: -10px;
}
.nectar-social.full-width:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.facebook-share:hover i,
.facebook-share.hovered i {
  color: #5c80ca!important;
}
.twitter-share:hover i,
.twitter-share.hovered i {
  color: #08c7ff!important;
}
.pinterest-share:hover i,
.pinterest-share.hovered i {
  color: #dc2329!important;
}
.google-plus-share:hover i,
.google-plus-share.hovered i {
  color: #de4b39!important;
}
.linkedin-share:hover i,
.linkedin-share.hovered i {
  color: #409ecd!important;
}
.single-product #single-meta {
  top: 10px!important;
}
.single-portfolio #project-meta .sharing li:last-child,
body.single-post .blog-title #single-meta ul li:last-child,
body.single-product #single-meta ul li:last-child {
  margin-right: 0px!important;
  padding-right: 0px!important;
  border-right: 0px!important;
}
.single-portfolio .row .col.section-title h1 {
  width: 900px;
  margin-bottom: 0!important;
}
.single-portfolio .row .col.section-title h1 {
  top: 0;
  text-align: center;
  width: 100%;
}
.single-portfolio #full_width_portfolio #portfolio-nav {
  margin-right: 0px;
}
.single-portfolio #full_width_portfolio .span_12 {
  padding-right: 0px;
  margin-top: 0px;
}
.single-portfolio #boxed #full_width_portfolio .parallax_slider_outer.first-section,
.single-portfolio #boxed #full_width_portfolio .nectar-slider-wrap[data-full-width="boxed-full-width"] {
  margin-top: 1px!important;
}
#full_width_portfolio .project-title.parallax-effect {
  background-color: #f8f8f8;
  z-index: 9;
  position: fixed;
  padding-top: 88px;
  padding-bottom: 28px;
  width: 100%;
}
#page-header-bg .project-title {
  padding-top: 0!important;
  margin: 0!important;
  background-color: transparent!important;
}
#boxed #full_width_portfolio .project-title.parallax-effect {
  position: relative!important;
  top: 0px!important;
  padding-right: 0px;
}
body[data-smooth-scrolling="1"] #full_width_portfolio .project-title.parallax-effect,
body[data-smooth-scrolling="1"] #page-header-bg[data-parallax="1"] {
  padding-right: 16px;
}
.project-title .hidden-title {
  opacity: 0;
}
#full_width_portfolio .project-title.parallax-effect .section-title,
#full_width_portfolio .project-title {
  padding-bottom: 0px!important;
}
#full_width_portfolio .project-title.parallax-effect .section-title,
#page-header-bg .section-title,
.single .row .section-title,
#full_width_portfolio .project-title .container .title-wrap {
  border-bottom: none;
}
.single .heading-title {
  padding-bottom: 35px;
  border-bottom: 1px solid #DDDDDD;
  margin-bottom: 35px;
}
#full_width_portfolio .project-title.parallax-effect .container {
  border: none!important;
}
#page-header-bg .project-title .container,
#page-header-bg .heading-title {
  border: none!important;
  padding: 0!important;
}
.project-title .section-title {
  padding: 0px 70px 0px 70px!important;
}
.single .row .section-title {
  padding: 0;
  margin: 0!important;
}
#page-header-bg .section-title {
  padding-bottom: 0;
  margin-bottom: 0;
}
#full_width_portfolio .project-title {
  padding-bottom: 30px;
}
.project-additional.clear {
  clear: both!important;
  display: block;
}
.project-additional.clear li {
  float: none!important;
}
.single-portfolio #project-meta .clear {
  padding-bottom: 0px!important;
}
.single-portfolio #project-meta .sharing li a > span.count {
  opacity: 0;
}
.single #single-meta ul li .nectar-love-wrap span {
  opacity: 1;
}
/***************** Portfolio ******************/
.portfolio-items .work-info-bg {
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
  width: 100.2%;
  top: 0px;
  left: 0px;
  background-color: #27CFC3;
  position: absolute;
}
.portfolio-items .work-info {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  padding: 0px 20px;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
  color: #fff;
}
.portfolio-items .col {
  height: 100%;
}
#portfolio-filters,
#portfolio-nav {
  height: 33px;
  z-index: 100;
  right: 0px;
  top: 0px;
  position: absolute;
  display: inline-block;
  width: 100%;
}
#portfolio-nav {
  height: 100%;
  top: 0!important;
}
#portfolio-nav ul,
html .single-post #single-meta {
  top: 50%;
  margin-top: -13px;
  float: none;
  z-index: 102;
  position: absolute;
}
.single #page-header-bg #single-meta {
  margin-top: -8px;
}
#portfolio-nav ul {
  left: 0;
  right: auto;
}
#portfolio-nav ul.controls {
  right: 0;
  left: auto;
}
#page-header-bg #portfolio-nav {
  z-index: auto;
}
.page-template-template-portfolio-php #portfolio-filters {
  position: absolute;
  margin-top: 0px;
  top: 5px;
}
#portfolio-filters {
  position: relative;
  margin-top: 30px;
}
#portfolio-filters ul {
  margin: 0px;
}
.portfolio-filter-clear {
  padding: 0!important;
  margin: 0px!important;
}
#portfolio-nav {
  position: absolute;
}
#portfolio-filters {
  height: auto!important;
  width: 200px;
  float: right;
  display: block!important;
  margin-bottom: 33px;
  background-color: #27ccc0;
}
#portfolio-filters li,
#portfolio-filters-inline li {
  list-style: none!important;
}
#portfolio-filters li li a {
  padding-left: 25px;
}
#portfolio-nav ul.controls {
  float: right;
}
.no-date #portfolio-nav {
  top: 10px;
}
#portfolio-nav {
  top: 10px;
}
#portfolio-filters > ul {
  display: none;
  width: 100%;
  position: absolute;
  z-index: 100;
}
#portfolio-filters ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}
#portfolio-filters a {
  display: block;
  font-size: 12px;
  line-height: 22px;
  padding: 9px 15px 10px 15px;
  color: #fff;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  background-color: #27CFC3;
  border-top: 1px dotted rgba(255, 255, 255, 0.3);
}
body #portfolio-filters-inline {
  margin-top: 0px;
  z-index: 100;
  height: auto!important;
  padding-top: 19px!important;
  padding-bottom: 19px!important;
  background-color: #252525;
  margin-bottom: 0px;
  -webkit-backface-visibility: hidden;
}
body #portfolio-filters-inline.first-section {
  padding-top: 50px!important;
}
body #portfolio-filters-inline.nder-page-header.first-section {
  padding-top: 19px!important;
}
#portfolio-filters-inline.non-fw {
  padding-top: 33px!important;
  padding-bottom: 33px!important;
  background-color: transparent!important;
}
body #portfolio-filters-inline.nder-page-header.first-section.non-fw {
  padding-top: 33px!important;
}
body #portfolio-filters-inline.non-fw.first-section {
  padding-top: 70px!important;
}
#portfolio-filters-inline .clear {
  padding: 0px;
}
#portfolio-filters-inline ul li,
#portfolio-filters-inline ul ul {
  display: inline;
}
#portfolio-filters-inline ul {
  line-height: 22px;
}
#portfolio-filters-inline ul {
  margin: 0px!important;
  text-align: right;
}
#portfolio-filters-inline #current-category {
  width: 25%;
}
#portfolio-filters-inline .container > ul {
  max-width: 72%;
  margin-right: -7px !important;
}
#portfolio-filters-inline ul ul {
  margin-left: 0px!important;
}
#portfolio-filters-inline #current-category {
  padding-left: 0px;
  float: left;
}
#portfolio-filters-inline .container > ul {
  float: right;
}
#portfolio-filters-inline .container > ul > li:last-child a {
  border: none!important;
}
#portfolio-filters-inline .container > ul a,
#portfolio-filters-inline .container > ul li#sort-label {
  padding: 0px 10px;
  margin: 7px 0px;
  font-size: 12px;
  line-height: 14px;
  display: inline-block;
}
#portfolio-filters-inline .container > ul li#sort-label {
  border: none!important;
  padding-right: 20px;
}
#portfolio-filters-inline #current-category {
  color: #eee;
  font-family: 'OpenSansLight';
  font-size: 20px;
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  text-transform: none;
  top: 4px;
}
#portfolio-filters-inline .container > ul li#sort-label {
  color: #eee;
}
#portfolio-filters-inline ul li a {
  color: #999;
}
#portfolio-filters-inline ul li a:hover {
  color: #eee;
}
#portfolio-filters-inline.non-fw #current-category,
#portfolio-filters-inline.non-fw .container > ul li#sort-label {
  color: #888!important;
}
#portfolio-filters-inline.non-fw ul li a:hover {
  color: #333;
}
#sort-portfolio {
  position: relative;
  border-top: 0px!important;
}
#sort-portfolio span {
  font-family: 'OpenSansRegular';
  display: block;
  font-size: 12px;
  line-height: 21px;
  padding-left: 0px!important;
  color: #fff!important;
}
#sort-portfolio i {
  font-size: 12px!important;
  position: absolute;
  right: 5px;
  top: 13px;
  height: 14px;
  line-height: 14px;
  background-color: transparent!important;
}
#portfolio-filters #sort-portfolio {
  background-color: #27CFC3;
  padding-right: 40px;
  min-width: 160px;
  border-radius: 2px;
}
#portfolio-filters a:hover {
  color: #ffffff !important;
}
#portfolio-filters:hover #sort-portfolio {
  color: #ffffff !important;
  border-radius: 2px 2px 0px 0px;
}
.page-template-template-portfolio-php .page-header-no-bg .section-title {
  border-bottom: 0px;
}
.page-template-template-portfolio-php[data-bg-header="false"] .container-wrap {
  padding-top: 0;
}
#portfolio {
  margin: 0px -1.2% 0px -1%;
}
.portfolio-items .col {
  background-color: #f8f8f8;
}
.portfolio-items.carousel .col {
  background-color: transparent;
}
html:not(.js) .portfolio-items .col.span_3 img,
html:not(.js) .portfolio-items .col img {
  opacity: 1!important;
}
.portfolio-items .col .work-item,
.portfolio-items .col .work-meta,
.portfolio-items .col .nectar-love-wrap {
  opacity: 0;
}
.carousel.portfolio-items .col img,
.carousel.portfolio-items .col .work-meta,
.carousel.portfolio-items .col .nectar-love-wrap,
.carousel.portfolio-items .work-item {
  opacity: 1;
}
body .portfolio-items .col {
  height: auto;
  margin-bottom: 25px!important;
}
.portfolio-items .col.span_4 {
  width: 31.00%;
  margin: 0px 1.13%;
}
.portfolio-items .col.span_3 .work-item .work-info a {
  padding: 6px 11px;
  font-size: 11px!important;
  margin: 3px;
}
.portfolio-items .col.span_3 .work-meta h4 {
  font-size: 16px;
  line-height: 16px!important;
  letter-spacing: -1px;
}
.portfolio-items .work-meta h4 {
  line-height: 22px;
  position: relative;
  top: -2px;
}
.portfolio-items .work-meta p {
  line-height: 22px;
}
.portfolio-items .col.span_3 {
  width: 22.7%;
  margin: 0px 1.1%;
  padding: 0px;
}
.page-template-template-portfolio-php .portfolio-items .col.span_3,
.page-template-template-portfolio-php .portfolio-items .col.span_4 {
  background-color: #f8f8f8;
  /* safari text fix */
}
#portfolio-nav #all-items a {
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 0px 10px 0 0;
  position: relative;
  background-position: 11px center;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
#portfolio-nav #all-items a i {
  line-height: 34px;
  font-size: 30px!important;
  background-color: transparent!important;
}
#portfolio-nav li {
  float: left;
  list-style: none;
}
#portfolio-nav #prev-link a,
#portfolio-nav #next-link a {
  color: #888 !important;
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 0px 10px 0 0;
  position: relative;
  text-transform: capitalize;
  background-repeat: no-repeat;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  text-align: center;
}
#portfolio-nav #prev-link a {
  background-position: 13px center;
  padding: 1px 0px;
}
#portfolio-nav #next-link a {
  padding: 1px 0px;
  margin-right: 0px;
  background-position: -20px center;
}
#portfolio-nav a i,
#portfolio-nav a i {
  background-color: transparent!important;
  font-size: 30px;
  line-height: 34px;
  color: #888;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
#portfolio-nav #next-link a i,
#portfolio-nav #prev-link a i {
  font-size: 32px!important;
}
.parallax-effect #portfolio-nav #next-link a i,
.parallax-effect #portfolio-nav #prev-link a i {
  -webkit-transform: translateZ(0px);
}
body #portfolio-nav a:hover {
  background-color: transparent!important;
}
.portfolio-items .col .work-item .work-info a {
  background-color: #252525;
  padding: 9px 15px;
  color: #fff!important;
  font-size: 12px!important;
  margin: 5px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
.portfolio-items .col .work-item .work-info a:hover {
  opacity: 0.8;
}
.portfolio-items .col h3 {
  position: relative;
  top: 0px;
  color: #fff;
  margin-bottom: 10px;
}
.portfolio-items .col img {
  display: block;
  margin-bottom: 0px;
  width: auto;
}
.portfolio-items[data-col-num="elastic"] .col img {
  width: 100.7%!important;
  max-width: 100.7%!important;
}
.portfolio-items[data-col-num="elastic"] .work-info-bg {
  width: 100.7%!important;
}
.portfolio-items .col .work-info .magnify span {
  background-image: url(../img/stock/icons/magnify.png);
}
.portfolio-items .col .work-info .view,
.portfolio-items .col .work-info .image,
.portfolio-items .col .work-info .video {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  text-indent: -9999px;
  color: #fff;
  display: block;
}
.portfolio-items .col .work-info .view span {
  background-image: url(../img/stock/icons/link.png);
}
.portfolio-items .col .work-info .image span {
  background-image: url(../img/stock/icons/image.png);
}
.portfolio-items .col .work-info .video span {
  background-image: url(../img/stock/icons/video.png);
}
.portfolio-items .col .work-info span {
  top: 0px;
  left: 0px;
  position: absolute;
  display: block;
  height: 42px;
  width: 42px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.8;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
.portfolio-items .col .work-info .vert-center {
  text-align: center;
  margin-top: 76.5px;
}
.portfolio-items .col .work-info .vert-center p {
  padding-bottom: 0px;
}
.portfolio-items .col .work-info a:hover span {
  opacity: 0.8;
}
.portfolio-items .col .work-info .vert-center *,
.portfolio-items .col .work-info i {
  opacity: 0;
  -ms-filter: "alpha(opacity=0)";
}
.portfolio-items .col .work-item {
  position: relative;
  margin-bottom: 15px;
  overflow: hidden;
}
.portfolio-items .col.elastic-portfolio-item .work-item {
  overflow: visible;
}
.portfolio-wrap.default-style .portfolio-items .col.elastic-portfolio-item .work-item {
  overflow: hidden;
}
.portfolio-items .nectar-love {
  text-align: left;
}
.portfolio-items .nectar-love i,
.post-meta .nectar-love i,
#project-meta .nectar-love i {
  width: 23px!important;
  font-size: 14px!important;
  top: 0px!important;
}
.portfolio-items .nectar-love {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  height: 13px;
  width: auto;
  line-height: 11px;
  font-size: 12px!important;
  display: inline-block;
  text-align: left;
  color: #888;
}
.portfolio-items .work-meta {
  text-align: left;
  float: left;
  width: 70%;
  font-size: 11px;
  color: #999;
}
.light .portfolio-items .work-meta {
  color: #e8e8e8;
}
.portfolio-items .work-meta h4 {
  margin-bottom: -2px;
}
.portfolio-items .nectar-love span {
  line-height: 12px;
}
.portfolio-items .nectar-love-wrap {
  width: 70px;
  top: -1px;
  position: relative;
  float: right;
  text-align: right;
}
.portfolio-items .nectar-love:hover,
.portfolio-items .nectar-love.loved {
  color: #888!important;
}
.portfolio-items .flex-gallery {
  margin-bottom: 0px;
}
.project-attrs {
  margin-bottom: 0px!important;
  margin-left: 0px!important;
}
.project-attrs li {
  list-style: none!important;
}
.project-attrs li span {
  display: inline-block;
  margin-right: 10px;
  height: 14px;
  width: 14px;
  background-color: #27CFC3;
  border-radius: 40px;
  -moz-border-radius: 40px;
  -webkit-border-radius: 40px;
  -o-border-radius: 40px;
  background-repeat: no-repeat;
  background-position: center center;
}
.project-attrs li i {
  font-size: 14px;
  line-height: 14px;
  width: 23px;
  text-align: left;
  height: auto;
  background-color: transparent!important;
}
.portfolio-items .work-item .work-info [id^="video-popup-"] {
  display: none;
}
#project-meta .nectar-love {
  color: #888!important;
  padding-left: 0px!important;
}
#project-meta .nectar-love:hover {
  color: #888!important;
}
#project-meta ul,
#project-meta .nectar-social {
  height: 23px;
  margin-bottom: 30px!important;
}
#project-meta ul li {
  float: left;
  padding: 0px!important;
  border-bottom: 0px!important;
}
#project-meta ul li .nectar-love-wrap {
  border-right: 1px solid #ddd;
  margin-right: 16px;
  padding-right: 16px;
  width: auto!important;
}
#project-meta ul li .nectar-love-wrap.no-border {
  border: none;
}
#project-meta ul li .nectar-love-wrap.fadein .nectar-love-count,
#single-meta ul li .nectar-love-wrap.fadein .nectar-love-count {
  opacity: 0;
  display: block;
  width: 0px;
}
#project-meta ul li .nectar-love-wrap.fadein span,
#single-meta ul li .nectar-love-wrap.fadein span {
  line-height: 12px!important;
}
#project-meta ul li .nectar-love-wrap.fadein,
#single-meta ul li .nectar-love-wrap.fadein {
  padding-top: 4px;
  padding-bottom: 4px;
}
.single #single-meta ul li .nectar-love-wrap.fadein {
  margin-right: 16px;
  padding-right: 16px;
}
#project-meta ul li .nectar-love-wrap.fadein .nectar-love,
#single-meta ul li .nectar-love-wrap.fadein .nectar-love {
  display: block;
}
.portfolio-loading {
  display: block;
  height: 31px;
  width: 31px;
  z-index: 80;
  position: absolute;
  left: 50%;
  top: 100px;
  margin-left: -15px;
  background-image: url(../img/icons/loading-white-bg.gif);
}
.portfolio-loading.default-loader {
  background-image: none!important;
}
body[data-bg-header="true"] .portfolio-loading {
  display: none;
}
div[data-col-num="cols-4"] .portfolio-loading {
  top: 85px;
}
div[data-col-num="cols-3"] .portfolio-loading {
  top: 111px;
}
div.portfolio-items[data-col-num="elastic"] {
  margin-right: 0px!important;
  margin-top: 0px!important;
}
.single-portfolio .comments-section #respond {
  margin-top: 30px;
}
.single-portfolio #sidebar h3,
.single-portfolio #sidebar h4 {
  margin-bottom: 0px;
  padding-bottom: 4px;
}
.single-portfolio #sidebar {
  margin-bottom: 30px;
  -webkit-transition: none 0s!important;
          transition: none 0s!important;
}
.single-portfolio .gallery-slider .gallery,
.single-portfolio .gallery-slider .jetpack-slideshow {
  display: none;
}
#portfolio-extra img {
  display: block;
}
#portfolio-extra .clear {
  padding-bottom: 0px;
}
#full_width_portfolio #portfolio-extra .empty-second .clear {
  padding-bottom: 65px;
}
#full_width_portfolio #portfolio-extra .clear {
  padding-bottom: 24px;
}
.fixed-sidebar {
  float: right;
  -webkit-transition: 0!important;
          transition: 0!important;
  margin-bottom: 55px!important;
}
.single-portfolio #post-area {
  padding-right: 40px;
  margin-right: 0px!important;
  margin-top: 4px;
  width: 76.5%;
}
.single-portfolio #boxed #post-area {
  width: 76.49%;
}
.single-portfolio #post-area.span_12 {
  width: 100%!important;
}
.single-portfolio #post-area .video {
  margin-bottom: 15px;
}
.portfolio-wrap {
  position: relative;
}
body .portfolio-wrap.default-style {
  padding: 2% 0;
}
body #boxed .portfolio-wrap.default-style {
  padding: 2%;
}
body .default-style .portfolio-items .col.elastic-portfolio-item {
  margin: 1.2%!important;
  width: 17.50%!important;
}
body .portfolio-items .col.elastic-portfolio-item {
  width: 19.98%;
  margin: 0!important;
}
body .portfolio-items .col.elastic-portfolio-item.tall,
body .portfolio-items .col.elastic-portfolio-item.regular {
  width: 19.96%;
}
body .portfolio-items .col.elastic-portfolio-item.wide {
  width: 39.92%;
}
body .portfolio-items .col.elastic-portfolio-item.wide_tall {
  width: 39.92%;
}
/* constrained cols */
body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item {
  width: 24.98%;
}
@media only screen and (min-width: 1000px) {
  html body .default-style .portfolio-items.constrain-max-cols .col.elastic-portfolio-item {
    width: 22.5%!important;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  html body .default-style .portfolio-items.constrain-max-cols .col.elastic-portfolio-item .work-item .work-info a {
    margin: 4px 3px;
    padding: 4px 9px!important;
    display: inline-block !important;
  }
  html body .default-style .portfolio-items.constrain-max-cols .col.elastic-portfolio-item .work-meta {
    width: 68%!important;
  }
}
/***************** About ******************/
.team-member {
  margin-top: 7px;
  padding-bottom: 7px;
}
.team-member h4 {
  font-size: 22px;
  margin-bottom: 0px!important;
}
.team-member h4 a {
  color: #444444;
}
.team-member p.description {
  padding: 15px 0px;
  margin: 15px 0px;
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
}
.team-member ul.social {
  margin: 0px;
}
.team-member ul.social:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.team-member ul.social li {
  float: left;
  list-style: none;
}
.team-member ul.social li a {
  font-size: 11px;
  margin: 0px 8px;
}
.team-member ul.social li:first-child a {
  margin-left: 0px;
}
.team-member ul.social li:after {
  content: ' / ';
  font-size: 11px!important;
}
.team-member ul.social li:last-child:after {
  content: ' ' !important;
}
.full-width-section .team-member img {
  margin-bottom: 15px!important;
}
.team-member[data-style="meta_overlaid"] {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  line-height: 0;
  position: relative;
}
.team-member[data-style="meta_overlaid"] a {
  display: block;
  position: absolute;
  background: transparent url('../img/transparent.png') repeat 0 0;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  height: 100%;
}
.team-member[data-style="meta_overlaid"] img {
  line-height: 0;
  max-width: none;
  max-height: none;
  width: 100%;
  margin-bottom: 0!important;
}
.team-member[data-style="meta_overlaid"] .team-member-overlay {
  background-color: #282B30;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0.45;
  -webkit-transition: opacity 0.3s ease 0s;
          transition: opacity 0.3s ease 0s;
}
.team-member[data-style="meta_overlaid"] .team-member-image {
  z-index: 2;
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
}
.full-width-content .vc_span3 .team-member[data-style="meta_overlaid"] .team-member-image {
  height: 350px;
}
.full-width-content .vc_span4 .team-member[data-style="meta_overlaid"] .team-member-image {
  height: 400px;
}
.wpb_row:not(.full-width-content) .vc_span3 .team-member[data-style="meta_overlaid"] .team-member-image {
  height: 275px;
}
.team-member[data-style="meta_overlaid"]:hover .team-member-overlay {
  opacity: 0;
}
.team-member[data-style="meta_overlaid"] .team-meta {
  position: absolute;
  z-index: 10;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.team-member[data-style="meta_overlaid"] .team-meta h3 {
  color: #fff;
}
.team-member[data-style="meta_overlaid"] .team-meta p {
  color: rgba(255, 255, 255, 0.8);
  padding: 7px 0 0 0!important;
}
.wpb_row:not(.full-width-content) .vc_span3 .team-member[data-style="meta_overlaid"] .team-meta h3,
.wpb_row:not(.full-width-content) .col.span_3 .team-member[data-style="meta_overlaid"] .team-meta h3 {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 2px;
}
.wpb_row:not(.full-width-content) .vc_span4 .team-member[data-style="meta_overlaid"] .team-meta h3,
.wpb_row:not(.full-width-content) .col.span_4 .team-member[data-style="meta_overlaid"] .team-meta h3 {
  margin-bottom: 2px;
}
/***************** Contact ******************/
html:not(.js) #contact-map,
html:not(.js) .nectar-google-map {
  display: none;
}
#contact-map {
  width: 100%;
  height: 370px;
  margin-top: -65px;
  margin-bottom: 30px;
}
#contact-map div,
.nectar-google-map div {
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
}
.nectar-google-map {
  margin-bottom: 0!important;
}
.nectar-google-map img {
  max-width: none!important;
}
body[data-bg-header="true"] #contact-map {
  margin-top: -30px !important;
}
.contact-info {
  padding-left: 20px;
}
body.page-template-template-contact-php .page-header-no-bg .col.section-title {
  border-bottom: 0px;
}
body.page-template-template-contact-php #page-header-bg {
  margin-bottom: 0px;
}
.wpcf7-form p span {
  color: #27CFC3;
}
div.wpcf7-validation-errors {
  color: #666666!important;
}
span.wpcf7-not-valid-tip {
  background: none repeat scroll 0 0 #fff;
}
.wpcf7-form-control-wrap {
  display: block!important;
}
.wpcf7-form .wpcf7-not-valid-tip {
  top: -3px;
  padding: 2px 6px;
  border: 0px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.wpcf7 .wpcf7-response-output {
  background-color: #fff;
  margin-left: 0px;
  margin-top: 10px;
}
.widget_text textarea {
  max-height: 100px;
}
body .gform_wrapper .description,
body .gform_wrapper .gfield_description,
body .gform_wrapper .gsection_description,
body .gform_wrapper .instruction {
  font-size: 12px;
}
body .gform_wrapper div.charleft {
  font-size: 10px;
}
body .gform_wrapper .top_label .gfield_label {
  font-weight: normal!important;
  margin-top: 20px;
  margin-bottom: 6px;
  font-family: 'openSansBold';
}
.gm-style .gm-style-iw,
.gm-style .gm-style-iw a,
.gm-style .gm-style-iw span,
.gm-style .gm-style-iw label,
.gm-style .gm-style-iw div {
  font-family: arial;
  letter-spacing: 0;
  line-height: 20px;
}
/***************** Masonry Items / Search results ******************/
#post-area.masonry {
  opacity: 0;
  width: 1125px;
  margin-bottom: 60px;
  -webkit-transition: none!important;
          transition: none!important;
  overflow: visible!important;
}
body[data-ext-responsive="true"] #post-area.masonry {
  width: 102.2%;
}
#post-area.masonry.span_9 {
  width: 834px;
  margin-right: 5px;
}
body[data-ext-responsive="true"] #post-area.masonry.span_9 {
  width: 76.5%;
  margin-right: 0;
}
#post-area.masonry #pagination {
  position: absolute;
  bottom: -60px;
  padding-left: 0px;
}
#post-area.masonry article.post .post-meta.no-img {
  top: 0px!important;
}
#post-area.masonry > article:last-child .content-inner {
  border-bottom: 1px solid #DDDDDD!important;
}
#post-area.masonry article.post .post-content {
  padding-left: 0px!important;
}
#post-area.masonry article.post .quote-inner,
#post-area.masonry article.post .link-inner,
#post-area.masonry article.post .status-inner,
#post-area.masonry article.post .aside-inner {
  margin-bottom: 8px;
}
#search-results {
  margin-bottom: 30px;
  overflow: visible!important;
  visibility: hidden;
}
#search-results .result img {
  margin-bottom: 10px;
}
#post-area.masonry article.post .post-meta {
  display: block!important;
}
.search .row .col.section-title h1 {
  font-size: 28px!important;
  line-height: 42px!important;
  margin-bottom: 0px!important;
  text-transform: none!important;
  font-family: 'OpenSansSemibold' !important;
  letter-spacing: -1px !important;
}
.masonry-blog-item .post-meta {
  position: relative!important;
}
.masonry-blog-item .post-meta .date {
  border-bottom: 0px!important;
  line-height: 22px;
  padding-bottom: 0px!important;
  float: left;
  margin-bottom: 0px!important;
}
.light .masonry-blog-item p {
  color: #676767;
}
.masonry-blog-item .post-meta .nectar-love-wrap {
  float: right;
}
.masonry-blog-item .content-inner {
  padding-bottom: 15px!important;
  margin-bottom: 15px!important;
}
.masonry-blog-item h2.title {
  font-size: 20px!important;
  line-height: 26px!important;
}
.masonry-blog-item .post-meta .date span {
  float: left;
  display: inline!important;
  text-transform: capitalize!important;
  font-family: 'OpenSansRegular' !important;
  font-size: 12px!important;
  line-height: 12px!important;
  color: #676767!important;
}
.masonry-blog-item .more-link {
  margin-bottom: 10px;
}
.masonry-blog-item .post-meta .nectar-love-wrap {
  width: auto!important;
}
#search-results .result,
.masonry-blog-item {
  width: 31%;
  display: inline-block;
  margin-bottom: 2.5%;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  padding: 18px;
  position: relative;
}
.masonry-blog-item .jp-jplayer-video {
  height: 179px!important;
}
#post-area.span_9 .masonry-blog-item .jp-jplayer-video {
  height: 200px!important;
}
.masonry-blog-item {
  width: 30.8%;
}
/*.masonry-blog-item.ajax-loaded {
	margin-top: 100px;
}

body .portfolio-items .col.ajax-loaded {
 	margin-top: 100px;
}*/
#post-area.masonry.span_9 .masonry-blog-item {
  width: 46.8%;
}
#search-results .result {
  font-size: 11px;
}
#search-results .result span.bottom-line,
.masonry-blog-item span.bottom-line {
  height: 1px;
  width: 100%;
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0px;
  background-color: #eaeaea;
}
#search-results .result .title span {
  display: block;
  font-size: 12px;
  letter-spacing: 0px;
  font-family: 'OpenSansRegular';
  color: #999;
  margin-top: 3px;
}
#search-results .result h2 {
  margin-bottom: 1px;
  font-size: 17px;
  line-height: 22px;
}
#search-results .result p {
  padding-bottom: 0px;
}
article.result .title a {
  color: #27CFC3;
}
article.result .title a:hover {
  color: inherit!important;
}
/*-------------------------------------------------------------------------*/
/*	6.	Nectar Shortcode Styles
/*-------------------------------------------------------------------------*/
/***************** Icons ******************/
[class^="icon-"],
[class*=" icon-"] {
  background-color: #27CFC3;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 32px;
  top: -2px;
  word-spacing: 1px;
}
[class^="icon-"].icon-3x,
[class*=" icon-"].icon-3x {
  background-color: #eeedec!important;
}
body [class^="icon-"].icon-3x.alt-style,
body [class*=" icon-"].icon-3x.alt-style {
  background-color: #27CFC3!important;
  color: #fff!important;
}
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.alt-style,
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style {
  background-color: rgba(0, 0, 0, 0.035) !important;
}
.light .col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.alt-style,
.light .col:not(#post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x.alt-style {
  background-color: rgba(0, 0, 0, 0.1) !important;
}
#sidebar .widget:hover [class^="icon-"].icon-3x.alt-style {
  background-color: rgba(0, 0, 0, 0.035) !important;
}
.full-width-section [class^="icon-"].icon-3x,
.full-width-section [class*=" icon-"].icon-3x {
  background-color: rgba(0, 0, 0, 0.021) !important;
}
[class^="icon-"].icon-3x,
[class*=" icon-"].icon-3x,
.circle-border {
  background-color: #eeedec;
  border-radius: 999px 999px 999px 999px;
  -moz-border-radius: 999px 999px 999px 999px;
  -webkit-border-radius: 999px 999px 999px 999px;
  -o-border-radius: 999px 999px 999px 999px;
  color: #27CFC3;
  display: inline-block;
  font-size: 30px;
  height: 90px;
  line-height: 90px;
  max-width: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 90px;
  word-spacing: 1px;
  transition: all 0.1s linear;
  -webkit-transition: all 0.1s linear;
  -o-transition: all 0.1s linear;
  -moz-transition: all 0.1s linear;
}
[class^="icon-"].icon-3x,
[class*=" icon-"].icon-3x {
  margin-bottom: 27px;
}
body [class^="icon-"].icon-tiny {
  line-height: 15px!important;
  height: 13px;
  width: 15px;
  margin-right: 5px;
  font-size: 13px!important;
  color: #888;
  background-color: transparent!important;
}
body [class^="icon-"].icon-default-style {
  line-height: 34px!important;
  height: 34px;
  width: 34px;
  margin-right: 0px;
  font-size: 34px!important;
  color: #27CFC3;
  background-color: transparent!important;
}
body .nectar-button i {
  background-color: transparent!important;
}
h3 [class^="icon-"],
h2 [class^="icon-"],
h4 [class^="icon-"],
h5 [class^="icon-"] {
  margin-right: 5px;
}
.col:not(#post-area):not(.span_12):not(#sidebar):hover .circle-border,
#sidebar .widget:hover .circle-border {
  border: 1px solid #27CFC3;
  -webkit-transform: scale(1.18);
      -ms-transform: scale(1.18);
          transform: scale(1.18);
  -moz-transform: scale(1.18);
  -o-transform: scale(1.18);
  transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -moz-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -webkit-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
  -o-transition-timing-function: cubic-bezier(0.4, 0.25, 0.14, 1.73);
}
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x,
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class*=" icon-"].icon-3x,
#sidebar .widget:hover [class^="icon-"].icon-3x {
  color: #fff!important;
  background-color: #27CFC3;
}
/*#post-area .span_12:hover [class^="icon-"].icon-3x {
	color: #fff!important;
}*/
.circle-border {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #eeedec;
  height: 88px;
  left: 1px;
  position: absolute;
  z-index: 1;
  top: 1px;
  -webkit-transition-duration: 225ms;
          transition-duration: 225ms;
  -moz-transition-duration: 225ms;
  -webkit-duration: 225ms;
  -o-transition-duration: 225ms;
  transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -webkit-transition-property: all;
  transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -moz-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -o-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  -webkit-transition-timing-function: cubic-bezier(0.5, -0.7, 0.67, 0.7);
  width: 88px;
}
.full-width-section .circle-border {
  background-color: rgba(0, 0, 0, 0.021);
  border-color: rgba(0, 0, 0, 0.05);
}
.full-width-section .light .circle-border {
  background-color: rgba(0, 0, 0, 0.021);
  border-color: rgba(0, 0, 0, 0.2);
}
.iwithtext {
  position: relative;
}
.iwithtext .iwt-icon {
  position: absolute;
  left: 0;
  top: 0px;
}
.iwithtext .iwt-icon img {
  width: 35px;
  height: auto;
  padding: 0;
}
.iwithtext .iwt-text {
  padding-left: 55px;
}
.main-content .vc_span2 .iwithtext .iwt-icon {
  top: -2px;
}
.main-content .vc_span2 .iwithtext .iwt-icon i {
  font-size: 26px!important;
  line-height: 26px!important;
  width: 26px!important;
  height: 26px!important;
}
.main-content .vc_span2 .iwithtext .iwt-icon img {
  width: 26px;
}
.main-content .vc_span2 .iwithtext .iwt-text {
  padding-left: 45px;
}
/***************** Milestone ******************/
.nectar-milestone {
  text-align: center;
}
.nectar-milestone .number {
  font-size: 62px;
  line-height: 62px;
  display: block;
  font-family: 'openSansSemiBold';
  margin-bottom: 5px;
}
.nectar-milestone .subject {
  letter-spacing: 0.5px;
  font-family: 'OpenSansLight';
  font-size: 16px!important;
}
/***************** Milestone ******************/
.nectar-fancy-ul ul li {
  list-style: none;
  position: relative;
  padding-left: 40px;
}
.nectar-fancy-ul ul {
  margin-left: 0!important;
}
.nectar-fancy-ul ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.nectar-fancy-ul ul li .icon-default-style[class^="icon-"] {
  font-size: 16px!important;
  height: 100%!important;
  line-height: 22px!important;
}
.nectar-fancy-ul ul li i.icon-default-style[class^="icon-"].icon-salient-thin-line {
  font-size: 27px!important;
  height: 27px!important;
  line-height: 27px !important;
}
.nectar-fancy-ul[data-animation="true"] ul li {
  opacity: 0;
  left: -20px;
}
/***************** Bar graph ******************/
.nectar-progress-bar {
  margin-bottom: 0px!important;
}
.nectar-progress-bar .bar-wrap {
  margin-bottom: 13px;
  background-color: #e4e4e4;
  border-radius: 300px 300px 300px 300px;
  -webkit-border-radius: 300px 300px 300px 300px;
  -o-border-radius: 300px 300px 300px 300px;
  -moz-border-radius: 300px 300px 300px 300px;
  background-color: #ebebeb;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
}
.nectar-progress-bar span {
  height: 15px;
  width: 0px;
  display: block;
  background-color: #27CFC3;
  border-radius: 300px 300px 300px 300px;
  -webkit-border-radius: 300px 300px 300px 300px;
  -o-border-radius: 300px 300px 300px 300px;
  -moz-border-radius: 300px 300px 300px 300px;
}
.nectar-progress-bar p {
  padding-bottom: 2px;
}
.nectar-progress-bar span {
  overflow: visible!important;
  position: relative;
}
.nectar-progress-bar span strong {
  position: absolute;
  right: 0px;
  top: -25px;
  padding: 4px 7px!important;
  background-color: #333;
  color: #fff;
  line-height: 12px!important;
  font-size: 11px!important;
  opacity: 0;
  display: block;
  font-weight: normal!important;
  font-family: 'OpenSansSemibold';
  border-radius: 2px 2px 2px 2px;
  -moz-border-radius: 2px 2px 2px 2px;
  -webkit-border-radius: 2px 2px 2px 2px;
  -o-border-radius: 2px 2px 2px 2px;
}
.nectar-progress-bar span strong i {
  font-style: normal!important;
  font-size: 11px!important;
  line-height: 12px!important;
  font-family: 'OpenSansSemibold' !important;
  letter-spacing: 0!important;
  text-transform: none!important;
}
.nectar-progress-bar span strong:after {
  border-color: #333 transparent;
  border-style: solid;
  border-width: 5px 5px 0;
  bottom: -5px;
  content: "";
  display: block;
  left: 12px;
  position: absolute;
  width: 0;
}
.nectar-progress-bar span strong.full:after {
  left: 15px;
}
.nectar-progress-bar span strong.full {
  width: 43px;
  text-align: center;
}
body .vc_pie_chart .vc_pie_chart_value {
  font-size: 42px;
  font-family: 'openSansLight';
}
body .vc_pie_chart .wpb_pie_chart_heading {
  font-family: 'OpenSansbold';
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 12px;
  margin-bottom: 0px;
  letter-spacing: 2px;
}
body .vc_pie_chart_back {
  border-width: 7px;
  opacity: 0;
}
/***************** Testimonial Slider ******************/
.testimonial_slider {
  float: none;
  opacity: 0;
  margin-bottom: 21px;
}
html:not(.js) .testimonial_slider {
  opacity: 1;
  height: auto;
}
.testimonial_slider blockquote {
  padding-left: 0px;
  text-align: center;
  color: #000000;
  background-image: none;
  font-size: 22px;
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
}
.testimonial_slider blockquote p {
  padding-bottom: 15px;
}
.testimonial_slider .controls ul {
  margin: 0px!important;
  display: block;
  text-align: center;
  width: 100%;
}
.testimonial_slider .controls ul li {
  list-style: none!important;
  cursor: pointer;
  display: inline;
}
.testimonial_slider .controls ul li span.pagination-switch {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #333;
  border-radius: 10px 10px 10px 10px;
  cursor: pointer;
  display: inline-block;
  height: 10px;
  margin: 0 4px;
  -webkit-transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
          transition: background-color 0.2s linear 0s, border-color 0.2s linear 0s;
  width: 10px;
}
.testimonial_slider .controls ul li span.pagination-switch:hover,
.testimonial_slider .controls ul li span.pagination-switch.active {
  background-color: #333;
}
.testimonial_slider .controls {
  position: absolute;
  bottom: -22px;
  z-index: 30;
  width: 100%;
  text-align: center;
}
.testimonial_slider .slides {
  overflow: hidden;
  position: relative;
}
.testimonial_slider blockquote span {
  font-size: 16px!important;
  color: rgba(0, 0, 0, 0.7);
}
.light .testimonial_slider blockquote {
  color: rgba(255, 255, 255, 0.95);
}
.light .testimonial_slider blockquote span {
  color: rgba(255, 255, 255, 0.65);
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6,
.light p {
  color: #fff;
}
.testimonial_slider .controls ul li i {
  color: #444444;
}
.light .testimonial_slider .controls ul li span {
  border-color: #fff;
}
.light .testimonial_slider .controls ul li span:hover,
.light .testimonial_slider .controls ul li span.pagination-switch.active {
  background-color: #fff!important;
}
.toggles .testimonial_slider,
.full-width-content .testimonial_slider {
  padding-bottom: 20px!important;
}
.toggles .testimonial_slider .controls,
.full-width-content .testimonial_slider .controls {
  bottom: 2px!important;
}
/***************** Tabbed ******************/
.tabbed > ul {
  margin-left: 0px;
  margin-bottom: 17px!important;
}
.tabbed > ul li {
  float: left;
  position: relative;
  list-style: none;
  margin: 0px!important;
}
.tabbed > ul:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.tabbed > ul li a {
  display: block;
  color: #888;
  position: relative;
  background-color: rgba(0, 0, 0, 0.045);
  padding: 8px 15px;
  transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  border-left: 0px!important;
  border-right: 1px solid rgba(0, 0, 0, 0.06) !important;
}
.tabbed > ul li:hover,
.wpb_content_element .wpb_tabs_nav li {
  background-color: transparent!important;
}
.tabbed .clear {
  display: block!important;
  padding-bottom: 0px;
}
.tabbed > ul li a:hover {
  background-color: rgba(0, 0, 0, 0.035);
}
.tabbed > ul li:last-child a {
  border-color: transparent!important;
}
.tabbed > ul li a.active-tab {
  color: #fff;
  border-color: #27CFC3!important;
  background-color: #27CFC3;
}
.light .tabbed > ul li:last-child a,
.light .tabbed > ul li a {
  border-color: rgba(0, 0, 0, 0.2) !important;
}
.light .tabbed > ul li a {
  background-color: rgba(0, 0, 0, 0.15) !important;
}
.tabbed .wpb_tab {
  opacity: 0;
}
body .tabbed div {
  padding: 0px;
  margin-bottom: 0px;
  background-color: transparent;
}
body .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab {
  padding: 0px;
  background-color: transparent!important;
}
/***************** Image with animation / Col animation ******************/
img.img-with-animation,
.col.has-animation,
.wpb_column.has-animation {
  opacity: 0;
  position: relative;
}
img.img-with-animation[data-animation="grow-in"].full-opacity {
  opacity: 1;
}
html:not(.js) img.img-with-animation,
html:not(.js) .col.has-animation,
html:not(.js) .wpb_column.has-animation {
  opacity: 1;
}
img.img-with-animation[data-animation="grow-in"],
.col.has-animation[data-animation="grow-in"],
.wpb_column.has-animation[data-animation="grow-in"] {
  opacity: 0.1;
  -ms-transform: scale(0.4);
      transform: scale(0.4);
  -webkit-transform: scale(0.4);
  -o-transform: scale(0.4);
  -moz-transform: scale(0.4);
  transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -webkit-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -moz-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -o-transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25);
  -webkit-backface-visibility: hidden;
}
img.img-with-animation[data-animation="flip-in"],
.col.has-animation[data-animation="flip-in"],
.wpb_column.has-animation[data-animation="flip-in"] {
  opacity: 0;
  transform: perspective(1000px) rotateY(25deg);
  -webkit-transform: perspective(1000px) rotateY(25deg);
  -o-webkit-transform: perspective(1000px) rotateY(25deg);
  -moz-webkit-transform: perspective(1000px) rotateY(25deg);
  transition: opacity 1s ease;
  -webkit-transition: opacity 1s ease;
  -moz-transition: opacity 1s ease;
  -o-transition: opacity 1s ease;
}
img.img-with-animation[data-animation="fade-in-from-left"] {
  left: -40px;
  padding-right: 30px;
}
.col.has-animation[data-animation="fade-in-from-left"],
.wpb_column.has-animation[data-animation="fade-in-from-left"] {
  left: -40px;
}
img.img-with-animation[data-animation="fade-in-from-right"] {
  right: -40px;
  padding-left: 30px;
}
.col.has-animation[data-animation="fade-in-from-right"],
.wpb_column.has-animation[data-animation="fade-in-from-right"] {
  right: -40px;
}
img.img-with-animation[data-animation="fade-in-from-bottom"] {
  bottom: -100px;
}
.col.has-animation[data-animation="fade-in-from-bottom"],
.wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
  bottom: -50px;
}
img.img-with-animation[data-animation="fade-in-from-left"],
img.img-with-animation[data-animation="fade-in-from-right"] {
  margin: 0 auto;
}
.img-with-aniamtion-wrap {
  line-height: 0;
  margin-bottom: 0!important;
}
.center img.img-with-animation {
  margin: 0 auto;
  display: block;
}
.right.img-with-aniamtion-wrap {
  text-align: right;
}
.right.img-with-aniamtion-wrap img {
  display: inline-block;
}
/***************** Toggle ******************/
.toggle {
  margin-bottom: 15px!important;
}
.toggle.open h3 a {
  color: #fff!important;
  background-color: #27CFC3;
}
.toggle h3 {
  position: relative;
  z-index: 10;
  font-size: 12px!important;
  margin-bottom: 0px!important;
}
.toggle h3 a {
  display: block;
  color: #888888;
  letter-spacing: 0px;
  font-size: 12px!important;
  line-height: 14px!important;
  padding: 14px 14px 16px 43px;
  font-family: 'OpenSansRegular';
  background-color: rgba(0, 0, 0, 0.045);
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.toggle h3 a i {
  position: absolute;
  left: 13px;
  background-color: transparent;
  color: #888888;
  top: 13px;
  width: 18px;
  height: 16px!important;
  line-height: 18px!important;
  font-size: 15px;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.toggle.open h3 a i {
  color: #fff;
}
.toggle h3 a:hover {
  background-color: rgba(0, 0, 0, 0.035);
}
body .toggle > div {
  padding: 10px 14px;
  border-top: 0px;
  display: none;
  background-color: #fff!important;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}
.toggle > div .wpb_wrapper {
  margin: 0!important;
}
.toggle > div > div:last-child {
  margin-bottom: 0px!important;
}
.light .toggle > div {
  color: #676767!important;
}
/***************** Full Width Section ******************/
.full-width-section {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  margin-left: -50%;
  padding-left: 50%;
  padding-right: 50%;
  width: 100%;
  position: relative;
  z-index: 0;
  visibility: hidden;
}
.full-width-content.parallax_section {
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.full-width-content.vc_row-fluid .wpb_column {
  background-position: center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.wpb_row {
  position: relative;
}
.wpb_row.full-width-section,
.wpb_row.full-width-content {
  margin-bottom: 0px;
}
.wpb_row.full-width-content img,
.wpb_row.full-width-content .img-with-aniamtion-wrap {
  margin-bottom: 0;
}
.full-width-content {
  visibility: hidden;
}
.full-width-section.standard_section {
  /*
	-webkit-perspective: 1000;
	-webkit-backface-visibility: hidden;
	*/
}
.full-width-section > .span_12 > div:last-child,
.full-width-section > .span_12 .col > div:last-child {
  padding-bottom: 0px;
}
.full-width-section > .span_12 > div.boxed:last-child,
.full-width-section > .span_12 .col > div.boxed:last-child {
  padding-bottom: 15px!important;
}
.full-width-section img {
  display: block;
  margin-bottom: 0px!important;
}
html:not(.js) .full-width-section,
html:not(.js) .full-width-content {
  visibility: visible;
}
.full-width-section.parallax_section,
.full-width-content.parallax_section {
  background-attachment: fixed;
}
.full-width-section.parallax_section .parallax-bg-wrap,
.full-width-content.parallax_section .parallax-bg-wrap {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.full-width-section.parallax_section .parallax-bg,
.full-width-content.parallax_section .parallax-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.full-width-section.no-cover {
  background-size: auto!important;
  -moz-background-size: auto!important;
  -webkit-background-size: auto!important;
}
.full-width-section > .col.span_12 {
  float: none!important;
}
.full-width-section > .col.span_12.light,
.full-width-content > .col.span_12.light {
  color: #fff;
}
.home-wrap .full-width-section.first-section {
  margin-top: -37px !important;
}
.column-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 10;
}
/***************** Clients ******************/
.clients.two-cols > div {
  width: 49.4%;
}
.clients.two-cols > div:nth-child(2n+2) {
  margin-right: 0px;
}
.clients.carousel.two-cols > div {
  margin: 0px 10px;
}
.clients.three-cols > div {
  width: 32.6%;
}
.clients.three-cols > div:nth-child(3n+3) {
  margin-right: 0px;
}
.clients.carousel.three-cols > div {
  margin: 0px 10px;
}
.clients.four-cols > div {
  width: 24.2%;
}
.clients.four-cols > div:nth-child(4n+4) {
  margin-right: 0px;
}
.clients.carousel.four-cols > div {
  margin: 0px 10px;
}
.clients.five-cols > div {
  width: 19.2%;
}
.clients.five-cols > div:nth-child(5n+5) {
  margin-right: 0px;
}
.clients.carousel.five-cols > div {
  margin: 0px 10px;
}
.clients.six-cols > div {
  width: 15.8%;
}
.clients.six-cols > div:nth-child(6n+6) {
  margin-right: 0px;
}
.clients.carousel.six-cols > div {
  margin: 0px 10px;
}
.clients > div {
  float: left;
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  margin-right: 1%;
  margin-bottom: 1%;
  opacity: 1;
}
.clients.fade-in-animation > div {
  opacity: 0;
  transition: none;
  -moz-transition: none;
  -webkit-transition: none;
  -o-transition: none;
}
.clients.fade-in-animation.completed > div {
  transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -webkit-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  -webkit-backface-visibility: hidden;
}
.clients > div.no-link:hover {
  opacity: 1!important;
}
.clients > div:hover {
  opacity: 0.7!important;
}
.clients > div img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}
.clients.no-carousel:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
/***************** Pricing Tables ******************/
.pricing-table {
  margin-top: 60px;
  margin-bottom: 30px;
}
.pricing-table:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.pricing-table > div:first-child .pricing-column-content,
.pricing-table > div:first-child h3 {
  border-left: 1px solid #e4e4e4!important;
}
.pricing-column {
  float: left;
  overflow: hidden;
  text-align: center;
  padding: 0px;
  background-color: #fff;
  transition: box-shadow 0.2s linear;
  -moz-transition: box-shadow 0.2s linear;
  -webkit-transition: box-shadow 0.2s linear;
  -o-transition: box-shadow 0.2s linear;
}
.pricing-column .pricing-column-content {
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0px 0px 20px 0px;
}
.pricing-column.highlight {
  position: relative;
  z-index: 100;
  margin: -20px -1px 0px -1px;
  background-color: #FFF;
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
  -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
  -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.09);
}
.pricing-column.highlight .nectar-button {
  margin: 10px 0px 20px 0px;
}
.pricing-column.highlight .pricing-column-content,
.pricing-column.highlight h3 {
  border: none;
}
.pricing-column.highlight h3 .highlight-reason {
  display: block;
  font-family: 'OpenSansbold';
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  color: rgba(0, 0, 0, 0.4);
}
.pricing-column.highlight .pricing-column-content {
  border-right: 1px solid #e4e4e4;
  border-left: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
}
.pricing-column.highlight:hover {
  box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 0px 13px rgba(0, 0, 0, 0.15);
}
.pricing-column ul li {
  color: #888!important;
  padding: 10px 25px;
  list-style: none;
  line-height: 18px;
  border-bottom: 1px solid #efefef;
}
.pricing-column ul li:first-child {
  border-top: 1px solid #efefef;
}
.pricing-column ul li:nth-child(2n+1) {
  background-color: #fbfbfb;
}
.pricing-column.highlight h3 {
  color: #fff!important;
  background-color: #27CFC3;
  padding: 15px 0px;
  margin-bottom: 0px!important;
}
.toggle .pricing-column h3 {
  font-size: 26px!important;
}
.pricing-column h3 {
  background-color: #fff;
  color: #27CFC3;
  margin-bottom: 0px;
  font-size: 26px;
  line-height: 28px!important;
  border-right: 1px solid #e4e4e4;
  border-bottom: 1px solid #EFEFEF;
  border-top: 1px solid #e4e4e4;
  padding: 18px 0px 18px 0px;
}
.pricing-column h4 {
  margin-left: -22px;
  padding: 20px 30px 6px 30px;
  font-size: 54px!important;
  line-height: 42px!important;
  color: #333;
  margin-bottom: 0px;
}
.pricing-column h4 .dollar-sign {
  font-size: 22px;
  line-height: 22px;
  top: -14px;
  right: -6px;
  font-family: 'OpenSansLight';
  position: relative;
}
.pricing-column .interval {
  color: #999;
  min-height: 38px;
  display: block;
  padding-bottom: 17px;
}
.pricing-column ul {
  margin-left: 0px;
}
.pricing-table.six-cols > div {
  width: 16.5%;
}
.pricing-table.five-cols > div {
  width: 20%;
}
.pricing-table.four-cols > div {
  width: 25%;
}
.pricing-table.three-cols > div {
  width: 33.2%;
}
.pricing-table.two-cols > div {
  width: 50%;
}
.pricing-table .col {
  padding: 0px 20px;
}
.col .pricing-table h3 {
  margin-bottom: 0px;
}
/*-------------------------------------------------------------------------*/
/*	7. Footer Styles
/*-------------------------------------------------------------------------*/
#footer-outer {
  color: #ccc;
  position: relative;
  z-index: 10;
  background-color: #252525;
}
#footer-outer .row {
  padding: 55px 0px;
  margin-bottom: 0px;
}
#footer-outer .widget h4 {
  color: #777;
  font-size: 12px;
  font-family: 'OpenSansbold';
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#footer-outer .widget {
  margin-bottom: 30px;
}
#footer-outer .widget.widget_categories ul ul,
#footer-outer .widget.widget_pages ul ul,
#footer-outer .widget.widget_nav_menu ul ul {
  margin: 0px 0px 0px 0px!important;
  padding: 0px 0px 0px 20px;
}
#footer-outer .widget.widget_categories li,
#footer-outer .widget.widget_pages li,
#footer-outer .widget.widget_nav_menu li {
  border-bottom: 0px!important;
  padding: 0px!important;
}
#footer-outer .widget.widget_categories li a,
#footer-outer .widget.widget_pages li a,
#footer-outer .widget.widget_nav_menu li a {
  padding: 8px 0px;
  display: block;
  border-bottom: 1px solid #444444;
}
#footer-outer .widget.widget_categories > ul > li:first-child > a,
#footer-outer .widget.widget_pages > ul > li:first-child > a,
#footer-outer .widget.widget_nav_menu > ul > li:first-child > a {
  padding-top: 0px;
}
#footer-outer .span_3 .widget:last-child {
  margin-bottom: 0px;
}
#footer-outer a {
  color: #ccc;
}
#footer-outer a:hover {
  color: #27CFC3;
}
#footer-outer .nectar-button:hover {
  color: #fff!important;
}
#footer-outer .widget ul li {
  margin-bottom: 7px;
}
#footer-outer #copyright {
  padding: 0;
  font-size: 12px;
  /*background-color: #1c1c1c;*/
  color: #777;
}
#footer-outer #copyright li {
  float: left;
  margin-left: 20px;
}
#footer-outer #copyright .container div:last-child {
  margin-bottom: 0px;
}
#footer-outer #copyright li a,
#header-secondary-outer #social li a {
  display: block;
  line-height: 22px;
  height: 24px;
  position: relative;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  background-position: center top;
}
#footer-outer #copyright li a i,
#header-secondary-outer #social li a i {
  color: #777;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
}
#footer-outer .icon-be,
#footer-outer .icon-vimeo,
#footer-outer .icon-salient-spotify {
  line-height: 32px!important;
}
#footer-outer #copyright li a i:hover {
  color: #27CFC3;
}
#footer-outer #copyright li a.vimeo,
#footer-outer #copyright li a.behance,
#header-secondary-outer #social li a.behance,
#header-secondary-outer #social li a.vimeo {
  background-color: #666;
}
#footer-outer #copyright li a.vimeo:hover,
#footer-outer #copyright li a.behance:hover,
#header-secondary-outer #social li a.behance:hover,
#header-secondary-outer #social li a.vimeo:hover {
  background-color: #27CFC3;
}
#footer-outer #copyright p {
  line-height: 22px;
  margin-top: 3px;
}
#footer-outer #copyright .col ul {
  float: right;
}
#footer-outer #copyright li a.facebook {
  width: 12px;
}
#footer-outer #copyright li a.twitter {
  width: 20px;
}
#footer-outer #copyright li a.dribbble {
  width: 24px;
}
#footer-outer #copyright li a.google-plus {
  width: 20px;
}
#footer-outer #copyright li a.pinterest {
  width: 17px;
}
#footer-outer #copyright li a.rss {
  width: 18px;
}
#footer-outer #copyright li a.vimeo {
  width: 20px;
  text-indent: -9999px;
}
#footer-outer #copyright li a.tumblr {
  width: 21px;
}
#footer-outer #copyright li a.youtube {
  width: 21px;
}
#footer-outer #copyright li a.linkedin {
  width: 19px;
}
#footer-outer #copyright li a.behance {
  width: 27px;
  text-indent: -9999px;
}
#footer-outer #copyright li a.instagram {
  width: 20px;
}
#footer-outer #copyright #social .facebook,
#footer-outer #copyright #social .facebook span {
  background-image: url(../img/icons/social/facebook.png);
}
#footer-outer #copyright #social .twitter,
#footer-outer #copyright #social .twitter span {
  background-image: url(../img/icons/social/twitter.png);
}
#footer-outer #copyright #social .vimeo,
#footer-outer #copyright #social .vimeo span {
  background-image: url(../img/icons/social/vimeo.png);
}
#footer-outer #copyright #social .dribbble,
#footer-outer #copyright #social .dribbble span {
  background-image: url(../img/icons/social/dribbble.png);
}
#footer-outer #copyright #social .rss,
#footer-outer #copyright #social .rss span {
  background-image: url(../img/icons/social/rss.png);
}
#footer-outer #copyright #social .skype,
#footer-outer #copyright #social .skype span {
  background-image: url(../img/icons/social/skype.png);
}
#footer-outer #copyright #social .pinterest,
#footer-outer #copyright #social .pinterest span {
  background-image: url(../img/icons/social/pinterest.png);
}
#footer-outer #copyright #social .google-plus,
#footer-outer #copyright #social .google-plus span {
  background-image: url(../img/icons/social/google-plus.png);
}
#footer-outer #copyright #social .tumblr,
#footer-outer #copyright #social .tumblr span {
  background-image: url(../img/icons/social/tumblr.png);
}
#footer-outer #copyright #social .youtube,
#footer-outer #copyright #social .youtube span {
  background-image: url(../img/icons/social/youtube.png);
}
#footer-outer #copyright #social .linkedin,
#footer-outer #copyright #social .linkedin span {
  background-image: url(../img/icons/social/linked-in.png);
}
#footer-outer #copyright #social .behance,
#footer-outer #copyright #social .behance span,
#header-secondary-outer #social .behance,
#header-secondary-outer #social .behance span {
  background-image: url(../img/icons/social/behance.png);
}
#footer-outer #copyright #social .instagram,
#footer-outer #copyright #social .instagram span {
  background-image: url(../img/icons/social/instagram.png);
}
#footer-outer #copyright #social .icon-soundcloud {
  font-size: 26px;
}
#header-secondary-outer #social .vimeo,
#header-secondary-outer #social .vimeo span {
  background-image: url(../img/icons/social/vimeo-header.png);
}
#header-secondary-outer #social .behance,
#header-secondary-outer #social .behance span {
  background-image: url(../img/icons/social/behance-header.png);
}
#footer-outer i,
#header-secondary-outer #social i {
  font-size: 20px;
  width: auto;
  background-color: transparent!important;
}
#footer-outer #copyright i.icon-be {
  font-size: 24px;
}
#header-secondary-outer #social li .icon-be {
  font-size: 18px!important;
}
/***************** Flickr widget ******************/
#footer-outer .col #flickr > div img {
  background-color: #444;
  border-color: #4d4d4d;
}
#footer-outer .col #flickr > div a:hover img {
  border-color: #616161;
  background-color: #616161;
}
#footer-outer .col .widget_recent_entries span,
#footer-outer .col .recent_posts_extra_widget .post-widget-text span {
  display: block;
  line-height: 17px;
  color: #999;
  font-size: 11px;
  margin-bottom: 6px;
}
#footer-outer #footer-widgets .col ul li {
  padding: 8px 0px;
  list-style: none;
  margin-bottom: 0px;
  border-bottom: 1px solid #444;
}
#footer-outer #footer-widgets .col ul li:first-child {
  padding-top: 0px!important;
}
#footer-outer #footer-widgets .col ul li:last-child {
  margin-bottom: 0px;
}
#footer-outer #footer-widgets .col ul ul li:last-child {
  border-bottom: 0px!important;
}
#footer-outer #footer-widgets .col p {
  padding-bottom: 20px;
}
#footer-outer #footer-widgets .col p:last-child {
  padding-bottom: 0px;
}
/***************** Calendar Widget ******************/
.widget_calendar {
  position: relative;
}
.widget_calendar table {
  width: 100%;
  border-collapse: collapse;
}
.widget_calendar table td,
#footer-outer #footer-widgets .col .widget_calendar table th {
  text-align: center;
}
.widget_calendar table tbody td {
  border: 0px;
  padding: 4px;
  font-size: 11px;
  color: #666;
}
.widget_calendar table tbody tr td:first-child {
  border-left: 0px;
}
.widget_calendar table tbody tr:nth-child(2n+1) {
  background-color: #f0f0f0;
}
.widget_calendar table th {
  font-family: 'OpenSansBold';
  border-bottom: 0px;
  text-align: center!important;
  padding-bottom: 10px;
  color: #999999;
}
.widget_calendar table #prev {
  text-align: left;
  position: relative;
  padding: 10px 0px 0px 0px;
  z-index: 2;
}
.widget_calendar table #next {
  text-align: right;
  position: relative;
  padding: 10px 0px 0px 0px;
  z-index: 2;
}
.widget_calendar caption {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
#footer-outer #footer-widgets .col .widget_calendar table tbody td {
  border: 0px;
  color: #666666;
  padding: 4px;
  font-size: 11px;
}
#footer-outer #footer-widgets .col .widget_calendar table {
  border-collapse: collapse;
}
#footer-outer #footer-widgets .col .widget_calendar table tbody tr td:first-child {
  border-left: 0px;
}
#footer-outer #footer-widgets .col .widget_calendar table tbody tr:nth-child(2n+1) {
  background-color: #343739;
}
#footer-outer #footer-widgets .col .widget_calendar table th {
  border-bottom: 0px;
  padding-bottom: 10px;
  font-family: 'OpenSansBold';
  color: #666666;
}
#footer-outer #footer-widgets .col .widget_calendar table tfoot tr {
  margin-top: 20px;
}
.widget_search .search-form,
.newsletter-widget form {
  position: relative;
  overflow: hidden;
}
.widget_search .search-form input[type=text],
.newsletter-widget form input[type=email] {
  padding-right: 75px!important;
  border-radius: 0px 2px 2px 0px;
  margin: 0!important;
}
.widget_search .search-form input[type=submit],
.newsletter-widget form input[type=submit] {
  position: absolute;
  right: 0px;
  top: 0px;
  margin: 0!important;
  line-height: 22px;
  padding: 10px 11px;
}
#footer-outer .widget_search .search-form input[type=submit],
#footer-outer .newsletter-widget form input[type=submit] {
  padding: 10px 11px 11px 10px;
}
#footer-outer #footer-widgets .col .tagcloud a {
  background-color: #1B1B1B;
  color: #A0A0A0 !important;
  cursor: pointer;
  display: inline-block;
  float: left;
  margin: 3px 3px 0px 0px;
  padding: 5px 7px;
  position: relative;
  font-size: 8pt !important;
  text-transform: capitalize;
  -webkit-transition: all 0.2s linear;
          transition: all 0.2s linear;
  border-radius: 2px;
  line-height: 22px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
#footer-outer #footer-widgets .col .widget_tag_cloud:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
#footer-outer #footer-widgets .col .tagcloud a:hover {
  background-color: #27CFC3;
  color: #fff!important;
}
#footer-outer #footer-widgets .col .widget_recent_comments ul li {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.15);
  border: medium none;
  display: block;
  margin-bottom: 18px;
  padding: 19px !important;
  position: relative;
}
#footer-outer #footer-widgets .col .widget_recent_comments ul li:last-child {
  margin-bottom: 0px;
}
#footer-outer #footer-widgets .col input[type=text],
#footer-outer #footer-widgets .col input[type=email] {
  padding: 10px;
  width: 100%;
}
#footer-outer #footer-widgets .col input[type=text]:focus,
#footer-outer #footer-widgets .col input[type=email]:focus {
  background-color: #fff;
}
#footer-outer #footer-widgets .col input[type=submit] {
  background-color: #27CFC3;
  opacity: 0.9;
  transition: opacity 0.2s linear 0s;
  -moz-transition: opacity 0.2s linear 0s;
  -webkit-transition: opacity 0.2s linear 0s;
  -o-transition: opacity 0.2s linear 0s;
}
#footer-outer #footer-widgets .col input[type=submit]:hover {
  opacity: 1;
}
#footer-outer #footer-widgets .col .search-form form,
#footer-outer #footer-widgets .col .search-form label,
#footer-outer #footer-widgets .col .newsletter-widget form,
#footer-outer #footer-widgets .col .search-form {
  line-height: 12px!important;
}
#footer-outer .recent_projects_widget img {
  background-color: #444;
  border-color: #4d4d4d;
}
#footer-outer .recent_projects_widget a:hover img {
  border-color: #616161;
  background-color: #616161;
}
#footer-outer .widget.widget_nav_menu li a {
  border-bottom: 0px!important;
}
#footer-outer #footer-widgets .col ul li:first-child > a {
  padding-top: 0px!important;
}
#footer-outer #footer-widgets .rsswidget img {
  margin-bottom: -2px !important;
  margin-right: 2px;
}
/***************** Call to action ******************/
#call-to-action {
  font-family: 'OpenSansLight';
  position: relative;
  z-index: 10;
  background-color: #eeedec;
  text-align: center;
  vertical-align: bottom;
  font-size: 22px;
}
#call-to-action .container {
  padding: 42px 0px 36px 0px!important;
}
#call-to-action .container span {
  letter-spacing: -1px;
  display: inline-block;
}
#call-to-action .container a {
  background: none repeat scroll 0 0 #27CFC3;
  position: relative;
  top: -3px;
  color: #FFFFFF;
  margin-bottom: 0px!important;
  font-size: 12px;
  box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -webkit-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 -3px rgba(0, 0, 0, 0.1) inset;
  text-transform: uppercase;
  font-family: 'OpenSansbold';
  letter-spacing: 2px;
  margin-left: 20px;
  line-height: 24px;
  display: inline-block;
  border-radius: 5px 5px 5px 5px;
  padding: 16px 21px;
}
#call-to-action .triangle {
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #f8f8f8;
  height: 10px;
  width: 10px;
  left: 440px;
  margin: -42px auto 33px auto;
}
#call-to-action a {
  color: #45484a;
  opacity: 1;
  transition: opacity 0.3s linear;
  -moz-transition: opacity 0.3s linear;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
}
#call-to-action a:hover {
  opacity: 0.75;
}
#call-to-action span {
  color: #4b4f52;
  font-family: 'OpenSansSemibold';
}
/*-------------------------------------------------------------------------*/
/*	8. Sidebar Styles
/*-------------------------------------------------------------------------*/
#sidebar div ul {
  margin-left: 0px;
}
#sidebar div ul li {
  padding: 8px 0px;
  list-style: none;
  border-bottom: 1px solid #e6e6e6;
}
#sidebar > div {
  margin-bottom: 50px;
}
#sidebar > div:last-child {
  margin-bottom: 0px;
}
#sidebar #sidebar-inner {
  margin-bottom: 0px!important;
}
#sidebar .widget_recent_entries span,
.recent_posts_extra_widget span {
  display: block;
  line-height: 13px;
  font-size: 11px;
  margin-bottom: 6px;
}
#sidebar .widget_recent_entries span {
  color: #999;
}
#sidebar h4 {
  margin-bottom: 10px;
  color: #999;
  font-family: 'OpenSansbold';
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 15px;
  text-transform: uppercase;
}
#sidebar .widget_recent_comments h4,
#sidebar .Simple_Flickr_Photos h4 {
  margin-bottom: 16px;
}
#sidebar .widget li.recentcomments {
  padding: 15px!important;
  margin-bottom: 22px;
  border: none;
  position: relative;
  display: block;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.02);
}
#sidebar .widget li:first-child {
  padding-top: 0px;
}
#sidebar .widget .tagcloud a,
.post-tags a {
  background-color: #333333;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  float: left;
  line-height: 22px;
  margin: 3px 3px 0px 0px;
  font-size: 8pt!important;
  padding: 5px 7px;
  position: relative;
  text-transform: capitalize;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
#sidebar .widget_tag_cloud:after {
  display: block;
  height: 0;
  clear: both;
  content: "";
  visibility: hidden;
}
#sidebar .widget .tagcloud a:hover,
.post-tags a:hover {
  background-color: #27CFC3;
}
#sidebar .widget input[type=text],
#sidebar .widget input[type=email] {
  padding: 10px;
  width: 100%;
}
#sidebar .widget form p {
  padding-bottom: 15px;
}
#sidebar .widget.widget_categories ul ul,
#sidebar .widget.widget_pages ul ul,
#sidebar .widget.widget_nav_menu ul ul {
  margin: 0px 0px 0px 0px!important;
  padding: 0px 0px 0px 20px;
}
#sidebar .widget.widget_categories li,
#sidebar .widget.widget_pages li,
#sidebar .widget.widget_nav_menu li {
  border-bottom: 0px!important;
  padding: 0px!important;
}
#sidebar .widget.widget_categories li a,
#sidebar .widget.widget_pages li a,
#sidebar .widget.widget_nav_menu li a {
  padding: 8px 0px;
  display: block;
  border-bottom: 1px solid #E6E6E6;
}
#sidebar .widget.widget_categories > ul > li:first-child > a,
#sidebar .widget.widget_pages > ul > li:first-child > a,
#sidebar .widget.widget_nav_menu > ul > li:first-child > a {
  padding-top: 0px;
}
#sidebar.left-sidebar {
  float: left;
}
#post-area.col_last {
  float: right;
}
body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar #post-area,
body[data-ext-responsive="true"].single-post .container-wrap.no-sidebar .comment-list > li {
  max-width: 1000px;
  margin: 0 auto!important;
}
.recent_projects_widget img,
#sidebar #flickr img,
#footer-outer #flickr img {
  margin-bottom: 0px!important;
  display: block;
  padding: 5px;
  background-color: #fff;
  margin-top: 0px;
  margin-left: 0px;
  border: 1px solid #e5e5e5;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
.recent_projects_widget a:hover img,
#sidebar #flickr a:hover img,
#footer-outer #flickr a:hover img {
  border-color: #27CFC3;
}
.recent_projects_widget div a,
#sidebar #flickr div a,
#footer-outer #flickr div a {
  float: left;
  margin: 2% 2% 0 0;
  width: 32%!important;
}
.recent_projects_widget div a:nth-child(3n+3),
#sidebar #flickr div:nth-child(3n+3) a,
#footer-outer #flickr div:nth-child(3n+3) a {
  margin-right: 0px!important;
}
.recent_posts_extra_widget ul li:first-child {
  padding-top: 0px!important;
}
.recent_posts_extra_widget .post-widget-image {
  float: left;
  position: relative;
  z-index: 50;
  margin-right: 10px;
}
.recent_posts_extra_widget .post-widget-image img {
  margin: 3px 0px;
  display: block;
}
.recent_posts_extra_widget .clear {
  padding-bottom: 0px;
}
.recent_posts_extra_widget .post-widget-text {
  line-height: 17px;
}
.recent_posts_extra_widget .post-widget-text span {
  margin-top: 2px;
  margin-bottom: 4px;
}
#sidebar select {
  max-width: 100%;
}
#footer-outer #flickr:after,
#sidebar #flickr:after,
.recent_projects_widget > div:after {
  clear: both;
  content: '';
  display: block;
}
.widget_pages ul ul {
  margin-top: 20px;
  margin-bottom: 30px;
  margin-left: 20px!important;
}
/*-------------------------------------------------------------------------*/
/*	9.  Blog + Pagination Styles
/*-------------------------------------------------------------------------*/
#post-area #pagination {
  padding-left: 95px;
}
#post-area.infinite_scroll #pagination {
  display: none;
}
#infscr-loading {
  position: relative;
  z-index: 10000000;
  background-image: url("../img/icons/loading-white-bg.gif");
  background-repeat: no-repeat;
  background-position: center;
  height: 60px;
  border-radius: 2px;
  color: #555;
  display: inline-block;
  margin: 0px auto;
  text-align: center;
  width: 60px;
  font-family: 'OpenSansbold';
  font-size: 12px;
  letter-spacing: 2px;
  border-color: #555;
  border-style: solid;
  border-width: 0;
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}
#infscr-loading.default_loader {
  background-image: none;
}
.infscr-loading-wrap {
  margin: 0px auto;
  padding: 0;
  text-align: center;
  height: 0;
  opacity: 0;
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
}
#infscr-loading div {
  opacity: 0;
  color: #555;
  font-size: 12px;
  font-family: 'OpenSansbold';
  letter-spacing: 2px;
  text-transform: uppercase;
}
#infscr-loading img {
  margin-bottom: 0;
  display: none!important;
}
#post-area {
  padding-right: 20px;
  margin-top: 4px;
}
#post-area.col_last {
  padding-left: 20px;
  padding-right: 0px!important;
}
#post-area.col_last.span_12 {
  padding-left: 0px;
  float: none!important;
}
#post-area > article:last-child .content-inner {
  margin-bottom: 0px;
  border-bottom: 0px;
}
article.post .more-link,
.blog-recent .more-link {
  display: block;
  margin-top: 25px;
  cursor: default;
  color: #fff;
}
article.post .content-inner {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 50px;
  margin-bottom: 50px;
}
article.post .more-link span,
.blog-recent .more-link span {
  background-color: #333;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  width: auto;
  cursor: pointer;
  padding: 6px 10px;
  font-size: 11px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
article.post .more-link span:hover,
.blog-recent .more-link span:hover {
  background-color: #27CFC3;
}
article.post .post-meta {
  position: absolute;
  left: 0px;
  top: 0px;
}
article.post.masonry-blog-item .post-meta {
  border-right: 0!important;
}
.recent-posts article.post .post-header a {
  color: #999;
}
.recent-posts-title {
  font-size: 12px!important;
  letter-spacing: 1.5px!important;
  margin-bottom: 7px!important;
}
.post-header,
#single-below-header {
  margin-bottom: 12px;
  font-size: 11px;
  color: #888;
}
.recent-posts .post-header a {
  color: #888;
}
.recent-posts .post-header a:hover {
  color: #27CFC3;
}
.recent-posts .post-header .title {
  margin-bottom: 1px;
}
.recent-posts .post-header .title a {
  color: #27CFC3;
}
.recent-posts .post-header .title a:hover {
  color: inherit;
}
article.post .post-header h1,
article.post .post-header h2 {
  font-size: 26px;
  line-height: 30px;
}
article.post .post-header h2 a {
  color: #27CFC3;
}
article.post .post-header h2 a:hover {
  color: inherit!important;
}
article.post .post-header a,
article.result a,
#single-below-header a {
  color: inherit!important;
}
#single-below-header a:hover {
  color: #27CFC3;
}
article.post .post-content {
  position: relative;
  min-height: 98px;
}
.post-tags h4 {
  float: left;
  margin-top: 8px;
  margin-bottom: 15px;
  margin-right: 25px;
}
.post-tags .clear {
  padding-bottom: 0px;
}
.single .post-content {
  padding-left: 0px;
}
.single #single-meta {
  right: 0px;
  height: 21px;
}
.single #single-meta ul {
  margin-bottom: 0px;
}
.single #single-meta {
  margin-top: 4px;
}
.single #single-meta ul li {
  float: left;
  list-style: none;
  padding: 0px!important;
  border-bottom: 0px!important;
}
.single #single-meta ul li .nectar-love-wrap {
  border-right: 1px solid #ddd;
  margin-right: 20px;
  padding-right: 20px;
  width: auto!important;
}
.single #single-meta ul li .nectar-love-wrap span {
  font-size: 12px;
  height: 13px;
  display: block;
  width: auto;
  padding-left: 0px;
  font-family: 'OpenSansRegular';
  line-height: 11px;
}
.single #single-below-header {
  margin-top: 8px;
  margin-bottom: 0px;
}
.single #single-below-header span {
  font-family: inherit!important;
  font-size: 11px;
  line-height: 16px;
  color: #888;
  padding-left: 0;
  display: block;
  float: left;
}
.single #single-below-header > span {
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDDDDD;
}
.single #single-below-header span:first-child {
  padding-left: 0;
  border: none;
}
.single #single-below-header:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}
.single.single-post .section-title h1 {
  max-width: 800px;
}
.post-content {
  padding-left: 95px;
}
article.post .content-inner {
  position: relative;
}
article.post.quote .post-content .quote-inner,
article.post.link .post-content .link-inner,
article.format-status .post-content .status-inner,
article.post.format-aside .aside-inner {
  background-color: #27CFC3;
  position: relative;
  padding: 15px;
  color: #fff;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
article.post.quote .content-inner .quote-inner .whole-link {
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
}
.single-post .quote-below-content {
  margin-top: 70px;
}
article.post.format-aside .aside-inner p {
  margin-bottom: 15px;
}
article.post.format-aside .aside-inner .post-header {
  margin-bottom: 0px;
}
article.post.format-chat .content-inner dt {
  margin-top: 15px;
}
article.post.quote .quote-inner a,
article.post.format-aside .aside-inner a,
article.post.format-aside .aside-inner a:hover {
  color: #fff!important;
}
article.post.format-aside .aside-inner p,
article.post.format-aside .aside-inner .post-header {
  color: #fff!important;
}
article.post.quote .quote-inner .title,
article.post.quote .quote-inner .author,
article.post.quote .quote-inner .title,
article.post.quote .quote-inner .icon {
  position: relative;
  z-index: 100;
}
article.post.quote .content-inner .whole-link {
  position: absolute;
  z-index: 10;
  display: block;
  background-color: #27CFC3;
  height: 100%;
  width: 100%;
  top: 0px;
  left: 0px;
}
article.post.quote .content-inner .quote-inner:hover .whole-link {
  background-color: #333333!important;
}
article.post.quote figure {
  margin: 0 auto!important;
}
article.post.quote blockquote {
  background-image: none!important;
  padding: 0px!important;
  color: #fff!important;
  font-family: inherit!important;
  margin: 0 auto!important;
}
article.post.quote .post-content .quote-inner span.icon {
  bottom: 17px;
  height: 17px;
  width: 19px;
  display: block;
  background-image: url(../img/icons/quote.png);
  position: absolute;
  right: 20px;
}
article.post.link .post-content .link-inner span.icon {
  bottom: 17px;
  height: 20px;
  width: 18px;
  display: block;
  background-image: url(../img/icons/link.png);
  position: absolute;
  right: 20px;
}
article.post.link .post-content .destination {
  word-wrap: break-word;
}
article.post.format-status .post-content .status-inner span.icon {
  bottom: 17px;
  height: 16px;
  width: 18px;
  display: block;
  background-image: url(../img/icons/status.png);
  position: absolute;
  right: 20px;
}
article.post.format-aside .post-content .aside-inner span.icon {
  bottom: 17px;
  height: 16px;
  width: 18px;
  display: block;
  background-image: url(../img/icons/aside.png);
  position: absolute;
  right: 20px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  article.post.quote .post-content .quote-inner span.icon {
    background-size: 19px 17px;
    background-image: url(../img/icons/quote@2x.png) !important;
  }
  article.post.link .post-content .link-inner span.icon {
    background-size: 18px 20px;
    background-image: url(../img/icons/link@2x.png) !important;
  }
  article.post.format-status .post-content .status-inner span.icon {
    background-size: 19px 17px;
    background-image: url(../img/icons/status@2x.png) !important;
  }
  article.post.format-aside .post-content .aside-inner span.icon {
    background-size: 19px 17px;
    background-image: url(../img/icons/aside@2x.png) !important;
  }
}
article.post .post-content.quote a,
article.post .post-content.link a {
  display: block;
  z-index: 10;
}
article.post.quote .post-content h2,
article.post.link .post-content h2,
article.post.format-status .post-content h2 {
  color: #fff;
  font-size: 26px;
  line-height: 30px;
  display: block;
  margin-bottom: 15px;
}
article.format-status .post-content h2 a {
  color: #fff!important;
}
article.post.quote .post-content a:hover .quote-inner,
article.post.link .post-content a:hover .link-inner,
article.format-status .post-content:hover .status-inner {
  background-color: #333333!important;
}
article.post .nectar-love-wrap {
  visibility: hidden;
}
article.post .post-meta a {
  color: #888888;
}
#post-area:not(.masonry) article.post .post-content .post-meta a.nectar-love {
  left: -2px;
  position: relative;
}
article.post .post-meta a:hover {
  color: #27CFC3;
}
article.post h2.title {
  margin-bottom: 2px;
}
article.post .post-meta {
  display: block;
  margin-bottom: 20px;
  border-right: 1px solid #E6E6E6;
}
article.post .post-meta.no-img {
  top: 6px;
}
article.post .content-inner .post-featured-img img {
  max-width: none;
  margin-bottom: 15px!important;
  width: 100%;
}
.single article.post .content-inner .post-featured-img img {
  margin-bottom: 25px!important;
}
article.post .post-meta .date {
  font-size: 12px;
  padding-bottom: 2px;
  margin-bottom: 12px;
  position: relative;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
}
article.post .post-meta .month,
article.post .post-meta .year {
  display: block;
  font-size: 17px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0px;
  font-family: 'OpenSansSemiBold';
}
article.post .post-meta .year {
  margin-top: 5px;
}
article.post .post-meta .day {
  display: block;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  padding: 0px 12px 0px 12px;
  font-family: 'OpenSansBold';
  text-transform: uppercase;
}
article.post .post-meta .date {
  padding-bottom: 17px;
  border-bottom: 1px solid #E6E6E6;
}
article.post.video .video-wrap,
.single-portfolio .video-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  margin-bottom: 15px;
}
article.post.video .video-wrap iframe,
.single-portfolio .video-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
article.post.video .mejs-container {
  margin-bottom: 15px;
}
.single article.post.video .mejs-container {
  margin-bottom: 25px;
}
article.post.audio .audio-wrap,
.main-content .audio-wrap {
  margin-bottom: 15px;
}
article.post .gallery-slider .gallery,
article.post .gallery-slider .jetpack-slideshow {
  display: none;
}
article.post table {
  width: 100%;
}
article.post table td,
article.post table th {
  text-align: center;
}
article.post table tbody td {
  padding: 5px;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  color: #676767;
}
article.post table tbody tr td:first-child {
  border-left: 1px solid #E6E6E6;
}
article.post table th {
  border-bottom: 1px solid #E6E6E6;
  color: #676767;
}
article.post table #prev {
  text-align: left;
  position: relative;
  z-index: 2;
}
article.post table #next {
  text-align: right;
  position: relative;
  z-index: 2;
}
.article.post caption {
  position: absolute;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  text-align: center;
}
p > a > i.icon-3x {
  margin-bottom: 0px!important;
}
#pagination {
  position: relative;
  margin-bottom: 10px;
  height: 32px;
  width: 100%;
}
#pagination.fw-pagination {
  text-align: center;
  height: auto;
  padding: 10px 0px 50px 0px;
  margin-bottom: 0px!important;
}
#pagination.fw-pagination.alt-style-padding {
  padding: 50px 0px;
}
#pagination.fw-pagination > div {
  float: none;
  display: inline-block;
}
.page-template-template-portfolio-php #pagination {
  margin-bottom: 30px;
}
#pagination.infinite_scroll {
  display: none;
}
#pagination span,
#pagination a,
#pagination .next.inactive,
#pagination .prev.inactive,
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span {
  background-color: #333333!important;
  background-repeat: no-repeat;
  color: #FFFFFF !important;
  cursor: pointer;
  display: inline-block;
  padding: 11px 13px 10px 13px!important;
  background-position: -21px center;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 0.2s linear 0s;
          transition: all 0.2s linear 0s;
  border-radius: 2px 2px 2px 2px;
  font-family: 'OpenSansSemibold';
}
.woocommerce nav.woocommerce-pagination ul li a,
.woocommerce .container-wrap nav.woocommerce-pagination ul li span {
  line-height: 11px!important;
}
#pagination > div {
  float: left;
  margin: 0px 5px 0px 0px;
}
#pagination > div:first-child {
  margin-left: 0px;
}
#pagination .next a:hover,
#pagination .prev a:hover,
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.woocommerce .container-wrap nav.woocommerce-pagination ul li:hover span,
.woocommerce nav.woocommerce-pagination ul li a:active {
  background-color: #27CFC3;
}
.woocommerce nav.woocommerce-pagination ul {
  border-bottom: 0px!important;
}
#pagination span {
  cursor: default;
}
#pagination a,
#pagination span {
  display: inline-block;
}
#pagination .next a,
#pagination .next.inactive,
#pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat !important;
}
#pagination .prev a,
#pagination .prev.inactive,
#pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
  text-indent: -9999px;
  height: 32px;
  width: 32px;
  background-repeat: no-repeat !important;
}
#pagination a.page-numbers,
#pagination span.page-numbers {
  font-size: 12px;
  line-height: 11px;
}
#pagination .next.inactive,
#pagination .prev.inactive {
  background-color: #eae8e5;
  cursor: default!important;
  height: 32px;
  width: 32px;
  margin: 0px 5px 0px 0px;
}
#pagination .next a,
#pagination .next.inactive,
#pagination .page-numbers.next,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
  background-image: url("../img/icons/portfolio-arrows.png");
  background-position: -20px 12px;
}
#pagination .prev a,
#pagination .prev.inactive,
#pagination .page-numbers.prev,
.woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
  background-image: url("../img/icons/portfolio-arrows.png");
  background-position: 13px 12px;
}
@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi) {
  #pagination .next a,
  #pagination .next.inactive,
  #pagination .page-numbers.next,
  .woocommerce nav.woocommerce-pagination ul li .page-numbers.next {
    background-image: url("../img/icons/portfolio-arrows@2x.png") !important;
    background-size: 40px 9px!important;
  }
  #pagination .prev a,
  #pagination .prev.inactive,
  #pagination .page-numbers.prev,
  .woocommerce nav.woocommerce-pagination ul li .page-numbers.prev {
    background-image: url("../img/icons/portfolio-arrows@2x.png") !important;
    background-size: 40px 9px!important;
  }
}
#author-bio {
  padding-bottom: 50px;
  margin-bottom: 50px;
  min-height: 80px;
  box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  -o-box-sizing: content-box !important;
  -webkit-box-sizing: content-box !important;
  border-bottom: 1px solid #DDDDDD;
  position: relative;
}
#author-bio #author-info {
  width: 100%;
  padding-left: 105px;
}
#author-bio img {
  width: 80px;
  height: 80px;
  margin-bottom: 0px;
  position: absolute;
  left: 0;
  top: 0;
}
#author-bio .clear {
  padding-bottom: 0px;
}
.single #post-area.span_12 #author-info {
  width: 992px;
}
/****************************** NECTAR LOVE **************************/
.nectar-love-wrap {
  width: 72px;
  line-height: 19px;
}
.nectar-love {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  height: 13px;
  width: auto;
  color: inherit!important;
  line-height: 11px;
  font-size: 14px;
  display: inline-block;
}
.nectar-love span {
  font-family: 'OpenSansRegular' !important;
  color: inherit;
  font-size: 12px!important;
  line-height: 12px!important;
  padding-left: 0px!important;
  display: inline-block !important;
}
.nectar-love:hover i,
.nectar-love.loved i {
  color: #27CFC3;
}
/*-------------------------------------------------------------------------*/
/*	10.	Comment Styles
/*-------------------------------------------------------------------------*/
#respond {
  background-color: transparent!important;
  box-shadow: none!important;
  padding: 0px!important;
}
#respond > p,
#respond p.comment-notes,
p.logged-in-as {
  margin-bottom: 10px;
}
p.logged-in-as {
  padding-bottom: 0px;
}
body .comment-list {
  margin-bottom: 40px!important;
  margin-left: 0px;
}
.comment-list li {
  list-style: none!important;
}
.comment-list li.comment > div,
.comment-list li.pingback > div {
  background-color: #ffffff;
  margin: 0;
  overflow: hidden;
  padding: 25px;
  margin-top: 2em;
  position: relative;
  padding-left: 116px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.17);
}
.comment-list .children {
  margin-left: 0px!important;
  padding-left: 40px;
  border-left: 1px solid #ddd;
  background-repeat: no-repeat;
  background-position: left 20px;
  background-image: url(../img/icons/comment-children-line.jpg);
}
.comment-list li.comment > div img.avatar,
.comment-list li.pingback > div img.avatar {
  position: absolute;
  left: 29px;
  top: 29px;
  width: 60px;
  height: 60px;
}
.comment-list .reply {
  position: absolute;
  top: 29px;
  right: 29px;
}
.comment-list .reply a {
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  color: #FFFFFF;
  cursor: pointer;
  padding: 3px 7px;
  font-size: 11px;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
  background-color: #333333;
}
.comment-list .comment-author {
  color: #333;
  font-family: 'OpenSansSemibold';
}
.comment-list .comment-meta {
  font-size: 11px;
  line-height: 15px;
}
.comment-list .comment-meta a {
  color: #888;
}
.comment-list .comment-meta a:hover {
  color: #27CFC3;
}
.comment-list .reply a:hover {
  background-color: #27CFC3;
}
.comment-list li.comment > div p,
.comment-list li.pingback > div p {
  padding-bottom: 0px;
  margin-top: 10px;
}
#respond h3 .cancel-comment-reply,
#respond #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 10px;
  padding-left: 10px;
  position: relative;
  border-left: 1px solid #dddddd;
}
#respond h3,
h3#comments {
  font-family: 'openSansSemiBold';
  text-transform: none;
  letter-spacing: -0.5px;
}
.comment-author a {
  color: inherit;
}
/*-------------------------------------------------------------------------*/
/*	11.	General Form Styles
/*-------------------------------------------------------------------------*/
input[type=text],
textarea,
input[type=email],
input[type=password],
input[type=tel],
input[type=url],
input[type=search],
input[type=date] {
  padding: 10px!important;
  width: 100%;
  border: 0px;
  border-bottom: 1px solid #fff;
  font-family: 'OpenSansRegular';
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #efefef;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.09) inset;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
input[type=text]:focus,
textarea:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=url]:focus,
input[type=date]:focus {
  background-color: #ebebeb;
}
input[type=submit],
button[type=submit] {
  background-color: #333333;
  padding: 7px 11px;
  border: none;
  color: #fff;
  cursor: pointer;
  transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -webkit-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  width: auto;
  font-size: 12px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -o-border-radius: 2px;
}
input[type=submit]:hover,
button[type=submit]:hover {
  background-color: #27CFC3;
}
select {
  padding: 10px!important;
  width: 100%;
  border: 0px!important;
  border: none!important;
  font-family: 'OpenSansRegular';
  font-size: 12px;
  line-height: 22px;
  color: #555;
  background-color: #fff;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.16) !important;
  transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
}
textarea {
  max-width: 100%;
}
label span {
  color: #27CFC3;
}
/******** CUSTOM ICONS ********/
@font-face {
  font-family: 'icomoon';
  src: url('fonts/icomoon.eot');
  src: url('fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('fonts/icomoon.woff') format('woff'), url('fonts/icomoon.ttf') format('truetype'), url('fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[data-icon]:before {
  font-family: 'icomoon' !important;
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-salient-x,
.icon-salient-search,
.icon-salient-right-arrow,
.icon-salient-left-arrow,
.icon-salient-right-line,
.icon-salient-back-to-all,
.icon-salient-left-arrow-thin,
.icon-salient-right-arrow-thin,
.icon-salient-down-arrow-thin,
.icon-salient-down-arrow,
.icon-salient-google-plus,
.icon-salient-facebook,
.icon-salient-twitter,
.icon-salient-pinterest,
.icon-salient-heart,
.icon-salient-heart-2,
.icon-salient-plus,
.icon-salient-cart,
.icon-salient-pencil,
.icon-be,
.icon-vimeo,
.icon-soundcloud,
.icon-button-arrow,
.icon-salient-thin-line,
.icon-salient-spotify {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
}
.icon-salient-x:before {
  content: "\e003";
}
.icon-salient-search:before {
  content: "\e002";
}
.icon-salient-right-arrow:before {
  content: "\e000";
}
.icon-salient-left-arrow:before {
  content: "\e001";
}
.icon-salient-right-line:before {
  content: "\e004";
}
.icon-salient-back-to-all:before {
  content: "\e005";
}
.icon-salient-right-arrow-thin:before {
  content: "\e006";
}
.icon-salient-left-arrow-thin:before {
  content: "\e007";
}
.icon-salient-down-arrow-thin:before {
  content: "\e00c";
}
.icon-salient-down-arrow:before {
  content: "\e008";
}
.icon-salient-google-plus:before {
  content: "\e009";
}
.icon-salient-facebook:before {
  content: "\e00a";
}
.icon-salient-twitter:before {
  content: "\e00b";
}
.icon-salient-pinterest:before {
  content: "\e00d";
}
.icon-salient-heart:before {
  content: "\e00e";
}
.icon-salient-heart-2:before {
  content: "\e00f";
}
.icon-salient-plus:before {
  content: "\e010";
}
.icon-salient-cart:before {
  content: "\e012";
}
.icon-salient-pencil:before {
  content: "\e011";
}
.icon-be:before {
  content: "\e013";
}
.icon-vimeo:before {
  content: "\e014";
}
.icon-soundcloud:before {
  content: "\e600";
}
.icon-button-arrow:before {
  content: "\e601";
}
.icon-salient-thin-line:before {
  content: "\e602";
}
.icon-salient-spotify:before {
  content: "\f1bc";
}
.chevron::before {
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: '';
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: relative;
  top: 0.32em;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  vertical-align: top;
  width: 0.45em;
}
.chevron-right:before {
  left: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.chevron-bottom:before {
  top: 0;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.chevron-left:before {
  left: 0.25em;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license - http://opensource.org/licenses/MIT

Copyright (c) 2014 Daniel Eden
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}
@-webkit-keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
@keyframes bounce {
  0%,
  20%,
  53%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  40%,
  43% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -30px, 0);
    transform: translate3d(0, -30px, 0);
  }
  70% {
    -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
    transform: translate3d(0, -4px, 0);
  }
}
.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
  -webkit-transform-origin: center bottom;
  -ms-transform-origin: center bottom;
  transform-origin: center bottom;
}
@-webkit-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;
  animation-name: flash;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}
@-webkit-keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.rubberBand {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
}
@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
@keyframes shake {
  0%,
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
}
.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}
@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
@keyframes swing {
  20% {
    -webkit-transform: rotate3d(0, 0, 1, 15deg);
    transform: rotate3d(0, 0, 1, 15deg);
  }
  40% {
    -webkit-transform: rotate3d(0, 0, 1, -10deg);
    transform: rotate3d(0, 0, 1, -10deg);
  }
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 5deg);
    transform: rotate3d(0, 0, 1, 5deg);
  }
  80% {
    -webkit-transform: rotate3d(0, 0, 1, -5deg);
    transform: rotate3d(0, 0, 1, -5deg);
  }
  100% {
    -webkit-transform: rotate3d(0, 0, 1, 0deg);
    transform: rotate3d(0, 0, 1, 0deg);
  }
}
.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}
@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes tada {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  10%,
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }
  40%,
  60%,
  80% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes wobble {
  0% {
    -webkit-transform: none;
    transform: none;
  }
  15% {
    -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }
  30% {
    -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }
  45% {
    -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }
  60% {
    -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }
  75% {
    -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}
@-webkit-keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
@keyframes bounceIn {
  0%,
  20%,
  40%,
  60%,
  80%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }
  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }
  100% {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInDown {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}
@-webkit-keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInLeft {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
    transform: translate3d(25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(-10px, 0, 0);
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}
@-webkit-keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes bounceInRight {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    -webkit-transform: translate3d(10px, 0, 0);
    transform: translate3d(10px, 0, 0);
  }
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }
  100% {
    -webkit-transform: none;
    transform: none;
  }
}
.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}
@-webkit-keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  0%,
  60%,
  75%,
  90%,
  100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}
@-webkit-keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
@keyframes bounceOut {
  20% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }
  50%,
  55% {
    opacity: 1;
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
}
.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes bounceOutDown {
  20% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}
@-webkit-keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(20px, 0, 0);
    transform: translate3d(20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}
@-webkit-keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes bounceOutRight {
  20% {
    opacity: 1;
    -webkit-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}
@-webkit-keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }
  40%,
  45% {
    opacity: 1;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}
@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}
@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}
@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}
@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
}
.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}
@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 2000px, 0);
    transform: translate3d(0, 2000px, 0);
  }
}
.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}
@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
}
.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}
@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(-2000px, 0, 0);
    transform: translate3d(-2000px, 0, 0);
  }
}
.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}
@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
}
.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}
@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(2000px, 0, 0);
    transform: translate3d(2000px, 0, 0);
  }
}
.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}
@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
}
.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}
@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -2000px, 0);
    transform: translate3d(0, -2000px, 0);
  }
}
.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}
@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  40% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }
  50% {
    -webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  80% {
    -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}
.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}
@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}
@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
  }
  60% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }
  100% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
}
.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}
@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}
.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}
@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px);
    transform: perspective(400px);
  }
  30% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}
.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
  -webkit-animation-duration: .75s;
  animation-duration: .75s;
}
@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }
  60% {
    -webkit-transform: skewX(20deg);
    transform: skewX(20deg);
    opacity: 1;
  }
  80% {
    -webkit-transform: skewX(-5deg);
    transform: skewX(-5deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}
@-webkit-keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}
.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}
@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, -200deg);
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}
@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}
@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}
@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}
@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -90deg);
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: none;
    transform: none;
    opacity: 1;
  }
}
.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}
@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: rotate3d(0, 0, 1, 200deg);
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}
.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}
@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, 45deg);
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }
}
.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}
@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}
@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate3d(0, 0, 1, -45deg);
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}
.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}
@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    opacity: 1;
  }
  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate3d(0, 0, 1, 90deg);
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}
.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}
@-webkit-keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
@keyframes hinge {
  0% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  20%,
  60% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg);
    transform: rotate3d(0, 0, 1, 80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  40%,
  80% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg);
    transform: rotate3d(0, 0, 1, 60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 700px, 0);
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}
.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}
/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
@keyframes rollOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}
.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInDown {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInDown {
  -webkit-animation-name: zoomInDown;
  animation-name: zoomInDown;
}
@-webkit-keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInLeft {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInLeft {
  -webkit-animation-name: zoomInLeft;
  animation-name: zoomInLeft;
}
@-webkit-keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInRight {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInRight {
  -webkit-animation-name: zoomInRight;
  animation-name: zoomInRight;
}
@-webkit-keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomInUp {
  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  60% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomInUp {
  -webkit-animation-name: zoomInUp;
  animation-name: zoomInUp;
}
@-webkit-keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  100% {
    opacity: 0;
  }
}
.zoomOut {
  -webkit-animation-name: zoomOut;
  animation-name: zoomOut;
}
@-webkit-keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutDown {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutDown {
  -webkit-animation-name: zoomOutDown;
  animation-name: zoomOutDown;
}
@-webkit-keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    -webkit-transform-origin: left center;
    transform-origin: left center;
  }
}
.zoomOutLeft {
  -webkit-animation-name: zoomOutLeft;
  animation-name: zoomOutLeft;
}
@-webkit-keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
@keyframes zoomOutRight {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
    transform: scale(0.1) translate3d(2000px, 0, 0);
    -webkit-transform-origin: right center;
    transform-origin: right center;
  }
}
.zoomOutRight {
  -webkit-animation-name: zoomOutRight;
  animation-name: zoomOutRight;
}
@-webkit-keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
@keyframes zoomOutUp {
  40% {
    opacity: 1;
    -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }
  100% {
    opacity: 0;
    -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
    -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}
.zoomOutUp {
  -webkit-animation-name: zoomOutUp;
  animation-name: zoomOutUp;
}
@-webkit-keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@-webkit-keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInLeft {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}
@-webkit-keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes slideInRight {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}
@-webkit-keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes slideInUp {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    visibility: visible;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
}
.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}
@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
}
.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}
body {
  position: relative;
}
.container-wrap {
  background-color: #000;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'DidotLTStd-Roman' !important;
  font-weight: normal !important;
  font-style: normal !important;
}
#header-space,
#header-outer {
  height: 40px;
}
#header-outer {
  padding-top: 0 !important;
  background-color: #383839 !important;
  background-color: rgba(17, 17, 17, 0.78) !important;
  -webkit-transition: background-color 450ms ease;
          transition: background-color 450ms ease;
}
#header-outer.scrolled {
  background-color: #9584a2 !important;
  background-color: rgba(176, 155, 192, 0.83) !important;
}
#header-outer.scrolled header#top #logo img {
  opacity: 1;
}
#header-outer.scrolled a,
#header-outer.scrolled i,
#header-outer.scrolled .info-social .info {
  color: #242426;
}
#header-outer.scrolled ul li a:hover {
  color: #fff !important;
}
#header-outer div.nav {
  height: 100%;
}
#header-outer nav {
  font-family: "Helvetica Neue", Helvetica, Arial, san-serif;
  text-align: center;
  height: 100%;
}
#header-outer ul {
  display: inline-block;
  float: none !important;
  font-weight: 900;
  text-transform: uppercase;
  height: 100%;
}
#header-outer ul li {
  height: 100%;
}
#header-outer ul li#search-btn {
  display: none;
}
#header-outer ul li a {
  height: 100%;
  padding: 0 18px 0 18px;
  line-height: 40px;
  font-size: 14px;
}
#header-outer ul li a:hover {
  color: #9584a2 !important;
}
#header-outer ul li.active a {
  color: #fff;
}
#header-outer a {
  color: #fff;
}
#header-outer .info-social {
  position: absolute;
  top: 0;
  right: 30px;
  height: 100%;
}
#header-outer .info-social .info,
#header-outer .info-social .social {
  float: left;
}
#header-outer .info-social .info {
  padding-right: 30px;
  height: 100%;
  line-height: 45px;
  font-size: 18px;
  color: #fff;
  text-transform: uppercase;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
}
#header-outer .info-social li {
  float: left;
}
#header-outer .info-social a {
  padding: 0;
  line-height: 45px;
}
#header-outer .info-social i {
  background: none;
  width: 28px;
  -webkit-transition: color 0.2s linear;
          transition: color 0.2s linear;
}
@media only screen and (max-width: 1200px) and (min-width: 1px) {
  #header-outer .info-social {
    display: none;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #header-outer {
    height: 60px;
    background-color: #7e5c92 !important;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #header-outer {
    height: 30px;
  }
}
header#top {
  width: 100%;
  height: 100%;
}
header#top .logo {
  position: absolute;
  top: 10px;
  left: 30px;
}
header#top .logo img {
  width: 390px;
  height: 20px !important;
  opacity: 0;
  -webkit-transition: opacity 450ms ease;
          transition: opacity 450ms ease;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  header#top .logo img {
    opacity: 1;
    width: 47% !important;
    height: auto !important;
    max-width: 309px !important;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  header#top .logo {
    top: 20px;
    left: 20px;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  header#top .logo {
    top: 10px;
    left: 10px;
  }
}
header#top #toggle-nav i {
  width: 24px;
  height: 20px;
  font-size: 28px;
  color: #343537;
}
header#top #toggle-nav i:before {
  position: absolute;
  top: -3px;
  left: 0;
  line-height: 1;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  header#top #toggle-nav i {
    width: 12px;
    height: 10px;
    font-size: 14px;
  }
  header#top #toggle-nav i:before {
    top: -2px;
  }
}
header#top nav > ul {
  height: 100%;
}
header#top nav > ul > li {
  height: 100%;
}
header#top nav > ul > li.social-icon a {
  height: 100%;
  line-height: 40px;
  padding-top: 25px !important;
}
header#top nav > ul > li.social-icon a img {
  margin-bottom: 0;
}
header#top #toggle-nav {
  position: absolute;
  right: 0;
  top: 0;
  display: none;
  width: 60px;
  height: 60px;
  padding: 22px 15px 0 0;
  text-align: right;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  header#top #toggle-nav {
    width: 30px;
    height: 30px;
    padding: 6px 7px 0 0;
  }
}
#mobile-menu {
  position: fixed;
  width: 100%;
  top: 60px;
  background: #191919;
  font-family: "Helvetica Neue", Helvetica, Arial, san-serif;
  text-transform: uppercase;
  font-weight: bold;
}
#mobile-menu .container {
  max-width: none !important;
  padding: 0 20px;
}
#mobile-menu ul li a {
  border-bottom: 3px solid #2a2a2a;
  font-size: 16px;
  color: #fff;
}
#mobile-menu ul li.active a {
  color: #7e5c92;
}
#mobile-menu ul li:last-child a {
  border-bottom: none;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #mobile-menu {
    top: 30px;
  }
  #mobile-menu .container {
    padding: 0 10px;
  }
  #mobile-menu ul li a {
    padding: 8px 0 !important;
    border-bottom: 1.5px solid #2a2a2a;
    font-size: 12px;
  }
}
#mobile-search {
  display: none;
}
#footer-outer #copyright .container .row .col img {
  margin-bottom: 0;
}
@media only screen and (max-width: 1024px) and (min-width: 690px) {
  #footer-outer #copyright .col {
    width: 100% !important;
  }
  #footer-outer #copyright .col img {
    margin-bottom: 0;
  }
}
.wpb_row {
  margin-bottom: 0;
}
.synopsis .synopsis-text {
  font-size: 22px;
  color: #fefffe;
  line-height: 40px;
}
body[data-bg-header="true"] .container-wrap,
body.single-portfolio .container-wrap,
body.page-template-template-portfolio-php .container-wrap,
body.tax-project-type .container-wrap {
  padding-bottom: 0;
}
/**
 * Title/Splash
 */
#splash .container {
  width: 100%;
  height: 100%;
  max-width: none !important;
}
#splash .container .content {
  padding: 0 !important;
  position: initial !important;
}
#splash .video-texture {
  display: none;
}
#splash .swiper-slide {
  background-position: right center;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #splash .swiper-slide {
    background-position: center center;
  }
}
#splash .stars {
  position: absolute;
  top: 84px;
  right: 74px;
  z-index: 1;
  color: #2c322c;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #splash .stars {
    width: 100%;
    top: 112px;
    right: 0;
    color: #7e5b91;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #splash .stars {
    top: 52px;
  }
}
#splash .stars .star {
  float: right;
  text-align: center;
}
#splash .stars .star span {
  display: block;
  text-transform: uppercase;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #splash .stars .star {
    margin: 0 20px 0 0;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #splash .stars .star {
    margin: 0 10px 0 0;
  }
}
#splash .stars .star:last-child {
  padding-right: 50px;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #splash .stars .star:last-child {
    float: left;
    padding: 0;
    margin: 0 0 0 20px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #splash .stars .star:last-child {
    margin: 0 0 0 10px;
  }
}
#splash .stars .star .title {
  display: none;
  font-size: 13px;
  margin: 0 0 6px 0;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #splash .stars .star .title {
    font-size: 6px;
    margin: 0 0 -2px 0;
    line-height: 1;
  }
}
#splash .stars .star .name {
  font-size: 38px;
  margin: 0;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #splash .stars .star .name {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1025px) {
  #splash .content-ctn {
    position: absolute;
    right: 75px;
    bottom: 9%;
    width: 100%;
    text-align: right;
  }
}
#splash .logo-block > img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 1024px) {
  #splash .logo-block {
    display: inline-block;
    width: 425px;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 948px) {
  #splash .logo-block {
    width: 425px;
    text-align: right;
  }
  #splash .logo-block .logo-svg {
    width: 235px;
    display: inline-block;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
  #splash .logo-block {
    position: absolute;
    right: 3%;
    bottom: 27%;
    width: 35%;
  }
}
@media only screen and (max-width: 767px) and (min-width: 1px) {
  #splash .logo-svg {
    position: absolute;
    width: 30% !important;
    right: 3%;
    bottom: 21%;
  }
}
#splash .carousel.clients {
  margin-top: 0 !important;
}
#splash .carousel.clients > div {
  margin: 0 !important;
}
#splash .carousel.clients > div img {
  width: 100%;
  height: auto;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #splash .splash-carousel-ctn {
    width: 60%;
  }
}
#splash .logo-block .caroufredsel_wrapper {
  margin-bottom: 110px !important;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #splash .logo-block .caroufredsel_wrapper {
    margin-bottom: 20px !important;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #splash .logo-block .caroufredsel_wrapper {
    position: absolute !important;
    top: 20% !important;
    left: 50% !important;
    width: 60% !important;
    -webkit-transform: translateX(-59%);
        -ms-transform: translateX(-59%);
            transform: translateX(-59%);
  }
}
@media only screen and (min-device-width: 320px) and (max-device-width: 568px) and (orientation: landscape) {
  #splash .logo-block .caroufredsel_wrapper {
    display: none;
  }
}
@media only screen and (min-width: 1025px) and (max-height: 948px) {
  #splash .logo-block .caroufredsel_wrapper {
    margin-bottom: 60px !important;
  }
}
#splash a.scroll-down {
  display: block;
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -32px;
  -webkit-animation-name: bounce;
          animation-name: bounce;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
  -webkit-animation-iteration-count: 3;
          animation-iteration-count: 3;
}
@media only screen and (max-width: 1600px) and (min-width: 1px) {
  #splash a.scroll-down {
    bottom: 40px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #splash a.scroll-down {
    bottom: 40px;
    display: none;
  }
}
#splash i {
  font-size: 89px;
  color: #b29dc1;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #splash i {
    font-size: 70px;
  }
}
#splash i:before {
  left: initial;
}
#splash .tickets-ctn {
  position: relative;
  height: 191px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  #splash .tickets-ctn {
    position: absolute;
    right: 3%;
    bottom: 4%;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #splash .tickets-ctn {
    width: 100%;
  }
}
#splash .btn-ctn {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (max-width: 640px) {
  #splash .btn-ctn {
    width: 100%;
  }
}
#splash .purchase-info {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 65px;
  text-align: right;
  font-family: 'DidotLTStd-Bold';
  color: #606060;
  font-size: 22px;
  line-height: 24px;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #splash .purchase-info {
    bottom: 40px;
    font-size: 12px;
    line-height: 1;
  }
}
#splash .tickets {
  display: inline-block;
  width: 170px;
  height: 50px;
  margin: 0 21px 0 0;
  background-color: #b09bc0;
  -webkit-transition: background-color 0.1s linear;
          transition: background-color 0.1s linear;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Neue", Helvetica, Arial, san-serif;
  font-weight: bold;
}
#splash .tickets:last-child {
  margin: 0;
}
#splash .tickets:hover {
  background-color: #383838;
}
#splash .tickets span {
  letter-spacing: 2px;
}
#splash .tickets span.pre {
  display: block;
  line-height: normal;
  font-size: 11px;
  letter-spacing: 1px;
  margin-top: 8px;
}
@media only screen and (max-width: 640px) {
  #splash .tickets span.pre {
    font-size: 7px;
    margin-top: 4px;
  }
}
@media only screen and (max-width: 640px) {
  #splash .tickets {
    width: 34%;
    height: 30px;
    line-height: 1;
    font-size: 10px;
  }
}
@media only screen and (min-width: 1025px) {
  #splash .nectar-slider-wrap,
  #splash .swiper-container,
  #splash .swiper-wrapper,
  #splash .swiper-slide {
    min-height: 770px !important;
  }
}
#acclaim {
  background: none !important;
}
#acclaim > .col > .column_container {
  padding: 0;
}
#acclaim .carousel-heading {
  height: 136px;
  max-height: 136px;
  padding: 0;
  margin: 0;
  background: #000;
  border-bottom: 1px solid #b09ac0;
}
#acclaim .carousel-heading h2 {
  line-height: initial;
  font-size: 55px;
  color: #a8a591;
  text-transform: uppercase !important;
}
#acclaim .caroufredsel_wrapper {
  position: relative !important;
  height: 540px !important;
  top: initial !important;
  bottom: auto !important;
  background: url('../img/press-bg.jpg') no-repeat center bottom;
  background-size: cover;
}
#acclaim .caroufredsel_wrapper .carousel {
  position: relative !important;
  top: 50% !important;
}
@media only screen and (max-width: 1600px) and (min-width: 1px) {
  #acclaim .caroufredsel_wrapper .carousel > div {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #acclaim .caroufredsel_wrapper {
    height: 426px !important;
  }
  #acclaim .caroufredsel_wrapper .carousel > div {
    padding: 0 25px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #acclaim .caroufredsel_wrapper {
    height: 250px !important;
  }
}
.quotes {
  background-size: cover;
}
.quotes .column_container {
  background-color: none !important;
}
#synopsis > .col {
  height: 600px;
  background-image: url('../img/synopsis-bg.jpg') !important;
  background-position: center bottom;
  background-size: cover;
  display: table;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #synopsis > .col {
    height: auto;
    padding: 100px 0 50px 0;
  }
  #synopsis > .col p {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #synopsis > .col {
    padding: 50px 0 25px 0;
  }
  #synopsis > .col p {
    font-size: 12px;
    line-height: 18px;
    padding: 0 20px;
  }
}
#synopsis > .col > div {
  display: table-cell;
  vertical-align: middle;
  float: none;
}
#synopsis .carousel-heading {
  height: 136px;
  max-height: 136px;
  padding: 0;
  margin: 0;
  background: #000;
  text-align: center;
}
#synopsis .carousel-heading h2 {
  line-height: initial;
  font-size: 55px;
  color: #a8a591;
  text-transform: uppercase !important;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #synopsis .synopsis-image {
    display: none;
  }
}
#synopsis .synopsis-svg {
  display: none;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #synopsis .synopsis-svg {
    display: block;
    margin-bottom: 25px;
    width: 378px;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #synopsis .synopsis-svg {
    display: inline-block;
    margin-bottom: 12px;
    width: 63%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #synopsis .logo-wrap {
    text-align: center;
  }
}
#synopsis .synopsis-text p {
  padding-left: 40px;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #synopsis .synopsis-text p {
    padding: 0;
  }
}
#media .carousel-heading {
  height: 136px;
  max-height: 136px;
  padding: 0;
  background: #000;
}
#media .carousel-heading h2 {
  line-height: initial;
  font-size: 55px;
  color: #a8a591;
  text-transform: uppercase !important;
}
#media .portfolio-items .work-item.style-3 p {
  display: none;
}
#media .portfolio-items .work-item.style-3 h3 {
  font-size: 26px;
}
#media .portfolio-items .work-item.style-3 h3 span {
  display: inline;
  width: auto;
  height: auto;
  opacity: 1 !important;
  position: initial;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #media .portfolio-items .work-item.style-3 h3 {
    font-size: 18px;
  }
  #media .portfolio-items .work-item.style-3 h3 span {
    display: block;
    width: 100%;
    line-height: 20px;
    text-align: center;
  }
}
#media .icon-play {
  opacity: 1 !important;
  background: none;
  font-size: 18px;
  border: 2px solid #fff;
}
#media .icon-play:before {
  position: relative;
  top: -1px;
  left: 2px;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #media .vert-center {
    padding-top: 0 !important;
    margin-top: 50% !important;
  }
}
#cast .carousel-heading {
  height: 136px;
  max-height: 136px;
  padding: 0;
  background: #000;
}
#cast .carousel-heading h2 {
  line-height: initial;
  font-size: 55px;
  color: #a8a591;
  text-transform: uppercase !important;
}
#cast .caroufredsel_wrapper {
  padding: 0 !important;
}
#cast ul.carousel {
  position: relative !important;
  width: 100% !important;
  margin: 0 !important;
  opacity: 1 !important;
}
#cast .carousel li {
  margin: 0 !important;
  width: 20% !important;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #cast .carousel li {
    width: 100% !important;
    height: 100%;
    position: relative;
    overflow: hidden;
  }
  #cast .carousel li:before {
    content: "";
    display: block;
    padding-top: 100%;
  }
  #cast .carousel li > div {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }
  #cast .carousel li .wpb_wrapper,
  #cast .carousel li .work-item {
    height: 100%;
  }
}
#cast .col img {
  width: 100%;
  height: auto;
}
#cast .portfolio-items .work-item.style-3 {
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #cast .portfolio-items .work-item.style-3 > img {
    opacity: 0;
  }
}
@media only screen and (min-width: 1025px) {
  #cast .portfolio-items .work-item.style-3 {
    background-image: none !important;
  }
}
#cast .portfolio-items .work-item.style-3 p {
  display: none;
}
#cast .portfolio-items .work-item.style-3 h3 {
  font-size: 26px;
}
#cast .carousel-control {
  display: none !important;
}
#cast .cast-info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 20%;
  text-transform: uppercase;
  background: #000;
  background: rgba(0, 0, 0, 0.68);
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #cast .cast-info {
    height: 30%;
  }
}
#cast .cast-info > div {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
#cast .cast-info img {
  width: 100%;
  height: auto;
}
#crew .carousel-heading {
  height: 136px;
  max-height: 136px;
  padding: 0;
  background: #000;
}
#crew .carousel-heading h2 {
  line-height: initial;
  font-size: 55px;
  color: #a8a591;
  text-transform: uppercase !important;
}
#crew .caroufredsel_wrapper {
  padding: 0 !important;
  height: auto !important;
  background-image: url('../img/crew-bg.jpg') !important;
  background-position: center bottom;
  background-size: cover;
  border-bottom: 3px solid #b09ac0;
}
#crew ul.carousel {
  position: relative !important;
  margin: 0 !important;
  opacity: 1 !important;
}
#crew ul.carousel li {
  margin: 0 !important;
}
.crew-item {
  padding: 118px 18% 140px 18%;
  margin: 0;
  color: #fff;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  .crew-item {
    padding: 59px 15% 70px 15%;
  }
}
.crew-item .title,
.crew-item .name {
  text-transform: uppercase;
  text-align: right;
}
.crew-item .title {
  margin-bottom: 6px;
  font-size: 20px;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  .crew-item .title {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 1;
  }
}
.crew-item .name {
  margin-top: -8px;
  margin-bottom: 26px;
  font-size: 35px;
  line-height: 35px;
  color: #b19bc0;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  .crew-item .name {
    margin-bottom: 5px;
    font-size: 19px;
    line-height: 19px;
    margin-top: 0;
  }
}
.crew-item .bio {
  font-size: 16px;
  text-align: justify;
  line-height: 28px;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  .crew-item .bio {
    font-size: 12px;
    line-height: 18px;
  }
}
.crew-item a.pp-inline {
  cursor: pointer;
  color: #9584a2;
  white-space: nowrap;
}
#pp_full_res .pp_inline .crew-item {
  padding: 5% 5%;
  background: #000;
}
#pp_full_res .pp_inline .crew-item p {
  display: block;
}
#pp_full_res .pp_inline .crew-item .bio > p:last-child {
  padding-bottom: 0;
}
.interstitial img {
  display: block;
  width: 100%;
  height: auto;
}
.interstitial#interstitial-2 {
  border-bottom: 1px solid #b09ac0;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .interstitial {
    display: none;
  }
}
#footer-outer {
  padding: 90px 0 190px 0;
  background-color: #000 !important;
  background-image: url('../img/footer-bg.png');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}
#footer-outer img.billing-block {
  opacity: 0.42;
}
#footer-outer .takepart {
  font-family: 'Helvetica Neue', Helvetica, Arial, san-serif;
  font-weight: 900;
  font-size: 14px;
  text-align: right;
}
#footer-outer .takepart a {
  color: #b09ac0 !important;
}
#footer-outer .takepart a:hover {
  color: #fff !important;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #footer-outer .takepart {
    font-size: 100%;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  #footer-outer {
    padding: 60px 0 170px 0;
    background-size: 300% auto;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  #footer-outer {
    padding: 30px 0 85px 0;
    background-size: 400% auto;
  }
}
body .carousel-heading .container {
  padding-top: 37px;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  body .carousel-heading .container {
    padding-top: 27px;
  }
}
.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  z-index: 100;
  display: block;
  width: 66px;
  height: 96px;
  margin: 0;
  padding: 0;
  top: 54%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50% 0 0 50%;
}
.carousel-control-prev i,
.carousel-control-next i {
  display: block;
  color: #b09bc0;
  line-height: 96px;
  font-size: 90px;
}
.carousel-control-prev i.chevron-right:before,
.carousel-control-next i.chevron-right:before {
  left: -5px;
  top: 29px;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  .carousel-control-prev i.chevron-right:before,
  .carousel-control-next i.chevron-right:before {
    top: 15px;
    left: -3px;
  }
}
.carousel-control-prev i.chevron-left:before,
.carousel-control-next i.chevron-left:before {
  left: 28px;
  top: 29px;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .carousel-control-prev i.chevron-left:before,
  .carousel-control-next i.chevron-left:before {
    left: 48px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  .carousel-control-prev i.chevron-left:before,
  .carousel-control-next i.chevron-left:before {
    top: 15px;
    left: 23px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  .carousel-control-prev i,
  .carousel-control-next i {
    line-height: 96px;
    font-size: 45px;
  }
  .carousel-control-prev i.chevron::before,
  .carousel-control-next i.chevron::before {
    border-width: 1px 1px 0 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 86px;
    background-color: rgba(18, 17, 17, 0.6);
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  .carousel-control-prev,
  .carousel-control-next {
    width: 43px;
    height: 48px;
    background-color: rgba(18, 17, 17, 0.6);
  }
}
.carousel-control-prev {
  left: 0 !important;
  border-radius: 0 10% 10% 0;
}
.carousel-control-next {
  right: 0 !important;
  border-radius: 10% 0 0 10%;
}
.carousel-control.disabled {
  display: none !important;
}
body.pp-open .carousel-control-prev,
body.pp-open .carousel-control-next {
  display: none !important;
}
.characters .nectar-slider-wrap {
  border: 3px solid #b09ac0;
}
.characters .swiper-slide .content h2 {
  font-family: Didot;
  text-transform: uppercase;
}
.characters .swiper-slide .content p {
  font-family: Didot;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  .carousel-heading {
    height: 86px !important;
  }
  .carousel-heading .container {
    padding-top: 27px !important;
  }
  .carousel-heading h2 {
    font-size: 38px !important;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  .carousel-heading {
    height: 43px !important;
  }
  .carousel-heading .container {
    padding-top: 13px !important;
  }
  .carousel-heading h2 {
    font-size: 19px !important;
  }
}
/*
 *
 * Pretty Photo Controls
 *
 */
a.pp_arrow_previous,
a.pp_arrow_next {
  display: block;
  width: 66px;
  height: 96px;
  margin-top: -10px;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50% 0 0 50%;
}
a.pp_arrow_previous i,
a.pp_arrow_next i {
  display: block;
  color: #b09bc0;
  line-height: 96px;
  font-size: 90px;
}
a.pp_arrow_previous i.chevron-right:before,
a.pp_arrow_next i.chevron-right:before {
  left: -13px;
  top: 29px;
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  a.pp_arrow_previous i.chevron-right:before,
  a.pp_arrow_next i.chevron-right:before {
    top: 15px;
    left: -3px;
  }
}
a.pp_arrow_previous i.chevron-left:before,
a.pp_arrow_next i.chevron-left:before {
  left: 14px;
  top: 29px;
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  a.pp_arrow_previous i.chevron-left:before,
  a.pp_arrow_next i.chevron-left:before {
    left: 9px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  a.pp_arrow_previous i.chevron-left:before,
  a.pp_arrow_next i.chevron-left:before {
    top: 15px;
    left: 23px;
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  a.pp_arrow_previous i,
  a.pp_arrow_next i {
    display: none;
    line-height: 96px;
    font-size: 45px;
  }
  a.pp_arrow_previous i.chevron::before,
  a.pp_arrow_next i.chevron::before {
    border-width: 1px 1px 0 0;
  }
}
@media only screen and (max-width: 1024px) and (min-width: 1px) {
  a.pp_arrow_previous,
  a.pp_arrow_next {
    width: 86px;
    background-color: rgba(18, 17, 17, 0.6);
  }
}
@media only screen and (max-width: 640px) and (min-width: 1px) {
  a.pp_arrow_previous,
  a.pp_arrow_next {
    position: absolute;
    top: 62px;
    width: 40%;
    height: 50%;
    background-color: transparent;
  }
}
a.pp_arrow_previous {
  left: 0 !important;
  border-radius: 0 10% 10% 0;
}
a.pp_arrow_next {
  right: 0 !important;
  border-radius: 10% 0 0 10%;
}
#sticky-footer {
  display: block;
  position: fixed;
  z-index: 9999;
  height: 40px;
  right: 0;
  bottom: -74px;
  left: 0;
  padding-right: 65px;
  color: #fff;
  text-align: right;
  line-height: 40px !important;
}
#sticky-footer #to-top {
  position: absolute;
  bottom: 5px;
}
@media only screen and (max-width: 1024px) {
  #sticky-footer {
    display: none;
  }
}
body.modal-open,
html.modal-open {
  overflow: hidden;
}
#overlay {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999999;
  overflow-x: hidden;
  overflow-y: auto;
  background: #000;
  background: rgba(0, 0, 0, 0.89);
}
#overlay .modal {
  position: relative;
  width: 416px;
  padding: 52px 0 48px 0;
  margin: 100px auto 0 auto;
  background: #fff;
  box-shadow: inset 0 0 0 10px #b09bc0;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  #overlay .modal {
    width: 90%;
    margin: 40px auto 30px auto;
    padding: 52px 18px 48px 18px;
  }
}
#overlay button.close {
  background: none !important;
  position: absolute;
  right: -39px;
  top: -13px;
  border: none;
  font-size: 18px;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  #overlay button.close {
    right: -18px;
    top: -33px;
  }
}
#overlay .section-ctn {
  width: 274px;
  margin: 0 auto;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #overlay .section-ctn {
    width: 100%;
  }
}
#overlay section {
  margin-bottom: 62px;
}
#overlay section:last-child {
  margin: 0;
}
#overlay .zipcode span {
  display: block;
  width: 100%;
  text-align: justify;
  font-size: 16px;
  color: #b09bc0;
  font-family: 'DidotLTStd-Bold';
}
#overlay .zipcode span + span {
  font-size: 30px;
  color: #5c5c5c;
}
@media only screen and (min-width: 641px) {
  #overlay .zipcode span {
    height: 28px;
  }
  #overlay .zipcode span + span {
    height: 40px;
  }
  #overlay .zipcode span:after {
    content: "";
    display: inline-block;
    width: 100%;
  }
}
@media only screen and (max-width: 640px) {
  #overlay .zipcode span {
    font-size: 14px;
    text-align: center;
  }
  #overlay .zipcode span + span {
    font-size: 27px;
  }
}
@media only screen and (max-width: 640px) {
  #overlay .zipcode .input {
    margin-top: 10px;
  }
}
#overlay .zipcode input {
  width: 206px;
  height: 43px;
  padding: 0 10px !important;
  box-sizing: border-box;
  float: left;
  border: 1px solid #b09bc0;
  border-radius: 0;
  box-shadow: none;
  outline: none;
  background: #fff;
  font-size: 26px;
  color: #5c5c5c;
  line-height: 48px !important;
  font-family: 'DidotLTStd-Bold';
  text-align: center;
}
@media only screen and (max-width: 640px) {
  #overlay .zipcode input {
    width: 75%;
  }
}
#overlay .zipcode button {
  width: 59px;
  height: 43px;
  background: #b09bc0 url('../img/chevron-right-btn.png') no-repeat center center;
  float: right;
}
@media only screen and (max-width: 640px) {
  #overlay .zipcode button {
    width: 20%;
  }
}
#overlay .theater {
  margin-bottom: 25px;
}
#overlay .theater:last-child {
  margin: 0;
}
#overlay .theater > span {
  font-family: 'DidotLTStd-Bold';
  color: #5c5c5c;
  font-size: 14px;
}
#overlay h3 {
  margin: 0 0 25px 0;
  font-size: 27px;
  color: #5c5c5c;
  text-transform: uppercase;
  line-height: 16px;
  font-family: 'DidotLTStd-Bold' !important;
  border-bottom: 1px solid #5c5c5c;
}
#overlay .buy-tickets {
  display: block;
  width: 100%;
  height: 46px;
  background: #b09bc0;
  line-height: 51px;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-family: 'DidotLTStd-Bold';
}
#overlay .buy-tickets:after {
  content: "";
  display: inline-block;
  width: 9px;
  height: 14px;
  background: url('../img/chevron-right.png') no-repeat;
  margin-left: 10px;
}
@media only screen and (min-width: 1300px) {
  .container,
  body[data-ext-responsive="false"] #boxed #header-outer[data-full-width="true"] header > .container,
  body[data-ext-responsive="false"] #boxed #header-secondary-outer[data-full-width="true"] > .container {
    max-width: 1100px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .col h2 {
    font-size: 18px;
  }
  .col h3 {
    font-size: 16px;
  }
  .col h4 {
    font-size: 16px;
  }
  .col.vc_span3 h5,
  .col.vc_span4 h5 {
    font-size: 16px!important;
  }
  h2 .nectar-button {
    top: -2px;
  }
  body .container #portfolio.portfolio-items .col {
    margin-bottom: 20px;
  }
  body #featured .orbit-slide article .container .span_12 {
    width: 900px!important;
  }
  #author-bio #author-info {
    width: 544px!important;
  }
  #portfolio.portfolio-items .col.span_3 .work-item .work-info a {
    padding: 5px 6px!important;
    font-size: 11px!important;
    margin: 1px!important;
  }
  #portfolio.portfolio-items .col.span_3 .work-meta,
  #portfolio.portfolio-items .col.span_4 .work-meta {
    width: 74%!important;
  }
  #portfolio.portfolio-items .col.span_3 .nectar-love-wrap,
  #portfolio.portfolio-items .col.span_4 .nectar-love-wrap {
    width: 52px;
  }
  body.single-portfolio #sidebar.fixed-sidebar,
  body.single-portfolio #sidebar {
    width: 27.5%;
  }
  body.single-portfolio #post-area {
    width: 72.5%;
  }
  .single-portfolio #boxed #post-area {
    width: 72.49%;
  }
  body.single-portfolio #sidebar div ul li.facebook-share,
  body.single-portfolio #sidebar div ul li.twitter-share,
  body.single-portfolio #sidebar div ul li.pinterest-share {
    margin: 0 11px 0 0!important;
    padding: 2px 11px 3px 0 !important;
  }
  #project-meta ul li .nectar-love-wrap.fadein {
    margin-right: 11px;
    padding-right: 11px;
  }
  body #featured .video {
    float: left;
    width: 540px!important;
    left: 1px;
    position: relative;
    z-index: 1;
  }
  body.single.single-post .section-title h1 {
    max-width: 620px;
  }
  body.single-portfolio .row .col.section-title h1 {
    width: 725px;
    margin: 0 auto;
  }
  #featured article .post-title > a {
    left: 0px;
  }
  #featured .orbit-slide.has-video h2 {
    max-width: 330px!important;
    min-width: 330px!important;
  }
  #featured .orbit-slide.has-video .post-title > a {
    left: 20px!important;
  }
  #featured article .post-title h2 {
    left: 0px;
  }
  #featured .has-video h2 {
    left: -10px !important;
  }
  #post-area.masonry {
    width: 895px;
  }
  #post-area.masonry.span_9 {
    width: 660px;
    margin-right: 10px;
  }
  .masonry-blog-item .jp-jplayer-video {
    height: 139px!important;
  }
  #post-area.span_9 .masonry-blog-item .jp-jplayer-video {
    height: 154px!important;
  }
  .single #post-area.span_12 #author-info {
    width: 773px!important;
  }
  #post-area.masonry.span_9 .masonry-blog-item {
    width: 46.5%;
  }
  #page-header-bg .span_6 h1 {
    font-size: 40px !important;
    line-height: 46px !important;
  }
  #page-header-bg .span_6 span.subheader {
    font-size: 24px!important;
  }
  #boxed {
    width: 980px;
  }
  #boxed #header-outer,
  #boxed #header-secondary-outer,
  #boxed #page-header-bg,
  #boxed #featured,
  #boxed .orbit > div,
  #boxed #featured article {
    min-width: 980px;
  }
  .nectar-milestone .number {
    font-size: 50px;
    line-height: 50px;
  }
  /*body .swiper-slide .content h2 {
		font-size: 52px!important;
		line-height: 70px!important;
		margin-bottom: 10px;
	}*/
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2,
  #boxed .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2 {
    font-size: 32px!important;
    line-height: 50px!important;
  }
  body .swiper-slide .content p {
    font-size: 20px!important;
    line-height: 34px!important;
    padding-bottom: 22px;
  }
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p {
    font-size: 14px!important;
    line-height: 24px!important;
  }
  .main-content .col.span_4 .col.span_2 img,
  .main-content .col.span_3 .col.span_2 img,
  .main-content .col.span_2 .col.span_2 img,
  .main-content .col.span_6 .col.span_2 img {
    padding-right: 5px;
    top: -3px;
  }
  .carousel-next {
    right: 0px;
    padding-left: 1px;
  }
  .carousel-prev {
    right: 25px;
    padding-right: 1px;
  }
  #portfolio.portfolio-items .col .work-item.style-2 i {
    line-height: 32px!important;
    height: 32px!important;
    width: 32px!important;
    font-size: 14px!important;
  }
  header#top nav > ul > li > a {
    padding-left: 8px;
  }
  .sf-menu .sf-with-ul a {
    padding-right: 14px!important;
  }
  .sf-sub-indicator {
    left: 6px;
  }
  body .swiper-slide .content p.transparent-bg span {
    line-height: 38px!important;
  }
  body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
    max-width: 720px;
  }
  body .vc_pie_chart .vc_pie_chart_value {
    font-size: 32px;
  }
}
@media only screen and (min-width: 1000px) and (max-width: 1080px) {
  body #featured .orbit-slide article .container .span_12 {
    width: 820px!important;
  }
  body #featured .video {
    float: left;
    width: 460px!important;
    left: 1px;
    position: relative;
    z-index: 1;
  }
  .cart-outer {
    display: none;
  }
  html .ascend #header-outer[data-full-width="true"][data-cart="true"] header#top nav > ul,
  html .ascend #header-outer[data-full-width="true"] header#top nav > ul.product_added,
  html .ascend #boxed #header-outer[data-cart="true"] header#top nav > ul,
  html .ascend #boxed #header-outer header#top nav > ul.product_added,
  .ascend #header-outer[data-full-width="true"] header > .container {
    padding-right: 0!important;
  }
  #featured .orbit-slide.has-video h2 {
    max-width: 330px!important;
    min-width: 330px!important;
  }
  #featured .orbit-slide.has-video .post-title > a {
    left: 20px!important;
  }
  body #sidebar.fixed-sidebar,
  body.single-portfolio #sidebar {
    top: 0px!important;
    margin-left: 0px!important;
    position: relative!important;
  }
}
@media only screen and (max-width: 1020px) {
  #to-top {
    display: none!important;
  }
}
/* iPad fixes */
@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) {
  body[data-smooth-scrolling="1"] .nectar-slider-wrap[data-full-width="true"] .swiper-container a.slider-next {
    right: 0px!important;
  }
}
/* iPad landscape fixes */
@media only screen and (min-device-width: 481px) and (max-device-width: 1025px) and (orientation: landscape) {
  body[data-smooth-scrolling="1"],
  body[data-smooth-scrolling="1"] #header-outer {
    padding-right: 0px!important;
  }
  body[data-smooth-scrolling="1"] .orbit-wrapper div.slider-nav span.right {
    right: 0px!important;
  }
  #to-top {
    display: none!important;
  }
  .full-width-section.parallax_section,
  .full-width-content.parallax_section {
    background-attachment: scroll!important;
    background-position: center!important;
  }
  .orbit > div {
    position: absolute !important;
    top: 0px!important;
  }
  #featured.orbit > div.has-video .container {
    top: 70px!important;
  }
  #featured article {
    top: 0px!important;
    background-position: center!important;
  }
  #featured .orbit-slide article .container {
    top: 145px!important;
    position: absolute!important;
  }
  .orbit-wrapper div.slider-nav span.left,
  .orbit-wrapper div.slider-nav span.right {
    position: absolute!important;
    top: 230px!important;
  }
  .orbit-wrapper,
  .orbit-wrapper #featured,
  .orbit-wrapper #featured article {
    height: 450px!important;
    margin-bottom: 0;
  }
  #featured article {
    position: relative!important;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    -webkit-background-size: cover!important;
    background-attachment: scroll!important;
  }
  body .fixed-sidebar,
  .single-portfolio #sidebar {
    top: 0px!important;
    width: 23.5%!important;
    margin-left: 0px!important;
    position: relative!important;
  }
  #page-header-bg[data-parallax="1"] .span_6,
  #page-header-bg[data-parallax="1"] {
    position: relative!important;
  }
  #page-header-bg[data-parallax="1"] {
    top: 0px!important;
  }
  #page-header-bg .span_6 {
    display: block!important;
    opacity: 1!important;
  }
  .swiper-container .slider-right {
    right: 0px!important;
  }
  .video-texture,
  #style-selection {
    display: none!important;
  }
  .parallax_slider_outer.first-section .nectar-slider-wrap,
  #full_width_portfolio .project-title.parallax-effect {
    -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
  }
  .parallax_slider_outer.first-section .swiper-slide .content {
    opacity: 1!important;
    -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
  }
  #full_width_portfolio .project-title.parallax-effect {
    padding-top: 5em!important;
    position: relative!important;
    margin-top: -32px !important;
    top: 0px!important;
  }
  .parallax_slider_outer.first-section .nectar-slider-wrap {
    position: relative!important;
    max-width: 100%;
    overflow-x: hidden;
  }
  img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0px!important;
  }
  img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0px!important;
  }
  img.img-with-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0px!important;
  }
  .clients.fade-in-animation > div,
  img.img-with-animation,
  .col.has-animation,
  .wpb_column.has-animation {
    opacity: 1!important;
  }
  .col.has-animation[data-animation="fade-in-from-bottom"],
  .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0px!important;
  }
  img.img-with-animation[data-animation="grow-in"],
  .col.has-animation[data-animation="grow-in"],
  .wpb_column.has-animation[data-animation="grow-in"] {
    -ms-transform: scale(1, 1) !important;
        transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
  }
  img.img-with-animation[data-animation="flip-in"],
  .col.has-animation[data-animation="flip-in"],
  .wpb_column.has-animation[data-animation="flip-in"] {
    opacity: 1!important;
    transform: perspective(1000px) rotateY(0deg) !important;
    -webkit-transform: perspective(1000px) rotateY(0deg) !important;
    -o-webkit-transform: perspective(1000px) rotateY(0deg) !important;
    -moz-webkit-transform: perspective(1000px) rotateY(0deg) !important;
  }
  .parallax_slider_outer.first-section .nectar-slider-wrap,
  #full_width_portfolio .project-title.parallax-effect {
    -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
  }
  .portfolio-items .col .work-item .work-info a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    text-indent: -9999px;
  }
}
@media only screen and (min-device-width: 1px) and (max-device-width: 1025px) {
  .wpb_row .nectar-parallax-scene div {
    top: -40px !important;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1024px) {
  body[data-smooth-scrolling="1"] #header-outer {
    padding-right: 0px!important;
  }
  .span_1,
  .span_2,
  .span_3,
  .span_4,
  .span_5,
  .span_6,
  .span_7,
  .span_8,
  .span_9,
  .span_10,
  .span_11,
  .span_12 {
    width: 100%;
    margin-left: 0px;
  }
  .col,
  body .vc_row-fluid .wpb_column {
    margin-bottom: 25px;
  }
  body .vc_row-fluid .wpb_column {
    width: 100%;
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  .container {
    max-width: 600px;
  }
  #header-secondary-outer nav > ul > li:last-child {
    border-right: 1px solid #DDDDDD!important;
  }
  .orbit-wrapper,
  .orbit-wrapper #featured,
  .orbit-wrapper #featured article {
    height: 450px!important;
    position: relative!important;
    margin-bottom: 0em;
  }
  body #featured .orbit-slide article .container {
    top: -25px !important;
    opacity: 1!important;
    position: relative!important;
  }
  body #featured .orbit-slide article .container .span_12 {
    width: 600px!important;
  }
  .one-fourths.span_3,
  .one-fourths.vc_span3 {
    width: 48%!important;
    margin-bottom: 2%;
    margin-right: 15px;
    margin-left: 0px!important;
    padding: 15px;
    float: left;
  }
  .full-width-content.vc_row-fluid .one-fourths.vc_span3,
  .full-width-content.vc_row-fluid .one-fourths.vc_span4 {
    width: 50%!important;
  }
  .one-fourths.span_3.clear-both,
  .one-fourths.vc_span3.clear-both {
    clear: both;
  }
  .one-fourths.span_3.right-edge,
  .one-fourths.vc_span3.right-edge {
    margin-right: 0px;
  }
  .portfolio-items .col {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 8px;
  }
  #portfolio.portfolio-items div:nth-child(2n+2),
  #portfolio.portfolio-items div:nth-child(2n+2) {
    clear: both;
  }
  body #portfolio[data-col-num="cols-3"],
  body #portfolio[data-col-num="cols-4"] {
    margin: 0 -2% 0 -2%;
  }
  #portfolio.portfolio-items .col.span_4,
  #portfolio.portfolio-items .col.span_3 {
    width: 45.8%!important;
    margin: 2%!important;
  }
  .col.boxed:hover {
    margin-top: 0px!important;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
  }
  body #featured article .post-title h2 span {
    font-size: 24px!important;
    line-height: 43px!important;
  }
  #featured article .post-title h2 {
    max-width: 325px!important;
    min-width: 325px!important;
  }
  #featured .orbit-slide.centered article .post-title h2 {
    max-width: 415px!important;
    min-width: 415px!important;
  }
  #call-to-action .container a {
    margin-top: 20px;
    margin-left: 0px!important;
  }
  #post-area {
    padding-right: 0px!important;
  }
  body.single-portfolio .row .col.section-title h1 {
    width: 450px;
    margin: 0 auto;
  }
  .contact-info {
    padding-left: 0px!important;
  }
  .nectar-google-map {
    max-height: 425px;
  }
  #sidebar #flickr > div {
    width: 16%!important;
  }
  #footer-outer #copyright .col {
    width: 49%;
    margin-bottom: 0px;
  }
  #footer-widgets .container .col {
    margin-left: 15px;
    width: 48%;
  }
  #footer-widgets .one-fourths .span_3:nth-child(2n+1) {
    margin-left: 0px;
  }
  body #sidebar #flickr div {
    float: left;
  }
  #sidebar .recent_projects_widget div a,
  body #sidebar #flickr div a {
    width: 90px!important;
  }
  body #sidebar .recent_projects_widget div a:last-child,
  body #sidebar #flickr div {
    margin-right: 0px!important;
  }
  #sidebar .recent_projects_widget div a:nth-child(3n+3),
  body #sidebar #flickr div:nth-child(3n+3) a {
    margin: 2% 2% 0 0!important;
  }
  #author-bio #author-info {
    width: 494px!important;
  }
  #page-header-bg .span_6 h1 {
    font-size: 32px!important;
    line-height: 38px!important;
  }
  #page-header-bg .span_6 span.subheader {
    font-size: 22px!important;
  }
  #page-header-bg .span_6 {
    top: auto!important;
    float: none!important;
  }
  #portfolio-filters {
    position: relative!important;
    display: inline-block !important;
    clear: both!important;
    margin-top: 10px!important;
    float: none;
    top: auto!important;
  }
  .page-header-no-bg #portfolio-filters {
    margin-top: 15px!important;
    float: none!important;
    clear: both;
    height: auto!important;
  }
  #page-header-bg[data-parallax="1"] .project-title .span_6 {
    padding-right: 70px!important;
  }
  .page-header-no-bg #portfolio-filters ul {
    position: absolute;
    width: 100%;
  }
  html.js #page-header-bg[data-parallax="0"].not-loaded {
    height: 250px!important;
    background-color: #F5F5F5;
  }
  .pricing-table > div {
    width: 50%!important;
    margin-bottom: 25px!important;
  }
  .pricing-column.highlight .nectar-button {
    margin-bottom: 10px!important;
    margin-top: 0px!important;
  }
  .pricing-column.highlight {
    margin-top: 0px!important;
  }
  .pricing-column h3 {
    font-size: 20px!important;
  }
  .pricing-column.highlight h3 {
    padding: 5px 0px!important;
  }
  body .clients.no-carousel > div {
    width: 24.2%!important;
    margin-right: 1%!important;
  }
  body .clients.no-carousel.six-cols > div {
    width: 15.8% !important;
    margin-right: 1%!important;
  }
  body .clients.no-carousel.five-cols > div {
    width: 19.2%!important;
    margin-right: 1%!important;
  }
  body .clients.no-carousel > div:nth-child(4n+4) {
    margin-right: 0px!important;
  }
  body .clients.carousel > div {
    margin: 0px 5px!important;
  }
  #call-to-action .container span {
    display: block!important;
  }
  .masonry-blog-item {
    width: 47.5%;
  }
  #post-area.masonry,
  #post-area.masonry.span_9,
  body[data-ext-responsive="true"] #post-area.masonry.span_9 {
    width: 610px;
  }
  #post-area.masonry.span_9 {
    margin-bottom: 90px;
  }
  #post-area.masonry.span_9 .masonry-blog-item {
    width: 47.5%;
  }
  #post-area.masonry #pagination {
    bottom: -90px;
  }
  .masonry-blog-item .jp-jplayer-video {
    height: 139px!important;
  }
  #post-area.span_9 .masonry-blog-item .jp-jplayer-video {
    height: 139px!important;
  }
  body.woocommerce .container div.product div.images div.thumbnails a,
  body.woocommerce .container #content div.product div.images div.thumbnails a,
  body.woocommerce-page .container div.product div.images div.thumbnails a,
  body.woocommerce-page .container #content div.product div.images div.thumbnails a {
    width: 16.9%!important;
    margin-right: 3.8%!important;
  }
  .woocommerce .container div.product div.images div.thumbnails a:nth-child(5n+5) {
    margin-right: 0px!important;
  }
  .main-content .col.span_4 .col.span_2,
  .main-content .col.span_3 .col.span_2,
  .main-content .col.span_2 .col.span_2,
  .main-content .col.span_6 .col.span_2 {
    width: 7%!important;
  }
  .main-content .col.span_4 .span_10,
  .main-content .col.span_3 .col.span_10,
  .main-content .col.span_2 .col.span_10,
  .main-content .col.span_6 .col.span_10 {
    width: 91%!important;
  }
  .nectar-social.full-width.items_6 i,
  .nectar-social.full-width.items_5 i {
    font-size: 25px!important;
    margin-top: -20px;
  }
  .nectar-social.full-width.items_4 i {
    font-size: 30px!important;
    margin-top: -15px;
  }
  .nectar-social.full-width.items_2 i {
    font-size: 35px!important;
    margin-top: -18px;
  }
  .nectar-social.full-width.items_1 > * {
    padding: 8% 5%!important;
  }
  #boxed {
    width: 679px;
  }
  #boxed #header-outer,
  #boxed #header-secondary-outer,
  #boxed #page-header-bg,
  #boxed #featured,
  #boxed .orbit > div,
  #boxed #featured article {
    min-width: 679px;
  }
  #boxed #footer-outer #footer-widgets,
  #boxed #footer-outer #copyright {
    padding-left: 30px!important;
    padding-right: 30px!important;
  }
  .swiper-container .slider-prev {
    left: 0px!important;
  }
  body .swiper-slide .content h2 {
    font-size: 33px!important;
    line-height: 57px!important;
    margin-bottom: 8px;
  }
  body .swiper-slide .content p,
  body .swiper-slide .content p.transparent-bg span {
    font-size: 13px!important;
    line-height: 26px!important;
  }
  body .swiper-slide .content p {
    padding-bottom: 17px;
  }
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2,
  #boxed .swiper-slide .content h2 {
    font-size: 22px;
    line-height: 40px;
  }
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p,
  #boxed .swiper-slide .content h2 p {
    font-size: 10px!important;
    padding-bottom: 10px!important;
    line-height: 20px!important;
  }
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a,
  #boxed .swiper-slide .content a {
    padding: 5px 10px!important;
    font-size: 9px!important;
  }
  body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p,
  body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p,
  body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p,
  body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p,
  body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p {
    font-size: 17px !important;
    line-height: 28px !important;
  }
  body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content a,
  body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content a,
  body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content a,
  body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content a,
  body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content a {
    letter-spacing: 1px !important;
    font-size: 9px !important;
    padding: 8px 13px;
  }
  .swiper-slide .button a {
    padding: 8px 13px;
    letter-spacing: 1px!important;
  }
  .swiper-slide .button.transparent a,
  .swiper-slide .button.transparent_2 a {
    padding: 6px 13px!important;
    letter-spacing: 1px!important;
  }
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
    padding: 0 80px;
  }
  .nectar-slider-wrap[data-full-width="boxed-full-width"] {
    margin: 0px -42px;
  }
  .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content {
    padding: 0px 50px;
  }
  .swiper-slide .content h2 {
    letter-spacing: -1px;
  }
  .span_12 .col.span_6.empty-second {
    width: 49%!important;
  }
  .swiper-slide .button a {
    font-size: 9px!important;
  }
  .single-portfolio #full_width_portfolio .row .col.section-title h1 {
    max-width: 430px;
    margin: 0 auto;
    letter-spacing: -1px;
    font-size: 22px;
  }
  body .swiper-slide .content p i {
    width: 18px!important;
    font-size: 16px!important;
  }
  .carousel-next {
    right: 0px;
    padding-left: 1px;
  }
  .carousel-prev {
    right: 25px;
    padding-right: 1px;
  }
  .nectar-slider-wrap[data-full-width="boxed-full-width"] {
    margin: 0px -40px !important;
  }
  body .swiper-slide .content p.transparent-bg span {
    line-height: 29px!important;
  }
  #footer-widgets .container .col.span_6,
  #footer-widgets .container .col.span_4 {
    margin-left: 0px;
    margin-right: 15px;
    padding: 15px;
    margin-bottom: 0px;
  }
  #footer-widgets .container .col.span_4 {
    margin-bottom: 40px;
  }
  #footer-widgets .container .row > div:last-child,
  #footer-widgets .container .row > div.col_last {
    margin-right: 0px;
  }
  #footer-widgets .container .row > div:nth-child(2).span_4 {
    margin-right: 0px!important;
  }
  .team-member[data-style="meta_overlaid"] .team-member-image {
    height: 500px!important;
  }
  .one-fourths .team-member[data-style="meta_overlaid"] .team-member-image {
    height: 350px!important;
  }
  .wpb_row:not(.full-width-content) .vc_span3.one-fourths .team-member[data-style="meta_overlaid"] .team-member-image {
    height: 250px!important;
  }
}
@media only screen and (max-width: 690px) {
  body[data-smooth-scrolling="1"] #header-outer {
    padding-right: 0px!important;
  }
  .vc_row-fluid [class*="vc_span"] {
    width: 100%!important;
  }
  body .vc_row-fluid .wpb_column {
    width: 100%;
    margin-right: 0px!important;
    margin-left: 0px!important;
    margin-bottom: 25px;
  }
  .container,
  div.slider-nav {
    max-width: 300px!important;
  }
  .col {
    margin-bottom: 25px;
  }
  #post-area {
    margin-bottom: 0px;
  }
  .col.boxed:hover {
    margin-top: 0px!important;
    -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) !important;
  }
  #header-outer .col {
    margin-bottom: 0px;
  }
  .orbit-wrapper #featured article .post-title h2 span {
    font-size: 18px;
  }
  .orbit-wrapper,
  .orbit-wrapper #featured {
    height: 325px!important;
    margin-bottom: 0em;
    margin-top: 0px;
  }
  .orbit-wrapper #featured article {
    height: 325px!important;
    margin-bottom: 3em;
    position: relative!important;
  }
  .orbit-wrapper #featured article .post-title h2 span {
    line-height: 35px !important;
  }
  body .orbit-wrapper #featured article .post-title h2 {
    max-width: 240px!important;
    min-width: 240px!important;
  }
  #featured .orbit-slide.centered article .post-title h2 {
    max-width: 265px!important;
    min-width: 265px!important;
  }
  body #featured .orbit-slide article .container {
    top: -20px !important;
    opacity: 1!important;
    position: relative!important;
  }
  body #featured .orbit-slide article .container .span_12 {
    width: 300px!important;
    position: relative;
  }
  .container article.post .post-meta {
    display: none;
  }
  .container article.post .post-content {
    padding-left: 0px!important;
  }
  .container article.post .post-header h2 {
    font-size: 18px;
  }
  .container .post-header {
    font-size: 10px;
  }
  .container .comment-list li.comment > div {
    padding: 25px 25px 70px 25px;
  }
  .container .comment-list li.comment > div img.avatar {
    display: none;
  }
  .container #respond h3 {
    font-size: 13px;
  }
  .container .comment-list .reply {
    right: 29px;
    top: auto;
    bottom: 29px;
  }
  body h1.jumbo,
  body h2.jumbo,
  body h3.jumbo,
  body h4.jumbo,
  body h5.jumbo,
  body h6.jumbo,
  p.jumbo {
    font-size: 60px!important;
    line-height: 70px!important;
  }
  .container .contact-info {
    padding-left: 0px;
  }
  .row .col.section-title span,
  html .single #single-below-header span {
    display: none;
  }
  #page-header-bg h1 {
    font-size: 34px!important;
  }
  #page-header-bg .subheader {
    font-size: 22px!important;
  }
  html.js #page-header-bg[data-parallax="0"].not-loaded {
    height: 180px!important;
    background-color: #F5F5F5;
  }
  #page-header-bg #portfolio-filters ul {
    position: absolute!important;
    width: 100%;
  }
  #page-header-bg .span_6 {
    margin-bottom: 15px!important;
  }
  body #footer-outer #copyright .col ul {
    float: left;
  }
  body #footer-outer #copyright .col ul li:first-child {
    margin-left: 0px;
  }
  body .orbit-wrapper #featured article .post-title {
    top: 120px!important;
  }
  #header-outer[data-full-width="true"] header > .container,
  #header-secondary-outer[data-full-width="true"] > .container {
    padding-left: 0!important;
    padding-right: 0!important;
  }
  .orbit-wrapper #featured article .post-title h2 {
    max-width: 260px;
    min-width: 260px;
  }
  #call-to-action .container a {
    display: block!important;
    margin-top: 20px;
    margin-left: 0px!important;
  }
  #call-to-action {
    font-size: 18px!important;
  }
  h2 .nectar-button,
  h3 .nectar-button,
  h4 .nectar-button {
    display: block!important;
  }
  #footer-widgets .container .col:nth-child(3) {
    margin-bottom: 40px!important;
  }
  #footer-outer #flickr img,
  #sidebar #flickr img {
    width: 95px;
  }
  #post-area #pagination {
    padding-left: 0px!important;
  }
  body #featured .orbit-slide article .container {
    top: -35px !important;
  }
  body #featured article .post-title > a {
    padding: 6px 9px!important;
    font-size: 10px;
    top: 10px;
  }
  body #featured .more-info {
    display: block;
    top: 240px!important;
  }
  body #featured .has-video article div.post-title {
    top: 80px!important;
  }
  body.single-portfolio .row .col.section-title h1 {
    width: 280px;
    margin: 0 auto;
    line-height: 16px !important;
  }
  #portfolio.portfolio-items .col.span_4,
  #portfolio.portfolio-items .col.span_3 {
    width: 100%!important;
    margin-right: 0px!important;
    margin-left: 0px!important;
  }
  body #portfolio {
    margin: 3px 0 0;
  }
  #search-results .result,
  .masonry-blog-item {
    width: 100%!important;
    margin-right: 0px!important;
    margin-bottom: 15px!important;
    margin-left: 0px!important;
  }
  .gallery .gallery-item {
    width: 100%!important;
  }
  #author-bio img {
    margin-right: 0px!important;
    width: 60px;
    height: 60px;
  }
  .single-post #single-below-header.fullscreen-header > span {
    width: 100%;
    height: 80px!important;
    line-height: 80px!important;
    border-bottom: 1px solid #dddddd;
  }
  .section-down-arrow i.icon-default-style[class^="icon-"] {
    font-size: 16px!important;
  }
  .section-down-arrow {
    bottom: 10px;
    right: 20px;
  }
  #page-header-bg.fullscreen-header .author-section {
    bottom: 20px;
  }
  #page-header-bg.fullscreen-header .author-section .meta-date {
    margin-top: -4px;
    display: block;
  }
  .single-post #single-below-header.fullscreen-header {
    border: none!important;
  }
  #author-bio #author-info {
    padding-left: 85px!important;
  }
  #contact-map {
    height: 270px!important;
  }
  .nectar-google-map {
    max-height: 270px;
  }
  div.pp_pic_holder {
    left: 9px!important;
    width: 96%!important;
  }
  .pp_content {
    width: 100%!important;
    height: 290px!important;
  }
  .pp_content iframe {
    width: 100%!important;
  }
  .pp_content .pp_inline iframe {
    height: 250px!important;
  }
  .pp_content #pp_full_res img {
    width: 100%!important;
    height: auto!important;
  }
  #page-header-bg .span_6 h1,
  .single.single-post .section-title h1,
  h1 {
    font-size: 24px!important;
    line-height: 30px!important;
    margin-bottom: 4px!important;
  }
  #page-header-bg .span_6 span.subheader {
    font-size: 15px!important;
  }
  #page-header-bg .span_6 {
    top: auto!important;
    display: block!important;
    opacity: 1!important;
    float: none!important;
  }
  #page-header-bg .author-section .meta-author .avatar {
    display: none;
  }
  #page-header-bg.fullscreen-header .author-section .avatar-post-info {
    margin: 10px 0 0 0!important;
  }
  .ascend #single-below-header.fullscreen-header {
    border-top: 1px solid #dddddd!important;
  }
  #portfolio-filters {
    width: 100%!important;
    position: relative!important;
    display: block!important;
    clear: both!important;
    top: auto!important;
  }
  .page-template-template-portfolio-php #portfolio-filters {
    margin-bottom: 0px;
  }
  .page-header-no-bg #portfolio-filters {
    margin-top: 20px!important;
    height: auto!important;
  }
  #portfolio-filters > ul {
    position: relative!important;
  }
  .nectar-social.full-width.items_6 > * {
    width: 33.3%!important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10% 5%!important;
  }
  .nectar-social.full-width.items_6 > *:nth-child(1n+4) {
    border-bottom: none!important;
  }
  .nectar-social.full-width.items_6 > *:nth-child(3) {
    border-right: none!important;
  }
  .nectar-social.full-width.items_6 i {
    font-size: 20px!important;
    margin-top: -20px !important;
  }
  .nectar-social.full-width.items_5 i {
    font-size: 16px!important;
    margin-top: -20px !important;
    padding: 0!important;
  }
  .nectar-social.full-width.items_4 > * {
    width: 50%!important;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    padding: 10% 5%!important;
  }
  .nectar-social.full-width.items_4 i {
    font-size: 20px!important;
    margin-top: -20px !important;
  }
  .nectar-social.full-width.items_4 > *:nth-child(1n+3) {
    border-bottom: none!important;
  }
  .nectar-social.full-width.items_4 > *:nth-child(2) {
    border-right: none!important;
  }
  .nectar-social.full-width.items_3 i {
    font-size: 16px!important;
    margin-top: -20px !important;
    padding: 0!important;
  }
  .nectar-social.full-width.items_2 i {
    font-size: 30px!important;
    margin-top: -20px !important;
    padding: 0!important;
  }
  .nectar-social.full-width.items_2 > *,
  .nectar-social.full-width.items_1 > * {
    padding: 10% 5%!important;
  }
  .nectar-social.full-width.items_1 i {
    font-size: 50px!important;
    margin-top: -20px !important;
    padding: 0!important;
  }
  .nectar-social.full-width a.nectar-love i {
    margin-top: -15px !important;
  }
  .nectar-social.full-width.items_5 a span {
    display: none!important;
  }
  .pricing-table > div {
    width: 100%!important;
    margin: 0px 0px 25px 0px!important;
  }
  body .clients.no-carousel > div {
    margin-right: 1%!important;
    width: 49.4%!important;
  }
  body .clients.no-carousel > div:nth-child(2n+2) {
    margin-right: 0px!important;
  }
  body .clients.carousel > div {
    margin: 0px 5px!important;
    width: 150px;
  }
  body .clients.carousel.phone > div {
    width: 150px;
  }
  body .row #error-404 h1 {
    font-size: 150px !important;
    line-height: 150px !important;
  }
  body .row #error-404 h2 {
    font-size: 40px;
  }
  body .row #error-404 {
    margin-bottom: 0px;
  }
  .tabbed > ul li,
  .woocommerce div.product .woocommerce-tabs ul.tabs li {
    float: none;
    border-right: 0px;
    width: 100%;
  }
  .tabbed > ul {
    float: none!important;
  }
  .tabbed > ul li a {
    border-right: 0px!important;
  }
  #portfolio-nav {
    margin: 10px 0px 0px;
    position: relative!important;
  }
  body .project-title #portfolio-nav {
    top: 10px!important;
    height: 33px!important;
  }
  #portfolio-nav ul {
    position: relative!important;
    margin-left: 0px;
  }
  #portfolio-nav ul:first-child {
    z-index: 103;
  }
  #portfolio-nav .controls:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  body #full_width_portfolio .project-title.parallax-effect .container,
  body #page-header-bg .project-title .container {
    padding-bottom: 30px!important;
  }
  #page-header-bg .project-title {
    top: 0px!important;
    padding-top: 30px!important;
  }
  body #page-header-bg .section-title,
  .project-title .section-title {
    padding: 0!important;
  }
  .single-portfolio #page-header-bg {
    height: auto!important;
  }
  .single #page-header-bg .span_6 {
    margin-bottom: 0!important;
  }
  .row .col.section-title.project-title {
    padding-bottom: 30px;
    margin-bottom: 30px!important;
  }
  body #featured .slide .post-title .video img {
    height: 169px!important;
  }
  body #featured .orbit-slide.has-video .span_12 .post-title h2 {
    margin-top: 190px!important;
  }
  body #featured .slide .mejs-container {
    margin-bottom: 210px!important;
    height: 167px!important;
  }
  #post-area .video-wrap .mejs-container,
  #post-area .video .mejs-container {
    height: 167px!important;
  }
  #footer-outer #social li {
    margin-right: 10px;
    margin-left: 0px!important;
  }
  #post-area.masonry,
  #post-area.masonry.span_9,
  body[data-ext-responsive="true"] #post-area.masonry.span_9 {
    width: 299px;
  }
  #post-area.masonry.span_9 {
    margin-bottom: 90px;
  }
  #post-area.masonry #pagination {
    bottom: -95px;
  }
  .masonry-blog-item .jp-jplayer-video {
    height: 139px!important;
  }
  #post-area.span_9 .masonry-blog-item .jp-jplayer-video {
    height: 139px!important;
  }
  .ascend.single .container-wrap #author-bio #author-info {
    width: 100%!important;
  }
  .ascend .container-wrap #author-bio #author-info p {
    max-width: 100%!important;
  }
  .ascend .comment-list .reply {
    top: 0!important;
  }
  .single.ascend .comment-list li.comment > div,
  .single.ascend .comment-list li.pingback > div {
    padding-left: 0!important;
  }
  #customer_details > div {
    width: 100%;
    float: none!important;
  }
  body #header-secondary-outer nav > ul > li,
  body #header-secondary-outer nav > ul > li a {
    border: none!important;
  }
  #header-secondary-outer nav ul.sf-menu {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  body #header-secondary-outer ul#social {
    padding: 10px 0px;
  }
  .woocommerce .shop_table .product-thumbnail {
    display: none;
  }
  .woocommerce .shop_table .coupon {
    margin-bottom: 10px;
    margin-top: 5px;
  }
  .woocommerce #customer_login.col2-set .col-1,
  .woocommerce-page #customer_login.col2-set .col-1,
  .woocommerce #customer_login.col2-set .col-2,
  .woocommerce-page #customer_login.col2-set .col-2 {
    width: 100%!important;
  }
  .woocommerce .shop_table .actions > input {
    float: left!important;
  }
  .woocommerce form.login .form-row-first,
  .woocommerce-page form.login .form-row-first,
  .woocommerce form.login .form-row-last,
  .woocommerce-page form.login .form-row-last {
    width: 100%!important;
  }
  .woocommerce .cart.shop_table .quantity input.plus,
  .woocommerce .cart.shop_table .quantity input.minus {
    display: block;
  }
  .main-content .col.span_4 .col.span_2,
  .main-content .col.span_3 .col.span_2,
  .main-content .col.span_2 .col.span_2,
  .main-content .col.span_6 .col.span_2 {
    width: 15%!important;
  }
  .main-content .col.span_4 .span_10,
  .main-content .col.span_3 .col.span_10,
  .main-content .col.span_2 .col.span_10,
  .main-content .col.span_6 .col.span_10 {
    width: 83%!important;
  }
  #boxed {
    width: 318px;
  }
  #boxed #header-outer,
  #boxed #header-secondary-outer,
  #boxed #page-header-bg,
  #boxed #featured,
  #boxed .orbit > div,
  #boxed #featured article {
    min-width: 318px;
  }
  #boxed .container,
  #boxed #post-area.masonry,
  #boxed #post-area.masonry.span_9 {
    max-width: 280px!important;
  }
  #boxed #footer-outer #footer-widgets,
  #boxed #footer-outer #copyright {
    padding-left: 20px!important;
    padding-right: 20px!important;
  }
  .swiper-container .slider-next,
  .swiper-container .slider-prev {
    display: none;
  }
  /*body .nectar-slider-wrap[data-fullscreen="false"]  .swiper-slide .content h2 {
		font-size: 16px!important;
		line-height: 32px!important;
		margin-bottom: 6px;
		letter-spacing: -0.5px;
	}
	*/
  body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
    padding-bottom: 7px;
  }
  .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button a {
    font-size: 5px!important;
    padding: 2px 7px;
    line-height: 18px;
    letter-spacing: 0.5px!important;
  }
  body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button.transparent a,
  body .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .button.transparent_2 a {
    padding: 1px 7px!important;
    letter-spacing: 0.5px!important;
    border-width: 1px;
  }
  .slider-pagination {
    bottom: 10px;
  }
  .slider-pagination .swiper-pagination-switch {
    height: 8px;
    width: 8px;
  }
  body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content h2,
  body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2,
  body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2,
  body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2,
  body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2,
  body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content h2 {
    font-size: 33px !important;
    line-height: 57px !important;
    margin-bottom: 8px;
    letter-spacing: -0.5px;
  }
  body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content p,
  body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p,
  body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p,
  body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p,
  body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p,
  body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .content p {
    font-size: 13px !important;
    line-height: 26px !important;
    padding-bottom: 7px;
  }
  .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button a,
  body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .button a,
  body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .button a,
  body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .button a,
  body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .button a,
  body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .button a {
    font-size: 9px!important;
    padding: 8px 13px;
    letter-spacing: 0.5px!important;
  }
  body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button.transparent a,
  body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .button.transparent_2 a {
    font-size: 9px!important;
    padding: 6px 13px!important;
    letter-spacing: 0.5px!important;
  }
  body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .button.transparent a,
  body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .button.transparent a,
  body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .button.transparent a,
  body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .button.transparent a,
  body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide .button.transparent a {
    padding: 0px 13px!important;
    letter-spacing: 0.5px!important;
  }
  body .nectar-slider-wrap[data-fullscreen="true"] .swiper-slide .content p.transparent-bg span,
  body .vc_span3 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide p.transparent-bg span,
  body .vc_span4 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide p.transparent-bg span,
  body .vc_span6 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide p.transparent-bg span,
  body .vc_span8 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide p.transparent-bg span,
  body .vc_span9 .nectar-slider-wrap[data-flexible-height="true"] .swiper-slide p.transparent-bg span {
    font-size: 13px !important;
    line-height: 29px !important;
  }
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content h2,
  #boxed .swiper-slide .content h2 {
    font-size: 16px!important;
    line-height: 30px!important;
  }
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content p,
  #boxed .swiper-slide .content p {
    font-size: 6px!important;
    padding-bottom: 4px!important;
    line-height: 11px!important;
  }
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .button a,
  #boxed .swiper-slide .content a {
    padding: 1px 7px!important;
    font-size: 6px!important;
  }
  .nectar-slider-wrap[data-full-width="false"] .swiper-slide .content {
    padding: 0px 15px!important;
  }
  .nectar-slider-wrap[data-full-width="boxed-full-width"] {
    margin: 0px -22px;
  }
  .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content {
    padding: 0px 5px;
  }
  .swiper-slide .buttons > div {
    padding-left: 0px!important;
  }
  .swiper-slide .content h2 {
    margin-bottom: 3px;
  }
  .project-title .controls {
    margin: 0 auto!important;
    float: none!important;
    display: block;
    width: 120px;
  }
  .project-title .controls #prev-link {
    float: left!important;
  }
  .project-title .controls #next-link {
    float: right!important;
  }
  .project-title #all-items {
    left: 134px!important;
    float: none!important;
    position: absolute;
  }
  #boxed .project-title #all-items {
    left: 124px!important;
  }
  body .swiper-slide .content p i {
    width: 14px!important;
    font-size: 12px!important;
  }
  .main-content .col.span_4 .col.span_2 img,
  .main-content .col.span_3 .col.span_2 img,
  .main-content .col.span_2 .col.span_2 img,
  .main-content .col.span_6 .col.span_2 img {
    padding-right: 13px;
    top: -3px;
  }
  .carousel-next {
    right: 0px;
    padding-left: 1px;
  }
  .carousel-prev {
    right: 25px;
    padding-right: 1px;
  }
  .woocommerce .woocommerce-result-count {
    padding-bottom: 0px!important;
  }
  .woocommerce .woocommerce-ordering {
    position: relative!important;
    right: 0px;
    top: 0px!important;
    float: left!important;
    margin-bottom: 45px!important;
  }
  .nectar-slider-wrap[data-full-width="boxed-full-width"] {
    margin: -16px -19px 0px -19px !important;
  }
  body .swiper-slide .content p.transparent-bg span {
    line-height: 20px!important;
    top: -5px;
    left: 4px;
    box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
    -o-box-shadow: 4px 0 0 rgba(0, 0, 0, 0.5), -4px 0 0 rgba(0, 0, 0, 0.5);
  }
  #buddypress .register-section {
    width: 100%!important;
    margin-bottom: 15px;
  }
  .full-width-content.blog-fullwidth-wrap {
    padding: 0px 10%!important;
  }
  #header-outer[data-full-width="true"] header > .container {
    padding: 0;
  }
}
@media only screen and (min-width: 480px) and (max-width: 690px) {
  body .container,
  body div.slider-nav {
    max-width: 420px!important;
  }
  .project-title #all-items {
    left: 194px !important;
  }
  #boxed .project-title #all-items {
    left: 159px !important;
  }
  #boxed {
    width: 410px;
  }
  .nectar-slider-wrap[data-full-width="boxed-full-width"] {
    margin-left: -30px !important;
    margin-right: -30px !important;
  }
  #boxed .container,
  #boxed #post-area.masonry,
  #boxed #post-area.masonry.span_9 {
    max-width: 350px !important;
  }
  #post-area.masonry,
  #post-area.masonry.span_9,
  body[data-ext-responsive="true"] #post-area.masonry.span_9 {
    width: 420px;
  }
}
@media only screen and (min-width: 1px) and (max-width: 1024px) {
  body[data-smooth-scrolling="1"],
  body[data-smooth-scrolling="1"] #header-outer,
  body[data-smooth-scrolling="1"] #page-header-bg[data-parallax="1"],
  #page-header-bg[data-parallax="1"] .span_6,
  #page-header-bg[data-parallax="1"] {
    padding-right: 0px!important;
    -webkit-transform: translate(0px) !important;
        -ms-transform: translate(0px) !important;
            transform: translate(0px) !important;
    visibility: visible!important;
  }
  .video-texture {
    display: none!important;
  }
  .full-width-section.parallax_section,
  .full-width-content.parallax_section {
    background-attachment: scroll!important;
    background-position: center!important;
  }
  img.img-with-animation[data-animation="fade-in-from-right"] {
    padding-left: 0px!important;
  }
  img.img-with-animation[data-animation="fade-in-from-left"] {
    padding-right: 0px!important;
  }
  img.img-with-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0px!important;
  }
  .full-width-section > .col.span_12 {
    margin-bottom: 0px;
  }
  .full-width-section {
    margin-top: 0px!important;
  }
  body[data-bg-header="false"] .full-width-section.first-section,
  body[data-bg-header="false"] .full-width-content.first-section {
    margin-top: -40px !important;
  }
  body[data-bg-header="true"] .full-width-section.first-section,
  body[data-bg-header="true"] .full-width-content.first-section {
    margin-top: 0px!important;
  }
  /*body[data-bg-header="true"] .full-width-section.first-section {
		margin-top: -26px!important;
	}*/
  .single-portfolio .row #post-area {
    margin-top: 0;
  }
  .full-width-section.under-page-header {
    margin-top: -2.1em !important;
  }
  .home-wrap .full-width-section.first-section {
    margin-top: -37px !important;
  }
  header#top #logo {
    /*margin-top: 7px!important;*/
  }
  .orbit > div {
    position: absolute!important;
  }
  .work-info-bg {
    display: none;
  }
  .style-3 .work-info-bg {
    display: block;
    opacity: 0 !important;
  }
  .portfolio-items .work-item.style-3 p {
    display: block;
    margin-top: 0!important;
    opacity: 1!important;
    position: relative!important;
  }
  .portfolio-items .work-item.style-3 .vert-center {
    top: 0!important;
    padding-top: 15px;
  }
  .carousel-wrap[data-full-width="true"] {
    padding: 0px!important;
  }
  .recent-work-carousel[data-full-width="true"] .portfolio-items .work-info-bg,
  .portfolio-items .col .work-item.style-2 .work-info-bg {
    display: block!important;
  }
  body header#top #logo img {
    /*		height: 24px!important;
		margin-top: -3px!important;
		top: 3px;
		position: relative;
		opacity: 1;*/
  }
  .admin-bar #header-outer {
    top: 0px!important;
  }
  #header-outer {
    /*  		position: relative!important;
  		height: 52px!important;
  		padding-top: 10px!important;
  		margin-bottom: 0px;*/
  }
  #header-outer #logo {
    top: 6px!important;
    left: 6px!important;
  }
  #header-space,
  #search-outer {
    display: none!important;
  }
  header#top #toggle-nav,
  header#top #mobile-cart-link {
    display: block!important;
  }
  header#top .col.span_3 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 85%!important;
  }
  header#top .col.span_9 {
    margin-left: 0px;
    min-height: 48px;
    margin-bottom: 0px;
    width: 100%!important;
    float: none;
    z-index: 100;
    position: relative;
  }
  #header-outer header#top nav > ul {
    width: 100%;
    padding: 15px 0px 25px 0px!important;
    margin: 0px auto 0px auto!important;
    float: none!important;
    z-index: 100000;
    position: relative;
  }
  #header-outer header#top nav {
    background-color: #1F1F1F;
    margin-left: -250px !important;
    margin-right: -250px !important;
    padding: 0px 250px 0px 250px;
    top: 48px;
    margin-bottom: 75px;
    display: none!important;
    position: relative;
    z-index: 100000;
  }
  header#top nav > ul li {
    display: block;
    width: 100%;
    float: none!important;
    margin-left: 0px!important;
  }
  #header-outer header#top nav > ul {
    overflow: hidden!important;
  }
  header#top nav > ul ul {
    position: relative;
    width: 100%;
    top: 0px!important;
    left: 0px!important;
    padding: 0px;
    visibility: visible!important;
    box-shadow: 0px 0px 0px #fff!important;
    -moz-box-shadow: 0px 0px 0px #fff!important;
    -webkit-box-shadow: 0px 0px 0px #fff!important;
    background-color: transparent!important;
    float: none!important;
  }
  header#top nav > ul ul li {
    padding-left: 20px;
  }
  header#top .sf-menu a {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 12px;
    border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
    padding: 16px 0px 16px 0px!important;
    background-color: transparent!important;
  }
  header#top nav .sf-menu li.sfHover > a {
    color: #FFBAAF;
  }
  #header-outer #top nav ul li a:hover,
  #header-outer header#top nav .sf-menu li.sfHover > a,
  #header-outer header#top nav .sf-menu li.current_page_ancestor > a,
  #header-outer header#top nav .sf-menu li.current-menu-ancestor > a,
  #header-outer header#top nav .sf-menu li.current_page_item > a {
    color: #27CFC3;
  }
  a > .sf-sub-indicator {
    right: 0px!important;
    position: absolute;
    padding: 16px;
    left: auto!important;
    top: 0px!important;
    height: auto;
    width: auto;
  }
  header#top .sf-menu li ul li a:hover,
  header#top nav .sf-menu li.sfHover > a,
  header#top nav .sf-menu li.current_page_ancestor > a,
  header#top nav .sf-menu li.current-menu-ancestor > a,
  header#top nav .sf-menu li.current_page_item > a {
    color: #FFF!important;
  }
  header#top .sf-menu > li:hover ul,
  header#top .sf-menu > li.sfHover ul {
    height: 0px;
    position: absolute;
    visibility: hidden!important;
    overflow: hidden;
  }
  header#top .sf-menu li ul.mobile-open {
    height: auto!important;
    display: block!important;
    position: relative;
    visibility: visible!important;
  }
  header#top nav > ul > li > a {
    padding: 16px 0px!important;
    border-bottom: 1px solid #ddd;
  }
  header#top,
  #header-outer {
    /*height: auto!important;*/
  }
  header#top li#search-btn {
    display: none;
  }
  .orbit-wrapper #featured .slide article .post-title,
  .orbit-wrapper .slider-nav > span {
    opacity: 1!important;
    margin-top: 0px!important;
  }
  #featured article {
    top: 0px!important;
    background-size: cover!important;
    -moz-background-size: cover!important;
    -o-background-size: cover!important;
    -webkit-background-size: cover!important;
    background-attachment: scroll!important;
    background-position: center 60%!important;
  }
  #featured .no-caption article {
    top: -7px !important;
  }
  .orbit-wrapper,
  .orbit-wrapper #featured {
    margin-top: 0px;
  }
  body #featured .mejs-container {
    position: relative;
    top: 20px!important;
    margin-bottom: 140px!important;
  }
  .swiper-slide .mejs-controls {
    display: none!important;
    visibility: hidden!important;
  }
  .mejs-controls {
    display: block!important;
    visibility: visible!important;
  }
  #post-area {
    padding-right: 0px!important;
    margin-bottom: 0px;
  }
  div.slider-nav {
    position: relative;
    max-width: 600px;
    margin: -40px auto 0px auto;
  }
  body div.slider-nav > span {
    height: 25px!important;
    width: 25px!important;
  }
  body .orbit-wrapper div.slider-nav > span.left,
  body .orbit-wrapper div.slider-nav > span.right {
    background-color: #fff!important;
  }
  body div.slider-nav > span.left {
    left: 0px!important;
  }
  body div.slider-nav > span.right {
    left: 30px!important;
  }
  div.slider-nav span span {
    display: none!important;
  }
  .portfolio-items .col {
    margin-bottom: 15px!important;
  }
  .orbit-wrapper #featured article .post-title {
    position: relative;
  }
  .orbit-wrapper div.slider-nav span {
    position: absolute;
  }
  .orbit-wrapper div.slider-nav span.right,
  .orbit-wrapper div.slider-nav span.left {
    text-indent: 0px!important;
  }
  .orbit-wrapper #featured article .post-title {
    top: 170px!important;
    left: 0px;
  }
  #featured .orbit-slide.centered article .post-title > a,
  #featured .orbit-slide.centered article .post-title h2 {
    left: 0px!important;
  }
  .orbit-wrapper div.slider-nav span {
    top: 0px!important;
  }
  #footer-widgets .container .col {
    margin-bottom: 40px;
  }
  #footer-widgets .container .col:nth-child(3),
  #footer-widgets .container .col:nth-child(4) {
    margin-bottom: 0px;
  }
  #pagination {
    margin-bottom: 40px!important;
  }
  body #featured article .post-title > a {
    padding: 10px 12px;
    background-color: #27CFC3;
    border-color: #27CFC3;
    color: #fff;
    top: 20px;
  }
  body #featured article .post-title > a:hover {
    border-color: #27CFC3;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  }
  #featured article .post-title > a {
    left: 0px!important;
  }
  #portfolio.portfolio-items .col.span_3 .work-item .work-info a {
    padding: 9px 15px!important;
    font-size: 12px!important;
    margin: 5px!important;
  }
  .portfolio-items .col .work-item .work-info a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    margin: 0px;
    width: 100%;
    height: 100%;
    opacity: 0!important;
    text-indent: -9999px;
  }
  .wp-caption {
    width: 100%!important;
  }
  body.single-portfolio #sidebar.fixed-sidebar,
  body.single-portfolio #sidebar {
    top: 0px!important;
    width: 100%!important;
    margin-left: 0px!important;
    margin-top: 10px;
    position: relative!important;
    float: none!important;
  }
  body.single-portfolio #sidebar {
    margin-top: 30px;
  }
  body.search .row .col.section-title h1 {
    font-size: 18px!important;
  }
  body.search .row .col.section-title span {
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
  }
  body.search .divider {
    display: none;
  }
  .main-content > div {
    padding-bottom: 0px;
  }
  #single-meta {
    display: block;
    position: relative!important;
    clear: both;
    margin-bottom: 10px;
  }
  html .single-post #single-meta {
    margin-top: 20px!important;
  }
  #single-meta ul {
    margin-left: 0px;
  }
  .page-template-template-portfolio-php #portfolio-filters {
    margin-bottom: 0px;
  }
  body #featured .post-title h2,
  body #featured .post-title > a,
  body #featured .post-title > span,
  body #featured .post-title div.video {
    margin-top: 0px!important;
  }
  body #featured .has-video .post-title {
    top: 48px!important;
  }
  body #featured .has-video h2 {
    text-align: center!important;
    left: auto!important;
    float: none!important;
    margin: 0 auto;
  }
  body #featured .orbit-slide.has-video .post-title h2 {
    margin-top: 80px!important;
  }
  body #featured .post-title .video {
    float: none;
    margin: 0 auto;
    width: 100%!important;
    left: auto;
    position: relative;
    z-index: 1;
  }
  body #featured .post-title .video img {
    height: 338px!important;
  }
  body #featured article .post-title > a {
    left: 0px;
  }
  body #featured .orbit-slide.has-video h2 {
    max-width: 330px!important;
    min-width: 330px!important;
    margin-top: 60px!important;
  }
  body #featured .orbit-slide.has-video .post-title {
    text-align: center!important;
  }
  body #featured .more-info {
    display: block;
    position: absolute;
    z-index: 10000;
    left: 80px !important;
    top: 387px;
  }
  body #featured a.more-info {
    display: block;
    color: #6d6d6d;
    border-radius: 1px 1px 1px 1px;
    background-color: #FFFFFF !important;
    padding: 2px 7px;
  }
  #footer-outer #social li {
    width: 33px;
    margin-top: 9px;
    margin-bottom: 9px;
  }
  .carousel-heading h2 {
    /*max-width: 83%;*/
    font-size: 11px;
  }
  .carousel-wrap[data-full-width="false"] .carousel-heading h2 {
    font-size: 11px!important;
  }
  .span_9 .carousel-heading {
    padding-right: 0px!important;
  }
  body.woocommerce ul.products li.product,
  body.woocommerce-page ul.products li.product,
  .woocommerce .related ul.products li.product,
  .woocommerce .related ul li.product,
  .woocommerce .upsells.products ul.products li.product,
  .woocommerce .upsells.products ul li.product,
  .woocommerce-page .related ul.products li.product,
  .woocommerce-page .related ul li.product,
  .woocommerce-page .upsells.products ul.products li.product,
  .woocommerce-page .upsells.products ul li.product,
  body.woocommerce .span_9 ul.products li.product,
  body.woocommerce-page .span_9 ul.products li.product,
  body .woocommerce ul.products li.product,
  body .woocommerce-page ul.products li.product {
    width: 48%!important;
    margin: 0px 4% 25px 0px!important;
  }
  body.woocommerce ul.products li:nth-child(2n+2),
  .woocommerce .related ul.products li:nth-child(2n+2),
  .woocommerce .upsells.products ul li.product:nth-child(2n+2),
  .woocommerce .span_9 ul.products li.product:nth-child(2n+2),
  .woocommerce-page .span_9 ul.products li.product:nth-child(2n+2),
  body .woocommerce ul.products li.product:nth-child(2n+2),
  body .woocommerce-page ul.products li.product:nth-child(2n+2) {
    margin-right: 0px!important;
  }
  body.woocommerce .span_9 ul.products li.product,
  body.woocommerce-page .span_9 ul.products li.product {
    clear: none;
  }
  .single-product .product_title {
    padding-right: 0!important;
  }
  .woocommerce .span_9 .woocommerce-ordering {
    right: 0px;
  }
  .cart-outer {
    display: none;
  }
  #header-secondary-outer {
    position: relative!important;
    top: 0px!important;
    height: auto!important;
  }
  #header-secondary-outer nav > ul {
    float: none!important;
    width: 100%;
    text-align: center;
    height: auto!important;
  }
  #header-secondary-outer nav > ul > li > a .sf-sub-indicator {
    display: none!important;
  }
  #header-secondary-outer nav > ul > li {
    display: inline-block !important;
    float: none!important;
  }
  #header-secondary-outer ul ul {
    z-index: 100000;
  }
  #header-secondary-outer ul li:hover {
    z-index: 1000;
  }
  #header-secondary-outer nav > ul > li ul li {
    text-align: left!important;
  }
  #header-secondary-outer #social li > a {
    height: 15px!important;
  }
  #header-secondary-outer nav ul.sf-menu {
    border-top: 1px solid #DDDDDD;
  }
  body[data-header-color="custom"] #header-secondary-outer ul#social {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  body[data-header-color="dark"] #header-secondary-outer ul#social {
    border-bottom: 1px solid #333333;
  }
  #page-header-wrap {
    margin-top: -10px;
    overflow: visible;
    height: auto!important;
  }
  #page-header-bg[data-parallax="1"] .span_6,
  #page-header-bg[data-parallax="1"] {
    position: relative!important;
    top: 0px!important;
  }
  #page-header-bg .span_6 {
    display: block!important;
    opacity: 1!important;
  }
  #header-outer[data-using-secondary="1"] {
    top: 0!important;
  }
  h1 .nectar-button,
  h2 .nectar-button,
  h3 .nectar-button,
  h4 .nectar-button {
    display: inline-block;
    margin-top: 20px;
  }
  body .clients.no-carousel > div {
    opacity: 1;
  }
  img.img-with-animation[data-animation="fade-in-from-left"],
  .col.has-animation[data-animation="fade-in-from-left"],
  .wpb_column.has-animation[data-animation="fade-in-from-left"] {
    left: 0px!important;
  }
  img.img-with-animation[data-animation="fade-in-from-right"],
  .col.has-animation[data-animation="fade-in-from-right"],
  .wpb_column.has-animation[data-animation="fade-in-from-right"] {
    right: 0px!important;
  }
  .clients.fade-in-animation > div,
  img.img-with-animation,
  .col.has-animation,
  .wpb_column.has-animation {
    opacity: 1!important;
  }
  .col.has-animation[data-animation="fade-in-from-bottom"],
  .wpb_column.has-animation[data-animation="fade-in-from-bottom"] {
    bottom: 0px!important;
  }
  img.img-with-animation[data-animation="grow-in"],
  .col.has-animation[data-animation="grow-in"],
  .wpb_column.has-animation[data-animation="grow-in"] {
    -ms-transform: scale(1, 1) !important;
        transform: scale(1, 1) !important;
    -webkit-transform: scale(1, 1) !important;
  }
  img.img-with-animation[data-animation="flip-in"],
  .col.has-animation[data-animation="flip-in"],
  .wpb_column.has-animation[data-animation="flip-in"] {
    opacity: 1!important;
    transform: perspective(1000px) rotateY(0deg) !important;
    -webkit-transform: perspective(1000px) rotateY(0deg) !important;
    -o-webkit-transform: perspective(1000px) rotateY(0deg) !important;
    -moz-webkit-transform: perspective(1000px) rotateY(0deg) !important;
  }
  .main-content .vc_span2 .iwithtext .iwt-icon i {
    font-size: 34px!important;
    line-height: 34px!important;
    width: 34px!important;
    height: 34px!important;
  }
  .main-content .vc_span2 .iwithtext .iwt-icon img {
    width: 35px;
  }
  .main-content .vc_span2 .iwithtext .iwt-text {
    padding-left: 55px;
  }
  .main-content .vc_span2 .iwithtext .iwt-icon {
    top: -4px;
  }
  .parallax_slider_outer.first-section .swiper-container .slider-prev,
  .parallax_slider_outer.first-section .swiper-container .slider-next {
    margin-top: -30px;
  }
  #post-area.col_last {
    padding-left: 0px!important;
  }
  body.single-portfolio #post-area {
    width: 100%!important;
    float: none!important;
  }
  .ascend #author-bio img {
    margin: 0 auto!important;
  }
  .woocommerce #post-area .woocommerce-ordering {
    float: none!important;
    display: block;
  }
  .col h2 {
    font-size: 18px;
  }
  .col h3 {
    font-size: 16px;
  }
  .col h4 {
    font-size: 16px;
  }
  .col.centered-text ul,
  .wpb_column.centered-text ul,
  .col.centered-text ul li,
  .wpb_column.centered-text ul li {
    text-align: left;
    margin-left: 0!important;
  }
  .col.centered-text ul,
  .wpb_column.centered-text ul {
    margin: 0!important;
    display: block!important;
  }
  .nectar-fancy-ul[data-animation="true"] ul li {
    opacity: 1!important;
    left: 0!important;
  }
  .testimonial_slider .controls ul {
    text-align: center!important;
  }
  #page-header-bg[data-parallax="0"] {
    margin-top: -1px;
  }
  .nectar-milestone {
    margin-bottom: 15px;
  }
  #page-header-wrap,
  #page-header-bg {
    transition: none!important;
    -moz-transition: none!important;
    -webkit-transition: none!important;
    -o-transition: none!important;
  }
  #featured article .post-title h2 {
    left: 0px!important;
  }
  /*	.container-wrap {
		overflow-x: hidden!important;
	}*/
  .nectar-slider-wrap {
    margin-top: 0!important;
    margin-left: -1px;
  }
  .nectar-slider-loading {
    background-position: center!important;
    top: 0!important;
  }
  .nectar-slider-loading .loading-icon {
    height: 100%!important;
  }
  .swiper-wrapper .slider-down-arrow {
    display: none;
  }
  .nectar-slider-wrap[data-fullscreen="true"] .swiper-wrapper .slider-down-arrow {
    display: block;
    bottom: 0px;
    margin-left: -30px !important;
  }
  .nectar-slider-wrap[data-fullscreen="true"] .swiper-wrapper .slider-down-arrow i {
    font-size: 14px!important;
    opacity: 1!important;
    -ms-transform: none!important;
        transform: none!important;
    -webkit-transform: none!important;
    -o-transform: none!important;
  }
  .parallax_slider_outer.first-section .slider-pagination,
  .nectar-slider-wrap.first-section .slider-pagination {
    padding: 0!important;
  }
  #boxed .container-wrap .row > .wpb_row:first-child .nectar-slider-wrap[data-full-width="boxed-full-width"][data-parallax="false"] {
    margin-top: -30px !important;
  }
  #boxed .container-wrap .row > .nectar-slider-wrap.first-section[data-full-width="boxed-full-width"][data-parallax="false"] {
    margin-top: -40px !important;
  }
  .parallax_slider_outer.first-section .nectar-slider-wrap {
    position: relative!important;
    max-width: 100%;
    overflow-x: hidden;
  }
  .parallax_slider_outer.first-section .nectar-slider-wrap,
  #full_width_portfolio .project-title.parallax-effect {
    -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
  }
  .single-portfolio #full_width_portfolio .row .col.section-title h1,
  .single-portfolio .row .col.section-title h1 {
    letter-spacing: 0px;
    font-size: 20px;
  }
  .parallax_slider_outer.first-section,
  body .parallax-disabled,
  .parallax-disabled .nectar-slider-wrap {
    margin-top: 0px!important;
  }
  .admin-bar.single-portfolio .project-title.parallax-effect {
    margin-top: 0px!important;
  }
  #full_width_portfolio .project-title.parallax-effect {
    position: relative!important;
    top: 0px!important;
  }
  .project-title {
    padding-top: 2.2em!important;
    margin-top: 0px!important;
  }
  .admin-bar .project-title.parallax-effect {
    margin-top: -28px !important;
  }
  .parallax_slider_outer.first-section .swiper-slide .content {
    opacity: 1!important;
    -ms-transform: translate(0px, 0px) !important;
        transform: translate(0px, 0px) !important;
    -webkit-transform: translate(0px, 0px) !important;
  }
  .parallax_slider_outer.first-section .nectar-slider-wrap {
    left: 1px!important;
  }
  .swiper-slide {
    top: -1px;
  }
  .swiper-slide .mejs-overlay {
    z-index: 1000!important;
  }
  .swiper-slide .mejs-poster {
    opacity: 1!important;
  }
  .swiper-slide .content p img {
    max-width: 100%;
  }
  /*.swiper-slide .content br {
		display: none;
	}*/
  body[data-smooth-scrolling="1"] #full_width_portfolio .project-title.parallax-effect {
    padding-right: 0px!important;
  }
  body.single-portfolio #full_width_portfolio .container-wrap {
    padding-top: 2.1em;
  }
  .parallax_slider_outer.first-section .swiper-slide .content,
  .nectar-slider-wrap.first-section .swiper-slide .content {
    margin-top: 3px!important;
    margin-left: 2px!important;
  }
  .parallax_slider_outer.first-section .slider-pagination,
  .nectar-slider-wrap.first-section .slider-pagination {
    padding-left: 2px;
  }
  .carousel-wrap[data-full-width="true"] {
    padding: 0px 9px;
  }
  #footer-widgets .container .row > div:last-child {
    margin-bottom: 0px!important;
  }
  body .carousel-wrap[data-full-width="true"] .carousel-heading h2 {
    font-size: 16px;
    top: 3px;
  }
  body .carousel-wrap[data-full-width="true"] .controls {
    display: block;
    height: 30px;
    position: relative;
    margin-top: 25px!important;
    margin-bottom: 10px;
    width: 130px;
    margin: 0 auto;
  }
  body .carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link,
  body .carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-prev,
  body .carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-next {
    top: 0px!important;
  }
  body .carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link {
    margin: 0 auto;
    position: relative;
  }
  body .carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-prev {
    left: 0px!important;
    margin-left: 0px;
    text-align: left!important;
  }
  body .carousel-wrap[data-full-width="true"] .carousel-heading a.carousel-next {
    right: 0px!important;
  }
  div[data-full-width="false"] .carousel-heading h2 {
    font-size: 12px!important;
  }
  div.portfolio-items[data-col-num="elastic"] {
    padding-left: 0px!important;
  }
  #portfolio-filters-inline #current-category {
    display: none!important;
  }
  #portfolio-filters-inline .container > ul {
    float: none!important;
    text-align: center;
  }
  #portfolio-filters-inline #sort-label {
    display: none!important;
  }
  body #portfolio-filters-inline ul li,
  body #portfolio-filters-inline ul ul {
    float: none!important;
    display: inline;
  }
  body .container-wrap #portfolio-filters-inline.first-section {
    padding-top: 19px !important;
  }
  body .container-wrap #portfolio-filters-inline.first-section.non-fw {
    padding-top: 33px !important;
  }
  body #portfolio-filters-inline .container > ul {
    max-width: 100%!important;
    margin-right: 0px!important;
  }
  body .pp_gallery,
  .woocommerce .pp_gallery {
    display: none!important;
  }
  #post-area.masonry {
    opacity: 1!important;
  }
  /* full width content column sizing  */
  .full-width-content.vc_row-fluid .vc_span2,
  .full-width-content.vc_row-fluid .vc_span3,
  .full-width-content.vc_row-fluid .vc_span4,
  .full-width-content.vc_row-fluid .vc_span5,
  .full-width-content.vc_row-fluid .vc_span6,
  .full-width-content.vc_row-fluid .vc_span7,
  .full-width-content.vc_row-fluid .vc_span8,
  .full-width-content.vc_row-fluid .vc_span9,
  .full-width-content.vc_row-fluid .vc_span10,
  .full-width-content.vc_row-fluid .vc_span11,
  .full-width-content.vc_row-fluid .vc_span12 {
    width: 100%!important;
    height: auto!important;
  }
  .full-width-content .col[data-using-bg="true"],
  .full-width-content .col .wpb_row,
  .full-width-content .col {
    margin-bottom: 0!important;
  }
  .full-width-content.wpb_row .span_12 > .col .wpb_wrapper {
    margin-top: 0!important;
    margin-bottom: 0!important;
  }
  .wpb_row .span_12 > .col.padding-1-percent,
  .wpb_row .span_12 > .col.padding-2-percent {
    padding: 3%!important;
  }
  /*	.wpb_row .span_12 > .col.padding-3-percent,
	.wpb_row .span_12 > .col.padding-4-percent,
	.wpb_row .span_12 > .col.padding-5-percent { padding: 6%!important; }*/
  .full-width-content .one-fourths.span_3,
  .full-width-content .one-fourths.vc_span3 {
    padding: 0;
  }
}
/* full width carousels*/
@media only screen and (min-width: 500px) and (max-width: 600px) {
  body .carousel-wrap[data-full-width="true"] .portfolio-items .work-meta {
    width: 66%;
  }
  body .carousel-wrap[data-full-width="true"] .portfolio-items .work-meta {
    font-size: 10px;
  }
  body .portfolio-items .work-meta h4 {
    font-size: 15px!important;
    line-height: 18px!important;
  }
}
/* full width portfolio/blog/fwc rows*/
@media only screen and (min-width: 1600px) {
  body:after {
    content: 'five';
    display: none;
  }
  /*boxed*/
  #boxed .portfolio-items .elastic-portfolio-item {
    width: 24.98%!important;
  }
  body #boxed .portfolio-items .col.elastic-portfolio-item.tall,
  body #boxed .portfolio-items .col.elastic-portfolio-item.regular {
    width: 19.98%;
  }
  body #boxed .portfolio-items .col.elastic-portfolio-item.wide {
    width: 49.96%!important;
  }
  body #boxed .portfolio-items .col.elastic-portfolio-item.wide_tall {
    width: 49.96%!important;
  }
  body #boxed .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 21.72%!important;
  }
  #post-area.full-width-content .masonry-blog-item,
  .full-width-content #post-area .masonry-blog-item {
    width: 18.3%;
    margin-bottom: 1.8%;
  }
  #boxed #post-area.full-width-content .masonry-blog-item,
  #boxed .full-width-content #post-area .masonry-blog-item {
    width: 30.8%;
  }
  /*constrained masonry*/
  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide {
    width: 49.96%!important;
  }
  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
    width: 49.96%!important;
  }
  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall,
  body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular {
    width: 24.98%;
  }
}
@media only screen and (min-width: 1300px) and (max-width: 1600px) {
  body:after {
    content: 'four';
    display: none;
  }
  .portfolio-items .elastic-portfolio-item {
    width: 24.98%!important;
  }
  body .portfolio-items .col.elastic-portfolio-item.tall,
  body .portfolio-items .col.elastic-portfolio-item.regular {
    width: 19.98%;
  }
  body .portfolio-items .col.elastic-portfolio-item.wide {
    width: 49.96%!important;
  }
  body .portfolio-items .col.elastic-portfolio-item.wide_tall {
    width: 49.96%!important;
  }
  body .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 22.43%!important;
  }
  body #boxed .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 21.72%!important;
  }
  #post-area.full-width-content .masonry-blog-item,
  .full-width-content #post-area .masonry-blog-item {
    width: 22.8%;
    margin-bottom: 2.3%;
  }
  .full-width-content.blog-fullwidth-wrap {
    padding-left: 2.8%!important;
  }
  #boxed #post-area.full-width-content .masonry-blog-item,
  #boxed .full-width-content #post-area .masonry-blog-item {
    width: 30.8%;
  }
  .full-width-content .vc_span2 .nectar-milestone .number {
    font-size: 50px;
    line-height: 50px;
  }
  .full-width-content .vc_span8 .clients.five-cols.carousel > div {
    width: 33%;
  }
  .full-width-content .vc_span3 .team-member[data-style="meta_overlaid"] .team-member-image {
    height: 320px;
  }
  .full-width-content .vc_span4 .team-member[data-style="meta_overlaid"] .team-member-image {
    height: 370px;
  }
}
@media only screen and (min-width: 990px) and (max-width: 1300px) {
  body:after {
    content: 'three';
    display: none;
  }
  .portfolio-items .elastic-portfolio-item {
    width: 33.3%!important;
  }
  body .portfolio-items .col.elastic-portfolio-item.wide_tall,
  body .portfolio-items .col.elastic-portfolio-item.wide {
    width: 66.6%!important;
  }
  body .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 30.6%!important;
  }
  body #boxed .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 29.7%!important;
  }
  /* constrained cols */
  body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item {
    width: 24.95%!important;
  }
  /* constrained cols */
  body .portfolio-items.constrain-max-cols.no-masonry .col.elastic-portfolio-item h3,
  .team-member[data-style="meta_overlaid"] .team-meta h3 {
    font-size: 14px;
    line-height: 20px;
  }
  body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item h3 {
    font-size: 16px;
  }
  .portfolio-items.constrain-max-cols .work-item.style-4 .bottom-meta {
    padding: 13px 13px 10px;
  }
  .portfolio-items.constrain-max-cols .work-item.style-4 .bottom-meta p {
    font-size: 12px;
    line-height: 22px;
  }
  /*constrained masonry*/
  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide {
    width: 49.96%!important;
  }
  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.wide_tall {
    width: 49.96%!important;
  }
  body .portfolio-items.constrain-max-cols .col.elastic-portfolio-item.tall,
  body .portfolio-items.constrain-max-cols.masonry-items .col.elastic-portfolio-item.regular {
    width: 24.96%!important;
  }
  .team-member[data-style="meta_overlaid"] .team-meta {
    bottom: 30px;
  }
  /*fw content column early content shrinking*/
  .full-width-content .vc_span8 .clients.six-cols > div {
    width: 32.3%;
  }
  .full-width-content .vc_span8 .clients.no-carousel.six-cols > div:nth-child(3n+3) {
    margin-right: 0;
  }
  .full-width-content .vc_span8 .clients.five-cols.carousel > div {
    width: 40%;
  }
  .full-width-content .vc_span4 .testimonial_slider blockquote {
    font-size: 16px;
    line-height: 33px;
  }
  .full-width-content .vc_span3 .team-member[data-style="meta_overlaid"] .team-member-image {
    height: 270px;
  }
  .full-width-content .vc_span4 .team-member[data-style="meta_overlaid"] .team-member-image {
    height: 320px;
  }
  .wpb_row:not(.full-width-content) .vc_span3 .team-member[data-style="meta_overlaid"] .team-member-image {
    height: 250px;
  }
  .full-width-content .wpb_column .wpb_row .wpb_column,
  .full-width-content .wpb_column .wpb_row .wpb_column p {
    font-size: 12px;
    line-height: 23px;
  }
}
@media only screen and (min-width: 470px) and (max-width: 990px) {
  body:after {
    content: 'two';
    display: none;
  }
  .portfolio-items .elastic-portfolio-item {
    width: 49.8%!important;
  }
  body .portfolio-items .col.elastic-portfolio-item.wide_tall,
  body .portfolio-items .col.elastic-portfolio-item.wide {
    width: 99.6%!important;
  }
  body .portfolio-wrap.default-style {
    padding: 0px!important;
    margin-top: 30px;
  }
  body .portfolio-wrap.default-style .portfolio-items {
    margin: 0px!important;
    width: 100%!important;
    padding: 0px!important;
  }
  body .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 100%!important;
    margin: 0px!important;
    padding-bottom: 25px;
  }
  /*boxed*/
  #boxed .portfolio-items .elastic-portfolio-item {
    width: 99.9%!important;
  }
  #boxed .portfolio-items .elastic-portfolio-item img {
    height: auto!important;
  }
  body #boxed .default-style {
    padding: 0px!important;
    margin-top: 30px;
  }
  body #boxed .default-style .portfolio-items {
    margin: 0px!important;
    width: 100%!important;
    padding: 0px!important;
  }
  body #boxed .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 100%!important;
    margin: 0px!important;
    padding-bottom: 25px;
  }
}
@media only screen and (max-width: 470px) {
  body:after {
    content: 'one';
    display: none;
  }
  .portfolio-items .elastic-portfolio-item {
    width: 99.9%!important;
  }
  .portfolio-items .elastic-portfolio-item img {
    height: auto!important;
  }
  body .default-style {
    padding: 0px!important;
    margin-top: 30px;
  }
  body .default-style .portfolio-items:not(.carousel) {
    margin: 0px!important;
    width: 100%!important;
    padding: 0px!important;
  }
  body .default-style .portfolio-items .col.elastic-portfolio-item {
    width: 100%!important;
    margin: 0px!important;
    padding-bottom: 25px;
  }
  .full-width-content.blog-fullwidth-wrap {
    padding: 0px 10%!important;
  }
}
/*
 *
 * Styles generated by Salient's theme settings 
 *
 */
body a {
  color: #7e5c93;
}
header#top nav .sf-menu li.sfHover > a,
header#top nav .sf-menu li.current-menu-item > a,
header#top nav .sf-menu li.current_page_item > a .sf-sub-indicator i,
header#top nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator i,
header#top nav .sf-menu li.sfHover > a,
header#top nav .sf-menu li.current_page_ancestor > a,
header#top nav .sf-menu li.current-menu-ancestor > a,
header#top nav .sf-menu li.current_page_item > a,
body header#top nav .sf-menu li.current_page_item > a .sf-sub-indicator [class^="icon-"],
header#top nav .sf-menu li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"],
header#top nav .sf-menu li.current-menu-ancestor > a,
header#top nav .sf-menu li.current_page_item > a,
.sf-menu li ul li.sfHover > a .sf-sub-indicator [class^="icon-"],
ul.sf-menu > li > a:hover > .sf-sub-indicator i,
ul.sf-menu > li > a:active > .sf-sub-indicator i,
ul.sf-menu > li.sfHover > a > .sf-sub-indicator i,
.sf-menu ul li.current_page_item > a,
.sf-menu ul li.current-menu-ancestor > a,
.sf-menu ul li.current_page_ancestor > a,
.sf-menu ul a:focus,
.sf-menu ul a:hover,
.sf-menu ul a:active,
.sf-menu ul li:hover > a,
.sf-menu ul li.sfHover > a,
.sf-menu li ul li a:hover,
.sf-menu li ul li.sfHover > a,
#footer-outer a:hover,
.recent-posts .post-header a:hover,
article.post .post-header a:hover,
article.result a:hover,
article.post .post-header h2 a,
.single article.post .post-meta a:hover,
.comment-list .comment-meta a:hover,
label span,
.wpcf7-form p span,
.icon-3x[class^="icon-"],
.icon-3x[class*=" icon-"],
.icon-tiny[class^="icon-"],
.circle-border,
article.result .title a,
.home .blog-recent .span_3 .post-header a:hover,
.home .blog-recent .span_3 .post-header h3 a,
#single-below-header a:hover,
header#top #logo:hover,
.sf-menu > li.current_page_ancestor > a > .sf-sub-indicator [class^="icon-"],
.sf-menu > li.current-menu-ancestor > a > .sf-sub-indicator [class^="icon-"],
body #mobile-menu li.open > a [class^="icon-"],
.pricing-column h3,
.comment-author a:hover,
.project-attrs li i,
#footer-outer #copyright li a i:hover,
.col:hover > [class^="icon-"].icon-3x.accent-color.alt-style,
.col:hover > [class*=" icon-"].icon-3x.accent-color.alt-style,
#header-outer .widget_shopping_cart .cart_list a,
.woocommerce .star-rating,
.woocommerce-page table.cart a.remove,
.woocommerce form .form-row .required,
.woocommerce-page form .form-row .required,
body #header-secondary-outer #social a:hover i,
.woocommerce ul.products li.product .price,
body .twitter-share:hover i,
.twitter-share.hovered i,
body .linkedin-share:hover i,
.linkedin-share.hovered i,
body .google-plus-share:hover i,
.google-plus-share.hovered i,
.pinterest-share:hover i,
.pinterest-share.hovered i,
.facebook-share:hover i,
.facebook-share.hovered i,
.woocommerce-page ul.products li.product .price,
.nectar-milestone .number.accent-color,
header#top nav > ul > li.megamenu > ul > li > a:hover,
header#top nav > ul > li.megamenu > ul > li.sfHover > a,
body #portfolio-nav a:hover i,
span.accent-color,
.nectar-love:hover i,
.nectar-love.loved i,
.portfolio-items .nectar-love:hover i,
.portfolio-items .nectar-love.loved i,
body .hovered .nectar-love i,
header#top nav ul #search-btn a:hover span,
#search-outer #search #close a span:hover,
.carousel-wrap[data-full-width="true"] .carousel-heading a:hover i,
#search-outer .ui-widget-content li:hover a .title,
#search-outer .ui-widget-content .ui-state-hover .title,
#search-outer .ui-widget-content .ui-state-focus .title,
#portfolio-filters-inline .container ul li a.active,
body [class^="icon-"].icon-default-style,
.team-member a.accent-color:hover,
.ascend .comment-list .reply a,
.wpcf7-form .wpcf7-not-valid-tip {
  color: #7e5c93!important;
}
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.accent-color.alt-style,
body .col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.accent-color.alt-style,
.ascend #header-outer:not(.transparent) .cart-outer:hover .cart-menu-wrap:not(.has_products) .icon-salient-cart {
  color: #7e5c93!important;
}
.orbit-wrapper div.slider-nav span.right,
.orbit-wrapper div.slider-nav span.left,
.flex-direction-nav a,
.jp-play-bar,
.jp-volume-bar-value,
.jcarousel-prev:hover,
.jcarousel-next:hover,
.portfolio-items .col[data-default-color="true"] .work-info-bg,
.portfolio-items .col[data-default-color="true"] .bottom-meta,
#portfolio-filters a,
#portfolio-filters #sort-portfolio,
.project-attrs li span,
.progress li span,
.nectar-progress-bar span,
#footer-outer #footer-widgets .col .tagcloud a:hover,
#sidebar .widget .tagcloud a:hover,
article.post .more-link span:hover,
article.post.quote .post-content .quote-inner,
article.post.link .post-content .link-inner,
#pagination .next a:hover,
#pagination .prev a:hover,
.comment-list .reply a:hover,
input[type=submit]:hover,
#footer-outer #copyright li a.vimeo:hover,
#footer-outer #copyright li a.behance:hover,
.toggle.open h3 a,
.tabbed > ul li a.active-tab,
[class*=" icon-"],
.icon-normal,
.bar_graph li span,
.nectar-button[data-color-override="false"].regular-button,
body .swiper-slide .button.transparent_2 a.primary-color:hover,
#footer-outer #footer-widgets .col input[type="submit"],
.carousel-prev:hover,
.carousel-next:hover,
.blog-recent .more-link span:hover,
.post-tags a:hover,
.pricing-column.highlight h3,
#to-top:hover,
#to-top.dark:hover,
#pagination a.page-numbers:hover,
#pagination span.page-numbers.current,
.single-portfolio .facebook-share a:hover,
.single-portfolio .twitter-share a:hover,
.single-portfolio .pinterest-share a:hover,
.single-post .facebook-share a:hover,
.single-post .twitter-share a:hover,
.single-post .pinterest-share a:hover,
.mejs-controls .mejs-time-rail .mejs-time-current,
.mejs-controls .mejs-volume-button .mejs-volume-slider .mejs-volume-current,
.mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current,
article.post.quote .post-content .quote-inner,
article.post.link .post-content .link-inner,
article.format-status .post-content .status-inner,
article.post.format-aside .aside-inner,
body #header-secondary-outer #social li a.behance:hover,
body #header-secondary-outer #social li a.vimeo:hover,
#sidebar .widget:hover [class^="icon-"].icon-3x,
article.post.quote .content-inner .quote-inner .whole-link,
body [class^="icon-"].icon-3x.alt-style.accent-color,
body [class*=" icon-"].icon-3x.alt-style.accent-color,
#header-outer .widget_shopping_cart a.button,
#header-outer a.cart-contents span,
.swiper-slide .button.solid_color a,
#portfolio-filters,
button[type=submit]:hover,
#buddypress button:hover,
#buddypress a.button:hover,
#buddypress ul.button-nav li.current a,
#buddypress a.button:focus {
  background-color: #7e5c93!important;
}
.col:hover > [class^="icon-"].icon-3x:not(.alt-style).accent-color,
.col:hover > [class*=" icon-"].icon-3x:not(.alt-style).accent-color,
body .nectar-button.see-through-2[data-hover-color-override="false"]:hover,
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x:not(.alt-style).accent-color,
.col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x:not(.alt-style).accent-color {
  background-color: #7e5c93!important;
}
.tabbed > ul li a.active-tab,
body .recent_projects_widget a:hover img,
.recent_projects_widget a:hover img,
#sidebar #flickr a:hover img,
body .nectar-button.see-through-2[data-hover-color-override="false"]:hover,
#footer-outer #flickr a:hover img,
#featured article .post-title a:hover,
body #featured article .post-title a:hover,
div.wpcf7-validation-errors {
  border-color: #7e5c93!important;
}
.default-loading-icon:before {
  border-top-color: #7e5c93!important;
}
#header-outer a.cart-contents span:before {
  border-color: transparent #7e5c93;
}
.col:not(#post-area):not(.span_12):not(#sidebar):hover .circle-border,
#sidebar .widget:hover .circle-border {
  border-color: #7e5c93;
}
.gallery a:hover img {
  border-color: #7e5c93!important;
}
@media only screen and (min-width: 1px) and (max-width: 1000px) {
  body #featured article .post-title > a {
    background-color: #7e5c93;
  }
  body #featured article .post-title > a {
    border-color: #7e5c93;
  }
}
.nectar-button.regular-button.extra-color-1 {
  background-color: #f6653c!important;
}
.icon-3x[class^="icon-"].extra-color-1:not(.alt-style),
.icon-tiny[class^="icon-"].extra-color-1,
.icon-3x[class*=" icon-"].extra-color-1:not(.alt-style),
.icon-3x[class*=" icon-"].extra-color-1:not(.alt-style) .circle-border,
.woocommerce-page table.cart a.remove,
.nectar-milestone .number.extra-color-1,
span.extra-color-1,
.team-member ul.social.extra-color-1 li a,
.stock.out-of-stock,
body [class^="icon-"].icon-default-style.extra-color-1,
.team-member a.extra-color-1:hover {
  color: #f6653c!important;
}
.col:hover > [class^="icon-"].icon-3x.extra-color-1:not(.alt-style),
.col:hover > [class*=" icon-"].icon-3x.extra-color-1:not(.alt-style),
body .swiper-slide .button.transparent_2 a.extra-color-1:hover,
body .col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-1:not(.alt-style),
body .col:not(#post-area):not(#sidebar):not(.span_12):hover a [class*=" icon-"].icon-3x.extra-color-1:not(.alt-style),
#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-1:not(.alt-style) {
  background-color: #f6653c!important;
}
body [class^="icon-"].icon-3x.alt-style.extra-color-1,
body [class*=" icon-"].icon-3x.alt-style.extra-color-1,
[class*=" icon-"].extra-color-1.icon-normal,
.extra-color-1.icon-normal,
.bar_graph li span.extra-color-1,
.nectar-progress-bar span.extra-color-1,
#header-outer .widget_shopping_cart a.button,
.woocommerce ul.products li.product .onsale,
.woocommerce-page ul.products li.product .onsale,
.woocommerce span.onsale,
.woocommerce-page span.onsale,
.woocommerce-page table.cart a.remove:hover,
.swiper-slide .button.solid_color a.extra-color-1,
.toggle.open.extra-color-1 h3 a {
  background-color: #f6653c!important;
}
.col:hover > [class^="icon-"].icon-3x.extra-color-1.alt-style,
.col:hover > [class*=" icon-"].icon-3x.extra-color-1.alt-style,
.no-highlight.extra-color-1 h3,
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-1.alt-style,
body .col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-1.alt-style {
  color: #f6653c!important;
}
.col:not(#post-area):not(.span_12):not(#sidebar):hover .extra-color-1 .circle-border,
.woocommerce-page table.cart a.remove,
#sidebar .widget:hover .extra-color-1 .circle-border,
.woocommerce-page table.cart a.remove {
  border-color: #f6653c;
}
.pricing-column.highlight.extra-color-1 h3 {
  background-color: #f6653c!important;
}
.nectar-button.regular-button.extra-color-2 {
  background-color: #2AC4EA!important;
}
.icon-3x[class^="icon-"].extra-color-2:not(.alt-style),
.icon-3x[class*=" icon-"].extra-color-2:not(.alt-style),
.icon-tiny[class^="icon-"].extra-color-2,
.icon-3x[class*=" icon-"].extra-color-2 .circle-border,
.nectar-milestone .number.extra-color-2,
span.extra-color-2,
.team-member ul.social.extra-color-2 li a,
body [class^="icon-"].icon-default-style.extra-color-2,
.team-member a.extra-color-2:hover {
  color: #2AC4EA!important;
}
.col:hover > [class^="icon-"].icon-3x.extra-color-2:not(.alt-style),
.col:hover > [class*=" icon-"].icon-3x.extra-color-2:not(.alt-style),
body .swiper-slide .button.transparent_2 a.extra-color-2:hover,
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-2:not(.alt-style),
.col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-2:not(.alt-style),
#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-2:not(.alt-style) {
  background-color: #2AC4EA!important;
}
body [class^="icon-"].icon-3x.alt-style.extra-color-2,
body [class*=" icon-"].icon-3x.alt-style.extra-color-2,
[class*=" icon-"].extra-color-2.icon-normal,
.extra-color-2.icon-normal,
.bar_graph li span.extra-color-2,
.nectar-progress-bar span.extra-color-2,
.woocommerce .product-wrap .add_to_cart_button.added,
.woocommerce-message,
.woocommerce-error,
.woocommerce-info,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range,
.swiper-slide .button.solid_color a.extra-color-2,
.toggle.open.extra-color-2 h3 a {
  background-color: #2AC4EA!important;
}
.col:hover > [class^="icon-"].icon-3x.extra-color-2.alt-style,
.col:hover > [class*=" icon-"].icon-3x.extra-color-2.alt-style,
.no-highlight.extra-color-2 h3,
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-2.alt-style,
body .col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-2.alt-style {
  color: #2AC4EA!important;
}
.col:not(#post-area):not(.span_12):not(#sidebar):hover .extra-color-2 .circle-border,
#sidebar .widget:hover .extra-color-2 .circle-border {
  border-color: #2AC4EA;
}
.pricing-column.highlight.extra-color-2 h3 {
  background-color: #2AC4EA!important;
}
.nectar-button.regular-button.extra-color-3 {
  background-color: #333333!important;
}
.icon-3x[class^="icon-"].extra-color-3:not(.alt-style),
.icon-3x[class*=" icon-"].extra-color-3:not(.alt-style),
.icon-tiny[class^="icon-"].extra-color-3,
.icon-3x[class*=" icon-"].extra-color-3 .circle-border,
.nectar-milestone .number.extra-color-3,
span.extra-color-3,
.team-member ul.social.extra-color-3 li a,
body [class^="icon-"].icon-default-style.extra-color-3,
.team-member a.extra-color-3:hover {
  color: #333333!important;
}
.col:hover > [class^="icon-"].icon-3x.extra-color-3:not(.alt-style),
.col:hover > [class*=" icon-"].icon-3x.extra-color-3:not(.alt-style),
body .swiper-slide .button.transparent_2 a.extra-color-3:hover,
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-3:not(.alt-style),
.col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-3:not(.alt-style),
#sidebar .widget:hover [class^="icon-"].icon-3x.extra-color-3:not(.alt-style) {
  background-color: #333333!important;
}
body [class^="icon-"].icon-3x.alt-style.extra-color-3,
body [class*=" icon-"].icon-3x.alt-style.extra-color-3,
.extra-color-3.icon-normal,
[class*=" icon-"].extra-color-3.icon-normal,
.bar_graph li span.extra-color-3,
.nectar-progress-bar span.extra-color-3,
.swiper-slide .button.solid_color a.extra-color-3,
.toggle.open.extra-color-3 h3 a {
  background-color: #333333!important;
}
.col:hover > [class^="icon-"].icon-3x.extra-color-3.alt-style,
.col:hover > [class*=" icon-"].icon-3x.extra-color-3.alt-style,
.no-highlight.extra-color-3 h3,
.col:not(#post-area):not(.span_12):not(#sidebar):hover [class^="icon-"].icon-3x.extra-color-3.alt-style,
body .col:not(#post-area):not(.span_12):not(#sidebar):hover a [class*=" icon-"].icon-3x.extra-color-3.alt-style {
  color: #333333!important;
}
.col:not(#post-area):not(.span_12):not(#sidebar):hover .extra-color-3 .circle-border,
#sidebar .widget:hover .extra-color-3 .circle-border {
  border-color: #333333;
}
.pricing-column.highlight.extra-color-3 h3 {
  background-color: #333333!important;
}
#header-outer,
#search-outer {
  background-color: #b19bc1;
}
header#top #logo,
.sf-sub-indicator [class^="icon-"],
body[data-header-color="custom"].ascend #boxed #header-outer .cart-menu .cart-icon-wrap i,
body.ascend #boxed #header-outer .cart-menu .cart-icon-wrap i,
.sf-sub-indicator [class*=" icon-"],
header#top nav ul #search-btn a span,
header#top #mobile-cart-link i,
#header-outer .cart-menu .cart-icon-wrap .icon-salient-cart,
#search-outer #search input[type="text"],
#search-outer #search #close a span {
  color: #48494c!important;
}
header#top #logo:hover,
body header#top nav .sf-menu > li.sfHover > a,
body header#top nav .sf-menu > li.current-menu-item > a,
body header#top nav .sf-menu > li.current_page_item > a .sf-sub-indicator i,
body header#top nav .sf-menu > li.current_page_ancestor > a .sf-sub-indicator i,
body header#top nav .sf-menu > li.sfHover > a,
body header#top nav .sf-menu > li.current_page_ancestor > a,
body header#top nav .sf-menu > li.current-menu-ancestor > a,
body header#top nav .sf-menu > li.current-menu-ancestor > a i,
body header#top nav .sf-menu > li.current_page_item > a,
body header#top nav .sf-menu > li.current_page_item > a .sf-sub-indicator [class^="icon-"],
body header#top nav .sf-menu > li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"],
body header#top nav .sf-menu > li.current-menu-ancestor > a,
body .sf-menu > li.sfHover > a .sf-sub-indicator [class^="icon-"],
body .sf-menu > li:hover > a .sf-sub-indicator [class^="icon-"],
body .sf-menu > li:hover > a,
header#top nav ul #search-btn a span:hover,
#search-outer #search #close a span:hover {
  color: #48494c!important;
}
#search-outer .ui-widget-content,
header#top .sf-menu li ul li a,
header#top nav > ul > li.megamenu > ul.sub-menu,
body header#top nav > ul > li.megamenu > ul.sub-menu > li > a,
#header-outer .widget_shopping_cart .cart_list a,
#header-secondary-outer ul ul li a,
#header-outer .widget_shopping_cart .cart_list li,
.woocommerce .cart-notification,
#header-outer .widget_shopping_cart_content {
  background-color: #1F1F1F!important;
}
header#top .sf-menu li ul li a:hover,
body header#top nav .sf-menu ul li.sfHover > a,
header#top .sf-menu li ul li.current-menu-item > a,
header#top .sf-menu li ul li.current-menu-ancestor > a,
header#top nav > ul > li.megamenu > ul ul li a:hover,
header#top nav > ul > li.megamenu > ul ul li.current-menu-item a,
#header-secondary-outer ul ul li a:hover,
body #header-secondary-outer .sf-menu ul li.sfHover > a,
#header-outer .widget_shopping_cart .cart_list li:hover,
#header-outer .widget_shopping_cart .cart_list li:hover a,
#search-outer .ui-widget-content li:hover,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background-color: #313233!important;
}
#search-outer .ui-widget-content li a,
#search-outer .ui-widget-content i,
header#top .sf-menu li ul li a,
body #header-outer .widget_shopping_cart .cart_list a,
#header-secondary-outer ul ul li a,
.woocommerce .cart-notification .item-name,
.cart-outer .cart-notification,
.sf-menu li ul .sf-sub-indicator [class^="icon-"],
.sf-menu li ul .sf-sub-indicator [class*=" icon-"],
#header-outer .widget_shopping_cart .quantity {
  color: #CCCCCC!important;
}
#search-outer .ui-widget-content li:hover a .title,
#search-outer .ui-widget-content .ui-state-hover .title,
#search-outer .ui-widget-content .ui-state-focus .title,
#search-outer .ui-widget-content li:hover a,
#search-outer .ui-widget-content li:hover i,
#search-outer .ui-widget-content .ui-state-hover a,
#search-outer .ui-widget-content .ui-state-focus a,
#search-outer .ui-widget-content .ui-state-hover i,
#search-outer .ui-widget-content .ui-state-focus i,
#search-outer .ui-widget-content .ui-state-hover span,
#search-outer .ui-widget-content .ui-state-focus span,
body header#top nav .sf-menu ul li.sfHover > a,
header#top nav > ul > li.megamenu > ul ul li.current-menu-item a,
body #header-outer .widget_shopping_cart .cart_list li:hover a,
#header-secondary-outer ul ul li:hover > a,
body #header-secondary-outer ul ul li:hover > a i,
body header#top nav .sf-menu ul li.sfHover > a .sf-sub-indicator i,
#header-outer .widget_shopping_cart li:hover .quantity,
body header#top nav .sf-menu ul li:hover > a .sf-sub-indicator i,
body header#top nav .sf-menu ul li:hover > a,
header#top nav > ul > li.megamenu > ul > li > a:hover,
header#top nav > ul > li.megamenu > ul > li.sfHover > a,
body header#top nav .sf-menu ul li.current-menu-item > a,
body header#top nav .sf-menu ul li.current_page_item > a .sf-sub-indicator i,
body header#top nav .sf-menu ul li.current_page_ancestor > a .sf-sub-indicator i,
body header#top nav .sf-menu ul li.sfHover > a,
#header-secondary-outer ul li.sfHover > a,
body header#top nav .sf-menu ul li.current_page_ancestor > a,
body header#top nav .sf-menu ul li.current-menu-ancestor > a,
body header#top nav .sf-menu ul li.current_page_item > a,
body header#top nav .sf-menu ul li.current_page_item > a .sf-sub-indicator [class^="icon-"],
body header#top nav .sf-menu ul li.current_page_ancestor > a .sf-sub-indicator [class^="icon-"],
body header#top nav .sf-menu ul li.current-menu-ancestor > a,
body header#top nav .sf-menu ul li.current_page_item > a,
body .sf-menu ul li ul li.sfHover > a .sf-sub-indicator [class^="icon-"],
body ul.sf-menu > li > a:active > .sf-sub-indicator i,
body ul.sf-menu > li.sfHover > a > .sf-sub-indicator i,
body .sf-menu ul li.current_page_item > a,
body .sf-menu ul li.current-menu-ancestor > a,
body .sf-menu ul li.current_page_ancestor > a,
body .sf-menu ul a:focus,
body .sf-menu ul a:hover,
body .sf-menu ul a:active,
body .sf-menu ul li:hover > a,
body .sf-menu ul li.sfHover > a,
.body sf-menu li ul li a:hover,
body .sf-menu li ul li.sfHover > a,
body header#top nav > ul > li.megamenu ul li:hover > a {
  color: #ffffff!important;
}
#header-secondary-outer {
  background-color: #F8F8F8!important;
}
#header-secondary-outer nav > ul > li > a,
body #header-secondary-outer nav > ul > li > a span.sf-sub-indicator [class^="icon-"],
#header-secondary-outer #social li a i {
  color: #666666!important;
}
#header-secondary-outer #social li a:hover i,
#header-secondary-outer nav > ul > li:hover > a,
#header-secondary-outer nav > ul > li.current-menu-item > a,
#header-secondary-outer nav > ul > li.sfHover > a,
#header-secondary-outer nav > ul > li.sfHover > a span.sf-sub-indicator [class^="icon-"],
#header-secondary-outer nav > ul > li.current-menu-item > a span.sf-sub-indicator [class^="icon-"],
#header-secondary-outer nav > ul > li.current-menu-ancestor > a,
#header-secondary-outer nav > ul > li.current-menu-ancestor > a span.sf-sub-indicator [class^="icon-"],
body #header-secondary-outer nav > ul > li:hover > a span.sf-sub-indicator [class^="icon-"] {
  color: #222222!important;
}
#footer-outer {
  background-color: #1a1a1a!important;
}
#footer-outer #footer-widgets {
  border-bottom: none!important;
}
#footer-outer #footer-widgets .col ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
}
#footer-outer #footer-widgets .col .widget_recent_comments ul li {
  background-color: rgba(0, 0, 0, 0.07) !important;
  border-bottom: 0!important;
}
#footer-outer,
#footer-outer a {
  color: #CCCCCC!important;
}
#footer-outer .widget h4,
#footer-outer .col .widget_recent_entries span,
#footer-outer .col .recent_posts_extra_widget .post-widget-text span {
  color: #777777!important;
}
body {
  border: none!important;
  background-color: #1a1a1a!important;
}
#footer-outer #copyright li a i,
#footer-outer #copyright p {
  color: #777777!important;
}
#call-to-action {
  background-color: #ECEBE9!important;
}
#call-to-action span {
  color: #4B4F52!important;
}
#header-outer {
  padding-top: 15px;
}
#header-outer #logo img {
  height: 75px;
}
#header-outer .cart-menu {
  padding-bottom: 43px;
  padding-top: 43px;
}
header#top nav > ul li#search-btn {
  padding-bottom: 27px;
  padding-top: 28px;
}
header#top .sf-menu > li.sfHover > ul {
  top: 20px;
}
.sf-sub-indicator {
  height: 20px;
}
#header-space {
  height: 105px;
}
body[data-smooth-scrolling="1"] #full_width_portfolio .project-title.parallax-effect {
  top: 105px;
}
body.single-product div.product .product_title {
  padding-right: 0;
}
@media only screen and (min-width: 1000px) and (max-width: 1300px) {
  .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,
  .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,
  .full-width-content .vc_span12 .swiper-slide .content h2 {
    font-size: 45px!important;
    line-height: 51px!important;
  }
  .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,
  .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,
  .full-width-content .vc_span12 .swiper-slide .content p {
    font-size: 18px!important;
    line-height: 31.2px!important;
  }
}
@media only screen and (min-width: 690px) and (max-width: 1000px) {
  .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content h2,
  .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content h2,
  .full-width-content .vc_span12 .swiper-slide .content h2 {
    font-size: 33px!important;
    line-height: 39px!important;
  }
  .nectar-slider-wrap[data-full-width="true"] .swiper-slide .content p,
  .nectar-slider-wrap[data-full-width="boxed-full-width"] .swiper-slide .content p,
  .full-width-content .vc_span12 .swiper-slide .content p {
    font-size: 13.2px!important;
    line-height: 24px!important;
  }
}
@media only screen and (max-width: 690px) {
  .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content h2,
  .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content h2,
  .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content h2 {
    font-size: 15px!important;
    line-height: 21px!important;
  }
  .nectar-slider-wrap[data-full-width="true"][data-fullscreen="false"] .swiper-slide .content p,
  .nectar-slider-wrap[data-full-width="boxed-full-width"][data-fullscreen="false"] .swiper-slide .content p,
  .full-width-content .vc_span12 .nectar-slider-wrap[data-fullscreen="false"] .swiper-slide .content p {
    font-size: 7.68px!important;
    line-height: 17.52px!important;
  }
}
@media only screen and (min-width: 1000px) {
  .container {
    max-width: 1425px;
    width: 100%;
    padding: 0 90px;
  }
  .swiper-slide .content {
    padding: 0 90px;
  }
  body .container .container {
    width: 100%!important;
  }
  body .carousel-heading .container .carousel-next {
    right: 10px;
  }
  body .carousel-heading .container .carousel-prev {
    right: 35px;
  }
  .carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link {
    left: 90px;
  }
  .carousel-wrap[data-full-width="true"] .carousel-heading {
    margin-left: -20px;
    margin-right: -20px;
  }
  .carousel-wrap[data-full-width="true"] .carousel-next {
    right: 90px!important;
  }
  .carousel-wrap[data-full-width="true"] .carousel-prev {
    right: 115px!important;
  }
  .carousel-wrap[data-full-width="true"] {
    padding: 0!important;
  }
  .carousel-wrap[data-full-width="true"] .caroufredsel_wrapper {
    padding: 20px!important;
  }
  #search-outer #search #close a {
    right: 90px;
  }
  #boxed,
  #boxed #header-outer,
  #boxed #header-secondary-outer,
  #boxed #page-header-bg[data-parallax="1"],
  #boxed #featured,
  #boxed .orbit > div,
  #boxed #featured article,
  .ascend #boxed #search-outer {
    max-width: 1400px!important;
    width: 90%!important;
    min-width: 980px;
  }
  #boxed #search-outer #search #close a {
    right: 0!important;
  }
  #boxed .container {
    width: 92%;
    padding: 0;
  }
  #boxed #footer-outer #footer-widgets,
  #boxed #footer-outer #copyright {
    padding-left: 0;
    padding-right: 0;
  }
  #boxed .carousel-wrap[data-full-width="true"] .carousel-heading a.portfolio-page-link {
    left: 35px;
  }
  #boxed .carousel-wrap[data-full-width="true"] .carousel-next {
    right: 35px!important;
  }
  #boxed .carousel-wrap[data-full-width="true"] .carousel-prev {
    right: 60px!important;
  }
}
.recentcomments a {
  display: inline !important;
  padding: 0 !important;
  margin: 0 !important;
}
.media .carousel li {
  margin: 0 !important;
}
