@font-face {
    font-family: montserrat-medium;
    src: url(assets/fonts/Montserrat-Medium.ttf);
}

@font-face {
    font-family: myriad-med;
    src: url(assets/fonts/MyriadPro-Regular.otf);
}

body{
	font-family: montserrat-medium !important;
}

/* .comittee{
	font-family: montserrat-medium;
}

.setion-title{
	font-family: montserrat-medium;
} */

.hotel-name{
	font-family: myriad-med;
}

.program-btn{
	font-family: montserrat-medium;
	text-transform: uppercase;
	border-radius: 50px;
}

html,
body {
	padding: 0;
	margin: 0;
	height: 100%;
	background: #0c2d5e;
}
img {
	border: none;
	outline: none;
}
a {
	color: #39191a;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
form {
	padding: 0;
	margin: 0;
}
.container {
	background: white;
	width: 980px;
	margin: 0 auto;
	box-shadow: 0 0 10px 7px rgba(0,0,0,0.4);
	height:auto !important;
	height:100%;
	min-height:100%;
	padding: 0;
}

.text-purple{
	color: #8D87C1;
}

.register-intro-btn{
	position: absolute;
	top: 45px;
	right: 50px;
	color: white;
}

.register-intro-btn:hover{
	color: white;
}

.setion-title{
	display: inline-block;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	padding: 5px 20px 5px 50px;
	margin: 20px 0;
	font-size: 20px;
	color: white; 
	text-transform: uppercase;
}

.setion-title-round{
	border-radius: 20px;
	padding: 5px 20px 5px 20px;
	margin: 20px 0;
	font-size: 20px;
	color: white; 
	text-transform: uppercase;
}

.text-light a {
	color: white;
}

.bg-comittee{
	background: #FF003D;
}

.bg-partners{
	background: rgb(79, 45, 183);
}

.bg-orange{
	background: #F15822;
}

.bg-gradient{
	background: linear-gradient(90deg, rgba(255,0,0,1) 0%, rgba(79,45,183,1) 100%);
}

.text-orange{
	color: #F15822;
}

.hotel-img{
	/* border-bottom: 1px solid white; */
}

.hotel-name{
	margin-bottom: 10px;
}

.content {
	position: relative;
}
.adv_button {
	display: inline-block;
	*display: block;
	zoom: 1;
	height: 28px;
	line-height: 28px;
	padding: 0 15px;
	background-image: url(images/advbtn_2.png), url(images/advbtn_1.png);
	background-position: top 0 left, top 0 right -2px;
	background-repeat: no-repeat, no-repeat;
	border-radius: 2px;
	min-width: 100px;
	color: white;
	text-decoration: none;
	font-size: 12px;
	margin: 2px 5px 2px 2px;
	box-shadow: 0 0 1px 1px rgba(0,0,0,0.2);
	text-align: center;
	}

.adv_button:hover {
	background-position: top -32px left, top -32px right -2px;
	cursor: pointer;
}
p:first-child {
	margin-top: 0;
}
.registration input, .registration select, .registration textarea {
	font-size: 20px;
	padding: 2px;
	
}

label{
	text-transform: uppercase;
}

#progressbox {
	border: 1px solid #0099CC;
	padding: 1px; 
	position:relative;
	width:400px;
	border-radius: 3px;
	margin: 10px;
	display:none;
	text-align:left;
}
#progressbar {
	height:20px;
	border-radius: 3px;
	background-color: #003333;
	width:1%;
}
#statustxt {
	top:3px;
	left:50%;
	position:absolute;
	display:inline-block;
	color: #000000;
}
.box {
	padding: 15px;
	border-radius: 3px;
	background: #ddcdab;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #a94442;
}
.has-error .form-control {
  border-color: #a94442;
}
.has-error .form-control:focus {
  border-color: #843534;
}
.has-error .input-group-addon {
  color: #a94442;
  background-color: #f2dede;
  border-color: #a94442;
}
.has-error .form-control-feedback {
  color: #a94442;
}
.fv-form-bootstrap .help-block {
    display: block;
}