/*Tables*/

.main_color table caption, .main_color tr:nth-child(even), .main_color .pricing-table>li:nth-child(even) {
color: #666666;
}

.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra {
background: #ffffff;
}

/*TOP BAR*/

#top .social_bookmarks li {
    border: 1px solid #f1f1f1;
    border-radius: 2px;
    margin: 3px;
}

.wpb_video_widget.vc_video-aspect-ratio-169 .wpb_video_wrapper{
padding-top:0 !important;
  padding-bottom:0 !important;
  margin-bottom:0 !important;
}

.social_bookmarks li:last-child {
    border-right-style: solid!important;
    border-right-width: 1px!important;
}

#header_meta .container {
    z-index: 160;
    min-height: 30px;
    top: 30px;
}

/*HEADER*/

 .header_color div {
    border-color: #ffffff;
}
.responsive .container {
    margin-top: 30px!important;
}

div .logo {
    float: left;
    position: absolute;
    left: 0;
    z-index: 1;
    bottom: 20px;
}

/*HOME SLIDER*/

.avia-slideshow .avia-caption .avia-caption-title {

}

.avia-caption .avia-caption-title {
    color: #000!important;
    filter: alpha(opacity = 80);
    background: rgba(255,255,255,0.5)!important;
    display: inline-block;
    margin: 0 0 1px 100px;
    padding: 10px 15px;
    font-weight: 700;
    font-size: 22px;
}

.avia-inner-caption {
    position: relative!important;
    bottom: 120px!important;
}

.avia-caption .avia-caption-content p {
    background: #000;
    filter: alpha(opacity = 80);
    background: rgba(0, 0, 0, 0.5);
    display: inline-block;
    margin: 0 0 1px 60px;
    padding: 10px 15px;
    font-size: 18px;
}

/*HOMEPAGE BOXES*/

.quotesbox1 {
    color: #fff;
    font-size: 2.7em;
    line-height: 1.2em;
    text-align: center;
    font-weight: 700;
}

.quotesbox2 {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.2em;
    text-align: center;
    font-weight: 100;
}

.percentbox1 {
    color: #fff;
    font-size: 2.7em;
    line-height: 1.2em;
    text-align: left;
    font-weight: 700;
}

.percentbox2 {
    color: #fff;
    font-size: 1.8em;
    line-height: 1.2em;
    text-align: left;
    font-weight: 100;
}

.percentbox3 {
    color: #fff;
    font-size: 1.7em;
    line-height: 1em;
    text-align: left;
    font-weight: 100;
}


.percent {
    color: #fff;
    font-size: 5em;
    line-height: 1em;
    text-align: left;
    font-weight: 100;
    float:left;
}

/*SERVICES PAGE*/

#top .services .container {
    padding: 0px 0px!important;
}

#top .avia-icon-list .iconlist_icon {
    height: 42px;
    width: 42px;
    line-height: 42px;
    font-size: 30px;
    text-align: center;
    border-radius: 500px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-left: 2px;
    z-index: 5;
    color: #fff;
    top: 10px;
    left: 10px;
}

#top .avia-icon-list .iconlist-timeline {
    position: absolute;
    top: 20px;
    left: 32px;
    width: 1px;
    height: 99%;
    border-right-width: 1px;
    border-right-style: dashed;
}