/*
*****************************************
 Site: Warbird Heritage Foundation
 www.warbirdheritagefoundation.org
 Author: Valerie Baker
 www.angel-above-graphic-design.com
*****************************************
*/

/*css*/
@import "grid.css";
@import "font-awesome.css";

html, body {height:100%;}

body{
	background: #151515;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color:#c7c2c2;
	position:relative;
	min-width:320px;
	-webkit-text-size-adjust: none;
}

/*Images*/
img{
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	height:auto;
	max-width:100%;
}

.frame{} /* img border, paddings, shadows */


.img_fleft{
	float:left;
	margin-right:20px;
}

.img_right{
	float:right;
	margin-left:20px;
}


.img_rounded {
		border-radius: 5px;
}

.img_page {
	margin-top: 40px;
	width:50% !important;
	display: block;
	border-radius: 10px;
	clear:both;
}


/* aircraft page header images - v */
.img_aircraft {
    display: block;
	margin-top: -45px;
    margin-left: auto;
    margin-right: auto;
    width: 65%;
	height: auto;
	border-radius: 10px;
	margin-bottom:40px;
	clear:both;
}


.img_aircraft:hover {
	transform: scale(1.4);
}



/*  Right Picture w/ Caption  */

.rpic img { 
	margin: 10px 2px 10px 0px;
	border-radius: 10px;
	max-width:100%;
	}

.rpic p   { 
	float: right;
    text-align: center;
    font-size: 10pt;
	color:#29acf0;
	margin: 0px 2px 10px 50px; 
	}


/*  Left Picture w/ Caption  */
.lpic img { 
	margin: 10px 8px 10px 2px;
	border-radius: 10px;
	max-width: 100%;
	}

.lpic p {
	float: left;
    text-align: center;
    font-size: 10pt;
	color:#29acf0;
    margin: 0px 38px 8px 2px; 
	}


/*  Picture w/ Caption  */

.cpic { 
    text-align: center;
    font-size: 10pt;
	color:#29acf0;
	margin: 2px 2px 2px 2px; 
	}
   


/* page header images - v */
.center {     
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 97%;
	height: auto;
	border-radius: 5px;
	margin-bottom:20px;
	justify-content: center;
	margin-top:-20px;
}

.centtext {     
    text-align: center;
	margin-top:20px;
	}


/*Links*/
a{
	color:#0943c5;
	text-decoration:none;
	font-size:inherit;
}
	a:hover{
		color:#6adbef; 
	}

	
a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
.btn{
	background:#517795;
	color:#fff;
	display:inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 19px;
	font-weight: 700;
	text-transform: uppercase;
	padding: 14px 20px;
	text-decoration:none;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}
	.btn:hover{
		background-color:#222b31;
		text-decoration:none;
	}


/*===to center buttons ======*/

.cent {
	display: flex;
	align-items: center;
  	justify-content: center;
	margin-top:20px;
	}


.cent p {
	float: left;
    text-align: center;
    font-size: 10pt;
	color:#29acf0;
    margin: 10px 8px 8px 2px; 
	}



