/* 
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;
}


@media (min-width: 992px) {
  .site-navigation > ul > li > ul.sub-menu {
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }
}
/*contact*/
.contactfront h4 {
  text-transform: uppercase;
}

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

.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.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
/*portfolio*/
li.item:hover img, .recentblog header:hover .item-img img {
 /* transform: scale(1.1, 1.1)!important;*/
}

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 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

li.isotope-item:hover .mask  {
  opacity: 0.6;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.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 0.3s ease-in-out;
  transition: all 0.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){
  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 ul.logos:first-child > li {
  border-top: none;
  border-bottom: none;
}

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

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

li.item .mask {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

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 0.3s ease-in-out;
  transition: all 0.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 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/* Testimonials
---------------------------------------- */
.testimonials blockquote {
  border: none;
  padding: 0;
  text-align: left;
  color: #727272;
}
.testimonials blockquote p {
  font-size: 14px;
  /*padding: 35px 64px 60px 64px;*/
  position: relative;
  padding-bottom: 40px;
}
.testimonials blockquote p:before, .testimonials blockquote p:after {
  font-family: FontAwesome;
  font-size: 18px;
  margin-top: -21px;
  position: absolute;
  top: 50%;
}

.testimonials blockquote header {
  position: relative;
}

.testimonials blockquote header img {
  border: 1px solid transparent;
  border-radius: 150px;
  position: relative;
  width: 150px;
  z-index: 9;
}
.testimonials blockquote cite {
  display: block;
  font-size: 14px;
  margin-top: 20px;
  position: relative;
}
.testimonials .carousel-control {
  margin-top: -24px;
  height: 19px;
  width: auto;
}
.testimonials .carousel-control.left {
  font-size: 19px;
  left: -29px;
}
.testimonials .carousel-control.right {
  font-size: 19px;
  right: -29px;
}

.testimonial-footer {
  margin-top: -40px;
  z-index: 1;

}

.testimonial-footer span.user {
  font-size: 14px;
  padding-top: 25px;
  display: inline-block;
  line-height: 30px;
  padding-left: 15px;
  color: #000;
}

/*testimonials*/

.testimonials blockquote p {
  border-bottom: 1px solid #f2f2f2;
  font-size: 16px;
  font-style: italic;
  padding-top: 30px;
}

.testimonials.white blockquote p{
  border-bottom: 1px solid #fff;
  padding-bottom: 20px;
}

.testimonial-footer img {
  border-radius: 67px;
  height: 67px;
  width: 67px;
  margin-bottom: 25px;
}

/*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 {
  max-height: 300px;
  min-height: 300px;
  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: contain;
  }

@media (min-width: 768px) {
  .paralax-header {
    max-height:600px;
    min-height: 600px;
    -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;
}

@media (max-width: 767px) {
  header.site-header.absolute {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 1000;
  }
}

/*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;
}

h2, .h2 {
    font-size: 24px;
}

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

.site-search {
  text-align: center;
  position: relative;
  z-index: 20000;
}

.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 {
  -webkit-background-size: 100% auto;
  -moz-background-size: 100% auto;
  -o-background-size: 100% auto;
  background-size: 100% auto;
    min-height: 500px;
    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: 1600px) {
.paralax-header {
  -webkit-background-size: auto 500px;
  -moz-background-size: auto 500px;
  -o-background-size: auto 500px;
  background-size: auto 500px;
  min-height: 450px;
  }
}
@media (max-width: 1200px) {
.paralax-header {
    /*margin-bottom: 20px;*/
  }
}


@media (max-width: 991px){
.paralax-header {
  -webkit-background-size: auto 400px;
  -moz-background-size: auto 400px;
  -o-background-size: auto 400px;
  background-size: auto 400px;
  min-height: 350px;
  width: auto;
  }
}

