@import url(https://fonts.googleapis.com/css?family=Arvo);


body, html {
	height: 100%;
	top: 0px;
	margin: 0px;
	padding: 0px;
    color: #fff;
    font-family: 'Arvo', serif !important;
}
html {
    background: #000;
}
body {
	height: 100%;
	min-height: 100%;
	background-color: transparent;

}

#background-full {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url('Gotham_Hotel_External_crop.jpg');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    opacity: 1;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}

#background-full:after {
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-8 */

    bottom: 0;
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    height: 15%;
    z-index: 2;
}

.container, .container-fluid {
    position: relative;
    z-index: 5;
}


#container {
	margin: 100px auto;
    width: 70%;
    height: 100%;
    text-align: center;
    position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
}

a:hover {
color: #8c7865;
text-decoration: underline;
}

img {
  max-width: 100%;
} 

a {
	color: #fff;
	text-decoration: none;
	font-size: 20px;
	font-family: 'Arvo', serif !important;
}

h1 {
	font-size: 26px;
	padding-bottom: 30px;
	font-family: 'Arvo', serif !important;
}

p {
	font-size: 20px;
	padding-bottom: 10px;
	font-family: 'Arvo', serif;
}

.brass {
	color: #8c7865;
}


@media screen and (min-width:600px) {
  
}

@media screen and (max-width:599px) {
 	#container {
		margin: 30px auto;
    	width: 95%;
	}

	h1 {
	font-size: 20px;
	}

	p {
	font-size: 16px;
	}

	a {
	font-size: 12px;
	}
}


#logo_grad {
	width: 300px;
	height: 300px;
	vertical-align: middle;
	text-align: center;
	position: relative;
	margin: 0px auto;
	opacity: 1;
	z-index: 3;
}

#logo_grad:before {
	background: url('logo_backg.png');
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.65;
	z-index: 2;
}
#logo_grad:after {
	background: url('logo_backg.png');
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-size: cover;
	opacity: 0.85;
	z-index: 1;
}

#small_image img{
	top:50px;
	position: relative;
	display: inline-block;
	height: 200px;
	z-index: 4;
}

@media (max-width: 400px) {
    #logo_grad {
        width: 260px;
        height: 260px;
    }

    #small_image img{
        top:30px;
    }
}

/*@-webkit-keyframes content-fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes content-fadein {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}*/

.padding-transition {
    -webkit-transition:padding 0.4s linear;
    transition:padding 0.4s linear;
}

.verify-col {
	padding: 20px 100px;
	background-color: #000;
	margin-bottom: 50px;
    /*-webkit-animation: content-fadein 0.75s ease 1;
    animation: content-fadein 0.75s ease 1;*/
}

.verify-col p{
font-family: "Tahoma";
font-size: 13px;
}

.form-col{
	padding: 20px 100px;
	background-color: #000;
	border-top: 2px solid #937D69;
	margin-bottom: 50px;
    /*-webkit-animation: content-fadein 0.75s ease 1;
    animation: content-fadein 0.75s ease 1;*/
}

.form-col h3 {
	margin-bottom: 20px;
}

.form-col h3:not(:first-child) {
	margin-top: 40px
}

.form-col p{
	font-size: 13px;
}

#main-form-tab-1 p, #main-form-tab-1 h3{
	/*color: #6ABBD1;*/
}



@media screen and (max-width:767px) {
	.form-col{
		padding: 20px 20px 40px 20px;
	}

    .main_form_tabs > .tab {
        font-size: 11px !important;
        padding: 8px 0;
        font-weight: bold;
    }
} 




.form-group {
	margin-bottom: 20px; 
}

.form-control {
	background-color: #333;
	color: #937D69;
	border: 1px solid #937D69;
}

.form-control.error {
	border-color: #8f0000;
}

.form-control[disabled] {
	background-color: #333;
}

.form-control:focus {
	border-color: #EEE;
}

