* {
	padding: 0;
	margin: 0;
}
html {
	height:100%;
}
body {
	/* background: #F4F3F1; */
	background: #FFFFFF;
	height:100%;
	color:#333333;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}
#header {
	position: absolute;
	height: 50px;
	background:#222222;
	z-index: 150;
	width:100%;
}
#main_content {
	max-width: 880px;
	margin:auto;
	position:relative;
	padding: 10px;
	z-index: 160;
}
.field_block {
	margin:4px 0;
	position: relative;
}
.field_label {
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.8em;
	color: #000000;
}

input, textarea {
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05) inset, 0 1px 0 rgba(255, 255, 255, 0.075);
    transition: background 0.2s linear 0s;
}
input, textarea, select {
    background-color: #FFFFFF;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 4px;
    height: 22px;
}
label, input, textarea, select {
    font-size: 1.1em;
    line-height: 20px;
    margin: 0;
}


.front-card .text-input {
    border: 1px solid #CCCCCC;
    box-shadow: 0 1px 0 #EEEEEE inset, 0 1px 0 #FFFFFF;
}
.placeholding-input input {
    position: absolute;
    top: 0;
}
.placeholder {
    -moz-user-select: none;
    bottom: 1px;
    color: #999999;
    cursor: text;
    font-size: 13px;
    height: 20px;
    left: 2px;
    line-height: 20px;
    padding: 4px;
    position: absolute;
    right: 1px;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
    top: 1px;
    transition: opacity 0.1s ease 0s, font-size 0.1s ease 0s;
    white-space: nowrap;
    z-index: 1;
}
label {
    color: #333333;
    cursor: pointer;
    display: block;
    margin-bottom: 5px;
}
.login_button {
	color:#FFFFFF;
    background-color: #00A3D3;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    display: inline-block;
    margin: 0;
    outline: 0 none;
    padding: 4px;
    width: 58px;
    height: 30px;
}
#login_error {
	color:#FF0000;
	font-size:1.0em;
	padding:10px 0;
	width: 230px;
}
#website_field {
	opacity: 0.6;
}
h1 {
	font-family: 'Flamenco', cursive;
	font-size: 2.2em;
	color: #FFFFFF;
	padding: 16px;
	text-align: center;
	font-weight: normal;
	line-height: 16px;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.6em;
	color:#333333;
	font-weight:bold;
	line-height: 1.2em;
	padding: 0 0 15px 0;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#666666;
	font-weight:normal;
	line-height: 1.2em;
}
#footer {
	font-size:0.9em;
	color:#CCCCCC;
	height: 60px;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
a {
	text-decoration:none;
	color:#CCCCCC;
}
a:hover {
	color:#0099C6;
}


#slidecounter, #navigation { 
	display: none; 
}
#slidecaption { 
	margin: auto; 
	text-align: center; 
	float: none; 
	font-family: 'Della Respira', serif; 
	padding: 15px; 
}

/*    big screens    */
@media only screen and (min-width: 1024px) {
	#main {
		width: 40%;
		min-width: 260px;
		float: left;
		padding: 40px;
		background: rgba(255,255,255,0.8);
		/* background: -moz-linear-gradient(center top , #FFFFFF 0px, #DDDDDD 100%) repeat scroll 0 0 transparent; */
		margin: 150px 0 25px 0;
	    border-radius: 3px;
	    border: 1px solid #CCCCCC;
	}
	#master_login {
		width: 33%;
		min-width: 210px;
		float: right;
		margin: 150px 30px 30px 30px;
	}
	#footer {
		position: relative;
		margin: auto;
		clear: both;
	}
	#credit, #social_button {
		width: 48%;
		float: left;
		text-align: left;
		margin: 1%;
	}
	#credit {
		text-align: right;
	}
}

/*    tablet/small screens    */
@media only screen and (min-width: 640px) and (max-width: 1023px) {
	#main {
		width: 40%;
		min-width: 260px;
		float: left;
		padding: 40px;
		background: rgba(255,255,255,0.8);
		/* background: -moz-linear-gradient(center top , #FFFFFF 0px, #DDDDDD 100%) repeat scroll 0 0 transparent; */
		margin: 150px 0 25px 0;
	    border-radius: 3px;
	    border: 1px solid #CCCCCC;
	}
	#master_login {
		width: 33%;
		min-width: 210px;
		float: right;
		margin: 150px 30px 30px 30px;
	}
	#footer {
		position: relative;
		clear: both;
		margin: auto;
	}
	#credit, #social_button {
		width: 48%;
		float: left;
		text-align: left;
		margin: 1%;
	}
	#credit {
		text-align: right;
	}
}

