body {
	padding: 0px 0px 100px 0px;
	margin: 0px;
	font-family: 'Josefin Slab', serif;
	background-color: #efefef;
	box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

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

.clear {
	clear: both;
}

.title-box {
	float:left;
	height:30px;
	width:30px;
	margin: 19px 20px 0px 36px;
}

.background-dark-blue {
	background-color: #173f5f !important;
}

.background-light-blue {
	background-color: #20639b !important;
}

.background-green {
	background-color: #3CAEA3 !important;
}

.background-yellow {
	background-color: #f6d55c !important;
}

.background-red {
	background-color: #ed553b !important;
}

.text-dark-blue {
	color: #173f5f !important;
}

.text-light-blue {
	color: #20639b !important;
}

.text-green {
	color: #3CAEA3 !important;
}

.text-yellow {
	color: #f6d55c !important;
}

.text-red {
	color: #ed553b !important;
}


/** HEADER **/

.header {
	width:100%;
	padding:20px 20px 18px 20px;
	background-color: #173F5F;
	color:#fff;
	font-size:18px;
}

#header-logo {
	display: inline-block;
	vertical-align: top;
	height:16px;
	margin:0px 26px 0px 0px;
	cursor: pointer;
}

.header-link {
	display: inline-block;
	vertical-align: top;
	margin-right:24px;
	color:#fff;
	text-decoration:none;
	cursor: pointer;
}

.header-link:hover {
	color:#efefef;
}

.back-to-home {
	position: absolute;
	font-size:30px;
	top:20px;
	left:-0px;
	color:#bbbbbb;
	cursor:pointer;
}

.back-to-home:hover {
	color:#000;
}

/** END OF HEADER **/


/** INDEX PAGE **/
.content-container
{
	position:relative;
	display: none;
	width:80%;
	max-width:730px;
	min-width:360px;
	margin:30px auto 0px auto;
}

#index-container {
	width:100%;
	margin:50px auto 0px auto;
	height:500px;
	padding-top:50px;
	padding-bottom:30px;
}

#index-inner-container {
	margin:auto;
}

#index-image {
	height:500px;
	border-radius: 250px;
	margin: 0px auto 0px auto;
}

#index-content {
	text-align:center;
	padding:30px 10px 30px 10px;
}

.main-name {
	display: none;
	line-height: normal !important;
	font-size: 75px;
	color:#173f5f;
	margin:0px 0px 0px 0px;
}

#index-tagline {
	display: none;
	line-height: normal !important;
	font-size: 40px;
	color:#20639b;
	margin:0px 0px 0px 0px;
}

#index-menu-container {
	width:100%;
	display:block;
	text-align:center;
}

#menu-balls-container {
	width:100%;
	text-align:center;
	animation: bringFromRight 2s;
}

.menu-balls {
	position:relative;
	width:50px;
	height:50px;
	line-height:50px;
	border-radius: 25px;
	display: inline-block;
	margin:50px 15px 50px 15px;
	color:#fff;
	text-decoration:none;
	text-align: center;
	cursor: hand;
	cursor: pointer;
	font-size:14px;
}

.menu-balls:hover {
	opacity: 0.8;
    filter: alpha(opacity=80); /* For IE8 and earlier */
    cursor: hand;
	cursor: pointer;
	animation: bounce 1s;
}

.menu-image {
	height:30px;
	margin-top:10px;
}

.menu-title {
	position: absolute;
	top:38px;
	color: #474747;
}

.main-heading {
	color:#fff;
	padding:13px 10px 8px 15px;
	border-radius:10px;
	text-align: left;
	font-size: 25px;
	margin-bottom: 10px;
}

@-webkit-keyframes bringFromRight {
	0% {margin-left:100%;}
	100% {margin-left:0%;}
}

@keyframes bringFromRight {
	0% {margin-left:100%;}
	100% {margin-left:0%;}
}

@-webkit-keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {-webkit-transform: translateY(0);} 
    40% {-webkit-transform: translateY(-30px);} 
    60% {-webkit-transform: translateY(-15px);} 
 } 
 
 @keyframes bounce { 
    0%, 20%, 50%, 80%, 100% {transform: translateY(0);} 
    40% {transform: translateY(-30px);} 
    60% {transform: translateY(-15px);} 
 }

/** END OF INDEX PAGE **/




/** ABOUT PAGE **/

#about-inner-container {
	border-radius: 10px;
	padding-bottom:40px;
    box-sizing: border-box;
    text-align: center;
}

