/*
 Theme Name:   Ford MDA
 Theme URI:    
 Description:  Stark Child Theme
 Author:       John Doe
 Author URI:   http://example.com
 Template:     stark
 Version:      1.0.0
 Text Domain:  stark-child
*/
/* Nothing should need to be imported, it will import automatically through the parent theme */
* {
	max-height: 100000px;
}

body {
	margin: 0;
	color: #000;
	font: 16px/20px 'Droid Serif',Arial,Helvetica,sans-serif;
	background: url(images/bg-body.jpg) no-repeat #fff;
	background-size: cover;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	min-width: 1252px;
}

img {
	border-style: none;
}

a {
	text-decoration: none;
	color: #152542;
}

input,textarea,select {
	font: 100% 'Source Sans Pro',Arial,Helvetica,sans-serif;
	vertical-align: middle;
	color: #000;
}

form,fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

header,footer,article,section,hgroup,nav,figure,aside {
	display: block;
}

input[type="text"],input[type="password"],input[type="file"],input[type="submit"],input[type="search"],input[type="email"],textarea {
	-webkit-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

input[type="submit"]:hover {
	cursor: pointer;
}

#wrapper {
	position: relative;
	overflow: hidden;
	padding: 2px 0 0;
}

.container {
	max-width: 90%;
	margin: 0 auto;
}

.container:after {
	display: block;
	clear: both;
	content: "";
}

.main-container {
	background: #fff;
	-webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
	box-shadow: 0 0 3px 0 rgba(0,0,0,.3);
}

#header {
	position: relative;
}

.logo {
	float: left;
	margin: 2px 0 2px 50px;
}

.top-logo {
	text-align: center;
	padding: 19px 0 0;
	overflow: hidden;
}

.top-logo img {
	display: inline-block;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	margin: 0 21px;
}

.top-logo span {
	display: inline-block;
	vertical-align: top;
	width: 40%;
}

.right-area {
	float: right;
	width: 236px;
	font-weight: 700;
	padding: 0 0 10px;
	overflow: hidden;
}

.right-area .login {
	position: relative;
	display: block;
	text-align: center;
	height: 31px;
	line-height: 31px;
	margin: -2px 0 6px;
	color: #002338;
	font-size: 14px;
	font-weight: 700;
	padding: 0 0 0 28px;
	background: #fff8d2;
	background: -moz-linear-gradient(top,#fff8d2 0%,#fdf5ca 100%);
	background: -webkit-linear-gradient(top,#fff8d2 0%,#fdf5ca 100%);
	background: linear-gradient(to bottom,#fff8d2 0%,#fdf5ca 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff8d2',endColorstr='#fdf5ca',GradientType=0);
	-webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
	box-shadow: 0 0 5px 0 rgba(0,0,0,.5);
}

.right-area .login:after {
	position: absolute;
	left: 41px;
	top: 8px;
	content: "";
	background: url(images/sprite.png) no-repeat;
	width: 16px;
	height: 15px;
}

.right-area .login:hover {
	background: #23477b;
	color: #fff;
}

.right-area .login:hover:after {
	background-position: -1px -25px;
}

.right-area span {
	display: block;
	width: 165px;
	text-align: right;
	text-transform: uppercase;
	word-spacing: 3px;
}

.right-area .tel a {
	font-size: 25px;
	line-height: 28px;
	color: #000;
	word-spacing: 3px;
}

.right-area .tel a:hover {
	color: #1d3f71;
}

.right-area span a {
	color: #1d3f71;
	font-size: 16px;
	line-height: 20px;
}

.right-area span a:hover {
	color: #000;
}

#nav {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background: #26497c;
	background: -moz-linear-gradient(top,#26497c 0%,#1a4077 2%,#123465 83%,#113363 98%,#1e3d69 100%);
	background: -webkit-linear-gradient(top,#26497c 0%,#1a4077 2%,#123465 83%,#113363 98%,#1e3d69 100%);
	background: linear-gradient(to bottom,#26497c 0%,#1a4077 2%,#123465 83%,#113363 98%,#1e3d69 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#26497c',endColorstr='#1e3d69',GradientType=0);
	-webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
	box-shadow: 0 3px 5px 0 rgba(0,0,0,.3);
	z-index: 999;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	display: table;
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 21px;
	text-transform: uppercase;
	font-weight: 500;
	text-shadow: 1px 1px 1px #143566;
}

#nav ul li {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

#nav ul li a {
	color: #fff;
	display: block;
	padding: 16px 10px;
	font-family: 'Montserrat', sans-serif;
}

#nav ul li:first-child a {
	padding-left: 15px;
}

#nav ul li:last-child a {
	padding-right: 15px;
}

#nav ul li:hover a,#nav ul li.current-menu-item a {
	background: #09afaa;
	color: #fff;
}

#nav ul ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	left: 0;
	width: 230px;
	top: 100%;
	text-align: center;
	z-index: 999;
	background: #11578b;
	line-height: 24px;
	font-size: 14px;
	display: none;
}

