@font-face {
	src: url('../fonts/roboto-light.ttf');
	font-family: 'Roboto-Light';
}

@font-face {
	src: url('../fonts/roboto-regular.ttf');
	font-family: 'Roboto-Regular';
}

@font-face {
	src: url('../fonts/roboto-medium.ttf');
	font-family: 'Roboto-Medium';
}

@font-face {
	src: url('../fonts/roboto-bold.ttf');
	font-family: 'Roboto-Bold';
}

@font-face {
	src: url('../fonts/Parisienne-Regular.ttf');
	font-family: 'Parisienne-Regular';
}

@font-face {
	src: url('../fonts/LaurenScript.ttf');
	font-family: 'Lauren';
}

html, body {
	margin: 0;
	padding: 0;
	font-family: Roboto-Regular;
}

html, html a {
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale;
}

html, html a {
    text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
    -moz-osx-font-smoothing: grayscale;
}

a, a:link, a:visited, a:hover, a:active
{
	text-decoration: none;
	color: inherit;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul {
	padding: 0;
	margin: 0;
}

table {
	width: 100%;
}

li {
	list-style: none;
}

label {
	font-weight: normal;
	margin: 0;
}

::placeholder {
	opacity: 1;
}

.mt-10 {
	margin-top: 10px;
}

.mt-20 {
	margin-top: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mr-40 {
	margin-right: 40px;
}

.wrapper {
	width: 100%;
	position: relative;
	overflow: hidden;
}

.hint--top {
	cursor: help;
}

.bx-wrapper {
	border: none;
	box-shadow: none;
	margin-bottom: 0;
}

.bx-wrapper .bx-controls-direction a {
	z-index: 8;
}

.sportSlider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: -30px;
}

.eventsSlider .bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 30px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: transparent;
}

.sportSlider .bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #e7de30;
}

