/* 
    Created on : Jan 11, 2018, 7:42:23 AM
    Author     : Rafail
*/

body {   
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Tahoma, Geneva, sans-serif;
}

.footer {
    margin-top: 10px;
    margin-bottom: 0px;
}

.footer h4 {
    padding-bottom: 6px;
    border-bottom: 1px solid #313131;
    margin-bottom: 10px;
}

.footer p {
    font-size: 18px;
    margin-bottom: 4px;
}

.header {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    margin-left: 0px;
    background-image: linear-gradient(to bottom,#3c3c3c 0,#222 100%);
    color: white;
}

.address_line {
    font-size: 18px;
    text-align: right;    
}

.img-link
{
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1); 
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1); 
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);   

}

.img-link:hover
{
    box-shadow: 0px 0px 150px #000000;
    z-index: 1000;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1.5);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1.5);   
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1.5);
    transition: all 200ms ease-in;
    transform: scale(1.5);
    position:relative;
    background-color: black;
}

.btnlink {
    font-weight: 700;
}

/* The sidebar menu */
.sidenav {
    /*height: 100%;  Full-height: remove this if you want "auto" height */
    /* width: 145px; Set the width of the sidebar */
    position: fixed; /* Fixed Sidebar (stay in place on scroll) */
    z-index: 1; /* Stay on top */
    top: 20%; /* Stay at the top */
    right: 0;
    background-color: rgb(190,190,190);
    overflow-x: hidden; /* Disable horizontal scroll */
    padding-top: 5px;
}

/* The navigation menu links */
.sidenav a {
    padding: 6px 8px 6px 16px;
    text-decoration: none;
    font-size: 20px;
    /*font-weight: 700;*/
    color: #428bca;
    display: block;
    border-bottom: solid 3px white; 
}

/* When you mouse over the navigation links, change their color */
.sidenav a:hover {
    color: #f1f1f1;
}



.regdiv {
    margin-top: 0px;
}

.navbar {
    min-height: 30px;
}

.nav-bar-set-car
{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: rgb(230,230,230) !important;
    border: 0px !important;
    border-radius: 0px !important;
    margin: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index:1000; 
}

.cntr {
    text-align: center;
}

.review {
    border: solid 1px gray;
    height: 250px;
    overflow-y: auto;
    border-radius: 10px;  
    background-color: #F0F0F0;
}


.review_top {
    margin: 15px 40px 40px 40px;
    min-height: 250px;
}

.carousel-indicators {
    bottom: 0px;
}

.carousel-indicators li {
    border-color: black;
}

.carousel-indicators .active {
    background-color: black;
    border-color: black;
}

.checked {
    color: orange;
}

.set-socila-i i
{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #000;
    font-size: 21px;
    text-align: center;
    background-color: #F0F0F0; 
}

.set-socila-i i:hover
{
    width: 36px;
    height: 36px;
    line-height: 36px;
    border: 1px solid #000;
    font-size: 21px;
    text-align: center;
    color: #fff !important;
    background-color: #fa2837; 

}

.line1 {
    font-size: large;
    font-family: Tahoma, Geneva, sans-serif;
    font-weight: 560;   
}

.line1_small {
    font-size: small;
}

.set-socila-is i
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    font-size: 20px;
    text-align: center;
}

.set-socila-is i:hover
{
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 1px solid #000;
    font-size: 20px;
    text-align: center;
    color: #fff !important;
    background-color: #fa2837; 

}

.table-int {
    width: 100%;
    color: black;
}

.table-int > thead > tr > th,
.table-int > tbody > tr > th,
.table-int > tfoot > tr > th,
.table-int > thead > tr > td,
.table-int > tbody > tr > td,
.table-int > tfoot > tr > td {
    padding-top: 1px;
    padding-bottom: 1px;
    padding-left: 2px;
    padding-right: 2px;
    white-space:nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 50px;
}

.table-int th {
    width: 35%;
}

