/**
 * Theme Name: Wheelchairbobybuilding
 * Author: 561 Media
 * Version: 1.0
**/

/* Embed */
.embed-container {
	position: relative;
	padding-bottom: 56.25%;
	overflow: hidden;
	max-width: 100%;
	height: auto;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
}

.gall-slider .slick-slide {
	padding-bottom: 350px;
}

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

.relative {
	position: relative;
}

.noselect {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.hero-image h1 b {
	font-weight: 600;
}

hr {
	max-width: 100%;
	width: 100%;
	height: 3px;
	background-color: #d30000;
	border: none;
}

.photos-tabs,
.videos__tab-body,
.videos__slider-body {
	display: none;
}

/* ------------------------------------
    Gravity Form Styles
------------------------------------- */
f
.contact-form {
	margin-right: 10px;
	margin-left: 10px;
}

.gform_heading {
	text-align: center;
}

.gform_heading .gform_title {
	color: #fff;
	font-size: 37px;
	font-weight: 400;
	font-family: "Teko", sans-serif;
}

.gform_wrapper ul li {
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 5px;
}

.gform_wrapper ul li .validation_message,
.gform_wrapper .validation_error {
	margin-bottom: 10px;
	color: #d30000;
	font-size: 20px;
	font-family: "Teko", sans-serif;
	letter-spacing: 1px;
	border: none;
}

.footer .gform_wrapper ul li .validation_message,
.footer .gform_wrapper .validation_error {
	color: #fff;
}

.gform_wrapper ul li [type=text],
.gform_wrapper ul li [type=email],
.gform_wrapper ul li [type=tel],
.gform_wrapper ul li textarea,
.gform_wrapper ul li select {
	padding: 7px 8px 2px 8px;
	font-size: 25px;
	line-height: 30px;
	height: 40px;
	font-family: "Teko", sans-serif;
}

.gform_wrapper ul li textarea {
	height: 90px;
}

.gform_confirmation_wrapper .gform_confirmation_message {
	color: #fff;
	font-size: 30px;
	font-family: "Teko", sans-serif;
	text-align: center;
	letter-spacing: 1px;
}

.gform_wrapper .gform_button {
	margin-right: 5px;
	/*padding: 12px 57px;*/
	font-size: 25px;
	font-family: "Teko", sans-serif;
	color: #fff;
	background-color: #d30000;
}

.gform_wrapper .gform_button:hover {
	color: #000;
	background-color: #fff;
}

@media only screen and (max-width: 640px) {
	.gform_heading .gform_title {
		letter-spacing: 2px;
	}
}

.red {
	color: #d30000;
}

.white {
	color: #fff;
}

.page-main-content {
	border: none;
}

/* ------------------------------------
    Hero Image Styles
------------------------------------- */
.hero-image {
	position: relative;
	height: 356px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.hero-image .page-title {
	position: absolute;
	bottom: 70px;
	color: #fff;
	line-height: 42px;
	font-size: 55px;
	font-family: "Teko", sans-serif;
	font-weight: 300;
	letter-spacing: 6px;
}

.hero-image .page-title p {
	margin: 0;
}

.hero-image .page-title strong {
	font-weight: 600;
}

@media only screen and (max-width: 1024px) {
	.hero-image .page-title {
		font-size: 48px;
	}
}

@media only screen and (max-width: 800px) {
	.hero-image .page-title {
		font-size: 40px;
	}
}

@media only screen and (max-width: 640px) {
	.hero-image .page-title {
		font-size: 32px;
	}
	.hero-image {
		height: 270px;
		background-position: 32% 50%;
	}
}

/* ------------------------------------
    Header Styles
------------------------------------- */
.header {
	position: relative;
	margin-bottom: 0;
	padding-top: 32px;
	background-color: #0e0e0e;
}

.header ul {
	margin: 0;
}

.header .top-left-menu ul {
	list-style: none;
}

.header .top-left-menu ul li {
	display: inline-block;
}

.header .top-left-menu ul li a,
.header .top-right-menu ul li a {
	margin-right: 10px;
	color: #fff;
	font-size: 11px;
	font-family: "Montserrat", sans-serif;
	text-transform: uppercase;
}

@media screen and (max-width: 640px) {
	.header .top-left-menu,
	.header .top-right-menu {
		text-align: center;
	}
}

@media screen and (min-width: 1100px) {
	.header .top-left-menu ul li a,
	.header .top-right-menu ul li a {
		font-size: 13px;
	}
}

@media screen and (min-width: 641px) and (max-width: 1024px) {
	.top-left-menu-col {
		text-align: right;
	}

	.top-right-menu-col {
		text-align: left;
	}
}

.header .social-list-small {
	margin-bottom: 20px;
}

.header .top-right-menu {
	margin-bottom: 25px;
}

@media screen and (min-width: 1025px) {
	.header {
		padding-bottom: 25px;
	}

	.header .top-right-menu {
		display: inline-block;
		vertical-align: middle;
	}
}

.header .top-right-menu ul {
	list-style: none;
}

.header .top-right-menu ul li {
	display: inline-block;
}

.header .top-left-menu ul li a:hover,
.header .top-right-menu ul li a:hover {
	color: #d30000;
}

.header .social-list {
	display: inline-block;
	vertical-align: middle;
	list-style: none;
}

@media (max-width: 1024px) {
	.header .social-list-small {
		display: none;
	}
}

.header .social-list li {
	display: inline-block;
	margin-right: 10px;
}

.header .social-list li i {
	color: #d30000;
	font-size: 25px;
	transition: all 0.3s ease-in-out;
}

.header .social-list li:hover i {
	color: #fff;
	transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 1025px) {
	.logo {
		position: absolute;
		top: 10px;
		left: 50%;
		transform: translateX(-50%);
		bottom: 0;
		z-index: 1;
	}

	.logo a {
		display: inline-block;
	}

	.logo img {
		max-height: 200px;
	}

	.top-bar {
		position: relative;
		padding: 0;
		text-align: center;
		background-color: transparent;
	}

	.top-bar > div {
		display: inline-block;
	}

	.top-bar .menu-header-menu-left-container {
		float: left;
	}

	.top-bar .menu-header-menu-right-container {
		float: right;
	}

	.top-bar:before {
		content: '';
		position: absolute;
		top: 0;
		left: -10px;
		width: calc(100% + 20px);
		height: 2px;
		background-color: #d30000;
	}

	.top-bar:after {
		content: '';
		position: absolute;
		bottom: -50px;
		left: -10px;
		width: calc(100% + 20px);
		height: 2px;
		background-color: #d30000;
	}

	.top-bar .header-menu li > a {
		display: block;
		padding: 0 7px;
		font-size: 24px;
		line-height: 50px;
		color: #fff;
		font-family: "Teko", sans-serif;
		text-transform: uppercase;
	}

	.top-bar .header-menu > li:first-child > a {
	    padding-left: 0;
	}

	.top-bar .header-menu > li:last-child > a {
	    padding-right: 0;
	}

	.top-bar .header-menu li.current-menu-item > a, .top-bar .header-menu li.current_page_ancestor > a, .top-bar .header-menu li.current_page_parent > a {
		background: transparent;
		color: #d30000;
	}

	.top-bar .header-menu li > a:hover {
		background: transparent;
		color: #d30000;
	}
}

@media only screen and (min-width: 1025px) and (max-width: 1170px) {
	.top-bar .header-menu li > a {
		font-size: 20px;
	}
}

@media only screen and (max-width: 1024px) {
	.header-logo {
		margin-bottom: 30px;
	}
}

/* ------------------------------------
    Home Page Styles
------------------------------------- */
#home-slider .slick-slide {
	height: 820px;
}

#home-slider .slider-caption {
	position: relative;
	max-width: 700px;
	background: none;
}

