/*

@media (min-width: 576px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }

*/

@media (max-width: 767px) {
  /*XS*/
  .hidden-xs{
  	display: none !important;
  }
}
@media (min-width: 640px) and (max-width: 767px) {
  /*SMLS  SX Labscape*/

}
@media (min-width: 768px) and (max-width: 991px) {
  /*SM*/

}
@media (min-width: 992px) and (max-width: 1199px) {
  /*MD*/

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

}


html, body{
	font-family: 'Open Sans', sans-serif;
	background: #333;
	color: #eee;
}

.red{
	color: #dc0000;
}

.red-background{
	background-color: #dc0000;
}


.btn-danger {
    background-color: #dc0000;
    border-color: #dc0000;
}


h1{
	font-size: 3.5rem;
}


h2{
	font-size: 2.5rem;
}

@media (max-width: 767px) {
	h1{
		font-size: 2.5rem;
	}
	h2{
		font-size: 2.0rem;
	}
}

a.none{
	text-decoration: none;
}

h2.big{
	font-size: 3.5rem;
}

header{
    background-color: #3d0101;
	position: relative;
}


	header > #business-moving-banner{
		background-color: rgb(255, 190, 50);
		color: #444444;
		padding: 10px 20px;
	}

    header > #business-moving-banner a,
    header > #business-moving-banner a:visited{
		color: rgb(220, 0, 0);
	}
    header > #business-moving-banner a:hover{
		color: rgb(220, 0, 0);
        text-decoration: underline;
	}
    header > #business-moving-banner a:active{
		color: rgb(128, 0, 0);
      	text-decoration: underline;
	}


	header > #header-main-container{
		background-image: url(../img/flames_tile_220px.png);
	}

	header .container.header-container{
		height: 220px;
	}

	header ul{
		list-style: none;
		margin: 0;
		padding: 0;
		display: block;
	}	
		
		header ul.level2{
			display: none;
		}

		header ul li{
			display: inline-block;
			margin-left: 20px;
		}
			header ul li:first-child {
			    margin-left: 0;
			}

			header ul li a{
				color: #aaa;
				text-transform: uppercase;
				display: block;
				padding: 3px 0;				
				text-decoration: none;
				font-size: 1em;
			}


				header ul li a.active,
				header ul li a:hover{
					color: #f1d945;
					text-decoration: none;
				}

					header ul li a.active{
						color: #f1d945;
					}


	header .logo{
		display: block;
		margin-top: 60px;
		-webkit-filter: drop-shadow( 5px 5px 4px  rgba(0, 0, 0, .7));
  		filter: drop-shadow( 5px 5px 4px rgba(0, 0, 0, .7));
	}

		.logo img{
			width: auto;
			height: 100px;

		}

.social{
	position: absolute;
	top: 2px;
	right: 0;
	z-index: 9999;
	color: #fff;
}

	.social img{
		height: 24px;
		width: auto;
		margin: 0 0 0 10px			
	}

header .bar{
	background: #000;
	border-bottom: 2px solid #610000;
	padding: 5px 0;	
	background-image: url(../img/footer_background.png);
	background-size: cover;
}


@media (max-width: 767px) {

}


@media (max-width: 380px) {


}

@media (min-width: 640px) and (max-width: 767px) {
  /*SMLS  SX Labscape*/

}


@media (min-width: 768px) and (max-width: 991px) {

}


@media (min-width: 992px) and (max-width: 1199px) {

}

/* ------------------------------------------ */
.menucontainer{
	position: relative;
}

#mobilemenu{
	display: none;
	color: #333;
	font-weight: 600;
}

@media (max-width: 767px) {

	header{		
		background-position: 92px -20px;
	}

		header .container.header-container{
			height: 200px;
			text-align: center;
		}

		header .logo{
			margin-top: 50px;
			top: inherit;
		}


  	#mobilemenu{
		display: block;
		cursor: pointer;
		
		font-size: 19px;
		font-style: normal;
		color: #fff;
		opacity: 0.9;
	}

	  	#mobilemenu:hover{
	  		opacity: 1;
		}
	
	.menucontainer{
		max-width: 100%;
		position: relative;
		font-size: 1.2em;
	}

	.social{
		top:0;
		right: 15px;
	}

	#menu{
		display: none;
	}

	/*mobile menu*/
	#menu.expanded{
		display: block;
	    position: absolute;
	    left: 0;
	    right: 0;
	    top: 34px;

	    z-index: 9999;
	    background: #333;
	    border-bottom: 3px solid #dc0000;
	    box-shadow: 0px 5px 5px rgb(0,0,0)
	}

		#menu li{
			display: block;
			margin:0;
		}

			#menu li a{
				color: #fff;
				padding: 7px 15px;
				border-bottom: 1px solid #222; 
			}
			
			#menu li a.active,
			#menu li a:hover{
				color: #fff;
				text-decoration: none;
				background: #dc0000;
			}
  
	#menu ul.level2{
		display: block;
		margin:0;
	}

		#menu ul.level2 li a{
			padding-left: 30px;
			color: #ccc;
		}
}

