@charset "utf-8";
h3 {
	text-align: center;
	color: #FFFFFF;
}
h3a {
    text-align: center;
    color: #FFFFFF;
    font-size: 20px;
    font: bold;
    text-align-last: center;
}
h5 {
	font-size: large;
}
.p {
	text-align: center;
}
#motto{
    color: #ffffff;
    top: 20%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease /* Chrome, Safari, Opera */;
    text-shadow: 3px 3px 3px #000000;
    padding-right: 2%;
}
#motto1{
    color: #ffffff;
    top: 30%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 5s ease-out;
    -webkit-animation: mymove 5s ease-out;
    -webkit-animation-timing-function: ease /* Chrome, Safari, Opera */;
    text-shadow: 3px 3px 3px #000000;
}
#motto2{
	color: #ffffff;
	top: 5%;
	position: absolute;
	padding-left: 2%;
	text-shadow: 3px 3px 3px #000000;
}
/* Chrome, Safari, Opera */
@-webkit-keyframes mymove {
   0% {left:1000px;}
	100% {left:0px;}
}

/* Standard syntax */
@keyframes mymove {
    0% {left:1000px;}
	100% {left:0px;}
}
#motto3{
	color: #ffffff;
	top: 28%;
	position: absolute;
	padding-left: 2%;
	text-shadow: 3px 3px 3px #000000;
}

#main {
	padding-top: 25px;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	width: 85%;
	max-width: 850px;
	
	}
.p-white {
	color: #ffffff;
	text-align: left;
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	/* [disabled]padding-top: 15px; */
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
}
.h3a-white {


}
.p-white2 {
	color: #ffffff;
	text-align: justify;
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	/* [disabled]padding-top: 15px; */
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
}
.p-white-1 {
	color: #ffffff;
	text-align: justify;
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	/* [disabled]padding-top: 15px; */
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
}
.p-black {
	color: #ADADAD;
	text-align: justify;
	width: 100%;
	max-width: 850px;
	margin-left: auto;
	/* [disabled]padding-top: 15px; */
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
}
.p-grey {
	text-align: center;
	margin-top: -10px;
	color: #ADADAD;
	font-weight: normal;
}
.p-yellow {
    color: #FFE816;
    text-align: right;
}
#main-red {
	background-color: #C50305;
	opacity: 1;
	color: #ffffff;
	text-align: center;
	border-color: #6A6A6A;
	padding-top: 25px;
	padding-bottom: 25px;
	text-shadow: 0px 0px;
}
#main-tranp {
    background-color: transparent;
    color: #ffffff;
    text-align: center;
    padding-top: 25px;
    padding-bottom: 25px;
}
#main-grey {
	color: #FFFFFF;
	text-align: center;
	padding-top: 25px;
	padding-bottom: 25px;
	background-color: #9E9E9E;
}

