@charset "utf-8";
/*
Theme Name: EliteAircraftTitle
Theme URI: http://www.eliteaircrafttitle.com/
Description: This theme is designed for Elite Aircraft Title & Escrow LLC.
Author: Farrukh Khan
Tags: fixed width, two columns
*/
body {
	background:#ffffff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	color:#545454;
	margin:0px;
	padding:0px;
	}
	
/*** Standard Overrides ***/
a {
	color:#a20b0c;
	outline:none;
	text-decoration:none;
	}

a:hover {
	transition:ease color 200ms;
	color:#808384;
	}

a img {
	outline:none;
	border:0px;
	}

h1, h2, h3, h4, h5, h6 {
	color:#000000;
 	font-family: 'Cabin Condensed', sans-serif;
	margin:0px 0px 15px 0px;
	padding:0px;
	}

p, div, span, form, table, tr, td  {
	margin:0px;
	padding:0px;
	}

h1 {
	border-bottom:dashed 1px #808384;
	font-size:36px;
	line-height:40px;
	padding-bottom:8px;
	margin-bottom:15px;
	text-transform:uppercase;
	}

h2 {
	font-size:32px;
	line-height:36px;
	}
	
h3 {
	font-size:28px;
	line-height:32px;
	}

h4 {
	font-size:24px;
	line-height:28px;
	}
	
h5 {
	font-size:20px;
	line-height:24px;
	}

h6 {
	font-size:16px;
	line-height:20px;
	}

p {
	margin-bottom:20px;
	line-height:26px;
	}

ol{
	list-style-position:inside;
	margin:0px 0px 0px 25px;
	padding:0px 0px 12px 0px;
	}
	
ol li{
	padding:0px 0px 3px 0px;
	line-height:18px;
	}

ul{
	list-style:none;
	margin:0px 0px 0px 20px;
	padding:0px 0px 12px 0px;
	}

ul li {
	background-image:url(images/bullet.png);
	background-repeat:no-repeat;
	background-position:0px 8px;
	padding:0px 0px 3px 25px;
	line-height:24px;
	}

ul.newslist {
	margin:0px 0px 0px 0px;
	padding:0px 0px 12px 0px;
	}

ul.newslist li {
	background-image:url(images/news-icon.png);
	background-position:0px 8px;
	border-bottom:dashed 1px #808384;
	padding:3px 0px 3px 25px !important;
	}

ul.newslist li span { display:block; font-size:14px; margin-bottom:5px; line-height:15px; }

blockquote {
	background:#fafafa url(images/quote-top.png) no-repeat 20px 25px;
	border-top:solid 2px #afafaf;
	border-bottom:solid 2px #afafaf;
	margin:0px 0px 20px 0px;
	padding:20px 20px 1px 20px;
	line-height:22px;
	}


/*** Wrapper ***/
.wrapper {
	width:960px;
	margin:0px auto;
	padding:0px;
	}
	
/*** Header ***/
#header {
	background:#ffffff;
	margin:0px;
	padding:0px;
	}

#header-top { padding:15px 0px; border-bottom:solid 5px #a20b0c; }

#logo {
	background:url(images/logo.png);
	width:400px;
	height:60px;
	float:left;
	margin:10px 0px 0px 0px;
	}

#logo a {
	display:block;
	width:400px;
	height:60px;
	}

#contact-top { font-size:22px; font-weight:bold; float:right; line-height:24px; }
#email, #phone { background-position:0px 0px; background-repeat:no-repeat; float:left; }
#email {  background-image:url(images/email.png); margin-right:15px; padding:0px 15px 0px 30px; border-right:solid 1px #000000; }
#phone { background-image:url(images/phone.png); padding-left:30px; }

#contact-top a { color:#000000; }
#contact-top a:hover { color:#a20b0c; }

