
html,
.container {
	position: relative;
	width: 100%;
	height: 100%;
}

body {
    overflow-y: scroll;    overflow-x: no-scroll;
    background: #f1f1f1;
    font-family: verdana;
}

/* buttons */

.button {
    background-color: #4CAF50; /* Green */
    border: none;
    color: transparent;
    padding: 10px 22px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-family: Verdana;
    font-size: 13px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.4s; /* Safari */
    transition-duration: 0.4s;
    cursor: pointer;
}

.button1 {
    background-color: transparent; 
    color: black; 
    border: 2px solid #4CAF50;
}

.button1:hover {
    background-color: #4CAF50;
    color: white;
}

.button2 {
    background-color: transparent; 
    color: black; 
    border: 2px solid #008CBA;
}

.button2:hover {
    background-color: #008CBA;
    color: white;
}

.button3 {
    background-color: transparent; 
    color: black; 
    border: 2px solid #f44336;
}

.button3:hover {
    background-color: #f44336;
    color: white;
}

.button4 {
    background-color: transparent;
    color: black;
    border: 2px solid #e7e7e7;
}

.button4:hover {background-color: #e7e7e7;}

.button5 {
    background-color: transparent;
    color: black;    padding: 5px 10px;
    border: 2px solid #555555;
}

.button5:hover {
    background-color: #555555;
    color: white;    padding: 5px 10px;
}

/* split layout */
.split {
    height: 100%;
    width: 30%;
    position: fixed;
    z-index: 1;
    top: 0;border:1px;
    overflow-x: hidden;
    padding-top: 20px;
}

.splitr {
    height: 100%;
    width: 70%;
    position: fixed;
    z-index: 1;
    top: 0;opacity:1.5;
    overflow-x: hidden;
    padding-top: 20px;
}

.vl {
    border-left: 6px solid white;
    height: 100%;
    position: absolute;
    left: 30%;
    margin-left: -3px;
    top: 0;
}
.left {
    left: 0;
    background-color: #FFB460;
    background: linear-gradient(75deg, #FFB460, rgba(225,100,0,1)); //background: linear-gradient(to right, rgba(255,0,0,0), rgba(255,0,0,1));
}

.right {
    right: 0;
    background-color: #f1f1f1;
}

.centered {
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.centered img {
    width: 225px;
    border-radius: 0%;
}

/* h1,h2,h3.....*/

h1, h2, h3, h4, h5 { 
   font-family:"Verdana", "Lucida Sans Unicode","Times New Roman", serif;
   padding:0px;
}

h2 {
  color:#232323;
  font-style:normal;
  font-weight:500;
  letter-spacing:-1px;
  line-height:normal;
  margin:10px 0;
  text-align:center;
  font-size:21px;
}

h5 {
  color:#232323;
  font-style:normal;
  font-weight:500;
  letter-spacing:0.5px;
  line-height:normal;
  margin:10px 0px 0px 0px;
  padding: 10px 0px 10px;/* top, right, bottom, left */
  text-align:center;
  font-size:13px;
}

h7 {
  color:#232323;
  font-style:normal;
  font-weight:500;
  letter-spacing:0.5px;
  line-height:normal;
  text-align:center;
  font-size:15px;
}

/* top navigation */
.topnav {
  overflow: hidden;
  background-color: #333;
}

.topnavm {
  overflow: hidden;width:90%;
  background-color: #333;
}

.topnavm a {
  float: right;
  color: red; /* #f2f2f2; */
  text-align: center;
  padding: 14px 12px;/* top, right, bottom, left */
  text-decoration: none;
  font-size: 13px;
}

.topnavm a:hover {
  background-color: #ddd;
  color: red;
}

.topnavm a.active {
  background-color: #4CAF50;
  color: white;
}

/* hyper links */

a:link {
    color: red;
    background-color: transparent;
    text-decoration: none;
}
/*
a:visited {
    color: black;
    background-color: transparent;
    text-decoration: none;
}
a:hover {
    color: red;
    background-color: transparent;
    text-decoration: underline;
}
a:active {
    color: yellow;
    background-color: transparent;
    text-decoration: underline;
}*/


/* ------ drop-down button on nav bar  */

.dropdown {
  float: right;
  overflow: hidden;
}

.dropdown .dropbtn {
  font-size: 13px;  
  border: none;
  outline: none;
  color: white;
  padding: 14px 12px;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}

.dropdown:hover .dropbtn {
  background-color: red;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 125px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 12px;
  text-decoration: none;
  display: block;
  text-align: left;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.dropdown:hover .dropdown-content {
  display: block;
}

/* --- Style the tab */
div.tab {
    overflow: hidden;
    border: 0px solid #ccc; /* border: 1px solid #ccc;    border-bottom-style: double;*/
    background-color: #fff;
    font-family: Verdana;
    font-size: 12px;
	width:95%;
}
.ac_overlay{
	width:100%;
	height:100%;
	position:fixed;
	top:0px;
	left:0px;
	background:transparent url(images/pattern.png) repeat top left;
}

/* Style the buttons inside the tab */
div.tab button {
    background-color: inherit;
    font-family: Verdana;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px; /* top, right, bottom, left */
    transition: 0.3s;
    font-size: 12px;
}
.txtsmall {
    display: block;width:90%;
    padding: 6px 12px 50px; /* top, right, bottom, left */
    text-align:center;
    font-family: Verdana;
    font-size:12px;
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}

/* Change background color of buttons on hover */
div.tab button:hover {
    background-color: #ddd;
}

/* Create an active/current tablink class */
div.tab button.active {
    background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
    display: none;width:90%;
    padding: 6px 12px; /* top, right, bottom, left */
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
    text-align:justify;
    font-size: 12px;
}
.tabcontent >ol >li {
    font-size: 12px;
    padding: 2px 8px; /* top, right, bottom, left */
    -webkit-animation: fadeEffect 1s;
    animation: fadeEffect 1s;
}



/* ----------------- NAV -------------------- */

nav {
    float: left;
    width: 25%;
    margin: 0;left:0;
    padding: 85px 0px 0 10px;/* top, right, bottom, left */
    height: 100%;
    background-color: #111;
}

nav ul {
    list-style-type: none;
    padding: 0px 0px 20px 0px;/* top, right, bottom, left */
}
   
nav ul a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 15px;
    color: #818181;
    display: block;
    transition: 0.3s;
}
nav ul a:hover {
    color: #f1f1f1;
    background:red;
}

article {
    margin-left: 170px;
    border-left: 0px solid gray;
    margin: 10px 0px 15px;/* top, right, bottom, left */	
    padding: 10px 0px 0 30px;/* top, right, bottom, left */
    overflow: hidden;

    -webkit-backface-visibility: hidden;
}

hr {
    background-color: #f1f1f1;
    color: #fff;
    border-bottom: solid 1px dimgrey;
    height: 1px;
}

/* footer */

.footerr {
    position: fixed;
    right: 0;overflow: hidden;
    bottom: 0;
    width: 70%;
    background-color: transprent; /* #E5A359;*/
    color: #333;
    margin: 0px 25px 0px;/* top, right, bottom, left */
    text-align: right;
}
.footerl {
    position: fixed;
    left: 0;overflow: hidden;
    bottom: 0;
    width: 30%;
    background-color: transprent; /* #E5A359;*/
    color: #333;

    /*background-color: #333;   color: white; */

    text-align: center;
}

/* mains */

div.container {
    width: 100%;
    height:100%;position:absolute;
    border: 0px solid gray;
    padding: 0 0 0 0;
    top: 0;left: 0;
}

header{
    background-color: #E5A359; /* #CCD7E9;  #5A7E9E; #CCD7E9; #f6f6f6; #FE8802; #FFB460; orange--#E5A359;*/
    width: 100%;height:75px;
    text-align: left;
    position: fixed;opacity:0.8;
    left: 19%;top: 15px;
}

header img {
	max-width: 100%;left:10%;
	border-radius: 50%; /* rounded edges - border-radius: 50%; */
	width: 125px;height: 125px;
	position:fixed;opacity: 1.0;
}

.profile {
	margin: 8px auto;padding: 0.5em;
	width: 175px;
	height: 150px;
	border-radius: 0%; /* rounded edges - border-radius: 50%; */
	background: #E5A359;align:center;
}

header h1 {
	position: relative;
	margin-top: 0em;/*margin-top: 0.5em;*/
	padding: 25px 0 0 10px;/* top, right, bottom, left */
	color:#000;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.0em;
}

header h4 {
	position: relative;
	margin-top: -1.0em;/*margin-top: 0.5em;*/
	padding: 0px 0 0 85px;/* top, right, bottom, left */
	color:#000;
	letter-spacing: 0.5px;
	font-size: 12px;
}

footer {
    padding: 0.1em;
    color: white;
    clear: left;
    top: 0;left: 0;
    text-align: center;
    background-color: #111;/* #5A7E9E; #CCD7E9; #f6f6f6; #FE8802;#FFB460; orange--#E5A359;*/
}

/*------------------------------ FOOTER ------------------------------*/
#footer {
	background-color: #f1f1f1;/* #5A7E9E; #CCD7E9; #f6f6f6; #FE8802;#FFB460; orange--#E5A359;*/
	color:  #606060;
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	width: 100%;height:350px;
	position: relative;	/* absolute	*/
	left: 0;
}
#footer span.shadow {
	background-position: 0 0px;
	display: block;
	height: 8px;
	width: 100%;
	position: absolute;
	left: 0;
	top: -8px;
}
#footer h5 {
	font-size: 12px;
	font-weight: normal;
	line-height: 24px;color: #000000;
	margin: 0 0 12px;
	text-transform: uppercase;
}
#footer a {
	color: #606060;
	text-decoration: none;
}
#footer a:hover {
	color: #000000;
}
#footer > div {
	width: 960px;align:center;
	margin: 0 auto;
	padding: 0 10px;
}
#footer > div:after {
	clear:both;
	content:"";
	display:block;
	height:0;
	line-height:0;
	visibility:hidden;
}
#footer div.section {
	float: left;
	background-position: 0 -498px;
	min-height: 180px;
	width: 200px;
	margin-left: 20px;
	padding: 16px 0 16px 26px;
}
#footer div.section_oi {
	float: left;
	background-position: 0 -498px;
	min-height: 80px; /*180px*/
	width: 200px;
	margin-left: 20px;
	padding: 16px 0 16px 26px;
}
#footer div.section_blog {
	float: left;
	background-position: 0 -498px;
	min-height: 80px; /*180px*/
	width: 250px;
	margin-left: 20px;
	padding: 16px 0 16px 26px;
}

