@media (min-width: 1200px) {
	
}

@media (min-width: 992px) and (max-width: 1199px) {
	
	/* CONTENT --------------- */
	
	#content-events #content-events-list {
		border-right: none;
	}
	#content-events-list .event .image {
		padding-left: 15px;
	}
	#content-events-list .event {
		margin-right: -15px;
	}
	
	/* EVENT ----------------- */
	
	#content-event-info #event-info-meta {
		padding-left: 25px;
	}
	
	#content-event-info #event-info-image .button {
		width: 48%;
	}
	
	#content-event-subscription #event-subscription-text p {
		padding-right: 0px;
	}
	
}

@media (min-width: 768px) and (max-width: 991px) {
	
	/* HEADER --------------- */
	
	.header .header-1 {
		text-align: center;
		margin-bottom: 18px;
	}
	
	.header .header-2 {
		text-align: center;
		background-color: #F1F1F1;
		padding: 10px 15px;
		border-radius: 5px;
	}
	.header .header-2 ul.main-menu {
		text-align: center;
		margin-top: 0px;
	}
	.header .header-2 ul.main-menu li {
		margin-left: 0px;
		float: none;
		display: inline-block;
	}
	.header .header-2 ul.main-menu li.last {
		margin-left: 20px;
	}
	.header .header-2 ul.main-menu li.last a {
		background-color: #32ced7;
	    border-radius: 5px;
	    color: #fff;
	    cursor: pointer;
	    display: inline-block;
	    font-size: 14px;
	    font-weight: bold;
	    line-height: 14px;
	    padding: 12px 17px;
	    text-align: center;
	    text-transform: uppercase;
	}
	.header .header-2 ul.main-menu li.last a:hover {
		color: #fff;
		background-color: #11A3AB;
		text-decoration: none;
	}
	
	/* TITEL BAR --------------- */
	
	.titel-bar {
		min-height: 90px;
	}
	.titel-bar h1 {
		line-height: 90px;
		font-size: 23px;
	}
	
	.titel-bar #clock {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	/* CONTENT --------------- */
	
	#content-events-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#content-events #content-events-list {
		border-right: none;
	}
	#content-events-list .event .image {
		padding-left: 15px;
	}
	#content-events-list .event {
		margin-right: -15px;
	}
	
	#content-events-list .event .details {
		padding-left: 15px;
		padding-right: 15px;
	}
	#content-events-list .event .details .excerpt {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 17px;
	}
	#content-events-list .event .details .meta .item.date {
		width: 30%;
	}
	#content-events-list .event .details .meta .item.time {
		width: 70%;
	}
	
	/* EVENT ----------------- */
	
	#content-event-info-wrapper {
		padding-top: 50px;
	}
	
	#content-event-description .text {
		-webkit-column-count: 2; /* Chrome, Safari, Opera */
	    -moz-column-count: 2; /* Firefox */
	    column-count: 2;
	    -webkit-column-gap: 30px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 30px; /* Firefox */
	    column-gap: 30px;
	}
	
	#content-event-info #event-info-image {
		text-align: center;
		margin-bottom: 45px;
	}
	#content-event-info #event-info-image .event-info-image-wrapper {
		background-color: #f1f1f1;
		border-radius: 5px;
	}
	
	#content-event-program .event-program#event-program-2 {
		margin-top: 0px;
	}
	
	#content-event-info #event-info-meta {
		padding-left: 15px;
	}
	
	#content-event-subscription-wrapper {
		padding-bottom: 45px;
	}
	
	#content-event-subscription #event-subscription-text .event-subscription-meta {
		margin-bottom: 30px;
	}
	
	/* FOOTER --------------- */
	
	.footer .copyright {
		text-align: center;
	}
	.footer .copyright p {
		text-align: center;
		width: 100%;
		line-height: 30px;
	}
	
	.footer .webdesignby {
		text-align: center;	
	}
	.footer .webdesignby p {
		text-align: center;	
		line-height: 30px;
	}
	
}

