@import url(http://fonts.googleapis.com/css?family=Lobster);
@import url(http://fonts.googleapis.com/css?family=Roboto:500,300,700,400);
@import url(http://fonts.googleapis.com/css?family=Ubuntu+Condensed);
/*====================================== reset.css is here ========================================*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,img {
    border: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
    font-style: normal;
    font-weight: normal;
}

ol,ul {
    list-style: none;
}

caption,th {
    text-align: left;
}

q:before,q:after {
    content: '';
}

abbr,acronym {
    border: 0;
}

.clear_0 {
    clear: both;
    font-size: 0px;
    line-height: 0px;
    display: block;
}

.last {
    margin: 0 !important;
}

.pad_last {
    padding: 0 !important;
}

.no_bg {
    background: none !important;
}
/**************************************************************************************/
a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}

a:hover {
    color: #000;
    text-decoration: none;
}
/*----------------------------------------------------------------------------------*/
html {
    height: 100%;
}

body {
    color: #b1b1b1;
    font-family: 'Roboto';
    line-height: 20px;
	font-size: 16px;
	font-weight: 300;
    background: url(../images/main-bg.png) top center no-repeat;
    height: 100%;
}

.flt_Lt {
    float: left;
    display: inline;
}

.flt_Rt {
    float: right;
    display: inline;
}
/* ---------------------------------------------------------------------------------*/


/* ----------------------- layout ----------*/
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -48px;
}
/*-------------------------------------------*/

/* ------------------------- HEADER HERE -------------------*/
.header {
    max-width: 1200px;
    position: relative;
    padding-bottom: 25px;
    margin: 0 auto;
}

.header a.logo {
	/*position: absolute;*/
	top: 10px;
	left: 28px;
	z-index: 99;
	width: 305px;
	height: 50px;
	padding-top:30px;
	font-family: 'Lobster', cursive;
	font-size: 40px;
	
	float:left;
	padding-left:30px;
}

.header p {
    width: 100%;
    text-align: right;
    font-family: Tahoma;
    font-size: 24px;
    color: #000;
    padding: 20px 0 0 0;
}

.header p a {
    color: #2c2c65;
}

/* ------------------------- NAVIGATION HERE ---------------*/
.nav {
    width: 100%;
    float: left;
    padding: 25px 0 0 0;
}

.nav ul {
    float: right;
}

.nav ul li {
    display: block;
    float: left;
    *float: left;
    padding: 0 0px 0 15px;
}

.nav ul li a {
    color: #007dbf;
    font-family: Tahoma;
    font-size: 14px;
    display: block;
	font-weight: bold;
}

.nav ul li a:hover {
    color: #2b9123;
}

.nav ul li a.active {
    color: #2b9123;
}

/* ---------------------------------------------------------*/

/* ------------------------ MIAN CONTENT HERE --------------*/
.main_wrapper {
    width: 100%;
    float: left;
    background: url(../images/bottom.png) bottom center no-repeat;
}

.main_content {
    max-width: 1200px;
    margin: 0 auto;
}

.mid_top {
	width: 100%;
	background-color: #A5D9F2;
	float: right;
	margin-top: 26px;
}

.mid_middle {
	width: 100%;
	float: left;
	/*margin-top: 60px;*/
	padding-top: 25px;
	padding-bottom: 50px;
	background: #E3F4FD;
}

.middle_lft{
	float: left;
	width: 60%;
	margin-left: 2.5%;
	margin-right: 2.5%;
	color: #152536;
	background: #fff;
}

.middle_lft .main_content{
	padding:30px;	
	line-height: 25px;
}
.middle_lft p{
	text-align: justify;
	margin-bottom: 15px;	
}
.middle_rht{
	float: left;
	width: 32.5%;
	padding-right: 0%;
}
.middle_lft h2{
	width: 96%;
	background-color: #007dbf;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 2% 0 2% 4%;
	/*text-align:center;*/
	font-family: 'Ubuntu Condensed', sans-serif;
}

.middle_rht h4 {
	width: 100%;
	background: #152536;
	font-size: 30px;
	color: #fff;
	font-weight: normal;
	padding: 15px 0 15px 0px;
	text-align:center;
	font-family: 'Ubuntu Condensed', sans-serif;
}
.textwidget{
	background: rgb(227, 238, 253);
	padding:10px;
	color: #152536;
}
.textwidget p {
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 15px;
}
#sidebar1 .widget{
	margin-bottom:30px;	
}

/******** contact form *******/

.wpcf7 span {
	float: left;
	margin-bottom: 10px;
	/*border: 1px solid #bccfe9;*/
	width: 100%;
}

.wpcf7 .wpcf7-text {
	border: 1px solid #bccfe9;
	height: 28px;
	background: rgb(227, 238, 253);
	padding-left: 5px;
	font-size: 14px;
	color: #4674B4;
	width: 98%;
}

.wpcf7 .wpcf7-textarea {
	border: 1px solid #bccfe9;
	width: 98%;
	resize: none;
	height: 100px;
	background: rgb(227, 238, 253);
	padding-left: 5px;
	font-size: 14px;
	color: #4674B4;
	font-family: 'Roboto';
}

.wpcf7 .wpcf7-submit {
	float: right;
	border: none;
	background: #fff;
	height: 26px;
	width: 100px;
	color: #152536;
	font-size: 14px;
}

input::-webkit-input-placeholder { color:#4674B4;opacity: 1; }
input::-moz-placeholder { color:#4674B4;opacity: 1; } /* firefox 19+ */
input:-ms-input-placeholder { color:#4674B4;opacity: 1; } /* ie */
:-moz-placeholder { color:#4674B4;opacity: 1; }

textarea::-webkit-input-placeholder {  color: #4674B4;}
textarea::-moz-placeholder { color:#4674B4;opacity: 1; } /* firefox 19+ */
textarea:-ms-input-placeholder { color:#4674B4;opacity: 1; } /* ie */
:-moz-placeholder { color:#4674B4;opacity: 1; }

:focus { outline: none; }
/* ---------------------------------------------------------*/


/* ------------------ FOOTER HERE --------------------------*/
.footer_wrapper {
    width: 100%;
    background-color: #268FC9;
	float:left;
}

.footer {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 13px;
    font-family: Verdana;
    color: #fff;
    padding-top: 18px;
}

.footer p {
    display: inline;
    padding: 0px 40px 0 40px;
}

.footer a {
    color: #fff;
    border-bottom: #fff solid 1px;
    *text-decoration: underline;
}
						
/* ---------------------------------------------------------*/

/************ slider ***************/
.metaslider{
	padding: 10px;
}
/********************************/
.blog_content{
	float:left; 
	width:96%;
	background: #fff; 
	margin-bottom: 30px;
	padding: 2%;
}
.blog_content h2{
	margin-bottom: 20px;
}
.blog_content img{
	padding-right:20px;
	float: left;
}
.inner_header{
	width:100%;	
}
.footer p{
	display: inline;
	width: 75%;
	float: left;
	padding:0px;
}
.footer span{
	float: left;
	width: 25%;
	text-align: right;
}
.footer_inner{
	width:100%;
}
@media (max-width: 768px) {
	.middle_lft, .middle_rht{
		width:100%;	
		margin-left:0px;
	}
	#menu-main_menu{
		display:none;	
	}
	.header a.logo{
		width:100%;
		text-align:center;
		padding-left:0px;
	}
	.header p{
		float: left;
		width: 100%;
		text-align: center;
	}
	#responsive-menu a{
		font-weight:bold;	
	}
	.footer p, .footer span{
		width:100%;
		text-align:center;	
	}
		
	
}