@charset "UTF-8";
/* CSS Document */

/*
To target specific IE browsers, add the following classes to the beginning of the selectors:
	Iternet Explorer 7: .ie7
	Iternet Explorer 8: .ie8
	Iternet Explorer 9: .ie9
*/



* {
	margin: 0;
	padding:0;
}

html, body {
	height: 100%;				/* Sticky footer - do not override */
	
	background:#EEF9FB;
	color:#000;
	font-family:Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size:100%;
}

.vidgallery{
	width: 565px;
	height: 275px;
	margin: 0 auto;
	text-align: center;
	background-color: #ccc;
}


#wrapper {
	min-height: 100%;			/* Sticky footer - do not override */
	height: auto !important;	/* Sticky footer - do not override */
	height: 100%;				/* Sticky footer - do not override */
	margin: 0 auto;		/* Sticky footer - margin-borrom must equal height of #footer, .push */
	
	background:#fff;
	width:972px;
	
}


/* Basic, typographic, positioning elements --------------------------------------------------------------------------------------- */

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
	
.ie7 .clearfix { zoom: 1; } /* IE7 only*/

img,
#middle .noBorder{
	border:0;
}

h2, 
h3{
	 color: #0F0F45;
}

h4{
	font-size:1.2em;
}

p{
	margin:0 0 20px;
	padding:0;
	font-size:1.2em;
}

ul, ol{
	margin:10px 0 20px 20px;
	padding:0;
}

a:link, a:visited{
	color: #C25225;
    font-weight: bold;
}

a:hover{
	text-decoration:none;
}

.left{
	float:left;
	margin:0 20px 20px 0;
}

.right{
	float:right;
	margin:0 0 20px 20px;
}

.bolded{
	display:block;
	font-weight:bold;
}

.btn{
	margin:0 0 20px;
}

.btn a{
	color:#fff;
	background:#00B4C5;
	background-position:center top;
	text-decoration:none;
	padding:10px;
	display:block;
	
	max-width:210px;
}

.btn a:hover{
	background:#96D1DF;
}

/* Header styles ------------------------------------------------------------------------------------------------------------------ */

#header{
	width:100%;
	position:relative;
	z-index:10;
	background: #00B4C5;
	
}

/* logo styles ------------------------------------------- */

#logo{
	position:absolute;
	margin:0 ;
	text-align:center;
	top:50%;
	left:20px;	
	margin-top:-50px;
}

#logo h1{
}

/* Nav styles -------------------------------------------- */

#nav{
	float:right;
}

#nav ul{
	margin:0;
	padding:0;
}

#nav li{
	float:left;
	list-style:none;
	margin-right:1px;
}

#nav a{
	color:#fff;
	display:block;
	font-weight:normal;
	height:35px;
	line-height:35px;
	padding:0 30px;
	text-decoration:none;
	text-transform:uppercase;
}

#nav a:hover,
#nav .current a{
	background:#96D1DF;
}

#nav ul#menu{
	display:block;
}

#nav #menu p{
	display:none;
	text-transform:uppercase;
}

#banner{
	clear:both;
	border-top:2px solid #fff;
}

/* Middle Styles ------------------------------------------------------------------------------------------------------------------ */

#middle{
	clear:both;
	width:100%;
	padding:0;
	margin:0;
	position:relative;
	z-index:5;
	margin-top:0;
	font-size:.75em;
	
	border-top:1px solid #fff;
}

#middle img{
	border:6px solid #ab2d13;
	padding:1px;
}

.title{
	font-weight:normal;
	text-transform:uppercase;
}


/* Content Styles ----------------------------------------- */

#content{
	float:right;
	padding:30px 15px;
	width:660px;
}

#content .title{
	border-bottom:1px dashed #b0b46d;
	font-size:2.5em;
	margin-bottom:18px;
	padding-bottom:7px;
}

/* Sidebar Styles ----------------------------------------- */

#sidebar{
	float:left;
	padding:30px 0 30px 30px;
	width:224px;

}

.mobilemotion{
	min-height:300px;
	width:230px;
	background:#EBF9FA;
	margin-bottom:20px;
}

#sidebar .title{
	font-size: 2em;
}

/* Footer Styles ------------------------------------------------------------------------------------------------------------------ */

#footer{
	background:#00B4C5;
	font-size:11px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	width:972px;
	color:#fff;
}

#footer a{   
	color:#E0F4FF;
	font-weight:bold;
	text-transform:uppercase;
}

/* footerNav styles ----------------------------------------- */

#footerNav{
	float:right;
	left:-50%;
	margin:25px 0;
	position:relative;
	text-align:left;
}

#footerNav ul{
	left:50%;
	list-style:none;
	margin:0;
	padding:0;
	position:relative;
}

#footerNav li{
	position:relative;	/* ie needs position:relative here*/

	border-left:1px dashed #5A5C39;
	float:left;
	padding:0 10px;
}

#footerNav li:first-child{
	border:0;
}

/* copyright styles ----------------------------------------- */

#copyright{
	clear:both;
}

#copyright p{
	margin:0;
	line-height:30px;
} 

