﻿/*sly*/
/* Example wrapper */
.wrap {
	position: relative;
	margin: 3em 0;
}

.section-slider{
    text-align:center;
}

/* Frame */
.frame {
	height: 465px;
	line-height: normal;
	overflow: hidden;
    border-style:solid;
    border-width:0px;
    border-color:#cccccc;
    margin-bottom:5px;
    overflow:hidden;
    border-radius:12px;

}
.frame ul {
	list-style: none;
	margin: 0;
	padding: 0;
	height: 100%;
	font-size: 11px;

}
.frame ul li {
	float: left;
	width:calc(100% / 2 * 1px);
	height: 100%;
	margin: 0 0px 0 0;
	padding: 0;
	background:black;
	color: #eee;
	text-align: center;
	cursor: default;
    overflow:hidden;
    list-style-type:none;
    position:relative;

}

.frame .custom{
    
}

.frame ul > li > img, .frame ul > li > a > img, .frame .custom > img, .frame .custom > a > img{
    -ms-interpolation-mode: bicubic; 
    max-height:95%;
    max-width:none !important;
    width:auto !important;

    position: absolute;
    top: -9999px;
    bottom: -9999px;
    left: -9999px;
    right: -9999px;
    margin: auto;

    z-index:3 !important;   
}

.frame ul > li > a{
    position:absolute;
    left:0;
    right:0;
    top:0;
    bottom:0;
}


.frame ul li iframe{
    width:100% !important;
    height:100% !important;
    z-index:2 !important;
    position:relative;

}
.frame ul li.active {
	
}

.frame .template, .frame .custom{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
   background-size:cover;
    
}

.frame .template .content-box{
    position:absolute;
    bottom:0;
    left:0;
    right:0;
    padding:15px;
    background:rgba(0,0,0,.8);
    color: white;
    text-align:left;
    font-size:14px;
}

.frame .template .content-box h2{
    color:white !important;
    font-weight:600 !important;
}


.frame .template .content-box > p:last-child{

    margin-bottom:0px !important;
}

/* Scrollbar */
.scrollbar {
	margin: 0 0 1em 0;
	height: 2px;
	background: #ccc;
	line-height: 0;
    display:none;
}
.scrollbar .handle {
	width: 100px;
	height: 100%;
	background: #292a33;
	cursor: pointer;
}
.scrollbar .handle .mousearea {
	position: absolute;
	top: -9px;
	left: 0;
	width: 100%;
	height: 20px;
}

/* Pages */
.pages {
	list-style: none;
	margin: 0px 0 0 0 !important;
	padding: 0 !important;
	text-align: center !important;
    display:inline-block;

    

}
.pages li {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin: -1px 8px;
	text-indent: -999px;
	border-radius: 18px;
	cursor: pointer;
	overflow: hidden;
	background: #fff;
	box-shadow: inset 0 0 0 1px rgba(0,0,0,.2);
}
.pages li:hover {
	background: #aaa;
}
.pages li.active {
	background: #b82525;
}

.btn .fa{
    font-size:22px !important;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline:0 !important;
    cursor:pointer;
}
.btn:disabled .fa{
    cursor:default;
}


.btn{
    background:none !important;
    -webkit-appearance:none !important;
    border-style:none !important;
}

.frame h1{
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    padding:20px;
    font-size:16px !important;
    color:white;
    background:rgba(0,0,0,.8);
    z-index:4;
    text-align:left;
    margin-bottom:0px !important;
}