/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

footer { display: none }

body {
	line-height: 1;
}
body.palline-rimbalzine {
	background: url(/projs/palline-rimbalzine/images/word.jpg);
	background-size: cover;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/**
 * Base
 */
html, body {
	height: 100%;
}
body {
	color: #fff;
}
a {
	color: #edad0b;
}

/**
 *  mod-singular
 */
.proj-container {
	width: 100%;
	height: 100%;
	max-width: none;
}
section {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	font-size: 14px !important;
}
.loading {
	background: url(/projs/palline-rimbalzine/images/loading.gif?rev=1) center no-repeat / 100px;
}
.landscape-break {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	padding: 10%;
	font-size: 1.4em;
	text-align: center;
	z-index: 9999;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	background: url(/projs/palline-rimbalzine/images/bg-map.jpg);
}
.landscape-break h3 {
	font: bold 1.4em 'McLaren', cursive;
	color: #52321b;
}
.mod-singular {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
}
.mod-singular-section {
	max-height: 100%;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img { max-width: 100% }
.mod-singular-section-in,
.mod-singular-section-in-map {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	max-height: 100%;
	padding-top: 111px;
	text-align: center;
}
.mod-singular-section-in-map {
	background: url(/projs/palline-rimbalzine/images/bg-map.jpg);
}
#carousel { position: relative }
#carousel>h2 {
	font: bold 1.5em 'McLaren', cursive;
	color: #52321b;
	width: 100%;
	position: absolute;
	z-index: 20;
	left: 0;
	top: 10px;
	margin: 0;
	padding: 0;
	text-align: center;
}
#carousel>h2>a {
	font-size: .6em;
	display: block;
	margin: 5px 0 0;
}
#carousel>h2>a:hover,
#carousel>h2>a:focus {
	color: inherit;
}
#carousel>h2>img {
	max-width: 80px;
	display: block;
	margin: 0 auto;
}
.carousel-inner>.item>img,
.carousel-inner>.item>a>img,
#carousel,
.carousel-inner,
.carousel-inner>.item { height: 100%; max-height: 100% }
.carousel-pin {
	position: absolute;
	z-index: 15;
}
.carousel-pin img {
	max-width: 40px;
	display: inline-block;
	margin: 0 auto 5px;
}
.carousel-pin h6 {
	font: bold 1em 'McLaren', cursive;
	color: #47372a;
	display: inline-block;
	vertical-align: bottom;
}
.carousel-indicators li {
	display: inline-block;
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: none;
	border-radius: 100%;
	margin: 0;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.carousel-indicators .active {
	width: 16px;
	height: 16px;
	margin: 0;
	background-color: #82672c;
}
.mod-singular-pre {
	background: rgba(0, 0, 0, 0.2);
	line-height: 1.2;
	margin: 1.5em auto;
	padding: 10px;
	text-align: left;
	width: 40%;
}
.mod-singular-options {
	border-top: 1px solid #fff;
	font-size: 90%;
	margin: 1.5em auto;
	overflow: hidden;
	text-align: left;
	width: 60%;
}
.mod-singular-options-name {
	clear: both;
	float: left;
	padding: 1em 0;
	width: 12em;
}
.mod-singular-options-txt {
	border-bottom: 1px solid #fff;
	padding: 1em 0 1em 12.5em;
}
.mod-singular-pager {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
}
.mod-singular-pager img { max-width: 70% }
.mod-singular-pager a {
	display: inline-block;
	margin: 0;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	opacity: .6;
}
@media screen and (min-width: 768px) {
	.mod-singular-pager { bottom: 10px }
	.mod-singular-pager img { max-width: 100% }
	.mod-singular-pager a { margin: 0 15px }
}
.mod-singular-pager a:hover {
	opacity: 1;
}
.mod-singular-next.disabled-next {
	cursor: default;
	opacity: 0;
}
.mod-singular-next.disabled-next:hover { opacity: 0 }
.mod-nav {
	margin-top: -90px;
	position: fixed;
	right: 20px;
	top: 30%;
}
@media screen and (max-width: 767px) {
	.mod-nav { display: none !important; }
}
.mod-nav-item {
	margin: 8px 0;
}
.mod-nav-item a {
	background: rgba(255,255,255,.4);
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	display: block;
	height: 8px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	width: 8px;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.mod-nav-item a:hover,
.mod-nav-item a:focus,
.mod-nav-item.js-singular-active a {
	background: rgba(255,255,255,1);
}
.card-container {
	height: 90%;
	background: #eeddc1;
	-webkit-border-radius: 5%;
	-moz-border-radius: 5%;
	border-radius: 5%;
}
#jamaica .card-container {
	background: #6d675d;
}

@media screen and (min-width: 768px) {
	.card-container {
		height: 90%;
		background: url(/projs/palline-rimbalzine/images/infotab.png) no-repeat center / 90% 95%;
	}
	#jamaica .card-container {
		background: url(/projs/palline-rimbalzine/images/infotab-bynight.png) no-repeat center / contain;
	}
	.card-container>.row {
		max-width: 90%;
		height: 100%;
		max-height: 100%;
		margin: 0 auto;
	}
}

