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

 ::-moz-selection {
 	color: #fff;
  	background: #f42a2a;
}

 ::selection {
 	color: #fff;
  	background: #f42a2a;
}
::-moz-selection {
	color: #fff;
  	background: #f42a2a;
}

a {
  border-bottom: 1px dashed;
}

a:hover,
a:focus {
  border-bottom: 1px solid;
  text-decoration: none;
  opacity: 0.8;
}

a, a:hover {
	color: #389DDD;
}

body {
	font-family: "ProximaNova-Regular";
	color: #DEDEDE;
	font-size: 18px;
	background-image: url("../img/background_image.jpg");
	background-color: black;
	background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: top center;
  display: -webkit-box;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;      /* TWEENER - IE 10 */
  display: -webkit-flex;     /* NEW - Chrome */
  display: flex;             /* NEW, Spec - Opera 12.1, Firefox 20+ */
  min-height: 100vh;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

body.texture {
  background-image: url("../img/dark_wall.png");
  background-repeat: repeat;
}

.site-content {
  -webkit-box-flex: 1;      /* OLD - iOS 6-, Safari 3.1-6 */         /* OLD - Firefox 19- */
  -webkit-flex: 1;          /* Chrome */
  -ms-flex: 1;              /* IE 10 */
  flex: 1;                  /* NEW, Spec - Opera 12.1, Firefox 20+ */
}

@media(max-width:767px) {
	body {
		background-image: url("../img/background_image_mobile.jpg");
		background-color: black;
		background-repeat: no-repeat;
	    background-attachment: scroll;
	    background-position: top center;
	}
}

h4 {
  font-size: 24px;
}

h5 {
  font-size: 20px;
  font-weight: bolder;
}

.uppercase {
  text-transform: uppercase;
}

.lead {
  text-transform: none;
  text-align: center;
  margin: 200px 0;
}

/* Header */

.header {
	height: 70px;
	font-size: 14px;
}

.header .top-buttons {
	text-align: right;
}

.header .top-buttons .header-button {
	margin: 0 20px;
  text-transform: uppercase;
}

.header .header-button {
	line-height: 70px;
	text-align: center;
}

.header #details-button a {
	color: #fff;
}

.header #registration-button a {
	color: #389DDD;
}

.logo{
	padding-top: 14px;
}

.header .like-button {
	line-height: 19px !important;
  margin-left: 0 !important;
}

.sharee-button {
  position: relative;
  top: -1px;
}

.twitter-follow-button { min-width: 80px !important; width: auto !important;}
.follow-button {
  position: absolute;
  top: 25px;
  margin-left: -100px !important;
}

/* Headline */

.headline {
	height: 360px;
}

@media(max-width:767px) {
	.headline {
	height: 50px;
	}
}

.headline h1 {
	font-family: 'proxima-nova-black';
	font-size: 133px;
	color: #f42a2a;
	text-align: center;
	text-transform: uppercase;
	line-height: 38px;
	padding-top: 40px;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}


.headline h1 span {
	font-size: 31px;
	color: #fff;
	letter-spacing: 7px;
}

@media(max-width:992px) {
	.headline h1 {
		font-size: 100px;
		line-height: 34px;
	}
	.headline h1 span {
		font-size: 27px;
		color: #fff;
		letter-spacing: 4px;
	}
}

@media(max-width:767px) {
	.headline h1 {
		font-size: 55px;
		line-height: 27px;
	}
	.headline h1 span {
		font-size: 20px;
		color: #fff;
		letter-spacing: 4px;
	}
}

.subtitle {
  margin-bottom: 20px;
  padding-top: 35px;
}

.subtitle h2 {
	text-align: center;
	color: #aea68f;
	font-family: "ProximaNova-Bold";
}

.subtitle h2 span {
	color: #e2dfd2;
}

h2 {
  margin: 0;
  padding-bottom: 10px;
  font-family: 'NovaBold', Tahoma, sans-serif;
  font-weight: normal;
  text-align: center;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
  color: #F4292A;
}

