﻿@charset "utf-8";
/* CSS Document */


/* Register CTA 

.register-cta {
	opacity: 1;	
}

.register-cta:hover {
	opacity: 0.9;	
}
*/

/* menu bars */
.menuboxer {
	width:44px;
	height:22px;
	position:relative;
	padding-left:15px;
	display:inline-block;
}

.menuline {
	display:block; 
	background:#000;
	width:30px;
	height:3px;
	border-radius:2px;
	margin-bottom:6px;
}

/* Experimental - beacon ping on home page */

@keyframes ping {
	0% {
		width: 0px;
		height: 0px;
		top: 138px;
		left: 375px;
	}
	
	100% {
		width: 1000px;
		height: 1000px;
		top: -362px;
		left: -125px;
		
	}
}



div.beacon-ping {
	width: 0;
	height: 0;
	border: 2px solid #eee;
	background: none;
	border-radius: 50%;
	position: absolute;	
	z-index: 1;
	
	animation: ping 3s 3;
	
}

.infographic-canvas:hover > div.beacon-ping {
	animation: ping 3s infinite;	
}

#ping1 {
	-webkit-animation-delay: 0s; /* Chrome, Safari, Opera */
    animation-delay: 0s;
}

#ping2 {
	-webkit-animation-delay: 0.1s; /* Chrome, Safari, Opera */
    animation-delay: 0.1s;
}

#ping3 {
	-webkit-animation-delay: 0.2s; /* Chrome, Safari, Opera */
    animation-delay: 0.2s;
}






/* General style */

#sticky_bar {
    padding: 8px 5px;
    background: #111335;
    position: sticky;
    position: -webkit-sticky;
    top: 0;
    z-index: 999;
    text-align: center;
    box-shadow: 0px 1px 11px #888888;
    color: #fff;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    font-size: 20px;
}
#sticky_bar_text, #sticky_bar_btn {
    display: inline-block;
	color: #fff;
	text-align: center;
}

body {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;
	font-size: 16px;
	background-color: #1c3d5d;
}

h1, h2, h3, h4, .button-list, .button-list-small, .more, .scroll-to-top, .blue-section p {
	font-family: 'Open Sans', Arial, Helvetica, sans-serif;	
}

h1 {
	font-weight: bold;
	color: #111335;
	font-size: 40px;
	padding-top: 30px;
	padding-bottom: 15px;
	margin-top: 0px;
}

#header-inner h1 {
	color: #fff;	
}

h2 {
	color: #1c3d5d;
	font-size: 24px;
	margin-top: 30px;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #adaeb3;
}

.section h2:first-child {
	margin-top: 0;
}

.newsbox h2 {
	color: #fff;
	font-size: 24px;
	margin-top: 0;
	display: block;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

h3 {
	color: #1c3d5d;
	font-size: 20px;	
	margin-top: 20px;
	padding-bottom: 5px;
}

h4 {
	font-size: 18px;	
	font-weight: 600;
}

a {
	color: #3378bd;
	text-decoration:underline;
}

a:hover {
	color: #3378bd;
	text-decoration:none;
}

.section img {
	max-width: 100%;	
}

/* General layout */

.outer-container {
	width: 100%;
	padding: 0px;
	margin: 0px;
}

.outer-footer-container {
	width: 100%;
	padding: 0px;
	margin: 0px;
	background-color:#3378bd;
}

.outer-container-copyright {
	width: 100%;
	padding: 15px 0 10px 0;
	margin: 0px;
	background-color:#111335;
}

.outer-white-container {
	width: 100%;
	padding: 35px;
	margin: 0px;
}

.outer-search-container {
	width: 100%;
	padding: 1.65rem;
	margin: 0;
}


/* Header */

#header-outer {
	background-color: #111335;
	color: #fff;
}

#header-top{
	background-color: #fff;
	color: #fff;
}

#header-top-search{
	background-color: #3378bd;
	color: #fff;
}

#footer-copyright {
	background-color: #111335;
	color: #fff;
}
#footer-copyright p {
	color: #fff;	
}

#header-right {
	float: right;
	width: auto;
}

#header-inner {
/*	padding: 10px 0 5px;
	position: relative;*/
}

#amsa-logo {
	display: inline-block;
	width: 400px;
}

#beacons-logo {
	width: 280px;
	height: 124px;
	display: inline-block;
}

#amsa-logo img, #beacons-logo img {
	opacity: 0.9;	
}

#amsa-logo a:hover img, #amsa-logo a:focus img, #beacons-logo a:hover img, #beacons-logo a:focus img {
	opacity: 1;	
}


/* Search box */

#search-container {
/*	position: absolute;
	bottom: 20px;
	right: 30px;*/
}

#search-box {
	color: #2F2F30;
	font-size: 16px;
	padding: 3px 10px;
	height: 48px;
	width: 570px;
	float: left;
	border: 0;
}

#submit-icon {
	float: left;
}

#submit-icon:hover, #submit-icon:focus {
	
}

#search-container label {
	display: none;
}

/* Contact us box */

#contact-box {
	text-align: right;
	font-size: 16px;
	display: inline-block;
	float: right;
	margin-bottom: 15px;
	padding-bottom: 2px;
	margin-left:15px;
	margin-top:35px;
}

#contact-box:hover a, #contact-box:focus a {
	color: #000;
}

#contact-box a {
	padding-bottom: 1px;
    display: block;	
	font-weight:bold;
	text-decoration:underline;
	color: #111335;
}

#contact-box a:hover, #contact-box a:focus {
	text-decoration: none;	
}

#contact-box span:before {
	/*content: "\f095 \0000a0 \0000a0 ";
	font-family: FontAwesome;
	font-size: 18px;*/
}

#contact-box span a {
	color: #fff;
}

/* Main navigation */
#nav-outer {
	background-color: #111335;
}
#nav {
	padding: 0;
	z-index: 999;
	position: relative;
}
#nav a {
	color: #fff;
	text-decoration:none;
}
#nav ul {
	padding: 0px;	
	margin: 0px;
}

#nav ul li {
	list-style-type: none;
	display: inline-block;
	padding: 0;
	position: relative;
}

#nav ul li a {
	padding: 9px 15px;
	display: inline-block;
	margin: 0;
	border-bottom:2px solid #111335;
}

#nav ul li ul li {
	background-color:#fff;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#nav ul li ul li a {
	padding: 10px 20px;
	display: inline-block;
	margin: 0;
	border-bottom:0;
	color:#111335;
}

#nav ul li a:hover {
	color: #1c1d4c;
	transition: all 0.2s ease-in-out 0s;	
	background-color: #fff;
}

#nav ul li a:hover {
	border-bottom:2px solid #e97724;	
}

#nav ul li ul li a:hover {
	border-bottom:0;
	background-color:#ddd;
}

#nav ul li a:focus {
	background-color: #fff;
	color: #111335;
}

#nav ul li:first-child a {
/*	margin-left: -20px;	*/
}


#nav ul ul li:first-child a {
	margin-left: 0;	
}

#nav ul li:last-child a {
	border-right: none;
}

#nav ul li a:hover, #nav ul li a:focus {
	text-decoration: none;
	/*background-color: #3c3c3e;
	color: #fff;
	-webkit-transition: background-color 200ms;
    -moz-transition: background-color 200ms;
    -o-transition: background-color 200ms;
    -ms-transition: background-color 200ms;
    transition: background-color 200ms;*/
}


/* Sub navigation */

#nav ul ul {
	display: none;
	position: absolute;
	background-color: #2F2F30;
	z-index: 99;
}

#nav ul ul li {
	margin-right: 0;	
}

#nav ul ul li a {
	display: block;	
	border-right: 0;
	width: 325px;
}

#nav ul li:hover > ul, #nav ul li:focus > ul {
	display: block;								
}

#nav ul .focus ul {
	display: block;
}

/* The menu toggle section - displays only on mobile */

.icon-menu:before {
	content: "\f0ca \0000a0 \0000a0 \0000a0";
	font-family: FontAwesome;
}

.leftnav-toggle.opened .icon-menu:before {
	content: "\f057 \0000a0 \0000a0 \0000a0";
	font-family: FontAwesome;
}

.leftnav-toggle {
	display: none;
	background-color: #2f2f30;
	color: #fff;
	width:100%;
	height:70px;
	padding: 4px 20px;
	cursor: pointer;
	text-align: right;
	font-size: 16px;
	text-decoration:none;
	outline:none;

}


.leftnav-toggle:hover, .leftnav-toggle:focus {
	opacity: 0.95;
}



/* Breadcrumbs */

#breadcrumbs-outer {
	background-color: #fff;
}

#breadcrumbs {
	padding: 10px 0 0 0;	
	color: #000;
	font-size: 16px;
}

#breadcrumbs a {
	color: #254159;	
/*	text-decoration: underline;*/
}

#breadcrumbs a:hover {
	color: #406f8b;	
}

#breadcrumbs ul {
	padding: 5px 0;
	margin: 0px;
	float: left;	
}

#breadcrumbs ul li {
	list-style-type: none;
	display: inline-block;	
}

#breadcrumbs ul li:after {
	content: "\00a0>";	
}

#breadcrumbs ul li:last-child:after {
	content: none;	
}

#breadcrumbs ul li a {
		
}


/* Back buttons (in the breadcrumbs area) */

.back-button {
	float: right;
	padding: 5px 0;	
}

.back-button a {
	background-image:url(../images/arrow-left.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 30px;	
	line-height: 22px;
	display: block;
}


/* Main content area */

#main-outer {
/*	background-image: url(../images/main-bg.png);
	background-position: top;
	background-repeat: repeat-x;*/
	background-color:#fff;
	min-height: 654px;
}

#main-outer-lines {
/*	background-image: url(../images/bg-lines.png);
	background-position: top;
	background-repeat: no-repeat;*/
}

#main-inner {
	padding: 0px;	
}



/* Common section-style padding */

