@font-face {
  font-family: 'OswaldL';
  font-style: normal;
  font-weight: 300;
  src: local('Oswald Light'), local('Oswald-Light'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/l1cOQ90roY9yC7voEhngDD8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}
@font-face {
  font-family: 'OswaldR';
  font-style: normal;
  font-weight: 400;
  src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/PyqsDANUgLi2UsdO-d4iZQ.woff) format('woff');
}
@font-face {
  font-family: 'OswaldB';
  font-style: normal;
  font-weight: 700;
  src: local('Oswald Bold'), local('Oswald-Bold'), url(http://themes.googleusercontent.com/static/fonts/oswald/v8/dI-qzxlKVQA6TUC5RKSb3z8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
}


@font-face{
	font-family:'Glyphicons Halflings';src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.1/fonts/glyphicons-halflings-regular.eot');src:url('https://netdna.bootstrapcdn.com/bootstrap/3.0.1/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.1/fonts/glyphicons-halflings-regular.woff') format('woff'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.1/fonts/glyphicons-halflings-regular.ttf') format('truetype'),url('https://netdna.bootstrapcdn.com/bootstrap/3.0.1/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg')
}

span.greenBird{
 background: url('http://www.e-petrol.pl/misc/prtimg/110/sprite_landingpage.png') no-repeat;
 width:15px; 
 height:13px;
 margin-right:5px;
 display:inline-block;
}
ul.greenBird{text-align:center;}
ul.greenBird li{
margin:0 0 20px 0px; 
font-family:OswaldR; 
font-size:22px; 
width:300px; 
padding:0 0 0 10px;
color:#00425c;
}

.markers{
background: url('http://www.e-petrol.pl/misc/prtimg/110/sprite_land_1.png') no-repeat -4px -6px;
width: 17px;
height: 18px;
display:inline-block;
margin:6px 5px 0 0;
}

ul.triangle li{
	font-family: 'OswaldR';
	font-size:20px;
	color:#707070;
	line-height:28px;
}
ul.triangle li:before{
	font-family:'Glyphicons Halflings';
	content:'\E080';
	font-size:20px;
	color:#c97a19;
	margin-right:5px;
}

/*typface*/


h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6{font-family: 'OswaldB';}
.regular{font-family: 'OswaldR';}
h1, .h1{ margin-bottom:20px; font-size:48px;}
h2, .h2{ margin-bottom:20px; font-size:40px;}
h3, .h3{ margin-bottom:10px; font-size:35px;}
h4, .h4{ margin-bottom:10px; font-size:22px;}
h5, .h5{ margin-bottom:5px; font-size:20px;}
h6, .h6{ margin-bottom:5px; font-size:16px;}

.uppercase{text-transform:uppercase;} 
.italic{font-style:italic;}

/*colors*/
.white{color:#fff;}
.whitebg{color:#fff;}
.blue{color:#047bbc;}
.bluebg{background:#047bbc;}
.orange{color:#ef8c12;}
.orangebg{background:#ef8c12;}
.gray{color:#737373;}
.graybg{background:#737373;}
.darkRed{color:#811313;}
.darkRedbg{background:#811313;}

h2.free{position:absolute; margin:10px 0 0 350px;}
h2.check{position:absolute; margin:60px 0 0 350px;}

.blueGradientbg{
background: #3093c7;
background: -moz-linear-gradient(top,  #3093c7 0%, #1c5a85 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3093c7), color-stop(100%,#1c5a85));
background: -webkit-linear-gradient(top,  #3093c7 0%,#1c5a85 100%);
background: -o-linear-gradient(top,  #3093c7 0%,#1c5a85 100%);
background: -ms-linear-gradient(top,  #3093c7 0%,#1c5a85 100%);
background: linear-gradient(to bottom,  #3093c7 0%,#1c5a85 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3093c7', endColorstr='#1c5a85',GradientType=0 );
}

.darkRedGradientbg{
background: #a81704;
background: -moz-linear-gradient(top,  #a81704 1%, #5f0d02 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a81704), color-stop(100%,#5f0d02));
background: -webkit-linear-gradient(top,  #a81704 1%,#5f0d02 100%);
background: -o-linear-gradient(top,  #a81704 1%,#5f0d02 100%);
background: -ms-linear-gradient(top,  #a81704 1%,#5f0d02 100%);
background: linear-gradient(to bottom,  #a81704 1%,#5f0d02 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a81704', endColorstr='#5f0d02',GradientType=0 );
}

.lightGrayGradientbg{
background: #ffffff;
background: -moz-linear-gradient(top,  #ffffff 0%, #d4d4d4 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d4d4d4));
background: -webkit-linear-gradient(top,  #ffffff 0%,#d4d4d4 100%);
background: -o-linear-gradient(top,  #ffffff 0%,#d4d4d4 100%);
background: -ms-linear-gradient(top,  #ffffff 0%,#d4d4d4 100%);
background: linear-gradient(to bottom,  #ffffff 0%,#d4d4d4 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d4d4d4',GradientType=0 );
}

p{line-height:26px;}

#land1{padding:40px 0 0 20px;}
#form{position:absolute;margin:-140px 0 0 525px;}
.price{
	width:215px;
	border:2px #ececec solid;
	float:left;
	margin-right:5px;
	border-radius:10px;
	background:#fff;
	overflow:hidden;
}

.price .head{padding:10px 5px; text-align:center;}
.price  .core{background:#f2f2f2; margin:0 5px; border:1px solid #e4e4e4;}
.core form div.row-1{display:block; font-weight:bold; border-bottom:#e7e7e7 solid 1px; padding:5px;}
.core div.blue,  input[type='submit'].blue{
display:block;
border:none; 
width:220px;
padding:10px 10px;
margin:0 0 -5px -10px;
color:#fff;
text-transform:uppercase;
font-family:OswaldB;
font-size:20px;
background: #3093c7;
background: -moz-linear-gradient(top,  #3093c7 0%, #1c5a85 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3093c7), color-stop(100%,#1c5a85));
background: -webkit-linear-gradient(top,  #3093c7 0%,#1c5a85 100%);
background: -o-linear-gradient(top,  #3093c7 0%,#1c5a85 100%);
background: -ms-linear-gradient(top,  #3093c7 0%,#1c5a85 100%);
background: linear-gradient(to bottom,  #3093c7 0%,#1c5a85 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3093c7', endColorstr='#1c5a85',GradientType=0 );
cursor:pointer;
text-align:center;
}

.core div.blue:hover,   input[type='submit'].blue:hover{
background: #1c5a85;
background: -moz-linear-gradient(top,  #1c5a85 0%, #3093c7 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1c5a85), color-stop(100%,#3093c7));
background: -webkit-linear-gradient(top,  #1c5a85 0%,#3093c7 100%);
background: -o-linear-gradient(top,  #1c5a85 0%,#3093c7 100%);
background: -ms-linear-gradient(top,  #1c5a85 0%,#3093c7 100%);
background: linear-gradient(to bottom,  #1c5a85 0%,#3093c7 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1c5a85', endColorstr='#3093c7',GradientType=0 );
}

.core div.red, input[type='submit'].red{
border:none; 
cursor:pointer;
display:block;
width:220px;
padding:10px 10px;
margin:0 0 -5px -10px;
color:#fff;
text-transform:uppercase;
font-family:OswaldB;
font-size:20px;
background: #a81704;
background: -moz-linear-gradient(top,  #a81704 1%, #5f0d02 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#a81704), color-stop(100%,#5f0d02));
background: -webkit-linear-gradient(top,  #a81704 1%,#5f0d02 100%);
background: -o-linear-gradient(top,  #a81704 1%,#5f0d02 100%);
background: -ms-linear-gradient(top,  #a81704 1%,#5f0d02 100%);
background: linear-gradient(to bottom,  #a81704 1%,#5f0d02 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a81704', endColorstr='#5f0d02',GradientType=0 );
text-align:center;
}

.core div.red:hover, input[type='submit'].red:hover{
background: #5f0d02;
background: -moz-linear-gradient(top,  #5f0d02 0%, #a81704 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5f0d02), color-stop(100%,#a81704));
background: -webkit-linear-gradient(top,  #5f0d02 0%,#a81704 100%);
background: -o-linear-gradient(top,  #5f0d02 0%,#a81704 100%);
background: -ms-linear-gradient(top,  #5f0d02 0%,#a81704 100%);
background: linear-gradient(to bottom,  #5f0d02 0%,#a81704 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#5f0d02', endColorstr='#a81704',GradientType=0 );
}

.row-1 input[type='text']{height:30px; padding:5px; width:95%; margin-bottom:5px;}
label.bg-danger, label.bg-danger2{
  background-color: #f2dede;
  padding:5px;
}
a.bg-danger:hover {
  background-color: #e4b9b9;
}

label.bg-danger2{position:absolute;margin:-50px 0 0 0px;}

 input[type="submit"].buttonsend4{margin:20px 20px 20px 80px; display:block;}
#SendForm{border:2px solid #efefef; padding:10px; border-radius:10px; background:#fff; margin-left:30px;}

