
body {
  overflow-x: hidden;
  font-family: "Source Sans Pro", Arial, sans-serif;
  color: #333333;
  font-weight:400;
  font-size:15px;
  line-height: 1.4;
}
.text-muted {
  color: #777777;
}
.text-primary {
  color: #fed136;
}
p {
  font-size: 15px;
  line-height: 1.4;
}
p.large {
  font-size: 16px;
}
a,
a:hover,
a:focus,
a:active,
a.active {
  outline: none;
}
a {
  color: #fed136;
}
a:hover,
a:focus,
a:active,
a.active {
  color: #fec503;
}
h1,
h2,
h3,
h4,
h5,
h6 {
      font-family: "Roboto Slab", serif;
}
.img-centered {
  margin: 0 auto;
}
.bg-light-gray {
  background-color: #eeeeee;
}
.bg-darkest-gray {
  background-color: #222222;
}
.btn-primary {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
  background-image: none;
}
.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-primary .badge {
  color: #fed136;
  background-color: white;
}
.btn-xl {
  color: white;
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  border-radius: 3px;
  font-size: 18px;
  padding: 20px 40px;
}
.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  color: white;
  background-color: #fec503;
  border-color: #f6bf01;
}
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
  background-image: none;
}
.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
  background-color: #fed136;
  border-color: #fed136;
}
.btn-xl .badge {
  color: #fed136;
  background-color: white;
}
.navbar-custom {
  background-color: #222222;
  border-color: transparent;
}
.navbar-custom .navbar-brand {
  color: #fed136;
  font-family: "Source Sans Pro", Arial, sans-serif;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:focus,
.navbar-custom .navbar-brand:active,
.navbar-custom .navbar-brand.active {
  color: #fec503;
}
.navbar-custom .navbar-collapse {
  border-color: rgba(255, 255, 255, 0.02);
}
.navbar-custom .navbar-toggle {
  background-color: #fed136;
  border-color: #fed136;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-transform: uppercase;
  color: white;
  font-size: 12px;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
  background-color: #fed136;
}
.navbar-custom .nav li a {
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1px;
  color: white;
}
.navbar-custom .nav li a:hover,
.navbar-custom .nav li a:focus {
  color: #fed136;
  outline: none;
}
.navbar-custom .navbar-nav > .active > a {
  border-radius: 0;
  color: white;
  background-color: #fed136;
}
.navbar-custom .navbar-nav > .active > a:hover,
.navbar-custom .navbar-nav > .active > a:focus {
  color: white;
  background-color: #fec503;
}
@media (min-width: 768px) {
  .navbar-custom {
    background-color: transparent;
    padding: 25px 0;
    -webkit-transition: padding 0.3s;
    -moz-transition: padding 0.3s;
    transition: padding 0.3s;
    border: none;
  }
  .navbar-custom .navbar-brand {
    font-size: 2em;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
  }
  .navbar-custom .navbar-nav > .active > a {
    border-radius: 3px;
  }
}
@media (min-width: 768px) {
  .navbar-custom.affix {
    background-color: #222222;
    padding: 10px 0;
  }
  .navbar-custom.affix .navbar-brand {
    font-size: 1.5em;
  }
}

@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Source Sans Pro", Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Source Sans Pro", Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}
section {
  padding: 100px 0;
}
section h2.section-heading {
  font-size: 40px;
  margin-top: 0;
  margin-bottom: 15px;
}
section h3.section-subheading {
  font-size: 16px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-transform: none;
  font-style: italic;
  font-weight: 400;
  margin-bottom: 75px;
}
@media (min-width: 768px) {
  section {
    padding: 150px 0;
  }
}


footer {
  padding: 8px 0;
  text-align: center;
  background:#333;
}
footer span.copyright {
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
  color:#939393;
  font-size:13px;
  font-weight: 600;
}

.powered{
	color:#d7d7d7;
	font-size:13px;
	line-height:40px;
}
.powered span{
	font-size:12px;
	color:#939393;
}
.powered a{
	color:#d7d7d7;
}

