@font-face {
	font-family: "FontAwesome";
	font-weight: normal;
	font-style : normal;
	src: url("font-awesome/fonts/fontawesome-webfont.eot");
	src: url("font-awesome/fonts/fontawesome-webfont.eot?#iefix") format("embedded-opentype"),
	url("font-awesome/fonts/fontawesome-webfont.woff2") format("woff2"),
	url("font-awesome/fonts/fontawesome-webfont.woff") format("woff"),
	url("font-awesome/fonts/fontawesome-webfont.ttf") format("truetype"),
	url("font-awesome/fonts/fontawesome-webfont.svg?v=1.0") format("svg");
}

@font-face {
	font-family: "Ionicons";
	font-weight: normal;
	font-style: normal;
	src: url("ionicons/fonts/ionicons.eot");
	src: url("ionicons/fonts/ionicons.eot?#iefix") format("embedded-opentype"),
	url("ionicons/fonts/ionicons.ttf") format("truetype"),
	url("ionicons/fonts/ionicons.woff") format("woff"),
	url("ionicons/fonts/ionicons.svg?v=1.0") format("svg");
}

@font-face {
	font-family: 'icomoon';
	font-weight: normal;
	font-style: normal;
	src:url('icomoon/icomoon.eot');
	src:url('icomoon/icomoon.eot?#iefix') format('embedded-opentype'),
	url('icomoon/icomoon.woff') format('woff'),
	url('icomoon/icomoon.ttf') format('truetype'),
	url('icomoon/icomoon.svg?v=1.0') format('svg');
}

@font-face {
	font-family: 'Lato';
	src: url('lato/lato-black.eot');
	src: url('lato/lato-black.eot?#iefix') format('embedded-opentype'), url('lato/lato-black.woff') format('woff'), url('lato/lato-black.ttf') format('truetype'), url('lato/lato-black.svg#latoblack') format('svg');
	font-weight: 900;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('lato/lato-bold.eot');
	src: url('lato/lato-bold.eot?#iefix') format('embedded-opentype'), url('lato/lato-bold.woff') format('woff'), url('lato/lato-bold.ttf') format('truetype'), url('lato/lato-bold.svg#latobold') format('svg');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('lato/lato-bolditalic.eot');
	src: url('lato/lato-bolditalic.eot?#iefix') format('embedded-opentype'), url('lato/lato-bolditalic.woff') format('woff'), url('lato/lato-bolditalic.ttf') format('truetype'), url('lato/lato-bolditalic.svg#latobold-italic') format('svg');
	font-weight: bold;
	font-style: italic;
}

@font-face {
	font-family: 'Lato';
	src: url('lato/lato-italic.eot');
	src: url('lato/lato-italic.eot?#iefix') format('embedded-opentype'), url('lato/lato-italic.woff') format('woff'), url('lato/lato-italic.ttf') format('truetype'), url('lato/lato-italic.svg#latoitalic') format('svg');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Lato';
	src: url('lato/lato-light.eot');
	src: url('lato/lato-light.eot?#iefix') format('embedded-opentype'), url('lato/lato-light.woff') format('woff'), url('lato/lato-light.ttf') format('truetype'), url('lato/lato-light.svg#latolight') format('svg');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Lato';
	src: url('lato/lato-regular.eot');
	src: url('lato/lato-regular.eot?#iefix') format('embedded-opentype'), url('lato/lato-regular.woff') format('woff'), url('lato/lato-regular.ttf') format('truetype'), url('lato/lato-regular.svg#latoregular') format('svg');
	font-weight: normal;
	font-style: normal;
}


/*******************
 * Reset style
 * *****************
 */
li {
	list-style: none;
}

input, button, textarea {
	outline: none;
	border: none;
}

a,
a:focus,
a:active,
select,
button,
button:active,
button:focus,
.btn:focus,
.btn:active:focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn.active.focus,
input {
	outline: none;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

textarea {
	resize: vertical;
	box-shadow: none !important;
}

iframe {
	border: 0;
	outline: 0;
	width: 100% !important;
}

label:not(.login-field-icon) {
	line-height: normal !important;
	color: #333;
	font-weight: bold !important;
}

select {
	width: 100%;
	padding: 6px 5px 6px 8px;
	font-size: 11px;
	font-weight: normal;
	line-height: normal !important;
	color: #5A5A5A;
	border: 2px solid #E6E6E6;
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	background-image: url('../img/arrowc619.png?v=1.0') !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-indent: 0.01px;
	text-overflow: '';
}

input[type='file'] {
	opacity: 0;
	position: absolute;
	top: 0;
	right: 0;
	min-width: 100%;
	min-height: 100%;
	outline: none;
	cursor: inherit;
	font-size: 100px;
}

::selection {
	background-color: #032668;
	color: white;
}

::moz-selection {
	background-color: #032668;
	color: white;
}

::webkit-selection {
	background-color: #032668;
	color: white;
}

/******************************
 * Miscellaneous Utilities
 * ***************************
 */
body a {
	color: #032668;
	transition: .2s ease;
}

.color-default {
	color: #032668;
}

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

.displayBlock {
	display: block !important;
}

.display-none {
	display: none;
}

.strongSpan {
	font-weight: bold;
}

.col-pb {
	margin-bottom: 25px;
}

.mg-bottom-xs {
	margin-bottom: 5px;
}

.border-top {
	border-top: 1px solid #DDD;
}

.pos-relative {
	position: relative;
}

.sm-font {
	font-weight: normal;
}

.sm-date {
	color: #999;
}

.border-group {
	border: none;
	border-radius: 0 !important;
}

.bg-color-none {
	background-color: transparent;
}

.li-group {
	border-bottom: 1px solid #DDD;
}

.li-group-msg {
	border-bottom: 1px solid #CFCFCF;
}

.li-group:last-child,
.li-group-msg:last-child {
	border-bottom: none;
}

.text-col {
	margin-bottom: 5px !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	line-height: 17px;
}

.topbar > li.dropdown .open > a {
	color: #FFF;
}

.topbar > li > a {
	font-size: 16px !important;
}

.text-decoration-none {
	text-decoration: none !important;
}

.notify {
	z-index: 10;
	top: 5px;
	right: 10px;
	position: absolute;
	padding: 3px 6px 3px 6px;
	background: #F00;
	color: #FFF;
	line-height: normal;
	font-weight: bold;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	border-bottom: 1px solid #DADADA;
	font-size: 11px;
}

#noti_msg,
#noti_connect {
	display: none;
}
.thumbnail {
	padding: 0;
}
.border-stats {
	border: 1px solid #DADADA;
	border-right-width: 0;
}

.border-stats:first-child {
	border-left-width: 0;
}

a.heading-link {
	background-color: #f5f6f8;
}

.btn-df {
	margin-bottom: 10px;
}

.row-margin-20 {
	margin-bottom: 20px;
}

.btn-border {
	border: 1px solid #DDD !important;
	margin-bottom: 5px;
}

.btn-border.btn-info {
	border-color: #3498db !important;
}

.btn-border.btn-success {
	border-color: #00AF4A !important;
}

i.dropdown-ic {
	display: none;
}

.btn-default.btn-df:hover,
.btn-default.btn-df:focus,
.btn-default.btn-df:active,
.btn-default.btn-border:hover,
.btn-default.btn-border:focus,
.btn-default.btn-border:active {
	color: #333 !important;
}

.size-icon {
	font-size: 9px;
	vertical-align: text-top;
}

.size-icon-popover {
	font-size: 7px;
	vertical-align: text-top;
}

.border-image-profile {
	border: 4px solid rgba(255, 255, 255, 0.3);
}

i.verified {
	color: #5890FF;
	font-size: 20px;
	text-shadow: none;
	background: #FFF;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	padding: 1px 2px;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .8);
	-webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .8);
}

