/**
 Cintron Theme CSS
**/
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	color: #038764;
	*background:#333;
	border: 1px solid #ddd;
	display: block;
	width: 100%;
	padding: 7px 12px;
	outline: none;
	box-sizing: border-size;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-transition: all 0.30s ease-in-out;
	-moz-transition: all 0.30s ease-in-out;
	-ms-transition: all 0.30s ease-in-out;
	-o-transition: all 0.30s ease-in-out;
}
input[type="submit"]{
	display: inline-block;
	color: #fff;
	background-color: #038764;
	padding: .375rem 1rem;
	font-size: 1rem;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	cursor: pointer;
	-webkit-user-select: none;
    -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
    border: 1px solid transparent;
    border-radius: .25rem;
}
input[type="submit"]:hover{
	color: #fff;
	background-color: #016248;
	border-color: #016248;
}
.float-l{
	float: left;
}
.float-r{
	float: right;
}
.card{
	padding: 10px
}
.content-area{
	background-color: #F1F1F1;
}
.header-top {
        padding: 1.5em 0;
		background:#fff;
}
.entry-meta li{
	display: inline-block;
	*padding-right: 10px;
}
.entry-meta ul{
	margin-left: 0;
	padding-left: 0;
}
/*--logo--*/
.site-branding {
  float: left;
}
.logo  a{
 *display:block;
}
.logo span a {
    *font-size: 2em;
    font-weight: 800;
    color: #fff;
    background: #038764;
    padding: 5px 10px;
}
.logo  a h1:hover{
 text-decoration:none;
}
/*--logo--*/

.site-branding p {
    *font-size: 0.9em;
    *margin-left: 5em;
    *padding-top: 0.6em;
}
.head-bottom {
    background: #038764;
	*padding: 15px;
}

/*--search--*/
.search-bar {
    float: right;
    width: 25%;
    margin: 0.2em 0;
}
.search-bar {
    position: relative;
    border: 2px solid #038764;
    padding: 0.5em 0;
    background: #fff;
}
.search-bar input[type="text"]{
	width: 80%;
	outline: none;
	padding: 0em 0.6em;
	font-size: 1em;
	color: #333333;
	position: relative;
	border: none;
}
.search-bar input[type="submit"]{
	background: url(../images/search-icon2.png) no-repeat 0px 2px #fff;
	border: none;
	height: 26px;
	width: 26px;
	display: inline-block;
	position: absolute;
	outline: none;
	cursor: pointer;
	top: 6px;
	right: 2px;
}
/*--search--*/
/*--social--*/
.social {
    float: right;
    *width: 26.33%;
    padding: 0.32em 10px;
}
.social ul{
	padding:0;
	margin:0;
}
.social ul li{
    display: inline-block;
    margin: 0;
}

.social i{
	text-shadow: 1px 3px #000;
}

