/* Global */

*,
*:before,
*:after {
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;
}
html {
	font-family: "Lato", sans-serif;
	height: 100%;
}
html.rtl {
	/*font-family: "ge_flowregular", sans-serif*/;
	font-family: Arial, sans-serif;
}
body {
	height: 100%;
}

/* Helpers */

.group:before,
.group:after {
	content: "";
	display: table;
} 
.group:after {
	clear: both;
}
.group {
	zoom: 1;
}
.full {
	width: 100%;
	max-width: 100%;
}
img {
	max-width: 100%;
}

/* Grid */

.grid {
	margin-left: -3.333%;
	margin-bottom: 30px;
}
form .grid {
	margin-bottom: 0;
}
.grid-2 > .grid-box {
	width: 46.667%;
}
.grid-3 > .grid-box {
	width: 30%;
}
.grid-3 > .grid-box.grid-span-2 {
	width: 63.333%;
}
.grid-4 > .grid-box {
	width: 21.667%;
}
.grid-4 > .grid-box.grid-span-3 {
	width: 71.667%;
}
.grid-6 > .grid-box {
	width: 11.667%;
}
.grid-6 > .grid-box.grid-span-2 {
	width: 26.667%;
}
.grid-6 > .grid-box.grid-span-4 {
	width: 66.667%;
}
.grid-6 > .grid-box.grid-span-5 {
	width: 81.667%;
}
.grid-box {
	float: left;
	margin-left: 3.333%;
}

.grid-no-margins.grid-4 > .grid-box {
	width: 25%;
	float: left;
}
.grid-no-margins.grid-4 > .grid-box.grid-span-3 {
	width: 75%;
}

/* Layout */

div.inner {
	width: 1200px;
	margin: 0 auto;
}
#cover {
	display: none;
	background: #000;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	opacity: 0.5;
	z-index: 500;
}
#mobile-button {
	display: none;
	border: 0;
	background: transparent;
	width: 30px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	width: 70px;
	height: 57px;
}
#mobile-button span {
	margin-bottom: 4px;
	display: block;
	height: 3px;
	width: 30px;
	background: #999999;
}
#mobile-button span:last-child {
	margin-bottom: 0;
}

#wrapper {
	background: #FFF;
}
#wrapper.moved {
	position: fixed;
	overflow: hidden;
	width: 100%;
}

#header {
	margin-top: 30px;
}
#header div.inner {
	position: relative;
	padding-bottom: 30px;
}

#logo {
	margin: 0;
	float: left;
}
#logo a {
	display: block;
	
}
#logo img {
	display: block;
	margin: 0 auto;
}

#languages {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	right: 0;
	top: 0;
}
#languages li {
	float: left;
	margin-right: 10px;
}
#languages li:last-child {
	margin-right: 0;
}
#languages a {
	display: block;
	font-weight: 300;
	color: #333333;
	text-decoration: none;
	font-size: 12px;
}

#account {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	top: 25px;
	right: 0;
}
#account li {
	float: left;
	margin-left: 10px;
	line-height: 25px;
}
#account li.live-chat {
	padding-left: 35px;
	background: url("../img/icon-chat-v3.png") no-repeat left center;
}
#account li.login,
#account li.profile {
	padding-left: 35px;
	background: url("../img/icon-login.png") no-repeat left center;
}
#account li.register,
#account li.logout {
	padding-left: 35px;
	background: url("../img/icon-register.png") no-repeat left center;
}
#account li:first-child {
	margin-left: 0;
}
#account a {
	text-decoration: none;
	text-transform: uppercase;
	display: block;
	color: #333333;
	font-size: 16px;
	font-weight: 300;
}

#social-top {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
	bottom: 30px;
	right: 0;
}
#social-top li {
	float: left;
	margin-left: 5px;
}
#social-top li:first-child {
	margin-left: 0;
}
#social-top a {
	display: block;
}
#social-top img {
	display: block;
}

#search {
	display: block;
	bottom: 70px;
	right: 0;
	position: absolute;
}
#search input {
	border: 1px solid #CCC;
	background: #FFF url("../img/icon-looking-glass.png") no-repeat right center; 
	height: 40px;
	padding: 10px 45px 10px 10px;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	opacity: 0.5;
	width: 300px;
}
#search input:focus {
	opacity: 1;
}

#nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 50px;
	background: #00A8EE;
}
#nav > li {
	float: left;
	position: relative;
}
#nav > li.active {
	background: #FFF;
}
#nav > li.active-alone {
	background: #FFF;
}
#nav > li.active > a {
	color: #00A8EE;
	border-top: 1px solid #00A8EE;
	border-left: 1px solid #00A8EE;
	border-right: 1px solid #00A8EE;
}
#nav > li.active-alone > a {
	color: #00A8EE;
	border: 1px solid #00A8EE;
	line-height: 48px;
}
#nav > li > a {
	border-left: 1px solid transparent;
	border-top: 1px solid transparent;
	border-right: 1px solid transparent;
	display: block;
	text-decoration: none;
	color: #FFF;
	font-size: 18px;
	font-weight: 300;
	line-height: 49px;
	text-transform: uppercase;
	padding: 0 10px;
}
#nav ul.expand {
	display: none;
	position: absolute;
	top: 50px;
	background: #FFF;
	left: 0;
	z-index: 99999;
	margin: 0;
	padding: 0;
	list-style-type: none;
	border-bottom: 1px solid #00A8EE;
	border-left: 1px solid #00A8EE;
	border-right: 1px solid #00A8EE;
}
#nav ul.expand > li {
	
}
#nav ul.expand > li > a {
	white-space: nowrap;
	text-decoration: none;
	padding: 5px 10px;
	color: #00A8EE;
	font-weight: 300;
	display: block;
	max-width: 274px;
	text-overflow: ellipsis;
	overflow: hidden;
}
#nav ul.expand > li > a:hover {
	background: #EEE;	
}

#content {
	
}
#content.no-hero {
	margin-top: 30px;
}

#hero {
	margin-bottom: 30px;
	height: 400px;
	max-height: 400px;
	overflow: hidden;
}
#hero ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: relative;
}
#hero li {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
#hero ul a {
	display: block;
}
#hero img {
	display: block;
}

#content-inner div.features h3 {
	font-size: 20px;
	font-weight: 500;
	margin: 0 0 10px 0;
	text-transform: uppercase;	
}
#content-inner div.features div.c h3 {
	color: #0092D2;
}
#content-inner div.features div.m h3 {
	color: #EF008E;
}
#content-inner div.features div.y h3 {
	color: #F0D024;
}
#content-inner div.features div.k h3 {
	color: #000000;
}
#content-inner div.features img {
	width: 100%;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	border: 2px solid #333;
}
#content-inner div.features div.c img {
	border-color: #0092D2;
}
#content-inner div.features div.m img {
	border-color: #EF008E;
}
#content-inner div.features div.y img {
	border-color: #F0D024;
}
#content-inner div.features div.k img {
	border-color: #000000;
}

#content-inner div.features p {
	margin: 0 0 10px 0;
	font-size: 14px;
}
#content-inner div.features a {
	position: relative;
	display: block;
}
#content-inner div.features div.hover {
	position: absolute;
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	background: #FFF;
	z-index: 50;
	overflow: hidden;
	display: none;
}
#content-inner div.features div.c div.hover {
	background: rgba(0, 146, 210, 1);
}
#content-inner div.features div.m div.hover {
	background: rgba(239, 0, 142, 1);
}
#content-inner div.features div.y div.hover {
	background: rgba(240, 208, 36, 1);
}
#content-inner div.features div.k div.hover {
	background: rgba(0, 0, 0, 1);
}
#content-inner div.features div.hover-content {
	position: absolute;
	left: 20px;
	bottom: -250px;
	right: 20px;
}
#content-inner div.features div.hover-content p {
	text-decoration: none;
	margin-bottom: 0;
	color: #FFF;
	font-size: 24px;
	text-shadow: 1px 1px 2px #333;
}