i.verified-min {
	font-size: 14px;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.myicon-right {
	margin-right: 4px;
}

.more-button {
	font-size: 5px !important;
}

.size-chevron {
	font-size: 11px;
}

.btn-group.button-group-status > button {
	border: none !important;
	color: #333;
}

.btn-group.button-group-status > button.btn-link:hover,
.btn-group.button-group-status > button.btn-link:focus {
	color: #1A75BC;
	text-decoration: none;
	background-color: transparent;
}

.text-overflow {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.padding-sm {
	padding: 0 0 15px 0;
}

.padding-tp {
	padding-top: 10px;
}

.padding-left-group {
	padding-left: 10px;
}

.min-height-bd {
	min-height: 250px;
}

.border-top-sm {
	border-top: 1px solid #DDD;
}

.margin-tp {
	margin-top: 5px;
}

.margin-top-alert {
	margin-top: 20px;
}

.margin-lft5 {
	margin-left: 5px;
}

/*******************
 * Background none
 * *****************
 */
.bg-none {
	background: none !important;
}

/*******************
 * Border none
 * *****************
 */
.border-none {
	border: none !important;
}

/*******************
 * Margin Zero
 * *****************
 */
.margin-zero {
	margin: 0 !important;
}

.margin-bottom-zero {
	margin-bottom: 0 !important;
}

.margin-top-zero {
	margin-top: 0 !important;
}

.margin-right-zero {
	margin-right: 0 !important;
}

.margin-left-zero {
	margin-left: 0 !important;
}

/*******************
 * Padding Zero
 * *****************
 */
.padding-zero {
	padding: 0 !important;
}

.padding-right-zero {
	padding-right: 0 !important;
}

.padding-left-zero {
	padding-left: 0 !important;
}

.padding-bottom-zero {
	padding-bottom: 0 !important;
}

.padding-top-zero {
	padding-top: 0 !important;
}

/*******************
 * Margin Default
 * *****************
 */
.margin-top-10 {
	margin-top: 10px !important;
}

.margin-top-15 {
	margin-top: 15px !important;
}

.margin-top-20 {
	margin-top: 20px !important;
}

.margin-top-30 {
	margin-top: 30px !important;
}

.margin-top-40 {
	margin-top: 40px !important;
}

.margin-top-50 {
	margin-top: 50px !important;
}

.margin-top-60 {
	margin-top: 50px !important;
}
/* Bottom */
.margin-bottom-5 {
	margin-bottom: 5px !important;
}

.margin-bottom-10 {
	margin-bottom: 10px !important;
}

.margin-bottom-15 {
	margin-bottom: 15px !important;
}

.margin-bottom-20 {
	margin-bottom: 20px !important;
}

.margin-bottom-30 {
	margin-bottom: 30px !important;
}

.margin-bottom-40 {
	margin-bottom: 40px !important;
}

.margin-bottom-50 {
	margin-bottom: 50px !important;
}

.margin-bottom-60 {
	margin-bottom: 60px !important;
}

/*******************
 * Padding Default
 * *****************
 */
.padding-top-10 {
	padding-top: 10px !important;
}

.padding-top-20 {
	padding-top: 20px !important;
}

.padding-bottom-15 {
	padding-bottom: 15px !important;
}

.padding-bottom-10 {
	padding-bottom: 10px !important;
}

.padding-bottom-20 {
	padding-bottom: 20px !important;
}
.padding-50 {
	padding: 50px;
}

/***************************
 * Background
 * *************************
 */
body {
	font-family: "pp-sans-big-light", Helvetica Neue, Arial, sans-serif;
	font-weight: normal;
	font-variant: normal;
	line-height: 1.25;
	font-weight: 400;
	font-style: normal;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	background-color: #FFF;
	letter-spacing: 0.2px;
    color: #222325;
    font-size: 15px;
}

/***************************
 * Background Error
 * *************************
 */
body#bg-error {
	background: url('../img/bg-error.jpg') center center #282828 fixed;
	background-size: cover;
}

/***************************
 * Menu top
 * *************************
 */


ul.dropdown-menu > li.active > a {
	color: #FFF !important;
}

/***************************
 * Menu home
 * *************************
 */
.menu-home-dropdown li {
	width: 50%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu-home-dropdown li > a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
}

.menu-home-dropdown-user li {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.menu-home-dropdown-user li > a {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: 13px;
}

/***************************
 * Dropdown options
 * *************************
 */
.dropdown-home {
	width: 270px;
}

.dropdown-user {
	width: 320px;
}

.dropdown-settings,
.dropdown-nav-session,
.nav-session {
	width: 200px;
}

.label-terms {
	color: #878797;
	font-weight: 400;
	font-size: 14px;
	float: right;
	text-align: right;
	letter-spacing: .025em;
}

/***************************
 *  Checked Icon
 * *************************
 */
#checkedIcon {
	background: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/***************************
 *  Facebook login
 * *************************
 */
.facebook-login {
	margin: 10px 0 10px;
}

.facebook-login > a.fb-button {
	background-color: #3b5998;
}

/***************************
 *  Arrow dropdown user
 * *************************
 */
.dropdown-menu.arrow-up-user:before {
	position: absolute;
	top: -10px;
	right: 13px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ddd;
	border-left: 10px solid transparent;
	content: '';
}

.dropdown-menu.arrow-up-user:after {
	position: absolute;
	top: -8px;
	right: 13px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid transparent;
	content: '';
}

/***************************
 * Arrow dropdown top
 * *************************
 */
.dropdown-menu.arrow-top:before {
	position: absolute;
	top: 67px;
	right: 64px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-top: 10px solid #ddd;
	border-left: 10px solid transparent;
	content: '';
}

.dropdown-menu.arrow-top:after {
	position: absolute;
	top: 66px;
	right: 64px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	content: '';
}

/***************************
 * Dropdown Settings
 * *************************
 */
.dropdown-settings {
	border: 1px solid #ddd !important;
	background-color: #fff !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.dropdown-nav-session {
	border: 1px solid #2A2A2A !important;
	background-color: #2A2A2A !important;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.li-group-nav {
	border-bottom: 1px solid #2C2C2C;
}

.image-dropdown {
	width: 48px;
	height: 48px;
}

/***************************
 * Button Search
 * *************************
 */
#buttonSearch,
#buttonSearch-2 {
	color: #DDD;
	width: 35px;
	background: none;
	height: 44px;
	position: absolute;
	top: 0;
	right: 5px;
	cursor: pointer;
	outline: none;
}

#buttonSearch:hover,
#buttonSearch-2:hover {
	color: #999;
}

/***************************
 * Index Header
 * *************************
 */
.index-header {
	background: linear-gradient(90deg, #51C7AC 50%, #F8F2B2);
	background-size: cover;
	position: relative;
}

/***************************
 * Static Header
 * *************************
 */
.static-header {
	padding-top: 40px !important;
	padding-bottom: 40px !important;
	background: url('../img/header.jpg') no-repeat center center #D1D1D1;
	background-size: cover;
	position: relative;
}

.static-header h1 {
	color: #FFF;
	font-size: 35px;
	text-shadow: 0 2px 4px #000;
}

.link-home,
.static-header small {
	color: #FFF;
	font-size: 15px;
}

.link-small {
	color: #333;
	font-size: 15px;
	font-weight: normal;
}

/***************************
 * Shadow
 * *************************
 */
.shadow {
	width: 100%;
	float: left;
	height: 150px;
	background: url('../img/shadowc619.png?v=1.0') bottom left repeat-x;
	position: absolute;
	bottom: 0;
	left: 0;
}

/***************************
 * User Options profile
 * *************************
 */
.user-data {
	padding-top: 165px;
}

.user-data .media-heading {
	color: #FFF;
	font-size: 28px;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .8);;
}

.user-data .text-col {
	color: #FFF;
	text-shadow: 0 1px 4px rgba(0, 0, 0, .8);;
}

.user-data .text-col > small > a {
	font-size: 15px;
	color: #FFF;
}

.user-details {
	padding-top: 25px;
	line-height: normal;
}

