/*
 * Author: Carlos Alvarez
 * URL: http://alvarez.is
 *
 * Project Name: SPOT - Free Bootstrap 3 Theme
 * Version: 1.0
 * URL: http://blacktie.co
 */
 
/* FONTS */
@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,900&subset=latin,latin-ext);
/* OVERALL ASPECT */

body {
    /*background: #f2f2f2;*/
    background: url('../img/debut_light.gif') repeat #f2f2f2;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
    color: #555;

    -webkit-font-smoothing: antialiased;
    -webkit-overflow-scrolling: touch;
    
    margin-top: 70px;
}

/* Titles */
h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans";
    font-weight: 600;
    color: #333;
}

div.mtBig {
    margin-top: 120px !important;
}


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

.centered {
    text-align: center;
}

/* Links */
a {
    /*color: #f85c37;*/
    color: #26a48e;
    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: #7b7b7b;
    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;
}


.navbar {
	font-weight: 800;
	font-size: 14px;
	padding-top: 15px;
	padding-bottom: 15px;
    box-shadow: 0 0 2px 2px #525252;
}

.navbar-inverse {
	background: #2d2d2d;
	border-color: #2d2d2d;
}

.navbar-inverse .navbar-nav > li {
    border-left: 4px solid #2d2d2d;
}


.navbar-inverse .navbar-nav > .active > a {
	background: #26a48e;
    border-left: 4px solid #ead83c;
}

.navbar-inverse .navbar-brand {
	color: #d9d9d9;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
    padding: 0 !important;
}

.navbar-inverse .navbar-brand i {
	color: #26a48e;
	font-size: 22px;
	letter-spacing: 1px;
}

ul.nav li:not(.active) a {
    color: #d9d9d9 !important;
}
ul.nav li.active a {
    color: #ffffff !important;
}

/*TILT*/
.tilt {
  -webkit-transition: all 0.5s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
          transition: all 0.5s ease;
}
 
.tilt:hover {
  -webkit-transform: rotate(-10deg);
     -moz-transform: rotate(-10deg);
       -o-transform: rotate(-10deg);
      -ms-transform: rotate(-10deg);
          transform: rotate(-10deg);
}

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

#headerwrap {
	background: url(../img/header-bg.jpg) no-repeat center top;
	margin-top: -10px;
	padding-top:20px;
	text-align:center;
	background-attachment: relative;
	background-position: center center;
	min-height: 500px;
	width: 100%;
	
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;

    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#headerwrap h1 {
	margin-top: 100px;
	color: white;
	font-size: 70px;
	font-weight: 300;
	letter-spacing: 3px;
}

#headerwrap h2 {
	color: white;
	font-size: 40px;
	font-weight: 700;
	letter-spacing: 2px;
	text-transform: uppercase;
}

/* Dark Grey Wrap */
#dg {
	/*background: #fafafa;*/
	padding-top: 20px;
	padding-bottom: 50px;
}

#dg h4 {
	font-weight: 700;
}

#dg h2 {
    padding: 0 0 20px 0;
}

#dg.breadcrumbs-container {
    padding: 10px 0 !important;
}

/* Light Grey */
#lg {
	background: #ebebeb;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#lg h4 {
	font-weight: 700;
}


/* Red Wrap */
#r {
	background: #ff7878;
	padding-top: 35px;
	padding-bottom: 35px;
    color: white !important;
}

#r h4 {
	color: white;
	font-weight: 700;
}

#r h2 {
    color: white !important;
}

#r p {
	color: white;
}

/* Blue Wrap */

.sportback {
    background: url('../img/mensoccer.jpg');
    background-position: 0 -360px;
}

#blue {
	/*background: #3498db;*/
    background-color: #26a48e;
	padding-top: 35px;
	padding-bottom: 35px;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

    /* IE 5-7 */
    filter: alpha(opacity=90);

    /* Netscape */
    -moz-opacity: 0.9;

    /* Safari 1.x */
    -khtml-opacity: 0.9;

    /* Good browsers */
    opacity: 0.9;
}

#blue h4 {
	color: white;
	font-weight: 700;
}

#blue p {
	color: white;
}

#blue div {
    color: white;
}

#blue div a {
    color: #ff7878;
    font-weight: 600;
}

#blue h1 {
    color: #fff;
    text-shadow: 2px 2px 0px #222;
}

#blue .shadowed {
    text-shadow: 1px 1px 0px #222;
}

/* Footer Wrap */
#f {
	background: #2d2d2d;
	padding-top: 30px;
	padding-bottom: 30px;
    border-top: 4px solid #ead83c;
}

#f i {
	color: #bdbdbd;
	font-size: 30px;
	padding: 20px;
}

#f i:hover {
	color: #ff7878;
}

/****** SECTIONS *****/

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #ff7878;
	font-size: 30px;
}


.wb {
	padding-top: 35px;
	margin-bottom: 0px;
}

.wb h4 {
	font-weight: 700;
}

.desc {
	padding-top: 35px;
}

.desc h4 {
	font-weight: 700;
}

.desc i {
	color: #ff7878;
	font-size: 12px;
	padding: 5px;
}

/***** MODAL CONTACT *****/
.modal {
    padding-top: 30px;
}

.modal-content {
	border-radius: 0px;

}

.modal-header {
	background: #bdbdbd;
	color: white;
}

.modal-header h4 {
	font-weight: 700;
}

.modal-body {
	background: #f2f2f2;
    font-family: "Open Sans";
    font-weight: 300;
    font-size: 16px;
    color: #555;
}

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

/* ==========================================================================
   Pricing Tables
   ========================================================================== */
   
