
@font-face {
    font-family: "Futura Normal";
    src: url(futura_book.ttf);
}

@font-face {
    font-family: "Futura Bold";
    src: url(futura_bold.ttf);
}

@font-face {
    font-family: "Futura Bold Italic";
    src: url(futura_bold_italic.ttf);
}

.fullwidth {
	width: 100%;
}

.clear {
	float: none;
	clear: both;
}

.invisible {
	display: none;
	visibility: hidden;
	width: 0;
	height: 0;
	overflow: hidden;
}

html, body {
	font-family: "Futura Normal", Arial, sans-serif;
	font-size: 18px;
	background: #000;
}

header {
	position: relative;
}

#video-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
}

#pseudo-video-container {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 0;
	overflow: hidden;
}

#pseudo-video-container div {
	background: #000;
	height: 480px;
}

#video-container img,
#pseudo-video-container img {
	z-index: 0;
	width: 100%;
}

#video-container video,
#pseudo-video-container video {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
}

#homepage-header-row {
	position: absolute;
	top: 20px;
	left: 20px;
	right: 20px;
}

#logo {
	position: absolute;
	top: 0;
	right: 0;
	width: 150px;
}

#logo img {
	width: 100%;
}

#logo-vino {
	position: absolute;
	top: 0;
	left: 0;
	width: 150px;
}

#logo-vino img {
	width: 100%;
}

#logo-second {
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
}

#logo-second img {
	width: 100%;
}

#hButtonFB {
	position: absolute;
	top: 0;
	right: 200px;
}

#hButtonIG {
	position: absolute;
	top: 0;
	right: 240px;
}

#jump-to-top {
	position: fixed;
	right: 10px;
	bottom: 27px;
	z-index: 9999;
	
	width: 40px;
	height: 40px;
	
	background: url(button_jumpup.png);
	background-position: 0 0;
}

#jump-to-top:hover {
	background-position: 0 -40px;
}

#homepage-header-row nav ul.menu-root {
	position: absolute;
	top: 40px;
	left: 0;
	text-align: left;
	z-index: 5;
}

#homepage-header-row nav ul.menu-root li.menu-level-0 {
	position: relative;
}

#homepage-header-row nav ul.menu-root li.menu-level-0 > a {
	display: block;
	font-family: "Futura Bold", Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	padding: 10px 10px 10px 0;
	text-shadow: #000 2px 2px 2px;
}

#homepage-header-row nav ul.menu-root li.menu-level-0 > a:hover {
	text-decoration: none;
	background: #8CC63E;
	color: #000;
	text-shadow: #FFF 2px 2px 2px;
}

ul.submenu-level-1 {
	position: absolute;
	top: 30px;
	left: 40px;
	width: 380px;
	
	background: #000;
	border: 1px solid #8CC63E;
	
	visibility: hidden;
	display: none;
	z-index: 1;
}

li.menu-level-1 > a {
	display: block;
	font-family: "Futura Bold", Arial, sans-serif;
	font-size: 18px;
	line-height: 20px;
	color: #FFF;
	padding: 10px;
	text-shadow: #000 2px 2px 2px;
}

li.menu-level-1 > a:hover {
	text-decoration: none;
	background: #8CC63E;
	color: #000;
	text-shadow: #FFF 2px 2px 2px;
}

#homepage-header-row nav ul.menu-root li.menu-level-0:hover > a {
	background: #8CC63E;
	color: #000;
	text-shadow: #FFF 2px 2px 2px;
}

#homepage-header-row nav ul.menu-root li.menu-level-0:hover ul.submenu-level-1 {
	visibility: visible;
	display: block;
}

@media (max-width: 640px){
	#pseudo-video-container div {
		height: 400px;
	}
}

@media (max-width: 640px){
	#logo {
		width: 70px;
	}
	
	#homepage-header-row nav ul.menu-root li.menu-level-0 > a {
		font-size: 12px;
		padding: 2px 2px 2px 0;
	}
	
	ul.submenu-level-1 {
		top: 20px;
		width: 250px;
	}
	
	li.menu-level-1 > a {
		font-size: 12px;
		padding: 2px;
	}
	
	#hButtonFB {
		right: 80px;
	}
	
	#hButtonIG {
		right: 120px;
	}
	
	#pseudo-video-container div {
		height: 300px;
	}
	
	#pseudo-video-container img,
	#pseudo-video-container video {
		position: absolute;
		width: 150%;
		top: 0;
	}
}

/******************************************************************************/

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-container .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #000;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-container .swiper-slide img {
	width: 100%;
}

.swiper-container .swiper-button-next,
.swiper-container .swiper-button-prev {
	color: #8CC63E;
}

.swiper-container-testimoniale {
	position: relative;
	width: 100%;
  	height: 100%;
  	background: #FFF;
}

.swiper-container-testimoniale .swiper-wrapper {
	position: relative;
	width: 100%;
}