/*** Slider Area ***/
#main-slider-area {
	background:url(images/slider.jpg) no-repeat center -250px;
	background-size:cover;
	color:#ffffff;
	padding:0px;
	height:350px;
	}

#main-slider-area .wrapper { padding:0px 0px; width:960px;  }

#main-slider-area #main-title {
	font-family: 'Cabin Condensed', sans-serif;
	font-size:48px;
	text-transform:uppercase;
	padding-top:20px;
	padding-bottom:10px;
	line-height:54px;
	color:#ffffff;
	text-shadow:2px 2px 2px #000000;
	}

#main-slider-area p {
	font-family: 'Asap', sans-serif;
	text-shadow:2px 2px 2px #000000;
	font-size:21px;
	line-height:33px;
	color:#ffffff;
	}

#main-slider-area #big-button {
	padding-top:0px;
	}

#main-slider-area #big-button a {
	display:inline-block;
	background:#a20b0c;
	color:#ffffff;
 	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	padding:10px 35px;
	}

#main-slider-area #big-button a:hover {
	background:#000000;
	transition:ease-in background 250ms;
	-moz-transition:ease-in background 250ms;
	-o-transition:ease-in background 250ms;
	-webkit-transition:ease-in background 250ms;
	}

/*** Middile Boxes ***/
#middle-boxes {
	background:url(images/middie-box-bg.jpg) repeat center center;
	padding:25px 0px;
	}

#middle-boxes .box-title {
	border-bottom:dotted 2px #7c7c7c;
 	font-family: 'Cabin Condensed', sans-serif;
	font-size:40px;
	line-height:44px;
	margin-bottom:10px;
	padding-bottom:15px;
	color:#ffffff;
	}

#middle-boxes .box-title img {
	width:44px;
	float:left;
	display:inline-block;
	margin-right:15px;
	}

#middle-boxes p {
	color:#9f9f9f;
 	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	line-height:30px;
	}

#middle-boxes p span {
	color:#ffffff;
	display:block;
	}

#middle-boxes .box-content {
	}

#middle-boxes .readmore {
	padding-top:0px;
	text-align:center;
	}

#middle-boxes .readmore a {
	display:inline-block;
	background:#a20b0c;
	color:#ffffff;
 	font-family: 'Source Sans Pro', sans-serif;
	font-size:20px;
	text-transform:uppercase;
	padding:12px 18px;
	}

#middle-boxes .readmore a:hover {
	background:#000000;
	color:#ffffff;
	transition:ease-in background 250ms;
	-moz-transition:ease-in background 250ms;
	-o-transition:ease-in background 250ms;
	-webkit-transition:ease-in background 250ms;
	}

#middle-boxes .m_box {
	width:300px;
	margin-right:30px;
	float:left;
	}

#middle-boxes .m_box.last { margin-right:0px; }

/*** Main Content Area ***/
#main-content-area {
	padding:25px 0px 10px 0px;
	}

/*** Content ***/
#content {
	float:left;
	width:620px;
	margin:0px;
	}

#content_wide {
	margin:0px;
	padding:0px;
	}

.postbox {
	margin:0px;
	padding:0px;
	}

/*** Sidebar ***/
#sidebar { float:right; width:300px; }

#sidebar .widget { margin:0px 0px 15px 0px; }

/*** Client List ***/
#client-list {
	background:url(images/separator-1b.jpg) center bottom no-repeat;
	padding:20px 0px 16px 0px;
	margin:10px 0px 0px 0px;
	border-top:solid 1px #cccccc;
	}

#client-list h1 {
	float:left;
	font-size:38px;
	line-height:70px;
	margin:0px 20px 0px 0px;
	text-align:center;
	text-transform:capitalize;
	border:0px;
	border-right:solid 1px #cccccc;
	padding-top:10px;
	padding-right:35px;
	}

#client-list img, #client-list a img {
	display:inline-block;
	margin:0px 38px 0px 38px;
	}