.section, .table-of-contents, .further-info, .blue-section , .info-alert {
	padding: 0px;	
	position: relative;	
}



/* Content sections */

.section {
	background-color: #fff;
	margin-bottom: 20px;
	position: relative;
}

.section a {
/*	text-decoration: underline;	*/
}

/* Alerts */

.info-alert {
	background-color: #eee;
	margin-bottom: 20px;
	position: relative;
	font-size: 16px;
	padding: 20px;
	border:1px solid #ddd;
}

.info-alert a {
/*	text-decoration: underline;	*/
}

.info-alert p:before {
	content: "\f05a \0000a0 \0000a0 ";
	font-family: FontAwesome;
	font-size: 18px;
	color: #ac3030;
}

.info-alert p:last-child {
	margin-bottom: 0;
}


/* Table of contents */

.table-of-contents {
	padding:20px;
/*	background-color:#ddd;*/
	margin-bottom: 20px;
	border:1px solid #ddd;
}

.table-of-contents h2 {
	color: #111335;	
	opacity: 0.8;
	font-size: 20px;
	border-color: #475e74;
	margin-top: 0;
}

.table-of-contents ul {
	padding-left: 20px;
}

.table-of-contents ul li {
	list-style-image: url(../images/toc-bullet.png);
	padding-left: 5px;
}


.table-of-contents ul li a {
	color: #3378bd;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;	
	font-size: 18px;
	opacity: 0.9;
	margin-bottom: 1px;
}

.table-of-contents ul li a:hover, .table-of-contents ul li a:focus {
	opacity: 1;	
/*	border-bottom: 1px dotted #4f6981;*/
	color: #3378bd;
	margin-bottom: 0;
	text-decoration: none;
}


/* Further information */

.further-info {
	background-color:#fff;
	padding-bottom:20px;
}

.further-info ul {
	padding-left: 20px;	
}

.further-info ul li {
	list-style-image: url(../images/furtherinfo-bullet.png);
	padding-left: 10px;	
}

.further-info ul li a {
	color: #3378bd;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 18px;
	display: inline-block;
	padding: 0;
	opacity: 0.9;
}

.further-info ul li a:hover, .further-info ul li a:focus {
	color: #3378bd;
	text-decoration: none;
	opacity: 1;
}

.further-info h2 {
	border-color: #11135;
	color: #11135;
	font-size: 22px;
	font-weight: 200;	
	margin-top: 0;
}


/* Landing pages */

.landing-buttons {
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 25px;
}

.landing-buttons li {

}

.landing-buttons li a {
	background-color: #3C6384;
	color: #fff;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	display: block;
	padding: 7px 15px;*/
	text-decoration: none;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: 400;
}

.landing-buttons li a:before {
	/*content: "\f054 \0000a0 \0000a0 \0000a0";
	font-family: FontAwesome;
	font-size: 14px;*/
	/*text-decoration: none !important;*/
}

.landing-buttons li a:hover, .landing-buttons li a:focus {
/*	opacity: 0.9;*/
}



.home-cta-button-handy-icon {
	position:absolute;
	background:url('../images/hand-icon.png') center center;
	background-repeat:no-repeat;
	background-size: cover;
	width:50px;
	height:50px;
	top:280px;
	right:0;
}

.beacon-pinger-animation {
	position: absolute;
	background-color:transparent;
	width:101px;
	height:101px;
	border-radius:50%;
	left: 50%;
	top: 50%;
	margin-left:-48px;
	margin-top:-51px;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	-webkit-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  	-moz-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  	-ms-animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);	
}
@-webkit-keyframes pulse {to {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}}
@-moz-keyframes pulse {to {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}}
@-ms-keyframes pulse {to {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}}
@keyframes pulse {to {box-shadow: 0 0 0 70px rgba(255, 255, 255, 0);}}

.home-cta-buttons a {
	text-decoration:none;
}


.home-cta-buttons li a {
	display: block;
	background-color: #cc4b00;
/*	-webkit-box-shadow: 1px 1px 3px 0px rgba(186,186,186,1);
	-moz-box-shadow: 1px 1px 3px 0px rgba(186,186,186,1);
	box-shadow: 1px 1px 3px 0px rgba(186,186,186,1);*/
	padding: 15px;
	margin-top: 300px;
	font-weight:bold;
	border-bottom:2px solid #772c00;
	width: 100%;
	text-align:center;
}

.home-cta-buttons li a:hover {
	background-color: #e97724;
}
.home-cta-buttons li a:focus {
	margin-top:302px;
	background-color:#772c00;
	border-bottom:0;
}


.news-list {
	padding-left: 20px;
	font-size: 13px;
}

.news-list li {
	margin-bottom: 10px;
}


.news-date {
	display: inline-block;
	opacity: 0.9;
	margin-bottom: 15px;
	font-weight: bold;
}

.news-list .news-date {
	display: inline-block;
	padding-bottom: 0;
	margin-top: 0;
	font-size: 11px;
	font-weight: normal;
	margin-bottom: 0;
}

.home-sidebar .more {
	float: right;
}

.hoz-subsections {
	height: 390px;
}

.hoz-subsections-beacon-info {
	height: 240px;
}

.hoz-subsection-rego {
	width: 23%;
	float: left;
	margin-right: 2%;
	padding: 0;
}

.hoz-subsection {
	width: 32%;
	float: left;
	margin-right: 2%;
	padding: 20px;
	border:1px solid #ddd;
	height:100%;
	font-size:16px;
}

.home .hoz-subsection {
	padding: 0 15px;	
}

.hoz-subsection:hover {
	/*background-color: #f7f7f7;
	cursor: pointer;*/
}


.hoz-subsection.last {
	margin-right: 0 !important;
}

.hoz-subsection ul {
	
}


.feature-box-icon {
	color: #fff;
	background-color: #335e7d;
	font-size: 20px;
	text-align: center;
	border-radius: 100%;
	width: 36px;
	height: 36px;
	line-height: 35px;
	display: inline-block;
	margin-right: 10px;
	font-family: FontAwesome;
}

#purchasing-icon:before {
	content: "\f129";
}

#maintenance-icon:before {
	content: "\f0ad";
}

#activation-icon:before {
	content: "\f1cd";
}

.large-numbered {
	margin-bottom: -20px;
	padding-left: 0px;
	list-style-type: none;
}

.large-numbered li {
	padding-bottom: 20px;
}

a.info-button {
	width: 350px;
	max-width: 100%;
}

a.info-button:hover, a.info-button:focus {
	background-color: #335e7d;
	color: #fff;
}

.home-more-link {
	float: right;	
}

#home-news-box {
	background-color: #f4f4f4;	
	padding: 15px 20px;
}

.large-numbered h3 {
	clear: both;
	font-size: 19px;
}

.large-numbered {
	counter-reset: large-counter;
}
.large-numbered h3:before {
	content: counter(large-counter);
	counter-increment: large-counter;
	margin-right: 10px;
	color: #fff;
	background-color: #3D6384;
	border-radius: 100%;
	width: 24px;
	height: 24px;
	display: inline-block;
	text-align: center;
}


.checked-h2 h2:before {
	content: "\f058 ";
	font-family: FontAwesome;
	font-size: 26px;
	margin-right: 15px;
	color: #3D6384;
	display: inline-block;
	text-align: center;
}

/* Skip link */

#skip-link a {
    background-color: #FFFFFF;
    display: block;
    left: -999px;
    padding: 10px 20px;
    position: absolute;
    top: 0;
    z-index: 200;
}
#skip-link a:focus {
    left: 0;
    text-decoration: none;
}


/* Help icon and help text */

.help {
	position: absolute;
	top: 15px;
	right: 20px;
}

.help a {
	float: right;	
}

.help-text {
	display: absolute;
	top: 0;
	right: 0;
	margin-top: 35px;
	width: 300px;
	font-size: 12px;
	line-height: 14px;	
	color: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	text-align: center;
	background-color: #000;
	opacity: 0;
	transition: opacity 0.2s;
}

.active .help-text {
	opacity: 1;
}

.help-text-triangle {
	position: absolute;
	top: 29px;
	right: 6px;
	background-image: url('../images/helptext-triangle.png');
	background-repeat: no-repeat;
	width: 13px;
	height: 8px;
	opacity: 0;
	transition: opacity 0.2s;
}

.active .help-text-triangle {
	opacity: 1;
}

.oldie .help-text, .oldie .help-text-triangle {
	display: none;
	opacity: 1;
}

.oldie .active .help-text, .oldie .active .help-text-triangle {
	display: block;
	opacity: 1;
}

/* Buttons */

/*
.button {
	display: inline-block;
}

.button a {
	display: block;
	background-color: #3d6384;
	border-radius: 5px;
	width: auto;
	color: #fff;
	padding: 5px 20px 5px 30px;
	background-image: url(../images/icon-navigation.png);
	background-repeat: no-repeat;
	background-position: left 8px center;
	margin-top: 20px;
	text-decoration: none;
}
*/

.button a:hover {
	background-color: #437c96;
	text-decoration: none;
}

a.info-button {
	display: inline-block;
	background-color: #144271;
	color: #fff;
	padding: 1.25rem 1.25rem;
	font-size: 16px;
	text-decoration: none;
	border-bottom:2px solid #111335;
	border-top:2px solid #144271;
}

a.info-button:before {
	content: "\f054 \0000a0 \0000a0 \0000a0";
	font-family: FontAwesome;
	font-size: 16px;
	/*text-decoration: none !important;*/
}

a.info-button:focus {
	background-color: #3378bd;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-top:2px solid #fff;
	border-bottom:2px solid #111335;
}

a.info-button:hover {
	
}


a.info-button-newsbox {
	width:100%;
	display: inline-block;
	background-color: #144271;
	color: #fff;
	padding: 1.25rem 1.25rem;
	font-size: 16px;
	text-decoration: none;
	border-bottom:2px solid #111335;
}

