@font-face {
  font-family: 'CirceRounded';
  src: url('fonts/CirceRounded-Regular.ttf');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
	font-family: 'Londrina';
	src: url('fonts/LondrinaBlack-Regular.eot');
	src: url('fonts/LondrinaBlack-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/LondrinaBlack-Regular.woff') format('woff'),
		url('fonts/LondrinaBlack-Regular.ttf')  format('truetype'),
		url('fonts/LondrinaBlack-Regular.svg#LondrinaBlack-Regular') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Londrina';
	src: url('fonts/LondrinaSolid-Regular.eot');
	src: url('fonts/LondrinaSolid-Regular.eot?#iefix') format('embedded-opentype'),
		url('fonts/LondrinaSolid-Regular.woff') format('woff'),
		url('fonts/LondrinaSolid-Regular.ttf')  format('truetype'),
		url('fonts/LondrinaSolid-Regular.svg#LondrinaSolid-Regular') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
    font-family: 'Londrina Book';
    src: url('fonts/LondrinaBook-Regular.woff2') format('woff2'),
        url('fonts/LondrinaBook-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


@font-face {
    font-family: 'Bebas';
    src: url('fonts/bebasneue_bold.eot');
    src: url('fonts/bebasneue_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebasneue_bold.woff2') format('woff2'),
         url('fonts/bebasneue_bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}



@font-face {
	font-family: 'pitch-icons';
	src:url('fonts/pitch-icons.eot?ktynjr');
	src:url('fonts/pitch-icons.eot?#iefixktynjr') format('embedded-opentype'),
		url('fonts/pitch-icons.ttf?ktynjr') format('truetype'),
		url('fonts/pitch-icons.woff?ktynjr') format('woff'),
		url('fonts/pitch-icons.svg?ktynjr#pitch-icons') format('svg');
	font-weight: normal;
	font-style: normal;
}




[class^="icon-"], [class*=" icon-"] {
	font-family: 'pitch-icons';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon-mobile:before {
  content: "\e958";
}
.icon-loop:before {
  content: "\ea2e";
}
.icon-arrow-down:before {
  content: "\f0a3";
}
.icon-desktop:before {
  content: "\e901";
}
.icon-tablet:before {
  content: "\e902";
}
.icon-print:before {
  content: "\e900";
}
.icon-menu:before {
  content: "\f05e";
}
.icon-arrow-right:before {
  content: "\f078";
}
.icon-mute:before {
  content: "\f080";
}
.icon-close:before {
  content: "\f081";
}
.icon-arrow-left:before {
  content: "\f0a4";
}
.icon-unmute:before {
  content: "\f0ba";
}

html {
    color: #222;
    font-size: 1em;
    line-height: 1.4;
    height: 100%;
}

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}
.margin {
	margin: 20px 0;
}
.no-transform {
	text-transform: none;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
/* ==========================================================================
   Author's custom styles
   ========================================================================== */

body {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}

#site {
	width: 100%;
	height: 100%;
	margin: 0 auto;
}
.wrapper {
	width: 100%;
	margin: 0 auto;
}
#main {
	position: relative;
}
#main.tdm-dessins {
  height: 100%;
  background: rgb(150,194,63);
  background: -moz-linear-gradient(270deg, rgba(150,194,63,1) 0%, rgba(122,172,52,1) 100%);
  background: -webkit-linear-gradient(270deg, rgba(150,194,63,1) 0%, rgba(122,172,52,1) 100%);
  background: linear-gradient(270deg, rgba(150,194,63,1) 0%, rgba(122,172,52,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#96c23f",endColorstr="#7aac34",GradientType=1);
}
#dessin {
	width: 100%;
	min-height: 400px;
	height: 100%;
	padding: 25px 0 25px 0px;
	text-align: center;
	background-image: url(../coloriage/common/assets/img/bg.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto 100%;
}
.center {
	text-align: center;
}
.bt {
	display: inline-block;
	height: 22px;
	background: #005294;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	border: 3px solid #000;
	white-space: nowrap;
}
.bt:hover {
	background: #e0122a;
}
.bt-size2 {
	padding: 2px 30px;
	margin: 10px auto;
	font: normal 15px/20px 'Londrina', sans-serif;
}
.bt-size3 {
	padding: 10px 50px;
	margin: 0 10px;
	font: normal 28px/22px 'Londrina', sans-serif;
}
.bt-white {
	display: block;
	padding: 5px 10px;
	background: #fff;
	color: #000;
	font: normal 16px/20px 'Londrina', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.bt-print {
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 45px;
	height: 45px;
	line-height: 45px;
	font-size: 35px;
	text-align: center;
	text-decoration: none;
	background: #000;
	color: #fff;
}
.bt-print:hover {
	background: #fff;
	color: #000;
}
.bt-print .icon-print {
	line-height: 45px;
	vertical-align: middle;
	text-decoration: none;
}
.fancybox-inner .bt-print {
	bottom: -25px;
	right: -25px;
}
.fancybox-inner .bt-concours, .fancybox-inner .bt-concours-tdm {
	position: absolute;
	right: 20px;
	bottom: -25px;
	background: #005294;
	color: #fff;
	display: inline-block;
	height: 36px;
	padding: 4px 20px 5px 20px;
	font: normal 16px/18px 'Londrina', sans-serif;
	text-decoration: none;
	text-transform: uppercase;
}
.fancybox-inner .bt-concours:hover, .fancybox-inner .bt-concours-tdm:hover {
	background: #fff;
	color: #005294;
}
.dialog,
.dialog-overlay {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 10000;
}

.dialog {
	position: fixed;
	display: block;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
	pointer-events: none;
}

.dialog-overlay {
	position: absolute;
	z-index: 4;
	background: #fff;
	background: rgba(37, 66, 151, .5);
	opacity: 0;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	-webkit-backface-visibility: hidden;
}

.dialog--open .dialog-overlay {
	opacity: 1;
	pointer-events: auto;
}

.dialog-content {
	width: 548px;
	height: 340px;
	background: #fff;
  border-radius: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	padding: 0;
	margin: -170px 0 0 -274px;
	-webkit-box-shadow: 8px 8px 0px 0px #BCAE98; 
  box-shadow: 8px 8px 0px 0px #BCAE98;
	z-index: 50;
	opacity: 0;
}
#popin-memory-howtoplay .dialog-content {
	width: 868px;
	height: 575px;
	border: none;
	margin: -285px 0 0 -434px;
	background: url(../memory/img/memory/bg-popin-howtoplay.jpg) center center no-repeat;
	background-size: cover;
	-webkit-box-shadow: 8px 8px 0px 0px #bcae98;
    box-shadow: 8px 8px 0px 0px #bcae98;
}
#popin-pitchabulaire-howtoplay .dialog-content {
	width: 868px;
	height: 575px;
	border: none;
	margin: -285px 0 0 -434px;
	background: #FFEABC;
	background-size: cover;
	-webkit-box-shadow: 8px 8px 0px 0px #bcae98;
    box-shadow: 8px 8px 0px 0px #bcae98;
}
#popin-memory-gain .dialog-content {
	width: 826px;
	height: 575px;
	border: none;
	margin: -285px 0 0 -413px;
	background: url(../memory/img/memory/bg-popin-gain.jpg) center center no-repeat;
	background-size: cover;
	-webkit-box-shadow: 8px 8px 0px 0px #bcae98;
    box-shadow: 8px 8px 0px 0px #bcae98;
}
#popin-memory-gain .popin-bg {
	padding: 50px;
}
#popin-memory-gain h3 {
	font: bold 68px/70px 'Bebas', sans-serif;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
}
#popin-memory-perdu .dialog-content {
	width: 826px;
	height: 575px;
	border: none;
	margin: -285px 0 0 -413px;
	background: url(../memory/img/memory/bg-popin-perdu.jpg) center center no-repeat;
	background-size: cover;
  -webkit-box-shadow: 8px 8px 0px 0px #bcae98;
  box-shadow: 8px 8px 0px 0px #bcae98;
}
#popin-memory-perdu .popin-bg {
	padding: 50px;
}
#popin-memory-perdu h3 {
	font: bold 68px/70px 'Bebas', sans-serif;
	text-transform: uppercase;
	color: #fff;
	width: 100%;
	margin-top: 100px;
	margin-bottom: 40px;
}
#popin-memory-perdu h3, 
#popin-memory-gain h3 {
		font: bold 68px/70px 'Londrina', sans-serif;
}
.popin-memory-btn, 
.popin-pitchabulaire-btn {
	display: inline-block;
	font: bold 40px/40px 'Londrina', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-decoration: none;
  margin: 10px auto;
  padding: 10px 20px;
	border: none;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}
