/* Chrome fix to avoid orange borders */
*:focus {
    outline: 0;
}
/* Flexslider */
.main-slider {
	height: 303px;
}

.main-slider li{
	height: 303px;
}

.main-slider .slides li figure > img {
	max-width: 80%;
	max-height: 253px;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.navigation-slider .slides img {
	width: 95%;
	cursor: pointer;
}

.navigation-slider figure {
	width: 100%;
	margin: 0px;
}

.navigation-slider .slides {
	padding-left: 3px;
}

.main-slider .slides figure > img {
	max-width: 100%;
 	width: auto;
 	display: block; 
 	margin: 0 auto;
}
.flex-caption {
	font-size: 10px;
	margin-bottom: 5px;
}

.flexslider { margin: 0 0 5px;
	border: none;
}
.main-slider .slides figure {
	position: relative;
}
.flex-direction-nav .flex-disabled {
  display: none;
}
.video-play-icon {
	position: absolute;
    top: 17%;
    margin-left: 30%;
    z-index: 10;
    cursor: pointer;
	width: 0;
	height: 0;
    border-top:13px solid transparent;
    border-left:22px solid white;
    border-left: 22px solid rgba(255, 255, 255, .7);
    border-bottom:12px solid transparent;  
}
.video-circle-icon{
	position: absolute;
    top: 10%;
    margin: 0px 0 0 -23px;
	left: 52%;
	z-index: 10;
    height:40px;
    width:40px;
    border-radius: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    background-color: rgba(30, 30, 30, 0.3);
}
.flex-direction-nav a {
	margin: -20px 0 0;
	display: block;	
	position: absolute;
	top: 43%;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
	z-index: 8009;
}

.navigation-slider .flex-direction-nav a {
	width: 32px;
	height: 32px;
}

.navigation-slider .flex-direction-nav .flex-next{
	background: url(../images/right-nav.png) no-repeat 0 0;
}

.navigation-slider .flex-direction-nav .flex-prev{
	background: url(../images/left-nav.png) no-repeat 0 0;
}

.main-slider .flex-direction-nav .flex-prev{
	background: url(../images/left.png) no-repeat 0 0;
}

.main-slider .flex-direction-nav .flex-next{
	background: url(../images/right.png) no-repeat 0 0;
}

.main-slider {
	position: relative;
}

.croped-figure {
    width: 80px;
    height: 50px;
    overflow: hidden;
    position: relative;
}

.croped-figure img{
	overflow: auto;
	margin: auto;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.wide-croped-figure {
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
/* Toolbar */
.photo_nav {
  	position: absolute;
	top: 5px;
	right: 5px;
	background: #000;
	padding: 2px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	z-index: 8009;
}

.icon_button {
	width: 20px !important;
	height: 20px;
}
.photo_nav .icon_button {
  margin-bottom: 5px;
}

.gestures-overlay {
	margin-left: auto;
	right: 0px;
	position: absolute;
	top: 0;
	width: 100%;
	height: 50%;
	background-color: transparent;
	z-index: 7000;
	display: none;
}