/*NOTICE: If you're going to implement this code into your website. Remember to delete the CSS section at the bottom under the title "Other Helpers (Optional)" as these could interfere with your websites styles sheet. */


body {
	background-color: rgb(240, 240, 240);
}


/*
=================
===Row Styles====
=================
*/
.cost_calc_row-1 {
    width:49%;
}

.cost_calc_row-2{
    float: left;
    margin-left: 0px;
    margin-top: 10px;
    clear: none;
    width: 15.6%;
    margin-right: 1%; 
}

.cost_calc_row-3 {
	width: 24%;
	margin-top: 10px;
	margin-right: 0.5%;
}

.cost_calc_row-4 {
    width: 24%;
    margin-right: 0.5%;
    margin-top: 10px;
}

/*
======================
=====Core Styles======
======================
*/
.cost_calc_calculate {
    background-color: white;
    border: 1px solid #003a44 !important;
    color: #003a44;
	
    font-size: 13px;
    padding: 15px;
	cursor: pointer;
	/*border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-top-width: 0px;
    border-right-width: 0px;
    border-bottom-width: 4px!important;
    border-left-width: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;*/
}

.cost_calc_calculate:hover {
    background-color:#01718f;
	color: white;
}

.cost_calc_active{
	background-color:#01718f !important;
    color: rgb(255, 255, 255)!important;
    
/*	-webkit-box-shadow: inset 1px 0px 26px 1px rgba(0, 82, 45, 0.45); 
	-moz-box-shadow: inset 1px 0px 26px 1px rgba(0,82,45,1); 
	box-shadow: inset 1px 0px 26px 1px rgba(0, 82, 45, 0.45);
	border-bottom: 0px!important;*/
	padding-bottom: 19px;
}
/*
===========================
==Calculation / breakdown==
===========================
*/

#cost_calc_original_price {
	font-size: 24px;
	text-decoration: line-through;
}

#cost_calc_breakdown_container {
    float: left;
    width: 96%;
    background-color:#fff;
    padding: 30px;
    box-sizing: border-box;
    border-radius: 0px;
    border: 1px solid rgb(215, 215, 215);
    margin-top: 22px;
}

.cost_calc_heading {
    float: left;
    font-size: 1.5em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(139, 139, 139);
    margin-right: 0%;
    margin-bottom: 20px;
}

#cost_calc_total_cost {
    float: left;
    font-size: 1.7em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
    line-height: 1em;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 80px;
    color:#01718f;
    margin-right: 0%;
    margin-bottom: 10px;
}

#cost_calc_breakdown_container .cost_calc_sub-heading {
    float: left;
    font-size: 1em;
    width: 100%;
    height: auto;
    text-align: left;
    font-weight: normal;
   
    margin-left: 0%;
   
    clear: none;
    min-height: 0px;
    color: rgb(83, 83, 83);
    margin-right: 0%;
    margin-bottom: 10px;
	

}

#cost_calc_breakdown_container p
{
	margin-top: auto !important;
}

#cost_calc_breakdown_item {
    float: left;
    font-size: 1em;
    width: 50%;
    height: auto;
    text-align: left;
    font-weight: normal;
    /* line-height: 1em; */
    line-height: 14px;
    margin-left: 0%;
    margin-top: 0px;
    clear: none;
    min-height: 0px;
    color: rgb(154, 154, 154);
    margin-right: 0%;
	margin-bottom:10px;
    border-bottom: 1px solid rgb(224, 224, 224);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

#cost_calc_breakdown_price {
    margin-top: 0px;
    float: right;
    text-align: right;
    width: 50%;
    color:#01718f;
    border-bottom: 1px solid rgb(224, 224, 224); 
    padding-bottom: 8px;
    margin-bottom: 10px;
    line-height: 16px;
}

#cost_calc_breakdown {
    float: left;
    height: 14px;
    margin-left: 0px;
    margin-top: 0px;
    clear: both;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0%;
    min-width: 0px;
	height: auto;
}

.cost_calc_button {
    font-size: 14px;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: normal;
    line-height: 1em;
    min-height: 0px;
    position: relative;
    top: 0px;
    left: 0px;
    color: rgb(255, 255, 255);
    background-color:#01718f;
    padding: 15px;
    text-transform: uppercase;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    clear: none;
    float: left;
    /* margin-left: 10px; */
    /* margin-right: 10px; */
    border:none;
	cursor: pointer;
    border-radius: 0px;
}

.cost_calc_button:hover {
    -webkit-box-shadow: inset 1px 0px 26px 1px rgba(0, 82, 45, 0.45); -moz-box-shadow: inset 1px 0px 26px 1px rgba(0,82,45,1); box-shadow: inset 1px 0px 26px 1px rgba(0, 82, 45, 0.45);
}

#cost_calc_clear_calculation {
	float: left;
	clear: both;
	width: 120px;
	color: rgb(74, 165, 145);
	cursor:pointer;
	display: none;
    margin-top: 20px;
}

#cost_calc_info {
	/* float: right; */
	width: 43%;
	margin-top: 20px;
	line-height: 29px;
	font-size: 14px;
	color: rgb(155, 155, 155);
	display: none;
}

#cost_calc_day_cost {
    font-size: 17px;
}

#cost_calc_monthly {
    font-size: 37px;
	
}

