/*************************************/
/* ELVDNH.com ***/
/*************************************/


/******************************/
/*** MOBILE - XS - DEFAULT ****/
/******************************/





.heroheader {
    background: url('images/header5.png') no-repeat;
	background-size: cover;
    min-height: 200px;

}



.heroheader_store {
    background: url('store/header_store_2017.jpg') no-repeat;
	background-size: cover;
    min-height: 300px;

}

.jumbobutt.btn-primary {
    background-color: #516949;
    border-color: #fff;
    color: #fff;
}
.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    background-color: #993333;
    color: #fff;
}
.navbar-default .navbar-nav>li>a:hover, .navbar-default .navbar-nav>li>a:focus {
    color: #fff;
    background-color: #993333;
}

.jumbotron {
    margin-bottom: 0px;
    margin-top: 60px;
    padding-top: 30px;
	
}



.jumbotron_store {
    margin-bottom: 0px;
    margin-top: 6px;
    padding-top: 30px;
	
}

.jumbotron h1, .jumbotron .h1 {
	color: #fff;
    font-size: 30px;
    text-shadow: 2px 2px #121111;

}

.jumbotron p {
	color: #fff;
    font-size: 18px;
    font-weight: 200;
    margin-bottom: 0px;
    text-shadow: 2px 2px #121111;
}

.bgcolor {
    background-image: url(images/bg1.jpg)
}

.bodycontainer {
    padding: 0px 20px 20px 20px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
}


.bodycontainer2 {
    padding: 0px 20px 20px 20px;
    margin-top: 20px;
    background-color: #fff;
    border-radius: 10px;
}




.borderrounded {
    border-radius: 12px;
}

.rowcolor {
    background-color: #fff;   
}

.verticalline {
     border-RIGHT: 1px solid #c8c8c8;
}

.rightcolleftpad {
    padding-left: 45PX;
    margin-top: 20px;
}

.leftcolleftpad {
    padding-left:25px;
    margin-top: 20px;
}

.navbar-bottom {
    min-height: 150px;
    margin-top: 20px;
    padding-top: 10px !important;
    padding-right: 10px !important;
    padding-bottom: 50px !important;
    padding-left: 10px !important;
    color:#000;
    background-color: #fff;
	background-size: cover;
    border-radius: 10px;
    border-color: #fff;
}


 .corners {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 5px;
     margin-bottom: 20px;
 }


 .corners_store {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 0px;
     margin-bottom: 0px;
 }


 .corners2 {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 15px;
     margin-bottom:15px;
     padding-top: 10px;
     background-color:#f5f3f3;
 }

 .corners3 {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 10px;
     margin-bottom: 10px;
     padding-top: 10px;
     background-color:floralwhite
 }


 .corners4 {
      -webkit-border-radius: 10px !important;
         -moz-border-radius: 10px !important;
              border-radius: 10px !important;
      -webkit-border-top: 10px !important;
         -moz-border-top: 10px !important;
              border-top: 10px !important;
      -webkit-border-bottom: 10px !important;
         -moz-border-bottom: 10px !important;
              border-bottom: 10px !important;

     margin-top: 0px;
     margin-bottom: 10px;
     padding-top: 5px;
     padding-bottom: 5px;
     background-color:floralwhite
 }


/* END MOBILE */

/******************************/
/******** TABLET - SM *********/
/******************************/
@media (min-width: 768px) {







} /* END TABLET */

/******************************/
/********* LAPTOP - MD ********/
/******************************/
@media (min-width: 992px) {






}  /* END LAPTOP */

/******************************/
/********* DESKTOP - LG *******/
/******************************/
@media (min-width: 1200px) {





} /* END DESKTOP */

/******************************/
/**** PRINT - Fixes Tables ****/
/******************************/
@media print {

  a[href]:after {
    content: none;
  }

.table-responsive{
	max-width:800px;
	width: 100%;
	margin-bottom: 15px;
	overflow-x: hidden;
	overflow-y: hidden;
	border: 1px solid #dddddd;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-overflow-scrolling: touch;
	border: 0px solid #dddddd;
}

.table-responsive > .table > thead > tr > th, .table-responsive > .table > tbody > tr > th, .table-responsive > .table > tfoot > tr > th, .table-responsive > .table > thead > tr > td, .table-responsive > .table > tbody > tr > td, .table-responsive > .table > tfoot > tr > td {
	white-space: normal;
}
} /* END PRINT */