@media screen and (min-width: 1201px) {
	.mod-nav-item {
		margin: 15px 0;
	}
	.mod-nav-item a {
		height: 12px;
		width: 12px;
	}
	.card-container {
		background: url(/projs/palline-rimbalzine/images/infotab.png) no-repeat center / contain;
	}
	#jamaica .card-container {
		background: url(/projs/palline-rimbalzine/images/infotab-bynight.png) no-repeat center / contain;
	}
}

.card-container h1 {
	font: bold 1.4em 'McLaren', cursive;
	line-height: 1.2em;
	margin: 0 0 25px;
}
.card-container h1>span { font-size: .3em }

.card-container p {
	font: bold .9em 'McLaren', cursive;
	color: #47372a;
}

.item-point h6 {
	font: bold .8em 'McLaren', cursive;
	color: #47372a;
	text-indent: 0;
	margin-top: -100% -400% 0 0;
	/* margin-left: -300%; */
}

.item-point h6.england {
	margin: -100% -500% 0 0;
	text-indent: -300% !important;
}

.item-point h6.olanda {
	text-indent: -200%;
}
.item-point h6.germania {
	text-indent: 45%;
}
.item-point h6.france {
	text-indent: -160%;
}

.item-point h6.scotland {
	margin: -100% 0 0 -400%;
}

@media screen and (min-width: 768px) {
	.card-container h1 {
		font-size: 2.2em;
		margin-top: -10%;
	}
	.card-container p {
		font-size: .9em;
	}
}

@media screen and (min-width: 992px) {
	.card-container h1 {
		font-size: 2.8em;
		margin-top: -10%;
	}
	.card-container p {
		font-size: 1.2em;
	}
}

@media screen and (min-width: 1201px) {
	.card-container h1 {
		font-size: 4em;
		margin-top: -10%;
	}
	.card-container p {
		font-size: 1.4em;
	}
	.item-point h6 {
		text-indent: -50%;
		margin: 5px 0 0 0 !important;
	}
	.item-point.left h6 {
		text-indent: -150%;
	}
}

.card-container h1,
.card-container p {
	text-align: left;
}
@media screen and (max-width: 767px) {
	.card-container {
		height: 80%;
		max-width: 100%;
		margin: 5% 15px 0;
		padding: 0 15px;
	}
}
/*@media screen and (min-width: 768px) {
	.card-container>.row {
		max-width: 80%;
	}
}*/
@media screen and (min-width: 992px) {
	.card-container>.row {
		max-width: 80%;
	}
}
@media screen and (min-width: 1201px) {
	.card-container>.row {
		max-width: 50%;
	}
}

.mod-singular-section .col-sm-5,
.mod-singular-section .col-sm-7 {
	height: 100%;
	max-height: 100%;
}

@media screen and (min-width: 1201px) {
	.mod-singular-section .col-sm-5,
	.mod-singular-section .col-sm-7 {
		padding-top: 10%;
	}
}

.mod-singular-section .col-sm-7 {
	padding-top: 25px;
}
@media screen and (min-width: 768px) {
	.mod-singular-section .col-sm-7 {
		padding-top: 55px;
	}
}
.mod-singular-section .col-sm-7 img {
	max-height: 20%;
	display: block;
	margin: 5% 0 0 auto;
}

