/*-------------------------
	Simple reset
--------------------------*/


*{
	margin:0;
	padding:0;
}


/*-------------------------
	General Styles
--------------------------*/


html{
	/* This image will be displayed fullscreen */
	
	
	/* Ensure the html element always takes up the full height of the browser window */
	min-height:100%;
	
	/* The Magic */
	
}

body{
	background:url('../images/business-man.jpg') no-repeat center center;
	background-size:cover;
	/* Workaround for some mobile browsers */
	min-height:100%;
	font:14px/1.3 'Segoe UI',Arial, sans-serif;
}

.btn-default{
	background: #2d56a6 !important;
	color: #fff;
	border: transparent;
	font-size: 16px;
  margin: 10px 15px 0 0;
  width: 20%;
  height: 45px;
  display: table;
  border-radius: 0;
  border: none;
  position:relative;
	margin-top: 10%;
	margin-right: auto;
	margin-left:auto;
	font-weight:500;
	 opacity: 0.8;
    filter: alpha(opacity=80);
}

.btn-default:hover{
	background: #fff !important;
	color: #2d56a6;
	
}

a, a:visited {
	outline:none;
	color:#fff;
}

a:hover{
	text-decoration:none;
}

section, footer, header{
	display: block;
}
/*
.login{
	position:absolute;
	margin-top: 30%;
	right: 45%;
	background-color:#238F80;
	 opacity: 0.8;
    filter: alpha(opacity=80);
	color:#fff;
	left:45%;
	width:130px;
	text-align: center;
	font-size:25px;
	padding-left: 16px !important;
  padding-right: 16px !important;
  padding-top: 7px !important;
  padding-bottom: 7px !important;
  border: 2px solid #238F80;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  border-radius: 30px;
}

.login:hover {
   opacity: 1;
   color:#fff;
    filter: alpha(opacity=100);
}
*/
#rotateword{
	margin-top:10%;
	text-align:center;
	width:100%;
}

/*----------------------------
	The Footer
-----------------------------*/


footer{
	background-color: #111111;
	bottom: 0;
	box-shadow: 0 -1px 2px rgba(0,0,0,0.4);
	height: 75px;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 100000;
	 opacity: 0.8;
    filter: alpha(opacity=80);

}

footer h2{
	color: #EEEEEE;
	font-size: 14px;
	font-weight: normal;
	text-align:center;
	position: absolute;
	width: 100%;
}

footer h2 i{
	font-style:normal;
	color:#888;
}

footer a.tzine,a.tzine:visited{
	color: #999999;
	font-size: 12px;
	left: 50%;
	margin: 16px 0 0 110px;
	position: absolute;
	text-decoration: none;
	top: 0;
}

footer a i{
	color:#ccc;
	font-style: normal;
}

footer a i b{
	color:#c92020;
	font-weight: normal;
}
