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

div#slideshow_container {
  clear: both;
  position: relative;
  width: 960px;
  height: 530px;
  text-align: center;
  margin: 3px 0 0 0;
  padding: 0;
}

.slide {
  width: 100% !important;
  height: 500px;
  margin: 0;
}

.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: 320px;
  z-index: 5;
  text-align: center;
}

.ss_right img {
  width: 960px;
  height: 500px;
}

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

div#slideshow_actions div#slideshow_actions_btns {
    display: none;
    width: 310px;
    height: 24px;
    bottom: -20px;
    left: 350px;
    text-align: left;
    position: absolute;
    overflow: hidden;
    z-index: 99;
    margin: 0px 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: 0px 0px 0px 0px;
    padding: 0;
}
div#slideshow_actions ul li .activeSlide {
    border: 2px solid black;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background: #fff;
}
div#slideshow_actions ul li a {
  background: url(../images/slide-ind.png) 0 0 no-repeat;
  display: block;
    height: 15px;
    width: 15px;
    border-radius: 50%;
    background:#000;
  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) {





div#slideshow_full {
    width: 100%;
    margin: 0;
    padding: 0;
}
div#slideshow_container {
    clear: both;
    position: relative;
    width: 100%;
    height: 320px;
    text-align: center;
    margin: 3px 0 0 0;
    padding: 0;
    left: 0px !important;
}
#slideshow {
    width: 100% !important;
    height: 320px !important;
}
.slide {
    width: 100% !important;
    height: 320px !important;
    margin: 0;
}
.ss_right {
    width: 100%;
    height: 320px;
    z-index: 5;
    text-align: center;
}
.ss_right img {
    width: 100%;
    height: 220px;
float:left;
margin:50px 0px;
}
div#slideshow_actions {
    position: relative !important;
    width: 100% !important;
    text-align: left;
}
div#slideshow_actions div#slideshow_actions_btns {
    display: none;
    width: 190px;
    height: 24px;
    bottom: -20px;
    left: 61px;
    text-align: left;
    position: absolute;
    overflow: hidden;
    z-index: 99;
    margin: 0 auto;
    padding: 0;
}

div#slideshow_actions ul li a {
    background: url(../images/slide-ind.png) 0 0 no-repeat;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #000;
    margin: 0 10px 10px 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
div#slideshow_actions ul li .activeSlide {
    border: 2px solid black;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
}




}

@media only screen and (min-width:480px) and (max-width:767px) {


div#slideshow_full {
    width: 100%;
    margin: 0;
    padding: 0;
}
div#slideshow_container {
    clear: both;
    position: relative;
    width: 100%;
    height: 370px;
    text-align: center;
    margin: 3px 0 0 0;
    padding: 0;
    left: 0px !important;
}
#slideshow {
    width: 100% !important;
    height: 350px !important;
}
.slide {
    width: 100% !important;
    height: 350px !important;
    margin: 0;
}
.ss_right {
    width: 100%;
    height: 350px;
    z-index: 5;
    text-align: center;
}
.ss_right img {
    width: 100%;
    height: 350px;
}
div#slideshow_actions {
    position: relative !important;
    width: 100% !important;
    text-align: left;
}
div#slideshow_actions div#slideshow_actions_btns {
    display: none;
    width: 250px;
    height: 24px;
    bottom: -20px;
    left: 61px;
    text-align: left;
    position: absolute;
    overflow: hidden;
    z-index: 99;
    margin: 0 auto;
    padding: 0;
}

div#slideshow_actions ul li a {
    background: url(../images/slide-ind.png) 0 0 no-repeat;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #000;
    margin: 0 10px 10px 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
div#slideshow_actions ul li .activeSlide {
    border: 2px solid black;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
}

}

@media only screen and (min-width:768px) and (max-width:1023px) {


div#slideshow_full {
    width: 100%;
    margin: 0;
    padding: 0;
}
div#slideshow_container {
    clear: both;
    position: relative;
    width: 100%;
    height: 370px;
    text-align: center;
    margin: 3px 0 0 0;
    padding: 0;
    left: 0px !important;
}
#slideshow {
    width: 100% !important;
    height: 350px !important;
}
.slide {
    width: 100% !important;
    height: 350px !important;
    margin: 0;
}
.ss_right {
    width: 100%;
    height: 350px;
    z-index: 5;
    text-align: center;
}
.ss_right img {
    width: 100%;
    height: 350px;
}
div#slideshow_actions {
    position: relative !important;
    width: 100% !important;
    text-align: left;
}
div#slideshow_actions div#slideshow_actions_btns {
    display: block;
    width: 310px;
    height: 24px;
    bottom: -20px;
    left: 100px;
    text-align: left;
    position: absolute;
    overflow: hidden;
    z-index: 99;
    margin: 0 auto;
    padding: 0;
}

div#slideshow_actions ul li a {
    background: url(../images/slide-ind.png) 0 0 no-repeat;
    display: block;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #000;
    margin: 0 10px 10px 0;
    padding: 0;
    text-indent: -9999px;
    overflow: hidden;
}
div#slideshow_actions ul li .activeSlide {
    border: 2px solid black;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: #fff;
}



}

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







