/*
Theme Name: Tikidocs
Theme URI: https://tikidocs.modeltheme.com/
Description: Knowledgebase & Support Forum WordPress Theme
Version: 1.5
Author: ModelTheme
Author URI: http://modeltheme.com/
Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tikidocs
This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*------------------------------------------------------------------
[Main Theme Stylesheet]
[Table of contents]
1. Reset CSS
2. General styling
3. Buttons
4. Blocks
5. Statistics
6. Boostrap styling
7. Product Page
8. PAGE PRELOADER
-------------------------------------------------------------------*/
/*
1. MT BOOTSTRAP ALERT
2. MT PROGRESS BARS
3. MT JUMBOTRONS
4. MT PANELS
5. MT THUMBNAILS + CONTENT
6. MT LIST GROUP
7. MT BOOTSTRAP BUTTONS
8. MT HOUSES POSTS
9. MT HOUSES SEARCH FORM
10. BLOG POSTS
11. CLIENTS
12. CONTACT
13. MEMBERS SLIDER
14. TESTIMONIALS 1
15. TESTIMONIALS 2
16. BUBBLE BOX
17. MT SERVICES
18. MT TITLE SUBTITLE
19. MT SOCIAL ICONS
20. FEATURED POST
21. MT SKILLS
22. MT PRICING TABLES
23. MT COUNTDOWN
24. MT ICON LIST ITEM
25. MT SKILLS CIRCLES
26. MT VIDEO + MAGNIFIC POPUP
27. MAILCHIMP SUBSCRIBE FORM
28. FEATURED PRODUCT
29. FEATURED HOUSE
30. MT CONTACT DETAILS
31. MT TABS
32. MAP PINS
*/
/*16. BUBBLE BOX*/

.flex{
    display: flex;
}
.mt_bubble_box {
    background: #f6f6f6 none repeat scroll 0 0;
    padding: 30px;
    position: relative;
}
.mt_bubble_box .bubble_title {
    font-weight: bold;
    margin: 0;
}
.bubble_footer_text {
    font-weight: bold;
    margin: 15px 0 0;
}
.mt_bubble_box .bubble_subtitle {
    margin: 8px 0 15px;
    color: #00afef;
}
.bubble_pointer{
    position: absolute;
    content: '';
    border-style: solid;
    display: block; 
    width: 0px; 
    z-index: 1; 
}
.bubble_footer_text > span {
    color: #00afef;
}
/*17. MT SERVICES*/
.mt--custom_services .hover_container {
    display: flex !important;
    height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    text-align: left;
}
.mt--custom_services .hover_container_holder {
    align-self: center;
    padding: 0 65px;
    width: 100%;
}
.mt--custom_services img {
    width: 100%;
}
.mt--custom_services {
    margin: 0 !important;
}
.mt--custom_services .hover_container .hover_container_holder .custom_service_second_title {
    text-transform: uppercase;
}
.mt--custom_services .hover_container .hover_container_holder .custom_service_description {
    color: #fff;
    font-size: 18px;
}
.mt--custom_services .hover_container .more-link:hover{
    opacity: 0.8;
}
.mt--custom_services .hover_container .more-link {
    border: 2px solid;
    transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    font-size: 15px;
    font-style: italic;
    line-height: 25px;
    margin: 10px 0 0;
    padding: 4px 14px;
}
.mt_services-shortcode p.menu_item_content {
    font-size: 15px;
    font-weight: 600;
}
.mt_services-shortcode .vc_icon_element {
    margin-bottom: 10px;
}
.mt_services-shortcode h3.menu_item_title {
    margin-bottom: 5px;
    font-weight: 700;
}
/*/transition / hover rules*/
.mt--custom_services .hover_container {
    transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
}
.mt--custom_services:hover .hover_container {
    opacity: 1;
    transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
}
.mt--custom_services:hover img {
    opacity: 0;
    transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
}
/*18. MT TITLE SUBTITLE*/
.title-subtile-holder .section-title {
    margin-top: 10px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1;
    font-size: 42px;
}
/* Section style */
.section-title {
    text-align: center;
    font-weight: 600;
}
.section-subtitle {
    color: rgb(154, 167, 175);
    font-size: 18px;
    font-weight: 300;
    margin-top: 7px;
    text-align: center;
    margin: 0 auto;
    margin-top: 0px;
    line-height: 1.5;
    max-width: 800px;
}
.text_left .section-title {
    text-align: left !important;
}
.text_left .section-subtitle {
    text-align: left !important;
    margin: 0;
}
.text_right .section-title {
    text-align: right !important;
}
.text_right .section-subtitle {
    text-align: right !important;
    margin: 0;
    margin-left: auto;
}
.text_right .section-border {
    background-position: right !important;
}
.text_left .section-border {
    background-position: left !important;
}
.section-border.light_border {
    background: rgba(0, 0, 0, 0) url(img/delimiter-white.jpg) no-repeat scroll center center;
}
.section-border.dark_border {
    background: rgba(0, 0, 0, 0) url(img/delimiter-green.jpg) no-repeat scroll center center;
}
.section-border {
    height: 5px;
    margin: 5px 0 25px;
    width: 100%;
}
/* Section styling */
.section_welcome .section-title {
    color: #ffffff;
}
.section_quotes .section-title {
    color: #ffffff;
}
.light_title {
    color: #ffffff;
}
.light_subtitle {
    color: rgba(255, 255, 255, 1);
}
.dark_title {
    color: #252525;
}
.dark_subtitle {
    color: rgba(37, 37, 37, .7);
}
header.section-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}
/*  Single title shortcode  */
.title-holder {
    margin-bottom: 40px;
}
.title_bored_element {
    border-bottom: 5px solid rgb(72, 168, 167);
    color: rgb(51, 51, 51);
    padding-bottom: 3px;
}
.section-single-title {
    font-weight: 500;
    text-transform: uppercase;
}
/*19. MT SOCIAL ICONS*/
/*Widget: Social Icons*/
.widget_social_icons li {
    display: inline-table;
    margin-bottom: 3px;
    text-align: center;
}
.widget_social_icons ul {
    margin: 0;
    padding: 0;
}
.widget_social_icons li a {
    display: block;
    line-height: 0;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
}
.widget_social_icons li a i {
    font-size: 18px;
}
.widget_social_icons li a:hover {
    color: #ffffff;
}
#primary .main-content .sidebar-social-networks ul {
    padding: 0 15px;
}
/*20. FEATURED POST*/
.latest-videos h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 15px;
    padding: 12px;
    text-align: left;
    text-transform: uppercase;
}
.latest-videos h3 .fa{
    margin-right: 8px;
}
.latest-videos > a {
    color: rgba(0, 0, 0, 0.7);
    display: block;
}
.latest-videos .post-date {
    color: rgba(0, 0, 0, 0.3);
    display: block;
    margin-top: 3px;
}
.latest-videos .post-date i {
    margin-right: 5px;
}
.video-title {
    padding: 15px 0;
}
.video-title a {
    display: block;
    color: rgba(0, 0, 0, 0.7);
}
/*21. MT SKILLS*/
.text-dark .statistics .stats-head *{
    color: #00aeef;
}
.text-dark .statistics .stats-content p {
    color: #747474;
}
.stats-block.statistics {
    padding: 15px 0 30px;
}
.stats-content .skill-count {
    display: block;
    font-size: 60px;
    font-weight: 600;
    line-height: 60px;
    margin-top: 10px;
    text-align: center;
}
.stat-number.skill.percentage {
    margin-bottom: 0;
}
.stats-head * {
    font-size: 50px;
    color: #FFF;
    text-align: center;
}
.stats-head i {
    clear: both;
    display: block;
    font-family: "FontAwesome";
    font-size: 40px;
    padding-right: 0;
}
.stats-content p {
    font-size: 17px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 0;
    opacity: 1;
    text-align: center;
    text-transform: capitalize;
}
.stat-number.skill {
    margin-bottom: 0px;
}
.stat-number.skill img {
    padding-top: 30px;
}
.stat-number.skill i {
    padding-top: 30px;
}
/*23. MT COUNTDOWN*/
.modeltheme-countdown > div{
    font-weight: bold;
    font-size: 30px;
    padding-left: 0;
}
.modeltheme-countdown div div:first-child{
    text-align: center;
}
.modeltheme-countdown div div:last-child{
    opacity: 0.7;
    font-size: 15px;
    font-weight: lighter;
    text-align: center;
}
.modeltheme-countdown > div {
    float: left;
}
.modeltheme-countdown > span {
    float: left;
    font-size: 60px;
    line-height: 24px;
    margin-bottom: 10px;
    margin-top: 20px;
    padding: 0 10px;
}
.modeltheme-countdown {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -o-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    display: inline-table;
    overflow: hidden;
    padding: 10px 30px 0px;
    margin: 30px 0px;
}
.modeltheme-countdown .days-digit {
    font-size: 70px;
    line-height: 50px !important;
}
.modeltheme-countdown .days-name {
    font-size: 20px !important;
    margin-top: 5px !important;
    margin-bottom: 12px !important;
}
.modeltheme-countdown .hours-digit {
    font-size: 70px;
    line-height: 50px !important;
}
.modeltheme-countdown .hours-name {
    font-size: 20px !important;
    margin-top: 5px !important;
    margin-bottom: 12px !important;
}
.modeltheme-countdown .minutes-digit {
    font-size: 70px;
    line-height: 50px !important;
}
.modeltheme-countdown .minutes-name {
    font-size: 20px !important;
    margin-top: 5px !important;
    margin-bottom: 12px !important;
}
.modeltheme-countdown .seconds-digit {
    font-size: 70px;
    line-height: 50px !important;
}
.modeltheme-countdown .seconds-name {
    font-size: 20px !important;
    margin-top: 5px !important;
    margin-bottom: 12px !important;
}
/*24. MT ICON LIST ITEM*/
.mt-icon-list-item .mt-icon-list-icon-holder {
    display: table-cell;
    vertical-align: middle;
    width: 20px;
}
.mt-icon-list-item .mt-icon-list-icon-holder i {
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    position: relative;
    top: 1px;
}
.mt-icon-list-item .mt-icon-list-text {
    display: table-cell;
    position: relative;
    vertical-align: middle;
    font-weight: 300;
}
.mt-icon-list-item-shadow .flat-icon {
    border-radius: 50%;
    border: 15px solid #81db9e;
    margin: 0;
    width: 150px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.column-services-hover:hover .flat-icon {
    box-shadow: 0 0 0 10px rgba(255,255,255,0.4);
    webkit-transition: box-shadow 0.2s;
    -moz-transition: box-shadow 0.2s;
    transition: box-shadow 0.2s;
    position: relative;
    font-size: 80%;
}
.mt-icon-list-item-shadow {
    text-align: center;
}
/*25. MT SKILLS CIRCLES*/
.percircle.dark {
  background-color: #777777;
}
.percircle.dark .bar,
.percircle.dark .fill {
  border-color: #c6ff00;
}
.percircle.dark > span {
  color: #777777;
}
.percircle.dark:after {
  background-color: #555555;
}
.percircle.dark:hover > span {
  color: #c6ff00;
}
.percircle.red .bar,
.percircle.red .fill {
  border-color: #dd5454;
}
.percircle.red:hover > span {
  color: #dd5454;
}
.percircle.red.dark .bar,
.percircle.red.dark .fill {
  border-color: #f84a4a;
}
.percircle.red.dark:hover > span {
  color: #f84a4a;
}
.percircle.blue .bar,
.percircle.blue .fill {
  border-color: #00AFEF;
}
.percircle.blue:hover > span {
  color: #00AFEF;
}
.percircle.blue.dark .bar,
.percircle.blue.dark .fill {
  border-color: #20cceb;
}
.percircle.blue.dark:hover > span {
  color: #20cceb;
}
.percircle.green .bar,
.percircle.green .fill {
  border-color: #8dea7b;
}
.percircle.green:hover > span {
  color: #8dea7b;
}
.percircle.green.dark .bar,
.percircle.green.dark .fill {
  border-color: #a9ff3a;
}
.percircle.green.dark:hover > span {
  color: #a9ff3a;
}
.percircle.orange .bar,
.percircle.orange .fill {
  border-color: #e88239;
}
.percircle.orange:hover > span {
  color: #e88239;
}
.percircle.orange.dark .bar,
.percircle.orange.dark .fill {
  border-color: #dc5b00;
}
.percircle.orange.dark:hover > span {
  color: #dc5b00;
}
.percircle.pink .bar,
.percircle.pink .fill {
  border-color: #ff8ed0;
}
.percircle.pink:hover > span {
  color: #ff8ed0;
}
.percircle.pink.dark .bar,
.percircle.pink.dark .fill {
  border-color: #ff58b9;
}
.percircle.pink.dark:hover > span {
  color: #ff58b9;
}
.percircle.purple .bar,
.percircle.purple .fill {
  border-color: #aa7eff;
}
.percircle.purple:hover > span {
  color: #aa7eff;
}
.percircle.purple.dark .bar,
.percircle.purple.dark .fill {
  border-color: #7a38f7;
}
.percircle.purple.dark:hover > span {
  color: #7a38f7;
}
.percircle.yellow .bar,
.percircle.yellow .fill {
  border-color: #dcbd00;
}
.percircle.yellow:hover > span {
  color: #dcbd00;
}
.percircle.yellow.dark .bar,
.percircle.yellow.dark .fill {
  border-color: #ffdb00;
}
.percircle.yellow.dark:hover > span {
  color: #ffdb00;
}
.rect-auto,
.percircle.gt50 .slice {
  clip: rect(auto, auto, auto, auto);
}
.pie,
.percircle .bar,
.gt50 .fill {
  position: absolute;
  border: 0.08em solid #307bbb;
  width: 0.84em;
  height: 0.84em;
  clip: rect(0, 0.5em, 1em, 0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
}
.bar {
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pie-fill,
.gt50 .bar:after,
.gt50 .fill {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.percircle {
  position: relative;
  font-size: 120px;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  float: left;
  margin: 0 0.1em 0.1em 0;
  background-color: #cccccc;
}
.percircle *,
.percircle *:before,
.percircle *:after {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.percircle.animate > span,
.percircle.animate:after {
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  -moz-transition: -moz-transform 0.2s ease-in-out;
  -ms-transition: -ms-transform 0.2s ease-in-out;
  -o-transition: -o-transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
}
.percircle.animate .bar {
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  -moz-transition: -moz-transform 0.6s ease-in-out;
  -ms-transition: -ms-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
}
.percircle.center {
  float: none;
  margin: 0 auto;
}
.percircle.big {
  font-size: 240px;
}
.percircle.small {
  font-size: 80px;
}
.percircle > span {
  position: absolute;
  z-index: 1;
  width: 100%;
  top: 50%;
  height: 1em;
  margin-top: -0.6em;
  font-size: 0.2em;
  color: #cccccc;
  display: block;
  text-align: center;
  white-space: nowrap;
}
.perclock > span {
  font-size: 0.175em;
}
.percircle:after {
  position: absolute;
  top: 0.08em;
  left: 0.08em;
  display: block;
  content: " ";
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #f9f9f9;
  width: 0.84em;
  height: 0.84em;
}
.percircle .slice {
  position: absolute;
  width: 1em;
  height: 1em;
  clip: rect(0, 1em, 1em, 0.5em);
}
.percircle:hover {
  cursor: default;
}
.percircle:hover > span {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  color: #307bbb;
}
.percircle:hover:after {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
/*26. MT VIDEO + MAGNIFIC POPUP*/
.buton_image_class:hover {
    transform: scale(1.1);
    transition: all 400ms ease-in-out 0s;
    -ms-transformtransition: all 400ms ease-in-out 0s;
    -webkit-transformtransition: all 400ms ease-in-out 0s;
}
.buton_image_class {
    transform: scale(1.0);
    transition: all 400ms ease-in-out 0s;
    -ms-transformtransition: all 400ms ease-in-out 0s;
    -webkit-transformtransition: all 400ms ease-in-out 0s;
    max-width: 120px;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }
.mfp-align-top .mfp-container:before {
  display: none; }
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }
.mfp-ajax-cur {
  cursor: progress; }
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.mfp-auto-cursor .mfp-content {
  cursor: auto; }
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }
.mfp-loading.mfp-figure {
  display: none; }
.mfp-hide {
  display: none !important; }
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }
.mfp-s-ready .mfp-preloader {
  display: none; }
.mfp-s-error .mfp-content {
  display: none; }
button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }
button::-moz-focus-inner {
  padding: 0;
  border: 0; }
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }
.mfp-close-btn-in .mfp-close {
  color: #333; }
.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }
.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }
/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }
.mfp-image-holder .mfp-content {
  max-width: 100%; }
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } 
}
/*27. MAILCHIMP SUBSCRIBE FORM*/
.subscribe .result {
    display: block;
    width: 100% !important;
}
.mc_embed_signup {
    margin-top: 15px;
    overflow: hidden;
}
.newspaper-info {
    color: #ffffff;
}
.complex-layout .subscribe h3 i {
    margin-right: 5px;
}
.subscribe > input[type="text"] {
    border: 0 none;
    float: left;
    font-style: italic;
    padding: 15px 25px;
    width: 65%;
    border-radius: 30px;
    font-family: "Ubuntu";
    font-weight: initial;
    font-size: 18px;
    text-transform: normal !important;
    margin-right: 20px;
}
.subscribe > button[type="submit"] {
    border: 0 none;
    color: #ffffff;
    float: left;
    font-style: normal;
    font-weight: bold;
    padding: 15px;
    width: 30%;
    border-radius: 30px;
    font-family: "Ubuntu";
    font-size: 18px;
}
.subscribe_title {
    margin-bottom: 10px;
    margin-top: 15px;
}
.complex-layout .subscribe {
    border: 1px solid rgb(223, 229, 233);
    overflow: hidden;
    padding: 30px;
}
.complex-layout .subscribe > button[type="submit"] {
    padding: 8px 16px;
}
.complex-layout .subscribe > button[type="submit"]{
    width: auto;
}
.complex-layout .subscribe > input[type="text"] {
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-right: 8px;
    width: 50%;
}
.complex-layout .subscribe > h3 {
    float: left;
    font-size: 14px;
    margin: 10px 0;
    width: 38%;
}
/*28. FEATURED PRODUCT*/
.featured_product_details_holder {
    align-self: center;
}
.featured_product_shortcode {
    border-radius: 10px !important;
    padding: 60px !important;
    display: flex;
}
.featured_product_shortcode .featured_product_button {
    color: #ffffff;
    font-size: 20px;
    padding: 20px 50px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;
}
.featured_product_shortcode .featured_product_description {
    margin-bottom: 70px;
    margin-top: 25px;
}
.featured_product_shortcode .featured_product_name a {
    font-weight: bold;
    font-size: 60px;
}

/* Indiviudal items */
.view .item img {
    max-width: none !important;
}
/* Bedroom */
.image1_room1 .item__img {
    height: auto;
}
.image2_room1 .item__img {
    height: auto;
}
.image3_room1 .item__img {
    height: auto;
}
/* Living */
.image1_room2 .item__img {
    height: auto;
}
.image2_room2 .item__img {
    height: auto;
}
.image3_room2 .item__img {
    height: auto;
}
/* Kitchen */
.image3_room3 .item__img {
    height: auto;
}
.image2_room3 .item__img {
    height: auto;
}
.image1_room3 .item__img {
    height: auto;
}
/* Bathroom */
.image2_room4 .item__img {
    height: auto;
}
.image3_room4 .item__img {
    height: auto;
}
.image1_room4 .item__img {
    height: auto;
}
@media screen and (max-height: 42em) {
    .slideshow {
        padding-top: 7em;
    }
    .titles {
        top: 0;
        right: 4em;
        left: auto;
        width: auto;
        margin: 0;
    }
    .title {
        font-size: 1.35em;
        top: 0;
        right: 0;
        bottom: auto;
        left: auto;
        width: auto;
        padding: 1.75em 2em;
    }
}
@media screen and (max-width: 52.8em),
screen and (max-height: 32em) {
    .info--size {
        display: block;
    }
    .slideshow {
        display: block;
        overflow: visible;
        margin-top: 2em;
        padding: 0;
    }
    .slideshow,
    .slide,
    .slide .view {
        width: 100%;
        height: auto;
    }
    .views {
        display: block;
    }
    .view,
    .item,
    .item__img,
    .scene {
        -webkit-transform: none !important;
        transform: none !important;
    }
    .slide--current {
        position: relative;
    }
    .view__img {
        display: none;
    }
    .scene {
        width: 100%;
        height: auto;
    }
    .nav {
        position: relative;
        top: auto;
        top: 100%;
        right: auto;
        display: block;
        width: 100%;
        margin: 2em 0 0 0;
    }
    .nav__item {
        display: inline-block;
    }
    .titles {
        position: relative;
        right: auto;
        -webkit-flex: none;
        flex: none;
        margin: 0;
    }
    .title {
        top: 0;
        bottom: auto;
        width: 100%;
        padding: 1em;
    }
    .item {
        position: relative;
        top: 0;
        left: 0;
        margin: 10px;
        padding: 1em;
        pointer-events: auto;
        background: transparent;
    }
    .item::before {
        display: none;
    }
    .item__img {
        float: left;
        max-width: 100%;
        height: 75px !important;
        box-shadow: none;
    }
    .item__info {
        margin: 1em 0 0 0;
        text-align: right;
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    .slideshow [class^='from-'],
    [class*=' from-'] {
        opacity: 0;
        -webkit-animation: fadeIn 1s forwards !important;
        animation: fadeIn 1s forwards !important;
    }
    .slideshow [class^='to-'],
    [class*=' to-'] {
        -webkit-animation: fadeOut 1s forwards !important;
        animation: fadeOut 1s forwards !important;
    }
    .slideshow [class^='to-'],
    [class*=' to-'] .scene,
    .slideshow [class^='to-'],
    [class*=' to-'] .view--rotate,
    .slideshow [class^='from-'],
    [class*=' from-'] .scene,
    .slideshow [class^='from-'],
    [class*=' from-'] .view--rotate {
        -webkit-animation: none !important;
        animation: none !important;
    }
    @-webkit-keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }
    @-webkit-keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    @keyframes fadeOut {
        from {
            opacity: 1;
        }
        to {
            opacity: 0;
        }
    }
    .codrops-header {
        position: relative;
        padding: 1em;
    }
}
.featured_house_shortcode {
    border-radius: 10px !important;
    display: flex;
    padding: 0px !important;
}
/*30. MT CONTACT DETAILS*/
.contact_details_container_shortcode {
    padding: 50px 0;
}
.contact_social-links li {
    color: white;
    display: inline-table;
    list-style: outside none none;
}
.contact_details_container_shortcode h5 {
    font-weight: bold;
    margin-bottom: 25px;
    text-transform: uppercase;
}
.contact_details_container_shortcode p {
    font-size: 12px;
    font-weight: 300;
    opacity: 0.8;
}
.contact_details_container_shortcode .contact_social-links li i {
    font-size: 25px;
    padding: 0 10px;
}
.contact_details_container_shortcode .contact_details_address {
    border-right: 1px solid rgba(235, 238, 239, 0.6);
}
.contact_details_container_shortcode .contact_details_phone {
    border-right: 1px solid rgba(235, 238, 239, 0.6);
}
.contact_details_container_shortcode .contact_details_email {
    border-right: 1px solid rgba(235, 238, 239, 0.6);
}
/*TYPED.JS CSS*/
.mt_typed_text{
    display: inline;
}
.typed-cursor{
    opacity: 1;
    -webkit-animation: blink 0.7s infinite;
    -moz-animation: blink 0.7s infinite;
    animation: blink 0.7s infinite;
}
@keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-webkit-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
@-moz-keyframes blink{
    0% { opacity:1; }
    50% { opacity:0; }
    100% { opacity:1; }
}
.parent-typed-text {
    font-size: 60px;
    color: #ffffff;
    line-height: 65px;
    text-align: center;
    font-weight: 700;
}
/*1. MT BOOTSTRAP ALERT*/
.alert {
    padding: 25px !important;
    border: 0 none !important;
    border-radius: 0px !important;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
}
.alert-success {
    background-color: #2ecc71!important;
    border-color: #2ecc71!important;
    color: #FFFFFF !important;
}
.alert-info {
    background-color: #29B6F6 !important;
    border-color: #29B6F6 !important;
    color: #FFFFFF !important;
}
.alert-warning {
    background-color: #FFCA28 !important;
    border-color: #FFCA28 !important;
    color: #FFFFFF !important;
}
.alert-danger {
    background-color: #FF5722 !important;
    border-color: #FF5722 !important;
    color: #FFFFFF !important;
}
.alert-dismissable .close, 
.alert-dismissible .close {
    color: rgb(0, 0, 0);
    opacity: 0.6;
}
.alert-success .alert-link{
    font-weight: lighter;
}
/*BORDERED*/
.alert-success.bordered {
    background: #f2fcf6 none repeat scroll 0 0 !important;
    border: 2px solid rgb(46, 204, 113) !important;
    color: rgb(46, 204, 113) !important;
}
.alert-info.bordered {
    background: #ebf8fe none repeat scroll 0 0 !important;
    border: 2px solid #29B6F6 !important;
    color: #29B6F6 !important;
}
.alert-warning.bordered {
    background: #fef9ea none repeat scroll 0 0 !important;
    border: 2px solid #FFCA28 !important;
    color: #FFCA28 !important;
}
.alert-danger.bordered {
    background: #fff3ef none repeat scroll 0 0 !important;
    border: 2px solid #FF5722 !important;
    color: #FF5722 !important;
}
/*2. MT PROGRESS BARS*/
.progress-bar {
  background-color: #2c3e50 !important;
}
.progress-bar-success {
    background-color: #fff !important;
}
.progress-bar-info {
  background-color: #3498db !important;
}
.progress-bar-warning {
  background-color: #f39c12 !important;
}
.progress-bar-danger {
  background-color: #e74c3c !important;
}
.progress {
    border-radius: 0px !important;
    height: 15px !important;
    margin-bottom: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background-color: rgba(37, 37, 37, 0.15) !important;
}
.progress-bar-holder {
    background: rgba(255, 255, 255, 0.2) none repeat scroll 0 0 !important;
    padding: 10px;
}
.progress-bar {
    font-size: 16px !important;
    font-weight: 300 !important;
    padding-right: 20px !important;
    text-align: right !important;
    -webkit-box-shadow:none !important; 
    box-shadow:none !important; 
}
.label_text_percentange {
    font-weight: 400;
    margin-bottom: 8px;
    font-size: 17px;
    color: #fff;
}
span.label_percentage {
    float: right;
}

/*4. MT PANELS*/
.panel-success > .panel-heading {
    background-color: #00E676 !important;
    color: #FFF !important;
    border-color: #00E676 !important;
    padding: 25px;
}
.panel-success {
    border-color: #00E676 !important;
}
.panel-info > .panel-heading {
    color: #FFF !important;
    background-color: #29B6F6 !important;
    border-color: #29B6F6 !important;
    padding: 25px;
}
.panel-info {
    border-color: #29B6F6 !important;
}
.panel-warning > .panel-heading {
    background-color: #FFCA28 !important;
    color: #FFF !important;
    border-color: #FFCA28 !important;
    padding: 25px;
}
.panel-warning {
    border-color: #FFCA28 !important;
}
.panel-danger > .panel-heading {
    background-color: #FF5722 !important;
    border-color: #FF5722 !important;
    color: #FFFFFF !important;
    padding: 25px;
}
.panel-danger {
    border-color: #FF5722 !important;
}
.panel-primary,
.panel-primary > .panel-heading {
    border-color: #2c3e50;
}
.panel-primary > .panel-heading {
    background-color: #2c3e50;
}
.panel-body {
    padding: 25px !important;
    font-size: 17px;
    opacity: 0.85;
    font-weight: 300;
}
.panel-title {
    font-size: 20px !important;
}
/*5. MT THUMBNAILS + CONTENT*/
.thumbnail {
    background: transparent !important;
    padding: 0 !important;
    border: 0 none !important;
}
/*6. MT LIST GROUP*/
.list-group-item {
    border-color: #ecf0f1 !important;
    padding: 15px !important;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-link {
    font-size: 16px;
    display: block;
    padding-top: 10px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder p.mt-icon-listgroup-text {
    margin: 0;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-link i {
    position: relative;
    top: 1px;
}
.mt-icon-listgroup-item:hover {
    cursor: pointer;
}
.list-group-item.active, 
.list-group-item.active:hover, 
.list-group-item.active:focus {
    background-color: #393939 !important;
    border-color: #ecf0f1 !important;
}
a.list-group-item:hover, 
a.list-group-item:focus {
    background-color: #ecf0f1 !important;
}
.list-group-item:first-child,
.list-group-item:last-child{
    border-radius: 0 !important;
    -o-border-radius: 0 !important;
    -ms-border-radius: 0 !important;
    -moz-border-radius: 0 !important;
    -webkit-border-radius: 0 !important;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner {
    float: left;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-content-holder-inner {
    overflow: hidden;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder p.mt-icon-listgroup-title {
    font-weight: 700;
    line-height: 1.3;
}
.mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-link i {
    padding-left: 10px;
}
.mt-icon-listgroup-holder {
    display: flex;
    align-items: center;
}
.mt-icon-listgroup-item  .mt-icon-listgroup-holder i {
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.mt-icon-listgroup-item:hover img.mt-image-list {
    filter: none;
    -moz-filter: none;
    -ms-filter: none;
}
.mt-icon-listgroup-item .mt-icon-listgroup-title  {
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
/*7. MT BOOTSTRAP BUTTONS*/
/* Elements: Buttons */
.button-winona.extra-large {
    color: #ffffff;
    font-size: 20px;
    padding: 20px 50px;
    text-align: center;
    font-family: "Ubuntu";
    text-transform: uppercase;
    font-weight: bold;
    border-radius: 50px;
}
.button-winona.btn.btn-lg {
    color: #ffffff;
    padding: 15px 45px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    font-family: "Ubuntu";
}
.button-winona.btn.btn-sm {
    color: #ffffff;
    padding: 10px 30px;
    border: none;
    border-radius: 30px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
    font-family: "Ubuntu";
}
.button-winona.btn.btn-medium {
    color: #ffffff;
    padding: 15px 55px;
    border: none;
    border-radius: 5PX;
    text-transform: capitalize;
    font-weight: bold;
    font-size: 16px;
    box-shadow: none;
}
.button.solid-button, 
button.vc_btn{
    color: #fff;
}
.single-portfolio-btn a {
    background-image: none !important;
    font-size: 24px !important;
    font-weight: 700;
    padding: 25px 0 !IMPORTANT;
    box-shadow: 0 0 14px rgba(0,0,0,.1) !IMPORTANT;
    border: 0 !important;
}
.button {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    display: inline-block;
    padding: 10px 20px;
    margin: 10px;
}
.button.outline-button {
    border: 1px solid #FFFFFF;
}
.button.solid-button {
    background: #00adf1;
}
.button:hover {
    text-decoration: none;
    color: #FFFFFF;
}
.button.outline-button.mt-blue {
    border-color: #00adf1;
    color: #FFFFFF;
}
.outline-button{
    position: relative;
}
.outline-button::after {
    background: #00ADF1;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    z-index: -1;
}
.outline-button:hover::after {
    width: 100%;
}
.solid-button{
    position: relative;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.solid-button::after {
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    z-index: -1;
}
.solid-button:hover::after {
    width: 100%;
}
.btn-primary {
    background-color: #393939;
    color: #FFF;
}
.btn-success {
    background-color: #27ae60;
}
.btn-info {
    background-color: #3498db;
}
.btn-warning {
    background-color: #e67e22;
}
.btn-danger {
    background-color: #e74c3c;
}
.btn-danger,
.btn-warning,
.btn-info,
.btn-success,
.btn-primary {
    border: 0 none;
}
.btn-default:hover, 
.btn-default:focus, 
.btn-default.focus, 
.btn-default:active, 
.btn-default.active, 
.open > .dropdown-toggle.btn-default,
.btn-default {
    background-color: transparent;
    color: #FFF;
}
.btn-default {
    position: relative;
}
.btn-default:after {
    background: #393939;
    height: 100%;
    left: 0;
    top: 0;
    width: 0;
    content: "";
    position: absolute;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    z-index: -1;
}
.btn-default:hover:after {
    width: 100%;
}
button.vc_btn {
    transition: all 300ms;
    -webkit-transition: all 300ms;
}
/*8. MT HOUSES POSTS*/
.car-posts .post-details.col-md-12 {
    padding: 0 !important;
}
.house_display_posts {
    color: #252525;
    font-weight: 100;
}
.blog-posts-shortcode.blog-posts .list-view .post-details {
    margin-top: 10px;
}
.house_display_posts a {
    color: #252525 !important;
}
.single-property-listing .house_display_posts {
    font-weight: 300;
    margin: 0;
}
h3.post-name.row.car-name {
    margin: 0;
    background: #ffd600;
    padding: 20px;
    line-height: 15px;
    text-align: center;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
    position: relative;
    bottom: 1px;
    cursor: pointer;
}
h3.post-name.row.car-name a {
    font-size: 23px !important;
    line-height: 20px !important;
    min-width: 100%;
    display: block;
    transition: all 600ms ease-in-out 0s;
    -webkit-transition: all 600ms ease-in-out 0s;
}
.car-posts a img {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
h3.post-name.row.car-name:hover {
    background: #252525;
}
h3.post-name.row.car-name:hover a {
    color: #ffd600;
}
figure.effect-apollo {
    background: transparent;
}
figure.effect-apollo img {
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale3d(1.05,1.05,1);
    transform: scale3d(1.05,1.05,1);
}
figure.effect-apollo figcaption::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
    content: '';
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-100%,0);
}
figure.effect-apollo p {
    position: absolute;
    right: 0;
    bottom: 0;
    margin: 3em;
    padding: 0 1em;
    max-width: 150px;
    border-right: 4px solid #fff;
    text-align: right;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
figure.effect-apollo h2 {
    text-align: left;
}
figure.effect-apollo:hover img {
    opacity: 0.6;
    -webkit-transform: scale3d(1,1,1);
    transform: scale3d(1,1,1);
}
figure.effect-apollo:hover figcaption::before {
    -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
    transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,100%,0);
}
figure.effect-apollo:hover p {
    opacity: 1;
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
}
.grid {
    position: relative;
    clear: both;
    margin: 0 auto;
    max-width: 1000px;
    list-style: none;
    text-align: center;
}
/* Common style */
.blog-posts-shortcode .grid figure {
    position: relative;
    overflow: hidden;
    background: transparent;
    text-align: center;
    cursor: pointer;
}
.grid figure img {
    position: relative;
    display: block;
    min-height: 100%;
    max-width: 100%;
}
.grid figure figcaption {
    padding: 2em;
    color: #fff;
    text-transform: uppercase;
    font-size: 1.25em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.grid figure figcaption::before,
.grid figure figcaption::after {
    pointer-events: none;
}
.grid figure figcaption,
.grid figure figcaption > a {
    position: absolute;
    top: 0;
    left: 0;
    width: 150%;
    height: 150%;
}
/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
    z-index: 1000;
    text-indent: 200%;
    white-space: nowrap;
    font-size: 0;
    opacity: 0;
}
.grid figure h2 {
    word-spacing: -0.15em;
    font-weight: 300;
}
.grid figure h2 span {
    font-weight: 800;
}
.grid figure h2,
.grid figure p {
    margin: 0;
}
.grid figure p {
    letter-spacing: 1px;
    font-size: 68.5%;
}

/*10. BLOG POSTS*/
.blog-posts-shortcode.blog-posts .list-view .post-details .post-name a {
    font-size: 20px;
    font-weight: bold;
    text-transform: none;
    line-height: normal;
    color: #252525;
}
.blog-posts-shortcode.blog-posts .list-view .post-details .post-name a:hover {
    color: #60d158 !important;
}
.blog-posts-shortcode.blog-posts .post-excerpt .more-link i {
    margin-left: 10px;
    position: relative;
    top: 2px;
}
.blog-posts-shortcode.blog-posts .list-view .post-category-comment-date {
    margin: 10px 0 5px;
    font-weight: 600;
    text-transform: uppercase;
}
body .blog-posts-shortcode.blog-posts .post-name {
    margin: 7.5px 0 15px !important;
}
.blog-posts-shortcode.blog-posts .list-view .blog_custom {
    display: block !important;
    border: 0 !important;
}
.blog-posts-shortcode.blog-posts .list-view .blog_custom {
    background: transparent !important;
}
.blog-posts-shortcode.blog-posts .list-view .post-details {
    padding: 5px 0px;
}
.blog-posts-shortcode.blog-posts .blog_custom:hover {
    box-shadow: none !important;
}
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link {
    border: none;
    color: #252525 !important;
    padding-left: 0px;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    font-weight: 500;
    margin: 0;
    padding: 2px 0px !important;
}
.blog-posts-shortcode.blog-posts .list-view .post-details .post-excerpt .more-link:hover {
    color: #60d158 !important;
}
.blogpost01_day_holder {
    padding: 0;
}
.blogpost01_day_holder .blogpost01_post_day {
    font-size: 50px;
    font-weight: 100;
    line-height: 137px;
    margin: 0;
    text-align: center;
}
.blogpost01_month_year_holder {
    border-left: 1px solid rgba(255, 255, 255, 0.75);
    margin-top: 34px;
    padding-left: 22px;
}
.blogpost01-background {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 3;
}
.blogpost01-overlay::before {
    background: rgba(34, 34, 34, 0.7) none repeat scroll 0 0;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 2;
}
.blogpost_elements {
    margin-bottom: 30px;
    overflow: hidden;
    padding: 0;
}
.blogpost01-background .blogpost01_day {
    color: rgba(255, 255, 255, 1);
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1.5px;
    margin-bottom: 0;
    margin-top: 10px;
    text-transform: uppercase;
}
.blogpost01-background .blogpost01_month_year {
    color: rgba(255, 255, 255, 1);
    font-size: 22px;
    font-weight: 500;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
    margin-top: 0;
    text-transform: uppercase;
}
.blogpost01-container .blogpost01_icon_holder {
    text-align: center;
}
.blogpost01-container .blogpost01_icon_holder i {
    color: #fff;
    font-size: 30px;
    line-height: 137px;
}
/*effects*/
.blogpost_elements:hover img {
    transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
}
.blogpost01_thumbnail {
    transition: all 500ms ease-in-out 0s;
    -ms-transformtransition: all 500ms ease-in-out 0s;
    -webkit-transformtransition: all 500ms ease-in-out 0s;
}
.blogpost01_post_day {
    transition: all 500ms ease-in-out 0s;
    -ms-transformtransition: all 500ms ease-in-out 0s;
    -webkit-transformtransition: all 500ms ease-in-out 0s;
}
.blogpost_elements:hover .blogpost01-overlay::before {
   background: rgba(34, 34, 34, 0.6) none repeat scroll 0 0; 
}
.blogpost01-overlay::before { 
    transition: all 500ms ease-in-out 0s;
    -ms-transformtransition: all 500ms ease-in-out 0s;
    -webkit-transformtransition: all 500ms ease-in-out 0s;
}
.blog-posts-shortcode .featured_image_blog {
    position: relative;
}
.blog-posts-shortcode .flex-zone {
    transform: scale(0);
    background: rgba(247, 250, 253, 0) none repeat scroll 0 0;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    opacity: 0;
    visibility: hidden;
}
.blog-posts-shortcode .featured_image_blog:hover .flex-zone {
    background: rgba(247, 250, 253, 0.9) none repeat scroll 0 0;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.blog-posts-shortcode .flex-zone-inside {
    align-self: center;
    opacity: 1;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    margin: 0 auto;
}
.blog-posts-shortcode .flex-zone-inside i {
    font-size: 30px;
}
/*responsive*/
/*1. Responsive Min_1024px and Max_1200px*/
@media only screen and (min-width: 1024px) and (max-width: 1200px) {
    .blogpost01_month_year_holder {
        margin-top: 24px;
    }
    .blogpost01_day_holder {
        height: 113px;
    }
    .blogpost01_day_holder .blogpost01_post_day {
        font-size: 50px;
        font-weight: 100;
        line-height: 113px;
        margin: 0;
        text-align: center;
    }
    .blogpost01-background .blogpost01_month_year {
        font-size: 15px;
    }
    .blogpost01_month_year_holder {
        margin-top: 20px;
    }
    .blogpost01-container .blogpost01_icon_holder i {
        font-size: 30px;
        line-height: 111px;
    }
}
/*2. Responsive Min_991px and Max_1023px*/
@media only screen and (min-width: 992px) and (max-width: 1023px) {
    .blogpost01_day_holder .blogpost01_post_day {
        font-size: 50px;
        font-weight: 100;
        line-height: 113px;
        margin: 0;
        text-align: center;
    }
    .blogpost01_day_holder {
        height: 113px;
    }
    .blogpost01-background .blogpost01_month_year {
        font-size: 20px;
        margin-bottom: 5px;
    }
    .blogpost01_month_year_holder {
        margin-top: 28px;
    }
    .blogpost01-background .blogpost01_day {
        font-size: 15px;
        margin-top: 5px;
    }
    .blogpost01-container .blogpost01_icon_holder {
        display: none;
    }
}
/*3. Responsive Min_768px and Max_992px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .blogpost01-background .blogpost01_day_holder {
        float: left;
        width: 20%;
    }
    .blogpost_elements .blogpost01_month_year_holder {
        float: left;
        width: 80%;
        margin-top: 15px;
    }
    .blogpost_elements .blogpost01_day_holder {
        height: 89px;
    }
    .blogpost01_day_holder .blogpost01_post_day {
        font-size: 50px;
        font-weight: 100;
        line-height: 86px;
        margin: 0;
        text-align: center;
    }
    .blogpost01-background .blogpost01_month_year {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .blogpost01-container .blogpost01_icon_holder {
        display: none;
    }
}
/*4. Responsive Min_480px and Max_767px*/
@media only screen and (min-width: 481px) and (max-width: 767px) {
    .blogpost01-background .blogpost01_day_holder {
        float: left;
        width: 20%;
    }
    .blogpost_elements .blogpost01_month_year_holder {
        float: left;
        width: 80%;
    }
    .blogpost_elements .blogpost01_day_holder {
        height: 89px;
    }
    .blogpost01_day_holder .blogpost01_post_day {
        font-size: 50px;
        font-weight: 100;
        line-height: 55px;
        margin: 0;
        text-align: center;
    }
    .blogpost01_month_year_holder {
        margin-top: 6px;
    }
    .blogpost01-background .blogpost01_day {
        font-size: 12px;
        margin-bottom: 0;
        margin-top: 0px;
    }
    .blogpost01-background .blogpost01_month_year {
        font-size: 12px;
        margin-bottom: 0px;
        margin-top: 0;
    }
    .blogpost01-container .blogpost01_icon_holder {
        display: none;
    }
}
/*5. Responsive Min_320px and Max_480px*/
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .blogpost01-background .blogpost01_day_holder {
        float: left;
        width: 100%;
    }
    .blogpost_elements .blogpost01_month_year_holder {
        float: left;
        width: 100%;
    }
    .blogpost_elements .blogpost01_day_holder {
        height: 50px;
    }
    .blogpost01_day_holder .blogpost01_post_day {
        font-size: 30px;
        left: 0;
        line-height: 30px;
        padding-left: 20px;
        padding-top: 15px;
        top: 0;
        width: 100%;
    }
    .blogpost01_month_year_holder {
        margin-top: 0;
    }
    .blogpost_elements:hover .blogpost01_post_day {
        transform: scale(0.9);
         -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    .blogpost01_thumbnail {
        display: none;
    }
    .blogpost_elements {
        background-color: #FF3465;
        height: 160px;
    }
    .blogpost01-background .blogpost01_day {
        font-size: 14px;
    }
    .blogpost01-background .blogpost01_month_year {
        font-size: 16px;
    }
    .blogpost01-container .blogpost01_icon_holder {
        display: none;
    }
}
/*6. Responsive Max_319px*/
@media only screen and (max-width: 319px) {
    .blogpost01-background .blogpost01_day_holder {
        float: left;
        width: 100%;
    }
    .blogpost_elements .blogpost01_month_year_holder {
        float: left;
        width: 100%;
    }
    .blogpost_elements .blogpost01_day_holder {
        height: 50px;
    }
    .blogpost01_day_holder .blogpost01_post_day {
        font-size: 30px;
        left: 0;
        line-height: 30px;
        padding-left: 20px;
        padding-top: 15px;
        top: 0;
        width: 100%;
    }
    .blogpost01_month_year_holder {
        margin-top: 0;
    }
    .blogpost_elements:hover .blogpost01_post_day {
        transform: scale(0.9);
         -ms-transform: scale(0.9);
        -webkit-transform: scale(0.9);
    }
    .blogpost01_thumbnail {
        display: none;
    }
    .blogpost_elements {
        background-color: #FF3465;
        height: 160px;
    }
    .blogpost01-background .blogpost01_day {
        font-size: 14px;
    }
    .blogpost01-background .blogpost01_month_year {
        font-size: 16px;
    }
    .blogpost01-container .blogpost01_icon_holder {
        display: none;
    }
}
/*11. CLIENTS*/
/*CLIENTS NO SLIDER*/
.mt_clients_slider .client_image:hover,
.clients-no-slider .client_image:hover {
    transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.15s ease-in-out 0s;
    -ms-transition: all 0.15s ease-in-out 0s;
    -webkit-transition: all 0.15s ease-in-out 0s;
}
.mt_clients_slider .client_image,
.clients-no-slider .client_image {
    display: block;
    margin: 0 auto;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
}
.mt_clients_slider .client_image:hover,
.clients-no-slider .client_image:hover {
    -webkit-filter: none; /* Safari 6.0 - 9.0 */
    filter: none;  
}
.mt_clients_slider .clients_image_holder_inside.post {
    padding: 0px 15px;
}

i.icon {
    display: inline-block;
    font-size: 20px;
    height: 16px;
    line-height: 16px;
    margin-top: 3px;
    vertical-align: text-top;
    width: 16px;
}
.contact_button .vc_btn3.vc_btn3-style-modern {
    background-image: none !important;
}
form i.icon {
    display: none;
}
.first_name_input, .last_name_input, .email_input, .subject_input, .message_input {
    margin: 30px 0;
}
form .message_input > span.input--kohana > input {
    height: 151px;
}
form .content {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    padding: 0 15px 30px;
}
/*14. TESTIMONIALS 1*/
.testimonials-3 .wow.vc_col-md-4.relative.animated {
    margin-bottom: 50px;
}
.testimonial01-img-holder {
    text-align: center;
    width: 100%;
}
.testimonial01-img {
    border-radius: 50%;
    overflow: hidden;
    transform: none;
    width: 110px;
    margin: 0 auto;
    position: relative;
    top: 50px;
    border: solid 3px #fff;
}
.testimonial01_item .name-test {
    clear: both;
    margin: 0;
    font-size: 18px;
}
.testimonial-slider .owl-theme .owl-controls {
    margin-top: 60px;
}
.testimonail01-content p {
    color: inherit;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 300;
    max-width: 700px;
    margin: 0 auto;
    opacity: .7;
}
.testimonials-container-1 .testimonail01-content p {
    width: 80%;
    margin: 0 auto;
}
.testimonail01-profile-content {
    overflow: hidden;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 25px;
}
.testimonail01-profile-img {
    max-width: 75px;
    margin: 0 15px 0px 0;
    border-radius: 50%;
    overflow: hidden;
    border: 1px solid rgba(204, 204, 204, .3);
}
.testimonail01-name-position {
    margin: 0;
    text-align: left;
}
.testimonail01-content {
    font-style: normal;
    font-weight: lighter;
    line-height: 140%;
    padding: 28px 33px;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
    border-radius: 5px;
    background: #fff;
    text-align: left;
}
.testimonials-container-1 .owl-prev, .testimonials-container-1 .owl-next {
    position: absolute;
    top: 20%;
    left: 80px;
    width: 50px !important;
    height: 50px !important;
    padding: 0 !important;
    border-radius: 100%;
    text-align: center;
    font-size: 30px !important;
    line-height: 50px;
    color: #fff;
    cursor: pointer;
    opacity: 1 !important;
    z-index: 5;
    font-weight: bold !important;
    background: transparent !important;
}
.testimonials-container-1 .owl-next {
    left: inherit;
    right: 80px;
}
.testimonial01_item p.position-test {
    margin: 0;
    font-size: 16px;
    color: #ffd600;
    font-weight: 300;
    line-height: 1.4;
    opacity: .7;
}
.testimonail01-content {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.testimonial01-img img {
    display: block;
}
.testimonial01_item {
    text-align: center;
}
.testimonial01_item h5 {
    padding-bottom: 30px;
}
.testimonial01_item h5 span {
    opacity: 0.5;
}
/*slider style*/
.testimonials-container-1.owl-theme .owl-controls .owl-page span {
    height: 15px;
    width: 15px;
}
.testimonials-container-2.owl-theme .owl-controls .owl-page span {
    height: 4px;
    width: 40px;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.testimonials-container-3.owl-theme .owl-controls .owl-page span {
    height: 15px;
    width: 15px;
}
.owl-theme .owl-controls .owl-page span {
    background-color: #fff !important;
    border: 2px solid #fff;
    border-radius: 0;
    transform: none;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.owl-theme .owl-controls .owl-page.active span {
    background-color: #fff !important;
    transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
}
.testimonial01-img-holder {
    position: relative;
}
.testimonial01-img-holder h2,
.testimonial01-img-holder div,
.testimonial01-img-holder .position-test {
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
/*15. TESTIMONIALS 2*/
.testimonials02-container .testimonial02_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 20px;
    padding: 0 50px;
    text-align: right;
    text-transform: uppercase;
}
.testimonials02-container .testimonial02_position {
    font-size: 14px;
    font-weight: 700;
    padding: 0 50px;
    text-align: right;
    text-transform: uppercase;
}
.testimonials02-container .testimonial02-content {
    display: table;
    width: 100%;
}
.testimonials02-container .testimonial02_text {
    display: table-cell;
    vertical-align: middle;
}
.testimonials02-container .testimonial02_text_content {
    padding: 0 50px;
}
.testimonials02-container .testimonials_all_holder {
    border-radius: 10px;
    display: flex;
    overflow: hidden;
}
.testimonials02-container .testimonial02-text-holder {
    align-self: center;
}
/*slider style*/
.testimonials02-container.owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    font-size: 35px;
    margin: 0 15px;
    padding: 0;
}
.testimonials02-container.owl-theme .owl-controls .owl-page span {
    height: 20px;
    width: 20px;
}
.testimonials02-container .testimonial02-img-holder {
    padding: 0;
}
.testimonials02-container .testimonial02-text-holder {
    padding: 0;
}
.testimonial02-img-holder .testimonial02-img {
    display: block;
    margin: 0 auto;
}
.collum-shadow .vc_column-inner {
    box-shadow: 0 0 25px rgba(0,0,0,.1);
}

.vc-custom-button a {
    background-image: none !important;
    padding: 0 48px 0 0 !important;
    font-weight: 700;
    background-color: transparent !important;
}
.vc-custom-button a i {
    position: relative;
    top: 1px;
}
.vc-custom-button:hover a {
    color: #6773dd !important;
}
.vc-custom-button-2 a{
    font-weight: 700;
    background-image: none !important;
}
.vc-custom-button-2 a:hover {
    background-color: #6773dd !important;
}
.vc-custom-button-megamenu a {
    font-weight: 700;
    background-image: none !important;
    font-size: 14px !important;
    padding: 8px 22px !important;
}
.vc-custom-button-megamenu a:hover {
    background-color: #ff655d !important;
}
.vc-custom-button-3 a {
    font-weight: 700;
    background-image: none !important;
    font-size: 20px !important;
    padding: 15px 60px !important;
    border-radius: 10px !important;
}
.vc-custom-button-3 a:hover {
    background: #fff !important;
    color: #6773dd !important;
}
.vc-custom-button-4 a {
    font-weight: 700;
    background-image: none !important;
    font-size: 15px !important;
    padding: 12px 55px !important;
    border-radius: 10px !important;
}
.vc-custom-button-4 a:hover {
    background: #81da9e !important;
    color: #fff !important;
}
.column-hover .vc_column-inner,
.column-hoverv1 .vc_column-inner  {
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    background: #fff;
}
.column-hover .vc_column-inner:hover {
    background: #f9f9f9 !important;
    transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    cursor: pointer;
}
.column-hoverv1 .vc_column-inner:hover {
    background: #f9f9f9 !important;
    cursor: pointer;
}
.column-services-hover .vc_column-inner{
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
}
.column-services-hover .vc_column-inner:hover {
    background: #8ddda7 !important;
    transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    cursor: pointer;
}
.column-services-hover .vc_column-inner:hover h1,
.column-services-hover .vc_column-inner:hover p {
    color: #fff !important;
}
.column-services-hover .vc_column-inner:hover .modeltheme_button a {
    color: rgba(255,255,255,0.99) !important;
    border-color: #6773dd !important;
    background: #6773dd !important;
}

header .overlay {
    background: rgba(0, 0, 0, 0.3);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 10;
}
/*TWEETS FEED SHORTCODE*/
.tweet-content i {
    color: #69DE89;
    font-size: 13px;
}
.single-tweet{
    padding: 0 !important;
    margin: 0 !important;
}
.tweet-content {
    font-weight: 400;
}
/* Slide animations */
[class^="from-"], [class*=" from-"] {
    opacity: 1;
}
/* "To" animations */
/*******************************************/
/*******************************************/
/* To top left */
/*******************************************/
/*******************************************/
.to-topleft {
    -webkit-animation: toTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopLeft {
    to {
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
}
@keyframes toTopLeft {
    to {
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
}
.to-topleft .scene {
    -webkit-animation: toTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopLeftScene {
    to {
        -webkit-transform: rotate3d(1, 1, 0.5, 30deg);
        transform: rotate3d(1, 1, 0.5, 30deg);
    }
}
@keyframes toTopLeftScene {
    to {
        -webkit-transform: rotate3d(1, 1, 0.5, 30deg);
        transform: rotate3d(1, 1, 0.5, 30deg);
    }
}
.to-topleft .view--rotate {
    -webkit-animation: toTopLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toTopLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopLeftViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, 30deg);
        transform: rotate3d(0, 1, 0, 30deg);
    }
}
@keyframes toTopLeftViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, 30deg);
        transform: rotate3d(0, 1, 0, 30deg);
    }
}
/*******************************************/
/*******************************************/
/* To top */
/*******************************************/
/*******************************************/
.to-top {
    -webkit-animation: toTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTop {
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
@keyframes toTop {
    to {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}
.to-top .scene {
    -webkit-animation: toTopScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toTopScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopScene {
    to {
        -webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
        transform: rotate3d(1, 0.5, 0.2, 30deg);
    }
}
@keyframes toTopScene {
    to {
        -webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
        transform: rotate3d(1, 0.5, 0.2, 30deg);
    }
}
.to-top .view--rotate {
    -webkit-animation: toTopViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toTopViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, -30deg);
        transform: rotate3d(0, 1, 0, -30deg);
    }
}
@keyframes toTopViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, -30deg);
        transform: rotate3d(0, 1, 0, -30deg);
    }
}
/*******************************************/
/*******************************************/
/* To topright */
/*******************************************/
/*******************************************/
.to-topright {
    -webkit-animation: toTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopRight {
    to {
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
}
@keyframes toTopRight {
    to {
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
}
.to-topright .scene {
    -webkit-animation: toTopRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toTopRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopRightScene {
    to {
        -webkit-transform: rotate3d(1, 1, 0.5, -30deg);
        transform: rotate3d(1, 1, 0.5, -30deg);
    }
}
@keyframes toTopRightScene {
    to {
        -webkit-transform: rotate3d(1, 1, 0.5, -30deg);
        transform: rotate3d(1, 1, 0.5, -30deg);
    }
}
.to-topright .view--rotate {
    -webkit-animation: toTopRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toTopRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toTopRightViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, -30deg);
        transform: rotate3d(0, 1, 0, -30deg);
    }
}
@keyframes toTopRightViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, -30deg);
        transform: rotate3d(0, 1, 0, -30deg);
    }
}
/*******************************************/
/*******************************************/
/* To right */
/*******************************************/
/*******************************************/
.to-right {
    -webkit-animation: toRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toRight {
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
@keyframes toRight {
    to {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}
.to-right .scene {
    -webkit-animation: toRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toRightScene {
    to {
        -webkit-transform: rotate3d(0, 1, 0, -60deg);
        transform: rotate3d(0, 1, 0, -60deg);
    }
}
@keyframes toRightScene {
    to {
        -webkit-transform: rotate3d(0, 1, 0, -60deg);
        transform: rotate3d(0, 1, 0, -60deg);
    }
}
.to-right .view--rotate {
    -webkit-animation: toRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toRightViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, -50deg);
        transform: rotate3d(0, 1, 0, -50deg);
    }
}
@keyframes toRightViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, -50deg);
        transform: rotate3d(0, 1, 0, -50deg);
    }
}
/*******************************************/
/*******************************************/
/* To bottom right */
/*******************************************/
/*******************************************/
.to-bottomright {
    -webkit-animation: toBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomRight {
    to {
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
}
@keyframes toBottomRight {
    to {
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
}
.to-bottomright .scene {
    -webkit-animation: toBottomRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toBottomRightScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomRightScene {
    to {
        -webkit-transform: rotate3d(-1, 1, 0.5, -30deg);
        transform: rotate3d(-1, 1, 0.5, -30deg);
    }
}
@keyframes toBottomRightScene {
    to {
        -webkit-transform: rotate3d(-1, 1, 0.5, -30deg);
        transform: rotate3d(-1, 1, 0.5, -30deg);
    }
}
.to-bottomright .view--rotate {
    -webkit-animation: toBottomRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toBottomRightViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomRightViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, -30deg);
        transform: rotate3d(0, 1, 0, -30deg);
    }
}
@keyframes toBottomRightViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, -30deg);
        transform: rotate3d(0, 1, 0, -30deg);
    }
}
/*******************************************/
/*******************************************/
/* To bottom */
/*******************************************/
/*******************************************/
.to-bottom {
    -webkit-animation: toBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottom {
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
@keyframes toBottom {
    to {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}
.to-bottom .scene {
    -webkit-animation: toBottomScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toBottomScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomScene {
    to {
        -webkit-transform: rotate3d(-1, -0.5, 0.2, 30deg);
        transform: rotate3d(-1, -0.5, 0.2, 30deg);
    }
}
@keyframes toBottomScene {
    to {
        -webkit-transform: rotate3d(-1, -0.5, 0.2, 30deg);
        transform: rotate3d(-1, -0.5, 0.2, 30deg);
    }
}
.to-bottom .view--rotate {
    -webkit-animation: toBottomViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toBottomViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, 30deg);
        transform: rotate3d(0, 1, 0, 30deg);
    }
}
@keyframes toBottomViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, 30deg);
        transform: rotate3d(0, 1, 0, 30deg);
    }
}
/*******************************************/
/*******************************************/
/* To bottom left */
/*******************************************/
/*******************************************/
.to-bottomleft {
    -webkit-animation: toBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomLeft {
    to {
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
}
@keyframes toBottomLeft {
    to {
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
}
.to-bottomleft .scene {
    -webkit-animation: toBottomLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toBottomLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomLeftScene {
    to {
        -webkit-transform: rotate3d(-1, 1, 0.5, 30deg);
        transform: rotate3d(-1, 1, 0.5, 30deg);
    }
}
@keyframes toBottomLeftScene {
    to {
        -webkit-transform: rotate3d(-1, 1, 0.5, 30deg);
        transform: rotate3d(-1, 1, 0.5, 30deg);
    }
}
.to-bottomleft .view--rotate {
    -webkit-animation: toBottomLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toBottomLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toBottomLeftViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, 30deg);
        transform: rotate3d(0, 1, 0, 30deg);
    }
}
@keyframes toBottomLeftViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, 30deg);
        transform: rotate3d(0, 1, 0, 30deg);
    }
}
/*******************************************/
/*******************************************/
/* To left */
/*******************************************/
/*******************************************/
.to-left {
    -webkit-animation: toLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toLeft {
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes toLeft {
    to {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
.to-left .scene {
    -webkit-animation: toLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toLeftScene .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toLeftScene {
    to {
        -webkit-transform: rotate3d(0, 1, 0, 60deg);
        transform: rotate3d(0, 1, 0, 60deg);
    }
}
@keyframes toLeftScene {
    to {
        -webkit-transform: rotate3d(0, 1, 0, 60deg);
        transform: rotate3d(0, 1, 0, 60deg);
    }
}
.to-left .view--rotate {
    -webkit-animation: toLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: toLeftViewRotate .8s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes toLeftViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, 50deg);
        transform: rotate3d(0, 1, 0, 50deg);
    }
}
@keyframes toLeftViewRotate {
    to {
        -webkit-transform: rotate3d(0, 1, 0, 50deg);
        transform: rotate3d(0, 1, 0, 50deg);
    }
}
/* "From" animations */
/*******************************************/
/*******************************************/
/* From top left */
/*******************************************/
/*******************************************/
.from-topleft {
    -webkit-animation: fromTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromTopLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopLeft {
    from {
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fromTopLeft {
    from {
        -webkit-transform: translate3d(-100%, -100%, 0);
        transform: translate3d(-100%, -100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.from-topleft .scene {
    -webkit-animation: fromTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromTopLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopLeftScene {
    from {
        -webkit-transform: rotate3d(1, 1, -1, -50deg);
        transform: rotate3d(1, 1, -1, -50deg);
    }
}
@keyframes fromTopLeftScene {
    from {
        -webkit-transform: rotate3d(1, 1, -1, -50deg);
        transform: rotate3d(1, 1, -1, -50deg);
    }
}
.from-topleft .view--rotate {
    -webkit-animation: fromTopLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromTopLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopLeftViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 50deg);
        transform: rotate3d(0, 1, 0, 50deg);
    }
}
@keyframes fromTopLeftViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 50deg);
        transform: rotate3d(0, 1, 0, 50deg);
    }
}
/*******************************************/
/*******************************************/
/* From top */
/*******************************************/
/*******************************************/
.from-top {
    -webkit-animation: fromTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromTop 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTop {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fromTop {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.from-top .scene {
    -webkit-animation: fromTopScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromTopScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopScene {
    from {
        -webkit-transform: rotate3d(1, -0.5, -0.2, 30deg);
        transform: rotate3d(1, -0.5, -0.2, 30deg);
    }
}
@keyframes fromTopScene {
    from {
        -webkit-transform: rotate3d(1, -0.5, -0.2, 30deg);
        transform: rotate3d(1, -0.5, -0.2, 30deg);
    }
}
.from-top .view--rotate {
    -webkit-animation: fromTopViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromTopViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 30deg);
        transform: rotate3d(0, 1, 0, 30deg);
    }
}
@keyframes fromTopViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 30deg);
        transform: rotate3d(0, 1, 0, 30deg);
    }
}
/*******************************************/
/*******************************************/
/* From top right */
/*******************************************/
/*******************************************/
.from-topright {
    -webkit-animation: fromTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromTopRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopRight {
    from {
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fromTopRight {
    from {
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.from-topright .scene {
    -webkit-animation: fromTopRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromTopRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopRightScene {
    from {
        -webkit-transform: rotate3d(-1, 1, -1, 50deg);
        transform: rotate3d(-1, 1, -1, 50deg);
    }
}
@keyframes fromTopRightScene {
    from {
        -webkit-transform: rotate3d(-1, 1, -1, 50deg);
        transform: rotate3d(-1, 1, -1, 50deg);
    }
}
.from-topright .view--rotate {
    -webkit-animation: fromTopRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromTopRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromTopRightViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -50deg);
        transform: rotate3d(0, 1, 0, -50deg);
    }
}
@keyframes fromTopRightViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -50deg);
        transform: rotate3d(0, 1, 0, -50deg);
    }
}
/*******************************************/
/*******************************************/
/* From right */
/*******************************************/
/*******************************************/
.from-right {
    -webkit-animation: fromRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fromRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.from-right .scene {
    -webkit-animation: fromRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromRightScene {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -60deg);
        transform: rotate3d(0, 1, 0, -60deg);
    }
}
@keyframes fromRightScene {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -60deg);
        transform: rotate3d(0, 1, 0, -60deg);
    }
}
.from-right .view--rotate {
    -webkit-animation: fromRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromRightViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -50deg);
        transform: rotate3d(0, 1, 0, -50deg);
    }
}
@keyframes fromRightViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -50deg);
        transform: rotate3d(0, 1, 0, -50deg);
    }
}
/*******************************************/
/*******************************************/
/* From bottom right */
/*******************************************/
/*******************************************/
.from-bottomright {
    -webkit-animation: fromBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromBottomRight 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomRight {
    from {
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fromBottomRight {
    from {
        -webkit-transform: translate3d(100%, 100%, 0);
        transform: translate3d(100%, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.from-bottomright .scene {
    -webkit-animation: fromBottomRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromBottomRightScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomRightScene {
    from {
        -webkit-transform: rotate3d(1, 1, 1, 50deg);
        transform: rotate3d(1, 1, 1, 50deg);
    }
}
@keyframes fromBottomRightScene {
    from {
        -webkit-transform: rotate3d(1, 1, 1, 50deg);
        transform: rotate3d(1, 1, 1, 50deg);
    }
}
.from-bottomright .view--rotate {
    -webkit-animation: fromBottomRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromBottomRightViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomRightViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -50deg);
        transform: rotate3d(0, 1, 0, -50deg);
    }
}
@keyframes fromBottomRightViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -50deg);
        transform: rotate3d(0, 1, 0, -50deg);
    }
}
/*******************************************/
/*******************************************/
/* From bottom */
/*******************************************/
/*******************************************/
.from-bottom {
    -webkit-animation: fromBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromBottom 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottom {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fromBottom {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.from-bottom .scene {
    -webkit-animation: fromBottomScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromBottomScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomScene {
    from {
        -webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
        transform: rotate3d(1, 0.5, 0.2, 30deg);
    }
}
@keyframes fromBottomScene {
    from {
        -webkit-transform: rotate3d(1, 0.5, 0.2, 30deg);
        transform: rotate3d(1, 0.5, 0.2, 30deg);
    }
}
.from-bottom .view--rotate {
    -webkit-animation: fromBottomViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromBottomViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -30deg);
        transform: rotate3d(0, 1, 0, -30deg);
    }
}
@keyframes fromBottomViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, -30deg);
        transform: rotate3d(0, 1, 0, -30deg);
    }
}
/*******************************************/
/*******************************************/
/* From bottom left */
/*******************************************/
/*******************************************/
.from-bottomleft {
    -webkit-animation: fromBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromBottomLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomLeft {
    from {
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fromBottomLeft {
    from {
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.from-bottomleft .scene {
    -webkit-animation: fromBottomLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromBottomLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomLeftScene {
    from {
        -webkit-transform: rotate3d(-1, 1, 1, -50deg);
        transform: rotate3d(-1, 1, 1, -50deg);
    }
}
@keyframes fromBottomLeftScene {
    from {
        -webkit-transform: rotate3d(-1, 1, 1, -50deg);
        transform: rotate3d(-1, 1, 1, -50deg);
    }
}
.from-bottomleft .view--rotate {
    -webkit-animation: fromBottomLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromBottomLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromBottomLeftViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 50deg);
        transform: rotate3d(0, 1, 0, 50deg);
    }
}
@keyframes fromBottomLeftViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 50deg);
        transform: rotate3d(0, 1, 0, 50deg);
    }
}
/*******************************************/
/*******************************************/
/* From left */
/*******************************************/
/*******************************************/
.from-left {
    -webkit-animation: fromLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromLeft 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
@keyframes fromLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}
.from-left .scene {
    -webkit-animation: fromLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromLeftScene 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromLeftScene {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 60deg);
        transform: rotate3d(0, 1, 0, 60deg);
    }
}
@keyframes fromLeftScene {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 60deg);
        transform: rotate3d(0, 1, 0, 60deg);
    }
}
.from-left .view--rotate {
    -webkit-animation: fromLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
    animation: fromLeftViewRotate 1s cubic-bezier(0.6,0,0.4,1) forwards;
}
@-webkit-keyframes fromLeftViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 50deg);
        transform: rotate3d(0, 1, 0, 50deg);
    }
}
@keyframes fromLeftViewRotate {
    from {
        -webkit-transform: rotate3d(0, 1, 0, 50deg);
        transform: rotate3d(0, 1, 0, 50deg);
    }
}
MT Knowledge.css
.portfolio-posts-list .post-name {
    line-height: 27px;
    font-weight: 700;
    font-size: 18px;
    padding: 20px 30px;
    margin: 0
}
.portfolio-posts-list .post-name a {
    color: #252525
}
.portfolio-posts-list .list-view .post-thumbnail {
    margin-bottom: 0;
    position: relative
}
.portfolio-posts-list .list-view .post-details {
    background: #fff;
    padding: 0
}
.portfolio-posts-list article.single-post {
    padding-bottom: 0;
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 5px !important;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}
.portfolio-posts-list .post-category {
    padding: 18px 30px 20px;
    border-top: 1px solid rgba(40, 43, 71, .1);
    margin: 0;
    font-size: 16px;
    line-height: 1
}
.portfolio-posts-list .post-category a {
    font-size: 14px;
    color: rgba(40, 43, 71, .7);
    line-height: 1
}
.portfolio-posts-list .flex-zone {
    transform: scale(0);
    background: rgba(37, 37, 37, .7);
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    opacity: 0;
    visibility: hidden
}
.portfolio-posts-list .post-thumbnail:hover .flex-zone {
    background: rgba(37, 37, 37, .7);
    opacity: 1;
    visibility: visible;
    transform: scale(1)
}
.portfolio-posts-list .flex-zone-inside {
    align-self: center;
    opacity: 1;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    margin: 0 auto
}
.portfolio-posts-list .flex-zone-inside a.button-support {
    color: #fff;
    background: #65bc7b;
    padding: 15px 55px;
    border: none;
    border-radius: 5PX;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    box-shadow: none;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s
}
.portfolio-posts-list .flex-zone-inside a.button-support:hover {
    background: #252525
}
.portfolio-posts-list2 article.single-post {
    border-radius: 0 !important
}
.portfolio-posts-list2 .post-name {
    text-align: center !important
}
.portfolio-posts-list2 .list-view .post-thumbnail {
    padding: 30px 30px 0 30px !important
}
.portfolio-posts-list2 article.single-post .portfolio_custom .relative {
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}
.knowledge-accordion .accordion li i {
    position: absolute;
    color: #252525;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
.knowledge-accordion .accordion .submenu li i {
    position: relative;
    margin-right: 5px;
    top: -2px;
}
.knowledge-accordion .accordion li i.fa-chevron-right {
    right: 30px;
    left: auto;
    font-size: 14px;
    top: 22px
}
.knowledge-accordion .accordion li.open .link {
    color: #252525
}
.knowledge-accordion .accordion li.open i {
    color: #252525
}
.knowledge-accordion .accordion li.open i.fa-chevron-right {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg)
}
.knowledge-accordion .accordion li.default .submenu {
    display: block
}
.knowledge-accordion .submenu {
    display: none;
    font-size: 16px;
    padding: 0;
    list-style-type: none;
    padding-left: 20px;
}
.knowledge-accordion .submenu .current_post a,
.knowledge-accordion .submenu a:hover {
    background: #fff;
    color: #252525
}
.knowledge-list-accordion h3.heading-title {
    background: #252525;
    margin: 0;
    font-size: 24px;
    padding: 20px 30px;
    color: #fff;
    font-weight: 600
}
.mt-knowledge-search {
    max-width: 800px;
    margin: 0 auto;
    position: relative
}
.mt-knowledge-search form#searchform {
    max-width: 800px;
    margin: 0 auto;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    border-radius: 5px
}
.mt-knowledge-search input#keyword {
    background: #fff;
    border: 0;
    font-size: 16px;
    color: #252525;
    padding: 10px 25px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    border-radius: 5px;
    -webkit-appearance: none;
    outline: 0;
    margin: 0;
    text-align: left;
    vertical-align: top;
    width: 100%;
    height: 60px;
    float: left
}
.mt-knowledge-search button#searchsubmit {
    border: none;
    padding: 0;
    text-transform: uppercase;
    font-size: 22px;
    color: #fff;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    text-shadow: none;
    -webkit-appearance: none;
    cursor: pointer;
    display: inline-block;
    outline: 0;
    overflow: visible;
    margin: 0;
    text-decoration: none;
    vertical-align: top;
    right: 0;
    position: absolute
}
.mt-knowledge-search button#searchsubmit:hover {
    color: #fff;
}
.mt-knowledge-search input#keyword::-webkit-input-placeholder {
    color: rgba(40, 43, 71, .5)
}
.mt-knowledge-search input#keyword::-moz-placeholder {
    color: rgba(40, 43, 71, .5)
}
.mt-knowledge-search input#keyword:-ms-input-placeholder {
    color: rgba(40, 43, 71, .5)
}
.mt-knowledge-search input#keyword:-moz-placeholder {
    color: rgba(40, 43, 71, .5)
}
div#datafetch .search-result {
    position: absolute;
    z-index: 1;
    background: #fff;
    left: 0;
    margin-top: 20px;
    padding: 15px 0;
    border-radius: 5px;
    box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .05);
    list-style-type: none
}
div#datafetch .search-result li {
    margin: 0;
    line-height: 1;
    font-size: 15px;
    padding: 10px 25px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: left
}
div#datafetch .search-result li:hover {
    background: #f5f5f5
}
div#datafetch .search-result li a {
    font-size: 15px;
    color: #252525
}
div#datafetch .search-result::after,
div#datafetch .search-result::before {
    left: 40px;
    content: '';
    display: block;
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    top: -23px
}
div#datafetch .search-result::before {
    border-color: transparent;
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1)
}
div#datafetch .search-result::after {
    border-color: transparent transparent #fff;
    border-width: 12px
}
div#datafetch .search-result li::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 15px;
    width: 20px;
    background: 0 0 !important;
    content: "\f0f6"
}
body:not(.blog) .header-title-breadcrumb .mt-knowledge-search {
    margin-top: 15px
}
.blog .header-title-breadcrumb-overlay h1 {
    padding-top: 3px
}
body .header-title-breadcrumb .mt-knowledge-search {
    visibility: visible !important;
    opacity: 1 !important
}
.post-knowledge-comment-date span,
.post-knowledge-comment-date span a {
    color: #828282;
    line-height: 30px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease
}
.post-knowledge-comment-date span a:hover {
    color: #252525
}
.post-knowledge-comment-date span i {
    padding-right: 5px;
    color: rgba(130, 130, 130, .5)
}
.post-knowledge-comment-date span.share-span {
    color: #828282
}
.knowledge-base-comment .comment-list.comments-area.theme_comments.comments {
    margin-top: 20px
}
.col-md-12.categories-knowledge {
    margin-top: 10px
}
.post-knowledge-comment-date {
    margin: 20px 0;
    padding: 20px 0;
    border-bottom: 1px solid #ebebeb !important;
    border-top: 1px solid #ebebeb !important;
    font-size: 16px;
    height: auto;
    display: block;
    clear: both;
    overflow: hidden
}
.post-knowledge-comment-date .col-md-4 {
    padding: 0
}
.share-stuff.share-links {
    display: inline
}
.post-knowledge-comment-date ul.social-share-post.c-share-list {
    padding: 0;
    list-style-type: none;
    display: inline;
    margin-left: 5px
}
.post-knowledge-comment-date ul.social-share-post.c-share-list li {
    display: inline-block;
    margin-right: 5px
}
.post-knowledge-comment-date ul.social-share-post.c-share-list li a {
    width: 30px;
    height: 30px;
    font-size: 14px;
    border: 1px solid rgba(130, 130, 130, .5);
    display: inline-block;
    text-align: center;
    line-height: 30px;
    color: #828282;
    cursor: pointer;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    -ms-border-radius: 100%;
    -o-border-radius: 100%;
    border-radius: 50%;
    -webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -ms-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    background: 0 0
}
.post-knowledge-comment-date ul.social-share-post.c-share-list li a:hover {
    color: #252525;
    border-color: #252525
}
.knowledge-list2 {
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    border-radius: 5px;
    overflow: hidden
}
.knowledge-list2 .heading-submenu {
    background: #fff;
    padding: 30px 0
}
.knowledge-list2 h3.heading {
    margin-top: 10px;
    margin-bottom: 15px
}
.knowledge-list2 h3.heading a {
    font-weight: 600;
    font-size: 24px;
    color: #252525;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease
}
.knowledge-list2 h3.heading a:hover {
    color: #65bc7b
}
.knowledge-list2 h3.heading a i {
    padding-right: 10px
}
.knowledge-list2 ul.submenu {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.knowledge-list2 li.post_title {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    padding: 8px 30px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: left;
    color: #252525;
    opacity: .7
}
.knowledge-list2 li.post_title:hover {
    background: #f5f5f5
}
.knowledge-list2 li.post_title::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 15px;
    width: 20px;
    background: 0 0 !important;
    content: "\f0f6";
}
.knowledge-list2 li.post_title a {
    color: #252525
}
.knowledge-list2 a.count-link {
    display: block;
    color: #fff;
    text-align: left;
    font-weight: 600;
    font-size: 16px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease
}
.knowledge-list1 {
    max-width: 300px;
    margin: 0
}
.knowledge-list1 h3.heading {
    font-weight: 600;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 10px
}
.knowledge-list1 h3.heading {
    padding-bottom: 7px
}
.knowledge-list1 h3.heading::before {
    content: '';
    display: inline-block;
    background: #65bc7b;
    width: 4px;
    height: 25px;
    margin-right: 14px;
    position: relative;
    top: 4px
}
.knowledge-list1 ul.submenu {
    list-style-type: none;
    padding: 0;
    margin: 0
}
.knowledge-list1 li.post_title {
    margin: 0;
    line-height: 1.5;
    font-size: 15px;
    padding: 8px 0;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease;
    text-align: left;
    color: #252525;
    opacity: .7
}
.knowledge-list1 li.post_title:hover {
    opacity: 1
}
.knowledge-list1 li.post_title::before {
    display: inline-block;
    font-family: FontAwesome;
    font-weight: 400;
    font-size: 15px;
    width: 20px;
    background: 0 0 !important;
    content: "\f0f6";
    margin-right: 10px
}
.knowledge-list1 li.post_title a {
    color: #252525
}
.knowledge-list1 a.count-link {
    display: block;
    color: #252525;
    text-align: left;
    padding: 15px 0 0;
    font-weight: 600;
    font-size: 16px;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transition: all 250ms ease
}
.knowledge-list1 a.count-link:hover {
    color: #65bc7b
}
.portfolio-header-shortcode .container {
    text-align: center;
    max-width: 750px;
    margin: 0 auto
}
.portfolio-header-shortcode .container .col-md-4 {
    padding: 0 5px
}
.portfolio-header-shortcode .button-portfolio {
    color: #fff;
    padding: 15px 0;
    border: none;
    border-radius: 5PX;
    text-transform: capitalize;
    font-weight: 700;
    font-size: 16px;
    box-shadow: none;
    width: 100%;
    display: block;
    transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    margin: 10px 0
}
.changelog-section {
    margin-top: 30px
}
.changelog-section .changelog-child {
    color: rgba(37, 37, 37, .7);
    background: #fff;
    padding: 12px 30px;
    border: none;
    border-radius: 5PX;
    text-transform: capitalize;
    font-weight: 400;
    font-size: 14px;
    box-shadow: none;
    width: 100%;
    display: inline;
    margin: 5px;
    border: 1px solid #ebebeb !important
}
.changelog-section .changelog-child a {
    color: rgba(37, 37, 37, .7);
    transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transition: all 250ms ease
}
.changelog-section .changelog-child a:hover {
    color: #65bc7b
}
.mt-portofolio-nav-parent {
    background: #252525
}
.mt-portofolio-nav-tab {
    display: flex;
    align-items: center
}
.mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner {
    float: left;
    margin-right: 10px
}
.mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner img {
    width: 60px
}
.mt-portofolio-nav-parent .mt-portofolio-nav-tab-content-holder-inner {
    overflow: hidden
}
.mt-portofolio-nav-parent .nav-tabs>li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0;
    flex: 1 1 0;
    border-right: 0;
    transition: height .3s ease-out;
    margin: 0;
    box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -moz-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
    -ms-box-shadow: 0 0 1px rgba(255, 255, 255, .5)
}
.mt-portofolio-nav-parent .nav-tabs>li.active>a {
    border: 0;
    background: 0 0
}
.mt-portofolio-nav-parent .nav-tabs>li.active,
.mt-portofolio-nav-parent .nav-tabs>li>a:focus,
.mt-portofolio-nav-parent .nav-tabs>li>a:hover {
    background: #65bc7b !important;
    outline: 0;
    border: 0 !important
}
.mt-portofolio-nav-parent .nav-tabs>li>a {
    border-radius: 0;
    margin: 0;
    border: 0;
    width: 100%;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    padding: 20px
}
.mt-portofolio-nav-parent .nav-tabs>li.active>a {
    border: 0
}
.mt-portofolio-nav-parent .nav-tabs {
    border: 0;
    padding-left: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0
}
.mt-portofolio-nav-parent .nav-tabs p {
    margin: 0
}
.mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
    color: #fff;
    font-weight: 700;
    font-size: 16px
}
.mt-portofolio-nav-parent p.mt-portofolio-nav-tab-text {
    color: rgba(255, 255, 255, .7);
    font-size: 14px
}
.mt-portofolio-nav-parent .nav-tabs>li.active p,
.mt-portofolio-nav-parent .nav-tabs>li>a:focus p,
.mt-portofolio-nav-parent .nav-tabs>li>a:hover p {
    color: #fff
}
@media(max-width:1200px) {
    .mt-portofolio-nav-parent .nav-tabs>li {
        display: flex;
        align-items: center;
        justify-content: center
    }
    p.mt-portofolio-nav-tab-text {
        display: none
    }
    .mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
        font-size: 14px;
        line-height: 1
    }
    .mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner img {
        width: 40px
    }
    .featured-image-single-portfolio img {
        max-width: 100% !important
    }
}
@media(max-width:767px) {
    .mt-theme-price .mt-license-type {
        font-size: 17px;
    }
    body .hosting_row .vc_col-sm-6{
        width: 100% !important;
    }
    body .hosting_row h2 {
        margin-top: 15px !important;
    }
    body .wpb_content_element.pros {
        margin-bottom: 10px;
    }
.wpb_single_image img {
    margin-top: 10px;
}
    .mt-portofolio-nav-tab {
        display: block;
        text-align: center
    }
    .mt-portofolio-nav-parent .mt-portofolio-nav-tab-holder-inner {
        width: 100%;
        margin-bottom: 5px
    }
    .mt-portofolio-nav-parent .mt-portofolio-nav-tab-content-holder-inner {
        width: 100%
    }
    .changelog-section .changelog-child {
        display: block
    }
    
}
@media(max-width:480px) {
    .mt-portofolio-nav-parent .container {
        padding: 0
    }
    .mt-portofolio-nav-parent .nav-tabs>li>a {
        padding: 5px 0
    }
    .mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
        font-size: 10px !important;
        font-weight: 600;
        line-height: 1 !important
    }
}
.portfolio-slider-shortcode .portfolio-slider01_item h2.name-test {
    margin: 0
}
.portfolio-slider-shortcode .portfolio-slider01_item h2.name-test a {
    font-size: 18px;
    line-height: 1.3;
    margin: 0;
    padding: 20px 25px;
    text-align: center;
    background: #fff;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    display: block;
    width: 100%;
    color: #252525
}
.portfolio-slider-shortcode .portfolio-slider01_item h2.name-test a:hover {
    background: #252525;
    color: #fff
}
.portfolio-slider-shortcode .portfolio-slider01_item {
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1)
}
.portfolio-slider-shortcode .portfolio-slider01_item:hover {
    background: #f7fafd !important;
    transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    cursor: pointer
}
.portfolio-slider-shortcode .owl-controls .owl-page span {
    background: #e4e4e4 !important;
    border-radius: 50%;
    border: 0;
    opacity: 1 !important;
    width: 16px !important;
    height: 16px !important
}
.portfolio-slider-shortcode .owl-controls .owl-page.active span {
    background: #bababa !important
}
#customer-support ul li {
    font-size: 16px;
    color: #828282;
    font-weight: 300;
    margin-bottom: 20px
}
#customer-support .button-winona.btn.btn-medium:hover {
    background: #65bc7b !important
}
.changelog-portfolio-shortcode#changelog .changelog-article {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 30px 30px 42px;
    margin: 50px 0 80px
}
#theme-features .title-subtile-holder .section-title,
.changelog-portfolio-shortcode#changelog .title-subtile-holder .section-title {
    margin-top: 0
}
.single-mt_changelog,
.tax-mt-changelog-category,
.tax-mt-listing-category2 {
    background: #f5f5f5
}
.tax-mt-listing-category2 .main-content {
    background: #fff;
    box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    -ms-box-shadow: 0 0 25px rgba(0, 0, 0, .1);
    border-radius: 5px;
    padding: 30px
}
body .sidebar-content-knowledge-right {
    padding-left: 30px !important
}
.category-content {
    padding-bottom: 25px;
    margin-bottom: 27px;
    border-bottom: 1px solid rgba(40, 43, 71, .1)
}
.category_description p {
    margin-bottom: 0
}
.tax-mt-changelog-category h1.category_title,
.tax-mt-listing-category2 h1.category_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px
}
.single-mt_changelog .changelog_version span i {
    padding-right: 10px
}
.tax-mt-listing-category2 h3.post-name a i {
    position: relative;
    bottom: 1px;
    padding-right: 5px;
    color: #65bc7b
}
.tax-mt-listing-category2 h3.post-name {
    margin-bottom: 11px
}
.tax-mt-listing-category2 a.more-link i {
    position: relative;
    top: 1px;
    padding-left: 5px
}
.tax-mt-listing-category2 a.more-link:hover {
    color: #65bc7b
}
.tax-mt-listing-category2 .main-content article:not(:last-child) {
    border-bottom: 1px solid rgba(40, 43, 71, .1);
    padding-bottom: 15px;
    margin-bottom: 25px
}
.knowledge_content_search h3.post-name {
    margin-bottom: 11px
}
.knowledge_content_search h3.post-name a {
    font-size: 18px;
    color: #252525;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease
}
.knowledge_content_search a.more-link {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease
}
.knowledge_content_search a.more-link i {
    position: relative;
    top: 1px;
    padding-left: 5px
}
.knowledge_content_search_title .search_title {
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 15px
}
.changelog-article .changelog_title .version {
    padding-right: 20px;
    color: #252525;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease
}
.changelog-article .changelog_title .version:hover {
    color: #65bc7b
}
.changelog-article .changelog_title i {
    padding-right: 10px
}
.single-mt_changelog .changelog_version span.version,
.changelog-article .changelog_title,
.changelog-article .changelog_title span.version {
    font-size: 18px;
    font-weight: 600;
}
.single-mt_changelog .changelog_version span.date,
.changelog-article .changelog_title span.date {
    font-size: 14px;
    font-weight: 500;
    opacity: .7
}
.outer-changelog-entry li {
    font-size: 16px;
    color: rgba(40, 43, 71, .5);
    line-height: 1.5
}
.outer-changelog-entry ul li span {
    padding-top: 0;
    padding-bottom: 0;
    line-height: 20px;
    moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    padding: 2px 0;
    width: 80px;
    text-align: center;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    line-height: 1.5;
    margin-right: 10px
}
.outer-changelog-entry .span-green {
    background: #2ecc71
}
.outer-changelog-entry .span-purple {
    background: #9b59b6
}
.outer-changelog-entry .span-blue {
    background: #3498db
}
.outer-changelog-entry .span-red {
    background: #e74c3c
}
.outer-changelog-entry .span-yellow {
    background: #f1c40f
}
.breadcrumb-buttons-section {
    margin-top: 15px
}
.breadcrumb-buttons-section .btn {
    margin: 5px
}
.cd-header {
    position: relative;
    height: 150px;
    background-color: #331d35
}
.cd-header h1 {
    color: #fff;
    line-height: 150px;
    text-align: center;
    font-size: 2.4rem;
    font-weight: 300
}
@media only screen and (min-width:1170px) {
    .cd-header {
        height: 180px
    }
    .cd-header h1 {
        line-height: 180px
    }
}
.cd-main-content {
    position: relative;
    min-height: 100vh
}
.cd-main-content:after {
    content: "";
    display: table;
    clear: both
}
.cd-main-content.is-fixed .cd-tab-filter-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%
}
.cd-main-content.is-fixed .cd-gallery {
    padding-top: 76px
}
.cd-main-content.is-fixed .cd-filter {
    position: fixed;
    height: 100vh;
    overflow: hidden
}
.cd-main-content.is-fixed .cd-filter form {
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch
}
.cd-main-content.is-fixed .cd-filter-trigger {
    position: fixed
}
@media only screen and (min-width:768px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 90px
    }
}
@media only screen and (min-width:1170px) {
    .cd-main-content.is-fixed .cd-gallery {
        padding-top: 100px
    }
}
.cd-tab-filter-wrapper {
    z-index: 1
}
.cd-tab-filter-wrapper:after {
    content: "";
    display: table;
    clear: both
}
.cd-tab-filter {
    position: relative;
    margin: 0 auto;
    z-index: 1
}
.cd-tab-filter ul {
    top: 0;
    left: 0;
    box-shadow: inset 0 -2px 0 #41307c
}
.cd-tab-filter a {
    cursor: pointer
}
.cd-tab-filter a.selected {
    background: #41307c;
    color: #fff
}
.cd-tab-filter.is-open::after {
    -webkit-transform: translateY(-50%) rotate(-180deg);
    -moz-transform: translateY(-50%) rotate(-180deg);
    -ms-transform: translateY(-50%) rotate(-180deg);
    -o-transform: translateY(-50%) rotate(-180deg);
    transform: translateY(-50%) rotate(-180deg)
}
.cd-tab-filter.is-open ul {
    box-shadow: inset 0 -2px 0 #41307c, 0 2px 10px rgba(0, 0, 0, .2)
}
.cd-tab-filter.is-open ul li {
    display: block
}
.cd-tab-filter.is-open .placeholder a {
    opacity: .4
}
@media only screen and (min-width:768px) {
    .cd-tab-filter {
        width: auto;
        cursor: auto
    }
    .cd-tab-filter::after {
        display: none
    }
    .cd-tab-filter ul {
        position: static;
        box-shadow: none;
        text-align: center
    }
    .cd-tab-filter li {
        display: inline-block
    }
    .cd-tab-filter li.placeholder {
        display: none !important
    }
    .cd-tab-filter a {
        display: inline-block;
        padding: 0 1em;
        width: auto;
        font-weight: 700;
        font-size: 14px;
        transition: all .3s ease;
        -webkit-transition: all .3s ease;
        -ms-transition: all .3s ease
    }
    .cd-tab-filter a:not(.selected) {
    }
    .no-touch .cd-tab-filter a:hover {
        color: #252525
    }
    .cd-tab-filter a.selected {
        background: 0 0;
        color: #252525
    }
    .cd-tab-filter.is-open ul li {
        display: inline-block
    }
}
@media only screen and (min-width:1170px) {
    .cd-tab-filter {
        width: 100%;
        float: right;
        margin: 0;
        -webkit-transition: width .3s;
        -moz-transition: width .3s;
        transition: width .3s
    }
    .cd-tab-filter.filter-is-visible {
    }
}
.cd-gallery {
    padding: 26px 5%;
    width: 100%;
    transition: transform .3s ease;
}
.cd-gallery li {
    margin-bottom: 1.6em;
    display: none
}
.cd-gallery li.gap {
    opacity: 0;
    height: 0;
    display: inline-block
}
.cd-gallery img {
    display: block;
    width: 100%
}
.cd-gallery .cd-fail-message {
    display: none;
    text-align: center
}
@media only screen and (min-width:768px) {
    .cd-gallery {
        padding: 40px 3%
    }
    .cd-gallery ul {
        text-align: justify
    }
    .cd-gallery ul:after {
        content: "";
        display: table;
        clear: both
    }
    .cd-gallery li {
        width: 48%;
        margin-bottom: 0
    }
}
.cd-gallery ul {
    padding: 0
}
@media only screen and (min-width:1170px) {
    .cd-gallery {
        padding: 30px 0 0 0;
        float: right;
        -webkit-transition: all .3s;
        -moz-transition: all .3s;
        transition: all .3s
    }
    .cd-gallery li {
        width: 33.33%;
        margin: 0 auto !important
    }
}
.cd-filter {
    width: calc(100% - 30px) !important;
    margin: 15px;
    display: none;
    transition: unset !important;
}
.cd-filter::before {
    /*content: '';*/
    position: absolute;
    top: 0;
    left: 0;
    height: 50px;
    width: 100%;
    background-color: #65bc7b;
    z-index: 2
}
.cd-filter form {
    padding: 70px 20px
}
.cd-filter .cd-close {
    position: absolute;
    top: 0;
    right: 0;
    height: 50px;
    line-height: 50px;
    width: 60px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    background: #252525;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -moz-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 3;
    cursor: pointer
}
.no-touch .cd-filter .cd-close:hover {
    background: #32255f
}
.cd-filter.filter-is-visible {
    opacity: 1;
    visibility: visible;
}
.cd-filter.filter-is-visible .cd-close {
    opacity: 1
}
@media only screen and (min-width:1170px) {
    .cd-filter {
        width: 100%;
    }
    .cd-filter form {
        padding: 30px;
    }
}
.cd-filter-trigger.filter-is-visible {
    cursor: pointer
}
.cd-filter-block h4 {
    position: relative;
    margin-bottom: .2em;
    padding: 10px 0 10px 20px;
    color: #9a9a9a;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer
}
.no-touch .cd-filter-block h4:hover {
    color: #41307c
}
.cd-filter-block h4::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 16px;
    height: 16px;
    background: url(../inc/shortcodes/mt-portfolio/img/cd-icon-arrow.svg) no-repeat center center;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform .3s;
    -moz-transition: -moz-transform .3s;
    transition: transform .3s
}
.cd-filter-block h4.closed::before {
    -webkit-transform: translateY(-50%) rotate(-90deg);
    -moz-transform: translateY(-50%) rotate(-90deg);
    -ms-transform: translateY(-50%) rotate(-90deg);
    -o-transform: translateY(-50%) rotate(-90deg);
    transform: translateY(-50%) rotate(-90deg)
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before,
.cd-filter-block input,
.cd-filter-block select {
    border-radius: 0;
    background-color: #fff;
    border: 2px solid #e6e6e6
}
.cd-filter-block input[type=search],
.cd-filter-block input[type=text],
.cd-filter-block select {
    padding: .8em;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-shadow: none
}
.cd-filter-block input[type=search]:focus,
.cd-filter-block input[type=text]:focus,
.cd-filter-block select:focus {
    outline: 0;
    background-color: #fff;
}
.cd-filter-block input[type=search] {
    border-color: transparent;
    background-color: #e6e6e6;
}
.cd-filter-block input[type=search]::-webkit-search-cancel-button {
    display: none
}
.cd-filter-block .cd-select {
    position: relative
}
.cd-filter-block .cd-select::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 14px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    width: 16px;
    height: 16px;
    background: url(../inc/shortcodes/mt-ico-filters/img/cd-icon-arrow.svg) no-repeat center center;
    pointer-events: none
}
.cd-filter-block select {
    cursor: pointer;
    font-size: 1.4rem
}
.cd-filter-block select::-ms-expand {
    display: none
}
.cd-filter-block .list li {
    position: relative;
    margin-bottom: .8em;
    list-style-type: none
}
.cd-filter-block .list li:last-of-type {
    margin-bottom: 0
}
.cd-filter-block input[type=checkbox],
.cd-filter-block input[type=radio] {
    position: absolute;
    left: 0;
    top: 0;
    margin: 0;
    padding: 0;
    opacity: 0;
    z-index: 2;
    cursor: pointer
}
.cd-filter-block .checkbox-label,
.cd-filter-block .radio-label {
    padding-left: 24px;
    font-size: 14px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-bottom: 0;
    color: #252525
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::after,
.cd-filter-block .radio-label::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%)
}
.cd-filter-block .checkbox-label::before,
.cd-filter-block .radio-label::before {
    width: 16px;
    height: 16px;
    left: 0
}
.cd-filter-block .checkbox-label::after,
.cd-filter-block .radio-label::after {
    display: none
}
.cd-filter-block .radio-label::after,
.cd-filter-block .radio-label::before {
    border-radius: 50%
}
.cd-filter-block .radio-label::after {
    width: 6px;
    height: 6px;
    background-color: #fff;
    left: 5px
}
.cd-filter-block input[type=checkbox]:checked+label::before,
.cd-filter-block input[type=radio]:checked+label::before {
    border-color: #41307c;
    background-color: #41307c
}
.cd-filter-block input[type=checkbox]:checked+label::after,
.cd-filter-block input[type=radio]:checked+label::after {
    display: block
}
@-moz-document url-prefix() {
    .cd-filter-block .cd-select::after {
        display: none
    }
}
.mt-tgrid-singleitem.mt-box .mt-tgrid-sale-image,
.iconfilter-shortcode .cd-gallery .mt-tgrid-sale-image {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.iconfilter-shortcode .blog_custom_listings .post-name-listings a {
    font-size: 20px;
    transition: all .3s ease;
    -webkit-transition: all .3s ease
}
.iconfilter-shortcode .blog_custom_listings .post-name-listings a:hover {
    color: #6cd087
}
.iconfilter-shortcode .blog_custom_listings .percentange {
    float: none;
    display: block;
    margin-top: 10px
}
.iconfilter-shortcode .cd-gallery img {
    max-width: 100%;
    height: auto;
    border: 0;
    background: 0 0;
    padding: 0;
    margin-top: 12px
}
.cd-filter-content.cd-filters {
    padding: 0
}
.iconfilter-shortcode .blog_custom_listings {
    margin-bottom: 25px
}
.iconfilter-shortcode .blog_custom_listings i {
    font-size: 50px
}
.iconfilter-shortcode .blog_custom_listings .post-name-listings {
    margin: 18px 0 0 0
}
.single-mt_listing .single-icondrops .list_title span {
    float: left;
    margin-right: 25px
}
.single-mt_listing .single-icondrops .list_title span.review {
    line-height: 20px;
    font-weight: 700;
    font-size: 20px;
    margin: 12px 0 0 0
}
.parent-rating-star {
    position: relative;
    width: 90px;
    height: 20px;
    overflow: hidden;
    float: left;
    margin-top: 11px
}
.fill-rating-star,
.rating-star {
    display: block;
    width: 90px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: 90px 20px
}
.fill-rating-star {
    height: 20px;
    position: absolute;
    top: 0
}
.review-recent {
    margin-top: 10px
}
.review-recent span.review {
    float: left;
    margin-top: 2px;
    margin-right: 5px
}
.review-recent .parent-rating-star {
    margin-top: 0;
    float: none
}
#DataTable-icondrops-active .ico-row .list_title span {
    margin: 15px 0 0 10px;
    font-weight: 700;
    font-size: 14px
}
#DataTable-icondrops-active .review-recent {
    margin-top: 5px;
    margin-bottom: 7px
}
#DataTable-icondrops-active .parent-rating-star,
.iconfilter-shortcode .parent-rating-star,
.review-recent .parent-rating-star {
    width: 70px;
    height: 15px
}
#DataTable-icondrops-active .fill-rating-star,
#DataTable-icondrops-active .rating-star,
.iconfilter-shortcode .fill-rating-star,
.iconfilter-shortcode .rating-star,
.review-recent .fill-rating-star,
.review-recent .rating-star {
    width: 70px;
    height: 15px;
    background-size: 70px 15px
}
#DataTable-icondrops-active .review-recent span.review,
.iconfilter-shortcode .review-recent span.review,
.review-recent span.review {
    margin-top: 0;
    line-height: 17px
}
@media(max-width:767px) {
    .cd-tab-filter ul {
        width: auto;
        padding: 0 15px !important
    }
}
/* 1. Reset CSS */
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}
body {
	margin: 0;
}
mark {
    background: transparent;
    color: #000000;
    text-decoration: underline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}
audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden],
template {
	display: none;
}
a {
	background-color: transparent;
}
a:active,
a:hover {
	outline: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
b,
strong {
	font-weight: bold;
}
dfn {
	font-style: italic;
}
small {
	font-size: 80%;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
img {
	border: 0;
}
svg:not(:root) {
	overflow: hidden;
}
hr {
	box-sizing: content-box;
	height: 0;
}
pre {
	overflow: auto;
}
code, kbd, pre, samp {
    background: #f7f7f7 none repeat scroll 0 0;
    color: #000000;
    font-family: monospace;
    font-size: 12px;
}
button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}
button {
	overflow: visible;
}
button,
select {
	text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
html input[disabled] {
	cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}
input {
	line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}
input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0;
	padding: 0;
}
textarea {
	overflow: auto;
}
optgroup {
	font-weight: bold;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
    width: 100%;
    color: #828282;
    font-size: 16px;
    line-height: 23px;
}
table, th, td {
   border: 1px solid #e6e6e6;
} 
td, th {
    padding: 10px !important;
    text-align: left;
}
.blog-posts .single-post .post-details .post-excerpt blockquote p{
	color: #000;
}
.post-password-form input[type="submit"] {
    background: rgb(236, 29, 35) none repeat scroll 0 0;
    border-radius: 10px;
}
.blog-posts .single-post .post-excerpt.row > h1,
.blog-posts .single-post .post-excerpt.row > h2,
.blog-posts .single-post .post-excerpt.row > h3,
.blog-posts .single-post .post-excerpt.row > h4,
.blog-posts .single-post .post-excerpt.row > h5,
.blog-posts .single-post .post-excerpt.row > h6{
	color: #252525;
}
.post-excerpt.row > h1,
.post-excerpt.row > h2,
.post-excerpt.row > h3,
.post-excerpt.row > h4,
.post-excerpt.row > h5,
.post-excerpt.row > h6{
	color: #252525;
}
.page-links,
.post-excerpt.row > th,
.post-excerpt.row > address,
.post-excerpt.row > dl,
.post-excerpt.row > ol,
.post-excerpt.row > ul {
    color: #9aa7af;
}
/* 2. General styling */
section {
	position: relative;
}
section.cover {
	background-size: cover;
}
img {
    max-width: 100%;
}
.mt-full-screen {
	width: 100%;
	height: 100%;
}
.mt-half-page {
	width: 100%;
	height: 50%;
}
.mt-uppercase {
	text-transform: uppercase;
}
.mt-blue {
	background: #00adf1;
}
p.subtitle {
	font-size: 20px;
	font-weight: 600;
	color: rgba(255,255,255,0.7);
}
.top-margin {
	padding-top: 60px;
}
.mediu-margin {
	padding-top: 25px;
	padding-bottom: 25px;
}
p {
    color: #828282;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}
/* 3. Buttons */

.button.outline-button {
	border: 1px solid #FFFFFF;
}
.button:hover {
	text-decoration: none;
	color: #FFFFFF;
}
.button.outline-button.mt-blue {
	border-color: #00adf1;
	color: #FFFFFF;
}
.video-background {
	height: 100%;
}
/* 4. Blocks */
.block-triangle {
	width: 80px;
	height: 80px;
	-ms-transform: none;
	-webkit-transform: none;
	transform: none;
	margin: 0 auto;
	position: relative;
	top: 25px;
	box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
	-webkit-box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
}
.block-title p {
	color: #2f383d;
	font-size: 16px;
	font-weight: 500;
}
.block-content p {
	font-size: 15px;
	color: #9aa7af;
	font-weight: 300;
}
.block-icon i {
	color: #FFFFFF;
	font-size: 40px;
	position: absolute;
	left: 50%;
	top: 50%;
	-ms-transform: translate(-50%, -50%) rotate(0deg);
	-webkit-transform: translate(-50%, -50%) rotate(0deg);
	transform: translate(-50%, -50%) rotate(0deg);
}
/* Left Block */
.left-block-container {
	margin-bottom: 20px;
}
.left-block-container .block-title p {
	text-transform: uppercase;
}
.left-block-container .block-title {
	padding-top: 20px;
}
.left-block-container {
	border-bottom: 1px solid #b1b6bb;
}
.left-block-container:last-child {
	border-bottom: 0 none;
}
/* Filters */
.filters {
	list-style: none;
	text-align: center;
	width: 100%;
}
.filters .filter {
	display: inline-block;
}
/* Testimonial */
.testimonials-container ul {
	list-style: none;
	padding: 0;
}
.testimonials-container blockquote {
	border: 0 none;
	text-align: center;
	padding: 40px 0 60px 0;
	font-size: 26px;
	color: rgba(255,255,255,0.5);
	position: relative;
}
.testimonials-container blockquote * {
	font-size: 26px;
}
/* Members */
/* 5. Statistics */
.timeline .post-cotnent-left {
	padding-right: 60px;
}
.timeline .post-cotnent-right {
	padding-left: 60px;
}
.timeline{
	position: relative;
}
.timeline article {
	padding-bottom: 40px;
	position: relative;
}
.timeline:before {
	content: "";
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: 2px;
	background: #00adf1;
}
.timeline article:before {
	content: "";
	display: block;
	position: absolute;
	width: 15px;
	height: 90px;
	background: url("images/timeline-dot.jpg");
	left: 50%;
	top: 50%;
	margin-left: -4px;
	margin-top: -45px;
}
body.single-post {
	border: 0 none;
}
/* Section: Contact */
.button[type="submit"] {
    border-bottom: 4px solid;
    color: rgb(255, 255, 255);
    font-style: normal;
    font-weight: 500;
    margin: 0;
    padding: 10px;
}
#contact_form .contact_input_holder {
    margin-bottom: 15px;
}
.contact_input_holder {
    margin-bottom: 20px;
}
.contact_input_holder i {
    font-size: 20px;
    left: 15px;
    opacity: 0.5;
    top: 9px;
}
#contact_form input[type="text"]::-webkit-input-placeholder, 
#contact_form input[type="text"]:-moz-placeholder, 
#contact_form input[type="text"]::-moz-placeholder, 
#contact_form input[type="text"]:-ms-input-placeholder, 
#contact_form textarea::-webkit-input-placeholder,
#contact_form textarea:-moz-placeholder,
#contact_form textarea::-moz-placeholder,
#contact_form textarea:-ms-input-placeholder {
    color: rgba(0, 0, 0, 0.1);
}
#contact_form {
    background-color: rgb(242, 245, 248);
    overflow: hidden;
    padding: 21px 7px;
}
#contact_form .form-control {
    border: 1px solid rgba(0, 0, 0, 0.1);
}
/* Ketchup validator */
.ketchup-error {
    display: none !important;
}
/* 6. Boostrap styling */
.btn-default:after {
	background: #2c3e50;
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	z-index: -1;
}
.btn-default:hover:after {
	width: 100%;
}
.btn-primary:hover{
	background: rgba(52, 73, 94,1.0);
}
.navbar {
	margin-bottom: 0;
    border: 0 none;
    border-radius: 0;
}
.vc_container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
/* WordPress */
.alignright{
	text-align: right;
}
.no-author-pic .author-name {
    margin: 0;
}
.alignleft{
	text-align: left;
	float: left;
}
.aligncenter {
	text-align: center;
}
.wp-caption.alignleft{
	margin: 10px 20px 10px 0;
}
.clearfix {
	clear: both;
}
.form-control {
    background-color: #fff;
    background-image: none;
    border: 2px solid rgba(204, 204, 204, 0.5);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 42px;
    line-height: 1.42857;
    padding: 6px 40px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
/* buttons */
.wpb_button {
	border: 1px solid #FFFFFF;
	position: relative;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	background-color: transparent;
	color: #FFFFFF;
	text-shadow: none;
}
.wpb_button:hover {
	text-decoration: none;
	color: #FFFFFF;
	background: transparent;
}
.wpb_button:after {
	height: 100%;
	left: 0;
	top: 0;
	width: 0;
	content: "";
	position: absolute;
	transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-ms-transition: all 0.3s ease 0s;
	z-index: -1;
}
.wpb_button:hover:after {
	width: 100%;
}
body .vc_btn, 
body a.vc_btn, 
body button.vc_btn {
	color: #FFF;
	font-size: 14px;
	font-weight: 300;
	display: inline-block;
	padding: 10px 20px;
	margin: 10px;
	border-radius: 0;
}
/* Remove margin bottom from rows in section with high padding */
.vc_container .vc_row:nth-last-of-type(2) {
	margin-bottom: 0;
}
/* Top bar on One Page */
.mt-top-bar > div {
	padding: 20px 0;
}
.mt-top-bar .logo {
    margin: 0;
}
.list-view .post-thumbnail {
	margin-left: 0;
	padding-left: 0;
}
.clear_both_class:nth-child(3n+1) .grid-three-columns {
    clear: both !important;
}
.clear_both_class:nth-child(2n+1) .grid-two-columns {
    clear: both !important;
}
.full-width-part {
	width: 100%;
}
/* 7. Product Page */
.heading-holder h2,
.heading-holder{
	font-size: 18px;
	color: #2f383d;
}
.heading-holder h2,
.heading-holder i {
	display: block;
}
.heading-holder i {
	float: right;
	padding: 5px;
	color: #e1e1e1;
	border: 1px solid #e1e1e1;
	margin-top: 10px;
	cursor: pointer;
}
.heading-holder h2 {
	float: left;
}
.form-holder-addon {
	width: 48%;
	float:left;
}
.wpb_tabs .wpb_tabs_nav {
	background: #f5f6f7;
	position: relative;
	border-bottom: 1px solid #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav:before{
	position: absolute;
	content: "";
	display: block;
	height: 5px;
	width: 100%;
	left: 0;
	top: 0;
	background: #e9edef;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding: 10px 20px;
}
.wpb_tabs .wpb_tabs_nav li{
	border-top: 5px solid transparent;
}
.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: #FFF;
}
.wpb_tabs{
	border-top: 0 none;
	border-bottom: 1px solid #dfe5e9;
	border-left: 1px solid #dfe5e9;
	border-right: 1px solid #dfe5e9;
}
.wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
	background: #FFF;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active {
	background: #FFF;
	position: relative;
}
.wpb_content_element .wpb_tabs_nav li {
	background: transparent;
}
.wpb_tabs .wpb_tabs_nav li a {
	border-right: 1px solid transparent;
	border-left: 1px solid transparent;
}
.wpb_content_element .wpb_tabs_nav li:first-child a {
	border-left: 0 none;
}
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active a {
	position: relative;
	border-color: #dfe5e9;
}
.wpb_tabs .wpb_tabs_nav li.ui-tabs-active a:after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: -1px;
	background: #FFF;
	opacity: 1;
}
.wpb_content_element .wpb_tabs_nav {
	background: #f5f6f7;
	position: relative;
	border-right: 1px solid #dfe5e9;
}
.wpb_tour {
	border-right: 1px solid #dfe5e9;
	border-top: 1px solid #dfe5e9;
	border-bottom: 1px solid #dfe5e9;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tabs_nav a {
	padding: 15px 20px;
}
.wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
	padding-top: 10px;
	padding-left: 10px;
}
.wpb_tour_next_prev_nav {
	padding-right: 10px;
	padding-left: 10px;
}
.wpb_tour .wpb_tabs_nav:before {
	position: absolute;
	content: "";
	display: block;
	height: 100%;
	width: 5px;
	left: 0;
	top: 0;
	background: #e9edef;
}
.wpb_tour .wpb_tabs_nav li {
	border-left: 5px solid transparent;
}
.wpb_tour.wpb_content_element .wpb_tabs_nav li a {
	border-top: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
.wpb_tour .wpb_tabs_nav li:first-child a {
	border-top: 0 none;
}
.wpb_tour .wpb_tabs_nav li:last-child a {
	border-bottom: 0 none;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a {
	border-color: #dfe5e9;
	position: relative;
}
.wpb_tour .wpb_tabs_nav li.ui-tabs-active a:after {
	content: "";
	display: block;
	width: 1px;
	height: 100%;
	position: absolute;
	right: -1px;
	top: 0;
	background: #FFF;
	opacity: 1;
}
.widget-title{
	margin-bottom: 15px;
}
.no-margin-head .section-title {
    margin-top: 0;
}
.widget-title,
h2.heading-bottom {
	font-size: 24px;
	margin-top: 40px;
	padding-bottom: 5px;
	margin-bottom: 40px;
	position: relative;
	font-weight: bold;
}
h2.heading-bottom {
	margin-top: 10px;
    margin-bottom: 50px;
}
.post_thumbnails_slider{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    overflow: hidden;
}
.fixed-sidebar-menu .widget-title::after {
	display: none;
}
h2.heading-bottom.text-left:after {
	right: auto;
	left: 0;
}
h2.heading-bottom.text-right:after {
	left: auto;
	right: 0;
}
.blog-posts.portfolio-posts.portfolio-shortcode {
	margin: 10px 0 2px;
}
.smartowl_call-to-action h2 {
	font-size: 20px;
	color: #FFF;
}
.smartowl_call-to-action p {
	font-size: 12px;
	color: rgba( 255,255,255,0.8 );
	font-weight: normal;
	margin: 0;
}
.smartowl_call-to-action .vc_col-md-4 {
	padding-right: 0;
	text-align: center;
}
.smartowl_call-to-action .vc_col-md-8 {
	padding-left: 0;
}
.smartowl_call-to-action {
	padding: 40px 0;
}
.vc_row {
	background-size: cover;
}
.smartowl_call-to-action .wpb_button {
	margin-top: 20px;
}
.smartowl_shortcode_blog {
  padding: 0;
  overflow: hidden;
}
.wpb_content_element {
	margin: 20px 0;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header {
	background: #FFFFFF;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active {	
	border-bottom: 1px solid #d5dadd;
}
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a {
	color: #FFF;
}
.wpb_accordion_section {
	margin-bottom: 10px;
	border: 1px solid #d5dadd;
}
.vc_carousel-inner img,
.vc_carousel-inner .vc_inner > a {
  min-width: 100% !important;
}
.vc_images_carousel .vc_carousel-control .icon-next {
	color: #FFF;
}
.masonry_banner a {
    display: block;
}
.masonry_banner a:before, 
.masonry_banner a:after {
  position: absolute;
  top: 20px;
  right: 20px;
  bottom: 20px;
  left: 20px;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
}
.masonry_banner a:before {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0,1);
  transform: scale(0,1);
}
.masonry_banner a:after {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1,0);
  transform: scale(1,0);
}
.masonry_banner:hover a:before, 
.masonry_banner:hover a:after {
  opacity: 1;
  transform: scale(1);
  -webkit-transform: scale(1);
}
.masonry_holder {
    margin: 30px 40px;
    position: absolute;
    top: 0;
    width: 80%;
}
.masonry_holder .category_name {
    color: rgb(255, 255, 255);
    font-size: 45px;
    font-weight: bold;
    margin: 0;
    text-transform: uppercase;
}
.masonry_banner .read-more {
    border: 1px solid;
    color: rgb(255, 255, 255);
    display: block;
    float: left;
    margin-top: 7px;
    padding: 4px 6px;
}
.button-winona {
	border-radius: 4px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
	-webkit-backface-visibility: hidden;
	-moz-osx-font-smoothing: grayscale;
}
/* Winona */
.button-winona:hover span {
	color: #fff !important;
}
.button-winona {
	overflow: hidden;
	padding: 0;
	-webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #FFF;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
	padding: 10px 15px;
}
.button-winona > span {
	display: block;
}
.button-winona::after,
.button-winona > span {
	-webkit-transition: -webkit-transform 0.8s, opacity 0.8s;
	transition: transform 0.8s, opacity 0.8s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.button-winona.button--inverted:hover {
	border-color: #21333C;
	background-color: #21333C;
}
.button-winona:hover::after {
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.button-winona:hover > span {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}
.menu-multipage-01-container {
    float: left;
}
.wpb_row {
	margin-bottom: 80px;
}
.shop_feature {
	margin-top: 40px;
	padding-bottom: 40px;
}
.wpb_column > .wpb_wrapper > .clients-container {
	margin: 20px 0;
}
.no-padding-bottom .container #main article .entry-content > .wpb_row.no-bottom-margin {
	margin-bottom: 0;
}
.top_section .wpb_wrapper h1 span {
    font-size: 80px;
}
/*SINGLE POST*/
.related-posts .post-author > a {
    display: inline;
}
.related-posts .post-name a {
    color: black;
    line-height: 140%;
    margin-bottom: 6px;
    font-weight: bold;
}
.related-posts .post-author {
    opacity: 0.85;
}
.single-post .love-it-wrapper {
    display: none;
}
.related_blog_details {
    background: white none repeat scroll 0 0;
    padding: 30px;
}
.single .label-info.edit-t {
    background: black none repeat scroll 0 0;
    display: block;
    float: right;
    border-radius: 0;
    -webkit-border-radius: 0;
    padding: 6px;
}
.single .label-info.edit-t a {
    color: #fff;
    font-weight: 300;
}
.single .page-links {
    background-color: rgb(245, 245, 245);
    color: rgba(37, 37, 37, 0.8);
    margin-top: 10px;
    padding: 15px !important;
}
.post-author > a {
    display: inline !important;
}
.comment-list .heading-bottom {
    margin-bottom: 20px;
    margin-top: 0 !important;
}
.single-post-tags > a:hover {
    background: #009dde none repeat scroll 0 0;
    border: 1px solid transparent;
    color: white;
}
.portfolio-bottom-description .love-it-wrapper {
    display: none;
}
.portfolio-bottom-icons h4.single-post-love {
    display: inline-table;
    margin: 0;
}
.single-post .post-categories {
    margin-bottom: 5px;
    margin-top: 5px;
}
/* 8. PAGE PRELOADER*/
.tikidocs_preloader_holder {
    background: #009dde none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10003;
}
.tikidocs_preloader_holder .loaders {
    left: 50%;
    position: absolute;
    top: 50%;
}
a.woocommerce-review-link {
    font-weight: 300;
    color: #666;
}
/*TEMPORARY CSS*/
/* Border radius - 30px for rounded buttons */
.woocommerce form .form-row input.input-text,
#modal-login input[type="text"],
#modal-login input[type="password"],
#login input[type="password"],
#login input[type="text"],
#post-7774 .entry-content .woocommerce form input#password,
#post-7774 .entry-content .woocommerce form input#reg_password,
.mt-knowledge-search form#searchform,
.mt-knowledge-search input#keyword,
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered,
.woocommerce-cart .quantity .qty,
input[type="text"],
.single.single-product .quantity .qty ,
input[type="email"],
textarea,
select{
    border-radius: 5px !important;
    -webkit-border-radius: 5px !important;
}
.woocommerce .quantity .qty {
    width: 100px !important;
}
.woocommerce a.button,
.woocommerce a.button.alt,
.btn-collection-theme,
#contact input[type="button"],
.mt-btn-small,
.mt-error-btn,
.woocommerce .return-to-shop a.button.wc-backward,
a.button.wc-forward,
a.woocommerce-Button.button,
.woocommerce-checkout #payment .place-order button.button.alt#place_order[type="submit"],
.woocommerce a.checkout-button.button.alt.wc-forward,
.single-product.woocommerce span.onsale,
.woocommerce .single_add_to_cart_button.button.alt[type="submit"],
body.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product .button,
.widget_product_search .search-field,
.sidebar-content form.search-form,
.sidebar-content .widget_search .search-submit,
.header_mini_cart .button.wc-forward,
.portfolio-slider-shortcode .portfolio-slider01_item,
.changelog-section .changelog-child,
.portfolio-header-shortcode .button-portfolio,
.portfolio-posts-list .flex-zone-inside a.button-support,
.portfolio-posts-list article.single-post,
.outer-changelog-entry ul li span,
body .back-to-top.modeltheme-is-visible, 
body .back-to-top.modeltheme-fade-out, 
body .no-touch .back-to-top:hover,
.mt-btn-medium,
.mt-btn-large,
input[type="submit"],
button[type="submit"]{
	border-radius: 10px !important;
	-webkit-border-radius: 10px !important;
}
header .navbar-default .navbar-toggle:hover,
header .navbar-default .navbar-toggle{
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered,
input[type="text"],
select,
textarea,
input[type="email"]{
	width: 100%;
    padding: 15px 25px;
    background: #fff;
    border: 1px solid #ddd;
}
select{
	-webkit-appearance: none;
  	-moz-appearance: none;
	background-image: url("data:image/svg+xml;utf8,<svg fill='%23606060' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
  	background-repeat: no-repeat;
    background-position-x: calc(100% - 15px);
    background-position-y: 50%;
}
/* 10PX BORDER RADIUS */
#snp-bld-step-1,
.home .first_section .white_card .wpb_wrapper,
nav.woocommerce-MyAccount-navigation ul > li:before,
.woocommerce-MyAccount-content,
nav.woocommerce-MyAccount-navigation ul > li,
ul.sub-menu,
.ml-content,
.cd-filter-block input[type=search],
#post-7774 .entry-content .woocommerce,
.single-mt_portfolio .portfolio-description-img ,
.cd-filter,
#advertising_opportunities .wpb_text_column,
div#status #zabuto_calendar_,
.sidebar-content-knowledge-left .custom-html-widget,
.knowledge_content_search article,
.pros,
.cons,
div.hosting,
div#program,
#knowlegebase_support .knowledge-list2 li.post_title,
.contact-tabs .vc_tta-container,
#contact,
#order_comments,
.woocommerce form.checkout_coupon,
.woocommerce .woocommerce-info ,
.woocommerce-message,
nav.woocommerce-MyAccount-navigation,
.woocommerce-checkout div#order_review,
.woocommerce-page .cart-collaterals .coupon,
.woocommerce-page .cart-collaterals .cart_totals,
tr.woocommerce-cart-form__cart-item.cart_item,
.woocommerce-product-gallery__wrapper,
.product .custom_inner_class,
.related_blog_custom,
.comment-form textarea,
.comment-respond,
.header_mini_cart.visible_cart,
.single.single-post .article-header .article-details .wp-post-image,
.pagination .page-numbers,
.mt-single-blogpost .blog_custom,
.single-mt_changelog .main-content,
.changelog-article,
.mt-single-docs .blog_custom,
.mt-box, .mt-border-radius{
	border-radius: 10px;
	-webkit-border-radius: 10px;
}
.mt-border-radius img {
    overflow: hidden;
}
/* BUTTONS */
.mt-btn-medium{
	font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 12px 25px;
    border: 0;
    background: transparent;
}
.mt-btn-small{
	font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    padding: 7px 25px;
    border: 0;
    background: transparent;
}
.mt-btn-medium.mt-btn-border{
	padding: 11px 20px;
}
.woocommerce-payment-methods .woocommerce-MyAccount-content .button {
    margin-top: 15px;
}
#contact input[type="button"],
a.woocommerce-Button.button,
.mt-btn-large,
.woocommerce .button,
input[type="submit"],
button[type="submit"]{
	font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    padding: 16px 50px !important;
    border: 0;
    background: transparent;
}
.mt-btn-large.mt-btn-border{
	padding: 15px 30px;
    
}
/*FULL BUTTON*/
.mt-btn-full{
	width: 100%;
	display: block;
}
.mt-theme-action-btns a {
    font-size: 17px;
}
/*BLUE COLOR TEXT HOVER*/
.comment_body .author_name a:hover,
.related_blog_details .post-name a:hover,
.blog-posts .blogloop-v2 .post-name a:hover, .blog-posts .list-view .post-details .post-name a:hover {
	color: #177EFF !important;
}
/*BLUE COLOR TEXT*/
.blue,
.working_days span,
.widget_product_categories ul li a,
.breadcrumb li:not(.active) a,
.post-category a.category,
.related_blog_details .post-author a {
	color: #177EFF !important;
	font-weight: 600;
}
/* WHITE FONTS */
.mt-white-font{
	color: #ffffff;
}
.mt-transparent-white-font{
	color: rgba(255,255,255,0.7);
}
.single.single-product .quantity .qty{
  border: 1px solid #dddddd;
}
/* BLUE BORDER RADIUS */
.btn-collection-theme:nth-child(2),
.mt-btn-border{
	border: 1px solid #666;
}
a:focus, a:visited, a:hover {
    color: inherit;
}
a{
	font-weight: 700;
	text-decoration: underline;
}
/*TEXT GRADIENT*/
.single .single-post-tags > a:hover,
a.mt-single-portofolio-above-title-botton.mt-btn-large:hover,
h1.page-404-digits.text-center,
/*.single-mt_portfolio .mt-theme-action-btns a:last-child,*/
.mt-theme-tax-list a:hover,
.single-post-tags > span, 
.cd-tab-filter .filter:hover a,
.cd-tab-filter .filter a.selected, 
.knowledge-accordion .accordion .link,
.single-mt_changelog .changelog_version span.version,
.changelog-article .changelog_title span.version,
.knowledge-list2 h3.heading a{
   background: -webkit-linear-gradient(left, #4AC0FE, #0060FF);
   background: -o-linear-gradient(right, #4AC0FE, #0060FF);
   background: -moz-linear-gradient(right, #4AC0FE, #0060FF);
   background: linear-gradient(to right, #4AC0FE, #0060FF); 
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/*BLUE GRADIENT BACKGROUND*/ 
.mt-chengelog-details .mt-theme-rating-stars #main {
	background: -webkit-linear-gradient(left, #4AC0FE, #0060FF);
   	background: -o-linear-gradient(right, #4AC0FE, #0060FF);
   	background: -moz-linear-gradient(right, #4AC0FE, #0060FF);
   	background: linear-gradient(to right, #4AC0FE, #0060FF); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4AC0FE', endColorstr='#0060FF',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
/* ORANGE GRADIENT BACKGROUND */
.btn-collection-theme:first-child:hover,
#contact input[type="button"]:hover,
#modal-login .submit #user-submit-register.button:hover,
#modal-login .submit #user-submit-forgotten.button:hover,
#modal-login .submit #wp-submit.button:hover,
header .navbar-default .navbar-toggle:hover,
.mt-error-btn:hover,
.cd-filter-trigger:hover,
.search button[type="submit"].search-submit:hover,
.woocommerce .return-to-shop a.button.wc-backward:hover,
a.button.wc-forward:hover,
a.woocommerce-Button.button:hover,
.woocommerce #review_form #respond .form-submit input:hover,
.woocommerce ul.products li.product .button:hover,
.breadcrumb-buttons-section .button-winona.btn.btn-medium.btn-purchase:hover,
.woocommerce button.button[type="submit"]:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.comment-edit-link:hover, 
.comment-reply-link:hover,
#commentform .form-submit input[type="submit"]:hover,
footer .mc4wp-form-fields input[type="submit"]:hover,
.header_mini_cart .button.wc-forward:hover,
.modeltheme-pagination.pagination .nav-links .page-numbers.current:hover,
.modeltheme-pagination.pagination .nav-links .page-numbers:hover,
.woocommerce nav.woocommerce-pagination ul li span.current:hover,
.woocommerce nav.woocommerce-pagination ul li span:hover,
.woocommerce nav.woocommerce-pagination ul li a:hover,
.mt-btn-gradient:hover,
input[type="submit"]:hover,
button[type="submit"]:hover{
	color: #fff !important;
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fe4e55+0,fe8045+100 */
/*	background: #fe4e55; /* Old browsers */
    background: #0053b2 !important; /* Old browsers */
/*	background: -moz-linear-gradient(-45deg,  #fe4e55 0%, #fe8045 100%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(-45deg,  #fe4e55 0%,#fe8045 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(135deg,  #fe4e55 0%,#fe8045 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4e55', endColorstr='#fe8045',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.mt-theme-rating{
    color: #fff !important;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    background: #FFC201 !important;
}

.woocommerce-order-received li#menu-item-woo.overview a:before,
.btn-collection-theme:first-child,
#contact input[type="button"],
#modal-login .submit #user-submit-register.button,
#modal-login .submit #user-submit-forgotten.button,
#modal-login .submit #wp-submit.button,
header .navbar-default .navbar-toggle,
.mt-error-btn,
.cd-filter-trigger,
.cd-filter,
.search button[type="submit"].search-submit,
#advertising_opportunities .wpb_text_column .cost,
.closed,
.woocommerce .return-to-shop a.button.wc-backward,
a.button.wc-forward,
a.woocommerce-Button.button,
.woocommerce-checkout li#menu-item-woo.checkout a:before,
.woocommerce-cart li#menu-item-woo.cart a:before,
.woocommerce-checkout li#menu-item-woo.cart a:before,
.knowledge-list2 a.count-link,
.sidebar-content .widget_search .search-submit,
.woocommerce #review_form #respond .form-submit input,
body.woocommerce ul.products li.product .onsale,
.woocommerce ul.products li.product .button ,
.breadcrumb-buttons-section .button-winona.btn.btn-medium.btn-purchase,
.woocommerce button.button[type="submit"],
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce .widget_price_filter .ui-slider .ui-slider-range,
.sidebar-content .widget_search .search-submit,
.comment-edit-link, 
.comment-reply-link,
#apply_now .modal-header,
#commentform .form-submit input[type="submit"],
footer .mc4wp-form-fields input[type="submit"],
.header_mini_cart .button.wc-forward,
.modeltheme-pagination.pagination .nav-links .page-numbers.current,
.woocommerce nav.woocommerce-pagination ul li span.current,
.mt-btn-gradient,
#apply_now .wpcf7-submit,
input[type="submit"],
button[type="submit"]{
	color: #fff !important;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
    background: #006ce7 !important;
/*	background: #fe8045; /* Old browsers */
/*	background: -moz-linear-gradient(-45deg,  #fe8045 0%, #fe4e55 100%); /* FF3.6-15 */
/*	background: -webkit-linear-gradient(-45deg,  #fe8045 0%,#fe4e55 100%); /* Chrome10-25,Safari5.1-6 */
/*	background: linear-gradient(135deg,  #fe8045 0%,#fe4e55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
/*	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8045', endColorstr='#fe4e55',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}
.single-product.woocommerce span.onsale{
    color: #fff !important;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    background: #81B441; /* Old browsers */
}
/* GRADIENT BUTTON */
.mt-btn-gradient,
input[type="submit"],
button[type="submit"],
.header-button .mt-btn-gradient{
	color: white;
}
/* BOX SHADOW */
.btn-collection-theme,
#contact input[type="button"],
#snp-bld-step-1,
.home .first_section .white_card .wpb_wrapper,
nav.woocommerce-MyAccount-navigation ul > li,
.woocommerce-MyAccount-content,
.ml-content,
header .navbar-default .navbar-toggle,
.cd-select.cd-filters:after,
.cd-filter-trigger,
.cd-filter-block input[type=search],
.single-mt_portfolio .mt-theme-plugin-inner:hover,
.cd-filter,
#advertising_opportunities .wpb_text_column,
div#status #zabuto_calendar_,
.knowledge_content_search article,
.pros,
.cons,
div#status .working_days,
div#status .closed,
div#status .open,
div#program,
.contact-tabs .vc_tta-container,
#contact,
.woocommerce form.checkout_coupon,
.woocommerce .woocommerce-info ,
.woocommerce-message ,
.widget_product_search .search-field,
.sidebar-content form.search-form,
.related_blog_custom,
.comments-area .comment-respond,
.header_mini_cart .button.wc-forward,
.header_mini_cart.visible_cart,
.post-category-comment-date,
.single.single-post .article-header .article-details .wp-post-image,
.mt-single-blogpost .blog_custom,
body .sidebar-content-knowledge-left .textwidget,
.single-mt_changelog .main-content,
.mt-changelog-theme-details .mt-theme-image,
.mt-theme-sidebar-inner.mt-box,
.changelog-article,
.mt-single-docs .blog_custom,
.mt-box,
.mt-btn-gradient,
.mt-btn-white,
input[type="submit"],
#apply_now .wpcf7-submit,
button[type="submit"],
.mt-box-shadow{
	box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.mt-box{
	background: #ffffff;
}
/* ORANGE TEXT COLOR */
.mt-btn-white,
.mt-testimonials-stars{
	color: #FE8045 !important;
}
.mt-btn-gradient:hover svg{
	fill: #FE8045 !important;
}
/* WHITE BUTTON */
.mt-btn-white{
	background: white !important;
}
/* MARGIN BOTTOM FOR COLUMNS */
.mt-tgrid-col:not(:last-child){
	margin-bottom: 30px;
}
/* TOP BORDER RADIUS */
.mt-tgrid-image{
	border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}
/* H DEFAULT COLORS */
#modal-login, #modal-login h2, .ml-content a.ml-close-btn, #modal-login .forgetmenot-label,
.woocommerce ul.products li.product .archive-product-title a,
.mt-single-blogpost .post-name a,
h1,h2,h3,h4,h5,h6,
.mt-tgrid-price,
.mt-tgrid-name
{
	color: #454545;
}
/* PARAGRAPHS COLOUR S*/
.cd-filter-block select,
.header-breadcrumb-overlay,
.header-breadcrumb-overlay span[property="itemListElement"] > span,
.home .fist_section p,
.woocommerce ul.products li.product .price del,
.single.single-product .entry-summary del,
.product_meta > span ,
.single-product p,
.cd-tab-filter .filter a,
.mt-single-blogpost .post-excerpt,
.mt-single-blogpost .post-excerpt p, 
.single-mt_changelog .changelog_version span.date,
.changelog-article .changelog_title span.date,
.knowledge-list2 li.post_title:before,
.mt-tgrid-category a,
.mt-tgrid-category,
.mt-tgrid-category a:visited,
.mt-tgrid-sales,
.mt-light-paragraph-font,
::placeholder,
.mt-testimonials-theme{
	color: #666;
}
.cd-filter-block input[type="search"],
.search-on .cd-filter-block .cd-filter-content::before {
color: #7A7A7A;
}
.mt-docs-cont h4.post-name a,
p,
input[type="text"],
input[type="email"],
select,
textarea,
#navbar .navbar-nav .menu-item a{
	color: #606060;
}
/* BLUE FONT */
.btn-collection-theme:nth-child(2),
#additional-settings,
#additional-settings a,
#additional-settings a:hover,
.single article .article-content p a,
a,
body #navbar .menu-item:hover > a,
body #navbar .menu-item.current-menu-item > a,
.mt-tgrid-category a:hover,
.mt-testimonials-position,
body #navbar ul.nav ul.sub-menu li a:hover{
	color: #177EFF;
}
/* PARAGRAPH SIZES */
p{
	font-size: 16px !important;
	font-weight: 400 !important;
    line-height: 150% !important;
}
.mt-btn-border{
    color: #333;
}
/* HEADER */
.breadcrumb .active,
.breadcrumb {
    color: #999999 !important;
    font-weight: 600 !important;
}
body {
    background-image: url(/wp-content/uploads/2020/07/breadcrumbs-long-1.png) !important;
    background-color: transparent !important;
    background-size: cover !important;
    background-position-y: top !important;
    background-repeat: no-repeat !important;
}
/*HOMEPAGE*/
body.home {
	background-image: url("images/modeltheme-header.jpg") !important;
}
.home .first_section .smart_header h2,
.home .first_section .smart_header h2 span {
	font-size: 45px;
	line-height: 55px;
	color: #171717;
}
.home .first_section .white_card .wpb_wrapper {
	background-color: #fff;
	max-width: 500px;
	padding: 30px;
	margin-top: 20px;
}
.home .first_section .white_card .wpb_wrapper strong {
	color: #171717;
}
.home .first_section .white_card .wpb_wrapper img {
    margin-top: 14px;
    max-width: 340px;
}
.home .first_section_buttons .wpb_wrapper {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-top: 20px;
}
.home .first_section_buttons .wpb_wrapper > div:first-child {
	margin-bottom: 10px;
}
.home .first_section_buttons .mt-btn-large {
	margin-right: 20px; 
}
.home .first_section p {
	color: #999999 !important;
}
/* HEADER TITLE */
.header-title-breadcrumb-overlay {
    box-sizing: border-box;
    padding: 105px 0 0px;
    width: 100%;
}
.header-breadcrumb-overlay {
    box-sizing: border-box;
    padding: 20px 0 40px;
    width: 100%;
}
.header-breadcrumb-overlay span[property="itemListElement"] > span,
.header-breadcrumb-overlay span[property="itemListElement"] > a {
	font-size: 13px;
	line-height: 21px;
	font-weight: 500;
}
.header-breadcrumb-overlay span[property="itemListElement"] > span.current-item {
    font-weight: 400;
}
.header-breadcrumb-overlay a{
    color: #666 !important;
}
/* MENU */
#modeltheme-main-head #navbar .menu-item > a{
	text-transform: none;
	font-weight: 500;
	font-size: 16px;
	padding-left: 20px;
    padding-right: 20px;
}
.header-button a{
	margin-top: 27px;
	margin-right: 40px;
}
.menu-item.header-search{
	width: auto;
	padding: 0;
}
.menu-item .modeltheme-search-trigger,
.menu-item.shop_cart a,
li.login-button.menu-item a {
	padding: 0 !important;
	margin-top: 0px;
	padding-top: 40px !important;
	padding-bottom: 21px !important;
	cursor: pointer;
    width: auto;
    margin: 0;
}
li.login-button.menu-item ul.sub-menu a {
	padding: 10px !important;
}
.menu-item .modeltheme-search-trigger svg,
.menu-item.shop_cart a svg{
	height: 20px;
	width: auto;
}
.menu-item .modeltheme-search-trigger svg path,
.menu-item.shop_cart a svg path{
	transition: 0.3s ease all;
	-webkit-transition: 0.3s ease all;
}
.menu-item .modeltheme-search-trigger:hover svg path,
.menu-item.shop_cart a:hover svg path{
	fill: #177eff;
}
#modeltheme-main-head #navbar .menu-item.shop_cart a{
	background: transparent;
    border: 0;
    width: auto;
    height: auto;
    margin-top: 0px;
    line-height: 34px !important;
}
.shop_cart.menu-item,
.header-search.menu-item,
li.login-button.menu-item {
	margin-right: 20px;
}
.menu-item.header-search{
	margin-left: 10px;
}
.is_header_semitransparent .navbar-default .container{
	background: transparent !important;
}
#modeltheme-main-head.navbar{
	box-shadow: none;
    border-bottom: 1px solid #ddd;
}
/* THEMES GRID */
.mt-tgrid-title-category-group h3.mt-tgrid-title {
    font-size: 16px;
    line-height: 1.5;
}
h3.mt-tgrid-title {
    margin: 0;
}
.mt-tgrid-name{
	font-size: 16px;
	font-weight: 700;
	margin: 0;
	line-height: 19px;
}
.mt-tgrid-details{
	padding: 20px;
}
.mt-tgrid-category{
	font-weight: 400;
	font-size: 12px;
	margin-top: 5px;
	margin-bottom: 0px;
	text-transform: uppercase;
	line-height: 14px;
}
.mt-tgrid-category a{
	font-weight: 400;
	font-size: 12px;
	text-transform: uppercase;
	line-height: 14px;
}
.mt-tgrid-metas{
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.article-content .mt_tgrid_get_single_item_horizontal  .mt-tgrid-image{
    border-radius: 10px;
}
.article-content .mt_tgrid_get_single_item_horizontal  .mt-tgrid-details {
    padding-left: 0;
}
.article-content .mt_tgrid_get_single_item_horizontal img.theme_badge {
    left: 15px;
}
article.mt-tgrid-single.mt_tgrid_get_single_item_horizontal {
    background: #F3F8FE;
    padding-top: 15px;
    padding-bottom: 15px;
}
.mt-themes-list-view .mt-discount-percentage-bubble {
    right: 25px;
}
.article-content .mt-themes-list-view .mt_tgrid_get_single_item_horizontal .mt-tgrid-category {
    margin-top: 0px;
}
.mt-themes-list-view article.mt-tgrid-single.mt_tgrid_get_single_item_horizontal {
    margin-bottom: 30px;
}
.article-content .mt_tgrid_get_single_item_horizontal  .mt-tgrid-rightmetas {
    padding-top: 20px;
}
.article-content .mt_tgrid_get_single_item_horizontal  .mt-tgrid-category{
    margin-top: 15px;
}
.article-content .mt_tgrid_get_single_item_horizontal h3 {
    margin-top: 10px;
    font-size: 17px;
}
.mt_tgrid_get_single_item_horizontal .mt-tgrid-metas{
    margin-top: 10px;
    display: inherit;
}
.mt-tgrid-rightmetas{
	padding-top: 10px;
}
.mt-tgrid-price{
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	margin: 0;
}
.mt-tgrid-sales{
	font-weight: 400;
	font-size: 14px;
	line-height: 16px;
	margin-bottom: 0px;
}
.mt-tgrid-cart{
	margin-right: 6px;
/*    padding: 12px;*/
    vertical-align: middle;
}
.mt-tgrid-cart svg{
	width: 16px;
	height: 16px;
	vertical-align: top;
	margin-top: 4px;
}
.mt-tgrid-image{
	width: 100%;
}
:focus{
	outline: none;
}
.page-template-template-premium-themes .cd-main-content {
	margin: 0 100px;
}
.high-padding.page-main-content {
    padding-top: 30px;
}
/* MT SECTION TITLE */
.mt-section-title{
	margin: 0;
    font-size: 35px;
    line-height: 41px;
}
.mt-section-subtitle{
	margin: 0;
	line-height: 19px;
	font-weight: 300;
}
/*SINGLE PORTFOLIO PAGE*/
.single-mt_portfolio .header-breadcrumb-overlay {
    padding-top: 0px;
}
.single-mt_portfolio .mt-theme-main-container {
    padding-top: 60px;
}
.single-mt_portfolio .mt-portfolio-description-intro{
	margin-top: 15px;
}
.single-mt_portfolio .header-buttons.relative.text-center {
    padding-top: 0px;
    margin-top: 10px;
}
.single-mt_portfolio .mt-theme-tax-list a {
    border: 1px solid #E5E5E5;
    border-radius: 30px;
    padding: 5px 15px;
    display: inline-block;
    color: #606060;
    font-weight: normal;
    margin-top: 7px;
    transition: all .3s ease;
}
.single-mt_portfolio .mt-theme-plugin-inner {
    border: 1px solid #DDDDDD;
    border-radius: 10px;
    margin-top: 0px;
    margin-bottom: 10px;
    padding: 20px 10px;
}
.single-mt_portfolio .portfolio-description-img.mt-portfolio-img {
    padding-bottom: 0;
}
.single-mt_portfolio .mt-theme-plugin-inner a {
    color: #454545;
}
.single-mt_portfolio .portfolio-description-img {
	padding: 100px;
	position: relative;
}
.single-mt_portfolio .portfolio-description-content.portfolio-description-img {
    padding: 30px 100px 100px 100px;
    position: relative;
}
.single-mt_portfolio .portfolio-description-img p {
    margin-bottom: 20px;
    line-height: 160% !important;
}
.single-mt_portfolio .portfolio-description-img p:last-child {
    margin-bottom: 0;
}
.single-mt_portfolio .portfolio-description-img img.single-portofolio-badge {
	position: absolute;
	left: -1px;
	top: 40px;
}
.single-mt_portfolio .portfolio-description-inner {
	border: 1px solid #ddd;
}
.single-mt_portfolio .portfolio-description-inner{
	background: #F6F6F6;
}
.single-mt_portfolio .mt-theme-demos-holder {
    padding: 0 60px;
    padding-bottom: 40px;
}
.single-mt_portfolio .mt-single-theme-details-texts, 
.single-mt_portfolio .mt-single-theme-details-btns {
    padding: 0 !important;
}
.single-mt_portfolio .mt-single-buy-btn.mt-single-buy-btn-preview{
	margin-right: 0px !important;
}
.single-mt_portfolio .mt-single-theme-category {
    font-size: 11px !important;
    color: #898989;
    font-weight: 400 !important;
}
.single-mt_portfolio .portfolio-description.col-md-8 {
    padding-right: 40px;
}
.single-mt_portfolio .mt-theme-sidebar-inner.mt-box {
    padding: 30px;
}
.single-mt_portfolio .mt-theme-price bdi,
.single-mt_portfolio .mt-theme-price span,
.single-mt_portfolio .mt-theme-price {
    font-size: 30px;
    font-weight: bold;
}
.modeltheme-top-banner span.theme-price span,
.mt_tgrid_get_single_item_horizontal .mt-tgrid-leftmetas .no-margin > span,
.mt-tgrid-price > span,
.mt-theme-price > span {
    color: #39B86B;
    font-weight: bold;
}
.single-mt_portfolio .mt-theme-action-btns a:last-child{
	margin-bottom: 0px;
}
.single-mt_portfolio .mt-theme-action-btns a{
	margin-bottom: 10px;
	font-size: 17px;
}
.single-mt_portfolio .mt-theme-sidebar .mt-theme-features-list ul li:last-child{
	border-bottom: 0;
}
.single-mt_portfolio .mt-theme-sidebar .mt-theme-features-list ul li {
    border-bottom: 1px solid #DDDDDD;
    padding: 10px 0;
}
.single-mt_portfolio .mt-theme-sidebar .mt-theme-features-list ul {
    list-style: none;
    padding: 0;
    margin-top: 20px;
}
.single-mt_portfolio .mt-theme-sidebar.col-md-4 {
    padding: 0;
}
.single .single-post-tags > a:hover,
.mt-theme-tax-list a:hover {
    border-color: #177EFF;
}
/* TESTIMONIALS GRID */
.mt-testimonials-box {
    padding: 45px;
}
.mt-testimonials-content {
    line-height: 150% !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    margin-top: 20px;
}
.mt-testimonials-img-holder{
	display: inline-block;
    float: left;
    width: 50px;
    margin-right: 10px;
}
.mt-testimonials-img{
	width: 100%;
	height: auto;
}
.mt-testimonials-position{
	font-size: 16px;
    margin-bottom: 0px;
    line-height: 19px;
    padding-top: 5px;
    margin-top: 0px;
}
.testimonials-3 .wow.vc_col-md-4.relative.animated{
	margin-bottom: 30px;
}
.mt-testimonials-theme{
	font-weight: 300;
    font-size: 14px;
    line-height: 16px;
    margin-top: 5px;
}
.mt-testimonials-author{
	margin-top: 30px;
    border-top: 1px solid #DDDDDD;
    padding-top: 30px;
}
.mt-testimonials-stars{
	position: absolute;
    transform: translate(-20px,10px);
  background: -webkit-linear-gradient(-45deg,  #fe8045 0%,#fe4e55 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.mt-testimonials-stars i{
	margin-right: 4px;
}
.mt-bgrid-details{
	padding: 30px;
}
.mt-bgrid-title{
	font-size: 20px;
	margin-top: 0px;
}
.mt-bgrid-excerpt p{
	margin-bottom: 0;
}
.mt-bgrid-col{
	margin-bottom: 30px;
}
.mt-bgrid-image{
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}
/* MT DOCS LIST */
.mt-single-docs .post-details {
	display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}
.mt-single-docs .mt-docs-bg {
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 72px;
}
.mt-single-docs .single-doc-url {
	height: 40px;
}
.mt-single-docs .mt-docs-cont {
	flex-basis: calc(100% - 72px);
    min-height: 66.5px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.mt-single-docs  .mt-docs-cont h4.post-name {
	font-size: 14px;
    line-height: 16px;
    padding: 0 20px;
}
/* MT KNOWLEDGE */
.knowledge-list2 li.post_title a {
	font-weight: normal;
	font-size: 16px;
	line-height: 22px;
}
.knowledge-list2 li.post_title::before {
	margin-right: 5px;
}
.knowledge-list2 a.count-link {
	padding: 20px 45px;
}
.knowledge-list2 h3.heading {
	padding: 0 30px;
}
/* MT CHANGELOG */
.outer-changelog-entry ul li:not(:first-child) {
    position: relative;
    padding-top: 20px;
}
.outer-changelog-entry ul {
	list-style-type: none;
	padding: 0;
  border-top: 0 none;
  margin-bottom: 0;
}
.outer-changelog-entry,
.changelog-content > ul {
    padding: 45px;
    margin-bottom: 0;
    border-top: 1px solid #DDDDDD;
}
.changelog-article .changelog_title {
	padding: 21px 45px;
	margin: 0;
}
.changelog-article{
	background-color: #fff;
}
.changelog-article:not(:last-child) {
	margin-bottom: 40px;
}
.changelog-article .changelog_title span.date,
.single-mt_changelog .changelog_version span.date {
	float: right;
	line-height: 22px;
}
.tax-mt-changelog-category .main-content.col-md-8 {
	padding-right: 40px;
}
.mt-theme-sidebar.col-md-4 {
	padding: 0;
}
.mt-theme-sidebar-inner.mt-box {
	padding: 30px;
}
.mt-changelog-theme-details .mt-theme-image {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}
.mt-changelog-theme-details .mt-theme-price {
	font-size: 30px;
	font-weight: 600;
	line-height: 35px;
	color: #606060;
}
.mt-chengelog-details.row {
	margin-bottom: 30px;
	display: flex;
}
.mt-changelog-theme-details .mt-theme-price del{
	color: #999999;
	font-weight: 400;
}
.mt-chengelog-details .mt-theme-rating-stars .icon {
	height: 15px;
	width: 100%;
	vertical-align: middle;
	margin-right: -15px;
}
.mt-chengelog-details .mt-theme-rating-stars #main {
	height: 35px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: flex-end;
}
.mt-chengelog-details .mt-theme-rating-stars #main:before {
	content: " ";
    background: #ffffff;
    width: 30px;
    height: 35px;
    position: absolute;
    clip-path: polygon(0% 0%, 0% 100%, 100% 50%);
    left: 15px;
}
.mt-theme-rating-stars.col-md-6.col-xs-6 {
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
}
.mt-theme-rating {
  text-align: center;
	width: 72px;
    padding: 2px 13px;
    border-radius: 15px;
    font-size: 14px;
    font-weight: 500;
    background: -webkit-linear-gradient(left, #4AC0FE, #0060FF);
    background: -o-linear-gradient(right, #4AC0FE, #0060FF);
    background: -moz-linear-gradient(right, #4AC0FE, #0060FF);
    background: linear-gradient(to right, #4AC0FE, #0060FF); 
}
.mt-theme-rating i {
	padding-left: 5px;
}
.mt-changelog-theme-details .mt-theme-action-btns a:first-child {
	margin-bottom: 15px;
	transition: all 0.3s ease;
    font-size: 18px;
}
/* MT KNOWLEDGE SEARCH */
.knowledge_content_search article {
	background-color: #fff;
	padding: 45px;
}
.knowledge_content_search article:not(:last-child) {
    margin-bottom: 30px
}
.knowledge_content_search h3.post-name a i {
    position: relative;
    bottom: 1px;
    padding-right: 5px;
    color: #177EFF;
}
.knowledge_content_search a.more-link:hover {
    color: #177EFF;
}
.knowledge_content_search_title {
    margin-bottom: 30px;
}
/* MT SINGLE CHANGELOG */
.single-mt_changelog .main-content {
	background: #fff;
}
.single-mt_changelog .content-area {
  padding-top: 90px;
  padding-bottom: 90px;
}
@media only screen and (max-width: 1023px) {
  .single-mt_changelog .content-area {
      padding: 40px 0 !important;
      padding-top: 40px !important;
      padding-right: 0px !important;
      padding-bottom: 40px !important;
      padding-left: 0px !important;
  }
}
.mt-single-changelog .changelog_version {
    padding: 21px 45px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
@media only screen and (min-width: 992px) {
  .col-md-8.mt-single-changelog {
  	padding-right: 40px; 
  }
}
/* MT KNOWLEDGE CATEGORY */
.knowledge-accordion .accordion .link {
    cursor: pointer;
    display: block;
    padding: 15px 30px;
    color: #252525;
    font-size: 18px;
    font-weight: 600;
    position: relative;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-transform: capitalize;
}
.knowledge-accordion .accordion li:not(:first-child) {
    border-top: 1px solid #efefef;
}
.knowledge-accordion .accordion {
    width: 100%;
    padding: 0;
    list-style-type: none;
    margin: 0;
}
.knowledge-accordion .accordion li i.fa-chevron-right {
	background: #252525;
	-webkit-background-clip: text;
  	-webkit-text-fill-color: transparent;
}
.knowledge-accordion .submenu a {
    display: block;
    text-decoration: none;
    color: rgba(40, 43, 71, .7);
    padding: 10px 30px;
    font-weight: 400;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
body .sidebar-content-knowledge-left {
    padding-right: 40px !important
}
.tax-mt-listing-category2 a.more-link {
    font-size: 16px;
    color: #252525;
    font-weight: 500;
    width: fit-content;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease
}
.tax-mt-listing-category2 h3.post-name a {
    font-size: 20px;
    line-height: 23px;
    color: #151515;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -ms-transition: all 250ms ease
}
.knowledge-list-accordion {
    overflow: hidden;
    border-radius: 10px;
}
/* BLOG PAGE */
#s.search-field {
    background: #fff !important;
}
.mt-single-blogpost {
	padding: 15px;
}
.mt-single-blogpost .blog_custom {
	overflow: hidden;
}
.mt-single-blogpost .post-name {
	font-size: 20px;
    line-height: 23px;
    font-weight: bold;
    margin-bottom:10px;
    margin-top: 0;
}
.mt-single-blogpost .post-excerpt p,
.mt-single-blogpost .post-excerpt {
    font-size: 16px;
    line-height: 150%;
}
.container-fluid.mt-blog-archive {
  padding-top: 80px;
  padding-bottom: 80px;
}
.mt-blog-posts > .row {
	display: flex;
	flex-wrap: wrap;
}
.mt-single-blogpost .post-details-holder {
    padding: 30px;
}
.bold-trending-article {
    color: #2F8BFF;
    font-size: 30px !important;
    position: absolute;
    left: auto;
    top: 20px;
    background: #fff;
    display: block !important;
    line-height: 43px !important;
    height: 50px !important;
    width: 50px !important;
    text-align: center;
    border: 4px solid #2F8BFF;
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    border-radius: 50%;
    right: 20px !important;
}
/* PREMIUM THEMES */
.cd-tab-filter .filter a {
    font-size: 14px;
    line-height: 16px;
}
.cd-tab-filter .filter a:hover,
.cd-tab-filter .filter a.selected {
	border-color: #177EFF;
}
.cd-tab-filter .filter {
    margin-left: 15px;
	margin-bottom: 15px;
}
.cd-tab-filter .filter a {
    display: block;
    line-height: 16px;
    border-radius: 25px;
	padding: 10px 20px;
	border: 1px solid #999999;
	transition: all 0.3s ease;
}
.cd-filter-trigger {
	padding: 20px 25px !important;
	border-radius: 0px 10px 10px 0px;
	position: absolute;
	top: 0;
	right: 15px;
}
.cd-filter-trigger i.fa {
	font-size: 20px;
	line-height: 24px;
}
.cd-filter-content {
	position: relative;
	padding: 0; 
}
.cd-filter-block {
    margin-bottom: 15px;
}
.cd-filter .row:last-child .col-md-4 .cd-filter-block,
.cd-filter .row:last-child .col-md-4 .cd-select {
	margin-bottom: 0;
}
body .cd-tab-filter ul {
    transition: 250ms all ease;
    padding-left: 0px;
}
body .filter-is-visible.cd-tab-filter ul {
    padding-left: 0px;
}
.cd-filter-block input[type=search] {
	width: 100%;
	background-color: #fff;
	font-size: 20px;
	line-height: 23px;
	padding: 19px 30px 19px 60px;
}
.search-on .cd-filter-block .cd-filter-content {
	padding: 0 15px;
}
.search-on .cd-filter-block .cd-filter-content::before {
	font-family: FontAwesome;
    content: '\f002';
    display: block;
    position: absolute;
    top: 50%;
    left: 45px;
    width: 20px;
    height: 30px;
    font-size: 20px;
    transform: translateY(-50%);
}
.cd-select.cd-filters:after {
    font-family: FontAwesome;
    content: '\f107';
    color: #177EFF !important;
    background-color: #fff;
    border-radius: 100%;
    height: 54px;
    width: 54px;
    font-size: 30px;
    position: absolute;
    top: 27px;
    right: 1px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
}
.cd-filters {
	margin-bottom: 45px;
}
.cd-filter {
	margin-bottom: 0;
	margin-top: 15px;
}
.cd-select.cd-filters {
	margin-bottom: 0;
	position: relative;
}
.cd-tab-filter-wrapper .cd-filter-block {
	margin-bottom: 0;
}
.cd-gallery {
	padding-top: 0; 
	margin-top: 30px;
}
.cd-gallery .mt-tgrid-single {
	margin-bottom: 30px;
}
.iconfilter-shortcode .cd-gallery img {
	margin: 0;
}
.cd-filter-block input[type=text],
.cd-filter-block select {
	padding: 15px 25px;
}
img.theme_badge {
    position: absolute;
    width: 83px;
    top: 0;
    left: 0px;
    border-radius: 10px 0 0 0;
}
.cd-gallery img.theme_badge {
    left: 15px;
    z-index: 22;
}
/* HEADER SEARCH */
.modeltheme-main-search {
	display: none;
}
.modeltheme-main-search form {
    position: relative;
}
.modeltheme-main-search .modeltheme-search {
	max-width: 700px;
	margin: auto;
	display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    align-self: center;
}
.modeltheme-search > form {
    position: relative;
    width: 80%;
}
#search .modeltheme-search-trigger {
  color: #ffffff;
  line-height: 34px !important;
  width: 50px;
  padding-bottom: 8px;
  transition: all 250ms ease-in-out;
  -webkit-transition: all 250ms ease-in-out;
  text-align: center;
  font-size: 14px;
  margin: 0;
}
#search .modeltheme-search-trigger i.fa {
	font-size: 20px;
	vertical-align: middle;
}
#search .modeltheme-search-trigger svg {
	vertical-align: -webkit-baseline-middle;
	color: #ffffff;
}
.modeltheme-main-search.is-visible {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	flex-direction: row-reverse;
	
}
.modeltheme-cover-layer.search-form-visible {
	z-index: 201;
}
.modeltheme-main-search.is-visible .container {
	align-self: center;
}
.modeltheme-main-search input[type="search"] {
	font-size: 20px;
	background-color: transparent;
	padding-top: 17px;
	color: #ffffff;
	border: none;
	padding-bottom: 8px;
	width: auto;
}
#search .header_search {
    float: none;
}
#search .search_button {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
}
.modeltheme-main-search .row {
	max-width: 500px;
	margin: 0 auto;
    border-bottom: 2px solid #fff;
    display: flex;
    flex-wrap: wrap;
   	align-items: flex-end;
}
.modeltheme-main-search .close {
	position: absolute;
	margin-top: 40px;
	margin-right: 40px;
	color: #fff !important;
}
.modeltheme-main-search .close:hover {
	background-color: transparent !important;
}
.modeltheme-main-search .close::before,
.modeltheme-main-search .close::after {
	height: 30px !important;
}
.modeltheme-main-search .col-xs-10.col-md-10,
#search .search_button {
	padding: 0;
}
#search .modeltheme-search-trigger {
	text-align: right;
}
.modeltheme-main-search input[type="search"]::placeholder {
	color: rgba(255,255,255,0.6) !important;
}
.modeltheme-cover-layer {
	background: rgba(0, 0, 0, 0.8);
}
/* SEARCH PAGE */
body.search-results .col-md-12.main-content {
	padding: 0 !important;
}
/* SINGLE ARTICLE */
.sidebar-content .widget {
    float: left;
    padding-bottom: 20px;
    width: 100%;
    font-size: 16px;
}
.post-category-comment-date {
    margin: 0px 0 0;
    font-size: 13px;
    font-weight: 600;
    float: left;
}
.post-category-comment-date {
    text-transform: uppercase;
    padding: 12px 25px;
    border-radius: 20px;
    background: #fff;
    width: 100% !important;
    margin-top: 15px !important;
}
.article-details {
	position: relative;
}
.single .single-post-tags > a {
	border: 1px solid #E5E5E5;
    padding: 5px 15px;
    display: inline-block;
    color: #606060;
    font-weight: normal;
    margin-top: 7px;
    border-radius: 50px;
}
.single .single-post-tags > a {
	background-color: transparent !important;
}
.single-post-tags > span {
	font-size: 18px;
	line-height: 150%;
	font-weight: 600;
	margin-right: 10px;
}
.single-post-tags > a {
    border: 1px solid #ededed;
    color: #828282;
    font-weight: 300;
    line-height: 23px;
    padding: 4px 8px;
    text-transform: lowercase;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    border-radius: 5px;
    font-size: 15px;
}
.navigation.pagination {
    padding: 0 15px;
    margin: 20px 0 0 0 !important;
}
/* SHOP SORTING */
.woocommerce-ordering select {
	padding: 10px 25px;
}
.mt-portfolio-filters .woocommerce-ordering select {
    padding: 10px 45px 10px 20px;
}
.mt-portfolio-filters .woocommerce-ordering {
    width: auto;
}
.mt-portfolio-filters {
    margin-bottom: 20px;
}
.mt-portfolio-filters p {
    display: inline-block;
    margin-top: 10px;
}
/* RELATED POSTS */
.realted_posts_header {
	margin-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}
.related_blog_details .post-name a{
	transition: all 0.3s ease;
}
/* AUTHOR BIO */
.author-bio {
    border-radius: 0px;
    margin-top: 30px;
    overflow: hidden;
    padding: 20px 0;
    border-top: 1px solid #DDDDDD !important;
    border-bottom: 1px solid #DDDDDD !important;
}
.author-bio .published_by {
	color: #666666;
}
.author-bio .name {
	color: #454545;
	font-size: 20px;
	font-weight: 600;
	line-height: 23px;
}
.author-bio .email a,
.author-bio .email {
	color: #606060;
	font-weight: 300;
	padding-top: 5px;
}
/* COMENTS SECTION */
.comment-respond {
	padding: 30px;
	margin-top: 60px;
}
h3#reply-title {
	margin-top: 0;
	margin-bottom: 40px;
}
.form-comment label {
	font-size: 16px;
	font-weight: 600;
	line-height: 19px;
	color: #606060;
	width: 100%;
	margin-bottom: 10px;
}
.comment-form input#author, .comment-form input#email {
	border-radius: 25px;
}
.single article .article-content p a {
    position: relative;
    transition: all 250ms ease-in-out;
}
.comment-list.comments-area.theme_comments.comments .comment .comment-body {
	padding: 30px;
    border:  1px solid #ddd;
}
.comment-list a.url {
    color: #000;
}
.comment-list .comment.depth-10,
.comment-list .comment.depth-9,
.comment-list .comment.depth-8,
.comment-list .comment.depth-7,
.comment-list .comment.depth-6,
.comment-list .comment.depth-5,
.comment-list .comment.depth-4,
.comment-list .comment.depth-3,
.comment-list .comment.depth-2 { margin-left: 30px; margin-top: 30px;}
.single_comment {
    border-radius: 0px;
    border-bottom: 1px dashed rgb(235, 235, 235) !important;
    overflow: auto;
    padding-bottom: 20px !important;
    padding-top: 20px !important;
}
.comments-area .single_comment:last-child {
    border-bottom: 0 none !important;
    margin-bottom: 0;
    padding-bottom: 0 !important;
}
.comment-edit-link:hover, 
.comment-reply-link:hover,
.comment-edit-link:focus, 
.comment-reply-link:focus,
.comment-edit-link:visited, 
.comment-reply-link:visited {
    color: #65bc7b;
}
.comment-edit-link, 
.comment-reply-link {
    color: #ffffff;
    font-size: 13px;
    line-height: 15px;
    padding: 5px 15px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    border-radius: 30px;
    display: inline-block;
    font-weight: 700;
}
/* SIDEBAR SEARCH */
.sidebar-content .widget_search .search-submit {
    border: 0;
    outline: 0;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out 0s;
	padding: 15px 16px !important;
    text-align: right;
    position: absolute;
    right: 0;
}
.sidebar-content .widget_search .search-submit i {
	font-size: 20px;
}
.sidebar-content .widget_search label {
	width: 100%;
	margin-bottom: 0;
}
.sidebar-content form.search-form {
	position: relative;
}
.sidebar-content .widget_search label input {
    width: 100%;
    padding: 15px;
}
.post-category a.category {
	font-weight: 400 !important;
	text-transform: uppercase;
	font-size: 14px;
}
.widget_tikidocs_recent_entries_with_thumbnail .col-md-12 {
	padding: 0 !important;
}
/* CART ICON POPUP */
.woocommerce-mini-cart__empty-message {
	text-align: center;
}
.header_mini_cart {
    background: #ffffff;
    position: absolute;
    padding: 15px;
    opacity: 0;
    top: 150%;
    right: 15px;
    width: 350px;
    transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    visibility: hidden;
    z-index: 999;
}
.header_mini_cart.visible_cart {
    background: #ffffff;
    opacity: 1;
    padding: 15px;
    position: absolute;
    top: 100%;
    right: 15px;
    visibility: visible;
    transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
    box-shadow: 0px 5px 15px 4px rgba(0, 0, 0, 0.06);
}
.header_mini_cart .button.wc-forward {
    color: #ffffff;
    border-radius: 0px;
    transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	-webkit-transition: all 250ms ease;
}
.header_mini_cart .button.wc-forward,
.header_mini_cart .button.checkout {
    padding: 15px 25px;
    margin-right: 0 !important;
}
.header_mini_cart .button.wc-forward:hover {
	color: rgba(255,255,255,0.99) !important;
}
/* FOOTER */
a.footer_bottom_link {
	color: #177EFF !important; 
}
footer .mc4wp-form-fields input[type="submit"] {
    color: rgb(255, 255, 255);
    font-size: 14px !important;
    line-height: 150%;
    padding: 12px !important;
    border: 0;
    outline: 0;
    border-radius: 0;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    width: 45px;
    position: absolute;
    top: 0;
    right: -1px;
}
footer .mc4wp-form-fields input[type="email"] {
    background: rgba(255, 255,255, 1) none repeat scroll 0 0;
    border: 0;
    color: #252525;
    font-size: 14px;
    line-height: 150%;
    padding: 12px 25px;
    outline: 0;
    border-radius: 0;
    font-weight: 400;
    width: 100%;
    background-color: #F5F5F5;
}
footer .social-links i {
    font-size: 25px;
    line-height: 25px;
    margin: 0;
}
footer .social-links a:hover i {
    color: #177EFF !important;
}
.single-tweet.item a.pull-left {
	margin-top: 20px;
}
.big-twitter-logo {
    position: absolute;
    top: 10%;
    font-size: 200px !important;
    color: rgba(0, 0, 0, 0.06);
    width: 100%;
    text-align: center;
}
footer .widget_recent_comments li::before,
footer .widget_pages li::before,
footer .widget_meta li::before,
footer .widget_categories li::before,
footer .widget_archive li::before,
footer .widget_nav_menu li::before,
footer .widget_recent_entries li::before {
    content: "\f101";
    font-family: 'fontawesome';
    left: 0;
    margin-right: 8px;
    position: absolute;
    font-size: 16px;
}
footer .footer-top .menu .menu-item a {
    margin-left: 0px;
    font-size: 16px;
    line-height: 25px;
    color: #606060;
    opacity: 1;
    font-weight: 400;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.footer-top h1.widget-title, 
.footer-top .widget-title {
    font-weight: 600;
    margin: 5px 0;
}
footer .footer-above .col-md-12.col-xs-12 {
	display: flex;
	flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: row;
}
footer .footer-above {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	height: 150px;
	background-color: #F6F8FB;
}
/* SHOP */
select.orderby {
	background-color: #ffffff;
}
.woocommerce ul.products.columns-3 li.product, .woocommerce-page ul.products.columns-3 li.product {
    width: 31.1%;
}
@media (min-width: 960px) {
	.woocommerce ul.products.columns-3 li.product:nth-child(4n+3),
	 .woocommerce-page ul.products.columns-3 li.product:nth-child(4n+3) {
		margin-right: 0;
	}
}
.product .custom_inner_class {
	box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 10px 10px 25px rgba(0, 0, 0, 0.1);
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	margin: 0 30px 30px 0;
}
.woocommerce .widget_price_filter .price_slider_amount {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}
.widget_product_search .search-field {
	width: 100%;
	border: 0;	
	padding: 10px 15px;
}
form.woocommerce-product-search {
	position: relative;
}
form.woocommerce-product-search button {
	position: absolute;
	right: 0;
	padding: 10px 15px !important; 
	line-height: 22.5px !important;
	box-shadow: none;
}
.widget-title, h2.heading-bottom {
    margin-top: 25px;
    padding-bottom: 0px;
    margin-bottom: 25px;
    position: relative;
    font-weight: bold;
}
.widget_product_categories ul {
	padding-left: 0 !important;
}
.widget_product_categories ul li {
	list-style: none;
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-child(3) {
	background-color: #fe4e55 !important; 
}
.woocommerce .widget_price_filter .ui-slider .ui-slider-handle:nth-child(2) {
	background-color: #fe8045 !important; 
}
.breadcrumb-buttons-section .button-winona.btn.btn-medium.btn-purchase,
.woocommerce button.button[type="submit"],
.woocommerce a.button.alt {
    color: #ffffff;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    text-align: center;
    font-size: 14px;
    padding: 20px 50px;
    font-weight: 700;
    letter-spacing: .5px;
}
.woocommerce button.button[type="submit"]:hover {
	color: #fff !important;
}
.woocommerce ul.products li.product .archive-product-title {
    text-align: left;
    padding-bottom: 5px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
.woocommerce ul.products li.product .mt-vat-exluded {
    padding: 0 30px;
    opacity: 0.6;
    font-size: 14px !important;
    margin: 0;
}
.woocommerce ul.products li.product .price {
    font-size: 16px;
    font-weight: 500;
    text-align: left;
    padding: 0 30px;
    margin-bottom: 0;
}
.price span.amount {
    color: #CFCFCF;
}
.woocommerce ul.products li.product .price ins {
	text-decoration: none;
}
.woocommerce ul.products li.product .button {
    margin: 20px 30px 30px 30px;
    color: #fff;
    padding: 13px 30px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    text-transform: none;
	font-size: 16px;
	font-weight: 500;
	line-height: 19px;
}
.custom_inner_class {
    text-align: left;
}
.woocommerce ul.products.columns-4 {
	display: flex;
	flex-wrap: wrap;
}
/* SHOP PAGINATION */
.woocommerce nav.woocommerce-pagination ul li,
.woocommerce nav.woocommerce-pagination ul {
	border: 0;
}
.woocommerce nav.woocommerce-pagination ul li a, 
.woocommerce nav.woocommerce-pagination ul li span {
    /*background: #fff !important;*/
    color: #252525 !important;
    padding: 10px 20px !important;
    margin: 5px;
    line-height: 1.42857;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid #ddd;
    border-radius: 5px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
/* SINGLE PRODUCT */

.woocommerce span.onsale {
    top: 20px !important;
    right: 20px !important;
    font-weight: bold;
    background: #65bc7b;
}
.woocommerce-tabs h2 {
    margin-bottom: 20px;
    display: none;
}
.single.single-product .entry-summary .woocommerce-Price-amount.amount {
	font-size: 30px;
}
.single.single-product .entry-summary del .woocommerce-Price-amount.amount {
	font-weight: 400;
}
.single.single-product .entry-summary del,
.single.single-product .entry-summary ins {
	line-height: 150%;
	font-size: 30px;
}
.woocommerce-product-details__short-description p {
	margin-bottom: 0px;
	padding-bottom: 20px;
	position: relative;
    font-weight: 400 !important;
}
p.mt-price-vat {
    color: #888;
}
.woocommerce-product-details__short-description p:last-child:after {
	content: "";
	width: 150px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: #DDDDDD;
}
.woocommerce div.product p.price ins, .woocommerce div.product span.price ins {
	text-decoration: none;
}
.woocommerce .product-thumbnails span.onsale {
    top: 20px !important;
    right: 35px !important;
    left: auto !important;
    font-weight: bold;
}
.woocommerce #content div.product div.summary,
.woocommerce div.product div.summary,
.woocommerce-page #content div.product div.summary,
.woocommerce-page div.product div.summary {
    width: 56%;
}
.woocommerce div.product div.images .woocommerce-product-gallery__image--placeholder{
    border: 1px solid #ddd;
}
.woocommerce .single_add_to_cart_button.button.alt[type="submit"] {
    color: #ffffff;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: .5px;
    height: 100%;
}
.product_meta > span {
    display: block;
    margin-bottom: 7px;
}
.product_meta > span a,
.product_meta span.sku {
    font-weight: 500;
    color: #606060;
}
.product_meta > span a:hover {
    opacity: .9;
}
.single.single-product .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_compatible-with:last-child {
    border-bottom: none!important;
}

.related.products ul.products li.product .price {
    font-weight: bold;
    text-align: left;
    padding-top: 0;
    
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.single.single-product .woocommerce-Price-amount.amount {
    font-size: 16px;
}
.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
	width: 22.5%;
}
.related.products {
	margin-bottom: 80px; 
}
.woocommerce div.product .woocommerce-tabs .panel {
	margin-bottom: 50px;
}
.quantity input::-webkit-outer-spin-button,
.quantity input::-webkit-inner-spin-button {
    display: none;
    margin: 0;
}
.quantity input.qty {
	appearance: textfield;
	-webkit-appearance: none;
	-moz-appearance: textfield;
}
div.quantity {
	position: relative;
}
.quantity .qty {
    background: transparent;
    height: 48px !important;
    width: 65px !important;
}
input.qty_button {
    position: absolute;
    border-radius: 30px;
    box-shadow: none !important;
    border: 0;
    background-color: transparent;
}
input.qty_button.minus {
    left: 5px;
    top: 50%;
    transform: translateY(-50%);
}
input.qty_button.plus {
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
.woocommerce div.product form.cart div.quantity {
    float: left;
    margin: 0 15px 0 0;
}
/* CART */
a.button.wc-forward,
.woocommerce .return-to-shop a.button.wc-backward {
	padding: 16px 30px;
	font-size: 14px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	background-color: #fff;
}
.woocommerce-message,
.woocommerce-Message {
    border-top: 0;
    line-height: 51px;
}
.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	background-color:transparent 
}
.woocommerce-cart li.header-button,
.woocommerce-checkout li.header-button {
    float: right !important;
}
.woocommerce-cart .quantity .qty {
	border: 1px solid #177EFF;
	color: #177EFF;
}
.woocommerce a.checkout-button.button.alt.wc-forward {
	padding: 16px 30px;
}
/* CHECKOUT */
.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: 0;
	opacity: 1;
	background-color: #ffffff;
}
#coupon_code {
    height: 46px;
    padding: 15px;
    border: 1px solid rgba(130,130,130,0.5);
}
.woocommerce .woocommerce-info {
    border-top: 0;
}
.woocommerce-info::before, a.showcoupon {
    color: #177EFF;
}
#add_payment_method #payment ul.payment_methods,
.woocommerce-cart #payment ul.payment_methods,
.woocommerce-checkout #payment ul.payment_methods {
	border-bottom: 0;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #FE5D50;
}
.select2-container--default .select2-results__option[aria-selected="true"] {
    background-color: #FE5D50;
    font-size: 14px;
}
li#menu-item-woo a {
	font-size: 14px;
	color: #828282;
}
.woocommerce-cart li#menu-item-woo.cart a:before,
.woocommerce-checkout li#menu-item-woo.cart a:before,
.woocommerce-cart li#menu-item-woo.checkout a:before,
.woocommerce-checkout li#menu-item-woo.checkout a:before,
.woocommerce-cart li#menu-item-woo.overview a:before,
.woocommerce-checkout li#menu-item-woo.overview a:before {
	border: 2px solid #828282;
	width: 30px;
    height: 30px;
    line-height: 30px;
    margin-left: 50%;
    transform: translateX(-50%);
    background-color: #fff;
}
.woocommerce-cart .menu li#separator-woo,
.woocommerce-checkout .menu li#separator-woo {
    width: 25%;
    border: 0.5px solid #828282;
    top: 39.5px;
    margin-left: -40px;
    margin-right: -40px;
}
.woocommerce-cart .header2 .menu.nav-effect.nav-menu,
.woocommerce-checkout .header2 .menu.nav-effect.nav-menu {
    width: 69.5%;
}
/* MY ACCOUNT */
nav.woocommerce-MyAccount-navigation li {
	background-color: #ffffff;
}
nav.woocommerce-MyAccount-navigation ul li:last-child {
	border-bottom: 0;
}
.woocommerce-message::before,
.woocommerce-error:before {
    color: #177EFF !important;
}
.woocommerce-error {
	border-top-color: #177EFF;
}
.woocommerce-MyAccount-navigation-link svg {
    fill: #606060;
    margin-right: 15px;
    transition: fill 0.3s ease;
    -webkit-transition: fill 0.3s ease;
}
.woocommerce-MyAccount-navigation-link:hover svg,
nav.woocommerce-MyAccount-navigation ul > li.is-active svg {
	fill: #fff;
}
.woocommerce-MyAccount-navigation-link a {
	color: #606060 !important;
	transition: color 0.3s ease;
    -webkit-transition: color 0.3s ease;
} 
.woocommerce-MyAccount-navigation-link:hover a,
nav.woocommerce-MyAccount-navigation ul > li.is-active a {
	color: #fff !important;
    text-decoration: none;
} 
.woocommerce-MyAccount-navigation-link a i {
    font-size: 23px;
    margin-right: 10px;
    position: relative;
    top: 2px;
}
nav.woocommerce-MyAccount-navigation ul > li:first-child {
    margin-top: 0;
}
.mt-customization-gif {
    margin-bottom: 30px;
    display: block;
}
nav.woocommerce-MyAccount-navigation ul > li {
	display: flex !important;
	flex-basis: calc(16.66% - 30px) !important;
	font-size: 16px !important;
	line-height: 18px !important;
	margin: 10px 0;
	padding: 0 !important;
}
nav.woocommerce-MyAccount-navigation ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fe4e55 !important; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fe4e55 0%, #fe8045 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fe4e55 0%,#fe8045 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fe4e55 0%,#fe8045 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4e55', endColorstr='#fe8045',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
	z-index: 2;
	opacity: 0;
	transition: all 0.3s ease;
}
nav.woocommerce-MyAccount-navigation ul > li:hover:before,
nav.woocommerce-MyAccount-navigation ul > li.is-active:before {
	opacity: 1;
}
nav.woocommerce-MyAccount-navigation ul > li > a {
	z-index: 3;
	padding: 20px 30px;
	line-height: 20px;
    text-align: left;
    width: 100%;
    font-weight: 400;
}
#modeltheme-main-head #navbar .woocommerce-MyAccount-navigation-link a {
    padding: 10px 0 !important;
    font-weight: 400 !important;
    font-size: 14px;
}
#navbar .woocommerce-MyAccount-navigation.mt-woocommerce-account-tabs.sub-menu {
    right: 0;
    left: auto;
}
body.header2 #modeltheme-main-head #navbar .nav-menu .mt-woocommerce-account-tabs .menu-item:hover > a {
    opacity: 1 !important;
    color: #000 !important;
}
#modeltheme-main-head #navbar .woocommerce-MyAccount-navigation-link a i {
    font-size: 16px;
}
nav.woocommerce-MyAccount-navigation ul > li svg {
	height: 20px;
	width: auto;
}
.woocommerce-MyAccount-content {
	padding: 45px;
}
.woocommerce-MyAccount-content .woocommerce-info {
	box-shadow: none !important;
	border: 1px solid #adadad;
	margin-bottom: 0px;
}
.woocommerce-error, .woocommerce-info, .woocommerce-message {
	padding: 15px 20px 15px 50px;
}
/* CONTACT */
#contact .vc_tta-tabs-container {
	overflow: visible;
}
#contact .vc_tta-tabs-list {
	overflow: visible;
}
#contact li.vc_tta-tab {
	margin: 0 15px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
#contact li.vc_tta-tab a {
	border: 0 !important;
}
#contact li.vc_tta-tab span {
	z-index: 3;
	position: relative;
}
#contact li.vc_tta-tab a:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fe4e55 !important; /* Old browsers */
	background: -moz-linear-gradient(-45deg,  #fe4e55 0%, #fe8045 100%) !important; /* FF3.6-15 */
	background: -webkit-linear-gradient(-45deg,  #fe4e55 0%,#fe8045 100%) !important; /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(135deg,  #fe4e55 0%,#fe8045 100%) !important; /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4e55', endColorstr='#fe8045',GradientType=1 ) !important; /* IE6-9 fallback on horizontal gradient */
	z-index: 2;
	opacity: 0;
	transition: all 0.3s ease;
}
#contact li.vc_tta-tab a:hover {
	color: #fff;
}
#contact li.vc_tta-tab a:hover::before{
	opacity: 1;
} 
#contact .contact-tikidocs .row {
	margin-bottom: 30px;
}
#contact .row:last-child {
	transform: translateY(25px);
	margin-bottom: 0;
}
.contact-tabs .vc_tta-container {
    background: #FFFFFF;
    padding: 30px;
    padding-bottom: 0;
}
.contact-tabs .vc_tta-panel-body {
	overflow: visible !important;
	padding:60px 30px 10px 30px !important;
}
.tikidocs-contact label span,
div.wpcf7-response-output {
    font-weight: 500;
    color: #252525 !important;
    margin: 50px 0;
}
div#contact {
  background-color: #ffffff;
}
div#contact input[type="button"] {
	margin: 0 auto;
}
/* SUPPORT */
.mt-knowledge-search button#searchsubmit {
	width: 60px;
	height: 60px;
	padding: 0 !important;
}
div#datafetch .search-result li::before,
#knowlegebase_support .knowledge-list2 li.post_title:before {
	color: #FE634F;
}
#knowlegebase_support .knowledge-list2 a.count-link,
#knowlegebase_support .knowledge-list2 h3.heading {
	display: none;
}
#knowlegebase_support .knowledge-list2 {
	box-shadow: none !important;
}
#knowlegebase_support .knowledge-list2 .heading-submenu {
	background-color: transparent !important; 
}
#knowlegebase_support .knowledge-list2 ul.submenu {
	display: flex;
	flex-wrap: wrap;
}
#knowlegebase_support .knowledge-list2 li.post_title {
	width: calc(50% - 15px);
	margin: 15px;
	margin-left: 0;
	box-sizing: border-box;
	border: 1px solid #DDDDDD;
	padding: 20px;
    margin-bottom: 0;
}
#knowlegebase_support .knowledge-list2 li.post_title a {
	color: #454545;
	font-weight: 600;
}
#knowlegebase_support .knowledge-list2 li.post_title:nth-child(2n) {
	margin-right: 0;
}
div#program {
	background-color: #fff;
	padding: 30px;
}
div#program .program {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-bottom: 30px;
}
div#program .program:last-child {
	margin-bottom: 0;
}
div#program .program > div:first-child {
	margin-right: 15px;
}
div#status .open {
	border-radius: 35px;
    padding: 20px 30px;
    background: linear-gradient(90.44deg, #68A357 0%, #5F9D4D 100%), linear-gradient(97.38deg, #FE8045 0%, #FE4E55 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
div#status .open img,
div#status .closed img {
	margin-right: 15px;
	height: 35px;
	width: auto;
}
#status h2 {
	margin-top: 0 !important;
}
div#status .open span {
	color: #fff;
}
div#status .closed {
	border-radius: 35px;
	padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    position: relative;
}
div#status .working_days {
	border-radius: 35px;
    padding: 0 30px;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
div#status .working_days:hover #zabuto_calendar_ {
	visibility: visible;
	opacity: 1;
}
div#status .work_hours_under {
	margin-top: 20px;
}
div#status #zabuto_calendar_ {
	position: absolute;
    top: 105px;
    right: -80px;
    visibility: hidden;
    opacity: 0;
    transition: all 0.3s ease;
    background-color: #fff;
    border-radius: 10px;
    padding: 23px;
}
div.zabuto_calendar .table tr:last-child {
	border: 0 !important;
}
.zabuto_calendar table {
	overflow: hidden;
	font-size: 15px;
	line-height: 18px;
	border: 0 !important;
}
div.zabuto_calendar .table tr td.event div.day,
div.zabuto_calendar ul.legend li.event,
div.zabuto_calendar .badge-event,
div.zabuto_calendar div.legend span.badge-event {
    background-color: #fff !important;
   	color: #BABABA !important;
}
div#status {
	overflow: visible;
}
div.zabuto_calendar .table tr.calendar-dow-header th {
    background-color: #fff !important;
    font-weight: 500 !important;
}
.zabuto_calendar .table>thead>tr>th,
.zabuto_calendar .table>tbody>tr>th,
.zabuto_calendar .table>tbody>tr>td,
.zabuto_calendar .table>tfoot>tr>td {
	border: 0;
	padding: 7px !important;
}
div.zabuto_calendar .table tr.calendar-dow td div.day {
	padding: 0 !important;
	color: #454545;
}
div.zabuto_calendar .table tr.calendar-dow td:nth-last-of-type(-n+2) div.day {
	color: #BABABA;
}
/* HOSTING */
.hosting {
	overflow: hidden;
}
.hosting_row {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hosting_row .vc_col-sm-6 {
	width: 47% !important;
}
.hosting_row h2 {
	margin-top: 0 !important;
}
.pros,
.cons {
	background-color: #fff;
	padding: 20px;
	background-position: bottom right !important;
    background-size: 50% !important;
    background-repeat: no-repeat; 
}
.pros h4,
.cons h4 {
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-top: 0;
}
.pros ul,
.cons ul {
	padding-left: 0px;
}
.pros ul li,
.cons ul li {
	margin-bottom: 10px;
	list-style: none;
	position: relative;
	font-size: 14px;
}
.pros ul li:before {
	font-family:  "FontAwesome"; font-weight: 900; content: "\f00c";
	color: #1DB82D;
	background: transparent !important;
	margin-right: 6px;
}
.cons ul li:before {
	font-family:  "FontAwesome"; font-weight: 900; content: "\f00d";
	color: #CF2929;
	margin-right: 6px;
	background-color: transparent !important;
}
/* SINGLE PORTOFOLIO DETAILS */
.mt-theme-features-list .icon {
    height: 15px;
    width: 85px;
    vertical-align: middle;
}
.mt-theme-features-list #main {
    width: min-content;
}
.single-mt_portfolio .mt-theme-sidebar .mt-theme-features-list ul li {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.single-mt_portfolio .mt-theme-sidebar .mt-theme-features-list ul li span a,
.single-mt_portfolio .mt-theme-sidebar .mt-theme-features-list ul li span {
	color: #606060;
}
.single-mt_portfolio .mt_related_portofolio {
	background-color: #F6F8FB;
	padding: 50px 0;
}
.single-mt_portfolio .high-padding {
	padding-bottom: 70px;
}
.single-mt_portfolio .mt-theme-tags, 
.single-mt_portfolio .mt-theme-plugins {
	padding-top: 40px;
}
.single-mt_portfolio .mt-theme-shortcodes {
	padding-top: 10px;
}
.mt_related_portofolio div > h3 {
	margin-bottom: 20px;
}
/* MT PORTOFOLIO TAXONOMIES */ 
.portfolio-posts-list2 {
	/*display: flex;*/
	/*flex-wrap: wrap;*/
	/*justify-content: flex-start;*/
	/*align-items: flex-start;*/
}
/* MT PORTOFOLIO PLUGINS TAXONOMI */
.mt-theme-plugin-inner img {
	margin-bottom: 7px;
	max-height: 50px;
    width: auto;
}
.mt-theme-plugin-inner {
	filter: grayscale(100%);
	transition: all 0.3s ease;
	box-sizing: border-box;
}
.mt-theme-plugin-inner:hover {
	filter: grayscale(0%) brightness(100%);
	/*border: 0;*/
}
.mt-single-plugin-col {
    padding-left: 5px !important;
    padding-right: 5px !important;
}
.mt-single-plugin-row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}
/* ADVERTISING OPPORTUNITIES */
#advertising_opportunities .wpb_text_column {
	background-color: #fff;
	padding: 45px;
	margin: 30px 0;
	position: relative;
	overflow: hidden;
}
.mt-btm-example {
	border: 1px solid #177EFF;
	color: #177EFF !important;
	margin-right: 10px;
}
#advertising_opportunities .wpb_text_column .cost {
	position: absolute;
	top: -43px;
    right: -40px;
    padding: 60px 60px 30px 35px;
    border-radius: 100%;
    text-align: right;
    font-size: 20px;
    width: 175px;
    height: 165px;
}
#advertising_opportunities .wpb_text_column .cost .custom_price {
	font-size: 18px;
	line-height: 21px;
}
#advertising_opportunities .wpb_text_column img {
	margin-bottom: 5px;
	margin-top: 0;
}
#advertising_opportunities .wpb_text_column h3 {
	font-size: 20px;
	line-height: 23px;
}
#advertising_opportunities .wpb_text_column .buttons {
	margin-top: 35px;
}
/* SEARCH PAGE */
.search button[type="submit"].search-submit {
	padding: 16px 19px !important;
}
.search .search-field {
	height: 51px;
}
.search .high-padding {
	padding-bottom: 0 !important;
}
.search .main-content {
	padding-bottom: 90px;
}
/* LOGIN PAGE */ 
#post-7774 .entry-content .woocommerce {
	background-color: transparent;
	padding: 0px;
}
#post-7774 .entry-content .woocommerce form.login,
#post-7774 .entry-content .woocommerce form.register {
	padding: 0;
	margin: 0;
}

#post-7774 .entry-content .woocommerce form .form-row {
    padding: 0;
    margin: 0 0 30px;
}
#post-7774 .entry-content .woocommerce form .form-row:last-child {
	 margin: 0;
}
.mdp-lottier-player {
	width: 100%;
}
h2.mt-theme-demos-holder-title {
	padding-left: 15px;
}
.navbar-default .navbar-toggle {
	border: 0 !important;
}
.navbar-toggle .icon-bar {
	width: 25px !important; 
}
/*LOGIN POPUP*/ 
.ml-content {
    background-color: #fff;
}
#login input[type="password"], #login input[type="text"],
#modal-login input[type="text"], #modal-login input[type="password"] {
	background: #f8f8f8;
    border: 1px solid #ECECEC;
    text-align: left !important;
    padding-left: 20px !important;
    padding-right: 20px !important;
}
.mt-customization-button .mt-help-tip {
    height: 20px;
    width: 20px;
    font-size: 11px;
    line-height: 23px;
}
.mt-customization-button .mt-help-tip:hover p {
    top: 44px;
}
a.mt-single-portofolio-above-title-botton.mt-btn-small.mt-customization-button {
    padding-top: 5px;
    padding-bottom: 5px;
}
a.mt-single-portofolio-above-title-botton.mt-btn-small:last-child {
    margin-left: 0;
}
a.mt-single-portofolio-above-title-botton.mt-btn-small {
	border: 1px solid #cccaca;
    margin: 0 5px;
	color: #606060;
	transition: all 0.3s ease;
	background-color: #fff !important;
	font-weight: 400;
    display: inline-block;
}
a.mt-single-portofolio-above-title-botton.mt-btn-small:hover {
	background-color: #fff !important;
	border-color: #177EFF;
	color: #177EFF;
}
.header-buttons.relative.text-center {
	padding-top: 105px;
}
.single-mt_portfolio .header-title-breadcrumb-overlay {
	padding-top: 0 !important;
}
.mlfirst, .mllast, .mluser, .mlpsw, .mlemail, .mlregpsw, .mlregpswconf, .mlforgt {
    padding-bottom: 15px;
}
#modal-login #forgetmenot {
	margin-bottom: 15px;
}
#additional-settings {
	margin-top: 15px;
}
#modal-login #forgotten .submit {
	margin-top: 0;
}
body #additional-settings {
    color: #afafaf;
}
.woocommerce-order-received li#menu-item-woo.overview a:before,
.woocommerce-checkout li#menu-item-woo.checkout a:before,
.woocommerce-checkout li#menu-item-woo.cart a:before,
.woocommerce-cart li#menu-item-woo.cart a:before,
.woocommerce-overview li#menu-item-woo.overview a:before {
	border: 2px solid #FE664D;
}
.cd-gallery ul {
	text-align: left !important;
}
/* RESPONSIVE */
@media only screen and (max-width: 1023px) {
    .single-mt_portfolio .header-buttons.relative.text-center {
        padding-bottom: 0;
    }
    .single-mt_portfolio .portfolio_discount_banner {
        margin-bottom: 15px;
    }
	.woocommerce-cart .header2 .menu.nav-effect.nav-menu li,
	.woocommerce-checkout .header2 .menu.nav-effect.nav-menu li {
		display: inline-block;
	}
	.woocommerce-cart .menu li#separator-woo, .woocommerce-checkout .menu li#separator-woo {
		top: -38.5px;
	}
	body.woocommerce-cart header.header2 .navbar-header .logo,
	body.woocommerce-checkout header.header2 .navbar-header .logo {
		text-align: center !important;
	}
	footer {
    	padding: 0 !important;
    	overflow: hidden;
	}	
	footer .footer-top,
	.footer-div-parent {
		padding: 0 15px;
	}
	footer .footer-above {
	    height: unset; 
	}
	footer .footer-above img {
		margin: 15px 25px;
        scroll-snap-align: center;
        display: inline-block !important;
        float: none !important;
        white-space: normal;
	}
    footer .footer-above img:first-of-type {
        margin-left: 0 !important;
    }
    footer .footer-above img:last-of-type {
        margin-right: 0 !important;
    }
	footer .footer-above .col-md-12.col-xs-12 {
	    overflow-x: scroll;
        scroll-snap-type: x mandatory;
        white-space: nowrap;
        display: block;
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.home .first_section {
	    margin-top: 225px !important;
	    margin-bottom: 120px !important;
	    display: flex;
	    flex-wrap: wrap;
	    align-items: center;
	}
	h2.vc_custom_heading {
		font-size: 30px !important;
	    line-height: 35px !important;
	}
	.mt-section-title {
	    margin: 0;
	    font-size: 30px;
	    line-height: 35px;
	}
	.footer-row-1 {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}
	footer p.copyright {
        padding: 0 !important;
    }
   .navbar-default .navbar-toggle:hover .icon-bar {
   	background-color: #fff;
   }
   .single-mt_portfolio .portfolio-description.col-md-8 {
	    padding-right: 15px;
	}
    .single-mt_portfolio .portfolio-description-img.mt-portfolio-img {
        padding-bottom: 30px;
    }
    .single-mt_portfolio .portfolio-description-img {
        padding: 30px;
    }
    .single-mt_portfolio .portfolio-description-content.portfolio-description-img {
        padding: 0 30px;
    }
	.high-padding {
	    padding: 40px 0 !important;
	}
	.page-template-template-premium-themes .cd-main-content {
	    margin: 0;
	}
	ul.cd-filters li.placeholder {
		display: none;
	}
	ul.cd-filters li {
		list-style: none;
	}
	ul.cd-filters{
		display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    margin-bottom: 0 !important;
	}
	.cd-filter {
    margin-top: 15px;
    margin-bottom: 0;
	}
	.cd-filter .row:last-child .col-md-4 .cd-filter-block,
	.cd-filter .row:last-child .col-md-4 .cd-select {
	    margin-bottom: 30px;
	}
	div.cd-filter > form > div:nth-child(2) > div:nth-child(3) > div,
	div.cd-filter > form > div:nth-child(2) > div:nth-child(3) > div .cd-select {
		margin-bottom: 0 !important;
	}
	.cd-gallery {
		padding-top: 0;
	}
	.modeltheme-pagination-holder.col-md-12 {
	    padding: 0;
	}
	.pagination .page-numbers {
		padding: 7px 15px !important;
	}
	h1.section-title.dark_title.kb-title {
		display: none;
	}
	.header-button a {
		margin-top: 0px !important;
    	margin-right: 30px !important;
    	margin-left: 30px !important;
	}
	.tax-mt-listing-category2 div.blog-posts > div.row {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.sidebar-content.sidebar-content-knowledge-left {
		width: 100%;
		padding: 0 !important;
	}
	.sidebar-content.sidebar-content-knowledge-left .textwidget.custom-html-widget {
		border-radius: 5px;
    	-webkit-border-radius: 5px;
	}
	.header-title-breadcrumb-overlay {
	    padding: 70px 0 0px;
	}
	header .logo img, header .navbar-header .logo img {
	    margin-top: 0;
	}
	body header .navbar-header .logo {
	    margin: 12px 0 15px 0 !important;
	}
	nav.woocommerce-MyAccount-navigation ul > li {
		flex-basis: calc(33.33% - 22px) !important;
		margin: 0 7.5px;
		margin-bottom: 15px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
	li.header-button {
		display: inline-block !important;
	}
	.header-title-breadcrumb-overlay {
	    padding: 50px 0 0px;
	}
	.header-breadcrumb-overlay {
	    box-sizing: border-box;
	    padding: 7px 0 20px;
	    width: 100%;
	}
	.header-title-breadcrumb .header-title-breadcrumb-overlay h1 {
		padding-bottom: 0;
	}
	.cd-gallery li {
	    width: 50%;
	    margin-bottom: 0;
	}
}
@media only screen and (max-width: 767px) {
    .single-mt_portfolio .mt-theme-sidebar-inner.mt-box {
        padding: 30px 15px;
    }
    .single-mt_portfolio .mt-theme-sidebar {
        position: fixed;
        bottom: 0;
        z-index: 2147483648;
        left: -15px;
        width: 100%;
    }  
    .single-mt_portfolio .mt-theme-sidebar .mt-theme-features-list,
    .single-mt_portfolio .mt-theme-sidebar .mt-power-elite-author,
    .single-mt_portfolio .mt-theme-sidebar .mt-sale-campaign-banner-strip,
    .single-mt_portfolio .mt-theme-sidebar .mt-item-benefits {
        display: none;
    }
}
@media only screen and (max-width: 767px) {
	.woocommerce-cart table.cart td.product-subtotal {
	    width: 100%;
	}
	.high-padding {
		overflow: hidden ;
	}
	.cd-filter-block input[type=search] {
	    width: 100%;
	    background-color: #fff;
	    font-size: 14px;
	    line-height: 16px;
	    padding: 10px 40px 10px 60px;
	}
	.search-on .cd-filter-block .cd-filter-content::before {
	    font-family: FontAwesome;
	    content: '\f002';
	    display: block;
	    position: absolute;
	    top: 50%;
	    left: 45px;
	    width: 19px;
	    height: 22px;
	    font-size: 14px;
	    transform: translateY(-50%);
	}
	.cd-filter-trigger {
	    padding: 9px 20px !important;
	    border-radius: 0px 10px 10px 0px;
	    position: absolute;
	    top: 0;
	    right: 15px;
	}
	.cd-filter-trigger i.fa {
	    font-size: 15px;
	    line-height: 16px;
	}	
	.mt-testimonials-box {
	    padding: 30px;
	}
	.home .first_section .smart_header h2,
	.home .first_section .smart_header h2 span {
		font-size: 25px !important;
		line-height: 30px !important;
		color: #171717;
		text-align: center;
	}
	.home .first_section .white_card .wpb_wrapper {
	    padding: 15px;
	}
	.home .first_section .white_card .wpb_wrapper p {
		margin-bottom: 5px;
        text-align: left;
	}
	.home .first_section .white_card .wpb_wrapper p strong {
		color: #171717;
	}
	.home .first_section .white_card .wpb_wrapper img {
		margin-top: 0px;
		width: 80%;
	}
	.cd-main-content .cd-gallery img {
		left: 0;
	}
	.cd-main-content .cd-gallery .mt-tgrid-single {
	    margin-bottom: 0;
	}
	.home .first_section .smart_header {
		margin-top: 50px;
	}
	.home .first_section .smart_header br {
		display: none;
	}
	.woocommerce-cart li#menu-item-woo.cart a:before,
	.woocommerce-checkout li#menu-item-woo.cart a:before,
	.woocommerce-cart li#menu-item-woo.checkout a:before,
	.woocommerce-checkout li#menu-item-woo.checkout a:before,
	.woocommerce-cart li#menu-item-woo.overview a:before,
	.woocommerce-checkout li#menu-item-woo.overview a:before {
		border: 2px solid #828282;
	    width: 25px;
	    height: 25px;
	    line-height: 25px;
	    margin-left: 50%;
	    transform: translateX(-50%);
	    background-color: #fff;
	}
	li#menu-item-woo a {
		font-size: 12px;
		line-height: 14px;
	}
	.woocommerce-cart .menu li#separator-woo, .woocommerce-checkout .menu li#separator-woo {
		top: -14.5px;
	}
	body.woocommerce-cart header.header2 .navbar-header .logo,
	body.woocommerce-checkout header.header2 .navbar-header .logo {
		text-align: center !important;
		float: none !important;
		margin: auto !important; 
	}
	a.mt-single-portofolio-above-title-botton.mt-btn-small {
		font-size: 12px;
		line-height: 14px;
		padding: 7px 15px;
	}
	a.mt-single-portofolio-above-title-botton.mt-btn-small:last-child {
		margin-left: 15px;
	}
	a.mt-single-portofolio-above-title-botton.mt-btn-small:hover {
		background-color: #fff !important;
		border-color: #177EFF;
		color: #177EFF;
	}
	.header-buttons.relative.text-center {
		padding-bottom: 20px;
		padding-top: 30px;
	}
	.single-mt_portfolio .header-title-breadcrumb-overlay {
		padding-top: 0 !important;
	}
	header {
		border-bottom: 1px solid #DDDDDD;
	}
	body header.header2 .navbar-header .logo {
	    text-align: left !important;
	    max-width: 140px !important;
	}
	.logo img, .navbar-header .logo img {
	    max-width: 160px !important;
	}
	.navbar-default .container .navbar-header {
		width: 95%;
		margin: 0 auto;
		padding-left: 0 !important;
	}
	h2.mt-theme-demos-holder-title {
		padding-left: 7px;
	}
	body h3 {
	    font-size: 20px !important;
	    line-height: 25px !important;
	}
	body h2 {
	    font-size: 23px !important;
	    line-height: 28px !important;
	}
	.menu-item.header-search,
	.shop_cart.menu-item,
	.header-search.menu-item {
		margin: 0 !important;
	}
	header #navbar .sub-menu {
		display: none;
	}
	a.modeltheme-search-trigger {
		border-bottom: 0 !important;
	}
	ul.menu.nav.navbar-nav.pull-right.nav-effect.nav-menu {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}
	li.menu-item.header-search,
	li.shop_cart.menu-item,
	li.login-button.menu-item {
		display: inline-block;
	    width: auto !important;
	    margin: 0 !important;
	    width: 20px !important;
	    vertical-align: middle;
	    padding-top: 21px;
	    float: right;
	    margin-left: 15px !important;
	}
	body .shop_cart > a {
		line-height: 1 !important;
	}
    header .navbar-toggle {
        padding: 0 16px;
        height: 57px;
        width: 57px;
    }
	header .navbar-default .navbar-toggle:hover, header .navbar-default .navbar-toggle {
	    margin: 0px 0 0px 15px !important;
	}
	li.menu-item.header-search svg,
	li.shop_cart.menu-item svg {
		vertical-align: middle;
	}
	li.menu-item.header-search a,
	li.shop_cart.menu-item a,
	li.login-button.menu-item a {
		padding: 0 !important;
		margin: 0 !important;
	}
	nav #navbar ul li:last-child a {
		padding: 11px 25px;
		margin-top: 10px !important;
		margin-right: 10px;
		margin-bottom: 10px !important;
	}
	.navbar-default .container div#navbar {
	    background-color: #fff;
	    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
		-webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.05);
	}
	#modeltheme-main-head .navbar-collapse.col-md-9,
	#modeltheme-main-head .navbar-collapse.collapse.col-md-9 {
		width: 100% !important;
    	margin: 0 auto !important;
	}
	.modeltheme-main-search.is-visible {
		flex-wrap: wrap;
	}
	.modeltheme-main-search.is-visible .container {
	    align-self: center;
	}
	.single-mt_portfolio .mt-theme-sidebar.col-md-4 {
	    padding: 0;
	    margin: 40px 15px 0;
	}
	.modeltheme-main-search .close {
		margin-right: 11px !important;
	}
	.footer-row-1 {
	    margin-top: 40px !important;
	    margin-bottom: 40px !important;
	}
	div.entry-content > #contact {
		margin-top: 40px !important;
	    margin-bottom: 120px !important;
	    padding-top: 60px !important;
	    padding-right: 20px !important;
	    padding-bottom: 0px !important;
	    padding-left: 20px !important;
	    margin-left: 0;
	    margin-right: 0;
	}
	div.entry-content > #contact .row {
		margin-bottom: 0;
	}
	div.entry-content > #contact .col-md-6 {
		margin-bottom: 20px;
	}
	.col-md-3.col-sm-6.col-xs-12.woocommerce-sidebar,
	.woocommerce ul.products[class*=columns-] li.product,
	.woocommerce-page ul.products[class*=columns-] li.product {
		margin-bottom: 30px;
	}
	.woocommerce .col-md-9.main-content nav.woocommerce-pagination {
		padding-top: 0px !important;
		text-align: left;
	}
	.woocommerce .products ul, .woocommerce ul.products {
		margin-bottom: 0;
	}
	.single-mt_portfolio .portfolio-description-img img.single-portofolio-badge {
	    position: absolute;
	    left: 0;
	    top: 10px;
	    width: 120px;
	}
	.mdp-lottier-player {
		margin-top: 40px;
	}
	.home .first_section {
	    margin-top: 0px !important;
	    margin-bottom: 60px !important;
	}
	body .header-title-breadcrumb-overlay {
	    padding: 30px 0 30px;
	    padding-bottom: 0;
	}
	.header-breadcrumb-overlay {
	    padding: 0;
	}
	.header-breadcrumb-overlay span[property="itemListElement"] > span,
	.header-breadcrumb-overlay span[property="itemListElement"] > a {
	    font-size: 11px;
	    line-height: 1;
	    font-weight: 400;
	}
	.header-breadcrumb-overlay .col-md-12.col-sm-12.col-xs-12.text-center {
		line-height: 1 !important;
		font-size: 11px;
	}
	.single-mt_portfolio .mt-theme-demos-holder {
	    padding: 0 30px;
	    padding-bottom: 40px;
	}
	.mt-theme-demos-holder.row .col-md-6.col-sm-6.col-xs-6 {
	    padding: 0 7px !important;
	}
	.mt-single-theme-holder {
		margin-bottom: 14px;
	}
	.single-mt_portfolio .mt-single-theme-holder {
        margin-bottom: 15px;
    }
    .single-mt_portfolio .mt-single-theme-group {
	    height: auto;
	}
	.mt-single-theme-title {
	    font-size: 12px;
	    font-weight: 700;
	    color: #454545!important;
	    line-height: 1 !important;
	}
	.single-mt_portfolio .mt-single-buy-btn.mt-single-buy-btn-preview {
	    margin-right: 0px;
	    margin-left: 0 !important;
	    border: 1px solid #ccc;
	    width: auto;
	    font-size: 10px;
	    line-height: normal !important;
	    height: auto;
	    padding: 5px 10px;
	}
	.header-title-breadcrumb .header-title-breadcrumb-overlay h1 {
		padding-bottom: 0 !important;
	}
	.single-mt_portfolio .mt-single-theme-category {
		text-transform: none;
	}
    .single-mt_portfolio .mt-single-theme-group {
        background: #fff;
        padding: 10px;
    }
	.single-mt_portfolio .mt-single-theme-details-texts,
	.single-mt_portfolio .mt-single-theme-details-btns {
		line-height: 1;
		margin-bottom: 4px;
	}
	.mt-single-theme-group {
	    background: #fff;
	    padding: 10px 13px;
	}
	.single-mt_portfolio .mt-theme-price {
	    font-size: 25px;
	    font-weight: bold;
	}
	.single-mt_portfolio .mt-theme-action-btns a {
		margin-bottom: 10px;
		font-size: 14px;
	}
	.single-mt_portfolio .mt-theme-sidebar .mt-theme-features-list ul li {
		font-size: 14px;
	}
	footer .footer-top .menu .menu-item a {
		font-size: 14px;
	}
	.footer-row-1 .col-md-3 {
		margin-bottom: 20px;
	}
	footer .footer-top .widget-title {
		margin-bottom: 10px;
	}
	h2.vc_custom_heading > br {
	    display: none !important;
	}
	h2.vc_custom_heading {
	    font-size: 24px !important;
	    line-height: 28px !important;
	    text-align: center !important;
	}
	.home .first_section_buttons .mt-btn-large {
	    margin-right: 0;
	    padding: 8px 16px !important;
	}
    .home .first_section_buttons .mt-btn-large:first-child {
        margin-right: 0;
        padding: 15px 30px !important;
        margin-left: 0;
    }
	.testimonials-3 .wow.vc_col-md-4.relative {
	    margin-bottom: 30px;
	    scroll-snap-align: start;
	    display: inline-block !important;
	    float: none !important;
	    width: 85%;
	    white-space: normal;
	}
	.testimonials-3 {
		overflow-x: scroll;
	    scroll-snap-type: x mandatory;
	    white-space: nowrap;
	}
	.cd-gallery li > .col-md-12.post{
		padding: 0 !important
	}
	.cd-gallery {
		padding: 26px 15px;
		padding-top: 0;
	}
	img.theme_badge {
		left: 0px;
	}
	.cd-filter .row:last-child .col-md-4 .cd-filter-block, .cd-filter .row:last-child .col-md-4 .cd-select {
		margin-bottom: 15px;
	}
	.cd-filter form {
	    padding: 30px 20px;
	}
	.navbar-collapse {
		overflow: hidden !important; 
	}
	li.login-button.menu-item ul.sub-menu {
		display: none;
	}
	nav.woocommerce-MyAccount-navigation ul > li {
		flex-basis: calc(50% - 18px) !important;
		margin-bottom: 5px;
		font-size: 13px !important;
		margin: 5px !important;
		margin-top: 0 !important;
        text-align: center;
            width: 100%;
	}
	nav.woocommerce-MyAccount-navigation ul > li:nth-child(2n) {
		margin-left: 0 !important;
	}
	nav.woocommerce-MyAccount-navigation ul {
		margin-left: -15px;
		margin-right: -15px;
	}
	.woocommerce-MyAccount-content {
		margin: 0;
		margin-top: 15px;
	}
	.woocommerce-MyAccount-navigation-link svg {
		margin-right: 10px;
	}
    footer .footer {
        padding: 0;
    }
    footer .footer div:nth-child(1) > p:nth-child(2) {
        margin: 10px 0 !important;
    }
    footer .footer .card-footer-payment-methods {
        margin-top: 0px !important;
        margin-bottom: 10px !important;
        float: left !important;
    }
}
@media only screen and (max-width: 991px) {
	.footer-row-1 .col-md-3:not(:first-child) h3.widget-title:after {
		font-family: FontAwesome;
	    content: '\f107';
	    background-color: transparent;
	    height: 25px;
	    width: 25px;
	    font-size: 20px;
	    position: absolute;
	    top: 0px;
	    right: 0px;
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    align-items: center;
	    transition: all 0.3s ease;
	}
	.footer-row-1 .col-md-3:not(:first-child) h3.widget-title.active:after {
		transform: rotate(90deg);
	}
	.footer-row-1 .col-md-3:not(:first-child) .textwidget,
	.footer-row-1 .col-md-3:not(:first-child) .menu-footer-3-products-container,
    .footer-row-1 .col-md-3:not(:first-child) .menu-footer-3-modeltheme-container {
		display: none;
		margin-bottom: 20px;
	}
	footer .footer-top .widget-title {
		margin-bottom: 5px !important;
	}
	footer .widget {
		margin-bottom: 0 !important;
	}
}
.single-mt_listing .col-md-12.main-content {
    max-width: 900px;
    margin: 0 auto;
    float: none;
}
.card-footer-payment-methods {
    margin-top: 30px;
    margin-bottom: 0;
}
/*STYLES.CSS*/
/*------------------------------------------------------------------
[Master Stylesheet]
[Table of contents]
1. Body
    1.1. General styling
2. Elements
    2.1. Buttons
    2.2. Subscribe form
    2.3. Blockquote
    2.4. Search input + button
    2.5. Contact us
    2.6. Back to top button
2. Header
    2.1. Header styling
    2.2. Navbar styling
    2.3. Hero section
3. Portfolio
4. Blocks
5. Testimonial
6. Members
7. Statistics
8. Footer
9. Custom images
10. Sections
    10.1. Subscribe
    10.2. Contact
    10.3. Contact Form
    10.4. Portfolio
    10.5. Pricing tables
11. Page: Blog
    11.1. Sidebar/Widgets
13. 404 Not found page
14. Clients slider
17. Carousel Post
18. Event
19. Banner
21. Members
22. Our Services
24. Sidebar menu
25. OWL Slider Styling
26. Forum
-------------------------------------------------------------------
/*---------------------------------------------*/
/*--- 1. Body ---*/
/*---------------------------------------------*/
/* General styling */
html,body { 
    height: 100%; 
    width: 100%; 
}
body{
    overflow-x: hidden; 
}
* {
    word-wrap: break-word;
}
a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}
section {
    position: relative;
}
section.cover{
    overflow: hidden;
}
img {
    max-width: 100%;
    height: auto;
}
ol {
    padding-left: 30px;
    font-size: 16px;
    color: #828282;
    line-height: 23px;
    font-weight: 300;
}
figure.gallery-item {
    margin: 10px 0;
}
.gallery { margin: 0 auto 18px; }
.gallery .gallery-item {
  float: left;
  margin-top: 0;
  text-align: center;
  width: 33%;
}
.page-links {
    clear: both;
    margin: 15px 0;
}
.gallery-columns-2 .gallery-item { 
  width: 50%; 
}
.gallery-columns-4 .gallery-item { 
  width: 25%; 
}
.gallery img {
  /*box-shadow: 0px 0px 4px #999;*/
  border: 1px solid white;
  padding: 8px;
  background: #f2f2f2;
}
.gallery-columns-2 .attachment-medium {
  max-width: 92%;
  height: auto;
}
.gallery-columns-4 .attachment-thumbnail {
  max-width: 84%;
  height: auto;
}
.gallery .gallery-caption {
  color: #555;
  font-size: 13px;
  opacity: 1;
  margin: 0 0 12px;
}
.gallery dl, .gallery dt { margin: 0; }
.gallery br+br { display: none; }
/*GLOBAL: FONT WEIGHT*/
.post-excerpt,
.breadcrumb,
.single-post-social > div,
.tweet-body,
.article-details .post-author,
.tweet-date,
.top-header,
.author-biography{
    font-weight:300;
}
.post-name.post-name-color a{
    font-weight:600;
}
/*GLOBAL: BORDER RADIUS*/
.sticky-posts .post a,
.sticky-posts .post-date,
.modeltheme-content,
.testimonials_slider .testimonial-content,
.tagcloud > a,
.widget_address_social_icons .social-links a,
.single_post_author_details,
.social-sharer > li,
.shortcode_post_content .text_content .post-read-more .post-read-more-button,
footer .contact-details{
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
}
/*GLOBAL: TRANSITION EFFECTS*/
#primary .main-content ul.modeltheme-slider li{
    position: unset;
}
.wpb_column{
    height: auto;
}
p.subtitle {
    font-weight: 600;
    color: rgba(255,255,255,0.7);
}
.top-margin {
    padding-top: 60px;
}
.high-margin {
    padding-top: 60px;
    padding-bottom: 80px;
}
.bottom-margin {
    padding-top: 0;
    padding-bottom: 80px;
}
.mediu-margin {
    padding-top: 25px;
    padding-bottom: 25px;
}
.spacer {
    margin-bottom: 50px;
}
.right-border {
    padding: 15px;
    border-right: 5px solid;
    margin-bottom: 10px !important;
}
.left-border {
    padding: 15px;
    border-left: 5px solid;
    margin-bottom: 10px !important;
}
.relative{
    position: relative;
}
.absolute{
    position: absolute;
}
.fixed{
    position: fixed;
}
.no-margin{
    margin: 0 !important;
}
.top-no-margin {
    padding-bottom: 100px;
    padding-top: 0;
}
.bottom-no-margin {
    padding-bottom: 0;
    padding-top: 60px;
}
.high-padding {
    padding: 90px 0;
}
.high-padding-bottom{
    padding-top: 0;
    padding-bottom: 70px;
}
.medium-padding {
    padding: 50px 0;
}
.form-control {
  border-color: rgb(0, 173, 241);
  border-width: 2px;
  color: rgba(85, 85, 85, 0.8);
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  height: auto;
  padding: 10px;
}
.single article .article-content .form-submit {
  margin-bottom: 0;
}
.video-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
}
.embed-responsive-item{
    width: 100%;
}
.block-triangle {
    overflow: hidden;
}
/*Flat icons*/
.flat-icon {
  font-family: 'oxp-demo';
  padding:23px 28px;
  font-size: 45px;
  font-weight: bold;
  display: inline-block;
  line-height: 100%;
  overflow: hidden;
  text-transform: uppercase;
  margin-right: 15px;
}
/*---------------------------------------------*/
/*--- 2. Elements ---*/
/*---------------------------------------------*/
body .no-margin{
    margin-bottom: 0;
}
.text-white ul li,
.text-white .section-title {
    color: white;
    opacity: 0.9;
}
.img-center{
    margin: 0 auto;
    display: block;
}
.smartowl_call-to-action h1,
.smartowl_call-to-action h2,
.smartowl_call-to-action h3,
.smartowl_call-to-action h4,
.smartowl_call-to-action h5,
.smartowl_call-to-action h6 {
    color: #fff;
}
/* Float */
[class^="hvr-"] {
    background: #e1e1e1 none repeat scroll 0 0;
    color: #666;
    cursor: pointer;
    margin: 0;
    padding: 1em;
    text-decoration: none;
}
/* Buzz Out */
@-webkit-keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
@keyframes hvr-buzz-out {
  10% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  20% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  30% {
    -webkit-transform: translateX(3px) rotate(2deg);
    transform: translateX(3px) rotate(2deg);
  }
  40% {
    -webkit-transform: translateX(-3px) rotate(-2deg);
    transform: translateX(-3px) rotate(-2deg);
  }
  50% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  60% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  70% {
    -webkit-transform: translateX(2px) rotate(1deg);
    transform: translateX(2px) rotate(1deg);
  }
  80% {
    -webkit-transform: translateX(-2px) rotate(-1deg);
    transform: translateX(-2px) rotate(-1deg);
  }
  90% {
    -webkit-transform: translateX(1px) rotate(0);
    transform: translateX(1px) rotate(0);
  }
  100% {
    -webkit-transform: translateX(-1px) rotate(0);
    transform: translateX(-1px) rotate(0);
  }
}
.hvr-buzz-out {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
}
.hvr-buzz-out:hover, .hvr-buzz-out:focus, .hvr-buzz-out:active {
  -webkit-animation-name: hvr-buzz-out;
  animation-name: hvr-buzz-out;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}
.hvr-float {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.hvr-grow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform;
  transition-property: transform;
}
.hvr-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.margin-zero{
    margin: 0;
}
.vc_btn.margin-zero {
    margin: 10px 0;
}
.single article .article-content li ,
.single article .article-content dl {
    color: #828282;
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
    opacity: 1;
    visibility: visible;
}
.single article .article-content .comments-pingbacks-tracebacks .heading-bottom {
    margin-bottom: 40px;
    margin-top: 15px;
}
textarea, 
input[type="text"], 
input[type="button"], 
input[type="search"], 
input[type="submit"]{
    -webkit-appearance: none; 
}
.newspaper-info-bordered .holder {
    padding: 10px 0 10px 15px;
}
.newspaper-info span:nth-of-type(1) {
    font-weight: bold;
}
.newspaper-info-bordered .col-md-5 {
    text-align: center;
}
.newspaper-info-bordered i {
    font-size: 50px;
    padding: 10px 0;
}
.newspaper-info span {
    font-size: 16px;
    display: block;
}
.complex-layout .col-md-9 {
    padding-left: 0;
}
.newspaper-info span:nth-of-type(2) {
    font-style: italic;
}
.newspaper-info-bordered {
    border: 1px solid;
    margin: 13px 0;
}
/*Elements: blockquote*/
.good_quote h1 {
    font-size: 55px;
}
blockquote {
    background: none repeat scroll 0 0 #65bc7b;
    color: #252525;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px;
    padding: 30px;
    position: relative;
    border-radius: 5px;
}
blockquote p {
    color:#fff !important;
    font-weight: 500;
}
blockquote a {
    color:#fff !important;
    font-weight: 500;
}
.testimonials-container blockquote:before {
    content: "\"";
    font-family: open sans;
    font-size: 200px;
    font-style: italic;
    left: 15%;
    line-height: 200px;
    position: absolute;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background: transparent;    
}
.quotes-container blockquote:before {
    font-family: "Libre Baskerville";
    content: "\"";
    font-size: 200px;
    font-style: italic;
    left: 5%;
    line-height: 0;
    position: absolute;
    transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    background: transparent;    
    top: -20px;
}
.testimonials-container blockquote p {
    width: 65%;
    margin: 0 auto;
}
.quotes-container blockquote p {
    color: #ffffff;
    font-size: 26px;
    margin: 0 auto;
    width: 80%;
}
.quotes-content .quote_title {
    color: #ffffff;
    font-size: 24px;
    margin: 0 auto;
    width: 65%;
}
.quotes-container blockquote::after {
    bottom: -20px;
    content: "\"";
    font-family: "Libre Baskerville";
    font-size: 200px;
    font-style: italic;
    line-height: 0;
    position: absolute;
    right: 5%;
    transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
}
.testimonials-container blockquote{
    background: transparent;
}
.quotes-container blockquote{
    background: transparent;
    padding: 0;
}
/* Element: Search input + button */
.no-results.not-found {
    color: rgb(153, 171, 183);
}
.no-results .search-form {
    margin-top: 20px;
    text-align: center;
}
.no-results input[type="submit"] {
    border: 0 none;
    color: #fff;
    display: initial;
    padding: 9px 15px;
}
.no-results input {
    border: 1px solid #e6e6e6;
    color: #252525;
    padding: 10px 20px;
    font-weight: 400 !important;
    border-radius: 0px;
    outline: 0;
    height: 40px;
}
/*Section: Conference form*/
.conference-attendant-form input {
    font-style: normal;
    height: auto;
    margin-bottom: 30px;
    padding: 15px !important;
}
.conference-attendant-form input.wpcf7-submit {
    margin: 0 !important;
    padding: 15px 40px !important;
}
.contact-tikidocs textarea {
    padding: 15px 20px !important;
    width: 100%;
    border-radius: 5px !important;
    background: #fff;
}
.contact-tikidocs textarea {
    height: 150px;
}
/*Section: Contact us*/
#contact_form textarea.form-control {
    height: 140px;
    padding: 6px 40px !important;
}
#contact_form2 .alert-success {
    background-color: rgb(223, 240, 216);
    border: 0 none;
    color: rgb(255, 255, 255);
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
}
.success_message {
    color: rgb(0, 173, 241);
    display: none;
    font-weight: 300;
    padding-top: 5px;
    text-align: center;
}
textarea.form-control {
    height: 140px;
    padding: 10px !important;
}
#contact_form2 .form-control {
    background-color: #ecf0f1;
    border: 1px solid rgba(206, 206, 206, 0.3);
    box-shadow: none;
    padding: 0 10px;
}
#contact_form2 .contact_label {
    color: #333333;
}
#contact_form2 .solid-button.button {
    border: medium none;
    margin-top: 5px;
    text-transform: uppercase;
    width: auto;
}
.span-contact i {
    bottom: 1px;
    color: #48a8a7;
    font-size: 25px;
    margin-right: 10px;
    opacity: 0.6;
    position: relative;
    text-align: center;
    width: 35px;
}
/*Element: Back to top button*/
.back-to-top i {
    color: #ffffff;
}
.back-to-top img{
    width: 40px;
}
.back-to-top {
    bottom: 62px;
    display: block;
    height: 40px;
    margin: 5px auto;
    overflow: hidden;
    position: fixed;
    right: 25px;
    transition: all 0.3s ease 0s;
    visibility: hidden;
    white-space: nowrap;
    width: 40px;
    line-height: 40px;
    text-align: center;
    z-index: 2;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.4);
}
.back-to-top.modeltheme-is-visible, .back-to-top.modeltheme-fade-out, .no-touch .back-to-top:hover {
    -webkit-transition: all .3s 0s;
    -moz-transition: all .3s 0s;
    -ms-transition: all .3s 0s;
    -o-transition: all .3s 0s;
    transition: all .3s 0s;
    box-shadow: 0 0 5px rgba(0,0,0,.4);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.4);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.4);
    border-radius: 5px;
}
.back-to-top.modeltheme-is-visible {
    visibility: visible;
    opacity: 1;
}
.back-to-top.modeltheme-fade-out {
    opacity: .5;
}
.no-touch .back-to-top:hover {
    opacity: 1;
}
.post-password-form input {
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    margin-left: 5px;
    border-radius: 0px;
}
.post-password-form input[type="submit"] {
    color: #ffffff;
    margin-left: 10px;
    font-weight: bold;
}
.quotes-slider.owl-carousel {
    margin-top: 25px;
}
.st-menu-content {
    height: 100%;
    overflow-y: scroll;
    padding: 30px;
    position: absolute;
}
.portfolio-posts .main-content {
    margin: 0;
}
.post-category-date a[rel="tag"]::before {
    background: rgba(255, 255, 255, 0.8) none repeat scroll 0 0;
    content: "";
    height: 3px;
    left: 6px;
    position: absolute;
    top: 11px;
    width: 3px;
}
.post-category-date a[rel="tag"] {
    border: 0 none;
    color: rgb(255, 255, 255);
    display: inline-table;
    font-weight: 300;
    margin-left: 5px;
    position: relative;
    padding: 2px 5px 2px 13px;
}
.single-portfolio-item .item-description {
    height: 100%;
    top: 0;
    width: 100%;
}
.item-description .holder-top {
    height: 50%;
    padding: calc(15% - 15px) 15px 15px;
    text-align: center;
    width: 100%;
    opacity: 0;
    position: absolute;
    top: -50%;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.details-container > div.details-item .amount, .details-container > div.details-item ins {
    color: rgb(255, 255, 255);
    padding: 1px 5px;
}
.item-description .holder-bottom {
    background: none repeat scroll 0 0 rgb(44, 62, 80);
    color: rgb(255, 255, 255);
    height: 50%;
    padding: calc(15% - 30px) 15px 15px;
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    top: 100%;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.single-portfolio-item:hover .holder-top {
    opacity: 1;
    top: 0;
}
.single-portfolio-item:hover .holder-bottom {
    opacity: 1;
    top: 50%;
}
.item-description i {
    background: none repeat scroll 0 0 rgb(255, 255, 255);
    color: rgb(182, 189, 191);
    font-size: 19px;
    padding: 10px;
    width: 40px;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.item-description i:hover {
    background: none repeat scroll 0 0 rgb(44, 62, 80);
    color: #fff;
}
.holder-top > a:first-child {
    margin-right: 4px;
}
.holder-top > a:nth-child(2) {
    margin-left: 4px;
}
.item-description .holder-bottom::before {
    border-bottom: 15px solid #393939;
    border-left: 15px solid rgba(0, 0, 0, 0);
    border-right: 15px solid rgba(0, 0, 0, 0);
    content: " ";
    height: 0;
    left: 50%;
    margin-left: -15px;
    pointer-events: none;
    position: absolute;
    top: -14px;
    width: 0;
}
.item-description .holder-bottom > h5 {
    font-size: 15px;
    margin: 0;
    opacity: 0.5;
}
.item-description .holder-bottom h3 {
    margin: 10px 0 15px;
}
.main-content article.single-portfolio-item {
    padding: 0;
}
/*---------------------------------------------*/
/*--- 4. Blocks ---*/
/*---------------------------------------------*/
/* Blocks */
.block-icon{
    height: 130px;
    margin-bottom: 25px;
    position: relative;
}
.block-container {
    text-align: center;
}
.block-triangle {
    width: 80px;
    height: 80px;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    margin: 0 auto;
    position: relative;
    top: 25px;
    box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
    -webkit-box-shadow: 0 0 0 6px #FFFFFF, 0 0 0 7px #dadbdb;
}
.block-title p {
    color: #2f383d;
    font-size: 16px;
    font-weight: 500;
}
.block-content p {
    font-size: 15px;
    color: #828282;
    font-weight: 300;
}
.block-icon i {
    color: #FFFFFF;
    font-size: 40px;
    position: absolute;
    left: 50%;
    top: 50%;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}
/* Left Block */
.left-block-container {
    margin-bottom: 20px;
}
.left-block-container .block-title p {
    text-transform: uppercase;
}
.left-block-container .block-title {
    padding-top: 20px;
}
.left-block-container {
    border-bottom: 1px solid #dadee1;
}
.left-block-container:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
}
.left-block-container:last-child .block-icon {
    margin-bottom: 0;
}
/* Filters */
.filters {
    list-style: none;
    text-align: center;
    width: 100%;
}
.filters .filter {
    display: inline-block;
}
/*---------------------------------------------*/
/*--- 5. Testimonial ---*/
/*---------------------------------------------*/
.testimonial-img-holder {
    position: relative;
    z-index: 1;
}
.testimonail-content p:last-child{
  margin: 0;
}
.testimonail-content p {
    color: #ffffff;
}
.testimonial-arrow {
    border-left: 20px solid rgb(255, 255, 255);
    border-right: 20px solid rgb(255, 255, 255);
    border-bottom: 20px solid #485052;
    content: "";
    height: 30px;
    left: 44px;
    position: absolute;
    top: 100px;
    width: 30px;
}
.testimonial-img {
    border: 4px solid;
    border-radius: 50%;
    margin-bottom: 30px;
    overflow: hidden;
    transform: none;
    -webkit-transform: none;
    width: 100px;
}
.testimonial-img img {
    display: block;
}
.testimonial-author-job {
    left: 125px;
    position: absolute;
    top: 18px;
}
.testimonail-content {
    border-radius: 0px;
    font-style: italic;
    font-weight: lighter;
    line-height: 170%;
    padding: 15px;
    background: #485052;
}
.testimonials-container ul {
    list-style: none;
    padding: 0;
}
.testimonials-container blockquote {
    border: 0 none;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 26px;
    color: rgba(255,255,255,0.5);
    position: relative;
    margin: 0;
}
.quotes-container blockquote {
    border: 0 none;
    text-align: center;
    padding: 40px 0 40px 0;
    font-size: 26px;
    color: rgba(255,255,255,0.5);
    position: relative;
    margin: 0;
}
.testimonial-author {
    font-size: 20px;
    font-weight: 500;
    margin-top: 10px;
}
.testimonial-job {
    color: #828282;
    font-size: 13px;
    font-weight: 300;
}
/*---------------------------------------------*/
/*--- 5. Members ---*/
/*---------------------------------------------*/
.member-container {
    position: relative;
}
.member-content {
    position: relative;
    z-index: 2;
    -webkit-transition: all 0.7s; /* For Safari 3.1 to 6.0 */
    transition: all 0.7s;
}
.member-container:hover .member-content {
    -ms-transform: translateY( -50% ); /* IE 9 */
    -webkit-transform: translateY( -50% ); /* Chrome, Safari, Opera */
    transform: translateY( -50% );
}
.member-header {
    border-bottom: 1px solid;
    margin-bottom: 40px;
    position: relative;
    z-index: 2;
}
.member-header:before,
.member-header:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    width: 1px;
    height: 10px;
}
.member-header:before {
    left: 0;
}
.member-header:after {
    right: 0;
}
.member-header p,
.member-footer p {
    font-size: 12px;
    text-transform: uppercase;
}
.member-header h4,
.member-footer h4 {
    font-size: 16px;
    text-transform: uppercase;
}
.member-footer .social {
    border-top: 1px solid;
    margin-top: 20px;
    position: relative;
    padding-top: 20px;
}
.member-footer .social:before,
.member-footer .social:after {
    content: "";
    display: block;
    position: absolute;
    top: -10px;
    width: 1px;
    height: 10px;
}
.member-footer .social:before {
    left: 0;
}
.member-footer .social:after {
    right: 0;
}
.member-footer .social ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.member-footer .social ul li {
    display: inline-block;
}
.member-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 1;
}
.social ul li i {
    font-size: 20px;
    color: #bdc0c2;
}
.member-content img {
    width: 100%;
}
/*---------------------------------------------*/
/*--- 7. Statistics ---*/
/*---------------------------------------------*/
.aligncenter {
    margin: 0 auto;
    display: block;
}
.timeline .post-cotnent-left {
    padding-right: 60px;
}
.timeline .post-cotnent-right {
    padding-left: 60px;
}
.timeline{
    position: relative;
}
.timeline article {
    padding-bottom: 40px;
    position: relative;
}
.timeline:before {
    content: "";
    display: block;
    width: 4px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: 2px;
    background: #00adf1;
}
.timeline article:before {
    content: "";
    display: block;
    position: absolute;
    width: 15px;
    height: 90px;
    background: url("../images/timeline-dot.jpg");
    left: 50%;
    top: 50%;
    margin-left: -4px;
    margin-top: -45px;
}
/*---------------------------------------------*/
/*--- 10. Sections ---*/
/*---------------------------------------------*/
body .wpb_content_element{
    margin: 0;
}
body .wpb_accordion .wpb_accordion_wrapper .ui-state-active .ui-icon{
    background-image: url("../images/toggle_close.png");
}
#primary .main-content ul li[role="tab"]:not(.rotate45) {
    margin: 0;
}
/*Section: Contact us*/
#contact_form textarea.form-control {
    height: 140px;
    padding: 6px 40px !important;
}
.tikidocs-contact input, 
.tikidocs-contact textarea {
    height: 60px;
    width: 100%;
    outline: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 500;
    border-top: 2px solid transparent;
    border-bottom: 2px solid rgba(255, 255, 255, .7)!important;
    color: #fff;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.tikidocs-contact input:focus, 
.tikidocs-contact textarea:focus,
.tikidocs-contact select:focus {
    border-top: 2px solid rgba(255, 255, 255, .7)!important;
}
.contact-form-black-version .tikidocs-contact input:focus, 
.contact-form-black-version .tikidocs-contact textarea:focus {
    border-top: 2px solid #252525 !important;
}
.tikidocs-contact.row {
    max-width: 700px;
}
.tikidocs-contact label {
    width: 100%;
    margin-bottom: 20px;
    margin-bottom: 10px !important;
    margin-top: 10px;
}
.tikidocs-contact label select {
  color: rgba(34, 52, 65, 0.5);
}
.tikidocs-contact select {
    margin-top: 10px;
    height: 45px;
    padding: 5px;
    min-width: 100%;
    border-color: #8d969d;
}
.tikidocs-contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #fff;
}
.tikidocs-contact ::-moz-placeholder { /* Firefox 19+ */
    color: #fff;
}
.tikidocs-contact :-ms-input-placeholder { /* IE 10+ */
    color: #fff;
}
.tikidocs-contact :-moz-placeholder { /* Firefox 18- */
    color: #fff;
}
.contact-form-black-version .tikidocs-contact ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: rgba(37,37,37,.7);
}
.contact-form-black-version .tikidocs-contact ::-moz-placeholder { /* Firefox 19+ */
    color: rgba(37,37,37,.7);
}
.contact-form-black-version .tikidocs-contact :-ms-input-placeholder { /* IE 10+ */
    color: rgba(37,37,37,.7);
}
.contact-form-black-version .tikidocs-contact :-moz-placeholder { /* Firefox 18- */
    color: rgba(37,37,37,.7);
}
.tikidocs-contact.row h3 {
    color: #fff;
    font-weight: 700;
    margin: 0 0 15px;
    font-size: 23px;
}
.tikidocs-contact.row p {
    color: #fff;
    font-weight: 400;
    margin: 20px 0 10px !important;
}
.tikidocs-contact .wpcf7-submit {
    width: auto;
    outline: 0;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -ms-transform: scale(1.0);
}
.tikidocs-contact .wpcf7-submit:hover, 
.tikidocs-contact .wpcf7-submit:focus, 
.tikidocs-contact .wpcf7-submit:active {
    border-color: #252525 !important;
    background: #252525 !important;
    color: #fff !important;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.tikidocs-contact textarea {
    min-height: 150px !important;
    padding-top: 20px !important;
}
.tikidocs-contact .wpcf7-submit i {
    padding-left: 15px;
    font-weight: bold;
}
.tikidocs-contact-sidebar .wpcf7-submit {
    border-color: #65bc7b !important;
    margin-top: 25px !important;
    width: 100%;
}
.tikidocs-contact-sidebar input {
    height: 45px;
}
.tikidocs-contact-sidebar label {
    height: 40px;
    margin: 10px 0 !important;
}
.tikidocs-contact-sidebar .wpcf7-submit:hover {
    background: #fff !important;
    color: #65bc7b !important;
    border-color: #fff !important;
}
#contact_form2 .alert-success {
    background-color: rgb(223, 240, 216);
    border: 0 none;
    color: rgb(255, 255, 255);
    margin-top: 15px;
    padding-top: 15px;
    text-align: left;
}
.get-a-consultation div.wpcf7-response-output ,
.get-a-consultation .tikidocs-contact label span{
    color: #fff !important;
    margin: 15px 0 !important;
}
#map_wrapper h3 {
    font-size: 12px;
    margin-top: 0;
    padding: 5px 2px 2px;
}
#map_wrapper {
    height: 560px;
    position: relative;
}
#map_wrapper_overlay {
    background-color: rgba(0, 0, 0, 0.6);
    display: table;
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 2;
}
#map_wrapper_text_container {
    display: table-cell;
    vertical-align: middle;
}
.contact_location_title {
    color: white;
    text-align: center;
}
.contact_location_subtitle {
    text-align: center;
}
#map_canvas {
    width: 100%;
    height: 100%;
}
.success_message {
    color: rgb(0, 173, 241);
    display: none;
    font-weight: 300;
    padding-top: 5px;
    text-align: center;
}
textarea.form-control {
    height: 140px;
    padding: 10px !important;
}
#contact_form2 .form-control {
    background-color: #ecf0f1;
    border: 1px solid rgba(206, 206, 206, 0.3);
    box-shadow: none;
    padding: 0 10px;
}
#contact_form2 .contact_label {
    color: #223441;
}
#contact_form2 .solid-button.button {
    border: medium none;
    margin-top: 5px;
    text-transform: uppercase;
    width: auto;
}
.span-contact i {
    bottom: 1px;
    color: #1bdac9;
    font-size: 25px;
    margin-right: 10px;
    opacity: 0.6;
    position: relative;
    text-align: center;
    width: 35px;
}
.contact-form-black-version .tikidocs-contact input:not([type="submit"]), 
.contact-form-black-version .tikidocs-contact textarea {
    border-bottom: 2px solid #252525 !important;
    color: rgba(37,37,37,.7) !important;
}
.get-a-consultation .tikidocs-contact .wpcf7-submit {
    background: transparent !important;
    padding: 17px 20px !important;
}
.get-a-consultation .tikidocs-contact .wpcf7-submit:hover, 
.get-a-consultation .tikidocs-contact .wpcf7-submit:focus, 
.get-a-consultation .tikidocs-contact .wpcf7-submit:active {
    background: #B6BF68 !important;
    color: #fff !important;
    border-color: #B6BF68 !important;
}
.get-a-consultation .tikidocs-contact select {
    height: 60px;
    width: 100%;
    outline: 0;
    background: transparent;
    border: 0;
    font-size: 16px;
    line-height: 1;
    font-weight: 400;
    border-top: 2px solid transparent;
    border-bottom: 2px solid #fff !important;
    color: #fff;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.get-a-consultation .tikidocs-contact select option {
    color: #252525;
}
/*Section: Portfolio*/
.portfolio-item img {
    max-width: 100%;
}
.single .related_portfolios {
    margin-top: 65px;
    overflow: hidden;
}
.portfolio_thumbnails_slider .owl-controls.clickable .owl-pagination {
    bottom: 20px;
    position: absolute;
    width: 100%;
}
/* Ketchup validator */
.ketchup-error {
    display: none !important;
}
/* Boostrap styling */
.table-striped>tbody>tr:nth-child(odd),
.table-hover>tbody>tr:hover{
    background-color: #ecf0f1;
}
.table>thead>tr>th, 
.table>tbody>tr>th, 
.table>tfoot>tr>th, 
.table>thead>tr>td, 
.table>tbody>tr>td, 
.table>tfoot>tr>td {
    border-color: #ecf0f1;
}
.thumbnail {
    background: transparent;
}
.btn-primary:hover{
    background: rgba(52, 73, 94,1.0);
}
.navbar {
    margin-bottom: 0 !important;
}
/*---------------------------------------------*/
/*--- 11. Page: Blog ---*/
/*---------------------------------------------*/
.row.post-details-bottom {
    background: #f9f9f9;
}
.article-content h1,
.article-content h2 {
    line-height: normal;
}
.article-content h3,
.article-content h4 {
    margin-top: 30px;
    line-height: normal;
}
.article-content h5,
.article-content h6 {
    margin-top: 20px;
    line-height: normal;
}
.flex {
    display: flex;
}
/*list view blog*/
/*blog post category date comment*/
.cancel-on-png, .cancel-off-png, .star-on-png, .star-off-png, .star-half-png {
    color: rgb(254, 196, 45);
    font-size: 16px !important;
}
/*PINGBACKS AND TRACEBACKS*/
.post-details .post-sticky-label i {
    font-size: 20px;
}
.comments-pingbacks-tracebacks .comment-metadata span.edit-link {
    padding-left: 30px;
}
.comments-pingbacks-tracebacks footer {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    padding: 0;
}
.comments-pingbacks-tracebacks article {
    padding: 3px 0;
}
.comments-pingbacks-tracebacks .comment-metadata {
    padding: 15px 0px;
}
.single article .article-content .comments-pingbacks-tracebacks li {
    list-style: outside none none;
    margin-bottom: 20px;
}
nav.comment-navigation {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}
nav.comment-navigation a {
    background: #9e9e9e;
    color: rgb(255, 255, 255);
    font-size: 12px;
    padding: 3px 8px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    display: inline;
    float: left;
    margin-right: 20px;
}
nav.comment-navigation a:hover {
    background: #252525;
    color: #fff;
}
nav.comment-navigation:last-of-type {
    display: none;
}
.comments-pingbacks-tracebacks time {
    color: #a8a8a8;
    font-size: 16px;
    font-style: italic;
}
.author-bio.no-author-pic .avatar.photo {
    display: none;
}
.mt_listings_page.mt_listing_map_location {
    margin-top: 0;
}
.mt_cars--main-pic .play_tour_href {
    overflow: initial !important;
}
.post-details .description_container {
    display: flex;
}
.post-details .description_container .mt_cars--features-description {
    align-self: center;
}
.mt_cars--features-description .house_location {
    margin-top: 0px;
    display: inline-block;
}
.mt_cars--features-description .house_address {
    display: inline-block;
    font-size: 16px;
    font-weight: 20px;
    color: #c3c3c3;
    font-style: italic;
    font-weight: 300;
    margin-top: 0px;
}
.mt_cars--main-pic .play_tour {
    position: absolute;
    bottom: 10px;
    z-index: 3;
    left: 10px;
}
/*three column*/
.grid-three-columns .blog_custom {
    display: block !important;
}
/*two column*/
.odd-post .grid-three-columns .post-details .post-date {
    top: -55px !important;
    left: 0px !important;
}
.even-post .grid-three-columns .post-details .post-date {
    right: 0px !important;
}
.grid-two-columns .blog_custom {
    display: block !important;
    overflow: hidden;
}
.blog_heading.heading-bottom {
    font-size: 45px;
    font-weight: 700;
    line-height: 40px;
    margin-top: 0;
    margin-bottom: 60px;
}
.blog_custom {
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s; /* For Safari 3.1 to 6.0 */
}
.no_padding {
  padding: 0px 15px !important;
}
.shortcode_post_content .featured_image_content {
    padding: 0;
}
.shortcode_post_content {
    border-radius: 0px;
    margin-bottom: 30px;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
}
.shortcode_post_content .text_content .post-read-more .post-read-more-button {
    background-color: rgba(237,237,237,0.4);
    color: #fff;
    font-size: 16px;
    padding: 10px;
    overflow: hidden !important;
}
.shortcode_post_content .text_content .post-read-more {
    padding: 0;
    text-align: center;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content  i{
    border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
}
.shortcode_post_content .text_content .post-download-icons {
    padding: 6px 0;
}
.shortcode_post_content .text_content .post-more-download .post-read-more-button i {
    padding-right: 15px;
}
.shortcode_post_content .text_content .post-download-icons i {
    background: #fff none repeat scroll 0 0;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    color: black;
    float: right;
    margin-left: 10px;
    padding: 11px;
    width: 35px;
    height: 35px;
}
.shortcode_post_content .text_content {
    padding-bottom: 20px;
    padding-top: 20px;
}
.shortcode_post_content .text_content .post-more-download {
    margin-top: 22px;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content i {
    background: transparent;
    border-radius: 0;
    color: rgb(255, 255, 255);
    margin: 0;
    text-align: center;
    width: 100%;
}
.commentlist .bypostauthor {
    border-top: 0 none;
}
.wp-caption {
    font-style: italic;
}
.wp-caption.alignnone {
    margin: 15px 0;
    max-width: 100%;
}
.wp-caption.alignleft {
    margin: 10px 0;
}
.alignnone {
    margin: 10px 0;
}
.alignright {
    float: right;
    margin-bottom: 20px;
    margin-left: 20px;
}
.alignleft {
    margin-bottom: 10px;
    margin-right: 20px;
    margin-top: 10px;
}
.wp-caption.alignright {
    float: right;
    margin: 0 0 0 15px;
}
.page .no-padding-top article.type-page{
    padding-top: 0;
}
.page article.type-page{
    padding: 80px 0;
}
.page .high-padding article.type-page,
.page .no-padding article.type-page{
    padding: 0;
}
.page .no-padding-bottom article.type-page{
    padding: 80px 0 0;
}
.single-post {
    padding-bottom: 15px;
}
.blog-posts-shortcode .single-post{
    padding-bottom: 25px;
}
.post-type {
    color: rgb(51, 51, 51);
}
.post-type i {
    margin-right: 10px;
}
.main-content .single-post a:hover .thumbnail-overlay {
    opacity: 1;
}
.main-content .single-post .thumbnail-overlay i {
    font-size: 25px;
    left: calc(50% - 9px);
    top: 44%;
}
.simple-posts .post-name:hover a {
    color: #65bc7b;
}
.simple-posts .post-name a {
    transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
}
/*Blog: Pagination*/
.modeltheme-pagination.pagination .page-numbers.current {
    color: #fff;
}
.container-pagination {
    text-align: center;
}
.modeltheme-pagination{
    background: transparent;
}
.page-template-template-portfolio .pagination {
    padding: 0;
    position: relative;
}
.pagination > li > a {
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -moz-transition: all 300ms;
    -webkit-transition: all 300ms;
    color: rgb(144, 157, 165);
}
.pagination > li > a.current,
.pagination > li > a:hover {
    background-color: #00ADF1;
    color: #fff;
}
.modeltheme-pagination .pagination {
    margin: 0;
    background:transparent;
}
.modeltheme-pagination .pagination h2 {
    display: none;
}
.account-urls > a{
    color: #fff;
    margin-left: 15px;
    position: relative;
}
.account-urls.first > a:first-child{
    color: #fff;
    margin-left: 0;
}
.account-urls > a::before {
    content: "??";
    font-size: 28px;
    left: -12px;
    position: absolute;
    top: -9px;
}
.account-urls > a:first-child::before {
    content: "";
}
.account-urls > a:hover{
    color: rgb(255, 255, 255);
    opacity: 0.85;
}
.modeltheme-pagination-holder {
    text-align: center;
}
.pagination .page-numbers:hover {
    background-color: #65bc7b;
    color: #fff;
}
.pagination .page-numbers {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
    color: #252525;
    float: left;
    line-height: 1.42857;
    margin: 5px;
    padding: 10px 20px;
    position: relative;
    text-decoration: none;
    border-radius: 5px;
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
/*Blog: Breadcrumps*/
.modeltheme-breadcrumbs .page-title {
    color: #485052;
    margin: 8px 0;
    opacity: 0.8;
    line-height: 150%;
}
.breadcrumb a{
  position: relative;
}
.modeltheme-breadcrumbs {
    background: rgb(239, 244, 247) none repeat scroll 0 0;
    border-bottom: 1px solid rgba(205, 209, 212, 0.7);
    padding: 10px 0;
}
.modeltheme-breadcrumbs h2 {
    font-weight: 300;
    margin: 0;
}
.modeltheme-breadcrumbs .breadcrumb{
    background: transparent;
    margin: 0;
    padding-right: 0; 
}
.breadcrumb a::after{
    content: "" !important;
    padding: 0;
}
.breadcrumb {
    color: #ccc;
}
#disqus_thread {
    margin-top: 40px;
}
/*Blog: Content*/
.img-responsive.single-post-featured-img {
    min-width: 100%;
}
.sticky-posts.smartowl_shortcode_blog .post {
    padding-bottom: 0 !important;
}
.smartowl_shortcode_blog .post-author {
    border-bottom: 0 none;
    margin: 4px 0 0;
    padding-bottom: 0;
}
.sticky-posts .vc_col-md-4.post {
    padding-bottom: 26px;
}
.sticky-posts .vc_col-md-4.post:nth-child(3n+1) {
    clear: left;
}
.sticky-posts a:hover .thumbnail-overlay{
    opacity: 1;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.sticky-posts .thumbnail-overlay i {
    font-size: 27px;
    left: calc(50% - 10px);
    top: 45%;
}
.sticky-posts a:hover .post-date {
    opacity: 0;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.sticky-posts .post-date {
    font-size: 14px;
    font-weight: 300;
    height: 60px;
    left: 15px;
    margin-top: 0;
    opacity: 1;
    padding: 2px;
    position: absolute;
    top: 15px;
    width: 60px;
}
.sticky-posts a {
    display: block;
}
.sticky-posts .rotate45_back {
    display: block;
    padding: 0px;
    width: 56px;
}
.sticky-posts .rotate45_back1 {
    display: block;
    padding: 0px;
    width: 56px;
}
.sticky-posts .post-date .rotate45_back {
    font-size: 22px;
}
.sticky-posts .post-date .rotate45_back1 {
    font-size: 16px;
}
.sticky-posts .sticky_post_text_container .post-name a {
    color: black;
    line-height: 140%;
    margin-bottom: 6px;
}
.sticky-posts .sticky_post_text_container .post-name a:hover ,
.sticky-posts .sticky_post_text_container .post-author {
    color: rgba(0, 0, 0, 1);
}
.sticky_post_blog_details .post-name {
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}
.post-name.post-name-color a {
    color: #fff;
}
.post-name {
    font-weight: 600;
    margin: 7.5px 0 8px;
}
.single .post-name {
    font-size: 35px;
    font-weight: 600;
    line-height: 40px;
    margin: 0;
}
.single .article-content .single-post-tags {
    margin-top: 20px;
}
.single .article-header .single-post-tags {
    margin-top: 10px;
}
.single.single-portfolio .post-name {
    font-size: 30px;
    margin-bottom: 10px;
}
.related-posts .post-name{
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 7px;
    margin-top: 0px;
}
.related-posts .post-excerpt {
    color: #828282;
    font-weight: 300;
    margin: 5px 0 0;
}
.post-category-comment-date .post-author {
    border-bottom: 0 none;
}
.article-categories a:hover {
    color: rgb(181, 185, 189);
}
.post-author-thumbnail {
    margin-bottom: 15px;
}
.author-content .post-date {
    color: rgb(181, 185, 189);
}
.post-excerpt {
    color: #fff;
    line-height: 150%;
    margin: 0;
    margin-top: 5px;
}
.comments-area .no-comments {
    float: left;
    margin-top: 20px;
    width: 100%;
    overflow: hidden;
}
.page .comments-area {
    overflow: hidden;
    padding-bottom: 70px;
}
.submit-comment,
.theme_comments {
    float: left;
    margin-top: 30px;
    width: 100%;
}
.comment-form .form-fields {
    padding: 0;
}
.comment-form i {
    font-size: 20px;
    line-height: 48px;
    color: #b5b9bd;
    right: 20px;
    text-align: center;
    top: 0;
    width: 34px;
}
#form-allowed-tags {
    display: none;
}
.comment_body > p {
    color: rgb(153, 153, 153);
}
.comment_body .reply_button {
    color: #828282;
    font-style: normal;
    opacity: 1;
    font-weight: 300;
    line-height: 2;
}
.comment_body .reply_button1 {
    padding-left: 0;
}
.comment-edit-link {
    margin-right: 10px;
}
#comments p.logged-in-as a {
    font-weight: 700;
}
.comment_body .reply_button1 .comment-reply-link:first-child{
    margin: 0;
}
.comment_body .reply_button a {
    margin: 0 3px;
}
.comment_body .author_name {
    font-size: 18px;
    font-weight: bold;
    
}
.comment_body .author_name a {
	color: #252525 !important;
	transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.comment-list.comments-area.theme_comments.comments {
    margin: 55px 0 0;
}
.comment-respond {
    float: left;
    width: 100%;
}
.sticky_post_text_container {
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
    box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
}
.sticky_post_text_container .post-author,
.sticky_post_text_container .post-name a {
    padding: 0 10px;
}
.sticky-posts .bottom {
    padding: 15px;
}
.sticky_post_blog_details {
    background: white none repeat scroll 0 0;
    padding: 15px 10px;
}
.sticky_post_blog_details .post-author {
    opacity: 0.8;
}
/*Blog specific color*/
.text-white .post-name a {
    color: rgb(255, 255, 255);
}
.text-white .post-name a:hover {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .post-category-comment-date {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .post-author {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .post-tags a {
    color: rgba(255, 255, 255, 1);
}
.text-white .post-comments a {
    color: rgba(255, 255, 255, 1);
}
.text-white .post-excerpt p {
    color: rgba(255, 255, 255, 0.8);
}
.text-white .more-link {
    color: rgba(255, 255, 255, 1);
}
.text-white .more-link:hover {
    color: rgba(255, 255, 255, 0.8);
}
/*Blog related posts specific color*/
.related_blog_details {
    padding: 15px;
}
.related_blog_custom.text-white .post-excerpt {
    color: rgba(255, 255, 255, 0.8);
}
.related_blog_custom.text-white .post-author {
    border: medium none;
}
.related_blog_custom.text-white .post-name {
    color: rgb(255, 255, 255);
    margin: 0;
    line-height: normal;
}
.related_blog_custom {
    overflow: hidden;
}
/*Blog: Single blog post page*/
.single.single-post .article-header .article-details .post-title {
    font-size: 35px;
    margin-top: 5px;
}
.single.single-post .article-header .article-details .single-post-tags {
    margin-top: 0px;
}
.single-post .single-post-article-header {
    position: relative;
}
.single-post-holder {
    background: rgba(36,38,35, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    width: 100%;
}
.inside-holder {
    padding: 15% 0;
}
.single-post-social > div {
    display: inline;
    margin: 0 10px;
}
.single-post-social > div > i {
    margin: 0 5px;
}
.single-post-holder .single_post_title {
    clear: both;
    color: white;
    display: block;
    font-size: 55px;
    margin: 0 auto;
}
.single-post-social .single-post-shares {
    border: 1px solid;
    padding: 10px 15px;
}
.single-post-social {
    color: #ffffff;
    padding: 30px 0;
}
.single_tax::after {
    content: ",";
    color: #000;
    opacity: 0.5;
}   
.single_tax:last-child::after {
    content: "";
}   
.article-content {
    margin-bottom: 20px;
    padding-bottom: 20px;
}
.article-footer {
    overflow: hidden;
    padding: 20px 0;
}
.article-tags-comments .article-comments {
    margin: 0;
    padding: 0;
}
.article-tags i {
    margin-right: 8px;
}
.article-tags-comments {
    color: rgb(153, 171, 183);
}
.post-category-comment-date span {
    margin-right: 10px;
}
.post-category-comment-date span a {
    font-weight: 300;
    opacity: 1;
}
.article-details .post-author {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.article-tags-comments {
    border-top: 1px solid rgb(229, 236, 239);
    border-bottom: 1px solid rgb(229, 236, 239);
    color: rgb(153, 171, 183);
    margin: 10px 0;
    overflow: hidden;
    padding: 10px 0;
}
.article-categories > h3 {
    color: #828282;
    display: inline;
    font-size: 16px;
    margin: 0;
}
.article-categories i {
    margin-right: 3px;
}
.categories {
    color: #6d7a83;
    display: inline;
    font-size: 15px;
    width: auto;
}
.article-categories a {
    color: rgb(0, 0, 0);
}
.social-sharer li:hover a {
    color: #fff;
}
.social-sharer li a {
    color: #fff;
    display: block;
    line-height: normal;
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    line-height: 120%;
}
.social-sharer > li.facebook{
  background: #3b5999;
}
.social-sharer > li.twitter{
  background: #34CBFF;
}
.social-sharer > li.google-plus{
  background: #D14836;
}
.social-sharer > li.linkedin{
  background: #01669A;
}
.social-sharer > li.reddit{
  background: #6FC2FD;
}
.social-sharer > li.tumblr{
  background: #2D5770;
}
.social-sharer > li.pinterest{
  background: #B30610;
}
.social-sharer > li {
    background: none repeat scroll 0 0 #d7dbdd;
    display: block;
    float: left;
    margin: 0 5px 0 0;
    padding: 8px 12px;
    text-align: center;
    width: 40px;
    transition: all 300ms;
    -o-transition: all 300ms;
    -ms-transition: all 300ms;
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
}
.right-side-sharer .article-social {
    margin: 0;
}
.right-side-sharer .social-sharer > li {
    background: transparent !important;
    text-align: left;
    width: 100%;
}
.right-side-sharer .social-sharer li a:hover {
    color: rgba(0, 0, 0,.75);
}
.right-side-sharer .social-sharer li a {
    color: rgba(0, 0, 0, 0.75);
    display: inline;
}
.right-side-sharer .social-sharer li a:hover {
    color: rgb(0, 0, 0);
}
.article-social {
    margin-top: 30px;
}
.social-sharer {
    display: inline;
    margin: 0;
    padding: 0;
}
.article-social > h3 {
    display: inline;
    float: left;
    margin: 0 15px 0 0;
}
.author-bio .author-thumbnail {
    margin: 0;
}
.author-thumbnail p {
    margin: 0;
}
.author-name {
    padding: 0 15px;
}
.author-name span:first-child {
    color: rgb(181, 185, 189);
}
.author-name span {
    display: block;
    font-size: 16px;
    font-weight: 300;
    width: 100%;
}
.author-job {
    color: #828282;
}
.author-biography {
    color: rgb(181, 185, 189);
    font-size: 16px;
    font-style: italic;
    line-height: 150%;
}
.author-see-more {
  border: 1px solid rgb(181, 185, 189);
  border-radius: 0px;
  color: rgb(181, 185, 189);
  display: inline-table;
  margin-top: 10px;
  font-weight: 300;
  font-size: 13px;
  padding: 8px 12px;
  transition: all 300ms ease-in-out 0ms;
  -o-transition: all 300ms ease-in-out 0ms;
  -moz-transition: all 300ms ease-in-out 0ms;
  -webkit-transition: all 300ms ease-in-out 0ms;
  -ms-transition: all 300ms ease-in-out 0ms;
}
.author-see-more:hover {
  background: rgb(235, 236, 237) none repeat scroll 0 0;
  border: 1px solid rgba(0, 0, 0, 0);
  color: rgb(0, 0, 0);
  font-weight: 300;
}
.author-links {
    right: 15px;
    top: 15px;
}
.author-links .rotate45 {
    float: left;
    margin: 8px 1px 8px 14px;
    width: 33px;
}
.author-links .rotate45 a {
    color: #ffffff;
    display: block;
    transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}
.single-mt_house .related-posts {
    margin: 70px 0;
    margin-top: 84px;
}
.related-posts {
    margin: 90px 0;
}
.more-link {
    display: block;
    margin-top: 10px;
}
/*Comments list and form*/
/*List*/
.search h2.page-title {
  font-weight: bold;
}
.search .page-title {
    color: #000000;
    text-align: center;
}
.comment-list .comment .comment-meta.commentmetadata.col-md-11.comment_body{
    padding-left: 25px;
}
.comment-list .comment {
    overflow: hidden;
    margin-bottom: 15px;
    margin-top: 10px;
    clear: both;
}
.comments_holder {
    background-color: #f7f7f7;
}
#comments .comment_author {
    margin: 0;
}
#comments .col-avatar {
    position: relative;
    display: block;
    top: 10px;
    left: 0;
    float: left;
}
#comments .col-comment-body {
    padding: 0 0 0 15px;
    overflow: hidden;
}
#comments .children {
    overflow: auto;
    margin: 0;
    padding-left: 30px;
}
#comments .comment-meta .comment-author,
#comments .comment-meta .author_name  {
    font-size: 19px;
    text-transform: capitalize;
}
#comments .comment-meta p {
    margin-bottom: 15px;
    margin-top: 10px;
}
.logged-in .form-comment {
    padding: 0;
    width: 100%;
}
.comment .comment-respond {
    margin: 10px 0 !important;
    padding-bottom: 25px;
}
.author-bio .avatar.photo {
    float: left;
}
.avatar.photo {
    height: auto;
    border-radius: 50px;
    -webkit-border-radius: 50%;
    max-width:  50px;
    margin-right: 15px;
}
#comments .comment-meta .comment-author time {
    font-weight: 300;
    color: #666;
}
.comment-form textarea {
    height: 137px;
    border: 1px solid rgb(235, 235, 235) !important;
}
.comment-form input, 
.comment-form textarea {
    border: 0;
    padding: 15px 20px;
    width: 100%;
    border-radius: 5px;
    outline: 0;
    background: #f5f5f5;
}
.comment-form-author {
    margin-bottom: 25px;
}
.form-submit {
    float: left;
}
.form-submit input {
    color: rgb(255, 255, 255);
    padding: 8px 15px;
}
#commentform .form-submit input[type="submit"] {
    border: 1px solid transparent;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 700;
    padding: 14px 48px;
    color: #fff;
    transition: all 250ms ease;
    margin-top: 5px;
}
/*Next - Previous posts*/
.prev-next-post {
    float: left;
    margin-bottom: 70px;
    margin-top: 30px;
    width: 100%;
}
.prev-next-post .rotate45 {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #c1c1c1;
    width: 36px;
}
.prev-next-post .prev-post a span {
    margin-left: 5px;
}
.prev-next-post .next-post a span {
    margin-right: 5px;
}
.prev-next-post a span {
    font-size: 18px;
    font-weight: bold;
    position: relative;
    top: -6px;
}
.prev-post, .next-post {
    padding: 0;
}
.next-post a, .prev-post a {
    display: inline-block;
}
.next-post a i, .prev-post a i {
    color: #000000;
    font-size: 30px;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    opacity: 0.3;
}
.next-post a i:hover, .prev-post a i:hover {
    opacity: 1;
}
/*---------------------------------------------*/
/*--- 11.1. Sidebar/Widgets ---*/
/*---------------------------------------------*/
.single_post_author_details .single_post_social i {
    color: #838d8f;
}
.widgets_v2 .widget_search .search-field {
    width: 100%;
}
.widgets_v2 .sidebar-content .widget {
    background: #fcfcfc none repeat scroll 0 0;
    border: 1px solid #ededed;
    padding: 30px;
}
.single_post_author_details {
    border: 1px solid #f3f3f3;
    padding: 30px 15px;
    text-align: center;
}
.single_post_author_details .single_post_author_name {
    margin: 0;
    padding: 20px;
}
.single_post_author_details .single_post_facebook {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f3f3f3 navy #f3f3f3 #f3f3f3;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    padding: 0;
}
.single_post_author_details .single_post_facebook a {
    display: block;
    padding: 10px;
}
.single_post_author_details .single_post_tweeter {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #f3f3f3 navy #f3f3f3 #f3f3f3;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px medium 1px 1px;
    padding: 0;
}
.single_post_author_details .single_post_tweeter a {
    display: block;
    padding: 10px;
}
.single_post_author_details .single_post_instagram {
    border: 1px solid #f3f3f3;
    padding: 0px;
}
.single_post_author_details .single_post_instagram a {
    display: block;
    padding: 10px;
}
.single_post_author_details .single_post_author_page a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: navy #f3f3f3 #f3f3f3;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #838d8f;
    display: block;
    padding: 10px;
}
.widget_address_social_icons .social-links > li {
    display: inline-table;
    height: 30px;
    margin-bottom: 3px;
    width: 30px;
}
.widget_address_social_icons {
    margin-bottom: 30px;
}
.widget_rss li {
    color: #828282;
    list-style: outside none none;
    margin-bottom: 15px;
    font-weight: 300;
}
.widget_nav_menu ul {
    padding-left: 5px;
}
.widget_rss ul {
    padding: 0;
}
.widget select {
    padding: 10px;
    color: #828282;
    width: 100%;
    border-radius: 0px;
    outline: 0;
}
.widget_archive > select {
    color: #828282;
    width: 100%;
    border-radius: 0px;
    outline: 0;
}
.widget_categories label,
.widget_archive label {
    display: none;
}
.widget_address_social_icons .social-links{
    margin: 0;
    padding: 0;
}
.widget_address_social_icons .social-links a {
    color: rgb(255, 255, 255) !important;
    display: block;
    height: 40px;
    padding: 10px 12px;
    text-align: center !important;
    width: 40px;
}
/*Calendar widget*/
#wp-calendar {
    width: 100%;
}
.search-form input[type="submit"] {
    font-weight: bold; 
    border: 0 none;
    color: #ffffff;
    padding: 11px 16px;
    border-radius: 0px;
    outline: 0;
}
.wp-caption-text {
    font-weight: 300;
    opacity: 0.6;
    padding-top: 4px;
    color: #252525;
}
.sidebar-content:not(.header7) {
    padding-right: 35px;
}
.sidebar-content .widget-title {
    color: #2f383d;
    font-weight: bold;
    margin-top: 0;
}
.sidebar-content .widget:first-child .widget-title {
    margin-top: 0;
}
.sidebar-content table {
    font-size: 16px;
}
.no-results.not-found .page-title:last-child {
    margin-top: 10px;
    font-weight: 400;
    font-size: 16px;
}
.search-form .screen-reader-text {
    display: none;
}
.widget_search .search-field {
    border:0;
    font-weight: 300;
    padding: 10px;
    border-radius: 0px;
    outline: 0;
}
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_popular_recent_tabs .post-description{
    font-weight: 300;
}
.widget_pages li,
.widget_categories .cat-item li {
    list-style: outside none none !important;
}
#wp-calendar th,
#wp-calendar td, 
#wp-calendar caption,
.widget_search .search-field,
.widget_toggles .panel-body,
.testimonials_slider .testimonial-content span,
.widget_popular_recent_tabs .post-description,
.textwidget{
    color: #828282;
}
/*Tagcloud widget*/
.tagcloud > a:hover{
  border-color: transparent;
}
.tagcloud > a {
    font-size: 14px !important;
    background: transparent !important;
    color: rgba(255, 255, 255, 0.9);
    display: block;
    float: left;
    border: 1px solid;
    font-weight: 300;
    margin-bottom: 6px;
    margin-right: 5px;
    padding: 6px 12px;
    text-decoration: none;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.sidebar-content .tagcloud > a {
    background: rgb(51, 51, 51) none repeat scroll 0 0;
    color: #828282;
    padding: 5px 10px;
    font-size: 16px !important;
    border-radius: 5px;
}
.sidebar-content .textwidget p{
    font-size: 16px;
}
.tagcloud > a:hover,
.sidebar-content .tagcloud > a:hover {
    color: #fff;
}
/*Widget: accordion*/
.widget_toggles .panel-heading {
    padding: 0;
}
.widget_toggles .panel-heading a {
    display: block;
    padding: 10px 15px;
}
.widget_toggles .panel-heading a.collapsed::after {
    content: "\f067";
    font-family: 'FontAwesome';
    position: absolute;
    right: 12%;
}
.widget_toggles .panel-heading a::after {
    content: "\f068";
    font-family: 'FontAwesome';
    position: absolute;
    right: 12%;
}
/*Widget: Testimonials slider*/
.testimonials_slider .testimonial-content {
    color: #828282;
}
.testimonial-client-details {
    margin-top: 15px;
}
.testimonials_slider .testimonial-content:after {
    bottom: 28px;
    left: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f1f1f1;
    border-width: 13px;
    margin-left: -30px;
}
.testimonials_slider .testimonial-content span {
    background: none repeat scroll 0 0 #f1f1f1;
    display: block;
    padding: 15px;
    
}
/*Elements: Popular Recent posts - tabs*/
.widget_popular_recent_tabs .nav-tabs > li > a{
    margin: 0;
    text-align: center;
}
.widget_popular_recent_tabs .nav-tabs > li{
    width: 50%;
}
.widget_popular_recent_tabs .nav-tabs > li.active {
    border-top: 5px solid;
}
.widget_popular_recent_tabs .nav-tabs li.active a {
    background: none repeat scroll 0 0 #ffffff;
    border: 0 none;
}
.widget_popular_recent_tabs .nav-tabs li a {
    background: none repeat scroll 0 0 #ecf0f2;
    border-top: 5px solid #ecf0f2;
    color: #828282;
    outline: medium none;
    border-bottom: 0 none;
}
.widget_popular_recent_tabs .widget_body {
    border-left: 1px solid #e1e4e7;
    border-right: 1px solid #e1e4e7;
    border-bottom: 1px solid #e1e4e7;
}
.widget_popular_recent_tabs .tab-content {
    padding: 15px;
}
.widget_popular_recent_tabs .recent-post,
.widget_popular_recent_tabs .popular-post {
    margin-bottom: 20px;
}
.widget_popular_recent_tabs .recent-post:last-child,
.widget_popular_recent_tabs .popular-post:last-child {
    margin-bottom: 0;
}
.widget_popular_recent_tabs .post-title {
    font-size: 16px;
    margin-top: 5px;
}
.widget_popular_recent_tabs .post-date {
  color: #828282;
  margin-bottom: 5px;
  margin-left: 0;
}
.sidebar-content .widget_nav_menu li,
.widget_recent_entries li {
    padding-left: 12px;
    position: relative;
}
.sidebar-content .widget_nav_menu li::before,
.widget_recent_entries li::before {
    content: "???";
    font-family: 'fontawesome';
    left: 0;
    margin-right: 8px;
    position: absolute;
}
.sidebar-content .widget_nav_menu .menu{
    padding: 0;
}
.sidebar-content .widget_nav_menu li{
    margin-bottom: 5px;
}
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu a {
    display: block;
    color: #828282;
    width: 100%;
    text-align: left;
}
/*Widget: Social Share Icons*/
.tooltip-effect-1 .tooltip-content {
  -webkit-transform: translate3d(20px,-10px,0);
  transform: translate3d(20px,-10px,0);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
}
.tooltip_share {
  display: inline;
  position: relative;
  z-index: 999;
}
/* Trigger text */
.tooltip-item {
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
}
/* Gap filler */
.tooltip-item::after {
  content: '';
  position: absolute;
  width: 360px;
  height: 20px;
  bottom: 100%;
  left: 50%;
  pointer-events: none;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.tooltip_share:hover .tooltip-item::after {
  pointer-events: auto;
}
/* Tooltip */
.tooltip-content {
  position: absolute;
  z-index: 9999;
  width: 120px;
  left: 50%;
  margin: 0;
  bottom: 100%;
  text-align: left;
  font-size: 0.765em;
  line-height: 1.4;
  box-shadow: -5px -5px 15px rgba(48,54,61,0.2);
  background: #2a3035;
  opacity: 0;
  cursor: default;
  pointer-events: none;
}
.tooltip_share:hover .tooltip-content {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(20px, 3px, 0px) rotate3d(0,0,0,0);
  transform: translate3d(20px, 3px, 0px) rotate3d(0,0,0,0);
}
/* Arrow */
.tooltip-content::after {
  content: '';
  top: 100%;
  left: 50%;
  border: solid transparent;
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: transparent;
  border-top-color: #6CDFEA;
  border-width: 10px;
  margin-left: -10px;
}
/* Tooltip content*/
.tooltip-text {
    color: rgb(255, 255, 255);
    display: block;
    font-size: 15px;
    padding: 0;
    overflow: hidden;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a {
    float: left;
    border-radius: 0;
    width: 33.3333%;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.twitter {
    background: #6CDFEA;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.twitter:hover {
    background: #50d9e6;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.facebook {
    background: #3B5998;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.facebook:hover {
    background: #344f87;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.google-plus {
    background: #E34429;
}
.shortcode_post_content .text_content .post-download-icons .tooltip-content a.google-plus:hover {
    background: #d3361b;
}
ul.share-social-links {
  list-style-type: none;
  padding: 0;
}
.share-social-links li {
  float: left;
  text-align: center;
  border-radius: 0px;
  margin-right: 10px;
  margin-bottom: 10px;
}
.share-social-links li a {
  color: #FFF;
  height: 30px;
  width: 45px;
  display: block;
  font-size: 21px;
  border-radius: 0px;
}
.share-social-links li.facebook a{
    background-color: #3B5998;
}
.share-social-links li.twitter a{
    background-color: #39A9E0;
}
.share-social-links li.linkedin a{
    background-color: #007FB1;
}
.share-social-links li.googleplus a{
    background-color: #D14836;
}
.share-social-links li.digg a{
    background-color: #14589E;
}
.share-social-links li.pinterest a{
    background-color: #CB2027;
}
.share-social-links li.reddit a{
    background-color: #FF4500;
}
.share-social-links li.stumbleupon a{
    background-color: #EB4924;
}
.widget_social_share {
  width: 100%;
  display: inline-block;
  margin: 10px 0;
}
/*Widget: Categories*/
.sidebar-content .widget_nav_menu > ul,
.widget_recent_entries > ul,
.widget_pages > ul,
.widget_meta > ul,
.widget_archive > ul,
.widget_categories > ul {
    list-style: outside none none;
    padding-left: 0;
}
.recentcomments::before,
.widget_recent_entries li::before{
    content: "\f105";
    font-family: fontawesome;
    margin-right: 8px;
}
.recentcomments {
    list-style: outside none none;
    margin-bottom: 5px;
}
.widget_recent_comments > ul{
    padding: 0;
    margin-bottom: 5px;
}
.widget_recent_comments > ul, .widget_nav_menu li, .widget_nav_menu li a, .sidebar-content .widget_nav_menu li, .sidebar-content .widget_nav_menu li a, .widget_recent_entries li, .widget_recent_entries li a, .widget_pages li, .widget_pages li a, .widget_meta li, .widget_meta li a, .widget_archive li, .widget_archive li a, .widget_recent_comments li a, .widget_categories .cat-item, .widget_categories li a {
    color: #828282;
    font-weight: 300;
    font-size: 16px;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms
}
.widget_tikidocs_recent_entries_with_thumbnail li {
    list-style: outside none none;
    margin: 0 0 20px;
}
.widget_tikidocs_recent_entries_with_thumbnail li a {
    color: #252525;
    font-weight: 500;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms
}
.widget_tikidocs_recent_entries_with_thumbnail li .post-details a {
    padding-top: 8px;
}
.sidebar-content .widget_nav_menu li{
    position: relative;
}
/*Widget: Tweets*/
.tweet-title .col-md-2 {
  margin: 0;
  padding: 2px 0;
  width: 25px;
  border-radius: 0px;
  -webkit-border-radius: 0px;
}
.tweeter-profile {
    opacity: 0.5;
    padding-left: 10px;
}
.tweet-body {
    margin-top: 5px;
    color: rgba(0, 0, 0, 0.8);
}
.tweet-body a{
    font-style: italic;
}
.tweets .tweet {
    border-bottom: 1px solid rgb(225, 228, 231);
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.tweets .tweet:last-child {
    border: 0 none;
    margin: 0;
}
.tweets-profile-url {
    border-bottom: 1px solid #e1e4e7;
    border-top: 1px solid #e1e4e7;
    padding: 10px 0;
}
/*Recent posts with thumbnails widget*/
.widget_tikidocs_recent_entries_with_thumbnail > ul {
    padding: 0;
}
.widget_recent_entries > ul {
    padding: 0;
}
.widget_tikidocs_recent_entries_with_thumbnail li:hover .thumbnail-overlay{
    opacity: 1
}
.widget_recent_entries li:hover .thumbnail-overlay{
    opacity: 1
}
.thumbnail-overlay {
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.thumbnail-overlay i {
    color: rgb(255, 255, 255);
    font-size: 16px;
    left: 38%;
    top: 38%;
}
.widget_tikidocs_recent_entries_with_thumbnail a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.widget_recent_entries a {
    color: rgba(255, 255, 255, 1);
    text-decoration: none;
    display: block;
    transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
}
.widget_tikidocs_recent_entries_with_thumbnail .post-date {
    border-radius: 0px;
    color: #828282;
    font-size: 15px;
    font-weight: 300;
    margin: 0;
    padding: 5px 0;
}
.widget_recent_entries .post-date {
    color: #6d7a83;
    margin: 0;
}
.widget_tikidocs_recent_entries_with_thumbnail .post-thumbnail {
    padding: 0;
    overflow: hidden;
    border-radius: 0px;
    -webkit-border-radius: 0px;
}
.widget_recent_entries .post-thumbnail {
    padding: 0;
    overflow: hidden;
}
.related-posts.sticky-posts .rotate45_back {
    padding: 0;
    width: 56px;
}
.related-posts.sticky-posts .rotate45_back1 {
    padding: 0;
    width: 56px;
}
.slider_navigation{
    position: absolute;
    width: 100%;
    bottom: calc(40%);
    z-index: 1;
}
.slider_navigation .btn {
    background: transparent;
    border: 0 none;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    color: #ffffff;
}
.slider_navigation .btn i {
    font-size: 25px;
}
.slider_navigation .btn:hover{
    opacity: 0.85;
}
.hephaistos .tp-bullet:hover, 
.hephaistos .tp-bullet.selected {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border: 0 none;
    padding: 3px;
}
.hephaistos .tp-bullet {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 2px solid rgb(255, 255, 255);
    padding: 1px;
}
/*Flickr widget*/
.flickr_badge_image {
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
    overflow: hidden;
    border-radius: 0px;
    position: relative;
}
.flickr_badge_image:hover .thumbnail-overlay {
    opacity: 1;
}
.flickr_badge_image a {
    display: block;
    position: relative;
}
.flickr_badge_image a::before {
    color: rgb(255, 255, 255);
    content: "???";
    cursor: pointer;
    font-family: "FontAwesome";
    font-size: 18px;
    left: 39%;
    opacity: 0;
    position: absolute;
    top: 37%;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    z-index: 2;
}
.flickr_badge_image a::after {
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    opacity: 0;
    transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -webkit-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
}
.flickr_badge_image a:hover::before,
.flickr_badge_image a:hover::after{
    opacity: 1;
}
/*Widgets general rules*/
.left_sidebar h1.widget-title,
.left_sidebar h3.widget-title,
.left_sidebar .widget-title,
.right_sidebar h1.widget-title,
.right_sidebar h3.widget-title,
.right_sidebar .widget-title {
    color: #000000;
    padding-bottom: 5px;
}
/*Section: Posts*/
.latest-posts h3, .latest-tweets h3 {
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 15px;
    padding: 12px;
    text-align: left;
    text-transform: uppercase;
}
.latest-posts h3 .fa, .latest-tweets h3 .fa{
    margin-right: 8px;
}
.latest-posts .post-date {
    text-align: center;
}
.latest-posts .post-date-month {
    color: #ffffff;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}
.latest-posts .post-date-day {
    color: #ffffff;
    font-size: 30px;
    font-weight: bold;
    padding: 5px;
    text-transform: uppercase;
}
.latest-posts .single-post {
    border-bottom: 1px solid #dadee1;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
}
.latest-posts .single-post:last-child {
    border-bottom: 0 none;
    margin-bottom: 0;
    padding-bottom: 0;
}
.latest-posts .post-details {
    margin-top: 10px;
    opacity: 0.6;
    font-size: 12px;
}
.latest-posts .post-details,
.latest-posts .post-name {
    padding: 0 15px;
}
.latest-posts .post-name a {
    color: #000;
}
.rotate45 {
    color: rgb(255, 255, 255);
    height: auto;
    margin-top: 15px;
    padding: 7px 5px;
    text-align: center;
    width: auto;
}
.single-tweet {
    border-bottom: 1px solid rgb(218, 222, 225);
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 20px;
    padding-top: 0;
}
.single-tweet:last-child {
    border-bottom: 0 none;
}
.tweet-content {
    color: rgba(0, 0, 0, 0.7);
    padding-bottom: 5px;
}
.tweet-date {
    opacity: 0.3;
}
/*---------------------------------------------*/
/*--- 13. 404 Not found page ---*/
/*---------------------------------------------*/
.error404 header {
    background-color: transparent !important;
}
.error404 h2 {
    color: #252525;
    font-weight: bold;
}
.error404 .page-title {
    color: #000000;
}
.error404 h3.page-title {
    color: #777777;
}
.error404 .page-content > img {
    display: block;
    margin: 0 auto;
}
.error404 .error-404 {
    color: #828282;
}
.error-404.not-found h1.page-404-digits {
    font-size: 150px;
    font-weight: bold;
    line-height: 110px;
}
.error404 .blog-posts {
    overflow: hidden;
}
.error404 .img-404 {
    margin-bottom: 0;
    margin-top: 0;
}
.title-big-top-404 {
    color: #000000;
    font-size: 40px;
}
.error-return-home.text-center > a {
    border: 3px solid;
    display: inline-table;
    font-size: 16px;
    margin-top: 10px;
    padding: 10px 20px;
}
.error404 .modeltheme-breadcrumbs {
    display: none;
}
.error-return-home.text-center > a:hover{
  color: white;
}
button.search-submit {
    background: #252525;
    color: #fff;
    box-shadow: none;
    outline: 0;
    border: 0;
    padding: 10px 15px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
/*---------------------------------------------*/
/*--- 14. Clients slider ---*/
/*---------------------------------------------*/
.vc_col-md-9.main-content .clients-container img {
    width: 85%;
}
.clients-container .item > img {
    display: block;
    margin: 0 auto;
    width: 70%;
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}
.clients-container .item > img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
    transition: all 100ms ease-in-out 0s;
    -o-transition: all 100ms ease-in-out 0s;
    -moz-transition: all 100ms ease-in-out 0s;
    -webkit-transition: all 100ms ease-in-out 0s;
    -ms-transition: all 100ms ease-in-out 0s;
}
/*REV SLIDER*/
.wpb_accordion_content .post-comment {
    color: #828282;
}
.navigation.posts-navigation {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    float: left;
    width: 100%;
}
.edit-link .vc_inline-link::before {
    color: #000000;
    content: "/ ";
}
#primary .main-content ul.modeltheme-slider li.single-slide.selected {
    position: relative;
}
#primary .main-content ul.modeltheme-slider li.single-slide:before{
    display: none;
}
#primary .main-content ul.modeltheme-slider li.single-slide {
    position: absolute;
}
.page .modeltheme-slider-wrapper .modeltheme-slider li:before {
    display: none;
}
.page .modeltheme-item-info .desc {
    opacity: 0.6;
}
.modeltheme-slider-wrapper .modeltheme-slider li {
    margin: 0 !important;
}
.masonry_banner.masonry-brick {
    width: 45%;
}
.masonry_banners img {
    height: auto;
    width: 100%;
}
.masonry_banners.banners_column {
    overflow: hidden;
}
.banners_column > .vc_col-md-6 {
    padding: 0;
}
.masonry_banner {
    margin: 2.5px;
    margin-bottom: 5px;
}
.sale_banner .sale_banner_holder::before,
.sale_banner .sale_banner_holder::after {
    position: absolute;
    top: 20px;
    right: 20px;
    bottom: 20px;
    left: 20px;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}
.sale_banner .sale_banner_holder::before {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
}
.sale_banner .sale_banner_holder::after {
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    -webkit-transform: scale(1,0);
    transform: scale(1,0);
}
.sale_banner:hover .sale_banner_holder:before,
.sale_banner:hover .sale_banner_holder:after{
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.sale_banner_holder {
    border: 1px solid rgba(0, 0, 0, 0);
    display: block;
    height: 100%;
    padding: 20px;
    position: absolute;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    text-align: center;
    top: 0;
    width: 100%;
}
.sale_banner_holder{
    border: 0 none;
}
.sale_banner_holder a {
    border: 1px solid rgba(255, 255, 255, 0.8);
    color: rgb(255, 255, 255);
    padding: 10px 15px;
    text-transform: uppercase;
}
.banner_holder {
    position: absolute;
    top: 65%;
    width: 93%;
    z-index: 1;
}
.categories .category {
    display: inline-table;
    margin-right: 30px;
}
.categories .category:last-child {
    margin-right: 0;
}
.categories_shortcode {
    display: block;
    width: 90%;
    margin: 0 auto;
}
.categories_shortcode .owl-controls {
    height: 0;
    margin: 0;
    position: absolute;
    text-align: left;
    top: 30%;
    width: 100%;
}
.categories_shortcode .owl-controls .owl-buttons {
    height: 0;
}
.categories_shortcode h5 {
    font-size: 16px;
    margin: 5px 0 0;
    text-align: center;
    text-transform: uppercase;
}
.categories_shortcode .owl-controls .owl-buttons .owl-next {
    position: absolute;
    right: 0;
}
.categories_shortcode .owl-controls .owl-buttons i {
    background-color: #94a1a9;
    border-radius: 50%;
    height: 25px;
    padding: 7px;
    width: 25px;
}
.categories_shortcode .owl-controls .owl-buttons div {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
    padding: 0;
}
.categories_shortcode a {
    cursor: pointer;
}
.categories_shortcode .category{
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
    filter: gray; /* IE6-9 */
    -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
    width: 100%;
}
.categories_shortcode .category img {
    display: block;
    margin: 0 auto;
    text-align: center;
    opacity: 0.5;
}
.categories_shortcode .category.active,
.categories_shortcode .category:hover{
    filter: none;
    -webkit-filter: grayscale(0%);
}
.wpb_button.btn-filled:before,
.wpb_button.btn-filled:after{
    display: none;
}
.wpb_button.btn-filled.btn-filled-gray:hover,
.wpb_button.btn-filled.btn-filled-gray{
    background: #7f8c8d;
    color: #fff !important;
}
.wpb_button.btn-filled {
    padding: 15px 20px !important;
    font-size: 17px !important;
}
.wpb_button.btn-filled:hover,
.wpb_button.btn-filled{
    background: white;
}
.form-control,
.wpb_button,
.owl-theme .owl-controls .owl-buttons div,
#modeltheme-main-head,
#contact_form .button[type="submit"],
#contact-us .form-control,
.search-field,
.btn-lg, 
.btn-group-lg>.btn,
.btn,
pre,
.slider_navigation .btn,
.widget_popular_recent_tabs .nav-tabs li a,
.thumbnail,
.widget_toggles .panel-group .panel,
.panel,
.panel-heading{
    border-radius: 0;
    -o-border-radius: 0;
    -ms-border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
::i-block-chrome, .widget_search .search-field{
    border-radius: 0px !important;
    -webkit-border-radius: 0px !important;
}
iframe,
embed,
figure {
    max-width: 100%;
}
pre {
    background-color: #f9f9f9;
    border: 1px solid #e6e6e6;
    text-align: left;
}
li:hover .hover-components .component a{
    background: transparent !important;
}
.parallax-head h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
}
.parallax-head h3, .parallax-head h1 {
    color: #ffffff;
    font-size: 70px;
    font-weight: bold;
}
/* CUSTOM CSS for MEGA MENU PLUGIN */
.mega_dropdown li a::before,
.mega_dropdown li a::after {
    content: "";
    display: none;
}
.mega_dropdown .mega_dropdown{
    padding-bottom: 15px !important;
}
/*IS MOBILE*/
.is-mobile .masonry_banner a::before, 
.is-mobile .masonry_banner a::after,
.is-mobile .sale_banner .sale_banner_holder::before, 
.is-mobile .sale_banner .sale_banner_holder::after{
    display: none;
}
.article-header {
    margin-bottom: 30px;
}
.breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 16px;
    
}
.breadcrumb li {
    padding-bottom: 10px;
    color: #252525;
}
.breadcrumb li a {
    color: #252525 !important;
    font-weight: 600;
    transition: all 300ms ease-in-out 0s;
    -o-transition: all 300ms ease-in-out 0s;
    -ms-transition: all 300ms ease-in-out 0s;
    -webkit-transition: all 300ms ease-in-out 0s;
    -moz-transition: all 300ms ease-in-out 0s;
}
.breadcrumb a:hover {
    color: #4f4f4f !important;
}
.breadcrumb a::after {
    color: #cccccc;
}
.header-title-breadcrumb .post-category-date {
    margin-bottom: 15px;
    font-weight: 300;
}
.header-title-breadcrumb-overlay h1 span {
    font-size: 45px;
    line-height: 1;
    font-weight: 600;
}
.header-title-breadcrumb-overlay h1 {
    align-self: center;
    color: #454545;
    font-size: 45px;
    font-weight: 500;
    line-height: 100%;
    margin: 0 auto;
    padding: 10px 0 5px;
    text-transform: capitalize;
    width: 100%;
}
.header-title-breadcrumb .header-group {
    width: 100%;
}
.header-group .breadcrumb {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    margin: 0;
}
.header-group .breadcrumb li a,
.header-group .breadcrumb li {
    color: #ffffff;
    font-size: 16px;
}
.header-group .breadcrumb li {
    opacity: 0.8;
}
/*---------------------------------------------*/
/*--- CSS FOR SAFARI ---*/
/*---------------------------------------------*/
::i-block-chrome, #contact-us .form-control{
    margin-bottom: 15px;
}
::i-block-chrome, .tp-leftarrow.default,
::i-block-chrome, .tp-rightarrow.default {
    top: 45% !important;
}
/* Add new rules for this interval below */
/*---------------------------------------------*/
/*--- 17. Carousel Post ---*/
/*---------------------------------------------*/
#sync2 .post_slider_author {
    clear: both;
    color: #838d8f;
    display: block;
    font-size: 14px;
}
#sync2 .post_slider_title {
    clear: both;
    color: #3c3d41;
    display: block;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
}
#sync2 .item.single_post_slider {
    border-right: 2px solid #65abd0;
    cursor: pointer;
    padding-left: 30px;
}
#sync2 {
    padding-top: 20px;
}
#sync2 .owl-item:nth-child(4) .item.single_post_slider {
    border-right: medium none;
}
#sync1 .item img {
    min-width: 100%;
    padding-bottom: 0;
}
.post-slider-holder {
    background: rgba(36,38,35, 0.4) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    text-align: center;
    top: 0;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    width: 100%;
}
.post-slider-holder .post_slider_title {
    clear: both;
    color: white;
    display: block;
    font-size: 55px;
    margin: 0 auto;
    padding: 15px 0;
}
.post-slider-holder .post_slider_excerpt {
    clear: both;
    color: #cddfe0;
    display: block;
    font-size: 30px;
    margin: 0 auto;
}
.post-slider-holder .post_slider_read_article {
    margin: 0 auto;
    padding: 30px 0;
}
.post-slider-holder .post_slider_read_article a {
    background-color: #65abd0;
    color: #ffffff;
    font-size: 18px;
    font-weight: bold;
    padding: 20px 50px;
}
/* Carousel post navigation */
.full-width-posts-slider .owl-theme .owl-controls {
    position: absolute;
    top: 40%;
    width: 100%;
}
.full-width-posts-slider .owl-theme .owl-controls .owl-buttons div {
    background: transparent none repeat scroll 0 0;
    border: 1px solid white;
    border-radius: 40px;
    font-size: 30px;
    margin: 5px;
    opacity: 0.5;
    padding: 17px 23px;
}
.full-width-posts-slider .owl-controls.clickable .owl-prev {
    left: 5%;
    position: absolute;
}
.full-width-posts-slider .owl-controls.clickable .owl-next {
    position: absolute;
    right: 5%;
}
/*---------------------------------------------*/
/*--- 19. Banner ---*/
/*---------------------------------------------*/
.image_and_text_holder .text_holder {
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    font-size: 28px;
    padding: 15px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
    margin: 0;
}
.image_and_text_holder {
    background-size: 100% auto;
}
/*---------------------------------------------*/
/*--- 21. Members ---*/
/*---------------------------------------------*/
.member-holder {
    background: rgb(236, 240, 241) none repeat scroll 0 0;
    overflow: hidden;
}
.member-holder .post-name {
    margin: 15px 0;
}
.member-holder .post-details {
    padding: 30px 15px 30px 30px;
}
article.single-post.member {
    border-bottom: 0 none;
    padding-bottom: 0;
}
.single-member-type {
    background: rgb(233, 143, 255) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    padding: 2px 6px;
}
.member-holder .post-name a{
    color: black;
}
.member-contact-urls > p {
    margin: 0;
}
.member-holder .post-thumbnail {
    padding-right: 0;
}
.member-contact-urls a {
    color: rgb(0, 0, 0);
    margin: 0 3px;
}
/*---------------------------------------------*/
/*--- 22. Our Services ---*/
/*---------------------------------------------*/
.single-service-template .services-activities .post-name {
    margin-top: 0;
}
.single-service .single-post-article-header {
    position: relative;
}
.services-home2 img {
    max-width: 45px;
}
.section1-home .btn:after {
    font-family: 'FONTAWESOME';
    content: '\f178';
    color: #65bc7b;
    opacity: 1;
    position: relative;
}
.single-service .thumbnail-holder {
    position: relative;
}
.hover-service-content a {
    padding: 10px 15px;
}
.single-service .thumbnail-overlay {
    background: rgba(0, 0, 0, 0.2) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    opacity: 1;
    position: absolute;
    top: 0;
    width: 100%;
}
.our-services .single-service {
    margin-bottom: 30px;
}
.thumbnail-overlay > span {
    color: rgb(255, 255, 255);
    display: block;
    left: 15px;
    line-height: normal;
    opacity: 1;
    padding: 4px 8px;
    position: absolute;
    top: 15px;
    visibility: visible;
}
.service-content.bottom-container {
    background: rgb(236, 240, 241) none repeat scroll 0 0;
    padding: 10px 25px;
}
.service-content.bottom-container > p {
    margin: 0 0 10px;
}
.single-service .hover-service-content a {
    border-color: rgb(255, 255, 255);
    padding: 12px 30px;
    margin-top: 9px;
}
.single-service .hover-service-content a,
.single-service .hover-service-content a:hover{
    background: transparent;
}
.hover-service-content {
    background: rgba(101, 171, 207,.9) none repeat scroll 0 0;
    color: rgb(255, 255, 255);
    height: 100%;
    padding: 15px;
    position: absolute;
    top: 0;
    width: calc(100% - 30px);
    text-align: center;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.hover-service-content *{
    color: white;
    text-align: center;
}
.single-service:hover .hover-service-content{
    opacity: 1;
    visibility: visible;
}
.hover-service-content .post_title {
    font-size: 21px;
    font-weight: bold;
    margin: 15px 0;
}
.hover-service-content .post_content {
    opacity: 0.7;
}
body .minimal-dark .esg-navigationbutton:hover, 
body .minimal-dark .esg-filterbutton:hover, 
body .minimal-dark .esg-sortbutton:hover, 
body .minimal-dark .esg-sortbutton-order:hover, 
body .minimal-dark .esg-filterbutton.selected {
    background: rgba(224, 224, 224, 0.5) none repeat scroll 0 0;
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: none;
}
body .minimal-dark .esg-filterbutton, 
body .minimal-dark .esg-navigationbutton, 
body .minimal-dark .esg-sortbutton {
    background: rgba(224, 224, 224, 1) none repeat scroll 0 0;
    border: 1px solid rgba(178, 178, 178, 0.1);
    color: rgba(0, 0, 0,.6);
    font-size: 14px;
    font-weight: normal;
}
/*---------------------------------------------*/
/*--- 24. Sidebar menu ---*/
/*---------------------------------------------*/
.st-content,
.st-content-inner {
  position: relative;
}
.st-container {
  position: relative;
  overflow: hidden;
}
.st-pusher {
  position: relative;
  left: 0;
  z-index: 200;
  height: 100%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
}
.st-pusher::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  background: rgba(0,0,0,0.4);
  content: '';
  opacity: 0;
  z-index: 201;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
.st-menu-open .st-pusher::after {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  visibility: hidden;
  width: 300px;
  height: 100%;
  background: #48a770;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.st-menu::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.2);
  content: '';
  opacity: 1;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.st-menu-open .st-menu::after {
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
  transition: opacity 0.5s, width 0.1s 0.5s, height 0.1s 0.5s;
}
/* content style */
.st-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.st-menu h2 {
  margin: 0;
  padding: 1em;
  color: rgba(0,0,0,0.4);
  text-shadow: 0 0 1px rgba(0,0,0,0.1);
  font-weight: 300;
  font-size: 2em;
}
.st-menu ul li a {
  display: block;
  padding: 1em 1em 1em 1.2em;
  outline: none;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-weight: 300;
  -webkit-transition: background 0.3s, box-shadow 0.3s;
  transition: background 0.3s, box-shadow 0.3s;
}
.st-menu ul li a:hover {
  background: rgba(0,0,0,0.2);
  color: #fff;
}
/* Effect 1: Slide in on top */
.st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}
.st-effect-1.st-menu-open .st-effect-1.st-menu {
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.st-effect-1.st-menu::after {
  display: none;
}
/* Fallback example for browsers that don't support 3D transforms (and no JS fallback) */
.no-csstransforms3d .st-pusher,
.no-js .st-pusher {
  padding-left: 300px;
}
/* Toggle Styles */
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled {
    padding-left: 250px;
}
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    background: #000;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}
#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 15px;
}
#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}
/* Sidebar Styles */
.sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    margin: 0;
    padding: 0;
    list-style: none;
}
.sidebar-nav li {
    text-indent: 20px;
    line-height: 40px;
}
.sidebar-nav li a {
    display: block;
    text-decoration: none;
    color: #999999;
}
.sidebar-nav li a:hover {
    text-decoration: none;
    color: #fff;
    background: rgba(255,255,255,0.2);
}
.sidebar-nav li a:active,
.sidebar-nav li a:focus {
    text-decoration: none;
}
.sidebar-nav > .sidebar-brand {
    height: 65px;
    font-size: 18px;
    line-height: 60px;
}
.sidebar-nav > .sidebar-brand a {
    color: #999999;
}
.sidebar-nav > .sidebar-brand a:hover {
    color: #fff;
    background: none;
}
@media(min-width:768px) {
    #wrapper {
        padding-left: 250px;
    }
    #wrapper.toggled {
        padding-left: 0;
    }
    #sidebar-wrapper {
        width: 250px;
    }
    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }
    #page-content-wrapper {
        padding: 20px;
        position: relative;
    }
    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}
.st-container .sidebar_menu {
    background-color: #f7f7f7;
    z-index: 2001;
}
.sidebar_menu .logo {
    margin-bottom: 50px;
    margin-top: 30px;
    text-align: center;
}
.st-menu.sidebar_menu .widget_nav_menu li {
    width: 100%;
}
.st-menu.sidebar_menu li a {
    color: rgb(0, 0, 0);
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    text-align: left;
}
.st-menu.sidebar_menu .share-social-links li a {
    padding: 5px;
    color: white;
    height: auto;
    font-size: 16px;
    text-align: center;
}
.st-menu.sidebar_menu .share-social-links li {
    margin-right: 5px;
    margin-bottom: 5px;
}
.st-menu.sidebar_menu .widget-title {
    color: black;
}
/**
 * Toggle Switch Globals
 *
 * All switches should take on the class `c-hamburger` as well as their
 * variant that will give them unique properties. This class is an overview
 * class that acts as a reset for all versions of the icon.
 */
.c-hamburger {
  display: block;
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 52px;
  height: 48px;
  font-size: 0;
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  box-shadow: none;
  border-radius: none;
  border: none;
  cursor: pointer;
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}
.c-hamburger:focus {
  outline: none;
}
.c-hamburger span {
    background: white;
    display: block;
    height: 3px;
    left: 10px;
    position: absolute;
    right: 10px;
    top: 24px;
}
.c-hamburger span::before,
.c-hamburger span::after {
  position: absolute;
  display: block;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: white;
  content: "";
}
.c-hamburger span::before {
  top: -10px;
}
.c-hamburger span::after {
  bottom: -10px;
}
/**
 * Style 2
 * 
 * Hamburger to "x" (htx). Takes on a hamburger shape, bars slide
 * down to center and transform into an "x".
 */
.c-hamburger--htx {
    background-color: rgba(0, 0, 0, 0);
    margin: 15px 0;
}
.c-hamburger--htx span {
  -webkit-transition: background 0s 0.3s;
          transition: background 0s 0.3s;
}
.c-hamburger--htx span::before,
.c-hamburger--htx span::after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}
.c-hamburger--htx span::before {
  -webkit-transition-property: top, -webkit-transform;
          transition-property: top, transform;
}
.c-hamburger--htx span::after {
  -webkit-transition-property: bottom, -webkit-transform;
          transition-property: bottom, transform;
}
.c-hamburger--htx.is-active span {
  background: none;
}
.c-hamburger--htx.is-active span::before {
  top: 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.c-hamburger--htx.is-active span::after {
  bottom: 0;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.c-hamburger--htx.is-active span::before,
.c-hamburger--htx.is-active span::after {
  -webkit-transition-delay: 0s, 0.3s;
          transition-delay: 0s, 0.3s;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
      .comment-form textarea {
        height: 134px;
    }
}
/*BLUR*/
/* General styles for the modal */
.modeltheme-modal.modeltheme-show *{
  opacity:1;
  visibility: visible;
}
.modeltheme-modal *{
  opacity: 0;
  visibility: hidden;
}
.modeltheme-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 50%;
  max-width: 630px;
  min-width: 320px;
  height: auto;
  z-index: 2000;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
}
.modeltheme-show {
  visibility: visible;
}
.modeltheme-overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  visibility: hidden;
  top: 0;
  left: 0;
  z-index: 1000;
  opacity: 0;
  background: rgba(0, 0, 0, 0.80);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modeltheme-show ~ .modeltheme-overlay {
  opacity: 1;
  visibility: visible;
}
/* Content styles */
.modeltheme-content {
  color: #3F3F3F;
  background: #FFFFFF;
  position: relative;
  margin: 0 auto;
}
.modeltheme-content h3 {
  margin: 0;
  padding: 25px;
  font-size: 24px;
  font-weight: 300;
  background: #48A8A7;
  color: white;
  border-radius: 0;
  -webkit-border-radius: 0;
}
.modeltheme-content > div {
  padding: 15px 40px 30px;
  margin: 0;
  font-weight: 300;
  font-size: 1.15em;
}
.modeltheme-content > div p {
  margin: 0;
  padding: 10px 0;
}
.modeltheme-content button {
  display: block;
  margin: 0 auto;
  font-size: 0.8em;
}
.modeltheme-content .modeltheme-close {
    cursor: pointer;
    padding: 25px;
    right: 0;
    opacity: 0.8;
    top: 0;
}
.modeltheme-content .modeltheme-close:hover {
    opacity: 1;
}
/* Modal: BLUR */
.modeltheme-show.modeltheme-effect-16 ~ .modeltheme-overlay {
    background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
}
.modeltheme-show.modeltheme-effect-16 ~ #page {
  -webkit-filter: blur(4px);
  -moz-filter: blur(4px);
  filter: blur(4px);
}
.modeltheme-effect-16 .modeltheme-content {
  -webkit-transform: translateY(-5%);
  -moz-transform: translateY(-5%);
  -ms-transform: translateY(-5%);
  transform: translateY(-5%);
  opacity: 0;
}
.modeltheme-show.modeltheme-effect-16 ~ #page,
.modeltheme-effect-16 .modeltheme-content {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.modeltheme-show.modeltheme-effect-16 .modeltheme-content {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
form#login{
    width: 100%;
}
form#login p.status{
    display: none;
}
.login_overlay{
    height: 100%;
    width: 100%;
    background-color: #F6F6F6;
    opacity: 0.9;
    position: fixed;
    z-index: 998;
}
form#login a.lost {
    font-size: 15px;
    margin-bottom: 7px;
    display: block;
}
form#login label {
    margin-bottom: 0;
    margin-top: 8px;
}
form#login .register_button:hover,
form#login .submit_button:hover{
  background: #feaf23;
}
form#login .register_button,
form#login .submit_button {
    border: 0 none;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    color: white;
    font-weight: 300;
    padding: 8px 15px;
    background: #FFBA41;
}
#login input[type="password"],
#login input[type="text"] {
    border: 1px solid rgb(229, 236, 239);
    padding: 8px;
}
 /*Button default classes*/
.btn.btn-primary {
    background-color: #3498db;
    color: #ffffff;
}
.btn.btn-success {
    background-color: #2ecc71;
    color: #ffffff;
}
.btn.btn-info {
    background-color: #03C2FF; 
    color: #ffffff;
}
.btn.btn-warning {
    background-color: #FFBA41;  
    color: #ffffff;
} 
.btn.btn-danger {
    background-color: #e74c3c;  
    color: #ffffff;
}
/*Hover Effects
/* ------- Blog Posts Efects -------*/
.shortcode_post_content:hover::after {
    left: 0;
}
.shortcode_post_content .text_content .post-more-download .post_link {
    float: right;
}
.shortcode_post_content .text_content .post-more-download .share_link {
    float: right;
}
.smartowl_shortcode_blog .shortcode_post_content a {
    overflow: unset !important;
}
/*Portfolio - title styles*/
/* General link styles */
.link {
  outline: none;
  text-decoration: none;
  position: relative;
  font-size: 60px;
  color: #fff;
  display: inline-block;
}
/* Kukuri */
.link--kukuri {
  text-transform: uppercase;
  font-weight: 900;
  overflow: hidden;
  line-height: 0.75;
  color: #fff;
}
.get-portfolio-details:hover .link--kukuri{
  color: #fff;
}
.link--kukuri::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 100%;
  top: 50%;
  margin-top: -8px;
  right: 0;
  background: #F9F9F9;
  -webkit-transform: translate3d(-100%,0,0);
  transform: translate3d(-100%,0,0);
  -webkit-transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  -webkit-transition-timing-function: cubic-bezier(0.7,0,0.3,1);
  transition-timing-function: cubic-bezier(0.7,0,0.3,1);
}
.get-portfolio-details:hover .link--kukuri::after{
  -webkit-transform: translate3d(100%,0,0);
  transform: translate3d(100%,0,0);
}
.link--kukuri::before {
  content: attr(data-letters);
  position: absolute;
  z-index: 2;
  overflow: hidden;
  color: #fff;
  white-space: nowrap;
  width: 0%;
  -webkit-transition: width 0.4s 0.3s;
  transition: width 0.4s 0.3s;
}
.get-portfolio-details:hover .link--kukuri::before{
  width: 100%;
}
/*SINGLE PORTFOLIO*/
.love-it i {
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.loved i {
    color: #65bc7b;
}
.portfolio-bottom-icons {
    margin-top: 50px;
}
.portfolio-bottom-icons a h4 {
    font-weight: 300;
}
.portfolio-bottom-icons i {
    color: #000000;
    font-size: 40px;
}
.portfolio-bottom-icons a:hover, .portfolio-bottom-icons a:hover i {
    color: #65bc7b;
}
.portfolio-bottom-icons a i{
    color: #000000;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.portfolio-bottom-icons a {
    display: inline-table;
    line-height: normal;
    color: #000000;
    margin: 0 30px;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.portfolio-bottom-icons {
    float: left;
    width: 100%;
    margin: 50px 0 40px;
}
.portfolio-bottom-description p {
    margin-bottom: 0;
}
.love-it-wrapper {
    display: inline-table;
}
.single-portfolio .love-count {
    display: block;
    font-weight: 400px;
    margin-top: 7px;
}
.portfolio-bottom-description label,
.portfolio-bottom-description i {
    color: #65bc7b;
    font-weight: 300;
    margin-right: 5px;
}
.portfolio-bottom-description a[rel="tag"] {
    color: #000000;
    font-weight: 300;
}
.portfolio-bottom-icons .loved i{
    color: #65bc7b;
}
img.portfolio-single-pic {
    margin-bottom: 20px;
}
img.portfolio-single-pic:last-child {
    margin-bottom: 0;
}
.single-portfolio .article-content {
    margin-bottom: 0;
    padding-bottom: 0;
}
.job_expire_in {
    color: #ffffff;
}
/*JOBS*/
.recipe-embed button[data-toggle="modal"] {
    position: absolute;
    bottom: 0;
    right: 15px;
    padding: 2px 7px !important;
    background: #000 !important;
    border: 0 none;
}
button[data-toggle="modal"] {
    padding: 0 !important;
    background: #65bc7b !important;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
button[data-toggle="modal"]:hover {
    background: #00a0db !important;
}
.job_descriptions > span {
    margin-right: 15px;
}
#apply_now .modal-body label {
    width: 100%;
    margin-bottom: 15px;
}
#apply_now textarea {
    height: 120px;
}
#apply_now .modal-header .modal-title{
    color: #ffffff;
}
#apply_now input[type="file"], #apply_now input[type="text"], #apply_now textarea, #apply_now select, #apply_now input[type="email"] {
    width: 100%;
    background: #fff;
    border: 1px solid #a5a5a5;
    font-weight: 400;
    border-radius: 30px !important;
    -webkit-border-radius: 30px !important;
    padding: 15px 25px !important;
}
.modal-header {
    color: #ffffff;
}
div#apply_now .modal-dialog {
    margin-top: 50px;
}
#apply_now .modal-header {
    padding: 20px 30px;
}
#apply_now .modal-body {
    padding-bottom: 0px;
    padding-left: 30px;
    padding-top: 30px;
    padding-right: 30px;
}
#apply_now button.close {
    font-size: 30px;
    margin-top: 0;
    opacity: 0.8;
    transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out;
}
#apply_now button.close:hover {
    opacity: 1;
}
#apply_now .modal-content {
    overflow: hidden;
    border: 0 none;
}
#apply_now .wpcf7 form.sent .wpcf7-response-output {
    margin-top: 0;
}
#apply_now .wpcf7-submit {
    border-radius: 0px;
    margin-top: 15px;
    padding: 15px;
    width: 100%;
    border: 0 none;
    border-radius: 30px !important;
}
#apply_now .close > span {
    color: #ffffff;
}
#navbar > p:nth-child(2) {
    display: none;
}
.job-type a {
    background: #e98b39 none repeat scroll 0 0;
    border-radius: 0px;
    color: #ffffff;
    display: inline-table;
    font-size: 16px;
    font-weight: 300;
    padding: 8px 16px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.job-type a:hover {
    color: #ffffff;
    background: #d35400 none repeat scroll 0 0;
}
/*DESIGN FALLBACK*/
.navbar-default {
    background-color: #fff;
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.06);
}
.header3 .no-menu,
.header2 .no-menu {
    color: #a5a5a5;
}
.no-menu {
    color: #252525;
    display: inline-table;
    margin: 37px 0 37px;
}
.added-redux-framework .fixed-sidebar-menu .no-menu,
.added-redux-framework .fixed-sidebar-menu .no-menu a {
    color: #828282;
}
.tp-static-layers{
  opacity: 0 !important;
}
.vc_tta-accordion.vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 30px;
}
/*WooCommerce*/
.woocommerce a.remove {
    color: #999999 !important;
}
.woocommerce a.remove:hover {
    color: #fff !important;
    background: #65bc7b;
}
.single.single-product .product .thumbnails-summary .woocommerce-product-gallery__wrapper {
    margin: 0px !important;
}
.single.single-product div.product .product_title {
  font-weight: bold !important;
}
.single.single-product .summary.entry-summary.col-md-8 {
    width: 62% !important;
}

.woocommerce div.product .woocommerce-tabs .panel {
    margin: 0;
    padding: 25px 40px;
    padding-top: 50px;
    border: 0;
    box-shadow: none;
    border: 2px solid #EBEDF0;
}
.single.single-product #review_form #respond {
    position: static;
    margin: 0;
    width: 100%;
}
.single.single-product p.woocommerce-noreviews {
    color: #606060;
    font-weight: 400;
}
.single.single-product span#reply-title{
   color: #606060;
}
.woocommerce table.shop_attributes td{
  border: none;
  font-style: normal;
  text-align: left;
}
.woocommerce table.shop_attributes th {
    width: 170px;
    border: none;
}
.woocommerce table.shop_attributes{
    border: none;
    margin-bottom: 0;
}
.single.single-product span#email-notes {
    color: #606060;
    font-weight: 400;
    font-size: 16px;
}
.single.single-product .comment-form-rating label {
    color: #606060;
}
.single.single-product .comment-form-rating {
    margin: 30px 0px;
}
.single.single-product .woocommerce-product-attributes-item.woocommerce-product-attributes-item--attribute_compatible-with {
    border-bottom: 1px solid #8080802e;
}
.woocommerce #review_form #respond textarea,
.woocommerce #review_form .comment-form input {
    border: none !important;
}
.woocommerce #review_form #respond .form-submit input {
    padding: 15px 30px;
    margin-top: 15px;
    color: #fff;
}
.woocommerce #review_form #respond p {
    color: #606060;
    font-weight: 400;
}

.woocommerce ul.cart_list, .woocommerce ul.product_list_widget {
  text-align: left;
}
.header_mini_cart .woocommerce.widget_shopping_cart .total {
  text-align: left;
}
.woocommerce ul.cart_list li, .woocommerce ul.product_list_widget li {
      padding: 15px 0;
      width: 100%;
}
.woocommerce .woocommerce-Address-title.title {
    background: transparent;
    color: #252525;
    padding: 0;
}
.woocommerce-EditAccountForm button.woocommerce-Button.button.wp-element-button {
    margin-top: 20px;
}
.woocommerce-cart .header_mini_cart {
    visibility: hidden !important;
}
.woocommerce div.product form.cart .variations label {
    color: #000000;
    font-size: 15px;
    font-weight: 700;
    line-height: 30px;
}
.woocommerce div.product div.images {
    width: 100%;
}
.woocommerce ul.products li.product .price del {
    display: inline;
}
.woocommerce nav.woocommerce-pagination {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    clear: both;
    text-align: center;
    padding-top: 30px !important;
}
body.woocommerce ul.products li.product .onsale {
    border-radius: 0;
    height: auto;
    left: auto;
    line-height: 0;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 16px;
    right: 15px;
    top: 0;
}
body .woocommerce ul.products li.product .price del {
    opacity: .6 !important;
}
.single-product.woocommerce span.onsale {
    color: rgb(255, 255, 255);
    font-size: 16px;
    font-weight: 300;
    line-height: normal;
    margin: 0;
    min-height: auto;
    min-width: auto;
    padding: 12px 20px;
    position: absolute;
    text-align: center;
}
.single-product.woocommerce  .woocommerce-product-details__short-description {
    font-size: 17px !important;
    color: #fff !important;
    font-weight: 300 !important;
}
.single-product.woocommerce  .product_meta {
    font-size: 16px;
    color: #828282;
    font-weight: 300;
}
#add_payment_method table.cart td.actions .coupon .input-text, 
.woocommerce-cart table.cart td.actions .coupon .input-text, 
.woocommerce-checkout table.cart td.actions .coupon .input-text {
    width: auto;
}
.woocommerce form .form-row .input-text, 
.woocommerce-page form .form-row .input-text {
    padding: 7px;
}
.woocommerce #content div.product .woocommerce-tabs, 
.woocommerce #content div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce #content div.product div.thumbnails a.first, 
.woocommerce #content div.product div.thumbnails::after, 
.woocommerce .cart-collaterals::after, 
.woocommerce .col2-set::after, 
.woocommerce .woocommerce-pagination ul.page-numbers::after, 
.woocommerce div.product .woocommerce-tabs, 
.woocommerce div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce div.product div.thumbnails a.first, 
.woocommerce div.product div.thumbnails::after, 
.woocommerce ul.products, 
.woocommerce ul.products li.first, 
.woocommerce ul.products::after, 
.woocommerce-page #content div.product .woocommerce-tabs, 
.woocommerce-page #content div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce-page #content div.product div.thumbnails a.first, 
.woocommerce-page #content div.product div.thumbnails::after, 
.woocommerce-page .cart-collaterals::after, 
.woocommerce-page .col2-set::after, 
.woocommerce-page .woocommerce-pagination ul.page-numbers::after, 
.woocommerce-page div.product .woocommerce-tabs, 
.woocommerce-page div.product .woocommerce-tabs ul.tabs::after, 
.woocommerce-page div.product div.thumbnails a.first, 
.woocommerce-page div.product div.thumbnails::after, 
.woocommerce-page ul.products, 
.woocommerce-page ul.products li.first, 
.woocommerce-page ul.products::after {
    clear: none !important;
}
.woocommerce ul.products.columns-4 {
    clear: both !important;
}
.woocommerce ul.products.columns-3 {
    clear: both !important;
}
.woocommerce .woocommerce-result-count, 
.woocommerce-page .woocommerce-result-count {
    float: left !important;
    margin-bottom: 0 !important;
    margin-top: 9px;
}
.woocommerce ul.products li.product.col-md-4,
 .woocommerce-page ul.products li.product.col-md-4 {
    float: left;
}
.woocommerce ul.products li.product.col-md-3, 
.woocommerce-page ul.products li.product.col-md-3, 
.woocommerce ul.products li.product.col-md-4, 
.woocommerce-page ul.products li.product.col-md-4, 
.woocommerce ul.products li.product.col-md-6, 
.woocommerce-page ul.products li.product.col-md-6 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 15px 0 !important;
}
.woocommerce .loader::before {
    display: none !important;
}
.woocommerce .woocommerce-breadcrumb {
    display: none;
}
.woocommerce .single-product-header {
    position: absolute;
}
.woocommerce-cart .wc-proceed-to-checkout a.checkout-button {
    height: auto !important;
}
span.woocommerce-terms-and-conditions-checkbox-text {
    margin-left: 20px;
}
.woocommerce form .form-row .input-checkbox {
    display: block;
    margin: 10px 8px 0 0;
}
/*SUBSCRIBE FORM*/
/*RATINGS*/
.comment_rating_price_value,
.comment_rating_overall,
.commentrating {
    display: inline-table;
}
/*redesign shop*/
.woocommerce ul.products li.product .archive-product-title a {
    font-size: 20px;
}
.woocommerce ul.products li.product a img {
    margin: 0 !important;
}
.woocommerce .star-rating span {
    color: #f1c40f;
}
.woocommerce .products .star-rating {
    float: none !important;
    margin: 0 30px 5px !important;
}
.custom_inner_class {
    background-color: #fff;
    border-radius: 0px;
    overflow: hidden;
}
.woocommerce ul.products li.product .button:hover {
    background-color: #B6BF68;
}
.progress {
  display: block;
  width: 100%;
  height: 12px;
  position: relative;
  z-index: 5;
  padding-right: 8px;
  padding-top: 2px;
}
@media  {
  .progress {
    height: 10px;
  }
}
.progress[value] {
  background-color: transparent;
  border: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
}
.progress[value]::-ms-fill {
  background-color: #0074d9;
  border: 0;
}
.progress[value]::-moz-progress-bar {
  background-color: #0074d9;
  margin-right: 8px;
}
.progress[value]::-webkit-progress-inner-element {
  background-color: #eee;
}
.progress[value]::-webkit-progress-value {
  background-color: #0074d9;
}
.progress[value]::-webkit-progress-bar {
  background-color: #eee;
}

.progress-circle {
  width: 24px;
  height: 24px;
  position: absolute;
  right: 3px;
  top: -5px;
  z-index: 5;
  border-radius: 50%;
}
.progress-circle:before {
  content: "";
  width: 6px;
  height: 6px;
  background: white;
  border-radius: 50%;
  display: block;
  transform: translate(-50%, -50%);
  position: absolute;
  left: 50%;
  top: 50%;
}

.progress-group {
  margin-top: 36px;
}
@media (max-width: 991px) {
  .progress-group {
    margin-left: -18px;
    margin-right: -18px;
    flex-basis: 100%;
    padding: 18px;
  }
}
@media (max-width: 768px) {
  .progress-group {
    padding: 18px 18px 0;
    margin-bottom: 12px;
  }
}
.progress-group .title {
  margin-bottom: 18px;
}
.progress-group .wrapper {
  background: white;
  border: 1px solid #eee;
  border-radius: 12px;
  height: 14px;
  display: flex;
  filter: drop-shadow(0 0 1px rgba(0, 0, 0, 0.3));
}
.progress-group .step {
  width: 20%;
  position: relative;
}
.progress-group .step:after {
  content: "";
  height: 30px;
  width: 30px;
  background: white;
  border-radius: 50%;
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.progress-group .step:first-of-type .progress {
  padding-left: 4px;
}
.progress-group .step:first-of-type .progress[value]::-moz-progress-bar {
  border-radius: 5px 0 0 5px;
}
.progress-group .step:first-of-type .progress[value]::-webkit-progress-value {
  border-radius: 5px 0 0 5px;
}
.progress-group .step:not(:first-of-type) .progress[value]::-moz-progress-bar {
  border-radius: 0;
}
.progress-group .step:not(:first-of-type) .progress[value]::-webkit-progress-value {
  border-radius: 0;
}
.progress-group .step .progress[value] + .progress-circle {
  background: #eee;
}
.progress-group .step.step01 .progress[value]::-moz-progress-bar {
  background-color: #010C4E;
}
.progress-group .step.step01 .progress[value]::-webkit-progress-value {
  background-color: #010C4E;
}
.progress-group .step.step01 .progress[value="100"] + .progress-circle {
  background-color: #010C4E;
}
.progress-group .step.step02 .progress[value]::-moz-progress-bar {
  background-color: #002D88;
}
.progress-group .step.step02 .progress[value]::-webkit-progress-value {
  background-color: #002D88;
}
.progress-group .step.step02 .progress[value="100"] + .progress-circle {
  background-color: #002D88;
}
.progress-group .step.step03 .progress[value]::-moz-progress-bar {
  background-color: #017AA9;
}
.progress-group .step.step03 .progress[value]::-webkit-progress-value {
  background-color: #017AA9;
}
.progress-group .step.step03 .progress[value="100"] + .progress-circle {
  background-color: #017AA9;
}
.progress-group .step.step04 .progress[value]::-moz-progress-bar {
  background-color: #03C2B2;
}
.progress-group .step.step04 .progress[value]::-webkit-progress-value {
  background-color: #03C2B2;
}
.progress-group .step.step04 .progress[value="100"] + .progress-circle {
  background-color: #03C2B2;
}
.progress-group .step.step05 .progress[value]::-moz-progress-bar {
  background-color: #05E8B0;
}
.progress-group .step.step05 .progress[value]::-webkit-progress-value {
  background-color: #05E8B0;
}
.progress-group .step.step05 .progress[value="100"] + .progress-circle {
  background-color: #05E8B0;
}
.mt-addons-process {
    position: relative;
}
.mt-addons-steps {
    display: inline-block;
    opacity: 1;
    width: 100%;
}
.mt-addons-steps-count {
    display: inline-block;
    opacity: 1;
    margin-right: 30px;
    margin-top: 25px;
    background: #fff;
}
.mt-addons-process-wrapper:before {
    content: "";
    position: absolute;
    left: 30px;
    height: 120px;
    width: 1px;
    background: #ddd;
}
.mt-addons-process-wrapper:last-child:before {
    bottom: 35px;
}
.mt-addons-steps-count span {
    font-size: 23px;
    font-weight: 600;
    border: 1px solid #ddd;
    padding: 0px 22px;
    height: 60px;
    width: 60px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.mt-addons-process-wrapper:first-child:before {
    top: 30px;
}
.mt-addons-process-wrapper {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}
.mt-addons-step-1 {
  -webkit-animation-name: fade-in-1;
          animation-name: fade-in-1;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  z-index: 99;
}
.mt-addons-step-2 {
  -webkit-animation-name: fade-in-2;
          animation-name: fade-in-2;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  z-index: 98;
}
.mt-addons-step-3 {
  -webkit-animation-name: fade-in-3;
          animation-name: fade-in-3;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  z-index: 97;
}
.mt-addons-step-4 {
  -webkit-animation-name: fade-in-4;
          animation-name: fade-in-4;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  z-index: 96;
}
.mt-addons-step-5 {
  -webkit-animation-name: fade-in-5;
          animation-name: fade-in-5;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  z-index: 95;
}
.mt-addons-step-6 {
  -webkit-animation-name: fade-in-6;
          animation-name: fade-in-6;
  -webkit-animation-duration: 5s;
          animation-duration: 5s;
  z-index: 94;
}
@-webkit-keyframes fade-in-1 {
  0% {
    opacity: 1;
  }
  8.7%, 100% {
    opacity: 1;
  }
}

@keyframes fade-in-1 {
  0% {
    opacity: 1;
  }
  8.7%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-2 {
  0%, 8.7% {
    opacity: 1;
  }
  17.4%, 100% {
    opacity: 1;
  }
}
@keyframes fade-in-2 {
  0%, 8.7% {
    opacity: 0;
  }
  17.4%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-3 {
  0%, 17.4% {
    opacity: 0;
  }
  26.1%, 100% {
    opacity: 1;
  }
}
@keyframes fade-in-3 {
  0%, 17.4% {
    opacity: 0;
  }
  26.1%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-4 {
  0%, 26.1% {
    opacity: 0;
  }
  34.8%, 100% {
    opacity: 1;
  }
}
@keyframes fade-in-4 {
  0%, 26.1% {
    opacity: 0;
  }
  34.8%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-5 {
  0%, 34.8% {
    opacity: 0;
  }
  43.5%, 100% {
    opacity: 1;
  }
}
@keyframes fade-in-5 {
  0%, 34.8% {
    opacity: 0;
  }
  43.5%, 100% {
    opacity: 1;
  }
}
@-webkit-keyframes fade-in-6 {
  0%, 43.5% {
    opacity: 0;
  }
  52.2%, 100% {
    opacity: 1;
  }
}
@keyframes fade-in-6 {
  0%, 43.5% {
    opacity: 0;
  }
  52.2%, 100% {
    opacity: 1;
  }
}
.progress-labels {
  display: flex;
  justify-content: space-between;
}
.progress-labels .label {
  text-align: center;
  text-transform: uppercase;
  margin: 12px 0;
  width: 20%;
  font-size: 11px;
  padding-right: 24px;
  font-weight: 600;
  opacity: 0.7;
  color: #000;
}

.page-title {
  letter-spacing: -0.05rem;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active, .woocommerce div.product .woocommerce-tabs ul.tabs li:hover {
    background: #FFF !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  left: -5px !important;
  box-shadow: 2px 2px 0 transparent !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::after {
    right: -5px !important;
    box-shadow: -2px 2px 0 transparent !important;
    display: none;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    border: 2px solid #EBEDF0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li {
    border: 2px solid #515151;
    background-color: #515151;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li:hover a {
    color: #000 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active {
    background-color: #fff !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    color: #fff !important;
}
.single-product.woocommerce .summary span.onsale {
    right: 0 !important;
    width: auto;
    left: auto;
    top: 0 !important;
    font-size: 12px;
    padding: 7px 18px;
    font-weight: 600;
    border-bottom-right-radius: 0 !important;
    border-top-left-radius: 0 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li.active a {
    color: #252525 !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li::before {
  display: none !important;
}
.woocommerce div.product .woocommerce-tabs ul.tabs {
    margin: 0;
    padding: 0;
    margin-top: 30px;
    overflow: initial;
}
.woocommerce div.product .woocommerce-tabs ul.tabs:before, .woocommerce div.product .woocommerce-tabs ul.tabs:after {
    display: none;
}
#primary .main-content ul li[role="tab"]:not(.rotate45) {
    margin: 0;
}
.woocommerce div.product .woocommerce-tabs ul.tabs.wc-tabs.wc-tabs-5 > li {
    width: 20%;
}
.woocommerce div.product .woocommerce-tabs ul.tabs li a {
    width: 100%;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff !important;
    font-size: 14px;
    padding: 20px 30px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    display: flex;
    align-items: center;
    justify-content: center;
}


.woocommerce button.button.alt {
  color: #fff !important;
  border: 0 !important;
}
body.woocommerce div.product form.cart {
    margin-top: 20px !important;
}
body.woocommerce div.product p.price, 
body.woocommerce div.product span.price {
    font-weight: 600 !important;
    margin: 20px 0 0 !important;
}
.related.products ul.products li.product .button {
  color: #fff !important;
  border: 0 !important;
}
.related.products h2 {
  font-weight: bold !important;
    margin-bottom: 20px !important;
}

.woocommerce .quantity .qty {
      height: 2.2em;
}
.woocommerce ul.products li.product {
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
/*///////////////////*/
.related.products ul.products li.product .archive-product-title a {
    font-size: 20px;
    font-weight: 600;
    color: #252525;
}
.related.products .star-rating span {
    color: #f1c40f;
}
.related.products .products .star-rating {
    float: none !important;
    margin: 0 auto !important;
}
.custom_inner_class {
    background-color: #fff;
    overflow: hidden;
}
.related.products ul.products li.product .button {
    margin-top: 1em;
    background-color: white;
    border: 2px solid #e7edf1;
    padding: 10px 30px;
    font-weight: bold !important;
}
.woocommerce #respond input#submit.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
    color: #fff;
    -webkit-font-smoothing: antialiased;
    transition: all 250ms ease;
    outline: 0 !important;
}
.woocommerce-account .woocommerce-address-fields__field-wrapper {
    margin-bottom: 15px;
}
.woocommerce #respond input#submit.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button.alt:hover {
    background-color:#B6BF68;
    color: #fff;
}
.woocommerce button.button {
    background-color: #65bc7b;
    color: #fff !important;
    border-radius: 0;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.woocommerce button.button:hover {
    background-color: #B6BF68 !important;
    color: #fff !important;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 5px 15px !important;
}
.woocommerce-cart table.cart th {
    text-align: center;
}
.woocommerce .cart-collaterals .cart_totals, 
.woocommerce-page .cart-collaterals .cart_totals {
    margin-bottom: 30px;
}
.woocommerce table.shop_table a.remove {
    margin: 0 auto;
    font-size: 45px;
    font-weight: 300;
}
.woocommerce table.shop_table a.remove:hover {
    background: none;
    color: #252525 !important;
}
.woocommerce-cart table.cart img{
  width: 100px;
}
.woocommerce-page .cart-collaterals .cart_totals h2 {
    font-size: 20px;
}
.woocommerce .woocommerce-ordering select, 
.woocommerce .quantity .qty {
    line-height: normal;
    height: auto;
    list-style: none;
    font-size: 16px;
}
.woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: left !important;
    margin-bottom: 0 !important;
    margin-top: 8px;
    clear: both;
}
.woocommerce form .form-row {
    margin: 0 0 15px;
}
.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    border: 1px solid #c4c4c4 !important;
    color: #828282;
    padding: 0 15px;
    background: #f8f8f8;
}
#order_comments,
.woocommerce .woocommerce-checkout .form-row input.input-text,
.woocommerce .woocommerce-checkout .form-row select#tip_facturare {
    background: #f8f8f8;
    border: 1px solid #c4c4c4 !important;
    box-shadow: none;
    outline: 0;
    padding: 10px 15px;
}
.woocommerce form .form-row .required {
    color: grey;
}
#post-7774 .entry-content .woocommerce form .form-row input.input-text,
#post-7774 .entry-content .woocommerce form .form-row textarea {
    padding: 15px 25px;
}
#post-7774 .entry-content .woocommerce form input#reg_password,
#post-7774 .entry-content .woocommerce form input#password,
.woocommerce form .form-row input.input-text {
    background: #f8f8f8 !important;
    border: 1px solid #ECECEC !important;
    padding: 15px 45px 15px 25px;
}
.woocommerce form .show-password-input::after,
.woocommerce-page form .show-password-input::after {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}
.woocommerce .woocommerce-checkout .col2-set .col-2, 
.woocommerce-page .woocommerce-checkout .col2-set .col-2 {
    float: none !important;
    clear: both !important;
    width: auto !important;
}
.woocommerce .woocommerce-info {
    font-size: 16px;
    color: #828282;
}
.woocommerce .woocommerce-checkout .select2-container .select2-selection--single {
    height: 40px;
    border-radius: 0;
    border-color: transparent !important;
}
.woocommerce-checkout input#createaccount{
  display: none;
}
.woocommerce-checkout #payment div.form-row{
  padding: 0px;
}

.woocommerce .woocommerce-checkout .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 10px;
}
.woocommerce-checkout #payment {
    border-radius: 0;
}

/*header mini*/
.first_header .header_mini_cart,
.second_header .header_mini_cart,
.third_header .header_mini_cart,
.fourth_header .header_mini_cart,
.fifth_header .header_mini_cart,
.sixth_header .header_mini_cart,
.seventh_header .header_mini_cart,
.eighth_header .header_mini_cart,
.first_header .header_mini_cart.visible_cart,
.second_header .header_mini_cart.visible_cart,
.third_header .header_mini_cart.visible_cart,
.fourth_header .header_mini_cart.visible_cart,
.fifth_header .header_mini_cart.visible_cart,
.sixth_header .header_mini_cart.visible_cart,
.seventh_header .header_mini_cart.visible_cart,
.eighth_header .header_mini_cart.visible_cart{
    z-index: 10;
}
.header_mini_cart .cart_list.product_list_widget li,
.header_mini_cart .cart_list.product_list_widget a {
    color: #252525;
}
.header_mini_cart .remove:before,
.header_mini_cart .remove:after{
    content: "" !important;
}
.header_mini_cart .woocommerce .widget_shopping_cart .total, 
.header_mini_cart .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid;
    margin: 0;
    padding: 15px 0;
}
.header_mini_cart .buttons {
    margin-bottom: 0;
    text-align: left;
}
.header_mini_cart .button.wc-forward:hover,
.header_mini_cart .button.checkout:hover {
    background-color: #B6BF68;
}
.header_mini_cart .button.checkout {
    float: right;
}
body .shop_cart > a {
    padding: 20px 12px !important;
    padding-right: 0px !important;
}
.header_mini_cart .woocommerce ul.cart_list li a.remove, 
.header_mini_cart .woocommerce ul.cart_list li a.remove::before, 
.header_mini_cart .woocommerce ul.cart_list li a.remove::after{
    transition: all 0ms !important;
    -webkit-transition: all 0ms !important;
}
.header_mini_cart .woocommerce .widget_shopping_cart .cart_list li.empty, 
.header_mini_cart .woocommerce.widget_shopping_cart .cart_list li.empty{
    margin: 0;
    padding: 0;
}
.shop_cart{
    transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
}
.shop_cart{
    transition: all 400ms ease 0s;
    -o-transition: all 400ms ease 0s;
    -moz-transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    -ms-transition: all 400ms ease 0s;
}
.contact_insert_input {
    padding: 0px 30px;
}
.wpcf7-form p {
  margin: 0;
}
.mt_clients_slider .client_image, .clients-no-slider .client_image {
  width: 95%;
}
/*LISTINGS CSS*/
.mt_cars--main-pic a {
    border-radius: 0px;
    display: block;
    overflow: hidden;
}
.mt_car .post-details {
    padding: 0 15px;
}
.mt_car .blog_custom:hover {
    box-shadow: none;
}
.mt_cars--single-main-pic .post-title {
    margin-right: 20px;
    margin-top: 10px;
}
.mt_cars--single-main-pic img {
    height: auto;
    max-width: 100%;
    width: 100%;
}
.mt_car--booking-form div.wpcf7 {
    background-color: #fff !important;
    border-radius: 0 !important;
    margin: 0 !important;
    padding: 25px 0 0 !important;
}
.mt_house--price-container {
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0 !important;
    overflow: hidden;
}
.mt_cars--single-main-pic {
    position: relative;
}
.mt_car--single-gallery.mt_car--featured-single-gallery i {
    margin-right: 5px;
}
.mt_car--single-gallery.mt_car--featured-single-gallery {
    border: 2px solid #fff;
    border-radius: 0px;
    color: #ffffff;
    font-size: 12px;
    line-height: normal;
    padding: 6px 10px;
    transition: all 250ms ease-in-out 0s;
    -o-transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -webkit-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
.mt_car--single-gallery.mt_car--featured-single-gallery:hover{
  color: #000 !important;
  border-color: #000 !important;
}
.contact_insert_input .wpcf7-date {
    padding: 1em 2em !important;
    width: 100% !important;
}
.single .mt_cars--single-main-pic .post-name {
    align-self: end;
    color: #ffffff;
    margin-bottom: 40px;
    text-transform: none;
    width: 100%;
}
.mt_car--tax-type {
    display: inline-table !important;
}
.gradient-holder {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 30%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 30%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
article.mt_car .mt_cars--main-pic a {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    display: block;
    overflow: hidden;
}
.gradient-holder-category {
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 45%, rgba(0,0,0,0.8) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.8) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0) 45%,rgba(0,0,0,0.8) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 2;
}
.single-mt_car .related-posts{
  margin: 70px 0;
}
.mt_car--booking-form {
    margin-top: 0px !important;
}
.single-mt_car .related-posts .post-name {
    margin: 0;
}
.mt_cars--main-pic .post-name {
    bottom: 0px;
    z-index: 2;
    width: 100%;
    color: #fff !important;
    padding: 30px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 600;
    padding-bottom: 23px;
    padding-top: 23px;
}
.mt_cars--main-pic .post-name a {
    display: inline-block !important;
    font-size: 35px !important;
    font-weight: 600;
    line-height: 40px !important;
    color: #65bc7b !important;
    overflow: visible !important;
}
.mt_car--single-price-inner {
    background: #65bc7b;
    color: rgba(255,255,255,0.8);
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-top: 10px;
    text-align: center;
}
.mt_car--single-price-inner-day {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.mt_car--single-price .priceval {
    font-size: 32px;
    opacity: 1;
    color: #fff;
}
.mt_cars--features-description .mt_car--price {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-radius: 0px;
    display: inline-block;
    font-size: 15px;
    margin-bottom: 3px;
    margin-top: 10px;
    padding: 10px 10px 10px 0;
    text-align: left;
    width: 100%;
}
.mt_cars--main-pic:hover .blog_post_image {
    transform: scale(1.03);
}
.mt_car--price-day.mt_car--price .car_price {
    font-size: 50px;
    font-weight: 900;
    line-height: 60px;
    color: #65bc7b;
}
.mt_car--price-day.mt_car--price .car_currency {
    font-size: 16px;
    line-height: 25px;
    font-weight: 500;
    position: relative;
    bottom: 35px;
    color: #65bc7b;
}
.mt_car--price-day.mt_car--price .car_per {
    font-size: 14px;
    line-height: 23px;
    font-weight: 500;
    position: relative;
    bottom: 13px;
    margin-left: 10px;
    color: #65bc7b;
}
.mt_cars--features-description .house_title {
    margin-top: 0px;
}
.mt_cars--features-description .house_description {
    margin: 0px;
}
.mt_cars--main-pic {
    margin-top: 12px !important;
}
.mt_cars--main-pic .mt_car--features-group {
    margin: 30px 0;
}
.mt_cars--features-description .single-car-feature {
    margin: 5px 0;
}
.mt_car--important-features .car_number_passengers_value,
.mt_car--important-features .car_luggage_value,
.mt_car--important-features .car_gearbox_value {
    margin-left: 10px;
    position: relative;
    bottom: -2px;
}
.mt_car--important-features .car_number_passengers,
.mt_car--important-features .car_luggage,
.mt_car--important-features .car_gearbox {
    margin-top: 15px;
    margin-bottom: 15px;
    border-right: 1px solid #dadada !important;
}
.mt_car--important-features span:last-child {
    border: none !important;
}
.mt_car--features-group .features_items p {
    margin: 0px !important;
}
.mt_car--features-group .features_items a {
    font-size: 18px !important;
    margin: 0;
    line-height: 29px;
    font-weight: 200;
    color: rgba(69,70,70,0.8);
    margin-left: 5px;
}
.mt_cars--features-description .mt_car--important-features {
    border: 1px solid #dadada;
    border-radius: 0px;
    margin-top: 12px !important;
    padding: 0;
}
.mt_car .car_separator {
    height: 1px;
    background-color: #ddd;
    margin-top: 30px;
    margin-bottom: 30px;
}
.mt_cars--extra-pics .mt_cars--extra-pics-holder img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin-bottom: 0px !important;
}
.mt_cars--extra-pics .mt_cars--extra-pics-holder {
    border-radius: 0px;
    -webkit-border-radius: 0px;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
}
.list-view.mt_car .blog_custom {
    background: transparent none repeat scroll 0 0 !important;
}
/*
=================================================================================================
BEGIN: WIDGET MONSTER FIX
=================================================================================================
*/
/*FOOTER*/
footer .widget_recent_comments li,
footer .widget_pages li,
footer .widget_meta li,
footer .widget_categories li,
footer .widget_archive li,
footer .widget_nav_menu li,
footer .widget_recent_entries li {
    padding-left: 15px !important;
    margin-bottom: 5px;
    position: relative;
}
footer .widget_nav_menu .menu{
    padding: 0;
}
.footer-top .widget_nav_menu li {
    margin: 0;
    padding: 3px 0;
    text-align: left;
    width: 100%;
}
footer .widget_recent_comments li,
footer .widget_pages li,
footer .widget_meta li,
footer .widget_categories li,
footer .widget_archive li,
footer .widget_nav_menu li,
footer .widget_nav_menu a {
    display: block;
    color: #828282;
    width: 100%;
    text-align: left;
}
footer .widget:last-child {
  margin-bottom: 0; 
}
footer .widget {
    clear: both;
    margin-bottom:20px;
}
footer #wp-calendar th, 
footer #wp-calendar td {
    color: #ffffff;
}
/*OTHER SIDEBARS*/
.sidebar-content .widget_recent_comments li,
.sidebar-content .widget_pages li,
.sidebar-content .widget_meta li,
.sidebar-content .widget_categories li,
.sidebar-content .widget_archive li,
.sidebar-content .widget_nav_menu li,
.widget_recent_entries li {
    padding-left: 15px;
    position: relative;
}
.sidebar-content .widget_recent_comments li::before,
.sidebar-content .widget_pages li::before,
.sidebar-content .widget_meta li::before,
.sidebar-content .widget_categories li::before,
.sidebar-content .widget_archive li::before,
.sidebar-content .widget_nav_menu li::before,
.widget_recent_entries li::before {
    content: "\f105";
    font-family: 'fontawesome';
    left: 0;
    margin-right: 8px;
    position: absolute;
    background: transparent !important;
}
.sidebar-content .widget_nav_menu .menu{
    padding-left: 12px;
    margin-bottom: 0;
}
.sidebar-content .widget_recent_comments li,
.sidebar-content .widget_pages li,
.sidebar-content .widget_meta li,
.sidebar-content .widget_categories li,
.sidebar-content .widget_archive li,
.sidebar-content .widget_nav_menu li{
    margin-bottom: 5px;
}
.sidebar-content .widget_recent_comments li,
.sidebar-content .widget_pages li,
.sidebar-content .widget_meta li,
.sidebar-content .widget_categories li,
.sidebar-content .widget_archive li,
.sidebar-content .widget_nav_menu li,
.sidebar-content .widget_nav_menu a {
    display: block;
    color: #828282;
    width: 100%;
    text-align: left;
}
.widget_recent_comments .children,
.widget_categories .children,
.widget_pages .children {
    padding: 0;
}
body .widget_nav_menu ul {
    padding-left: 0;
}
/*
=================================================================================================
END: WIDGET MONSTER FIX
=================================================================================================
*/
/*
*   25. OWL Slider Styling
*   v1.3.3
*/
/* 
 *  Core Owl Carousel CSS File
 *  v1.3.3
 */
/* clearfix */
.owl-carousel .owl-wrapper:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
/* display none until init */
.owl-carousel{
  display: none;
  position: relative;
  width: 100%;
  -ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper{
  display: none;
  position: relative;
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer{
  overflow: hidden;
  position: relative;
  width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight{
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item{
  float: left;
}
.owl-controls .owl-page,
.owl-controls .owl-buttons div{
  cursor: pointer;
}
.owl-controls {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing { 
    cursor:url(../images/grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel  .owl-wrapper,
.owl-carousel  .owl-item{
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility:    hidden;
  -ms-backface-visibility:     hidden;
  -webkit-transform: translate3d(0,0,0);
  -moz-transform: translate3d(0,0,0);
  -ms-transform: translate3d(0,0,0);
}
.owl-theme .owl-controls{
  margin-top: 40px;
  text-align: center;
}
/* Styling Next and Prev buttons */
.owl-theme .owl-controls .owl-buttons div{
  color: #FFF;
  display: inline-block;
  zoom: 1;
  display: inline;/*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  background: #869791;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
}
/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
  text-decoration: none;
}
.owl-theme .owl-controls .owl-buttons div:hover i {
    transform: scale(1.05) !important;
    -webkit-transform: scale(1.05) !important;
    -moz-transform: scale(1.05) !important;
    -o-transform: scale(1.05) !important;
    -ms-transform: scale(1.05) !important;
    opacity: .8;
}
.owl-theme .owl-controls .owl-buttons div i {
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
/* Styling Pagination*/
.owl-theme .owl-controls .owl-page{
  display: inline-block;
  zoom: 1;
  *display: inline;/*IE7 life-saver */
}
.owl-theme .owl-controls .owl-page span{
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=50);/*IE7 fix*/
  opacity: 0.5;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
}
.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span{
  filter: Alpha(Opacity=100);/*IE7 fix*/
  opacity: 1;
}
/* If PaginationNumbers is true */
.owl-theme .owl-controls .owl-page span.owl-numbers{
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.services-section .box-shadow-column .vc_column-inner{ 
  box-shadow: 0 0 25px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 0 25px rgba(0,0,0,.1);
  -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
  -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
  overflow: hidden;
}   
.services-section .services-icon img {
    -webkit-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
    -ms-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
    filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
    -moz-filter: saturate(0%) grayscale(100%) brightness(69%) contrast(1000%);
}
.services-section .box-shadow-column .vc_column-inner {
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.services-section .box-shadow-column .vc_column-inner:hover {
    background: #f7fafd !important;
    cursor: pointer;
}
.services-section .box-shadow-column .vc_column-inner:hover .services-icon img {
    filter: none;
    -moz-filter:none;
    -ms-filter:none;
}
.services-section .box-shadow-column .vc_column-inner:hover .button-sections a {
    color: #74d66e !important;
}
.sidebar-menu .menu li {
    border-bottom: 2px solid #fff;
    background: #f7fafd;
    margin: 0;
    padding: 0 23px 0 0;
    color: #252525;
    width: 100%;
}
.sidebar-menu .menu li a {
    color: #252525;
    text-decoration: none !important;
    border-left: 5px solid #65bc7b;
    display: inline-block;
    padding: 20px 0 20px 20px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: 500;
    font-size: 16px;
}
.sidebar-menu .menu li.current-menu-item > a,
.sidebar-menu .menu li:hover > a,
.sidebar-menu .menu li:focus > a,
.sidebar-menu .menu li:active > a   {
    border-color: #252525;
}
.sidebar-menu h2.widgettitle {
    color: #fff;
    text-decoration: none !important;
    display: inline-block;
    padding: 22px 0 22px 25px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: bold;
    background: #65bc7b;
    width: 100%;
    margin: 0;
    border-bottom: 2px solid #fff;
    font-size: 23px;
}
.get-a-consultation-sidebar .tikidocs-contact label span, 
.get-a-consultation-sidebar div.wpcf7-response-output {
    color: #fff !important;
}
.cases-tabs ul.vc_tta-tabs-list {
    background: #252525 !important;
}
.cases-tabs ul.vc_tta-tabs-list li a {
    color: #fff !important;
    font-size: 17px !important;
    font-weight: bold;
    background: #252525 !important;
    border: 0 !important;
    padding: 18px 32px !important;
}
.cases-tabs ul.vc_tta-tabs-list  li.vc_tta-tab.vc_active a {
    background: #65bc7b !important;
}
.cases-tabs .vc_tta-panel-body {
    background: #f7fafd !important;
    margin: 10px 10px 5px 10px !important;
}
.cases-tabs .vc_tta-panels {
    border-color: #f7fafd !important;
}
.consulting-broshure-sidebar h3.title-download-pdf {
    margin: 0 0 20px;
    font-weight: bold;
    color: #252525;
    font-size: 23px !important;
}
.consulting-broshure-sidebar p.subcription-download-pdf {
    font-weight: 400;
    color: #252525;
}
.consulting-broshure-sidebar a.btn.btn-download-pdf {
    border: 0 none;
    font-weight: bold;
    padding: 17px 34px;
    color: #fff;
    line-height: 1;
    border: 2px solid #65bc7b;
    margin-top: 15px;
    height: auto;
    font-size: 16px;
    background: #65bc7b;
    width: 100%;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}
.consulting-broshure-sidebar a.btn.btn-download-pdf:hover {
    background: #252525 !important;
    color: #fff !important;
    border-color: #252525 !important;
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.accordion-services .vc_tta-panel a {
    background: #65bc7b !important;
    color: #fff !important;
    font-weight: bold;
    border: 0 !important;
    padding: 22px 32px !important;
}
.accordion-services .vc_tta-panel-body {
    background: #f7fafd !important;
    border-color: #f7fafd !important;
    padding: 30px !important;
}
.accordion-services .vc_tta-panel-heading {
    border: 0 !important;
}
.accordion-services .vc_tta-panel {
    margin-bottom: 2px !important;
}
.accordion-services .vc_tta-controls-icon::before {
    border-color: #fff !important;
}
/* preloading images */
.owl-item.loading{
  min-height: 150px;
  background: url(AjaxLoader.gif) no-repeat center center
}
.text-light .esg-filterbutton.selected,
.text-light .esg-filterbutton:hover {
    color: #65bc7b !important;
}
.text-light .esg-filterbutton.selected span:first-child,
.text-light .esg-filterbutton:hover span{
    text-decoration: none !important;
}
.text-light .esg-filterbutton:first-child {
    padding-left: 0 !important;
}
.text-light .esg-filterbutton {
    font-size: 17px !important;
    border: 0 !important;
    font-weight: 500 !important;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
/*---------------------------------------------*/
/*--- 26. Forum ---*/
/*---------------------------------------------*/
.bbpress div#primary {
    padding: 80px 0px 40px;
}
.bbpress div.bbp-breadcrumb ,
.bbpress #bbp-search-form ,
#bbpress-forums li.bbp-footer {
    display: none;
}
.bbpress span#subscription-toggle a.subscription-toggle {
    background: #252525;
    padding: 12px 0px;
    display: block;
    font-size: 16px;
    margin: 0 auto 20px;
    max-width: 150px;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    color: #fff;
}
.bbpress span#subscription-toggle a.subscription-toggle:hover {
    background: #65bc7b;
    color: #fff;
}
/* other style */
#bbpress-forums li.bbp-header {
    font-weight: 600;
    padding: 0;
    text-transform: uppercase;
    border: 0;
    text-align: left;
    background: #252525;
}
#bbpress-forums li.bbp-header ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    border: 0;
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: visible;
}
#bbpress-forums li.bbp-header, #bbpress-forums li.bbp-header a, #bbpress-forums li.bbp-header a:visited {
    color: #FFF;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-reply-count, #bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-voice-count, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-topic-count, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-reply-count, #bbpress-forums li.bbp-header ul li.bbp-forum-topic-count, #bbpress-forums li.bbp-header ul li.bbp-forum-reply-count, #bbpress-forums li.bbp-header ul li.bbp-topic-reply-count, #bbpress-forums li.bbp-header ul li.bbp-topic-voice-count {
    padding-left: 1rem;
    padding-right: 1rem;
}
#bbpress-forums li.bbp-header ul li {
    padding: 20px 25px;
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 700;
}
li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
    float: none;
    text-align: center;
    width: 12.5%;
}
#bbpress-forums li.bbp-header ul li.bbp-topic-freshness, #bbpress-forums li.bbp-header ul li.bbp-forum-freshness {
    text-align: right;
}
#bbpress-forums li.bbp-header ul li:last-child {
    border-right: 0;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    float: none;
    text-align: left;
    width: 25%;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-forum-info, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    justify-content: left;
}
#bbpress-forums li.bbp-body > ul.topic > li, #bbpress-forums li.bbp-body > ul.forum > li {
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    margin: 0;
    padding: 25px;
    float: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    background: #fff;
}
li.bbp-forum-info, li.bbp-topic-title {
    float: none;
    text-align: left;
    width: 50%;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-freshness, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-freshness {
    font-size: 0.8125rem;
    text-align: right;
    justify-content: flex-end;
}
#bbpress-forums li.bbp-body > ul.topic > li:last-child, #bbpress-forums li.bbp-body > ul.forum > li:last-child {
    border-right: 0;
}
#bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-info .bbp-forum-content {
    width: 100%;
}
#bbpress-forums li.bbp-body > ul.topic li.bbp-topic-title > a, #bbpress-forums li.bbp-body > ul.topic li.bbp-topic-title > a:visited, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-info a.bbp-forum-title, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-info a.bbp-forum-title:visited {
    text-transform: capitalize;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 0.0625rem;
    display: inline-block;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-info .bbp-topic-content, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta {
    font-size: 16px;
    margin: 0;
    padding: 0;
    word-wrap: break-word;
    color: rgba(40, 43, 71, .5);
    width: 100%;
}
#bbpress-forums p.bbp-topic-meta span .avatar{
    display: none;
}
#bbpress-forums li.bbp-body ul.topic, #bbpress-forums li.bbp-body ul.forum {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
    align-items: stretch;
    border: 0;
    padding: 0;
    overflow: visible;
    list-style: none;
    margin: 0;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-freshness .bbp-topic-meta, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-freshness .bbp-topic-meta {
    margin: 5px 0 5px 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-freshness .bbp-topic-meta img.avatar, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-freshness .bbp-topic-meta img.avatar {
    display: none;
}
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content, div.bbp-template-notice p, #bbpress-forums .bbp-forum-info .bbp-forum-content, #bbpress-forums p.bbp-topic-meta, div.bbp-breadcrumb, div.bbp-topic-tags, #bbpress-forums ul.bbp-lead-topic, #bbpress-forums ul.bbp-topics, #bbpress-forums ul.bbp-forums, #bbpress-forums ul.bbp-replies, #bbpress-forums ul.bbp-search-results, #bbpress-forums {
    font-size: 16px;
}
#bbpress-forums ul.bbp-forums,
#bbpress-forums ul.bbp-replies {
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
}
#bbpress-forums div.bbp-reply-header {
    padding: 15px 30px;
    color: #828282;
    font-size: 14px;
}
#bbpress-forums div.bbp-reply-header span.bbp-admin-links a {
    color: #828282;
    font-size: 14px;
    text-transform: capitalize;
}
.bbp-reply-header a {
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.bbp-reply-header a.bbp-reply-permalink {
    color: #828282;
}
.bbp-reply-header a:hover {
    color: #65BC7B !important;
}
#bbpress-forums div.bbp-reply-author .bbp-author-role {
    color: #828282;
    font-style: normal;
    font-size: 14px;
}
#bbpress-forums div.bbp-reply-author .bbp-reply-ip {
    display: none;
}
#bbpress-forums .bbp-topics {
    border-bottom: 0px solid !important;
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-right: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 5px;
    overflow: hidden;
}
#bbpress-forums .bsp_thumbnail > a {
    padding-left: 0 !important;
}
.bbpress a.bbp-forum-title,
.bbpress a.bbp-topic-permalink {
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.bbpress a.bbp-forum-title:hover,
.bbpress a.bbp-topic-permalink:hover,
.bbpress #bbpress-forums li.bbp-body ul .bbp-forum-freshness .bbp-author-name:hover,
.bbpress #bbpress-forums li.bbp-body ul .bbp-topic-freshness .bbp-author-name:hover,
.bbpress #bbpress-forums li.bbp-body .bbp-topic-title .bbp-topic-meta .bbp-author-name:hover  {
    color: #65bc7b !important;
}
.bbpress #bbpress-forums li.bbp-body ul .bbp-forum-freshness .bbp-author-name,
.bbpress #bbpress-forums li.bbp-body ul .bbp-topic-freshness .bbp-author-name,
.bbpress #bbpress-forums li.bbp-body .bbp-topic-title .bbp-topic-meta .bbp-author-name {
    color: #252525;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.bbpress #bbpress-forums li.bbp-body ul .bbp-forum-freshness a,
.bbpress #bbpress-forums li.bbp-body ul .bbp-topic-freshness a  {
    font-size: 16px;
    color: rgba(40, 43, 71, .5);
}
.bbpress div.bbp-template-notice.info,
.bbpress div.bbp-template-notice {
    background: #fff;
    border: 0;
    padding: 11px 20px;
    border:1px solid rgba(0, 0, 0, 0.05);
    border-left: 6px solid #65bc7b;
    border-radius: 0;
}
.bbpress div.bbp-template-notice p {
    font-size: 16px;
    color: #252525;
    font-weight: bold;
}
.bbpress div.bbp-template-notice p .avatar {
    display: none;
}
.bbp-pagination-count {
    font-size: 16px;
    color: #252525;
}
.bbp-topics .bbp-body .bbp-topic-freshness a, .bbp-topics .bbp-body li .bbp-topic-started-by {
    font-size: 16px;
}
#bbpress-forums li.bbp-body > ul.topic > li.bbp-topic-title, #bbpress-forums li.bbp-body > ul.forum > li.bbp-forum-title {
    text-align: left;
    justify-content: flex-start;
}
#bbpress-forums fieldset.bbp-form label {
    color: #252525;
    font-weight: 400;
    font-size: 16px;
}
#bbpress-forums fieldset.bbp-form input[type="text"] {
    border: 0;
    padding: 12px 20px !important;
    width: 100%;
    border-radius: 5px !important;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.1);
    margin-bottom: 30px !important;
    margin-top: 5px !important;
    outline: 0 !important;
}
#bbpress-forums fieldset.bbp-form select {
    border: 0;
    padding: 12px 20px !important;
    border-radius: 5px !important;
    background: #fff;
    box-shadow: 0 0 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 5px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 5px rgba(0,0,0,.1);
    margin-bottom: 30px !important;
    margin-top: 5px !important;
    outline: 0 !important;
}
.bbpress .button[type='submit'] {
    background: #252525;
    padding: 12px 30px;
    display: block;
    font-size: 16px;
    margin: 0 auto 20px;
    text-align: center;
    font-weight: 700;
    border-radius: 5px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
    border: 0;
    outline: 0 !important;
}
#bbpress-forums fieldset.bbp-form button#bbp_topic_submit:hover,
#bbpress-forums #bbp-your-profile fieldset.submit button:hover,
.single-topic #bbpress-forums fieldset.bbp-form .button[type='submit']:hover {
	background: #65bc7b;
    color: #fff;
}
#bbpress-forums #bbp-single-user-details #bbp-user-avatar img.avatar {
    height: auto;
    min-width: 100%;
}
.single-topic span#subscription-toggle a.subscription-toggle {
	display: none;
}
.single-topic #bbpress-forums li.bbp-header {
    padding: 20px 0;
}
.single-topic li.bbp-header div.bbp-reply-content span#favorite-toggle a {
    font-weight: bold;
}
.single-topic #bbpress-forums .bbp-replies li:not(.bbp-header) div.bbp-reply-content {
    margin-left: 200px;
    padding: 12px 20px 20px 0;
}
.single-topic #bbpress-forums .bbp-replies li:not(.bbp-header) div.bbp-reply-author {
    width: 170px;
    padding-left: 21px;
    padding-top: 10px;
}
.single-topic #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log li .avatar {
    display: none;
}
.single-topic #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    color: #252525;
    font-weight: bold;
    font-size: 16px;
    margin-top: 15px;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -o-transition: all 250ms ease;
}
.single-topic #bbpress-forums div.bbp-reply-author a.bbp-author-name:hover {
    color: #65BC7B;
}
#bbpress-forums li.bbp-header .bbp-reply-content {
    margin-left: 208px;
}
.single-topic #bbpress-forums div.bbp-reply-author br {
    display: none;
}
.single-topic li.bbp-header div.bbp-reply-content span#subscription-toggle {
    display: none;
}
.single-topic #bbpress-forums div.bbp-reply-author img.avatar {
    min-width: 100%;
    border-radius: 0;
}
.single-topic #bbpress-forums li.bbp-header {
    font-weight: 700;
    text-transform: capitalize;
}
.single-topic #bbpress-forums .bbp-reply-content ul.bbp-topic-revision-log {
	display: none;
}
.single-topic li.bbp-header div.bbp-reply-content span#favorite-toggle {
	display: none;
}
@media (max-width: 991px) {
  li.bbp-forum-info, li.bbp-topic-title {
      width: 100%;
  }
  li.bbp-forum-topic-count, li.bbp-topic-voice-count, li.bbp-forum-reply-count, li.bbp-topic-reply-count {
    display: none !important;
}
li.bbp-forum-freshness, li.bbp-topic-freshness {
    display: none !important;
}
#bbpress-forums .bbp-search-results li.bbp-header, #bbpress-forums .bbp-replies li.bbp-header {
    display: none;
}
#bbpress-forums div.bbp-reply-header span.bbp-admin-links {
    display: none;
}
.single-topic #bbpress-forums .bbp-replies li:not(.bbp-header) div.bbp-reply-content {
    margin: 20px;
    width: 100%;
    clear: both !important;
    padding-top: 30px;
}
#bbpress-forums div.bbp-reply-author img.avatar {
    position: static !important;
}
#bbpress-forums .bbp-body div.bbp-reply-author {
    margin: auto;
}
}
.btQuoteBookingWrap .ui-slider .ui-slider-handle:focus {
    outline: 0 !important;
}
.sss-form input[type=submit] {
    font-weight: 600;
}
/*FALLBACK CSS*/
.is_header_semitransparent .navbar-default {
    background:transparent;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
    background: rgba(35, 35, 49, 0.9) none repeat scroll 0 0;
}

.is_header_semitransparent .top-header {
    background-color: transparent !important;
}
.is_header_semitransparent .navbar-default .container{
    background: rgba(234, 234, 234, 1) none repeat scroll 0 0;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default .container{
  background: rgba(234, 234, 234, 1) none repeat scroll 0 0;
}.back-to-top {
    background: transparent;
    color: #ffffff;
}
.back-to-top:hover {
    background: transparent;
    color: #ffffff;
}
.single article .article-content p,
p,
.post-excerpt{
    font-size: 16px;
    line-height: 23px;
    font-family: Montserrat;
    color: #828282;
}
body{
    font-family: Montserrat;
}
p {
    font-family: Montserrat;
}
h1,
h1 span {
    font-family: "Montserrat";
    font-size: 36px;
}
h2 {
    font-family: "Montserrat";
    font-size: 30px;
}
h3 {
    font-family: "Montserrat";
    font-size: 24px;
}
h4 {
    font-family: "Montserrat";
    font-size: 18px;
} 
h5 {
    font-family: "Montserrat";
    font-size: 14px;
} 
h6 {
    font-family: "Montserrat";
    font-size: 12px;
} 
input,
textarea {
    font-family: Montserrat;
}  
input[type="submit"] {
    font-family: Montserrat;
} 
@media only screen and (max-width: 767px) {
  body h1,
  body h1 span{
      font-size: 30px;
      line-height: 35px
  }
  body h2{
      font-size: 28px;
      line-height: 33px;
  }
  body h3{
      font-size: 26px;
      line-height: 31px;
  }
  body h4{
      font-size: 24px;
      line-height: 29px;
  }
  body h5{
      font-size: 22px;
      line-height: 27px;
  }
  body h6{
      font-size: 20px;
      line-height: 25px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
  body h1,
  body h1 span{
      font-size: 36px;
      line-height: 39px;
  }
  body h2{
      font-size: 32px;
      line-height: 35px;
  }
  body h3{
      font-size: 28px;
      line-height: 31px;
  }
  body h4{
      font-size: 24px;
      line-height: 27px;
  }
  body h5{
      font-size: 20px;
      line-height: 23px;
  }
  body h6{
      font-size: 18px;
      line-height: 21px;
  }
}
.breadcrumb a::after {
    content: "/";
}
.logo img,
.navbar-header .logo img {
    max-width: 210px;
}
::selection{
    color: #ffffff;
    background: #65bc7b;
}
::-moz-selection { /* Code for Firefox */
    color: #ffffff;
    background: #65bc7b;
}
a{
    color: #65bc7b;
}
/*------------------------------------------------------------------
COLOR
------------------------------------------------------------------*/
/* Color Dark / Hovers */
.related-posts .post-name:hover a{
    color: #B6BF68;
}
/*------------------------------------------------------------------
BACKGROUND + BACKGROUND-COLOR
------------------------------------------------------------------*/
.modeltheme-search.modeltheme-search-open .modeltheme-icon-search, 
.no-js .modeltheme-search .modeltheme-icon-search,
.modeltheme-icon-search:hover,
.latest-posts .post-date-month,
.button.solid-button:hover,
body .vc_btn.vc_btn-blue:hover, 
body a.vc_btn.vc_btn-blue:hover, 
.post-category-date a[rel="tag"]:hover,
.single-post-tags > a:hover,
body button.vc_btn.vc_btn-blue:hover,
.blogloop-v5 .absolute-date-badge span:hover,
.mt-car-search .submit .form-control:hover,
#contact_form2 .solid-button.button:hover,
.subscribe > button[type='submit']:hover,
footer .mc4wp-form-fields input[type="submit"]:hover,
.no-results.not-found .search-submit:hover,
.no-results input[type='submit']:hover,
ul.ecs-event-list li span:hover,
.pricing-table.recommended .table-content .price_circle,
.pricing-table .table-content:hover .price_circle,
#modal-search-form .modal-content input.search-input,
.form-submit input:hover,
.blogloop-v4.list-view .post-date a:hover,
.pricing-table.recommended .button.solid-button:hover,
.search-form input[type="submit"]:hover,
.modeltheme-pagination.pagination .page-numbers.current:hover,
.error-return-home.text-center > a:hover,
.pricing-table .table-content:hover .button.solid-button:hover,
.post-password-form input[type="submit"]:hover,
.navbar-toggle .navbar-toggle:hover .icon-bar,
.back-to-top:hover,
.post-password-form input[type='submit']:hover {
    background: #B6BF68;
}
.tagcloud > a:hover{
    background: #B6BF68 !important;
}
.flickr_badge_image a::after,
.thumbnail-overlay,
.portfolio-hover,
.pastor-image-content .details-holder,
.item-description .holder-top,
blockquote::before {
    background: rgba(96, 209, 88, 0.7);
}
/*------------------------------------------------------------------
BORDER-COLOR
------------------------------------------------------------------*/
.comment-form input, 
.comment-form textarea,
.author-bio,
blockquote,
.widget_popular_recent_tabs .nav-tabs > li.active,
body .left-border, 
body .right-border,
body .member-header,
body .member-footer .social,
body .button[type='submit'],
.navbar ul li ul.sub-menu,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
#contact-us .form-control:focus,
.sale_banner_holder:hover,
.testimonial-img,
.wpcf7-form input:focus, 
.wpcf7-form textarea:focus,
.header_search_form,
.list-view .post-details .post-excerpt .more-link:hover{
    border-color: #65bc7b;
}
/*------------------------------------------------------------------
[BlogLoops Stylesheet]
[Table of contents]
1. Blog Loops General Styling
2. Blogloop-v1
3. Blogloop-v2
4. Blogloop-v3
5. Blogloop-v4
6. Blogloop-v5
-------------------------------------------------------------------*/
/*---------------------------------------------*/
/*--- 1. Blog Loops General Styling ---*/
/*---------------------------------------------*/
.blog-posts-shortcode .post-thumbnail {
    margin-bottom: 0px; 
}
.list-view .post-details {
    align-self: center;
    position: relative;
}
.list-view .post-category-comment-date {
    margin: 0 0 8px;
}
.list-view .post-details .post-name a {
  line-height: normal;
  transition: all ease-in-out 0.3s;
}
.list-view .no-featured-image {
    padding: 30px !important;
}
.list-view .post-details .post-category-comment-date .post-date a {
    opacity: 1;
    display: inline-table;
}
.list-view .post-date {
    display: inline-table;
    margin-right: 10px;
}
.list-view .blog_date {
    display: inline-table;
    font-size: 15px;
    line-height: 23px;
    text-align: center;
}
.post-thumbnail a {
    display: block;
    overflow: hidden;
}
.list-view .wp-caption.alignnone {
    margin: 10px 0;
    max-width: 100%;
}
.list-view .post-details .post-category-comment-date span > i {
    margin-right: 5px;
}
.list-view .post-details .post-category-comment-date a {
  font-weight: 300;
}
.list-view .post-details .post-category-comment-date i,
.list-view .post-details .post-category-comment-date a,
.post-category-comment-date span a,
.post-category-comment-date span{
    color: #b3b3b3;
    font-weight: 600;
}
.list-view .post-details .mt_cars--features-description .house_location a {
    font-size: 16px;
    text-transform: none;
    color: #c3c3c3;
    line-height: 20px;
    font-weight: 400;
    font-style: italic;
}
.list-view .post-details .post-category-comment-date .post-tags,
.list-view .post-details .post-category-comment-date .post-author {
    margin-right: 10px;
}
.list-view .post-details .post-category-comment-date .post-author span {
    opacity: 0.6;
}
.sticky_post_blog_details .post-author > a {
    display: inline;
}
.list-view .post-details .post-excerpt td, 
.list-view .post-details .post-excerpt th,
.list-view .post-details .post-excerpt dd,
.list-view .post-details .post-excerpt dt,
.list-view .post-details .post-excerpt address,
.list-view .post-details .post-excerpt li {
    color: #828282;
    font-size: 17px;
    line-height: 140%;
}
.list-view .post-details .post-excerpt .more-link {
    border-radius: 5px;
    border: 2px solid;
    font-size: 17px;
    line-height: 25px;
    font-weight: 500;
    display: inline-block;
    padding: 10px 25px;
    transition: all ease-in-out 0.3s;
    color: #252525;
    background: transparent !important;
    margin-top: 10px;
}
.post-category-comment-date i {
    margin-right: 3px;
}
.list-view .post-thumbnail:hover {
  border-right: medium none !important;
}
.list-view .blog_custom {
    background: #fcfcfc;
    /*border: 1px solid #ededed;*/
    display: flex;
    overflow: hidden;
}
article.single-post {
    position: relative;
}
.single-post {
    border-bottom: medium none !important;
}
/*---------------------------------------------*/
/*--- 2. Blogloop-v1 ---*/
/*---------------------------------------------*/
article.blogloop-v1.single-post::after {
    display: none;
}
article.blogloop-v1.single-post {
    margin-bottom: 0;
}
.blogloop-v1 .post-details-padding {
    padding: 0 15px;
}
.blogloop-v1.list-view .post-details .post-excerpt p {
    font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}
.blogloop-v1 .post-name a{
    color: #282828;
}
.blogloop-v1 .post-name {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 15px;
}
.blogloop-v1 .post-details .post-sticky-label i {
    font-size: 28px;
}
.blogloop-v1.list-view .post-category-comment-date {
    margin: 0 0 12px;
}
/*---------------------------------------------*/
/*--- 3. Blogloop-v2 ---*/
/*---------------------------------------------*/
/* blogloop-v2 */
/* blogloop-no-flex */
.blogloop-v2.blogloop-no-flex.list-view .blog_custom {
    background: #fff none repeat scroll 0 0;
    border: 0 none;
    display: block;
}
.blogloop-v2 .post-details {
    float: left;
    width: 100%;
}
.blogloop-v2 .post-details .post-sticky-label i {
    font-size: 28px;
}
.blogloop-v2.list-view .post-category-comment-date {
    margin: 0px 0 0;
    text-transform: uppercase;
}
/*---------------------------------------------*/
/*--- 4. Blogloop-v3 ---*/
/*---------------------------------------------*/
/* blogloop-v3 */
/* blogloop-no-flex */
.blogloop-v3.blogloop-no-flex.list-view .blog_custom {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: block;
}
.blogloop-v3 .post-details {
    float: left;
    width: 100%;
}
.blogloop-v3 .post-name a{
    color: #282828;
}
.blogloop-v3 .post-name {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 15px;
}
.blogloop-v3 .post-details .post-sticky-label i {
    font-size: 28px;
}
.blogloop-v3.list-view .post-category-comment-date {
    margin: 0 0 12px;
}
/*---------------------------------------------*/
/*--- 5. Blogloop-v4 ---*/
/*---------------------------------------------*/
/* blogloop-v4 */
/* blogloop-no-flex */
.blogloop-v4.blogloop-no-flex.list-view .blog_custom {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border: 0 none;
    display: block;
}
.blogloop-v4 .post-details {
    float: left;
    width: 100%;
}
.blogloop-v4 .post-name a{
    color: #282828;
}
.blogloop-v4 .post-name {
    font-size: 30px;
    font-weight: bold;
    margin: 20px 0 15px;
}
.blogloop-v4 .post-details .post-sticky-label i {
    font-size: 28px;
}
.blogloop-v4.list-view .post-category-comment-date {
    margin: 12px 0 0;
}
.blogloop-v4.list-view .post-date {
    margin-top: 25px;
}
.blogloop-v4.list-view .post-date a {
    color: #ffffff;
    display: block;
    font-weight: bold;
    padding: 15px 14px;
    text-align: center;
    text-transform: uppercase;
}
.blogloop-v4.list-view .post-details .post-category-comment-date i, 
.blogloop-v4.list-view .post-details .post-category-comment-date a, 
.blogloop-v4.post-category-comment-date span a, 
.blogloop-v4.post-category-comment-date span {
    color: #252525;
}
/*---------------------------------------------*/
/*--- 6. Blogloop-v5 ---*/
/*---------------------------------------------*/
/* blogloop-v5 */
/* blogloop-no-flex */
article.blogloop-v5.single-post::after {
    display: none;
}
article.blogloop-v5.single-post {
    margin-bottom: 0;
}
.blogloop-v5.blogloop-no-flex.list-view .blog_custom {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: block;
    border: 0 none;
}
article.blogloop-v5.single-post.no-featured-image .post-details {
    border: 1px solid #ededed;
}
.blogloop-v5 .post-details {
    border-top: 0px none;
    border-bottom: 1px solid #ededed;
    border-left: 1px solid #ededed;
    border-right: 1px solid #ededed;
    float: left;
    padding: 0 30px 20px;
    width: 100%;
}
.blogloop-v5 .post-name a{
    color: #282828;
}
.blogloop-v5 .post-name {
    font-size: 30px;
    font-weight: bold;
    margin: 30px 0 15px;
}
.blogloop-v5 .post-details .post-sticky-label i {
    font-size: 28px;
}
.blogloop-v5.list-view .post-category-comment-date {
    margin: 0 0 15px;
    font-size: 17px;
}
.blogloop-v5 .absolute-date-badge {
    bottom: 0;
    text-align: center;
    width: 100%;
}
.blogloop-v5 .post-thumbnail a {
    overflow: initial;
    z-index: 2;
}
.blogloop-v5 .absolute-date-badge {
    bottom: -12px;
    text-align: center;
    width: 100%;
}
.blogloop-v5 .absolute-date-badge span {
    border-radius: 0;
    color: #ffffff;
    margin: 0;
    padding: 3px 15px;
}
/*------------------------------------------------------------------
[Navigation Styles Stylesheet]
[Table of contents]
1. Navigation General Styling
2. navstyle-v1
3. navstyle-v2
4. navstyle-v3
5. navstyle-v4
6. navstyle-v5
7. navstyle-v6
8. navstyle-v7
9. navstyle-v8
-------------------------------------------------------------------*/
/*---------------------------------------------*/
/*--- 1. Navigation General Styling ---*/
/*---------------------------------------------*/
@media only screen and (max-width: 767px) {
  .navstyle-v2 #navbar .menu > .menu-item > a::before, 
  .navstyle-v2 #navbar .menu > .menu-item > a::after,
  .navstyle-v3 #navbar .menu > .menu-item > a::before,
  .navstyle-v3 #navbar .menu > .menu-item > a::after,
    .navstyle-v4 #navbar .menu > .menu-item > a::after,
  .navstyle-v8 #navbar .menu > .menu-item > a::before{
        display: none;
    }
    body.header4 header .right-side-social-actions {
        margin-top: 0;
        padding-top: 0;
    }
    body.navstyle-v7.header2 #navbar .menu > .menu-item > a,
    body.navstyle-v6.header2 #navbar .menu > .menu-item > a,
  body.navstyle-v7 #navbar .menu > .menu-item > a,
  body.navstyle-v6 #navbar .menu > .menu-item > a {
      margin: 0;
  }
  header #navbar .sub-menu .menu-item > a{
    color: #252525;
  }
  body.header2 header .right-side-social-actions{
    display: none;
  }
    .header1 header #navbar .sub-menu .menu-item > a,
  body.header4 header #navbar .sub-menu .menu-item > a{
    color: #252525;
  }
    body.header3 .menu > .menu-item{
        display: block;
    }
    body .navbar-header .logo {
        float: left;
    }
    body.header3 header .right-side-social-actions{
        display: none;
    }
    body.header3 header .navbar-toggle{
        margin-top: 30px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .header1 .header-info-group {
        overflow: hidden;
    }
    .header1 .header-info-icon {
        display: none;
    }
    body #navbar .menu > .menu-item:first-child > a,
    body #navbar .menu > .menu-item > a {
        padding: 1px 18px !important;
    }
    body .float-tablets-none{
        float: left;
    }
    body.header4 header .right-side-social-actions{
        border-left: 0 none;
        margin-top: 0;
    }
    body.header3 #navbar .menu > .menu-item:first-child > a, 
    body.header3 #navbar .menu > .menu-item > a {
        padding: 8px 18px !important;
    }
    body.header3 #navbar .menu-item.mega1column > a::after, 
    body.header3 #navbar .menu-item.mega2columns > a::after, 
    body.header3 #navbar .menu-item.mega3columns > a::after, 
    body.header3 #navbar .menu-item.menu-item-has-children > a::after {
        top: 16% !important;
    }
    body.header2 .navbar-header {
        float: center;
    }
    body header.header2 .header-infos {
        margin-top: 0;
    }
    body.header2 #navbar .menu > .menu-item:first-child > a, body.header2 #navbar .menu > .menu-item > a {
        padding: 13px 18px !important;
    }
    body.header2 #navbar .menu-item.mega1column > a::after, 
    body.header2 #navbar .menu-item.mega2columns > a::after, 
    body.header2 #navbar .menu-item.mega3columns > a::after, 
    body.header2 #navbar .menu-item.menu-item-has-children > a::after {
        top: 22% !important;
    }
    body.header2 header .right-side-social-actions{
        margin-top: 0;
    }
    body.header4 #navbar .menu-item.mega1column .sub-menu li > a::after, 
    body.header4 #navbar .menu-item.mega2columns .sub-menu li > a::after, 
    body.header4 #navbar .menu-item.mega3columns .sub-menu li > a::after, 
    body.header4 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
    body.header2 #navbar .menu-item.mega1column .sub-menu li > a::after, 
    body.header2 #navbar .menu-item.mega2columns .sub-menu li > a::after, 
    body.header2 #navbar .menu-item.mega3columns .sub-menu li > a::after, 
    body.header2 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
    body.header3 #navbar .menu-item.mega1column .sub-menu li > a::after, 
    body.header3 #navbar .menu-item.mega2columns .sub-menu li > a::after, 
    body.header3 #navbar .menu-item.mega3columns .sub-menu li > a::after, 
    body.header3 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
    body.header1 #navbar .menu-item.mega1column .sub-menu li > a::after, 
    body.header1 #navbar .menu-item.mega2columns .sub-menu li > a::after, 
    body.header1 #navbar .menu-item.mega3columns .sub-menu li > a::after, 
    body.header1 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after{
        top: 13px !important;
    }
    body.navstyle-v8 #navbar .menu > .menu-item > a::before,
    body.navstyle-v4 #navbar .menu > .menu-item > a::after,
    body.navstyle-v3 #navbar .menu > .menu-item > a::before, 
    body.navstyle-v3 #navbar .menu > .menu-item > a::after,
    body.navstyle-v2 #navbar .menu > .menu-item > a::before, 
    body.navstyle-v2 #navbar .menu > .menu-item > a::after{
        display: none;
    }
}
@media only screen and (min-width: 1100px) {
    .nav-submenu-style1 #navbar .sub-menu, 
    .nav-submenu-style1 .navbar ul li ul.sub-menu{
        padding: 0;
    }
    .nav-submenu-style1 #navbar .sub-menu .menu-item > a, 
    .nav-submenu-style1 .navbar ul li ul.sub-menu .menu-item > a {
        border-bottom: 1px solid rgba(128, 128, 128, 0.3);
        padding: 12px 15px;
    }
    .nav-submenu-style1 #navbar .sub-menu .menu-item:last-child > a, 
    .nav-submenu-style1 .navbar ul li ul.sub-menu .menu-item:last-child > a {
        border-bottom: 0 none;
    }
    .nav-submenu-style1 #navbar .sub-menu .menu-item.selected > a, 
    .nav-submenu-style1 #navbar .sub-menu .menu-item:hover > a{
        color: #fff;
        padding-left: 18px;
    }
}
/*---------------------------------------------*/
/*--- 2. navstyle-v1---*/
/*---------------------------------------------*/
/*Navstyle-v1 + header2*/
.navstyle-v1.header2 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
    padding: 20px 15px;
}
.navstyle-v1.header2 #navbar .menu-item.mega1column > a::after, 
.navstyle-v1.header2 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v1.header2 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v1.header2 #navbar .menu-item.menu-item-has-children > a::after {
    top: 22px;
}
/*Navstyle-v1 + header3*/
.navstyle-v1.header3 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
    padding: 20px 15px;
}
.navstyle-v1.header3 #navbar .menu-item.mega1column > a::after, 
.navstyle-v1.header3 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v1.header3 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v1.header3 #navbar .menu-item.menu-item-has-children > a::after {
    top: 22px;
}
.navstyle-v1 .header3 #navbar .menu {
    float: none;
    margin: 0 !important;
}
/*Navstyle-v1 + header4*/
/*Navstyle-v1*/
/*---------------------------------------------*/
/*--- 3. navstyle-v2 ---*/
/*---------------------------------------------*/
/*Navstyle-v2 + header2*/
.navstyle-v2.header2 #navbar .menu > .menu-item:first-child > a::before, 
.navstyle-v2.header2 #navbar .menu > .menu-item:first-child > a::after {
    left: 0;
    width: calc(100% - 16px);
}
.navstyle-v2.header2 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
}
.navstyle-v2 #navbar .menu > .menu-item:first-child > a {
    padding-left: 16px;
}
.navstyle-v2 nav ul li:last-child a {
    padding-right: 16px !important;
}
.navstyle-v2 #navbar .menu > .menu-item > a::before,
.navstyle-v2 #navbar .menu > .menu-item > a::after {
    width: calc(100% - 33px);
    position: absolute;
    left: 16.5px;
    height: 2px;
    content: "";
    opacity: 0;
}
.navstyle-v2.header2 #navbar .menu > .menu-item:first-child > a{
    padding-left: 0;
}
.navstyle-v2.header2 #navbar .menu > .menu-item > a {
    padding: 20px 15px;
}
/*Navstyle-v2 + header3*/
.navstyle-v2 .header3 #navbar .menu {
    float: none;
    margin: 0 !important;
}
.navstyle-v2.header3 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
}
.navstyle-v2 #navbar .menu > .menu-item:first-child > a {
    padding-left: 16px;
}
.navstyle-v2 nav ul li:last-child a {
    padding-right: 16px !important;
}
.navstyle-v2.header3 #navbar .menu > .menu-item > a::before,
.navstyle-v2.header3 #navbar .menu > .menu-item > a::after {
    width: calc(100% - 33px);
    position: absolute;
    left: 16.5px;
    height: 2px;
    content: "";
    opacity: 0;
}
.navstyle-v2.header3 #navbar .menu > .menu-item > a {
    padding: 20px 15px;
}
/*Navstyle-v2 + header4*/
/*Navstyle-v2*/
.navstyle-v2 #navbar .menu > .menu-item > a {
    color: #22293a;
    font-size: 13px;
    padding: 29px 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.navstyle-v2 #navbar .menu > .menu-item > a::before {
    top: 45%;
    bottom: auto;
    transition: all 250ms ease-in-out;
}
.navstyle-v2 #navbar .menu > .menu-item > a::after {
    bottom: 45%;
    top: auto;
    transition: all 250ms ease-in-out;
}
.navstyle-v2 #navbar .menu > .menu-item.current_page_item > a::before,
.navstyle-v2 #navbar .menu > .menu-item.current-menu-item > a::before,
.navstyle-v2 #navbar .menu > .menu-item:hover > a::before {
    top: 32%;
    bottom: auto;
    opacity: 1;
}
.navstyle-v2 #navbar .menu > .menu-item.current_page_item > a::after,
.navstyle-v2 #navbar .menu > .menu-item.current-menu-item > a::after,
.navstyle-v2 #navbar .menu > .menu-item:hover > a::after {
    bottom: 32%;
    top: auto;
    opacity: 1;
}
/*---------------------------------------------*/
/*--- 4. navstyle-v3 ---*/
/*---------------------------------------------*/
/*Navstyle-v3 + header2*/
.navstyle-v3.header2 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
    padding: 20px 15px;
}
.navstyle-v3.header2 #navbar .menu > .menu-item > a::before, 
.navstyle-v3.header2 #navbar .menu > .menu-item > a::after{
    bottom: 29%;
}
.navstyle-v3.header2 #navbar .menu > .menu-item.current_page_item:first-child > a::before, 
.navstyle-v3.header2 #navbar .menu > .menu-item.current-menu-item:first-child > a::before, 
.navstyle-v3.header2 #navbar .menu > .menu-item:first-child:hover > a::before{
    left: -7px;
}
.navstyle-v3.header2 .menu.nav-effect.nav-menu.pull-right {
    float: left !important;
}
/*Navstyle-v3 + header3*/
.navstyle-v3 .header3 #navbar .menu {
    float: none;
    margin: 0 !important;
}
.navstyle-v3.header3 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
    padding: 20px 15px;
}
.navstyle-v3.header3 #navbar .menu > .menu-item > a::before, 
.navstyle-v3.header3 #navbar .menu > .menu-item > a::after{
    bottom: 29%;
}
.navstyle-v3.header3 .menu.nav-effect.nav-menu.pull-right {
    float: left !important;
}
/*Navstyle-v3 + header4*/
/*Navstyle-v3*/
.navstyle-v3.header2 #navbar .menu > .menu-item:first-child > a{
    padding-left: 0;
}
.navstyle-v3 #navbar .menu > .menu-item:first-child > a {
    padding-left: 16px;
}
.navstyle-v3 nav ul li:last-child a {
    padding-right: 16px !important;
}
.navstyle-v3 #navbar .menu > .menu-item > a::before, 
.navstyle-v3 #navbar .menu > .menu-item > a::after {
    bottom: 35%;
    font-family: inherit;
    font-size: 15px;
    opacity: 0;
    position: absolute;
    top: auto;
}
.navstyle-v3 #navbar .menu > .menu-item > a {
    color: #22293a;
    font-size: 13px;
    padding: 29px 16px;
    line-height: 30px;
    text-transform: uppercase;
}
.navstyle-v3 #navbar .menu > .menu-item > a::before {
    content: "[";
    left: 15px;
    transition: all 250ms ease-in-out;
}
.navstyle-v3 #navbar .menu > .menu-item > a::after {
    content: "]";
    right: 15px;
    transition: all 250ms ease-in-out;
}
.navstyle-v3 #navbar .menu > .menu-item.current_page_item > a::before,
.navstyle-v3 #navbar .menu > .menu-item.current-menu-item > a::before,
.navstyle-v3 #navbar .menu > .menu-item:hover > a::before {
    left: 8px;
    opacity: 1;
}
.navstyle-v3 #navbar .menu > .menu-item.current_page_item > a::after,
.navstyle-v3 #navbar .menu > .menu-item.current-menu-item > a::after,
.navstyle-v3 #navbar .menu > .menu-item:hover > a::after {
    right: 8px;
    opacity: 1;
}
/*---------------------------------------------*/
/*--- 5. navstyle-v4 ---*/
/*---------------------------------------------*/
/*Navstyle-v4 + header2*/
.navstyle-v4.header2 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
    padding: 20px 15px;
}
.navstyle-v4.header2 #navbar .menu > .menu-item > a::before, 
.navstyle-v4.header2 #navbar .menu > .menu-item > a::after{
    bottom: 29%;
}
.navstyle-v4.header2 #navbar .menu > .menu-item:first-child > a{
    padding-left: 0;
}
.navstyle-v4.header2 #navbar .menu > .menu-item.current_page_item:first-child > a::before, 
.navstyle-v4.header2 #navbar .menu > .menu-item.current-menu-item:first-child > a::before, 
.navstyle-v4.header2 #navbar .menu > .menu-item:first-child:hover > a::before{
    left: -7px;
}
.navstyle-v4.header2 .menu.nav-effect.nav-menu.pull-right {
    float: left !important;
}
.navstyle-v4.header2 #navbar .menu > .menu-item > a::after{
    color: #fff;
}
/*Navstyle-v4 + header3*/
.navstyle-v4 .header3 #navbar .menu {
    float: none;
    margin: 0 !important;
}
.navstyle-v4.header3 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
    padding: 20px 15px;
}
.navstyle-v4.header3 #navbar .menu > .menu-item > a::before, 
.navstyle-v4.header3 #navbar .menu > .menu-item > a::after{
    bottom: 29%;
}
.navstyle-v4.header3 #navbar .menu > .menu-item:first-child > a{
    padding-left: 0;
}
.navstyle-v4.header3 #navbar .menu > .menu-item.current_page_item:first-child > a::before, 
.navstyle-v4.header3 #navbar .menu > .menu-item.current-menu-item:first-child > a::before, 
.navstyle-v4.header3 #navbar .menu > .menu-item:first-child:hover > a::before{
    left: -7px;
}
.navstyle-v4.header3 .menu.nav-effect.nav-menu.pull-right {
    float: left !important;
}
.navstyle-v4.header3 #navbar .menu > .menu-item > a::after{
    color: #fff;
}
/*Navstyle-v4 + header4*/
/*Navstyle-v4*/
.navstyle-v4 #navbar .menu > .menu-item:first-child > a {
    padding-left: 18px;
}
.navstyle-v4 nav ul li:last-child a {
    padding-right: 18px !important;
}
.navstyle-v4 #navbar .menu > .menu-item > a::after {
    bottom: 33%;
    color: #252525;
    content: "•";
    opacity: 1;
    position: absolute;
    right: -2px;
    top: auto;
    transition: all 250ms ease-in-out 0s;
    font-family: inherit;
    font-size: 15px;
    opacity: 0.5;
}
.navstyle-v4 #navbar .menu > .menu-item > a {
    color: #22293a;
    font-size: 13px;
    padding: 29px 18px;
    line-height: 30px;
    text-transform: uppercase;
}
.navstyle-v4 #navbar .menu > .menu-item:last-child > a::after {
    display: none;
}
/*---------------------------------------------*/
/*--- 6. navstyle-v5 ---*/
/*---------------------------------------------*/
/*Navstyle-v5 + header2*/
.navstyle-v5.header2 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
    padding: 20px 15px;
}
.navstyle-v5.header2 .menu.nav-effect.nav-menu.pull-right {
    float: left !important;
}
.navstyle-v5.header2 #navbar .menu > .menu-item > a::after{
    color: #fff;
}
.navstyle-v5.header2 #navbar .menu-item.mega1column > a::after, 
.navstyle-v5.header2 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v5.header2 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v5.header2 #navbar .menu-item.menu-item-has-children > a::after {
    right: 8px;
    top: 22px;
}
/*Navstyle-v5 + header3*/
.navstyle-v5 .header3 #navbar .menu {
    float: none;
    margin: 0 !important;
}
.navstyle-v5.header3 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
    padding: 20px 15px;
}
.navstyle-v5.header3 .menu.nav-effect.nav-menu.pull-right {
    float: left !important;
}
.navstyle-v5.header3 #navbar .menu > .menu-item > a::after{
    color: #fff;
}
.navstyle-v5.header3 #navbar .menu-item.mega1column > a::after, 
.navstyle-v5.header3 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v5.header3 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v5.header3 #navbar .menu-item.menu-item-has-children > a::after {
    right: 8px;
    top: 22px;
}
/*Navstyle-v5 + header4*/
/*Navstyle-v5*/
.navstyle-v5 #navbar .menu > .menu-item:first-child > a {
    padding-left: 18px;
}
.navstyle-v5 nav ul li:last-child a {
    padding-right: 18px !important;
}
.navstyle-v5 #navbar .menu > .menu-item > a {
    padding: 30px 18px;
}
.navstyle-v5 #navbar .menu > .menu-item.current_page_item > a,
.navstyle-v5 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v5 #navbar .menu > .menu-item:hover > a{
    color: #fff;
}
.navstyle-v5 #modeltheme-main-head{
    border: 0 none;
}
.navstyle-v5 #navbar .menu-item.mega1column > a::after, 
.navstyle-v5 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v5 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v5 #navbar .menu-item.menu-item-has-children > a::after {
    font-size: 6px;
    right: 10px;
}
/*---------------------------------------------*/
/*--- 7. navstyle-v6 ---*/
/*---------------------------------------------*/
/*Navstyle-v6 + header2*/
.navstyle-v6.header2 .menu.nav-effect.nav-menu.pull-right {
    float: left !important;
}
.navstyle-v6.header2 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 15px 0;
}
/*Navstyle-v6 + header3*/
.navstyle-v6 .header3 #navbar .menu {
    float: none;
    margin: 0 !important;
}
.navstyle-v6.header3 .menu.nav-effect.nav-menu.pull-right {
    float: left !important;
}
.navstyle-v6.header3 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 15px 0;
}
/*Navstyle-v6 + header4*/
/*Navstyle-v6*/
.navstyle-v6 #navbar .menu > .menu-item:first-child > a {
    padding-left: 18px;
}
.navstyle-v6 nav ul li:last-child a {
    padding-right: 18px !important;
}
.navstyle-v6 #navbar .menu > .menu-item > a {
    margin: 21px 0;
    padding: 8px 18px;
}
.navstyle-v6 #navbar .menu > .menu-item.current_page_item > a,
.navstyle-v6 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v6 #navbar .menu > .menu-item:hover > a{
    color: #fff;
}
.navstyle-v6 #modeltheme-main-head{
    border: 0 none;
}
.navstyle-v6 #navbar .menu-item.mega1column > a::after, 
.navstyle-v6 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v6 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v6 #navbar .menu-item.menu-item-has-children > a::after {
    font-size: 6px;
    right: 10px;
    top: 9px;
}
/*---------------------------------------------*/
/*--- 8. navstyle-v7 ---*/
/*---------------------------------------------*/
/*Navstyle-v7 + header2*/
.navstyle-v7.header2 .menu.nav-effect.nav-menu.pull-right {
    float: left !important;
}
.navstyle-v7.header2 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 15px 0;
}
/*Navstyle-v7 + header3*/
.navstyle-v7 .header3 #navbar .menu {
    float: none;
    margin: 0 !important;
}
.navstyle-v7.header3 .menu.nav-effect.nav-menu.pull-right {
    float: left !important;
}
.navstyle-v7.header3 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 15px 3px;
}
/*Navstyle-v7 + header4*/
/*Navstyle-v7*/
.navstyle-v7 #navbar .menu > .menu-item:first-child > a {
    padding-left: 18px;
}
.navstyle-v7 nav ul li:last-child a {
    padding-right: 18px !important;
}
.navstyle-v7 #navbar .menu > .menu-item > a {
    margin: 29px 0;
    padding: 0 18px;
}
.navstyle-v7 #navbar .menu > .menu-item.current_page_item > a,
.navstyle-v7 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v7 #navbar .menu > .menu-item:hover > a{
    border-radius: 30px;
    color: #ffffff;
}
.navstyle-v7 #navbar .sub-menu, .navstyle-v7 .navbar ul li ul.sub-menu {
    border-radius: 20px;
    margin-top: 5px;
    padding: 15px;
}
.navstyle-v7 #navbar .menu > .menu-item .sub-menu > .menu-item:last-child > a {
    margin-bottom: 0;
}
.navstyle-v7 #navbar .menu > .menu-item .sub-menu > .menu-item > a {
    border-radius: 10px;
    margin-bottom: 5px;
    padding: 0 13px;
}
.navstyle-v7 #navbar .menu > .menu-item .sub-menu > .menu-item > a:hover {
    border-radius: 20px;
    color: #ffffff;
}
.navstyle-v7 #modeltheme-main-head{
    border: 0 none;
}
.navstyle-v7 #navbar .menu-item.mega1column > a::after, 
.navstyle-v7 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v7 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v7 #navbar .menu-item.menu-item-has-children > a::after {
    font-size: 6px;
    right: 10px;
    top: 1px;
}
.navstyle-v7 #navbar .menu > .menu-item {
    margin-left: 5px;
}
/*---------------------------------------------*/
/*--- 2. navstyle-v8---*/
/*---------------------------------------------*/
/*Navstyle-v8 + header2*/
.navstyle-v8.header2 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
    padding: 20px 15px;
}
.navstyle-v8.header2 #navbar .menu-item.mega1column > a::after, 
.navstyle-v8.header2 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v8.header2 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v8.header2 #navbar .menu-item.menu-item-has-children > a::after {
    top: 22px;
}
.navstyle-v8.header2 #navbar .menu > .menu-item:first-child > a {
    padding-left: 0;
}
.navstyle-v8.header2 #navbar .menu > .menu-item > a::before {
    bottom: 22px;
    left: 15px;
}
.navstyle-v8.header2 #navbar .menu > .menu-item:first-child > a::before {
    left: 0;
}
.navstyle-v8.header2 #navbar .menu > .menu-item:first-child:hover > a::before {
    width: calc(100% - 16px);
}
.navstyle-v8.header2 #navbar .menu > .menu-item:last-child:hover > a::before {
    width: calc(100% - 32px);
}
.navstyle-v8.header2 #navbar .menu > .menu-item:hover > a::before {
    width: calc(100% - 31px);
}
/*Navstyle-v8 + header3*/
.navstyle-v8.header3 #navbar .menu > .menu-item > a {
    color: #ffffff;
    margin: 0;
    padding: 20px 15px;
}
.navstyle-v8.header3 #navbar .menu > .menu-item:first-child > a {
    padding-left: 0;
}
.navstyle-v8.header3 #navbar .menu-item.mega1column > a::after, 
.navstyle-v8.header3 #navbar .menu-item.mega2columns > a::after, 
.navstyle-v8.header3 #navbar .menu-item.mega3columns > a::after, 
.navstyle-v8.header3 #navbar .menu-item.menu-item-has-children > a::after {
    top: 22px;
}
.navstyle-v8 .header3 #navbar .menu {
    float: none;
    margin: 0 !important;
}
.navstyle-v8.header3 #navbar .menu > .menu-item > a::before {
    bottom: 22px;
    left: 15px;
}
.navstyle-v8.header3 #navbar .menu > .menu-item:first-child > a::before {
    left: 0;
}
.navstyle-v8.header3 #navbar .menu > .menu-item:first-child:hover > a::before {
    width: calc(100% - 16px);
}
.navstyle-v8.header3 #navbar .menu > .menu-item:last-child:hover > a::before {
    width: calc(100% - 32px);
}
.navstyle-v8.header3 #navbar .menu > .menu-item:hover > a::before {
    width: calc(100% - 31px);
}
/*Navstyle-v8 + header4*/
/*Navstyle-v8*/
.navstyle-v8 nav ul li:last-child a {
    padding-right: 18px !important;
}
.navstyle-v8 #navbar .menu > .menu-item:hover > a::before {
    width: calc(100% - 37px);
}
.navstyle-v8 #navbar .menu > .menu-item > a::before {
    bottom: 27px;
    content: "";
    height: 3px;
    left: 18.5px;
    position: absolute;
    width: 15px;
    transition: all 250ms ease-in-out;
}
.navstyle-v8 #navbar .menu > .menu-item:first-child > a {
    padding-left: 18px;
}
/*------------------------------------------------------------------
[Header Styles Stylesheet]
[Table of contents]
1. Navbar
2. Navbar sub menus
3. FIXED HEADER TIMELINE
4. HEADER 1
5. HEADER 5
6. HEADER 8
7. HEADER 10
8. HEADER 11
9. HEADER 12
10. HEADER 13
11. SIDEBAR NAVIGATION BURGER
12. LEFT FIXED HEADER
13. RIGHT FIXED HEADER
14. General Header
15. Navbar styling
16. FRAMEWORK-HEADER 2
17. FRAMEWORK-HEADER 3
18. FRAMEWORK-HEADER 4
-------------------------------------------------------------------*/
/*1. Navbar*/
header .navbar-toggle {
    border-radius: 0;
    margin-top: 35px;
}
#navbar .menu-item.selected > a,
#navbar .menu-item:hover > a {
    background: transparent;
}
.is_header_semitransparent .sticky-wrapper {
    position: absolute;
    width: 100%;
}
.fixed-sidebar-menu .widget_search .search-field:focus{
    border: 1px solid #b9c0c5;
}
.fixed-sidebar-menu .widget_recent_entries_with_thumbnail a {
    font-size: 17px;
}
.is_header_semitransparent .navbar-default {
    transition: all 300ms ease 0s;
    -webkit-transition: all 300ms ease 0s;
}
.is_header_semitransparent .top-header .col-md-6 {
    padding: 0;
}
.is_header_semitransparent header {
    left: 0;
    position: absolute;
    width: 100%;
    z-index: 2;
}
body.is_header_semitransparent .is-sticky #mt-nav-burger span{
    background: #252525;
}
body.is_header_semitransparent header .is-sticky .right-side-social-actions .mt-search-icon i, 
body.is_header_semitransparent .is-sticky #navbar .menu > .menu-item > a, 
body.is_header_semitransparent header .is-sticky .right-side-social-actions .social-links i {
    color: #252525;
}
body.is_header_semitransparent #mt-nav-burger span {
    background: #ffffff none repeat scroll 0 0;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default {
    background: rgba(0, 175, 239, 0.95) none repeat scroll 0 0;
}
.is_header_semitransparent .header-title-breadcrumb-overlay > .container {
    padding-top: 80px;
}
.navbar-default{
    border: 0 none;
}
header .love-it-wrapper {
    display: none;
}
.fixed-sidebar-menu .left-side h3,
.fixed-sidebar-menu .logo,
.fixed-sidebar-menu .widget-title, .fixed-sidebar-menu h3#reply-title, .fixed-sidebar-menu h2.heading-bottom,
.fixed-sidebar-menu .widget_recent_entries_with_thumbnail li a {
    color: #65bc7b;
}
.fixed-sidebar-menu-holder .widget {
    padding-top: 30px;
}
.fixed-sidebar-menu .widget-title {
    border-color: transparent;
    margin-bottom: 15px;
}
.fixed-sidebar-menu .textwidget p {
    color: #65bc7b;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 0;
}
.fixed-sidebar-menu .widget_recent_comments > ul, 
.fixed-sidebar-menu .widget_nav_menu li, 
.fixed-sidebar-menu .widget_nav_menu li a, 
.fixed-sidebar-menu .sidebar-content .widget_nav_menu li, 
.fixed-sidebar-menu .sidebar-content .widget_nav_menu li a, 
.fixed-sidebar-menu .widget_recent_entries li, 
.fixed-sidebar-menu .widget_recent_entries li a, 
.fixed-sidebar-menu .widget_pages li, 
.fixed-sidebar-menu .widget_pages li a, 
.fixed-sidebar-menu .widget_meta li, 
.fixed-sidebar-menu .widget_meta li a,
.fixed-sidebar-menu .widget_archive li, 
.fixed-sidebar-menu .widget_archive li a, 
.fixed-sidebar-menu .widget_categories .cat-item, 
.fixed-sidebar-menu .widget_categories li a{
    color: #65bc7b;
    font-weight: 600;
    font-size: 15px;
    transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
}
.fixed-sidebar-menu .sidebar-content .widget_nav_menu li:hover,
.fixed-sidebar-menu .sidebar-content .widget_nav_menu li:hover a {
    color: #81da9e;
}
/*2. Navbar sub menus*/
#navbar .sub-menu .menu-item > a {
    font-weight: 400;
    line-height: normal;
    padding: 10px;
    text-transform: none;
}
#navbar .sub-menu,
.navbar ul li ul.sub-menu {
    background: none repeat scroll 0 0 #f5f5f5;
    border-top: 0 none;
    left: 0px;
    opacity: 0;
    padding-top: 0;
    position: absolute;
    text-align: left;
    top: 180%;
    transition: all 400ms ease 0s;
    -webkit-transition: all 400ms ease 0s;
    visibility: hidden;
    width: 250px;
    z-index: 9999;
}
.menu.nav-effect.nav-menu {
    margin: 0;
}
.header1 #navbar .menu-item.mega1column .sub-menu li > a::after,
.header1 #navbar .menu-item.mega2columns .sub-menu li > a::after,
.header1 #navbar .menu-item.mega3columns .sub-menu li > a::after,
.header1 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
.header2 #navbar .menu-item.mega1column .sub-menu li > a::after,
.header2 #navbar .menu-item.mega2columns .sub-menu li > a::after,
.header2 #navbar .menu-item.mega3columns .sub-menu li > a::after,
.header2 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
.header3 #navbar .menu-item.mega1column .sub-menu li > a::after,
.header3 #navbar .menu-item.mega2columns .sub-menu li > a::after,
.header3 #navbar .menu-item.mega3columns .sub-menu li > a::after,
.header3 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after,
.header4 #navbar .menu-item.mega1column .sub-menu li > a::after,
.header4 #navbar .menu-item.mega2columns .sub-menu li > a::after,
.header4 #navbar .menu-item.mega3columns .sub-menu li > a::after,
.header4 #navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 15px;
}
#navbar .menu-item.mega1column .sub-menu li > a::after,
#navbar .menu-item.mega2columns .sub-menu li > a::after,
#navbar .menu-item.mega3columns .sub-menu li > a::after,
#navbar .menu-item.menu-item-has-children .sub-menu li > a::after {
    top: 5px;
}
.vc_progress_bar .vc_single_bar .vc_label {
    font-size: 17px;
    font-weight: 300;
    padding: 5px 10px;
}
header nav ul {
    display: inline-table;
}
header #navbar > div:first-child {
    display: inline-table;
    text-align: left;
    width: auto;
}
.navbar ul li:hover > ul.sub-menu {
    opacity: 1;
    top: 100%;
    visibility: visible;
}
#navbar ul.sub-menu li a {
    color: #252525;
    display: block;
    font-size: 16px;
    padding: 3px 13px;
}
#navbar li li {
    display: list-item; 
    list-style: none; 
}
.fixed-sidebar-menu-overlay.visible {
    opacity: 1;
    visibility: visible;
}
.fixed-sidebar-menu-overlay {
    background: rgba(13, 25, 31, 0.7) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-search-overlay .icon-close:hover {
    opacity: 0.8;
}
.fixed-search-overlay .icon-close {
    color: rgb(255, 255, 255);
    font-size: 30px;
    position: absolute;
    right: 50px;
    top: 40px;
    cursor: pointer;
}
.fixed-search-overlay.visible {
    opacity: 1;
    visibility: visible;
    z-index: 999;
}
.fixed-search-overlay .fixed-search-inside {
    align-self: center;
    width: 100%;
}
.fixed-search-inside .modeltheme-search {
    display: block;
    margin: 0 auto;
    width: 500px;
}
.fixed-search-inside .modeltheme-search i {
    color: rgba(255, 255, 255, 0.7);
    font-size: 21px;
    position: absolute;
    right: -30px;
    top: 40%;
}
.fixed-search-inside .search-input::-moz-placeholder {
    color: rgb(231, 231, 231);
    opacity: 1;
}
.fixed-search-inside .search-input {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: -moz-use-text-color -moz-use-text-color rgb(255, 255, 255);
    border-style: none none solid;
    border-width: 0 0 3px;
    color: rgb(255, 255, 255);
    font-size: 32px;
    font-weight: 500;
    padding: 30px 30px 30px 0;
    text-transform: uppercase;
    width: 100%;
}
.fixed-search-overlay {
    background: rgba(13, 25, 31, 0.95) none repeat scroll 0 0;
    height: 100%;
    left: 0;
    display: flex;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
/*3. FIXED HEADER */
.fixed-sidebar-menu .navbar-nav.timeline-menu li a {
    border-left: 1px solid rgba(255, 255, 255,.5);
    font-weight: 300;
    margin-left: 15px;
    padding: 40px;
    position: relative;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .navbar-nav.timeline-menu > li > a::before {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: -3.5px;
    position: absolute;
    top: 45px;
    width: 6px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .timeline-menu.navbar-nav {
    position: relative;
}
.fixed-sidebar-menu .navbar-nav.timeline-menu > li > a:hover::before {
    background: #ec1d23;
}
.fixed-sidebar-menu .timeline-menu.navbar-nav::before {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 12.5px;
    position: absolute;
    top: 0;
    width: 6px;
}
.fixed-sidebar-menu .timeline-menu.navbar-nav::after {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    content: "";
    height: 6px;
    left: 12.5px;
    position: absolute;
    bottom: 0;
    width: 6px;
}
.fixed-sidebar-menu .navbar-nav.timeline-menu li:hover a {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    color: #ec1d23;
}
.fixed-sidebar-menu .header15 .navbar-nav.timeline-menu li a {
    border-left: 0 none;
    border-right: 1px solid #ffffff;
    font-weight: 300;
    margin-left: 0;
    margin-right: 15px;
    text-align: right;
}
.fixed-sidebar-menu .header15 .navbar-nav.timeline-menu > li > a::before {
    left: auto;
    right: -3.5px;
}
.fixed-sidebar-menu .header15 .timeline-menu.navbar-nav::before {
    left: auto;
    right: 12.5px;
}
.fixed-sidebar-menu .header15 .timeline-menu.navbar-nav::after {
    left: auto;
    right: 12.5px;
}
.fixed-sidebar-menu .header15 .left-side h3 {
    color: #ffffff;
    margin-right: 15px;
    text-align: right;
}
body .shop_cart > a:hover {
    color: #252525;
}
/*4. HEADER 1*/
.missing-redux-framework.header1 .no-menu {
    margin: 35px 0;
}
.header1 .header-info-group .header-info-labels p,
.header1 .header-info-group p{
    padding: 0;
}
.header1 .header-nav-actions .mt-search-icon {
    font-size: 17px;
    margin-right: 15px;
    margin-top: 5px;
}
header.header1 .header-nav-actions .shop_cart i {
    font-size: 20px;
    color: #fff;
}
header.header1 .header-nav-actions .shop_cart {
    float: right;
    padding: 10px 40px;
    margin: 0px;
    list-style: none;
    background: transparent !important;
    padding-right: 0px;
    padding-left: 0px;
}
.navbar-header .logo {
    margin: 15px 0;
    position: relative;
    left: 0px;
    margin-left: 0px;
}
.header1 #navbar {
    text-align: right;
}
header.header1 .header-nav-actions {
    padding-right: 0px;
    float: right;
}
/*HEADER 5*/
.header5 #navbar {
    text-align: center;
}
header.header5 #navbar > div:first-child {
    float: none;
}
/*HEADER 8*/
.header8 #navbar {
    text-align: right !important;
}
/*HEADER 10*/
.header10 #navbar {
    text-align: right;
}
.header10 #navbar .menu {
    margin-right: 20px;
}
.header10 .navbar-collapse.collapse.hidden {
    opacity: 1;
}
.header10 .navbar-collapse.collapse {
    opacity: 0;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
/*8. HEADER 11*/
.header11 #navbar {
    text-align: right;
}
.header11 #navbar .menu {
    margin-right: 20px;
}
.header11 .navbar-collapse.collapse.hidden {
    opacity: 1;
}
.header11 .navbar-collapse.collapse {
    opacity: 0;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
/*9. HEADER 12*/
.header12 #navbar {
    text-align: center;
}
/*10. HEADER 13*/
.header13 #navbar{
    text-align: center;
}
.is_header_semitransparent .header13 .sticky-wrapper {
    position: relative;
}
/*11. SIDEBAR NAVIGATION BURGER*/
.fixed-sidebar-menu p.copyright {
    color: rgb(0, 0, 0);
    font-size: 14px;
}
.fixed-sidebar-menu-holder {
    margin: 0;
}
.fixed-sidebar-menu .navbar {
    margin-top: 30px;
    background: transparent;
}
.fixed-sidebar-menu .logo {
    margin: 0;
    text-align: left;
    padding-bottom: 10px;
}
.fixed-sidebar-menu .menu-item {
    width: 100%;
}
.fixed-sidebar-menu .navbar-nav > li > a{
    font-weight: 300;
    padding: 10px 10px;
}
.fixed-sidebar-menu > div{
    height: auto;
}
.fixed-sidebar-menu-holder .widget.widget_search input {
    border-radius: 5px;
    -webkit-border-radius: 5px;
    color: rgb(35, 35, 91);
    font-weight: 500;
}
.fixed-sidebar-menu-holder .widget.widget_search input[type="submit"] {
    display: none;
}
.fixed-sidebar-menu{
    background: #ffffff;
    position: fixed;
    width: 25%;
    height: 100%;
    overflow-y: scroll;
    margin: 0;
    z-index: 1000;
    padding: 0;
    top: 0;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .left-side {
    box-sizing: border-box;
    float: left;
    height: 100%;
    padding: 40px;
    width: 100%;
}
.fixed-sidebar-menu.open .left-side {
    opacity: 1;
    position: relative;
    visibility: visible;
}
.fixed-sidebar-menu.open .left-side aside {
    border-bottom: 1px solid #d1d5f5;
}
.fixed-sidebar-menu .right-side {
    float: left;
    height: 100%;
    padding: 10px;
    width: 60px;
    margin: 0;
}
.fixed-sidebar-menu.open .menu-button .icon-close {
    color: rgb(255, 255, 255);
    font-size: 30px;
}
.fixed-sidebar-menu.open .menu-button span.burger {
    opacity: 0;
    visibility: hidden;
}
.header5 #navbar {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}
header.header9 .navbar-header .logo{
    text-align: right; 
}
header.header9 .header-nav-actions{
    float: left;
}
.fixed-sidebar-menu.open {
    padding: 0;
    width: 25%;
}
.fixed-sidebar-menu .logo img, 
.fixed-sidebar-menu .navbar-header .logo img {
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .share-group {
    bottom: 0;
    color: rgb(255, 255, 255);
    font-size: 22px;
    left: auto;
    right: 0;
    padding: 10px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.fixed-sidebar-menu .menu-button {
    position: relative;
    height: 38px;
    width: 38px;
    margin: auto;
    padding: 5px;
    cursor: pointer;
}
.fixed-sidebar-menu .menu-button span.burger {
    visibility: visible;
    position: absolute;
    display: block;
    margin-top: -2px;
    top: 50%;
    left: 3px;
    height: 3px;
    width: 30px;
    overflow: hidden;
    opacity: 1;
    -webkit-transition: -webkit-transform cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms, opacity cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms;
    -moz-transition: -moz-transform cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms, opacity cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms;
    transition: transform cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms, opacity cubic-bezier(0.18,  0.89,  0.32,  1.28) 300ms;
}
.fixed-sidebar-menu .menu-button span.burger .inner {
    background: #fff;
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transition: -webkit-transform 200ms;
    -moz-transition: -moz-transform 200ms;
    transition: transform 200ms;
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(1) {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    transform: translateY(-14px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(1) .inner {
    -webkit-transform: translateX(-15px);
    -moz-transform: translateX(-15px);
    -ms-transform: translateX(-15px);
    -o-transform: translateX(-15px);
    transform: translateX(-15px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(2) {
    -webkit-transform: translateY(-7px);
    -moz-transform: translateY(-7px);
    -ms-transform: translateY(-7px);
    -o-transform: translateY(-7px);
    transform: translateY(-7px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(2) .inner {
    -webkit-transform: translateX(-3px);
    -moz-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    -o-transform: translateX(-3px);
    transform: translateX(-3px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(3) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(3) .inner {
    -webkit-transform: translateX(-13px);
    -moz-transform: translateX(-13px);
    -ms-transform: translateX(-13px);
    -o-transform: translateX(-13px);
    transform: translateX(-13px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(4) {
    -webkit-transform: translateY(7px);
    -moz-transform: translateY(7px);
    -ms-transform: translateY(7px);
    -o-transform: translateY(7px);
    transform: translateY(7px);
    -webkit-transition: none;
    -moz-transition: none;
    transition: none;
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(4) .inner {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(5) {
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px);
}
.fixed-sidebar-menu .menu-button span.burger:nth-child(5) .inner {
    -webkit-transform: translateX(-8px);
    -moz-transform: translateX(-8px);
    -ms-transform: translateX(-8px);
    -o-transform: translateX(-8px);
    transform: translateX(-8px);
}
.fixed-sidebar-menu .menu-button:hover span.burger .inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.fixed-sidebar-menu.opened .menu-button span.burger {
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%}
.fixed-sidebar-menu.opened .menu-button span.burger .inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(1) {
    opacity: 0;
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(2) {
    -webkit-animation: moveandrotatex forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotatex forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotatex forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(3) {
    opacity: 0;
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(4) {
    -webkit-animation: moveandrotate forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotate forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotate forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.opened .menu-button span.burger:nth-child(5) {
    opacity: 0;
}
.fixed-sidebar-menu.closing1 .menu-button span.burger .inner {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(1) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(2) {
    -webkit-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(3) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(4) {
    -webkit-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.closing1 .menu-button span.burger:nth-child(5) {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(1) {
    -webkit-transform: translateY(-14px);
    -moz-transform: translateY(-14px);
    -ms-transform: translateY(-14px);
    -o-transform: translateY(-14px);
    transform: translateY(-14px);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(5) {
    -webkit-transform: translateY(14px);
    -moz-transform: translateY(14px);
    -ms-transform: translateY(14px);
    -o-transform: translateY(14px);
    transform: translateY(14px);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(2) {
    -webkit-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotatex-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu.closing2 .menu-button span.burger:nth-child(4) {
    -webkit-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    -moz-animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
    animation: moveandrotate-reverse forwards 600ms cubic-bezier(0.18,  0.89,  0.32,  1.28);
}
.fixed-sidebar-menu [data-component='share'] {
    position: relative;
    text-align: center;
}
.fixed-sidebar-menu [data-component='share']:after {
    height: 64px;
    width: 64px;
    line-height: 64px;
    content: '\e603';
    font-family: "icomoon";
    font-size: 23px;
    display: inline-block;
    padding-right: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.fixed-sidebar-menu .menu-center {
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    top: 45%
}
.fixed-sidebar-menu [data-component='share'].rendered:after {
    display: none;
}
@-webkit-keyframes moveandrotatex {
    0% {
        -webkit-transform: translateY(7px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
    }
    }@-moz-keyframes moveandrotatex {
        0% {
        -moz-transform: translateY(7px) rotate(0);
    }
    50% {
        -moz-transform: translateY(0) rotate(0);
    }
    100% {
        -moz-transform: translateY(0) rotate(-45deg);
    }
}
@keyframes moveandrotatex {
    0% {
        -webkit-transform: translateY(7px) rotate(0);
        -moz-transform: translateY(7px) rotate(0);
        -ms-transform: translateY(7px) rotate(0);
        -o-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -o-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
}
@-webkit-keyframes moveandrotate {
    0% {
        -webkit-transform: rotate(0) translateY(-7px);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(0) rotate(45deg);
    }
    }@-moz-keyframes moveandrotate {
        0% {
        -moz-transform: rotate(0) translateY(-7px);
    }
    50% {
        -moz-transform: translateY(0) rotate(0);
    }
    100% {
        -moz-transform: translateY(0) rotate(45deg);
    }
}@keyframes moveandrotate {
    0% {
    -webkit-transform: rotate(0) translateY(-7px);
    -moz-transform: rotate(0) translateY(-7px);
    -ms-transform: rotate(0) translateY(-7px);
    -o-transform: rotate(0) translateY(-7px);
    transform: rotate(0) translateY(-7px);
}
50% {
    -webkit-transform: translateY(0) rotate(0);
    -moz-transform: translateY(0) rotate(0);
    -ms-transform: translateY(0) rotate(0);
    -o-transform: translateY(0) rotate(0);
    transform: translateY(0) rotate(0);
}
100% {
    -webkit-transform: translateY(0) rotate(45deg);
    -moz-transform: translateY(0) rotate(45deg);
    -ms-transform: translateY(0) rotate(45deg);
    -o-transform: translateY(0) rotate(45deg);
    transform: translateY(0) rotate(45deg);
}
}@-webkit-keyframes moveandrotate-reverse {
    0% {
        -webkit-transform: rotate(45deg) translateY(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-7px) rotate(0);
    }
    }@-moz-keyframes moveandrotate-reverse {
        0% {
        -moz-transform: rotate(45deg) translateY(0);
    }
    50% {
        -moz-transform: translateY(0) rotate(0);
    }
    100% {
        -moz-transform: translateY(-7px) rotate(0);
    }
}
@keyframes moveandrotate-reverse {
    0% {
        -webkit-transform: rotate(45deg) translateY(0);
        -moz-transform: rotate(45deg) translateY(0);
        -ms-transform: rotate(45deg) translateY(0);
        -o-transform: rotate(45deg) translateY(0);
        transform: rotate(45deg) translateY(0);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -o-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(-7px) rotate(0);
        -moz-transform: translateY(-7px) rotate(0);
        -ms-transform: translateY(-7px) rotate(0);
        -o-transform: translateY(-7px) rotate(0);
        transform: translateY(-7px) rotate(0);
    }
}
@-webkit-keyframes moveandrotatex-reverse {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(7px) rotate(0);
    }
    }@-moz-keyframes moveandrotatex-reverse {
        0% {
        -moz-transform: translateY(0) rotate(-45deg);
    }
    50% {
        -moz-transform: translateY(0) rotate(0);
    }
    100% {
        -moz-transform: translateY(7px) rotate(0);
    }
}
@keyframes moveandrotatex-reverse {
    0% {
        -webkit-transform: translateY(0) rotate(-45deg);
        -moz-transform: translateY(0) rotate(-45deg);
        -ms-transform: translateY(0) rotate(-45deg);
        -o-transform: translateY(0) rotate(-45deg);
        transform: translateY(0) rotate(-45deg);
    }
    50% {
        -webkit-transform: translateY(0) rotate(0);
        -moz-transform: translateY(0) rotate(0);
        -ms-transform: translateY(0) rotate(0);
        -o-transform: translateY(0) rotate(0);
        transform: translateY(0) rotate(0);
    }
    100% {
        -webkit-transform: translateY(7px) rotate(0);
        -moz-transform: translateY(7px) rotate(0);
        -ms-transform: translateY(7px) rotate(0);
        -o-transform: translateY(7px) rotate(0);
        transform: translateY(7px) rotate(0);
    }
}
.touchevents .fixed-sidebar-menu nav .outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: scroll;
}
[data-orientation="horizontal"] .fixed-sidebar-menu {
    -webkit-transform: translate3d(0,  -64px,  0);
    -moz-transform: translate3d(0,  -64px,  0);
    -ms-transform: translate3d(0,  -64px,  0);
    -o-transform: translate3d(0,  -64px,  0);
    transform: translate3d(0,  -64px,  0);
}
[data-orientation="horizontal"] .fixed-sidebar-menu.ready {
    -webkit-transform: translate3d(0,  0,  0);
    -moz-transform: translate3d(0,  0,  0);
    -ms-transform: translate3d(0,  0,  0);
    -o-transform: translate3d(0,  0,  0);
    transform: translate3d(0,  0,  0);
}
[data-orientation="horizontal"] .fixed-sidebar-menu .nav {
    padding: 0;
}
@media (max-width: 768px) and (orientation: landscape) {
    [data-orientation="horizontal"] .fixed-sidebar-menu .nav>.inner {
    padding: 1rem 3rem;
}
}[data-orientation="horizontal"] .nav__title h1 {
    margin: 0rem;
    font-size: 2.5rem;
    line-height: 2.4375rem;
}
@media (max-width: 768px) and (orientation: landscape) {
    [data-orientation="horizontal"] .nav__title h1 {
        font-size: 2rem !important;
        line-height: 1.3 !important;
    }
}
.share.share--page .share__trigger {
    background-color: #0e1a21;
    position: absolute;
    bottom: 0;
    box-shadow: 0 0 5px 5px #0e1a21;
}
.share.share--page .share__trigger:after {
    height: 64px;
    width: 64px;
    line-height: 64px;
    font-family: "icomoon";
    font-size: 23px;
    box-shadow: none;
    padding-right: 1px;
}
.share.share--page .share__list {
    bottom: 0;
    color: rgb(255, 255, 255);
    list-style: outside none none;
    opacity: 0;
    padding: 0;
    position: absolute;
    text-align: center;
    -webkit-transform: translateY(-10%);
    -moz-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    -o-transform: translateY(-10%);
    transform: translateY(-10%);
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    width: 100%;
    left: 0;
}
.share.share--page .share__item.icon-social-facebook:hover::before {
    color: #3B5998;
    opacity: 1;
}
.share.share--page .share__item.icon-social-twitter:hover::before {
    color: #00ACED;
    opacity: 1;
}
.share.share--page .share__item.icon-social-gplus:hover::before {
    color: #DD4B39;
    opacity: 1;
}
.share.share--page .share__item.icon-link:hover::before {
    color: #57A9C1;
    opacity: 1;
}
.share.share--page .share__item::before {
    font-size: 18px;
    opacity: 0.85;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.share.share--page .share__item {
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: block;
    padding: 5px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.share.share--page .share__item:after {
    height: 44px;
    width: 44px;
    line-height: 44px;
}
.share.share--page:hover .share__list, 
.share.share--page.hover .share__list {
    bottom: 0;
    list-style: outside none none;
    margin: 0;
    opacity: 1;
    padding-left: 0;
    text-align: center;
    transform: translateY(-50px);
    -webkit-transform: translateY(-50px);
    width: 100%;
}
@-webkit-keyframes arrows-left {
    0% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9);
        -webkit-animation-timing-function: ease;
    }
    10% {
        -webkit-transform: translate3d(-10px,  0,  0) scale(1);
    }
    20% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9);
        -webkit-animation-timing-function: ease;
    }
    30% {
        -webkit-transform: translate3d(-10px,  0,  0) scale(1);
    }
    40% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9);
        -webkit-animation-timing-function: ease;
    }
    100% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9);
        -webkit-animation-timing-function: ease;
    }
}
@-moz-keyframes arrows-left {
    0% {
        -moz-transform: translate3d(0,  0,  0) scale(0.9);
        -moz-animation-timing-function: ease;
    }
    10% {
        -moz-transform: translate3d(-10px,  0,  0) scale(1);
    }
    20% {
        -moz-transform: translate3d(0,  0,  0) scale(0.9);
        -moz-animation-timing-function: ease;
    }
    30% {
        -moz-transform: translate3d(-10px,  0,  0) scale(1);
    }
    40% {
        -moz-transform: translate3d(0,  0,  0) scale(0.9);
        -moz-animation-timing-function: ease;
    }
    100% {
        -moz-transform: translate3d(0,  0,  0) scale(0.9);
        -moz-animation-timing-function: ease;
    }
}
@keyframes arrows-left {
    0% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9);
        -moz-transform: translate3d(0,  0,  0) scale(0.9);
        -ms-transform: translate3d(0,  0,  0) scale(0.9);
        -o-transform: translate3d(0,  0,  0) scale(0.9);
        transform: translate3d(0,  0,  0) scale(0.9);
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    10% {
        -webkit-transform: translate3d(-10px,  0,  0) scale(1);
        -moz-transform: translate3d(-10px,  0,  0) scale(1);
        -ms-transform: translate3d(-10px,  0,  0) scale(1);
        -o-transform: translate3d(-10px,  0,  0) scale(1);
        transform: translate3d(-10px,  0,  0) scale(1);
    }
    20% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9);
        -moz-transform: translate3d(0,  0,  0) scale(0.9);
        -ms-transform: translate3d(0,  0,  0) scale(0.9);
        -o-transform: translate3d(0,  0,  0) scale(0.9);
        transform: translate3d(0,  0,  0) scale(0.9);
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    30% {
        -webkit-transform: translate3d(-10px,  0,  0) scale(1);
        -moz-transform: translate3d(-10px,  0,  0) scale(1);
        -ms-transform: translate3d(-10px,  0,  0) scale(1);
        -o-transform: translate3d(-10px,  0,  0) scale(1);
        transform: translate3d(-10px,  0,  0) scale(1);
    }
    40% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9);
        -moz-transform: translate3d(0,  0,  0) scale(0.9);
        -ms-transform: translate3d(0,  0,  0) scale(0.9);
        -o-transform: translate3d(0,  0,  0) scale(0.9);
        transform: translate3d(0,  0,  0) scale(0.9);
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    100% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9);
        -moz-transform: translate3d(0,  0,  0) scale(0.9);
        -ms-transform: translate3d(0,  0,  0) scale(0.9);
        -o-transform: translate3d(0,  0,  0) scale(0.9);
        transform: translate3d(0,  0,  0) scale(0.9);
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
    }
}
@-webkit-keyframes arrows-right {
    0% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -webkit-animation-timing-function: ease;
    }
    10% {
        -webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    }
    20% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -webkit-animation-timing-function: ease;
    }
    30% {
        -webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    }
    40% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -webkit-animation-timing-function: ease;
    }
    100% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -webkit-animation-timing-function: ease;
    }
}
@-moz-keyframes arrows-right {
    0% {
        -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -moz-animation-timing-function: ease;
    }
    10% {
        -moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    }
    20% {
        -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -moz-animation-timing-function: ease;
    }
    30% {
        -moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    }
    40% {
        -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -moz-animation-timing-function: ease;
    }
    100% {
        -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -moz-animation-timing-function: ease;
    }
}
@keyframes arrows-right {
    0% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    10% {
        -webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
        -moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
        -ms-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
        -o-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
        transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    }
    20% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    30% {
        -webkit-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
        -moz-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
        -ms-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
        -o-transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
        transform: translate3d(10px,  0,  0) scale(1) rotate(180deg);
    }
    40% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
    }
    100% {
        -webkit-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -moz-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -ms-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -o-transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        transform: translate3d(0,  0,  0) scale(0.9) rotate(180deg);
        -webkit-animation-timing-function: ease;
        -moz-animation-timing-function: ease;
        animation-timing-function: ease;
    }
}
/*12. LEFT FIXED HEADER*/
.header6 .fixed-sidebar-menu,
.header14 .fixed-sidebar-menu {
    left: -240px;
}
.header6 .fixed-sidebar-menu.open,
.header14 .fixed-sidebar-menu.open {
    left: 0px;
}
.header6 .fixed-sidebar-menu.open .right-side,
.header14 .fixed-sidebar-menu.open .right-side{
    border-left: 1px solid rgba(255, 255, 255, 0.2);
}
/*13. RIGHT FIXED HEADER*/
.header7 .fixed-sidebar-menu,
.header15 .fixed-sidebar-menu {
    right: -25%;
}
.header7 .fixed-sidebar-menu.open,
.header15 .fixed-sidebar-menu.open {
    right: 0%;
}
/*---------------------------------------------*/
/*--- 14. General Header ---*/
/*---------------------------------------------*/
nav ul li {
    display: inline-block;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.header-info-group.media_image .header-info-icon,
.header-info-group.font_awesome .header-info-icon {
    font-size: 16px;
    font-weight: bold;
    line-height: 40px;
    position: relative;
}
.header-light-holder .header-info-group .header_text_title {
    color: #252525;
}
header.section-header {
    margin-bottom: 50px;
    position: relative;
    z-index: 10;
}
.sidebar_header .navbar-header{
    margin-top: 23px;
}
.logo a {
    font-weight: 600;
    color: #FFFFFF;
    text-decoration: none;
}
.logo a:hover {
    color: #ffffff;
}
.navbar-collapse.collapse.in .menu .menu-item {
    text-align: left;
    width: 100%;
}
/* 15. Navbar styling */
header#one-page-header {
    position: absolute;
    z-index: 999;
    width: 100%;
    top: 0;
    background: rgba(0,0,0,0.2);
}
.navbar-header .logo {
    margin: 18px 0;
}
.menu .item {
    display: inline-block;
}
.navbar-nav > li > a:hover {
    text-decoration: none;
}
.menu .menu-item {
    display: inline-block;
}
.navbar-header .logo > a:hover,
.navbar-header .logo > a {
    color: #252525;
}
/*  16. ---  FRAMEWORK-HEADER 2   ---  */
.missing-redux-framework.header2 .no-menu {
    margin: 20px 0;
}
.header2 #modeltheme-main-head #navbar .menu-item:last-child > a {
    padding-right: 0;
}
.header2 .no-menu {
    margin: 24px 0;
}
.header2 .logo-infos {
    box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.06);
}
.header2 .navbar-header .logo {
    text-align: left;
}
header.header2 .header-infos {
    margin-top: 28px;
    overflow: hidden;
}
header.header2 .header-info-group .header_text_title {
    font-size: 15px;
}
header.header2 .header-info-group {
    margin-bottom: 0;
    margin-left: 25px;
    margin-top: 0;
}
header.header2 .header-nav-actions {
    float: right;
    padding: 0px 20px;
    padding-right: 0px;
}
.header2 header .right-side-social-actions li:hover i {
    opacity: 0.6;
}
.header2 header .right-side-social-actions {
    margin-bottom: 0;
    margin-right: 0;
    margin-top: 5px;
    padding-bottom: 30px;
    padding-top: 30px;
}
.header2 header .right-side-social-actions .mt-search-icon {
    display: inline-table;
    margin-right: 15px;
}
.header2 header .right-side-social-actions .mt-search-icon i {
    font-size: 22px;
    color: #fff;
}
/* 17.  ---  FRAMEWORK-HEADER 3   ---  */
/*HEADER 3*/
.missing-redux-framework.header3 .no-menu {
    margin: 22px 0;
}
.header3 .no-menu {
    margin: 20px 0;
}
.header3 .logo-infos {
    background: #f7f7f7 none repeat scroll 0 0;
}
.header3 #modeltheme-main-head {
    background: #252525 none repeat scroll 0 0;
}
.header3 #navbar {
    text-align: center;
}
.header3 #navbar .menu {
    margin-right: 20px;
}
header.header3 .navbar-nav {
  float: right;
  margin-right: 30px !important;
}
header.header3 #mt-nav-burger.open{
  right: -4px;
}
header.header3 #mt-nav-burger{
  right: 0;
}
header.header3 .menu.nav-effect.nav-menu {
  margin: 0;
  top: 0;
  transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
  -webkit-transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
  position: relative;
  opacity: 1;
  visibility: visible;
}
.header3 .menu > .menu-item {
    display: table-cell;
    float: none;
}
.header3 header .right-side-social-actions li:hover i {
    opacity: 0.6;
}
.header3 header .right-side-social-actions .social-links i {
    color: #777777;
    font-size: 22px;
}
.header3 header .right-side-social-actions {
    margin-bottom: 18px;
    margin-right: 0;
    margin-top: 18px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.header3 header .right-side-social-actions .social-links a{
    margin: 0 3px;
}
.header3 header .right-side-social-actions .mt-search-icon{
    margin: 0 12px 0 0;
}
.header3 header .right-side-social-actions .mt-search-icon i {
    font-size: 22px;
    color: #252525;
}
.header3 header .social-links {
    float: left;
    margin: 0;
}
.header3 #mt-nav-burger{
    top: 5px;
}
.header3 #mt-nav-burger span {
    background: #252525 none repeat scroll 0 0;
}
/*   ---  FRAMEWORK-HEADER 4   ---  */
/*HEADER 4*/
.missing-redux-framework.header4 .no-menu {
    margin: 24px 0;
}
.header4 .logo-infos {
    background: #f7f7f7 none repeat scroll 0 0;
}
.header4 #modeltheme-main-head {
    border: 0 none;
}
header.header4 .navbar-nav {
  float: left;
}
header.header4 #mt-nav-burger.open{
  left: -4px;
}
header.header4 #mt-nav-burger,
header.header11 #mt-nav-burger{
  right: auto;
  left: 0;
}
header.header4 .menu.nav-effect.nav-menu {
  margin: 0;
  top: 0;
  transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
  -webkit-transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
  position: relative;
  opacity: 1;
  visibility: visible;
}
header.header4 .menu.nav-effect.nav-menu.hidden {
  top: -15px;
  display: block !important;
  opacity: 0;
  visibility: hidden !important;
}
.header4 #navbar {
    text-align: right;
}
.header4 header .right-side-social-actions .social-links i {
    color: #777777;
    font-size: 22px;
}
.header4 header .right-side-social-actions {
    border-left: 2px solid #dddddd;
    margin-bottom: 18px;
    margin-right: 0;
    margin-top: 18px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.header4 header .right-side-social-actions .social-links a{
    margin: 0 3px;
}
.header4 header .social-links {
    float: left;
    margin: 0;
}
.header4 #mt-nav-burger{
    top: 5px;
}
.header4 #mt-nav-burger span {
    background: #252525 none repeat scroll 0 0;
}
.header4 header .right-side-social-actions .mt-search-icon{
    margin: 0 12px 0 0;
}
.header4 header .right-side-social-actions .mt-search-icon i {
    font-size: 22px;
    color: #252525;
}
.header4 #mt-nav-burger span:nth-child(1), 
.header4 #mt-nav-burger span:nth-child(2) {
    top: -1px;
}
.header4 #mt-nav-burger span:nth-child(5), 
.header4 #mt-nav-burger span:nth-child(6) {
    top: 13px;
}
.header4 #mt-nav-burger{
    width: 21px;
}
.header4 .actions-group {
    margin-top: 1px;
}
.navbar-header .logo.no-logo {
    font-size: 25px !important;
    line-height: 1 !important;
    margin: 35.5px 0;
}
.missing-modeltheme-framework .navbar-header .logo.no-logo {
    margin: 35px 0 !important;
}
#navbar .sub-menu {
    box-shadow: 0 0px 10px rgba(37, 37, 37, 0.12);
    -webkit-box-shadow: 0 0px 10px rgba(37, 37, 37, 0.12);
    text-align: left;
    opacity: 0;
    position: absolute;
    top: 150%;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    visibility: hidden;
    padding: 15px;
}
#navbar .menu-item > a {
    display: block;
    font-size: 16px;
    line-height: 34px;
    padding: 24px 17px;
    text-transform: capitalize;
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out 0s;
}
#navbar .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: 100%;
}
#navbar .menu-item:hover .sub-menu ~ .sub-menu{
  opacity: 0;
  visibility: hidden;
}
#navbar .menu-item:hover .sub-menu .sub-menu {
    opacity: 0 !important;
    visibility: hidden !important;
}
#navbar .menu-item .sub-menu .menu-item:hover > .sub-menu {
    opacity: 1 !important;
    visibility: visible !important;
}
#navbar .menu-item .sub-menu .sub-menu .sub-menu .sub-menu,
#navbar .menu-item:hover .sub-menu .sub-menu .sub-menu,
#navbar .menu-item.sub-menu .menu-item:hover .sub-menu {
    opacity: 0;
    visibility: hidden;
}
#navbar .menu-item .sub-menu .menu-item .sub-menu {
    left: 105%;
}
#navbar .menu-item:hover .sub-menu .menu-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    top: -15px;
}
#navbar .menu-item .sub-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 100%;
}
/*HEADER LAYOUT V2*/
.second_header .menu.nav.nav-menu,
.sixth_header .menu.nav.nav-menu {
    width: 100%;
}
.second_header .navbar-header .logo,
.sixth_header .navbar-header .logo {
    margin: 10px 0;
}
.hide_post_featured_image .single-post-featured-img {
    display: none;
}
/* HEADER LAYOUT V3 and V7 */
.third_header .menu.nav.nav-menu,
.seventh_header .menu.nav.nav-menu {
    width: 100%;
}
/*10th HEADER*/
.tenth_header .navbar-header .logo {
    margin: 20px 0 17px;
}
.tenth_header .topheader-nav-holder > div {
    position: absolute;
}
.tenth_header .top-header{
    z-index: 999;
    margin-top: 30px;
    position: relative;
}
.tenth_header nav#modeltheme-main-head {
    top: 30px;
}
/*NINETH HEADER*/
.nineth_header .navbar-header .logo {
    margin: 20px 0 17px;
}
.nineth_header .topheader-nav-holder > div {
    position: absolute;
}
.nineth_header .top-header{
    z-index: 999;
    margin-top: 30px;
    position: relative;
}
/* HEADER LAYOUT V4 and V8 */
.fourth_header .menu.nav.nav-menu,
.eighth_header .menu.nav.nav-menu {
    width: 100%;
}
.fourth_header .navbar-header .logo,
.eighth_header .navbar-header .logo {
    text-align: center;
}
/*HEADER*/
header.header12 .navbar-nav > li,
header.header13 .navbar-nav > li,
header.header5 .navbar-nav > li{
  float: none;
}
header.header12 .menu.nav-effect.nav-menu,
header.header13 .menu.nav-effect.nav-menu,
header.header5 .menu.nav-effect.nav-menu {
  float: none;
  text-align: center;
}
/*HEADER #3 Burger right*/
header.header10 .navbar-nav {
  float: right;
  margin-right: 30px !important;
}
header.header10 #mt-nav-burger.open{
  right: -4px;
}
header.header10 #mt-nav-burger{
  right: 0;
}
header.header10 .menu.nav-effect.nav-menu {
  margin: 0;
  top: 0;
  transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
  -webkit-transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
  position: relative;
  opacity: 1;
  visibility: visible;
}
/*MT NAV BURGER*/
#modeltheme-main-head {
    width: 100%;
    z-index: 200;
    clear: both;
    border: 0 none;
}
#modeltheme-main-head > div {
    position: relative;
}
#mt-nav-burger:hover {
    opacity: 0.8;
}
#mt-nav-burger {
    cursor: pointer;
    height: 15px;
    position: relative;
    top: 5px;
    right: 0;
    float: right;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    width: 18px;
}
li#mt-nav-burger.mt-nav-burger-li {
    top: 35px;
    margin-left: 20px;
}
#mt-nav-burger.open {
    width: 40px;
    top: 22px;
    height: 35px;
}
.header-nav-actions .mt-search-icon {
    color: #fff;
    float: right;
    font-size: 20px;
    padding: 5px 0px;
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
    margin-left: 30px;
    margin-right: 30px;
}
.header-nav-actions .mt-search-icon:hover {
    opacity: 0.8;
}
#mt-nav-burger span {
  display: block;
  position: absolute;
  height: 3px;
  width: 50%;
  background: #fff;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
  z-index: 10;
}
#mt-nav-burger span:nth-child(even) {
    left: 50%;
    border-radius: 0 2px 2px 0;
}
#mt-nav-burger span:nth-child(odd) {
    left: 0px;
    border-radius: 2px 0 0 2px;
}
#mt-nav-burger:hover span:nth-child(1), 
#mt-nav-burger:hover span:nth-child(2) {
    top: -3px;
}
#mt-nav-burger:hover span:nth-child(5), 
#mt-nav-burger:hover span:nth-child(6) {
    top: 15px;
}
.fixed-sidebar-menu .icon-close {
    cursor: pointer;
    font-size: 40px;
    position: absolute;
    right: 25px;
    top: 50px;
    z-index: 1000;
    color: #65bc7b;
    transition: all 250ms ease;
    -ms-transition: all 250ms ease;
    -moz-transition: all 250ms ease;
}
.fixed-sidebar-menu .icon-close:hover {
    opacity: 0.6;
}
#mt-nav-burger span:nth-child(1), #mt-nav-burger span:nth-child(2) {
    top: 0px;
}
#mt-nav-burger span:nth-child(3), #mt-nav-burger span:nth-child(4) {
    top: 6px;
}
#mt-nav-burger span:nth-child(5), #mt-nav-burger span:nth-child(6) {
    top: 12px;
}
#mt-nav-burger.open span:nth-child(1),#mt-nav-burger.open span:nth-child(6) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#mt-nav-burger.open span:nth-child(2),#mt-nav-burger.open span:nth-child(5) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#mt-nav-burger.open span:nth-child(1) {
    left: 5px;
    top: 12px;
}
#mt-nav-burger.open span:nth-child(2) {
    left: calc(50% - 5px);
    top: 12px;
}
#mt-nav-burger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
    top: 15px;
}
#mt-nav-burger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
    top: 15px;
}
#mt-nav-burger.open span:nth-child(5) {
    left: 5px;
    top: 22px;
}
#mt-nav-burger.open span:nth-child(6) {
    left: calc(50% - 5px);
    top: 22px;
}
/*HEADER #12 TOP timeline */
header.header12 {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
header.header12 .navbar-default {
    background-color: rgba(0, 0, 0, 0.4) !important;
    z-index: 2;
    position: relative;
}
header.header12 .is-sticky .navbar-default {
    background: rgba(0, 0, 0, 0.6) none repeat scroll 0 0 !important;
}
header.header12 .navbar-nav {
    border-bottom: 1px solid rgb(255, 255, 255);
    margin-bottom: 20px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    margin-top: 0;
    position: relative;
}
header.header12 .navbar-nav > li::before {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -3px;
    content: "";
    height: 6px;
    left: 47%;
    position: absolute;
    width: 6px;
}
header.header12 .navbar-nav::before {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -3px;
    content: "";
    height: 6px;
    position: absolute;
    left: 0;
    width: 6px;
}
header.header12 .navbar-nav::after {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    border-radius: 50%;
    bottom: -3px;
    content: "";
    height: 6px;
    position: absolute;
    right: 0;
    width: 6px;
}
header.header12 .navbar-nav > li > a {
    font-weight: 400;
    padding: 10px 35px;
}
header.header12 .navbar .logo {
    display: none;
}
header.header11 .navbar-nav {
  float: left;
  margin-left: 30px !important;
}
header.header11 #mt-nav-burger.open{
  left: -4px;
}
header.header11 #mt-nav-burger{
  right: auto;
  left: 0;
}
header.header11 .menu.nav-effect.nav-menu {
  margin: 0;
  top: 0;
  transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
  -webkit-transition: all 250ms cubic-bezier(0.98, 0.21, 0, 0.9);
  position: relative;
  opacity: 1;
  visibility: visible;
}
header.header11 .menu.nav-effect.nav-menu.hidden {
  top: -15px;
  display: block !important;
  opacity: 0;
  visibility: hidden !important;
}
/*   ---   HEADER 5   ---  */
header.header5 #navbar {
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #ddd;
}
header.header5 #navbar {
    text-align: center;
}
/*   ---   HEADER 8   ---  */
header.header8 .header-nav-actions {
    float: right;
    padding: 0px 20px;
    padding-right: 0px;
}
header.header8 #mt-nav-burger {
    right: 60px;
}
header.header8 #mt-nav-burger {
    top: 25px;
}
header.header8 .navbar-header .logo {
    margin: 20px 0;
    transition: all 250ms ease-in-out 0s;
}
header.header8 .header-nav-actions .mt-search-icon {
    padding: 0;
    padding-top: 2px;
}
header.header8 .mt-nav-burger-holder {
    padding: 15px 0px;
}
header.header8 #navbar {
    text-align: left;
}
.is_header_semitransparent header.header8 .sticky-wrapper {
    position: initial;
}
header.header8 .header-nav-actions .mt-search-icon {
    color: #252525;
}
header.header8 #mt-nav-burger span {
    background: #252525 none repeat scroll 0 0;
}
/*   ---   HEADER 9   ---  */
header.header9 .header-nav-actions {
    float: left;
    padding: 0px 20px;
    padding-right: 0px;
}
header.header9 #mt-nav-burger {
    top: 25px;
}
header.header9 .navbar-header .logo {
    margin: 20px 0;
    transition: all 250ms ease-in-out 0s;
    text-align: right; 
}
header.header9 .header-nav-actions .mt-search-icon {
    padding: 0px;
}
header.header9 .mt-nav-burger-holder {
    padding: 15px 0px;
}
header.header9 #navbar {
    text-align: right;
}
.is_header_semitransparent header.header9 .sticky-wrapper {
    position: initial;
}
header.header9 .header-nav-actions .mt-search-icon {
    color: #252525;
}
header.header9 #mt-nav-burger span {
    background: #252525 none repeat scroll 0 0;
}
/*Header Infos*/
.header-info-labels .call_us_class {
    font-weight: 900 !important;
}
.header-info-group {
    overflow: hidden;
    margin-top: 12px;
    margin-bottom: 12px;
}
.header-info-group a {
    color: #fff;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    font-size: 16px;
    font-weight: 400;
}
.header-infos .header-info-group a span {
    font-size: 16px;
    padding-right: 2px;
}
.header-infos .header-info-group a:hover span{
    color: #65bc7b;
}
.header-info-group .header-info-labels p {
    margin-right: 40px;
}
.header-info-group .header_text_title {
    font-weight: 300;
}
.header-info-group p {
    font-size: 14px;
    margin: 0;
    font-weight: 500 !important;
    color: #fff;
    padding-top: 4px;
}
.header-info-group i {
    float: left;
    margin-right: 10px;
    padding: 3px 0 0 0;
}
.header-infos .header-info-labels {
    padding-left: 30px;
}
/*header social icons*/
header .social-links {
    float: right;
    margin: 0;
    padding: 0;
    line-height: 1;
    padding-left: 1px;
}
header .social-links * {
    color: #ffffff;
    display: inline-block;
    list-style: outside none none;
    margin-left: 0;
    transition: all 250ms ease-in-out 0s;
    -moz-transition: all 250ms ease-in-out 0s;
    -ms-transition: all 250ms ease-in-out 0s;
}
header .social-links li {
    margin-left: 5px;
}
header .social-links i {
    font-size: 16px;
    line-height: 1;
    margin: 0;
}
header .header-info-group  span{
    color: #fff;
    transition: all 250ms ease;
    -webkit-transition: all 250ms ease;
    font-size: 16px;
    font-weight: 400;
    margin-right: 3px;
}
header .free-consultation a {
    background: #65bc7b!important;
    color: #fff!important;
    text-transform: uppercase!important;
    padding: 26px 33px !important;
}
header .free-consultation a:hover {
    background: #B6BF68 !important;
}
header .free-consultation {
    float: right;
}
header .menu.nav-effect.nav-menu .mega3menu {
    position: static !important;
}
.is_header_semitransparent .navbar-default .container div#navbar {
    padding: 0;
    margin: 0;
}
.is_header_semitransparent .navbar-default .container .row {
    background: #fff !important;
}
.is_header_semitransparent .menu.nav-effect.nav-menu {
    margin: 0;
}
.is_header_semitransparent .navbar-default .container .navbar-header {
    background: #fff;
    padding-left: 30px;
}
.is_header_semitransparent .navbar-default .container {
    padding: 10px 0;
}
.home-slider-button a {
    font-size: 17px !important;
    background: transparent !important;
    border: 2px solid #fff !important;
    padding: 17px 75px 17px 35px !important;
    font-weight: 600;
    transition: all 250ms ease;
    -moz-transition: all 250ms ease;
    -ms-transition: all 250ms ease;
}
.home-slider-button a:hover {
    color: #65bc7b !important;
    border-color: #65bc7b !important;
}
.home-slider-button a i {
    font-size: 20px !important;
    font-weight: bold;
    padding-right: 15px !important;
}
.button-sections a {
    font-size: 17px !important;
    background: transparent !important;
    padding: 0px 48px 3px 0 !important;
}
.header2 #modeltheme-main-head #navbar .nav-menu .menu-item:hover > a {
  opacity: .7 !important;
}
/* user menu settings */
li.menu-item.mt-header-account {
    padding: 28px 17px;
}
#dropdown-user-profile a.profile {
    font-size: 24px;
    background: transparent !important;
    line-height: 1;
    color: #252525;
}
#dropdown-user-profile {
    display: inline-block;
    position: relative;
    cursor: pointer;
    user-select: none;
}
#dropdown-user-profile ul {
    position: absolute;
    top: 300%;
    left: -100px;
    width: 200px;
    padding: 10px 0px 10px;
    visibility: hidden;
    opacity: 0;
    background: #fff;
    box-shadow: 0 0 30px 1px rgba(0,0,0,.1);
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
}
#dropdown-user-profile.open ul {
    top: 150%;
    visibility: visible;
    opacity: 1;
}
#dropdown-user-profile ul li { display: inline; }
#dropdown-user-profile ul li a {
    text-decoration: none;
    display: block;
    padding: 8px 25px;
    color: #252525;
    font-weight: 400;
    transition: all 300ms ease;
    -webkit-transition: all 300ms ease;
    font-size: 14px;
}
#dropdown-user-profile ul li a:hover {
    background: #e9e9e9;
}
#dropdown-user-profile ul li a i {
    position: relative;
    top: 1px;
    padding-right: 5px;
}
#dropdown-user-profile ul::before {
    position: absolute;
    top: -30px;
    left: 50%;
    content: "\f0d8";
    color: #fff;
    font-family: fontawesome;
    font-size: 35px;
    transition: all 300ms ease;
}
.dropdown-divider {
    height: 0;
    margin: 10px 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef;
}
/*------------------------------------------------------------------
[Footer Styles Stylesheet]
[Table of contents]
1. Footer General
2. Footer Menu
-------------------------------------------------------------------*/
/*---------------------------------------------*/
/*--- 1. Footer General ---*/
/*---------------------------------------------*/
.page_preloader_off .vertigo_preloader_holder,
.footer_bottom_bar_off footer .footer,
.footer_row1_off .footer-row-1,
.footer_row2_off .footer-row-2,
.footer_row3_off .footer-row-3{
    display: none !important;
}
footer .footer-top .widget-title {
    font-weight: bold;
    font-size: 25px;
    margin-bottom: 20px;
}
footer .social-links * {
    color: rgba(37,37,37,.7);
    display: inline-table;
    list-style: outside none none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    margin-right: 3px;
}
.fixed-sidebar-menu .left-side .social-links * {
    color: #65bc7b;
    display: inline-table;
    list-style: outside none none;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.fixed-sidebar-menu .left-side .social-links li {
    margin-right: 10px;
}
.fixed-sidebar-menu .left-side .social-links li:hover * {
    color: #81da9e;
    border-color: #81da9e;
}
.contact-details i {
    padding-right: 10px;
}
footer .mc4wp-form p {
    color: #ffffff;
    font-size: 15px;
}
footer .social-links {
    margin: 15px 0;
    padding: 0;
}
footer .widget_vertigo_recent_entries_with_thumbnail li a{
    color: white;
}
footer .widget_vertigo_recent_entries_with_thumbnail .post-date{
    border-color: rgba(255, 255, 255, 0.5);
    color: rgba(255, 255, 255, 0.7);
}
footer .shop_feature_description_v2 {
    padding-left: 15px;
}
footer .contact-details p {
    color: rgba(255,255,255,0.7);
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 4px;
    opacity: 1;
    padding: 5px 0px;
}
.footer-logo {
    width: 250px;
}
.footer-top .widget_nav_menu li {
    text-align: left;
    width: 100%;
    padding: 4px 0px;
}
footer .footer-top .menu .menu-item a::before {
    content: "";
    height: 15px;
    left: -9px;
    position: absolute;
    top: 3px;
    width: 2px;
}
.before_footer{
    background: #e9eaea;
}
.before_footer .widget-title{
    color: black;
}
.footer-top .widget-title {
    border: 0 none;
    margin-bottom: 12px;
    padding: 0;
}
.footer-top .widget_nav_menu ul {
    margin: 0;
    padding: 0;
}
footer .footer-top .menu .menu-item a::after{
    content: "";
}
footer .footer-top .menu .menu-item a:hover {
    color: #65bc7b;
}
footer .footer-top .menu .menu-item a:before {
    background: none !important;
}
.prefooter{
    padding: 0;
}
.prefooter .footer .container {
    padding-top: 10px;
    padding-bottom: 10px;
}
/*---------------------------------------------*/
/*--- 2. Footer Menu ---*/
/*---------------------------------------------*/
footer nav.menu {
    background: transparent;
    margin: 0;
}
nav ul li {
    display: inline-block;
    position: relative;
}
nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
footer nav ul li a{
    color: #6d7a83;
    font-size: 12px;
    padding-right: 5px;
    margin-right: 5px;
    position: relative;
    display: block;
}
footer nav ul li a:after {
    content: '/';
    display: block;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: -5px;
    color: #6d7a83;
}
footer nav ul li:last-child a:after {
    display: none !important;
}
footer nav ul li:last-child a {
    margin-right: 0;
    padding-right: 0;
}
footer .footer {
    padding: 0 15px;
    background: #212121;
}
footer .logo, .footer-top h1.widget-title, .footer-top .widget-title {
    margin-top: 0;
}
.sidebar_menu p.copyright {
    color: black;
}
p.copyright {
    color: rgba(255, 255, 255, 0.7);
    font-size: 16px;
    margin: 15px 0;
}
.missing-redux-framework p.copyright{
    color: rgba(255, 255, 255, 0.7);
}
footer .textwidget > p:last-child {
    margin-bottom: 0;
}
footer .theme-author {
    text-transform: uppercase;
    font-weight: 700;
}
footer.entry-footer {
    background: transparent;
    margin-top: 20px;
}
footer .widget_address_social_icons .social-links li{
  margin-bottom: 5px;
}
footer .widget_recent_entries_with_thumbnail li a {
    color: #ffffff;
    font-weight: bold;
}
.prefooter .widget-title {
    color: #d5e9f8;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 20px;
}
footer nav.menu {
  background: transparent;
  margin: 0;
}
.prefooter{
  padding: 0;
}
.prefooter .container {
    padding-top: 40px;
    padding-bottom: 40px;
}
.widget_text .shop_feature_icon_v2 {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0px;
    padding: 7px 0;
    text-align: center;
}
.widget_text .shop_feature_icon_v2 i {
    color: #000000;
    font-size: 25px;
}
.widget_text .shop_feature_v2 {
    margin: 0;
    padding: 0;
}
footer p {
  color: #383737;
  font-size: 20px;
}
footer .textwidget p {
    color: #999898;
    font-size: 17px;
    font-weight: 300;
    margin-bottom: 0;
    line-height: 32px;
}
footer .textwidget .footer-info1 {
    color: #999898;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
}
.fixed-sidebar-menu .textwidget .footer-info1 {
    color: #81da9e;
    font-size: 25px;
    font-weight: bold;
    margin-bottom: 5px;
}
footer  hr.footer-line {
    max-width: 450px;
    margin-left: 0;
    margin-top: 25px;
    opacity: .5;
}
footer p.footer-newsletter-info {
    max-width: 450px;
    color: #81da9e;
} 
footer .get-in-touch p.phone-number {
    margin-bottom: 5px !important;
}
footer .get-in-touch {
    margin-top: 38px;
}
.sidebar-content .widget_nav_menu li::before,
.widget_pages li::before,
.widget_meta li::before,
.widget_archive li::before,
.widget_categories .cat-item::before {
    font-family: fontawesome;
    margin-right: 8px;
}
.sidebar-content .widget_nav_menu li,
.widget_recent_entries li,
.widget_pages li,
.widget_meta li,
.widget_archive li,
.widget_categories .cat-item{
    margin-bottom: 5px;
}
.sidebar-content .widget_nav_menu li:last-child {
    margin-bottom: 0;
}
footer .widget_recent_entries_with_thumbnail .post-date {
    border: 1px solid rgb(109, 122, 131);
    color: rgba(255, 255, 255, 0.8);
    padding: 1px 7px;
}
footer .widget_recent_comments > ul,
footer .widget_nav_menu li,
footer .widget_nav_menu li a,
footer .sidebar-content .widget_nav_menu li,
footer .sidebar-content .widget_nav_menu li a,
footer .widget_recent_entries li,
footer .widget_recent_entries li a,
footer .widget_pages li,
footer .widget_pages li a,
footer .widget_meta li,
footer .widget_meta li a,
footer .widget_archive li,
footer .widget_archive li a,
footer .widget_categories .cat-item,
footer .widget_categories li a {
    color: #999898;
    opacity: 1;
    font-weight: 300;
}
footer .tagcloud > a {
    opacity: 0.9;
}
footer .logo img{
    max-width: 100%;
}
footer .menu .menu-item a {
    color: #b4bbc2;
    font-size: 17px;
    font-weight: 300;
    letter-spacing: normal;
    line-height: normal;
    margin-left: 5px;
    margin-right: 5px;
    padding: 0;
    position: relative;
    text-transform: none;
}
footer .menu .menu-item a:after {
  content: '/';
  display: block;
  font-size: 12px;
  position: absolute;
  top: 0;
  right: -10px;
  color: rgba(255, 255, 255, 0.8);
}
footer nav ul li:last-child a {
  margin-right: 0;
  padding-right: 0;
}
footer .theme-author {
  text-transform: uppercase;
  font-weight: 700;
}
.footer-div-parent {
    position: relative;
}
p.copyright {
    line-height: 70px;
    margin: 0;
    font-weight: 300;
}
footer .social-links {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 20px;
}
.fixed-sidebar-menu .left-side .social-links {
    margin: 0;
    padding: 0;
    line-height: 1;
    margin-top: 0px;
}
a.logo-footer img {
    max-width: 180px;
}
a.logo-footer {
    line-height: 90px;
}
.fixed-sidebar-menu .left-side .social-links a {
    border: 1px solid #65bc7b;
    border-radius: 50%;
    height: 40px;
    line-height: 38px;
    text-align: center;
    width: 40px;
}
footer.footer2 {
    padding: 0;
}
footer.footer2 .social-links a {
    border-radius: 0;
}
footer .logo {
    margin-bottom: 20px;
}
footer .logo a {
    display: block;
    line-height: 0;
}
footer .logo img {
    max-width: 250px;
}
/*------------------------------------------------------------------
[Responsive Stylesheet]
-------------------------------------------------------------------*/
@media only screen and (max-width: 319px) {
    footer .footer-top  .widget .widget-title{
        margin-bottom: 10px;
    }
    footer .widget.widget_text {
        margin-bottom: 20px;
    }
    .top_section .wpb_wrapper h1 span {
        font-size: 45px !important;
        line-height: 44px !important;
    }
    body header .navbar-header .logo {
        max-width: 140px;
    }
}
/*--- 2. Responsive Min_320px Max_479px ---*/
@media only screen and (min-width: 320px) and (max-width: 479px) {
    .testimonial-author-job > h4 {
        font-size: 14px;
    }
    .top_section .wpb_wrapper h1 span {
        font-size: 52px !important;
        line-height: 52px !important;
    }
}
@media only screen and (max-width: 479px) {
    body.woocommerce ul.products li.product, 
    body.woocommerce-page ul.products li.product {
        width: 100% !important;
    }
    .header-title-breadcrumb .post-category-date {
        display: none;
    }
    .portfolio-items .col-md-2 {
        width: 100%;
        float: left;
        margin-bottom: 80px;
    }
    .tp-leftarrow.default, 
    .tp-rightarrow.default{
        display: none;
    }
    .menu-item-has-children::after{
        display: block !important;
    }
    .wpb_wrapper ul.ecs-event-list li {
        margin-bottom: 20px !important;
        width: 95% !important;
    }
    .avatar.photo {
        width: 50px;
    }
    .mt_cars--features-description .mt_car--important-features span img {
      display: block;
      margin: 0 auto;
  }
  .mt_car--important-features .car_number_passengers_value, .mt_car--important-features .car_luggage_value, .mt_car--important-features .car_gearbox_value {
      font-size: 11px;
  }
  .post-details-bottom .related-posts .related_blog_custom .post-name a {
      font-size: 15px;
  }
    p.copyright {
        line-height: 30px !important;
    }
    h3.post-name.row.car-name {
        padding: 5px;
    }
    h3.post-name.row.car-name a {
        font-size: 12px !important;
    }
    /* Add new rules for this interval below */
}
/*--- 4. Responsive Min_480px Max_767px ---*/
@media only screen and (min-width: 480px) and (max-width: 767px) {
    .portfolio-items .col-md-2 {
        width: 50%;
        float: left;
        margin-bottom: 80px;
    }
    .menu-item-has-children::after{
        display: none !important;
    }
    .top_section .wpb_wrapper span {
        line-height: 80px;
    }
    header .navbar-toggle {
        margin-top: 45px !important;
    }
    .avatar.photo {
        width: 50px;
    }
    body.woocommerce ul.products li.product.col-md-4, 
    body .woocommerce-page ul.products li.product.col-md-4 {
        width: 50% !important;
    }
    /* Add new rules for this interval below */
}
/*--- 5. Responsive Max_600px ---*/
@media only screen and (max-width: 600px) {
    .vc_row.donation_section {
        padding: 95px 10px 115px !important;
    }
    .donnation-content .button-winona.extra-large {
        font-size: 15px;
    }
    h3.post-name.row.car-name {
    padding: 10px;
    }
    /* Add new rules for this interval below */
}
/*--- 6. Responsive Min_681px Max_1200px ---*/
@media only screen and (min-width: 681px) and (max-width: 1200px) {
    .wpb_wrapper ul.ecs-event-list li {
        margin-bottom: 20px !important;
        width: 30% !important;
    }
    /* Add new rules for this interval below */
}
/*--- 7. Responsive Max_767px ---*/
@media only screen and (max-width: 767px) {
  .header2 #modeltheme-main-head #navbar .menu-item:last-child > a {
      margin: 0 !important;
  }
    header .header-infos .header-info-icon {
        display: none;
    }
    #modeltheme-main-head .container {
        padding: 0;
    }
    .woocommerce table.shop_table td.product-name {
        width: initial !important;
    }
    .woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals{
        width: 100% !important;
        padding-left: 0px !important;
    }
    .woocommerce-checkout .col2-set{
        width: 100% !important;
    }
    .woocommerce .single-product-header {
        position: absolute;
        display: none;
    }
    .single.single-product div.product .product_title {
        font-weight: bold !important;
        color: #272727 !important;
    }
    .product_meta > span,
    .product_meta > span a {
        color: #272727 !important;
    }
    .single.single-product .summary.entry-summary.col-md-8 {
        width: 100% !important;
        padding-left: 30px;
    }
    .single-product.woocommerce .woocommerce-product-details__short-description p{
        color: #272727 !important;
    }
    .woocommerce-cart li#menu-item-woo.cart a:before, .woocommerce-checkout li#menu-item-woo.cart a:before,
    .woocommerce-cart li#menu-item-woo.checkout a:before, .woocommerce-checkout li#menu-item-woo.checkout a:before,
    .woocommerce-cart li#menu-item-woo.overview a:before, .woocommerce-checkout li#menu-item-woo.overview a:before{
        margin-bottom: -24px;
    }
    header .header-info-group .header-info-labels p {
        line-height: normal;
        margin: 0;
        padding: 0 !important;
    }
    header .header-info-group {
        margin: 0;
    }
    .woocommerce a.added_to_cart {
        font-weight: 600;
    }
    .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
        float: left;
        margin-top: 20px;
    }
  header #navbar .sub-menu {
      box-shadow: none !important;
  }
    header #navbar .menu-item .sub-menu .menu-item .sub-menu {
        left: 0;
        opacity: 1 !important;
        top: 0;
        visibility: visible !important;
    }
    #comments .children{
        padding: 0 !important;
    }
    header .navbar-toggle {
        margin-top: 21px !important;
    }
    body .navbar-header .logo {
        margin: 10px 15px 20px !important;
    }
  .logo img, .navbar-header .logo img {
      margin-top: 18px;
  }
    #modeltheme-main-head-sticky-wrapper {
        height: 78px !important;
    }
    .added-redux-framework header.header1 {
        height: auto !important;
    }
    .missing-redux-framework header.header1 {
        height: auto !important;
    }
    header #navbar .cf-mega-menu.sub-menu * {
        opacity: 1 !important;
        visibility: visible !important;
    }
    header #navbar .cf-mega-menu.sub-menu img {
        margin: 0 !important;
    }
    header #navbar .cf-mega-menu.sub-menu p {
        text-align: left !important;
    }
    header #navbar .cf-mega-menu.sub-menu .vc_btn3-container{
        text-align: left;
        margin-bottom: 0px;
    }
    header .mega3menu .cf-mega-menu .vc_row .vc_col-sm-3:not(:last-child) {
        border: 0 !important;
    }
    header #navbar .cf-mega-menu.sub-menu .vc_column-inner {
        padding-top: 15px !important;
    }
    #navbar .menu-item .sub-menu .menu-item .sub-menu {
        left: 0;
        position: relative;
        top: 0;
    }
    body header #navbar .sub-menu li:last-child, body header #navbar .sub-menu li {
        border-bottom: 0 none;
    }
    body #navbar .sub-menu li:last-child, body #navbar .sub-menu li {
        border-bottom: 0 none;
    }
    header #navbar .sub-menu .menu-item > a {
        color: #252525;
    }
    header #navbar .sub-menu .menu-item > a {
        padding-left: 30px !important;
    }
    #navbar .sub-menu .menu-item > a {
        line-height: 34px !important;
    }
    .sidebar-content:not(.header7) {
        padding-right: 15px !important;
        padding-bottom: 50px;
    }
    .header-info-group i {
        display: none;
    }
    body .header-infos .header-info-labels {
        padding-left: 0 !important;
        float: none !important;
        display: block !important;
        width: 100% !important;
        clear: both;
    }
    body #modeltheme-main-head .container > .row {
        margin: 0 !important;
    }
    .mt_clients_slider .client_image, .clients-no-slider .client_image {
        width: 50% !important;
    }
    body header .header-info-group .pull-left {
        float: none !important;
    }
    header #navbar .menu-item:hover .sub-menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        opacity: 1 !important;
        top: 0 !important;
        visibility: visible !important;
    }
    header #navbar .sub-menu {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        opacity: 1;
        padding: 0;
        position: relative;
        visibility: visible;
        top: 0;
        width: 100%;
    }
    header #navbar .sub-menu .sub-menu .menu-item > a {
        padding-left: 60px !important;
    }
  header #navbar .sub-menu .sub-menu .sub-menu .menu-item > a {
    margin-left: 45px;
  }
    .navbar-collapse .menu .menu-item {
        text-align: left;
    }
    body #modeltheme-main-head {
        height: auto;
        padding: 0;
    }
    body header #navbar .menu-item > a {
        padding: 3px 15px !important;
    }
    body header #navbar .menu-item > a {
        border-bottom: 1px solid rgba(0,0,0, 0.1);
    }
    header .navbar-header .logo {
        margin: 20px 10px;
        max-width: 200px;
        text-align: left;
    }
    header.header2 .col-md-9.col-sm-8 {
        display: none !important;
    }
    .owl-theme .owl-controls {
        display: none !important;
    }
    .related-posts .post-name a {
        font-size: 20px;
    }
    body.is_header_semitransparent .navbar-default .container {
        padding: 0 !important;
    }
    body .navbar-default .navbar-toggle {
    }
    .single.single-post .post-name {
        font-size: 25px;
        line-height: 30px;
    }
    .related-posts {
        padding: 0 15px;
    }
    footer p.copyright span {
        text-align: center !important;
        float: none !important;
    }
    .header-group .breadcrumb{
        display: none;
    }
    .widget_text .shop_feature_v2 .shop_feature_icon_v2 {
        padding: 7px;
    }
    .sticky_post_text_container {
        margin-bottom: 30px;
    }
    .courses-list .course_text_content h5 {
        clear: both;
    }
    .courses-list .course_more_container {
        text-align: right !important;
    }
    .courses-list .all_courses_box .all_courses_title {
        padding-top: 10px;
    }
    .all_courses_box .all_courses_buton {
        margin-bottom: 30px;
    }
    .all_courses_box {
        margin-bottom: 30px;
    }
    .shortcode_post_content .text_content .post-download-icons {
        display: none;
    }
    .pricing-table {
        margin-top: 30px;
    }
    .search_products {
        display: none;
    }
    body .navbar-header .logo {
        margin: 10px 0;
        text-align: center;
    }
    footer p.copyright {
        padding: 20px 0;
        text-align: center;
    }
    footer .payment-methods{
        text-align: center;
    }
    footer .payment-methods img {
        float: none !important;
    }
    #page .top-header{
        padding: 15px 0;
        background: #252525 !important;
    }
    .header-infos .header-info-labels {
        padding-left: 25px !important;
    }
    header .header-info-group .pull-right {
        float: none !important;
        padding-left: 0;
    }
    header .social-links {
        float: none !important;
    }
    .top-header .account-urls {
        margin-top: 10px;
    }
    .widget .widget_address_social_icons .social-links > li:first-child{
        margin-left: 0;
    }
    .widget .widget_address_social_icons .social-links a i {
        padding: 13px;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
    }
    .widget .widget_address_social_icons .social-links a {
        height: 40px;
        width: 40px;
    }
    .widget .widget_address_social_icons .social-links > li {
        height: 40px;
        margin-bottom: 5px;
        margin-right: 1px;
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        width: 40px;
    }
    .modeltheme-breadcrumbs h2{
        font-size: 17px;
    }
    .latest-posts .single-post .vc_col-md-3.text-center {
        display: none;
    }  
    body .home-slider-button a {
        padding: 10px 40px 10px 15px !important;
        font-size: 14px !important;
    } 
    body .home-slider-button a i {
        font-size: 14px !important;
        padding: 0 !important;
    }
    footer nav.menu {
        float: left;
    }
    footer nav.menu li:first-child a {
        margin-left: 0;
    }
    body .navbar ul li:hover ul.sub-menu {
        border: 0 none;
        left: 0;
        margin: 0;
        opacity: 1;
        position: relative;
        top: 0;
        visibility: visible;
        width: 100%;
    }
    .menu-item-has-children {
        cursor: pointer;
    }
    body .navbar ul li ul.sub-menu {
        border: 0 none;
        left: 0;
        margin: 0;
        opacity: 1;
        position: relative;
        top: 0;
        display: none;
        visibility: visible;
        width: 100%;
    }
    body #navbar .sub-menu li:last-child,
    body #navbar .sub-menu li {
        border-bottom: 1px solid #3d4f61;
        position: relative;
    }
    .widget.widget_flickr {
        clear: both;
    }
    .widget_recent_entries_with_thumbnail .thumbnail-overlay {
        width: 70px;
    }
    .widget_recent_entries_with_thumbnail .post-details {
        padding: 0;
    }
    body .navbar-default .navbar-collapse, 
    body .navbar-default .navbar-form {
        border-color: rgba(0, 0, 0, .1);
    }
    .navbar-collapse.vc_col-md-9.collapse.in {
        width: 100%;
    }
    .navbar-collapse li {
        width: 100%;
    }
    .header_mini_cart {
        display: none;
    }
    body .navbar ul li ul.sub-menu li::before {
        content: none;
        position: absolute;
        top: 10px;
        color: white;
        left: 14px;
    }
    .modeltheme-breadcrumbs .breadcrumb {
        display: none;
    }
    .menu.nav-effect.nav-menu {
        margin: 0;
        text-align: left;
        width: 100%;
    }
    .smartowl_skin_switcher {
        display: none;
    }
    body .navbar-nav > li > a {
        padding: 15px 0;
    }
    .navbar-collapse.collapse.in .menu .item:hover {
        background: #253749;
    }
    .navbar-collapse .menu .item,
    .navbar-collapse.collapse.in .menu .item {
        width: 100%;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .logo {
        margin: 15px 0;
    }
    .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle {
        margin: 27px 15px !important;
        transition: all 300ms ease-in-out;
        -o-transition: all 300ms ease-in-out;
        -ms-transition: all 300ms ease-in-out;
        -webkit-transition: all 300ms ease-in-out;
        -moz-transition: all 300ms ease-in-out;
    }
    #navbar .menu-item > a {
        padding: 15px 10px 24px;
    }
    header.header3 .navbar-nav.nav-menu,
    header.header10 .navbar-nav.nav-menu {
        margin-right: 0px !important;
    }
    header.header4 .navbar-nav.nav-menu,
    header.header11 .navbar-nav.nav-menu {
        margin-left: 0px !important;
    }
    #mt-nav-burger {
        display: none;
    }
    header.header5 #navbar .menu .menu-item {
        text-align: left;
    }
    header.header12 .navbar .logo {
        display: block !important;
    }
    header.header12 #navbar .menu .menu-item {
        text-align: left;
    }
    header.header12 .navbar-nav > li::before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }
    header.header12 .navbar-default .navbar-toggle .icon-bar {
        background: #131313 none repeat scroll 0 0;
    }
    header.header12 .navbar.navbar-default {
        background-color: rgba(0, 0, 0, 0.9) !important;
    }
    header.header12 #navbar .menu-item > a:hover::before {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0 !important;
    }
    header.header12 #navbar .menu-item > a {
        padding: 15px 10px !important;
    }
    .navbar-default .navbar-toggle .icon-bar {
        background: #252525;
    }
    .missing-redux-framework .navbar-default .navbar-toggle .icon-bar {
        background: #252525;
    }
    .missing-redux-framework .navbar-default .navbar-toggle {
        border-color: #252525;
    }
    #modeltheme-main-head .navbar-collapse.col-md-9,
    #modeltheme-main-head .navbar-collapse.collapse.col-md-9 {
        margin: 0;
        width: 100%;
        padding-bottom: 20px;
    }
    .portfolio .col-md-2:nth-child(7n+5),
    .portfolio .col-md-2:nth-child(7n+1){
        margin-left: 0;
        clear: none;
    }
    .testimonials .testimonials-container blockquote{
        font-size: 16px;
    }
    .testimonials .testimonials-container blockquote::after,
    .testimonials .testimonials-container blockquote::before{
        font-size: 100px;
        top: 34%;
    }
    .submit-comment .comment-form .form-comment {
        padding: 0;
    }
    body .portfolio-items .vc_col-md-2:last-child{
        margin-bottom: 0;
    }
    body .portfolio-items .vc_col-md-2{
        margin-bottom: 80px;
    }
    body .portfolio-items .vc_col-md-2:nth-child(7n+5),
    body .portfolio-items .vc_col-md-2:nth-child(7n+1) {
        margin-left: 0;
    }
    body .testimonials-container blockquote * {
        font-size: 16px;
    }
    .testimonials-container blockquote::after,
    .testimonials-container blockquote::before{
        content: "";
        display: none;
    }
    .testimonials-container blockquote {
        padding: 20px 0 20px;
        margin: 0;
    }
    #navbar .menu .item a {
        padding: 10px 0;
        padding-left: 10px;
    }
    body .theme_header_slider .tp-leftarrow.default::after, 
    body .theme_header_slider .tp-rightarrow.default::after {
        font-size: 50px;
        line-height: 60%;
        opacity: 0.75;
    }
    #navbar .menu-item.menu-item-has-children > a::after {
      content: none !important;
  }
    #navbar.navbar-collapse {
        padding-bottom: 0px !important;
        padding-left: 5px;
        padding-right: 5px;
    }
    li#nav-menu-register .expand{
        display: none;
    }
.expand {
    padding: 0 15px;
    position: absolute;
    right: -7px;
    top: 9px;
}
  .action-expand::after {
      color: #009ddc;
      content: "\f107";
      font-family: FontAwesome;
  }
  .action-expand.show-menu::after {
    content: "\f106";
      font-family: FontAwesome;
  }
    #navbar .menu-item-has-children .expand a {
        padding: 6px 15px;
        color: transparent;
        border: 1px solid #ddd;
    }
    header.header8 .header-nav-actions {
        display: none !important;
    }
    header.header8 .menu.nav-effect.nav-menu {
        float: left !important;
    }
    header.header9 .header-nav-actions {
        display: none !important;
    }
    header.header9 .header-nav-actions {
        display: none !important;
    }
    body header.header9 .navbar-header .logo {
        text-align: left !important;
    }
    .entry-content .vc_custom_1539586344326 {
        padding-top: 80px !important;
        padding-bottom: 80px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 990px) {
    #navbar .menu > .menu-item:first-child > a {
        padding: 18px 18px !important;
    }
    header.header1  .header-nav-actions {
    }
    #navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
        top: auto !important;
    }
    #navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
        top: auto !important;
    }
    .fixed-sidebar-menu.open {
        width: 50% !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .header-nav-actions .mt-search-icon {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .header-infos .header-info-labels {
        padding-left: 5px !important;
    }
    .header-info-group .header-info-labels p {
        margin-right: 15px !important;
    }
    body .header-nav-actions .mt-search-icon {
        padding: 5px 15px !important;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1023px) {
    footer .payment-methods img {
        float: none !important;
    }
    footer p.copyright {
        text-align: center;
    }
    footer .payment-methods{
        text-align: center;
    }
    .navbar-nav > li > a {
        padding: 30px 0;
    }
    .widget .widget_address_social_icons .social-links > li:first-child {
        margin-left: 3px;
    }
    .navbar-collapse.collapse.vc_col-md-9 {
        float: left;
    }
    body .navbar-nav > li > a,
    body .menu .item a{
        font-size: 12px;
    }
    #navbar .menu .item a {
        padding: 30px 0;
    }
    .modeltheme-breadcrumbs h2{
        font-size: 19px;
    }
    .modeltheme-breadcrumbs .breadcrumb{
        display: none;
    }
    header.header2 .navbar-header .logo {
        text-align: center !important;
    }
    header.header8 .mt-nav-burger-holder {
        padding: 0 !important;
    }
    body header.header8 #mt-nav-burger {
        top: 28px !important;
    }
    body header.header9 .navbar-header .logo {
        text-align: center !important;
    }
    body header.header9 .mt-nav-burger-holder {
        padding: 0px !important;
    }
    body header.header9 #mt-nav-burger {
        top: 28px !important;
    }
    body header.header9 .menu.nav-effect.nav-menu {
        width: 85% !important;
    }
    body header.header9 .header-nav-actions .mt-search-icon {
        margin-right: 35px !important;
    }
}
@media only screen and (max-width: 990px) {
    .mt-car-search .select2.select2-container.select2-container--default {
        width: 100% !important;
    }
    .mt-car-search .search-field.form-control {
        width: 88% !important;
    }
    .list-view .blog_custom {
        display: block !important;
    }
    .odd-post .blog_post_image {
        padding-top: 48px !important;
    }
    .even-post .blog_post_image {
        padding-bottom: 48px !important;
    }
    .blog_post_image {
        display: block;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 992px) {
    body h1.widget-title,
    body h2.heading-bottom {
        font-size: 26px !important;
    }
    body .comment-respond {
        margin-bottom: 50px !important;
    }
    footer .mc4wp-form-fields input[type="email"] {
        width: 100% !important;
        margin-bottom: 5px;
    }
    footer .social-links {
        float: none !important;
        line-height: 50px !important;
    }
    .error-404.not-found h1.page-404-digits {
        font-size: 80px !important;
        line-height: 1 !important;
    }
    .container.footer {
        text-align: center;
    }
    body .pagination {
        margin: 20px 0 45px 0 !important;
        padding: 0 !important;
        display: block;
        overflow: hidden;
    }
    body .modeltheme-pagination.pagination span:first-child {
        margin-left: 0 !important;
    }
    a.logo-footer {
        line-height: 50px !important;
    }
    .blog_custom .post-details .description_container {
        display: block;
    }
    .description_container .blog_post_image {
        width: 100%;
    }
    .mt_car--important-features .car_number_passengers,
    .mt_car--important-features .car_luggage,
    .mt_car--important-features .car_gearbox {
        display: inline-block;
        width: 33.3%;
    }
    .post-details-bottom .related-posts .post {
        margin-bottom: 40px;
    }
    .post-details-bottom .related-posts .related_blog_custom img {
        width: 100%;
    }
    .sidebar-content  {
        padding-left: 15px !important;
    }   
    .header-title-breadcrumb .header-title-breadcrumb-overlay h1 {
        font-size: 20px;
        text-align: center;
        padding-bottom: 15px;
    }
    .header-title-breadcrumb .header-title-breadcrumb-overlay .breadcrumb {
        text-align: center;
        padding-top: 0px;
        font-weight: bold;
    }
    .mt-portofolio-nav-parent .container {
        width: 100%;
    }
    .mt-portofolio-nav-parent p.mt-portofolio-nav-tab-title {
        font-size: 14px !important;
    }
}
@media only screen and (min-width: 991px) and (max-width: 1023px) {
    .header1 .logo-infos .navbar-header-infos {
        width: 100% !important;
    }
    .header1 .logo-infos .navbar-header-infos .header-infos {
        width: 100%;
    }
    #navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
        top: auto !important;
    }
    #navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
        top: auto !important;
    }
    .fixed-sidebar-menu.open {
        width: 50% !important;
    }
    .header-nav-actions .mt-search-icon {
        margin: 5px 15px 6px !important;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .mt_cars--features-description .house_description {
        display: none;
    }
    .mt_cars--main-pic {
        margin-bottom: 12px !important;
    }
}
@media screen and (max-width: 767px) {
    .modeltheme-top-banner img {
        max-width: 100% !important;
    }
}
@media screen and (max-width: 1000px) {
    .no-results.not-found {
        margin-bottom: 80px;
    }
    .comment-form .form-comment {
        padding: 0;
    }
    footer .footer-top h1.widget-title {
        margin-bottom: 5px;
        margin-top: 20px;
    }
    .navbar-collapse.collapse.vc_col-md-9 {
        width: 100%;
    }    
    .prev.page-numbers {
        border-left: 1px solid rgba(0, 0, 0, 0.1);
    }    
    .widget_smartowl_tweets_widget .tweet-title,
    .widget_smartowl_tweets_widget .tweeter-profile {
        padding: 0;
    }
    .widget_smartowl_tweets_widget .tweet-title .col-md-2,
    .left-block-container .block-icon,
    .latest-tweets .vc_col-md-2,
    #contact_form .mt-half-spacer {
        display: none;
    }
    #contact_form textarea,
    #contact_form input {
        margin-bottom: 15px;
    }
    .latest-posts .single-post .vc_col-md-3.text-center {
        display: none;
    }    
    .component.add-to-cart, 
    .component.wishlist, 
    .component.compare {
        clear: both;
        display: block;
        width: auto;
    }
    footer nav.menu {
        float: left;
    }
    footer nav.menu li:first-child a {
        margin-left: 0;
    }
    .widget.widget_flickr {
        clear: both;
    }
    .widget_recent_entries_with_thumbnail .thumbnail-overlay {
        width: 70px;
    }
    .widget_recent_entries_with_thumbnail .post-details {
        padding: 0;
    }
    .logo {
        margin: 15px 0;
    }
    .widget.widget_tag_cloud {
        overflow: hidden;
    }
    .portfolio .col-md-2:nth-child(7n+5),
    .portfolio .col-md-2:nth-child(7n+1){
        margin-left: 0;
        clear: none;
    }
    .testimonials .testimonials-container blockquote{
        font-size: 16px;
    }
    .testimonials .testimonials-container blockquote::after,
    .testimonials .testimonials-container blockquote::before{
        font-size: 100px;
        top: 34%;
    }
    .submit-comment .comment-form .form-comment {
        padding: 0;
    }
    body .portfolio-items .vc_col-md-2:last-child{
        margin-bottom: 0;
    }
    body .portfolio-items .vc_col-md-2{
        margin-bottom: 80px;
    }
    body .portfolio-items .vc_col-md-2:nth-child(7n+5),
    body .portfolio-items .vc_col-md-2:nth-child(7n+1) {
        margin-left: 0;
    }
    body .testimonials-container blockquote * {
        font-size: 16px;
    }
    .testimonials-container blockquote::after,
    .testimonials-container blockquote::before{
        content: "";
        display: none;
    }
    .testimonials-container blockquote {
        padding: 20px 0 20px;
        margin: 0;
    }
    body .theme_header_slider .tp-leftarrow.default::after, 
    body .theme_header_slider .tp-rightarrow.default::after {
        font-size: 50px;
        line-height: 60%;
        opacity: 0.75;
    }
    .donnation-content .donnation_texts {
        border: medium none;
        text-align: center;
    }
    .donation-button-container {
        text-align: center;
    }
    /* Add new rules for this interval below */
}
/*--- 16. Responsive Max_1024px ---*/
@media only screen and (max-width: 1023px) {
    body .header-nav-actions .mt-search-icon{
        padding: 0 15px;
    }
    footer aside {
        float: left;
        width: 100%;
    }
    body .navbar-header {
        float: none;
        text-align: center;
    }
    #navbar .menu-item.mega1column > a::after, #navbar .menu-item.mega2columns > a::after, #navbar .menu-item.mega3columns > a::after, #navbar .menu-item.menu-item-has-children > a::after {
        top: 6% !important;
    }
    body .navbar-header .logo {
        margin: 30px 15px 10px;
    }
    body .navbar-header .logo.no-logo {
        margin: 31px 0 !important;
    }
    body #modeltheme-main-head{
        padding: 0;
    }
    body .header-title-breadcrumb-overlay {
        background-image: none !important;
    }
    footer{
        padding: 0 15px;
    }
    body .services-section .box-shadow-column .vc_column-inner {
        padding: 30px 20px !important;
        padding-right: 20px !important;
    }
    body .button-winona.btn.btn-medium,
    body .portfolio-posts-shortcode .flex-zone-inside a.button-support {
        font-size: 13px !important;
        padding: 10px 25px !important;
    }
    body .mt-icon-listgroup-holder {
        display: block !important;
    }
    .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner {
        float: none !important;
        width: 100% !important;
        margin-bottom: 12px !important;
    }
    .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-content-holder-inner {
        float: none !important;
        width: 100% !important;
    }
    .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-link {
        font-size: 13px;
    }
    .odd-post .single-post.list-view .post-date, .even-post .single-post.list-view .post-date {
        background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
        left: auto;
        margin-bottom: 5px;
        margin-right: 10px;
        padding: 0;
        position: relative;
        right: auto;
        top: auto;
    }
    body .button-winona.btn.btn-medium
    .even-post .list-view .blog_date.blog_day,
    .odd-post .list-view .blog_date.blog_day {
        font-size: 14px;
        font-weight: 300;
    }
    .odd-post .list-view .post-category-comment-date,
    .even-post .list-view .post-category-comment-date {
        margin: 0;
    }
    .odd-post .list-view .blog_date,
    .even-post .list-view .blog_date {
        display: inline-table;
        font-size: 14px;
        text-transform: none;
        line-height: normal;
    }
    .newspaper-info-bordered .col-md-5 {
        text-align: center;
        display: none;
    }
    .newspaper-info .newspaper-info-bordered {
        padding: 15px 0;
        border: 0 none;
    }
    .smartowl_shortcode_blog .post {
        margin-bottom: 30px;
    }
    ul.ecs-event-list li {
        margin-bottom: 20px !important;
    }
    .donation-right-side {
        margin: 0px;
    }
    .shop_feature_description_v2 {
        padding-left: 5px;
    }
    .menu.nav-effect.nav-menu {
        text-align: center !important;
        width: 90% !important;
    }
    header.header1 .menu.nav-effect.nav-menu {
        width: 100% !important;
    }
    header.header2 .menu.nav-effect.nav-menu {
      width: 100% !important;
  }
  .navbar-nav > li {
      float: none !important;
  }
    body header.header2 .navbar-header .logo {
        text-align: center;
    }
    header.header8 .mt-nav-burger-holder {
        padding: 0 !important;
    }
    body header.header8 #mt-nav-burger {
        top: 28px !important;
    }
    body header.header9 .mt-nav-burger-holder {
        padding: 0px !important;
    }
    body header.header9 .header-nav-actions .mt-search-icon {
        margin-right: 35px !important;
    }
    header.header9 .navbar-header .logo {
        text-align: center !important;
    }
    body header.header9 #mt-nav-burger {
        top: 28px !important;
    }
    body header.header9 .menu.nav-effect.nav-menu {
        width: 85% !important;
    }
    
    /* Add new rules for this interval below */
}
/*--- 17. Responsive Min_1025 Max_1367px ---*/
@media only screen and (min-width: 1025px) and (max-width: 1367px) {
    body #navbar .menu-item.mega1column > a::after, 
    body #navbar .menu-item.mega2columns > a::after, 
    body #navbar .menu-item.mega3columns > a::after, 
    body #navbar .menu-item.menu-item-has-children > a::after{
        right: 0;
    }
    body header .header-nav-actions{
        padding: 0;
    }
    /* Add new rules for this interval below */
}
/*--- 18. Responsive Max_1200px ---*/
@media only screen and (max-width: 1200px) {
    .vertigo-row {
        max-width: 400px;
        margin: 0 auto !important;
    }
    .vertigo-row > [class*='col-'] {
        width: 100%;
    }
    .vertigo-row button[type="submit"] {
        border-radius: 0;
        text-align: left;
    }
    .vertigo-row input[type="text"].form-control {
        border-radius: 0;
        margin-bottom: 5px;
    }
    .vertigo-row select.form-control {
        border-radius: 0;
        margin-bottom: 5px;
        background-position: 35% center;
    }
    .header-nav-actions .mt-search-icon {
        float: right !important;
        position: unset !important;
    }
    .header-nav-actions .mt-search-icon {
        float: right !important;
        position: relative;
        top: 32px;
    }
    p.copyright {
        font-size: 12px !important;
    }
    h3.post-name.row.car-name a {
        font-size: 15px !important;
        letter-spacing: 0px;
    }
    /* Add new rules for this interval below */
}
/*--- 19. Responsive Min_1367px ---*/
@media only screen and (min-width: 1367px) {
    .events-shortcode-v2 .event-description-title {
        padding: 0px 10px !important;
    }
    .header1 .fixed-sidebar-menu .left-side {
        padding: 40px;
    }
    /* Add new rules for this interval below */
}
/**
 * Copyright (c) 2016 Connor Atherton
 *
 * All animations must live in their own file
 * in the animations directory and be included
 * here.
 *
 */
/**
 * Styles shared by multiple animations
 */
/**
 * Dots
 */
@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes scale {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; }
  45% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 0.7; }
  80% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
.ball-pulse > div:nth-child(1) {
  -webkit-animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.24s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(2) {
  -webkit-animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s -0.12s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div:nth-child(3) {
  -webkit-animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: scale 0.75s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.ball-pulse > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }
@-webkit-keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
@keyframes ball-pulse-sync {
  33% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px); }
  66% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0); } }
.ball-pulse-sync > div:nth-child(1) {
  -webkit-animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.14s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(2) {
  -webkit-animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s -0.07s infinite ease-in-out; }
.ball-pulse-sync > div:nth-child(3) {
  -webkit-animation: ball-pulse-sync 0.6s 0s infinite ease-in-out;
          animation: ball-pulse-sync 0.6s 0s infinite ease-in-out; }
.ball-pulse-sync > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }
@-webkit-keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite; }
@keyframes ball-scale {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
.ball-scale > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  height: 60px;
  width: 60px;
  -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
          animation: ball-scale 1s 0s ease-in-out infinite; }
.ball-scale-random {
  width: 37px;
  height: 40px; }
  .ball-scale-random > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-animation: ball-scale 1s 0s ease-in-out infinite;
            animation: ball-scale 1s 0s ease-in-out infinite; }
    .ball-scale-random > div:nth-child(1) {
      margin-left: -7px;
      -webkit-animation: ball-scale 1s 0.2s ease-in-out infinite;
              animation: ball-scale 1s 0.2s ease-in-out infinite; }
    .ball-scale-random > div:nth-child(3) {
      margin-left: -2px;
      margin-top: 9px;
      -webkit-animation: ball-scale 1s 0.5s ease-in-out infinite;
              animation: ball-scale 1s 0.5s ease-in-out infinite; }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.ball-rotate {
  position: relative; }
  .ball-rotate > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: relative; }
    .ball-rotate > div:first-child {
      -webkit-animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite;
              animation: rotate 1s 0s cubic-bezier(0.7, -0.13, 0.22, 0.86) infinite; }
    .ball-rotate > div:before, .ball-rotate > div:after {
      background-color: #fff;
      width: 15px;
      height: 15px;
      border-radius: 100%;
      margin: 2px;
      content: "";
      position: absolute;
      opacity: 0.8; }
    .ball-rotate > div:before {
      top: 0px;
      left: -28px; }
    .ball-rotate > div:after {
      top: 0px;
      left: 25px; }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }
.ball-clip-rotate > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  border: 2px solid #fff;
  border-bottom-color: transparent;
  height: 25px;
  width: 25px;
  background: transparent !important;
  display: inline-block;
  -webkit-animation: rotate 0.75s 0s linear infinite;
          animation: rotate 0.75s 0s linear infinite; }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }
@keyframes scale {
  30% {
    -webkit-transform: scale(0.3);
            transform: scale(0.3); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.ball-clip-rotate-pulse {
  position: relative;
  -webkit-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
          transform: translateY(-15px); }
  .ball-clip-rotate-pulse > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: 0px;
    left: 0px;
    border-radius: 100%; }
    .ball-clip-rotate-pulse > div:first-child {
      background: #fff;
      height: 16px;
      width: 16px;
      top: 7px;
      left: -7px;
      -webkit-animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation: scale 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
    .ball-clip-rotate-pulse > div:last-child {
      position: absolute;
      border: 2px solid #fff;
      width: 30px;
      height: 30px;
      left: -16px;
      top: -2px;
      background: transparent;
      border: 2px solid;
      border-color: #fff transparent #fff transparent;
      -webkit-animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
              animation: rotate 1s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
      -webkit-animation-duration: 1s;
              animation-duration: 1s; }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg) scale(1);
            transform: rotate(0deg) scale(1); }
  50% {
    -webkit-transform: rotate(180deg) scale(0.6);
            transform: rotate(180deg) scale(0.6); }
  100% {
    -webkit-transform: rotate(360deg) scale(1);
            transform: rotate(360deg) scale(1); } }
.ball-clip-rotate-multiple {
  position: relative; }
  .ball-clip-rotate-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -20px;
    top: -20px;
    border: 2px solid #fff;
    border-bottom-color: transparent;
    border-top-color: transparent;
    border-radius: 100%;
    height: 35px;
    width: 35px;
    -webkit-animation: rotate 1s 0s ease-in-out infinite;
            animation: rotate 1s 0s ease-in-out infinite; }
    .ball-clip-rotate-multiple > div:last-child {
      display: inline-block;
      top: -10px;
      left: -10px;
      width: 15px;
      height: 15px;
      -webkit-animation-duration: 0.5s;
              animation-duration: 0.5s;
      border-color: #fff transparent #fff transparent;
      -webkit-animation-direction: reverse;
              animation-direction: reverse; }
@-webkit-keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }
@keyframes ball-scale-ripple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }
.ball-scale-ripple > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  height: 50px;
  width: 50px;
  border-radius: 100%;
  border: 2px solid #fff;
  -webkit-animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
          animation: ball-scale-ripple 1s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }
@-webkit-keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }
@keyframes ball-scale-ripple-multiple {
  0% {
    -webkit-transform: scale(0.1);
            transform: scale(0.1);
    opacity: 1; }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0.7; }
  100% {
    opacity: 0.0; } }
.ball-scale-ripple-multiple {
  position: relative;
  -webkit-transform: translateY(-25px);
      -ms-transform: translateY(-25px);
          transform: translateY(-25px); }
  .ball-scale-ripple-multiple > div:nth-child(0) {
    -webkit-animation-delay: -0.8s;
            animation-delay: -0.8s; }
  .ball-scale-ripple-multiple > div:nth-child(1) {
    -webkit-animation-delay: -0.6s;
            animation-delay: -0.6s; }
  .ball-scale-ripple-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-ripple-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-ripple-multiple > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    top: -2px;
    left: -26px;
    width: 50px;
    height: 50px;
    border-radius: 100%;
    border: 2px solid #fff;
    -webkit-animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8);
            animation: ball-scale-ripple-multiple 1.25s 0s infinite cubic-bezier(0.21, 0.53, 0.56, 0.8); }
@-webkit-keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes ball-beat {
  50% {
    opacity: 0.2;
    -webkit-transform: scale(0.75);
            transform: scale(0.75); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
.ball-beat > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: ball-beat 0.7s 0s infinite linear;
          animation: ball-beat 0.7s 0s infinite linear; }
  .ball-beat > div:nth-child(2n-1) {
    -webkit-animation-delay: -0.35s !important;
            animation-delay: -0.35s !important; }
@-webkit-keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
@keyframes ball-scale-multiple {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0; }
  5% {
    opacity: 1; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 0; } }
.ball-scale-multiple {
  position: relative;
  -webkit-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px); }
  .ball-scale-multiple > div:nth-child(2) {
    -webkit-animation-delay: -0.4s;
            animation-delay: -0.4s; }
  .ball-scale-multiple > div:nth-child(3) {
    -webkit-animation-delay: -0.2s;
            animation-delay: -0.2s; }
  .ball-scale-multiple > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    left: -30px;
    top: 0px;
    opacity: 0;
    margin: 0;
    width: 60px;
    height: 60px;
    -webkit-animation: ball-scale-multiple 1s 0s linear infinite;
            animation: ball-scale-multiple 1s 0s linear infinite; }
@-webkit-keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-1 {
  33% {
    -webkit-transform: translate(25px, -50px);
            transform: translate(25px, -50px); }
  66% {
    -webkit-transform: translate(50px, 0px);
            transform: translate(50px, 0px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@-webkit-keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-2 {
  33% {
    -webkit-transform: translate(25px, 50px);
            transform: translate(25px, 50px); }
  66% {
    -webkit-transform: translate(-25px, 50px);
            transform: translate(-25px, 50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@-webkit-keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
@keyframes ball-triangle-path-3 {
  33% {
    -webkit-transform: translate(-50px, 0px);
            transform: translate(-50px, 0px); }
  66% {
    -webkit-transform: translate(-25px, -50px);
            transform: translate(-25px, -50px); }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px); } }
.ball-triangle-path {
  position: relative;
  -webkit-transform: translate(-29.994px, -37.50938px);
      -ms-transform: translate(-29.994px, -37.50938px);
          transform: translate(-29.994px, -37.50938px); }
  .ball-triangle-path > div:nth-child(1) {
    -webkit-animation-name: ball-triangle-path-1;
            animation-name: ball-triangle-path-1;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(2) {
    -webkit-animation-name: ball-triangle-path-2;
            animation-name: ball-triangle-path-2;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div:nth-child(3) {
    -webkit-animation-name: ball-triangle-path-3;
            animation-name: ball-triangle-path-3;
    -webkit-animation-delay: 0;
            animation-delay: 0;
    -webkit-animation-duration: 2s;
            animation-duration: 2s;
    -webkit-animation-timing-function: ease-in-out;
            animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite; }
  .ball-triangle-path > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    border: 2px solid #fff; }
    .ball-triangle-path > div:nth-of-type(1) {
      top: 50px; }
    .ball-triangle-path > div:nth-of-type(2) {
      left: 25px; }
    .ball-triangle-path > div:nth-of-type(3) {
      top: 50px;
      left: 50px; }
@-webkit-keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes ball-pulse-rise-even {
  0% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  25% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  50% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  75% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(1);
            transform: scale(1); } }
@-webkit-keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }
@keyframes ball-pulse-rise-odd {
  0% {
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  25% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px); }
  50% {
    -webkit-transform: scale(1.1);
            transform: scale(1.1); }
  75% {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transform: scale(0.75);
            transform: scale(0.75); } }
.ball-pulse-rise > div {
  background-color: #fff;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
          animation-timing-function: cubic-bezier(0.15, 0.46, 0.9, 0.6);
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }
  .ball-pulse-rise > div:nth-child(2n) {
    -webkit-animation-name: ball-pulse-rise-even;
            animation-name: ball-pulse-rise-even; }
  .ball-pulse-rise > div:nth-child(2n-1) {
    -webkit-animation-name: ball-pulse-rise-odd;
            animation-name: ball-pulse-rise-odd; }
@-webkit-keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
@keyframes ball-grid-beat {
  50% {
    opacity: 0.7; }
  100% {
    opacity: 1; } }
.ball-grid-beat {
  width: 57px; }
  .ball-grid-beat > div:nth-child(1) {
    -webkit-animation-delay: 0.21s;
            animation-delay: 0.21s;
    -webkit-animation-duration: 0.63s;
            animation-duration: 0.63s; }
  .ball-grid-beat > div:nth-child(2) {
    -webkit-animation-delay: -0.08s;
            animation-delay: -0.08s;
    -webkit-animation-duration: 0.94s;
            animation-duration: 0.94s; }
  .ball-grid-beat > div:nth-child(3) {
    -webkit-animation-delay: 0.59s;
            animation-delay: 0.59s;
    -webkit-animation-duration: 1.37s;
            animation-duration: 1.37s; }
  .ball-grid-beat > div:nth-child(4) {
    -webkit-animation-delay: 0.06s;
            animation-delay: 0.06s;
    -webkit-animation-duration: 1.05s;
            animation-duration: 1.05s; }
  .ball-grid-beat > div:nth-child(5) {
    -webkit-animation-delay: 0.65s;
            animation-delay: 0.65s;
    -webkit-animation-duration: 1.59s;
            animation-duration: 1.59s; }
  .ball-grid-beat > div:nth-child(6) {
    -webkit-animation-delay: 0.74s;
            animation-delay: 0.74s;
    -webkit-animation-duration: 0.75s;
            animation-duration: 0.75s; }
  .ball-grid-beat > div:nth-child(7) {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
    -webkit-animation-duration: 1.45s;
            animation-duration: 1.45s; }
  .ball-grid-beat > div:nth-child(8) {
    -webkit-animation-delay: 0.26s;
            animation-delay: 0.26s;
    -webkit-animation-duration: 0.73s;
            animation-duration: 0.73s; }
  .ball-grid-beat > div:nth-child(9) {
    -webkit-animation-delay: 0.38s;
            animation-delay: 0.38s;
    -webkit-animation-duration: 0.97s;
            animation-duration: 0.97s; }
  .ball-grid-beat > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-beat;
            animation-name: ball-grid-beat;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; }
@-webkit-keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
@keyframes ball-grid-pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1; } }
.ball-grid-pulse {
  width: 57px; }
  .ball-grid-pulse > div:nth-child(1) {
    -webkit-animation-delay: -0.16s;
            animation-delay: -0.16s;
    -webkit-animation-duration: 0.71s;
            animation-duration: 0.71s; }
  .ball-grid-pulse > div:nth-child(2) {
    -webkit-animation-delay: -0.13s;
            animation-delay: -0.13s;
    -webkit-animation-duration: 1.23s;
            animation-duration: 1.23s; }
  .ball-grid-pulse > div:nth-child(3) {
    -webkit-animation-delay: 0.53s;
            animation-delay: 0.53s;
    -webkit-animation-duration: 1.36s;
            animation-duration: 1.36s; }
  .ball-grid-pulse > div:nth-child(4) {
    -webkit-animation-delay: 0.38s;
            animation-delay: 0.38s;
    -webkit-animation-duration: 0.79s;
            animation-duration: 0.79s; }
  .ball-grid-pulse > div:nth-child(5) {
    -webkit-animation-delay: 0.45s;
            animation-delay: 0.45s;
    -webkit-animation-duration: 1.4s;
            animation-duration: 1.4s; }
  .ball-grid-pulse > div:nth-child(6) {
    -webkit-animation-delay: 0.46s;
            animation-delay: 0.46s;
    -webkit-animation-duration: 1.56s;
            animation-duration: 1.56s; }
  .ball-grid-pulse > div:nth-child(7) {
    -webkit-animation-delay: -0.07s;
            animation-delay: -0.07s;
    -webkit-animation-duration: 1.17s;
            animation-duration: 1.17s; }
  .ball-grid-pulse > div:nth-child(8) {
    -webkit-animation-delay: 0.31s;
            animation-delay: 0.31s;
    -webkit-animation-duration: 1.45s;
            animation-duration: 1.45s; }
  .ball-grid-pulse > div:nth-child(9) {
    -webkit-animation-delay: 0.15s;
            animation-delay: 0.15s;
    -webkit-animation-duration: 1.13s;
            animation-duration: 1.13s; }
  .ball-grid-pulse > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    display: inline-block;
    float: left;
    -webkit-animation-name: ball-grid-pulse;
            animation-name: ball-grid-pulse;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-delay: 0;
            animation-delay: 0; }
@-webkit-keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes ball-spin-fade-loader {
  50% {
    opacity: 0.3;
    -webkit-transform: scale(0.4);
            transform: scale(0.4); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }
.ball-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -10px; }
  .ball-spin-fade-loader > div:nth-child(1) {
    top: 25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.96s infinite linear;
            animation: ball-spin-fade-loader 1s -0.96s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(2) {
    top: 17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.84s infinite linear;
            animation: ball-spin-fade-loader 1s -0.84s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.72s infinite linear;
            animation: ball-spin-fade-loader 1s -0.72s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(4) {
    top: -17.04545px;
    left: 17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.6s infinite linear;
            animation: ball-spin-fade-loader 1s -0.6s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(5) {
    top: -25px;
    left: 0;
    -webkit-animation: ball-spin-fade-loader 1s -0.48s infinite linear;
            animation: ball-spin-fade-loader 1s -0.48s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(6) {
    top: -17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.36s infinite linear;
            animation: ball-spin-fade-loader 1s -0.36s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -25px;
    -webkit-animation: ball-spin-fade-loader 1s -0.24s infinite linear;
            animation: ball-spin-fade-loader 1s -0.24s infinite linear; }
  .ball-spin-fade-loader > div:nth-child(8) {
    top: 17.04545px;
    left: -17.04545px;
    -webkit-animation: ball-spin-fade-loader 1s -0.12s infinite linear;
            animation: ball-spin-fade-loader 1s -0.12s infinite linear; }
  .ball-spin-fade-loader > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute; }
@-webkit-keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
@keyframes ball-spin-loader {
  75% {
    opacity: 0.2; }
  100% {
    opacity: 1; } }
.ball-spin-loader {
  position: relative; }
  .ball-spin-loader > span:nth-child(1) {
    top: 45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 0.9s infinite linear;
            animation: ball-spin-loader 2s 0.9s infinite linear; }
  .ball-spin-loader > span:nth-child(2) {
    top: 30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 1.8s infinite linear;
            animation: ball-spin-loader 2s 1.8s infinite linear; }
  .ball-spin-loader > span:nth-child(3) {
    top: 0;
    left: 45px;
    -webkit-animation: ball-spin-loader 2s 2.7s infinite linear;
            animation: ball-spin-loader 2s 2.7s infinite linear; }
  .ball-spin-loader > span:nth-child(4) {
    top: -30.68182px;
    left: 30.68182px;
    -webkit-animation: ball-spin-loader 2s 3.6s infinite linear;
            animation: ball-spin-loader 2s 3.6s infinite linear; }
  .ball-spin-loader > span:nth-child(5) {
    top: -45px;
    left: 0;
    -webkit-animation: ball-spin-loader 2s 4.5s infinite linear;
            animation: ball-spin-loader 2s 4.5s infinite linear; }
  .ball-spin-loader > span:nth-child(6) {
    top: -30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 5.4s infinite linear;
            animation: ball-spin-loader 2s 5.4s infinite linear; }
  .ball-spin-loader > span:nth-child(7) {
    top: 0;
    left: -45px;
    -webkit-animation: ball-spin-loader 2s 6.3s infinite linear;
            animation: ball-spin-loader 2s 6.3s infinite linear; }
  .ball-spin-loader > span:nth-child(8) {
    top: 30.68182px;
    left: -30.68182px;
    -webkit-animation: ball-spin-loader 2s 7.2s infinite linear;
            animation: ball-spin-loader 2s 7.2s infinite linear; }
  .ball-spin-loader > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    background: green; }
@-webkit-keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes ball-zig {
  33% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  66% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@-webkit-keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes ball-zag {
  33% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  66% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
.ball-zig-zag {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
      -ms-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px); }
  .ball-zig-zag > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px; }
    .ball-zig-zag > div:first-child {
      -webkit-animation: ball-zig 0.7s 0s infinite linear;
              animation: ball-zig 0.7s 0s infinite linear; }
    .ball-zig-zag > div:last-child {
      -webkit-animation: ball-zag 0.7s 0s infinite linear;
              animation: ball-zag 0.7s 0s infinite linear; }
@-webkit-keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes ball-zig-deflect {
  17% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  34% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(15px, -30px);
            transform: translate(15px, -30px); }
  84% {
    -webkit-transform: translate(-15px, -30px);
            transform: translate(-15px, -30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@-webkit-keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
@keyframes ball-zag-deflect {
  17% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  34% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  50% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }
  67% {
    -webkit-transform: translate(-15px, 30px);
            transform: translate(-15px, 30px); }
  84% {
    -webkit-transform: translate(15px, 30px);
            transform: translate(15px, 30px); }
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); } }
.ball-zig-zag-deflect {
  position: relative;
  -webkit-transform: translate(-15px, -15px);
      -ms-transform: translate(-15px, -15px);
          transform: translate(-15px, -15px); }
  .ball-zig-zag-deflect > div {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    margin-left: 15px;
    top: 4px;
    left: -7px; }
    .ball-zig-zag-deflect > div:first-child {
      -webkit-animation: ball-zig-deflect 1.5s 0s infinite linear;
              animation: ball-zig-deflect 1.5s 0s infinite linear; }
    .ball-zig-zag-deflect > div:last-child {
      -webkit-animation: ball-zag-deflect 1.5s 0s infinite linear;
              animation: ball-zag-deflect 1.5s 0s infinite linear; }
/**
 * Lines
 */
@-webkit-keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
.line-scale > div:nth-child(1) {
  -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(2) {
  -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(3) {
  -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(4) {
  -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div:nth-child(5) {
  -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
          animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08); }
.line-scale > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block; }
@-webkit-keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
@keyframes line-scale-party {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1); }
  50% {
    -webkit-transform: scale(0.5);
            transform: scale(0.5); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }
.line-scale-party > div:nth-child(1) {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
  -webkit-animation-duration: 0.35s;
          animation-duration: 0.35s; }
.line-scale-party > div:nth-child(2) {
  -webkit-animation-delay: 0.68s;
          animation-delay: 0.68s;
  -webkit-animation-duration: 1.25s;
          animation-duration: 1.25s; }
.line-scale-party > div:nth-child(3) {
  -webkit-animation-delay: 0.44s;
          animation-delay: 0.44s;
  -webkit-animation-duration: 0.39s;
          animation-duration: 0.39s; }
.line-scale-party > div:nth-child(4) {
  -webkit-animation-delay: 0.17s;
          animation-delay: 0.17s;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s; }
.line-scale-party > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation-name: line-scale-party;
          animation-name: line-scale-party;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-delay: 0;
          animation-delay: 0; }
@-webkit-keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale-pulse-out {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  50% {
    -webkit-transform: scaley(0.4);
            transform: scaley(0.4); }
  100% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
.line-scale-pulse-out > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  -webkit-animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85);
          animation: line-scale-pulse-out 0.9s -0.6s infinite cubic-bezier(0.85, 0.25, 0.37, 0.85); }
  .line-scale-pulse-out > div:nth-child(2), .line-scale-pulse-out > div:nth-child(4) {
    -webkit-animation-delay: -0.4s !important;
            animation-delay: -0.4s !important; }
  .line-scale-pulse-out > div:nth-child(1), .line-scale-pulse-out > div:nth-child(5) {
    -webkit-animation-delay: -0.2s !important;
            animation-delay: -0.2s !important; }
@-webkit-keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
@keyframes line-scale-pulse-out-rapid {
  0% {
    -webkit-transform: scaley(1);
            transform: scaley(1); }
  80% {
    -webkit-transform: scaley(0.3);
            transform: scaley(0.3); }
  90% {
    -webkit-transform: scaley(1);
            transform: scaley(1); } }
.line-scale-pulse-out-rapid > div {
  background-color: #fff;
  width: 4px;
  height: 35px;
  border-radius: 2px;
  margin: 2px;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  display: inline-block;
  vertical-align: middle;
  -webkit-animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78);
          animation: line-scale-pulse-out-rapid 0.9s -0.5s infinite cubic-bezier(0.11, 0.49, 0.38, 0.78); }
  .line-scale-pulse-out-rapid > div:nth-child(2), .line-scale-pulse-out-rapid > div:nth-child(4) {
    -webkit-animation-delay: -0.25s !important;
            animation-delay: -0.25s !important; }
  .line-scale-pulse-out-rapid > div:nth-child(1), .line-scale-pulse-out-rapid > div:nth-child(5) {
    -webkit-animation-delay: 0s !important;
            animation-delay: 0s !important; }
@-webkit-keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
@keyframes line-spin-fade-loader {
  50% {
    opacity: 0.3; }
  100% {
    opacity: 1; } }
.line-spin-fade-loader {
  position: relative;
  top: -10px;
  left: -4px; }
  .line-spin-fade-loader > div:nth-child(1) {
    top: 20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.84s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(2) {
    top: 13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.72s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(3) {
    top: 0;
    left: 20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.6s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(4) {
    top: -13.63636px;
    left: 13.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.48s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(5) {
    top: -20px;
    left: 0;
    -webkit-animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.36s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(6) {
    top: -13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.24s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(7) {
    top: 0;
    left: -20px;
    -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s -0.12s infinite ease-in-out; }
  .line-spin-fade-loader > div:nth-child(8) {
    top: 13.63636px;
    left: -13.63636px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out;
            animation: line-spin-fade-loader 1.2s 0s infinite ease-in-out; }
  .line-spin-fade-loader > div {
    background-color: #fff;
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    position: absolute;
    width: 5px;
    height: 15px; }
/**
 * Misc
 */
@-webkit-keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes triangle-skew-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }
.triangle-skew-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 0;
  height: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 20px solid #fff;
  -webkit-animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: triangle-skew-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
@-webkit-keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }
@keyframes square-spin {
  25% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(0);
            transform: perspective(100px) rotateX(180deg) rotateY(0); }
  50% {
    -webkit-transform: perspective(100px) rotateX(180deg) rotateY(180deg);
            transform: perspective(100px) rotateX(180deg) rotateY(180deg); }
  75% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(180deg);
            transform: perspective(100px) rotateX(0) rotateY(180deg); }
  100% {
    -webkit-transform: perspective(100px) rotateX(0) rotateY(0);
            transform: perspective(100px) rotateX(0) rotateY(0); } }
.square-spin > div {
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
  width: 50px;
  height: 50px;
  background: #fff;
  -webkit-animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite;
          animation: square-spin 3s 0s cubic-bezier(0.09, 0.57, 0.49, 0.9) infinite; }
@-webkit-keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }
@keyframes rotate_pacman_half_up {
  0% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); }
  50% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); }
  100% {
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg); } }
@-webkit-keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }
@keyframes rotate_pacman_half_down {
  0% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); }
  50% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg); } }
@-webkit-keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }
@keyframes pacman-balls {
  75% {
    opacity: 0.7; }
  100% {
    -webkit-transform: translate(-100px, -6.25px);
            transform: translate(-100px, -6.25px); } }
.pacman {
  position: relative; }
  .pacman > div:nth-child(2) {
    -webkit-animation: pacman-balls 1s -0.99s infinite linear;
            animation: pacman-balls 1s -0.99s infinite linear; }
  .pacman > div:nth-child(3) {
    -webkit-animation: pacman-balls 1s -0.66s infinite linear;
            animation: pacman-balls 1s -0.66s infinite linear; }
  .pacman > div:nth-child(4) {
    -webkit-animation: pacman-balls 1s -0.33s infinite linear;
            animation: pacman-balls 1s -0.33s infinite linear; }
  .pacman > div:nth-child(5) {
    -webkit-animation: pacman-balls 1s 0s infinite linear;
            animation: pacman-balls 1s 0s infinite linear; }
  .pacman > div:first-of-type {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_up 0.5s 0s infinite;
            animation: rotate_pacman_half_up 0.5s 0s infinite;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(2) {
    width: 0px;
    height: 0px;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    border-left: 25px solid #fff;
    border-bottom: 25px solid #fff;
    border-radius: 25px;
    -webkit-animation: rotate_pacman_half_down 0.5s 0s infinite;
            animation: rotate_pacman_half_down 0.5s 0s infinite;
    margin-top: -50px;
    position: relative;
    left: -30px; }
  .pacman > div:nth-child(3),
  .pacman > div:nth-child(4),
  .pacman > div:nth-child(5),
  .pacman > div:nth-child(6) {
    background-color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    margin: 2px;
    width: 10px;
    height: 10px;
    position: absolute;
    -webkit-transform: translate(0, -6.25px);
        -ms-transform: translate(0, -6.25px);
            transform: translate(0, -6.25px);
    top: 25px;
    left: 70px; }
@-webkit-keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
@keyframes cube-transition {
  25% {
    -webkit-transform: translateX(50px) scale(0.5) rotate(-90deg);
            transform: translateX(50px) scale(0.5) rotate(-90deg); }
  50% {
    -webkit-transform: translate(50px, 50px) rotate(-180deg);
            transform: translate(50px, 50px) rotate(-180deg); }
  75% {
    -webkit-transform: translateY(50px) scale(0.5) rotate(-270deg);
            transform: translateY(50px) scale(0.5) rotate(-270deg); }
  100% {
    -webkit-transform: rotate(-360deg);
            transform: rotate(-360deg); } }
.cube-transition {
  position: relative;
  -webkit-transform: translate(-25px, -25px);
      -ms-transform: translate(-25px, -25px);
          transform: translate(-25px, -25px); }
  .cube-transition > div {
    -webkit-animation-fill-mode: both;
            animation-fill-mode: both;
    width: 10px;
    height: 10px;
    position: absolute;
    top: -5px;
    left: -5px;
    background-color: #fff;
    -webkit-animation: cube-transition 1.6s 0s infinite ease-in-out;
            animation: cube-transition 1.6s 0s infinite ease-in-out; }
    .cube-transition > div:last-child {
      -webkit-animation-delay: -0.8s;
              animation-delay: -0.8s; }
@-webkit-keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes spin-rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  50% {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.semi-circle-spin {
  position: relative;
  width: 35px;
  height: 35px;
  overflow: hidden; }
  .semi-circle-spin > div {
    position: absolute;
    border-width: 0px;
    border-radius: 100%;
    -webkit-animation: spin-rotate 0.6s 0s infinite linear;
            animation: spin-rotate 0.6s 0s infinite linear;
    background-image: -webkit-linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    background-image: linear-gradient(transparent 0%, transparent 70%, #fff 30%, #fff 100%);
    width: 100%;
    height: 100%; }
/*CHILD THEME CSS*/
#modeltheme-main-head #navbar .menu-item .sub-menu a {
    text-transform: none;
    font-weight: 500;
}
.helpful > .helpful-content {
    font-size: 18px;
}
.sidebar-content .widget_tikidocs_recent_entries_with_thumbnail li .post-details a {
    padding-top: 0;
}
.mt_collection_item_img_holder {
    padding: 70px 50px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    border-radius: 6px;
    position: relative;
    max-width: 680px;
}
.mt_collection_item h2 {
    margin-bottom: 15px;
}
.mt_collection_item_price {
    border-radius: 50%;
    display: block;
    background: #61CA7D;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    font-weight: bold;
    font-size: 18px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
    position: absolute;
    bottom: 45px;
    left: 25px;
    color: #fff;
}
.mt_collection_item_img_holder img {
    border-radius: 6px;
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.3);
}
.alignright {
    float: right;
    width: auto !important;
}
.key_features_list {
    margin-top: 30px;
}
.mt_get_hosting{
  margin-left: 25px;
}
.alignleft {
    width: auto !important;
}
/*RELATED POSTS -- SINGLE ARTICLE*/
.related_blog_details {
    padding: 25px !important;
}
.mt-related-post{
  margin-bottom: 30px;
}
/*STICKY BADGE*/
.post-thumbnail a {
    overflow: initial !important;
}
/*THEME FILTERS*/
/*BUTTONS*/
body .button-winona.btn.btn-medium {
    border-radius: 0px;
    font-weight: bold;
    font-size: 14px;
    letter-spacing: 0.5px;
    padding: 20px 50px;
    text-transform: uppercase;
}
/*HEADER*/
body.header2 #modeltheme-main-head #navbar .nav-menu .menu-item:hover > a {
    opacity: 1 !important;
}
body .shop_cart > a {
    width: 50px;
    text-align: center;
    padding: 0 !important;
    height: 50px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
#modeltheme-main-head #navbar .menu-item > a {
	text-transform: none;
	font-weight: 500;
}
body #navbar .sub-menu .menu-item a {
    font-size: 13px;
}
body #navbar .menu-item > a {
    padding: 37px 17px 24px 17px;
    font-size: 13px;
    letter-spacing: 0px;
}
body .shop_cart > a > span {
    position: absolute;
    background: #FFD506;
    height: 20px;
    width: 20px;
    border-radius: 50%;
    color: #252525;
    font-weight: bold;
    top: 3px;
    left: 20px;
    line-height: 20px;
}
body .navbar-default .navbar-nav > li.header_search > a {
	background: #ffffff;
	color: #252525;
    line-height: 40px !important;
    margin-right: 10px;
    margin-left: 20px;
    margin-top: 27px;
}
body .navbar-default .navbar-nav > li.shop_cart > a:hover,
#search .modeltheme-text-replace:hover {
    background-color: #ffffff;
    color: #252525;
}
.header_mini_cart,
.header_mini_cart.visible_cart {
	right: 0px;
	margin-right: 30px;
}
.woocommerce-mini-cart__empty-message {
	margin: 0px;
  text-align: right;
  line-height: 11px;
  color: #252525;
  font-weight: 400;
}
body.is_header_semitransparent .navbar-default .container .navbar-header,
body.is_header_semitransparent .navbar-default .container .row{
	background: transparent !important;
}
.span-reading-time {
    color: #63CC7F !important;
}
/* FOOTER - BANNER */
.banner {
    background-color: #fafafa;
    color: #252525;
    box-shadow: 0 1px 1px rgba(0,0,0,.2);
    position: fixed;
    max-width: 100%;
    bottom: 100px;
    right: 30px;
    width: 300px;
    padding: 15px;
    text-align: left;
    z-index: 10;
    border: 5px solid #69de88;
}
.banner-close {
    position: absolute;
    display: block;
    top: 3px;
    right: 7px;
    width: 15px;
    height: 15px;
    cursor: pointer;
}
.banner p {
    color: #252525;
	font-weight: bold;
	letter-spacing: .5px;
}
.btn.banner-btn {
  width: 100%;
  margin-right: 0;
  margin-bottom: 0;
}
.btn.banner-btn.btn--highlight {
    background-color: #69de88;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 13px;
}
.btn.banner-btn.btn--highlight:hover {
    background-color: #65bc7b;
}
/* HOME */
.our-services-content {
	text-align: center;
    transition: 250ms all ease;
}
.our-services-content h3 {
    font-weight: 700;
    text-align: center;
    line-height: 1.3;
}
.our-services-content p {
	text-align: center;
  margin: 0;
}
.our-services-content img {
    width: 70px;
}
.testimonial01_item .name-test{
	color: #fff !important;
}
.testimonial01_item p.position-test {
	color: rgba(255,255,255,0.7) !important;
}
#support-btn-black .mt-icon-listgroup-text,
#support-btn-green .mt-icon-listgroup-text {
	font-weight: bold;
	margin-top: -10px;
}
#support-btn-green .mt-image-list {
    height: 36px;
    width: 60px;
}
.blog-posts-shortcode .single-post {
	background: #ffffff !important;
}
.blog-posts-shortcode.blog-posts .list-view .post-details {
    padding: 20px 30px 0;
    margin: 0;
}
.newsletter-content h3 {
    margin: 0px;
    font-weight: bold;
    padding-bottom: 10px;
}
.our-services-content:hover {
    background: #252525;
    color: white;
}
.our-services-content:hover p {
    color: rgba(255,255,255,0.7);
}
.our-service-images .mt-icon,
.mt-icon1-green {
    display: none;
    transition: 250ms all ease;
}
.our-service-images .mt-icon1-green{
    display: block;
    transition: 250ms all ease;
    text-align: center;
    margin: 0 auto;
}
.list-view .portfolio_custom .post-details:hover {
    background: #69de88;
}
.list-view .portfolio_custom .post-details:hover .post-name a {
    color: #ffffff;
}
.newsletter-block{
    box-shadow: 0 0 25px rgba(0,0,0,.1);
    -webkit-box-shadow: 0px 0px 25px rgba(0,0,0,0.1);
    -moz-box-shadow: 0 0 25px rgba(0,0,0,.1);
    -ms-box-shadow: 0 0 25px rgba(0,0,0,.1);
}
.testimonail01-content {
    border-radius: 0px;
}
.list-view .blog_custom .post-details .post-excerpt .more-link {
    border-radius: 0px;
    border: none;
    padding: 20px 50px !important;
    background: #69de88 !important;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 0.5px;
    color: #ffffff;
    width: auto;
    font-weight: 700;
}
.home .list-view .blog_custom .post-details .post-excerpt .more-link {
    background: transparent !important;
}
div.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt),
.contact-tikidocs textarea,
.changelog-portfolio-shortcode#changelog .changelog-article{
    border-radius: 0px !important;
}
.logo-infos .navbar-header .logo {
    margin: 20px 0;
}
.portfolio-header-shortcode .button-portfolio {
    text-transform: uppercase;
}
.img-landing.wpb_single_image img {
    max-width: 60%;
}
.header_mini_cart .woocommerce .widget_shopping_cart .total, 
.header_mini_cart .woocommerce.widget_shopping_cart .total {
    border-top: 1px solid rgba(0,0,0,0.2);
}
footer .widget_nav_menu li.menu-item::before,
footer .footer-top .menu-item a:hover,
.single-tweet.item a.pull-left,
.tweet-content i,
.sidebar-content .widget_categories li a:hover,
.sidebar-content .widget_categories li:hover::before,
.widget_tikidocs_recent_entries_with_thumbnail .post-details:hover a,
.blog-posts .post-category-comment-date span a:hover, 
.blog-posts .list-view .post-details .post-category-comment-date a:hover,
.blog-posts-shortcode .flex-zone-inside i,
.banner i.fa.fa-times{
    color: #177EFF !important;
}
.cart_item .product-name a{
    color: #424242;
    font-weight: bold;
}
.woocommerce table.shop_table td {
    border: none;
}
.woocommerce table.shop_table {
    border: none;
}
tr.woocommerce-cart-form__cart-item.cart_item {
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    display: block;
    margin-bottom: 30px !important;
}
.woocommerce table.cart td.actions button.button {
    padding: 10px 25px;
    line-height: 18px;
}
form.woocommerce-cart-form.col-md-9 {
    padding-left: 0px;
}
span.woocommerce-Price-amount.amount {
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;
    color: #000;
}
.woocommerce table.shop_table td.product-name {
    width: 33%;
}
.woocommerce table.cart td.actions{
    padding: 0px !important;
    padding-top: 20px !important;
}
.woocommerce a.checkout-button.button.alt.wc-forward {
    font-size: 14px;
    line-height: 18px;
}
.woocommerce-checkout .col2-set {
    width: 50%;
    padding: 0px;
}
.woocommerce-checkout #payment {
    background: #fff;
    padding: 0px;
}
.woocommerce-checkout #payment ul.payment_methods{
    padding: 0px;
}
.woocommerce-checkout .woocommerce-info {
    background-color: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
}
.woocommerce-checkout #payment div.payment_box{
    background-color: #F4F4F4;
}
.woocommerce-checkout #payment div.payment_box::before{
    display: none;
}
.woocommerce-checkout div#order_review {
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 10px 30px 30px;
}
.woocommerce-checkout table.shop_table.woocommerce-checkout-review-order-table thead {
    display: none;
}
.woocommerce-checkout #payment .place-order button.button.alt#place_order[type="submit"] {
    width: 100%;
}
.woocommerce-checkout .col2-set .col-1 {
    float: left;
    width: 90%;
}
.woocommerce-checkout table.shop_table td.product-name {
    width: 70% !important;
    padding-left: 0px !important;
    text-align: left;
    font-weight: bold;
}
.woocommerce-checkout span.woocommerce-Price-amount.amount {
    font-weight: 400;
}
.woocommerce-checkout table.shop_table tr.cart-subtotal {
    display: none;
}
.woocommerce-checkout table.shop_table tfoot th {
    font-weight: 400;
    font-size: 20px;
}
.woocommerce-checkout #payment .payment_method_paypal .about_paypal {
    line-height: 35px;
    margin-left: 10px;
}
.woocommerce-checkout table.shop_table th {
    border: none;
    padding-left: 0px !important;
}
.woocommerce-checkout table.shop_table td.product-total {
    text-align: right;
}
.woocommerce-checkout tr.order-total span.woocommerce-Price-amount.amount {
    float: right;
    font-size: 20px;
}
.woocommerce-checkout #payment div.payment_box p {
    font-size: 14px;
}
.woocommerce-page .cart-collaterals .cart_totals {
    width: 100%;
    background: #fff;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 10px 30px;
}
.woocommerce-page .cart-collaterals .coupon {
    float: right;
    background: #fff;
    width: 100%;
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
    padding: 30px 30px 40px;
}
.woocommerce-page .cart-collaterals .coupon label {
    margin-bottom: 20px;
    font-size: 20px;
}
.woocommerce-page .cart-collaterals .coupon #coupon_code {
    background: #F4F4F4;
    height: 50px;
    width: 100%;
    border: 1px solid transparent;
}
.woocommerce-page .cart-collaterals .coupon button.button {
    padding: 10px 25px;
    line-height: 18px;
    width: 100%;
    margin-top: 10px;
}
.woocommerce-cart .cart-collaterals .cart_totals table th{
    font-weight: 300;
    font-size: 14px;
    border-bottom: none;
    padding-left: 0px !important;
}
.woocommerce-cart .cart_totals td {
    text-align: right;
}
.woocommerce .cart-collaterals, .woocommerce-page .cart-collaterals {
    width: 25%;
    padding-right: 0px;
}
.woocommerce-cart .menu .menu-item,
.woocommerce-checkout .menu .menu-item  {
    display: none;
}
.woocommerce-cart .quantity .qty {
    background: #FFFFFF;
    width: 80px;
}
td.product-subtotal span.woocommerce-Price-amount.amount:before {
    content: 'Total : ';
}
.woocommerce-cart li#menu-item-woo a,
.woocommerce-checkout li#menu-item-woo a {
    text-transform: uppercase;
    font-weight: 400;
    padding: 25px 10px;
}
.woocommerce-cart li#menu-item-woo,
.woocommerce-checkout li#menu-item-woo{
    z-index: 400;
}
.woocommerce-cart li#menu-item-woo.cart a:before,
.woocommerce-checkout li#menu-item-woo.cart a:before {
    content: '1';
    display: grid;
    text-align: center;
    border-radius: 30px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 10px;
}
.woocommerce-cart li#menu-item-woo.checkout a:before,
.woocommerce-checkout li#menu-item-woo.checkout a:before {
    content: '2';
    display: grid;
    text-align: center;
    border-radius: 30px;
    font-weight: bold;
    color: #252525;
    margin-bottom: 10px;
}
.woocommerce-cart li#menu-item-woo.overview a:before,
.woocommerce-checkout li#menu-item-woo.overview a:before {
    content: '3';
    display: grid;
    text-align: center;
    border-radius: 30px;
    color: #252525;
    font-weight: bold;
    margin-bottom: 10px;
}
.woocommerce-cart nav#modeltheme-main-head .container,
.woocommerce-checkout nav#modeltheme-main-head .container {
    padding: 10px;
    width: auto;
}
.woocommerce-cart li.shop_cart,
.woocommerce-cart li.header_search,
.woocommerce-checkout li.shop_cart,
.woocommerce-checkout li.header_search {
    float: right !important;
    margin-right: 0px;
}
.woocommerce-checkout table.shop_table td.product-name a {
    color: #272727;
    font-weight: bold;
}
.woocommerce-checkout .woocommerce-order-details :last-child {
    text-align: right;
}
.woocommerce-checkout td.download-product a {
    float: left;
    color: #272727;
    font-weight: bold;
}
.woocommerce-checkout td.download-product{
    padding-left: 0px !important;
}
.blog-posts-shortcode .flex-zone-inside i:hover,
.banner i.fa.fa-times:hover {
  color: #65bc7b;
}
.back-to-top {
    right: 25px;
    bottom: 62px;
    width: 50px;
    height: 50px;
    line-height: 60px;
    background: #69de88 !important;
}
.back-to-top i {
    color: #ffffff;
    transform: rotate(-45deg);
    font-size: 25px;
}
.cd-filter::before,
.widget_tikidocs_recent_entries_with_thumbnail .widget-title::after,
.widget_categories .widget-title::after,
.woocommerce a.remove:hover {
    background: #69de88;
}
.logo img, .navbar-header .logo img{
    transition: 250ms all ease;
}
.logo img:hover {
    opacity: 0.9;
}
.cd-tab-filter ul {
  box-shadow: inset 0 0px 0 #41307c;
}
.cd-tab-filter.is-open ul {
    box-shadow: inset 0 0px 0 #41307c, 0 2px 10px rgba(0, 0, 0, 0.2);
}
.list-view .post-details .post-excerpt a.more-link:hover {
    background: #65bc7b !important;
    color: #ffffff;
}
.flickr_badge_image a::after, .thumbnail-overlay, 
.portfolio-hover, 
.pastor-image-content .details-holder,
.item-description .holder-top,
blockquote::before {
    background: rgba(105, 222, 136, 0.7);
}
.back-to-top.modeltheme-is-visible.modeltheme-fade-out,
.back-to-top.modeltheme-is-visible {
  opacity: 1;
  z-index: 100000;
}
body .tikidocs_preloader_holder{
  z-index: 100001;
  background: #69de88;
}
.newsletter-content p {
    margin: 0;
}
.back-to-top.modeltheme-is-visible, 
.back-to-top.modeltheme-fade-out, 
.no-touch .back-to-top:hover {
  box-shadow: 0 0 5px rgba(0,0,0,.01);
}
.content-area .site-main .category-wordpress {
    background-color: #fafafa;
}
.single-post #primary {
    margin-bottom: -165px;
}
.post-excerpt .content-element p {
    margin: 0;
}
.modeltheme-select:focus {
    outline: none;
}
.mt_portfolio-template-default.single .title-subtile-holder .section-title {
    margin-top: 60px;
}
.btn-collection-theme:first-child {
    padding: 16px 45px;
    display: inline-table;
    margin-top: 10px;
}
.btn-collection-theme:nth-child(2) {
    padding: 15px 45px;
    font-weight: 700;
    letter-spacing: 0.5px;
    transition: 250ms all ease;
    margin-left: 15px;
    display: inline-table;
    margin-top: 10px;
    box-sizing: border-box;
}
#s.search-field {
    background: transparent;
}
.article-details .lazy-loaded,
.article-content .lazy-loaded {
    width: 100%;
}
.post-template-default.single.single-post {
    padding-top: 0px !important;
}
/* SEARCH - HEADER */
/* -------------------------------- 
Patterns - reusable parts of our design
-------------------------------- */
.modeltheme-text-replace {
  /* replace text with image */
  color: transparent;
  text-indent: 100%;
  overflow: hidden;
  white-space: nowrap;
}
/* -------------------------------- 
Header
-------------------------------- */
.modeltheme-mt-main-header {
  position: relative;
  z-index: 4;
  height: 50px;
  background-color: #333545;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.modeltheme-mt-main-header.nav-is-visible {
  -webkit-transform: translateX(-260px);
  -moz-transform: translateX(-260px);
  -ms-transform: translateX(-260px);
  -o-transform: translateX(-260px);
  transform: translateX(-260px);
}
.modeltheme-mt-main-header::before {
  /* never visible - this is used in jQuery to check the current MQ */
  display: none;
  content: 'mobile';
}
@media only screen and (min-width: 1024px) {
  .modeltheme-mt-main-header {
    height: 80px;
  }
  .modeltheme-mt-main-header.nav-is-visible {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  .modeltheme-mt-main-header::before {
    content: 'desktop';
  }
}
.modeltheme-main-nav-wrapper {
  padding: 0 5%;
}
.modeltheme-main-nav-wrapper::after {
  clear: both;
  content: "";
  display: table;
}
.modeltheme-logo {
  display: inline-block;
  height: 100%;
  margin-left: 15px;
  /* remove jump on iOS devices - when we fire the navigation */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.modeltheme-logo img {
  display: block;
  margin-top: 14px;
}
@media only screen and (min-width: 1024px) {
  .modeltheme-logo {
    position: absolute;
    z-index: 3;
    margin-left: 5%;
  }
  .modeltheme-logo img {
    margin-top: 29px;
  }
}
.modeltheme-nav-trigger {
  /* nav trigger - visible on small devices only */
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 50px;
}
.modeltheme-nav-trigger span {
  /* nav icon created in CSS */
  position: absolute;
  height: 2px;
  width: 20px;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.modeltheme-nav-trigger span::before, .modeltheme-nav-trigger span::after {
  /* upper and lower lines of the menu icon */
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  /* Force Hardware Acceleration */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.3s;
  -moz-transition: -moz-transform 0.3s;
  transition: transform 0.3s;
}
.modeltheme-nav-trigger span::before {
  -webkit-transform: translateY(-6px);
  -moz-transform: translateY(-6px);
  -ms-transform: translateY(-6px);
  -o-transform: translateY(-6px);
  transform: translateY(-6px);
}
.modeltheme-nav-trigger span::after {
  -webkit-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  -o-transform: translateY(6px);
  transform: translateY(6px);
}
.nav-is-visible .modeltheme-nav-trigger span {
  background-color: rgba(255, 255, 255, 0);
}
.nav-is-visible .modeltheme-nav-trigger span::before {
  -webkit-transform: translateY(0) rotate(-45deg);
  -moz-transform: translateY(0) rotate(-45deg);
  -ms-transform: translateY(0) rotate(-45deg);
  -o-transform: translateY(0) rotate(-45deg);
  transform: translateY(0) rotate(-45deg);
}
.nav-is-visible .modeltheme-nav-trigger span::after {
  -webkit-transform: translateY(0) rotate(45deg);
  -moz-transform: translateY(0) rotate(45deg);
  -ms-transform: translateY(0) rotate(45deg);
  -o-transform: translateY(0) rotate(45deg);
  transform: translateY(0) rotate(45deg);
}
@media only screen and (min-width: 1024px) {
  .modeltheme-nav-trigger {
    display: none;
  }
}
.modeltheme-main-nav {
  position: fixed;
  z-index: 1;
  top: 0;
  right: 0;
  width: 260px;
  height: 100vh;
  overflow: auto;
  background: #1f2029;
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s;
  -moz-transition: visibility 0s 0.3s;
  transition: visibility 0s 0.3s;
}
.modeltheme-main-nav a, .modeltheme-main-nav input[type="search"] {
  display: block;
  font-size: 1.6rem;
  padding: 0 2em 0 1em;
  line-height: 50px;
  color: #ffffff;
  border-bottom: 1px solid #333545;
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
}
.modeltheme-main-nav input[type="search"] {
  background-color: #292a37;
  -webkit-transition: background-color 0.3s;
  -moz-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.modeltheme-main-nav input[type="search"]:focus {
  background-color: #333545;
}
.modeltheme-main-nav.nav-is-visible {
  -webkit-transition: visibility 0s;
  -moz-transition: visibility 0s;
  transition: visibility 0s;
  visibility: visible;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 1024px) {
  .modeltheme-main-nav {
    /* reset style */
    position: static;
    visibility: visible;
    width: auto;
    height: 80px;
    background: transparent;
    overflow: visible;
    float: right;
  }
  .modeltheme-main-nav li {
    display: inline-block;
    float: left;
    height: 100%;
    padding: 1.375em .4em;
  }
  .modeltheme-main-nav a {
    padding: .625em .8em;
    line-height: 1;
    border-bottom: none;
  }
  .modeltheme-main-nav a:hover {
    opacity: .6;
  }
}
/* -------------------------------- 
Search Form
-------------------------------- */
.modeltheme-main-search .modeltheme-select {
  /* hide select element on small devices */
  display: none;
}
.modeltheme-main-search .close {
  /* 'X' icon to close search form - hidden on small devices */
  display: none;
}
.modeltheme-main-search input[type="search"]:focus {
  outline: none;
}
.modeltheme-main-search input[type="search"]::-webkit-input-placeholder {
  color: #5c5d6a;
}
.modeltheme-main-search input[type="search"]::-moz-placeholder {
  color: #5c5d6a;
}
.modeltheme-main-search input[type="search"]:-moz-placeholder {
  color: #5c5d6a;
}
.modeltheme-main-search input[type="search"]:-ms-input-placeholder {
  color: #5c5d6a;
}
.modeltheme-main-search {
    position: absolute;
    z-index: 2;
    left: 0;
    height: 120px;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .modeltheme-main-search .modeltheme-select {
    display: inline-block;
    float: right;
    color: #5c5d6a;
    font-size: 1.4rem;
    overflow: hidden;
    width: 30%;
    margin-top: 8px;
    text-align: right;
  }
  .modeltheme-main-search span {
    display: inline-block;
  }
  .modeltheme-main-search option {
    color: #333545;
    background-color: #ffffff;
  }
  .modeltheme-main-search select {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 1;
    color: transparent;
  }
  .modeltheme-main-search select:focus {
    outline: none;
  }
  .modeltheme-main-search select:focus + span.selected-value {
    background-color: #3d3f4e;
  }
  .modeltheme-main-search .selected-value {
    color: #ffffff;
    pointer-events: none;
    -webkit-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .modeltheme-main-search select, .modeltheme-main-search .selected-value {
    padding: 10px 13px;
    font-size: 2.0rem;
    border-radius: 3px;
    text-align: right;
    font-size: 19px;
    cursor: pointer;
  }
  .no-pointerevents .modeltheme-main-search .selected-value {
    display: none;
  }
.no-pointerevents .modeltheme-main-search select.modeltheme-search-in {
    width: auto;
    appearance: auto;
    -webkit-appearance: auto;
    text-align: left;
    border-radius: 0 !important;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
}
  .no-pointerevents .modeltheme-main-search select {
    position: relative;
    color: #ffffff;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    background: transparent;
    border: none;
      -webkit-appearance: none;
  -moz-appearance: none;
  }
  .modeltheme-main-search .close {
    display: inline-block;
    height: 50px;
    width: 50px;
    -webkit-transform: translateY(-50%) scale(0);
    -moz-transform: translateY(-50%) scale(0);
    -ms-transform: translateY(-50%) scale(0);
    -o-transform: translateY(-50%) scale(0);
    transform: translateY(-50%) scale(0);
    line-height: 40px !important;
    margin-top: 37px;
    opacity: 1;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
  }
  .modeltheme-main-search .close::before, .modeltheme-main-search .close::after {
    content: '';
    position: absolute;
    height: 20px;
    width: 2px;
    background-color: #ffffff;
    left: 50%;
    top: 50%;
  }
  .modeltheme-main-search .close::before {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
    transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  }
  .modeltheme-main-search .close::after {
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
    transform: translateX(-50%) translateY(-50%) rotate(45deg);
  }
  .modeltheme-main-search.is-visible {
    /* search form open */
    opacity: 1;
    visibility: visible;
  }
  .modeltheme-main-search.is-visible .close {
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
  }
  .animate-search .modeltheme-main-search.is-visible {
    /* trigger search form animation if <header> has the .animate-search class */
    -webkit-animation: modeltheme-slide-in 0.3s;
    -moz-animation: modeltheme-slide-in 0.3s;
    animation: modeltheme-slide-in 0.3s;
  }
@-webkit-keyframes modeltheme-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
  }
}
@-moz-keyframes modeltheme-slide-in {
  0% {
    -moz-transform: translateY(-100%);
  }
  100% {
    -moz-transform: translateY(0);
  }
}
@keyframes modeltheme-slide-in {
  0% {
    -webkit-transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.modeltheme-search-suggestions {
  /* drowpdown with search suggestions - hidden on small devices */
  display: none;
}
/*@media only screen and (min-width: 1024px) {*/
  .modeltheme-search-suggestions {
/*    display: block;
    position: absolute;
    top: 80px;
    left: 0;*/
    /* same width of <form> element */
/*    width: calc( 90% - 286px);
    padding: 2em;*/
    /* same margin of <form> element */
/*    margin: 0 calc(5% + 116px) 0 calc(5% + 170px);
    background-color: #ffffff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.39);*/
    display: block;
    left: 0;
    width: 100%;
    padding: 2em;
    margin: 0 auto;
    background-color: #ffffff;
    box-shadow: 0 4px 40px rgba(0, 0, 0, 0.39);
  }
  .modeltheme-search-suggestions::after {
    clear: both;
    content: "";
    display: table;
  }
  .modeltheme-search-suggestions .quick-links, .modeltheme-search-suggestions .news {
    display: inline-block;
  }
  .modeltheme-search-suggestions .quick-links {
    float: right;
    width: 140px;
    text-align: right;
  }
  .modeltheme-search-suggestions .news {
    float: left;
    width: calc(100% - 140px);
  }
  .modeltheme-search-suggestions h3 {
    margin-bottom: 1.5em;
    text-transform: uppercase;
    color: #7a7c86;
    font-size: 1.2rem;
    font-weight: bold;
    letter-spacing: .1em;
  }
  .modeltheme-search-suggestions h4 {
    font-weight: bold;
    font-size: 1.4rem;
  }
  .modeltheme-search-suggestions h4 a {
    /* prevent the text from wrapping */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
    padding: .2em 0;
  }
  .modeltheme-search-suggestions a {
    display: inline-block;
    color: #333545;
  }
  .no-touch .modeltheme-search-suggestions a:hover {
    opacity: .8;
  }
  .modeltheme-search-suggestions time {
    font-size: 1.2rem;
    color: #70727d;
  }
  .modeltheme-search-suggestions .news li {
    position: relative;
    padding: 0.625em 0.75em 0.75em 4em;
    margin-bottom: 0.25em;
  }
  .modeltheme-search-suggestions .news li:last-of-type {
    margin-bottom: 0;
  }
  .modeltheme-search-suggestions .image-wrapper {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
  }
  .modeltheme-search-suggestions .image-wrapper img {
    display: block;
  }
  .modeltheme-search-suggestions .quick-links a {
    padding: .5em 0;
    font-size: 1.4rem;
    line-height: 1.2;
  }
  .animate-search .is-visible .modeltheme-search-suggestions {
    /* trigger the dropdown animation if <header> has the .animate-search class */
    -webkit-transform-origin: center top;
    -moz-transform-origin: center top;
    -ms-transform-origin: center top;
    -o-transform-origin: center top;
    transform-origin: center top;
    /* Force Hardware Acceleration */
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: modeltheme-3d-rotation 0.5s 0.3s;
    -moz-animation: modeltheme-3d-rotation 0.5s 0.3s;
    animation: modeltheme-3d-rotation 0.5s 0.3s;
    -webkit-animation-fill-mode: backwards;
    -moz-animation-fill-mode: backwards;
    animation-fill-mode: backwards;
  }
.shop_cart {
    margin-right: 30px;
}
.modeltheme-col-7 {
  width: 61%;
  padding-right: 0;
}
.modeltheme-col-2{
  width: 152px;
  float: right;
}
@-webkit-keyframes modeltheme-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
  }
}
@-moz-keyframes modeltheme-3d-rotation {
  0% {
    -moz-transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -moz-transform: perspective(1000px) translateY(0);
  }
}
@keyframes modeltheme-3d-rotation {
  0% {
    -webkit-transform: perspective(1000px) rotateX(-90deg);
    -moz-transform: perspective(1000px) rotateX(-90deg);
    -ms-transform: perspective(1000px) rotateX(-90deg);
    -o-transform: perspective(1000px) rotateX(-90deg);
    transform: perspective(1000px) rotateX(-90deg);
  }
  100% {
    -webkit-transform: perspective(1000px) translateY(0);
    -moz-transform: perspective(1000px) translateY(0);
    -ms-transform: perspective(1000px) translateY(0);
    -o-transform: perspective(1000px) translateY(0);
    transform: perspective(1000px) translateY(0);
  }
}
.modeltheme-search-trigger {
  /* trigger serach form visibility - hidden on small devices */
  display: none;
}
  .modeltheme-search-trigger {
    display: block;
    -webkit-transition: -webkit-transform 0.3s;
    -moz-transition: -moz-transform 0.3s;
    transition: transform 0.3s;
  }
  .modeltheme-search-trigger::after, .modeltheme-search-trigger:before {
    /* used to create the icon lens and the background circle */
    content: '';
    position: absolute;
  }
  .no-touch .modeltheme-search-trigger:hover::before {
    background-color: #df8bb0;
  }
  .modeltheme-search-trigger.search-form-visible::before {
    -webkit-transform: translateX(-50%) translateY(-50%) scale(1);
    -moz-transform: translateX(-50%) translateY(-50%) scale(1);
    -ms-transform: translateX(-50%) translateY(-50%) scale(1);
    -o-transform: translateX(-50%) translateY(-50%) scale(1);
    transform: translateX(-50%) translateY(-50%) scale(1);
  }
/* -------------------------------- 
Content cover layer
-------------------------------- */
.modeltheme-cover-layer {
  /* cover main content when search form is open - hidden on smal devices */
  display: none;
}
  .modeltheme-cover-layer {
    display: block;
    position: fixed;
    z-index: 3;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s, visibility 0.3s;
    -moz-transition: opacity 0.3s, visibility 0.3s;
    transition: opacity 0.3s, visibility 0.3s;
  }
  .modeltheme-cover-layer.search-form-visible {
    opacity: 1;
    visibility: visible;
  }
.no-js .modeltheme-mt-main-header {
  height: auto;
}
.no-js .modeltheme-mt-main-header::after {
  clear: both;
  content: "";
  display: table;
}
.no-js .modeltheme-nav-trigger {
  display: none;
}
.modeltheme-main-search{
    z-index: 222;
}
.no-js .modeltheme-main-nav-wrapper {
  display: inline-block;
  float: right;
}
.no-js .modeltheme-main-nav {
  position: static;
  width: auto;
  height: auto;
  visibility: visible;
  background-color: transparent;
  float: right;
}
.no-js .modeltheme-main-nav::after {
  clear: both;
  content: "";
  display: table;
}
.no-js .modeltheme-main-nav li {
  display: inline-block;
  float: left;
}
.no-js .modeltheme-main-nav a {
  border-bottom: 0;
}
.no-js .modeltheme-search-trigger {
  display: inline-block;
  text-indent: 0;
  color: #ffffff;
  float: right;
  line-height: 50px;
}
  .no-js .modeltheme-search-trigger {
    text-indent: 100%;
    color: transparent;
    line-height: normal;
  }
.no-js .modeltheme-main-search {
  position: static;
  opacity: 1;
  visibility: visible;
  padding: 2em 5%;
  background: #333545;
}
.no-js .modeltheme-main-search form {
  margin: 0;
}
.no-js .modeltheme-main-search input[type="search"] {
  background: #333545;
}
.no-js .modeltheme-main-search select {
  position: relative;
  color: #ffffff;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.no-js .modeltheme-main-search select:focus {
  background-color: #3d3f4e;
}
.no-js .modeltheme-main-search .selected-value {
  display: none;
}
#search .navbar-header .logo {
    margin: 30px 0;
}
#search .header_search {
    float: left;
}
#search h1.widget-title, #search h3.widget-title, #search .widget-title {
    color: #252525;
    margin-top: 0px;
    margin-bottom: 15px;
    font-size: 20px;
}
#search .widget_tikidocs_recent_entries_with_thumbnail .post-thumbnail {
  width: 70px;
}
#search .menu .menu-item {
    display: block;
}
#search .widget_nav_menu li a {
  color: #252525;
  line-height: 30px;
}
#search .post-details a, 
#search .post-details .post-date {
    clear: both;
    float: left;
}
#search .widget_nav_menu li::before {
  content: "\f0da";
  font-family: 'fontawesome';
  left: 0;
  margin-right: 8px;
  position: absolute;
  font-size: 16px;
  color: #69de88;
  line-height: 30px;
  margin-left: 15px;
}
#search .menu-footer-2-social-media-container {
    margin-left: 15px;
}
.select2-container--default .select2-selection--single {
  background: transparent;
  border: none;
  border-radius: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  line-height: 50px;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: 0.5px;
}
.modeltheme-main-search span.select2-container {
    width: 170px !important;
    text-align: right;
}
.select2-results__option[aria-selected]{
  font-size: 14px;
}
.comment-form input#author, 
.comment-form input#email, 
.comment-form input#url {
    border: 1px solid rgb(235, 235, 235) !important;
}
/*responsive */
.navbar-nav.nav-menu > li {
    float: left ;
}
@media (max-width: 1200px){
  body #navbar .menu-item > a {
    padding: 37px 10px 24px 10px;
  }
  body .navbar-default .navbar-nav > li.header_search > a {
    margin-left: 10px;
  }
  .modeltheme-main-search input[type="search"],
  .modeltheme-main-search .modeltheme-select {
  }
  .mt-services-list .woocommerce ul.products li.product.col-md-4 {
  }
}
@media (min-width: 1024px) and (max-width: 1200px){
    .modeltheme-col-7 {
      width: 55%;
      margin-left: 35px;
    }
}
@media (max-width: 1023px){
  .modeltheme-main-search {
    height: 185px;
  }
  .modeltheme-main-search form {
    margin-top: 0px;
  }
  #search .modeltheme-search-open,
  .modeltheme-main-search .close {
    margin-top: 7px;
  }
  body .navbar-default .navbar-nav > li.header_search > a,
  body .shop_cart > a {
    margin-top: 5px;
  }
  .shop_cart {
    margin-right: 0px;
  }
  body .navbar-header,
  body .navbar-default .navbar-collapse {
    width: 100%;
  }
  #search .modeltheme-search-trigger {
    margin-top: 7px;
  }
}
@media (min-width: 992px) and (max-width: 1023px) {
    header.header2 .menu.nav-effect.nav-menu {
      width: 90% !important;
    }
    .modeltheme-col-7 {
      width: 84%;
    }
}
@media (max-width: 992px) {
  .modeltheme-search-suggestions {
      display: none;
  }  
  .modeltheme-col-7 {
    width: 79%;
  }
  .mt_tweets_slider-group.row {
    position: relative;
  }
  .big-twitter-logo {
    top: -12%;
  }
}
@media (max-width: 767px){
	#filter-nav{
		display: none;
	}
  .mt_get_hosting{
    padding-top: 20px;
  }
  .mt_collection_item_img_holder {
      padding: 30px;
  }
  .btn-sticky-left{
    display: none;
  }
  #search .modeltheme-search-open,
  .modeltheme-main-search .close {
    float: left;
  }
  .modeltheme-search-trigger {
    float: left !important;
  }
  .header_search,
  .shop_cart {
    width: 95px !important;
  }
  #search .header_search {
    width: initial !important;
  }
  .modeltheme-main-search {
      height: 220px;
  }
  .modeltheme-col-7 {
    width: 100%;
  }
  .simple-posts.mt-docs-list .single-post {
    padding-bottom: 5px !important;
  }
  #support-btn-black .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner,
  #support-btn-green .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-icon-holder-inner {
    width: 20% !important;
    display: inline-block;
    margin-bottom: 0px !important;
  }
  #support-btn-black .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-content-holder-inner ,
  #support-btn-green .mt-icon-listgroup-item .mt-icon-listgroup-holder .mt-icon-listgroup-content-holder-inner{
    width: 80% !important;
    display: inline-table;
  }
  #support-btn-green .vc_custom_1537794723185 {
    margin-left: 0px !important;
    padding-right: 20px !important;
    padding-left: 20px !important;
  }
  .vc_custom_1537794714616 {
    margin-bottom: 30px;
  }
  .banner {
    display: none !important;
  }
  body .navbar-default .navbar-toggle,
  body .navbar-default .navbar-toggle:focus {
  }
  .navbar-default .navbar-toggle .icon-bar {
    background-color: #fff !important;
  }
  .mt-services-list .woocommerce ul.products li.product.col-md-4 {
      width: 100%;
  }
  #knowlegebase_support .knowledge-list2 li.post_title {
    width: 100%;
    margin: 15px 0;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 20px;
    margin-bottom: 0;
    }
    div#status #zabuto_calendar_ {
        position: absolute;
        top: 170px;
        right: 50%;
        visibility: visible !important;
        opacity: 1 !important;
        transition: all 0.3s ease;
        background-color: #fff;
        border-radius: 10px;
        padding: 23px;
        transform: translateX(50%);
        z-index: 2;
    }
    div#status .working_days {
        border-radius: 35px;
        padding: 0 30px;
        background-color: #fff;
        position: absolute;
        height: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        left: 0;
        width: 100%;
        background: transparent;
    }
    div#status .working_days img,
    div#status .working_days span {
        visibility: hidden;
    }
    .knowledge-list2 .heading-submenu {
        background: #fff;
        padding: 30px 0 50px;
    }
    #knowlegebase_support .vc_empty_space {
        display: none;
    }
    #status.vc_row {
        padding-top: 50px !important;
        padding-bottom: 240px !important;
    }
    #status .open img, div#status .closed img {
        margin-right: 10px !important;
        height: 30px !important;
        width: auto;
    }
    #status .open span,
    #status .closed span {
        color: #fff;
        font-size: 13px !important;
        line-height: 1.5 !important;
    }
    #status .vc_col-sm-8 .vc_column-inner  {
        padding-left: 15px !important;
    }
    #new-request.vc_row {
        padding-top: 15px !important;
    }
    div#program {
        border-radius: 0 !important;
        -webkit-border-radius: 0 !important;
    }
    div#program {
        background-color: #fff;
        padding: 30px 0;
    }
    body header .navbar-header .logo {
        margin: 15px 0 10px 10px !important;
    }
}
@media (max-width: 480px) {
  .entry-content .vc_custom_1538137274574,
  .entry-content .vc_custom_1539260247274,
  .entry-content .vc_custom_1539262858794  {
    padding-top: 80px !important;
    padding-bottom: 40px !important;
  }
  .vc-parallax-single-image {
    top: 230px !important;
    left: 50px !important;
    width: 15%;
  }
  .lazy-loaded {
    width: 40px;
    left: 50px !important;
  }
  .widget_media_image .image.size-full.lazy-loaded {
    width: 100%;
  }
  .btn-collection-theme:nth-child(2) {
    margin-left: 0px;
  }
  .btn-collection-theme:first-child,
  .btn-collection-theme:nth-child(2) {
    width: 100%;
  }
  .blog_post_image.lazy-loaded {
      width: 100%;
  }
}
@media (max-width: 320px){
  .cd-tab-filter {
    width: 100%;
  }
}
/* 404 ERROR PAGE */
.mt-error-btn {
    background: -moz-linear-gradient(-45deg,  #fe4e55 0%, #fe8045 100%); /* FF3.6-15 */
    background: -moz-linear-gradient(-45deg,  #fe8045 0%, #fe4e55 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg,  #fe8045 0%,#fe4e55 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg,  #fe8045 0%,#fe4e55 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe8045', endColorstr='#fe4e55',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    margin-top: 50px;
}
.mt-error-btn:hover {
  /*background-color: #65bc7b;*/
}
.error-404.not-found h1.page-404-digits {
  margin-bottom: 50px;
}
/*KNOLAGEBASE*/
.kb-title {
    margin-top: 80px;
    margin-bottom: 80px;
}
.mt_listing-template-default article p,
.mt_listing-template-default article h4 {
  color: #252525;
}
.mt_listing-template-default article p, .mt_listing-template-default article ul, .mt_listing-template-default article ol {
    margin-bottom: 20px;
}
/* SHOP */
.woocommerce ul.products li.product .button:hover {
    background-color: #65bc7b;
}
.woocommerce div.product div.images img {
    width: auto;
    height: auto;
}
/* CART */
.woocommerce .return-to-shop a.button.wc-backward {
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}
.woocommerce-cart #primary.content-area {
    margin-bottom: -80px;
}
.breadcrumb-buttons-section .button-winona.btn.btn-medium.btn-demo,
.category-wordpress .article-content a.btn-collection-theme {
	background: #ffffff;
	color: #252525 !important;
	transition: all 250ms ease-in-out;
	-webkit-transition: all 250ms ease-in-out;
	border: 5px solid #69de88;
	text-align: center;
	font-size: 14px;
	padding: 20px 50px;
	font-weight: 700;
	letter-spacing: .5px;
  display: inline-block;
  text-transform: uppercase;
}
.breadcrumb-buttons-section .button-winona.btn.btn-medium.btn-demo:hover,
.category-wordpress .article-content a.btn-collection-theme:hover {
	background-color: #69de88;
	color: #ffffff !important;
}
.breadcrumb-buttons-section .button-winona.btn.btn-medium.btn-purchase:hover,
.woocommerce a.button.alt:hover{
	background-color: #ffffff;
	color: #252525;
}
.woocommerce-cart table.cart td.actions .coupon .input-text {
    padding: 19.5px 15px !important;
}
.woocommerce button.button:disabled, 
.woocommerce button.button:disabled[disabled] {
    padding: 20px 50px;
}
/* SERVICES PAGE */
.added_to_cart.wc-forward {
    padding-left: 15px;
}
.mt-services-list pre {
    background: transparent;
    border: none;
}
.mt-services-list .woocommerce ul.products li.product a img {
    margin: 25px 0 24px 25px !important;
    float: left;
    width: 10%;
    height: 35px;
}
.mt-services-list .woocommerce ul.products li.product .archive-product-title {
    float: left;
    padding-top: 15px;
    word-wrap: break-word;
    width: 55%;
    padding-right: 0px;
    display: table;
    height: 65px;
    margin-bottom: 20px;
}
.mt-services-list .woocommerce ul.products li.product .button.add_to_cart_button.ajax_add_to_cart.added {
    width: 70%;
    float: left;
}
.mt-services-list .product .added_to_cart.wc-forward {
    background: #252525;
    width: 30%;
    padding-bottom: 10px !important;
    padding-top: 9.5px;
    font-weight: 500;
    position: absolute;
    bottom: 0;
    right: 15px;
    transition: 250ms all ease;
}
.mt-services-list .woocommerce ul.products li.product .archive-product-title a {
    font-size: 14px;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
    font-weight: 800;
    line-height: normal;
}
.mt-services-list .woocommerce ul.products li.product .price {
    font-size: 14px;
    padding-top: 32px;
    padding-right: 25px;
    font-weight: 800;
    text-align: right;
}
.mt-services-list .woocommerce ul.products li.product .button {
    width: 100%;
    margin: 0px;
    background: #252525;
}
.mt-services-list .woocommerce ul.products li.product:hover .button {
    background: #69de88;
}
.mt-services-list.wpb_text_column :last-child {
    padding-bottom: 0px;
}
.mt-services-list .added_to_cart.wc-forward {
    padding-left: 0px;
}
.how-it-works-content .our-services-content {
    background: #252525;
}
.how-it-works-content .our-services-content h3 {
    color: #fff;
}
.how-it-works-content .our-services-content p {
    color: rgba(255,255,255,0.7);
}
.how-it-works-content .our-services-content img {
    width: 70px;
    height: 70px;
}
/* premium theme */
.placeholder a {
    color: #fff;
}
nav#modeltheme-main-head .container {
    padding: 10px;
    width: initial;
}
.navbar-default .container div#navbar {
    padding: 0;
    margin: 0;
}
.logo-infos .navbar-header.col-md-3 {
    padding-left: 30px;
}
.widget_text .lazy-loaded {
    width: 100%;
}
/* CHECKOUT */
#primary .main-content ul li.woocommerce-notice.woocommerce-notice--info.woocommerce-info:not(.rotate45)::before {
  background-color: transparent;
}
.woocommerce #payment .place-order button.button.alt#place_order[type="submit"]{
    color: #ffffff;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    text-align: center;
    font-size: 14px;
    padding: 13px 30px;
    font-weight: 700;
    letter-spacing: .5px;
    text-transform: uppercase;
    height: 100%;
}
.woocommerce-cart table.cart .product-thumbnail{
    width: 24%;
}
.woocommerce-cart table.cart td.product-subtotal {
    width: 20%;
}
body.woocommerce-checkout div#primary {
    margin-bottom: -80px;
}

.woocommerce form .form-row.woocommerce-validated .select2.select2-container.select2-container--default{
    background: white;
    height: 40px;
}
/* DOCS PAGES */
.simple-posts.mt-docs-list .post-details {
    width: 100%;
}
.mt-docs-bg {
    text-align: center;
}
.simple-posts.mt-docs-list .mt-docs-cont{
    background: #ffffff;
    margin: 0px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
}
.simple-posts.mt-docs-list .mt-docs-cont .post-name {
  width: : 100%;
}
.simple-posts.mt-docs-list .mt-docs-cont .fa.fa-link {
    float: right;
    padding: 2px 0px;
}
.mt-docs-bg .lazy-loaded {
    width: 128px;
}
.simple-posts.mt-docs-list .single-post {
    padding-bottom: 30px;
}
.simple-posts.mt-docs-list .blog_custom:hover {
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}
.mt-blog-read-more {
    display: inline-block;
    margin-top: 10px;
}
#billing_country_field .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 0px;
}
.portfolio-slider-shortcode .owl-item .item{
	    padding-top: 25px;
    padding-bottom: 25px;
}
.single-doc-url {
    height: 130px;
}
.woocommerce-checkout .swp_social_panel,
.woocommerce-cart .swp_social_panel {
    display: none;
}
#billing_country_field .select2-container--default .select2-selection--single {
    border: 1px solid;
}
.woocommerce form .form-row label {
    font-weight: 400;
    color: #606060;
}
.woocommerce-MyAccount-downloads-file.button.alt {
    height: auto !important;
}
.related.products ul.products li.product .price .woocommerce-Price-amount.amount {
    color: #454545;
}
#tab-description li {
    color: #4f4f4f;
    font-weight: 400;
}
.header_mini_cart .widgettitle {
    display: none;
}
.single article .article-content li, .single article .article-content dl {
    color: #666;
    font-size: 17px;
    font-weight: 400;
    line-height: 27px;
    opacity: 1;
    visibility: visible;
    font-family: 'Roboto';
}
.single article .article-content p {
    margin: 15px 0;
}
.single article .article-content p a.img-link {
    margin: 2.5px 0;
    display: inline-table;
}
.single .single-post-tags > a{
    color: #666;
}
.post-category-comment-date span.rt-time, .post-category-comment-date span.rt-label.rt-prefix {
    margin-right: 0;
}
@media only screen and (max-width: 767px) {
    header .logo-infos .navbar-header.col-md-3 {
        padding-left: 0; 
        padding-right: 0; 
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }
    .widget_tikidocs_recent_entries_with_thumbnail .col-md-9.post-details,
    header nav#modeltheme-main-head .container {
        padding: 0;
    }
    #launcher {
        bottom: 50px !important;
    }
    .widget_tikidocs_recent_entries_with_thumbnail .post-thumbnail,
    .header-title-breadcrumb .header-title-breadcrumb-overlay .breadcrumb,
    .back-to-top,
    #mt_trigger-overlay:first-of-type {
        display: none !important;
    }
    body #mt_trigger-overlay.mt_purchase_link {
        bottom: 70px;
    }
    .reverse-order-mobile {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }
    .hosting_row {
        margin-bottom: 40px;
    }
    .header-title-breadcrumb.relative {
        padding-top: 20px;
    }
}
#modeltheme-affiliate-links-table td {
    text-align: left;
}
.portfolio-posts-list .mt-tgrid-singleitem .mt-btn-border {
    color: #333;
}
.home .header-title-breadcrumb.relative {
    display: none;
}
#new-request .mt-support-status {
    margin-top: 5px;
}
#new-request button {
    font-size: 18px;
    padding: 18px 60px !important;
}
.woocommerce-checkout .header-title-breadcrumb.relative,
.woocommerce-cart .header-title-breadcrumb.relative {
    display: none;
}
.single-post .portfolio-description.mt-article-shortcode .mt-single-theme-category {
    font-size: 12px !important;
}
.mt-discount-percentage-bubble {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 65px;
    width: 65px;
    text-align: center;
    color: #fff;
    font-size: 17px;
    line-height: 17px;
    padding-top: 15px;
    font-weight: bold;
    z-index: 22;
    background-image: url(images/sale.svg);
    background-size: 100%;
}
.cd-gallery .mt-discount-percentage-bubble {
    position: absolute;
    right: 25px;
}
.mt-tgrid-singleitem.mt-box > a {
    position: relative;
    display: block;
}
.page-template-template-cyber-monday .modeltheme-countdown {
    margin-top: 0;
    margin-bottom: 0px;
    padding-top: 0;
}
.page-template-template-cyber-monday .modeltheme-countdown > span {
    font-size: 30px;
    line-height: 10px;
}
.page-template-template-cyber-monday .modeltheme-countdown .days div, 
.page-template-template-cyber-monday .modeltheme-countdown .seconds div, 
.page-template-template-cyber-monday .modeltheme-countdown .minutes div, 
.page-template-template-cyber-monday .modeltheme-countdown .hours div{
    font-size: 25px;
    line-height: 30px !important;
}
.page-template-template-cyber-monday .modeltheme-countdown div div:last-child {
    font-size: 15px !important;
    line-height: normal !important;
}
.mt_overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fafafa
}
.mt_overlay .mt_overlay-close {
    opacity: .7
}
#filter-main-nav ul{
    padding: 0 !important;
}
#filter-main-nav li.button {
    color: #151515;
    padding: 8px;
}
.mt-portfolio-filter-grid:after {
  content: '';
  display: block;
  clear: both;
}
.mt-overlay-title-transparent {
    color: #000;
    font-size: 150px;
    font-weight: 700;
    position: absolute;
    top: -75px;
    width: 100%;
    line-height: normal;
    opacity: .04
}
#filter-main-nav li.button.is-checked{
    color: #000;
}
#filter-main-nav li.button {
    margin: 0;
    border-bottom: 1px solid #ddd;
}
.mt_overlay nav {
    text-align: center;
    position: relative;
    top: 50%;
    height: 60%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}
.mt_overlay ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    height: 100%;
    position: relative
}
.mt_overlay ul li {
    display: block;
    height: 20%;
    height: calc(100% / 5);
    min-height: 54px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
.mt-single-theme-holder:hover {
    box-shadow: #bfbfbf 0 0 16px;
    -webkit-box-shadow: #bfbfbf 0 0 16px
}
#filter-main-nav ul li{
    width: 100%;
}
#filter-main-nav {
    background: transparent;
}
.p-relative {
    position: relative
}
.mt-overlay-subtitle{
    color: #151515;
}
.pull-left{
    float: left;
}
.pull-right{
    float: right;
}
.mt-overlay-title-subtitle-group {
    margin-bottom: 60px;
    text-align: center;
}
.mt-portfolio-single-theme-holder {
    margin-bottom: 30px !important;
}
.mt-single-theme-holder {
    margin-bottom: 30px;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    overflow: hidden;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    box-shadow: #e5e5e5 0 0 16px;
    -webkit-box-shadow: #e5e5e5 0 0 16px
}
.mt-single-buy-btn:hover i {
    color: #fff
}
.mt-single-buy-btn i {
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    color: #79b530
}
.mt-single-buy-btn:hover {
    background: #79b530
}
.mt-single-buy-btn.mt-single-buy-btn-preview {
    border: 1px solid #ccc;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 10px;
    color: #7f7f7f!important;
    font-size: 12px
}
.mt-single-buy-btn.mt-single-buy-btn-preview:hover {
    background: #ccc;
    color: #fff!important
}
.mt-single-buy-btn {
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    border: 1px solid #79b530;
    border-radius: 2px;
    height: 40px;
    width: 40px;
    text-align: center;
    line-height: 37px!important;
    color: #79b530;
    background: 0 0
}
.mt-sales-helper {
    margin-bottom: 70px
}
.mt-single-theme-title {
    font-size: 16px;
    font-weight: 700;
    color: #454545!important
}
.mt-single-theme-category {
    margin: 0;
    margin-top: 0;
    font-size: 8px;
    line-height: normal;
    margin-top: 3px
    color: #a7a7a7;
}
.mt_overlay ul li a {
    font-size: 54px;
    font-weight: 300;
    display: block;
    color: #fff;
    -webkit-transition: color .2s;
    transition: color .2s
}
.mt-overlay-title {
    color: #454545;
    font-size: 40px;
    font-family: inherit;
    font-weight: 600;
    margin-bottom: 00px
}
.mt-overlay-subtitle {
    margin-bottom: 40px
}
.mt-single-theme-group {
    background: #fff;
    padding: 15px 20px
}
.mt-single-theme-category {
    height: 20px;
    margin: 0 !important;
    color: #a7a7a7;
    text-transform: uppercase;
    font-size: 8px;
}
.mt_overlay-slidedown {
    overflow-y: scroll;
    padding-top: 130px;
    padding-bottom: 100px;
    visibility: hidden;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: -webkit-transform .4s ease-in-out, visibility 0s .4s;
    transition: transform .4s ease-in-out, visibility 0s .4s
}
.mt_overlay-slidedown.open {
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform .4s ease-in-out;
    transition: transform .4s ease-in-out;
    z-index: 222222
}
#mt_trigger-overlay:hover {
    box-shadow: #ccc 0 0 16px;
    -webkit-box-shadow: #ccc 0 0 16px
}
#svg_modeltheme_logo,
.mt-env-logo-svg {
    max-width: 15px;
    float: left;
    margin-right: 6px
}
#mt_trigger-overlay svg#svg_envato_logo path {
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out
}
#mt_trigger-overlay:hover svg#svg_envato_logo path {
    fill: #454545
}
#mt_trigger-overlay:hover {
    -webkit-box-shadow: 0 37px 20px -15px rgba(0, 0, 0, .2);
    box-shadow: 0 37px 20px -15px rgba(0, 0, 0, .2);
    transform: translate(0, -4px);
    -webkit-transform: translate(0, -4px);
    background: #d77864
}
#mt_trigger-overlay.mt_purchase_link {
    bottom: 90px
}
#mt_trigger-overlay.mt_purchase_link svg path.path01 {
    fill: #81b441;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out
}
#mt_trigger-overlay.mt_purchase_link:hover svg path.path01 {
    fill: #454545
}
#mt_trigger-overlay.mt_purchase_link:hover {
    background: #81b441
}
#mt_trigger-overlay {
    width: 185px;
    z-index: 222222;
    transition: all 250ms ease-in-out;
    -webkit-transition: all 250ms ease-in-out;
    position: fixed;
    left: 40px;
    font-weight: 300;
    bottom: 40px;
    background: #454545;
    color: #fff;
    padding: 10px 25px;
    letter-spacing: .5px;
    cursor: pointer;
    box-shadow: 0 17px 10px -12px rgba(0, 0, 0, .4)!important;
    -webkit-box-shadow: 0 17px 10px -12px rgba(0, 0, 0, .4)!important;
    border-radius: 5px;
    font-size: 12px
}
.mt_overlay .mt_overlay-close:hover {
    transform: rotate(180deg)
}
@media only screen and (max-width:480px) {
    .mt-single-theme-category{
        font-size: 12px !important;
        line-height: normal;
    }
}
@media only screen and (max-width:767px) {
    #filter-nav{
        display: none;
    }
    .mt-overlay-title {
        font-size: 23px!important
    }
    .mt-overlay-title-transparent {
        font-size: 30px!important;
        top: -20px!important
    }
    .mt-single-theme-category {
        height: auto !important;
    }
    .col-md-6.mt-single-theme-details-btns {
        clear: both;
        margin-top: 5px;
    }
    .mt-overlay-title-subtitle-group.p-relative {
        max-width: 90%;
        margin: 0 auto;
        margin-bottom: 40px !important;
    }
    .mt-single-buy-btn {
        height: 30px;
        line-height: 28px!important
    }
}
@media only screen and (min-width:768px) and (max-width:1024px) {
    .mt-overlay-title-transparent {
        font-size: 70px!important;
        top: -30px!important
    }
}
@media only screen and (max-width:1100px) {
    .mt-single-theme-details-btns {
        width: 100%!important
    }
    .mt-single-theme-details-btns a {
        float: left!important
    }
    .mt-single-buy-btn.mt-single-buy-btn-preview {
        margin-left: 10px
    }
}
#svg_modeltheme_logo {
    max-width: 17px !important;
}
.mt-env-logo-svg {
    width: 15px
}
.mt_overlay-close:before,
.mt_overlay-close:after{
    display: none !important;
}
.single .main-content li {
    font-size: 16px;
    font-weight: 400;
    color: #252525;
    margin-bottom: 5px;
    line-height: 26px;
}
div.zabuto_calendar .table tr.calendar-dow td:nth-last-of-type(-n+2) div.day,
div.zabuto_calendar .table tr td.event[title="concediu"] div.day,
div.zabuto_calendar .table tr td.event[title="Help Desk Offline"] div.day {
    background-color: #ff9b08 !important;
    color: #fff !important;
    border-radius: 50%;
    display: inline;
    padding: 4px !important;
}
h3.mt-support-status {
    margin-top: 6px;
}
.mt-roadmap-inner-div {
    width: 1000px;
    margin: 0 auto;
}
.wp-roadmap-box .tabcontent li,
.wp-roadmap .box-content .tab-roadmap ul.iq-timeline li{
    width: 100%;
}
.wp-roadmap-box h1, .wp-roadmap-box h2, .wp-roadmap-box h3, .wp-roadmap-box h4, .wp-roadmap-box h5, .wp-roadmap-box h6 {
    line-height: normal;
}
.wp-roadmap .box-content .tab-roadmap ul li .title {
    font-size: 18px;
    position: unset;
    padding: 0;
    opacity: 1;
}
/*REDUX*/
.is_header_semitransparent .navbar-default .container{
    background: rgba(35, 35, 49, 0.0) none repeat scroll 0 0;
}
.is_header_semitransparent .sticky-wrapper.is-sticky .navbar-default .container{
    background: rgba(35, 35, 49, 0.9) none repeat scroll 0 0;
}.breadcrumb a::after {
      content: "&gt;";
}
body{
    background: #ffffff;
}
.logo img,
.navbar-header .logo img {
    max-width: 250px;
}
::selection{
    color: #FFFFFF;
    background: #e67e22;
}
::-moz-selection { /* Code for Firefox */
    color: #FFFFFF;
    background: #e67e22;
}
a{
    color: #000;
}
a:focus,
a:visited,
a:hover{
    color: #000;
}
/*------------------------------------------------------------------
    COLOR
------------------------------------------------------------------*/
a, 
a:hover, 
a:focus,
.mt_car--tax-type,
span.amount,
.widget_popular_recent_tabs .nav-tabs li.active a,
.widget_product_categories .cat-item:hover,
.widget_product_categories .cat-item a:hover,
.widget_archive li:hover,
.widget_archive li a:hover,
.widget_categories .cat-item:hover,
.widget_categories li a:hover,
.pricing-table.recomended .button.solid-button, 
.pricing-table .table-content:hover .button.solid-button,
.pricing-table.Recommended .button.solid-button, 
.pricing-table.recommended .button.solid-button, 
#sync2 .owl-item.synced .post_slider_title,
#sync2 .owl-item:hover .post_slider_title,
#sync2 .owl-item:active .post_slider_title,
.pricing-table.recomended .button.solid-button, 
.pricing-table .table-content:hover .button.solid-button,
.testimonial-author,
.testimonials-container blockquote::before,
.testimonials-container blockquote::after,
.post-author > a,
h2 span,
label.error,
.author-name,
.prev-next-post a:hover,
.prev-text,
.wpb_button.btn-filled:hover,
.next-text,
.social ul li a:hover i,
.wpcf7-form span.wpcf7-not-valid-tip,
.text-dark .statistics .stats-head *,
.wpb_button.btn-filled,
.widget_meta a:hover,
.widget_pages a:hover,
.blogloop-v1 .post-name a:hover,
.blogloop-v2 .post-name a:hover,
.blogloop-v3 .post-name a:hover,
.blogloop-v4 .post-name a:hover,
.blogloop-v5 .post-name a:hover,
.post-category-comment-date span a:hover,
.list-view .post-details .post-category-comment-date a:hover,
.simple_sermon_content_top h4,
.page_404_v1 h1,
.mt_cars--single-main-pic .post-name > a,
.widget_recent_comments li:hover a,
.list-view .post-details .post-name a:hover,
.blogloop-v5 .post-details .post-sticky-label i,
header.header2 .header-info-group .header_text_title strong,
footer .widget_nav_menu li::before,
.widget_recent_entries_with_thumbnail li:hover a,
.widget_recent_entries li a:hover,
.blogloop-v1 .post-details .post-sticky-label i,
.blogloop-v2 .post-details .post-sticky-label i,
.blogloop-v3 .post-details .post-sticky-label i,
.blogloop-v4 .post-details .post-sticky-label i,
.blogloop-v5 .post-details .post-sticky-label i,
.error-404.not-found h1,
.action-expand::after,
.list-view .post-details .post-excerpt .more-link:hover,
.header4 header .right-side-social-actions .social-links a:hover i,
.sidebar-content .widget_nav_menu li a:hover{
    color: #e67e22;
}
/* NAVIGATION */
.navstyle-v8.header3 #navbar .menu > .menu-item.current-menu-item > a, 
.navstyle-v8.header3 #navbar .menu > .menu-item:hover > a,
.navstyle-v1.header3 #navbar .menu > .menu-item:hover > a,
.navstyle-v1.header2 #navbar .menu > .menu-item:hover > a,
.navstyle-v4 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v4 #navbar .menu > .menu-item:hover > a,
.navstyle-v3 #navbar .menu > .menu-item.current-menu-item > a, 
.navstyle-v3 #navbar .menu > .menu-item:hover > a,
.navstyle-v3 #navbar .menu > .menu-item > a::before, 
.navstyle-v3 #navbar .menu > .menu-item > a::after,
.navstyle-v2 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v2 #navbar .menu > .menu-item:hover > a{
    color: #e67e22;
}
.nav-submenu-style1 #navbar .sub-menu .menu-item.selected > a, 
.nav-submenu-style1 #navbar .sub-menu .menu-item:hover > a,
.navstyle-v2.header3 #navbar .menu > .menu-item > a::before,
.navstyle-v2.header3 #navbar .menu > .menu-item > a::after,
.navstyle-v8 #navbar .menu > .menu-item > a::before,
.navstyle-v7 #navbar .menu > .menu-item .sub-menu > .menu-item > a:hover,
.navstyle-v7 #navbar .menu > .menu-item.current_page_item > a,
.navstyle-v7 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v7 #navbar .menu > .menu-item:hover > a,
.navstyle-v6 #navbar .menu > .menu-item.current_page_item > a,
.navstyle-v6 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v6 #navbar .menu > .menu-item:hover > a,
.navstyle-v5 #navbar .menu > .menu-item.current_page_item > a, 
.navstyle-v5 #navbar .menu > .menu-item.current-menu-item > a,
.navstyle-v5 #navbar .menu > .menu-item:hover > a,
.navstyle-v2 #navbar .menu > .menu-item > a::before, 
.navstyle-v2 #navbar .menu > .menu-item > a::after{
    background: #e67e22;
}
/* Color Dark / Hovers */
.related-posts .post-name:hover a{
    color: #d35400;
}
/*------------------------------------------------------------------
    BACKGROUND + BACKGROUND-COLOR
------------------------------------------------------------------*/
.tagcloud > a:hover,
.modeltheme-icon-search,
.wpb_button::after,
.rotate45,
.latest-posts .post-date-day,
.latest-posts h3, 
.latest-tweets h3, 
.latest-videos h3,
.button.solid-button, 
button.vc_btn,
.pricing-table.recomended .table-content, 
.pricing-table .table-content:hover,
.pricing-table.Recommended .table-content, 
.pricing-table.recommended .table-content, 
.pricing-table.recomended .table-content, 
.pricing-table .table-content:hover,
.block-triangle,
.owl-theme .owl-controls .owl-page span,
body .vc_btn.vc_btn-blue, 
body a.vc_btn.vc_btn-blue, 
body button.vc_btn.vc_btn-blue,
.pagination .page-numbers.current,
.pagination .page-numbers:hover,
#subscribe > button[type='submit'],
.social-sharer > li:hover,
.prev-next-post a:hover .rotate45,
.masonry_banner.default-skin,
.form-submit input,
.member-header::before, 
.member-header::after,
.member-footer .social::before, 
.member-footer .social::after,
.subscribe > button[type='submit'],
.no-results input[type='submit'],
h3#reply-title::after,
.newspaper-info,
header.header1 .header-nav-actions .shop_cart,
.categories_shortcode .owl-controls .owl-buttons i:hover,
.widget-title:after,
h2.heading-bottom:after,
.single .content-car-heading:after,
.wpb_content_element .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active,
#primary .main-content ul li:not(.rotate45)::before,
ul.ecs-event-list li span,
#contact_form2 .solid-button.button,
.details-container > div.details-item .amount, .details-container > div.details-item ins,
.modeltheme-search .search-submit,
.pricing-table.recommended .table-content .title-pricing,
.pricing-table .table-content:hover .title-pricing,
.pricing-table.recommended .button.solid-button,
#navbar ul.sub-menu li a:hover
.blogloop-v5 .absolute-date-badge span,
.post-category-date a[rel="tag"],
.tikidocs_preloader_holder,
#navbar .mt-icon-list-item:hover,
.mt_car--single-gallery.mt_car--featured-single-gallery:hover,
.modeltheme-pagination.pagination .page-numbers.current,
.pricing-table .table-content:hover .button.solid-button,
footer .footer-top .menu .menu-item a::before,
.mt-car-search .submit .form-control,
.blogloop-v4.list-view .post-date,
.navbar-toggle .icon-bar,
.back-to-top,
blockquote,
.post-password-form input[type="submit"],
.search-form input[type="submit"],
.post-password-form input[type='submit'] {
    background: #e67e22;
}
.modeltheme-search.modeltheme-search-open .modeltheme-icon-search, 
.no-js .modeltheme-search .modeltheme-icon-search,
.modeltheme-icon-search:hover,
.latest-posts .post-date-month,
.button.solid-button:hover,
body .vc_btn.vc_btn-blue:hover, 
body a.vc_btn.vc_btn-blue:hover, 
.post-category-date a[rel="tag"]:hover,
.single-post-tags > a:hover,
body button.vc_btn.vc_btn-blue:hover,
.blogloop-v5 .absolute-date-badge span:hover,
.mt-car-search .submit .form-control:hover,
#contact_form2 .solid-button.button:hover,
.subscribe > button[type='submit']:hover,
footer .mc4wp-form-fields input[type="submit"]:hover,
.no-results.not-found .search-submit:hover,
.no-results input[type='submit']:hover,
ul.ecs-event-list li span:hover,
.pricing-table.recommended .table-content .price_circle,
.pricing-table .table-content:hover .price_circle,
#modal-search-form .modal-content input.search-input,
.form-submit input:hover,
.blogloop-v4.list-view .post-date a:hover,
.pricing-table.recommended .button.solid-button:hover,
.search-form input[type="submit"]:hover,
.modeltheme-pagination.pagination .page-numbers.current:hover,
.error-return-home.text-center > a:hover,
.pricing-table .table-content:hover .button.solid-button:hover,
.post-password-form input[type="submit"]:hover,
.navbar-toggle .navbar-toggle:hover .icon-bar,
.back-to-top:hover,
.post-password-form input[type='submit']:hover {
    background: #d35400;
}
.tagcloud > a:hover{
    background: #d35400 !important;
}
.flickr_badge_image a::after,
.portfolio-hover,
.pastor-image-content .details-holder,
.item-description .holder-top,
blockquote::before {
    background: rgba(230, 126, 34, 0.7);
}
/*------------------------------------------------------------------
    BORDER-COLOR
------------------------------------------------------------------*/
.comment-form input, 
.comment-form textarea,
.author-bio,
.widget_popular_recent_tabs .nav-tabs > li.active,
body .left-border, 
body .right-border,
body .member-header,
body .member-footer .social,
body .button[type='submit'],
.navbar ul li ul.sub-menu,
.wpb_content_element .wpb_tabs_nav li.ui-tabs-active,
#contact-us .form-control:focus,
.sale_banner_holder:hover,
.testimonial-img,
.wpcf7-form input:focus, 
.wpcf7-form textarea:focus,
.header_search_form,
.list-view .post-details .post-excerpt .more-link:hover{
    border-color: #e67e22;
}
/*------------------------------------------------------------------
    CHANGELOG
------------------------------------------------------------------*/
.button-winona.btn.btn-medium.btn-demo {
    background: #252525; 
} 
.button-winona.btn.btn-medium.btn-purchase {
    background: #252525;
}
.button-winona.btn.btn-medium.btn-demo:hover {
    background: #65bc7b;
}
div#ez-toc-container ul li {
    font-size: 95%;
    width: 100%;
}
#ez-toc-container {
    width: 100%;
    border: 1px solid #ddd !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    padding: 20px 30px !important;
}
.ez-toc-title-container {
    display: table;
    width: 100%;
}
#ez-toc-container a {
    font-weight: 500;
}
#ez-toc-container nav > ul{
    margin-top: 10px;
}
.article-content .gallery{
	overflow: hidden;
}

.comment-list .comment #respond {
    box-shadow: none;
}
a#cancel-comment-reply-link {
    margin-left: 10px;
    font-weight: 400;
    color: #666;
}
tr.tax-rate td {
    text-align: right;
}
em.woocommerce-review__verified.verified {
    color: #80B341;
}
/*HEADER TOP BAR*/
.modeltheme-top-banner .text-center.row {
  display: flex;
  margin: 0 20px;
}
.modeltheme-top-banner .modeltheme-countdown {
  margin: 0;
  padding: 0;
  line-height: 1;
}
.modeltheme-top-banner .modeltheme-countdown .days-digit,
.modeltheme-top-banner .modeltheme-countdown .hours-digit,
.modeltheme-top-banner .modeltheme-countdown .minutes-digit,
.modeltheme-top-banner .modeltheme-countdown .seconds-digit {
    font-size: 14px !important;
    line-height: 20px !important;
    margin: 0 5px;
}
.modeltheme-top-banner .modeltheme-countdown div div:last-child {
    font-weight: normal;
    font-size: 13px !important;
    padding-left: 0;
    width: 55px !important;
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}
.modeltheme-top-banner .modeltheme-countdown > span.c_dot {
    float: left;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 0px;
    margin-top: 0px;
    padding: 0;
    font-weight: 600;
}
.modeltheme-top-banner. {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    background-color: #99dadc;
}

.modeltheme-top-banner.dark-gradient .btn-collection-theme:nth-child(2), .modeltheme-top-banner.dark-gradient .mt-btn-border {
    border: 1px solid #ddd;
    color: #ddd !important;
}
.modeltheme-top-banner.dark-gradient {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    background: #0f0c29;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to right, #24243e, #302b63, #0f0c29);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to right, #24243e, #302b63, #0f0c29); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
.modeltheme-top-banner.march-sale-gradient{
    color: #282923;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    background: #02D6E4;
}
.modeltheme-top-banner.march-sale-gradient .mt-btn-border {
    background-color: #282923;
    padding: 9px 30px;
    color: #fff;
    font-weight: 600;
    border-radius: 4px !important;
    text-decoration: none;
    display: block;
    text-align: center;
    min-width: 100px;
    border: 0 none;
}
.modeltheme-top-banner.march-sale-gradient strong {
    margin-right: 15px;
}
.modeltheme-top-banner.hs-sales-gradient {
    background: linear-gradient(-225deg, rgb(117, 93, 213) 35%, rgb(55, 136, 209) 100%);
}
.modeltheme-top-banner.cyber-gradient-2022 {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    clear: both;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    background: #21AB5D
}
.modeltheme-top-banner.cyber-gradient {
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    clear: both;
    align-items: center;
    justify-content: center;
    padding: 6px 0;
    background: #fe4e55;
    background: -moz-linear-gradient(-45deg, #fe4e55 0%, #fe8045 100%);
    background: -webkit-linear-gradient(-45deg, #fe4e55 0%,#fe8045 100%);
    background: linear-gradient(135deg, #fe4e55 0%,#fe8045 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fe4e55', endColorstr='#fe8045',GradientType=1 );
}
.modeltheme-top-banner.cyber-gradient a {
    color: #fff;
    border: 1px solid #ddd;
}
.modeltheme-top-banner.cyber-gradient strong {
    margin-right: 10px;
}
.modeltheme-top-banner span.theme-price {
    margin-left: 10px;
    font-weight: 600;
    opacity: 1;
}
@media only screen and (max-width: 767px) {
  .modeltheme-top-banner .text-center.row {
    margin: 10px 20px;
  }
  .modeltheme-top-banner {
    padding: 15px 0;
  }

}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .modeltheme-top-banner .mt-btn-medium.mt-btn-gradient {
    margin-top: 13px;
  }
  .modeltheme-top-banner .text-center.row {
    margin: 0 0 0 20px;
  }
}
.single-mt_changelog .header-breadcrumb-overlay {
  padding: 0;
  margin-bottom: 30px;
}
.single-mt_portfolio .portfolio_discount_banner {
  margin-top: 15px;
}


.mt_blog--search-form {
    margin-top: 15px;
}
.mt_blog--search-form label {
    width: 400px;
    max-width: 100%;
}
.mt_blog--search-form input#s {
    font-weight: 400;
    border-radius: 30px 0 0 30px !important;
    -webkit-border-radius: 30px 0 0 30px !important;
}
.mt_blog--search-form button.search-submit {
    border-radius: 0 30px 30px 0 !important;
    -webkit-border-radius: 0 30px 30px 0 !important;
}

.page .entry-content li {
    font-weight: 400;
    line-height: 24px;
    color: #666;
}




/*************************

Styles for the buttons.
@Vivek Kumar Poddar
http://wpvkp.com

*************************/

.social-box {
    display: block;
    margin: 0;
}

.social-box:last-of-type {
    margin: 25px 0;
}

.social-btn {
    display: block;
    width: 100%;
}

a.col-2.sbtn span {
    display: none;
}

a.col-2.sbtn {
    width: 6%;
    display: inline-block;
    text-align: center;
    border-radius: 50px;
    padding: 5px;
    color: #fff;
    margin: 0 0.5% 0 0;
    line-height: 1.2;
    max-width: 40px;
    min-width: 40px;
}
.s-twitter::before {
    font-family: fontawesome;
    content: '\f099';
}
.s-facebook::before {
    font-family: fontawesome;
    content: '\f09a';
}
.s-email::before {
    font-family: fontawesome;
    content: '\f003';
}
.s-whatsapp::before {
    font-family: fontawesome;
    content: '\f232';
}
.s-linkedin::before {
    font-family: fontawesome;
    content: '\f0e1';
}
.s-pinterest::before {
    font-family: fontawesome;
    content: '\f231';
}
.s-telegram::before {
    font-family: fontawesome;
    content: '\f2c6';
}

.social-btn a:last-of-type {
    margin: 0;
}


.single.single-mt_portfolio .social-box:last-of-type{
    margin: 0;
}
.single.single-mt_portfolio .mt-sharing-buttons a.col-2.sbtn {
    width: 6%;
    display: inline-block;
    text-align: center;
    padding: 5px;
    color: #fff;
    margin: 0;
    line-height: 16px;
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    font-size: 12px;
    border: 1px solid #ddd;
    border-radius: 3px;
    margin-left: 3px;
    color: #000;
}
.mt-single-post-sharer .social-btn {
    display: block;
    width: 300px;
    max-width: 100%;
    text-align: right;
}
.mt-single-post-sharer .social-box {
    margin: 0;
}
.mt-single-post-sharer a.col-2.sbtn {
    min-width: 35px;
    max-height: 20px;
    line-height: 12px;
    font-size: 9px;
    display: inline-block;
    background: #000;
}


#navbar .menu > .menu-item.badge-new:before {
    color: #fff;
    content: "new";
    position: absolute;
    top: 25px;
    right: 0;
    background: #39B86B;
    width: auto;
    height: auto;
    font-size: 11px;
    z-index: 2;
    line-height: 16px;
    padding: 0px 6px;
    text-transform: lowercase;
    font-weight: 400;
}
@media screen and (max-width: 800px){
    #navbar .menu > .menu-item.badge-new:before{
        display: none;
    }
}
.modeltheme-top-banner a {
    margin-top: 6px;
}
.mt-term-description {
    max-width: 65%;
    margin-top: 30px;
    margin-bottom: 30px;
    color: #666;
}
.mt-sales-block.mt-counting-digit .mt-counting-digit-item {
    height: 24px;
    border-radius: 5px;
    min-width: 23px;
    padding: 2px 6px 0 6px;
    background: conic-gradient(from 90deg at 0 47%,#ff0 0,#12100b 0,#434242 100%);
    margin: 0 1px;
    display: inline-table;
}
.mt-sales-block.mt-counting-digit .mt-counting-digit-item span {
    font-weight: 700;
    font-size: 18px;
    color: #fff;
}
.mt-sales-block.mt-counting-digit {
    display: inline-table;
    margin: 0 5px;
}
footer .modeltheme-top-banner {
    padding: 50px !important;
}
footer .mt-sales-block.mt-counting-digit .mt-counting-digit-item span {
    font-size: 25px;
    line-height: 52px;
}
footer .mt-sales-block.mt-counting-digit .mt-counting-digit-item {
    padding: 0 10px;
}
footer .mt-sales-block.mt-counting-digit {
    margin: 0 12px;
}
footer .modeltheme-top-banner .mt-sales-block-group {
    font-size: 30px;
}


.mt-before-item-portfolio-content .modeltheme-top-banner {
    padding: 20px;
    border-radius: 6px;
    box-shadow: #e5e5e5 0 0 16px;
    -webkit-box-shadow: #e5e5e5 0 0 16px;
    margin-top: 30px;
}
.single-mt_portfolio .mt-theme-demos-holder .mt-before-item-portfolio-content .modeltheme-top-banner.hs-sales-gradient {
    margin-top: 0;
    margin-left: 15px;
    margin-right: 15px;
    border-radius: 6px;
    box-shadow: #e5e5e5 0 0 16px;
    -webkit-box-shadow: #e5e5e5 0 0 16px;
}
.single-mt_portfolio #comments #respond {
    margin-bottom: 80px;
}

.mt-enefti-core-download {
    width: 700px;
    margin: 0 auto;
    padding: 50px;
    border: 1px solid #ddd;
    max-width: 100%;
}
.mt-enefti-core-download .alert a {
    border: 1px solid #fff;
    color: #fff;
    padding: 5px 15px;
    border-radius: 20px;
    display: inline-block;
}
.mt-enefti-core-download .alert li a {
    font-size: 14px;
    padding: 0px 15px;
    margin-bottom: 10px;
}
.mt-enefti-core-download input[type="text"] {
    border: 2px solid #999;
}

@media all and (max-width: 767px) {
    .home-hero-h span,
    .home-hero-h{
        font-size: 35px !important;
    }
}
.single article.mt_listing {
    margin-bottom: 50px;
}
.mt-tags-list a {
    border: 1px solid #ddd;
    padding: 4px 15px;
    border-radius: 4px;
    color: #444;
    font-size: 14px;
    font-weight: 500;
}

.single .mt-sale-campaign-banner-strip{
    clear: both;
}
.woocommerce-cart-form thead {
    display: none;
}
.woocommerce div.product div.images .woocommerce-product-gallery__trigger {
    top: 20px;
    left: 20px;
    border-radius: 0;
}
.single-mt_portfolio .mt-theme-sidebar .mt-theme-features-list ul .mt-item-rating a {
    color: #666;
    font-weight: 400;
}
.mt-item-live-preview .mt-btn-full {
    width: auto;
    display: inline-block;
    margin-top: 20px;
    background: #D5E4F3;
    color: #006ce7;
    font-size: 18px;
    border-color: #006ce7;
    font-weight: 500;
}
.single-mt_portfolio .mt-theme-sidebar .mt-theme-features-list ul li .mt-item-rating-content > span {
    float: right;
    margin-left: 10px;
}
.mt-license-type{
    display: inline-block;
    font-size: 22px;
}
.mt-help-tip {
    text-align: center;
    background-color: #D5E4F3;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    font-size: 14px;
    line-height: 26px;
    display: inline-block;
    cursor: default;
}
.single-mt_portfolio .header-buttons a:hover {
    text-decoration: none;
}
.mt-help-tip .mt-help-tip-content:before {
    width: 0;
    height: 0;
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
    top: -20px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid black;
    right: 10%;
}
.mt-theme-sidebar .mt-help-tip .mt-help-tip-content:before {
    right: 49%;
    top: -18px;
}
.mt-help-tip > .mt-help-tip-content a {
    color: #fff;
}
.portfolio-description-inner .mt-help-tip > .mt-help-tip-content {
    top: 45px;
}
.mt-help-tip > .mt-help-tip-content {
    display: none;
    text-align: left;
    background-color: #1E2021;
    padding: 20px;
    position: absolute;
    border-radius: 3px;
    box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    color: #FFF;
    left: 0;
    width: 100%;
    top: 80px;
    font-weight: 300;
    font-size: 14px;
}
.mt-help-tip:after {
    content: '?';
    font-weight: bold;
    color: #177EFF;
}
.mt-help-tip:hover .mt-help-tip-content {
    display: block;
    z-index: 222222;
    transform-origin: 100% 0%;
    -webkit-animation: configuratorFadeIn 0.3s ease-in-out;
    animation: configuratorFadeIn 0.3s ease-in-out;
}
.single-mt_portfolio .mt-theme-price {
    margin-bottom: 12px;
    border-bottom: 1px solid #ddd;
    padding-bottom: 10px;
}
p.mt-item-benefits {
    margin-bottom: 12px;
}
.mt-power-elite-author .mt-power-elite-author-badge {
    width: 30px;
    margin-right: 5px;
}
.mt-power-elite-author {
    padding: 10px 20px;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-top: 10px;
    font-size: 15px;
    text-align: center;
}
.single-mt_portfolio .portfolio_discount_banner {
    margin-top: 15px;
    border-radius: 10px;
}
.mt-item-price span {
    color: #39B86B;
}

@media (min-width: 1200px){
    body .container {
        width: 1299px;
        max-width: 100%;
    }
}
.wpc-filters-range-wrapper input[type=number] {
    border: 1px solid #aaa;
    padding: 5px;
    text-align: center;
}
.wpc-filters-main-wrap ul.children{
    padding-left: 0;
}
p.math-captcha-form input[type="text"]{
    padding: 5px 15px;
    border-color: #666;
}
p.math-captcha-form label {
    display: block;
}
.mt-after-article-recommendation .mt-customization-gif {
    margin-bottom: 0;
    margin-top: 50px;
}
.single.single-product div.product .woocommerce-tabs .panel{border-radius: 0;}

.cart_item .woocommerce-icon-svg .woocommerce-product-icon{
    background-image: none;
    top: calc(25% - 10px);
}
.cart_item .woocommerce-icon-svg {
    background: #EEF1F8;
    display: block;
    width: 100px;
    height: 100px;
    position: relative;
}