#content-inner h2 {
	font-weight: 300;
	font-size: 32px;
	color: #00AEEF;
	margin: 0 0 20px 0;
	padding-bottom: 5px;
	border-bottom: 1px solid #EEE;
}
#content-inner h3 {
	font-weight: 300;
	font-size: 18px;
	color: #00AEEF;
	margin: 0 0 20px 0;
}
#content-inner ul {
	list-style-type: square;
}
#content-inner ol {
	list-style-type: decimal;
}
#content-inner ul li,
#content-inner ol li {
	color: #333;
	font-size: 16px;
    font-weight: 300;
    line-height: 120%;
    margin-bottom: 10px;
}
#content-inner {
	padding: 0;
	margin-bottom: 30px;
}
#content-inner p {
	line-height: 140%;
	margin-top: 0;
	margin-bottom: 20px;
	font-size: 18px;
	font-weight: 300;
	color: #333;	
}
#content-inner p:last-child {
	margin-bottom: 0;
}
#content-inner a.button {
	text-decoration: none;
	display: inline-block;
	padding: 5px 10px;
	color: #FFF;
	background: #00AEEF;
}
#content-inner p.form-error {
	color: #990000;
	font-weight: 400;
}
#content-inner p.form-success {
	color: #009900;
	font-weight: 400;
}
#content-inner form {
	background: #EEE;
	padding: 20px;
}
#content-inner form div.row, #chat form div.row {
	margin-bottom: 10px;
}
#content-inner form div.row label, #chat form div.row label {
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	color: #666;
}
#content-inner form div.row input,
#content-inner form div.row select,
#content-inner form div.row textarea,
#chat form div.row input,
#chat form div.row select,
#chat form div.row textarea{
	border: 1px solid #CCC;
	padding: 10px;
	font-size: 14px;
	color: #666;
	font-weight: 300;
	display: block;
	width: 100%;
	background: #FFF;
}
#content-inner form div.captcha img {
	border: 1px solid #CCC;
	margin-bottom: 5px;
	display: block;
}
#content-inner form div.row input[type="checkbox"] {
	display: inline-block;
	width: auto;
	margin-right: 5px;
}
#content-inner form div.row input:focus,
#content-inner form div.row select:focus,
#content-inner form div.row textarea:focus,
#chat form div.row input:focus,
#chat form div.row select:focus,
#chat form div.row textarea:focus {
	border-color: #00AEEF;
	box-shadow: 0 0 5px #CCC;
}
#content-inner form span.form-field-error {
	color: #990000;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
#content-inner form div.controls {
	
}
#content-inner form div.controls button {
	padding: 5px 10px;
	color: #FFF;
	background: #00AEEF;
	border: none;
	font-weight: 300;
}
#content-inner form div.row label.radio-inline,
#content-inner form div.row label.checkbox-inline {
	float: left;
	margin-right: 20px;
}
#content-inner form div.row label.radio-inline input,
#content-inner form div.row label.checkbox-inline input {
	margin-top: 5px;
	margin-bottom: 5px;
}
#content-inner form div.row label.radio-vertical,
#content-inner form div.row label.checkbox-vertical {
	margin-bottom: 5px;
}
#content-inner form div.row label.radio-vertical input,
#content-inner form div.row label.checkbox-vertical input {
	display: inline-block;
	margin-right: 10px;
	width: auto;
}
#content-inner form a.form-link {
	display: block;
	margin-top: 5px;
	text-decoration: none;
	font-size: 12px;
	color: #CC006B;
	font-weight: 400;
}

#content-inner a.link {
	text-decoration: none;
	color: #CC006B;
	font-weight: 400;
}

#content-inner tr.ticket-row,
#content-inner tr.quote-row {
	cursor: pointer;
}
#content-inner tr.ticket-row:hover,
#content-inner tr.quote-row:hover {
	background: rgba(0, 168, 238, 0.25);
}
#content-inner div.ticket-items {
	
}
#content-inner div.ticket-items blockquote {
	margin: 0 0 10px 0;
	padding: 10px;
	border-left: 5px solid #EEE;
}
#content-inner div.ticket-items blockquote p.meta {
	color: #999;
	font-size: 12px;	
}
#content-inner div.ticket-items blockquote.agent-reply {
	background: rgba(0, 168, 238, 0.05);
	border-color: rgb(0, 168, 238);
}

#content-inner ol.news-list,
#content-inner ol.events-list {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#content-inner ol.news-list li,
#content-inner ol.events-list li {
	padding: 10px;
	background: #EEE;
	margin-bottom: 10px;
}
#content-inner ol.news-list li:last-child,
#content-inner ol.events-list li:last-child {
	margin-bottom: 0;
}
#content-inner ol.news-list li h3,
#content-inner ol.events-list li h3 {
	margin-bottom: 10px;
	color: #CC006B;
}
#content-inner ol.news-list span.date,
#content-inner ol.events-list span.date {
	display: block;
	color: #999;
}

