@charset "utf-8";
/* CSS Document */

@font-face {
	font-family:'roboto';
	src:url('fonts/roboto.woff') format('woff');
	font-weight:normal;
	font-style:normal;
}



* {
	margin:0;
	padding:0;
	box-sizing:border-box;
}

.h1, h1 {
    font-size: 32px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 0px;
    
}
.navbar-inverse {
    background-color: #97adb19c;
    border-color: #e5e58d;
}
.clear {
	clear:both;
}

.color1 {
	color:#000000;
}

.color2 {
	color:#e4e6e6;
}


body {	
  	background:#060107 url(../images/wings-1940245_640.jpg) fixed;
	font-size: 14px;
	letter-spacing:1px;
	height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
   font-family: 'Cardo', serif;
	
	
}


h1, h2, h3, h4 {
	margin-top:25px;
}

p {
    text-align: justify;
    font-size: 18px;
}

#wrapper {
	width:1000px;
	margin:auto;
}

#header {
	width:100%;
	float:left;
}




#logo a {
	text-decoration:none;
	color:#CDDC39;
}


#logo {
	float: left;
    padding: 15px 0;
    color: #439e84;
    font-size: 60px;
    text-shadow: 0px 1px 2px #8d9c7c, 6px 3px 8px #9ea79d;
    font-weight: bold;
}


#logo .log {
	font:24px roboto;
	float:right;
	text-shadow:none;
	color:#fcb943;
}

#contact {
	float:right;
	text-align:right;
	font-weight:bold;
	padding-top:30px;
	color:#fff;
	font-size:26px;
}



.img {
	width: 115px;
	 height: 180px;

}

#nav {
	width:100%;
	height:50px;
	border-radius:10px;
	margin-bottom:15px;
	/*border: solid  1px #c1ffd3;;*/
	float:left;
background:#496b7f;
/*font-family: 'Macondo Swash Caps', cursive;*/
}
.navbar-inverse .navbar-brand {
    color: #ffffff;
}
#nav li {
	float:left;
	list-style:none;
}



#nav li a {
	float:left;
	font-size:14px;
	text-transform:uppercase;
	text-align:center;
	width:100%;
	padding:0 14px;
	line-height:48px;
	text-decoration:none;
	color:#fff;
}


#nav li a:hover,
#nav li a.active {
	color:#6db3f1;
}



#content {
	width:100%;
	padding:25px;
	border-radius:10px;
	float:left;
	background:rgba(255, 255, 255, 0.8);
	
}


#inner-images {
	width:100%;
	margin:25px 0;
}



#inner-images li {
	list-style:none;
	width:21%;
	float:left;
	font-size:12px;
	text-align:center;
	margin:0 2%;
}

#inner-images li img {
	width:100%;
	border:1px solid #000;
	border-radius:10px;
}



#side {
	width:30%;
	float:right;
}



#side p {
	padding:19px;
	margin-bottom:15px;
	width:100%;
border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
	float:left;
	border:1px solid #91074b;
	background:#fff;
}

#side p img{ vertical-align:top;
 width:100%;
border-radius:10px;
 float:left;
 border:1px solid #91074b; margin-bottom:10px;
 
}




#side h5 {
	width:100%;
	font-size:16px;
	background:#343e40;
	text-align:center;
	font-weight:normal;
	color:#fff;
	padding:8px 0;
	float:left;
border-radius: 10px 10px 0px 0px;
-moz-border-radius: 10px 10px 0px 0px;
-webkit-border-radius: 10px 10px 0px 0px;
}


#side h6 {
	padding:10px;
	font-size:18px;
	font-weight:normal;
	background:rgba(255, 0, 0, 0.5);
}


#side {
	float:right;
	margin-bottom:50px; 
	

}
#side p{background:#a9b196;}

#side ul{ list-style:none; font-size:14px; background:#FFF; width:100%; 
border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
 border:1px solid #91074b; float:left;  padding:25px;
	margin-bottom:15px; }
#side  ul li{padding:5px 0px 5px 20px; font-weight:bold; line-height:19px; text-align:left; background:url(../images/document-url-icon.png) no-repeat left;}
#side ul li a {color: #060107;}
#side  ul li:hover a{color:#91074b;}


