/*
 * Globals
 */

.modal {
     overflow-y: auto;
     }
    .modal-open {
    overflow: auto;
    }
    .modal-open[style] {
    padding-right: 0px !important;
    }
/* Links */
a,
a:focus,
a:hover {
  color: #333;
}
.modal-open[style] {
   padding-right: 0px !important;
}
.section-padding{
padding: 55px 0 0 0;
}
h1.cover-title{
padding:77px 0;
text-align:center;
font-size:2em;
text-transform:uppercase;
margin:0;
color:#fff;
}
.padding{
padding:100px 0 100px 0;
}
.padding-social{
padding:30px 0 30px 0;
}
.white{
color:#fff;
}

/*.dropdown-menu {
min-width: 152px !important;
background-color: #313131 !important;
}*/
.background-cover{
background:url(/assets/img/dynamic-salvage-management-cover.jpg);
background-size:cover;
height:200px;
}
/*
 * Base structure
 */

html,
body {
  height: 100%;
  color: #fff;
  font-family: 'Raleway', sans-serif !important;
  font-size:15px !important;
}
.center{
text-align:center;
}
/* Extra markup and styles for table-esque vertical and horizontal centering */
.site-wrapper {
  display: table;
  width: 100%;
  height: 100%; /* For at least Firefox */
  min-height: 100%;

          
}
.site-wrapper-inner {
  display: table-cell;
  /*vertical-align: top;*/
}
.cover-container {
  margin-right: auto;
  margin-left: auto;
  
}

/* Padding for spacing */
.inner {
  padding: 30px;
}

/*
 * Cover
 */

.cover {
  padding: 0 20px;
}
.cover .btn-lg {
  padding: 10px 20px;
  font-weight: bold;
}


/*
 * Footer
 */

.mastfoot {
  color: #999; /* IE8 proofing */
  color: rgba(255,255,255,.5);
}


/*
 * Affix and center
 */
@media (min-width: 320px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }
}

@media (min-width: 768px) {
  /* Pull out the header and footer */
  .masthead {
    position: fixed;
    top: 0;
  }
  .mastfoot {
    position: fixed;
    bottom: 0;
  }
  /* Start the vertical centering */
  .site-wrapper-inner {
    vertical-align: middle;
  }
  /* Handle the widths */
  .masthead,
  .mastfoot,
  .cover-container {
    width: 100%; /* Must be percentage or pixels for horizontal alignment */
  }

}
  .bs-example {
margin-right: 0;
margin-left: 0;
background-color: rgba(0,0,0,0.6);
border-color: #ddd;
border-width: 1px;
border-radius: 4px 4px 4px 4px;
-webkit-box-shadow: none;
box-shadow: none;
}
.bs-example {
position: relative;
padding: 45px 15px 15px;
margin: 0 -15px 15px;
border-color: #e5e5e5 #eee #eee;
border-style: solid;
border-width: 1px 0;
-webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
}
.bs-example:after {
position: absolute;
top: 15px;
left: 15px;
font-size: 12px;
font-weight: 700;
color: #959595;
text-transform: uppercase;
letter-spacing: 1px;
content: "Vehicle Search";
}

@media (min-width: 992px) {
  .masthead,
  .mastfoot,
  .cover-container {
    max-width: 730px;
  }
}
/************************************************************************************************************************/


/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 50px tall */
body {
  padding-top: 50px;
}


/*
 * Global add-ons
 */

.sub-header {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

/*
 * Top navigation
 * Hide default border to remove 1px line.
 */
.navbar-fixed-top {
  border: 0;
}

/*
 * Sidebar
 */

/* Hide for mobile, show later */
.sidebar {
  display: none;
}
@media (min-width: 768px) {
  .sidebar {
    position: fixed;
    top: 51px;
    bottom: 0;
    left: 0;
    z-index: 1000;
    display: block;
    padding: 20px;
    overflow-x: hidden;
    overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
  }
}

/* Sidebar navigation */
.nav-sidebar {
  margin-right: -21px; /* 20px padding + 1px border */
  margin-bottom: 20px;
  margin-left: -20px;
}
.nav-sidebar > li > a {
  padding-right: 20px;
  padding-left: 20px;
}
.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
  color: #fff;
  background-color: #428bca;
}


