/*--------------------------
*           FONT 
*--------------------------*/
@import 'https://fonts.googleapis.com/css?family=Raleway:300,400,700';

/*--------------------------
*           GENARAL 
*--------------------------*/
body {
    background: #fff;
	font-family: 'Raleway', sans-serif;
}

a{ color:#231f20}
a:hover,a.active,a:focus{ text-decoration:none; color:#E9B34F}
.no-padding{ padding:0}
.no-padding-r{ padding-right:0}
.no-padding-l{ padding-right:0}

/*--------------------------
*           HEADER 
*--------------------------*/
header{padding:1rem 0;}
header img{ display:inline-block !important }

#logo img{ display:inline-block; position:relative; margin: 0 auto;}

#video-container{ position:relative; overflow:hidden; max-height:60vh;}
#video-container video { width:100%;
    /*position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);*/}

#txt-container h1{ margin-top:50px;}
#txt-container a#arrow{
  display:inline-block;
  position:relative;
  margin-top: 10px;
}
/*a#arrow span {
  position: absolute;
  top: 0;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 1px solid #990000;
  border-bottom: 1px solid #990000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb05 1.5s infinite;
  animation: sdb05 1.5s infinite;
  box-sizing: border-box;}
  
@-webkit-keyframes sdb05 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}
@keyframes sdb05 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: rotate(-45deg) translate(-20px, 20px);
    opacity: 0;
  }
}*/

#txt-container a#arrow span {
  position: absolute;
  top: -10px;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  border-left: 3px solid #990000;
  border-bottom: 3px solid #990000;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-animation: sdb04 2s infinite;
  animation: sdb04 2s infinite;
  box-sizing: border-box;}
  
@-webkit-keyframes sdb04 {
  0% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    -webkit-transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    -webkit-transform: rotate(-45deg) translate(0, 0);
  }
}
@keyframes sdb04 {
  0% {
    transform: rotate(-45deg) translate(0, 0);
  }
  20% {
    transform: rotate(-45deg) translate(-10px, 10px);
  }
  40% {
    transform: rotate(-45deg) translate(0, 0);
  }
}

#form-container{margin-top:40px; }

#form-container #contactForm{
 background:#F9F9FA;
 padding:67px 55px 130px;
 margin-bottom:0}
 
#form-container form .form-control{
	border-radius:0;
	border:0;
	padding:0;
	border-bottom:1px solid #DADADA;
	background:#fff;
	color:#518AFF;
	font-size: 18px;
	background: transparent;
	box-shadow: none}

#form-container form #VerCode.form-control{border:1px solid #DADADA; text-align:center}

#form-container form .btn-primary,#msgform a{
	display:inline-block;
	font-weight: 500;
    border-radius:2px;
    font-size: 14px;
    padding: 8px;
	color: #fff;
    background: #990000;
	border:0;
	margin-top:150px;
	box-shadow: 0px 8px 8px 0px rgba(0,0,0,0.40);}

#msgform a{ margin-top:50px}		
#form-container form input::placeholder {
  color: #000000;
}

#form-container form h4{ font-weight:700; border-bottom:1px solid #DADADA; padding-bottom:5px; margin-bottom:0}

.radio,.checkbox {
	padding-top:0 !important;
	margin-bottom:15px !important}
	
.radio label,.checkbox label {
  position: relative;
  cursor: pointer;
  padding:0 20px 0 0;
  display:block;
  border-bottom:1px solid #DADADA;
  font-size: 18px;
}

input[type="radio"],input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.radio label span,.checkbox label span {
  position: absolute;
  right: 3px;
  top: 0;
  height: 20px;
  width: 20px;
  background: #FFF;
  border: 2px solid #737373;
  border-radius: 50%;}

.checkbox label span {border-radius: 0;}

.radio label span:after{
  content: '';
  position: absolute;
  right: 3px;
  top: 3px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #990000;
  display: none;}

.checkbox label span:after {
    content: "\f00c";
    font-family: 'FontAwesome';
    color: #990000;
	position: absolute;
	right: -1px;
    top: -3px;
	display: none;}

input[type="radio"]:checked~span, input[type="checkbox"]:checked~span{ border: 2px solid #990000;}

input[type="radio"]:checked~span:after,input[type="checkbox"]:checked~span:after {
  display: block;
}

#msgform{ text-align:center}
#msgform h3{ font-weight:700}
/*--------------------------
*         FOOTER
*--------------------------*/
#pre-closure {padding-top: 15px; padding-bottom: 15px; margin-top: 40px;}
#social-footer, #social-header {list-style: none; padding: 0; display: inline-block; margin-top: 35px;}
#social-footer li, #social-header li {float:left; margin:0 15px;}
#social-footer li a, #social-header li a  {color: #ffffff; display: table; width: 30px; height: 30px; text-decoration: none; border-radius: 15px; font-size:16px; }
#social-footer li a i, #social-header li a i {display: table-cell; vertical-align: middle;}
#social-footer li a:hover, #social-header li a:hover {background: #3A5896; color: #cacfd2;}
#social-header #lfb a, #social-footer #lfb a {background: #3A5896;}
#social-header #lis a, #social-footer #lis a {background: #8a3ab9;}
.at-cv-lightbox {display:none!important;}
#closure {background: #990000; min-height: 79px;}
#flcpp {height: 78px; display: table; float:right;}
#cpp {color: #fff; padding-top: 65px; margin-right: 7px; display: table-cell; vertical-align: bottom;}
#cpp:hover {text-decoration: none; color: #cdcdcd;}
.copy {margin-top: 18px;}

@media screen and (min-width: 992px) and (max-width: 1024px) {
	h1{ margin-top:25px}

}


@media (max-width: 768px){
	#form-container form .btn-primary{ margin-top: 50px}
    #sch-col {background: #f6f6f6;}
	#social-header {margin: 6px;}
	#txt-container h1{ margin:1rem}

}

@media (max-width: 480px) {
	h1{ font-size:20px}
	h1 strong{ display:block; margin-bottom:10px}
	h3{ font-size:16px; margin-top:0}
	#form-container #contactForm{ padding:30px 35px}
}