#nav ul ul li:after {
	display: none;
}

#nav ul li:hover ul {
	display: block;
}

#nav ul ul li {
	margin: 0 !important;
	padding: 0 !important;
	border-bottom: 1px solid #333;
	display: block;
}

#nav ul ul li:after {
	display: none;
}

#nav ul ul li a {
	color: #fff !important;
	padding: 10px 0 !important;
	display: block;
}

#nav ul ul li a:hover {
	background: #000;
}

.visual {
	position: relative;
}

.visual img {
	width: 100%;
	height: auto;
	display: block;
}

.visual .caption {
	position: absolute;
	left: 0;
	bottom: 102px;
}

.visual h1 {
	margin: 0;
	color: #fff;
	font-size: 65px;
	line-height: 70px;
	text-transform: uppercase;
	text-shadow: 1px 1px 0 #065c5a;
}

.visual h1 span {
	display: inline-block;
	vertical-align: top;
	padding: 0 57px;
	position: relative;
}

.visual h1 span.span1 {
	background: #1a3c6b;
	border-bottom: 1px solid #091425;
	padding-left: 91px;
	margin-left: -45px;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

.visual h1 span.span2 {
	background: #11b8b3;
	padding-left: 187px;
	margin-left: -141px;
	padding-right: 30px;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

.visual h1 span.span3 {
	background: #97d7bc;
	padding-left: 91px;
	margin-left: -45px;
	box-shadow: 0 0 12px rgba(0,0,0,0.2);
}

.box-holder {
	position: relative;
}

.box-holder .logo1 {
	position: absolute;
	left: 50%;
	top: 50px;
	content: "";
	
}

.box {
	position: relative;
	width: 50%;
	background: url(images/bg-box1.jpg) no-repeat;
	background-size: cover;
	height: 171px;
	float: left;
}

.logo2 {
	position: absolute;
	background: url(images/sprite.png) no-repeat -203px -173px;
	width: 276px;
	height: 127px;
	left: 50%;
	margin: 0 0 0 -138px;
	top: -65px;
	font-size: 0;
	line-height: 0;
	z-index: 99;
}

.box.add {
	background: url(images/bg-box2.jpg) no-repeat;
background-size: cover;
	float: right;
}

.box .inner {
	display: table;
	width: 100%;
	height: 100%;
}

.box .inner2 {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}

.box a {
	text-transform: uppercase;
	color: #fff;
	display: inline-block;
	vertical-align: top;
	position: relative;
	padding: 55px 0 0;
	letter-spacing: 2px;
	text-shadow: 0 1px 1px #124c84;
}

.box a:after {
	position: absolute;
	background: url(images/sprite.png) no-repeat -30px -1px;
	width: 46px;
	height: 46px;
	content: "";
	top: 0;
	left: 50%;
	margin: 0 0 0 -23px;
}

.box.add a:after {
	background-position: -95px -1px;
}

.box a:hover {
	color: #000;
}

.box a:hover:after {
	background-position: -23px -214px;
}

.box.add a:hover:after {
	background-position: -96px -214px;
}

.about-area {
	background: #4c4c4c;
	padding: 20px 0 22px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	line-height: 22px;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.about-area p {
	margin: 0 0 22px;
}

.btn {
	display: block;
	margin: 0 auto;
	color: #fff;
	width: 279px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	background: #09b4af;
	border-bottom: 1px solid #033837;
	border-top: 1px solid #85ddda;
	text-transform: uppercase;
	text-shadow: 0 1px 0 #056360;
}

.btn:hover {
	background: #1a3c6b;
	color: #fff;
	border-color: #1a3c6b;
}

.section2 {
	position: relative;
	text-shadow: 0 0 2px #000;
}

.section2 img {
	display: block;
	width: 100%;
	height: auto;
}

.caption2 {
	position: absolute;
	left: 50px;
	right: 50px;
	top: 56px;
	bottom: 0;
}

.section2 .right-col {
	float: right;
	width: 48%;
}

.section2 .right-col .row {
	position: relative;
	overflow: hidden;
	padding: 25px 0;
}

.section2 .right-col .row:after {
	position: absolute;
	left: 9px;
	width: 42%;
	height: 1px;
	content: "";
	background: #a5a69d;
	top: 0;
}

.section2 .right-col .row:first-child:after {
	display: none;
}

.section2 .right-col .row:first-child {
	padding-top: 0;
}

.section2 .img-box {
	float: right;
	position: relative;
	margin: 0 0 0 30px;
}

.section2 .img-box img {
	display: block;
}

.section2 .img-box .cap {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	width: 60px;
	background: rgba(9,166,161,.87);
}

.section2 .img-box .cap:after {
	position: absolute;
	left: 8px;
	top: 50%;
	content: "";
	background: url(images/sprite.png) no-repeat 0 -71px;
	width: 42px;
	height: 31px;
	margin: -15px 0 0;
}

.section2 .img-box.add .cap:after {
	background-position: -62px -65px;
	width: 33px;
	height: 42px;
	margin: -21px 0 0;
	left: 14px;
}

.section2 .img-box.add2 .cap:after {
	background-position: -121px -71px;
	width: 38px;
	height: 31px;
	margin: -15px 0 0;
	left: 14px;
}

.section2 a:hover .img-box .cap {
	background: rgba(255,255,255,.65);
}

.section2 a:hover .img-box .cap:after {
	background-position: 0 -124px;
}

.section2 a {
	display: block;
}

.section2 a:hover {
	color: #ccc;
}

.section2 a:hover .img-box img {
	opacity: .75;
}

.section2 a:hover .img-box.add .cap:after {
	background-position: -62px -118px;
}

.section2 a:hover .img-box.add2 .cap:after {
	background-position: -121px -123px;
}

.section2 .description {
	overflow: hidden;
	padding: 44px 0 0;
}

.section2 h2 {
	text-align: right;
	font-size: 22px;
	line-height: 26px;
	color: #fff;
	font-weight: 400;
	margin: 0;
	text-transform: uppercase;
}

.section2 h1 {
	position: absolute;
	left: 2px;
	bottom: 82px;
	margin: 0;
	text-align: center;
	color: #fff;
	font-size: 25px;
	line-height: 30px;
	text-transform: uppercase;
}

#main {
	padding: 50px 38px 50px 29px;
}

#sidebar {
	position: relative;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 278px;
	margin: 0 29px 0 0;
	float: left;
	background-color: #dedede;
padding: 16px 0px 16px 16px;
}

.sidenav {
	position: relative;
	padding: 0 20px 20px 0;
}

.sidenav:after {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 20px;
	content: "";
	width: 1px;
	background: #ccc;
}

.sidenav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
	line-height: 19px;
	text-transform: uppercase;
}