a.info-button-newsbox:before {
	content: "\f054 \0000a0 \0000a0 \0000a0";
	font-family: FontAwesome;
	font-size: 16px;
	/*text-decoration: none !important;*/
}

a.info-button-newsbox:focus {
	background-color: #e97724;
	color: #fff;
	font-size: 16px;
	text-decoration: none;
	border-bottom:2px solid #000;
}
a.info-button-newsbox:hover {
	background-color: #3378bd;
}


/* Definition lists */

dl {
	font-size: 16px;
	margin-bottom: 10px;	
}

dt {
	float: left;
	width: 200px;
	clear: both;
	padding: 10px 0 5px;
	border-bottom: 1px dashed #e5e5e5;	
}

dd {
	border-bottom: 1px dashed #e5e5e5;	
	float: left;
	padding: 10px 0 5px;
}

#carriage-reqs dt {
	width: 200px;
}


/* Footer */

#footer {
	background-color:#3378bd;
	padding-top: 10px;
	padding-bottom: 50px;
}

#footer img {
/*	float: left;
	display: block;	
	clear: both;*/
	padding: 0 5px 0 0;
}

#footer-logos {
	width: 270px;
	float: left;
}

#footer ul {
	margin-top: 35px;
	display: block;
	float: left;
	width: 230px;	
}

#footer ul li {
	list-style-type: none;
	font-size: 16px;
	padding-bottom: 2px;
}

#footer ul li a {
	color: #f0f1f3;	
	opacity: 0.9;
	display: inline-block;
	padding: 3px 0;
	text-decoration:none;
}

#footer ul li a:hover, #footer ul li a:focus {
	opacity: 1;	
	color: #fff;
	text-decoration: none;
}

#footer img {
	opacity: 0.9;	
}

#footer img:hover, #footer img:focus {
	opacity: 1;	
}

#socialmedia {
	float: left;
	width: 350px;
	padding-right:100px; 
}

#socialmedia h3 {
	color: #fff;
	border-bottom: 1px solid #fff;
	margin-top: 15px;
	font-size: 16px;
	font-style:italic;
}

#socialmedia ul {
	margin: 0;
	padding-left: 0;
}

.social-link:before {
	font-family: FontAwesome;
	width: 25px;
	display: inline-block;
	text-align: center;
	font-size: 16px;
}

.social-link {
	width: 100px;
}

#twitter-link:before {
	content: "\f099 \0000a0 \0000a0 ";
}

#facebook-link:before {
	content: "\f082 \0000a0 \0000a0 ";
}

#youtube-link:before {
	content: "\f16a \0000a0 \0000a0 ";
}



/* Expandable sections & titles */

h3.expandable-title {
	background-color: #3c6384;
	color: #fff;
	padding: 10px;
	margin: 15px 0 0;
	background-repeat: no-repeat;
	background-position: right 10px center;
	cursor: pointer;
}

h3.expandable-title:hover, h3.expandable-title:focus, .expandable-bottom-controls:hover, .expandable-bottom-controls:focus {
	opacity: 0.9;
}

.expandable-section {
	display: none;	
	padding: 10px;
	background-color: #e6e6e6;
}

.grey-section {
	padding: 0 10px 0 10px;
	background-color: #e6e6e6;
}

.expandable-section p, .grey-section p {
	margin-bottom: 0;	
}

h3.expandable-title {
	background-image: url(../images/icon-expand-white.png);
}

h3.expandable-title.expanded {
	background-image: url(../images/icon-collapse-white.png);
}

.expandable-section h4, .grey-section h4 {
	display: block;
	background-color: #dadada;	
	margin-left: -10px;
	margin-right: -10px;
	padding: 10px;
}

.expandable-bottom-controls {
	height: 40px;
	background-color: #3C6384;
	display: none;	
	cursor: pointer;
	background-repeat: no-repeat;
	background-position: right 10px center;
	background-image: url(../images/icon-collapse-white.png);
	content: "Hide section";
	color: #fff;
}

/* FAQ page */

.faqs h3 {
	margin-top: 30px;
	margin-bottom: 10px;
	font-weight: 600;
	font-size: 16px;
	border-bottom: 1px solid #eee;
	display: block;
}

.faqs .section h2 {
	margin-bottom: 0;
}

.faqs h3:before {
	content: "\f059 \0000a0 \0000a0 ";
	font-family: FontAwesome;
}


/* Tables */

table {
	margin: 15px 0 20px;
}

th, td {
	border: 1px solid #afafaf;
	padding: 10px 15px;
	vertical-align: top;
}

th {
	background-color: #dee1e3;
	padding-right: 30px;
}

td {
	background-color: #efefef;	
}


/* Button lists */

ul.button-list, ul.button-list-small {
	padding-left: 0;
	font-size: 17px;
	margin-top: 20px;
	display: block;
}



ul.button-list li {
	list-style-type: none;
	display: inline-block;
	width: 25%;
	float: left;
	margin-bottom: 5px;
}

ul.button-list-small li {
	list-style-type: none;
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

ul.button-list li a {
	display: block;
	height: 100px;
	background-color: #3c6384;
	color: #fff;
	text-decoration: none;
	padding: 20px;
	opacity: 1;
	margin-right: 5px;
}


ul.button-list-small li a {
	display: inline-block;
	background-color: #eee;
	font-weight: 600;
	font-size: 16px;
	text-decoration: none;
	padding: 20px;
	opacity: 1;
	margin-right: 5px;
	width: 100%;
}

ul.button-list-small li i {
	padding-right: 10px;	
}

ul.button-list a:hover, ul.button-list a:focus {
	opacity: 0.9;	
}

ul.button-list-small a:hover, ul.button-list-small a:focus {
	background-color: #335e7d;
	color: #fff;
}





#button-list-end {
	height: 10px;	
	clear: both;
}




/* Home page styles */

.home #main-outer {
	padding-top: 20px;	
}

.news-box {
	width: 50%;
	float: left;
	margin-bottom: 20px;
	font-size: 16px;
}

.news-box h2 {
	font-size: 21px;
}

.news-box h2, .news-box p {
	margin-right: 5px;	
}

#news-section-divider {
	height: 30px;
	clear: both;
	width: 100%;	
}

.news-box img {
	float: left;
	padding: 5px 20px 20px 0;	
}


.blue-section a {
	text-decoration: underline;	
	color: #c8e0ef;	
}

.blue-section a:hover, .blue-section a:focus {
	color: #d5dbdf;
}

.blue-section {
	background-color: #2c4964;
	color: #fff;
	padding: 5px !important;
	margin-bottom: 20px;
	z-index: 1;
}

.blue-section p {
	padding-right: 20px;
	padding-left: 20px;	
	font-size: 16px;
}

.blue-section p.tagline-intro {
	font-size: 24px;	
	padding-top: 30px;
}

#home-youtube-container {
	width: 448px;
	float: left;	
	margin-right: 30px;
	margin-top: 5px;
}

.home .large-numbered {
	margin-bottom: -20px;
	padding-left: 0px;
	list-style-type: none;
}

.home .large-numbered li {
	padding-bottom: 0;
}

.home .large-numbered ul {
	list-style-type: disc;
	margin-bottom: 20px;
}

.home .large-numbered h2 {
	clear: both;
}

.home .large-numbered {
	counter-reset: large-counter;
}

.home .large-numbered h2:before {
	content: counter(large-counter);
	counter-increment: large-counter;
	margin-right: 10px;
	color: #fff;
	background-color: #3D6384;
	border-radius: 100%;
	width: 30px;
	height: 30px;
	display: inline-block;
	text-align: center;
}

.home .info-button {
	display: inline-block;
	width: 100%;
	position: relative;
	bottom: 0;
}

.home-infographic {
	width: 73%;
	margin-right: 2%;
	float: left;
	padding: 0 20px 0 10px;
	font-size: 13px;
	position: relative;
}

.infographic-canvas {
	overflow: hidden;	
	position: relative;
	width: 100%;
}

#infog-img1 {
	max-width: 22%;
}


#infog-img2 {
	max-width: 55.33%;
}

#infog-img3 {
	max-width: 22.66%;
}

.infographic-canvas img {
	float: left;	
}

.infographic-description {
	position: absolute;	
	background: #467791;
	color: #fff;
	font-size: 11px;
	border-radius: 5px;
	padding: 10px;
	z-index: 9;
	display: none;
}

#description1 {
	width: 160px;
	top: 120px;
}

#description2 {
	left: 195px;
	width: 380px;
}

#description3 {
	left: 450px;
	width: 300px;
}

.home-infographic img {
	max-width: 100%;
	margin: 0 auto;
	margin-bottom: 10px;
	z-index: 99;
	position: relative;
}

.home .tagline {
	font-size: 18px;
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	margin-top: 0;	
}

#how-they-work-infographic {
	height: 300px;
	background-color: #eee;
}

.deployment-graphic {
	width: 25%;
	text-align: center;
	float: left;
	padding: 0 30px;	
}

.deployment-graphic img {
	max-width: 100%;	
}

#how-they-work li {
	clear: both;
	margin-bottom: 40px;
}

#how-they-work {
	margin: 20px 0;	
	border-left: 4px solid #d7d7d7;
	margin-left: 95px;
}

#how-they-work h3 {
	padding-top: 15px;	
}

.how-they-work-graphic {
	display: inline-block;
	width: 18%;
	float: left;
	margin-right: 2%;
	padding-left: 2%;
	margin-left: -95px;
	background-color: #fafafa;
	padding: 20px 0;
	text-align: center;
}

.how-they-work-graphic img {
	max-width: 100%;	
}

.how-they-work-description {
	display: inline-block;
	width: 80%;	
}

.home-sidebar {
	width: 25%;
	float: left;
	padding-top: 4px;
}

.home-sidebar h3 {
	font-size: 18px;
	border-bottom: 1px solid #adaeb3;
	margin-top: 0;
}

.no-underline {
	text-decoration: none !important;
}

.home .no-underline ul li {
	color: #333333 !important;
}

.mobile-and-screen-readers {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
}

