body, html { overflow-x:hidden; }

body {
    background-color: #ffffff;
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 12px;

    font-weight: 300; 
    font-style: normal; 
    -webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
    -webkit-text-size-adjust: 100%;
}

h1, h2, h3, h4, h5, h6, span, p { font-family: 'Open Sans', Arial, Helvetice Neue, sans-serif; }

* {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.templatemo_clear {
    clear: both;
}

.h1-header {
    font-weight: bold; 
    font-style: oblique;
    color: #00338d;
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 40px;

}

.height30 {
    height: 30px;
}


.templatemo-top-bar {
    min-height: 60px;
    background-color:#ffffff;
}

.templatemo-top-menu {
    min-height:110px;
    background-color:#ffffff;
    z-index: 5000;
    width:100%;
}

.svg {
    display: block;
    margin: auto;
}

.templatemo-top-menu .navbar-toggle {
    margin-top: 38px;
}

.templatemo-top-menu .navbar-brand {
    padding: 0;
    margin: 30px 0 0 0;


}
.templatemo-top-menu .navbar-brand img {
    border-radius: 6px;
}

.margin-history {
    margin-top: 100px;
}

.margin-60 {
    margin-top: 60px;
    margin-bottom: 60px;
}

/* Companies Table*/
#companies_table {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    margin-bottom: 30px;
    margin-top: 30px;
}
/*companies table end*/

/*live vehicle search*/
/* Formatting search box */
.search-box{
    /*
    width: 300px;
    position: relative;
    display: inline-block;
    font-size: 14px;    
    */

}
.search-box input[type="text"]{
    /*
    height: 32px;
    padding: 5px 10px;
    border: 1px solid #CCCCCC;
    font-size: 14px;
    */
}
.result{
    /*
    position: absolute;        
    z-index: 999;
    top: 100%;
    left: 0; 

    */
  

}
.a option {
    height: 50px;
}
.search-box input[type="text"], .result{
    width: 100%;
    box-sizing: border-box;

}
/* Formatting result items */
.result p{
    margin: 0;
/*    padding: 7px 10px;*/
    border: 1px solid #CCCCCC;
    border-top: none;
    cursor: pointer;
    padding: 18px;
    font-size: 12px;
   

}
.result p:hover{
    background: #f2f2f2;

}

.depot {

    background-color: #00338d;
    color: #ffffff;
    font-weight: 600px;

}

/*Dropdown styles*/

.bootstrap-select.btn-group .dropdown-toggle .filter-option {

    line-height: 3;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    line-height: 3;
}
.select-depot {

    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;

}

.select-rego {

    font-weight: bold;
    color: #888888;
    margin-bottom: 20px;

}

.select-depot-sub {

    font-weight: bold;
    color: #696969;


}


/*dopdown style end*/


.pac-container {
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;
    font-size: 14px;
    font-style: normal;



}

.pac-item-query {
    font-family:  'Open Sans', Arial, Helvetice Neue, sans-serif;    
    font-size: 14px;
    font-style: normal;
    padding-left: 12px;
    line-height: 4.0;  

}

.pac-icon {
    display: none;
}

/* form block background start*/




.form-block-depot{

    padding : 25px;
    margin-bottom: 10px;
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.1);
    border-radius: 2px;

}






.form-block{
    border : 1px solid #000;
    padding : 25px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    border-radius: 2px;

}

.form-block2{
    border : 1px solid #000;
    padding : 25px;
    margin-bottom: 10px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
    min-height: 480px;
    border-radius: 2px;

}



.form-block-credit{
    border : 1px solid #000;
    padding : 25px;
    margin-bottom: 10px;

}
/* form block background end */


/* The Price table */
table {
    font-family     : arial, sans-serif;
    border-collapse : collapse;
    width           : 100%;
    font-size: 40px;


}

#results_part {
    display    : none;
    margin-top : 40px;
}

td, th {
    border     : 1px solid #dddddd;
    text-align : left;
    padding    : 8px;

}

tr:nth-child(even) {
    background-color : #dddddd;
}