.popin-memory-btn, 
.popin-pitchabulaire-btn {
  padding: 15px 20px;
	-webkit-border-radius: .35em;
	border-radius: .35em;
}
.popin-memory-btn.homerun-retour, 
.popin-pitchabulaire-btn.homerun-retour {
  background: #9ADB50;
  color: #fff;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(120,165,61,1);
  -moz-box-shadow: 3px 3px 0px 0px rgba(120,165,61,1);
  box-shadow: 3px 3px 0px 0px rgba(120,165,61,1);
}
.popin-memory-btn.homerun-retour:hover, 
.popin-pitchabulaire-btn.homerun-retour:hover {
	background: #15358D;
    color: #fff;
}
.popin-memory-btn.homerun-rejouer, 
.popin-pitchabulaire-btn.homerun-rejouer {
  background: #D3A0B9;
  color: #fff;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(194,144,165,1);
  -moz-box-shadow: 3px 3px 0px 0px rgba(194,144,165,1);
  box-shadow: 3px 3px 0px 0px rgba(194,144,165,1);
}
.popin-memory-btn.homerun-rejouer:hover, 
.popin-pitchabulaire-btn.homerun-rejouer:hover {
	background: #15358D;
  color: #fff;
}
.popin-memory-btn.homerun-retour:hover,
.popin-memory-btn.homerun-rejouer:hover, 
.popin-pitchabulaire-btn.homerun-rejouer:hover, 
.popin-pitchabulaire-btn.homerun-retour:hover {
  background: #15358D;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(14,39,81,1);
  -moz-box-shadow: 3px 3px 0px 0px rgba(14,39,81,1);
  box-shadow: 3px 3px 0px 0px rgba(14,39,81,1);
}
.popin-memory-btn.homerun-retour:active,
.popin-memory-btn.homerun-rejouer:active, 
.popin-pitchabulaire-btn.homerun-rejouer:active, 
.popin-pitchabulaire-btn.homerun-retour:active {
  background: #0E2751;
  -webkit-box-shadow: 3px 3px 0px 0px rgba(5,14,28,1);
  -moz-box-shadow: 3px 3px 0px 0px rgba(5,14,28,1);
  box-shadow: 3px 3px 0px 0px rgba(5,14,28,1);
}
.memory-rejouer, 
.pitchabulaire-rejouer {
	background: #439925;
	border: 3px solid #439925;
}
.homerun-classement, 
.memory-classement {
	background: #2d237c;
	border: 3px solid #2d237c;
}
.memory-retour {
	background: #c40909;
	border: 3px solid #c40909;
}
.dialog.popin-memory-gain .row {
	margin: 20px;
}
.dialog.popin-memory-gain .row div {
	text-align: center;
}
.dialog-content a {
	color: #000;
}
.dialog-content a:hover {
	color: #ff0d32;
}
#popin-help .dialog-content {
	width: 690px;
	height: 460px;
	margin: -230px 0 0 -345px;
}
#popin-drawview .dialog-content {
	width: 550px;
	height: 510px;
	margin: -255px 0 0 -275px;
}
#popin-memory-howtoplay h3 {
	font: normal 38px/42px 'Londrina', sans-serif;
	color: #ff0d32;
	margin: 10px 0 0 0;
	text-transform: uppercase;
}
#popin-memory-howtoplay h3 {
	font: bold 55px/60px 'Londrina', sans-serif;
	color: #fff;
	margin: 10px 0;
	text-transform: uppercase;
	text-align: center;
}
#popin-pitchabulaire-howtoplay h3 {
	font: bold 55px/60px 'Londrina', sans-serif;
	color: #1D3489;
	margin: 10px 0;
	text-transform: uppercase;
	text-align: center;
}
#popin-memory-howtoplay ul {
	list-style: none;
	text-align: left;
	padding: 0 10px 0 0;
	margin: 30px 0 50px 0;
}
#popin-memory-howtoplay ul li {
	text-transform: uppercase;
	color: #fff;
	font: normal 25px/30px 'Londrina Book', sans-serif;
	margin: 10px 0 10px 20px;
	list-style: disc;
}
#popin-memory-howtoplay p {
	text-align: right;
	text-transform: uppercase;
	color: #fff;
	font: bold 66px/60px 'Londrina', sans-serif;
	text-shadow: 0 2px 8px rgba(0,0,0,.25);
}
#popin-pitchabulaire-howtoplay p {
  text-transform: none;
  color: #1D3489;
  font: normal 1.8em/1.2em 'CirceRounded', sans-serif;
  margin: 30px 0;
}
#popin-pitchabulaire-howtoplay .text-right {
  text-align: right;
}
#popin-memory-howtoplay p.small {
	font-size: 18px;
	line-height: 20px;
}
#popin-rentree-howtoplay .popin-bg {
	height: 340px;
	background: url(../img/bg-popin-rentree-howtoplay.png) 20px 20px no-repeat;
}
#popin-memory-howtoplay .popin-bg {
	position: relative;
	padding: 30px 50px;
	min-height: 100%;
}
#popin-pitchabulaire-howtoplay .popin-bg {
	position: relative;
	padding: 30px 50px;
	min-height: 100%;
}
@media only screen and (max-width: 550px) {
	#popin-alert-mobile .dialog-content {
		max-width: 100%;
		margin-left: 0;
		left: 0;
		width: 100%;
		box-sizing: border-box;
	}
}
#popin-alert-mobile p {
	font: normal 26px/32px 'Londrina', sans-serif;
	text-transform: uppercase;
	color: #184c99;
	padding: 20px 40px;
	text-align: center;
}
#popin-alert-mobile p.icons {
	padding: 60px 40px 20px 40px;
	font-size: 40px;
	vertical-align: middle;
}
#popin-alert-mobile p.icons span {
	font-family: 'pitch-icons';
}
#popin-alert-mobile .bt-close {
	color: #184c99;
}
.dialog--open .dialog-content {
	pointer-events: auto;
}

