@clr: #F53613;
.clr {
	color: #F53613;
}
.fnt20 {
	font-size: 20px;
	line-height: 20px;
}
.fnt30 {
	font-size: 30px;
	line-height: 35px;
}
.fnt40 {
	font-size: 40px;
	line-height: 45px;
}
.fnt50 {
	font-size: 50px;
	line-height: 55px;
}
.fnt60 {
	font-size: 60px;
	line-height: 65px;
}
.fnt70 {
	font-size: 70px;
	line-height: 75px;
}
.fnt100 {
	font-size: 100px;
	line-height: 120px;
}
.pa {position: absolute;}
.tu {text-transform: uppercase;}
.sc {font-variant: small-caps;}
.tc {text-align: center;}
.tr {text-align: right;}
.w350 {
	width: 350px;
}
.w400{
	width: 400px;
}
.w450 {
	width: 450px;
}
.w500 {
	width: 500px;
}
.w550 {
	width: 550px;
}
.w600 {
	width: 600px;
}
.w700 {
	width: 700px;
}

/* MARGIN TOP */
.mt10 {margin-top: 10px;}
.mt20 {margin-top: 20px;}
.mt30 {margin-top: 30px;}
.mt40 {margin-top: 40px;}
.mt50 {margin-top: 50px;}
.mt60 {margin-top: 60px;}
.mt70 {margin-top: 70px;}
.mt80 {margin-top: 80px;}
.mt90 {margin-top: 90px;}
.mt100 {margin-top: 100px;}
.mt110 {margin-top: 110px;}
.mt120 {margin-top: 120px;}
.mt130 {margin-top: 130px;}
.mt140 {margin-top: 140px;}
.mt150 {margin-top: 150px;}
.mt160 {margin-top: 160px;}
.mt170 {margin-top: 170px;}
.mt180 {margin-top: 180px;}
.mt190 {margin-top: 190px;}
.mt200 {margin-top: 200px;}
.mt210 {margin-top: 210px;}
.mt220 {margin-top: 220px;}
.mt230 {margin-top: 230px;}
.mt240 {margin-top: 240px;}
.mt250 {margin-top: 250px;}


table {
	td {
		vertical-align: top;
	}
}


.fill {
	background: #09f;
	padding: 30px;
}
.box {
	padding: 30px;
	display: inline-block;
	background: @clr;
}
h1 {
	font-family: CirceRegular;
	font-size: 100px;
	color: #fff;
}

#likes {
	position: fixed;
	width: 146px;
	top: 0px;
	right: 10px;
	padding: 5px;
	z-index: 9999999;
}

a {
	color: inherit;
	cursor: pointer;
}
.black {
	color: #000;
}
h2 {
	display: inline-block;
	color: @clr;
	font-family: CirceRegular;
	font-size: 46px;
	line-height: 46px;
	margin-bottom: 20px;
}
.border6 {
	border: 6px solid @clr;
	padding: 10px;
	display: inline-block;
	width: auto;
}
p {
	font-family: CharterOSCRegular;
	font-size: 18px;
	line-height: 23px;
	width: 450px
}
.bb {
	font-size: 30px;
	border: none;
	border-bottom: 2px solid @clr;
	background: none;
}
.bb:focus {
	outline: none;
}
.impress-not-supported .arrow {
	display: none;
}
.arrow {
	position: fixed;
	top: 0;
	width: 5%;
	height: 100%;
	cursor: pointer;
	z-index: 9999998;
	color: #000;
	text-align: center;
}

.button {
	display: inline-block;
	background: @clr;
	border-radius: 8px;
	color: #fff;
	font-family: CirceRegular;
	font-size: 24px;
	line-height: 24px;
	padding: 10px 15px;
	text-decoration: none;
	-webkit-transition: all 0.3s ease-out;  /* Saf3.2+, Chrome */
	     -moz-transition: all 0.3s ease-out;  /* FF4+ */
	       -o-transition: all 0.3s ease-out;  /* Opera 10.5+ */
	          transition: all 0.3s ease-out;
}
.button:hover {
	-webkit-transform: scale(1.15); 
	   -moz-transform: scale(1.15); 
	    -ms-transform: scale(1.15); 
	     -o-transform: scale(1.15); 
	        transform: scale(1.15);
}

.arrow:hover {
	background-color: rgba(255,0,0, 0.1);
}
.prev {
	left: 0;
	background: url(../images/arrow_L.png) no-repeat center center;
}
.next {
	right: 0;
	background: url(../images/arrow_R.png) no-repeat center center;
}