/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets

  List of CSS3 Sass Mixins File to be @imported and @included as you need

  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files

  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties

  Mixins available:
    -   css3-prefix             - arguments: Property, Value
    -   background-gradient     - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-horizontal   - arguments: Start Color: #3C3C3C, End Color: #999999
    -   background-radial       - arguments: Start Color: #FFFFFF, Start position: 0%, End Color: #000000, End position: 100%
    -   background-size         - arguments: Width: 100%, Height: 100%
    -   background-opacity      - arguments: Color: #000, Opacity: .85
    -   border-radius           - arguments: Radius: 5px
    -   border-radius-separate  - arguments: Top Left: 5px, Top Right: 5px, Bottom Left: 5px, Bottom Right: 5px
    -   box                     - arguments: Orientation: horizontal, Pack: center, Align: center
    -   box-rgba                - arguments: R: 60, G: 3, B: 12, Opacity: 0.23, Color: #3C3C3C
    -   box-shadow              - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   box-sizing              - arguments: Type: border-box
    -   columns                 - arguments: Count: 3, Gap: 10
    -   double-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Radius: 0
    -   flex                    - arguments: Value: 1
    -   flip                    - arguments: ScaleX: -1
    -   font-face               - arguments: Font Family: myFont, Eot File Src: myFont.eot, Woff File Src: myFont.woff, Ttf File Src: myFont.ttf
    -   opacity                 - arguments: Opacity: 0.5
    -   outline radius          - arguments: Radius: 5px
    -   resize                  - arguments: Direction: both
    -   rotate                  - arguments: Degree: 0, M11: 0, M12: 0, M21: 0, M22: 0
    CSS Matrix Rotation Calculator http://www.boogdesign.com/examples/transforms/matrix-calculator.html
    -   text-shadow             - arguments: X: 2px, Y: 2px, Blur: 5px, Color: rgba(0,0,0,.4)
    -   transform               - arguments: Parameters: null
    -   transform-style         - arguments: Style: preserve-3d
    -   transition              - Default arguments: What: all, Length: 1s, Easing: ease-in-out
    -                            - Examples: @include transition (all 2s ease-in-out);
    -                                        @include transition (opacity 1s ease-in 2s, width 2s ease-out);
    -   triple-borders          - arguments: Color One: #3C3C3C, Color Two: #999999, Color Three: #000000, Radius: 0
    -   keyframes               - arguments: Animation name
                                - content:   Animation css
    -   animation               - arguments: name duration timing-function delay iteration-count direction fill-mode play-state
                                             (http://www.w3schools.com/cssref/css3_pr_animation.asp)

------------------------------------------------------------- */
/* ADDS A BROWSER PREFIX TO THE PROPERTY */
/* ==========================================================================
    Style Button
========================================================================== */
/*------------------------------------------------------------------
[Table of contents]

1. Blog Classic
2. Post Classic
3. Navigation
4. Events
5. Single Team
-------------------------------------------------------------------*/
/* Comment */
/*------------------------------------------------------------------
[All Style Shortcode]

  1. Shortcode Social
  2. Shortcode Fancybox
  3. Shortcode Progress Bar & Pie Chart
  4. Shortcode Counter
  5. Shortcode Tab
  6. Shortcode Grid - Gallery
  7. Team
  8. Testimonial
  9. Pricing
  10. Client
  10. Blog

-------------------------------------------------------------------*/
/* Responsive Column VC */
/* ==========================================================================
   [Start] All Style Form
========================================================================== */
/* ==========================================================================
   [Start] All style header
========================================================================== */
/*------------------------------------------------------------------
[Main of contents]

1. Reset HTML/CSS, Unitest, Body
2. Page Title
3. Primary
3. Footer
-------------------------------------------------------------------*/
/* ==========================================================================
   [Start] 1. Reset HTML/CSS, Unitest, Body, @Extend
========================================================================== */
/*------------------------------------------------------------------
[Woo of contents]

1. Navigation
2. Typo
3. Sidebar
4. Archive Product
5. Single Product
6. Cart Search

-------------------------------------------------------------------*/
/* ==========================================================================
    Style Main Menu
========================================================================== */
/*
-----> Minimum width of 992 pixels.
*/
/*------------------------------------------------------------------
[All Style Widget]

1. Social
2. Flickr
3. Search Top
4. Tag
5. Recent post
-------------------------------------------------------------------*/
/* 1. Social */
/* Responsive Column VC */
.cms-related-gallery .owl-controls .owl-prev, .cms-carousel-gallery .owl-controls .owl-prev {
  background-color: rgba(248, 93, 97, 0.85); }

.cms-related-gallery .owl-controls .owl-next, .cms-carousel-gallery .owl-controls .owl-next {
  background-color: rgba(249, 173, 99, 0.85); }

.btn, button, .button, input[type="submit"] {
  background-color: #323232;
  border: 1px solid #323232;
  border-radius: 0;
  color: #fff;
  font-size: 16px;
  line-height: 1;
  margin: 0 0 4px;
  padding: 16px 38px;
  position: relative; }

.btn:hover, button:hover, .button:hover, input[type="submit"]:hover, .btn:focus, button:focus, .button:focus, input[type="submit"]:focus {
  outline: medium none;
  text-decoration: none;
  color: #fff;
  background-color: #f85d61;
  border-color: #f85d61; }

.btn.btn-primary {
  background-color: #f85d61;
  border-color: #f85d61; }
  .btn.btn-primary:hover {
    background-color: #f9ad63;
    border-color: #f9ad63; }
  .btn.btn-secondary {
    background-color: #f9ad63;
    border-color: #f9ad63; }
  .btn.btn-secondary:hover {
    background-color: #f85d61;
    border-color: #f85d61; }
  .btn.btn-inverse {
    background-color: transparent;
    color: #323232; }
  .btn.btn-inverse:hover {
    background-color: #323232;
    color: #fff;
    border-color: #323232; }
  .btn.btn-border-white {
    background-color: transparent;
    border-color: #fff;
    color: #fff; }
  .btn.btn-border-white:hover, .btn.btn-border-white:focus {
    border-color: #323232;
    background-color: #323232; }
  .btn.btn-border-white.dark:hover, .btn.btn-border-white.dark:focus {
    background-color: #fff;
    border-color: #fff;
    color: #323232; }
  .btn.btn-bg-white {
    background-color: #fff;
    border-color: #fff;
    color: #323232; }
  .btn.btn-bg-white:hover, .btn.btn-bg-white:focus {
    border-color: #323232;
    background-color: #323232;
    color: #fff; }
  .btn.btn-default-white:hover, .btn.btn-default-white:focus {
    border-color: #fff;
    background-color: #fff;
    color: #323232; }
  .btn.btn-default-drak:before {
    background-color: rgba(255, 255, 255, 0.02);
    bottom: 0;
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .btn.btn-default-drak:hover, .btn.btn-default-drak:focus {
    background-color: #fff;
    color: #323232;
    border-color: #fff; }

.page-shortcode-button .cms-button-wrapper {
  display: inline-block;
  /* ==========================================================================
    End Style Button
========================================================================== */ }
  .page-shortcode-button .cms-button-wrapper .btn {
    margin-right: 4px; }

.hidden-more-link .more-link {
  display: none; }

.mfp-close:hover {
  background-color: transparent !important;
  color: #b2b2b2 !important; }

.carousel .carousel-control {
  background: transparent;
  bottom: 26px;
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-opacity: 1;
  -khtml-opacity: 1;
  -moz-opacity: 1;
  -ms-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  /* BACKGROUND GRADIENT */
  /* OUTLINE RADIUS */
  position: absolute;
  right: 15px;
  text-align: center;
  top: 50%;
  cursor: pointer;
  font-size: 24px;
  -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -ms-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  text-shadow: 0 0 0 rgba(0, 0, 0, 0);
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  /* BACKGROUND GRADIENT */
  /* TRANSFORM STYLE */
  height: 45px;
  width: 45px;
  line-height: 45px;
  border: 1px solid #fff;
  opacity: 0; }
  .carousel .carousel-control.left {
    left: 15px;
    right: 70px; }
  .carousel .carousel-control:hover {
    color: #f85d61;
    border-color: #f85d61; }
  .carousel:hover .carousel-control.left {
    left: 50px;
    opacity: 1; }
  .carousel:hover .carousel-control.right {
    right: 50px;
    opacity: 1; }

#page-events, #page-blog-standard {
  /* ==========================================================================
   [Start] 1. Blog Classic
========================================================================== */ }
  #page-events #primary, #page-blog-standard #primary {
    margin-bottom: 40px; }

.entry-blog {
  margin-bottom: 50px;
  /* ==========================================================================
   [End] 1. Blog Classic
========================================================================== */ }
  .entry-blog.has-feature-img .entry-header .entry-feature {
    position: relative; }
    .entry-blog.has-feature-img .entry-header .entry-feature img {
      width: 100%; }
    .entry-blog.has-feature-img .entry-header .entry-feature .blog-date {
      position: absolute;
      top: 0;
      left: 0;
      text-align: center; }
      .entry-blog.has-feature-img .entry-header .entry-feature .blog-date .detail-date {
        background-color: #f85d61;
        padding: 8px 14px; }
        .entry-blog.has-feature-img .entry-header .entry-feature .blog-date .detail-date span:nth-child(1) {
          font-size: 40px;
          line-height: 1;
          color: #323232;
          font-weight: 700;
          display: block; }
        .entry-blog.has-feature-img .entry-header .entry-feature .blog-date .detail-date span:nth-child(2) {
          color: #fff; }
      .entry-blog.has-feature-img .entry-header .entry-feature .blog-date .detail-comment {
        background-color: #f9ad63;
        padding: 2px; }
        .entry-blog.has-feature-img .entry-header .entry-feature .blog-date .detail-comment a {
          color: #fff;
          font-weight: 700; }
          .entry-blog.has-feature-img .entry-header .entry-feature .blog-date .detail-comment a:hover {
            color: #b2b2b2; }
          .entry-blog.has-feature-img .entry-header .entry-feature .blog-date .detail-comment a i {
            padding-right: 3px;
            position: relative;
            top: 2px; }
  .entry-blog.no-feature-img .entry-header .blog-date {
    display: none; }
  .entry-blog .entry-content {
    padding: 30px 40px 40px;
    border-width: 1px;
    border-style: solid;
    border-color: #e5e5e5; }
  .entry-blog .entry-content .entry-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 5px; }
  .entry-blog .entry-content-inner .gallery-item {
    margin: 0; }
  .entry-blog .entry-content-inner ul {
    list-style: none; }
    .entry-blog .entry-content-inner ul li {
      position: relative;
      padding-left: 15px; }
      .entry-blog .entry-content-inner ul li:before {
        content: "\f111";
        font-family: FontAwesome;
        font-size: 7px;
        left: 0;
        position: absolute;
        color: #f85d61; }
  .entry-blog .entry-content-inner img {
    margin-bottom: 16px; }
  .entry-blog .entry-meta ul {
    list-style: none;
    padding: 0;
    margin: 0 0 18px; }
    .entry-blog .entry-meta ul li {
      display: inline-block; }
      .entry-blog .entry-meta ul li i {
        padding-right: 2px;
        color: #f9ad63; }
      .entry-blog .entry-meta ul li a {
        color: #f85d61; }
        .entry-blog .entry-meta ul li a:hover {
          color: #b2b2b2; }
      .entry-blog .entry-meta ul li + li {
        margin-left: 15px; }
      .entry-blog .entry-meta ul li.detail-date, .entry-blog .entry-meta ul li.detail-comment {
        display: none; }
  .entry-blog.no-feature-img .entry-content .entry-meta ul li.detail-date, .entry-blog.no-feature-img .entry-content .entry-meta ul li.detail-comment {
    display: inline-block; }
  .entry-blog .entry-readmore {
    margin-top: 35px; }
  .entry-blog .entry-video {
    margin-bottom: -9px; }
  .entry-blog .entry-video iframe {
    width: 100%; }
  .entry-blog.cms-post-gallery {
    margin-bottom: 90px; }
  .entry-blog.cms-post-gallery .entry-title {
    font-size: 50px;
    line-height: 1;
    margin: 0 0 10px; }
  .entry-blog.cms-post-gallery .entry-meta ul {
    margin-bottom: 38px; }
    .entry-blog.cms-post-gallery .entry-meta ul li.social {
      float: right; }
      .entry-blog.cms-post-gallery .entry-meta ul li.social i {
        color: #b2b2b2; }
        .entry-blog.cms-post-gallery .entry-meta ul li.social i.fa-facebook:hover {
          color: #507cbe; }
        .entry-blog.cms-post-gallery .entry-meta ul li.social i.fa-twitter:hover {
          color: #00abef; }
        .entry-blog.cms-post-gallery .entry-meta ul li.social i.fa-google-plus:hover {
          color: #d93e2d; }
    .entry-blog.cms-post-gallery .entry-meta .detail-date {
      display: inline-block; }
  .entry-blog.cms-post-gallery .entry-feature {
    margin-bottom: 35px; }
  .entry-blog.cms-post-gallery .entry-content {
    border: none;
    padding: 0; }
  .entry-blog.cms-post-gallery.event .entry-feature {
    margin-bottom: 0; }
    .entry-blog.cms-post-gallery.event .entry-feature img {
      width: 100%; }
    .entry-blog.cms-post-gallery.event .entry-content {
      border-color: #e5e5e5;
      border-style: solid;
      border-width: 1px;
      padding: 40px; }
    .entry-blog.cms-post-gallery.event .entry-content .entry-title {
      margin-bottom: 20px; }

.single-post .entry-blog {
  margin-bottom: 70px; }
  .single-post .entry-blog .entry-title {
    font-size: 50px;
    line-height: 1;
    margin-bottom: 5px; }
  .single-post .entry-blog .entry-meta ul {
    margin-bottom: 40px; }
  .single-post .entry-blog .entry-feature {
    margin-bottom: 35px; }
  .single-post .entry-blog .entry-content {
    border: none;
    padding: 0;
    margin-bottom: 40px; }
  .single-post .blog-admin-post {
    border: 1px solid #e5e5e5; }
  .single-post .blog-admin-post .admin-avt {
    max-width: 200px;
    float: left;
    width: 100%; }
    .single-post .blog-admin-post .admin-avt img {
      width: 100%; }
  .single-post .blog-admin-post .admin-info {
    padding: 25px 25px 25px 225px; }
    .single-post .blog-admin-post .admin-info h4 {
      font-size: 22px;
      line-height: 1; }
  .single-post .blog-admin-post .admin-social {
    margin-top: 15px; }
    .single-post .blog-admin-post .admin-social li {
      display: inline-block; }
    .single-post .blog-admin-post .admin-social li + li {
      margin-left: 20px; }
    .single-post .blog-admin-post .admin-social li a {
      color: #b2b2b2; }
      .single-post .blog-admin-post .admin-social li a:hover {
        color: #f85d61; }
  .single-post .entry-content ul {
    margin: 16px 0;
    padding: 0 0 0 35px;
    list-style-type: square; }
    .single-post .entry-content ul.list-style-check {
      list-style: none;
      padding: 0; }

blockquote {
  padding: 30px 50px;
  background: #f5f5f5;
  margin: 32px 0;
  font-style: italic;
  border-left: 5px solid #f85d61;
  /* ==========================================================================
   [Start] 3. Navigation
========================================================================== */ }

.pagination {
  margin-top: 0;
  margin-bottom: 80px;
  width: 100%;
  /* ==========================================================================
   [End] 3. Navigation
========================================================================== */ }
  .pagination .page-numbers {
    border: 1px solid #e5e5e5;
    border-radius: 0px;
    display: inline-block;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    color: #323232; }
  .pagination .page-numbers:hover, .pagination .page-numbers.current {
    background-color: #f85d61;
    border-color: #f85d61;
    color: #fff; }
  .pagination .page-numbers + .page-numbers {
    margin-left: 8px; }

#page-events .cms-events {
  border: 1px solid #e5e5e5;
  margin-bottom: 30px; }
  #page-events .cms-events .event-image {
    padding-left: 0; }
  #page-events .cms-events .event-content {
    padding: 30px 30px 30px 20px; }
  #page-events .cms-events .event-content .entry-title {
    font-size: 28px;
    line-height: normal;
    font-weight: 300; }
  #page-events .cms-events .event-content .entry-meta ul {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 20px;
    padding-top: 20px; }
    #page-events .cms-events .event-content .entry-meta ul li {
      display: inline-block; }
    #page-events .cms-events .event-content .entry-meta ul li i {
      color: #f9ad63;
      padding-right: 6px;
      position: relative; }
    #page-events .cms-events .event-content .entry-meta ul li + li {
      margin-left: 10px; }

.single-cms-events #main {
  margin-bottom: 50px;
  /* ==========================================================================
   [Start] 5. Single Team
========================================================================== */ }

.sg_team {
  border: 1px solid #e5e5e5;
  margin-bottom: 90px;
  /* ==========================================================================
   [End] 5. Single Team
========================================================================== */ }
  .sg_team .sg_team-image {
    padding-left: 0; }
  .sg_team .sg_team_title {
    font-size: 50px;
    line-height: 1; }
  .sg_team .sg_team_body {
    padding: 40px 20px 40px 30px; }
  .sg_team .sg_team_meta {
    margin-top: 30px;
    margin-bottom: 30px; }
  .sg_team .sg_team_meta a {
    color: #b2b2b2; }
  .sg_team .sg_team_meta i.highlight {
    color: #f85d61;
    padding-right: 9px;
    font-size: 18px; }
  .sg_team .sg-team-social a {
    color: #b2b2b2;
    font-size: 18px; }
    .sg_team .sg-team-social a + a {
      margin-left: 20px; }
    .sg_team .sg-team-social a:hover {
      color: #f85d61; }

#comments .st-comments-wrap {
  margin-bottom: 25px; }
  #comments .comment-respond {
    margin-bottom: 60px; }
  #comments #reply-title, #comments .comments-title {
    font-size: 40px;
    line-height: 1;
    margin: 0 0 35px;
    color: #323232; }
  #comments .comment-list {
    list-style: none;
    padding: 0;
    margin: 0; }
  #comments .comment-list > .comment {
    margin-bottom: 36px; }
    #comments .comment-list > .comment:last-child {
      margin-bottom: 0; }
    #comments .comment-list > .comment ul.children > li {
      margin-top: 33px; }
    #comments .comment-list > .comment ul.children > li .comment-body {
      margin-left: 70px; }
  #comments .comment-list .comment-author-image {
    max-width: 50px;
    float: left;
    width: 100%; }
    #comments .comment-list .comment-author-image img {
      width: 100%;
      max-width: 50px;
      -webkit-border-radius: 50px;
      -khtml-border-radius: 50px;
      -moz-border-radius: 50px;
      -ms-border-radius: 50px;
      -o-border-radius: 50px;
      border-radius: 50px;
      /* BACKGROUND GRADIENT */ }
  #comments .comment-list .comment-main {
    padding-left: 80px;
    position: relative; }
    #comments .comment-list .comment-main .reply {
      position: absolute;
      right: 15px;
      top: 0; }
    #comments .comment-list .comment-main .reply i {
      font-size: 14px;
      color: #f9ad63;
      padding-right: 5px; }
    #comments .comment-list .comment-main .reply a {
      display: inline-block;
      color: #f85d61; }
      #comments .comment-list .comment-main .reply a:hover {
        color: #b2b2b2; }
    #comments .comment-list .comment-main .comment-meta {
      color: #acb4b8; }
    #comments .comment-list .comment-main .comment-meta .comment-author {
      color: #323232;
      font-weight: 700;
      margin: 0 0 5px; }
    #comments .comment-list .comment-main .comment-meta .comment-date {
      color: #f85d61;
      display: block;
      line-height: normal;
      margin: 0 0 12px; }
    #comments .comment-list .comment-main .comment-content p {
      margin: 0; }
  #comments .comment-form {
    padding-top: 12px; }
  #comments .comment-respond {
    padding-top: 30px; }
  #comments textarea {
    max-width: 100%;
    width: 100%;
    padding-left: 50px; }
  #comments input[type="text"] {
    padding-left: 50px; }

#commentform #form-allowed-tags {
  display: none; }

.comment-awaiting-moderation {
  display: none; }

#cancel-comment-reply-link {
  background-color: #323232;
  color: #fff;
  display: inline-block;
  font-size: 16px;
  left: 10px;
  letter-spacing: 0.01em;
  padding: 10px;
  position: relative;
  top: -6px; }
  #cancel-comment-reply-link:hover {
    background-color: #f85d61; }

.cms-grid-filter {
  /*  Owl bullet
--------------------------------*/
  /* Styling Pagination*/ }
  .cms-grid-filter ul {
    margin: 0 0 50px;
    padding: 0; }
  .cms-grid-filter li {
    display: inline-block; }
  .cms-grid-filter li + li {
    margin-left: 6px; }
  .cms-grid-filter li a {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #323232;
    display: inline-block;
    padding: 4px 25px;
    margin: 0; }
    .cms-grid-filter li a.active, .cms-grid-filter li a:hover {
      color: #fff;
      background-color: #f85d61; }

.owl-theme .owl-controls {
  /* ==========================================================================
   [Start] 1. Shortcode social
========================================================================== */ }
  .owl-theme .owl-controls .owl-prev, .owl-theme .owl-controls .owl-next {
    display: inline-block;
    margin: 0 3px; }
  .owl-theme .owl-controls .owl-prev i:before, .owl-theme .owl-controls .owl-next i:before {
    content: "\e684";
    font-family: 'Pe-icon-7-stroke';
    font-size: 36px; }
  .owl-theme .owl-controls .owl-prev i:before {
    content: "\e686"; }
  .owl-theme .owl-controls .owl-dots {
    margin-top: 30px;
    text-align: center; }
  .owl-theme .owl-controls .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline; }
  .owl-theme .owl-controls .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    /* BACKGROUND GRADIENT */
    background: #323232; }
  .owl-theme .owl-controls .owl-dot.active span, .owl-theme .owl-controls .owl-dot:hover span {
    background: #f85d61; }

.cms-social-page {
  text-align: center;
  /* ==========================================================================
   [End] 1. Shortcode social
========================================================================== */
  /* ==========================================================================
   [Start] 1. Shortcode Fancybox
========================================================================== */ }
  .cms-social-page a {
    margin: 0 4px;
    display: inline-block; }
  .cms-social-page a i {
    background-color: #fff;
    border-radius: 50px;
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 50px;
    color: #f85d61;
    -webkit-transition: all 280ms linear 0ms;
    -moz-transition: all 280ms linear 0ms;
    -ms-transition: all 280ms linear 0ms;
    transition: all 280ms linear 0ms; }
  .cms-social-page a:hover i {
    background-color: #f85d61;
    color: #fff; }
  .cms-social-page a i.icon-facebook {
    color: #507cbe; }
    .cms-social-page a i.icon-facebook:hover {
      color: #fff;
      background-color: #507cbe; }
    .cms-social-page a i.icon-twitter {
      color: #00abef; }
    .cms-social-page a i.icon-twitter:hover {
      color: #fff;
      background-color: #00abef; }
    .cms-social-page a i.icon-goolge {
      color: #d93e2d; }
    .cms-social-page a i.icon-goolge:hover {
      color: #fff;
      background-color: #d93e2d; }
    .cms-social-page a i.icon-linkedin {
      color: #3371b7; }
    .cms-social-page a i.icon-linkedin:hover {
      color: #fff;
      background-color: #3371b7; }
    .cms-social-page a i.icon-pinterest {
      color: #c92619; }
    .cms-social-page a i.icon-pinterest:hover {
      color: #fff;
      background-color: #c92619; }

.cms-fancyboxes {
  position: relative;
  background-size: cover; }
  .cms-fancyboxes .cms-fancybox-title {
    margin: 20px 0 15px; }
  .cms-fancyboxes h2.cms-fancybox-title {
    font-size: 50px;
    font-weight: normal;
    line-height: normal;
    margin: 20px 0 30px 0;
    padding-bottom: 10px;
    position: relative; }
  .cms-fancyboxes h2.cms-fancybox-title:after {
    background-color: rgba(204, 204, 204, 0.2);
    bottom: 0;
    content: "";
    height: 1px;
    left: 50%;
    margin-left: -25px;
    position: absolute;
    width: 50px; }
  .cms-fancyboxes .cms-fancybox-icon i {
    display: block;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    display: inline-block;
    line-height: normal;
    text-align: center; }
  .cms-fancyboxes .bg_overlay {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .cms-fancyboxes .cms-fancybox-content {
    position: relative;
    z-index: 1; }
  .cms-fancyboxes .cms-fancybox-content .cms-fancybox-description strong {
    color: #323232; }
  .cms-fancyboxes .cms-fancybox-button {
    margin-top: 36px; }
  .cms-fancyboxes.cms-fancybox-layout-default {
    background-position: center; }
  .cms-fancyboxes.cms-fancybox-layout-default .cms-fancybox-content {
    padding: 75px 40px; }
  .cms-fancyboxes.cms-fancybox-layout-1 .cms-fancybox-icon i {
    position: relative;
    top: 5px; }
  .cms-fancyboxes.cms-fancybox-layout-1 .cms-fancybox-title {
    margin: 0 0 8px; }
  .cms-fancyboxes.cms-fancybox-layout-1 h3 {
    font-size: 28px; }
  .cms-fancyboxes.cms-fancybox-layout-1 .cms-fancybox-content.iconleft {
    text-align: left; }
    .cms-fancyboxes.cms-fancybox-layout-1 .cms-fancybox-content.iconleft .cms-fancybox-content-left {
      padding-right: 30px; }
    .cms-fancyboxes.cms-fancybox-layout-1 .cms-fancybox-content.iconright {
      text-align: right; }
    .cms-fancyboxes.cms-fancybox-layout-1 .cms-fancybox-content.iconright .cms-fancybox-content-left {
      padding-left: 20px;
      padding-right: 0;
      float: right; }
  .cms-fancyboxes.cms-fancybox-layout-2 .cms-fancybox-title {
    display: inline-block; }
  .cms-fancyboxes.cms-fancybox-layout-2 .cms-fancybox-content {
    display: table;
    height: 100%;
    min-width: 100%; }
    .cms-fancyboxes.cms-fancybox-layout-2 .cms-fancybox-content [class*="col-"], .cms-fancyboxes.cms-fancybox-layout-2 .cms-fancybox-content [class^="col-"] {
      display: table-cell;
      float: none;
      vertical-align: middle; }

.cms-fancyboxes:hover .cms-fancybox-icon i {
  -webkit-animation: pulse 0.9s infinite;
  -moz-animation: pulse 0.9s infinite;
  -ms-animation: pulse 0.9s infinite;
  -o-animation: pulse 0.9s infinite;
  animation: pulse 0.9s infinite; }

.icon-pb-25 .cms-fancybox-icon {
  margin-bottom: 25px; }

.fancybox-feature .cms-fancyboxes h3.cms-fancybox-title {
  font-size: 20px;
  /* ==========================================================================
   [End] 2. Shortcode Fancybox
========================================================================== */
  /* ==========================================================================
   [Start] 3. Shortcode Progress Bar & Pie Chart
========================================================================== */ }

body .vc_progress_bar {
  margin-bottom: 20px !important; }
  body .vc_progress_bar .vc_single_bar {
    background-color: #f9ad63;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /* BACKGROUND GRADIENT */
    height: 20px; }
  body .vc_progress_bar .vc_single_bar .vc_bar {
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    /* BACKGROUND GRADIENT */ }

body .vc_pie_wrapper {
  width: 288px !important;
  height: 288px !important; }
  body .vc_pie_wrapper .wpb_pie_chart_heading {
    position: absolute;
    text-align: center;
    bottom: 80px;
    width: 100%; }
  body .vc_pie_wrapper .vc_pie_chart_value {
    font-size: 80px;
    font-weight: 700;
    color: #b2b2b2;
    height: 288px !important;
    line-height: 260px !important;
    width: 288px !important; }
  body .vc_pie_wrapper .vc_pie_chart_value:after {
    content: "%";
    font-weight: 300; }
  body .vc_pie_wrapper h4 {
    font-size: 18px; }
  body .vc_pie_wrapper .vc_pie_chart_back {
    border-color: #fff !important;
    height: 286px !important;
    left: 1px;
    opacity: 1 !important;
    top: 1px;
    width: 286px !important; }
  body .vc_pie_wrapper canvas {
    height: 288px !important;
    width: 288px !important; }

.title-pie-small .wpb_pie_chart_heading {
  font-size: 16px;
  font-weight: 400;
  /* ==========================================================================
   [End] 3. Shortcode Progress Bar & Pie Chart
========================================================================== */
  /* ==========================================================================
   [Start] 4. Shortcode Counter
========================================================================== */ }

.cms-counter-wraper {
  /* ==========================================================================
   [End] 4. Shortcode Counter
========================================================================== */
  /* ==========================================================================
   [Start] 5. Shortcode Tab
========================================================================== */ }
  .cms-counter-wraper.cms-counter-layout-default .cms-counter {
    font-size: 80px;
    font-weight: 700;
    line-height: 1.1;
    margin: 10px 0 6px; }
  .cms-counter-wraper.cms-counter-layout-default .cms-counter-title {
    font-size: 28px;
    font-weight: 300;
    margin: 0; }
  .cms-counter-wraper .cms-counter-icon i {
    display: block; }
  .cms-counter-wraper .cms-counter-body:hover .cms-counter-icon i {
    -webkit-animation: pulse 0.9s infinite;
    -moz-animation: pulse 0.9s infinite;
    -ms-animation: pulse 0.9s infinite;
    -o-animation: pulse 0.9s infinite;
    animation: pulse 0.9s infinite; }

body .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
  border-color: #e5e5e5;
  border-width: 1px;
  padding: 13px 24px;
  color: #323232;
  font-size: 16px;
  line-height: normal;
  background-color: #fff;
  position: relative; }
  body .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:before, body .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
    display: none !important; }
  body .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a, body .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a {
    background-color: #f85d61;
    border-color: #f85d61;
    color: #fff; }
  body .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body {
    border-color: #e5e5e5;
    border-width: 1px;
    background-color: #fff;
    padding: 20px 30px; }
  body .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body img {
    margin-top: 10px; }
  body .vc_tta-container .vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel-body i {
    padding-right: 8px; }
  body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container, body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container {
    width: 33.3333%; }
  body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a, body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    background-color: #f9ad63;
    color: #fff;
    border: none;
    padding: 13px 16px; }
    body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after, body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a:after {
      border-left: 1px solid rgba(255, 255, 255, 0.2);
      bottom: 0;
      color: rgba(255, 255, 255, 0.8);
      content: "\f105";
      font-family: "FontAwesome";
      font-size: 25px;
      letter-spacing: 0;
      line-height: 48px;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 50px;
      display: block !important; }
  body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a, body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a, body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a, body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a {
    background-color: #f85d61; }
    body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:after, body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab.vc_active a:after, body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a:after, body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab:hover a:after {
      left: inherit; }
  body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-left .vc_tta-panels-container, body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container {
    width: 66.6667%;
    padding-left: 30px; }
  body .vc_tta-container .vc_tta-tabs.vc_tta-tabs-position-right .vc_tta-panels-container {
    padding-left: 0px;
    padding-right: 30px; }

body .vc_tta-container .vc_tta-panels .vc_tta-panel-heading {
  border: none; }
  body .vc_tta-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a {
    border: none;
    padding: 13px 24px;
    color: #fff !important;
    font-size: 16px;
    line-height: normal;
    background-color: #f9ad63;
    position: relative;
    font-weight: normal;
    background-image: none; }
  body .vc_tta-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:after {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    bottom: 0;
    color: rgba(255, 255, 255, 0.8);
    line-height: 48px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 50px;
    display: block !important;
    content: ""; }
  body .vc_tta-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-controls-icon {
    left: inherit;
    right: 18px; }
  body .vc_tta-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-controls-icon:before, body .vc_tta-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-controls-icon:after {
    border-color: #fff !important; }
  body .vc_tta-container .vc_tta-panels .vc_tta-panel-body {
    background-color: #fff !important; }
  body .vc_tta-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-title a, body .vc_tta-container .vc_tta-panels .vc_tta-panel:hover .vc_tta-panel-title a {
    color: #fff !important;
    background-color: #f85d61 !important;
    border-color: #f85d61 !important; }

.tab-border .vc_tta-tabs-list {
  border-bottom: 10px solid #f85d61 !important; }
  .tab-border .vc_tta-tabs-list .vc_tta-tab a {
    border-bottom: none !important; }

@media screen and (max-width: 767px) {
  /* ==========================================================================
   [Start] 5. Shortcode Tab
========================================================================== */
    body .vc_tta-container .vc_tta-panels .vc_tta-panel-heading .vc_tta-panel-title a:after {
      border: none; }
      body .vc_tta-container .vc_tta-panels-container {
        padding: 0 !important; } }

.vc_custom_heading i {
  padding-right: 5px; }
  .vc_custom_heading a:hover {
    color: #f85d61 !important; }

.pagination li {
  /* ==========================================================================
   [Start] 6. Shortcode Grid - Gallery
========================================================================== */ }
  .pagination li a, .pagination li span {
    -webkit-border-radius: 0 !important;
    -khtml-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -o-border-radius: 0 !important;
    border-radius: 0 !important;
    /* BACKGROUND GRADIENT */
    padding: 9px 0;
    border-color: #e5e5e5;
    border-width: 1px;
    color: #323232;
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 10px;
    margin-left: 10px;
    max-width: 40px;
    min-width: 40px;
    padding: 9px 0;
    text-align: center;
    text-transform: uppercase; }
  .pagination li.active a, .pagination li:hover a {
    background-color: #f85d61;
    border-color: #f85d61;
    color: #fff; }

.cms-grid.cms-grid-masonry {
  margin-left: -15px;
  margin-right: -15px; }

.cms-grid-wraper .pagination {
  margin-top: 20px; }

.layout-gallery .cms-grid-item-inner {
  position: relative;
  margin-bottom: 30px; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-image {
    position: relative;
    overflow: hidden; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-image img {
    width: 100%; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-image-links {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-image-links:before {
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    transition: all 0.2s linear;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
    content: "";
    background: #f85d61;
    background: -moz-linear-gradient(left, #f85d61 0%, #f9ad63 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f9ad63), color-stop(100%, #f9ad63));
    background: -webkit-linear-gradient(left, #f85d61 0%, #f9ad63 100%);
    background: -o-linear-gradient(left, #f85d61 0%, #f9ad63 100%);
    background: -ms-linear-gradient(left, #f85d61 0%, #f9ad63 100%);
    background: linear-gradient(to right, #f85d61 0%, #f9ad63 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$mainColor2', endColorstr='$mainColor',GradientType=1); }
  .layout-gallery .cms-grid-item-inner .cms-gallery-image-links a {
    position: absolute;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: inline-block;
    top: -50px;
    left: 50%;
    z-index: 3;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 300ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    font-size: 24px;
    color: #fff; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-image-links a.p-view {
    margin-left: -45px;
    background-color: #f85d61; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-image-links a.p-link {
    margin-left: 5px;
    -webkit-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -moz-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    -ms-transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    transition: all 500ms cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
    background-color: #f9ad63; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-image-links a:hover {
    color: #323232; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-description {
    bottom: 0;
    left: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0 5px 5px;
    position: absolute;
    right: 0;
    text-align: center;
    -webkit-transition: all 0.5s linear 0s;
    -moz-transition: all 0.5s linear 0s;
    -ms-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
    z-index: 5; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-description h3 {
    font-size: 22px;
    margin: 0 40px 10px;
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -ms-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-description h3 a {
    color: #fff; }
    .layout-gallery .cms-grid-item-inner .cms-gallery-description h3 a:hover {
      color: #f85d61; }
  .layout-gallery .cms-grid-item-inner .cms-gallery-description .cms-gallery-meta {
    opacity: 0;
    transform: scale(0);
    -webkit-transition: all 0.3s linear 0s;
    -moz-transition: all 0.3s linear 0s;
    -ms-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    font-size: 16px;
    font-weight: 400;
    margin: -12px 0 10px;
    color: #fff; }
  .layout-gallery .cms-grid-item-inner:hover .cms-gallery-image-links {
    opacity: 1;
    filter: alpha(opacity=1); }
  .layout-gallery .cms-grid-item-inner:hover .cms-gallery-image-links a {
    top: 12%; }
  .layout-gallery .cms-grid-item-inner:hover .cms-gallery-image-links:before {
    opacity: 0.5;
    filter: alpha(opacity=0.5); }
  .layout-gallery .cms-grid-item-inner:hover .cms-gallery-description {
    opacity: 1;
    filter: alpha(opacity=1); }
  .layout-gallery .cms-grid-item-inner:hover .cms-gallery-description h3, .layout-gallery .cms-grid-item-inner:hover .cms-gallery-description .cms-gallery-meta {
    opacity: 1;
    filter: alpha(opacity=1);
    transform: scale(1); }
  .layout-gallery.filtrer-center .cms-grid-filter ul {
    text-align: center; }
  .layout-gallery.filtrer-center .navigation {
    text-align: center; }
  .layout-gallery.gallery-full .cms-grid-item {
    padding: 0; }
  .layout-gallery.gallery-full .cms-grid-item .cms-grid-item-inner {
    margin-bottom: 0; }
  .layout-gallery.gallery-full .cms-grid-item .cms-gallery-description-layout2 h3 {
    font-size: 20px;
    font-weight: 300;
    margin: 13px 0 15px;
    text-align: center; }
  .layout-gallery.extended .cms-grid-item .cms-gallery-description-extended {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center; }
  .layout-gallery.extended .cms-grid-item .cms-gallery-description-extended h3 {
    margin: 0; }
  .layout-gallery.extended .cms-grid-item .cms-gallery-description-extended .content {
    margin: 20px 0 30px; }
  .layout-gallery.gallery-carousel .cms-grid-item {
    padding: 0; }
  .layout-gallery.gallery-carousel .owl-controls i:before {
    font-size: 50px;
    color: rgba(0, 0, 0, 0.1);
    content: "\e833";
    font-family: "fontello"; }
  .layout-gallery.gallery-carousel .owl-controls .owl-prev, .layout-gallery.gallery-carousel .owl-controls .owl-next {
    position: absolute;
    top: 50%;
    left: -65px;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  .layout-gallery.gallery-carousel .owl-controls .owl-next {
    left: inherit;
    right: -65px; }
  .layout-gallery.gallery-carousel .owl-controls .owl-next i:before {
    content: "\e834"; }

.gallery-title-details {
  font-size: 40px;
  margin: 0 0 28px;
  line-height: 1; }

.gallery-category {
  margin-top: 38px;
  color: #fff; }
  .gallery-category a {
    font-size: 14px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    color: #323232 !important;
    display: inline-block;
    margin: 0 3px 10px 0;
    padding: 4px 16px; }
  .gallery-category a:hover {
    color: #fff !important;
    background-color: #f85d61; }

.cms-related-gallery .cms-grid-item-inner, .cms-carousel-gallery .cms-grid-item-inner {
  margin-bottom: 0 !important; }
  .cms-related-gallery .owl-controls .owl-prev, .cms-carousel-gallery .owl-controls .owl-prev, .cms-related-gallery .owl-controls .owl-next, .cms-carousel-gallery .owl-controls .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 60px;
    text-align: center;
    margin: 0; }
  .cms-related-gallery .owl-controls .owl-prev i, .cms-carousel-gallery .owl-controls .owl-prev i, .cms-related-gallery .owl-controls .owl-next i, .cms-carousel-gallery .owl-controls .owl-next i {
    font-size: 20px;
    color: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    left: 0;
    right: 0;
    font-size: 40px;
    font-weight: 700; }
  .cms-related-gallery .owl-controls .owl-next, .cms-carousel-gallery .owl-controls .owl-next {
    left: inherit;
    right: 0; }

body .wpb_gallery .wpb_gallery_slides {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */
  overflow: hidden;
  /* ==========================================================================
   [End] 6. Shortcode Grid - Gallery
========================================================================== */
  /* ==========================================================================
   [Start] 7. Team
========================================================================== */ }
  body .wpb_gallery .wpb_gallery_slides .flex-control-nav {
    bottom: 10px; }
  body .wpb_gallery .wpb_gallery_slides .flex-control-nav li a {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    background-color: #323232; }
  body .wpb_gallery .wpb_gallery_slides .flex-control-nav li a.flex-active, body .wpb_gallery .wpb_gallery_slides .flex-control-nav li a:hover {
    background-color: #f85d61; }
  body .wpb_gallery .wpb_gallery_slides .flex-direction-nav a {
    background: transparent;
    bottom: 26px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    /* BACKGROUND GRADIENT */
    /* OUTLINE RADIUS */
    position: absolute;
    right: 15px;
    text-align: center;
    top: 50%;
    cursor: pointer;
    font-size: 24px;
    -webkit-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -moz-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -ms-text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    text-shadow: 0 0 0 rgba(0, 0, 0, 0);
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    height: 45px;
    width: 45px;
    line-height: 39px;
    border: 1px solid #fff !important;
    opacity: 0; }
  body .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:before {
    font-family: "fontello";
    content: "\e801";
    font-size: 20px;
    color: #fff; }
  body .wpb_gallery .wpb_gallery_slides .flex-direction-nav a.flex-prev {
    left: 15px;
    right: 70px; }
  body .wpb_gallery .wpb_gallery_slides .flex-direction-nav a.flex-next:before {
    font-family: "fontello";
    content: "\e80a"; }
  body .wpb_gallery .wpb_gallery_slides .flex-direction-nav a:hover {
    color: #f85d61;
    border-color: #f85d61; }
  body .wpb_gallery .wpb_gallery_slides:hover .flex-direction-nav a.flex-prev {
    left: 40px;
    opacity: 1; }
  body .wpb_gallery .wpb_gallery_slides:hover .flex-direction-nav a.flex-next {
    right: 40px;
    opacity: 1; }

.cms-team-layout1 {
  /* ==========================================================================
   [End] 7. Team
========================================================================== */
  /* ==========================================================================
   [Start] 8. Testimonial
========================================================================== */ }
  .cms-team-layout1.cms-grid-wraper .cms-team-item {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px; }
  .cms-team-layout1 .cms-grid-media img {
    width: 100%; }
  .cms-team-layout1 .cms-team-body {
    background-color: #fff;
    padding: 30px 20px;
    text-align: center; }
  .cms-team-layout1 .cms-team-body .cms-team-title {
    font-size: 20px;
    line-height: 1;
    margin: 0; }
  .cms-team-layout1 .cms-team-body .cms-team-categories a {
    color: #f85d61; }
  .cms-team-layout1 .cms-team-body .cms-team-categories a:hover {
    color: #323232; }
  .cms-team-layout1 .cms-team-body .cms-team-social {
    margin-top: 8px; }
  .cms-team-layout1 .cms-team-body .cms-team-social a {
    color: #b2b2b2;
    font-size: 17px;
    margin: 5px 8px; }
  .cms-team-layout1 .cms-team-body .cms-team-social a:hover {
    color: #f85d61; }
  .cms-team-layout1.team-2col .cms-grid-media {
    padding-left: 0; }
  .cms-team-layout1.team-2col .cms-team-body {
    text-align: left; }
  .cms-team-layout1.team-2col .cms-team-body .content {
    margin: 13px 0 15px 0; }

.cms-testimonial-layout1 .cms-testimonial-item {
  background-color: #fff;
  padding: 40px 20px 29px 98px;
  margin-bottom: 30px; }
  .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-body {
    font-style: italic;
    font-size: 17px;
    margin-bottom: 26px; }
  .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-body .content {
    position: relative; }
  .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-body .content:before {
    color: #55bce9;
    content: "“";
    font-family: "PT Sans", sans-serif;
    font-size: 100px;
    font-style: normal;
    left: -45px;
    position: absolute;
    top: 35px; }
  .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-footer {
    margin-bottom: 12px; }
  .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-footer .cms-grid-media, .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-footer .cms-carousel-media {
    float: left;
    height: 50px;
    margin-right: 20px;
    max-width: 50px; }
  .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-footer .cms-grid-media img, .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-footer .cms-carousel-media img {
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    height: 100%; }
  .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-footer .cms-testimonial-footer-inner {
    padding-left: 70px; }
  .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-footer .cms-testimonial-footer-inner .cms-testimonial-title {
    font-size: 18px;
    line-height: 1;
    margin: 0; }
  .cms-testimonial-layout1 .owl-nav {
    text-align: center; }
  .cms-testimonial-layout1 .owl-nav .owl-prev i, .cms-testimonial-layout1 .owl-nav .owl-next i {
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 35px; }
  .cms-testimonial-layout1 .owl-nav .owl-prev i:before, .cms-testimonial-layout1 .owl-nav .owl-next i:before {
    font-size: 22px !important;
    font-weight: 700;
    content: "\e834";
    font-family: "fontello"; }
  .cms-testimonial-layout1 .owl-nav .owl-prev i:before {
    content: "\e833"; }

.column-bg-overlay .cms-testimonial-layout1 .cms-testimonial-item {
  background-color: transparent;
  padding: 40px 20px 29px 62px;
  margin-bottom: 10px; }
  .column-bg-overlay .cms-testimonial-layout1 .cms-testimonial-item .cms-testimonial-body .content:before {
    color: #fff; }
  .column-bg-overlay .cms-testimonial-layout1 .cms-testimonial-item .cms-carousel-title {
    color: #fff; }
  .column-bg-overlay .cms-testimonial-layout1 .cms-testimonial-item .cms-carousel-categories a {
    color: #fff; }
  .column-bg-overlay .cms-testimonial-layout1 .cms-testimonial-item .cms-carousel-categories a:hover {
    color: #fff; }

.cms-testimonial-layout2 {
  /* ==========================================================================
   [End] 8. Testimonial
========================================================================== */
  /* ==========================================================================
   [Start] 9. Pricing
========================================================================== */ }
  .cms-testimonial-layout2 .quotesign {
    display: inline-block;
    height: 50px;
    line-height: 1;
    position: relative;
    width: 50px;
    margin-bottom: 20px; }
  .cms-testimonial-layout2 .quotesign:before {
    content: "‘‘";
    font-family: "PT Sans", sans-serif;
    font-size: 150px;
    left: 0;
    line-height: 1;
    position: absolute;
    top: 0; }
  .cms-testimonial-layout2 .content {
    font-size: 50px;
    font-weight: 600;
    color: #323232;
    font-style: italic;
    letter-spacing: -0.05em;
    line-height: 1;
    max-width: 940px;
    margin: auto; }
  .cms-testimonial-layout2 .cms-carousel-title {
    font-size: 28px;
    font-weight: 300;
    line-height: 1;
    margin-top: 21px;
    margin-bottom: 34px; }
  .cms-testimonial-layout2 .cms-carousel-title a {
    color: #f85d61; }

.cms-pricing-layout1 {
  /* ==========================================================================
   [End] 9. Pricing
========================================================================== */
  /* ==========================================================================
   [Start] 10. Client
========================================================================== */ }
  .cms-pricing-layout1 .cms-pricing-item {
    text-align: center; }
  .cms-pricing-layout1 .cms-pricing-item .cms-grid-header {
    padding: 20px 10px;
    background-color: #fefefe; }
  .cms-pricing-layout1 .cms-pricing-item .cms-grid-header h3 {
    margin: 0;
    font-size: 28px;
    line-height: 1; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-body {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-body .overlay-pricing {
    opacity: 0.9;
    filter: alpha(opacity=0.9);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-price {
    position: relative;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 35px 0 25px; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-price .unit, .cms-pricing-layout1 .cms-pricing-item .cms-pricing-price .time {
    font-size: 28px;
    font-weight: 300; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-price .price {
    font-size: 60px;
    font-weight: 700; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-content {
    position: relative;
    margin-top: 20px;
    padding: 0 40px; }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-content ul li {
    padding: 10px 0; }
    .cms-pricing-layout1 .cms-pricing-item .cms-pricing-content ul li + li {
      border-top: 1px solid rgba(255, 255, 255, 0.2); }
  .cms-pricing-layout1 .cms-pricing-item .cms-pricing-readmore {
    padding: 30px 20px 50px; }

.cms-client-layout1 {
  /* ==========================================================================
   [End] 10. Client
========================================================================== */ }
  .cms-client-layout1 img {
    opacity: 0.8;
    filter: alpha(opacity=0.8);
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cms-client-layout1 .cms-carousel-item:hover img {
    opacity: 1;
    filter: alpha(opacity=1); }
  .cms-client-layout1 .owl-controls .owl-prev, .cms-client-layout1 .owl-controls .owl-next {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -40px;
    width: 40px;
    text-align: center;
    margin: 0; }
  .cms-client-layout1 .owl-controls .owl-prev i, .cms-client-layout1 .owl-controls .owl-next i {
    color: #f85d61;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    left: 0;
    right: 0;
    line-height: 40px;
    height: 40px; }
  .cms-client-layout1 .owl-controls .owl-prev i:before, .cms-client-layout1 .owl-controls .owl-next i:before {
    font-size: 40px;
    font-weight: 700; }
  .cms-client-layout1 .owl-controls .owl-next {
    left: inherit;
    right: -40px; }

.cms-carousel-blog-layout1 .entry-blog {
  margin-bottom: 30px; }
  .cms-carousel-blog-layout1 .entry-blog .entry-content .entry-title {
    font-size: 24px;
    line-height: 1; }

@media screen and (min-width: 1280px) {
  .home-veterinary #cshero-header #cshero-header-logo.col-lg-3 {
    width: 33.3333%; }
    .home-veterinary #cshero-header #cshero-header-navigation.col-lg-9 {
      width: 66.6667%; }

  #main #primary.sidebar-active {
    padding-right: 105px; }
    #main .sidebar-left-active #primary.sidebar-active {
      padding-left: 105px;
      padding-right: 15px;
      float: right; }

  .single-post #main .pt-single-post .full-width {
    max-width: 940px;
    margin: auto;
    float: none; }

  #cms-medico.woocommerce .sidebar-active {
    padding-left: 105px; } }

@media screen and (max-width: 1280px) {
  .menu-style #cshero-header #cshero-header-navigation .menu-main-menu > li {
    padding: 0 20px; } }

@media screen and (max-width: 1200px) {
  #cshero-header-navigation .main-navigation .menu-main-menu > ul > li, #cshero-header-navigation .main-navigation .menu-main-menu > li {
    margin: 0 9px; } }

@media screen and (min-width: 1200px) {
  body .cs-boxed {
    margin: auto;
    width: 1200px; } }

@media screen and (min-width: 993px) {
  #cshero-menu-mobile {
    display: none !important; }

  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .mt-mins-65 {
    margin-top: -65px; }

  .mt-mins-28 {
    margin-top: -28px; } }

@media screen and (max-width: 1024px) {
  .cms-row-full-width > .no-container {
    margin-left: 0;
    margin-right: 0; }
    .cms-row-full-width > .no-container > .row {
      margin-left: 0;
      margin-right: 0; }
      .cms-row-full-width > .no-container > .row > .wpb_column {
        padding: 0; }

  body .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    padding: 10px 18px; } }

@media screen and (max-width: 992px) and (min-width: 768px) {
  .small-1-column .wpb_column {
    width: 100%; }
    .small-1-column .wpb_column + .wpb_column {
      margin-top: 35px; }

  .small-2-column .wpb_column {
    width: 50%;
    margin-top: 0; }
    .small-2-column .wpb_column:nth-child(2) {
      margin-top: 0; }
    .small-2-column .wpb_column:nth-child(3), .small-2-column .wpb_column:nth-child(4) {
      margin-top: 35px; }

  .small-3-column .wpb_column {
    width: 33.33%; }
    .small-3-column .wpb_column + .wpb_column {
      margin-top: 0; }

  .text-center-small {
    text-align: center; }
    .text-center-small .wpb_wrapper {
      text-align: center; }
    .text-center-small .vc_custom_heading {
      text-align: center !important; }

  #cms-medico.woocommerce .products li:nth-child(even), #cms-medico.woocommerce-page .products li:nth-child(even) {
    clear: right; }
    #cms-medico.woocommerce .products li:nth-child(odd), #cms-medico.woocommerce-page .products li:nth-child(odd) {
      clear: left; }

  .cms-team-layout1.team-2col .cms-grid-media {
    width: 100%;
    padding: 0; }
    .cms-team-layout1.team-2col .cms-grid-body {
      width: 100%;
      text-align: center; } }

@media screen and (max-width: 992px) {
  .text-center-md {
    text-align: center; }
    .text-center-md * {
      text-align: center !important; }
    .text-center-md .cart-contents {
      float: none !important; }

  body > div > div > .container, #cs-header > .container {
    width: 100% !important; }

  .container {
    width: 100%; }

  .icon-slider i {
    height: 60px !important;
    width: 60px !important;
    line-height: 60px !important;
    font-size: 20px !important;
    /* ==========================================================================
      Header Mobile
  ========================================================================== */ }

  body #cshero-header {
    position: static !important; }
    body #cshero-header > .container {
      position: relative;
      z-index: 99; }
    body #cshero-header .cshero-header-search {
      right: 70px; }

  #cshero-menu-mobile {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    display: block !important; }

  #cshero-header-navigation {
    display: none; }

  #cshero-header-navigation.collapse {
    display: block;
    /* Page Title */ }

  #page-title.br-style3 #page-title-text h1, #page-title.br-style5 #page-title-text h1 {
    margin-bottom: 25px;
    text-align: center; }

  #page-title.br-style4 .row {
    margin: 0; }

  #page-title.br-style3 #breadcrumb-text, #page-title.br-style5 #breadcrumb-text {
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    text-align: center;
    /* ==========================================================================
     End Header Mobile
  ========================================================================== */ }

  .cms-fancyboxes.cms-fancybox-layout-2 h2.cms-fancybox-title {
    font-size: 36px; }

  #cshero-footer-top {
    /* Woo */ }
    #cshero-footer-top [class^="col-"] {
      margin-bottom: 30px; }

  .cart-action-wrap td.coupon, .cart-action-wrap .actions {
    width: 50%; }
    .cart-action-wrap .button {
      width: 100% !important;
      float: none; }

  #cms-medico.woocommerce .products li, #cms-medico.woocommerce-page .products li {
    width: 50%; }

  .vc_row-no-padding.small-1-column .wpb_column {
    margin-top: 0 !important; } }

@media (max-width: 767px) {
  .text-center-xs, .text-center-mini {
    text-align: center; }
    .text-center-xs .wpb_wrapper, .text-center-mini .wpb_wrapper {
      text-align: center; }
    .text-center-xs .vc_custom_heading, .text-center-mini .vc_custom_heading {
      text-align: center !important; }

  .small-1-column .wpb_column + .wpb_column, .small-2-column .wpb_column + .wpb_column, .small-3-column .wpb_column + .wpb_column {
    margin-top: 35px; }

  .small-2-column .wpb_column {
    width: 100%; }

  .header-top [class*="col-"] span {
    display: block; }

  .entry-content > .wpb_row .wpb_row {
    margin-left: 0;
    margin-right: 0; }
    .entry-content > .wpb_row .wpb_row > .container > .row > [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }

  .mobile-text-center {
    text-align: center; }
    .mobile-text-center.text-left, .mobile-text-center.text-right {
      text-align: center; }

  .cshero-header-search {
    display: none; }

  #page-title, #breadcrumb-text {
    text-align: center;
    /* Shortcode */ }

  .cms-fancyboxes.cms-fancybox-layout-default {
    margin-bottom: 30px !important; }

  .cms-fancyboxes.cms-fancybox-layout-2 .cms-fancybox-content [class*="col-"], .cms-fancyboxes.cms-fancybox-layout-2 .cms-fancybox-content [class^="col-"] {
    display: block;
    float: left;
    text-align: center; }

  .cms-fancyboxes.cms-fancybox-layout-2 .cms-fancybox-icon {
    margin-bottom: 30px;
    /* Footer Top */ }

  #cshero-footer-top aside.[class^="col-"] {
    margin-bottom: 30px; }
    #cshero-footer-top aside.[class^="col-"]:last-child {
      margin: 0; }
    #cshero-footer-top aside.[class^="col-"] aside.[class^="widget_"], #cshero-footer-top aside.[class^="col-"] aside.[class^="widget-"], #cshero-footer-top aside.[class^="col-"] .widget {
      margin: 30px 0 0; }
      #cshero-footer-top aside.[class^="col-"] aside.[class^="widget_"]:first-child, #cshero-footer-top aside.[class^="col-"] aside.[class^="widget-"]:first-child, #cshero-footer-top aside.[class^="col-"] .widget:first-child {
        margin: 0; }

  #cshero-footer-bottom.copyright3 .text-left, #cshero-footer-bottom.copyright5 .text-left, #cshero-footer-bottom.copyright4 .text-left, #cshero-footer-bottom.copyright3 .text-right, #cshero-footer-bottom.copyright5 .text-right, #cshero-footer-bottom.copyright4 .text-right {
    text-align: center; } }

@media (max-width: 640px) {
  #cms-medico.woocommerce .products li, #cms-medico.woocommerce-page .products li, #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-inner, #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta {
    width: 100%; } }

#cshero-footer-top {
  padding: 80px 0;
  position: relative; }
  #cshero-footer-top.img-effect {
    background-color: transparent;
    background-image: url(../images/map.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; }
  #cshero-footer-top.img-effect:after {
    bottom: 0;
    content: "";
    left: 0;
    opacity: 0.8;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #fff;
    opacity: 0.85;
    z-index: 1; }
  #cshero-footer-top .container {
    position: relative;
    z-index: 2; }
  #cshero-footer-top .widget-title {
    margin: 0 0 34px;
    font-size: 28px;
    line-height: 1; }
  #cshero-footer-top .media-left {
    padding-right: 20px; }
  #cshero-footer-top .media-left i {
    font-size: 26px;
    color: #f85d61;
    position: relative;
    top: 0; }
  #cshero-footer-top .media-body a {
    color: #f85d61; }
  #cshero-footer-top .media-body a:hover {
    color: #b2b2b2; }

#cshero-footer-bottom {
  padding: 60px 0 56px 0; }
  #cshero-footer-bottom .logo-footer {
    max-height: 120px; }
  #cshero-footer-bottom.copyright1 {
    font-size: 18px;
    font-weight: 300; }
  #cshero-footer-bottom.copyright1 a {
    color: #f85d61; }
  #cshero-footer-bottom.copyright1 a:hover {
    color: #b2b2b2; }
  #cshero-footer-bottom.copyright2 {
    font-size: 18px;
    font-weight: 300;
    background-color: #f9ad63;
    padding: 30px 0; }
  #cshero-footer-bottom.copyright2 p {
    margin: 0; }
  #cshero-footer-bottom.copyright3 {
    padding: 15px 0; }
  #cshero-footer-bottom.copyright3 a {
    color: #b2b2b2; }
  #cshero-footer-bottom.copyright3 a:hover {
    color: #f9ad63; }
  #cshero-footer-bottom.copyright3 .col3 {
    margin: 10px 0; }
  #cshero-footer-bottom.copyright4 {
    padding: 25px 0 20px 0;
    background-color: #f85d61;
    background-image: url(../images/background_footer3.png); }
  #cshero-footer-bottom.copyright5 {
    padding: 20px 0 14px 0;
    color: #fff; }
  #cshero-footer-bottom.copyright5 a {
    color: #fff; }
  #cshero-footer-bottom.copyright5 a:hover {
    color: #dcf1fb; }
  #cshero-footer-bottom.copyright5 .logo.footer-top {
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
    letter-spacing: -0.05em;
    line-height: 1; }
  #cshero-footer-bottom.copyright5 .logo.footer-top img {
    max-width: 50px;
    margin-right: 10px; }
  #cshero-footer-bottom.section-dark {
    color: #fff; }
  #cshero-footer-bottom.section-dark a {
    color: #fff; }
  #cshero-footer-bottom.section-dark a:hover {
    color: #dcf1fb; }
  #cshero-footer-bottom .widget_nav_menu ul li {
    display: inline-block; }
  #cshero-footer-bottom .widget_nav_menu ul li a {
    color: #323232;
    padding: 0 10px;
    position: relative; }
  #cshero-footer-bottom .widget_nav_menu ul li a:hover {
    color: #f9ad63; }
  #cshero-footer-bottom .widget_nav_menu ul li a:after {
    background-color: #b2b2b2;
    content: "";
    height: 15px;
    position: absolute;
    right: -3px;
    top: 5px;
    width: 1px;
    opacity: 0.25; }
  #cshero-footer-bottom .widget_nav_menu ul li:last-child a:after {
    opacity: 0; }

#back_to_top.on {
  bottom: 5px;
  right: 5px;
  width: 50px;
  height: 50px;
  overflow: hidden;
  position: fixed;
  text-decoration: none;
  z-index: 9999;
  font-size: 0;
  color: transparent;
  background-color: #f85d61;
  cursor: pointer;
  -webkit-transition: 0.3s ease-in-out 0s;
  -moz-transition: 0.3s ease-in-out 0s;
  -ms-transition: 0.3s ease-in-out 0s;
  transition: 0.3s ease-in-out 0s; }
  #back_to_top.on:hover {
    background-color: #f9ad63;
    bottom: 8px;
    -webkit-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms; }
  #back_to_top.on:after {
    color: #fff;
    content: '\f106';
    font-size: 18px;
    line-height: 50px;
    font-family: 'FontAwesome';
    text-align: center;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms; }

.social-footer {
  padding-bottom: 65px;
  padding-top: 65px;
  margin-top: 100px; }

#footer-top {
  color: #b2b2b2;
  background-color: #fff;
  margin: ;
  padding: ; }
  #footer-top h3.widget-title {
    font-size: 28px;
    margin: 0 0 38px;
    text-transform: capitalize; }
  #footer-top:before {
    background-color: #fff; }

.cms-get-touch {
  margin: 25px 0;
  /* Footer Type */ }
  .cms-get-touch p {
    padding: 9px 0 10px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: #fff;
    margin: 0; }
  .cms-get-touch p i {
    padding-right: 4px;
    color: #f9ad63; }
  .cms-get-touch p a {
    color: #f85d61; }
  .cms-get-touch p a:hover {
    color: #fff; }
  .cms-get-touch p:first-child {
    border-top: 1px solid rgba(255, 255, 255, 0.1); }

.cshero-footer2 #cshero-footer-top {
  padding-bottom: 0; }
  .cshero-footer2 #cshero-footer-bottom {
    padding-top: 125px; }
  .cshero-footer2 .bt-footer2 {
    padding: 50px;
    background-color: transparent;
    background-image: url(../images/progress.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    position: relative;
    position: relative;
    z-index: 1;
    margin-top: 40px;
    margin-bottom: -60px; }
  .cshero-footer2 .bt-footer2:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background-color: #f85d61;
    opacity: 0.9;
    display: block; }
  .cshero-footer2 .bt-footer2 .wpcf7-form-item {
    margin-bottom: 10px; }
  .cshero-footer2 .bt-footer2 .wpcf7-form-item .wpcf7-form-control {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff; }
  .cshero-footer2 .bt-footer2 .btn:hover {
    background-color: #fff;
    color: #323232; }

.cshero-footer3 #cshero-footer-top {
  color: #b5b5b5;
  background-color: #3c3c3c;
  background-image: url(../images/background_footer3.png);
  background-repeat: repeat;
  background-attachment: inherit;
  background-size: inherit; }
  .cshero-footer3 #cshero-footer-top:after {
    display: none; }
  .cshero-footer3 #cshero-footer-top .widget-title {
    font-size: 28px;
    line-height: normal;
    color: #fff;
    margin-bottom: 25px; }

.cshero-footer4 #cshero-footer-top {
  background-color: #fafafa;
  background-image: none;
  padding-top: 40px;
  padding-bottom: 0; }
  .cshero-footer4 #cshero-footer-top:after {
    display: none; }
  .cshero-footer4 #cshero-footer-top > .container {
    width: 100%; }

