body{

	overflow-x: hidden;
}

.navbar.navbar-default {
    background: #adca32;
    box-shadow: none;
    margin-bottom: 0;
    border-radius: 0;
}

.navbar-default .navbar-nav li a{
    color: #fff;
}


.navbar-default .navbar-nav li a:hover{
    color: #fff;
}

.navbar-default .navbar-nav .dropdown-menu>li>a{
    color: #000;
}


#header{
	
	background-color: #c5c5c5;
}

.topbar{
	text-align: right;
	padding-top: 1rem;
    background-color: brown;
}
.topbar ul li{
	list-style: none;
	display: inline-block;
}

.topbar a{
    color: #fff;
    font-size: 15px;
}

.topbar a:hover{
    color: #ff2a47;
}

.card{
	height: 450px;
	background-color: #fff;
	border: 1px solid #000;
}


.route{
	height: 50px;
	background-color: #fff;
	border: 1px solid #000;
	line-height: 35px;
}
.record{
	
	color: #fff;
}


@media (max-width: 767px){
.navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #000;
}
}
.nav-tabs>li.active>a {
    color: #FFFFFF;
    background-color: #2962FF;
    border: none;
}

.nav-tabs>li.active>a:hover{
    color: #FFFFFF;
    background-color: #2962FF;
    border: none;
}

#footer {
	background: #adca32;
	padding: 30px 0;
}
#footer span {
	color: #fff;
	font-size: 14px;
}
#footer a {
	color: #fff;

}
#footer a:hover {
	border-bottom: 2px solid #608dfd;
	text-decoration: none;
}

.prior>ul>li{
	list-style: none;
}


.card-container.card {
    max-width: 350px;
   
}

.btn {
    font-weight: 700;
   
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    cursor: default;
}

/*
 * Card component
 */
