/*
 * 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=Lato:300,400,700,900);
@import url(https://fonts.googleapis.com/css?family=Raleway:400,300,700,900);

/* OVERALL ASPECT */

body {
  background-color: #f2f2f2;
    font-family: "Lato";
    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: "Raleway";
    font-weight: 300;
    color: #333;
}
h1{
    font-size: 2px;
}
/* Button Input */
button, input{
    background-color: white;
    color:#343434;
    border:none;
    border-radius: 5px;
    font-family: "Lato";
    padding: 5px;

    /* -webkit-box-shadow: 0px 3px 0px 0px #508c85; */
}
label{
    font-weight: 100;
}

select {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border:1px solid #E5E5E5;
    background-color: transparent;
    color: white;
}
/* Paragraph & Typographic */
p {
    line-height: 28px;
    margin-bottom: 25px;
}

.centered {
    text-align: center;
}

/* Links */
a {
    color: #343434;
    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;
}

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

.navbar-inverse .navbar-nav > .active > a {
	background: #FF0024;
    border-radius:5px;
}

.navbar-inverse .navbar-brand {
	color: #999999;
	font-weight: bolder;
	font-size: 22px;
	letter-spacing: 1px;
}

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

/*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: #e0e0e0;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: center;
}

#dg h4 {
	font-weight: 700;
}

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

#lg h4 {
	font-weight: 700;
}


/* Green Wrap */
#g {
	background: #343434;
	padding-top: 35px;
	padding-bottom: 35px;
}

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

#g p {
	color: white;
}

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

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

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

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

.w {
	padding-top: 35px;
}

.w h4 {
	font-weight: 700;
}

.w i {
	color: #FF0024;
	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: #FF0024;
	font-size: 12px;
	padding: 5px;
}

.cards{
    width:auto;
    height: auto;
    padding:20px;
}
.cardHolder{
    position: absolute;
}
.card{
    position: relative;
    width: 190px;
    height:280px;
    background-color:white;
    display: inline-block;
    margin:10px;
    border-radius:10px;
    box-shadow: 0px 5px 10px rgba(0,0,0,0.6);
    text-align: center;
}
.card:last-child:after{
    position:absolute;
    display:block;
    content: "★";
    width:30px;
    height:50px;
    color:white;
    line-height: 50px;
    margin-left:150px;
    background-color:#FF0024;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cardtitle, .cardprice, .carddetails{
    position: relative;
    box-sizing: content-box;
}
.cardtitle{
    margin:0;
    position: relative;
    text-align: center;
    margin-top:20px;
    font-weight: bolder;
    width:180px;
}
.cardprice{
    margin:0;
    margin-top:10px;
    width:190px;
    text-align: center;
    font-weight: bolder;
    font-size:20px;
}
.carddetails{
    margin:0;
    padding:0;
    margin-top:20px;
    width:190px;
    height:120px;
    width:180px;
    display:block;
    list-style-type: none;
}
.carddetails li{
    left:0;
    width:190px;
    margin-top:5px;
    margin-bottom:5px;
}
.cardbutton{
    margin:0 auto;
    margin-top:10px;
    background-color:black;
    color:white;
    padding:5px;
    border-radius:5px;
    display: block;
    width:100px;
    text-decoration: none;
}
.cardbuttonpp{
    width:auto;
    /* background-color:red; */
}
.cardbuttonpp{
    margin:0 auto;
    margin-top:10px;
    background-color:black;
    color:white;
    padding:5px;
    border-radius:5px;
    display: block;
    width:100px;
    text-decoration: none;
}
.pp{
    opacity: 0;
    position: absolute;
    margin-top:-40px;
    left:50%;
    -webkit-transform:translate(-50%, 0);
}

