/*
------------------------------------------------------------- */
#ajaxStatusPanel_start {
	position: fixed;
	z-index: 99999;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
	background-color: rgba(255, 255, 255, 0.5);
}

html {
    font-size: 100%;

}

body {
    color: #444;
    font-size: 100%;
    min-width: 280px;
    overflow-x: hidden;
}

h1,.h1,
h2,.h2,
h3,.h3,
h4,.h4,
h5,.h5,
h6,.h6 {
  font-weight: 500;
  line-height: 1.8;
}

h3, .h3 {
	font-size: 220%;
	font-weight: 300;
}

.tiny-content {
	max-width: 640px;
}

img {
    max-width: 100%;
    height: auto;
}

.center-block {
	float: none;
}

.underline {
	text-decoration: underline;
}

.bold {
	font-weight: bold;
}

/* NAVIGATION
------------------------------------------------------------- */
.hb-nav {
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 90%;
}

#main-navigation .hb-nav {
	padding-top: 6px;
/*	margin-left: 175px; */
}

.hb-nav li {
	list-style: none;
	position: relative;
}

.hb-nav-before {
	letter-spacing: 0.125em;
	text-transform: uppercase;
}

.hb-nav-before li {
	display: inline-block;
	padding: 0 1.2em;
}

.hb-nav-before li.active:before {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	background: #82ca9c;
	border-radius: 6px;
	position: absolute;
	top: 50%;
	left: .2em;
	margin-top: -3px;
}

#corporate-navigation .hb-nav li {
	display: inline-block;
	padding: 0 1em;
}

#corporate-navigation .hb-nav li.active {
	font-weight: 500;
}

span#toggle-menu {
    font-size: 240%;
    cursor: pointer;
    color: #FFF;
}

#faq-trigger {
	display: inline-block;
	margin-right: 0.5em;
}

#faq-trigger i {
	position: relative;
	font-size: 20px;
	top: 2px;
}

#lang-trigger {
	color: #a1b2ba;
	border-right: 1px solid #2f343b;
	display: inline-block;
	font-size: 90%;
	background-size: 9px 5px;
	background-position: 80% center;
	background-repeat: no-repeat;
	padding-right: 1em;
}

#lang-trigger .selected {
	display: inline-block;
	padding: 0 1em;
	cursor: pointer;
}

.selected {
	display: inline-block;
	padding: 0.4em;
	border: 1px solid #171d25;
}

.tip-selected {
	display: inline-block;
	padding: 0.4em;
	border: none;
	font-size: 0.8rem;
	width: 100%;
}

.header-width {
	width: 100%;
}

#header-logo {
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: 5px;
	text-align: right;
	vertical-align: bottom;
	/* 	position: absolute; */
}

#header-logo:after {
	content: 'x';
	visibility: hidden;
}

#header-logo.ss-global {
	background-position-y: 0.3em;
	background-image: url('../images/ss-global.png');
}

#header-logo > span.ss-localized {
	position: relative;
	bottom: -17px;
	margin-right: 0;
	font-family: helvetica;
	font-style: italic;
	color: #fff;
	padding-right: 3px;
	display: inline-block;
	right: -5px;
	text-transform: uppercase;
}

#header-logo.ss-asia {
	background-image: url('../images/ss-asia.png');
}

#header-logo.ss-usa {
	background-image: url('../images/ss-usa.png');
}

#header-logo.ss-west {
	background-image: url('../images/ss-west.png');
}

.logo-selector {
	padding-right: 2px;
	width: 202px;
	height: 45px;
}

.locale-selector {
	padding-left: 0px;
}

.locale-selector > .hb-dropdown {
	margin-top: 10px;
}

.locale-selector > .hb-dropdown > .selected > img {
	margin-bottom: -10px;
}

.hb-dropdown {
	position: relative;
}

.hb-dropdown ul {
	display: none;
	position: absolute;
	background: #171d25;
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1;
	z-index: 99;
	white-space: nowrap;
	text-align: left;
	font-size: 0.8rem;
}

