<style type="text/css">
#myCarousel {
	/*height: 470px;*/
}


.carousel-inner>.item>a>img,.carousel-inner>.item>img,.img-responsive,.thumbnail a>img,.thumbnail>img {
	display: block;
	max-width: 100%;
	height: auto;
}

.carousel {
	position: relative;
}

.carousel-inner {
	position: relative;
	width: 100%;
	overflow: hidden;
}

.carousel-inner>.item {
	position: relative;
	display: none;
	-webkit-transition: .6s ease-in-out left;
	-o-transition: .6s ease-in-out left;
	transition: .6s ease-in-out left;
}

.carousel-inner>.item>a>img,.carousel-inner>.item>img {
	line-height: 1;
}


.carousel-inner>.active,.carousel-inner>.next,.carousel-inner>.prev {
	display: block;
}

.carousel-inner>.active {
	left: 0;
}

.carousel-inner>.next,.carousel-inner>.prev {
	position: absolute;
	top: 0;
	width: 100%;
}

.carousel-inner>.next {
	left: 100%;
}

.carousel-inner>.prev {
	left: -100%;
}

.carousel-inner>.next.left,.carousel-inner>.prev.right {
	left: 0;
}

.carousel-inner>.active.left {
	left: -100%;
}

.carousel-inner>.active.right {
	left: 100%;
}

.thumb-carousel {
	padding-bottom: 0px !important;
    height: 380px !important;

}

.carousel-control {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 15%;
    font-size: 20px;
    color: #fff !important;
    text-align: center;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    /*background-color: rgba(0,0,0,0);
    filter: alpha(opacity=50);
    opacity: .5;*/
	background-image: none !important;
	height: 380px;
}

.carousel-control.left {
	background-repeat: repeat-x;
}

.carousel-control.right {
	right: 0;
	left: auto;
	background-repeat: repeat-x;
}

.carousel-control:focus,.carousel-control:hover {
	color: #fff;
	text-decoration: none;
	outline: 0;
	filter: alpha(opacity=90);
	opacity: .9;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
	position: absolute;
	top: 50%;
	z-index: 5;
	display: inline-block;
	margin-top: -10px;
}

.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
	left: 50%;
	margin-left: -10px;
}

.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
	right: 50%;
	margin-right: -10px;
}

.carousel-control .icon-next,.carousel-control .icon-prev {
	width: 20px;
	height: 20px;
	font-family: serif;
	line-height: 1;
}

.carousel-control .icon-prev:before {
	content: "\2039";
}

.carousel-control .icon-next:before {
	content: "\203a";
}



.carousel-indicators {
	display: none;
	position: absolute;
	bottom: 10px;
	left: 50%;
	z-index: 15;
	width: 60%;
	padding-left: 0;
	margin-left: -30%;
	text-align: center;
	list-style: none;
}


.carousel-indicators li, .carousel-indicators .active {
	display: inline;
	width: 30px;
	height: 30px;
	margin: 5px;
	border: 3px solid #000;
	border-radius: 50%;
	position: relative;
	bottom: 20px;
}

.carousel-indicators .active {

	background-color: #fff;
}



/*
.carousel-indicators li {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin: 1px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #000\9;
    background-color: rgba(0,0,0,0);
    border: 2px solid #fff;
    border-radius: 10px;
}
.carousel-indicators .active {
	width: 12px;
	height: 12px;
	margin: 0;
	background-color: #fff;
}
*/

.carousel-caption {
	position: absolute;
	right: 15%;
	bottom: 20px;
	left: 15%;
	z-index: 10;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	text-shadow: 0 1px 2px rgba(0,0,0,.6);
}

.carousel-caption .btn {
	text-shadow: none;
}



@font-face {
	font-family:"Glyphicons Halflings";src:url(../fonts/glyphicons-halflings-regular.eot);src:url(../fonts/glyphicons-halflings-regular.eot?#iefix) format("embedded-opentype"),url(../fonts/glyphicons-halflings-regular.woff2) format("woff2"),url(../fonts/glyphicons-halflings-regular.woff) format("woff"),url(../fonts/glyphicons-halflings-regular.ttf) format("truetype"),url(../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular) format("svg");
}

.glyphicon-chevron-left:before {
	font-family: FontAwesome;
	content: "\f053";
}

.glyphicon-chevron-right:before {
	font-family: FontAwesome;
	content: "\f054";
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	padding: 0;
	margin: -1px;
	overflow: hidden;
	clip: rect(0,0,0,0);
	border: 0;
}

.sr-only-focusable:active,.sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto;
}