.mobile-only {
	display: none !important;
}

/*Figure caption*/
figure {
	display: table;
	background-color: #e0e0e0;	
	padding: 20px 20px 0 20px;
	margin: 20px 0;
	float: right
}


figcaption {
	font-size: 12px;
	padding: 20px;	
	display: table-caption;
	caption-side: bottom;
	background-color: #e0e0e0;
}



/* Scroll to top button */

.scroll-to-top {
	background: url(../images/backtotop_scaled.png) no-repeat center center;
	position: fixed;
	text-indent:-9999px;
	color: #fff;
	bottom: 20px;
	right: 20px;
	height: 70px;
	width: 70px;
	text-align: center;
	opacity: 0.3;
	z-index: 999;

	-webkit-transition: all 200ms;
    -moz-transition: all 200ms;
    -o-transition: all 200ms;
    -ms-transition: all 200ms;
    transition: all 200ms;
}

.scroll-to-top.hidden {
	opacity: 0;	
}

.scroll-to-top:hover, .scroll-to-top:focus {
	cursor: pointer;
	opacity: 0.9;	
}


.oldie .scroll-to-top {
	display: none;	
}

/* Miscellaneous */

#dropdown-purchasing-overseas {
	display: none;
}

.more-section {
	text-align: right;	
}

.more {
	font-size: 16px;	
}

.large-only {
	display: inline;	
}

.med-and-below {
	display: none;	
}


/* PDF icon */

.pdf:after {
	content: " \f1c1 \0000a0";
	font-family: FontAwesome;
}



/* Word icon */

.doc:after {
	content: " \f1c2 \0000a0";
	font-family: FontAwesome;
	text-decoration: none;
}


/* Excel icon */

.xls:after {
	content: " \f1c3 \0000a0";
	font-family: FontAwesome;
	text-decoration: none;
}


/* JPG icon */

.jpg:after {
	content: " \f1c5 \0000a0";
	font-family: FontAwesome;
	text-decoration: none;
}


/* External link icon */

.section .external:after, .further-info .external:after {
	content: " \f08e";
	font-family: FontAwesome;
	text-decoration: none;
}

.section .beacon-models .external:after {
	content: none !important;	
}


/* Google CSE search results */

#search-results td, #search-results th {
	background-color: #FAFAFA;	
	border: 0;
}

#search-results .gsc-thumbnail-inside, #search-results .gsc-url-top {
	padding: 0;	
}

#search-results .gsc-table-result {
	padding-top: 0;
	padding-bottom: 10px;	
}

#search-results table {
	margin: 0;
	padding: 0;	
}

#search-results .gsc-result-info {
	padding: 0;	
}

#search-results .gsc-result-info-container {
	padding: 0;	
}

#search-results .gsc-result .gs-title {
	height: auto;
}

#search-results #adBlock {
	padding-bottom: 0;	
}

#search-results .gsc-adBlock {
	border-color: #e9e9e9 !important;	
	padding-bottom: 0;

}

#search-results {
	padding-top: 0;	
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 0;
}

#search-results * {
	-moz-box-sizing: content-box !important;	
}

#search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page {
	background-color: #fafafa;	
}

#search-results .gsc-results .gsc-cursor-box .gsc-cursor-page {
	padding: 5px 10px;	
}

#search-results .gsc-results .gsc-cursor-box {
	margin-left: 0;
}

#search-results .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
	color: #fff;
	background-color: #3D6384;
	text-decoration: none;	
}

#search-results .gsc-results .gsc-cursor-box .gsc-cursor-current-page:hover {
	color: #3D6384;
	background-color: #fafafa;	
}

/* Site map */

#sitemap {
	padding-left: 25px;
}

#sitemap a {
	display: inline-block;
	margin-bottom: 3px;
}

#sitemap ul {
	padding-left: 40px;
}

/* Beacon models */

.beacon-models {
	padding-left: 0;
	margin-right: -5px;	
}

	.beacon-models li {
		list-style-type: none;
		display: inline-block;
		width: 177px;
		margin-right: 5px;
		margin-bottom: 10px;
		height: 123px;
		background-color: #ffffff;
		background-repeat: no-repeat;
		background-position: top left;
		position: relative;
		overflow: clip;
	}

.beacon-models li span {
	background-color: #494949;
	display: block;
	padding: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	position: absolute;
	bottom: 0;
	width: 100%;
}

.beacon-models a li:hover {
	opacity: 0.85;
}

.beacon-models li {
	border: 1px solid #E6E6E6;
}

.beacon-models a:focus li {
	opacity: 0.85;
	border: 1px solid #3D6384;
}


.beacon-models li img {
	float: right;
}

.acr-current {
	background-image: url(../images/beacon-logos/acr.png);	
}

.acr-discontinued {
	background-image: url(../images/beacon-logos/acr-bw.png);	
}
.cetcme-current {
    
background-image: url(../images/beacon-logos/cetcme.png);   

}

.gme-current {
	background-image: url(../images/beacon-logos/gme.png);	
}

.gme-discontinued {
	background-image: url(../images/beacon-logos/gme-bw.png);	
}

.kannad-current {
	background-image: url(../images/beacon-logos/kannad.png);	
}

.kannad-discontinued {
	background-image: url(../images/beacon-logos/kannad-bw.png);	
}

.mcmurdo-current {
	background-image: url(../images/beacon-logos/mcmurdo.png);	
}

.mcmurdo-discontinued {
	background-image: url(../images/beacon-logos/mcmurdo-bw.png);	
}

.oceansignal-current {
	background-image: url(../images/beacon-logos/oceansignal.png);	
}

.oceansignal-discontinued {
	background-image: url(../images/beacon-logos/oceansignal-bw.png);	
}

.jotron-current {
	background-image: url(../images/beacon-logos/jotron.png);	
}

.jotron-discontinued {
	background-image: url(../images/beacon-logos/jotron-bw.png);	
}

.kti-current {
	background-image: url(../images/beacon-logos/kti.png);	
}

.kti-discontinued {
	background-image: url(../images/beacon-logos/kti-bw.png);	
}

.simrad-current {
	background-image: url(../images/beacon-logos/simrad.png);	
}

.simrad-discontinued {
	background-image: url(../images/beacon-logos/simrad-bw.png);	
}

.salcom-current {
	background-image: url(../images/beacon-logos/salcom.png);	
}

.salcom-discontinued {
	background-image: url(../images/beacon-logos/salcom-bw.png);	
}




/* Choosing a beacon page */

#choosing-beacon label {
	font-weight: normal;
	font-size: 16px;
	margin-left: 10px;
	margin-bottom: 10px;

}

#choosing-beacon .subsection {
	background-color: #eee;
	padding: 20px;	
	margin-bottom: 20px;
}

#choosing-beacon single-option {
	display: block;	
	
}

#choosing-beacon {
	
	font-size: 16px;
}

#choosing-beacon h3 {
	margin-top: 0;	
}

#choosing-beacon .result {
	padding-bottom: 20px;	
}

#choosing-beacon input[type="submit"] {
	display: block;	
	background-color: #3d6384;	
	
	padding: 12px 20px;
	margin-bottom: 10px;
	color: #fff;
	border-radius: 5px;
	border: 0;
}


#choosing-beacon input[type="submit"]:focus, #choosing-beacon input[type="submit"]:hover {

	opacity: 0.9;
}

#choosing-beacon-results div {
	display: none;	
}

/* Unsupported browser message (for IE7 and before) */

.unsupported {
	width: 100%;
	background-color: #000;
	color: #fff;	
	padding: 30px;
	text-align: center;
}


/* Basic hacks for IE 8 */

.oldie .hoz-subsection {
	width: 32%;
	margin-right: 1%;
}

.oldie .feature-box-icon {
	color: #335e7d;
	background-color: #FAFAFA;
}



.alert-beacons {
	background-color:#eee;
	border-color:#CCC;
	color:#335e7d;
	cursor:pointer;
}
.alert-beacons hr {
	border-top-color:#f7e1b5
}
.alert-beacons .alert-link {
	color:#66512c
}



/* Responsive embed */

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden;
}
.embed-responsive .embed-responsive-item,
.embed-responsive iframe,
.embed-responsive embed,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
}
.embed-responsive.embed-responsive-4by3 {
  padding-bottom: 75%;
}




/* Glyphicons */

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url("../fonts/glyphicons-halflings-regular.eot");
  src: url("../fonts/glyphicons-halflings-regular.eot?#iefix") format("embedded-opentype"), url("../fonts/glyphicons-halflings-regular.woff2") format("woff2"), url("../fonts/glyphicons-halflings-regular.woff") format("woff"), url("../fonts/glyphicons-halflings-regular.ttf") format("truetype"), url("../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular") format("svg"); }

.glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.glyphicon-asterisk:before {
  content: "\002a"; }

.glyphicon-plus:before {
  content: "\002b"; }

.glyphicon-euro:before,
.glyphicon-eur:before {
  content: "\20ac"; }

.glyphicon-minus:before {
  content: "\2212"; }

.glyphicon-cloud:before {
  content: "\2601"; }

.glyphicon-envelope:before {
  content: "\2709"; }

.glyphicon-pencil:before {
  content: "\270f"; }

.glyphicon-glass:before {
  content: "\e001"; }

.glyphicon-music:before {
  content: "\e002"; }

.glyphicon-search:before {
  content: "\e003"; }

.glyphicon-heart:before {
  content: "\e005"; }

.glyphicon-star:before {
  content: "\e006"; }

.glyphicon-star-empty:before {
  content: "\e007"; }

.glyphicon-user:before {
  content: "\e008"; }

.glyphicon-film:before {
  content: "\e009"; }

.glyphicon-th-large:before {
  content: "\e010"; }

.glyphicon-th:before {
  content: "\e011"; }

.glyphicon-th-list:before {
  content: "\e012"; }

.glyphicon-ok:before {
  content: "\e013"; }

.glyphicon-remove:before {
  content: "\e014"; }