/*
 * Main content
 */

.main {
  padding: 20px;
}
@media (min-width: 768px) {
  .main {
    padding-right: 40px;
    padding-left: 40px;
  }
}
.main .page-header {
  margin-top: 0;
}


/*
 * Placeholder dashboard ideas
 */

.placeholders {
  margin-bottom: 30px;
  text-align: center;
}
.placeholders h4 {
  margin-bottom: 0;
}
.placeholder {
  margin-bottom: 20px;
}
.placeholder img {
  display: inline-block;
  border-radius: 50%;
}

/****************************************************************************************************/

@font-face {
	font-family: 'icomoon';
	src:url('/assets/fonts/icomoon.eot?-qcebcf');
	src:url('/assets/fonts/icomoon.eot?#iefix-qcebcf') format('embedded-opentype'),
		url('/assets/fonts/icomoon.woff?-qcebcf') format('woff'),
		url('/assets/fonts/icomoon.ttf?-qcebcf') format('truetype'),
		url('/assets/fonts/icomoon.svg?-qcebcf#icomoon') format('svg');
	font-weight: normal;
	font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon';
	font-family: 'Raleway', sans-serif !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;

	/* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-photo:before {
	content: "\e600";
}

.icon-note:before {
	content: "\e601";
}

.icon-truck:before {
	content: "\e602";
}
.icon-map:before {
    content: "\e603";
}






 




 
.tabs {
    position: relative;
    width: 100%;
    overflow: hidden;
    margin: 1em 0 2em;
    font-weight: 300;
}
 
/* Nav */
.tabs nav {
    text-align: center;
}
 
.tabs nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-block;
}
 
.tabs nav ul li {
    border: 1px solid #becbd2;
    border-bottom: none;
    margin: 0 0.25em;
    display: block;
    float: left;
    position: relative;
}
 
.tabs nav li.tab-current {
    border: 1px solid #805509;
    box-shadow: inset 0 2px #805509;
    border-bottom: none;
    z-index: 100;
}
 
.tabs nav li.tab-current:before,
.tabs nav li.tab-current:after {
    content: '';
    position: absolute;
    height: 1px;
    right: 100%;
    bottom: 0;
    width: 1000px;
    background: #805509;
}
 
.tabs nav li.tab-current:after {
    right: auto;
    left: 100%;
    width: 4000px;
}
 
.tabs nav a {
    color: #becbd2;
    display: block;
    font-size: 1.1em;
    line-height: 2.5;
    padding: 0 1.25em;
    white-space: nowrap;
}
 
.tabs nav a:hover {
    color: #768e9d;
}
 
.tabs nav li.tab-current a {
    color: #805509;
}
 
/* Icons */
.tabs nav a:before {
    display: inline-block;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-variant: normal;
    font-family: 'icomoon';
    line-height: 1;
    speak: none;
    -webkit-font-smoothing: antialiased;
    margin: -0.25em 0.4em 0 0;
}
 
.icon-food:before {
    content: "\e600";
}
 
.icon-lab:before {
    content: "\e601";
}
 
.icon-cup:before {
    content: "\e602";
}
 

 
.icon-shop:before {
    content: "\e604";
}
 
/* Content */
.content section {
    font-size: 1.25em;
    padding: 3em 1em;
    display: none;
    /*max-width: 1230px;*/
    margin: 0 auto;
}
 
.content section:before,
.content section:after {
    content: '';
    display: table;
}
 
.content section:after {
    clear: both;
}
 
/* Fallback example */
.no-js .content section {
    display: block;
    padding-bottom: 2em;
    border-bottom: 1px solid #313131;
}
 
.content section.content-current {
    display: block;
}
 
 
/* Example media queries */
 
@media screen and (max-width: 52.375em) {
    .tabs nav a span {
        display: none;
    }
 
    .tabs nav a:before {
        margin-right: 0;
    }
 
}
 