#about-image {
	display: inline-block;
    vertical-align: top;
    max-height: 400px;
    margin: 0px 4% 10px 0px;
    border-radius: 10px;
}

#about-content {
	display: inline-block;
    vertical-align: top;
    width: 43%;
    min-width: 300px;
    padding: 30px 30px 30px 40px;
    box-sizing: border-box;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.about-icons {
	text-decoration: none;
}

.about-icons > i {
	margin: 30px 8px 0px 8px;
	font-size: 50px;
	color:#efefef;
}

.about-icons > i:hover {
	color:#ed553b;
}

.about-heading {
	margin:0px 0px 5px 0px;
	font-size:24px;
}

.about-text {
	margin-top:10px;
	font-size:18px;
	text-align:left;
}

/** END OF ABOUT PAGE **/


/** RESUME PAGE **/
.timeline-row {
	width:100%;
	height:180px;
}

.timeline-left {
	float:left;
	width:48%;
	min-height:10px;
	text-align: left;
}

.timeline-middle {
	position: relative;
	float:left;
	width:4%;
	height:100%;
	text-align:center;
}

.timeline-right {
	float:right;
	width:48%;
	min-height:10px;
}

.timeline-ball {
	position: absolute;
	top:-20px;
	left:50%;
	width:30px;
	height:30px;
	background-color: #f6d55c;
	margin-left:-15px;
	border-radius:15px;
}

.timeline-line {
	background-color: #cdcdcd;
	width:10px;
	height:90%;
	margin:auto;
}

.timeline-box-left {
	float:left;
	position: relative;
	width:90%;
	background-color: #fff;
	text-align:center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.timeline-box-right {
	float:right;
	position: relative;
	width:90%;
	background-color: #fff;
	text-align:center;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	cursor: pointer;
}

.timeline-title {
	margin:0px 0px 10px 0px;
	padding:0px;
}

.timeline-content {
	display: none;
	position: absolute;
	top:0px;
	left:0px;
	padding:25px 20px 15px 20px;
	background-color:#173f5f;
	color:#fff;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
	z-index: 9999;
}

#resume-inner-container {
	/*display: none;*/
	max-width:760px;
	padding-bottom:40px;
    box-sizing: border-box;
}

.resume-container {
	position: relative;
	width:48%;
	min-height: 200px;
	text-align: center;
	float:left;
	margin:0px 0px 10px 10px;
	padding: 20px;
	background-color:#fff;
	box-sizing:border-box;
	border-radius:10px;
	cursor: pointer;
	cursor: hand;
}

.expand {
	position:absolute;
	bottom:6px;
	right:6px;
}

.collapse {
	display: none;
	position:absolute;
	top:6px;
	right:6px;
}

.resume-image {
	margin:25px 0px 25px 0px;
}

.resume-content {
	display: none;
	min-height:220px;
	padding: 10px;
	box-sizing:border-box;
	border-radius:10px;
	background-color: #fff;
}

.resume-headings {
	display: block;
	margin: 5px auto 10px auto;
	font-size: 19px;
	
}

.resume-tasks {
	text-align: left;
}

.resume-list {
	margin-bottom:8px;
}

.resume-link {
	display: block;
	margin-top: 35px;
	font-size:18px;
	text-decoration: none;
	color:#2c3e50;
}

.tech-skills-icon {
	display: inline-block;
	height:40px;
	margin:20px 10px 0px 10px;
	text-align: center;
}


/** END OF RESUME PAGE **/







/** PROJECTS PAGE **/

.projects-image {
	float: left;
	width: 350px;
	margin: 0px 0px 0px 0px;
	border-radius: 10px;
	background-color: #fff;
}

.projects-content {
	width: 100%;
}

#project-view-container {
	width:100%;
}

#project-view-image-large {
	width:100%;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

#project-select-parent-container {
	background-color:#fff;
	padding:0px 20px 20px 20px;
	margin:20px 0px 0px 0px;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

#project-view-description {
	float:right;
	width:60%;
	padding:20px 0px 0px 20px;
}


#project-select-container {
	float:left;
	width:38%;
	margin:10px 2% 0px 0px;
	border-right:1px solid #efefef;
	min-height:200px;
}

#project-title {
	margin:0px 0px 5px 0px;
	padding:0px;
}

#project-skill {
	margin:5px 0px 5px 0px;
	padding:0px;
}

.project-tech {
	display: inline-block;
	margin:0px 10px 5px 0px;
	padding:7px 5px 5px 5px;
	border:2px solid #efefef;
}