@media (max-width: 1024px) {
	header{		
		background-position: -140px 0px;
	}
}

@media (max-width: 767px) {
	header{		
		background-position: -155px -20px;
	}
}

@media (max-width: 640px) {
	header{		
		background-position: 0 -20px;
	}
}

@media (max-width: 380px) {
	header{		
		background-position: -155px -20px;
	}
}



/* ------------------------------------------ */

/*.slider-container > div{
	visibility: hidden;	
	background: #555;
	min-height: 300px;
}

.slider-container.active > div{
	visibility: visible ;
	background: none;
	min-height: none;
}*/


.hasDescription .fluid-width-video-wrapper{
	margin-bottom: 51px;
}

/* ------ video or gallery flexslider loading animation ------ */
.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}
.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}
.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}
.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ------------ */

.flexslider{
	border: none;
	background: #000;
	margin: 0;
}	
	#slider {
       min-height: 30px;
      
    }

	.flexslider .slides > li{
		position: relative;
	}

	.flexslider.slider-nav{
		background: none;
		margin-top: 15px;
	}	
		.flexslider.slider-nav .slides > li{
			border: 1px solid #fff;
			cursor: pointer;
		}

	.flexslider.whiteborder{
		border: 2px solid #fff;
	}	



	.flexslider .flex-control-nav{
		bottom: 10px;
		z-index: 1900;
	}	

	.flexslider .flex-control-nav a{
		border: 1px solid #dc0000;
	}
	.flexslider .flex-control-nav a.flex-active{
		background-color:  #dc0000;
	}

	.flex-direction-nav a{
		height: 50px;
	}

.flex-caption {
    margin: 0;
    padding: 15px;
    left: 0;
    bottom: 0;
    right:0;
    background: rgba(50,50,50,.5);
    color: #fff;
    font-size: 14px;
    position: absolute;
    text-shadow: 2px 2px 1px rgb(0,0,0,0.7)
}

.isDownload{
	position: relative;
}
	.isDownload:after{
		content: 'DOWNLOAD PDF';
		position: absolute;
		display: block;
		top: 20px;
		right: 0;
		padding: 5px 20px;
		background: #a00;
		box-shadow: 4px 3px 5px 2px rgba(0,0,0,0.6);
		border-radius: 5px 0 0 5px;
		white-space:nowrap;
		color: #fff;
		cursor: pointer;
	}


@media (max-width: 767px) {

	.flexslider .corner{
		height: 25px;
	}
		.flexslider .corner:after{
			right: -25px;
			border-width: 25px 25px 0 0;
		}

}

.isVideo{
	position: relative;
}

	.isVideo:after{
		content: '';
		position: absolute;
		display: block;
		left:0;
		right:0;	
		top:0;
		bottom:0;
		background-image: url('/img/playbutton.png');
		background-position: center center;
		background-repeat: no-repeat;
		z-index: 9;
		opacity: 0.7;
	}


	.isVideo:hover:after{
		opacity: 1;
	}

/* ------------------------------------------ */

.slide-banner{
	position: relative;
	z-index: 1002;

}

	.slide-banner img{
	    width: 40%;
	    height: auto;
	    position: absolute;
	    z-index: 1002;
	    top: 80px;
	    left: -2px;
	    opacity: 0.9;
	}




@media (max-width: 767px) {
	.slide-banner img {
	    top: 60px;
	}	  
}

@media (min-width: 768px) and (max-width: 991px) {
	.slide-banner img {
	    top: 70px;
	}
}


/* ------------------------------------------ */

.contents{
	min-height: 500px;
	margin: 20px 0;
	color: #ccc;
}


	.contents h1,
	.contents h2,
	.contents .keyline-title{
		margin-top: 0;
		font-family: 'Montserrat', sans-serif;

		color: #000;
	    font-weight: 900;
	    font-style: italic;
	    letter-spacing: -1px;
	    text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff, 1px 1px 0 #fff, -2px -2px 0 #f00, 2px -2px 0 #f00, -2px 2px 0 #f00, 2px 2px 0 #f00, 3px 4px 5px #000;
	}

	.contents .intro{
		font-size: 1.2em;
		color: #fff;
		margin-bottom: 10px;
		padding-bottom: 10px;
		position: relative;
	}

	.contents a{
		color: #FF8800;
	}
	.contents a:hover{
		color: #FF9011;
	}
	.contents a:active{
		color: #EE6600;
	}

	#contact-email a{
        color: #FF8800;
    }
	#contact-email a:active{
        color: #EE6600;
    }
	