footer {
	background-color: #ADADAD;
	color: #000000;
	text-align: center;
	font-weight: normal;
	list-style-type: none;
	padding-right: 5px;
	padding-top: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
	font-size: medium;
}
#footermenu{
	color: #000000;
	font-weight: bold;
}
#footermenu:hover {
	font-weight: normal;
	background-color: #727272;
	color: #19f1ee;
	text-decoration: none;
}
#footermenu:focus {
	font-weight: bold;
	background-color: #000000;
	color: #000000;
	text-decoration: none;
}
#wrapper {
    background-image: url(url), -o-linear-gradient(270deg,rgba(63,63,63,1.00) 0%,rgba(0,0,0,1.00) 93.26%);
    background-image: url(url), -webkit-linear-gradient(270deg,rgba(63,63,63,1.00) 0%,rgba(0,0,0,1.00) 93.26%);
    background-image: url(url), -moz-linear-gradient(270deg,rgba(63,63,63,1.00) 0%,rgba(0,0,0,1.00) 93.26%);
    background-image: url(url), linear-gradient(180deg,rgba(63,63,63,1.00) 0%,rgba(0,0,0,1.00) 93.26%);
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
}
.navbar.navbar-default {
	border-left-width: 0px;
	border-right-width: 0px;
	border-top-width: 0px;
	border-radius: 0px;
	background-color: #ADADAD;
	opacity: 0.9;
	padding-left: 0px;
	padding-right: 0px;
	font-weight: bold;
	-webkit-box-shadow: 0px 1px 10px #000000;
	box-shadow: 0px 1px 10px #000000;
	font-size: small;
}
.nav.navbar-nav>li>a{
	color: #000000;
	font-weight: bold;
}
.nav.navbar-nav.navbar-right>li>a:focus {
	background-color:#000000;
	color:#19f1ee;}
.nav.navbar-nav.navbar-right>li>a:hover {
	background-color: #727272;
	color: #19f1ee;
}
.navbar-nav > li > .dropdown-menu {
	font-weight: bold;
	padding:10px;
	background-color:#000000;
	opacity: 0.85;
}
.dropdown-menu>li>a {
	color:#ffffff;
	font-weight: bold;
	padding:10px
}
.dropdown-menu>li>a:hover {
	color:#000000;
}
.navbar-default .navbar-brand {
	color: #000000;
	font-size: medium;
}
.navbar-default .navbar-brand:hover {
	color:#19f1ee;
	}
.nav.navbar-nav.navbar-right .glyphicon {
	color:#1BFF09
}
.nav.navbar-nav.navbar-right .fa .fa-wheelchair {
	font-size:175px;
}
.thumbnail{
	background-color: transparent;
	border: none;
}

.image-fill {
    width: 100%;
    margin-top: 50px;
    position: relative;
}
.carousel-inner .item .center-block.image-fill {
    margin-top: 0px;
    padding-top: 50px;
}

.image-fill-2 {
	width: 100%;
}
.btn-default {
	margin-right: 0px;
	margin-left: 0px;
	left: auto;
	right: auto;
}
.btn-default:hover {
	margin-right:0px;
	margin-left: 0px;
	background-color:#adadad;
	left: auto;
	right: auto;
	color: #FFFFFF;
	background-color: #000000;
	
}
.btn-default:focus {
	background-color:#737373;
	color: #FFFFFF;
	background-color: #000000;
	
}

.links {
	color: #E5E53F;
	font-weight: 300;
	font-size: large;
}
.links:hover {
	color: #ffffff;
	list-style-type: none;
}
.links:focus {
	color: #19E609;
	
}
#plinks {
	width: 85%;
	padding-top: 50px;
	padding-bottom: 25px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	padding-left: auto;
	padding-right: auto;
}
.lk_logo {
	text-align: center;
	clear: both;
}

#plinks h2, h4 {
	color:#ffffff;
}
div #projectform {
    margin-left: 4px;
    margin-right: 4px;
    border: thick groove #C50305;
    padding-left: 5px;
    padding-right: 5px;
}
select, input, textarea {
	padding-left:10px;
	margin-bottom:10px;
	background-color: #000000;
	color: #ffffff;
	font-weight: bold;
	
}
label {
	font-weight: 600;
}

input#submit {
	background-color:#1BFF09;
	color:#000000;
	
}

div.img {
    border: 1px solid #ccc;
}

div.img:hover {
    border: 1px solid #777;
}

div.img img {
    width: 100%;
    height: auto;
}

div.desc {
    padding: 15px;
    text-align: center;
}

* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}

.responsive {
    padding: 5 6px;
    float: left;
    width: 24.99999%;
}
#main div .col-md-6 {
    margin: 0px;
}
.image-fill {
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    padding-top: 50px;
}
#wrapper .services {
    margin-right: 2PX;
    padding: 2PX;
    margin-left: 2PX;
}
#wrapper .services #plinks {
}
.innerimg {
    position: relative;
}
#mottop {
    position: absolute;
    font-size: 26px;
    padding-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    padding-left: 5px;
}