#tip-message {
	background: white;
	white-space: normal;
	line-height: inherit;
}

.hb-dropdown ul.profile-menu {
	right: 6px;
}

.hb-dropdown:hover ul {
	right: 0;
	border: 1px solid #788b94;
	box-shadow: 3px 2px 2px rgba(114, 134, 142, 0.1);
	display: block;
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

.tip-wrapper.hb-dropdown:hover ul {
	border: 2px solid #ecf0f1 !important;
	box-shadow: none !important;
	padding:0.5em !important;
	width: 100%;
}

.tip-wrapper.hb-dropdown li {
	list-style: none;
	color: #444;
	cursor: pointer;
	padding: 0.1em;
}

.hb-dropdown li {
	list-style: none;
	color: #000;
	cursor: pointer;
}

.hb-dropdown li a {
	padding: 1em 1em;
	display: block;
	min-width: 100px;
}

.hb-dropdown li a:hover {
	background-color: rgba(120, 139, 148, 0.2);
}

.hb-dropdown a.search-tool-tip {
	color: #444;
}

.hb-dropdown a.search-tool-tip:hover {
	color: #444;
}

span#search-trigger {
	display: inline-block;
	width: 2em;
	height: 2em;
	vertical-align: bottom;
	background-size: 2.5em 2.5em;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url('../images/search.png');
	cursor: pointer;
	top: -0.3em;
	position: relative;
}

div .hb-dropdown {
	display: inline-block;
	cursor: pointer;
	height: 100%;
}

.tip-wrapper {
	width: 100%;
}

div .hb-dropdown:hover .selected {
	border: 1px solid #788b94;
	border-bottom: 1px solid #171d25;
	background-color: #171d25;
}

div .profile img {
	display: inline-block;
	border: 2px solid #74c0a6;
	border-radius: 2px;
	width: 100%;
	height: 100%;
/* 	vertical-align: baseline; */
}

.hb-dropdown.profile img {
	width: 28px;
	height: 28px;
}

.unseen-activity-count {
	font-weight: bold;
	color: #FCFCFC;
	background: #EE6A6A;
	padding: 3px 3px 0px 2px;
	-weblit-border-radius: 2px;
	border-radius: 2px;
	line-height: 1em;
}

.unseen-activity-count-nav {
	position: absolute;
	top: 6px;
	left: 29px;
}

.unseen-activity-count-mobile-nav {
	position: absolute;
	top: 50px;
	left: 52px;
}

/* HEADER
------------------------------------------------------------- */
.stiky-navigation {
	position: fixed!important;
	top: 0;
	bottom: auto;
	z-index: 9999;
}

#main-nav {
	right: 0;
	left: 0;
	width: 100%;
	height: auto;
	line-height: 2.5em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: none;
	transform: none;
}

.nav-up #main-nav {
	-webkit-transform: translate3d(0, -4.8em, 0);
	transform: translate3d(0, -4.8em, 0);
}

#hb-header-top {
	background: #171d25;
	padding: 1em 0 0.5em 0;
	box-shadow: 0 1px #0C1014;
}

#hb-header-btm {
	padding: 1em 0;
	-webkit-transition: background 0.4s;
	transition: background 0.4s;
}

.is-mobile #hb-header-btm, .is-tablet #hb-header-btm, .on-content #hb-header-btm
	{
	background: #FFF;
	background: rgba(255, 255, 255, 0.95);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#main-nav .hb-nav li a {
	font-size: medium;
	color: #A1B2BA;
}

#main-nav a {
	color: #788b94;
	font-weight:500;
}

#main-nav .hb-nav li {
	display: inline-block;
	padding: 0 1em;
}

#main-nav li.active a {
	color: #FFF;
}

#page-navigation .hb-nav li {
	padding: 0 2em 0 0;
}

#page-navigation li.active a {
	color: #7898ad;
	font-weight: 500;
}

.site-title img {
	height: 2.5em;
	width: auto;
}

