@charset "utf-8";
/* CSS Document */

* {
	margin:0;
	padding:0;
}
body, html {
	font-family:Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5 {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	padding-bottom:10px;
}
h2 {
	font-size:33px;
	padding-bottom:20px;
	color:#fff;
}
h3 {
	font-size:24px;
}
h4 {
	font-size:20px;
	font-weight:400;
	color:#fff;
}
h5 {
	font-size:15px;
	font-weight:400;
	color:#fff;
}
.clearfix {
	clear:both;
}

#wrapper {
	width:900px;
	margin:0 auto;
	overflow:auto;
	margin-top:30px;
}
#info_pane {
	width:600px;
	height:600px;
	background:url(../images/bkgd_600x600.jpg);
	float:left;
	position:relative;
}
#info_container {
	margin:30px;
}
#info_bevel {
	position:absolute;
	background:url(../images/bevel_form.png);
	width:40px;
	height:40px;
	top:0;
	right:0;
	z-index:101;
}
.content {
	height:480px;
	overflow:hidden;
	position:relative;
}
.content_terms {
	height:410px;
	padding-right:20px;
	overflow-x:hidden;
	overflow-y:scroll;
}
.content p, .content_terms p {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:24px;
	color:#fff;
	padding-bottom:15px;
	/*text-shadow:1px 1px 3px rgba(0,0,0,0.7);*/	
}
.content ul, .content_terms ul, .content_terms ol {
	font-family: 'Roboto Condensed', sans-serif;
	font-size:16px;
	font-weight:300;
	line-height:24px;
	color:#fff;
	margin-left:20px;
}
.content li, .content_terms li {
	padding-bottom:10px;
}
.content a {
	font-weight:400;
	text-decoration:none;
	color:#fff;
}
.content a:hover {
	border-bottom:1px dotted #fff;
}

/* terms page */

.content_terms p {
	font-size:14px;
	line-height:18px;
	padding-bottom:10px;	
}
.content_terms ul {
	font-size:14px;
	line-height:18px;
	margin-left:20px;
}
.content_terms ol {
	font-size:14px;
	line-height:18px;
	margin:6px 0 -4px 20px;
}
.content_terms li {
	padding-bottom:6px;
}
#coverpic {
	width:225px;
	height:320px;
	background:url(../images/mock_cover.jpg);
	float:right;
	margin-left:20px;
	-webkit-box-shadow:2px 2px 5px #000;
	-moz-box-shadow:2px 2px 5px #000;
	box-shadow:2px 2px 5px #000;
}

/* ================ NAV ELEMENTS ================ */

#nav_toggle {
	display:none;
}
#nav {
	position:absolute;
	width:90%;
	bottom:30px;
	padding:15px 0 0 0;
	border-top:1px solid #fff;
	z-index:99;
}
#nav ul {
	font-size:0; /* prevents the annoying spaces you get on a inline list */
}
#nav li {
	list-style:none;
	display:inline-block;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:15px;
	font-weight:400;
	color:#fff;
	padding:0 11px;
	border-left:1px solid #39F;	
}
#nav li:first-child {
	padding-left:0;
	border:0;
}
#nav li:last-child {
	padding-right:0;
	margin-bottom:-4px;
}
#nav li a {
	color:#fff;
	text-decoration:none;
}
#nav li a:hover {
	border-bottom:1px dotted #fff;
}
#icon_fb {
	width:20px;
	height:20px;
	background:url(../images/icon_fb_40x40.png);
	background-size:20px;
	display:block;
	float:left;
}
#icon_fb:hover {
	border:0 !important;
}
#icon_twitter {
	width:20px;
	height:20px;
	background:url(../images/icon_twitter_40x40.png);
	background-size:20px;
	display:block;
	float:left;
	margin-left:10px;
}
#icon_twitter:hover {
	border:0 !important;
}
#nav li#fb_text {
	display:none;
}
#twitter_text {
	display:none;
}

/* =================== FORM PANE ====================== */

#form_pane {
	width:240px;
	height:575px;
	background:#93c4e0 url(../images/bevel_white.png) no-repeat right top;
	float:left;
	padding:25px 30px 0 30px;
}
#form {
	width:100%;
}
#form p {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:14px;
	padding-bottom:4px;
}
#form p.fineprint {
	font-size:13px;
	padding-top:12px;
}
input[type="text"] {
	margin-bottom:6px;
	width:97%;
	padding: 2px 0 3px 3%;	
	font-size:12px;
	color:#444;
	-webkit-appearance: none;
}
textarea {
	width:94%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:17px;
	color:#444;
	margin-bottom:6px;
	padding:2px 3%;
	-webkit-appearance: none;
}
input, input:focus, textarea, textarea:focus { 
	outline:none;
	border:1px solid #aaa;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
input[type="file"] {
	outline:0;
	border:0;
}
::-webkit-input-placeholder {color:transparent}
:-moz-placeholder {color:transparent /* Firefox 18- */}
::-moz-placeholder {color:transparent /* Firefox 19+ */}
:-ms-input-placeholder {color:transparent}
placeholder {color:transparent}

#btn_fileupload::-webkit-file-upload-button {
  	visibility: hidden;
}
#btn_fileupload:before {
	font-family:'Roboto Condensed', sans-serif;
	font-weight:300;
  	font-size: 16px;
	content:'Browse...';
	background:#fff;
  	display: inline-block;
  	border: 0 !important;
  	border-radius: 0;
  	padding: 3px 10px 5px 10px;
  	outline: none;
  	white-space: nowrap;
  	-webkit-user-select: none;
  	cursor: pointer;
}
#btn_submit {
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:300;
	font-size:20px;	
	color:#fff;
	padding:3px 0 5px 0;
	width:120px !important;
	height:auto !important;
	text-align:center;
	background:#3253b5;
	margin:15px 0;
	text-decoration:none;
	border:0;
	cursor:pointer;	
	-webkit-appearance: none;
}
#btn_submit:hover {
	background:#2544a2;
}
#footer {
	width:100%;
	height:100px;
	clear:both;
	background:url(../images/bevel_form.png) no-repeat right top;
	position:relative;
}
#saw_logo {
	width:200px;
	height:35px;
	background:url(../images/saw_black.png) no-repeat;
	margin:30px 30px 0 0;
	
	display:block;
	float:left;
}
#adv_logo {
	width:200px;
	height:35px;
	background:url(../images/adv_black.png) no-repeat;
	margin:30px 30px 0 0;
	display:block;
	float:left;
}
#rundlemall_logo {
	width:154px;
	height:39px;
	background:url(../images/rundlemall_black.png) no-repeat;
	margin:26px 0 0 0;
	display:block;
	float:left;
}