@media screen and (min-width: 768px) {
	.mod-singular-section .col-sm-7 { position: relative }
	.mod-singular-section .col-sm-7>img:last-of-type {
		position: absolute;
		bottom: 15%;
		right: 5%;
	}
}

.mod-singular-section .col-sm-5 img {
	position: relative;
	z-index: 1;
	max-height: 100%;
	max-width: 100%;
}

/*.mod-singular-section .col-sm-5 img {
	-webkit-transition: -webkit-transform .6s;
	-moz-transition: -moz-transform .6s;
	transition: transform .6s;
    -webkit-transform:translate3d(-40%, 0, 0);
    -moz-transform:translate3d(-40%, 0, 0);
    transform:translate3d(-40%, 0, 0);
}*/

.mod-singular-section .col-sm-5 img.visible-xs { margin: 10px auto 20px }

#russia h1 { color: #f0200a }
#russia .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/enzino/russia-landscape.png) no-repeat 0 70% / contain;
}
#brasil h1 { color: #329847 }
#brasil .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/ersilia/brasil-landscape.png) no-repeat 0 70% / contain;
}
#france h1 { color: #1b5dd8 }
#france .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/emiliano/france-landscape.png) no-repeat 0 70% / contain;
}
#france .col-sm-5 img { max-width: 120%; left: -20% }
#mexico h1 { color: #c41500 }
#mexico .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/enzino/mexico-landscape.png) no-repeat 0 70% / contain;
}
#mexico .col-sm-5 img { max-width: 110% }
#china h1 { color: #ee072d }
#china .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/ersilia/china-landscape.png) no-repeat 0 70% / contain;
}
#panama h1 { color: #da0b3c }
#panama .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/emiliano/panama-landscape.png) no-repeat 0 70% / contain;
}
#spain h1 { color: #f0ac0a }
#spain .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/enzino/spain-landscape.png) no-repeat 0 70% / contain;
}
#england h1 { color: #d3003b }
#england .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/ersilia/england-landscape.png) no-repeat 0 67% / contain;
}
#scotland h1 { color: #1b5dd8 }
#scotland .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/emiliano/scotland-landscape.png) no-repeat 0 70% / contain;
}
#scotland .col-sm-5 img { max-width: 110%; left: -10% }
#jamaica h1 { color: #fff004 }
#jamaica p { color: #fff }
#jamaica .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/enzino/jamaica-landscape.png) no-repeat 0 70% / contain;
}
#jamaica .col-sm-5 img { max-width: 110% }

#germany h1 { color: #e79c0a }
#germany .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/emiliano/germany-landscape.png) no-repeat 0 70% / contain;
}

#texas h1 { color: #eb212e }
#texas .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/emiliano/texas-landscape.png) no-repeat 0 70% / contain;
}

#canada h1 { color: #eb212e }
#canada .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/emiliano/canada-landscape.png) no-repeat 0 70% / contain;
}

#olanda h1 { color: #eb212e }
#olanda .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/ersilia/olanda-landscape.png) no-repeat 0 70% / contain;
}
#india h1 { color: #eb212e }
#india .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/ersilia/india-landscape.png) no-repeat 0 70% / contain;
}
#hawaii h1 { color: #eb212e }
#hawaii .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/ersilia/hawaii-landscape.png) no-repeat 0 70% / contain;
}

#italia h1 { color: #eb212e }
#italia .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/enzino/italia-landscape.png) no-repeat 0 70% / contain;
}
#groenlandia h1 { color: #eb212e }
#groenlandia .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/enzino/groenlandia-landscape.png) no-repeat 0 70% / contain;
}
#peru h1 { color: #eb212e }
#peru .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/enzino/peru-landscape.png) no-repeat 0 70% / contain;
}
#marocco h1 { color: #eb212e }
#marocco .col-sm-5 {
	background: url(/projs/palline-rimbalzine/images/enzino/marocco-landscape.png) no-repeat 0 70% / contain;
}



