
/************** Font Embeded **************/

@font-face {
	font-family: 'gothambook';
	src: url('../fonts/gothambook.eot?#iefix') format('embedded-opentype');
	src: local('gothambook'), 
	url('../fonts/gothambook.woff') format('woff'), 
	url('../fonts/gothambook.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gothambold';
	src: url('../fonts/gothambold.eot?#iefix') format('embedded-opentype');
	src: local('gothambold'), 
	url('../fonts/gothambold.woff') format('woff'), 
	url('../fonts/gothambold.ttf') format('truetype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'garamond';
	src: url('../fonts/garamond.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/garamond.otf')  format('opentype'),
	url('../fonts/garamond.woff') format('woff'), 
	url('../fonts/garamond.ttf')  format('truetype'), 
	url('../fonts/garamond.svg#garamond') format('svg');
	font-weight: normal;
	font-style: normal;
}



@font-face {
	font-family: 'minion';
	src: url('../fonts/minion.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/minion.otf')  format('opentype'),
	url('../fonts/minion.woff') format('woff'), 
	url('../fonts/minion.ttf')  format('truetype'), 
	url('../fonts/minion.svg#minion') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'minionitalic';
	src: url('../fonts/minionitalic.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/minionitalic.otf')  format('opentype'),
	url('../fonts/minionitalic.woff') format('woff'), 
	url('../fonts/minionitalic.ttf')  format('truetype'), 
	url('../fonts/minionitalic.svg#minionitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'minionsemibold';
	src: url('../fonts/minionsemibold.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/minionsemibold.otf')  format('opentype'),
	url('../fonts/minionsemibold.woff') format('woff'), 
	url('../fonts/minionsemibold.ttf')  format('truetype'), 
	url('../fonts/minionsemibold.svg#minionitalic') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'myriad';
	src: url('../fonts/myriad.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/myriad.otf')  format('opentype'),
	url('../fonts/myriad.woff') format('woff'), 
	url('../fonts/myriad.ttf')  format('truetype'), 
	url('../fonts/myriad.svg#myriad') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'gothammedium';
	src: url('../fonts/gothammedium.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/gothammedium.woff') format('woff'), 
	url('../fonts/gothammedium.ttf')  format('truetype'), 
	url('../fonts/gothammedium.svg#gothammedium') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'myriadcondenced';
	src: url('../fonts/myriadcondenced.eot?#iefix') format('embedded-opentype'),  
	url('../fonts/myriadcondenced.otf')  format('opentype'),
	url('../fonts/myriadcondenced.woff') format('woff'), 
	url('../fonts/myriadcondenced.ttf')  format('truetype'), 
	url('../fonts/myriadcondenced.svg#myriadcondenced') format('svg');
	font-weight: normal;
	font-style: normal;
}

/************** CSS stylesheet ***************/


#chnav { 
	color: #000;
	font:normal 18px "gothambook", sans-serif; 
	
	
	line-height:130%;
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease; 
}

h1 {
	font-family: "gothambold";
	color:#e21924;
	font-size:28px;
	line-height:34px;
	font-weight:400;
}

h2 {
	font-family: "gothammedium";
	color:#e21924;
	font-size:22px;
	line-height:28px;
	font-weight:400;
	margin:0 0 7px;
}

p {
	line-height:24px;	
}

a {
  color:#0090ff;
  text-decoration:none; 
  outline:none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; 
}

a:hover { 
  outline:none;
  opacity:0.85;
  filter:alpha(opacity=85);
  text-decoration:underline; 
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease; 
}

.link-effect {
  outline:none;
  opacity:1.0;
  filter:alpha(opacity=100);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;	
}

.link-effect:hover {
  opacity:0.85;
  filter:alpha(opacity=85);
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;		
}

img {
  border:none;
  outline:none;
  max-width:100%;
}

a img, a:hover img, a:active img  {
  border:none;
  outline:none;
}

.clearfix:after {   
   content: "";
   display: table;
   clear: both;
}

ol.unstyled, ul.unstyled {
  list-style: none;
}

.no-margin {
  margin: 0 !important;
}

.no-padding {
  padding: 0 !important;
}

.txt-center {
  text-align:center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

.toright {
  float:right;  
}

.toleft {
  float:left; 
}

.img-responsive {
	max-width:100%;
	height:auto;
}

/**************** General CSS styles ****************/

.container {
	width:900px;
	margin:auto;
}
.navdiv { max-width:1200px !important ;
width:100% !important;
}
.container:after {
	display:table;
	clear:both;
	content:'';
}

#header-top {
	height:33px;
	padding:5px 0 0;
	background:url(../img/header-top.png) repeat-x top center #d80327;
	color:#fff;
	font-size:9px;
	text-transform:uppercase;
	line-height:10px;
	font-family: 'myriad';	
}

#header-top .fontsize12 {
	font-size:12px;
}

#header-top .fontsize14 {
	font-size:14px;
	padding-left:3px;
}