input[type='text'], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], textarea, select {
  background-color: transparent;
  color: #000;
  font-size: 16px;
  padding: 12px 30px;
  height: 50px;
  line-height: normal;
  border: 1px solid #e5e5e5;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */
  outline: none; }

textarea {
  height: 170px;
  max-width: 100%; }

input[type='text']:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus, textarea:focus {
  border-color: #b2b2b2;
  /** Contact Form 7 */ }

.wpcf7-form .wpcf7-form-item {
  margin-bottom: 10px; }
  .wpcf7-form .wpcf7-not-valid-tip {
    font-size: 12px;
    position: absolute;
    right: 15px;
    top: 0;
    color: #d94e90; }
  .wpcf7-form .wpcf7-validation-errors {
    border: medium none;
    display: block;
    text-align: center;
    margin: 20px 0 0; }

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #b2b2ba;
  opacity: 1; }

input::-webkit-placeholder, textarea::-webkit-placeholder {
  color: #b2b2ba;
  opacity: 1; }

input::-o-placeholder, textarea::-o-placeholder {
  color: #b2b2ba;
  opacity: 1; }

input::-ms-placeholder, textarea::-ms-placeholder {
  color: #b2b2ba;
  opacity: 1; }

.placeholder-white input::-moz-placeholder, .placeholder-white textarea::-moz-placeholder {
  color: #fff;
  opacity: 1; }

