body {
	color: #111111;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	background-color: #fff;
	font-size: 14px;
	text-rendering: optimizeLegibility;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
}
/*IE incompatibility message*/

.ie-browser {
	display: none;
	background-color: #111;
	color: #fff;
	text-align: center;
	font-size: 18px;
	margin-top: 24px;
	padding: 16px;
	position: relative;
	z-index: 100;
}
html[data-useragent*='MSIE 10.0'] .ie-browser {
	display: block;
}

/*end of IE incompatibility message*/

::-moz-selection {
 background: #A22136;
 color: #fff;
}
::selection {
	background: #A22136;
	color: #fff;
}
.loading.material-icons {
	font-size: 64px;
	color: #A22136;
}
/*** BOOTSTRAP OVERRIDE CLASSES ****/

a {
	color: #111;
}
a:focus, a:hover {
	color: #757171;
	text-decoration: underline;
	-webkit-text-decoration-style: dotted;
	text-decoration-style: dotted;
}
p a, b, strong {
	font-weight: 700
}
small {
	color: #757171;
}
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	color: #A22136;
}
h1, .h1, h2, .h2 {
	font-weight: 300
}
h2, .h2 {
	margin-bottom: 35px;
	margin-top: 25px;
}
h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
	font-weight: 400;
	line-height: 1.4;
}
h3, .h3 {
	margin-bottom: 20px;
	margin-top: 0;
	line-height: 0.9;
	font-weight: 800;
	font-size: 56px;
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	letter-spacing: -4px;
}
h5, .h5, h6, .h6 {
	line-height: 1.4;
}
.display {
	font-weight: 800;
	font-size: 80px;
	letter-spacing: -7px;
}
.display-1 {
	color: rgba(162, 33, 54, .2);
}
.display-2 {
	color: rgba(255, 255, 255, .2);
}
.text-primary {
	color: #A22136;
}
/*
.text-muted {
    color: #AEACAC;
}
*/

textarea {
	resize: vertical;
}
.btn {
	border-radius: 23px;
	height: 34px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	padding-left: 16px;
	padding-right: 16px;
}
.btn-group-lg > .btn, .btn-lg {
	height: 46px;
	padding: 9px 16px;
	border-radius: 23px;
}
.btn-group-sm > .btn, .btn-sm {
	height: 30px;
	padding-left: 12px;
	padding-right: 12px;
}
.btn-group-xs > .btn, .btn-xs {
	height: 22px;
	padding-left: 8px;
	padding-right: 8px;
}
.btn-default {
	color: #A22136;
	background-color: #fff;
	border-color: #A22136;
}
.btn-default:hover, .btn-default:active, .btn-default:active:hover, .btn-default:active:focus {
	color: #fff;
	background-color: rgba(162, 33, 54, 2);
	border-color: #A22136;
}
.btn-default-white {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.btn-default-white:hover, .btn-default-white:active, .btn-default-white:active:hover, .btn-default-white:active:focus {
	color: #A22136;
	border-color: #fff;
	background-color: #fff;
}
.btn-clear {
	background: rgba(237, 34, 172, 0.05);
	cursor: default !important;
}
.btn-primary {
	color: #fff;
	background-color: #A22136;
	border-color: #A22136;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:active:hover, .btn-primary:active:focus, .btn-primary.focus, .btn-primary:focus {
	color: #fff;
	background-color: #757171;
	border-color: #757171;
}
.btn-success {
	color: #4CAE4C;
	background-color: #fff;
	border-color: #4CAE4C;
}
.btn-info {
	color: #46B8DA;
	background-color: #fff;
	border-color: #46B8DA;
}
.btn-warning {
	color: #EEA236;
	background-color: #fff;
	border-color: #EEA236;
}
.btn-danger {
	color: #D43F3A;
	background-color: #fff;
	border-color: #D43F3A;
}
.btn-link {
	color: #757171;
}
.btn-link:focus, .btn-link:hover, .btn-link:active:hover, .btn-link:active:focus {
	color: #A22136;
	background-color: rgba(162, 33, 54, .1);
	text-decoration: none
}
.btn-link .material-icons {
	text-decoration: none;
	margin-right: 3px;
}
.navbar-toggle {
	padding: 16px 0;
}
.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
	border: 1px solid #AEACAC;
	background: #fff;
}
.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
	border: 1px solid #AEACAC;
	background: #fff;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
	border-top-left-radius: 23px;
	border-bottom-left-radius: 23px;
}
.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
	padding: 2px;
	border-top-right-radius: 23px;
	border-bottom-right-radius: 23px;
	border-left: none;
}
.form-group {
	margin-bottom: 24px;
}
.form-control {
	background: #fff;
	border: 1px solid #AEACAC;
	border-radius: 17px;
	box-shadow: none;
	-webkit-transition: border-color ease-in-out .1s;
	transition: border-color ease-in-out .1s;
}
.form-control:focus {
	border: 1px solid #757171;
	background: #fff;
	box-shadow: 0 0 0 1px #757171;
}
.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
	background-color: #eee;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	border: 1px solid rgba(45, 50, 56, 0.1);
}
.input-lg {
	padding: 0 16px;
	border-radius: 23px;
}
.control-label {
	font-weight: 600;
	color: #575B60;
	font-size: 13px;
}
.form-control-static {
	padding-top: 0;
}
.form-inline .form-control-static {
	vertical-align: middle;
}
.form-group label > .btn {
	padding: 0;
	color: inherit;
	height: 20px;
	width: auto;
	vertical-align: baseline;
}
hr {
	border-top: 1px solid #CCCCCC;
	margin-bottom: 30px;
}
.checkbox-inline + .checkbox-inline, .radio-inline + .radio-inline {
	margin-left: 24px;
}
.well {
	padding: 15px;
	background-color: #fff;
	border: 1px dotted #AEACAC;
	box-shadow: inset 0 0 0 5px #F5F5F5;
}
.label {
	font-weight: 400;
	border-radius: .1em;
}
.label-primary {
	background-color: #A22136;
	color: #fff;
	border: 1px solid #A22136;
}
.label-primary-outline {
	background-color: #fff;
	color: #A22136;
	border: 1px solid #A22136;
}
.label-light {
	background-color: rgba(162, 33, 54, .1);
	color: #A22136
}
.panel-title a {
	font-size: 15px;
	display: block;
	vertical-align: bottom;
}
.panel-title a:hover, .panel-title a:focus {
	text-decoration: none;
}
.panel, .panel-group .panel, .panel-group .panel-heading {
	border-radius: 0;
}
.panel:hover {
	box-shadow: 0 0.25rem 0.75rem rgba(5, 45, 73, 0.09999999999999998);
	-webkit-transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
	transition: all 300ms cubic-bezier(0.19, 1, 0.22, 1);
}
.panel-default {
	border-color: rgba(162, 33, 54, .1);
	background: #F5F5F5;
}
.panel-heading {
	padding: 8px 15px;
}
/*
.panel-icons .panel-heading {
    padding: 5px 15px;
}
*/

.panel-footer {
	padding: 10px 24px;
	background-color: #fff;
}
.panel-footer .btn.btn-block:hover, .panel-footer .btn.btn-block:focus {
	background-color: #FAECF6;
	border-radius: 0;
	text-decoration: none;
}
.table > thead > tr > th {
	font-weight: 700;
	color: #AEACAC
}
.table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
	vertical-align: middle;
}
.table-hover > tbody > tr:hover {
	background-color: rgba(162, 33, 54, .1);
}
.pagination > li > a, .pagination > li > span {
	border: 1px solid transparent;
	background-color: transparent;
	color: #A22136;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
	border-color: transparent;
	background-color: rgba(162, 33, 54, .1);
}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
	color: #A22136;
	font-weight: 600;
	background-color: transparent;
	border-color: transparent;
	box-shadow: 0 3px #757171
}
.alert {
	border-radius: 2px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	padding: 8px 24px;
	color: #fff;
}
.alert-info {
	background-color: #6ac6e2;
	border-color: #6ac6e2;
}
.alert-danger {
	background-color: #da5c58;
	border-color: #da5c58;
}
.alert-warning {
	background-color: #f1b25b;
	border-color: #f1b25b;
}
.alert-success {
	background-color: #5fb95f;
	border-color: #5fb95f;
}
.alert-dismissable .close, .alert-dismissible .close {
	top: -3px;
	right: -16px;
}
.alert a {
	font-weight: 700;
	text-decoration: underline;
	color: #fff;
}
/*
.navbar-default .navbar-nav>li>a {
    color: #A22136;
    font-size: 15px;
    padding: 12px 15px;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
*/

