@charset "utf-8";
/* native style */
* {
	margin:0;
	padding:0;
}

body {
	color: #000;
	font-size:12px;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	margin:0px; padding:0px;
	/*
	overflow:hidden;
	overflow-y:hidden;
	overflow-x:hidden;
	*/
}
a {
	color: #00a8ff;
	text-decoration: none;
}
a:hover {
	color: #00a8ff;
	text-decoration:underline;
}
a img {
	border:none;
}
*:focus  
{  
    outline: none;  
}  
.float-left { float:left; }
.float-right { float:right; }
.clear { clear:both; font-size:0px; height:0px; }
ul { margin:0px; padding:0px; list-style: none outside none; }

.flash-messages {
	clear: both;
	color: #fff;
	font-size: 140%;
	font-weight: bold;
	margin: 0 0 1em 0;
	padding: 5px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	border: 1px solid rgba(0, 0, 0, 0.2);
	margin-bottom: 18px;
	padding: 7px 14px;
	color: #404040;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25);
}
.flash-error {
	clear: both;
	color: #fff;
	background: #c43c35;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
	background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
	background-image: linear-gradient(top, #ee5f5b, #c43c35);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.flash-success {
	clear: both;
	color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.5);
	background: #3B8230;
	background-repeat: repeat-x;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#76BF6B), to(#3B8230));
	background-image: -webkit-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -moz-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -ms-linear-gradient(top, #76BF6B, #3B8230);
	background-image: -o-linear-gradient(top, #76BF6B, #3B8230);
	background-image: linear-gradient(top, #76BF6B, #3B8230);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3);
}
.flash-notice {
	background: #ffcc00;
	background-repeat: repeat-x;
	background-image: -moz-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -ms-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ffcc00), to(#E6B800));
	background-image: -webkit-linear-gradient(top, #ffcc00, #E6B800);
	background-image: -o-linear-gradient(top, #ffcc00, #E6B800);
	background-image: linear-gradient(top, #ffcc00, #E6B800);
}
.padding5 { padding:5px; } .padding10 { padding:10px; } .padding15 { padding:15px; } .padding20 { padding:20px; } 
.margin5 { margin:5px; } .margin10 { margin:10px; } .margin15 { margin:15px; } .margin20 { margin:20px; } 
.paddingTop5 { padding-top:5px; } .paddingTop10 { padding-top:10px; } .paddingTop15 { padding-top:15px; } .paddingTop20 { padding-top:20px; }
.paddingLeft5 { padding-left:5px; } .paddingLeft10 { padding-left:10px; } .paddingLeft15 { padding-left:15px; } .paddingLeft20 { padding-left:20px; }
.paddingRight5 { padding-right:5px; } .paddingRight10 { padding-right:10px; } .paddingRight15 { padding-right:15px; } .paddingRight20 { padding-right:20px; }
.paddingBottom5 { padding-bottom:5px; } .paddingBottom10 { padding-bottom:10px; } .paddingBottom15 { padding-bottom:15px; } .paddingBottom20 { padding-bottom:20px; }
.marginTop5 { margin-top:5px; } .marginTop10 { margin-top:10px; } .marginTop15 { margin-top:15px; } .marginTop20 { margin-top:20px; }
.marginLeft2 { margin-left:2px; } .marginLeft5 { margin-left:5px; } .marginLeft10 { margin-left:10px; } .marginLeft15 { margin-left:15px; } .marginLeft20 { margin-left:20px; }

.input {
	border:1px solid #e6e6e6;
	height:32px;
	line-height:32px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 5px rgba(72, 72, 72, 0.15) inset;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	font-size:14px;
	padding:0px 10px 0px 10px;
}
.textarea {
	border:1px solid #e6e6e6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	box-shadow: 0 1px 5px rgba(72, 72, 72, 0.15) inset;
	border-radius: 3px;
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	font-size:14px;
	padding:10px;
}

/* END native style */


#header-wrapper {
	width:100%;
	height:134px;
	margin-top:50px;
	display:none;
}
#header {
	width:1160px;
	height:119px;
	margin:0 auto;
	padding:15px 20px 0px 20px;
}
#menu-wrapper {
	float:left;
}
#footer {
	padding: 10px;
    width: 980px;
    margin:0 auto;
}
#footer-bottom {
	width: 980px;
    padding:0px 10px 0px 10px;
    margin:0 auto;
    font-family: 'Open Sans', sans-serif;
	font-size:13px;
    color:#737373;
}
#footer-wrapper {
	width:100%;
	height:195px;
	background:#404040;
}
#footer-wrapper-bottom {
	width:100%;
	height:20px;
	line-height:20px;
	background:#333333;
}
#logo {
	float:left;
	display:block;
	width:243px;
	height:116px;
	background:url(../images/logo.png) no-repeat left top;
}
#menu {
	margin:0 auto;
	text-transform:uppercase;
	clear:right;
	text-align:right;
	padding-top:30px;
}
#menu ul {
	list-style-type:none;
}
#menu ul li {
	display:inline-block;
	padding:0px 5px 0px 5px;
}
#menu ul li:last-child {
	padding-right:0px;
}
#menu ul li a {
	color:#000000;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:14px;
}
#menu ul li a:hover {
	text-decoration:none;
	color:#EC268F;
}
#languages-wrapper {
	float:right;
	padding-right:320px;
	padding-top:10px;
}
#languages-wrapper a {
	display:inline-block;
	width:30px;
	height:21px;
}
a.flag-ro {
	background: url("../images/ro.png") no-repeat center center;
}
a.flag-en {
	background: url("../images/en.png") no-repeat center center;
	margin-left:10px;
}
#share-wrapper {
	float:left;
	padding-left:330px;
	padding-top:10px;
}
a.facebook {
	display:inline-block;
	background: url("../images/fb.png") no-repeat center center;
	width:15px;
	height:21px;
}
a.youtube {
	display:inline-block;
	background: url("../images/youtube.png") no-repeat center center;
	width:22px;
	height:23px;
	margin-left:10px;
}
#home-section {
	/*background: url("../images/backgrounds/1.jpg") no-repeat center center;
	background-image: url("../images/backgrounds/1.jpg");
	background-position:center center;
	background-repeat:no-repeat;
    /*min-width:1140px;
    background-position:fixed;*/
	background:#000000;
	width:100%;
	height:100%;
	margin:0 auto;
	left: 0; top: 0; overflow: hidden; position: absolute;
}
video { 
	width:110%;
	height:120%;
	left:-5%;
	top:-7%;
	position: absolute;
	
	/*
	pentru rezolutia 1024x1020
	width:150%;
	height:120%;
	left:-25%;
	top:-7%;
	position: absolute;
	
	astea merg dar nu pe toate rezolutiile
	width:105%;height:100%;
	min-height: 100%; 
	min-width: 105%; 
	height: auto !important; 
	width: auto !important; 
	position: absolute;
	left:-5%;*/
	
	
	/*position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index:0;*/
}
.article-padding {
	padding:0px 0px 15px 0px;
}
#home-section .title {
	position:absolute;
	bottom:30px;
	left:10%;
}
#home-section .title h1 {
	display:inline-block;
	background:transparent url(../images/title_bg.png) repeat-x left center;
	padding:9px 13px 3px 13px;
	color:#ffffff;
	font-family:bignoodletitlingregular;
	font-size: 40px;
	height:40px;
	font-weight:normal;
}
#video-wrapper {
	margin: 0 auto;
}
#about-us-section {
	width:980px;
    /*padding:100px 10px 60px 10px;*/
	padding:120px 10px 0px 10px;
    margin:0 auto;
}
.page-title {
	font-family: bignoodletitlingregular;
	font-size: 60px;
	color:#00a8ff;
	font-weight:normal;
	padding-left:0px;
}
.page-title span.taxes-text {
	font-family: 'Open Sans', sans-serif;
	font-size:17px;
	color:#000000;
}
.about-us-content {
	padding-top:60px;
	/*padding-left:15px;*/
}
.about-us-content li {
	float:left;
	width:310px;
	padding-left:25px;
}
.about-us-content li:first-child {
	float:left;
	width:310px;
	padding-left:0px;
}
.about-us-content li h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:24px;
	color:#000000;
	padding-left:40px;
	padding-bottom:20px;
}
.about-us-content li h2.about-us-icon {
	background:url(../images/icon_road.png) no-repeat 6px 10px;
}
.about-us-content li h2.founders-icon {
	background:url(../images/icon_people.png) no-repeat 5px 10px;
	padding-left:40px;
}
.about-us-content li h2.technical-details-icon {
	background:url(../images/icon_details.png) no-repeat 5px 10px;
	padding-left:40px;
}
.about-us-content li p {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#000000;
	padding-bottom:0px;
	overflow:hidden;
	text-indent:30px;
	text-align:justify;
	text-justify:inter-word;
}
.about-us-content li:first-child p {
	padding-left:0px;
}
.about-us-content li .content {
	min-height:230px;
}
.read-more-link {
	display:inline-block;
	font-family:bignoodletitlingregular;
	font-size:18px;
	color:#ffffff;
	background:#ec268f;
	padding:9px 9px 3px 9px;
}
.read-more-link:hover {
	text-decoration:none;
	background:#000000;
	color:#ffffff;
}
.sponsors {
	padding-bottom:12px;
}
.sponsors li {
	float:left;
	padding-left:10px;
}
.sponsors li:first-child {
	padding-left:0px;
}
.photo-bar {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
    width: 100%;
    height:430px;
}
.photo-bar-1 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
    width: 100%;
    height:430px;
	background: url("../images/backgrounds/2.jpg") no-repeat center center fixed;
	-webkit-background-size: 1920px 1280px;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