/*Titles*/
h2{
	color:#333f00;
	font:bold 30px/36px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

h3{	
}

h4{
	font-family: 'Roboto', sans-serif;
	font-size: 29px;
	line-height: 35px;
	font-weight: 700;
	text-transform: uppercase;
	color:#fff;
	margin-bottom:14px;
}

h5{
	color:#f00;
	font:bold 16px/20px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}
h6{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: 700;
	color:#517795;
	margin-bottom: 11px;
}

h7{
	color:#e1e6ea;
	font: 14px/16px Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

h2 a, h3 a, h4 a, h5 a, h6 a, h7 a{
	color:inherit;
	transition: 0.3s;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	}
	h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, h7 a:hover{
		color:#fff;
		text-decoration:none;
	}

/* Indents */
p{
	margin-bottom:18px; /*as line-height in body*/
	}
	p a{
		color: #89bce4;
		font-size:14px;
	font-weight: 100;
	position:relative;
	}
		p a.second{
			color: #6490b3;
			display: inline-block;
			margin-top: -3px;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			p a.second:hover{
				color: #fff;
				}
		p a:hover{
			text-decoration: none;
			color:#7d7f33;
			}

/* indent para -v */
.i_30{margin-left:30px;}


.m_0{margin-bottom:0px !important;}
.m_05{margin-bottom:5px;}
.m_07{margin-bottom:7px;}
.m_10{margin-bottom:10px;}
.m_13{margin-bottom:13px !important;}
.m_15{margin-bottom:15px;}
.m_16{margin-bottom:16px;}
.m_17{margin-bottom:17px;}
.m_20{margin-bottom:20px;}
.m_21{margin-bottom:21px;}
.m_22{margin-bottom:22px;}
.m_25{margin-bottom:25px;}
.m_30{margin-bottom:30px;}
.m_35{margin-bottom:35px;}
.m_40{margin-bottom:40px;}
.m_42{margin-bottom:42px;}
.m_45{margin-bottom:45px;}
.m_50{margin-bottom:50px;}
.m_55{margin-bottom:55px;}
.m_60{margin-bottom:60px;}
.m_65{margin-bottom:65px;}
.m_70{margin-bottom:70px;}
.m_74{margin-bottom:74px;}
.m_75{margin-bottom:75px;}
.m_80{margin-bottom:80px;}
.m_83{margin-bottom:83px;}
.m_85{margin-bottom:85px;}
.m_90{margin-bottom:90px;}
.m_135{margin-bottom:135px;}
.m_138{margin-bottom:138px;}
.m_140{margin-bottom:140px;}
.m_145{margin-bottom:145px;}
.m_150{margin-bottom:150px;}
.m_155{margin-bottom:155px;}
.m_160{margin-bottom:160px;}

/* Lists */
.list li{
	background: url(../images/list_marker.png) no-repeat -1px 5px;
	margin-top:8px;
	margin-left: 15px;
	padding-left:16px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}
	.list li:first-child{
		margin-top:0;
	}
	.list li a{
		color:#517795;
		text-decoration:none;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		}
		.list li a:hover{
			color:#fff;
			text-decoration:none;
}


/* List for directions */
.direct li{
	background: url(../images/list_marker.png) no-repeat -1px 6px;
	margin-top:8px;
	margin-left: 44px;
	padding-left:16px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 17px;
	font-weight: 400;
}
	.direct li:first-child{
		margin-top:0;
	}
	.direct li a{
		color:#517795;
		text-decoration:none;
		transition: 0.3s;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		}
		.direct li a:hover{
			color:#fff;
			text-decoration:none;
}



/**/
blockquote{width:100%;}
	cite{text-align:right;}
time{}

/************Header************/
header{
	width:100%;
	margin-bottom: 58px;
	}
h1{
	display: block;
	}
	h1 a{}
		h1 a:hover{
			text-decoration:none;
		}
	h1 .slogan{
		display:block;
	}

/* Menu */
nav{
	display: block;
	padding-top: 20px;
	margin-bottom: 10px;
	}
	
.centnav {
	display: flex;
	align-items: center;
  	justify-content: center;	
}
	
	.sf-menu {
		list-style:none;
	}
		.sf-menu > li {
			float:left;
			font-family: 'Roboto', sans-serif;
			font-size: 18px;
			line-height: 19px;
			font-weight: 700;
			text-transform: uppercase;
			margin-left:24px;
			position:relative;
		}
		.sf-menu > li:first-child{
			margin-left:0;
		}
			.sf-menu > li > a {
				color:#fff;
				text-decoration:none;
				transition: 0.3s;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
			}



				.sf-menu > li.sfHover > a,
				.sf-menu > li > a:hover,
				.sf-menu > li.current > a {
					color:#5fb5f8;
					text-decoration:none; 
				}
				.sf-menu > li > a.sf-with-ul:after{
					/*menu arrow*/
				}
			.sf-menu .menu-arrow{display:none;}

		/* submenu */
		.sf-menu ul {
			background:#001c2a;
			display:none;
			left: -14px;
			padding: 15px 0px 13px;
			position:absolute;
			top:30px;
			width: 253px;
			z-index:99;
		}
			.sf-menu ul li{
				position: relative;
				margin-top: 13px;
				position:relative;
				font-family: 'Roboto', sans-serif;
				font-size: 16px;
				line-height: 17px;
				font-weight: 500;
				text-transform: none;
				border-top: 1px dotted #465862;
				padding: 6px 16px 0px;
				}
				.sf-menu ul li:first-child{
					margin-top:0;
					border-top: none;
					padding-top: 0;
					
				}
				.sf-menu ul li a{
					color:#fff;
					text-decoration:none;
					transition: 0.3s;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					}
				.sf-menu ul li > a:hover,
				.sf-menu ul li.sfHover > a,
				.sf-menu ul li.active > a{
					color:#6490b3;
					text-decoration:none;
				}
				

				

				.sf-menu ul li a.sf-with-ul:before{
					content: "\f107";
					font-family: FontAwesome;
					font-size: 14px;
					line-height: 14px;
					color: #777777;
					position: absolute;
					right: 13px;
					top: 11px;
					}
				
				
				
		/* subsubmenu */
		.sf-menu ul ul {
			left: 254px;
			top: -1px;
			padding-top: 7px;
			}
			.sf-menu ul ul li a{
				text-decoration:none;
			}
			.sf-menu ul ul li > a:hover,
			.sf-menu ul ul li.sfHover > a,
			.sf-menu ul ul li.active > a{
				text-decoration:none;
			}
	#mm0{
		display:none;
		border: 1px solid #517795;
		outline: none;
		padding: 3px;
		width: 100%;
	}


/************Content***********/

#content{
	padding-bottom: 49px;
	}

.banner_box{
	position: relative;
	margin-top: -267px;
	}

	.banner1, .banner2, .banner3{
		padding: 32px 27px 25px 27px;
		}
	.banner1{
		background: url(../images/banner1_bg.jpg) no-repeat 0 0;
		}
	.banner2{
		background: url(../images/banner2_bg.jpg) no-repeat 0 0;
		link: 
		}
	.banner3{
		background: url(../images/banner3_bg.jpg) no-repeat 0 0;
		}

		.banner_box h3{
			font-family: 'Roboto', sans-serif;
			font-size: 57px;
			line-height: 36px;
			font-weight: 700;
			text-transform: uppercase;
			color: #fff;
			margin-bottom: 8px;
			}
		.banner_box h4{
	font-family: 'Roboto', sans-serif;
	font-size: 37px;
	line-height: 36px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 39px;
	color: #fff;
			}
		.banner_box p{
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: bolder;
	line-height: 20px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
			}

#index2 .border_box, #index5 .border_box,
#index2 .border_box2, #index5 .border_box2
{
	min-height: 100px;
	}
.border_box{
	border-left: 1px solid #2f2f2f;
	padding-left: 31px;
	min-height: 395px;
	overflow: hidden;
	}
	
	
.border_box2{
	padding-left: 31px;
	min-height: 395px;
	height:auto;
	overflow: hidden;
	}	
	
.border_box_short{
	border-left: 1px solid #2f2f2f;
	padding-left: 31px;
	min-height: 195px;
	overflow: hidden;
	}	


.border_box_mini{
	border-left: 1px solid #2f2f2f;
	padding-left: 31px;
	height:auto;
	overflow: hidden;
	}	

	.date{
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 17px;
		font-weight: 700;
		background: #517795;
		color: #fff;
		display: inline-block;
		text-transform: uppercase;
		padding: 2px 6px 4px 5px;
		margin-bottom: 6px;
		}

	.second_btn{
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 19px;
		font-weight: 700;
		color: #517795;
		text-transform: uppercase;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		.second_btn:hover{
			color: #fff;
			text-decoration: none;
			}

.banner{
	display: block;
	}
	.banner img{
		width: 100%;
		}

.mail_btn{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #6490b3;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	}
	.mail_btn:hover{
		text-decoration: none;
		color: #fff;
		}


.quote_box{
	overflow: hidden;
	margin-bottom: 35px;
	}
	.quote{
		float: left;
		width: 62px;
		text-align: center;
		background: #517795;
		color: #fff;
		font-family: 'Roboto', sans-serif;
		font-size: 30px;
		line-height: 30px;
		font-weight: 700;
		padding: 19px 0px 16px 0px;
		margin-top: 7px;
		margin-right: 16px;
		}
	.quote_content{
		overflow: hidden;
		}

.img_float{
	float: left;
	margin-right: 20px;
	margin-top: 8px;
	}


.img_floatr{
	float: right;
	margin-right: 20px;
	margin-top: 8px;
	}

#accordion dt{
	padding-left: 33px;
	outline: none;
	position: relative;
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color: #517795;
	margin-bottom: 10px;
	}
	#accordion dt.ui-accordion-header-active{
		margin-bottom: 0px;
		}
	
	
	#accordion dt a{
		text-decoration: none;
		color: #517795;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
		#accordion dt a:hover{
			text-decoration: none;
			color: #fff;
			}
	#accordion dt:before{
		position: absolute;
		font-family: FontAwesome;
		font-size: 24px;
		line-height: 24px;
		color: #517795;
		content: "\f0fe";
		top: 5px;
		left: -1px;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}
	#accordion dt.ui-accordion-header-active:before{
		position: absolute;
		font-family: FontAwesome;
		font-size: 24px;
		line-height: 24px;
		color: #517795;
		content: "\f146";
		top: 5px;
		left: -1px;
		}
	
	#accordion dd{
		padding: 7px 0px 29px 32px;
		}
		#accordion dd p{
			margin-bottom: 21px;
			}
		#accordion dd h6{
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 21px;
			font-weight: 400;
			color: #fff;
			margin-bottom: 14px;
			}
		#accordion dd ul.list{
			margin-left: 22px;
			}



