/* CSS Document */
h3 {
/*		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
*/		font-family: 'Open Sans', sans-serif;
		font-size: 80%;
		color:#e15a1f; /* #c00; */
	}


h4 {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: VERDANA;
		vertical-align: baseline;
		font-family: 'Open Sans', sans-serif;
		font-size: 70%;
		color:#666666;
	}

/*	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block;
	}
*/


.transparenttext {
	background-color:#111111;
/*	background-color:#999999;
	background-color:#333333;*/
	margin-left:30%; /* 15%; */
	margin-right:15%; /*0%; */
	margin-top:10%; /*20%; */
/*	margin-bottom: 20%; */
	color:#ffffff;		
	font-size:1.5em;
	font:Verdana, Arial, Helvetica, sans-serif;
			/* to make the menu transparent 70% --- BEGIN */
			filter:alpha(opacity=50);
			-moz-opacity:.50;
			opacity:.50;			
			/* to make the menu transparent 70% --- END */
	padding:1%; 
	border:21% solid #00FF33;
}

.transparenttext2 {
	background-color:#111111;
/*	background-color:#999999;
	background-color:#333333; */ 
	margin-left:30%; /* 15%; */
	margin-right:15%; /*0%; */
	margin-top:40%; /*20%; */
/*	margin-bottom: 20%; */
	color:#ffffff;		
	font-size:1.5em;
	font:Verdana, Arial, Helvetica, sans-serif;
			/* to make the menu transparent 70% --- BEGIN */
			filter:alpha(opacity=50);
			-moz-opacity:.50;
			opacity:.50;			
			/* to make the menu transparent 70% --- END */
	padding:1%; 
	border:21% solid #00FF33; 
}


.transparenttext40 {
	background-color:#111000;
	margin-left:40%;
	margin-right:14%;
	margin-top:10%;
	color:#ffffff;
	font-size:1.5em;
	font:Verdana, Arial, Helvetica, sans-serif;
			/* to make the menu transparent 70% --- BEGIN */
			filter:alpha(opacity=50);
			-moz-opacity:.50;
			opacity:.50;			
			/* to make the menu transparent 70% --- END */
	padding:2%;
	border:21% solid #00FF33;
}

.contacttext{
	font-size:16px;
/*	background-color:#333333; */
/*	margin-left:40%;
	margin-right:10%;
	margin-top:10%;
*/	color:#ffffff;
	font-family:"Calibri"; /* it was Verdana 20160401 */
	font-size:1.15em; 
			/* to make the menu transparent 70% --- BEGIN */
			filter:alpha(opacity=80);
			-moz-opacity:.80;
			opacity:.80;			
			/* to make the menu transparent 70% --- END */
	padding:0%;
	border:21% solid #00FF33;
}


.SpecialText{
	font-size:24px;
	font-family:"AR BONNIE";
	position:relative; 
	top:210px;
	background-color:#FFFFFF;  /* aleploneda -- rojo es : "#FF0000;" */
	left: 2px;
	width: 150px;
	height: 40px;
	border-top: 15px solid #FFFFFF;
	opacity:.70;	
}


.GeneralText{
	font-size:16px;
	font-family:"Calibri";
/*	font-family:"AR BONNIE";*/
	background-color:#CCCCCC; 
	opacity:.70;
/*	text-align:center;*/
}

.OpacyGallery
{
/*	opacy: 0.8;
	position:50% 0%;
	size:auto;
	transition: all opacity 1s ease-in-out;;
	-moz-transition: all opacity 1s ease-in-out;;
	-webkit-transition: all opacity 1s ease-in-out;;
	-o-transition: opacity 1s ease-in-out;;
	transition: opacity 1s ease-in-out;;
*/
	
	transition:all 0.7s ease;
	opacity:0.5;
}

.OpacyGallery:hover
{
        opacity:0;
}

.OpacyGalleryOpaque
{
		transition:all 0.7s ease;
        opacity:0;
}



h1 {
	font-family:"Calibri";
}


#header {
	border-bottom:1x solid #000000;
}

