/*-------------------------------------------------------*/
/* General
/*-------------------------------------------------------*/
.clearfix {
  *zoom: 1;
}

.clearfix:before, .clearfix:after {
  display: table;
  line-height: 0;
  content: "";
}

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

.oh {
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}
img{
	max-width: 100%;
}

::-moz-selection {
  color: #fff;
  background: #000;
}

::-webkit-selection {
  color: #fff;
  background: #000;
}

:focus {
  outline: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

body {
  margin: 0;
  padding: 0;
  font-family: 'Poppins', sans-serif;
  color: #262626;
}
body *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}


h1, h2, h3, h4, h5, h6 {
  font-family: 'Poppins', sans-serif;
  margin-top: 0;
  color: #262626;
}

p {
  font-size: 15px;
  color: #7a7a7a;
  font-weight: normal;
  line-height: 25px;
}
a{
	text-decoration:none;
	outline:none!important;
	border:none;
}
.container{
	width:92%;
}
body{
	overflow-x:hidden;
}
#site-wrapper{
	width:100%;
	float:left;
	position:relative;
	margin-left:0px;
	transition: all 0.4s ease 0s;
	overflow:hidden;
}

nav#primary-nav{
	position:fixed;
	left:0px;
	top:0px;
	width:90px;
	height:100%;
	background:#2793f3;
	padding:60px 20px;
	transition: all 0.4s ease 0s;
}
nav#primary-nav.active-nav{
	width:250px;
}
#site-wrapper.menu-visible{
	margin-left:160px;
}
nav a.eua-logo{
	width:50px;
	height:50px;
	background:url(../images/eua.png) no-repeat center;
	display:block;
	margin:auto;
}
/*MENU*/
nav .nav-toggle{
	background:none;
	display:block;
	cursor:pointer;
	width:50px;
	height:24px;
	z-index:10;
	position:relative;
	margin:80px auto 70px;
}
span.mobilemenu{
	display:block;
	width:50px;
	height:4px;
	background:#fff;
	z-index:100;
	cursor:pointer;
	position:absolute;
	top:10px;
	left:0px;
}
	
span.mobilemenu:after, span.mobilemenu:before {
	background-color: #fff;
	content: "";
	display: block;
	height: 4px;
	position: absolute;
	transition: all 0.4s ease 0s;
	width: 50px;
	z-index:100;
}
span.mobilemenu:before{
	top:-12px;
}
span.mobilemenu:after{
	top:12px;
}
nav .nav-toggle:hover span.mobilemenu:before{
	top:-15px;
}
nav .nav-toggle:hover span.mobilemenu:after{
	top:15px;
}
nav .nav-toggle:hover span.mobilemenu.active:before{
	top:0px;
}
nav .nav-toggle:hover span.mobilemenu.active:after{
	top:0px;
}
span.mobilemenu.active{
	height:0px;
}
span.mobilemenu.active:after{
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	top:0px;
}
span.mobilemenu.active:before{
	transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	top:0px;
}

span.mobilemenu, span.mobilemenu:before, span.mobilemenu:after{
	transition: all 0.2s ease 0s!important;
}
#primary-nav .nav-wrap{
	float:left;
	width:100%;
	text-align:center;
	margin:0px 0px 20px;
	padding:0px;
	display:none;
	max-height: 270px;
}
#primary-nav .nav-wrap ul{
	float:left;
	width:100%;
	text-align:center;
	margin:0px 0px 30px;
	padding:0px;
}
#primary-nav .nav-wrap > ul > li{
	list-style:none;
	float:left;
	width:100%;
	padding:6px 0px;
}
#primary-nav .nav-wrap > ul > li a{
	color:#fff;
	text-align:center;
	display:block;
	text-decoration:none;
	font-size:20px;
	font-weight:500;
	opacity: 1;
	transition: all 0.4s ease 0s;
}
#primary-nav .nav-wrap > ul > li:hover a:hover{
	opacity: 0.7;
}
a.share-this{
	display:block;
	width:50px;
	height:50px;
	margin:auto;
	background:url(../images/share.png) no-repeat center;
	clear:both;
}
.share-wp{
	position: relative;
	width:50px;
	margin: auto;
	clear: both;
}
.share-wp ul{
	margin: 20px auto 0px;
	padding: 0px;
	width:40px;
	position: absolute;
	left: -50%;
	right:-50%;
	top:0px;
	opacity: 0;
	height: 0px;
	overflow: hidden;
	transition: all 0.3s ease 0s;
}
.share-wp ul.active{
	opacity: 1;
	top:30px;
	height:200px;
}
.share-wp ul li{
	width:100%;
	list-style: none;
	margin: 0px;
	padding: 0px;
	text-align: center;
	height: 0px;
	transition: all 0.3s ease 0s;
}
.share-wp ul.active li{
	height: 40px;
	margin: 20px 0px;
}
.share-wp ul li a{
	display: block;
	width:40px;
	height: 40px;
	text-align: center;
	background: #fff;
	color: #2793f3;
	border-radius: 40px;
}
.share-wp ul li a i{
	font-size: 22px;
	line-height: 42px;
}
.body *{
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*media all*/
ul > li input[type='text'] {
    width: 100%;
    background: #fff;
    border: solid 1px #1762a5;
    padding: 6px 10px;
    color: #1762a5;
}




