/* Wrapper */
.wrapper {
	margin: 0 10px;	
}

/* small devices */
@media (max-device-width: 480px) {
	.logo {
		margin: 0 auto;
		width: 100%;
		max-width: 120px;
	}
	.logo img {
		width: 100%;
		max-width: 940px;
		margin: 25px 0;
	}
	.slider_container {
		width: 100%;
		height:110px;
		position: relative;
		margin-bottom: 25px;
	}
	.slider_img {
		height:100px;
		border-radius: 10px;
		margin: auto;
		position: relative;
	}
	#next {
		position: absolute;
		display: block;
		text-indent: -9999px;
		top:90px;
	}
	.footer {
		box-shadow: 0px -2px 10px rgba(0,0,0,0.5);
	}
	.privacy {
		text-align: center;
		font-size: small;
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		line-height: normal;;
	}
}

@media (min-device-width: 768px) {
	.logo {
		margin: 0 auto;
		width: 100%;
		max-width: 255px;
	}
	.logo img {
		width: 100%;
		max-width: 940px;
		margin: 25px 0;
	}
	.slider_container {
		width: 100%;
		height:190px;
		position: relative;
		margin-bottom: 25px;
	}
	.slider_img {
		height:164px;
		border-radius: 10px;
		margin: auto;
		position: relative;
	}
	#next {
		position: absolute;
		display: block;
		text-indent: -9999px;
		top:170px;
	}
	.footer {
		margin-top: 50px;
		box-shadow: 0px -2px 10px rgba(0,0,0,0.5);	
	}
	.privacy {
		text-align: center;
		font-size: small;
		width: 100%;
		display: inline-block;
		vertical-align: middle;
		line-height: normal;;
	}

}


/* Forcers the footer to the bottom of the page */
[data-role=page]{height: 100% !important; position:relative !important;}
[data-role=footer]{bottom:0; position:fixed !important; top: auto !important; width:100%;}

.slider {
	background: #fff;
	border-top: 6px solid #FFF;
	border-bottom: 6px solid #FFF;
	width: 100%;
	height:100%;
	overflow: hidden;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.75);
	border-radius: 10px;
	text-align: relative;	
}

.slider_img_container {
	width:100%;
	text-align: center;	
}

/* Slider Prev/Next Buttons */
#nav {
	position: relative;
	z-index: 10000;
	width:	 48px;
	margin: 0 auto;	
}

#prev img {
	width:100%;
	max-width: 48px;
	height: 30px;
	max-height: 30px;	
	position: absolute;
}

#prev {
	position: absolute;
	top:2px;
	display: block;
	text-indent: -9999px;
}

#next img {
	width:100%;
	max-width: 48px;
	height: 30px;
	max-height: 30px;	
	position: absolute;
}

.list2 img {

border-radius:5px;
height:98%;
}

/* Menu */
.menu {
	box-shadow: 0px 2px 7px rgba(0,0,0,0.75);
    margin-bottom: 20px;
}

.menu li a {
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: 700;
}

/* Menu Icon */
.ui-li-icon {
	width:18px;
	height:18px;
}


/* Page Header */
.header {
	margin-bottom: 25px;
	box-shadow: 0px 2px 10px rgba(0,0,0,0.5);	
}

.header h4 {
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: 700;
	text-transform: uppercase;	
}



.footer h4 {
	font-family: 'Terminal Dosis', sans-serif;
	font-weight: 700;
	white-space: normal; 
	width: 100%;
}

/* Dialog Box */
.dialog {
	background: #fff;	
}

/* Page Content */
.content {
	font-family: Helvetica, Arial, sans-serif  /*{global-font-family}*/;
	background: #fff;
	border-radius: 10px;	
	box-shadow: 0px 2px 7px rgba(0,0,0,0.75);
	padding: 20px;
	color: #666;
	font-size: 13px;
	line-height: 18px;
	margin-bottom: 25px;
}

/* Collapsible Content */
.ui-collapsible {
	margin:0;
	margin-bottom: 10px;
}

.ui-collapsible-heading {
	margin:0;	
}

.ui-collapsible-heading a {
	box-shadow: 0px 2px 7px rgba(0,0,0,0.75);
}

.ui-collapsible-content {
	margin:0;
	box-shadow: 0px 2px 7px rgba(0,0,0,0.75);
}
