/*-- ------------------ --*/
/*-- SPEAKINGOFCODE.com --*/
/*-- ------------------ --*/


body {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
    background: #FFFFFF;
    color: #000;
}

a {
    color: #fff;
}
#total {
    font-size: 12pt;
}
#total, #price, #priceb, #pricec, #priced, #pricee, #pricef, #pricez {
    text-align: right;
}

#quoteme h1 {
	font-size: 16px;
	margin:8px auto;
	font-weight:bold;
}

#quoteme input {
    margin-right: 20px;
    background: transparent;
    color: #56B400;
    font-family: 'Lato', sans-serif;
    border: 0px solid #fff;
    margin: 5px auto;
    text-align: right;
    font-size: 24px;
    display: block;
}
#quoteme label {
    float: left;
    display: block;
    padding-top: 10px;
    display: block;
    color: #fff;
    font-family: Georgia;
}
#contenta {
    display: block;
    width: 610px;
    text-align: center;
    font-size: 12pt;
    margin: 0px auto;
}



.pricepara {
    text-align: center; 
    font-size: 40px;
    display: block;    height: 38px;    
    background: #438A02;  
    color: #FFF;  
    font-size: 1.2em;  -moz-border-radius-topleft: 3px;  -moz-border-radius-topright: 3px;  -moz-border-radius-bottomleft: 3px;  -moz-border-radius-bottomright: 3px;  -webkit-border-top-left-radius: 3px;  -webkit-border-top-right-radius: 3px;  -webkit-border-bottom-right-radius: 3px;  -webkit-border-bottom-left-radius: 3px;
    margin: 8px auto;
}
.pricepara #totalprice {
    padding-top: 0px;
    margin-top: 0px;
    border: 0px solid #000;
    font-size: 14pt;
    font-weight: bold;
}
#total {
    background: transparent !important;
    color: #FFF !important;
    font-family: 'Lato', sans-serif !important;
    border: 0px solid #fff !important;
    text-align: center !important;
    font-size: 20px !important;
    display: inline !important;
    max-width: 65px;
    margin: 5px !important;
}
#quoteme {
    width: 100%;
    display: block;
    background: #FFFFFF;
    clear: both;
    padding: 10px;
    -webkit-border-bottom-right-radius: 16px;
	-webkit-border-bottom-left-radius: 16px;
	-moz-border-radius-bottomright: 16px;
	-moz-border-radius-bottomleft: 16px;
	border-bottom-right-radius: 16px;
	border-bottom-left-radius: 16px;
}
#slider, #sliderb, #sliderc, #sliderd, #slidere {
    width: 90%;
    margin: 0px auto;
}
input#submitbtn {
    display: block;
    width: 200px;
    height: 38px;
    margin: 10px 0px 10px 0px;
    background: #ffe906;
    color: #000;
    font-size: 14pt;
    -moz-border-radius-topleft: 3px;
    -moz-border-radius-topright: 3px;
    -moz-border-radius-bottomleft: 3px;
    -moz-border-radius-bottomright: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -webkit-border-bottom-right-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
}
p {
    font-size: 16px;
    margin: 20px;
}

#guys {
	display: inline-block;
	margin: 6px auto;
	text-align: center;
	height: auto;
	width: 31%;
	float: right;
}

#man0, #man1, #man2, #man3, #man4 {
display: block;
float: left;
margin: 0 -14px -10px -14px;
opacity: 0.2;
padding: 10px 0;
}

 #man3 {
    margin-left: 12px;
	 
 
}
#man0 img, #man1 img, #man2 img, #man3 img, #man4 img {
	width: 45%;
	height: auto;
}

#car1{
display: block;
float: left;
margin: 2px;
width: 31%;
height: auto;
opacity: 0.2;
background-size: 80% auto;
}

#car2 {
display: block;
float: left;
margin: 2px;
width: 31%;
height: auto;
opacity: 0.2;
background-size: 80% auto;
}

.active {
	transition:0.2s all linear;
	opacity:1;
}