#footer div.section_line {
	float: center;	
	width: 525px;
	color:red;	
	padding: 16px 0px 16px 26px;

	/*background-position: 0 -498px;
	min-height: 180px;
	margin-left: 220px;*/
}
#footer div.section:first-child {
	background: none;
	margin-left: 0;
	padding-left: 0;
}
#footer ul {
	display: inline-block;
	list-style: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#footer li {
	margin: 0 0 5px;
}

/*#footer .navigation li, #footer .connect li {
	float: left;
	width: 100px;	/* 100px */
}
*/

#footer .navigation li, #footer .con li {
	float: left;
	width: 100px;
}

#footer .navigation_oi li {
	float: left;
	width: 40px;
}

#footer .connect li {
	float: left;
	width: 40px;	/* 100px */
}

/* Intro content, profile image and name, back button */
.intro-content {
	position:relative; /* 	position: absolute; */
	top: 0%;	/* top:50%; */
	left: 45%;width: 75%;
	padding: 0 1em;/* top, right, bottom, left */	
	cursor: pointer;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	overflow: hidden;
}

.profile {
	margin: 8px auto;padding: 0.5em;
	width: 175px;
	height: 150px;
	border-radius: 0%; /* rounded edges - border-radius: 50%; */
	background: #E5A359;align:center;
}
.profile img {
	max-width: 100%;
	border-radius: 0%; /* rounded edges - border-radius: 50%; */
	width: 175px;height: 125px;
	position:fixed;opacity: 1.0;
}

