

/*
p {
    text-shadow:#fff 0 1px 0;
}

a:link, a:visited {
    color:#338bb8;
    text-decoration:none;
}

a:hover {
    color:#3799ca;
    text-decoration:underline;
    
}
*/

h3 {
    text-align:center;
    font-size:32px;
    line-height:40px;
    font-family: var(--font1);
    font-weight:400;
    margin:0 0 15px;
}

.hand {
    font-family: 'Delius Swash Caps', sans-serif;
    font-weight:400;
    color:#4fb6e9; 
}

.subheader {
    font-family: var(--font2);
    font-weight:600;
    color:#aaa;
}

h2 {
    text-align:center;
    font-size:48px;
    line-height:56px;
    margin:15px 0;
    font-family: var(--font1);
    font-weight:400;
}


h2 strong {
    font-weight:700;
}

h4 {
    font-family:var(--font1);
    font-weight:600;
    font-size:16px;
    
}

/** FEATURE ***/

.feature {
    margin-top:60px;
    margin-bottom:60px;
    text-align:center;
}

.feature img {
    margin:30px 0 0;
    text-align:center;
}

.box h3 {
    font-family:var(--font1);
    font-weight:600;
    font-size:24px;
    margin-bottom:15px;
    text-align:left;
}


.box {
    background:#fff;
    box-shadow:none;
    border:1px solid #ddd;
    -webkit-border-radius:3px;
    border-radius:3px;
    padding:60px 0;
    margin-top:15px;
    margin-bottom:60px;
}

.box .row + .row {
    margin-top:30px;
}

.box .span6 + .span4 img {
    float:right;
}

.quotes {
    margin-top:30px;
    margin-bottom:60px;
}

.thumbnails {
    margin-top:30px;
    margin-left:0; /* override -20 from bootstrap, which skews us left */
}

.thumbnail {
    background:#fff;
}

.thumbnail span {
    display:block;
    position:absolute;
    margin-top:155px;
    width:250px;
    padding:5px;
    font-family:var(--font1);
    font-weight:600;
    font-size:14px;
    color:#fff;
    text-shadow:rgba(0,0,0,0.4) 0 1px 2px;
}

/*** GAMES PAGE ***/

#share-game {
    margin-top:6px;
    width:200px;
}

a.game_anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

/*** PRICING ****/
.features-table {
    width: 95%;
    background-color: #fff;
    text-align:center;
    border-radius: 10px;
    margin-top: 40px;
}

.features-table a {
    color: #ccc;
}

.features-table th {
  padding: 12px;
  color: #fff;
  background-color: #7da2f3;
}

.features-table .tl {
  border-top-left-radius: 10px;
}

.features-table .tr {
  border-top-right-radius: 10px;
}

.features-table td {
  padding-top:18px;
  padding-bottom:18px;
}

.features-table .section {
  color: #fff;
  background-color: #7da2f3;
  text-align:left;
}

.features-table .section td {
  padding: 12px;
}

.features-table .feature {
  padding-left: 20px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}

.feature-description {
  color:#666;
  font-weight: normal;
}

.features-table .no {
  color: #bcbcbc;
  font-size: 18px;
}

.features-table .yes {
  color: #59b158;
  font-size: 18px;
}

.billing-select {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}

.billing-select .save-50 {
  font-size: 14px;
}

.pricing {
  padding-top:38px;
  margin-bottom:30px;
  flex-basis: 22%;
  font-size: max(14px, min(20px, 1.2vw));
}

.price-container {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-evenly;
}

.pricing .well {
    background:#fff;
    box-shadow:none;
    border: none;
    border-radius:8px;
}

.pricing .well.highlighted {
    box-shadow:rgba(0,0,0,0.2) 0 0 10px;
    margin-top:-19px;
    padding-top:38px;
    padding-bottom:38px;
}

.pricing .well ul {
    margin-left:0;
}

.pricing .well ul li {
    list-style:none;
    text-align:center;
    padding:8px 0;
    border-bottom:1px solid #eee;
}

.pricing .well .description {
    color: #999;
}

.no-border {
    border-bottom: none !important;
}

.pricing .well h4 {
    text-align:center;
}

.pricing .subheader {
    color: #36434f;
    font-size: min(60px, 2.6vw);
    margin: 20px;
}

.subheader .billing {
    font-size: 1.3vw;
    font-weight: normal;
}

.pricing .well .signup_btn {
    text-align:center;
    padding-top:24px;
}


