* {
  font-size: 1em;
  font-style: inherit;
  font-weight: inherit;
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%;
  width: 100%;
}

body {
  background-image: url(images/bg2.jpg);
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;  
  color: #333;
  font: 14px/24px "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Geneva, Verdana, sans-serif;
}
body.bg1 {background-image: url(images/bg1.jpg);}
body.bg2 {background-image: url(images/bg2.jpg);}
body.bg3 {background-image: url(images/bg3.jpg);}
body.bg4 {background-image: url(images/bg4.jpg);}
body.bg5 {background-image: url(images/bg5.jpg);}
body.bg6 {background-image: url(images/bg6.jpg);}
body.bg7 {background-image: url(images/bg7.jpg);}
body.bg8 {background-image: url(images/bg8.jpg);}
body.bg9 {background-image: url(images/bg9.jpg);}
body.bg10 {background-image: url(images/bg10.jpg);}
body.bg11 {background-image: url(images/bg11.jpg);}
body.bg12 {background-image: url(images/bg12.jpg);}
body.bg13 {background-image: url(images/bg13.jpg);}


h1, h2 {
	text-transform: uppercase;
}

h1 {
	padding-top: 120px;
    border: 0;
    outline: rgb(69, 69, 69) none 0px;
    vertical-align: baseline;
    color: rgb(69, 69, 69);
    font-family: 'Open Sans Condensed', Helvetica, Arial, sans-serif;
    font-size: 18px;
	font-weight: bold;
    text-align: center;
	background: url(images/logo.jpg) 50% 0% no-repeat;
	margin-bottom: 5px;
}

h2 {
  font-family: roboto;
  font-size: 20px;
  background-color: rgb(252, 255, 165);
  margin-bottom: 15px;
  padding: 10px 0;
}

p {
  font-size: 16px;
}

em {
  color: #000;
  font-weight: bold;
}

strong {
  color: #ff662e;
  font-weight: bold;
}

hr {
  border: solid #6d6e71;
  border-width: 1px 0 0;
  margin-bottom: 23px;
}


span.black {
	color: #000;
}

span.red {
	color: #f00;
	font-weight: bold;
}

.clear {
	clear: both;
	width: 0;
	height: 0;
}

.bold {
	font-weight: bold;
}

.pointer {
	cursor: pointer;
}

.center {
	text-align: center;
}

.email {
	unicode-bidi:bidi-override;
	direction: rtl;
	-webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


#support_form,
#secret_body,    
#subs_form {    
    text-align: center;
	width: 450px;
    height: auto;
    overflow: hidden;
    border: 3px solid #7ca6c9;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
	box-shadow: 0 0 13px rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 13px rgba(0,0,0,0.5);
    -webkit-box-shadow: 0 0 13px rgba(0,0,0,0.5);    
    font-family: "PT Sans";
	background: #fff;
	margin: 0 auto;
	padding: 17px 0;
	margin-top: 120px;
}
#subs_form p {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
    font-size: 14px;
    text-align: center;
    background-color: rgb(254, 254, 254);
	margin-bottom: 15px;
}
#support_form {
	margin-bottom: 20px;
}
#secret_body div {
	margin: 20px 0 10px;
}


#page {
  min-height: 100%;
  height: auto !important;
  height: 100%;
}

#wrap {
  padding-bottom: 160px;
}

#footer {
  text-align: center;
  /* border-top: 1px solid #ff662e; */
  color: #121212;
  font-size: 12px;
  margin: -128px auto 0;
  padding: 4px 10px 0;
  width: 940px;
  height: auto !important;
  min-height: 123px;
}
#footer p {
	margin: 5px 0;
}


#est-form-div {margin:20px auto 15px; width:300px; background:#fff;border-radius:3px !important;-moz-border-radius:3px !important;-webkit-border-radius:3px !important;}
#est-form-div input[type='text'] {overflow:hidden;display:block;clear:both;font-size:14px;color:#666;width:235px;height:40px;border:1px solid #ccc;border-radius:5px;-moz-border-radius:5px;-webkit-border-radius:5px;behavior:url(js/PIE.htc);padding:0 15px 0 40px;margin:0 auto 15px;}
#est-form-div input[type='submit'] {display:block;width:310px;height:50px;text-align:center;font-size:12px;font-weight:bold;color:#fefefe;background:url(images/bg-btn-orange.jpg) repeat-x;border:2px solid #ffe8ca;position:relative;border-radius:8px;-moz-border-radius:8px;-webkit-border-radius:8px;cursor:pointer;margin:0 auto;padding:9px 0;-webkit-transform-origin:50% 100%;-moz-transform-origin:50% 100%;transform-origin:50% 100%;-webkit-animation:anim-btn 2s infinite;animation:anim-btn 2s infinite;}
#est-form-div p {font-family:'PT Sans';font-size:12px;font-weight:normal;text-align:center;margin-top:20px;margin-bottom:0;}



@-webkit-keyframes anim-btn {
  35% {
    transform: rotate(0) translate(0, 0);
  }

  40% {
    transform: rotate(5deg) translate(0, -2px);
  }

  45% {
    transform: rotate(-3deg) translate(0, -2px);
  }

  50% {
    transform: rotate(5deg) translate(0, -2px);
  }

  55% {
    transform: rotate(-3deg) translate(0, -2px);
  }

  60% {
    transform: rotate(5deg) translate(0, -2px);
  }

  65% {
    transform: rotate(-3deg) translate(0, -2px);
  }

  70% {
    transform: rotate(0) translate(0, 0);
  }
}

@keyframes anim-btn {
  35% {
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }

  40% {
    -ms-transform: rotate(5deg) translate(0, -2px);
    transform: rotate(5deg) translate(0, -2px);
  }

  45% {
    -ms-transform: rotate(-3deg) translate(0, -2px);
    transform: rotate(-3deg) translate(0, -2px);
  }

  50% {
    -ms-transform: rotate(5deg) translate(0, -2px);
    transform: rotate(5deg) translate(0, -2px);
  }

  55% {
    -ms-transform: rotate(-3deg) translate(0, -2px);
    transform: rotate(-3deg) translate(0, -2px);
  }

  60% {
    -ms-transform: rotate(5deg) translate(0, -2px);
    transform: rotate(5deg) translate(0, -2px);
  }

  65% {
    -ms-transform: rotate(-3deg) translate(0, -2px);
    transform: rotate(-3deg) translate(0, -2px);
  }

  70% {
    -ms-transform: rotate(0) translate(0, 0);
    transform: rotate(0) translate(0, 0);
  }
}

.trembling-button {
	-webkit-transform-origin: 50% 100%;
	-moz-transform-origin: 50% 100%;
	transform-origin: 50% 100%;
	-webkit-animation: anim-btn 2s infinite;
	animation: anim-btn 2s infinite;
}


#ctr,#shakes {border: none;}

#ctr {height: 435px;}
#shakes {height: 360px;}

#reglament {
	text-align: left;
	padding: 0 20px;
}
#reglament p {text-align: left;}
#reglament ol {
	font-size: 18px;
	color:#717171;
	margin: 15px 0 20px 25px;
	line-height: 28px;
}


span.cost,
span.delivery,
span.end_cost {display:none;}
