/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-May-2016, 22:30:02
    Author     : Torkild
*/
/* {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}*/

#wrapper {
	background-color: #FFFFFF;
	/*background-color: #F6F6F6;*/
}

/*#logo {
	float: none;
	margin-right: auto;
	margin-left: auto;
	width: 268px;
}*/

#header {
    min-height: 70px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: hidden;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #1664C3;
    background-color: #363636;
}

#headline {
	font-size: 32px;
	color: #333333;
	font-family: Helvetica, Arial;
	font-style: normal;
	width: 100%;
	padding-top: 25px;
	text-align: center;
	font-weight: normal;
	line-height: 37px;
}

#headline2 {
	font-size: 24px;
	color: #FF9A00;
	font-family: Helvetica, Arial;
	font-style: normal;
	width: 100%;
	text-align: center;
	font-weight: lighter;
	margin-top: 10px;
}

#seperator {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	max-width: 650px;
        width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
        padding: 10px 0;
}

.free-content-wrap {
	overflow: none;
	clear: both;
	margin-right: auto;
	margin-left: auto;
	max-width: 960px;
        width: 95%;
	margin-bottom: 0px;
	margin-top: 40px;
	padding-top: 5px;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 3px;
}

.free-content-wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: " ";
}

#button-A_1 {
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset;
	box-sizing: border-box;
	color: rgb(137, 67, 0);
	display: block;
	height: 85px;
	text-align: center;
	text-decoration: none;
	width: 613px;
	background: rgb(255, 201, 40) none repeat scroll 0px 0px / auto padding-box border-box;
	border: 1px solid rgba(0, 0, 0, 0.0980392);
	border-radius: 5px;
	outline: rgb(137, 67, 0) none 0px;
	padding-top: 15px;
	padding-right: 35px;
	padding-bottom: 15px;
	padding-left: 35px;
	margin-right: auto;
	margin-left: auto;
}/*#A_1*/


#button-A_1:hover {
	background: rgb(255, 191, 0) none repeat scroll 0px 0px / auto padding-box border-box;
   }



#button-SPAN_2 {
	box-sizing: border-box;
	color: rgb(137, 67, 0);
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.0980392) -1px -1px 0px;
	border: 0px none rgb(137, 67, 0);
	outline: rgb(137, 67, 0) none 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	font-style: normal;
	line-height: 30px;
	font-weight: bold;
	font-variant: normal;
}/*#SPAN_2*/

#button-SPAN_3 {
	box-sizing: border-box;
	color: rgb(137, 67, 0);
	display: block;
	height: 22px;
	opacity: 0.699999988079071;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.0980392) -1px -1px 0px;
	width: 541.359px;
	z-index: 0;
	border: 0px none rgb(137, 67, 0);
	font: normal normal normal normal 16px/22.8571434020996px 'Open Sans', sans-serif;
	outline: rgb(137, 67, 0) none 0px;
	margin-right: auto;
	margin-left: auto;
}/*#SPAN_3*/

#shadow{
	margin-right: auto;
	margin-left: auto;
	width: 88%;
	height: 17px;
	margin-bottom: 1px;
}


#features{
	background-color: #FFF;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 40px;
	height: 100%;
}

.item-feature-wrap{
	width: 935px;
	margin-top: 20px;
}

#order-box-wrap {
	margin-top: 40px;
}

#order-box-wrap:after {
    display: block;
    visibility: hidden;
    clear: both;
    width: 0;
    height: 0;
    line-height: 0;
    content: " ";
}

#orderbox-signup {
	border-radius-bottom-right: 4px;
	width: 95%;
	text-align: center;
	height: 100%;
	margin: 0 auto 35px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CC3333;
	border-right-color: #CC3333;
	border-bottom-color: #CC3333;
	border-left-color: #CC3333;
	background-color: #FDFFE2;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 2px;
	border-bottom-left-radius: 2px;
	padding-bottom: 25px;
}