@media screen and (max-width : 468px) {
    td, th {
        display : block;
    }
}

/* Price Table end */
.form-control2 {

    display: block;
    width: 100%;
    height: 45px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 0px;

}

.form-control2:focus {
    border-color: #00338d;
    outline: 0;

}

.tips {
    margin-top: 20px;
    font-size: 14px;
}

.fa-lightbulb-o {
    margin-right: 5px;
    color: #69be28;
}

.fa-question-circle {
    margin-left: 10px;
    color: #25b5b9;
}

.modal-header {
    background-color: #25b5b9;
}

.close {
    font-size: 40px;   
    color: white;
    opacity: 0%; 
    line-height: 30px;

}
.close:hover {  
    color: white;


}




.quote-header{
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #414042;
    color: white;
    min-height: 100px;
    line-height: 100px; 

}

.tow-quote-header{
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
    background-color: #999999;
    color: white;
    min-height: 50px;
    line-height: 50px; 

}
.tow-quote-header-main {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px; 
    min-height: 50px;
    line-height: 50px; 

}


.flex-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex; 
    flex-wrap: wrap;    	
    margin: auto;
    align-content: center;
    justify-content: center;




}
.flex-item {
    margin: 10px;
    text-align: center;
    align-content: center;
    justify-content: center;
    width: 400px;
    min-width: 250px;
    display: flex;
    flex-direction: column;

}


p {
    flex-grow: 1;
}



.clickable {
    cursor: pointer;
}


.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:-moz-placeholder {
    color: #999999;
}

.form-control::-moz-placeholder {
    color: #999999;
    opacity: 1;
}

.form-control:-ms-input-placeholder {
    color: #999999;
}

.form-control::-webkit-input-placeholder {
    color: #999999;
}

.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
    cursor: not-allowed;
    background-color: #eeeeee;
}

textarea.form-control {
    height: auto;
}

.quotes {
    font-weight:normal;
    font-size:16px;
    margin-left: 50px;
    margin-right: 50px;

}

.form-control3 {
    display: block; 
    width: 100%;
    height: 40px;
    padding: 6px 12px;
    font-size: 20px;
    line-height: 1.428571429;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    background-image: none;
    border: 0px solid #ffffff;    
}


/* for the datepicker */
table {
    font-size: 1em;
}

.ui-draggable, .ui-droppable {
    background-position: top;
}

/* ------ main buttons on main page ----- */

.main-buttons {
    margin-top: 0px;
    margin-bottom: 50px;
}

.depot-chooser {
    margin-top: 50px;
    background-color:  rgba(38,49,51,0.5);

}
.row2
{
    text-align: center;

}

.btn-block
{
    white-space: normal;
}


.btn-block-custom {
    display: inline-block;
    width: 24%;
    margin-left: 25px;
    margin-right: 25px;
    margin-top: 25px;
    white-space: normal;  

}

@media (min-width:768px) and (max-width: 1098px) {
    .btn-block-custom {
        display: block;
        margin: auto;
        width: 50%;
        margin-top: 10px;
        white-space: normal;
    }
}
@media (max-width: 768px) {
    .btn-block-custom {
        display: block;
        margin: auto;
        width: 75%;
        margin-top: 10px;
        white-space: normal;
    }
}

.btn-block-custom2 {
    display: none;
    width: 80%;
    margin-left: 50px;
    margin-right: 50px;
    margin-top: 25px;
    white-space: normal;

}

@media (min-width:768px) and (max-width: 1098px) {
    .btn-block-custom2 {
        display: none;
        margin: auto;
        width: 80%;
        margin-top: 10px;
    }
}
@media (max-width: 768px) {
    .btn-block-custom2 {
        display: block;
        margin: auto;
        width: 80%;
        margin-top: 10px;
    }
}



/* ------ secondary buttons on sub page ----- */
#secbuttons
{
    text-align: center;



}

.btn-block-custom3 {

    margin-top: 25px;
    display: block;
    white-space: normal;


}

/* css for video embeded on main page */
.youtube-container { display: block; margin: 20px auto; width: 100%; max-width: 600px; }