.dark{
	background: #181818;
	padding: 20px 0;
	margin: 20px 0;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
}

.light{
	background: #ccc;
	padding: 20px 0;
	margin: 20px 0;
	box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);
	color: #222;
}
	.light p {
		color: #222;
	}

.title{
	margin: 20px 0;
}

.shadow{
	-webkit-filter: drop-shadow( 4px 5px 4px  rgba(0, 0, 0, .7));
  	filter: drop-shadow( 4px 5px 4px rgba(0, 0, 0, .7));
}

.no_vis {
	left:-10000px;
}


/* ------------------------------------------ */

.sidemenu h4{
	font-size: 1.5em;	
	margin: 0 0 5px;
	color: #fff;
	font-weight: 100;
}

.sidemenu ul{
	list-style: none;
	margin: 0;
	padding: 0;		
}

	.sidemenu li a{
		position: relative;
		display: block;
		/*border-bottom: 1px solid #222;*/
		color: #fff;
		font-size: 0.9em;
	}

	.sidemenu li a{
		display: block;
		padding: 6px 15px;
		margin-right: 10px;
		color: #fff;
	}

		.sidemenu li a:hover{
			text-decoration: none;
			background: #990000;
			color: #fff;
		}

		.sidemenu li a.active{
			text-decoration: none;
			border-radius: 5px 0 5px 0;
			background: #111;
			color: #fff;
		}
	
.right-content{
	position: relative;
}
	
	.right-content .copy ul{
		list-style: none;
		margin: 0;
		padding:0;
	}

		.right-content .copy li{
			padding-left: 18px;
			position: relative;
			display: block;
			margin-bottom: 4px;
		}

			.right-content .copy li:before{
				position: absolute;
				content: '';
				background: #9a1005;
    			border: solid 1px #ff8611;
				display: block;
				border-radius: 99px;
				width: 9px;
				height: 9px;
				left: 0px;
    			top: 6px;
			}

@media (max-width: 767px) {
	.right-content:after,
	.right-content:before{
		display: none;
	}

}


/* ------------------------------------------ */

.service{
	display: block;
	margin: 20px 0;
}

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

	.service .service-image{
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 70%;		
	}

		.service .service-image > div{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: #888;
			border: 1px solid #a00;
			background-size: cover;
			border-radius: 30px 0 0 0;
			box-shadow: 0 0 8px 2px rgba(0,0,0,0.5);		
			z-index: 1;
			overflow: hidden;
		}

		.service .service-image > div:before {
			content: " ";
			display: none;
		    position: absolute;
		    z-index: 2;
		    top: 0px;
		    left: 0px;
		    right: 0px;
		    bottom: 0px;
		    border-radius: 29px 0 0 0;
		    border: 1px solid #fff;
		}

			.service:hover .service-image > div:before {
				display: block;
			}

		.service .service-image img{
			height: auto;
			width: 100%;
		}

		.service:hover .service-image img{
			opacity: 0.5;
			-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
			filter: grayscale(100%);
		}


	.service .service-title{
		position: relative;
		padding: 0;
		font-size: .9em;
		line-height: 1;
		height: 28px;
		margin-top: 7px;
		color: #eee;
		text-align: center;
		text-transform: uppercase;
		/* white-space: nowrap; */
		overflow: hidden;
		text-overflow: ellipsis;
	}
/* ------------------------------------------ */

.fileDownload{
	width:100%;
	margin-bottom: 20px;
    display: block;
    text-align: center;
    color: #aaa;
    cursor: pointer;
}


	.fileDownload:hover{
		color: #fff;
		text-decoration: none;
	}

	.fileDownload .thumb{
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 150%; /*2:3 ratio*/
		box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);	
		margin-bottom: 5px;
	}

	.fileDownload .thumb > div{
		position: absolute;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		background: #fff;
		border: 1px solid #fff;
		overflow: hidden;		
		z-index: 1;
	}
		.fileDownload .thumb img{
			width: 100%;
			height: auto;
		}

	.fileDownload .thumb img.noThumb{
		width: 80%;
	    margin-top: 20%;
	    opacity: 0.4;
	}

	.fileDownload .p{
		color: #fff;
	}

/* ------------------------------------------ */

