/*
Table Of Contents

1.) @FontFace Rule
2.) Basic Stracture
3.) Global Typography
4.) Global Form Elements
5.) Site Wide Content
---------------------------------------*/

/*
1.) Default Style
-------------------------------------*/

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.625em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.625em;
}
.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
	color: #2EAADC;
	font-weight: normal;
}
h1{
	font-size: 4.2em;
}
h2{
	font-size: 3.6em;
}
h3{
	font-size: 2.6em;
}
h4{
	font-size: 1.8em;
}
h5{
	font-size: 1.5em;
}
h6{
	font-size: 1.2em;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.625em;
}


table {
	border: 1px solid #d2d2d2;
	color: #000000;
	width: 100%;
	margin: 10px 0;
}
th {
	background: #ccc;
	font-weight: bold;
}
td, th {
	border: 1px solid #AAAAAA;
	padding: 5px;
	font-size: 12px;
	line-height: 20px;
	color: #000;
}

/* Text elements */
p {
	margin-bottom: 1.625em;
	font-size: 14px;
}
ul, ol {
	margin: 0 0 1.625em 2.5em;
}
ul {
	list-style: square;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style: upper-alpha;
}
ol ol ol {
	list-style: lower-roman;
}
ol ol ol ol {
	list-style: lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom: 0;
}
dl {
	margin: 0 1.625em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 1.625em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
}
blockquote {
	font-family: Georgia, "Bitstream Charter", serif;
	font-style: italic;
	font-weight: normal;
	margin: 0 3em;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
blockquote cite {
	color: #666;
	font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 300;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}
pre {
	background: #f4f4f4;
	font: 13px "Courier 10 Pitch", Courier, monospace;
	line-height: 1.5;
	margin-bottom: 1.625em;
	overflow: auto;
	padding: 0.75em 1.625em;
}
code, kbd, samp, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym, dfn {
	border-bottom: 1px dotted #666;
	cursor: help;
}
address {
	display: block;
	margin: 0 0 1.625em;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
sup,
sub {
	font-size: 10px;
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: smaller;
}

dl {
	margin: 0 0 10px;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 30px;
	margin-bottom: 10px;
}

/*defaul form element*/



/* Forms */
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number],
textarea {
	background: #ffffff;
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
	border: 1px solid #ddd;
	color: #888;
	width: 100%;
}
label{
	font-size: 14px;
}
input[type=text]:focus,
input[type=password]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=number]:focus,
textarea:focus {
	color: #373737;
}
textarea {
	padding-left: 3px;
	width: 98%;
}
input[type=text],
input[type=password],
input[type=email],
input[type=url],
input[type=number] {
	padding: 3px;
}


/* Links */
a {
	color: #0072ba;
	text-decoration: none;
}
a:focus,
a:active,
a:hover {
	text-decoration: underline;
}

/* 
2.) Comments
----------------------------------------------- */

#comments-title {
	color: #666;
	font-size: 10px;
	font-weight: 500;
	line-height: 2.6em;
	padding: 0 0 2.6em;
	text-transform: uppercase;
}
.nopassword,
.nocomments {
	color: #aaa;
	font-size: 24px;
	font-weight: 100;
	margin: 26px 0;
	text-align: center;
}
.commentlist {
	list-style: none;
	margin: 0 auto;
	width: 68.9%;
}
.content .commentlist,
.page-template-sidebar-page-php .commentlist {
	width: 100%; /* reset the width for the one-column and sidebar page layout */
}
.commentlist > li.comment {
	background: #f6f6f6;
	border: 1px solid #ddd;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 0 1.625em;
	padding: 1.625em;
	position: relative;
}
.commentlist .pingback {
	margin: 0 0 1.625em;
	padding: 0 1.625em;
}
.commentlist .children {
	list-style: none;
	margin: 0;
}
.commentlist .children li.comment {
	background: #fff;
	border-left: 1px solid #ddd;
	-moz-border-radius: 0 3px 3px 0;
	border-radius: 0 3px 3px 0;
	margin: 1.625em 0 0;
	padding: 1.625em;
	position: relative;
}
.commentlist .children li.comment .fn {
	display: block;
}
.comment-meta .fn {
	font-style: normal;
}
.comment-meta {
	color: #666;
	font-size: 12px;
	line-height: 2.2em;
}
.commentlist .children li.comment .comment-meta {
	line-height: 1.625em;
	margin-left: 50px;
}
.commentlist .children li.comment .comment-content {
	margin: 1.625em 0 0;
	word-wrap: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
}
.comment-meta a {
	font-weight: bold;
}
.comment-meta a:focus,
.comment-meta a:active,
.comment-meta a:hover {
}
.commentlist .avatar {
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 2px #ccc;
	-moz-box-shadow: 0 1px 2px #ccc;
	box-shadow: 0 1px 2px #ccc;
	left: -102px;
	padding: 0;
	position: absolute;
	top: 0;
}
.commentlist > li:before {
	content: url(images/comment-arrow.png);
	left: -21px;
	position: absolute;
}
.commentlist > li.pingback:before {
	content: '';
}
.commentlist .children .avatar {
	background: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	left: 2.2em;
	padding: 0;
	top: 2.2em;
}
a.comment-reply-link {
	background: #0076BB;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	font-size: 12px;
	padding: 0 8px;
	text-decoration: none;
}
a.comment-reply-link:hover,
a.comment-reply-link:focus,
a.comment-reply-link:active {
	background: #2EAADD;
	color: #fff;
}
a.comment-reply-link > span {
	display: inline-block;
	position: relative;
	top: -1px;
}