img {
  max-width: 100%;
}

strong {
  color: white;
}

/* Main Info */

.main-info {
	height: 335px;
	font-size: 20px;
	color: #e2dfd2;
	line-height: 18px;
}


.main-info-left {
	text-align: left;
	text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.main-info-right {
	text-align: right;
}

.my-text-shadow {
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
}

.btn-pridaj {
  border-radius: 0;
}

.btn-danger {
  background-color: #F42A2A;
  margin: 5px 0;
}

.main-info .big-info {
	height: 200px;
	font-size: 42px;
	color: #aea68f;
	font-family: 'proxima-nova-black';
	line-height: 31px;
}

.summary {
  text-align: center;
}

.red-star {
  padding: 0 5px;
  color: #f42a2a;
  vertical-align: sub;
}

.red-text {
	color: #f42a2a;
}

legend {
  color: #fff;
  padding-top: 10px;
}

span.error {
  color: red;
  font-size: 14px;
}

input[type=radio] {
  margin-right: 5px;
}

label {
  font-weight: normal;
}

.radiolabel {
  margin-right: 10px;
  display: inline;
}

.na-fakturu {
  display: none;
}

.blue-text {
	color: #389DDD;
	text-transform: uppercase;
}

.main-info .red-text a {
	color: #389DDD;
}

#rebel-counter {
	padding-left: 50px;
}

#info-left-3 {
	padding-left: 37px;
}

#info-right-1 {
	padding-right: 20px;
}



#info-right-3 {
	padding-right: 47px;
}

@media(max-width:767px) {
	.main-info-right {
		text-align: center;
		padding-top: 120px;
	}
	#info-right-1 {
		padding-right: 0px;
	}
	#info-right-3 {
		padding-right: 0px;
	}
	.main-info .big-info {
	line-height: 40px;
	}
}

/* Fucking Button */

.fucking-button {
	height: 120px;
	opacity: 0.5;
}

/* Video & Photo */

h3 {
	color: #F4292A;
	padding-bottom: 8px;
	line-height: 25px;
	text-align: center;
  font-size: 34px;
}

@media(max-width:767px) {
	h3 {
		font-size: 20px;
	}
}

.heading-registration h3 {
	margin-top: 72px;
}

.heading-video h3, .heading-photos h3, .heading-registration h3 {
	margin-bottom: 14px;
}

.videobox {
	margin-bottom: 30px;
	height: 100%;
}

.videobox a {
	font-family: "ProximaNova-Regular";
	font-size: 14px;
	text-transform: none;
	color: #aea68f;
}

.video-text h4, .details-text h4 {
	color: #389DDD;
}

.video-text p, .details-text p {
	font-family: "ProximaNova-Regular";
	font-size: 20px;
	text-transform: none;
	color: #e2dfd2;
	line-height: 130%;
  text-align: justify;
}

.details-text p strong, .video-text p strong  {
	font-family: "ProximaNova-Bold";
	font-weight: normal;
}

.details-text p em, .video-text p em  {
	font-family: "ProximaNova-Regular";
	font-weight: normal;
	font-style: italic;
}

.details-text ul {
	padding-left: 14px;
	list-style-type: square;
}

.video {
	margin-bottom: 0px;
}

.details-video {
	margin-bottom:  50px;
}

@media(max-width:992px) {
	.video {
		margin-bottom: 20px;
	}
}

.centered-image img {
  display: block;
  margin: 0 auto;
}

/*
@media(min-width:992px) {
	.videobox img, .photobox img {
		width: 213px;
		height: 213px;
	}
}
@media(min-width:1200px) {
	.videobox img, .photobox img {
		width: 165px;
		height: 165px;
	}
}*/

/* More Info */

.registration {
  margin-top: 50px;
}

.registration .more-info p {
	font-family: "ProximaNova-Regular";
	font-size: 14px;
	text-transform: none;
	line-height: 155%;
	color: #A8A8A8;
}

