 /*Table Of Content:
 1.)Global css rules
 	1.0) Global Typography css rules
 	1.1.)Header css rules
 	1.2)Footer css rules
 	1.3) Wp common css rules
 	
 --------------------------------*/
/*
1.0) Global Typography css rules
-----------------------------------*/
body{
	font-family: 'Lato', sans-serif;
	color:#444444;
}
h1{
	font-size: 36px;
	line-height: 50.2px;
}
h2,h4,h5,h6{
	font-size: 24px;
	line-height: 24px;
}
h3{
	font-size: 30px;
	line-height: 30px;
	color:#a3a3a3;
}
li{
	font-size: 18px;
	line-height:20px;
}
p,span{
	font-size: 16px;
	line-height: 24px;
}
a{
	text-decoration: none;
}
a:focus,a:active,a:link,a:visited,a:hover{
	outline: none;
	text-decoration: none;
}
ul,ol{
	padding: 20px 10px;
}
ul ul,ol ol{
	padding:10px 0 10px 30px;
} 
ul li{
	list-style:disc inside;
}
ul li ul li{
	list-style: circle; 
}
ol li ol li{
	list-style: lower-alpha;
}
ol li{
	list-style: decimal inside;
}
blockquote{
	font-size: 20px;
	padding:10px 15px;
	margin:10px;
	font-style: italic;
}
strong{
	font-weight: bold;
	}


table {
	background-color:#fff;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0.5em 0 1em;
   width: 100%;
}
table th {
    background: rgb(150, 150, 150);
    border: 1px solid rgb(203, 203, 203);
      font-weight: bold;
}
table th, table td {
    border-top: 1px solid rgb(221, 221, 221);
}

table th, table td {
    line-height: 20px;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}
table td {
    background-color: rgb(250, 250, 250);
    border: 1px solid rgb(204, 204, 204);
}

form fieldset {
    border: 1px solid rgb(0,0,0);
    margin-bottom: 20px;
}
form  {
    padding: 0 10px 10px;
}
form fieldset{
	padding: 10px;
}
form  legend {
    padding: 0 10px;
}
form  fieldset > div {
    margin: 15px 0;
}

textarea, input[type="text"], input[type="password"], select {
    padding: 2px;
}

form  button, form input[type="button"], form button:hover, form input[type="button"]:hover {
    color: rgb(255, 255, 255);
}
form button, form input[type="button"], .mod-box-color form button {
    background: rgb(67, 67, 67);
}
form button, form input[type="button"] {
    border: medium none;
    padding: 7px;
}
form button,form input[type="button"],form input[type="reset"] {
    vertical-align: middle;
}
button, input[type="button"], input[type="submit"] {
    padding: 2px 3px;
}
select, input, textarea, button {
    font-size: 12px;
}
button, input[type="button"], input[type="reset"], input[type="submit"] {
    cursor: pointer;
}

/*img{
	width: 100%;
	max-width: 100%;
	height: auto;
	display: block;
}*/

.info li,.info h2,.contact-info a,.management-info h3,.performance-content h2{
font-family: 'Ubuntu', sans-serif;	
}

/*
1.1.)Header css rules
--------------------------*/
.header-nav{
width: 100%;
background-color: #262626;	
}
.logo{
	position: relative;
}
.logo a{
	float: left;
}
.logo a.menu-btn{
	float: none;
}
.logo img{
	width: auto;
}
.navigation ul{
	float: right;
	padding: 0;
	margin-bottom: 0;
}
.navigation  li{
	float: left;
	list-style: none;
	text-transform: uppercase;
	border-right: 1px solid #141414;
	border-left: 1px solid #404040;
	padding: 40px 20px 41px;
}
.navigation  li a{
	color:#FFF;
}
.navigation  li:first-child{
	border-left: none;
}
.navigation  li:last-child{
	border-right: none;
}
.navigation  li a:hover{
	text-decoration: none;
	color:#5d87b5;
}
.menu-btn{
	color:#fff;
	cursor: pointer;
	display:none;
	text-transform: uppercase;
	width: 77px;
	height: 80px;
	background:url(../images/nav-btn.png) left top no-repeat; 
	position: absolute;
    right: 0;
    bottom:15px;
    z-index: 99;
}
/*
1.2)Footer css rules
------------------------------------*/
#footer{
	padding-top: 14px;
}
.footer-section{
text-align: center;
width: 100%;
background-color: #f4f4f4;	
padding: 8px 0 15px;
}
.footer-logo{
	padding-right: 45px;
}
.footer-logo,.contact-info{
	display: inline-block;
	vertical-align: middle;
}
.footer-logo img{
width: auto;	
}
.contact-info{
	padding-top: 15px;
}
.contact-info a{
	padding:3px 0 9px 40px;
background: url(../images/sprite.png) no-repeat;	
display: inline-block;
font-weight: 300;
}
.contact-info a:hover{
	text-decoration: underline;
}
.contact-info a.tel{
	background-position: 0px 2px;
	font-size: 24px;
	color:#ff0000;
	line-height: 24px;
}
.contact-info a.msg{
	font-size:18px;
	line-height:18px;
	color: #696969;
	background-position: 0px -58px;
	margin-left: 25px;
}
/*-------------  Wp Css  Global  ----------------*/
/*1. Images */
.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.alignleft {
	margin: 5px 20px 5px 0;
}

.wp-caption.alignleft {
	margin: 5px 10px 5px 0;
}

img.alignright {
	margin: 5px 0 5px 20px;
}

.wp-caption.alignright {
	margin: 5px 0 5px 10px;
}

img.aligncenter {
	margin: 5px auto;
}

img.alignnone {
	margin: 5px 0;
}

.wp-caption .wp-caption-text, .entry-caption, .gallery-caption {
	color: #414141;
	font-size: 1.4em;
	font-style: italic;
	font-weight: 300;
}

img.wp-smiley, .rsswidget img {
	border: 0;
	border-radius: 0;
	box-shadow: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.wp-caption.alignleft + ul, .wp-caption.alignleft + ol {
	list-style-position: inside;
}
/*
 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: #eee;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #666;
	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: #888;
	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: #ddd;
	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 #eee;
	-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: #eee;
	-webkit-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	-moz-box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	box-shadow: 1px 2px 2px rgba(204,204,204,0.8);
	color: #555;
	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;
}
#respond p {
	margin: 10px 0;
}
#respond .form-submit {
	float: right;
	margin: -20px 0 10px;
}
#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: #373737;
	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;
}

