#home-slider .slider-caption h3 {
	margin-bottom: 5px;
	color: #fff;
	font-size: 55px;
	font-weight: 300;
	font-family: "Teko", sans-serif;
	text-transform: uppercase;
	letter-spacing: 4px;
}

#home-slider .slider-caption h2 {
	font-size: 122px;
	letter-spacing: 6px;
	color: #fff;
	font-weight: 700;
	font-family: "Teko", sans-serif;
	text-shadow: -3px -3px 0 #ce3230, 3px -3px 0 #ce3230, -3px 3px 0 #ce3230, 3px 3px 0 #ce3230;
	text-transform: uppercase;
	line-height: 1;
}

#home-slider .slider-caption a {
	/*padding: 4px 37px 0 37px;*/
	color: #fff;
	background-color: #0e0e0e;
	font-size: 27px;
	font-family: "Teko", sans-serif;
	text-transform: uppercase;
	border: 1px solid #fff;
}

#home-slider .slider-caption a:hover {
	color: #0e0e0e;
	background-color: #fff;
}

#home-slider .slick-dots {
	top: 42%;
	right: 0;
	bottom: 100%;
	left: 0px;
	margin: 0 auto;
	max-width: 1200px;
	width: 100%;
}

#home-slider .slick-dots li {
	display: block;
	margin: 0 0 10px 0;
}

#home-slider .slick-dots li button {
	margin: 0 0 0 auto;
}

#home-slider .slick-dots li.slick-active button:before {
	border: 2px solid #fff;
	background-color: #000;
}

#home-slider .slick-dots li button:before {
	width: 18px;
	height: 18px;
	background-color: #fff;
}

@media only screen and (max-width: 1250px) {
	#home-slider .slick-dots li {
		margin-right: 15px;
	}
}

@media only screen and (max-width: 1024px) {
	#home-slider .slick-slide {
		height: 600px;
	}

	#home-slider .slider-caption h3 {
		font-size: 48px;
	}

	#home-slider .slider-caption h2 {
		font-size: 100px;
	}

	#home-slider .slider-caption a {
		font-size: 22px;
	}

	.slider-bottom-text {
		bottom: -9px;
	}
}

@media only screen and (max-width: 800px) {
	#home-slider .slick-slide {
		height: 400px;
	}

	#home-slider .slider-caption h3 {
		font-size: 42px;
	}

	#home-slider .slider-caption h2 {
		font-size: 80px;
	}

	#home-slider .slider-caption a {
		font-size: 18px;
	}
}

@media only screen and (max-width: 640px) {
	#home-slider .slick-slide {
		height: 300px;
	}

	#home-slider .slider-caption h3 {
		font-size: 30px;
	}

	#home-slider .slider-caption h2 {
		font-size: 40px;
	}

	#home-slider .slider-caption a {
		font-size: 16px;
	}
}

/* ------------------------------------
    Home Page Styles
------------------------------------- */
.top-section {
	padding-top: 45px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
}

.top-section .top-section__logo {
	width: 300px;
}

@media only screen and (min-width: 1025px) {
	.top-section .top-section__content {
		padding-left: 30px;
	}
}