@media(max-width:767px) {
	.registration .more-info p  {
		color: #DBDBDB;
	}
}

@media(max-width:767px) {
	.btn {
		width: 100%;
		margin-top: 10px;
	}
}

.big-logo {
  height: 80px;
  border-bottom: none;
}

.big-logo:hover,
.big-logo:focus {
  border-bottom: none;
}

.registration-logo {
	height: 400px; /* Change logo position */
	background: url("../img/logo_rebel2.svg") no-repeat center center;
	background-repeat: no-repeat;
    background-position: center center;
}

.registration-form h3 {
	background: none;
}

.registration-form {
	font-family: "ProximaNova-Regular";
	color: #A8A8A8;
	text-transform: none;
	font-size: 14px;
	padding-top: 5px;
	margin-top: 50px;
	text-align: left;
}

.form-inline .radio, .form-inline .checkbox {
	margin-bottom: 5px;
}

.form-inline .radio, .form-inline .checkbox a {
	color: #fff;
}

.registration-form .form-inline .form-control {
	background-color: #000;
	width: 100%;
	border: 1px solid #888;
	margin-bottom: 10px;
	font-family: "ProximaNova-Regular";
	color: #A8A8A8;
}

.registration-form .form-inline #first-name {
}

.form-group {
	width: 100%;
}

#invoice {
	display: block;
}

.submit-button {
	text-align: center;
  margin: 10px 0px 20px 0px !important;
}

/* Partners */

.heading-partners h3 {
  padding-bottom: 0;
  margin-bottom: 0;
  font-size: 26px;
  color: #389DDD;
  margin-top: 60px;
}

.partners {
  margin-bottom: 10px;
  margin-top: 20px;
}

.partners img {
  max-height: 40px;
  margin-top: 10px;
}

.partners div {
	text-align: center;
	line-height: 87px;
}

/* Footer */
.footer {
	margin-bottom: 0px;
}

.footer-text {
  margin-bottom: 30px;
}

.footer-text p {
	text-align: right;
	font-family: "ProximaNova-Regular";
	font-size: 10px;
	color: #616161;
	text-transform: none;
}

.footer-container {
  background-color: #000;
  padding-top: 10px;
}




ul{
	font-family: "ProximaNova-Regular";
	list-style: none;
	font-size: 15px;
	padding: 0px;
	margin: 0px;
}


/*li{
border-bottom: 1px solid #6B6B6B;
padding: 0px;
margin: 0px;
text-align: center;
height: 52px;
line-height: 52px;
}*/

.whole {
	padding-top: 7px;
}

.type{
	width: 100%;
	border-radius: 5px 5px 0px 0px;
	background-color: #f42a2a;
	border-bottom: 3px solid #B50707;

}

.type p{
	font-size: 18px;
	text-transform: uppercase;
	color: white;
	text-align: center;
	padding-top: 15px;
}

/*
.plan {
	width: 100%;
	background-color: #414141;
	border-radius: 0px 0px 5px 5px;
    font-style:condensed;
    font-size: 52px;
    color: white;
    text-align: center;
}

@media(max-width:992px) {
	.plan {
		font-size: 40px;
	}
}

.standard{
	background-color: #1abc9c;
	border-bottom: 3px solid #18937b;
}

.ultimate{
	background-color: #5d6a9a;
	border-bottom: 3px solid #474f6f;
}

.pricing-header{
	border-bottom: 1px solid #6B6B6B;
}

.pricing-header span{
	font-size: 32px;
}

.month{
	font-size: 14px;
	color: #575757;
	padding: 0px;
	margin: -10px;
}

.price {
  font-size: 15px;
  background-color: #3D3D3D;
}

.price a {
  color: #fff;
  font-size: 15px;
  line-height: 50px;
} */

.bottom a {
  color: white;
}

.content {
  margin-top: 5em;
}

.login_c{
  width:100%;
  background-color:#2b2937;
  height:300px;
  margin: 0 auto;
  margin-top:40px;
  border-radius:5px;

}