/* ================= GALLERY =============== */

.list {
	list-style:none;
	margin-left:-20px !important;
}
.list li {
	width:120px;
	height:auto;
  	margin:0 0 14px 20px;
	padding:0 !important;
	float:left;
	position:relative;
	overflow:hidden;
}
.list li a:hover {
	border:0 !important;
}
.list li img {
	width:100%;
}
.list li img:hover {
	opacity:0.8;
	border:0 !important;
}

/* ============= Pagination ============= */

#pagination_container {
	width:100%;
	clear:both;
	text-align:right;
	position:absolute;
	top:45px;
	right:30px;
	z-index:5;
}
.pagination {
	line-height:14px !important;
}
.pagination li {
	list-style:none;
	display:inline-block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	background:#93c4e0;
	margin-left:8px;
	padding: 5px 0;
}
.pagination li a {
	color:#fff;
	text-decoration:none;
	padding:5px 8px;
}
.pagination li a:hover {
	border:0;
}
.active {
	background:#2e95d0 !important;
}

.fancybox-skin {
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	border-radius:0 !important;
}


@media only screen and (max-width: 500px) {
	
	h2 {
		font-size:30px;
		padding-bottom:10px;
	}
	#wrapper {
		width:auto;
		margin:10px;
	}
	#info_pane {
		width:100%;
		height:auto;
		background:url(../images/bkgd_600x600.jpg) right bottom;
		background-size:cover;
	}
	#info_container {
		margin: 40px 20px 20px 20px;
	}
	#info_bevel {
		background:url(../images/bevel_white.png);
	}
	.content {
		height:auto;
	}
	.content p, .content_terms p, .content ul, .content_terms ul, .content_terms ol {
		line-height:22px;
	}
	.content_terms {
		height:410px;
		padding-right:0;
		overflow-x:hidden;
		overflow-y:scroll;
	}
	#coverpic {
		display:none;
	}
	/* nav */
	#nav_toggle {
		display:block;
		position:absolute;
		background:#fff;
		top:0;
		left:20px;
		cursor:pointer;
		padding:8px;
		z-index:100;
	}
	#nav_toggle li {
		background:#000;
		width:26px;
		height:3px;
		margin-bottom:5px;
		list-style:none;
	}
	#nav_toggle li:last-child {
		margin:0;
	}
	#nav {
		width:100%;
		background:#06053d;
		bottom:initial;
		top:0;
		left:0;
		padding:15px 0 0 0;
		border-top:0;
		display:none;
	}
	#nav ul {
		font-size:0; /* prevents the annoying spaces you get on a inline list */
	}
	#nav li {
		display:block;
		padding:0;
		margin: 0 20px;
		border-left:0;
		border-top:1px solid #39F;	
	}
	#nav li:first-child {
		padding-top:30px;
		border:0;
	}
	#nav li:last-child {
		padding-right:0;
		margin-bottom:10px;
	}
	#nav li a {
		color:#fff;
		text-decoration:none;
		display:block;
		padding:11px 0;
	}
	#nav li a:hover {
		border-bottom:0;
	}
	#icon_fb {
		display:none !important;
	}
	#icon_fb:hover {
		border:0 !important;
	}
	#icon_twitter {
		display:none !important;
	}
	#icon_twitter:hover {
		border:0 !important;
	}
	#nav li#fb_text {
		display:block;
	}
	#twitter_text {
		display:block;
	} 
	#form_pane {
		width:auto;
		height:auto;
		background:#93c4e0 url(../images/bevel_main.png) no-repeat right top;
		padding:20px 25px 20px 20px;
	}
	#form p {
		display:none;
	}
	#form p.fineprint {
		display:block !important;
	}
	input[type="text"], textarea {
		margin-bottom:15px;
	}
	
	::-webkit-input-placeholder {color:#aaa}
	:-moz-placeholder {color:#aaa /* Firefox 18- */}
	::-moz-placeholder {color:#aaa /* Firefox 19+ */}
	:-ms-input-placeholder {color:#aaa}
	placeholder {color:#aaa}
	
	#btn_fileupload:before {
		padding: 3px 12px 0 12px;
		height:25px;
	}
	#footer {
		height:60px;
	}
	#saw_logo {
		width:45%;
		background-size:contain;
	}
	#adv_logo {
		display:none;
	}
	#rundlemall_logo {
		width:35%;
		background-size:contain;
	}
	
	/* ==== gallery === */
	
	#showcase {
		margin-bottom:35px;
	}
	.list {
		margin-left: -5% !important;
	}
	.list li {
		width:29%;
		margin: 0 0 7px 4%;
		float:left;
	}
	#pagination_container {
		top:initial;
		bottom:20px;
		right:24px;
	}
	.pagination li {
		padding:10px 5px;
		margin-left:12px;
	}
	
	
}