/***/
.social a{
	height:38px;
	width: 38px;
	margin-left: 1px;
	color: #308FBA;
	text-align: center;
	line-height: 38px;
	display: inline-block;
	border-radius: 50%;
	font-size: 18px;
	transition:all 0.3s ease-in-out;
	-moz-transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.social a:hover{
	color: #FFF;
	background: #038764;
}
.social .facebook{ background: #47639E; color: #fff; }
.social .twitter{ background: #55ACEE; color: #fff; }
.social .gplus{ background: #DC483C; color: #fff; }
.social .youtube{ background: #D2232D; color: #fff; }
.social .instagram{ background: #9B5C3D; color: #fff; }
.social .rss{ background: #F7941D; color: #fff; }
/*--social--*/

/*--banner--*/
.banner{
	min-height: 500px;
	padding: 5em 0 ;
    text-align: center;
}

.banner a {
    font-size: 1em;
    color: #fff;
    font-weight: 600;
    padding: 0.8em 2em;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.32);
}
.banner a:hover {
    border: 2px solid #464646;
    color: #fff;
    background: rgba(70, 70, 70, 0.67);
}
.banner h2 {
    font-size:2.5em;
    font-weight: 600;
    color: #fff;
}

.banner p {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 400;
    line-height: 1.8em;
    margin: 1em auto 2em;
    width: 70%;
}

.page-header-banner{
	height:180px;
	*background: #F7951E;
}
.page-header-banner .header-banner-title{
	text-align: center;
	color: #fff;
	padding-top: 60px;;
}
/*--banner--*/

/*--Home Sections--*/
.services-section,
.latest-post-section,
.key-features-section{
	padding-bottom: 20px;
}
.text-quote-section{
	*background: url(../images/home-office.jpg) no-repeat 0px 0px;
	*background-size:cover;
	*background-attachment: fixed;
	*-webkit-background-size: cover;
	*-o-background-size: cover;
	*-ms-background-size: cover;
	*-moz-background-size: cover;
	*min-height: 350px;
	*margin-top: 30px;
}
.contact-us-section{
	background: url(../images/office.jpg) no-repeat 0px 0px;
	background-size:cover;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	-ms-background-size: cover;
	-moz-background-size: cover;
	*min-height: 350px;
}

.btn-success{
	background-color: #038764;
	border: 1px solid #038764;
	border-bottom: 3px solid #016248;
}
.service-heading-title,
.features-heading-title,
.latest-post-heading-title{
	text-align: center;
	padding: 30px;
}
.service-heading-title h1,
.features-heading-title h1,
.latest-post-heading-title h1 {
	*font-weight: bold;
	padding-bottom: 10px;
	
}

.text-quote-section,
.contact-us-section{
    text-align: center;
}
.text-quote-section h2,
.contact-us-section h2 {
    font-size:2.5em;
    font-weight: 600;
    color: #fff;
}

.text-quote-section p,
.contact-us-section p {
    font-size: 1.2em;
    color: rgba(255, 255, 255, 0.76);
    font-weight: 400;
    line-height: 1.8em;
    margin: 1em auto 2em;
    width: 70%;
}
.overlay{
	background: rgba(0, 0, 0, 0.4);
	padding: 5em 0;
}

/*--Sidebar--*/
.widget-area{
	*background: #fff;
	*padding:10px;
	margin-bottom: 10px;
}
.widget-title{
	border-bottom: 2px solid #ddd;
	margin-bottom: 10px;
}
.widget-area ul,
.widget-area ol{
	margin: 0 0 1.5em 0em;
}

/*--------------------------------------------------------------
	##	Pagination
--------------------------------------------------------------*/
.pagination{
	*margin-bottom: 20px;
}

.page-numbers  {
	clear: both;
	padding-top: 50px;
	border-radius: 10px;
}


.page-numbers a{
	background: #038764;
	border: 2px solid #fff;
	color: #fff;
	padding: 10px 15px;
	min-width: 42px;
	text-decoration: none;
	-webkit-transition: all 0.25s linear;
	-moz-transition: all 0.25s linear;
	transition: all 0.25s linear;
}

.page-numbers a,
.page-numbers .current{
	display: inline-block;
}

.page-numbers a:hover,
.page-numbers .current{
	background: #fff;
	border: 2px solid #038764;
	color: #038764;
}

.page-numbers .current{
	padding: 10px 15px;
}

.page-numbers ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.page-numbers ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
}
.page-numbers li {
	display: inline;
}

/**AUTHOR BOX**/
.postauthor {
	margin: 0 0 10px 0;
	*padding: 0;
	*float: left;
	*clear: both;
	*width: 100%;
}
.postauthor h4 {
	margin-bottom: 10px;
	font-size: 1.2em;
	line-height: 20px;
	text-transform: uppercase;
	font-weight: bold;
}
.author-box {
	*float: left;
	*width: 100%;
}
.author-box img {
	float: left;
	max-width:100px;
	height:auto;
}

.author-box-content {
	position: relative;
	padding: 0 0 0 20px;
	overflow: hidden;
}
.postauthor .vcard {
	*margin-bottom: 15px;
	*text-transform: uppercase;
}
.postauthor .vcard .fa {
	padding-right: 7px;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
#comment-content{
	*padding: 2px;
}
#comment-content h3{
	text-align: center;
	margin-bottom: 10px;
}
#comment-content h4{
	font-size:1.3em;
}
#comment-content h4 small{
	color: #52112F;
}
#comment-content ol{
	list-style: none;
	padding: 0;
	margin: 0;
}
#comment-content ol li{
	background: rgba(23, 23, 24, 0.1);
	padding:10px;
	margin:10px 0;
	*border: 1px solid rgba(32, 150, 218, 0.10);
}
#comment-content ol li ol.children{
	padding:0;
	list-style: none;
	font-size: 0.96em;
}
#leave-comment{
	margin:40px 0 0;
	padding:20px 0 0;
	
}
.comment-content a {
	word-wrap: break-word;
}

#comment-content input,
#comment-content textarea{
	margin-bottom: 10px;
}

.bypostauthor {
	display: block;
}


/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.footer-top{
	padding: 20px;
	background: #1A1C1E;
}
.footer-top .footer-column ul{
	margin-left: 0px;
}
.footer-bottom{
	padding: 15px;
	background: #038764;
}
.site-info a{
	color: #fff;
}

/*-- responsive-design --*/
@media (max-width: 1024px){
.banner {
    padding: 8em 0 0;
}
.banner h2 {
    font-size: 2em;
}
.banner p {
    font-size: 1em;
}
.banner {
    min-height: 500px;
}
}
/*-- responsive-design --*/
@media (max-width: 966px){

.search {
    width: 23%;
}
.social {
    width: 36.33%;
}
.logo a h1 {
    font-size: 1.8em;
}
}
/*-- responsive-design --*/
@media (max-width: 768px){
.banner {
    min-height: 440px;
	padding:6em 0 0;
}
}
/*-- responsive-design --*/
@media (max-width: 736px){
	.social {
    width: 42.33%;
}
.logo a h1 {
    font-size: 1.4em;
	margin-top:0.2em;
}
.banner {
    min-height: 330px;
    padding: 4em 0 0;
}
.banner h2 {
    font-size: 1.7em;
}
.banner p {
    font-size: 0.875em;
	width:100%;
}
}
@media (max-width: 568px){
	.search {
    width: 40%;
}
.logo {
    float: left;
    width: 40%;
    text-align: center;
}
.social {
    width: 100%;
    float: right;
    text-align: right;
    margin-top: 1em;
    padding: 0;
}
.logo a h1 {
	margin-top:0;
    padding: 0.35em 0.5em;
}
.banner {
    padding: 3em 0 0;
}
}
@media (max-width: 414px){

.banner h2 {
    font-size: 1.2em;
}
.banner p {
    font-size: 0.8em;
    line-height: 1.4em;
}
.banner {
    min-height:280px;
}
.banner a {
    font-size: 0.9em;
    padding: 0.5em 1em;
}

.logo {
    width: 46%;
}
.logo a h1 {
    padding: 0.6em 0.5em;
	font-size:1.2em;
}
}
@media (max-width: 384px){
.logo {
    width: 50%;
}
.logo a h1 {
   font-size:1.2em;
    padding: 0.55em 0.5em;
}
.search {
    margin: 0;
}
}