.intro-content h1 > span {
	display: block;
	white-space: wrap;	/* white-space: nowrap; */
	text-align:center;color:#E5A359;
}

.intro-content h1 > span:first-child {
	position: relative;
	margin-top: 0.0em;/*margin-top: 0.5em;*/
	padding: 0.5em; /* padding: 1.0em; */
	color:#E5A359;background-color:#111;opacity:0.6;
	letter-spacing: 1px;
	text-transform: uppercase;
	font-size: 1.0em;
}

.intro-content h1 > span:nth-child(2) {
	position: relative;
	margin-top: 0.0em;/*margin-top: 0.5em;*/
	padding: 0.8em;
	color: #fff;
	//text-transform: uppercase;
	letter-spacing: 0.6px;
	font-size: 0.9em;
}

.intro-content h1 > span:nth-child(2):before {
	position: absolute;
	top: 0;
	left: 25%;
	width: 50%;
	height: 2px;
	background: #fff;
	content: '';
}

.side-right .intro-content h1 > span:nth-child(2):before {
	background: #47a3da;
}

.column {
    height: 100%;
    width: 25%;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: #111;
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 325px;
}


.splitlayout {
	position: relative;
	overflow-x: hidden;
	min-height: 100%;
	width: 100%;
}

/* Intro sides */
.side {
	position: fixed;
	top: 0;
	z-index: 100;
	width: 50%;
	height: 100%;
	text-align: center;
	-webkit-backface-visibility: hidden;
}