.back-to-top {
    position: fixed;
    bottom: 50%;
    right: 0px;
    text-decoration: none;
    color: #000000;
    font-size: 12px;
    display: none;
}

.back-to-top:hover {    
    background-color: rgba(135, 135, 135, 0.50);
}

.navbar-inverse .navbar-nav>li>a {
    color: black;
    font-weight: 800;
    font-size: larger;
    max-width: 300px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.navbar-inverse .navbar-nav>li>a:focus, .navbar-inverse .navbar-nav>li>a:hover {
    background-color: #daa520;
    color: #fff;    
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: black;
}

.blink_me {
  animation: blinker 1s linear infinite;
}

@keyframes blinker {  
  50% { opacity: 0.0; }
}

.hlbl {
    padding-left: 15px;
}

.not_valid {
    border-color: #ff2325 !important;
    border-width: 3px;
}    

.table-dtl > thead > tr > th,
.table-dtl > tbody > tr > th,
.table-dtl > tfoot > tr > th,
.table-dtl > thead > tr > td,
.table-dtl > tbody > tr > td,
.table-dtl > tfoot > tr > td {
    border-bottom: solid 1px #e5e5e5;
    height: 36px;
    padding-right: 0px;
}

.table-flt {
    border: 2px solid #e5e5e5; 
}

.table-flt > thead > tr > th,
.table-flt > tbody > tr > th,
.table-flt > tfoot > tr > th,
.table-flt > thead > tr > td,
.table-flt > tbody > tr > td,
.table-flt > tfoot > tr > td {
    border-bottom: solid 1px #e5e5e5;
    border-right: solid 1px #e5e5e5;
    height: 30px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pagination a {
    width: 15px;
}    

.text-block {
    left: 25px;
}

@font-face {
  font-family: BritannicBold;
  src: url(Britannic_Bold.ttf);
}

.carousel-caption {
    right: 5%; 
    left: 5%;
    bottom: 0%;
    text-shadow: 5px 5px 8px black;
    padding-bottom: 10px;
}

.carousel-caption h1 {
    font-size: 48px;
    font-family: BritannicBold;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.no-padding {
    padding-right: 1px !important;
    padding-left: 1px !important;
}

#vehicleTab {
    font-size: 18px;
}

.tab-content {
    border-right: 1px solid #ddd;
    border-left: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 10px;
}

.feature_box {
    /*border: 1px solid #ddd;*/
    padding: 20px;
    min-height: 80px;
}

.feature_box img {
    max-height: 100px;
}

.car-slider {
    width: 99%;
}

/* Centered text */
.centered {
    position: absolute;
    bottom: 10px;
    width: 100%;
    display: block;
    margin-right: auto;
    margin-left: auto;   
}

.tab-pane {
    padding: 10px;
}

.element_link{
    color: #4D0000;
}

.price-field{
    color: #4D0000;
}

#price_button {
    width:50%;
    font-size:20px;
    margin-top: 15px;
}

.contact_div:after {
    content:'';
    background: url('../images/contactus.jpg');
    background-size: cover;
    position: absolute;
    top:0px;
    left: 0px;
    width:100%;
    height:100%;
    z-index:-1;
    opacity: 0.6; 

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    
}

.contact_div { 
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 20px;
    position: relative;
}
  
.contact_div p {
    font-size: 20px;    
}    

@media(max-width: 768px)
{
    .set-margin-col-m
    {
        margin-top: 6%;
    }

    .set-inline-display
    {
    display: inline !important;
    width: 100%;
    text-align: justify;
    }
    .client-review button
    {
        background-color: #000 !important;
        border: 0px !important;
        border-radius: 0px !important;
        width: 100% !important;
        padding-top: 1%;
        padding-bottom: 1%;
        font-size: 20px !important;
        color: #fff !important;

    }
    .table-int {
        font-size: 12px;
    }
    
    #price_button {
        padding-left: 5px;
        width:100%;
        margin-top: 5px;
    }
    
    .contact_div p {
        font-size: 13px; 
        font-weight: bold;
    }  
}