#toptop {
	border-bottom:5x solid #000000;
}

#gallery {
	background-color: #000000;
	margin: auto;
	padding: 1px; /*changed from 20px original */
	border-top-color:#FFFFFF;
	border-top-width: 0px;
}

#spaceout {
	border-top-color:#FFFFFF;
	border-top-width: 0px;
}

#logo {
	font:Verdana, Arial, Helvetica, sans-serif;
	margin-top:auto;
	left:auto;
	top: 2%; /*--new: changed from 5% --- to from the edge of the window for the menu nav*/
	margin-left:14%;
	color:#9CA8B6;
}

/* -----------------------------to fix the content: the bottom part of the header --- but the menu is not working correctly in mobile 
#content {

    position:absolute;
    top: 50px;
    left:0px;
    right:0px;
    bottom:0px;
    overflow-y:scroll; 
}
-----------------------------------*/
body {
	background-color: #000000;
	line-height: 1;
	transition: background-image 0.5s ease-in-out;
}
.style2 {
	color: #FFFFFF;
	font-family: "Smudger LET";
}

.style3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 90%;
	color:#e15a1f; /* #c00; */
	float:left;
	text-align:center;
	padding:4px;
	text-decoration:none;
}

a:link {
	color:#FF6600;
}

/* visited link */
a:visited {
	color:#FF6600;
}

/* mouse over link */
a:hover {
	color:#999999;
}

/* selected link */
a:active {
    color: blue;
}



