
.carousel-control {
	position: absolute;
	z-index: 5;
	top:45%;
	left:0%;
	display: inline-block;
	font-weight:200;
	opacity:0.9;
}
 .left-control{
   margin-right:40px;
}
.right-control{
   margin-left:40px;
} 

#tourModal .modal-backdrop
{
    opacity:0.6 !important;
}

#tourModal .carousel-control.left, .carousel-control.right {
    background-image: none
}
#tourModal .modal-content{
	top:0.5em;
	margin:auto;
	background-color:#01ABA4;
 	color:#f2f2f2;
	padding:0px;
}
#tourModal .modal-header{
	padding:0px!important;
	border:none;
}
#tourModal .modal-footer{
	border:none;
	text-align:center;
	background-color:#f2f2f2;
	box-shadow:5px 0px 3px #666;
}
#tourModal .fa-indicator{
	font-size:40px;
}
#tourModal .carousel-indicators li {
    display: inline-block;
    width: 80px;
    height: 48px;
    margin: 10px;
    text-indent: 0;
    cursor: pointer;
    border: none;
    background-color: #0000ff;
    box-shadow: inset 1px 1px 1px 1px rgba(0,0,0,0.5);    
}
#tourModal h3{
	font-weight:100!important;
}

#tourModal .carousel-indicators .active {
    width: 80px;
    height: 48px;
    margin: 10px;
    background-color: #ffff99;
}
#tourModal .list-inline li{
	
	color:red;
	cursor:pointer;
	width:auto;
	padding:10px;
	border:1px solid #1ac3be;
	color:#1ac3be;
	margin-right:1em;
	border-radius:5px;
	background-color:#fff;
}
#tourModal .list-inline li:hover{
	
	border:1px solid #999;
	color:#666;
	margin-right:1em;
}
#tourModal #slider-pics{
	height:500px;
	margin:auto;
}
.modal-content-welcome{
	
	text-align:center;
	height:auto;
	padding:20px;
}
#migrateModal .modal-header{
	padding:0px!important;
	border:none;
}
#migrateModal .modal-footer{
	padding:0px!important;
	border:none;
}
@media (max-width: 543px) {
#migrateMobile{
	width : 20em;
	}	
}
@media (min-width:544px){
	#migrateMobile{
	width : 38em;
	}
}