/*
Theme Name: Maynor
Version: 1.1
*/
 

@font-face {
	font-family: 'FuturaBT-Light';
	src: url('webfonts/29A059_0_0.eot');
	src: url('webfonts/29A059_0_0.eot?#iefix') format('embedded-opentype'), url('webfonts/29A059_0_0.woff') format('woff'), url('webfonts/29A059_0_0.ttf') format('truetype');
}
@font-face {
	font-family: 'FuturaBT-Book';
	src: url('webfonts/29A059_1_0.eot');
	src: url('webfonts/29A059_1_0.eot?#iefix') format('embedded-opentype'), url('webfonts/29A059_1_0.woff') format('woff'), url('webfonts/29A059_1_0.ttf') format('truetype');
}
@font-face {
	font-family: 'FuturaBT-Medium';
	src: url('webfonts/29A059_2_0.eot');
	src: url('webfonts/29A059_2_0.eot?#iefix') format('embedded-opentype'), url('webfonts/29A059_2_0.woff') format('woff'), url('webfonts/29A059_2_0.ttf') format('truetype');
}
body {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'FuturaBT-Book', arial;
	background: url(images/pbg.jpg) repeat-x;
	color: #747373;
	min-width: 1023px;
}
body.home {
	background: url(images/bg.jpg) repeat-x;
}
a {
	text-decoration: none;
	color: #005295;
}
.clear {
	clear: both;
}
h1, h2, h3, h4, h5, h6 {
	color: #005295;
	font-weight: 400;
}
.fixrow {
	width: 1000px;
	margin: 0 auto;
}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;
}
.entry-content img {
	border: 3px solid #e1e1e1;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0px 3px 5px -2px rgba(50, 50, 50, 0.75);
	-moz-box-shadow: 0px 3px 5px -2px rgba(50, 50, 50, 0.75);
	box-shadow: 0px 3px 5px -2px rgba(50, 50, 50, 0.75);
}
#header .fixrow {
	position: relative;
	background: url(images/Maynor_Badge.jpg) no-repeat 260px 40px;
	height: 180px;
	z-index: 2;
}
#logo {
	position: absolute;
	left: 25px;
	top: 0;
	background: url(images/logo.png) no-repeat;
	width: 257px;
	height: 244px;
}
#PhoneDiv {
	position: absolute;
	top: 0;
	right: 0;
	background: #f0f0f0;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	padding: 0 15px;
	font-size: 22px;
	line-height: 40px;
	color: #a1a0a3;
	font-family: FuturaBT-Medium;
}
#PhoneDiv span {
	color: #005295;
}
#nav {
	float: right;
	margin-right: 20px;
	margin-top: 133px;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#nav > ul > li {
	float: left;
	background: url(images/nav.jpg) repeat-x;
	margin-left: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