.name-user {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/***************************
 * List Grid
 * *************************
 */
.list-grid {
	padding: 0;
	margin-top: 10px;
}

.list-grid > li > a > img {
	width: 32% !important;
	float: left;
	margin: 0 6px 5px 0;
}

.list-grid > li > a > img:hover {
	opacity: .9;
}

ul.list-grid li:nth-child(3n+3) > a > img:not(.photo-thumb) {
	margin-right: 0 !important;
}

/***************************
 * List Grid Photo Galery
 * *************************
 */
.list-grid > li > a > img.photo-thumb {
	width: 19% !important;
	float: left;
	margin: 0 1.2% 1% 0;
}

.list-grid > li > a > img:hover {
	opacity: .9;
}

ul.list-grid li:nth-child(5n+5) > a > img.photo-thumb {
	margin-right: 0 !important;
}

/***************************
 * List Grid User
 * *************************
 */
.list-grid-user {
	padding: 0;
	margin-top: 10px;
}

.list-grid-user > li > a > img {
	width: 22% !important;
	float: left;
	margin: 0 13px 5px 0;
}

.list-grid-user > li > a > img:hover {
	opacity: .9;
}

ul.list-grid-user li:nth-child(4n+4) > a > img {
	margin-right: 0 !important;
}

/***************************
 * List Grid Block
 * *************************
 */
.list-grid-block > li > a {
	display: block;
}

.list-grid-block {
	margin: 0;
	overflow: hidden;
}

/***************************
 * Panel
 * *************************
 */
.title-panel-ms {
	font-size: 18px;
}

.list-group-ms {
	padding: 0 10px 0 0;
	border: 1px solid #DDD !important;
}

.list-panel-df {
	margin-bottom: 5px;
}

.list-panel-df > a {
	font-size: 18px;
	padding: 5px 3px;
}

.grid-panel-title {
	line-height: 20px;
	padding-top: 15px;
	background: #FFF !important;
}

.col-padding-bot {
	padding-bottom: 15px;
}

.text-space-wrap {
	white-space: normal !important;
}

.text-dd-mm {
	text-indent: 15px;
	padding: 5px 0;
	border-bottom: 1px solid #E6E6E6;
	line-height: 25px;
	color: #999;
}

.text-dd-mm small {
	font-size: 11px;
}

.text-dd-mm:last-child {
	border: none;
}

.margin-top-mv {
	margin-top: 15px;
}

a.font-grid {
	font-size: 20px;
}

.sm-btn-size {
	font-size: 13px !important;
}

.input-search-sm {
	border-right-width: 0 !important;
}

.btn-search-sm {
	line-height: 19px !important;

}

.btn-search-sm:hover {
	border-color: #bdc3c7 !important;
}

.media-nowrap {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.ico-float-right {
	margin-right: 10px;
	width: 16px;
	display: inline-block;
	text-align: center;
}

.user-search {
	color: #1A75BC;
}

.place-search {
	color: #0F8F04;
}

.pages-search {
	color: #F60;
}

a.list-group-item.active-list {
	color: #555;
	text-decoration: none;
	background-color: #fff;
	font-weight: bold;
}

.color-font {
	color: #999;
}

.links-sm {
	display: block;
}

.links-sm strong {
	color: #333;
}

a:hover.links-sm {
	text-decoration: none;
}

.block-sm {
	display: block;
}

.text-link {
	font-size: 10px;
}

/***************************
 *  Charts
 * *************************
 */
#chart1,
#chart2,
#chart3,
#chart4 {
	height: 250px;
}

svg {
	width: 100% !important;
}

/***************************
 *  Error pages styles
 * *************************
 */
.title-error {
	font-size: 110px;
	color: #f00;
	text-overflow: inherit;
	overflow: visible;
	white-space: normal;
}

.title-error span {
	color: #fff;
	font-size: 80px;
}

.subtitle-error {
	font-size: 20px;
	color: #fff;
}

.icon-error {
	font-size: 170px;
	color: #999;
}

.currentPage {
	border-radius: 50px;
	background: #0b59ae;
	padding: 10px 15px;
	color: #FFF;
}

/*****************************
 *  Others
 * **************************
 */
.w_text {
	color: #FFF;
	text-shadow: 0 3px #000;
	text-overflow: inherit;
	overflow: visible;
	white-space: normal;
	font-weight: bold;
	text-align: center;
	margin-top: 20px !important;
	word-break: break-word;
}

.jumbotron p.subtitle {
	font-size: 22px;
}

.jumbotron p.subtitle-user {
	font-size: 15px;
	word-break: break-word;
}

.border-total {
	border-radius: 50px !important;
	-webkit-border-radius: 50px !important;
}

h1 {
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.title-services {
	font-size: 15px;
}

a.item-link {
	color: #222325;
}

a:hover.item-link,
a:active.item-link,
a:focus.item-link {
	color: #032668;
}

a:hover.link-user-profile,
a:focus.link-user-profile,
a:active.link-user-profile {
	text-decoration: none;
}

.paginator-style {
	width: 100%;
	text-align: center;
}

.link-footer {
	font-size: 13px;
	color: #999;
}

.number-services {
	font-size: 18px;
	color: #333;
}

.btn-like,
.btn-all-ui {
	cursor: pointer;
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.34);
}

.title-item {
	font-size: 25px;
}

.none-overflow {
	text-overflow: inherit !important;
	overflow: visible !important;
	white-space: normal !important;
	word-wrap: break-word !important;
}

.media-designer {
	padding-bottom: 15px;
	border-bottom: 1px solid #CECECE;
}

.col-md-8 div.media-designer:last-child {
	border: none;
}

.list-designer > li {
	color: #999;
}

.list-designer > li > strong {
	color: #666;
}

a:hover.image-thumb > img {
	opacity: 0.8;
}

.padding-middle {
	padding-top: 20px;
	padding-bottom: 20px;
}

.wrap-error {
	margin-top: 50px;
}

.wrap-ui {
	margin-top: 30px;
	margin-bottom: 15px;
}

.img-avatar-services {
	margin: 0 !important;
	display: inline-block !important;
}


.subfooter {
	background-color: #e6e6e6;
	color: #797979;
}

.margin-tp-xs {
	margin-top: 10px;
}

.col-thumb {
	margin-bottom: 10px;
}
.campaign-list .col-thumb {
	margin-bottom: 30px;
}

a.no-shadow {
	text-shadow: none;
}

ul.nav-user-profile > li > a,
ul.nav-user-profile-wall > li > a {
	font-size: 12px;
	font-weight: normal !important;
	color: #333;
	border: none !important;
}

ul.nav-user-profile > li > a:not(.toggle-list):hover,
ul.nav-user-profile-wall > li > a:hover,
ul.nav-user-profile > li.active > a,
ul.nav-user-profile-wall > li.active > a,
ul.nav-user-profile-wall > li.active > a:hover,
ul.nav-user-profile > li.active > a:hover {
	background-color: transparent !important;
	box-shadow: inset 0 -4px #F40808;
	border-radius: 0;
	color: #333;
}

.counter-sm {
	color: #F40808;
	font-size: 17px !important;
	line-height: 15px;
}

.user-profile-avatar {
	position: absolute;
	bottom: -10px;
	z-index: 100;
	left: 42%;
}

.border-avatar-profile {
	border: 5px solid rgba(255, 255, 255, 0.3);
}

.ui-container-cover {
	max-height: 300px;
	height: 275px;
}

.admin-badge {
	font-size: 12px;
	text-shadow: none;
	background-color: #ff9800;
	vertical-align: middle;
	padding: 2px 5px;
}

.volunteer-badge {
	font-size: 12px;
	text-shadow: none;
	background-color: #01A7B5;
	vertical-align: middle;
	padding: 2px 5px;
}

.panel-user {
	background: none;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.bio-user {
	line-height: 22px;
	width: 70%;
	margin: 10px auto;
}

a.btn-join {
	background-color: transparent;
	border: 2px solid #FFF;
	margin-top: 10px;
	text-transform: uppercase;
}

a:hover.btn-join,
a:focus.btn-join,
a:active.btn-join {
	background-color: #F40808;
	border: 2px solid #F40808
}

.no-result {
	color: #777;
	word-wrap: break-word;
}

.color-no-result {
	color: #999 !important;
}

a.btn-postjob {
	background-color: transparent;
	border: 2px solid #FFF;
}

.nav-p {
	margin-bottom: 20px;
}

.desc-footer {
	width: 50%;
	margin: 10px auto 0;
}

.no-show {
	left: -99999px;
}

button.btn-sort,
a.btn-sort {
	background-color: #F40808;
}

button.btn-sort:hover,
button.btn-sort:focus,
button.btn-sort:active,
a:hover.btn-sort,
a:focus.btn-sort,
a:active.btn-sort {
	background-color: #333;
}

.font-normal {
	font-weight: normal;
}

a.links-ds {
	color: #747474;
}

a:hover.links-ds,
a:focus.links-ds,
a:active.links-ds {
	color: #333;
	text-decoration: none;
}

button.btn-follow {
	background: #5C5C5C;
	color: #FFF;
	padding: 4px 15px;
}

button.btn-settings {
	background: #5C5C5C;
	color: #FFF;
	padding-bottom: 4px;
	padding-top: 4px;
}

button.btn-follow-lg,
a.btn-follow-lg {
	background: transparent;
	color: #FFF !important;
	padding: 7px 30px;
	border: 1px solid #FFF;
	margin: 10px 0;
}

button:hover.btn-follow-lg,
button:focus.btn-follow-lg,
button:active.btn-follow-lg,
a:hover.btn-follow-lg,
a:focus.btn-follow-lg,
a:active.btn-follow-lg {
	background: #F40808;
	color: #FFF !important;
	border: 1px solid #F40808;

}

button.btn-more-lg {
	background: transparent;
	color: #FFF;
	padding: 7px 10px;
	border: 1px solid #FFF;
	margin: 10px 0 10px 5px;
}

button:hover.btn-more-lg,
button:focus.btn-more-lg,
button:active.btn-more-lg {
	background: #FFF;
	color: #333;
	border: 1px solid #F8F8F8;

}

button:hover.btn-follow,
button:focus.btn-follow,
button:active.btn-follow {
	background: #3F3F3F;
	color: #FFF !important;
}

.btn-pro-xs {
	background-color: #999 !important;
	line-height: normal;
	position: relative;
	margin-top: 2px;
}

a:hover.btn-pro-xs,
a:focus.btn-pro-xs,
a:active.btn-pro-xs {
	background-color: #F40808 !important;
	line-height: normal;
}

.btn-pro-xs-active {
	background-color: #F40808 !important;
	line-height: normal;
	position: relative;
	margin-top: 2px;
}

.btn-team-xs {
	background-color: #999 !important;
	line-height: normal;
	position: relative;
	margin-top: 2px;
}

a:hover.btn-team-xs,
a:focus.btn-team-xs,
a:active.btn-team-xs {
	background-color: #01A7B5 !important;
	line-height: normal;
}

.p-author {
	line-height: normal;
}

.user-no-result {
	margin-bottom: 40px;
}

.menu-settings,
.user-list-nav {
	right: -5px !important;
	left: inherit;
}

.dropdown-menu.menu-settings:before {
	position: absolute;
	top: -10px;
	right: 8px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ddd;
	border-left: 10px solid transparent;
	content: '';
}

.dropdown-menu.menu-settings:after {
	position: absolute;
	top: -8px;
	right: 8px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid transparent;
	content: '';
}

/* user-list-nav */
.dropdown-menu.user-list-nav:before {
	position: absolute;
	top: -10px;
	right: 24px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ddd;
	border-left: 10px solid transparent;
	content: '';
}

.dropdown-menu.user-list-nav:after {
	position: absolute;
	top: -8px;
	right: 24px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid transparent;
	content: '';
}

.block-div {
	display: inline-flex;
	display: -webkit-flex;
	display: -webkit-inline-flex;
}

.no-result-mg {
	margin-bottom: 20px;
	margin-top: 30px;
}

.swal2-modal .swal2-content p {
	line-height: 25px;
}

.modal-body {
	padding: 0;
}
.modal-header {
	border-bottom: none;
	padding-bottom: 0px;
}
.modal-header button.close {
	position: relative;
	font-size: 45px;
	margin-top: -20px;
	margin-right: -14px;
	font-weight: 400;
	padding: 10px 15px;
}
.modal-header button.close > span {
	color: #000;
}
#loginModal > .modal-dialog {
	max-width: 450px;
}
.login-form {
	padding: 0 46px 115px 50px;
	position: relative;
	border-radius: 8px;
	background: #FFF;
}
.login-field {
	padding-left: 50px;
}
.form-control {
	height: 40px;
	border: 1px solid #f1f1f1;
}

.form-icon {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	line-height: 39px;
	text-align: center;
	pointer-events: none;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
	border: 1px solid #eee;
	background: #eee;
	color: #5c666f;
}
[data-sliding-container="register_form"], [data-sliding-container="forgotpassword_email"] {
	padding-bottom: 25px;
}
.back_btn {
	letter-spacing: .025em;
	font-size: 16px;
	color: #4F687A;
}
.login-footer {
	position: absolute;
	width: 100%;
	bottom: 0;
	background: #F5F5F5;
	color: #878797;
	font-size: 17px;
	letter-spacing: .025em;
	padding: 24px 33px 24px;
	text-align: center;
	left: 0;
	border-top: 1px solid #ddd;
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.login-footer > span {
	font-weight: 600;
	text-decoration: underline;
	color: #878797;
}
.login-footer:hover {
	color: #878797;
	text-decoration: none;
}
#buttonSubmit {
	margin-top: 50px;
}

.login-title {
	font-size: 27px;
	line-height: 31px;
	font-weight: 600;
	letter-spacing: .025em;
	text-align: center;
	color: #878797;
	padding-bottom: 40px;
}

.login-form label {
	color: #000;
}

.login-form:before {
	content: '';
	height: 0;
	position: absolute;
	left: -12px;
	top: 35px;
	width: 0;
	/* -webkit-transform: rotate(360deg); */
}

body#join-section {
	background: url('../img/bg-join.jpg') #333 no-repeat fixed;
	background-size: cover;
}

.join-title {
	color: #FFF;
}

.media-jobs {
	overflow: visible;
}

.media-jobs .media-left,
.media-jobs .media-right,
.media-jobs .media-body {
	display: table-cell;
	vertical-align: top;
	padding-right: 10px;
}

.media-jobs .media-heading {
	font-size: 15px;
}

.job-image {
	position: relative;
	margin-left: -30px;
	width: 64px;
	height: 64px;
}

.hiring {
	font-weight: normal;
}