.image_list{
	width: 540px;
	margin-bottom: 21px;
	display: block;
	overflow: hidden;
	float: left;
	width: 540px;
	}
	.image_list li{
		display: block;
		float: left;
		margin-left: 1px;
		margin-bottom: 1px;
		}
		.image_list li a{
			display: block;
			position: relative;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
		.image_list li a span{
			display: block;
			position: absolute;
			background: url(../images/image_hover.png) repeat 0 0;
			width: 100%;
			height: 100%;
			bottom: -100%;
			left: 0;
			-webkit-transition: 0.3s;
			-moz-transition: 0.3s;
			-ms-transition: 0.3s;
			-o-transition: 0.3s;
			transition: 0.3s;
			}
			.image_list li a:hover span{
				bottom: 0;
				}
			.image_list li a img{
				display: block;
				width: 100%;
				}

.qoute_p{
	position: relative;
	font-size: 24px;
	line-height: 30px;
	color: #517795;
	padding-left: 37px;
	padding-top: 23px;
	margin-bottom: 37px;
	}
	.qoute_p:before{
		content: '“';
		position: absolute;
		top: -7px;
		left: 18px;
		font-size: 60px;
		line-height: 60px;
		color: #517795;
		}




#logo_img{
	display: block;
    margin: 0 auto;	
	padding-top: 15px;
	}
	.logo_img:hover{
		opacity: 0.7;
		}

