@charset "utf-8";
/* CSS Document */


body {
	background-image:url('img/back_banner.jpg');
	background-size:100%;
	background-attachment:fixed;
	background-position:center;
    font-family: "Lato";
    font-weight: 300;
    font-size: 16px;
    color: #FFF;
    padding-top: 50px;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}
.navbar-default{
	background-color: #ffffff;
}
/* Titles */
h1 {
    font-weight: 300;
	color: #000000;
}
h2, h3, h4, h5, h6 {
    font-weight: 300;
	color: #FFFFFF;
}


/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #3bc492;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	/* background-color: #FFFFFF; */	
	background-color: rgb(0, 0, 0, 0.6);
}

#headerwrap h1 {
	margin-top: 30px;
	color: black;
	font-size: 70px;
	
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

#about{
	background-color: rgb(0, 0, 0, 0.6);
	/* background-color: #acbdc5; */
	padding-bottom: 20px;
}
#about h1{
	color: white;
}
#about_txt{
	background-color: rgb(230, 230, 230, 0.8);
	border-radius: 15px;
	padding: 10px;
	color: black;
}

#services{
	background-color: #FFFFFF;	
	/* background-color: rgb(0, 0, 0, 0.6); */
	padding: 10px;
}

#pro_back{
	background-color: #FFFFFF;	
}

#pro_txt{
	/* background-color: rgb(230, 230, 230, 0.8);
	border-radius: 15px;
	padding: 10px; */
	color: black;
}

/* intro Wrap */

#intro {
	border-top: #bdc3c7 solid 5px;
}

#features {
	padding-bottom: 50px;
}

#features .ac a{
	font-size: 20px;
}

/* Showcase Wrap */

#showcase {
	/* background-color: rgb(0, 0, 0, 0.6); */
}

#showcase img{
	width: 100%;
}

#drum {
	display: block;
	background-color: #52686a;
	padding-bottom: 50px;
}
#drum h1, h3{
	color: white;
}
#drum ul{
	margin: 0 auto;
	overflow: auto;
}
#drum li{
	list-style-type: none;
	float: left;
}

.services_drum img{
	width: 100%;
	border: #000 4px double;
	padding: 4px;
	background: #CCC;
}

#travels{
	display: block;
	background-color: #a96851;
	padding-bottom: 50px;
}
#recruits{
	/* background-color: rgb(0, 0, 0, 0.6); */
	padding: 10px;
}
#refundable{
	background-color: rgb(0, 0, 0, 0.6);
	padding: 10px;
}
#travels h1, h3{
	color: white;
}
#top_txt{
	/* background-color: rgb(0, 0, 0, 0.6); */
	padding: 10px;
	color: #FFF;
}
#travels_both{
	/* background-color: rgb(0, 0, 0, 0.6); */
	border-radius: 15px;
	padding: 10px;
	color: white;
}
#travels_img{
	margin-top: 20px;
	width: 266px;
	border: #000 4px double;
	padding: 4px;
}

#map {
	background-color: #FFFFFF;	
	/*background-color: rgb(0, 0, 0, 0.6); */
	padding: 10px;
}

#footerwrap {
	background-color: #314a52;
	color: white;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

/* Copyright Wrap */

#c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}

#drum_price{
	background-color:#EBEBEB;
	padding: 20px 30px;
	color: #000000;
}
#drum_price1 p{
	font-size: 16px;
	margin: 10px;
}
#drum_price1 h2{
	font-size: 20px;
	color: #F90;
}
#drum_price1 table{
	border-top: #300 5px solid;
	border-bottom: #999 3px solid;
}
#drum_price1 table tr th{
	color: #fff;
	background-color: #630;
	padding: 6px;
	font-size: 18px;
	text-align: center;
}
#drum_price1 table tr td{
	padding: 6px;
	background-color: #FF9;
	font-size: 16px;
	color: #333;
}
#drum_price1 tr:nth-child(even) {background: #FCF}
#drum_price1 tr:nth-child(odd) {background: #FFC}
#drum_price2{
	background-color: #FFF;
	padding: 10px;
	border-radius: 15px;
}
#drum_price2 p{
	font-size: 14px;
	margin: 10px;
}
#drum_price2 h2{
	font-size: 20px;
	color: #F90;
}
.slider { margin: 50px 0 10px!important;}

@media (max-width: 767px) {
	#about_img img{
		width: 100%;
	}
	#services_img img{
		width: 100%;
	}
	.navbar-default .navbar-nav > li > a{
		text-align: center;
	}
}

.style1{
	color: #0FC;
}

.style2{
	color: #F60;
}

.style3{
	color: #F00;
}

.style4{
	color: #00F;
}
.style5{
	color: #000;
}

#gotop {
    display: none;
    position: fixed;
    right: 20px;
    bottom: 20px;    
    padding: 10px 15px;    
    font-size: 20px;
    background: no-repeat scroll 0 0 transparent;
    color: white;
    cursor: pointer;
}