@media screen and (max-width: 32em) {
    .tabs nav ul,
    .tabs nav ul li a {
        width: 100%;
        padding: 0;
    }
 
    .tabs nav ul li {
        width: 20%;
        width: calc(20% + 1px);
        margin: 0 0 0 -1px;
    }
 
    .tabs nav ul li:last-child {
        border-right: none;
    }
 
}
/* 2.5 - Parallax 
---------------------------------------------*/
.parallax-style,
.no-parallax-style {
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	min-height:870px;
	
}
.parallax-style {
	position: relative;
	z-index: 1;
}
.no-parallax-style {
	background-attachment: inherit;
}
.parallax-overlay {
	background-color: rgba(0,0,0,.2);
	min-height:1000px;
}
.parallax-overlay.dark-overlay {
	background-color: rgba(0,0,0,.85);
}
.parallax-style .carousel-indicators li.active{
	background-color: rgba(255,255,255,1);
	border-color: rgba(255,255,255,1);
}
.parallax-title
{
	color: #323232;
	text-align: center;
}
.parallax-description{
color: #323232;
}
.parallax-title {
	font-size: 1.625em;
	font-weight: 800;
	text-transform: uppercase;
	position: relative;
	margin-bottom: 45px;
}
.parallax-title:after {
	content: "";
	background-color: #323232;
	position: absolute;
	bottom: -25px;
	left: 50%;
	margin-left: -200px;
	height: 4px;
	width: 400px;
}
.parallax-description {
	font-size: 1em;
	font-weight: 300;
	line-height: 22px;
	text-align: left;
}
.parallax-description span{
	color:#f39c12;
	font-weight: 700;
}

#top-section {
	/*background: url(/blu/templates/dsm/images/dsm-cover.jpg) 50% 0 no-repeat fixed;*/
	margin: 0 auto;
	padding: 0;
	background-size:cover;
	display: table;
width: 100%;
height: 100%;
min-height: 100%;
-webkit-box-shadow: inset 0 0 100px rgba(0,0,0,.5);
/* box-shadow: inset 0 0 100px rgba(0,0,0,.5); */
}

#subscribe {
	background: url(/assets/img/subscribe-cover.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	
	background-size:cover;
}
#social {
	background: url(/assets/img/social-responsibility-bg.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	
	background-size:cover;
}
#next-event {
	background: url(/assets/img/event-section-bg.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}

#testimonial {
	background: url(/assets/img/testimonial-bg.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}

#tweet-section {
	background: url(/assets/img/tweet-section-bg.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	padding: 0;
}

#social-media {
	background: url(/assets/img/damaged-vehicle-bg.jpg) 50% 0 no-repeat fixed;
	margin: 0 auto;
	background-size:cover;
}
/* 2.5 - Parallax  End
---------------------------------------------*/


/* 2.1 - Section Angle
---------------------------------------------*/
.angular {
	position: relative;
} 

.white-bg.angular{
	margin-bottom: 110px;
}

.angular .top-angle,
.angular .bottom-angle  {
	position: absolute;
	width: 100%;
	left: 0;
	height: 151px;
	overflow: hidden;
	z-index: 2;
}

.angular .top-angle {
	top: -150px;
}

.angular .bottom-angle {
	bottom: -223px;
}

.angular .top-angle:before,
.angular .bottom-angle:before  {
	content: "";
	width: 100%;
	height: 150px;
	background-color: #fff;
	/*background-color: #313131;
background-repeat: repeat-x;
background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#141414), to(#313131));
background: -webkit-linear-gradient(top, #313131, #141414);
background: -moz-linear-gradient(top, #313131, #141414);
background: -ms-linear-gradient(top, #313131, #141414);
background: -o-linear-gradient(top, #313131, #141414);*/
	position: absolute;
	left: 0;
	-webkit-transform: rotate(-3deg) skew(-3deg) scale(1.1,1);
	-mox-transform: rotate(-3deg) skew(-3deg) scale(1.1,1);
	-ms-transform: rotate(-3deg) skew(-3deg) scale(1.1,1);
	-o-transform: rotate(-3deg) skew(-3deg) scale(1.1,1);
	transform: rotate(-3deg) skew(-3deg) scale(1.1,1);
}