.login_c input{
  width: 350px;
height: 40px;
  border: 1px solid #494a5a;
  margin-bottom:20px;
  border-radius:5px;
  padding-left: 10px;

}


.login{
  background-color: #BC4B1A;
	border-bottom: 3px solid #7C3618;
  width:100%;

}

.top{
  margin-top:35px;
}

.nodisplay{
  opacity: 0.1;
}

.selected{
  background-color:#1F1B36;
  margin:0px;
  padding:0px;
}

#limit-people {
	position: absolute;
	bottom: -25px;
	right: -25px;
	height: 80px;
	width: 80px;
	background-color: #166191;
	text-align: center;
	border-radius: 40px;
	padding-top: 19px;
	font-family: "ProximaNova-Regular";
	font-size: 13px;
	border: 3px solid #3684B6;
}

.contest-desc {
  font-family: "ProximaNova-Regular";
  font-size: 12px;
  text-align: center;
  margin-top: 30px;
  color: #939393;
}


.money-back {
	font-family: "ProximaNova-Regular";
	font-size: 12px;
	text-align: center;
	color: #939393;
  margin-top: -5px;
}

/* Technology */
.heading-technology {
	margin-bottom: 20px;
}

@media(min-width:992px) {
	.technology:nth-child(-n+3){
	    margin-bottom: 30px;
	}
}

.technology h4 {
	color: #e2dfd2;
}

.technology p {
	font-family: "ProximaNova-Regular";
	font-size: 16px;
	text-transform: none;
	color: #F7F7F7;
	line-height: 130%;
}

.technology-icon {
	padding-top: 10px;
}

.technology-icon img {
	width: 50px;
	height: 50px;
}

@media(max-width:992px) {
	.technology-icon img {
	width: 30px;
	height: 30px;
	}
}

@media(min-width:992px) {
	.technology-icon img {
	width: 40px;
	height: 40px;
	}
}

@media(min-width:1200px) {
	.technology-icon img {
	width: 50px;
	height: 50px;
	}
}


.footer-text .faq {
	text-align: left !important;
}


/* centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}


/* Pricing table */

.f-right{
  float: right;
}
.f-left{
  float: left;
}
.f-clear{
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
}

.price-table{
  position:relative;
}
.p-table-position {
  position:absolute;
  left: 390px;
  top: -25px;
  width:395px;
  border-left:1px solid #d4d7d9;
  border-right:1px solid #d4d7d9;
  background-color: #fff;

}
.top-tooltip{
  background-color: #26c07d;
  font-size: 12px;
  font-weight: 400px;
  margin:-87px auto 68px;
  padding: 6px;
  color:#fff;
  width:80px;
}

.small-boxes {
  width: 33.33%;
  padding-top: 72px;
  padding-bottom: 68px;
  text-transform: uppercase;
  text-align: center;
  background-image: url(../img/concrete_wall.png);
  background-color: #F7F7F7;
  box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}
.best-value{
  padding: 87px 0 72px !important;
  background-color: white;
  position: relative;
  top: -16px;
}

@media(max-width:767px) {
  .small-boxes {
    width: 60%%;
    margin-left: 20%;
    margin-bottom: 15px;
  }

  .best-value {
    top: 0;
  }
}

@media(max-width:520px) {
  .small-boxes {
    width: 90%%;
    margin-left: 5%;
  }
}