/* Post author highlighting */
.commentlist > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}
.commentlist > li.bypostauthor .comment-meta {
	color: #575757;
}
.commentlist > li.bypostauthor .comment-meta a:focus,
.commentlist > li.bypostauthor .comment-meta a:active,
.commentlist > li.bypostauthor .comment-meta a:hover {
}
.commentlist > li.bypostauthor:before {
	content: url(images/comment-arrow-bypostauthor.png);
}

/* Post Author threaded comments */
.commentlist .children > li.bypostauthor {
	background: #ddd;
	border-color: #d3d3d3;
}

/* sidebar-page.php comments */
/* Make sure we have room for our comment avatars */
.page-template-sidebar-page-php .commentlist > li.comment,
.page-template-sidebar-page-php.commentlist .pingback {
	margin-left: 102px;
	width: auto;
}
/* And a full-width comment form */
.page-template-sidebar-page-php #respond {
	width: auto;
}

/* Comment Form */
#respond {
	background: #2EAADD;
	border: 1px solid #d3d3d3;
	-moz-border-radius: 3px;
	border-radius: 3px;
	margin: 0 auto 1.625em;
	padding: 1.625em;
	position: relative;
	width: 68.9%;
}
#respond input[type="text"],
#respond textarea {
	background: #fff;
	border: 4px solid #0072BA;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	-moz-box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	box-shadow: inset 0 1px 3px rgba(204,204,204,0.95);
	position: relative;
	padding: 10px;
	text-indent: 80px;
}
#respond .comment-form-author,
#respond .comment-form-email,
#respond .comment-form-url,
#respond .comment-form-comment {
	position: relative;
}
#respond .comment-form-author label,
#respond .comment-form-email label,
#respond .comment-form-url label,
#respond .comment-form-comment label {
	background: #2EAADD;
	-webkit-box-shadow: 1px 2px 2px rgba(25,89,149,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(25,89,149,0.8);
	box-shadow: 1px 2px 2px rgba(25,89,149,0.8);
	color: #fff;
	display: inline-block;
	font-size: 13px;
	left: 4px;
	min-width: 60px;
	padding: 4px 10px;
	position: relative;
	top: 40px;
	z-index: 1;
}
#respond input[type="text"]:focus,
#respond textarea:focus {
	text-indent: 0;
	z-index: 1;
}
#respond textarea {
	resize: vertical;
	width: 95%;
}
#respond .comment-form-author .required,
#respond .comment-form-email .required {
	color: #bd3500;
	font-size: 22px;
	font-weight: bold;
	left: 75%;
	position: absolute;
	z-index: 1;
}
#respond .comment-notes,
#respond .logged-in-as {
	font-size: 13px;
	color: #fff;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: 10px 11px 10px 0;
}
.comment-body {
    margin-bottom: 10px;
    overflow: hidden;
}
#comments li p {
    line-height: 1.2;
    margin-bottom: 5px;
}
.comments-area .comment-list .comment {
	background: none;
    clear: left;
    overflow: hidden;
    padding: 0;
}
.comment-list {
	margin-left: 0px;
}
cite.fn {
    display: block;
    text-align: center;
}
#div-comment-3 > p {
	margin-bottom: 10px;
	line-height: 1.2;
}
.comment-author.vcard {
	float: left;
	margin-right: 10px;
}
.says {
	display: none;
}
#respond input#submit {
	background: #222;
	border: none;
	-moz-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	-moz-box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	box-shadow: 0px 1px 2px rgba(0,0,0,0.3);
	color: #eee;
	cursor: pointer;
	font-size: 15px;
	margin: 20px 0;
	padding: 5px 42px 5px 22px;
	position: relative;
	left: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.3);
}
#respond input#submit:active {
	background: #1982d1;
	color: #bfddf3;
}
#respond #cancel-comment-reply-link {
	color: #666;
	margin-left: 10px;
	text-decoration: none;
}
#respond .logged-in-as a:hover,
#respond #cancel-comment-reply-link:hover {
	text-decoration: underline;
}
.commentlist #respond {
	margin: 1.625em 0 0;
	width: auto;
}
#reply-title {
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
}
#cancel-comment-reply-link {
	color: #888;
	display: block;
	font-size: 10px;
	font-weight: normal;
	line-height: 2.2em;
	letter-spacing: 0.05em;
	position: absolute;
	right: 1.625em;
	text-decoration: none;
	text-transform: uppercase;
	top: 1.1em;
}
#cancel-comment-reply-link:focus,
#cancel-comment-reply-link:active,
#cancel-comment-reply-link:hover {
	color: #ff4b33;
}
#respond label {
	line-height: 2.2em;
}
#respond input[type=text] {
	display: block;
	height: 24px;
	width: 75%;
}
#respond p {
	font-size: 12px;
}
p.comment-form-comment {
	margin: 0;
}
.form-allowed-tags {
	display: none;
}


