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

body {   
    /*font-family: 'Roboto', sans-serif;*/
    font-family: Tahoma, Geneva, sans-serif;
    /*background: url(../images/background3.jpg);*/
}

.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;
    color: #337ab7;
}

.header {
    padding-top: 1px;
    padding-bottom: 1px;
    width: 100%;
    margin-left: 0px;
}

.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;
}


.regdiv {
    margin-top: 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; 

}

.jumbotron {
    background-color: rgb(210,210,210) !important;
}

.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 {
    min-height: 30px;
}

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

.navbar-inverse .navbar-nav>li>a {
    font-weight: 800;
    font-size: larger;
}

.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 3s 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;
    height: 30px;
    padding-right: 3px;
    padding-top: 3px;
    padding-bottom: 3px;
}

.pagination a {
    width: 15px;
}    

.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: 30px;
    margin-bottom: 0px;
}

#cmp_name {
    font-family: Verdana, Geneva, sans-serif;
}

.descriptions li {
    font-size: large;
}

.descriptions p {
    font-size: large;
}

@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;
    }
    
    .header {
        margin-bottom: 10px;
    }
}