#header-top .fontsize18 {
	font-size:18px;
	padding-left:3px;
}

#header {	
	background:url(../img/header-bg.png) repeat-x top center transparent;
	background-color:#fae6cc;
}

#header .container {
	/*background:url(../img/header.png) no-repeat top right transparent;*/
	/*height:323px;*/
	/*background-size:cover;*/	
}

.logo {
	margin:18px 25px;	
}

.top-link {
	margin-left:15px;
	padding:20px 0 0;	
}

.top-link ul {
	list-style:none;
	padding:0;
	margin:0;	
}

.top-link ul li {
	display:inline;
	color:#000000;
	font-size:14px;
	padding-right:8px;
	line-height:22px;
	vertical-align:middle;
}

.tel {
	font-family:"gothambold";
}

.top-link ul li a {
	color:#000;	
}

.top-link ul li img {
	margin-right:1px;	
}

.header-txt {
	font-family: "garamond";
	color:#000000;
	font-size:41px;
	line-height:46px;
	width:430px;
	margin-left:70px;
	margin-top:27px;
	text-shadow:3px 3px 5px rgba(0,0,0,0.5);	
}

.navbar-default {
	border-radius:0;
	border:none;
	background:url(../img/navbg.png) repeat-x top center #e8e7e7;
	height:41px;
	min-height:41px;
	margin-bottom:0;	
}

.navbar-collapse {
	padding:0;	
}

.navbar-nav li:last-child {
	background:url(../img/nav-s.png) no-repeat top right;	
}

.dropdown-menu li:last-child {
	
	background-image:none !important; 
}
.nav.navbar-nav > li:hover {
    background: url("../img/nav-act-bg.jpg");
	background-repeat:repeat-x;
    color: #fff;
}
.navbar-nav > li > a {
	padding:12px 18px 8px;
	font-size:14px;
	color:#000 !important;
	
	
	background:url(../img/nav-s.png) no-repeat top left;
}
.navbar-nav > li > a:hover {
	color:#fff;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
	color:#7f7a7a;
	background-color:transparent;
}	



.testimonial-bx:before {
	background:url(../img/testimonial-quote.png) no-repeat top center transparent;
	height:19px;
	width:17px;
	content:'';	
	display:block;
	position:absolute;
	left:8px;
}

.testimonial-bx {
	font-family: "minionitalic";
	background:#e21924;
	color:#fff;
	padding:16px 30px;
	font-size:17px;
	line-height:22px;
	margin-bottom:15px;	
	position:relative;
}

.testimonial-arrow {
	background:url(../img/testimonial-arrow.png) no-repeat bottom center transparent;
	height:15px;
	width:25px;
	bottom:-13px;
	display:block;
	position:absolute;
	left:45.25%;
	text-align:center;		
}

.testimonial-author {	
	line-height:22px;
	font-size:16px;
	padding:5px 0;	
}

.testimonial-author span {
	display:block;
	color:#e21924;	
	font-family:"minionsemibold";
}

.search-content {
	font-size:13px;
	margin:0 0 35px;
}

.search-bx {
	background:#ded9d5;	
	padding:19px;
	font-family: "gothambook";
	text-transform:uppercase;
}



input[type="checkbox"] {
	position:relative;
	top:1px;
	margin-right:1px;	
}

.btn {
	background:#e21924;
	border:1px solid #cf0f1a;
	color:#fff;
	font-size:14px;
	margin-top:13px;
	padding:5px 17px;
	text-shadow:1px 2px 1px rgba(0,0,0,0.85);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;	
}