.placeholder-white input::-webkit-input-placeholder, .placeholder-white textarea::-webkit-input-placeholder {
  color: #fff;
  opacity: 1; }

.placeholder-white input::-o-placeholder, .placeholder-white textarea::-o-placeholder {
  color: #fff;
  opacity: 1; }

.placeholder-white input::-ms-placeholder, .placeholder-white textarea::-ms-placeholder {
  color: #fff;
  opacity: 1; }

.placeholder-white input {
  color: #fff; }

.element-form-post {
  position: relative; }
  .element-form-post i {
    left: 20px;
    position: absolute;
    top: 16px; }

.wpcf7-form .form-white .wpcf7-form-control, .wpcf7-form .form-white .wpcf7-form-control:focus {
  border-color: rgba(255, 255, 255, 0.2);
  color: #fff; }
  .wpcf7-form [class*="menu-"] {
    position: relative; }
  .wpcf7-form [class*="menu-"]:before {
    content: "\f107";
    font-family: FontAwesome;
    font-size: 18px;
    position: absolute;
    top: -2px;
    right: 28px;
    z-index: -1; }
  .wpcf7-form .form-white [class*="menu-"]:before {
    color: #fff; }
  .wpcf7-form select {
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    padding: 12px 25px; }
  .wpcf7-form select option {
    color: #323232; }

.wpcf7-form .wpcf7-response-output, .wpcf7-not-valid-tip {
  font-size: 13px;
  font-style: italic; }
  .wpcf7-form .wpcf7-response-output.wpcf7-validation-errors, .wpcf7-not-valid-tip.wpcf7-validation-errors {
    color: #f9ad63; }
  .wpcf7-form .wpcf7-response-output.wpcf7-mail-sent-ng, .wpcf7-not-valid-tip.wpcf7-mail-sent-ng {
    border: none;
    padding: 0;
    color: #f85d61; }

.wpcf7-not-valid-tip {
  color: #f9ad63 !important;
  /* ==========================================================================
   [End] All Style Form
========================================================================== */ }

#cshero-header-inner:before {
  height: 10px;
  content: "";
  display: block; }
  #cshero-header-inner #cshero-header-top, #cshero-header-inner #cshero-header-top-woo {
    font-size: 14px;
    padding: 4px 0;
    position: relative;
    z-index: 1001;
    background-color: #fafafa;
    color: #a5a5a5; }
  #cshero-header-inner #cshero-header-top a, #cshero-header-inner #cshero-header-top-woo a {
    color: #b2b2b2; }
  #cshero-header-inner #cshero-header-top a:hover, #cshero-header-inner #cshero-header-top-woo a:hover {
    color: #f85d61; }
  #cshero-header-inner #cshero-header-top .top-contact, #cshero-header-inner #cshero-header-top-woo .top-contact {
    text-align: right; }
  #cshero-header-inner #cshero-header-top .top-contact i, #cshero-header-inner #cshero-header-top-woo .top-contact i {
    font-size: 18px;
    position: relative;
    top: 3px;
    color: #f85d61;
    padding-right: 6px; }
  #cshero-header-inner #cshero-header-top .top-contact span, #cshero-header-inner #cshero-header-top-woo .top-contact span {
    display: inline-block;
    padding-left: 33px; }
  #cshero-header-inner #cshero-header-top .top-contact span:first-child, #cshero-header-inner #cshero-header-top-woo .top-contact span:first-child {
    padding-left: 0; }
  #cshero-header-inner #cshero-header-top-woo .top-contact {
    text-align: left; }
  #cshero-header-inner #cshero-header {
    position: relative;
    z-index: 1000; }
  #cshero-header-inner #cshero-header .container {
    position: relative; }
  #cshero-header-inner #cshero-header.header-fixed {
    position: fixed;
    top: 0;
    background-color: #fff;
    z-index: 1001;
    width: 100%;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1); }
  #cshero-header-inner #cshero-header #cshero-header-logo a {
    display: block;
    padding: 20px 0; }
  #cshero-header-inner #cshero-header #cshero-header-logo img {
    max-height: 70px; }