.tprice {
	background: transparent;
	color: #000;
	font-family: 'Lato', sans-serif;
	border: 0px solid #fff;
	text-align: center;
	font-size: 20px;
	display: inline;
	width: 60px;
}

p.desc {
	font-size: 18px;
	margin-top: 20px;
	display: block;
}

input#distance {
	text-align: center;
	color: #56B400;
	-webkit-transition: all 300ms linear;
	-moz-transition: all 300ms linear;
	-ms-transition: all 300ms linear;
	-o-transition: all 300ms linear;
	transition: all 300ms linear;
	font-size: 26px;
	display: inline;
	max-width: 35%;
}

input#distance:focus {
	outline:none;
	color:#F8BD00;
	
}



/**************************
SPAN KM
**************************/

span.kilos {
	width:10%;
	text-transform:uppercase;
	font-size:24px;
}

.kilobox {
	border: 1px solid rgb(223, 223, 223);
	width: 50%;
	display: block;
	margin: 0px auto;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.text-overlay {
	 background: rgba(255, 235, 8, 0.85);
}

.text-overlay-2 {
	 background: rgba(255, 235, 8, 0.85);
}

.text-overlay, .text-overlay-2 {
 opacity:0;
 line-height: 24px;
 height: inherit;
 vertical-align: middle;
 -webkit-border-radius: 12px;
 -moz-border-radius: 12px;
 border-radius: 12px;
 -webkit-transition: all 300ms linear;
 -moz-transition: all 300ms linear;
 -ms-transition: all 300ms linear;
 -o-transition: all 300ms linear;
 transition: all 300ms linear;
 padding: 6px;
 cursor: pointer;
}

.text-overlay h2, .text-overlay-2 h2 {
	font-size:20px;
	line-height: 26px;
	margin-bottom: 6px;
}

.text-overlay h1, .text-overlay-2 h1 {
	font-size:26px;
	font-weight:bold;
}


.text-overlay:hover, .text-overlay-2:hover  {
	opacity:1;
}

.text-overlay ul, .text-overlay-2 ul {
	
	list-style-type:none;
}

/*********************************************************************************/
/* Cennik Tooltipy - PO                                                          */
/*********************************************************************************/

div.tooltip {outline:none; }
div.tooltip strong {line-height:30px; font-weight:bold;}
div.tooltip:hover {text-decoration:none;} 
div.tooltip span {
    z-index:10;display:none; padding:10px 4px;
    margin-top:-30px; margin-left:28px;
    width:240px; line-height:16px;
	transition:0.5s ease-in-out;
}
div.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DDD; background:#fff;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;transition:0.5s ease-in-out;}
    
/*CSS3 extras*/
div.tooltip span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}

/*********************************************************************************/
/* Cennik Tooltipy - PRZED                                                       */
/*********************************************************************************/

div.tooltip-left {outline:none; font-weight: normal;}
div.tooltip-left strong {line-height:30px; font-weight:bold;}
div.tooltip-left:hover {text-decoration:none;} 
div.tooltip-left span {
    z-index:10;display:none; padding:10px 14px;
    margin-top:-30px; 
    width: 240px; line-height:16px;
	transition:0.5s ease-in-out;
}
div.tooltip-left:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DDD; background:#fff;
    width: 145px;
    font-size: 16px;
}
.callout-left {z-index:20;position:absolute;top:30px;border:0;left: 173px;transition:0.5s ease-in-out;}
    
/*CSS3 extras*/
div.tooltip-left span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: -5px 5px 8px #CCC;
    box-shadow: -5px 5px 8px #CCC;
    font-weight: normal;
}


.arrow-top {
	text-align:center;
}

.question {
	cursor: help;
}

.question:after {
	content: "?";
	vertical-align: top;
	font-size: 10px;
	color:#3461F1;
}

h2.CalcTitle {
font-family: 'Lato', sans-serif;
color: #232322;
font-size: 24px;
padding: 5px 0px;
text-transform: uppercase;
}