/*
Description: The stylesheet with a main responsive style.
Author:      Cherry Team
Version:     1.0.0
*/
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 34px; }

  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm {
    line-height: 30px; }

  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg {
    line-height: 46px; } }
@media (min-width: 767px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

@media (min-width: 767px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
@media (min-width: 767px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px; } }
@media (min-width: 767px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px; } }

@media (max-width: 767px) {
  ol.comment-list li.comment ol.children {
    padding-left: 15px; } }

@media (max-width: 766px) {
  .table-responsive {
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch; }
    .table-responsive > .table {
      margin-bottom: 0; }
      .table-responsive > .table > thead > tr > th,
      .table-responsive > .table > thead > tr > td,
      .table-responsive > .table > tbody > tr > th,
      .table-responsive > .table > tbody > tr > td,
      .table-responsive > .table > tfoot > tr > th,
      .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap; }
    .table-responsive > .table-bordered {
      border: 0; }
      .table-responsive > .table-bordered > thead > tr > th:first-child,
      .table-responsive > .table-bordered > thead > tr > td:first-child,
      .table-responsive > .table-bordered > tbody > tr > th:first-child,
      .table-responsive > .table-bordered > tbody > tr > td:first-child,
      .table-responsive > .table-bordered > tfoot > tr > th:first-child,
      .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0; }
      .table-responsive > .table-bordered > thead > tr > th:last-child,
      .table-responsive > .table-bordered > thead > tr > td:last-child,
      .table-responsive > .table-bordered > tbody > tr > th:last-child,
      .table-responsive > .table-bordered > tbody > tr > td:last-child,
      .table-responsive > .table-bordered > tfoot > tr > th:last-child,
      .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0; }
      .table-responsive > .table-bordered > tbody > tr:last-child > th,
      .table-responsive > .table-bordered > tbody > tr:last-child > td,
      .table-responsive > .table-bordered > tfoot > tr:last-child > th,
      .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0; } }

@media (min-width: 767px) {
  .dl-horizontal dt {
    float: left;
    width: 160px;
    clear: left;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap; }
  .dl-horizontal dd {
    margin-left: 180px; } }

@-ms-viewport {
  width: device-width; }
.visible-xs, .visible-sm, .visible-md, .visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 766px) {
  .visible-xs {
    display: block !important; }

  table.visible-xs {
    display: table; }

  tr.visible-xs {
    display: table-row !important; }

  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }
@media (max-width: 766px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 766px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 766px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 767px) and (max-width: 990px) {
  .visible-sm {
    display: block !important; }

  table.visible-sm {
    display: table; }

  tr.visible-sm {
    display: table-row !important; }

  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }
@media (min-width: 767px) and (max-width: 990px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 767px) and (max-width: 990px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 767px) and (max-width: 990px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .visible-md {
    display: block !important; }

  table.visible-md {
    display: table; }

  tr.visible-md {
    display: table-row !important; }

  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 991px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1200px) {
  .visible-lg {
    display: block !important; }

  table.visible-lg {
    display: table; }

  tr.visible-lg {
    display: table-row !important; }

  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 766px) {
  .hidden-xs {
    display: none !important; } }
@media (min-width: 767px) and (max-width: 990px) {
  .hidden-sm {
    display: none !important; } }
@media (min-width: 991px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important; } }
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important; } }
.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }

  table.visible-print {
    display: table; }

  tr.visible-print {
    display: table-row !important; }

  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }
.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }
@media (min-width: 767px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 750px; } }
@media (min-width: 991px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 970px; } }
@media (min-width: 1200px) {
  .site-header.boxed,
  .site-content.boxed,
  .site-footer.boxed {
    max-width: 1170px; } }
@media (min-width: 767px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 780px; } }
@media (min-width: 991px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 1000px; } }
@media (min-width: 1200px) {
  .site-header.extra-boxed,
  .site-content.extra-boxed,
  .site-footer.extra-boxed {
    max-width: 1200px; } }

.entry-content .container .container {
  width: auto; }

@media (min-width: 991px) {
  .sidebar-sidebar-content-wrapper,
  .sidebar-content-sidebar-wrapper,
  .content-sidebar-sidebar-wrapper {
    width: 80%; }

  .sidebar-content-sidebar-wrapper,
  .sidebar-sidebar-content-wrapper {
    float: right; }

  .content-sidebar-sidebar-wrapper {
    float: left; }

  .sidebar-content-wrapper #primary,
  .content-sidebar-wrapper #primary,
  .sidebar-sidebar-content-wrapper #primary,
  .sidebar-content-sidebar-wrapper #primary,
  .content-sidebar-sidebar-wrapper #primary {
    width: 65.85%; }

  .sidebar-content-wrapper #primary,
  .sidebar-sidebar-content-wrapper #primary {
    float: right; }

  .content-sidebar-wrapper #primary,
  .content-sidebar-sidebar-wrapper #primary,
  .sidebar-content-sidebar-wrapper #primary {
    float: left; }

  .sidebar-content-wrapper .widget-area,
  .sidebar-sidebar-content-wrapper .widget-area {
    float: left;
    width: 31.6%; }

  .content-sidebar-wrapper .widget-area,
  .content-sidebar-sidebar-wrapper .widget-area,
  .sidebar-content-sidebar-wrapper .widget-area {
    float: right;
    width: 31.6%; }

  .sidebar-sidebar-content-wrapper + .widget-area,
  .sidebar-content-sidebar-wrapper + .widget-area {
    float: left;
    width: 18%; }

  .content-sidebar-sidebar-wrapper + .widget-area {
    float: right;
    width: 18%; }

  .cherry-with-sidebar .content-area .container {
    width: 80%; } }