@media (min-width: 993px) {
  .color-light #cshero-header {
    text-align: left; }
    .color-light #cshero-header #cshero-header-navigation .menu-main-menu > li > a {
      color: #fff; }
      .color-light #cshero-header #cshero-header-navigation .menu-main-menu > li > a:hover {
        color: #323232; }
      .color-light #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a, .color-light #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-item > a, .color-light #cshero-header #cshero-header-navigation .menu-main-menu > li.current-menu-ancestor > a {
        color: #323232; }

  .menu-style #cshero-header #cshero-header-navigation .menu-main-menu {
    float: left; }
    .menu-style #cshero-header #cshero-header-navigation .menu-main-menu > li {
      margin: 0;
      border-right: 1px solid rgba(255, 255, 255, 0.1);
      padding: 0 40px; }
      .menu-style #cshero-header #cshero-header-navigation .menu-main-menu > li:last-child {
        border-right: none; }
      .menu-style #cshero-header #cshero-header-navigation .menu-main-menu > li > a {
        line-height: 70px; }

  .header-1 #cshero-header-wrapper {
    height: 111px; }

  .header-4 #cshero-header-top-logo, .header-5 #cshero-header-top-logo {
    padding: 20px 0;
    text-align: center; }
    .header-4 #cshero-header-top-logo img, .header-5 #cshero-header-top-logo img {
      max-height: 70px; }
    .header-5 #cshero-header.cshero-main-header {
      background-color: #323232 !important;
      background-image: none; }
    .header-5 #cshero-header.cshero-main-header #cshero-header-navigation .menu-main-menu > li > a {
      color: #fff; }
    .header-5 #cshero-header.cshero-main-header #cshero-header-navigation .menu-main-menu > li > a:hover {
      color: #f85d61; }
    .header-5 #cshero-header.cshero-main-header #cshero-header-navigation .menu-main-menu > li.current-menu-parent > a, .header-5 #cshero-header.cshero-main-header #cshero-header-navigation .menu-main-menu > li.current-menu-item > a, .header-5 #cshero-header.cshero-main-header #cshero-header-navigation .menu-main-menu > li.current-menu-ancestor > a {
      color: #f85d61; } }

@media (max-width: 992px) {
  /* Search */
    #cshero-header-inner #cshero-header #cshero-header-logo a {
      padding: 10px 0; }
      #cshero-header-inner #cshero-header #cshero-header-logo a img {
        max-height: 60px; }
    .header-4 #cshero-header-top-logo, .header-5 #cshero-header-top-logo {
      text-align: left; }
      .header-4 #cshero-header-top-logo #cshero-header-logo img, .header-5 #cshero-header-top-logo #cshero-header-logo img {
        max-height: 80px;
        padding: 10px 0; }
      .header-4 #cshero-header-navigation.collapse, .header-5 #cshero-header-navigation.collapse {
        top: 0; }
      .header-4 #cshero-menu-mobile, .header-5 #cshero-menu-mobile, .header-4 .cshero-header-search, .header-5 .cshero-header-search {
        top: -40px; } }

#cshero-header-navigation.search-active {
  padding-right: 70px; }

.cshero-header-search {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
  -khtml-transform: translate(0px, -50%);
  -moz-transform: translate(0px, -50%);
  -ms-transform: translate(0px, -50%);
  -o-transform: translate(0px, -50%);
  transform: translate(0px, -50%);
  /* BACKGROUND GRADIENT */
  /* TRANSFORM STYLE */ }

.admin-bar #cshero-header-inner #cshero-header.header-fixed {
  top: 32px; }

body {
  overflow-x: hidden; }

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto; }

img.aligncenter {
  margin: 5px auto; }

.alignleft {
  float: left; }

img.alignleft {
  margin: 5px 30px 15px 0; }

.alignright {
  float: right; }

img.alignright {
  margin-left: 15px; }

.wp-caption {
  opacity: 1; }
  .wp-caption.alignnone {
    width: 100% !important; }

.wp-caption-text {
  opacity: 1; }

.gallery-caption {
  opacity: 1; }

.left {
  float: left; }

.right {
  float: right; }

.entry-page-image {
  margin-bottom: 14px; }

#main #page-default {
  position: relative;
  z-index: 1; }

a, a:hover, a:focus, a:before, a:after {
  outline: none;
  text-decoration: none;
  -webkit-transition: all 300ms linear 0ms;
  -moz-transition: all 300ms linear 0ms;
  -ms-transition: all 300ms linear 0ms;
  transition: all 300ms linear 0ms; }

h1, h2, h3, h4, h5, h6 {
  margin: 0 0 15px;
  letter-spacing: -0.05em;
  line-height: 1.1;
  font-weight: 700; }

ul {
  padding: 0;
  margin: 0;
  list-style: none; }

p {
  margin: 0 0 15px; }

img {
  height: auto;
  max-width: 100%; }

.hide-image img {
  display: none; }

.w50 {
  float: left;
  width: 50%; }

.size_big {
  font-size: 64px; }

.size_small {
  font-size: 26px; }

body .wpb_content_element, body .wpb_button {
  margin: 0; }

.entry-content > .vc_row-fluid {
  position: relative; }

.entry-content .wpb_row {
  margin-bottom: 0 !important; }

.entry-content > .wpb_row .wpb_row {
  margin-left: -15px;
  margin-right: -15px; }

.entry-content > .wpb_row .padding-30 .wpb_row {
  margin-left: 0;
  margin-right: 0; }

.vc_row-fluid .container .container, .vc_row-fluid .vc_row-fluid .container {
  width: 100%; }

