body {
  background: #c2d814;
  margin:0;
  padding:0;
}

a:link,
a:visited{
	color:#0000EE;
}

a:hover {
	color:#0000AA;
}

#wrapper {
  width: 980px;
  margin: 40px auto 40px;
  min-height: 300px;
  background: #b1bda9;
  padding-bottom: 40px;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}

#doc {
  width: 980px;
  margin: 0;
  min-height: 40px;
  background: #fff;
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  border-radius: 70px;
}

#body {
  margin: 0 auto;
  width: 900px;
  min-height: 200px;
}

#body header {
	padding-top:15px;
	margin-bottom:15px;
}

#body header h1 {
	font-family:Georgia;
	font-weight:bold;
	font-size:48px;
	margin:0 0 5px;
}
#body header h2 {
	font-family:Tahoma;
	font-size:24px;
	margin:0 0 0 400px;
	
}

#body .tmp {
	padding-top:100px;
	font-family:Georgia;
	font-size:12px;
}

#topbar {
  text-align: right;
  padding: 5px 20px 5px 0;
  font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px;
  color:#000;
}

#topbar a {
	text-decoration:none;
	color:inherit;
}


.phoneSlogan {
	color:#ff3300;
	font-size:22px;
	font-family:Georgia;
	font-weight:bold;
	padding:0 20px 20px 0;
	text-align:right;
}

.phoneSlogan span {
	font-size:36px;
}

footer {
	overflow:hidden;
	padding:20px 0 0 25px;
}
footer a {
	text-decoration:none;
	color:inherit;
}
footer .col {
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	line-height:20px;
	float:left;
	width:280px;
	height:126px;
}

footer .col div {
	padding-top:15px;
}

footer .col1 {
	border-right:1px solid #c2d814;
}

footer .col2 {
	margin-left:20px;
}

footer .col3 {
	padding-top:0px;
	width:auto;
}

footer .col3 img {
	border:1px solid #c2d814;
	padding:2px;
}

nav {
	padding:10px 0;
	font-family:Georgia;
	font-weight:bold;
	font-size:18px;
	color:#fff;
	background:#c2d814;

}

nav ul {
	list-style:none;
	overflow:hidden;
	margin:0;
	padding:0 0 0 10px;
}

nav ul li{
	float:left;
	border-right:1px solid #fff;
	padding:0 10px;
	
}
nav ul li:last-child {
	border:none
}

nav ul li.selected {
	/*border:none;*/
}

nav ul li:hover {
	/*border-right:1px solid #c2d814;*/
}

nav ul li a:link,
nav ul li a:visited {
	display:block;
	padding:5px 10px;
	text-decoration:none;
	color:#fff;
}

nav ul li.selected a,
nav ul li a:hover {
	background:#fff;
	color:#c2d814;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;	
}

#coin-slider {
	margin-bottom:5px;
}
.mainContent article {
	font-family:Tahoma;
}
.infoBox {
	font-size:12px;
	width:295px;
	padding-top:20px;
	float:left;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	margin-right:5px;
}

.infoBox a {
	font-weight:bold;
}

.infoBox.greenBox {
	background:#d4e45a;
}

#body .infoBox header {
	margin:0;
	padding:0;
}

#body .infoBox header h1 {
	font-size:22px;
	font-family:Georgia;
	font-weight:bold;
	padding-left:20px;
	margin:0;
	
}

.infoBox p {
	padding:10px 15px 15px;
	margin:0;
	line-height:19px;
	font-size:15px;
}

.mainContent {
	overflow:hidden;
	padding-top:20px;
}

#box1 {
	
}

#box2 {
	
}

#box3 {
	
}