@media (max-width: 767px) {
	
	/* HEADER --------------- */
	
	.header-top-wrapper .container {
		padding-right: 55px;
	}
	
	.header-top .header-top-1 {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	.header-top .header-top-2 {
		padding-left: 0px;
		padding-right: 5px;
	}
	.header-top .header-top-2 p {
		font-size: 10px;
	}
	
	.header {
		padding-bottom: 0px;
	}
	
	.header .header-1 {
		text-align: center;
		margin-bottom: 18px;
	}
	
	.header .header-2 {
		text-align: center;
		background-color: #F1F1F1;
		padding: 10px 15px;
		border-radius: 0px;
	}
	.header .header-2 ul.main-menu {
		text-align: center;
		margin-top: 0px;
	}
	.header .header-2 ul.main-menu li {
		margin-left: 0px;
		float: none;
		display: inline-block;
	}
	.header .header-2 ul.main-menu li.last {
		margin-left: 20px;
	}
	.header .header-2 ul.main-menu li.last a {
		background-color: #32ced7;
	    border-radius: 5px;
	    color: #fff;
	    cursor: pointer;
	    display: inline-block;
	    font-size: 14px;
	    font-weight: bold;
	    line-height: 14px;
	    padding: 12px 17px;
	    text-align: center;
	    text-transform: uppercase;
	}
	.header .header-2 ul.main-menu li.last a:hover {
		color: #fff;
		background-color: #11A3AB;
		text-decoration: none;
	}
	
	/* TITEL BAR --------------- */
	
	.titel-bar {
		min-height: 90px;
	}
	.titel-bar h1 {
		line-height: 90px;
		font-size: 23px;
	}
	.titel-bar #clock {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	/* CONTENT --------------- */
	
	#content-events-wrapper {
		padding-top: 50px;
		padding-bottom: 50px;
	}
	
	#content-events #content-events-list {
		border-right: none;
	}
	#content-events-list .event .image {
		padding-left: 15px;
	}
	#content-events-list .event {
		margin-right: -15px;
	}
	
	#content-events-list .event .details {
		padding-left: 15px;
		padding-right: 15px;
	}
	#content-events-list .event .details .excerpt {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 17px;
	}
	#content-events-list .event .details .meta .item.date {
		width: 45%;
	}
	#content-events-list .event .details .meta .item.time {
		width: 55%;
	}
	
	/* EVENT ----------------- */
	
	#content-event-info-wrapper {
		padding-top: 50px;
	}
	
	#content-event-description .text {
		-webkit-column-count: 1; /* Chrome, Safari, Opera */
	    -moz-column-count: 1; /* Firefox */
	    column-count: 1;
	    -webkit-column-gap: 0px; /* Chrome, Safari, Opera */
	    -moz-column-gap: 0px; /* Firefox */
	    column-gap: 0px;
	}
	
	#content-event-info #event-info-image {
		text-align: center;
		margin-bottom: 45px;
	}
	#content-event-info #event-info-image .event-info-image-wrapper {
		background-color: #f1f1f1;
		border-radius: 5px;
	}
	
	#content-event-program .event-program#event-program-2 {
		margin-top: 0px;
	}
	
	#content-event-info #event-info-meta {
		padding-left: 15px;
	}
	
	#content-event-subscription-wrapper {
		padding-bottom: 45px;
	}
	
	#content-event-subscription #event-subscription-text .event-subscription-meta {
		margin-bottom: 30px;
	}
	
	#content-event-subscription #event-subscription-text p {
		padding-right: 0px;
	}
	
	/* FOOTER --------------- */
	
	.footer {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	
	.footer .copyright {
		text-align: center;
	}
	.footer .copyright p {
		text-align: center;
		width: 100%;
		line-height: 25px;
		font-size: 12px;
	}
	
	.footer .webdesignby {
		text-align: center;	
	}
	.footer .webdesignby p {
		text-align: center;	
		line-height: 25px;
		font-size: 12px;
	}
	
}