#model-img ul{ list-style:none;  background:#FFF; width:100%; 
border-radius: 0px 0px 10px 10px;
-moz-border-radius: 0px 0px 10px 10px;
-webkit-border-radius: 0px 0px 10px 10px;
 border:1px solid #91074b; float:left;  padding:25px;
	margin-bottom:25px; }
#model-img ul li{border-radius:10px;
	border:2px solid #000; }
#model-img ul li img{width:100%;
	border-radius:10px;
	border:2px solid #000;}
 

#contentmain {
	width:65%;
	float:left;
}


#contentmain li {
	margin:5px 0 5px 15px;
}




#gallery ul li {
	list-style:none;
	float:left;
 
	margin:1%;
	border:2px solid #524b48;
	width:30%;
	transition:all ease .5s;
}

#gallery ul li img {
	width:100%;
}

#gallery ul li:hover {
	border:2px solid #fff;
}




#footer {
	width:100%;
	padding:20px 5px;
	background:#628989;
	float:left;
	    margin-bottom: 20px;
	color:#fff;
	margin-top:15px;
	font-size:10px; border-radius:10px; /*border:1px dashed #fff;*/
}

#footer li {
	list-style:none;
	padding:0 10px;
	border-right:solid 1px #fff;
	float:left;
}



#footer a {
	/*float:left;*/
	text-transform:uppercase;
	color:#fff;
	text-decoration:none;
}

#footer a:hover {
	text-decoration:underline; color:#FF3366;
}


#footer p {
	text-align: center;
	margin-right:5px;
	/*float:right;*/
}


#footer a {
	/*float:right;*/
	margin-left:5px;
}


#ftr {
	width:100%;
	padding:10px 0;
	float:left;
}
#ftr .box{ width:31%; padding:10px; float:left; margin:5px 10px; background:#FFF; border:1px solid #91074b; border-radius:10px; }
#ftr .box h6{ width:100%; padding:2px 0; font-size:18px; text-align:center; font-weight:normal; color:#91074b; border-bottom:1px dashed #999; margin-bottom:10px;}
#ftr .box p{ width:100%; padding:2px 0; font:14px roboto;
	letter-spacing:1px; color:#91074b;}






@media only screen and ( max-width: 900px) { 

#ftr .box{ width:90%;}

#wrapper {
	width:90%;
}




#logo {
	font-size:40px;
	text-align:center;
	width:100%;
}


#logo .log {
	width:100%;
	font-size:18px;
	line-height:24px;
	text-align:center;
}

#contact {
	width:100%;
	text-align:center;
	font-weight:bold;
	padding:0 0 10px 0;
	color:#fff;
	font-size:18px;
}





#nav {
	height:auto;
}

#nav li {
	width:100%;
	border-bottom:1px solid #fff;
}



#side {
	width:100%;
}


#contentmain {
	width:100%;
}




#inner-images li {
	list-style:none;
	width:100%;
	float:left;
	font-size:16px;
	text-align:center;
	margin:25px 0;
}




#gallery ul li {
	padding:0;
	margin:2%;
	border:none;
	width:100%;
}

#gallery ul li img {
	width:100%;
	border-radius:5%;
}

#gallery ul li:hover {
	border:none;
}





#footer {
	width:100%;
	padding:20px 5px;
	background:#000;
	float:left;
	text-align:center;
	color:#fff;
	margin-top:15px;
	font-size:14px;
}

#footer li {
	list-style:none;
	width:100%;
	padding:10px 0;
	border-right:none;
	float:left;
}


#footer p {
	width:100%;
	text-align:center;
	margin-top:25px;
}


#footer a {
	float:none;
}


#gallery ul li{list-style:none;float:left;padding:10px;margin:2%;border:1px solid #c8b12f;width:21%;transition:all ease .5s;}
#gallery ul li img{width:100%;border-radius:5%;}
#gallery ul li:hover{border:1px solid #4d4412;}




/*----------------------------   End Here ---------------------------------------*/
