/*mobile*/
@media only screen and (max-width: 768px) {
	
	.desktop {
		
		display: none;
	}
	.mobile {
		
		display: block;
	}

		p {
		line-height: 1;
		margin-top: 5px;
			}
	
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 1px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px; /* Some padding */
  padding-left: 10px;
  background-position: center; 
  background-image: url("../img/scroll.png"); 
  background-size: 50% auto;
  background-repeat: no-repeat;
  vertical-align: top;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 0.8;
  width: 90px;
  height: 90px;
}

#myBtn:hover {
	opacity: 1.0;
 
}
.logo {
width: 225px;
margin: 0 auto;
padding-bottom: 14px;
margin-top: -65px;
margin-left: 20px;
}
@font-face {
				font-family: 'Raleway', sans-serif;
			}
			
			.head {
				font-family:imprint;
				font-size:32px
			}
			
			body {

			   background-size: repeat;
			   padding-top: 0px;	
				
			}
			
			.transparent {
				background-image: url("..img\banners\mographic-banner.png"); 
				background-size: 256px auto;
				padding-top: 70px;
				background-repeat: repeat-y;
			}
			
			.mainContainer {		
				
			}
			div.hidden
			{
			   display: none
			}
			
			/*#rect {
			 	background-image: url("../img/dlk_movement.png"); 
				background-size: cover;	
			}*/
			
			.row {
				margin-right: -30px;
				margin-left: -5px;
				margin-top: 15px;
			}
			
			.white_html {
				
			}

            a {
				border: none; 
			}
			
			a:hover {
				color: #428bca;
				text-decoration: none;
			}
			
			a:focus {

			}
			
			a.list-group-item:hover, a.list-group-item:focus {
				color: black;
				background-color: white;
			}
			.panel-body{
				    padding: 0px 15px 0 100px;
			}

			.list-group-item {
				position: relative;
				display: block;
				padding: 10px 15px;
				margin-bottom: -1px;
				background-color: #FFF;
				border: 1px solid #FFF;
				font-family:Raleway;
				font-size: 18px;
				float:left;
			}
			

			
			hr {
				margin-top: 20px;
				margin-bottom: 10px;
				border-width: 3px 0px 0px;
				border-style: double none none;
				border-color: #000000;
				max-width: 80%;
				-moz-border-top-colors: none;
				-moz-border-right-colors: none;
				-moz-border-bottom-colors: none;
				-moz-border-left-colors: none;
				border-image: none;
			}
				.hr2 {
				margin-top: 10px;
				margin-bottom: 10px;
				border-width: 1px 0px 0px;
				border-style: solid none none;
				border-color: #000000;
				max-width: 20%;
				-moz-border-top-colors: none;
				-moz-border-right-colors: none;
				-moz-border-bottom-colors: none;
				-moz-border-left-colors: none;
				border-image: none;
			}
				.hr3 {
				margin-top: -30px;
				margin-bottom: 30px;
				border-width: 1px 0px 0px;
				border-style: solid none none;
				border-color: #000000;
				max-width: 50%;
				-moz-border-top-colors: none;
				-moz-border-right-colors: none;
				-moz-border-bottom-colors: none;
				-moz-border-left-colors: none;
				border-image: none;
			}			
			.portfolio-item {
			 padding-top: 10px;
			}
			
			
			.img-responsive {
				
			} 
				
			.img-responsive:hover {

			} 
			
			  
			.logo:hover {
				-webkit-filter: drop-shadow(0px 0px 5px #000);
  				filter: drop-shadow(0px 0px 5px #000);
			}
			
			.underlined {
			 text-decoration: underline;
			}
			
			li {
				list-style-type: none;
				float:left;
    			padding-right: 10px;  
			}​
			
			.iconHov {
			    -webkit-transition: all 1s ease; /* Safari and Chrome */
				-moz-transition: all 1s ease; /* Firefox */
				-o-transition: all 1s ease; /* IE 9 */
				-ms-transition: all 1s ease; /* Opera */
				transition: all 1s ease;
			}
			
			.iconHov:hover {
			    -webkit-transform:scale(1.15); /* Safari and Chrome */
   				-moz-transform:scale(1.15); /* Firefox */
    			-ms-transform:scale(1.15); /* IE 9 */
    			-o-transform:scale(1.15); /* Opera */
     			transform:scale(1.15);
			}
			
			.textBody {
				 font-size: 6px;
				 text-align: center;				 
			}
			
			hr.feature {
				    margin-top: -13px;
					padding-bottom:10px;

			}
			
			
			h3 {
				width: 65%;
				 background-color: white;
				transform: translateZ(0);
			}
			
			.DLK {
				  font-size: 40px;
				  font-family: "Raleway";
				  color: rgb(0, 0, 0);
				  text-transform: uppercase;
				  text-align: left;
				}
			.DLK1 {
				  font-size: 35px;
				  font-family: "Raleway";
				  color: rgb(0, 0, 0);
				  text-transform: uppercase;
				  text-align: left;
				}
			.DLK2 {
				  font-size: 20px;
				  font-family: "Raleway";
				  color: rgb(0, 0, 0);
				  text-transform: uppercase;
				  text-align: left;
				}	

			.ProjectText {
				position: relative;
				display: block;
				padding-top: 2px;
				margin-bottom: -1px;
				font-family: Raleway;
				font-size: 16px;
				color: #555;
				width: 205px;
				text-align: center;
				
			}
				
html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow: display-none;
  padding-bottom:7px; /* this needs to be bigger than footer height*/
}

.transition {
    -webkit-transform: scale(1.01); 
    -moz-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.content {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	z-index: 5;
	padding-bottom: 20px;
}


			
/**************Animation Style Starts*****************/	


/**************Showcase Style Starts*****************/


.showcase {
	list-style: none;
	padding: 0 0 40px 40px;
	height: 244px;
}
.showcase li {
	float: left;
	width: 244px;
	height: 139px;
	overflow: hidden;
	margin: 20px 13px 0 0;
}
.showcase a {
	display: block;
	width: 244px;
	height: 139px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.showcase a img {
	width: 500px;
	height: 374px;
	margin: 0 auto;
	position: absolute;
	left: -104px;
	top: -40px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover img {
	width: 285px;
	height: 213px;
	left: 0;
	top: -10px;
}
.showcase a p {
	background: #ffffff;
	color: white;
	font-size: 14px;
	padding: 12px 20px;
	position:absolute;
	bottom:-100px;
	line-height: 15px;
	display: block;
	width: 245px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover p {
	bottom: 0;
	background: black;
}
.showcase a h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: black;
	width: 211px;
	padding: 8px 10px;
	position: absolute;
	left:16px;
	bottom:0px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover h3 {
	bottom:94px;
	background: black;
}
.showcase a h3 i {
	width: 33px;
	height: 26px;
	position: absolute;
	right: 0px;
	top: 1px;
	background: black;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
}

.showcase .thumb1 a p, .showcase .thumb1 a h3 {
	background: black;	
}
.showcase .thumb2 a p, .showcase .thumb2 a h3 {
	background: black;
}
.showcase .thumb2 a:hover p, .showcase .thumb2 a:hover h3 {
	background: black;
}
.showcase .thumb2 a h3 i {
	background: black;
}
.showcase .thumb2 a:hover h3 i {
	background: black;
}
.showcase .thumb3 a p, .showcase .thumb3 a h3 {
	background: black;
}
.showcase .thumb3 a:hover p, .showcase .thumb3 a:hover h3 {
	background: black;
}
.showcase .thumb3 a h3 i {
	background: black;
}
.showcase .thumb3 a:hover h3 i {
	background: black;
}

.footer {
  position: relative;
  margin-top: -50px; /* negative value of footer height */
  height: 50px;
  clear:both;
  padding-top:20px;
} 
}
/*desktop*/
@media only screen and (min-width: 768px) {
	
	.desktop {
		
		display: block;
	}
	.mobile {
		
		display: none;
	}
	
		p {
		line-height: 1;
		margin-top: 5px;
			}
			
#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 10px; /* Place the button at the bottom of the page */
  right: 1px; /* Place the button 30px from the right */
  z-index: 99; /* Make sure it does not overlap */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 5px; /* Some padding */
  padding-left: 10px;
  background-position: center; 
  background-image: url("../img/scroll.png"); 
  background-size: 50% auto;
  background-repeat: no-repeat;
  vertical-align: top;
  transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  opacity: 0.8;
  width: 90px;
  height: 90px;
}

#myBtn:hover {
	opacity: 1.0;
 
}
.logo {
margin: auto 0; 
margin-bottom:15px; 
width: 100%;

}


@font-face {
				font-family: 'Raleway', sans-serif;
			}
			
			.head {
				font-family:imprint;
				font-size:32px
			}
			
			body {

			   background-size: repeat;
			   padding-top: 0px;	
				
			}
			
			.transparent {
				
				background-color: black;
			}
			
			.mainContainer {		
				
			}
			div.hidden
			{
			   display: none
			}
			
			/*#rect {
			 	background-image: url("../img/dlk_movement.png"); 
				background-size: cover;	
			}*/
			
			.row {
				margin-right: -30px;
				margin-left: -5px;
				margin-top: 1px;
			}
			
			.white_html {
				
			}

			a:active {
				outline : none; 
			}
			
			a:hover {
				color: #428bca;
				text-decoration: none;
				outline: none;
			}
			
			a:focus {
				outline: none;
			}
			 
			a.list-group-item:hover, a.list-group-item:focus {
				color: grey;
				background-color: black;

				
			}
			.panel-body{
				    padding: 0px 15px 0 100px;
			}

			.list-group-item {
				position: relative;
				display: block;
				padding: 10px 15px;
				margin-bottom: -1px;
				background-color: black;
				border: 1px solid #000;
				font-family:Raleway;
				font-size: 18px;
				float:left;
			}
			

			
			hr {
				margin-top: 20px;
				margin-bottom: 10px;
				border-width: 3px 0px 0px;
				border-style: double none none;
				border-color: #000000;
				max-width: 80%;
				-moz-border-top-colors: none;
				-moz-border-right-colors: none;
				-moz-border-bottom-colors: none;
				-moz-border-left-colors: none;
				border-image: none;
			}
				.hr2 {
				margin-top: 10px;
				margin-bottom: 10px;
				border-width: 1px 0px 0px;
				border-style: solid none none;
				border-color: #000000;
				max-width: 20%;
				-moz-border-top-colors: none;
				-moz-border-right-colors: none;
				-moz-border-bottom-colors: none;
				-moz-border-left-colors: none;
				border-image: none;
			}
				.hr3 {
				margin-top: -30px;
				margin-bottom: 30px;
				border-width: 1px 0px 0px;
				border-style: solid none none;
				border-color: #000000;
				max-width: 50%;
				-moz-border-top-colors: none;
				-moz-border-right-colors: none;
				-moz-border-bottom-colors: none;
				-moz-border-left-colors: none;
				border-image: none;
			}			
			.portfolio-item {
			 padding-top: 10px;
			}
			
			
			.img-responsive {
				
			} 
				
			.img-responsive:hover {

			} 
			
			.logo {
			  max-width: 100%;
			  height: auto;
			  padding-bottom: 10px;
			  }
			  
			.logo:hover {
				-webkit-filter: drop-shadow(0px 0px 5px #000);
  				filter: drop-shadow(0px 0px 5px #000);
			}
			
			.underlined {
			 text-decoration: underline;
			}
			
			li {
				list-style-type: none;
				float:left;
    			padding-right: 10px;  
			}​
			
			.iconHov {
			    -webkit-transition: all 1s ease; /* Safari and Chrome */
				-moz-transition: all 1s ease; /* Firefox */
				-o-transition: all 1s ease; /* IE 9 */
				-ms-transition: all 1s ease; /* Opera */
				transition: all 1s ease;
			}
			
			.iconHov:hover {
			    -webkit-transform:scale(1.15); /* Safari and Chrome */
   				-moz-transform:scale(1.15); /* Firefox */
    			-ms-transform:scale(1.15); /* IE 9 */
    			-o-transform:scale(1.15); /* Opera */
     			transform:scale(1.15);
			}
			
			.textBody {
				 font-size: 6px;
				 text-align: center;				 
			}
			
			hr.feature {
				    margin-top: -13px;
					padding-bottom:10px;

			}
			
			
			h3 {
				width: 65%;
				 background-color: white;
				transform: translateZ(0);
			}
			
			.DLK {
				  font-size: 40px;
				  font-family: "Raleway";
				  color: rgb(0, 0, 0);
				  text-transform: uppercase;
				  text-align: left;
				}
			.DLK1 {
				  font-size: 35px;
				  font-family: "Raleway";
				  color: rgb(0, 0, 0);
				  text-transform: uppercase;
				  text-align: left;
				}
			.DLK2 {
				  font-size: 20px;
				  font-family: "Raleway";
				  color: rgb(0, 0, 0);
				  text-transform: uppercase;
				  text-align: left;
				}	

			.ProjectText {
			position: relative;
			display: block;
			padding-top: 3px;
			margin-bottom: -2px;
			font-family: Raleway;
			font-size: 16px;
			color: #555;
			width: 205px;
			
			}
				
html, body {
  height: 100%;
}

#wrap {
  min-height: 100%;
}

#main {
  overflow: display-none;
  padding-bottom:7px; /* this needs to be bigger than footer height*/
}

.transition {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.content {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	z-index: 5;
	padding-bottom: 10px;
}

.list-group-item {
 background-color: black;
}
			
/**************Animation Style Starts*****************/	


/**************Showcase Style Starts*****************/


.showcase {
	list-style: none;
	padding: 0 0 40px 40px;
	height: 244px;
}
.showcase li {
	float: left;
	width: 244px;
	height: 139px;
	overflow: hidden;
	margin: 20px 13px 0 0;
}
.showcase a {
	display: block;
	width: 244px;
	height: 139px;
	overflow: hidden;
	position: relative;
	text-decoration: none;
}
.showcase a img {
	width: 500px;
	height: 374px;
	margin: 0 auto;
	position: absolute;
	left: -104px;
	top: -40px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover img {
	width: 285px;
	height: 213px;
	left: 0;
	top: -10px;
}
.showcase a p {
	background: #ffffff;
	color: white;
	font-size: 14px;
	padding: 12px 20px;
	position:absolute;
	bottom:-100px;
	line-height: 15px;
	display: block;
	width: 245px;
	cursor: pointer;
	opacity: 0.7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover p {
	bottom: 0;
	background: black;
}
.showcase a h3 {
	font-size: 13px;
	text-transform: uppercase;
	color: #fff;
	background: black;
	width: 211px;
	padding: 8px 10px;
	position: absolute;
	left:16px;
	bottom:0px;
	cursor: pointer;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.showcase a:hover h3 {
	bottom:94px;
	background: black;
}
.showcase a h3 i {
	width: 33px;
	height: 26px;
	position: absolute;
	right: 0px;
	top: 1px;
	background: black;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	font-size:18px;
	font-weight:normal;
	text-align:center;
	padding:6px 0 0 0;
}

.showcase .thumb1 a p, .showcase .thumb1 a h3 {
	background: black;	
}
.showcase .thumb2 a p, .showcase .thumb2 a h3 {
	background: black;
}
.showcase .thumb2 a:hover p, .showcase .thumb2 a:hover h3 {
	background: black;
}
.showcase .thumb2 a h3 i {
	background: black;
}
.showcase .thumb2 a:hover h3 i {
	background: black;
}
.showcase .thumb3 a p, .showcase .thumb3 a h3 {
	background: black;
}
.showcase .thumb3 a:hover p, .showcase .thumb3 a:hover h3 {
	background: black;
}
.showcase .thumb3 a h3 i {
	background: black;
}
.showcase .thumb3 a:hover h3 i {
	background: black;
}

.footer {
  position: relative;
  margin-top: -50px; /* negative value of footer height */
  height: 50px;
  clear:both;
  padding-top:20px;
} 
}