.pricing .spot {
    font-family: var(--font1);
    font-weight:700;
    font-size:14px;
    -webkit-border-radius:64px;
    border-radius:64px;
    background:#71be42;
    border:1px solid #ddd;
    border-color:#7dca4f #71be42 #63a73a;
    color:#fff;
    text-shadow:none;
  
    /* ORIGINAL GREEN
    background-image: -o-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -moz-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -webkit-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -ms-linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    background-image: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(0, rgb(188,255,146)),
        color-stop(0.05, rgb(144,231,91)),
        color-stop(1, rgb(124,202,79))
    );
    background-image: linear-gradient(top, rgb(188,255,146) 0%, rgb(144,231,91) 5%, rgb(124,202,79) 100%);
    text-shadow:#63a73a 0 -1px 0;
    box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
    */

    /* blue */
  background:#4fb6e9;
  border:1px solid #ddd;
  border-color:#3ca3d7 #3799ca #338bb8;
  color:#fff !important;
  text-shadow:none;
  background-image: linear-gradient(to left bottom, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%) !important;;
  background-image: -o-linear-gradient(to left bottom, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%) !important;;
  background-image: -moz-linear-gradient(to left bottom, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%) !important;;
  background-image: -webkit-linear-gradient(to left bottom, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%) !important;
  background-image: -ms-linear-gradient(to left bottom, rgb(146,219,255) 0%, rgb(79,182,233) 5%, rgb(57,160,211) 100%) !important;;

  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgb(146,219,255)),
    color-stop(0.05, rgb(79,182,233)),
    color-stop(1, rgb(57,160,211))
  ) !important;

  text-shadow:#3799ca 0 -1px 0;
  box-shadow:rgba(0,0,0,0.3) 0 1px 3px;
  position:absolute;
  height:32px;
  padding:16px 0;
  line-height:16px;
  width:64px;
  text-align:center;
  margin-top:-35px;
  margin-left:-16px;
}

/*** OTHER BITS ****/

.signup {
    display:inline-block;
    font-family:var(--font1);
    font-size:24px;
    font-weight:400;
    padding:25px 40px;
    -webkit-border-radius:6px;
    border-radius:6px;
    background:#7DA2F4;
    color:#fff;
    text-shadow:none;
    margin-top:40px;
}

.signup:link, .signup:visited {
    color:#fff;
}

.signup:hover {
    background:#EC6952;
    box-shadow:none;
    color:#fff;
    text-decoration:none;
}

.table {
    background:#fff;
    
}


.table td {
    text-align:center;
}

.table tbody tr:hover td {
    background:#fff;
}

form h4 {
    margin-bottom:15px;
}

.center {
    text-align:center;
}

.right {
    text-align:right;
}

.graded {
    min-height:40px;
    padding-bottom:100px;
    /*
    background:url("../img/bg/graded2.png") bottom center repeat-x;
    */
}

.drop-shadow {
   position:relative;
}

.drop-shadow:before,
.drop-shadow:after {
   content:"";
   position:absolute;
   z-index:-1;
    bottom:15px;
   left:10px;
   width:50%;
   /*height:20%;*/
   height:50px;
   -webkit-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   -moz-box-shadow:0 15px 10px rgba(0, 0, 0, 0.7);
   box-shadow:0 15px 15px rgba(0, 0, 0, 0.7);
   -webkit-transform:rotate(-2deg);
   -moz-transform:rotate(-2deg);
   -o-transform:rotate(-2deg);
   transform:rotate(-2deg);
}

.drop-shadow:after{
   right:10px;
   left:auto;
   -webkit-transform:rotate(2deg);
   -moz-transform:rotate(2deg);
   -o-transform:rotate(2deg);
   transform:rotate(2deg);
}

.footer .links {
    margin-top:54px;
}


/*** MEDIA QUERIES ****/

@media (max-width: 767px) {
    
    .navbar .brand {
        float:none;
        margin-bottom:15px;
    }
    
    .navbar .nav {
        clear:both;
        margin-top:15px;
        float:none;
    }
    
    .navbar .nav li {
        float:none;
        margin:0 0 15px 0;
    }
    
    .navbar .nav li a {
        padding-left:0;
        padding-right:0;
    }
    
    .container {
        padding-left:10px;
        padding-right:10px;
    }
    
    .pricing .well.highlighted {
        margin-top:0;
        
    }
    
    .pricing .spot {
        margin-left:15px;
        margin-top:-15px;
    }
    
    
    .box {
        padding:15px;
    }
}

@media (max-width: 480px) {
    h2 {
        font-size:32px;
        line-height:36px;
    }
    
    h3 {
        font-size:26px;
        line-height:30px;
    }
    
    .pricing {
        padding-top:0;
        margin-top:30px;
    }
}

/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
  top: -8px;
  margin-left:10px;
  margin-right:10px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #fff;
}

input:focus + .slider {
  box-shadow: 0 0 1px #fff;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
  background-color: #ccc;
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
} 

/**
 * Fix Up Bootbox Defaults
 */


/**
 * Fix Up Bootbox Defaults
 */
.modal-header {
  border:none;
}
.modal-header h4 {
  margin-left:auto;
  margin-right:auto;
  text-align:center;
  font-size:24px;
}
.modal-title i {
  display:block;
  font-size: 48px;
  margin-bottom:16px;
  margin-top:26px;
  color: #85a1ef;
}
.modal-footer {
  background-color: #fff;
  border: none;
}
.modal-backdrop, .modal-backdrop.fade.in {
    opacity: .5;
}
.bootbox-body {
  text-align:center;
}
.bootbox input {
  width: 60% !important;
}