#nav ul li a {
	color: #fff;
	display: block;
	line-height: 32px;
	padding: 0 15px;
	text-decoration: none;
	font-size: 17px;
	text-transform: uppercase;
}
#nav ul ul li a {
	line-height: 26px;
	font-size: 14px;
}
#nav ul ul li {
	border-bottom: 1px solid #3175ac;
	padding: 2px 0;
}
#nav ul ul li:hover {
	background: #004682;
}
#nav ul ul {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 2px;
}
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	width: 17em;
	z-index: 99;
	background: #005295;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul, .sf-menu li.sfHover > ul {
	display: block;
}
.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}
#hm_slider ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
h1.page-title, h2.page-title {
	border-bottom: 1px solid #D9D9DA;
	color: #005295;
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px;
	padding-bottom: 5px;
}
.single h1.entry-title {
	font-size: 20px;
}
.entry-content h2, h3.widget-title {
	font-weight: normal;
	font-size: 17px;
	color: #005295;
	border-bottom: 1px solid #d9d9da;
	padding-bottom: 5px;
	margin: 0 0 15px 0;
}
.home #container {
	margin-top: 0;
}
#container {
	margin-top: 65px;
}
#container .fixrow {
	padding: 30px;
	width: 960px;
}
#content {
	float: left;
	width: 670px;
}
#sidebar {
	float: right;
	width: 262px;
}
#footer {
	background: url(images/ftr.jpg) repeat-x;
	padding: 30px 0;
}
#ftrl {
	float: left;
	padding-left: 50px;
	font-size: 11px;
	background: url(images/ftr-logo.png) no-repeat;
	font-family: Arial, Helvetica, sans-serif;
}
#ftrr {
	border: 1px solid #ebebeb;
	background: #fff;
	float: right;
	padding: 0 10px;
	line-height: 36px;
	font-size: 14px;
	color: #005295;
}
#ftrr .smt {
	float: left;
}
#ftrr a {
	background: url(images/sm.png) no-repeat;
	float: left;
	height: 21px;
	margin: 7px 0 0 4px;
	width: 21px;
}
#ftrr a.sm2 {
	background-position: -27px 0;
}
#ftrr a.sm3 {
	background-position: -53px 0;
}
#ftrr a.sm4 {
	background-position: -78px 0;
}
#ftrr a.sm5 {
	background-position: -100px 0;
}
.widget_form {
	background: url(images/form.png) no-repeat;
	width: 232px;
	padding: 15px;
	text-align: center;
}
input[type=text], input[type=email], textarea {
	border: none;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 3px #666 inset;
	-moz-box-shadow: 0 0 3px #666 inset;
	box-shadow: 0 0 3px #666 inset;
	text-indent: 7px;
	margin-bottom: 12px;
}
.invalid .wpcf7-not-valid {
	margin-bottom: 2px;
}
input[type=text], input[type=email] {
	height: 30px;
	line-height: 30px;
}
.widget_form p {
	margin: 0;
}
.widget_form input[type=text], .widget_form input[type=email] {
	width: 204px;
}
.widget_form h2 {
	color: #005295;
	font-size: 24px;
	font-weight: normal;
	margin: 0;
}
.widget_form h3 {
	color: #6a6a6a;
	font-size: 17px;
	margin: 5px 0 15px 0;
	font-weight: normal;
}
.widget_form input[type=submit] {
	background: url(images/submit.png) no-repeat;
	width: 155px;
	height: 43px;
	border: none;
	margin: 0 auto;
	display: block;
	text-indent: -9999px;
	cursor: pointer;
}
.overlay {
	background: url(images/layer.jpg) no-repeat top center;
	height: 12px;
}
.entry-content {
	line-height: 150%;
}
.entry-content ul {
	list-style: square;
}
.entry-content ul li {
	margin-bottom: 10px;
}
.one_half, .one_third {
	position: relative;
	margin-right: 4%;
	float: left;
}
.one_half {
	width: 48%;
}
.one_third {
	width: 30.66%;
}
.last {
	margin-right: 0 !important;
	clear: right;
}
.jcarousel-wrapper {
	position: relative;
}
.jcarousel-wrapper .photo-credits {
	position: absolute;
	right: 15px;
	bottom: 0;
	font-size: 13px;
	color: #fff;
	text-shadow: 0 0 1px rgba(0, 0, 0, 0.85);
	opacity: .66;
}
.jcarousel-wrapper .photo-credits a {
	color: #fff;
}
/** Carousel **/