#masthead {
	padding: 0.7em 0;
	line-height: 3em;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.short-padding {
	padding-left: 2px !important;
	padding-right: 2px !important;
}

.short-left-padding {
	padding-left: 2px !important;
}

.short-right-padding {
	padding-right: 2px !important;
}

/* MOBILE NAV
------------------------------------------------------------- */
#page {
	-webkit-transform: none;
	-moz-transform: none;
	transform: none;
	-webkit-transition: -webkit-transform 0.5s;
	-moz-transition: -moz-transform 0.5s;
	transition: transform 0.5s;
	position: relative;
}

#pushnav .mobile-navigation div.mobile-nav-header {
	padding-top: 1em;
}

#pushnav .mobile-navigation strong {
  padding-left: 1em;
  color: #fff;
  font-weight: 600;
  font-size: larger;
}

#pushnav {
	display: none;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
	width: 300px;
	height: 100%;
	-webkit-transform: translate3d(300px, 0, 0);
	-moz-transform: translate3d(300px, 0, 0);
	transform: translate3d(300px, 0, 0);
	background: #323232;
	overflow-y: auto;
}

@media ( max-width : 991px) {
	.side-menu-open #page {
		-webkit-transform: translate3d(-300px, 0, 0);
		-moz-transform: translate3d(-300px, 0, 0);
		transform: translate3d(-300px, 0, 0);
		z-index:1;
	}
	.side-menu-open #pushnav {
		display: block;
	}
}

#pushnav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#pushnav a {
	display: block;
	color: #fff;
	padding: 10px 30px;
	border-bottom: 1px solid #444;
}

#pushnav li:first-child a {
	border-top: 1px solid #444;
}

#pushnav a:hover {
	background: #444;
}

#pushnav li.haveline a {
	border-bottom: 3px solid #4FE197;
}

#close-menu-wrapp {
	text-align: right;
	color: #fff;
	margin-bottom: 5px;
	margin-top: 5px;
}

#close-menu {
	display: inline-block;
	padding: 5px 10px;
	cursor: pointer;
}



/* Primefaces dialogs
------------------------------------------------------------- */
[id$=passwordResetDialog] {
	background-color: #fff;
}

[id$=profileDialog] {
	background-color: #fff;
}

[id$=followingDialog] {
	background-color: #fff;
}

/* This is so the primefaces dialog buttons are on the right */
.ui-dialog .ui-dialog-buttonpane {
	text-align: right;
}

/* This is so the primefaces dialog title looks good */
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .3em 16px .1em 0;
	text-transform: uppercase;
	font-weight: 500;
}

.ui-dialog {
	-moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
	-webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2) !important;
}

#passwordResetForm .ui-dialog-content.ui-widget-content {
	overflow: hidden;
	padding: 25px;
}

#passwordResetForm .ui-outputpanel p {
	width: 300px;
}

#profileForm p {
	width: 300px;
	text-align: justify;
}

#profileForm p.info {
	font-size: 10px;
	font-style: italic;
}

#profileDialog .row {
	padding-bottom: 5px;
	min-height: 51px;
}

#profileDialog .row .narrow {
	min-height: 20px;
}

#profileDialog div.error {
	padding: 0;
}

#profileDialog div.error div.ui-message {
	margin-bottom: 5px;
}

/* This is so the primefaces dialog buttons are clickable on mobile */
@media screen and (max-width: 768px) {
	[id$=startStopFollowingConfirmation_modal] {
		z-index: -1 !important;
	}
	[id$=passwordResetDialog_modal] {
		z-index: -1 !important;
	}
	[id$=profileDialog_modal] {
		z-index: -1 !important;
	}
	[id$=followingDialog_modal] {
		z-index: -1 !important;
	}
}

.ui-growl-item {
	background-color: white;
}

.ui-growl-item-container {
	opacity: 1 !important;
}

.ui-growl-message {
	float: none !important;
	width: 100% !important;
}