.plan {
  color: #79a5b3;
  line-height:30px;
  border: none !important;
}
.plan-cost {
  font-size:60px !important;
  color:#777 !important;
  line-height:90px !important;
  border: none !important;
}
.plan-duration {
  line-height: 30px !important;
  margin-bottom:35px;
  border: none !important;
}
.plan-button {
  border: none !important;
  margin-top: 30px;
}
.plan-constraint {
  border: none !important;
  color: #EC4F4F !important;
}
.plan-button-big {
  border: none !important;
  margin-top: 45px;
}
.price-table ul li {
  color: #000;
  font-size: 18px;
  border-bottom: #f2f4f5 1px solid;
  border-top: #f2f4f5 1px solid;
  line-height: 47px;
}
.price-table ul li.plan {
  font-size: 30px;
}
.price-table ul li a{
  background-color:#FFF;
  border: #d4d7d9 1px solid;
  padding: 15px 30px;
  font-size: 20px;
  color:#27b0d8;
  font-weight:400;
  text-decoration:none;
  border-radius: 4px;
}
.price-table ul li a:hover{
  background-color:#44bbdd;
  border: #44bbdd 1px solid;
  color:#fff;
}
.price-table ul li a.big{
  background-color:#ec4f4f;
  border: #ec4f4f 1px solid;
  padding: 15px 30px;
  font-size: 24px;
  color:#fff;
  font-weight:400;
  text-decoration:none;
  border-radius: 4px;
}
.price-table ul li a.big:hover{
  background-color:#293340;
  border: #293340 1px solid;
  color:#fff;
}

.plan-detail{
  color: black;
  text-decoration: underline;
}

.card-logos {
  float: right;
}

.card-logo {
   height: 25px;
}

.shares {
  padding-top: 30px;
}

.shares img {
  max-height: 40px;
  padding: 0 5px;
}

.shares a:hover {
  opacity: 0.8;
}

.green-color {
  color: #389DDD;
}

.red-color {
  color: red;
}

.invis {
  display: none;
}

.leftone {
  padding-bottom: 66px;
}

.flash-msg {
  background: #F42A2A;
  text-align: center;
  padding: 10px;
  margin-top: 44px;
  display: none;
  position: absolute;
  width: 100%;
}

.annoying-msg {
  background: #000;
  text-align: center;
  padding: 10px;
  margin-top: -1px;
  width: 100%;
  position: relative;
  z-index: 100;
  text-transform: initial;
}

.annoying-msg a {
  color: #F42A2A;
  text-decoration: none;
}

.annoying-msg a:hover {
  text-decoration: none;
}

.below-flash-msg {
  margin-top: 50px;
}

.thumbnails img {
  max-width: 100%;
}

.thumbnails > div {
  margin-bottom: 20px;
}

.popover-title {
  color: black;
 }

.popover-content {
  color: black;
  text-transform: none;
}

p.socials {
  text-align: center;
}

.socials img {
  max-width: 30px;
}

.socials a:hover {
  opacity: 0.5;
}

.faq-block-top {
  margin-top: 30px;
}

.faq-block-bottom {
  margin-bottom: 60px;
}

.faq-block h2 {
  text-align: center;
}

.faq-block h3 {
  text-align: left;
  font-size: 24px;
  border-bottom: 1px solid #43413A;
  cursor: pointer;
}

.faq-block p {
  text-transform: none;
}

.faq-block .small {
  text-align: right;
  font-size: 13px;
}

#contest-question {
  font-weight: bold;
  font-size: x-large;
}

#contest-form {
  margin-top: 40px;
}

.contest {
  font-weight: bold;
  font-family: "ProximaNova-Bold";
  color: white;
}

#tos {
  margin-top: 10px;
}

.countdown-wrapper {
  margin-bottom: 30px;
}

.countdown-heading {
  font-size: 18px;
  margin-bottom: 0;
  padding-bottom: 0;
}

.is-countdown {
  border: none !important;
  background: transparent !important;
}

.margin-info-right-1 {
	margin-right: 78px;
	margin-bottom: 8px;
}

.margin-registraion2-button {
	margin-right: 20px;
	margin-top: -10px;
}

.info-right-margin {
  margin-right: 60px;
}

.padding-top {
  padding-top: 20px;
}

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

.webrebel-2-body {
  background: #000 url('../img/background.jpg') 50% -20px no-repeat;
}

.acredited {
  text-align: center;
  margin-top: 40px;
}

.acredited .description {
  margin-top: 10px;
}





.blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;

  margin-top: 1em;
}

.blocks-link {
  position: relative;
  display: block;
  border-bottom: none;
}

