
body{
  font-family: "Open Sans";
  overflow-x: hidden;
}

/* Makes images fully responsive */
#return-to-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #d30000;
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
        background: rgb(255, 102, 0,0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}
/*Form Start*/
.navbar-inverse .navbar-nav>.active>a, .navbar-inverse .navbar-nav>.active>a:hover, .navbar-inverse .navbar-nav>.active>a:focus {
    color: #fff!important;
    background: #d30000!important;
}
.menu-item {
  color: #000!important;
  font-size: 18px;
}
.modal-body {
    position: relative;
    padding: 20px 20px 0px 20px;
}
.modal-footer {
    padding: 10px 20px 10px;
    margin-top: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}
.current, .menu-item:hover {
      color: #fff!important;
    background: #d30000!important;
}
.consignment_container {
    color: #fff!important;
}
.control-label {
    color: #000;
}
.panel-primary {
    border-color: transparent;
}
.panel-primary>.panel-heading {
    color: #fff;
    background-color: #f3f3f3;
    border-color: #d30000;
}
.language{
      float: right;
    margin: 10px auto;
    display: block;
}
.language>a>img{
      height: 15px;
      width: 30px;
    }
.modal-content {
  background-color: rgb(248, 102, 6,0.7);
}
.loginbutton1 {
  text-decoration: none;
  color: #000;
  background:#f9d44c;
  padding:5px 15px;
  border-radius: 0px!important;
  margin: 0px 0px 0px 60%;
}
.loginbutton2 {
  text-decoration: none;
  color: #000;
  background:#f9d44c;
  padding:5px 15px;
  border-radius: 0px!important;
    margin:0px 0px;
}
.btn-info:hover {
    color: #000!important;
    background-color: #f9d44c!important;
    border-color: #f9d44c!important;
}
.logo>a>img{
    float:left;
    margin: -10px 6px;
}
.logo>a>p{
        color: #fff;
    font-size: 46px;
    font-weight: bold;
}
.logo>a:hover{
  text-decoration: none;
}
.social>a>img {
    float: left;
    border: 1px solid #fff;
    border-radius: 50%;
    margin: 0px 3px;
}
.social2{
    margin: 0px 0px 5px 0px;
}
.social2>img{
    border-radius: 50%;
    border:1px solid #fff;
}
.social2>a {
        color: #fff;
    font-size: 16px;
    text-decoration: none;
        margin: 0px 5px;
}
.carousel-inner {
    height: 700px;
}

.main{
    margin:50px 15px;
}

h1.title { 
    font-size: 50px;
    font-family: 'Passion One', cursive; 
    font-weight: 400; 
}

hr{
    width: 10%;
    color: #fff;
}

.form-group{
    margin-bottom: 15px;
}

label{
    margin-bottom: 0px;
}

input,
input::-webkit-input-placeholder {
    font-size: 11px;
    padding-top: 3px;
}