@media only screen and (max-width:700px){
#motto {
    padding-top: 0px;
    font-size: 22px;
}
#motto1 {
    padding-top: 0px;
    font-size: 16px;
}
.col-md-6 {
    padding: 0px;
}
#main-red .p-white {
    text-align: justify;
}
	.navbar-default .navbar-toggle{
	border-color: #080808;
    background:#C50305;	
		
	}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #C50305;
}
#motto4 {
    position: absolute;
    top: 10%;
    margin: 2px;
    color: #ffffff;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease /* Chrome, Safari, Opera */;
    text-shadow: 3px 3px 3px #000000;
    font-size: 24px;
}
#mottoT {
    font-size: 22px;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
}
#mottob {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
}
#mottoI {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
}
.grtext {
    position: absolute;
    font-size: 22px;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    top: 47%;
}
#grtxtbox {
    min-width: 1000px;
}

.grtextimg {

}
.innerimg {
    visibility: hidden;
}
#mottog {
    color: #FFFFFF;
    position: absolute;
    top: 10%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    font-size: 22px;
    text-shadow: 3px 3px 3px #000000;
    margin-left: 5px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
#mg {
    font-size: 20px;
}
#mottop {
    position: absolute;
    font-size: 26px;
    padding-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    padding-left: 5px;
}
#mottoc {
    color: #ffffff;
    top: 20%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
    padding-right: 2%;
}
#mottoc1 {
    color: #ffffff;
    top: 30%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 5s ease-out;
    -webkit-animation: mymove 5s ease-out;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
    text-align: left;
}
#map {
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    max-width: 100%;
}














}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #f5f5f5;
}   
#mottog {
    color: #FFFFFF;
    position: absolute;
    top: 12%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
    margin-left: 5px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
    font-size: 22px;
}
#green {
    position: relative;
}



	
#main div h5 {
    text-align: justify;
}










}

@media only screen and (max-width:500px){
    .responsive {
        width: 100%;
    }


#wrapper section #main {
    width: 100%;
    max-width: 100%;
}

	#motto4 {
    position: absolute;
    top: 5%;
    margin-right: 2px;
    margin-left: 2px;
    color: #ffffff;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
    font-size: 22px;
}


	
.col-md-4 {
    padding: 0px;
}
.p-yellow {
    margin: 2px;
}
h3 {
    padding-top: 5px;
}
.p-white-1 {
    text-align: center;
}
#main-red .p-white {
    text-align: justify;
}

#wrapper #main {
    width: 100%;
    max-width: 100%;
    padding-left: 2px;
    padding-right: 2px;
}

.image-fill {
    margin-top: 50px;
    padding: 0px;
}
.col-md-6   {
    padding: 0px;
}
#main div h5 {
    text-align: justify;
}
#main div .p-white-1 {
    text-align: justify;
}
#wrapper #carousel1 {
    margin-top: 50px;
}
#wrapper div #motto {
    position: relative;
}
#mottoT {
    font-size: 22px;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
}
#mottob {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
}
#mottoI {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
}
.grtextimg {
    position: absolute;
}
.innerimg {
    visibility: hidden;
}
.grtext {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    position: absolute;
    top: 65%;
}
#mottog {
    color: #FFFFFF;
    position: absolute;
    top: 10%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    font-size: 20px;
    text-shadow: 3px 3px 3px #000000;
    margin-left: 5px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
#mg {
    font-size: 20px;
    top: 10%;
}
#mottop {
    position: absolute;
    font-size: 26px;
    padding-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    padding-left: 5px;
}
#mottoc {
    color: #ffffff;
    top: 20%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
    padding-right: 2%;
    text-align: left;
    font-size: 22px;
}
#mottoc1 {
    color: #ffffff;
    top: 30%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 5s ease-out;
    -webkit-animation: mymove 5s ease-out;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
    text-align: left;
    font-size: 16px;
}
div #projectform {
    margin-left: 4px;
    margin-right: 4px;
    border: thick groove #C50305;
    padding-left: 5px;
    padding-right: 5px;
}
#main form {
    max-width: 100%;
    width: 100%;
}



























}



