@import url('//fonts.googleapis.com/css?family=Roboto:300,300i,400,400i,500,500i,700,700i&amp;subset=latin-ext');

body, html {
	width: 100%;
	height: 100%;
	position: relative;
}

body {
	margin: 0;
	padding: 0;
	color: #383838;
	font-size: 14px;
	width: 100%;
	height: 100%;
	word-wrap: break-word;
	-ms-word-wrap: break-word;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
    display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-box-align: stretch;
	background-color: #fff;
    -webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-drag: none;
	-ms-content-zooming: none;
	-webkit-overflow-scrolling: touch;
	overflow-x: hidden;
	overflow: auto;
}

body {
    -ms-touch-action: none;
}

@media all and (width:1024px) and (height:691px) and (orientation:landscape) {
	body, html {
		height: 671px;
	}
}

@media all and (width:1024px) and (height:692px) and (orientation:landscape) {
	body, html {
		height: 672px;
	}
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -moz-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-touch-callout: none;
}

body, h1, h2, h3, h4, h5, h6 {
	font-family: 'Roboto', Helvetica Neue, Helvetica, sans-serif;
}

a {
    color: #383838;
	-webkit-transition: .1s linear;
    -moz-transition: .1s linear;
    -o-transition: .1s linear;
    transition: .1s linear;
}

a:hover,
a:focus {
    text-decoration: none;
}

a:focus,
input:focus,
button:focus {
    outline: none;
}

::-moz-selection {
	color: #ffffff;
	background-color: #204bac;
    text-shadow: none;
}

::selection {
	color: #ffffff;
	background-color: #204bac;
    text-shadow: none;
}

/* Notification */
.notification a.notification-close {
	position: absolute;
    top: 0px;
    right: 0px;
    width: 36px;
    height: 36px;
}

.notification a.notification-close i:before {
    content: '\f00d';
    font-family: 'FontAwesome' !important;
    position: absolute;
    top: 7px;
    right: 12px;
    font-size: 18px;
    font-style: normal;
    color: #ffffff;
}

/* Navigation */
.navigation:not(.mobile) > li {
    display: inline-block;
}

.navigation:not(.mobile) > li > a {
    display: block;
    height: 50px;
    line-height: 50px;
    padding: 0 12px;
    font-size: 16px;
    font-weight: 400;
    text-shadow: 1px 1px 1px #ffffff;
}

.navigation:not(.mobile) li.dropdown-menu-item {
	position: relative;
}

.navigation:not(.mobile) li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow) > a::after,
.navigation:not(.mobile) li.dropdown-menu-item:not(.dropdown-menu-first-item):not(.no-arrow) > a::after {
	font-size: 16px;
	font-family: "FontAwesome" !important;
	color: #383838;
}


.navigation:not(.mobile) li.dropdown-menu-item:not(.dropdown-menu-first-item):not(.no-arrow) > a::after {
	content: '\f105';
	position: absolute;
	right: 5px;
	top: 50%;
	margin: -16px 0 0;
}

.navigation:not(.mobile) li.dropdown-menu-item:not(.dropdown-menu-first-item):not(.no-arrow):hover > a:not(.button)::after {
	color: #0052ff;
}

.navigation:not(.mobile) li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow) > a::after {
	content: '\f107';
	display: inline-block;
	margin-left: 5px;
}

.navigation:not(.mobile) li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow):hover > a:not(.button)::after {
	color: #0052ff;
}

.navigation:not(.mobile) li.dropdown-menu-item.dropdown-menu-first-item:not(.no-arrow):hover > a::after {
	content: '\f106';
}

.navigation:not(.mobile) li.dropdown-menu-item > .sub-menu {
	position: absolute;
	margin-top: 10px;
	background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0,0,0,.175);
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	padding: 10px 12px;
	min-width: 175px;
	visibility: hidden;
    opacity: 0;
	z-index: 10;
}

.navigation:not(.mobile) li.dropdown-menu-item:hover > .sub-menu {
	margin-top: 0;
	visibility: visible;
    opacity: 1;
}

.navigation:not(.mobile) li.dropdown-menu-item > .sub-menu {
	left: 100%;
	top: 0;
}

.navigation:not(.mobile) li.dropdown-menu-item.dropdown-menu-first-item > .sub-menu {
	left: 0;
	top: 100%;
}