@media (max-width: 500px) {
	
	/* HEADER --------------- */
	
	.header .header-2 .main-menu li a {
		font-size: 13px;
		padding: 10px 14px;
	}
	.header .header-2 ul.main-menu li.last {
		margin-left: 10px;
	}
	.header .header-2 ul.main-menu li.last a {
		font-size: 13px;
		padding: 10px 14px;
	}
	
	/* TITEL BAR --------------- */
	
	.titel-bar {
		min-height: 80px;
	}
	.titel-bar h1 {
		line-height: 80px;
		font-size: 18px;
	}
	
	/* CONTENT --------------- */
	
	#content-events-list .event .image {
		width: 100%;
		text-align: center;
		background-color: #f1f1f1;
		margin-bottom: 25px;
	}
	
	#content-events-list .event .details {
		width: 100%;
		text-align: center;
	}
	
	#content-events-list .event .details .meta .item.date {
		padding-right: 0px;
	}
	#content-events-list .event .details .meta .item.time {
		padding-right: 0px;
	}
	#content-events-list .event .details .meta .item.location {
		padding-right: 2px;
		margin-top: 5px;
	}
	
	/* EVENT --------------- */
	
	#content-event-info #event-info-meta .title h1 {
		font-size: 21px;
		line-height: 26px;
	}
	
	#content-event-description h2 {
		font-size: 20px;
	}
	
	#content-event-program #event-program-title h2 {
		font-size: 20px;
	}
	
	#content-event-subscription h2 {
		font-size: 20px;
	}
	
	#content-event-description .text p {
		font-size: 14px;
		line-height: 19px;
	}
	
	.event-program .program-item .text h3 {
		font-size: 14px;
		line-height: 18px;
	}
	.event-program .program-item .text p {
		font-size: 14px;
		line-height: 19px;
	}
	
	#content-event-subscription #event-subscription-text .meta-1 h5 {
		font-size: 13px;
	}
	#content-event-subscription #event-subscription-text .meta-1 h5 i {
		margin-right: 10px;
	}
	
}

@media (max-width: 470px) {
	
	/* HEADER --------------- */
	
	.header-top-wrapper .container {
		padding-right: 60px;
	}
	
	.header-top {
		
	}
	
	.header-top .header-top-1 {
		width: 100%;
		text-align: center;
	}
	.header-top .header-top-1 .lang-menu {
		text-align: center;
		margin-bottom: 0px;
	}
	.header-top .header-top-1 .lang-menu li {
		float: none;
		display: inline-block;
	}
	
	.header-top .header-top-2 {
		width: 100%;
	}
	.header-top .header-top-2 p {
		text-align: center;
		line-height: 16px;
		display: none;
	}
	
	.header .header-2 {
		margin-bottom: 20px;
	}
	.header .header-2 .main-menu li {
		width: 100%;
	}
	.header .header-2 .main-menu li a {
		width: 100%;
		display: block;
	}
	.header .header-2 ul.main-menu li.last {
		margin-left: 0px;
		margin-top: 5px;
	}
	.header .header-2 ul.main-menu li.last a {
		width: 100%;
		display: block;
	}
	
	/* TITEL BAR --------------- */
	
	.titel-bar {
		min-height: 70px;
		background-color: #f1f1f1;
	}
	.titel-bar h1 {
		line-height: 70px;
		font-size: 16px;
		color: #212121;
	}
	
	.titel-bar #clock {
		margin-bottom: 0px;
	}
	
	.titel-bar #clock .clock-part {
		margin-bottom: 20px;
		margin-left: 8px;
		margin-right: 8px;
	}
	.titel-bar #clock .clock-part.last {
		margin-right: 8px;
	}
	
	/* CONTENT --------------- */
	
	#content-events-wrapper {
		padding-top: 20px;
		padding-bottom: 30px;
	}
	
	.pagination {
		margin-top: 30px;
	}
	
	.pagination ul li {
		margin-right: 3px;
	}
	
	#content-event-info #event-info-meta .meta-1 h5 {
		font-size: 13px;
	}
	#content-event-info #event-info-meta .meta-1 h5 i {
		margin-right: 10px;
	}
	
}