.ui-growl-image {
	display: none !important;
}


/**

HB popups

*/

.hb-fancy-popup {
    position: absolute;
    top: 0;
    width: 100%;
    min-height: 100%;
    background: rgba(0, 0, 0, 0.82);
    z-index: 1000;
    font-size: 14px;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    display: none;
    padding-top: 8em;
/*     opacity: 0; */
/*     overflow-x: hidden; */
/*     overflow-y: auto; */
}

.hb-fancy-popup-box {
    max-width: 400px;
    background: #fff;
    padding: 0;
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px;  
    border-radius: 2px;
    -webkit-transition: -webkit-transform 0.6s;
    transition: transform 0.6s;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    display: none;
    z-index: 1001;
    position: relative;
}

.hb-fancy-popup-runs {
    display: block;
}

.hb-fancy-popup-runs #hb-fancy-popup-box {
    -webkit-transform: scale(1);
    transform: scale(1);
}

.hb-fancy-popup-buttons {
	padding-top: 10px;
}

.hb-fancy-popup-header,
.hb-fancy-popup-footer {
    padding: 20px 30px;
    color: #fff;
    background: #2AB16D;
    background: -moz-linear-gradient(left,rgba(54,186,194,1) 0,rgba(60,211,173,1) 100%);
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#36BAC2),color-stop(100%,#3CD3AD));
    background: -webkit-linear-gradient(left,#36BAC2 0,#3CD3AD 100%);
    background: -o-linear-gradient(left,rgba(54,186,194,1) 0,rgba(60,211,173,1) 100%);
    background: -ms-linear-gradient(left,rgba(54,186,194,1) 0,rgba(60,211,173,1) 100%);
    background: linear-gradient(to right,#36BAC2 0,#3CD3AD 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f536bac2',endColorstr='#f53cd3ad',GradientType=1);
}

.hb-fancy-popup-footer a {
    color: #fff;
    text-decoration: underline;
    font-weight: 500;
    margin-left: 10px;
}

.hb-fancy-popup-footer p {
    line-height: 1.8;
    margin: 0;
}

.hb-fancy-popup-header h3 {
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
}

span.close-hb-popup i {
    display: inline-block;
    width: 30px;
    height: 30px;
    background: url('../images/times.png');
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

span.close-hb-popup {
    display: inline-block;
    cursor: pointer;
}

.hb-fancy-popup-body {
/*     padding: 30px; */
}

.hb-fancy-popup-body hr {
/*     margin: 30px -30px; */
	margin: 15px 0;
}

[id$=calendar-forms] {
    padding: 20px 15px;
}

.hb-fancy-popup label {
    font-size: 12px;  
    color: #777;  
    font-weight: 500;
    line-height: 1;
}

.hb-fancy-popup p.checkbox label {
    font-size: 10px;
}

.hb-fancy-popup input[type=checkbox]:checked + label {
	background: transparent;
	color: #555;
	vertical-align: middle;
	padding: 3px 0 0 5px;
}

#hb-hero-form-box input[type='text'], 
#hb-hero-form-box input[type='password'], 
#hb-hero-form-box input[type='email'], 
#hb-hero-form-box input[type='file'], 
#hb-hero-form-box input[type='url'], 
#hb-hero-form-box textarea,
.hb-fancy-popup input[type='text'], 
.hb-fancy-popup input[type='password'], 
.hb-fancy-popup input[type='email'], 
.hb-fancy-popup input[type='file'], 
.hb-fancy-popup input[type='url'], 
.hb-fancy-popup textarea {
    font-size: 15px;
    color: #555;
    font-weight: 400;
    font-family: inherit;
    border: 1px solid #DDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    outline: 0;
}

.hb-fancy-popup textarea {
	height:200px;
}

#hb-hero-form-box input[type='text']:focus, 
#hb-hero-form-box input[type='password']:focus, 
#hb-hero-form-box input[type='email']:focus, 
#hb-hero-form-box input[type='file']:focus, 
#hb-hero-form-box input[type='url']:focus, 
#hb-hero-form-box textarea:focus,
.hb-fancy-popup input[type='email']:focus, 
.hb-fancy-popup input[type='file']:focus, 
.hb-fancy-popup input[type='url']:focus, 
.hb-fancy-popup input[type='text']:focus, 
.hb-fancy-popup input[type='password']:focus, 
.hb-fancy-popup textarea:focus {
    border-color: #47BEBD;
}
.chronos-box a.hb-fancy-popup-trigger,
#hb-hero-form-box button,
.hb-fancy-popup button {
    display: inline-block;  
    border: 0;  
    padding: 0 18px; 
    height: 40px; 
    margin: 0 10px 0 0; 
    color: #FFF; 
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
    border-radius: 2px;  
    cursor: pointer; 
    overflow: hidden; 
    position: relative; 
    line-height: 40px; 
    font-weight: 500;  
    font-size: 11px; 
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2); 
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2); 
    background-color: #f94950;
    outline: none;
    outline: 0;
}
.chronos-box a.hb-fancy-popup-trigger:hover,
.hb-fancy-popup button:hover {
    opacity: .93;
}

/*
*	hb-form
*	A form that looks like the hb-popup
*/
.required-field {
	color: #f94950;
}

.hb-form {
    font-size: 14px;
    display: block;
}

.hb-form label {
    font-size: 12px;  
    color: #777;  
    font-weight: 500;
    line-height: 1;
}

.hb-form p.checkbox label {
    font-size: 10px;
}

.hb-form input[type=checkbox] {
	width: initial;
	height: inherit;
}

.hb-form input[type=checkbox]:checked + label {
	background: transparent;
	color: #555;
	vertical-align: middle;
	padding: 3px 0 0 5px;
}

.hb-form input[type='text'], 
.hb-form input[type='password'], 
.hb-form input[type='email'], 
.hb-form input[type='file'], 
.hb-form input[type='url'], 
.hb-form textarea {
    font-size: 15px;
    color: #555;
    font-weight: 400;
    font-family: inherit;
    border: 1px solid #DDD;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    height: 40px;
    padding: 0 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    outline: none;
    outline: 0;
}

.hb-form textarea {
	height:100%;
}

.hb-form input[type='email']:focus, 
.hb-form input[type='file']:focus, 
.hb-form input[type='url']:focus, 
.hb-form input[type='text']:focus, 
.hb-form input[type='password']:focus, 
.hb-form textarea:focus {
    border-color: #47BEBD;
}

.hb-form button {
    display: inline-block;  
    border: 0;  
    padding: 0 18px; 
    height: 40px; 
    margin: 0 10px 0 0; 
    color: #FFF; 
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 1px; 
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px; 
    border-radius: 2px;  
    cursor: pointer; 
    overflow: hidden; 
    position: relative; 
    line-height: 40px; 
    font-weight: 500;  
    font-size: 11px; 
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2); 
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.2); 
    background-color: #f94950;
    outline: none;
    outline: 0;
}