.main-login{
    background-color: #fff;
    /* 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);

}
.form-control {
    height: auto!important;
padding: 5px 10px !important;
}
.input-group {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.21)!important;
}
#button {
    border: 1px solid #ccc;
    margin-top: 28px;
    padding: 6px 12px;
    color: #666;
    text-shadow: 0 1px #fff;
    cursor: pointer;
    -moz-border-radius: 3px 3px;
    -webkit-border-radius: 3px 3px;
    border-radius: 3px 3px;
    -moz-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    -webkit-box-shadow: 0 1px #fff inset, 0 1px #ddd;
    box-shadow: 0 1px #fff inset, 0 1px #ddd;
    background: #f5f5f5;
    background: -moz-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f5f5f5), color-stop(100%, #eeeeee));
    background: -webkit-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -o-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: -ms-linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    background: linear-gradient(top, #f5f5f5 0%, #eeeeee 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f5f5f5', endColorstr='#eeeeee', GradientType=0);
}
.quote{
    position: absolute;
    z-index: 999;
    top: 182px;
    right: 200px;
}
.main-center{
    margin-top: 30px;
    
    margin: 0 auto;
    
    max-width: 400px;
    padding: 10px 40px;
    background: #d30000;
    color: #FFF;
    text-shadow: none;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.31);

}
span.input-group-addon i {
    color: #009edf;
    font-size: 17px;
}

.login-button{
    margin-top: 5px;
}

.login-register{
    font-size: 11px;
    text-align: center;
}
.input-group {
    width:100%;
}
/*Form end*/
.headercontainer {
    background: #d30000;
    background: url(images/header_bg.png) 0px 0px no-repeat;
    background-size: cover;
    color: #fff;
    min-height: 140px;
    padding-top: 10px;
}
.custom-btn {
    color: #fff!important;
    background: #d30000;
    font-size: 14px;
    padding: 10px 50px;
    text-decoration: none;
}
.custom-btn:hover{
    color:#fff!important;
    text-decoration: none!important;
}
.button-center{
    margin:50px auto;
    display: block;
    text-align: center;
}
.centertxt{
    text-align: center;
}
.customer-reviews{
    background: #f9d44c;
    padding: 50px 0px;
}
.review>img {
    margin: 10px auto;
    display: block;
}
.review-name {
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 10px 0px;
}
.review-text {
    font-size: 24px;
    text-align: center;
    margin: 10px 0px;
}
.welcome {
    background: #ffffff;
    width: 100%;
    padding: 25px 0px;
    padding-top: 50px;
}
.welcome-title {
    font-size: 30px;
    font-weight: normal;
    margin: 20px 0px;
}
.welcome-text {
    font-weight: normal;
    margin: 20px 0px;
    font-size: 16px;
    line-height: 1.5em;
}
.review {
    margin:20px;
}
.our-partner{
    padding: 50px 0px;
}
.partner {
    border: 1px dashed #cacaca;
    margin: 25px 0px;
    border-radius: 10px;
}
.partner>img{
    margin: 20px auto;
    width: 275px;
    height: 150px;
}
.footer{
    background: #d30000;
    margin-top: -5px;
}

.footer-text{
        text-align: center;
    margin: 15px;
    color: #fff;
    font-size: 16px;
}
.btn-info:focus {
    color: #000;
    background-color: #f9d44c;
    border-color: #f9d44c;
}

/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/

.button-btn {
  text-decoration: none;
  color: #1ab188;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.button-btn:hover {
  color: #fff!important;
}

.form-qoute {
     background: #d30000;
  padding: 20px;
  width: 475px;
  max-width: 475px;
  margin: 10px auto;
  border-radius: 4px;
  -webkit-box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
          box-shadow: 0 4px 10px 4px rgba(19, 35, 47, 0.3);
}

.tab-group {
  list-style: none;
  padding: 0;
  margin: 0 0 10px 0;
}
.tab-group:after {
  content: "";
  display: table;
  clear: both;
}
.tab-group li a {
  display: block;
  text-decoration: none;
  padding: 15px;
  background: #f9e44c61;
  color: #fff;
  font-size: 20px;
  float: left;
  width: 50%;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .5s ease;
  transition: .5s ease;
}
.tab-group li a:hover {
  background: #9B3F00;
  color: #ffffff;
}
.tab-group .active a {
  background: #f9d44c;
  color: #ffffff;
}

.tab-content > div:last-child {
  display: none;
}

h1 {
  text-align: center;
  color: #ffffff;
  font-weight: 300;
  font-size: 28px;
  margin: 10px;
}

label {
  /*position: absolute;
  -webkit-transform: translateY(6px);
          transform: translateY(6px);
  left: 13px;*/
  color: #fff;
  font-weight: normal!important;
  /*-webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-backface-visibility: hidden;
  pointer-events: none;
  font-size: 22px;*/
}
label .req {
  margin: 2px;
  color: #fff;
}

label.active {
 /* -webkit-transform: translateY(50px);
          transform: translateY(50px);
  left: 2px;
  font-size: 14px;*/
}
label.active .req {
  opacity: 0;
}

label.highlight {
  color: #ffffff;
}

input, textarea {
  font-size: 22px;
  display: block;
  width: 100%;
  height: 100%;
  padding: 5px 10px;
  
  background: #ea5e03;
    background-image: none;
    border: 1px solid #f9b88e;
  color: #ffffff;
  border-radius: 0;
  -webkit-transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, -webkit-box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease;
  transition: border-color .25s ease, box-shadow .25s ease, -webkit-box-shadow .25s ease;
}
input:focus, textarea:focus {
  outline: 0;
  border-color: #1ab188;
}

textarea {
  border: 2px solid #a0b3b0;
  resize: vertical;
}

.field-wrap {
  position: relative;
  margin-bottom: 10px;
}

.top-row:after {
  content: "";
  display: table;
  clear: both;
}
.top-row > div {
  float: left;
  width: 48%;
  margin-right: 4%;
}
.top-row > div:last-child {
  margin: 0;
}

.button-btn {
  border: 0;
  outline: none;
  border-radius: 0;
  padding: 15px 0;
  font-size: 2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: .1em;
  background: #d30000;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-appearance: none;
}
.button-btn:hover, .button-btn:focus {
  background: #713204;
}

.button-block {
  display: block;
  width: 100%;
}

.forgot {
  margin-top: -20px;
  text-align: right;
}


/*///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////*/


.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 9;
    background-color: #000;
}
.diagnol-border{
  position: absolute;
    top: 785px;
    left: 0;
    right: 0;
    background: #fff;
    height: 125px;
    transform: skewY(-4deg);
}