.lt-ie10 .dialog {
	display: none;
	z-index: 0;
}
.lt-ie10 .dialog--open.dialog {
	display: block;
	z-index: 10000;
}
.lt-ie10 .dialog-overlay, .lt-ie10 .dialog--close .dialog-overlay {
	visibility: hidden;
}
.lt-ie10 .dialog--open .dialog-overlay {
	visibility: visible;
}
.lt-ie10 .dialog-content, .lt-ie10 .dialog--close .dialog-content {
	opacity: 0;
}
.lt-ie10 .dialog--open .dialog-content {
	opacity: 1;
}
.dialog.dialog--open .dialog-content,
.dialog.dialog--close .dialog-content {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-timing-function: linear;
	animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}
.dialog.dialog--open .dialog-content {
	-webkit-animation-name: anim-open;
	animation-name: anim-open;
}
.dialog.dialog--close .dialog-content {
	-webkit-animation-name: anim-close;
	animation-name: anim-close;
	-webkit-animation-duration: 0.3s;
	animation-duration: 0.3s;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out;
}
.dialog .bt-close {
	position: absolute;
  top: 5px;
  right: 5px;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: transparent;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 40px;
  color: #1D3489;
} 
#popin-memory-howtoplay.dialog .bt-close {
	top: 30px;
	right: 30px;
	display: block;
	width: 50px;
	height: 50px;
	line-height: 50px;
	font-size: 50px;
	color: #fff;
}
.dialog-content h3 {
	font: normal 38px/42px 'Londrina', sans-serif;
  text-transform: uppercase;
	color: #1D3489;
	margin: 30px 0 20px 0;
}
.dialog-content h3.small {
	font: normal 30px/34px 'Londrina', sans-serif;
}
.dialog-content p {
	margin: 5px 0;
	font: normal 18px/20px 'CirceRounded', sans-serif;
}
.dialog-content a.txt-link, #main.error a.txt-link {
	display: inline-block;
	font: normal 20px/25px 'CirceRounded', sans-serif;
	color: #000;
	margin: 10px 0 20px 0;
	text-decoration: none;
	border-bottom: 3px solid #000;
}
.dialog-content a.txt-link:hover, #main.error a.txt-link:hover {
	color: #ff0d32;
	border-bottom: 3px solid #ff0d32;
}
#main.error .wrapper {
	padding-bottom: 25%;
}
#main.error p {
	color: #005294;
	font: normal 20px/25px 'Londrina', sans-serif;
	margin: 40px 0;
}
#popin-help p {
	font: normal 18px/20px 'CirceRounded', sans-serif;
  color: #1D3489;
}
#popin-help ul {
	font: normal 18px/20px 'CirceRounded', sans-serif;
	margin: 10px auto;
	padding: 0;
	list-style: none;
	width: 85%;
  color: #1D3489;
}
#popin-help ul li {
	position: relative;
	text-align: left;
	margin: 5px 0;
	padding: 10px 0 10px 50px;
	height: 35px;
	line-height: 15px;
}
#popin-help ul li .icon-help {
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	vertical-align: middle;
	width: 40px;
	height: 50px;
	background: transparent url(../coloriage/common/assets/img/icons-help.png) no-repeat;
	background-size: 40px 250px;
}
#popin-help ul li .icon-help.icon-hand { background-position: 0 0; }
#popin-help ul li .icon-help.icon-pencil { background-position: 0 -50px; }
#popin-help ul li .icon-help.icon-brush { background-position: 0 -100px; }
#popin-help ul li .icon-help.icon-roller { background-position: 0 -150px; }
#popin-help ul li .icon-help.icon-eraser { background-position: 0 -200px; }

