 	.socialicons {
    margin-top: 8px !important;
}
 
 .socialicons{
	 
	    /* margin-top: -90px; */
 }
 
  .mySlides {
         display: none;
         }
		 
		 @media only screen and (min-width: 680px) {
		 .navbar-header{
		 display:none !important;
		 }
}


 @media only screen and (max-width: 760px) {
  .clearfix {
    display: none;
}
		 }
		 
@media only screen and (max-width: 480px) {
 ul {
         list-style: none;
         }
		 }
		 
		 
		  
		  
	.Signupbutton{
	
	background-color:#b4b4b4;
	border-radius: 7px;
	background-color: #ed1c24;
	 border: #fff solid; 
	color: white !important;
	text-decoration: blink;
	font-weight: 800;
	padding: 16px 17px 15px;font-size: 17px;
	    letter-spacing: 1px;
    text-transform: uppercase;
}

	 .clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.clearfix {
    *zoom: 1;
}

/* Basic Styles */
body {
	background-color: #ece8e5;
}
nav {
	height: 110px;
	width: 100%;
	/* background: #bdbdbd99; */
	font-size: 12pt;
	font-family: 'PT Sans', Arial, sans-serif;
	font-weight: bold;
	/* z-index: 15; */
	border: #c5c5c5 solid 1px;
	background-color: #efefef;
}
nav ul {
	padding: 0;
	margin: 0 auto;
	width: 88%;
	height: 40px;
	margin-top: 16px;
}
nav li {
	display: inline;
	/* padding: 1%; */
	padding-left: 30px;
}
nav a {
	color: #000 ! important;
	display: inline-block;
	width: auto;
	text-align: center;
	text-decoration: none;
	line-height: 38px;
}
nav li a {
	
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	    text-transform: none;
    text-align: center;
    -moz-border-radius: 28;
    font-family: Century Gothic;
}

nav li:last-child a {
	border-right: 0;
}

.newlogo{
	width: 60%;
	
}



li.logoclass {
    /* margin-right: 3%; */
    padding-left: 0px;
}
img.logodesing {
    width: 61%;
    margin-right: 40%;
}

a#pull {
    display: none;
}

/* @media screen and (max-width: 600px) {
nav { 
  		height: auto;
  	}
  	nav ul {
  		width: 100%;
  		display: block;
  		height: auto;
  	}
  	nav li {
  		width: 100%;
  		padding:0%;
  		position: relative;
  	}
  	nav li a {
  	    text-align: center;
		    border-bottom: 1px solid #576979;
	}
  	nav a {
	  	text-align: left;
	  	width: 100%;
	  	text-indent: 25px;
  	}
  	.newlogo {
    width: 60%;
  
    margin: 0 auto;
    display: block;
}
}
 */
/* @media only screen and (max-width : 480px) {
	.newlogo {
    width: 60%;
   
    margin: 0 auto;
    display: block;
}
	nav {
		border-bottom: 0;
	}
	nav ul {
		display: none;
		height: auto;
	}
	.clearfix {
    display: none;
}

.Signupbutton{
font-size:12px !important;
}
	} */
	
	