.youtube-player { display: block; width: 100%; /* assuming that the video has a 16:9 ratio */ padding-bottom: 56.25%; overflow: hidden; position: relative; width: 100%; height: 100%; cursor: hand; cursor: pointer; display: block; }

img.youtube-thumb { bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%; position: absolute; right: 0; top: 0; height: auto }

div.play-button { height: 72px; width: 72px; left: 50%; top: 50%; margin-left: -36px; margin-top: -36px; position: absolute; background: url("https://i.imgur.com/TxzC70f.png") no-repeat; }

#youtube-iframe { width: 100%; height: 100%; position: absolute; top: 0; left: 0; }

/* css for video end */
/* ------ Carousel ----- */
#templatemo-carousel {
    background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    /*    overflow-x: hidden;*/
    margin-bottom:0;
    /*    height: 500px;*/
}

#templatemo-carousel .carousel-caption {
    z-index: 10;
}

#templatemo-carousel .item {
    height: 190px;
}
#templatemo-carousel .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 500px;
    left: 0;
    top: 0;
}

@media (min-width: 768px) {
    #templatemo-carousel .carousel-caption p {
        margin-bottom: 20px;
        line-height: 1.4;
        font-size: 21px;
    }

    #templatemo-carousel .carousel-caption {
        padding-bottom: 10px;
        right: 20%;
        left: 20%;        
    }
}

@media (max-width: 768px) {
    #templatemo-carousel .carousel-caption {
        padding-bottom: 10px;
    }
}

@media (max-width: 1024px) {
    #templatemo-carousel {
        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        /*        overflow-x: hidden;*/
        margin-bottom:0;
        height: auto;
    }
}

@media (max-width: 1098px) {

    #templatemo-carousel .item {
        height: 270px;
    }
}

/* ------ End of Carousel ----- */

/* ------ Start of Banner ----- */

#towtruck-banner {
    background: url('../images/templatemo_carousel_bg.jpg') no-repeat center center fixed; 
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    overflow-x: hidden;
    margin-bottom:0;
    height: 450px;
}
#towtruck-banner .item {
    height: 250px;
}
#towtruck-banner .carousel-inner > .item > img {
    position: absolute;
    min-width: 100%;
    height: 250px;
    left: 0;
    top: 0;
}
@media (max-width: 768px) {
    #towtruck-banner {
        background: url('../images/templatemo_carousel_bg_s.jpg') no-repeat center center; 
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        overflow-x: hidden;
        margin-bottom:0;
        height: 400px;
    }
}
/* @media (max-width: 700px) {
#towtruck-banner {
background: url('../images/tow-truck-banner2.jpg') no-repeat center center; 
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
overflow-x: hidden;
margin-top: 100px;
margin-bottom:0;
height: 250px;
}
}

/* ------ End of Banner ----- */

/* --------- img flip bw ----- */

.color_flip {

    -webkit-transition: all .5s ease-in-out;
}

.color_flip:hover {
    filter: none;

    -webkit-transform: scale(1.1);
}
/* --------- img flip bw end----- */
/* ------ location map ----- */

