
body {
  background-color: white;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
}

/*NEW FOOTER */

.full {
    width: 100%;
}
.gap {
	height: 30px;
	width: 100%;
	clear: both;
	display: block;
}
.footer {
	background: #f2f2f2;
	height: auto;
	padding-bottom: 70px;
	position: relative;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	border-top: 1px solid #DDDDDD;
}
.footer p {
	margin: 0;
}
.footer img {
	max-width: 100%;
}
.footer h3 {

	color: #363636;
	font-size: 18px;
	font-weight: 600;
	line-height: 27px;
	padding: 40px 0 10px;

}
.footer ul {
	font-size: 15px;
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
	margin-top: 15px;
	color: #7F8C8D;
}

.footer a:hover {
  color: #515151;
  background-color: transparent ;
  text-decoration: none ;
}

.footer ul li a {
	padding: 0 0 5px 0;
	display: block;
}
.footer a {
	color: #78828D
}
.supportLi h4 {
	font-size: 20px;
	font-weight: lighter;
	line-height: normal;
	margin-bottom: 0 !important;
	padding-bottom: 0;
}
.newsletter-box input#appendedInputButton {
	background: #FFFFFF;
	display: inline-block;
	float: left;
	height: 30px;
	clear: both;
	width: 100%;
}
.newsletter-box .btn {
	border: medium none;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	height: 40px;
	padding: 0;
	width: 100%;
	color: #fff;
}
.newsletter-box {
	overflow: hidden;
}
.bg-gray {
	background-image: -moz-linear-gradient(center bottom, #BBBBBB 0%, #F0F0F0 100%);
	box-shadow: 0 1px 0 #B4B3B3;
}
.social li {
	background: none repeat scroll 0 0 #B5B5B5;
	border: 2px solid #B5B5B5;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	float: left;
	height: 36px;
	line-height: 36px;
	margin: 0 8px 0 0;
	padding: 0;
	text-align: center;
	width: 36px;
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
}
.social li:hover {
	transform: scale(1.15) rotate(360deg);
	-webkit-transform: scale(1.1) rotate(360deg);
	-moz-transform: scale(1.1) rotate(360deg);
	-ms-transform: scale(1.1) rotate(360deg);
	-o-transform: scale(1.1) rotate(360deg);
}
.social li a {
	color: #EDEFF1;
}
.social li:hover {
	border: 2px solid #363636;
	background: #363636;
}
.social li a i {
	font-size: 16px;
	margin: 0 0 0 5px;
	color: #EDEFF1 !important;
}
.footer-bottom {
	background: #02B0D6;
	border-top: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-bottom: 10px;
}
.footer-bottom p.pull-left {
	padding-top: 6px;
}
.payments {
	font-size: 1.5em;
}

/*END OF NEW FOOTER */



.clay_class {
    background-color: sandybrown;
    font-size: 90%;
    color: white;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    box-sizing: border-box;
    vertical-align: top;
;
}

.hard_class {
    background-color: cadetblue;
    font-size: 90%;
    color: white;
    vertical-align: top;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.grass_class {
    background-color: yellowgreen;
    font-size: 90%;
    color: white;
    vertical-align: top;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.synthetic_grass_class {
    background-color: seagreen;
    font-size: 90%;
    color: white;
    vertical-align: top;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.wood_class {
    background-color: saddlebrown;
    font-size: 90%;
    color: white;
    vertical-align: top;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.concrete_class {
    background-color: dimgray;
    font-size: 90%;
    color: white;
    vertical-align: top;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.turf_class {
    background-color: darkolivegreen;
    font-size: 90%;
    color: white;
    vertical-align: top;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.Pavilion_class {
    background-color: purple;
    font-size: 90%;
    color: white;
    vertical-align: top;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.pvc_class {
    background-color: steelblue;
    font-size: 90%;
    color: white;
    vertical-align: top;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.glyphicon-star, .glyphicon-star-empty {
  color:#CDCCCC;
}

.glyphicon-star{
  color:#ffb400;
}


.ribbon {
  display: inline-block;
  padding: 08px 20px;
  text-align: left;
  color: #fff;
  background: #34495e;
  opacity:0.5;
  filter:alpha(opacity=50); /* For IE8 and earlier */
  background: -webkit-linear-gradient(left, #283849, #34495e); /* For Safari 5.1 to 6.0 */
background: -o-linear-gradient(right, #283849, #34495e); /* For Opera 11.1 to 12.0 */
background: -moz-linear-gradient(right, #283849, #34495e); /* For Firefox 3.6 to 15 */
background: linear-gradient(to right, #283849 , #34495e); /* Standard syntax */
}

.carousel-caption2{
    position:absolute;
    z-index:10;
    padding-top:20px;
    padding-bottom:20px;
    color:#fff;
    text-shadow:0 1px 2px rgba(0,0,0,0.6);
    top: 0;
    right: 0;
    text-align: right;
    bottom: auto;}


.cancelled_class {
    background-color: #c10000;
    font-size: 90%;
    color: white;
    vertical-align: top;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.confirmed_class {
    background-color: #5a994e;
    font-size: 90%;
    color: white;
    vertical-align: top;
    display: inline;
    padding: .2em .6em .3em;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
}

.soccer_class {
    background-image: url('https://s3.amazonaws.com/aircourts/photos/futsal-_32x32.png');
    display: inline;
}


.carousel-inner > .item > img {
    margin: 0 auto;
}

/*speech bubble*/

.speech-bubble {
background-color: rgba(250,250,250,0.9);
background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(250,250,250,0.9) 100%);
background-image: -moz-linear-gradient(top, rgba(255,255,255,0.9) 0%,rgba(250,250,250,0.9) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e5ffffff', endColorstr='#e5fafafa', GradientType=0);
position: relative;
border: 1px solid #c8c8c8;
border-color: rgba(0,0,0,0.2);
padding: 10px 15px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-box-shadow: inset 0 0 5px rgba(255,255,255,0.3),0 0 0 #000;
box-shadow: inset 0 0 5px rgba(255,255,255,0.3),0 0 0 #000;
word-break: normal;
}

/* Carved HR */

.number {
position: absolute;
bottom: 30px;
left: 1px;
width: 25px;
height: 22px;
padding-right: 3px;
border-radius: 50%;
text-align: center;
font-size: 10px;
line-height: 23px;
background-color: mediumseagreen;
}

hr.carved {
  clear: both;
  float: none;
  width: 100%;
  height: 2px;
  margin: 1.4em 0;
  border: none;
  background: #ddd;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(0.5, rgb(221,221,221)),
      color-stop(0.5, rgb(255,255,255))
  );
  background-image: -moz-linear-gradient(
      center top,
      rgb(221,221,221) 50%,
      rgb(255,255,255) 50%
  );
}

/* btn circle */
.btn-circle2 {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

/* Fixing modal for navbar shifting lef*/

.modal-open, .modal-open .navbar-fixed-top {
margin-right: auto !important;
}

/* Carousel



.carousel { z-index: -99; overflow: hidden;} /* keeps this behind all content */

/*.carousel .item {
    position: fixed;
    width:100%; height:100%;
    -webkit-transition: opacity 1s;
    -moz-transition: opacity 1s;
    -ms-transition: opacity 1s;
    -o-transition: opacity 1s;
    transition: opacity 1s;
}
.carousel .one {
    background: url("https://s3.amazonaws.com/aircourts/photos/banner_1.png");
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .two {
    background: url("https://s3.amazonaws.com/aircourts/photos/banner_2.png");
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .three {
    background: url("https://s3.amazonaws.com/aircourts/photos/banner_3.png");
    background-size: cover;
    -moz-background-size: cover;
}
.carousel .active.left {
    left:0;
    opacity:0;
    z-index:2;
}

*/
@media print
{
    .no-print, .no-print *
    {
        display: none !important;
    }
}

/* Horizontal line styling */
.hr_carved {
  clear: both;
  float: none;
  width: 100%;
  height: 2px;
  margin: 1.4em 0;
  border: none;
  background: #ddd;

  );

  );
}

/* enable absolute positioning */
.inner-addon {
    position: relative;
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }


/* Navbar */
.navbar-custom {
  background-color: transparent;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #ffffff;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus {
  color: #e6e6e6;
  background-color: transparent;
}
.navbar-custom .navbar-text {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li > a {
  color: #ffffff;
}
.navbar-custom .navbar-nav > li > a:hover,
.navbar-custom .navbar-nav > li > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .active > a,
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: #ffffff;
  background-color: transparent;
}
.navbar-custom .navbar-nav > .disabled > a,
.navbar-custom .navbar-nav > .disabled > a:hover,
.navbar-custom .navbar-nav > .disabled > a:focus {
  color: #cccccc;
  background-color: transparent;
}
.navbar-custom .navbar-toggle {
  border-color: #dddddd;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #dddddd;
}
.navbar-custom .navbar-toggle .icon-bar {
  background-color: #cccccc;
}

.navbar-custom .navbar-collapse {
  background-color: transparent;
}

.navbar-custom .navbar-collapse,
.navbar-custom .navbar-form {
  border-color: transparent;
}
.navbar-custom .navbar-nav > .dropdown > a:hover .caret,
.navbar-custom .navbar-nav > .dropdown > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-custom .navbar-nav > .open > a,
.navbar-custom .navbar-nav > .open > a:hover,
.navbar-custom .navbar-nav > .open > a:focus {
  background-color: transparent;
  color: #ffffff;
}
.navbar-custom .navbar-nav > .open > a .caret,
.navbar-custom .navbar-nav > .open > a:hover .caret,
.navbar-custom .navbar-nav > .open > a:focus .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
.navbar-custom .navbar-nav > .dropdown > a .caret {
  border-top-color: #ffffff;
  border-bottom-color: #ffffff;
}
@media (max-width: 767px) {
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a {
    color: #ffffff;
    background-color:rgba(39, 39, 39, 0.86);
  }

  .navbar-collapse > li > a {
 background-color:rgba(39, 39, 39, 0.86);
  }

  .navbar-custom .navbar-collapse {
  background-color: rgba(39, 39, 39, 0.86);
}

  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #ffffff;
    background-color: rgba(39, 39, 39, 0.86);
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .active > a:focus {
    color: #ffffff;
    background-color: rgba(39, 39, 39, 0.86);
  }
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:hover,
  .navbar-custom .navbar-nav .open .dropdown-menu > .disabled > a:focus {
    color: #ffffff;
    background-color: rgba(39, 39, 39, 0.86);
  }
}
.navbar-custom .navbar-link {
  color: #ffffff;
}
.navbar-custom .navbar-link:hover {
  color: #ffffff;
}

.dropdown-menu>li>a {
    color: #565a5c;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration:none;background-color:whitesmoke;color: #565a5c;
}

/*Show More Button */

.showmorebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	line-height:23px;
	width:100px;
	text-decoration:none;
	text-align:center;
    vertical-align: middle;
	text-shadow:1px 1px 0px #ffffff;
}
.showmorebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
    color:#777777;
}
.showmorebutton:active {
	position:relative;
	top:1px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Arial";
    font-weight: 300;
    color: #333;
    line-height: 1.1;
    text-rendering: optimizelegibility;
}

span {
    text-rendering: optimizelegibility;
}

p {
    text-rendering: optimizelegibility;
}


/*round border table*/

.table-curved {
    border-collapse: separate;
}
.table-curved {
    border: solid #ccc 1px;
    border-radius: 6px;
    border-left:0px;
}

.table-curved td {
border-top:0px;
}

.table-curved td, .table-curved th {
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
}
.table-curved th {
    border-top: none;
}
.table-curved th:first-child {
    border-radius: 6px 0 0 0;
}
.table-curved th:last-child {
    border-radius: 0 6px 0 0;
}
.table-curved th:only-child{
    border-radius: 6px 6px 0 0;
}
.table-curved tr:last-child td:first-child {
    border-radius: 0 0 0 6px;
}
.table-curved tr:last-child td:last-child {
    border-radius: 0 0 6px 0;
}

/* process steps */



.stepwizardh-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 100%;
    position: relative;
}

.stepwizard-step button[disabled] {
    opacity: 1 !important;

}

.stepwizard-row:before {
    top: 14px;
    bottom: 0;
    position: absolute;
    content: " ";
    width: 100%;
    height: 1px;
    background-color: #000000;


}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
  width: 55px;
  height: 55px;
  text-align: center;
  padding: 6px 0;
  font-size: 14px;
  line-height: 1.428571429;
  border-radius: 45px;
}


/* timeline */

.timeline {
    list-style: none;
    padding: 20px 0 20px;
    position: relative;
}

    .timeline:before {
        top: 0;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 3px;
        background-color: #eeeeee;
        left: 50%;
        margin-left: -1.5px;
    }

    .timeline > li {
        margin-bottom: 20px;
        position: relative;
    }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li:before,
        .timeline > li:after {
            content: " ";
            display: table;
        }

        .timeline > li:after {
            clear: both;
        }

        .timeline > li > .timeline-panel {
            width: 46%;
            float: left;
            border: 1px solid #d4d4d4;
            border-radius: 2px;
            padding: 20px;
            position: relative;
            -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
            box-shadow: 0 1px 6px rgba(0, 0, 0, 0.175);
        }

            .timeline > li > .timeline-panel:before {
                position: absolute;
                top: 26px;
                right: -15px;
                display: inline-block;
                border-top: 15px solid transparent;
                border-left: 15px solid #ccc;
                border-right: 0 solid #ccc;
                border-bottom: 15px solid transparent;
                content: " ";
            }

            .timeline > li > .timeline-panel:after {
                position: absolute;
                top: 27px;
                right: -14px;
                display: inline-block;
                border-top: 14px solid transparent;
                border-left: 14px solid #fff;
                border-right: 0 solid #fff;
                border-bottom: 14px solid transparent;
                content: " ";
            }

        .timeline > li > .timeline-badge {
            color: #fff;
            width: 50px;
            height: 50px;
            line-height: 50px;
            font-size: 1.4em;
            text-align: center;
            position: absolute;
            top: 16px;
            left: 50%;
            margin-left: -25px;
            background-color: #999999;
            z-index: 100;
            border-top-right-radius: 50%;
            border-top-left-radius: 50%;
            border-bottom-right-radius: 50%;
            border-bottom-left-radius: 50%;
        }

        .timeline > li.timeline-inverted > .timeline-panel {
            float: right;
        }

            .timeline > li.timeline-inverted > .timeline-panel:before {
                border-left-width: 0;
                border-right-width: 15px;
                left: -15px;
                right: auto;
            }

            .timeline > li.timeline-inverted > .timeline-panel:after {
                border-left-width: 0;
                border-right-width: 14px;
                left: -14px;
                right: auto;
            }

.timeline-badge.primary {
    background-color: #2e6da4 !important;
}

.timeline-badge.white {
    background-color: #ffffff !important;
}

.timeline-badge.success {
    background-color: #3f903f !important;
}

.timeline-badge.warning {
    background-color: #f0ad4e !important;
}

.timeline-badge.danger {
    background-color: #d9534f !important;
}

.timeline-badge.info {
    background-color: #5bc0de !important;
}

.timeline-title {
    margin-top: 0;
    color: inherit;
}

.timeline-body > p,
.timeline-body > ul {
    margin-bottom: 0;
}

    .timeline-body > p + p {
        margin-top: 5px;
    }

@media (max-width: 767px) {
    ul.timeline:before {
        left: 40px;
    }

    ul.timeline > li > .timeline-panel {
        width: calc(100% - 90px);
        width: -moz-calc(100% - 90px);
        width: -webkit-calc(100% - 90px);
    }

    ul.timeline > li > .timeline-badge {
        left: 15px;
        margin-left: 0;
        top: 16px;
    }

    ul.timeline > li > .timeline-panel {
        float: right;
    }

        ul.timeline > li > .timeline-panel:before {
            border-left-width: 0;
            border-right-width: 15px;
            left: -15px;
            right: auto;
        }

        ul.timeline > li > .timeline-panel:after {
            border-left-width: 0;
            border-right-width: 14px;
            left: -14px;
            right: auto;
        }
}

/* Paragraph & Typographic */
p {
    /*line-height: 28px;*/
    /*margin-bottom: 25px;*/
}

.centered {
    text-align: center;
}

/* Links */
/* a {
    color: #3bc492;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #c0392b;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}
*/
 hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}


/* ==========================================================================
   Wrap Sections
   ========================================================================== */

#headerwrap {
	background-color: #34495e;
	padding-top: 60px;
}

#headerwrap h1 {
	margin-top: 30px;
	color: white;
	font-size: 70px;
	
}

#headerwrap h3 {
	color: white;
	font-size: 30px;
}

#headerwrap h5 {
	color: white;
	font-weight: 700;
	text-align: left;
}

#headerwrap p {
	text-align: left;
	color: white
}

/* intro Wrap */

#intro {
	padding-top: 50px;
	border-top: #bdc3c7 solid 5px;
}

#features {
	padding-top: 50px;
	padding-bottom: 50px;
}