.btn-group-vertical>.btn-group:after, .btn-group-vertical>.btn-group:before, .btn-toolbar:after, .btn-toolbar:before, .clearfix:after, .clearfix:before, .container-fluid:after, .container-fluid:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .pager:after, .pager:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
    display: table;
    content: " ";
	box-sizing: border-box;
}


/**************** MEDIA QUERIES **********/

/* mobile */
@media (max-width: 767px) {
	#myCarousel {
		height: auto;
		display: flex;
	}



	/*.carousel-indicators li, .carousel-indicators .active {
		bottom: 260px !important;
	}

	.item-1 .card {
		min-height: 470px !important;
	}*/

	/*.headline-title-custom
	{
		bottom: 46px !important;
	}*/

	.thumb-carousel /* mobile */
	{
		padding-bottom: 0px !important;
		height: 240px !important;
	}

	.carousel-control
	{
		height: 240px;
	}

	.item-1
	{
		height: 500px;
	}
}


/* desktop ALL */
@media screen and (min-width:768px) {
	.carousel-control .glyphicon-chevron-left,.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next,.carousel-control .icon-prev {
		width: 30px;
		height: 30px;
		margin-top: -10px;
		font-size: 30px;
	}

	.carousel-control .glyphicon-chevron-left,.carousel-control .icon-prev {
		margin-left: -10px;
	}

	.carousel-control .glyphicon-chevron-right,.carousel-control .icon-next {
		margin-right: -10px;
	}

	.carousel-caption {
		right: 20%;
		left: 20%;
		padding-bottom: 30px;
	}

	.carousel-indicators {
		bottom: 40px;
	}

	/* override default - all desktop */
	.thumb-carousel {
		padding-bottom: 0px !important;
		height: 380px !important;

	}

	.carousel-control {
		height: 380px;

}

/* desktop 1 */
@media (min-width: 768px) and (max-width: 1239px) {
	/*.carousel-control
	{
		bottom: 30% !important;
	}


	.carousel-indicators li, .carousel-indicators .active  {
		bottom: 120px !important;
	}*/


	/*.headline-title-custom
	{
		bottom: 50px !important;
	}*/

}


/* desktop 2 */
@media (min-width: 1321px)
{
	/*.headline-title-custom {

		bottom: 54px;
	}*/
}


/** override defaults for carousel **
@media only screen and (min-width: 1240px) and (max-width: 1320px)
{
	.item-1 .item .card .thumb {
		padding-bottom: 0px !important;
    height: 380px !important;
	}
}



@media (min-width: 768px) and (max-width: 999px)
{
	.item-1 .item .card .thumb {
		padding-bottom: 0px !important;
    height: 380px !important;
	}
}
*/
/*****************************************/

@media all and (transform-3d),(-webkit-transform-3d) {
	.carousel-inner>.item {
		-webkit-transition: -webkit-transform .6s ease-in-out;
		-o-transition: -o-transform .6s ease-in-out;
		transition: -webkit-transform .6s ease-in-out;
		transition: transform .6s ease-in-out;
		transition: transform .6s ease-in-out,-webkit-transform .6s ease-in-out,-o-transform .6s ease-in-out;
		-webkit-backface-visibility: hidden;
		backface-visibility: hidden;
		-webkit-perspective: 1000px;
		perspective: 1000px;
	}

	.carousel-inner>.item.active.right,.carousel-inner>.item.next {
		-webkit-transform: translate3d(100%,0,0);
		transform: translate3d(100%,0,0);
		left: 0;
	}

	.carousel-inner>.item.active.left,.carousel-inner>.item.prev {
		-webkit-transform: translate3d(-100%,0,0);
		transform: translate3d(-100%,0,0);
		left: 0;
	}

	.carousel-inner>.item.active,.carousel-inner>.item.next.left,.carousel-inner>.item.prev.right {
		-webkit-transform: translate3d(0,0,0);
		transform: translate3d(0,0,0);
		left: 0;
	}
}
</style>