footer ul.quicklinks {
  margin-bottom: 0;
  line-height: 40px;
  font-family: "Source Sans Pro", Arial, sans-serif;
  text-transform: uppercase;
  text-transform: none;
}
ul.social-buttons {
  margin-bottom: 0;
}
ul.social-buttons li a {
  display: block;
  background-color: #222222;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 20px;
  line-height: 40px;
  color: white;
  outline: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
ul.social-buttons li a:hover,
ul.social-buttons li a:focus,
ul.social-buttons li a:active {
  background-color: #fed136;
}
.btn:focus,
.btn:active,
.btn.active,
.btn:active:focus {
  outline: none;
}

.overlay { 
    position: absolute;
    z-index: 1;
    width: 100%;
    background: rgba(0,0,0,0.4);
}









@media screen and (min-width: 768px){
.carousel-indicators {
    bottom: 40px;
}
}

.transition-timer-carousel .carousel-caption {
    min-height: 120px;
    top: 30%;
    text-align: center;
}
.carousel-caption-header{
	font-weight:300;
	font-size:40px;
	line-height:50px;
}
@media screen and (min-width: 768px){
.carousel-caption {
    right: 10%;
    left: 10%;
    padding-bottom: 30px;
}
}

@media screen and (max-width: 768px){
.carousel-caption h1{
	font-size:24px;
	line-height:28px;
	font-weight:400;
}
}
@media screen and (max-width: 540px){
.carousel-caption h1{
	font-size:18px;
	line-height:24px;
	font-weight:400;
}
}










.navbar-custom{
	padding:0px;
	margin-bottom:0px;
	min-height:3px;
	z-index: 9;
}
.navbar-custom .navbar-header .navbar-brand{
	min-height: 134px;
    position: absolute;
    background: #fff;
    border-bottom-left-radius: 65px;
    border-bottom-right-radius: 65px;
}



.about-index{
	background:#f1f1f1;
}
.about-inner-index{
	background:#fff;
	position: relative;
    top: -40px;
    z-index: 9;
}
.inner-about{
	padding:24px;
	text-align: justify;
}
.inner-about span{
	font-size:30px;
	color:#e63c3c;
}
.inner-about h2{
	margin-top:2px;
	font-size: 18px;
}
.login-inner{
	background:#e63c3c;
	padding: 30px 30px 30px 30px;
}
.login-inner label{
	color:#fff;
	font-weight:500;
}

.radio-bu h4{
	font-size:16px;
	color:#fff;
	margin-top:0px;
}
.radio-bu label{
	margin-right:14px;
}
.radio-bu label input{
	margin-right:4px;
}

.login-form select{
	margin-bottom:10px !important;
}

.login-form input{
	background:rgba(0,0,0,0.2);
	border-color:rgba(0,0,0,0.3);
	border-radius:0px;
	height:40px;
	color:#fff;
	border-width:1px;
}
.login-form .form-control:focus{
	border-color: rgba(0,0,0,0.2);
    outline: 0;
	border-width:2px;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.login-form .input-group{
	margin-bottom:14px;
}
.login-form .input-group-addon{
	background:rgba(0,0,0,0.2);
	border-color:rgba(0,0,0,0.3);
	border-radius:0px;
}

.login-form input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:rgba(255,255,255,0.6);
}
.login-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   color:rgba(255,255,255,0.6);
   opacity:  1;
}
.login-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
   color: rgba(255,255,255,0.6);
   opacity:  1;
}
.login-form input:-ms-input-placeholder { /* Internet Explorer 10-11 */
   color: rgba(255,255,255,0.6);
}
.login-form input::-ms-input-placeholder { /* Microsoft Edge */
   color: rgba(255,255,255,0.6);
}

.input-group-addon .fa {
    width: 1em;
    text-align: center;
	color:rgba(0,0,0,0.8);
}

.login-head{
	color:#fff;
	font-size:18px;
	font-weight:300;
	letter-spacing:0.4px;
	margin-bottom:10px;
	margin-top:10px;
}

.btn-signin{
	background:#fff;
	color:#333;
	border-radius:24px;
	font-size:16px;
	padding:8px 24px;
	font-weight:700;
	box-shadow:2px 2px 2px rgba(0,0,0,0.1);
	text-transform:uppercase;
	transition-duration:0.1s;
}
.btn-signin:hover{
	box-shadow:2px 4px 8px rgba(0,0,0,0.1);
	background:#FEFC24;
	transition-duration:0.3s;
}
.checkbox input{
	height:16px;
}
.checkbox label{
	color:#fff;
}
.min-msg{
	background:#f1f1f1;
}
.min-msg-inner{
    min-height: 186px;
    padding: 20px;
	box-shadow: 2px 2px 6px rgba(0,0,0,0.1);
}
.img-min{
	text-align:center;
}
.min-content{
	text-align:center !important;
}

.cm{
	float:left;
}

.min-content p{
	font-size:16px;
	font-style:italic;
}

.min-content h2{
	text-transform:uppercase;
	font-size:24px;
	margin-top:30px;
	color:#333333;
	font-weight:400;
	font-family: "Source Sans Pro", Arial, sans-serif;
}
.min-content h2 span{
	font-weight:600;
}
.msg-name{
	text-align:center;
	margin-top: 10px;
}
.msg-name h4{
	margin-bottom:0px;
	font-size:24px;
	color:#e63c3c;
}
.msg-name h5{
	font-size:16px;
	margin-top:6px;
	line-height: 22px;
}
.msg-name h5 span{
	font-size:12px;
	display:block;
}

.min-scroll{
	background:#fff;
	margin-bottom:20px;
}

.min-scroll .carousel-indicators li{
	border: 1px solid #e63c3c;
}
.min-scroll .carousel-indicators .active{
	background:#e63c3c;
}
.min-scroll .carousel-indicators{
	bottom:0px;
}
.cnk{
	display:block;
	font-size:12px;
	color:#939393;
	font-weight:600;
}
.cnk a{
	color:#d7d7d7;
}

.lan{
	position:absolute;
	right:0;
	top:30px;
}
.lan ul{
	line-height:14px;
}
.lan ul li{
	margin-left:8px;
}
.lan ul li:first-child{
	border-right:1px solid #ccc;
	padding-right:16px;
}
.lan ul li a,button{
	color:#fff;
	font-size:16px;
	font-weight:500;
}