#content-inner ul.faq-list {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}
#content-inner ul.faq-list li {
	margin-bottom: 20px;
}
#content-inner ul.faq-list li:last-child {
	margin-bottom: 0;	
}
#content-inner ul.faq-list li.active {
	background: #EEE;
	padding: 10px;
}
#content-inner ul.faq-list li h4 {
	cursor: pointer;
	margin: 0;
	font-weight: 500;
	color: #CC006B;
	font-size: 18px;
}
#content-inner ul.faq-list li.active h4 {
	margin: 0 0 10px 0;
}
#content-inner ul.faq-list li div.answer {
	display: none;
}

#content-inner div.gallery {
	
}
#content-inner div.gallery a {
	display: block;
}
#content-inner div.gallery img {
	display: block;
	width: 100%;
}

#content-inner ul.pagination {
	text-align: center;
	font-size: 0;
	margin: 0;
	padding: 0;
}
#content-inner ul.pagination li {
	display: inline-block;
	margin-bottom: 0;
}
#content-inner ul.pagination a {
	text-decoration: none;
	color: #CC006B;
	margin: 0 5px;
	font-weight: 500;
	display: block;
}

#content-inner #chat div.chat-log {
	background: #FFF;
	border: 1px solid #CCC;
	height: 400px;
	padding: 10px;
	overflow: auto;
}
#content-inner #chat div.chat-log p {
	font-size: 14px;
	margin-bottom: 5px;
}
#content-inner #chat div.chat-log p:last-child {
	margin-bottom: 0;
}
#content-inner #chat div.chat-log p.live-chat-msg-system {
	font-weight: 500;
	color: #000;
}
#content-inner #chat div.chat-log p.live-chat-msg-customer {
	color: #666;
}
#content-inner #chat div.chat-log p.live-chat-msg-operator {
	color: #333;
}
#content-inner #chat div.chat-log p span.ts {
	color: #999;
}
#content-inner #chat div.chat-log p strong {
	font-weight: 700;
}

#content-inner ul.social-logins {
	margin: 0;
	padding: 0;
	list-style-type: none;	
}
#content-inner ul.social-logins li {
	float: left;
}
#content-inner ul.social-logins li div {
	cursor: pointer;
	padding: 5px 10px;
}
#content-inner ul.social-logins li span.icon {
	width: 30px;
	height: 30px;
	display: block;
	float: left;
	margin-right: 10px;
}
#content-inner ul.social-logins li span.buttonText {
	color: #FFF;
	font-weight: 500;
	line-height: 30px;
	float: left;
	display: block;
	font-size: 14px;
}
#content-inner ul.social-logins li.facebook {
	margin-right: 20px;
}
#content-inner ul.social-logins li.facebook div {
	background: #3B5999;
}
#content-inner ul.social-logins li.facebook span.icon {
	background: url("../img/icon-facebook.png") no-repeat;
}
#content-inner ul.social-logins li.googleplus div {
	background: #DD4B38;	
}
#content-inner ul.social-logins li.googleplus span.icon {
	background: url("../img/icon-googleplus.png") no-repeat;
}

#content-inner div.feedback div.grid-box {
	padding: 20px;
	background: #EEE;
}
#content-inner div.feedback div.grid-box p.signature:before {
	content: "- ";
}
#content-inner div.feedback div.grid-box p.signature {
	display: block;
	text-align: right;
	font-style: italic;
	color: #999;
}

#content-inner a.survey-callout {
	background: #CC006B url("../img/icon-info.png") no-repeat 10px center;
	padding: 10px 10px 10px 50px;
	display: inline-block;
	color: #FFF;
	text-decoration: none;
}

#mobile-footer,
#mobile-nav {
	display: none;
}

div.colors span {
	width: 33.333%;
	float: left;
	display: block;
	height: 5px;
}
div.colors span.c {
	background: #0093D3;
}
div.colors span.y {
	background: #FFF10C;
}
div.colors span.m {
	background: #CC006B;
}