#plinks {
}

.services {
	background-color: #000000;
}
.floating-w {
	position: absolute;
	top: 12%;
}
.acessble {
	background-image: url(../images/Accessibilty.jpg);
	background-size: 33.333% 230px;
	background-repeat: repeat-x;
	min-height: 230px;
	bottom: auto;
}
.rdtext {
    color: #FD0004;
    text-align: left;
    margin-left: 3%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    text-shadow: 1px -1px #656565;
}
.grtext {
    color: #23FE16;
    position: absolute;
    padding-top: 0px;
    margin-top: -260px;
    font-weight: bold;
    margin-left: 2%;
    text-indent: 15px;
    text-shadow: 3px 3px 3px #000000;
    padding-left: 2px;
    padding-right: 2px;
    
	
	
	
	
}

.grtextimg {
	color: #23FE16;
	position: absolute;
	padding-top: 0px;
	margin-top: -200px;
	font-weight: bold;
	margin-left: 3%;
	background-image: url(../images/Building%20Permit.jpg);
	background-size: contain;
	background-repeat: no-repeat;
}
.permits {
	background-image: url(../images/Permit_Drawing.jpg);
	background-repeat: no-repeat;
	background-size: 100% 50%;
	min-height: 150px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.u {
	text-decoration: underline;
	color: #C50305;
}
.p-wrap {
	float: right;
	clear: left;
	text-indent: 10px;
	text-align: justify;
	word-spacing: 3px;
	margin-top: 20px;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}

.bl-backgrd {
	background-color: #000000;
	margin-top: 50px;
}
.p-green {
	background-color: #00FF00;
}

@media (max-width:360px){
#motto {
    font-size: 22px;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 30%;
    position: absolute;
}
#motto4 {
    position: absolute;
    top: 10%;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    color: #ffffff;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease /* Chrome, Safari, Opera */;
    text-shadow: 3px 3px 3px #000000;
    margin-top: 2px;
    font-size: 22px;
}

.thumbnail {
    padding: 0px;
}

#motto1 {
    font-size: 16px;
    top: 35%;
    position: absolute;
}


h1 {
    font-size: 26px;
}

h3 {
    padding-top: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
}
.p-white-1 {
    padding-top: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    text-align: justify;
}
.p-white {
    padding-bottom: -5px;
    margin-bottom: 0px;
    padding-left: 2px;
    padding-right: 2px;
    text-align: justify;
    font-size: 10px;
}
#wrapper #main-red {
    padding-left: 2px;
    padding-right: 2px;
}




.img-thumbnail {
    padding: 0px;
}

.col-md-4 {
    padding: 0px;
}

#wrapper section #main {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
    ax-width: 100%;
    width: 100%;
    max-width: 100%;
}

.media-body {
    width: 100%;
    max-width: 100%;
}

#wrapper #main {
    width: 100%;
    padding-top: 0px;
    padding-right: 2px;
    padding-left: 2px;
    padding-bottom: 0px;
    max-width: 100%;
}
#wrapper #main div {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    padding-bottom: 0px;
}




.p-yellow   {
    margin: 2px;
}
.h3a-white {



}