.photo-bar-2 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
    width: 100%;
    height:430px;
	background: url("../images/backgrounds/3.jpg") no-repeat center center fixed;
	-webkit-background-size: 1920px 1280px;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
.photo-bar-3 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
    width: 100%;
    height:430px;
	background: url("../images/backgrounds/4.jpg") no-repeat center center fixed;
	-webkit-background-size: 1920px 1280px;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
.photo-bar-4 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
    width: 100%;
    height:430px;
	background: url("../images/backgrounds/5.jpg") no-repeat center center fixed;
	-webkit-background-size: 1920px 1280px;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
.photo-bar-5 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
    width: 100%;
    height:430px;
	background: url("../images/backgrounds/6.jpg") no-repeat center center fixed;
	-webkit-background-size: 1920px 1280px;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
.photo-bar-6 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
    width: 100%;
    height:430px;
	background: url("../images/backgrounds/7.jpg") no-repeat center center fixed;
	-webkit-background-size: 1920px 1280px;
	background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-attachment: fixed;
}
.photo-bar-7 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
    width: 100%;
    height:430px;
	background: url("../images/backgrounds/8.jpg") no-repeat center center fixed;
	-webkit-background-size: 1920px 1280px;
	background-size: cover;
	background-attachment: fixed;
}
.photo-bar-8 {
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.5) inset;
    width: 100%;
    height:430px;
	background: url("../images/backgrounds/9.jpg") no-repeat center center fixed;
	-webkit-background-size: 1920px 1280px;
	background-size: cover;
	background-attachment: fixed;
}
#facilities-section {
	width:980px;
    /*padding:100px 10px 60px 10px;*/
	padding:120px 10px 0px 10px;
    margin:0 auto;
}
#resources-section {
	width:980px;
    /*padding:100px 10px 60px 10px;*/
	padding:120px 10px 0px 10px;
    margin:0 auto;
}
.slider-h {
	float:right;
	width:600px;
	height:436px;
	background:url(../images/resources/distances.png) no-repeat right top;
	margin:0px;
}
.slider-h-facilitati {
	float:right;
	width:600px;
	height:436px;
	background:url(../images/facilitati/pista_onroad.png) no-repeat right top;
	margin:0px;
}
.slider-v-info {
	float:left;
	width:380px;
	height:436px;
}

