/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Typography
2.0 Basic
	2.1 Blocks
	2.2 Tabs
	2.3 Accordion
3.0 Forms
4.0 Basic layout
	4.1 Header
	4.2 Content
	4.3 Browser notification 
5.0 Navigation
	5.1 Main Navigation
6.0 Login
7.0 Media Queries
	7.1 Landscape tablet to large desktop
	7.2 Phone to portrait tablet
--------------------------------------------------------------*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,400italic,700,700italic);
@import url(https://fonts.googleapis.com/css?family=Oswald:700);
@import url(font-awesome.min.css);
@import url(reset.css);

/*--------------------------------------------------------------
1.0 Typography
--------------------------------------------------------------*/
body {
	background: url('/images/bg.png');
	color: #696969;
	font: normal 13px/18px 'Open Sans', Arial, sans-serif;
}

p,
ul,
ol {
	margin-bottom: 18px;	
}

h1,
h2,
h3 {
	font: bold 16px/22px Oswald, Arial, sans-serif;
	margin-bottom: 20px;
	text-transform: uppercase;
}

h3 i {
	font-size: 24px !important;
	margin-right :12px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

a {
	color: #00aae8;	
	text-decoration: underline;
}

.btn {
	background: #00aae8;
	border: none;
	border-radius: 0 !important;
	color: #fff;
	display: inline-block;
	font: bold 16px/18px Oswald, Arial, sans-serif;
	padding: 8px 10px;
	text-decoration: none;
	text-transform: uppercase;
}

.btn:hover {
	background: #0090c4;
	color: #fff;
}

a.more {
	float: right;
}

table th {
	font-weight: bold;
}

hr {
	border-color: #696969;
}


/*--------------------------------------------------------------
2.0 Basic elements
--------------------------------------------------------------*/

/*------------------------------
2.1 Blocks
------------------------------*/
.block {
	background: #f0f0f0;
	margin-bottom: 30px;
	padding: 15px; 
}

.block .list {
	display: table;
	margin-top: 5px;
	width: 100%;
}

.block .list li {
	display: table-row;
	width: 100% !important;
}
.block .list li:nth-child(odd) {
	background: #f9f9f9;
}

.block .list li span {
	display: table-cell;
	padding: 5px 10px;
}

.block .list li i {
	color: #00aae8;
	margin-right: 5px;
}

/*------------------------------
2.2 Tabs
------------------------------*/
.nav-tabs {
	border-color: #d5d5d5;
	margin-bottom: 20px;
}
.nav-tabs > li {
	border-radius: none;
	font: bold 14px/20px Oswald, Arial, sans-serif;
	text-transform: uppercase;
}

.nav-tabs > li > a {
	border-radius: 0;
	color: #696969;
	text-decoration: none;
}

.nav-tabs > li.active > a {
	border-bottom: solid 1px #f0f0f0;
	background: none;
	color: #00aae8;
}

/*------------------------------
2.3 Accordion
------------------------------*/
.panel {
	background: none;
	border-radius: 0 !important;
	box-shadow: none;
	margin-bottom: 2px !important;
}

.panel-heading {
	background: none !important;
	border-radius: 0 !important;
	padding: 5px 15px;
}

.panel-title {
	font-size: 13px;
}

.panel-title a {
	color: #00aae8;
}


/*--------------------------------------------------------------
3.0 Forms
--------------------------------------------------------------*/
.form-control {
	background: #f9f9f9 !important;
	/* border: none !important; */
	border-radius:  0 !important;
	font-size: 13px;
	padding: 5px;;
}

.form-horizontal .control-label {
	text-align: left !important;
}

/*--------------------------------------------------------------
4.0 Basic layout
--------------------------------------------------------------*/
#wrapper {
	background: #f9f9f9;
	border: 1px solid #e4e4e4;
	border-top: solid 4px #00aae8;
	box-shadow: 0px 0px 80px #323232;
}

/*------------------------------
4.1 Header
------------------------------*/
header {
	border-bottom: solid 1px #d5d5d5;
	padding: 20px;
	position: relative;
}

header:after {
	background: url('../images/shadow.png') no-repeat;
	bottom: -46px;
	content: " ";
	height: 46px;
	left: 0;
	position: absolute;
	width: 100%;
}

header #logo {
	display: inline-block;
	margin-top: 5px;	
}