#content-inner ul.quote-options {
	list-style-type: none;
	margin: 0 0 10px 0;
	padding: 0;
}
#content-inner ul.quote-options li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
#content-inner ul.quote-options a {
	background: #CC006B;
	text-decoration: none;
	color: #FFF;
	font-weight: 300;
	display: block;
	padding: 10px;
	font-size: 18px;
	text-align: center;
}
#content-inner ul.quote-options a:hover {
	background: #A30052; 
}
#content-inner ul.quote-options a img {
	display: block;
	margin: auto;
}

#content-inner div.quote-view p {
	margin-bottom: 10px;
	font-size: 14px;
}
#content-inner span.quote-date {
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

#content-inner li a {
	text-decoration: none;
	color: #CC006B;
	font-weight: 400;
	text-transform: uppercase;
}

#content-inner hr {
	border: 0;
	border-top: 1px solid #CCC;
	margin: 20px 0;
	padding: 0;
}

#content-inner table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 30px;
	font-size: 14px;
	font-weight: 300;
	color: #333;
}
#content-inner th {
	background: #EEE;
	text-align: left;
	font-weight: 500;
}
#content-inner tr {
	border: 1px solid #EEE;
}
#content-inner th,
#content-inner td {
	padding: 10px;
}

#content-inner form.survey-form div.row {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #DDD;
}
#content-inner form.survey-form div.row:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
#content-inner form.survey-form div.row div.group {
	/*margin-bottom: 15px;*/
}
#content-inner form.survey-form div.row div.group:last-child {
	margin-bottom: 0;
}
#content-inner form.survey-form div.controls {
	margin-top: 20px;
}
#content-inner form.survey-form label.title-label {
	font-size: 16px;
	margin-bottom: 15px;
	font-weight: 500;
}
#content-inner form.survey-form label.title-label-small {
	font-size: 14px;
	margin-top: 15px;
}
#content-inner form.survey-form div.row .radio-vertical,
#content-inner form.survey-form div.row .checkbox-vertical {
	margin-bottom: 10px;
	margin-left: 10px;
}
#content-inner form.survey-form div.row .radio-vertical:last-child,
#content-inner form.survey-form div.row .checkbox-vertical:last-child {
	margin-bottom: 0;
}
#content-inner form.survey-form div.survey-page {
	padding: 20px;
	margin-bottom: 20px;
	background: #E7E7E7;
	border: 1px solid #DDD;
}
#content-inner form.survey-form div.survey-page:last-child {
	margin-bottom: 0;
}
#content-inner form.survey-form div.survey-page h3 {
	font-size: 20px;
}

p.statement {
	font-weight: 300;
	font-size: 14px;
	margin: 30px;
	color: #008000;
}

a.read-more {
	text-decoration: none;
	text-transform: uppercase;
	color: #CC006B;
	font-size: 14px;
	font-weight: 400;
}

address {
	text-align: left;
	font-size: 16px;
	font-weight: 300;
	color: #666;
	margin: 20px 0 0 0;
}

#content-inner ol.search-result-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content-inner ol.search-result-list li {
	margin-bottom: 20px;
}
#content-inner ol.search-result-list li:last-child {
	margin-bottom: 0;
}
#content-inner ol.search-result-list p.result-link {
	margin-bottom: 5px;
}
#content-inner ol.search-result-list p.result-snippet {
	color: #999;
}
#content-inner ol.search-result-list p.result-snippet em {
	font-weight: 500;
	font-style: italic;
	color: #000;
}

#content-inner #feedback {
}
#content-inner #feedback ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#content-inner #feedback p.signature {
	text-align: right;
	font-size: 14px;
	color: #666;
}
#content-inner #feedback .grid {
	margin-bottom: 0;
}

.bx-controls-direction a {
    display: none;
}
.bx-wrapper:hover .bx-controls-direction a {
    display: block;
}

#content-inner table.four th,
#content-inner table.four td {
	width: 25%;
}

#content-inner table.three th,
#content-inner table.threed td {
	width: 37%;
}
#content-inner table.three th:last-child,
#content-inner table.three th:last-child {
	width: 25%;
}

#content-inner table.four tr,
#content-inner table.three tr {
	border-color: #DDD;
}

#content-inner table.four th,
#content-inner table.three th {
	color: #00AEEF;
	background: #FFF;
}

#content-inner h3.machine-table-title {
	background: #EEE;
	color: #333;
	margin-bottom: 0;
	padding: 10px;
	border-top: 1px solid #DDD;
	border-left: 1px solid #DDD;
	border-right: 1px solid #DDD;
}