#wrapper main {

}
#main div h5 {
    text-align: justify;
}
#wrapper #carousel1 {

}
#wrapper .services #plinks {
    width: 100%;
    padding-left: 2PX;
    padding-right: 2px;
}
#mottoT {
    font-size: 22px;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
}
#mottob {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
}
#mottoI {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
}
.grtext {
    position: absolute;
    top: 60%;
    font-size: 22px;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
}
.grtextimg {

}
.innerimg {
    visibility: hidden;
}
#mottog {
    color: #FFFFFF;
    position: absolute;
    top: 8%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    font-size: 22px;
    text-shadow: 3px 3px 3px #000000;
    margin-left: 5px;
    margin-right: 2px;
    padding-left: 2px;
    padding-right: 2px;
}
#mg {
    font-size: 22px;
}
#mottop {
    position: absolute;
    font-size: 22px;
    padding-top: 10px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    padding-left: 5px;
}
#mottoc {
    color: #ffffff;
    top: 14%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
    padding-right: 2%;
    font-size: 24px;
}
#mottoc1 {
    color: #ffffff;
    top: 17%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 5s ease-out;
    -webkit-animation: mymove 5s ease-out;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
    text-align: left;
    font-size: 18px;
}
div #projectform {
    margin-left: 4px;
    margin-right: 4px;
    border: thick groove #C50305;
    padding-left: 5px;
    padding-right: 5px;
}





























		 
}
.lnks {
}
.container-responsie {
}
.container-responsive {
}
.line hidden-md {
    visibility: hidden;
}
.linehidden-lg {
}
.h3second {
    margin-top: -10px;
    margin-right: -10px;
    margin-bottom: -10px;
    margin-left: -10px;
}

@media only screen and (max-width:767px){
	.navbar-default .navbar-toggle{
	border-color: #080808;
    background:#C50305;
}
	.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: #C50305;
}
#motto4 {
    position: absolute;
    top: 10%;
    margin: 2px;
    color: #ffffff;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease /* Chrome, Safari, Opera */;
    text-shadow: 3px 3px 3px #000000;
    font-size: 30px;
}
#mottob {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
}
#mottoI {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
}
.grtext {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    position: absolute;
    
}
#mg {
    font-size: 26px;
}
#mottoc {
    color: #ffffff;
    top: 20%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
    padding-right: 2%;
}
#mottoc1 {
    color: #ffffff;
    top: 30%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 5s ease-out;
    -webkit-animation: mymove 5s ease-out;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
}







}
	
}
.navbar-default .navbar-toggle .icon-bar {
	background-color: #f5f5f5;
}
   
#motto1 {
}
#motto4 {
    position: absolute;
    top: 12%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    color: #ffffff;
    margin-top: 25px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
    padding: 2px;
    text-shadow: 3px 3px 3px #000000;
    font-size: 22px;
}
#mottoT {
    font-size: 22px;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
}
#mottob {
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 25px;
    top: 12%;
    position: absolute;
    font-size: 22px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
}
#mottoI {
    padding-top: 0px;
    margin-left: 2px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-top: 0px;
    top: 12%;
    position: absolute;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    font-size: 30px;
    color: #FFFFFF;
    text-shadow: 3px 3px 3px #000000;
}
.innerimg {
}
#main-red {
}
#main {
}
.mottog {
}
#green {
}
#mg {
    font-size: 24px;
}
#mottop {
}
#mottoc {
    color: #ffffff;
    top: 10%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 3s ease-out 1;
    -webkit-animation: mymove 3s ease-out 1;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
    padding-right: 2%;
}
#mottoc1 {
    color: #ffffff;
    top: 17%;
    position: absolute;
    padding-left: 2%;
    animation: mymove 5s ease-out;
    -webkit-animation: mymove 5s ease-out;
    -webkit-animation-timing-function: ease;
    text-shadow: 3px 3px 3px #000000;
}
#map {
    padding-right: 4px;
    padding-left: 4px;
    margin-top: 0px;
    margin-right: 0px;
    margin-left: 0px;
    margin-bottom: 0px;
    max-width: 100%;
    width: 90%;
}
#form {
    padding: 0px;
}
#form {
}
#form {
}
#main-red {
}
#image-fill2 {
    padding-top: 30px;
}
.image-fill-3 {
    padding-top: 30px;
}