.nav > li > a:hover, .nav > li > a:focus {
	color: #ddd;
	background-color: transparent;
}
.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
	background-color: rgba(0, 0, 0, .2);
	border-color: transparent;
}
.tooltip {
	font-size: 13px;
	font-family: inherit;
}
.tooltip.in {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.tooltip-inner {
	border-radius: 2px;
	color: #fff;
	background-color: #A22136;
	border-color: #A22136;
	box-shadow: 0 14px 26px -12px rgba(156, 39, 176, .42), 0 4px 23px 0 rgba(0, 0, 0, .12), 0 8px 10px -5px rgba(156, 39, 176, .2);
}
.tooltip.top .tooltip-arrow {
	border-top-color: #A22136;
}
.tooltip.bottom .tooltip-arrow {
	border-bottom-color: #A22136;
}
.tooltip.right .tooltip-arrow {
	border-right-color: #A22136;
}
.tooltip.left .tooltip-arrow {
	border-left-color: #A22136;
}
.modal-title {
	display: inline-block
}
.modal-content {
	border-radius: 4px;
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.19);
}
.modal-body .material-icons {
	vertical-align: text-bottom;
	margin-right: 8px
}
.modal-body .member-designation {
	font-weight: 300;
	font-size: 30px;
	margin: 0
}
.dropdown-menu {
	box-shadow: 0px 6px 20px rgba(0, 0, 0, 0.19);
	border-color: #fff;
	background: #fff;
	border-radius: 2px
}
.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
	color: initial;
	background-color: rgba(162, 33, 54, .05);
}
.nav-pills > li {
	margin-right: 8px;
}
.nav-pills > li > a {
	border-radius: 23px;
	border: 1px solid transparent;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: #A22136;
	border: 1px solid #A22136;
}
.nav-pills > li > a:hover, .nav-pills > li > a:focus {
	background-color: #fff;
	color: inherit;
	border: 1px solid rgba(162, 33, 54, .1);
}
.pagination > .disabled > a, .pagination > .disabled > a:focus, .pagination > .disabled > a:hover, .pagination > .disabled > span, .pagination > .disabled > span:focus, .pagination > .disabled > span:hover {
	border-color: transparent;
}
button.close {
	text-shadow: none;
}
.img-rounded {
	border-radius: 4px;
}
blockquote {
	border-left: 5px solid #757171;
}
/*** END OF BOOTSTRAP OVERRIDE CLASSES ***/

/*** CUSTOM CLASSES ***/

.js-find-location:hover, .js-find-location:focus, .js-find-location:active {
	background-color: #bbb;
}
.tab-content {
	clear: both;
}
/* Fix the double click issue with the bootstrap tabs with google charts. */

.tab-chart .tab-content > .tab-pane {
	display: block;
	height: 0;
	overflow-y: hidden;
}
.tab-chart .tab-content > .active {
	height: auto;
}
.muted {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.highlighter {
	animation: highlighter 4s .3s forwards;
	-webkit-animation: highlighter 4s .3s forwards;
	-o-animation: highlighter 4s .3s forwards;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
 @-webkit-keyframes highlighter {
 0% {
 box-shadow: 0 0 0 8px #fff, 0 0 0 16px #f2dede;
}
}
 @keyframes highlighter {
 0% {
 box-shadow: 0 0 0 8px #fff, 0 0 0 16px #f2dede;
}
}
.text-white {
	color: #fff !important;
}
.bg-primary-bokeh {
	background: #A22136;
	background-image: url(../img/Group61.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff
}
.bg-primary-bokeh-2 {
	background: #A22136;
	background-image: url(../img/Group63.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff
}
.bg-white {
	background-color: #fff !important;
}
.bg-black {
	background-color: #111 !important;
}
.bg-transparent {
	background-color: transparent !important;
}
.bg-grey, .bg-gray {
	background-color: #F5F5F5 !important;
}
.bg-shadow {
	box-shadow: 0 6px 13px rgba(0, 0, 0, .16);
}
.btn-login {
	color: white !important;
	padding: 6px 16px !important;
	margin: 8px
}
.btn-login:hover {
	color: #fff;
	background-color: #757171 !important;
	border-color: #757171 !important;
}
/*
.btn-dark,
.label-dark {
    color: #fff;
    background-color: #111;
    border: 1px solid #111;
}

.btn-dark:hover,
.btn-dark:focus {
    color: #fff;
    background-color: #404040;
    border-color: #404040
}
*/

.btn-shortlisted {
	color: #D43F3A;
	border-color: #D43F3A;
}
.js-shortlist-button:hover, .js-shortlist-button:focus {
	color: #fff;
	border-color: #D43F3A;
	padding: 5px;
	background-color: #D43F3A;
}
.result-list .js-shortlist-button, .job-list-container .js-shortlist-button, .candidate-list-container .js-shortlist-button {
	height: 30px;
	padding-left: 12px;
	padding-right: 12px;
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
}
.btn.btn-icon {
	padding: 6px;
	border-radius: 50%;
	height: 34px;
	width: 34px;
	text-decoration: none;
}
.btn-lg.btn-icon {
	height: 46px;
	width: 46px;
}
.btn-sm.btn-icon {
	height: 30px;
	width: 30px;
}
.btn-xs.btn-icon {
	height: 22px;
	width: 22px;
	padding: 2px;
}
select.form-control {
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E") !important;
	background-size: 20px !important;
	padding-right: 25px;
	background-repeat: no-repeat !important;
	background-position: right 4px center !important;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-position-x: 100%;
	/*safari placement*/
	background-position-y: 40%;/*safari placement*/
}
select.form-control.input-sm {
	line-height: 1;
}

/* hide the default arrow in IE */

select.form-control::-ms-expand {
 display: none;
}
table a {
	font-weight: 600
}
table .btn-link {
	padding: 4px 8px;
	margin-right: 10px;
	height: auto;
	border-color: rgba(162, 33, 54, .1);
	font-size: 13px
}
table .checkbox {
	margin: 0;
}
/* switch slider */

/*
.switch {
    position: relative;
    display: inline-block;
    width: 56px;
    height: 30px;
    vertical-align: bottom;
}

.switch input {
    display: none;
}

.switch-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 34px;
}

.switch-slider:hover {
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}

.switch-slider:before {
    position: absolute;
    content: "";
    height: 24px;
    width: 24px;
    left: 3px;
    bottom: 3px;
    background-color: #fff;
    -webkit-transition: .2s;
    transition: .2s;
    border-radius: 50%;
}

input:checked + .switch-slider,
input:checked + input + .switch-slider {
    background-color: #A22136;
}

input:focus + .switch-slider,
input:focus + input + .switch-slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .switch-slider:before,
input:checked + input + .switch-slider:before {
    -webkit-transform: translateX(26px);
    transform: translateX(26px);
}
*/

/* quick search */

.quick-search:before {
	content: "\E8B6";
	font-family: 'Material Icons';
	color: #777;
	position: absolute;
	margin-left: 10px;
	margin-top: 5px;
	font-size: 18px;
	z-index: 4;
}
.quick-search-input {
	padding-left: 35px;
}
.panel-control {
	height: auto;
	position: relative;
	float: right;
	padding-top: 8px;
}
.panel-control .nav-pills > li > a {
	padding: 2px 8px;
	font-size: 12px;
}
/* select2 - multi select */

.select2 {
	width: 100% !important;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #111;
	line-height: 34px;
	font-size: 14px;
}
.select2-container--default .select2-selection--single {
	background: #fff;
	border: 1px solid #AEACAC;
	border-radius: 17px;
}
.select2-results__options {
	font-size: 14px;
}
.select2-results__option[aria-selected] {
	cursor: default;
}
.select2-container .select2-selection--single {
	min-height: 34px;
	cursor: default;
}
.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #AEACAC;
	border-radius: 17px;
	min-height: 34px;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
	background-size: 20px;
	background-repeat: no-repeat;
	background-position: right 4px center;
}
/*
.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
{
    border: 1px solid #199eda;
    background-color: #fff;
    -webkit-box-shadow: 0 0 0 3px #a5daf3;
    box-shadow: 0 0 0 3px #a5daf3;
}
*/

.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple, .select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
	border: 1px solid #757171;
	background-color: #fff;
	box-shadow: 0 0 0 1px #757171;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
	color: #fff;
	border: none;
	font-size: 14px;
	border-radius: 11px;
	padding: 0 8px;
	margin-top: 4px;
	height: 22px;
	background: #757171;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #fff;
	font-size: 24px;
	font-weight: normal;
	margin-right: 8px;
	vertical-align: text-top;
	line-height: .8;
	cursor: default;
	background: transparent;
	border: none;
	padding: 0;
}
.select2-container--default .select2-results__option[aria-selected=true] {
	background-color: #fff;
	color: #bbb;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #AEACAC;
}
.select2-container--default .select2-search--inline .select2-search__field {
	font-size: 14px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 3px;
	right: 0;
	background-size: 20px !important;
	background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20fill%3D%22%23555555%22%20%0A%09%20width%3D%2224px%22%20height%3D%2224px%22%20viewBox%3D%22-261%20145.2%2024%2024%22%20style%3D%22enable-background%3Anew%20-261%20145.2%2024%2024%3B%22%20xml%3Aspace%3D%22preserve%22%3E%0A%3Cpath%20d%3D%22M-245.3%2C156.1l-3.6-6.5l-3.7%2C6.5%20M-252.7%2C159l3.7%2C6.5l3.6-6.5%22%2F%3E%0A%3C%2Fsvg%3E");
	background-position: right 4px center;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
	display: none;
}
.select2-dropdown {
	border-radius: 0;
}
/* end of select2 - multi select */

/* custom styled checkbox and radio button */

.checkbox {
	padding-left: 20px;
}
.checkbox label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.checkbox label:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #757171;
	border-radius: 4px;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
	transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
}
.checkbox label:after {
	display: inline-block;
	position: absolute;
	width: 18px;
	height: 18px;
	border-radius: 4px;
	left: 0;
	top: 0;
	margin-left: -20px;
	padding-left: 2px;
	padding-top: 0px;
	font-size: 14px;
	color: #fff;
	background-color: #757171;
	line-height: 1.3;
	font-weight: 600;
}
.radio label, .checkbox label, .radio-inline, .checkbox-inline {
	cursor: default;
}
.radio label:hover, .radio label:focus, .checkbox label:hover, .checkbox label:focus {
	background: rgba(162, 33, 54, .05);
}
.checkbox input[type="checkbox"], .checkbox input[type="radio"] {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 1;
	cursor: pointer;
}
.checkbox input[type="checkbox"]:focus + input + label:before, .checkbox input[type="radio"]:focus + input + label:before, .checkbox input[type="checkbox"]:focus + label:before, .checkbox input[type="radio"]:focus + label:before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.checkbox input[type="checkbox"]:checked + input + label:after, .checkbox input[type="radio"]:checked + input + label:after, .checkbox input[type="checkbox"]:checked + label:after, .checkbox input[type="radio"]:checked + label:after {
	font-family: 'Material Icons';
	content: "\E5CA";
}
.checkbox input[type="checkbox"]:indeterminate + input + label:after, .checkbox input[type="radio"]:indeterminate + input + label:after, .checkbox input[type="checkbox"]:indeterminate + label:after, .checkbox input[type="radio"]:indeterminate + label:after {
	display: block;
	content: "";
	width: 10px;
	height: 3px;
	background-color: #555555;
	border-radius: 0;
	margin-left: -16.5px;
	margin-top: 7px;
}
.checkbox input[type="checkbox"]:disabled, .checkbox input[type="radio"]:disabled {
	cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label, .checkbox input[type="radio"]:disabled + label {
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
	cursor: not-allowed;
}
.checkbox input[type="checkbox"]:disabled + label:before, .checkbox input[type="radio"]:disabled + label:before {
	background-color: #eeeeee;
	cursor: not-allowed;
}
.checkbox.checkbox-circle label:before {
	border-radius: 50%;
}
.checkbox.checkbox-inline {
	margin-top: 0;
}
.radio {
	padding-left: 20px;
}
.radio label {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	padding-left: 5px;
}
.radio label:before {
	content: "";
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 17px;
	left: 0;
	margin-left: -20px;
	border: 1px solid #757171;
	border-radius: 50%;
	background-color: #fff;
	-webkit-transition: border 0.15s ease-in-out;
	transition: border 0.15s ease-in-out;
}
.radio label:after {
	display: inline-block;
	position: absolute;
	content: " ";
	width: 7px;
	height: 7px;
	left: 5px;
	top: 5px;
	margin-left: -20px;
	border-radius: 50%;
	background-color: #757171;
	-webkit-transform: scale(0, 0);
	transform: scale(0, 0);
	-webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
	transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33), -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
}
.radio input[type="radio"] {
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	z-index: 1;
	cursor: pointer;
}
.radio input[type="radio"]:focus + input + label:before, .radio input[type="radio"]:focus + label:before {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px;
}
.radio input[type="radio"]:checked + input + label:after, .radio input[type="radio"]:checked + label:after {
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
.radio input[type="radio"]:disabled {
	cursor: not-allowed;
}
.radio input[type="radio"]:disabled + label {
	opacity: 0.65;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=65)";
}
.radio input[type="radio"]:disabled + label:before {
	cursor: not-allowed;
}
.radio.radio-inline {
	margin-top: 0;
}
input[type="checkbox"].styled:checked + label:after, input[type="radio"].styled:checked + label:after {
	font-family: 'Material Icons';
	content: "\e5ca";
}
input[type="checkbox"] .styled:checked + label:before, input[type="radio"] .styled:checked + label:before {
	color: #fff;
}
input[type="checkbox"] .styled:checked + label:after, input[type="radio"] .styled:checked + label:after {
	color: #fff;
}
/* end of custom styled checkbox and radio button */

.scrolltotop {
	text-align: center;
	position: fixed;
	z-index: 10;
	bottom: 75px;
	right: 40px;
	width: 40px !important;
	height: 40px !important;
	padding: 9px !important;
	display: none;
	box-shadow: 0 6px 13px 0 rgba(0, 0, 0, .16)
}
/* slick slider */

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: 0;
}
.slick-list.dragging {
	cursor: pointer;
}
.slick-slider .slick-list, .slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:after, .slick-track:before {
	display: table;
	content: "";
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	background-color: transparent;
	margin: 10px;
	padding: 0;
}
[dir=rtl] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
	margin: auto;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