.btn:hover {
  opacity:0.8;
  filter:alpha(opacity=80);
	-webkit-transition: all 0.25s ease;
	-moz-transition: all 0.25s ease;
	-o-transition: all 0.25s ease;
	transition: all 0.25s ease;
	border:1px solid #b80610;	
}

.search-btn {
	border:1px solid #ebebeb;	
}

.community h2 {
	margin-bottom:2px;
}

.community-txt {
	font-size:12px;
	color:#7f7f7f;
	line-height:12px;
	margin-bottom:14px;	
}

.community .map {
	width:100%;
	height:500px;	
}

.footer {
	color:#414042;
	padding:20px 0 15px;
	color:#fff;
	line-height:23px;
	font-size:12px;
	margin-top:8px;
	background:#414042;	
}

.footer a {
	color:#fff;	
}

.link-bx {
	width:19%;
	float:left;	
}

.link-bx ul {
	margin:0;
	padding:0 12px 0 0;
	list-style:none;
}

.link-bx .title {
	color:#e21924;	
}

.f-logo {
	width:23%;
	float:left;	
}

.f-logo-txt {
	font-size:0.9em;
	padding:7px 0;
	font-family: 'myriadcondenced';
}

.f-social {
	margin:0;
	padding:0;
	list-style:none;
}

ul .title {
	font-family: "gothambold";	
}

.f-social li {
	display:inline;
	padding-left:4px;	
}

.copyright {
	border-top:1px solid #000;
	font-size:10px;
	margin-top:12px;
	padding-top:10px;	
}
	
ul .career img {
	position:relative;
	top:-3px;	
}

label {
	font-weight:normal;	
}
/*------------------------search--community---------------*/
#srch_main {
    border-bottom: 1px solid #ccc;
    box-shadow: 0 -60px 67px -67px #ccc inset;
    float: left;
    width: 100%;
	margin-top:30px;
	font: 18px/130% "gothambook",sans-serif;
	font-size:12px;
	position:relative;
	padding-bottom:15px;   
}





#srch_main h3 { margin:0px; }
#srch_main .srcares > ul {
    margin: 0;
    padding: 0;
}

#srch_main .srcares li {
    float: left;
    list-style: outside none none;
    margin: 0;
    width: 215px;
	list-style-image:url(../img/check.jpg);
	list-style-position:inside;
}
#srch_main .srfcname {
	
	width:100%;
	max-width:700px;
	position:absolute;
	}

#es_form input,#es_form button,#es_form select,#es_form textarea {
    border: 1px solid #999999;
    border-radius: 5px;
    height: 30px;
    margin: 0px 0px 1%;
    max-width: 250px;
    padding: 1%;
    width: 92%;
}
#es_form span { display:block; font-size:15px; }

#es_form input[type="submit"] {
    background-color: #ED1C24;
    border: 0 none;
    color: #ffffff;
    font-weight: 600;
    height: 30px;
    margin: 8px 0 0;
	line-height:16px;
}
#es_form textarea {
    border: 1px solid #999999;
    border-radius: 5px;
    height: 120px;
    margin: 0px 0% 1%;
    max-width: 250px;
    padding: 1%;
    width: 92%;
}
/*------------------------------------------------------*/
/************** + CSS Media Querries for Responsive Layout + **************/

@media (max-width:950px) {
	.container {
		width:750px;
	}
	.header-txt {
		font-size:37px;	
	}
	.navbar-nav > li > a {
		padding: 11px 37px 10px;	
	}
	#header ul .login {
		display:block;
		padding-top:7px;	
	}
	#header ul .social {
		display:inline-block;
		padding-top:7px;	
	}
	.main-content {
		width:500px;	
	}
	.search-content {
		font-size:12px;
	}
	.community .map {
		height:370px;	
	}
}



@media (min-width:769px) {
	#srch_main .srchead {
  float: right;
    font-size: 16px;
    font-weight: bold;
    left: 196px;
    max-width: 700px;
    position: absolute;
    width: 100%;
}
#srch_main .srlogo {
	
	width:20%;
	float:left;
	margin-left:20px;
	
}

