/* -----------------------
Base styles
------------------------*/

html{
	height:100%;
	background-color: #eee;
}

body
{
	margin: 0;
	padding: 0;
	min-height:100%;
	color: #333;
	
	font: 1em/1.2 "Helvetica Neue", Geneva, Helvetica, Arial, sans-serif;
}

h1,h2,h3,h4,h5,h6
{
	margin: 0 0 .5em;
	font-weight: 500;
	line-height: 1.1;
}

h1 { font-size: 2.25em; } /* 36px */
h2 { font-size: 1.75em; } /* 28px */
h3 { font-size: 1.375em; } /* 22px */
h4 { font-size: 1.125em; } /* 18px */
h5 { font-size: 1em; } /* 16px */
h6 { font-size: .875em; } /* 14px */

p
{
	margin: 0 0 1.5em;
	line-height: 1.5;
}

blockquote
{
	padding: 1em 2em;
	margin: 0 0 2em;
	border-left: 5px solid #eee;
}

hr
{
	height: 0;
	margin-top: 1em;
	margin-bottom: 2em;
	border: 0;
	border-top: 1px solid #ddd;
}

table
{
	background-color: transparent;
	border-spacing: 0;
	border-collapse: collapse;
	border-top: 1px solid #ddd;
}

th, td
{
	padding: .5em 1em;
	vertical-align: top;
	text-align: left;
	border-bottom: 1px solid #ddd;
}

a:link { color: royalblue; }
a:visited { color: purple; }
a:focus { color: black; }
a:hover { color: green; }
a:active { color: red; }

/* -----------------------
Layout styles
------------------------*/

.container
{
	max-width: 90%;
	margin: 0 auto;
}

.conheader
{
	color: #fff;
	background-image: url(../img/main_banner2.jpg);
	width: 100%;
    height: 10%;
    background-position: top;
    background-repeat: no-repeat;
    background-size: cover;
	/* background: #999; */
	padding: 1em 1.25em;
}

.conheader-heading { margin: 0; }

.nav-bar
{
	background: #000;
	padding: 0;
}

.content
{
	overflow: hidden;
	padding: 1em 1.25em;
	background-color: #fff;
}

.main, .aside
{
	margin-bottom: 1em;
}

.footer
{
	color: #fff;
	background: #000;
	padding: 1em 1.25em;
}

/* -----------------------
Nav
------------------------*/

.nav
{
	margin: 0;
	padding: 0;
	list-style: none;
}

.nav li
{
	display: inline;
	margin: 0;
}

.nav a
{
	display: block;
	padding: .7em 1.25em;
	color: #fff;
	text-decoration: none;
	border-bottom: 1px solid gray;
}

.nav a:link { color: white; }
.nav a:visited { color: white; }

.nav a:focus
{
	color: black;
	background-color: white;
}

.nav a:hover
{
	color: white;
	background-color: green;
}

.nav a:active
{
	color: white;
	background-color: red;
}

/* -----------------------
Single styles
------------------------*/

.img-responsive { max-width: 100%; }

.btn
{
	color: #fff !important;
	background-color: royalblue;
	border-color: #222;
	display: inline-block;
	padding: .5em 1em;
	margin-bottom: 0;
	font-weight: 400;
	line-height: 1.2;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	border: 1px solid transparent;
	border-radius: .2em;
	text-decoration: none;
}

.btn:hover
{
	color: #fff !important;
	background-color: green;
}

.btn:focus
{
	color: #fff !important;
	background-color: black;
}

.btn:active
{
	color: #fff !important;
	background-color: red;
}

.table
{
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}

.list-unstyled
{
	padding-left: 0;
	list-style: none;
}

.list-inline
{
	padding-left: 0;
	margin-left: -5px;
	list-style: none;
}

.list-inline > li
{
	display: inline-block;
	padding-right: 5px;
	padding-left: 5px;
}

/* -----------------------
Wide styles
------------------------*/

@media (min-width: 55em)
{
	.conheader { padding: 2em 3em; }
	.nav-bar { padding: 1em 3em; }
	.content { padding: 2em 3em; }

	.main
	{
		float: left;
		width: 55%;
		margin-right: 5%;
		margin-bottom: 1em;
	}

	.aside
	{
		float: left;
		width: 40%;
		margin-bottom: 1em;
	}
    
    	.main_solo
	{
        float:left;
		width: 95%;
		margin-right: 2.5%;
        margin-left: 2.5%;
		margin-bottom: 1em;
	}

	.footer { padding: 2em 3em; }
	
	.nav li
	{
		display: inline;
		margin: 0 1em 0 0;
	}
	
	.nav a
	{
		display: inline;
		padding: 0;
		border-bottom: 0;
	}
}
/*================================================
11 - CONTACT SECTION CSS
==================================================*/

.contact-area form .form-group .form-control {
	-moz-border-bottom-colors: none;
	-moz-border-left-colors: none;
	-moz-border-right-colors: none;
	-moz-border-top-colors: none;
	border-color: currentcolor currentcolor #222;
	-o-border-image: none;
	border-image: none;
	border-radius: 0;
	border-style: solid;
	border-width: 1px;
	box-shadow: none;
	color: #222;
	font-family: "Open Sans", sans-serif;
	font-size: 14px;
	height: 3em;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

.contact-area form .form-group textarea.form-control {
	height: auto;
	resize: none;
}

.contact-area form button {
	background: #212121 none repeat scroll 0 0;
	border: 2px solid #212111;
	color: #fff;
	text-transform: uppercase;
	display: inline-block;
	font-family: "Raleway", sans-serif;
	font-size: 13px;
	font-weight: 600;
	margin-top: 30px;
	padding: 10px 20px;
	-webkit-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
	cursor: pointer
}

.contact-area form button:hover {
	background: transparent none repeat scroll 0 0;
	color: #212111
} 

.site-heading {
	margin-bottom: 50px;
	text-align: center;
}

.site-heading>h2 {
	color: #242424;
	display: inline-block;
	font-family: "Montserrat", sans-serif;
	font-size: 36px;
	font-weight: 800;
	letter-spacing: 0;
	margin-bottom: 10px;
	position: relative;
	text-transform: capitalize;
}

.site-heading>h2:after {
	background: #333 none repeat scroll 0 0;
	content: "";
	height: 2px;
	left: -45%;
	position: absolute;
	top: 50%;
	width: 40%;
}

.site-heading>h2:before {
	background: #333 none repeat scroll 0 0;
	content: "";
	height: 2px;
	right: -45%;
	position: absolute;
	top: 52%;
	width: 40%;
}