.swiper-container-testimoniale .swiper-slide {
	position: relative;
	width: 100%;
	
    text-align: center;
    font-size: 18px;
  	background: #FFF;

  	/* Center slide text vertically */
  	display: -webkit-box;
  	display: -ms-flexbox;
  	display: -webkit-flex;
  	display: flex;
  	-webkit-box-pack: center;
  	-ms-flex-pack: center;
  	-webkit-justify-content: center;
  	justify-content: center;
  	-webkit-box-align: center;
  	-ms-flex-align: center;
  	-webkit-align-items: center;
  	align-items: center;
}

.swiper-container-testimoniale .swiper-slide img {
	width: 100%;
}

.swiper-container-testimoniale .swiper-slide div.testim-nume {
	position: absolute;
	top: 20px;
	width: 100%;
	font-family: "Futura Bold", Arial, sans-serif;
	font-size: 64px;
	text-align: center;
}

.swiper-container-testimoniale .swiper-slide div.testim-titlu {
	position: absolute;
	top: 95px;
	left: 5%;
	width: 90%;
	font-family: "Futura Bold", Arial, sans-serif;
	font-size: 22px;
	color: #555;
	text-align: center;
}

.swiper-container-testimoniale .swiper-slide div.testim-text {
	position: absolute;
	top: 50%;
	width: 40%;
	line-height: 24px;
}

.swiper-container-testimoniale .swiper-slide div.testim-text.left {
	left: 5%;
}

.swiper-container-testimoniale .swiper-slide div.testim-text.right {
	right: 5%;
}

@media (max-width: 960px){
	.swiper-container-testimoniale .swiper-slide div.testim-nume {
		font-size: 40px;
		top: 15px;
	}
	
	.swiper-container-testimoniale .swiper-slide div.testim-titlu {
		font-size: 16px;
		top: 60px;
	}
	
	.swiper-container-testimoniale .swiper-slide div.testim-text {
		top: 40%;
		width: 40%;
		line-height: 20px;
		font-size: 16px;
	}
}

@media (max-width: 500px){
	.swiper-container-testimoniale .swiper-slide div.testim-nume {
		font-size: 24px;
		top: 6px;
	}
	
	.swiper-container-testimoniale .swiper-slide div.testim-titlu {
		font-size: 12px;
		top: 30px;
	}
	
	.swiper-container-testimoniale .swiper-slide div.testim-text {
		top: 40%;
		width: 40%;
		line-height: 14px;
		font-size: 12px;
	}
}

.swiper-container-testimoniale .swiper-button-next,
.swiper-container-testimoniale .swiper-button-prev {
	display: none;
}

/******************************************************************************/
h1 {
	background: #8CC63E;
	font-family: "Futura Bold Italic", Arial, sans-serif;
	font-size: 40px;
	color: #FFF;
	padding: 40px 0;
	text-align: center;
}

.content-container {
	background: #FFF;
}

.content-container .innerbox {
	position: relative;
	
	width: 960px;
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
	
	font-size: 20px;
}

.content-container .innerbox p {
	line-height: 24px;
	margin-bottom: 16px;
	text-align: justify;
}

@media (max-width: 960px){
	.content-container .innerbox {
		width: 96%;
		padding: 5px;
	}
}

@media (max-width: 720px){
	.content-container .innerbox {
		width: 96%;
		font-size: 18px;
		padding: 5px;
	}
}

h2 {
	font-family: "Futura Bold", Arial, sans-serif;
	text-align: center;
	margin-bottom: 16px;
}

ol {
	line-height: 24px;
}

.center-page {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

.center-text {
	text-align: center;
}

strong {
	font-family: "Futura Bold", Arial, sans-serif;
}

.ninesixty {
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 960px){
	.ninesixty {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
}

div.formular {
	padding: 20px;
	background: #8CC63E;
	color: #000;
}

h4 {
	font-family: "Futura Bold Italic", Arial, sans-serif;
	font-size: 32px;
	color: #FFF;
	padding: 30px;
	text-align: center;
}

h5 {
	font-family: "Futura Bold", Arial, sans-serif;
	font-size: 24px;
	padding: 10px;
	text-align: center;
}

h6 {
	font-family: "Futura Bold", Arial, sans-serif;
	font-size: 20px;
	line-height: 28px;
	padding: 10px;
	text-align: center;
}

div.formular table {
	width: 100%;
}

div.formular table.tblformular td,
div.formular table.tblcontact td {
	padding-bottom: 20px;
	font-size: 28px;
}

div.formular table.marimi-tricouri th {
	font-size: 18px;
	text-align: left;
	font-family: "Futura Bold", Arial, sans-serif;
	background: #000;
	color: #FFFFFF;
	padding: 5px;
}

div.formular table.marimi-tricouri td {
	font-size: 18px;
	text-align: left;
	padding: 5px;
}

div.formular table.marimi-tricouri tr.hlt {
	background: #555555;
	color: #FFF;
}

div.formular input[type="text"],
div.formular input[type="email"],
div.formular input[type="number"] {
	border: 1px solid #FFF;
	background: #8CC63E;
	color: #000000;
	font-size: 28px;
	
	width: 90%;
	height: 36px;
	padding-left: 20px;
}

div.formular textarea {
	border: 1px solid #FFF;
	background: #8CC63E;
	color: #000000;
	font-family: "Futura Normal", Arial, sans-serif;
	font-size: 20px;
	
	width: 90%;
	height: 200px;
	padding-left: 20px;
	padding-top: 5px;
}

div.formular label,
div.formular input[type="radio"] {
	font-size: 28px;
}

div.formular input[type="text"]::placeholder,
div.formular input[type="number"]::placeholder,
div.formular input[type="email"]::placeholder,
div.formular textarea::placeholder {
	font-family: "Futura Normal", Arial, sans-serif;
	font-size: 28px;
	color: #FFF;
}

#hEditVarsta {
	width: 45%;
}

div.formular select {
	border: 1px solid #FFF;
	background: #8CC63E;
	color: #000000;
	font-size: 28px;
	
	width: 90%;
	height: 36px;
	padding-left: 20px;
}

#hButtonSubmit {
	width: 100%;
	border: 0;
	padding: 5px;
	
	font-family: "Futura Bold Italic", Arial, sans-serif;
	font-size: 40px;
	background: #000;
	color: #8CC63E;
}