.navigation:not(.mobile) li.dropdown-menu-item .sub-menu li a {
	display: block;
	font-size: 15px;
	height: 32px;
	line-height: 32px;
	color: #383838;
}

.navigation:not(.mobile) li.dropdown-menu-item .sub-menu li a:hover {
	color: #0052ff;
}

.navigation:not(.mobile) li.dropdown-menu-item .sub-menu li:last-child a {
	margin-bottom: 0;
}

.navigation:not(.mobile) li:hover > a {
	color: #0052ff !important;
}

.navigation-toggle {
	width: 25px;
    margin: 4px 0 0 0;
    padding: 0;
	border: none;
	position: absolute;
	z-index: 11;
	right: 10px;
	top: 40px;
    background-color: transparent;
    background-image: none;
	display: none;
}

.navigation-toggle .toggle-icon-bar {
	width: 22px;
	height: 2px;
    background-color: #1b4299;
	display: block;
}

.navigation-toggle .toggle-icon-bar + .toggle-icon-bar  {
    margin-top: 4px;
}

@media screen and (max-width: 640px) {
	.navigation-toggle {
		display: block;
	}
}

/* List */
ul.list {
	list-style: disc;
	padding-left: 18px;
}

ul.list li {
	line-height: 1.8;
}

/* Heading */
.heading {
    font-size: 26px;
    font-weight: 500;
    margin: 0;
}

.sub-heading {
	font-size: 18px;
    font-weight: 300;
}

.section-title {
	font-size: 32px;
	font-weight: 700;
    line-height: 38px;
    margin: 0 0 15px 0;
}

@media screen and (max-width: 640px) {
	.section-title {
		font-size: 26px;
	}
}

p.section-subtitle {
    font-size: 16px;
}

/* Scroll Top */
.scroll-top {
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 100;
	text-align: center;
	line-height: 46px;
	background-color: #383838;
	cursor: pointer;
	color: #ffffff;
	transition: all .3s ease-out;
	display: none;
}

.scroll-top.changed {
	display: block;
}

.scroll-top:before {
	font-family: 'FontAwesome' !important;
	content: '\f106';
	font-size: 24px;
}

/* Table */
.table  {
	width:100%;
	max-width:100%;
	color:#495057;
}

.table-bordered {
	border:solid 1px #dddddd;
}