.open-left .side,
.open-right .side {
	cursor: default;
}

.overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 499;
	visibility: hidden;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.side-left .overlay {
	background: rgba(0,0,0,0.7);
}

.side-right .overlay {
	background: rgba(0,0,0,0.3);
}

.side-left {
	left: 0;
	background: #47a3da;
	color: #fff;
	outline: 1px solid #47a3da; /* avoid gap */
}

.side-right {
	right: 0;
	background: #fff;
	color: #47a3da;
	outline: 1px solid #fff; /* avoid gap */
}
.back {
	position: fixed;
	top: 2.6em;
	z-index: 500;
	display: block;
	visibility: hidden;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	color: #47a3da;
	text-align: center;
	font-size: 22px;
	line-height: 44px;
	opacity: 0;
	pointer-events: none;
}

.mobile-layout .back { /* fixed positioning will make this not clickable after scrolling on some mobile devices */
	position: absolute;
}

.back-left {
	left: 12.5%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.back-right {
	right: 12.5%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	color: #fff;
}

.open-right .back-left,
.open-left .back-right {
	visibility: visible;
	opacity: 1;
	-webkit-transition-delay: 0.3s;
	transition-delay: 0.3s;
	pointer-events: auto;
}

.back:hover {
	color: #ddd;
}

/* Pages */
.page {
	position: relative;
	top: 0;
	overflow: auto;
	min-height: 100%;
	width: 75%;
	height: auto;
	font-size: 1.4em;
	-webkit-backface-visibility: hidden;
}

.page-right {
	left: 25%;
	outline: 5px solid #ecf0f1; /* avoid rounding gaps */
	background: #ecf0f1;
	color: #000; 	/* #97a8b2;*/
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
}

.splitlayout.open-right {
	background: #ecf0f1;
}

.page-left {
	left: 0;
	outline: 5px solid #34495e; /* avoid rounding gaps */
	background: #34495e;
	color: #fff;
	text-align: right;
	-webkit-transform: translateX(-100%);
	transform: translateX(-100%);
}

.splitlayout.open-left {
	background: #34495e;
}

/* Inner page content */
.page-inner {
	padding: 2em;
}

.page-inner section {
	padding-bottom: 1em;
}

.page-inner h2 {
	margin: 0 0 0.5em 0;	/* margin: 0 0 1em 0;*/
	font-weight: 300;
	font-size:1.4em 	/* 2.4em; */
}

.page-inner p {
	font-weight: 300;
	font-size: 0.7em	/* 1.2em;*/
}

/* All transitions */
.side,
.page {
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
}

.overlay {
	-webkit-transition: opacity 0.6s, visibility 0.1s 0.6s;
	transition: opacity 0.6s, visibility 0.1s 0.6s;
}

.intro-content {
	-webkit-transition: -webkit-transform 0.6s, top 0.6s;
	transition: transform 0.6s, top 0.6s;
}

.intro-content h1,
.back {
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
}

/* Open and close */

/* We need to set the position and overflow for the respective page scroll */
.reset-layout .page,
.splitlayout.open-right .page-left,
.splitlayout.open-left .page-right,
.splitlayout.close-right .page-left,
.splitlayout.close-left .page-right {
	position: absolute;
	overflow: hidden;
	height: 100%;
}

.splitlayout.open-right .page-right,
.splitlayout.open-left .page-left {
	position: relative;
	overflow: auto;
	height: auto;
}

.open-right .side-left .overlay,
.open-left .side-right .overlay {
	visibility: visible;
	opacity: 1;
	-webkit-transition: opacity 0.6s;
	transition: opacity 0.6s;
}

/* Right side open */
.open-right .side-left {
	-webkit-transform: translateX(-60%);
	transform: translateX(-60%);
}

.open-right .side-right {
	z-index: 200;
	-webkit-transform: translateX(-150%);
	transform: translateX(-150%);
}

.close-right .side-right {
	z-index: 200;
}

.open-right .side-right .intro-content {
	-webkit-transform: translateY(-50%) translateX(0%) scale(0.6);
	transform: translateY(-50%) translateX(0%) scale(0.6);
}

.open-right .page-right {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}

/* Left side open */
.open-left .side-right {
	-webkit-transform: translateX(60%);
	transform: translateX(60%);
}

.open-left .side-left {
	z-index: 200;
	-webkit-transform: translateX(150%);
	transform: translateX(150%);
}

.close-left .side-left {
	z-index: 200;
}

.open-left .side-left .intro-content {
	-webkit-transform: translateY(-50%) translateX(-100%) scale(0.6);
	transform: translateY(-50%) translateX(-100%) scale(0.6);
}

.open-left .codropsheader {
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity 0.3s, visibility 0.1s 0.3s;
	transition: opacity 0.3s, visibility 0.1s 0.3s;
}

.open-left .page-left {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
}


/* Fade in tabs */
@-webkit-keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}