.hb-form button:hover {
    opacity: .93;
}

/* Search fields */
.hb-verified-el:after {
    content: '';
    display: inline-block;  
    font-family: FontAwesome; 
    font-style: normal; 
    font-weight: normal; 
    line-height: 1;
    -webkit-font-smoothing: antialiased;  
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    top: 9px;
    right: 8px;
    /*z-index: -2;*/
    color: #5ec6b8;
}
.hb-verified-el.hb-baghaly:after {
    content: '\f058';
}
.hb-verified-el {
    position: relative;
}
.hb-verified-el.hb-baghaly input {
    border-color: #5ec6b8;
    color: #009bd1
}

.hb-verified-el.hb-baghaly.hb-baghaly-ridi input {
    border-color: #F26C4F;
}
.hb-verified-el.hb-baghaly.hb-baghaly-ridi:after {
    content: '';
}

/* styled-forms */
.styled-forms select,
.styled-forms input,
.result-search-btns select,
.result-search-btns input,
.styled-forms button,
a.btn {
    font-size: 11px;
    font-size: 8pt;
    background: none;
    outline: none;
    outline: 0;
    border: 2px solid #ecf0f1;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 7px 5px;
    margin-bottom: 12px;
    -webkit-border-radius: 0;
    border-radius: 0;
    /* -webkit-box-shadow: none; */
    box-shadow: none;
    height: 35px;
/*    -webkit-appearance: caret;
    -moz-appearance: caret;*/
}