.slick-loading .slick-list:before {
	font-family: 'Material Icons';
	content: "\E8B8";
	-webkit-animation: fa-spin 2s infinite linear;
	animation: fa-spin 2s infinite linear;
	color: #A22136;
	font-size: 3em;
	position: absolute;
	left: 48%;
	top: 40%;
	-webkit-transform: translate(-48%, -10%);
	transform: translate(-48%, -10%);
}
.slick-next, .slick-prev {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: default;
	border: none;
	outline: 0;
	background: 0 0;
	padding: 5px;
	border-radius: 50%;
	height: 34px;
	width: 34px;
	z-index: 1;
	box-shadow: none;
	background-color: rgba(0, 0, 0, .03);
}
.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
	color: transparent;
	outline: 0;
	background: 0 0;
	background-color: rgba(0, 0, 0, .1)
}
.slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
	opacity: .25;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
}
.slick-next:before, .slick-prev:before {
	font-family: 'Material Icons';
	font-size: 24px;
	line-height: 1;
	opacity: .75;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
	color: #A22136;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: 0;
}
[dir=rtl] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: "\E314";
}
[dir=rtl] .slick-prev:before {
	content: "\E315";
}
.slick-next {
	right: 0;
}
[dir=rtl] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: "\E315";
}
[dir=rtl] .slick-next:before {
	content: "\E314";
}
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: auto;
	height: 20px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: 0 0;
}
.slick-dots li button:focus, .slick-dots li button:hover {
	outline: 0;
}
.slick-dots li button:focus:before, .slick-dots li button:hover:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.slick-dots li button:before {
	font-size: 36px;
	font-family: initial;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: "•";
	text-align: center;
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=25)";
	color: #fff;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	color: #fff;
}
.recommended-jobs-container .slick-slide {
	background-color: #FFF;
	border-radius: 4px;
}
/* end of slick slider */

/*** HOME PAGE ***/

/*
.hero-container {
    background-color: #A22136;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    xheight: 700px;
}
*/

/*
.hero-container > .container {
    position: relative;
}
*/

.top-nav {
	height: 84px;
	position: relative;
	z-index: 3;
	xbackground: #fff;
	border: none;
}
/*
.sec-nav, .sec-nav .btn {
    color: #fff;
}
.sec-nav .btn:hover, .sec-nav .btn:focus {
    color: #ddd;
    text-decoration: none;
}
*/

/*
.search-container {
    background-color: rgba(0, 0, 0, .7);
    border-radius: 2px 2px 50px 2px;
    padding: 24px;
    color: #fff;
    position: relative;
}
*/

.search-container .checkbox, .search-container a {
	color: #111;
}
.search-container .form-control {
	background-color: #fff;
	border-color: #707070;
}
.search-container .form-control:hover, .search-container .form-control:focus {
	box-shadow: none;
}
.search-container .input-group .form-control:first-child:hover, .search-container .input-group .form-control:first-child:focus {
	border-right: none
}
.search-container .input-group-btn .btn {
	background-color: #fff;
	color: #A22136;
	border-top-color: #707070 !important;
	border-right-color: #707070 !important;
	border-bottom-color: #707070 !important;
	border-left: none !important;
}
.search-container .input-group-btn .material-icons {
	font-size: 24px;
}
.input-group-btn .material-icons {
	background-color: #F5F5F5;
	border-radius: 50%;
	padding: 5px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
}
.input-group-btn .material-icons:hover {
	background-color: #A22136;/*    color: #fff*/
}
.input-group-lg .input-group-btn .material-icons {
	padding: 7px;
}
/*
.search-container .btn {
    height: 53px;
    margin: 0;
    padding: 14px 16px;
}
*/

/*
.search-container .search-icon-home:hover, .search-container .search-icon-home:focus {
    background-color: #bbb;
}
*/

.recommended-jobs-container .job-title {
	font-weight: 600;
	margin-top: 0;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	margin-bottom: 10px
}
/*
.aboutus-container {
    background-color: #2D3238;
    
    background-image: url(../img/jobflurry-watermark.png);
    background-position: left 50px top -100px;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    color: #fff;
    min-height: 475px;
    font-size: 18px;
}
.aboutus-container:before {
    content: "";
    background-color: #111;
    display: block;
    height: 100%;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.joinus-container {
    min-height: 475px;
}
*/

/*
.joinus-icons .la {
    font-size: 64px;
    width: 120px;
    height: 120px;
    border: 4px dotted #fff;
    border-radius: 50%;
    padding: 25px;
}
.get-mobile-dlink {
    display: block;
}
.get-mobile-dlink img {
    margin: 0 auto;
}
*/