@keyframes fadeEffect {
    from {opacity: 0;}
    to {opacity: 1;}
}


/* Media Queries */
@media screen and (max-width: 83em) {
	.intro-content { font-size: 60%; }
}

@media screen and (max-width: 58em) {
	body { font-size: 90%; }
}

@media screen and (max-width: 49.4375em) {
	.open-right .side-right {
		-webkit-transform: translateX(-175%);
		transform: translateX(-175%);
	}

	.open-right .side-left {
		-webkit-transform: translateX(-100%);
		transform: translateX(-100%);
	}

	.open-left .side-right {
		-webkit-transform: translateX(100%);
		transform: translateX(100%);
	}

	.open-left .side-left {
		-webkit-transform: translateX(175%);
		transform: translateX(175%);
	}

	.page {
		width: 100%;
	}

	.page-right {
		left: 0;
		padding-left: 15%;
	}

	.page-left {
		padding-right: 15%;
	}

	.intro-content {
		width: 100%;
	}

	.open-right .side-right .intro-content {
		top: 100%;
		-webkit-transform: translateY(-150px) translateX(-12.5%) scale(0.5);
		transform: translateY(-150px) translateX(-12.5%) scale(0.5);
	}

	.open-left .side-left .intro-content {
		top: 100%;
		-webkit-transform: translateY(-150px) translateX(-87.5%) scale(0.5);
		transform: translateY(-150px) translateX(-87.5%) scale(0.5);
	}

	.open-right .intro-content h1,
	.open-left .intro-content h1 {
		opacity: 0;
	}

	.back-left {
		left: 6.25%;
	}

	.back-right {
		right: 6.25%;
	}
}

@media screen and (max-width: 42.5em) {
	body { font-size: 80%; }
	.intro-content { font-size: 50%; }
}

@media screen and (max-height: 41.125em) {
	.intro-content {
		-webkit-transform: translateY(-25%) translateX(-50%);
		transform: translateY(-25%) translateX(-50%);
	}
}

@media screen and (max-width: 39.375em) {
	.intro-content .profile { -webkit-transform: scale(0.5); transform: scale(0.5); }
}

@media screen and (max-width: 320px) {
	body { font-size: 70%; }
}