body {
	font-family: 'Quicksand', 'Roboto', 'Opensans' ,'Helvetica Neue', Arial,sans-serif;
	font-size: 16px;
}

.r {
	text-align: right;
}
.c {
	text-align: center;
}
.l {
	text-align: left;
}
.clear {
	clear: both;
}

.sm_Top {
	background-image: url('top-bg.jpg');
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sm_Top.bg2 {
	background-image: url('top-bg-2.jpg');
}
.sm_Top.bg3 {
	background-image: url('top-bg-3.jpg');
}
.sm_Top.bg4 {
	background-image: url('top-bg-4.jpg');
}
.sm_Top.bg5 {
	background-image: url('top-bg-5.jpg');
}
.sm_Top.bg6 {
	background-image: url('top-bg-6.jpg');
}
.sm_Top.bg7 {
	background-image: url('top-bg-7.jpg');
}
.sm_Top.bg8 {
	background-image: url('top-bg-8.jpg');
}
.sm_Top.bg9 {
	background-image: url('top-bg-9.jpg');
}
.sm_Top.bg10 {
	background-image: url('top-bg-10.jpg');
}
.sm_Top.bg11 {
	background-image: url('top-bg-11.jpg');
}
.sm_Top.bg12 {
	background-image: url('top-bg-12.jpg');
}
.sm_Top.bg13 {
	background-image: url('top-bg-13.jpg');
}
.sm_Top.bg14 {
	background-image: url('top-bg-14.jpg');
}
.sm_Top.bg15 {
	background-image: url('top-bg-15.jpg');
}

.sm_Top .mainLogo {
	display: inline-block;
	margin: 20px;
}
.sm_Top .mainLogo img {
	height: 32px;
}

.sm_Top .topRightLink {
	color: #fff;
	text-decoration: none;
	float: right;
	margin: 20px;
	text-transform: uppercase;
}

.contMH {
	min-height: 1000px;
}

.stdP {
	font-size: 1.2em;
}

.sm_FormBox {
	background: rgba(255, 255, 255, 0.8);
	display: inline-block;
	padding: 35px;
	margin: 50px 40px 90px 40px;
	border-radius: 5px;
	width: 440px;
}

.sm_FormBox input[type="text"]{
	line-height: 36px;
	height: 38px;
	padding: 0px 10px;
	border: 1px solid #e4e5e4;
}
.sm_FormBox input[type="text"], .sm_FormBox input[type="submit"] {
	min-width: 100%;
}
.sm_FormBox .smap-suggest {
	width: 300px;
}
.sm_FormBox input[type="text"].datepicker{
	background-image: url('calendar.png');
	background-repeat: no-repeat;
	background-position: right 10px top 8px;
}
.sm_FormBox input[type="text"]:focus{
	outline: none;
}

.sm_FormBox input[type="submit"]{
	background-color: #00a815;
	color: #fff;
	border: 0px none;
	margin-top: 27px;
	border-radius: 3px;
	padding: 8px 25px;
}
.sm_FormBox input[type="submit"]:hover{
	background-color: #008815;
}
.sm_FormBox label {
	text-transform: uppercase;
	margin-bottom: 2px;
	margin-top: 12px;
	font-weight: 500;
}
.sm_FormBox h1 {
	font-family: 'Roboto';
	font-size: 2.3em;
	font-weight: 500;
	margin: 0px;
	padding: 0px;
}
.sm_FormBox h2 {
	font-size: 1.2em;
	font-weight: normal;
	margin: 10px 0px 13px 0px;
}
.sm_FormBox .dayCbx {
	float: right;
}
.sm_FormBox .dayCbx label {
	text-transform: none;
	font-weight: normal;
}

.sm_List {
	margin: 30px 0px;
}
.sm_List ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	color: #fff;
}
.sm_List ul li {
	border-top: 1px solid #fff;
}
.sm_List ul li.specTop {
	background: #d4af37;
}
.sm_List ul li.expired {
	background: #4c4c4c;
}
.sm_List ul li.padded {
	border-top: 10px solid #fff;
}
.sm_List ul div {
	padding: 5px 20px;
	cursor: pointer;
}
.sm_List ul div span.ocSymbol {
	float: right;
	width: 18px;
	height: 14px;
	background-image: url('list-tab-exp-d.png');
	background-repeat: no-repeat;
	background-color: transparent;
	margin-top: 3px;
	margin-left: 20px;
}
.sm_List ul>li.expanded>div span.ocSymbol {
	background-image: url('list-tab-exp-u.png');
}
.sm_List ul.match>li>div span.ocSymbol {
	background-image: url('list-tab-exp-r.png');
}
.sm_List ul.sp {
	background: #1f4e79;
}
.sm_List ul.cat {
	background: #2980b9;
}
.sm_List li.specTop ul.cat {
	background: #d9bb54;
}
.sm_List li.expired ul.cat {
	background: #717171;
}
.sm_List ul.cat div {
	padding-left: 40px;
}
.sm_List ul.cat div:hover {
	background: #00709e;
}
.sm_List li.specTop ul.cat div:hover {
	background: #d0aa2c;
}
.sm_List li.expired ul.cat div:hover {
	background: #808080;
}
.sm_List ul.match {
	background: #bdd7ee;
	color: #444;
}
.sm_List li.specTop ul.match {
	background: #dfc674;
}
.sm_List li.expired ul.match {
	background: #d5d5d5;
}
.sm_List ul.match div:hover{
	background: #c2e1f2;
}
.sm_List li.specTop ul.match div:hover{
	background: #ffe489;
}
.sm_List li.expired ul.match div:hover{
	background: #e3e3e3;
}
.sm_List ul.match div {
	padding-left: 60px;
}
.sm_List ul ul {
	display: none;
}
.sm_List ul li.expanded>ul {
	display: block;
}
.sm_List ul li div span.rInfo {
	float: right;
}
.sm_List ul li div span.sponsored {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	border: 1px solid #fff;
	padding: 0px 8px 0px 0px;
	line-height: 22px;
	border-radius: 15px;
}
.sm_List ul li div span.sponsored span.sponsTick {
	background: url('tick-blue.png') no-repeat scroll center #fff;
	background-size: 12px 12px;
	display: inline-block;
	float: left;
	width: 20px;
	height: 20px;
	line-height: 20px;
	margin: 1px 6px 1px 1px;
	border-radius: 15px;
}
.sm_List ul.match li div span.rInfo {
	font-size: smaller;
}
.sm_List ul li div span.liveMin {
	float: right;
	color: #3ba810;
	font-size: smaller;
	font-weight: bold;
}
.sm_List ul li span.liveCnt {
	color: #f00;
	font-size: smaller;
	font-weight: bold;
}
.sm_List ul li div.lsBox {
	float: right;
	padding: 0px;
	margin-right: 30px;
}
.sm_List ul li div.lsBox a {
	text-decoration: none;
}
.sm_List ul li img.liveStreamLogo {
	max-height: 20px;
	margin-right: 10px;
	vertical-align: top;
}
.sm_List ul.match li a.clubLogo:hover {
	text-decoration: none;
}
.sm_List ul.match li a.clubLogo img {
	height: 26px;
	margin-top: -8px;
	margin-bottom: -5px;
}
.sm_List ul.match li a.clubLogo img:hover {
	-webkit-filter: drop-shadow(0px 0px 5px #2980b9);
	filter: drop-shadow(0px 0px 5px #2980b9);
}
.sm_List ul.match li .mSubject {
	display:inline-block;
}

.sm_List .notFoundInfo {
	padding: 60px 0px;
}
.sm_List .notFoundInfo p {
	border: 1px solid #2980b9;
	background-color: #eeffff;
	padding: 20px;
}
.sm_List .listH {
	margin-bottom: 20px;
}

#mapSource, #banSource {
	display: none;
}


.sm_Bottom {
	padding: 40px 0px;
	font-size: 1.2em;
}
.sm_Bottom p {
	text-align: justify;
}
.sm_Bottom h1, .sm_List h1 {
	margin: 30px 0px;
	font-weight: normal;
}
.sm_Bottom h1, .sm_Bottom h2, .sm_Bottom h3, .sm_List h1 , .sm_Cit h1 , .sm_Clb h1 , .sm_CitCar h1 {
	text-align: center;
	font-family: 'Roboto';
}
 .sm_List .listH h1 {
	margin: 20px 0px 10px 0px;
	font-weight: 500;
 }
.sm_Bottom .bigCnts {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}
.sm_Bottom .bigCnt {
	font-size: 40px;
	color: #5b9bd5;
}
.sm_Bottom .mLogos {
	margin-left: auto;
	margin-right: auto;
}
.sm_Bottom .mLogos .mlogo img {
	width: 100%;
	max-width: 200px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sm_Bottom .mLogos .mlogo:hover img, .sm_Bottom .mLogos .mlogo.fclr img {
	-webkit-filter: none;
    filter: none;
}

.blueCont {
	background-color: #bdd7ee;
}
.blueCont a {
	color: #333;
}

.pageCont {
	padding-bottom: 100px;
}
.pageCont h1, .pageCont h2, .pageCont h3, .pageCont h4, .pageCont h5, .pageCont h6 {
	text-transform: none;
}

.sm_DistanceContainer {
	background-color: #b9b9b9;
}
.sm_Distance {
	background-color: #b9b9b9;
	color: #fff;
}
.sm_Distance .distOpt {
	text-align: right;
	padding: 5px 20px 5px 20px;
	cursor: pointer;
}
.sm_Distance .distOpt:hover {
	color: #000;
}
.sm_Distance .distOpt .distLabel {
	float: left;
}
.sm_Distance .distOpt.active {
	background-color: #3ba810;
}

.sm_Distance .distOpt.arr:after, .sm_Distance .distOpt.arr:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	z-index: 1;
}

.sm_Distance .distOpt.arr:after {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #b9b9b9;
	border-width: 14px;
	margin-top: -14px;
}
.sm_Distance .distOpt.active.arr:after {
	border-left-color: #3ba810;
}
.sm_Distance .distOpt.arr:before {
	border-color: rgba(255, 255, 255, 0);
	border-left-color: #fff;
	border-width: 15px;
	margin-top: -15px;
}

.sm_Map {
	min-height:460px;
}

.smap .cluster img {
	display: none !important;
}
.smap .cluster div {
	background-color: #fff !important;
	color: #2980b9 !important;
	border-width: 5px !important;
	width: 70px !important;
	height: 70px !important;
}
.smap .cluster span {
	line-height: 60px !important;
	font-size: 30px !important;
}

.smap .card-header {
	color: #2980b9;
	margin-bottom: 10px;
}
.smap .card-body {
	font-size: 12px;
}
.smap a.matchPoster img {
	max-height: 120px;
	max-width: 80px;
	float: right;
}
.smap .mapSocialLinks {
	float: right;
}
.smap .mapSocialLinks a {
	margin-right: 10px;
	background-color: #2980b9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 12px;
}
.smap .mapSocialLinks a:hover {
	background-color: #000;
}
.smap .mapSocialLinks a.mapLinkFacebook {
	background-image: url('mapSoc_facebook.png');
}
.smap .mapSocialLinks a.mapLinkInstagram {
	background-image: url('mapSoc_instagram.png');
}
.smap .mapSocialLinks a.mapLinkTwitter {
	background-image: url('mapSoc_twitter.png');
}
.smap .card-header a.clubLogo img {
	height: 60px;
	margin-right: 15px;
}

/* Leaflet popup styling to match SMap cards */
.leaflet-popup-content-wrapper {
	border-radius: 5px;
	padding: 0;
	box-shadow: 0 3px 14px rgba(0,0,0,0.2);
}
.leaflet-popup-content {
	margin: 0;
	padding: 13px;
	font-family: 'Quicksand', 'Roboto', 'Opensans', 'Helvetica Neue', Arial, sans-serif;
	font-size: 13px !important;
	color: #000000 !important;
	line-height: 1.5;
	min-width: 250px;
}
.leaflet-popup-content strong {
	color: #000000;
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: bold;
}
.leaflet-popup-content a.clubLogo img {
	height: 60px;
	margin-right: 15px;
	vertical-align: middle;
}
.leaflet-popup-content a.matchPoster img {
	max-height: 120px;
	max-width: 80px;
	float: right;
	margin-left: 10px;
	margin-bottom: 10px;
}
.leaflet-container a {
	color: #2980b9;
}
.leaflet-popup-tip {
	background: white;
}

/* Marker cluster styling */
.marker-cluster {
	background-color: rgba(255, 255, 255, 0.8);
	border: 5px solid #2980b9;
	border-radius: 50%;
	color: #2980b9;
	text-align: center;
	font-weight: bold;
}
.marker-cluster div {
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 50%;
	font-size: 14px;
	line-height: 36px;
	background-color: white;
	margin: 0 !important;
}

/* Additional styling for social links in Leaflet popups */
.leaflet-popup-content .mapSocialLinks {
	float: right;
	margin-bottom: 10px;
}
.leaflet-popup-content .mapSocialLinks a {
	margin-right: 10px;
	background-color: #2980b9;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 24px;
	height: 24px;
	border-radius: 12px;
}
.leaflet-popup-content .mapSocialLinks a:hover {
	background-color: #000;
}
.leaflet-popup-content .mapSocialLinks a.mapLinkFacebook {
	background-image: url('mapSoc_facebook.png');
}
.leaflet-popup-content .mapSocialLinks a.mapLinkInstagram {
	background-image: url('mapSoc_instagram.png');
}
.leaflet-popup-content .mapSocialLinks a.mapLinkTwitter {
	background-image: url('mapSoc_twitter.png');
}

.sm_Foot {
	text-align: center;
	font-size: 13px;
	padding: 20px;
}
.sm_Foot .socials a {
	margin: 0px 10px;
	text-decoration: none;
}
.sm_Foot .socials a img {
	max-width: 30px;
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.sm_Foot .socials a:hover img {
	-webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}

.sliderWrapper{
	max-width: 840px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 60px;
}
.owl-carousel {
	width: 100%;
}
div.owl-item {
	opacity: 0.4;
}
div.owl-item.active {
	opacity: 1.0;
}
.sliderWrapper .slide-nav {
	position: absolute;
	max-width: 840px;
	width: 100%;	
}
.sliderWrapper .slide-nav button {
	margin-top: 162px;
	width: 37px;
	height: 41px;
	background-color: transparent;
	border: 0px none;
	color: #fff;
}
.sliderWrapper .slide-nav button.owl-prev {
	margin-left: -60px;
	background-image: url('slide-prev.png');
}
.sliderWrapper .slide-nav button.owl-next {
	float: right;
	margin-right: -60px;
	background-image: url('slide-next.png');
}
.owl-theme .owl-dots .owl-dot span {
	border: 1px solid #1f4e79;
	background: #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: #1f4e79;
}
.owl-carousel.owl-drag .owl-item {
	display: table-cell;
	float: none;
	vertical-align: middle;
}
.owl-carousel .owl-item img, .owl-carousel .owl-item .banTxt {
	width: 98%;
}

.sliderWrapper a {
	outline: none;
}

.sm_Cit {
	padding-top: 60px;
}

.cityBox  {
	padding: 20px 20px;
	min-height: 180px;
}
.cityBox a {
	color: #000;
}
.cityBox a:hover {
	text-decoration: none;
	color: #5b9bd5;
}
.cityBox .cityName, .cityBox .citySport {
	display: block;
}
.cityBox .cityName {
	padding: 10px 10px;
	font-size: 18px;
	font-weight: bold;
}
.cityBox a.cityName:hover {
	background-color: #d9d9d9;
	color: #000;
}
.cityBox .cityName .cR {
	background: url('city-arr.png') no-repeat scroll center #d9d9d9;
	float: right;
	width: 45px;
	height: 45px;
	margin-top: -10px;
	margin-right: -10px;
}
.cityBox .cityName:hover .cR {
	background-color: #7f7f7f;
}
.cityBox .citySport {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 8px;
	font-size: 14px;
}
.cityBox .citySport .rCnt {
	float: right;
}
.sm_Cit .nextCitiesBtn, .showNextsBtn {
	display: inline-block;
	width: 50px;
	height: 50px;
	cursor: pointer;
	background: url('city-next.png') no-repeat scroll center transparent;
}


.detailH {
	text-transform: uppercase;
	text-align: center;
}

.sm_Top_line {
	background: #1f4e78;
	padding: 10px 50px;
}
.sm_Top_line .mainLogo {
	color: #fff;
}
.sm_Top_line .mainLogo img {
	height: 20px;
}
.sm_Top_line a.homeRLink {
	color: #fff;
	float: right;
	margin-left: 30px;
	display: inline-block;
}

.sm_Top_line .mainLogo , .sm_Top_line a.homeRLink {
	 line-height: 20px;
	 text-transform: uppercase;
}

.sm_clubHead {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.sm_clubHead .clubHeadMain {
	margin: 80px 40px 120px 40px;
	float: left;
}
.sm_clubHead .clubHeadMain .clubLogo {
	position: absolute;
	max-height: 175px;
	max-width: 175px;
}
.sm_clubHead .clubHeadMain .clubName {
	background: rgba(31, 78, 120, 0.6);
	color: #fff;
	display: inline-block;
	padding: 20px 40px;
	margin-left: 200px;
	margin-top: 40px;
	font-family: 'Roboto';
}
.sm_clubHead .clubHeadMain .clubName h1 {
	margin: 0px;
	text-transform: uppercase;
	font-size: 2.3em;
	font-weight: 500;
}
.sm_clubHead .clubHeadMain .clubName span {
	
	padding-left: 35px;
	background-image: url('ico_stadion.png');
	background-position: left center;
	background-repeat: no-repeat;
}

.sm_clubHead .rLinks {
	float: right;
	margin: 120px 40px 0px 40px;
}
.sm_clubHead .rLinks a {
	background: rgba(0, 168, 21, 0.8);
	color: #fff;
	padding: 8px 25px;
	margin-bottom: 20px;
	text-align: center;
	display: block;
	width: 200px;
	border: 0px none;
	cursor: pointer;
}
.sm_clubHead .rLinks a:hover {
	text-decoration: none;
	background: rgba(0, 136, 21, 0.8);
}
.specMatchBox {
	border: 1px solid #1f4e78;
	margin: 10px;
}
.specMatchBox .compName {
	background: #1f4e78;
	color: #fff;
	text-align: center;
	padding: 6px;
}
.specMatchBox .clubLogo {
	max-width: 100%;
	width: 80px;
	margin-top: 15px;
	max-height: 90px;
}
.specMatchBox h3 {
	font-size: 1.2em;
}
.specMatchBox .matchDate {
	color: #aaa;
	font-size: smaller;
}
.specMatchBox .smbTop {
	min-height: 150px;
}
.specMatchBox .matchInfo {
	color: #888;
	font-size: smaller;
	margin: 5px 18px;
}
.specMatchBox .matchInfo .tInf, .specMatchBox .matchInfo .tPlace {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
.specMatchBox .matchInfo .tInf {
	background-image: url('ico_info_gray.png');
}
.specMatchBox .matchInfo .tPlace {
	background-image: url('ico_stadion_gray.png');
}
.specMatchBox .matchButtons {
	margin:0px 10px;
}
.specMatchBox .matchButtons .mMatchBtn {
	border: 1px solid #1f4e78;
	color: #1f4e78;
	text-align: center;
	display: block;
	margin-bottom: 10px;
	padding: 4px;
}
.specMatchBox .matchButtons .mMatchBtn:hover {
	background: #1f4e78;
	color: #fff;
	cursor: pointer;
	text-decoration: none;
}
.specMatchBox .matchButtons .col-sm-6 {
	padding-left: 5px;
	padding-right: 5px;
}	
.sm_clubData .clubHeading .clubLogo {
	max-width: 80px;
	max-height: 80px;
	margin: 15px 0px;
	float: left;
}
.sm_clubData .clubHeading .clubAddr {
	float: left;
	margin: 0px 30px;
}
.sm_clubData .clubHeading .clubAddr h4 {
	margin: 20px 0px 0px 0px;
}
.sm_clubData .clubContacts a {
	color: #333;
}
.sm_clubData .clubContacts>div {
	padding-left: 30px;
	background-position: left center;
	background-repeat: no-repeat;
}
.sm_clubData .clubContacts .ctWeb {
	background-image: url('contact_web.png');
}
.sm_clubData .clubContacts .ctShop {
	background-image: url('contact_shop.png');
}
.sm_clubData .clubContacts .ctMail {
	background-image: url('contact_mail.png');
}
.sm_clubData .clubContacts .ctPhone {
	background-image: url('contact_phone.png');
}
.sm_clubData .blueTxt {
	background: #00709e;
	color: #fff;
	padding: 20px 30px;
	margin-top: 30px;
}
.sm_clubData .blueTxt .tInf, .sm_clubData .blueTxt .tPhone {
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 30px;
}
.sm_clubData .blueTxt .tInf {
	background-image: url('ico_info_white.png');
}
.sm_clubData .blueTxt .tPhone {
	background-image: url('ico_phone_white.png');
}
.sm_clubData .clubDetailTxt {
	text-align: justify;
}
.sm_clubData {
	margin: 30px 0px;
}
.container.sm_clubShop_container {
	padding: 0px;
}
.sm_clubShop .clubShopBanner {
	max-width: 100%;
}
.sm_clubShop .clubShopLink {
	position: absolute;
	border: 1px solid #fff;
	color: #fff;
	text-transform: uppercase;
	padding: 8px 30px;
	margin-top: 250px;
	margin-left: 50px;
	cursor: pointer;
}
.sm_clubShop .clubShopLink:hover {
	text-decoration: none;
	background: #fff;
	color: #000;
}
.sm_clubSocialH {
	background: #2980b9;
}
.sm_clubSocialH .container {
	padding: 20px 30px;
}
.sm_clubSocialH .socialIds {
	float: left;
	color: #fff;
}
.sm_clubSocialH .socialLinks {
	float: right;
	padding-top: 8px;
}
.sm_clubSocialH .socialLinks a {
	margin-left: 20px;
}
.sm_clubSocialH .socialLinks a img {
	max-height: 30px;
}
.sm_clubSocialC {
	margin-top: 30px;
}
.sm_clubSocialC .socialBox {
	text-align: center;
	overflow: hidden;
}
.sm_NL {
	margin: 60px 0px;
	text-align: center;
}
.sm_NL input[type="text"], .sm_NL input[type="submit"] {
	width: 200px;
	margin: 2px;
}
.sm_NL input[type="text"] {
	border: 1px solid #2a557f;
	line-height: 30px;
}
.sm_NL input[type="submit"] {
	border: 1px solid #3ba80f;
	background: #3ba80f;
	color: #fff;
	height: 35px;
}
.sm_clubUniBanner .uniBanner {
	max-width: 100%;
}
.sm_clubSponsor {
	text-align: center;
	margin: 60px 0px;
}
.sm_clubSponsor .sponBox {
	display: inline-block;
	width: 150px;
	max-width: 100%;
	margin: 10px 30px;
}
.sm_clubSponsor .sponBox .sponImg {
	width: 150px;
	max-width: 100%;
	max-height: 80px;
}
.sm_clubOtherClubs {
	text-align: center;
	margin: 40px 0px;
}
.sm_clubOtherClubs .otherClub {
	display: inline-block;
	width: 120px;
	height: 120px;
	margin: 10px 30px;
	text-align: center;
	color: #333;
	vertical-align: top;
	font-size: 13px;
}
.sm_clubOtherClubs .otherClub img {
	max-width: 80px;
	max-height: 80px;
	margin-bottom: 8px;
}

.sm_Foot.clubFoot {
	background: #1f4e78;
	color: #fff;
	margin-top:40px;
}
.sm_Foot.clubFoot a {
	color: #fff;
	text-decoration: underline;
}
.sm_Foot.clubFoot a:hover {
	color: #e77817;
}


#inp_clb_srch {
	width: 450px;
	max-width: 100%;
	margin-top: 10px;
	line-height: 36px;
	padding: 0px 10px;
}
ul.ui-autocomplete {
	max-width: 100%;
	font-family: 'Quicksand', 'Roboto', 'Opensans' ,'Helvetica Neue', Arial,sans-serif;
}
ul.ui-autocomplete li {
	border-bottom: 1px solid #eee;
	font-weight: bold;
	color: #333;
	font-size: 14px;
	line-height: 16px;
}
ul.ui-autocomplete li .ui-menu-item-wrapper {
	padding: 8px 30px;
}
ul.ui-autocomplete li span.sport {
	font-weight: normal;
	color: #8a8a8a;
	font-size:12px;
}
ul.ui-autocomplete .ui-state-hover, ul.ui-autocomplete .ui-state-active {
    background-color: #f3f3f3;
	font-weight: bold;
	color: #333;
	border-color: #c5c5c5;
}

.navbar {
	background: #1f4e78;
	border-left: 0px none;
	border-right: 0px none;
	border-top: 0px none;
	border-bottom: 1px solid #112b42;
	border-radius: 0px;
	padding-right: 60px;
	padding-left: 45px;
}
.navbar .navbar-brand img {
	height: 20px;
	margin-top: 3px;
}
.navbar-default .navbar-nav > li > a {
	color: #fff;
}
.navbar-default .navbar-nav > li > a:hover {
	color: #fb8218;
}
.navpadder {
	height: 50px;
}

.greenBtn {
    background-color: #00a815;
    color: #fff;
    border: 0px none;
    margin-top: 27px;
    border-radius: 3px;
    padding: 8px 25px;	
}
.greenBtn:hover {
	background-color: #008815;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}
.pinkBtn {
	background: linear-gradient(to right, #E61E4D 0%, #E31C5F 50%, #D70466 100%);
	color: #fff;
    border: 0px none;
    margin-top: 27px;
    border-radius: 3px;
    padding: 8px 40px;	
}
.pinkBtn:visited, .pinkBtn:active, .pinkBtn:focus {
	color: #fff;
	text-decoration: none;
}
.pinkBtn:hover {
	background: #D00061;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
}


.placeInfo {
	margin-bottom: 30px;
}
.placeInfo .placeDescription,  .placeInfo .placeDescriptionLong {
	text-align: justify;
}
.placeInfo .placeDescriptionLong {
	display: none;
}
.placeInfo .placeDescrExpander {
	display: block;
	text-align: right;
	cursor: pointer;
	color: #337ab7;
}

.sm_CitCar .cityBox {
	color: #fff;
	text-decoration: none;
	text-align: left;
	padding: 0px;
	display: block;
}
.sm_CitCar .cityBox img.cityImage {
	width: 100%;
}
.sm_CitCar .cityBox .cityTxt {
	height: 200px;
	overflow: hidden;
	padding: 20px;
}
.sm_CitCar .cityBox .cityTxt h2 {
	margin: 0px;
	font-size: 22px;
}
.sm_CitCar .owl-carousel.owl-drag .owl-item {
	display: block;
	float: left;
	vertical-align: top;
}
.sm_CitCar .city-car-nav {
	float: right;
	margin-top: -42px;
	margin-bottom: 10px;
}
.sm_CitCar .owl-next, .sm_CitCar .owl-prev {
	width: 42px;
	height: 42px;
	border: 1px solid #d9d9d9;
	margin-left: 10px;
	border-radius: 22px;
	background-color: #fff;
	font-size: 0px;
	background-repeat: no-repeat;
	background-size: 16px 16px;
}
.sm_CitCar .owl-next {
	background-image: url('slide-next.png');
	background-position: 14px center;
}
.sm_CitCar .owl-prev {
	background-image: url('slide-prev.png');
	background-position: 11px center;
}
.sm_CitCar .owl-next:hover, .sm_CitCar .owl-prev:hover {
	background-color: #bc1a6e;
	border-color: #bc1a6e;
}
.sm_CitCar .owl-next:hover {
	background-image: url('slide-next-white.png');
}
.sm_CitCar .owl-prev:hover {
	background-image: url('slide-prev-white.png');
}



.loaderWrapper {
	display: none;
}
.loaderAnim {
	display: inline-block;
	border: 5px solid #f3f3f3;
	border-top: 5px solid #3498db;
	border-radius: 50%;
	width: 32px;
	height: 32px;
	animation: spin 2s linear infinite;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}