.glyphicon-zoom-in:before {
  content: "\e015"; }

.glyphicon-zoom-out:before {
  content: "\e016"; }

.glyphicon-off:before {
  content: "\e017"; }

.glyphicon-signal:before {
  content: "\e018"; }

.glyphicon-cog:before {
  content: "\e019"; }

.glyphicon-trash:before {
  content: "\e020"; }

.glyphicon-home:before {
  content: "\e021"; }

.glyphicon-file:before {
  content: "\e022"; }

.glyphicon-time:before {
  content: "\e023"; }

.glyphicon-road:before {
  content: "\e024"; }

.glyphicon-download-alt:before {
  content: "\e025"; }

.glyphicon-download:before {
  content: "\e026"; }

.glyphicon-upload:before {
  content: "\e027"; }

.glyphicon-inbox:before {
  content: "\e028"; }

.glyphicon-play-circle:before {
  content: "\e029"; }

.glyphicon-repeat:before {
  content: "\e030"; }

.glyphicon-refresh:before {
  content: "\e031"; }

.glyphicon-list-alt:before {
  content: "\e032"; }

.glyphicon-lock:before {
  content: "\e033"; }

.glyphicon-flag:before {
  content: "\e034"; }

.glyphicon-headphones:before {
  content: "\e035"; }

.glyphicon-volume-off:before {
  content: "\e036"; }

.glyphicon-volume-down:before {
  content: "\e037"; }

.glyphicon-volume-up:before {
  content: "\e038"; }

.glyphicon-qrcode:before {
  content: "\e039"; }

.glyphicon-barcode:before {
  content: "\e040"; }

.glyphicon-tag:before {
  content: "\e041"; }

.glyphicon-tags:before {
  content: "\e042"; }

.glyphicon-book:before {
  content: "\e043"; }

.glyphicon-bookmark:before {
  content: "\e044"; }

.glyphicon-print:before {
  content: "\e045"; }

.glyphicon-camera:before {
  content: "\e046"; }

.glyphicon-font:before {
  content: "\e047"; }

.glyphicon-bold:before {
  content: "\e048"; }

.glyphicon-italic:before {
  content: "\e049"; }

.glyphicon-text-height:before {
  content: "\e050"; }

.glyphicon-text-width:before {
  content: "\e051"; }

.glyphicon-align-left:before {
  content: "\e052"; }

.glyphicon-align-center:before {
  content: "\e053"; }

.glyphicon-align-right:before {
  content: "\e054"; }

.glyphicon-align-justify:before {
  content: "\e055"; }

.glyphicon-list:before {
  content: "\e056"; }

.glyphicon-indent-left:before {
  content: "\e057"; }

.glyphicon-indent-right:before {
  content: "\e058"; }

.glyphicon-facetime-video:before {
  content: "\e059"; }

.glyphicon-picture:before {
  content: "\e060"; }

.glyphicon-map-marker:before {
  content: "\e062"; }

.glyphicon-adjust:before {
  content: "\e063"; }

.glyphicon-tint:before {
  content: "\e064"; }

.glyphicon-edit:before {
  content: "\e065"; }

.glyphicon-share:before {
  content: "\e066"; }

.glyphicon-check:before {
  content: "\e067"; }

.glyphicon-move:before {
  content: "\e068"; }

.glyphicon-step-backward:before {
  content: "\e069"; }

.glyphicon-fast-backward:before {
  content: "\e070"; }

.glyphicon-backward:before {
  content: "\e071"; }

.glyphicon-play:before {
  content: "\e072"; }

.glyphicon-pause:before {
  content: "\e073"; }

.glyphicon-stop:before {
  content: "\e074"; }

.glyphicon-forward:before {
  content: "\e075"; }

.glyphicon-fast-forward:before {
  content: "\e076"; }

.glyphicon-step-forward:before {
  content: "\e077"; }

.glyphicon-eject:before {
  content: "\e078"; }

.glyphicon-chevron-left:before {
  content: "\e079"; }

.glyphicon-chevron-right:before {
  content: "\e080"; }

.glyphicon-plus-sign:before {
  content: "\e081"; }

.glyphicon-minus-sign:before {
  content: "\e082"; }

.glyphicon-remove-sign:before {
  content: "\e083"; }

.glyphicon-ok-sign:before {
  content: "\e084"; }

.glyphicon-question-sign:before {
  content: "\e085"; }

.glyphicon-info-sign:before {
  content: "\e086"; }

.glyphicon-screenshot:before {
  content: "\e087"; }

.glyphicon-remove-circle:before {
  content: "\e088"; }

.glyphicon-ok-circle:before {
  content: "\e089"; }

.glyphicon-ban-circle:before {
  content: "\e090"; }

.glyphicon-arrow-left:before {
  content: "\e091"; }

.glyphicon-arrow-right:before {
  content: "\e092"; }

.glyphicon-arrow-up:before {
  content: "\e093"; }

.glyphicon-arrow-down:before {
  content: "\e094"; }

.glyphicon-share-alt:before {
  content: "\e095"; }

.glyphicon-resize-full:before {
  content: "\e096"; }

.glyphicon-resize-small:before {
  content: "\e097"; }

.glyphicon-exclamation-sign:before {
  content: "\e101"; }

.glyphicon-gift:before {
  content: "\e102"; }

.glyphicon-leaf:before {
  content: "\e103"; }

.glyphicon-fire:before {
  content: "\e104"; }

.glyphicon-eye-open:before {
  content: "\e105"; }

.glyphicon-eye-close:before {
  content: "\e106"; }

.glyphicon-warning-sign:before {
  content: "\e107"; }

.glyphicon-plane:before {
  content: "\e108"; }

.glyphicon-calendar:before {
  content: "\e109"; }

.glyphicon-random:before {
  content: "\e110"; }

.glyphicon-comment:before {
  content: "\e111"; }

.glyphicon-magnet:before {
  content: "\e112"; }

.glyphicon-chevron-up:before {
  content: "\e113"; }

.glyphicon-chevron-down:before {
  content: "\e114"; }

.glyphicon-retweet:before {
  content: "\e115"; }

.glyphicon-shopping-cart:before {
  content: "\e116"; }

.glyphicon-folder-close:before {
  content: "\e117"; }

.glyphicon-folder-open:before {
  content: "\e118"; }

.glyphicon-resize-vertical:before {
  content: "\e119"; }

.glyphicon-resize-horizontal:before {
  content: "\e120"; }

.glyphicon-hdd:before {
  content: "\e121"; }

.glyphicon-bullhorn:before {
  content: "\e122"; }

.glyphicon-bell:before {
  content: "\e123"; }

.glyphicon-certificate:before {
  content: "\e124"; }

.glyphicon-thumbs-up:before {
  content: "\e125"; }

.glyphicon-thumbs-down:before {
  content: "\e126"; }

.glyphicon-hand-right:before {
  content: "\e127"; }

.glyphicon-hand-left:before {
  content: "\e128"; }

.glyphicon-hand-up:before {
  content: "\e129"; }

.glyphicon-hand-down:before {
  content: "\e130"; }

.glyphicon-circle-arrow-right:before {
  content: "\e131"; }

.glyphicon-circle-arrow-left:before {
  content: "\e132"; }

.glyphicon-circle-arrow-up:before {
  content: "\e133"; }

.glyphicon-circle-arrow-down:before {
  content: "\e134"; }

.glyphicon-globe:before {
  content: "\e135"; }

.glyphicon-wrench:before {
  content: "\e136"; }

.glyphicon-tasks:before {
  content: "\e137"; }

.glyphicon-filter:before {
  content: "\e138"; }

.glyphicon-briefcase:before {
  content: "\e139"; }

.glyphicon-fullscreen:before {
  content: "\e140"; }

.glyphicon-dashboard:before {
  content: "\e141"; }

.glyphicon-paperclip:before {
  content: "\e142"; }

.glyphicon-heart-empty:before {
  content: "\e143"; }

.glyphicon-link:before {
  content: "\e144"; }

.glyphicon-phone:before {
  content: "\e145"; }

.glyphicon-pushpin:before {
  content: "\e146"; }

.glyphicon-usd:before {
  content: "\e148"; }

.glyphicon-gbp:before {
  content: "\e149"; }

.glyphicon-sort:before {
  content: "\e150"; }

.glyphicon-sort-by-alphabet:before {
  content: "\e151"; }

.glyphicon-sort-by-alphabet-alt:before {
  content: "\e152"; }

.glyphicon-sort-by-order:before {
  content: "\e153"; }

.glyphicon-sort-by-order-alt:before {
  content: "\e154"; }

.glyphicon-sort-by-attributes:before {
  content: "\e155"; }

.glyphicon-sort-by-attributes-alt:before {
  content: "\e156"; }

.glyphicon-unchecked:before {
  content: "\e157"; }

.glyphicon-expand:before {
  content: "\e158"; }

.glyphicon-collapse-down:before {
  content: "\e159"; }

.glyphicon-collapse-up:before {
  content: "\e160"; }

.glyphicon-log-in:before {
  content: "\e161"; }

.glyphicon-flash:before {
  content: "\e162"; }

.glyphicon-log-out:before {
  content: "\e163"; }

.glyphicon-new-window:before {
  content: "\e164"; }

.glyphicon-record:before {
  content: "\e165"; }

.glyphicon-save:before {
  content: "\e166"; }

.glyphicon-open:before {
  content: "\e167"; }

.glyphicon-saved:before {
  content: "\e168"; }

.glyphicon-import:before {
  content: "\e169"; }

.glyphicon-export:before {
  content: "\e170"; }

.glyphicon-send:before {
  content: "\e171"; }

.glyphicon-floppy-disk:before {
  content: "\e172"; }

.glyphicon-floppy-saved:before {
  content: "\e173"; }

.glyphicon-floppy-remove:before {
  content: "\e174"; }

.glyphicon-floppy-save:before {
  content: "\e175"; }

.glyphicon-floppy-open:before {
  content: "\e176"; }