.ourwork{
	margin-bottom: 20px;
    display: block;;
}
	.ourwork:hover{
		text-decoration: none;
	}

	.ourwork .ourwork-image{
		position: relative;
		width: 100%;
		height: 0;
		padding-bottom: 100%;		
	}

		.ourwork .ourwork-image > div{
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			bottom: 0;
			background: #ccc;
			background-size: cover;
			border: 2px solid #fff;
			box-shadow: 0 0 8px 1px rgba(0,0,0,0.5);		
			z-index: 1;
		}

		.ourwork:hover .ourwork-image > div{
			outline: 2px solid #a00;
		}

		.ourwork .ourwork-image img{
			height: auto;
			width: 100%;
		}

		.ourwork:hover .ourwork-image img{
			opacity: 0.5;
			-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
			filter: grayscale(100%);
		}


	.ourwork .service-title{
		position: relative;
		padding: 0;
		font-size: .9em;
		line-height: 1;
		height: 28px;
		margin-top: 7px;
		color: #eee;
		text-align: center;
		text-transform: uppercase;
		/* white-space: nowrap; */
		overflow: hidden;
		text-overflow: ellipsis;
	}



/* ------------------------------------------ */


.benefits h3{
	font-size: 1.3em;
	color: #EF2121;
}

.benefits p{
	position: relative;
	font-size: 0.9em;
	color: #ddd;
}

	.benefits img{
		position: absolute;
		left: 0;
		top: 4px;
		width: 50px;
		height: auto;
	}

	.benefits p.has-image{
		padding-left: 60px;
	}


/* ------------------------------------------ */

	.whitebox.home-contact{
		margin-top: -70px;
	}

	.whitebox.home-contact h3{
		background: #d90000;
		margin: -10px -10px 5px -10px;
		border-radius: 3px 3px 0 0;
		padding: 10px 10px;
		font-size: 1em;
		color: #fff;
		text-transform: uppercase;
	}

	.whitebox.home-contact .form-group {
	    margin-bottom: 0.5rem;
	}



	@media (max-width: 767px) {
		.whitebox.home-contact{
			margin-top: -10px;
		}
	}

	@media (min-width: 768px) and (max-width: 991px) {
		
	}


	@media (min-width: 992px) and (max-width: 1199px) {

	}


/* ------------------------------------------ */

	textarea.form-control ,
	input.form-control {
		background-color: #eee;
	}

	.error textarea,
	.error input{
		border-left: 6px solid #a00;
	}

		.error-message{
			display: none;
		}

			.error .error-message{
				color: #a00;
				display: block;
			}

label {
    margin-bottom: 0;
    font-size: 0.9em;
}

/*--------------------------------------------*/
.google-maps {
  position: relative;
  padding-bottom: 40%;
  height: 0;
  overflow: hidden;
  border-top: 1px solid #c7c7c7;
  box-shadow: 0 0 5px rgba(0,0,0)
}
.google-maps .overlay {
  background: transparent;
  /*background: rgba(255,0,0,0.5);*/
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 9;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}


/* ------------------------------------------ */


.flames{
	height: 142px;
	background-image: url(../img/footer_flames_md.png);
	background-position: center;
	background-repeat: repeat-x;
}

footer{
	margin-top: 0;
	border-top: 10px solid #800;
	background: #111;
	padding: 20px 0 30px;
	color: #ccc;
	font-size: 0.8em;
	background-image: url(../img/footer_background_dk.png);
	background-size: cover;
}

	footer .column-head-image{
		text-align: center;
	}

		footer .column-head-image img{
			height: 70px;
			width: auto;
			margin-bottom: 20px;
		}


	footer ul{
		list-style: none;
		margin: 0;
		padding:0;
	}

		footer li{
			padding-left: 16px;
			position: relative;
			display: block;
			margin-bottom: 4px;
		}

			footer li:before{
				position: absolute;
				content: '';
				background: #dc0000;
				display: block;
				border-radius: 99px;
				width: 9px;
				height: 9px;
				left: 0px;
    			top: 5px;
			}

	footer p{
		line-height: 1.5;
	}

	footer a{
		color: #FF8800;
	}
	footer a:hover{
		color: #FF8800;
	}
	footer a:active{
		color: #EE6600;
	}

	footer strong{
		color: #888;
	}

	footer h4{
		color: #EF2121;
		margin-bottom: 10px;
    	margin-top: 20px;
	}

	footer .kohl{
		text-align: center;
		margin-top: -66px;
		margin-bottom: 30px;
		-webkit-filter: drop-shadow( 4px 5px 4px  rgba(0, 0, 0, .7));
  		filter: drop-shadow( 4px 5px 4px rgba(0, 0, 0, .7));
	}

		footer .kohl img{
			width: 260px;
			height: auto;
			
		}




@media (min-width: 640px) and (max-width: 767px) {
	footer .column-head-image img{
		height: 50px;
	}

}
@media (min-width: 768px) and (max-width: 991px) {
	footer .column-head-image img{
		height: 50px;
	}

}