footer {
	background-color: #F5F5F5;
	padding-top: 24px;
	border-top: 1px solid rgba(0, 0, 0, .1);
}
footer a {
	color: #111;
	display: block;
	padding: 4px 0;
	font-size: 13px
}
footer h4 {
	font-size: 16px;
	color: #757171
}
footer address {
	font-size: 13px
}
/*
.contact-us-container .social-icons a {
    display: block;
    font-size: 18px;
    width: 40px;
    height: 40px;
    padding: 8px;
    text-decoration: none;
    color: #fff;
    border-radius: 20px;
}
*/

/*STICKY FOOTER*/

html {
	min-height: 100%;
	position: relative;
}
html footer {
	bottom: 0;
	width: 100%;
	position: absolute;
}
.copyright-block {
	color: rgba(255, 255, 255, .3);
	font-size: 14px;
}
/*
.for-recruiter .hero-container {
    height: 490px;
}
.for-recruiter .joinus-icons .la {
    color: #A50D75;
    border: 4px dotted rgba(237, 34, 172, .6);
}
*/

/*
.plan-list {
    background-color: #fff;
    position: relative;
    margin-bottom: 20px;
    -webkit-transition: .1s ease-in-out;
    transition: .1s ease-in-out;
}
.plan-list.recommended {
    border: 2px solid #A22136;
}
.plan-list.recommended .plan-purchase {
    bottom: 12px;
}
.plan-list:hover, .plan-list:focus {
    -webkit-transform: scale(1.03, 1.03);
    transform: scale(1.03, 1.03);
}
.plan-title {
    font-size: 20px;
    text-transform: uppercase;
}
.plan-icon {
    font-size: 4.4em;
}
.plan-features li {
    margin: 15px 0;
}
.plan-purchase {
    position: absolute;
    bottom: 49px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
*/

/*** END OF HOME PAGE ***/

/*** INTERNAL PAGES ***/