#client-list img:hover, #client-list a img:hover {
	opacity:0.7;
	transition:ease-in-out opacity 250ms;
	-moz-transition:ease-in-out opacity 250ms;
	-o-transition:ease-in-out opacity 250ms;
	-webkit-transition:ease-in-out opacity 250ms;
	}


/*** Footer ***/
#footer {
	background:#252527;
	border-top:solid 5px #a20b0c;
	padding:15px 0px;
	font-size:14px;
	color:#ffffff;
	}

#copyright {
	line-height:18px;
	float:left;
	}

#footer-menu { float:right; }

#footer a { color:#ffffff; }

#footer a:hover { color:#999; }

#footer ul {
	list-style:none;
	margin:0px;
	padding:0px;
	}

#footer ul li {
	background:none;
	display:inline-block;
	margin:0px;
	padding:0px 10px;
	border-left:solid 1px #ffffff;
	float:left;
	line-height:18px;
	}

#footer ul li:first-child { border-left:0px; }

/*** Social Media Box ***/
#social-box {
	float:right;
	}

#social-box a {
	display:block-inline;
	padding:4px 0px 4px 5px;
	}

#social-box a img:hover {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
	}

/*** Misc. Styles ***/
.clear { clear:both; }

.highlight { color:#a20b0c; font-weight:bold; }

.center { text-align: center; }

.separator {
	border-bottom:solid 1px #cacaca;
	padding-top:0px;
	margin-bottom:25px;
	}

.readmore2 {
	padding-top:5px;
	text-align:left;
	}

.readmore2 a {
	display:inline-block;
	background:#a20b0c;
	color:#ffffff;
 	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	text-transform:uppercase;
	padding:10px 16px;
	}

.readmore2 a:hover {
	background:#000000;
	color:#ffffff;
	transition:ease-in background 250ms;
	-moz-transition:ease-in background 250ms;
	-o-transition:ease-in background 250ms;
	-webkit-transition:ease-in background 250ms;
	}

.readmore3 {
	padding-top:5px;
	text-align:center;
	}

.readmore3 a {
	display:inline-block;
	background:#a20b0c;
	color:#ffffff;
 	font-family:ProximaNova-ExtraBold;
	font-size:24px;
	padding:12px 16px;
	}

.readmore3 a:hover {
	background:#000000;
	color:#ffffff;
	transition:ease-in background 250ms;
	-moz-transition:ease-in background 250ms;
	-o-transition:ease-in background 250ms;
	-webkit-transition:ease-in background 250ms;
	}

.alignleft {
	margin-right:10px;
	float:left;
	}

.alignright {
	margin-left:10px;
	float:right;
	}

.aligncenter {
	display:block;
	margin:0px auto 20px auto;
	}

.imgbrdr { background: #efefef; padding:5px; box-shadow:0px 0px 3px #000; }

#left_col {
	width:500px;
	float:left;
	}

#right_col {
	width:460px;
	float:right;
	}

.navigation {
	padding:0px 0px 15px 0px;
	margin:0px auto;
	}

.align-left {
	float:left;
	}

.align-right {
	float:right;
    text-align:right;
	}

.navigation a  {
	background-color:#a20b0c;
	display:inline-block;
	margin:10px 0px 0px 0px;
	padding:5px 15px;
	color:#ffffff;
	text-decoration:none;
	}

.navigation a:hover  {
	background-color:#000000;
	transition:ease-in background 250ms;
	-moz-transition:ease-in background 250ms;
	-o-transition:ease-in background 250ms;
	-webkit-transition:ease-in background 250ms;
	text-decoration:none;
	color:#ffffff;
	}