.sidenav ul li {
	padding: 20px 0;
	position: relative;
	border-top: 1px solid #ccc;
}

.sidenav ul li:first-child {
	padding-top: 0;
	border: none;
}

.sidenav ul li a {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 46px;
	position: relative;
	color: #1e3e6c;
}

.sidenav ul li a:hover {
	color: #000;
}

.sidenav ul li a:after {
	position: absolute;
	left: 0;
	top: 0;
	content: "";
	background: url(images/sprite.png) no-repeat -204px -7px;
	width: 23px;
	height: 22px;
}

.sidenav ul li.add a:after {
	background-position: -208px -39px;
	width: 22px;
	height: 23px;
}

.sidenav ul li.add2 a:after {
	background-position: -210px -77px;
	width: 20px;
	height: 20px;
}

.sidenav ul li.add3 a:after {
	background-position: -210px -116px;
	width: 22px;
	height: 17px;
}

.sidenav ul li.add4 a:after {
	background-position: -216px -147px;
	width: 16px;
	height: 21px;
}

.sidenav ul li.add5 a:after {
	background-position: -163px -8px;
	width: 24px;
	height: 20px;
}

#content {
	overflow: hidden;
	font-size: 14px;
	line-height: 21px;
	color: #333;
}

#content p {
	margin: 0 0 28px;
}