a.item-jobs:hover,
a.item-jobs:focus,
a.item-jobs:active {
	box-shadow: inset 0 -2px #F40808;
	-webkit-box-shadow: inset 0 -2px #F40808;
}

a.item-jobs:hover h4 strong {
	color: #F40808;
}

.jobs-date {
	position: absolute;
	right: 15px;
	top: 50%;
}

a:hover.recover,
a:focus.recover,
a:active.recover,
.text-form {
	color: #80003f;
}

.keep-login-title {
	font-weight: normal;
	font-size: 14px;
	letter-spacing: .025em;
	color: #878797;
	padding-left: 5px;
}


.shadow-inset {
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

.count-list-toggle {
	line-height: normal;
	font-weight: bold;
}

.no-following-yet {
	margin: 50px 0;
}

.no-following-yet h2,
.no-following-yet h5 {
	color: #777;
	word-wrap: break-word;
}

.counterBio {
	position: absolute;
	right: 15px;
	bottom: -25px;
	font-size: 14px;
	color: #999;
}

.warning {
	color: #FF7000;
	font-weight: bold;
}

.exceeded {
	color: #F00;
	font-weight: bold;
}

#bio,
#description {
	resize: vertical;
}

.errors-account {
	margin: 15px 0 0 0;
}

a.mentions {
	color: #F40808;
}

.goTop {
	width: 41px;
	height: 43px;
	margin-right: 20px;
	opacity: 0.7;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

.goTop:hover {
	opacity: 1;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	transition: all .3s ease;
}

a.urls-bio {
	text-decoration: none !important;
	margin-right: 15px;
}

a.urls-custom {
	text-decoration: none !important;
}

.title-h4 {
	margin: 40px 0 20px;
	font-size: 16px;
	color: #333;
}

.follow_active {
	background: #F40808 !important;
	border: 1px solid #F40808 !important;
}

.btnFollowActive {
	background: #00A13F !important;
	border: 1px solid #169302 !important;
}

a.links-ads {
	font-weight: bold;
	margin: 10px 0 0;
	word-break: break-word;
	line-height: normal;
	margin-bottom: 5px;
}

.desc-ads {
	line-height: normal;
	color: #999;
	word-break: break-word;
}

.media-visible {
	border-bottom: 1px solid #ddd;
	overflow: visible !important;
}

.photo-card {
	margin-left: 10px;
	margin-top: -50px;
}

.cover-wall {
	border-bottom: 1px solid #ddd;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	height: 95px;
}

.photo-card-live {
	text-align: center;
}

.position-relative {
	position: relative;
}

.labelAvatar, .label_cover {
	border-radius: 5px;
	height: 128px;
	position: relative;
	width: 128px;
}

.popout {
	cursor: pointer;
	max-width: 880px;
	display: none;
	padding: 10px;
	background: rgba(0, 0, 0, 0.85);
	color: rgb(255, 255, 255);
	font-size: 12px;
	border-radius: 3px;
	position: fixed;
	top: 75px;
	z-index: 1100;
	overflow: hidden;
	width: 40.857%;
	text-align: center;
	font-weight: bold;
	left: 29%;
	right: 20%;
}

.popout-error {
	background: rgba(255, 0, 0, 0.9) !important;
}

#loader_gif_1,
#loader_gif_2 {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url('../img/preload.gif') center center no-repeat #FFF;
	width: 100%;
	height: 100%;
}

.photo-delete {
	width: 100%;
	height: 100%;
	background: url('../img/delete-photoc619.png?v=1.0') no-repeat center center #F00;
	cursor: pointer;
}

/* Icons Notifications */
.ico-btn-followed {
	color: #058ABB;
}

.ico-btn-like {
	color: #e74c3c;
}

textarea.textarea-text {
	height: 150px;
	resize: vertical;
	background: #F0F0F0 !important;
	border-color: #DBDBDB;
}

textarea.textarea-text:focus {
	background: #FFF !important;
}

.delete-attach-image {
	cursor: pointer !important;
	margin-top: 10px;
}

.delete-attach-file,
.delete-attach-file-2,
.delete-image,
#deleteBtn {
	cursor: pointer !important;
	margin-top: 7px;
}

.delete-attach-image:hover,
.delete-attach-file:hover,
.delete-attach-file-2:hover,
.delete-image:hover,
#deleteBtn:hover {
	color: #F40808;
}

#previewImage {
	margin-right: 5px;
	float: left;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	background-size: cover;
	background-position: center center;
}

.li-title {
	border-bottom: 5px solid #C2C2C2;
	margin-bottom: 25px;
}

.color-strong {
	color: #5C5C5C;
}

.btn-like-services {
	margin-bottom: 10px;
}

.noty-media {
	padding: 5px 0;
}

a.tags {
	background: #5C5C5C;
	color: #FFF;
	margin-bottom: 5px;
}

a:hover.tags,
a:focus.tags
a:active.tags {
	background: #3F3F3F;
	color: #FFF !important;
}

.colorPalette {
	height: 20px;
	width: 16.600%;
	float: left;
	background-repeat: repeat-x;
	background-position: 0 50%;
}

.ico-files {
	width: 32px;
	height: 32px;
	display: inline-block;
	vertical-align: middle;
}

.ico-file-psd {
	background: url('../img/icons-files/psdc619.png?v=1.0')
}

.ico-file-ai {
	background: url('../img/icons-files/aic619.png?v=1.0')
}

.ico-file-eps {
	background: url('../img/icons-files/epsc619.png?v=1.0')
}

.ico-file-cdr {
	background: url('../img/icons-files/cdrc619.png?v=1.0')
}

.ico-file-zip {
	background: url('../img/icons-files/zipc619.png?v=1.0')
}

.ico-file-pdf {
	background: url('../img/icons-files/pdfc619.png?v=1.0')
}

.ico-file-doc {
	background: url('../img/icons-files/docc619.png?v=1.0')
}

.comments-title {
	margin-top: 50px;
}

.media-comments {
	padding-bottom: 15px;
}

textarea.textarea-comments {
	background-color: #fff;
	border-radius: 5px;
	box-shadow: 0 2px #DDD;
}

.media-body-comments {
	padding: 15px 20px;
	background: #FFF;
	border-radius: 3px;
	box-shadow: 1px 2px rgba(0, 0, 0, 0.07);
	-webkit-box-shadow: 1px 2px rgba(0, 0, 0, 0.07);
}

.media-body-comments:before {
	content: "";
	position: absolute;
	left: 42px;
	top: 17px;
	width: 0px;
	height: 0px;
	border: 10px solid transparent;
	border-right: 10px solid #ffffff;
	border-right-color: #fff;
}

.comments-p {
	line-height: 17px;
	font-size: 14px;
	color: #525252;
	margin: 0;
}

.comments-p a {
	color: #F40808;
}

.small-comment {
	color: #999;
	margin-right: 5px
}

.active-red {
	color: #F40808 !important;
}

a.list-group-item.unread-msg {
	color: #555;
	text-decoration: none;
	background-color: #DFDFDF;
}

.preview-attach {
	width: 80px;
	height: 70px;
	display: block;
	border-radius: 3px;
}

.border-style {
	margin-bottom: 15px;
}

li.active-list > a,
li.active-list > a:hover,
li.active-list > a:focus,
li.active-list > a:active {
	box-shadow: inset 3px 0 0 #F40808 !important;
	-webkit-box-shadow: inset 3px 0 0 #F40808 !important;
}

.ico-no-result {
	color: #777;
	border: 4px solid #CACACA;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	font-size: 40px;
	width: 100px;
	height: 100px;
	display: block;
	line-height: 100px !important;
	margin: 0 auto;
}

.col-right-pd {
	padding-right: 2px;
}

.col-left-pd {
	padding-left: 2px;
}

.btn-padding {
	padding-right: 30px !important;
	padding-left: 30px !important;
}

.loader {
	border-radius: 5px;
	-webkit-border-radius: 5px;
	background: url('../img/preload.gif') center center no-repeat #FFF;
	width: 100%;
	min-height: 70px;
	display: block;
}

.form-li {
	border-bottom: 1px solid #DDD;
}

/* API STYLES */
h1.title_api {
	margin: 10px 0;
	font-size: 24px;
}

.col-pre {
	padding: 10px 5px;
	background: #fff;
	color: #0088E2;
	margin: 10px 0;
	font-size: 14px;
	text-overflow: inherit;
	overflow: visible;
	white-space: normal;
}

.col-pre pre {
	text-align: left;
	word-wrap: break-word;
	white-space: pre-line;
	line-height: 18px;
	background: none;
	border: none;
}

.title-stats {
	color: #fff;
}

.morris-hover-point {
	color: #ddd !important;
	font-weight: bold;
}

.imageAdPreview {
	background-position: center center;
	width: 100%;
	position: absolute;
	background-size: cover;
	top: 0;
	height: 100%;
}

.iconCheck {
	color: #0BB380;
}

/* options_toogle */
.notfound_auto {
	text-align: center;
	text-indent: 0;
	display: block;
	padding: 4px 25px;
	color: #666;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.toogle_search {
	width: 100%;
	float: left;
	padding: 10px 0;
	margin: 0;
}

.toogle_search li {
	line-height: normal;
	width: 100%;
	background: none;
	padding: 0;
	white-space: nowrap;
}

.toogle_search li a {
	text-indent: 0;
	display: block;
	padding: 4px 25px;
	color: #666;
	font-size: 12px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.toogle_search li a:hover,
.toogle_search li.selected a {
	background: #F40808;
	text-decoration: none;
	color: #FFF;
}

#boxLogin {
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #FFF;
	width: 300px;
	position: absolute;
	z-index: 25;
	right: -10px;
	top: 45px;
	border: 1px solid #C4C4C4;
	display: none;
}

.boxAutoComplete:before {
	position: absolute;
	top: -10px;
	left: 10px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #C4C4C4;
	border-left: 10px solid transparent;
	content: '';
}

.boxAutoComplete:after {
	position: absolute;
	top: -8px;
	left: 10px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #FFF;
	border-left: 10px solid transparent;
	content: '';
}

.padding-btn {
	padding: 3px 14px !important;
}