.pricing-option {
    box-shadow: 0 0 2px 2px #d9d9d9;
    margin-bottom: 40px;
}

.pricing-option .pricing-top {
    position: relative;
    background: #222;
    color: white;
    text-align: center;
    font-weight: bold;
    height: 145px;
    max-height: 145px;
    overflow: hidden;
    padding: 30px 10px 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.pricing-option .pricing-top .special-label {
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #1abc9c;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 0;
}

.special .pricing-top {
    background: black;
}

.pricing-option .pricing-edition {
    text-transform: uppercase;
    display: block;
    font-size: 20px;
    letter-spacing: 8px;
}

.pricing-option .price {
    display: inline-block;
    position: relative;
}

.pricing-option .price sup {
    position: absolute;
    top: 50px;
    left: -10px;
    font-size: 24px;
}

.pricing-option .price .price-amount {
    font-size: 108px;
    letter-spacing: -4px;
}

.pricing-option .price small {
    position: relative;
    left: -10px;
    font-size: 18px;
}

.pricing-option ul {
    list-style: none;
    margin: 0;
    background: #eee;
    text-align: center;
    padding-left: 0px;
    min-height: 220px;
}

.pricing-option ul li {
    border-bottom: solid 1px #e1e1e1;
    padding-top: 20px;
    padding-bottom: 20px;
}

.pricing-option .pricing-signup {
    display: block;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 15px 10px;
    color: white;
    background: #1abc9c;
}

.pricing-option .pricing-signup:hover {
    background: #ff7878;
}

.pricing-option .pricing-top.green {
    border-bottom: 4px solid #04a845;
}

.pricing-option .pricing-top.red {
    border-bottom: 4px solid #ff7878;
}

.txt-color-red {
    color:#ff7878 !important;
}

.txt-color-green {
    color: #04a845 !important;
}

.txt-color-blue {
    color: #4291bc !important;
}

.txt-color-orange {
    color: #cdc051 !important;
}

.txt-color-greenYellow {
    color: #99ac68 !important;
}

.bg-color-red {
    background-color:#ff7878 !important;
    color:#fff;
}

.bg-color-green {
    background-color: #04a845 !important;
    color:#fff;
}

.bg-color-blue {
    background-color: #4291bc !important;
    color:#fff;
}

.bg-color-orange {
    background-color: #cdc051 !important;
    color:#555;
}

table.dataTable td {
    vertical-align:middle !important;
}

.sport-icon {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 3px 0 0;
    background: transparent url('../img/icon-sprite-fs.12.png') -1px -1px no-repeat;
}

.sport-icon.soccer { background-position: -1px -484px; }
.sport-icon.hockey { background-position: -1px -400px; }
.sport-icon.tennis { background-position: -1px -505px; }
.sport-icon.basketball { background-position: -1px -169px; }
.sport-icon.handball { background-position: -1px -379px; }
.sport-icon.volleyball { background-position: -1px -547px; }
.sport-icon.baseball { background-position: -1px -148px; }
.sport-icon.american-football { background-position: -1px -43px; }
.sport-icon.rugby-union { background-position: -1px -463px; }
.sport-icon.minority { background-position: -1px -22px; }
.sport-icon.aussie-rules { background-position: -1px -64px; }
.sport-icon.badminton { background-position: -1px -85px; }
.sport-icon.bandy { background-position: -1px -127px; }
.sport-icon.beach-volleyball { background-position: -1px -211px; }
.sport-icon.boxing { background-position: -1px -232px; }
.sport-icon.floorball { background-position: -1px -316px; }
.sport-icon.futsal { background-position: -1px -337px; }
.sport-icon.cricket { background-position: -1px -253px; }
.sport-icon.mma { background-position: -1px -526px; }
.sport-icon.beach-soccer { background-position: -1px -190px; }
.sport-icon.field-hockey { background-position: -1px -295px; }
.sport-icon.rugby-league { background-position: -1px -442px; }
.sport-icon.snooker { background-position: -1px -106px; }
.sport-icon.table-tennis { background-position: -1px -421px; }
.sport-icon.darts { background-position: -1px -274px; }
.sport-icon.water-polo { background-position: -1px -568px; }
.sport-icon.netball { background-position: -1px -589px; }
.sport-icon.golf { background-position: -1px -610px; }
.sport-icon.pesapallo { background-position: -1px -631px; }
.sport-icon.motorsport { background-position: -1px -652px; }
.sport-icon.motorsport-auto-racing { background-position: -1px -673px; }
.sport-icon.motorsport-moto-racing { background-position: -1px -694px; }
.sport-icon.cycling { background-position: -1px -715px; }

.bg-ddg {
    background: #e2e2df;
}

.text-stronger {
    font-weight: 400 !important;
}

ul#breadcrumbs {
    list-style: none;
    padding: 20px 0 0 0 !important;
}

ul#breadcrumbs li {
    display: inline-block;
    color:#d9d9d9;
}

.pagination li.active a {
    background: #26a48e !important;
}

.ordering {
    padding-bottom: 40px;
}

.margin-top-20 {
    margin-top: 20px !important;
}

.btn {
    border-radius: 0;
}
.btn-primary.btn-order {
    background-color: #26a48e !important;
}

.note {
    font-size: 0.8em;
}
.note.note-error {
    color:#ff7878;
}
input.error {
    border: 1px solid #ff7878;
}
a.black-link {
    color: #555;
}

.dataTables_filter input {
    border-radius: 0;
}

.dataTables_length select {
    border-radius: 0;
}

table.dataTable thead {
    background-color: #ffffff;
}