#orderbox-signup-header {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	border-left-width: 2px;
	border-right-width: 2px;
	border-right-color: #CC3333;
	border-left-color: #CC3333;
	width: 95%;
	text-align: center;
	background-color: #CC3333;
	color: #FFF;
	font-size: 24px;
	padding: 15px 0;
	margin: 0 auto;
}

.orderbox-signup-terms {
	max-width: 370px;
        width: 85%;
	text-align: center;
	color: #666;
	font-size: 14px;
	height: 40px;
	margin-top: 15px;
	margin-right: auto;
	margin-left: auto;
	line-height: 17px;
}

#orderbox-signup-subheader {
	text-align: center;
	font-size: 16px;
	padding-top: 24px;
	padding-right: 25px;
	padding-left: 25px;
	color: #333;
}

.price-table {
	background-color: #F3F3EB;
	height: 35px;
	padding-top: 0px;
	padding-left: 15px;
	font-size: 18px;
	color: #666;
}

.price-table-top {
	height: 30px;
	padding-top: 7px;
	font-size: 18px;
	text-align: center;
	color: #666;
	font-weight: bold;
}

.price-table-right {
	background-color: #F3F3EB;
	height: 50px;
	font-size: 18px;
	color: #666;
}

.price-table-total {
	height: 30px;
	padding-top: 7px;
	padding-left: 15px;
	font-size: 16px;
	color: #666;
	text-align: center;
}

.price-table-total2 {
	height: 30px;
	padding-top: 7px;
	padding-left: 15px;
	font-size: 18px;
	color: #090;
	font-weight: bold;
}

/* oto Bump box
-----------------------------------------------------------------------------*/

#oto-bump-box {
	width: 80%;
	text-align: center;
	margin: 20px auto;
	background-color: #C9FFCC;
	border: 3px dashed #CC3333;
}

#oto-bump-header {
	width: 80%;
	text-align: center;
	height: 35px;
	margin-bottom: 10px;
	background-color: #FFFF66;
	text-transform: capitalize;
	color: #333;
	font-weight: bold;
        margin: 10px auto;
	padding-top: 7px;
}

.oto-bump-arrow {
	margin-right: 3px;
	margin-top: 4px;
}

.oto-bump-checkbox {
	margin-right: 10px;
	vertical-align: top;
	margin-top: 8px;
}

.oto-bump-header-text {
	font-size: 18px;
	color: #090;
}

.oto-bump-content-red {
	color: #C00;
	text-decoration: underline;
	font-weight: bold;
}

#oto-bump-content {
    width: 95%;
    margin: 5px auto;
    text-align: canter;
    font-size: 13px;
}




/* reviews on right
-----------------------------------------------------------------------------*/

#reviews-signup {
	width: 90%;
	text-align: center;
	height: 100%;
	padding-top: 0px;
        margin: 0 auto 35px auto;
}

.testimonial-box {
    margin-bottom: 30px;
}

.testimonial-signup {
	background: #ededed;
	position: relative;
	font-family: Georgia, serif;
	color: #666;
	border-radius: 5px;
	font-style: italic;
	text-shadow: 0 1px 0 #ECFBFF;
	text-align: left;
	font-size: 15px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
        padding: 10px;
}

#checkout-url {
	border-radius: 5px;
	background: none repeat scroll 0% 0% #10ABFF;
	border-bottom: 4px solid #098DD5;
	font-size: 25px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFE400;
	border-color: #FFC600;
	color: #6E380D;
	height: 35px;
	width: 340px;
	padding: 8px 18px 10px 18px;
	text-align: center;
	display: block;
        margin: 5px auto;
	float: none;
}

#checkout-url:hover {
	background-color: #FDF119;
	text-decoration: none;
   }

#checkout-url-sharpspring input[type="submit"] {
	border-radius: 5px;
	background: none repeat scroll 0% 0% #10ABFF;
	border-bottom: 4px solid #098DD5;
	font-size: 20px;
	text-decoration: none;
	font-weight: bold;
	background-color: #FFE400;
	border-color: #FFC600;
	color: #6E380D;
	height: 35px;
	width: 340px;
	padding: 8px 18px 10px 18px;
	text-align: center;
	display: block;
        margin: 5px auto;
	float: none;
}