.table-bordered > thead > tr > th {
	font-weight:500;
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > td,
.table-bordered > tbody > tr > th {
	border:solid 1px #dddddd;
}

.table > thead > tr > th,
.table > tbody > tr > td,
.table > tbody > tr > th {
	padding: .75rem;
	line-height:1.42857143;
	border-top:solid 1px #dddddd;
	vertical-align:top;
	text-align: left;
}

.table > thead:first-child > tr:first-child > th {
	border-top:none;
}

.table > thead > tr > th {
	background:#f5f5f5;
}

.table tbody tr:hover {
    background-color: #fafafa;
}

/* Table Responsive */
.table-responsive {
	border: 0;
}

.table-responsive thead {
	display: none;
}

.table-responsive tr {
	display: block;
	margin-bottom: 10px;
	border-bottom: 1px solid #ddd;
}

.table-responsive tr:last-child {
	margin-bottom: 0;
}

.table-responsive td {
	display: block;
	text-align: right;
	font-size: 13px;
	border-bottom: none !important;
}

.table-responsive td:last-child {
	border-bottom: 0;
}

.table-responsive td:before {
	float: left;
	content: attr(data-label);
	font-weight: 500;
}

/* Panel */
.panel {
	margin-bottom: 20px;
    background-color: #fff;
}

.panel .panel-heading {
	color: #ffffff;
	font-size: 16px;
	font-weight: 600;
	padding: 15px;
	background-color: #204bac;
}

.panel .panel-body {
	padding: 10px 15px;
	border: 1px solid #e6e6e6;
}

@media screen and (max-width: 640px) {
	.panel img {
		width: 100%;
	}
}

.panel-list li {
	font-size: 15px;
    font-weight: 300;
    padding: 7px 13px;
	line-height: 1.6;
	position: relative;
}

.panel-list li::before {
	background-color: #99ca6a;
	content: '';
	position: absolute;
	left: 0px;
	top: 18px;
	padding: 3px;
}

.panel-list li:hover a,
.panel-list li.active a {
	color: #204bac;
}

/* Post */
.post {
    border-bottom: 1px solid #dddddd;
    padding-bottom: 30px;
    margin-bottom: 20px;
}

.post:not(.post-single):last-child,
.post:not(.post-single):last-child .post-content,
.post:not(.post-single):last-child .post-excerpt {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.post .post-heading h2 {
	font-weight: 300;
	margin-top: 0;
	margin-bottom: 20px;
}

.post .post-heading h2 a {
	color: #000000;
}

.post .post-heading h2 a:hover {
	color: #204bac;
}

.post .post-image {
    padding-bottom: 15px;
    margin-bottom: 20px;
	height: 375px;
	position: relative;
	overflow: hidden;
}

.post .post-image.with-sidebar {
	height: 280px;
}

@media screen and (max-width: 640px) {
	.post .post-image,
	.post .post-image.with-sidebar {
		height: 120px;
	}
}

.post .post-image a {
	display: block;
}

.post .post-image img {
	width: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	display: inline-block;
	border: none;
	margin: auto;
}

.post-share-title {
	font-size: 16px;
	font-weight: 600;
	color: #959595;
	margin-bottom: 10px;
}

.post-share-buttons {
	margin-bottom: 15px;
}

.post-share-buttons a {
	display: inline-block;
    padding: 5px 10px;
    margin-right: 5px;
	background-color: #dddddd;
}

.post-share-buttons a.facebook {
	color: #ffffff;
	background-color: #3b5998;
}

.post-share-buttons a.twitter {
	color: #ffffff;
	background-color: #55acee;
}

.post-share-buttons a.gplus {
	color: #ffffff;
	background-color: #dd4b39;
}

.post-share-buttons a.pinterest {
	color: #ffffff;
	background-color: #cc2127;
}

.post-share-buttons a.linkedin {
	color: #ffffff;
	background-color: #0077B5;
}

.post .post-content,
.post .post-excerpt {
	margin-bottom: 20px;
}

/* Tabs */
.tab {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}

.tab-head > ul > li {
	float: left;
    margin-bottom: -1px;
	position: relative;
    display: block;
}

.tab-head > ul:before,
.tab-head > ul:after{content:'';display:table}
.tab-head > ul:after{clear:both}

.tab-head > ul > li > a {
	background-color: transparent;
    border-radius: 0;
    border: none;
    color: #333333;
    cursor: pointer;
    line-height: 30px;
    font-weight: 400;
    padding-left: 20px;
    padding-right: 20px;
	margin-right: 2px;
	position: relative;
	display: block;
	padding: 8px 12px;
	-moz-transition: none;
    -webkit-transition: none;
    -o-transition: color 0 ease-in;
    transition: none;
}

.tab-head > ul > li.active > a {
    background-color: #0052ff;
    color: #ffffff;
    border: 0;
}

.tab-content {
	background: #ffffff;
    margin-bottom: 30px;
    padding: 30px;
    border: 1px solid #eeeeee;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
    color: #797979;
}

.tab-content > div {
	display: none;
}

.tab-content > div.active {
	display: block;
}

/* Sticky Styles */
.sticky-queue {
	width: 250px;
	position: fixed;
	z-index: 99;
}

.sticky-note {
	padding-right: 20px;
}

.sticky {
	font-size: 12px;
	color: #ffffff;
	display: none;
	padding: 15px;
	position: relative;
	margin: 5px 0 0;
	background-color: #0052ff;
}

.sticky.success {
	background-color: #8dc63f;
}

.sticky.warning {
	background-color: #ffba00;
}

.sticky.danger {
	background-color: #e33244;
}

.sticky-queue.top-right {
	right: 20px;
}

.sticky-queue.top-left {
	left: 20px;
}

.sticky-queue.top-right,
.sticky-queue.top-left {
	top: -2px;
}

.sticky-queue.bottom-right {
	right: 20px;
}

.sticky-queue.bottom-left {
	left: 20px;
}

.sticky-queue.bottom-right,
.sticky-queue.bottom-left {
	bottom: 20px;
}

/* Price */
.price-card {
	-moz-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	background: #ffffff;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
	margin-top: 30px;
	padding-bottom: 20px;
	position: relative;
	-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}

.price-card.active {
    margin: -5px -35px 0 -35px;
    padding-bottom: 30px;
    box-shadow: 0 0 54px 0 rgba(0, 0, 0, 0.09), 0 1px 0 0 rgba(0, 0, 0, 0.05);
    z-index: 99;
}

.price-header {
    color: #ffffff;
}

.price-card.active .price-header {
    padding: 30px;
}

.price-card .price {
    display: block;
    font-size: 48px;
    font-weight: 300;
    padding: 30px 0 10px;
    text-align: center;
    width: 100%;
}

.price-card .name {
    display: block;
    font-size: 16px;
    font-weight: 700;
    padding: 0 0 30px;
    text-align: center;
    width: 100%;
}

.price-features {
    color: #8a8a8a;
    list-style: none;
    margin: 0;
    padding-left: 0;
    padding-top: 20px;
    text-align: center;
}

.price-features li {
    padding: 15px;
}

.price-card .button {
    margin: 15px 0;
}

/* Pagination */
.pagination {
	text-align: center;
}

.pagination ul {
	display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination ul li {
	display: inline-block;
    margin: 0 5px;
}

.pagination ul li a {
	color: #cccccc;
	font-size: 18px;
	width: 50px;
	height: 50px;
	line-height: 50px;
    float: left;
	position: relative;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination ul li.active > a,
.pagination ul li.active > a:focus,
.pagination ul li.active > a:hover,
.pagination ul li.active > span,
.pagination ul li.active > span:focus,
.pagination ul li.active > span:hover {
	border-color: #204bac;
    background-color: #204bac;
	color: #ffffff;
}

/* BreadCrumbs */
.breadcrumbs {
	margin-bottom: 15px;
}

@media screen and (max-width: 640px) {
	.breadcrumbs {
		display: none;
	}
}

.breadcrumbs > ul {
	padding: 0;
	background-color: transparent;
	list-style: none;
}

.breadcrumbs > ul > li {
    display: inline-block;
}

.breadcrumbs > ul > li + li:before {
    color: #204bac;
    padding: 0 7px;
    font-family: 'FontAwesome' !important;
    content: '\f105';
    font-size: 14px;
}

.breadcrumbs a {
	color: #204bac;
}

.breadcrumbs a:hover {
	color: #204bac;
}

/* Tags */
.tags {
	padding: 0;
}

.tags > span {
	font-size: 15px;
    font-weight: 700;
	margin-right: 5px;
}

.tags > a {
	color: #333333;
	font-size: 15px;
	margin: 0 3px 0 0;
	display: inline-block;
}

.tags > a:hover {
	color: #204bac;
}

/* Thumbnail */
.thumb {
	margin-bottom: 15px;
}

.thumbnail {
	display: block;
	height: 180px;
    position: relative;
    overflow: hidden;
    line-height: 1.42857143;
    background-color: #ffffff;
}

.thumbnail a > img,
.thumbnail > img {
	max-width: inherit;
	position: absolute;
    top: 0;
    right: -50%;
    bottom: 0;
    left: -50%;
    display: inline-block;
    border: none;
    margin: auto;
}

/* Results */
.results {
	text-align: center;
}

.results .icon {
	margin-bottom: 20px;
}

.results .icon > i {
    color: #c4ce46;
    font-size: 56px;
}

.results.error .icon > i {
    color: #e33244;
}

/* Autocomplete */
.autocomplete {
  position: relative;
}
.autocomplete input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  color: #555;
  float: none;
  padding: 6px 12px;
}
.autocomplete input:hover, .autocomplete input:focus {
  box-shadow: none;
}
.autocomplete a {
  display: block;
}
.autocomplete.eac-blue-light input:hover, .autocomplete.eac-blue-light input:focus {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.autocomplete.eac-blue-light ul {
  border-color: #66afe9;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}
.autocomplete.eac-blue-light ul li, .autocomplete.eac-blue-light ul .eac-category {
  border-color: #66afe9;
}
.autocomplete.eac-blue-light ul li.selected, .autocomplete.eac-blue-light ul .eac-category.selected {
  background-color: #ecf5fc;
}
.autocomplete.eac-green-light input:hover, .autocomplete.eac-green-light input:focus {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.autocomplete.eac-green-light ul {
  border-color: #41DB00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(146, 237, 107, 0.6);
}
.autocomplete.eac-green-light ul li, .autocomplete.eac-green-light ul .eac-category {
  border-color: #41DB00;
}
.autocomplete.eac-green-light ul li.selected, .autocomplete.eac-green-light ul .eac-category.selected {
  background-color: #9eff75;
}
.autocomplete.eac-red-light input:hover, .autocomplete.eac-red-light input:focus {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.autocomplete.eac-red-light ul {
  border-color: #ff5b5b;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 90, 90, 0.6);
}
.autocomplete.eac-red-light ul li, .autocomplete.eac-red-light ul .eac-category {
  border-color: #ff5b5b;
}
.autocomplete.eac-red-light ul li.selected, .autocomplete.eac-red-light ul .eac-category.selected {
  background-color: #ff8e8e;
}
.autocomplete.eac-yellow-light input:hover, .autocomplete.eac-yellow-light input:focus {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.autocomplete.eac-yellow-light ul {
  border-color: #ffdb00;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(255, 231, 84, 0.6);
}
.autocomplete.eac-yellow-light ul li, .autocomplete.eac-yellow-light ul .eac-category {
  border-color: #ffdb00;
}
.autocomplete.eac-yellow-light ul li.selected, .autocomplete.eac-yellow-light ul .eac-category.selected {
  background-color: #ffe233;
}
.autocomplete.eac-dark-light input:hover, .autocomplete.eac-dark-light input:focus {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.autocomplete.eac-dark-light ul {
  border-color: #333;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(55, 55, 55, 0.6);
}
.autocomplete.eac-dark-light ul li, .autocomplete.eac-dark-light ul .eac-category {
  border-color: #333;
}
.autocomplete.eac-dark-light ul li.selected, .autocomplete.eac-dark-light ul .eac-category.selected {
  background-color: #4d4d4d;
  color: #fff;
}
.autocomplete.eac-dark {
  color: #fff;
}
.autocomplete.eac-dark input {
  background-color: #404040;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.autocomplete.eac-dark input:hover, .autocomplete.eac-dark input:focus {
  border-color: #333;
  box-shadow: 0;
}
.autocomplete.eac-dark ul {
  border-color: #333;
}
.autocomplete.eac-dark ul li, .autocomplete.eac-dark ul .eac-category {
  background-color: #404040;
  border-color: #333;
}
.autocomplete.eac-dark ul li.selected, .autocomplete.eac-dark ul .eac-category.selected {
  background-color: #737373;
  color: #f6f6f6;
}
.autocomplete.eac-dark-glass {
  color: #fff;
}
.autocomplete.eac-dark-glass input {
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.autocomplete.eac-dark-glass input:hover, .autocomplete.eac-dark-glass input:focus {
  border-color: rgba(0, 0, 0, 0.8);
  box-shadow: 0;
}
.autocomplete.eac-dark-glass ul {
  border-color: rgba(0, 0, 0, 0.8);
}
.autocomplete.eac-dark-glass ul li, .autocomplete.eac-dark-glass ul .eac-category {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}
.autocomplete.eac-dark-glass ul li.selected, .autocomplete.eac-dark-glass ul .eac-category.selected {
  background-color: rgba(64, 64, 64, 0.8);
  color: #f6f6f6;
}
.autocomplete.eac-dark-glass ul li:last-child, .autocomplete.eac-dark-glass ul .eac-category:last-child {
  border-radius: 0 0 4px 4px;
}
.autocomplete.eac-blue {
  color: #fff;
}
.autocomplete.eac-blue input {
  background-color: #6d9ed1;
  border-radius: 4px;
  box-shadow: 0;
  color: #f6f6f6;
}
.autocomplete.eac-blue input::-webkit-input-placeholder {
  color: #f6f6f6;
}
.autocomplete.eac-blue input:-moz-placeholder {
  color: #f6f6f6;
}
.autocomplete.eac-blue input::-moz-placeholder {
  color: #f6f6f6;
}
.autocomplete.eac-blue input:-ms-input-placeholder {
  color: #f6f6f6;
}
.autocomplete.eac-blue input:hover, .autocomplete.eac-blue input:focus {
  border-color: #5A91CB;
  box-shadow: 0;
}
.autocomplete.eac-blue ul {
  border-color: #5A91CB;
}
.autocomplete.eac-blue ul li, .autocomplete.eac-blue ul .eac-category {
  background-color: #6d9ed1;
  border-color: #5A91CB;
}
.autocomplete.eac-blue ul li.selected, .autocomplete.eac-blue ul .eac-category.selected {
  background-color: #94b8dd;
  color: #f6f6f6;
}
.autocomplete.eac-yellow {
  color: #333;
}
.autocomplete.eac-yellow input {
  background-color: #ffdb7e;
  border-color: #333;
  border-radius: 4px;
  box-shadow: 0;
  color: #333;
}
.autocomplete.eac-yellow input:hover, .autocomplete.eac-yellow input:focus {
  border-color: #333;
  box-shadow: 0;
}
.autocomplete.eac-yellow ul {
  border-color: #333;
}
.autocomplete.eac-yellow ul li, .autocomplete.eac-yellow ul .eac-category {
  background-color: #ffdb7e;
  border-color: #333;
}
.autocomplete.eac-yellow ul li.selected, .autocomplete.eac-yellow ul .eac-category.selected {
  background-color: #ffe9b1;
  color: #333;
}
.autocomplete.eac-purple {
  color: #333;
}
.autocomplete.eac-purple input {
  background-color: #d6d1e7;
  border-color: #b8afd5;
  box-shadow: 0;
  color: #333;
}
.autocomplete.eac-purple input:hover, .autocomplete.eac-purple input:focus {
  border-color: #333;
  box-shadow: 0;
}
.autocomplete.eac-purple ul {
  border-color: #333;
}
.autocomplete.eac-purple ul li, .autocomplete.eac-purple ul .eac-category {
  background-color: #d6d1e7;
  border-color: #333;
}
.autocomplete.eac-purple ul li.selected, .autocomplete.eac-purple ul .eac-category.selected {
  background-color: #ebe8f3;
  color: #333;
}
.autocomplete.eac-bootstrap input {
  border-color: #ccc;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  color: #555;
  padding: 6px 12px;
}

.autocomplete-container {
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 2;
}
.autocomplete-container ul {
  background: none repeat scroll 0 0 #ffffff;
  border-top: 1px dotted #ccc;
  display: none;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: -1px;
}
.autocomplete-container ul li, .autocomplete-container ul .eac-category {
  background: inherit;
  border-color: #ccc;
  border-image: none;
  border-style: solid;
  border-width: 0 1px;
  display: block;
  font-size: 14px;
  font-weight: normal;
  padding: 4px 12px;
}
.autocomplete-container ul li:last-child {
  border-radius: 0 0 2px 2px;
  border-width: 0 1px 1px;
}
.autocomplete-container ul li.selected {
  background: none repeat scroll 0 0 #ebebeb;
  cursor: pointer;
}
.autocomplete-container ul li.selected div {
  font-weight: normal;
}
.autocomplete-container ul li div {
  display: block;
  font-weight: normal;
  word-break: break-all;
}
.autocomplete-container ul li b {
  font-weight: bold;
}
.autocomplete-container ul .eac-category {
  font-color: #aaa;
  font-style: italic;
}

.eac-description .eac-item span {
  color: #aaa;
  font-style: italic;
  font-size: 0.9em;
}

.eac-icon-left .eac-item img {
  margin-right: 4px;
  max-height: 30px;
}

.eac-icon-right .eac-item {
  margin-top: 8px;
  min-height: 24px;
  position: relative;
}
.eac-icon-right .eac-item img {
  margin-left: 4px;
  max-height: 30px;
  position: absolute;
  right: -4px;
  top: -8px;
}

/* WebWorks Istanbul */
#webworks-istanbul-signature {
	position: inherit !important;
	width: 100% !important;
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    text-align: center !important;
    padding: 10px 15px !important;
    font-size: 11px !important;
    line-height: 18px;
}

#webworks-istanbul-signature,
#webworks-istanbul-signature * {
	font-family: Arial;
}

#webworks-istanbul-signature a {
	color: #383838 !important;
	font-weight: 600 !important;
}