/*
5.) Site Wide Content
---------------------------------------*/
body {
	color: #373737;
	font-size: 62.5%;
	font-family: 'Open Sans', 'sans-serif';
	line-height: 1;
	/*background: url("../images/contact-1.png") top center no-repeat;*/
}

.main-page {
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
}
img {
	 height: auto;
    max-width: 100%;
}


/*clearfix class
 -----------------------------------*/
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}
/*Header section here
 -----------------------------------------*/
.contact-detail {
	float: right;
}
.contact-num span {
	color: #fff;
	font-weight: 600;
	font-size: 1.8em;
}
.contact-num a {
	color: #fff;
}
.contact-num, .top-menu {
	float: left;
}
.contact-num {
    margin-right: 49px;
    padding: 12px 0 13px;
}
.top-menu li {
	float: left;
	background-color:#2687be;
}
.top-menu ul {
	margin: 0px;
}
.top-menu li a {
	font-size: 1.3em;
	line-height: 13px;
	color: #fff;
	text-transform: uppercase;
	padding: 16px 17px 16px 23px;	
	background: url('../images/nav-border.jpg') left center no-repeat;	
	display: block;
}
.top-menu ul li:first-child a {
	background: none;
	}
.top-menu li:hover, .top-menu li.current-menu-item {
	background-color: #2a95cb;
}
.top-menu li:hover a {
	text-decoration: none;
}
.contact-wrap {
	background-color: #2eaadd;
}
.logo {
	float: left;
    width: 19.5%;
}
.nav-search {
	float: right;
}
.logo > a {
    display: block;
    margin-top: -18px;
}
.screen-reader-text {
	display: none;
}
.seardch-wrap {
    padding: 17px 0 0;
    margin-bottom: 34px;
}
#searchform input {
	height: 24px;
	float: left;
}
#searchform input[type="text"] {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -moz-box-sizing: border-box;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #999999;
    font-size: 1.2em;
    font-weight: 300;
    line-height: 12px;
    padding: 3px 6px;
    text-transform: capitalize;
    width: 143px;
}
#searchform input[type="submit"] {
	width: 24px;
	height: 24px;
	border: 1px solid #999999;
	background: url('../images/search.png') #0072ba center center no-repeat;
	cursor: pointer;
	margin-left: 5px;
}
#searchform input[type="submit"]:hover {
	background-color: #2baadf;
}
.seardch-wrap, .header-menu {
	float: right;
}
.header-menu {
	clear: both;
}
@media screen and (min-width:768px) {
	.header-menu {
		height: auto !important;
	}
}
.header-menu li {
	float: left; 
	margin: 0 0 0 28px;
	position: relative;
}
.header-menu ul {
	margin: 0px;
}
.header-menu ul ul {
	 background: #FFFFFF;
    left: -15px;
    position: absolute;
    top: 20px;
    width: 180px;
    z-index: 1;
    display: none;
}
.header-menu li li {
	float: none;
	margin: 0px;
	padding: 0px;
}
.header-menu li li a{
	padding: 7px 15px 7px 25px;
	background: url('../images/nav-arrow.png') 15px center no-repeat; 
}
.header-menu li li:hover > a {
	background: url('../images/nav-hover1.png') 15px center no-repeat #eaf6fb; 
}
.header-menu li li.current-menu-item > a{
	background: url('../images/more-arrow.png') 15px center no-repeat;
}
.header-menu li a {
    color: #8E8E8E;
    display: block;
    font-size: 1.4em;
    line-height: 1;
    padding-bottom: 19px;
    text-transform: uppercase;
}
.header-menu li:hover > ul {
	display: block;
}
.header-menu li:hover > a {
	color: #35a6e2;
	text-decoration: none;
}
.header-menu li.current-menu-item > a, .header-menu li.current-page-ancestor > a, .header-menu li.current-menu-ancestor > a {
	color: #0072ba;
	text-decoration: none;
	background: url('../images/manu-border.jpg') bottom center no-repeat;
}


