/*.item img {
	width: 100%;
}*/
#slideshow-6 .carousel-control {
	display: none;
}
.slide-image {
  float: left !important;
  padding-left: 25px;
}
.contactDiv {
	color: white;
}

.fullwidthbanner-container {
    width: 100% !important;
    position: relative;
    max-height: 470px !important;
    overflow: hidden;
    background-image: url(../img/loader.gif);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 0;
}

.tp-leftarrow.default,.nivo-prevNav {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: transparent;
	border-color: #eee;
	border-style:solid;
	border-width:1px 1px 1px 0;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible;
}

.tp-leftarrow.default:before,.nivo-prevNav:before {
    content: "\f053";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    visibility: visible;
}

.tp-rightarrow.default,.nivo-nextNav {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
    z-index: 100;
    cursor: pointer;
    position: relative;
    background: transparent;
	border-color: #eee;
	border-style:solid;
	border-width:1px 0 1px 1px;
    padding-top: 20px !important;
    width: 45px;
    height: 60px;
    text-align: center;
    -webkit-transition: background .5s ease-in-out;
    -moz-transition: background .5s ease-in-out;
    -o-transition: background .5s ease-in-out;
    -ms-transition: background .5s ease-in-out;
    transition: background .5s ease-in-out;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    visibility: visible;
}

.tp-rightarrow.default:before,.nivo-nextNav:before {
    content: "\f054";
    font-family: FontAwesome;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    color: #fafafa;
    text-align: center;
    visibility: visible;
}

.nivo-caption h2 {
	margin:0;
	line-height:60px;
}
.list-slide {
    max-width: 500px;
}
.list-slide p {
    white-space: normal;
}
.jssor-caption{
  height: 100% !important;
  width: 45%!important;
  background:rgba(255,255,255,0.5);
/*  opacity: 0.7;*/
  top: 0px!important;
  left: 114.5px!important;
}
.jssor-captionTitle a{
  position: relative;
  width: 500px;
  top: 102px;
  left: 164.5px;
  filter: none;
  height: auto;
  font-size: 43px;
  line-height: 46px;
  padding: 0px;
  border-width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  color: black;
}
.jssor-captionDesc{
  position: relative;
  width: 500px;
  top: 120px;
  left: 164.5px;
  filter: none;
  height: auto;
  font-size: 18px;
  line-height: 22px;
  padding: 0px;
  border-width: 0px;
  margin-left: 0px;
  margin-top: 0px;
  color: #000;
  font-weight: 300;
  font-family: "PT Sans",sans-serif !important;
}

.jssor-captionLink a{
  position: relative;
  top: 42px;
  filter: none;
  font-size: 22px;
  line-height: 23px;
  padding: 10px 16px;
  border-width: 1px;
  margin-left: 0px;
  margin-top: 0px;
  background-color: #8b3;
  border: 1px solid;
  border-color: #7eb129;
  font-weight: normal;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
    color: #ffffff!important;
    width: 100%;
}
.jssor-captionLink a:hover{
    color: #ffffff;
  background-color: #5285a7;
  border-color: #5285a7;
}