#regulation-section {
	width:980px;
    /*padding:100px 10px 60px 10px;*/
	padding:120px 10px 0px 10px;
    margin:0 auto;
}
.regulation-content {
	padding-top:20px;
}
.regulation-content li {
	float:left;
	width:230px;
	padding-left:20px;
}
.regulation-content li:first-child {
	padding-left:0px;
}
.regulation-content li h2 {
	text-align:center;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:24px;
	color:#000000;
	padding-bottom:20px;
}
.regulation-content li p {
	font-family: 'Open Sans', sans-serif;
	font-size:13px;
	color:#000000;
	padding-bottom:0px;
	overflow:hidden;
	text-align:justify;
	text-justify:inter-word;
}
.regulation-content li:first-child p {
	padding-left:0px;
}
.regulation-content li .content {
	min-height:300px;
}
#competitions-section {
	width:980px;
    /*padding:100px 10px 60px 10px;*/
	padding:120px 10px 0px 10px;
    margin:0 auto;
}
.tab-header {
	float:left;
	width:70%;
}
.tab-header li {
	float:left;
	width:50%;
	padding:0px 0px 2px 0px;
	border-bottom:1px solid #dfdfdf;
}
.tab-header li.active {
	float:left;
	width:50%;
	border:0px;
	padding:0px;
}
.tab-header li a {
	display:block;
	width:98%;
	height:38px;
	text-align:center;
	font-family:bignoodletitlingregular;
	font-size:30px;
	color:#ffffff;
	background:#ec268f;
	border-top:1px solid #ec268f;
	border-left:1px solid #ec268f;
	border-right:1px solid #ec268f;
	padding-top:10px;
}
.tab-header li a:hover {
	text-decoration:none;
}
.tab-header li a.active {
	width:98%;
	color:#000000;
	background:#ffffff;
	border-top:1px solid #dfdfdf;
	border-left:1px solid #dfdfdf;
	border-right:1px solid #dfdfdf;
	height:40px;
	padding-top:10px;
}
.tab-content {
	width:100%;
}
.calendar {
	width:100%;
}
.calendar .head {
	width:198px;
	border-left:1px solid #ffffff;
	border-right:1px solid #ffffff;
	border-bottom:1px solid #ffffff;
}
.calendar .head .title {
	background:#00a8ff;
	text-align:center;
	height:48px;
	padding-top:8px;
}
.calendar .head .title h2 {
	color:#ffffff;
	font-size:14px;
	font-weight:400;
}
.calendar .head .title p {
	color:#ffffff;
	font-size:12px;
}
.calendar .head a {
	display:block;
	width:49%;
	margin-top:1px;
	height:25px;
	font-family:bignoodletitlingregular;
	font-size:18px;
	float:right;
	text-align:center;
	background:#ec268f;
	color:#ffffff;
	padding-top:7px;
	padding-left:0px;
}
.calendar .head a:hover {
	text-decoration:none;
	color:#000000;
}
.calendar .head a.first {
	float:left;
}
.calendar .content {
	height:37px;
	line-height:37px;
	width:198px;
	font-size:14px;
	font-weight:600;
	border-left:1px solid #dfdfdf;
}
.calendar .gray {
	background-color:#f5f5f5;
}
.calendar .first {
	width:129px;
	padding-left:10px;
}
.calendar .borderTop {
	border-top:1px solid #dfdfdf;
}
.calendar .borderBottom {
	border-bottom:1px solid #dfdfdf;
}
.calendar .borderRight {
	border-right:1px solid #dfdfdf;
}
.calendar .notCheck {
	background-image:url(../images/notcheck.png);
	background-repeat:no-repeat;
	background-position:center center;
}
.calendar .check {
	background-image:url(../images/check.png);
	background-repeat:no-repeat;
	background-position:center center;
}
#taxes-section {
	width:980px;
    /*padding:100px 10px 60px 10px;*/
	padding:120px 10px 0px 10px;
    margin:0 auto;
}
.taxes-content-lv {
	text-align:center;
}
.taxes-content-lv li {
	float:left;
	width:25%;
}
.taxes-content-lv li div.label-tax {
	border:1px solid #dfdfdf;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:24px;
	color:#000000;
	padding:15px 0px 15px 0px;
}
.taxes-content-lv li div.label-tax p.schedule {
	font-size:13px;
	color:#000000;
	border-top:1px solid #dfdfdf;
	width:178px;
	margin:0 auto;
	padding-top:10px;
	margin-top:10px;
}
.taxes-content-lv li div.price-tax {
	margin-top:2px;
	background:#00a8ff;
	font-family:bignoodletitlingregular;
	font-size:26px;
	color:#ffffff;
	padding-top:9px;
}
.taxes-content-sd {
	text-align:center;
	padding-top:41px;
	padding-left:100px;
	padding-right:100px;
}
.taxes-content-sd li {
	float:left;
	width:50%;
}
.taxes-content-sd li div.label-tax {
	border:1px solid #dfdfdf;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
	font-size:24px;
	color:#000000;
	padding:15px 0px 15px 0px;
}
.taxes-content-sd li div.label-tax p.schedule {
	font-size:13px;
	color:#000000;
	border-top:1px solid #dfdfdf;
	width:178px;
	margin:0 auto;
	padding-top:10px;
	margin-top:10px;
}
.taxes-content-sd li div.price-tax {
	margin-top:2px;
	background:#00a8ff;
	font-family:bignoodletitlingregular;
	font-size:26px;
	color:#ffffff;
	padding-top:9px;
}
#contact-section {
	width:980px;
    /*padding:100px 10px 60px 10px;*/
	padding:120px 10px 0px 10px;
    margin:0 auto;
}
#contact-section .page-title {
	padding-bottom:0px;
}
#contact-left {
	float:left;
	width:52%;
	padding-right:3%;
}
#map {
	float:right;
	width:45%;
	height:400px;
}
#contact-details {
	float:left;
	width:100%;
}
#contact-details h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	border-bottom-style: double; 
	border-bottom-color: #e6e6e6;
	padding-bottom:5px;
	margin-bottom:10px;
}
#contact-details p {
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	font-size:14px;
}
#contact-details p.address {
	background:url(../images/icon_map.png) no-repeat left 4px;
	padding-left:15px;
	padding-bottom:5px;
}
#contact-details p.phone {
	background:url(../images/icon_phone.png) no-repeat left 5px;
	padding-left:15px;
	padding-bottom:5px;
}
#contact-details p.email {
	background:url(../images/icon_email.png) no-repeat left 5px;
	padding-left:15px;
	padding-bottom:5px;
}
#contact-details p.facebook {
	background:url(../images/icon_fb.png) no-repeat left 5px;
	padding-left:15px;
}
#contact-details a {
	color:#8bccd1;
}
#contact-form {
	float: left;
    padding-top: 10px;
    width: 100%;
}
#contact-form .cname{
	width:49%;
}
#contact-form .cemail{
	width:49%;
	padding-left:0px;
	float:right;
}
#contact-form .input{
	width:96%;
	padding:1%;
}
#contact-form .textarea{
	width:96%;
	padding:2%;
	height:70px;
}
#contact-form h2 {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#333333;
	font-weight:normal;
	border-bottom-style: double; 
	border-bottom-color: #e6e6e6;
	padding-bottom:5px;
	margin-bottom:10px;
}
.form-label {
	font-family: 'Open Sans', sans-serif;
	color:#595959;
	font-size:14px;
	padding-bottom:5px;
}
.logo-footer {
	float:left;
}
.logo-footer a {
	display:block;
	width:244px;
	height:117px;
	background:url(../images/logo_footer.png) no-repeat left top;
}
.menu-footer {
	float:left;
	padding-left:120px;
}
.menu-footer a {
	color:#d1d1d1;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
}
.menu-footer li {
	padding-top:5px;
}
.menu-footer li:first-child {
	padding-top:0px;
}
.share {
	display:inline-block;
	margin-right:5px;
	margin-top:15px;
}
.fb {
	width:19px;
	height:19px;
	background:url(../images/facebook_icon.png) no-repeat left top;
}
.skype {
	width:20px;
	height:20px;
	background:url(../images/skype_icon.png) no-repeat left top;
}
.twitter {
	width:20px;
	height:20px;
	background:url(../images/twitter_icon.png) no-repeat left top;
}
.newsletter {
	float:right;
}
.newsletter p {
	font-family: 'Open Sans', sans-serif;
	font-size:18px;
	color:#d9d9d9;
	padding-bottom:8px;
	display:block;
}
.input-newsletter {
	background:#333333;
	border:0px;
	height:35px;
	line-height:35px;
	width:98%;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	color:#e2e2e2;
	padding:0% 1% 0% 1%;
}
#floating-menu-wrapper-main {
	position:relative;
	width: 100%;
	min-width:1000px !important;
}
#floating-menu-wrapper {
    /*border-bottom: 1px solid #222222;
    box-shadow: 1px 1px 10px #000000;*/
    left: 0;
    overflow: auto;
    position: absolute;
    top: 0;
    width: 100%;
	min-width:1000px !important;
    z-index: 5;
    background:url(../images/header_bg.png) no-repeat center bottom;
	height:130px;
}
#floating-menu-wrapper .bg {
	width: 1000px;
	height:130px;
	margin:0 auto;
}
#floating-menu {
	width: 1000px;
	height:130px;
    margin:0 auto;
	position:relative;
	overflow:hidden;
}
.top-menu {
	background: none repeat scroll 0 0 #000;
    margin: 0 auto;
    text-align: center;
    width: 1024px;
}
/*#floating-menu .logo-floating {
	position:absolute;
	left:0;
	top:20px;
	display:block;
	background:url(../images/logo_floating.png) no-repeat left top;
	width:200px;
	height:96px;
}*/
#floating-menu .logo-floating {
	position:absolute;
	top:2px;
	left:40%;
	display:block;
	background:url(../images/logo_floating_2.png) no-repeat left top;
	width:195px;
	height:103px;
}
/*
#floating-menu ul {
	float:right;
	display:block;
}
*/
#floating-menu ul li {
	display:inline-block;
	text-align:center;
}
#floating-menu ul li a {
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding:10px 5px;
	display:block;
	text-transform:uppercase;
}
#floating-menu ul li a:hover {
	text-decoration:none;
	color:#EC268F;
}
#floating-menu ul li a:focus {
	border:0px;
}
.top-menu ul li {
	display:inline-block;
	text-align:center;
}
.top-menu ul li a {
	color:#ffffff;
	font-family: 'Open Sans', sans-serif;
	font-size:14px;
	padding:15px 5px;
	display:block;
	text-transform:uppercase;
}
.top-menu ul li a:hover {
	text-decoration:none;
	color:#EC268F;
}
#floating-menu ul.menu-left {
	float:left;
}
#floating-menu ul.menu-right {
	float:right;
}
#floating-menu div.languages {
	float:left;
	padding-top:15px;
	padding-left:15px;
}
#floating-menu div.languages a {
	display:inline-block;
	width:23px;
	height:17px;
}
.vodafone {
	display:inline-block;
	width:90px;
	height:65px;
	background:url(../images/vodafone.png) no-repeat center center;
}
.orange {
	display:inline-block;
	width:90px;
	height:90px;
	background:url(../images/orange.png) no-repeat center center;
	margin-left:5px;
}
.cosmote {
	display:inline-block;
	width:90px;
	height:38px;
	background:url(../images/cosmote.png) no-repeat center center;
	margin-left:5px;
}
#rent-section {
	width:980px;
    /*padding:100px 10px 60px 10px;*/
	padding:120px 10px 0px 10px;
    margin:0 auto;
}
#rent-section .page-title{
	padding-left:0px;
}
.rent-cotent {
	width:387px;
	float:left;
	padding-right:25px;
	text-align:justify;
	text-justify:inter-word;
}
.rent-cotent {
	font-size:22px;
}
.rent-cover {
	float:right;
	width:568px;
	height:379px;
	background:url(../images/rent.png) no-repeat center center;
}
#gallery-section {
	width:980px;
    /*padding:100px 10px 60px 10px;*/
	padding:120px 10px 0px 10px;
    margin:0 auto;
}
.gallery-section .page-tile {
	padding-bottom:55px;
}
#gallery-wrapper {
	
}
.gallery-list {
	
}
.gallery-list li {
	padding-left:35px;
	float:left;
}
.gallery-list li:first-child {
	padding-left:0px;
}
.gallery {
	
}
.gallery li {
	float:left;
	padding-left:15px;
	display:inline;
}
.gallery li:first-child {
	padding-left:0px;
}
.gallery li .category {
	display:block;
	position:relative;
	width:230px;
	height:180px;
}
.gallery li .category .text {
	display:block;
	position:absolute;
	width:210px;
	text-align:center;
	bottom:0px;
	color:#000000;
	font-size:16px;
}
.gallery li .category .first-cover {
	display:block;
	position:absolute;
	width:210px;
	height:140px;
	top:0px;
	left:0px;
	background:url(../images/sample_galery.png) no-repeat left top;
	z-index:3;
}
.gallery li .category .second-cover {
	display:block;
	position:absolute;
	width:210px;
	height:140px;
	top:5px;
	left:7px;
	background:url(../images/sample_galery_2.png) no-repeat left top;
	z-index:2;
}
.gallery li .category .third-cover {
	display:block;
	position:absolute;
	width:210px;
	height:140px;
	top:11px;
	left:12px;
	background:url(../images/sample_galery_3.png) no-repeat left top;
	z-index:1;
}
.founders {
	padding-top:10%;
}
.founders li {
	float:left;
	padding-left:20px;
}
.founders li:first-child {
	padding-left:0px;
}
.founders li h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight:400;
	font-size:18px;
	text-align:center;
	padding-top:5px;
}
.arrow-left {
	display:block;
	width:33px;
	height:30px;
	background:url(../images/arrow_prev_hv.png) no-repeat center center;
}
.arrow-left:hover {
	background:url(../images/arrow_prev.png) no-repeat center center;
}
.arrow-right {
	display:block;
	width:33px;
	height:30px;
	background:url(../images/arrow_next_hv.png) no-repeat center center;
}
.arrow-right:hover {
	background:url(../images/arrow_next.png) no-repeat center center;
}
#prev-istory {
	float:left;
	margin-left:127px;
}
#next-istory {
	float:right;
}
#prev-gallery{
	float:left;
}
#next-gallery {
	float:right;
	padding-right:25px;
}
#prev-gallery-list {
	float:left;
}
#next-gallery-list {
	float:right;
	padding-right:25px;
}
.gallery-controls {
	padding-bottom:15px;
}
.gallery-list-controls {
	padding-top:15px;
	padding-right:22px;
}
.article {
	/*max-height:517px;*/
}
.page-title-paddingTop {
	padding-top:50px;
}
#istoric-btns-wrapper {
	padding-top:20px;
}
#gallery-btns-wrapper {
	padding-top:20px;
}
.homepage-cover {
	background-image: url("../images/hobby_arena_cover_small.png");
	background-repeat:no-repeat;
	background-position:center 6%;
	background-color:#000000;
}
.border-error {
	border:1px solid red;
}
.window-gallery-list {
	
}
.window-gallery-list  li {
	float:left;
	padding-right:7px;
}
#comp-gallery-ctrl {
	padding-bottom:15px;
	padding-right:2px;
}