.jcarousel {
	position: relative;
	overflow: hidden;
}
.jcarousel ul {
	width: 20000em;
	position: relative;
	list-style: none;
	margin: 0;
	padding: 0;
}
.jcarousel li {
	float: left;
}
.jcarousel img {
	display: block;
	max-width: 100%;
	height: auto !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
/** Carousel Controls **/















.jcarousel-control-prev, .jcarousel-control-next {
	position: absolute;
	top: 50%;
	margin-top: -15px;
	width: 30px;
	height: 30px;
	text-align: center;
	background: #4E443C;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 0 1px #000;
	font: 24px/27px Arial, sans-serif;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0 0 4px #F0EFE7;
	-moz-box-shadow: 0 0 4px #F0EFE7;
	box-shadow: 0 0 4px #F0EFE7;
	z-index: 200;
	cursor: pointer;
}
.jcarousel-control-prev {
	left: 15px;
}
.jcarousel-control-next {
	right: 15px;
}
.jcarousel-control-prev:hover span, .jcarousel-control-next:hover span {
	display: block;
}
.jcarousel-control-prev.inactive, .jcarousel-control-next.inactive {
	opacity: .25;
	cursor: default;
}
/** Carousel Pagination **/

 



.jcarousel-pagination {
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin: 0;
	margin-left: -22px;
	z-index: 200;
}
.jcarousel-pagination span {
	text-decoration: none;
	display: inline-block;
	font-size: 11px;
	height: 10px;
	width: 10px;
	line-height: 10px;
	background: #fff;
	color: #4E443C;
	border-radius: 10px;
	text-indent: -9999px;
	margin-right: 7px;
	-webkit-box-shadow: 0 0 2px #4E443C;
	-moz-box-shadow: 0 0 2px #4E443C;
	box-shadow: 0 0 2px #4E443C;
	cursor: pointer;
}
.jcarousel-pagination span.cycle-pager-active {
	background: #4E443C;
	color: #fff;
	opacity: 1;
	-webkit-box-shadow: 0 0 2px #F0EFE7;
	-moz-box-shadow: 0 0 2px #F0EFE7;
	box-shadow: 0 0 2px #F0EFE7;
}
.addr {
	margin-bottom: 7px;
}
.addr a, #footer a {
	color: #747373;
}
.addr a {
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: underline;
}
.addr_l {
	float: left;
	width: 70px;
	color: #305993;
	font-family: 'FuturaBT-Medium';
	font-size: 13px;
}
.addr_r {
	float: right;
	width: 190px;
}
#contact_l {
	width: 275px;
	float: left;
}
#contact_r {
	width: 650px;
	float: right;
}
.widget {
	margin-bottom: 40px;
}
.callmeet {
	text-align: center;
	font-size: 26px;
	line-height: 31px;
}
.callmeet span {
	background: url(images/mobile.png) no-repeat;
	padding-left: 30px;
}
.callmeet strong {
	color: #2a5185;
	font-weight: normal;
}
#contact_form {
	background: url(images/form2.png) no-repeat #fefefe;
	padding: 20px 20px 0;
}
#contact_form h2 {
	color: #305993;
	font-size: 28px;
	font-weight: normal;
	margin: 0 0 15px;
}
#contact_form input[type=text], #contact_form input[type=email] {
	width: 100%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
}
#contact_form textarea {
	padding: 10px;
	width: 97%;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	height: 70px;
	text-indent: 0;
}
#contact_form h2 {
	color: #6a6969;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
}
.c1 {
	color: #305993;
	font-size: 15px;
}
.divider {
	border-top: 1px solid #fff;
	margin: 15px 0;
}
.warning_note {
	background: url(images/warning.png) no-repeat;
	padding-left: 70px;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.cont_submit {
	border: none;
	background: url(images/submit2.png) no-repeat;
	width: 155px;
	height: 43px;
	display: block;
	margin: 20px auto 0;
	text-indent: -9999px;
	cursor: pointer;
}
.overlay2 {
	background: url(images/layer2.png) no-repeat top center;
	height: 14px;
}
.call_to_action {
	background: url(images/call.png) no-repeat;
	width: 587px;
	height: 62px;
	margin: 30px auto 15px;
	line-height: 62px;
}
.bpost {
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #d9d9da;
}
h2.entry-title {
	color: #294f82;
	font-size: 20px;
	margin: 0 0 12px 0;
}
.bpost a.readmore {
	font-size: 12px;
	font-weight: bold;
}
.bpost .thumb {
	background: url(images/blog.png) no-repeat bottom center;
	padding-bottom: 11px;
	line-height: 0;
}
.bpost .thumb img {
	width: 218px;
	border: 3px solid #ececec;
	height: 145px;
}
.widget_categories {
	background: #f7f7f7;
	padding: 15px;
	font-size: 15px;
	line-height: 150%;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.widget_categories ul {
	list-style: square;
	margin: 0;
	padding: 0 0 0 15px;
}
.widget_categories a {
	color: #59595b;
}
.wp-caption {
	color: #005295;
	font-size: 15px;
	line-height: 18px;
	text-align: center;
	font-style: italic;
}
.wp-caption p {
	margin: 5px 0 10px 0;
}
.wp-caption img {
	border: none;
	border-radius: 0;
	box-shadow: none;
}
.fullwidth #content {
	float: none;
	width: 100%;
}
.wp-pagenavi {
	padding: 10px 0;
	text-align: right;
	border-top: 1px solid #d9d9da;
	border-bottom: 1px solid #d9d9da;
}
.wp-pagenavi span.current {
	background: #294f82;
	color: #fff;
	font-weight: 400 !important;
}
.wp-pagenavi a, .wp-pagenavi span {
	background: #ececec;
	border: none !important;
	color: #5d5d5d;
	padding: 2px 5px !important;
	margin: 2px 3px !important;
	font-size: 13px;
}
a.nextpostslink, a.previouspostslink {
	background: none !important;
}
#blog_listing .bpost:last-child {
	border: none;
}
.post_meta {
	border-bottom: 1px solid #D3D3D3;
	border-top: 1px solid #D3D3D3;
	padding: 8px 0;
	text-align: center;
	margin: 15px 0;
}
form div.wpcf7-response-output {
	margin: 0 0.5em 1em;
	padding: 0.2em 1em;
}
.home .entry-content ul li a {
	color: #747373;
}
.slide {
	line-height: 0;
}
.slide img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}
#hm_slider_out .cycle-slideshow {
	height: 297px;
	overflow: hidden;
}
#hm_slider_out {
	z-index: 1;
	position: relative;
}
.mobile-nav-icon, .nav-mobile {
	display: none;
}
.demo-2 {
	display: none;
}
#nav {
	display: block;
}
.showMobile {
	display: none;
}
.hideMobile {
	display: block;
}

