﻿.hide-bullets {
    list-style: none;
    margin-left: -40px;
    margin-top: 0px;
    float: left;
}
.thin {
    max-width: 267px;
}

.carousel > .window {
    position: relative;
}

/*
    This is the item wrapper,
    it will be animated.
*/

.carousel ul {
    list-style: none;
    top: 0;
    left: 19px;
    right: 0px;
    position: absolute;
    padding: 0px;
}

.carousel ul a.active,
.carousel ul a.focus {

    position: relative;
    z-index: 999999;
  
}
.thumbnail a > img,
.thumbnail > img {
    margin-left: 0px !important;
    margin-right: auto;
    margin-top: 0px;
}
/*
    These are the items
*/

.carousel li {
    margin: 0px 0 10px 0;
	padding:0px;
	
}
#carousel-text {
    margin-top: 0px;
    margin-left: 0px;
    background: #DBE5F1;
    color: #000;
    padding: 12px;
    height: 500px;
    overflow-y: scroll;
	right:0px;
}
.margintop {
    margin-top: 10px;
}
.slimScrollRail {
    border-radius: 0px!important;
}
.thumbnail {

    border: 10px solid #ddd;
    border-radius: 0px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.055);
    display: block;
    line-height: 20px;
    padding: 0px;
    transition: all 0.2s ease-in-out 0s;
	margin-bottom:0px!important;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
          border-color:#f7afb0;

}

a.thumbnail.active{     border:10px solid #f7afb0;}
.arrow-right {
   width: 0; 
  height: 0; 
  border-top: 60px solid transparent;
  border-bottom: 60px solid transparent;
  border-left: 60px solid green;
}

.photo-gallery .img-responsive{
    display: block;
    max-width: 100%;
    height: auto;
}

.photo-gallery .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}

.margin-0{margin:0px;padding:0px;}

.site_img .img-responsive {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%;
}
.arrow-icon {
	display:none;
}


.arrow_box {
	position: relative;
	background: #88b7d5;
	border: 4px solid #c2e1f5;
}
.arrow_box:after, .arrow_box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #88b7d5;
	border-width: 30px;
	margin-top: -30px;
}
.arrow_box:before {
	border-color: rgba(194, 225, 245, 0);
	border-left-color: #c2e1f5;
	border-width: 36px;
	margin-top: -36px;
}