

.icon-ss {
	display: none;
}

.logo {
	float: left;
    position: relative;
    top: 2px;
}
.logo h1 a {
	text-decoration: none;
	color: #1C97CA;
	font-size: 40px;
	font-weight: 100;
	padding: 6px 0px;
	display: block;
	letter-spacing: 4px;
	text-transform: uppercase;
}
.menu {
	float: right;
}
.menu ul li {
	padding: 0px 13px;
	display: flex;
	align-items: center;
}
#navigation ul {
	display: flex;
	margin-top: 22px;
}
.menu ul li a {
	float: right;
   /* font-family: Poppins;
	*/
	font-family: Poppins-boldextra;
	text-decoration: none;
	color: #004FA3;
	font-size: 20px;
	transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	-o-transition: color 0.3s ease-in;
	-webkit-transition: color 0.3s ease-in;
	-ms-transition: color 0.3s ease-in;
	padding-bottom: 10px;
	letter-spacing: 0.2px;
	text-transform: uppercase;
}
.menu ul li a:hover {
	color: #CC0033 !important;
   /*border-bottom: 2px solid #00C9E9;
   */
}
.menu ul li a:active {
	color: #CC0033 !important;
   /*border-bottom: 2px solid #00C9E9;
   */
}

.header-text {
	text-align: left;
	color: #333;
}
h2 {
	color: #e14e4e;
}

ul.socialmedia li a {
	text-decoration: none;
}
.responsive-menu-button {
	float: right;
	padding: 0px 10px;
}

.nav-arrows {
	display: block;
}
.nav-arrows a {
	width: 42px;
	height: 42px;
	background: #ffffff url(../nav.html) no-repeat top left;
	position: absolute;
	top: 50%;
	left: 2px;
	text-indent: -9000px;
	cursor: pointer;
	margin-top: -21px;
	opacity: 1;
	border-radius: 20%;
	box-shadow: 0 2px 2px rgba(0, 0, 0, 0.8);
	z-index: 1000;
}
.nav-arrows a:first-child {
	left: auto;
	right: 2px;
	background-position: top right;
}
.nav-arrows a:hover {
	opacity: 0.8;
}
.nav-dots {
	text-align: right;
	position: absolute;
	bottom: -5px;
	height: 30px;
	width: 100%;
	left: 0;
	display: none;
}
.nav-dots span {
	display: inline-block;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	margin: 3px;
	background: #ffffff;
	cursor: pointer;
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.1);
}
.nav-dots span.nav-dot-current {
	box-shadow: 0 1px 1px rgba(255, 255, 255, 0.6), inset 0 1px 1px rgba(0, 0, 0, 0.1), inset 0 0 0 3px #59bae4, inset 0 0 0 8px #fff;
}
.nav-options {
	width: 70px;
	height: 30px;
	position: absolute;
	right: 70px;
	bottom: 0px;
	display: none;
}
.nav-options span {
	width: 30px;
	height: 30px;
	background: #cbbfae url(../options.html) no-repeat top left;
	text-indent: -9000px;
	cursor: pointer;
	opacity: 0.7;
	display: inline-block;
	border-radius: 50%;
}
.nav-options span:first-child {
	background-position: -30px 0px;
	margin-right: 3px;
}
.nav-options span:hover {
	opacity: 0.8;
}

@media only screen and (min-width: 1024px) and (max-width: 1366px) and (-webkit-min-device-pixel-ratio: 2) and (orientation: landscape)
{
	.menu ul li a {
		font-size: 16px;
	}
	.menu ul li {
		padding: 0px 6px;
		display: flex;
		align-items: center;
	}
}