#features .ac a{
	font-size: 20px;
}

/* Showcase Wrap */

#showcase {
	display: block;
	background-color: #34495e;
	padding-top: 50px;
	padding-bottom: 50px;
}

#showcase h1 {
	color: white;
}

#footerwrap {
	background-color: #2f2f2f;
	color: white;
	padding-top: 40px;
	padding-bottom: 60px;
	text-align: left;
}

#footerwrap h3 {
	font-size: 28px;
	color: white;
}

#footerwrap p {
	color: white;
	font-size: 18px;
}

/* Copyright Wrap */

/* #c {
	background: #222222;
	padding-top: 15px;
	text-align: right;
}

#c p {
	color: white
}
*/

/* DatePicker Container */
.ui-datepicker {
	width: 216px;
	height: auto;
	margin: 5px auto 0;
	font: 9pt Arial, sans-serif;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .5);
}
.ui-datepicker a {
	text-decoration: none;
}
/* DatePicker Table */
.ui-datepicker table {
	width: 100%;
}
.ui-datepicker-header {
	background: url('https://s3.amazonaws.com/aircourts/photos/arrow.png') repeat 0 0 #000;
	color: #e0e0e0;
	font-weight: bold;
	-webkit-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, 2);
	-moz-box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	box-shadow: inset 0px 1px 1px 0px rgba(250, 250, 250, .2);
	filter: dropshadow(color=#000, offx=1, offy=-1);
	line-height: 30px;
	border-width: 1px 0 0 0;
	border-style: solid;
	border-color: #111;
}
.ui-datepicker-title {
	text-align: center;
}
.ui-datepicker-prev, .ui-datepicker-next {
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	cursor: pointer;
	background-image: url('https://s3.amazonaws.com/aircourts/photos/arrow.png');
	background-repeat: no-repeat;
	line-height: 600%;
	overflow: hidden;
}
.ui-datepicker-prev {
	float: left;
	background-position: center -30px;
}
.ui-datepicker-next {
	float: right;
	background-position: center 0px;
}