.angular .top-angle:before {
	top: 51px;
}

.gray-bg.angular .top-angle:before {
	background: #ecf0f1;
}

.angular .bottom-angle:before {
	bottom: 75px;
}

.gray-bg.angular .bottom-angle:before {
	background: #ecf0f1;
}

.black-bg{
background-color:#101010;

padding: 20px 0 30px 0;
}



.media {
	background: #fff;
	border-bottom: solid 1px #c7c9c8;
	margin-bottom: 30px;
}

.media a {
	overflow: hidden;
}

.media-img {
	overflow: hidden;
	position: relative;
	padding: 0;
}

.media-img .img-overlay {
	background: #363635;
	background: rgba(0,0,0, 0.4);
	position: absolute;
	width: 100%;
	height: 100%;
	padding-top: 50%;
	text-align: center;
	z-index: 4;
	-webkit-transition: opacity 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: opacity 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.50â€“12.00 */
	transition: opacity 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
	opacity: 0;
	visibility: hidden;
}

.lt-ie9 .media-img .img-overlay {
	filter: alpha(opacity=70);
}

.media .img-overlay a {
	display: none;
	position: relative;
	margin-top: -24px;
}

.media:hover .img-overlay a,
.media .img-overlay:hover a {
	display: inline-block;
}

.media .img-overlay h3 {
	color: #fff;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 25px;
	font-size: 18px;
	margin-top: -40px;
}

.media:hover .img-overlay,
.media .media-img:hover .img-overlay {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.3s ease-out;  /* Chrome 1-25, Safari 3.2+ */
	-moz-transition: opacity 0.3s ease-out;  /* Firefox 4-15 */
	-o-transition: opacity 0.3s ease-out;  /* Opera 10.50â€“12.00 */
	transition: opacity 0.3s ease-out;  /* Chrome 26, Firefox 16+, IE 10+, Opera 12.10+ */
}

.media p {
	font-size: 14px;
	line-height: 19px;
}

.media a:hover {
	text-decoration: none;
}

.media-body {
	padding: 20px 30px 10px 35px;
}

.media div.pull-left {
	overflow: hidden;
	margin-right: -15px;
	margin-left: 14px;
}

.media div.media-img img {
	-webkit-transform: scale(1, 1);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 2000ms;
	-moz-transform: scale(1, 1);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 2000ms;
	transform: scale(1, 1);
	transition-timing-function: ease-out;
	transition-duration: 2000ms;
	width: 100%;
	height: auto;
}

.media:hover div.media-img img {
	-webkit-transform: scale(1.15, 1.15);
	-webkit-transition-timing-function: ease-out;
	-webkit-transition-duration: 1500ms;
	-moz-transform: scale(1.15, 1.15);
	-moz-transition-timing-function: ease-out;
	-moz-transition-duration: 1500ms;
	transform: scale(1.15, 1.15);
	transition-timing-function: ease-out;
	transition-duration: 1500ms;
	position: relative;
	z-index: 3;
}

.media .media-testo {
	margin-top: 20px;
	margin-right: 20px;
}
.light-gray{
background-color:#ececec;
}
.shadow{
background-color: #fff;
-webkit-box-shadow: 1px 1px 2px #aaaaaa;
-moz-box-shadow: 1px 1px 2px #aaaaaa;
box-shadow: 1px 1px 2px #aaaaaa;
border-bottom: 5px solid #fff;
padding: 5px 5px 0 5px;
}
.red{
color:#ff0000;
}
.fa-caret-right{
padding:0 5px 0 10px;
}
.fa-caret-left{
margin: 0 5px 0 0;
}
.small{
font-size:18px !important;
text-transform:uppercase;
}
.back{
margin: 0 30px 0 0;
}

#map_canvas {
   max-width: none;
 }
.up{
text-transform:uppercase;
}