/* Large devices (large desktops, 1200px and down) */
@media (max-width: 1200px) {
  .sidebar-header {
    padding-left: 150px;
    padding-right: 150px; }

  .cherry-banner.style_1 .cherry-banner_wrap {
    width: 300px;
    height: 300px; }
    .sidebar-content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .sidebar-sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .content-sidebar-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap {
      width: 150px;
      height: 150px; }
    .sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap {
      width: 190px;
      height: 190px; }
  .sidebar-content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_title, .sidebar-sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_title, .content-sidebar-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_title, .sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_title, .content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_title {
    height: 82px;
    padding-top: 10px; } }
/* Medium devices (desktops, 991px and down) */
@media (max-width: 991px) {
  .site-branding {
    text-align: center;
    margin-bottom: 20px; }

  .home .header-bottom {
    padding-bottom: 200px; }

  #header .cherry-follow_list {
    float: none;
    text-align: center; }
    #header .cherry-follow_list .cherry-follow_item {
      float: none;
      display: inline-block;
      vertical-align: top; }

  .menu-primary > ul {
    float: none;
    text-align: center; }
  .menu-primary li {
    float: none;
    display: inline-block;
    vertical-align: top; }
  .menu-primary .sub-menu li {
    display: block; }

  .sidebar-header {
    padding-left: 0;
    padding-right: 0; }

  .cherry-banner.style_1 {
    margin-top: -65px; }
    .cherry-banner.style_1.color_2 {
      margin-top: -120px; }
    .cherry-banner.style_1 .cherry-banner_wrap {
      width: 220px;
      height: 220px; }
      .sidebar-content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .sidebar-sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .content-sidebar-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap {
        width: 150px;
        height: 150px; }
      .sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap {
        width: 150px;
        height: 150px; }

  .cherry-posts-list.style_1 .cherry-posts-item {
    margin-bottom: 30px; }
  .cherry-posts-list.style_1 .post-content {
    padding-right: 0; }

  .contacts {
    padding: 30px 20px;
    text-align: center;
    max-width: none;
    float: none; }

  #footer {
    background-image: none; }

  .site-info {
    text-align: center;
    padding: 50px 0 0 0; }

  .error-404-num {
    font-size: 11em; } }
/* Small devices (tablets, 768px and down) */
@media (max-width: 767px) {
  .cherry-posts-list.style_1 {
    padding-top: 0;
    text-align: center; }
    .cherry-posts-list.style_1 .post-thumbnail {
      float: none;
      margin: 0 0 10px 0; }
    .cherry-posts-list.style_1 .post-meta,
    .cherry-posts-list.style_1 .post-title {
      display: block; }
    .cherry-posts-list.style_1 .post-meta {
      padding: 0; }

  .cherry-banner.style_1 {
    margin-top: 30px; }
    .cherry-banner.style_1.color_2 {
      margin-top: 30px; }
    .cherry-banner.style_1 .cherry-banner_wrap {
      width: 369px;
      height: 369px; }
      .sidebar-content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .sidebar-sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .content-sidebar-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap {
        width: 369px;
        height: 369px; }
    .sidebar-content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_title, .sidebar-sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_title, .content-sidebar-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_title, .sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_title, .content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_title {
      font-size: 18px;
      padding: 25px 0 0 0;
      height: 111px; }

  .error-404-num {
    font-size: 8em; }

  .menu-primary {
    padding-right: 0; } }
/* Extra small devices (phones, less than 480px) */
@media (max-width: 480px) {
  .home .header-bottom {
    padding-bottom: 90px; }

  .sidebar-header {
    padding-top: 80px; }
    .sidebar-header h2 {
      font-size: 50px; }
    .sidebar-header p {
      font-size: 25px;
      line-height: 40px; }

  .cherry-banner.style_1 .cherry-banner_wrap {
    width: 290px;
    height: 290px; }
    .sidebar-content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .sidebar-sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .content-sidebar-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .sidebar-content-wrapper .cherry-banner.style_1 .cherry-banner_wrap, .content-sidebar-wrapper .cherry-banner.style_1 .cherry-banner_wrap {
      width: 290px;
      height: 290px; }

  .cherry-posts-list.style_1 .extra-wrap {
    overflow: visible; }

  .parallax_1 .parallax-box h2 {
    font-size: 45px; }

  .title-box.style_2 .title-box_title {
    margin-bottom: 0; }
  .title-box.style_2 .title-box_subtitle {
    font-size: 50px; }

  .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav span {
    display: block;
    margin-top: 10px; }
    .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav span:before {
      display: none; }
    .cherry-tabs.cherry-tabs-style-default .cherry-tabs-nav span:first-child {
      margin-top: 0; }

  .cherry-services.style_1 .cherry-services_thumb {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 20px 0; }

  ul.filter li {
    display: block;
    margin-top: 10px; }
    ul.filter li:first-child {
      margin-top: 0; }
    ul.filter li a:before {
      display: none; }

  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .item-content h3 {
    margin-bottom: 10px; }
  .portfolio-wrap .portfolio-container .portfolio-list .portfolio-item .item-content p {
    font-size: 12px;
    line-height: 18px;
    margin: 0 0 15px 0; }

  .wpcf7 form .submit-wrap {
    padding-bottom: 20px; }
    .wpcf7 form .submit-wrap input {
      margin: 0 0 5px 0;
      min-width: 135px; }
    .wpcf7 form .submit-wrap .ajax-loader {
      margin: 0 auto 5px;
      display: block; }

  article.type-service .entry-thumbnail.alignleft {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 30px; } }

/*# sourceMappingURL=main-responsive.css.map */