/* search area like airbnb */
.bottom-PR {

  background: #000;
  background: rgba(0,0,0,0.6);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  height: 100px;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 30px;
  padding-left:20px;
  padding-right:20px;
}





.account-wall {
            margin-top: 20px;
            padding: 40px 0px 20px 0px;
            background-color: #f7f7f7;
            -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
        }

/* modal map for zone*/

.fluid-wrapper {
    position: relative;
    padding-bottom: 80.25%; /* 16:9 use 56.25%*/
    height: 0;
}
.fluid-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
        border: none;
}

/*container img*/

.container_image {
    width: 200px;
    height: 120px;
}

/* resize images */
.container_image img {
    width: 60%;
    height: auto;
}

.nav > li > a:hover {
  color: lightslategray;

}

.text-input {
padding: 5px 8px;
border: 1px solid #e1e1e1;
border-radius: 3px;
box-shadow: inset 0 0 2px 0 rgba(0,0,0,.1);
font-size: 14px;
margin-left: 10px;
color: #565a5c;
}

.navbar .nav > li > .dropdown-menu::before {
  position: absolute;
  top: -7px;
  right: 9px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #CCC;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.navbar .nav > li > .dropdown-menu::after {
  position: absolute;
  top: -6px;
  right: 10px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid white;
  border-left: 6px solid transparent;
  content: '';
}

