/*
TABLE OF CONTENT
1. General
2. Visual composer
3. Contact
4. Transitions
5. Portfolio
  5.1 Portfolio classic
  5.2 Portfolio isotope
  5.3 Random portfolio
6. Logos
7. Testimonials
8. Contact form 7 styles
9. Unit test and monster-widget test fixes
10. above nav top bar

Please see additonal CSS styles in /css/core.css file
*/


/*general*/
.vertical-align-wrapper {
  display: table;
  vertical-align: middle;
  width: 100%;
}

/*TRANSPORTO specific*/
/*vc*/
body .wpb_content_element {
  margin-bottom: 0;
}

/*contact*/
.contactfront h4 {
  text-transform: uppercase;
}

.contactfront p {
  font-size: 14px;
}

.contactfront .vc_single_image-wrapper {
  padding-left: 0;
}

.contactfront form .col-sm-4 {
  margin-bottom: 0px;
  margin-top: 8px;
}

.contactfront .wpcf7-submit {
  height: 45px;
  width: 100%;
  line-height: 45px;
  padding: 0;
}
.contactfront input, .contactfront .wpcf7-text {
  height: 45px;
  padding-left: 20px;
}

.contactfront form.wpcf7-form {
  margin-top: 7px;
}

@media (max-width: 767px) {
  .contactfront .noleftpadding,.contactfront .norightpadding, .contactfront .col-sm-4 {
    padding-left: 15px;
    padding-right: 15px;

  }
}

.contactfront .wpcf7-form input.wpcf7-text, .contactfront .wpcf7-form textarea {
  min-height: 45px;
  padding-left: 20px;
}

.contactfront span.wpcf7-not-valid-tip {
  position: relative;
}

@media (max-width: 600px) {
  a.fullsize_on_mobile img {
      margin: 0;
      width: 100%;
      margin-bottom: 20px;
  }
}

/*transitions*/