/*-----------------------------menu nav brgin-------------*/
		#nav
		{
			width: 40em; /* 1000 */ /* original was: "width: 40em" */
			font-family: 'Open Sans', sans-serif;
			font-weight: 400;
			position: absolute; /*-- new: changed - deleted */
			top: 0%; /*--new: changed from 5% --- to from the edge of the window for the menu nav*/
			left: 25%;
			margin-top:auto;
			margin-left: 22%; /* 30 480 */ /* -- changed from "margin-left: -30em;" */
			/* to make the menu transparent 70% --- BEGIN */
			filter:alpha(opacity=50);
			-moz-opacity:.70;
			opacity:.70;			
			/* to make the menu transparent 70% --- END */
			z-index:3;  /* to move the menu to the front also the dropdown in mobile */
		}

			#nav > a
			{
				display: none;
			}

			#nav li
			{
				position: relative;
				display:block;
			}
				#nav li a
				{
					color: #fff;
					display: block;
					text-decoration: none;
				}
				#nav li a:active
				{
					background-color: #c00 !important;
				}

			#nav span:after
			{
				width: 0;
				height: 0;
				border: 0.313em solid transparent; /* 5 */
				border-bottom: none;
				border-top-color: #efa585; /* before: #efa585 */
				content: '';
				vertical-align: middle;
				display: inline-block;
				position: relative;
				right: -0.313em; /* 5 */
			}

			/* first level */

			#nav > ul	
			{
				height: 1.75em; /* 60 */ /* -- new: changed from 3.75em -- height size of the menu background --*/
				background-color: #000000; /* --- color of the background of the menu !! -- changed from #e15a1f */ 
			}
				#nav > ul > li
				{
					width: 20%;
					height: 100%;
					float: left;
				}
					#nav > ul > li > a  /* text menu first level */					{
						height: 100%;
						font-size: 1.0em; /* 24 */ /*--new: changed from 1.5em -- size of the menu */
						line-height: 1.5em; /* 60 (24) */ /*--new: changed from 2.5 -- space from the top */
						text-align: center;
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right: 1px solid #cc470d;
						}
						#nav > ul > li:hover > a,
						#nav > ul:not( :hover ) > li.active > a
						{
							background-color: #cc470d;
						}


				/* second level */

				#nav li ul
				{
/*					background-color: #e15a1f; /* from #cc470d; 20160725 */
					display: none;
					position: absolute;
					top: 100%;
				}
					#nav li:hover ul
					{
						display: block;
						left: 0;
						right: 0;
					}
						#nav li:not( :first-child ):hover ul
						{
							left: -1px; /* from -1px 20160725 */
						}
						#nav li ul a
						{
							/* font-size: 1.25em; /* 20 */ /* before was: "font-size: 1.25em" */
							border-top: 0px solid #e15a1f; /* from 1px 20160725 */
							padding: 0.15em; /* 15 (20) */ /* from 0.75em 20160725 */
							text-align:left;
						}
							#nav li ul li a:hover,
							#nav li ul:not( :hover ) li.active a
							{
								background-color: #cc470d; /* from #e15a1f; 20160725 */
							}


		@media only screen and ( max-width: 62.5em ) /* 1000 */
		{
			#nav
			{
				width: 100%;
				position: static;
				margin: 0;
			}
		}

		@media only screen and ( max-width: 40em ) /* 640 */
		{
			html
			{
				font-size: 75%; /* 12 */
			}
			
			#menudiv, #faresdiv{  /* this was added by me to decrease the size of menu letters */
				size:0.7em;
			}
			#nav
			{
				position: relative;
				top: auto;
				left: auto;
			}
				#nav > a
				{ /*-- NOTE: this is the square in the mobile menu */
					width: 3.125em; /* 50 */   /* before was : "width: 3.125em" */
					height: 3.125em; /* 50 */  /* before was : "height: 3.125em" */
					text-align: left;
					text-indent: -9999px;
					background-color: #e15a1f;
					position:fixed; /* modified so the square to be on the top ---- original was:	position:relative; */
					margin-top:1%; /* added so the squer will be on the top always */
					top:0.5%; /* added so the squer will be on the top always */
					/*margin-left:10%;*/  /* position where the square menu will appear without it it will appear at the very left */
				}
					#nav > a:before,
					#nav > a:after
					{ /*about drawing inside the little square menu*/
						position: absolute;
						border: 2px solid #fff; /*about square menu*/
						top: 35%;  /* it was top: 35%; */
						left: 25%;
						right: 25%;
						content: '';
					} /*about square menu*/
					#nav > a:after
					{
						top: 60%;
					}

				#nav:not( :target ) > a:first-of-type,
				#nav:target > a:last-of-type
				{
					display: block;
				}


			/* first level */

			#nav > ul
			{
				height: auto; /* the original said: " height: auto; " --- to make size of the menu bar on mobile a little bit bigger */
				display: none;
				position: absolute;
				left: 0;
				right: 0;
				font-size:2em;
			}
				#nav:target > ul
				{
					display: block;
				}
				#nav > ul > li
				{
					width: 100%;
					float: none;
				}
					#nav > ul > li > a
					{
						height: auto; /* the original said: " height: auto; " --- to make size of the menu bar on mobile a little bit bigger */
						text-align: left;
						padding: 0 0.833em; /* 20 (24) */
					/*	font-size:2em; */ /* new */
					}
						#nav > ul > li:not( :last-child ) > a
						{
							border-right:		 none;
							border-bottom: 1px solid #cc470d; 
						}


				/* second level */

				#nav li ul
				{
					position: static;
					padding: 1.25em; /* 20 */ /* from 1.25em 20160725 */
					padding-top: 0;
					padding-bottom: 0; /* added 20160727 */
					padding-right: 0; /* added 20160727 */
					border-bottom: 1px solid #cc470d; 
				}

		}
/*----------------------------------menu nav end ------------------------*/
/* One */

	#homediv {
		background: url("../../images/one.jpg");
/*		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		position:absolute;
*/
		background-position:50% 3%;
		background-repeat:no-repeat;
		background-size: contain; /* 90% auto; */

	}

/* Two */

	#faresdiv {
		background: url("../../images/two.jpg");
/*		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
*/		background-position:top center, center center; 
		background-repeat:no-repeat;
	}


/* intro */

	#contact {
		background: url("../../images/solidbox.jpg");
/*		background-size: 256px 256px, cover;
		background-attachment: fixed, fixed;
		background-position: top left, center center; */
		background-repeat:no-repeat;
		background-position:center;
	}
	
/* About */

	#aboutImgDiv {
		opacity:0;
	}