.card {
    background-color: #F7F7F7;
    /* just in case there no content*/
    padding: 20px 25px 30px;
    margin: 0 auto 25px;
    margin-top: 50px;
    /* shadows and rounded borders */
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -moz-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

.profile-img-card {
    width: 96px;
    height: 96px;
    margin: 0 auto 10px;
    display: block;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

/*
 * Form styles
 */
.profile-name-card {
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0 0;
    min-height: 1em;
}

.reauth-email {
    display: block;
    color: #404040;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin #inputEmail,
.form-signin #inputPassword {
    direction: ltr;
    height: 44px;
    font-size: 16px;
}

.form-signin input[type=email],
.form-signin input[type=password],
.form-signin input[type=text],
.form-signin button {
    width: 100%;
    display: block;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.form-signin .form-control:focus {
    border-color: rgb(104, 145, 162);
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgb(104, 145, 162);
}

.btn.btn-signin {
    /*background-color: #4d90fe; */
    background-color: rgb(104, 145, 162);
    /* background-color: linear-gradient(rgb(104, 145, 162), rgb(12, 97, 33));*/
    padding: 0px;
    font-weight: 700;
    font-size: 14px;
    height: 36px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    border: none;
    -o-transition: all 0.218s;
    -moz-transition: all 0.218s;
    -webkit-transition: all 0.218s;
    transition: all 0.218s;
}

.btn.btn-signin:hover,
.btn.btn-signin:active,
.btn.btn-signin:focus {
    background-color: rgb(12, 97, 33);
}

.forgot-password {
    color: rgb(104, 145, 162);
}

.forgot-password:hover,
.forgot-password:active,
.forgot-password:focus{
    color: rgb(12, 97, 33);
}

.carousel-caption h4{
   color: red;
}

a:hover{
    text-decoration: none;
}


.form-contact {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}
.form-contact .form-contact-heading,
.form-contact .checkbox {
  margin-bottom: 10px;
}
.form-contact .checkbox {
  font-weight: normal;
}
.form-contact .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.form-contact .form-control:focus {
  z-index: 2;
}
.form-contact input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.solution{
    background-image: url('../image/09.jpg');
}

.top-header-menu-wrapper {
    position: relative;
    height: 125px;
}


.top-header-menu {
    position: absolute;
    bottom: 10px;
    right: 0;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

.top-header-menu>li {
    display: inline-block;
    color: #adca32;
    vertical-align: bottom;
}

.top-header-menu>li>a {
    color: #adca32;
    font-weight: 700;
}


.tab-nav > li > a::after { background: #21527d none repeat scroll 0% 0%; color: #fff; }
.tab-pane { padding: 15px 0; }
.tab-content{padding:20px}

.card {background: #FFF none repeat scroll 0% 0%; box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3); margin-bottom: 30px; }    

.boxData {
    border-top: solid 5px #adca32;
    background-color: #fff;
}

#ticker-wrapper {
    overflow: hidden;
    width: 100%;
    height: 50px;
    cursor: default;
    background-color: chocolate;
}

#ticker-wrapper .list-updates li{
  list-style: none;
  
}


a:hover,a:focus{
    outline: none;
    text-decoration: none;
}
.tab .nav-tabs{
    border: none;
    margin-bottom: 20px;
}
.tab .nav-tabs li a{
    padding: 10px 20px;
    margin-right: 5px;
    background: #cb5245;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    border: 2px solid #cb5245;
    border-radius: 50px;
    overflow: hidden;
    z-index: 1;
    position: relative;
    transition: all 0.4s ease-in 0s;
}
.tab .nav-tabs li a:hover{
    color: #cb5245;
    background: #fff;
    border: 2px solid #cb5245;
}
.tab .nav-tabs li.active a{
    color: #092c4f;
    border: 2px solid #092c4f;
}
.tab .nav-tabs li a:before{
    content: "";
    display: block;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #fff;
    margin-top: -100px;
    position: absolute;
    top: 50%;
    left: -50%;
    opacity: 0.3;
    z-index: -1;
    transform: scale(0);
    transition: all 0.4s ease-in 0.1s;
}
.tab .nav-tabs li a:hover:before,
.tab .nav-tabs li.active a:before{
    opacity: 1;
    transform: scale(2);
}
.tab .tab-content{
    height: 215px;
    font-size: 15px;
    border: 2px solid #092c4f;
    border-radius: 25px;
    outline: 5px solid #092c4f;
    outline-offset: 3px;
}
.tab .tab-content h3{
    font-size: 24px;
    margin-top: 0;
}
@media only screen and (max-width: 479px){
    .tab .nav-tabs li{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .tab .nav-tabs li a:hover:before,
    .tab .nav-tabs li.active a:before{
        transform: scale(10);
    }
}

.boxData{
  border-top: 5px solid #adca32;
}


.boxDataHeader{
  padding: 10px 0;
  border-bottom: solid 1px #999;
  font-size: 18px;
  font-weight: 700;
}

#linkBoxWrapper{
  background-color: #adca32;
  padding: 25px 0;
}

#linkBoxWrapper #linkBoxList{
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.boxDataContent{
  padding: 10px 0;
}

ul.list-quick-links{
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.list-quick-links>li{
  padding: 10px 0;
  border-bottom: dotted 1px #999;
}


.youtube-carousel{
  border: 4px solid #e25454;
}

.video-container { 
   position: relative; /* keeps the aspect ratio */ 
   padding-bottom: 56.25%; /* fine tunes the video positioning */ 
   padding-top: 60px; overflow: hidden;
   margin-bottom: -1px;
   margin-right: -1px;   
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;  
  top: 0; 
  left: 0; 
  width: 100%; 
  height: 100%;
}
 .controls{
  display: none;
 }
.carousel-control .glyphicon-chevron-left{
   top:35%;
  font-size: 32px;
  left:19%;
  margin: 0;
}

.carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 32px;
  left:19%;
  margin: 0;
}

.left-button{
  background: #800000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-top: 35px;
}


.right-button{
  background: #800000;
  border-radius: 50%;
  height: 50px;
  width: 50px;
  margin-top: 35px;
}



.carousel-control.left, .carousel-control.right {
  background-image: none;
  color: #ffffff;
  top: 50%;
  transform: translate(0,-50%);
  -webkit-transform: translate(0,-50%);
  -ms-transform: translate(0,-50%);
  opacity: 1;
  height:120px;
}

.carousel-control:hover {
  text-decoration: none;
  filter: alpha(opacity=60);
  outline: 0;
  opacity: 0.6;
}



@media screen and (min-width: 768px) {

.carousel-control .glyphicon-chevron-left{
  top:35%;
  font-size: 35px;
  left:16%;
}

.carousel-control .glyphicon-chevron-right{
  top:35%;
  font-size: 35px;
  left:13%;
}
.carousel-caption {
    right: 0;
    left: 0;
    padding-bottom: 30px;
}
}
@media screen and (max-width: 768px) {
  body {
    font-size: 22px;
  }
}	

#latest{
  background-color: #adca32;
  height: 350px;
}

#latest .list-image li{
  list-style: none;
}

.hero{
  border: 1px solid #c0c0c0;
  background-color: #0000ff;
}

.hero .mmt{
  height: 20px;
  background-color: #800000;
  color: #fff;
}

.hero a{
  color: #fff;
}

#socialBar {
    background-color: #adca32;
    padding: 50px 0;
}

.listUpdates {
    list-style-type: none;
    padding: 0;
    margin: 0;
    max-height: 428px;
    overflow: hidden;
}

ul.newsbox {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 300px;
    overflow: hidden;
}


#logoTextLine1{

    display: inline-block;
    font-size: 20px;
    padding-top: 30px;
    font-family: yanone kaffeesatz,sans-serif;
}

#logoTextLine2{
  display: inline-block;
  font-size: 100%;

}