#content h1 {
	margin: 0 0 29px;
	font-size: 30px;
	line-height: 35px;
	color: #1faea9;
	padding: 0 0 29px;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	font-family: 'Montserrat', sans-serif;
}

#content .img {
	position: relative;
	margin: 0 0 29px;
}

#content .img .cap {
	position: absolute;
	right: 49px;
	top: 50px;
}

#content .img h2 {
	margin: 0;
	color: #fff;
	font-size: 25px;
	line-height: 29px;
	text-transform: uppercase;
	text-align: center;
	width: 62%;
	float: right;
}

#content .aligncenter {
	display: block;
	margin: 0 auto;
}

#content .alignleft {
	float: left;
	width: auto;
/*background:#e2e2e2;*/
	margin: 0 24px 35px 0;
}

#content .alignright img,#content .alignleft img {
	width: 100%;
	height: auto;
	display: block;
}

#content .alignright {
	float: right;
	width: auto;
	margin: 0 0 35px 24px;
}

.clear {
	clear: both;
}

#content h2 {
	font-size: 25px;
	line-height: 30px;
	margin: 0 0 20px;
	color: #1e3e6c;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
}

#content h3 {
	font-size: 20px;
	line-height: 25px;
	margin: 0 0 20px;
	color: #1e3e6c;
	text-transform: uppercase;
}

#content ul {
	margin-bottom: 20px;
}

#content ul li {
	margin-bottom: 10px;
}

.breadcrumbs {
	overflow: hidden;
	font-size: 13px;
	line-height: 16px;
	color: #666;
	margin: 0 0 14px;
	padding: 0;
	list-style: none;
}

.breadcrumbs li {
	float: left;
	padding: 0 7px 0 12px;
	background: url(images/separator.png) no-repeat 0 3px;
}

.breadcrumbs li:first-child {
	padding-left: 0;
	background: none;
}

.breadcrumbs li a {
	color: #666;
}

.breadcrumbs li a:hover {
	text-decoration: underline;
	color: #000;
}

#footer {
	position: relative;
}

.info-area {
	padding: 35px 0;
	background: #0c2d60;
	color: #fff;
	text-align: center;
}

.info-area h2 {
	font-size: 35px;
	line-height: 38px;
	text-align: center;
	margin: 0 0 24px;
	text-shadow: 0 0 2px #000;
}

.info-area h2 span {
	font-weight: 400;
}

.info-area .btn {
	width: 215px;
	margin-bottom: 25px;
	text-shadow: 0 0 1px #056461;
}

.info-area .btn:hover {
	background: #fff;
	color: #000;
}

.info-area .tell {
	font-weight: 700;
	font-size: 25px;
	line-height: 28px;
	color: #fff;
	text-shadow: 0 0 2px #000;
}

.info-area .tell a:hover {
	text-decoration: underline;
}

.info-area a {
	color: #fff;
}

.footer-content {
	position: relative;
	padding: 45px 0;
}

.footer-content a:hover {
	text-decoration: underline;
}

.footer-nav {
	position: relative;
	margin: 0 0 44px;
}

.footer-nav ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 18px;
	line-height: 22px;
}

.footer-nav ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 46px;
	position: relative;
}

.footer-nav ul li:after {
	position: absolute;
	left: 0;
	top: 2px;
	bottom: 2px;
	content: "";
	width: 2px;
	background: #585858;
}

.footer-nav ul li:first-child:after {
	display: none;
}

.footer-nav2 {
	position: relative;
	margin: 0 0 26px;
}

.footer-nav2 ul {
	text-align: center;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
}

.footer-nav2 ul li {
	display: inline-block;
	vertical-align: top;
	padding: 0 20px;
	position: relative;
}

.social {
	margin: 0 0 25px;
	padding: 0;
	list-style: none;
	text-align: center;
}

.social li {
	display: inline-block;
	vertical-align: top;
	padding: 0 27px;
	position: relative;
}

.social li:after {
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	content: "";
	width: 1px;
	background: #d1d1d1;
}

.social li:first-child:after {
	display: none;
}

.social li a {
	display: block;
	font-size: 0;
	line-height: 0;
	background: url(images/sprite.png) no-repeat -20px -169px;
	width: 11px;
	height: 21px;
}

.social li a:hover {
	opacity: .75;
}

.social li.twitter a {
	background-position: -49px -169px;
	width: 20px;
	height: 17px;
}

