/*!
 * slider.css
 * Copyright (C) 2015 SmarTools Co. (http://smartools.co.kr)
*/

/** Carousel slider **/
#st-carousel {
	overflow:hidden;
}
@media (max-width: 767px) {
	#st-carousel {
		margin-top: 50px;
	}
}	
#st-carousel .item {
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#st-carousel .carousel .item img {width:auto; margin:0 auto;}
#st-carousel .carousel-inner, .item {height:100%;width:100%;}
#st-carousel .item {
	overflow: hidden;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
#st-carousel .item img {width:auto;}
#st-carousel .carousel-control {
	z-index: 15;
	opacity: 1.0;
}
#st-carousel .carousel-control .st-icon-prev, 
#st-carousel .carousel-control .st-icon-next {
	position: absolute;
	top: 45%;
	z-index: 5;
	display: inline-block;
}
#st-carousel .carousel-control .st-icon-prev {
	left: 50%;
	margin-left: -10px;
}
#st-carousel .carousel-control .st-icon-next {
	right: 50%;
	margin-right: -10px;
}
@media screen and (min-width: 768px) {
	#st-carousel .carousel-control .st-icon-prev, 
	#st-carousel .carousel-control .st-icon-next {		
		width: 30px;
		height: 30px;
		font-size: 60px;
		margin-top: 0;
		/*margin-top: -15px;*/
	}
}
#st-carousel .carousel-control-bottom {
	top: 80%;
	/*top: 85%;*/
	left:0;
	right:0;
	margin-left:auto;
	margin-right:auto;
	width: 50px;
	text-align: center;
	font-size: 30px;	
}

/** Carousel caption & descriptions **/
#st-carousel .carousel-caption {
	display: table;
	padding: 0;
	text-shadow:none;
}
#st-carousel .carousel-caption .caption-wrapper {
	display: table-cell;
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
#st-carousel .carousel-caption .caption-wrapper P.captionbtn{
	margin-top:90px;
}

#st-carousel .carousel-inner .caption-box {
	display: inline-block;
	font-size: 60px;
	letter-spacing: -5px;
	font-weight: bold;
	line-height: 1.3;
	padding: 10px 25px;
	margin-bottom: 5px;	
	width:90%;
	/*text-shadow: 2px 2px #333;*/
}
#st-carousel .carousel-inner .desc-box {
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	padding: 5px 15px;
	/* text-shadow: 2px 2px #333; */
}
#st-carousel .carousel-video {
	width:100%; 
	margin: 0 auto;
	padding-top: 15px;
	z-index: 10;
	display: none;
}
#st-carousel .carousel-video .embed-responsive {
	background-color: #000;
}
#st-carousel .carousel-playpause {
	position: absolute;
	z-index: 15;
	width: 25px;
	color: #fff;
	padding-left: 0;
	margin-left: -30%;
	text-align: left;
	margin-left: 5px;
	bottom: 10px;
	opacity: 0.7;
}
#st-carousel .carousel-playpause a {
	color: #fff;
	padding: 5px;
}
#st-carousel .carousel-caption .btn {
	font-size: 14px;
	padding: 12px 30px;	
	/* border-radius: 30px; */
}
@media screen and (min-width: 768px) {
	#st-carousel .carousel-caption {
		width: 100%;  
		top: 10%;		
		height: 80%;
		left:0%;
	}		
}



@media (max-width: 767px) {
	#st-carousel .carousel-caption { 
		width: 100%;
		height: 90%;
		left:0%;
	}
	#st-carousel .carousel-caption .caption-wrapper P.captionbtn{
		margin-top:35px;
	}
	#st-carousel .carousel-indicators {
		margin-bottom: 0;
	}
	#st-carousel .carousel-inner .caption-box {
		padding: 5px 10px;
		font-size: 30px;
	}	
	#st-carousel .carousel-inner .caption {
		font-size: 26px;
	}
	.visible-xs-inline {display:none!important;		
	}
	
}


@media (max-width: 367px) {

#st-carousel .carousel-inner .desc-box {
	font-size: 13px;
	
	}
	
#st-carousel .carousel-inner .caption-box {
		font-size: 26px;
		letter-spacing: 0px;
	}
#st-carousel .carousel-caption .caption-wrapper P.captionbtn{
		margin-top:20px;
	}	
}

/** Headline **/
#st-body .headline {
	padding: 70px 0;	
	margin-bottom: 20px;
}
#st-body .headline h3 {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	margin-bottom: 35px;
	font-family: LATO;
}
#st-body .headline p {
	font-size: 24px;
	font-weight: 300;
	font-family: LATO;
}
@media (max-width: 767px) {
	#st-body .headline .caption {
		text-align: center;
		padding-bottom: 10px;
	}
	#st-body .headline .btn-lg {
		font-size: 14px;
		padding: 8px 12px;
	}
}


#st-carousel .carousel-control-bottom span {
	display: block;
	width: 5px;
	height: 5px;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);

	border-right: 2px solid white;
	border-bottom: 2px solid white;
	margin: 0 0 3px 6px;
}
#st-carousel .carousel-control-bottom {
	top: 82%;
	width: 20px;
}
#st-carousel .mouse
{
	height: 38px;
	width: 23px;
	border-radius: 10px;
	transform: none;
	border: 2px solid white;
	top: 170px;
}
#st-carousel .arrows {
	margin-top: 5px;
	margin-left: 2px;
}
#st-carousel .unu {
	margin-top: 6px;
}
#st-carousel .unu, 
#st-carousel .doi, 
#st-carousel .trei {
	-webkit-animation: mouse-scroll 1s infinite;
	-moz-animation: mouse-scroll 1s infinite;
}
#st-carousel .unu
{
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	-webkit-animation-direction: alternate;
}
#st-carousel .doi
{
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	-webkit-animation-direction: alternate;
}
#st-carousel .trei
{
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	-webkit-animation-direction: alternate;
}
#st-carousel .wheel
{
	height: 6px;
	width: 2px;
	display: block;
	margin: 5px auto;
	background: white;
	position: relative;
}
#st-carousel .wheel
{
	-webkit-animation: mouse-wheel 1.2s ease infinite;
	-moz-animation: mouse-wheel 1.2s ease infinite;
}
@-webkit-keyframes mouse-wheel
{
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(6px);
		-ms-transform: translateY(6px);
		transform: translateY(6px);
	}
}
@-moz-keyframes mouse-wheel
{
	0% { top: 1px; }
	50% { top: 2px; }
	100% { top: 3px;}
}
@-webkit-keyframes mouse-scroll 
{
	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll 
{
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@-o-keyframes mouse-scroll 
{
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll 
{
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