a.btn {
	padding-top: 0px;
	padding-bottom: 0px;
	height: inherit;
}

.styled-forms input[type="submit"],
.result-search-btns input[type="submit"]
.styled-forms button {
    color: #5BA98D;
    border-color: #5BA98D;
    text-transform: uppercase;
}
.styled-forms input[type="reset"],
.result-search-btns input[type="reset"] {
    color: #f26c4f;
    border-color: #f26c4f;
    text-transform: uppercase;   
}
.styled-forms input[type="submit"]:active,
.styled-forms input[type="submit"]:focus,
.styled-forms input[type="submit"]:hover,
.result-search-btns input[type="submit"]:active,
.result-search-btns input[type="submit"]:focus,
.result-search-btns input[type="submit"]:hover,
.styled-forms button:active,
.styled-forms button:focus,
.styled-forms button:hover {
    color: #fff;
    background: #5BA98D;
}
.styled-forms input[type="reset"]:active,
.styled-forms input[type="reset"]:focus,
.styled-forms input[type="reset"]:hover,
.result-search-btns input[type="reset"]:active,
.result-search-btns input[type="reset"]:focus,
.result-search-btns input[type="reset"]:hover {
    color: #fff;
    background: #FA8D75;
}
.styled-forms input[type="submit"]:active,
.styled-forms input[type="reset"]:active
.result-search-btns input[type="submit"]:active,
.result-search-btns input[type="reset"]:active,
.styled-forms button:active {
    position: relative;
    top: 1px;
}

