﻿/* Extra small devices (phones, less than 768px) */
@media(max-width:767px){
       .mobile-hidden {
        display: none;
    }
       .mobile-right {
           text-align: right;
       }
       .mobile-left {
           text-align: left;
       }
       .mobile-center {
           text-align: center;
       }

}

/* Small devices (tablets, 768px and up) */
@media(min-width:768px) {
        .tablet-hidden {
        display: none;
    }
         .tablet-right {
           text-align: right;
       }
       .tablet-left {
           text-align: left;
       }
       .tablet-center {
           text-align: center;
       }
}

/* Medium devices (desktops, 992px and up) */
@media(min-width:992px) {
        .laptop-hidden {
        display: none;
    }
         .laptop-right {
           text-align: right;
       }
       .laptop-left {
           text-align: left;
       }
       .laptop-center {
           text-align: center;
       }
}

/* Large devices (large desktops, 1200px and up) */
@media(min-width:1200px) {
        .tv-hidden {
        display: none;
    }
    .im_bannerTitle {
        margin-top: 160px !important;
    }
     .tv-right {
           text-align: right;
       }
       .tv-left {
           text-align: left;
       }
       .tv-center {
           text-align: center;
       }
}


select.form-control {
    height: 38px !important;
}
.im_footer {
    bottom: 0;
    position:relative;
    width: 100%;
}

.im_menu li a{
    /*font-size:16px;*/
    padding: 10px;
    color:#aaaaaa;
    display: inline-block;
}

.im_menu li a:hover {
    background-color: #3765a3 !important;
    color: #fff !important;
}

#Header_wrapper {
    background: url('../../../CustomerFiles/home_slider.jpg') no-repeat scroll  center center;
    background-size: cover;
    position: relative;
    /*margin-top: 100px;*/
    height: 250px;
    background-color: rgba(41, 39, 34, 0.50);
    width: 100%;
   
}
.im_bannerTitle {
    margin-top: 120px;
    vertical-align: middle;
    /*line-height: 90px;*/
    font-family: 'WMitra';
    font-size: 24pt;
    font-weight: bold;
    color: #fff;
}

.im_box {
border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
border-top-right-radius: 4px;
border-top-left-radius: 4px;
-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

.navbar-brand {
    height: 70px !important;
}