#footer {
	background: #EEE;
	border-top: 5px solid #DDD;
	padding-bottom: 30px;
}
#footer div.colors {
	position: relative;
	top: -5px;
}
#footer div.group {
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 30px;	
}
#footer ul {
	margin: 0 30px 0 0;
	padding: 0;
	list-style-type: none;
	float: left;
}
#footer ul:last-child {
	margin-right: 0;
}
#footer li a {
	color: #999;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
#footer p.copy {
	font-size: 12px;
	color: #333;
	font-weight: 300;
	margin: 0;
}

#footer p.copy img {
	vertical-align: middle;
	margin-right: 20px;
}

#content-inner ul.brochures-list,
#content-inner ul.forms-list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#content-inner ul.brochures-list a,
#content-inner ul.forms-list a {
	padding: 5px 10px 5px 38px;
	background: #CC006B url("../img/icon-pdf.png") no-repeat 10px center;
	line-height: 25px;
	color: #FFF;
	display: inline-block;
}

#content-inner div.certificates img {
	border: 1px solid #CC006B;
	display: block;
}
#content-inner div.certificates a.button {
	display: block;
	background: #CC006B url("../img/icon-download.png") no-repeat 10px center;
	padding: 5px 10px 5px 47px;
	min-height: 25px;
}

#content-inner div.bottom-links {
	width: 320px;
	margin: 30px auto 0 auto;
}
#content-inner div.bottom-links a {
	display: block;
	width: 150px;
	text-decoration: none;
	margin-right: 20px;
	float: left;
}
#content-inner div.bottom-links a.single {
	float: none;
	margin: auto !important;
}
#content-inner div.bottom-links a:last-child {
	margin-right: 0;
}
#content-inner div.bottom-links img {
	display: block;
	margin: 0 auto 10px auto;
}
#content-inner div.bottom-links span {
	display: block;
	text-align: center;
	color: #CC006B;
	font-weight: 500;
}

.desktop-hide {
	display: none;
}

#award-list-hero {
	margin: 0;
	padding: 0;	
}
#award-list-hero li img {
	width: 100%;
}
#award-list-hero .bx-caption span {
	text-align: center;
}

#award-list {
	margin: 0;
}
#award-list h5 {
	margin: 0 0 10px 0;
	font-weight: 500;
	font-size: 18px;
	color: #CC006B;
}

#content-inner form div.controls button#btnSubmitSurvey.loading {
	background: #00aeef url("../img/ajax-loader.gif") no-repeat 10px center;
	padding-left: 31px;
}

#languages li.admin-link a {
	font-weight: bold;
}

#content-inner p a {
	text-decoration: none;
	font-weight: 400;
	color: #cc006b;
}

/* Arabic text direction overrides */

html.rtl li,
html.rtl p,
html.rtl a,
html.rtl h2,
html.rtl h3,
html.rtl h4,
html.rtl h5,
html.rtl h6,
html.rtl span,
html.rtl label,
html.rtl input,
html.rtl select,
html.rtl textarea,
html.rtl button {
	text-align: right !important;
	direction: rtl !important;
}
html.rtl div.controls {
	text-align: right;
}
html.rtl .bx-wrapper .bx-controls-direction a {
	text-ident: 9999px !important;
}
html.rtl #nav > li {
	float: right;
}
html.rtl #nav ul.expand {
	left: auto;
	right: 0;
}
html.rtl #content-inner div.bottom-links a {
	text-align: center !important;
}
html.rtl #content-inner div.bottom-links span {
	text-align: center !important;
}
html.rtl ul {
	padding-left: 0;
	padding-right: 40px;
}
html.rtl #nav > li > a,
html.rtl #nav ul.expand > li > a {
	font-size: 22px;
}
html.rtl #content-inner p {
	font-size: 20px;
	line-height: 160%;
}
html.rtl #footer ul {
	float: right;
	margin-left: 30px;
	margin-right: 0;
}

html.rtl #content-inner a.button,
html.rtl #content-inner ul.social-logins li span.buttonText {
	white-space: nowrap;
}
html.rtl #footer li a {
	font-size: 14px;
}

/* Responsive rules */

@media screen and (max-width: 1600px) {
}

@media screen and (max-width: 1400px) {
}

@media screen and (max-width: 1000px) {
}
	