.glyphicon-credit-card:before {
  content: "\e177"; }

.glyphicon-transfer:before {
  content: "\e178"; }

.glyphicon-cutlery:before {
  content: "\e179"; }

.glyphicon-header:before {
  content: "\e180"; }

.glyphicon-compressed:before {
  content: "\e181"; }

.glyphicon-earphone:before {
  content: "\e182"; }

.glyphicon-phone-alt:before {
  content: "\e183"; }

.glyphicon-tower:before {
  content: "\e184"; }

.glyphicon-stats:before {
  content: "\e185"; }

.glyphicon-sd-video:before {
  content: "\e186"; }

.glyphicon-hd-video:before {
  content: "\e187"; }

.glyphicon-subtitles:before {
  content: "\e188"; }

.glyphicon-sound-stereo:before {
  content: "\e189"; }

.glyphicon-sound-dolby:before {
  content: "\e190"; }

.glyphicon-sound-5-1:before {
  content: "\e191"; }

.glyphicon-sound-6-1:before {
  content: "\e192"; }

.glyphicon-sound-7-1:before {
  content: "\e193"; }

.glyphicon-copyright-mark:before {
  content: "\e194"; }

.glyphicon-registration-mark:before {
  content: "\e195"; }

.glyphicon-cloud-download:before {
  content: "\e197"; }

.glyphicon-cloud-upload:before {
  content: "\e198"; }

.glyphicon-tree-conifer:before {
  content: "\e199"; }

.glyphicon-tree-deciduous:before {
  content: "\e200"; }

.glyphicon-cd:before {
  content: "\e201"; }

.glyphicon-save-file:before {
  content: "\e202"; }

.glyphicon-open-file:before {
  content: "\e203"; }

.glyphicon-level-up:before {
  content: "\e204"; }

.glyphicon-copy:before {
  content: "\e205"; }

.glyphicon-paste:before {
  content: "\e206"; }

.glyphicon-alert:before {
  content: "\e209"; }

.glyphicon-equalizer:before {
  content: "\e210"; }

.glyphicon-king:before {
  content: "\e211"; }

.glyphicon-queen:before {
  content: "\e212"; }

.glyphicon-pawn:before {
  content: "\e213"; }

.glyphicon-bishop:before {
  content: "\e214"; }

.glyphicon-knight:before {
  content: "\e215"; }

.glyphicon-baby-formula:before {
  content: "\e216"; }

.glyphicon-tent:before {
  content: "\26fa"; }

.glyphicon-blackboard:before {
  content: "\e218"; }

.glyphicon-bed:before {
  content: "\e219"; }

.glyphicon-apple:before {
  content: "\f8ff"; }

.glyphicon-erase:before {
  content: "\e221"; }

.glyphicon-hourglass:before {
  content: "\231b"; }

.glyphicon-lamp:before {
  content: "\e223"; }

.glyphicon-duplicate:before {
  content: "\e224"; }

.glyphicon-piggy-bank:before {
  content: "\e225"; }

.glyphicon-scissors:before {
  content: "\e226"; }

.glyphicon-bitcoin:before {
  content: "\e227"; }

.glyphicon-btc:before {
  content: "\e227"; }

.glyphicon-xbt:before {
  content: "\e227"; }

.glyphicon-yen:before {
  content: "\00a5"; }

.glyphicon-jpy:before {
  content: "\00a5"; }

.glyphicon-ruble:before {
  content: "\20bd"; }

.glyphicon-rub:before {
  content: "\20bd"; }

.glyphicon-scale:before {
  content: "\e230"; }

.glyphicon-ice-lolly:before {
  content: "\e231"; }

.glyphicon-ice-lolly-tasted:before {
  content: "\e232"; }

.glyphicon-education:before {
  content: "\e233"; }

.glyphicon-option-horizontal:before {
  content: "\e234"; }

.glyphicon-option-vertical:before {
  content: "\e235"; }

.glyphicon-menu-hamburger:before {
  content: "\e236"; }

.glyphicon-modal-window:before {
  content: "\e237"; }

.glyphicon-oil:before {
  content: "\e238"; }

.glyphicon-grain:before {
  content: "\e239"; }

.glyphicon-sunglasses:before {
  content: "\e240"; }

.glyphicon-text-size:before {
  content: "\e241"; }

.glyphicon-text-color:before {
  content: "\e242"; }

.glyphicon-text-background:before {
  content: "\e243"; }

.glyphicon-object-align-top:before {
  content: "\e244"; }

.glyphicon-object-align-bottom:before {
  content: "\e245"; }

.glyphicon-object-align-horizontal:before {
  content: "\e246"; }

.glyphicon-object-align-left:before {
  content: "\e247"; }

.glyphicon-object-align-vertical:before {
  content: "\e248"; }

.glyphicon-object-align-right:before {
  content: "\e249"; }

.glyphicon-triangle-right:before {
  content: "\e250"; }

.glyphicon-triangle-left:before {
  content: "\e251"; }

.glyphicon-triangle-bottom:before {
  content: "\e252"; }

.glyphicon-triangle-top:before {
  content: "\e253"; }

.glyphicon-console:before {
  content: "\e254"; }

.glyphicon-superscript:before {
  content: "\e255"; }

.glyphicon-subscript:before {
  content: "\e256"; }

.glyphicon-menu-left:before {
  content: "\e257"; }

.glyphicon-menu-right:before {
  content: "\e258"; }

.glyphicon-menu-down:before {
  content: "\e259"; }

.glyphicon-menu-up:before {
  content: "\e260"; }
  
  
/*    Icons      */

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?xq6ieq");
  src: url("../fonts/icomoon.eot?xq6ieq#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?xq6ieq") format("truetype"), url("../fonts/icomoon.woff?xq6ieq") format("woff"), url("../fonts/icomoon.svg?xq6ieq#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-home:before {
  content: ""; }

.icon-home2:before {
  content: ""; }

.icon-home3:before {
  content: ""; }

.icon-office:before {
  content: ""; }

.icon-newspaper:before {
  content: ""; }

.icon-pencil:before {
  content: ""; }

.icon-pencil2:before {
  content: ""; }

.icon-quill:before {
  content: ""; }

.icon-pen:before {
  content: ""; }

.icon-blog:before {
  content: ""; }

.icon-eyedropper:before {
  content: ""; }

.icon-droplet:before {
  content: ""; }

.icon-paint-format:before {
  content: ""; }

.icon-image:before {
  content: ""; }

.icon-images:before {
  content: ""; }

.icon-camera:before {
  content: ""; }

.icon-headphones:before {
  content: ""; }

.icon-music:before {
  content: ""; }

.icon-play:before {
  content: ""; }

.icon-film:before {
  content: ""; }

.icon-video-camera:before {
  content: ""; }

.icon-dice:before {
  content: ""; }

.icon-pacman:before {
  content: ""; }

.icon-spades:before {
  content: ""; }

.icon-clubs:before {
  content: ""; }

.icon-diamonds:before {
  content: ""; }

.icon-bullhorn:before {
  content: ""; }

.icon-connection:before {
  content: ""; }

.icon-podcast:before {
  content: ""; }

.icon-feed:before {
  content: ""; }

.icon-mic:before {
  content: ""; }

.icon-book:before {
  content: ""; }

.icon-books:before {
  content: ""; }

.icon-library:before {
  content: ""; }

.icon-file-text:before {
  content: ""; }

.icon-profile:before {
  content: ""; }

.icon-file-empty:before {
  content: ""; }

.icon-files-empty:before {
  content: ""; }

.icon-file-text2:before {
  content: ""; }

.icon-file-picture:before {
  content: ""; }

.icon-file-music:before {
  content: ""; }

.icon-file-play:before {
  content: ""; }

.icon-file-video:before {
  content: ""; }

.icon-file-zip:before {
  content: ""; }

.icon-copy:before {
  content: ""; }

.icon-paste:before {
  content: ""; }

.icon-stack:before {
  content: ""; }

.icon-folder:before {
  content: ""; }

.icon-folder-open:before {
  content: ""; }

.icon-folder-plus:before {
  content: ""; }

.icon-folder-minus:before {
  content: ""; }

.icon-folder-download:before {
  content: ""; }

.icon-folder-upload:before {
  content: ""; }

.icon-price-tag:before {
  content: ""; }

.icon-price-tags:before {
  content: ""; }

.icon-barcode:before {
  content: ""; }

.icon-qrcode:before {
  content: ""; }

.icon-ticket:before {
  content: ""; }

.icon-cart:before {
  content: ""; }

.icon-coin-dollar:before {
  content: ""; }

.icon-coin-euro:before {
  content: ""; }

.icon-coin-pound:before {
  content: ""; }

.icon-coin-yen:before {
  content: ""; }

.icon-credit-card:before {
  content: ""; }

.icon-calculator:before {
  content: ""; }

.icon-lifebuoy:before {
  content: ""; }

.icon-phone:before {
  content: ""; }

.icon-phone-hang-up:before {
  content: ""; }

.icon-address-book:before {
  content: ""; }

.icon-envelop:before {
  content: ""; }

.icon-pushpin:before {
  content: ""; }

.icon-location:before {
  content: ""; }

.icon-location2:before {
  content: ""; }

.icon-compass:before {
  content: ""; }

.icon-compass2:before {
  content: ""; }

.icon-map:before {
  content: ""; }

.icon-map2:before {
  content: ""; }

.icon-history:before {
  content: ""; }

.icon-clock:before {
  content: ""; }

.icon-clock2:before {
  content: ""; }

.icon-alarm:before {
  content: ""; }

.icon-bell:before {
  content: ""; }

.icon-stopwatch:before {
  content: ""; }

.icon-calendar:before {
  content: ""; }

.icon-printer:before {
  content: ""; }

.icon-keyboard:before {
  content: ""; }

.icon-display:before {
  content: ""; }

.icon-laptop:before {
  content: ""; }

.icon-mobile:before {
  content: ""; }