#popin-help .help-icon-resize, 
#popin-help .help-icon-rotate, 
#popin-help .help-icon-suppr {
	display: inline-block;
	width: 21px;
	height: 15px;
	vertical-align: middle;
}
#popin-help .help-icon-resize {
	background: url(../img/help.png) 0 0 no-repeat;
}
#popin-help .help-icon-rotate {
	background: url(../img/help.png) -21px 0 no-repeat;
}
#popin-help .help-icon-suppr {
	background: url(../img/help.png) -42px 0 no-repeat;
}
#popin-login .popin-bg {
	width: 100%;
	height: 100%;
	background: url(../img/bg-popin-login.png) 140px 10px no-repeat;
}
.popin-bg.center {
	text-align: center;
}
.draw {
	margin: 20px auto;
	text-align: center;
	white-space: nowrap;
	height: 470px;
}
.draw .helper,
.album-item .helper {
	display: inline-block;
	height: 100%;
	vertical-align: middle;
}
.draw img {
	vertical-align: middle;
	max-height: 470px;
	max-width: 500px;
}
#home-memory {
	width: 100%;
	height: 700px;
	background: url(../memory/img/memory/bg-home.jpg) center center no-repeat;
	background-size: cover;
}
#home-memory .buttons {
  position: absolute;
  top: 60%;
  right: 10%;
}
#home-memory .buttons a {
  display: block;
  text-align: center;
  margin: 5px 0;
}
body.pitchabulaire {
	background: #E0AC7A url('../pitchabulaire/assets/bg.svg') center / 100% auto repeat-y;
  height: auto;
  min-height: 760px;
}
#main.pitchabulaire {
	width: 100%;
  min-height: 480px;
  padding-top: 120px;
}
#home-pitchabulaire {
	width: 100%;
	height: 0;
  padding-bottom: 45.45%;
	background: url('../pitchabulaire/img/pitchabulaire/home.svg') center / cover no-repeat;
}
#home-pitchabulaire .buttons {
  position: absolute;
  left: 50%;
  width: auto;
  bottom: 10%;
  right: auto;
  transform: translateX(-50%);
  min-width: 250px;
}
#home-pitchabulaire .buttons a {
  display: block;
  text-align: center;
  margin: 5px 0;
  font-size: 1.8em;
}
#memory {
	width: 100%;
	height: 700px;
	background: url(../memory/img/memory/bg-memory.jpg) center center no-repeat;
	background-size: cover;
}
.logo-memory {
	position: absolute;
	top: 5%;
	left: 50%;
	margin-left: -260px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	width: 458px;
	height: 360px;
	background: url(../memory/img/memory/logo.png) center center no-repeat;
	background-size: 100% 100%
}
@media only screen and (max-width: 460px) {
  #main.pitchabulaire {
    min-height: 420px;
  }
  .popin-memory-btn, 
  .popin-pitchabulaire-btn {
    line-height: 30px;
    padding: 12px 30px;
  }
  #home-memory .buttons a, 
  #home-pitchabulaire .buttons a, 
  .popin-pitchabulaire-btn, 
  .popin-memory-btn,  {
    font-size: 1.5em;
  }
}
@media only screen and (min-width: 768px) {
  #home-memory .buttons, 
  #home-pitchabulaire .buttons {
    position: absolute;
    left: auto;
    width: auto;
    bottom: 5%;
    right: 10%;
    transform: translateX(0);
  }
  #home-pitchabulaire .buttons a, 
  .popin-pitchabulaire-btn, 
  .popin-memory-btn {
    font-size: 2.4em;
  }
}
@media only screen and (min-width: 1024px) {
	#home-memory {
    background: url(../memory/img/memory/bg-home-big.jpg) center center no-repeat;
    background-size: cover;
	}
  #home-memory .buttons {
    right: 20%;
  }
}
@media only screen and (min-width: 1680px) {
	#home-memory {
		height: 800px;
	}
}