.icon h3, a.btn {
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
/*portfolio*/

ul.portfolio.classic li.isotope-item a.item-hover  {
  position: absolute;
  text-align: center;
  bottom: 20px;
  left: 20px;
}

li.isotope-item:hover .item-type-line .headline h3 a.item-hover, li.item .headline h3 a {
  opacity: 1;
  color: #fff;
}


.headline {
  display: table-cell;
  vertical-align: middle;
  opacity: 0;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

ul.portfolio.classic .headline, .owl-item .headline, .recentportfolio .headline  {
  position: absolute;
  width: auto;
  z-index: 1;
  bottom: 20px;
  left: 25px;
}

li.item .headline .btn, li.isotope-item .headline .btn.btn-sm {
    opacity: 0;
    -webkit-transition: 0.6s all;
    transition: 0.6s all;
    font-size: 13px;
    height: 36px;
    line-height: 36px;
    text-transform: none;
    padding: 0 16px;
    margin-top: 5px;
}
li.item:hover .headline, li.item:hover .headline .btn, li.isotope-item:hover .headline .btn.btn-sm, li.isotope-item:hover .headline h3 a {
  opacity: 1;
}


/*portfolio isotope*/
li.isotope-item .item-hover .mask  {
  position: absolute;
  background-color:#000;
  height: 100%;
  opacity: 0;
  position: absolute;
  width: 100%;
  z-index:1;
  top: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

li.isotope-item:hover .mask  {
  opacity: .6;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

li.isotope-item .item-info {
  bottom: 0;
  left: 0;
  opacity: 0;
  right: 0;
  top: 0;
  z-index: 2;
  position: absolute;
}

ul.portfolio.isotope.default li.isotope-item .item-info {
  display: table;
  height: 100%;
  position: relative;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  z-index: 2;
}

li.isotope-item:hover .item-info, li.isotope-item:hover .headline  {
  opacity: 1;
}
li.isotope-item:hover .item-info {
  position: absolute;
  opacity: 1;
  z-index: 2;
}

.isotope-item .item-hover {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

ul.portfolio.classic li.isotope-item h3 > a.item-hover {
  display: block;
  position: relative;
  left: 0;
  bottom: 0;
}


/*random portfolio*/

.isotope.random .isotope-item .headline {
  bottom: 20px;
  display: block;
  height: auto;
  left: 25px;
  position: absolute;
  width: auto;
}

ul.random li.isotope-item a.item-hover {
  color: #fff;
  display: block;
  height: auto;
  opacity: 0;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: auto;
  z-index: 100;
}

ul.random li.isotope-item:hover a.item-hover {
  opacity: 1;
}

.headline h3, .headline h3 a {
  font-size: 18px;
}


/*logos*/

.logos {
  border: none;
  display: table;
  margin: -1px auto;
  padding: 0;
}

.boxed ul.logos li {
    display: inline-block;
    margin-left: -1px;
    padding: 25px 15px;
}

ul.logos li {
  padding: 25px 20px;
  margin-left: -1px;
  display: inline-block;
}

@media (min-width: 600px){
 .logos-wrapper.style-1  ul.logos li {
    border: 1px solid #e5e5e5;
  }
}

@media (max-width: 599px){
  .logos-wrapper  ul.logos li {
    width: 100%;
    padding: 30px;
  }
}


ul.logos + ul.logos li {
  margin: 0;
  margin-left:-1px;
}

.logos-wrapper.style-1 ul.logos:first-child > li {
  border-top: none;
  border-bottom: none;
}

.logos-wrapper.style-1 ul.logos:last-child > li{
  border-bottom: none;
}

.logos-wrapper.style-1 .logos li:last-child {
  border-right: none
}
.logos-wrapper.style-1 .logos li:first-child {
  border-left: none
}

li.item .mask {
  background-color: #000;
  border: medium none;
  bottom: 0 !important;
  height: 100%;
  min-height: 100.14%;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

li.item:hover .mask {
  background-color: #000;
  border: medium none;
  bottom: 0 !important;
  height: 100%;
  min-height: 100.14%;
  opacity: 0.6;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

/* Testimonials
---------------------------------------- */

/*
 * Testimonials Style 1
 */

/* Testimonials Navigation */
.testimonials-style-1.carousel .carousel-control {
  font-size: 19px;
  height: 19px;
  width: auto;
}

.testimonials-style-1 .carousel-control.left {
  left: -29px;
}

.testimonials-style-1 .carousel-control.right {
  right: -29px;
}

/* Testimonial */
.testimonials-style-1 .testimonial {
  border: none;
  padding: 0;
  text-align: left;
  color: #727272;
}

.testimonials-style-1 .testimonial-content {
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
  font-style: italic;
  position: relative;
  padding-bottom: 40px;
  padding-top: 30px;
}

/* Testimonial Footer */
.testimonials-style-1 .testimonial-footer {
    display: block;
    font-size: 14px;
    margin-top: -30px;
    position: relative;
    z-index: 1;
}

.testimonials-style-1 .testimonial-user {
  font-size: 14px;
  padding-top: 25px;
  padding-left: 15px;
  color: #000;
}

.testimonials-style-1 .testimonial-image {
  border-radius: 50%;
  height: 67px;
  width: 67px;
  margin-bottom: 25px;
}

/*
 * Testimonials Style 2
 */

.testimonials-style-2 {
     border: 1px solid #e5e5e5;
}

/* Testimonial */

.testimonials-style-2 .testimonial {
    border: none;
    margin: 0;
    padding: 25px;
}

.testimonials-style-2 .testimonial-content {
    font-size: 16px;
    font-style: italic;
    margin-bottom: 20px;
}

/* Testimonial Footer */

.testimonials-style-2 .testimonial-image {
    border-radius: 50%;
    left: 0;
    position: absolute;
    top: 0;
}

.testimonials-style-2 .testimonial-user {
    left: 90px;
    position: absolute;
    right: 110px;
    top: 50%;
    transform: translateY(-50%);
}

.testimonials-style-2 .testimonial-footer {
    display: block;
    font-size: 16px;
    min-height: 67px;
    position: relative;
}

/* Testimonials Navigation */
.testimonials-style-2.carousel .carousel-control {
    bottom: 25px;
    color: #fff;
    line-height: 40px;
    height: 40px;
    font-size: 13px;
    opacity: 1;
    top: auto;
    transition: .2s background-color;
    width: 49px;
}

.testimonials-style-2 .carousel-control.left {
    border-right: 1px solid rgba(0, 0, 0, .2);
    border-radius: 4px 0 0 4px;
    left: auto;
    right: 74px;
}

.testimonials-style-2 .carousel-control.right {
    border-radius: 0 4px 4px 0;
    right: 25px;
}

/*
 * Testimonials Style 3
 */

/* Downloads
---------------------------------------- */
.anps_download > a span.anps_download_icon {
  background: none repeat scroll 0 0 transparent;
  border: 1px solid #e2e2e2;
  display: table-cell;
  float: left;
  min-height: 49px;
  vertical-align: middle;
  width: 49px;
}
/*downloads*/
.anps_download {
  display: table;
  margin-bottom: 20px;
  width: 100%;
}

.anps_download > a:focus {
  outline: none;
}

.anps_download > a {
  height: 49px;
  display: table-row;
  vertical-align: middle;
}
.anps_download > a span.anps_download_icon {
  background: none repeat scroll 0 0 transparent;
  display: table-cell;
  float: none;
  min-height: 49px;
  width: 49px;
  vertical-align: middle;
  transition: all 0.2s ease-in-out 0s;
}

.anps_download > a span i {
  line-height: 49px;
  height: 49px;
  width:  49px;
  display: inline-block;
  text-align: center;
  color: #ccc;
  vertical-align: middle;
}

.anps_download > a span.download-title {
  position: relative;
  border: 1px solid #e2e2e2;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-color: #e2e2e2 #e2e2e2 #e2e2e2 -moz-use-text-color;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  color: #919191;
  display: table-cell;
  float: none;
  font-size: 14px;
  height: 49px;
  line-height: 18px;
  padding-left: 20px;
  text-transform: none;
  transition: all 0.2s ease-in-out 0s;
  vertical-align: middle;
  width: 100%;
  padding-right: 35px;
}

.anps_download > a span.download-title:after {
  content: "\f107";
  font-family: "FontAwesome";
  top: 33%;
  right: 20px;
  position: absolute;
  color: #909090;
}

.anps_download > a:hover span{
  background: #fdfdfd;
}
.anps_download > a span.download-title {
  padding-left: 20px;
}

footer.site-footer .widget_anpstext, aside.sidebar .widget_anpstext {
  padding-left: 30px;
  position: relative;
}

footer.site-footer .widget_anpstext span.fa, aside.sidebar .widget_anpstext span.fa {
  left: 0;
  line-height: 27px;
  position: absolute;
  text-align: center;
  top: 1px;
  width: 16px;
}

aside.sidebar .widget_anpstext span.fa {
  top: -2px;
}
aside.sidebar .widget_anpstext {
  padding-bottom: 10px;
}

footer.site-footer .menu li {
  width: 40%;
  float: left;
  margin-bottom: 5px;
}
.site-footer .menu li + li {
  margin-top: 0px;
}

/*carousel */

.carousel .carousel-indicators li {
  background: none repeat scroll 0 0 #fff;
  opacity: 0.8;
  margin-left: 4px;
  margin-right: 4px;
}

.carousel .carousel-indicators li.active {
  opacity: 1;
  background: none repeat scroll 0 0 #000;
  border-color: #000;
}
.carousel .carousel-indicators li:hover {
  opacity: 1;
}

.single-portfolio .tp-leftarrow.default {
  margin-left: 50px;
}

.single-portfolio .tp-rightarrow.default {
  margin-right: 50px;
}


/*paralax header*/
.paralax-header {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-position: top;
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    background-size: cover;
    min-height: 300px;
}

@media (max-width: 767px) {
   .paralax-header {
        max-height: 300px;
    }
}

@media (min-width: 768px) {
  .paralax-header {
    -moz-transition: 0.2s;
    -ms-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
}

.parallax-mirror {
  z-index: 0!important;
}

body.boxed .parallax-mirror {
  z-index: 0!important;
}

.paralax-header {
  margin-bottom: 50px;
  position: relative;
}

.paralax-header > .page-heading {
  position: absolute;
  bottom: 10px;
  top:auto;
  width: 100%;
  background: transparent;
}

.paralax-header > .page-heading ul.breadcrumbs {
  clear: both;
  float: none;
  /*color:#fff;*/
  font-size: 12px;
}
.paralax-header > .page-heading ul.breadcrumbs a {
  /*color:#fff;*/
  font-size: 12px;
}

.paralax-header > .page-heading h1 {
  /*color: #fff;*/
  font-size: 48px;
  text-transform: uppercase;
  padding-bottom: 5px;
}
@media (max-width: 767px) {
  .paralax-header > .page-heading h1 {
  font-size: 30px;
}
}

.paralax-header > .page-heading .breadcrumbs li a::after {
  /*  color: #fff;*/
}
.paralax-header > .transparent.top-bar {
  background: transparent;
}

.parallax-mirror + .site-wrapper {
  background-color: transparent;
}


body.blog article.post div.post-content, body.single-post article.post div.post-content {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 10px;
  padding-top: 10px;
}


/*contact form 7*/
body .site-wrapper div.wpcf7-response-output.wpcf7-validation-errors {
  display: none!important;
}

.contactfront span.wpcf7-not-valid-tip {
  font-size: 12px;
  line-height: 14px;
  padding-left: 12px;
  margin-top: -13px;
}

div.transparent.top-bar.open span.close {
  position: absolute;
  z-index: 2000;
}

.responsive .top-bar.open .close {
  float: left;
  margin-left: 40%;
  margin-left: calc(50% - 30px);
  padding-left: 20px;
  padding-right: 20px;
  width: 20px;
}

/*unity test*/

.post-content > div {
    clear: both;
}

.post-content > *:last-child:after {
content: "";
width: 100%;
clear:both;
}

body.blog article.post div.post-content, body.single-post article.post div.post-content {
   border-bottom: none;
}

.gallery article.post header a.post-hover img {
  margin-bottom: 0;
}
.gallery.recent-posts article {
margin-bottom: 20px;
}

.recentcomments > a:hover, .widget_meta a:hover{
  color: #1874c1;
}

.page .page-heading {
  box-shadow: none;
}

@media (max-width: 767px) {
  .page-heading {
   margin-bottom: 20px;
  }
}

.paralax-header .page-heading, .paralax-header {
  margin-bottom: 0;
}
.paralax-header + section.container {
  margin-top: 40px;
}
.paralax-header {
    background-size: cover;
    position: relative;
    width: auto;
    height: auto;
    -webkit-transition: none;
    transition: none;
    -webkit-transition: min-height 0.2s ease 0s;
    transition: min-height 0.2s ease 0s;
}

@media (max-width: 787px) {
  .paralax-header {
    background-attachment: scroll !important;
    background-position: top center !important;
  }
}

/*monster widget tests*/

footer .widget-container {
  clear: both;
}

footer #wp-calendar th, footer .widget_recent_comments .recentcomments a, footer #wp-calendar caption, footer .widget_rss .rss-date, footer .widget_rss cite {
  color: #fff;
}

footer #wp-calendar #today {
  color: #1874c1;
}

footer select {
  color: #000;
}

footer .fa-search:before {
  top: 8px;
  position: absolute;
  right: 5px;
}

.site-footer > .widget-container {
  padding-top: 30px;
  padding-bottom: 62px;
}

.site-footer .widget-title {
  margin-top: 0;
}


@media(max-width: 1200px) and (min-width: 768px) {
    .logos-wrapper ul.logos li {
        max-width: 140px;
    }
}

@media(max-width: 991px) and (min-width: 768px) {
    .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list {
        margin-top: 0;
    }

    .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li {
        border: 1px solid #ececec;
        border-style: none solid solid;
    }

    .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li:first-of-type {
        border-top-style: solid;
    }

    .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active {
        padding-left: 10px;
    }

    .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active::after {
        height: 100% !important;
    }
}


@media(max-width: 992px) {
  .tablets-clear {
      clear: both;
  }
}

.wpb_single_image img {
    width: auto;
}


/*contact form 7 */
.wpcf7-form input.wpcf7-text,
.wpcf7-form input.wpcf7-number,
.wpcf7-form textarea,
.wpcf7-select,
.wpcf7-form input.wpcf7-date {
    background: none repeat scroll 0 0 #fbfbfb;
    border: 1px solid #e6e6e6;
    border-radius: 0;
    color: #5b5b5b;
    height: 40px;
    line-height: 35px;
    margin-bottom: 15px;
    padding-left: 25px;
    width: 100%;
}

.wpcf7-form ::-webkit-input-placeholder { /* WebKit browsers */
    color:    #5b5b5b;
}
.wpcf7-form :-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #5b5b5b;
   opacity:  1;
}
.wpcf7-form ::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #5b5b5b;
   opacity:  1;
}
.wpcf7-form :-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #5b5b5b;
}
.wpcf7-form input, .wpcf7-select {
    font-size: 15px;
}


.wpcf7-form .form-wrap {
    border: 1px solid #eee;
    margin: 7px;
    padding: 35px 35px 20px;
    width: calc(100% - 14px);
}

.get-a-quote .wpcf7-submit {
    float: none;
    margin-left: calc(50% - 90px);
}

.col-md-6 + .col-md-6::after{
  content:"";
  width: 100%;
  clear: both;
}


/*equal sizes*/
.double-column > .row > .wpb_column {
  margin-top: 0;
}

/*recent posts aligment*/
.recent-posts {
    margin-left: -15px;
    margin-right: -15px;
}


/*above nav top bar */

.no-right-padding {
  padding-right: 0;
}

@media (max-width: 992px) {
  .responsive .col-md-4.get-a-quote {
    margin-top: 50px;
  }
  .logos-wrapper {
      margin-bottom: 60px;
  }

  .panel-group {
    margin-bottom: 0px;
  }
}


/*vc update*/
/*custom bootstrap grid fix*/
@media (max-width: 992px) {
  .responsive .col-md-3 + .col-md-3 {
  margin-top: 0;
  }
}


/*carousel VC shortcode*/
.wpb_wrapper, .vc_images_carousel {
    max-width: 100%;
    position: relative;
}

.vc_images_carousel .vc_carousel-control .icon-prev::before {
    content: "\f053"!important;
    position: relative;
    top: -10px;
    color: #000;
    font-family: "FontAwesome";
    font-size: 18px;
}

.vc_images_carousel .vc_carousel-control .icon-next::before {
    content: "\f054"!important;
    position: relative;
    top: -10px;
    color: #000;
    font-family: "FontAwesome";
    font-size: 18px;
}

.vc_slide.vc_images_carousel .vc_carousel-indicators li {
    background-color: #000;
    border: 1px solid #000;
}

.vc_slide.vc_images_carousel .vc_carousel-indicators li.vc_active {
  background: #fff;
  border: 1px solid #fff;
}


/* Tabs Style 1
---------------------------------------- */
.vc_tta.vc_tta-tabs-container.vertical {
    margin: 0 !important;
}

.vc_tta.vc_general .vertical .vc_tta-tab {
  display: block;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list{
  border-color: #ececec;
  margin-bottom: 40px;
}
@media (min-width: 992px) {

}
@media (min-width: 992px) {
  .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
    border: 1px solid #ececec;
    border-style: none solid none none;
    padding-bottom: 14px;
  }
  .vc_tta-style-anps_tabs .vertical li {
    border: 1px solid transparent;
    border-right: none;
    border-bottom: 1px solid #ececec;
    float: none;
    margin: -1px 0;
    text-align: right;
    width: 100%;
  }
  .vc_tta-style-anps_tabs .vertical li.vc_active, .vc_tta-style-anps_tabs .vertical li.vc_active:last-child {
    border-bottom: 1px solid #ececec;
  }
  .vc_tta-style-anps_tabs .vertical li.vc_active:after, .vc_tta-style-anps_tabs .vertical li.vc_active:last-child:after {
    bottom: -1px;
    left: -1px;
    height: auto;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    z-index: 9;
  }
  .vc_tta-style-anps_tabs .vertical li:last-child {
    border-bottom-color: transparent;
    margin-top: -1px !important;
    margin-left: 0px !important;
  }
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li {
  border: 1px solid transparent;
  border-bottom: none;
  margin: 0 -1px;
  position: relative;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li {
    display: inline-block;
    float: none;
    border-bottom: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.active:first-child {
    border-left: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.active:last-child {
    border-right: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa {
  text-indent: 14px;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
    padding-bottom: 12px !important;
    border-right: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list {
      border-right: 1px solid #ececec;
}
.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li {
      border-right: 0;
}

.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.active:first-child {
      border-top: 1px solid #ececec;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li > a {
  border: none !important;
  border-radius: 0;
  font-size: 14px;
  padding: 13px 24px;
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li > a:hover {
  background: none;
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active:last-child {
  border-color: #ececec;
}
.vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:after, .vc_tta-style-anps_tabs .vertical .vc_tta-tabs-list > li.vc_active:last-child:after {
  content: "";
  left: -1px;
  position: absolute;
  width: 9px;
  bottom: -1px;
  top: -2px;
}

.vc_tta-style-anps_tabs div:not(.vertical)  .vc_tta-tabs-list > li.vc_active::after, .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
    content: "";
    height: 5px;
    background-color: #23a455;	
    left: -1px;
    position: absolute;
    right: -1px;
    top: -2px;
}

@media(min-width: 768px) and (max-width: 991px) {
    .vc_tta-style-anps_tabs div:not(.vertical)  .vc_tta-tabs-list > li.vc_active::after, .vc_tta-style-anps_tabs div:not(.vertical) .vc_tta-tabs-list > li.vc_active:last-child::after {
        top: 0;
        height: 100%;
    }
}

@media (max-width: 992px) {
  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child {
    border: 1px solid #ececec;
    border-bottom: 0;
    margin: 0;
    float: none;
    text-align: left;
    width: 100%;
  }
  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child .fa {
    float: left;
    margin-top: 3px;
    margin-left: 0;
    margin-right: 24px;
  }
  .vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active:after, .vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.active:after {
    bottom: -1px;
    left: -1px;
    position: absolute;
    right: auto;
    top: -1px;
    width: 9px;
    bottom: -1px;
    z-index: 9;
  }
}

.vc_tta-panel-body h2 {
    font-size: 18px;
    margin-top: 0;
}

@media (min-width: 768px) {
  .vc_tta.vc_general .vc_tta-panels-container.col-sm-9 .vc_tta-panel-body {
      padding-left: 0;
      padding-top: 0;
  }
}


.vc_tta-style-anps_tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab {
    margin: 0;
}

.vc_tta.vc_tta-style-anps_tabs .vc_tta-tabs-list .vc_tta-tab > a {
    padding: 12px 30px;
}

@media (min-width: 600px) and (max-width: 991px) {
  .vc_tta.vc_tta-style-anps_tabs .vc_tta-tabs-list .vc_tta-tab > a {
      padding: 12px 15px;
  }
  .vc_tta-tabs-container.col-sm-3.vertical {
    padding-right: 0;
  }
}

.vc_tta-style-anps_tabs {
    margin-left: -15px;
    margin-right: -15px;
}


.vc_tta-style-anps_tabs .vc_tta-tabs-container {
  padding-left: 15px;
  padding-right: 15px;
}

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li.vc_active {
  border-top: 1px solid transparent;
}

/* Tabs Style 2
---------------------------------------- */

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-list .vc_tta-tab > a {
  background-color: #f8f9f9;
  border: 1px solid #e5e5e5;
  border-left-style: none;
  color: #9a9a9a;
  padding: 11px 20px;
}

.vc_tta.vc_tta-style-anps-ts-2.vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab {
  vertical-align: bottom;
}

.vc_tta.vc_tta-style-anps-ts-2.vc_tta-tabs-position-top .vc_tta-tabs-list .vc_tta-tab > a {
  border-bottom-style: none;
}

.vc_tta.vc_tta-style-anps-ts-2.vc_tta-tabs-position-bottom .vc_tta-tabs-list .vc_tta-tab {
  vertical-align: top;
}

.vc_tta.vc_tta-style-anps-ts-2.vc_tta-tabs-position-bottom .vc_tta-tabs-list .vc_tta-tab > a {
  border-top-style: none;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-list .vc_tta-tab span {
  color: inherit;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-list .vc_tta-tab.vc_active {
  position: relative;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-list .vc_tta-tab.vc_active > a {
  background-color: #fff;
  color: #000;
  margin-top: 0;
  padding-top: 14px;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
  background-color: #fff;
  bottom: -1px;
  content: "";
  height: 1px;
  left: 1px;
  position: absolute;
  right: 1px;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-list .vc_tta-tab.vc_active:before {
  background-color: #e5e5e5;
  content: "";
  left: -1px;
  height: 3px;
  position: absolute;
  top: 0;
  width: 1px;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-list .vc_tta-tab:first-child > a {
  border-left: 1px solid #e5e5e5;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-list .vc_tta-tab + .vc_tta-tab {
  margin-left: 0;
}

.vc_tta {
  overflow: hidden;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-container,
.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-list {
  overflow: visible !important;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-panels-container .vc_tta-panel-body {
  border: 1px solid #e5e5e5;
}

/* Vertical */

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-container.col-sm-3 {
  //overflow: hidden !important;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-tabs-container.col-sm-3,
.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-panels-container.col-sm-9 {
  padding: 0;
}

.vc_tta.vc_tta-style-anps-ts-2 .vc_tta-panels-container.col-sm-9 .vc_tta-panel-body {
  padding: 20px;
}

.vc_tta.vc_tta-style-anps-ts-2 .col-sm-3 .vc_tta-tabs-list .vc_tta-tab a {
  border-left-style: solid;
  border-right: none;
}

.vc_tta.vc_tta-style-anps-ts-2 .col-sm-3 .vc_tta-tabs-list .vc_tta-tab.vc_active a:after { display: none !important; }

.vc_tta.vc_tta-style-anps-ts-2 .col-sm-3 .vc_tta-tabs-list .vc_tta-tab.vc_active:after {
  left: auto;
  height: 100%;
  right: -1px;
  width: 1px;
}

.vc_tta.vc_tta-style-anps-ts-2 .col-sm-3 .vc_tta-tabs-list .vc_tta-tab.vc_active a {
  padding-top: 11px;
}

.vc_tta.vc_tta-style-anps-ts-2 .col-sm-3 .vc_tta-tabs-list .vc_tta-tab:last-child a {
  border-bottom-style: solid;
  border-bottom-color: #e5e5e5 !important;
}

.vc_tta.vc_tta-shape-round.vc_tta-style-anps-ts-2 .vc_tta-tabs-container,
.vc_tta.vc_tta-shape-rounded.vc_tta-style-anps-ts-2 .vc_tta-tabs-container {
  margin: 0;
}

/* Vertical Round */

.vc_tta-tabs.vc_tta-tabs-position-top.vc_tta-o-shape-group.vc_tta-style-anps-ts-2.vc_tta-shape-round .col-sm-3 .vc_tta-tab:last-child:not(:first-child) > a {
  border-radius: 0 0 0 2em;
}

.vc_tta.vc_tta-style-anps-ts-2.vc_tta-shape-round .vc_tta-panels-container .vc_tta-panel-body {
  border-radius: 0 2em 2em 2em !important;
}

/* Mobile */

@media(max-width: 767px) {
  .vc_tta.vc_tta-style-anps-ts-2:not([class*="vc_tta-spacing"]) .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a:after {
    background-color: #fff;
    bottom: -1px;
    content: "";
    height: 1px;
    left: 1px;
    position: absolute;
    right: 1px;
  }

  .vc_tta.vc_tta-style-anps-ts-2 .vc_active .vc_tta-panel-heading .vc_tta-panel-title > a {
    background-color: #fff;
    color: #000;
    margin-top: 0;
    padding-top: 14px;
  }

  .vc_tta.vc_tta-style-anps-ts-2 .vc_tta-panel-heading .vc_tta-panel-title > a {
    background-color: #f8f9f9;
    border: 1px solid #e5e5e5 !important;
    color: #9a9a9a;
    padding: 11px 20px;
  }

  .vc_tta.vc_tta-style-anps-ts-2:not([class*="vc_tta-spacing"]) .vc_tta-panel-heading .vc_tta-panel-title > a {
    border-top-style: none !important;
  }

  .vc_tta.vc_tta-style-anps-ts-2:not([class*="vc_tta-spacing"]) .vc_tta-panel:first-child .vc_tta-panel-heading .vc_tta-panel-title > a {
    border-top-style: solid !important;
  }

  .vc_tta.vc_tta-style-anps-ts-2 .vc_tta-panel-heading {
    border: none !important;
  }

  /* Vertical Round */

  .vc_tta.vc_tta-style-anps-ts-2.vc_tta-shape-round .col-sm-9 .vc_tta-panel:first-child .vc_tta-panel-heading .vc_tta-panel-title > a {
    border-radius: 2em 2em 0 0 !important;
  }

  .vc_tta.vc_tta-style-anps-ts-2.vc_tta-shape-round .col-sm-9 .vc_tta-panel .vc_tta-panel-body {
    border-radius: 0 !important;
  }

  .vc_tta.vc_tta-style-anps-ts-2.vc_tta-shape-round .col-sm-9 .vc_tta-panel:not(.vc_active):last-child .vc_tta-panel-heading .vc_tta-panel-title > a,
  .vc_tta.vc_tta-style-anps-ts-2.vc_tta-shape-round .col-sm-9 .vc_tta-panel:last-child .vc_tta-panel-body {
    border-radius: 0 0 2em 2em !important;
  }
}

/* Accordion
---------------------------------------- */

.vc_tta-style-anps_accordion .vc_tta-controls-icon {
  display: none !important;
}

.vc_tta-style-anps_accordion .vc_tta-panel-title a:before {
  border-radius: 4px;
  content: "\f063";
  color: #fff;
  font-family: "FontAwesome";
  font-size: 16px;
  margin-right: 10px;
  padding: 5px 7px;
  background: #e6e6e6;
}

.vc_tta-style-anps_accordion .vc_tta-panel.vc_active .vc_tta-panel-title a:before {
  background-color: #292929;
  content: "\f061";
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps_accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
    padding-left: 0;
}

/* Accordion Style 2
---------------------------------------- */

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel-body,
.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel-heading {
  border: 1px solid #ececec;
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2:not([class*="vc_tta-gap"]):not([class*="vc_tta-spacing"]) .vc_tta-panel + .vc_tta-panel .vc_tta-panel-heading,
.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2:not([class*="vc_tta-spacing"]) .vc_tta-panel-body {
  border-top-style: none;
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel-body {
  background-color: #f8f9f9;
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel {
  overflow: hidden;
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel.vc_active a {
  color: #000;
}
.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel.vc_active a.vc_btn3 { color: #fff; text-transform: uppercase;}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel p > a { font-size: inherit;} 
.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel a {
  font-size: 18px;
  padding: 0px;
  text-transform: none;
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-controls-icon-position-left.vc_tta-panel-title>a {
    padding-left: 70px !important;
}

.vc_tta1.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel-heading a:after {
  background-color: #ececec;
  bottom: 0;
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel-heading .vc_tta-controls-icon-position-right a:after {
  right: 50px;
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel-heading .vc_tta-controls-icon-position-left a:after {
  left: 50px;
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
  padding-left: 64px;
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-controls-icon-position-right.vc_tta-panel-title > a {
  padding-right: 64px;
}

.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_active .vc_tta-panel-heading a:after {
  background-color: rgba(255, 255, 255, .2);
}

/* Statement vertical menu
---------------------------------------- */
@media (min-width: 993px) {
  body.vertical-menu .vc_row-fluid.text-center .statement {
    margin-left: 330px;
  }
}

/*table responsive fix */
  .scroll-x {
      overflow-x: auto;
  }

/*owl slider nav fix*/
@media (min-width: 601px) {
  .row.owly {
      margin-left: -30px;
      margin-right: 0;
  }
}

.vc_tta-tabs-container.col-sm-3.vertical {
  margin-right: 0 !important;
}

/***
* Timeline
*/
.timeline-item {
  padding-left: 35px;
  position: relative;
}
.timeline-item:after, .timeline-item:before {
  content: "";
  position: absolute;
}
.timeline-item:after {
  background-color: #e4e4e4;
  bottom: 0;
  left: 3px;
  top: 4px;
  width: 2px;
}
.timeline-item:last-child:after {
  bottom: auto;
  height: 59px;
}
.timeline-item + .timeline-item {
  margin-top: 43px;
}
.timeline-item + .timeline-item:after {
  top: -52px;
}
.timeline-item:before {
  box-shadow: 0 0 0 2px #fff;
  border-radius: 100%;
  height: 8px;
  left: 0;
  top: 4px;
  width: 8px;
  z-index: 1;
}

@media (min-width: 500px) {
  .timeline-item {
    padding-left: 130px;
  }
  .timeline-item:after {
    left: 87px;
  }
  .timeline-item:before {
    left: 84px;
  }
}

.timeline-year {
  font-size: 18px;
  margin-bottom: 7px;
}

@media (min-width: 500px) {
  .timeline-year {
    font-size: 24px;
    left: 0;
    margin-bottom: 0;
    position: absolute;
    top: 0;
  }
}

.timeline-title {
  font-size: 18px;
  margin-bottom: 13px;
  margin-top: 2px;
}

a h1,
a h2,
a h3,
a h4,
a h5 {
  -webkit-transition: .2s color;
  -moz-transition: .2s color;
  transition: .2s color;
}

div.pp_overlay {
    z-index: 10000 !important;
}

div.pp_pic_holder {
    z-index: 10001 !important;
}
div.history-comment{margin-bottom: 30px;}
div.history-intro, div.review-intro {background: #ddf0e6; padding: 14px;}
blockquote.green{font-size: 14px;border-left-color: #23a455;}
blockquote.red{font-size:14px;border-left-color: #e31e24;}
h2.tt_top_head {font-family: Georgia, Times, "Times New Roman", serif; margin: 0 15px; font-size:22px; min-width: 275px;}
h2.tt_top_head > span {text-transform: uppercase;font-size:21px;}
.tt_phones {text-align: right;}
.tt_phones a {display: block; color: #000; font-size: 18px;}
.tt_phones a:hover {color: #e31e24;}
.tt_phones i {color: #9a9a9a; padding-right: 14px;} .tt_phones i.fa-phone {padding-right: 19px;font-size:16px;}
.tt_phones a:hover i {color: #23a455;}
.site-logo {width: 220px;}
.large-above-menu { width: 75%;}
div.wpb_content_element ul > li { list-style: none;}
div.wpb_content_element ul > li::before {
    content: '\f105';
    font-family: FontAwesome;
    font-size: 0.95em;
    display: inline-block;
    color: #23a455;
    width: 1em;
    margin-left: -2em;
    padding-right: 2em;
    margin-top: 1px;
}
.site-header-sticky-active .nav-bar-wrapper .site-navigation > ul > li:first-child::before{width: 40px;
    content: " ";
    background-image: url(/wp-content/themes/accounting/images/phoenix.png);
    position: absolute;
    left: -50px;
    top: 3px;background-size: contain;
    z-index: 99;
    height:40px;}
.sidebar > ul > li .widget-title {text-transform: uppercase;
font-size: 16px;
margin-top: 36px !important;
color: #555;
margin-bottom: 15px;}
.vc_btn3 {font-size: 12px !important; padding-top: 12px !important; padding-bottom: 12px !important; padding-left: 15px !important; padding-right: 15px !important; min-width: 185px; }
ol {padding-left: 30px;}
ol li {padding-left: 10px;}
article.post > header, #site-content > h1, #site-content .tt_desc, .post-content .tt_desc {display: none;}
article.post > .post-content {padding-top:30px !important;}
.tt_all_row .vc_btn3-container > a:hover {color: #23a455 !important;}
.tt_post_grid { padding: 0 14px; background-color: #e9eeec !important;}
.tt_post_grid .vc_gitem_row .vc_gitem-col {padding-left: 0px;}
.tt_post_grid .vc_gitem-post-data { margin-bottom: 0px; }
.tt_post_grid .vc_btn3-container.vc_btn3-center { margin: 0;}
.tt_post_grid .vc_gitem-post-data.vc_gitem-post-data-source-post_excerpt a{ font-size:14px !important;}
.tt_post_grid .wpb-js-composer .vc_tta.vc_general { font-size: 14px !important;}
.tt_post_grid .vc_btn3-container > a {margin:0 auto; margin-bottom: 0px; color: #777 !important; background-color: transparent !important;}
.tt_post_grid:hover .vc_btn3-container > a,  .tt_post_grid:hover h4> a, .tt_post_grid:hover h4 {color: #23a455 !important;}
.tt_post_grid .vc_gitem-post-data.vc_gitem-post-data-source-post_date { margin: 0 auto; color: #777; text-transform: uppercase; font-size: 12px;}
.tt_team_member {text-align: center;}
.tt_team_member h4 {font-size: 16px; font-weight: bold; margin-bottom: 10px;}
div.wpb_single_image.wpb_content_element.vc_align_center.tt_team_member { margin: 20px auto !important; }
div.top-bar-left > .widget_nav_menu .menu-item {padding-right: 14px; text-transform: uppercase; font-size: 12px; list-style: none; display: inline-block;}
div.top-bar-left ul.menu {padding-left: 12px; margin-bottom: 0;}
div.top-bar-left .menu-item > a {color: #fff;}
div.top-bar-left .menu-item > a:hover, div.top-bar-left .menu-item > a:focus {color: #23a455;}
.vc_btn3.vc_btn3-color-success, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat, .vc_btn3.vc_btn3-color-blue, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {color: #fff; background-color: #23a455 !important; text-transform: uppercase;}
.vc_btn3.vc_btn3-color-blue:hover, .vc_btn3.vc_btn3-color-blue.vc_btn3-style-flati:hover,.vc_btn3.vc_btn3-color-success:hover, .vc_btn3.vc_btn3-color-success.vc_btn3-style-flat:hover { background-color:#1d8c48 !important; }
.tt_cat_info h2 {margin-top: 0px;}
.tt_team_list h3, .tt_team_list h4 {text-align: center;}
.tt_team_list h4 {font-size: 14px;}
.tt_team_item:hover h3,.tt_team_item:hover h4 {color:#23a455}
.tt_prev_next {margin-top: 20px;}
.tt_prev_next .tt_prev.fa {margin: 0 14px; height: 35px; display: inline-block; font-size:24px; color: #23a455;}
.tt_prev_next > div > a{display: inline-block; height: 35px;}
.tt_prev_next > div > a >div {font-size: 12px;} 
.tt_prev_next .tt_angle_hint { color: #c0c0c0;}
.tt_prev_next .tt_angle_hint > span { color:#04519e; padding: 0 15px;}
.tt_prev_next > div > a:hover .tt_angle_hint > span {color: #23a455;}
.tt_prev_next h4{ margin: 0px; font-size:14px; font-weight:bold;color:#04519e;}
@media (min-width: 768px) {

}
@media (min-width: 1200px) {
.tt_post_grid { min-height: 375px;}
.tt_post_grid .vc_gitem-post-data-source-post_title { min-height: 75px; }
.tt_post_grid.tt_video_grid { min-height: 155px;}
.tt_post_grid.tt_gazeta_grid { min-height: auto; }
.tt_post_grid.tt_video_grid .vc_gitem-post-data-source-post_title { min-height: 50px; }
.tt_post_grid.tt_video_grid .vc_gitem-post-data-source-post_excerpt { min-height: 75px;}
.tt_post_grid .vc_gitem-post-data-source-post_excerpt { min-height: 195px;}
}
.formcraft-css .form-hint {text-align: center; font-size: 0.9em; margin-bottom: 15px; }
.formcraft-css .count-true { color: #aaa !important; font-weight: normal !important; font-size: 0.9em !important;}
.formcraft-css ::placeholder { color: #777 !important; opacity: 1;}
html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.address-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.datepicker-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.dropdown-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.email-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.oneLineText-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk- .is-required-true .field-cover.textarea-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.address-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.datepicker-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.dropdown-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.email-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.oneLineText-cover::after, html .formcraft-css .fc-form.label-placeholder.remove-asterisk-false .is-required-true .field-cover.textarea-cover::after { color: #e0222d !important; top: -12px !important; right: 4px !important; font-size: 14px !important;
}
.sidebar .btn { margin-top: 30px; }
.fc-form .final-success { color: #23a455 !important;}
.formcraft-css .fc-form .form-element .submit-cover .submit-button, .btn.style-1, .vc_btn.style-1,.btn.style-2, .vc_btn.style-2 {background-color: #23a455 !important; text-transform: uppercase !important;border-radius: 5px !important; font-size: 12px !important; padding-top: 12px !important; padding-bottom: 12px !important; padding-left: 15px !important; padding-right: 15px !important; min-width: 185px; font-weight: 500 !important;}
.formcraft-css .fc-form .form-element .field-cover .formcraft-icon { color: #aaa !important; }
.btn.style-2, .vc_btn.style-2 {background-color: #ff675b !important; border: none !important;} 
.formcraft-css .fc-form .form-element.error-field .error {font-weight: normal !important; color: #e0222d !important; left: 0 !important; top: -15px !important}
.formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="text"], .formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="password"], .formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="email"], .formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="radio"], .formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="checkbox"], .formcraft-css .fc-form.fc-form-2 .form-element .field-cover input[type="tel"], .formcraft-css .fc-form.fc-form-2 .form-element .field-cover select, .formcraft-css .fc-form.fc-form-2 .form-element .field-cover textarea { background-color: #fff !important; color: #000 !important; }
.formcraft-css .fc-form .form-element .form-element-html {padding-bottom: 0px !important; }
.formcraft-css .fc-form {box-shadow: none !important;}
.formcraft-css .powered-by { display: none !important;}
.formcraft-css .fc-form .form-page-content { padding: 0px !important; }
.vc_grid .vc_pageable-load-more-btn {margin-top: 0px !important;}
#tt_headerBtn {border-radius: 5px;text-align: center; position: absolute; right: 0; top: 3px; color: #fff; background-color: #ff675b;}
@media (max-width: 991px) {
  #tt_headerBtn {  right: 60px; top: -50px; padding: 6px 10px !important; min-width: 145px; }
 .site-navigation .sub-menu { background-color: #0e0e0e !important; }
}
@media (max-width: 767px) {
.large-above-menu { width: 100%; padding-left: 65px; }
#tt_headerBtn { display:none;}
}
.site-navigation .menu-item-depth-0.menu-item-has-children > a::after { color: #fff; display: block; content: "\f107"; font-family: "FontAwesome"; font-size: 18px; position: absolute; left: 95%; -ms-transform: translateY(-50%); transform: translateY(-50%); bottom: none;opacity:1; top: 22%; }
.tt_image_grid .vc_gitem-zone { background-size: contain !important; }
.tt_diagnost {margin-bottom: 30px; font-size: 14px;}
.tt_diagnost td { padding-bottom: 15px; }
.tt_diagnost td:first {vertical-align: middle; text-align: center; width: 75px;}
.tt_diagnost td >img {max-height: 41px; max-width: 41px; margin: 0 auto;} 
.tt_service_page .table > thead { display: none;}
.wpb-js-composer .vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {color: #23a455 !important;}
.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel.vc_active .vc_tta-panel-heading {background-color: transparent !important; color: #000 !important;border-bottom: 1px solid #23a455;}
.ps-list {margin-bottom: 20px;}
.ps-list.tt_nomark  ul {padding-left: 0;}
.ps-list.tt_nomark  ul > li::before { display: none !important; }
.ps-fletter { font-weight: bold;}
.site-navigation .sub-menu { background-color: #23a455 !important; }
.table thead th {vertical-align:top; background-color: transparent !important; color: #000; font-weight: bold !important;}
.site-footer, .site-footer .copyright-footer, .site-footer.style-4 .widget_anpstext .important { color: #f0f0f0 !important;}
.footer_logo img { max-height: 50px; width: auto; margin-bottom: 15px !important;}
.footer_logo { margin-bottom: 6px;}
a.tt_red { color: #e41f25 !important;}
a.tt_green { color: #24a455 !important;}
.footer_logo div {line-height: 1.4em; text-transform: uppercase; font-size: 0.9em;}
.footer_logo a:hover {color: #fff !important;}
.tt_about a { display: block;}
.site-footer .tt_motto { text-transform: uppercase; color: #e41f25 !important;font-weight: bold; font-family: Georgia, Times, "Times New Roman", serif; font-size: 0.93em;}
.tt_footer_column a {display: block; color: #ccc !important;}
.tt_footer_column a:hover {color: #24a455 !important;} 
.tt_show_all {margin-top: 10px; }
.tt_column_title { text-transform: uppercase; font-size: 0.9em; margin-bottom: 10px; }
.tt_main_page { margin-top: 214px;}
.site-footer .btn.style-1 {margin-top: 30px;}
.site-footer .btn { min-width: 195px;margin-bottom: 20px;}
.tt_main_grid .tt_post_grid .vc_gitem-post-data-source-post_title { min-height: 55px !important; }
.tt_main_grid .tt_post_grid { background-color: #e4f7ee !important; min-height: auto !important; }
footer.site-footer.style-3 .copyright-footer > .container::before { background-color: #555 !important;}
.tt_copy {color: #ccc; margin-bottom: 15px;}
.tt_politic { color: #999; font-size: 0.7em; text-transform: uppercase;}
.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel .table td a, .vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel.vc_active li a {color: #04519e !important;font-size: 14px !important; font-weight: bold;}
.tt_post_grid.vc_custom_1543563313509 { background-color: #e4f7ee !important; }
.vc_btn3.vc_btn3-color-grey, .vc_btn3.vc_btn3-color-grey.vc_btn3-style-flat { color: #222 !important; background-color: #e4f7ee !important;font-size: 16px !important; }
.tt_post_grid.tt_video_grid.vc_custom_1544206646246 { background-color: #e4f7ee !important; }
.top-bar-close:hover, .top-bar-close:focus { color: #24a455 !important;}
@media(min-width:991px) and (max-width:1200px) {
.tt_phones { float: left; text-align: right; }
.tt_main_grid .vc_col-sm-3 { width: 24% !important;}
}
@media(min-width:1200px) {
.tt_main_grid .vc_col-sm-3 { width: 24% !important;}
}
@media(max-width:1200px) {
.footer_logo div, .site-footer .tt_motto {font-size: 0.75em;}
.tt_post_grid .vc_gitem-post-data-source-post_title { min-height: 55px !important; }
.tt_footer_contacts .tt_phone span {display:none;}
.tt_post_grid .vc_gitem-post-data-source-post_title h4 { font-size: 14px !important;}
.tt_post_grid .vc_gitem-post-data-source-post_excerpt { display: none;}
}
@media(max-width:991px){
.site-navigation { background-color: #dcefe6 !important; color: #777 !important; }
.site-navigation .menu-item a:not(.btn) { color: #000 !important; }
.vc_custom_1545366500573 { padding-top: 45px !important;}
.site-navigation .sub-menu { background-color: inherit !important; }
.top-bar > .container { display:none;}
.top-bar.top-bar-show > .container { display: block; height: 75px !important; }
.top-bar .top-bar-left {margin-top: 5px;}
.tt_phones i { display: none;}
.tt_phones { text-align: right; float: right; padding-right: 200px; }
.tt_phones a { font-size: 14px;}
.tt_main_page { margin-top: 20px; }
.tt_main_grid { padding-bottom: 20px; }
.site-header-style-full-width .navbar-toggle, .site-header-style-full-width .site-search-toggle { text-align: center;}
.tt_main_grid .vc_btn3, .tt_post_grid .vc_btn3 { min-width: 110px;}
.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item { padding-right: 10px !important; padding-bottom: 10px !important; }
}

@media(max-width:767px){
h2.heading-left span{font-size: 18px !important; padding-bottom: 10px;}
.tt_phones {padding-right: 50px; }
.table-responsive > .table > thead > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > tfoot > tr > td {
    white-space: normal !important;
}
.vc_tta.vc_tta-accordion.vc_tta-style-anps-as-2 .vc_tta-panel a { font-size: 16px !important; }
}
.tt_main_grid .vc_col-sm-2 {text-align: center; margin-bottom: 30px;}
.tt_main_grid img {max-width: 100px; width 100%; height:auto; margin: 0 auto;}
.tt_main_grid h4 {text-align: center; font-size:11px; margin-top:8px;font-weight: bold;}
@media(max-width:1280px) {
.tt_main_grid .vc_col-sm-2 { width: 20% !important; }
}
@media(max-width:1000px) {
.tt_main_grid .vc_col-sm-2 { width: 33% !important; }
}
@media(max-width:767px) {
.tt_main_grid .vc_col-sm-2 { width: 20% !important; display: inline-block;}
}
.kibl-quote {font-size: 28px; font-weight: lighter; font-family: sans-serif; line-height: 1.35em;}
@media(max-width:767px) {.kibl-quote {font-size:16px;}}
.fenix-100-best {text-align: center; display: inline-block; margin-bottom: 20px;}
.fbest {max-height:100px;width: auto;margin: 0 auto !important;}

.img_responsive figure, .wpb_single_image .vc_figure {display:block !important; width: 100%!important;}
.img-responsive img { width:100% !important; height:auto;}
.searchwp-live-search-widget-search-form > label { width: 100%;}
.searchwp-live-search-widget-search-form .search-submit {display:none;}
.searchwp-live-search-widget-search-form .search-field { font-size: 14px; font-weight: normal; padding: 7px 19px;border: 1px solid #23a455;}