.project-project {
	display: inline-block;
	width:50px;
	height:50px;
	border:1px solid #efefef;
	margin:10px 10px 0px 0px;
	background-color: #000 !important;
	cursor: pointer;
}

.project-project-selected {
	border:3px solid #3CAEA3 !important;
}

.project-img {
	width:100%;
	height:100%;
	object-fit:contain;
}
/** END OF PROJECTS PAGE **/





/** MUSIC PAGE **/

#music-inner-container {
	text-align:center;
}

#music-image {
	float: left;
	width: 220px;
	margin: 0px 0px 0px 0px;
	border-radius: 10px;
	background-color: #fff;
}

.iframe-container {
	position: relative;
	display: inline-block;
	width:100px;
	height: 100px;
	margin:0px 2% 30px 2%;
	
}

.record-case {
	position: absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	color:#fff;
	cursor: pointer;
	z-index:100;
}

.record-title {
	height:40px;
	margin:15px 0px 0px 0px;
}

.fa-play-circle {
	font-size:30px;
}


.pause-btn {
	display: none;
	font-size:30px;
}

.record {
	position: absolute;
	top:0px;
	left:0px;
	width:100px;
	height:100px;
	background-color: #000;
	border-radius: 50px;
	text-align:center;
	padding:35px;
	z-index:50;
}

.record-title-small {
	position: absolute;
	top:20px;
	left:50%;
	margin-left:-40px;
	width:80px;
	font-size:12px;
	color:#fff !important;
}

.record-red-circle {
	position: relative;
	width:30px;
	height:30px;
	margin:auto;
	background-color: #ed553b;
	border-radius: 15px;
	padding:10px;
}

.record-white-circle {
	position: relative;
	width:10px;
	height:10px;
	margin:auto;
	background-color: #fff;
	border-radius: 15px;
}

.embedded-music {
	/*visibility: hidden;*/
	width: 100px;
	height: 100px;
	border-radius:130px;
}

#record-player {
	position: relative;
    width: 100%;
    max-width: 500px;
    max-height: 500px;
    display: inline-block;
    padding-top: 100%;
    border-radius: 40px;
}

#record {
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background-color: #000;
    border-radius: 200px;
}

#record-red-circle {
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background-color: #ed553b;
    border-radius: 60px;
}

#record-white-circle {
	position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    margin: auto;
    background-color: #fff;
    border-radius: 20px;
}

#record-knob {
	position: absolute;
	width:40px;
	height:40px;
	background-color:#000;
	border-radius: 20px;
	bottom:30px;
	left:30px;
}

#record-needle {
	position:absolute;
	top:30px;
	right:10px;
}

#record-top-pole {
	width:41px;
	height:30px;
	background-color:#fff;
	border-radius:3px;
}

#record-pole {
	width:20px;
	height:250px;
	background-color:#fff;
	margin:-1px 0px 0px 10px;
}

#record-bottom-pole {
	width:33px;
	height:45px;
	background-color:#fff;
	border-radius:10px;
	margin:-1px 0px 0px 4px;
}

#song-title {
	position: absolute;
    width: 200px;
    top: 55px;
    left: 50%;
    margin-left: -100px;
    color: #fff;
    font-size: 18px;
}

.record-curve-container {
	display: none;
	position: absolute;
    top: 46%;
    left: 50%;
	width: 5px;
    height: 25px;
}

#record-curve-container-1 {
    -webkit-animation: orbit1-small 6s linear infinite;
    -moz-animation: orbit1-small 6s linear infinite;
    -o-animation: orbit1-small 6s linear infinite;
    animation: orbit1-small 6s linear infinite;
}

#record-curve-container-2 {
	-webkit-animation: orbit2-small 6s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: orbit2-small 6s linear infinite; /* Firefox 5-15 */
    -o-animation: orbit2-small 6s linear infinite; /* Opera 12+ */
    animation: orbit2-small 6s linear infinite;
}

#record-curve-container-3 {
	-webkit-animation: orbit3-small 6s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: orbit3-small 6s linear infinite; /* Firefox 5-15 */
    -o-animation: orbit3-small 6s linear infinite; /* Opera 12+ */
    animation: orbit3-small 6s linear infinite;
}

.record-curve {
	width:100%;
	height:inherit;
	background-color:#efefef;
	
	-webkit-animation: spin 6s linear infinite; /* Chrome, Safari 5 */
    -moz-animation: spin 6s linear infinite; /* Firefox 5-15 */
    -o-animation: spin 6s linear infinite; /* Opera 12+ */
    animation: spin 6s linear infinite;
}