.add-a-promo-code {
padding: 20px 0 10px;
color: #1fbad6;
font-weight: 600;
font-size: 12px;
text-transform: uppercase;
cursor: pointer;
}

.btn-invite {
display: inline-block;
                    margin-bottom: 0;
                    border-radius: 2px;
                    border: 1px solid;
                    text-align: center;
                    vertical-align: middle;
                    font-weight: bold;
                    line-height: 1.43;
                    -webkit-user-select: none;
                    -moz-user-select: none;
                    -ms-user-select: none;
                    user-select: none;
                    white-space: nowrap;
                    cursor: pointer;
                    border-color: #30a232;
                    border-bottom-color: #29832b;
                    background-color: #30a232;
                    color: #fff;
                    text-decoration: none;
                    padding-top: 4px;padding-bottom: 4px;padding-left: 15px;padding-right: 15px;
                    margin-top: 2px;


}

.btn-invite:hover {
            text-decoration: none;
            color: #ffffff;
            border-color: #30af32;
            border-bottom-color: #29912b;
            background-color: #32ba34;
}
.court {

    background-color: rgba(240, 240, 240, 0.63);
    border-bottom: 1px solid lightgray;
}

.court:hover  {

    background-color: #efefef;
}

/*select2 width*/

#sportName, #cityName {

    width: 216px;
}