@media only screen and (max-width: 800px) { 
	#popin-memory-howtoplay .dialog-content, 
	#popin-memory-gain .dialog-content, 
	#popin-memory-perdu .dialog-content, 
  #popin-pitchabulaire-howtoplay .dialog-content {
		width: 90%;
		height: auto;
		margin: 0;
		left: 5%;
		right: 5%;
		top: 88px;
		bottom: 0;
	}
	#popin-memory-howtoplay .popin-bg, 
	#popin-memory-gain .popin-bg, 
	#popin-memory-perdu .popin-bg,
  #popin-pitchabulaire-howtoplay .popin-bg {
		position: absolute;
		padding: 20px 30px;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
		box-sizing: border-box;
	}
	#popin-memory-gain .row, 
	#popin-memory-perdu .row  {
		/*
		position: absolute;
		left: 0;
		bottom: 0;
		*/
		width: 100%;
		margin: 20px 0;
	}
	#popin-memory-perdu h3, 
	#popin-memory-gain h3 {
		font: bold 48px/50px 'Londrina', sans-serif;
		margin-top: 0;
	}
	#popin-memory-gain h3 span {
		font: bold 75px/78px 'Londrina', sans-serif;
	}
  #popin-pitchabulaire-howtoplay h3 {
    font: bold 45px/50px 'Londrina', sans-serif;
  }
  #popin-pitchabulaire-howtoplay p {
    font: normal 1.4em/1.2em 'CirceRounded', sans-serif;
  }
}
@media only screen and (max-width: 680px) {
	
	#popin-help .dialog-content {
		width: 100%;
		margin: -160px 0 0 0;
		left: 0;
		right: 0;
		box-sizing: border-box;
	}
	#dessin {
		padding: 20px 0;
	}
	#bt-backdessin {
		top: 20px;
	}
}
@media only screen and (max-width: 400px) {
	#popin-pitchabulaire-howtoplay .popin-bg {
		padding: 20px 10px;
	}
  #popin-pitchabulaire-howtoplay h3 {
    font: bold 40px/50px 'Londrina', sans-serif;
  }
  #popin-pitchabulaire-howtoplay p {
    font: normal 1.25em/1.2em 'CirceRounded', sans-serif;
  }
}
@media only screen and (max-width: 321px) {
	#popin-rentree21-perdu h3, #popin-rentree21-already h3, #popin-rentree21-gain-sportyear h3 {
		font: bold 22px/25px 'Grandstander', sans-serif;
    	margin-top: 140px;
	}
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {

}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}


