@import url(http://fonts.googleapis.com/css?family=PT+Sans:400,700,400italic,700italic&subset=latin,cyrillic-ext);

body{
    font-family: 'PT Sans', sans-serif;
    color: #272625;
    font-size: 24px;
    background: url("css/img/bg/body.jpg") center top repeat;
}

@media (max-width: 1200px) {
    body{
        font-size: 20px;
    }
}

.wrapper{
    background: white;
}

.navbar {
    background: #2f2f2f;
    border-radius: 0px;
    border: none;
    text-transform: uppercase;
    margin-bottom: 25px;
}

    #burpee .navbar a{
        color: white;
    }

    .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:hover, .navbar-default .navbar-nav>.active>a:focus{
        background: #ee4a42;
    }

    .navbar .dropdown-menu{
        background: #2f2f2f;
    }

    .navbar .dropdown-menu>li>a:hover, .navbar .dropdown-menu>li>a:focus{
        background: #ee4a42;
    }

.content-wrapper{
    margin: 0px;
}

@media (min-width: 920px) {
    .c-content{
        padding-right: 5%;
    }
}

.footer{
    margin-top: 20px;
    border-top: 1px solid #c9c9c9;
    padding: 10px 15px 30px;
}

@media (max-width: 1200px) {
    .fcontacts a{
        font-size: 18px;
    }
}

@media (min-width: 992px) {
    .navbar-nav>li>a{
		padding-left: 35px;
		padding-right: 35px;
	}
}

@media (max-width: 768px) {
    .footer{
        text-align: center;
    }

    .footer .img-responsive{
        margin: 0 auto;
    }

    .footer .col-sm-4{
        margin-bottom: 30px;
    }
}

header{
    position: relative;
}

    .language-picker{
        position: absolute;
        right: 0;
        top: 0;
        padding: 2px 9px;
        z-index: 2;
        background: #ee4a42;
        font-size: 18px;
    }

        .language-picker a{
            display: inline-block;
            padding: 2px 3px;
            color: #2f2f2f;
            text-decoration: underline;
        }

        .language-picker span{
            color: white;
            vertical-align: text-bottom;
        }

        .language-picker a:hover{
            color: #2f2f2f;
            text-decoration: none;
        }

        .language-picker a.active{
            color: #fff;
            font-weight: bold;
            text-decoration: none;
        }

a{
    color: #ee4a42;
}

a:hover{
    color: #ee4a42;
}

#vk_groups,
#vk_groups iframe {
     width: 100% !important;
}

h1, h2, h3{
    color: #ee4a42;
    line-height: 1.1;
}

h1{
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 20px;
    margin-top: 0px;
}

h2{
    font-size: 1.5em;
    margin-bottom: 18px;
}

h3{
    font-size: 1.2em;
    margin-bottom: 15px;
}

form label{
    font-size: 0.8em;
}

@media (min-width: 992px){
    .form-horizontal .control-label {
        padding-top: 4px;
        padding-right: 0;
    }
}
input.form-control, select.form-control, textarea.form-control {
  border: 3px solid #2f2f2f;
  font-size: 23px;
  border-radius: 0px;
}
input.form-control, select.form-control {
  height: 54px;
}
#birthday1 {
  background: url('css/img/icon/calendar.png') no-repeat 96% 7px;
}
.h-spacer {
  height: 3px;
  margin: 40px 0px;
  background: #6d6d6d;
}
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
}
form label {
  font-size: 0.8em;
}
[type="checkbox"]:not(:checked) + label, [type="checkbox"]:checked + label {
  position: relative;
  padding-left: 60px;
  cursor: pointer;
}
[type="checkbox"]:not(:checked) + label::before, [type="checkbox"]:checked + label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  width: 45px;
  height: 45px;
  border: 3px solid #2f2f2f;
  background: white;
}
[type="checkbox"]:not(:checked) + label::after, [type="checkbox"]:checked + label::after {
  content: '✔';
  position: absolute;
  top: 6px;
  left: 10px;
  font-size: 28px;
  color: #e5152c;
  transition: all .1s;
}
[type="checkbox"]:not(:checked) + label::after {
  opacity: 0;
  transform: scale(0);
}
[type="checkbox"]:checked + label::after {
  opacity: 1;
  transform: scale(1);
}
.btn {
  border-radius: 0px;
}
.btn-danger {
  color: #ffffff;
  background: #e5152c;
}
.btn-huge {
  font-size: 28px;
  height: 80px;
  padding-left: 40px;
  padding-right: 40px;
}

.form-control:focus{
	border: 3px solid #2f2f2f;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
	box-shadow: inset 0 1px 1px rgba(218, 138, 138, 0.075),0 0 8px rgba(0, 0, 0, 0.42);
}