/* form */


p {
	margin:0;
}

form {
	margin-bottom: 20px; }
fieldset {
	margin-bottom: 20px; }
input[type="text"],
input[type="password"],
input[type="email"],
textarea,
select {
	border: 0px solid #ccc;
	padding: 10px;
	outline: none;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 0px;
	font: 20px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #777;
	margin: 0;
	display: block;
	margin-bottom: 10px;
	background: #ddd; 
	width:95%;
	}
select {
	padding: 4px;
	height:30px !important }
input[type="text"]:focus,
input[type="password"]:focus,
input[type="email"]:focus,
textarea:focus {
	border: 0px solid #aaa;
	color: #444;
	-moz-box-shadow: 0 0 0px rgba(0,0,0,.2);
	-webkit-box-shadow: 0 0 0px rgba(0,0,0,.2);
	box-shadow:  0 0 0px rgba(0,0,0,.2); }
textarea {
	min-height: 60px; }
label,
legend {
	display: block;
	font-weight: bold;
	font-size: 12px;  }

input[type="checkbox"] {
	display: inline; }
label span,
legend span {
	font-weight: normal;
	font-size: 12px;
	color: #444; }
	
.right {
	float:right !important;
}
.videoWrapper {
	position: relative;
	padding-bottom: 43%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.player .video-wrapper {
	background:rgb(255,255,255) !important;
}


#main {
	padding-bottom:40px;	
}

.logo {
	margin:0 auto;
	position:relative;
	text-align: center;	
}
.logo img{
	max-width:250px;	
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #dddddd;
}



.ui-tabs .ui-tabs-nav li {
    list-style: none;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap;
    background-color: #ffffff;
    border-top: 0px solid #dddddd;
    border-right: 0px solid #dddddd;
    border-left: 0px solid #dddddd;
    font-size: 1.1em;
    font-weight: normal;
    display: inline-block;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: 0px;
    padding-bottom: 0px;
    background-color: #eeeeee;
    font-weight: bold;
}

.contacts {
	padding-top: 20px;
}

#footer {
	padding:40px;
	    position: relative;
    background-color: #222222;
    height: auto;
    z-index: 1;
    text-align: center;
}
.footer_logo img{
	max-width:120px;	
}
.other_info {
	font-size: 0.9em;
	padding-top:10px;
	text-align:center;
	color:#ffffff;
}
.middle {
	border-bottom: 1px solid #dddddd;
}