@font-face {
	font-family: 'Bebas Neue';
	src: url('BebasNeueBold.eot');
	src: url('BebasNeueBold.eot?#iefix') format('embedded-opentype'),
		url('BebasNeueBold.woff') format('woff'),
		url('BebasNeueBold.ttf') format('truetype');
	font-weight: bold;
	font-style: normal;
}

* {
  border-radius: 0 !important;
}

input[type="text"]:focus,textarea.form-control:focus, select.form-control:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="url"]:focus, textarea:focus{
  border-color: #FF6C2F;
  box-shadow:  none;
  outline:  none;
  background:#fff;
}

.has-error, .has-danger, .has-error:focus, .has-danger:focus,  {
 border-color: #C81010;
   color: #C81010;
   box-shadow:  none;
  outline:  none;
}
body {font-family: 'Montserrat', sans-serif;}
form {margin-bottom:200px; }
input.form-control, input.input-md {border:1px solid #808080; color:#333; background:#EBEBEB; height:45px;margin: 0px 0px 10px 0px;}
select.form-control {margin: 6px 0px 10px 0px;height:45px; border:1px solid #808080; color:#333; background:#EBEBEB;}
option {font-size: 1.2rem; font-family: 'Montserrat', sans-serif;}
textarea.form-control  {margin: 10px 0px 6px 0px; border:1px solid #808080; color:#333; background:#EBEBEB;}
.input-group-addon {background:#ccc;border:1px solid #808080; color:#333; padding:0 5px 0 10px;}
.form-group {margin: 20px 0px 20px 0px;}
.help-block {color:#000; padding:1px 0px 0px 10px;}


label {
display:inline-block;
padding:3px;
font-size: 1.6rem;
}
.btn {font-size:100%;margin:20px 30px 0px 0px; width:25%; min-width:130px; border:none;}
.btn-primary {font-family: 'Montserrat';height:50px; color:#fff; background: #FF6C2F; text-transform:uppercase}
.btn-primary:hover {font-family: 'Montserrat';height:50px; color:#000; background: #FF6C2F; text-transform:uppercase}

.btn-default {font-family: 'Montserrat';height:50px; color:#fff; background: #808080; text-transform:uppercase}
 h1,h2,h3,h4{font-family: 'Montserrat'; }
 h2 {color:#0074B5; font-weight:900;}
 ol {padding:10px 0 15px 17px;}
 li   {padding:4px 0px 3px 2px}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #808080;
    border-radius: .25em;
    width: 2em;
    height: 2em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: 1.2em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .1s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

