@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul, dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object, a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span, strong, sub, sup, tt, var, legend, fieldset, p {
	margin: 0;
	padding: 0;
}
a, input, select, textarea {
	outline: none;
	margin: 0;
	padding: 0;
}
img, fieldset {
	border: 0;
}
a {
	outline: none;
	border: none;
}
/* set image max width to 100% */
img {
	border-style: none;
    border-color: inherit;
    border-width: medium;
    max-width: 100%;
	/* height: 47px;
	width: 57px; ie8 */
	vertical-align: middle;
	outline: none;
}
/* set html5 elements to block */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
.clear {
	clear: both;
}
body {
    font-family: 'Lato', Calibri, Arial, sans-serif;
		background:rgb(137,139,142)/*url(../images/wood_pattern.jpg)*/;
    font-weight: 300;
    font-size: 15px;
    color: #333;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
    overflow-x: hidden;
}
@font-face {
	font-family: 'oswaldbook';
	src: url('../fonts/oswald-regular-webfont.eot');
	src: url('../fonts/oswald-regular-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/oswald-regular-webfont.woff') format('woff'), url('../fonts/oswald-regular-webfont.ttf') format('truetype'), url('../fonts/oswald-regular-webfont.svg#oswaldbook') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latolight';
	src: url('../fonts/lato-lig-webfont.eot');
	src: url('../fonts/lato-lig-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-lig-webfont.woff') format('woff'),  url('../fonts/lato-lig-webfont.ttf') format('truetype'),  url('../fonts/lato-lig-webfont.svg#latolight') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'latobold';
	src: url('../fonts/lato-bol-webfont.eot');
	src: url('../fonts/lato-bol-webfont.eot?#iefix') format('embedded-opentype'),  url('../fonts/lato-bol-webfont.woff') format('woff'),  url('../fonts/lato-bol-webfont.ttf') format('truetype'),  url('../fonts/lato-bol-webfont.svg#latobold') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'open_sansbold';
    src: url('../fonts/opensans-bold-webfont.eot');
    src: url('../fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-bold-webfont.woff') format('woff'),
         url('../fonts/opensans-bold-webfont.ttf') format('truetype'),
         url('../fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'open_sansregular';
    src: url('../fonts/opensans-regular-webfont.eot');
    src: url('../fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/opensans-regular-webfont.woff') format('woff'),
         url('../fonts/opensans-regular-webfont.ttf') format('truetype'),
         url('../fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
.container{
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
.clr{
	clear: both;
}
.container > header{
	padding: 20px 30px 10px 30px;
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: center;
}
.container > header h1{
	font-family: 'BebasNeueRegular', 'Arial Narrow', Arial, sans-serif;
	font-size: 35px;
	line-height: 35px;
	position: relative;
	font-weight: 400;
	color: rgba(26,89,120,0.9);
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{
	color: #7cbcd6;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
.container > header h2{
	font-size: 16px;
	font-style: italic;
	color: #2d6277;
	text-shadow: 0px 1px 1px rgba(255,255,255,0.8);
}
/* Header Style */
.codrops-top{
	line-height: 24px;
	font-size: 11px;
	background: rgba(255, 255, 255, 0.4);
	text-transform: uppercase;
	z-index: 9999;
	position: relative;
	box-shadow: 1px 0px 2px rgba(0,0,0,0.2);
}
.codrops-top a{
	padding: 0px 10px;
	letter-spacing: 1px;
	color: #333;
	text-shadow: 0px 1px 1px #fff;
	display: block;
	float: left;
}
.codrops-top a:hover{
	background: #fff;
}
.codrops-top span.right{
	float: right;
}
.codrops-top span.right a{
	float: left;
	display: block;
}

.codrops-demos{
	text-align:center;
	display: block;
	padding: 14px;
}
.codrops-demos span{
	display: inline-block;
	padding-right: 15px;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.8);
}
.codrops-demos a,
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
    display: inline-block;
	font-style: italic;
	font-size: 12px;
	padding: 3px 5px;
	margin: 0px 3px;
	font-weight: 800;
	box-shadow: 1px 1px 1px rgba(0,0,0,0.05) inset;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.1);
	background: rgba(104,171,194,0.5);
}
.codrops-demos a:hover{
	background: #4fa2c4;
}
.codrops-demos a.current-demo,
.codrops-demos a.current-demo:hover{
	color: rgba(104,171,194,1);
	background: rgba(255,255,255,0.9);
	box-shadow: 0px 1px 1px rgba(0,0,0,0.1);
}

a.hiddenanchor{
	display: none;
}




.top_section h2 {
    color: hsl(0, 0%, 100%);
    float: left;
    font-family: arial;
    font-size: 23px;
    margin: 29px 0 0 18px;
    width: 410px;
}


.top_section span {
    color: hsl(0, 0%, 100%);
    float: right;
    margin: 29px 26px 0 0;
}
.top_section a:hover
{
	color:red;
}
.top_section a
{
	color:white;
}
.inner_section
{
	width:100%;
	float:left;
	padding-bottom: 50px;
}

.inner_section h3 {
    border-bottom: 2px solid rgb(177,16,22)/*#2e94c8*/;
    color: rgb(42, 139, 196);
    float: left;
    font-size: 28px;
    margin: 0 0 24px;
    padding: 10px;
    width: 98%;
}

.inner_section ul {
    border-bottom: 2px solid rgb(177,16,22)/*#2e94c8*/;
    color: rgb(42, 139, 196);
    float: left;
    font-size: 18px;
    margin: 0 0 24px;
    padding: 10px;
    width: 98%;
}

.input_bg
{
	width:100%;
	float:left;
}

.input_bg > span {
    float: left;
    font-size: 17px;
    padding: 12px;
}
.input_bg input
{
	border: 1px solid rgb(216, 216, 216);
    border-radius: 7px;
    margin: 7px 0 26px 17px;
    padding: 9px;
    width: 263px;
}


.input_in {
    background:#2b8dc5;
    border: 1px solid hsl(189, 63%, 29%);
    border-radius: 3px;
    box-shadow: 0 1px 6px 4px hsla(0, 0%, 0%, 0.07) inset, 0 0 0 3px hsl(0, 0%, 100%), 0 5px 3px 3px hsl(0, 0%, 82%);
    color: hsl(0, 0%, 100%);
    cursor: pointer;
    float: left;
    font-family: 'BebasNeueRegular','Arial Narrow',Arial,sans-serif;
    font-size: 24px;
    height: 24px;
    margin: 0 0 41px 12px;
    padding: 8px 5px;
    text-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.5);
    transition: all 0.2s linear 0s;
    width: 12%;
}

.input_submit {
    background: none repeat scroll 0 0 rgb(177,16,22)/*#2b8dc5*/;
    border: 1px solid hsl(189, 63%, 29%);
    border-radius: 3px;
    /*box-shadow: 0 1px 6px 4px hsla(0, 0%, 0%, 0.07) inset, 0 0 0 3px hsl(0, 0%, 100%), 0 5px 3px 3px hsl(0, 0%, 82%);*/
    color: white/*hsl(0, 0%, 100%)*/;
    cursor: pointer;
    float: left;
    font-family: "BebasNeueRegular","Arial Narrow",Arial,sans-serif;
    font-size: 19px;
    height: 43px;
    margin: 0 0 41px 12px;
    padding: 0 5px 0 0;
    text-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.5);
    transition: all 0.2s linear 0s;
    width: 13%;
}

.input_btn {
    background: none repeat scroll 0 0 rgb(177,16,22)/*#2b8dc5*/;
    border: 1px solid hsl(189, 63%, 29%);
    border-radius: 3px;
    color: white/*hsl(0, 0%, 100%)*/;
    cursor: pointer;
    float: none;
    font-family: "BebasNeueRegular","Arial Narrow",Arial,sans-serif;
    font-size: 19px;
    height: 43px;
    margin: 0 0 41px 12px;
    padding: 15px;
    text-shadow: 0 1px 1px hsla(0, 0%, 0%, 0.5);
    transition: all 0.2s linear 0s;
    width: 13%;
    text-decoration: none;
}


.input_in > span {
    float: left;
    font-size: 19px;
    text-align: center;
    width: 100%;
}
.form-2 {
    /* Size and position */
    width: 340px;
    margin: 60px auto 30px;
    padding: 15px;
    position: relative;
	height:auto;
	padding-bottom:100px;

    /* Styles */
    background: #fffaf6;
    border-radius: 4px;
    color: #7e7975;
    box-shadow:
        0 2px 2px rgba(0,0,0,0.2),        
        0 1px 5px rgba(0,0,0,0.2),        
        0 0 0 12px rgba(255,255,255,0.4); 
		
}

.form-2 h1 {
    font-size: 15px;
    font-weight: bold;
    color: #bdb5aa;
    padding-bottom: 8px;
    border-bottom: 1px solid #EBE6E2;
    text-shadow: 0 2px 0 rgba(255,255,255,0.8);
    /*box-shadow: 0 1px 0 rgba(255,255,255,0.8);*/
}

.form-2 h1 .log-in,
.form-2 h1 .sign-up {
    display: inline-block;
    text-transform: uppercase;
}

.form-2 h1 .log-in {
    color: #6c6763;
    padding-right: 2px;
}

.form-2 h1 .sign-up {
    color: #ffb347;
    padding-left: 2px;
}

.form-2 .float {
    width: 96%;
    float: left;
    padding-top: 15px;
    border-top: 1px solid rgba(255,255,255,1);
}

.form-2 .float:first-of-type {
    padding-right: 5px;
}

.form-2 .float:last-of-type {
    padding-left: 5px;
}

.form-2 label {
    display: block;
    padding: 0 0 5px 2px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: 400;
    text-shadow: 0 1px 0 rgba(255,255,255,0.8);
    font-size: 11px;
}

.form-2 label i {
    margin-right: 5px; /* Gap between icon and text */
    display: inline-block;
    width: 10px;
}

.form-2 input[type=text],
.form-2 input[type=password] {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.float textarea {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 100%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.float select {
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    display: block;
    width: 105%;
    padding: 5px;
    margin-bottom: 5px;
    border: 3px solid #ebe6e2;
    border-radius: 5px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

.form-2 input[type=text]:hover,
.form-2 input[type=password]:hover {
    border-color: #CCC;
}

.form-2 label:hover ~ input {
    border-color: #CCC;
}

.form-2 input[type=text]:focus,
.form-2 input[type=password]:focus {
    border-color: #BBB;
    outline: none; /* Remove Chrome's outline */
}

.form-2 input[type=submit],
.form-2 .log-twitter {
    /* Size and position */
    width: 46%;
    height: 38px;
    float: left;
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

.form-2 input[type=submit],
.form-2 .log-twitter2 {
    /* Size and position */
    height: 38px;
    float: left;
    position: relative;

    /* Styles */
    box-shadow: inset 0 1px rgba(255,255,255,0.3);
    border-radius: 3px;
    cursor: pointer;

    /* Font styles */
    font-family: 'Lato', Calibri, Arial, sans-serif;
    font-size: 14px;
    line-height: 38px; /* Same as height */
    text-align: center;
    font-weight: bold;
}

/*.form-2 input[type=submit] {
    margin-left: 1%;
    background: #fbd568; 
    background: -moz-linear-gradient(#fbd568, #ffb347);
    background: -ms-linear-gradient(#fbd568, #ffb347);
    background: -o-linear-gradient(#fbd568, #ffb347);
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#fbd568), to(#ffb347));
    background: -webkit-linear-gradient(#fbd568, #ffb347);
    background: linear-gradient(#fbd568, #ffb347);
    border: 1px solid #f4ab4c;
    color: #996319;
    text-shadow: 0 1px rgba(255,255,255,0.3);
} */

.form-2 input[type=submit] {
     background: rgb(177,16,22); /*#34a5cf; /* Fallback */
    background: -moz-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;;
    background: -ms-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;;
    background: -o-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(177,16,22)), to(rgb(197,36,52)))/*(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4))*/;
    background: -webkit-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;;
    background: rgb(177,16,22)/*#34a5cf(#34a5cf, #2a8ac4)*/;
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
	margin:18px 8px 0 0;
    top: 0px;
    left: 0px;
}

.form-2 .log-twitter {
    background: rgb(177,16,22); /*#34a5cf; /* Fallback */
    background: -moz-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;
    background: -ms-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;
    background: -o-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(177,16,22)), to(rgb(197,36,52)))/*(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4))*/;
    background: -webkit-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;;
    background: linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;;
    border: 1px solid #2b8bc7;
    color: #ffffff;
    text-shadow: 0 -1px rgba(0,0,0,0.3);
    text-decoration: none;
	margin:18px 8px 0 0;
}

.form-2 input[type=submit]:hover,
.form-2 .log-twitter:hover {
    box-shadow: 
        inset 0 1px rgba(255,255,255,0.3), 
        inset 0 20px 40px rgba(255,255,255,0.15);
}

.form-2 input[type=submit]:active,
.form-2 .log-twitter:active{
    top: 1px;
}

/* Fallback fro broswers that don't support box shadows */
.no-boxshadow .form-2 input[type=submit]:hover {
    background: #ffb347;
}

.no-boxshadow .form-2 .log-twitter:hover {
    background: #2a8ac4;
}

.form-2 p:last-of-type {
    clear: both;    
}

.form-2 .opt {
    text-align: right;
    margin-right: 3px;
}

.form-2 label[for=showPassword] {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 11px;
    font-weight: 400;
    text-transform: capitalize;
}

.form-2 input[type=checkbox] {
    vertical-align: middle;
    margin: -1px 5px 0 1px;
}
.welcome_bg
{
   background: rgb(177,16,22);/*#34a5cf; /* Fallback */
    background: -moz-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;
    background: -ms-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;
    background: -o-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;
    background: -webkit-gradient(linear, 0 0, 0 100%, from(rgb(177,16,22)), to(rgb(197,36,52))) /*(linear, 0 0, 0 100%, from(#34a5cf), to(#2a8ac4))*/;
    background: -webkit-linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;
    background: linear-gradient(rgb(177,16,22), rgb(197,36,52))/*(#34a5cf, #2a8ac4)*/;
    border: 1px solid #dddddd;
    float: left;
    height: 150px;
    margin: 20px 0 0;
    width: 100%;
}
.wrapper_in
{
	
	width:1237px;
	margin:0 auto 0 auto;
}
.welcome_bg h2
{
	color:white;
    float: left;
    font-family: arial;
    font-size: 23px;
    margin: 29px 0 0 18px;
    width: 1500px;
}
.welcome_bg span
{
  color: rgb(255, 255, 255);
    float: right;
    margin: 29px 26px 0 0;
	}
.welcome_bg a
{
	color:white;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}	
.welcome_bg a:hover
{
	color: white/*#d3f0ff*/;
}


.inner_section
{
	 float: left;
    width: 100%;
	background:white;
}	
.create_new
{
	float:left;
	float:right;
}

.create_new > a {
    float: left;
    font-size: 14px;
    margin: 9px 0 0;
    text-decoration: underline;
	color:#2c8fc6;
}

.field-validation-error
{
    display: inline;
    font-style:italic;
    font-size:12px;
    color:#FF0000;
}
