@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; line-height:28px;}
h5, .h5{ margin-bottom:5px; font-size:20px;}
h6, .h6{ margin-bottom:5px; font-size:16px;}

.uppercase{text-transform:uppercase;} 
.italic{font-style:italic;}
.underline{text-decoration:underline;}

/*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;}
.red{color:#e74c3c;}
.green{color:#00630d;}

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;}
#land2{padding:40px 0 0 20px; background:url('http://www.e-petrol.pl/misc/prtimg/110/bg_lp_0123.jpg')no-repeat; height:535px;}
#SendForm{ position:absolute; margin-top:-480px; margin-left:560px !important;}
.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{margin:-50px 0 0 0px;}
.promo{
width:161px; 
height:161px;
background:url('http://www.e-petrol.pl/misc/prtimg/110/promo_01937656.png')no-repeat;
display:block;
position:absolute;
margin-left:360px;
margin-top:-60px;
}
#land2 li{font-size:19px;Font-family:OswaldR; line-height:24px;}
#land2 h1{margin:50px 0;}
#land2 h2{margin-bottom:40px; font-size:50px;}
#land2 h4{margin:0px 0;}
 input[type="submit"].buttonsend4{color:#e74c3c; background-clip: text;
  text-shadow: 0px 2px 5px #f9c800; margin:20px 20px 20px 80px; display:block; background: #f8d202;
background: -moz-linear-gradient(top,  #f8d202 0%, #e7a300 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f8d202), color-stop(100%,#e7a300));
background: -webkit-linear-gradient(top,  #f8d202 0%,#e7a300 100%);
background: -o-linear-gradient(top,  #f8d202 0%,#e7a300 100%);
background: -ms-linear-gradient(top,  #f8d202 0%,#e7a300 100%);
background: linear-gradient(to bottom,  #f8d202 0%,#e7a300 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8d202', endColorstr='#e7a300',GradientType=0 );
} input[type="submit"].buttonsend4:hover{background: #e7a300;
background: -moz-linear-gradient(top,  #e7a300 0%, #f8d202 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e7a300), color-stop(100%,#f8d202));
background: -webkit-linear-gradient(top,  #e7a300 0%,#f8d202 100%);
background: -o-linear-gradient(top,  #e7a300 0%,#f8d202 100%);
background: -ms-linear-gradient(top,  #e7a300 0%,#f8d202 100%);
background: linear-gradient(to bottom,  #e7a300 0%,#f8d202 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e7a300', endColorstr='#f8d202',GradientType=0 );

}
#SendForm{border:5px solid #62c973; width:350px; padding:10px; border-radius:0px; background:#fff; margin-left:30px;}
.star{color:#e74c3c; font-family:OswaldR; font-size:13px; float:right; margin:-40px 90px 0 0; 
text-shadow: 0 0 10px #000, 0 0 20px #000, 0 0 30px #000, 0 0 40px #000, 0 0 #000, 0 0 1px #000, 0 0 1px #000, 0 0 1px #000;}
