@charset "utf-8";
/* CSS Document */




 h2 {
    font-size: 24px;
    text-transform: uppercase;
    color: #303030;
    font-weight: 600;
    margin-bottom: 30px;
  }
  h4 {
    font-size: 19px;
    line-height: 1.375em;
    color: #303030;
    font-weight: 400;
    margin-bottom: 30px;
  }  
  .jumbotron {
    background-color: #09F;
    color: #fff;
    padding: 350px 100px;
    font-family: Montserrat, sans-serif;
  }
  
   #jumboh {
	   font-size:70px;
	   font-weight:300;
	   padding: 20px 20px 3px 20px;
    color: #fff;
    font-family: Tahoma, Geneva, sans-serif;
  }
  
   #biz {
	   font-size:30px;
	   font-weight:100;
	   padding: 0px 10px 10px 0px;
    color: #CCC;
    font-family: Tahoma, Geneva, sans-serif;
  }
  
  .container-fluid {
    padding: 60px 50px;
  }
  .bg-grey {
    background-color: #f6f6f6;
  }
  
    .bg-white {
    background-color: #ffffff;
  }
  
  .logo-small {
    color: #f4511e;
    font-size: 50px;
  }
  .logo {
    color: #06C;
    font-size: 150px;
  }
  
  
  .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
  .carousel-control.right, .carousel-control.left {
    background-image: none;
    color: #f4511e;
  }
  .carousel-indicators li {
    border-color: #f4511e;
  }
  .carousel-indicators li.active {
    background-color: #f4511e;
  }
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  .panel {
    border: 1px solid #f4511e; 
    border-radius:0 !important;
    transition: box-shadow 0.5s;
  }
  .panel:hover {
    box-shadow: 5px 0px 40px rgba(0,0,0, .2);
  }
  .panel-footer .btn:hover {
    border: 1px solid #06C;
    background-color: #fff !important;
    color: #06C;
  }
  .panel-heading {
    color: #fff !important;
    background-color: #06C !important;
    padding: 25px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  .panel-footer {
    background-color: white !important;
  }
  .panel-footer h3 {
    font-size: 32px;
  }
  .panel-footer h4 {
    color: #aaa;
    font-size: 14px;
  }
  .panel-footer .btn {
    margin: 15px 0;
    background-color: #06C;
    color: #FFFFFF;
  }
  
    .panel-footer a {
    margin: 15px 0;
    background-color: #06C;
    color: #FFFFFF;
  }
  
    .panel-footer a:hover {
    margin: 15px 0;
    background-color: #FFFFFF;
    color: #06C;
	text-decoration:none;
  }
  
  
  .navbar {
    margin-bottom: 0;
    background-color: #06C;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 2px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }
  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #03F !important;
    background-color: #fff !important;
  }
  .navbar-default .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  
  #footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #FFFFFF;
  }


.slideanim {visibility:hidden;}
  .slide {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1s;
    -webkit-animation-duration: 1s;
    visibility: visible;
  }
  
    .slide1 {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1.3s;
    -webkit-animation-duration: 1.3s;
    visibility: visible;
  }
  
    .slide2 {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1.6s;
    -webkit-animation-duration: 1.6s;
    visibility: visible;
  }
  
    .slide3 {
    animation-name: slide;
    -webkit-animation-name: slide;
    animation-duration: 1.8s;
    -webkit-animation-duration: 1.8s;
    visibility: visible;
  }
  
  
 @keyframes slide {
    0% {
      opacity: 0;
      transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      transform: translateY(0%);
    }
  }
  @-webkit-keyframes slide {
    0% {
      opacity: 0;
      -webkit-transform: translateY(70%);
    } 
    100% {
      opacity: 1;
      -webkit-transform: translateY(0%);
    }
  }
  @media screen and (max-width: 768px) {
    .col-sm-4 {
      text-align: center;
      margin: 25px 0;
    }
    .btn-lg {
      width: 100%;
      margin-bottom: 35px;
    }
  }
  @media screen and (max-width: 480px) {
    .logo {
      font-size: 150px;
    }
  }


#footer .fa {
	padding:10px;
	font-size: 15px;
	
}

body .fa {
	padding:20px;
	font-size: 150px;
	
}

.nav .fa {
	padding:15px;
	font-size: 15px;
	
}


#footer  a{
	text-decoration:none;
	color:#fff;
	
}
 

#footer {
  width: 100%;
  height: auto;
  alignment-adjust:central;
  text-align:left;
  line-height:30px;
  background-color:#960;
  padding:20px 20px;
  color:#FFF;

}  