@media only screen and (min-width: 600px) {
	/* For tablets: */
	#record-curve-container-1 {
	    -webkit-animation: orbit1-big 6s linear infinite;
	    -moz-animation: orbit1-big 6s linear infinite;
	    -o-animation: orbit1-big 6s linear infinite;
	    animation: orbit1-big 6s linear infinite;
	}
	
	#record-curve-container-2 {
		-webkit-animation: orbit2-big 6s linear infinite; /* Chrome, Safari 5 */
	    -moz-animation: orbit2-big 6s linear infinite; /* Firefox 5-15 */
	    -o-animation: orbit2-big 6s linear infinite; /* Opera 12+ */
	    animation: orbit2-big 6s linear infinite;
	}
	
	#record-curve-container-3 {
		-webkit-animation: orbit3-big 6s linear infinite; /* Chrome, Safari 5 */
	    -moz-animation: orbit3-big 6s linear infinite; /* Firefox 5-15 */
	    -o-animation: orbit3-big 6s linear infinite; /* Opera 12+ */
	    animation: orbit3-big 6s linear infinite;
	}
	
	#song-title {
		position: absolute;
		width:200px;
		top:90px;
		left:50%;
		margin-left:-100px;
		color:#fff;
		font-size:24px;
	}
}

@media only screen and (min-width: 768px) {
	/* For desktop: */
	#record-curve-container-1 {
	    -webkit-animation: orbit1-big 6s linear infinite;
	    -moz-animation: orbit1-big 6s linear infinite;
	    -o-animation: orbit1-big 6s linear infinite;
	    animation: orbit1-big 6s linear infinite;
	}
	
	#record-curve-container-2 {
		-webkit-animation: orbit2-big 6s linear infinite; /* Chrome, Safari 5 */
	    -moz-animation: orbit2-big 6s linear infinite; /* Firefox 5-15 */
	    -o-animation: orbit2-big 6s linear infinite; /* Opera 12+ */
	    animation: orbit2-big 6s linear infinite;
	}
	
	#record-curve-container-3 {
		-webkit-animation: orbit3-big 6s linear infinite; /* Chrome, Safari 5 */
	    -moz-animation: orbit3-big 6s linear infinite; /* Firefox 5-15 */
	    -o-animation: orbit3-big 6s linear infinite; /* Opera 12+ */
	    animation: orbit3-big 6s linear infinite;
	}
	
	#song-title {
		position: absolute;
		width:200px;
		top:90px;
		left:50%;
		margin-left:-100px;
		color:#fff;
		font-size:24px;
	}
}

@keyframes spin {
  100% {
    transform: rotate(1turn);
  }
}

@keyframes orbit1-big {
	from { 	transform: rotate(0deg) translateX(3700%) rotate(0deg); }
	to   {  transform: rotate(360deg) translateX(3700%) rotate(-360deg); }
}