#hButtonSubmit:hover {
	border: 2px solid #000;
	background: #8CC63E;
	color: #000;
	cursor: pointer;
}

@media (max-width: 800px){
	div.formular table.tblformular td,
	div.formular table.tblcontact td {
		padding-bottom: 10px;
		font-size: 18px;
	}
	
	div.formular table.marimi-tricouri th {
		font-size: 12px;
	}
	
	div.formular table.marimi-tricouri td {
		font-size: 12px;
	}
	
	div.formular input[type="text"],
	div.formular input[type="email"],
	div.formular input[type="number"] {
		font-size: 18px;
		height: 30px;
		padding-left: 10px;
	}
	
	div.formular textarea {
		font-size: 14px;
		
		padding-left: 10px;
		padding-top: 5px;
	}
	
	div.formular label,
	div.formular input[type="radio"] {
		font-size: 18px;
	}
	
	div.formular input[type="text"]::placeholder,
	div.formular textarea::placeholder {
		font-size: 18px;
	}
	
	div.formular select {
		font-size: 18px;
		
		height: 30px;
		padding-left: 10px;
	}
	
	#hButtonSubmit {
		font-size: 32px;
	}
}

/******************************************************************************/

div.harta {
	width: 50%;
	float: left;
}

div.iframe-harta {
	overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
    height: 400px;
}

div.iframe-harta iframe {
	left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    position: absolute;
}

div.contact {
	width: 45%;
	float: left;
}

@media (max-width: 900px){
	div.contact,
	div.harta {
		width: 100%;
	}
	
	div.formular {
		padding: 0;
	}
}

h3 {
	font-weight: bold;
}

/******************************************************************************/

footer {
	background: #FFF;
}

#footer {
	width: 960px;
	padding: 30px 0;
	margin-left: auto;
	margin-right: auto;
}

@media (max-width: 960px){
	#footer {
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}
}

#footer .column {
	width: 31%;
	padding: 0 1%;
	float: left;
}

#footer .column img {
	width: 100%;
}

#footer .column a {
	display: block;
	padding: 5px 0;
	font-size: 14px;
}

#footer .column h3,
#footer .column h3 a {
	font-family: "Futura Bold", Arial, sans-serif;
	padding: 10px 0 5px 0;
	font-size: 18px;
}

#footer .column h3 a:hover {
	text-decoration: none;
}

#subfooter {
	padding: 15px;
	background: #000000;
	color: #F5EE2E;
	text-align: center;
	font-size: 14px;
}

@media (max-width: 500px){
	#footer .column a {
		font-size: 10px;
	}
	
	#footer .column h3,
	#footer .column h3 a {
		font-size: 12px;
	}
}

ul.inarticol {
	list-style: disc inside;
}

ul.inarticol li {
	padding: 10px;
}

ul.inarticol.verde li::marker {
	color: #8CC63E;
}

div.tab.programeazaantrenament div.header div.entry {
	width: 31%;
	height: 60px;
	padding: 1% 0.8%;
	text-align: center;
	vertical-align: middle;
	line-height: 60px;
	float: left;
	cursor: pointer;
	font-size: 24px;
	font-weight: bold;
	
	background: #FFF;
	color: #8CC63E;
	border: 1px solid #8CC63E;
}

div.tab.programeazaantrenament div.header div.entry.active {
	background: #8CC63E;
	color: #000;
}

div.tab.programeazaantrenament div.page {
	padding-top: 20px;
}

div.tab.programeazaantrenament div.header,
div.tab.programeazaantrenament div.page {
	clear: both;
}

