/* end */
/* Home Slideshow  */
div#slideshow_full {
  width: 100%;
  margin: 0;
  padding: 0;
}

div#slideshow_container {
    clear: both;
    position: relative;
    width: 100%;
    height: 465px;
    text-align: center;
    margin: 3px 0 0 0;
    padding: 0;
}
div#slideshow {
    width: 100% !important;
    height: 465px !important;
}
.slide {
    width: 100% !important;
    height: 465px !important;
    margin: 0;
    float: left;
}

.ss_left {
  position: absolute;
  width: 960px;
  text-align: center;
  margin: 0;
  padding: 0;
}

.ss_left a,
.ss_left a:hover {
  text-decoration: none;
}

.ss_left div.slide_content {
  background: url(../images/slide-content-bg.png) 0 0 repeat;
  width: 240px;
  height: 272px;
  position: absolute;
  top: 0;
  right: 0;
  overflow: hidden;
  text-align: left;
  margin: 0;
  padding: 24px 30px 24px 40px;
  background:rgba(0, 0, 0, 0.6);
}

.ss_left div.slide_content div.name {
  font-family: "proxima-nova", Arial, Helvetica, sans-serif;
  font-size: 30px;
  font-weight: 800;
  font-style: normal;
  color: #f4f4f4;
  line-height: 30px;
  margin: 0;
  padding: 0 0 15px;
}

.ss_left div.slide_content p {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  color: #c3c3c3;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  padding: 0 0 25px;
}

.ss_right {
  width: 100%;
  height: 465px;
  z-index: 5;
  text-align: center;
}

.ss_right img {
  width: 100%;
  height: 465px;
}

div#slideshow_actions {
  position: relative !important;
  width: 960px !important;
  text-align: left;
}

div#slideshow_actions div#slideshow_actions_btns {
  display: block;
  width: 310px;
  height: 24px;
  bottom: 37px;
  left: 350px;
  text-align: left;
  position: relative;
  overflow: hidden;
  z-index: 99;
  margin: 0 auto;
  padding: 0;
}

div#slideshow_actions div#navButtons {
  width: 240px;
  position: absolute;
  text-align: left;
  top: 0;
  left: 0;
  padding: 0 10px 0 15px;
}

div#slideshow_actions ul {
  margin: 0;
  padding: 0;
}

div#slideshow_actions ul li {
  display: inline-block !important;
  list-style: none;
  margin: 0;
  padding: 0;
}

div#slideshow_actions ul li a {
  background: url(../images/slide-ind.png) 0 0 no-repeat;
  display: block;
  width: 38px;
  height: 6px;
  margin: 0 10px 10px 0;
  padding: 0;
  text-indent: -9999px;
  overflow: hidden;
}

div#slideshow_actions ul li a:hover,
div#slideshow_actions ul li a.activeSlide {
  background: url(../images/slide-ind-ro.png) 0 0 no-repeat;
  text-decoration: none;
}
a.button {
    background: #008eb6;
    color: white;
    padding: 5px 15px;
    border: 1px solid #008eb6;
    border-radius: 10px;
}
#slideshow .ss_left {
  width: 960px;
}












@media only screen and (min-width:320px) and (max-width:479px) {
.banner {
    width: 100%;
    height: 250px;
    float: left;
}
div#slideshow_container {
    clear: both;
    position: relative;
    width: 100%;
    height: 250px;
    text-align: center;
    margin: 3px 0 0 0;
    padding: 0;
    left: 0px !important;
}
div#slideshow {
    width: 100% !important;
    height: 250px !important;
}
.slide {
    width: 100% !important;
    height: 250px !important;
    margin: 0;
    float: left;
}
.ss_right {
    width: 100%;
    height: 250px;
    z-index: 5;
    text-align: center;
}
.ss_right img {
    width: 100%;
    height: 100%;
}
#slideshow_actions {
    display: none;
}




}

@media only screen and (min-width:480px) and (max-width:767px) {
.banner {
    width: 79%;
    height: 250px;
    float: left;
}
div#slideshow_container {
    clear: both;
    position: relative;
    width: 100%;
    height: 250px;
    text-align: center;
    margin: 0px 0 0 0;
    padding: 0;
    left: 0px !important;
}
div#slideshow {
    width: 100% !important;
    height: 250px !important;
}
.slide {
    width: 100% !important;
    height: 250px !important;
    margin: 0;
    float: left;
}
.ss_right {
    width: 100%;
    height: 250px;
    z-index: 5;
    text-align: center;
}
.ss_right img {
    width: 100%;
    height: 100%;
}
#slideshow_actions {
    display: none;
}


}

@media only screen and (min-width:768px) and (max-width:1023px) {
.banner {
    width: 555px;
    height: 400px;
    float: left;
}
div#slideshow_container {
    clear: both;
    position: relative;
    width: 100%;
    height: 400px;
    text-align: center;
    margin: 3px 0 0 0;
    padding: 0;
    left: 0px !important;
}
div#slideshow {
    width: 100% !important;
    height: 400px !important;
}
.slide {
    width: 100% !important;
    height: 400px !important;
    margin: 0;
    float: left;
}
.ss_right {
    width: 100%;
    height: 400px;
    z-index: 5;
    text-align: center;
}
.ss_right img {
    width: 100%;
    height: 100%;
}
#slideshow_actions {
    display: none;
}


}

@media only screen and (min-width:1024px) and (max-width:1279px) {}