@media (max-width: 600px){
.paralax-header {
  -webkit-background-size: auto 300px;
  -moz-background-size: auto 300px;
  -o-background-size: auto 300px;
  background-size: auto 300px;
  min-height: 250px;
  width: auto;
  }
}

/*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 p strong, footer .widget_rss cite {
  color: #fff;
}

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

footer select {
  color: #000;
}

footer .searchform input[type="text"] {
  padding-left: 20px;
}

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

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

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


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


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

.wpb_single_image img {
    width: auto;
}


/*contact form 7 */
.wpcf7-form input.wpcf7-text, .wpcf7-form textarea, .wpcf7-select {
    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 input::-webkit-input-placeholder { /* WebKit browsers */
    color:    #5b5b5b;
    font-family:  'PT Serif';
}
.wpcf7-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:    #5b5b5b;
   opacity:  1;
   font-family:   'PT Serif';
}
.wpcf7-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color:    #5b5b5b;
   opacity:  1;
   font-family:   'PT Serif';
}
.wpcf7-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
   color:    #5b5b5b;
   font-family:   'PT Serif';
}
.wpcf7-form input, .wpcf7-select {
    font-family: "PT Serif";
    font-size: 15px;
}


.wpcf7-form .form-wrap {
    border: 1px solid #d1d1d1;
    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;
}


/*top bar borders*/

.top-bar > .container > ul > li:first-child, .top-bar > .container > ul > li, .top-bar > .container > ul > li, .responsive .site-navigation > ul > li::after   {
    border-left: none;
    border-right: none;
}

.top-bar, .top-bar.style-2 {
    height: 50px;
    padding: 0;
}
.top-bar > .container > ul > li {
    height: 49px !important;
}

.top-bar > .container > ul.left > li {
    margin: 0;
    padding: 7px 13px 7px 0;
}

.top-bar > .container > ul.right > li {
    margin: 0;
    padding: 7px 0 7px 13px;
}


.top-bar > .container > ul.left > li:first-child > ul >li:first-child a{
    padding-left: 0;
    width: 15px;
}


/*above nav top bar */

.above-nav-bar .widget-title {
  display: none;
}
.above-nav-bar, .above-nav-bar div.col-md-12 ul, .above-nav-bar div.col-md-12 ul li {
  height: 45px;
  margin-top: 0;
}
.above-nav-bar {
  height: 45px;
  overflow: hidden;
}

.above-nav-bar > div.col-md-12 > ul > li {
  float: left;
}

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

.above-nav-bar.top-bar {
    background: none repeat scroll 0 0 transparent;
    margin-top: -10px;
    max-height: 40px;
}
@media (min-width: 993px) {
  .responsive .nav-wrap:not(.sticky) .site-navigation > .above-nav-bar + ul {
      margin-top: 17px;
      margin-bottom: 15px;
  }
  .responsive .nav-wrap:not(.sticky) .site-navigation > .above-nav-bar + ul > li > a{
    margin-top: 17px;
  }

  .responsive .nav-wrap:not(.sticky) .site-navigation > .above-nav-bar ~ button.fa-search.desktop {
    margin-top: 20px;
  }
}
.above-nav-bar > div.col-md-12 > ul {
  float: right;
}

.nav-wrap.style-3 .above-nav-bar > div.col-md-12{
    float: none;
    width: auto;
    display: inline-block;
    padding-left: 0;
}
.nav-wrap.style-3 .above-nav-bar {
  display: inline-block;
}

.nav-wrap.sticky .above-nav-bar {
  display: none;
}

@media (max-width: 992px) {
.above-nav-bar {
  display: none;
}

.responsive .site-navigation > ul > li > a {
    padding: 5px 4px;
}

.site-navigation > ul {
  padding-top: 20px;
}

}