/* carousel */
.media-carousel 
{
  margin-bottom: 0;
  padding: 0 40px 30px 40px;
  margin-top: 30px;
}
/* Previous button  */
.media-carousel .carousel-control.left 
{
  left: -12px;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Next button  */
.media-carousel .carousel-control.right 
{
  right: -12px !important;
  background-image: none;
  background: none repeat scroll 0 0 #222222;
  border: 4px solid #FFFFFF;
  border-radius: 23px 23px 23px 23px;
  height: 40px;
  width : 40px;
  margin-top: 30px
}
/* Changes the position of the indicators */
.media-carousel .carousel-indicators 
{
  right: 50%;
  top: auto;
  bottom: 0px;
  margin-right: -19px;
}
/* Changes the colour of the indicators */
.media-carousel .carousel-indicators li 
{
  background: #c0c0c0;
}
.media-carousel .carousel-indicators .active 
{
  background: #333333;
}
.media-carousel img
{
  width: 200px;
  height: 130px
}
/* End carousel */






@media only screen and (max-width: 1199px) {
  .social2>a{
    font-size: 12px;
  }
  .logo>a>p {
    font-size: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .social2 {
    float: left;
    margin-top: 5px;
  }
  .loginbutton1{
      margin: 0px 0px 0px 70%;;
  }
  .diagnol-border{
    display: none;
  }  
  .carousel-inner {
    height: 645px;
  }
  .form-qoute {
    width:75%;
    max-width: 75%;
  }
  .quote {
    width: 100%;
    position: inherit;
  }
  .carousel-inner {
    height: 550px;
  }
  .login {
        margin: 10px 50px 10px 0px;
  }
  .language {
    margin: 10px 122px 10px 0px;
  }
}
@media only screen and (max-width: 950px) {
  .language {
    margin: 10px 115px 10px 0px;
  }    
}
@media screen and (min-width: 768px) {
  .modal-dialog {
      right: 7%;
      left: auto;
      width: 500px;
      padding-top: 55px;
      padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  .language {
    margin: 10px 80px 10px 0px;
  }
  .loginbutton1{
      margin: 0px 0px 0px 55%;;
  }
  .social{
    float: left;
    margin: 5px 0px;
  }
  .logo>a>p {
    font-size: 32px;
  }
  .mobile-hide {
    display: none;
  }
  .carousel-inner {
    height: 258px;
  }
}

@media only screen and (max-width: 480px) {
  .logo>a>p {
      font-size: 24px;
    }
    .loginbutton1{
      margin: 0px 0px 0px 50px;
  }
    .language {
    margin: 10px 80px 10px 0px;
  }
  .captcha-res{
        transform: scale(0.65);
    -webkit-transform: scale(0.65);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;

  }
}