/* ------------------------------------
    Contact Page Styles
------------------------------------- */
.form-section {
	padding-top: 100px;
	padding-bottom: 45px;
	background-color: #0e0e0e;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.form-section .contact-form {
	margin-right: 0;
	margin-left: 0;
}

.bottom-box_contact {
	padding-top: 100px;
	padding-bottom: 70px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.contact section:last-child {
	padding-bottom: 60px;
}

.form-section .contact-info .contact-info__title {
	color: #fff;
	font-family: "Teko", sans-serif;
	text-transform: uppercase;
}

.form-section .contact-info .contact-info__title p {
	font-size: 50px;
	margin: 0;
}

.form-section .contact-info .contact-info__address {
	display: inline-block;
	margin-right: 14px;
	margin-bottom: 10px;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.form-section .contact-info .social-list {
	display: inline-block;
	margin: 0 0 32px 0;
	list-style: none;
}

.form-section .contact-info .social-list li {
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}

.form-section .contact-info .social-list li i {
	font-size: 30px;
	background: -webkit-linear-gradient(#ed2a2a, #820808);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-in-out;
}
.form-section .contact-info .social-list li i.fa-youtube-play {
	font-size: 34px;
}
.form-section .contact-info .social-list li:hover i {
	background: -webkit-linear-gradient(#fff, #ccc);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	transition: all 0.3s ease-in-out;
}

.form-section .contact-info .person {
	margin-bottom: 40px;
	vertical-align: top;
}

@media (min-width: 641px) {
	.form-section .contact-info .person {
		display: inline-block;
		margin-right: 40px;
	}
}

.form-section .contact-info .person:last-child {
	margin-right: 0;
}

.form-section .contact-info .person img {
	border: 2px solid #d30000;
}

.form-section .contact-info .person__photo-wrap {
	margin-bottom: 20px;
}

.form-section .contact-info .person__name {
	margin-bottom: -10px;
	color: #d30000;
	font-size: 33px;
	font-family: "Teko", sans-serif;
	text-transform: uppercase;
}

.form-section .contact-info .person__position {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.form-section .gform_wrapper .gform_button {
	display: block;
	margin-bottom: 26px;
	margin-left: auto;
}

.form-section .gform_wrapper ul li textarea {
	height: 180px;
}

.bottom-box_contact {
	padding-top: 66px;
	padding-bottom: 70px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}

.bottom-box_contact h2 {
	font-size: 55px;
	font-family: "Teko", sans-serif;
	font-weight: 300;
}

.bottom-box_contact p {
	font-size: 22px;
	font-family: "Montserrat", sans-serif;
	font-weight: 300;
}

.bottom-box_contact .bottom-box__line {
	width: 100%;
	height: 2px;
	background-color: #d30000;
}

.bottom-box_contact .bottom-box__btn {
	position: relative;
	/*padding: 10px 35px;*/
	color: #fff;
	font-size: 25px;
	font-family: "Teko", sans-serif;
	background-color: #d30000;
	text-transform: uppercase;
}

.bottom-box_contact .bottom-box__btn:hover {
	background-color: #000;
}

.bottom-box_contact .bottom-box__btn-wrapper {

}

@media only screen and (max-width: 1024px) {
	.form-section .contact-info {
		text-align: center;
	}
}

@media only screen and (max-width: 640px) {
	.form-section .contact-info .contact-info__title p {
		font-size: 40px;
	}
}

/* ------------------------------------
    Athlets Page Styles
------------------------------------- */
.athlets {
	padding-top: 90px;
	padding-bottom: 110px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.athlets .content {
	margin-bottom: 57px;
	font-size: 18px;
	letter-spacing: .04em;
	line-height: 40px;
	line-height: 2.2em;
}
.athlets .content p {
	line-height: inherit;
	text-align: justify;
}

.athlets .basic-btn {
	padding: 10px 45px 12px 45px;
	font-size: 18px;
	border: 1px solid #fff;
}

.athlets .search-box {
	margin-top: 68px;
	margin-bottom: 88px;
	padding: 0;
}

.athlets .search-box .sort-letter {
	margin-top: 15px;
	font-size: 18px;
}

.sort-letter a:hover {
	color: #d30000;
}

.athlets .search-box .sort-letter strong {
	margin-right: 10px;
}

.athlets .search-box a {
	margin-right: 5px;
}

.athlets .search-box form {
	margin: 0 0 0 auto;
	width: 242px;
	height: 30px;
}

.athlets .search-box input {
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
}

.athlets table {
	background-color: transparent;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	overflow-x: auto;
}

.athlets table thead {
	font-size: 17px;
	color: #fff;
	background-color: #d30000;
	border: none;
}

.athlets table thead th {
	color: #fff;
	background-color: #d30000;
	font-weight: 600;
	border: none;
}

.athlets table tbody {
	border: none;
}

.athlets table tbody tr {
    border-bottom: 2px solid #d30000;
}

.athlets table tbody td {
	padding: 34px 0 34px 0;
	border: none;
}

.athlets table tbody td.td-text {
	padding: 10px 15px 10px 10px;
	font-style: italic;
	border: none;
}

.athlets table tbody td.td-img {
	-webkit-transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-ms-transition: opacity .3s ease;
	-o-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.athlets table tbody td.td-img:hover {
	opacity: 0.9;
}

.athlets table tbody td.td-img img {
	width: 182px;
}
/*
.athlets table tbody .basic-btn {
	padding: 11px 45px;
	font-size: 18px;
	border: 1px solid #fff;
}
*/
.athlets table tbody .basic-btn {
    margin-top: 20px;
    padding: 5px 10px;
    font-size: 16px;
    line-height: 1.2;
    width: inherit;
    max-width: 182px;
    text-align: center;
}
.athlets table.tablesorter thead tr th {
    border: 0;
}

.athlete.post-single-contest {
    padding: 0;
    background: none;
}

@media (min-width: 1025px) {
    /*
	.athlets table tbody td.td-text {
	    padding: 75px 15px 0px 10px;
	}
	*/
	.athlets table tbody td {
	    padding: 34px 0 64px;
	}
	.athlets table tbody td.td-img {
		width: 235px;
		padding-bottom: 30px;
	}
		.form-section .contact-info .person {
		display: inline-block;
		margin-right: 40px;
		position: relative;
		min-height: 400px;
	}
	.person_link_read_more {
		position: absolute;
		bottom: 0;
	}
}

.athlets ul.pagination {
	margin: 32px 0;
	text-align: center;
}

.athlets ul.pagination a {
	color: #fff;
	font-size: 18px;
}

.athlets ul.pagination span.current {
	font-size: 18px;
	background: transparent;
}

.athlets ul.pagination a:hover {
	color: #d30000;
	background-color: transparent;
}

@media only screen and (max-width: 1024px) {
	.athlets .search-box form {
		margin: 30px 0 0 auto;
	}

	.athlets table thead th.th-img {
		padding-right: 80px;
	}
}

@media only screen and (max-width: 640px) {
	.athlets .search-box form {
		margin: 30px auto 0 auto;
	}

	.athlets .basic-btn,
	.athlets table tbody .basic-btn {
		padding: 10px 20px 12px 20px;
		font-size: 16px;
	}
}

/* ------------------------------------
    Contact Page Styles
------------------------------------- */
.latest-events {
	padding-top: 80px;
	padding-bottom: 110px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.latest-events .latest-post {
	margin-bottom: 80px;
}

.latest-events .latest-post img {
	transition: all 0.3s ease-in-out;
}

.latest-events .latest-post img:hover {
	opacity: 0.7;
	transition: all 0.3s ease-in-out;
}

.latest-events hr {
	margin-bottom: 70px;
}

.latest-events .latest-post .post-date {
	color: #d30000;
	font-size: 50px;
	font-family: "Teko", sans-serif;
	letter-spacing: 2px;
	line-height: 38px;
	text-transform: uppercase;
}

.latest-events .latest-post .post-title {
	margin-top: 2px;
	color: #fff;
	font-size: 50px;
	font-family: "Teko", sans-serif;
	letter-spacing: 0px;
	transition: all 0.3s ease-in-out;
}

.latest-events .latest-post .post-title:hover {
	color: #d30000;
	transition: all 0.3s ease-in-out;
}

.latest-events .latest-post .latest-post__descr p {
	margin-top: -6px;
	margin-bottom: 98px;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	line-height: 40px;
}

.latest-events .latest-post .basic-btn {
	padding: 12px 0 18px 0;
	font-size: 15px;
	border: 2px solid #fff;
	max-width: 302px;
	text-align: center;
	width: 100%;
}

.latest-events .latest-post .latest-post__descr a:hover {
    color: #fff;
}

@media (max-width: 640px) {
	.latest-events .latest-post .basic-btn {
		display: block;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 1024px) {
	.latest-events .latest-post {
		text-align: center;
	}

	.latest-events .latest-post img {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.latest-events .latest-post .post-date {
		font-size: 40px;
	}

	.latest-events .latest-post .post-title {
		font-size: 40px;
	}

	.latest-events .latest-post .latest-post__descr p {
		font-size: 16px;
	}
}

@media only screen and (max-width: 480px) {
	.latest-events .latest-post .post-date {
		font-size: 34px;
	}

	.latest-events .latest-post .post-title {
		font-size: 34px;
	}

	.latest-events .latest-post .latest-post__descr p {
		font-size: 14px;
		line-height: 30px;
	}
}

@media only screen and (min-width: 1025px) {
	.latest-events h2 {
		font-size: 50px;
	}
}

/* ------------------------------------
    Contest History Styles
------------------------------------- */
.contest-history {
	padding-top: 90px;
	padding-bottom: 120px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.contest-history .contest-types_title {
	margin-bottom: 34px;
	font-size: 50px;
	font-family: "Teko", sans-serif;
}

.contest-history .year {
	color: #d30000;
	font-size: 33px;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	letter-spacing: 1px;
}

.contest-history .event {
	position: relative;
	display: block;
	margin-bottom: 12px;
	margin-left: 14px;
	color: #fff;
	font-size: 18px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
	transition: all 0.1s ease-in-out;
}

.contest-history .event:hover {
	color: #d30000;
	transition: all 0.1s ease-in-out;
	-webkit-transform: skewX(-10deg);
	-moz-transform: skewX(-10deg);
	-o-transform: skewX(-10deg);
	transform: skewX(-10deg);
}

.contest-history .event:before {
	content: '';
	position: absolute;
	top: 10px;
	left: -12px;
	width: 4px;
	height: 4px;
	border-radius: 50%;
	background-color: #fff;
	transition: all 0.1s ease-in-out;
}

.contest-history .event:hover:before {
	background-color: #d30000;
	transition: all 0.1s ease-in-out;
}

.contest-history .basic-btn {
	display: inline-block;
	margin-bottom: 100px;
	padding: 13px 35px 13px 35px;
	font-size: 19px;
	line-height: 25px;
	border: 1px solid #fff;
}

.contest-history hr {
	margin-top: 30px;
	margin-bottom: 54px;
}

@media only screen and (max-width: 1024px) {
	.contest-history {
		padding-top: 60px;
	}

	.contest-history .line {
		display: none;
	}

	.contest-history .basic-btn {
		margin-top: 50px;
		margin-bottom: 70px;
	}

	.contest-history .contest-types_title {
		margin-top: 30px;
	}

	.contest-history {
		padding-bottom: 110px;
	}
}

/* ------------------------------------
    Blog Styles
------------------------------------- */
.posts-list {
	padding-top: 90px;
	padding-bottom: 66px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.posts-list article {
	border: none;
}

.posts-list img, .post-thumbnail img {
	max-height: 500px;
	width: auto;
	margin-bottom: 30px;
}

.posts-list article .post-title {
	margin-top: 2px;
	font-size: 50px;
	font-family: "Teko", sans-serif;
	letter-spacing: 2px;
}

.posts-list article p {
	margin-bottom: 60px;
}

.posts-list article .basic-btn {
	padding: 13px 37px;
}

.posts-list article hr {
	margin-top: 70px;
}

/* ------------------------------------
    Single Styles
------------------------------------- */
.post-single {
	padding-top: 90px;
	padding-bottom: 66px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

.main-content {
	margin-bottom: 50px;
	padding-right: 50px;
	border-right: 5px solid #d30000;
}

div.category .main-content a:hover,
div.archive .main-content a:hover {
	color: #fff;
}

.post-single h1 {
	font-size: 50px;
	letter-spacing: 2px;
}

.entry-meta {
	color: #fff;
	font-size: 18px;
}

.post-single .posted {
	font-size: 26px;
}

.sidebar {
	padding-left: 30px;
}

.widget_categories h5,
.widget_tag_cloud h5 {
	font-size: 1.5em;
	letter-spacing: 2px;
}

.widget_categories ul a:hover,
.widget_tag_cloud a:hover {
	color: #fff;
}

@media only screen and (max-width: 640px) {
	.post-single h1 {
		font-size: 38px;
	}

	.main-content {
		margin-bottom: 30px;
		padding-right: 0;
		border-right: none;
	}

	.sidebar {
		margin-bottom: 50px;
		padding-left: 15px;
	}
}

/* ------------------------------------
    Single Athletes Styles
------------------------------------- */
.post-single-athletes {
	padding-top: 90px;
	padding-bottom: 80px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.post-single-athletes .red {
	font-size: 40px;
}

.post-single-athletes .title {
	margin-bottom: 30px;
}

@media (min-width: 1025px) {
	.post-single-athletes .title {
		font-size: 50px;
	}
}

.post-single-athletes img {
	border: 3px solid #d30000;
	border-radius: 1%;
}

.post-single-athletes .content p {
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 1px;
}

.post-single-athletes hr {
	height: 3px;
	margin-top: 72px;
	margin-bottom: 60px;
}

.post-single-athletes .padding-left {
	padding-left: 48px;
}

.post-single-athletes .biography p {
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 1px;
}

.post-single-athletes .qas ul li {
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 1px;
}

.post-single-athletes .contest_history div {
	position: relative;
	font-size: 18px;
	line-height: 33px;
	letter-spacing: 1px;
}

.post-single-athletes .contest_history div:last-child {
	margin-bottom: 20px;
}

.post-single-athletes .contest_history strong {
	padding-left: 12px;
}

.post-single-athletes .contest_history strong:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 0;
	width: 5px;
	height: 5px;
	background-color: #fff;
	border-radius: 50%;
}

.post-single-athletes .border-right {
	border-right: 3px solid #d30000;
}

@media only screen and (min-width: 641px) {
	.post-single-athletes .photo {
		padding-right: 35px;
	}
}

@media only screen and (max-width: 1024px) {
	.post-single-athletes .padding-left {
		padding-left: 15px;
	}

	.post-single-athletes .border-right {
		border-right: none;
	}
}

@media only screen and (max-width: 640px) {
	.post-single-athletes img {
		margin-bottom: 20px;
	}
}

/* ------------------------------------
    Single Contest Styles
------------------------------------- */
.post-single-contest {
	padding-top: 90px;
	padding-bottom: 110px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.post-single-contest h2 {
	font-size: 50px;
}

.post-single-contest .content a:not(.contest-info__link_red) {
	color: #fff;
}

.post-single-contest .content a:not(.contest-info__link_red):hover {
	color: #d30000;
}

.post-single-contest hr {
	margin-top: 100px;
	margin-bottom: 40px;
	height: 2px;
}

.post-single-contest .broshures img {
	margin-bottom: 25px;
}

.post-single-contest .content {
	margin-top: -15px;
	letter-spacing: 1px;
}

.post-single-contest .content p {
	margin-bottom: 32px;
	line-height: 40px;
}

.post-single-contest .content a {
	font-weight: 500;
	text-decoration: none;
}

.post-single-contest .result-title {
	margin-bottom: 12px;
}

.post-single-contest .result-category {
	position: relative;
	display: block;
	margin-top: 30px;
	color: #fff;
	line-height: 50px;
	background-color: #d30000;
	font-weight: 700;
	letter-spacing: 1px;
}

.post-single-contest .result-category .text {
	display: inline-block;
	padding: 0 15px 0 15px;
}

.post-single-contest .result-category .icon {
	float: right;
	width: 48px;
	line-height: 50px;
	text-align: center;
	background-color: #990707;
}

.post-single-contest .result-category:hover {
	background-color: #990707;
}

.post-single-contest .result-category i {
	font-size: 18px;
	transition: all 0.3s ease-in-out;
}

.post-single-contest .result-category.is-active i {
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotate(0.5turn);
	-ms-transform: rotate(0.5turn);
	transform: rotate(0.5turn);
}

.post-single-contest .result-category.is-active i {
	transition: all 0.3s ease-in-out;
	-webkit-transform: rotate(0.5turn);
	-ms-transform: rotate(0.5turn);
	transform: rotate(0.5turn);
}

.post-single-contest .result-content {
	margin: 10px 20px 0 20px;
}

.post-single-contest .result-content p {
	letter-spacing: 1px;
	line-height: 40px;
}

.post-single-contest .result-content hr {
	margin-top: 25px;
	margin-bottom: 28px;
	height: 3px;
	background-color: #797979;
}

.post-single-contest .result-content hr:last-child {
	margin-bottom: 50px;
}

/* .post-single-contest .results .inner-padding {
	padding-right: 42px;
	padding-left: 42px;
} */

.post-single-contest hr.big-line {
	margin-top: 35px;
	margin-bottom: 82px;
}
.not-gap {
	padding: 0;
}
.post-single-contest .photos {
	margin: 0 0 20px 0;
	list-style: none;
}

.post-single-contest .photos li {
	margin-bottom: 12px;
}

.post-single-contest .photos a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.post-single-contest .photos a:hover {
	color: #d30000;
	font-weight: 600;
	-webkit-transform: skew(-11deg);
	-moz-transform: skew(-11deg);
	-ms-transform: skew(-11deg);
	-o-transform: skew(-11deg);
	transform: skew(-11deg);
}

.post-single-contest .photos a.is-active {
	color: #d30000;
	font-weight: 600;
	-webkit-transform: skew(-11deg);
	-moz-transform: skew(-11deg);
	-ms-transform: skew(-11deg);
	-o-transform: skew(-11deg);
	transform: skew(-11deg);
}

.post-single-contest .photos-tabs .photos-slide {
	margin-right: 27px;
	/*height: 352px;*/
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
}

.post-single-contest .photos-tabs .slick-list {
	margin-right: -27px;
}

.post-single-contest .photos-tabs .large-text-right {
	margin-top: 46px;
}
.post-single-contest .photos-tabs .basic-btn {
	border: 2px solid #fff;
	padding: 15px 30px;
	font-size: .9em;
}

.post-single-contest .videos__tab-box {
	display: block;
	border: 1px solid #fff;
}

.post-single-contest .videos__tab-box .videos__heading {
	text-align: center;
	border-bottom: 1px solid #fff;
}

.post-single-contest .videos__tab-box .videos__heading a {
	display: inline-block;
	vertical-align: middle;
	width: calc(50% - 2px);
	margin-left: -4px;
	/*padding: 10px 5px 10px 7px;*/
	color: #fff;
	border-right: 2px solid #fff;
	font-size: 16px;
}

.post-single-contest .videos__tab-box .videos__heading a:hover {
	color: #d30000;
}

.post-single-contest .videos__tab-box .videos__heading a:first-child {
	margin-left: -0;
}

.post-single-contest .videos__tab-box .videos__heading a:last-child {
	border-right: none;
}

.post-single-contest .videos__tab-box .videos__heading a.is-active {
	color: #d30000;
}

.post-single-contest .videos__tab-box ul {
	margin: 0;
	padding: 30px 25px 20px 25px;
	list-style: none;
}

.post-single-contest .videos__tab-box ul li {
	margin-bottom: 10px;
}

.post-single-contest .videos__tab-box ul a {
	display: inline-block;
	font-size: 18px;
	color: #fff;
	-moz-transition: none;
	-o-transition: none;
	-webkit-transition: none;
	transition: none;
}

.post-single-contest .videos__tab-box ul a:hover {
	color: #d30000;
	font-weight: 600;
	-webkit-transform: skew(-11deg);
	-moz-transform: skew(-11deg);
	-ms-transform: skew(-11deg);
	-o-transform: skew(-11deg);
	transform: skew(-11deg);
}

.post-single-contest .videos__tab-box ul a.active {
	color: #d30000;
	font-weight: 600;
	-webkit-transform: skew(-11deg);
	-moz-transform: skew(-11deg);
	-ms-transform: skew(-11deg);
	-o-transform: skew(-11deg);
	transform: skew(-11deg);
}

@media only screen and (max-width: 1024px) {
	.post-single-contest .broshures {
		text-align: center;
	}

	.post-single-contest .results .inner-padding {
		padding-right: 0px;
		padding-left: 0px;
	}

	.post-single-contest .videos__tab-box {
		margin-bottom: 30px;
	}
}

@media only screen and (max-width: 640px) {
	.post-single-contest .result-category .text {
		font-size: 14px;
	}

	.post-single-contest .results .inner-padding {
		padding-right: 0;
		padding-left: 0;
	}

	// .post-single-contest .photos-tabs .photos-slide {
	// 	height: 250px;
	// }
}

@media only screen and (max-width: 480px) {
	// .post-single-contest .photos-tabs .photos-slide {
	// 	height: 200px;
	// }
}

@media only screen and (min-width: 641px) {
	/* .post-single-contest .results .inner-padding:first-child {
		padding-left: 0px;
	}

	.post-single-contest .results .inner-padding:nth-child(2) {
		padding-left: 22px;
		padding-right: 22px;
	}

	.post-single-contest .results .inner-padding:last-child {
		padding-right: 0px;
	}

	.post-single-contest .results .inner-padding:nth-child(3n) {
		padding-right: 0px;
	}	 */
}

/* ------------------------------------
    Category Styles
------------------------------------- */
div.category {
	padding-top: 90px;
	padding-bottom: 66px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

.category .category-title {
	margin-top: 2px;
	font-size: 50px;
	font-family: "Teko", sans-serif;
	letter-spacing: 2px;
}

@media only screen and (max-width: 640px) {
	.category .category-title {
		font-size: 38px;
		line-height: 40px;
	}
}

/* ------------------------------------
    Archive Styles
------------------------------------- */
div.archive {
	padding-top: 90px;
	padding-bottom: 66px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
}

.archive .archive-title {
	margin-top: 2px;
	font-size: 50px;
	font-family: "Teko", sans-serif;
	letter-spacing: 2px;
}

.archive article hr {
	margin: 40px auto;
}

.category .main-content h3,
.archive .main-content h3 {
	font-size: 38px;
	letter-spacing: 2px;
}

@media only screen and (max-width: 1024px) {
	.category .main-content img,
	.archive .main-content img {
		margin-bottom: 30px;
		width: 100%;
	}
}

@media only screen and (max-width: 640px) {
	.archive .archive-title {
		font-size: 38px;
		line-height: 40px;
	}
}

/* ------------------------------------
    FAQ Styles
------------------------------------- */
section.faq {
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: #0e0e0e;
	background-position: 50% 50%;
	background-repeat: repeat-y;
	background-attachment: fixed;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.faq .item {
	margin-bottom: 30px;
}

.faq .question img {
	margin-top: -5px;
	margin-right: 10px
}

.faq .question h3 {
	display: inline-block;
	font-size: 27px;
	letter-spacing: 2px;
}

.faq .answer {
	margin-left: 42px;
	text-align: justify;
}

.faq .item strong {
	font-weight: 600;
}

.faq .item a:hover {
	color: #fff;
}

@media only screen and (max-width: 1024px) {
	.faq .answer {
		margin-left: 0;
	}
}

/* ------------------------------------
    Footer Styles
------------------------------------- */
.footer {
	margin: 0;
	padding-top: 120px;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.footer:before {
	content: '';
	position: absolute;
	top: -10px;
	left: 0;
	width: 100%;
	height: 10px;
	background-color: #ea1414;
}

.footer .logo {
	position: absolute;
	top: -100px;
	bottom: auto;
	left: 50%;
	transform: translateX(-50%);
}

.footer-menu li {
	display: block;
}

.footer-menu li a {
	display: inline-block;
	padding: 0 0 5px 0;
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 1px;
}

.footer-menu li a:hover {
	text-decoration: underline;
}

.footer .address {
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
	letter-spacing: 2px;
}

.footer .footer-socials .footer-socials__text {
	margin-right: 10px;
	color: #fff;
	font-size: 31px;
	font-family: "Teko", sans-serif;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.footer .footer-socials .social-list {
	display: inline-block;
	margin: 0;
}

.footer .footer-socials .social-list li i:before {
	display: block;
	line-height: 1.3;
}

.footer .footer-socials .social-list li {
	display: inline-block;
	margin-right: 10px;
}

.footer .footer-socials .social-list li i {
	display: inline-block;
	font-size: 25px;
	color: #fff;
	transition: all 0.3s ease-in-out;
}

.footer .footer-socials .social-list li:hover i:before {
	display: inline-block;
	color: #0e0e0e;
	transition: all 0.3s ease-in-out;
}

.footer .text-box {
	color: #fff;
	font-size: 16px;
	font-family: "Montserrat", sans-serif;
}

.footer .footer-top-part {
	margin-bottom: 35px;
}

.footer .copyright {
	padding-top: 10px;
	padding-bottom: 5px;
	color: #fff;
	background-color: #610303;
	font-size: 14px;
	font-family: "Montserrat", sans-serif;
}

.footer .developer {
    padding: 5px 0;
}

.footer .developer a {
    color: #fff;
    font-size: 12px;
    opacity: .5;    
}

.footer .developer a:hover {
    opacity: .7;
}


.footer .copyright p {
	margin: 0;
}

.footer .copyright a {
	color: #fff;
	text-decoration: none;
}

.footer .copyright a:hover {
	color: #d30000
}

@media only screen and (max-width: 1024px) {
	.footer .footer-top-part {
		margin-bottom: 15px;
	}
	.gform_wrapper {
		padding: 0 10px;
		max-width: 600px;
		margin: 0 auto;
	}

	.footer {
		padding-top: 44px;
	}

	.athlets table, .athlets table thead {
		font-size: 11px;
	}

	.athlets table tbody td.td-text, .athlets table th {
		padding: 3px;
	}

	.athlets table tbody td.td-img {
		padding: 5px 5px 5px 0;
	}

	.athlets table tbody td.td-img img {
		width: 100px;
	}

	.athlets table tbody .basic-btn {
		font-size: 16px;
		padding: 10px 35px;
	}
}
.single-athletes .hero-image{
	background-position: 50% 20%;
}
@media only screen and (max-width: 640px) {

	.athlets .search-box .sort-letter strong{
		display: block;
	}
	.logo img{
		max-height: 120px;
	}
	.footer .logo img{
		margin-top: 20px;
	}
	.athlets{
		padding-top: 20px;
	}
	.contact section:last-child{
		padding-bottom: 100px;
	}
	.athlets .content{
		margin-bottom: 20px;
	}
	.athlets .search-box{
		margin-top: 0;
		margin-bottom: 60px;
	}

	.footer {
		text-align: center;
	}

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

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

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

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

	.footer .form-title {
		font-size: 30px;
	}

	.athlets table{
		border-top: 10px solid #d30000;
		padding-top: 10px;
	}

	.athlets table, .athlets tbody, .athlets tr, .athlets td {
		display: block;
	}

	.athlets table tbody td, .athlets table tbody td.td-text {
		border: none;
		padding: 5px 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	}

	.athlets table, .athlets table thead {
		font-size: 12px;
	}

	td[data-label]:before {
		content: attr(data-label);
		float: left;
		margin-right: 15px;
		width: 33%;
	}

	.athlets table tbody .basic-btn {
		font-size: 14px;
		margin: 5px 0;
		padding: 10px;
		display: block;
	}

	.athlets table tbody tr:nth-child(even) {
		border-bottom: 2px solid #d30000;
		padding-bottom: 5px;
		margin-bottom: 10px;
	}

	.athlets table tbody tr:nth-child(even) td {
		border: none;
	}
}

.gform_wrapper ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
	font-size: 25px;
	line-height: 30px;
	/*padding: 4px 8px;*/
}
.gform_wrapper ::-moz-placeholder { /* Firefox 19+ */
	font-size: 25px;
	line-height: 30px;
	/*padding: 4px 8px;*/
}
.gform_wrapper :-ms-input-placeholder { /* IE 10+ */
	font-size: 25px;
	line-height: 30px;
	/*padding: 4px 8px;*/
}
.gform_wrapper :-moz-placeholder { /* Firefox 18- */
	font-size: 25px;
	line-height: 30px;
	/*padding: 4px 8px;*/
}

.box-about__bg {
	max-width: 1200px;
}

@media only screen and (min-width: 1025px) {
.top-bar ul li:hover > a {
	background-color: transparent;
}
	.top-bar .submenu li > a {
    line-height: 25px !important;
    padding-bottom: 10px !important;
    text-align: left;
	background-color: #000;
}
.top-bar .submenu {
	    padding: 15px 0 0;
    background: #000;
}
}






.photos-slider .gallery {
	display: inline-block;
}
.photos-section__slider {
	display: block;
}
.photos-slider .photos-slide img {
	margin: 0 auto;
}
.photos-section .photos-section__list {
	width: auto;
}
.photos-section__slider {
	width: auto;
}

.photos-section__slider .slick-prev {
	left: 0;
}
.photos-section__slider .slick-next {
	right: 0;
}
@media screen and (min-width: 1400px) {
	.photos-section__slider .slick-prev {
		left: -30px;
	}
	.photos-section__slider .slick-next {
		right: -30px;
	}
}



.dropdown.menu>li.opens-right>.is-dropdown-submenu {
    left: 50%;
    transform: translateX(-50%);
}

.top-bar .submenu li > a {
  text-align: center;
  padding-left: 0 !important;
  padding-right: 0 !important; 
}

/*Instagram*/
#instagram-feed #sb_instagram #sbi_images .sbi_item {
  margin: 0 15px !important;
  width: 256px;
}

#instagram-feed .slick-track .slick-slide .sbi_photo {
  height: 256px !important;
}

.sbi_photo_wrap {
	border: 2px solid #d30000;
	position: relative;
	cursor: pointer;
	overflow: hidden;
}
.sbi_photo_wrap a:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(211, 0, 0, 0.63);
	z-index: 10;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.sbi_photo_wrap a:after {
	content: "\f16d";
	font-family: FontAwesome;
	position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 50px;
	color: #fff;
	z-index: 11;
	opacity: 0;
	transition: opacity 0.5s ease;
}
.sbi_photo_wrap:hover a:before, .sbi_photo_wrap:hover a:after {
	opacity: 1;
}

.video-slider .slick-arrow {
    background-color: transparent;
    font-size: 0;   
	min-width: inherit;
	padding: 0;
}

.video-slider .slick-arrow:hover,
.video-slider .slick-arrow:focus {
	background-color: transparent;
}

.video-slider .slick-prev:before, 
.video-slider .slick-next:before {
	color: #d30000;
	line-height: inherit;
}

.address-columns .ginput_container_address span {
	display: block;
	float: left;
	margin-bottom: 15px;
    width: 50%;
}

.address-columns .ginput_container_address span label {
	display: none;
}

.address-columns .ginput_container_address span:nth-child(odd) {
	padding-right: 5px;
}

.address-columns .ginput_container_address span:nth-child(even) {
	padding-left: 5px;
}

#team-members .contact-info__title p {
	color: #d30000;
}

#team-members .persons {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: 0 0 20px;
    padding: 0;
}

#team-members .persons::after {
	content: '';
	display: block;
	margin-left: 48.38%;
}

#team-members .person {
	width: 250px;
	margin: 0 0 40px;
	list-style: none;
	padding: 0px;
	text-align: center;
	text-transform: uppercase;
	transition: all .4s ease;
}

#team-members .person_link_read_more {
	margin: 10px 15px;
	position: relative;
}

@media only screen and (max-width: 736px) {
	#team-members .persons {
		justify-content: center;
	}
}