@media only screen and (max-width: 1040px) {
body {
	min-width: 100%
}
.fixrow {
	width: 100% !important;
}
#content {
	width: 70%;
}
#container .fixrow {
	width: 90% !important;
	padding: 10px
}
#hm_slider_out .cycle-slideshow {
	height: auto !important;
}
.slide {
	text-align: center;
}
.slide img {
	width: 98% !important;
	height: auto;
}
#ftrr {
	margin-right: 5px;
	margin-top: 10px;
}
#ftrl {
	margin-left: 5px;
}
#contact_r {
	width: 68%;
}
.call_to_action {
	width: auto;
}
}

@media only screen and (max-width: 980px) {
#content {
	width: 61%;
}
#contact_r {
	width: 59%;
}
#contact_form {
	background-size: 100%;
}
iframe {
	max-width: 100%
}
.demo-2 {
	display: block;
}
#nav {
	display: none;
}
}

@media only screen and (max-width:768px) {
#content {
	width: 100%;
}
#sidebar {
	margin: 0 auto;
	float: none;
	padding-top: 25px;
	clear: left;
}
#contact_r {
	width: 100%;
}
#contact_l {
	margin: 0 auto;
	float: none;
}
.call_to_action {
	width: 587px;
}
#header .fixrow {
	background: rgba(0, 0, 0, 0) url("images/Maynor_Badge.jpg") no-repeat scroll center bottom;
	height: 380px;
	position: relative;
	z-index: 2;
}
#PhoneDiv {
	width: 100%;
	text-align: center;
	line-height: 60px;
	border-radius: 0px;
}
#logo {
	position: absolute;
	left: 0;
	top: 60px;
	background: url(images/Maynor_Logo.jpg) no-repeat;
	width: 100%;
	height: 100%;
	background-position: TOP CENTER;
}
.dl-menuwrapper {
	top: 8px !important
}
#ftrr {
	float: none;
	height: 36px;
	margin: 10px auto;
	width: 262px;
}
#ftrl {
	float: none;
}
#container {
	margin-top: 15px
}
}

@media only screen and (max-width:700px) {
.call_to_action {
	width: auto;
	font-size: 18px;
}
.callmeet span {
	background-size: auto 100%;
}
}

@media only screen and (max-width:550px) {
#hm_slider_out {
	display: none;
}
#PhoneDiv {
	width: 100%;
	text-align: center;
	line-height: 60px;
	border-radius: 0px;
}
#logo {
	position: absolute;
	left: 0;
	top: 60px;
	background: url(images/Maynor_Logo.jpg) no-repeat;
	width: 100%;
	height: 100%;
	background-position: TOP CENTER;
}
#header .fixrow {
	height: 380px;
}
img.alignright {
	display: block !important;
	float: none !important;
	margin: 0 auto 20px auto !important;
}
.showMobile {
	display: block;
}
.hideMobile {
	display: none;
}
.dl-menuwrapper {
	top: 8px !important
}
}

@media only screen and (max-width:480px) {
#header .fixrow {
	background: rgba(0, 0, 0, 0) url("images/Maynor_Badge.jpg") no-repeat scroll center bottom;
	background-size: 90%;
}
#contact_form .one_third {
	width: 100%;
}
.call_to_action {
	width: auto;
	font-size: 15px;
}
.entry-content img {
	max-width: 100%;
	height: auto;
}
}

@media only screen and (max-width:480px) {
.call_to_action {
	width: auto;
	font-size: 13px;
}
}

@media only screen and (max-width:480px) {
.call_to_action {
	width: auto;
	font-size: 12px;
}
}

@media only screen and (max-width:380px) {
#PhoneDiv {
	font-size: 17px;
}
.c1 span.wpcf7-list-item {
	display: ruby-text !important;
	margin: 10px 0 0 1em !important;
}
}