.container-map {
    max-width: 450px;
    max-height: 450px;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

.google_map_loc
{
    width: 100%;
    overflow:hidden;
    display: block;
    position: relative;
    /* Uncle Daves Padded Box */
    background-size: cover;
    height: 0;
    padding-bottom: 100%;
}

.google_map_loc img
{
    width: 450px;
    height: 450px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -225px; /* Half image width */
    margin-top: -225px; /* Half image height */
}
.google_map_loc {
    box-shadow:         3px 3px 5px 0px #1d1d1d;

}
/* ------ location map ----- */
/* Locations Table Start */
table {
    border-collapse: collapse;
    width: 100%;
}

th, td {

    text-align: center;
    padding: 24px;

}

tr:nth-child(even){background-color: #f2f2f2}

th {
    background-color: #00338d;
    color: white;
}

@media only screen and (max-width: 580px)  {

    /* Force table to not be like tables anymore */
    th {
        display: block;
        /*        height: 100px;*/
        font-size: 20px;

    }

    table, thead, tbody, td, tr {
        display: block;
    }

    tr { border: 1px solid #ccc; }

    td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;

    }

}
/* Locations Table End */
/* ------ towing prices page----- */

* {
    box-sizing: border-box;
}
.columns {
    float: left;
    width: 100%;
    padding: 8px;

}

.price {
    list-style-type: none;
    border: 1px solid #eee;
    margin: 0;
    padding: 0;
    font-size: 16px;
    -webkit-transition: 0.3s;
    transition: 0.3s;

}

.price:hover {
    box-shadow: 0 8px 12px 0 rgba(0,0,0,0.2);
    border-radius: 5px 5px 5px 5px;
}

.price .header {
    background-color: #00338d;
    color: white;
    font-size: 25px;
    border-radius: 5px 5px 0px 0px;
}

.price li {
    border-bottom: 1px solid #eee;
    padding: 20px;
    text-align: center;

}

.price .grey {
    background-color: #eee;
    font-size: 20px;
}
.price .grey2 {
    background-color: #eee;
    font-size: 20px;
    border-radius: 0px 0px 5px 5px;
}

.button {
    background-color: #00338d;
    border: none;
    color: white;
    padding: 10px 25px;
    text-align: center;
    text-decoration: none;
    font-size: 18px;
}

@media only screen and (max-width: 600px) {
    .columns {
        width: 100%;
    }
}
/* ------ prices ----- */
/* ------ Start of tow truck ----- */
#towtruck img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 50px;
    margin-bottom: 50px;

}
/* ------ end of tow truck ----- */

/* ------ start of vid ----- 

.video-container {
margin-top: 50px;
margin-bottom: 50px;
position: relative;
padding-bottom: 56.25%;
padding-top: 30px; height: 0; overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media (max-width:768px) {
.video-container {
display: none !important;

}
}

------ end of vid ----- */

.step_bg{
    background-color: #f9f9f9;                           
    padding-bottom: 50px;
}

.step_header {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 20px;


}

.step_icon  {

    color: #00338d;
    z-index: 1000;

}

.step_title {

    font-size: 24px;       
    color: #0075da;

}
.vl {
    min-height: 50px; 
    border-left: 3px solid #5da623;

    margin-left: 1.2em;
    margin-top: -4px;
    margin-bottom: -4px;


}

.vl_l {
    min-height: 50px; 


    margin-left: 1.2em;
    margin-top: -4px;
    margin-bottom: -4px;


}

.step_text {

    padding-left: 4.5em;
    vertical-align: middle;
    padding-right: 1em;
    padding-top: 5px;
    padding-bottom: 24px;
}

@media (max-width: 1199px) {
    .step_text{
        padding-left: 3.3em;
    } 
}

/* ------ start of dropdown ----- */

#iefix {
    position:relative;
    z-index:1000;
}
.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}

.dropdown {
    position: relative;
    display: inline-block;

}

.dropdown-content {
    display: none;
    position: absolute;
    color: white;
    background-color: #f9f9f9;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);

}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #00338d;
    color: white;

}

.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown:hover .dropbtn {
    background-color: #3e8e41;
}
/* ------ end of dropdown ----- */
/* ------ Welcome & Slogna ------ */
.templatemo-welcome {
    border-bottom: 1px solid #cccccc;
    min-height: 230px;
}

.rego-check {  
    min-height: 230px;
    margin-top:50px;
    padding-bottom: 40px;
    border-bottom: 1px solid #cccccc;
}

.templatemo-slogan {
    font-family:  'Open Sans', sans-serif;
    font-weight: normal;
    font-size: 42px;
    margin-top: 40px;
    margin-bottom: 40px;
    color: #333333;
}

.templatemo-service {

    margin-top: 100px;
}

.templatemo-service-item {
    font-family:  'Open Sans', sans-serif;
    margin-bottom: 10px;
    font-size: 20px;

}
.templatemo-service-item p {

    text-align: justify; 
    margin-top: 10px;
    font-size: 16px;
    color: #292b2c;
    font-weight: normal;
}