.main_tabs {
	background-color: #000;
	padding-bottom: 5px;
	padding-top: 8px;
}

.main_form_tabs {
	margin-top: -20px;
	margin-bottom: 20px;
}

.tab:focus {
    outline: none !important;
}

.main_tabs .tab {
	/*border-bottom: 2px solid #937D69;*/
	font-size: 16px;
	letter-spacing: 2px;
}

.main_form_tabs .tab {
	font-size: 16px;
	letter-spacing: 2px;
}

.main_tabs .tab.active{
	/*color: #000;
	background-color: #937D69;*/
	color: #FFF;
}

.main_form_tabs .tab.active{
	color: #000;
	background-color: #937D69;
}

.main_tabs .tab.inactive{
	color: #937D69;
}

.main_form_tabs .tab.inactive{
	color: #937D69;
}

.main_tabs .tab:hover:not(.active) {
	/*background-color: #5c5148;*/
	color: #FFF;
	cursor: pointer;
}

.main_form_tabs .tab:hover:not(.active) {
	background-color: #5c5148;
	color: #FFF;
	cursor: pointer;
}

#main-form-tab-1 {
	text-align: center;
}

label.error {
	margin: 0px 5px;
	font-weight: normal;
	font-size: 12px
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #937D69 inset;
}

input:-webkit-autofill:focus, input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0px 1000px #937D69 inset;
}

.btn-default {
	margin: 20px 0;
}

@media (min-width: 992px)
.tab:first-child{
	border-left: 2px solid #937D69!important;
	border-radius: 0 0 0 0;
	border-right: 2px solid #937D69;
}



.btn-file {
  position: relative;
  overflow: hidden;
}
.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  background: red;
  cursor: inherit;
  display: block;
}

.btn-primary {
	background-image: linear-gradient(to bottom,#937D69 0,#705C4C 100%);
	border-color: #67594C;
	border-right: 0px;
	color: #000;
}

.btn-primary:hover {
	background-image: linear-gradient(to bottom,#937D69 0,#4A413A 100%);
	border-color: #67594C;
	border-right: 0px;
	color: #000;
	background-position: 0px 0px;
}

input[readonly] {
  background-color: #333 !important;
  cursor: text !important;
  border-left: 0px;
  border-color: #67594C;
}

.input-group-btn {
	vertical-align: top
}

input[type=submit], input[type=button] {
    -webkit-border-radius: 5px;
    border-radius: 5px;
    text-shadow: none !important;
    background: #B79156;
    color: #000;
    border: 0 !important;
    outline: 0 !important;
    font-size: 1.2em;
    padding: 3px 15px;
    display: block;
    margin: 30px auto 10px auto;
    position: relative;
    z-index: 2;
    -ms-transform: translate(0,0); /* IE 9 */
    -webkit-transform: translate(0,0); /* Safari */
    transform: translate(0,0);
    -webkit-box-shadow: 0px 3px 0px 0px #6C5126;
    -moz-box-shadow: 0px 3px 0px 0px #6C5126;
    box-shadow: 0px 3px 0px 0px #6C5126;
    transition: background 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease, -moz-transform 0.2s ease, -webkit-box-shadow 0.2s ease, -moz-box-shadow 0.2s ease, box-shadow 0.2s ease;
}

input[type=button] {
    margin: 15px 0;
}

input[type=submit]:hover, input[type=button]:hover, input[type=submit]:focus, input[type=button]:focus {
    background: #C7A570;
}

input[type=submit]:active, input[type=button]:active {
    -ms-transform: translate(0,2px); /* IE 9 */
    -webkit-transform: translate(0,2px); /* Safari */
    transform: translate(0,2px);
    -webkit-box-shadow: 0px 0px 0px 0px #6C5126;
    -moz-box-shadow: 0px 0px 0px 0px #6C5126;
    box-shadow: 0px 0px 0px 0px #6C5126;
}

/*
.form-col {
    -webkit-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 25px 0px rgba(0,0,0,0.75);
}*/