.blocks-link:hover,
.blocks-link:focus {
  border-bottom: none;
  opacity: 1;
}

.blocks-bg {
  position: relative;
  z-index: -1;
  opacity: 0.3;
  -webkit-transition: opacity 250ms ease-in;
          transition: opacity 250ms ease-in;
}

.blocks-logo {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 50%;
  height: auto;
}

.blocks-item a.active {
  outline: 10px solid #AEA68F;
}

.blocks-item a.active::after {
  content: '';
  position: absolute;
  width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #AEA68F;
  left: 50%;
  bottom: -30px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.blocks-item a.active .blocks-bg {
  opacity: 1;
}

.blocks-item a:hover .blocks-bg,
.blocks-item a:focus .blocks-bg {
  opacity: 1;
}

#php-text,
#laravel-text {
  display: none;
}

.sidebar {
  background: #F8F8F8;
  color: #1E1E1E;
  padding: 1.5em;
}

.sidebar-dark {
  background: #111;
  color: #DEDEDE;
  border: 1px dashed #444;
}

.sidebar-dark .price {
  color: white;
}

.sidebar h4 {
  margin-top: 0;
  text-align: center;
  font-weight: bolder;
  margin-bottom: 0.7em;
}

.sidebar .glyphicon {
  top: 3px;
  display: block;
  float: left;
}

.sidetext {
  padding-left: 1.5em;
  padding-bottom: 0.4em;
  display: block;
}

.price {
  display: block;
  text-align: center;
  font-weight: bolder;
  font-size: 1.3em;
  padding-top: 0.5em;
  color: #474747;
}

.vat {
  font-size: 0.7em;
}

.course-text {
  margin-top: 4em;
}

h3.content-heading {
  text-align: left;
  margin-top: 0;
}

h4.content-heading {
  text-align: left;
  margin-top: 1em;
  font-weight: bolder;
}

.feature-block {
  margin: 2em 0;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

.feature {
  line-height: 1;
  margin-right: 15px;
}

.feature:last-child {
  margin-right: 0;
}

.feature-text {
  font-size: 1.2em;
  position: relative;
  top: 3px;
}

@media(max-width:767px) {
  .feature-block {
    justify-content: flex-start;
    flex-wrap: wrap;
  }

  .feature {
    flex-basis: 100%;
    padding-bottom: 0.4em;
  }
}

.button {
  color: white;
  border: 2px solid transparent;
  background: #F4292A;
  padding: 0.8em 1.5em;
  -webkit-transition: all 150ms ease-in;
          transition: all 150ms ease-in;
}

.button:hover,
.button:focus {
  border: 2px solid #F4292A;
  background: transparent;
  text-decoration: none;
  color: #F4292A;
}

.order-button {
  display: block;
  text-align: center;
}

.preview-block {
  margin-top: 0.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.preview {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  margin-bottom: 1em;
  border-bottom: none;
}

.preview:hover,
.preview:focus {
  opacity: 0.7;
  border-bottom: none;
}

.pinfo {
  padding-right: 0.5em;
}

.pimage {
  float: left;
  margin-right: 0.5em;
}

.ptime {
  font-size: 0.7em;
  position: relative;
  top: -6px;
}

#webrebel-more,
#php-more,
#laravel-more {
  display: none;
}

.repas-list-item {
  padding-bottom: 0.5em;
}

p {
  text-align: justify;
}

.intro-play,
.intro-play:hover,
.intro-play:focus {
  border-bottom: none;
}

.intro-play {
  color: #aea68f;
  display: inline-block;
  margin-top: 3em;
  transition: color 150ms ease-in;
}

.intro-play:hover,
.intro-play:focus {
  color: white;
}

.main-play-icon {
  font-size: 2em;
}

#swipebox-overlay {
  background: rgba(13, 13, 13, 0.8);
}

.registration-heading {
  line-height: 1;
}

.registration-price {
  font-weight: bold;
  font-size: 0.9em;
}

#discounted-price {
  font-weight: bold;
  color: white;
}
