/*---------BASES STYLE-------------*/

html,
body { height: 100%; }

/* Placeholder */

::-webkit-input-placeholder { color: #fff; }
:-moz-placeholder { color: #fff; opacity: 1; }
::-moz-placeholder { color: #fff; opacity: 1; }
:-ms-input-placeholder { color: #fff; }

/* Body */

body {
    font-family: "proxima-nova-alt-ext-cond", "ArialNarrow", Arial, sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 100%;
    background: #1D1D1D;
}

main {
    width: 100%; max-width:100%;
    min-height: 100%;
    height: auto !important;
    margin: 0 auto;
    min-width: 300px;
    margin-bottom: -22px; /*Sticky Footer*/
    padding-bottom: 20px;
    display: block;
}

header {margin-bottom: 25px;}

/*----------- Quick Styles and Grid----------*/

/*Text Colors*/
.lightBlueText {color: #83bffc !important;}
.whiteText {color: white !important;}
.greyText {color: #7a7a7d !important;}
.medGreyText {color: #4b4b4f !important;}
.darkGreyText {color: #4c4c4f !important;}
.redText {color: #a3000c !important;}
.bronzeText {color: #ff9000 !important;}
.greenText { color: #40a61f !important; }
.darkGreenText { color: #318200 !important; }

/*Useful*/
.capsText {text-transform: uppercase;}
.heavyText {font-weight: 400;}
.heavierText {font-weight: 600;}
.last {margin-right: 0px !important; padding-right: 0px !important;}
.horizontalBorder {border-bottom: 1px solid #636363; width: 100%; display: block;}
.capital { text-transform: uppercase; }
.show-button { display: block !important;}
.clear { margin: 0; clear: both;}

.horizontalBorder.review {
    margin: 0 0 10px 0;
}

/* Grid */
.col-1-1,
.col-1-2,
.col-1-3,
.col-1-4,
.col-1-8,
.col-3-4 {width: 100% !important; float: none !important;}

.left{ float: left !important;}
.right{ float: right !important;}

/* Custom checkboxes */

.custom-checkbox label {
    display: block;
    position: relative;
    padding-left: 35px;
    display: block;
    margin: 5px 0 ;
    cursor: pointer;
    line-height: 20px;
}
.custom-checkbox input {
    position: absolute;
    opacity: 0;
    filter: alpha(opacity=0);
}
.custom-checkbox label:before {
    content: " ";
    display: block;
    position: absolute;
    left: 0px;
    top: 1px;
    width: 28px;
    height: 20px;
    text-align: center;
    background: transparent;
    z-index: 2;
    background: url('../img/icons/i_notcheck.svg') no-repeat 2px 0px;
    background-size: 20px 20px;
}
.custom-checkbox label.checked:before {
    background: url('../img/icons/i_check.svg') no-repeat 2px 0px;
    background-size: 27px 20px;
}

.custom-checkbox.dark label:before {
    background: url('../img/icons/i_notcheck_dark.svg') no-repeat 2px 0px;
    background-size: 20px 20px;
}
.custom-checkbox.dark label.checked:before {    
    background: url('../img/icons/i_check_dark.svg') no-repeat 2px 0px;
    background-size: 27px 20px;
}

.custom-checkbox.white label:before {
background: url('../img/icons/i_notcheck_white.svg') no-repeat 2px 0px;
    background-size: 20px 20px;
}
.custom-checkbox.white label.checked:before {
background: url('../img/icons/i_check_white.svg') no-repeat 2px 0px;
    background-size: 27px 20px;
}

/* ======================================
   MAIN NAVIGATION
   ======================================*/

ul.navMain {text-align: left; display: none; text-transform: uppercase;}
ul.navMain > li {display: block;  font-size: 1.2em; line-height: 2.7em; border-top: 1px solid #282826;}
ul.navMain > li:first-child {border-top: 5px solid #282826; }
ul.navMain > li a:link,
ul.navMain > li a:visited {color: #838484; font-weight: 300; display: block;}

ul.navMain > li a:hover,
ul.navMain > li a:focus {color: #fff;}

h3.navMainBtn {display: block; height: 40px;  cursor: pointer; font-weight: 400; text-transform: uppercase; overflow: hidden;/* background: url(../img/navi-icon.png) 0px 12px no-repeat; padding-left: 30px; */}
ul.navMain > li a.selected {color: #83BFFC;}

/*END OF MAIN NAV*/

/*---------Sticky Footer-------------*/

main:after {
    content: "";
    display: block;
}

.footer, main:after {
    /* .push must be the same height as footer */
    height: 22px;
}

.footer {background: #545555; margin-top: 0px; }

/*---------end Sticky Footer-------------*/

.content {width: 92%; max-width: 92%; margin: 0 auto;}

.pageHeading {line-height: 3.5em;}
.sectionHeading { font-weight: 600; text-transform: uppercase; line-height: 2em; border-bottom: 1px solid #545555; margin-bottom: 12px; font-size: 2em; letter-spacing: .02em;}

/* Logo */

.mainLogo {
   background: url(../img/sport-starta-logoMobile.svg) 0px 15px no-repeat;
   height: 45px;
   width: 60px;
   display: block;
   background-size: 60px 30px ;
   font-size: 0;
   overflow: hidden; 
}

.bgGrey {background: #545555; height: 60px;}
.bgPageTitle {height: 100%; background: #131313;}
.bgPageTitle .content {line-height: 2em; color: #545555; font-weight: 400; font-size: 1.3em; letter-spacing: .05em;}

.defaultList { margin-bottom: 20px; }
.defaultList li { line-height: 1.6em; font-weight: 300;}

.hideElement {display: none;}


/*-------------CREATED BUTTONS------------*/

.buttonBlack {	
    outline: 0px none;
    font-size: 20px;
    background-color: #514f4f;
    border-radius: 3px;
    border: 1px solid #737171;
    text-transform: uppercase;
    color: white !important;
    text-align: center;
    line-height: 36px;
    padding-left: 2px;
    padding-right: 2px;
    display: block;
}

.buttonBlack:hover,
.buttonBlack:focus {background-color: #403e3e;}


.buttonWhite {	
    outline: 0px none;
    font-size: 20px;
    background-color: #f1f1f1;
    border-radius: 3px;
    border: 1px solid #b9b9b9;
    text-transform: uppercase;
    color: #313130 !important;
    text-align: center;
    line-height: 36px;
    padding-left: 2px;
    padding-right: 2px;
    display: block;
/*     min-width: 140px */
}

.buttonWhite:hover,
.buttonWhite:focus {background-color:#e8e8e8;}

.buttonGreen {	
    outline: 0px none;
    font-size: 20px;
    background-color: #318100;
    border-radius: 3px;
    border: 1px solid #3fa500;
    text-transform: uppercase;
    color: white !important;
    text-align: center;
    line-height: 36px;
    padding-left: 2px;
    padding-right: 2px;
    display: block;
/*     min-width: 140px; */
}

.buttonGreen:hover,
.buttonGreen:focus {background-color: #2a6a01;}


.buttonRed {	
    outline: 0px none;
    font-size: 20px;
    background-color: #802602;
    border-radius: 3px;
    border: 1px solid #af0101;
    text-transform: uppercase;
    color: white !important;
    text-align: center;
    line-height: 36px;
    padding-left: 2px;
    padding-right: 2px;
    display: block;
/*     min-width: 140px; */
}

.buttonRed:hover,
.buttonRed:focus {background-color: #681e00;}
.autowidth { min-width: 64px;}
.facebook {
    position: relative;
    background: #336699;
    border: 0;
}
.facebook:hover, .facebook:focus  { background: #2b5f93; }

.facebook img {
    position: absolute;
    width: 18px;
    height: 18px;
    top: 9px;
    left: 10px;
}

/* Fixed mobile buttons */

.buttonsAside { display: none; margin-top: 30px; }
.buttonsAside-mobile { background: rgba(29, 29, 29, 0.8); position: fixed; bottom: 0; width: 100%; padding: 12px; min-width: 310px; transition: ease-in 0.2s;}
.buttonsAside-mobile.bottom {bottom: 22px; transition: ease-in 0.05;}
.buttonsAside-mobile p { display: block; padding: 3px; }
.mobile-foot-wrapper{ font-size: 1.3em; height: 30px; position: relative; z-index: 10; }

/* Grid for fixed mobile buttons */

.buttonsAside-mobile p.col-1-1 { width: 100% !important; }
.buttonsAside-mobile p.col-1-2 { width: 50% !important; }
.buttonsAside-mobile p.col-1-3 { width: 30% !important;}
.buttonsAside-mobile p.col-2-3 { width: 70% !important; }


/*-------------CREATED FORMS------------*/

input[type=text],
input[type=email],
input[type=password],
input[type=search],
textarea {
    background: #292929;
    border: 1px solid #5e5e5e;
    width: 100%;
    height: 41px;
    margin: 0 0 10px 0;
    padding: 0 8px;
    font-family: "proxima-nova-alt-ext-cond", "ArialNarrow", Arial, sans-serif;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
    color: #fff;
    font-size: 1.3em;
}

textarea {
    padding: 8px;
    min-width: 100%;
    max-width: 100%;
}

/* Submit button */

input[type=submit] {
    width: 100%;
    height: 38px;
    margin: 0;
    border: 1px solid #339933;
    text-transform: uppercase;
    font-weight: normal;
    cursor: pointer;
    font-family: "proxima-nova-alt-ext-cond", "ArialNarrow", Arial, sans-serif;
}

/* CUSTOM SELECT */
 
/* Hide lists on page load */
.stylish-select .SSContainerDivWrapper {
    left: -9999px;
}
 /* Container */
.stylish-select .SSContainerDivWrapper {
    margin-top: 9px;
    padding: 0;
    width: 100%;
    position: absolute;
    top: 22px;
    left: 0;
    z-index: 2;
}
/* UL */
.stylish-select ul.newList {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #fff;
    background: #292929;
    border: none;
    outline: 1px solid #5e5e5e;
    overflow: auto;
}
.stylish-select ul.newList * {
    margin: 0;
    list-style: none;
}
.stylish-select ul.newList a {
    color: #fff;
    text-decoration: none;
    display: block;
    padding: 8px;
}
.stylish-select ul.newList li a:focus { -moz-outline-style: none; }
 
/* Default fake select container style  #737574*/
.stylish-select .newListSelected {
    width: 100%;
    color: #fff;
    height: 39px;
    padding: 10px 0 0 8px;
    margin: 0 0 14px 0;
    float: left;
    border: 1px solid #5e5e5e;
    background: #292929 url(../img/select.png) 95% 50% no-repeat;
    z-index: 100;
    text-transform: uppercase;
}

.stylish-select .selectedTxt {
    width: 100%;
    overflow: hidden;
    height: 22px;
    padding: 0;
    cursor: pointer;
    font-size: 1.3em;
}
 
/* Option Highlight */
.stylish-select .highLite {
    background: #CCC !important;
    color: #000 !important;
}
 
/* Option Hover */
.stylish-select .newListHover {
    background: #CCC !important;
    color: #000 !important;
    cursor: default;
}
 
/* Disabled */
.stylish-select .newListDisabled {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.stylish-select .newListItemDisabled {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}

.stylish-select .newListOptionDisabled {
    opacity: 0.6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
    filter: alpha(opacity=60);
}
 
/* select Hover, Focus */
.stylish-select .newListSelHover, .stylish-select .newListSelFocus {
    background: #292929 url(../img/select.png) 95% 50% no-repeat;
    cursor: default;
}
 
/* select onClick */
.stylish-select .newListSelClick{
    background: #292929 url(../img/select.png) 95% 50% no-repeat;
    cursor: default;
}
 
/* Optgroup */
.stylish-select .newListOptionTitle {
    font-weight: bold;
    text-indent: 5px;
}

.stylish-select .newListOptionTitle ul {
    margin: 0;
    padding: 0;
}

.stylish-select .newListOptionTitle li { font-weight: normal; }

/* Set uppercase to specific pages */
#searchPlayer2 ul.newList, #searchPlayer2 .selectedTxt { text-transform: uppercase; }
#inbox ul.newList, #inbox .selectedTxt { text-transform: uppercase; }
#contactUs ul.newList, #contactUs .selectedTxt { text-transform: capitalize; }

/* Content heading */
h2.heading {
    color: #83bffc;
    font-size: 28px;
    text-transform: uppercase;
    border-bottom: 1px solid #636363;
    padding: 0 0 15px 0;
}

h2.heading.no-border { border: 0; }

h2.heading.sub { padding: 0; }

h2.heading.small {
    color: #fff;url('../img/icons/sport/cycling.png') no-repeat scroll 100% bottom / 75px auto transparent;
    font-size: 1.3em;
    text-transform: none;
}

p.sub-heading {
    color: #fff;
    margin: 20px 0 0 0;
    line-height: 1.2;
    font-size: 1.3em;
}

/*---------PAGES-------------*/

/*---------DASHBOARD-------------*/

.profilePNS {overflow: hidden; position:relative;  margin-bottom: 25px; height: 77px;}
.profilePNS .player-shirt, .profilePNS  p, .profilePNS h3 {float: left;}
.profilePNS .player-shirt {border: 1px solid white; height: 75px; width: 70px; padding: 8px; background: url(../img/icons/i_shirt.svg) 8px 14px no-repeat; background-size: 52px;}

.profileText {position: absolute; bottom: 0%; left: 80px; font-weight: 400; font-size: 1.5em; text-align: left;}
.profileText p.capsText {font-size: smaller; display: block; float: left; clear: both; }

ul.navBtns li { display: block; text-transform: uppercase; border-bottom: 1px solid #636363; font-size: 1.8em; overflow: hidden; height: 58px;}

#dashboard .navBtns p.dashboardBtnText {float: left; width:79%; }
#dashboard .navBtns p.dashboardBtnNo {float: right; width: 20%; text-align: center; border-left: 1px solid #636363;}

#dashboard ul.navBtns li:last-child {border: none;}

#dashboard ul.navBtns li a {
    display: block;
    line-height: 2em; color: #969696; cursor: pointer; display: block;
    -webkit-transition: background-color 0.5s ease;
    -moz-transition: background-color 0.5s ease;
    -o-transition: background-color 0.5s ease;
    transition: background-color 0.5s ease;
}

#dashboard ul.navBtns li a {display: block; width:100%; cursor: pointer; position: relative;}
#dashboard ul.navBtns li a:hover {background-color: #171716; color: white;}

#dashboard nav h2 {font-size: 0;}

#dashboard ul.navBtns li .info {
    position: relative;
    top: -4px ;
    right: -8px;
    font-size: 20px;
    color: #969696;
}

#dashboard ul.navBtns li .info:hover{
    color: #83BFFC;
    cursor: pointer;
    z-index: 100;
} 

/*js hover color fix*/
#dashboard .navBtns p.dashboardBtnText.hovered {
    color: #636363;
}

/*---------MY PROFILE-------------*/

#profile main {padding-bottom: 20;}

.profileSettings {background: #e0e0e1; font-size: 1.3em; font-weight: 300;}
.profileSettings h3, .activities h3 { line-height: 1.8em; border-bottom: 1px solid #636363; margin-bottom: 12px; font-size: 1.6em; letter-spacing: .02em; text-transform: uppercase;}
.profileSettings .settingsPanel li {margin-bottom: 15px; line-height: 20px; font-weight: 300; padding-left: 33px; }
.profileSettings .settingsPanel li.custom-checkbox { padding-left: 0;}

.profileSettings li.gender {background: url(../img/sprite1.png) no-repeat 0 2px;  background: url(../img/icons/i_user.svg) no-repeat 3px 0px; background-size: 19px 20px;}
.profileSettings li.postcode {background: url(../img/sprite1.png) no-repeat 0 -48px; background: url(../img/icons/i_geo.svg) no-repeat 5px 0px; background-size: 13px 21px;}
.profileSettings li.mobileNum {background: url(../img/sprite1.png) no-repeat 0 -96px; background: url(../img/icons/i_phone.svg) no-repeat 5px 0px; background-size: 15px 20px;}
.profileSettings li.emailAdd {background: url(../img/sprite1.png) no-repeat 0 -150px; background: url(../img/icons/i_mail.svg) no-repeat 3px 0px; background-size: 20px 20px;}

.activities {font-size: 1.3em; font-weight: 300;}
.profileSettings .profileIntro {line-height: 1.3em; font-weight: 300; padding: 14px 0; border-bottom: 1px solid #545555; }

.profileSettings p.editPassword a  {margin-top: 10px;}
.profileSettings .content {overflow: auto;}
.creatorStatus {overflow: hidden; width: 100%}
.creatorStatus img, .creatorStatus p {float: left; }
.creatorStatus img {margin-right: 35px; width:79px; }
.creatorStatus p {line-height: 1.6em; }
.creatorStatus .bronzeText {font-size: 2em; font-weight: 400;}

.profileDisclaimer { padding-left: 0px; line-height: 1.7em; font-weight: 300; font-style: italic; font-size: smaller;}

.starRating {margin-top: 20px;}
.starRating p {margin-bottom: 10px;}
.starRating img { cursor: pointer; }

.profileBtns {margin-bottom: 40px; margin-top: 20px;}
.settingsBtns { margin-bottom: 20px; margin-top: 20px; }
.settingsBtns p {}
.settingsBtns .change{ margin-top: 10px;}

/*--------- INBOX -------------*/

.leftAside { position: relative; }

.leftAside h2 {font-size: 2.2em; text-transform: uppercase; color: #83bffd; font-weight: 400; margin-bottom: 15px }
.leftAside h2 span {display: block;}
.leftAside p.capital {font-size: 1.3em; margin-top: 5px; text-transform: uppercase; margin-bottom: 3px; }
.leftAside .myteam-icon { margin: 0 6px 0 0; }

.leftAside h3 {
    margin-top: 20px;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 1em;
}

.leftAside h3 span {
    font-weight: bold;
    display: block; 
}

.leftAside .profilePNS h3 {
    font-size: 1.17em;
    text-transform: none;
}

.leftAside .profilePNS p {
    margin: 0;
}

.leftAside .starRating {
    margin-top: 10px !important;
}

.rate-title {
    font-size: 22px !important;
    padding: 10px 0 10px 10px;
    text-transform: uppercase;
    float: left;
}

.mailContent .starRating.review {
    margin: 10px 0 10px 20px !important;
    float: left !important;
}

.review-bg {
    background-color: #272826;
    padding: 10px 10px 20px 10px !important;
}

.review-bg p {
    font-size: 19px !important;
    border: 0 !important;
    margin:;
}

.review-bg p span {
    color: #fff;
    font-size: 18px;
    font-weight: normal;
    display: inline-block;
}

.review-bg p + p {
    margin-top: 4px !important;
}

.review-bg .starRating img {
    width: 20px;
}

.mailHeading{ padding-top: 10px; line-height: 1.5em; text-transform: uppercase; font-size: 1.4em; display: block;}

.inboxDate {margin-left: 1.7em; padding-bottom: 13px;}
.inboxList > li {border-top: 1px solid #636363; overflow: hidden; }
.inboxList a {color: white; display: block; min-width:100%;}
.mailContent { display:none; padding-left: 25px; padding-bottom: 20px; padding-top: 10px; font-size: 1.3em; font-weight: 300; line-height: 1.3em;}
.mailContent p.text { padding: 16px 10px; }

}

.inboxBtns {margin-top: 10px;}
.inboxBtns .col-1-4{padding-top: 10px; right:0px;}


/*--------- MY CONTACT, MY GAMES, MY TEAMS - MAIN PAGE-------------*/

.myContactsMain, .leftAside {color: white; margin-bottom: 25px;}
.myContactsMain h2 {font-size: 2.3em; text-transform: uppercase;}
.myContactsMain p, .leftAside p {font-size: 1.3em; margin-top: 5px;}
.myContactsMain .buttonBlack,
.leftAside .buttonBlack,
.leftAside .buttonGreen {margin-top: 10px;}

.myList > li {border-top: 1px solid #636363; overflow: hidden;}

.myList li a{color: white; display: block; width:100%; min-width:100%; line-height: 2.5em; font-size: 1.3em; height: 52px;}
.myList li:last-child { border-bottom: 1px solid #636363;}
.myList li > a:hover,
.myList li > a:focus {color: #83bffc;}

.myList .contactPlayerName,
.myList .gameType {float: left; text-transform: uppercase; }

#myGames .buttonsAside {margin-top: 0px; }
h2.myGames-List-Heading {margin-bottom: 25px; text-transform: uppercase; font-size: 1.8em; font-weight: 600; color: #83bffc;}
.myGamesNameDate {float: left; text-transform: uppercase;}
.detailsBtn {float: right; height: 100%; border-left: 1px solid #636363; padding-left: 12px; display: block;}
#addPlayers .detailsBtn {float: right; height: 100%; border: 0; padding-right: 12px; display: block;}
#addPlayers .detailsBtn.info { border-right: 1px solid #636363; }

.gameDate {color: #7a7a7d !important;}
.gameDate .fa { font-size: 16px; padding-right: 10px;}

/* Style font Awesome */
.fa.fa-minus-circle,
.fa.fa-plus-circle { color: #4b4b4f; font-size: 20px; /* padding-top: 16px;  */cursor: pointer; }
.fa.fa-minus-circle:hover { color: #e52420; }
.fa.fa-plus-circle:hover { color: #318100; }
#addPlayers .fa.fa-minus-circle { margin: 16px -14px 0 0; }
#addPlayers .fa.fa-plus-circle { margin-top: 16px;}

.detailsBtn.active .fa.fa-minus-circle { color: #e52420;}
.detailsBtn.active .fa.fa-plus-circle { color: #318100;}
.fa.fa-chevron-circle-right { margin: 0; }
#reviewGame .fa.fa-chevron-circle-right,
#joinOpenGame .fa.fa-chevron-circle-right { margin: 0; }
.fa.fa-calendar { font-size: 16px; color: #7a7a7d; }

/*---------LOGIN------------*/

.logIn h2 {
    width: 200px;
    line-height: 1.1;
}

.logIn .form { padding: 0 24px 0 0; }
.logIn .create { padding: 0 0 0 24px; }

.logIn .login-logo {
    position: relative;
    width: 100%;
    padding: 18px 30px;
}

/* Trouble signing in link */
.logIn .trouble {
    margin: 13px 0 0 0;
    color: #83bffc;
    line-height: 1.3;
}

.logIn .trouble { text-transform: none; }

.logIn .trouble a {
    color: #83bffc;
    text-transform: uppercase;
    text-decoration: underline;
}

.logIn p {
    color: #83bffc;
    margin: 20px 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 1.3em;
}


/* Register */

.register .col-1-3 {
    margin: 30px 0 0 0;
    padding: 0 7px;
}

.register .custom-checkbox label {
    font-size: 16px;
    margin: 4px 0 0 0;
}

.register h2 { margin: 30px 0 0 0; }

.register input[type=text],
.register input[type=email],
.register input[type=password] {
    text-align: left;
}

/* Style left side buttons */

.leftAside .buttons { margin: 24px 0 10px 0; }
.leftAside .players { margin: 0 0 28px 0; text-transform: uppercase; }
.leftAside .buttonRed { margin: 8px 0 0 0; }

/* Labels */

.register label {
    color: #83bffc;
    text-transform: uppercase;
    float: left;
    margin: 12px 0 14px 0;
    font-size: 1.3em;
}

/* Are you register */

.are-you {
    width: 100%;
    float: left;
    margin: -10px 0 10px 0;
}

.are-you.custom-checkbox {
    width: 50px;
    margin: 0;
}

.are-you .custom-checkbox label {
    margin: 0 30px 0 0;
    float: left;
}

/* Add Contacts */

#addContact .buttons-contact a { margin: 5px; }
#addContact .sub-heading { margin-bottom: 14px; }

/* Terms text style */

.custom-checkbox.terms {
    width: 100%;
    padding: 0 10px 0 0;
    margin: 24px 0 0 0;
}

.custom-checkbox.terms label:before{
    top: 4px;
}

.terms label {
    width: 100%;
    text-transform: none;
    bottom: 20px;
}


.terms label a {
    color: #83bffc;
    text-decoration: underline;
}

/* Address Book */

.checkbox-list {
    border-left: 1px solid #636363;
    height: 100%;
    float: right;
    padding: 11px 0 11px 11px;
    margin-right: 11px;
}

.custom-checkbox.list {
    width: 20px;
    height: 24px;
}

.custom-checkbox.list label {
    padding: 0;
}

/* Contact Us */

#contactUs .headline h3 { margin-top: 30px; line-height: 1.2; }
#contactUs .col-1-2 { margin: 5px 0 0 0; padding: 0 10px 0 0; }
#contactUs textarea { width: 99%; max-width: 99%; min-width: 99%; max-height: 400px; min-height: 100px; height: 100px; margin: 0 0 30px 0; }
#contactUs input[type="submit"] { width: 98%; margin: 0; }
#contactUs  .buttonRed { margin-left: 5px; }
#contactUs .newListSelected { margin-bottom: 5px;}




/* Review images */

#reviewGame .review-image,
#joinOpenGame .review-image {
    float: left;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 53px 53px;
}
#reviewGame .myList.review li a,
#joinOpenGame .myList.review li a {
    height: 52px;
}

#reviewGame .gameType,
#joinOpenGame .gameType {
    margin-left: 20px;
}

#reviewGame .review .greyText,
#joinOpenGame .review .greytext {
    margin-left: 20px;
}

#reviewGame .review .greyText .fa,
#joinOpenGame .review .greyText .fa {
    margin: 0 10px 0 0;
}
#reviewGame .review .greyText .fa.fa-map-marker,
#joinOpenGame .review .greyText .fa.fa-map-marker {
padding-left: 15px;
}
/* Triangle games images */

div.lightBlue { background-color: #2d85b7; border-color: transparent transparent #2473a0 transparent; }
div.brown { background-color: #7f0008; border-color: transparent transparent #700005 transparent; }
div.lightGreen { background-color: #37821c; border-color: transparent transparent #307117 transparent; }
div.yellow { background-color: #ce9b32; border-color: transparent transparent #bc8c2c transparent; }
div.blue { background-color: #276379; border-color: transparent transparent #21566a transparent; }
div.green { background-color: #4c6715; border-color: transparent transparent #435d12 transparent; }
div.violet { background-color: #6a16b0; border-color: transparent transparent #5a1295 transparent; }
div.orange { background-color: #cd6c2b; border-color: transparent transparent #bc5d20 transparent; }
div.pink { background-color: #b81767; border-color: transparent transparent #a90b5a transparent; }
div.grey { background-color: #8598ae; border-color: transparent transparent #718298 transparent; }

/* Sports images */

.running { background: url(../img/sports/running.svg) no-repeat 0px 11px;
    background-size: 32px 30px; width: 32px; height: 41px; margin-left: -43px; }
.cycling { background: url(../img/sports/cycling.svg) no-repeat 0px 15px;
    background-size: 42px 24px; width: 42px; height: 41px; margin-left: -48px; }
.football { background: url(../img/sports/football.svg) no-repeat 0px 10px;
    background-size: 32px 32px; width: 32px; height: 42px; margin-left: -43px; }
.tennis { background: url(../img/sports/tennis.svg) no-repeat 0px 10px;
    background-size: 32px 32px; width: 32px; height: 42px; margin-left: -42px; }
.squash { background: url(../img/sports/squash.svg) no-repeat 0px 10px;
    background-size: 18px 34px; width: 30px; height: 48px; margin-left: -36px; }
.rugby {background:  url(../img/sports/rugby.svg) no-repeat 0px 12px;
    background-size: 30px 30px; width: 32px; height: 42px; margin-left: -42px; }
.cricket { background: url(../img/sports/cricket.svg) no-repeat 0px 11px;
    background-size: 32px 32px; width: 33px; height: 43px; margin-left: -42px; }
.basketball { background: url(../img/sports/basketball.svg) no-repeat 0px 10px;
    background-size: 32px 32px; width: 32px; height: 42px; margin-left: -43px; }
.netball { background: url(../img/sports/netball.svg) no-repeat 0px 10px;
    background-size: 32px 32px; width: 32px; height: 42px; margin-left: -43px; }
.badmington { background: url(../img/sports/badmington.svg) no-repeat 0px 11px;
    background-size: 32px 30px; width: 31px; height: 41px; margin-left: -43px; }

/* Summary from Game Review */

.summary {
    padding: 4px 6px 8px 6px;
    margin: 10px 0 ; 
    /* border-top: 4px solid #222222;
    border-bottom: 4px solid #222222;
    -webkit-box-shadow: 0 -1px 0 0 #636363, 0 1px 0 0 #636363;
    -moz-box-shadow: 0 -1px 0 0 #636363, 0 1px 0 0 #636363;
    box-shadow: 0 -1px 0 0 #636363, 0 1px 0 0 #636363; */
}

/* Background Colors for Summary */

.summary.greenBg { background-color: #37821d; }
.summary.redBg { background-color: #a3000c; }

.summary p {
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 1.2;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, .75);
}
.summary p a { color: #fff; }

.summary span {
    display: block;
    font-weight: bold;
}

.summary p span i {
    color: #fff;
    font-size: 20px;
    margin: 0 0 0 6px;
}

.summary p + p {
    padding-top: 12px;
    border-top: 1px solid #479d1a;
    margin-top: 12px;
}

.summary p + p span {
    font-size: 17px !important;
}

.summary p + p span .fa {
    font-size: 15px;
    color: #fff;
    margin: 5px 5px 0 3px;
}

.summary p + p span .fa + .fa {
    margin-left: 15px;
}

/* Player review */

#playerReview .heading {
    margin-bottom: 16px;
}

.heading.sub {
    border: 0;
    margin: 0 0 10px 0;
}

#openGame .greyBox.stats { margin-bottom: 30px; }
.col-1-2 .greyBox { width: 94%; }
#playerReview .col-1-2 .col-1-1 { margin-top: 30px; }

#playerReview .greyBox .starRating { float: left; margin: 0; }

#playerReview .individualPlayers .greyBox {
    background: none;
    padding: 0;

}

#playerReview .inboxList { padding: 0; }

#playerReview .inboxList li {
    background-color: #272826;
    margin-bottom: 5px;
    border: 0;
}

#playerReview .inboxList li .fa {
    font-size: 20px;
    font-style: normal;
    float: right;
    margin: -35px 12px 0 0;
}

#playerReview .inboxList li:last-child { margin-bottom: 0; }

#playerReview .mailContent {
    padding: 0;
}

#playerReview .mailContent ul li {
    width: 100%;
    padding: 18px;
    border-bottom: 1px solid #434442;
    float: left;
}

#playerReview .mailContent ul li p { margin-top: 5px; }
#playerReview .mailContent ul li + li p { margin-top: 0; }

#playerReview .mailContent ul li .custom-checkbox { float: left; }

#playerReview .custom-checkbox {
    font-size: 15px;
    text-transform: uppercase;
    padding: 0 6px 0 0;
}

#playerReview .custom-checkbox label { padding: 2px 0 0 32px; }
#playerReview .checkbox { float: right; margin-top: -24px; }
#playerReview .inboxList .starRating { float: right; margin-top: -24px; }
#playerReview .another-game { float: right; margin-top: -42px; }

/* Grey Box */
.greyBox {
    border-top: 1px solid #434442;
    border-bottom: 1px solid #434442;
    margin: 0;
    padding: 20px;
 /*    float: left; */
}

.greyBox.text { padding-bottom: 60px; }

/* GreyBox with Map */
.greyBox.map {
    padding: 16px 0 0 0;
    border-bottom: 0;
}

.greyBox.map .map {
    width: 100%;
    height: 319px;
}

/* Background of GreyBox */
.greyBox.darkBg { background-color: #272826; color: #fff; }
.greyBox.whiteBg { background-color: #e0e0e2; color: #373737; }

/* GreyBox with star rating */
.greyBox .starRating,
.greyBox .starRating p { margin: 0; }

.greyBox p {
    display: block;
    font-size: 18px;
    line-height: 1.1;
}

.greyBox.map p {
    text-transform: uppercase;
    margin: 0 16px 16px 16px;
}

.greyBox i {
    color: #fff;
    font-style: italic;
    font-size: 14px;
    margin-top: 20px;
    line-height: 1.3;
    float: left;
}

.greyBox.whiteBg i { color: #505050; }

.greyBox i span { margin-left: 10px; }
.greyBox i:hover span { margin-left: 20px; }
.greyBox.stats p:first-child { margin: 0; }

.greyBox.stats p {
    text-transform: uppercase;
    margin-top: 12px;
}

.greyBox.stats p.big{
    margin: 0;
}

.greyBox.stats p.big big {
    text-transform: none;
    font-size: 35px;
    font-weight: bold;
}
/* End of Grey Box */

#playerReview .col-1-2:first-child .greyBox {
    padding: 0px;
}

#playerReview .mailHeading {
    padding: 7px 7px 7px 12px;
}

#playerReview .mailHeading.selected {
    background: #318101;
}

#playerReview .mailContent ul li p {
    width: 120px;
}

#playerReview .mailContent button[type=submit] {
    width: 240px;
    border: 0.5px solid #737171;
    font-size: 16px;
    font-family: inherit;
    cursor: pointer;
}

.leftAside img.sportIcon {
    position: absolute;
    right: 0;
    top: 0;
}

/* my Teams */
.myteam-icon{
    background: url('../img/icons/shirt.png') no-repeat;
    background-size: 22px 20px;
    width: 26px;
    height: 30px;
    display: inline-block;
    margin: 16px -7px 0 22px;
    float: left;
}

/* Open Game Location */

h2.heading.small {
    margin-bottom: 20px;
}

/* Join Open Game */
#joinOpenGame .icon { margin-top: 20px; }

/* Icon inside input */
.icon {
    position: relative;
}

.icon input[type=search] {
    position: relative;
    padding-right: 36px;
}

.icon input[type=submit] {
    position: absolute;
    background: transparent url(../img/search.png) no-repeat 10px 10px;
    width: 38px;
    height: 41px;
    border: 0;
    margin: 0;
    right: 0;
    top: 0;
}

.search-sport {
    margin-top: 10px;
}

/* Bottom button at profile page */
.bottomButton {
   padding: 0 0 0 1%; 
}
.bottomButton .buttonsAside {
    margin-top: 10px !important;
}

/* Features content on sidebar */
.features { margin: 30px 0; }

.features p {
    color: #83bffc;
    text-transform: capitalize;
    line-height: 1.2;
}

.features p span { color: #fff; }

/* Hide 'Details' text in Search Player table */
#searchPlayer2 .detailsBtn.mobile { display: none; }

/* Fix single margins */
#password input[type=email] { margin-top: 20px; }
#password input[type=submit] { margin-bottom: 7px; }
#joinOpenGame p.sub-heading { margin-bottom: 10px; }
#addPlayers input[type=text] { margin-bottom: 30px; }
#searchPlayer .register h2 { margin: 0; }

#searchPlayer .register input[type="submit"] { margin: 0; }
#searchPlayer input[type="submit"] { width: 98%; float: right; }
#searchPlayer .buttonRed { margin-right: 5px; }
#searchPlayer .buttons { margin-top: 20px; }

/* Rest of responsive */

/* Fix grid when last col is empty */
@media only screen and (min-width: 768px) and (max-width: 1281px) {
    .logIn .col-1-4 {
        width: 33.33% !important; float: left !important;
    }

    #addContact .col-3-4 .col-1-3 {
        width: 50% !important; float: left !important;
    }
}

/* Fix Tablet for Player Review page */
@media only screen and (min-width: 768px) and (max-width: 1100px) {
    .leftAside img.sportIcon {
        position: relative;
        left: 0;
        top: -10px;
        margin: 0 0 10px 0;
        width: 40px;
    }

    .leftAside .summary p:first-child span { font-size: 18px; }
    .leftAside .summary p span { font-size: 12px; }
    .leftAside .summary p + p span .fa + .fa { margin-left: 5px; }

    #playerReview .checkbox {
        float: left !important;
        clear: both !important;
        margin-top: 0;
        padding: 10px 0 0 0;
    }

    #playerReview .inboxList .starRating {
        float: left !important;
        margin-top: 0;
        padding: 0;
    }

    #playerReview .another-game {
        float: left !important;
        margin-top: 0;
        padding: 10px 0 5px 0;
    }

    #playerReview .mailContent ul li p { width: 100%; }

    #playerReview .mailContent input[type="submit"] {
        width: 100%;
        font-size: 15px;
    }
}

/* Hide login logo when desktop */
@media only screen and (min-width: 768px) {
    /* Log In*/
    .login-logo { display: none; }
    .logIn .trouble { color: #fff; float: right; }
    .logIn .trouble a { color: #fff; }
    .logIn .account { display: none; }

    .logIn p.facebook-account {
        color: #fff;
        border-top: 1px solid #666666;
        padding: 9px 0 0 0;
        text-transform: none;
    }

    /* Register */

    .register input[type=submit] {
        margin: 60px 0 9px 0;
    }

    .buttons {
        display: block;
    }

    .buttons.mobile {
        display: none;
    }
}

@media only screen and (max-width: 768px) {       
    h2.heading {
        margin-top: 30px;
    }

    p.sub-heading {
        margin-bottom: 30px;
    }

    body#logIn {
        background: #222222 url(../img/bg-stripes.png) -70px 0 no-repeat;
    }

    #logIn header,
    #logIn footer,
    #register .bgPageTitle {
        display: none;
        visibility: hidden;
    }

    .logIn .col-1-4.headline h2 {
        width: 100%;
        font-size: 2.3em;
        text-align: center;
        margin: 40px 0 -10px 0;
    }

    /* Sidebar buttons */

    .buttons {
        display: none;
    }

    .buttons.mobile {
        width: 100%;
        display: inline-block;
        margin-top: 26px;
    }

    .buttons.mobile .buttonRed {
        width: 30%;
        float: left;
        margin: 0;
    }

    .buttons.mobile .buttonGreen {
        width: 67%;
        float: right;
        margin: 0;        
    }

    .buttons.mobile .buttonGreen { float: right; }

    .buttons.mobile .buttonRed {
        float: left;
        margin: 0 2% 0 0;
    }

    .logIn .form,
    .logIn .create,
    .register .col-1-3 { padding: 0; }

    input[type=text],
    input[type=email],
    input[type=password] {
        text-align: center;
        font-size: 20px;
    }

    .logIn .trouble {
        text-align: center;
        margin-top: 30px;
        margin-bottom: 0;
    }

    .logIn p.facebook-account {
        line-height: 1.3;
        text-align: center;
        margin: 30px 0 0 0;
        padding: 0 50px;
    }

    .logIn .col-1-4.create { margin: 24px 0 0 0; }

    p.account {
        border-top: 1px solid #666666;
        padding: 24px 0 0 0;
    }

    a.buttonBlack.facebook { margin: 13px 0 0 0; }

    /* Register mobile */

    #register main { margin-bottom: 70px; }

    .register h2 {
        border-bottom: 1px solid #555;
        padding: 0 0 18px 0;
        margin: 0 0 -10px 0;
    }

    .register .custom-checkbox {
        margin: 14px 0 14px 0;
        float: left;
    }

    /* Labels */

    .register label {
        color: #83bffc;
        text-transform: uppercase;
        float: left;
        margin: 10px 0 14px 0;
    }

    /* Are you style */

    .are-you {
        width: 100%;
        float: left;
        margin: -10px 0 10px 0;
    }

    .are-you.custom-checkbox {
        width: 50px;
        margin: 0;
    }

    .are-you .custom-checkbox label {
        margin: 0 30px 0 0;
        font-size: 18px;
        float: left;
    }

    /* Terms text style */

    .custom-checkbox.terms {
        width: 100%;
        padding: 0 10px 0 0;
        margin: 24px 0 0 0;
    }

    .terms label {
        width: 100%;
        font-size: 16px;
        text-transform: none;
        bottom: 20px;
    }

    .terms label a {
        color: #83bffc;
        text-decoration: underline;
    }

    /* Add Contact */

    #addContact .buttons-contact a {
        margin: 10px 0 0 0;
    }

    #contactUs .newListSelected { margin-bottom: 14px;}
    #inbox .inboxList,
    #searchPlayer2 .myList { width: 100%; float: left; margin-top: 20px; }

    /* Contact Us */

    #contactUs .col-1-2 { margin: 5px 0 0 0; padding: 0; }
    #contactUs .buttonsAside-mobile .col-1-2 { display: block; padding: 3px;}
    #contactUs input[type=text] { text-align: left; }
    #contactUs textarea { width: 100%; max-width: 100%; min-width: 100%; max-height: 400px; min-height: 100px; height: 200px; margin: 7px 0 30px 0; }
    #contactUs input[type="submit"] { width: 97%; margin: 0; }
    #contactUs .buttonRed { margin: 0 0 0 5px; }

    #contactUs .col-1-4.mobile {
        width: 50% !important;
        float: left !important;
    }

    /* Review Game */

    #reviewGame .review-image,
    #joinOpenGame .review-image {
        float: left;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 0 73px 53px;
    }

    #reviewGame .gameType,
    #joinOpenGame .gameType {
        font-size: 17px;
        margin: -3px 0 0 10px;
        clear: both;
    }

    #reviewGame .review .greyText,
    #joinOpenGame .review .greyText {
        margin-left: 10px;
        font-size: 15px;
        margin: 0;
        float: left;
    }

    #reviewGame .gameType-mobile,
    #joinOpenGame .gameType-mobile {
        clear: none;
        float: left;
        width: 100%;
        margin: -23px 0 -6px 3px;
    }

    #reviewGame .review .greyText.name {
        margin-left: 10px;
    }

    #reviewGame .gameType-mobile p,
    #joinOpenGame .gameType-mobile p {
        float: left;
        clear: none;
    }

    #reviewGame .detailsBtn,
    #joinOpenGame .detailsBtn {
        height: 73px;
        margin: -73px 0 0 0;
        padding: 10px 0 0 12px;
    }

    #playerReview .mailContent button[type=submit] {
        width: 100%;
    }

    /* Sports images */

    .running { margin: 13px 0px 0px -42px; }
    .cycling { margin: 12px 0 0 -48px; }
    .football { margin: 11px 0 0 -43px; }
    .tennis { margin: 11px 0 0 -43px; }
    .squash { margin: 12px 0 0 -36px; }
    .rugby { margin: 11px 0 0 -41px; }
    .cricket { margin: 10px 0 0 -43px; }
    .basketball { margin: 12px 0 0 -43px; }
    .netball { margin: 12px 0 0 -43px; }
    .badmington { margin: 12px 0 0 -44px; }

    /* Fix GreyBox margins */

    .col-1-2 .greyBox { width: 100%; }
    .greyBox { margin-bottom: 20px; }

    /* Player Review*/

    #playerReview ul li p { width: 100%; }

    #playerReview .checkbox {
        margin: 10px 0 0 0;
        float: left !important;
    }

    #playerReview .inboxList .starRating { margin-top: 10px; float: left !important; }

    #playerReview .mailContent .another-game {
        margin: 10px 0;    
        float: left !important;
    }

    #playerReview input[type=submit] {
        width: 100% !important;
        border: 0.5px solid #737171;
        font-size: 16px;
        float: left !important;
        display: block;
        clear: both;
    }

    /* Fix Mobile Buttons */

    .buttons.mobile a + a {
        margin-top: 10px;
    }

    /* Greybox Map */

    .greyBox.map .map {
        width: 100%;
        height: 410px;
    }
    
    /* Hide 'Details' text in Search Player table */
    #searchPlayer2 .detailsBtn { display: none; }
    #searchPlayer2 .detailsBtn.mobile { display: block; padding: 0 10px; }
    
   /*  .footer { display: none; visibility: hidden; } */
    .footer { margin-top: 38px; }
    main {
        margin-bottom: -80px; margin-bottom: -52px; /*Sticky Footer*/
        padding-bottom: 80px;
    }
}

/* ======================================
   CREATE GAME
   ======================================*/

.wrapper-box {
    padding: 0 1%;
}

h3.headline {
    text-transform: uppercase;
    font-size: 1.8em;
    margin-bottom: 20px;
}

h3.headline.select {
    border-bottom: 1px solid #636363;
    padding-bottom: 17px;
    margin-bottom: 2px;
    margin-top: 11px;
    color: #83bffc;
}

h2.with-border{
    border-bottom: 1px solid #636363;
    padding-bottom: 21px;
    margin-bottom: -4px; 
}
.create-steps {
    padding: 10px 0;
}
.create-steps .box{
    width: 25%;
    color: #fff;
    text-align: center;
    background: #597a9b;
    display: block;
    float: left;
    border-right: 1px solid #000;
    padding: 7px 0px;
    position: relative;
}

.create-steps .box p{
    font-size: 32px;
    font-weight: 800;
    font-style: italic;
    margin: 0;
    opacity: 0.6;
}

.create-steps .box.active p{
    opacity: 1;
}

.create-steps .box:after{
    content:'';
    position: absolute;
    top: 20px;
    right: -8px; 
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 8px;
    border-color: transparent transparent transparent #597a9b;
    z-index: 10;
}

.create-steps .box.active:after{
    border-color: transparent transparent transparent #7ba7d4;
}

.create-steps .box:before{
    content:'';
    position: absolute;
    top: 19px;
    right: -9px; 
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 5px 9px;
    border-color: transparent transparent transparent #000;
    z-index: 9;
}

.create-steps .active {
    background: #7ba7d4;
    text-shadow: 1px 0px 0px rgba(0, 0, 0, 1);
}

.create-steps .confirm{
    width: 100%;
    background: #597a9b;
    display: block;
    text-align: left;
    text-transform: uppercase;
    padding: 5px;
    margin-top: 2px;

}

.create-steps .confirm p{
    font-size: 18px;
    font-weight: 800;
    margin: 0;
    opacity: 0.6;
    padding-left: 8px;
}

.create-steps .confirm.active p{
    opacity: 1;
    font-size: 20px;
}

.create-steps .confirm.active p span{
    font-size: 18px;
    font-weight: normal;
}

.create-steps .box.last{
    border-right: none;
}
.create-steps .box.last:after, .create-steps .box.last:before{
    border: none;
}

/* sport thumbs */
.create-sports a{
    font-size: 18px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}

.create-sports a li.running{
    background: url('../img/sports/running.jpg') no-repeat;
}
.create-sports a li.running:hover{
    background: #2D85B7;
    border-color: transparent transparent #2473A0;
}

.create-sports a li.cycling{
    background: url('../img/sports/cycling.jpg') no-repeat;
}
.create-sports a li.cycling:hover{
    background-color: #7f0008; 
    border-color: transparent transparent #700005 transparent;
}

.create-sports a li.football{
    background: url('../img/sports/football.jpg') no-repeat;
}
.create-sports a li.football:hover{
    background-color: #37821c; 
    border-color: transparent transparent #307117 transparent;
}

.create-sports a li.tennis{
    background: url('../img/sports/tennis.jpg') no-repeat;
}
.create-sports a li.tennis:hover{
    background-color: #ce9b32; 
    border-color: transparent transparent #bc8c2c transparent;
}

.create-sports a li.squash{
    background: url('../img/sports/squash.jpg') no-repeat;
}
.create-sports a li.squash:hover{
    background-color: #276379; 
    border-color: transparent transparent #21566a transparent;
}

.create-sports a li.rugby{
    background: url('../img/sports/rugby.jpg') no-repeat;
}
.create-sports a li.rugby:hover{
    background-color: #4c6715;
    border-color: transparent transparent #435d12 transparent;
}

.create-sports a li.cricket{
 background: url('../img/sports/cricket.jpg') no-repeat;
}
.create-sports a li.cricket:hover{
    background-color: #6a16b0; 
    border-color: transparent transparent #5a1295 transparent;
}

.create-sports a li.basketball{
 background: url('../img/sports/basketball.jpg') no-repeat;
}
.create-sports a li.basketball:hover{
    background-color: #cd6c2b; 
    border-color: transparent transparent #bc5d20 transparent; 
}
.create-sports a li.netball{
    background: url('../img/sports/netball.jpg') no-repeat;
}
.create-sports a li.netball:hover{
    background-color: #b81767;
    border-color: transparent transparent #a90b5a transparent;
}

.create-sports a li.badmington{
    background: url('../img/sports/badmington.jpg') no-repeat;
}
.create-sports a li.badmington:hover{
    background-color: #8598ae;
    border-color: transparent transparent #718298 transparent;
}

.create-sports a li .sport-icon{
    display: block;
    text-align: center;
    margin: 4px auto 6px;
    height: 90px;
    width: 100%;
    margin-left: -12px;
    position: absolute;
    top: 8px;
    left: 4px;
}

.create-sports a li p {
    position: absolute;
    bottom: 22px;
    left: 0;
    width: 141px;
    text-align: center;
    font-size: 21px;
}
.create-sports a li:hover{
    text-decoration: none;
    border-style: solid;
    border-width: 0px 0px 133px 133px;
}

.create-sports a li.running .sport-icon{ 
    background: url(../img/sports/running.svg) no-repeat 50px 20px;
    background-size: 65px 60px;
}

.create-sports a li.cycling .sport-icon{
    background: url(../img/sports/cycling.svg) no-repeat 35px 28px;
    background-size: 88px 50px;
}

.create-sports a li.football .sport-icon{
    background: url(../img/sports/football.svg) no-repeat 50px 20px;
    background-size: 60px 60px;
}

.create-sports a li.tennis .sport-icon{
    background: url(../img/sports/tennis.svg) no-repeat 50px 20px;
    background-size: 60px 60px;
}
.create-sports a li.squash .sport-icon{
    background: url(../img/sports/squash.svg) no-repeat 65px 10px;
    background-size: 40px 70px;
}
.create-sports a li.rugby .sport-icon{
    background: url(../img/sports/rugby.svg) no-repeat 50px 20px;
    background-size: 60px 60px;
}
.create-sports a li.cricket .sport-icon{
    background: url(../img/sports/cricket.svg) no-repeat 42px 8px;
    background-size: 75px 75px;
}
.create-sports a li.basketball .sport-icon{
    background: url(../img/sports/basketball.svg) no-repeat 50px 20px;
    background-size: 60px 60px;
}
.create-sports a li.netball .sport-icon{
    background: url(../img/sports/netball.svg) no-repeat 50px 20px;
    background-size: 60px 60px;
}
.create-sports a li.badmington .sport-icon{
    background: url(../img/sports/badmington.svg) no-repeat 54px 20px;
    background-size: 54px 60px;
}

.create-sports-wrapper{

}

ul.create-sports {
    /* width: 282px; */
    width: 100%;
    max-width: 848px;
    margin: 0 auto;
}

ul.create-sports li{
    display: inline-block;
    float: left;
    width: 133px;
    height: 133px;
    margin: 4px;
    background-size: 133px !important;
}

/* Event date */
#date{
    height: 300px;
}
#date table a {
    cursor: pointer;
}
#date table a:hover {
    color: inherit;
}
#date .datepickerNotInMonth {
   /*  font-size: 0; */
}

/* Event time */
.event-time{
    width: 100%;
    height: 208px;
    margin-top: 16px;
}

/* STEP 3 */

ul.select-inline{
    margin-bottom: 20px;
    display: block;
    overflow: auto;
}

ul.select-inline li{
    display: inline-block;
    float: left;
    list-style: none;
    text-transform: uppercase;
}

ul.select-inline li label{
    padding-left: 32px;
    padding-right: 20px;
}

.col-1-2 .box-wrapper { 
    width: 100%; 
}
.box-wrapper{
    margin-bottom: 20px;
}

.game-type-selection{
    width: 100%;
   /*  height: 208px;   */  
}

ul.contact-selection li{
    background: #292929;
    list-style: none;
    text-transform: uppercase;
    margin-bottom: 3px;
    padding: 14px;
    height: 45px;
    position: relative;
}

ul.contact-selection li.active:after{
	content: '';
    background: url(../img/checked.png) 95% center no-repeat ;
    display: block;
    width: 24px;
    height: 20px;
    top: 12px;
    right: 12px;
    position: absolute;
}

ul.contact-selection li{
	color: #fff;
}
.sub-heading.add-margin{
    margin: 0 0 10px 0;
}

.horizontalBorder.add-margin{
    margin: 0 0 10px 0;
}

.opengame {
    cursor: pointer;
}

/* SPINNING WHEEL SELECTOR */
.spinning-1-2 { 
    width: 50% !important;
    float: left !important;
}
.spinning-1-3 { 
    width: 33.33% !important;
    float: left !important;
}
.spinningwheel-selector .controls{
    height: 38px;
    text-align: center;
    padding: 8px;
    border-top: 1px solid #656565;
    border-bottom: 1px solid #656565;
}
.spinningwheel-selector .controls a span i{
    color: #fff;
    font-size: 18px;
}
.spinningwheel-selector .spinnningwheel-wrapper{
    background: #292929; 
    text-align: center;
    position: relative;
}

.spinningwheel-selector ul.spinnningwheel li.active{
    
}

.spinningwheel-selector ul.spinnningwheel li{
    font-size: 18px;
    text-transform: uppercase;
    padding: 8px;
    position: relative;
    z-index: 4;
}

.spinningwheel-selector ul.spinnningwheel span{
    display: inline;
    float: left;
    position: absolute;
    z-index: 10;
    left: 60%;
    text-transform: uppercase;
}

.spinningwheel-selector.balls ul.spinnningwheel li  {
    height: 20px;
    margin: 8px auto;
    padding: 0;
}

.spinningwheel-selector.balls .ballcolor {
    width: 20px;
    height: 20px;
    background: white;
    display: block;
    border-radius: 50%;
    float: none;
    margin: 0 auto;
    left: auto;
    position: relative;
}

.spinningwheel-selector.balls .ballcolor.blue{
    background: blue;
}
.spinningwheel-selector.balls .ballcolor.yellow{
    background: yellow;
}
.spinningwheel-selector.balls .ballcolor.red{
    background: red;
}

/* SLIDER - NUMBER OF PLAYERS */
.slider-wrapper{
    position: relative;
    background: #292929;
    padding: 20px 0;
    border-top: 1px solid #636363;
    border-bottom: 1px solid #636363;
}
#range {
      width: 70%;
      float: right;
      position: relative;
      margin: 15px 5% 10px 0;
      border: 0;
      height: 14px;
      background: #636363;
      outline: none;
} 
#range .ui-slider-handle {
      position: absolute;
      margin: -6px 0 0 -12px;
      -webkit-border-radius: 100%;
      border-radius: 100%;
      background: #fff;
      border: 0;
      height: 26px;
      width: 26px;
      outline: none;
      cursor: pointer;
      behavior: url(border-radius.htc);
} 
#range .ui-slider-handle:hover,
#range .ui-slider-handle:focus {
      -webkit-transform: scale(1.1);
      -moz-transform: scale(1.1);
      -o-transform: scale(1.1);
      -ms-transform: scale(1.1);
      transform: scale(1.1);
}
#range .ui-slider-range { background: #007aff; }
 
#currentVal {
    color: #fff;
    float: left;
    display: block;
    font-size: 24px;
    font-weight: bold;
    width: 45px;
    height: 45px;
    text-align: center;
    background: #636363;
    margin-left: 4%;
    padding-top: 11px;
}

/* STEP 3 - ADD PLAYERS */
.players-list { 
    border-top: 1px solid #636363;
    padding-top: 15px;
    margin-top: 10px;
}

.players-list li.names{
	display: inline-block;
	width: 100%;
    float: left;
    height: 100%;
}
.players-list li.names i{
    color: #7A7A7D;
    float: left;
    margin-left: 16px;
}
.players-list li a p {
    float: left;
}

.players-list li.names .checkboxes{
	float: left;
	display: block;
	width: 100%;
    height: 100% !important;
	background: #323232;
	border-bottom: 1px solid #636363;
	margin-bottom: 10px;
}

.players-list li.names .checkboxes ul.select-inline{
	margin-bottom: 0;
}

.players-list li.names .checkboxes ul.select-inline .custom-checkbox label:before{
	left: 100%;
}

.players-list li.names .checkboxes ul.select-inline li label{
	padding-left: 10px;
	padding-right: 10px;
	margin-right: 30px;
}

.players-list li a {
	color: #fff;
	font-size: 20px;
	text-transform: uppercase;
	float: left;
	font-weight: 800;
	padding: 0 10px 8px 0;
}

 .players-list li a:hover {
    text-decoration: none;
    color: #83BFFC;
}

.horizontal-btn {
    padding: 10px 0 0 0;
}.horizontal-btn-last {
    padding: 10px 0 20px 0;
}

.leftAside h3.heading {
    margin-bottom: 10px;
    font-size: 1.6em;
}

.icon.search {
    float: right;
}


/* STEP 3 - ADD TEAMS */
.players-list li.names .myteam-icon {
	margin: 0;
}
.players-list li.names .greyText{
	margin-right: 10px;
}


/* STEP 4*/
.game-message textarea{
    width: 100%;
    height: 270px;
    border-left: none;
    border-right: none;
}
.map-wrapper{
    width: 100%;
    height: 320px;

}
#map-canvas {
    height: 100%;
    margin: 0px;
    padding: 0px
}
.search-map input{
    text-transform: uppercase;
    color: #fff;
    height: 28px;
}
::-webkit-input-placeholder { /* WebKit browsers used to be #595959;*/
    color:    #737574; 
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #737574;
    opacity:  1;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #737574;
    opacity:  1;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #737574;
}
.map-adress{
    text-transform: uppercase;
    margin-top: 10px;
    height: 40px;
    display: block;
    overflow: auto;
    font-size: 18px;
}

/* STEP 5 */
.greyBox.box-margin { 
    margin-bottom: 30px;
}
.player-list{
    padding: 0;
    border: none;
}
.player-list li{
    display: block;
    float: left;
    width: 100%;
    border-bottom: 1px solid #636363;
}
.player-list li a {
    color: #fff;
}
.player-list li a.invite{
    display: block;
    clear: both;
    color: #696969;
    font-size: 16px;
    font-weight: 800;
    text-transform: uppercase;
    padding-left: 20px;
    line-height: 0px;
    padding-bottom: 20px;
}
.player-list li p{
    font-size: 18px;
    padding: 12px 10px 12px 20px;
    text-transform: uppercase;
    font-weight: 800;
    float: left;
    display: inline-block;
}
.player-list li i{
    display: block;
    float: left;
    font-style: normal;
    margin-top: 10px;
    font-size: 18px;
}

/* STEP 6 */

p.confirmation-message{
    margin-top: 20px;
    font-size: 1.17em;
}

h2.game-on{
    font-size: 2.2em;
}

/************* SPORT COLORS ************/

/* RUNNING */
.create-steps.running-color .box,
.create-steps.running-color .confirm { background: #0e638f; }
.running-color-bg { background: #1c84ba !important; }
.create-steps.running-color .box:after { border-color: transparent transparent transparent #0e638f; }
.create-steps.running-color .box.active { background: #1c84ba; }
.create-steps.running-color .box.active:after{ border-color: transparent transparent transparent #1c84ba; }
.create-steps.running-color .confirm.active{ background: #1c84ba; }

.sport-icon-title.running-icon { background: url(../img/icons/sport/running.png) no-repeat 100%; /* background-size: 60px;  */}
.sport-icon-title.running-icon h2{ color: #1c84ba; }
h2.running-blue, .running-blue{ color: #1c84ba; }
ul.contact-selection.running-color li:hover{ background: #0e638f !important;}

/* CYCLING */
.create-steps.cycling-color .box,
.create-steps.cycling-color .confirm { background: #770000; }
.cycling-color-bg { background: #a70000 !important; }
.create-steps.cycling-color .box:after { border-color: transparent transparent transparent #770000; }
.create-steps.cycling-color .box.active { background: #a70000; }
.create-steps.cycling-color .box.active:after{ border-color: transparent transparent transparent #a70000; }
.create-steps.cycling-color .confirm.active{ background: #a70000; }

.sport-icon-title.cycling-icon { background: url(../img/icons/sport/cycling.png) no-repeat 100%; background-size: 75px; }
.sport-icon-title.cycling-icon h2{ color: #a70000; }
h2.cycling-red, .cycling-red{ color: #a70000; }
ul.contact-selection.cycling-color li:hover{ background: #a70000 !important;}

/* FOOTBALL */
.create-steps.football-color .box,
.create-steps.football-color .confirm { background: #296611; }
.football-color-bg { background: #37811c !important; }
.create-steps.football-color .box:after { border-color: transparent transparent transparent #296611; }
.create-steps.football-color .box.active { background: #37811c; }
.create-steps.football-color .box.active:after{ border-color: transparent transparent transparent #37811c; }
.create-steps.football-color .confirm.active{ background: #37811c; }

.sport-icon-title.football-icon { background: url(../img/icons/sport/football.png) no-repeat 100%; background-size: 55px; }
.sport-icon-title.football-icon h2{ color: #37811c; }
h2.football-green, .football-green{ color: #37811c; }
ul.contact-selection.football-color li:hover{ background: #37811c !important;}

/* TENNIS */
.create-steps.tennis-color .box,
.create-steps.tennis-color .confirm { background: #959704; }
.tennis-color-bg { background: #ccca01 !important; }
.create-steps.tennis-color .box:after { border-color: transparent transparent transparent #959704; }
.create-steps.tennis-color .box.active { background: #ddda00; }
.create-steps.tennis-color .box.active:after{ border-color: transparent transparent transparent #ddda00; }
.create-steps.tennis-color .confirm.active{ background: #ddda00; }

.sport-icon-title.tennis-icon { background: url(../img/icons/sport/tennis.png) no-repeat 100%; background-size: 55px; }
.sport-icon-title.tennis-icon h2{ color: #ccca01; }
h2.tennis-yellow, .tennis-yellow{ color: #ccca01; }
ul.contact-selection.tennis-color li:hover{ background: #ddda00 !important;}

/* SQUASH */
.create-steps.squash-color .box,
.create-steps.squash-color .confirm { background: #006d84; }
.squash-color-bg { background: #1493ae !important;}
.create-steps.squash-color .box:after { border-color: transparent transparent transparent #006d84; }
.create-steps.squash-color .box.active { background: #1493ae; }
.create-steps.squash-color .box.active:after{ border-color: transparent transparent transparent #1493ae; }
.create-steps.squash-color .confirm.active{ background: #1493ae; }

.sport-icon-title.squash-icon { background: url(../img/icons/sport/squash.png) no-repeat 100%; background-size: 32px; }
.sport-icon-title.squash-icon h2{ color: #1493ae; }
h2.squash-blue, .squash-blue{ color: #1493ae; }
ul.contact-selection.squash-color li:hover{ background: #1493ae !important;}

/* RUGBY */
.create-steps.rugby-color .box,
.create-steps.rugby-color .confirm { background: #627700; }
.rugby-color-bg { background: #8ba901 !important; }
.create-steps.rugby-color .box:after { border-color: transparent transparent transparent #627700; }
.create-steps.rugby-color .box.active { background: #8ba901; }
.create-steps.rugby-color .box.active:after{ border-color: transparent transparent transparent #8ba901; }
.create-steps.rugby-color .confirm.active{ background: #8ba901; }

.sport-icon-title.rugby-icon { background: url(../img/icons/sport/rugby.png) no-repeat 100%; background-size: 60px; }
.sport-icon-title.rugby-icon h2{ color: #89b003; }
h2.rugby-yellow, .rugby-yellow{ color: #89b003; }
ul.contact-selection.rugby-color li:hover{ background: #8ba901 !important;}

/* CRICKET */
.create-steps.cricket-color .box,
.create-steps.cricket-color .confirm { background: #5e00a8; }
.cricket-color-bg { background: #7f00e2 !important;}
.create-steps.cricket-color .box:after { border-color: transparent transparent transparent #5e00a8; }
.create-steps.cricket-color .box.active { background: #7f00e2; }
.create-steps.cricket-color .box.active:after{ border-color: transparent transparent transparent #7f00e2; }
.create-steps.cricket-color .confirm.active{ background: #7f00e2; }

.sport-icon-title.cricket-icon { background: url(../img/icons/sport/cricket.png) no-repeat 100%; background-size: 46px; }
.sport-icon-title.cricket-icon h2{ color: #7f00e2; }
h2.cricket-violet, .cricket-violet{ color: #7f00e2; }
ul.contact-selection.cricket-color li:hover{ background: #7f00e2 !important;}

/* BASKETBALL */
.create-steps.basketball-color .box,
.create-steps.basketball-color .confirm { background: #a84e06; }
.basketball-color-bg { background: #d16d1c !important; }
.create-steps.basketball-color .box:after { border-color: transparent transparent transparent #a84e06; }
.create-steps.basketball-color .box.active { background: #d16d1c; }
.create-steps.basketball-color .box.active:after{ border-color: transparent transparent transparent #d16d1c; }
.create-steps.basketball-color .confirm.active{ background: #d16d1c; }

.sport-icon-title.basketball-icon { background: url(../img/icons/sport/basketball.png) no-repeat 100%; background-size: 55px; }
.sport-icon-title.basketball-icon h2{ color: #d16d1c; }
h2.basketball-orange, .basketball-orange{ color: #d16d1c; }
ul.contact-selection.basketball-color li:hover{ background: #d16d1c !important;}

/* NETBALL */
.create-steps.netball-color .box,
.create-steps.netball-color .confirm { background: #90064a; }
.netball-color-bg { background: #bc1768 !important; }
.create-steps.netball-color .box:after { border-color: transparent transparent transparent #90064a; }
.create-steps.netball-color .box.active { background: #bc1768; }
.create-steps.netball-color .box.active:after{ border-color: transparent transparent transparent #bc1768; }
.create-steps.netball-color .confirm.active{ background: #bc1768; }

.sport-icon-title.netball-icon { background: url(../img/icons/sport/netball.png) no-repeat 100%; background-size: 50px; }
.sport-icon-title.netball-icon h2{ color: #bc1768; }
h2.netball-pink, .netball-pink{ color: #bc1768; }
ul.contact-selection.netball-color li:hover{ background: #bc1768 !important;}

/* BADMINGTON */
.create-steps.badmington-color .box,
.create-steps.badmington-color .confirm { background: #66778c; }
.badmington-color-bg { background: #8497af !important; }
.create-steps.badmington-color .box:after { border-color: transparent transparent transparent #66778c; }
.create-steps.badmington-color .box.active { background: #8497af; }
.create-steps.badmington-color .box.active:after{ border-color: transparent transparent transparent #8497af; }
.create-steps.badmington-color .confirm.active{ background: #8497af; }

.sport-icon-title.badmington-icon { background: url(../img/icons/sport/badmington.png) no-repeat 100%; background-size: 45px; }
.sport-icon-title.badmington-icon h2{ color: #8497af; }
h2.badmington-blue, .badmington-blue{ color: #8497af; }
ul.contact-selection.badmington-color li:hover{ background: #8497af !important;}


/* Number of players colors */


#running #range .ui-slider-handle{
    background-color: #1c84ba;
}
#cycling #range .ui-slider-handle{
    background-color: #a70000;
}
#football #range .ui-slider-handle{
    background-color: #37811c;
}
#tennis #range .ui-slider-handle{
    background-color: #ccca01;
}
#squash #range .ui-slider-handle{
    background-color: #1493ae;
}
#rugby #range .ui-slider-handle{
    background-color: #8ba901;
}
#cricket #range .ui-slider-handle{
    background-color: #7f00e2;
}
#basketball #range .ui-slider-handle{
    background-color: #d16d1c;
}
#netball #range .ui-slider-handle{
    background-color: #bc1768;
}
#badmington #range .ui-slider-handle{
    background-color: #8497af;
}


/* CYCLING */

.sport-icon-title.cycling { background: url(../img/icons/sport/cycling.png) no-repeat 100% bottom; }

/* @media only screen and (min-width: 768px) and (max-width: 1100px) {
.sport-icon-title { background-position: left bottom !important;}
.sport-icon-title h2{ padding-bottom: 60px; }
} */

/* POPUPS */

.popup-content {
    display: none;
    padding: 10px 14px;
    background: #e0e0e1;
    max-width: 300px;
    position: relative;
}
.popup-content .popup-text {
    margin: 10px 0 16px 0;
}

.popup-content .popup-button {
    margin: 4px 0;
}

.popup-content .popup-text p {
    font-size: 1.3em;
    text-transform: uppercase;
    color: #292828;
    text-align: center;
}

.be-close {
    display: block;
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 120;
}

@media only screen and (max-width: 768px) {
    .popup-content {
        width: 100%;
    }

    .mailContent .starRating.review {
        margin-left: 9px !important;
    }

}

.popup-buttons {
    margin-bottom: 5px;
}

#addPlayers .myList li a:first-child {
    width: 86% !important;
    float: left;
}

#addPlayers .myList li {
    cursor: pointer;
}

#addPlayers .myList li:hover .info .fa,
#addPlayers .myList li:hover p {
    color: #83BFFC;
}

#addPlayers .myList li a:first-child,
#addPlayers .detailsBtn {
    width: initial;
    min-width: initial;
}

@media only screen and (max-width: 1200px) {
     #addPlayers .myList li a:first-child {
        width: 70% !important;
    }   
}

@media only screen and (max-width: 768px) {
     #addPlayers .myList li a:first-child {
        width: initial !important;
    }   
}