@media only screen and (min-width: 1250px) {
    #wrapper {
        width: 1200px;
        margin: 40px auto 40px;
        min-height: 300px;
        background: #b1bda9;
        padding-bottom: 40px;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
    }

    #doc {
        width: 1200px;
        margin: 0;
        min-height: 40px;
        background: #fff;
        -webkit-border-radius: 70px;
        -moz-border-radius: 70px;
        border-radius: 70px;
    }

    #body {
        margin: 0 auto;
        width: 1100px;
        min-height: 200px;
    }
	 
    nav {
        padding: 10px 0;
        font-family: Georgia;
        font-weight: bold;
        font-size: 22px;
        color: #fff;
        background: #c2d814;
    }
    nav ul li.selected a, nav ul li a:hover {
        -webkit-border-radius: 12px;
        -moz-border-radius: 12px;
        border-radius: 12px;
    }
    .infoBox {
        width: 360px;
    }
    footer {
        padding: 20px 0 0 50px;
    }
    footer .col {
        width: 335px;
    }
    footer .col2 {
        margin-left: 80px;
    }

}

@media only screen and (max-height: 600px) {
	#coin-slider {
		display:none;
	}
	.infoBox {
		width:auto;
	}
}

@media only screen and (max-width: 480px) {
    #wrapper {
        width: 295px;
        margin: 40px auto 40px;
        min-height: 300px;
        background: #b1bda9;
        padding-bottom: 40px;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    
    #doc {
        width: 295px;
        margin: 0;
        min-height: 40px;
        background: #fff;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
    }
    
    #body {
        margin: 0 auto;
        width: 285px;
        min-height: 200px;
    }
    
    #body header#mh {
        padding-top: 15px;
        margin-bottom: 15px;
		  text-align:center;
    }
    
    #body header h1 {
        font-family: Georgia;
        font-weight: bold;
        font-size: 24px;
        margin: 0 0 5px;
    }
    
    #body header h2 {
        font-family: Tahoma;
        font-size: 16px;
        margin: 0;
    }
    
    #topbar {
        display: none;
    }
    
    nav ul {
        padding: 0;
    }
    
    nav ul li {
        float: none;
        border: none;
		  margin-top:2px;
    }
    
    footer .col {
        height: auto;
		  border:none
    }
    
    footer .col2 {
        margin-left: 0;
    }
    
    footer .col3 {
        display: none;
    }
    
    footer .col div {
        padding-top: 0;
    }
    
    #coin-slider {
        display: none;
    }
    
    .phoneSlogan {
        text-align:center;
    }
    
    .phoneSlogan span {
        display: block;
    }

}



/* formularz cennik */

#cennikform {
		width:100%;
		float:left;
}

#cennikAsside {
	width:380px;
	height:500px;
	float:left;
	margin-left:20px;
	display:none;
}

@media only screen and (min-width: 1250px) {
	#cennikform {
		width:700px;
	}
	#cennikAsside {
		display:block;
	}
	#cennikAsside .loader {
		padding-top:50px;
		text-align:center;
		font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	}
}


#cennikform .row {
	overflow:hidden;
	padding:15px 0 15px 10px;
}

#cennikform .row.odd {
	background:#DDEA7E;
	border:1px solid #DDEA7E;
}

#cennikform .row.even {
	background:#E7EFA1;
	border:1px solid #E7EFA1;
}

#cennikform .row:hover {
	border:1px solid #FFB240;
}

#cennikform .col1,
#cennikform .col2 {
	float:left;
	overflow:hidden;
	width:310px;
}

#cennikform .col2 {
	width:330px;
}

#cennikform label {
    display: block;
	 text-align:right;
	 margin-right:10px;
	 font-weight:bold;
}

#cennikform .col2 label {
    float: left;
    max-width: 290px;
    text-align: left;
	 cursor:pointer;
}

#cennikform .col2 input {
    float:left;
	 clear:left;
	 margin-right:10px;
	 margin-bottom:5px;
}

#cennikform .col2 input[type="radio"] {
}	

#cennikform .col1 label:after {
	content: " :";
}

#cennikform input[type="text"],
#cennikform select {
    padding: 3px 10px;
    width: 300px;
	 border:1px solid #000;
}

#cennikform select  {
    width: 321px;
}

#cennikform textarea {
    padding: 3px 10px;
    resize: none;
    width: 300px;
	 height:80px;
	 border:1px solid #000;
}

