body {
	background-color: #fff;
/*	font-family: 'Roboto', Helvetica, sans-serif;
	color:#838383;*/
}
a {
	font-weight: bold;
	text-decoration: none;
}
/*p {
	margin: 0 0 24px;
}
div, p{
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	box-sizing:border-box;
}*/
/*.h2 {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
}*/
.highlighted {
	font-size: 32px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1db4c9;
	font-family: 'Roboto Condensed', Helvetica, sans-serif;
	padding: 5px 15px;
}
.err {
	font-size: 24px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #1db4c9;
	padding: 5px 15px;
}
.red_error{
	background-color: #ff0000;
}


.nostar{
	visibility:hidden;
}

.row{
	width:100%;
	margin:0.5em 0;
	clear:both;
}
.row:before,
.row:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.row:after {
    clear: both;
}

.row .label{
	float:left;
	min-width:33.33%;
	line-height:2em;
	font-size:1.2em;
	text-align:right;
	padding-right:1em;
}
.row .field{
	float:left;
	width:66.66%;
	color:#1db4c9;
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-weight:bold;
	line-height:1em;
	vertical-align:top;
}
.row .field input:not([type="checkbox"]),.row .field textarea, .row .field select{
	width:98%;
	width:calc( 100% - 1em );
	border:2px solid #c4c4c4;
	color:#282828;
	background-color:#efefef;
	padding:0.4em 0.4em;
	
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-weight:bold;
	font-size:1.2em;
}
.row .field input.min_fld{
	width:207px;
}
.row .field .slash{
	color:#fff;
	background-color:#333;
	padding:0.5em 0.5em;
	font-family: 'Roboto Condensed', arial, sans-serif;
	font-weight:bold;
	font-size:1.2em;
}
.row .field .item input{
	width:auto;
	text-align:left;
}
.checkbox_fld{
	padding-top:10px;
}

.left_items_area{
	width:160px;
	display:inline-block;
}
.right_items_area{
	display:inline-block;
	color:#838383;
	font-weight:normal;
}

.order_total_container{
	color:#333;
	font-weight:bold;
	font-size:1.2em;
	margin-top:10px;
}

.fld_error{
	/*color: #EA4339;*/
	border-color: #EA4339 !important;
}
.fld_warning{
	/*font-weight:bold;
	color: #dab019;*/
	border-color: #dab019 !important;
}

.alert-callout, .alert-warning, .alert-danger{
	line-height: 19px;
	padding: 11px 15px;
	font-size: 14px;
	text-align: left;
	margin: 25px 20px 0 2px;
	background-color: #fff;
	border-left: 4px solid #46b450;
	color:#838383;
	-webkit-box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	box-shadow: 0 1px 1px 0 rgba(0,0,0,.1);
	margin-bottom:1em;
	
	position:relative;
	top:-2px;
}

.alert-warning{
	border-left-color:#dab019;
}

.alert-danger{
	border-left-color:#EA4339;
}

.field:not(.short_field) .alert-callout,
.field:not(.short_field) .alert-warning,
.field:not(.short_field) .alert-danger{
	position:static;
	display:block;
	clear:both;
	margin-top:5px;
	margin-bottom:5px;
}

input[type="submit"]{
	float:right;
	cursor:pointer;
}

@media screen and (max-width:850px){
	.row .field, .row .label{
		width:50%;
	}
}
@media screen and (max-width:650px){
	.row .field, .row .label{
		width:100%;
		text-align:center;
	}

}

@media screen and (max-width:700px){
	#shredfest{
	    display:none;
	}

}





/*@media screen and (min-width:900px){
	.row{
		width:50%;
		float:left;
	}
}*/

/* Probably useless stuff from the old design */
#contarinner{
margin:0 auto;
width:600px;
}

#introduction
{
display:block;
}

#csslink
{
display:block;
-webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
width:500px;
height:110px;
border: 1px solid #CCC;
background-color:#AECC99;
position:relative;
}

#csslink input {
-webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
width:450px;
height:30px;
border: 1px solid #CCC;
font-size:12pt;
font-weight:400;
color:#333;
margin:0px 20px 20px 20px;
}
#email1,#email2,#email3
{
-webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
 border: 1px solid #CCC;
 width:250px;
 margin-left:10px;
 height:25px;
 margin-top:5px;
}

#cssemail
{
display:block;
margin-top:20px;
margin-bottom:20px;
}

#emails
{
display:block;
-webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
width:500px;
height:90px;
border: 1px solid #CCC;
}
#cssmessages
{
display:block;
}
#messages
{
display:block;
-webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
width:500px;
height:140px;
border: 1px solid #CCC;
background-color:#EEE;
}
#btn_sendfr
{
float:right;
-webkit-border-radius: 5px;
 -moz-border-radius: 5px;
 border-radius: 5px;
width:100px;
height:30px;
border: 1px solid #CCC;
margin-right: 100px;
margin-top:20px;
}
#facebook_share
{
position:absolute;
left:300px;
top:80px;

}
#Tweet_share
{
position:absolute;
left:200px;
top:80px;
}
#share_link_tilte
{
display: block;
margin-top:20px;
margin-left:20px;
}
.col-md-8{
    padding:0;
}
.col-md-4{
    padding:0;
}
.col-md-5{
    padding:0;
}
.col-md-7{
    padding:0;
}
.col-md-12{
    padding:0;
}
.form-control
{
    border-radius: 0;
    font-weight: 700;
}
.col-form-label
{
    font-weight: 700;
    font-size: 15px;
}
.OrderField
{
    border-radius: 0;
}
.colSpace{
    padding:10px;
    margin:0px;
}
.colInnerMargin{
      padding-left:0px;
}
.fontbold{
    font-weight: 700; 
}
.greenFont{
color:#39b54a;
font-weight:700;
}

.noMargin{
margin:0px;
}
.Step{
   width: 12%;
    background-color: #FF4841;
    color: white;
}
    
.StepLetter{
       font-weight: 700;
    padding: 0;
    background-color: #19223C;
    border-bottom: none;
    color: white;
}
.discount{
    font-size:15px;font-weight: 700;color:#FF4841;
}

.button {
    width: 100%;
    background-color: #FF4841;
    margin: 0px;
    border: none;
    padding: 9px;
    color: white;
    font-weight: 700;
}
.button:hover {
	color: white !important;
	background-color: #FF4841;
}