.entry-content > .vc_row-fluid {
  background-color: #fff; }

.bg-effect, #cshero-header-inner:before, .header-3 #cshero-header, .header-4 #cshero-header, .header-5 #cshero-header, #page-title, #cms-medico.woocommerce .widget_price_filter .ui-slider .ui-slider-range, #cms-medico.woocommerce-page .widget_price_filter .ui-slider .ui-slider-range, .row-bg-gradient {
  background: #20bbe9;
  background: -moz-linear-gradient(left, #f85d61 0%, #f9ad63 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #f85d61), color-stop(100%, #f9ad63));
  background: -webkit-linear-gradient(left, #f85d61 0%, #f9ad63 100%);
  background: -o-linear-gradient(left, #f85d61 0%, #f9ad63 100%);
  background: -ms-linear-gradient(left, #f85d61 0%, #f9ad63 100%);
  background: linear-gradient(to right, #f85d61 0%, #f9ad63 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$mainColor', endColorstr='$mainColor2',GradientType=1); }

.grey {
  border-color: #323232;
  color: #323232; }

.margin_0 {
  margin: 0; }

.margin-top40 {
  margin-top: 40px; }

.highlight {
  color: #fff; }

.highlight2 {
  color: #f9ad63; }

.thin {
  font-weight: 300; }

.well {
  border: medium none;
  border-radius: 0;
  box-shadow: none; }

.color-dark {
  color: #323232; }

.color-primary {
  color: #f85d61; }

.media .color-primary {
  color: #f85d61 !important; }

.section-header {
  font-size: 50px;
  margin: 0 0 22px;
  position: relative;
  word-wrap: break-word;
  line-height: 1;
  /*
================> Unit Test
*/ }
  .section-header + p {
    font-size: 28px;
    font-weight: 300;
    line-height: 1.5em;
    margin-bottom: 28px; }

table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
  -webkit-border-radius: 0;
  -khtml-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  /* BACKGROUND GRADIENT */ }
  table th {
    color: #323232; }

caption, td {
  font-weight: normal;
  text-align: left; }

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
  padding: 13px 8px; }

th {
  font-weight: 700; }

td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
  /*--- Definition Lists ---*/ }

dl {
  margin: 0 0 0 25px; }

dl dt {
  font-weight: normal;
  line-height: 26px;
  text-transform: uppercase;
  font-weight: 700;
  color: #323232; }

dl dd {
  line-height: normal;
  margin-bottom: 20px; }
  dl dd a {
    color: #f85d61; }
  dl dd a:hover {
    color: #b2b2b2; }

code, kbd {
  background-color: transparent;
  border-radius: 4px;
  color: inherit;
  font-size: 100%;
  padding: 2px 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none; }

ins {
  color: #fff;
  border: none;
  padding: 2px;
  text-decoration: none;
  background-color: #f85d61; }

pre {
  background: #f5f5f5;
  color: #666;
  font-family: monospace;
  font-size: 14px;
  margin: 20px 0;
  overflow: auto;
  padding: 20px;
  white-space: pre-wrap;
  word-wrap: break-word; }

.woocommerce ins {
  background-color: transparent; }

.entry-content-inner {
  /* ==========================================================================
   [End] 1. Reset HTML/CSS, Unitest, Body
========================================================================== */
  /* ==========================================================================
   [Start] 2. Page Title
========================================================================== */ }
  .entry-content-inner ul {
    padding: 0 0 0 35px;
    list-style-type: square; }
  .entry-content-inner ul.list-style-check {
    list-style: none;
    padding: 0; }

#page-title {
  position: relative;
  padding-top: 25px;
  padding-bottom: 25px;
  margin-bottom: 100px;
  /* ==========================================================================
   [End] 2. Page Title
========================================================================== */
  /* ==========================================================================
   [Start] 3. Primary
========================================================================== */ }
  #page-title #page-title-text h1 {
    margin: 0;
    font-size: 40px;
    color: #fff;
    line-height: normal;
    font-weight: 300; }
  #page-title #breadcrumb-text ul.breadcrumbs {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    line-height: normal;
    list-style: none;
    margin: 5px 0;
    padding: 12px 0; }
  #page-title #breadcrumb-text ul.breadcrumbs li {
    display: inline-block;
    margin: 0; }
  #page-title #breadcrumb-text ul.breadcrumbs li + li:before {
    padding: 0 20px;
    font-family: FontAwesome;
    content: '\f105'; }
  #page-title #breadcrumb-text ul.breadcrumbs li a {
    color: #fff; }
    #page-title #breadcrumb-text ul.breadcrumbs li a:hover {
      color: #dcf1fb;
      text-decoration: none; }
  #page-title #breadcrumb-text ul.breadcrumbs li:first-child a {
    font-size: 0; }
    #page-title #breadcrumb-text ul.breadcrumbs li:first-child a:before {
      content: "\e68e";
      font-family: 'rt-icons';
      font-size: 14px; }
  #page-title.br-style2 #page-title-text h1 {
    font-weight: 700;
    color: #323232; }
  #page-title.br-style3, #page-title.br-style5 {
    background-color: #f85d61;
    background-image: url(../images/breadcrumbs.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    background-attachment: fixed;
    padding: 0; }
  #page-title.br-style3 .container, #page-title.br-style5 .container {
    position: relative; }
  #page-title.br-style3:before, #page-title.br-style5:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f85d61;
    opacity: 0.9; }
  #page-title.br-style3 #page-title-text, #page-title.br-style5 #page-title-text {
    padding-top: 25px;
    padding-bottom: 25px; }
  #page-title.br-style3 #breadcrumb-text, #page-title.br-style5 #breadcrumb-text {
    position: absolute;
    bottom: 0;
    right: 0; }
  #page-title.br-style3 #breadcrumb-text .breadcrumbs, #page-title.br-style5 #breadcrumb-text .breadcrumbs {
    background-color: rgba(0, 0, 0, 0.05);
    margin: 0 15px 0 0;
    padding: 7px 22px; }
  #page-title.br-style4 {
    background-image: url("../images/background_footer3.png");
    background-color: #f9ad63; }
  #page-title.br-style4 #page-title-text {
    float: left; }
  #page-title.br-style4 #page-title-text h1 {
    color: #323232; }
  #page-title.br-style4 #breadcrumb-text .breadcrumbs {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    float: left;
    margin-bottom: 12px;
    margin-left: 20px;
    margin-top: 12px;
    padding: 8px 0 8px 20px; }
  #page-title.br-style5 {
    background-color: #fafafa;
    background-image: none; }
  #page-title.br-style5:before {
    display: none; }
  #page-title.br-style5 #page-title-text h1 {
    color: #323232;
    text-align: center; }
  #page-title.br-style5 #breadcrumb-text ul.breadcrumbs {
    color: #ccc; }
  #page-title.br-style5 #breadcrumb-text ul.breadcrumbs a {
    color: #999; }
  #page-title.br-style5 #breadcrumb-text ul.breadcrumbs a:hover {
    color: #f85d61; }

.logo-footer-veterinary {
  display: none; }

.home-veterinary .logo-footer-veterinary {
  display: inline-block; }
  .home-veterinary .logo-footer {
    display: none; }

.vc_row-o-full-height {
  opacity: 0;
  filter: alpha(opacity=0);
  /* Icon slider */ }

.icon-slider i {
  border: 1px solid #323232;
  color: #323232;
  height: 100px;
  line-height: 100px;
  width: 100px;
  text-align: center;
  font-size: 42px;
  -webkit-border-radius: 100px;
  -khtml-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  /* BACKGROUND GRADIENT */
  margin-right: 10px; }
  .icon-slider i:hover {
    border-color: #f85d61;
    color: #f85d61; }

.rev_slider_wrapper {
  /* Column Overlay */ }
  .rev_slider_wrapper .tp-caption {
    letter-spacing: 0 !important; }
  .rev_slider_wrapper .btn-secondary, .rev_slider_wrapper .btn-default, .rev_slider_wrapper .btn-primary {
    color: #fff;
    padding: 16px 80px; }
  .rev_slider_wrapper .btn-secondary.mini, .rev_slider_wrapper .btn-default.mini, .rev_slider_wrapper .btn-primary.mini {
    padding: 16px 36px; }
  .rev_slider_wrapper .btn-secondary:hover, .rev_slider_wrapper .btn-default:hover, .rev_slider_wrapper .btn-primary:hover {
    color: #fff; }
  .rev_slider_wrapper .btn-primary {
    padding: 16px 38px; }
  .rev_slider_wrapper .btn.btn-inverse {
    padding: 16px 42px; }

.column-bg-overlay {
  color: #fff;
  /* End Column Overlay */ }
  .column-bg-overlay .overlay-color-column {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%; }
  .column-bg-overlay .wpb_wrapper {
    position: relative;
    z-index: 1; }
  .column-bg-overlay ul li {
    border-color: rgba(255, 255, 255, 0.2) !important; }

#content footer.entry-meta {
  padding: 0;
  text-align: center; }

.sider-page .wpb_row .container {
  padding: 0;
  width: 100%; }
  .sider-page.sd-left #primary {
    float: right; }
  .sider-page.sd-right #primary {
    float: left; }

#page-blog-standard, #page-events {
  /* Sidebar */ }
  #page-blog-standard #primary.page-full-width, #page-events #primary.page-full-width {
    float: none;
    margin: auto;
    max-width: 940px; }

#sidebar {
  margin-bottom: 50px;
  /* List Style */ }
  #sidebar .widget-title, #sidebar .wg-title {
    font-size: 40px;
    margin: 0 0 28px;
    position: relative;
    line-height: 1.1; }
  #sidebar a {
    color: #b2b2b2; }
  #sidebar a:hover {
    color: #f85d61; }
  #sidebar aside, #sidebar .slidingbar-widget-col {
    margin-bottom: 40px; }
  #sidebar aside ul li, #sidebar .slidingbar-widget-col ul li {
    color: #323232; }
  #sidebar ul.children, #sidebar ul.sub-menu {
    padding-left: 15px; }

.list-no-bullets ul, .list-style-1 ul {
  padding: 0;
  margin: 0;
  list-style: none; }
  .list-no-bullets ul li, .list-style-1 ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    position: relative; }
  .list-no-bullets ul li i, .list-style-1 ul li i {
    color: #f9ad63; }
  .list-no-bullets ul li:first-child, .list-style-1 ul li:first-child {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }

.list-style-1 ul li {
  padding-left: 30px; }
  .list-style-1 ul li:before {
    border: 1px solid #f85d61;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    content: "";
    display: block;
    height: 7px;
    left: 10px;
    position: absolute;
    top: 22px;
    width: 7px; }

.list-style-2 ul {
  padding-left: 20px;
  margin: 0;
  list-style: none; }
  .list-style-2 ul li {
    padding: 5px 0;
    position: relative; }
  .list-style-2 ul li:before {
    color: #f85d61;
    content: "\e82c";
    display: block;
    font-family: "fontello";
    font-size: 16px;
    left: -18px;
    position: absolute; }

.list-style-3 {
  /* End List Style */
  /* Teaser */ }
  .list-style-3 ol {
    counter-reset: li;
    list-style: none;
    padding: 0;
    margin: 0; }
  .list-style-3 ol li {
    padding: 8px 0 8px 38px;
    position: relative; }
  .list-style-3 ol li:before {
    background-color: #f85d61;
    -webkit-border-radius: 100%;
    -khtml-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 100%;
    /* BACKGROUND GRADIENT */
    color: #fff;
    content: counter(li,decimal-leading-zero);
    counter-increment: li;
    font-weight: 700;
    height: 30px;
    left: 2px;
    line-height: 30px;
    margin-top: -16px;
    position: absolute;
    text-align: center;
    top: 50%;
    width: 30px; }

.cms-teaser .cms-teaser-icon {
  margin: 27px 0; }
  .cms-teaser .cms-teaser-icon i {
    font-size: 42px;
    color: #f85d61; }
  .cms-teaser.footer4 .cms-teaser-icon {
    margin: 15px 0;
    font-size: 42px; }
  .cms-teaser.footer4 p {
    margin-bottom: 40px; }
  .cms-teaser.footer4 a {
    margin-bottom: 0; }

#cshero-footer-top .cms-teaser {
  margin-top: 42px; }

.section_header {
  font-size: 50px;
  margin: 0 0 22px;
  /* Background Image Fixed vs Background Overlay Color */ }

#content .wpb_row {
  /* Page 404 */ }
  #content .wpb_row.row-background-fixed {
    position: inherit;
    background-attachment: fixed;
    background-repeat: no-repeat; }
  #content .wpb_row.row-background-fixed .overlay-color {
    height: 3000px;
    left: -50%;
    position: relative;
    margin-bottom: -3000px;
    width: 200%;
    -webkit-transform: translateY(-20%);
    -khtml-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */ }
  #content .wpb_row.row-bg-overlay {
    overflow: hidden; }
  #content .wpb_row .overlay-color {
    position: absolute;
    height: 100%;
    width: 200%;
    top: 0;
    left: -50%; }

.cms-error404 {
  text-align: center;
  margin-bottom: 120px;
  /* Page Loading */ }
  .cms-error404 .entry-header h1 {
    font-size: 300px;
    line-height: 1;
    color: #f85d61; }
  .cms-error404 .entry-header h2 {
    font-size: 48px;
    margin: 54px 0 20px;
    line-height: 1; }
  .cms-error404 .entry-header h3 {
    font-size: 28px;
    line-height: 1;
    color: #f9ad63;
    font-weight: 300;
    margin-bottom: 60px; }
  .cms-error404 .entry-content span {
    display: block;
    margin: 15px 0; }

#cms-loadding {
  background: #fff;
  height: 100%;
  position: fixed;
  width: 100%;
  z-index: 10000;
  top: 0;
  /* ==========================================================================
   [End] 3. Primary
========================================================================== */
  /* ==========================================================================
   [Start] 4. Footer
========================================================================== */
  /* ==========================================================================
   [End] 4. Footer
========================================================================== */ }
  #cms-loadding .cms-loader {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    height: 64px;
    width: 64px;
    background: url(../images/preloader.gif) no-repeat center; }