.mail_send{
	display: inline-block;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #6490b3;
	margin-left: 80px;
	margin-bottom: 30px;
	}
	.mail_send:hover{
		color: #fff;
		text-decoration: none;
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-ms-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		}

/*----------- Map ------------*/
.map{
	margin-bottom: 27px;
	}
.map iframe{
	width:100%;
	height:700px;
}
address dl{
	width:100%;
	overflow:hidden;
	position:relative;
}
address dt{
	font-family: 'Roboto', sans-serif;
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	color: #517795;
	margin-bottom: 7px;
	}
address dd{
	overflow:hidden;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	line-height: 21px;
	font-weight: 400;
	color: #666666;
	
}
address dl span {
	float:left;
	width:75px;
	}
	address dl a{
		display: inline-block;
		font-family: 'Roboto', sans-serif;
		font-size: 14px;
		line-height: 14px;
		font-weight: 400;
		color: #6490b3;
		margin-top: -2px;
		transition: 0.3s;
		-moz-transition: 0.3s;
		-webkit-transition: 0.3s;
		}
		address dl a:hover{
			text-decoration: none;
			color: #fff;
			}

/************Footer************/
footer{
	width:100%;
	background: #242424;
	padding-top: 45px;
	padding-bottom: 50px;
	}


	footer h4{
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		line-height: 17px;
		font-weight: 700;
		margin-bottom: 23px;
		}

	.footer_list{

		}
		.footer_list li{
			font-family: 'Roboto', sans-serif;
			font-size: 14px;
			line-height: 17px;
			font-weight: 400;
			margin-top: 8px;
			color: #517795;
			}
			.footer_list li:first-child{
				margin-top: 0px;
				}
			.footer_list li a{
				color: #517795;
				-webkit-transition: 0.3s;
				-moz-transition: 0.3s;
				-ms-transition: 0.3s;
				-o-transition: 0.3s;
				transition: 0.3s;
				}
				.footer_list li a:hover{
					text-decoration: none;
					color: #fff;
					}
		footer .contact{
			display: block;
			font-family: 'Roboto', sans-serif;
			font-size: 26px;
			line-height: 35px;
			font-weight: 700;
			color: #fff;
			}

		ul.footer_soc_icon{
			overflow: hidden;
			}
			ul.footer_soc_icon li{
				float: left;
				font-size: 23px;
				line-height: 23px;
				color: #517795;
				margin-left: 18px;
				}
				ul.footer_soc_icon li:first-child{
					margin-left: 0px;
					}
				ul.footer_soc_icon li a{
					color: #517795;
					-webkit-transition: 0.3s;
					-moz-transition: 0.3s;
					-ms-transition: 0.3s;
					-o-transition: 0.3s;
					transition: 0.3s;
					}
					ul.footer_soc_icon li a:hover{
						color: #fff;
						}
	.copyright{
		margin-top: 27px;
		padding-top: 9px;
		}
	.copyright, #copyright-year{
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		line-height: 18px;
		font-weight: 400;
		color: #fff;
		}
	.copyright a{color:inherit;}
	.footer-link{
		display:block;
		font-size: 11px;
		}
		
		
	.message{
		border-top: 1px solid #2f2f2f;
		margin-top: 47px;
		padding-top: 9px;
		font-family: 'Roboto', sans-serif;
		font-size: 12px;
		line-height: 18px;
		font-weight: 400;
		}		