.navbar-secondary {
	text-align: center;
	color: #fff;
	padding: 0;
	position: relative;
	z-index: -1;
	background: rgb(162, 33, 55);
	background: -webkit-gradient(left top, right top, color-stop(0%, rgb(162, 33, 55)), color-stop(100%, rgb(212, 43, 71)));
	background: -webkit-gradient(linear, left top, right top, from(rgb(162, 33, 55)), to(rgb(212, 43, 71)));
	background: -webkit-linear-gradient(left, rgb(162, 33, 55) 0%, rgb(212, 43, 71) 100%);
	background: linear-gradient(to right, rgb(162, 33, 55) 0%, rgb(212, 43, 71) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a22137', endColorstr='#d42b47', GradientType=1);
}
.page-header-menu .navbar-secondary .nav > li > a, .navbar-secondary .dropdown-menu > li > a {
	color: #AEACAC
}
.page-header-menu .navbar-secondary .nav > li > a:hover, .page-header-menu .navbar-secondary .nav > li > a:focus, .page-header-menu .navbar-secondary .nav > li > a:active, .page-header-menu .navbar-secondary .nav > li > a.active, .page-header-menu .navbar-secondary .nav > li:hover > a, .navbar-secondary .dropdown-menu > li > a:hover, .navbar-secondary .dropdown-menu > li > a:focus {
	color: #fff;
	border-radius: 0;
}
.page-header-menu .navbar-secondary .material-icons {
	vertical-align: text-bottom;
	font-size: 22px;
}
.page-header-menu .nav .open > a, .page-header-menu .nav .open > a:focus, .page-header-menu .nav .open > a:hover {
	background-color: transparent;
}
.navbar-secondary .caret {
	height: 8px;
}
.navbar-secondary .dropdown-menu {
	border-color: #A22136;
	border-radius: 4px;
}
/*
.page-header-menu, .top-nav .navbar-header {
    background-color: #fff;
    border: none;
    -webkit-box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
    box-shadow: 0 8px 25px rgba(0, 0, 0, .06);
}
*/

.page-header-menu {
	background: #fff;
	border-radius: 0;
	position: relative;
	z-index: 2;
	border: none
}
.page-header-menu .navbar-brand {
	height: auto;
	width: 155px;
	padding: 0;
	margin-left: 0 !important;
}
.page-header-menu .navbar-nav > li > a {
	font-size: 14px;
	color: #A22136;
	text-shadow: none;
	font-weight: 400;
	vertical-align: bottom;
}
.page-header-menu > div:not(.navbar-secondary) .navbar-nav > li:not(.last) {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	z-index: 1;
}
.page-header-menu .navbar-nav > li:not(.last):before {
	content: "";
	position: absolute;
	z-index: -1;
	left: 51%;
	right: 51%;
	bottom: 0;
	background: #AEACAC;
	height: 3px;
	border-radius: 6px;
	-webkit-transition-property: left, right;
	transition-property: left, right;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.page-header-menu .navbar-nav > li:hover:before, .page-header-menu .navbar-nav > li:focus:before, .page-header-menu .navbar-nav > li:active:before, .page-header-menu .navbar-nav > li.active:before {
	left: 35%;
	right: 35%;
}
/*
.page-header-menu .navbar-nav > li > a:hover, .page-header-menu .navbar-nav > li:hover > a {
    background-color: rgba(237, 34, 172, 0.05);
    border-radius: 2px;
}
*/

/*
.new-notif-badge {
    height: 8px;
    width: 8px;
    display: inline-block;
    border-radius: 4px;
    background-color: #A22136;
}
.navbar-secondary .new-notif-badge {
    background-color: #fff;
}
*/

/*
.new-notif-animate {
    -webkit-animation: buzz 2s ease 5 1s;
    animation: buzz 2s ease 5 1s;
    -webkit-transform-origin: top center;
    transform-origin: top center;
    border-radius: 50%;
}
 @-webkit-keyframes buzz {
 0%, 20% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 5%, 15% {
 -webkit-transform: rotate(10deg);
 transform: rotate(10deg);
}
 10% {
 -webkit-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
}
 @keyframes buzz {
 0%, 20% {
 -webkit-transform: rotate(0);
 transform: rotate(0);
}
 5%, 15% {
 -webkit-transform: rotate(10deg);
 transform: rotate(10deg);
}
 10% {
 -webkit-transform: rotate(-10deg);
 transform: rotate(-10deg);
}
}
*/

.job-list-container .job-list, .candidate-list-container .candidate-list {
	padding: 20px 0;
	margin-left: -15px;
	margin-right: -15px;
	padding-left: 15px;
	padding-right: 15px;
	border-right: none;
	border-left: none;
}
.job-list-container .job-list:nth-child(odd), .candidate-list-container .candidate-list:nth-child(odd) {
	background-color: #f9f9f9;
}
.job-list-container .job-list:hover, .candidate-list-container .candidate-list:hover {
	background-color: rgba(237, 34, 172, 0.05);
}
.job-list-container .job-list:first-child, .candidate-list-container .candidate-list:first-child {
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.job-list-container .job-list:last-child, .candidate-list-container .candidate-list:last-child {
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.job-title, .candidate-title {
	color: #A22136;
	font-weight: 600;
}
.job-status, .candidate-status {
	vertical-align: text-top;
	margin-left: 16px;
}
.job-info, .candidate-info {
	color: #777777;
	font-size: 14px;
}
.job-info span + span, .candidate-info span + span, .candidate-posteddate span + span {
	display: inline-block;
	margin-left: 8px;
	border-left: 1px solid #CCCCCC;
	padding-left: 8px;
}
.job-posteddate, .candidate-posteddate {
	color: #777777;
	font-size: 12px;
}
.job-info-container *, .candidate-info-container * {
	font-size: 14px !important;
	word-wrap: break-word;
}
.job-info-container .form-group, .candidate-info-container .form-group {
	margin-bottom: 0;
}
.cv-title {
	font-size: 16px;
	font-weight: 600;
}
.refine-search-container .panel-body > a > h3 {
	position: relative;
}
.refine-search-container .panel-body > a > h3:after {
	position: absolute;
	right: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	font-family: 'Material Icons';
	font-size: 1.2em;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\E146";
}
.refine-search-container .panel-body > a[aria-expanded="true"] > h3:after {
	content: "\E909";
}
.post-description {
	font-size: 15px;
	line-height: 1.5;
}
/*
.payment-summary .plan-features li {
    margin: 8px 0;
}
.payment-status-icon {
    font-size: 6em;
    opacity: .7;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
}
*/

/*SIGN IN - REGISTER PANEL*/

.signin-reg-content {
	padding: 40px;
}
.signin-reg-left-panel {
	background-color: #2D3238;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}
.signin-reg-left-panel.register {
	background-image: url(../img/register-bg.jpg);
}
.signin-reg-left-panel.signin {
	background-image: url(../img/signin-bg.jpg);
}
.signin-reg-left-panel:before {
	content: "";
	background-color: #A22136;
	display: block;
	height: 100%;
	opacity: .2;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: -1;
}
.left-panel-content {
	position: relative;
	z-index: 1;
	color: #fff;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	text-align: center;
}
/*
.right-panel-content {
    background-color: #fff;
}
*/

.left-panel-content .material-icons {
	font-size: 144px;
}
.social-login-container ul {
	margin: 0;
	font-size: 0;
}
.social-login-container li {
	padding: 0;
	width: calc(100% /3);
}
.social-login-container button {
	border-radius: 0;
	width: 100%;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.social-login-container button:hover, .social-login-container button:focus {
	opacity: .9;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	color: #fff;
}
/*
.social-linkedin {
    background-color: #0077B5;
}
*/

.social-google {
	background-color: #3399ff;
}
.social-facebook {
	background-color: #4f76bb;
}
.social-twitter {
	background-color: #34c4f3;
}
/*
.social-google-plus {
    background-color: #dd4b39;
}
.social-youtube {
    background-color: #ff0000;
}
*/

.step-counter {
	font-size: 144px;
	line-height: 120px;
	height: 90px;
}
.step-counter-total {
	font-size: 18px;
	padding-left: 5em;
}
.long-list a {
	border: 1px solid #FAECF6;
	display: block;
	text-decoration: none;
	padding: 8px 16px;
	border-radius: 23px;
	margin-bottom: 16px;
	min-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 600;
	;
}
.long-list a:hover, .long-list a:focus, .long-list a:active {
	background-color: #FAECF6;
}
/*
.recruiter-list-container a {
    border-radius: 2px;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
}
.recruiter-list-container a:hover, .recruiter-list-container a:focus, .recruiter-list-container a:active {
    background-color: #fff;
    border-color: #F264C5;
}
.recruiter-list-container h4
{
    white-space: nowrap;
overflow: hidden;
text-overflow: ellipsis;

}
*/

/*
.hidden-to-purchase {
    opacity: .3;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    cursor: help;
}
*/

.numbered-list ol {
	list-style-type: none;
	counter-reset: item;
	margin: 0;
	padding: 0 10px 0 0;
}
.numbered-list li {
	display: table;
	counter-increment: item;
	margin-bottom: 64px;
	font-weight: 700;
	font-size: 18px;
}
.numbered-list li:before {
	content: counters(item, ".") ". ";
	display: table-cell;
	padding-right: 0.6em;
	text-align: right;
	width: 40px;
}
.numbered-list li li {
	margin: 0;
	font-weight: 400;
	font-size: 14px;
	margin-bottom: 8px;
}
.numbered-list li li:before {
	content: counters(item, ".") " ";
	width: 40px;
	text-align: right;
}
/*NO NUMBERING ON THE FIRST LIST*/

.numbered-list .no-counter:before {
	content: "";
}
.numbered-list li li ol {
	padding-top: 2px;
}
.numbered-list li li li {
	margin-bottom: 0;
}
/* QUICK COUNTERS ON ADMIN */

.quick-counters.admin h1 {
	word-wrap: break-word;
}
.quick-counters .panel-footer {
	background-color: transparent;
	border: none;
}
.quick-counters .panel-footer a {
	color: #fff;
	border-radius: 2px;
	background-color: rgba(255, 255, 255, .15)
}
.quick-counters .panel-footer a:hover, .quick-counters .panel-footer a:focus {
	background-color: rgba(0, 0, 0, .15) !important
}
.quick-counters h1 .material-icons {
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	vertical-align: bottom
}
.quick-counters.admin h1 .material-icons {
	display: block;
	margin-bottom: 24px;
}
.todays-activities-list {
	padding: 0 40px;
}
.todays-activities-list + .todays-activities-list {
	border-left: 1px solid #ccc;
}
.multi-add .select2-selection--multiple {
	background-color: transparent;
	border: none;
	border-radius: 0;
	background-image: none;
}
/*** END OF INTERNAL PAGES ***/

/* Navigation animated toggle icon */

.nav-icon {
	width: 30px;
	height: 20px;
	position: relative;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
}
.nav-icon span {
	display: block;
	position: absolute;
	height: 2px;
	width: 50%;
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}
.nav-icon span:nth-child(even) {
	left: 50%;
	border-radius: 0 9px 9px 0;
}
.nav-icon span:nth-child(odd) {
	left: 0px;
	border-radius: 9px 0 0 9px;
}
.nav-icon span:nth-child(1), .nav-icon span:nth-child(2) {
	top: 0px;
	background: #A22136;
}
.nav-icon span:nth-child(3), .nav-icon span:nth-child(4) {
	top: 10px;
	background: #757171;
}
.nav-icon span:nth-child(5), .nav-icon span:nth-child(6) {
	top: 20px;
	background: #A22136;
}
.nav-icon.open span:nth-child(1), .nav-icon.open span:nth-child(6) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.nav-icon.open span:nth-child(2), .nav-icon.open span:nth-child(5) {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-icon.open span:nth-child(1) {
	left: 0px;
	top: 6px;
}
.nav-icon.open span:nth-child(2) {
	left: calc(50% - 5px);
	top: 6px;
}
.nav-icon.open span:nth-child(3) {
	left: -50%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.nav-icon.open span:nth-child(4) {
	left: 100%;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}
.nav-icon.open span:nth-child(5) {
	left: 0px;
	top: 16px;
}
.nav-icon.open span:nth-child(6) {
	left: calc(50% - 5px);
	top: 16px;
}
/* End of Navigation animated toggle icon */

/* jquery-ui autocomplete dropdown styling */

.ui-menu {
	z-index: 9999 !important;
}
/*styling for the dropdown*/

.ui-widget {
	border-radius: 0 !important;
	font-weight: 400;
	font-size: 16px !important;
	border-color: #A22136 !important;
}
/*normal state of the list*/

.ui-menu .ui-menu-item a {
	color: #555;
}
/*hover state of the list*/

.ui-state-focus {
	background-color: #A22136 !important;
	background-image: none !important;
	color: #fff !important;
	border-radius: 0 !important;
	border-color: transparent !important;
	cursor: default !important;
}
/*.ui-corner-all {
    border-radius: 0px !important;
}



    .ui-menu .ui-menu-item a:hover {
        background: #A22136;
        color: #fff;
        border-color: transparent;
    }*/

/* end of jquery-ui autocomplete styling */

/*** VALIDATION STYLINGS ***/

.field-validation-error {
	margin-top: 8px;
	display: inline-block;
	font-size: 14px;
	background: rgba(241, 178, 91, .15);
	border-radius: 2px;
	padding: 0 4px;
}
.input-validation-error {
	box-shadow: inset 0 0 0 1px #a94442;
	border-color: #a94442;
}
/*** END OF VALIDATION STYLINGS ***/


.select-all {
	display: inline-block;
	padding: 8px 16px;
	padding-left: 35px;
	background-color: #f2dede;
}
.employers-chk-list .checkbox label > small:first-of-type {
	margin-left: 10px;
}
.attention-grabber {
	box-shadow: 0 0 0 100vh rgba(0, 0, 0, .65);
	position: relative;
	z-index: 999;
}
.opt-features {
	margin-bottom: 40px;
	list-style-type: none
}
.opt-features li {
	position: relative;
	margin: 8px 0
}
.opt-features li:before {
	content: '\f17b';
	font-family: "LineAwesome";
	margin-right: 4px;
	font-size: 20px;
	display: inline-block;
	position: absolute;
	left: -28px;
	top: -4px;
}
.opt-features li.striked {
	text-decoration: line-through;
	opacity: .6;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
.opt-features li.striked:before {
	content: '\f342';
}
.fmcv-option-panel {
	position: absolute;
	background-color: #fff;
	padding: 32px;
}
.video-container {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 100%;
	/* The following will size the video to fit the full container. Not necessary, just nice.*/
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 0;
}
.video-container video {
	width: 100%
}
.hero-heading {
	font-size: 40px;
	font-weight: 800;
	color: #A22136;/*    text-shadow: 0 3px 6px rgba(0, 0, 0, .16)*/
}
.search-container .h1 {
	/*    text-shadow: 0 3px 6px rgba(0, 0, 0, .16);*/
	color: #A22136;
	text-align: center
}
.btn .material-icons {
	font-size: 18px;
	color: inherit;
	vertical-align: bottom;
}
.input-group-btn .btn .material-icons:hover {
	color: #fff
}
.material-icons {
	vertical-align: inherit;
}
/* Rules for sizing the icon. */

.material-icons.md-15 {
	font-size: 15px;
}
.material-icons.md-18 {
	font-size: 18px;
}
.material-icons.md-24 {
	font-size: 24px;
}
.material-icons.md-36 {
	font-size: 36px;
}
.material-icons.md-48 {
	font-size: 48px;
}
.job-detail-container {
	background: #A22136;
	background-image: url('../img/Group60.png');
	background-repeat: no-repeat;
	background-position: right -7px bottom;
	padding: 16px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.about-us-icon {
	background-color: rgba(162, 33, 54, .1);
	height: 88px;
	width: 88px;
	border-radius: 45px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 16px auto;
}
.social-links a {
	text-decoration: none !important;
	display: inline-block;
}
.testimonials-container {
	color: #fff;
}
.testimonials-container .slick-next:before, .testimonials-container .slick-prev:before {
	color: #fff;
}
.testimonial-text {
	font-size: 15px;
	margin-bottom: 16px
}
.testimonial-kind {
	color: #777;
	font-size: 13px
}
.testimonial-writer {
	font-size: 13px;
	margin-bottom: 2px;
	font-weight: 300;
	border-top: 1px solid rgba(255, 255, 255, .1);
	padding-top: 16px
}
.testimonial-slider-container .slick-slide {
	border-radius: 4px;
	-webkit-transition: all .8s;
	transition: all .8s;
	font-size: 13px;
	padding: 24px;
	background-color: #F5F5F5;
	height: 478px;
}
.testimonial-slider-container .slick-list .slick-active {
	background: #A22136;
	background-image: url(../img/Group61.png);
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	box-shadow: 0 6px 13px rgba(0, 0, 0, .16);
	z-index: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.testimonial-slider-container .slick-next, .testimonial-slider-container .slick-prev {
	position: relative;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.testimonial-slider-container .slick-next {
	bottom: 0
}
.testimonial-slider-container .slick-prev {
	top: 0
}
.testimonial-slider-container .slick-next:before {
	content: "\E313";
}
.testimonial-slider-container .slick-prev:before {
	content: "\E316";
}
.testimonial-slider-container .slick-dots {
	top: 50%;
	left: 50%;
	-webkit-transform: rotate(90deg) translateY(-50%);
	transform: rotate(90deg) translateY(-50%);
	height: 25px;
	right: 0;
	z-index: 9999;
}
.testimonial-slider-container .slick-dots li button:before {
	color: #A22136;
}
.blogs-container .blog-list {
	background-color: #fff;
}
.blog-list {
	background-color: #F5F5F5;
	border-radius: 4px;
	overflow: hidden;
	margin-bottom: 16px
}
.blog-list figure {
	overflow: hidden;
	margin-bottom: 16px;
}
.blog-list img, .article-list img {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.blog-list:hover img, .blog-list:focus img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.blog-title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #A22136;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
	height: 20px;
}
.blog-banner {
	background-color: #A22136;
	background-image: url(../img/Group61.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover
}
.blog-thumbnail {
	margin-top: -130px;
}
.blog-thumbnail img {
	box-shadow: 0 3px 16px rgba(0, 0, 0, .16);
	border: 5px solid #fff;
	border-radius: 4px;
}
.blog-article-title {
	font-size: 24px;
	color: #A22136;
	font-weight: 400
}
.article-list {
	background-color: #fff;
	border-radius: 4px;
	overflow: hidden;
	height: 80px;
	display: block;
	margin-bottom: 24px
}
.article-list:hover {
	background-color: #F5F5F5;
}
.article-img {
	overflow: hidden
}
.article-list:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.article-title-date {
	padding: 18px 0;
}
.article-title {
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: block;
	color: #111
}
.article-date {
	font-size: 14px;/*    color: #AEACAC*/
}
address {
	white-space: pre-line;
}
.footer-copyright {
	border-top: 1px solid rgba(0, 0, 0, .1);
	font-size: 13px;
	padding: 16px;
	text-align: center;
	margin-top: 16px;
}
.wrapper {
	background-color: #fff;
	padding: 24px;
}
/*CARD FLIP*/

.ratio-outer {
	position: relative;
}
.ratio-outer:before {
	display: block;
	content: "";
	width: 100%;
}
.ratio-outer-1-1:before {
	padding-top: 100%;
}
.ratio-outer-4-3:before {
	padding-top: 75%;
}
.ratio-outer > .ratio-inner {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.card-flip-item {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	perspective: 1000px;
	height: 100%
}
.front, .back {
	background-size: cover;
	background-position: center;
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	text-align: center;
	height: 100%;
	border-radius: 4px;
	color: #fff;
	font-size: 24px;
	box-shadow: 0 6px 13px rgba(0, 0, 0, .16);
}
.front:after {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	content: '';
	display: block;
	background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.2)), to(transparent));
	background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
	background-image: linear-gradient(to top, rgba(0, 0, 0, 0.2) 0%, transparent 100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 4px;
}
.card-flip-item:hover .front, .card-flip-item:hover .back {
	-webkit-transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
	transition: transform .7s cubic-bezier(0.4, 0.2, 0.2, 1), -webkit-transform .7s cubic-bezier(0.4, 0.2, 0.2, 1);
}
.card-flip-container a {
	outline: none
}
.card-flip-container .ratio-outer {
	margin-bottom: 20px
}
.card-flip-container.screen .front:before {
	content: "";
	background-color: #A22136;
	display: block;
	height: 100%;
	opacity: .5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.card-flip-container.screen .front .inner {
	-webkit-transform: translateY(-20px) translateZ(60px) scale(0.94);
	transform: translateY(50%) translateZ(60px) scale(0.94);
	bottom: 50%;
}
.card-flip-container.screen .front .inner .member-name {
	font-size: 30px
}
.back {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	background: #A22136;
	background-image: url(../img/Group63.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.inner {
	position: absolute;
	left: 0;
	width: 100%;
	-webkit-perspective: inherit;
	perspective: inherit;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}
.front .inner {
	-webkit-transform: translateY(-10px) translateZ(60px) scale(0.94);
	transform: translateY(-10px) translateZ(60px) scale(0.94);
	bottom: 10px;
}
.back .inner {
	-webkit-transform: translateZ(60px) scale(0.94);
	transform: translateZ(60px) scale(0.94);
	padding: 10px
}
.card-flip-item .back {
	-webkit-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.card-flip-item .front {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.card-flip-item:hover .back {
	-webkit-transform: rotateY(0deg);
	transform: rotateY(0deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.card-flip-item:hover .front {
	-webkit-transform: rotateY(-180deg);
	transform: rotateY(-180deg);
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.card-flip-item .inner .member-name {
	font-size: 18px;
	position: relative;
	font-weight: 300;
	text-shadow: 0 6px 13px rgba(0, 0, 0, .16);
}
.card-flip-item .inner .member-name:after {
	content: '';
	width: 30px;
	height: 3px;
	position: absolute;
	border-radius: 2px;
	background: #fff;
	display: block;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -12px;
}
.card-flip-item * {
	color: #fff;
	margin-bottom: 8px
}
.card-flip-item .member-designation {
	font-weight: 300;
	font-size: 16px;
}
.card-flip-item .member-email, .card-flip-item .member-number {
	font-size: 14px
}
.underlined {
	position: relative;
	margin-bottom: 32px;
}
.underlined:before {
	content: '';
	width: 30px;
	height: 3px;
	position: absolute;
	background: rgba(162, 33, 54, .5);
	border-radius: 2px;
	display: block;
	bottom: -18px;
	left: 0
}
.text-white.underlined:before {
	background: #fff;
}
.join-us-sections {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}
.join-us-sections .tooltip-inner {
	box-shadow: 0 0 0 2px rgba(255, 255, 255, .42), 0 0 8px 0 rgba(255, 255, 255, .42), 0 0 8px 0 rgba(0, 0, 0, .42)
}
.join-us-sections .tooltip-arrow {
	display: none
}
.join-us-sections img[data-toggle]:hover, .join-us-sections img[data-toggle]:focus {
	box-shadow: 0 0 0 3px rgba(0,0,0,.2)
}
.join-us-img-baseline {
	display: flex;
	align-items: baseline;
	justify-content: center;
	margin-bottom: 24px
}
.document-links {
	display: block;
	background-color: #F5F5F5;
	border-radius: 4px;
	padding: 20px;
	border: 1px solid #F5F5F5;
	position: relative;
	margin-bottom: 24px
}
.document-links:hover, .document-links:focus {
	border: 1px solid #AEACAC
}
.document-links:before {
	content: '';
	display: inline-block;
	height: 40px;
	width: 40px;
	position: absolute;
	left: 16px;
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	background-repeat: no-repeat;
	background-position: center center
}
.document-links:hover:before, .document-links:focus:before {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"
}
.document-links[href$=".pdf"]:before, .document-links[href$=".odf"]:before {
	background-image: url(../img/pdf.svg);
}
.document-links[href$=".doc"]:before, .document-links[href$=".docx"]:before, .document-links[href$=".odt"]:before, .document-links[href$=".rtf"]:before, .document-links[href$=".docm"]:before {
	background-image: url(../img/word.svg);
}
.document-links[href$=".xls"]:before, .document-links[href$=".xlsx"]:before, .document-links[href$=".ods"]:before, .document-links[href$=".csv"]:before, .document-links[href$=".xltm"]:before {
	background-image: url(../img/excel.svg);
}
.document-links[href$=".ppt"]:before, .document-links[href$=".pptx"]:before, .document-links[href$=".odp"]:before, .document-links[href$=".pptm"]:before, .document-links[href$=".pps"]:before, .document-links[href$=".ppsx"]:before, .document-links[href$=".ppsm"]:before {
	background-image: url(../img/powerpoint.svg);
}
.document-links[href$=".txt"]:before {
	background-image: url(../img/text.svg);
}
.document-links[href$=".zip"]:before, .document-links[href$=".rar"]:before, .document-links[href$=".7z"]:before {
	background-image: url(../img/compressed.svg);
}
.document-links[href$=".jpg"]:before, .document-links[href$=".jpeg"]:before, .document-links[href$=".png"]:before, .document-links[href$=".gif"]:before, .document-links[href$=".bmp"]:before, .document-links[href$=".jpe"]:before, .document-links[href$=".tif"]:before, .document-links[href$=".tiff"]:before {
	background-image: url(../img/image.svg);
}
.document-links[href^="https://"]:before, .document-links[href^="http://"]:before {
	background-image: url(../img/web.svg);
}
.document-name {
	color: #111;
	font-size: 13px;
	margin-bottom: 5px;
	padding-left: 56px;
}
.document-size {
	color: #777;
	font-size: 11px;
	padding-left: 56px;
}
.document-download-btn {
	color: #777;
	font-size: 12px;
	vertical-align: middle;
	padding: 7px;
	display: block;
	text-align: center;
}
/** MASONRY LAYOUT **/

/*
.masonry-row {
    -webkit-column-width: 22em;
    -moz-column-width: 22em;
    column-width: 22em;
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
}
.masonry-item {
    display: inline-block;
    width: 100%;
}
.testimonial-item {
    padding: 8px 8px 24px 8px;
    border-radius: 4px;
    margin-bottom: 16px;
}
.testimonial-item:before {
    content: '\E244';
    font-family: 'Material Icons';
    font-size: 56px;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    opacity: .8;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"
}
.masonry-item:nth-child(even) .testimonial-item {
    background-color: rgba(162, 33, 54, .8);
    color: #fff
}
.masonry-item:nth-child(odd) .testimonial-item {
    background-color: #F5F5F5;
    color: #111
}
.masonry-item:nth-child(even) .testimonial-item:before {
    color: #fff
}
.masonry-item:nth-child(odd) .testimonial-item:before {
    color: #A22136
}
.testimonial-item .testimonial-writer {
    color: inherit;
    opacity: .6;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}
*/

/** END OF MASONRY LAYOUT **/

/*
.playpause {
    background-image: url(../img/video_play_button.svg);
    background-repeat: no-repeat;
    width: 50%;
    height: 50%;
    position: absolute;
    left: 0%;
    right: 0%;
    top: 0%;
    bottom: 0%;
    margin: auto;
    background-size: contain;
    background-position: center;
}
*/

.article-list .material-icons {
	padding: 28px 8px;
}
/*
.article-item {
    box-shadow: 0 6px 13px rgba(0, 0, 0, .16);
    border-radius: 4px;
    overflow: hidden;
    margin: 16px
}
.article-header {
    background: #BDBBBB;
    
    background-image: url(../img/Group60.png);
    background-repeat: no-repeat;
    background-position: right -7px bottom;

    padding: 8px 16px;
}
.article-footer {
    background-color: #F5F5F5;
    padding: 10px
}
*/

.career-path-item {
	margin-bottom: 20px;
	background-color: #F5F5F5;
	border: 1px solid rgba(162, 33, 54, .1);
	border-radius: 4px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.career-path-item .career-title {
	font-size: 16px;
	margin-bottom: 0
}
.career-path-item .form-control-static {
	font-size: 13px
}
.career-path-heading {
	background-color: rgba(162, 33, 54, .8);
	box-shadow: 0 0 0 1px rgba(162, 33, 54, .8);
	color: #fff;
	padding: 8px 16px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.core-flip-container .front:after {
	background-image: none
}
.core-flip-container .card-flip-item .inner .member-name {
	color: #A22136;
	font-size: 30px;
}
.core-flip-container .front {
	box-shadow: none
}
.core-flip-container .front .inner {
	/*
    -webkit-transform: translateY(60px) translateZ(60px) scale(0.94);
    transform: translateY(60px) translateZ(60px) scale(0.94);
*/
	bottom: -40px;
}
.core-flip-container .card-flip-item .inner .member-name:after {
	content: none
}
.la-spin {
	-webkit-animation: la-spin 2s infinite linear;
	animation: la-spin 2s infinite linear
}
 @-webkit-keyframes la-spin {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0)
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg)
}
}
 @keyframes la-spin {
 0% {
 -webkit-transform: rotate(0);
 transform: rotate(0)
}
 100% {
 -webkit-transform: rotate(359deg);
 transform: rotate(359deg)
}
}
/*LOADER*/

.loading, .loading:before, .loading:after {
	border-radius: 50%;
	width: 2.5em;
	height: 2.5em;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation: load7 1.8s infinite ease-in-out;
	animation: load7 1.8s infinite ease-in-out;
}
.loading {
	font-size: 10px;
	text-indent: -9999em;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
	color: #757171
}
.loading:before, .loading:after {
	content: '';
	position: absolute;
	top: 0;
}
.loading:before {
	left: -1.5em;
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
	color: #A22136;
}
.loading:after {
	left: 1.5em;
	color: #AEACAC
}
 @-webkit-keyframes load7 {
 0%, 80%, 100% {
 box-shadow: 0 2.5em 0 -1.3em;
}
 40% {
 box-shadow: 0 2.5em 0 0;
}
}
 @keyframes load7 {
 0%, 80%, 100% {
 box-shadow: 0 2.5em 0 -1.3em;
}
 40% {
 box-shadow: 0 2.5em 0 0;
}
}
/*END OF LOADER*/
.timeline {
	list-style: none;
	padding: 20px 0 20px;
	position: relative;
}
.timeline:before {
	top: 0;
	bottom: 0;
	position: absolute;
	content: " ";
	width: 3px;
	background-color: #eeeeee;
	left: 50%;
	margin-left: -1.5px;
}
.timeline > li {
	margin-bottom: 20px;
	position: relative;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li:before, .timeline > li:after {
	content: " ";
	display: table;
}
.timeline > li:after {
	clear: both;
}
.timeline > li > .timeline-panel {
	width: 44%;
	float: left;
	border-radius: 4px;
	padding: 24px;
	position: relative;
	box-shadow: 0 6px 13px rgba(0, 0, 0, .16);
	background-color: #A22136;
	background-repeat: no-repeat;
	background-position: center center;
	color: #fff;
	background-image: url(../img/Group61.png);
}
.timeline > li > .timeline-panel:before {
	position: absolute;
	top: 26px;
	right: -15px;
	display: inline-block;
	border-top: 15px solid transparent;
	border-left: 15px solid #ccc;
	border-right: 0 solid #ccc;
	border-bottom: 15px solid transparent;
	content: " ";
}
.timeline > li > .timeline-panel:after {
	position: absolute;
	top: 27px;
	right: -14px;
	display: inline-block;
	border-top: 14px solid transparent;
	border-left: 14px solid #A22136;
	border-right: 0 solid #A22136;
	border-bottom: 14px solid transparent;
	content: " ";
}
.timeline > li > .timeline-badge {
	color: #fff;
	text-align: center;
	display: block;
	width: 90px;
	line-height: 1;
	font-size: 16px;
	margin: 0 auto;
	position: relative;
	top: 56px;
	/* left: 50%; */
    /* margin-left: -25px; */
	background-color: #AEACAC;
	z-index: 1;
	border-radius: 4px;
	padding: 8px 4px;
	box-shadow: 0 6px 13px rgba(0, 0, 0, .16)
}
.timeline > li.timeline-inverted > .timeline-panel {
	float: right;
}
.timeline > li.timeline-inverted > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
.timeline > li.timeline-inverted > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
	border-right-color: #A22136;
}
.timeline > li > .timeline-panel.special {
	background-color: rgba(204, 236, 255);
	color: #111;
	font-weight: 600;
}
.timeline > li > .timeline-panel.special:after, .timeline > li > .timeline-panel.special:before, .timeline > li.timeline-inverted > .timeline-panel.special:after {
	border-left-color: rgba(204, 236, 255);
	border-right-color: rgba(204, 236, 255);
}
.timeline > li > .timeline-panel.special .timeline-heading h4 {
	font-weight: 700;
}
.timeline > li > .timeline-badge.special {
	xbackground-color: rgba(204, 236, 255)
}
/*
.timeline-badge.primary {
    background-color: #2e6da4 !important;
}
.timeline-badge.success {
    background-color: #3f903f !important;
}
.timeline-badge.warning {
    background-color: #f0ad4e !important;
}
.timeline-badge.danger {
    background-color: #d9534f !important;
}
.timeline-badge.info {
    background-color: #5bc0de !important;
}
*/

.timeline-title {
	margin-top: 0;
	color: inherit;
}

/*
.timeline-body > p, .timeline-body > ul {
    margin-bottom: 0;
}
.timeline-body > p + p {
    margin-top: 5px;
}
*/

@media (max-width: 767px) {
ul.timeline:before {
	left: 40px;
}
ul.timeline > li > .timeline-panel {
	width: calc(100% - 90px);
	width: -webkit-calc(100% - 90px);
}
ul.timeline > li > .timeline-badge {
	/*    left: 15px;*/
	margin-left: 0;
	top: 32px;
}
ul.timeline > li > .timeline-panel {
	float: right;
}
ul.timeline > li > .timeline-panel:before {
	border-left-width: 0;
	border-right-width: 15px;
	left: -15px;
	right: auto;
}
ul.timeline > li > .timeline-panel:after {
	border-left-width: 0;
	border-right-width: 14px;
	left: -14px;
	right: auto;
}
}
.cke_editor_txtblogmain {
	border: 1px solid #AEACAC !important;
	border-radius: 17px;
	overflow: hidden;
}
.home-menu {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-content: flex-start;
	align-items: center;
}
.home-menu div {
	flex: 1 1 auto;
}
.cpi-verticals-container {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: stretch;
}
.cpi-verticals-container figure {
	flex: 1 1;
/*	width: calc(100% / 3);*/
	height: calc(100vh - 81px);
}
.cpi-verticals {
	position: relative;
	overflow: hidden;
	text-align: center;
	background: #A22136;
}
.cpi-verticals * {
	-webkit-transition: all 0.35s;
	transition: all 0.35s;
}
.cpi-verticals img {
	vertical-align: top;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
	object-fit: cover;
	object-position: center center;
	opacity: .4;
	-webkit-filter: contrast(1);
	filter: contrast(1);
}
.cpi-verticals figcaption {
	position: absolute;
	background-color: transparent;
	z-index: 1;
	top: 50%;
	left: 50%;
	padding: 5px 20px;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	line-height: 1.1em;
	overflow: hidden;
	height: 125px;
	min-width: 242px;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
}
.cpi-verticals .title {
	color: #fff;
	font-size: 3.5em;
	font-weight: 700;
	margin: 0 0 56px 0;
}
.cpi-verticals .hover {
	font-weight: 400;
	font-size: 2em;
	color: #A22136;
}
.cpi-verticals a {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
}
.cpi-verticals:hover > img, .cpi-verticals.hover > img {
	opacity: 1;
}
.cpi-verticals:hover figcaption, .cpi-verticals.hover figcaption {
	background-color: #fff;
	box-shadow: 0 6px 13px rgba(0, 0, 0, .16);
	border-color: #fff;/*	border-radius: 64px;*/
}
.cpi-verticals:hover .title, .cpi-verticals.hover .title, .cpi-verticals:hover .hover, .cpi-verticals.hover .hover {
	-webkit-transform: translateY(-116px);
	transform: translateY(-116px);
}

/*** MEDIA QUERIES ***/

/*** xs is exclusive | sm, md and lg inherits from sm ***/

/* xs devices <768px  */

@media (max-width: 767px) {
body {
	padding-top: 70px;
}
.company-logo {
	width: 180px;
	height: auto;
	padding: 8px;
}
/*
.navbar-toggle .new-notif-badge {
    position: absolute;
    z-index: 1;
    right: -3px;
    top: 13px;
    background-color: #A22136;
}
*/
.navbar-nav .open .dropdown-menu {
	background-color: rgba(237, 34, 172, 0.05);
}
.flex-list-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.header-search-btn {
	padding: 22px 15px;
	height: 100%;
	font-size: 20px;
	float: right;
	outline: none !important;
	border-radius: 0
}
.header-search-btn[aria-expanded="false"] .material-icons:before {
	content: "\E8B6";
}
.header-search-btn[aria-expanded="true"] .material-icons:before {
	content: "\E5CD";
}
.global-search-popup-container {
	padding: 8px;
	background-color: #A22136;
}
.navbar-nav > li > a {
	text-shadow: none;
}
.container-fluid > .navbar-collapse, .container-fluid > .navbar-header, .container > .navbar-collapse, .container > .navbar-header {
	background-color: #fff;
	box-shadow: 0 5px 10px 0 rgba(162, 33, 54, .15);
}
.search-container {
	margin-bottom: 20px
}
.search-container h1 {
	font-size: 32px;
}
/*
.navbar-nav > li > a {
    color: #A22136;
    font-size: 15px;
}
*/
.nav > li > a:hover, .nav > li > a:focus {
	background-color: rgba(237, 34, 172, 0.05);
	color: inherit;
}
/*
.get-mobile-container {
    padding-bottom: 32px;
}
.get-mobile-container figure > img {
    border-radius: 55px;
    margin-bottom: 16px;
    border: 2px solid #FAECF6;
}
.plan-list {
    padding: 24px;
    min-height: 530px;
}
.plan-purchase {
    bottom: 36px;
}
*/
    /*.job-title, .candidate-title, .cv-title, table a {
    text-decoration: underline;
}*/
.job-status, .candidate-status {
	margin-left: 0;
	margin-top: 2px;
	display: table;
}
.quick-counters h1 {
	float: right;
	font-size: 24px;
	margin: 0;
}
.quick-counters.admin h1 .material-icons {
	display: inline-block;
	margin-bottom: 0;
}
.quick-counters h4 {
	float: left;
}
/*
.social-login-container ul {
    text-align: center;
}
.social-login-container li a {
    width: 100%;
}
*/
.signin-reg-content {
	padding: 20px;
}
.left-panel-content {
	padding: 16px;
}
.panel-cv, .panel-cover-letter {
	text-align: center;
}
.application-success {
	text-align: center;
}
.error404-msg {
	font-size: 15vh;
}
.navbar {
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	top: 0;
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	border: none;
}
.nav-display {
	top: -76px;
}
.todays-activities-list:nth-child(odd) {
	border-left-color: transparent;
}
#grecaptcha {
	-webkit-transform: scale(0.85);
	transform: scale(0.85);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}
.profile-review {
	box-shadow: 0 0 0 4px #d9edf7;
}
.dropdown-menu > li > a {
	white-space: normal;
}
.fmcv-option-panel {
	left: 10px;
	right: 10px;
	top: 90px;
}
.page-header-menu .navbar-nav > li:before {
	content: none;
}
.page-header-menu .navbar-brand {
	width: auto
}
.video-container {
	display: none
}
.mobile-img {
	background: url(../video/Big-City-Life.jpg) no-repeat center center;
	background-size: cover;
	padding: 16px 0 32px 0;
	position: relative;
}
.mobile-img:before {
	content: "";
	background-color: #000;
	display: block;
	height: 100%;
	opacity: .5;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}
.mobile-img *, .mobile-img p {
	color: white !important
}
.display {
	font-size: 32px;
	letter-spacing: normal;
}
h3, .h3 {
	font-size: 32px;
	letter-spacing: normal;
}
.contain-video {
	height: auto;
}
.blog-banner {
	height: 100px;
}
.blog-thumbnail {
	margin-top: -90px;
}
.top-nav-list .caret {
	margin: 12px 0;
	float: right;
}
.cpi-verticals-container {
	flex-direction: column
}
.cpi-verticals-container figure {
	height: calc((100vh - 70px)/3);
}
/*STICKY FOOTER*/
html body {
	margin-bottom: 1022px;
}
}

/* sm devices 768px - 991px */

@media (min-width: 768px) {
/* menu hover */
.navbar .dropdown:hover .dropdown-menu {
	display: block;
}
.global-search-popup.collapse {
	display: block;
}
.global-search-popup {
	background-color: #A22136;
	position: relative;
	z-index: -1;
	padding: 2px;
}
.page-header-menu .global-search-popup.candidate {
	background-color: rgba(162, 33, 54, .1);
}
.global-search-popup-container {
	padding-top: 8px;
	padding-bottom: 8px;
}
.flex-list-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
}
.page-header-menu .top-nav-list {
	margin-top: 16px;
}
.company-logo {
	height: auto;
	margin-top: 0;
	padding: 15px 0;
	width: 150px;
	margin-left: 0 !important;
	background: none
}
.search-container {
	margin-top: 20px;
	margin-bottom: 10px;
}
/*
.aboutus-container, .joinus-container {
    min-height: auto;

.for-recruiter .hero-container {
    height: 600px;
}
.plan-list {
    padding: 24px;
    min-height: 530px;
}
*/
    /*.job-title, .candidate-title, .cv-title, table a {
    text-decoration: underline;
}*/
.panel-cv, .panel-cover-letter {
	text-align: center;
}
.application-success .bck {
	text-align: right;
}
.sort-by-container {
	text-align: right;
}
.todays-activities-list:nth-child(4) {
	border-left-color: transparent;
}
.profile-review {
	padding: 16px;
}
.fmcv-option-panel {
	left: 100px;
	right: 100px;
	top: 90px;
}
.candidate-pkg-option .equal-heights-content {
	margin: 16px;
}
.contain-video {
	width: 100%;
	height: 430px;
	position: relative;
	overflow: hidden;
}
.page-header-menu .navbar-nav > li > a {
	font-size: 13px;
	padding-left: 8px;
	padding-right: 8px
}
.back .inner {
	-webkit-transform: translateZ(60px) scale(0.8);
	transform: translateZ(60px) scale(0.8);
}
.blog-banner {
	height: 200px;
}
/*STICKY FOOTER*/
html body {
	margin-bottom: 556px;
}
}

/* md devices 992px - 1199px */

@media (min-width: 992px) {
.flex-list-content {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
}
.panel-cv .cv-summary, .panel-cv h4 {
	text-align: left;
}
.panel-cv .cv-upload {
	text-align: right;
}
#refine-search {
	display: block;
}
.todays-activities-list:nth-child(4) {
	border-left-color: #ccc;
}
.slick-prev {
	left: -32px
}
.slick-next {
	right: -32px
}
.search-container {
	margin-top: 128px;
}
.contain-video {
	height: 600px;
}
.page-header-menu .navbar-nav > li > a {
	font-size: 14px
}
.company-logo {
	width: 170px;
}
/*STICKY FOOTER*/
html body {
	margin-bottom: 502px;
}
}

/* lg devices >1200px  */

@media (min-width: 1200px) {
/*
    .container {
        width: 1280px;
    }
*/
    /*
.plan-list {
    min-height: 540px;
}
*/
.job-title, .candidate-title, .cv-title, table a {
	text-decoration: none;
}
.fmcv-option-panel {
	left: 50%;
	top: 10%;
	right: 0;
	-webkit-transform: translate(-50%, -10%);
	transform: translate(-50%, -10%)
}
.card-flip-container .ratio-inner {
	padding: 24px
}
.back .inner {
	-webkit-transform: translateZ(60px) scale(0.94);
	transform: translateZ(60px) scale(0.94);
}
.blog-banner {
	height: 250px;
}
.page-header-menu .navbar-nav > li > a {
	padding-left: 15px;
	padding-right: 15px;
}
}
