@import url('../js/libs/bootstrap-3.3.2-dist/css/bootstrap.min.css');
@import url(http://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700,300italic,400italic,500italic,700italic|Montserrat:400,700);
@import url('../js/libs/FlexSlider-master/flexslider.css');
@import url('../js/libs/superfish-master/dist/css/superfish.css');
@import url('../js/libs/superfish-master/dist/css/superfish-vertical.css');
@import url('../js/libs/fancybox/source/jquery.fancybox.css');


/** Global CSS **/

body { font-family: 'Tahoma', sans-serif; color: #574d4b; font-size: 13px; }
body { background: #000; overflow-x: hidden; }

h1,h2,h3,h4,h5 { margin-top: 0; }
h1,h2,h3 { font-family: 'Arial', sans-serif; color: #010d4d; }
h1 { font-size: 36px; }
h2 { font-size: 16px; text-transform: uppercase; color: #000a00; }
h3 { font-size: 16px; }

.header .logo { border-bottom: 30px #635d5e solid; }

.slider { border-bottom: 30px #cbcaca solid; }

.featured { 
	background: #b00000;
	margin-top: 30px;
	margin-bottom: 30px;
	color: #fff;
	font-size: 14px;
	border-radius: 15px;
}

.featured .heading { 
	text-align: center;
	padding: 10px;
}


.featured .desc { 
	padding: 15px;
	font-size: 12px;
}

.sf-vertical {
	width: 16em;	
}

.sf-menu li { 
	background: none;
}

.sf-menu a, .sf-menu li  { 
	border: none;
	transition: none;
	color: #fff;
	font-size: 16px;
	text-transform: uppercase;
	text-align: right;
}

.sf-menu a:hover { 
	background: #6b0101;
	color: #fff;
}

.copyright { 
	background: #635D5E;
	width: 100%;
	color: #fff;
	padding: 15px;
	text-align: center;
}

.project { 
	color: #020473;
}

.project .thumb { 
	border: 1px solid #ccc;
}

.flexslider  { 
	margin: 0;
	border: none;
}

.flex-direction-nav a { 
	width: 50px;
	height: 50px;
}

.toggle { 
	margin-left: 15px;
	margin-right: 15px;
	padding: 15px 30px;
	text-align: center;
	background: #e8232b;
	display: block;
	color: #fff;
	font-size: 16px;
}

.toggle:hover, .toggle:focus { 
	color: #fff;
	background: #7f0006;
	text-decoration: none;
}

.mobilenav { 
	margin-left: 15px;
	margin-right: 15px;
	padding: 0;
	display: none;
}

.mobilenav li { 
	display: block;
	border-bottom: 1px solid #fff;
}

.mobilenav li a { 
	display: block;
	padding: 15px;
	text-align: center;
	background: #b30000;
	color: #fff;
}

.mobilenav li a:hover { 
	text-decoration: none;
	background: #810005;
}

/** Helpers **/
.margin-bottom { margin-bottom: 30px; }
.margin-bottom-small { margin-bottom: 15px; }

.img-center { display: table; margin: 0 auto 30px; }

/** Others **/
hr { border-top: 1px solid #ccc; }
.btn { -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; }
.btn-success { background: #360; border: 1px solid #360; }
a, a:hover { color: #336600; }

.main-content { background: #fff; }

/** Media Queries **/

/* XS */
@media only screen and (max-width: 767px) {
	.slider { 
		padding: 0 15px;
	}

	.content { 
		padding: 30px 15px;
	}

	.featured, .project {
		margin: 0 auto 30px;	
		width: 300px;
		text-align: center;	
	}

	.project .thumb  {
		margin-bottom: 30px;		
	}

}

@media only screen and (min-width: 480px) and (max-width: 767px) {

}

@media only screen and (min-width: 993px) and (max-width: 1220px) {

}

@media only screen and (min-width: 767px) and (max-width: 992px) {
	.slider { 
		padding: 0 15px;
	}

	.content { 
		padding: 30px 15px;
	}

	.featured, .project {
		margin: 0 auto 30px;	
		width: 420px;
		text-align: center;	
	}

	.project .thumb  {
		margin-bottom: 30px;		
	}
}

/* LG */
@media only screen and (min-width: 1200px) {
	.page-main { 
		position: relative;		
		width: 964px;
		margin: -17px auto 0; 
		background: url(../images/sidebar-bg.png) no-repeat 15px 0;
		z-index: 2;
	}

	.header { 
		position: relative;
		width: 964px;
		margin: 0 auto;
		z-index: 1;
	}

	.main-content { 
		width: 719px;
	}

	.main-content .content { 
		padding-top: 30px;
		padding-bottom: 30px;
	}

	.sidebar { 
		width: 244px;	
		margin-left: 15px;	
	}

	.featured { 
		margin-left: -15px;
		margin-right: 0;
	}

}