#toTop {
	background:url(../images/to_top.png) center top no-repeat;
	border:none;
	bottom:120px;
	color:transparent;
	display:none;
	font-size:0;
	height:54px;
	line-height:0;
	overflow:hidden;
	position:fixed;
	right:50% !important;
	margin-right: -740px !important;
	text-decoration:none;
	width:54px;
	z-index:20;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-ms-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

#toTop:hover{
	background-position:center -57px;
}

#toTop:active, #toTop:focus {
	outline:none;
}



/*===========to set lines even ==========================*/

span {vertical-align: top;
	font-weight:normal;
	}





/*----------- specs ------------*/
aside {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 100%;
    text-align: center;
    color: #505E67;
	margin: 0px;
}
   
      
   .clearer {
     clear:both;
     height:0;
   }
   
   
   .l30 {
      float:left;
      width:30% !important;
	  padding: 5px 0px 5px 5px;
	  text-align:right;
	  margin-left:1px;
	  color: #505E67;
	  font-weight:bold;
   }   

   .r65 {
      float:right;
      width:65% !important;
	  padding: 5px 5px 5px 10px;
	  text-align:left;
   } 

/*----------- Tables ------------*/

table {
  border-collapse:separate;
  border-spacing: 0;
  min-width: 350px;
  border-radius: 10px;
  background-color: #f8f9f9;
  color: #443d3d;
}


table tr th,
table tr td {
  border-right: 1px solid lightgray;
  border-bottom: 1px solid lightgray;
  padding: 10px;  
}

table tr th:first-child,
table tr td:first-child {
  border-left: 1px solid lightgray;
}

table tr th {
    background-color: #393737;
    color: white;
    font-size: 1.2em;
	font-weight:500;
}


table th {
  border-top: 1px solid lightgray;
}


table tr:nth-child(odd) {
    background-color: #e5eef5;
}

table tr:nth-child(odd) a,
table tr:nth-child(even) a{
    color: #0066ff;
}

table tr:nth-child(odd) a:hover,
table tr:nth-child(even) a:hover{
	color:#da0a0a; 
	border-left: 
}


table tr th colspan{
	color:#00FF00;
}


.headrow{
	color:#FFFFFF;
	background-color:#666666;
	font-weight: bold;
}


table tr:first-child th:first-child {
  border-top-left-radius: 6px;
}

table tr:first-child th:last-child {
  border-top-right-radius: 6px;
}

table tr:last-child td:first-child {
  border-bottom-left-radius: 6px;
}

table tr:last-child td:last-child {
  border-bottom-right-radius: 6px;
}


.tabbold span {
    font-size: 11pt;
	color:#2491ca;
	font-weight:500;
}

/*----------- end Tables ------------*/




/*----------- FavLinks Tables ------------*/

table.favlinks {
  min-width: 350px;
  font-size:medium;
  text-transform:uppercase;
  border-radius: 6px;
}