@media screen and (max-width: 1200px) {
}

@media screen and (max-width: 800px) {
	#hero {
		height: auto;
		max-height: auto;
		overflow: auto;
	}	
	.grid {
		margin-left: 0 !important;
		margin-bottom: 20px !important;
	}
	form .grid {
		margin-bottom: 0 !important;
	}
	.grid .grid-box {
		width: 100% !important;
		margin-left: 0 !important;
		margin-bottom: 20px;
	}
	#header {
		margin-top: 0;
	}
	#mobile-button {
		display: block;
		z-index: 1000;
	}
	#mobile-button.active span {
		background: #FFF;
	}
	div.inner {
		width: 100%;
		max-width: 100%;
	}
	.grid-box {
		float: none !important;
		width: 100% !important;
	}
	#header {
		position: relative;
	}
	#social-top {
		display: none;
	}
	#nav {
		display: none;
	}
	#page {
		margin-top: 20px;
	}
	#sidebar {
		display: none;
	}
	#features {
		display: block;
	}
	#features div.row {
		display: block;
	}
	#features div.row div {
		display: block;
		width: 100%;
		padding: 20px;
	}
	#content-inner {
		padding: 0 20px;
	}
	#mobile-footer {
		margin-top: 20px;
		display: block;
	}
	#mobile-footer .nav {
		margin: 20px 20px 0 20px;
		padding: 0;
		list-style-type: none;
	}
	#mobile-footer .nav li {
		margin-bottom: 5px;	
		font-size: 12px;
	}
	#mobile-footer .nav li:last-child {
		margin-bottom: 0;
	}
	#mobile-footer .nav a {
		text-decoration: none;
		color: #333;
		font-weight: 300;
		text-transform: uppercase;
	}
	#mobile-footer .social {
		margin: 10px 20px;
		padding: 0;
		list-style-type: none;
	}
	#mobile-footer .social li {
		margin-right: 5px;
		float: left;
	}
	#mobile-footer .social li:last-child {
		margin-right: 0;
	}
	#mobile-footer .social a {
		display: block;
	}
	#mobile-footer .social img {
		display: block;
	}
	#mobile-footer p.copy {
		font-size: 12px;
		color: #333;
		font-weight: 300;
		margin: 10px 20px 0 20px;
		padding: 0;
	}
	#mobile-nav {
		width: 75%;
		position: absolute;
		top: 0;
		left: 0;
		z-index: -50;
	}
	#mobile-nav form {
		display: block;
		background: #00A8EE;
		padding: 20px;
	}
	#mobile-nav form input {
		width: 100%;
		background: #FFF url("../img/alt/icon-looking-glass-mobile.png") no-repeat right center; 
		border: 0;
		height: 30px;
		padding: 5px 30px 5px 5px;
		font-size: 14px;
		font-weight: 300;
		color: #333;
		opacity: 0.5;
	}
	#mobile-nav form input:focus {
		opacity: 1;
	}
	#mobile-nav > ul {
		margin: 0;
		padding: 0 0 20px 0;
		list-style-type: none;
		background: #00A8EE;
	}
	#mobile-nav > ul > li {
		margin-bottom: 5px;
	}
	#mobile-nav > ul > li:last-child {
		margin-bottom: 0;
	}
	#mobile-nav > ul > li > a {
		color: #FFF;
		font-size: 20px;
		font-weight: 300;
		text-decoration: none;
		padding: 0 20px;
		display: block;
		text-transform: uppercase;
	}
	#mobile-nav ul.expand {
		margin: 0;
		padding: 10px 0 5px 0;
		list-style-type: none;
	}
	#mobile-nav ul.expand > li {
		margin-bottom: 5px;	
	}
	#mobile-nav ul.expand > li:last-child {
		margin-bottom: 0;
	}
	#mobile-nav ul.expand > li > a {
		display: block;
		text-decoration: none;
		color: #FFF;
		font-size: 16px;
		font-weight: 300;
		padding: 0 20px 0 40px;
	}
	#languages {
		left: inherit;
		top: 20px;
		right: 20px;
		botom: inherit;
	}
	#languages li {
		margin: 0;
		margin-left: 10px;
	}
	#languages li:first-child {
		margin: 0;
	}
	#languages a {
		text-transform: uppercase;
		color: #999999;
	}
	#nav-top {
		height: auto;
	}
	#account {
		position: static;
		font-size: 0;
		text-align: center;
	}
	#account li {
		float: none;
		margin-left: 20px !important;
		margin-bottom: 5px;
		display: block;
	}
	#account li:last-child {
		margin-bottom: 0;
	}
	#account a {
		font-size: 14px;
		text-align: left;
	}
	html.rtl #account li {
		margin-right: 20px !important;
		margin-left: 0 !important;
		padding-left: 0 !important;
		padding-right: 35px !important;
		background-position: right center !important;
	}
	#logo {
		float: none;
		margin-top: 59px;
		margin-bottom: 20px;
	}
	#footer.moved {
		position: relative;
		width: 75%;
	}
	#footer ul {
		float: none;
		margin-bottom: 10px;
	}
	#footer ul:last-child {
		margin-bottom: 0;
	}
	#footer div.inner {
		padding: 0 20px;
	}
	#search {
		position: static;
		margin: 20px 20px 0 20px;
	}
	#search input {
		width: 100%;
	}
	#content-inner #chat div.chat-log {
		height: auto;
	}
	#content-inner ul.social-logins li {
    	float: none;
	}
	#content-inner ul.social-logins li.facebook {
    	margin-right: 0;
	}
	.desktop-hide {
		display: block;
	}
}