@media (min-width: 993px) {
  .site-navigation ul > li:first-child, .site-navigation ul > li:first-child > a {
    padding-left: 0;
    margin-left: 0;
  }

  nav.site-navigation > ul > li.current_page_item:first-child > a::after, nav.site-navigation > ul > li:first-child:hover > a::after, nav.site-navigation > ul > li.current-menu-parent:first-child > a::after {
      left: 0px;
      width: calc(100% - 10px);
  }
}

.site-navigation .above-nav-bar ul li a {
  font-size: 14px;
}
@media (min-width: 992px) {
  nav.site-navigation > ul > li > a::after {
    background-color: #1874c1;
    bottom: 15px;
    content: "";
    height: 2px;
    left: 10px;
    position: absolute;
    width: calc(100% - 20px);
    opacity: 0;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s;
  }
}

@media (max-width: 992px) {
  .responsive .col-md-4.get-a-quote {
    margin-top: 50px;
  }
  .logos-wrapper {
      margin-bottom: 60px;
  }
  .vc_empty_space {
    display: none;
  }
  .site-header + .container {
    margin-top: 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
---------------------------------------- */
/*new VC tabs*/
.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) {
  .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;
  border-right: 1px solid #ececec;
  margin: 0 -1px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

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

.vc_tta-style-anps_tabs .vc_tta-tabs-list > li .fa {
  text-indent: 14px;
}
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child {
  border-right: transparent;
}
.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:first-child.vc_active{
      border-top: 1px solid #ececec;
}

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


@media (max-width: 992px) {
.vc_tta-style-anps_tabs .vc_tta-tabs-list > li:last-child.vc_active {
  border-right: 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: 9px;
    left: -1px;
    position: absolute;
    right: -1px;
    top: -2px;
}

@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: 0px 0 0 1px;
}
.vc_tta-style-anps_tabs.vc_tta.vc_tta-spacing-1 .vc_tta-tab:first-child {
    margin: 1px 0 0 1px;
}

.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-left: 0px;
  border-top: 1px solid transparent;
}


/* 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;
}

/* 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: 0px;
  }
}

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


/*vertical menu*/

/*vertical menu*/
.vertical-bottom-sidebar {
    display: none;
}

@media (min-width: 993px) {
  .site-header.vertical-menu {
      background: #fff none repeat scroll 0 0;
      box-sizing: border-box;
      height: 100%;
      left: 0;
      padding-left: 0;
      position: fixed;
      top: 0;
      width: 330px;
      z-index: 100;
  }

  header.site-header.vertical-menu > div.nav-wrap {
    position: absolute;
    height: 100%;
    width: 100%;
   /* border-right: 1px solid #d5d1ce;*/
    padding-left: 60px;
  }

  header.site-header.vertical-menu > div.nav-wrap > div.container {
    display: inline-block;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    vertical-align: top;
  }
  .responsive header.site-header.vertical-menu .site-navigation > ul {
      list-style: outside none none;
      max-width: 100%;
      padding: 0;
  }
  .responsive header.site-header.vertical-menu .site-navigation > ul > li {
      margin: 0;
      padding: 0;
      width: 100%;
  }
  .responsive header.site-header.vertical-menu .site-navigation > ul > li > a {
      border-top: 1px solid #f8f8f8;
      display: block;
      margin: 0;
      padding: 10px 0;
      width: 100%;
  }

  header.site-header.vertical-menu .fa-search.desktop {
    display: inline-block;
    float: left;
    position: absolute;
    top: 0;
    left: 0;
    margin-top: 31px;
    margin-left: 0;
    padding-left: 0;
    visibility: visible;
  }

  header.site-header.vertical-menu .site-navigation {
      border: medium none;
      display: block;
      float: right;
      padding-top: 50px;
      position: relative;
      margin-top: 40px;
  }

  .responsive header.site-header.vertical-menu .nav-wrap:not(.sticky) .site-navigation > .above-nav-bar + ul > li > a {
    margin-top: 0;
  }

  .responsive header.site-header.vertical-menu .site-navigation > ul > li::after {
    display: none;
  }


  .responsive header.site-header.vertical-menu .site-navigation .sub-menu {
      background-color: #fff;
      border-left: medium none;
      border-right: medium none;
      height: 0;
      left: 269px;
      margin-left: 0;
      overflow: hidden;
      padding: 0;
      position: absolute;
      top: 0;
      transition: height 0.3s ease 0s;
      width: 207px;
  }

  /*body.vertical-menu:not(.hide-side-menu) .site-wrapper {
      margin-left: 330px;
  }
  */

  body.vertical-menu:not(.hide-side-menu) {
    margin-left: 330px;
  }
  body.vertical-menu .container, body.vertical-menu section {
      max-width: 100%;
  }

  body.vertical-menu  .nav-wrap {
      padding-top: 55px;
      position: relative;
  }

  body.vertical-menu header.site-header.vertical-menu .fa-search.desktop {
      display: inline-block;
      float: left;
      left: 0;
      margin-left: 0;
      margin-top: 48px;
      /*margin-bottom: 20px;*/
  }


  body.vertical-menu .hide-menu {
    position: absolute;
    border: 1px solid;
    width: 20px;
    height: 20px;
    right: 0;
    top:0;
  }

  header.vertical-menu.hide-side-menu {
    left: -310px;
  }


  body.vertical-menu > .site-wrapper, .site-header.vertical-menu {
    -webkit-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    z-index: 101;
  }
   header.site-header.vertical-menu > div.nav-wrap {
    background: transparent;
   }

  /*
  header.site-header.vertical-menu > div.nav-wrap a i.fa-home.fa {
      float: right;
      margin-right: -30px;
      font-size: 30px;
      margin-top: -5px;
  }
  */

  header.site-header.vertical-menu nav.site-navigation > ul > li.menu-item-has-children-parent > a::before {
      color: #000;
      content: "\f105";
      display: block;
      position: absolute;
      right: 15px;
      top: 10px;
      font-size: 16px;
      font-family: fontawesome;
  }

  body.vertical-menu .top-bar{
    /*max-width: calc(100% - 330px);*/
    
  }

  .responsive header.site-header.vertical-menu .style-3 .site-navigation > ul {
      margin: 27px 0 0;
  }

  body.vertical-menu header.site-header.vertical-menu .style-3 .fa-search.desktop {
      left: 130px;
  }

  .vertical-bottom-sidebar {
      display: block;
      bottom: -1px;
      left: 0;
      max-width: 330px;
      padding: 20px;
      position: absolute;
      width: 330px;
  }
  ul.vertical-bottom {
    padding-left: 25px;
    list-style: none;
  }
}

.vertical-menu .above-nav-bar {
  border-bottom: none;
  margin-top: 0;
}
.vertical-menu .above-nav-bar, .vertical-menu .above-nav-bar > div > ul {
  height: auto;
  max-height: none;
}
.vertical-menu .above-nav-bar > div > ul {
  float: none;
}
.vertical-menu .above-nav-bar > div {
  padding: 0;

}
.vertical-menu .above-nav-bar > div > ul > li {
  width: 100%;
  clear: both;
  margin: 0;
}
.vertical-menu .above-nav-bar > div > ul > li > span {
  padding-left: 0;
}
.vertical-menu .above-nav-bar > div > ul > li:last-child:after {
  content: "";
  clear: both;
  width: 100%;
}

.vertical-menu nav.site-navigation > ul > li.current_page_item > a::after, .vertical-menu nav.site-navigation > ul > li:hover > a::after,.vertical-menu nav.site-navigation > ul > li.current-menu-parent > a::after {
opacity: 0;
}


@media (min-width: 993px) {
  body.vertical-menu:not(.hide-side-menu) {
      margin-left: 330px;
  }
}

header:not(.vertical-menu) .site-navigation ul.sub-menu > li.menu-item > a {
  color: #000000;
}