table.favlinks tr:first-child {
	border-top-left-radius: 20px;
}


table.favlinks tr:nth-child(odd) {
    background-color: #E6E6E6;
}

table.favlinks tr:nth-child(even) {
    background-color: #cdcdcd;
}

table.favlinks tr:nth-child(even)a,
table.favlinks tr:nth-child(odd) a{
    color: 0066ff;
}

table.favlinks tr:nth-child(odd) a:hover,
table.favlinks tr:nth-child(even) a:hover{
		color:#8c0909; 
}

/*----------- END FavLinks Tables ------------*/



/*----------- Table Specs ------------*/

table.specs {
  border-collapse:separate;
  border-spacing: 0;
  min-width:400px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid lightgray;
  background:#ffffff; /* For browsers that do not support gradients */
  background: linear-gradient(#80b4d8, white); /* Standard syntax (must be last) */	
  color: #443d3d;
  overflow:hidden;
}


table.specs tr td {
  border: none;
  padding: 5px;
  background:transparent;
    overflow:hidden;
}

table.specs tr {
  border: none;
  padding: 5px;
  background:transparent;
    overflow:hidden;
}


   table.specs .left {
      float:left;
      width:30%;
	  padding: 1px 0px 1px 0px ;
	  text-align:right;
	  margin-left:1px;
	  color: #505E67;
	  font-weight:bold;
   }

table.specs .right {
	  float:right;
      width:65%;
	  padding:  1px 3px 1px 0px ;
	  text-align:left;
	  color: #434f57;
   }

 
   .clearer {
     clear:both;
     height:0;
   }
   


/*----------- end Table Spec ------------*/


.boldwhite {
	font-weight:bold;
	color:#FFFFFF;
}


/*==================================RESPONSIVE LAYOUTS===============================================*/


@media only screen and (max-width: 1200px) {
	.banner_box {
		margin-top: 30px;
		}

	.camera_caption {
		top: 55px !important;
		margin-left: -470px !important;
		width: 940px !important;
		}

	.camera_wrap .camera_pag {
		right: 50% !important;
		margin-right: -470px !important;
		bottom: 20px !important;
		}

}

@media only screen and (max-width: 995px) {
	.img_fleft,
	.img_right{
		max-width:75%;
	}

	.camera_caption {
		top: 55px !important;
		margin-left: -375px !important;
		width: 748px !important;
		}

	.camera_caption h4 {
		font-size: 55px !important;
		}

	.camera_wrap .camera_pag {
		right: 50% !important;
		margin-right: -374px !important;
		bottom: 30px !important;
		}

	.banner_box h3 {
		font-size: 45px !important;
		}

	.banner_box h4 {
		margin-bottom: 19px !important;
		}



	.sf-menu > li{
		margin-left:15px;
	}
	
	.img_float{
		float: none;
		width: 100%;
		margin-bottom: 20px;
		}

	.image_list{
		float: none;
		width: 100%;
		}
		.image_list li{
			width: 357px;
			}

	nav {
		padding-top: 41px;
		}

		.sf-menu > li {
			font-size: 13px;
			}


	
}
@media only screen and (max-width: 767px) {
	.sf-menu{
		display:none;
	}
	#mm0{
		display:block;
	}

	h1 {
		float: none;
		text-align: center;
		}

	nav {
		float: none;
		padding-top: 15px;
		margin-bottom: 15px;
		}
	.image_list li {
		width: 100%;
		}

	.footer_list{
		margin-bottom: 30px;
		}

	address dl {
		margin-bottom: 40px;
		}

	.camera_caption{
		display: none !important;
		}
	.camera_wrap .camera_pag {
		margin-right: -33px !important;
		}
	
	.camera_wrap .camera_pag {
		bottom: 30px !important;
		}
	
	.banner1, .banner2, .banner3{
		background-size: cover;
		-moz-background-size: cover;
		-webkit-background-size: cover;
		margin-bottom: 20px;
		}
	 .mobili_m{
		 margin-bottom: 30px;
		 }
		 
	.tab-2 left{
		margin-bottom: 40px;
	}
		 
}

@media only screen and (max-width: 480px) {
	.img_fleft.nofloat,
	.img_right.nofloat{
		float:none;
		max-width:inherit;
		margin:0 0 20px;
	}
}