/*
.mod-singular-section .col-sm-5 img,
.mod-singular-section .col-sm-7 h1,
.mod-singular-section .col-sm-7 p,
.mod-singular-section .col-sm-7>img:first-of-type { opacity: 0 }

.mod-singular-section.js-active .col-sm-5 img,
.mod-singular-section.js-active .col-sm-7 h1,
.mod-singular-section.js-active .col-sm-7 p,
.mod-singular-section.js-active .col-sm-7>img:first-of-type { opacity: 1 }
*/

/*.mod-singular-section .col-sm-7>img:first-of-type {
	-webkit-transition: -webkit-transform .6s;
	-moz-transition: -moz-transform .6s;
	transition: transform .6s;
	-moz-transform: scale(.1,.1);
	-webkit-transform: scale(.1,.1);
	transform: scale(.1,.1);
}*/
/*.mod-singular-section.js-active .col-sm-7>img:first-of-type {
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}*/

#jamaica .mod-singular-section-in {
	background: rgba(0,30,70,0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#jamaica.js-active .mod-singular-section-in {
	background: rgba(0,10,40,.8);
}

#italia .mod-singular-section-in {
	background: rgba(0,30,70,0);
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}

#italia.js-active .mod-singular-section-in {
	background: rgba(0,10,40,.8);
}

/*scalize*/
.scalize {
	display: inline-block;
	margin: 0 auto;
	/*max-width: 100%;*/
}
/*
.scalize,
.scalize img.target {
	max-height: 100%;
}
.scalize img.target {
	width: auto !important;
	max-width: 100% !important;
}
*/
.wrap-selector { bottom: 0 }
.scalize .item-point {
	height: 37px !important;
	-webkit-box-shadow: none !important;
	-khtml-box-shadow: none !important;
	-moz-box-shadow: none !important;
	-ms-box-shadow: none !important;
	-o-box-shadow: none !important;
	box-shadow: none !important;
	/*-vendor-animation-delay: 2s;*/
	background: url(/projs/palline-rimbalzine/images/green-pin.png) no-repeat center bottom;
}

.scalize .item-point img {
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
	transform: scale(1,1);
}
.scalize .item-point:hover img {
	-moz-transform: scale(2,2);
	-webkit-transform: scale(2,2);
	transform: scale(2,2);
}
.scalize .item-point:hover {
	z-index: 99999;
}

.scalize .item-point a::before  {
	content: " ";
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	border-radius: 50%;
	margin: 0;
}
.scalize .item-point.green a::before {
	box-shadow: 0 0 0 0 rgba(56,178,79, .3);
}
.scalize .item-point.blue a::before {
	box-shadow: 0 0 0 0 rgba(32,155,199, .3);
}
.scalize .item-point.orange a::before {
	box-shadow: 0 0 0 0 rgba(242,124,64, .3);
}

.scalize .item-point.green:hover a::before {
	-webkit-animation: pulsegreen 1.1s infinite;
}
.scalize .item-point.blue:hover a::before {
	-webkit-animation: pulseblue 1.1s infinite;
}
.scalize .item-point.orange:hover a::before {
	-webkit-animation: pulseorange 1.1s infinite;
}

.scalize .item-point:hover a::before {
	-moz-transform: scale(2,2);
	-webkit-transform: scale(2,2);
	transform: scale(2,2);
}

@-webkit-keyframes pulsegreen {
	0% { }
	70% { box-shadow: 0 0 0 20px rgba(56,178,79,0);	}
	100% { box-shadow: 0 0 0 0 rgba(56,178,79,0); }
}
@-webkit-keyframes pulseblue {
	0% { }
	70% { box-shadow: 0 0 0 20px rgba(32,155,199,0);	}
	100% { box-shadow: 0 0 0 0 rgba(32,155,199,0); }
}
@-webkit-keyframes pulseorange {
	0% { }
	70% { box-shadow: 0 0 0 20px rgba(242,124,64,0);	}
	100% { box-shadow: 0 0 0 0 rgba(242,124,64,0); }
}



.scalize .item-point.blue {
	background: url(/projs/palline-rimbalzine/images/blue-pin.png) no-repeat center bottom;
}
.scalize .item-point.orange {
	background: url(/projs/palline-rimbalzine/images/orange-pin.png) no-repeat center bottom;
}

