 
	
body{
background-color:#e5e5e5;
padding:0;
margin:0;
}

	
		.navbar-custom {
			border:none;
		height:60px;
		border-bottom:1px solid rgba(255,255,255,0);
			-webkit-transition: all 1.5s ease;
	transition: all 2s ease;
			background-color:rgba(0,0,0,0);

		}
		@media only screen and (max-width: 766px) {
		.navbar-collapse {
			background:rgba(0,0,0,.8);
			text-align:center;
		}
		}

		
		nav.shrink {
			background-color: rgba(0,0,0,0.9);
			border-bottom:3px solid orange;
			height:60px;
			padding-top:0px;
			-webkit-transition: all 3s ease;
	transition: all 3s ease;
		}
		.navbar-brand {
				font-size:2em;
				color:white !important;
			}
			
		#menu .navbar-nav li a{
			color:white;
		}
		#menu .navbar-nav li a:hover {
			border:1px solid orange;
			
			-webkit-transition: all 2s ease;
	transition: all 2s ease;
	color:orange;
		}
		
		#menu ul {
			float:right;
			
		}

		#topcontainer {
		
		background-image:url("images/background1.jpg");	
		width:100%;
		height:100%;
    background-size: cover;
	background-attachment:fixed;
			
		}
		
		
		#toprow {
			margin-top:0;
			
		}
		
		#toprow h1 {
			font-size:300%;
		}

		.padding {
		padding:0px;
		margin:0px;
		}
		
		.thumborder {
			   border:0;
    box-shadow:0;
    border-radius:0;
		}
		
		.margintop {
			margin-top:30px;
		}
		
		.margintop1 {
			margin-top:150px;
		}
		
		.center {
			text-align:center;
		}
		
		.title {
			margin-top:100px;
			font-size:300%;
		}
		
		#footer {
		
		width:100%;
		height:400px;
			background-color:#B0D1FB;
		}
		
		.marginbottom {
			margin-bottom:30px;
		}
	
		.jumbotron {
			background-image:url("images/1.jpeg");
			background-attachment:fixed;
			background-size:cover;
			width:100%;
			height:50%;
			padding:0;
			margin-top:50px;
		}

		
		#dyo {
			margin-bottom:50px;
			background-image: url("images/slider-bg1.jpg");
			background-size: cover;
			color:white;
		}
		
		.margint {
			margin-top:50px;
			margin-bottom:50px;
		}
		
	.intro-text a {
		text-decoration:none;

		
		font-size:3em;
	}
#angledown {

	color:white;
}


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

.service {
	width: 100%;
	height: 320px;
	margin: 80px 0;
	text-align: center;
	border: 1px solid #ddd;
	background-color:rgba(0,0,0,.5);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service p {
	font-size:1em;
}

.service .icon-holder {
	position: relative;
	top: 100px;
	display: inline-block;
	margin-bottom: 40px;
	padding: 10px;
	background:transparent;
	border:1px solid white;
	color:white;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.service .heading {
	position: relative;
	top: 80px;
	color:white;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.service .icon-holder > img.icon {
	width: 40px;
}

.service:hover {
	border-color: #00a8ff;
}

.service:hover .icon-holder {
	top: -30px;
}

.service:hover .heading {
	top: -30px;
	color:white;
}

.service .description {
	width: 80%;
	margin: 0 auto;
	opacity: 0;
	color:white;
	-webkit-transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
}

.service:hover .description {
	opacity: 1;
	color:white;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}
#contact1 {
	width:100%;
	padding:0px;
	margin:0px;
}

#contact {
	margin-top:50px;
	width:100%;
	height:450px;
	padding:10px 0;
	background-color:black;
	color:#fff;
}

#contact p, h1 {
	text-align:center;
}

#contact .btn-default {
	padding:4px 60px;
	margin:15px;
	border:1px solid #fff;
	border-radius:0;
	transition:0.3s;
}

#contact .btn-default:hover {
	color:#fff;
	background-color:#001F3D;
	transition:0.3s;
}























header {
  background-image: url('../img/header-bg.jpg');
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
  text-align: center;
  color: #262626;
}
header .intro-text {
  padding-top: 100px;
  padding-bottom: 50px;
}
header .intro-text .intro-lead-in {
  font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-style: italic;
  font-size: 22px;
  line-height: 22px;
  margin-bottom: 25px;
}
header .intro-text .intro-heading {
  font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 25px;
}
@media (min-width: 768px) {
  header .intro-text {
    padding-top: 300px;
    padding-bottom: 200px;
  }
  header .intro-text .intro-lead-in {
    font-family: "Droid Serif", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: italic;
    font-size: 40px;
    line-height: 40px;
    margin-bottom: 25px;
  }
  header .intro-text .intro-heading {
    font-family: "Montserrat", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 75px;
    line-height: 75px;
    margin-bottom: 50px;
  }
}	






.hovereffect {
  width: 100%;
  height: 100%;
  float: left;
  overflow: hidden;
  position: relative;
  text-align: center;
  cursor: default;
}

.hovereffect .overlay {
  position: absolute;
  overflow: hidden;
  width: 80%;
  height: 80%;
  left: 10%;
  top: 10%;
  border-bottom: 1px solid #FFF;
  border-top: 1px solid #FFF;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
}

.hovereffect:hover .overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.hovereffect img {
  display: block;
  position: relative;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
}

.hovereffect:hover img {
  filter: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feComponentTransfer color-interpolation-filters="sRGB"><feFuncR type="linear" slope="0.6" /><feFuncG type="linear" slope="0.6" /><feFuncB type="linear" slope="0.6" /></feComponentTransfer></filter></svg>#filter');
  filter: brightness(0.6);
  -webkit-filter: brightness(0.6);
}

.hovereffect h2 {
  text-transform: uppercase;
  text-align: center; 
  position: relative;
  font-size: 17px;
  background-color: transparent;
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,-100%,0);
  transform: translate3d(0,-100%,0);
}

.hovereffect a, hovereffect p {
  color: #FFF;
  padding: 1em 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,100%,0);
  transform: translate3d(0,100%,0);
}

.hovereffect:hover a, .hovereffect:hover p, .hovereffect:hover h2 {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}

			