header .phone {
	color: #696969;
	display: inline-block;
	font: bold 18px/18px Oswald, Arial, sans-serif;
	margin-top: 3px;
	text-decoration: none;
	text-transform: uppercase;
}

header .phone i {
	font-size: 26px !important;
	margin-right :12px;
	position: relative;
	top: 3px;
}

/*------------------------------
4.2A Slider 
------------------------------

#slider {
	padding: 20px 20px 10px 20px;
}

#slider .carousel-indicators {
	bottom: -32px;
}

#slider .carousel-indicators li {
	border: solid 2px #8d8d8d;
	height: 8px;
	width: 8px;
}
#slider .carousel-indicators .active {
	background: #8d8d8d;
	height: 10px;
	width: 10px;
}

#slider .caption {
	background: rgba(0,170, 232, 0.8);
	bottom: 0;
	color: #fff;
	left: 50%;
	padding :20px;
	position: absolute;
	width: 48%;
}
#slider .caption .btn {
	background: #6d6d6d;
}
*/

/*------------------------------
4.2 Content 
------------------------------*/
#content {
	padding: 20px;
}

/*------------------------------
4.3 Browser notification 
------------------------------*/
.browser-notification { 
	background: #e9004d; 
	color: #fff; 
	font: bold 14px/40px Arial, sans-serif;  
	height: 40px; 
	position: absolute;
	text-align: center;
	top: 0;
	width: 100%; 
}

.browser-notification a {
	color: #fff;
	text-decoration: underline;	
} 

/*--------------------------------------------------------------
5.0 Navigation
--------------------------------------------------------------*/

/*------------------------------
5.1 Main Navigation
------------------------------*/
#main-navigation .navbar {
	background: #f0f0f0;
	border: none;
	border-radius: 0;
}

#main-navigation .nav > li {
	border-bottom: solid 1px #d5d5d5;
	font: bold 16px/22px Oswald, Arial, sans-serif;
	text-transform: uppercase;
}

#main-navigation .nav > li.active,
#main-navigation .nav > li:last-child {
	border: none;
}

#main-navigation .navbar-nav > .active > a {
	background: #00aae8;
	color: #fff;
}

#main-navigation .nav > li a {
	color: #696969;
	text-decoration: none;
}

#main-navigation .nav > li a i {
	font-size: 24px;
	margin-right :12px;
}

#main-navigation .dropdown-menu {
	background: #f0f0f0;
	border: none;
	border-bottom: solid 1px #d5d5d5;
	border-radius: 0;
	box-shadow: none;
	padding: 0;
	position: relative;
}
	
#main-navigation .active .dropdown-menu {
	display: block;	
}
#main-navigation .dropdown-menu li a {
	padding-bottom: 6px !important;
	padding-left: 12px;
	padding-top: 6px !important;
}
	
#main-navigation .dropdown-menu li a i {
	font-size: 14px;
	margin-right: 4px;
}

#main-navigation .dropdown-menu > .active > a {
	background: none;
	color: #00aae8 !important;
}

/*--------------------------------------------------------------
6.0 Login
--------------------------------------------------------------*/
#login {
	background: #f9f9f9;
	border: 1px solid #e4e4e4;
	border-top: solid 4px #00aae8;
	box-shadow: 0px 0px 10px #323232;
	max-width: 400px;
	margin: 100px auto 0 auto;
}

#login #logo img {
	max-width: 160px;
}

#login .phone {
	margin-top: 0;
}

#login .form-control {
	background: #f0f0f0 !important;
}

/*--------------------------------------------------------------
7.0 Media Queries
--------------------------------------------------------------*/

/*------------------------------
7.1 Landscape tablet to large desktop
------------------------------*/
@media (min-width: 768px) {
	#main-navigation .navbar .navbar-collapse {
    	padding: 0;
		max-height: none;
	}
	
	#main-navigation .navbar ul {
    	float: none;
	}
	
	#main-navigation .navbar li {
    	float: none;
		display: block;
	}
	
	#main-navigation .navbar li a {
		padding-bottom: 12px;
    	padding-top: 12px;
	}
}

/*------------------------------
7.2 Phone to portrait tablet
------------------------------*/
@media (max-width: 767px) {

}

.red, .error, .file_error {
	color: #ff0000;
	font-weight: bold;
}