/*** Blog Page Styles ***/
.date { background-image: url(images/date.png); background-repeat: no-repeat; padding-left: 20px; }
.author { background-image: url(images/user.png); background-repeat: no-repeat; padding-left: 20px; }
.post-info { color: #333; font-size: 14px; margin-bottom: 6px; padding: 5px 0px; border-top: dotted 1px #181818;
	border-bottom: dotted 1px #181818; }
.category { background-image: url(images/category.png); background-repeat: no-repeat; padding-left: 20px; }
.tags { background-image: url(images/tag.png); background-repeat: no-repeat; padding-left: 20px; margin-bottom: 10px; display: block; }
.comments { background-image: url(images/comment.png); background-repeat: no-repeat; padding-left: 20px; }
.bottom-info { color: #333; font-size: 14px; margin-bottom: 15px; padding: 5px 0px; border-top: dotted 1px #181818;
	border-bottom: dotted 1px #181818; }

/*** Main Contact Form ***/
#main-contact-form {
	width:565px;
	float:right;
	padding-bottom:20px;
	}

#main-contact-form form {
	margin:0px;
	padding:0px;
	}
#main-contact-form form {
	margin:0px;
	padding:0px;
	}

#main-contact-form label {
	line-height:40px;
	width:88px;
	float:left;
	}

#main-contact-form input {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	border:solid 1px #cccccc;
	background:#ffffff;
	color:#888;
	width:543px;
	margin:0px 0px 15px 0px;
	padding:10px;
	}

#main-contact-form textarea {
	font-family: 'Source Sans Pro', sans-serif;
	font-size:15px;
	border:solid 1px #cccccc;
	background:#ffffff;
	color:#888;
	width:543px;
	height:100px;
	margin:0px 0px 15px 0px;
	padding:10px;
	resize:none;
	}


#main-contact-form input#btn {
	border:0px;
	background:#a20b0c;
	color:#ffffff;
	text-transform:uppercase;
	font-weight:bold;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:16px;
	width:auto;
	float:right;
	margin:0px 0px 0px 10px;
	padding:10px 35px;
	cursor:pointer;
	}

#main-contact-form input#btn:hover {
	background:#000000;
	transition:ease-in background 250ms;
	-moz-transition:ease-in background 250ms;
	-o-transition:ease-in background 250ms;
	-webkit-transition:ease-in background 250ms;
	}


/*** Contact Details ***/
#contact-details {
	width:365px;
	float:left;
	padding-top:10px;
	}

span.label {
	width:100px;
	display:inline-block;
	}

/* COMMENT FORM */
#commentform input { width: 150px; padding: 2px; margin: 0px 0px 0px 0px; }
#commentform { margin: 0px 0px 0 0; }
#commentform textarea { width: 98%; font-family:Arial, Helvetica, sans-serif; padding: 2px; resize: none; }
#respond:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#commentform #submit { background-color: #a20b0c; border: solid 1px #181818; color: #ffffff; padding: 8px 5px;
margin: 0 0 5px auto; float: left; cursor:pointer; }
#commentform #submit:hover { background-color: #808384; color: #ffffff; }
.commentlist li .avatar { width: 32px; float: right; padding: 2px; background: #a20b0c; margin-right: 0px; }
ol.commentlist { list-style: none; margin: 0px 0px 10px 0px; padding: 10px 0px 0px 0px; }
ol.commentlist li { background: none; padding-bottom: 5px; margin: 0px; }
.comment-meta { padding-bottom: 8px; }
ol.commentlist a { text-decoration: none; font-style: normal; }
ol.commentlist a:hover { text-decoration: underline; }
.reply { padding-bottom: 5px; }
.reply .comment-reply-link { background-color: #a20b0c; padding: 4px 4px 4px 4px; color: #ffffff; }
.reply .comment-reply-link:hover { background-color: #808384; color: #ffffff; text-decoration: none; }
ul.children { list-style: none; margin: 0px; padding: 0px; }
.comment-body { border:solid 1px #c6c6c6; box-shadow:0px 0px 3px #c6c6c6; background-color: #efefef; padding: 10px;
	margin-bottom: 5px; color: #000000; }
#commentbox_cs p { color: #555555; }