.social li.linkedin a {
	background-position: -92px -166px;
	width: 19px;
	height: 20px;
}

.social li.gplus a {
	background-position: -134px -167px;
	width: 21px;
	height: 22px;
}

.copy {
	margin: 0;
	text-align: center;
	font-size: 13px;
	line-height: 16px;
}

.des {
	display: block !important;
}

.mob {
	display: none !important;
}

#wpbdp-search-form input[type="submit"] {
	background: #26497c !important;
	color: #fff !important;
}

#wpbdp-search-form input[type="submit"]:hover {
	background: #09afaa !important;
}

.wpbdp-field-title {
	font-weight: 700;
}

#content .wpbdp-field-display p {
	margin: 0;
}

.post_area a {
	color: #00F;
	border-bottom: 1px solid transparent;
	transition: border 0.3s ease-in;
}

.post_area a:hover {
	border-bottom-color: #00F;
}

.post_area h3 a {
	color: #333;
}

#post-2217 table td {
	border-bottom: 1px solid #ccc;
	padding: 6px 10px 6px 0;
}

.wp-caption-text {
	text-align: center;
}

figure {
	margin: 0;
}

#wpbdp-search-form-wrapper input[type="reset"],#wpbdp-search-form-wrapper input[type="submit"] {
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(center top,#f4f4f4,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #d2d2d2;
	border-radius: 3px;
	box-shadow: 0 1px 2px rgba(64,64,64,0.1);
	color: #7c7c7c;
	font-size: .785714rem;
	font-weight: 400;
	line-height: 1.42857;
	padding: .428571rem .714286rem;
}

#wpbdp-search-form-wrapper input[type="reset"]:hover,#wpbdp-search-form-wrapper input[type="submit"]:hover {
	background-color: #ebebeb;
	background-image: -moz-linear-gradient(center top,#f9f9f9,#ebebeb);
	background-repeat: repeat-x;
	color: #5e5e5e;
	cursor: pointer;
}

#wpbdp-search-form-wrapper select {
	border: 1px solid #ccc;
	border-radius: 3px;
	font-family: inherit;
	padding: .428571rem;
}

.nav-links div {
	width: 50%;
	float: left;
	margin-top: 1em;
}

.nav-next {
	text-align: right;
}

.nav-previous a:before {
	content: "\00ab";
}

.nav-next a:after {
	content: " \00bb";
}

.wpbdp-listing .listing-details {
	margin-left: 0 !important;
}

.wpbdp-listing .listing-details .field-value {
	margin: 0 !important;
}

.wpbdp-listing .listing-actions {
	display: none;
}

form#wpbdmsearchform {
	text-align: right !important;
}

form#wpbdmsearchform input {
	margin-left: 10px;
}

form#wpbdmsearchform input[type="submit"] {
	background: linear-gradient(to bottom,#26497c 0%,#1a4077 2%,#123465 83%,#113363 98%,#1e3d69 100%);
	border: 0;
	color: white;
	-webkit-appearance: none;
	border-radius: 0;
	font-family: 'Droid Serif',Arial,Helvetica,sans-serif;
	padding: 4px 10px;
}

/*.listing-details > *:before {
	content: "Label";
	width: 207px;
	font-weight: bold;
	display: inline-block;
}*/

label {
	width: 35%;
	float: left;
	font-weight: bold;
}

.wpbdp-listing .listing-title {
	border-bottom: 0 !important;
	margin: 0 !important;
}

.wpbdp-listing .listing-title a, .wpbdp-listing .listing-title h2 {
	color: black !important;
	font-size: 14px !important;
	font-weight: normal !important;
	border: 0 !important;
}

.wpbdp-listing strong, .wpbdp-listing .listing-details .label {
	font-weight: bold;
	width: 35% !important;
	float: left;
}

.wpbdp-listing .listing-details .wpbdp-field-city {
	margin-left: calc(35% + 4px) !important;
}

#wpbdp-search-form .wpbdp-search-filter>div.field>input[type="text"] {
	border: 1px solid #ccc;
	padding: 5px;
    font-family: "Droid Serif", Arial, Helvetica, sans-serif;
}