.stats-icon {
	position: absolute;
	bottom: 0;
	left: 30%;
	font-size: 44px;
	color: rgba(0, 0, 0, 0.1);
	text-shadow: none;
}

.text-shadow {
	text-shadow: 0 1px #000;;
}

.hoverTr:hover {
	background-color: #f5f5f5;
}

/***************************
 *  Bootstrap Reset
 * *************************
 */
.navbar-inverse {
	background: transparent;
	border: none;
	margin-bottom: 0;
}

.navbar-px {
	position: fixed;
	z-index: 1010;
	width: 100%;
}

.jumbotron_set {
	margin-bottom: 40px;
}

h1.title-site,
h2.title-site {
	color: #FFF;
	text-overflow: inherit;
	overflow: visible;
	white-space: normal;
	font-weight: bold;
	margin-top: 20px !important;
	text-align: center;
}

h2.title-site {
	font-size: 50px;
}

.subtitle-site {
	color: #FFF;
	text-align: center;
}

.txt-center {
	text-align: center !important;
}

.txt-left {
	text-align: left !important;
}

#inputSearch {
	padding: 25px 12px;
}

.navbar {
	padding-top: 20px;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}
.navbar.sticky {
	background: rgba(246,249,252,.9);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
	border-radius: unset;
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-nav > li > a {
	padding-top: 25px;
	padding-bottom: 25px;
	max-height: 70px;
}

.navbar-inverse .navbar-nav > li > a {
	color: #fff;
	letter-spacing: 0.6px;
	font-size: 12px;
}
.navbar-inverse.sticky .navbar-nav > li > a {
	color: #222325;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #032668;
}

.navbar-nav > li > a.log-in {
	padding: 8px 17px;
	top: 14px;
	margin: 0 10px;
}

.navbar-nav > li > a.log-in i {
	padding-right: 3px;
}

.navbar-inverse .navbar-nav > li > a.log-in {
	border-radius: 43px;
	line-height: 15px;
	font-weight: 600;
	color: #fff;
	padding: 10px 25px;
	text-transform: uppercase;
	display: inline-block;
	height: 42px;
	font-size: 12px;
	border: 1px solid #fff;
	/*display: none;*/
}
.navbar-inverse.sticky .navbar-nav > li > a.log-in {
	color: #032668;
	font-size: 12px;
	border: 1px solid #032668;
	display: block;
}

.navbar-inverse .navbar-nav > li > a.log-in:hover {
	transform: translateY(-1px);
	-webkit-transition: all .15s ease;
	transition: all .15s ease;
	font-size: 12px;
	box-shadow: 0 9px 32px 0 rgba(0,0,0,.15);
}
.navbar-nav > li > a {
	font-weight: 600;
	z-index: 2;
}
.navbar-inverse .navbar-collapse {
	border-width: 0;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a {
	color: #222325;
	padding: 10px 15px;
	letter-spacing: 0.6px;
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:hover,
.navbar-inverse .navbar-nav > .open > .dropdown-menu > li > a:focus,
.dropdown-menu li.active > a {
	color: #032668;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	/*background: #f6f6f6;*/
}
.navbar-inverse .navbar-nav > .open > .dropdown-menu > .divider {
	background-color: #ddd;
	height: 1px;
	margin-left: 0;
	margin-right: 0;
}
.navbar-brand {
	background-repeat: no-repeat;
	height: 40px;
	width: 100px;
	margin: 15px;
	background-size: 100%;
	margin-top: 25px;
	margin-left: 10px;
}
.navbar-inverse.sticky .navbar-brand {
	background-repeat: no-repeat;
	height: 40px;
	width: 100px;
	margin: 15px;
	background-size: 100%;
	margin-top: 25px;
	margin-left: 10px;
}
.navbar-brand-b {
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
	margin: 15px;
	background-size: 100%;
	margin-top: 25px;
	margin-left: 10px;
}
.navbar-inverse.sticky .navbar-brand-b {
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
	margin: 15px;
	background-size: 100%;
	margin-top: 25px;
	margin-left: 10px;
}
.navbar-brand-e {
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;
	margin: 15px;
	background-size: 100%;
	margin-top: 25px;
	margin-left: 10px;
}
.navbar-inverse.sticky .navbar-brand-e {
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;
	margin: 15px;
	background-size: 100%;
	margin-top: 25px;
	margin-left: 10px;
}
.navbar-brand-p {
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
	margin: 15px;
	background-size: 100%;
	margin-top: 25px;
	margin-left: 10px;
}
.navbar-inverse.sticky .navbar-brand-p {
	background-repeat: no-repeat;
	height: 40px;
	width: 170px;
	margin: 15px;
	background-size: 100%;
	margin-top: 25px;
	margin-left: 10px;
}
.navbar-brand-s {
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;
	margin: 15px;
	background-size: 100%;
	margin-top: 25px;
	margin-left: 10px;
}
.navbar-inverse.sticky .navbar-brand-s {
	background-repeat: no-repeat;
	height: 40px;
	width: 150px;
	margin: 15px;
	background-size: 100%;
	margin-top: 25px;
	margin-left: 10px;
}
.logo:hover {
	opacity: 0.8;
}
span.title-dropdown > strong {
	color: #80003f;
	display: none;
}
.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
	background-color: transparent;
	text-decoration: none;
	color: #032668;
}

.navbar-inverse .navbar-toggle {
	border: none;
	margin-bottom: 0;
	margin-top: 10px;
	margin-right: 5px;
}

.userAvatar {
	margin-top: -10px;
}
.dropdown-nav > a.userAvatar > img {
	margin-right: 8px;
}

.burger-icon span {
    display: block;
    width: 18px;
    height: 2px;
    position: relative;
    background-color: #fff;
    margin-bottom: 3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.navbar-inverse.sticky .burger-icon span {
	background-color: #222325;
}

.closeIcon span {
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.closeIcon span.line-one {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 0px;
}
.closeIcon span.line-two {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=$transparency*100)";
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
}
.closeIcon span.line-three {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	top: -10px;
}
.dropdown-menu {
	border: 0;
}
.dropdown-menu > li > a > i {
	font-size: 20px;
	top: 4px;
	margin-right: 10px;
	margin-left: 4px;
}
.navbar-nav > li > .dropdown-menu {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	border-radius: 4px;
	background: #fff;
	margin-top: 10px;
}

.class-Raleway {
	color: #111;
}

.custom-rounded {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
}

.title-services {
	text-align: center;
}

.title-services > a {
	font-size: 14px;
	color: #111;
}

.jumbotron-bottom {
	background: url('../img/cover.jpg') no-repeat center center #D1D1D1;
	background-size: cover;
	position: relative;

}

.subtitle-color {
	color: #4FBFA8;
}

.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
	background-color: transparent;
}

.boxSuccess {
	color: #032668;
    text-transform: uppercase;
	padding-top: 30px;
	padding-bottom: 20px;
}
.boxSuccess > i {
	font-size: 19px;
}

.btn-main,
.btn-main:hover,
.btn-main:active,
.btn-main:focus {
	color: #fff;
	background-image: linear-gradient(90deg, #921765 0%, #DE1271 100%);
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	border: none;
	border-radius: 43px;
}

.btn-main:hover {
	opacity: 0.9;
}

.btn-main:active, .btn-main:focus {
	outline: 0;
	background-image: linear-gradient(90deg, #921765 0%, #DE1271 100%);
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	opacity: 0.9;
}

.btn-next {
	max-width: 200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: bold;
}

.line:after {
	content: "";
	position: absolute;
	bottom: -0.3em;
	left: 50%;
	height: 2px;
	width: 30px;
	margin-left: -15px;
	display: block;
	background-color: #4FBFA8;
}

/***************************
 *  Arrow dropdown user
 * *************************
 */
.dropdown-menu.arrow-up:before {
	position: absolute;
	top: -10px;
	right: 13px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #ccc;
	border-left: 10px solid transparent;
	content: '';
}

.dropdown-menu.arrow-up:after {
	position: absolute;
	top: -10px;
	right: 13px;
	display: inline-block;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #fff;
	border-left: 10px solid transparent;
	content: '';
}

.login-link {
	color: #000;
	display: block;
	font-size: 13px;
	margin-top: 15px;
	text-align: center;
}

.line-login:after {
	content: "";
	position: absolute;
	bottom: 35%;
	right: 0;
	height: 200px;
	width: 2px;
	margin-left: -15px;
	display: block;
	background-color: #4FBFA8;

}

.alert-danger {
	color: #FFFFFF;
	background-color: #FF6961;
	border-color: #FF6961;
}

body input {
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.form-control-feedback {
	color: #949494;
}

/*** SOCIAL ***/
a.ico-twitter {
	color: #00bae8;
}

a.ico-facebook {
	color: #2c89b6;
}

a.ico-google-plus {
	color: #dd4c39;
}

a.ico-instagram {
	color: #aa7e62;
}

a.ico-linkedin {
	color: #007bb6;
}
.social-icons {
	display: inline-flex;
	position: absolute;
	right: 0;
	top: -67px;
}
.social-icons li {
	position: relative;
	display: inline-block;
	margin-left: 20px;
	cursor: pointer;
}
.social-icons.icon-circle .fa {
	border-radius: 50%;
}
.social-icons .fa-facebook,
.social-icons .fa-twitter,
.social-icons .fa-google,
.social-icons .fa-envelope-o,
.social-icons .fa-code {
	background-color: #fff;
}
.social-icons .fa {
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #4D074D;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.social-icons.icon-zoom .fa:hover, .social-icons.icon-zoom .fa:active {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.social-icons .fa {
	font-size: 1.3em;
}

.alert-success {
	background-color: #00a65a;
	border-color: #00a65a;
	color: #FFF;
}

.btn-success {
	background-color: #00a65a !important;
}

button.confirm {
	background-color: #00a65a !important;
	border-radius: 3px !important;
	-webkit-border-radius: 3px !important;
}

.btn-lg {
	padding: 13px 30px;
}

.ico_success_cicle {
	color: #FFF;
	border: 4px solid #FFF;
	-webkit-border-radius: 50%;
	-webkit-background-clip: padding-box;
	-moz-border-radius: 50%;
	-moz-background-clip: padding;
	border-radius: 50%;
	font-size: 50px;
	width: 100px;
	height: 100px;
	display: block;
	line-height: 100px !important;
	margin: 0 auto;
}

.wrap-loader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000000;
	background: rgba(0, 0, 0, 0.7);
	width: 100%;
	height: 100%;
	text-align: center;
	display: none;
}
.fanvestory-icon {
	width: 100%;
	height: 100%;
	z-index: 1000001;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
}
.cookies-eu {
	padding: 15px;
	border-radius: 6px;
	position: fixed;
	bottom: 15px;
	left: 50%;
	transform: translateX(-50%);
	width: 100%;
	max-width: 320px;
	background: rgba(246,249,252,.95);
	box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
	z-index: 10000;
	font-size: 0.9em;
}
.cookies-eu .js-cookies-eu-ok {
	position: relative;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	padding: 6px 12px;
	font-size: 14px;
	border-radius: 3px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	background-color: #032668;
	border: 1px solid #032668;
	float: right;
	margin-left: 20px;
}
.cookies-eu .cookies-eu-message {
	color: #212121;
	opacity: 0.7;
}
.cookies-eu .cookies-eu-message a {
	color: #032668;
	text-decoration: none;
	background-color: transparent;
}
.notification-block {
	position: fixed;
	z-index: 99;
	left: -250px;
	bottom: 20px;
	background: #fff;
	padding: 20px;
	border-radius: 4px 3px 3px 4px;
	width: 250px;
	border-left: 3px solid #032668;
	font-size: 0.8em;
	line-height: 22px;
	box-shadow: 0 8px 12px rgba(50,49,58,.25);
}
.notification-block .close-btn {
	width: 20px;
	height: 20px;
	position: absolute;
	border-radius: 50%;
	top: -5px;
	right: -5px;
	cursor: pointer;
	border: 1px solid #E7E9EF;
}
.notification-block .country-img {
	height: 11px;
	margin: 3px;
}
.notification-block .count {
	font-weight: 700;
}
.notification-block .currency {
	text-transform: uppercase;
}

.notification-block .deal {
	display: flex;
	position: relative;
}
.notification-block .campaign-img {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	margin: 0 5px;
}
.notification-block .campaign-img > img {
	width: auto;
	height: auto;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.notification-block .notification-time {
	margin-top: 5px;
	opacity: .7;
}

i.up-bottom {
	padding: 10px 13px;
	background: #AEAEAE;
	-webkit-border-radius: 50px;
	border-radius: 6px;
	color: #FFF;
	font-size: 20px;
	opacity: 0.7;
}

i.up-bottom:hover {
	opacity: 1;
}

.session-active-cover {
	padding: 120px 0;
}

.input-dragDrop {
	display: block;
	width: 100%;
	margin: 0 auto 25px auto;
	padding: 25px;
	color: #8d9499;
	color: #97A1A8;
	background: #fff;
	border: 2px dashed #C8CBCE;
	text-align: center;
	-webkit-transition: box-shadow 0.3s,
	border-color 0.3s;
	-moz-transition: box-shadow 0.3s,
	border-color 0.3s;
	transition: box-shadow 0.3s,
	border-color 0.3s;
}

.box-file {
	position: relative;
	overflow: hidden;
}


a.btn-trans {
	background-color: transparent;
	border: 2px solid #FFF;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 9px 20px;
	color: #FFF;
}

a:hover.btn-trans,
a:focus.btn-trans,
a:active.btn-trans {
	background-color: #4FBFA8;
	border: 2px solid #4FBFA8;
	color: #FFF;
}

/* Campaign box */
.campaign-box {
	position: relative;
	padding: 5px 0;
	border-radius: 6px;
	background-color: #fff;
	box-shadow: 0 6px 30px 0 rgba(190, 190, 190, 0.29);
	-webkit-box-shadow: 0 6px 30px 0 rgba(190, 190, 190, 0.29);
	-moz-box-shadow: 0 6px 30px 0 rgba(190, 190, 190, 0.29);
	transition: all 300ms ease;
}
.campaign-box:hover {
	box-shadow: 0 6px 40px 0 rgba(51, 51, 51, 0.3);
	-webkit-box-shadow: 0 6px 40px 0 rgba(51, 51, 51, 0.3);
	-moz-box-shadow: 0 6px 40px 0 rgba(51, 51, 51, 0.3);
}
.campaign-box .campaign-heading {
	position: relative;
	margin-bottom: 20px;
}
.campaign-box .campaign-bg {
	height: 150px;
	/*background: #E50071;
	background: -webkit-linear-gradient(-137deg, #6CD0F8 0%, #032668 100%);
	background: linear-gradient(-137deg, #6CD0F8 0%, #032668 100%);*/
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}
.campaign-box .campaign-bubbles {
	position: relative;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	min-width: 0;
	justify-content: center;
	margin-top: -120px;
}

.campaign-box .large-circle {
	/*background-image: linear-gradient(42deg, #6CD0F8 0%, #032668 100%);*/
	width: 180px;
	height: 180px;
	border-radius: 50%;
	position: absolute;
	overflow: hidden;
	z-index: 1;
	margin-left: 10px;
	margin-top: 13px;

}

.campaign-box .small-circle {

    opacity: 0.63;
    background-image: linear-gradient(42deg, #6CD0F8 0%, #032668 100%);
    box-shadow: 0 5px 56px 0 rgba(255,18,85,0.17);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    position: absolute;
    z-index: 7;
    margin-left: 79px;
    margin-top: 50px;

}
.campaign-box .invested-circle {
	transform: rotate(10deg);
	background-image: linear-gradient(137deg, #88e766, #00ccb3);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	position: absolute;
	z-index: 7;
	margin-left: 74px;
	margin-top: -10px;
	text-align: center;
}
.campaign-box .invested-circle p,
.campaign-box .invested-circle span {
	display: block;
	font-size: 14px;
	text-align: center;
	color: #ffffff;
	letter-spacing: -0.2px;

}
.campaign-box .invested-circle p {
	margin-top: 14px;
}
.campaign-box .invested-circle span {
	font-weight: 800;
	margin-top: -4px;
}

.campaign-box .tiny-circle {
	/*background-image: linear-gradient(42deg, #6CD0F8 0%, #032668 100%);*/
	width: 40px;
	height: 40px;
	border-radius: 50%;
	position: absolute;
	margin-left: -87px;
	margin-top: 140px;
	z-index: 7;
}
.campaign-box .tiny-circles {
    background-image: linear-gradient(42deg, #6CD0F8 0%, #032668 100%);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    position: absolute;
    margin-left: -0px;
    margin-top: 140px;
    z-index: 7;
}
.campaign-box .extra-tiny-circle {
	background-image: linear-gradient(42deg, #6CD0F8 0%, #032668 100%);
	width: 15px;
	height: 15px;
	border-radius: 50%;
	position: absolute;
	margin-left: -37px;
	margin-top: 175px;
	z-index: 7;
 }
.campaign-box .campaign-img {
	width: 180px;
	height: 180px;
	border-radius: 50%;
	position: relative;
	overflow: hidden;
	z-index: 6;
	/*Fix safari flickering*/
	-webkit-transform:translateZ(0);
}
.campaign-box .campaign-img > img {
	width: auto;
	height: auto;
	max-height: 100%;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 5;
}
.new {
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	padding: 2px 8px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
	font-weight: 600;
	border-radius: 24px;
	letter-spacing: 0.6px;
	background-color: #ff7713;
}
.ended {
	background-color: rgb(0, 0, 0);
	background-color: rgba(0, 0, 0, 0.3);
	position: absolute;
	top: 10px;
	left: 10px;
	z-index: 10;
	padding: 2px 6px;
	color: #FFF;
	text-transform: uppercase;
	font-size: 9px;
	border-radius: 24px;
	letter-spacing: 0.6px;
}
.radius-image {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}
.caption {
	padding: 0 15px;
}
.caption h1.title-campaigns {
	font-size: 25px;
	color: #222325;
	text-align: center;
	font-weight: 600;
	margin-top: 5px;
	height: 55px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.caption p {
	font-size: 14px;
	color: #222325;
	text-align: center;
	font-weight: 400;
}
.caption .tagline {
	height: 40px;
	width: 90%;
	margin: 0 auto;
}
.caption .tagline i {
	font-size: 18px;
	margin-right: 5px;
}
.desc-campaigns {
	font-size: 15px;
	line-height: 30px;
}
.caption > h2 {
	text-align: center;
	font-size: 17px;
}
.caption > h2 > a {
	color: #222325;
}
.caption .progress {
	margin-top: 50px;
	height: 24px;
}
.caption .tooltip.top {
	margin-top: 0;
}
.caption .popOver > p {
	line-height: 24px;
}

/* Progress bar */

.meter-box {
	width: 90%;
	position: relative;
}
.meter {
	overflow: hidden;
	height: 20px;
	position: relative;
	background: #eaeaea;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	-webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
}

.invested-percentage {
	position: absolute;
	top: 0;
	right: -32px;
	color: #032668;
	font-size: 10px;
	font-weight: 600;
	line-height: 21px;
}

.meter > .invested {
	float: left;
	min-width: 16%;
	max-width: 100%;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	background-image: linear-gradient(90deg, #921765 0%, #DE1271 100%);
	position: relative;
	overflow: hidden;
}
.meter .invested p {
	position: relative;
	z-index: 1;
	color: #fff;
	text-align: right;
	padding-right: 4%;
	font-size: 11px;
	line-height: 20px;
	font-weight: 600;
}
.progress-details {
	margin-top: 10px;
	color: #999899;
	font-weight: 400;
	font-size: 12px;
}
.progress-details .goal {
	font-size: 11px;
	text-align: center;
}
.progress-details hr {
	margin-top: 20px;
	margin-bottom: 10px;
}
.progress-details span {
	color: #E50071;
	font-weight: 600;
}
.progress-footer {
	position: relative;
	height: 30px;
	font-size: 13px;
}
.progress-footer .days {
	position: absolute;
	left: 0;
	text-align: center;
}
.progress-footer .backers {
	position: absolute;
	right: 0;
	text-align: center;
	text-transform: lowercase;
}
.stats-campaigns {
	display: block;
	float: left;
	width: 100%;
	margin: 10px 0;
}

.pagination {
	margin: 0 auto !important;
	display: table;
}

.pagination > li > a, .pagination > li > span {
	position: relative;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857143;
	color: #b6b6b6;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	margin: 0 3px 5px;
	border-radius: 3px
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #00a65a;
	border-color: #00a65a;
}

.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	z-index: 2;
	color: #fff;
	background-color: #00a65a;
	border-color: #00a65a;
}

.avatar-campaign {
	vertical-align: bottom;
	margin-right: 7px;
}

.list-group-item.active,
.list-group-item.active:hover,
.list-group-item.active:focus {
	background-color: #032668;
	border-color: transparent;
}
.alert-fonts {
	font-size: 14px !important;
}

.wrap-center {
	position: relative;
	max-width: 650px;
}

.inlineCounterProfile {
	display: inline-flex;
}

.inlineCounterProfile li {
	margin-right: 15px;
	border-right: 1px solid #DDD;
	padding-right: 15px;
}

.inlineCounterProfile li:last-child {
	margin-right: 0;
	border: none;
	padding-right: 0;
}

button.btn-search {
	background: #FFF;
	border-color: #ccc;
	border-left: none;
	color: #DDD;
}

button.btn-search:hover,
button.btn-search:active,
button.btn-search:focus {
	background: #FFF;
	border-color: #ccc;
	border-left: none;
	color: #ccc;
	opacity: 1;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.input-search {
	border-right: none;
}

.focus-off:focus,
.focus-off:active,
.focus-off:hover {
	border-color: #ccc;
}

.panel-transparent {
	background: transparent;
	border: none;
}

.update-ico {
	background-color: #45a992;
}

.btn-facebook {
	background-color: #3b579d;
	border-color: #3b579d;
	color: #FFF;
	margin-bottom: 5px;
	padding: 15px 20px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 16px;
	border-radius: 43px;
}
.btn-facebook:hover,
.btn-facebook:active,
.btn-facebook:focus {
	color: #FFF;
	opacity: 0.9;
}
.btn-facebook > i {
	font-size: 21px;
	padding-right: 5px;
}
.login-social {
	letter-spacing: .025em;
	font-size: 16px;
	text-align: center;
	color: #4F687A;
	margin: 35px 0;
}

@-webkit-keyframes _spinn {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

@keyframes _spinn {
	0% {
		-webkit-transform: rotate(0deg);
		transform: rotate(0deg)
	}
	to {
		-webkit-transform: rotate(1turn);
		transform: rotate(1turn)
	}
}

.spinner:before {
	content: "";
	z-index: 1;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .6;
}

.spinner:after {
	z-index: 2;
	content: "";
	height: 25px;
	width: 25px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -15px 0 0 -15px;
	-webkit-transition: all .75s ease 0s;
	transition: all .75s ease 0s;
	border-radius: 100%;
	border-right: 4px solid #00a65a;
	border-top: 4px solid #ddd;
	border-left: 4px solid #ddd;
	border-bottom: 4px solid #ddd;
	-webkit-animation: _spinn .45s infinite linear;
	animation: _spinn .45s infinite linear;
	-webkit-transform-origin: center;
	transform-origin: center;
	opacity: 1;
}

.spinnerList {
	height: 45px;
}

.filer-input-dragDrop {
	display: block;
	width: 100%;
	margin: 0 auto 25px auto;
	padding: 50px 0;
	color: #8d9499;
	color: #97A1A8;
	cursor: pointer;
	background: #fff;
	border: 2px dashed #C8CBCE;
	text-align: center;
	-webkit-transition: box-shadow 0.3s,
	border-color 0.3s;
	-moz-transition: box-shadow 0.3s,
	border-color 0.3s;
	transition: box-shadow 0.3s,
	border-color 0.3s;
	overflow: hidden;
}

.filer-input-dragDrop:hover,
.hoverClass {
	border-color: #868686;
}

.filer.dragged .filer-input-dragDrop {
	border-color: #aaa;
	box-shadow: inset 0 0 20px rgba(0, 0, 0, .08);
}

.filer.dragged .filer-input-dragDrop * {
	pointer-events: none;
}

.filer.dragged .filer-input-icon {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.filer.dragged .filer-input-text,
.filer.dragged .filer-input-choose-btn {
	filter: alpha(opacity=30);
	opacity: 0.3;
}

.filer-input-dragDrop .filer-input-icon {
	font-size: 70px;
	margin-top: -10px;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.filer-input-text h3 {
	margin: 0;
	font-size: 18px;
}

.filer-input-text span {
	font-size: 12px;
}

.filer-input-choose-btn {
	display: inline-block;
	padding: 8px 14px;
	outline: none;
	cursor: pointer;
	text-decoration: none;
	text-align: center;
	white-space: nowrap;
	font-size: 12px;
	font-weight: bold;
	color: #8d9496;
	border-radius: 3px;
	border: 1px solid #c6c6c6;
	vertical-align: middle;
	background-color: #fff;
	box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.05);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}

.filer-input-choose-btn:hover,
.filer-input-choose-btn:active {
	color: inherit;
}

.filer-input-choose-btn:active {
	background-color: #f5f5f5;
}

.previewPhoto {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #FFF;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	display: none;
	cursor: default;
}

.btn-remove-photo {
	position: absolute;
	top: 20px;
	right: 20px;
}

.cursor-default {
	cursor: default;
}

.addon-dollar {
	background-color: transparent;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

.CodeMirror, .CodeMirror-scroll {
	min-height: 200px;
}

.active-navbar > a {
	color: #032668 !important;
}

.head-home {
	margin-top: -70px;
	background: #FFF;
	border-radius: 6px;
	padding-top: 5px;
}

.header-donation {
	background: #4caf50;
	background-size: cover;
	position: relative;
}

.btn-padding-custom {
	padding: 10px 100px;
}

.displayInline {
	display: inline;
}

@-moz-document url-prefix() {
	fieldset {
		display: table-cell;
	}
}

.description {
	color: #222325;
}

.description li {
	list-style: inherit;
}

.confirmEmail {
	padding: 12px 10px;
	background: #F00;
	color: #FFF;
}

.wrapper-categories {
	border-top: 1px solid #DDD;
	box-shadow: inset 0 1px 4px #DDD
}

/************ Version 1.4 **************/
#search {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.9);

	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;

	-webkit-transform: translate(0px, -100%) scale(0, 0);
	-moz-transform: translate(0px, -100%) scale(0, 0);
	-o-transform: translate(0px, -100%) scale(0, 0);
	-ms-transform: translate(0px, -100%) scale(0, 0);
	transform: translate(0px, -100%) scale(0, 0);

	opacity: 0;

	z-index: 99999;
}

#search.open {
	-webkit-transform: translate(0px, 0px) scale(1, 1);
	-moz-transform: translate(0px, 0px) scale(1, 1);
	-o-transform: translate(0px, 0px) scale(1, 1);
	-ms-transform: translate(0px, 0px) scale(1, 1);
	transform: translate(0px, 0px) scale(1, 1);
	opacity: 1;
}

#search input[type="search"] {
	position: absolute;
	top: 50%;
	width: 100%;
	color: rgb(255, 255, 255);
	background: rgba(0, 0, 0, 0);
	font-size: 60px;
	font-weight: 300;
	text-align: center;
	border: 0px;
	margin: 0px auto;
	margin-top: -51px;
	padding-left: 30px;
	padding-right: 30px;
	outline: none;
}

#search .btn {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: 61px;
	margin-left: -45px;
}

#search .close {
	position: fixed;
	top: 15px;
	right: 15px;
	color: #fff;
	background-color: #51C7AC;
	border-color: #51C7AC;
	opacity: 1;
	padding: 10px 17px;
	font-size: 27px;
	border-radius: 3px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}

button.btn-trans {
	background-color: transparent;
	border: 2px solid #FFF;
	margin-top: 10px;
	text-transform: uppercase;
	padding: 9px 20px;
	color: #FFF;
}

button.no-shadow {
	text-shadow: none;
}

button:hover.btn-trans,
button:focus.btn-trans,
button:active.btn-trans {
	background-color: #51C7AC;
	border: 2px solid #51C7AC;
	color: #FFF;
}


/************ Version 1.5 **************/
.truncate {
	white-space: normal !important;
	overflow: hidden;
	position: relative;
	max-height: 780px;
}
.truncate-area {
	position: absolute;
	height: 190px;
	bottom: 0;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 3;
	background: linear-gradient(180deg, hsla(0, 0% ,100% ,0) 0%, #fff 50%, #fff)
}
.readmore {
	cursor: pointer;
	position: absolute;
	bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	left: 0;
	right: 0;
	z-index: 3;
	width: 211px;
	height: 50px;
	border-radius: 62.7px;
	background-color: #ffffff;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.3);
	font-size: 13px;
	font-weight: 600;
	text-transform: uppercase;
	color: #e52d76;
}

/************ Version 1.6 **************/
.btn-shadow {
	box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
	-moz-box-shadow: inset 0 -3px 0 rgba(0, 0, 0, 0.2);
}

/************ Version 1.7 **************/
select.form-control,
select.form-control:focus {
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
}

i.featured-icon {
	color: #ec0f79;
}

.box-featured {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 10;
	padding: 2px 6px;
	background: #EC0F79;
	border-radius: 50px;
	color: #FFF;
}

.padding-15 {
	padding: 15px;
}

iframe.fanv-campaign-embed {
	max-height: 650px !important;
}

/************ Version 1.9 **************/
.fb-comments iframe {
	max-height: inherit !important;
}
.radio label, .checkbox label {
	padding-left: 0;
}
.panel-group.faq .panel + .panel {
	margin-top: 15px;
}
.faq-title {
	font-size: 25px;
	line-height: 25px;
	font-weight: 400;
	padding: 20px 0;
	text-transform: uppercase;
	letter-spacing: .025em;
	margin-top: 20px;
	color: #032668;
}
.ex1-padding {
	padding-left: 50px;
}
.faq .fa-caret-right {
	transition: all .4s ease;
}
.faq .active .fa-caret-right{
	transform: rotate(90deg);
}
.faq .panel-title a {
	text-decoration: none;
	line-height: 20px;
}
.faq .fa {
	margin-right: 10px;
}
.faq .panel-heading {
	padding: 12px 15px;
}

.footer-default .nav > li > a {
	padding: 8px 0;
	font-size: 15px;
	letter-spacing: 0.4px;
}
.footer-default .nav > li > a:hover {
	color: #80003f;
}
.footer-default .nav-title {
	padding-bottom: 10px;
	text-transform: uppercase;
	letter-spacing: 0.6px;
}
footer#main-footer {
	margin-top: 0
}

footer#main-footer .inner-col {
	padding-top: 20px;
	border-top: 1px solid #e9eaec
}
.footer-logo img {
	margin-bottom: 16px;
	margin-top: 10px;
}
.container-blog {
	padding: 0 40px 35px 40px;
	max-width: 800px;
	margin: 0 auto;
}
.title-blog {
	text-align: center;
	font-size: 23px;
	font-weight: 600;
	line-height: 1.3;
	color: #51C7AC;
}
.title-blog > a {
	text-decoration: none;
}
.title-blog > a:hover {
	color: #80003f;
}
.blog-read-more > strong > a:hover {
	color: #80003f;
}
.blog-desc {
	line-height: 1.9;
}
.blog-view .blog-desc {
	padding: 0 10%;
}
.blog-post {
	box-shadow: 0;
	transition: box-shadow 1s;
	overflow: hidden;
}
.blog-post:hover {
	box-shadow: 0 10px 30px rgba(0, 0, 0, 0.19), 0 6px 10px rgba(0, 0, 0, 0.23);
}
.blog-media {
	overflow: hidden;
	position: relative;
}
.blog-media img {
	width: 100%;
	height: auto;
	opacity: 0.8;
	-webkit-transition: opacity 1s, transform 1s;
	-moz-transition: opacity 1s, transform 1s;
	transition: opacity 1s, transform 1s;
	cursor: pointer;
	display: block;
}
.blog-post:hover > .blog-media > a > img {
	opacity: 1;
	-webkit-transform: scale3d(1.1, 1.1, 1);
	-moz-transform: scale3d(1.1, 1.1, 1);
	transform: scale3d(1.1, 1.1, 1);
}
.blog-author {
	text-align: center;
	margin-top: 30px;
}
.blog-author-img {
	margin-right: 7px;
}
.blog-author-name {
	margin-right: 30px;
}
.blog-date > i {
	padding-right: 5px;
	font-size: 20px;
	color: #032668;
}
.blog-detail-media {
	text-align: center;
}
.blog-detail-media img {
	width: 100%;
	height: auto;
	max-width: 600px;
}
iframe#drift-widget {
	right: 0 !important;
	bottom: 0 !important;
}
.blur, .blur a, .blur span, .blur small {
	text-shadow: 0 0 10px rgba(0, 0, 0, 0.9);
	color: rgba(0, 0, 0, 0);
	opacity: 0.3;
	-webkit-touch-callout: none; /* iOS Safari */
	-webkit-user-select: none; /* Safari */
	-khtml-user-select: none; /* Konqueror HTML */
	-moz-user-select: none; /* Firefox */
	-ms-user-select: none; /* Internet Explorer/Edge */
	user-select: none; /* Non-prefixed version, currently supported by Chrome and Opera */
	filter: blur(1px);
	-webkit-filter: blur(1px);
	-moz-filter: blur(1px);
	-o-filter: blur(1px);
	-ms-filter: blur(1px);
	pointer-events: none;
	cursor: default;
}
.blur img {
	filter: blur(3px);
	-webkit-filter: blur(3px);
	-moz-filter: blur(3px);
	-o-filter: blur(3px);
	-ms-filter: blur(3px);
}
.login-required {
	width: 100%;
	max-width: 100%;
	position: absolute;
	text-align: center;
	top: 30%;
}
.login-required > a {
	color: #fff;
	padding: 10px 20px;
	text-transform: uppercase;
	font-size: 15px;
	background-image: linear-gradient(90deg, #921765 0%, #DE1271 100%);
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
	border: 0;
	border-radius: 43px;
	height: 42px;
}
.login-required > a:hover, .login-required > a:focus {
	color: #fff;
	opacity: 0.9;
	background-image: linear-gradient(90deg, #921765 0%, #DE1271 100%);
	box-shadow: 0 4px 6px rgba(50, 50, 93, .11), 0 1px 3px rgba(0, 0, 0, .08);
}
.login-required > a > i {
	padding-right: 6px;
}
.page-background {
	background-image: linear-gradient(-137deg, #6CD0F8 0%, #032668 100%);
	position: absolute;
	height: 400px;
	width: 100%;
}
.default-page {
	padding: 50px;
}
.bg {
	background-color: #F3F5F7;
	height: 100%;
	width: 100%;
	position: fixed;
	z-index: -1;
}
.page-title h1 {
	position: relative;
	font-size: 34px;
	color: #FFFFFF;
	letter-spacing: 1.2px;
	text-align: center;
	margin-bottom: 35px;
}
.bg-waves {
	position: relative;
	top: 240px;
}

/*Display modal in center*/
.modal {
	text-align: center;
}

@media screen and (min-width: 768px) {
	.modal:before {
		display: inline-block;
		vertical-align: middle;
		content: " ";
		height: 100%;
	}
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.modal-content {
	overflow: hidden;
}
.modal-body .list-group-item:last-child {
	border-bottom-left-radius: unset;
	border-bottom-right-radius: unset;
}

/* Animation */
@keyframes fadeInUp {
	from {
		opacity: 0;
		transform: translate3d(0, 50px, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeInLeft {
	from {
		opacity: 0;
		transform: translate3d(-50px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}
@keyframes fadeInRight {
	from {
		opacity: 0;
		transform: translate3d(50px, 0, 0);
	}
	to {
		opacity: 1;
		transform: none;
	}
}

/******* MIN 768  **********/
@media screen and (min-width: 768px) {

	.tabs-index,
	.responsive-side {
		display: block !important;
	}

	.show-toogle {
		display: none;
	}

	.profile-user-over {
		margin-top: -100px !important;
		position: relative;
	}

	.jumbotron.md {
		padding: 70px 0 25px;
	}

	.jumbotron.profileUser {
		padding: 200px 0 25px;
	}

	.jumbotron {
		padding: 150px 0;
	}

	.searchBar {
		width: 715px;
		margin: 0 auto;
	}

	.jumbotron-bottom {
		padding: 65px 10px;
	}
}

@media screen and (max-width: 991px) {

	body.account .page-inner {
		margin: 0 0;
		margin-top: 40px;
	}
	.border-stats {
		border: 1px solid #DADADA;
		border-right-width: 0;
		border-left: 0;
		border-bottom: 0;
	}

	.line-login:after {
		width: 0px !important;
	}

	.line-login {
		margin-bottom: 40px;
	}

}

/******* MAX 767 ********/
@media screen and (max-width: 767px) {

    /* iOS Mobile zoom fix */
    select,
    textarea,
    input {
        font-size: 16px;
    }
	.no-margin-mobile {
		margin-left: 0;
		margin-right: 0;
	}
	.no-padding-mobile {
		padding-left: 0;
		padding-right: 0;
	}
	body.campaign-list .default-page {
		padding: 0;
	}
	.header-square-end, .header-square {
		display: none;
		z-index: 1;
	}
	.navbar-inverse .navbar-collapse {
		background: #fff;
	}
	.profile-user-over {
		margin-top: -55px !important;
		position: relative;
	}
	.navbar-inverse .navbar-nav > li > a.log-in,
	.navbar-inverse .navbar-nav > li > a:hover.log-in,
	.navbar-inverse .navbar-nav > li > a:focus.log-in,
	.navbar-inverse .navbar-nav > li > a:active.log-in {
		border: none !important;
		border-radius: 0;
	}
	.navbar-inverse .navbar-brand {
		height: 32px;
		width: 70px;
		margin: 8px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.navbar-inverse.sticky .navbar-brand {
		height: 32px;
		width: 70px;
		margin: 8px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.navbar-inverse .navbar-brand-b {
		height: 36px;
		width: 130px;
		margin: 8px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.navbar-inverse.sticky .navbar-brand-b {
		height: 36px;
		width: 130px;
		margin: 8px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.navbar-inverse .navbar-brand-e {
		height: 36px;
		width: 120px;
		margin: 8px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.navbar-inverse.sticky .navbar-brand-e {
		height: 36px;
		width: 120px;
		margin: 8px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.navbar-inverse .navbar-brand-p {
		height: 36px;
		width: 130px;
		margin: 8px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.navbar-inverse.sticky .navbar-brand-p {
		height: 36px;
		width: 130px;
		margin: 8px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.navbar-inverse .navbar-brand-s {
		height: 36px;
		width: 120px;
		margin: 8px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.navbar-inverse.sticky .navbar-brand-s {
		height: 36px;
		width: 120px;
		margin: 8px;
		margin-left: 20px;
		margin-top: 17px;
	}
	.jumbotron .container {
		padding-top: 50px;
	}

	.jumbotron-bottom .container {
		padding-top: 0;
	}

	.dropdown-menu.arrow-up:before,
	.dropdown-menu.arrow-up:after {
		display: none !important;
	}

	i.dropdown-ic {
		display: inline-block;
	}
	.default-page {
		padding: 25px;
	}
	.campaign-list .col-thumb {
		margin-bottom: 25px;
	}
	.cookies-eu {
		left: 50%;
		transform: translateX(-50%);
		bottom: 10px;
		max-width: 305px;
	}
	.login-form .btn-facebook {
		padding: 15px 0;
		font-size: 13px;
	}
	.blog-view .blog-desc {
		padding: 0 0;
	}
}

@media (min-width: 670px) and (max-width: 991px) {
	.campaign-block {
		display: flex;
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 420px) {
	footer#main-footer .inner-col {
		padding-top: 15px
	}
	.container-blog {
		padding: 0 20px 35px 20px;
	}
	.blog-list .container-fluid {
		padding: 0;
	}
	.blog-list [class*="col-"] {
		padding-left: 0 !important;
		padding-right: 0 !important;
	}
	.title-blog {
		padding: 0;
	}
}
