/******************************
	-	Typography	-
*******************************/

/*@import url(http://fonts.googleapis.com/css?family=Raleway:400,300,500,600|Roboto:400,300,500,700,300italic,400italic,500italic,700italic&subset=latin-ext);*/


.srheadlinewhite{
	font-size: 50px;
	line-height: 120%;
	font-weight: bold;
	font-family: Raleway;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	box-sizing: border-box;
	vertical-align: baseline;
	text-shadow: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
	text-shadow: 0 0 3px #888bad;
}

.srsubheadlinewhite{
	font-size: 31px;
	line-height: 120%;
	font-weight: 400;
	font-family: Roboto;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	box-sizing: border-box;
	vertical-align: baseline;
	text-shadow: none;
	text-transform: none;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
	text-shadow: 0 0 3px #888bad;
}
.srheadlinewhite-right{
	font-size: 50px;
	line-height: 120%;
	font-weight: bold;
	font-family: Raleway;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	box-sizing: border-box;
	vertical-align: baseline;
	text-shadow: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
	text-align: right;
	text-shadow: 0 0 3px #888bad;
}

.srsubheadlinewhite-right{
	font-size: 31px;
	line-height: 120%;
	font-weight: 400;
	font-family: Roboto;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	box-sizing: border-box;
	vertical-align: baseline;
	text-shadow: none;
	text-transform: none;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
	text-align: right;
	text-shadow: 0 0 3px #888bad;
}

.srheadlinewhite-center{
	font-size: 50px;
	line-height: 120%;
	font-weight: bold;
	font-family: Raleway;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	margin-bottom: 20px;
	box-sizing: border-box;
	vertical-align: baseline;
	text-shadow: none;
	text-transform: uppercase;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
	text-align: center;
	text-shadow: 0 0 3px #888bad;
}

.srsubheadlinewhite-center{
	font-size: 31px;
	line-height: 120%;
	font-weight: 400;
	font-family: Roboto;
	color: #ffffff;
	text-decoration: none;
	background-color: transparent;
	padding: 0px 0px 0px 0px;
	letter-spacing: 1px;
	margin-bottom: 40px;
	box-sizing: border-box;
	vertical-align: baseline;
	text-shadow: none;
	text-transform: none;
	border-width: 0px;
	border-color: #000000;
	border-style: none;
	text-align: center;
	text-shadow: 0 0 3px #888bad;
}

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

.tp-button{
    background: none;
    text-decoration: none;
    box-sizing: border-box  !important;
    font-family: Roboto;
    font-weight: 500 !important;
    color: #ffffff !important;
    text-shadow: none !important;
    font-size: 14px !important;
    letter-spacing: 0.04em;
    line-height: 100% !important;
    /*padding: 26px 36px !important;*/
	padding: 22px 30px !important;
    border-radius: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    height: auto;
    backface-visibility: hidden;
    cursor: pointer;
    display: inline-block;
    margin: 0 13px 13px 0 !important;
    position: relative;
    text-align: center;
    vertical-align: middle;
    transition: all 0.2s ease-in-out !important;
    -webkit-transition: transition: all 0.2s ease-in-out !important;
    -moz-transition: transition: all 0.2s ease-in-out !important;
    -ms-transition: transition: all 0.2s ease-in-out !important;
    -o-transition: transition: all 0.2s ease-in-out !important;
	border: 2px solid;}


.tp-button.big{
    color:#fff !important;
    text-shadow:none;
    font-weight:bold;
    padding:30px 40px;
    font-size:22px;
    line-height:22px !important;
    background:none;
    }


.purchase:hover,
.tp-button:hover,
.tp-button.big:hover{
    background-position: inherit;
    }


/***	BUTTON COLORS	***/

/***************** GREEN *****************/
.tp-button.green, .purchase.green{
    background-color:#84BD00;
	border-color: #84BD00;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    }

.tp-button:hover.green, .purchase:hover.green{
    background-color:#74ae00;
	border-color:#74ae00;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

/***************** BLUE *****************/
.tp-button.blue, .purchase.blue{
    background-color:#007FA3;
	border-color:#007FA3;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    }
    
.tp-button:hover.blue, .purchase:hover.blue{
    background-color:#007396;
	border-collapse: #007396;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

/***************** RED *****************/
.tp-button.red, .purchase.red{
    background-color: #BA0C2F;
	border-color: #ba0c2f;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    }

.tp-button:hover.red, .purchase:hover.red{
    background-color: #971B2F;
	border-color: #971B2F;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    }

/***************** ORANGE *****************/
.tp-button.orange, .purchase.orange{
    background-color:#FFB81C;
	border-color:#FFB81C;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    }

.tp-button:hover.orange, .purchase:hover.orange{
    background-color:#efab00;
	border-color:#efab00;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

/***************** DARK GREY *****************/
.tp-button.darkgrey,.tp-button.grey, .purchase.darkgrey{
    background-color:#53565A;
	border-color:#53565A;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #ffffff;
    }
.tp-button:hover.darkgrey, .purchase:hover.darkgrey{
    background-color:#464a4e;
	border-color:#464a4e;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    }

/***************** LIGHT GREY -> Solid WHITE *****************/
.tp-button.lightgrey, .purchase.lightgrey{
    background:#ffffff;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: 2px solid #ffffff;
    color: #888b8d !important;
}
.tp-button:hover.lightgrey, .purchase:hover.lightgrey{
    background-color:#f4f4f2;
	border-color:#f4f4f2;
    color: #888b8d !important;
    -webkit-box-shadow:none;
    -moz-box-shadow: none;
    box-shadow: none;
}

/*****************************************************/
/***************** RESPONSIVE STYLES *****************/
@media only screen and (max-width: 960px){
    .tp-button{
	font-size: 14px !important;
	padding: 1.3em !important;
    }
}

@media only screen and (max-width: 430px){
    .srheadlinewhite, .srsubheadlinewhite, .srheadlinewhite-right, .srsubheadlinewhite-right, .srheadlinewhite-center, .srsubheadlinewhite-center {
	font-size: 20px !important;
	line-height: 120% !important;
    }
}

@media only screen and (min-width: 431px) and (max-width: 960px){
    .srheadlinewhite, .srheadlinewhite-right, .srheadlinewhite-center {
	font-size: 35px !important;
	line-height: 120% !important;
    }
    .srsubheadlinewhite, .srsubheadlinewhite-right, .srsubheadlinewhite-center {
	font-size: 22px !important;
	line-height: 120% !important;
}

@media only screen and (max-width: 320px){
    .tp-caption{
	font-size: 20px !important;
	line-height: 120% !important;
    }
}