/*.scalize .item-point:hover img {
	-moz-transform: scale(2,2);
	-webkit-transform: scale(2,2);
	transform: scale(2,2);
}*/
.scalize .map-header {
	position: absolute;
	text-align: center;
	top: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
.map-footer {
	position: absolute;
	text-align: center;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 10;
}
@media screen and (min-width: 1201px) {
	.map-footer {
		bottom: 20px;
	}
}

.scalize .map-packs {
	position: absolute;
	text-align: center;
	max-width: 180px;
	bottom: 15%;
	right: 5%;
	z-index: 10;
}

.scalize .map-packs>div {
	position: relative;
	display: block;
}

.scalize .map-packs>div>.absolute {
	max-width: 30px;
	position: absolute;
	top: -10px;
	left: -10px;
	z-index: 11;
}
.carousel-inner .map-packs { position: absolute; bottom: 8%; z-index: 99999; }

@media screen and (min-width: 992px) {
	.scalize .map-packs {
		max-width: 210px;
		bottom: 20%;
	}
	.scalize .map-packs>div>.absolute {
		max-width: 40px;
	}
}
@media screen and (min-width: 1201px) {
	.scalize .map-packs {
		max-width: 250px;
		bottom: 25%;
	}
	.scalize .map-packs>div>.absolute {
		max-width: 60px;
	}
}

.map-footer a {
	font: .9em 'McLaren', cursive;
	color: #52321b;
	display: block;
	margin: 0 0 5px;
}
/*.scalize .map-footer img {
    max-width: 100px;
}*/
.scalize .map-header h2 {
	font: bold 1.6em 'McLaren', cursive;
	color: #52321b;
	text-transform: none;
}
.scalize .map-header h3 {
	font: 1em 'McLaren', cursive;
	line-height: 1.1em;
	color: #301f1a;
	text-transform: none;
}
.scalize .map-header img {
	max-width: 280px;
	margin: 10px auto;
}

@media screen and (max-width: 1200px) {
	.scalize .map-header {
		top: -90px;
	}
}

@media screen and (max-width: 1699px) {
	.scalize .map-header img {
		max-width: 280px;
	}
}

@media screen and (min-width: 768px) {
	.scalize .map-header h2 {
		font-size: 2.8em;
	}
	.scalize .map-header h3 {
		font-size: 1.2em;
	}
}

@media screen and (min-width: 768px) {
	.scalize .map-header h2 {
		font-size: 2.8em;
	}
	.scalize .map-header h3 {
		font-size: 1.2em;
	}
}

/* old mobile devices */
@media screen and (max-width: 320px) {
	.mod-singular-section .col-sm-5 { display: none }
	.mod-singular-section .col-xs-8 { width: 100% }
	.card-container h1 { font-size: 1.3em; margin: 0 0 5px }
	.card-container h1>br { display: none }
	#carousel>h2 { font-size: 1.2em }
	#carousel>h2>img { max-width: 50px }
	.mod-singular-section .col-sm-7 { position: relative }
	.mod-singular-section .col-sm-7 img.hidden-xs:first-of-type {
		max-height: 50px;
		position: absolute;
		top: -10px;
		right: -10px;
		display: block !important;
		margin: 0;
	}
}

/* reduced height */
.reduced-height .card-container h1 { font-size: 2.4em }
.reduced-height .card-container p { font-size: 1.2em }

/* minimal height */
.minimal-height .card-container h1 { font-size: 1.8em; margin: -10% 0 0 }
.minimal-height .card-container h1>br { display: none }
.minimal-height .card-container p { font-size: 1.1em }
.minimal-height .mod-singular-section .col-sm-7 img { max-width: 100px; margin: 0 0 0 auto }

/* insane height */
.insane-height .card-container>.row { max-width: 40% }
.minimal-height .card-container h1 { margin: 10px 0 }
.insane-height .card-container { background: url(/projs/palline-rimbalzine/images/infotab.png) no-repeat center / 60% 100% }
.insane-height .card-container>.row { overflow: hidden; height: 70% }
.insane-height .mod-singular-section .col-sm-7 img { display: none !important }