@media screen and ( max-width:1252px ) {
	body {
		min-width: 320px;
	}

	.top-logo img {
		width: auto;
		height: auto;
		max-width: 45%;
		margin: 0;
	}

	.top-logo span {
		margin: 0 10px;
	}

	.logo {
		margin-left: 10px;
	}

	.caption2 {
		right: 10px;
		left: 10px;
		top: 15px;
	}

	.section2 .right-col .row {
		padding: 15px 0;
	}

	.section2 .right-col .row:after {
		width: 35%;
	}

	.section2 h1 {
		font-size: 18px;
		line-height: 22px;
	}

	.section2 h2 {
		font-size: 15px;
		line-height: 18px;
	}

	.footer-nav ul li {
		padding: 0 25px;
	}

	.footer-nav2 ul li {
		padding: 0 10px;
	}

	.footer-nav2 ul {
		font-size: 14px;
	}

	.footer-nav ul {
		font-size: 14px;
	}

	#sidebar {
		width: 230px;
	}

	.sidenav ul {
		font-size: 14px;
	}
}

@media screen and ( max-width:999px ) {
	#nav ul {
		font-size: 12px;
	}

	.visual h1 {
		font-size: 35px;
		line-height: 50px;
	}

	.about-area {
		font-size: 14px;
		line-height: 17px;
	}

	.section2 .img {
		position: relative;
		width: 1200px;
		left: 50%;
		margin: 0 0 0 -600px;
	}

	.section2 h1 {
		bottom: 24px;
		right: 0;
	}

	.section2 .right-col {
		width: 60%;
	}

	.info-area h2 {
		font-size: 28px;
		line-height: 32px;
	}

	.footer-nav2 ul {
		font-size: 12px;
	}

	#content .img h2 {
		width: 90%;
		font-size: 16px;
		line-height: 20px;
	}
}

@media screen and ( max-width:800px ) {
	.top-logo {
		display: none;
	}

	#nav {
		display: none;
	}

	#header {
		overflow: hidden;
	}

	.footer-nav,.footer-nav2 {
		display: none;
	}

	.box a {
		font-size: 12px;
	}

	#main {
		border-top: 3px solid #0c2d60;
	}

	#sidebar {
		display: none;
	}
}

@media screen and ( max-width:767px ) {
	.logo {
		width: 200px;
		margin: 10px 0 0 10px;
	}

	.right-area span a {
		font-size: 12px;
		line-height: 15px;
	}

	.logo img {
		max-width: 100%;
		height: auto;
		display: block;
	}

	.visual h1 {
		font-size: 22px;
		line-height: 32px;
	}

	.right-area span {
		width: 90%;
	}

	.section2 .right-col {
		width: 100%;
	}

	.info-area h2 {
		font-size: 18px;
		line-height: 22px;
	}

	#main {
		padding: 30px 10px;
	}

	#content h1 {
		font-size: 22px;
		line-height: 26px;
	}

	#content .aligncenter {
		width: 800px;
		position: relative;
		margin: 0 0 0 -400px;
		left: 50%;
	}

	#content .img h2 {
		font-size: 20px;
		line-height: 24px;
	}
}

@media screen and ( max-width:479px ) {
	.right-area {
		float: none;
		width: 100%;
	}

	.right-area span {
		text-align: center;
	}

	.right-area .login {
		position: absolute;
		right: 0;
		top: 0;
		width: 220px;
	}

	.right-area span {
		width: 100%;
	}

	.logo {
		float: none;
		width: 250px;
		margin: 0 auto 14px;
	}

	.box {
		float: none;
		width: 100%;
	}

	.logo2 {
		display: none;
	}

	/*.visual img {
			width:700px;
			left:50%;
			margin:0 0 0 -350px;
			position:relative;
		}*/
	.section2 .img-box {
		float: none;
		margin: 0;
	}

	.section2 h2 {
		text-align: center;
		font-size: 24px;
		line-height: 28px;
	}

	.section2 .right-col .row:after {
		left: 0;
		right: 0;
		width: 100%;
	}

	.section2 .description {
		padding-top: 15px;
	}

	#header {
		padding: 50px 0 0;
	}

	.caption2 {
		position: static;
	}

	.section2 .img {
		width: 100%;
		height: auto;
		margin: 0;
		position: static;
	}

	.section2 h1 {
		font-size: 14px;
		line-height: 18px;
	}

	.section2 h2 {
		color: #000;
	}

	.section2 .right-col .row:after {
		display: none;
	}

	.visual .caption {
		display: none;
	}
}
.wpbdp-listing-excerpt{ overflow:hidden}