#browser-alert {
	background:#FFED3D url(../images/alert.png) no-repeat 20px 50%;
	border:2px solid #FFC720;
	padding:10px 10px 10px 100px;
	position:absolute;
	top:50px;
	left:50px;
	z-index:9999;
	font-size:16px;
	width:400px;
}
#browser-alert .chrome {
	display:inline-block;
	width:48px;
	height:48px;
	margin-right:15px;
	margin-top:15px;
	background:url(../images/chrome.png) no-repeat left top;
}
#browser-alert .firefox {
	display:inline-block;
	width:48px;
	height:48px;
	margin-right:15px;
	margin-top:15px;
	background:url(../images/mozila.png) no-repeat left top;
}
#browser-alert .ie {
	display:inline-block;
	width:48px;
	height:48px;
	margin-right:15px;
	margin-top:15px;
	background:url(../images/ie.png) no-repeat left top;
}
#browser-alert .opera {
	display:inline-block;
	width:48px;
	height:48px;
	margin-right:15px;
	margin-top:15px;
	background:url(../images/opera.png) no-repeat left top;
}
.youtubeColorbox {
	display:block;
	width:210px;
	height:140px;
	text-align:center;
	overflow:hidden;
	position: relative;
}
.colorboxGallery {
	display:block;
	width:210px;
	height:140px;
	text-align:center;
	overflow:hidden;
	position: relative;
}
.colorboxGallery img {
	  overflow: auto;
	  margin: auto;
	  position: absolute;
	  top: 0; left: 0; bottom: 0; right: 0;
}



@media only screen and (orientation:portrait){
	#about-us-section .article-padding {
		padding-top:200px;
	}
	#facilities-section .article-padding {
		padding-top:200px;
	}
	#resources-section .article-padding {
		padding-top:200px;
	}
	#regulation-section .article-padding {
		padding-top:200px;
	}
	#regulation-section .article-padding {
		padding-top:200px;
	}
	#taxes-section .article-padding {
		padding-top:200px;
	}
	#competitions-section .article-padding {
		padding-top:200px;
	}
	#competitions-section .article-padding {
		padding-top:200px;
	}
	#rent-section .article-padding {
		padding-top:200px;
	}
	#gallery-section .article-padding {
		padding-top:200px;
	}
	#contact-section .article-padding {
		padding-top:200px;
	}
	video { 
		min-height: 100%; 
		min-width: 130%; 
		height: auto !important; 
		width: auto !important; 
		position: absolute; 
		left:-15.5%; 
		top:40px;
	}
	.homepage-cover {
		background-image: url("../images/hobby_arena_cover_small.png");
		background-repeat:no-repeat;
		background-position:0% 200px;
		background-color:#000000;
	}
}