.slider li{
	list-style:none;
}

.slider {
    position: relative;
    width: 100%;
    height: 480px;
    overflow: hidden;
}

.slides {
    height: 100%;
    overflow: hidden;
    *zoom: 1;
    -webkit-backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    margin:0;
}
.slide {
    float: left;
    clear: none;	
}

.slider-arrow {
    position: absolute;
    display: block;
    margin-bottom: -20px;
    padding: 0px 10px;
	color:#fff !important;
}
.slider-arrow:hover {
	color:#1bc4a3 !important;
}

.slider-arrow--right {
    bottom: 50%;
    right: 0px;
	outline: none;
	background: #1c2d3e;
	text-decoration: none;
	opacity: 0.9;
	width: 50px !important;
	line-height: 26px;
	text-align:left;
	padding-left: 25px;
}
.slider-arrow--right:hover {
	width: 60px !important;
}

.slider-arrow--left {
    bottom: 50%;
    left: 0px;
	outline: none;
	background: #1c2d3e;
	text-decoration: none;
	opacity: 0.9;
	background-position: 68px 0px !important;
	width: 50px;
	line-height: 26px;
	text-align:right;
	padding-right: 25px;
}
.slider-arrow--left:hover{
	background-position: 78px -28px  !important;
	width: 60px;
}

.slider-nav {
    position: absolute;
    bottom: 110px;
}

.slider-nav__item {
    width: 20px;
    height: 20px;
    float: left;
    clear: none;
    display: block;
    margin: 0 5px;
    background: #fff;
	border-radius: 50%;
}

.slider-nav__item:hover {
	background: #ccc;
}

.slider-nav__item--current {
	background: #ccc;
}
.tm_video iframe{
	border: 5px double #1c2d3e;
	padding: 5px;
}
.content_article-p {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	margin: 20px 0px;
	line-height: 24px;
	text-align: left;
	color:#1c2d3e;
}
.content_article-h1, .content_article-h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 29px;
	background: #1c2d3e;
	padding: 5px 10px;
	text-align: left;
	color: #fff;
	text-shadow: none;
	font-weight: 900;
	margin-bottom: 10px;
	display: inline-block;
	margin-right: 15px;
}
.content_article-h3 {
	background:#1bc4a3;
	color:#fff;
}

.content-img{
	display: block;
	margin: auto;
	position: relative;
	bottom: 0px;
}
.slide1,.slide2,.slide3,.slide4,.slide5,.slide6,.slide7,.slide8,.slide9,.slide10{
	height: 100% !important;
	-webkit-background-size: cover;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	position: relative;
	padding-top: 80px;
	margin:0;
	background-position: 50% 0;
}
.slider-arrow{
	background-image: url(../images/glide-arrows.png);
	background-repeat: no-repeat;
	height: 28px;
	display: block;
	font-size:15px;
}
.slider-arrow--right {
	background-position: -17px 0;
}
.slider-arrow--left {
	background-position: 0 0;
}
.slider-arrow--left:hover {
	background-position: 0 -28px;
}
.slider-arrow--right:hover {
	background-position: -17px -28px;
}


.content_article-btns
{
	position: relative;
	margin: 0;
	z-index: 1;
}

/* General button style (reset) */
.slider .btn {
	border: none;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: none;
	cursor: pointer;
	padding: 15px 50px;
	display: inline-block;
	margin: 5px 0px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	outline: none;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.slider .btn:after {
	content: '';
	position: absolute;
	z-index: -1;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	color: #0e83cd;
}


/* Button 1 */
.slider .btn-1 {
	border: 3px solid #fff;
	color: #fff;
}


/* Button 1e */
.slider .btn-1e {
	overflow: hidden;
}

.slider .btn-1e:after {
	width: 100%;
	height: 0;
	top: 50%;
	left: 50%;
	background: #fff;
	opacity: 0;
	-webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	-ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
}

.slider .btn-1e:hover,
.btn-1e:active {
	color: #0e83cd;
}

.slider .btn-1e:hover:after {
	height: 260%;
	opacity: 1;
}

.slider .btn-1e:active:after {
	height: 400%;
	opacity: 1;
}
