﻿
.banner {
    max-width: 100%;
    background-color: #5776a4;
    height: auto;
    min-height: 317px;
    max-height: 317px;
    position: relative;
    margin: 3px auto 0 auto;
}
#banner_slides {
    width: 100%;
    min-height: 317px;
    max-height: 317px;
    background-color: #fff;
}

.banner-slide {
    max-width: 100%;
    min-height: 317px;
    max-height: 317px;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
}

.banner-slide img {
    max-width: 100%;
    height: auto;
    min-height: 317px;
    max-height: 317px;
    top: 0;
    left: 0;
    z-index: 1;
}

.slick-prev{
   background-image:url(image/agencyslider_arrowleft.png);
    width: 14px;
    height: 14px;
    background: #869a6a;
      -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    float: left;
    margin-right: 12px;
}
.slick-next{
    background-image:url(image/agencyslider_arrowright.png);
     width: 14px;
    height: 14px;
    background: #869a6a;
      -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    float: left;
    margin-right: 12px;
}
#banner_slide_buttons{
    height: 14px;  
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 5000;
}
.banner_button{
    width: 14px;
    height: 14px;
    background: #869a6a;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
    border-radius: 7px;
    float: left;
    margin-right: 12px;
}
.banner_button.active{
     background-color:#b6dd7a;
}

.banner-text {
    background-color: rgba(84, 201, 232, 0.49);
    min-width: 380px;
    max-width: 50%;
    height: 115px;
    padding-left: 18px;
    padding-top: 2px;
    position: absolute;
    top: 28%;
    left: 0;
    z-index: 15;
    color: #fff;
    text-align: left;
}
.banner-header{
    font-size:22px;
    font-family:texgyreadventor_bold;
}
.banner-content{
   font-size: 14px;
    font-family: texgyreadventor_regular;
    margin-top: 10px;
    line-height: 1.1;
}

.middle-content {
    height: 153px;
    margin: 22px auto 0 auto;
    justify-content: center;
}
/*#region EXPERTISE SELECTION*/
.expertise-selection {
    float: left;
    height: 153px;
}
    .expertise-selection > div {
        max-width: 136px;
        height: 121px;
        background-color: #56565a;
        float: left;
        margin-top: 16px;
        position: relative;
    }
div.expertise-selection > div:nth-child(2){   
     margin-left:6px;
}
.expertise-selection > div:nth-child(3){    
     margin-left:6px;
}
.selection-link {
    font-family: texgyreadventor_regular;
    font-size: 15px;
    color: #fff;
    max-width: 136px;
    min-width: 126px;
    height: 121px;
    display: block;
    background-color: #56565a;
    border: 1px solid #56565a;
}

    .selection-link:hover {
        background-color: #b6dd7a;
        color: black;
        border: 1px solid #b6dd7a;
        text-decoration:solid;
    }

.selection-img {
    display: block;
    height: 96px;
    max-width: 134px;
    min-width: 126px;
    top: 0px;
    left: 0px;
}
.hover-image {
    display: none;
    top: 0px;
    left: 0px;
    max-width: 136px;
    min-width: 126px;
    height: 121px;
    z-index: 2;
    margin-top
}

.selection-link:hover .hover-image{
    display: block;
}
.selection-link > span {
    bottom: 0px;
    left: 0px;
    color: #fff;
    text-align: center;
    display: block;
    z-index: 3;
    max-width: 136px;
    min-width: 126px;
    height: 25px;
    text-align: center;
    line-height: 2;
}
.selection-link:hover > span{
    bottom: 0px; 
    left: 0px; 
    color: #56565a;
}
/*#endregion*/

/*#region NEWS BANNER*/
.news {
    max-width: 100%;
    height: 153px;
}
.page-links {
    width: 170px;
    height: 16px;  
    position: absolute;
    top: 137px;
}
.page-links a {
    font-family: texgyreadventor_regular;
    font-size: 11px;
    color: #56565a;
    text-decoration: underline;
     
}
.page-links a:hover {
    color: #54c9e8;
}
.news-banner-wrapper{
    height:153px;
    width:100%;   
    display:block;
}
.news-slide {
    max-width: 100%;
    height: 153px;
    position: absolute;
    top: 0;
    left: 5px;
    display: none;
}

.news-slide a{
    height:153px;     
}
.news_carousel_buttons{
    height: 10px;
    width: 110px;
    position: absolute;
    left: 80px;
    top: 118px;
    z-index: 5000;
}
.news_carousel_button{
    width: 10px;
	height: 10px;
	background: #869a6a;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
    float:left;
    margin-right:12px;
}
.news_carousel_button.active {
    background-color:#b6dd7a;
}
.news-banner-left {
    float: left;
    width: 60%;
    height: 121px;
    background-color: #56565a;
    margin-top: 11px;
    padding: 4px 8px 0 8px;
}
.news-banner-header {
    font-family: texgyreadventor_regular;
    font-size: 16px;
    color: #fff;
    display: inline-block;
    max-width: 285px;
    float: left;
    line-height: 1.2;
}
.news-banner-preview {
    display: inline-block;
    float: left;
    max-width: 285px;
    margin-top: 8px;
    line-height: 1.3;
    font-family: texgyreadventor_regular;
    font-size: 13px;
    color: #fff;
}
.news-banner-right {
    float: left;
    height: 153px;
    width: 40%;
    margin-top: -10px;
    border: 2px solid #56565a;
}
.news-banner-image img{
     height:149px;
     width:197px;
}


/*#endregion*/


/*#region LOGO SLIDER*/

.logo_slider_viewport { 
    width: 100%;
    height: 54px;
    margin:50px auto;
    overflow: hidden;
    position: relative;
}
.logo_slider_drawer {
    height: 54px;
    width: auto;
    position: absolute;
    left: 0px;
    white-space: nowrap;
}
.slick-slider {
     margin-bottom: 0; 
}
.logo_slider_content {
    height: 54px;
    white-space: nowrap;
    max-width: 950px;
    position: relative;
    font-size: 0;
    text-align: center;
}
.logo_slider_logo {
    height: 54px;
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    filter: grayscale(100%);
    display: inline-block;   
    line-height:51px;
    border-left:1px solid #efefef;
    border-right:1px solid #efefef;  
}
.logo_slider_logo:hover{
  -webkit-filter: grayscale(0);
    -moz-filter: grayscale(0);
    filter: grayscale(0);
}
.logo_slider_logo a{
    display: inline-block;
    height: 51px;    
}
.logo_slider_logo img {
    vertical-align: middle;
    display: inline-block;
    height: 51px;    
    /*margin: 0 20px;*/

    margin: 0px 32px;
}
.logo-slider-wrapper {
    position: relative;
    max-width: 950px;
    margin: 30px 15px 0 15px;
}
.logo-slider-arrow{
    position:absolute;
    width:9px;
    height:17px;
    top:20px;
    cursor:pointer;
}
.logo-slider-arrow:nth-of-type(1){
    left:-15px;
}
.logo-slider-arrow:nth-of-type(2){
   right: -15px;
}
.seperator{
    height: 30px;
    width:5px;
    background-image:url(/Content/image/agencyslider_seperator.png);
}

/*#endregion*/