.subheader {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 12px;
    margin-bottom: 0px;
    font-size: 12px;
    color: #e67e22;
}

.contractor {
    font-family: 'Open Sans', sans-serif;
    font-weight: normal;
    margin-top: 6px;
    margin-bottom: 6px;
    font-size: 12px;
    color: #e67e22;
}

.btn-main{  
    font-size:20px;
    font-family: 'Open Sans', sans-serif;
    /* font-family:arial, helvetica, sans-serif; */
    padding: 16px 16px 16px 16px; 
    border:1px solid #00338d;   
    color: #FFFFFF;
    background-color: #00338d;    
}

.btn-main:hover{
    background-color: #ffffff; 
    color: #00338d;
}

.btn-main-green{  
    font-size:20px;
    font-family: 'Open Sans', sans-serif;
    /* font-family:arial, helvetica, sans-serif; */
    padding: 16px 16px 16px 16px; 
    border:1px solid #5da623;   
    color: #FFFFFF;
    background-color: #5da623;    
}

.btn-main-green:hover{
    background-color: #ffffff; 
    color: #5da623;
}

.btn-main-yellow {
    font-size: 20px;
    font-family: 'Open Sans', sans-serif;
    /* font-family: arial, helvetica, sans-serif; */
    padding: 16px 16px 16px 16px;
    border: 1px solid #fd8204;
    color: #FFFFFF;
    background-color: #fd8204;
}
.btn-main-yellow:hover{
    background-color: #ffffff; 
    color: #fd8204;
}


.btn-main-lightblue{  
    font-size:20px;
    font-family: 'Open Sans', sans-serif;
    /* font-family:arial, helvetica, sans-serif; */
    padding: 16px 16px 16px 16px; 
    border:1px solid #25b5b9;   
    color: #FFFFFF;
    background-color: #25b5b9;    
}

.btn-main-lightblue:hover{
    background-color: #ffffff; 
    color: #25b5b9;
}







.btn-sales{  
    font-size:20px;
    font-family: 'Open Sans', sans-serif;
    /* font-family:arial, helvetica, sans-serif; */
    padding: 16px 16px 16px 16px; 
    border:1px solid #5da623;   
    color: #FFFFFF;
    background-color: #5da623;    
}

.btn-sales:hover{

    background-color: #ffffff; 
    color: #5da623;
}


.btn-orange {
    background-color: #00338d;
    border:1px solid #00338d;


    color:#ffffff;

}

.btn-orange:hover, .btn-orange:focus, .btn-orange:active, .btn-orange.active, .open .dropdown-toggle.btn-orange {
    background-color: #ffffff;
    color:#00338d;
}

.btn-green {
    background-color:#2ecc71;
    border-bottom:2px solid #27ae60;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color:#ffffff;
}

.btn-green:hover, .btn-green:focus, .btn-green:active, .btn-green.active, .open .dropdown-toggle.btn-green {
    background-color: #27ae60;
    color:#ffffff;
}

.nav > li > a {
    padding: 10px 20px;
}

.nav > li > a:hover,
.nav > li > a:focus {
    background-color: #00338d;
    color:#fff;
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
    background-color: #00338d;
    color:#fff;
}
.nav > li > a {
    color: #929292;
}
.navbar-default {
    background-color:#fff;
    border:none;
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    background-color: #00338d;
    color:#fff;
}

.navbar {
    margin-bottom: 0px;
}

.templatemo-service-item-header {
    margin-left: -10px; 
    padding: 16px 20px 20px; 
    font-weight: bold;
    display: block;
    color: #0075da;
}

.templatemo-header-orange {
    background-color:#00338d;
    min-width: 298px;
    height: 67px;
    color: #fff; 

}

.team_hr {
    border: 1px solid #fff; 
    width: 41%; 
    float: left;
}
.team_hr2 {
    border: 1px solid #fff; 
    width: 37%; 
    float: left;
}

.team_hr_left {
    margin-right: 30px;
    margin-left: 15px; 
}

.team_hr_right {
    margin-left: 30px;
}