#about, #mission, #vision, #promise {
	line-height: 30px;
}




#disp1 {
  background: url(dom.png) no-repeat center center fixed;
  width: 100%;
  height: 400px;
  position:relative;
  
  display: table;
  background-size: cover;

}


#disp2 {
  width: 100%;
  height: 300px;
  position:relative;
}




#hwd{
	height:auto;
	width:auto;
	
}


#hdw :hover{
	height:auto;
	width: 70%;
	
	box-shadow: 1px 4px 4px 1px #888888;
}






.rounded-corners {
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    -khtml-border-radius: 15px;
    border-radius: 15px;
}



#photo{
	position:relative;
	float:left;
	left:0;
	
}





#side1{
	height:auto;
	width:210px;
	
}

#login{
	display:block;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	background-color: #FFFFFF;
	text-align: left;
	margin: 7px;
	padding: 3px;
	border: thin solid #FF0000;
	width: 180px;
	vertical-align: middle;
	color: #0066CC;
}

#usernav {
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	margin: 7px;
	padding: 7px;
}


#usernav a{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color: #0099FF;
	letter-spacing: 0.1em;
	display: block;
	margin: 4px;
	padding: 2px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 22px;
	white-space: normal;
	color: #FFFFFF;
}

#usernav a:hover{
	background:#FFFFFF;
	color: #0099FF;
}


#navigation{
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	margin: 7px;
	padding: 7px;
}


#navigation a{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color: #0066CC;
	letter-spacing: 0.1em;
	display: block;
	margin: 4px;
	padding: 2px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 35px;
	white-space: normal;
	color: #FFFFFF;
}

#navigation a:hover{
	background:#FFFFFF;
	color: #0066CC;
}

#enter{
	text-decoration: none;
	background-color: #FFFFFF;
	text-align: left;
	display: block;
	margin: 7px;
	padding: 7px;
}


#enter a{
	font-family: Verdana;
	font-size: 12px;
	font-style: normal;
	text-decoration: none;
	background-color: #FF99FF;
	letter-spacing: 0.1em;
	display: block;
	margin: 4px;
	padding: 2px;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	height: 22px;
	white-space: normal;
	color: #FFFFFF;
}

#enter a:hover{
	background:#FFFFFF;
	color: #FF99FF;
}


#homeani{
	text-align: left;
	display: block;
	margin: 5px;
	padding: 5px;
}

#buy{
	width:100px;
	height:30px;
	background-color:#F39;	
}

#buy a{
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration: none;
}

#buy a:hover {
	background-color: #FFF;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:14px;
	color:#F39;
	text-decoration:underline;
	}




#dm{
	height:auto;
	width:550px;
	float:left;
	margin: 5px;
	padding: 4px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(tabbgsky.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border: thin solid #0099FF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

#dm img{
	float:left;
}

#dm ul {
	list-style-type: square;
	
}

#dm h2{
	font-family: Arial;
	font-size: 28px;
	line-height: 2em;
	float: right;
	margin: 3px;
	padding: 10px;
}

#dm h3{
	font-family: Arial;
	font-size: 14px;
	line-height: 2em;
	float: right;
	margin: 3px;
	padding: 10px;	
}

#dm h5{
	font-family: Arial;
	font-size: 14px;
	line-height: 2em;
	float: right;
	margin: 3px;
	padding: 10px;	
}


#ndx{
	height:auto;
	width:700px;
	float:left;
	margin: 5px;
	padding: 4px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(tabbgsky.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border: thin solid #0099FF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}

#sch{
	height:auto;
	width:550px;
	float:left;
	margin: 5px;
	padding: 4px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(tabbgsky.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border: thin solid #0099FF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
}




#ndx h5{
	font-family: Arial;
	font-size: 14px;
	line-height: 2em;
	float: right;
	margin: 3px;
	padding: 10px;	
}



#tab{
	height:auto;
	width:200px;
	float:left;
	margin: 5px;
	padding: 4px;
	clear: both;
	background-color: #FFFFFF;
	background-image: url(tabbgsky.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	border: thin solid #0099FF;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-khtml-border-radius: 15px;
	border-radius: 15px;
	
	 
}

#tab img{
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
}

#clearfloat { 
	clear:both;
}

#footer{
	background-color: #06C;
	position:relative;

	width:auto;
	color:#FFFFFF;
	font-family: Arial;
	text-align: center;	
}
