@media screen and (min-width: 1200px) {
	.tabs-content .post-body .post-excerpt {
		min-width: 700px;
	}
}


@media screen and (max-width: 1200px) {
	.fullscreen.parallax .countdown-section {
	   position:relative;
		bottom: 8%;
	}
}

.wpcf7-form-control-wrap {
    position: inherit;
}

.countdown-section {
    position: absolute;
    bottom: 5%;
}

.select:after {
	pointer-events: none;
}

.loaded .loader .logo {
    z-index: 0;
}

.btn { border-radius: 0 !important;}

.registration-form .registration-wrapper {
    border: 4px solid #b8b8b9;
}

article.hentry, .widget, .author-bio, #respond, #comments, .intro-box-inner, .comments-disabled {
    border-bottom: 0px;
    padding-bottom: 30px;
}


.home blockquote, .home blockquote p {
    color: #ffffff;
}

#wpcf7-f152-o2 .wpcf7-response-output.wpcf7-validation-errors {
    color: #fff;
}
div.wpcf7-response-output {
	margin: 0; 
	padding: 1.2em 1em;
}
.wpcf7-not-valid {
    border: 1px solid #f00  !important;
}
span.wpcf7-not-valid-tip {
    color: #f00;
    font-size: 1em;
    display: block;
    display: none;
}
.wpcf7-response-output.wpcf7-validation-errors {
	display: inline-block !important;
	margin: 15px 0 !important;
	width: 100% !important;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 2px solid #f70000;
    background-color: #f70000;
    color: #fff;
}
.wpcf7 br {
	display:none;
}.registration-form .registration-wrapper p, .registration-form .registration-wrapper span {
    display: block;
    margin-bottom: 20px;
}.content-section .slide .slide-content .slider-inner .date {
    text-align: center;
}.pagination {
    display: inherit;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}