.hr_gray {
    border: 1px solid #cccccc; 

}
.hr_gray_line {
    border: 0;
    height: 1px;
    background: #cccccc;    

}

.templatemo-our-services {
    background-color: #25b5b9;
    font-family:  'Open Sans', sans-serif;
    min-height:590px;
    color:#ffffff;

}
.templatemo-line-header {
    margin-top:80px;
    margin-bottom:60px;
}

.member-thumb:hover .thumb-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.member-thumb {
    position: relative;
    overflow: hidden;
}

.member-thumb .thumb-overlay {
    background-color: rgba(220, 157, 102, 0.8);
    position: absolute;
    visibility: hidden;
    padding-top: 35%;
    padding-left: 25%;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}

.thumb-overlay a {
    float:left;
    margin-right: 5px;
}
.team-inner {
    margin-top:10px;
}

.team-inner-header {
    font-family: 'Open Sans', sans-serif;
    font-weight:600;
    font-size:20px;
}


.team-inner-subtext {
    font-weight:normal;
    font-size:16px;
    text-align: justify;
}

.industry {
    font-weight:normal;
    font-size:16px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
}
.industry-fix {
    font-weight:normal;
    font-size:16px;
    margin-left: 50px;
    margin-right: 50px;
    text-align: justify;
}

.row_team {
    margin-left:-50px;
    margin-top:30px;
}

.row_description {

    margin-top:30px;
}

/*anchor link fixer */
:target:before {
    content:"";
    display:block;
    height:100px; /* fixed header height*/

}
/*anchor link fixer end*/

.row_team li {
    list-style: none;
}

.templatemo-project-box {
    background-size: cover;
    position: relative;
    overflow: hidden;
    cursor:pointer;
    height: 200px;
    width: 200px;
}

.templatemo-project-box:hover .project-overlay {
    transition: all 0.3s ease-in-out 0s;
    visibility: visible;
    opacity: 1;
}

.project-overlay {
    background : rgba(0,0,0,.75);
    border : 2px solid #00338d;
    visibility: hidden;
    position: absolute;
    text-align:center;
    padding-top:40px;
    color: #ffffff;
    height: 100%;
    width: 100%;
    opacity: 0;
    right: 0;
    top: 0;
}
.project-overlay hr {
    width : 70%;

}

.templatemo-project-gallery li {
    margin:15px;
}

.txt_darkgrey {
    color: #333333;
}

.txt_orange {
    color: #00338d;
}

.txt_white {
    color: #ffffff;
}

.txt_slogan {
    font-size: 14px;
    color: #929292;
    font-style: italic;
}

.templatemo-line-header span {
    font-size: 18px; 
    float :left; 
    margin-top: 10px;
}

.team_box  div {
    text-align: center; 
    padding-top: 100px;
}

.span_blog {
    margin-bottom: 80px;
}

.blog_post {
    color: #333333; 
    padding: 10px;
}

.blog_header {
    font-weight: bold; 
    font-size: 16px; 
}

.blog_text {    
    text-align: justify; 
    font-size: 16px; 
    margin-top: 20px;
}

.map_text {
    margin-top: 40px; 
    margin-bottom: 50px 
}

.states{

    margin-bottom: 40px;
}

.states a {

    padding-right: 20px;
    margin-top: 10px;

}

.about_us_text {
    text-align: justify; 
    font-size: 16px; 
    margin-top: 20px;
}

#templatemo-contact {
    margin-top:0px; 
    border-top: 0px solid #cccccc; 
    font-size:14px;
}
.templatemo-contact-map {
    margin-bottom: 15px;
    height: 378px;

}

.head_contact {
    padding-bottom:40px; 
    margin-bottom:0;
}

.contact_right img {
    margin-right:5px;
}

.contact_right form {
    padding-left:15px;
    padding-right:15px
}

.tweet_txt {
    border-left:2px solid #ffffff; 
    min-height:160px;
}

.twitter_user {
    color: #FFFF33; 
    font-size: 14px;
    float: right;
}

.templatemo-partners {
    border-top: 0px solid #cccccc;
}

.templatemo-partners .templatemo-partner-item {
    margin-bottom: 5px;
}

