/*!
 * 
 * Sirius v.1.0.0
 * Srius Technology Group L.L.C.
 */

@media (min-width: 480px) {
}

@media (min-width: 768px) {
.out {
	opacity:0;
	filter:alpha(opacity=0);
}
.in {
	opacity:1;
	filter:alpha(opacity=100);
}

/*** slider section ***/
.slider-content {
	top:30%;
}

.text-large {
	font-size:30px;
	margin-bottom:25px;
}
.text-medium {
	font-size:18px;
}


.upper-section {
	padding:70px 0px;
}
.content-section {
	padding-bottom:70px;
}

.content-box {
	padding:25px 30px;
}
.about-box .iconic,
.tour-box .iconic {
	margin-bottom:30px;
}
.history p {
	margin-bottom:40px;
}

.tour-box {
	margin-bottom:0px;
}
.tour-box h4 {
	margin-bottom:35px;
}

/*** Contact Section 
----------------------------------------------------------- ***/
.contact-form {
	width:65%;
}
.contact-form ul {
	padding-right:55px;
	background-color:#cecece;
	overflow:hidden;
	position:relative;

	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.contact-form ul li {
	float:left;
}
.contact-form ul li.text {
	width:50%;
	padding-left:1px;
	margin-bottom:0px;
}
.contact-form ul li.send {
	position:absolute;
	top:0px;
	right:0px;
}
.contact-form ul li.send:before {
	width:55px;
	height:50px;
	line-height:50px;
}
.contact-form input[type='text'] {
	width:100%;
	height:50px;
	line-height:30px;

	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}
.contact-form input[type='submit'] {
	width:55px;
	height:50px;

	border-radius:0px;
	-moz-border-radius:0px;
	-webkit-border-radius:0px;
}


/*** Footer Section 
----------------------------------------------------------- ***/
.info-box {
	text-align:center;
}
.copyright-box {
	padding:40px 0px 40px 0px;
}
}

@media (min-width: 992px) {

.about-box,
.history .col-md-6 {
	margin-bottom:0px;
}

/*** Contact Section 
----------------------------------------------------------- ***/
.contact-form ul {
	padding-right:65px;
}

.contact-form ul li.send:before {
	width:65px;
	height:60px;
	line-height:60px;
}
.contact-form input[type='text'] {
	height:60px;
	line-height:40px;
}
.contact-form input[type='submit'] {
	width:65px;
	height:60px;
}	
}
@media (min-width: 1200px) {
.navbar-collapse {
	padding-top:30px;
}
.navbar-brand img {
	width:auto;
}
.navbar-nav > li > a {
	font-size:13px;
	font-weight:700;
}
.copyright-box {
	text-align:left;
	padding:25px 0px 20px 20px;
	margin-left:0px;
	display:inline-block;
}
.copyright-box:before {
	left:60px;
}

.address-box {
	padding:10px 0px;
	margin-bottom:0px;
	text-align:left;
}
.address-box .iconic {
	float:left;
	font-size:74px;
}
.address-box p {
	margin-left:60px;
}


/*** slider section ***/
.slider-content {
	top:35%;
}
.text-large {
	font-size:40px;
	margin-bottom:30px;
}
.text-medium {
	font-size:24px;
}


}

@media (max-width: 768px) {
.navbar-collapse {
	background-color:#2c2c2c;	
}
.navbar-nav > li > a,
.navbar-nav > li > a:hover {
	color:#f1f1f1;
}
.navbar-nav > li:nth-child(even) {
	background-color:rgba(0,0,0,0.2);
}
.navbar-nav > li.active {
	background-color:rgba(0,0,0,0.5);
}
.navbar-nav > li.active > a {
	color:#fff;
}
}


@media (max-width: 468px) {
}