#courtNameSearch {

    width: 266px;
}

.a {

   color: #08B1D7;
}

/* app container banner*/

.app {
  background-color: #ffffff;
}

.app .container {
}

.app h2 {
  font-size: 4.5em;
  margin-bottom: 0.4em;
}

.app .container {
  /*background-image: url("/img/app.png");*/
  background-repeat: no-repeat;
  background-position: bottom right;
  min-height: 28em;
  padding-right: 385px;
  padding-top: 3em;
}

.app .appstore-badge {
  float: left;
  margin-top: 2.5em;
  margin-right: 0.5em;

}

.app .googleplay-badge {
  float: left;
  margin-top: 2.5em;
}

.box {

  position: relative;
  margin: 0 .5rem;
  /* width: calc(25% - 1rem); */
  height: 23rem;
  padding: 1.6rem;
  float: left;
  text-align: center;
  border-bottom: 1px solid #D3D3D3;
  background-color: white;
  margin-bottom: 1rem;
  font-size: 1.4rem;
}

.wrapper {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
}

.button-arrows {
      display: inline-block;
      background-color: #fcfcfc;
      background-image: -webkit-linear-gradient(top,#fcfcfc,#e7e7e7);
      background-image: -moz-linear-gradient(top,#fcfcfc,#e7e7e7);
      background-image: -ms-linear-gradient(top,#fcfcfc,#e7e7e7);
      background-image: -o-linear-gradient(top,#fcfcfc,#e7e7e7);
      background-image: linear-gradient(top,#fcfcfc,#e7e7e7);
      color: #444;
      
      border: 1px solid #dcdcdc;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      
      cursor: pointer;
      font-size: 11px;
      font-weight: bold;
      text-align: center;
      height: 38px;
      line-height: 27px;
      min-width: 54px;
      padding: 0 8px;
      text-decoration: none;
    }

    .button-arrows:hover {
      background-color: #F8F8F8;
      background-image: -webkit-linear-gradient(top,#f8f8f8,#f1f1f1);
      background-image: -moz-linear-gradient(top,#f8f8f8,#f1f1f1);
      background-image: -ms-linear-gradient(top,#f8f8f8,#f1f1f1);
      background-image: -o-linear-gradient(top,#f8f8f8,#f1f1f1);
      background-image: linear-gradient(top,#f8f8f8,#f1f1f1);
      
      border: 1px solid #C6C6C6;
      color: #333;
      
      -webkit-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
      -moz-box-shadow: 0px 1px 1px rgba(0,0,0,.1);
      box-shadow: 0px 1px 1px rgba(0,0,0,.1);
    }