#srch_main .sraddres {
	
	width:25%;
	margin-top:25px;
	float:left;
	
}


#srch_main .srcares {
	
	width:50%;
	margin-top:25px;
	float:left;
	
}
#header .h-top {
	position:absolute;
	z-index:999;
	
}

.search-inner {
	background:#fbfbfb;	
	border:1px solid #b7b7b7;
	padding:17px 18px;	
	 overflow:hidden;
    -webkit-column-count:4;
    -moz-column-count:4;
    -o-column-count:4;
    column-count:4;
}

.search-field {
	width:100%;
	display:inline-block;
	vertical-align:top;	
}
}
@media (max-width:768px) {
	
	#srch_main .srchead {
  float: right;
    font-size: 16px;
    font-weight: bold;
    max-width: 700px;
   
    width: 100%;
}
#srch_main .srlogo {
	
	width:70%;
	float:left;
	margin-left:20px;
	
}


#srch_main .sraddres {
	
	width:100%;
	margin-top:25px;
	float:left;
	
}	
	

#srch_main .srcares {
	
	width:100%;
	margin-top:25px;
	float:left;
	
}	
.srchead > span {
    display: block;
    margin: 0 0 30px;
    width: 100%;
}	
	
	
	.container {
		width:100%;
		padding:0 0px;
	}
	.mpadding { padding:0 !important; }	
	#header .container {
		/*background:url(../img/header-res.png) no-repeat top right transparent;
		height:270px;*/
	}
	.logo, .top-link, .header-txt {
		width:auto;
		float:none;
		text-align:center;	
	}
	.logo {
		margin:15px 0 10px;	
	}
	#header .career {
		padding:6px 0 0	
	}
	.top-link {
		padding:6px 0;	
	}
	.header-txt {
		font-size:18px;
		margin:0;
		line-height:22px;	
	}
	.r-hide {
		display:none;
	}
	.top-link ul li {
		display:block;
		text-align:center;	
	}
	.navbar-default {
		background-image:none;
		min-height:48px;
		background-color:#f1f1f1;	
	}
	.navbar-nav {
		background: none repeat scroll 0 0 #f1f1f1;
		margin:0;
		overflow: hidden;
	}
	.navbar-nav > li:last-child, .navbar-nav > li > a {
		background-image:none;	
	}
	.main-content, .testimonial {
		font-size:13px;
		width:auto;
		float:none;	
	}
	.testimonial {
		margin:10px 0;	
	}
	.testimonial-arrow {
		left:49.25%;	
	}
	.search-content {
		margin:0 0 22px;	
	}
	.search-field {
		width:49%;	
	}	
	.link-bx, .f-logo {
		width:auto;
		float:none;
		margin-bottom:12px;
		text-align:left;	
	}
	.community .map {
		height:280px;	
	}
	#wowslider-container1 { display:none; }
	
	.search-inner {
	background:#fbfbfb;	
	border:1px solid #b7b7b7;
	padding:17px 18px;	

}

.search-field {
	width:24%;
	display:inline-block;
	vertical-align:top;	
}
}

@media (max-width:480px) {	
	.search-field {
		width:99%;	
	}
	.community .map {
		height:220px;	
	}
}

#loginbox {
    border: 1px solid #999;
    border-radius: 5px;
    max-width: 500px;
    padding: 20px;
    width: 100%;
	display:inline-block;
	font-size:14px;
	line-height:40px;
}

#loginbox .logname {
	float:left;
	max-width:120px;
	width:100%;
	
}
#loginbox .boxfiled {
	float:left;
	max-width:500px;
	width:100%;
	text-align:center;
	
}
#loginbox .logfield {
	float:left;
	max-width:330px;
	width:100%;
}

#loginbox input[type="submit"] {
    background-color: #ed1c24;
    border: 0 none;
    color: #ffffff;
    font-weight: 600;
    height: 30px;
    line-height: 16px;
    margin: 8px 0 0;
	max-width: 100px;
}

#loginbox input, #loginbox button, #loginbox select, #loginbox textarea {
    border: 1px solid #999999;
    border-radius: 5px;
    height: 30px;
    margin: 0 0 1%;
    max-width: 350px;
    padding: 1%;
    width: 92%;
}