/* Generated with Bounce.js. Edit at http://goo.gl/6iLZu5 */
@-webkit-keyframes anim-open {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@keyframes anim-open {
	0% { opacity: 0; -webkit-transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.7, 0, 0, 0, 0, 0.7, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	2.083333% { -webkit-transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.75266, 0, 0, 0, 0, 0.76342, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	4.166667% { -webkit-transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.81071, 0, 0, 0, 0, 0.84545, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	6.25% { -webkit-transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.86808, 0, 0, 0, 0, 0.9286, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	8.333333% { -webkit-transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.92038, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	10.416667% { -webkit-transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.96482, 0, 0, 0, 0, 1.05202, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	12.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.08204, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	14.583333% { -webkit-transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02563, 0, 0, 0, 0, 1.09149, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	16.666667% { -webkit-transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04227, 0, 0, 0, 0, 1.08453, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	18.75% { -webkit-transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05102, 0, 0, 0, 0, 1.06666, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	20.833333% { -webkit-transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05334, 0, 0, 0, 0, 1.04355, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	22.916667% { -webkit-transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.05078, 0, 0, 0, 0, 1.02012, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	25% { -webkit-transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.04487, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	27.083333% { -webkit-transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.03699, 0, 0, 0, 0, 0.98534, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	29.166667% { -webkit-transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.02831, 0, 0, 0, 0, 0.97688, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	31.25% { -webkit-transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01973, 0, 0, 0, 0, 0.97422, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	33.333333% { -webkit-transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.01191, 0, 0, 0, 0, 0.97618, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	35.416667% { -webkit-transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00526, 0, 0, 0, 0, 0.98122, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	37.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.98773, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	39.583333% { -webkit-transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99617, 0, 0, 0, 0, 0.99433, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	41.666667% { -webkit-transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99368, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	43.75% { -webkit-transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99237, 0, 0, 0, 0, 1.00413, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	45.833333% { -webkit-transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99202, 0, 0, 0, 0, 1.00651, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	47.916667% { -webkit-transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99241, 0, 0, 0, 0, 1.00726, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	50% { opacity: 1; -webkit-transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99329, 0, 0, 0, 0, 1.00671, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	52.083333% { -webkit-transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99447, 0, 0, 0, 0, 1.00529, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	54.166667% { -webkit-transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99577, 0, 0, 0, 0, 1.00346, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	56.25% { -webkit-transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99705, 0, 0, 0, 0, 1.0016, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	58.333333% { -webkit-transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99822, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	60.416667% { -webkit-transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99921, 0, 0, 0, 0, 0.99884, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	62.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 0.99816, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	64.583333% { -webkit-transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00057, 0, 0, 0, 0, 0.99795, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	66.666667% { -webkit-transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00095, 0, 0, 0, 0, 0.99811, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	68.75% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99851, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	70.833333% { -webkit-transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00119, 0, 0, 0, 0, 0.99903, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	72.916667% { -webkit-transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00114, 0, 0, 0, 0, 0.99955, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	75% { -webkit-transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.001, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	77.083333% { -webkit-transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00083, 0, 0, 0, 0, 1.00033, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	79.166667% { -webkit-transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00063, 0, 0, 0, 0, 1.00052, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	81.25% { -webkit-transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00044, 0, 0, 0, 0, 1.00058, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	83.333333% { -webkit-transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00027, 0, 0, 0, 0, 1.00053, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	85.416667% { -webkit-transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1.00012, 0, 0, 0, 0, 1.00042, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	87.5% { -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1.00027, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	89.583333% { -webkit-transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99991, 0, 0, 0, 0, 1.00013, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	91.666667% { -webkit-transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99986, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	93.75% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99991, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	95.833333% { -webkit-transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99982, 0, 0, 0, 0, 0.99985, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	97.916667% { -webkit-transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(0.99983, 0, 0, 0, 0, 0.99984, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
	100% { opacity: 1; -webkit-transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1); }
}

@-webkit-keyframes anim-close {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.66, 0.66, 1); }
}

@keyframes anim-close {
	0% { opacity: 1; }
	100% { opacity: 0; -webkit-transform: scale3d(0.66, 0.66, 1); transform: scale3d(0.66, 0.66, 1); }
}

@-webkit-keyframes tilt {
	16.65% {
		-webkit-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	33.3% {
		-webkit-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	49.95% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	66.6% {
		-webkit-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	83.25% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
	}
}

@keyframes tilt {
	16.65% {
		-webkit-transform: rotate(-12deg);
		-ms-transform: rotate(-12deg);
		transform: rotate(-12deg);
	}
	33.3% {
		-webkit-transform: rotate(12deg);
		-ms-transform: rotate(12deg);
		transform: rotate(12deg);
	}
	49.95% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg);
	}
	66.6% {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}
	83.25% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg);
	}
	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
	}
}

@-webkit-keyframes tilt2 {
	16.65% {
		-webkit-transform: rotate(-57deg);
		transform: rotate(-57deg);
	}
	33.3% {
		-webkit-transform: rotate(-38deg);
		transform: rotate(-38deg);
	}
	49.95% {
		-webkit-transform: rotate(-55deg);
		transform: rotate(-55deg);
	}
	66.6% {
		-webkit-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}
	83.25% {
		-webkit-transform: rotate(-50deg);
		transform: rotate(-50deg);
	}
	100% {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@keyframes tilt2 {
	16.65% {
		-webkit-transform: rotate(-57deg);
		-ms-transform: rotate(-57deg);
		transform: rotate(-57deg);
	}
	33.3% {
		-webkit-transform: rotate(-38deg);
		-ms-transform: rotate(-38deg);
		transform: rotate(-38deg);
	}
	49.95% {
		-webkit-transform: rotate(-55deg);
		-ms-transform: rotate(-55deg);
		transform: rotate(-55deg);
	}
	66.6% {
		-webkit-transform: rotate(-40deg);
		-ms-transform: rotate(-40deg);
		transform: rotate(-40deg);
	}
	83.25% {
		-webkit-transform: rotate(-50deg);
		-ms-transform: rotate(-50deg);
		transform: rotate(-50deg);
	}
	100% {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
}

@-ms-viewport {
  width: device-width;
}
.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
  display: none !important;
}
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}
@media (max-width: 767px) {
  .visible-xs {
    display: block !important;
  }
  table.visible-xs {
    display: table;
  }
  tr.visible-xs {
    display: table-row !important;
  }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important;
  }
}
@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm {
    display: block !important;
  }
  table.visible-sm {
    display: table;
  }
  tr.visible-sm {
    display: table-row !important;
  }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-block {
    display: block !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline {
    display: inline !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md {
    display: block !important;
  }
  table.visible-md {
    display: table;
  }
  tr.visible-md {
    display: table-row !important;
  }
  th.visible-md,
  td.visible-md {
    display: table-cell !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-block {
    display: block !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline {
    display: inline !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .visible-md-inline-block {
    display: inline-block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg {
    display: block !important;
  }
  table.visible-lg {
    display: table;
  }
  tr.visible-lg {
    display: table-row !important;
  }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-block {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline {
    display: inline !important;
  }
}
@media (min-width: 1200px) {
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hidden-sm {
    display: none !important;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hidden-md {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-lg {
    display: none !important;
  }
}
.visible-print {
  display: none !important;
}
@media print {
  .visible-print {
    display: block !important;
  }
  table.visible-print {
    display: table;
  }
  tr.visible-print {
    display: table-row !important;
  }
  th.visible-print,
  td.visible-print {
    display: table-cell !important;
  }
}
.visible-print-block {
  display: none !important;
}
@media print {
  .visible-print-block {
    display: block !important;
  }
}
.visible-print-inline {
  display: none !important;
}
@media print {
  .visible-print-inline {
    display: inline !important;
  }
}
.visible-print-inline-block {
  display: none !important;
}
@media print {
  .visible-print-inline-block {
    display: inline-block !important;
  }
}
@media print {
  .hidden-print {
    display: none !important;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col, .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.container-fluid:after,
.row:after {
  clear: both;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.row *,
.row *:before,
.row *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}