.styled-forms select,
.styled-forms input,
.result-v3 .result-search-btns input,
.styled-forms button {
    margin-bottom: 25px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.result-v3 .result-search-btns select {
    margin-bottom: 0
}
.styled-forms input.btn_clear,
.result-v3 .result-search-btns input.btn_clear,
.styled-forms input[type="reset"],
.result-v3 .result-search-btns input[type="reset"] {
    color: #f55258 !important;
    border-color: #f55258 !important;
    margin-bottom: 0 !important;
}
.styled-forms input.btn_clear:active,
.styled-forms input.btn_clear:focus,
.styled-forms input.btn_clear:hover,
.result-v3 .result-search-btns input.btn_clear:active,
.result-v3 .result-search-btns input.btn_clear:focus,
.result-v3 .result-search-btns input.btn_clear:hover,
.styled-forms input[type="reset"]:active, 
.styled-forms input[type="reset"]:focus, 
.styled-forms input[type="reset"]:hover,
.result-v3 .result-search-btns input[type="reset"]:active, 
.result-v3 .result-search-btns input[type="reset"]:focus, 
.result-v3 .result-search-btns input[type="reset"]:hover {
    background: #f55258 !important;
    color: #fff !important;
}
.styled-forms input[type="submit"],
.result-v3 .result-search-btns input[type="submit"],
.styled-forms button, a.btn {
    color: #5BA98D;
    border-color: #5BA98D;
    text-transform: uppercase;
}
.styled-forms input[type="submit"]:active, 
.styled-forms input[type="submit"]:focus, 
.styled-forms input[type="submit"]:hover,
.result-v3 .result-search-btns input[type="submit"]:active, 
.result-v3 .result-search-btns input[type="submit"]:focus, 
.result-v3 .result-search-btns input[type="submit"]:hover,
.styled-forms button:active, 
.styled-forms button:focus, 
.styled-forms button:hover,
a.btn:hover,
a.btn:focus,
a.btn:hover
 {
    background: #5BA98D;
    color: #fff;
}

/* SOCIAL */
.socials-login {
    max-width: 470px;
    margin-left: auto;
    margin-right: auto;
}
.socials-login a {
    padding: 0 0 0 30px;
    text-transform: none !important;
    text-decoration: none !important;
    letter-spacing: 0;  
    position: relative; 
    overflow: hidden; 
    font-weight: 400;
    display: block;
    height: 40px;
    width: 100%;
    line-height: 40px;
    font-size: 11px;
    background-color: #EEE; 
    color: #888 !important;
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.1);  
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1); 
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
    -webkit-border-radius: 2px; 
    -moz-border-radius: 2px; 
    border-radius: 2px;
    -webkit-transition: all .1s 0;
    transition: all .1s 0;
}
.socials-login a > span:first-child {
    display: inline-block;  
    height: 40px;  
    width: 25px;  
    line-height: 40px;  
    font-size: 18px;
    position: absolute;  
    top: 0; 
    bottom: 0; 
    left: 0;
    background-color: #AAA; 
    color: #FFF;  
    text-align: center; 
    -moz-box-shadow: inset 0 -1px 0 rgba(0,0,0,.15); 
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15); 
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    -webkit-border-radius: 2px 0 0 2px; 
    -moz-border-radius: 2px 0 0 2px;
    border-radius: 2px 0 0 2px;
    -webkit-transition: all .1s 0;
    transition: all .1s 0;
}
.socials-login a:active {
    line-height: 41px;
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
}
.socials-login a:active span {
    line-height: 42px;  
    -moz-box-shadow: inset 0 1px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.25);
}
.socials-login a.twitter-login,
.socials-login a.facebook-login {
    margin-bottom: 16px
}
.socials-login a.twitter-login > span:first-child {
    background-color: #33C6F4;
}
.socials-login a.facebook-login > span:first-child {
    background-color: #3C599F;
}
.socials-login a.google-login > span:first-child {
    background-color: #F56363;
}
.socials-login a.linkedin-login > span:first-child {
    background-color: #0097BD;
}

/* bootstrap centered columns styles */
.row-centered {
    text-align:center;
}
.col-centered {
    display:inline-block;
    float:none;
    /* reset the text-align */
    text-align:left;
    /* inline-block space fix */
    margin-right:-4px;
}

.capitalize {
	text-transform: capitalize;
}

/* SIDE MENU
----------------------------------------------------------- */

.right-of-side-menu {
	border-left: 1px solid #ccc;
	padding-bottom: 4em;
}

.side-menu {
	text-align: right;
	padding-right: 0;
	padding-bottom: 2em;
}

.side-menu h1 {
	padding-right: 20px;
	margin-top: -10px;
	text-transform: uppercase;
	font-weight: 300;
}

.side-menu ul {
	padding-left: 0;
}

.side-menu li {
	display: block;
	font-size: 18px;
}

.side-menu li:last-child {
	border-bottom: 1px solid #ccc;
}

.side-menu a {
	display: block;
	padding: 1em 20px;
	border-top: 1px solid #ccc;
	color: rgb(68, 68, 68);
	text-decoration: none;
}

.side-menu a:hover {
    background-color: rgba(245, 245, 245, 0.5);
  	color: rgb(68, 68, 68);
	text-decoration: none;
}

.side-menu a:active {
  	color: rgb(68, 68, 68);
	text-decoration: none;
}

.side-menu a:visited {
  	color: rgb(68, 68, 68);
	text-decoration: none;
}
	
.side-menu a.active {
	color: #f85759;
	font-weight: 500;
}

@media (max-width: 767px){
    .side-menu li {
        float: left;
        overflow-x: hidden;
    }
    .side-menu li:last-child {
      border-bottom: none;
    }
    .side-menu h1 {
		text-align: left;
	}
}

@media (max-width: 528px) {
	.side-menu li {
		font-size: 12px;
	}
}