/* Chat desktop rules */

#chat-log {
	height: 300px;
	max-height: 300px;
	overflow: auto;
	border: 2px solid #CCC;
	padding: 8px;
}
#chat-log p {
	margin: 0 0 10px 0;
	font-size: 14px;
}
#chat-log p.chat-msg-system {
	font-weight: 500;
	color: #E74C3C;
}
#chat-log p.chat-msg-client {
	color: #555;
}
#chat-log p.chat-msg-agent {
	font-weight: 500;
}
#chat-log span.ts {
	font-size: 12px;
	color: 999;
}
#chat form {
	position: relative;
}
#chat div.chat-offline {
	background: rgba(0, 0, 0, 0.75);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
#chat div.chat-offline p {
	color: #FFF;
	margin-top: 30px;
	text-align: center;
}
#chat div.row textarea {
	font-size: 14px;
}
#chat div.controls button {
	/*border: 0;
	padding: 10px;
	background: #e74c3c;
	color: #FFF;
	cursor: pointer;
	font-weight: 600;*/
	background: none repeat scroll 0 0 #00aeef;
    border: medium none;
    color: #fff;
    font-weight: 300;
    padding: 5px 10px;
    cursor: pointer;
}
#chat-start, #chat-chat {
	display: none;
}

@media screen and (min-width: 801px) {
	#chat {
		position: fixed;
		bottom: 0;
		right: 30px;
		width: 400px;
		background: #FFF;
		z-index: 10000;
		box-shadow: 0 0 5px #999;
	}
	#chat p.form-error {
		color: #D8000C;
	}
	#chat h5 {
		margin: 0;
		padding: 10px;
		background: #00a8ee;
		color: #FFF;
		font-size: 20px;
		font-weight: 500;
		text-transform: uppercase;
	}
	#chat div.chat-inner {
		padding: 10px;
	}
	#chat input, #chat select, #chat textarea {
		padding: 8px;
		border: 2px solid #CCC;
		color: #555;
	}
	#chat textarea {
		display: block;
		width: 100%;
	}
	#chat label {
		color: #555;
	}
	#chat i.chat-close {
		cursor: pointer;
		position: absolute;
		top: 14px;
		right: 10px;
		color: #FFF;
	}
	#chat i.chat-minimize {
		cursor: pointer;
		position: absolute;
		top: 14px;
		/*right: 30px;*/
		color: #FFF;
	}
}

.form-error-hidden {
	display: none;
}

/* Chat mobile rules */
@media screen and (max-width: 800px) {
	#chat p.form-error-hidden {
		display: none;
	}
	#chat-start {
		display: block;
	}
	#chat-log {
		height: initial;
		max-height: initial;
		overflow: initial;
		border: 0;
		background: #FFF;
		padding: 10px;
	}
	#chat-log p.chat-msg-agent {
		color: #555;
	}
	#chat-log p.chat-msg-client {
		color: #999;
	}
	#chat-log p:last-child {
		margin-bottom: 0;
	}
}