#checkout-url-sharpspring input[type="submit"]:hover {
	background-color: #FDF119;
	text-decoration: none;
}

#checkout-url-sharpspring input[type="email"] {
	width: 340px;
	padding: 8px 18px 10px 18px;
}
   
#signup-button-SPAN_2- {
	color: rgb(137, 67, 0);
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background: url("./images/tiny-arrows-for-button.png") no-repeat right center transparent;
}

#signup-button-SPAN_3-new {
	color: rgb(137, 67, 0);
	display: block;
	height: 22px;
	opacity: 0.699999988079071;
	text-align: center;
	text-shadow: rgba(255, 255, 255, 0.0980392) -1px -1px 0px;
	width: 100%;
	outline: rgb(137, 67, 0) none 0px;
	margin-right: auto;
	margin-left: auto;
	font-size: 14px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	font-weight: 400;
	font-variant: normal;
}



#button-signup {
	width: 370px;
	text-align: center;
	height: 30px;
	padding-top: 20px;
	float: left;
	margin-left: 50px;
	margin-top: 15px;
}



#trust-block {
	width: 85%;
	margin: 0 auto;
}


#price-table{
	height: 40px;
	font-size: 18px;
	color: #666;
	width: 80%;
	margin-right: auto;
	margin-left: auto;
	vertical-align: middle;
	text-align: left;
	margin-top: 3px;
}

#price-table-left {
	background-color: #F3F3EB;
	font-size: 16px;
	color: #666;
	width: 100%;
	vertical-align: middle;
	text-align: left;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	margin-right: 3px;
        padding: 10px 0 8px 15px;
        background-image: url("../images/green-tick.png");
        background-repeat: no-repeat;
        background-position: 99% 50%;
        background-size: 35px;
}
#price-table-left span {
    width: 80%;
}
#price-table-right {
	background-color: #F3F3EB;
	height: 30px;
	font-size: 16px;
	color: #666;
	width: 40px;
	float: right;
	text-align: left;
	padding-top: 10px;
	padding-left: 10px;
}

.price-table-left-total{
	height: 30px;
	font-size: 16px;
	color: #666;
	vertical-align: middle;
	text-align: left;
	float: left;
	padding-left: 15px;
	padding-top: 10px;
	margin-right: 3px;
	font-weight: bold;
}

.price-table-right-total{
	height: 30px;
	font-size: 16px;
	color: #666;
	float: right;
	text-align: left;
	padding-top: 10px;
	font-weight: bold;
}

.\30day{
    opacity: 0.8;
}

#footer {
    margin-top: 25px;
}

@media only screen and (max-width: 768px) {
    #headline img {
        width: 37px;
    }
    img.oto-bump-arrow {
        width: 28px;
    }
    img.payment-cards, img.day30 { width: auto; }
    #headline {
        font-size: 28px;
	line-height: 30px;
    }
}
@media only screen and (max-width: 500px) {
    #checkout-url {
        width: 85%;
    }
    #checkout-url-sharpspring {
        width: 85%;
        margin: 0 auto;
    }
    #checkout-url-sharpspring input[type="email"],
    #checkout-url-sharpspring input[type="submit"] {
        width: 100%;
    }
    #checkout-url-sharpspring input[type="email"] {
        font-size: 4.1vw;
    }
    #signup-button-SPAN_2- {
        font-size: 18px;
    }
    #price-table-left, .price-table-left-total, .price-table-right-total {
        font-size: 14px;
        background-size: 28px;
    }
    #headline {
        font-size: 26px;
	line-height: 28px;
    }
}
@media only screen and (max-width: 420px) {
    #price-table-left, .price-table-left-total, .price-table-right-total {
        font-size: 12px;
        background-size: 28px;
        padding: 10px 0 8px 5px;
        background-size: 22px;
    }
    #headline {
        font-size: 22px;
	line-height: 24px;
    }
}
