/* LANGDINGPAGE STYLE */
*,
*::before,
*::after{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body{
  	font-family: "Arial";
	font-size: 14px;
    text-align: center;
}
.clear:before,
.clear:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: "";
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}
img {
    display: inline-block;
    max-width: 100%;
    height: auto;
    vertical-align: middle;
}
.container {
    width: 70%;
    max-width: 850px;
    margin: 0 auto;
}
.site-header{cursor: pointer;}
.site-header .site-title {
	font-size: 3em;
	font-family: "Arial";
	color: rgb(249, 249, 250);
	font-weight: 700;
	margin: 20px 0;
}
.site-header .top {
    background: #de1e3b;
    color: #fff;
}
.site-header .desciption {
    font-size: 1.8em;
    font-family: Tahoma;
    margin: 0 0 20px;
}
.site-header .bottom {
    background: #e7566b;
    color: #fff;
    font-family: Tahoma;
    font-size: 2.5em;
    text-transform: uppercase;
}
.site-header .bottom span{
	display: inline-block;
	padding: 10px 20px;
}
.bottom .time {
    background: #fff;
    color: #da0020;
}
h2.page-title {
  	font-size: 4em;
  	font-family: "Arial";
  	color: rgb(61, 0, 60);
  	font-weight: 700;
      margin: 50px 0 20px;
}
/* .event {
    width: 50%;
    float: left;
    margin: 30px auto;
    padding: 0 15px;
}
.event > a {
    display: block;
    background: #3d003c;
    font-size: 1.8em;
    font-family: "Arial";
    color: rgb(252, 251, 252);
    font-weight: 700;
    padding: 50px 20px;
    border: 1px solid #727372;
    text-decoration: none;
    margin: 0 15px;
    height: 160px;
} */
.event {
    width: 47%;
    float: left;
    margin: 30px 1.5%;
    padding: 0 15px;
    height: 250px;
    background: #3d003c;
    border: 1px solid #727372;
    position: relative;
}
.event .content {
    display: block;
    font-size: 1.8em;
    font-family: "Arial";
    font-weight: 700;
    text-decoration: none;
    transform: translateY(-50%);
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
.event a{color: rgb(252, 251, 252);text-decoration: none}
.event small {
    display: block;
}
.site-footer{margin-top: 60px}
.subscribe-popup {
    background: #272527;
    color: #fff;
    padding: 20px;
    font-size: 1.5em;
    display: none;
    position: absolute;
    top: 244px;
    left: 0;
    width: 100%;
    z-index: 10
}
.subscribe-popup .desc {
    font-size: 1em;
    text-transform: uppercase;
    font-family: Tahoma;
    line-height: 1.5;
}
.pop-content {
    width: 100%;
    max-width: 600px;
    margin: auto;
}
.pop-content input[type="email"] {
    padding: 10px 10px 10px 50px;
    background: #ccc url(../images/icon_email.png) no-repeat 10px center / 30px 30px;
    border: 1px solid #ccc;
    font-size: 80%;
    display: inline-block;
    width: 100%;
    color: #555;
    transition: box-shadow ease-in-out .15s;
}
.pop-content input[type="email"]:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102,175,233,.6);
}
.btn{
	font-family: Tahoma;
	display: inline-block;
    padding: 6px 30px;
    line-height: 1.42857143;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    font-weight: 700;
    margin:0 15px;
}
.btn-primary {
    color: #fff;
    background-color: #de1e3b;
    border-color: #d43f3a;
}
.btn-primary:hover {
    color: #fff;
    background-color: #c9302c;
    border-color: #ac2925;
}
.btn-question {
    width: 600px;
    padding-left: 0;
    padding-right: 0;
    white-space: normal;
    margin-bottom: 30px;
    max-width: 100%;
}
.btn-question a {
    color: #fff;
    text-decoration: none;
}
.hide{display: none}
.show_popup .show{display: none}
.show_popup .hide{display: inline-block;}
.event.images img{max-height: 100%}
.event.images a{padding: 10px}
.event.images span {
    width: 50%;
    float: left;
    display: block;
}
.event.images span.text {
    padding: 50px 0;
}
.event.images span.img {
    padding: 10px;
}
.event br{display: none}
body.intro {
    background: rgba(0, 0, 0, 0.65);
}
.intro h2.page-title {
    font-size: 6em;
    color: #fff;
    margin: 50px 0;
}
.intro p.desciption {
    font-size: 2em;
    font-weight: 700;
    color: #fff;
}
.intro .event{background-color: #070707}
.intro .event .content{font-size: 2em}

/* RESPONSIVE */
@media screen and (max-width: 1024px) {
	.container {
	    width: 100%;
	    max-width: 600px;
	}
	.site-header .site-title {
	    font-size: 21px;
	    margin: 10px 0;
	}
	.site-header .desciption {
	    font-size: 18px;
	    font-family: Tahoma;
	    margin: 0 0 10px;
	}
	.site-header .bottom{font-size: 18px}
	.site-header .bottom span {padding: 7px 15px;}
	h2.page-title {
	    font-size: 36px;
	    margin: 30px 0 0;
	}
	.event {
	    width: 42%;
	    margin: 30px 4%;
	    height: 200px;
	}
	.event .content {
	    font-size: 20px;
	}
	.event.images span.text {
	    padding: 25px 0 10px;
	    font-size: 19px;
	}
	.event.images span.img,.event.images a {
	    padding: 0;
	}
	.event br{display: block}
	/* .site-footer {margin-top: 30px;} */
	.subscribe-popup{padding: 15px;	top: 132px;}
	
	.subscribe-popup .desc,.btn{font-size: 14px}
	.pop-content {max-width: 400px;}
}
@media screen and (max-width: 480px){
	.container {max-width: 385px;}
	.event {height: 125px;	}
    .intro h2.page-title {font-size: 5em;    margin: 30px 0;}
    .intro p.desciption {font-size: 1.5em;}
    .intro .event {
        width: 230px;
        margin: 35px auto 0;
        float: none;
        height: 145px;
    }
	.subscribe-popup{
		top: 132px;
	}
}
@media screen and (max-width: 1024px){

	.event .content,.event.images span.text {
	    font-size: 17px;
	}
}