.icon-mobile2:before {
  content: ""; }

.icon-tablet:before {
  content: ""; }

.icon-tv:before {
  content: ""; }

.icon-drawer:before {
  content: ""; }

.icon-drawer2:before {
  content: ""; }

.icon-box-add:before {
  content: ""; }

.icon-box-remove:before {
  content: ""; }

.icon-download:before {
  content: ""; }

.icon-upload:before {
  content: ""; }

.icon-floppy-disk:before {
  content: ""; }

.icon-drive:before {
  content: ""; }

.icon-database:before {
  content: ""; }

.icon-undo:before {
  content: ""; }

.icon-redo:before {
  content: ""; }

.icon-undo2:before {
  content: ""; }

.icon-redo2:before {
  content: ""; }

.icon-forward:before {
  content: ""; }

.icon-reply:before {
  content: ""; }

.icon-bubble:before {
  content: ""; }

.icon-bubbles:before {
  content: ""; }

.icon-bubbles2:before {
  content: ""; }

.icon-bubble2:before {
  content: ""; }

.icon-bubbles3:before {
  content: ""; }

.icon-bubbles4:before {
  content: ""; }

.icon-user:before {
  content: ""; }

.icon-users:before {
  content: ""; }

.icon-user-plus:before {
  content: ""; }

.icon-user-minus:before {
  content: ""; }

.icon-user-check:before {
  content: ""; }

.icon-user-tie:before {
  content: ""; }

.icon-quotes-left:before {
  content: ""; }

.icon-quotes-right:before {
  content: ""; }

.icon-hour-glass:before {
  content: ""; }

.icon-spinner:before {
  content: ""; }

.icon-spinner2:before {
  content: ""; }

.icon-spinner3:before {
  content: ""; }

.icon-spinner4:before {
  content: ""; }

.icon-spinner5:before {
  content: ""; }

.icon-spinner6:before {
  content: ""; }

.icon-spinner7:before {
  content: ""; }

.icon-spinner8:before {
  content: ""; }

.icon-spinner9:before {
  content: ""; }

.icon-spinner10:before {
  content: ""; }

.icon-spinner11:before {
  content: ""; }

.icon-binoculars:before {
  content: ""; }

.icon-search:before {
  content: ""; }

.icon-zoom-in:before {
  content: ""; }

.icon-zoom-out:before {
  content: ""; }

.icon-enlarge:before {
  content: ""; }

.icon-shrink:before {
  content: ""; }

.icon-enlarge2:before {
  content: ""; }

.icon-shrink2:before {
  content: ""; }

.icon-key:before {
  content: ""; }

.icon-key2:before {
  content: ""; }

.icon-lock:before {
  content: ""; }

.icon-unlocked:before {
  content: ""; }

.icon-wrench:before {
  content: ""; }

.icon-equalizer:before {
  content: ""; }

.icon-equalizer2:before {
  content: ""; }

.icon-cog:before {
  content: ""; }

.icon-cogs:before {
  content: ""; }

.icon-hammer:before {
  content: ""; }

.icon-magic-wand:before {
  content: ""; }

.icon-aid-kit:before {
  content: ""; }

.icon-bug:before {
  content: ""; }

.icon-pie-chart:before {
  content: ""; }

.icon-stats-dots:before {
  content: ""; }

.icon-stats-bars:before {
  content: ""; }

.icon-stats-bars2:before {
  content: ""; }

.icon-trophy:before {
  content: ""; }

.icon-gift:before {
  content: ""; }

.icon-glass:before {
  content: ""; }

.icon-glass2:before {
  content: ""; }

.icon-mug:before {
  content: ""; }

.icon-spoon-knife:before {
  content: ""; }

.icon-leaf:before {
  content: ""; }

.icon-rocket:before {
  content: ""; }

.icon-meter:before {
  content: ""; }

.icon-meter2:before {
  content: ""; }

.icon-hammer2:before {
  content: ""; }

.icon-fire:before {
  content: ""; }

.icon-lab:before {
  content: ""; }

.icon-magnet:before {
  content: ""; }

.icon-bin:before {
  content: ""; }

.icon-bin2:before {
  content: ""; }

.icon-briefcase:before {
  content: ""; }

.icon-airplane:before {
  content: ""; }

.icon-truck:before {
  content: ""; }

.icon-road:before {
  content: ""; }

.icon-accessibility:before {
  content: ""; }

.icon-target:before {
  content: ""; }

.icon-shield:before {
  content: ""; }

.icon-power:before {
  content: ""; }

.icon-switch:before {
  content: ""; }

.icon-power-cord:before {
  content: ""; }

.icon-clipboard:before {
  content: ""; }

.icon-list-numbered:before {
  content: ""; }

.icon-list:before {
  content: ""; }

.icon-list2:before {
  content: ""; }

.icon-tree:before {
  content: ""; }

.icon-menu:before {
  content: ""; }

.icon-menu2:before {
  content: ""; }

.icon-menu3:before {
  content: ""; }

.icon-menu4:before {
  content: ""; }

.icon-cloud:before {
  content: ""; }

.icon-cloud-download:before {
  content: ""; }

.icon-cloud-upload:before {
  content: ""; }

.icon-cloud-check:before {
  content: ""; }

.icon-download2:before {
  content: ""; }

.icon-upload2:before {
  content: ""; }

.icon-download3:before {
  content: ""; }

.icon-upload3:before {
  content: ""; }

.icon-sphere:before {
  content: ""; }

.icon-earth:before {
  content: ""; }

.icon-link:before {
  content: ""; }

.icon-flag:before {
  content: ""; }

.icon-attachment:before {
  content: ""; }

.icon-eye:before {
  content: ""; }

.icon-eye-plus:before {
  content: ""; }

.icon-eye-minus:before {
  content: ""; }

.icon-eye-blocked:before {
  content: ""; }

.icon-bookmark:before {
  content: ""; }

.icon-bookmarks:before {
  content: ""; }

.icon-sun:before {
  content: ""; }

.icon-contrast:before {
  content: ""; }

.icon-brightness-contrast:before {
  content: ""; }

.icon-star-empty:before {
  content: ""; }

.icon-star-half:before {
  content: ""; }

.icon-star-full:before {
  content: ""; }

.icon-heart:before {
  content: ""; }

.icon-heart-broken:before {
  content: ""; }

.icon-man:before {
  content: ""; }

.icon-woman:before {
  content: ""; }

.icon-man-woman:before {
  content: ""; }

.icon-happy:before {
  content: ""; }

.icon-happy2:before {
  content: ""; }

.icon-smile:before {
  content: ""; }

.icon-smile2:before {
  content: ""; }

.icon-tongue:before {
  content: ""; }

.icon-tongue2:before {
  content: ""; }

.icon-sad:before {
  content: ""; }

.icon-sad2:before {
  content: ""; }

.icon-wink:before {
  content: ""; }

.icon-wink2:before {
  content: ""; }

.icon-grin:before {
  content: ""; }

.icon-grin2:before {
  content: ""; }

.icon-cool:before {
  content: ""; }

.icon-cool2:before {
  content: ""; }

.icon-angry:before {
  content: ""; }

.icon-angry2:before {
  content: ""; }

.icon-evil:before {
  content: ""; }

.icon-evil2:before {
  content: ""; }

.icon-shocked:before {
  content: ""; }

.icon-shocked2:before {
  content: ""; }

.icon-baffled:before {
  content: ""; }

.icon-baffled2:before {
  content: ""; }

.icon-confused:before {
  content: ""; }

.icon-confused2:before {
  content: ""; }

.icon-neutral:before {
  content: ""; }

.icon-neutral2:before {
  content: ""; }

.icon-hipster:before {
  content: ""; }

.icon-hipster2:before {
  content: ""; }

.icon-wondering:before {
  content: ""; }

.icon-wondering2:before {
  content: ""; }

.icon-sleepy:before {
  content: ""; }

.icon-sleepy2:before {
  content: ""; }

.icon-frustrated:before {
  content: ""; }

.icon-frustrated2:before {
  content: ""; }

.icon-crying:before {
  content: ""; }

.icon-crying2:before {
  content: ""; }

.icon-point-up:before {
  content: ""; }

.icon-point-right:before {
  content: ""; }

.icon-point-down:before {
  content: ""; }

.icon-point-left:before {
  content: ""; }

.icon-warning:before {
  content: ""; }

.icon-notification:before {
  content: ""; }

.icon-question:before {
  content: ""; }

.icon-plus:before {
  content: ""; }

.icon-minus:before {
  content: ""; }

.icon-info:before {
  content: ""; }

.icon-cancel-circle:before {
  content: ""; }

.icon-blocked:before {
  content: ""; }

.icon-cross:before {
  content: ""; }

.icon-checkmark:before {
  content: ""; }

.icon-checkmark2:before {
  content: ""; }

.icon-spell-check:before {
  content: ""; }

.icon-enter:before {
  content: ""; }

.icon-exit:before {
  content: ""; }

.icon-play2:before {
  content: ""; }

.icon-pause:before {
  content: ""; }

.icon-stop:before {
  content: ""; }

.icon-previous:before {
  content: ""; }

.icon-next:before {
  content: ""; }

.icon-backward:before {
  content: ""; }

.icon-forward2:before {
  content: ""; }

.icon-play3:before {
  content: ""; }

.icon-pause2:before {
  content: ""; }

.icon-stop2:before {
  content: ""; }

.icon-backward2:before {
  content: ""; }

.icon-forward3:before {
  content: ""; }

.icon-first:before {
  content: ""; }

.icon-last:before {
  content: ""; }

.icon-previous2:before {
  content: ""; }

.icon-next2:before {
  content: ""; }

.icon-eject:before {
  content: ""; }

.icon-volume-high:before {
  content: ""; }

.icon-volume-medium:before {
  content: ""; }

.icon-volume-low:before {
  content: ""; }

.icon-volume-mute:before {
  content: ""; }

.icon-volume-mute2:before {
  content: ""; }