/*=================== STYLE TABLET =========================*/

@media (min-device-width:1024px) and (max-width:989px),
screen and (max-device-width:480px), screen 
and (min-device-width : 768px) and (max-device-width : 1024px),
(min-device-width:481px) and (max-device-width:1024px) and (orientation:portrait){

	/* Basic styles ----------------------------------------- */
	
	body, #header, #middle, #content, #sidebar, #footer{ /* Do not change, add padding or margin to the contained elements (p,ul,img, etc.) */
		width:100%;
		margin:0 auto;
	}
	
	#wrapper, #footer{
		width:100%; /* If you have a background image on the body element make this percentage lower than 100% to show the image/pattern. If not just use 100% */
	}
	
	#wrapper{
		padding:0;
	}
	
	#sidebar{
		padding-left:0px;
		padding-right:0px;
		padding-top:0px;
	}
	/* banner styles ----------------------------------------- */
	
	#banner img{
		max-width:100%;
		height:auto;
	}
	
	#content{
		padding-left:0px;
		padding-right:0px;
	}
	
	/* nav styles ----------------------------------------- */
	
	/*  ----  If you want the drop down menu uncomment ---
	#nav ul{
		padding:0;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu p{
		display:block;
		height:73px;
		width:120px;
		line-height:73px;
		color:#FFFFFF;
		text-align:center;
		margin:0;
	}
	
	#nav #menu:hover p{
		color:#6fdbf8;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
	}
	
	
	#nav #menu ul li{
		clear:left;
		float:left;
		width:120px;
		background:#777777;
		border:1px solid #000000;
		border-left:none;
		border-right:none;
	}
	
	#nav #menu li:hover > ul, #nav #menu li:active > ul{
		display:block;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
	*/
	
	/* content and sidebar styles ----------------------------------------- */
	
	#content p, #content h4,#content ul, #content .title, #sidebar p,  #sidebar h4, #sidebar .title{
		padding:0 20px;
	}
	
	
	#content img{
		margin-left:20px;
	}
	
	.mobilemotion, .btn{
		margin-left:20px;
	}
	
	#sidebar{
		margin-top:20px;
	}
	
	/* footer styles ----------------------------------------- */
	
	#footerNav{
		display:block;
	}
	
}

@media (max-device-width:815px), screen and (max-width:815px){
	
	
	#banner{
		display:none;
	}
	
	#logo{
		position:relative;
		margin:0 auto;
		left:0;
		top:0;
		padding:20px 0;
	}
	
}


/*=================== STYLE PHONE =========================*/

@media (min-device-width:1024px) and (max-width:509px), (max-device-width:480px) and (orientation:portrait), screen 
and (min-device-width : 320px) and (max-device-width : 480px){

	/* Basic styles ----------------------------------------- */

	#wrapper{
		width:100%;
	}
	
	#header{
		height:auto;
		background-position:center bottom;
	}

	#content{
		clear:both;
	}

	#banner{
		display:none;
	}
	
	#logo{
		position:relative;
		margin-left:auto;
		margin-right:auto;
		width:100%;
	}
	
	#middle{
		margin:0;
		border:0;
	}
	
	/* nav styles ----------------------------------------- */
	
	/* Drop down menu --- START --- If uncommented in the tablet query, comment out or delete from this comment to END comment. */
	
	/*
	#nav ul{
		padding:0;
	}
	
	#nav #menu{
		text-align:center;
	}
	
	#nav #menu #first_li{
		border-top:none;
	}
	
	#nav #menu p{
		display:block;
		height:73px;
		line-height:73px;
		color:#FFFFFF;
		text-align:center;
		margin:0;
	}
	
	#nav #menu:hover p{
		color:#6fdbf8;
	}
	
	#nav #menu ul{
		display:none;
		position:absolute;
		float:left;
		z-index:10;
	}
	
	
	#nav #menu ul li{
		clear:left;
		float:left;
		background:#777777;
		border:1px solid #000000;
		border-left:none;
		border-right:none;
	}
	
	.no_js #nav #menu li:hover > ul, .no_js #nav #menu li:active > ul{
		display:block;
	}
	
	*/
	/* Drop down menu --- END */
	#nav{
		width:100%;
		float:none;
		margin:0 auto;
		margin-top:15px;
	}
	
	#nav #menu{
		width:100%;
	}
	
	#nav #menu li{
		float:none;
		margin:0 auto;
	}
	
	#nav #menu p{
		width:100%;
	}
	
	#nav #menu ul{
		width:100%;
	}
	
	#nav #menu ul li{
		width:100%;
	}
	
	/* content and sidebar styles ----------------------------------------- */
	
	#content p, #content h4,#content ul, #content .title, #sidebar p,  #sidebar h4, #sidebar .title{
		padding:0 10px;
	}
	#content img{
		margin-left:10px;
	}
	
	/* footer styles ----------------------------------------- */
	
	#footer, .push{
		height:auto;
	}
	
	#footerNav{
		display:none;
	}
	
	#copyright{
		text-align:center;
		font-size:.875em;
		margin:0;
		padding:25px 10px 0px 10px;
	}

}