/*    mobile    */
@media only screen and (max-width: 639px) { 
	#main {
		width: 75%;
		padding: 20px;
		background: rgba(255,255,255,0.8);
		margin: 20px auto;
	    border-radius: 3px;
	    border: 1px solid #CCCCCC;
	}
	#master_login {
		margin: 50px auto 10px;
		text-align: center;
	}
	#footer {
		position: relative;
		font-size:0.9em;
		text-align: center;
	}
	#credit, #social_button {
		clear: both;
		text-align: center;
		margin: 5px;
	}

}




/*    home - all screens    */
#section_title, #section_path {
	display:none;
}


	#subsections {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		overflow: hidden;
	}
	#subsections ul {
		position: relative;
		margin: 0;
		padding: 0;
		padding: 0;
		list-style: none;
		width: 100%;
		height: 100%;
	}
	#subsections ul li {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0;
		margin: 0;
		height: 100%;
		width: 100%;
    	background-repeat: no-repeat;
    	background-position: center;
    	background-size: cover;
	}
	#subsections ul li:nth-child(1) {
    	background-image: url(/images/home_bg/cr1.jpg);
	}
	#subsections ul li:nth-child(2) {
    	background-image: url(/images/home_bg/cr2.jpg);
	}
	#subsections ul li:nth-child(3) {
    	background-image: url(/images/home_bg/cr3.jpg);
	}
	#subsections ul li:nth-child(4) {
    	background-image: url(/images/home_bg/cr4.jpg);
	}
	
.slide {
	z-index: 90;
}
.active-slide {
	z-index: 100;
}
.slide-caption {
	display:none;
}

.proto-progress-timer {
	display:none;
}

.transition-slide .show-window {
	overflow: hidden;
	position: relative;
}
.transition-slide .show {
	position: absolute;
	top: 0;
	left: 0;
	width: 999999px;
}
.transition-slide .slide {
	position: static; /*overide*/
	float: left;
	display: block;
}




/* PROTO CONTROLS
------------------------------------------------*/

.proto-controls,
.proto-navigation {
	margin: 0;
	padding: 0;
	list-style: none;
}

.proto-controls a:link,
.proto-controls a:visited,
.proto-navigation a:link,
.proto-navigation a:visited {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.proto-controls li {
	position: absolute;
	top: 50%;
	margin-top: 0;
	left: 10px;
	width: 10%;
	height: 100%;
	z-index: 110;
}

.proto-controls .forward {
	right: 10px;
	left: auto;
}

.proto-controls a {
	width: 100%;
	height: 61px;
	background: url(/img/proto_controls_bg.png) no-repeat 0 0;
	opacity: 0.2;
	-moz-opacity: 0.2;
	filter:alpha(opacity=20);
}

.proto-controls a:hover,
.proto-controls a:focus {
	opacity: 1;
	-moz-opacity: 1;
	filter:alpha(opacity=100);
}

.proto-controls .forward a {
	background-position: 100% -90px;
}


/* PROTO NAVIGATION
------------------------------------------------*/

.proto-navigation {
	position: absolute;
  	bottom: 20px;
    right: 50%;
   	float: right;
   	z-index: 120;
}

.proto-navigation li {
    	float: left;
    	left: 50%;
    	padding: 12px 6px;
    	position: relative;

}

.proto-navigation a {
	background-color: #fff;
  	background-color: rgba(0,0,0,.2);
    	height: 8px;
    	text-decoration: none;
  	 width: 8px;
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
	-moz-box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
	-webkit-box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
	box-shadow:    inset 0 1px 0 1px rgba(0,0,0,.1);
}

.proto-navigation a:hover,
.proto-navigation a:focus {
	background-color: #999;
}

.proto-navigation .current-slide a {
	background-color: #363F4E;
}