#cms-medico #cshero-header-top-woo {
  display: none; }
  #cms-medico #cshero-header-top-woo .cart-contents {
    cursor: pointer;
    float: right; }
  #cms-medico #cshero-header-top-woo .cart-contents i {
    font-size: 18px;
    padding-right: 6px;
    position: relative;
    top: 3px;
    color: #f85d61; }
  #cms-medico #cshero-header-top-woo .widget_shopping_cart {
    background-color: #fff;
    position: absolute;
    right: 15px;
    top: 34px;
    max-height: 0;
    overflow: hidden;
    visibility: hidden;
    max-width: 390px;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all 300ms ease 0ms;
    -moz-transition: all 300ms ease 0ms;
    -ms-transition: all 300ms ease 0ms;
    transition: all 300ms ease 0ms; }
  #cms-medico #cshero-header-top-woo .widget_shopping_cart.open {
    max-height: 2000px;
    overflow: visible;
    visibility: visible;
    opacity: 1;
    filter: alpha(opacity=1); }
  #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 30px; }
  #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content .cart_list li {
    padding: 0;
    margin-bottom: 15px;
    position: relative; }
    #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content .cart_list li a {
      font-weight: normal;
      color: #323232;
      font-size: 16px;
      line-height: normal; }
      #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content .cart_list li a img {
        float: left;
        max-width: 75px;
        width: 100%;
        margin-right: 20px;
        margin-left: 0; }
    #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove {
      font-size: 0;
      left: inherit;
      position: absolute;
      right: 15px;
      top: 40%;
      -webkit-transform: translate(0px, -50%);
      -khtml-transform: translate(0px, -50%);
      -moz-transform: translate(0px, -50%);
      -ms-transform: translate(0px, -50%);
      -o-transform: translate(0px, -50%);
      transform: translate(0px, -50%);
      /* BACKGROUND GRADIENT */
      /* TRANSFORM STYLE */ }
      #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:before {
        content: "\e67a";
        font-family: "rt-icons";
        font-size: 16px;
        color: #f85d61; }
        #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content .cart_list li a.remove:before:hover {
          color: #b2b2b2; }
  #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content p.total {
    border-top: 1px solid #e5e5e5;
    color: #323232;
    font-size: 16px;
    font-weight: 700; }
  #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content p.buttons .button {
    width: 49%;
    text-align: center;
    border-color: #f85d61;
    color: #fff;
    background-color: #f85d61; }
    #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content p.buttons .button:hover {
      background-color: #323232;
      border-color: #323232; }
    #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.checkout {
      background-color: #f9ad63;
      border-color: #f9ad63; }
      #cms-medico #cshero-header-top-woo .widget_shopping_cart .widget_shopping_cart_content p.buttons .button.checkout:hover {
        border-color: #f85d61;
        background-color: #f85d61; }
  #cms-medico.woocommerce #cshero-header-top, #cms-medico.woocommerce-page #cshero-header-top {
    display: none; }
  #cms-medico.woocommerce #cshero-header-top-woo, #cms-medico.woocommerce-page #cshero-header-top-woo {
    display: block;
    /* [Start] 1. Navigation */ }
  #cms-medico.woocommerce .woocommerce-pagination, #cms-medico.woocommerce-page .woocommerce-pagination {
    margin-top: 0;
    padding-top: 10px;
    margin-bottom: 120px;
    width: 100%;
    text-align: left;
    /* [End] 1. Navigation */
    /* [Start] 2. Button */ }
  #cms-medico.woocommerce .woocommerce-pagination ul, #cms-medico.woocommerce-page .woocommerce-pagination ul {
    border: none; }
  #cms-medico.woocommerce .woocommerce-pagination ul li, #cms-medico.woocommerce-page .woocommerce-pagination ul li {
    margin: 0 5px;
    border: none; }
    #cms-medico.woocommerce .woocommerce-pagination ul li:first-child, #cms-medico.woocommerce-page .woocommerce-pagination ul li:first-child {
      margin-left: 0; }
    #cms-medico.woocommerce .woocommerce-pagination ul li .page-numbers, #cms-medico.woocommerce-page .woocommerce-pagination ul li .page-numbers {
      border: 1px solid #e5e5e5;
      border-radius: 0px;
      display: inline-block;
      height: 40px;
      line-height: 40px;
      text-align: center;
      width: 40px;
      color: #323232;
      padding: 0; }
    #cms-medico.woocommerce .woocommerce-pagination ul li .page-numbers:hover, #cms-medico.woocommerce-page .woocommerce-pagination ul li .page-numbers:hover, #cms-medico.woocommerce .woocommerce-pagination ul li .page-numbers.current, #cms-medico.woocommerce-page .woocommerce-pagination ul li .page-numbers.current {
      background-color: #f85d61;
      border-color: #f85d61;
      color: #fff; }
    #cms-medico.woocommerce .woocommerce-pagination ul li .page-numbers + .page-numbers, #cms-medico.woocommerce-page .woocommerce-pagination ul li .page-numbers + .page-numbers {
      margin-left: 8px; }
    #cms-medico.woocommerce .woocommerce-pagination ul li .page-numbers.next, #cms-medico.woocommerce-page .woocommerce-pagination ul li .page-numbers.next, #cms-medico.woocommerce .woocommerce-pagination ul li .page-numbers.prev, #cms-medico.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev {
      font-size: 0; }
      #cms-medico.woocommerce .woocommerce-pagination ul li .page-numbers.next:before, #cms-medico.woocommerce-page .woocommerce-pagination ul li .page-numbers.next:before, #cms-medico.woocommerce .woocommerce-pagination ul li .page-numbers.prev:before, #cms-medico.woocommerce-page .woocommerce-pagination ul li .page-numbers.prev:before {
        content: '\e82b';
        font-family: "fontello";
        font-size: 16px; }
    #cms-medico.woocommerce .woocommerce-pagination ul li .page-numbers.next:before, #cms-medico.woocommerce-page .woocommerce-pagination ul li .page-numbers.next:before {
      content: '\e82c'; }
  #cms-medico.woocommerce input#submit, #cms-medico.woocommerce-page input#submit, #cms-medico.woocommerce .button, #cms-medico.woocommerce-page .button, #cms-medico.woocommerce button input[type="submit"], #cms-medico.woocommerce-page button input[type="submit"], #cms-medico.woocommerce .added_to_cart, #cms-medico.woocommerce-page .added_to_cart {
    background-color: transparent;
    border: 1px solid #323232;
    border-radius: 0;
    color: #323232;
    font-size: 16px;
    line-height: 1;
    margin: 0;
    padding: 16px 25px;
    position: relative;
    font-weight: 400; }
  #cms-medico.woocommerce input#submit i, #cms-medico.woocommerce-page input#submit i, #cms-medico.woocommerce .button i, #cms-medico.woocommerce-page .button i, #cms-medico.woocommerce button input[type="submit"] i, #cms-medico.woocommerce-page button input[type="submit"] i, #cms-medico.woocommerce .added_to_cart i, #cms-medico.woocommerce-page .added_to_cart i {
    padding-right: 8px;
    position: relative;
    top: 1px; }
  #cms-medico.woocommerce .added_to_cart:hover, #cms-medico.woocommerce-page .added_to_cart:hover, #cms-medico.woocommerce .added_to_cart:focus, #cms-medico.woocommerce-page .added_to_cart:focus, #cms-medico.woocommerce button:hover, #cms-medico.woocommerce-page button:hover, #cms-medico.woocommerce .button:hover, #cms-medico.woocommerce-page .button:hover, #cms-medico.woocommerce input[type="submit"]:hover, #cms-medico.woocommerce-page input[type="submit"]:hover, #cms-medico.woocommerce button:focus, #cms-medico.woocommerce-page button:focus, #cms-medico.woocommerce .button:focus, #cms-medico.woocommerce-page .button:focus, #cms-medico.woocommerce input[type="submit"]:focus, #cms-medico.woocommerce-page input[type="submit"]:focus {
    outline: medium none;
    text-decoration: none;
    color: #fff;
    background-color: #323232;
    border-color: #323232; }
  #cms-medico.woocommerce input#submit, #cms-medico.woocommerce-page input#submit {
    background-color: #323232;
    color: #fff;
    border-color: #323232; }
  #cms-medico.woocommerce input#submit:hover, #cms-medico.woocommerce-page input#submit:hover, #cms-medico.woocommerce input#submit:focus, #cms-medico.woocommerce-page input#submit:focus {
    background-color: #f85d61;
    border-color: #f85d61;
    color: #fff !important; }
  #cms-medico.woocommerce select, #cms-medico.woocommerce-page select {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    color: #000;
    height: 50px;
    outline: none;
    padding: 10px;
    /* [End] 2. Button */
    /* [Start] 3. Sidebar */ }
  #cms-medico.woocommerce .widget_price_filter .ui-slider, #cms-medico.woocommerce-page .widget_price_filter .ui-slider {
    background-color: #efefef;
    margin-bottom: 32px; }
  #cms-medico.woocommerce .widget_price_filter .ui-slider .ui-slider-handle, #cms-medico.woocommerce-page .widget_price_filter .ui-slider .ui-slider-handle {
    background-color: #323232;
    top: -2px;
    height: 12px;
    width: 12px; }
  #cms-medico.woocommerce .widget_price_filter .price_slider_amount .price_label, #cms-medico.woocommerce-page .widget_price_filter .price_slider_amount .price_label {
    color: #323232;
    font-size-adjust: inherit;
    padding: 6px 0; }
  #cms-medico.woocommerce .widget_products, #cms-medico.woocommerce-page .widget_products {
    /* [End] 3. Sidebar */
    /* [Start] 4. Archive Product */ }
  #cms-medico.woocommerce .widget_products ul li, #cms-medico.woocommerce-page .widget_products ul li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
    padding: 0; }
  #cms-medico.woocommerce .widget_products ul li:last-child, #cms-medico.woocommerce-page .widget_products ul li:last-child {
    border: none;
    margin-bottom: 0; }
  #cms-medico.woocommerce .widget_products ul li a, #cms-medico.woocommerce-page .widget_products ul li a {
    font-weight: normal; }
    #cms-medico.woocommerce .widget_products ul li a img, #cms-medico.woocommerce-page .widget_products ul li a img {
      float: left;
      margin: 0 20px 20px 0;
      max-width: 75px;
      width: 100%; }
  #cms-medico.woocommerce .widget_products ul li .amount, #cms-medico.woocommerce-page .widget_products ul li .amount, #cms-medico.woocommerce .widget_products ul li ins .amount, #cms-medico.woocommerce-page .widget_products ul li ins .amount {
    font-weight: 700;
    font-size: 24px;
    color: #323232; }
  #cms-medico.woocommerce .widget_products ul li del .amount, #cms-medico.woocommerce-page .widget_products ul li del .amount {
    color: #b2b2b2;
    font-size: 16px;
    font-weight: normal; }
  #cms-medico.woocommerce .form-effect, #cms-medico.woocommerce-page .form-effect {
    position: relative;
    display: inline-block; }
  #cms-medico.woocommerce .form-effect form, #cms-medico.woocommerce-page .form-effect form {
    margin: 0; }
  #cms-medico.woocommerce .form-effect form select, #cms-medico.woocommerce-page .form-effect form select {
    background-color: transparent;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
    #cms-medico.woocommerce .form-effect form select option, #cms-medico.woocommerce-page .form-effect form select option {
      padding: 5px 10px; }
    #cms-medico.woocommerce .form-effect form select option:hover, #cms-medico.woocommerce-page .form-effect form select option:hover {
      background-color: #e5e5e5; }
  #cms-medico.woocommerce .form-effect .arrow-down, #cms-medico.woocommerce-page .form-effect .arrow-down {
    height: 50px;
    line-height: 50px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 1px;
    width: 40px;
    z-index: -1;
    font-size: 18px; }
  #cms-medico.woocommerce .form-effect .woocommerce-ordering, #cms-medico.woocommerce-page .form-effect .woocommerce-ordering {
    float: left; }
  #cms-medico.woocommerce .products, #cms-medico.woocommerce-page .products {
    margin-top: 30px;
    margin-left: -15px;
    margin-right: -15px; }
  #cms-medico.woocommerce .products li, #cms-medico.woocommerce-page .products li {
    margin-right: 0;
    margin-bottom: 30px;
    padding: 0 15px;
    width: 33.33%; }
  #cms-medico.woocommerce .products li.last, #cms-medico.woocommerce-page .products li.last {
    margin-right: 0; }
  #cms-medico.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-image img, #cms-medico.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-image img {
    margin-bottom: 0; }
    #cms-medico.woocommerce .products li .cshere-woo-item-wrap .cshero-product-title a, #cms-medico.woocommerce-page .products li .cshere-woo-item-wrap .cshero-product-title a {
      color: #b2b2b2;
      font-weight: normal; }
      #cms-medico.woocommerce .products li .cshere-woo-item-wrap .cshero-product-title a:hover, #cms-medico.woocommerce-page .products li .cshere-woo-item-wrap .cshero-product-title a:hover {
        color: #f85d61; }
    #cms-medico.woocommerce .products li .cshere-woo-item-wrap .cshero-product-title h3, #cms-medico.woocommerce-page .products li .cshere-woo-item-wrap .cshero-product-title h3 {
      padding: 0;
      margin: 0 0 12px;
      line-height: normal; }
    #cms-medico.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta, #cms-medico.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta {
      border: 1px solid #e5e5e5;
      padding: 30px; }
    #cms-medico.woocommerce .products li .cshere-woo-item-wrap .cshero-woo-meta .content, #cms-medico.woocommerce-page .products li .cshere-woo-item-wrap .cshero-woo-meta .content {
      display: none; }
    #cms-medico.woocommerce .products li .cshere-woo-item-wrap .cshero-add-to-cart, #cms-medico.woocommerce-page .products li .cshere-woo-item-wrap .cshero-add-to-cart {
      margin-top: 20px; }
    #cms-medico.woocommerce .products li .cshere-woo-item-wrap .cshero-add-to-cart a, #cms-medico.woocommerce-page .products li .cshere-woo-item-wrap .cshero-add-to-cart a {
      display: block;
      margin: 0; }
      #cms-medico.woocommerce .products li .cshere-woo-item-wrap .cshero-add-to-cart a.added_to_cart:before, #cms-medico.woocommerce-page .products li .cshere-woo-item-wrap .cshero-add-to-cart a.added_to_cart:before {
        content: "\f064";
        font-family: FontAwesome;
        padding-right: 8px;
        position: relative;
        top: 2px; }
      #cms-medico.woocommerce .products li .cshere-woo-item-wrap .cshero-add-to-cart a.add_to_cart_button.added, #cms-medico.woocommerce-page .products li .cshere-woo-item-wrap .cshero-add-to-cart a.add_to_cart_button.added {
        display: none; }
  #cms-medico.woocommerce li.product .onsale, #cms-medico.woocommerce-page li.product .onsale {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    font-weight: normal;
    left: auto;
    line-height: normal;
    margin: 0;
    min-height: 0;
    padding: 5px 10px;
    right: 25px;
    text-transform: uppercase;
    top: 10px;
    background-color: #f85d61; }
  #cms-medico.woocommerce li.product .amount, #cms-medico.woocommerce-page li.product .amount {
    font-weight: 700;
    font-size: 28px;
    color: #323232; }
  #cms-medico.woocommerce li.product del .amount, #cms-medico.woocommerce-page li.product del .amount {
    font-weight: normal;
    font-size: 16px;
    color: #b2b2b2; }
  #cms-medico.woocommerce .pr-column .cshere-woo-item-wrap, #cms-medico.woocommerce-page .pr-column .cshere-woo-item-wrap {
    text-align: center; }
  #cms-medico.woocommerce .star-rating, #cms-medico.woocommerce-page .star-rating {
    margin: 0 auto 10px auto; }
  #cms-medico.woocommerce .star-rating:before, #cms-medico.woocommerce-page .star-rating:before {
    color: #fce241; }
  #cms-medico.woocommerce .star-rating span::before, #cms-medico.woocommerce-page .star-rating span::before {
    color: #fce241; }
  #cms-medico.woocommerce .cms-product-layout, #cms-medico.woocommerce-page .cms-product-layout {
    float: right;
    text-align: right;
    width: 50%; }
  #cms-medico.woocommerce .cms-product-layout span, #cms-medico.woocommerce-page .cms-product-layout span {
    background-color: #f85d61;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    text-align: center;
    width: 46px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  #cms-medico.woocommerce .cms-product-layout span:hover, #cms-medico.woocommerce-page .cms-product-layout span:hover, #cms-medico.woocommerce .cms-product-layout span.active, #cms-medico.woocommerce-page .cms-product-layout span.active {
    background-color: #323232; }
  #cms-medico.woocommerce .cms-product-layout span.cms-product-list, #cms-medico.woocommerce-page .cms-product-layout span.cms-product-list {
    margin-left: 3px; }
  #cms-medico.woocommerce .pr-content.pr-list-active .products li, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li {
    width: 100%;
    margin-right: 0; }
  #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li .cshere-woo-item-wrap {
    border: 1px solid #e5e5e5; }
  #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-inner, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-inner {
    float: left;
    width: 41.6667%; }
    #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-inner .onsale, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-inner .onsale {
      right: inherit;
      left: 25px; }
  #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta {
    float: left;
    width: 58.3333%;
    border: none;
    text-align: left;
    padding: 30px 30px 30px 44px; }
    #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .star-rating, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .star-rating {
      margin-left: 0; }
    #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a {
      display: inline-block; }
    #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a.added {
      display: none; }
    #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title a, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title a {
      color: #323232;
      font-size: 28px;
      font-weight: 300; }
    #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title h3, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .cshero-product-title h3 {
      margin-bottom: 6px; }
    #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .content, #cms-medico.woocommerce-page .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta .content {
      display: block;
      margin-bottom: 10px; }
  #cms-medico.woocommerce .pr-full-width, #cms-medico.woocommerce-page .pr-full-width {
    float: none;
    margin: auto;
    max-width: 940px; }
  #cms-medico.woocommerce .pr-full-width .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a, #cms-medico.woocommerce-page .pr-full-width .cshere-woo-item-wrap .cshero-woo-meta .cshero-add-to-cart a {
    display: inline-block; }
  #cms-medico.woocommerce #sidebar, #cms-medico.woocommerce-page #sidebar {
    margin-bottom: 100px; }
  #cms-medico.woocommerce del, #cms-medico.woocommerce-page del {
    opacity: 1;
    filter: alpha(opacity=1);
    color: #b2b2b2; }
  #cms-medico.woocommerce .woocommerce-message, #cms-medico.woocommerce-page .woocommerce-message {
    border-top: 3px solid #f85d61;
    /* [End] 4. Archive Product */ }
  #cms-medico.woocommerce .woocommerce-message:before, #cms-medico.woocommerce-page .woocommerce-message:before {
    color: #f85d61; }
  #cms-medico.woocommerce .quantity, #cms-medico.woocommerce-page .quantity {
    position: relative;
    margin-right: 10px;
    width: 115px; }
  #cms-medico.woocommerce .quantity .qty, #cms-medico.woocommerce-page .quantity .qty {
    border: 1px solid #323232;
    border-radius: 0;
    background-color: transparent;
    font-size: 13px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #595959;
    height: 50px;
    width: 115px;
    padding: 12px 22px;
    text-indent: 10px;
    -webkit-appearance: none;
    -khtml-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none; }
  #cms-medico.woocommerce .quantity .minus, #cms-medico.woocommerce-page .quantity .minus, #cms-medico.woocommerce .quantity .plus, #cms-medico.woocommerce-page .quantity .plus {
    display: block;
    height: 28px;
    width: 28px;
    background: url(../images/plus.jpg) no-repeat;
    cursor: pointer;
    position: absolute;
    top: 11px;
    right: 10px; }
  #cms-medico.woocommerce .quantity .minus, #cms-medico.woocommerce-page .quantity .minus {
    background: url(../images/minus.jpg) no-repeat;
    right: inherit;
    left: 10px; }
  #cms-medico table.shop_table {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
  #cms-medico table.shop_table th {
    color: #323232; }
  #cms-medico .woo-image-categries {
    margin-bottom: 40px;
    /* [Start] 5. Single Product */ }
  #cms-medico.single-product {
    /* [End] 5. Single Product */
    /* [Start] 6. Cart */ }
  #cms-medico.single-product .pr-single-product {
    max-width: 940px;
    margin: 0 auto 120px auto;
    float: none; }
  #cms-medico.single-product .pr-single-product .add-whish-list {
    display: none; }
  #cms-medico.single-product .pr-single-product .cs-product-wrap {
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
    margin-bottom: 40px; }
  #cms-medico.single-product .pr-single-product .cs-product-wrap .onsale {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    font-weight: normal;
    left: auto;
    line-height: normal;
    margin: 0;
    min-height: 0;
    padding: 5px 10px;
    left: 25px;
    text-transform: uppercase;
    top: 10px;
    background-color: #f85d61;
    z-index: 1; }
  #cms-medico.single-product .pr-single-product .cs-product-wrap .woocommerce-review-link {
    float: right;
    line-height: 1;
    color: #f85d61; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .woocommerce-review-link:hover {
      color: #b2b2b2; }
  #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-images, #cms-medico.single-product .pr-single-product .cs-product-wrap .entry-summary {
    width: 50%;
    float: left;
    padding: 0 15px; }
  #cms-medico.single-product .pr-single-product .cs-product-wrap .entry-summary .entry-title {
    font-size: 50px;
    line-height: 1; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .entry-summary .woo-price del .amount {
      font-size: 28px;
      line-height: normal;
      color: #b2b2b2; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .entry-summary .woo-price ins .amount {
      font-size: 50px;
      color: #323232;
      line-height: normal; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .entry-summary .woocommerce-product-rating {
      margin-bottom: 5px; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .entry-summary .content {
      border-bottom: 1px solid #e5e5e5;
      margin-bottom: 15px;
      padding-bottom: 10px; }
  #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-images {
    position: relative; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-images .woocommerce-main-image {
      height: 100%;
      left: 0;
      position: absolute;
      top: 0;
      width: 100%; }
  #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-thumbnails {
    margin-top: 10px;
    padding: 0 25px; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-thumbnails a {
      display: block;
      width: 100%;
      margin: 0; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-thumbnails .owl-nav i {
      color: #323232; }
      #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-thumbnails .owl-nav i:hover {
        color: #f85d61; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-thumbnails .owl-nav .owl-prev, #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-thumbnails .owl-nav .owl-next {
      left: -19px;
      position: absolute;
      top: 50%;
      transform: translate(0px, -50%); }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-thumbnails .owl-nav .owl-next {
      left: inherit;
      right: -19px; }
  #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a {
    margin: 0 6px;
    display: inline-block;
    color: #b2b2b2; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a:hover {
      color: #f85d61; }
    #cms-medico.single-product .pr-single-product .cs-product-wrap .cshero-product-meta a i {
      font-size: 18px; }
  #cms-medico.single-product .pr-single-product .woocommerce-tabs .tabs {
    margin: 0;
    padding: 0;
    border-bottom: 10px solid #f85d61; }
    #cms-medico.single-product .pr-single-product .woocommerce-tabs .tabs:before, #cms-medico.single-product .pr-single-product .woocommerce-tabs .tabs:after {
      border: none;
      display: none; }
    #cms-medico.single-product .pr-single-product .woocommerce-tabs .tabs li {
      padding: 0;
      border: none;
      margin: 0;
      float: left;
      -webkit-border-radius: 0;
      -khtml-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      -o-border-radius: 0;
      border-radius: 0;
      /* BACKGROUND GRADIENT */ }
    #cms-medico.single-product .pr-single-product .woocommerce-tabs .tabs li a {
      color: #323232;
      background-color: #fff;
      border: 1px solid rgba(0, 0, 0, 0.1);
      margin-right: 1px;
      padding: 13px 24px;
      font-weight: normal;
      line-height: normal; }
    #cms-medico.single-product .pr-single-product .woocommerce-tabs .tabs li.active a, #cms-medico.single-product .pr-single-product .woocommerce-tabs .tabs li:hover a {
      background-color: #f85d61;
      border-color: #f85d61;
      color: #fff; }
    #cms-medico.single-product .pr-single-product .woocommerce-tabs .tabs li:before, #cms-medico.single-product .pr-single-product .woocommerce-tabs .tabs li:after {
      border: none;
      display: none; }
  #cms-medico.single-product .pr-single-product .panel {
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    display: block;
    padding: 22px 30px; }
  #cms-medico.single-product .pr-single-product .panel .list-style-1 ul {
    margin-bottom: 20px; }
  #cms-medico.single-product .pr-single-product .panel ul a {
    color: #f85d61; }
    #cms-medico.single-product .pr-single-product .panel ul a:hover {
      color: #b2b2b2; }
  #cms-medico.single-product .pr-single-product #tab-reviews #comments > h2 {
    margin-bottom: 20px; }
    #cms-medico.single-product .pr-single-product #tab-reviews #comments ul, #cms-medico.single-product .pr-single-product #tab-reviews #comments ol {
      padding: 0;
      margin: 0; }
  #cms-medico.single-product .pr-single-product #tab-reviews .comment-text {
    margin: 0;
    border: 1px dashed #dedede !important; }
  #cms-medico.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author, #cms-medico.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time {
    color: #323232;
    font-weight: 700; }
    #cms-medico.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author:before, #cms-medico.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time:before {
      content: "\e680";
      font-family: "rt-icons";
      font-size: 14px;
      padding-right: 10px;
      color: #f9ad63; }
    #cms-medico.single-product .pr-single-product #tab-reviews .commentlist .comment-meta .author {
      margin-right: 14px; }
    #cms-medico.single-product .pr-single-product #tab-reviews .commentlist .comment-meta time:before {
      content: "\e67c"; }
  #cms-medico.single-product .pr-single-product #tab-reviews #reply-title, #cms-medico.single-product .pr-single-product #tab-reviews .title-rating {
    font-size: 28px;
    line-height: normal;
    margin-bottom: 20px; }
  #cms-medico.single-product .pr-single-product #tab-reviews .title-rating {
    margin-top: 25px; }
  #cms-medico.single-product .pr-single-product #tab-reviews textarea {
    height: 210px;
    margin-top: 10px; }
  #cms-medico.single-product .pr-single-product #tab-reviews .stars a:after {
    color: #fce241; }
  #cms-medico.woocommerce-cart {
    /* [End] 6. Cart */ }
  #cms-medico.woocommerce-cart .page-full-width {
    max-width: 940px;
    margin: auto;
    float: none; }
  #cms-medico.woocommerce-cart .cms-checkout-page {
    margin-bottom: 80px; }
  #cms-medico.woocommerce-cart .quantity {
    width: 115px; }
  #cms-medico.woocommerce-cart .shop_table {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */ }
  #cms-medico.woocommerce-cart .shop_table th {
    color: #323232; }
  #cms-medico.woocommerce-cart .shop_table td.coupon {
    border-right: 1px solid #e5e5e5; }
  #cms-medico.woocommerce-cart .shop_table td.coupon label {
    color: #323232; }
  #cms-medico.woocommerce-cart .shop_table td.coupon input {
    width: 100%;
    margin-bottom: 10px; }
  #cms-medico.woocommerce-cart .shop_table td.actions input {
    width: 100%; }
  #cms-medico.woocommerce-cart .shop_table td.actions .wc-proceed-to-checkout {
    padding: 0 0 10px; }
  #cms-medico.woocommerce-cart .shop_table .product-remove a {
    background-color: transparent; }
    #cms-medico.woocommerce-cart .shop_table .product-remove a i {
      color: #f85d61; }
    #cms-medico.woocommerce-cart .shop_table .product-remove a i:hover {
      color: #b2b2b2; }
  #cms-medico.woocommerce-cart .cart-collaterals {
    margin-bottom: 50px; }
  #cms-medico.woocommerce-cart .cart-collaterals .cart_totals {
    width: 100%; }
  #cms-medico.woocommerce-cart .cart-collaterals .cart_totals > h2 {
    font-size: 28px;
    margin-bottom: 20px; }
  #cms-medico.woocommerce-cart .cart-collaterals .cart_totals table {
    border: 1px solid rgba(0, 0, 0, 0.1); }
    #cms-medico.woocommerce-cart .cart-collaterals .cart_totals table th {
      color: #323232;
      padding: 10px; }
    #cms-medico.woocommerce-cart .cart-collaterals .cart_totals table td {
      border-top: 1px solid rgba(0, 0, 0, 0.1);
      padding: 0 20px; }
    #cms-medico.woocommerce-cart .cart-collaterals .cart_totals table .cart-subtotal td {
      border-top: none; }
    #cms-medico.woocommerce-cart .cart-collaterals .cart_totals table .amount {
      color: #f9ad63; }
  #cms-medico.woocommerce-checkout .amount {
    color: #f9ad63; }
  #cms-medico.woocommerce-checkout .payment_methods, #cms-medico.woocommerce-checkout .place-order {
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    /* BACKGROUND GRADIENT */
    background-color: #f5f5f5;
    border: none; }
  #cms-medico.woocommerce-checkout #primary {
    margin-bottom: 80px; }
  #cms-medico.woocommerce-checkout #primary label {
    color: #323232;
    font-weight: normal; }

