@font-face{
    font-family: Red-seven;
    src: url(../fonts/Red-Seven.otf);
}
@import url(//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.min.css);
.btn.btn-social{position:relative;padding-left:44px;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
.btn.btn-social :first-child{position:absolute;left:0;top:0;bottom:0;width:32px;line-height:34px;font-size:1.6em;text-align:center;border-right:1px solid rgba(0,0,0,0.2)}
.btn.btn-facebook{color:#fff;background-color:#3b5998;border-color:rgba(0,0,0,0.2)}
.btn.btn-facebook:hover,.btn-facebook:focus,
.btn.btn-facebook:active, .btn.btn-facebook.active,.open .dropdown-toggle.btn-facebook{color:#fff;background-color:#30487b;border-color:rgba(0,0,0,0.2)}
.btn.btn-linkedin{color:#fff;background-color:#007bb6;border-color:rgba(0,0,0,0.2)}
.btn.btn-linkedin:hover, .btn.btn-linkedin:focus, .btn.btn-linkedin:active, .btn.btn-linkedin.active,.open .dropdown-toggle.btn-linkedin{color:#fff;background-color:#005f8d;border-color:rgba(0,0,0,0.2)}
body {
  position: relative;
}
section.terms h1, section.profile h1, section.admin h1, section.application_form h1{
    color:black;
}
.section-login, .section-signup, section.terms, #signupSuccess, section.profile, section.admin, section.application_form{
    margin-top: 52px;
}
/****modal***/
.signup-form .signup:hover,.login-form .login:hover{
    background:rgb(254, 150,1);
    border:none;
} 
.signup,.login {
  margin-bottom:5px;
  width: 100%;
  display: block;
  margin-bottom: 10px;
  position: relative;
  border-radius:4px;
}
.signup-form .input, .login-form .input{
  height: 44px;
  font-size: 16px;
  width: 100%;
  margin-bottom: 10px;
  -webkit-appearance: none;
  background: #fff;
  border: 1px solid #d9d9d9;
  border-top: 1px solid #c0c0c0;
  padding: 0 8px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.signup-form .input:hover , .login-form .input:hover{
  border: 1px solid #b9b9b9;
  border-top: 1px solid #a0a0a0;
  -moz-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  -webkit-box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
  box-shadow: inset 0 1px 2px rgba(0,0,0,0.1);
}
.signup-form .signup, .login-form .login{
    background: #d7524e;
    font-size:14px;
    color:#fff;
    border:none;
}

/****menu***/

nav{
    background: rgb(0,0,0);
    height: 52px;
}
nav a {
    color:#fff;
}

a:hover{
  color:rgb(254, 150,1);;
}
.navbar-nav>li>a:hover{
    color:rgb(254, 150,1);;
    background: rgb(0,0,0);
}
.navbar-nav>li.active>a{
    border-bottom:2px solid rgb(254, 150,1);
    color:white;
}
.navbar-nav>li.active>a:hover{
    color:white;
}
.container>.navbar-collapse{
    background: #000;
}
.navbar-brand{
    font-family: Red-seven;
    font-size: 20px;
}
.nav>li>a{
    padding-right:11px;
    padding-left:11px;
}
.navbar-right{
    margin-right:0;
}
.navbar-btn{
    background: #d7524e;
    font-size:14px;
    color:#fff;
}
.navbar-toggle{
    background: #d7524e;
}
.navbar-toggle:hover{
    background: rgb(254, 150,1);
}
.navbar-toggle .icon-bar{
    background: #fff;
}
.btn-group {
    margin-left: 15px;
}
.btn-group .dropdown-menu{
    left:auto;
}
.dropdown-menu{
    background: #000;
}
.dropdown-menu>li>a{
    color:white;
}
.dropdown-menu>li>a:hover{
    color:rgb(254, 150,1);;
    background: transparent;
}
/****aboutUs****/
.aboutUs{
    background: url('../images/limuzine_iasi.jpg') no-repeat center;
    background-size:cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
h1{
    text-align: center;
    color:#fff;
    font-weight: bolder;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3); 
}
.aboutUs p{
    text-align: center;
    font-size: 17px;
    color: #fff;
    margin: 20px auto;
    text-shadow: 7px 9px 8px rgba(0,0,0,1);
}
.aboutUs .btn{
    color:#fff;
    background: #d7524e;
    font-size: 16px;
    margin:0 auto;
    display:block;
}
hr{
    width:50px;
    border-top:3px solid rgb(254, 150,1);
}
.aboutUs-text{
    padding: 30px;
    background: rgba(0,0,0,0.6);
    
}
.btn:hover{
    color:#fff;
    background:rgb(254, 150,1);
}
/****products****/
.products{
    background:#fff;
    background-size: cover;
    
}
.products h1, .career h1{
    color:#000;
}

.btn{
    color:#fff;
    background: #d7524e;
}

.box {
  background:transparent;
  transition:all 0.2s ease;
  border:2px solid gray;
  margin-top: 10px;
  box-sizing: border-box;
  border-radius: 5px;
  background-clip: padding-box;
  padding:10px;
  min-height:340px;
}

.box:hover {
  border:2px solid rgb(254, 150,1);
}
.box .box-content {
  padding: 16px;
  border-radius: 0 0 2px 2px;
  background-clip: padding-box;
  box-sizing: border-box;
}
.box .box-content p {
  text-transform:none;
  padding-top:16px;
}
.btn{
    color:#fff;
    background: #d7524e;
}
/****blog****/
.blog{
    background: url('../images/bg2.jpeg') no-repeat center;
    background-size:cover;
    height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color:white;
}
.blog .row{
    background: rgba(0,0,0,0.7);
    background-size:cover;
}
.carousel-control{
    width:9%;
}
.carousel{
    padding-bottom: 42px;
}
.blog>.container>.row>div{
    margin-top:30px;
    margin-bottom: 30px;
}
/****career****/
.career{
    background: #fff;
    background-size:cover;
}
.panel-group .panel {
    border-radius: 0;
    box-shadow: none;
    background: transparent;
    overflow: auto;
}
.panel > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #fff;
    background-color: #222;
   
}
.panel-title > a {
    display: block;
    padding: 15px;
    text-decoration: none;
}
.more-less {
    float: right;
    color: #fff;
}
.big-text{
    font-size:30px;
}
/***fixed*/
.fixed {
    position: fixed;
    top: 0
}

/****footer****/
footer{
    background-color: #222222;
    background-image: url('../images/map-image.png');
    background-position: center;
    background-repeat: no-repeat;
}
footer h1{
    text-shadow: 1px 3px 2px rgba(255,255,255,0.3);
}
.form-area{
    background-color: #FAFAFA;
	padding: 10px 40px 0px;
	margin: 10px 0px 20px;
	border: 1px solid GREY;
    height:505px;
}
.form-area .form-group{
    margin-bottom:8px;
}
.form-area h3{
    margin-bottom:0;
    margin-bottom:20px;
}
.form-area .btn{
    top:20px;
    color:#fff;
    background: #d7524e;
    position: relative;
    top: 0px;
}
.form-area .g-recaptcha{
    padding:0;
}
.form-area .btn:hover{
    background: rgb(254, 150,1);
}
.box-area{
    background: #fff;
    margin-top:10px;
    padding:8px;
    padding-bottom: 8px;
    border: 1px solid GREY;
}
.box-area address{
    margin:0;
}
/***social****/
.social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    color:rgb(254, 150,1);
 }
 .social {
     color:#fff;
    -webkit-transform: scale(0.8);
     /* Browser Variations: */
    
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
 }
 .mini-footer{
     color:#fff;
 }
 .profile .jumbotron{
     height:420px;
 }


@media (max-width:767px){
    .navbar-nav .open .dropdown-menu{
        float:left;
    }
    .navbar-brand{
        font-size: 17px;
    }
    .aboutUs-text{
        border:none;
        margin-top: 0px;
        margin-bottom: 40px;
    }
    .aboutUs{
        background: url('../images/limuzine_iasi_mobile.jpg') no-repeat center;
        background-size:cover;
    }
    h1{
        font-size:30px;
    }
    .box{
        padding:5px;
        border:none;
        text-align:justify;
    }
    .box .box-content{
        padding:5px;
    }
    .panel-body>ul{
        padding-left:15px;
        padding-top:8px;
    }
    .form-area{
        padding:0 20px 45px;
        height:470px;
    }
    .form-area h3{
        margin-top:0;
    }
    iframe{
        height:auto;
    }
}
@media(min-width:768px) and (max-width:991px){
    .box{
        padding:0;
    }
    .box .box-content{
        padding:5px;
    }
}
@media(min-width:768px){
    .products{
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    .career{
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
    footer{
        height: 100vh;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }
}