@import url(https://fonts.googleapis.com/css?family=Raleway:400,600,700);

h1,h2,h3 {font-family: 'Raleway', sans-serif;font-weight:600;}
a {cursor:default;}
.formcenter {text-align:center;}
.form-group input[type=file] {height:auto !important;}
.footer {background:#f5f5f5;margin-top:50px;}
.footer p {line-height:60px;margin:0}
hr {
    height: 1px;
    background-color:#555;
    margin: 20px auto;
    width: 75%;
}
.strikethrough {
  position: relative;
  color:#F00;
}
.strikethrough:before {
  position: absolute;
  content: "";
  left: 0;
  top: 50%;
  right: 0;
  border-top: 1px solid;
  border-color: inherit;

  -webkit-transform:rotate(-5deg);
  -moz-transform:rotate(-5deg);
  -ms-transform:rotate(-5deg);
  -o-transform:rotate(-5deg);
  transform:rotate(-5deg);
}
body > .container {background:#fff; -webkit-border-radius:10px;-moz-border-radius: 10px;border-radius: 10px;border:1px solid #6FF;margin-bottom: 100px;
}
body {

	  background: url(../images/bk.jpg) no-repeat center center fixed; 

	 -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  margin-bottom: 60px;
}
.page-header {margin: 10px 0 20px;}
html {
  position: relative;
  min-height: 100%;
}
#home h1 {font-size: 24px;}
#home h2 {font-size: 18px;margin: 10px auto;}

.textul ul {padding-left:10px !important;}
.textul h2 {font-size:28px !important;}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  left:0;
  /* Set the fixed height of the footer here */
  min-height: 60px;
  background-color: #f5f5f5;
}
@media (max-width: 1100px) {
.navbar-header {
    float: none;
}
.navbar-toggle {
    display: block;
}
.navbar-collapse {
    border-top: 1px solid transparent;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.collapse {
    display: none!important;
}
.navbar-nav {
    float: none!important;
    margin: 7.5px -15px;
}
.navbar-nav>li {
    float: none;
}
.navbar-nav>li>a {
    padding-top: 10px;
    padding-bottom: 10px;
}
.navbar-collapse.collapse.in { 
  display: block!important;
}

.collapsing {
  overflow: hidden!important;
}

}
div.g-recaptcha {
margin: 0 auto;
width: 304px;
}

@media (max-width: 1024px) {
	.panel-body {padding: 15px 5px !important}

}
@media (max-width: 801px) {
	.footer {
  position: relative !important;margin-top: 10px !important;}
  body > .container{ margin-bottom:10px !important;}
.footer p {line-height:1.75em !important}
.panel-body {padding: 15px !important}



}
@media (max-width: 769px) {

}


@media screen and (max-height: 575px){
#rc-imageselect, .g-recaptcha {transform:scale(0.7);-webkit-transform:scale(0.7);transform-origin:0 0;-webkit-transform-origin:0 0;}
}

.Terms { display: none; }
.navbar-brand {padding: 5px 15px;}


.headernav {background:#f8f8f8;display:block;max-height:52px;width:100%;margin-bottom: 20px;}
.navbar-default {border-color:transparent;}
.navbar-nav>li:hover {background:#e8e8e8;}
a {cursor:pointer;}.progress 
{
  display:none; 
  position:relative; 
  width:400px; 
  border: 1px solid #ddd; 
  padding: 1px; 
  border-radius: 3px; 
}
.bar 
{ 
  background-color: #B4F5B4; 
  width:0%; 
  height:20px; 
  border-radius: 3px; 
}
.percent 
{ 
  position:absolute; 
  display:inline-block; 
  top:3px; 
  left:48%; 
}