

/*Slider*/
.slider { position: relative; z-index: 999;}
.slider-img {  }
.slider-img img { position: relative; z-index: -1;min-height: 240px; }
.slider-captions { position: absolute; bottom: 200px; width: 50%; }
.slider-title { font-size: 35px; font-weight: 400; color: #fff; text-transform: capitalize; }
.slider-text { margin-bottom: 20px; color: #44484b; color: #fff; }
.slider .btn-primary{background-color: #e12219;outline: 0;border: none;padding: 10px 15px;font-family: 'Play', sans-serif;font-size: 16px;letter-spacing: 0px;}
.slider .btn-primary:hover{color: #fff !important;opacity: 0.95;transition: all 0.5s ease;}
.slider .owl-prev { position: absolute; top: 45%; left: 10px; }
.slider .owl-next { position: absolute; top: 45%; right: 10px; }
.slider .owl-prev, .slider .owl-next { background-color: #ff515b; padding: 10px 16px; border-radius: 2px; font-size: 18px; }
.slider .owl-prev:hover, .slider .owl-next:hover { background-color: #8e517d; color: #fff; }
.slider .owl-theme .owl-nav [class*='owl-'] { color: #FFF; font-size: 14px; margin: 5px; padding: 4px 12px; background: #e12219; display: inline-block; cursor: pointer; border-radius: 2px; }
.slider .owl-theme .owl-nav [class*='owl-']:hover { background: #ff515b; color: #FFF; text-decoration: none; }
.slider .owl-theme .owl-dots .owl-dot span { width: 30px; height: 4px; margin: 5px 7px; background: #fff; display: block; -webkit-backface-visibility: visible; transition: opacity 200ms ease; border-radius: 4px; }
.slider .owl-theme .owl-dots { text-align: center; -webkit-tap-highlight-color: transparent; bottom: 50px; position: relative; }
.slider .owl-theme .owl-dots .owl-dot.active span, .slider .owl-theme .owl-dots .owl-dot:hover span { background: #e12219; }

@media only screen and (max-width:1200px) {
    .slider-captions { position: absolute; bottom: 60px; width: 50%; left: 5%; }
    .slider .owl-next { position: absolute; top: 40%; right: 10px; }
    .slider .owl-prev { position: absolute; top: 40%; left: 10px; }
}
@media only screen and (max-width:768px) {
    .slider-title { font-size: 25px; }
}
@media only screen and (max-width:480px) {
    .slider .owl-next { display: none;}
    .slider .owl-prev { display: none; }
    .slider-title { font-size: 18px; }
    .slider .owl-theme .owl-nav [class*='owl-']{
    	display: none;
    }
    .slider .btn-primary{
    	padding: 5px 10px;
    }
}

/*Hero Section*/
.hero-section .container-fluid{
	padding: 0;
	margin: 0 0 20px 0;
}
.hero-section .video-desc{
	font-weight: bold;
	margin: 10px 0px;
	padding: 0px 20px;
}

/*About Gyro*/
.about-gyro .container{
	margin-top: 30px;
	margin-bottom: 60px;
}
@media only screen and (max-width:480px) {
    .about-gyro h2{
		font-size: 22px;
	}
}

.about-block{
	position: relative;
}
.about-block .box{
	margin: 10px 10px 0 10px;
	padding: 10px 10px;
	border-bottom: 3px solid rgba(57,57,57,1);
	background: #dfdfdf;
	color: black;
	border-radius: 4px;
}
.about-block .box:before{
	content: "";
	border-left: 16px solid #dfdfdf;
    border-bottom: 18px solid transparent;
    border-top: 18px solid transparent;
    position: absolute;
    bottom: 50px;
    right: 10px;
    z-index: 10;
}
@media only screen and (max-width: 480px){
	.about-block .box{
		margin: 5px 0 25px 0;
		padding: 10px 10px;
		border-bottom: 0;
		background: #dfdfdf;
		color: black;
		border-radius: 4px;
	}
	.about-block .box:before{
		content: "";
		border-top: 16px solid #dfdfdf;
	    border-left: 18px solid transparent;
	    border-right: 18px solid transparent;
	    position: absolute;
	    bottom: -33px;
    	right: 33px;
	    z-index: 10;
	}
}
@media only screen and (max-width:768px) and (min-width: 500px) {
    .about-block .box{
		display: none;
	}
}


/*Location*/
.location .container-fluid{
	margin-top: 30px;
	margin-bottom: 40px;
}
.location .globe img{
	width: 150px;
	height: 150px;
}
.location .places{
	margin-top: 20px;
	padding-left: 60px;
}
@media only screen and (max-width:768px) {
    .location .places{
		padding-left: 30px;
	}
}
.location .places li a{
	color: black;
	font-size: 15px;
}
.location .places .fa-map-marker{
	color: #e12219;
	padding-right: 15px;
	font-size: 16px;
}
#owl-location .item{
	background: #eee;
	padding: 0 0 10px 0px;
	margin: 10px;
	color: #333;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
}
#owl-location .item a{
	color: #333;
}

/*Book a Flight*/
.book-flight .container-fluid{
	margin: 30px 0;
	font-family: 'Play', sans-serif;
}
.book-flight .bg-bookflight,
.book-flight .bg-bookcourse{
	padding: 40px 30px;
	box-shadow: 1px 2px 3px 2px #ccc;
}
.book-flight .bg-bookflight{
	background: #12304c;
}
.book-flight .bg-bookflight .btn-book{
	border: 2px solid #fff;
}
.book-flight .bg-bookcourse{
	color: #333;
	background: #fff;
}
.book-flight .bg-bookflight h3{
	color: white;
	font-weight: bold;
}
.book-flight .bg-bookcourse h3{
	text-transform: uppercase;
	font-weight: bold;
}
.book-flight h3 small{
	color: white;
}
.book-flight .bg-bookflight .btn-book,
.book-flight .bg-bookcourse .btn-book{
	padding: 10px 25px;
	font-size: 16px;
	margin-top: 10px;
	font-weight: bold;
	background: white;
	color: black;
}
.book-flight .bg-bookcourse .btn-book{
	border: 2px solid #333; 
}
.book-flight .bg-bookflight .btn-book:hover,
.book-flight .bg-bookcourse .btn-book:hover{
	color: #fff !important;
	transition: all 0.5s ease;
}
.book-flight .bg-bookflight .btn-book:hover{
	background: transparent;
	border: 2px solid white; 
}
.book-flight .bg-bookcourse:hover .btn-book{
	border: 2px solid #fff !important;
}
.book-flight .bg-bookcourse .btn-book:hover{
	background: #12304c;
	border: 2px solid #fff !important;
}
/*Community*/
.community-events .container-fluid{
	margin-top: 0;
	margin-bottom: 0;
	/*background: #12304c;*/
	background: #12304c;
	background-size: cover;
	padding: 40px 10px 40px 10px;
	color: white;
}
.community h3{
	/*margin-bottom: 30px;*/
}
.community-events .box{
	margin-bottom: 5px;
}
@media only screen and (max-width: 480px) {
	.community-events .box{
		margin-left: 2px;
		margin-right: 2px;
	}
}
.community-events .date{
	padding: 2px 0px;
	color: white;
}
.community-events .date .day{
	font-size: 28px;
	display: block;
}
.community-events .date .month{
	font-size: 15px;
}
.community-events .date:nth-of-type(odd){
	background-color: #e24443;
}
.community-events .description{
	background-color: white;
	padding: 10px 7px;
	color: black;
	text-align: left;
}
.community-events .description .title{
	font-size: 12px;
	display: block;
	font-weight: bold;
	font-family: "Play", sans-serif !important;
	padding-bottom: 5px;
}
.community-events .description .duration{
	font-size: 12px;
	font-style: italic;
}

.glyphicon {
	margin-right: 4px !important;
}
.pagination .glyphicon {
	margin-right: 0px !important;
}
.pagination a {
	color: #555;
}
.panel ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.news-item {
	padding: 4px 4px;
	margin: 0px;
	color: black;
	border-bottom: 1px dotted #555;
}
.news-item a{
	color: #e12219 !important;
}
.news-item .name-user{
	margin-bottom: 0;
}
.news-item .date-user{
	font-size: 12px;
	font-style: italic;
	margin-bottom: 0;
}
.news-item .name-description{
	padding-left: 5px;
}
.news-item .name-description p{
	font-size: 13px;
	margin-bottom: 0px;
}
.news-item .name-description p.color-theme{
	font-size: 12px;
	font-style: italic;
}
@media only screen and (max-width:768px) {
    .news-item .name-description p{
		font-size: 11px;
	}
	.news-item .name-description p.color-theme{
		font-size: 11px;
	}
}

/*Banner*/
.banner .container-fluid{
	margin-top: 30px;
	margin-bottom: 30px;
	background: url("../images/homepage/bar.png");
	height: 80px;
	position: relative;
}
@media only screen and (max-width: 480px) {
	.banner .container-fluid{
		height: 130px;
	}
}

.banner .banner-content{
	top: 50%;
    left: 10%;
    right: 10%;
    transform: translate(0%,-50%);
    color: white;
    position: absolute;
    font-size: 20px;
    font-weight: bold;
    font-family: "Play", sans-serif !important;
}
.banner .banner-content .btn-primary{
	background-color: #e24443;
	color: white;
	font-weight: bold;
	border: none;
}
.banner .banner-content .btn-primary:hover{
	background-color: #333;
	color: white !important;
	font-weight: bold;
	border: none;
	transition: all 0.5s ease;
}

/*Giftshop*/
.giftshop .container{
	margin-top: 30px;
	margin-bottom: 50px;
}
.giftshop .box-section{
	background: #eee;
	border-radius: 3px;
}
.giftshop .gift-name p{
	font-size: 16px;
	padding: 12px 12px;
	border-bottom: 1px solid #ccc;
}
.giftshop .buy-btn{
	padding: 13px 25px;
	border-radius: 24px;
	color: white;
	background-color: #e12219;
	margin-bottom: 12px;
	border-bottom: 1px solid #ccc;
}
.giftshop .buy-btn i{
	padding-right: 5px;
}
.giftshop .buy-btn:hover{
	background-color: #333;
	color: white !important;
	transition: all 0.5s ease;
}
@media only screen and (max-width: 480px){
	.giftshop .box-section{
		margin-bottom: 20px;
	}
}