body, html {width: 100%; height: 100%; -webkit-font-smoothing: antialiased; }

header {width: 100%; height: 80px; position: fixed; background: #2e2e2e; z-index: 99; font-family: 'Exo 2', 'Myriad Pro', Arial;}
header a#logo {margin-top: 26px; margin-left: 85px; display: block; float: left; }
header nav#nav_main {float: right; display: block; margin-top: 15px; font-weight: 500;}
header nav#nav_main ul li {float: left;}
header nav#nav_main ul li:last-child {margin-right: 85px; }
header nav#nav_main ul li a {border: 2px #2e2e2e solid; border-radius: 25px; color: #fff; font-size: 14px; text-transform: uppercase; padding: 15px; display: block;}
header nav#nav_main ul li a:hover {border-color: #fff; }

header #mob_menu_handler {float: right; padding: 15px; color: #fff; margin-top: 14px; display: none; }
header #mob_menu_handler a {padding: 15px; color: #fff; }

a.btn_white_rounded {border: 2px #fff solid; display: inline-block; color: #c73333; background: #fff; padding: 11px 30px; font-size: 14px; border-radius: 25px; font-family: 'Exo 2', 'Myriad Pro', Arial; font-weight: 400; text-transform: uppercase; }
a.btn_white_rounded:hover {background: transparent; color: #fff; }
a.btn_white_rounded_red {cursor: pointer; border: 2px #c73333 solid; display: inline-block; color: #c73333; background: #fff; padding: 11px 30px; font-size: 14px; border-radius: 25px; font-family: 'Exo 2', 'Myriad Pro', Arial; font-weight: 400; text-transform: uppercase; line-height: 16px; }
a.btn_white_rounded_red:hover {background: #c73333; color: #fff; }
a.btn_white_rounded_tra {cursor: pointer; border: 2px #fff solid; display: inline-block; color: #fff; background: transparent; padding: 11px 30px; font-size: 14px; border-radius: 25px; font-family: 'Exo 2', 'Myriad Pro', Arial; font-weight: 400; text-transform: uppercase; }
a.btn_white_rounded_tra:hover {background: #fff; color: #c73333; }
.centered {text-align: center; }

.segment {width: 100%; min-height: 100%; overflow: hidden; }

#runner_widget {width: 30px; height: 100%; position: fixed; top: 0px; left: 0px; background: #fff; z-index: 100; font-family: 'Exo 2', 'Myriad Pro', Arial;}
#runner_widget .distances {height: 100%; width: 100%; }
#runner_widget .distances .section {position: relative; height: 25%; width: 100%; display: inline-block; vertical-align: middle; font-size: 13px; font-weight: 300; color: #1e1e1e; text-align: center; }
#runner_widget .distances .section span.distance {position: absolute; bottom: 0px; left: 0px; width: 100%; z-index: 10;}
#runner_widget .distances .section span.distance span {font-size: 10px; display: block; width: 100%;}
#runner_widget #runner_widget_progress {width: 100%; background: #c73333; height: 10px; position: absolute; top: 0px; left: 0px; }
#runner_widget #runner_widget_progress img {position: absolute; bottom: -28px; left: 4px; z-index: 10; }

#home {min-height: 100%; width: 100%; background: url('../img/seg_home_bg.jpg') no-repeat 100% 100%; background-size: cover; font-family: 'Exo 2', 'Myriad Pro', Arial; }
#home .counter {margin-top: 130px; margin-right: 110px; float: right; color: #fff; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}
#home .counter h4 {font-size: 24px; text-transform: uppercase; font-style: italic; font-weight: 300; }
#home .counter .counter_itself {text-align: center; margin-top: 10px; }
#home .counter .counter_itself div {padding: 0px 8px; display: inline-block; text-align: center; font-size: 40px; font-weight: 700; font-style: italic; }
#home .counter .counter_itself div span {clear: both; display: block; font-weight: 400; font-size: 14px; text-transform: uppercase; }

#home .slogan {margin-left: 100px; padding-top: 60px; clear: both; color: #fff; font-family: 'Exo 2', 'Myriad Pro', Arial; text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.7);}
#home .slogan h1 {font-style: italic; text-transform: uppercase;}
#home .slogan h1 span.t1 {font-size: 130px; font-weight: 800; float: left; }
#home .slogan h1 span.t2 {font-size: 60px; font-weight: 200; line-height: 87px; }
#home .slogan h1 span.t3 {font-size: 60px; font-weight: 700; display: block; line-height: 10px; text-indent: 35px; }
#home .slogan ul {clear: both; font-style: italic; }
#home .slogan ul li {font-weight: 300; font-size: 32px; list-style: none; margin-bottom: 5px; }
#home .slogan ul li span {font-weight: 800; width: 60px; display: inline-block;}
#home .home_btn {width: 100%; text-align: center; margin-top: 50px; padding-bottom: 50px; }

#news_container {background: #fafafa; font-family: 'Exo 2', 'Myriad Pro', Arial;}
#news_inner_content {width: 1180px; overflow: hidden; padding-top: 70px; margin: 0 auto; }
#news_inner_content #news_inner_left {width: 575px; float: left;}
#news_inner_content #news_inner_left img {width: 100%; }
#news_inner_content #news_inner_left .news_wide_info {background: #fff; min-height: 233px; padding: 0px 30px;}
#news_inner_content #news_inner_left .news_wide_info h2 {text-align: center; padding: 25px 0 10px; color: #4b4b4b; font-size: 32px; font-weight: 400; font-style: italic; }
#news_inner_content #news_inner_left .news_wide_info span.date {margin-bottom: 20px; font-size: 13px; color: #c73333; text-align: center; width: 100%; display: block; }
#news_inner_content #news_inner_left .news_wide_info p {color: #4b4b4b; font-size: 14px; line-height: 17px;}
#news_inner_content #news_inner_left .news_wide_info .btn {text-align: center; padding-top: 20px; }

#news_inner_content #news_inner_right {width: 575px; float: right;}
#news_inner_content #news_inner_right .news_square_single {width: 575px; overflow: hidden; }
#news_inner_content #news_inner_right .news_square_single:last-child{margin-top: 33px; }
#news_inner_content #news_inner_right .news_square_single img {width: 255px; height: 216px; float: left; }
#news_inner_content #news_inner_right .news_square_single .news_wide_info {float: right; width: 280px; background: #fff; height: 216px; padding: 0px 20px; }
#news_inner_content #news_inner_right .news_square_single .news_wide_info h2 {text-align: center; padding: 25px 0 10px; color: #4b4b4b; font-size: 22px; font-weight: 400; font-style: italic; }
#news_inner_content #news_inner_right .news_square_single .news_wide_info span.date {margin-bottom: 20px; font-size: 13px; color: #c73333; text-align: center; width: 100%; display: block; }
#news_inner_content #news_inner_right .news_square_single .news_wide_info .short_desc {max-height: 40px; overflow: hidden; }
#news_inner_content #news_inner_right .news_square_single .news_wide_info p {color: #4b4b4b; font-size: 14px; line-height: 17px;}
#news_inner_content #news_inner_right .news_square_single .news_wide_info .btn {text-align: center; padding-top: 20px; }

#news_container .news_see_all_btn {text-align: center; padding: 50px 0;}

#gallery_container {width: 100%; min-height: 100%; background: url('../img/seg_gallery_bg.jpg') 100% 100%; background-size: cover; overflow: hidden; font-family: 'Exo 2', 'Myriad Pro', Arial; }
#gallery_inner_content {width: 1180px; margin: 130px auto 0; overflow: hidden; }
#gallery_inner_content .gal_single_wide {width: 590px; }
#gallery_inner_content .gal_single_wide_title {background: #c73333 !important; }
#gallery_inner_content .gal_single_wide_title h3 {font-size: 40px !important; line-height: 44px !important; }
#gallery_inner_content .gal_single_wide_title .gal_overlay {background: none !important; }
#gallery_inner_content .gal_single_square {width: 295px;}
#gallery_inner_content .gal_single_square img {width: 295px;}
#gallery_inner_content .gal_single {float: left;  height: 241px; position: relative; }
#gallery_inner_content .gal_single h3 {color: #fff; font-size: 22px; font-weight: 300; font-style: italic; position: absolute; bottom: 10px; left: 10px; }
#gallery_inner_content .gal_single img {height: 241px;}
#gallery_inner_content .gal_single .gal_overlay {width: 100%; height: 100%; position: absolute; bottom: 0px; left: 0; background: url('../img/gallery_overlay.png') repeat-x 100% 100%;}
#gallery_inner_content .gal_single .gal_overlay:hover {background: rgba(0, 0, 0, 0.6);}
.gal_see_all_btn {text-align: center; padding: 50px 0; }

#map_container {width: 100%; height: 100%; background: url('../img/trasa_bg.jpg') no-repeat 50% 70%;}

#for_runners_container {width: 100%; min-height: 100%; background: url('../img/seg_runners_bg.jpg') no-repeat 100% 100%; background-size: cover; overflow: hidden; font-family: 'Exo 2', 'Myriad Pro', Arial;}
#for_runners_container .for_runners_inner {width: 1180px; min-height: 100%; margin: 0 auto; }

.for_runners_inner .for_runners_side {width: 455px; display: inline-block; vertical-align: top; margin-top: 120px; overflow: hidden; }
.for_runners_inner .for_runners_side_left {text-align: right; }
.for_runners_inner .for_runners_side_right {text-align: left; }
.for_runners_inner .for_runners_middle {display: inline-block; width: 260px; height: 100%; background: url('../img/seg_runners_woman.png') no-repeat 50% 50%;  }
.for_runners_single_block {display: inline-block; cursor: pointer; }
.for_runners_single_block .for_runners_single_circle {position: relative; margin: 0px auto 12px; width: 107px; height: 107px; background: #dfdcdb; border: 2px #c73333 solid; border-radius: 55px;}
.for_runners_single_block .for_runners_single_label {font-size: 14px; color: #c73333; text-transform: uppercase; font-weight: 600; width: 180px; text-align: center; padding: 10px 0px; background: #dfdcdb; border: 2px #c73333 solid; border-radius: 20px;}
.for_runners_side .for_runners_single_block:nth-child(2n) {margin-left: 30px; }
.for_runners_side .for_runners_single_block:nth-child(1), .for_runners_side .for_runners_single_block:nth-child(2) {margin-bottom: 50px; }

.for_runners_inner .for_runners_side_left .for_runners_single_block:nth-child(1) .for_runners_single_circle .r_ico {width: 41px; height: 57px; position: absolute; top: 50%; left: 50%; margin-top: -30px; margin-left: -20px; background: url('../img/runners_ico_a1.png') no-repeat;}
.for_runners_inner .for_runners_side_left .for_runners_single_block:nth-child(2) .for_runners_single_circle .r_ico {width: 49px; height: 53px; position: absolute; top: 50%; left: 50%; margin-top: -27px; margin-left: -24px; background: url('../img/runners_ico_a2.png') no-repeat;}
.for_runners_inner .for_runners_side_left .for_runners_single_block:nth-child(3) .for_runners_single_circle .r_ico {width: 52px; height: 51px; position: absolute; top: 50%; left: 50%; margin-top: -26px; margin-left: -24px; background: url('../img/runners_ico_a3.png') no-repeat;}
.for_runners_inner .for_runners_side_left .for_runners_single_block:nth-child(4) .for_runners_single_circle .r_ico {width: 45px; height: 45px; position: absolute; top: 50%; left: 50%; margin-top: -24px; margin-left: -20px; background: url('../img/runners_ico_a4.png') no-repeat;}

.for_runners_inner .for_runners_side_right .for_runners_single_block:nth-child(1) .for_runners_single_circle .r_ico {width: 40px; height: 57px; position: absolute; top: 50%; left: 50%; margin-top: -26px; margin-left: -20px; background: url('../img/runners_ico_b1.png') no-repeat;}
.for_runners_inner .for_runners_side_right .for_runners_single_block:nth-child(2) .for_runners_single_circle .r_ico {width: 53px; height: 53px; position: absolute; top: 50%; left: 50%; margin-top: -28px; margin-left: -26px; background: url('../img/runners_ico_b2.png') no-repeat;}
.for_runners_inner .for_runners_side_right .for_runners_single_block:nth-child(3) .for_runners_single_circle .r_ico {width: 56px; height: 40px; position: absolute; top: 50%; left: 50%; margin-top: -20px; margin-left: -27px; background: url('../img/runners_ico_b3.png') no-repeat;}
.for_runners_inner .for_runners_side_right .for_runners_single_block:nth-child(4) .for_runners_single_circle .r_ico {width: 39px; height: 55px; position: absolute; top: 50%; left: 50%; margin-top: -31px; margin-left: -19px; background: url('../img/runners_ico_b4.png') no-repeat;}

.for_runners_single_block.active .for_runners_single_circle {background: #c73333; }
.for_runners_single_block.active .for_runners_single_label {background: #c73333; color: #fff; }
.for_runners_single_block.active .for_runners_single_circle .r_ico {background-position-y: 100% !important; }

#history_container {background: #fafafa; font-family: 'Exo 2', 'Myriad Pro', Arial;}
#history_inner_content {width: 1180px; overflow: hidden; padding-top: 70px; margin: 0 auto; }

#history_inner_content #history_inner_right {width: 575px; float: right;}
#history_inner_content #history_inner_right .news_square_single {width: 575px; overflow: hidden; }
#history_inner_content #history_inner_right .news_square_single:nth-child(2){margin-top: 33px; }
#history_inner_content #history_inner_right .news_square_single img {width: 255px; height: 216px; float: left; }
#history_inner_content #history_inner_right .news_square_single .news_wide_info {float: right; width: 280px; background: #fff; height: 216px; padding: 0px 20px; }
#history_inner_content #history_inner_right .news_square_single .news_wide_info h2 {text-align: center; padding: 25px 0 10px; color: #4b4b4b; font-size: 22px; font-weight: 400; font-style: italic; }
#history_inner_content #history_inner_right .news_square_single .news_wide_info span.date {margin-bottom: 20px; font-size: 13px; color: #c73333; text-align: center; width: 100%; display: block; }
#history_inner_content #history_inner_right .news_square_single .news_wide_info p {color: #4b4b4b; font-size: 14px; line-height: 17px;}
#history_inner_content #history_inner_right .news_square_single .news_wide_info .btn {text-align: center; padding-top: 20px; }

#history_inner_right .history_see_all_btn {text-align: center; padding: 50px 0;}

#history_inner_left {width: 575px; float: left; font-size: 28px; font-style: italic; text-align: right; color: #4b4b4b; line-height: 34px; }
#history_inner_left h3 {font-weight: 700; margin-bottom: 10px; margin-top: 80px; }
#history_inner_left p {font-weight: 300; max-width: 400px; float: right; }
.history_left_btn {clear: both; margin-top: 30px; float: right; }

#for_media_container {background: #fafafa; font-family: 'Exo 2', 'Myriad Pro', Arial;}
#for_media_inner_content {width: 1180px; overflow: hidden; padding-top: 70px; margin: 0 auto; }
#for_media_inner_content #for_media_inner_left {width: 575px; float: left;}
#for_media_inner_content #for_media_inner_right {width: 575px; float: right;}
#for_media_inner_content #for_media_inner_left .for_media_left_btn {font-weight: 400; text-align: center; text-transform: uppercase; font-size: 14px; float: left; width: 30%; margin-right: 2%; background: #c73333; color: #fff; padding: 155px 0 30px;}
#for_media_inner_content #for_media_inner_left .for_media_left_btn:last-child {margin-right: 0px;}

#for_media_inner_content #for_media_inner_right .for_media_right_block {width: 100%; background: #fff; margin-top: 25px; }
#for_media_inner_content #for_media_inner_right .for_media_right_block:first-child {margin-top: 0px; }
#for_media_inner_content #for_media_inner_right .for_media_right_block .for_media_right_block_inner {padding: 20px 30px; color: #4b4b4b; }
#for_media_inner_content #for_media_inner_right .for_media_right_block .for_media_right_block_inner h3 {font-size: 22px; font-weight: 400; font-style: italic; margin-bottom: 20px; }
#for_media_inner_content #for_media_inner_right .for_media_right_block .for_media_right_block_inner p {font-size: 14px; font-weight: 400; line-height: 18px; }
#for_media_inner_content #for_media_inner_right .for_media_right_block .for_media_right_block_inner .for_media_btns {width: 100%; text-align: center; margin-top: 20px; }

#contact_container {background: #fafafa; font-family: 'Exo 2', 'Myriad Pro', Arial;}
#contact_inner_content {width: 1180px; padding-top: 70px; margin: 0 auto; }
#contact_inner_left {width: 575px; float: left;}
#contact_inner_right {width: 575px; float: right;}

#contact_inner_left #contact_form {position: relative; background: #fff; padding: 30px 20px; width: 380px; float: right; }
#contact_inner_left #contact_form .contact_runner {position: absolute; top: -20px; left: -255px; }
#contact_inner_left #contact_form h2 {color: #c73333; font-weight: 400; font-style: italic; font-size: 22px; margin-bottom: 30px; }
#contact_inner_left #contact_form .contact_form_single_row {width: 100%; clear: both; margin-bottom: 15px; }
#contact_inner_left #contact_form .contact_form_single_row label {width: 100%; font-size: 14px; color: #c73333; font-weight: 600; text-align: center; text-transform: uppercase; display: block; margin-bottom: 5px; }
#contact_inner_left #contact_form .contact_form_single_row input {color: #4b4b4b; width: 100%; border: 2px #c73333 solid; border-radius: 25px; padding: 10px 0; text-indent: 20px; font-size: 14px; }
#contact_inner_left #contact_form .contact_form_single_row textarea {color: #4b4b4b; width: 100%; height: 100px; border: 2px #c73333 solid; border-radius: 25px; padding: 10px 0; text-indent: 20px; font-size: 14px; resize: none; }

#contact_inner_right .contact_right_redbox {background: #c73333; color: #fff; }
#contact_inner_right .contact_right_redbox .contact_right_redbox_inner {padding: 30px 20px; }
#contact_inner_right .contact_right_redbox h3 {font-size: 22px; font-weight: 400; font-style: italic; margin-bottom: 20px; }
#contact_inner_right .contact_right_redbox p {font-size: 14px; font-weight: 400; line-height: 18px; }

#contact_inner_right #contact_map {margin-top: 25px; }

/* subpages */
.single_page_container {margin-top: 50px; float: left; }

/* news category */
.news_list {clear: both; margin-top: 25px; float: left; width: 100%; }
.news_list .news_square_single {width: 575px; float: left; margin-bottom: 25px; }
.news_list .news_square_single:nth-child(2n) {float: right; }
.news_list .news_square_single img {width: 255px; height: 216px; float: left; }
.news_list .news_square_single .news_wide_info {float: right; width: 280px; background: #fff; height: 216px; padding: 0px 20px; }
.news_list .news_square_single .news_wide_info h2 {text-align: center; padding: 25px 0 10px; color: #4b4b4b; font-size: 22px; font-weight: 400; font-style: italic; }
.news_list .news_square_single .news_wide_info span.date {margin-bottom: 20px; font-size: 13px; color: #c73333; text-align: center; width: 100%; display: block; }
.news_list .news_square_single .news_wide_info p {color: #4b4b4b; font-size: 14px; line-height: 17px;}
.news_list .news_square_single .news_wide_info .btn {text-align: center; padding-top: 20px; }

#news_single_container {background: #fafafa; font-family: 'Exo 2', 'Myriad Pro', Arial;}
#news_single_container .news_single_inner {width: 1180px; overflow: hidden; margin: 70px auto 0;}
.news_single_inner .news_single_left {background: #fff; width: 575px; float: left; }
.news_single_inner .news_single_right {float: right; width: 575px; }
.news_single_inner .news_single_left .single_news_img img {width: 100%; }
.news_single_inner .news_single_left .single_news_info {margin-bottom: 40px;}
.news_single_inner .news_single_left .single_news_info h2 {text-align: center; padding: 25px 10px 10px 10px; color: #4b4b4b; font-size: 32px; font-weight: 400; font-style: italic; }
.news_single_inner .news_single_left .single_news_info span.date {font-size: 13px; color: #c73333; text-align: center; width: 100%; display: block; }
.news_single_inner .news_single_left .single_news_content {padding: 0px 20px; color: #4b4b4b; font-size: 14px; line-height: 18px; }
.news_single_inner .news_single_left .single_news_content p {margin-bottom: 1em; }

.single_news_content img {width: 100%; height: auto; }

.news_single_right .news_square_single {width: 100%; overflow: hidden; margin-bottom: 25px; }
.news_single_right .news_square_single:last-child{margin-top: 33px; }
.news_single_right .news_square_single img {width: 255px; height: 216px; float: left; }
.news_single_right .news_square_single .news_wide_info {float: right; width: 280px; background: #fff; height: 216px; padding: 0px 20px; }
.news_single_right .news_square_single .news_wide_info h2 {text-align: center; padding: 25px 0 10px; color: #4b4b4b; font-size: 22px; font-weight: 400; font-style: italic; }
.news_single_right .news_square_single .news_wide_info span.date {margin-bottom: 20px; font-size: 13px; color: #c73333; text-align: center; width: 100%; display: block; }
.news_single_right .news_square_single .news_wide_info p {color: #4b4b4b; font-size: 14px; line-height: 17px;}
.news_single_right .news_square_single .news_wide_info .btn {text-align: center; padding-top: 20px; }

.text_inner_right {float: right; width: 575px;}
.text_inner_links {width: 100%; }
.text_inner_links ul {list-style: none; }
.text_inner_links ul li {list-style: none; margin-bottom: 6px; }
.text_inner_links ul li a {display: block; width: 100%; background: #c73333; padding: 15px 20px; color: #fff; text-transform: uppercase; font-size: 14px; font-weight: 400; line-height: 18px; }
.text_inner_links ul li a:hover {background: #4b4b4b; }
.text_inner_links ul li a.active {background: #4b4b4b; }

.pagin_on_list_pages {padding: 30px 0; width: 100%; text-align: center; font-family: 'Exo 2', 'Myriad Pro', Arial; }
.pagin_on_list_pages ul.pagination {font-weight: 400; font-size: 14px; display: inline-block; border: 2px #c73333 solid; border-radius: 25px; padding: 8px 25px; }
.pagin_on_list_pages ul.pagination li {float: left; padding: 4px 6px; }
.pagin_on_list_pages ul.pagination li a {color: #c73333; font-weight: 500; }
.pagin_on_list_pages ul.pagination li.active a {color: #4b4b4b; font-weight: 600;}
.pagin_white ul.pagination {border-color: #fff !important; }
.pagin_white ul.pagination li a {color: #fff !important; }

.text_subpage .news_single_inner .news_single_left {width: 100% !important; }
.text_subpage .news_single_inner .news_single_left table {width: 100%; }

.faq_content {background: none !important; }
.faq_content h2 {color: #4b4b4b; font-weight: 300; font-style: italic; font-size: 36px; margin-bottom: 25px; }
#faq_list {font-family: 'Exo 2', 'Myriad Pro', Arial; }
#faq_list .single_faq_ask {width: 100%; font-size: 14px; line-height: 18px; color: #4b4b4b; margin-bottom: 10px; float: left; }
#faq_list .single_faq_ask .single_faq_head {cursor: pointer; background: #c73333; font-weight: 600; text-transform: uppercase; color: #fff; padding: 20px 25px;}
#faq_list .single_faq_ask .single_faq_head:hover {background: #4b4b4b; }
#faq_list .single_faq_ask .single_faq_answer {background: #fff; padding: 20px 25px; display: none; }


footer {font-family: 'Exo 2', 'Myriad Pro', Arial; color: #232323; font-size: 14px; padding: 15px; background: #fafafa; overflow: hidden; line-height: 20px; }
footer #footer_inner {width: 1180px; overflow: hidden; margin: 0 auto; }
footer .copy {float: left; }
footer .realisation {float: right; }
footer .realisation2 {float: right; margin-right: 20px; }


/* Desktops and laptops ----------- */
@media only screen and (max-width : 1024px) {
	header nav#nav_main ul li:last-child {margin-right: 45px; }
	header nav#nav_main ul li a {padding: 15px 8px;}
}

@media only screen and (max-width : 960px) {

	.segment {min-height: 0px;}

	#runner_widget {display: none;}
	
	header a#logo {margin-left: 35px; }

	header nav#nav_main ul {display: none; }
	header #mob_menu_handler {display: block; }

	header {} /*height fix*/
	header nav#nav_main {width: 100%; background: #2e2e2e; }
	header nav#nav_main ul li {clear: both; margin: 0px; padding: 5px 0px; text-align: center; width: 100%; }
	header nav#nav_main ul li a {border: 0px; color: #fff; font-size: 16px; text-transform: uppercase; padding: 5px 15px; display: block;}
	header nav#nav_main ul li a:hover {border-color: #fff; }

	#home {min-height: none; height: none;}
	#home .counter {margin-right: 20px;}

	#news_inner_content {width: 100%; }
	#news_inner_content #news_inner_left {width: 100%;}
	#news_inner_content #news_inner_right {width: 100%; margin-top: 25px; text-align: center; }
	#news_inner_content #news_inner_right .news_square_single {margin: 0 auto; display: inline-block; }
	#news_inner_content #news_inner_right .news_square_single .news_wide_info {float: left; text-align: left; }
	#news_inner_content #news_inner_left .news_wide_info {padding-bottom: 20px; }

	#for_runners_container .for_runners_inner {width: 100%; padding: 100px 0;}
	.for_runners_inner .for_runners_middle {display: none; }
	.for_runners_inner .for_runners_side {width: 100%; margin: 0px !important;}
	.for_runners_single_block {margin-bottom: 50px !important;}
	.for_runners_inner .for_runners_side_left {text-align: center; margin-top: 20px !important; }
	.for_runners_inner .for_runners_side_right {text-align: center; }
	.for_runners_side .for_runners_single_block {margin-left: 0px !important;}

	#for_runners_container {min-height: 0px; }
	#for_runners_container .for_runners_inner {min-height: 0px; }

	#history_inner_content {width: 100%; padding-top: 20px; }
	#history_inner_content #history_inner_left {width: 100%; margin-bottom: 30px; }
	#history_inner_content #history_inner_right {width: 100%; text-align: center; }
	#history_inner_content #history_inner_right .news_square_single {margin: 0 auto; display: inline-block; }
	#history_inner_content #history_inner_right .news_square_single .news_wide_info {float: left; text-align: left; }

	#history_inner_content #history_inner_right .news_square_single  {margin: 0 auto; }
	#history_inner_content #history_inner_right .news_square_single .news_wide_info {float: left; }
	#history_inner_left {text-align: center; }
	#history_inner_left h3 {margin-bottom: 10px; margin-top: 20px; width: 100%; text-align: center; }
	#history_inner_left p {max-width: 100%; text-align: center; }
	.history_left_btn {clear: both; margin-top: 30px; display: inline-block; float: none; margin-bottom: 20px; }

	#gallery_inner_content {width: 100%; }
	#gallery_inner_content .gal_single_wide {width: 66%; }
	#gallery_inner_content .gal_single_square {width: 33%;}
	#gallery_inner_content .gal_single_square img {width: 100%;}

	#for_media_inner_content {width: 100%; }
	#for_media_inner_content #for_media_inner_left {width: 100%; }
	#for_media_inner_content #for_media_inner_right {width: 100%; }
	#for_media_inner_content #for_media_inner_left .for_media_left_btn {width: 31%; height: 30px; }
	#for_media_inner_content #for_media_inner_left .for_media_left_btn:first-child {float: left;}
	#for_media_inner_content #for_media_inner_left .for_media_left_btn:nth-child(2) {margin: 0px 2%;}
	#for_media_inner_content #for_media_inner_left .for_media_left_btn:last-child {float: right;}

	#for_media_inner_content #for_media_inner_right {margin-top: 25px; }

	#contact_inner_content {width: 100%; }
	#contact_inner_left {width: 100%; text-align: center; }
	#contact_inner_right {width: 100%; }
	.contact_runner {display: none; }
	#contact_inner_left #contact_form {display: inline-block; float: none; margin-bottom: 25px; }

	.news_list {text-align: center;}
	.news_list .news_square_single {float: none !important; margin-bottom: 25px; display: inline-block; }

}

@media only screen and (max-width : 480px) {
	#home .slogan ul {display: none;}
	#home .slogan {margin: 0; }
	#home {text-align: center; }
	#home .counter {display: inline-block; float: none; margin: 0; margin-top: 100px; }
	#home .slogan h1 span {width: 100%; clear: both; display: block; text-align: center; margin: 0; text-indent: 0px !important; }

	#news_inner_content #news_inner_right .news_square_single {width: 100%; text-align: center; }
	#news_inner_content #news_inner_right .news_square_single img {display: inline-block; float: none; }
	#news_inner_content #news_inner_right .news_square_single .news_wide_info {width: 90%; padding: 0px 5%; }

	#history_inner_left p {font-size: 16px; line-height: 20px; padding: 0px 20px; }
	#history_inner_content #history_inner_right .news_square_single {width: 100%; text-align: center; }
	#history_inner_content #history_inner_right .news_square_single img {display: inline-block; float: none;}
	#history_inner_content #history_inner_right .news_square_single .news_wide_info {width: 90%; padding: 0px 5%; }



	#gallery_inner_content .gal_single_wide {width: 100%; }
	#gallery_inner_content .gal_single_square {width: 50%;}
	#gallery_inner_content .gal_single_square img {width: 100%;}

	#contact_inner_left #contact_form {width: 100%; padding: 30px 0px;}

	.news_list .news_square_single {width: 100%; display: inline-block; text-align: center; }
	.news_list .news_square_single img {display: inline-block; float: none; }
	.news_list .news_square_single .news_wide_info {width: 90%; padding: 0px 5%; }

}


/* carousel main */
#logo_carousel_heading {width: 100%; max-width: 1180px; font-family: 'Exo 2', 'Myriad Pro', Arial; margin: 0 auto; padding: 0px 0 15px; }
#logo_carousel_heading h2 {font-size: 22px; font-weight: 400; font-style: italic; text-indent: 15px; }
#logo_carousel {padding: 20px 0; border-top: 20px #fafafa solid; }
#owl-carousel {width: 100%; max-width: 1180px; height: 150px; margin: 0 auto; }
#owl-carousel .item {max-height: 150px; height: 150px; float: left; width: 100%; text-align: center; white-space: nowrap; }
#owl-carousel .item img {vertical-align: middle; }
#owl-carousel .item .vhelper {display: inline-block; height: 100%; vertical-align: middle; }


