@charset "utf-8";
/* CSS Document */

@font-face {
    font-family: 'Catamaran L';
    src: url('../fonts/Catamaran-Light.eot');
    src: url('../fonts/Catamaran-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Light.woff2') format('woff2'),
        url('../fonts/Catamaran-Light.woff') format('woff'),
        url('../fonts/Catamaran-Light.ttf') format('truetype'),
        url('../fonts/Catamaran-Light.svg#Catamaran-Light') format('svg');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran B';
    src: url('../fonts/Catamaran-Bold.eot');
    src: url('../fonts/Catamaran-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Bold.woff2') format('woff2'),
        url('../fonts/Catamaran-Bold.woff') format('woff'),
        url('../fonts/Catamaran-Bold.ttf') format('truetype'),
        url('../fonts/Catamaran-Bold.svg#Catamaran-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran';
    src: url('../fonts/Catamaran-Regular.eot');
    src: url('../fonts/Catamaran-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-Regular.woff2') format('woff2'),
        url('../fonts/Catamaran-Regular.woff') format('woff'),
        url('../fonts/Catamaran-Regular.ttf') format('truetype'),
        url('../fonts/Catamaran-Regular.svg#Catamaran-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Catamaran BB';
    src: url('../fonts/Catamaran-ExtraBold.eot');
    src: url('../fonts/Catamaran-ExtraBold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Catamaran-ExtraBold.woff2') format('woff2'),
        url('../fonts/Catamaran-ExtraBold.woff') format('woff'),
        url('../fonts/Catamaran-ExtraBold.ttf') format('truetype'),
        url('../fonts/Catamaran-ExtraBold.svg#Catamaran-ExtraBold') format('svg');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}


body {
  font-family: 'Catamaran';
  font-size: 19px;
  color: #fff;
  background-color: #006B4B;
}
	
.row {
   margin: auto;
   max-width: 1440px;
   padding: 0px;
}

.big {
   width: 100%;
}


.footer {
	font-size: 0.7vw;
	font-family: 'Catamaran L';
	color: #fff;
	text-align: left;
	background-color: #006B4B;
	}

@media (max-width: 1680px) and (orientation: landscape) {
	.footer {
	font-size: 0.8vw;
	}
	}

@media (max-width: 1366px) and (orientation: landscape) {
	.footer {
	font-size: 0.8vw;
	}
	}

@media (max-width: 800px) { 
	.footer {
	font-size: 1.3vw;
	}
}
	
@media (max-width: 414px) { 
	.footer {
	font-size: 1.5vh;
	}
}	


.logo {
	margin: 0 auto auto auto; 
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 12%;
	}

@media (max-width: 1280px) {
	.logo {
	top: 12%;
	}
}

@media (max-width: 1080px) {
	.logo {
	top: 12%;
	width: 79%;
	}
}

@media (max-width: 1024px) {
	.logo {
	top: 12%;
	}
}

@media (max-width: 414px) {
	.logo {
	top: 5%;
	width: 33%;
	}
}

.menu {
	font-family: 'Catamaran BB'!important;
	font-size: /*37px*/ 0.8vw;
	color: #fff!important;
	background: #F49800!important;
	text-align: center;
	z-index: 1000;
	position: relative;
	display:block;
	height: 39px;
	}	

@media (max-width: 1440px) and (orientation: landscape) {
	.menu {
	font-size: 1vw;
	height: 36px;
	}
	}


	
@media (max-width: 414px) and (orientation: portrait) {
	.menu {
	font-size: 2.5vh;
	}
	}


.margin-menu {
	margin-top: 0.7%;
	}

@media (max-width: 960px) {
	.margin-menu {
	margin-top: -15px;
	}
}

.button {
	margin-top: -3%;
}

/*
.button:hover, .button:focus {
	color: #fff!important;
	font-family: 'Bebas B';
	}

.button.active {
	color: #fff!important;
	font-family: 'Bebas B';
	}


.button {
	padding: 10px 22px 5px 22px!important;
	border-bottom: 3px solid #A95210;
	}

.button:hover, .button:focus {
	text-decoration-line: underline !important;
	text-decoration-thickness: 3px !important;
	}

.button.active {
	text-decoration-line: underline !important;
	text-decoration-thickness: 3px !important;	
	}

*/


.bowie {
  height: 736px;
}

@media (max-width: 1680px) {
	.bowie {
		height: 660px;
	}
}

@media (max-width: 1440px) {
	.bowie {
		height: 522px;
	}
}

@media (max-width: 1366px) {
	.bowie {
		height: 496px;
	}
} 

@media (max-width: 1280px) {
	.bowie {
		height: 463px;
	}
} 

@media (max-width: 1280px) {
	.bowie {
		height: 470px;
	}
} 

@media (max-width: 414px) {
	.bowie {
		height: 492px;
	}
}

.icon-buy {
	position: absolute;
	bottom: 61px;
	left: 26%;
}

.icon-sms {
	position: absolute;
	bottom: 123px;
	left: 26%;
}

.icon-win {
	position: absolute;
	bottom: 35px;
	left: 26%;
}

@media (max-width: 1440px) {
	.icon-buy {
	position: absolute;
	bottom: 61px;
	left: 19%;
}

.icon-sms {
	position: absolute;
	bottom: 123px;
	left: 19%;
}

.icon-win {
	position: absolute;
	bottom: 35px;
	left: 19%;
}
}

/* --- FORM ---- */

	
.title {
	color: #F49800;
	text-align:center;
	margin:auto;
	font-size: 1.5vw;
	line-height: 1em;
	text-transform: uppercase;
	font-family: 'Catamaran BB';
	}	

/* @media (max-width: 1440px) {
	.title {
		font-size: 2.3vw;
		}
	}


@media (max-width: 1024px) {
	.title {
		font-size: 3vw;
		}
	}


@media (max-width: 800px) {
	.title {
		font-size: 3vw;
		}
	}
*/ 

.box {
	border: 1px solid #F49800;
	border-radius: 15px;
	padding: 1% 0 1% 0;
}

@media (max-width: 414px) {
	.title {
		font-size: 3vh;
		padding: 5%;
		line-height: 1.2em;
		}
	}

.text {
	text-align: center;
	font-size: 1vw;
}

@media (max-width: 1024px) {
	.text {
	font-size: 1.7vh;
	}		
}


@media (max-width: 414px) {
	.text {
	font-size: 1.8vh;
	}		
}

@media (max-width: 360px) {
	.text {
	font-size: 2vh;
	}		
}

.u:hover {
	background-color: rgba(238,123,174,0.35);
	padding: 2px 1px 2px 0;
	}

@media (max-width: 414px) {
	.u:hover {
	padding: 2px 1px 2px 0;
	}

}

@media (max-width:600px) {
	.paddington {
	margin-top: 3%;
	}
}

@media (max-width:600px) {
	.paddington-2 {
	padding: 5%;
	}
}



/* -------------- END --------------*/


label {
	width: 100%;
	
}

.margin {
	margin-bottom: 10px;
	}	
	
.hidemobile {
		display:block;
}

@media (max-width: 736px) {
	.hidemobile {
		display:none;
     }
} 


.showmobile {
		display:none;
}

@media (max-width: 736px) {
.showmobile {
		display:block;
}
	 
}

.hidemobile-2 {
		display:block;
}

@media (max-width: 768px) {
	.hidemobile-2 {
		display:none;
     }
} 


.showmobile-2 {
		display:none;
}

@media (max-width: 768px) {
.showmobile-2 {
		display:block;
}
	 
}


br {
	line-height:-10px;
}


a {
	text-decoration: inherit;
	color: inherit; 
	}
	
@media screen {   

    .no-screen, .no-screen * 
	{
        display: none !important;
    }
}

@media print
    {   
        .no-print, .no-print *
        {
            display: none !important;
        }
    }
	
.modal-dialog {
	width: 50%;
	}	

@media (max-width: 414px) {
	.modal-dialog {
	width: 90%;
	}	
}
	
.panel {
	background-color: transparent;
	}	
	
	
	/* -------- NAVBAR ------- */

.navbar-toggle .icon-bar {
  display: block;
  width: 42px;
  height: 2px;
  border: none;
}
.navbar-default {
  	background-color: #F49800;
	border-color: transparent;
	display: block;
}
.navbar-default .navbar-toggle {
  border: none;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
	opacity: 0.8;
	background-color: rgba(240,240,240,0.21);
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border: none;
}

.nav > li > a {
	font-family: 'Catamaran BB';
	position: relative;
	display: block;
}

.navbar-default .navbar-nav > li > a {
    font-family: 'Catamaran BB';
	color: #fff;
}

 .nav > li > a:hover,
.nav > li > a:focus {
  font-family: 'Catamaran BB';
background-color: transparent;
} 

.nav > li.disabled > a {
  color: #999999;
}

.nav > li.disabled > a:hover,
.nav > li.disabled > a:focus {
  color: #F18700;
  text-decoration: none;
  cursor: not-allowed;
  background-color: transparent;
}

.navbar-nav {
  margin: 7.5px 0px;
  background-color: #F49800;
}

.navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    text-decoration: none;
	color: rgba(249,249,249,0.23);
	background-color: transparent;  
}

.navbar-collapse {
	box-shadow: none;
	padding-top: 6%;
}

@media screen and (max-width:1024px) {
	#nasconditi {
		display: none;
	}
}