/*footer section here
 ----------------------------------*/
.footer-nav li {
	border-left: 1px solid #797979;
    display: inline;
    float: none;
    padding: 1px 6px;
}
.footer-nav ul {
    margin: 0;
    text-align: center;
/*    overflow: hidden;*/
}
.footer-nav {
    padding: 21px 0;
     margin-bottom: 10px;
}
.footer-nav li a {
	font-size: 1.5em;
	color: #797979;
	text-transform: uppercase;
}
.footer-divider {
	border-top: 1px solid #797979;
	 margin-bottom: 30px;
}
.copy-right ul, .copy-right p {
	width: 100%;
	text-align: center;
}

.copy-right ul {
    margin: 0 0 3px;
}
.copy-right li a {
	color: #797979;
}
.copy-right li, .copy-right p {
	font-size: 1.4em;
	color: #797979;
	display: inline-block;
}
.copy-right p {
	display: block;
	margin-bottom: 19px;
}

.copy-right li{
    border-left: 1px solid;
    line-height: 1;
    padding: 0 3px;
}
.copy-right li:first-child, .footer-nav li:first-child {
	border: none;
}
.copy-right p a:hover, .footer-nav li a:hover {
	color: #195995;
}
.news-letter {
    float: left;
    width: 14.2%;
}
.copy-right {
    float: left;
    width: 72.5%;
}
.social-media {
    float: right;
    width: 13%;
    padding-top: 2px;
}
.social-media li {
	float: left;
	margin-left: 18px;
}
.social-media li:first-child {
	margin: 0px;
}
.social-media ul {
	margin: 0px;
}
.social-media li a {
	display: block;
	width: 32px;
	height: 32px;
	background: url('../images/facebook.png') left top no-repeat;
	 background-size: cover;
}
.social-media li+li a {
	background: url('../images/twitter.png') left top no-repeat;
	 background-size: cover;
}
.social-media li+li+li a {
	background: url('../images/google.png') left top no-repeat;
	 background-size: cover;
}
.social-media li a:hover {
	background: url('../images/facebook1.png') left top no-repeat;
	 background-size: cover;
}
.social-media li+li a:hover {
	background: url('../images/twitter1.png') left top no-repeat;
	 background-size: cover;
}
.social-media li+li+li a:hover {
	background: url('../images/google1.png') left top no-repeat;
	 background-size: cover;
}
.social-media li a:hover, .social-media li a :active, .social-media li a :focus {
	text-decoration: none;
}
#mc4wp-form-1 input {
	width: 100%;
	box-shadow: none;
	font-size: 12px;
	background: #fff;
	border: 1px solid #adadad; 
}
#mc4wp-form-1 input[type="submit"]{
	 background: url("../images/msg.png") no-repeat scroll 11px center #0072BA;
    color: #FFFFFF;
    padding: 2px 0 2px 21px;
    cursor: pointer;
}
#mc4wp-form-1 input[type="submit"]:hover {
	background-color: #3A8BD3;
}
#footer {
    padding: 0 0 30px;
}