.templatemo-footer {
    border-top: 2px solid #cccccc; 
    margin-top: 100px;
}

.footer_container {
    margin-top:60px; 
    margin-bottom:20px;
}

.footer_bottom_content {
    margin: auto;
    margin-bottom: 30px;
    font-size: 14px;
    color:#333333;
}

.social-icon-fb {
    background: url('../images/social-icon-fb.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
    -moz-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}

a:hover .social-icon-fb {
    background: url('../images/social-icon-fb-over.png') no-repeat;

}

.social-icon-rss {
    background: url('../images/social-icon-rss.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-rss {
    background: url('../images/social-icon-rss-over.png') no-repeat;
}

.social-icon-twitter {
    background: url('../images/social-icon-twitter.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
    -moz-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}

a:hover .social-icon-twitter {
    background: url('../images/social-icon-twitter-over.png') no-repeat;
}

.social-icon-googleplus {
    background: url('../images/social-icon-googleplus.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
    -moz-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    box-shadow:5px 5px 5px rgba(0,0,0,0.3);
}

a:hover .social-icon-googleplus {
    background: url('../images/social-icon-googleplus-over.png') no-repeat;
    -moz-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    -webkit-box-shadow:5px 5px 5px rgba(0,0,0,0.3);
    box-shadow:5px 5px 5px rgba(0,0,0,0.3);

}
.social-icon-linkedin {
    background: url('../images/social-icon-linkedin.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-linkedin {
    background: url('../images/social-icon-linkedin-over.png') no-repeat;
}

.social-icon-dribbble {
    background: url('../images/social-icon-dribbble.png') no-repeat;
    width: 42px;
    height: 42px;
    display: block;
}

a:hover .social-icon-dribbble {
    background: url('../images/social-icon-dribbble-over.png') no-repeat;
}

ul.templatemo-project-gallery  li  a img:hover {
    border: 3px solid #00338d;
}

.templatemo-gallery-category a {
    color:#333333; 
}

.templatemo-gallery-category a.active {
    color:#e67e22; 
    text-decoration:none;
}

.templatemo-gallery-category a:focus {
    color:#e67e22;
    text-decoration:none;	
}

.templatemo-gallery-category a:hover {
    color:#e67e22; 
    text-decoration:none;
}

.link_orange:hover {
    text-decoration:none;
}

.link_white:hover {
    text-decoration-color:#ffffff;
}
.templatemo-project-gallery {         
    margin:0 0 0 0;
    margin-top:30px;
    margin-left: -40px;
}
.templatemo-project-gallery li {     
    list-style:none;
    margin-bottom:25px;           
}
.templatemo-project-gallery li img {
    cursor: pointer;
}

.templatemo-tweets {
    background-color: #8996a0;
    min-height:200px;
    font-family:  'Open Sans', sans-serif;
    font-size:20px;
    color:#ffffff;
    margin-top:100px;
}

.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    font-style: italic;
}

.btn_loadmore {
    margin-top:30px; 
    margin-bottom:80px;
}

.blog_box {
    margin-left: -12px;
}

.centered-ip 
{
    text-align: center;
}

/*stars*/

@import url(//netdna.bootstrapcdn.com/font-awesome/3.2.1/css/font-awesome.css);

div.stars {
    display:flex;
    flex-direction:column;
}

div.stars .form-group {
    display:flex;
    align-self:center;
    flex-direction:row-reverse;
}
/****** Style Star Rating Widget *****/

.rating { 
    border: none;
    float: left;
    font-size: 30px;
}

.rating > input { display: none; } 
.rating > label:before { 
    margin: 5px;
    font-size: 1.25em;
    font-family: FontAwesome;
    display: inline-block;
    content: "\f005";
}

.rating > .half:before { 
    content: "\f089";
    position: absolute;
}

.rating > label { 
    color: #ddd; 
    float: right; 
}

/***** CSS Magic to Highlight Stars on Hover *****/

.rating > input:checked ~ label, /* show gold star when clicked */
.rating:not(:checked) > label:hover, /* hover current star */
.rating:not(:checked) > label:hover ~ label { color: #FFD700;  } /* hover previous stars in list */
.rating > input:checked + label:hover, /* hover current star when changing rating */
.rating > input:checked ~ label:hover,
.rating > label:hover ~ input:checked ~ label, /* lighten current selection */
.rating > input:checked ~ label:hover ~ label { color: #FFED85;  } 

/*stars*/

/*eway site seal start*/

@media (max-width:535px) {
    .sitesealdesktop {
        display: none;
    }
}

@media (min-width:536px) {
    .sitesealmobile {
        display: none;
    }
}



/*eway site seal end*/

@media (max-width:580px) {
    caption {
        min-width: 300px;
        text-align: left;
    }
}


@media (min-width:991px) and (max-width:1200px) {
    .templatemo-project-box, .project-overlay {
        height:170px;
        width:170px;
    }

    .templatemo-project-gallery {
        margin-left: -70px;
    }



    .templatemo-service-item-header {
        padding: 16px 10px 20px;

    }

    .templatemo-header-orange {
        min-width: 230px;
    }

    .team_box,  .team_box_over {
        height:220px;
        width:220px;
    }

}
@media (max-width:991px) {
    .team-inner {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .depot-chooser {
        margin-top: 10px;
        margin-left: 50px;
        margin-right: 50px;
    }

    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
}
@media (min-width:768px) and (max-width:990px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;
    }
    .templatemo-project-box , .project-overlay {
        height:130px;
        width:130px;
        padding-top: 0px;
    }

    .templatemo-project-gallery {
        margin-left: 10px; 
    }

    .blog_box{
        margin-right: -140px;
    }
}
@media (min-width: 768px) {
    .navbar-nav > li > a {
        padding-top: 9px;
        padding-bottom: 9px;
    } 
}

@media (max-width: 768px) {
    .member-thumb .thumb-overlay {
        padding-left: 40%;

    }
    .templatemo-btn-read-more {
        float:right;
        margin-bottom :40px; 
    }
    .industry {
        font-weight:normal;
        font-size:16px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: justify;
    }
    .industry-fix {
        font-weight:normal;
        font-size:16px;
        margin-left: 25px;
        margin-right: 25px;
        text-align: justify;
    }
    .rego-check {  
        margin-right: 20px;
        margin-left: 20px;
    }

}

@media (max-width: 380px) {
    .member-thumb .thumb-overlay {
        padding-left: 30%;

    }
    .templatemo-service-item-header {
        font-size: 16px;

        padding: 23px 10px 22px;
    }
    .templatemo-header-orange {
        min-width: 0px;
    }

    .industry {
        font-weight:normal;
        font-size:16px;
        margin-left: 0px;
        margin-right: 0px;
        text-align: justify;
    }
    .industry-fix {
        font-weight:normal;
        font-size:16px;
        margin-left: 15px;
        margin-right: 15px;
        text-align: justify;
    }

    .rego-check {  
        margin-right: 10px;
        margin-left: 10px;
    }

}

@media (min-width:991px) and (max-width: 1200px) {
    .team_hr {
        width: 39%; 
    }
    .team_hr2 {
        width: 33%; 
    }



}

@media (min-width:683px) and ( max-width: 991px) {
    .team_hr {
        width: 35%;
    }
    .team_hr2 {
        width: 29%;
    }
}

@media (min-width:585px) and ( max-width: 683px) {
    .member-thumb .thumb-overlay {
        padding-left: 25%;

    }
    .team_hr {
        width: 32%;
    }
    .team_hr2 {
        width: 26%;
    }
}

@media (min-width:536px) and ( max-width: 585px) {
    .team_hr {
        width: 30%;
    }
    .team_hr2 {
        width: 24%;
    }
}

@media  (min-width:410px) and  ( max-width: 536px) {
    .team_hr {
        width: 25%;
    }
    .team_hr2 {
        width: 17%;
    }
}

@media  ( max-width: 410px) {
    .team_hr {
        width: 13%;
    }
    .team_hr2 {
        width: 7%;
    }
}