@media screen and (min-width: 992px) {
  /*
-----> Minimum width of 992 pixels.
*/
  /*
-----> Max width of 992 pixels.
*/
    #menu-mobile, .cs-menu-toggle {
      display: none; }
    #cshero-header-navigation.collapse {
      display: block; }
    #cshero-header-navigation .main-navigation div.nav-menu > ul {
      width: 100%; }
      #cshero-header-navigation .main-navigation ul {
        margin: 0;
        text-indent: 0; }
        #cshero-header-navigation .main-navigation ul li {
          white-space: nowrap; }
          #cshero-header-navigation .main-navigation ul li a {
            position: relative;
            -webkit-transition: all 280ms linear 0ms;
            -moz-transition: all 280ms linear 0ms;
            -ms-transition: all 280ms linear 0ms;
            transition: all 280ms linear 0ms;
            padding: 0;
            margin: 0;
            font-size: 16px;
            color: #323232; }
            #cshero-header-navigation .main-navigation ul li a:hover {
              color: #f9ad63; }
      #cshero-header-navigation .main-navigation .menu-main-menu {
        float: right; }
        #cshero-header-navigation .main-navigation .menu-main-menu > ul > li, #cshero-header-navigation .main-navigation .menu-main-menu > li {
          vertical-align: top;
          -webkit-transition: all 420ms linear 0ms;
          -moz-transition: all 420ms linear 0ms;
          -ms-transition: all 420ms linear 0ms;
          transition: all 420ms linear 0ms;
          margin: 0 15px;
          display: inline-block; }
          #cshero-header-navigation .main-navigation .menu-main-menu > ul > li:last-child, #cshero-header-navigation .main-navigation .menu-main-menu > li:last-child {
            margin-right: 0; }
          #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a, #cshero-header-navigation .main-navigation .menu-main-menu > li > a {
            line-height: 110px; }
            #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i, #cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
              display: block;
              width: 100%;
              line-height: 0;
              margin-bottom: 6px;
              -webkit-transition: all 420ms linear 0ms;
              -moz-transition: all 420ms linear 0ms;
              -ms-transition: all 420ms linear 0ms;
              transition: all 420ms linear 0ms; }
              #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a i + .menu-title, #cshero-header-navigation .main-navigation .menu-main-menu > li > a i + .menu-title {
                -webkit-transform: translateY(25px);
                -khtml-transform: translateY(25px);
                -moz-transform: translateY(25px);
                -ms-transform: translateY(25px);
                -o-transform: translateY(25px);
                transform: translateY(25px);
                /* BACKGROUND GRADIENT */
                /* TRANSFORM STYLE */
                display: block; }
            #cshero-header-navigation .main-navigation .menu-main-menu > ul > li > a.onepage.current, #cshero-header-navigation .main-navigation .menu-main-menu > li > a.onepage.current {
              color: #f9ad63; }
          #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a {
            color: #f9ad63; }
            #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-item > a > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-item > a > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.current-menu-ancestor > a > a, #cshero-header-navigation .main-navigation .menu-main-menu > li.current-menu-ancestor > a > a {
              padding-right: 0; }
          #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children > a:after, #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > a:after {
            content: "\f107";
            font-family: FontAwesome;
            padding-left: 7px; }
            #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children > ul.sub-menu, #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children > ul.sub-menu {
              -webkit-transition: all 280ms linear 0ms;
              -moz-transition: all 280ms linear 0ms;
              -ms-transition: all 280ms linear 0ms;
              transition: all 280ms linear 0ms;
              opacity: 0;
              margin-left: -40px !important; }
            #cshero-header-navigation .main-navigation .menu-main-menu > ul > li.menu-item-has-children:hover > ul.sub-menu, #cshero-header-navigation .main-navigation .menu-main-menu > li.menu-item-has-children:hover > ul.sub-menu {
              margin-top: 0;
              opacity: 1; }
          #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-item > a, #cshero-header-navigation .main-navigation .menu-main-menu > ul > li ul li.current-menu-ancestor > a, #cshero-header-navigation .main-navigation .menu-main-menu > li ul li.current-menu-ancestor > a {
            color: #323232; }
    #cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) {
      background-color: #f85d61;
      background-color: #f85d61;
      margin: 0;
      padding: 15px 0;
      position: absolute;
      top: 100%;
      z-index: 1;
      height: 1px;
      overflow: hidden;
      clip: rect(1px, 1px, 1px, 1px);
      min-width: 12em;
      /* Menu Stick Wall */ }
      #cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) ul {
        background-color: #f9ad63; }
      #cshero-header-navigation .main-navigation li ul:not(.wg-menu-item) li.menu-item-has-children > a:after {
        content: "\f105";
        font-family: FontAwesome;
        padding-left: 7px; }
    #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item) {
      top: -15px;
      left: 100%;
      /* End Menu Stick Wall */ }
      #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back {
        right: 100%;
        left: auto; }
        #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul:not(.back) {
          right: 100%;
          left: auto; }
        #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back {
          left: 100%;
          right: auto; }
          #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul:not(.back) {
            left: 100%;
            right: auto; }
          #cshero-header-navigation .main-navigation li ul ul:not(.wg-menu-item).back ul.back ul.back {
            right: 100%;
            left: auto; }
    #cshero-header-navigation .main-navigation {
      /* End Menu Sub Level */ }
      #cshero-header-navigation .main-navigation ul li:hover > ul, #cshero-header-navigation .main-navigation ul li:focus > ul, #cshero-header-navigation .main-navigation .focus > ul {
        border-left: 0;
        clip: inherit;
        overflow: inherit;
        height: inherit; }
      #cshero-header-navigation .main-navigation li ul li {
        padding: 0 40px; }
        #cshero-header-navigation .main-navigation li ul li a {
          display: block;
          padding: 13px 0;
          color: #fff;
          border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
          #cshero-header-navigation .main-navigation li ul li a:hover {
            color: #323232; }
      #cshero-header-navigation .main-navigation li ul.sub-menu li:last-child > a {
        border: none; }
      #cshero-header-navigation .main-navigation ul.sub-menu li {
        position: relative; } }

@media screen and (max-width: 992px) {
  /*
-----> End Max width of 992 pixels.
*/
  /* ==========================================================================
  End Style Main Menu
========================================================================== */
    #cshero-header-navigation {
      text-align: left; }
      #cshero-header-navigation.collapse {
        background: #222;
        position: absolute;
        top: 80px;
        width: 100%; }
      #cshero-header-navigation.search-active {
        padding-right: 15px; }
    #cshero-header #cshero-menu-mobile {
      display: block; }
      #cshero-header #cshero-menu-mobile i {
        background: #f85d61;
        color: #fff;
        cursor: pointer;
        font-size: 26px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        width: 45px;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0px, -50%);
        -khtml-transform: translate(0px, -50%);
        -moz-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
        -o-transform: translate(0px, -50%);
        transform: translate(0px, -50%);
        /* BACKGROUND GRADIENT */
        /* TRANSFORM STYLE */ }
        #cshero-header #cshero-menu-mobile i.icon-menu {
          right: 15px; }
        #cshero-header #cshero-menu-mobile i:hover {
          background: #333; }
      #cshero-header #cshero-menu-mobile .page-popup-wrapper {
        position: static !important; }
        #cshero-header #cshero-menu-mobile .page-popup-wrapper .contact-page i {
          right: 125px;
          left: inherit; }
        #cshero-header #cshero-menu-mobile .page-popup-wrapper .search-page i {
          right: 70px; }
    #cshero-header-navigation .main-navigation div.nav-menu > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      max-height: 0;
      overflow: hidden;
      transition: all 500ms ease; }
      #cshero-header-navigation .main-navigation div.nav-menu > ul li {
        list-style: none; }
        #cshero-header-navigation .main-navigation div.nav-menu > ul li a {
          display: block;
          color: #5e5e5e; }
          #cshero-header-navigation .main-navigation div.nav-menu > ul li a:hover, #cshero-header-navigation .main-navigation div.nav-menu > ul li a:focus {
            color: #21759b; }
    .collapse .main-navigation div.nav-menu > ul {
      display: block;
      max-height: 2000px; }
    #cshero-header #cshero-header-navigation .main-navigation {
      padding: 15px 0;
      /* Dropdown Sub Menu */ }
      #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu > li > a i {
        display: none; }
        #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li {
          line-height: 31px; }
          #cshero-header #cshero-header-navigation .main-navigation .menu-main-menu li a {
            background: transparent;
            color: #999; }
      #cshero-header #cshero-header-navigation .main-navigation ul.sub-menu {
        width: 100% !important;
        margin: 0;
        padding-left: 20px; }
      #cshero-header #cshero-header-navigation .main-navigation li.current-menu-item > a, #cshero-header #cshero-header-navigation .main-navigation li.current-menu-parent > a, #cshero-header #cshero-header-navigation .main-navigation li.current-menu-ancestor > a {
        color: #fff !important; }
    .cs-menu-toggle {
      display: block;
      color: #999;
      cursor: pointer;
      position: absolute;
      right: 0;
      text-align: center;
      top: 0;
      width: 30px;
      font-size: 18px;
      background-color: rgba(255, 255, 255, 0.03);
      -webkit-border-radius: 3px;
      -khtml-border-radius: 3px;
      -moz-border-radius: 3px;
      -ms-border-radius: 3px;
      -o-border-radius: 3px;
      border-radius: 3px;
      /* BACKGROUND GRADIENT */
      -webkit-transition: all 300ms linear 0ms;
      -moz-transition: all 300ms linear 0ms;
      -ms-transition: all 300ms linear 0ms;
      transition: all 300ms linear 0ms; }
      .cs-menu-toggle:before {
        content: "\f105";
        font-family: FontAwesome; }
      .cs-menu-toggle:hover {
        color: #fff; }
    #cshero-header-navigation .main-navigation .menu-main-menu > li {
      position: relative; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li li {
        position: relative; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li a {
        display: block;
        border-bottom: none;
        font-size: 16px;
        margin: 0 0 10px;
        text-transform: none; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li a:hover {
          color: #fff !important; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li ul li a {
        font-size: 15px; }
      #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu {
        max-height: 0;
        overflow: hidden;
        padding-left: 10px;
        -webkit-transition: max-height 600ms linear 0ms;
        -moz-transition: max-height 600ms linear 0ms;
        -ms-transition: max-height 600ms linear 0ms;
        transition: max-height 600ms linear 0ms; }
        #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open {
          max-height: 1000px; }
          #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle {
            background-color: rgba(255, 255, 255, 0.1); }
            #cshero-header-navigation .main-navigation .menu-main-menu > li ul.sub-menu.submenu-open + .cs-menu-toggle:before {
              content: "\f107"; } }

.cs-social {
  /* End - 1. Social */
  /* 2. Flickr */ }
  .cs-social li {
    margin: 0 11px;
    display: inline-block; }
  .cs-social li a {
    font-size: 18px; }
  .cs-social li a span {
    display: none; }
  .cs-social.text-left li:first-child {
    margin-left: 0; }
  .cs-social.text-right li:last-child {
    margin-right: 0; }
  .cs-social.round li, .cs-social.round2 li {
    display: block;
    margin: 0 0 20px; }
  .cs-social.round li a i, .cs-social.round2 li a i {
    height: 50px;
    width: 50px;
    line-height: 50px;
    background-color: #fff;
    -webkit-border-radius: 50px;
    -khtml-border-radius: 50px;
    -moz-border-radius: 50px;
    -ms-border-radius: 50px;
    -o-border-radius: 50px;
    border-radius: 50px;
    /* BACKGROUND GRADIENT */
    display: block;
    text-align: center;
    color: #f85d61;
    float: left;
    font-size: 18px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
    .cs-social.round li a i:hover, .cs-social.round2 li a i:hover {
      color: #fff;
      background-color: #f85d61; }
    .cs-social.round li a i.fa-facebook, .cs-social.round2 li a i.fa-facebook {
      color: #507cbe; }
    .cs-social.round li a i.fa-facebook:hover, .cs-social.round2 li a i.fa-facebook:hover {
      background-color: #507cbe;
      color: #fff; }
    .cs-social.round li a i.fa-rss, .cs-social.round2 li a i.fa-rss {
      color: #d93e2d; }
    .cs-social.round li a i.fa-rss:hover, .cs-social.round2 li a i.fa-rss:hover {
      background-color: #d93e2d;
      color: #fff; }
    .cs-social.round li a i.fa-twitter, .cs-social.round2 li a i.fa-twitter {
      color: #00abef; }
    .cs-social.round li a i.fa-twitter:hover, .cs-social.round2 li a i.fa-twitter:hover {
      background-color: #00abef;
      color: #fff; }
    .cs-social.round li a i.fa-linkedin, .cs-social.round2 li a i.fa-linkedin {
      color: #3371b7; }
    .cs-social.round li a i.fa-linkedin:hover, .cs-social.round2 li a i.fa-linkedin:hover {
      background-color: #3371b7;
      color: #fff; }
    .cs-social.round li a i.fa-google-plus, .cs-social.round2 li a i.fa-google-plus {
      color: #d93e2d; }
    .cs-social.round li a i.fa-google-plus:hover, .cs-social.round2 li a i.fa-google-plus:hover {
      background-color: #d93e2d;
      color: #fff; }
  .cs-social.round li a span, .cs-social.round2 li a span {
    display: block;
    line-height: 50px;
    padding-left: 70px;
    color: #b5b5b5; }
  .cs-social.round2 li {
    margin: 0 5px;
    display: inline-block; }
  .cs-social.round2 li a {
    font-size: 16px; }
  .cs-social.round2 li a span {
    display: none; }
  .cs-social.round2.text-left li:first-child {
    margin-left: 0; }
  .cs-social.round2.text-right li:last-child {
    margin-right: 0; }

.flickr_badge_image {
  background: rgba(0, 0, 0, 0);
  float: left;
  height: auto;
  padding: 0 10px 10px 0;
  width: 25%;
  /* End 2. Flickr */
  /* 3. Search */ }
  .flickr_badge_image a {
    display: block;
    width: 100%; }
  .flickr_badge_image a img {
    width: 100%; }

.cshero-header-search #searchform {
  position: relative;
  cursor: pointer; }
  .cshero-header-search #searchform:before {
    display: none; }
  .cshero-header-search #searchform i {
    position: absolute;
    right: 0;
    font-size: 24px;
    color: #f85d61;
    border-left: 1px solid rgba(0, 0, 0, 0);
    height: 48px;
    line-height: 48px;
    width: 50px;
    top: 1px;
    right: 1px;
    text-align: center;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms; }
  .cshero-header-search #searchform .screen-reader-text, .cshero-header-search #searchform #searchsubmit {
    display: none; }
  .cshero-header-search #searchform input[type="text"] {
    max-width: 225px;
    background-color: #fff;
    opacity: 1;
    display: block;
    padding: 12px 15px;
    width: 50px;
    -webkit-transition: all 300ms linear 0ms;
    -moz-transition: all 300ms linear 0ms;
    -ms-transition: all 300ms linear 0ms;
    transition: all 300ms linear 0ms;
    float: right;
    opacity: 0;
    filter: alpha(opacity=0); }
  .cshero-header-search #searchform input[type="text"]:focus {
    border-color: #e5e5e5; }
  .cshero-header-search #searchform.open input[type="text"] {
    width: 100%;
    opacity: 1;
    filter: alpha(opacity=1); }
  .cshero-header-search #searchform.open i {
    border-left: 1px solid #e5e5e5;
    background-color: #fff; }

#sidebar #searchform, .cms-error404 #searchform, .search #searchform {
  position: relative; }
  #sidebar #searchform input[type="text"], .cms-error404 #searchform input[type="text"], .search #searchform input[type="text"] {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #b2b2b2; }
  #sidebar #searchform #searchsubmit, .cms-error404 #searchform #searchsubmit, .search #searchform #searchsubmit {
    background-color: transparent;
    border: medium none;
    font-size: 0;
    max-width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px;
    z-index: 99; }
  #sidebar #searchform .screen-reader-text, .cms-error404 #searchform .screen-reader-text, .search #searchform .screen-reader-text {
    display: none; }
  #sidebar #searchform:before, .cms-error404 #searchform:before, .search #searchform:before {
    content: "\e626";
    font-family: "rt-icons";
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    color: #f85d61; }

.widget_product_search .woocommerce-product-search {
  position: relative; }
  .widget_product_search .woocommerce-product-search .screen-reader-text {
    display: none; }
  .widget_product_search .woocommerce-product-search .search-field {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #b2b2b2;
    height: 50px;
    padding: 12px 30px; }
  .widget_product_search .woocommerce-product-search input[type="submit"] {
    background-color: transparent;
    border: medium none;
    font-size: 0;
    max-width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px; }
  .widget_product_search .woocommerce-product-search input[type="submit"]:hover {
    background-color: transparent !important; }
  .widget_product_search .woocommerce-product-search:before {
    content: "\e626";
    font-family: "rt-icons";
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    color: #f85d61; }

.cms-error404 #searchform {
  max-width: 287px;
  margin: auto;
  /* 3. End Search */
  /* 4. Start Tags */ }

.widget_tag_cloud a {
  border: 1px solid #e5e5e5;
  display: inline-block;
  font-size: 14px !important;
  margin: 0 4px 10px 0;
  padding: 4px 20px;
  color: #323232 !important;
  /* 4. Start Tags */ }
  .widget_tag_cloud a:hover {
    color: #fff !important;
    background-color: #f85d61;
    border-color: #f85d61; }

.cms-popular-post {
  padding-top: 10px; }

.cms-popular-post-wrapper .item + .item {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  padding-top: 22px;
  margin-top: 22px; }
  .cms-popular-post-wrapper .cms-popular-media {
    float: left;
    max-width: 80px; }
  .cms-popular-post-wrapper .cms-popular-details {
    padding-left: 100px; }
  .cms-popular-post-wrapper .cms-popular-details .date {
    line-height: 1.2;
    color: #f85d61;
    margin-bottom: 4px; }
  .cms-popular-post-wrapper .cms-popular-details .date i {
    color: #f9ad63;
    padding-right: 10px; }

#sidebar .widget_archive li, #sidebar .widget_categories li, #sidebar .widget_meta li, #sidebar .widget_nav_menu li, #sidebar .widget_pages li, #sidebar .widget_product_categories li {
  padding: 10px 0;
  position: relative; }
  #sidebar .widget_archive li + li, #sidebar .widget_categories li + li, #sidebar .widget_meta li + li, #sidebar .widget_nav_menu li + li, #sidebar .widget_pages li + li, #sidebar .widget_product_categories li + li {
    border-top: 1px solid rgba(0, 0, 0, 0.1); }
  #sidebar .widget_archive li a, #sidebar .widget_categories li a, #sidebar .widget_meta li a, #sidebar .widget_nav_menu li a, #sidebar .widget_pages li a, #sidebar .widget_product_categories li a {
    padding-right: 5px; }
  #sidebar .widget_archive li a:before, #sidebar .widget_categories li a:before, #sidebar .widget_meta li a:before, #sidebar .widget_nav_menu li a:before, #sidebar .widget_pages li a:before, #sidebar .widget_product_categories li a:before {
    color: #f85d61;
    content: "\e804";
    font-family: "fontello";
    font-size: 9px;
    position: absolute;
    right: 10px;
    top: 11px; }
  #sidebar .widget_archive ul.sub-menu, #sidebar .widget_categories ul.sub-menu, #sidebar .widget_meta ul.sub-menu, #sidebar .widget_nav_menu ul.sub-menu, #sidebar .widget_pages ul.sub-menu, #sidebar .widget_product_categories ul.sub-menu {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-left: 15px;
    margin-top: 10px; }