#cennikform input[type="text"]:hover,
#cennikform textarea:hover {
	border:1px solid #f00;
}

#cennikform .row.buttons,
#cennikform .row.buttons:hover {
	border:none;	
}

#cennikform .row.buttons .col1 {
	text-align:right;
}

#cennikform .row.buttons .col2 {
}

#cennikform .row.buttons .col2 input {
	clear: none;
	float: none;
	font-weight: bold;
	padding: 5px 10px;
	width: 100px;
	cursor:pointer;
}

#cennikform .row.buttons .col2 #resetbtn {
	margin-right:50px;
}

#cennikform .row.buttons .col2 #sendbtn {
	float:right;
}

article.leadInfo {
	font-weight: bold;
	line-height: 24px;
	padding-bottom: 20px;
}

#map {
    height: 200px;
    width: 600px;
	 float:right;
}

@media only screen and (min-width: 1250px) {
	#map {
	    height: 300px;
	    width: 730px;
	}
}

.officeAddress {
	float:left;
	font-family: Georgia;
	font-size:17px;
	line-height:24px;
	width:290px;
}

.officeAddress a:visited{
	color:#0000FF;
}
.officeAddress #qrCode{
	margin:15px 0;
}

.officeAddress .print {
	text-align:right;
	font-family:Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size:11px;
	padding-top:5px;
	width:280px;
}

.officeAddress .print span {
	border: 1px dotted #999;
   padding: 3px 5px;	
	font-weight:bold;
	color:#999;
}

.officeAddress .print span:hover {
	border-color:#C2D814;
	background:#999;
	color:#C2D814;
	cursor:pointer;
}

.cfBox {
	float:right;
	overflow:hidden;
	padding-top:30px;
	width: 600px;
	
}


.cfBox label{
	display:block;
	font-weight:bold;
}

.cfBox textarea{
	width:570px;
	height:150px;
	resize:none;
	margin-bottom:15px;
	padding: 3px 10px;
}

.cfBox #email{
	width:300px;
	padding: 3px 10px;
}

.cfBox #submitBtn {
	display: block;
	float: right;
	font-size: 17px;
	font-weight: bold;
	height: 35px;
	margin-top: 15px;
	width: 200px;
}

.cfBox form div {
	text-align:right;
}


@media only screen and (min-width: 1250px) {
	.cfBox {
		width: 730px;
	}
	.cfBox textarea{
		width:700px;
	}
	.officeAddress {
		width:350px;
	}
	.officeAddress .print {
		width:350px;
	}
}

@media only screen and (max-width: 480px) {
	.officeAddress {
		width:270px;
		padding-left:10px;
		font-size:14px;
		line-height:22px;
		
	}
	
	.officeAddress .print {
		display:none;
	}
	
	#map {
		display:none;
	}
	
	#qrCode {
		display:none;
	}
	.cfBox {
		width:270px;
	}
	.cfBox textarea {
		width:235px;
	}
	
	.cfBox #email {
		width:235px;
	}
	
	.cfBox #submitBtn {
		float:none;
		width:260px;
	}	
	
	
	article.leadInfo {
		font-size:12px;
		line-height:17px;
		padding:0 10px 20px;
		
	}
	
	#cennikform .col1, #cennikform .col2 {
		width:270px;
	}
	
	#cennikform label {
		text-align:left;
	}
	
	#cennikform input[type="text"],
	#cennikform textarea {
		width:240px;
	}
	
	#cennikform .col2 label {
		max-width:225px;
	}
}


#cennikAsside .infoBox {
	float:right;
	margin-bottom:10px;
	background-color:#E0EC8A;
}

#cennikform span.err {
	clear: both;
	color: #FF0000;
	display: block;
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	padding-left: 5px;
}

#pfmsg {
	min-height:200px;
	width:700px;
	float:left;
}

#recaptcha_widget_div {
	float:right;
}

#contactForm .btnBox {
	clear:both;
}

.certs {
	float:left;
	width:350px;
	margin-right:15px
}