.sportSlider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.sportSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: -webkit-gradient(to right, #e7de30, #038f2b);
    background: -webkit-linear-gradient(to right, #e7de30, #038f2b);
    background: -moz-linear-gradient(to right, #e7de30, #038f2b);
    background: -ms-linear-gradient(to right, #e7de30, #038f2b);
    background: -o-linear-gradient(to right, #e7de30, #038f2b);
    background: linear-gradient(to right, #e7de30, #038f2b);
    border: none;
}

.eventsSlider .bx-wrapper .bx-pager.bx-default-pager a {
	border: 1px solid #BD9F57;
}

.eventsSlider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.eventsSlider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: -webkit-gradient(to right, #ecd5a3, #bd9f57);
    background: -webkit-linear-gradient(to right, #ecd5a3, #bd9f57);
    background: -moz-linear-gradient(to right, #ecd5a3, #bd9f57);
    background: -ms-linear-gradient(to right, #ecd5a3, #bd9f57);
    background: -o-linear-gradient(to right, #ecd5a3, #bd9f57);
    background: linear-gradient(to right, #ecd5a3, #bd9f57);
    border: none;
}

	/*Custom Animations*/

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 20%, 0);
    transform: translate3d(0, 20%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

	/*Homepage Banners*/

.chooseDomainWrapper {
	height: 100vh;
	padding-top: 40px;
	position: relative;
}

.domainsWrapper {
	width: 25%;
	height: 100%;
	float: left;
	position: relative;
	background-size: cover;
	transition: all 0.2s ease-in-out 0s;
	overflow: hidden;
}

.domainsWrapper:hover {
	transform: scale(1.1);
}

.domain1 {
	background-image: url('../img/daimon_sport.jpg');
	background-position: center;
}

.domain2 {
	background-image: url('../img/bg_wellness_landing.jpg');
	background-position: center;
}

.domain3 {
	background-image: url('../img/bg_evenimente_landing.jpg');
	background-position: center;
}

.domain4 {
	background-image: url('../img/bg_tratoria_landing.jpg');
	background-position: right;
}

.domainsMask {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	transition: all 0.2s ease-in-out 0s;
}

.domainName {
	position: absolute;
	text-orientation: upright;
	-ms-writing-mode: tb-lr;   
    -webkit-writing-mode: vertical-lr; 
    -o-writing-mode: vertical-lr;        
    writing-mode: vertical-lr;
    text-transform: uppercase;
    font-family: Roboto-Light;
    font-size: 36px;
    color: #f7f7f8;
    left: 20px;
    bottom: 5px;
    letter-spacing: normal;
    transition: transform 0.6s ease-in-out 0s;
}

.subdomainWrapper {
	width: 80%;
	position: absolute;
	left: 35px;
	bottom: 70px;
	transform: translate(400%,0);
	transition: transform 0.6s ease-in-out 0s;
}

.subdomainName {
	display: inline-block;
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 20px;
	color: #f7f7f8;
	margin-top: 20px;
	letter-spacing: 2px;
	transition: all 0.2s ease-in-out 0s;
}

a.subdomainName {
	color: #f7f7f8;
}

.subdomainName:hover {
	transform: scale(1.1);
}

	/*Homepage var. 2*/

.chooseDomainWrapper {
	display: flex;
	align-items: center;
}

.chooseDomainWrapper .homePageHeaderBgVideo {
	z-index: -2;
}

.homePageDomain {
	width: 0;
	float: left;
	text-transform: uppercase;
	position: relative;
	visibility: hidden;
	opacity: 0;
	transition: opacity 3s ease-in-out;
}

.homePageDomainActive {
	width: 70%;
	visibility: visible;
	opacity: 1;
	padding-left: 100px;
}

.homePageDomain h2 {
	display: inline-block;
	font-family: Roboto-Light;
	font-size: 81px;
	line-height: 0.8;
	letter-spacing: 22.5px;
	color: #f7f7f8;
	position: relative;
	z-index: 1;
}

.homePageSubdomain {
	margin-top: 20px;
	margin-left: 30px;
}

.homePageSubdomain li {
	display: inline-block;
}

a.homePageSubdomainName {
	font-family: Roboto-Light;
	font-size: 14px;
	letter-spacing: 1.4px;
	color: #fff;
	padding: 7.5px;
	display: inline-block;
}

.siteTitleBehind {
	position: absolute;
	top: -100px;
	left: 50px;
	font-size: 150px;
	color: rgba(247, 247, 248, 0.3);
	line-height: 1;
	z-index: 0;
}


.homePageMenuWrapper {
	width: 30%;
	float: left;
	padding-right: 35px;
	text-align: right;
}


.butino1 {
	width: 50%;
	
	padding-right: 0px;
	
	position: fixed;
    bottom: 0;
    left: 0;
}
.butino2 {
	width: 50%;
	
	padding-right: 0px;
	
	position: fixed;
    bottom: 0;
    right: 0;
}

a.homePageMenuItems {
	font-family: Roboto-Light;
	font-size: 14px;
	letter-spacing: 1.4px;
	color: #fff;
	display: inline-block;
	line-height: 40px;
	transition: all .5s ease-in-out;
}

a.homePageMenuItemsActive {
	padding-right: 20px;
}

	/*Menu*/

.menuWrapper {
	z-index: 1;
}

.socialIconsWrapper {
	position: fixed;
	left: 50px;
	top: 20px;
	z-index: 100;
}

.inocontact {
	position: fixed;
	right: 50px;
	top: 20px;
	z-index: 1;
	text-align: right;
}

.socialIconsWrapper li {
	display: inline-block;
	padding-right: 15px;
	transition: all 0.3s ease-in-out 0s;
}

.socialIconsWrapper li:hover {
	transform: scale(1.1);
}

.logoWrapper {
	position: absolute;
	width: 140px;
	top: 0px;
	left: 0;
	right: 0;
	margin: 0 auto; 
	z-index: 1;
}

.logoWrapper img {
	width: 100%;
	height: auto;
}

	/*Burger Button*/

.burgerWrapper {
	position: fixed;
	right: 50px;
	top: 50px;
	width: 30px;
	height: 30px;
	z-index: 10;
}
.burgerButton {  
	cursor: pointer;
	padding: 12px 0;
	position: absolute;
}
.burgerButton span {
    position: relative;
    display: block;
    width: 30px;
    height: 4px;
    border-radius: 8px;
    background: #a8c80a;
    transition: all 0.2s ease-in-out;
}

.burgerButton span:before, .burgerButton span:after {
	position: absolute;
	background: #a8c80a;
	content: '';
	width: 30px;
	height: 4px;
	border-radius: 8px;
	transition: all 0.2s ease-in-out;
}
    
.burgerButton span:before {
	top: -8px;
}
    
.burgerButton span:after {
	top: 8px;
}

.burgerWrapper .active span {
	background: transparent;  
}
.burgerWrapper .active span:before {
	transform: rotate(45deg) translate(5px, 6px);
	background: #f7f7f8;
}
    
.burgerWrapper .active span:after {
	transform: rotate(-45deg) translate(5px, -6px);
	background: #f7f7f8;
}

	/*Events Burger Button*/

.eventsBurgerButton span {
    background: #dbbe84;
}

.eventsBurgerButton span:before, .eventsBurgerButton span:after {
	background: #dbbe84;
}
    
.eventsBurgerButton span:before {
	top: -8px;
}
    
.eventsBurgerButton span:after {
	top: 8px;
}

.eventsBurgerWrapper .active span:before {
	background: #f7f7f8;
}
    
.eventsBurgerWrapper .active span:after {
	background: #f7f7f8;
}

	/*Trattoria Burger Button*/

.trattoriaBurgerButton span {
    background: #e94b0a;
}

.trattoriaBurgerButton span:before, .trattoriaBurgerButton span:after {
	background: #e94b0a;
}
    
.trattoriaBurgerButton span:before {
	top: -8px;
}
    
.trattoriaBurgerButton span:after {
	top: 8px;
}

.trattoriaBurgerWrapper .active span:before {
	background: #f7f7f8;
}
    
.trattoriaBurgerWrapper .active span:after {
	background: #f7f7f8;
}

	/*Burger Menu*/

.burgerMenuWrap {
	width: 37.5%;
	height: 100vh;
	position: fixed;
	background-color: rgba(168, 200, 10, 0.9);
	z-index: 9;
	right: 0;
	transform: translate(100%, 0);
	transition: transform .6s ease-in-out 0s;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	overflow: auto;
}

.burgerMenuWrapVisible {
	transform: translate(0, 0);
}

.burgerMenuItems {
	padding: 5px;
	position: relative;
}

.burgerMenuItems a {
	font-size: 22px;
	color: #fff;
	text-transform: uppercase;
}

.burgerMenuItemsDropdown .glyphicon {
	color: #fff;
	margin-left: 15px;
	font-size: 12px;
	cursor: pointer;
}

.burgerDropdownList {
	margin-top: 10px;
	text-align: left;
	display: none;
}

.burgerDropdownItems a {
	font-size: 16px;
}

	/*Events Burger Menu*/ 

.eventsBurgerMenuWrap {
	background-color: rgba(189, 159, 87, 0.9);
}

	/*Trattoria Burger Menu*/ 

.trattoriaBurgerMenuWrap {
	background-color: rgba(233, 75, 10, 0.9);
}

	/*General Header*/

.headerWrapper {
	width: 100%;
	height: calc(100vh + 80px);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	background-size: cover;
	background-position: center;
	overflow: hidden;
}

.headerBgVideo {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}

.headerBgVideo video {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
}

.headerBgVideo .homeGif {
	position: absolute;
	min-width: 100%;
	min-height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	z-index: -1;
	display: none;
}

.headerBgVideoMask {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, 0.3);
}

.menuItemsWrapper {
	position: absolute;
	top: 55px;
	z-index: 1;
}

.menuItemsWrapperLeft {
	left: 25%;
}

.menuItemsWrapperRight {
	right: 25%;
}

.menuItemsWrapper li {
	display: inline-block;
}

.menuItemsWrapper li:first-of-type {
	margin-right: 60px;
}

a.menuItems {
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 14px;
	color: #f7f7f8;
	padding: 8px 0;
	position: relative;
	transition: all 0.2s ease-in-out 0s;
}

.menuItems::before, .menuItems::after {
	content: '';
	width: 0px;
	height: 1px;
	position: absolute;
	bottom: 0;
	background-color: #c7d330;
	transition: all .2s ease-in-out;
}

.menuItems::before {
	right: 0;
}

.menuItems::after {
	left: 0;	
	
}

.menuItems:hover::before, .menuItems:hover::after {
	width: 50%;
}

.menuActive::before, .menuActive::after {
	width: 50%;
}

.eventsMenuItems::before, .eventsMenuItems::after {
	background-color: #e8d19b;
}

.eventsMenuItems:hover::before, .eventsMenuItems:hover::after {
	width: 50%;
}

.eventsMenuActive::before, .eventsMenuActive::after {
	width: 50%;
}

.trattoriaMenuItems::before, .trattoriaMenuItems::after {
	background-color: #E94B0A;
}

.trattoriaMenuItems:hover::before, .trattoriaMenuItems:hover::after {
	width: 50%;
}

.trattoriaMenuActive::before, .trattoriaMenuActive::after {
	width: 50%;
}

.pageDescrWrapper {
	width: 100%;
	margin-top: -80px;
}

.pageDescrTitle {
	text-transform: uppercase;
	font-size: 36px;
	color: #ddd;
	text-align: center;
}

.pageDescr {
	font-family: Roboto-Light;
	font-size: 16px;
	color: #f7f7f8;
	letter-spacing: 1px;
	text-align: center;
	margin-top: 20px;
}

.pageDescrButtons {
	margin-top: 100px;
	display: flex;
	justify-content: center;
}

.greyButton {
	min-width: 200px;
	height: 45px;
	border: 2px solid #979797;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-Light;
	font-size: 14px;
	color: #fff;
}

a.greyButton {
	color: #fff;
}

.gradientButton {
	min-width: 200px;
	height: 45px;
	border: 2px solid #e7de30;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease-in-out 0s;
}

a.gradientButton {
	color: #fff;
}

.gradientButton span {
	z-index: 2;
	padding: 0 25px;
}

.gradientButton::after {
	content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: #333;
    background: -webkit-gradient(to right, #e7de30, #038f2b);
    background: -webkit-linear-gradient(to right, #e7de30, #038f2b);
    background: -moz-linear-gradient(to right, #e7de30, #038f2b);
    background: -ms-linear-gradient(to right, #e7de30, #038f2b);
    background: -o-linear-gradient(to right, #e7de30, #038f2b);
    background: linear-gradient(to right, #e7de30, #038f2b);
    border-radius: 50px;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}

.gradientButton:hover {
	border: 2px solid transparent;
}

.gradientButton:hover::after {
	 opacity: 1;
}

.companiesWrapper {
	position: absolute;
	left: 0;
	bottom: 20px;
	width: 100%;
	height: 55px;
}

.companiesWrapper img {
	
}

	/*Mouse Animation*/

.mouseAnimation {
	position: absolute;
	width: 18px;
	left: 0;
	right: 0;
	bottom: 120px;
	margin: 0 auto;
}

.mouse
{
	height: 38px;
	width: 20px;
	border-radius: 10px;
	transform: none;
	border: 2px solid white;
	top: 170px;
	margin: 0 auto;
}

.wheel
{
	width: 12px;
	display: block;
	margin: 2px auto;
	position: relative;
}

.wheel
{
	-webkit-animation: mouse-wheel 1.2s ease infinite;
	-moz-animation: mouse-wheel 1.2s ease infinite;
}

@-webkit-keyframes mouse-wheel
{
   0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(6px);
    -ms-transform: translateY(6px);
    transform: translateY(6px);
  }
}

@-moz-keyframes mouse-wheel
{
  0% { top: 1px; }
  50% { top: 4px; }
  100% { top: 7px;}
}

.scheduleWrapper {
	width: 100%;
	position: relative;
}

.sectionTitle {
	position: relative;
	padding-top: 50px;
	text-align: center;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 6px;
	line-height: 1.33;
	color: #3b434c;
}

.smallBorderBottom {
	width: 100px;
	height: 2px;
	background: #a8c80a;
	margin: 8px auto 0;
	display: none;
}

.coursesWrapper {
	padding-top: 50px;
	padding-bottom: 50px;
	margin-left: 35px;
	margin-right: 35px;
}

.coursesBoxWrapper {
	width: 20%;
	float: left;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

.coursesBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	height: 400px;
	border-style: solid;
  	border-width: 2px;
  	border-image-source: linear-gradient(122deg, #038f2b, #e7de30);
  	-webkit-border-image: 2 -webkit-repeating-linear-gradient(122deg, #038f2b, #e7de30);
  	border-image-slice: 1;
	padding: 30px 0;
	color: #3b434c;
	position: relative;
	margin: 15px 0;
	background-color: rgba(255, 255, 255, 0.6);
	background-size: cover;
	background-position: center;
	transition: all 0.2s linear 0s;
}

.coursesMenuWrapper {
	margin-bottom: 30px;
}

.kidsCoursesMenuWrapper {
	margin-bottom: 0;
}

.kidsCoursesMenuWrapper {
	margin-bottom: 0;
}

.coursesMenu {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.coursesMenu li a {
	font-size: 18px;
	color: #3b434c;
	text-transform: uppercase;
	padding: 10px;
	position: relative;
	opacity: 0.3;
	transition: all .3s linear;
}

.coursesMenu li .kidsCoursesMenuItems {
	opacity: 1;
}

.coursesMenu li a::before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #a8c80a; 
	transition: all .3s linear;
}

.coursesMenu li a::after {
	content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 0;
	height: 2px;
	background-color: #a8c80a; 
	transition: all .3s linear;
} 

.coursesMenu li .coursesMenuItemActive {
	opacity: 1;
}

.coursesMenu li .coursesMenuItemActive::before,
.coursesMenu li .coursesMenuItemActive::after {
	width: 50%;
}

.coursesMenu li a:hover::before,
.coursesMenu li a:hover::after {
	width: 50%;
}

.courseTabs {
	display: none;
}

.courseVisible {
	display: block;
}

.courseDescr {
	font-size: 12px;
	text-transform: uppercase;
	margin-bottom: 10px;
}

.circleBox {
	width: 86px;
	height: 86px;
	border: 2px solid #3b434c;
	border-radius: 100px;
	font-size: 30px;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 auto;
	transition: all 0.3s ease-in-out 0s;
}

.circleBoxDescr {
	text-transform: uppercase;
	font-size: 24px;
	margin-top: 10px;
	text-align: center;
}

.priceBoxText {
	font-size: 14px;
	padding: 0 25px;
	margin-top: 30px;
	line-height: 1.6;
	text-align: center;
	flex-grow: 1;
	display: flex;
	align-items: center;
	text-transform: uppercase;
}

.priceBoxNumber {
	font-size: 36px;
	line-height: 1;
	margin-top: 10px;
}

.coursesButton {
	margin-top: 30px;
	font-family: Roboto-Regular;
	transition: all 0.2s ease-in-out 0s;
}

a.coursesButton {
	color: #3b434c;
}

.coursesButton:hover {
	color: #fff;
}

.coursesBox:hover .circleBox {
	border: 2px solid #e7de30;
	color: #038f2b;
}

.backImage {
	position: absolute;
	bottom: 0;
	z-index: -1;
	display: none;
}

.backImage img {
	width: 100%;
	height: auto;
}

.pricesWrapper {
	width: 100%;
	background-size: cover;
	background-position: center center;
	overflow: hidden;
}

.pricesBoxWrapper {
	padding-top: 85px;
	padding-bottom: 225px;
}

.pricesBoxWrapperSmall {
	padding-top: 50px;
	padding-bottom: 50px;
}

.pricesBoxWrapperSmall .row:first-child {
	margin-top: 0;
}

.pricesBoxWrapperSmall .row {
	margin-top: 30px;
}

.verticalLine {
	height: 102.5%;
	width: 1px;
	background-color: #c7d330;
	position: absolute;
	top: 0;
	right: 0;
	opacity: 0.5;
}

.pricesWrapper .sectionTitle {
	color: #fff;
}

.pricesBox {
	width: 410px;
}

.pricesBoxMedium {
	width: 510px;
}

.pricesBoxBig {
	width: 600px;
}

.pricesBoxFull {
	width: 100%;
}

.rightBox {
	float: left;
	padding-left: 15px;	
}

.leftBox {
	float: right;
	direction: rtl;
	padding-right: 15px;
}

.pricesBoxCenter {
	padding: 0;
	float: none;
	margin: 0 auto;
}

.pricesTitle {
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 36px;
	color: #fff;
	margin-bottom: 10px;
}

.pricesTitle span {
	font-family: Roboto-Bold;
}

.chooseOffer {
	display: flex;
	align-items: center;
}

.offerType {
	text-transform: uppercase;
	font-family: Roboto-Bold;
	font-size: 36px;
	color: #fff;
	position: relative;
}

.rightBox .gradientButtonSmall {
	margin-right: 75px;
}

.rightBox .gradientButtonSmall::after {
	content: '';
	position: absolute;
	right: -65px;
	top: 50%;
	width: 56px;
	height: 1px;
	background: #fff;
}

.leftBox .gradientButtonSmall {
	margin-left: 75px;
}

.leftBox .gradientButtonSmall::before {
	content: '';
	position: absolute;
	left: -65px;
	top: 50%;
	width: 56px;
	height: 1px;
	background: #fff;
}

.gradientButtonSmall {
	width: 100px;
	height: 38px;
	border: 2px solid #e7de30;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 14px;
	color: #fff;
	position: relative;
	vertical-align: middle;
	z-index: 1;
	transition: all 0.2s ease-in-out 0s;
	display: none;
}

a.gradientButtonSmall {
	color: #fff;
}

.rightBox .offerBox {
	float: right;
}

.offerBox {
	width: 100%;
	padding: 12.5px 25px;
	background: #fff;
	box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
	/*margin-top: 25px;*/
	direction: ltr;
}

.offerBox th, .offerBox td {
	padding: 12.5px 5px;
}

.offerBox td {
	border-top: 1px solid #ddd;
}

.offerBox td:first-of-type {
	font-weight: bold;
}

.offerBoxNotes {
	margin-top: 10px;
}

.offerBoxNotes p {
	margin-top: 5px;
}

.offerBoxIcon {
	width: 33.3%;
	float: left;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	padding-left: 5px;
	padding-right: 5px;
}

.offerBoxIcon img {
	width: 50%;
	height: auto;
}

.offerBoxIconDescr {
	font-family: Roboto-Regular;
	font-size: 20px;
	color: #3b434c;
	text-align: center;
	margin-top: 10px;
}

.offerBoxDescr {
	color: #3b434c;
	padding: 12.5px 0;
}

.poolOfferBoxDescr {
	margin-top: 20px;
}

.offerBoxDescr p {
	font-size: 14px;
	margin-top: 10px;
	line-height: 1.1;
	display: flex;
	align-items: center;
}

.offerBoxDescr p:first-of-type {
	margin-top: 0;
}

.offerBoxDescr p .glyphicon {
	font-size: 14px;
	padding-right: 10px;
}

.offerBoxDescr h3 {
	font-size: 24px;
	margin-top: 20px;
	margin-bottom: 5px;
}

.scheduleTable th, .scheduleTable td {
	text-align: center;
}

	/*Trainers*/

.trainerSectionTitle {
	padding-top: 0;
}

.trainerContent {
	max-width: 1300px;
	position: relative;
	margin: 0 auto;
}

.trainerSlider {
	margin-bottom: 50px;
}

.trainerImage {
	position: absolute;
	z-index: 1;
}

.trainerBehindShape {
	position: absolute;
}

.trainerImage img {
	width: 100%;
	height: auto;
}

.trainerBehindShape img {
	width: 100%;
	height: auto;
}

.trainerBackText {
	position: absolute;
	top: 145px;
	text-transform: uppercase;
	font-size: 82px;
	color: rgba(188, 191, 194, 0.2);
	line-height: 0.8;
}

.trainerText {
	padding-top: 100px;
	padding-bottom: 100px;
}

.trainerTextRight {
	text-align: right;
}

.trainerText h1 {
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 72px;
	color: #c7d330;
}

.trainerText p {
	font-size: 16px;
	color: #616c7a;
	margin-top: 50px;
}

.trainerButton {
	margin-top: 30px;
	transition: all 0.2s ease-in-out 0s;
}

a.trainerButton {
	color: #3b434c;
}

.trainerButton:hover {
	color: #fff;
}

.trainerPricesWrapper {
	margin-top: 30px;
	display: none;
}

.trainerPricesWrapper .offerBox {
	border-style: solid;
  	border-width: 2px;
  	border-image-source: linear-gradient(122deg, #038f2b, #e7de30);
  	-webkit-border-image: 2 -webkit-repeating-linear-gradient(122deg, #038f2b, #e7de30);
  	border-image-slice: 1;
}

.trainerPricesWrapper .offerBox th, .trainerPricesWrapper .offerBox td {
	text-align: center;
}

	/*Small Section*/

.smallSectionWrapper {
	background-image: url('../img/bg_cta_daimon.jpg');
	background-size: cover;
}

.smallSectionWrapperEvenSmaller {
	margin: 20px 0;
	border-radius: 50px;
}

.smallSectionWrapperEvents {
	background-image: url('../img/nunta_de_poveste_cta_bg.jpg');
}

.smallSectionWrapperTrattoria {
	background-image: url('../img/bg_cta_trattoria.jpg');
}

.smallSectionContent {
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.smallSectionText {
	font-family: Roboto-Light;
	font-size: 24px;
	color: #fff;
	margin-right: 30px;
}

	/*Number Section*/

.numbersWrapper {
	background-image: url('../img/bg_cifre.jpg');
	background-size: cover;
	height: 400px;
}

.numbersCircleWrapper {
	padding: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.numbersCircleBox {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding: 0 25px;
}

.numbersCircle {
	position: relative;
}

.numbersCircleSmall {
	width: 135px;
	height: 135px;
}

.numbersCircleBig {
	width: 168px;
	height: 168px;
}

.numbersCircleSmall span {
	font-size: 24px;
	line-height: 1;
	color: #111115;
}

.numbersCircleBig span {
	font-size: 30px;
	line-height: 1;
	color: #111115;
}

.numbersCircleDescr {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.71;
	padding-top: 25px;
}

#circle1, #circle2, #circle4, #circle5 {
	width: 135px;
	height: 135px;
}

#circle3 {
	width: 168px;
	height: 168px;	
}

.progressbar-text {
	color: #111115!important;
}

	/*Footer*/

.footerWrapper {
	/*background-color: #3b434c;*/
	background-color: #1A1F23;
}

.footer {
	padding: 50px 0;
}

.footerText {

}

.footerTextTitle {
	text-transform: uppercase;
	font-family: Roboto-Bold;
	font-size: 18px;
	color: #f7f7f8;
	margin-bottom: 15px;
}

.footerLinks {
	display: inline-block;
	font-size: 14px;
	color: #f7f7f8;
	margin-bottom: 8px;
}

a.footerLinks {
	color: #f7f7f8;
}

.newsletterTitle {
	font-size: 14px;
	color: #f7f7f8;
	margin-bottom: 8px;
}

.newsletterInput {
	width: 230px;
	height: 40px;
	border: 2px solid #dedede;
	border-radius: 5px;
	background-color: #fff;
	padding-left: 15px;
	font-size: 12px;
	color: #616c7a;
	line-height: 1;
}

.newsletterInput:first-of-type {
	margin-bottom: 5px;
}

.newsletterButton {
	width: 230px;
	height: 40px;
	background: transparent;
	margin-top: 10px;
}

.footerLogo img {
	width: 100%;
	height: auto;
}

	/*Testimonial*/

.testimonialWrapper {
	position: relative;
	overflow: hidden;
}

.testimonialBackImage {
	position: absolute;
	width: 40%;
	left: 0;
	top: 0;
	z-index: -1;
}

.testimonialBackImage img {
	width: 100%;
	height: auto;
}

.testimonialBoxWrapper {
	padding-top: 85px;
	padding-bottom: 120px;
}

.testimonialBox {
	width: 90%;
	position: relative;
}

.testimonialTitle {
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 48px;
	color: #c7d330;
	line-height: 1.1;
}

.testimonialText {
	margin-top: 60px;
}

.testimonialText p {
	font-size: 12px;
	color: #616c7a;
	text-align: justify;
	margin-top: 20px;
}

.testimonialBackText {
	position: absolute;
	right: 0;
	top: 20px;
	text-transform: uppercase;
	font-size: 72px;
	color: rgba(188, 191, 194, 0.2);
	line-height: 1;
}

.testimonialImagesWrapper {
	position: relative;
}

.testimonialImages {
	width: 70%;
	float: left;
	position: relative;
	box-shadow: 0 15px 35px 0 rgba(0, 0, 0, 0.25);
}

.testimonialImagesWrapper img {
	width: 100%;
	height: auto;
}

.testimonialArrow {
	width: 46px;
	height: 46px;
	position: absolute;
	right: -23px;
	top: calc(50% - 23px);
	z-index: 2;
}

.twentytwenty-horizontal .twentytwenty-handle::before, .twentytwenty-horizontal .twentytwenty-handle::after, .twentytwenty-vertical .twentytwenty-handle::before, .twentytwenty-vertical .twentytwenty-handle::after {
	background-color: #C7D330;
	box-shadow: 0 -3px 0 #C7D330, 0px 0px 12px rgba(51, 51, 51, 0.5);
}

.twentytwenty-handle {
	border: 3px solid #C7D330;
}

.twentytwenty-left-arrow {
    border-right: 6px solid #C7D330;
}

.twentytwenty-right-arrow {
	border-left: 6px solid #C7D330;
}

.twentytwenty-before-label::before {
    content: "Inainte";
}

.twentytwenty-after-label::before {
    content: "Dupa";
}

.testimonialResultsWrapper {
	position: absolute;
	right: 0;
	top: 85px;
	z-index: -1;
}

.testimonialResults {
	width: 336px;
	padding: 25px;
	text-align: right;
	color: #fff;
}

.testimonialTopResult {
	background-color: #e7de30;
}

.testimonialBottomResult {
	background-color: #c7d330;
}

.testimonialResultDescr {
	text-transform: uppercase;
	font-size: 14px;
	line-height: 1.29;
}

.testimonialResultNumber {
	font-size: 48px;
	line-height: 1;
}

.carousel-indicators {
	bottom: -60px;
}

.carousel-indicators li {
	border: solid 1px #d5d7da;
}

.carousel-indicators .active {
	background: -webkit-gradient(to right, #e7de30, #038f2b);
    background: -webkit-linear-gradient(to right, #e7de30, #038f2b);
    background: -moz-linear-gradient(to right, #e7de30, #038f2b);
    background: -ms-linear-gradient(to right, #e7de30, #038f2b);
    background: -o-linear-gradient(to right, #e7de30, #038f2b);
    background: linear-gradient(to right, #e7de30, #038f2b);
}

	/*Sport Page*/

.modal-open .modal {
	display: flex;
	justify-content: center;
	align-items: center;
}

.modal-header {
	color: #fff;
	font-size: 16px;
	border: none;
	padding: 0 0 10px 0;
}

.modal-content {
	background-color: rgba(0, 0, 0, 0.8);
}

.modal-body {
	padding: 40px 20px;
	text-align: center;
}

.modalInput {
	width: 100%;
	height: 40px;
	border: 2px solid #dedede;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0.8);
	padding-left: 15px;
	margin-top: 10px;
	font-size: 14px;
	color: #616c7a;
	line-height: 1;
}

textarea.modalInput {
	width: 100%;
	height: 150px;
	margin-bottom: 10px;
	padding-top: 10px;
	resize: none;
}

.emailSucces {
	font-size: 18px;
	color: #fff;
	display: none;
}

.sportPageBg {
	background-image: url('../img/bg_sport_page.jpg');
}

.sportCoursesWrapper {
	padding-top: 70px;
	padding-bottom: 0;
}

.sportCourses {
	height: 430px;
	transition: all 0.2s linear;
}

.sportCourses .priceBoxText	{
	margin-top: 10px;
}

.fitnessCourse {
	background-image: url('../img/fitness_sport_bg.jpg');	
}

.aerobicCourse {
	background-image: url('../img/aerobic_sport_bg.jpg');	
}

.spinningCourse {
	background-image: url('../img/spinning_sport_bg.jpg');	
}

.xbodyCourse {
	background-image: url('../img/xbody_sport_bg.jpg');	
}

.indoorPoolCourse {
	background-image: url('../img/indoor_sport_bg.jpg');	
}

.outdoorPoolCourse {
	background-image: url('../img/outdoor_sport_bg.jpg');	
}

.tennisCourse {
	background-image: url('../img/tennis_sport_bg.jpg');	
}

.footballCourse {
	background-image: url('../img/football_sport_bg.jpg');	
}

.wellnessCorporateCourse {
	background-image: url('../img/wellnes_sport_bg.jpg');	
}

.massageCourse {
	background-image: url('../img/masaj_bg.jpg');	
}

.kidsActivitiesCourse {
	background-image: url('../img/activitati-copii-bg.jpg');	
}

.saunaCourse {
	background-image: url('../img/sauna_bg.jpg');
}

.spaCourse {
	background-image: url('../img/centru_spa_bg.jpg');
}

.beautyCourse {
	background-image: url('../img/beauty_salon.jpg');
}

.sportTrainerImage {
	width: 30%;
	left: 30px;
	bottom: 60px;
	z-index: 1;
}

.sportTrainerBehindShape {
	width: 16.5%;
	left: 75px;
	bottom: 63px;
}

.sportTrainerBackText {
	right: 40px;
}

	/*Tennis Page*/

.tennisPageBg {
	background-image: url('../img/bg_tenis.jpg');
}

.backImageTennis {
	right: 20px;
	bottom: 30px;
	width: 23%;
}

.tennisPricesBg {
	background-image: url('../img/green_bg.jpg');
}

.tennisTrainerImage {
	width: 14%;
	left: 50px;
	top: 60px;
	z-index: 1;
}

.tennisTrainerBehindShape {
	width: 16.5%;
	left: 0;
	top: 150px;
}

.tennisTrainerBackText {
	right: 0;
}

	/*Xbody*/

.xbodyPageBg {
	background-image: url('../img/bg_xbody.jpg'); 
}

.xbodyPricesBg {
	background-image: url('../img/green_bg_xbody.jpg');
}

.xbodyTrainerImage {
	width: 13%;
	right: 2%;
	top: 30px;
}

.xbodyTrainerBehindShape {
	width: 15%;
	right: 0;
	top: 20px;
}

.xbodyTrainerBackText {
	left: 40px;
}

	/*Football*/

.footballPageBg {
	background-image: url('../img/bg_fotbal.jpg'); 
}

.footballPricesBg {
	background-image: url('../img/green_bg_fotball.jpg');
}

.footballTrainerImage {
	width: 22%;
	left: 10px;
	top: 15px;
}

.footballTrainerBehindShape {
	width: 20%;
	left: 0;
	top: 35px;
}

.footballTrainerBackText {
	right: 40px;
}

	/*Spinning*/

.spinningPageBg {
	background-image: url('../img/bg_spinning.jpg'); 
}

.backImageSpinning {
	width: 27.7%;
	left: 0;
}

.spinningPricesBg {
	background-image: url('../img/spinning_green_bg.jpg');
}

.spinningTrainerImage {
	width: 18%;
	right: 10px;
	top: 20px;
}

.spinningTrainerBehindShape {
	width: 25%;
	right: 0;
	top: 20px;
}

.spinningTrainerBackText {
	left: 40px;
}

	/*Fitness*/

.fitnessPageBg {
	background-image: url('../img/fitness_bg.jpg'); 
}

.backImageFitness {
	width: 27.7%;
	left: 0;
	bottom: 0;
}

.fitnessPricesBg {
	background-image: url('../img/green_bg_fitness.jpg');
}

.fitnessOfferBox th:last-of-type, .fitnessOfferBox td:last-of-type {
	text-align: right;
}

.fitnessTrainerImage {
	width: 40%;
	height: 100%;
	right: 0;
	top: 0;
	padding: 20px 0;
	display: flex;
}

.fitnessTrainerImage img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	margin: auto;
}

.fitnessTrainerBehindShape {
	width: 25%;
	right: 0;
	top: 70px;
}

.fitnessTrainerBackText {
	left: 40px;
}

	/*Aerobic Page*/

.aerobicPageBg {
	background-image: url('../img/bg_aerobic.jpg'); 
}

.backImageAerobic {
	width: 27.7%;
	left: 0;
}

.aerobicPricesBg {
	background-image: url('../img/grup_fitness_green_bg.jpg');
}

.aerobicTrainerImage {
	width: 30%;
	right: 0;
	top: 50px;
}

.aerobicTrainerBehindShape {
	width: 30%;
	right: 30px;
	top: 80px;
}

.aerobicTrainerBackText {
	left: 40px;
}

.aerobicBoxWrapper {
	padding: 50px 0;
}

.aerobicBox {
	width: auto;
}

.aerobicBox th, .aerobicBox td {
	text-align: center;
}

.aerobicBox td:first-of-type {
	font-weight: bold;
}

.aerobicBox td {
	padding: 12.5px;
}

.tableCoursesTitle {
	text-transform: uppercase;
	transition: all .2s;
}

	/*Indoor Pool Page*/

.indoorPoolPageBg {
	background-image: url('../img/indoor_pool_gb.jpg'); 
}

.indoorPoolPricesBg {
	background-image: url('../img/indoor_pool_green_bg.jpg');
}

.indoorPoolOfferBox {
	padding: 25px;
}

	/*Outdoor Pool Page*/

.outdoorPoolPageBg {
	background-image: url('../img/outdoor_pool_bg.jpg'); 
}

.outdoorPoolPricesBg {
	background-image: url('../img/outdoor_pool_green_bg.jpg');
}

.outdoorPoolOfferBox {
	padding: 25px;
}

.outdoorPoolOfferBoxDescr {
	margin-top: 0;
}

	/*Kids Activities Page*/

.kidsPageBg {
	background-image: url('../img/kids_bg.jpg'); 
}

.kidsText p {
	margin-top: 20px;
}

.karateTrainerImage {
	width: 18%;
	top: 0;
	right: 10px;
}

.karateTrainerBehindShape {
	width: 22%;
	top: 50px;
	right: 0;
}

.karatePricesBg {
	background-image: url('../img/karate_green_bg.jpg');
}

.swimmingTrainerImage {
	width: 40%;
	top: 100px;
	left: 10px;
}

.swimmingTrainerBehindShape {
	width: 40%;
	top: 120px;
	left: 0;
}

.swimmingPricesBg {
	background-image: url('../img/swimming_green_bg.jpg');
}

.danceTrainerImage {
	width: 26%;
	top: 10px;
	right: 0;
}

.danceTrainerBehindShape {
	width: 28%;
	top: 0;
	right: 10px;
}

.dancePricesBg {
	background-image: url('../img/dancing_kids_green_bg.jpg');
}

.tennisSchoolTrainerImage {
	width: 25%;
	top: 0;
	left: 75px;
}

.tennisSchoolTrainerBehindShape {
	width: 30%;
	top: 150px;
	left: 10px;
}

.tennisSchoolPricesBg {
	background-image: url('../img/kids_tenis_green_bg.jpg');
}

.footballSchoolTrainerImage {
	width: 18%;
	top: 0;
	right: 50px;
}

.footballSchoolTrainerBehindShape {
	width: 23%;
	top: 0;
	right: 0;
}

.footballSchoolPricesBg {
	background-image: url('../img/kids_tenis_green_bg.jpg');
}

	/*Sport Corporate*/

.sportCorporatePageBg {
	background-image: url('../img/bg_daimon_corporate_sport.jpg');
}

.sportDetailsWrapper {
}

.sportDetails {
	margin: 50px 75px;
}

.sportDetailsContent {
	position: relative;
}

.sportDetailsLeft {
	width: 55%;
	float: left;
}

.sportDetailsRight {
	width: 55%;
	height: 100%;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.sportDetailsRightSportCorporate {
	background-image: url('../img/thumb_sport_corporate.jpg');
}

.sportDetailsText {
	font-family: Roboto-Regular;
	font-size: 24px;
	color: #c7d330;
	padding: 40px 40px 40px 0;
	margin: 50px 0;
	background-color: #fff;
}

.sportDetailsTitleTop {
	font-family: Roboto-Light;
	font-size: 72px;
	line-height: 1;
	color: #c7d330;
}

.sportDetailsText p {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 1.56;
	color: #2d333b;
	margin-top: 20px;
}

	/*Massage Page*/

.massagePageBg {
	background-image: url('../img/masaj_black_bg.jpg');
}

.massageAbout {
	position: relative;
	margin: 40px;
}

.massageAboutLeft {
	width: 55%;
	height: 100%;
	background-image: url('../img/massage_block_image.jpg');
	background-size: cover;
	background-position: right;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.massageAboutRight {
	float: right;
	width: 55%;
}

.massageAboutText {
	text-transform: uppercase;
	padding: 40px 0 40px 40px;
	margin: 20px 0;
	background-color: #fff;
}

.massageType {
	margin-top: 20px;
	color: #3b434c;
}

.massageType:first-of-type {
	margin-top: 0;
}

.massageType h3 {
	font-family: Roboto-Bold;
	font-size: 18px;
}

.massageType p {
	font-family: Roboto-Regular;
	font-size: 14px;
}

.massagePricesBg {
	background-image: url('../img/green_bg_massage.jpg');
}

	/*Sauna Page*/

.saunaPageBg {
	background-image: url('../img/black_bg_sauna.jpg');
}

.saunaAbout {
	position: relative;
	margin: 40px;
}

.saunaAboutLeft {
	width: 55%;
	height: 100%;
	background-image: url('../img/square_sauna.jpg');
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.saunaAboutRight {
	float: right;
	width: 55%;
}

.saunaAboutText {
	text-transform: uppercase;
	padding: 40px 0 40px 40px;
	margin: 20px 0;
	background-color: #fff;
}

.saunaType {
	margin-top: 20px;
	color: #3b434c;
}

.saunaType:first-of-type {
	margin-top: 0;
}

.saunaType h3 {
	font-family: Roboto-Bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.saunaType p {
	font-family: Roboto-Regular;
	font-size: 14px;
	line-height: 1;
	margin-top: 10px;
}

.saunaPricesBg {
	background-image: url('../img/green_bg_sauna.jpg');
}

	/*Spa Page*/

.spaPageBg {
	background-image: url('../img/bg_black_spa.jpg');
}

.spaAbout {
	position: relative;
	margin: 40px;
}

.spaAboutLeft {
	width: 55%;
	height: 100%;
	background-image: url('../img/spa_square.jpg');
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.spaAboutRight {
	float: right;
	width: 55%;
}

.spaAboutText {
	text-transform: uppercase;
	padding: 40px 0 40px 40px;
	margin: 20px 0;
	background-color: #fff;
}

.spaType {
	margin-top: 20px;
	color: #3b434c;
}

.spaType:first-of-type {
	margin-top: 0;
}

.spaType h3 {
	font-family: Roboto-Bold;
	font-size: 18px;
}

.spaType p {
	font-family: Roboto-Regular;
	font-size: 14px;
}

.spaPricesBg {
	background-image: url('../img/green_bg_spa.jpg');
}

	/*Beauty Page*/

.beautyPageBg {
	background-image: url('../img/bg_black_beauty_center.jpg');
}

.beautyAbout {
	position: relative;
	margin: 40px;
}

.beautyAboutLeft {
	width: 55%;
	height: 100%;
	background-image: url('../img/beauty_square.jpg');
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.beautyAboutRight {
	float: right;
	width: 55%;
}

.beautyAboutText {
	text-transform: uppercase;
	padding: 40px 0 40px 40px;
	margin: 20px 0;
	background-color: #fff;
}

.beautyType {
	margin-top: 20px;
	color: #3b434c;
}

.beautyType:first-of-type {
	margin-top: 0;
}

.beautyType h3 {
	font-family: Roboto-Bold;
	font-size: 18px;
}

.beautyType p {
	font-family: Roboto-Regular;
	font-size: 14px;
}

.beautyPricesBg {
	background-image: url('../img/green_bg_beauty_center.jpg');
}

	/*Wellness Page*/

.wellnessPageBg {
	background-image: url('../img/bg_wellness.jpg');
}

.wellnessTrainerImage {
	width: 30%;
	left: 0;
	top: 100px;
}

.tableCoursesDetails {
    font-size: 11px;
    line-height: 1;
    margin-top: 5px;
}

	/*Events Page*/

.eventsButton {
	min-width: 200px;
	height: 45px;
	border: 2px solid #bd9f57;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-Light;
	font-size: 14px;
	color: #fff;
}

a.eventsButton {
	color: #fff;
}

.eventsGradientButton {
	min-width: 200px;
	height: 45px;
	border: 2px solid #bd9f57;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease-in-out 0s;
}

a.eventsGradientButton {
	color: #fff;
}

.eventsGradientButton span {
	z-index: 2;
	padding: 0 25px;
}

.eventsGradientButton::after {
	content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: #333;
    background: -webkit-gradient(to right, #ecd5a3, #bd9f57);
    background: -webkit-linear-gradient(to right, #ecd5a3, #bd9f57);
    background: -moz-linear-gradient(to right, #ecd5a3, #bd9f57);
    background: -ms-linear-gradient(to right, #ecd5a3, #bd9f57);
    background: -o-linear-gradient(to right, #ecd5a3, #bd9f57);
    background: linear-gradient(to right, #ecd5a3, #bd9f57);
    border-radius: 50px;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}

.eventsGradientButton:hover {
	border: 2px solid transparent;
}

.eventsGradientButton:hover::after {
	 opacity: 1;
}

.eventsPageBg {
	background-image: url('../img/bg_header_events.jpg');
}

.eventsPageDescrTitleTop {
	font-family: Parisienne-Regular;
	font-size: 64px;
	color: #ebd69f;
	text-align: center;
}

.eventsPageDescrTitleBottom {
	text-transform: uppercase;
	font-size: 24px;
	color: #ddd;
	letter-spacing: 5px;
	text-align: center;
}

.eventsSectionTitle {
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 4.7px;
}

.eventsSmallBorderBottom {
	background: #bd9f57;
	width: 68px;
}

.aboutUsWrapper {
	background-size: cover;
	background-position: center center;
}

.eventsAboutWrapperBg {
	background-image: url('../img/bg_despre_noi_events.jpg');
}

.aboutUsContent {
	width: 60%;
	float: left;
	padding-left: 55px;
	padding-right: 15px;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.aboutUsImage {
	width: 40%;
	float: left;
	padding-right: 35px;
	padding-left: 15px;
	padding-top: 115px;
}

.aboutUsImage img {
	width: 100%;
	height: auto;
}

.aboutUsTitleTop {
	font-family: Parisienne-Regular;
	font-size: 64px;
	line-height: 1;
}

.eventsAboutUsTitleTop {
	color: #bd9f57;
}

.aboutUsTitleBottom {
	font-family: Roboto-Regular;
	font-size: 36px;
	letter-spacing: 1;
	color: #3b434c;
	text-transform: uppercase;
	margin-left: 50px;
}

.aboutUsDescr {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 2;
	color: #2d333b;
	margin-top: 25px;
}

.eventsAboutUsButton {
	margin-top: 15px;
}

a.eventsAboutUsButton {
	color: #000;
}

.eventsAboutUsButton:hover {
    color: #fff;
}

.sportAboutUsButton {
	margin-top: 15px;
}

a.sportAboutUsButton {
	color: #000;
}

.sportAboutUsButton:hover {
    color: #fff;
}

.whyContent {
	text-align: center;
}

.whyTitleTop {
	font-family: Parisienne-Regular;
	font-size: 64px;
	line-height: 1;
	color: #ebd69f;
}

.whyWrapper {
	background-size: cover;
	background-position: center center;
}

.eventsWhyWrapperBg {
	background-image: url('../img/de_ce_daimon_bg.jpg');
}

.whyEventsSectionTitle {
	color: #fff;
}

.whyContent {
	padding: 85px 0;
}

.whyTitleBottom {
	font-family: Roboto-Regular;
	font-size: 24px;
	letter-spacing: 5px;
	color: #fff;
	text-transform: uppercase;
}

.whyDescr {
	font-family: Roboto-Regular;
	font-size: 16px;
	line-height: 2;
	color: #fff;
	margin-top: 25px;
	padding: 0 165px;
}

.whyImagesWrapper {
	/*display: flex;
	justify-content: space-around;*/
	margin-top: 50px;
}

.whyImageBox {
	float: left;
	width: 20%;
}

.whyImage {
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.whyImage img {
	max-width: 80px;
	max-height: 80px;
}

.whyImageDescr {
	font-family: Roboto-Regular;
	font-size: 18px;
	color: #fff;
	margin-top: 50px;
}

.galleryItem {
	padding-bottom: 15.5%;
	cursor: pointer;
	overflow: hidden;
	background-color: #000;
	padding-left: 0;
	padding-right: 0;
}

.galleryImage {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out 0s;
	background-size: cover;
}

.galleryImageIndoorPool1 {
	background-image: url('../img/indoor_pool_1.jpg');
}

.galleryImageIndoorPool2 {
	background-image: url('../img/indoor_pool_2.jpg');
}

.galleryImageIndoorPool3 {
	background-image: url('../img/indoor_pool_3.jpg');
}

.galleryImageIndoorPool4 {
	background-image: url('../img/indoor_pool_4.jpg');
}

.galleryImageIndoorPool5 {
	background-image: url('../img/indoor_pool_5.jpg');
}

.galleryImageIndoorPool6 {
	background-image: url('../img/indoor_pool_6.jpg');
}

.galleryImageIndoorPool7 {
	background-image: url('../img/indoor_pool_7.jpg');
}

.galleryImageIndoorPool8 {
	background-image: url('../img/indoor_pool_8.jpg');
}

.galleryImageOutdoorPool1 {
	background-image: url('../img/outdoor_pool_1.jpg');
}

.galleryImageOutdoorPool2 {
	background-image: url('../img/outdoor_pool_2.jpg');
}

.galleryImageOutdoorPool3 {
	background-image: url('../img/outdoor_pool_3.jpg');
}

.galleryImageOutdoorPool4 {
	background-image: url('../img/outdoor_pool_4.jpg');
}

.galleryImageFitness1 {
	background-image: url('../img/fitness_1.jpg');
}

.galleryImageFitness2 {
	background-image: url('../img/fitness_2.jpg');
}

.galleryImageFitness3 {
	background-image: url('../img/fitness_3.jpg');
}

.galleryImageFitness4 {
	background-image: url('../img/fitness_4.jpg');
}

.galleryImageFitness5 {
	background-image: url('../img/fitness_5.jpg');
}

.galleryImageFitness6 {
	background-image: url('../img/fitness_6.jpg');
}

.galleryImageFitness7 {
	background-image: url('../img/fitness_7.jpg');
}

.galleryImageFitness8 {
	background-image: url('../img/fitness_8.jpg');
}

.galleryImageFitness9 {
	background-image: url('../img/fitness_9.jpg');
}

.galleryImageFitness10 {
	background-image: url('../img/fitness_10.jpg');
}

.galleryImageFitness11 {
	background-image: url('../img/fitness_11.jpg');
}

.galleryImageFitness12 {
	background-image: url('../img/fitness_12.jpg');
}

.galleryImageGroupFitness1 {
	background-image: url('../img/group_fitness_1.jpg');
}

.galleryImageGroupFitness2 {
	background-image: url('../img/group_fitness_2.jpg');
}

.galleryImageGroupFitness3 {
	background-image: url('../img/group_fitness_3.jpg');
}

.galleryImageGroupFitness4 {
	background-image: url('../img/group_fitness_4.jpg');
}

.galleryImageGroupFitness5 {
	background-image: url('../img/group_fitness_5.jpg');
}

.galleryImageGroupFitness6 {
	background-image: url('../img/group_fitness_6.jpg');
}

.galleryImageGroupFitness7 {
	background-image: url('../img/group_fitness_7.jpg');
}

.galleryImageGroupFitness8 {
	background-image: url('../img/group_fitness_8.jpg');
}

.galleryImageGroupFitness9 {
	background-image: url('../img/group_fitness_9.jpg');
}

.galleryImageGroupFitness10 {
	background-image: url('../img/group_fitness_10.jpg');
}

.galleryImageGroupFitness11 {
	background-image: url('../img/group_fitness_11.jpg');
}

.galleryImageGroupFitness12 {
	background-image: url('../img/group_fitness_12.jpg');
}

.galleryImageSpinning1 {
	background-image: url('../img/spinning_1.jpg');
}

.galleryImageSpinning2 {
	background-image: url('../img/spinning_2.jpg');
}

.galleryImageSpinning3 {
	background-image: url('../img/spinning_3.jpg');
}

.galleryImageSpinning4 {
	background-image: url('../img/spinning_4.jpg');
}

.galleryImageSpinning5 {
	background-image: url('../img/spinning_5.jpg');
}

.galleryImageSpinning6 {
	background-image: url('../img/spinning_6.jpg');
}

.galleryImageSpinning7 {
	background-image: url('../img/spinning_7.jpg');
}

.galleryImageSpinning8 {
	background-image: url('../img/spinning_8.jpg');
}

.galleryImageSpinning9 {
	background-image: url('../img/spinning_9.jpg');
}

.galleryImageSpinning10 {
	background-image: url('../img/spinning_10.jpg');
}

.galleryImageSpinning11 {
	background-image: url('../img/spinning_11.jpg');
}

.galleryImageSpinning12 {
	background-image: url('../img/spinning_12.jpg');
}

.galleryImageSpinning13 {
	background-image: url('../img/spinning_13.jpg');
}

.galleryImageSpinning14 {
	background-image: url('../img/spinning_14.jpg');
}

.galleryImageSpinning15 {
	background-image: url('../img/spinning_15.jpg');
}

.galleryImageSpinning16 {
	background-image: url('../img/spinning_16.jpg');
}

.galleryImageXbody1 {
	background-image: url('../img/xbody_1.jpg');
}

.galleryImageXbody2 {
	background-image: url('../img/xbody_2.jpg');
}

.galleryImageXbody3 {
	background-image: url('../img/xbody_3.jpg');
}

.galleryImageXbody4 {
	background-image: url('../img/xbody_4.jpg');
}

.galleryImageXbody5 {
	background-image: url('../img/xbody_5.jpg');
}

.galleryImageXbody6 {
	background-image: url('../img/xbody_6.jpg');
}

.galleryImageXbody7 {
	background-image: url('../img/xbody_7.jpg');
}

.galleryImageXbody8 {
	background-image: url('../img/xbody_8.jpg');
}

.galleryImageKidsActivities1 {
	background-image: url('../img/kids_activities_1.jpg');
}

.galleryImageKidsActivities2 {
	background-image: url('../img/kids_activities_2.jpg');
}

.galleryImageKidsActivities3 {
	background-image: url('../img/kids_activities_3.jpg');
}

.galleryImageKidsActivities4 {
	background-image: url('../img/kids_activities_4.jpg');
}

.galleryImageKidsActivities5 {
	background-image: url('../img/kids_activities_5.jpg');
}

.galleryImageKidsActivities6 {
	background-image: url('../img/kids_activities_6.jpg');
}

.galleryImageKidsActivities7 {
	background-image: url('../img/kids_activities_7.jpg');
}

.galleryImageKidsActivities8 {
	background-image: url('../img/kids_activities_8.jpg');
}

.galleryImageKidsActivities9 {
	background-image: url('../img/kids_activities_9.jpg');
}

.galleryImageKidsActivities10 {
	background-image: url('../img/kids_activities_10.jpg');
}

.galleryImageKidsActivities11 {
	background-image: url('../img/kids_activities_11.jpg');
}

.galleryImageKidsActivities12 {
	background-image: url('../img/kids_activities_12.jpg');
}

.galleryImageKidsActivities13 {
	background-image: url('../img/kids_activities_13.jpg');
}

.galleryImageKidsActivities14 {
	background-image: url('../img/kids_activities_14.jpg');
}

.galleryImageKidsActivities15 {
	background-image: url('../img/kids_activities_15.jpg');
}

.galleryImageKidsActivities16 {
	background-image: url('../img/kids_activities_16.jpg');
}

.galleryImageEvents1 {
	background-image: url('../img/events_1.jpg');
}

.galleryImageEvents2 {
	background-image: url('../img/events_2.jpg');
}

.galleryImageEvents3 {
	background-image: url('../img/events_3.jpg');
}

.galleryImageEvents4 {
	background-image: url('../img/events_4.jpg');
}

.galleryImageEvents5 {
	background-image: url('../img/events_5.jpg');
}

.galleryImageEvents6 {
	background-image: url('../img/events_6.jpg');
}

.galleryImageEvents7 {
	background-image: url('../img/events_7.jpg');
}

.galleryImageEvents8 {
	background-image: url('../img/events_8.jpg');
}

.galleryImageWedding1 {
	background-image: url('../img/events_1.jpg');
}

.galleryImageWedding2 {
	background-image: url('../img/events_2.jpg');
}

.galleryImageWedding3 {
	background-image: url('../img/events_3.jpg');
}

.galleryImageWedding4 {
	background-image: url('../img/events_4.jpg');
}

.galleryImageWedding5 {
	background-image: url('../img/events_5.jpg');
}

.galleryImageWedding6 {
	background-image: url('../img/events_6.jpg');
}

.galleryImageWedding7 {
	background-image: url('../img/events_7.jpg');
}

.galleryImageWedding8 {
	background-image: url('../img/events_8.jpg');
}

.galleryItem img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-in-out 0s;
}

.galleryItem .glyphicon {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 28px;
	opacity: 0;
	z-index: 1;
	transition: all 0.3s ease-in-out 0s;
}

.eventsGalleryWrapper .galleryItem .glyphicon {
	color: #ebd69f;
}

.sportGalleryWrapper .galleryItem .glyphicon {
	color: #B6B707;
}

.galleryItem:hover img {
	transform: scale(1.2);
	opacity: 0.3;
}

.galleryItem:hover .galleryImage {
	transform: scale(1.2);
	opacity: 0.3;
}

.galleryItem:hover .glyphicon {
	opacity: 1;
}

.eventsContactWrapper {
	margin: 50px 75px;
	overflow: hidden;
}

.eventsContact {
	position: relative;
}

.eventsContactLeft {
	width: 55%;
	height: 100%;
	background-image: url('../img/events_5.jpg');
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.eventsContactRight {
	float: right;
	width: 55%;
}

.eventsContactText {
	font-family: Roboto-Regular;
	font-size: 24px;
	color: #bd9f57;
	padding: 40px 0 40px 40px;
	margin: 30px 0;
	background-color: #fff;
}

.eventsContactForm {
	text-align: center;
}

.formBoxes {
	width: 100%;
	height: 45px;
	font-size: 14px;
	padding-left: 15px;
	margin-top: 15px;
	border: solid 1px #b4b4b4;
}

textarea.formBoxes {
	height: 150px;
	padding-top: 10px;
	resize: none;
}

label.error {
	display: block;
	text-align: left;
	color: #d9534f;
	font-size: 14px;
	text-transform: none;
}

.emailSuccesContact {
	font-size: 22px;
	color: #3b434c;
	text-align: center;
	padding-top: 20px;
	display: none;
}

.eventsFormBoxes {
	color: #3b434c;
}

.eventsFormBoxes::placeholder {
	color: #3b434c;
}

.eventsContactButton {
	margin-top: 30px;
}

a.eventsContactButton {
	color: #000;
}

a.eventsContactButton:hover {
	color: #fff;
}

.eventsDetails {
	margin: 50px 75px;
}

.eventsDetailsContent {
	position: relative;
}

.eventsDetailsLeft {
	width: 55%;
	float: left;
}

.eventsDetailsRight {
	width: 55%;
	height: 100%;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.eventsDetailsRightKidsParties {
	background-image: url('../img/square_kids_party.jpg');
}

.eventsDetailsRightPrivateEvents {
	background-image: url('../img/square_private_events.jpg');
}

.eventsDetailsRightCorporateEvents {
	background-image: url('../img/corporate_events_1-min.jpg');
}

.eventsDetailsRightChristenParties {
	background-image: url('../img/square_botez.jpg');
}

.kidsPartiesPageBg {
	background-image: url('../img/black_bg_kids_party.jpg');
}

.privateEventsPageBg {
	background-image: url('../img/black_bg_private_events.jpg');
}

.corporateEventsPageBg {
	background-image: url('../img/black_bg_evenimente_corporate.jpg');
}

.christenPartiesPageBg {
	background-image: url('../img/black_bg_botez.jpg');
}

.eventsDetailsText {
	font-family: Roboto-Regular;
	font-size: 24px;
	color: #bd9f57;
	padding: 40px 40px 40px 0;
	margin: 50px 0;
	background-color: #fff;
}

.eventsDetailsTitleTop {
	font-family: Parisienne-Regular;
	font-size: 64px;
	line-height: 1;
	color: #bd9f57;
}

.eventsDetailsTitleBottom {
	color: #3b434c;
	font-family: Roboto-Regular;
	font-size: 36px;
	text-transform: uppercase;
	margin-left: 50px;
}

.eventsDetailsText p {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 1.56;
	color: #2d333b;
	margin-top: 20px;
}

	/*Wedding Page*/

.weddingContent {
	width: 40%;
}

.weddingSmallImagesBoxes {
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 20px;
	float: left;
}

.weddingSmallImage {
	width: 100%;
	padding-bottom: 60%;
	background-size: cover;
	background-position: center;
}

.weddingSmallImage1 {
	background-image: url('../img/events_1.jpg')
}

.weddingSmallImage2 {
	background-image: url('../img/events_2.jpg')
}

.weddingSmallImage3 {
	background-image: url('../img/events_3.jpg')
}

.weddingSmallImage4 {
	background-image: url('../img/events_4.jpg')
}

.weddingWrapper {
	position: relative;
}

.aboutUsRight {
	position: absolute;
	width: 60%;
	height: 100%;
	top: 0;
	right: 0;
	background-size: cover;
	z-index: -1;
}

.weddingRight1 {
	background-image: url('../img/slider1.jpg')
}

.weddingRight2 {
	background-image: url('../img/slider2.jpg')
}

	/*Trattoria Page*/

.trattoriaButton {
	min-width: 200px;
	height: 45px;
	border: 2px solid #75192b;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: Roboto-Light;
	font-size: 14px;
	color: #fff;
}

a.trattoriaButton {
	color: #fff;
}

.trattoriaGradientButton {
	min-width: 200px;
	height: 45px;
	border: 2px solid #75192b;
	border-radius: 50px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	text-transform: uppercase;
	font-family: Roboto-Light;
	font-size: 14px;
	color: #fff;
	position: relative;
	z-index: 1;
	transition: all 0.2s ease-in-out 0s;
}

a.trattoriaGradientButton {
	color: #fff;
}

.trattoriaGradientButton span {
	z-index: 2;
	padding: 0 25px;
}

.trattoriaGradientButton::after {
	content: '';
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    background: #333;
    background: -webkit-gradient(to right, #e94b0a, #75192b);
    background: -webkit-linear-gradient(to right, #e94b0a, #75192b);
    background: -moz-linear-gradient(to right, #e94b0a, #75192b);
    background: -ms-linear-gradient(to right, #e94b0a, #75192b);
    background: -o-linear-gradient(to right, #e94b0a, #75192b);
    background: linear-gradient(to right, #e94b0a, #75192b);
    border-radius: 50px;
    opacity: 0;
    transition: all 0.2s ease-in-out 0s;
}

.trattoriaGradientButton:hover {
	border: 2px solid transparent;
}

.trattoriaGradientButton:hover::after {
	 opacity: 1;
}

.trattoriaAboutUsButton {
	transition: all 0.2s ease-in-out 0s;
	margin-top: 15px;
}

a.trattoriaAboutUsButton {
	color: #000;
}

.trattoriaAboutUsButton:hover {
    color: #fff;
}

.trattoriaPageBg {
	background-image: url('../img/poza_bg_trattoria.jpg');
}

.trattoriaPageDescrTitleTop {
	font-family: Parisienne-Regular;
	font-size: 64px;
	color: #e94b0a;
	text-align: center;
}

.trattoriaPageDescrTitleBottom {
	text-transform: uppercase;
	font-size: 24px;
	color: #ddd;
	letter-spacing: 5px;
	text-align: center;
}

.trattoriaSectionTitle {
	font-size: 14px;
	line-height: 1.71;
	letter-spacing: 4.7px;
}

.trattoriaSmallBorderBottom {
	background: #bd9f57;
	width: 68px;
}

.trattoriaAboutUsTitleTop {
	color: #75192b;
}

.foodCarouselWrapper {
	background-size: cover;
	background-position: center center;
}

.foodCarouselWrapperBg {
	background-image: url('../img/bg_food_area.png') 
}

.foodSectionTitle {
	color: #fff;
}

.foodCarousel {
	display: flex;
	justify-content: space-between;
	padding: 30px 50px 50px 50px;
}

.foodCarouselItem {
	transition: width 2s;
}

.foodCarouselItemActive {
	width: 38%;
	z-index: 1;
}

.foodCarouselImageActive {
	width: 90%;
	margin: 0 auto;
	position: relative;
	z-index: 0;
}

.foodCarouselImageActive img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.foodCarouselCaptionActive {
	font-family: Roboto-Regular;
	font-size: 36px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	margin-top: 10px;
}

.foodCarouselCaptionActiveSmall {
	width: 90%;
	font-family: Roboto-Regular;
	font-size: 14px;
	color: #f4b710;
	text-align: center;
	margin: 15px auto 0 auto;
}

.foodCarouselImageHoverWrapper {
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.9);
	padding: 15px 15px 25px 15px;
	left: 100%;
	top: 30px;
	z-index: 2;
	opacity: 0;
	transform: translateX(100%);
	transition: all 1s ease-in-out 0s;
}

.foodCarouselImageHoverTitle {
	font-family: Roboto-Regular;
	font-size: 24px;
	color: #fff;
	line-height: 1.08;
}

.foodCarouselImageHoverDescr {
	font-family: Roboto-Regular;
	font-size: 12px;
	color: #fff;
	line-height: 1.33;
	text-align: justify;
	margin-top: 10px;
}

.foodCarouselImageHoverPhoto {
	width: 33.3%;
	float: left;
	padding: 15px 5px 0 5px;
}

.foodCarouselImageHoverButton {
	display: flex;
	justify-content: center;
	margin-top: 15px;
}

.foodCarouselImageHoverArrow {
	width: 40px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.9);
	position: absolute;
	top: 50%;
	left: -25px;
	transform: rotate(45deg) translateY(-50%);
	z-index: -1;
}

.foodCarouselImageActive:hover .foodCarouselImageHoverWrapper {
	opacity: 1;
	transform: translateX(0);
}

.foodCarouselItemInactive {
	display: flex;
	align-self: flex-end;
	flex-direction: column;
	align-items: center;
	width: 23%;
}

.foodCarouselImageInactive img {
	width: 100%;
	height: auto;
	cursor: pointer;
}

.foodCarouselCaptionInactive {
	font-family: Roboto-Regular;
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	margin-top: 5px;
}

.meetChefWrapper {
	overflow: hidden;
}

.meetChef {
	margin: 70px 50px 50px 50px;
	position: relative;
}

.meetChefText {
	width: 50%;
	float: left;
	position: relative;
	margin: 50px 0 70px 0;
	background-color: #fff;
}

.meetChefTitle {
	font-family: Parisienne-Regular;
	font-size: 144px;
	line-height: 0.44;
	color: #f4b710;
	position: absolute;
	top: -50px;
	left: 0;
}

.meetChefSubtitle {
	font-family: Roboto-Regular;
	font-size: 64px;
	color: #3b434c;
	text-transform: uppercase;
	padding-top: 20px;
	padding-left: 40px;
}

.meetChefDescr {
	font-family: Roboto-Regular;
	font-size: 14px;
	color: #2d333b;
	line-height: 2;
	margin-top: 15px;
	margin-right: 45px;
	margin-bottom: 35px;
}

.meetChefSignature {
	position: absolute;
	bottom: 0;
	transform: translate(0, 100%);
}

.meetChefBgImage {
	position: absolute;
	width: 55%;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url('../img/trattoria_bg_plate.jpg');
	background-size: cover;
	background-position: center;
	z-index: -1;
}

.trattoriaWhyWrapperBg {
	background-image: url('../img/')
}

.theChefImage {
	width: 30%;
	position: absolute;
	right: 0;
	bottom: -50px;
}

.theChefImage img {
	width: 100%;
	height: auto;
}

.trattoriaWhyWrapperBg {
	background-image: url('../img/poza_bg_trattoria.jpg');
}

.trattoriaWhyContent {
	padding: 60px 0 50px 0;
}

.whyTrattoriaSectionTitle {
	color: #fff;
}

.trattoriaWhyTitleTop {
	color: #e94b0a;
}

.trattoriaContactWrapper {
	margin: 50px 75px;
}

.trattoriaContact {
	position: relative;
}

.trattoriaContactLeft {
	width: 55%;
	height: 100%;
	background-image: url('../img/trattoria_contact.jpg');
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.trattoriaContactRight {
	float: right;
	width: 55%;
}

.trattoriaContactText {
	font-family: Roboto-Regular;
	font-size: 24px;
	color: #600f20;
	padding: 40px 0 40px 40px;
	margin: 30px 0 30px 0;
	background-color: #fff;
}

.trattoriaContactForm {
	text-align: center;
}

.trattoriaFormBoxes {
	color: #3b434c;
}

.trattoriaFormBoxes::placeholder {
	color: #3b434c;
}

.trattoriaContactButton {
	margin-top: 30px;
}

a.trattoriaContactButton {
	color: #000;
}

a.trattoriaContactButton:hover {
	color: #fff;
}

	/*News Page*/

.newsPageBg {
	background-image: url('../img/noutati_bg.jpg');
}

	/*Other stuff*/

.afterSubmitMessage {
	color: #fff;
	font-size: 18px;
}

.newsPageHeaderWrapper {
	height: 100vh;
}

.newsPageHeaderWrapper .mouseAnimation {
	bottom: 50px;
}

.newsDetails {
	margin: 50px 75px;
}

.newsDetailsContent {
	position: relative;
}

.newsDetailsLeftText {
	width: 55%;
	float: left;
}

.newsDetailsRightText {
	width: 55%;
	float: right;
	text-align: right;
}

.newsDetailsRightImage {
	width: 55%;
	height: 100%;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
	z-index: -1;
}

.newsDetailsLeftImage {
	width: 55%;
	height: 100%;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
}

.newsDetailsText {
	font-family: Roboto-Regular;
	font-size: 24px;
	color: #bd9f57;
	padding: 40px 40px 40px 0;
	margin: 50px 0;
	background-color: #fff;
}

.newsDetailsRightText .newsDetailsText {
	padding: 40px 0 40px 40px;
}

.newsDetailsTitleTop {
	font-family: Roboto-Light;
	font-size: 48px;
	line-height: 1;
	color: #c7d330;
}

.newsDetailsText p {
	font-family: Roboto-Regular;
	font-size: 18px;
	line-height: 1.56;
	color: #2d333b;
	margin-top: 20px;
}

#newsPageImage1 {
	background-image: url('../img/thumb_sport_corporate.jpg');
}

#newsPageImage2 {
	background-image: url('../img/thumb_sport_corporate.jpg');
}

.newsButton {
	margin-top: 30px;
	transition: all 0.2s ease-in-out 0s;
}

a.newsButton {
	color: #3b434c;
}

.newsButton:hover {
	color: #fff;
}

.newsDateAndTime {
	font-family: Roboto-Light;
	font-size: 18px;
	color: #ddd;
	text-align: center;
	margin-bottom: 30px;
}

.eachNewsContent {
	margin: 30px 0;
}

.eachNewsText {
	font-size: 14px;
	color: #3b434c;
	text-align: justify;
	margin-top: 20px;
}

.eachNewsImage {
	padding-top: 30%;
	position: relative;
	margin-top: 20px;
}

.eachNewsImage img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;

}

.corporateEventsBg {
	background-image: url('../img/corporate_events_3.jpg');
	position: relative;
	margin-top: 50px;
}

.corporateEventsBgMask {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 0;
}

	/*Video Modal*/

.videoModal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	background-color: rgba(0, 0, 0, .9);
	justify-content: center;
	align-items: center;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
	overflow: hidden;
	display: none;
	opacity: 0;
	transition: all .2s;

}

.videoModal video {
	width: 100%;
	height: auto;
}

.videoModalBody {
	position: relative;
}

.closeVideo {
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: 28px;
	color: #fff;
	cursor: pointer;
}

.closeModal {
	position: absolute;
	right: -10px;
	top: -10px;
	font-size: 28px;
	color: #E7DE30;
	cursor: pointer;
}

.closeModalEvents {
	color: #DBBE84;
}

	/*News Section*/

.newsSectionBody {
	padding: 50px;
}

.newsSection {
	padding: 50px 0 60px 0;
	position: relative;
	overflow: hidden;
}

.newsSectionBox {
	width: 65%;
	background-color: #fff;
}

.newsSectionBoxLeft {
	padding: 40px 40px 40px 0;
	float: left;
	text-align: left;
}

.newsSectionBoxRight {
	padding: 40px 0 40px 40px;
	float: right;
	text-align: right;
}

.newsSectionBoxTitle {
	font-size: 24px;
}

.newsSectionBoxTitleEvents {
	color: #bd9f57;
}

.newsSectionBoxTitleTrattoria {
	color: #94243a;
}

.newsSectionBoxTitleSport {
	color: #a8c80a;
}

.newsSectionBoxText {
	font-size: 14px;
	line-height: 1.56;
	color: #2d333b;
	margin-top: 5px;
}

.newsSectionImage {
	position: absolute;
	width: 65%;
	height: 100%;
	top: 0;
	z-index: -1;
	background-size: cover;
	background-position: center center;
}

.newsSectionImageLeft {
	right: 0;
}

.newsSectionImageRight {
	left: 0;
}

#newsSectionImage1 {
	background-image: url('../img/events_1.jpg');
}

#newsSectionImage2 {
	background-image: url('../img/bg_tratoria_landing.jpg');
}

#newsSectionImage3 {
	background-image: url('../img/square_sauna.jpg');
}

#newsSectionImage4 {
	background-image: url('../img/fitness_bg.jpg');
}

	/* Contact Page */

.contactHeaderWrapper {
    height: 200px;
    background-image: url('../img-account/bg_cont.jpg');
    background-size: cover;
}

.contactWrapper {
	margin: 50px auto;
}

.contactInfoWrapper {
	position: relative;
	overflow: auto;
}

.contactInfoBody {
	width: 55%;
	position: relative;
	overflow: auto;
	background-color: #fff;
	padding: 0 50px 50px 0;
	margin-top: 50px;
	margin-bottom: 50px;
	z-index: 1;
}

.contactInfoBox {
	margin-top: 20px;
}

.contactTitle {
	font-family: Roboto-Bold;
	font-size: 24px;
	line-height: 1;
}

.contactWellnessTitle {
	color: #A8C80A;
}

.contactTrattoriaTitle {
	color: #e94b0a;
}

.contactEventsTitle {
	color: #DBBE84;
}

.contactInfosTitle {
	font-family: Roboto-Bold;
	font-size: 18px;
	margin-top: 10px;
}

#map {
	width: 55%;
	height: 100%;
	position: absolute;
	right: 0;
	top: 0;
}

.infoTextContent {
	margin-top: 30px;
	margin-bottom: 50px;
	font-size: 16px;
	color: #3b434c;
}
#wrap{width: 100%;display: table;background-color: rgba(247, 247, 248, 0.3); margin-top: -10px;padding: 15px 0}
#bara{display: table-cell;vertical-align: middle;text-align: center}
#sigla{height: 45%;width: auto}

.butonino {
	-moz-box-shadow: 7px 6px 0px -2px rgba(0,0,0,0.9);
	-webkit-box-shadow: 7px 6px 0px -2px rgba(0,0,0,0.9);
	box-shadow: 7px 6px 0px -2px rgba(0,0,0,0.9);
	background-color: rgba(0,0,0,0.7);
	-moz-border-radius:9px;
	-webkit-border-radius:9px;
	border-radius:9px;
	border:3px solid #737373;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	font-family:Georgia;
	font-size:2.5em;
	font-weight:bold;
	padding:16px 31px;
	text-decoration:none;
	text-align: center;
	min-height: 20%;
	vertical-align: middle;
}
.butonino:hover {
	background-color:rgba(0,0,0,0.4);
	color:#0785de;
}
.butonino:active {
	position:relative;
	top:1px;
}