.icon-volume-increase:before {
  content: ""; }

.icon-volume-decrease:before {
  content: ""; }

.icon-loop:before {
  content: ""; }

.icon-loop2:before {
  content: ""; }

.icon-infinite:before {
  content: ""; }

.icon-shuffle:before {
  content: ""; }

.icon-arrow-up-left:before {
  content: ""; }

.icon-arrow-up:before {
  content: ""; }

.icon-arrow-up-right:before {
  content: ""; }

.icon-arrow-right:before {
  content: ""; }

.icon-arrow-down-right:before {
  content: ""; }

.icon-arrow-down:before {
  content: ""; }

.icon-arrow-down-left:before {
  content: ""; }

.icon-arrow-left:before {
  content: ""; }

.icon-arrow-up-left2:before {
  content: ""; }

.icon-arrow-up2:before {
  content: ""; }

.icon-arrow-up-right2:before {
  content: ""; }

.icon-arrow-right2:before {
  content: ""; }

.icon-arrow-down-right2:before {
  content: ""; }

.icon-arrow-down2:before {
  content: ""; }

.icon-arrow-down-left2:before {
  content: ""; }

.icon-arrow-left2:before {
  content: ""; }

.icon-circle-up:before {
  content: ""; }

.icon-circle-right:before {
  content: ""; }

.icon-circle-down:before {
  content: ""; }

.icon-circle-left:before {
  content: ""; }

.icon-tab:before {
  content: ""; }

.icon-move-up:before {
  content: ""; }

.icon-move-down:before {
  content: ""; }

.icon-sort-alpha-asc:before {
  content: ""; }

.icon-sort-alpha-desc:before {
  content: ""; }

.icon-sort-numeric-asc:before {
  content: ""; }

.icon-sort-numberic-desc:before {
  content: ""; }

.icon-sort-amount-asc:before {
  content: ""; }

.icon-sort-amount-desc:before {
  content: ""; }

.icon-command:before {
  content: ""; }

.icon-shift:before {
  content: ""; }

.icon-ctrl:before {
  content: ""; }

.icon-opt:before {
  content: ""; }

.icon-checkbox-checked:before {
  content: ""; }

.icon-checkbox-unchecked:before {
  content: ""; }

.icon-radio-checked:before {
  content: ""; }

.icon-radio-checked2:before {
  content: ""; }

.icon-radio-unchecked:before {
  content: ""; }

.icon-crop:before {
  content: ""; }

.icon-make-group:before {
  content: ""; }

.icon-ungroup:before {
  content: ""; }

.icon-scissors:before {
  content: ""; }

.icon-filter:before {
  content: ""; }

.icon-font:before {
  content: ""; }

.icon-ligature:before {
  content: ""; }

.icon-ligature2:before {
  content: ""; }

.icon-text-height:before {
  content: ""; }

.icon-text-width:before {
  content: ""; }

.icon-font-size:before {
  content: ""; }

.icon-bold:before {
  content: ""; }

.icon-underline:before {
  content: ""; }

.icon-italic:before {
  content: ""; }

.icon-strikethrough:before {
  content: ""; }

.icon-omega:before {
  content: ""; }

.icon-sigma:before {
  content: ""; }

.icon-page-break:before {
  content: ""; }

.icon-superscript:before {
  content: ""; }

.icon-subscript:before {
  content: ""; }

.icon-superscript2:before {
  content: ""; }

.icon-subscript2:before {
  content: ""; }

.icon-text-color:before {
  content: ""; }

.icon-pagebreak:before {
  content: ""; }

.icon-clear-formatting:before {
  content: ""; }

.icon-table:before {
  content: ""; }

.icon-table2:before {
  content: ""; }

.icon-insert-template:before {
  content: ""; }

.icon-pilcrow:before {
  content: ""; }

.icon-ltr:before {
  content: ""; }

.icon-rtl:before {
  content: ""; }

.icon-section:before {
  content: ""; }

.icon-paragraph-left:before {
  content: ""; }

.icon-paragraph-center:before {
  content: ""; }

.icon-paragraph-right:before {
  content: ""; }

.icon-paragraph-justify:before {
  content: ""; }

.icon-indent-increase:before {
  content: ""; }

.icon-indent-decrease:before {
  content: ""; }

.icon-share:before {
  content: ""; }

.icon-new-tab:before {
  content: ""; }

.icon-embed:before {
  content: ""; }

.icon-embed2:before {
  content: ""; }

.icon-terminal:before {
  content: ""; }

.icon-share2:before {
  content: ""; }

.icon-mail:before {
  content: ""; }

.icon-mail2:before {
  content: ""; }

.icon-mail3:before {
  content: ""; }

.icon-mail4:before {
  content: ""; }

.icon-amazon:before {
  content: ""; }

.icon-google:before {
  content: ""; }

.icon-google2:before {
  content: ""; }

.icon-google3:before {
  content: ""; }

.icon-google-plus:before {
  content: ""; }

.icon-google-plus2:before {
  content: ""; }

.icon-google-plus3:before {
  content: ""; }

.icon-hangouts:before {
  content: ""; }

.icon-google-drive:before {
  content: ""; }

.icon-facebook:before {
  content: ""; }

.icon-facebook2:before {
  content: ""; }

.icon-instagram:before {
  content: ""; }

.icon-whatsapp:before {
  content: ""; }

.icon-spotify:before {
  content: ""; }

.icon-telegram:before {
  content: ""; }

.icon-twitter:before {
  content: ""; }

.icon-vine:before {
  content: ""; }

.icon-vk:before {
  content: ""; }

.icon-renren:before {
  content: ""; }

.icon-sina-weibo:before {
  content: ""; }

.icon-rss:before {
  content: ""; }

.icon-rss2:before {
  content: ""; }

.icon-youtube:before {
  content: ""; }

.icon-youtube2:before {
  content: ""; }

.icon-twitch:before {
  content: ""; }

.icon-vimeo:before {
  content: ""; }

.icon-vimeo2:before {
  content: ""; }

.icon-lanyrd:before {
  content: ""; }

.icon-flickr:before {
  content: ""; }

.icon-flickr2:before {
  content: ""; }

.icon-flickr3:before {
  content: ""; }

.icon-flickr4:before {
  content: ""; }

.icon-dribbble:before {
  content: ""; }

.icon-behance:before {
  content: ""; }

.icon-behance2:before {
  content: ""; }

.icon-deviantart:before {
  content: ""; }

.icon-500px:before {
  content: ""; }

.icon-steam:before {
  content: ""; }

.icon-steam2:before {
  content: ""; }

.icon-dropbox:before {
  content: ""; }

.icon-onedrive:before {
  content: ""; }

.icon-github:before {
  content: ""; }

.icon-npm:before {
  content: ""; }

.icon-basecamp:before {
  content: ""; }

.icon-trello:before {
  content: ""; }

.icon-wordpress:before {
  content: ""; }

.icon-joomla:before {
  content: ""; }

.icon-ello:before {
  content: ""; }

.icon-blogger:before {
  content: ""; }

.icon-blogger2:before {
  content: ""; }

.icon-tumblr:before {
  content: ""; }

.icon-tumblr2:before {
  content: ""; }

.icon-yahoo:before {
  content: ""; }

.icon-yahoo2:before {
  content: ""; }

.icon-tux:before {
  content: ""; }

.icon-appleinc:before {
  content: ""; }

.icon-finder:before {
  content: ""; }

.icon-android:before {
  content: ""; }

.icon-windows:before {
  content: ""; }

.icon-windows8:before {
  content: ""; }

.icon-soundcloud:before {
  content: ""; }

.icon-soundcloud2:before {
  content: ""; }

.icon-skype:before {
  content: ""; }

.icon-reddit:before {
  content: ""; }

.icon-hackernews:before {
  content: ""; }

.icon-wikipedia:before {
  content: ""; }

.icon-linkedin:before {
  content: ""; }

.icon-linkedin2:before {
  content: ""; }

.icon-lastfm:before {
  content: ""; }

.icon-lastfm2:before {
  content: ""; }

.icon-delicious:before {
  content: ""; }

.icon-stumbleupon:before {
  content: ""; }

.icon-stumbleupon2:before {
  content: ""; }

.icon-stackoverflow:before {
  content: ""; }

.icon-pinterest:before {
  content: ""; }

.icon-pinterest2:before {
  content: ""; }

.icon-xing:before {
  content: ""; }

.icon-xing2:before {
  content: ""; }

.icon-flattr:before {
  content: ""; }

.icon-foursquare:before {
  content: ""; }

.icon-yelp:before {
  content: ""; }

.icon-paypal:before {
  content: ""; }

.icon-chrome:before {
  content: ""; }

.icon-firefox:before {
  content: ""; }

.icon-IE:before {
  content: ""; }

.icon-edge:before {
  content: ""; }

.icon-safari:before {
  content: ""; }

.icon-opera:before {
  content: ""; }

.icon-file-pdf:before {
  content: ""; }

.icon-file-openoffice:before {
  content: ""; }

.icon-file-word:before {
  content: ""; }

.icon-file-excel:before {
  content: ""; }

.icon-libreoffice:before {
  content: ""; }

.icon-html-five:before {
  content: ""; }

.icon-html-five2:before {
  content: ""; }

.icon-css3:before {
  content: ""; }

.icon-git:before {
  content: ""; }

.icon-codepen:before {
  content: ""; }

.icon-svg:before {
  content: ""; }

.icon-IcoMoon:before {
  content: ""; }


/* Search box */

.search__block {}
.search__block .form-group {
  float: left;
  width: 50%;
  margin-right: -40px;
  margin-bottom: 0;
}
.search__block .form-group input {
  border-color: #111335;
}
.search__block button.btn {
  background: #111335;
  border-color: #111335;
  float: left;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.search__block button.btn .icon {
  color: #fff;
}

.search__block button.btn:hover {
  background: #e97724;

}

.homeicon {
  display:none;	
}