@-webkit-keyframes orbit1-big {
	from { 	-webkit-transform: rotate(0deg) translateX(3700%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(3700%) rotate(-360deg); }
}

@-moz-keyframes orbit1-big {
	from { 	-webkit-transform: rotate(0deg) translateX(3700%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(3700%) rotate(-360deg); }
}

@-o-keyframes orbit1-big {
	from { 	-webkit-transform: rotate(0deg) translateX(3700%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(3700%) rotate(-360deg); }
}

@keyframes orbit2-big {
	from { 	transform: rotate(0deg) translateX(3480%) rotate(0deg); }
	to   {  transform: rotate(360deg) translateX(3480%) rotate(-360deg); }
}

@-webkit-keyframes orbit2-big {
	from { 	-webkit-transform: rotate(0deg) translateX(3480%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(3480%) rotate(-360deg); }
}

@-moz-keyframes orbit2-big {
	from { 	-webkit-transform: rotate(0deg) translateX(3480%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(3480%) rotate(-360deg); }
}

@-o-keyframes orbit2-big {
	from { 	-webkit-transform: rotate(0deg) translateX(3480%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(3480%) rotate(-360deg); }
}

@keyframes orbit3-big {
	from { 	transform: rotate(0deg) translateX(3260%) rotate(0deg); }
	to   {  transform: rotate(360deg) translateX(3260%) rotate(-360deg); }
}

@-webkit-keyframes orbit3-big {
	from { 	-webkit-transform: rotate(0deg) translateX(3260%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(3260%) rotate(-360deg); }
}

@-moz-keyframes orbit3-big {
	from { 	-webkit-transform: rotate(0deg) translateX(3260%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(3260%) rotate(-360deg); }
}

@-o-keyframes orbit3-big {
	from { 	-webkit-transform: rotate(0deg) translateX(3260%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(3260%) rotate(-360deg); }
}

@keyframes orbit1-small {
	from { 	transform: rotate(0deg) translateX(2600%) rotate(0deg); }
	to   {  transform: rotate(360deg) translateX(2600%) rotate(-360deg); }
}

@-webkit-keyframes orbit1-small {
	from { 	-webkit-transform: rotate(0deg) translateX(2600%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(2600%) rotate(-360deg); }
}

@-moz-keyframes orbit1-small {
	from { 	-webkit-transform: rotate(0deg) translateX(2600%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(2600%) rotate(-360deg); }
}

@-o-keyframes orbit1-small {
	from { 	-webkit-transform: rotate(0deg) translateX(2600%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(2600%) rotate(-360deg); }
}

@keyframes orbit2-small {
	from { 	transform: rotate(0deg) translateX(2445%) rotate(0deg); }
	to   {  transform: rotate(360deg) translateX(2445%) rotate(-360deg); }
}

@-webkit-keyframes orbit2-small {
	from { 	-webkit-transform: rotate(0deg) translateX(2445%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(2445%) rotate(-360deg); }
}

@-moz-keyframes orbit2-small {
	from { 	-webkit-transform: rotate(0deg) translateX(2445%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(2445%) rotate(-360deg); }
}

@-o-keyframes orbit2-small {
	from { 	-webkit-transform: rotate(0deg) translateX(2445%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(2445%) rotate(-360deg); }
}

@keyframes orbit3-small {
	from { 	transform: rotate(0deg) translateX(2290%) rotate(0deg); }
	to   {  transform: rotate(360deg) translateX(2290%) rotate(-360deg); }
}

@-webkit-keyframes orbit3-small {
	from { 	-webkit-transform: rotate(0deg) translateX(2290%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(2290%) rotate(-360deg); }
}

@-moz-keyframes orbit3-small {
	from { 	-webkit-transform: rotate(0deg) translateX(2290%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(2290%) rotate(-360deg); }
}

@-o-keyframes orbit3-small {
	from { 	-webkit-transform: rotate(0deg) translateX(2290%) rotate(0deg); }
	to   {  -webkit-transform: rotate(360deg) translateX(2290%) rotate(-360deg); }
}
/** END OF MUSIC PAGE **/







/** DROPDOWN MENU **/

#dropdown-menu-container {
	display: none;
	position: absolute;
	top:-550px;
	left:50%;
	margin-left: -380px;
	width:760px;
	height:500px;
	background-color:#2c3e50;
	cursor:hand;
	cursor:pointer;
	color:#bdc3c7;
	z-index: 120;
}

#dropdown-menu-topbar {
	width:100%;
	height:60px;
	border-bottom:2px solid #1d2f41;
	box-sizing: border-box;
}

#dropdown-menu-topbar-left {
	float:left;
	width:90%;
	height:inherit;
	line-height:60px;
	border-right:2px solid #1d2f41;
	box-sizing: border-box;
	padding-left:30px;
}

#dropdown-menu-topbar-right {
	float:right;
	width:10%;
	height:inherit;
	line-height:60px;
	box-sizing: border-box;
	text-align:center
}

.dropdown-menu-column {
	width:100%;
	height:220px;
	border-bottom:2px solid #1d2f41;
	box-sizing: border-box;
}

.dropdown-menu-column-left {
	float:left;
	width:50%;
	height:inherit;
	border-right:2px solid #1d2f41;
	box-sizing: border-box;
}

.dropdown-menu-column-right {
	float:right;
	width:50%;
	height:inherit;
	box-sizing: border-box;
}

.menu-box:hover {
	background-color: #3d5063
}

.dropdown-menu-image {
	width:100%;
	text-align:center;
	margin-top:45px;
}

.dropdown-menu-title {
	width: 100%;
	font-size: 25px;
	text-align:center;
}


/** END OF DROPDOWN MENU **/



.overlay {
    background-color: #fff;
    bottom: 0;
    display: none;
    left: 0;
    opacity: 0.8;
    filter: alpha(opacity = 80); /* IE7 & 8 */
    position: fixed;
    right: 0;
    top: 0;
    z-index: 99;
}





















