/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{width:100%;}
/* end reset */
body {
 background: url(../img/bg.jpg) no-repeat center center fixed; 
 -webkit-background-size: cover;
 -moz-background-size: cover;
 -o-background-size: cover;
 background-size: cover;
 font-family: 'Open Sans', sans-serif;
}
.wrap
{
	width:100%;
	margin: 0 auto;
}
.content
{
	padding-top: 170px ;
	text-align: center;
}
.logo
{
	text-align: center;
	font-weight: 300;
	font-size:1em;
	color: #fff;
}
.logo a
{
	display: block;
}
.logo a h1
{
font-weight: 600;
font-size:2em;
color: #FFF;
}
.pakkumist
{
	text-align: center;
	font-weight: 300;
	font-size:1em;
	color: #fff;
}
.btc-style
{
	padding-top: 70px;
	margin: 0px auto;
	width: 250px;
	height: 235px;
	position:relative;
}
.content p
{
	color: #fff;
	font-weight: 300;
	font-size:0.85em;
}
/* SAFARI TEL BUG */
a[href^=tel] {
    color: inherit;
    text-decoration: none;
}
.footer {
padding-top: 50px;
}
.footer p {
color: #fff;
font-size: 1.5em;
line-height: 1.2em 100%;
}
.footer p a {
text-decoration: underline;
color: #fff;
-webkit-transition: all 0.3s ease-out;
-moz-transition: all 0.3s ease-out;
-ms-transition: all 0.3s ease-out;
-o-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}
.footer p a:hover {
	color:#fff;
}
.footer p span{
	color: #f7931a;
}
/*---response---*/
@media only screen and (max-width:480px) and (min-width: 320px)
{
.btc-style
{
	padding-top: 50px;
	margin: 0px auto;
	width: 125px;
	height: 117px;
	position:relative;
}
.content {
padding-top: 40px;
}
.content p {
padding-top: 40px;
}
.footer {
padding-top: 20px;
}
.footer p 
{
padding: 0px;
}
}