.widget_calendar.slidingbar-widget-col {
  margin-top: 60px; }
  .widget_calendar #wp-calendar {
    position: relative; }
  .widget_calendar #wp-calendar caption {
    background-color: #f85d61;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 18px 0;
    text-align: center; }
  .widget_calendar #wp-calendar thead {
    background-color: #f9ad63;
    color: #fff; }
  .widget_calendar #wp-calendar thead th {
    font-weight: 700;
    text-align: center; }
  .widget_calendar #wp-calendar thead tr th:first-child {
    padding-left: 20px; }
  .widget_calendar #wp-calendar thead tr th:last-child {
    padding-right: 20px; }
  .widget_calendar #wp-calendar tbody {
    border-left: 1px solid #e5e5e5;
    border-right: 1px solid #e5e5e5; }
  .widget_calendar #wp-calendar tbody td {
    font-weight: 300;
    text-align: center;
    padding: 0;
    border-top: none; }
  .widget_calendar #wp-calendar tbody td a {
    font-weight: 700;
    color: #f85d61; }
    .widget_calendar #wp-calendar tbody td a:hover {
      color: #f9ad63; }
  .widget_calendar #wp-calendar tbody tr td:first-child {
    padding-left: 20px; }
  .widget_calendar #wp-calendar tbody tr td:last-child {
    padding-right: 20px; }
  .widget_calendar #wp-calendar tbody tr:first-child td {
    padding-top: 12px; }
  .widget_calendar #wp-calendar tbody tr:last-child td {
    padding-bottom: 12px; }
  .widget_calendar #wp-calendar tfoot {
    border: medium none; }
  .widget_calendar #wp-calendar tfoot td {
    padding: 0;
    border: none;
    height: 60px;
    position: absolute;
    top: 0;
    left: 15px; }
  .widget_calendar #wp-calendar tfoot td#prev a {
    font-size: 0; }
    .widget_calendar #wp-calendar tfoot td#prev a:before {
      color: #fff;
      content: "\e803";
      font-family: "fontello";
      font-size: 16px;
      line-height: 60px; }
  .widget_calendar #wp-calendar tfoot td#next {
    left: inherit;
    right: 15px; }
    .widget_calendar #wp-calendar tfoot td#next a {
      font-size: 0; }
    .widget_calendar #wp-calendar tfoot td#next a:before {
      color: #fff;
      content: "\e804";
      font-family: "fontello";
      font-size: 16px;
      line-height: 60px; }

.widget_newsletterwidget .newsletter-widget {
  margin-top: 12px; }
  .widget_newsletterwidget form {
    position: relative; }
  .widget_newsletterwidget form .newsletter-email {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
    color: #b2b2b2;
    -webkit-width: -webkit-calc($width-calc);
    -moz-width: -moz-calc($width-calc);
    width: calc($width-calc); }
  .widget_newsletterwidget form .newsletter-submit {
    background-color: transparent;
    border: medium none;
    font-size: 0;
    max-width: 50px;
    position: absolute;
    right: 0;
    top: 0;
    height: 50px; }
  .widget_newsletterwidget form:before {
    content: "\e6aa";
    font-family: "rt-icons";
    position: absolute;
    right: 15px;
    top: 10px;
    font-size: 24px;
    color: #f85d61; }

.wpb_column .widget_newsletterwidget .newsletter-widget {
  margin: 0;
  display: none; }
  .wpb_column .widget_newsletterwidget form:before {
    content: ""; }
  .wpb_column .widget_newsletterwidget form .newsletter-submit {
    background-color: #fff;
    border-color: #fff;
    color: #323232;
    font-size: 16px;
    max-width: inherit; }
  .wpb_column .widget_newsletterwidget form .newsletter-submit:hover {
    background-color: #323232;
    color: #fff; }
  .wpb_column .widget_newsletterwidget form .newsletter-email {
    color: #fff; }
  .wpb_column .widget_newsletterwidget form .newsletter-email:hover, .wpb_column .widget_newsletterwidget form .newsletter-email:focus {
    border-color: #fff; }
  .wpb_column .widget_newsletterwidget form p {
    margin: 0; }

.newsletter-home .wpb_column .widget_newsletterwidget form {
  margin: auto;
  max-width: 345px;
  text-align: center; }
  .newsletter-home .wpb_column .widget_newsletterwidget .newsletter-submit {
    position: static;
    background-color: #323232;
    border-color: #323232;
    color: #fff; }
  .newsletter-home .wpb_column .widget_newsletterwidget .newsletter-submit:hover {
    background-color: #f85d61;
    border-color: #f85d61; }
  .newsletter-home .wpb_column .widget_newsletterwidget .newsletter-email {
    background-color: transparent;
    border-color: #e5e5e5;
    margin-bottom: 30px;
    color: #b2b2b2;
    text-align: center; }
  .newsletter-home .wpb_column .widget_newsletterwidget .newsletter-email:hover, .newsletter-home .wpb_column .widget_newsletterwidget .newsletter-email:focus {
    border-color: #b2b2b2; }

.ft_flickr_widget {
  overflow: hidden;
  /* 5. Recent Post */ }

.widget_recent_entries li {
  padding: 15px 0 15px 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column; }
  .widget_recent_entries li:before {
    color: #f9ad63;
    content: "\e67c";
    font-family: "rt-icons";
    font-size: 14px;
    left: 0;
    line-height: 1;
    padding-right: 10px;
    position: absolute;
    top: 24px; }
  .widget_recent_entries li:first-child {
    border-top: none;
    padding-top: 0; }
  .widget_recent_entries li:first-child:before {
    top: 10px; }
  .widget_recent_entries li a {
    color: #b5b5b5; }
  .widget_recent_entries li a:hover {
    color: #f85d61; }
  .widget_recent_entries li .post-date {
    color: #f85d61;
    display: block;
    order: -1; }

.widget_recent_comments .comment-author-link {
  display: block; }

.widget_rss .rsswidget {
  display: block; }
  .widget_rss .rss-date {
    font-style: italic; }
  .widget_rss .rssSummary {
    padding-top: 12px; }
  .widget_rss li {
    border-bottom: 1px solid #ededed;
    margin-bottom: 20px;
    padding-bottom: 20px; }

.widget select option {
  max-width: 300px; }

.post-password-form [type="password"] {
  margin-bottom: 10px; }

@media screen and (min-width: 1280px) {
  .home-veterinary #cshero-header #cshero-header-logo.col-lg-3 {
    width: 33.3333%; }
    .home-veterinary #cshero-header #cshero-header-navigation.col-lg-9 {
      width: 66.6667%; }

  #main #primary.sidebar-active {
    padding-right: 105px; }
    #main .sidebar-left-active #primary.sidebar-active {
      padding-left: 105px;
      padding-right: 15px;
      float: right; }

  .single-post #main .pt-single-post .full-width {
    max-width: 940px;
    margin: auto;
    float: none; }

  #cms-medico.woocommerce .sidebar-active {
    padding-left: 105px; } }

@media screen and (max-width: 1280px) {
  .menu-style #cshero-header #cshero-header-navigation .menu-main-menu > li {
    padding: 0 20px; } }

@media screen and (max-width: 1200px) {
  #cshero-header-navigation .main-navigation .menu-main-menu > ul > li, #cshero-header-navigation .main-navigation .menu-main-menu > li {
    margin: 0 9px; } }

@media screen and (min-width: 1200px) {
  body .cs-boxed {
    margin: auto;
    width: 1200px; } }

@media screen and (min-width: 993px) {
  #cshero-menu-mobile {
    display: none !important; }

  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

  .mt-mins-65 {
    margin-top: -65px; }

  .mt-mins-28 {
    margin-top: -28px; } }

@media screen and (max-width: 1024px) {
  .cms-row-full-width > .no-container {
    margin-left: 0;
    margin-right: 0; }
    .cms-row-full-width > .no-container > .row {
      margin-left: 0;
      margin-right: 0; }
      .cms-row-full-width > .no-container > .row > .wpb_column {
        padding: 0; }

  body .vc_tta-container .vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list .vc_tta-tab a {
    padding: 10px 18px; } }

@media screen and (max-width: 992px) and (min-width: 768px) {
  .small-1-column .wpb_column {
    width: 100%; }
    .small-1-column .wpb_column + .wpb_column {
      margin-top: 35px; }

  .small-2-column .wpb_column {
    width: 50%;
    margin-top: 0; }
    .small-2-column .wpb_column:nth-child(2) {
      margin-top: 0; }
    .small-2-column .wpb_column:nth-child(3), .small-2-column .wpb_column:nth-child(4) {
      margin-top: 35px; }

  .small-3-column .wpb_column {
    width: 33.33%; }
    .small-3-column .wpb_column + .wpb_column {
      margin-top: 0; }

  .text-center-small {
    text-align: center; }
    .text-center-small .wpb_wrapper {
      text-align: center; }
    .text-center-small .vc_custom_heading {
      text-align: center !important; }

  #cms-medico.woocommerce .products li:nth-child(even), #cms-medico.woocommerce-page .products li:nth-child(even) {
    clear: right; }
    #cms-medico.woocommerce .products li:nth-child(odd), #cms-medico.woocommerce-page .products li:nth-child(odd) {
      clear: left; }

  .cms-team-layout1.team-2col .cms-grid-media {
    width: 100%;
    padding: 0; }
    .cms-team-layout1.team-2col .cms-grid-body {
      width: 100%;
      text-align: center; } }

@media screen and (max-width: 992px) {
  .text-center-md {
    text-align: center; }
    .text-center-md * {
      text-align: center !important; }
    .text-center-md .cart-contents {
      float: none !important; }

  body > div > div > .container, #cs-header > .container {
    width: 100% !important; }

  .container {
    width: 100%; }

  .icon-slider i {
    height: 60px !important;
    width: 60px !important;
    line-height: 60px !important;
    font-size: 20px !important;
    /* ==========================================================================
      Header Mobile
  ========================================================================== */ }

  body #cshero-header {
    position: static !important; }
    body #cshero-header > .container {
      position: relative;
      z-index: 99; }
    body #cshero-header .cshero-header-search {
      right: 70px; }

  #cshero-menu-mobile {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate(0px, -50%);
    -khtml-transform: translate(0px, -50%);
    -moz-transform: translate(0px, -50%);
    -ms-transform: translate(0px, -50%);
    -o-transform: translate(0px, -50%);
    transform: translate(0px, -50%);
    /* BACKGROUND GRADIENT */
    /* TRANSFORM STYLE */
    display: block !important; }

  #cshero-header-navigation {
    display: none; }

  #cshero-header-navigation.collapse {
    display: block;
    /* Page Title */ }

  #page-title.br-style3 #page-title-text h1, #page-title.br-style5 #page-title-text h1 {
    margin-bottom: 25px;
    text-align: center; }

  #page-title.br-style4 .row {
    margin: 0; }

  #page-title.br-style3 #breadcrumb-text, #page-title.br-style5 #breadcrumb-text {
    right: inherit;
    left: 50%;
    transform: translate(-50%, 0px);
    width: 100%;
    text-align: center;
    /* ==========================================================================
     End Header Mobile
  ========================================================================== */ }

  .cms-fancyboxes.cms-fancybox-layout-2 h2.cms-fancybox-title {
    font-size: 36px; }

  #cshero-footer-top {
    /* Woo */ }
    #cshero-footer-top [class^="col-"] {
      margin-bottom: 30px; }

  .cart-action-wrap td.coupon, .cart-action-wrap .actions {
    width: 50%; }
    .cart-action-wrap .button {
      width: 100% !important;
      float: none; }

  #cms-medico.woocommerce .products li, #cms-medico.woocommerce-page .products li {
    width: 50%; }

  .vc_row-no-padding.small-1-column .wpb_column {
    margin-top: 0 !important; } }

@media (max-width: 767px) {
  .text-center-xs, .text-center-mini {
    text-align: center; }
    .text-center-xs .wpb_wrapper, .text-center-mini .wpb_wrapper {
      text-align: center; }
    .text-center-xs .vc_custom_heading, .text-center-mini .vc_custom_heading {
      text-align: center !important; }

  .small-1-column .wpb_column + .wpb_column, .small-2-column .wpb_column + .wpb_column, .small-3-column .wpb_column + .wpb_column {
    margin-top: 35px; }

  .small-2-column .wpb_column {
    width: 100%; }

  .header-top [class*="col-"] span {
    display: block; }

  .entry-content > .wpb_row .wpb_row {
    margin-left: 0;
    margin-right: 0; }
    .entry-content > .wpb_row .wpb_row > .container > .row > [class*="col-"] {
      padding-left: 0;
      padding-right: 0; }

  .mobile-text-center {
    text-align: center; }
    .mobile-text-center.text-left, .mobile-text-center.text-right {
      text-align: center; }

  .cshero-header-search {
    display: none; }

  #page-title, #breadcrumb-text {
    text-align: center;
    /* Shortcode */ }

  .cms-fancyboxes.cms-fancybox-layout-default {
    margin-bottom: 30px !important; }

  .cms-fancyboxes.cms-fancybox-layout-2 .cms-fancybox-content [class*="col-"], .cms-fancyboxes.cms-fancybox-layout-2 .cms-fancybox-content [class^="col-"] {
    display: block;
    float: left;
    text-align: center; }

  .cms-fancyboxes.cms-fancybox-layout-2 .cms-fancybox-icon {
    margin-bottom: 30px;
    /* Footer Top */ }

  #cshero-footer-top aside.[class^="col-"] {
    margin-bottom: 30px; }
    #cshero-footer-top aside.[class^="col-"]:last-child {
      margin: 0; }
    #cshero-footer-top aside.[class^="col-"] aside.[class^="widget_"], #cshero-footer-top aside.[class^="col-"] aside.[class^="widget-"], #cshero-footer-top aside.[class^="col-"] .widget {
      margin: 30px 0 0; }
      #cshero-footer-top aside.[class^="col-"] aside.[class^="widget_"]:first-child, #cshero-footer-top aside.[class^="col-"] aside.[class^="widget-"]:first-child, #cshero-footer-top aside.[class^="col-"] .widget:first-child {
        margin: 0; }

  #cshero-footer-bottom.copyright3 .text-left, #cshero-footer-bottom.copyright5 .text-left, #cshero-footer-bottom.copyright4 .text-left, #cshero-footer-bottom.copyright3 .text-right, #cshero-footer-bottom.copyright5 .text-right, #cshero-footer-bottom.copyright4 .text-right {
    text-align: center; } }

@media (max-width: 640px) {
  #cms-medico.woocommerce .products li, #cms-medico.woocommerce-page .products li, #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-inner, #cms-medico.woocommerce .pr-content.pr-list-active .products li .cshere-woo-item-wrap .cshero-woo-meta {
    width: 100%; } }