/*
======================
=====Checkout Page====
======================
*/
.cost_calc_quote_summary {
    background-color: rgb(240, 240, 240);
    padding: 30px;
    box-sizing: border-box;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(123, 123, 123);
    font-family: helvetica;
    clear: both;
    margin-bottom: 20px;
    border-radius: 10px;
}

.cost_calc_item_name {
    float: left;
    width: 50%;
    padding-bottom: 5px; border-bottom: 1px solid rgb(207, 207, 207);
}

.cost_calc_item_price {
    float: right;
    width: 50%;
    text-align: right;
    font-weight: 800;
    color: rgb(14, 152, 125);
    padding-bottom: 5px;
    border-bottom: 1px solid rgb(207, 207, 207);
}

.cost_calc_checkout_form {
    background-color: rgb(240, 240, 240);
    padding: 30px;
    box-sizing: border-box;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(123, 123, 123);
    font-family: helvetica;
    clear: both;
    border-radius: 10px;
}

.cost_calc_breakdown_total {
    float: right;
    font-size: 18px;
    color: rgb(14, 152, 125);
    font-weight: 600;
}

.cost_calc_form_information label {
    clear: both;
    float: left;
    width: 100%;
    font-size: 14px;
    position: relative;
}

.cost_calc_form_information input {
    width: 96%;
    margin-bottom: 15px;
    padding: 12px;
    font-size: 14px;
    margin-top: 5px;
    border-radius: 0px;
    border: 1px solid rgb(213, 213, 213);
}

.cost_calc_terms {
    width: 450px;
    float: left;
    margin-top: 3px;
}

.cost_calc_terms_checkbox {
    position: relative;
    float: left;
    width: 100%;
}

.cost_calc_terms_checkbox input[type='checkbox'] {
    float: left;
    width: 20px;
}

.cost_calc_cost_container {
    font-size: 30px;
    color: rgb(14, 152, 125);
    font-weight: 700;
    margin-bottom: 15px;
}

.cost_calc_total_cost_container{
    float: left;

    width: 100%;
    font-size: 18px;
    color: rgb(14, 152, 125);
    margin-top: 10px;
}

/*Simple Validate required message styles (optional)*/
.SV_validate_form_message {
    color: rgb(208, 0, 0);
    top: 0px;
    right: 19px;
    font-size: 14px;
    position: absolute;
}

/*
=======================================
====Other Helpers (Example Styles)=====
=======================================
These may interfer with your website styles, these are only here to support the demo. Remove this section before integrating the plugin with your website 
(if you're using the default styles)
*/

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

ul {
    margin-top: 0px;
    color: rgb(147, 147, 147);
}

li {
    list-style: none;
    border-bottom: 1px solid rgb(203, 203, 203);
    margin-bottom: 10px;
}

.container {
    float: none;
    height: auto;
    margin-left: auto;
    margin-top: 0px;
    clear: none;
    width: 100%;
    min-width: 0px;
    max-width: 1060px;
    margin-right: auto;
    font-family: 'helvetica';
    background-color: rgb(240, 240, 240);
    padding: 30px;
    box-sizing: border-box;
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    color: rgb(134, 134, 134);
    font-family: helvetica;
    clear: both;
    margin-bottom: 20px;
    border-radius: 10px;
    font-size: 14px;
    line-height: 26px;
}

h1 {
    color: #235761;
    font: 300 40px / 60px Helvetica;
	font:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin-left:auto;
    margin-right:auto;
  
    padding:0px;
    margin-top:0px;
    margin-bottom:0px;
    text-align: center;
    margin-top:40px;
}

h2 {
    color: #235761;
    font: 400 24px / 50px Raleway;
    margin-left:auto;
    margin-right:auto;
    
    margin-top:0px;
    text-align: center;
}

.sub {
    color: #474747;
    font: 400 43px / 46px Raleway;
    text-align: center;
   
    margin-bottom: 50px;
}

.sub span {
    font-weight: 700;
}

.inertia-themes {
    color: #235761;
    font: 400 14px / 46px Raleway;
    float:right;
    margin-right:139px;
    margin-top:-40px;
    text-transform: uppercase;
}

.inertia-themes span{
    font-weight: 700;
}

h3 {
    margin-bottom: 0px;
    color:#235761;
    margin-top: 0px;
    margin-top: 20px;
    float: left;
    width: 100%;
}

.feature-container {
    float:left;
    width:50%;
    margin-bottom:40px;
    padding-right:40px;
    box-sizing:border-box;
}

.feature-container .circle {
    float:left;
    width:155px
}

.feature-container img {
    width:130px;
}

.feature-container .title {
    color: #474747;
    font: 700 23px / 50px Raleway;
    margin-top:10px
}

.feature-container .content {
    color: #757575;
    font: 400 15px / 20px Raleway;
}





.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
 
.clearfix:after {
  clear: both;
}
 
input.validate {
  zoom: 1; /* ie 6/7 */
}

a, a:visited {
    color:#e4e4e4;
    text-decoration: none;
}

a:hover {
    color:#e4e4e4;
}

.animate {
	-webkit-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition: all 500ms cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */

-webkit-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
   -moz-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
     -o-transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); 
        transition-timing-function: cubic-bezier(0.420, 0.000, 0.580, 1.000); /* ease-in-out */
	}

.btn-xs
{
	padding:5px 5px;
	font-size:5px;
	border-radius:3px;
}
